/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 19:0 Unexpected "<"

**/
<style>
.navbar-sale {display:none !important;}
.pdp-countdown-bar {
  display: flex !important;
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1002;
}
@media (max-width: 989px) {
  body {padding-top: 41px;}
}
.shopify-section-header-sticky {top: 41px !important;}
</style>

/* ── Slider image loading spinner ── */
.product-images-slider .visual-wrapper {
  position: relative;
}
.product-images-slider .visual-wrapper::before {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  width: 32px; height: 32px;
  margin: -16px 0 0 -16px;
  border: 3px solid rgba(42, 37, 82, .12);   /* matches your #2a2552 spinner palette */
  border-top-color: rgba(42, 37, 82, .55);
  border-radius: 50%;
  animation: spinner-rotate .8s linear infinite;  /* reuses your existing keyframes */
  z-index: 0;
}
.product-images-slider .visual-wrapper img {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity .25s ease;
}
.product-images-slider .visual-wrapper img.img-loaded-v2 {
  opacity: 1;
}
.product-images-slider .visual-wrapper:has(img.img-loaded-v2)::before {
  display: none;
}

.product-featured-visuals {background-color: #F4E5DF !important;}

.homepage-slider.arrow {
    background-color: #b04e4e !important;
}

.w-inline-block.cart_button .cta-price-holder {
  /* text-transform: uppercase; */
}

.cta-price-holder-inner {
    background-color: #2a2552!important;
}

@media screen and (min-width: 750px) {
  .section-ingredients .ingredients-w .ingredient:nth-child(n+7) {
    display: none !important;
  }
}

.benefit-txt-w {
  max-width: 350px !important;
}

@media screen and (max-width: 479px) {
    .h2 {
        font-size: 27px !important;
    }
}
@media screen and (max-width: 991px) {
    .p-20 {
        font-size: 17px !important;
    }
}

.cta-sale-price {color: #010101 !important;}
.cta-compare-price {color: #1f1f1f50 !important;}
.cta-price-holder-inner {
  background-color: #ffe3a1 !important;
}