/** Shopify CDN: Minification failed

Line 229:4 Expected ":"
Line 240:4 Expected ":"
Line 368:16 Expected ":"

**/


/* CSS from section stylesheet tags */
.animated-circle {
    padding-block: 34px;
    background-color: #F69287;
    background-size: cover;
    background-repeat: no-repeat;
    overflow-x: hidden;
  }

  .animated-circle * {
    color: white;
  }

  .animated-circle__container {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .animated-circle__rounded-circle-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }

  .animated-circle__rounded-circle-wrapper {
    width: 100%;
    height: 100%;
    display: block;
    align-items: center;
    justify-content: center;
    transform: rotate(-103deg);
    animation: rotating 40s linear infinite;
    margin: auto;
  }

  .animated-circle__rounded-circle-wrapper svg {
    fill: white;
  }

  .animated-circle__changing-word {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 80px;
    display: none:
  }
  a.animated-circle__learn-more {
    transform: translateY(-40px);
}
    
  h2.animated-circle__changing-word {
    display: none;
}
  .animated-circle__rounded-circle-container {
    position: relative;
    top: -45%;
    width: 100%;
    height: 100%;
}
section.animated-circle {
    min-height: 120vh !important;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
/* OR for opacity: 0 */
.animated-circle__per-serving {
  opacity: 0;
  pointer-events: none; /* If you want to prevent clicks */
}
  .animated-circle__changing-word::after {
    content: '';
    background-color: white;
    aspect-ratio: 1 / 1;
    height: 18px;
    width: 18px;
    position: absolute;
    bottom: -19px;
    right: -19px;
    border-radius: 100%;
  }

  .animated-circle__heading {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 0px;
  }

  .animated-circle__heading strong {
    font-weight: bold;
  }

  .animated-circle__paragraph,
  .animated-circle__paragraph p,
  .animated-circle__paragraph p span {
    font-size: 19.55px;
  }

  .animated-circle__paragraph p em {
    font-style: italic;
  }

  .animated-circle__paragraph p strong {
    font-weight: bold;
  }

  .animated-circle__paragraph--two p {
    margin-bottom: 4px;
  }

  .animated-circle__per-serving {
    font-weight: bold;
  }

  .animated-circle__learn-more {
    font-weight: bold;
    transition: all .2s ease-in-out; 
    display: flex;
    align-items: center;
    font-size: 24px;
    margin-top: 24px;
    position: relative;
    padding-inline-start: 30px;
  }

  .animated-circle__learn-more:before {
    content: "";
    background-image: url("/cdn/shop/files/plus-icon.png?v=1696242798");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 0;
    height: 24px;
    width: 24px;
    transform-origin: center;
  }

  .animated-circle__learn-more:hover {
    color: white;
  }

  .animated-circle__learn-more:not(:hover):before {
    transform: scale(1) translateY(-50%);
    transition: all .2s ease-in-out;
  }

  .animated-circle__learn-more:hover:before {
    transform: scale(0.7) translateY(-65%);
    transition: all .2s ease-in-out;
  }

  @keyframes rotating {
    from {
      transform: rotate(360deg);
    }
    to {
      transform: rotate(0deg);
    }
  }

  @media (max-width: 560px) {
    .animated-circle__changing-word {
      font-size: 60px;
    }
  }

 @media (max-width: 1068px) {
  section.animated-circle {
   
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat !important;
  
    position: relative; /* Added for gradient positioning */
  }

  .animated-circle__rounded-circle-container {
    top: 0;
    margin: 20px auto;
    position: relative; /* Changed from absolute if it was */
  }

  /* Gradient overlay fix */
  .animated-circle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.40);
    z-index: 0; /* Set to 0 so content is above */
  }

  /* Content protection */
  .animated-circle > .row,
  .animated-circle__container {
    position: relative;
    z-index: 1;
  }
.animated-circle__rounded-circle-container {
    position: relative;
    top: -24px;
    width: 100%;
    height: 100%;
}

  /* Hide left section on smaller screens */
  .animated-circle__left {
    display: none;
  }
}
@media (max-width: 1068px) {
  .animated-circle__left {
    display: none;
  }
}

@media (min-width: 1069px) {
  .animated-circle__right {
    display: none;
  }
}
    
    @media (min-width: 1068px) {
    .animated-circle {
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .animated-circle .row {
      width: 100%;
    }
    
    .animated-circle__container {
      flex-direction: row;
      align-items: flex-start;
      justify-content: space-between;
      gap: 0;
      width: 100%;
    }

    .animated-circle__left,
    .animated-circle__right {
      flex: 1;
      padding-top: 124px;
    }

    .animated-circle__paragraph p {
      max-width: 337px;
    }

    .animated-circle__rounded-circle-container,
    .animated-circle__rounded-circle-wrapper {
      flex: 1.2;
    }

    .animated-circle__rounded-circle-wrapper svg {
      height: 100%;
      width: 100%;
    }

    .animated-circle__changing-word {
      font-size: 65px;
    }

    .animated-circle__right .animated-circle__heading,
    .animated-circle__right .animated-circle__paragraph--one {
      display: none;
    }

    .animated-circle__paragraph.animated-circle__paragraph--two {
      width: fit-content;
      margin-inline-start: auto;
    }

    .animated-circle__heading {
      margin-bottom: 18px;
      font-size: 34px;
    }
  }
.benefits {
    transition: background-color 0.3s linear;
  }
  
  .benefits__wrapper {
    display: flex;
    flex-direction: column-reverse;
  }

  .benefits__content--mobile {
    padding-block: 30px;
  }

  .benefits__content--desktop {
    padding-block: 34px;
  }

  .benefits__mobile-eyebrow,
  .benefits__eyebrow {
    background-color: #0f6939;
    color: #fff;
    border-radius: 25px;
    padding: 4px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
  }

  .benefits__mobile-eyebrow {
    font-size: 18px;
  }

  .benefits__eyebrow {
    margin-block-end: 32px;
    font-size: 17px;
  }

  .benefits__swiper-benefit-name {
    margin-block-end: 12px;
    font-weight: bold;
    font-size: 20px;
  }

  .benefits__mobile-eyebrow,
  .benefits__mobile-heading {
    margin-inline: 32px;
  }

  .benefits__mobile-heading {
    font-weight: bold;
    font-size: 24px;
    margin-block: 20px 24px;
  }
  
  .benefits__heading {
    margin-block-end: 32px;
    font-weight: bold;
  }

  .benefits__benefits-wrapper {
    margin-block-end: 32px;
    border-block: 1px solid black;
  }

  .benefits__benefit-item {
    position: relative;
    border-block
  }

  .benefits__benefit-item-toggle {
    position: absolute;
    top: 50%;
    left: -30px;
    transform: scale(1) translateY(-50%);
    opacity: 0;
    transition: all .2s ease-in-out;
    cursor: pointer;
  }

  .benefits__benefit-item-toggle:hover {
    transform: scale(0.7) translateY(-65%);
  }

  .benefits__benefit-item-toggle:not(:hover):before {
    transform: scale(1) translateY(-50%);
    transition: all .2s ease-in-out;
  }

  .benefits__benefit-item:hover .benefits__benefit-item-toggle,
  .benefits__benefit-item.is-active .benefits__benefit-item-toggle {
    opacity: 1;
  }

  .benefits__benefit-name {
    color: black;
    display: block;
    padding-block: 16px;
    padding-inline-start: 12px;
    width: 100%;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .benefits__benefit-item:not(:last-of-type) .benefits__benefit-name {
    border-bottom: 1px solid black;
  }

  .benefits__swiper-slide {
    padding: 6px 12px;
  }

  .benefits__swiper-benefit-details p em,
  .benefits__benefit-details p em {
    font-style: italic;
  }

  .benefits__swiper-benefit-details p strong,
  .benefits__benefit-details p strong {
    font-weight: bold;
  }

  .benefits__swiper-image,
  .benefits__image {
    height: 100%;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  .benefits__swiper-image {
    margin-bottom: 40px;
  }

  .benefits__image {
    flex: 1;
    max-width: 50%;
  }

  .benefits__benefit-details p {
    font-size: 22px;
  }

  @media (max-width: 1225px) {
    .benefits__content {
      padding-block-start: 24px;
    }

    .benefits__content--desktop,
    .benefits__image {
      display: none !important;
    }
  }

  @media (min-width: 1225px) {
    .benefits__wrapper {
      flex-direction: row;
    }

    .benefits__heading {
      max-width: 90%;
    }
    
    .benefits__content--desktop {
      display: flex !important;
      flex-direction: column;
      justify-content: center;
      flex: 1;
      padding-inline: 90px;
      max-width: 50%;
    }

    .benefits__content--mobile {
      display: none !important;
    }

    .benefits__benefit-details {
      max-height: 120px;
      height: 100%;
    }
  }
.carousel-icons-text .section-header {
    margin-bottom: 50px;
  }
  
  .carousel-icons-text__slide {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .carousel-icons-text__slide img {
    margin-bottom: 40px;
  }

  @media (max-width: 1200px) {
    .carousel-icons-text .rte {
      max-width: 90vw;
    }
  }
.community-testimonials {
    padding-block: 60px;
  }
  
  .community-testimonials__wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  
  .community-testimonials__heading {
    margin-inline: auto;
    margin-block-end: 64px;
    text-align: center;
  }

  .community-testimonials__swiper-slide {
    position: relative;
  }

  .community-testimonials__swiper-image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  .community-testimonials__swiper-slide.swiper-slide-active .community-testimonials__swiper-image {
    filter: brightness(50%);
    transition: filter 1s ease-in-out;
  }

  .community-testimonials__slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: opacity 1s ease-in-out;
    width: 100%;
    padding: 12px;
    z-index: 3;
  }

  .community-testimonials__slide-content p,
  .community-testimonials__slide-content span {
    font-size: 13px;
    color: white;
    text-align: center;
  }

  .community-testimonials__swiper-slide.swiper-slide-active .community-testimonials__slide-content {
    opacity: 1;
  }

  .community-testimonials__swiper-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-block-start: 24px;
  }

  .community-testimonials__swiper-arrow {
    position: initial !important;
    height: fit-content !important;
    width: fit-content !important;
    margin: 0 !important;
  }

  .community-testimonials__swiper-arrow::after {
    font-size: 12px !important;
    color: black !important;
  }

  @media (min-width: 1068px) {
    .community-testimonials__slide-content p,
    .community-testimonials__slide-content span {
      font-size: 19.55px;
    }
  }
.newsletter-popup {
    position: fixed !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999 !important;
    background-color: #FFFFFF;
    display: flex;
    aspect-ratio: 5 / 4;
    opacity: 1;
    transition: opacity 0.7s ease-in;
  }

  .newsletter-popup.hidden {
    opacity: 0;
    transition: none;
    pointer-events: none;
  }

  .newsletter-popup__close {
    background-color: transparent;
    border: 0;
    outline: 0;
    padding: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }

  .newsletter-popup__close svg {
    width: 16px;
    height: 16px;
  }

  .newsletter-popup__left,
  .newsletter-popup__right {
    flex: 1;
  }

  .newsletter-popup__left {
    background-color: #EBB6A9;
  }

  .newsletter-popup__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .newsletter-popup__right {
    background-color: #EBB6A9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px 35px 35px 0;
  }

  .newsletter-popup__right-content {
    padding: 24px 24px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .newsletter-popup__heading {
    font-weight: bold;
    color: #0C6938;
    text-transform: uppercase;
  }

  .newsletter-popup__text p,
  .newsletter-popup__text p * {
    font-size: 16px;
  }

  .newsletter-popup__confirmation {
    font-weight: bold;
    color: #0C6938;
  }

  .newsletter-popup__input {
    border: 1px solid #0C6938 !important; 
    border-radius: 4px !important; 
    padding: 8px !important; 
    width: 100%;
    font-size: 16px !important;
  }

  .newsletter-popup__input::placeholder {
    color: #B0A7A1 !important;
  }

  .newsletter-popup__sign-up {
    width: 100%;
    margin-block-end: 8px;
  }

  .newsletter-popup__sign-up:hover span {
    color: #0E6838 !important;
  }

  .newsletter-popup__disclaimer {
    display: block;
    font-size: 8px;
  }

  .newsletter-popup__background-overlay {
    width: 100%;
    height: 100%;
    z-index: 9998;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    display: block !important;
  }

  .newsletter-popup__background-overlay.hidden {
    opacity: 0;
    pointer-events: none;
  }
  
  @media (max-width: 767px) {
    .newsletter-popup {
      width: 60vw !important;
    }
  }
  
  @media (max-width: 1300px) {    
    .newsletter-popup {
      flex-direction: column;
      aspect-ratio: 4 / 5;
      width: 40vw;
    }

    .newsletter-popup__left {
      display: none;
    }
    
    .newsletter-popup__image--desktop {
      display: none;
    }
    
    .newsletter-popup__popup {
      width: 100%;
      max-width: 80vw !important;
    }

    .newsletter-popup__right {
      padding: 0;
    }
  }

  @media (min-width: 1300px) {   
    .newsletter-popup {
      height: 600px;  
    }

    .newsletter-popup__close {
      top: 7px;
      right: 7px;
    }
    
    .newsletter-popup__image--mobile {
      display: none;
    }

    .newsletter-popup__right {
      padding: 28px 28px 28px 0;
    }
  }
.product-key-points {
    background-color: #7AC8AB;
    overflow: hidden;
  }

  .product-key-points__container {
    display: flex;
    align-items: center;
    padding-block: 12px;
  }

  .product-key-points__image {
    max-width: 400px;
    width: 100%;
  }

  .product-key-points__point {
    display: flex;
    gap: 6px;
  }

  .product-key-points__point-right {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .product-key-points__point-heading {
    margin-bottom: 0;
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
  }

  .product-key-points__left {
    text-align: end;
  }

  .product-key-points__right {
    text-align: start;
  }

  .product-key-points__left .product-key-points__point-icon {
    order: 2;
  }

  .product-key-points__point-icon {
    width: 64px;
    height: 64px;
    aspect-ratio: 1 / 1;
  }

  .point--1 .product-key-points__point-icon,
  .point--5 .product-key-points__point-icon,
  .point--6 .product-key-points__point-icon {
    margin-top: -9px;
  }

  .product-key-points__point-text * {
    font-size: 14px;
  }

  .product-key-points__point-text strong {
    font-weight: bold;
  }

  .product-key-points__left,
  .product-key-points__right {
    gap: 16px;
    display: flex;
    flex-direction: column;
  }

  @media (max-width: 1068px) {
    .product-key-points__container {
      flex-direction: column;
      padding-block: 0 42px !important
    }

    .product-key-points__left {
      order: 1;
      text-align: start;
    }

    .product-key-points__left .product-key-points__point-icon {
      order: 0;
    }

    .product-key-points__right {
      order: 2;
    }

    .product-key-points__point-icon {
      width: 50px;
      height: 50px;
    }

    .point--1 .product-key-points__point-icon,
    .point--5 .product-key-points__point-icon,
    .point--6 .product-key-points__point-icon {
      margin-top: -5px;
    }
  }
.whats-inside {
    background-color: #EEC5B9;
    padding-block: 34px;
  }

  .whats-inside__swiper-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
  }

  .whats-inside .swiper-button-next, 
  .whats-inside .swiper-button-prev {
    position: initial !important;
    height: fit-content !important;
    margin-top: 0 !important;
  }

  .whats-inside .swiper-button-next:after, 
  .whats-inside .swiper-button-prev:after {
    font-size: 16px !important;
    color: black !important;
  }

  .whats-inside__grid {
    display: none;
  }

  .whats-inside__swiper-slide.swsl .whats-inside__grid-item-content.is-open {
    max-height: 100%;
    overflow: initial;
  }

  .whats-inside__grid-item {
    background-color: #FCE9DB;
    height: fit-content;
    position: relative;
    transition: margin .2s ease-in-out;
  }
  
  .whats-inside__grid-item:hover { 
    margin-top: -10px;
  }

  .whats-inside__grid-item-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin-bottom: 18.5px;
  }

  .whats-inside__grid-item-heading-wrapper,
  .whats-inside__grid-item-content {
    padding-inline: 12px;
  }

  .whats-inside__grid-item-heading-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    color: black;
    margin-bottom: 18.5px;
  }

  .whats-inside__grid-item-heading-wrapper.is-open {
    z-index: 1;
    position: relative;
  }

  .whats-inside__grid-item-toggle-icon {
    height: 42px;
    width: 42px;
  }

  .whats-inside__grid-item-heading {
    font-family: 'britania-ligatura';
    font-size: 25px;
    font-weight: 500;
    text-align: start;
    margin-bottom: 0;
    line-height: 22px;
  }

  .whats-inside__grid-item-content {
    max-height: 0;
    overflow: hidden;
    /* transition: none; */
  }

  .whats-inside__grid-item-content:not(.is-open) {
    /* transition: max-height 0.4s cubic-bezier(0.104, 0.204, 0.492, 1); */
    
  }

  .whats-inside__grid-item-content.is-open {
    transition: max-height 0.4s cubic-bezier(0.104, 0.204, 0.492, 1);
  }

  .whats-inside__grid-item-content.is-open {
    background-color: #fce9db;
  }

  .whats-inside__grid-item-paragraph {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 18.5px;
    letter-spacing: 1.5px;
    line-height: 18px;
  }

  .whats-inside__grid-item-paragraph p {
    margin-bottom: 0;
  }

  .whats-inside__grid-item-paragraph p strong {
    font-weight: bold;
  }

  .whats-inside__grid-item-paragraph p em {
    font-style: italic;
  }
    
  .whats-inside a {
    color: inherit !important;
    text-decoration: underline !important;
  }

  .whats-inside__grid-item-points-wrapper {
    margin-bottom: 18.5px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }

  .whats-inside__grid-item-point {
    font-size: 15px;
    font-weight: bold;
  }

  .whats-inside__grid-item-point:before {
    content:"• ";
  }

  @media (min-width: 1068px) {
    .whats-inside__swiper {
      display: none !important;
    }
    
    .whats-inside__grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      column-gap: 32px;
      row-gap: 32px;
    }

    .whats-inside__grid-item-content.is-open {
      position: absolute;
      z-index: 11;
    }
  }