/** Shopify CDN: Minification failed

Line 793:0 Unexpected "<"

**/
/* ── Product FAQs accordion ── */
.product-faqs {
  width: 100%;
}

.product-faqs__title {
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 16px 0;
}

.product-faqs__list {
  border-top: 1px solid #e0e0e0;
  width: 100%;
}

.product-faqs__item {
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
  box-sizing: border-box;
}

.product-faqs__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  cursor: pointer;
  list-style: none;
  font-size: 0.95em;
  font-weight: 500;
  gap: 12px;
  background-color: #f5f5f5;
  transition: background-color 0.2s, color 0.2s;
}
.product-faqs__question::-webkit-details-marker { display: none; }

.product-faqs__question:hover {
  background-color: #57b947;
  color: #ffffff;
}

details[open] > .product-faqs__question {
  background-color: #57b947;
  color: #ffffff;
}

.product-faqs__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
}
.product-faqs__icon::before,
.product-faqs__icon::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-faqs__icon::before { width: 12px; height: 2px; }
.product-faqs__icon::after  { width: 2px; height: 12px; transition: transform 0.2s; }

details[open] .product-faqs__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.product-faqs__answer {
  padding: 16px 16px 20px;
  font-size: 0.9em;
  line-height: 1.6;
}
.product-faqs__answer p { margin: 0 0 0.5em; }

.product-faqs__links {
  list-style: disc;
  padding-left: 1.4em;
  margin: 0.5em 0 0;
}

.product-faqs__links a {
  text-decoration: underline;
}


/* ── Collection Standing Block slider ── */
.scb-slider__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.scb-slider__track {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  flex: 1;
}
.scb-slider__track::-webkit-scrollbar { display: none; }
.scb-card {
  flex: 0 0 calc(33.333% - 7px);
  scroll-snap-align: start;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
}
.scb-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
.scb-card__body { padding: 6px 0; display: flex; flex-direction: column; }
.scb-card__vendor { font-size: 11px; text-transform: uppercase; letter-spacing: .05em; color: #888; }
.scb-card__title { font-size: 11px; font-weight: 600; margin-top: 2px; }
@media (min-width: 769px) {
  .scb-card { flex: 0 0 calc(25% - 8px); }
}


/* ── Collection Info blocks ── */
.collection-info-blocks { margin-bottom: 40px; }
.cib__block { border-bottom: 1px solid currentColor; }
.cib__block:first-child { border-top: 1px solid currentColor; }
.cib__block:last-child { border-bottom: none; }
.cib__item { border: none; }
.cib__item[open] {
  padding-bottom: 1.6rem;
}
.cib__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  cursor: pointer;
  list-style: none;
}
.cib__question h3 { margin: 0; font-size: calc(var(--font-heading-scale) * 22px); }
.cib__question::-webkit-details-marker { display: none; }
.cib__icon { font-size: 1.4em; transition: transform 0.2s; }
.cib__icon::before { content: '+'; }
details[open] .cib__icon { transform: rotate(45deg); }
.cib__answer { padding: 0 0 16px 0; }
.cib__preview {
  position: relative;
  max-height: 4em;
  overflow: hidden;
  padding: 0 0 12px 0;
  opacity: 0.7;
}
.cib__preview::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2em;
  background: linear-gradient(transparent, var(--color-background, #fff));
}
.cib__item[open] + .cib__preview { display: none; }

/* ── Ref group label ── */
.cib__ref-group { margin-top: 16px; }
.cib__ref-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #888;
  margin: 0 0 8px;
}

/* ── Ref cards grid ── */
.cib__ref-cards {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  flex-wrap: wrap;
}

/* ── Ref card base ── */
.cib__ref-card {
  flex: 0 0 calc(33% - 7px);
  color: inherit;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  font-size: 11px;
}
.cib__ref-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}
.cib__ref-card:hover,
.cib__ref-card:focus { text-decoration: none !important; }
.cib__ref-card--soldout { opacity: 0.45; filter: grayscale(40%); }

/* ── Product card link wrapper ── */
.cib__ref-card__link {
  flex: 1;
  text-decoration: none !important;
  color: inherit;
}
.cib__ref-card__link:hover,
.cib__ref-card__link:focus { text-decoration: none !important; }

/* ── Card text ── */
.cib__ref-card__title {
  font-size: 11px;
  font-weight: 600;
  margin-top: 3px;
  display: block;
  text-decoration: none !important;
  line-height: 1.3;
}
.cib__ref-card__price {
  display: block;
  font-size: 11px;
  font-weight: 600;
  margin-top: 2px;
  color: inherit;
  text-decoration: none !important;
}
.cib__ref-card__price s { opacity: 0.5; font-weight: 400; margin-right: 4px; }
.cib__ref-card__badge {
  display: block;
  margin-top: 4px;
  font-size: 0.75em;
  font-weight: 600;
  text-transform: uppercase;
  color: #999;
  letter-spacing: 0.05em;
}

/* ── Variant oz-knoppen ── */
.cib__variant-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 6px;
}
.cib__variant-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 3px 8px;
  font-size: 0.65rem;
  border-radius: var(--input-border-radius, 6px);
  box-shadow: 0 0 0 1px var(--color-form-border) inset;
  background: transparent;
  cursor: pointer;
  border: none;
}
.cib__variant-btn.is-selected {
  box-shadow: 0 0 0 1px var(--color-body, #2c2d2e) inset;
  font-weight: var(--font-body-medium-weight, 500);
}
.cib__variant-btn.is-soldout,
.cib__variant-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  text-decoration: line-through;
}

/* ── ATC knop ── */
.cib__atc-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 38px;
  margin-top: 8px;
  padding: 5px 12px;
  background: var(--solid-button-background, var(--color-accent)) !important;
  color: var(--solid-button-label, #fff) !important;
  border: 0;
  border-radius: var(--button-border-radius, 6px);
  font-size: 0.62rem;
  font-weight: var(--font-body-medium-weight, 500);
  letter-spacing: var(--button-letter-spacing, 0.02em);
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
}
.cib__atc-btn:hover { filter: brightness(0.85); text-decoration: none; }

.cib__atc-btn:disabled { opacity: 0.6; cursor: not-allowed; }
.cib__atc-btn--disabled {
  background: var(--color-form-border, #ccc);
  color: var(--color-body, #2c2d2e);
  cursor: not-allowed;
  filter: none;
}

/* ── Desktop: 6 cards per rij ── */
@media (min-width: 769px) {
  .cib__ref-card { flex: 0 0 calc(16.666% - 9px); }
}



/* ── Custom Product Grid ── */

.custom-product-grid__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.custom-product-grid__subheading {
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: inherit;
  margin: 0 0 10px;
  padding: 0;
  border: none;
}

.custom-product-grid__heading {
  margin-bottom: 4px;
}

.custom-product-grid__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(var(--columns, 3), 1fr);
  gap: 10px;
}

@media (max-width: 749px) {
  .custom-product-grid__list {
    grid-template-columns: repeat(var(--columns-mobile, 2), 1fr);
  }
  .custom-product-grid__list--slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    padding-bottom: 8px;
    scrollbar-width: none;
  }
  .custom-product-grid__list--slider::-webkit-scrollbar {
    display: none;
  }
  .custom-product-grid__list--slider .custom-product-grid__item {
    flex: 0 0 calc((100% / var(--columns-mobile, 2)) - 5px);
    max-width: calc((100% / var(--columns-mobile, 2)) - 5px);
    scroll-snap-align: start;
  }
}

@media (min-width: 750px) {
  .custom-product-grid__list--slider-desktop {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    padding-bottom: 8px;
    scrollbar-width: none;
  }
  .custom-product-grid__list--slider-desktop::-webkit-scrollbar {
    display: none;
  }
  .custom-product-grid__list--slider-desktop .custom-product-grid__item {
    flex: 0 0 calc((100% / var(--columns, 3)) - 9px);
    max-width: calc((100% / var(--columns, 3)) - 9px);
    scroll-snap-align: start;
  }
}

.custom-product-grid__item {
  display: flex;
}

.custom-product-grid__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: inherit;
}

.custom-product-grid__card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.custom-product-grid__image-wrap {
  overflow: hidden;
  background: #f4f4f4;
  margin-bottom: 8px;
}
.custom-product-grid__image-wrap--square {
  aspect-ratio: 1 / 1;
}
.custom-product-grid__image-wrap--portrait {
  aspect-ratio: 3 / 4;
}
.custom-product-grid__image-wrap img,
.custom-product-grid__image-wrap svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.custom-product-grid__vendor {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #888;
  margin: 0 0 2px;
}

.custom-product-grid__title {
  font-size: 11px;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}

.custom-product-grid__price {
  display: block;
  font-size: 0.9em;
  font-weight: 600;
  margin-top: 4px;
  margin-bottom: 8px;
  color: inherit;
}
.custom-product-grid__price s {
  opacity: 0.5;
  font-weight: 400;
  margin-right: 4px;
}

.custom-product-grid__badge {
  display: block;
  margin-top: 4px;
  font-size: 0.75em;
  font-weight: 600;
  text-transform: uppercase;
  color: #999;
  letter-spacing: 0.05em;
}

.custom-product-grid__card--soldout {
  opacity: 0.45;
  filter: grayscale(40%);
}

.custom-product-grid__variant-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  flex-grow: 0;
  align-content: flex-start;
}

.custom-product-grid__variant-btn {
  padding: 5px 8px;
  font-size: 11px;
  font-weight: var(--font-body-medium-weight, 500);
  box-shadow: 0 0 0 1px var(--color-form-border);
  background: transparent;
  color: inherit;
  cursor: pointer;
  border: none;
  border-radius: var(--input-border-radius, 6px);
  white-space: nowrap;
}
.custom-product-grid__variant-btn.is-selected {
  background: #222;
  color: #fff;
  box-shadow: 0 0 0 1px #222;
}
.custom-product-grid__variant-btn.is-soldout {
  opacity: 0.4;
  text-decoration: line-through;
  cursor: not-allowed;
}

.custom-product-grid__spacer {
  flex-grow: 1;
}

.custom-product-grid__atc-btn {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 12px;
  font-size: 13px;
  font-weight: var(--font-body-medium-weight, 500);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: var(--button-letter-spacing, 0.02em);
  background: var(--solid-button-background, var(--color-accent));
  color: var(--solid-button-label, #fff);
  border: none;
  cursor: pointer;
  border-radius: var(--button-border-radius, 6px);
}
.custom-product-grid__atc-btn--disabled {
  background: transparent;
  color: #999;
  border: 1px solid #ddd;
  cursor: not-allowed;
  font-size: 0.75em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}




/* Variant knoppen */
.cib__variant-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}
.cib__variant-btn {
  padding: 4px 10px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.4;
}
.cib__variant-btn.is-selected {
  border-color: #000;
  background: #000;
  color: #fff;
}
.cib__variant-btn.is-soldout {
  opacity: 0.35;
  cursor: not-allowed;
  text-decoration: line-through;
}

/* ATC knop */
.cib__atc-form { margin-top: 8px; }
.cib__atc-btn {
  display: block;
  width: 100%;
  padding: 8px 12px;
  background: #000;
  color: #fff;
  border: none;
  cursor: pointer;
  text-align: center;
  font-size: 13px;
  text-decoration: none;
}
.cib__atc-btn--disabled {
  background: #ccc;
  cursor: not-allowed;
}

/* Card layout */
.cib__ref-card { display: flex; flex-direction: column; }
.cib__ref-card__link { flex: 1; text-decoration: none; }




/* Collection list: 3 kolommen op mobile */
@media screen and (max-width: 767px) {
  .collection-grid.mobile-columns--3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .collection-grid.swipe-on-mobile.mobile-columns--3 {
    grid-auto-columns: minmax(calc(33vw - 20px), 1fr);
    grid-template-columns: repeat(3, minmax(calc(33vw - 20px), 1fr));
  }
}


/* Collection card titel: kleiner op mobile bij 3 kolommen */
@media screen and (max-width: 767px) {
  .mobile-columns--3 .collection-card--link {
    font-size: 0.7rem;
    line-height: 1.2;
  }
}



/* F2W ATC wrapper */
.f2w-atc-wrapper {
  position: relative;
}

/* Sold out button */
.f2w-atc-btn[disabled] {
  white-space: nowrap;
  font-size: 11px;
  letter-spacing: 0.05em;
}

/* ATC button actief */
.f2w-atc-btn:not([disabled]) {
  background-color: var(--color-accent, #000);
  color: var(--color-accent-text, #fff);
  border: 1px solid var(--color-accent, #000);
  cursor: pointer;
  white-space: nowrap;
  font-size: 11px;
  letter-spacing: 0.05em;
}

.f2w-atc-btn:not([disabled]):hover {
  opacity: 0.85;
}

/* Unavailable variant option */
.f2w-option-btn.is-unavailable {
  color: #aaa;
  background-color: #f5f5f5;
  border-color: #ddd;
  text-decoration: line-through;
  opacity: 0.6;
  cursor: not-allowed;
}

.product-card-info {
  display: flex;
  flex-direction: column;
}

.f2w-atc-wrapper {
  position: relative;
  margin-top: auto;
  padding-top: 12px;
}
/* ============================================
   PRODUCT CARD — COMPACTERE LAYOUT
   ============================================ */



/* ============================================
   PRODUCT CARD — VENDOR / TITEL / LOOX / PRIJS
   ============================================ */

/* Vendor */
.product-card .product-card-vendor {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: 1.2;
}

/* Titel */
.product-card .product-card-title {
  font-size: calc(var(--font-product-title-scale, 1) * 0.875rem) !important;
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

/* Loox sterrenblok */
.loox-rating {
  margin-bottom: 6px !important;
  font-size: 12px;
  line-height: 1;
}

/* Prijs */
.product-card .price {
  margin-bottom: 2px !important;
}

/* Voorraad notice */
.product-card .product-inventory-notice--wrapper {
  margin-top: 0 !important;
  margin-bottom: 4px !important;
}


/* ============================================
   PRODUCT CARD — LABELS / BADGES
   ============================================ */

/* Labels/tags compacter */
.product-card--label {
  font-size: 10px;
  padding: 2px 6px;
  line-height: 1.2;
}

/* Label container */
.product-card--label-container {
  margin-top: 2px;
  gap: 4px;
}


/* Content spacing verkleinen (was 20px) */
.product-card.product-card--content-spacing-true .product-card-info {
  padding: 10px 12px !important;
}

  .f2w-pdp-link {
    display: block;
    text-align: center;
    font-size: 11px;
    opacity: 0.6;
    margin-top: 6px;
    text-decoration: underline;
  }
  .f2w-pdp-link:hover {
    opacity: 1;
  }

    .f2w-soldout-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #cccccc !important;
    color: #666666 !important;
    border: none !important;
    cursor: pointer;
  }
  .f2w-soldout-btn:hover {
    background: #bbbbbb !important;
  }


  .f2w-atc-wrapper { position: relative; }

.f2w-option-group {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 8px;
}

.f2w-option-btn {
  padding: 3px 6px; /* was 8px, reduced to 6px */
  font-size: 11px;
  border: 1px solid currentColor;
  border-radius: 3px;
  background: transparent;
  cursor: pointer;
  line-height: 1.4;
}

.f2w-option-btn[aria-selected="true"],
.f2w-option-btn.is-selected {
  background: var(--color-foreground, #000);
  color: var(--color-background, #fff);
}

.f2w-option-btn.is-unavailable {
  opacity: 0.4;
  text-decoration: line-through;
  cursor: default;
}

.f2w-pdp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
  background: color-mix(in srgb, #57b947 35%, white) !important;
  color: #000000 !important;
  border: none !important;
  opacity: 0.9;
}

.f2w-pdp-btn:hover {
  opacity: 1;
  background: color-mix(in srgb, #57b947 55%, white) !important;
}

<style>
  .f2w-atc-wrapper { position: relative; }

  .f2w-option-group {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 8px;
  }
  .f2w-option-btn {
    padding: 3px 8px;
    font-size: 12px;
    border: 1px solid currentColor;
    border-radius: 3px;
    background: transparent;
    cursor: pointer;
    line-height: 1.4;
  }
  .f2w-option-btn[aria-selected="true"],
  .f2w-option-btn.is-selected {
    background: var(--color-foreground, #000);
    color: var(--color-background, #fff);
  }
  .f2w-option-btn.is-unavailable {
    opacity: 0.4;
    text-decoration: line-through;
    cursor: default;
  }
  .f2w-pdp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
    opacity: 0.6;
    border: 1px solid currentColor !important;
    background: transparent !important;
    color: var(--color-foreground, #000) !important;
  }
  .f2w-pdp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
    background: color-mix(in srgb, #57b947 35%, white) !important;
    color: #000000 !important;
    border: none !important;
    opacity: 0.9;
  }
  .f2w-pdp-btn:hover {
    opacity: 1;
    background: color-mix(in srgb, #57b947 55%, white) !important;
  }
/* ============================================
   SWATCHKING — SIZE PILLS RESTYLE (product card)
   Targets: Maat, Inhoud, Gewicht, Geur
   ============================================ */

/* Pill rij */
[option-name="Maat"] ul.swatch-view-stack,
[option-name="Inhoud"] ul.swatch-view-stack,
[option-name="Gewicht"] ul.swatch-view-stack,
[option-name="Geur"] ul.swatch-view-stack {
  display: flex !important;
  flex-wrap: wrap !important;
  overflow-x: unset !important;
  gap: 4px !important;
  padding: 0 !important;
  margin: 4px 0 6px 0 !important;
  list-style: none !important;
}

/* Verberg legend */
[option-name="Maat"] legend,
[option-name="Inhoud"] legend,
[option-name="Gewicht"] legend,
[option-name="Geur"] legend {
  display: none !important;
}

/* De pill */
[option-name="Maat"] .star-set-btn,
[option-name="Inhoud"] .star-set-btn,
[option-name="Gewicht"] .star-set-btn,
[option-name="Geur"] .star-set-btn {
  padding: 3px 6px !important;
  font-size: 11px !important;
  line-height: 1.4 !important;
  border: 1px solid #ccc !important;
  border-radius: 3px !important;
  background: transparent !important;
  color: inherit !important;
  min-width: unset !important;
  height: auto !important;
  box-shadow: none !important;
  outline: none !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
}

/* Geselecteerde staat — SwatchKing achtergrond overrulen */
variant-swatch-king div[class*="swatch-preset"] div.star-set-btn.swatch-selected {
  background: var(--color-foreground, #000) !important;
  color: var(--color-background, #fff) !important;
  border: 1px solid var(--color-foreground, #000) !important;
  box-shadow: none !important;
  outline: none !important;
}





/* Uitverkocht */
[option-name="Maat"] .star-set-btn.swatch-button--sold-out,
[option-name="Inhoud"] .star-set-btn.swatch-button--sold-out,
[option-name="Gewicht"] .star-set-btn.swatch-button--sold-out,
[option-name="Geur"] .star-set-btn.swatch-button--sold-out {
  opacity: 0.4 !important;
  text-decoration: line-through !important;
  cursor: not-allowed !important;
}

/* ================================================
   F2W Blog Posts Slider
   ================================================ */
.f2w-blog-slider__wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.f2w-blog-slider__track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  flex: 1;
}
.f2w-blog-slider__track::-webkit-scrollbar { display: none; }

.f2w-blog-slider__card {
  flex: 0 0 calc((100% - 24px) / 2.5);
  scroll-snap-align: start;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (min-width: 768px) {
  .f2w-blog-slider__card {
    flex: 0 0 calc((100% - 48px) / 4.5);
  }
}
.f2w-blog-slider__img-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--color-article-card-bg, var(--bg-body-darken));
  border-radius: var(--block-border-radius);
}
.f2w-blog-slider__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.f2w-blog-slider__img-placeholder {
  width: 100%;
  height: 100%;
  background: var(--bg-body-darken);
}
.f2w-blog-slider__title {
  font-size: calc(var(--font-body-scale) * 0.75rem);
  font-weight: var(--font-body-bold-weight);
  letter-spacing: var(--font-body-letter-spacing);
  text-transform: uppercase;
  text-decoration: none;
  color: var(--color-heading);
  line-height: 1.3;
}
.f2w-blog-slider__arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 2;
  background: rgba(var(--bg-body-rgb), 0.75);
  border: none;
  width: 28px;
  height: 28px;
  cursor: pointer;
  font-size: 0.85rem;
  backdrop-filter: blur(2px);
  opacity: 0.7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-body);
}

/* ================================================
   F2W Overlay Arrow Buttons (herbruikbaar)
   ================================================ */
.f2w-arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 2;
  background: rgba(var(--bg-body-rgb), 0.75);
  border: none;
  width: 28px;
  height: 28px;
  cursor: pointer;
  font-size: 0.85rem;
  backdrop-filter: blur(2px);
  opacity: 0.7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-body);
}
.f2w-arrow--prev { left: 4px; }
.f2w-arrow--next { right: 4px; }
.f2w-arrow:hover { opacity: 1; }


/* ── Brand Features ─────────────────────────────── */

.brand-feature__summary {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.brand-feature__summary::-webkit-details-marker {
  display: none;
}

.brand-feature__summary h3 {
  flex: 1;
  text-align: left;
  margin: 0;
}

.brand-feature__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.brand-feature__icon img {
  display: block;
  height: auto;
  max-height: 3.2rem;
  object-fit: contain;
}

.brand-feature__chevron {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.brand-feature__chevron svg {
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  opacity: 1.0;
  stroke-width: 1.2;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.brand-feature__summary:hover .brand-feature__chevron svg {
  opacity: 1.0;
}

.cib__item[open] .brand-feature__chevron svg {
  transform: rotate(180deg);
}



.custom-product-grid__slider-wrap {
  position: relative;
}
.custom-product-grid__arrow {
  display: none;
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  z-index: 2;
  background: rgba(255, 255, 255, 0.92);
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  cursor: pointer;
  font-size: 1rem;
  box-shadow: 0 1px 4px rgba(0,0,0,0.18);
  opacity: 1;
  display: none;
  align-items: center;
  justify-content: center;
}
.custom-product-grid__arrow--prev { left: 4px; }
.custom-product-grid__arrow--next { right: 4px; }
.custom-product-grid__arrow:hover { opacity: 0.75; }

.custom-product-grid__slider-wrap:has(.custom-product-grid__list--slider) .custom-product-grid__arrow,
.custom-product-grid__slider-wrap:has(.custom-product-grid__list--slider-desktop) .custom-product-grid__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}



/* Toon pijlen alleen als slider actief is */
.custom-product-grid__list--slider ~ .custom-product-grid__arrow,
.custom-product-grid__list--slider-desktop ~ .custom-product-grid__arrow {
  display: flex;
}
/* Eenvoudiger: toon altijd als wrapper aanwezig is met slider klasse */
.custom-product-grid__slider-wrap:has(.custom-product-grid__list--slider) .custom-product-grid__arrow,
.custom-product-grid__slider-wrap:has(.custom-product-grid__list--slider-desktop) .custom-product-grid__arrow {
  display: flex;
}


/* Custom Product Grid — collectie link */
.custom-product-grid__collection-link {
  display: inline-block;
  color: #5a8a3c;
  font-size: 0.95em;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 16px;
}
.custom-product-grid__collection-link:hover {
  text-decoration: underline;
}


.gear-type-info-blocks .cib__block:first-child {
  border-top: none;
}

/* ── Gear Type Info — PDP alignment ── */
.gear-type-info {
  width: 100%;
  box-sizing: border-box;
}

/* h3 in cib__block gelijktrekken met .product-faqs__title */
.gear-type-info .cib__block h3 {
  font-size: calc(var(--font-heading-scale, 1) * 1rem);
  font-weight: var(--font-heading-weight, 600);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 16px 0;
  line-height: 1.3;
}

/* Verwijder dubbele border-top (was hardcoded via style attribuut) */
.gear-type-info .collection-info-blocks {
  border-top: 1px solid currentColor;
  margin-bottom: 0;
}

/* Body tekst consistent met PDP rte */
.gear-type-info .cib__answer {
  font-size: inherit;
  line-height: inherit;
}

.gear-type-info-section .cib__answer,
.gear-type-info-section .cib__answer p {
  font-size: 0.9375rem;
  font-kerning: none;
  line-height: calc(var(--font-body-line-height-scale, 1) * 1);
  color: var(--color-body, #000000);
}


/* ================================================
   RC — Related Collections Slider
   ================================================ */
.rc-slider__wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.rc-slider__track {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  flex: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.rc-slider__track::-webkit-scrollbar { display: none; }

.rc-slider__card {
  flex: 0 0 calc(33.333% - 7px);
  scroll-snap-align: start;
}

.rc-card__link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.rc-image-wrap {
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: var(--rc-aspect-ratio, 1 / 1);
}
.rc-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.rc-image-wrap--placeholder {
  width: 100%;
  height: 100%;
  background: #f0f0f0;
}

.rc-title {
  margin: 6px 0 0;
  font-size: 11px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: normal;
  text-align: left;
}

@media (min-width: 750px) {
  .rc-slider__card {
    flex: 0 0 calc((100% / var(--rc-columns, 3)) - 9px);
  }
}


.f2w-arrow--hidden {
  display: none;
}


/* cib__bekijk-btn — lichtgroen, zelfde stijl als f2w-pdp-btn op homepage */
.cib__bekijk-btn {
  background: color-mix(in srgb, #57b947 35%, white) !important;
  color: #000000 !important;
  border: none !important;
  opacity: 0.9;
  text-decoration: none !important;
}
.cib__bekijk-btn:hover {
  opacity: 1;
  background: color-mix(in srgb, #57b947 55%, white) !important;
  text-decoration: none !important;
  filter: none;
}

