/** Shopify CDN: Minification failed

Line 1289:0 Unexpected "}"

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