:root {
    --primary-color: #000;
    --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(--secondary-color);
}

/* Achtergrond van hele site wit */
.outline {
    color: #fff;
    text-shadow:
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000,
        0 0 2px #000;
}

/* Mobile margin */
@media (max-width: 550px) {
    .mobilemargin {
        margin-top: 30px;
    }
}

/* Achtergrond van hele site wit */
body,
html,
.site,
.site-content,
#main,
#wrapper {
    background: #ffffff !important;
}

/* 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: #e71e25 !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: #000 !important;
}

/* Menu item teal + bold */
.teal {
  color: #e71e25 !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;
}

span.widget-title.shop-sidebar {
    font-weight: 400 !important;
}

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

.header-cart-link .header-svg-icon[data-icon-label]:after {
    background-color: #e71e25 !important;
}

.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: #e71e25;
}

.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;
}

#shop-sidebar.sidebar-inner {
  background-color: #fff !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;
}

.off-canvas .mfp-content,
.off-canvas .mfp-content .off-canvas-inner,
.mfp-content {
  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); }

.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 altijd centreren */
  #top-bar .nav.mobile-nav > li.header-block {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    white-space: nowrap;
    z-index: 2;
  }

  /* Rotatie blijft */
  .usp--list-rotate > ul > li { display: none; }
  .usp--list-rotate > ul > li.active,
  .usp--list-rotate > ul > li.is-active { display: inline-block; }

  /* nav + language switcher rechts */
  #top-bar .nav.mobile-nav { 
    flex-wrap: nowrap; 
    position: relative; 
  }
  #top-bar .nav.mobile-nav > li.header-language-dropdown {
    position: relative;
    z-index: 3;
    margin-left: auto;
  }
}

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

@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: #000; 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%; }
}

.woocommerce-ordering {
  display: none !important;
}

@media (max-width: 768px) {
  .outsole__filter-sort-wrapper {
    position: fixed;
    left: 50%;
    bottom: 40px; /* 20px hoger dan de oude 20px */
    transform: translateX(-50%);
    z-index: 1000;
    width: auto !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
  }

  .outsole__filter-sort-wrapper .filter-button {
    background-color: #FF5F00 !important;
    color: #fff !important;
    border: none !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 8px 16px !important;
    border-radius: 4px;
    line-height: 1.3;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-transform: uppercase;
  }

  .outsole__filter-sort-wrapper .filter-button strong {
    font-weight: 400 !important; /* forceer dunner font */
  }

  /* icoon wit */
  .outsole__filter-sort-wrapper .filter-button i,
  .outsole__filter-sort-wrapper .filter-button i::before,
  .outsole__filter-sort-wrapper .filter-button [class^="icon-"],
  .outsole__filter-sort-wrapper .filter-button [class^="icon-"]::before {
    color: #fff !important;
    fill: #fff !important;
  }

  /* bolletjes (pseudo-elementen) wit maken */
  span.wpc-icon-line-1:after,
  span.wpc-icon-line-2:after,
  span.wpc-icon-line-3:after {
    border-color: #fff !important;
    background-color: #fff !important;
  }

  body.off-canvas-open .outsole__filter-sort-wrapper {
    opacity: 0;
    pointer-events: none;
    transition: opacity .15s ease;
  }
}


/* PRODUCT PAGE */
.shop-container .product .usp--list > ul > li { margin: 0; padding: 0; }
.variations_form .ux-swatch.selected { box-shadow: 0 0 0 1px #d5d5d5 !important; }
.variations_form .ux-swatch.selected-variation { box-shadow: 0 0 0 2px var(--fs-color-secondary) !important; }

.single-product .product-title {
    font-size: 17px !important;
}

.single_add_to_cart_button svg {
  vertical-align: middle;
  margin-right: 3px;
  stroke-width: 2.2;
  position: relative;
  top: -2px; 
}

.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: #FF5F00 !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: #e71e25;
  line-height: 1;
  margin: 0;
}

.single-product .ux-swatch-selected-value {
    display: none !important;
}

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

.woocommerce-checkout .wc_payment_method label span {
  color: #222222 !important;
  font-size: 0.8em !important;
  font-weight: 300 !important;
}

tr.fee {
  display: none !important;
}

small.includes_tax {
  display: none !important;
}

p.mollie-gateway-fee {
  display: none !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%; }

.wpc-filters-range-values-wrapper { 
  display: none !important; 
}


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

/* WooCommerce attributen tabel */
div.woocommerce-product-attributes-item__label {
  display: block;
  width: 110px !important;
  flex: 0 0 110px !important;
  font-weight: 400;
  padding-block: 4px;
}

div.woocommerce-product-attributes-item__label::after {
  content: ":";
}

.woocommerce-product-attributes-item__value {
  flex: 1;           /* neemt de rest van de ruimte */
  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: 110px; 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); flex: 1; 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; }

.woocommerce-product-attributes-item__value i {
  font-size: 12px;
  color: #e71e25;
  margin-left: 2px;
}

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

@media only screen and (min-width: 550px) {
  .product-specs__item-icon-wrapper { width: 1.6rem; padding: 0.6rem; display: none; }

  /* zelfde labelbreedte voor beide lijsten */
  .product-specs__item-title,

  /* (optioneel, maar maakt het helemaal strak) */
  .product-specs__item-spec,
  .woocommerce-product-attributes-item__value {
    padding: 4px 0;
  }
}
.woocommerce div.product .shop_attributes,
#outsole-variatievelden {
    margin-bottom: 20px;
}

/* Category header: geen onnodige witruimte */
.category-page-row { 
  padding-top: 0 !important; 
}

/* Zekerheidje: haal eventuele inner padding/margin weg */
.category-page-row .col,
.category-page-row .col > .col-inner {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Mobiel expliciet strak houden */
@media (max-width: 768px) {
  .category-page-row { padding-top: 0 !important; }
}

.single-product .price-line {
  display: flex;
  align-items: baseline;
  gap: .4em;
  flex-wrap: wrap;
}
.single-product .price-line .price,
.single-product .price-line p.price { margin: 0; }

.header:not(.transparent) .header-nav-main.nav > li#menu-item-327343343 > a.nav-top-link,
.header:not(.transparent) .header-nav-main.nav > li#menu-item-327343342 > a.nav-top-link,
.header:not(.transparent) .header-nav-main.nav > li#menu-item-327343344 > a.nav-top-link,
.header:not(.transparent) .header-nav-main.nav > li#menu-item-327348782 > a.nav-top-link,
.header:not(.transparent) .header-nav-main.nav > li#menu-item-327343345 > a.nav-top-link,
.header-main .nav > li#menu-item-327343343 > a.nav-top-link,
.header-main .nav > li#menu-item-327343342 > a.nav-top-link,
.header-main .nav > li#menu-item-327343344 > a.nav-top-link,
.header-main .nav > li#menu-item-327348782 > a.nav-top-link,
.header-main .nav > li#menu-item-327343345 > a.nav-top-link {
  color: #FF5F00 !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; }
div.wp-google-time {
    display: none !important;
    visibility: hidden !important;
}
.wp-gr { font-size: 13px !important; }
.wp-gr .wp-google-text { font-size: 13px !important; }
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; }
.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,
.pewc-description { font-size: 14px; }
li.pewc-item.pewc_group_327322775_327322776, /* NL */
li.pewc-item.pewc_group_327321949_327312189  /* EN */
{
  margin-top: 20px;
  margin-bottom: 0px !important;
}
li.pewc-item.pewc_group_327343302_327343303, /* NL */
li.pewc-item.pewc_group_327343311_327343312  /* EN */
{
  margin-top: 30px;
  margin-bottom: 0px !important;
}
.pewc-item-field-wrapper {
	margin: 0px !important;
	
}
.pewc-field-label-text {
	font-size: 14px;
}

.pewc-group-color-picker input.wp-picker-default { display: none; }
.pewc-preset-style .wp-color-result-text { padding: 0.3em 0.5em; }
.pewc-total-field-wrapper { display: none !important; }
.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: #FF5F00; }
.footer-payment-icons img {
    filter: none !important;
    opacity: 1 !important;
}

.pewc-theme-element {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: white !important;
  border: 1px solid #666;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0,0,0,0.08);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* Eigen kleur voor aangevinkte PEWC elementen */
.pewc-preset-style input:checked ~ span.pewc-theme-element {
  background: #000 !important;   /* jouw paars */
  border-color: #000 !important;
  color: #fff !important;           /* tekst wit */
}

/* Hover */
.pewc-theme-element:hover {
  border-color: #bbb;
}

/* Geselecteerd */
.pewc-theme-element.selected,
.pewc-theme-element input:checked + label {
  border-color: #000; /* jouw paars */
  box-shadow: 0 0 0 2px rgba(86,43,124,0.15);
}

.pewc-theme-element:focus,
.pewc-theme-element:focus-within {
  outline: none; /* standaard blauwe rand uit */
  border-color: #000; /* jouw paars */
  box-shadow: 0 0 0 2px rgba(86,43,124,0.2);
}

.woocommerce-variation-add-to-cart.variations_button {
  row-gap: 0 !important;
  gap: 0 !important;
}

button.wc-forward {
  background-color: #e71e25 !important; 
}

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

.woocommerce-checkout .form-row.place-order {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.woocommerce-checkout .custom-checkout-text {
  font-size: 13px !important;
  line-height: 1.4;
  color: #222 !important;
  font-weight: 400 !important;
}

.woocommerce-checkout-review-order-table th.product-total {
  font-size: 0 !important;
}

/* alle opties normaal */
.woocommerce-checkout .wc_payment_method label {
  font-weight: 400 !important;
}

/* geselecteerde optie dikker */
.woocommerce-checkout .wc_payment_method input[type="radio"]:checked + label {
  font-weight: 700 !important;
}
.woocommerce-store-notice.demo_store {
    text-align: center;
    background-color: #FF5F00;
    color: #ffffff;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2; 
}

.woocommerce-store-notice.demo_store .woocommerce-store-notice__dismiss-link {
    color: #ffffff;
    font-size: 10px;
	font-weight: 300;
	text-decoration: underline;
    margin-left: 3px;
}

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

body.archive .page-title-inner,
body.archive .medium-text-center {
    text-align: left !important;
}

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

#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 */
}

.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: #000 !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 {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex-direction: row !important; /* icoon links, tekst rechts */
}

.woocommerce-checkout .wc_payment_method label img {
  order: -1 !important; /* forceert icoon vóór tekst */
  width: auto;
  height: 20px;
  object-fit: contain;
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

/* Toon juiste code bij juiste vlag */
html[lang="nl-NL"] .header-language-dropdown > a::before {
  content: "NL";
}
html[lang="en-US"] .header-language-dropdown > a::before {
  content: "EN";
}

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

.header-language-dropdown img {
	margin-bottom: 3px;
}

.header-language-dropdown > a::before {
  content: attr(hreflang);
  text-transform: uppercase;
  font-size: 12px;
  color: white;
  margin-right: 0px;
}

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

a.button.checkout.wc-forward {
  background-color: #e71e25 !important;
}

/* Checkout – logo centreren op mobiel en dubbele variant verbergen */
@media (max-width: 767px) {
  .page-checkout-simple .cart-header .logo {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .page-checkout-simple .cart-header .logo a {
    display: inline-flex !important;
  }
  .page-checkout-simple .cart-header .logo img.header-logo-dark {
    display: none !important; /* tweede logo uit */
  }
}

.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;
  }
}

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

.tick {
  color: #18E1DA !important;
  font-weight: bold;
  font-family: Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.cross {
  color: #ff5f00 !important;
  font-weight: bold;
  font-family: Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

label[for="pa_lengte"],
label[for="pa_maat"] {
  display: inline-block;
  font-size: 14px;
  font-weight: 450;
}

body.single-post .entry-header .entry-category.is-xsmall { display: none; }
body.single-post .entry-header .entry-divider.is-divider.small { display: none; }


/* Yoast Breadcrumbs: alle varianten */
.yoast-breadcrumb,
.yoast-breadcrumbs,
.yoastbreadcrumb {
  font-size: 13px !important;
  color: #666 !important;
  font-weight: 400 !important;
  margin-bottom: 6px;
  line-height: 1.4;
}

.yoast-breadcrumb a,
.yoast-breadcrumbs a,
.yoastbreadcrumb a {
  color: #666 !important;
  text-decoration: none !important;
}

.yoast-breadcrumb a:hover,
.yoast-breadcrumbs a:hover,
.yoastbreadcrumb a:hover {
  color: #e71e25 !important;
}

.yoast-breadcrumb .breadcrumb_last,
.yoast-breadcrumbs .breadcrumb_last,
.yoastbreadcrumb .breadcrumb_last,
.yoast-breadcrumb [aria-current="page"],
.yoast-breadcrumbs [aria-current="page"],
.yoastbreadcrumb [aria-current="page"] {
  font-weight: 400 !important;
  color: #666 !important;
}

.yoast-breadcrumb .breadcrumb_last strong,
.yoast-breadcrumbs .breadcrumb_last strong,
.yoastbreadcrumb .breadcrumb_last strong,
.yoast-breadcrumb .breadcrumb_last b,
.yoast-breadcrumbs .breadcrumb_last b,
.yoastbreadcrumb .breadcrumb_last b {
  font-weight: 400 !important;
}

.yoast-breadcrumb span,
.yoast-breadcrumbs span,
.yoastbreadcrumb span {
  display: inline;
}

@media (max-width: 768px) {
  .yoast-breadcrumb,
  .yoast-breadcrumbs,
  .yoastbreadcrumb {
    font-size: 12px !important;
  }
}

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

@keyframes spin {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.woocommerce-order .myparcelnl-delivery-options {
    display: none !important;
}

.shipping-tooltip {
  position: relative;
  display: inline-block;
  float: right; /* bolletje rechts uitgelijnd */
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  background: #eee;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  cursor: help;
  margin-left: 6px;
}

.shipping-tooltip .tooltip-text {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s;
  position: absolute;
  z-index: 999;
  top: 50%;
  right: calc(100% + 6px); /* ↔️ zet 'm links van het bolletje */
  transform: translateY(-50%);
  background: #333;
  color: #fff;
  font-size: 12px;
  padding: 6px 8px;
  border-radius: 4px;
  white-space: nowrap;
}

.shipping-tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

/* Alleen maat en jaar filters */
body .wpc-filter-pa_maat .wpc-label-item label,
body .wpc-filter-pa_jaar .wpc-label-item label {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 52px !important;
  height: 32px !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* Alle inner wrappers (span en a) full-size en gecentreerd */
body .wpc-filter-pa_maat .wpc-label-item label span.wpc-filter-label-wrapper,
body .wpc-filter-pa_jaar .wpc-label-item label span.wpc-filter-label-wrapper,
body .wpc-filter-pa_maat .wpc-label-item .wpc-filter-link,
body .wpc-filter-pa_jaar .wpc-label-item .wpc-filter-link {
  flex: 1 1 auto !important;   /* vult gewoon de ruimte */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

/* Hover */
body .wpc-filter-pa_maat .wpc-label-item label:hover,
body .wpc-filter-pa_jaar .wpc-label-item label:hover {
  background-color: #000;
  color: #fff !important;
  border-radius: 5px;
}

/* Checked state → via input + label */
body .wpc-filter-pa_maat .wpc-label-item input:checked + label,
body .wpc-filter-pa_jaar .wpc-label-item input:checked + label {
  background-color: #000;
  color: #fff !important;
  border-radius: 5px;
}

/* Tekstkleur meeveranderen */
body .wpc-filter-pa_maat .wpc-label-item input:checked + label .wpc-filter-link,
body .wpc-filter-pa_jaar .wpc-label-item input:checked + label .wpc-filter-link {
  color: #fff !important;
}

/* Success message weghalen */
.woocommerce-message.message-wrapper {
  display: none !important;
}

p.stock.in-stock {
  color: #FF5F00 !important;
  font-size: 16px;
  margin-bottom: 10px !important;
}

p.stock.in-stock,
.woocommerce-variation-price {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

.woocommerce-variation.single_variation {
    margin: 0 !important;
    padding: 0 !important;
}

/* Container met prijs + voorraad naast elkaar */
.outsole-variation-price .woocommerce-variation {
    display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
    align-items: center;
    gap: 12px;
}

.woocommerce-variation {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Tekst netjes op 16px */
.outsole-variation-price .woocommerce-variation-price,
.outsole-variation-price .woocommerce-variation-availability {
    font-size: 16px !important;
    margin: 0;
}

/* Border van standaard WooCommerce prijs verbergen */
.woocommerce-variation-price {
    border: none !important;
}

/* Zelfde opmaak voor fees als subtotal/shipping */
.woocommerce-checkout-review-order-table tr.fee td,
.woocommerce-checkout-review-order-table tr.fee th {
  font-size: .8em;
  font-weight: 400;
  color: #666; /* zelfde kleur als td */
}

button,
.button,
input[type="submit"],
input[type="button"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border-radius: 6px !important; 
}

form.cart,
form.cart .woocommerce-variation-add-to-cart,
form.cart .variations_button {
  display: flex !important;
  align-items: center;
  gap: 3px !important;
}

form.cart .quantity {
  flex: 0 0 auto;
  margin: 0;
}

form.cart .single_add_to_cart_button {
  flex: 1 1 auto;
  width: auto !important;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
}

body.product-in-sneakers form.cart .single_add_to_cart_button {
  width: 100% !important;
}

p.stock:before {
  content: "\f017"; /* klokje */
  font-family: "Font Awesome 5 Pro"; 
  font-weight: 400; /* Regular */
  font-style: normal;
  display: inline-block;
  margin-right: 6px;
}

.box-image img,
.product-gallery-slider img,
.product-thumbnails img,
.product-gallery-slider .flickity-slider img {
  border-radius: 6px !important;
  overflow: hidden !important;
}

label[for="pa_maat"]::after {
  content: "\f649"; /* fa-bullseye-pointer */
  font-family: "Font Awesome 5 Pro";
  font-weight: 400; /* regular */
  display: inline-block;
  margin-left: 6px;
  color: var(--primary-color);
}

.mb-half {
	margin-bottom: 3px !important;
}

img.mfp-img {
	padding: 0px !important;

.product-thumbnails {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0 -7px !important;
}

.product-thumbnails img {
  all: unset;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 6px !important;
}

.product-thumbnails .is-nav-selected a img,
.product-thumbnails a:hover img {
  transform: none !important;
  box-shadow: none !important;
}

