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

h3 {
  font-size: 16px !important;
}

.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 li {
  color: var(--sy-color-white);
}
#top-bar .usp--list li > i {
  color: #e71e25;
}
#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; 
}

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

/* FACETWP Widget */
.widget .textwidget p {
  margin: 0 !important;
}

.widget .textwidget br {
  display: none;
}

.facetwp-checkbox.checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Crect width='14' height='14' rx='2' fill='%23e71e25'/%3E%3Cpath d='M3.5 7l3 3 4-4.5' stroke='white' stroke-width='1.5' fill='none'/%3E%3C/svg%3E") !important;
}

.facetwp-toggle {
  font-size: 12px;
  font-style: italic;
}

.button, button, input[type=button], input[type=reset], input[type=submit] {
  font-weight: normal;
}

.facetwp-facet {
  margin-bottom: 20px !important;
}

.facet-label {
  font-size: 1em;
}

.facetwp-type-number_range .facetwp-submit {
  display: none;
}

.facetwp-facet-price .facetwp-number {
  width: 112px !important;
  min-width: 0 !important;
  max-width: 112px !important;
  margin-right: 6px !important;
}

.facetwp-color {
  margin: 0px 6px 6px 4px;
  border-radius: 4px;
}

.veter-mobile-filter-btn {
  display: none;
}

@media (max-width: 768px) {
  .veter-mobile-filter-btn {
    display: block;
    position: fixed;
    left: 50%;
    bottom: 26px;
    transform: translateX(-50%);
    z-index: 1000;
    width: auto !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
  }

  .veter-mobile-filter-btn .filter-button {
    background-color: #e71e25 !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;
  }

  .veter-mobile-filter-btn .filter-button strong {
    font-weight: 500 !important;
  }

  .veter-mobile-filter-btn .filter-button i,
  .veter-mobile-filter-btn .filter-button i::before {
    color: #fff !important;
  }
}
.woocommerce-order-received #mypa-delivery-options-wrapper {
    display: none !important;
}


section.myparcelcom-delivery-options {
	display: none !important;
}

.woocommerce-shipping-totals th {
    display: none;
}

.woocommerce-checkout #payment .wc_payment_methods li.wc_payment_method.payment_method_bacs > label {
    display: flex;
    align-items: center;
}
.woocommerce-checkout #payment .wc_payment_methods li.wc_payment_method.payment_method_bacs > label::after {
    content: "";
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90 90' fill='%23333333'><path d='M 84.668 38.004 v -6.27 H 90 V 20 L 45 3.034 L 0 20 v 11.734 h 5.332 v 6.27 h 4.818 v 30.892 H 5.332 v 6.271 H 0 v 11.8 h 90 v -11.8 h -5.332 v -6.271 H 79.85 V 38.004 H 84.668 z M 81.668 35.004 H 66.332 v -3.27 h 15.336 V 35.004 z M 63.332 68.896 v 6.271 h -7.664 v -6.271 H 50.85 V 38.004 h 4.818 v -6.27 h 7.664 v 6.27 h 4.818 v 30.892 H 63.332 z M 26.668 38.004 v -6.27 h 7.664 v 6.27 h 4.818 v 30.892 h -4.818 v 6.271 h -7.664 v -6.271 H 21.85 V 38.004 H 26.668 z M 42.15 68.896 V 38.004 h 5.7 v 30.892 H 42.15 z M 37.332 35.004 v -3.27 h 15.336 v 3.27 H 37.332 z M 37.332 71.896 h 15.336 v 3.271 H 37.332 V 71.896 z M 3 22.075 L 45 6.24 l 42 15.835 v 6.659 H 3 V 22.075 z M 8.332 31.734 h 15.336 v 3.27 H 8.332 V 31.734 z M 13.15 38.004 h 5.7 v 30.892 h -5.7 V 38.004 z M 8.332 71.896 h 15.336 v 3.271 H 8.332 V 71.896 z M 87 83.966 H 3 v -5.8 h 84 V 83.966 z M 81.668 75.166 H 66.332 v -3.271 h 15.336 V 75.166 z M 76.85 68.896 H 71.15 V 38.004 h 5.699 V 68.896 z'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 36px;
    height: 28px;
    margin-left: auto;
    flex-shrink: 0;
}

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

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

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

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

tr.fee {
  display: none !important;
}

small.includes_tax {
  display: none !important;
}

#payment .payment_method_bacs {
    flex-wrap: wrap !important;
}

#payment .payment_method_bacs .payment_box {
    flex: 0 0 100% !important;
}

.woocommerce-checkout .fl-input::placeholder {
    font-size: 12px;
}

/* PRICE */
.int {
    font-weight: bold;
}
.decimal-separator {
    font-weight: lighter;
    font-size: 0.8em;
}
.decimal-price {
    font-size: 0.7em;
    vertical-align: 0.4em;
    opacity: 0.8;
}

.nav-dropdown ul.woocommerce-mini-cart .price-wrapper {
	opacity: 0.8;
}

.ux-free-shipping__bar {
    background: #e5e5e5;
}
.ux-free-shipping__bar-progress {
    background: #e71e25;
}
.ux-free-shipping__notice--success ~ .ux-free-shipping__bar .ux-free-shipping__bar-progress,
.ux-free-shipping__bar--success .ux-free-shipping__bar-progress {
    background: #18e1da;
}
.widget_shopping_cart .woocommerce-Price-amount,
.widget_shopping_cart .woocommerce-Price-amount bdi,
.widget_shopping_cart .product-subtotal,
.widget_shopping_cart .product-subtotal .amount,
.widget_shopping_cart .total .amount,
.widget_shopping_cart .total .amount bdi,
.woocommerce-mini-cart__total .amount,
.woocommerce-mini-cart__total .amount bdi,
.woocommerce-mini-cart-item .woocommerce-Price-amount,
.woocommerce-mini-cart-item .woocommerce-Price-amount bdi {
    color: #000 !important;
}
.ux-free-shipping__notice .woocommerce-Price-amount,
.ux-free-shipping__notice .woocommerce-Price-amount bdi {
    font-weight: 600;
}

/* 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 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,
#veter-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: #000000 !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-google-based {
    display: none !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"] .veter-size-widget, body[class*="-veters"] .veter-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; }
.veter-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: #000000; }
.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;
  box-shadow: 0 0 0 2px rgba(86,43,124,0.15);
}

.pewc-theme-element:focus,
.pewc-theme-element:focus-within {
  outline: none;
  border-color: #000;
  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: #000000 !important; 
}

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

.qlwapp {
  --qlwapp-scheme-icon-size: 40px !important;
  --qlwapp-scheme-icon-font-size: 20px !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;
}

.woocommerce-store-notice.demo_store {
    text-align: center;
    background-color: #e71e25;
    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 */
}

.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: #000000 !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: #e71e25 !important;
  font-weight: bold;
  font-family: Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.cross {
  color: #000000 !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;
}

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

p.stock.in-stock {
  color: #000 !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 */
.veter-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 */
.veter-variation-price .woocommerce-variation-price,
.veter-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 6 Free"; 
  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 6 Free";
  font-weight: 400; /* regular */
  display: inline-block;
  margin-left: 6px;
  color: var(--primary-color);
}

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

/* Lightbox image */
img.mfp-img {
  padding: 0 !important;
}

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

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

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

/* ALLES binnen payment method normaal gewicht */
.woocommerce-checkout #payment .wc_payment_methods li.wc_payment_method,
.woocommerce-checkout #payment .wc_payment_methods li.wc_payment_method * {
  font-weight: 400 !important;
}

/* Alleen geselecteerde methode bold */
.woocommerce-checkout #payment .wc_payment_methods li.wc_payment_method input[type="radio"]:checked + label,
.woocommerce-checkout #payment .wc_payment_methods li.wc_payment_method input[type="radio"]:checked + label * {
  font-weight: 700 !important;
}

/* €2 bij Cards kleiner en niet bold */
.woocommerce-checkout #payment .wc_payment_methods 
li[class*="payment_method_pay_gateway_"] > label span {
  margin-left: 6px !important;
  font-size: 0.75em !important;
  font-weight: 400 !important;
  opacity: 0.75;
  line-height: 1 !important;
  display: inline-block;
  transform: translateY(1px);
}

/* Betaalmethoden: tekst links, logo rechts */
.woocommerce-checkout #payment .wc_payment_methods li.wc_payment_method {
  display: flex;
  align-items: center;
}

.woocommerce-checkout #payment .wc_payment_methods li.wc_payment_method > label {
  display: flex !important;
  align-items: center;
  flex: 1;
  width: auto !important;
}

.woocommerce-checkout #payment .wc_payment_methods li.wc_payment_method > label img,
.woocommerce-checkout #payment .wc_payment_methods li.wc_payment_method > label svg {
  margin-left: auto !important;
  max-height: 30px;
  height: auto;
}

/* Voorkom dat de span bold wordt bij selectie */
.woocommerce-checkout #payment .wc_payment_methods 
li[class*="payment_method_pay_gateway_"] 
input[type="radio"]:checked + label span {
  font-weight: 400 !important;
}


/* Verwijder oude pseudo */
.woocommerce-checkout #payment .wc_payment_methods li.wc_payment_method label:before {
  content: none !important;
  display: none !important;
}

.woocommerce-checkout #payment .wc_payment_methods li.wc_payment_method input[type="radio"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 14px !important;
  height: 14px !important;
  border: 1px solid #666 !important;
  border-radius: 50% !important;
  background: #fff !important;
  display: inline-block !important;
  margin: 0 8px 4px 0 !important;
}

/* Geselecteerd */
.woocommerce-checkout #payment .wc_payment_methods li.wc_payment_method input[type="radio"]:checked {
  background: #666 !important;
}

/* Quick add to cart */
.product-small .price-wrapper{display:block;width:100%}
.veter-price-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:4px;width:100%}
.veter-price-row .price{margin:0;flex:0 0 auto;line-height:1;display:flex;align-items:center}
.veter-qa-form{position:relative;display:inline-block;height:30px;margin-left:auto}
.veter-qa-btn{display:inline-flex;align-items:center;gap:3px;height:30px;padding:0 6px;margin:0;background:#fff;color:#000;border:1px solid #000;border-radius:3px;cursor:pointer;font-size:12px;font-weight:500;line-height:1;box-sizing:border-box;transition:background .15s,color .15s,border-color .15s}
.veter-qa-btn:hover{background:#e71e25;color:#fff;border-color:#e71e25}
.veter-qa-btn:focus{outline:none}
.veter-qa-caret-wrap{display:inline-flex;align-items:center;justify-content:center;width:10px;height:10px;cursor:pointer}
.veter-qa-caret{width:5px;height:5px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:translateY(-2px) rotate(45deg);transition:transform .15s}
.veter-qa-form.open .veter-qa-caret{transform:translateY(2px) rotate(-135deg)}
.veter-qa-icon{flex-shrink:0;width:12px;height:12px}
.veter-qa-list{position:absolute;top:calc(100% + 4px);right:0;margin:0;padding:2px 0;list-style:none;background:#fff;border:1px solid #000;border-radius:3px;box-shadow:0 4px 12px rgba(0,0,0,.08);box-sizing:border-box;min-width:100%;z-index:50;display:none}
.veter-qa-form.open .veter-qa-list{display:block}
.veter-qa-option{padding:4px 6px;font-size:12px;cursor:pointer;color:#000;white-space:nowrap;line-height:1.3;text-align:left}
.veter-qa-option:hover{background:#f5f5f5}
.veter-qa-option.active{font-weight:600;color:#e71e25}
.veter-qa-btn.loading{opacity:.6}
.veter-qa-btn.added,.veter-qa-btn.added:hover{background:#fff;color:#1ab7ac;border-color:#1ab7ac;border-width:1px}

@media (max-width: 849px) {
  .mfp-wrap:has(#shop-sidebar) .mfp-close {
    position: fixed !important;
    top: auto !important;
    left: auto !important;
    right: 20px !important;
    bottom: 20px !important;
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    color: transparent !important;
    font-size: 0 !important;
    text-indent: -9999px !important;
    overflow: hidden !important;
    border: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
    mix-blend-mode: normal !important;
    z-index: 2147483647 !important;
  }
  .mfp-wrap:has(#shop-sidebar) .mfp-close::before {
	content: "\2714" !important;
	font-family: Arial, sans-serif !important;
    font-size: 24px !important;
    color: #000 !important;
    line-height: 40px !important;
    text-align: center !important;
    text-indent: 0 !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
  }
  body:has(.mfp-wrap #shop-sidebar) .qlwapp {
    display: none !important;
  }
}

/* Veterlengte */
#vlc {
  max-width: 640px;
  margin: 0 auto;
  font-family: inherit;
  color: #111;
}
#vlc .vlc-field {
  margin-bottom: 14px;
}
#vlc .vlc-label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #111;
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}
#vlc .vlc-select {
  width: 100%;
  padding: 12px 36px 12px 14px;
  line-height: 1.4;
  border: 1.5px solid #e0e0e0;
  border-radius: 4px;
  background: #fff;
  font-size: 14px;
  color: #111;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3e%3cpath d='M2 4l4 4 4-4' stroke='%23e71e25' stroke-width='1.5' fill='none' stroke-linecap='round'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 14px center;
  box-sizing: border-box;
  height: auto;
}
#vlc .vlc-select:focus {
  outline: none;
  border-color: #e71e25;
}
#vlc .vlc-seg {
  display: flex;
  gap: 6px;
  width: 100%;
}
#vlc .vlc-btn {
  flex: 1;
  padding: 12px 14px;
  border: 1.5px solid #e0e0e0;
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  color: #111;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  transition: border-color 0.12s, background 0.12s, color 0.12s;
}
#vlc .vlc-btn:hover {
  border-color: #e71e25;
  color: #e71e25;
}
#vlc .vlc-btn.active {
  border-color: #e71e25;
  background: #e71e25;
  color: #fff;
}
#vlc .vlc-out {
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
  margin-top: 18px;
}
#vlc .vlc-out.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
#vlc .vlc-block {
  border: 1.5px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
}
#vlc .vlc-block-header {
  padding: 10px 14px;
  background: #f4f4f4;
  border-bottom: 1.5px solid #e0e0e0;
}
#vlc .vlc-block-title {
  font-size: 12px;
  font-weight: 500;
  color: #111;
}
#vlc .vlc-table {
  padding: 12px;
}
#vlc .vlc-strip {
  display: flex;
  gap: 4px;
}
#vlc .vlc-cell {
  flex: 1;
  padding: 14px 8px;
  border: 1.5px solid #e0e0e0;
  border-radius: 4px;
  text-align: center;
  background: #fff;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}
#vlc .vlc-cell.vlc-active {
  border-color: #e71e25;
  background: #e71e25;
  color: #fff;
}
#vlc .vlc-cell-value {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 600px) {
  #vlc .vlc-cell-value { font-size: 16px; }
  #vlc .vlc-cell { padding: 10px 4px; }
}

.page-title-inner .veter__filter-sort-wrapper .category-filtering,
#shop-sidebar .veter__filter-sort-wrapper .category-filtering {
  display: none !important;
}

@media (max-width: 849px) {
  .category-page-title .page-title-inner .flex-col {
    padding-bottom: 0 !important;
  }
}

.ux-menu-link__link[href*="/kleur/"] .ux-menu-link__text::before,
.ux-menu-link__link[href*="/color/"] .ux-menu-link__text::before{content:"";display:inline-block;width:12px;height:12px;margin-right:8px;border-radius:3px;vertical-align:-1px;border:1px solid rgba(0,0,0,.15);box-sizing:border-box}
.ux-menu-link__link[href*="/kleur/zwart/"] .ux-menu-link__text::before,
.ux-menu-link__link[href*="/color/black/"] .ux-menu-link__text::before{background:#000000}
.ux-menu-link__link[href*="/kleur/wit/"] .ux-menu-link__text::before,
.ux-menu-link__link[href*="/color/white/"] .ux-menu-link__text::before{background:#FFFFFF;border-color:#ccc}
.ux-menu-link__link[href*="/kleur/grijs/"] .ux-menu-link__text::before,
.ux-menu-link__link[href*="/color/grey/"] .ux-menu-link__text::before{background:#BEBEBE}
.ux-menu-link__link[href*="/kleur/creme/"] .ux-menu-link__text::before,
.ux-menu-link__link[href*="/color/cream/"] .ux-menu-link__text::before{background:#F5F5DC;border-color:#ddd}
.ux-menu-link__link[href*="/kleur/bruin/"] .ux-menu-link__text::before,
.ux-menu-link__link[href*="/color/brown/"] .ux-menu-link__text::before{background:#8B4513}
.ux-menu-link__link[href*="/kleur/rood/"] .ux-menu-link__text::before,
.ux-menu-link__link[href*="/color/red/"] .ux-menu-link__text::before{background:#FF0000}
.ux-menu-link__link[href*="/kleur/oranje/"] .ux-menu-link__text::before,
.ux-menu-link__link[href*="/color/orange/"] .ux-menu-link__text::before{background:#FFA500}
.ux-menu-link__link[href*="/kleur/geel/"] .ux-menu-link__text::before,
.ux-menu-link__link[href*="/color/yellow/"] .ux-menu-link__text::before{background:#FFD700}
.ux-menu-link__link[href*="/kleur/groen/"] .ux-menu-link__text::before,
.ux-menu-link__link[href*="/color/green/"] .ux-menu-link__text::before{background:#32CD32}
.ux-menu-link__link[href*="/kleur/blauw/"] .ux-menu-link__text::before,
.ux-menu-link__link[href*="/color/blue/"] .ux-menu-link__text::before{background:#1E90FF}
.ux-menu-link__link[href*="/kleur/paars/"] .ux-menu-link__text::before,
.ux-menu-link__link[href*="/color/purple/"] .ux-menu-link__text::before{background:#800080}
.ux-menu-link__link[href*="/kleur/roze/"] .ux-menu-link__text::before,
.ux-menu-link__link[href*="/color/pink/"] .ux-menu-link__text::before{background:#FF69B4}
.ux-menu-link__link[href*="/kleur/multicolor/"] .ux-menu-link__text::before,
.ux-menu-link__link[href*="/color/multicolor/"] .ux-menu-link__text::before{background:linear-gradient(135deg,#ff0000 0%,#ff7700 16%,#ffff00 33%,#00cc00 50%,#0000ff 66%,#8b00ff 83%,#ff0000 100%)}

/* CSS Veters Color Matcher */
.category-page-title .page-title-inner.has-cm-cta{align-items:center}
.category-page-title .page-title-inner.has-cm-cta > .os-cm-col{margin-left:auto;text-align:right;padding:0}
.os-cm-cta{display:inline-flex;align-items:center;gap:9px;padding:11px 18px;background:#000000;border-radius:10px;text-decoration:none;transition:background .2s}
.os-cm-cta:hover{background:#000000}
.os-cm-ico{color:#e71e25;font-size:17px;line-height:1}
.os-cm-title{color:#fff;font-size:16px;font-weight:700;line-height:1;white-space:nowrap}
.os-cm-new{padding:3px 8px;background:#e71e25;border-radius:20px;color:#fff;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;line-height:1}
@media(max-width:849px){.category-page-title .page-title-inner.has-cm-cta{flex-wrap:wrap}.category-page-title .page-title-inner.has-cm-cta > .os-cm-col{flex:0 0 100%;margin:0 0 12px 0;text-align:center;padding:0}.os-cm-cta{display:flex;justify-content:center;margin:0;padding:8px 14px}.os-cm-title{font-size:14px}.os-cm-ico{font-size:15px}.os-cm-new{padding:2px 6px;font-size:9px}}

.product-category .box-image {
    position: relative;
}
.product-category a[href*="/kleur/"] .box-image::after,
.product-category a[href*="/color/"] .box-image::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
}
.product-category a[href*="/kleur/zwart/"] .box-image::after,
.product-category a[href*="/color/black/"] .box-image::after { background: #000000; }
.product-category a[href*="/kleur/wit/"] .box-image::after,
.product-category a[href*="/color/white/"] .box-image::after { background: #FFFFFF; }
.product-category a[href*="/kleur/creme/"] .box-image::after,
.product-category a[href*="/color/cream/"] .box-image::after { background: #F5F5DC; }
.product-category a[href*="/kleur/grijs/"] .box-image::after,
.product-category a[href*="/color/grey/"] .box-image::after { background: #BEBEBE; }
.product-category a[href*="/kleur/bruin/"] .box-image::after,
.product-category a[href*="/color/brown/"] .box-image::after { background: #8B4513; }
.product-category a[href*="/kleur/geel/"] .box-image::after,
.product-category a[href*="/color/yellow/"] .box-image::after { background: #FFD700; }
.product-category a[href*="/kleur/oranje/"] .box-image::after,
.product-category a[href*="/color/orange/"] .box-image::after { background: #FFA500; }
.product-category a[href*="/kleur/rood/"] .box-image::after,
.product-category a[href*="/color/red/"] .box-image::after { background: #FF0000; }
.product-category a[href*="/kleur/roze/"] .box-image::after,
.product-category a[href*="/color/pink/"] .box-image::after { background: #FF69B4; }
.product-category a[href*="/kleur/paars/"] .box-image::after,
.product-category a[href*="/color/purple/"] .box-image::after { background: #800080; }
.product-category a[href*="/kleur/blauw/"] .box-image::after,
.product-category a[href*="/color/blue/"] .box-image::after { background: #1E90FF; }
.product-category a[href*="/kleur/groen/"] .box-image::after,
.product-category a[href*="/color/green/"] .box-image::after { background: #32CD32; }
.product-category a[href*="/kleur/multicolor/"] .box-image::after,
.product-category a[href*="/color/multicolor/"] .box-image::after {
    background: linear-gradient(135deg, #ff0000 0%, #ff7700 16%, #ffff00 33%, #00cc00 50%, #0000ff 66%, #8b00ff 83%, #ff0000 100%);
}
.product-category a[href*="/kleur/print/"] .box-image::after,
.product-category a[href*="/color/print/"] .box-image::after {
    background-color: #c8a951;
    background-image: radial-gradient(circle, #222 15%, transparent 15%), radial-gradient(circle, #222 15%, transparent 15%);
    background-size: 8px 8px;
    background-position: 0 0, 4px 4px;
}
.yoast-breadcrumb {
  font-size: 0.85em;
  margin-bottom: 15px;
}
.yoast-breadcrumb a {
  color: inherit;
}
.yoast-breadcrumb a:hover {
  color: #e71e25;
}
