/** Shopify CDN: Minification failed

Line 82:15 Expected identifier but found whitespace
Line 491:0 Unexpected "{"

**/
/* =======================
   WONDR Global Styles
   ======================= */
:root {
  --wondr-font-family: "Barlow Condensed";
  --brand-title-color: #0F4D4C;
  --brand-subtitle-color: #0F4D4C;

  /* Product tiles – spacing vars */
  --wondr-top-spacing: 0px;
  --wondr-bot-spacing: -10px;

  --wondr-mid-spacing: -3px;
  --wondr-bottom-spacing: 12px;

  /* Buttons */
  --brand-btn-bg: #ef7f76;
  --brand-btn-hover-bg: #C96A72;
  --brand-btn-text: #ffffff;

  /* Reviews section */
  --prs-bg: #EF7F7633;
  --prs-text: #A94841;
  --prs-card-bg: #EF7F76;
  --prs-card-text: #ffffff;
  --prs-footer-bg: #A94841;
  --prs-star: #FEEDDA;
  --prs-arrow-bg: #EF7F76;
  --prs-arrow-hover-bg: #EF7F76;
  --prs-link: #EF7F76;

  /* Info section */
  --ptprs-bg: #0F4D4C;
  --ptprs-text: #0F4D4C;

  /* Variant block */
  --ptprs-variant-bg: #ffffff;
  --ptprs-variant-text: #188D85;
  --ptprs-variant-border: #188D85;
  --ptprs-variant-hover-bg: #e7f7ff;
  --ptprs-variant-active-bg: #188D85;
  --ptprs-variant-active-border: #188D85;
  --ptprs-variant-active-text: #ffffff;
  --ptprs-variant-legend: #0f4d4c;

  /* Info icon */
  --ptprs-infoicon-bg: #d9eeed;
  --ptprs-infoicon-text: #0F4D4C;

   /* Rating - Half star */
  --star-fill-left: #008F85;
--star-fill-right: #d9eeed;  
}

html.no-js {
  overflow-x: hidden;
}

/* Global font usage */
body.brand-wondr,
body.brand-wondr h1,
body.brand-wondr h2,
body.brand-wondr h3,
body.brand-wondr h4,
body.brand-wondr h5,
body.brand-wondr h6,
body.brand-wondr p,
body.brand-wondr a,
body.brand-wondr button,
body.brand-wondr input,
body.brand-wondr textarea,
body.brand-wondr span {
  font-family: "Barlow Condensed", sans-serif !important;
}

.brand-wondr p.
.brand-wondr span {
  font-family: "Barlow Condensed", sans-serif !important;
}

/* Variant picker defaults */
.variant-option__button-label {
  height: 50px !important;
  border-radius: 15px !important;
}

/* =======================
   Barlow Condensed Font-Face
   ======================= */
@font-face {
  font-family: "Barlow Condensed";
  src: url("https://cdn.shopify.com/s/files/1/0951/6531/7439/files/BarlowCondensed-Regular.woff2?v=1764966300") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Barlow Condensed";
  src: url("https://cdn.shopify.com/s/files/1/0951/6531/7439/files/BarlowCondensed-Italic.woff2?v=1764966300") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Barlow Condensed";
  src: url("https://cdn.shopify.com/s/files/1/0951/6531/7439/files/BarlowCondensed-Bold.woff2?v=1764966300") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Barlow Condensed";
  src: url("https://cdn.shopify.com/s/files/1/0951/6531/7439/files/BarlowCondensed-BoldItalic.woff2?v=1764966300") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* =======================
   Header / Nav (mobile bar)
   ======================= */
.nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 98px;
  position: fixed;
  bottom: -16px;
  left: 0;
  z-index: 2;
}

.nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  opacity: 0.8;
  cursor: pointer;
  flex: 1;
}

.nav-item i {
  font-size: 20px;
  margin-bottom: 4px;
}

.nav-item.active {
  opacity: 1;
}

.center-button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .15);
  z-index: 3;
}

.center-button svg {
  width: 38px;
  height: 38px;
}


/* ============================================
   WONDR – Home Page Banner
   ============================================ */

 .wondr .hero-content ul li {
    margin-bottom: 14px;
    font-size: 24px !important;
    font-family: var(--wondr-font-family) !important;
    color: white;
    font-weight: 400;
}

.wondr .hero-content h1 {
        font-size: 30px !important;
        font-weight:700;
    }

   .wondr  .hero-button {
    display: block;
   font-size: 30px !important;
    font-family: var(--wondr-font-family) !important;
    width: 80%;
    text-align: center;
    /* display: inline-block; */
    margin: 0 auto;
   }

/* =======================
   Ingredients carousel
   ======================= */
.ingre-content {
  background-color: #feedda;
  padding: 10px 34px;
  text-align: center;
}

.ingre-content > h3 {
  font-size: 32px;
  color: #00464E;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.ingre-content > p {
  color: #0F4D4C;
  font-size: 20px;
  line-height: 22px;
}

.card {
  overflow: hidden;
  border-radius: 26px;
}

.card.active {
  position: relative;
  top: 52px;
}

.ingredients-section {
  background-color: #ffffff;
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}

.ingredients-section h2 {
  font-family: var(--wondr-font-family) !important;
  font-size: 40px;
  color: #00464E;
  text-align: center;
  margin-bottom: 2rem;
}

/* =======================
   Product Info / PDP bits
   ======================= */
.mobiletitletop {
  margin-bottom: -25px !important;
}

.subheading > p,
.subheadingn > p,
.pdtdesc > p,
.buttontext {
  font-family: var(--wondr-font-family) !important;
}

.pdtdesc > p {
  color: #A94841;
}

.product__pickup-availabilities {
  display: none;
}

body.product-vendor-wondr summary.details__header {
    font-size: 18px !important;
}

body.product-vendor-wondr .details-content p {
    min-width: 100%;
    font-size: 16px;
}


body.product-vendor-wondr  .product-description__toggle {
  left: -4px;
  top: -22px;
}

body.product-vendor-wondr  .text-block {
  font-size: 20px;
  font-family: var(--wondr-font-family) !important;
}

body.product-vendor-wondr .text-block>* {    
    font-family: var(--wondr-font-family) !important;
    max-width: 100%;
    padding-left:4px;
    padding-right:4px;
}

body.product-vendor-wondr .product-description__text {
    background: #fff6ed;
    padding: 22px;
    font-size:20px !important;
    border-radius: 12px;
    color: #0F4D4C;
    font-family: var(--wondr-font-family) !important;
}

body.product-vendor-wondr .product-description__text p{
   
    font-family: var(--wondr-font-family) !important;
}

body.product-vendor-wondr .product-description__text h3{
    font-weight:600 !important;
    font-size:24px !important;
    font-family: var(--wondr-font-family) !important;
}

/* =======================
   Product Discover 
   ======================= */
body.product-vendor-wondr .product-discover-slider {
  background: #FFF6ED;
}

/* =======================
   UGC Section
   ======================= */

body.product-vendor-wondr .ugc-section {
  max-width: 100%;
}

body.product-vendor-wondr .splide::after { 
  background-image: url(https://wondr.brauzz.eu/cdn/shop/files/3e1cdc083d2b85c77c368863e1378a30499440e7_5eed11a6-755c-4cf8-9f82-21001df9f9f5.png?v=1765205721) !important;
}

body.product-vendor-wondr .mainwrapper {
  background: #fff !important;
}

body.product-vendor-wondr .h3title {
  margin-bottom: 5px;
  color: #0F4D4C !important;
}

body.product-vendor-wondr .username {  
  color: #0F4D4C !important;
  font-weight: 400;
}

body.product-vendor-wondr .pdescri {  
  color:  #0F4D4C !important;
}

body.product-vendor-wondr .btntxt {  
  color: #FFFFFF;
  background: #0F4D4C !important;
  border-radius: 30px !important;
}

body.product-vendor-wondr .splide__pagination__page {
  background:#869f9d  !important;
}

body.product-vendor-wondr .splide__pagination__page.is-active {
  background: #0F4D4C !important;
}

body.product-vendor-wondr .custom-cursor {
  background:#0F4D4C !important;
}



/* =======================
   Collection grid
   ======================= */
.product-card {
  height: 85% !important;
}

.collectiongrid > .product-card {
  height: 100% !important;
}

ul.collection-grid {
  padding: 15px;
  gap: 70px 27px !important;
}

.collection-grid p.mobile-title {
  font-size: 28px;
  font-weight: 700;
  font-family: var(--wondr-font-family) !important;
  color: #0F4D4C !important;
  margin-top: 6px;
  padding-inline: 4px;
  line-height: normal;
}

.collectionsubheading > p {
  font-size: 28px;
  font-weight: 400;
  font-family: var(--wondr-font-family);
  font-style: italic;
  color: #3f7170 !important;
  padding-inline: 4px;
  line-height: normal;
  margin-top:0px!important;
}

.collectionaddtocart {
  margin-top: 8px;
}

.procollectionlist .add-to-cart-button.brand-wondr .add-to-cart-text {
  justify-content: space-between !important;
}

/* =======================
   Rating styles
   ======================= */
.rating-inline-star {
  fill: #008F85;
  stroke: #008F85;
}

.product-card--brand-wondr .rating-inline-subtitle {
  color: #3f7170;
   font-family: var(--wondr-font-family) !important;
  font-size: 12px;
  font-weight: 400;
}

.product-card--brand-wondr .rating-inline-rating span {
 font-family: var(--wondr-font-family) !important;
}
/* =======================
   Reviews / misc copy
   ======================= */
p.mobilecustomreview {
  margin-top: -28px;
  margin-bottom: 17px;
  margin-left: 16px;
  font-size: 19px;
  color: #FF8181;
}

span.reviewblock {
  position: relative;
  top: -3px;
  left: 8px;
  font-size: 17px;
  text-decoration: underline;
}

span.fullstar,
span.halfstar {
  font-size: 26px;
}

.secondblock {
  color: #0F4D4C;
  font-family: var(--wondr-font-family) !important;
}

body.product-vendor-wondr .secondblock span{
    color: #0F4D4C;
    font-family: var(--wondr-font-family) !important;
    font-size: 32px;
  }
body.product-vendor-wondr  .price--compare, body.product-vendor-wondr  .price--sale {
font-size: 32px;
font-family: var(--wondr-font-family) !important;
}
@media (max-width: 767px) {
  body.product-vendor-wondr  .price--compare, body.product-vendor-brauzz  .price--sale {
  font-size: 26px;
  }
}
body.product-vendor-wondr  .price price--compare, body.product-vendor-wondr  .price price--sale,
{
  font-family: var(--wondr-font-family) !important;
  font-size: 26px;
}


/* =======================
   Main add-to-cart (PDP)
   ======================= */
.main-add-to-cart {
  background-color: var(--brand-btn-bg);
  color: var(--brand-btn-text);
  border-radius: 12px;
  padding: 14px 20px;
  font-weight: 400;
  cursor: pointer;
  transition: background-color 0.3s ease;
  z-index: 1;
  position: relative;
}

.main-add-to-cart:hover {
  background-color: var(--brand-btn-hover-bg);
  color: var(--brand-btn-text);
}

/* =======================
   Forms / FAQ small tweaks
   ======================= */
/*   
.add-to-cart-text {
  justify-content: space-between !important;
}
*/

.faq-search input {
  outline-offset: unset !important;
}

/* =======================
   Recommended products
   ======================= */
p.tilerec {
  font-family: var(--wondr-font-family) !important;
  font-weight: 700 !important;
  font-size: 28px !important;
  margin: 0 0 0 4px !important;
}

.buttontext {
  background-color: #A94841;
  width: 100%;
  font-size: 17.33px;
  border-radius: 8px;
  color: white;
}

.plantb-rec {
  background: #fce5e4;
  border-radius: 20px;
  --product-card-gap: 22px;
}

.plantb-rec .text-block p {
  font-size: 20px;
  margin: -14px 0 -14px;
  padding: 0 15px;
  font-family: var(--wondr-font-family) !important;
  color: #a94841;
}

.plantb-rec > .text-block .price {
  font-family: var(--wondr-font-family) !important;
  font-weight: 700;
  font-size: 22.99px;
  line-height: 100%;
  color: #EF7F76;
  padding-left: 22px !important;
}

.plantb-rec > .text-block .compare-at-price {
  font-size: 17.7px;
  font-weight: 400;
  font-family: var(--wondr-font-family) !important;
  color: #EF7F76;
  opacity: 1;
  text-decoration: line-through;
  float: right;
  margin-right: 15px;
}

.add-to-cart-text--added {
  background-color: #EF7F76;
  font-family: var(--wondr-font-family);
  font-size: 15px;
  color: white;
}

.add-to-cart-button.button-secondary {
  color: white;
  border-radius: 15px !important;
  border: none;
}

.resource-list__carousel .resource-list__slide {
  --slide-width: clamp(150px, var(--mobile-card-size, 60cqw), 244px) !important;
}

.resource-list__item {
  height: auto !important;
}

.product-card--brand-wondr h3, .product-card--brand-wondr p {
  font-family: var(--wondr-font-family) !important;
  font-size:20px !important;
}

.product-card--brand-wondr .rating-inline-subtitle {
  font-family: var(--wondr-font-family) !important;
  font-size: 20px !important;
  line-height: 1.2;
  margin-top: 3px; color: #3F7170;
}

/* ================================
   WONDR Add to Cart pill (collection cards)
   ================================ */
.add-to-cart-button.brand-wondr {
  background-color: #EF7F76 !important;  
  --button-border-color: transparent !important;
  padding: 16px 28px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
}

.add-to-cart-button.brand-wondr .add-to-cart-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

body.product-vendor-wondr  .relatedonproduct .add-to-cart-button.brand-wondr .add-to-cart-text {
  justify-content: space-between !important;
}

/* Price group layout (compare + current) */
.add-to-cart-button.brand-wondr .atc-price {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
}

/* Shared typography for both prices */
.add-to-cart-button.brand-wondr .add-to-cart-text,
.add-to-cart-button.brand-wondr .add-to-cart-text__content,
.add-to-cart-button.brand-wondr .atc-price,
.add-to-cart-button.brand-wondr .atc-price span {
  font-family: var(--wondr-font-family) !important;
  font-size: 24px;
  line-height: 14px;
  letter-spacing: 0.6px;
  text-align: center;
}

/* Current price */
.add-to-cart-button.brand-wondr .atc-price--current {
  font-weight: 600;
  color: #FFFFFF;
}

/* Compare price */
.add-to-cart-button.brand-wondr .atc-price--compare {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: line-through;
}

/* Cart icon */
.add-to-cart-button.brand-wondr .add-to-cart-icon svg {
  width: 16px;
  height: 16px;
}

.add-to-cart-button.brand-wondr .add-to-cart-icon svg path {
  stroke: #FFFFFF;
}

/* ================================
   WONDR Product Card Heading + Spacing
   ================================ */
.product-card-heading {
  margin: 0 0 4px;
}
.rating-inline-wrapper {
  padding-left: 0px!important;
}

/* Heading block on cards */
.product-card--brand-wondr .product-card-heading h3 ,
.product-card--brand-wondr .rec-product-card-heading h3{
  color: #0F4D4C !important;
  font-family: var(--wondr-font-family) !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.6px !important;
  margin: 0;
}

/* Spacing using CSS vars */
.product-card--brand-wondr .product-card-heading ,
.product-card--brand-wondr .rec-product-card-heading {
  margin-top: var(--wondr-top-spacing) !important;
  margin-bottom: var(--wondr-bot-spacing) !important;
}

/* Remove space between heading + subtitle */
.product-card--brand-wondr .product-card-heading + .product-card-subheading,
.product-card--brand-wondr .product-card-heading + .text-block {
  margin-top: var(--wondr-mid-spacing) !important;
}

.product-card--brand-wondr .collectionsubheading>p {
  font-family: var(--wondr-font-family) !important;
  padding-inline: 0px !important;
    line-height: 2;
}


.product-card--brand-wondr .add-to-cart-text--added {
  background-color: #ef7f76 !important;
    font-family: var(--wondr-font-family) !important;
    font-size: 15px;
    color: #fff;
}

/* Button: always at bottom, with consistent gap above (cross-brand) */
.product-card--brand-wondr .buy-buttons-block,
.product-card--brand-brauzz .buy-buttons-block {
  margin-top: auto !important;
}

/* Brand-specific headings for other brands */
.product-card--brand-brauzz .product-card-heading {
  color: #083C6E;
  font-family: "Trade Gothic Next LT Pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.product-card--brand-klaaar .product-card-heading {
  color: #7F490F;
  font-family: var(--wondr-font-family) !important;
  font-size: 14px;
  font-style: italic;
}

.product-card--brand-powr .product-card-heading {
  color: #111111;
  font-family: var(--wondr-font-family) !important;
  font-size: 14px;
  font-weight: 700;
}

.product-card--brand-wondr .rating-inline-subtitle {
  font-family: var(--wondr-font-family) !important;
  font-size: 18px !important;
  line-height: 1.2;
  margin-top: 3px;
}

/* ================================
   Layout helpers
   ================================ */
.container {
  max-width: 100%;
}

/* ================================
   MEDIA QUERIES
   ================================ */

/* Mobile (≤ 768px) */
@media (max-width: 768px) {
  /* Product titles on mobile */
  .product-card--brand-wondr .product-card-heading h3 ,
  .product-card--brand-wondr .rec-product-card-heading h3 {
    font-size: 18px !important;
    line-height: 1.1 !important;
  }

  .product-card--brand-wondr .subheading p,
  .product-card--brand-wondr .text-block p {
    font-size: 16px !important;
    line-height: 3 !important;
  }

  /* Tile spacing tighter on mobile */
  .product-card--brand-wondr {
    --wondr-top-spacing: 12px;
    --wondr-mid-spacing: -5px;
    --wondr-bottom-spacing: 4px;
  }

  /* Collection grid typography */
  .collection-grid p.mobile-title,
  .collectionsubheading > p {
    font-size: 14px;
    padding: 0!important;
  }

  ul.collection-grid {
    gap: 38px 27px !important;
  }

  .rating-wrapper {
    margin-top: 8px;
  }

  .links-container {
    display: none !important;
  }

  /* Rating subtitle on mobile */
  .product-card--brand-wondr .rating-inline-subtitle {
    font-size: 14px !important;
  }

  /* ATC pill on mobile */
  .add-to-cart-button.brand-wondr {
    padding: 14px 20px !important;
    min-height: 44px !important;    
  }

  .add-to-cart-button.brand-wondr .atc-price,
  .add-to-cart-button.brand-wondr .atc-price span {
    font-size: 18px !important;
    line-height: 1 !important;
  }

  .add-to-cart-button.brand-wondr .atc-price {
    gap: 2px;
  }

  .add-to-cart-button.brand-wondr .add-to-cart-icon svg {
    width: 14px !important;
    height: 14px !important;
  }
}

/* Desktop ≥ 750px: left padding for heading */
@media (min-width: 750px) {
  .product-card--brand-wondr .product-card-heading {
    padding-left: 0px !important;
    margin-top: 20px !important;
  }
}

/* ============================================
   WONDR – Compact ATC button layout on small phones
   ============================================ */
.product-card--brand-wondr .add-to-cart-button.button-secondary .add-to-cart-text { 
  justify-content: space-between !important;
}   

@media (max-width: 480px) {

  /* Reduce left padding before the price */
  .product-card--brand-wondr .add-to-cart-button.button-secondary .atc-price {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  /* Reduce spacing between text, price, and icon */
  .product-card--brand-wondr .add-to-cart-button.button-secondary .add-to-cart-text {
    gap: 6px !important;      /* default spacing is too thicc */
    padding-left: 4px !important;
    padding-right: 4px !important;
    justify-content: space-between !important;
  }

  /* Pull the icon closer */
  .product-card--brand-wondr .add-to-cart-button.button-secondary .add-to-cart-icon {
    margin-left: 2px !important;
    margin-right: 0 !important;
  }

  /* Shrink icon slightly so it never overflows */
  .product-card--brand-wondr .add-to-cart-button.button-secondary .add-to-cart-icon svg {
    width: 12px !important;
    height: 12px !important;
  }
}

/* ============================================
   WONDR – Reduce ATC button horizontal padding on mobile
   ============================================ */
@media (max-width: 768px) {
  .product-card--brand-wondr .add-to-cart-button.button-secondary {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
/* ============================================
   WONDR – Full-width ATC button but with extra internal spacing
   ============================================ */

/* Base: ensure button always stays full width */
.product-card--brand-wondr .add-to-cart-button.button-secondary {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  background-color: #ef7f76 !important;
}

/* Increase gap between price and icon on all screens */
.product-card--brand-wondr .add-to-cart-text {
  gap: 16px !important;   /* increase as needed */
}

/* Pull icon slightly outward for more breathing space */
.product-card--brand-wondr .add-to-cart-icon {
  margin-left: 4px !important;
}

/* PDP title + subtitle – WONDR */
body.product-vendor-wondr .producttitle,
body.product-vendor-wondr .producttitle h1 {
  font-family: var(--wondr-font-family) !important;
  text-transform: capitalize;
}

body.product-vendor-wondr .productsubheading,
body.product-vendor-wondr .productsubheading h2 {
  font-family: var(--wondr-font-family) !important;
}

body.product-vendor-wondr .add-to-cart-text--added {
  background-color: #EF7F76;
  font-family: var(--wondr-font-family) !important;
  font-size: 15px;
  color: white;
}

/* === WONDR Mobile PDP Typography === */
@media screen and (max-width: 749px) {
  /* TITLE */
  body.product-vendor-wondr .mobiletitle {
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    color: #0F4D4C !important;

    font-family: var(--wondr-font-family) !important;
    font-size: 40px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 0.6px;
    padding: 0 15px 30px;
  }

  /* SUBTITLE */
  body.product-vendor-wondr .mobiletitlesubtitle {
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    color: #0F4D4C !important;

    font-family: var(--wondr-font-family) !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.6px;
    padding: 0 15px 0px;
  }

  /* Reviews on mobile */
  body.product-vendor-wondr .price-and-reviews {
    font-family: var(--wondr-font-family);
    color: rgba(15, 77, 76, 0.75);
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 25.6px; /* 160% */
    letter-spacing: 0.78px;
  }

  /* Mobile PDP Price (inside .secondblock) */
  body.product-vendor-wondr .secondblock {
    color: #0F4D4C;
    text-align: right;
    font-family: var(--wondr-font-family);
    font-size: 32px;
    font-weight: 600;
    font-style: normal;
    line-height: 48.46px; /* 151.437% */
    letter-spacing: 1.69px;
  }
  body.product-vendor-wondr .secondblock  span{
    color: #0F4D4C;
    text-align: right;
    font-family: var(--wondr-font-family);
    font-size: 32px;
    font-weight: 600;
    font-style: normal;
    line-height: 48.46px; /* 151.437% */
    letter-spacing: 1.69px;
  }
}

/* === WONDR – PDP desktop rating count ("23 reviews") === */
@media screen and (min-width: 750px) {
  body.product-vendor-wondr .rating-wrapper .rating-count.paragraph {
    color: rgba(15, 77, 76, 0.75) !important;

    font-family: var(--wondr-font-family) !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    line-height: 25.6px !important; /* 142.222% */
    letter-spacing: 0.78px !important;
  }
}

@media screen and (max-width: 749px) {
body.product-vendor-wondr .rating-wrapper {
display: block !important;
}
}

/* =======================
   WONDR – PDP Description Points
   ======================= */

/* Background + radius (accordion items + simple card) */
body.product-vendor-wondr .description-point,
body.product-vendor-wondr .description-card {
  background: #FFF6ED;
  border-radius: 10px;
}

/* Text styling */
body.product-vendor-wondr .description-point-content,
body.product-vendor-wondr .description-card-text {
  color: #0F4D4C;
  font-family: var(--wondr-font-family) !important;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

body.product-vendor-wondr .description-point-content {
  color: #0F4D4C;
  font-family: var(--wondr-font-family) !important;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

body.product-vendor-wondr .productdescription {
  color: #0F4D4C;
  font-family: var(--wondr-font-family) !important;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Icon (vector) – accordion + card */
body.product-vendor-wondr .description-point::before,
body.product-vendor-wondr .description-card-icon {
  width: 21.758px;
  height: 22.459px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='23' viewBox='0 0 22 23' fill='none'%3E%3Cpath d='M10.8788 0L11.8435 5.40283C12.2746 7.86059 14.1424 9.78866 16.5235 10.2336L21.7576 11.2294L16.5235 12.2252C14.1424 12.6702 12.2746 14.5982 11.8435 17.056L10.8788 22.4588L9.91408 17.056C9.48303 14.5982 7.61516 12.6702 5.23414 12.2252L0 11.2294L5.23414 10.2336C7.61516 9.78866 9.48303 7.86059 9.91408 5.40283L10.8788 0Z' fill='%23188D85'/%3E%3C/svg%3E") no-repeat center / contain !important;
}

/* Gap between icon and text */
body.product-vendor-wondr .description-card-row {
  gap: 12px;
}

/* Left padding so icon sits 19px from the edge */
body.product-vendor-wondr .description-card {
  padding-left: 19px;
}

/* =======================
   WONDR – Variant picker (mobile)
   ======================= */
@media screen and (max-width: 749px) {

  /* Legend text */
  body.product-vendor-wondr .variant-option--buttons legend {
    color: #0F4D4C;
    text-align: left;
    font-family: var(--wondr-font-family);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    margin-bottom: 8px;
  }

  /* Wrapper: make sure we can get two per row nicely */
  body.product-vendor-wondr .variant-option--buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  /* Base button (non-active state) */
  body.product-vendor-wondr .variant-option__button-label {
    border-radius: 15px;
    border: 1.5px solid #0F4D4C;
    background: transparent;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;

    padding: 10px 16px;
    min-width: 48%;

    font-family: var(--wondr-font-family);
    cursor: pointer;
  }



  /* Ensure the internal layout is horizontal: name + price */
  body.product-vendor-wondr .variant-option__button-label__text {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
  }

  /* Non-active: variant name */
  body.product-vendor-wondr .variant-option__button-label__value {
    color: #0F4D4C;
    font-family: var(--wondr-font-family) !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 100% */;
    text-transform: uppercase !important;
  }

  /* Non-active: price */
  body.product-vendor-wondr .variant-option__button-label__price {
    color: #0F4D4C;
    text-align: right;
    font-family: var(--wondr-font-family) !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px; /* 77.778% */
  }

  /* Active/selected state */
  body.product-vendor-wondr .variant-option__button-label:has(:checked) {
    border-radius: 15px;
    border: 1.5px solid #188D85;
    background: #188D85;
  }

  body.product-vendor-wondr .variant-option__button-label:has(:checked)
  .variant-option__button-label__value,
  body.product-vendor-wondr .variant-option__button-label:has(:checked)
  .variant-option__button-label__price {
    color: #FFF;
  }

  /* Kill the moving pill background visual for WONDR (we control bg ourselves) */
  body.product-vendor-wondr .variant-option__button-label__pill {
    background: transparent !important;
  }
}

/* ============================================
   WONDR Variant Picker — Desktop (≥750px)
============================================ */
@media screen and (min-width: 750px) {

  /* Legend (title of the variant group) */
  body.product-vendor-wondr .variant-option--buttons legend {
    color: #0F4D4C !important;
    font-family: var(--wondr-font-family) !important;
    font-size: 26px !important;
    font-weight: 500 !important;
    font-style: normal !important;
    line-height: normal !important;
    text-transform: uppercase !important;
    margin-bottom: 12px !important;
  }

  /* Base button (non-active) */
  body.product-vendor-wondr .variant-option__button-label {
    border-radius: 15px !important;
    border: 2px solid #0F4D4C !important;
    background: transparent !important;

    color: #0F4D4C !important;
    font-family: var(--wondr-font-family) !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    font-style: normal !important;
    line-height: 18px !important;

    text-transform: uppercase !important;
    padding: 14px 20px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    min-width: 180px !important;
  }

  /* Active button */
  body.product-vendor-wondr .variant-option__button-label:has(:checked) {
    background: #188D85 !important;
    border-color: #188D85 !important;
    color: #FFF !important;
  }

  /* Variant name inside button */
  body.product-vendor-wondr .variant-option__button-label__value {
    font-family: var(--wondr-font-family) !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 18px !important;
    text-transform: uppercase !important;
  }

  /* Price inside button (active + inactive use same style except color) */
  body.product-vendor-wondr .variant-option__button-label__price {
    font-family: var(--wondr-font-family) !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 18px !important;
  }

  /* Price color when active */
  body.product-vendor-wondr .variant-option__button-label:has(:checked) .variant-option__button-label__price {
    color: #FFF !important;
  }

  /* Price color when inactive */
  body.product-vendor-wondr .variant-option__button-label:not(:has(:checked)) .variant-option__button-label__price {
    color: #0F4D4C !important;
  }
}

/* Kill Dawn's extra pill borders for WONDR variant buttons */
body.product-vendor-wondr .variant-option__button-label::before,
body.product-vendor-wondr .variant-option__button-label::after {
  content: none !important;
  border: none !important;
  clip-path: none !important;
}

body.product-vendor-brauzz  .variant-option--equal-width-buttons {
  grid-template-columns: repeat(2, 1fr) !important;
}

/* ================================
   WONDR – Bulk quantity block
   ================================ */

  body.product-vendor-wondr .qty-discount-title {
    color: #0F4D4C;
    text-align: left;
    font-family: var(--wondr-font-family);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    margin-bottom: 8px;
  }

  body.product-vendor-wondr .bulk-quantity-container{
    margin-top: 10px;
    padding-top: 0px;
  }

  @media (max-width: 480px) {
    body.product-vendor-wondr .bulk-quantity-container{
      margin-top: 0px!important;
      padding-top: 0px;
    }
  }

/* ---- base buttons ---- */

body.product-vendor-wondr .bulk-add-to-cart-button {
  border: 1.5px solid #0F4D4C;
  background: #FFFFFF;
  border-radius: 15px; /* small cards */
  font-family: var(--wondr-font-family) !important;
  color: #0F4D4C;
  text-transform: none;
  min-height: 100px;
}

/* Force small cards to behave as column layout and remove top padding */
body.product-vendor-wondr 
  .bulk-quantity-container[data-layout="column"] 
  .bulk-add-to-cart-button {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    padding: 0 !important;   /* remove that unwanted top padding */
}

/* big "Meest gekozen" card: slightly smaller radius */
body.product-vendor-wondr .bulk-add-to-cart-button.has-feature-badge {
  border-radius: 10px;
}

/* active state */
body.product-vendor-wondr .bulk-add-to-cart-button.selected {
  background: #188D85;
  border-color: #188D85;
  color: #FFFFFF;
}

/* ---- main label + price ---- */

body.product-vendor-wondr
  .bulk-add-to-cart-button
  .product-amount,
body.product-vendor-wondr
  .bulk-add-to-cart-button
  .discounted-price,
body.product-vendor-wondr
  .bulk-add-to-cart-button
  .discounted-price__value {
  font-family: var(--wondr-font-family) !important;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px; /* 100% */
  text-transform: uppercase;
  color: inherit; /* toggles with selected bg */
}

/* price container is column on the right */
body.product-vendor-wondr
  .bulk-add-to-cart-button
  .discounted-price {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 2px;
}

/* "€ 8,95" */
body.product-vendor-wondr
  .bulk-add-to-cart-button
  .discounted-price__value {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

/* "/stuk" */
body.product-vendor-wondr
  .bulk-add-to-cart-button
  .discounted-price__per {
  font-family: var(--wondr-font-family) !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: inherit;
  white-space: nowrap;
}

/* ---- total line ("€34,00 in totaal") ---- */

body.product-vendor-wondr
  .bulk-add-to-cart-button
  .bulk-total-price {
  font-family: var(--wondr-font-family) !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #0F4D4C;
}

body.product-vendor-wondr
  .bulk-add-to-cart-button.selected
  .bulk-total-price {
  color: #FFFFFF;
}

/* ---- discount badge (-5%, -10%) ---- */

body.product-vendor-wondr
  .bulk-add-to-cart-button
  .discount-badge {
  border-radius: 10px;
  background: #FEEDDA;
  padding: 6px 14px;
  font-family: var(--wondr-font-family) !important;
  font-size: 24px;
  font-weight: 600;
  line-height: 20px; /* 83.333% */
  color: #0F4D4C;
  text-align: center;
  margin-top: 8px;
}

/* keep badge text dark on active card */
body.product-vendor-wondr
  .bulk-add-to-cart-button.selected
  .discount-badge {
  color: #0F4D4C;
}

/* ---- "Meest gekozen" left badge ---- */

body.product-vendor-wondr .bulk-feature-badge {
  border-radius: 10px 10px 0 0;
  background: #FEEDDA;
  font-family: var(--wondr-font-family) !important;
  font-size: 22px;
  font-weight: 500;
  line-height: 17px; /* 77.273% */
  color: #0F4D4C;
  text-align: center;
}

/* ensure text on the big green card is white */
body.product-vendor-wondr
  .bulk-add-to-cart-button.has-feature-badge.selected
  .product-amount,
body.product-vendor-wondr
  .bulk-add-to-cart-button.has-feature-badge.selected
  .bulk-total-price,
body.product-vendor-wondr
  .bulk-add-to-cart-button.has-feature-badge.selected
  .discounted-price__value,
body.product-vendor-wondr
  .bulk-add-to-cart-button.has-feature-badge.selected
  .discounted-price__per {
  color: #FFFFFF;
}


/* ========================================
   WONDR — Gift Add to cart
   ======================================== */
body.product-vendor-wondr .ai-three-column {
  background-color: #FDF2F1 !important;
  
}

body.product-vendor-wondr .ai-three-column .ai-three-column-text {
color : #0F4D4C !important;
font-family: var(--wondr-font-family) !important;
font-weight: 400;
font-size: 16px;
vertical-align: middle;

}

body.product-vendor-wondr .ai-three-column .ai-three-column-svg svg path {
  stroke: #0e4d4c !important;
}




/* ========================================
   WONDR — Gift Add to cart
   ======================================== */

   body.product-vendor-wondr .gift-atc-wrapper .add-to-cart-button.button-secondary {
    background-color: #EF7F76 !important;
    font-family: var(--wondr-font-family) !important;
    font-weight: 600 !important;
    font-size: 24px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    --button-border-color: none !important;
    border-radius:15px !important;
   }
  body.product-vendor-wondr .gift-atc-wrapper .add-to-cart-button.button-secondary  .buttontext {
      background-color: #EF7F76 !important;
     color:white !important;
     font-family: var(--wondr-font-family) !important;
      font-weight: 600 !important;
      font-size: 24px;
      text-align: center;
      vertical-align: middle;
      text-transform: uppercase;
      --button-border-color: none !important;
  }
body.product-vendor-wondr .gift-atc-wrapper .add-to-cart-button {
  display: flex;
  align-items: center;     /* vertical center */
  justify-content: center; /* horizontal center */
  gap: 8px;                /* small spacing between text and icon */
  text-align: center;
}

body.product-vendor-wondr .gift-atc-wrapper .add-to-cart-text__content {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.product-vendor-wondr .gift-atc-wrapper .buttontext {
  display: flex;
  text-align: center;
}


  body.product-vendor-wondr .gift-atc-wrapper .add-to-cart-button.button-secondary .atc-price--has-discount {
    display:none !important;
  }
body.product-vendor-wondr .gift-popup__title {
  font-family: var(--wondr-font-family) !important;
  font-weight: 500 !important;
  font-size: 32px !important;
  color: #0F4D4C !important;
}

body.product-vendor-wondr .gift-popup__subtitle {
  font-family: var(--wondr-font-family) !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  color: #0F4D4C !important;
}


body.product-vendor-wondr .gift-variant-tile.is-selected {
  border-color: #0F4D4C !important;
  border-width: 3px !important;
  box-shadow: 0 0 0 2px rgba(15, 77, 76, 0.15);
  transform: translateY(-2px);
}

body.product-vendor-wondr .relatedonproduct .product-card .add-to-cart-button.button-secondary {
  background-color: #EF7F76 !important;
}

body.product-vendor-wondr .relatedonproduct .product-card .add-to-cart-button.button-secondary .atc-price--compare {
 font-family: var(--wondr-font-family) !important;
font-weight: 400 !important;
font-size: 24px !important;
text-align: center;
text-decoration: line-through;
color: #fce5e4 !important;

}


body.product-vendor-wondr .relatedonproduct .product-card .add-to-cart-button.button-secondary .atc-price--current {
  font-family: var(--wondr-font-family) !important;
font-weight: 600 !important;
font-size: 24px !important;
color: #FFFFFF !important;
}


/* ========================================
   WONDR — Tighten total-price position
   ======================================== */

/* Always place total price immediately under the amount */
body.product-vendor-wondr .bulk-add-to-cart-button .bulk-total-price {
  margin-top: 4px !important; /* small, consistent gap */
  margin-bottom: 0 !important;
  line-height: 1.2 !important;
}

/* Force the amount + total to group vertically */
body.product-vendor-wondr .bulk-add-to-cart-button .product-amount {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Prevent the total line from drifting downward due to padding on parent */
body.product-vendor-wondr .bulk-add-to-cart-button[data-layout="row"] {
  row-gap: 2px !important; /* minimize vertical spacing */
}

/* ==========================================
   WONDR – Bulk quantity layout (row)
   ========================================== */

/* Min height + top-aligned content for all row-layout cards */
body.product-vendor-wondr
  .bulk-quantity-container[data-layout="row"]
  [class*="bulk-add-to-cart-button-"] {
  min-height: 100px;
  align-items: flex-start; /* stop vertical centering */
}

/* --- SMALL CARDS (no "Meest gekozen" badge) --- */

/* title just above total */
body.product-vendor-wondr
  .bulk-quantity-container[data-layout="row"]
  [class*="bulk-add-to-cart-button-"]:not(.has-feature-badge)
  .product-amount {
  margin: 0 0 4px 0; /* gap under title */
}

/* total directly under title */
body.product-vendor-wondr
  .bulk-quantity-container[data-layout="row"]
  [class*="bulk-add-to-cart-button-"]:not(.has-feature-badge)
  .bulk-total-price {
  margin: 0;
}

/* price + "/stuk" on one line – keep this behaviour */
body.product-vendor-wondr
  .bulk-quantity-container
  .bulk-add-to-cart-button
  .discounted-price {
  display: inline-flex;
  gap: 4px;
  align-items: baseline;
}

/* Kill any leftover pseudo-arrow/chevron inside bulk buttons */
body.product-vendor-wondr .bulk-add-to-cart-button::before,
body.product-vendor-wondr .bulk-add-to-cart-button::after {
  content: none !important;
}

/* ==========================================
   WONDR – "Meest gekozen" feature card
   ========================================== */

/* Make sure amount + total stay grouped nicely on the big card too */
body.product-vendor-wondr
  .bulk-quantity-container[data-layout="row"]
  .bulk-add-to-cart-button.has-feature-badge
  .product-amount {
  margin-bottom: 4px;
}

/* ==========================================
   WONDR – "Meest gekozen" feature card
   ========================================== */

  /* Big card can host an absolutely-positioned badge */
  body.product-vendor-wondr
    .bulk-quantity-container[data-layout="row"]
    .bulk-add-to-cart-button.has-feature-badge {
    position: relative;
    overflow: hidden;
  }

  /* Beige "Meest gekozen" block on the left (desktop) */
  body.product-vendor-wondr
    .bulk-quantity-container[data-layout="row"]
    .bulk-add-to-cart-button.has-feature-badge
    .bulk-feature-badge {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 260px;                 /* desktop width */
    border-radius: 10px 0 0 10px; /* only left corners rounded */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 32px;
  }

  /* Push the content to the right of the beige block */
  body.product-vendor-wondr
    .bulk-quantity-container[data-layout="row"]
    .bulk-add-to-cart-button.has-feature-badge
    .bulk-left {
    margin-left: 260px;           /* same as badge width */
  }

  /* Reset margins on title + total (we control them ourselves) */
  body.product-vendor-wondr
    .bulk-quantity-container[data-layout="row"]
    .bulk-add-to-cart-button.has-feature-badge
    .product-amount,
  body.product-vendor-wondr
    .bulk-quantity-container[data-layout="row"]
    .bulk-add-to-cart-button.has-feature-badge
    .bulk-total-price {
    margin-left: 0;
  }

  /* Keep amount + total grouped nicely */
  body.product-vendor-wondr
    .bulk-quantity-container[data-layout="row"]
    .bulk-add-to-cart-button.has-feature-badge
    .product-amount {
    margin-bottom: 4px;
  }

  /* Price + % badge nicely centered vertically */
  body.product-vendor-wondr
    .bulk-quantity-container[data-layout="row"]
    .bulk-add-to-cart-button.has-feature-badge
    .hoverbg {
    align-items: center;
  }

  /* --- Optional: make badge slightly fluid on smaller desktops --- */
  @media (max-width: 1100px) {
    body.product-vendor-wondr
      .bulk-quantity-container[data-layout="row"]
      .bulk-add-to-cart-button.has-feature-badge
      .bulk-feature-badge {
      width: 220px;
    }

    body.product-vendor-wondr
      .bulk-quantity-container[data-layout="row"]
      .bulk-add-to-cart-button.has-feature-badge
      .bulk-left {
      margin-left: 220px;
    }
  }
/* Make sure the big card can host an absolutely-positioned badge */
body.product-vendor-wondr
  .bulk-quantity-container[data-layout="row"]
  .bulk-add-to-cart-button.has-feature-badge {
  position: relative;
  overflow: hidden;
}

/* Beige "Meest gekozen" block on the left */
body.product-vendor-wondr
  .bulk-quantity-container[data-layout="row"]
  .bulk-add-to-cart-button.has-feature-badge
  .bulk-feature-badge {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 260px;              /* tweak if you want it wider/narrower */
  border-radius: 10px 0 0 10px; /* only left corners rounded */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
}

/* Remove the old 32% margin that was on the inner texts */
body.product-vendor-wondr
  .bulk-quantity-container[data-layout="row"]
  .bulk-add-to-cart-button.has-feature-badge
  .product-amount,
body.product-vendor-wondr
  .bulk-quantity-container[data-layout="row"]
  .bulk-add-to-cart-button.has-feature-badge
  .bulk-total-price {
  margin-left: 0;
}

/* Push the whole left column (title + total) to the right of the beige block */
body.product-vendor-wondr
  .bulk-quantity-container[data-layout="row"]
  .bulk-add-to-cart-button.has-feature-badge
  .bulk-left {
  margin-left: 260px;        /* same as badge width */
}

/* Keep the price + % badge nicely centered vertically on the green side */
body.product-vendor-wondr
  .bulk-quantity-container[data-layout="row"]
  .bulk-add-to-cart-button.has-feature-badge
  .hoverbg {
  align-items: center;
}

/* ==========================================
   WONDR – "Meest gekozen" feature card
   ========================================== */

/* Big card: keep border, allow overlay badge */
body.product-vendor-wondr
  .bulk-quantity-container[data-layout="row"]
  .bulk-add-to-cart-button.has-feature-badge {
  position: relative;
  overflow: hidden;
  border: 1.5px solid #0F4D4C;     /* border when not selected */
}

/* When selected: border matches green background like other buttons */
body.product-vendor-wondr
  .bulk-quantity-container[data-layout="row"]
  .bulk-add-to-cart-button.has-feature-badge.selected {
  border-color: #188D85;
}

/* Beige "Meest gekozen" block on the left */
body.product-vendor-wondr
  .bulk-quantity-container[data-layout="row"]
  .bulk-add-to-cart-button.has-feature-badge
  .bulk-feature-badge {
  position: absolute;
  left: 15px;                       /* start after 15px */
  top: 0px;
  transform: none;      /* vertically centered */
  width: 20%;                       /* 20% of the button width */
  height: 60%;                      /* ~60% of the button height */
  border-radius: 0px 0px 16px 16px;              /* nice pill */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  z-index: 2;                       /* sit ON TOP of the button */
}

/* Make sure the inner content sits to the right of the beige badge */
body.product-vendor-wondr
  .bulk-quantity-container[data-layout="row"]
  .bulk-add-to-cart-button.has-feature-badge
  .bulk-left {
  margin-left: calc(20% + 40px);    /* badge width + a bit of gap */
}

/* Keep amount + total grouped nicely on the big card */
body.product-vendor-wondr
  .bulk-quantity-container[data-layout="row"]
  .bulk-add-to-cart-button.has-feature-badge
  .product-amount {
  margin-bottom: 4px;
}

/* Make sure price + % badge on the right stay centered vertically */
body.product-vendor-wondr
  .bulk-quantity-container[data-layout="row"]
  .bulk-add-to-cart-button.has-feature-badge
  .hoverbg {
  align-items: center;
}

body.product-vendor-wondr .bulk-quantity-container[data-layout=row] .bulk-add-to-cart-button.has-feature-badge.selected {
    border-color: #188d85;
    border: transparent;
}

/* ============================================
   WONDR – Mobile scaling for bulk qty buttons
   ============================================ */
@media (max-width: 480px) {

  /* Main title (e.g. "6 SHAMPOO BARS") */
  body.product-vendor-wondr
    .bulk-add-to-cart-button
    .product-amount {
    font-size: 18px !important;
    line-height: 20px !important;
  }

  /* Price "€8,05" */
  body.product-vendor-wondr
    .bulk-add-to-cart-button
    .discounted-price__value {
    font-size: 18px !important;
    line-height: 20px !important;
  }

  /* "/stuk" */
  body.product-vendor-wondr
    .bulk-add-to-cart-button
    .discounted-price__per {
    font-size: 12px !important;
    line-height: 14px !important;
  }

  /* Total price line ("€48,30 in totaal") */
  body.product-vendor-wondr
    .bulk-add-to-cart-button
    .bulk-total-price {
    font-size: 12px !important;
    line-height: 15px !important;
  }

  /* Discount badge (-10%, -5%) */
  body.product-vendor-wondr
    .bulk-add-to-cart-button
    .discount-badge {
    font-size: 18px !important;
    padding: 4px 10px !important;
    line-height: 18px !important;
  }

  /* “Meest gekozen” badge */
  body.product-vendor-wondr
    .bulk-feature-badge {
    font-size: 16px !important;
    line-height: 16px !important;
    padding: 12px 10px !important;
  }

  /* Slightly reduce card min-height for mobile */
  body.product-vendor-wondr
    .bulk-add-to-cart-button {
    min-height: 80px !important;
  }

  body.product-vendor-wondr
    .bulk-add-to-cart-button
    .discounted-price {
    gap: 0 !important; /* remove spacing between value + /stuk */
  }

  body.product-vendor-wondr
    .bulk-add-to-cart-button {
      padding-left: 10px !important;
      padding-right: 10px !important;
      padding-top: 10px !important;
  }
}

/* ================================================
   WONDR – PDP Main Add to Cart Button (Desktop)
   ================================================ */

body.product-vendor-wondr .main-add-to-cart {
  height: 60px;
  border-radius: 15px;
  background: #EF7F76;
  color: #FFF;

  /* Layout */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;

  /* Typography */
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: var(--wondr-font-family) !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px; /* 95.833% */
  letter-spacing: 1.3px;
  text-transform: uppercase;

  cursor: pointer;
  width: 100% !important; /* makes it full width like design */
}

/* No hover color change for now unless design wants it */
body.product-vendor-wondr .main-add-to-cart:hover {
  background: #C96A72; /* optional hover */
}

/* ================================================
   WONDR – PDP Main Add to Cart Button (Desktop)
   ================================================ */

body.product-vendor-wondr .main-add-to-cart {
  /* Kill browser defaults */
  border: none !important;
  outline: none;
  -webkit-appearance: none;
  appearance: none;

  /* Layout + visuals */
  height: 60px;
  width: 100% !important;
  border-radius: 15px;
  background: #EF7F76;
  color: #FFF;

  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;

  /* Typography */
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
 font-family: var(--wondr-font-family) !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px; /* 95.833% */
  letter-spacing: 1.3px;
  text-transform: uppercase;

  cursor: pointer;
}

/* ================================================
   WONDR – PDP Add to Cart Button (Mobile)
   ================================================ */
@media screen and (max-width: 749px) {
  body.product-vendor-wondr .main-add-to-cart {
    height: 50px !important;
    border-radius: 10px !important;

    /* Typography */
    color: #FFF !important;
    text-align: center !important;
    font-family: var(--wondr-font-family) !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 18px !important; /* 90% */

    /* Layout */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    /* Visual */
    background: #EF7F76 !important;
    overflow: hidden !important;
    white-space: nowrap !important;
  }
}


/* ============================================
   WONDR – Recommended Slider
   ============================================ */

  body.product-vendor-wondr .relatedonproduct {
    margin-top: 180px;
    box-shadow: unset !important;
  } 

  body.product-vendor-wondr .reccollectionsubheading p {
    font-family: var(--wondr-font-family) !important;
    font-size:24px !important;
    color: #0F4D4C !important;
    font-weight:400;
    font-style:italic;
  }
  
  body.product-vendor-wondr .relatedonproduct .product-card{
    width: 100% !important;
    height: 100% !important;
    justify-content: normal !important;
    
  }

  body.product-vendor-wondr .relatedonproduct .product-card h3 {
    color:#0F4D4C!important;
    font-size: 24px;
    font-weight: 700;
    font-family: var(--wondr-font-family) !important;
    margin-bottom: -10px;
    box-shadow: unset !important;
    padding-left: 0px;
  }

  body.product-vendor-wondr .relatedonproduct .section-resource-list__content h3 {
    font-size: 40px;
    font-weight: 500;
    font-family: var(--wondr-font-family) !important;
    color: #0F4D4C;
  }

  body.product-vendor-wondr .relatedonproduct .section-resource-list__content {
    justify-content: left !important;
    margin-bottom: 17px;
  }

  body.product-vendor-wondr .relatedonproduct .rating-inline-subtitle {
    font-size:20px !important;
    font-family: var(--wondr-font-family) !important;
    color: #0F4D4C;
  }

  body.product-vendor-wondr .relatedonproduct .rating-inline-star {
    width: 20px !important;
    height: 20px !important;
  }

  body.product-vendor-wondr .relatedonproduct .rating-inline-value {
    font-size: 20px !important;
  }

  body.product-vendor-wondr .relatedonproduct .rating-inline-wrapper {
    margin-bottom: -16px;
  }

  body.product-vendor-wondr .relatedonproduct .rec-product-card-heading {
    padding-left: 4px;
    padding-right: 4px;
  }


  @media (max-width: 786px) { 
    body.product-vendor-wondr .relatedonproduct {
      margin-top: 0px;
    }
    body.product-vendor-wondr .relatedonproduct .rating-wrapper {
      display:block !important;
    }
    body.product-vendor-wondr .relatedonproduct .product-card h3 {
      font-size: 18px !important;
    }
    body.product-vendor-wondr .reccollectionsubheading p {
      font-size: 14px !important;
      margin-top: 8px;
      margin-left: 4px;
    }
    body.product-vendor-wondr .relatedonproduct .rating-inline-wrapper {
      margin-bottom: 0px !important;
      margin-top: -10px;
      padding-left: 6px;
      padding-right: 6px;
    }
    body.product-vendor-wondr .relatedonproduct .rating-inline-value {
      font-size: 14px !important;
    }
    body.product-vendor-wondr .relatedonproduct .rating-inline-star {
      width: 14px !important;
      height: 14px !important;
    }

  }
   

/* ================================================
   WONDR – Ingredients-Section
   ================================================ */
body.product-vendor-wondr .wondr-ingredients-section  {
  background: #FFF6ED !important;
}

   
body.product-vendor-wondr .wondr-title {
  font-family: var(--wondr-font-family) !important;
  font-size:40px !important;
  color: #0F4D4C !important;
}

body.product-vendor-wondr .wondr-subtitle {
  font-family: var(--wondr-font-family) !important;
  font-size:22px !important;
  color: #0F4D4C !important;
}

body.product-vendor-wondr .wondr-content {
  font-family: var(--wondr-font-family) !important;
  font-size:16px !important;
  color: #0F4D4C !important;
}

body.product-vendor-wondr .wondr-content h3 {
  font-family: var(--wondr-font-family) !important;
  font-size:30px !important;
  color: #0F4D4C !important;
}

body.product-vendor-wondr .wondr-content p {
  font-family: var(--wondr-font-family) !important;
  font-size:16px !important;
  color: #0F4D4C !important;
}

body.product-vendor-wondr .wondr-dot.active {
    opacity: 1;
    transform: scale(1.3);
    background: #0F4D4C !important;
}

body.product-vendor-wondr .wondr-dot {
    width: auto !important;
    height: 10px !important;
    border-radius: 50%;
    background: #869f9d !important;
    border: none;
    cursor: pointer;
    box-sizing: content-box;
    opacity: 0.3;
    transition: opacity 0.25s ease, transform 0.25s ease;
}


/* ================================================
   WONDR – Product-Discover
   ================================================ */

  body.product-vendor-wondr .slider-header h2 {
  font-family: var(--wondr-font-family) !important;
  font-size:40px !important;
  color: #0F4D4C !important;
font-weight: 500;
text-align: center;
vertical-align: middle;
text-transform: uppercase;

}

body.product-vendor-wondr .slider-header .sub-title {
  font-family: "Glacial Indifference" !important;
  font-size:22px !important;
  color: #0F4D4C !important;
font-weight: 400;
text-align: center;
vertical-align: middle;
}


body.product-vendor-wondr .slider-container .slider-track .slider-item.is-active  .product-label  {
    font-family: var(--wondr-font-family) !important;
  font-size:22px !important;
  color: #0F4D4C !important;
font-weight: 700;
text-align: center;
vertical-align: middle;
text-transform: uppercase;
}

body.product-vendor-wondr .slider-container .slider-track .slider-item  .product-label  {
   font-family: var(--wondr-font-family) !important;
  font-size:22px !important;
  color: #0F4D4C 0F4D4C
font-weight: 400;
text-align: center;
vertical-align: middle;
text-transform: uppercase;
}

body.product-vendor-wondr  .slider-wrapper .slider-arrow{
    background: #FEEDDA !important;
    color: #188D85 !important;
    font-size:40px !important;
    line-height:0px !important;
}


/* ================================================
   WONDR – Product-Reviews
   ================================================ */

body.product-vendor-wondr .pd-review-card-content {
  background-color: #D9EEED !important;
}

body.product-vendor-wondr .pd-review-slider-heading {
font-family: var(--wondr-font-family) !important;
font-weight: 500 !important;
font-style: Medium;
font-size: 40px !important;
text-align: center;
vertical-align: middle;
text-transform: uppercase;
}

body.product-vendor-wondr .pd-review-card-name {
font-family: var(--wondr-font-family) !important;
font-weight: 500 !important;
font-style: Medium;
font-size: 22px !important;
text-align: center;
vertical-align: middle;
}

body.product-vendor-wondr .pd-review-card-date {
  font-family: var(--wondr-font-family) !important;
 font-weight: 400 !important;
 font-size: 18px !important;
}

body.product-vendor-wondr .pd-review-card-text {
 font-family: var(--wondr-font-family) !important;
 font-weight: 400 !important;
 font-style: 'Regular';
 font-size: 16px !important;
 text-align: center;
 vertical-align: middle;
}

body.product-vendor-wondr .pd-review-card-footer  {
  background-color: #0F4D4C !important;
  font-family: var(--wondr-font-family) !important;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px !important;
}


body.product-vendor-wondr .pd-review-card-footer svg path:nth-of-type(2) {
  stroke: #0F4D4C !important;
}


body.product-vendor-wondr .pd-review-star {
  color: #7ABDB9; /* not filled */
}

body.product-vendor-wondr .pd-review-star--filled {
  color: #188D85; /* filled */
}

/* Optional – small alignment tweak if needed */
body.product-vendor-wondr .pd-review-card-stars svg {
  vertical-align: middle;
  margin-right: 2px;
}

body.product-vendor-wondr .pd-review-slider-section {  
  padding-left:20px !important;
  padding-right:20px !important;
}

@media (max-width: 786px) {  

}


/* ================================================
   WONDR – USP
   ================================================ */

body.product-vendor-wondr .nasties-heading {
  color: #0F4D4C !important;
  font-family: var(--wondr-font-family) !important;
  font-weight: 500 !important;
  font-style: Medium;
  font-size: 40px !important;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom:0px !important;
}

body.product-vendor-wondr .nasties-item {
  background-color:#FFF6ED !important;
  margin-top:50px !important;
}


body.product-vendor-wondr .nasties-item__divider {
  background-color:#EF7F76 !important;
}
 
 body.product-vendor-wondr .nasties-item__content p {
color: #EF7F76 !important;
font-family: var(--wondr-font-family) !important;
font-weight: 400  !important;
font-size: 18px  !important;

}



/* ================================================
   WONDR – UCD Slide
   ================================================ */

body.product-vendor-wondr .fixed-content .h3title {
font-family: var(--wondr-font-family) !important;
font-weight: 600 !important;
font-size: 32px !important;
vertical-align: middle;
color: #0F4D4C !important;
}

body.product-vendor-wondr .fixed-content .username {
 font-family: var(--wondr-font-family) !important;
font-weight: 400!important;
font-size: 22px!important;
color: #3f7170 !important;
}

body.product-vendor-wondr .fixed-content .pdescri {
 font-family: var(--wondr-font-family) !important;
 color: #0F4D4C !important;
font-weight: 400 !important;
font-size: 20px !important;
margin-bottom:80px;
}

body.product-vendor-wondr .fixed-content .btntxt {
  background-color: #0F4D4C !important;
  font-family: var(--wondr-font-family) !important;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  vertical-align: middle;
  padding: 9px 47px !important;
}

@media (max-width: 768px) {
  body.product-vendor-wondr .fixed-content .pdescri {
    margin-bottom: 20px !important;
  }
  body.product-vendor-wondr .fixed-content .btntxt {
    font-size: 15px !important;
    padding: 9px 15px !important;
  }
}


/* ================================================
   WONDR – FAQ-Section
   ================================================ */
body.product-vendor-wondr .faq-section {
  background-color: #fff7ed !important;
}

body.product-vendor-wondr .faq-heading {
font-family: var(--wondr-font-family) !important;
color: #0F4D4C !important;
font-weight: 500 !important;
font-size: 40px !important;
text-align: center;
vertical-align: middle;
text-transform: none;
}

body.product-vendor-wondr .faq-tabs button.active {
background-color: #188D85 !important;
font-family: var(--wondr-font-family) !important;
font-weight: 600 !important;
font-size: 22px !important;
text-align: center;
vertical-align: middle;
border-radius:40px !important;
padding: 10px 30px !important;
color: white !important;

}


body.product-vendor-wondr .faq-tabs button {
background-color: white !important;
font-family: var(--wondr-font-family) !important;
font-weight: 400 !important;
color: #188D85 !important;
font-size: 22px !important;
border-radius:40px !important;
padding: 10px 30px !important;
text-align: center;
vertical-align: middle;
border: 1px solid #188D85;
}


body.product-vendor-wondr .faq-question {
font-family: var(--wondr-font-family) !important;
font-weight: 400 !important;
font-size: 22px !important;
color: #0F4D4C !important;
}


body.product-vendor-wondr .metafield-rich_text_field {
  font-family: var(--wondr-font-family) !important;
font-weight: 400 !important;
font-size: 22px !important;
color: #0F4D4C !important;
}

body.product-vendor-wondr .faq-question .iconquestion span {
  font-family: var(--wondr-font-family) !important;
}

body.product-vendor-wondr .faq-answer p {
  font-family: var(--wondr-font-family) !important;

}



body.product-vendor-wondr .see-more {
font-family: var(--wondr-font-family) !important;
font-weight: 400 !important;
font-size: 22px !important;
color: #0F4D4C !important;
display:none;
}

.faq-search {
  display:none;
}



/* --- WONDR star colors --- */


body.product-vendor-wondr .stars {
  fill: #d9eeed;
  stroke: none;
}

body.product-vendor-wondr .filled-star {
  fill: #008F85 !important;
  stroke: #008F85 !important;
}

/* half star uses the gradient above */
body.product-vendor-wondr svg defs linearGradient#half stop:first-child {
  stop-color: #008F85 !important;
  offset: 50% !important;
}
body.product-vendor-wondr svg defs linearGradient#half stop:last-child {
  stop-color: #d9eeed !important;
  offset: 50% !important;
}

/* ============================================
   WONDR – Home Featured Product Slider
   ============================================ */

.homepagefeatured .product-card--brand-wondr .add-to-cart-button.button-secondary {
  background-color: #EF7F76 !important;
}

.homepagefeatured product-card--brand-wondr .add-to-cart-button.button-secondary .atc-price--compare {
 font-family: var(--wondr-font-family) !important;
 font-weight: 400 !important;
 font-size: 24px !important;
 text-align: center;
 text-decoration: line-through;
 color: #fce5e4 !important;
}


.homepagefeatured .product-card--brand-wondr .add-to-cart-button.button-secondary .atc-price--current {
  font-family: var(--wondr-font-family) !important;
  font-weight: 600 !important;
  font-size: 24px !important;
  color: #FFFFFF !important;
} 

.homepagefeatured .product-card {
    width: 100% !important;
    height: 100% !important;
    justify-content: normal !important;
}

.homepagefeatured .product-card--brand-wondr .rec-product-card-heading h3 {
   font-family: var(--wondr-font-family) !important;
   font-size: 24px !important;
   color: #0F4D4C !important;
   font-weight:700 !important;
   margin-bottom: -13px;
   padding-left: 6px;
}

.homepagefeatured .product-card--brand-wondr p {
   font-family: var(--wondr-font-family) !important;
   font-size: 20px !important;
   color: #0F4D4C !important;
   font-weight:400 !important;
   font-style: italic;
   padding-left: 6px;
}

.homepagefeatured .product-card--brand-wondr .rating-inline-subtitle {
  font-family: var(--wondr-font-family) !important;
   font-size: 20px !important;
   color: #3c6e6e !important;
   font-weight:400 !important;
}



.homepagefeatured .product-card--brand-wondr .add-to-cart-button.brand-wondr .add-to-cart-text
 {
    justify-content: space-between !important;
}

.homepagefeatured .product-card--brand-wondr .rating-inline-value {
  font-size: 20px !important;
  font-weight:400 !important;
}

.section-resource-list__content {
  width: 100% !important;
}

.wondr .unified-product-main .pointtext {
  font-family: var(--wondr-font-family) !important;
}

/* ================================================
   wondr – Info Icons
   ================================================ */

.product-form-buttons.spacing-style {
  padding-top:0px !important;
  padding-bottom:0px !important;
}

body.product-vendor-wondr .ai-three-column-grid {
    display: flex;
    justify-content: center;
    align-items: flex-start;    
    flex-wrap: nowrap;}

body.product-vendor-wondr .ai-three-column-item {
    display: flex;    
    justify-content: flex-start;
    max-width: 200px;   
}

body.product-vendor-wondr .ai-three-column {
    background-color: #FDF2F1  !important;
    border-radius: 20px;
    padding: 20px 20px;
    text-align: center;
    margin-top: -18px;
    padding-top: 38px !important;
}

body.product-vendor-wondr .ai-three-column-text {
    color: #0F4D4C;
    font-family: var(--wondr-font-family) !important;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    width: 100%;
}

body.product-vendor-wondr .ai-three-column-svg svg, body.product-vendor-wondr .ai-three-column-image {
    width: 100%;
    height: 100%;
    stroke: #0F4D4C  !important;
    stroke-width: 1.8px;
    fill: none !important;
    display: block;
    object-fit: contain;
}

body.product-vendor-wondr .ai-three-column-svg svg path,
    body.product-vendor-wondr .ai-three-column-svg svg line,
    body.product-vendor-wondr .ai-three-column-svg svg circle,
    body.product-vendor-wondr .ai-three-column-svg svg rect,
    body.product-vendor-wondr .ai-three-column-svg svg polyline {
      stroke:  #0F4D4C !important;
    }



.resource-list--grid .product-card--brand-wondr {
  height:100% !important;
}


body.product-vendor-wondr .add-to-cart-button {
  background-color: #ef7f76 !important;
}




body.product-vendor-klaaar .producttitle h2 {
  color: #1B2D4E !important;
}