/** Shopify CDN: Minification failed

Line 243:12 Expected ":"

**/
/* ===========================
   BRAUZZ – GLOBAL & TOKENS
   =========================== */

:root {
  /* Product tiles – spacing vars */
  --brauzz-top-spacing: 32px;
  --brauzz-mid-spacing: -3px;
  --brauzz-bottom-spacing: 8px;

  /* Global Brauzz font token */
  --brauzz-font-family: "Filson Pro", sans-serif;

  /* Blue Info Section */
  --ptprs-bg: #D8EFFD;
  --ptprs-text: #342F84;

  /* Variant Block Section */
  --ptprs-variant-bg: #ffffff;
  --ptprs-variant-text: #36bdf7;
  --ptprs-variant-border: #36bdf7;
  --ptprs-variant-hover-bg: #e7f7ff;
  --ptprs-variant-active-bg: #36bdf7;
  --ptprs-variant-active-border: #36bdf7;
  --ptprs-variant-active-text: #ffffff;
  --ptprs-variant-legend: #1a1a3b;

  /* Bulk Quantity Block Section */
  --ptprs-bulkquty-bg: #f5f5f5;
  --ptprs-bulkquty-text: #000000;
  --ptprs-bulkquty-button-bg: #ffffff;
  --ptprs-bulkquty-button-border: #e6e6e6;
  --ptprs-bulkquty-button-hover-bg: #3BB4E7;
  --ptprs-bulkquty-button-hover-border: #000000;
  --ptprs-bulkquty-badge-bg: #ffffff;
  --ptprs-bulkquty-badge-text: #3BB4E7;
  --ptprs-bulkquty-amount-bg: #000000;
  --ptprs-bulkquty-amount-text: #D8EFFD;
  --ptprs-bulkquty-price-original: #999999;
  --ptprs-bulkquty-price-discounted: #000000;
  --ptprs-bulkquty-note-bg: #ffffff;
  --ptprs-bulkquty-note-text: #666666;
  --ptprs-bulkquty-accent: #3bb4e7;
  --ptprs-bulkquty-badge-hover-text: #ffffff;

  /* Reviews Product Unified (.liquid) */
  --prs-bg: #D8EFFD;
  --prs-text: #342F84;
  --prs-card-bg: #342F84;
  --prs-card-text: #D8EFFD;
  --prs-footer-bg: #65C3FF;
  --prs-star: #D8EFFD;
  --prs-arrow-bg: #3db5ec;
  --prs-arrow-hover-bg: #2ca2d8;
  --prs-link: #342F84;

  /* Reviews Unified (.liquid) */
  --dsr-bg: #342f84;
  --dsr-text: #D8EFFD;
  --dsr-heading: #D8EFFD;
  --dsr-subheading: #D8EFFD;
  --dsr-tab: #D8EFFD;
  --dsr-tab-active-text: #434090;
  --dsr-card-bg: #bbe1fa;
  --dsr-card-text: #1b1b1b;
  --dsr-star: #2b9ed8;
  --dsr-star-size: 18px;
  --dsr-footer-text: #1b1b1b;
  --dsr-footer-size: 13px;
  --dsr-border: #aacde8;
  --dsr-verified-bg: #42a5f5;
  --dsr-verified-text: #ffffff;

  /* FAQ Unified (.liquid) */
  --faq-bg: #D8EFFD;
  --faq-text: #22234A;
  --faq-icon: #3bb4e7;
  --faq-icon-active-bg: #342f84;
  --faq-icon-active-color: #ffffff;
  --faq-tab-bg: #ffffff;
  --faq-tab-active-bg: #342f84;
  --faq-tab-text: #000000;
  --faq-border: rgba(0, 0, 0, 0.1);

  /* Info icon + buy button */
  --ptprs-infoicon-bg: #E8F4FF;
  --ptprs-infoicon-text: #1A1A1A;
  --ptprs-buybtn-bg: #434090;

  /* Rating - Half star */
  --star-fill-left: #75B3CB;
--star-fill-right: #D8EFFD;  
}

/* Mobile spacing overrides for product tiles */
@media (max-width: 768px) {
  .product-card--brand-brauzz {
    --brauzz-top-spacing: 12px;
    --brauzz-mid-spacing: -5px;
    --brauzz-bottom-spacing: 4px;
  }
}

/* =======================
   BRAUZZ – FONT FACE
   ======================= */

/* 400 Regular */
@font-face {
  font-family: "Filson Pro";
  src: url("https://cdn.shopify.com/s/files/1/0951/6531/7439/files/FilsonPro-Regular.woff2?v=1764985874")
      format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* 400 Italic */
@font-face {
  font-family: "Filson Pro";
  src: url("https://cdn.shopify.com/s/files/1/0951/6531/7439/files/FilsonPro-RegularItalic.woff2?v=1764985874")
      format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* 700 Bold */
@font-face {
  font-family: "Filson Pro";
  src: url("https://cdn.shopify.com/s/files/1/0951/6531/7439/files/FilsonPro-Bold.woff2?v=1764985873")
      format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Global font usage on Brauzz */
body.brand-brauzz,
body.brand-brauzz h1,
body.brand-brauzz h2,
body.brand-brauzz h3,
body.brand-brauzz h4,
body.brand-brauzz h5,
body.brand-brauzz h6,
body.brand-brauzz p,
body.brand-brauzz a,
body.brand-brauzz button,
body.brand-brauzz input,
body.brand-brauzz textarea {
  font-family: var(--brauzz-font-family) !important;
}

/* Product cards for Brauzz vendor */
.product-card--brand-brauzz,
.product-card--brand-brauzz * {
  font-family: var(--brauzz-font-family) !important;
}

/* =====================
   MOBILE NAV (BRAUZZ)
   ===================== */

.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;
}

.center-button i {
  color: white;
  font-size: 24px;
}

/* =======================================
   BRAUZZ — PRODUCT PAGE TYPOGRAPHY
   ======================================= */

.product-card-heading {
  margin: 0 0 4px;
}

/* PRODUCT TITLE */
body.brand-brauzz .product__title,
.product-card--brand-brauzz .product-card-heading h3 ,
.product-card--brand-brauzz .rec-product-card-heading h3 {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #555B64 !important;
  line-height: 1.1 !important;
  margin: 0;
  font-style
}

/* SUBTITLE */
body.brand-brauzz .product__subtitle,
.product-card--brand-brauzz .subheading p,
.product-card--brand-brauzz .text-block p {
  font-size: 18px !important;
  font-weight: 400 !important;
  color: rgba(85, 91, 100, 0.85) !important;
  line-height: 1.3 !important;
  margin: 0;
}

/* DESCRIPTION BODY */
body.brand-brauzz .product__description p,
body.brand-brauzz .product__description li,
body.brand-brauzz .pdtdesc p {
  font-size: 16px !important;
  line-height: 1.45 !important;
  color: rgba(85, 91, 100, 0.85) !important;
  margin-bottom: 0 !important;
}

/* VARIANT BUTTONS */
body.brand-brauzz .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-brauzz fieldset legend {
  font-size: 14px !important;
  color: #22234A;
  font-weight: 600;
  margin-bottom: 4px !important;
}

/* Rating subtitle */
.product-card--brand-brauzz .rating-inline-subtitle {
  font-family: var(--brauzz-font-family) !important;
  color: rgba(85, 91, 100, 0.85) !important;
  font-size: 16px !important;
  line-height: 1.2;
  margin-top: 3px;
}

.product-card--brand-brauzz .rating-inline-rating span {
 font-family: var(--brauzz-font-family) !important;
}

/* ATC BUTTON TEXT (PDP + collections) */
body.brand-brauzz .add-to-cart-button .add-to-cart-text,
body.brand-brauzz .add-to-cart-button .atc-price span {
  font-family: var(--brauzz-font-family) !important;
  font-size: 20px !important;
  letter-spacing: 0.3px;
  line-height: 1 !important;
  column-gap: 4px;
}

/* ============================
   BRAUZZ – CARD SPACING
   ============================ */

.product-card--brand-brauzz .product-card-heading ,
.product-card--brand-brauzz .rec-product-card-heading {
  margin-top: var(--brauzz-top-spacing) !important;
}

.product-card--brand-brauzz .collectionsubheading p {
  font-family: var(--brauzz-font-family) !important;
}

body.brand-brauzz .rating-inline-rating,
.product-card--brand-brauzz .rating-inline-rating {
  color: #555B64 !important;
}

/* Remove space between heading + subtitle */
.product-card--brand-brauzz .product-card-heading + .product-card-subheading,
.product-card--brand-brauzz .product-card-heading + .text-block {
  margin-top: var(--brauzz-mid-spacing) !important;
}

/* Button pinned at bottom with consistent gap */
.product-card--brand-brauzz .buy-buttons-block {
  margin-top: auto !important;
  padding-top: var(--brauzz-bottom-spacing);
}

/* Cross-brand: keep buttons at bottom */
.product-card--brand-wondr .buy-buttons-block,
.product-card--brand-brauzz .buy-buttons-block {
  margin-top: auto !important;
}

/* ============================
   BRAUZZ – MOBILE PDP & CARDS
   ============================ */

@media (max-width: 768px) {
  /* Titles */
  body.brand-brauzz .product__title,
  .product-card--brand-brauzz .product-card-heading h3 ,
  .product-card--brand-brauzz .rec-product-card-heading h3 {
    font-size: 16px !important;
    line-height: 1.2 !important;
  }

  /* Subtitles */
  body.brand-brauzz .product__subtitle,
  .product-card--brand-brauzz .subheading p,
  .product-card--brand-brauzz .text-block p {
    font-size: 12px !important;
    line-height: 1.3 !important;
  }

  /* Description text */
  body.brand-brauzz .product__description p,
  body.brand-brauzz .product__description li,
  body.brand-brauzz .pdtdesc p {
    font-size: 12px !important;
    line-height: 1.45 !important;
  }

  /* Rating subtitle – keep 16px but you can tweak */
  .product-card--brand-brauzz .rating-inline-subtitle {
    font-size: 12px !important;
    line-height: 1.2 !important;
  }

  /* Mobile ATC sizing */
  .product-card--brand-brauzz .add-to-cart-button.button-secondary {
    padding: 14px 20px !important;
    min-height: 44px !important;
  }

  .product-card--brand-brauzz .add-to-cart-text {
    font-size: 16px !important;
    line-height: 1 !important;
  }

  .product-card--brand-brauzz .add-to-cart-icon svg {
    width: 14px !important;
    height: 14px !important;
  }
}

/* Mobile: ATC price smaller (14px) */
@media (max-width: 768px) {
  .product-card--brand-brauzz .add-to-cart-button.button-secondary .atc-price,
  .product-card--brand-brauzz .add-to-cart-button.button-secondary .atc-price span {
    font-size: 14px !important;
    line-height: 1 !important;
  }
}

/* =========================================
   BRAUZZ – Collection ATC button styling
   ========================================= */

.product-card--brand-brauzz .add-to-cart-button.button-secondary {
  /* Hook into Horizon token system */
  --btn-bg-color: #EFA693;
  --btn-text-color: #ffffff;
  --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: "Filson Pro", sans-serif !important;
}

.product-card--brand-brauzz .add-to-cart-text--added {
    background-color: #EFA693 !important;
    font-family: var(--brauzz-font-family) !important;
    color: #fff;
}

/* Inner layout & typography */
.product-card--brand-brauzz .add-to-cart-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
}

.product-card--brand-brauzz .atc-price {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  font-family: "Filson Pro", sans-serif !important;
}

.product-card--brand-brauzz .atc-price--current {
  color: #ffffff !important;
  font-weight: 700;
}

.product-card--brand-brauzz .atc-price--compare {
  color: rgba(255, 255, 255, 0.7) !important;
  text-decoration: line-through;
  font-weight: 400;
}

/* Icon */
.product-card--brand-brauzz .add-to-cart-icon svg {
  width: 16px;
  height: 16px;
}

.product-card--brand-brauzz .add-to-cart-icon svg path {
  stroke: #ffffff !important;
}

/* =========================
   INGREDIENTS CAROUSEL
   ========================= */

.ingredients-section {
  background-color: #dbf5ff;
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}

.ingredients-section h2 {  
  font-size: 2rem;
  color: #00464E;
  text-align: center;
  margin-bottom: 2rem;
}

/* Carousel Base */
.ingredients-carousel {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-inline: 2rem;
  -webkit-overflow-scrolling: touch;
  scroll-padding-left: 2rem;
}

.ingredients-carousel::-webkit-scrollbar {
  display: none;
}

/* Ingredient Card */
.ingredient-card {
  flex: 0 0 310px;
  background: #fff;
  border-radius: 8.7px;
  overflow: hidden;
  scroll-snap-align: center;  
  transition: transform 0.8s ease, opacity 0.8s ease, filter 1s ease;
}

/* Active center card */
.ingredients-section.animate .ingredient-card.active {
  transform: scale(1.1);
  z-index: 2;
}

/* Image */
.ingredient-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
  border-top-left-radius: 8.7px;
  border-top-right-radius: 8.7px;
}

/* Card Info */
.ingredient-info {
  height: 157px;
  background-color: #D8EFFD;
  text-align: center;
  padding: 1rem;
  border-bottom-left-radius: 8.7px;
  border-bottom-right-radius: 8.7px;
}

.ingredient-info h3 {
  font-size: 1.1rem;
  color: #22234A;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.ingredient-info p {
  font-size: 0.9rem;
  color: #22234A;
  line-height: 1.4;
}

/* Dots Navigation */
.carousel-dots {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
  gap: 0.6rem;
}

.carousel-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 70, 78, 0.25);
  cursor: pointer;
  transition: background 0.3s ease;
}

.carousel-dots button.active {
  background: #22234A;
}

/* Core animation */
.ingredients-section.animate .ingredient-card {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
}

/* Zoom only on desktop */
@media (min-width: 769px) {
  .ingredients-section.animate .ingredient-card.active {
    transform: scale(1.1);
    z-index: 2;
  }
}

/* Remove zoom on mobile */
@media (max-width: 768px) {
  .ingredients-section.animate .ingredient-card.active {
    transform: none;
    z-index: 1;
  }
}

/* Desktop adjustments */
@media (min-width: 1024px) {
  .ingredients-carousel {
    justify-content: center;
    overflow-x: hidden;
  }
}

/* ----- Mobile scroll centering fix ----- */
@media (max-width: 768px) {
  .ingredients-section {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }

  .ingredients-carousel {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 1.2rem;
    padding: 0 1.2rem;
    scroll-padding: 1.2rem;
    -webkit-overflow-scrolling: touch;
  }

  .ingredient-card {
    flex: 0 0 88%;
    margin: 0 auto;
    border-radius: 16px;
    scroll-snap-align: center;
  }

  .ingredient-card img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    display: block;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .ingredient-info {
    padding: 1.4rem;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }

  .ingredient-info h3 {
    font-size: 1rem;
  }

  .ingredient-info p {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .carousel-dots {
    margin-top: 1rem;
  }
}

/* =========================
   MISC / COMPONENTS
   ========================= */

.mobiletitletop {
  margin-bottom: -25px !important;
  font-family: var(--brauzz-font-family) !important;
  color: #22234A;
}

.subheading > p,
.subheadingn > p,
.pdtdesc > p,
.buttontext {
  font-family: var(--brauzz-font-family) !important;
  color: #22234A;
}

.ingredients-section h2,
.ingredient-info h3,
.ingredient-info p {
  font-family: var(--brauzz-font-family) !important;
}

.product__pickup-availabilities {
  display: none;
}

.stars {
  fill: #3BB4E7;
  stroke: #3BB4E7;
}

.category-buttons button {
  background: #434090;
}

.verified {
  background-color: #3BB4E7;
  color: #D8EFFD;
}

.faq-search {
  border: 1px solid #0000;
}

.faq-search input::placeholder {
  color: #434090;
}

.faq-search-icon {
  fill: #434090;
}

.plantb-rec {
  background: #D8EFFD;
  border-radius: 20px;
  --product-card-gap: 22px;
}

/* ======================================
   BRAUZZ – Remove left padding on ratings
   ====================================== */
.product-card--brand-brauzz .rating-inline-wrapper {
  padding-left: 0 !important;
}

.product-card--brand-brauzz .rating-inline-subtitle {
  padding-left: 0 !important;
}
.product-card--brand-brauzz .text-block,
.product-card--brand-brauzz .text-block p {
  --padding-inline-start: 0px !important;
  --padding-inline-end: 0px !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

/* ============================================
   BRAUZZ – 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-brauzz .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-brauzz .add-to-cart-button.button-secondary .add-to-cart-text {
    gap: 6px !important;      /* default is ~16px, way too big */
    padding-left: 4px !important;
    padding-right: 4px !important;
    justify-content: space-between !important;
  }

  /* Pull the icon closer */
  .product-card--brand-brauzz .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-brauzz .add-to-cart-button.button-secondary .add-to-cart-icon svg {
    width: 12px !important;
    height: 12px !important;
  }
}
/* ============================================
   BRAUZZ – Reduce ATC button padding on mobile
   ============================================ */
@media (max-width: 768px) {
  .product-card--brand-brauzz .add-to-cart-button.button-secondary {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

/* PDP title + subtitle – BRAUZZ */
body.product-vendor-brauzz .producttitle,
body.product-vendor-brauzz .producttitle h1 {
  font-family: var(--brauzz-font-family) !important;
  text-transform: capitalize;
  font-size: 36px;
}

body.product-vendor-brauzz .productsubheading,
body.product-vendor-brauzz .productsubheading h2 {
  font-family: var(--brauzz-font-family) !important;
   font-size: 22px;
}

/* Mobile PDP title + subtitle – BRAUZZ */
@media screen and (max-width: 749px) {
  body.product-vendor-brauzz .mobiletitle {
    font-family: var(--brauzz-font-family)!important;
    font-size: 36px;
    font-weight: 700;
    padding: 0 15px 40px;
    color: #555B64;
  }

  body.product-vendor-brauzz .mobiletitlesubtitle {
    font-family: var(--brauzz-font-family)!important;
    font-size: 22px;
    padding: 0px 20px 0px;
    color: #555B64;
    margin-top: 16px;
  }
}


/* =======================
   Product Info / PDP bits
   ======================= */


body.product-vendor-brauzz .mobiletitletop {
  margin-bottom: -25px !important;
}

body.product-vendor-brauz  .subheading > p,
body.product-vendor-brauzz .subheadingn > p,
body.product-vendor-brauzz .pdtdesc > p,
body.product-vendor-brauzz .buttontext {
  font-family: var(--brauzz-font-family) !important;
}

.pdtdesc > p {
  color: #A94841;
}

body.product-vendor-brauzz  .product__pickup-availabilities {
  display: none;
}

body.product-vendor-brauzz  .product-description__toggle {
  left: -4px;
  top: -22px;
}

body.product-vendor-brauzz  .text-block {
  font-size: 20px;
  font-family: var(--brauzz-font-family) !important;
}

body.product-vendor-brauzz .text-block>* {    
    font-family: var(--brauzz-font-family);
    max-width: 100%;
    padding-left:0px;
    padding-right:4px;
}

body.product-vendor-brauzz .product-description__text {
    background: #fff6ed;
    padding: 22px;
    font-size:20px !important;
    border-radius: 12px;
    color: #555B64;
    font-family: var(--brauzz-font-family) !important;
}

body.product-vendor-brauzz .product-description__text p{
   
    font-family: var(--brauzz-font-family) !important;
}

body.product-vendor-brauzz .product-description__text h3{
    font-weight:600 !important;
    font-size:24px !important;
    font-family: var(--brauzz-font-family) !important;
}

/* =======================
   Product Discover 
   ======================= */
body.product-vendor-brauzz .product-discover-slider {
  background: #FFF6ED;
}

/* =======================
   UGC Section
   ======================= */

body.product-vendor-brauzz .ugc-section {
  max-width: 100%;
}

body.product-vendor-brauzz .splide::after { 
  /*background-image: url(https://wondr.brauzz.eu/cdn/shop/files/3e1cdc083d2b85c77c368863e1378a30499440e7_5eed11a6-755c-4cf8-9f82-21001df9f9f5.png?v=1765205721) !important;*/
  background:none;
}

body.product-vendor-brauzz .mainwrapper {
  background: #fff !important;
  margin-bottom: 90px;
  margin-top: 90px;
}

body.product-vendor-brauzz .h3title {
  margin-bottom: 5px;
  color: #555B64 !important;
  font-family: var(--brauzz-font-family) !important;
  font-size:24px !important;
}

body.product-vendor-brauzz .username {  
  color: #555B64 !important;
  font-weight: 400;
  font-size:16px;
}

body.product-vendor-brauzz .pdescri {  
  color:  #555B64 !important;
  font-size:16px
}

body.product-vendor-brauzz .btntxt {  
  color: #FFFFFF;
  background: #75B3CB !important;
  border-radius: 30px !important;
  font-size:18px;
  padding: 0.8rem 2rem !important;
}

body.product-vendor-brauzz .splide__pagination__page {
  background:#bad9e5  !important;
}

body.product-vendor-brauzz .splide__pagination__page.is-active {
  background: #75B3CB !important;
}

body.product-vendor-brauzz .custom-cursor {
  background:#75B3CB !important;
}

@media (max-width: 768px) { 
  body.product-vendor-brauzz .btntxt {
    padding: 0.8rem 2rem !important;
  }
  body.product-vendor-brauzz .mainwrapper {
    margin-bottom: 30px !important;
}
}


/* =======================
   Collection grid
   ======================= */
.product-card {
  height: 85% !important;
}

.collectiongrid > .product-card {
  height: 100% !important;
}

ul.collection-grid {
  padding: 15px;
  gap: 70px 27px ;
}

.collection-grid p.mobile-title {
  font-size: 28px;
  font-weight: 700;
  font-family: var(--brauzz-font-family) !important;
  color: #555B64 !important;
  margin-top: 6px;
  padding-inline: 4px;
  line-height: normal;
}

.collectionsubheading > p {
  font-size: 28px;
  font-weight: 400;
  font-family: var(--brauzz-font-family);
  font-style: italic;
  color: #3f7170 !important;
  padding-inline: 4px;
  line-height: normal;
}

.collectionaddtocart {
  margin-top: 8px;
}

.procollectionlist .add-to-cart-button.brand-brauzz .add-to-cart-text {
  justify-content: space-between !important;
}

/* =======================
   Rating styles
   ======================= */
.rating-inline-star {
  fill: #008F85;
  stroke: #008F85;
}

.product-card--brand-brauzz .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(--brauzz-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(--brauzz-font-family) !important;
  color: #a94841;
}

.plantb-rec > .text-block .price {
  font-family: var(--brauzz-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(--brauzz-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(--brauzz-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-brauzz .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-brauzz .rating-inline-value {
font-size: 1.25rem;
    font-weight: 500; color: #555B64;
}

.product-card--brand-brauzz .product-card-heading h3, .product-card--brand-brauzz .rec-product-card-heading h3 {
  color: #555B64 !important;
    font-family: var(--brauzz-font-family) !important;
    font-size: 20px;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: .6px !important;
    margin: 0;
}


/* =======================
   Brauzz – PDP Description Points
   ======================= */

/* Background + radius (accordion items + simple card) */
body.product-vendor-brauzz .description-point,
body.product-vendor-brauzz .description-card {
  background: #FCECE9;
  border-radius: 10px;
}

/* Text styling */
body.product-vendor-brauzz .description-point-content,
body.product-vendor-brauzz .description-card-text {
  color: #555B64;
  font-family: var(--brauzz-font-family) !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

body.product-vendor-brauzz .description-point-content {
  color: #555B64;
  font-family: var(--brauzz-font-family) !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

body.product-vendor-brauzz .productdescription {
  color: #555B64;
  font-family: var(--brauzz-font-family) !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

body.product-vendor-brauzz .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='%23efa693' /></svg>") no-repeat center / contain;
}

body.product-vendor-brauzz  .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='%23efa693' /></svg>") no-repeat center / contain;
}

@media screen and (max-width: 749px) {
body.product-vendor-brauzz .description-card-text {
  font-size: 16px !important;
}

body.product-vendor-brauzz .description-points--card .description-card {
    padding: 20px 15px !important;
}

body.product-vendor-brauzz span.add-to-cart-text__content {
    font-size: 18px !important;
    font-weight: 600 !important;
    }

}
/* === brauzz – PDP desktop rating count ("23 reviews") === */

body.product-vendor-brauzz .rating-wrapper .rating-count.paragraph {
  color: #555B64 !important;
  font-family: var(--brauzz-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-brauzz .secondblock {
  color: #555B64;
  font-family: var(--brauzz-font-family) !important;
}

@media screen and (max-width: 749px) {

body.product-vendor-brauzz .secondblock {
  font-size: 28px !important;
    font-weight: 500 !important;
}
}

/* PDP title + subtitle – brauzz */
body.product-vendor-brauzz .producttitle,
body.product-vendor-brauzz .producttitle h1 {
  font-family: var(--brauzz-font-family) !important;
  text-transform: capitalize;
  color: #555B64 !important;
}

body.product-vendor-brauzz .productsubheading,
body.product-vendor-brauzz .productsubheading h2 {
  font-family: var(--brauzz-font-family) !important;
    color: #555B64 !important;
}

body.product-vendor-brauzz .add-to-cart-text--added {
  background-color: #EF7F76;
  font-family: var(--brauzz-font-family) !important;
  font-size: 15px;
  color: white;
}

body.product-vendor-brauzz .producttitle p {
  font-size:36px !important;
  color :  #555B64 !important;
  text-align: left !important;
  font-family: var(--brauzz-font-family) !important;
}

@media screen and (max-width: 749px) {
body.product-vendor-brauzz .producttitle p {
  font-size:24px !important;
  color :  #555B64 !important;
  text-align: center !important;
  font-family: var(--brauzz-font-family) !important;
}

body.product-vendor-brauzz .rating-wrapper {
  display:block !important;
}


}

/* =======================
   brauzz – Variant picker (mobile)
   ======================= */
@media screen and (max-width: 749px) {

  /* Legend text */
  body.product-vendor-brauzz .variant-option--buttons legend {
    color: #555B64;
    text-align: left;
    font-family: var(--brauzz-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-brauzz .variant-option--buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  /* Base button (non-active state) */
  body.product-vendor-brauzz .variant-option__button-label {
    border-radius: 15px;
    border: 1.5px solid #75B3CB;
    background: transparent;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;

    padding: 10px 16px;
    min-width: 48%;

    font-family: var(--brauzz-font-family);
    cursor: pointer;
  }

  

  /* Ensure the internal layout is horizontal: name + price */
  body.product-vendor-brauzz .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-brauzz .variant-option__button-label__value {
    color: #75B3CB;
    font-family: var(--brauzz-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-brauzz .variant-option__button-label__price {
    color: #75B3CB;
    text-align: right;
    font-family: var(--brauzz-font-family) !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px; /* 77.778% */
  }

  /* Active/selected state */
  body.product-vendor-brauzz .variant-option__button-label:has(:checked) {
    border-radius: 15px;
    border: 1.5px solid #75B3CB;
    background: #75B3CB;
  }

  body.product-vendor-brauzz .variant-option__button-label:has(:checked)
  .variant-option__button-label__value,
  body.product-vendor-brauzz .variant-option__button-label:has(:checked)
  .variant-option__button-label__price {
    color: #FFF;
  }

  /* Kill the moving pill background visual for brauzz (we control bg ourselves) */
  body.product-vendor-brauzz .variant-option__button-label__pill {
    background: transparent !important;
  }
}

/* ============================================
   brauzz Variant Picker — Desktop (≥750px)
============================================ */
@media screen and (min-width: 750px) {

  /* Legend (title of the variant group) */
  body.product-vendor-brauzz .variant-option--buttons legend {
    color: #555b64 !important;
    font-family: var(--brauzz-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-brauzz .variant-option__button-label {
    border-radius: 15px !important;
    border: 2px solid #75B3CB !important;
    background: transparent !important;
    color: #75B3CB !important;
    font-family: var(--brauzz-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 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    min-width: 180px !important;
  }

  /* Active button */
  body.product-vendor-brauzz .variant-option__button-label:has(:checked) {
    background: #75B3CB !important;
    border-color: #75B3CB !important;
    color: #FFF !important;
  }

  /* Variant name inside button */
  body.product-vendor-brauzz .variant-option__button-label__value {
    font-family: var(--brauzz-font-family) !important;
    font-size: 14px !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-brauzz .variant-option__button-label__price {
    font-family: var(--brauzz-font-family) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 18px !important;
  }

  /* Price color when active */
  body.product-vendor-brauzz .variant-option__button-label:has(:checked) .variant-option__button-label__price {
    color: #FFF !important;
  }

  /* Price color when inactive */
  body.product-vendor-brauzz .variant-option__button-label:not(:has(:checked)) .variant-option__button-label__price {
    color: #75B3CB !important;
  }
}

/* Kill Dawn's extra pill borders for brauzz variant buttons */
body.product-vendor-brauzz .variant-option__button-label::before,
body.product-vendor-brauzz .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;
}


/* ================================
   brauzz – Bulk quantity block
   ================================ */

  body.product-vendor-brauzz .qty-discount-title {
    color: #555B64;
    text-align: left;
    font-family: var(--brauzz-font-family);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    margin-bottom: 8px;
  }

  body.product-vendor-brauzz .bulk-quantity-container{
    margin-top: 27px;
    padding-top: 0px;
  }

  @media (max-width: 480px) {
    body.product-vendor-brauzz .bulk-quantity-container{
      margin-top: 0px!important;
      padding-top: 0px;
    }
  }

/* ---- base buttons ---- */

body.product-vendor-brauzz .bulk-add-to-cart-button {
  border: 1.5px solid #555B64;
  background: #FFFFFF;
  border-radius: 15px; /* small cards */
  font-family: var(--brauzz-font-family) !important;
  color: #555B64;
  text-transform: none;
  min-height: 100px;
}

/* Force small cards to behave as column layout and remove top padding */
body.product-vendor-brauzz 
  .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-brauzz .bulk-add-to-cart-button.has-feature-badge {
  border-radius: 10px;
}

/* active state */
body.product-vendor-brauzz .bulk-add-to-cart-button.selected {
  background: #188D85;
  border-color: #188D85;
  color: #FFFFFF;
}

/* ---- main label + price ---- */

body.product-vendor-brauzz
  .bulk-add-to-cart-button
  .product-amount,
body.product-vendor-brauzz
  .bulk-add-to-cart-button
  .discounted-price,
body.product-vendor-brauzz
  .bulk-add-to-cart-button
  .discounted-price__value {
  font-family: var(--brauzz-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-brauzz
  .bulk-add-to-cart-button
  .discounted-price {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 2px;
}

/* "€ 8,95" */
body.product-vendor-brauzz
  .bulk-add-to-cart-button
  .discounted-price__value {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

/* "/stuk" */
body.product-vendor-brauzz
  .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-brauzz
  .bulk-add-to-cart-button
  .bulk-total-price {
  font-family: var(--brauzz-font-family) !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #555B64;
}

body.product-vendor-brauzz
  .bulk-add-to-cart-button.selected
  .bulk-total-price {
  color: #FFFFFF;
}

/* ---- discount badge (-5%, -10%) ---- */

body.product-vendor-brauzz
  .bulk-add-to-cart-button
  .discount-badge {
  border-radius: 10px;
  background: #FEEDDA;
  padding: 6px 14px;
  font-family: var(--brauzz-font-family) !important;
  font-size: 24px;
  font-weight: 600;
  line-height: 20px; /* 83.333% */
  color: #555B64;
  text-align: center;
  margin-top: 8px;
}

/* keep badge text dark on active card */
body.product-vendor-brauzz
  .bulk-add-to-cart-button.selected
  .discount-badge {
  color: #555B64;
}

/* ---- "Meest gekozen" left badge ---- */

body.product-vendor-brauzz .bulk-feature-badge {
  border-radius: 10px 10px 0 0;
  background: #FEEDDA;
  font-family: var(--brauzz-font-family) !important;
  font-size: 22px;
  font-weight: 500;
  line-height: 17px; /* 77.273% */
  color: #555B64;
  text-align: center;
}

/* ensure text on the big green card is white */
body.product-vendor-brauzz
  .bulk-add-to-cart-button.has-feature-badge.selected
  .product-amount,
body.product-vendor-brauzz
  .bulk-add-to-cart-button.has-feature-badge.selected
  .bulk-total-price,
body.product-vendor-brauzz
  .bulk-add-to-cart-button.has-feature-badge.selected
  .discounted-price__value,
body.product-vendor-brauzz
  .bulk-add-to-cart-button.has-feature-badge.selected
  .discounted-price__per {
  color: #FFFFFF;
}

/* ================================================
   brauzz – PDP Main Add to Cart Button (Desktop)
   ================================================ */

body.product-vendor-brauzz .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(--brauzz-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-brauzz .main-add-to-cart:hover {
  background: #C96A72; /* optional hover */
}

/* ================================================
   brauzz – PDP Main Add to Cart Button (Desktop)
   ================================================ */

body.product-vendor-brauzz .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(--brauzz-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;
}

/* ================================================
   brauzz – PDP Add to Cart Button (Mobile)
   ================================================ */
@media screen and (max-width: 749px) {
  body.product-vendor-brauzz .main-add-to-cart {
    height: 50px !important;
    border-radius: 10px !important;

    /* Typography */
    color: #FFF !important;
    text-align: center !important;
    font-family: var(--brauzz-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-brauzz .add-to-cart-button {
    height:44px !important;
  }
  body.product-vendor-brauzz .resource-list--grid {
    gap: 30px 12px !important;
  }
  
}

body.product-vendor-brauzz .add-to-cart-button {
    background-color: #EFA693 !important;
    width: 100% !important;
    font-family: var(--brauzz-font-family) !important;    
    border-radius: 12px !important;
    color: #ffffff;
    height:60px;
    opacity: 1 !important;
}

/* ================================================
   brauzz – Info Icons
   ================================================ */

.product-form-buttons.spacing-style {
  padding-top:0px !important;
  padding-bottom:0px !important;
}

body.product-vendor-brauzz .ai-three-column-grid {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 100px !important;
    flex-wrap: nowrap;
}

body.product-vendor-brauzz .ai-three-column-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 200px;
    gap: 0px !important;
}

body.product-vendor-brauzz .ai-three-column {
    background-color: #FCECE9  !important;
    border-radius: 20px;
    padding: 20px 20px;
    text-align: center;
    margin-top: -18px;
    padding-top: 38px !important;
}

body.product-vendor-brauzz .ai-three-column-text {
    color: #555B64;
    font-family: var(--brauzz-font-family) !important;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    width: 100%;
}

body.product-vendor-brauzz .ai-three-column-svg svg, body.product-vendor-brauzz .ai-three-column-image {
    width: 100%;
    height: 100%;
    stroke: #555B64  !important;
    stroke-width: 1.8px;
    fill: none !important;
    display: block;
    object-fit: contain;
}

body.product-vendor-brauzz .ai-three-column-svg svg path,
    body.product-vendor-brauzz .ai-three-column-svg svg line,
    body.product-vendor-brauzz .ai-three-column-svg svg circle,
    body.product-vendor-brauzz .ai-three-column-svg svg rect,
    body.product-vendor-brauzz .ai-three-column-svg svg polyline {
      stroke:  #555B64 !important;
    }

@media (max-width: 768px) {

body.product-vendor-brauzz .ai-three-column-grid {
          justify-content: space-between !important;
        align-items: center !important;
        gap: 10px !important;
        flex-wrap: nowrap !important;

}

body.product-vendor-brauzz .ai-three-column-text {
  font-size: 12px  !important;
    font-weight: 400  !important;
    line-height: 1  !important;
    margin-top: 5px;
}

}


/* ================================================
   brauzz – Accordina ( Active/Collapse )
   ================================================ */


body.product-vendor-brauzz summary.details__header {
    font-size: 18px !important;
    color: #75B3CB;
    font-family: var(--brauzz-font-family) !important;
}  

body.product-vendor-brauzz .details-content p {
    min-width: 100%;
    font-size: 16px;
    color: #75B3CB  !important;
    font-family: var(--brauzz-font-family) !important;
}

.details-content ul li {
  min-width: 100%;
  font-size: 16px;
  color: #75B3CB  !important;
  font-family: var(--brauzz-font-family) !important;
}

.details-content .text-block ul li span {
  font-family: var(--brauzz-font-family) !important;
}
.details-content .text-block ul {
  padding-left: 0;
  list-style-position: inside;
}

body.product-vendor-brauzz  .accordion--dividers accordion-custom:first-child .details {
  border-block-start: 2px solid #75B3CB !important;
}

body.product-vendor-brauzz  .accordion--dividers accordion-custom:last-child .details {
  border-block-end: 2px solid #75B3CB !important; 
}

body.product-vendor-brauzz .details {
  padding: 10px;
  padding-left: 0px;
  padding-right: 0px;
}

body.product-vendor-brauzz .details__icon {
  stroke: #75B3CB !important;
}

/* ================================================
   brauzz – Ingredients-Section
   ================================================ */

body.product-vendor-brauzz .wondr-ingredients-section  {
  background: #DBF5FF !important;
}

body.product-vendor-brauzz .wondr-title {
  font-family: var(--brauzz-font-family) !important;
  font-size:40px !important;
  color: #F39780 !important;
}

body.product-vendor-brauzz .wondr-subtitle {
  font-family: var(--brauzz-font-family) !important;
  font-size:22px !important;
  color: #555B64 !important;
}

body.product-vendor-brauzz .wondr-content {
  font-family: var(--brauzz-font-family) !important;
  font-size:16px !important;
  color: #555B64 !important;
}

body.product-vendor-brauzz .wondr-content h3 {
  font-family: var(--brauzz-font-family) !important;
  font-size:30px !important;
  color: #555B64 !important;
}

body.product-vendor-brauzz .wondr-dot.active {
    opacity: 1;
    transform: scale(1.3);
    background: #3BB4E7 !important;
}

body.product-vendor-brauzz .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-brauzz {
  height:100% !important;
}

@media (max-width: 768px) {

  body.product-vendor-brauzz .wondr-ingredients-section {
    padding-top: 30px !important;
    padding-bottom: 80px;
  }
body.product-vendor-brauzz .wondr-title {
  font-size: 30px !important;
}
body.product-vendor-brauzz .wondr-subtitle {
  font-size: 20px !important;
}

body.product-vendor-brauzz .wondr-content h3 {
    font-size: 22px !important;
}

body.product-vendor-brauzz .wondr-content p {
    font-size: 14px !important;
}

 
}

/* ================================================
   Brauzz – Product-Reviews
   ================================================ */

body.product-vendor-brauzz .pd-review-card-content {
  background-color: #FCECE9 !important;
}

body.product-vendor-brauzz .pd-review-slider-heading {
font-family: var(--brauzz-font-family) !important;
color: #F39780 !important;
font-weight: 500 !important;
font-size: 40px !important;
text-align: center;
vertical-align: middle;
text-transform: none !important;
}

body.product-vendor-brauzz .pd-review-card-name {
font-family: var(--brauzz-font-family) !important;
font-weight: 500 !important;
font-style: Medium;
font-size: 22px !important;
text-align: center;
vertical-align: middle;
color: #EFA693 !important;
}

body.product-vendor-brauzz .pd-review-card-date {
  font-family: var(--brauzz-font-family) !important;
 font-weight: 400 !important;
 font-size: 18px !important;
 color: #EFA693 !important;
}

body.product-vendor-brauzz .pd-review-card-text {
 font-family: var(--brauzz-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-brauzz .pd-review-card-footer  {
  background-color: #EFA693 !important;
  font-family: var(--brauzz-font-family) !important;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px !important;
}


body.product-vendor-brauzz .pd-review-card-footer svg path:nth-of-type(2) {
  stroke: #f5c9be !important;
}


body.product-vendor-brauzz .pd-review-star {
  color: #f5c9be; /* not filled */
}

body.product-vendor-brauzz .pd-review-star--filled {
  color: #EFA693 /* filled */
}

/* Optional – small alignment tweak if needed */
body.product-vendor-brauzz .pd-review-card-stars svg {
  vertical-align: middle;
  margin-right: 2px;
}

body.product-vendor-brauzz .pd-review-slider-section {  
  padding-left:20px !important;
  padding-right:20px !important;
}

body.product-vendor-brauzz .pd-review-slider-dot.active {
    background: #EFA693;
    transform: scale(1.2);
}

body.product-vendor-brauzz .pd-review-slider-dot {
    background: #f5c9be;
 
}
  @media (max-width: 768px) {

body.product-vendor-brauzz .pd-review-slider-heading {
    font-family: var(--brauzz-font-family) !important;
    color: #F39780 !important;
    font-weight: 500 !important;
    font-size: 28px !important;
    text-transform: none !important;
}

body.product-vendor-brauzz .pd-review-card-text {
  font-size: 14px !important;
}

body.product-vendor-brauzz .pd-review-star--filled {
  color: #EFA693 !important;
}

  }



/* ================================================
   Brauzz – FAQ-Section
   ================================================ */
body.product-vendor-brauzz .faq-section {
  background-color: #DBF5FF !important;
}
body.product-vendor-brauzz .faq-toggle ,
body.product-vendor-brauzz .faq-item.active .faq-toggle {
  stroke: #3BB4E7 !important;
}

body.product-vendor-brauzz .faq-heading {
font-family: var(--brauzz-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-brauzz .faq-tabs button.active {
background-color: #3BB4E7 !important;
font-family: var(--brauzz-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-brauzz .faq-tabs button {
background-color: white !important;
font-family: var(--brauzz-font-family) !important;
font-weight: 400 !important;
color: #3BB4E7 !important;
font-size: 22px !important;
border-radius:40px !important;
padding: 10px 30px !important;
text-align: center;
vertical-align: middle;
border: 1px solid #3BB4E7;
}


body.product-vendor-brauzz .faq-question {
font-family: var(--brauzz-font-family) !important;
font-weight: 400 !important;
font-size: 16px !important;
color: #555B64 !important;
}


body.product-vendor-brauzz .metafield-rich_text_field {
  font-family: var(--brauzz-font-family) !important;
font-weight: 400 !important;
font-size: 22px !important;
color: #555B64 !important;
}

body.product-vendor-brauzz .faq-question .iconquestion span {
  font-family: var(--brauzz-font-family) !important;
}

body.product-vendor-brauzz .faq-answer p {
  font-family: var(--brauzz-font-family) !important;

}



body.product-vendor-brauzz .see-more {
font-family: var(--brauzz-font-family) !important;
font-weight: 400 !important;
font-size: 22px !important;
color: #555B64 !important;
display:none;
}

.faq-search {
  display:none;
}

.faq-item {
    padding: 33px 0;    
} 

@media (max-width: 768px) {
body.product-vendor-brauzz .faq-section {
padding-top: 30px;
}

body.product-vendor-brauzz .faq-heading  {
  color: #555B64 !important;
    font-weight: 500 !important;
    font-size: 34px !important;
    text-transform:none !important;
}

body.product-vendor-brauzz .faq-tabs button.active {
  font-size:14px !important;
}
body.product-vendor-brauzz .faq-tabs button  {
   font-size:14px !important;
}

body.product-vendor-brauzz .faq-question {
   font-size:14px !important;
}

body.product-vendor-brauzz .metafield-rich_text_field p {
   font-size:14px !important;
}

body.product-vendor-brauzz  .faq-toggle {
  width: 15px !important;
}

body.product-vendor-brauzz  .faq-toggle path { 
  stroke: #3BB4E7 !important 
}
}

/* --- WONDR star colors --- */


body.product-vendor-brauzz .stars {
  fill: #d9eeed;
  stroke: none;
}

body.product-vendor-brauzz .filled-star {
  fill: #75B3CB !important;
  stroke: #75B3CB !important;
}

/* half star uses the gradient above */
body.product-vendor-brauzz svg defs linearGradient#half stop:first-child {
  stop-color: #EFA693 !important;
  offset: 50% !important;
}
body.product-vendor-brauzz svg defs linearGradient#half stop:last-child {
  stop-color: #e6bdb3 !important;
  offset: 50% !important;
}

body.product-vendor-brauzz svg.pd-review-star--half stop:nth-of-type(-n+2) {
  stop-color: #EFA693 !important; /* left half */
}
body.product-vendor-brauzz svg.pd-review-star--half stop:nth-of-type(n+3) {
  stop-color:  #e6bdb3 !important; /* right half */
}
body.product-vendor-brauzz .pd-review-card.center .pd-review-card-stars {
  color: #EFA693 !important;
}

/* ================================================
   brauzz – USP Icons
   ================================================ */

   .product-vendor-brauzz .vmi__title{
    font-size: 36px  !important;
    font-weight: 700;
    color: #F39780 !important;
    font-family:  var(--brauzz-font-family) !important;
  }


  .product-vendor-brauzz .vmi__desc p{
    font-size: 18px  !important;
    font-weight: 400;
    line-height: 1.7;
    font-family:  var(--brauzz-font-family) !important;
    color: #555B64 !important;
  }

   .product-vendor-brauzz .vmi__item-text{
    font-size: 18px  !important;
    line-height: 1.2;
    font-weight: 500;
    color: #555B64 !important;
    font-family:  var(--brauzz-font-family) !important;
  }

  @media (max-width: 768px) {
.product-vendor-brauzz .vmi__title{
    font-size: 24px !important;
    font-weight: 500 !important;
  }


  .product-vendor-brauzz .vmi__desc p{
    font-size: 16px  !important;
    font-weight: 400;
  }

   .product-vendor-brauzz .vmi__item-text{
    font-size: 16px  !important;
    font-weight: 500;
  }


  }

/* =========================================================
   BRAUZZ — FIX PRODUCT CARD CTA COLOR + SPACING IMPROVEMENTS
   Paste near END of Brauzz CSS so it overrides everything.
========================================================= */

/* 1) Ensure product card content never adds mystery gaps */
.product-card--brand-brauzz .product-card__content {
  gap: 0 !important;
  row-gap: 0 !important;
  column-gap: 0 !important;
}

/* Remove default margins that often reintroduce spacing */
.product-card--brand-brauzz .collectionsubheading p {
  margin: 0 !important;
}
.product-card--brand-brauzz .product-card-heading { margin: 0 0 4px; }

/* 2) Collection ATC button: FORCE the theme token set (fixes blue) */
.product-card--brand-brauzz .add-to-cart-button.button-secondary,
.product-card--brand-brauzz .add-to-cart-button {
  /* Actual background (belt) */
  background-color: #EFA693 !important;

  /* Theme tokens (suspenders) */
  --btn-bg-color: #EFA693;
  --btn-text-color: #ffffff;
  --btn-radius: 999px;
  --button-border-color: transparent;

  /* Dawn/Horizon token variants */
  --button-background: #EFA693 !important;
  --color-button-background: 239 166 147; /* rgb */
  --button-text-color: #ffffff !important;
  --color-button-text: 255 255 255;

  width: 100%;
  min-height: 45px;
  padding: 16px 28px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border: none !important;
  opacity: 1 !important;
  font-family: var(--brauzz-font-family) !important;
  color: #fff !important;
}

/* 3) Inner ATC layout: consistent spacing + no wrap chaos */
.product-card--brand-brauzz .add-to-cart-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  gap: 6px; /* tighter default */
}

.product-card--brand-brauzz .atc-price {
  display: inline-flex;
  align-items: baseline;
  gap: 4px; /* desktop default */
  column-gap: 4px;
}

.product-card--brand-brauzz .atc-price--current {
  color: #fff !important;
  font-weight: 700;
}
.product-card--brand-brauzz .atc-price--compare {
  color: rgba(255,255,255,.7) !important;
  text-decoration: line-through;
  font-weight: 400;
}

/* Ensure icon always stays white */
.product-card--brand-brauzz .add-to-cart-icon svg { width: 16px; height: 16px; }
.product-card--brand-brauzz .add-to-cart-icon svg path { stroke: #fff !important; }

/* 4) Added state: keep same Brauzz CTA color */
.product-card--brand-brauzz .add-to-cart-text--added {
  background-color: #EFA693 !important;
  color: #fff !important;
}

/* 5) Mobile: smaller padding + smaller type + tighter price gap */
@media (max-width: 768px) {
  .product-card--brand-brauzz .add-to-cart-button.button-secondary,
  .product-card--brand-brauzz .add-to-cart-button {
    min-height: 44px !important;
    padding: 14px 16px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .product-card--brand-brauzz .add-to-cart-text {
    font-size: 16px !important;
    line-height: 1 !important;
  }

  .product-card--brand-brauzz .atc-price {
    gap: 4px !important;
    column-gap: 4px !important;
  }

  .product-card--brand-brauzz .add-to-cart-button .atc-price,
  .product-card--brand-brauzz .add-to-cart-button .atc-price span {
    font-size: 14px !important;
    line-height: 1 !important;
  }
}

/* 6) Small phones: compact layout (gap + icon shrink) */
@media (max-width: 480px) {
  .product-card--brand-brauzz .add-to-cart-text {
    gap: 6px !important;
    padding-inline: 4px !important;
  }

  .product-card--brand-brauzz .add-to-cart-icon {
    margin-left: 2px !important;
    margin-right: 0 !important;
  }

  .product-card--brand-brauzz .add-to-cart-icon svg {
    width: 12px !important;
    height: 12px !important;
  }
}
