:root {
    --primary-color: #562b7c;
    --sy-color-white: #fff;
    --sy-color-grey: #ddd;
    --sy-color-black: #000;
    --sy-color-freshgreen: #00b900;
    --sy-color-scarletred: #e50000;
    --sy-color-whitesmoke: #f3f3f3;
    --sy-spacing-horizontal-1: 0.4rem;
    --sy-spacing-horizontal-2: 0.8rem;
    --sy-spacing-horizontal-3: 1.2rem;
    --sy-spacing-horizontal-4: 1.6rem;
    --sy-spacing-horizontal-5: 2rem;
    --sy-spacing-horizontal-6: 2.4rem;
    --sy-spacing-horizontal-7: 2.8rem;
    --sy-spacing-horizontal-8: 3.2rem;
    --sy-spacing-horizontal-9: 3.6rem;
    --sy-spacing-horizontal-10: 4rem;
    --sy-spacing-horizontal-12: 4.8rem;
    --sy-spacing-horizontal-13: 5.2rem;
    --sy-spacing-vertical-1: 0.4rem;
    --sy-spacing-vertical-2: 0.8rem;
    --sy-spacing-vertical-3: 1.2rem;
    --sy-spacing-vertical-4: 1.6rem;
    --sy-spacing-vertical-5: 2rem;
    --sy-spacing-vertical-6: 2.4rem;
    --sy-spacing-vertical-8: 3.2rem;
    --sy-spacing-vertical-10: 4rem;
    --sy-spacing-vertical-12: 4.8rem;
    --sy-spacing-vertical-14: 5.6rem;
    --sy-color-border-default: var(--sy-color-grey);
    --sy-color-text-positive: var(--sy-color-freshgreen);
    --sy-color-text-error: var(--sy-color-scarletred);
}

.header-svg-icon {
    display: flex;
    justify-content: flex-end;
    color: var(--primary-color);
}

/* Menu links standaard zwart */
.header-nav .ux-menu-link__text {
  color: #000000 !important;
  transition: color 0.2s ease;
}

/* Menu links hover kleur: */
.header-nav .ux-menu-link__text:hover {
  color: #1ab7ac !important;
}

.nav-dropdown {
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04) !important;
border: none !important;
}

/* Menu titels paars */
.ux-menu-title {
  color: #562b7c !important;
}

/* Menu item teal + bold */
.teal {
  color: #1ab7ac !important;
  font-weight: bold !important;
}

/* Menu item small + bold */
.strongx {
  font-size: 14px !important;
  font-weight: bold !important;
}

.small {
  font-size: 75%;
  opacity: 0.7;
  display: inline-block;
}

.smalll {
  font-size: 80%;
  display: inline-block;
}

.mobile-sidebar .nav-sidebar > li > a,
.mobile-sidebar .nav-sidebar ul li > a {
    text-transform: none !important;
    font-weight: normal !important;
    font-size: 16px !important;
    letter-spacing: 0 !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
	}
	
.mobile-sidebar .nav > li, .mobile-sidebar .nav > li > a {
	border: none !important;
}

.mobile-sidebar .nav-sidebar > li,
.mobile-sidebar .nav-sidebar ul li {
    border-top: none !important;
}

.mobile-sidebar .nav-sidebar > ul > li {
  border: none !important;
}

.mobile-sidebar .nav-sidebar ul ul ul li > a {
    font-size: 13px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.mobile-sidebar .nav-slide-header .toggle {
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

[data-icon-label]:after {
    right: -3px;
    top: -3px;
    opacity: 1;
    font-size: 9px;
    height: 14px;
    min-width: 14px;
    line-height: 14px;
}

.nav li.has-icon-left>a>i, .nav li.has-icon-left>a>img, .nav li.has-icon-left>a>svg {
	margin-right: 20px !important;
}

.header-svg-icon:hover {
    color: #1ab7ac;
}

.ux-search-submit.button.icon {
    min-width: auto;
    position: absolute;
    top: -6px;
    right: 5px;
}

.off-canvas .off-canvas-inner,
.off-canvas .off-canvas-inner .expand_full_width {
  background-color: #fff !important;
}
.mobile-sidebar {
  background-color: #fff !important;
}

.mobile-sidebar a,
.mobile-sidebar li,
.mobile-sidebar .nav-dropdown li a,
.mobile-sidebar .nav > li > a {
  color: #000 !important;
}

.banner-tekst {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); /* Lichte zwarte schaduw */
}

.icon-shopping-cart::after {
	top: -6px;
}

.off-canvas .mfp-content.off-canvas-cart {
	background-color: #fff !important;
}

.pb--1 { padding-bottom: var(--sy-spacing-vertical-1); }
h1 { font-size: 1.2em; }
h2 { font-size: 1.1em; line-height: 1.3; }
.color--primary { color: var(--primary-color); }
.breadcrumbs { font-size: 0.9em; }
.breadcrumbs .divider, .breadcrumbs .separator { margin: 0; }
.blog-single .breadcrumbs { margin-bottom: 10px; }

.usp--list > ul, .usp--list > ul > li { margin-bottom: 0; list-style: none; }
.usp--list.usp--list-horizontal > ul > li { display: inline-block; }
.usp--list > ul > li:before { font-size: var(--sy-icon-sizing-3); margin-top: 1px; color: var(--sy-color-icon-positive); }

@media screen and ( max-width: 549px ) {
	.usp--list-rotate { text-align: center; }
	.usp--list-rotate > ul > li { display: none; }

    #top-bar .nav.mobile-nav { flex-wrap: nowrap; }
}

@media screen and ( min-width: 550px ) {
	.usp--list > ul > li { border-bottom: 0; padding: 0 0 0 var( --sy-spacing-horizontal-4 ); }
	.usp--list.usp--list-horizontal > ul > li:not(:last-of-type) { padding-right: var( --sy-spacing-horizontal-2 ); margin-right: var( --sy-spacing-horizontal-2 )}
}

#top-bar .usp--list * { color: var(--sy-color-white); }
#top-bar .usp--list { font-size: 0.75em; }
.usp--list li > i { margin-right: var(--sy-spacing-horizontal-1); }
.color--positive { color: var(--sy-color-text-positive) !important; }
.color--error { color: var(--sy-color-text-error) !important; }

/* SIZE FILTER */
.outsole-size-filter>ul>li { list-style: none; margin: 0; }
.outsole-size-filter>ul>li>a { display: inline-block; flex: 1; padding: 6px 0; }
.outsole-size-filter ul li {
    display: inline-block;
    width: 25%;
    height: 40px;
    text-align: center;
    margin-right: -5px;
    margin-bottom: -1px;
    border-bottom: 1px solid #cecece;
    border-left: 1px solid #cecece;
}
.outsole-size-filter ul li:nth-child(4n+0) { border-right: 1px solid #cecece; }
.outsole-size-filter ul li:last-child { border-right: 1px solid #cecece; }
.outsole-size-filter ul li:nth-child(-n+4) { border-top: 1px solid #cecece; }
.nav.nav-vertical .outsole-size-filter li { width: 25%; margin-bottom: -1px; margin-right: -5px; }
.nav-vertical li .outsole-size-filter li, .off-canvas:not(.off-canvas-center) .nav-vertical .outsole-size-filter li>a { padding-left: 0; }
.outsole-size-filter ul li.chosen { font-weight: 700; background-color: var(--primary-color); }
.outsole-size-filter ul li.chosen a, .outsole-size-filter ul li.chosen a:before  { color: var(--sy-color-white); }
.outsole-size-filter ul li.chosen a:before { background-color: rgba(255, 255, 255, 0.6); opacity: 1; line-height: 14px; }
.outsole-size-filter ul li .count { display: none; }

.outsole-size--wrapper { background-color: #562b7c; color: var(--sy-color-white); text-transform: uppercase; padding: var(--sy-spacing-vertical-1); }
.outsole__filter-sort-wrapper { display: inline-block; }
@media screen and (max-width: 849px){ 
    .outsole__filter-sort-wrapper { display: flex; justify-content: space-around; }
    .outsole__filter-sort-wrapper > .category-filter-row { padding: 0; }
    .outsole__filter-sort-wrapper .filter-button { margin: 0; }
    .outsole__filter-sort-wrapper .woocommerce-ordering, .outsole__filter-sort-wrapper .woocommerce-ordering select { margin: 0; }
    .outsole__filter-sort-wrapper .woocommerce-ordering { display: none; }
    .mfp-content .outsole__filter-sort-wrapper .category-filtering { display: none; }
    .mfp-content .outsole__filter-sort-wrapper .woocommerce-ordering { display: block; width: 100%; }
}

/* PRODUCT PAGE */
.shop-container .product .usp--list > ul > li { margin: 0; padding: 0; }
.has-extra-fields .woocommerce-variation .woocommerce-variation-price { display: none; }
.woocommerce-variation-price { display: none; }

.ux-swatches > .ux-swatch {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 2px;
  text-align: center;
}

.ux-swatches > .ux-swatch > .ux-swatch__icons {
  order: 3;
  display: flex;
  justify-content: center;
  gap: 4px;
  line-height: 1;
}

.ux-swatch__text {
  order: 1;
  font-size: 14px !important;
  color: #000 !important;
  line-height: 1.1;
}

.ux-swatches > .ux-swatch > .ux-swatch__price {
  order: 2;
  display: none;
  margin: 0;
}

.product.product_cat-sneakers .ux-swatches > .ux-swatch > .ux-swatch__price {
  display: block;
}

.ux-swatch__price .woocommerce-Price-amount {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #562b7c !important;
  line-height: 1.1;
}

.ux-swatch__price .woocommerce-Price-amount .int {
  font-weight: 400 !important;
}

.ux-swatch__icons i {
  font-size: 10px !important;
  color: #1ab7ac;
  line-height: 1;
  margin: 0;
}

p.stock.out-of-stock {
  color: #FF5F00 !important;
}

/* PRICE */
.int {
    font-weight: bold; /* integer-deel iets dikker indien gewenst */
}

.decimal-separator {
    font-weight: lighter;
    font-size: 0.8em; /* iets kleiner voor dunne komma */
}

.decimal-price {
    font-size: 0.7em;
    vertical-align: 0.4em;
    opacity: 0.8;
}

/* MENU */
.ux-menu-link__link { min-height: auto; padding-top: 0; padding-bottom: 0; }

/* OFFCANVAS */
.mfp-bg.mfp-ready { opacity: 0.95; }
.off-canvas-right .mfp-content, .off-canvas-left .mfp-content { width: 100%; }



/* PRODUCT ATTRIBUTES */
.woocommerce-product-attributes.shop_attributes > li {
    margin: 0;
    font-size: 0.9em; 
}

.woocommerce-product-attributes-item__label { font-weight: 400 !important; width: 35% !important; padding-block: 4px;  }
.woocommerce-product-attributes-item__value { padding-block: 4px; }

.product-specs__list-item { display: flex; }
.product-specs > dl { margin: 0; opacity: 1; text-transform: none; font-size: 0.9em; color: #000; }
.product-specs__item-title { color: var(--sy-color-text-default); width: 35%; padding: 4px 0; margin: 0; }
.product-specs__item-title > a { color: var(--sy-color-text-default); }
.product-specs__item-spec { color: var(--sy-color-text-default); width: 65%; padding: 4px 0; margin: 0; }
.product-specs__icon { margin-right: var(--sy-spacing-vertical-1); margin-left: var(--sy-spacing-vertical-1); display: inline-block; }

@media (max-width: 549px) { .product-specs__item-icon-wrapper { display: none; } }

@media only screen and (min-width: 850px) {
    .product-specs__item-icon-wrapper { width: 1.6rem; padding: 0.6rem; display: none; }
    .product-specs__item-title { color: var(--sy-color-text-default); width: 192px; padding: 4px 0rem; }
    .product-specs__item-spec { color: var(--sy-color-text-default); width: 70%; padding: 4px 0; }
    .woocommerce-product-attributes-item__label { width: 192px !important; }
}



/* OTHER STYLES */
.absolute-footer { display: none; }
.dark .social-icons, .nav-dark .social-icons { margin-left: -10px; }
.row-small>.col, .row-small>.flickity-viewport>.flickity-slider>.col { padding: 2px 6px 2px 6px; }
.wp-gr .wp-google-left img { display: none; }
.wp-gr .grw-review-inner>svg { display: none; }
.wp-gr.wpac a.wp-google-name { color: #222 !important; }
.wp-gr { font-size: 13px !important; }
.wp-gr .wp-google-text { font-size: 13px !important; }
.term-description { margin-top: 30px; }
table.size-chart thead tr { background-color: var(--primary-color); color: var(--sy-color-white); }
table.size-chart th, table.size-chart td { padding: 5px; }
table.size-chart > tbody > tr > * { color: var(--sy-color-black); }
table.size-chart > tbody > tr:nth-of-type(odd) > * { background-color: rgba(0, 0, 0, 0.05); color: var(--sy-color-black); }
.product-page-price { line-height: 2.4em; margin-bottom: 0; }
.widget .is-divider { display: none; }
button#place_order { width: 100%; background-color: var(--primary-color); }
.shop_table dl.variation dt { display: none; }
.shop_table dl { text-transform: none; }
@media (max-width: 549px) { .header-block-block-2 { padding: 20px; } .header-block-block-2 .strong { font-weight: 400; font-size: 0.8em; } .live-search-results { font-size: 14px !important; } }
.shop-container > div:not(.product_cat-sneakers) .size-chart-popup-button { display: none; }
body[class*="-laces"] .outsole-size-widget, body[class*="-veters"] .outsole-size-widget { display: none; }
.pewc-group-color-picker .pewc-field-label { display: none; }
.pewc-group-color-picker .pewc-description { font-size: 14px; }
.pewc-group-color-picker input.wp-picker-default { display: none; }
.pewc-description { font-size: 14px; }
.pewc-total-field-wrapper { display: none !important; }
.pewc-preset-style .wp-color-result-text {padding: 0.3em 0.5em;}
.col-inner ul.pewc-product-extra-groups li { margin-left: 0; }
.outsole-size-filter>ul>li>a { width: 100%; }
.woocommerce-widget-layered-nav ul li .count { display: none; }
.woocommerce-result-count { display: none; }
.demo_store { background-color: #ff0000; }
.footer-payment-icons img {
    filter: none !important;
    opacity: 1 !important;
}

.woocommerce-store-notice.demo_store {
    text-align: center;
    background-color: #ff0000; /* Rode achtergrond */
    color: #ffffff; /* Witte tekst */
    padding: 10px; /* Minder padding algemeen */
    font-size: 18px; /* Kleinere tekst */
    font-weight: bold;
    line-height: 1.3; /* Minder ruimte tussen regels */
    text-transform: uppercase;
}

.woocommerce-store-notice.demo_store small {
    font-size: 12px; /* Kleinere tekst voor voorwaarden */
    display: block;
    margin-top: 5px; /* Minder ruimte boven kleine tekst */
    color: rgba(255, 255, 255, 0.8); /* Subtieler wit */
}

.woocommerce-store-notice.demo_store i {
    margin: 0 3px; /* Minder ruimte rond iconen */
}

.woocommerce-store-notice.demo_store .woocommerce-store-notice__dismiss-link {
    color: #ffffff; /* Witte dismiss-knop */
    font-size: 14px; /* Kleiner voor mobiel */
    text-decoration: none; /* Geen onderstreping */
    margin-left: 5px; /* Compacte ruimte */
}

.woocommerce-store-notice.demo_store .woocommerce-store-notice__dismiss-link:hover {
    color: rgba(255, 255, 255, 0.7); /* Licht vervagen bij hover */
}

p.stock.in-stock {
  color: #FF5F00 !important;
  font-size: 14px;
}

/* Specifiek voor mobiel */
@media (max-width: 768px) {
    .woocommerce-store-notice.demo_store {
        font-size: 14px; /* Nog kleiner op mobiel */
        padding: 8px; /* Minder padding op mobiel */
    }
    .woocommerce-store-notice.demo_store small {
        font-size: 10px; /* Kleine voorwaarden subtiel houden */
    }
    .woocommerce-store-notice.demo_store .woocommerce-store-notice__dismiss-link {
        font-size: 12px; /* Kleiner voor de dismiss-knop */
    }
}

.flex-col.hide-for-medium.flex-right { padding-left: 10px;
}

#logo {
  margin-right: 10px !important;
}

.header-main .flex-left {
  flex: 1.4; /* iets meer ruimte voor je menu */
}

.header-main .header-center {
  flex: 1; /* minder ruimte voor je zoekveld */
  justify-content: flex-start !important;
  text-align: left !important;
}

.header-main .flex-right {
  flex: 0.8; /* iets minder ruimte voor de iconen */
}

.wishlist_table th span.nobr {
    text-transform: none !important;
}

.wishlist_table td.product-add-to-cart {
    display: table-cell;
    vertical-align: middle !important;
    text-align: right;
    box-sizing: border-box;
}

.wishlist_table td.product-add-to-cart a {
    background-color: #562b7c !important;
    color: #fff !important;
    display: inline-block;
    margin: 0 !important;
}

.wishlist-empty {
    font-size: 16px !important;
    font-weight: normal !important;
    text-align: center;
    color: #444;
}

.single-product .product-images .wishlist-icon {
  display: none !important;
}

.wishlist-icon.icon-heart {
    font-family: initial !important; /* verwijder Flatsome icons */
}

.wishlist-icon.icon-heart::before {
    content: "\f004";
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 400 !important;
    font-style: normal;
    display: inline-block;
}

.icon-user {
    font-family: initial !important;
}

.icon-user::before {
    content: "\f007";
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 400 !important;
    font-style: normal;
    display: inline-block;
}

.ux-search-submit {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    color: #562b7c !important; /* jouw paars */
    font-size: 18px;
    box-shadow: none !important;
}

.ux-search-submit:hover {
    background: none !important;
    color: #3e1f5c !important; /* optionele donkerder hoverkleur */
}

.woocommerce-checkout .wc_payment_method label img {
  float: right;
  margin-left: 10px;
  max-height: 20px;
}

.checkout .is-well {
    background-color: #ffffff !important;
}

#gform_wrapper_1 .gform_footer .gform_button {
  background-color: #562b7c !important;
}

.custom-checkout-text {
    margin-bottom: 20px;
}

.add-to-cart-with-wishlist--wrapper {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    gap: 10px;
    align-items: center;
}

.add-to-cart-with-wishlist--wrapper .single_add_to_cart_button,
.add-to-cart-with-wishlist--wrapper .yith-wcwl-add-to-wishlist,
.add-to-cart-with-wishlist--wrapper .yith-wcwl-add-button:not(.wishlist-popup .yith-wcwl-add-button),
.add-to-cart-with-wishlist--wrapper .yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg, 
.add-to-cart-with-wishlist--wrapper .yith-wcwl-add-button .add_to_wishlist img,
.add-to-cart-with-wishlist--wrapper .button.size-chart-popup-button {
    margin: 0;
}

.archive .wishlist-icon {
  display: none !important;
}

.product-small .wishlist-icon {
    display: none !important;
}
.add-to-cart-with-wishlist--wrapper .yith-wcwl-add-button {
    padding: 6px;
}

.add-to-cart-with-wishlist--wrapper .yith-wcwl-add-button:not(.wishlist-popup .yith-wcwl-add-button) span {
    display: none;
}

.icon-angle-down {
	display: none !important;
}

.nav-small .image-icon img {
	vertical-align: middle!important;
}

.nav-small .nav>li>a, .nav.nav-small>li>a {
	vertical-align: middle!important;
}

.header-language-dropdown .image-icon {
  line-height: 1 !important;
}

@media screen and ( max-width: 549px ) {
    .header-language-dropdown .nav-dropdown {
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
    }
}

body.woocommerce-checkout nav.breadcrumbs {
  display: none !important;
}

.woocommerce-billing-fields {
  border-top: none !important;
}

@media (max-width: 768px) {
  .woocommerce .form-row-first,
  .woocommerce .form-row-last {
    width: 48% !important;
    float: left;
    clear: none !important;
    margin-right: 4%;
  }

  .woocommerce .form-row-last {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .wpc-filters-open-button-container {
    text-align: center;
    margin-bottom: 20px;
  }

  .wpc-filters-open-widget {
    background-color: #1ab7ac !important;
    color: #fff !important;
    border: none !important;
  }

  .wpc-button-inner {
    justify-content: center;
  }

  .shop-page-title.is-xlarge {
    font-size: 18px;
    line-height: 1.2;
  }
  .woocommerce-breadcrumb.breadcrumbs {
    font-size: 13px;
    margin-bottom: 8px;
  }
  
  .woocommerce .products .woocommerce-loop-product__link {
  color: #000000 !important;
  }

}
