/** Shopify CDN: Minification failed

Line 166:12 Expected identifier but found whitespace
Line 166:29 Unexpected "{"
Line 166:38 Expected ":"
Line 166:57 Expected ":"
Line 2447:14 Expected identifier but found whitespace
Line 2447:16 Unexpected "{"
Line 2447:25 Expected ":"
Line 2447:60 Expected ":"

**/
 /* /////////////////////////////////////single product page////////////// */
 .product_gallery_info {
    display: flex !important;
    flex-direction: row-reverse;
}
a.button.button--primary, .button {
    /* min-width: unset !important;
    min-height: unset !important; */
    background: linear-gradient(90deg, #f9c6ce, #f2a9c9);
    cursor: pointer;
    padding: 8px 18px;
    border-radius: 12px;
    color: #f8f4f8;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
    text-align: center;
    line-height: 24px;
}
.product_gallery_info .thumbnail-slider.slider-mobile-gutter{
    width: 20%;
}
.product_gallery_info .slider-mobile-gutter {
  width: 80%;
}
.product_gallery_info .slider-button{
  display:none !important;
}
.product_gallery_info .thumbnail-list{
  /* flex-direction:column; */
  flex-wrap:wrap !important;
  height:300px;
}
.product_gallery_info .thumbnail-list__item {
    width:100% !important;
}

.product_gallery_info .thumbnail-list__item .thumbnail {
  border-radius:15px;
}
.product_gallery_info .product__media{
 border-radius:15px;
}
.product_gallery_info .thumbnail-list__item:before {
    content: unset !important;
}
.multicolumn-card .multicolumn-card__image-wrapper{
    background: linear-gradient(90deg, #f9c6ce, #f2a9c9);
    border-radius: 100px;
    border: 2px solid #000;
}
.multicolumn__title p{
  font-size: 20px;
}
 /* /////////////////////////////product --drawer__g---/////////// */
 .drawer__inner {
    width: 62rem !important;
}
h2.drawer__heading {
    display: none;
}
quantity-input.quantity.cart-quantity {
    border-radius: 40px;
    border: 2px solid #efa8c6;
}
.quantity:before, .quantity:after{
  content: unset;
}
.quantity__button .svg-wrapper {
    width: 20px;
    pointer-events: none;
    height: 20px;
    color: #fff;
    background: #efa8c6;
    fill: #fff;
    border-radius: 50%;
}
.drawer__footer {
    border-top: 2px solid #efa8c6 !IMPORTANT;
}
button#CartDrawer-Checkout {
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
}
.quantity__button .svg-wrapper svg{
    padding:2px;
}
.drawer__upsell-product {
    margin-bottom: 17px;
    background: #efa8c673;
    border-radius: 20px;
}
.drawer__upsell-product .card__inner.color-scheme-2.gradient.ratio {
    width: 150px;
}
.drawer__upsell-product .card__information {
    padding: 0px 0px 10px 0px;
    text-align: left;
}
.drawer__upsell-product .card-information {
    text-align: left;
}
.drawer__upsell-product .quick-add__submit {
    padding: 10px 15px;
    min-width: auto;
    box-sizing: border-box;
    width: auto;
    min-height: auto;
}
.drawer__upsell-heading {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 25px;
}
.custom-progress-bar.cart-shipping__wrapper {
    padding: 15px 0px !important;
    width: 100%;
}
.cart-drawer .cart-items thead {
    display: none;
}
cart-drawer-items {
    border-top: 1px dotted #dddedc;
    border-bottom: 1px dotted #dddedc;
}
.product-option {
    display: none;
}
.cart-drawer .drawer__cart-items-wrapper {
    flex-grow: 1;
    margin: 0;
    padding: 0 1rem 1rem;
    list-style: none;
    overflow: auto;
    height: 130px;
}
 /* /////////////////////////////product --drawer__g---/////////// */
h2.collapsible-content__heading.inline-richtext.h1 {
    font-size: 42px;
    line-height: 48px;
}
.accordion__title {
  font-family: 'Barlow-Bold';
}
h2.contact-heading {
    font-size: 72px;
    margin: 0px;
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-scroll {{ section.settings.speed }}s linear infinite;
}
 
.marquee-item {
  display: flex;
  gap:30px;
  align-items: center;
  white-space: nowrap;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgb(var(--color-foreground));
  padding-right: 40px;
}
.content-for-layout .marquee-item {
  font-size: 26px;
}
.marquee-item svg{width:20px;height:20px;}
 
/* default direction */
@keyframes marquee-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.real-results__mobile{display:none;}
/* ===== BASE ===== */
.real-results {
  text-align: center;
}


.real-results__heading {
  font-size: 42px;
  line-height:48px;
  font-weight: 700;
}


.real-results__subheading {
  margin-top: 12px;
  font-size: 16px;
  opacity: .8;
}


/* ===== DESKTOP GRID ===== */
.real-results__grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}


.real-card {
  border: 2px solid #000;
  border-radius: 24px;
  overflow: hidden;
}


.real-card__image img {
  width: 100%;
  height:240px;
  display: block;
}


.real-card__bottom {
   padding: 16px 8px;
    border-top: 0px solid #000;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
}
span.header__active-menu-item {
    text-decoration: none;
}
.header__menu-item:hover span{
    text-decoration: none;
}
.multicolumn__title {
    max-width: 66%;
    margin: 0px auto 20px;
}
.multicolumn__title h2{
    font-size: 42px;
    line-height: 48px;
}
 .multicolumn-card__info {
    padding: 10px 15px !important;
    font-family: 'Barlow-Bold';
}
.multicolumn-card__info h4{
    font-family: 'Barlow-Bold';
    text-transform: uppercase;
}

/* ===== TICK ===== */
.tick-icon {
  width: 26px;
  height: 26px;
  border: 1px solid #efa6c8;
  border-radius: 50%;
  background:#f17bad;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tick-icon svg {
  width: 22px;
  height: 22px;
}
.tick-icon svg path{
 stroke:#fff;
}
/* ===== HEADING ===== */
.ingredients-heading {
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
  margin-top: 0px;
}

.ingredients-divider {
  height: 2px;
  background: currentColor;
  margin-bottom: 32px;
}

/* ===== CARD ===== */
.ingredient-card {
  border: 2px solid currentColor;
  border-radius: 22px;
  padding: 19px;
  display: flex;
  flex-direction: column;
  background: transparent;
  padding-bottom:0px;
}

.ingredient-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.ingredient-text {
  font-size: 14px;
  line-height: 1.6;
}

.ingredient-image {
  margin-top: auto;
}

.ingredient-image img {
    width: 100%;
    height: auto;
    display: block;
    width: 100%;
    max-width: 65%;
    margin-top: 0px;
    margin-left: 42%;
    margin-bottom: -6px;
}
.swiper-button-next, .swiper-button-prev{
    display: none !important;
}
/* ===== SWIPER ===== */
.ingredients-section .swiper {
  padding-bottom: 48px;
}

.ingredients-section .swiper-slide {
  height: auto;
}

/* dots */
.ingredients-section .swiper-pagination-bullet {
  background: currentColor;
  opacity: 0.3;
}

.ingredients-section .swiper-pagination-bullet-active {
  opacity: 1;
}

/* arrows */
.ingredients-section .swiper-button-prev,
.ingredients-section .swiper-button-next {
  color: currentColor;
}

/* ===============================
   CUSTOM DOTS + ARROWS DESIGN
================================ */

/* Center controls */
.ingredients-section .swiper-pagination {
  position: relative;
  margin-top: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

/* DOTS */
.ingredients-section .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid currentColor;
  opacity: 1;
}

.ingredients-section .swiper-pagination-bullet-active {
  background: currentColor;
}

/* ARROWS CONTAINER */
.ingredients-section .swiper-button-prev,
.ingredients-section .swiper-button-next {
  width: auto;
  height: auto;
  color: currentColor;
  top: auto;
  bottom: -4px;
}
.footer__content-bottom-wrapper--center {
    justify-content: unset !important;
}

/* REMOVE DEFAULT CIRCLE */
.ingredients-section .swiper-button-prev::after,
.ingredients-section .swiper-button-next::after {
  font-size: 20px;
  font-weight: 700;
}

/* POSITIONING */
.ingredients-section .swiper-button-prev {
  left: calc(50% - 60px);
}

.ingredients-section .swiper-button-next {
  right: calc(50% - 60px);
}

/* ===== WRAPPER ===== */
.leave-out {
  border: 2px solid #000;
  border-radius: 40px;
  padding: 21px;
  display: flex;
  background:#fff;
}

/* ===== LEFT ===== */
.leave-out__title {
  font-size: 42px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 16px;
    margin-top: 0px;
    color: #000;
}

.leave-out__text {
      font-size: 18px;
    margin-bottom: 25px;
    line-height: 22px;
    color: #000;
}

.leave-out__btn {
  background: linear-gradient(90deg, #f9c6ce, #f2a9c9);
    cursor: pointer;
    padding: 8px 18px;
    border-radius: 12px;
    color: #f8f4f8;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
    text-align: center;
    font-family: 'SilverEditorial';
    text-decoration:none;
}
.leave-out_left{
  max-width: 40%;
    padding: 1.8055vw 16px 1.8055vw 26px;
    text-align: left;
    flex-shrink: 0;
}
/* ===== RIGHT (BLACK BOX) ===== */
.leave-out__box {
  background: #000;
  width:60%;
  color: #fff;
  border-radius: 36px;
  padding: 48px;
}

.leave-out__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 48px;
}

.leave-out__item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 600;
}

.leave-out__item.strike {
  text-decoration: line-through;
  opacity: .9;
}
.related-products .product-grid .grid__item .card__media{
  background: linear-gradient(90deg, #f9c6ce, #f2a9c9);
  border-radius: 12px;
}
.related-products__heading {
    text-align: center;
    font-size: 42px;
    line-height: 48px;
}


/* ================================
   ANSWERS TO QUESTIONS – FAQ
================================ */

.answers-faq {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 50px;
  align-items: flex-start;
}

/* LEFT CONTENT */
.answers-faq__heading {
      font-size: 42px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 32px;
    margin-top: 0px;
}

.answers-faq__button {
      background: linear-gradient(90deg, #f9c6ce, #f2a9c9);
    cursor: pointer;
    padding: 8px 18px;
    border-radius: 12px;
    color: #f8f4f8;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
    text-align: center;
    font-family: 'SilverEditorial';
    text-decoration:none;
}

/* FAQ ITEMS */
.answers-faq__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.faq-item {
  border: 2px solid currentColor;
  border-radius: 999px;
  padding: 10px 25px;
  cursor: pointer;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
}

.faq-icon {
  font-size: 22px;
  line-height: 1;
}

.faq-answer {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.5;
  display: none;
  max-width: 520px;
}

/* ACTIVE STATE */
.faq-item.active {
  border-radius: 36px;
}

.faq-item.active .faq-answer {
  display: block;
}
/* =================================
   STICKY IMAGE WITH SCROLLING TEXT
================================= */

.sticky-text-wrapper {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: flex-start;
}

/* LEFT CONTENT */
.sticky-text__content h2 {
font-size: 52px;
    line-height: 58px;
    font-weight: 700;
    margin-bottom: 48px;
}

.sticky-text__block {
  margin-bottom: 48px;
}

.sticky-text__block h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 0px;
}
.sticky-text__block h4{
  margin-top: 8px;
}
.sticky-text__block p {
  font-size: 16px;
  line-height: 1.6;
  max-width: 520px;
  opacity: 0.9;
}

/* RIGHT IMAGE */
.sticky-text__image {
  position: sticky;
  top: 120px;
}

.sticky-text__image img {
  width: 100%;
  height:auto;
  margin-left: auto;
}
.Mainproduct_grid .grid__item{
position: sticky;
    top: 30px;
    height: 100%;
}
/* ================================
   MOBILE
================================ */
/* MOBILE TWEAK */
/* //////////////////////button///////////////// */
a.button {
    font-family: SilverEditorial;
    text-transform: capitalize;
    background: linear-gradient(90deg, #f9c6ce, #f2a9c9);
    border-radius: 9px;
}
/* ///////////////Save Subscribe////////////// */
.buy-more-products .card__inner{
  width: 200px;
  height: 200px;
  background: linear-gradient(90deg, #f9c6ce, #f2a9c9);
  margin: 0px auto;
}
/* ===== SECTION BASE ===== */
.image-text-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* ===== BACKGROUND IMAGE ===== */
.image-text-banner__bg {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 520px;
}

.image-text-banner__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===== TEXT OVERLAY ===== */
.image-text-banner__content {
    position: absolute;
    top: 50%;
    left: 6vw;
    transform: translateY(-50%);
    max-width: 50%;
    z-index: 2;
    padding: 40px;
}

.image-text-banner__eyebrow {
    font-size: 18px;
    letter-spacing: .14em;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: BarlowBlack, sans-serif;
}

.image-text-banner__heading {
     font-size: 42px;
  line-height:48px;
    line-height: 1.2;
    font-family: BarlowBlack, sans-serif;
    font-weight: 500;
    margin-top: 0px;
}

/* ===== SLIDER BASE ===== */
.hero-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero-track {
  display: flex;
  transition: transform 0.7s ease;
}

.hero-slide {
  min-width: 100%;
  position: relative;
}

/* ===== BACKGROUND IMAGE ===== */
.hero-bg {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 520px;
  overflow: hidden;
}

.hero-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===== TEXT OVERLAY ===== */
.hero-content {
  position: absolute;
  top: 50%;
  left: 6vw;
  transform: translateY(-50%);
  max-width: 460px;
  z-index: 3;
  pointer-events: none;
}

.hero-content a {
  pointer-events: auto;
  background: linear-gradient(90deg, #f9c6ce, #f2a9c9);
    cursor: pointer;
    padding: 8px 18px;
    border-radius: 12px;
    color: #f8f4f8;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
    text-align: center;
    display:unset;
}

.hero-eyebrow {
  font-size: 13px;
  letter-spacing: .14em;
  color:#000;
  text-transform:uppercase;
  font-family: 'BarlowBlack', sans-serif;
    font-weight: 700;
    
}

.hero-heading {
  font-size: 44px;
  line-height: 1.15;
  margin-bottom: 24px;
  margin-top: 10px;
    font-family: 'BarlowBlack', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

/* ===== HOVER ZONES ===== */
.hover-zone {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 4;
  cursor: pointer;
}
.hover-zone.left { left: 0;display:block!important; }
.hover-zone.right { right: 0;display:block!important; }

/* ===== ARROW (CURSOR FOLLOW) ===== */
.hero-arrow {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  z-index: 5;
  transition: opacity .15s ease;
}

.hero-arrow.show {
  opacity: 1;
}

/* ===== DOTS ===== */
.hero-dots {
  position: absolute;
  right: 32px;
  bottom: 32px;
  display: flex;
  gap: 8px;
  z-index: 5;
}

.hero-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(0,0,0,.35);
  border: none;
}
.hero-dot.active {
  background: #000;
}

.tabbed-shelf__tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}

 h2.h1.center.tabbed-heading {
         font-size: 42px;
  line-height:48px;
        font-family: 'BarlowBlack', sans-serif;
        margin-bottom: 0px;
        font-weight: 600;
    }

.tabbed-shelf__subheading {
  margin-top: 8px;
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
  font-family: 'Barlow-Bold';
  font-weight: 600;
  color: #000;
}

.tabbed-shelf__tab {
  background: linear-gradient(90deg, #f9c6ce, #f2a9c9);
  cursor: pointer;
    padding: 8px 18px;
    border-radius: 12px;
    color: #f8f4f8;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
    text-align: center;
}

/* .tabbed-shelf__tab.active {
  background: rgba(var(--color-foreground), 0.05);
} */

.tabbed-shelf__panel {
  display: none;
  margin-top: 40px;
}

.tabbed-shelf__panel.active {
  display: block;
}

.tabbed-shelf__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.image-icons {
    display: flex;
    gap: 40px;
    align-items: center;
}
.image-icons__text .h1{
    font-family: BarlowBlack, sans-serif;
    font-weight:600;
    margin-top: 0px;
     font-size: 42px;
  line-height:48px;
}
.image-icons__text p{
    font-family: 'Barlow';
    margin-top: 0px;
    color:#3e3e3e;
}
.image-icons__icon span{
  color:#3e3e3e;
}
  .image-icons__eyebrow {
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-family: BarlowBlack, sans-serif;
  }

  .image-icons__text {
    max-width: 520px;
  }

  .image-icons__icons {
    margin-top: 32px;
  }

  .image-icons__icon {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 0;
    width:60%;
    border-bottom: 1px solid rgba(var(--color-foreground), 0.1);
  }

  .image-icons__icon img {
    width: 32px;
    height: auto;
  }

  .image-icons__image img {
    width: 100%;
    height: auto;
    display: block;
  }

/* =====================
  LAYOUT
===================== */
.image-icon-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  padding: 50px 0px;
}


/* ===== SECTION LAYOUT ===== */
.press-quote {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 100%;
  gap: 6vw;
  padding-left: 6vw;
  padding-right: 6vw;
}

/* ===== LEFT IMAGE ===== */
.press-quote__image {
  max-width: 520px;
}

.press-quote__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 999px; /* OVAL */
}

/* ===== RIGHT CONTENT ===== */
.press-quote__content {
  max-width: 520px;
}

.press-quote__brand {
  font-size: 42px;
    letter-spacing: .25em;
    margin-bottom: 20px;
    font-family: BarlowBlack, sans-serif;
    font-weight: 800;
    color: #000;
}

.press-quote__quote {
  font-size: 42px;
  line-height:48px;
    line-height: 1.3;
    margin-bottom: 32px;
    margin-bottom: 20px;
    font-family: Barlow, sans-serif;
    color: #000;
}

.press-quote__divider {
  width: 32px;
  height: 2px;
  background: currentColor;
  margin-bottom: 16px;
}

.press-quote__caption {
    font-size: 18px;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-family: BarlowBlack, sans-serif;
    font-weight: 700;
    color: #000;
}
h2.rich-text__heading.rte.inline-richtext.h1.scroll-trigger.animate--slide-in {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 0px;
    font-family: BarlowBlack, sans-serif;
}
.rich-text__text h5 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0px;
    font-family: BarlowBlack, sans-serif;
}
.rich-text__text p {
    font-size: 16px;
    font-weight: 500;
    margin-top: 0px;
    font-family: Barlow, sans-serif;
}
.rich-text__buttons a{
  font-size: 14px;
    font-weight: 500;
    margin-top: 0;
    font-family: Barlow, sans-serif;
    border: 1px solid;
    border-radius: 9px;
}
.bundle-instructions__content p{
  font-size: 13px;
    margin: 0px;
}
/* =====================
  LEFT IMAGE
===================== */
.image-icon-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* =====================
  RIGHT CONTENT
===================== */
.image-icon-content h2 {
   font-size: 42px;
  line-height:48px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 12px;
  font-family: BarlowBlack, sans-serif;

}

.image-icon-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 28px;
  font-family: Barlow, sans-serif;
}

/* =====================
  ICON GRID
===================== */
.icon-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.icon-item {
  display: flex;
  gap: 12px;
  align-items: center;
}

.icon-item img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.icon-item-text {
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  font-family: 'Barlow';
}

.footer-block--newsletter .newsletter-form {
    margin-left: 0px;
}
.footer-block__newsletter {
    text-align: center;
    flex-grow: 1;
    max-width: 29.4444vw;
}
/* .image-product-layout {
    display: flex;
    gap:20px;
}
.image-product-layout__image {
    width: 50%;
}
.image-product-layout__image img{
    width: 100%;
    height: auto;
} */
/* MAIN LAYOUT */
.image-product-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
/* LEFT IMAGE */
.image-product-layout__image img {
  width: 100%;
  height: auto;
  display: block;
}
 
/* RIGHT PRODUCTS */
.image-product-layout__products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  align-content: start;
}
.image-product-layout__image {
    position: sticky;
    top: 0;
    max-height: 100vh;
    overflow:hidden;
}
.image-text-banner {
    margin-top: 50px;
}

.buy-more-wrapper {
  border: 2px solid currentColor;
  border-radius: 28px;
  padding: 48px;
}

.buy-more-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 40px;
  align-items: center;
}


.buy-more-heading {
    font-size: 42px;
    line-height: 48px;
}

.buy-more-products .card__inner{border-radius:100px !important;}

/* 
.contact-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 64px;
  align-items: center;
} */
h2.contact-heading {
    text-align: center;
}
.contact-left {
    text-align: center;
}
.contact-left h2 {
  font-size: 72px;
  line-height: 1;
  margin-bottom: 16px;
}

.contact-underline {
  width: 260px;
  height: 12px;
  background: #B8FF63;
  border-radius: 999px;
  margin-bottom: 32px;
}

.contact-left p {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 20px;
  margin-top: 10px;
}

.contact-social ul {
  gap: 10px;
}

.contact-social a {
  width: 48px;
  height: 48px;
  border: 2px solid #f2aac9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-social svg path{
fill:#f2aac9;
}

.contact-right {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.contact-card {
    border: 2px solid currentColor;
    border-radius: 35px;
    padding: 20px 40px;
    text-align: center;
}

.contact-card h3 {
  font-size: 20px;
  margin: 0px;
  font-family: 'Barlow-Bold';
}

.contact-card p {
  font-size: 16px;
  line-height: 1.6;
  margin:0;
}

.contact-btn {
  border: 2px solid currentColor;
  border-radius: 999px;
  padding: 18px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background: transparent;
  border-radius:40px !important;
}

.reviews-section {
  overflow: hidden;
}

.reviews-layout {
  display: grid;
    grid-template-columns: 291px 1fr;
    gap: 36px;
}

.reviews-left h2 {
  font-size: 72px;
  line-height: 1;
  margin-bottom: 24px;
  margin:0px;
}
.reviews-left .button {
  margin-top: 24px;
}

.review-slider {
  min-width: 0;
}

.review-card {
  border: 2px solid currentColor;
  border-radius: 28px;
  height: 100%;
  box-sizing: border-box;
  min-height: 500px;
}
.review-slider .swiper-horizontal {
    touch-action: pan-y;
    padding-bottom: 60px;
}
.review-product {
  font-size:32px; 
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  padding: 18px;
  border-bottom: 2px solid currentColor;
}
.review_innerDiv {
    padding: 18px;
}
.review-stars {
  color: #efa9c8;
  font-size: 18px;
}

.review-title {
  font-weight: 700;
  font-size: 18px;
  line-height:24px;
  margin-bottom: 12px;
}

.review-text {
  font-size: 13px;
    line-height: 22px;
}

/* =============================
   SWIPER CONTROLS
============================= */

.reviews-section .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.reviews-section .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  background: transparent;
  opacity: 1;
}

.reviews-section .swiper-pagination-bullet-active {
  background: currentColor;
}

.reviews-section .swiper-button-prev,
.reviews-section .swiper-button-next {
  color: currentColor;
  bottom: 0;
  top: auto;
}

.reviews-section .swiper-button-prev {
  left: calc(50% - 60px);
}

.reviews-section .swiper-button-next {
  right: calc(50% - 60px);
}

.benefits-sec-heading {
  font-size: 42px;
    line-height: 48px;
  font-weight: 600;
}

.amb-table {
  /* border: 2px solid #000; */
  /* border-radius: 28px; */
  overflow: hidden;
  /* background: #f7f3f8; */
}

.amb-table__row {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr;
  gap:20px;
}

.amb-table__cell {
  padding: 18px 22px;
    display: flex;
    align-items: center;
    background-color:#fff0f1;
    border-top: 0;
    border-bottom: 2px solid #f2aac9;
    border-left: 2px solid #f2aac9;
    border-right: 2px solid #f2aac9;
}
.amb-table__row:last-of-type .amb-table__cell {
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: 28px;
}
.amb-table__cell:nth-of-type(n+2), amb-table__cell:nth-of-type(n+2) {
    justify-content: center;
}
.amb-table__header {
  /* background: #000; */
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  gap:20px;
}

.amb-table__header .amb-table__cell {
      border-top: none;
    background-color: #f2aac9;
    border-radius: 28px 28px 0px 0px;
}

.amb-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
}

.amb-icon.check { background: #c8f58a; }
.amb-icon.cross { background: #ff5a4d; }

.mobile-only { display: none; }
.desktop-only { display: inline-block; }


.card__heading {
    font-size: 16px;
}
.subscription-benefits-block {
  margin-top: 2rem;
}

.subscription-benefits__heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 22px;
}

.subscription-benefits__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0px;
}

.subscription-benefits__item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.subscription-benefits__icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.subscription-benefits__text {
  font-size: 14px;
  line-height: 1.5;
}

.subscription-benefits__footer {
  margin-top: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height:20px;
}

.bundle-wrapper {
  border: 2px solid #efa8c6;
  border-radius: 32px;
  padding: 30px;
}

.bundle-heading {
  font-size: 25px;
  margin-bottom: 20px;
  margin-top:0px;
  color:#efa8c6;
}

.bundle-products {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.bundle-product {
  border: 2px solid #efa8c6;
  border-radius: 20px;
  padding: 16px;
  width: 120px;
  text-align: center;
}

.bundle-product img {
  width: 100%;
  height: auto;
}

.bundle-plus {
  font-size: 28px;
  font-weight: 700;
  display: none;
}

.bundle-price {
  font-size: 20px;
  margin-bottom: 10px;
  color:#efa8c6;
}

.bundle-price s {
  opacity: 0.5;
  margin-right: 8px;
}

.bundle-button {
  display: inline-block;
  padding: 14px 36px;
  border-radius: 999px;
  background: #fff;
  color: #efa8c6;
  font-weight: 600;
  border: none;
  cursor: pointer;
  margin-bottom: 20px;
  border:2px solid #efa8c6;
}

.bundle-checkbox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  color:#efa8c6;
}

.bundle-checkbox label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.left_block_footer {
    width: 69%;
}
.right_block_footer {
    width: 30%;
    display:flex;
    flex-wrap: wrap;
}
.site-footer__fda {
    width: 100%;
    padding: 15px;
    border: 2px solid #000;
    border-radius: 20px;
    margin-top: 25px;
}
.newsletter-form__field-wrapper .field:before, .newsletter-form__field-wrapper .field:after{
    content: unset;
}
.newsletter-form__field-wrapper label.field__label {
    color: #efa8c6;
}
.newsletter-form__field-wrapper .field__input {
    padding-right: 5rem;
    border-radius: 48px;
    border: 2px solid #efa8c6;
    background: #fff;
}
.newsletter-form__field-wrapper button {
    border-radius: 0px 0px 48px;
    border-left: 2px solid #efa8c6;
    height: 45px;
    color:#efa8c6;
}
h2.footer-block__heading.inline-richtext {
    color: #efa8c6;
}
.right_block_footer a.link.link--text.list-menu__item.list-menu__item--link {
    color: #cda6ce;
}
.footer__copyright.caption {
    text-align: left;
    color: #cda6ce;
}
.list-social {
    justify-content: unset !important;
}
.list-social li a svg{
  color:#efa8c6;
}
.newsletter-form__button {
    top: 1px !important;
}
.footer__copyright.caption {
    text-align: left;
}
.site-footer__fda p {
    font-size: 12px;
    margin: 0px;
    line-height: 17px;
}
.grid__item.footer-block--newsletter.scroll-trigger.animate--slide-in {
    width: 100%;
    justify-content: left;
    flex-direction: column;
}
.footer__content-bottom-wrapper {
    padding-left: 0px;
}
.footer__content-bottom.scroll-trigger.animate--slide-in.scroll-trigger--offscreen {
    display: none;
}
.footer__content-top {
    padding-bottom: 0rem !important;
}
 .how-to-tape {
  background: #fff1f5;
  padding: 40px 16px;
  text-align: center;
}

.how-to-tape__heading {
  font-size: 22px;
  font-weight: 700;
  color: #f38fb3;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.how-to-tape__card {
  background: #ffffff;
  border-radius: 18px;
  padding: 16px;
}

.how-to-tape__card img {
  width: 100%;
  border-radius: 14px;
  display: block;
}

.how-to-tape__step {
  margin-top: 14px;
  padding: 12px;
  border: 1.5px solid #f7a1be;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 500;
  color: #f16c9b;
  background: #fff;
}

.how-to-tape__pagination {
  margin-top: 14px;
}

.how-to-tape__pagination .swiper-pagination-bullet {
  background: #f3b2c7;
  opacity: 1;
}

.how-to-tape__pagination .swiper-pagination-bullet-active {
  background: #f16c9b;
}
.slider-button {
    display: none;
}

.why-choose-us__label {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.6;
}

.why-choose-us__heading {
  font-size: 42px;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0;
}

.why-choose-us__text {
  font-size: 16px;
}
/* .why-choose-us__icon {
    text-align: center;
}

.why-choose-us__feature-content {
    text-align: center;
} */
/* GRID */
.why-choose-us__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  /* align-items: center; */
}

/* IMAGE */
.why-choose-us__image img {
  width: 100%;
  height:auto;
  border-radius: 24px;
}

/* FEATURES */
.why-choose-us__features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.why-choose-us__icon img{
  width:30px;
  height:auto;
}

.why-choose-us__feature {
  padding: 18px;
  border-radius: 16px;
  background:#FBF9F9;
  border:1px solid #EEE6E7;
}

.why-choose-us__feature h4 {
  font-size: 15px;
  margin-bottom: 6px;
}

.why-choose-us__feature p {
  font-size: 14px;
  opacity: 0.8;
}

.text-content__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

/* IMAGE */
.text-content__image img {
  width: 100%;
  height: auto;
  border-radius: 24px;
}

/* CARD */
.text-content__card {
  background: #ffffff;
  border: 2px solid #f6a7c1;
  border-radius: 24px;
  padding: 28px 22px;
  max-width: 420px;
}

.text-content__heading {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 12px;
}

.text-content__description {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.75);
}

/* LIST */
.text-content__list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.text-content__item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 500;
}

.text-content__icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #f6a7c1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f6a7c1;
  font-size: 12px;
  flex-shrink: 0;
}

.text-content__footer {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.7);
}
.product-form__submit {
    background: #fff !IMPORTANT;
    color: #efa8c6 !IMPORTANT;
    border: 2px solid #efa8c6;
}
h2.collapsible-content__heading.inline-richtext.h1 {
    color: #efa8c6;
}

/* MOBILE */
@media (max-width: 749px) {
  .subscription-benefits__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
    .real-results__heading {
    font-size: 28px;
  }

  .real-results__grid {
    display: none;
  }

  .real-results__mobile {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .real-mobile-row {
    border: 2px solid #000;
    border-radius: 999px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 600;
    text-align: left;
  }
    .reviews-left h2 {
    font-size: 26px;
    line-height:32px;
  }
  .review-product {
    font-size: 26px;
    line-height:32px;
}
  .why-choose-us__heading {
    font-size: 32px;
  }

  .why-choose-us__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .why-choose-us__features {
    grid-template-columns: 1fr 1fr;
  }
   .text-content__wrapper {
    grid-template-columns: 1fr;
  }

  .text-content__image {
    display: none;
  }

  .text-content__card {
    margin: 0 auto;
  }
}
.footer-block--newsletter h2{ 
  font-size: 42px;
  line-height:48px;
  text-align:left;
  color: #efa8c6;
}
.grid__item.footer-block--newsletter.scroll-trigger.animate--slide-in {
    margin-top: 0;
}

.accordion.content-container{border-radius:12px;}
.product__info-wrapper.grid__item.scroll-trigger.animate--slide-in {
    /* background: #f8f4f8; */
    /* padding: 35px 35px 35px 35px; */
    /* border: 1px solid #000; */
    /* border-radius: 12px; */
}
.product__info-container {
    /* background-color: #f7f1f9; */
    border: 2px solid #efa8c6;
    border-radius: 32px;
    margin-bottom: 30px;
    padding: 30px;
}
.product-form__submit,
.shopify-payment-button__button{
    background: #000;
    color: #fff;
}

@media (min-width: 990px) {
  .image-product-layout {
    gap: 48px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/* ===== MOBILE ===== */
@media (max-width: 989px) {
  .press-quote {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .press-quote__quote {
    font-size: 26px;
    line-height: 32px;
  }

  .press-quote__brand {
    font-size: 24px;
  }
  .image-text-banner__content {
   left: 24px;
        right: 24px;
        max-width: 100%;
        padding: 0px 20px;
  }

  .image-text-banner__heading {
    font-size: 26px;
    line-height: 32px;
  }

  .image-text-banner__bg {
    height: 100%;
    min-height: 350px;
  }

  .image-icon-layout {
    grid-template-columns: 1fr 1fr;
    gap: 70px;
  }
  /* IMAGE HEIGHT FIX */
  .hero-bg {
    height: auto;
    min-height: unset;
  }

  .hero-bg img {
    position: relative;
    height: auto;
    object-fit: contain;
  }

  /* TEXT COMES BELOW IMAGE */
  .hero-content {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    max-width: 100%;
    margin-top: 20px;
    padding: 0 20px 24px;
    pointer-events: auto;
  }

  .hero-eyebrow {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .hero-heading {
    font-size: 28px;
    line-height: 1.25;
    margin-bottom: 16px;
  }

  .hero-content .button {
    width: 60%;
    text-align: center;
  }

  /* HIDE DESKTOP INTERACTIONS */
  .hover-zone,
  .hero-arrow {
    display: none !important;
  }

  /* DOTS CENTERED */
  .hero-dots {
    right: 50%;
    transform: translateX(50%);
    bottom: 0px;
  }
    .buy-more-grid {
    grid-template-columns: 1fr;
  }
   .buy-more-products {
    grid-template-columns: repeat(2, 1fr);
  }
    .reviews-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
    .contact-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media screen and (max-width: 749px) {
  .image-icons__image img {
    border-radius: 0%;
}
    .tabbed-shelf__tab {
        flex: auto;
        white-space: nowrap;
        background: linear-gradient(90deg, #f9c6ce, #f2a9c9);
        border-radius: 9px;
        font-size: 12px;
        font-family: 'BarlowBlack', sans-serif;
    }
    .card__heading {
        font-size: 13px;
        font-family: 'BarlowBlack', sans-serif;
        text-transform: uppercase;
        font-weight: 700;
    }
    .card-information {
        font-size: 12px;
        font-family: 'BarlowBlack', sans-serif;
        text-transform: uppercase;
        font-weight: 700
    }
    h2.h1.center.tabbed-heading {
    font-size: 26px;
    line-height: 32px;
    }

  .tabbed-shelf__subheading {
    font-size: 13px;
  }

  .tabbed-shelf__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
    .tabbed-shelf__panel {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .tabbed-shelf__grid {
    display: flex;
    gap: 16px;
    padding-bottom: 10px;
  }

  .tabbed-shelf__grid > * {
    min-width: 80%;
    flex: 0 0 80%;
  }

  /* smooth scroll + hide scrollbar */
  .tabbed-shelf__panel::-webkit-scrollbar {
    display: none;
  }
  .tabbed-shelf__panel {
    scrollbar-width: none;
  }
   .tabbed-shelf__tabs {
    justify-content: flex-start;
    overflow-x: auto;
    gap: 14px;
    padding: 0 16px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }


  /* Hide scrollbar */
  .tabbed-shelf__tabs::-webkit-scrollbar {
    display: none;
  }
  .tabbed-shelf__tabs {
    scrollbar-width: none;
  }
  .image-icons {
      grid-template-columns: auto;
      gap: 20px;
    }
    .image-icons__text {
    max-width: 100%;
    order: 2;
}
.image-icon-content h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .icon-grid {
    grid-template-columns: 1fr;
  }
  .image-icons__text .h1{
      font-size: 26px;
      line-height: 32px;
      margin-bottom: 10px;
}
.image-icons__icons {
    margin-top: 10px;
    margin-bottom:30px;
  }
  .image-icons {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .image-icons__image {
    width: 100%;
}
.image-product-layout__image {
    position: unset;
    top: 0;
    max-height: 100%;
}
.image-icons__icon {
    padding: 10px 0;
    width: 100%;
}
.image-icon-layout {
    grid-template-columns: auto;
    gap: 0px;
}
.image-product-layout__products {
    display: flex;
    overflow: scroll;
  }
  .grid__item_products {
    width: 100%;
    min-width: 270px;
}
.image-text-banner__eyebrow {
    font-size: 13px;
    margin-bottom: 4px;
}
h2.rich-text__heading.rte.inline-richtext.h1.scroll-trigger.animate--slide-in {
    font-size: 28px;
}
.rich-text__text h5 {
    font-size: 18px;
}
.rich-text__text p {
    font-size: 14px;
    margin-top: 8px;
}
.rich-text__buttons a {
    font-size: 12px;
}
.rich-text__buttons.scroll-trigger.animate--slide-in {
    justify-content: center;
}
/* .footer__content-top {
    display: flex!important;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    padding: 0px !IMPORTANT;
}
.section-sections--20814716240100__footer-padding {
    padding-top: 0px !important; 
}
.footer-block__newsletter {
    padding: 0 20px;
    text-align:left;
}
.footer-block--newsletter.scroll-trigger.animate--slide-in {
    width: 100%;
    position: unset;
}
.footer-block__newsletter h2.footer-block__heading.inline-richtext {
    
    text-align: left;
}
.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet.scroll-trigger.animate--slide-in {
    width: 100%;
    padding: 20px;
} */

.footer-block.grid__item.footer-block--menu.scroll-trigger.animate--slide-in {
    width: 100%;
}
.footer-block--newsletter h2 {
     font-size: 42px;
  line-height:48px;
    text-align: left;
}
.footer__list-social.list-social, .footer__follow-on-shop, .footer-block__newsletter {
    justify-content: flex-start;
}
.footer-block__newsletter {
    max-width: 100%;
    width:90%;
}
.footer-block.grid__item {
    margin: 2rem 0;
}
.footer-block__heading {
    margin-bottom: 1rem;
}
.left_block_footer {
    width: 100%;
    order:2;
}
ul.list-unstyled.list-social.footer__list-social {
    justify-content: left;
}
.right_block_footer {
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    order:1;
    margin:0px auto;
}
.footer-block.grid__item.footer-block--menu.scroll-trigger.animate--slide-in {
    margin-bottom: 0px;
    margin-top: 0px;
}
.footer__content-bottom-wrapper.page-width {
    margin-bottom: 20px;
}
.site-footer__fda {
    margin-top: 0px;
}
.footer-block__details-content {
    margin-bottom: 2rem !important;
}
.footer-block.grid__item.footer-block--menu.scroll-trigger.animate--slide-in {
    width: 50%;
}
.footer .grid {
    display: flex !important;
    flex-direction:column-reverse;
}

.footer__content-bottom-wrapper.page-width.footer__content-bottom-wrapper--center {
    display: none;
}
.footer__copyright.caption {
    text-align: center;
}
.left_block_footer {
    margin-bottom: 30px;
}
.footer-block--newsletter h2 {
    font-size: 32px;
    line-height: 38px;
}
 .buy-more-products {
    grid-template-columns: 1fr;
  }
  .real-results__mobile{display:none;}
/* ===== BASE ===== */
.real-results {
  text-align: center;
}


.real-results__subheading {
  margin-top: 12px;
  font-size: 16px;
  opacity: .8;
}

/* ===== DESKTOP GRID ===== */
.real-results__grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.real-card {
  border: 2px solid #000;
  border-radius: 24px;
  overflow: hidden;
}

.real-card__image img {
  width: 100%;
  height:240px;
  display: block;
}

.real-card__bottom {
    padding: 16px 8px;
    border-top: 2px solid #000;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
}

/* ===== TICK ===== */


      .benefits-sec-heading {
        font-size: 26px;
        line-height: 32px;
        margin-top: 0px;
    }

  .amb-table__row {
    grid-template-columns: 2.5fr 1fr 1fr;
  }

  .desktop-only { display: none; }
  .mobile-only { display: inline-flex; }

  .amb-table__header .amb-table__cell {
    justify-content: center;
  }

  .amb-table__header .amb-table__cell:first-child {
    justify-content: flex-start;
  }
  .real-results__heading {
    font-size: 28px;
  }
 
  .real-results__grid {
    display: none;
  }
 
  .real-results__mobile {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
 
  .real-mobile-row {
    border: 2px solid #000;
    border-radius: 999px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 600;
    text-align: left;
  }
  .buy-more-wrapper {
    padding: 18px;
}
.buy-more-heading {
    margin: 0px;
}
ul.buy-more-products.grid {
    flex-wrap: wrap;
}
.grid__item {
    width: 98%;
    max-width: 49%;
}
.buy-more-products .card__inner {
    width: 100px;
    height: 100px;
}
.buy-more-grid {
    gap: 10px;
}
.buy-more-heading {
    font-size: 26px;
    line-height: 28px;
    text-align: center;
}
.amb-table__row {
    gap: 0px;
}
.amb-table__header {
    gap: 1px;
}
.amb-table__cell {
    border-left: 0px;
}
.amb-table__row:last-of-type .amb-table__cell {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom: 0px;
}
.amb-table__row .amb-table__cell:last-of-type{
    border-right: 0px;
}
.amb-table {
    border: 2px solid #000;
    border-radius: 28px;
    overflow: hidden;
    background: #f7f3f8;
}
.amb-table__header .amb-table__cell {
    border-radius: 0px;
}
.amb-table__cell {
    padding: 10px 10px;
}
.marquee-item {
    font-size: {{ section.settings.font_size | minus: 2 }}px;
  }
  .bundle-instructions__container {
    margin: 0 15px;
    padding: 20px 16px;
  }
  h2.collapsible-content__heading.inline-richtext.h1 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom:0px;
  }
  h2.contact-heading {
    font-size: 42px;
    text-align: center;
  }
  .contact-left p {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
  }
  .contact-card {
    padding: 15px 15px;
  }
  .contact-card p {
    font-size: 13px;
  }
  .contact-btn {
    font-size: 14px;
  }
  .contact-right {
    gap: 12px;
  }
  .footer__content-top {
    padding: 15px 15px !important;
  }
  .footer-block--newsletter {
    gap: 0rem !important;
  }
  .swiper-button-prev {
    left: calc(50% - 50px);
  }
  .swiper-button-next {
    right: calc(50% - 50px);
  }
   .leave-out {
    padding: 21px;
        flex-wrap: wrap;
  }
  .leave-out_left {
    max-width: 100%;
    padding: 0px;
    text-align:center;
    margin-bottom: 20px;
}

  .leave-out__title {
    font-size: 26px;
        line-height: 32px;
        margin-bottom: 10px;
  }

  .leave-out__box {
    padding: 20px;
        width: 100%;
  }

  .leave-out__list {
    grid-template-columns: 1fr;
    gap:0px;
  }
    .answers-faq {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .answers-faq__heading {
    font-size: 26px;
        line-height: 32px;
        text-align: center;
  }
.faq-question {
    line-height: 20px;
}
.answers-faq__button {
    width: fit-content;
    max-width: 100%;
    display: block;
    margin: 0px auto;
}
  .faq-item {
    border-radius: 28px;
  }
  .sticky-text-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .sticky-text__content h2 {
    font-size: 26px;
        line-height: 32px;
        margin-bottom: 0px;
  }
.sticky-text__block h3 {
    font-size: 20px;
}
  .sticky-text__image {
    position: relative;
    top: auto;
  }

  .sticky-text__image img {
    margin: 0 auto;
  }
  .product_gallery_info {
    display: flex;
    justify-content: center;
  }
  .product_gallery_info .slider-mobile-gutter {
    width: 100%;
}
.multicolumn__title {
    max-width: 100%;
}
.multicolumn__title h2 {
    font-size: 26px;
        line-height: 32px;
}
.multicolumn__title p {
    font-size: 15px;
}
.multicolumn-list__item {
    width: 100% !important;
    max-width: 49% !important;
}
.ingredients-heading {
    font-size: 26px;
    line-height: 32px;
}
.related-products__heading {
    text-align: center;
    font-size: 26px;
    margin-bottom: 15px !important;
    line-height: 32px;
}
.Mainproduct_grid .grid__item {
    position: unset;
}
}



  

