/** Shopify CDN: Minification failed

Line 304:2 Unexpected "}"
Line 848:0 All "@import" rules must come first

**/
/** Shopify CDN: Minification failed

Line 836:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:card-carousel (INDEX:2) */
.card-caro-section {
    .card-caro {
      overflow: hidden;
      background: #fff2cb;
      padding: 48px 0;
    }
    .card-caro .cards-header {
      padding: 0 32px;
      margin-bottom: 2rem;
    }
    .card-caro .cards-header > h2 {
      text-align: center;
      color: #000000;
      font-size: 2.25rem;
      line-height: 2.5rem;
      font-weight: 700;
    }
    .card-caro .quote {
      font-size: 1.5rem;
      font-weight: 500;
    }
    .card-caro .card-text {
      font-size: 1.25rem;
    }
    .slide-inner {
      background: #ffffff;
      border-radius: 8px;
      overflow: hidden;
      border: 2px solid #000000;
      padding: 0;
      height: 100%;
      box-shadow: 3px 4px 0px 0px #000000;
    }
    .embla {
      max-width: 1440px;
      margin: auto;
      --slide-spacing: 1.5rem;
      --slide-size: 350px;
      @media (min-width: 992px) {
        /* --slide-spacing: 1.2rem; */
        &.mobile-only {
          .embla__controls {
            display: none;
            visibility: hidden;
          }
          .embla__container {
            justify-content: center;
          }
        }
      }
    }
    .embla__viewport {
      overflow: hidden;
      padding-bottom: 1rem;
    }
    .embla__container {
      display: flex;
      touch-action: pan-y pinch-zoom;
      margin-left: calc(var(--slide-spacing) * -1);
    }
    .embla__slide {
      transform: translate3d(0, 0, 0);
      flex: 0 0 var(--slide-size);
      min-width: 0;
      /* height: 410px; */
      padding-left: var(--slide-spacing);
    }
    .embla__controls {
      display: flex;
      justify-content: center;
      gap: 1.2rem;
      margin-top: 1.8rem;
    }
    .embla__buttons {
      display: flex;
      gap: 1.5rem;
    }
    .embla__button {
      -webkit-tap-highlight-color: rgba(var(--text-high-contrast-rgb-value), 0.5);
      -webkit-appearance: none;
      appearance: none;
      background-color: transparent;
      touch-action: manipulation;
      display: inline-flex;
      text-decoration: none;
      cursor: pointer;
      border: 0;
      padding: 0;
      margin: 0;
      width: 2.5rem;
      height: 2.5rem;
      z-index: 1;
      border-radius: 50%;
      color: #000000;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .embla__button:disabled {
      opacity: 0.2;
    }
    .embla__dots {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      column-gap: 8px;
    }
    .embla__dot {
      background-color: #000000;
      touch-action: manipulation;
      display: inline-flex;
      text-decoration: none;
      cursor: pointer;
      border: 0;
      padding: 0;
      margin: 0;
      width: 0.5rem;
      height: 0.5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      opacity: 0.2;
    }
    .embla__dot.embla__dot--selected {
      opacity: 1;
    }
  }
/* END_SECTION:card-carousel */

/* START_SECTION:firstorder-buybox (INDEX:22) */
.swiper-nav-slide.fto-slide.selected {
    opacity: 1;
  }
  .fto-buybox .ftb-bb-heading {
    max-width: 700px;
    font-size: 2rem;
    line-height: 110%;
    font-weight: 700;
    @media (min-width: 992px) {
      font-size: 2.75rem;
    }
  }
  .fto-buybox .cta-review-star {
    fill: var(--green);
  }
  .fto-buybox .ftb-bb-hd-body {
    font-size: 1rem;
    @media (min-width: 992px) {
      font-size: 1.125rem;
    }
  }
/* END_SECTION:firstorder-buybox */

/* START_SECTION:fto-clinical-study (INDEX:24) */
.clinical-study {
    padding: 20px 20px 40px 20px;

    .clinical-study--content {
      background: #fff2cb;
      max-width: 1440px;
      margin: 0 auto;
      border-radius: 20px;
      overflow: hidden;
      padding: 1.875rem 1.25rem;
    }

    .clinical-study--quality {
      border-top: 2px solid #b9bdc7;
      padding-top: 2rem;
      margin-top: 2rem;
    }
    .clinical-study--heading {
      line-height: 110%;
      font-size: 2rem;
    }
    .clinical-study--subheading {
      font-size: 1rem;
    }
    .facts {
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 1rem;
      row-gap: 2rem;
      margin-bottom: 1rem;
    }
    .fact-percent {
      font-size: 4.5rem;
      line-height: 100%;
      margin: 0 0 0.5rem 0;
    }
    .fact-text {
      color: #000000;
      font-size: 1rem;
      line-height: normal;
    }

    .footnote {
      text-align: center;
      & > p {
        font-size: 0.75rem;
        margin: unset;
        padding-top: 0.25rem;
        line-height: normal;
        color: #000000;
      }
    }
    @media (min-width: 992px) {
      padding: 3.7rem;
      .facts {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 2.7rem;
        margin: 2rem 0 1rem;
      }
      .fact-percent {
        font-size: 6.25rem;
        margin: 0 0 1rem 0;
      }
      .clinical-study--heading {
        font-size: 2.75rem;
      }
      .clinical-study--subheading {
        font-size: 1.25rem;
        max-width: 900px;
        margin: 0 auto;
      }
      .clinical-study--content {
        padding: 4.5rem;
      }
      .clinical-study--eurofins {
        gap: 3.75rem;
      }
      .sans-logo {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1.25rem;
      }
    }
  }
/* END_SECTION:fto-clinical-study */

/* START_SECTION:fto-cta-banner (INDEX:25) */
.cta-banner {
    background: linear-gradient(128deg, #F7C3A2 0%, #F0A0B8 18%, #DC6592 38%, #C04888 55%, #A07CC0 75%, #8E8FCC 100%) !important;
    padding: 40px 20px;
    .cta-banner--cta {
      padding: 0 2.75rem;
      background: linear-gradient(135deg, #E8856A, #C0437A) !important;
      box-shadow: 0 14px 36px rgba(192, 67, 122, 0.38) !important;
      outline:none;
      border:none;
      color:white;
      font-family: var(--roca);
      &:hover,
      &:focus-visible {
      transform: translateY(-2px);
      box-shadow: 0 14px 36px rgba(192, 67, 122, 0.38);
      color: #fff;
      }
    }
    .cta-banner--content flex flex-col items-center justify-center gap-6 .cta-banner--cta flex w-full tb{
      background-color:white;
    }

    @media(max-width:768px) {
      .cta-banner--heading h2{
        font-size: 37px !important;
      }

    }
    .cta-banner--heading h2{
      max-width: 700px;
      margin: auto;
      font-family: var(--roca);
        font-size: 56px;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: normal;
      }

      @media (min-width: 992px) {
        & > h2 {
          font-size: 2.75rem;
        }
      }
    }
  }
/* END_SECTION:fto-cta-banner */

/* START_SECTION:fto-faq (INDEX:26) */
.fto-faq {
    .fto-faq--content {
      padding: 1.375rem;
      max-width: 1440px;
      margin: auto;
    }
    .fto-faq--heading {
      font-size: 2rem;
    }
    .accordion-content-richtext > p {
      font-size: 1rem;
    }
    .sw-5050--cta {
      box-shadow: 0 14px 36px rgba(192, 67, 122, 0.38) !important;
      transform: translate3d(0, 0, 0);
      padding: 0 2.75rem;
      margin-top: 1rem;
      &:hover,
      &:focus-visible {
        transform: translate3d(5px, 5px, 0);
        background: linear-gradient(135deg, var(--coral), var(--magenta))!important;
      }
      &:focus-visible {
        outline: 2px solid white;
      }
    }
    @media (min-width: 992px) {
      .fto-faq--content {
        gap: 4rem;
        justify-content: space-between;
        padding: 4rem;
      }
      .fto-faq--heading {
        font-size: 40px;
        min-width: 500px;
      }
    }
  }
/* END_SECTION:fto-faq */

/* START_SECTION:fto-feature-banner (INDEX:27) */
.fto-feature-banner {
background: linear-gradient(128deg, #F7C3A2 0%, #F0A0B8 18%, #DC6592 38%, #C04888 55%, #A07CC0 75%, #8E8FCC 100%) !important;

    .fto-feature-banner--content {
      max-width: 1440px;
      margin: 0 auto;
      padding: 2.75rem 1.375rem 0;
      gap: 1rem;
    }
    .fto-feature-banner--img-wrap {
      .fto-feature-img {
        width: 100%;
        height: auto;
      }
    }
    .fto-feature-banner--heading {
      line-height: 110%;
      font-size: 36px;
    }
    .fto-feature-banner--copy {
      gap: 1rem;
    }
    .fto-feature-banner--text {
      font-size: 1rem;
    }
    .fto-feature-banner--cta {
      padding: 0 2.75rem;
      color: #c2185b;
      outline: none;
      border:none;
      background-color:white;
      font-family: var(--roca);
      &:hover,
      &:focus-visible {
    box-shadow: 0 16px 40px rgba(0, 0, 0, .2);
      
      }
      &:focus-visible {
        outline: 2px solid white;
      }
    }
    .fto-feature-banner--disclaimer,
    .fto-feature-banner--title {
      font-size: 0.875rem;
    }

    @media (min-width: 992px) {
      background: linear-gradient(180deg, #000000ff 0%, #00b5e2ff 0%, #ffcc2fff 71.36%, #ff8e2cff 100.29%);
      .fto-feature-banner--content {
        align-items: center;
        padding: 0 4rem;
      }
      .fto-feature-banner--heading {
        font-size: 48px;
      }
      .fto-feature-banner--img-wrap,
      .fto-feature-banner--copy {
        flex-grow: 1;
        flex-basis: 50%;
      }
    }
  }
/* END_SECTION:fto-feature-banner */

/* START_SECTION:fto-find-fave (INDEX:28) */
.fto-find-fave {
    background: #ffffff;
    .fto-find-fave--content {
      max-width: 1440px;
      margin: 0 auto;
      padding: 2.75rem 1rem 2.75rem;
      gap: 1rem;
    }
    .fto-find-fave--grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem;
    }
    .fto-find-fave--img-wrap {
      border-radius: 8px;
      overflow: hidden;
      .fto-feature-img {
        width: 100%;
        height: auto;
      }
    }
    .fto-find-fave--title {
      font-size: 1.125rem;
      line-height: 110%;
    }
    .fto-find-fave--heading {
      line-height: 110%;
      font-size: 2rem;
    }
    .fto-find-fave--badge {
      z-index: 1;
      padding: 4px 12px;
      top: 10px;
      left: 10px;
      font-size: 1rem;
    }

    @media (min-width: 992px) {
      .fto-find-fave--heading {
        font-size: 2.75rem;
      }
      .fto-find-fave--grid {
        grid-template-columns: repeat(4, 1fr);
      }
      .fto-find-fave--content {
        padding: 2rem 4rem;
      }
    }
  }
/* END_SECTION:fto-find-fave */

/* START_SECTION:fto-sw-5050 (INDEX:29) */
.sw-5050 {
    background: #ffffff;
    .sw-5050--content {
      max-width: 1440px;
      margin: 0 auto;
      padding: 1.375rem;
      gap: 1rem;
    }
    .sw-5050--img-wrap {
      border-radius: 20px;
      border: 2px solid #f06c69;
      overflow: hidden;
      box-shadow: 3px 4px 0px 0px #f06c69;
      .sw--img-5050 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        aspect-ratio: 1/1;
      }
    }
    .sw-5050--heading {
      line-height: 110%;
      font-size: 2rem;
    }
    .sw-5050--copy {
      gap: 1rem;
    }
    .sw-5050--text {
      font-size: 1.125rem;
      & > p {
        font-size: 1.125rem;
        margin-bottom: 0;
      }
    }
    .sw-5050--cta {
background: linear-gradient(135deg, #E8856A, #C0437A) !important;
      padding: 0 2.75rem;
      margin-top: 1rem;
      outline:none;
      border:none;
      box-shadow: 0 14px 36px rgba(192, 67, 122, 0.38);
      &:hover,
      &:focus-visible {
transform: translateY(-2px);
    box-shadow: 0 14px 36px rgba(192, 67, 122, 0.38);
    color: #fff;
      }
      &:focus-visible {
        outline: 2px solid white;
      }
    }
    .sw-5050--disclaimer,
    .sw-5050--title {
      font-size: 0.875rem;
    }

    @media (min-width: 992px) {
      .sw-5050--content {
        gap: 5rem;
        align-items: center;
        padding: 4rem;
      }
      .sw-5050--heading {
        font-size: 40px;
      }
      .sw-5050--img-wrap,
      .sw-5050--copy {
        flex-grow: 1;
        flex-basis: 50%;
      }
      .sw-5050--copy {
        gap: 20px;
      }
    }
  }
/* END_SECTION:fto-sw-5050 */

/* START_SECTION:fto-ugc-testimonials (INDEX:30) */
.ugc-tesimonials {
    margin: 0 auto;
    padding: 2rem 0;
    max-width: 1440px;
    .embla {
      max-width: 255px;
    }
    .embla__container {
      margin-left: 0;
    }
    .embla__slide {
      --slide-size: 255px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-basis: 100%;
      padding: 0;
    }
    .embla__dots .embla__dot {
      width: 0.75rem;
      height: 0.75rem;
      &.embla__dot--selected {
        background: var(--green);
      }
    }
    .slide_video {
      width: 255px;
      height: 453px;
      border-radius: 20px;
      overflow: hidden;
      position: relative;

      & > iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
      }
    }
    .ugc-tesimonials--disclaimer {
      font-size: 0.625rem;
    }
    @media (min-width: 992px) {
      padding: 0 3.75rem 3.75rem;
      .embla {
        max-width: 100%;
      }
      .embla__viewport {
        overflow: visible;
      }
      .embla__container {
        display: flex;
        gap: 20px;
        transform: none;
      }
      .embla__slide {
        flex: 1 1 0;
        min-width: 0;
      }
      .slide_video {
        aspect-ratio: 16/29;
        width: 100%;
        height: auto;
        max-width: 255px;
      }
    }
  }
/* END_SECTION:fto-ugc-testimonials */

/* START_SECTION:fto-usvthem (INDEX:31) */
.us-v-them {
    background: #ffffff;
    .us-v-them--content {
      max-width: 1440px;
      margin: 0 auto;
      padding: 1.375rem;
      gap: 1rem;
    }
    .us-v-them--img-wrap {
      .sw--img-5050 {
        width: 100%;
        height: auto;
        max-width: 750px;
      }
    }
    .us-v-them--heading {
      line-height: 110%;
      font-size: 2rem;
    }
    .us-v-them--copy {
      gap: 1rem;
    }
    .us-v-them--text {
      font-size: 1.125rem;
    }

    @media (min-width: 992px) {
      .us-v-them--content {
        gap: 2rem;
        align-items: start;
        padding: 4rem;
      }
      .us-v-them--heading {
        font-size: 2.75rem;
      }
      .us-v-them--text {
        font-size: 1.25rem;
      }
      .us-v-them--copy {
        gap: 1rem;
        max-width: 575px;
        flex-basis: 40%;
      }
      .us-v-them--img-wrap {
        flex-grow: 1;
      }
    }
  }
/* END_SECTION:fto-usvthem */

/* START_SECTION:gruns-5050-icons (INDEX:32) */
.icons-5050 {
    background: #ffffff;
    .icons-5050--content {
      max-width: 1440px;
      margin: 0 auto;
      padding: 1.375rem;
      gap: 1rem;
    }
    .icons-5050--img-wrap {
      border-radius: 20px;
      border: 2px solid #000000;
      overflow: hidden;
      box-shadow: 3px 4px 0px 0px #000000;
      .sw--img-5050 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        aspect-ratio: 1/1;
      }
    }
    .icons-5050--icons {
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 24px;
      row-gap: 32px;
    }
    .icons-5050--heading {
      line-height: 110%;
      font-size: 2rem;
    }
    .icons-5050--copy {
      gap: 1rem;
    }
    .icons-5050--text {
      font-size: 1.25rem;
    }

    @media (min-width: 992px) {
      .icons-5050--content {
        gap: 5rem;
        align-items: center;
        padding: 4rem;
      }
      .icons-5050--heading {
        font-size: 2.75rem;
      }
      .icons-5050--img-wrap,
      .icons-5050--copy {
        flex-grow: 1;
        flex-basis: 50%;
      }
    }
  }
/* END_SECTION:gruns-5050-icons */

/* START_SECTION:kids-5050-stats (INDEX:66) */
.kids-stats {
    padding: 1.375rem;
    background: #fff2cb;

    .kids-stats--content,
    .stats-50--content {
      max-width: 1440px;
      margin: 0 auto;
      /* overflow: hidden; */
    }

    .kids-stats-intro {
      order: 2;
    }
    .image_5050_wrap {
      order: 1;
    }
    .stat-title {
      font-size: 100px;
      margin: 0;
      line-height: 110%;
    }
    .stat-desc {
      font-size: 1rem;
      line-height: 140%;
      margin: 0;
    }
    .kids-stats--quality {
      padding-top: 2rem;
    }
    .kids-stats--heading {
      line-height: 110%;
      font-size: 2rem;
    }
    .kids-stats--subheading {
      font-size: 1rem;
    }
    .facts {
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 1rem;
      row-gap: 2rem;
      margin-bottom: 1rem;
    }
    .fact-percent {
      font-size: 4.5rem;
      line-height: 100%;
      margin: 0 0 0.5rem 0;
    }
    .fact-text {
      color: #000000;
      font-size: 1rem;
      line-height: normal;
    }

    .kids-stats--cta {
      background: var(--green);
      box-shadow: 5px 5px 0px 0px #000000;
      transform: translate3d(0, 0, 0);
      padding: 0 2.75rem;
      margin-top: 2rem;
      &:hover,
      &:focus-visible {
        box-shadow: 1px 1px 0px 0px #000000;
        transform: translate3d(5px, 5px, 0);
        background-color: var(--dk-green);
      }
      &:focus-visible {
        outline: 2px solid white;
      }
    }

    .footnote {
      text-align: center;
      & > p {
        font-size: 0.75rem;
        margin: unset;
        padding-top: 0.25rem;
        line-height: normal;
        color: #000000;
      }
    }
    @media (min-width: 992px) {
      padding: 3.7rem;
      .kids-stats-intro {
        order: 1;
        padding: 1rem 1.25rem;
      }
      .image_5050_wrap {
        order: 2;
      }
      .facts {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 2.7rem;
        margin: 2rem 0 1rem;
      }
      .fact-percent {
        font-size: 6.25rem;
        margin: 0 0 1rem 0;
      }
      .kids-stats--heading {
        font-size: 2.75rem;
      }
      .kids-stats--subheading {
        font-size: 1.25rem;
        max-width: 900px;
        margin: 0 auto;
      }
      .kids-stats--content {
        padding: 0 4.5rem 4.5rem;
      }
      .kids-stats--eurofins {
        gap: 3.75rem;
      }
      .sans-logo {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1.25rem;
      }
    }
  }
/* END_SECTION:kids-5050-stats */

/* START_SECTION:listicle-50-50 (INDEX:68) */
@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@500&display=swap');
  .listicle-5050 {
    background: #ffffff;
    padding: 20px;
    @media (min-width: 992px) {
      padding: 40px 20px;
    }
  }
  .listicle-5050 .font-mono {
    font-family: 'DM Mono', monospace;
    line-height: unset;
    font-size: 1.25rem;
    text-transform: uppercase;
    color: #007e40;
  }
  .listicle-5050 .title-5050 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: end;
    border-bottom: 1.5px solid #007e40;
    padding-bottom: 0.5rem;
    margin-bottom: 1.25rem;
  }
  .listicle-5050 .heading-5050 {
    margin-bottom: 1.25rem;
    font-size: 2.25rem;
    font-weight: 500;
    color: #007e40;
    @media (min-width: 992px) {
      font-size: 3.25rem;
      line-height: 110%;
    }
  }
  .listicle-5050 .img-col {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 8px;
    height: 240px;
    overflow: hidden;
    margin-bottom: 1.25rem;
    @media (min-width: 992px) {
      min-height: 440px;
      margin-bottom: 0;
    }
  }
  .listicle-5050 .img-col.preserve-ratio {
    @media (min-width: 992px) {
      height: 100%;
    }
  }
  .listicle-5050 .img-col.preserve-ratio {
    height: auto;
  }
  .listicle-5050 .img-col.preserve-ratio .img-5050 {
    height: auto;
  }
  .listicle-5050 .img-col.double {
    grid-template-columns: 1fr 1fr;
  }
  .listicle-5050 .img-5050 {
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 4px;
    overflow: hidden;
    @media (min-width: 992px) {
      height: 100%;
      min-height: 440px;
    }
  }

  .listicle-5050 .wrapper-5050 {
    display: grid;
    align-items: center;
    grid-template-areas:
      'intro'
      'image'
      'body';
    gap: 0;
    @media (min-width: 992px) {
      max-width: 1140px;
      margin: 0 auto;
      grid-template-columns: 425px 1fr;
      column-gap: 4rem;
      grid-template-areas:
        'intro image'
        'body  image';
    }
  }
  .listicle-5050 .intro-5050 {
    grid-area: intro;
    align-self: end;
  }
  .listicle-5050 .img-col {
    grid-area: image;
  }
  .listicle-5050 .content-5050 {
    grid-area: body;
    align-self: start;
  }
  .listicle-5050 .content-5050 > p {
    font-size: 1.25rem;
    font-weight: 500;
    color: #000000;
  }
/* END_SECTION:listicle-50-50 */

/* START_SECTION:listicle-facts (INDEX:69) */
.listicle-facts {
    background: #ffffff;
    padding: 20px 20px 40px 20px;
    .footnote {
      text-align: center;
      & > p {
        font-size: 0.75rem;
        margin: unset;
        padding-top: 0.25rem;
        line-height: normal;
        color: #000000;
      }
    }
  }

  .listicle-facts .facts-content {
    max-width: 1140px;
    margin: 0 auto;
    border: 1px solid var(--green);
    padding: 1.25rem;
    border-radius: 4px;
    @media (min-width: 992px) {
      padding: 2.5rem;
    }
  }
  .listicle-facts .facts-content > h2 {
    color: var(--green);
    font-size: 1.25rem;
    line-height: normal;
    margin-bottom: 0.5rem;
    font-family: 'DM Mono', monospace;
    text-transform: uppercase;
    @media (min-width: 992px) {
      text-align: center;
      font-size: 1.5rem;
    }
  }
  .listicle-facts .facts-content > p {
    color: #000000;
    font-size: 1rem;
    line-height: normal;
    @media (min-width: 992px) {
      text-align: center;
      font-size: 1.125rem;
    }
  }

  .listicle-facts .facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1rem;

    @media (min-width: 992px) {
      display: flex;
      justify-content: space-between;
    }
  }
  .listicle-facts .fact {
    position: relative;
    padding-top: 1.25rem;
    @media (min-width: 992px) {
      padding-top: 2.25rem;
    }
  }
  .listicle-facts .fact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: var(--green);
    @media (min-width: 992px) {
      width: 56px;
      height: 3px;
    }
  }
  .listicle-facts .fact-percent {
    color: var(--green);
    font-size: 2.5rem;
    @media (min-width: 992px) {
      font-size: 4rem;
    }
  }
  .listicle-facts .fact-text {
    color: #000000;
    font-size: 1rem;
    line-height: normal;
    @media (min-width: 992px) {
      font-size: 1.125rem;
      padding-top: 0.5rem;
    }
  }
/* END_SECTION:listicle-facts */

/* START_SECTION:listicle-hero (INDEX:70) */
.listicle-hero {
    background: #ffffff;
  }
  .listicle-hero .hero-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 20px 20px 36px 20px;
    @media (min-width: 992px) {
      column-gap: 56px;
      padding: 20px 0 36px 0;
    }
  }
  .listicle-hero .announcement-banner {
    background: var(--dk-green);
    display: flex;
    justify-content: center;
    padding: 0.5rem 0;
    & > p {
      color: #ffffff;
      text-align: center;
      margin: unset;
      font-size: 1rem;
      line-height: 120%;
      @media (min-width: 992px) {
        font-size: 1.25rem;
      }
      & > em {
        font-style: normal;
        font-weight: 700;
      }
      & > strong {
        font-weight: 400;
        color: var(--yellow);
      }
    }
  }
  .listicle-hero .header-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
  }
  .listicle-hero .img-wrap {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    @media (min-width: 992px) {
      max-width: 540px;
      flex-grow: 1;
    }
  }
  .listicle-hero .img-hero {
    width: 100%;
    @media (min-width: 992px) {
      width: 540px;
      height: 422px;
    }
  }
  .listicle-hero .content {
    @media (min-width: 992px) {
      width: 540px;
    }
  }
  .listicle-hero .heading > h1,
  .listicle-hero .heading > h2,
  .listicle-hero .text > p {
    line-height: 110%;
    text-align: center;
    color: #000000;
    margin-bottom: 0.5rem;
    @media (min-width: 992px) {
      text-align: left;
    }
  }
  .listicle-hero .heading > h1 {
    font-size: 2rem;
    @media (min-width: 992px) {
      font-size: 3rem;
    }
  }
  .listicle-hero .heading > h2 {
    font-size: 1.5rem;
    @media (min-width: 992px) {
      font-size: 2rem;
    }
  }
  .listicle-hero .eyebrow {
    background: #ffe89f;
    display: block;
    margin: 0 auto 1.25rem;
    max-width: fit-content;
    padding: 0 0.75rem;
    text-decoration: underline;
    color: #000000;
    font-weight: 700;
    font-size: 1rem;
    @media (min-width: 992px) {
      margin: 0 0 0.5rem 0;
    }
  }
  .listicle-hero .heading > h1 > strong {
    font-weight: 500;
    color: var(--green);
  }
  .listicle-hero .text > p {
    line-height: 150%;
    font-size: 1rem;
    @media (min-width: 992px) {
      font-size: 1.125rem;
      margin: 1.5rem 0;
    }
  }
  .listicle-hero .cta-button {
    background: var(--green);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    padding: 1rem 0;
    font-weight: 500;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 0.5rem;
  }

  #iframe-frontrow-desktop > #frontrow-sticker {
    position: absolute;
    z-index: 3;
    border-radius: 0;
    bottom: 0;
    transform: scale(0.8);
    transform-origin: 0px -5%;
    @media (min-width: 992px) {
      transform: scale(0.75);
    }
  }

  .iframe.frontrow {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999997;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .cta-lp {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    @media (min-width: 992px) {
      font-size: 16px;
    }
  }

  .cta-wrapper {
    max-width: 380px;
    margin: 0 auto;
    .sticky-logo {
      display: none;
    }
    @media (min-width: 992px) {
      margin: unset;
    }
  }

  .sticky-cta {
    z-index: 9;
    background: #daece3;
    padding: 1rem;
    transform: translateY(100%);
    bottom: 0;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 250ms;
    .cta-wrapper {
      margin: 0 auto;
    }
    @media (min-width: 992px) {
      transform: translateY(-100%);
      bottom: unset;
      top: 0;
      padding: 12px 36px;
      .cta-wrapper .sticky-logo {
        order: 1;
        display: block;
      }
      .cta-reviews {
        order: 2;
        gap: 0.75rem;
      }
      .cta-button {
        order: 3;
        padding: 12px 24px;
        height: 100%;
        font-size: 1rem;
        margin-bottom: 0;
      }
      .cta-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 1140px;
      }
    }
  }
  .sticky-cta.stuck {
    transform: translateY(0);
  }
/* END_SECTION:listicle-hero */

/* START_SECTION:listicle-reviews (INDEX:71) */
.reviews-content {
    overflow: hidden;
    background: #f8f8f8ff;
    padding: 48px 0;
  }
  .reviews-content .reviews-header {
    padding: 0 32px;
    margin-bottom: 2rem;
  }
  .reviews-content .reviews-header > h2 {
    text-align: center;
    color: #000000;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .reviews-content .reviews-header > h2 > strong {
    font-weight: normal;
    color: var(--green);
  }
  .reviews-content .quote {
    font-size: 1.5rem;
    font-weight: 500;
  }
  .reviews-content .review-text {
    font-size: 1.25rem;
  }
  .slide-inner {
    background: #ffffff;
    border-radius: 8px;
    padding: 1.25rem 1rem;
    overflow: hidden;
    border: 1px solid #000000;
    height: 450px;
  }
  .embla {
    max-width: 1140px;
    margin: auto;
    --slide-spacing: 1.5rem;
    --slide-size: 90%;
    @media (min-width: 992px) {
      --slide-size: 30%;
      --slide-spacing: 1.2rem;
    }
  }
  .embla__viewport {
    overflow: hidden;
  }
  .embla__container {
    display: flex;
    touch-action: pan-y pinch-zoom;
    margin-left: calc(var(--slide-spacing) * -1);
  }
  .embla__slide {
    transform: translate3d(0, 0, 0);
    flex: 0 0 var(--slide-size);
    min-width: 0;
    padding-left: var(--slide-spacing);
  }
  .embla__controls {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
    margin-top: 1.8rem;
  }
  .embla__buttons {
    display: flex;
    gap: 1.5rem;
  }
  .embla__button {
    -webkit-tap-highlight-color: rgba(var(--text-high-contrast-rgb-value), 0.5);
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    touch-action: manipulation;
    display: inline-flex;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    padding: 0;
    margin: 0;
    width: 2.5rem;
    height: 2.5rem;
    z-index: 1;
    border-radius: 50%;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .embla__button:disabled {
    opacity: 0.2;
  }
  .embla__dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
  }
  .embla__dot {
    background-color: #000000;
    touch-action: manipulation;
    display: inline-flex;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    padding: 0;
    margin: 0;
    width: 0.5rem;
    height: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 0.2;
  }
  .embla__dot.embla__dot--selected {
    opacity: 1;
  }
/* END_SECTION:listicle-reviews */

/* START_SECTION:mango-5050-icons (INDEX:92) */
.mango-icons-5050 {
    position: relative;
    background: linear-gradient(180deg, #ff8e2cff 0%, #ffcc2fff 28%, #00b5e2ff 64.04%, #9cf0e3ff 99.91%);
    .mango-icons-5050--content {
      max-width: 1440px;
      margin: 0 auto;
      padding: 1.375rem;
      gap: 1rem;
    }
    .mango-icons-5050--img-wrap {
      border-radius: 20px;
      border: 2px solid #000000;
      overflow: hidden;
      box-shadow: 3px 4px 0px 0px #000000;
      .sw--img-5050 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        aspect-ratio: 1/1;
      }
    }
    .icon-block > img {
      background: #ffffff;
      border-radius: 999px;
      overflow: hidden;
      padding: 0.35rem;
    }
    .mango-icons-5050--icons {
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 24px;
      row-gap: 32px;
    }
    .mango-icons-5050--heading {
      line-height: 110%;
      font-size: 2rem;
    }
    .mango-icons-5050--copy {
      gap: 1rem;
    }
    .mango-icons-5050--text {
      font-size: 1.25rem;
    }
    .snow-man {
      display: block;
      width: 100px;
      height: auto;
      position: relative;
      z-index: 1;
      margin: 0 auto;
      transform: translate3d(0, -2.5rem, 0);
    }
    .mango-tree-one {
      position: absolute;
      top: 13%;
      left: 0;
      max-width: 140px;
      z-index: 0;
    }
    .mango-tree-two {
      position: absolute;
      top: 18%;
      right: 0;
      max-width: 120px;
      z-index: 0;
    }

    .snow-wave {
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
    }

    @media (min-width: 992px) {
      .mango-icons-5050--content {
        gap: 5rem;
        align-items: center;
        padding: 4rem;
      }
      .mango-icons-5050--heading {
        font-size: 2.75rem;
      }
      .mango-icons-5050--img-wrap,
      .mango-icons-5050--copy {
        flex-grow: 1;
        flex-basis: 50%;
      }
      .mango-tree-one {
        max-width: 300px;
      }
      .mango-features-headline {
        padding-bottom: 2rem;
      }
      .mango-tree-two {
        max-width: 200px;
        transform: translate3d(0px, 50%, 0px);
      }
    }
  }
/* END_SECTION:mango-5050-icons */

/* START_SECTION:mango-stats (INDEX:96) */
.mango-stats {
    padding: 20px 20px 40px 20px;
    background: linear-gradient(180deg, #befdf7ff 0%, #00b5e2ff 99.91%);

    .mango-stats--content {
      padding: 1.875rem 1.25rem;
    }
    .mango-stats--content,
    .stats-50--content {
      max-width: 1440px;
      margin: 0 auto;
      border-radius: 20px;
      overflow: hidden;
    }

    .mango-stats-intro {
      order: 2;
      padding: 1rem 1.25rem;
    }
    .image_5050_wrap {
      order: 1;
    }
    .stat-title {
      font-size: 100px;
      margin: 0;
      line-height: 110%;
    }
    .stat-desc {
      font-size: 1rem;
      line-height: 140%;
      margin: 0;
    }
    .mango-stats--quality {
      border-top: 2px solid #b9bdc7;
      padding-top: 2rem;
      margin-top: 2rem;
    }
    .mango-stats--heading {
      line-height: 110%;
      font-size: 2rem;
    }
    .mango-stats--subheading {
      font-size: 1rem;
    }
    .facts {
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 1rem;
      row-gap: 2rem;
      margin-bottom: 1rem;
    }
    .fact-percent {
      font-size: 4.5rem;
      line-height: 100%;
      margin: 0 0 0.5rem 0;
    }
    .fact-text {
      color: #000000;
      font-size: 1rem;
      line-height: normal;
    }

    .mango-stats--cta {
      background: #ff8e2c;
      box-shadow: 5px 5px 0px 0px #000000;
      transform: translate3d(0, 0, 0);
      padding: 0 2.75rem;
      margin-top: 2rem;
      &:hover,
      &:focus-visible {
        box-shadow: 1px 1px 0px 0px #000000;
        transform: translate3d(5px, 5px, 0);
        background-color: #db3e00;
      }
      &:focus-visible {
        outline: 2px solid white;
      }
    }

    .footnote {
      text-align: center;
      & > p {
        font-size: 0.75rem;
        margin: unset;
        padding-top: 0.25rem;
        line-height: normal;
        color: #000000;
      }
    }
    @media (min-width: 992px) {
      padding: 3.7rem;
      .mango-stats-intro {
        order: 1;
        padding: 1rem 3.25rem;
      }
      .image_5050_wrap {
        order: 2;
      }
      .stats {
        gap: 1.5rem;
      }
      .facts {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 2.7rem;
        margin: 2rem 0 1rem;
      }
      .fact-percent {
        font-size: 6.25rem;
        margin: 0 0 1rem 0;
      }
      .mango-stats--heading {
        font-size: 2.75rem;
      }
      .mango-stats--subheading {
        font-size: 1.25rem;
        max-width: 900px;
        margin: 0 auto;
      }
      .mango-stats--content {
        padding: 4.5rem;
      }
      .mango-stats--eurofins {
        gap: 3.75rem;
      }
      .sans-logo {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1.25rem;
      }
    }
  }
/* END_SECTION:mango-stats */

/* START_SECTION:mango-ugc (INDEX:98) */
.mango-tesimonials {
    background: linear-gradient(180deg, #000000ff 0%, #ffffffff 0%, #00b5e2ff 99.91%);
    margin: 0 auto;
    padding: 0 0 2rem;
    /* max-width: 1440px; */
    .embla {
      max-width: 255px;
    }
    .mango-tesimonials--content {
      max-width: 1440px;
      margin: 0 auto;
    }
    .embla__container {
      margin-left: 0;
    }
    .embla__slide {
      --slide-size: 255px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-basis: 100%;
      padding: 0;
    }
    .embla__dots .embla__dot {
      width: 0.75rem;
      height: 0.75rem;
      &.embla__dot--selected {
        background: var(--green);
      }
    }
    .slide_video {
      width: 255px;
      height: 453px;
      border-radius: 20px;
      overflow: hidden;
      position: relative;

      & > iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
      }
    }
    .mango-review-tabs {
      .nav-btn {
        transition: all 0.3s ease-in-out;
        &:hover {
          background: #00b5e2;
        }
      }
      .nav-btn.selected {
        background-color: #004c5f;
        color: #ffffff;
      }
    }
    .ratings-star {
      color: #ff8e2c;
    }
    .mango-tesimonials--disclaimer {
      line-height: 150%;
      padding: 0 4rem;
      font-size: 0.625rem;
    }
    @media (min-width: 992px) {
      padding: 0 0 3.75rem;
      .embla {
        max-width: 100%;
      }
      .mango-tesimonials--content {
        padding: 0 4rem;
      }
      .embla__viewport {
        overflow: visible;
      }
      .embla__container {
        display: flex;
        gap: 20px;
        transform: none;
      }
      .embla__slide {
        flex: 1 1 0;
        min-width: 0;
      }
      .slide_video {
        aspect-ratio: 16/29;
        width: 100%;
        height: auto;
        max-width: 255px;
      }
    }
  }
/* END_SECTION:mango-ugc */

/* START_SECTION:usnacks-anchor-target (INDEX:234) */
.usnacks-anchor-target {
    height: 0;
  }
/* END_SECTION:usnacks-anchor-target */

/* START_SECTION:usnacks-buybox (INDEX:235) */
/* Gallery Crossfade Animation Styles */

  /* Incoming overlay - starts transparent, fades in on top of existing content */
  .gallery-crossfade-incoming {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease-out;
    z-index: 2;
  }

  .gallery-crossfade-incoming.is-visible {
    opacity: 1;
  }

  /* Ensure images inside fill the container */
  .gallery-crossfade-incoming img,
  .gallery-crossfade-incoming picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Thumbnail button specific styles */
  .swiper-nav-slide .gallery-crossfade-incoming {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Overwrite existing selected style */
  .usnacks-buybox .pdp-image-carousel-wrapper .swiper-nav-slide {
    transition: all 0.3s ease-in-out;
  }
  .usnacks-buybox .pdp-image-carousel-wrapper .swiper-nav-slide.selected,
  .usnacks-buybox .pdp-image-carousel-wrapper .swiper-nav-slide:hover {
    opacity: 1;
  }

  /* Quarterly Clinical Study Drawer Styles */
  .quarterly-clinical-drawer {
    overflow: hidden;
    height: 0;
    transition: height 0.3s ease;
  }

  .quarterly-clinical-drawer-content {
    border-top: 1px solid #c4c4c4;
    margin-top: 10px;
    padding-top: 10px;
    margin-left: 24px;
  }

  /* Monthly Benefits Drawer Styles */
  .monthly-benefits-drawer {
    overflow: hidden;
    height: 0;
    transition: height 0.3s ease;
  }

  /* OTP Benefits Drawer Styles */
  .otp-benefits-drawer {
    overflow: hidden;
    height: 0;
    transition: height 0.3s ease;
  }

  /* Hide scrollbar while keeping scroll functionality */
  .scrollbar-hide {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .scrollbar-hide::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }

  /* XL viewport gallery layout adjustments */
  @media (min-width: 1280px) {
    .pdp-image-carousel-wrapper {
      align-items: flex-start;
    }

    /* Initially hide thumbs nav on xl until max-height is calculated */
    .swiper-thumbs-nav {
      opacity: 0;
      transition: opacity 0.3s ease-out;
    }

    /* Fade in once JS has set max-height */
    .swiper-thumbs-nav.thumbs-nav-ready {
      opacity: 1;
    }

    /* Make the carousel square */
    .pdp-image-carousel-wrapper .pdp-image-carousel {
      aspect-ratio: 1 / 1;
      flex-shrink: 0;
      width: calc(100% - 105px);
    }
  }

  /* Sticky ATC Button Brand Colors */
  #buybox-pdp-sticky-atc .btn-primary {
    background-color: var(--brand-primary, #007E40);
  }

  #buybox-pdp-sticky-atc .btn-primary:hover {
    background-color: color-mix(in srgb, var(--brand-primary, #007E40) 90%, black);
  }
/* END_SECTION:usnacks-buybox */

/* START_SECTION:usnacks-find-your-favorite (INDEX:238) */
.usnacks-find-your-favorite .favorite-products-wrapper > div {
    width: 100%;
  }
  @media all and (min-width: 400px) {
    .usnacks-find-your-favorite .favorite-products-wrapper {
      gap: 12px;
    }
    .usnacks-find-your-favorite .favorite-products-wrapper > div {
      width: calc(50% - 6px);
    }
  }
  @media all and (min-width: 992px) {
    .usnacks-find-your-favorite .favorite-products-wrapper > div {
      width: calc(25% - 9px);
    }
  }
/* END_SECTION:usnacks-find-your-favorite */

/* START_SECTION:usnacks-meet-our-bears (INDEX:241) */
.usnacks-meet-our-bears .bear-image-wrapper {
    aspect-ratio: 1/1;
  }
  .usnacks-meet-our-bears .bear-image-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
  }
  .usnacks-meet-our-bears .embla {
    --slide-size: 80%;
    max-width: none;
  }
  /* .usnacks-meet-our-bears .embla__viewport {
    height: 500px;
  } */
  .usnacks-meet-our-bears .embla__container {
    display: flex;
    align-items: stretch;
    touch-action: pan-y pinch-zoom;
  }
  .usnacks-meet-our-bears .embla__slide {
    transform: translate3d(0, 0, 0);
    flex: 0 0 var(--slide-size);
    min-width: 0;
  }
  .usnacks-meet-our-bears .embla__slide .bear {
    height: 540px;
  }
  @media all and (min-width: 460px) {
    .usnacks-meet-our-bears .embla__slide .bear {
      height: 600px;
    }
  }
  @media all and (min-width: 580px) {
    .usnacks-meet-our-bears .embla__slide .bear {
      height: 700px;
    }
  }
  @media all and (min-width: 768px) {
    .usnacks-meet-our-bears .embla {
      --slide-size: 28%;
    }
    .usnacks-meet-our-bears .embla__slide .bear {
      height: 500px;
    }
  }
  @media all and (min-width: 992px) {
    .usnacks-meet-our-bears .embla {
      --slide-size: calc(25% - 9px);
    }
  }
  @media all and (min-width: 1200px) {
    .usnacks-meet-our-bears .embla__slide .bear {
      height: 520px;
    }
  }
  @media all and (min-width: 1400px) {
    .usnacks-meet-our-bears .embla__slide .bear {
      height: 540px;
    }
  }
/* END_SECTION:usnacks-meet-our-bears */

/* START_SECTION:usnacks-resource-hub (INDEX:243) */
.usnacks-resource-hub .resource-image-wrapper {
    aspect-ratio: 1/1;
  }
  .usnacks-resource-hub .resource-image-wrapper img {
    object-fit: contain;
    height: 100%;
    display: block;
  }
  .usnacks-resource-hub .resource .resource-image-wrapper {
    background-color: #FFE89F;
    transition: background-color 0.3s ease-in-out;
  }
  .usnacks-resource-hub .resource:hover .resource-image-wrapper {
    background-color: #FFCC2F;
  }
  .usnacks-resource-hub .resource .resource-wrapper {
    position: relative;
  }
  .usnacks-resource-hub .resource .resource-wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
  }
  .usnacks-resource-hub .resource:hover .resource-wrapper::before {
    opacity: 1;
  }
/* END_SECTION:usnacks-resource-hub */

/* START_SECTION:ws-lisitcle-hero (INDEX:255) */
.ws-listicle-hero {
    background: #ffffff;

    /* Banner */
    .announcement-banner {
      background: var(--dk-green);
      display: flex;
      justify-content: center;
      padding: 0.5rem 0;

      > p {
        color: #ffffff;
        text-align: center;
        margin: unset;
        font-size: 1rem;
        line-height: 1.2;

        @media (min-width: 992px) {
          font-size: 1.25rem;
        }

        > em {
          font-style: normal;
          font-weight: 700;
        }

        > strong {
          font-weight: 400;
          color: var(--yellow);
        }
      }
    }

    /* Header */
    .header-logo {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 1rem 0;
    }

    /* Hero inner */
    .hero-inner {
      max-width: 1140px;
      margin: 0 auto;
      padding: 20px 20px 36px;

      @media (min-width: 992px) {
        padding: 20px 0 36px;
        column-gap: 56px;
      }
    }

    /* Image */
    .img-wrap {
      width: 100%;
      border-radius: 4px;
      overflow: hidden;

      @media (min-width: 992px) {
        max-width: 540px;
        flex-grow: 1;
        order: 2;
      }
    }

    .img-hero {
      width: 100%;

      @media (min-width: 992px) {
        width: 540px;
        height: 422px;
      }
    }

    /* Content */
    .content {
      @media (min-width: 992px) {
        width: 540px;
        order: 1;
      }
    }

    .eyebrow {
      display: block;
      background: #ffe89f;
      max-width: fit-content;
      margin: 0 auto 1.25rem;
      padding: 0 0.75rem;
      font-size: 1rem;
      font-weight: 700;
      color: #000000;
      text-decoration: underline;

      @media (min-width: 992px) {
        margin: 0 0 0.5rem;
      }
    }

    .heading {
      & > h1,
      & > h2 {
        font-family: Work Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
        color: #000000;
        margin-bottom: 0.5rem;
      }

      & > h1 {
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: -0.05em;

        @media (min-width: 992px) {
          font-size: 2.75rem;
        }

        & > strong {
          font-weight: 600;
          color: var(--green);
        }
      }

      & > h2 {
        font-size: 1.5rem;
        line-height: 1.1;

        @media (min-width: 992px) {
          font-size: 2rem;
        }
      }
    }

    .text > p,
    .cta-button {
      font-family: Work Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 1rem;
      font-weight: 500;
      line-height: 1.6;
      letter-spacing: normal;
      color: #000000;
      margin-bottom: 0.5rem;

      @media (min-width: 992px) {
        font-size: 1.125rem;
      }
    }

    /* CTA */
    .cta-button {
      display: flex;
      justify-content: center;
      align-items: center;
      background: var(--green);
      color: #ffffff;
      font-weight: 700;
      padding: 1rem 0;
      border-radius: 4px;
      overflow: hidden;
      margin-bottom: 0.5rem;
      font-size: 1rem;
    }

    .cta-lp {
      font-size: 14px;
      font-weight: 600;
      color: #000000;

      @media (min-width: 992px) {
        font-size: 16px;
      }
    }

    .cta-wrapper {
      margin: 0 auto;
      max-width: unset;
      .cta-reviews {
        max-width: 380px;
        margin: 0 auto;
      }

      .sticky-logo {
        display: none;
      }

      @media (min-width: 992px) {
        max-width: 380px;
        margin: unset;
        .cta-reviews {
          max-width: unset;
          margin: 0 auto;
        }
      }
    }

    /* Sticky CTA */
    .sticky-cta {
      z-index: 9;
      background: #daece3;
      padding: 1rem;
      bottom: 0;
      transform: translateY(100%);
      transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);

      .cta-wrapper {
        margin: 0 auto;
      }

      @media (min-width: 992px) {
        transform: translateY(-100%);
        top: 0;
        bottom: unset;
        padding: 12px 36px;

        .cta-wrapper {
          display: flex;
          align-items: center;
          justify-content: space-between;
          width: 100%;
          max-width: 1140px;

          .sticky-logo {
            display: block;
            order: 1;
          }
        }

        .cta-reviews {
          order: 2;
          gap: 0.75rem;
        }

        .cta-button {
          order: 3;
          height: 100%;
          padding: 12px 24px;
          font-size: 1rem;
          margin-bottom: 0;
        }
      }

      &.stuck {
        transform: translateY(0);
      }
    }

    /* Frontrow iframe */
    #iframe-frontrow-desktop > #frontrow-sticker {
      position: absolute;
      z-index: 3;
      border-radius: 0;
      bottom: 0;
      transform: scale(0.8);
      transform-origin: 0px -5%;

      @media (min-width: 992px) {
        transform: scale(0.75);
      }
    }

    .iframe.frontrow {
      display: none;
      position: fixed;
      z-index: 99999997;
      inset: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
    }
  }
/* END_SECTION:ws-lisitcle-hero */

/* START_SECTION:ws-listicle-5050 (INDEX:256) */
/* @import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@500&display=swap'); */
  .ws-listicle-5050 {
    background: #ffffff;
    padding: 20px;
    @media (min-width: 992px) {
      padding: 40px 20px;
    }
  }
  .ws-listicle-5050 .font-mono {
    font-family: 'DM Mono', monospace;
    line-height: unset;
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #007e40;
    @media (min-width: 992px) {
      font-size: 1rem;
    }
  }
  .ws-listicle-5050 .title-5050 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: end;
    border-bottom: 1.5px solid #007e40;
    padding-bottom: 0.5rem;
    margin-bottom: 1.25rem;
  }
  .ws-listicle-5050 .heading-5050 {
    margin-bottom: 1.25rem;
    font-size: 2rem;
    line-height: 120%;
    font-weight: 600;
    letter-spacing: -0.05em;
    font-family: Work Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #007e40;
    @media (min-width: 992px) {
      font-size: 2.75rem;
      line-height: 110%;
      letter-spacing: -0.05em;
    }
  }
  .ws-listicle-5050 .img-col {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 8px;
    height: 350px;
    overflow: hidden;
    margin-bottom: 1.25rem;
    @media (min-width: 992px) {
      min-height: 642px;
      margin-bottom: 0;
    }
  }
  .ws-listicle-5050 .img-col.double {
    grid-template-columns: 1fr 1fr;
  }
  .ws-listicle-5050 .img-5050 {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    overflow: hidden;
    @media (min-width: 992px) {
      height: 100%;
      min-height: 440px;
    }
  }

  .ws-listicle-5050 .wrapper-5050 {
    display: grid;
    align-items: center;
    grid-template-areas:
      'intro'
      'image'
      'body';
    gap: 0;
    @media (min-width: 992px) {
      max-width: 1140px;
      margin: 0 auto;
      grid-template-columns: 1fr 425px;
      column-gap: 4rem;
      grid-template-areas:
        'image intro'
        'image  body';
    }
  }
  .ws-listicle-5050 .intro-5050 {
    grid-area: intro;
    align-self: end;
  }
  .ws-listicle-5050 .img-col {
    grid-area: image;
  }
  .ws-listicle-5050 .content-5050 {
    grid-area: body;
    align-self: start;
    font-family: Work Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  }
  .ws-listicle-5050 .content-5050 > p {
    font-size: 1rem;
    font-weight: 500;
    color: #000000;
    line-height: 160%;
    letter-spacing: normal;
    @media (min-width: 992px) {
      font-size: 1.125rem;
    }
  }
/* END_SECTION:ws-listicle-5050 */

/* CSS from block stylesheet tags */
/* START_BLOCK:_fto-bb-taste (INDEX:259) */
.taste-like-wrap {
    order: 3;
  }
  .taste-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 115px;
    text-wrap: nowrap;
    .taste-img {
      position: relative;
      background: var(--product-bg-color);
      width: 3.5rem;
      height: 3.5rem;
      border-radius: 100%;
      overflow: hidden;
      display: block;
      .taste-emoji {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        font-size: 1.75rem;
      }
    }
    &.taste-secondary {
      width: auto;
      .taste-img {
        width: 2.5rem;
        height: 2.5rem;
        .taste-emoji {
          font-size: 1.25rem;
        }
      }
    }

    .taste-text {
      font-weight: 600;
      font-size: 1.125rem;
      display: block;
      padding-top: 0.25em;
    }
  }
  .tastes-like {
    .tastes {
      display: none;
    }
    .tastes.selected {
      display: block;
    }
  }
/* END_BLOCK:_fto-bb-taste */

/* START_BLOCK:first-order-plan-selector (INDEX:262) */
/* States that require JS class toggles */
  .sugar-btn.active {
    border-color: #000;
    background: #000;
    color: #fff;
  }

  .variant-config {
    display: none;
  }

  .variant-config.active {
    display: block;
  }

  .plan-btn.otp-plan {
    padding: 0;
  }

  .plan-btn.sub-plan.selected {
    border-color: #00351b;
    background: var(--product-bg-color);
  }
  .plan-btn.otp-plan.selected {
    border-color: unset;
    background: unset;
  }
  .otp-select.selected:not(.kids-otp) { 
    background: var(--product-bg-color);
  } 
  .otp-select.kids-otp .day-price {
      color: #000000 !important;
  }

  .quantity-selector.disabled {
    opacity: 0.5;
    pointer-events: none;
  }

  .otp-otc-row {
    padding-top: 8px;
    display: none;
  }
  .selected .otp-otc-row {
    display: flex;
  }

  .add-to-cart-btn.is-loading {
    pointer-events: none;
    opacity: 0.7;
  }
/* END_BLOCK:first-order-plan-selector */

/* START_BLOCK:usnacks-buybox--plan-selector (INDEX:269) */
/* States that require JS class toggles */
  .sugar-btn.active {
    border-color: #000;
    background: #000;
    color: #fff;
  }

  .variant-config {
    display: none;
  }

  .variant-config.active {
    display: block;
  }

  .plan-btn.selected {
    border-color: var(--brand-strongest, #00351b);
    background: var(--brand-selected-bg, #daece3);
  }

  .plan-btn.selected .plan-radio {
    border-color: var(--brand-strongest, #00351b);
  }

  .quantity-selector.disabled {
    opacity: 0.5;
    pointer-events: none;
  }

  .add-to-cart-btn.is-loading {
    pointer-events: none;
    opacity: 0.7;
  }

  .add-to-cart-btn {
    background-color: var(--brand-primary, #007E40);
  }

  .add-to-cart-btn:hover {
    background-color: color-mix(in srgb, var(--brand-primary, #007E40) 90%, black);
  }

  .plan-discount-tag {
    background-color: var(--brand-strongest, #00351b);
  }

  .monthly-eyebrow {
    background-color: var(--brand-strongest, #00351b);
  }
/* END_BLOCK:usnacks-buybox--plan-selector */

/* START_BLOCK:usnacks-buybox--quantity-selector (INDEX:270) */
.usnacks-buybox--quantity-selector .qty-field.active {
    display: block !important;
  }
  .usnacks-buybox--quantity-selector .qty-field input:checked + label {
    background-color: var(--brand-selected-bg, #DAECE3);
    border: 1px solid #0A1912;
  }
  .usnacks-buybox--quantity-selector .qty-field label:hover {
    background-color: var(--brand-selected-bg, #DAECE3);
  }
  .usnacks-buybox--quantity-selector .buybox-discount-tag svg path {
     fill: #585858;
     transition: all 0.3s ease-in-out;
  }
  .usnacks-buybox--quantity-selector .buybox-discount-tag.enabled {
    opacity: 1;
    background-color: var(--brand-strongest, #00582D);
    color: #FFFFFF;
    border: 1px solid var(--brand-strongest, #00582D);
  }
  .usnacks-buybox--quantity-selector .buybox-discount-tag.enabled svg path {
    fill: #FFFFFF;
  }
/* END_BLOCK:usnacks-buybox--quantity-selector */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:bb-add-on (INDEX:280) */
.bb-add-on_heading .metafield-rich_text_field > h2,
  .bb-add-on_heading .metafield-rich_text_field > h3 {
    font-family: 'Work Sans';
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.9px;
    margin-bottom: 0.1rem;
    @media (min-width: 992px) {
      font-size: 20px;
    }
  }
  .bb-add-on_heading .metafield-rich_text_field > p {
    font-family: 'Work Sans';
    font-size: 14px;
    color: rgba(0, 31, 16, 0.7);
    font-weight: 500;
    line-height: 160%;
    margin: 0;
  }
  .bb-add-on {
    .mc {
      padding: 8px 12px 0;
      background: #ffffff;
      border-top: 1px solid rgb(152, 159, 173);
      border-left: 1px solid rgb(152, 159, 173);
      border-right: 1px solid rgb(152, 159, 173);
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      border-bottom: unset;
      z-index: 2;

      &.active {
        background: var(--bb-bg);
        .add-on-check {
          outline: 1px solid #000000;
          & > svg {
            max-width: 100%;
            opacity: 1;
          }
        }
      }
    }
    .chin-check {
      color: #989fad;
    }
    &.active .chin-check {
      color: var(--active-color);
    }
    .add-on-qty {
      border-bottom: 1px solid rgb(152, 159, 173);
      border-left: 1px solid rgb(152, 159, 173);
      border-right: 1px solid rgb(152, 159, 173);
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      overflow: hidden;
      background: #ffffff;
      transition: background 300ms;
      .field-wrap {
        height: 0;
        padding: 6px 8px;
        opacity: 0;
        overflow: hidden;
        pointer-events: none;
        transition: height 300ms, opacity 300ms;
      }
    }
    &.active {
      .field-wrap {
        height: 95px;
        opacity: 1;
        pointer-events: all;
      }
      .add-on-qty {
        background: var(--bb-bg);
      }
      .add-on-qty,
      .chin {
        border-bottom: 1px solid black;
        border-left: 1px solid black;
        border-right: 1px solid black;
      }
      .mc {
        border-top: 1px solid black;
        border-left: 1px solid black;
        border-right: 1px solid black;
      }
    }
    .add-on-check {
      min-width: 17px;
      min-height: 17px;
      outline: 1px solid rgb(152, 159, 173);
      border-radius: 4px;
      overflow: hidden;
      & > svg {
        opacity: 0;
      }
    }
    .add-on-label {
      font-size: 18px;
      font-weight: 600;
      line-height: 120%;
    }
    .add-on-desc {
      color: rgba(0, 31, 16, 0.7);
      font-size: 12px;
      line-height: 120%;
    }
    .add-on-price {
      color: #000000;
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: 120%;
    }
    .add-on-compare {
      color: rgba(0, 31, 16, 0.7);
      font-size: 12px;
      font-weight: 500;
      line-height: 120%;
      text-decoration-line: line-through;
    }
    .chin {
      background: var(--chin-bg);
      padding-top: 1rem;
      margin-top: -0.6rem;
      padding-bottom: 0.5rem;
      z-index: 1;
      border-bottom: 1px solid rgb(152, 159, 173);
      border-left: 1px solid rgb(152, 159, 173);
      border-right: 1px solid rgb(152, 159, 173);
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      overflow: hidden;
    }
    .chin-text {
      font-size: 14px;
      line-height: 120%;
      font-weight: 600;
    }
    .add-on-discount {
      top: 0;
      right: 8px;
      background: #000000;
      transform: translate3d(0, -50%, 0);
      z-index: 3;
      border-radius: 100px;
      overflow: hidden;
      font-size: 14px;
      font-weight: 700;
      padding: 0 6px;

      &.mango {
        outline: 2px solid rgb(255, 142, 44);
      }
    }
  }
/* END_SNIPPET:bb-add-on */