/** Shopify CDN: Minification failed

Line 180:11 Expected ":"

**/
.page-width {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
}
a.size-style.link {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
}
.template-index .ui-test-product-list .section-background {
    background: url(/cdn/shop/files/bestseller-bg.png);
    background-size: contain;
    background-position:center;
}
.product-badges .product-badges__badge--rectangle {
    background: #456777;
    color: #fff;
}
/* .loop-widget-skeleton-container.loop-display-none {
    display: block !important;
}

.loop-widget-container.loop-display-none {
    display: block !important;
} */
@media only screen and (max-width: 767px){
  .template-index .ui-test-product-list .section-background {
    background-size: cover;
  }
}


/* li.menu-list__list-item[slot="more"] {
    display: none;
} */
.header .header__row--bottom {
    border-bottom: 1px solid #ddd;
}
 .header-phone {
    font-size: 0.9rem;
    color: var(--color-foreground);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-right: 35px;
  }
  .header-subscription {
    font-size: 0.85rem;
    margin-left: 1rem;
  }
  .header-phone img {
    width: 40px;
}

.header-phone .content {
    font-size: 16px;
    color: #2E3A3F;
    font-weight: 600;
}

.header-phone .content span.sml-txt {
    display: block;
    font-size: 12px;
    color: #9F9F9F;
}

.header__row--bottom {
    padding: 20px 0;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.header__row--bottom .header__columns {
    width: 100%;
    display: block;
    padding:0;
}

.header-menu__inner .menu-list li:first-child a {
   padding-left: 10px; 
}
.header__row--top {
    padding: 10px 0;
}

.header-subscription {
    max-width: 228px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
    width: 100%;
}

.header-subscription img {
    width: 24px;
    height: 24px;
}

@media only screen and (min-width: 750px) {
.header__columns {
    grid-template-columns: 1fr 2fr;
}
}
@media screen and (min-width: 990px) {
  .mega-menu.section {
    padding: 24px 0;
}
    .header .mega-menu__grid {
        grid-template-columns: auto;
    }
    .header .mega-menu__list {
        grid-column: span 3;
    }
    .header .mega-menu__column {
        grid-column: inherit;
        display: grid;
        grid-auto-rows: 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr;
        gap: 16px 16px;
    }
    .header  .mega-menu__column a.mega-menu__link {
      background-color: rgba(73, 103, 121, 0.04);
      padding: 16px 16px;
      position: relative;
      gap: 4px;
      display: flex;
      flex-direction: column; border-radius:8px; }
.header  .mega-menu__column:first-child a.mega-menu__link{padding-left:16px;}
  .header  .mega-menu__column a.mega-menu__link:hover{
    text-transform: none;
    text-decoration: none;
    background-color: #114A3810;
    
  }
}


a.button, a.button-secondary {
    display: flex;
    padding: 12px 32px;
    border-radius: 40px;
    gap: 10px;
    font-size: 18px;
    font-weight: 500;
    align-items: center;
}
a.button:not(.button-secondary,a.button-unstyled) svg path{
    color:#fff;
    stroke:#fff;
}

a.button-secondary svg path {
    stroke: #456777;
}
.main-home-hero .hero__container .text-block.h2 p {
    font-size: 48px;
    color: #2E3A3F;
}

.main-home-hero .hero__container .text-block.rte {
    font-size: 18px;
    color: #456777;
}
.ui-test-collection-list h3 {
    font-size: 36px;
    font-weight: 600;
    color: #000;
}
.collection-card__content .h4 p {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    Poppins, font-family: sans-serif;
    font-family: Poppins, sans-serif;
}
.ui-test-product-list .text-block.h2 h2 {
    font-size: 36px;
    font-weight: 600;
    color: #2E3A3F;
}
.ui-test-product-list .product-card {
    background: #fff;
    padding: 15px 15px 30px;
    border-radius: 15px;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.10);
}

.product-card .product-form-buttons .add-to-cart-button {
    width: auto;
    margin: 0 auto;
    border-radius: 40px;
    background: #7FB685;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 24px;
    height: auto;
}


.custom-check-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-check-list li {
    position: relative;
    padding: 5px 0 5px 30px;
    margin: 10px 0;
    color: #000;
    font-family: system-ui, sans-serif;
    line-height: 1.3;
    font-size: 18px;
    font-weight: 500;
}
.deeply-committed-text .text-block p {
    max-width: 920px;
}
/* circle on right */
.custom-check-list li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(180deg, #2a2a2a 0%, #0d0d0d 100%);
}

/* check mark */
.custom-check-list li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-60%) rotate(45deg);
  width: 3px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.hero-wrapper + .custom-sec .group-block-content p {
    font-size: 18px;
    color: #666666;
}

.hero-wrapper + .custom-sec .group-block-content h3 {
    font-size: 24px;
    font-weight: 600;
}

.hero-wrapper + .custom-sec .group-block-content .text-block p {
    font-size: 16px;
}
.trending-products .tabs { display: flex; gap: 10px; margin-bottom: 20px; }
 
.trending-products .tab-btn { 
    padding: 10px 24px;
    border: none;
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 50px;
    font-size: 16px;
    white-space: nowrap;
}

.trending-products .tab-btn.active {     
  background-color: #456777;
  color: white;
  border-color: #456777; 
}

.trending-products  .tab-panel { display: none; }
.trending-products .tab-panel.active { display: block; }

.trending-products  .product-grid { 
   display: grid;
    gap: 30px;
    flex-wrap: wrap;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
}


@media only screen and (max-width: 1024px) {
.trending-products .product-grid {
    grid-template-columns: repeat(2, 1fr);
}
}


  .trending-products .product-card {  text-align: center;background: #fff;
    padding: 15px 15px 30px;
    border-radius: 15px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10); }
  .trending-products .compare-price { text-decoration: line-through; margin-right: 5px; color: gray; }

.testimonial-slider {
  padding: 60px 20px;
  text-align: center;
  position: relative;
}
.testimonial-heading {
    font-size: 36px;
    margin: 10px 0;
    font-weight: 700;
    color: #2E3A3F;
}
.testimonial-wrapper {
  overflow: hidden;
  max-width: 960px;
  margin: 0 auto;
}
.testimonial-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.testimonial-item {
  min-width: 100%;
  box-sizing: border-box;
  padding: 20px;
}
.testimonial-text {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 15px;
}
.testimonial-author {
  font-size: 16px;
  font-weight: 600;
}
.testimonial-author .role {
    display: block;
    font-size: 14px;
    color: #666666;
    font-style: italic;
}
.testimonial-prev,
.testimonial-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: #fff;
  border-radius: 50%;
  font-size: 20px;
  padding: 13px 21px;
  cursor: pointer;
  box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
}
.testimonial-prev { left: 0px; }
.testimonial-next { right: 0px; }
.testimonial-dots {
  margin-top: 20px;
}
.testimonial-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}
.testimonial-dots .dot.active {
    background: #28a745;
    width: 40px;
    border-radius: 10px;
}
.benefits-grid {
  padding: 80px 20px 100px 20px;
  text-align: center;
}
.section-head {
    margin-bottom: 32px;
}
.benefits-subheading {
  color: #28a745;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.benefits-heading {
    font-size: 36px;
    font-weight: 600;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 48px;
    color: #2E3A3F;
    margin-top: 16px;
    margin-bottom: 10px;
    font-weight:700;
}
.benefits-text {
    margin: auto;
    max-width: 690px;
}
.benefits-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  max-width: 1280px;
  margin: 0 auto;
}
.benefit-item {
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
    transition: all 0.3s ease;
    text-align: center;
    border: 1px solid #dfdfdf;
    /* height: fit-content; */
}
.benefit-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.1);
}
.benefit-icon {
  margin-bottom: 20px;
}
.benefit-icon img {
    width: 100px;
    /* height: 72px; */
    margin: 0 auto;
    object-fit: cover;
    object-position: center;
}
.benefit-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}
.benefit-text {
  font-size: 15px;
  color: #555;
      min-height: 48px;
}
.highlight-box .text-block p {
    max-width: 200px;

  }
  .highlight-box h5 {
    position: relative;
  }
.highlight-box h5:before {
    content: '';
    position: absolute;
    left: 110%;
    top: 50%;
    bottom: 0;
    background: #14433d80;
    height: 2px;
    width: 100px;
    transform: translate3d(0px, -50%, 0px);
}

.right-column .highlight-box h5:before{ left: auto; right: 110%;}

.trending-prd-tabs section.trending-products {
    padding: 100px 0;
}
.trending-prd-tabs section.trending-products .head-sec {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.trending-prd-tabs section.trending-products .head-sec h2 {
    margin-bottom: 0;
    color: #000;
    font-size: 36px;
}

.shopify-section-group-footer-group {
    background: url(/cdn/shop/files/footer-bg.jpg);
    background-size: cover;
}
.trending-prd-tabs section.trending-products .product-card h3 {
    font-size: 18px;
    margin-top: 24px;
    margin-bottom: 10px;
    color: #2E3A3F;
}
.trending-prd-tabs section.trending-products .product-card p {
  font-size: 18px;
  color: #456777;
  margin-bottom: 24px;
}
.trending-prd-tabs section.trending-products .product-card form button {
    background: #7FB685;
    border: none;
    color: #fff;
    padding: 11px 27px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    min-width: 160px;
    justify-content: center;
    margin: 0 auto;
    font-size: 14px;
    gap: 5px;
    cursor: pointer;
}
.trending-prd-tabs section.trending-products .product-card form button img {
    width: 16px;
}
.schedule-dec p,
.schedule-dec {
    max-width: 726px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 16px;
}
.schedule-imgs .image-block{
  position:relative;
}
.schedule-imgs .image-block:before {
    content: "";
    position: absolute;
    background: url(/cdn/shop/files/Vector_1.svg?v=1759991198) no-repeat;
    width: 145px;
    height: 36px;
    top: 50%;
    transform: translateY(-50%);
    left: 75%;
    z-index: 9;
}
.schedule-imgs .image-block:nth-child(even):before {
    transform: translateY(-50%) rotateX(180deg);
}
.schedule-imgs .image-block:last-child:before {
    display:none;
}

.testimonials-sld section.testimonial-slider {
    background: url(/cdn/shop/files/Group_16.png?v=1759553917);
    background-repeat: no-repeat;
    background-position: center;
    padding: 170px 0;
    background-size: cover;
}
.testimonials-sld section.testimonial-slider span.testimonial-sub-heading {
    color: #7FB685;
    font-size: 16px;
}
p.testimonial-main-text {
    font-size: 16px;
    line-height: 24px;
    max-width: 550px;
    margin: 0 auto;
    color: #666666;
}
.testimonial-wrapper p.testimonial-text {
    font-size: 20px;
    line-height: 33px;
    color: #2E3A3F;
}
.testimonial-author strong {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}
#shopify-section-template--26633103507794__section_KUYe3B .group-block-content {
    margin-bottom: 40px;
}
.footer-email-block {
    border-bottom: 1px solid #ffffff20;
}
.footer-email-block .group-block-content {
    align-items: center;
}
.footer-left-block .group-block-content {
    max-width: 388px;
}
.footer-email-block .email-signup-block button.email-signup__button {
    background: #456777;
}
.footer-main-block {
  border-bottom: 1px solid #ffffff20;
}
.footer-utilities__group.footer-utilities__group--left {
    width: 100% !important;
    justify-content: space-between;
    color: #fff;
}
.footer-utilities__group.footer-utilities__group--left a {
    color: #fff;
}
span.footer-utilities__text a {
    text-decoration: underline;
}
.footer-utilities {
    display: flex;
    flex-direction: column !important;
}
.footer-left-block h4.social-icon-title {
    font-size: 24px;
    color: #fff;
}

.footer-left-block .footer-utilities__group {
    display: block;
}
.testimonial-slider .container {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}


  
@media only screen and (max-width: 768px){
  a.button, a.button-secondary {
    padding: 10px 20px;
    font-size: 16px;
}
  .trending-products  .product-grid {
      grid-template-columns: repeat(1, 1fr);
  }
  .trending-prd-tabs section.trending-products .head-sec {
    flex-direction: column;
    gap: 32px;
  }
  .testimonial-slider .container {
    padding: 0 15px;
}
  .header-phone {
    display: none;
  }
  .hero__container .text-block.h2 p {
    font-size: 30px;
  }
  .ui-test-collection-list h3 {
    font-size: 30px;
  }
  .collection-card__content .h4 p {
    font-size: 18px;
  }
  .about-munch-heading h2 {
    font-size: 30px !important;
  }
  .deeply-committed-munch h2 {
    font-size: 25px !important;
  }
  .hero-wrapper + .custom-sec .group-block-content h3 {
    font-size: 20px;
  }
  .testimonial-heading {
    font-size: 30px;
  }
  .testimonial-wrapper p.testimonial-text {
    font-size: 16px;
    line-height: 24px;
  }
  .testimonial-prev, .testimonial-next {font-size: 15px;padding: 10px 16px;}
  .testimonials-sld section.testimonial-slider {
    padding: 70px 0;
  }
  .benefits-heading {
    font-size: 30px;
    line-height: 38px;
  }
  .benefit-item:nth-child(2) {
    margin-top: 0;
  }
  .benefits-grid {
    padding: 40px 20px;
  }
  .custom-check-list li::before {
    left: 0px;
  }
  .custom-check-list li::after {
    left: 7px;
  }
  .custom-check-list li {
    position: relative;
    padding: 5px 7px 7px 30px;
  }
  .ui-test-product-list .text-block.h2 h2 {
    font-size: 30px;
  }
  .main-home-hero {
    min-height: auto !important
  }
  .footer-left-block .image-block {
    width: 200px;
  }
  .footer-left-block .footer-utilities .footer-utilities__group--right {
      text-align: start;
  }
  .footer-left-block .footer-utilities .social-icons__wrapper {
      justify-content: normal;
  }
  .trending-prd-tabs section.trending-products {
      padding: 50px 0;
  }
.news-letter-heading {width: 100%;}
.news-letter-heading br{display: none;}

  span.footer-utilities__text {
    white-space: break-spaces;
}

.schedule-imgs .image-block:before{
  display:none;
}

}

/* PRODUCT PAGE */
.highlight-section {
    background: rgb(251 199 43 / 10%);
}
.high_point img.image-block__image {
    max-width: 64px;
    height: 64px;
    object-fit: contain;
}
.product-rating,
.rating-str,
.rating-user {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap:wrap;
}

.product-rating {
    gap: 5px 15px;
}

.rating-str a {
    text-decoration:underline;
}

.price-cart-total {
    background: #F4F7F6;
    padding: 20px;
    border-radius: 20px;
}

.bestseller p {
    padding: 5px 20px;
    background: #7FB685;
    border-radius: 30px;
    color: #fff;
}

.faqs .accordion {
    max-width: 960px;
    margin: 0 auto;
}
.faqs summary.details__header {
    padding: 0;
}
.faqs details.details {
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 20px;
    border: 1px solid #D9D9D9;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}
.faqs .accordion p {
    max-width: 100% !important;
    width: 100% !important;
}
.faqs  summary .svg-wrapper {
    width: 32px;
    height: 32px;
    background: #2E3A3F;
    border-radius: 50%;
    color: #fff;
}
.ui-test-product-list span.add-to-cart-text {
    white-space: nowrap;
}

.review-wrapper > .group-block-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.review-card {
    padding: 40px 20px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    height: 100%;
    width: 100%;
}

.review-image {
    padding-bottom: 15px;
    border-bottom: 1px solid #E9EFF5;
}

.review-image .image-block {
    width: 60px;
    height: 60px;
    flex: none !important;
}

.review-image .text-block p {
    margin: 0;
}

.review-image .text-block p {
    display: flex;
    align-items: center;
    gap: 5px; /* space between text and image */
}

.review-image .text-block p::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("/cdn/shop/files/Twitter_Verified_Badge_1.svg?v=1759992470");
    background-size: contain;
    background-repeat: no-repeat;
}

.review-content .image-block__image {
    max-width: 100px;
    width: 100%;
    height: auto;
}

/* Collection page */
product-card.product-card {
    padding: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    padding-bottom: 30px;
}

/* Inner pages */
.detox-banner .detox-banner-text {
    height: 100%;
    background: rgb(72 104 119 / 10%);
    text-align: center;
}
.detox-banner-text .group-block-content {
    padding: 48px;
}
.info-text {
    margin-top: auto;
    background: #fff;
    padding: 24px;
    border-radius: 15px;
    border: 1px solid #dddd;
    box-shadow: 0 4px 10px rgb(0 0 0 / 5%);
}
.text-banner p {
    line-height: 1.5 !important;
    max-width: 1024px;
}
.text-wrap {
    max-width: 880px;
}
.about-description {
    max-width: 880px;
}
@media only screen and (max-width: 767px) {
.schedule-imgs .image-block {
    width: calc(50% - 10px);
}
.schedule-imgs .mobile-column {
    flex-flow: inherit;
    flex-wrap: wrap;
}
.review-wrapper > .group-block-content {
    display: grid;
    grid-template-columns: 1fr;
}
.trending-prd-tabs section.trending-products .head-sec h2{font-size: 32px;}
.trending-products .tabs {flex-wrap: wrap;}


}


/* ==== Juice Section Styles ==== */
.juice-section {
  background-color: #fff;
}

.juice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  align-items: center;
  gap: 50px;
}

.juice-left {
  text-align: center;
  padding: 130px 80px;
}

.juice-left-images {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.juice-img {
  width: 45%;
  border-radius: 24px;
  object-fit: cover;
}

.juice-left-text {
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.6;
  color: #000;
  max-width: 600px;
  margin-inline: auto;
}
.juice-right {
    text-align: center;
    position: relative;
    background:#f6fcff;
    padding: 130px 80px;
}

.juice-right-wrapper {
  position: relative;
  display: inline-block;
}

.juice-right-img {
  width: 100%;
  max-width: 450px;
  border-radius: 16px;
  object-fit: cover;
}

.juice-badge {
  position: absolute;
  top: 8%;
  right: -12%;
  max-width: 140px;
}

.juice-heading {
  margin-top: 24px;
  font-size: 22px;
  font-weight: 700;
  color: #000;
}

.juice-right-text {
  max-width: 480px;
  margin: 8px auto 0;
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

.counter-wrap.group-block {
    max-width: 1024px;
}
.counter-box {
    background: rgb(0 0 0 / 5%);
    padding: 32px;
    border-radius: 15px;
}

/* ========== Juice Category Section ========== */
.juice-category-section {
  background-color: #fff7f7;
  padding: 100px 0px;
  text-align: center;
}

.juice-category-title {
  font-size: 38px;
  font-weight: 700;
  color: #2b2b2b;
  margin-bottom: 50px;
  font-family: 'Poppins', sans-serif;
}

.juice-category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.juice-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    padding: 30px 20px;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    gap: 24px;
}
.juice-content {
    flex: 0 0 auto;
    text-align: left;
}

.juice-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.juice-image img {
  max-width: 180px;
  display: block;
}

.juice-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #222;
}

.juice-count {
  color: #777;
  margin-bottom: 20px;
  font-size: 15px;
}

.juice-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #222;
  transition: background 0.3s ease, color 0.3s ease;
}

.juice-link:hover {
  background-color: #ffefef;
  color: #e04c4c;
}

.juice-arrow {
  font-size: 16px;
}

.no-image {
  background: #f2f2f2;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  border-radius: 10px;
}

/* ==== Responsive ==== */
@media (max-width: 768px) {
  .juice-left {padding: 50px 15px;}
  .juice-category-title {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .juice-content {
    flex: 1 1 auto;
    text-align: left;
}
  .juice-card {padding: 25px 15px; }
  .juice-grid {gap: 0px;}
  .juice-badge {
    position: static;
    display: block;
    margin: 16px auto 0;
  }
  .juice-right {padding: 50px 15px;}
}
/* ==== Supplementen ==== */
.resource-list__item .collection-card {
    background: #fff;
    padding-bottom: 32px;
    border-radius: 15px;
    overflow: hidden;
}
.ad-banner-title {
    max-width: 600px;
}
.ad-banner-title .text-block h2 {
    line-height: 1.3;
    font-weight: 500;
}
.sec-heading-1 h2 {
    max-width: 520px;
    line-height: 1.2;
}
.subs-plan {
    display: block;
    width: 100%;
}
.hw-it-works {
    display: block;
    width: 100%;
}
span.mega-menu__link-title.abc {
    font-size: 20px;
    color: #456777;
}

span.mega-menu__link-title.abc + .menu-subtitle {
    color: #456777;
}
span.mega-menu__link-title.abc span.badge {
    margin-left: 5px;
    background: #456777;
    color: #fff;
    font-size: 14px;
    padding: 4px 8px;
    border-radius: 3px;
}
@media (max-width: 767px){
    .detox-banner .section-content-wrapper {padding-top: 0;flex-direction: column-reverse;gap:0;height: auto;}
    .detox-banner-text .group-block-content{padding: 24px;height: auto;}

.juice-image {flex: 0 0 150px;}

.juice-category-section{padding: 50px 0px;}
.juice-left{padding: 50px 0;}
.ad-banner-text h3 {font-size: 25px;}

.highlight-box  .text-block{
  width: 100%;
}
.highlight-box .mobile-column{
    --horizontal-alignment: center !important;
}
.highlight-box .text-block h5, .highlight-box .text-block p{
  text-align: center; max-width: 100%;
}
.highlight-box .group-block-content > div{
  width: 100%;
}

.highlight-box h5:before{
  display: none;
}


.high_point.group-block--height-fit {
    height: auto;
    flex: 0 0 30% !important;
}
.high_point-wrap .group-block-content {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}
}

@media only screen and (max-width: 1440px) {

.instagram-slider {
    padding: 10px 50px;
}

.instagram-slider .next-arrow.slick-arrow {
    right: 0;
}

.instagram-slider .prev-arrow.slick-arrow {
    left: 0;
}

.resource-list__carousel .resource-list__slide {
    max-width: 325px;
    width:100%;
}
}

.header-menu__inner .menu-list li:first-child > a {
  pointer-events: none;
}

@media only screen and (max-width: 749px) {
    
.menu-drawer__menu-item {
    font-size: 20px;
}

.menu-drawer__menu-item--child {
    font-size: 16px;
}
}



/* SUBSCRIPTION */


.loop-w-btn-group-purchase-option-header {
    flex-direction: column;
    gap: 10px;
}

.loop-w-btn-group-purchase-option-discount-badge {
    font-size: 12px !important;
}

.loop-w-btn-group-purchase-option {
    align-items: center !important;
    gap: 15px !important;
}

.loop-w-btn-group-purchase-option-selected {
    background: #f2f2f2 !important;
}

.loop-widget-sp-selector-description,
.loop-widget-sp-selector-description-wrapper {
    width: 100% !important;
    max-width: 100% !important;
}


.offer-item img {
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
}

.offer-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size:16px;
}

.offer-left {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 60%;
}

.offer-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #f2f2f2;
    border-radius: 15px;
    width: 40%;
    text-align: center;
}

.offer-right img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #2e3a3f;
}

.offer-price {
    padding: 3px 15px;
    background: #2e3a3f;
    color: #fff;
    border-radius: 15px;
    font-size: 12px;
}

.offer-box {
    display: flex;
    gap: 20px;
    align-items: center;
}

.offer-text {
    font-size: 14px;
}

/* .offer-box-wrapper {
    padding: 20px;
    border: 2px solid #2e3a3f;
    border-radius: 15px;
}

.offer-box-top {
    flex-direction: column;
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f4f7f6;
}

.offer-box-top strong {
    font-size: 20px;
}

.offer-price span {
  text-decoration: line-through;
} */

@media only screen and (max-width: 1200px) {

.offer-box {
    flex-direction: column;
}
    
.offer-box > div {
    width: 100%;
}

}

.variant-option--buttons legend {
    font-weight: 700;
    text-transform: uppercase;
}

.product-information .accordion .details__header {
  padding:20px 0;
}

.product-information .accordion p {
    padding: 20px;
    background: #f4f7f6;
    border-radius: 15px;
    margin: 10px 0 15px !important;
}

@media only screen and (max-width: 749px) {

.faqs .section-content-wrapper.section-content-wrapper,
.daliy-schedule .section-content-wrapper.section-content-wrapper,
.highlight-section .section-content-wrapper.section-content-wrapper,
.ui-test-product-list .section--page-width   {
    padding: 50px 0;
}

.daliy-schedule h2,
.faqs h2,
.ui-test-product-list h2{
    font-size: 30px;
    font-weight: 700;
}

  .icon-txt-prod img {
    width: 50px !important;
    position: relative;
    right: -7px;
}

  .icon-txt-prod p,
    .icon-txt-prod * {
    font-size:14px;
}

.benefits-wrapper {
    display: flex;
    gap: 25px;
    overflow-x: auto;
    padding-bottom: 20px;
    scroll-snap-type: x mandatory;
    scrollbar-color: #85b379 transparent; /* Firefox */
    -webkit-overflow-scrolling: auto; /* disables arrows */
}

/* WebKit scrollbar (Chrome, Edge, Safari) */
.benefits-wrapper::-webkit-scrollbar {
    height: 10px; /* bottom scrollbar height */
}

.benefits-wrapper > * {
    min-width: 270px;
    scroll-snap-align: start;
}

.schedule-imgs .mobile-column {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 20px;
    scroll-snap-type: x mandatory;
    scrollbar-color: #85b379 transparent; /* Firefox */
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 80px;
}

/* Scrollbar styling (WebKit browsers) */
.schedule-imgs .mobile-column::-webkit-scrollbar {
    height: 10px;
}

.schedule-imgs .mobile-column::-webkit-scrollbar-track {
    background: #e6e6e6; /* scrollbar strip background */
    border-radius: 10px;
}

.schedule-imgs .mobile-column::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
}

.schedule-imgs .mobile-column > * {
    min-width: 250px;  /* adjust if your images need different size */
    scroll-snap-align: start;
}


.schedule-imgs .image-block:not(:last-child) {
    position: relative;
}

.schedule-imgs .image-block:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -72px;    /* adjust spacing */
    top: 50%;
    transform: translateY(-50%);
    width: 60px;     /* image width */
    height: 60px;    /* image height */
    background-image: url("/cdn/shop/files/Frame_3.png?v=1763981464"); /* your image path */
    background-size: contain;
    background-repeat: no-repeat;
    z-index:2;
}

.faqs summary.details__header {
    font-size: 16px;
}

.faqs summary .svg-wrapper {
    width: 25px !important;
    height: 25px !important;
}

.faqs summary .svg-wrapper svg {
    width: 14px;
    height: 14px;
}

.kaching-bundles .kaching-bundles__bar-label {
}

.kaching-bundles .kaching-bundles__bar-first-line {
    gap: 10px;
}

.kaching-bundles .kaching-bundles__bar-wrapper {
    padding: 20px 15px;
}

.accordion--dividers accordion-custom {
    font-size: 16px;
}

.product-information  .accordion .details__header {
    font-size: 16px;
}

.product-information .accordion .details__header {
  padding:15px 0;
}

.highlight-design > div {
    gap:0 
}

.highlight-section h2 {
    font-size: 30px;
}
.loop-widget-purchase-option {
    gap: 20px !important;
}

.loop-widget-spg-container {
    gap: 15px !important;
}

.trending-products .tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px; /* adjust if needed */
    margin-bottom: 20px;
    overflow-x: auto;
    justify-content: flex-start;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;

    /* Firefox scrollbar color */
    scrollbar-color: #85b379 transparent;
}

/* Snap each tab */
.trending-products .tabs > * {
    scroll-snap-align: start;
}

/* Scrollbar styling (WebKit browsers) */
.trending-products .tabs::-webkit-scrollbar {
    height: 10px;
}

.trending-products .tabs::-webkit-scrollbar-track {
    background: #e6e6e6;
    border-radius: 10px;
}

.trending-products .tabs::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
}


.trending-products .product-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    overflow-x: auto;
    justify-content: flex-start;
    scroll-snap-type: x mandatory;
    padding-bottom: 20px;
    scrollbar-color: #85b379 transparent;
}

/* Snap each product card */
.trending-products .product-grid > * {
    scroll-snap-align: start;
}

/* Scrollbar styling (WebKit browsers) */
.trending-products .product-grid::-webkit-scrollbar {
    height: 10px;
}

.trending-products .product-grid::-webkit-scrollbar-track {
    background: #e6e6e6;
    border-radius: 10px;
}


.custom-swiper .group-block-content.layout-panel-flex.layout-panel-flex--row.mobile-column {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 20px;
    flex-direction: row !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: #85b379 transparent;
}

.custom-swiper .group-block-content.layout-panel-flex.layout-panel-flex--row.mobile-column > * {
    flex: 0 0 300px;
    scroll-snap-align: start;
}

.custom-swiper .group-block-content.layout-panel-flex.layout-panel-flex--row.mobile-column::-webkit-scrollbar {
    height: 10px;
}

.custom-swiper .group-block-content.layout-panel-flex.layout-panel-flex--row.mobile-column::-webkit-scrollbar-track {
    background: #e6e6e6;
    border-radius: 10px;
}

.trending-products .product-grid::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
}

.trending-prd-tabs section.trending-products .head-sec {
    margin: 0;
}

.subscription-section-2 h3 {
    font-size: 15px !important;
}

}