/** Shopify CDN: Minification failed

Line 867:0 Unexpected "{"

**/
/* ===========================
   KLAAR – GLOBAL TOKENS
   =========================== */

:root {
  /* Product tiles – spacing vars (same as BRAUZZ) */
  --klaaar-top-spacing: 24px;
  --klaaar-mid-spacing: -3px;
  --klaaar-bottom-spacing: 4px;

  /* Global Klaaar font token */
  --klaaar-font-family: "Novatica", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  
  /* Rating - Half star */
  --star-fill-left: #81cac9 !important;
  --star-fill-right: #d8effd !important;  
}

/* Mobile spacing overrides for product tiles */
@media (max-width: 768px) {
  .product-card--brand-klaaar {
    --klaaar-top-spacing: 12px;
    --klaaar-mid-spacing: -5px;
    --klaaar-bottom-spacing: 4px;
  }
}

/* =======================
   KLAAR – FONT FACE
   ======================= */

/* 400 Regular */
@font-face {
  font-family: "Novatica";
  src: url("https://cdn.shopify.com/s/files/1/0951/6531/7439/files/Novatica.woff2?v=1765027703")
      format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* 300 Light */
@font-face {
  font-family: "Novatica";
  src: url("https://cdn.shopify.com/s/files/1/0951/6531/7439/files/NovaticaLight.woff2?v=1765027703")
      format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* 600 Medium (for ATC) */
@font-face {
  font-family: "Novatica";
  src: url("https://cdn.shopify.com/s/files/1/0951/6531/7439/files/Novatica-Medium.woff2?v=1765027703")
      format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* 700 Bold (for titles) */
@font-face {
  font-family: "Novatica";
  src: url("https://cdn.shopify.com/s/files/1/0951/6531/7439/files/Novatica-Bold.woff2?v=1765027703")
      format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Global font usage on Klaaar */
body.brand-klaaar,
body.brand-klaaar h1,
body.brand-klaaar h2,
body.brand-klaaar h3,
body.brand-klaaar h4,
body.brand-klaaar h5,
body.brand-klaaar h6,
body.brand-klaaar p,
body.brand-klaaar a,
body.brand-klaaar button,
body.brand-klaaar input,
body.brand-klaaar textarea {
  font-family: var(--klaaar-font-family) !important;
}

/* Product cards for Klaaar vendor */
.product-card--brand-klaaar,
.product-card--brand-klaaar * {
  font-family: var(--klaaar-font-family) !important;
}

/* =======================================
   KLAAR — PRODUCT PAGE TYPOGRAPHY
   ======================================= */

.product-card--brand-klaaar .product-card-heading {
  margin: 0 0 4px;
}

/* PRODUCT TITLE (PDP + product card) */
body.brand-klaaar .product__title,
.homepagefeatured .product-card--brand-klaaar h3,
.product-card--brand-klaaar .product-card-heading h3 {
  font-size: 20px;
  font-weight: 700 !important; /* title = 700 */
  color: #0E223E !important;
  line-height: 1.1 !important;
  margin: 0;
}

body.brand-klaaar .rating-inline-rating,
.product-card--brand-klaaar .rating-inline-rating {
  color: #0E223E !important;
}

/* SUBTITLE (PDP + below card title) */
body.brand-klaaar .product__subtitle,
.product-card--brand-klaaar .subheading p {
  font-size: 18px !important;
  font-weight: 400 !important; /* subtitle = 400 */
  color: #0e223e94 !important;
  line-height: 1.3 !important;
  font-style: italic;
  margin: 0;
}

.product-card--brand-klaaar .text-block p {
  font-size: 18px;
  font-weight: 400 !important; /* subtitle = 400 */
  color: #0e223e94 !important;
  line-height: 1.3 !important;
  font-style: italic;
  margin: 0;
}

/* DESCRIPTION BODY */
body.brand-klaaar .product__description p,
body.brand-klaaar .product__description li,
body.brand-klaaar .pdtdesc p {
  font-size: 16px !important;
  line-height: 1.45 !important;
  color: #0e223e94 !important;
  margin-bottom: 0 !important;
  font-weight: 400 !important;
}

/* VARIANT BUTTONS */
body.brand-klaaar .variant-option__button-label {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  padding: 10px 14px !important;
}

/* Variant legend ("Choose scent", etc.) */
body.brand-klaaar fieldset legend {
  font-size: 14px !important;
  color: #0E223E;
  font-weight: 600;
  margin-bottom: 4px !important;
}

/* Rating subtitle (e.g. "Lentebloesem") */
.product-card--brand-klaaar .rating-inline-subtitle {
  font-family: var(--klaaar-font-family) !important;
  color: rgba(14, 34, 62, 0.80) !important;
  font-size: 16px !important;
  font-weight: 400 !important; /* rating subtitle = 400 */
  line-height: 1.2;
  margin-top: 3px;
}

.product-card--brand-klaaar .rating-inline-rating span {
 font-family: var(--klaaar-font-family) !important;
}

/* Remove left padding on rating row + text */
.product-card--brand-klaaar .rating-inline-wrapper {
  padding-left: 0 !important;
}

.product-card--brand-klaaar .rating-inline-subtitle {
  padding-left: 0 !important;
}

/* If Horizon text-block injects padding vars, nuke them */
.product-card--brand-klaaar .text-block,
.product-card--brand-klaaar .text-block p {
  --padding-inline-start: 0px !important;
  --padding-inline-end: 0px !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

/* ATC BUTTON TEXT (PDP + collections) */
body.brand-klaaar .add-to-cart-button .add-to-cart-text,
body.brand-klaaar .add-to-cart-button .atc-price span {
  font-family: var(--klaaar-font-family) !important;
  font-size: 20px !important;
  letter-spacing: 0.3px;
  line-height: 1 !important;
}

/* ============================
   KLAAR – CARD SPACING
   ============================ */

/* Use CSS vars for vertical rhythm */
.product-card--brand-klaaar .product-card-heading ,
.product-card--brand-klaaar .rec-product-card-heading {
  margin-top: var(--klaaar-top-spacing) !important;
}

.product-card--brand-klaaar .collectionsubheading p {
  font-family: var(--klaaar-font-family) !important;
}

/* Remove space between heading + subtitle */
.product-card--brand-klaaar .product-card-heading + .product-card-subheading,
.product-card--brand-klaaar .product-card-heading + .text-block {
  margin-top: var(--klaaar-mid-spacing) !important;
}

/* Button pinned at bottom with consistent gap */
.product-card--brand-klaaar .buy-buttons-block {
  margin-top: auto !important;
  padding-top: var(--klaaar-bottom-spacing);
}

/* ============================
   KLAAR – MOBILE PDP & CARDS
   (same logic as BRAUZZ)
   ============================ */

@media (max-width: 768px) {
  /* Titles */
  body.brand-klaaar .product__title,
  .product-card--brand-klaaar .product-card-heading h3 {
    font-size: 16px !important;
    line-height: 1.2 !important;
  }

  /* Subtitles */
  body.brand-klaaar .product__subtitle,
  .product-card--brand-klaaar .subheading p,
  .product-card--brand-klaaar .text-block p {
    font-size: 12px !important;
    line-height: 1.3 !important;
  }

  /* Description text */
  body.brand-klaaar .product__description p,
  body.brand-klaaar .product__description li,
  body.brand-klaaar .pdtdesc p {
    font-size: 12px !important;
    line-height: 1.45 !important;
  }

  /* Rating subtitle */
  .product-card--brand-klaaar .rating-inline-subtitle {
    font-size: 12px !important;
    line-height: 1.2 !important;
  }
}

/* ============================
   KLAAR – MOBILE ATC PRICE SIZE
   ============================ */

@media (max-width: 768px) {
  .product-card--brand-klaaar .add-to-cart-button.button-secondary .atc-price,
  .product-card--brand-klaaar .add-to-cart-button.button-secondary .atc-price span {
    font-size: 14px !important;
    line-height: 1 !important;
  }
}

/* =========================================
   KLAAR – Collection ATC button styling
   ========================================= */

.product-card--brand-klaaar .add-to-cart-button.button-secondary {
  /* Hook into Horizon token system */
  --btn-bg-color: #F49873;            /* Klaaar CTA background */
  --btn-text-color: #ffffff;          /* Klaaar CTA text */
  --btn-radius: 999px;
  --button-border-color: transparent;

  min-height: 45px;
  padding: 16px 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;

  font-family: var(--klaaar-font-family) !important;
}

/* Inner layout & typography */
.product-card--brand-klaaar .add-to-cart-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 20px;
  font-weight: 700; /* ATC text = 600 */
}

.product-card--brand-klaaar .add-to-cart-text--added {
    background-color: #F49873 !important;
    font-family: var(--klaaar-font-family) !important;
    color: #fff;
}

.product-card--brand-klaaar .atc-price {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-family: var(--klaaar-font-family) !important;
}

.product-card--brand-klaaar .atc-price--current {
  color: #ffffff !important;
  font-weight: 700;
}

.product-card--brand-klaaar .atc-price--compare {
  color: rgba(255, 255, 255, 0.7) !important;
  text-decoration: line-through;
  font-weight: 400;
}

/* Icon */
.product-card--brand-klaaar .add-to-cart-icon svg {
  width: 16px;
  height: 16px;
}

.product-card--brand-klaaar .add-to-cart-icon svg path {
  stroke: #ffffff !important;
}

/* ============================================
   KLAAR – Compact ATC button layout on small phones
   (copied from BRAUZZ, adapted to Klaaar)
   ============================================ */
@media (max-width: 480px) {

  /* Reduce left padding before the price */
  .product-card--brand-klaaar .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-klaaar .add-to-cart-button.button-secondary .add-to-cart-text {
    gap: 6px !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  /* Pull the icon closer */
  .product-card--brand-klaaar .add-to-cart-button.button-secondary .add-to-cart-icon {
    margin-left: 2px !important;
    margin-right: 0 !important;
  }

  /* And shrink the icon slightly so it never overflows */
  .product-card--brand-klaaar .add-to-cart-button.button-secondary .add-to-cart-icon svg {
    width: 12px !important;
    height: 12px !important;
  }
}

/* ============================================
   KLAAR – Reduce ATC button padding on mobile
   ============================================ */
@media (max-width: 768px) {
  .product-card--brand-klaaar .add-to-cart-button.button-secondary {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
/* ============================================
   KLAAR – Mobile ATC height + padding
   ============================================ */
@media (max-width: 768px) {
  .product-card--brand-klaaar .add-to-cart-button.button-secondary {
    min-height: 44px !important;      /* shrink height */
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}



/* ======================================
   KLAAR — Home Page
   ====================================== */

.homepagefeatured .product-card--brand-klaaar h3 {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #0e223e !important;
    line-height: 1.1 !important;
    margin: 0;
}

.homepagefeatured  .product__subtitle, .product-card--brand-klaaar .subheading p, .product-card--brand-klaaar .text-block p {
    font-size: 18px ;
    font-weight: 400 !important;
    color: #0e223e94 !important;
    line-height: 1.3 !important;
    margin: 0;
}

/* =======================
   Product Info / PDP bits
   ======================= */
body.product-vendor-klaaar .mobiletitletop {
  margin-bottom: -25px !important;
}

body.product-vendor-brauz  .subheading > p,
body.product-vendor-klaaar .subheadingn > p,
body.product-vendor-klaaar .pdtdesc > p,
body.product-vendor-klaaar .buttontext {
  font-family: var(--klaaar-font-family) !important;
}

.pdtdesc > p {
  color: #A94841;
}

body.product-vendor-klaaar  .product__pickup-availabilities {
  display: none;
}

body.product-vendor-klaaar  .product-description__toggle {
  left: -4px;
  top: -22px;
}

body.product-vendor-klaaar  .text-block {
  font-size: 20px;
  font-family: var(--klaaar-font-family) !important;
}

body.product-vendor-klaaar .text-block>* {    
    font-family: var(--klaaar-font-family);
    max-width: 100%;
    padding-left:4px;
    padding-right:4px;
}

body.product-vendor-klaaar .product-description__text {
    background: #fff6ed;
    padding: 22px;
    font-size:20px !important;
    border-radius: 12px;
    color: #0F4D4C;
    font-family: var(--klaaar-font-family) !important;
}

body.product-vendor-klaaar .product-description__text p{
   
    font-family: var(--klaaar-font-family) !important;
}

body.product-vendor-klaaar .product-description__text h3{
    font-weight:600 !important;
    font-size:20px !important;
    font-family: var(--klaaar-font-family) !important;
}

/* =======================
   Product Discover 
   ======================= */
body.product-vendor-klaaar .product-discover-slider {
  background: #FFF6ED;
}

/* =======================
   UGC Section
   ======================= */

body.product-vendor-klaaar .ugc-section {
  max-width: 100%;
}

body.product-vendor-klaaar .splide::after { 
  /*background-image: url(https://wondr.klaaar.eu/cdn/shop/files/3e1cdc083d2b85c77c368863e1378a30499440e7_5eed11a6-755c-4cf8-9f82-21001df9f9f5.png?v=1765205721) !important;*/
  background:none;
}

body.product-vendor-klaaar .mainwrapper {
  background: #fff !important;
  margin-bottom: 90px;
  margin-top: 90px;
}

body.product-vendor-klaaar .h3title {
  margin-bottom: 5px;
  color: #F49873 !important;
  font-family: var(--klaaar-font-family) !important;
  font-size:20px !important;
}

body.product-vendor-klaaar .username {  
  color: #555B64 !important;
  font-weight: 400;
  font-size:16px;
}

body.product-vendor-klaaar .pdescri {  
  color:  #555B64 !important;
  font-size:16px
}

body.product-vendor-klaaar .btntxt {  
  color: #FFFFFF;
  background: #81CAC9 !important;
  border-radius: 13px !important;
  font-size:18px;
  padding: 0.8rem 2rem !important;
}

body.product-vendor-klaaar .splide__pagination__page {
  background:#bad9e5  !important;
}

body.product-vendor-klaaar .splide__pagination__page.is-active {
  background: #81CAC9 !important;
}

body.product-vendor-klaaar .custom-cursor {
  background: #bad9e5 !important;
}

@media (max-width: 768px) { 
  body.product-vendor-klaaar .btntxt {
    padding: 0.8rem 2rem !important;
  }
  body.product-vendor-klaaar .mainwrapper {
    margin-bottom: 30px !important;
}
body.product-vendor-klaaar .h3title {
  font-size:20px !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(--klaaar-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(--klaaar-font-family);
  font-style: italic;
  color: #3f7170 !important;
  padding-inline: 4px;
  line-height: normal;
}

.collectionaddtocart {
  margin-top: 8px;
}

.procollectionlist .add-to-cart-button.brand-klaaar .add-to-cart-text {
  justify-content: space-between !important;
}

/* =======================
   Rating styles
   ======================= */
.rating-inline-star {
  fill: #008F85;
  stroke: #008F85;
}

.product-card--brand-klaaar .rating-inline-subtitle {
  color: #3f7170;
  font-size: 12px;
  font-weight: 400;
}

/* =======================
   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;
}


/* =======================
   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(--klaaar-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(--klaaar-font-family) !important;
  color: #a94841;
}

.plantb-rec > .text-block .price {
  font-family: var(--klaaar-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(--klaaar-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(--klaaar-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;
}

body.product-vendor-klaaar .section-resource-list__content  {
  justify-content: left !important;
    flex-direction: row !important;
    font-size: 25px !important;
    font-weight: bold !important;
    color: #F39780 !important;
}


 
body.product-vendor-klaaar .rating-inline-value {
font-size: 1.25rem;
    font-weight: 500; color: #0F4D4C;
}

.product-card--brand-klaaar .product-card-heading h3, .product-card--brand-klaaar .rec-product-card-heading h3 {
  color: #555B64 !important;
    font-family: var(--klaaar-font-family) !important;
    font-size: 20px ;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: .6px !important;
    margin: 0;
}


/* =======================
   klaaar – PDP Description Points
   ======================= */

/* Background + radius (accordion items + simple card) */
body.product-vendor-klaaar .description-point,
body.product-vendor-klaaar .description-card {
  background: #EAF9F8;
  border-radius: 10px;
}

/* Text styling */
body.product-vendor-klaaar .description-point-content,
body.product-vendor-klaaar .description-card-text {
  color: #555B64;
  font-family: var(--klaaar-font-family) !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

body.product-vendor-klaaar .description-point-content {
  color: #555B64;
  font-family: var(--klaaar-font-family) !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

body.product-vendor-klaaar .productdescription {
  color: #555B64;
  font-family: var(--klaaar-font-family) !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

body.product-vendor-klaaar .description-point::before { 
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'><path d='M7.68024 0L8.36132 3.92933C8.66563 5.71679 9.98432 7.11902 11.6653 7.44261L15.3605 8.16684L11.6653 8.89107C9.98432 9.21467 8.66563 10.6169 8.36132 12.4044L7.68024 16.3337L6.99916 12.4044C6.69485 10.6169 5.37617 9.21467 3.69521 8.89107L0 8.16684L3.69521 7.44261C5.37617 7.11902 6.69485 5.71679 6.99916 3.92933L7.68024 0Z' fill='%2381CAC9' /></svg>") no-repeat center / contain;
}

body.product-vendor-klaaar  .description-card-icon {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'><path d='M7.68024 0L8.36132 3.92933C8.66563 5.71679 9.98432 7.11902 11.6653 7.44261L15.3605 8.16684L11.6653 8.89107C9.98432 9.21467 8.66563 10.6169 8.36132 12.4044L7.68024 16.3337L6.99916 12.4044C6.69485 10.6169 5.37617 9.21467 3.69521 8.89107L0 8.16684L3.69521 7.44261C5.37617 7.11902 6.69485 5.71679 6.99916 3.92933L7.68024 0Z' fill='%2381CAC9' /></svg>") no-repeat center / contain;
}

@media screen and (max-width: 749px) {
body.product-vendor-klaaar .description-card-text {
  font-size: 16px !important;
}

body.product-vendor-klaaar .description-points--card .description-card {
    padding: 20px 15px !important;
}

body.product-vendor-klaaar span.add-to-cart-text__content {
    font-size: 16px !important;
    font-weight: 600 !important;
    }

}
/* === klaaar – PDP desktop rating count ("23 reviews") === */

body.product-vendor-klaaar .rating-wrapper .rating-count.paragraph {
  color: #555B64 !important;
  font-family: var(--klaaar-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;
}

body.product-vendor-klaaar .secondblock {
  color: #555B64;
  font-family: var(--klaaar-font-family) !important;
  font-weight:500;
}
body.product-vendor-klaaar .secondblock span {
  color: #555B64;
  font-family: var(--klaaar-font-family) !important;
  font-weight:500;
  font-size: 35px;
}

body.product-vendor-klaaar .price price--compare, body.product-vendor-klaaar .price price--sale, 
{

  font-family: var(--klaaar-font-family) !important;
}

body.product-vendor-klaaar  .price--compare, body.product-vendor-klaaar  .price--sale {
font-size: 32px;
font-family: var(--klaaar-font-family) !important;
}
@media (max-width: 767px) {
  body.product-vendor-klaaar  .price--compare, body.product-vendor-brauzz  .price--sale {
  font-size: 26px;
  }
}



@media screen and (max-width: 749px) {

body.product-vendor-klaaar .secondblock {
  font-size: 28px !important;
    font-weight: 500 !important;
}
}

/* PDP title + subtitle – klaaar */
body.product-vendor-klaaar .producttitle,
body.product-vendor-klaaar .producttitle h1 {
  font-family: var(--klaaar-font-family) !important;
  text-transform: capitalize;
  color: #555B64 !important;
}

body.product-vendor-klaaar .productsubheading,
body.product-vendor-klaaar .productsubheading h2 {
  font-family: var(--klaaar-font-family) !important;
    color: #555B64 !important;
}

body.product-vendor-klaaar .add-to-cart-text--added {
  background-color: #EF7F76;
  font-family: var(--klaaar-font-family) !important;
  font-size: 15px;
  color: white;
}

body.product-vendor-klaaar .producttitle p {
  font-size:36px !important;
color :  #1B2D4E !important;
text-align: left !important;

}

@media screen and (max-width: 749px) {
body.product-vendor-klaaar .producttitle p {
  font-size:20px !important;
color :  #1B2D4E !important;
text-align: center !important;
font-weight:500;

}

body.product-vendor-klaaar .rating-wrapper {
  display:block !important;
}


}

/* =======================
   klaaar – Variant picker (mobile)
   ======================= */
@media screen and (max-width: 749px) {

  /* Legend text */
  body.product-vendor-klaaar .variant-option--buttons legend {
    color: #1B2D4E;
    text-align: left;
    font-family: var(--klaaar-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 100%;
    margin-bottom: 8px;
    text-transform: uppercase;
  }

  /* Wrapper: make sure we can get two per row nicely */
  body.product-vendor-klaaar .variant-option--buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  /* Base button (non-active state) */
  body.product-vendor-klaaar .variant-option__button-label {
    border-radius: 15px;
    border: 1.5px solid #81CAC9;
    background: transparent;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;

    padding: 10px 16px;
    min-width: 48%;

    font-family: var(--klaaar-font-family);
    cursor: pointer;
  }

  

  /* Ensure the internal layout is horizontal: name + price */
  body.product-vendor-klaaar .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-klaaar .variant-option__button-label__value {
    color: #81CAC9;
    font-family: var(--klaaar-font-family) !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 100% */;
    text-transform: uppercase !important;
  }

  /* Non-active: price */
  body.product-vendor-klaaar .variant-option__button-label__price {
    color: #81CAC9;
    text-align: right;
    font-family: var(--klaaar-font-family) !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px; /* 77.778% */
  }

  body.product-vendor-klaaar .variant-option__button-label {
    border: 1.5px solid #81CAC9 !important;
  }

  /* Active/selected state */
  body.product-vendor-klaaar .variant-option__button-label:has(:checked) {
    border-radius: 15px;
    border: 1.5px solid #81CAC9;
    background: #81CAC9;
  }

  body.product-vendor-klaaar .variant-option__button-label:has(:checked)
  .variant-option__button-label__value,
  body.product-vendor-klaaar .variant-option__button-label:has(:checked)
  .variant-option__button-label__price {
    color: #FFF;
  }

  /* Kill the moving pill background visual for klaaar (we control bg ourselves) */
  body.product-vendor-klaaar .variant-option__button-label__pill {
    background: transparent !important;
  }
}

/* ============================================
   klaaar Variant Picker — Desktop (≥750px)
============================================ */
@media screen and (min-width: 750px) {

  /* Legend (title of the variant group) */
  body.product-vendor-klaaar .variant-option--buttons legend {
    color: #1B2D4E !important;
    font-family: var(--klaaar-font-family) !important;
    font-size: 18px !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-klaaar .variant-option__button-label {
    border-radius: 15px !important;
    border: 2px solid #81CAC9 !important;
    background: transparent !important;
    color: #81CAC9 !important;
    font-family: var(--klaaar-font-family) !important;
    font-size: 18px !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-klaaar .variant-option__button-label:has(:checked) {
    background: #81CAC9 !important;
    border-color: #81CAC9 !important;
    color: #FFF !important;
  }

  /* Variant name inside button */
  body.product-vendor-klaaar .variant-option__button-label__value {
    font-family: var(--klaaar-font-family) !important;
    font-size: 18px !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-klaaar .variant-option__button-label__price {
    font-family: var(--klaaar-font-family) !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 18px !important;
  }

  /* Price color when active */
  body.product-vendor-klaaar .variant-option__button-label:has(:checked) .variant-option__button-label__price {
    color: #FFF !important;
  }

  /* Price color when inactive */
  body.product-vendor-klaaar .variant-option__button-label:not(:has(:checked)) .variant-option__button-label__price {
    color: #81CAC9 !important;
  }
}

/* Kill Dawn's extra pill borders for klaaar variant buttons */
body.product-vendor-klaaar .variant-option__button-label::before,
body.product-vendor-klaaar .variant-option__button-label::after {
  content: none !important;
  border: none !important;
  clip-path: none !important;
}

body.product-vendor-klaaar  .variant-option--equal-width-buttons {
  grid-template-columns: repeat(2, 1fr) !important;
}


/* ================================
   klaaar – Bulk quantity block
   ================================ */

  body.product-vendor-klaaar .qty-discount-title {
    color: #0F4D4C;
    text-align: left;
    font-family: var(--klaaar-font-family);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    margin-bottom: 8px;
  }

  body.product-vendor-klaaar .bulk-quantity-container{
    margin-top: 27px;
    padding-top: 0px;
  }

  @media (max-width: 480px) {
    body.product-vendor-klaaar .bulk-quantity-container{
      margin-top: 0px!important;
      padding-top: 0px;
    }
  }

/* ---- base buttons ---- */

body.product-vendor-klaaar .bulk-add-to-cart-button {
  border: 1.5px solid #0F4D4C;
  background: #FFFFFF;
  border-radius: 15px; /* small cards */
  font-family: var(--klaaar-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-klaaar 
  .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-klaaar .bulk-add-to-cart-button.has-feature-badge {
  border-radius: 10px;
}

/* active state */
body.product-vendor-klaaar .bulk-add-to-cart-button.selected {
  background: #188D85;
  border-color: #188D85;
  color: #FFFFFF;
}

/* ---- main label + price ---- */

body.product-vendor-klaaar
  .bulk-add-to-cart-button
  .product-amount,
body.product-vendor-klaaar
  .bulk-add-to-cart-button
  .discounted-price,
body.product-vendor-klaaar
  .bulk-add-to-cart-button
  .discounted-price__value {
  font-family: var(--klaaar-font-family) !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px; /* 100% */
  text-transform: uppercase;
  color: inherit; /* toggles with selected bg */
}

/* price container is column on the right */
body.product-vendor-klaaar
  .bulk-add-to-cart-button
  .discounted-price {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 2px;
}

/* "€ 8,95" */
body.product-vendor-klaaar
  .bulk-add-to-cart-button
  .discounted-price__value {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

/* "/stuk" */
body.product-vendor-klaaar
  .bulk-add-to-cart-button
  .discounted-price__per {
  font-family: var(--klaaar-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-klaaar
  .bulk-add-to-cart-button
  .bulk-total-price {
  font-family: var(--klaaar-font-family) !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #0F4D4C;
}

body.product-vendor-klaaar
  .bulk-add-to-cart-button.selected
  .bulk-total-price {
  color: #FFFFFF;
}

/* ---- discount badge (-5%, -10%) ---- */

body.product-vendor-klaaar
  .bulk-add-to-cart-button
  .discount-badge {
  border-radius: 10px;
  background: #FEEDDA;
  padding: 6px 14px;
  font-family: var(--klaaar-font-family) !important;
  font-size: 20px;
  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-klaaar
  .bulk-add-to-cart-button.selected
  .discount-badge {
  color: #0F4D4C;
}

/* ---- "Meest gekozen" left badge ---- */

body.product-vendor-klaaar .bulk-feature-badge {
  border-radius: 10px 10px 0 0;
  background: #FEEDDA;
  font-family: var(--klaaar-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-klaaar
  .bulk-add-to-cart-button.has-feature-badge.selected
  .product-amount,
body.product-vendor-klaaar
  .bulk-add-to-cart-button.has-feature-badge.selected
  .bulk-total-price,
body.product-vendor-klaaar
  .bulk-add-to-cart-button.has-feature-badge.selected
  .discounted-price__value,
body.product-vendor-klaaar
  .bulk-add-to-cart-button.has-feature-badge.selected
  .discounted-price__per {
  color: #FFFFFF;
}

/* ================================================
   klaaar – PDP Main Add to Cart Button (Desktop)
   ================================================ */

body.product-vendor-klaaar .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(--klaaar-font-family) !important;
  font-size: 20px;
  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-klaaar .main-add-to-cart:hover {
  background: #C96A72; /* optional hover */
}

/* ================================================
   klaaar – PDP Main Add to Cart Button (Desktop)
   ================================================ */

body.product-vendor-klaaar .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(--klaaar-font-family) !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px; /* 95.833% */
  letter-spacing: 1.3px;
  text-transform: uppercase;

  cursor: pointer;
}

/* ================================================
   klaaar – PDP Add to Cart Button (Mobile)
   ================================================ */
@media screen and (max-width: 749px) {
  body.product-vendor-klaaar .main-add-to-cart {
    height: 50px !important;
    border-radius: 10px !important;

    /* Typography */
    color: #FFF !important;
    text-align: center !important;
    font-family: var(--klaaar-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;
  }
  body.product-vendor-klaaar .add-to-cart-button {
    height:44px !important;
  }
  body.product-vendor-klaaar .resource-list--grid {
    gap: 30px 12px !important;
  }
  
}

body.product-vendor-klaaar .add-to-cart-button {
    background-color: #F49873 !important;
    width: 100% !important;
    font-family: var(--klaaar-font-family) !important;    
    border-radius: 12px !important;
    color: #ffffff;
    height:60px;
    opacity: 1 !important;
}

/* ================================================
   klaaar – Info Icons
   ================================================ */

.product-form-buttons.spacing-style {
  padding-top:0px !important;
  padding-bottom:0px !important;
}

body.product-vendor-klaaar .ai-three-column-grid {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 100px !important;
    flex-wrap: nowrap;
}

body.product-vendor-klaaar .ai-three-column-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 200px;
    gap: 0px !important;
    text-align: center;
}

body.product-vendor-klaaar .ai-three-column {
    background-color: #FFF0EA  !important;
    border-radius: 20px;
    padding: 20px 20px;
    text-align: center;
    margin-top: -18px;
    padding-top: 38px !important;
}

body.product-vendor-klaaar .ai-three-column-text {
    color: #F39780;
    font-family: var(--klaaar-font-family) !important;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    width: 100%;
}

body.product-vendor-klaaar .ai-three-column-svg svg, body.product-vendor-klaaar .ai-three-column-image {
    width: 100%;
    height: 100%;
    stroke: #F39780  !important;
    stroke-width: 1.8px;
    fill: none !important;
    display: block;
    object-fit: contain;
}

body.product-vendor-klaaar .ai-three-column-svg svg path,
    body.product-vendor-klaaar .ai-three-column-svg svg line,
    body.product-vendor-klaaar .ai-three-column-svg svg circle,
    body.product-vendor-klaaar .ai-three-column-svg svg rect,
    body.product-vendor-klaaar .ai-three-column-svg svg polyline {
      stroke:  #F39780 !important;
    }

@media (max-width: 768px) {

body.product-vendor-klaaar .ai-three-column-grid {
          justify-content: space-between !important;
        align-items: center !important;
        gap: 10px !important;
        flex-wrap: nowrap !important;

}

body.product-vendor-klaaar .ai-three-column-text {
  font-size: 12px  !important;
    font-weight: 400  !important;
    line-height: 1  !important;
    margin-top: 5px;
}

}


/* ================================================
   klaaar – Accordina ( Active/Collapse )
   ================================================ */


body.product-vendor-klaaar summary.details__header {
    font-size: 18px !important;
    color: #1B2D4E;
    font-family: var(--klaaar-font-family) !important;
}  

body.product-vendor-klaaar .details-content p {
    min-width: 100%;
    font-size: 16px;
    color: #1B2D4E  !important;
}

body.product-vendor-klaaar  .accordion--dividers accordion-custom:first-child .details {
  border-block-start: 2px solid #1B2D4E !important;
}

body.product-vendor-klaaar  .accordion--dividers accordion-custom:last-child .details {
  border-block-end: 2px solid #1B2D4E !important; 
}

body.product-vendor-klaaar .details {
  padding: 10px;
  padding-left: 0px;
  padding-right: 0px;
}

body.product-vendor-klaaar .details__icon {
  stroke: #1B2D4E !important;
}

/* ================================================
   klaaar – Ingredients-Section
   ================================================ */

body.product-vendor-klaaar .wondr-ingredients-section  {
  background: #DBF5FF !important;
}

body.product-vendor-klaaar .wondr-title {
  font-family: var(--klaaar-font-family) !important;
  font-size:40px !important;
  color: #F39780 !important;
}

body.product-vendor-klaaar .wondr-subtitle {
  font-family: var(--klaaar-font-family) !important;
  font-size:22px !important;
  color: #0F4D4C !important;
}

body.product-vendor-klaaar .wondr-content {
  font-family: var(--klaaar-font-family) !important;
  font-size:16px !important;
  color: #0F4D4C !important;
}

body.product-vendor-klaaar .wondr-content h3 {
  font-family: var(--klaaar-font-family) !important;
  font-size:30px !important;
  color: #0F4D4C !important;
}

body.product-vendor-klaaar .wondr-dot.active {
    opacity: 1;
    transform: scale(1.3);
    background: #1B2D4E !important;
}

body.product-vendor-klaaar .wondr-dot {
    width: auto !important;
    height: 10px !important;
    border-radius: 50%;
    background: #9bdbf5 !important;
    border: none;
    cursor: pointer;
    box-sizing: content-box;
    opacity: 0.3;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.resource-list--grid .product-card--brand-klaaar {
  height:100% !important;
}

@media (max-width: 768px) {

  body.product-vendor-klaaar .wondr-ingredients-section {
    padding-top: 30px !important;
    padding-bottom: 80px;
  }
body.product-vendor-klaaar .wondr-title {
  font-size: 30px !important;
}
body.product-vendor-klaaar .wondr-subtitle {
  font-size: 20px !important;
}

body.product-vendor-klaaar .wondr-content h3 {
    font-size: 22px !important;
}

body.product-vendor-klaaar .wondr-content p {
    font-size: 14px !important;
}

 
}

/* ================================================
   klaaar – Product-Reviews
   ================================================ */

body.product-vendor-klaaar .pd-review-card-content {
  background-color: #EAF9F8 !important;
}

body.product-vendor-klaaar .pd-review-slider-heading {
font-family: var(--klaaar-font-family) !important;
color: #1B2D4E !important;
font-weight: 500 !important;
font-size: 40px !important;
text-align: center;
vertical-align: middle;
text-transform: none !important;
}

body.product-vendor-klaaar .pd-review-card-name {
font-family: var(--klaaar-font-family) !important;
font-weight: 500 !important;
font-style: Medium;
font-size: 22px !important;
text-align: center;
vertical-align: middle;
color: #1B2D4E !important;
}

body.product-vendor-klaaar .pd-review-card-date {
  font-family: var(--klaaar-font-family) !important;
 font-weight: 400 !important;
 font-size: 18px !important;
 color: #1B2D4E !important;
}

body.product-vendor-klaaar .pd-review-card-text {
 font-family: var(--klaaar-font-family) !important;
 font-weight: 400 !important;
 font-style: 'Regular';
 font-size: 16px !important;
 text-align: center;
 vertical-align: middle;
color: #555B64 !important;
}

body.product-vendor-klaaar .pd-review-card-footer  {
  background-color: #81CAC9 !important;
  font-family: var(--klaaar-font-family) !important;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px !important;
}


body.product-vendor-klaaar .pd-review-card-footer svg path:nth-of-type(2) {
  stroke: #b5e2e1 !important;
}


body.product-vendor-klaaar .pd-review-star {
  color: #b5e2e1; /* not filled */
}

body.product-vendor-klaaar .pd-review-star--filled {
  color: #81CAC9 /* filled */
}

/* Optional – small alignment tweak if needed */
body.product-vendor-klaaar .pd-review-card-stars svg {
  vertical-align: middle;
  margin-right: 2px;
}

body.product-vendor-klaaar .pd-review-slider-section {  
  padding-left:20px !important;
  padding-right:20px !important;
}

body.product-vendor-klaaar .pd-review-slider-dot.active {
    background: #81CAC9;
    transform: scale(1.2);
}

body.product-vendor-klaaar .pd-review-slider-dot {
    background: #b5e2e1;
}
  @media (max-width: 768px) {

body.product-vendor-klaaar .pd-review-slider-heading {
    font-family: var(--klaaar-font-family) !important;
    color: #1B2D4E !important;
    font-weight: 500 !important;
    font-size: 28px !important;
    text-transform: none !important;
}

body.product-vendor-klaaar .pd-review-card-text {
  font-size: 14px !important;
}

body.product-vendor-klaaar .pd-review-star--filled {
  color: #81CAC9 !important;
}

body.product-vendor-klaaar .pd-review-slider-dot {
    background: #a7dad9;
}

  }



/* ================================================
   klaaar – FAQ-Section
   ================================================ */
body.product-vendor-klaaar .faq-section {
  background-color: #EAF9F8 !important;
}

body.product-vendor-klaaar .faq-heading {
font-family: var(--klaaar-font-family) !important;
color: #555B64 !important;
font-weight: 500 !important;
font-size: 40px !important;
text-align: center;
vertical-align: middle;
text-transform: none;
}

body.product-vendor-klaaar .faq-tabs button.active {
background-color: #1B2D4E !important;
font-family: var(--klaaar-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-klaaar .faq-tabs button {
background-color: white !important;
font-family: var(--klaaar-font-family) !important;
font-weight: 400 !important;
color: #1B2D4E !important;
font-size: 22px !important;
border-radius:40px !important;
padding: 10px 30px !important;
text-align: center;
vertical-align: middle;
border: 1px solid #1B2D4E;
}


body.product-vendor-klaaar .faq-question {
font-family: var(--klaaar-font-family) !important;
font-weight: 400 !important;
font-size: 16px !important;
color: #1B2D4E !important;
}

body.product-vendor-klaaar .faq-toggle ,
body.product-vendor-klaaar .faq-item.active .faq-toggle {
  stroke: #1B2D4E !important;
}

body.product-vendor-klaaar .metafield-rich_text_field {
  font-family: var(--klaaar-font-family) !important;
font-weight: 400 !important;
font-size: 22px !important;
color: #1B2D4E !important;
}


body.product-vendor-klaaar .faq-question .iconquestion span {
  font-family: var(--klaaar-font-family) !important;
}

body.product-vendor-klaaar .faq-answer p {
  font-family: var(--klaaar-font-family) !important;

}



body.product-vendor-klaaar .see-more {
font-family: var(--klaaar-font-family) !important;
font-weight: 400 !important;
font-size: 22px !important;
color: #1B2D4E !important;
display:none;
}

.faq-search {
  display:none;
}

.faq-item {
    padding: 33px 0;    
} 

@media (max-width: 768px) {
body.product-vendor-klaaar .faq-section {
padding-top: 30px;
}

body.product-vendor-klaaar .faq-heading  {
  color: #555B64 !important;
    font-weight: 500 !important;
    font-size: 34px !important;
    text-transform:none !important;
}

body.product-vendor-klaaar .faq-tabs button.active {
  font-size:14px !important;
}
body.product-vendor-klaaar .faq-tabs button  {
   font-size:14px !important;
}

body.product-vendor-klaaar .faq-question {
   font-size:14px !important;
}

body.product-vendor-klaaar .metafield-rich_text_field p {
   font-size:14px !important;
}

body.product-vendor-klaaar  .faq-toggle {
  width: 15px !important;
}

body.product-vendor-klaaar  .faq-toggle path { 
  stroke: #1B2D4E !important 
}

}

/* --- WONDR star colors --- */


body.product-vendor-klaaar .stars {
  fill: #d9eeed;
  stroke: none;
}

body.product-vendor-klaaar .filled-star {
  fill: #81cac9 !important;
  stroke: #81cac9 !important;
}

/* half star uses the gradient above */
body.product-vendor-klaaar svg defs linearGradient#half stop:first-child {
  stop-color: #81CAC9 !important;
  offset: 50% !important;
}
body.product-vendor-klaaar svg defs linearGradient#half stop:last-child {
  stop-color: #d8f0fd !important;
  offset: 50% !important;
}

body.product-vendor-klaaar svg.pd-review-star--half stop:nth-of-type(-n+2) {
  stop-color: #81CAC9 !important; /* left half */
}
body.product-vendor-klaaar svg.pd-review-star--half stop:nth-of-type(n+3) {
  stop-color:  #b5e2e1 !important; /* right half */
}
body.product-vendor-klaaar .pd-review-card.center .pd-review-card-stars {
  color: #81CAC9 !important;
}


/* ================================================
   klaaar – USP Icons
   ================================================ */

   .product-vendor-klaaar .vmi__title{
    font-size: 36px  !important;
    font-weight: 700;
    color: #1B2D4E !important;
    font-family:  var(--klaaar-font-family) !important;
  }


  .product-vendor-klaaar .vmi__desc p{
    font-size: 18px  !important;
    font-weight: 400;
    line-height: 1.7;
    font-family:  var(--klaaar-font-family) !important;
    color: #092A51 !important;
  }

   .product-vendor-klaaar .vmi__item-text{
    font-size: 18px  !important;
    line-height: 1.2;
    font-weight: 500;
    color: #1B2D4E !important;
    font-family:  var(--klaaar-font-family) !important;
  }

  @media (max-width: 768px) {
.product-vendor-klaaar .vmi__title{
    font-size: 20px !important;
    font-weight: 500 !important;
  }


  .product-vendor-klaaar .vmi__desc p{
    font-size: 16px  !important;
    font-weight: 400;
  }

   .product-vendor-klaaar .vmi__item-text{
    font-size: 16px  !important;
    font-weight: 500;
  }


  }

  /* ================================================
   klaaar – VMI Section
   ================================================ */

  body.product-vendor-klaaar .how-it-works {
    background-color: #EAF9F8 !important;
  }

  body.product-vendor-klaaar .hiw__title {
    color: #1B2D4E;
    font-family: var(--klaaar-font-family) !important;
    font-weight: 500;
    font-size: 36px;
    line-height: 60px;
    letter-spacing: 0.78px;
    vertical-align: middle;
  }

  body.product-vendor-klaaar .hiw__rte p {
    color: #1B2D4E;
    font-family: var(--klaaar-font-family) !important;
    font-weight: 600;
    font-size: 18px;
    line-height: 42px;
    letter-spacing: 0.78px;
    vertical-align: middle;

  }

@media (max-width: 768px) {
  .hiw__right {
    text-align: left !important;
  }

}

/* Make sure the product card content NEVER has vertical gap */
.product-card--brand-klaaar .product-card__content {
  row-gap: 0 !important;
  gap: 0 !important;        /* covers both axes */
  column-gap: 0 !important; /* extra belt + suspenders */
}

.product-card--brand-klaaar .collectionsubheading p {
  margin-top: 0 !important;
  margin-bottom: 0 !important; /* usually also needed */
}

.product-card--brand-klaaar .add-to-cart-button {
  background-color: #F49873 !important;
  --button-background: #F49873 !important;
  --color-button-background: 244 152 115; /* RGB version */
}
@media (max-width: 768px) {
  .product-card--brand-klaaar .atc-price {
    column-gap: 4px !important;
    gap: 4px !important; /* just in case shorthand is used elsewhere */
  }
}

/* === KLAAAR Mobile PDP Typography === */
@media screen and (max-width: 749px) {
  /* TITLE */
  body.product-vendor-klaaar .mobiletitle {
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    color: #1b2d4e !important;

    font-family: var(--klaaar-font-family) !important;
    font-size: 40px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 0.6px;
    padding: 0 15px 30px;
  }

  /* SUBTITLE */
  body.product-vendor-klaaar .mobiletitlesubtitle {
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    color: #1b2d4e !important;

    font-family: var(--klaaar-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-klaaar .price-and-reviews {
    font-family: var(--klaaar-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-klaaar .secondblock {
    color: #0F4D4C;
    text-align: right;

    font-family: var(--klaaar-font-family);
    font-size: 32px;
    font-weight: 600;
    font-style: normal;
    line-height: 48.46px; /* 151.437% */
    letter-spacing: 1.69px;
  }
}