/** Shopify CDN: Minification failed

Line 1870:18 Unexpected "{"
Line 1870:27 Expected ":"
Line 1879:22 Unexpected "{"
Line 1879:31 Expected ":"
Line 1886:20 Unexpected "{"
Line 1886:29 Expected ":"
Line 1893:20 Unexpected "{"
Line 1893:29 Expected ":"
Line 1898:20 Unexpected "{"
Line 1898:29 Expected ":"
... and 76 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:cart-drawer (INDEX:4) */
.cart-drawer {
    --cart-drawer-bottom-offset: 0px;
  }

  .cart-drawer--design-mode {
    --cart-drawer-bottom-offset: 64px;
    height: calc(100% - var(--cart-drawer-bottom-offset));
  }

  .cart-drawer::part(overlay) {
    background: hsl(var(--abyss) / 0.4);
    backdrop-filter: blur(6px);
  }

  .cart-drawer::part(outside-close-button) {
    display: none;
  }

  .cart-drawer::part(content) {
    /* Use host width instead of 100vw to avoid right-edge clipping when scrollbars/safe areas apply. */
    width: min(100%, 28rem);
    max-width: 100%;
    height: 100%;
    margin-inline-start: auto;
    background: hsl(var(--oyster));
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    display: flex;
    flex-direction: column;
  }

  .cart-drawer::part(header) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid hsl(var(--grey-100));
  }

  .cart-drawer::part(body) {
    flex: 1;
    min-height: 0;
    display: flex;
  }

  .cart-drawer [slot="footer"] {
    padding-bottom: calc(1rem + env(safe-area-inset-bottom, 0px) + var(--cart-drawer-bottom-offset));
  }

  @media screen and (min-width: 700px) {
    .cart-drawer [slot="footer"] {
      padding-bottom: calc(1.5rem + env(safe-area-inset-bottom, 0px) + var(--cart-drawer-bottom-offset));
    }
  }

  .cart-drawer::part(close-button) {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.75rem;
    border: none;
    background: transparent;
    color: hsl(var(--abyss));
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
  }

  .cart-drawer::part(close-button):hover {
    background: hsl(var(--grey-100));
  }

  @media screen and (min-width: 700px) {
    .cart-drawer::part(header) {
      padding: 1.5rem;
    }
  }
/* END_SECTION:cart-drawer */

/* START_SECTION:collection (INDEX:6) */
.collection-products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  }
/* END_SECTION:collection */

/* START_SECTION:collections (INDEX:7) */
.collections {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(var(--collection-card-size), 100%), 1fr));
    gap: var(--grid-gap);
  }
  .collections--compact {
    --collection-card-size: 160px;
  }
  .collections--full {
    --collection-card-size: 280px;
  }
  .collection-card {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
/* END_SECTION:collections */

/* START_SECTION:custom-section (INDEX:8) */
.custom-section {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .custom-section__background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
  }
  .custom-section__background img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .custom-section__content {
    display: grid;
    grid-template-columns: var(--content-grid);
  }
  .custom-section__content > * {
    grid-column: 2;
  }
/* END_SECTION:custom-section */

/* START_SECTION:footer (INDEX:9) */
.footer-klaviyo-newsletter h1 {
    margin: 0 0 1rem !important;
    font-family: "Clash Grotesk", system-ui, sans-serif !important;
    font-size: 0.75rem !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    color: hsl(var(--petroleum)) !important;
  }

  .footer-klaviyo-newsletter h1 + p,
  .footer-klaviyo-newsletter .klaviyo-form h1 + p {
    margin-top: 0 !important;
  }

  .footer-klaviyo-newsletter p {
    margin: 0 !important;
    font-family: "Clash Grotesk", system-ui, sans-serif !important;
    font-size: 0.875rem !important;
    font-weight: 400 !important;
    line-height: 1.4285714286 !important;
    letter-spacing: 0 !important;
    color: hsl(var(--chrome) / 0.6) !important;
  }

  .footer-klaviyo-newsletter input[type='email'] {
    min-height: 48px !important;
    height: 48px !important;
    margin-bottom: 0.25rem !important;
    padding: 0.75rem 1rem !important;
    font-family: "Clash Grotesk", system-ui, sans-serif !important;
    font-size: 0.875rem !important;
    font-weight: 400 !important;
    line-height: 1.25rem !important;
    letter-spacing: 0 !important;
    color: hsl(var(--oyster)) !important;
    background-color: transparent !important;
    border: 1px solid hsl(var(--deep-drill)) !important;
    border-radius: 0.75rem !important;
    box-shadow: none !important;
  }

  .footer-klaviyo-newsletter input[type='email']::placeholder {
    color: hsl(var(--chrome) / 0.4) !important;
    opacity: 1 !important;
  }

  .footer-klaviyo-newsletter input[type='email']:hover,
  .footer-klaviyo-newsletter .klaviyo-form input[type='email']:hover {
    background-color: transparent !important;
    border-color: hsl(var(--deep-drill)) !important;
    box-shadow: none !important;
  }

  .footer-klaviyo-newsletter input[type='email']:focus {
    outline: none !important;
    border-color: hsl(var(--petroleum)) !important;
    box-shadow: none !important;
  }

  .footer-klaviyo-newsletter button,
  .footer-klaviyo-newsletter input[type='submit'] {
    box-sizing: border-box !important;
    min-height: 48px !important;
    height: 48px !important;
    width: 100% !important;
    padding: 0.75rem 1rem !important;
    font-family: "Clash Grotesk", system-ui, sans-serif !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    color: hsl(var(--abyss)) !important;
    background: hsl(var(--oyster)) !important;
    border: 0 !important;
    border-radius: 9999px !important;
    box-shadow: none !important;
  }

  @media screen and (min-width: 768px) {
    .footer-klaviyo-newsletter h1 {
      margin-bottom: 1.5rem !important;
    }
  }

  .footer-klaviyo-newsletter form {
    display: flex !important;
    flex-direction: column !important;
  }

  .footer-klaviyo-newsletter form > div {
    width: 100% !important;
  }

  .footer-klaviyo-newsletter form p:first-of-type,
  .footer-klaviyo-newsletter .klaviyo-form p:first-of-type {
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
  }

  .footer-klaviyo-newsletter form p:last-of-type {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
    font-size: 0.6875rem !important;
    line-height: 1.45 !important;
    font-weight: 400 !important;
    color: hsl(var(--chrome) / 0.6) !important;
  }

  .footer-klaviyo-newsletter form p:last-of-type a {
    color: inherit !important;
  }
/* END_SECTION:footer */

/* START_SECTION:header (INDEX:11) */
[data-mobile-menu] [data-mobile-item] {
    -webkit-tap-highlight-color: transparent;
  }

  [data-mobile-menu] [data-mobile-item]:focus-visible {
    outline: var(--focus-outline-width) solid hsl(var(--ring));
    outline-offset: var(--focus-outline-offset);
  }

  @media screen and (max-width: 47.99rem) {
    .template-product-electrolytes [data-site-header] {
      background: transparent;
      border-color: transparent;
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
      transition: background-color 0.2s ease, border-color 0.2s ease, backdrop-filter 0.2s ease;
    }

    .template-product-electrolytes [data-site-header].is-solid,
    .template-product-electrolytes [data-header-root]:has([data-mobile-menu].is-open) [data-site-header] {
      background: hsl(var(--oyster));
      border-color: hsl(var(--chrome) / 0.3);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
    }
  }
/* END_SECTION:header */

/* START_SECTION:hello-world (INDEX:12) */
.welcome {
    display: grid;
    grid-template-columns: var(--content-grid);
    background-color: var(--oyster);
    padding: 72px 0;
  }

  .welcome-content {
    grid-column: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 0 24px;
  }

  .welcome-description {
    max-width: 80ch;
    line-height: 1.4;
    margin-top: 1.5rem;
  }

  .icon {
    width: 300px;
  }

  .highlights {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
  }

  @media (max-width: 1100px) {
    .highlights {
      grid-template-columns: 1fr;
    }
  }

  .highlight {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;
    border-radius: 8px;
    background-color: color-mix(in srgb, var(--chrome) 35%, var(--oyster));
    color: var(--petroleum);
    line-height: 1.4;
  }

  .highlight > * + * {
    margin-top: 1rem;
  }

  .highlight h3 {
    font-size: 1rem;
    color: var(--abyss);
  }

  .highlight-description {
    flex: 1 1;
  }

  .highlight a {
    display: flex;
    width: fit-content;
    background-color: var(--oyster);
    box-shadow: color-mix(in srgb, var(--grey-400) 20%, transparent) 0px -3px 0px 0px inset,
      color-mix(in srgb, var(--oyster) 90%, transparent) 0px 2px 0px 0px inset;
    border: 1px solid var(--petroleum);
    border-radius: 4px;
    color: var(--petroleum);
    padding: 3px 10px 5px;
    text-decoration: none;
  }
/* END_SECTION:hello-world */

/* START_SECTION:hero-section (INDEX:13) */
[data-hero-root] {
    --hero-media-scale: 1;
    --hero-content-y: 0%;
    --hero-content-opacity: 1;
  }

  .hero-section__left {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
    transition: opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1), transform 1000ms cubic-bezier(0.25, 0.1, 0.25, 1);
  }

  .hero-section__media-frame {
    transform: scale(var(--hero-media-scale));
    transition: transform 150ms linear;
  }

  .hero-section__badge {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
    transition: opacity 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 1500ms, transform 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 1500ms;
  }

  .hero-section__content {
    transform: translate3d(0, var(--hero-content-y), 0);
    opacity: var(--hero-content-opacity);
    transition: transform 150ms linear, opacity 150ms linear;
  }

  .hero-section__lozenge-wrap {
    opacity: 0;
    transform: translate3d(0, 30px, 0) scale(0.9);
    transition: opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1) 300ms, transform 1000ms cubic-bezier(0.25, 0.1, 0.25, 1) 300ms;
  }

  .hero-section__body {
    opacity: 0;
    filter: blur(10px);
    transform: translate3d(0, 20px, 0);
    transition: opacity 1200ms cubic-bezier(0.25, 0.1, 0.25, 1) 1100ms, filter 1200ms cubic-bezier(0.25, 0.1, 0.25, 1) 1100ms, transform 1200ms cubic-bezier(0.25, 0.1, 0.25, 1) 1100ms;
  }

  .hero-section__subheadline {
    display: inline-block;
    opacity: 0;
    transform: translate3d(0, 110%, 0);
    transition: opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1) 700ms, transform 1000ms cubic-bezier(0.25, 0.1, 0.25, 1) 700ms;
  }

  .hero-section__cta-group {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
    transition: opacity 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 1400ms, transform 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 1400ms;
  }

  .hero-section__cta-arrow {
    display: inline-block;
    transform: translateX(0);
  }

  .hero-section__cta-primary,
  .hero-section__cta-secondary {
    transition: transform 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  }

  @media (hover: hover) and (pointer: fine) {
    .hero-section__cta-primary:hover,
    .hero-section__cta-secondary:hover {
      transform: scale(1.03);
    }

    .hero-section__cta-primary:active,
    .hero-section__cta-secondary:active {
      transform: scale(0.98);
    }
  }

  .hero-section__cta-arrow.is-looping {
    animation: hero-arrow-loop 1500ms infinite;
  }

  .hero-section__trust {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
    transition: opacity 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 1700ms, transform 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 1700ms;
  }

  .hero-section__trust-item {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
    transition: opacity 800ms cubic-bezier(0.25, 0.1, 0.25, 1), transform 800ms cubic-bezier(0.25, 0.1, 0.25, 1);
  }

  [data-hero-root].is-ready .hero-section__left,
  [data-hero-root].is-ready .hero-section__badge,
  [data-hero-root].is-ready .hero-section__lozenge-wrap,
  [data-hero-root].is-ready .hero-section__subheadline,
  [data-hero-root].is-ready .hero-section__body,
  [data-hero-root].is-ready .hero-section__cta-group,
  [data-hero-root].is-ready .hero-section__trust,
  [data-hero-root].is-ready .hero-section__trust-item {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }

  @keyframes hero-arrow-loop {
    0% { transform: translateX(0); }
    50% { transform: translateX(4px); }
    100% { transform: translateX(0); }
  }

  @media (prefers-reduced-motion: reduce) {
    [data-hero-root],
    [data-hero-root] * {
      animation: none !important;
      transition-duration: 0.01ms !important;
      transition-delay: 0ms !important;
      scroll-behavior: auto !important;
    }

    [data-hero-root] .hero-section__left,
    [data-hero-root] .hero-section__badge,
    [data-hero-root] .hero-section__lozenge-wrap,
    [data-hero-root] .hero-section__subheadline,
    [data-hero-root] .hero-section__body,
    [data-hero-root] .hero-section__cta-group,
    [data-hero-root] .hero-section__trust,
    [data-hero-root] .hero-section__trust-item {
      opacity: 1;
      filter: none;
      transform: none;
    }
  }
/* END_SECTION:hero-section */

/* START_SECTION:how-to-use-ivyh (INDEX:16) */
@media (prefers-reduced-motion: reduce) {
    .how-to-use-ivyh [data-howto-motion] {
      transition: none !important;
      animation: none !important;
      transform: none !important;
    }
  }
/* END_SECTION:how-to-use-ivyh */

/* START_SECTION:inside-every-sachet (INDEX:17) */
.inside-sachet-badge.lozenge {
    padding: 6px 10px;
    font-size: 12px;
    letter-spacing: 0.04em;
  }

  .inside-sachet-accordion__item {
    display: flex;
    align-items: stretch;
  }

  .inside-sachet-accordion__rail {
    width: 0;
    min-width: 0;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 100px;
    background: transparent;
    align-self: stretch;
    position: relative;
    transition: width var(--ies-duration) var(--ies-ease);
  }

  .inside-sachet-accordion__item.is-open .inside-sachet-accordion__rail {
    width: 4px;
    background: hsl(var(--petroleum) / 0.3);
  }

  .inside-sachet-accordion__rail-fill {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    border-radius: inherit;
    background: hsl(var(--abyss));
  }

  .inside-sachet-accordion__body {
    flex: 1 1 auto;
    min-width: 0;
  }

  .inside-sachet-accordion__trigger {
    background: transparent;
    border: 0;
    margin: 0;
    cursor: pointer;
    transition: background-color var(--ies-duration) var(--ies-ease);
  }

  .inside-sachet-accordion__trigger:focus-visible {
    outline: 2px solid hsl(var(--petroleum));
    outline-offset: 4px;
    border-radius: 12px;
  }

  .inside-sachet-accordion__dot {
    width: 4px;
    height: 4px;
    border-radius: 9999px;
    background: hsl(var(--petroleum) / 0.3);
  }

  .inside-sachet-accordion__item.is-open .inside-sachet-accordion__dot {
    display: none;
  }

  .inside-sachet-accordion__icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: hsl(var(--abyss));
    color: hsl(var(--oyster));
  }

  .inside-sachet-accordion__icon-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .inside-sachet-accordion__item.is-open .inside-sachet-accordion__trigger {
    background: hsl(var(--petroleum) / 0.1);
    border-radius: 0 12px 12px 0;
    padding-inline: 16px;
  }

  .inside-sachet-accordion__toggle {
    width: 14px;
    height: 14px;
    color: hsl(var(--abyss));
  }

  .inside-sachet-accordion__icon {
    display: block;
    width: 100%;
    height: 100%;
  }

  .inside-sachet-accordion__icon--minus {
    display: none;
  }

  .inside-sachet-accordion__item.is-open .inside-sachet-accordion__icon--plus {
    display: none;
  }

  .inside-sachet-accordion__item.is-open .inside-sachet-accordion__icon--minus {
    display: block;
  }

  .inside-sachet-accordion__panel {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition:
      max-height var(--ies-duration) var(--ies-ease),
      opacity var(--ies-duration) var(--ies-ease);
  }

  .inside-sachet-accordion__item.is-open .inside-sachet-accordion__panel {
    max-height: var(--accordion-max-panel-height, 22rem);
    opacity: 1;
  }

  .inside-sachet-accordion__panel-inner {
    padding: 10px 16px;
  }

  .inside-sachet-detail-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    padding-block: 12px;
    border-bottom: 1px solid hsl(var(--grey-100));
    font-size: 14px;
    line-height: 1.2;
  }

  .inside-sachet-detail-row:last-child {
    border-bottom: 0;
  }

  .inside-sachet-detail-row__meta {
    display: flex;
    align-items: flex-start;
    gap: 5.8px;
    flex: 1 1 0;
    min-width: 0;
  }

  .inside-sachet-detail-row__name {
    flex: 0 0 80px;
    font-weight: 500;
    color: hsl(var(--abyss));
    white-space: nowrap;
  }

  .inside-sachet-detail-row__dot {
    width: 4px;
    height: 4px;
    border-radius: 9999px;
    background: hsl(var(--grey-300));
    flex-shrink: 0;
    margin-top: 5px;
  }

  .inside-sachet-detail-row__benefit {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    font-weight: 500;
    color: hsl(var(--grey-300));
  }

  .inside-sachet-detail-row__amount {
    flex: 0 0 auto;
    font-weight: 500;
    color: hsl(var(--abyss));
    white-space: nowrap;
    text-align: right;
    padding-top: 1px;
  }

  .inside-sachet-exclusions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
    max-width: 413px;
    padding: 0 16px;
    padding-right: 0
  }

  .inside-sachet-exclusion {
    display: flex;
    align-items: center;
    gap: 7px;
    width: calc(33.333% - 0.5rem);
    
  }

  .inside-sachet-exclusion__icon {
    display: block;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    object-fit: contain;
  }

  .inside-sachet-exclusion__label {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    color: hsl(var(--abyss));
  }

  @media (max-width: 639px) {
    .inside-sachet-exclusion {
      width: calc(50% - 0.5rem);
    }

    .inside-sachet-detail-row__meta {
      flex-wrap: wrap;
      row-gap: 4px;
    }

    .inside-sachet-detail-row__name {
      flex: 0 0 auto;
    }

    .inside-sachet-detail-row__benefit {
      flex: 1 1 100%;
      white-space: normal;
      overflow: visible;
      text-overflow: unset;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .inside-sachet-accordion__panel,
    .inside-sachet-accordion__rail,
    .inside-sachet-accordion__trigger {
      transition: none;
    }
  }
/* END_SECTION:inside-every-sachet */

/* START_SECTION:page-quiz-raw (INDEX:24) */
@media (prefers-reduced-motion: no-preference) {
    [data-quiz-question] {
      opacity: 0;
      transform: translateX(20px);
      transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
        transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    }

    [data-quiz-question].is-quiz-enter-back {
      transform: translateX(-20px);
    }

    [data-quiz-question].is-quiz-active {
      opacity: 1;
      transform: translateX(0);
    }

    [data-quiz-options] [data-quiz-option] {
      opacity: 0;
      transform: translateY(10px);
      transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
        transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
      transition-delay: var(--quiz-option-delay, 0ms);
    }

    [data-quiz-options].is-quiz-options-visible [data-quiz-option] {
      opacity: 1;
      transform: translateY(0);
    }
  }
/* END_SECTION:page-quiz-raw */

/* START_SECTION:page-science-bvitamins (INDEX:25) */
.science-vitamin-row:hover {
      border-color: hsl(var(--petroleum));
    }

    .science-vitamin-row:hover .science-vitamin-icon-shell {
      background-color: hsl(var(--petroleum));
    }

    .science-bvitamins-pulse {
      animation: sciencePulse 4s ease-in-out infinite;
    }

    .science-bvitamins-media {
      transform: scale(1);
      transition: transform 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    }

    @media (hover: hover) {
      .science-bvitamins-media-wrap:hover .science-bvitamins-media {
        transform: scale(1.02);
      }
    }

    @keyframes sciencePulse {
      0% { transform: scale(1); opacity: 0.2; }
      50% { transform: scale(1.1); opacity: 0.3; }
      100% { transform: scale(1); opacity: 0.2; }
    }

    @media (prefers-reduced-motion: reduce) {
      .science-bvitamins-pulse { animation: none; }

      .science-bvitamins-media {
        transition: none;
        transform: none;
      }

      .science-bvitamins-media-wrap:hover .science-bvitamins-media {
        transform: none;
      }
    }
/* END_SECTION:page-science-bvitamins */

/* START_SECTION:page-science-exclusions (INDEX:27) */
@media (prefers-reduced-motion: no-preference) and (hover: hover) {
      .science-exclusion-card:hover .science-exclusion-card__icon-shell {
        background-color: hsl(var(--petroleum));
      }

      .science-exclusion-card:hover .science-exclusion-card__icon {
        color: hsl(var(--oyster));
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .science-exclusion-card,
      .science-exclusion-card__icon-shell,
      .science-exclusion-card__icon {
        transition: none;
      }

      .science-exclusion-card:hover {
        transform: none;
      }
    }
/* END_SECTION:page-science-exclusions */

/* START_SECTION:page-science-ingredients-table (INDEX:29) */
.science-ingredient-row {
      transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1),
                  transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1),
                  background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
      opacity: 1;
      transform: translateX(0);
    }

    .science-ingredient-row--hidden {
      display: none !important;
    }

    .science-ingredient-expand--hidden {
      display: none !important;
    }

    @media (prefers-reduced-motion: no-preference) {
      .science-ingredient-row[data-motion-state="hidden"] {
        opacity: 0;
        transform: translateX(-20px);
      }

      .science-ingredient-row[data-motion-state="visible"] {
        opacity: 1;
        transform: translateX(0);
      }
    }

    @media (prefers-reduced-motion: no-preference) and (hover: hover) {
        .science-ingredient-expand:hover {
          transform: translateY(-2px);
        }
    }

    @media (prefers-reduced-motion: reduce) {
      .science-ingredient-row,
      .science-ingredient-expand {
        transition: none;
      }

      .science-ingredient-expand:hover {
        transform: none;
      }
    }
/* END_SECTION:page-science-ingredients-table */

/* START_SECTION:page-science-standards (INDEX:30) */
@media (prefers-reduced-motion: no-preference) and (hover: hover) {
      .science-standard-card:hover {
        transform: translateY(-8px);
        border-color: hsl(var(--petroleum));
      }

      .science-standard-card:hover .science-standard-card__icon-shell {
        color: hsl(var(--oyster));
        background-color: hsl(var(--petroleum));
        transform: scale(1.04);
      }
    }

    .science-standard-card__icon-shell {
      transform: scale(1);
      transition: transform 300ms cubic-bezier(0.25, 0.1, 0.25, 1),
                  color 300ms cubic-bezier(0.25, 0.1, 0.25, 1),
                  background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    }

    @media (prefers-reduced-motion: reduce) {
      .science-standard-card,
      .science-standard-card__icon-shell {
        transition: none;
      }

      .science-standard-card:hover,
      .science-standard-card:hover .science-standard-card__icon-shell {
        transform: none;
      }
    }
/* END_SECTION:page-science-standards */

/* START_SECTION:page-science-video-interlude (INDEX:31) */
@media (prefers-reduced-motion: no-preference) {
      .science-video-interlude-quote[data-animate] {
        transition-duration: 1s;
      }
    }
/* END_SECTION:page-science-video-interlude */

/* START_SECTION:page-science-zinc-amino (INDEX:32) */
.science-zinc-card,
    .science-amino-surface {
      transform: scale(1);
      transition: transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
    }

    .science-amino-surface {
      background: linear-gradient(145deg, hsl(var(--abyss)) 0%, hsl(var(--deep-drill)) 35%, hsl(var(--abyss)) 70%, hsl(var(--deep-drill)) 100%);
    }

    .science-amino-sheen {
      background: linear-gradient(135deg, transparent 0%, hsl(var(--oyster) / 0.08) 25%, transparent 50%, hsl(var(--oyster) / 0.05) 75%, transparent 100%);
    }

    @media (hover: hover) {
      .science-zinc-card:hover,
      .science-amino-surface:hover {
        transform: scale(1.01);
      }

      .science-zinc-card:hover .science-zinc-card__hover,
      .science-amino-surface:hover .science-amino-surface__hover {
        opacity: 1;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .science-zinc-card,
      .science-amino-surface,
      .science-zinc-card__hover,
      .science-amino-surface__hover {
        transition: none;
      }

      .science-zinc-card,
      .science-amino-surface {
        transform: none;
      }

      .science-zinc-card:hover,
      .science-amino-surface:hover {
        transform: none;
      }
    }
/* END_SECTION:page-science-zinc-amino */

/* START_SECTION:page-story-hero (INDEX:35) */
@media (prefers-reduced-motion: no-preference) {
    [data-story-hero-root] [data-story-hero-lozenge-wrap] {
      opacity: 0;
      transform: translateY(40px);
      transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1) 0.03s, transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1) 0.03s;
      will-change: opacity, transform;
    }

    [data-story-hero-root] [data-story-hero-title-word] {
      transform: translateY(100%);
      transition-property: transform;
      transition-duration: 0.55s;
      transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
      will-change: transform;
    }

    [data-story-hero-root] [data-story-hero-lead],
    [data-story-hero-root] [data-story-hero-body] {
      opacity: 0;
      transition-property: opacity, transform;
      transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
      will-change: opacity, transform;
    }

    [data-story-hero-root] [data-story-hero-lead] {
      transform: translateY(30px);
      transition-duration: 1s;
      transition-delay: 0.6s;
    }

    [data-story-hero-root] [data-story-hero-body] {
      transform: translateY(20px);
      transition-duration: 0.8s;
      transition-delay: 0.9s;
    }

    [data-story-hero-root].is-entered [data-story-hero-lozenge-wrap] {
      opacity: 1;
      transform: translateY(0);
    }

    [data-story-hero-root].is-entered [data-story-hero-title-word] {
      transform: translateY(0);
    }

    [data-story-hero-root].is-entered [data-story-hero-lead],
    [data-story-hero-root].is-entered [data-story-hero-body] {
      opacity: 1;
      transform: translateY(0);
    }

  }

  @media (prefers-reduced-motion: reduce) {
    [data-story-hero-root] [data-story-hero-lead],
    [data-story-hero-root] [data-story-hero-body],
    [data-story-hero-root] [data-story-hero-title-word],
    [data-story-hero-root] [data-story-hero-lozenge-wrap] {
      opacity: 1;
      transform: none;
      transition: none;
    }
  }
/* END_SECTION:page-story-hero */

/* START_SECTION:page-story-manifesto (INDEX:36) */
@media (prefers-reduced-motion: no-preference) {
    [data-story-manifesto-number] {
      opacity: 0;
      transform: translate3d(0, 24px, 0);
      transition: opacity 0.8s ease 0.05s, transform 0.8s ease 0.05s;
      will-change: transform, opacity;
    }

    [data-story-manifesto-line] {
      width: 0;
    }

    [data-story-manifesto-heading],
    [data-story-manifesto-copy],
    [data-story-manifesto-highlight] {
      opacity: 0;
      transition-property: opacity, transform;
      transition-timing-function: ease;
      will-change: transform, opacity;
    }

    [data-story-manifesto-heading] {
      transform: translateY(40px);
      transition-duration: 1s;
      transition-delay: 0.1s;
    }

    [data-story-manifesto-copy] {
      transform: translateY(30px);
      transition-duration: 0.8s;
      transition-delay: 0.3s;
    }

    [data-story-manifesto-highlight] {
      transform: translateY(20px);
      transition-duration: 0.8s;
      transition-delay: 0.5s;
    }

    [data-story-manifesto-block].is-visible [data-story-manifesto-heading],
    [data-story-manifesto-block].is-visible [data-story-manifesto-copy],
    [data-story-manifesto-block].is-visible [data-story-manifesto-highlight] {
      opacity: 1;
      transform: translateY(0);
    }

    [data-story-manifesto-block].is-visible [data-story-manifesto-number] {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }

  @media (prefers-reduced-motion: reduce) {
    [data-story-manifesto-line] {
      width: 100%;
      transition: none;
    }

    [data-story-manifesto-heading],
    [data-story-manifesto-copy],
    [data-story-manifesto-highlight] {
      opacity: 1;
      transform: none;
      transition: none;
    }

    [data-story-manifesto-number] {
      opacity: 1;
      transform: none;
      transition: none;
    }
  }
/* END_SECTION:page-story-manifesto */

/* START_SECTION:page-story-values (INDEX:37) */
.story-value-card:hover .story-value-index {
    background-color: hsl(var(--petroleum) / 0.4);
  }
/* END_SECTION:page-story-values */

/* START_SECTION:page-story-video-interlude (INDEX:38) */
@media (prefers-reduced-motion: no-preference) {
    [data-story-video-quote][data-animate="fade-in-up"] {
      transition-duration: 1s;
    }
  }
/* END_SECTION:page-story-video-interlude */

/* START_SECTION:page-story-video (INDEX:39) */
@media (prefers-reduced-motion: no-preference) {
    [data-story-video-quote][data-animate="fade-in-up"] {
      transition-duration: 1s;
    }
  }
/* END_SECTION:page-story-video */

/* START_SECTION:product-3d-test (INDEX:44) */
.product-3d-test {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .product-3d-test__viewer {
    width: 100%;
    height: 480px;
    border-radius: 12px;
    overflow: hidden;
    background: #111;
    position: relative;
  }

  .product-3d-test__toolbar {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 5;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    padding: 0.5rem 0.75rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
  }

  .product-3d-test__label {
    color: #111;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1;
  }

  .product-3d-test__select {
    border: 1px solid #d5d5d5;
    border-radius: 8px;
    padding: 0.5rem 0.75rem;
    background: #fff;
    font-size: 0.875rem;
  }

  .product-3d-test__viewer canvas {
    display: block;
    width: 100%;
    height: 100%;
  }
/* END_SECTION:product-3d-test */

/* START_SECTION:product-electrolytes (INDEX:46) */
.template-product-electrolytes header .container-ivyh > div{
  height: 60px;
}
  .product-electrolytes [data-variant-media-stage] {
    background-color: var(--product-electrolytes-viewer-bg);
  }

  @media screen and (min-width: 64rem) {
    .product-electrolytes__grid {
      grid-template-columns: minmax(0, 1fr) minmax(0, 480px);
      gap: 70px;
      align-items: start;
    }

    .product-electrolytes__form-col {
      max-width: 480px;
      width: 100%;
      justify-self: end;
    }
  }

[data-announcement-bar] {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 10px;
}
  .product-electrolytes [data-variant-media-content] {
    position: absolute;
    inset: 0;
  }

  .product-electrolytes [data-variant-media-layer] {
    position: absolute;
    inset: 0;
    opacity: 1;
    transition: opacity 0.16s ease-out;
  }

  .product-electrolytes [data-variant-media-layer].is-enter,
  .product-electrolytes [data-variant-media-layer].is-leave {
    opacity: 0;
  }

  @media (prefers-reduced-motion: reduce) {
    .product-electrolytes [data-variant-media-layer] {
      transition: none;
    }
  }

  .product-electrolytes .product-form input[name='quantity']::-webkit-inner-spin-button,
  .product-electrolytes .product-form input[name='quantity']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .product-electrolytes .product-form input[name='quantity'] {
    -moz-appearance: textfield;
    appearance: textfield;
  }

  .product-electrolytes #klaviyo-bis-button-container {
    display: none !important;
  }

  .product-electrolytes__thumb-rail {
    container-type: inline-size;
    container-name: electrolytes-thumbs;
  }
  .product-electrolytes__thumbs img{
    border-radius: 10px;
  }

  .product-electrolytes__thumbs {
    --thumb-gap: 1rem;
    --thumbs-per-view: 6;
    gap: var(--thumb-gap);
  }

  .product-electrolytes [data-variant-media-thumb] {
    --thumb-size: calc(
      (100cqi - ((var(--thumbs-per-view) - 1) * var(--thumb-gap))) / var(--thumbs-per-view)
    );
    width: var(--thumb-size);
    min-width: var(--thumb-size);
    flex: 0 0 var(--thumb-size);
    aspect-ratio: 1;
    height: auto;
    border-radius: 10px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .product-electrolytes [data-variant-media-thumb].border-abyss::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    border: 2px solid #000;
    border-radius: 10px;
    pointer-events: none;
  }

  @media screen and (min-width: 48rem) and (max-width: 67.49rem) {
    .product-electrolytes__thumbs {
      --thumbs-per-view: 5;
    }
  }

  .product-electrolytes__blocks {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .product-electrolytes__block:empty {
    display: none;
  }

  .product-electrolytes__block--description + .product-electrolytes__block--pricing,
  .product-electrolytes__block--pricing + .product-electrolytes__block--flavor_swatches,
  .product-electrolytes__block--flavor_swatches + .product-electrolytes__block--subscription {
    margin-top: 4px;
  }

  .product-electrolytes__block--description + .product-electrolytes__block--pricing{
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .product-electrolytes__pricing [data-variant-daily-price],
  .product-electrolytes__pricing [data-variant-daily-original-price] {
    line-height: 1;
  }

  .product-electrolytes__pricing > div + div {
    margin-top: 8px;
  }

  .product-electrolytes__klarna {
    margin-left: 20px;
  }

  .product-electrolytes-flavor-swatch-wrap {
    flex: 1 1 0;
    min-width: 0;
    min-height: 120px;
    display: flex;
    border-radius: 10px;
    aspect-ratio: 5/4;
  }

  .product-electrolytes__swatch-row {
    display: flex;
    width: 100%;
    gap: 6px;
  }

  .product-electrolytes__swatch-row--scroll {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .product-electrolytes__swatch-row--scroll .product-electrolytes-flavor-swatch-wrap {
    flex: 0 0 calc((100% - 12px) / 3);
    min-width: calc((100% - 12px) / 3);
  }

  .product-electrolytes-flavor-swatch {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }

  .product-electrolytes-flavor-swatch__media {
    position: absolute;
    inset: 0 0 1.5rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    pointer-events: none;
  }

  .product-electrolytes-flavor-swatch__image {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: center bottom;
  }

  .product-electrolytes-flavor-swatch__image--stacked {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
  }


.product-electrolytes-flavor-swatch__image {
    object-fit: cover;
    object-position: center;
}
[data-variant-available="false"] + label  .product-electrolytes-flavor-swatch__image{
    filter: grayscale(1);
}

.product-electrolytes-flavor-swatch {
    border-color: #B8B8B8;
    border-width: 2px;
}

input:checked + .product-electrolytes-flavor-swatch {
    border-color: #0a1f1f;
}

span.product-electrolytes-flavor-swatch__media {
    width: 100%;
    height: 100%;
}
  .product-electrolytes-flavor-swatch__label {
    text-shadow: 0 1px 2px rgba(255, 251, 245, 0.85);
  }

  .product-electrolytes__thumb-nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: inline-flex;
    height: 2.25rem;
    width: 2.25rem;
    align-items: center;
    justify-content: center;
    border: 1px solid hsl(var(--grey-200));
    border-radius: 9999px;
    background: hsl(var(--oyster));
    color: hsl(var(--abyss));
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%);
    transition: opacity 0.2s ease;
  }

  .product-electrolytes__thumb-rail:hover .product-electrolytes__thumb-nav:not([hidden]),
  .product-electrolytes__thumb-rail:focus-within .product-electrolytes__thumb-nav:not([hidden]) {
    opacity: 1;
    pointer-events: auto;
  }

  .product-electrolytes__thumb-nav--prev {
    left: 0.25rem;
  }

  .product-electrolytes__thumb-nav--next {
    right: 0.25rem;
  }

  .product-electrolytes__delivery-trust {
    width: 100%;
    padding: 0;
  }
  .product-electrolytes__delivery-trust div{
    justify-content: center;
    gap: 5px;
  }
  .product-electrolytes__delivery-trust p{
    font-size: 12px;
  }

  .product-electrolytes [data-bis-open] {
    text-transform: none;
    letter-spacing: normal;
  }

  .product-electrolytes [data-bis-open] [data-button-label] {
    text-transform: none;
    letter-spacing: normal;
  }

  .product-electrolytes {
    padding-top: 0;
    transition: padding-bottom 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }

  @media screen and (min-width: 48rem) {
    .product-electrolytes {
      padding-top: calc(var(--ivyh-header-offset, 5rem) + 2rem);
    }
  }

  @media screen and (max-width: 47.99rem) {
    .product-electrolytes {
      padding-top: 0;
    }

    .product-electrolytes.has-sticky-atc {
      padding-bottom: calc(5.5rem + env(safe-area-inset-bottom));
    }

    .product-electrolytes__layout {
      max-width: none;
      padding-inline: 0;
    }

    .product-electrolytes__media-col {
      width: 100%;
    }

    .product-electrolytes__media-frame {
      position: relative;
      width: 100%;
      touch-action: pan-y;
    }

    .product-electrolytes__media-stage {
      width: 100%;
      aspect-ratio: 4 / 5;
      border-radius: 0;
    }

    .product-electrolytes__media-stage [data-variant-media-content] img,
    .product-electrolytes__media-stage [data-variant-media-content] video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }

    .product-electrolytes .product-form {
      padding-inline: var(--container-padding);
    }

    .product-electrolytes__media-dots {
      position: absolute;
      left: 50%;
      bottom: 1.25rem;
      z-index: 40;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.375rem;
      min-height: 1.5rem;
      padding: 0.5rem 0.75rem;
      border-radius: 9999px;
      background: rgba(9, 31, 31, 0.32);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      transform: translateX(-50%);
      pointer-events: auto;
      touch-action: manipulation;
    }

    .product-electrolytes__media-dot {
      position: relative;
      display: block;
      flex: 0 0 auto;
      width: 0.375rem;
      height: 0.375rem;
      padding: 0;
      border: 0;
      border-radius: 9999px;
      background: rgba(255, 251, 245, 0.5);
      cursor: pointer;
      pointer-events: auto;
      touch-action: manipulation;
      transition: width 0.25s ease, background-color 0.25s ease;
    }

    .product-electrolytes__media-dot::before {
      content: '';
      position: absolute;
      inset: -10px -8px;
    }

    .product-electrolytes__media-dots[hidden] {
      display: none !important;
    }

    .product-electrolytes__media-dot.is-active {
      width: 1.375rem;
      height: 0.375rem;
      background: #fffbf5;
    }

    .product-electrolytes .product-electrolytes__atc-block {
      padding-top: 0;
    }

    .product-electrolytes .product-electrolytes__sticky-quantity button[disabled] {
      opacity: 0.4;
      cursor: not-allowed;
    }
  }

  .product-electrolytes [data-atc-sticky] {
    --atc-sticky-height: 5.5rem;
    position: fixed;
    left: 0;
    right: 0;
    bottom: calc(-1 * (var(--atc-sticky-height) + env(safe-area-inset-bottom, 0px) + 0.5rem));
    z-index: 30;
    border-top: 1px solid #dedede;
    background: #fffbf5;
    padding: 0.5rem var(--container-padding) calc(0.5rem + env(safe-area-inset-bottom));
    margin-block: 0;
    pointer-events: none;
    transition: bottom 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .product-electrolytes.has-sticky-atc [data-atc-sticky] {
    bottom: 0;
    pointer-events: auto;
  }

  .product-electrolytes__atc-sticky-inner {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
  }

  .product-electrolytes__atc-sticky-product {
    display: none;
  }

  .product-electrolytes__sticky-quantity {
    display: inline-flex;
    height: 3rem;
    width: 7.5rem;
    flex-shrink: 0;
    align-items: center;
    border: 1px solid hsl(var(--grey-200));
    border-radius: 0.75rem;
    background: hsl(var(--background));
  }

  .product-electrolytes__sticky-quantity[hidden] {
    display: none;
  }

  .product-electrolytes__sticky-quantity-btn {
    display: flex;
    height: 100%;
    width: 2.25rem;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    line-height: 1;
    color: hsl(var(--grey-300));
    transition: color 0.2s ease, background-color 0.2s ease;
  }

  .product-electrolytes__sticky-quantity-btn:first-child {
    border-radius: 0.75rem 0 0 0.75rem;
  }

  .product-electrolytes__sticky-quantity-btn:last-child {
    border-radius: 0 0.75rem 0.75rem 0;
  }

  .product-electrolytes__sticky-quantity-btn:hover {
    background: hsl(var(--grey-100));
    color: hsl(var(--abyss));
  }

  .product-electrolytes__sticky-quantity-value {
    display: flex;
    height: 100%;
    flex: 1;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: 500;
    color: hsl(var(--abyss));
  }

  .product-electrolytes__atc-sticky-actions {
    display: flex;
    min-width: 0;
    flex: 1;
    align-items: center;
  }

  .product-electrolytes__atc-sticky-actions [data-bis-trigger-wrapper] {
    flex: 1;
  }

  .product-electrolytes__atc-sticky-submit {
    flex: 1 1 auto;
    min-width: 0;
    white-space: nowrap;
    padding-inline: 1rem;
  }

  .product-electrolytes__atc-sticky-submit [data-button-label] {
    white-space: nowrap;
  }

  @media screen and (min-width: 48rem) {
    .product-electrolytes.has-sticky-atc {
      padding-bottom: calc(6.5rem + env(safe-area-inset-bottom));
    }

    .product-electrolytes [data-atc-sticky] {
      --atc-sticky-height: 5.5rem;
      padding: 0.75rem 3.25rem;
    }

    .product-electrolytes__atc-sticky-inner {
      gap: 1.25rem;
      justify-content: space-between;
    }

    .product-electrolytes__atc-sticky-product {
      display: flex;
      min-width: 0;
      flex: 1;
      align-items: center;
      gap: 1.25rem;
    }

    .product-electrolytes__atc-sticky-thumb {
      position: relative;
      width: 70px;
      height: 64px;
      flex-shrink: 0;
      overflow: hidden;
      border-radius: 8px;
      background: #bac8c9;
    }

    .product-electrolytes__atc-sticky-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .product-electrolytes__atc-sticky-copy {
      display: flex;
      min-width: 0;
      flex-direction: column;
      gap: 0.625rem;
    }

    .product-electrolytes__atc-sticky-title {
      margin: 0;
      color: #091f1f;
      font-size: 1.25rem;
      font-weight: 500;
      line-height: 0.8;
      letter-spacing: -0.2px;
      text-transform: capitalize;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .product-electrolytes__atc-sticky-prices {
      display: flex;
      flex-wrap: wrap;
      align-items: baseline;
      gap: 0.375rem;
      color: #091f1f;
      font-size: 1rem;
      font-weight: 500;
      letter-spacing: -0.16px;
    }

    .product-electrolytes__atc-sticky-original-price {
      color: #757575;
      text-decoration: line-through;
    }

    .product-electrolytes__sticky-quantity {
      display: none;
    }

    .product-electrolytes__atc-sticky-actions {
      flex: 0 0 auto;
      width: 155px;
    }

    .product-electrolytes__atc-sticky-submit {
      width: 100%;
      min-height: 44px;
      padding-block: 0.625rem;
      padding-inline: 1.5rem;
      white-space: nowrap;
    }

    .product-electrolytes__media-dots {
      display: none;
    }
  }


@media screen and (max-width: 768px) {
html .product-electrolytes__delivery-trust > div {
    flex-direction: row;
    gap: 6px;
    flex-wrap: wrap;
    
}
.product-electrolytes [data-variant-media-stage] img{
  padding-top: 40px;
}
}
.product-electrolytes-flavor-swatch {
    border-color: #B8B8B8;
    border-width: 2px;
}

input:checked + .product-electrolytes-flavor-swatch {
    border-color: #0a1f1f;
}
/* END_SECTION:product-electrolytes */

/* START_SECTION:search (INDEX:52) */
.search-results {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
  .search-results .prev,
  .search-results .page,
  .search-results .next {
    grid-column: 1 / -1;
  }
/* END_SECTION:search */

/* START_SECTION:why-ivyh-different (INDEX:54) */
#shopify-section-{{ section.id }} .why-ivyh-different {
    position: relative;
    overflow: visible;
    padding-top: 4rem;
    padding-bottom: 4rem;
    min-height: 32rem;
  }

  @media (min-width: 768px) {
    #shopify-section-{{ section.id }} .why-ivyh-different {
      padding-top: 5.5rem;
      padding-bottom: 5.5rem;
      min-height: 41.25rem;
    }
  }

  #shopify-section-{{ section.id }} .why-ivyh-different__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
  }

  #shopify-section-{{ section.id }} .why-ivyh-different__bg-image {
    position: absolute;
    inset: 0;
  }

  #shopify-section-{{ section.id }} .why-ivyh-different__bg-image--desktop {
    display: none;
  }

  #shopify-section-{{ section.id }} .why-ivyh-different__bg-image--mobile {
    display: block;
  }

  @media (min-width: 768px) {
    #shopify-section-{{ section.id }} .why-ivyh-different__bg-image--desktop {
      display: block;
    }

    #shopify-section-{{ section.id }} .why-ivyh-different__bg-image--mobile {
      display: none;
    }
  }

  #shopify-section-{{ section.id }} .why-ivyh-different__bg-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #shopify-section-{{ section.id }} .why-ivyh-different__container {
    position: relative;
    z-index: 1;
  }

  #shopify-section-{{ section.id }} .why-ivyh-different__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 2.5rem;
    align-items: center;
    width: 100%;
    max-width: 64.1875rem;
    margin-inline: auto;
  }

  @media (min-width: 1024px) {
    #shopify-section-{{ section.id }} .why-ivyh-different__layout {
      grid-template-columns: minmax(0, 18.4375rem) minmax(0, 40.9375rem);
      gap: clamp(2rem, 5vw, 4.8125rem);
      justify-content: space-between;
    }
  }

  #shopify-section-{{ section.id }} .why-ivyh-different__intro {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 18.4375rem;
  }

  #shopify-section-{{ section.id }} .why-ivyh-different__title {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }

  #shopify-section-{{ section.id }} .why-ivyh-different__title-row {
    display: flex;
    align-items: center;
    gap: 0.8125rem;
    flex-wrap: wrap;
  }

  #shopify-section-{{ section.id }} .why-ivyh-different__title-line {
    margin: 0;
    color: #fffbf5;
    font-size: clamp(2.25rem, 5vw, 3rem);
    font-weight: 500;
    line-height: 0.8;
    text-transform: capitalize;
  }

  #shopify-section-{{ section.id }} .why-ivyh-different__title-wordmark {
    display: block;
    width: auto;
    height: 1.9375rem;
    object-fit: contain;
  }

  #shopify-section-{{ section.id }} .why-ivyh-different__title-wordmark--fallback {
    width: 6.25rem;
    object-position: left center;
    clip-path: inset(0 0 0 18%);
  }

  #shopify-section-{{ section.id }} .why-ivyh-different__description {
    margin: 0;
    color: #fffbf5;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.2;
  }

  #shopify-section-{{ section.id }} .why-ivyh-different__comparison {
    width: 100%;
    max-width: 40.9375rem;
    justify-self: end;
    overflow: visible;
  }

  #shopify-section-{{ section.id }} .why-ivyh-different__table-shell {
    position: relative;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.875rem;
    overflow: visible;
  }

  @media (max-width: 767px) {
    #shopify-section-{{ section.id }} .why-ivyh-different__table-shell {
      padding-top: 0;
    }
  }

  #shopify-section-{{ section.id }} .why-ivyh-different__table {
    position: relative;
    z-index: 2;
    margin-top: 0.75rem;
    border-radius: 0.75rem;
    overflow: visible;
    background: transparent;
    padding: 0.5rem 0;
  }

  #shopify-section-{{ section.id }} .why-ivyh-different__table::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: rgb(126 141 145 / 0.1);
    -webkit-backdrop-filter: blur(17.5px);
    backdrop-filter: blur(17.5px);
    pointer-events: none;
    z-index: 0;
  }

  #shopify-section-{{ section.id }} .why-ivyh-different__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 5.5rem 7.9375rem;
    align-items: center;
    column-gap: 0.5rem;
  }

  @media (max-width: 767px) {
    #shopify-section-{{ section.id }} .why-ivyh-different__grid {
      grid-template-columns: minmax(0, 1fr) 4.5rem 6.5rem;
    }
  }

  #shopify-section-{{ section.id }} .why-ivyh-different__head {
    min-height: 2rem;
    position: relative;
    z-index: 3;
        margin-bottom: -2px;
    align-items: flex-end;

  }

  #shopify-section-{{ section.id }} .why-ivyh-different__other-label {
    margin: 0;
    color: #fffbf5;
    font-size: 0.625rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
  }

   .why-ivyh-different__ivyh-head {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 5.75rem;
    min-height: 2rem;
    margin-right: 2.1875rem;
    justify-self: end;
    padding-bottom: 0.125rem;
    position: relative;
    z-index: 3;
  }

  #shopify-section-{{ section.id }} .why-ivyh-different__column-wordmark {
    display: block;
    width: 3.25rem;
    height: auto;
    object-fit: contain;
  }

  #shopify-section-{{ section.id }} .why-ivyh-different__column-wordmark--fallback {
    object-position: center;
    clip-path: none;
  }

  #shopify-section-{{ section.id }} .why-ivyh-different__row {
    position: relative;
    z-index: 2;
    min-height: 2.375rem;
    border-bottom: 1px solid rgb(255 251 245 / 0.1);
  }

  #shopify-section-{{ section.id }} .why-ivyh-different__row:last-child {
    border-bottom: 0;
  }

  #shopify-section-{{ section.id }} .why-ivyh-different__feature {
    padding: 0.625rem 0.75rem 0.625rem 2rem;
    color: #fffbf5;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.2;
  }

  #shopify-section-{{ section.id }} .why-ivyh-different__other {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2.375rem;
    position: relative;
    z-index: 1;
  }

  #shopify-section-{{ section.id }} .why-ivyh-different__ivyh {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5.75rem;
    min-height: 2.375rem;
    margin-right: 2.1875rem;
    justify-self: end;
    position: relative;
    z-index: 2;
  }

  #shopify-section-{{ section.id }} .why-ivyh-different__qualifier {
    color: #fffbf5;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
    text-transform: lowercase;
    white-space: nowrap;
  }

  #shopify-section-{{ section.id }} .why-ivyh-different__ivyh-panel {
    position: absolute;
    top: -2.75rem;
    right: 2.1875rem;
    bottom: -0.875rem;
    width: 5.75rem;
    border-radius: 0.75rem;
    background: rgb(126 141 145 / 0.3);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    pointer-events: none;
    z-index: 1;
  }

  @media (max-width: 767px) {
    #shopify-section-{{ section.id }} .why-ivyh-different__ivyh-panel {
      right: 1.5625rem;
      width: 4.9375rem;
    }
.why-ivyh-different__ivyh-head{
      width: 4.9375rem;
      margin-right: 1.5625rem;
    }
     
    #shopify-section-{{ section.id }} .why-ivyh-different__ivyh {
      width: 4.9375rem;
      margin-right: 1.5625rem;
    }

    

    #shopify-section-{{ section.id }} .why-ivyh-different__column-wordmark {
      width: 2.4375rem;
    }

    #shopify-section-{{ section.id }} .why-ivyh-different__feature {
      padding-left: 1rem;
      font-size: 0.8125rem;
    }
  }

  #shopify-section-{{ section.id }} .why-ivyh-different__check {
    display: inline-flex;
    line-height: 0;
  }

  #shopify-section-{{ section.id }} .why-ivyh-different__check-icon {
    width: 1.125rem;
    height: 1.125rem;
  }
/* END_SECTION:why-ivyh-different */

/* CSS from block stylesheet tags */
/* START_BLOCK:group (INDEX:55) */
.block-group {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    width: 100%;
  }

  .block-group--horizontal {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 var(--padding);
  }

  .block-group--vertical {
    flex-direction: column;
    align-items: var(--alignment);
    padding: var(--padding) 0;
  }
/* END_BLOCK:group */

/* START_BLOCK:text (INDEX:56) */
.text {
    text-align: var(--text-align);
  }
  .text--title {
    font-size: 2rem;
    font-weight: 700;
  }
  .text--subtitle {
    font-size: 1.5rem;
  }
/* END_BLOCK:text */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:faq-accordion-group (INDEX:64) */
.faq-accordion__trigger {
    background: transparent;
    border: 0;
    color: hsl(var(--abyss));
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-accordion__trigger:focus-visible {
    outline: 2px solid hsl(var(--petroleum));
    outline-offset: 4px;
    border-radius: 8px;
  }

  .faq-accordion__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: 0.75rem;
    transition: transform 0.2s ease;
  }

  .faq-accordion__trigger[aria-expanded='true'] .faq-accordion__icon {
    transform: rotate(180deg);
  }

  .faq-accordion__panel {
    overflow: hidden;
    height: auto;
    transition: height 0.2s ease;
  }

  .faq-accordion__content > *:first-child {
    margin-top: 0;
  }

  .faq-accordion__content > *:last-child {
    margin-bottom: 0;
  }

  @media (max-width: 640px) {
    .faq-accordion__trigger {
      align-items: flex-start;
    }
  }
/* END_SNIPPET:faq-accordion-group */

/* START_SNIPPET:image (INDEX:75) */
.image {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
  }

  .image > img {
    width: 100%;
    height: auto;
  }
/* END_SNIPPET:image */

/* START_SNIPPET:subscription-flavor-card (INDEX:98) */
.subscription-card-shell--selected {
    box-shadow: 0 20px 40px -12px rgba(10, 33, 33, 0.12), 0 4px 12px -2px rgba(10, 33, 33, 0.06);
  }

  .subscription-qty-increment--empty,
  .subscription-qty-increment--empty:hover {
    background-color: hsl(var(--deep-drill));
    color: hsl(var(--oyster));
  }
/* END_SNIPPET:subscription-flavor-card */

/* START_SNIPPET:subscription-widget (INDEX:99) */
.selling-plan-widget {
    width: 100%;
  }

  .selling-plan-option {
    display: block;
    min-width: 0;
  }

  .selling-plan-option__card {
    display: block;
    overflow: hidden;
    border: 1px solid #dbd9d6;
    border-radius: 12px;
    background: transparent;
    transition:
      border-color 0.2s ease,
      background-color 0.2s ease;
  }

  .selling-plan-option input:checked + .selling-plan-option__card {
    border: 1.2px solid #091f1f;
    background: rgba(126, 141, 145, 0.15);
  }

  .selling-plan-option__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 52px;
    padding: 16px;
    box-sizing: border-box;
    color: #091f1f;
    transition:
      background-color 0.2s ease,
      color 0.2s ease;
  }

  .selling-plan-option input:checked + .selling-plan-option__card .selling-plan-option__header {
    background: #091f1f;
    color: #fffbf5;
  }

  .selling-plan-option__identity {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 10px;
  }

  .selling-plan-option__radio {
    position: relative;
    display: inline-flex;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    box-sizing: border-box;
    border: 1px solid #757575;
    border-radius: 1000px;
    background: transparent;
  }

  .selling-plan-option input:checked + .selling-plan-option__card .selling-plan-option__radio {
    border: 4px solid #fffbf5;
    background: transparent;
  }

  .selling-plan-option__title {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    white-space: nowrap;
  }

  .selling-plan-option__save {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 72.528px;
    background: #648891;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    color: #fffbf5;
    white-space: nowrap;
  }

  .selling-plan-option__prices {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    white-space: nowrap;
  }

  .selling-plan-option__price-daily,
  .selling-plan-option__price-full {
    color: inherit;
  }

  .selling-plan-option__price-monthly {
    color: #b8b8b8;
  }

  .selling-plan-option input:checked + .selling-plan-option__card .selling-plan-option__price-monthly {
    color: rgba(255, 251, 245, 0.4);
  }

  .selling-plan-option__details {
    display: none;
  }

  .selling-plan-option input:checked + .selling-plan-option__card .selling-plan-option__details {
    display: block;
  }

  .selling-plan-option__benefits {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px;
  }

  .selling-plan-option__benefit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 72.528px;
    background: #dedede;
    padding: 6px 10px;
    font-size: 10px;
    font-weight: 500;
    line-height: normal;
    color: #757575;
    white-space: nowrap;
  }

  .selling-plan-option__benefit-icon {
    width: 14px;
    height: 14px;
    color: #757575;
  }

  .selling-plan-option__frequency {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-top: 1px solid #dbd9d6;
    padding: 16px;
  }

  .selling-plan-option__frequency-label {
    display: inline-flex;
    flex: 1 0 0;
    min-width: 0;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: #091f1f;
    text-transform: capitalize;
    white-space: nowrap;
  }

  .selling-plan-option__frequency-icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    object-fit: contain;
    color: #091f1f;
  }

  .selling-plan-option__frequency-control {
    position: relative;
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
  }

  .selling-plan-option__frequency-select {
    appearance: none;
    min-width: 8.75rem;
    max-width: 100%;
    border: 0;
    border-radius: 8px;
    background: #fffbf5;
    padding: 8px 36px 8px 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    color: #091f1f;
    text-transform: capitalize;
    cursor: pointer;
  }

  .selling-plan-option__frequency-select:focus {
    outline: 2px solid #091f1f;
    outline-offset: 2px;
  }

  .selling-plan-option__frequency-chevron {
    position: absolute;
    right: 18px;
    width: 14px;
    height: 14px;
    pointer-events: none;
    color: #091f1f;
  }

  @media screen and (max-width: 39.99rem) {
    .selling-plan-option__header,
    .selling-plan-option__benefits,
    .selling-plan-option__frequency {
      padding: 14px;
    }

    .selling-plan-option__identity {
      min-width: 0;
    }

    .selling-plan-option__title {
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .selling-plan-option__benefits {
      gap: 4px;
    }

    .selling-plan-option__benefit {
      min-width: 0;
      padding: 6px 8px;
    }

    .selling-plan-option__frequency-label {
      min-width: 0;
    }

    .selling-plan-option__frequency-select {
      min-width: 7.5rem;
      padding-inline: 14px 32px;
    }

    .selling-plan-option__frequency-chevron {
      right: 12px;
    }
  }
/* END_SNIPPET:subscription-widget */