/** Shopify CDN: Minification failed

Line 19:16 Expected identifier but found whitespace
Line 19:18 Unexpected "{"
Line 19:27 Expected ":"
Line 19:53 Expected ":"
Line 20:19 Expected identifier but found whitespace
Line 20:21 Unexpected "{"
Line 20:30 Expected ":"
Line 20:59 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:ingredients-grid (INDEX:876) */
.ingredients-grid {
    padding-top: {{ section.settings.padding_top }}px;
    padding-bottom: {{ section.settings.padding_bottom }}px;
  }

  .ingredients-grid__header {
    text-align: center;
    margin-bottom: 4rem;
  }

  .ingredients-grid__heading {
    margin-bottom: 1rem;
  }

  .ingredients-grid__description {
    max-width: 74rem;
    margin: 0 auto;
    font-size: 1.6rem;
    color: rgba(var(--color-foreground), 0.75);
  }

  .ingredients-grid__wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
  }

  @media screen and (min-width: 750px) {
    .ingredients-grid__wrapper {
      grid-template-columns: repeat(3, 1fr);
      gap: 2.5rem;
    }
  }

  @media screen and (min-width: 990px) {
    .ingredients-grid__wrapper {
      grid-template-columns: repeat(5, 1fr);
      gap: 3rem;
    }
  }

  .ingredients-grid__item {
    position: relative;
  }

  .ingredients-grid__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2rem 1.5rem;
    border-radius: 1.2rem;
    background: rgba(var(--color-foreground), 0.04);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    position: relative;
    overflow: hidden;
  }

  .ingredients-grid__card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(var(--color-foreground), 0.06) 0%, rgba(var(--color-foreground), 0.02) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }

  .ingredients-grid__card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 28px rgba(var(--color-shadow), 0.15);
    background: rgba(var(--color-foreground), 0.06);
  }

  .ingredients-grid__card:hover::before {
    opacity: 1;
  }

  .ingredients-grid__image-wrapper {
    width: 80px;
    height: 80px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(var(--color-background), 0.8);
    padding: 1rem;
    transition: transform 0.3s ease;
  }

  .ingredients-grid__card:hover .ingredients-grid__image-wrapper {
    transform: scale(1.1);
  }

  .ingredients-grid__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .ingredients-grid__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .ingredients-grid__item-title {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0 0 0.8rem 0;
    color: rgb(var(--color-foreground));
    line-height: 1.3;
  }

  .ingredients-grid__item-description {
    font-size: 1.3rem;
    color: rgba(var(--color-foreground), 0.7);
    margin: 0;
    line-height: 1.5;
    font-weight: 500;
  }

  /* Hover-only description styles */
  .ingredients-grid__item-description.hover-only {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.3s ease, margin 0.3s ease;
    margin-top: 0;
  }

  .ingredients-grid__card:hover .ingredients-grid__item-description.hover-only,
  .ingredients-grid__card:focus-within .ingredients-grid__item-description.hover-only {
    opacity: 1;
    max-height: 100px;
    margin-top: 0.8rem;
  }

  /* Mobile tap support */
  @media (hover: none) and (pointer: coarse) {
    .ingredients-grid__card {
      cursor: pointer;
    }
    
    .ingredients-grid__card:active .ingredients-grid__item-description.hover-only {
      opacity: 1;
      max-height: 100px;
      margin-top: 0.8rem;
    }
  }

  /* Responsive adjustments */
  @media screen and (max-width: 749px) {
    .ingredients-grid__wrapper {
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem;
    }

    .ingredients-grid__card {
      padding: 1.5rem 1rem;
    }

    .ingredients-grid__image-wrapper {
      width: 60px;
      height: 60px;
      margin-bottom: 1rem;
    }

    .ingredients-grid__item-title {
      font-size: 1.4rem;
    }

    .ingredients-grid__item-description {
      font-size: 1.2rem;
    }
  }
/* END_SECTION:ingredients-grid */

/* START_SECTION:vsl-bonus-offer (INDEX:1029) */
.vsl-bonus { max-width: 900px; margin: 40px auto 0; padding: 0 16px; }
.vsl-bonus__band { background: linear-gradient(135deg, #0a6050, #146e54); border-radius: 8px 8px 0 0; padding: 24px; text-align: center; }
.vsl-bonus__eyebrow { color: #fff; margin: 0 0 6px; font-size: 22px; }
.vsl-bonus__subheading { color: #deece7; margin: 0; font-size: 15px; }
.vsl-bonus__inner { background: #fff; border-radius: 0 0 8px 8px; padding: 24px; display: flex; gap: 24px; align-items: center; flex-wrap: wrap; }
.vsl-bonus__image { flex-shrink: 0; margin: 0 auto; }
.vsl-bonus__body { flex: 1 1 260px; font-size: 14px; line-height: 1.6; }
/* END_SECTION:vsl-bonus-offer */

/* START_SECTION:vsl-disclaimer-footer (INDEX:1030) */
.vsl-footer { background: #f7f6f4; padding: 32px 16px; }
.vsl-footer__inner { max-width: 800px; margin: 0 auto; text-align: center; }
.vsl-footer__disclaimer { font-size: 12px; line-height: 1.5; opacity: .65; margin: 0 0 16px; }
.vsl-footer__copyright { font-size: 12px; opacity: .65; margin: 0 0 12px; }
.vsl-footer__links { display: flex; justify-content: center; gap: 6px; flex-wrap: wrap; font-size: 12px; }
.vsl-footer__links a { color: inherit; text-decoration: none; padding: 0 6px; border-left: 1px solid currentColor; opacity: .65; }
.vsl-footer__links a:first-child { border-left: 0; }
/* END_SECTION:vsl-disclaimer-footer */

/* START_SECTION:vsl-faq (INDEX:1031) */
.vsl-faq { background: #f7f6f4; padding: 40px 16px; }
.vsl-faq__inner { max-width: 760px; margin: 0 auto; }
.vsl-faq__heading { text-align: center; font-size: 24px; margin: 0 0 24px; }
.vsl-faq__list { border-top: 2px solid #191919; }
.vsl-faq__item { border-bottom: 1px solid rgba(25,25,25,.15); padding: 16px 0; }
.vsl-faq__question { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; font-weight: 600; list-style: none; }
.vsl-faq__question::-webkit-details-marker { display: none; }
.vsl-faq__count { flex-shrink: 0; }
.vsl-faq__chevron { margin-left: auto; flex-shrink: 0; width: 16px; height: 16px; transition: transform .15s ease; }
.vsl-faq__item[open] .vsl-faq__chevron { transform: rotate(180deg); }
.vsl-faq__answer { padding: 12px 0 0 24px; font-size: 14px; line-height: 1.6; }
.vsl-faq__answer p { margin: 0 0 10px; }
/* END_SECTION:vsl-faq */

/* START_SECTION:vsl-guarantee (INDEX:1032) */
.vsl-guarantee { background: #f7f6f4; padding: 40px 16px; }
.vsl-guarantee__inner { max-width: 760px; margin: 0 auto; display: flex; gap: 24px; align-items: flex-start; flex-wrap: wrap; }
.vsl-guarantee__badge { flex-shrink: 0; margin: 0 auto; }
.vsl-guarantee__copy { flex: 1 1 320px; text-align: center; }
.vsl-guarantee__eyebrow { font-weight: 700; font-size: 14px; margin: 0 0 4px; }
.vsl-guarantee__heading { font-size: 24px; margin: 0 0 14px; }
.vsl-guarantee__body p { font-size: 14px; line-height: 1.6; margin: 0 0 12px; }
/* END_SECTION:vsl-guarantee */

/* START_SECTION:vsl-hero (INDEX:1033) */
/* ===== Gate visibility — controls every section on this page ===== */
[data-vsl-gate="after"]  { display: none; }
[data-vsl-gate="before"] { display: block; }
html.vsl-revealed [data-vsl-gate="after"],
body.vsl-revealed [data-vsl-gate="after"]  { display: block; }
html.vsl-revealed [data-vsl-gate="before"],
body.vsl-revealed [data-vsl-gate="before"] { display: none; }

/* ===== Hero ===== */
.vsl-hero { max-width: 1140px; margin: 0 auto; padding: 32px 16px 16px; }
.vsl-hero__head { text-align: center; margin-bottom: 20px; }
.vsl-hero__eyebrow { text-transform: uppercase; font-weight: 700; font-size: 13px; letter-spacing: .04em; margin: 0 0 8px; }
.vsl-hero__headline { font-size: clamp(22px, 4.2vw, 34px); line-height: 1.25; margin: 0; max-width: 760px; margin-inline: auto; }
.vsl-hero__panel { background: #fff; border-radius: 10px; box-shadow: 0 14px 24px rgba(0,0,0,.12); padding: 20px; display: flex; gap: 24px; flex-wrap: wrap; }
.vsl-hero__video-col { flex: 1 1 480px; min-width: 0; }
.vsl-hero__video { position: relative; border-radius: 6px; overflow: hidden; background: #000; }
.vsl-hero__video-frame { position: relative; padding-top: 56.25%; }
.vsl-hero__video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.vsl-hero__video-tag { width: 100%; display: block; }
.vsl-hero__placeholder { position: relative; }
.vsl-hero__placeholder-img { width: 100%; display: block; }
.vsl-hero__placeholder-badge { position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%); background: rgba(0,0,0,.72); color: #fff; font-size: 12px; font-weight: 600; padding: 6px 14px; border-radius: 999px; }
.vsl-hero__sound-notice { display: flex; align-items: center; gap: 6px; justify-content: center; font-size: 14px; margin: 14px 0 0; }
.vsl-hero__sound-icon { width: 18px; height: 18px; flex-shrink: 0; }
.vsl-hero__authority { flex: 0 1 200px; text-align: center; }
.vsl-hero__authority-photo { border-radius: 50%; width: 110px; height: 110px; object-fit: cover; margin: 0 auto 10px; display: block; }
.vsl-hero__authority-credential { display: inline-block; font-size: 11px; font-weight: 700; text-transform: uppercase; background: #c0392b; color: #fff; padding: 2px 8px; border-radius: 3px; margin-bottom: 6px; }
.vsl-hero__authority-name { display: block; font-weight: 700; margin-bottom: 6px; }
.vsl-hero__authority-bio { font-size: 13px; line-height: 1.55; text-align: left; }

@media (max-width: 749px) {
  .vsl-hero__panel { flex-direction: column; padding: 14px; }
}
/* END_SECTION:vsl-hero */

/* START_SECTION:vsl-pricing-tiers (INDEX:1034) */
.vsl-pricing { background: #0a6050; padding: 40px 16px; }
.vsl-pricing__inner { max-width: 1080px; margin: 0 auto; }
.vsl-pricing__heading { color: #fff; text-align: center; font-size: 22px; margin: 0 0 24px; }
.vsl-pricing__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: end; }
.vsl-tier { background: #fff; border-radius: 8px; padding: 24px 18px; text-align: center; display: flex; flex-direction: column; align-items: center; box-shadow: 0 4px 14px rgba(0,0,0,.12); }
.vsl-tier__badge { font-weight: 700; font-size: 13px; letter-spacing: .03em; text-transform: uppercase; margin-bottom: 4px; }
.vsl-tier__supply { font-size: 13px; opacity: .75; margin: 0 0 12px; }
.vsl-tier__supply span { display: block; }
.vsl-tier__image { display: block; margin: 0 auto 12px; }
.vsl-tier__price { margin: 0 0 14px; }
.vsl-tier__price-amount { font-size: 28px; font-weight: 800; }
.vsl-tier__price-unit { font-size: 13px; opacity: .7; margin-left: 4px; }
.vsl-tier__checklist { list-style: none; margin: 0 0 16px; padding: 0; text-align: left; width: 100%; display: flex; flex-direction: column; gap: 8px; }
.vsl-tier__checklist li { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; font-weight: 600; }
.vsl-tier__check-icon { width: 16px; height: 16px; flex-shrink: 0; margin-top: 1px; color: #0a6050; }
.vsl-tier__cta { display: block; width: 100%; background: #c0392b; color: #fff; font-weight: 700; text-align: center; padding: 14px 16px; border-radius: 6px; text-decoration: none; }
.vsl-tier__compare { margin: 12px 0 0; font-size: 13px; }
.vsl-tier__compare s { opacity: .55; margin-right: 10px; }
.vsl-tier--highlighted { transform: scale(1.04); border: 2px solid #f6ff80; }

@media (max-width: 900px) {
  .vsl-pricing__grid { grid-template-columns: 1fr; max-width: 380px; margin-inline: auto; }
  .vsl-tier--highlighted { order: -1; transform: none; }
}
/* END_SECTION:vsl-pricing-tiers */

/* START_SECTION:vsl-social-proof-gate (INDEX:1035) */
.vsl-social-gate { max-width: 900px; margin: 0 auto; padding: 24px 16px; }
.vsl-social-gate__inner { background: #fff; border-radius: 8px; box-shadow: 0 4px 4px rgba(0,0,0,.10); padding: 24px; }
.vsl-social-gate__heading { font-size: 18px; font-weight: 700; margin: 0 0 16px; }
.vsl-review-list { list-style: none; margin: 0; padding: 16px 0 0; display: flex; flex-direction: column; gap: 18px; border-top: 1px solid rgba(45,57,76,.1); }
.vsl-review { display: flex; gap: 12px; align-items: flex-start; }
.vsl-review__avatar { border-radius: 50%; flex-shrink: 0; width: 48px; height: 48px; object-fit: cover; }
.vsl-review__name { display: block; font-weight: 700; font-size: 14px; color: #1c3a6e; margin-bottom: 2px; }
.vsl-review__text { margin: 0; font-size: 14px; line-height: 1.5; }
.vsl-press { text-align: center; margin-top: 28px; }
.vsl-press__heading { display: block; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; opacity: .6; margin-bottom: 14px; }
.vsl-press__logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px 32px; }
.vsl-press__logo { height: 28px; width: auto; opacity: .55; filter: grayscale(100%); }
/* END_SECTION:vsl-social-proof-gate */

/* START_SECTION:vsl-testimonials (INDEX:1036) */
.vsl-testimonials { background: #f7f6f4; padding: 40px 16px; }
.vsl-testimonials__inner { max-width: 1080px; margin: 0 auto; }
.vsl-testimonials__heading { text-align: center; font-size: 24px; margin: 0 0 28px; }
.vsl-testimonials__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.vsl-testimonial { background: #fff; border-radius: 8px; padding: 18px 20px; }
.vsl-testimonial__head { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.vsl-testimonial__avatar { border-radius: 50%; width: 44px; height: 44px; object-fit: cover; flex-shrink: 0; }
.vsl-testimonial__name { display: block; font-weight: 700; font-size: 14px; }
.vsl-testimonial__verified { display: block; font-size: 11px; opacity: .6; }
.vsl-testimonial__rating { margin-left: auto; display: flex; gap: 2px; }
.vsl-testimonial__star { width: 14px; height: 14px; color: #f6a623; }
.vsl-testimonial__star--empty { color: #e2e2e2; }
.vsl-testimonial__quote { font-size: 14px; line-height: 1.6; }
.vsl-testimonial__quote p { margin: 0 0 8px; }

@media (max-width: 749px) {
  .vsl-testimonials__grid { grid-template-columns: 1fr; }
}
/* END_SECTION:vsl-testimonials */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:ctr-ingredients-item (INDEX:1064) */
.ctr-ingredients-item {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .ctr-ingredients-item__icon {
    width: 64px;
    height: 64px;
    flex-shrink: 0;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }
  }

  .ctr-ingredients-item__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .ctr-ingredients-item__header {
    display: flex;
    align-items: center;
    gap: 11px;
  }

  .ctr-ingredients-item__title {
    font-family: 'Cooper BT', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #151515;
  }

  .ctr-ingredients-item__dosage {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: #5EA360;
  }

  .ctr-ingredients-item__text {
    color: #000;
    font-size: 14px;
    line-height: 1.3;
  }
/* END_SNIPPET:ctr-ingredients-item */