/** Shopify CDN: Minification failed

Line 759:15 Expected identifier but found whitespace
Line 759:17 Unexpected "{"
Line 759:25 Expected ":"
Line 759:50 Expected ":"

**/
.hydration-section {
    padding: 64px 56px;
    background: #fff;
}

.hydration-steps-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    column-gap: 33px;
    row-gap: 32px;
    align-items: start;
}

.hydration-title {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 0;
    font-family: 'Nohemi-regular';
    font-weight: 400;
    font-size: 56px;
    line-height: 68px;
    letter-spacing: 0%;
    color: #233BF8;
}

    .hydration-steps {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    gap: 7px;
    }

.step-card {
    background: #F3F3F3;
    padding: 12px;
    border-radius: 4px;
    width: 100%;
    text-align: left;
    max-width: 220px;
    display: flex;
    flex-direction: column;
    gap: 11.15px;
}

.step-image img {
    width: 100%;
    border-radius: 6.8px;
}

.step-title {
    font-family: 'Nohemi-regular';
    font-weight: 400;
    font-size: 26.07px;
    line-height: 100%;
    letter-spacing: 0;
    color: #233BF8;
    margin: 0;
}

.step-text {
    font-family: 'Nohemi-regular';
    font-weight: 400;
    font-size: 14px;
    line-height: 17.15px;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.9);
    margin: 0;
}

.hydration-stats {
    grid-column: 1;
    grid-row: 2;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: stretch;
    align-self: start;
    column-gap: 0;
}

.stat-item {
    display: flex;
    align-items: stretch;
    column-gap: 16px;
    color: #233BF8;
}

.stat-number {
    font-family: 'new-science', 'new-science-mono', sans-serif;
    font-weight: 500;
    font-size: 68px;
    line-height: 48px;
    letter-spacing: 0;
    min-width: 33px;
    text-align: left;
    align-self: center;
}

.stat-number sup {
    font-size: 16px;
    line-height: 48px;
    font-weight: 500;
    letter-spacing: 0%;
    margin-left: -6px;
    position: relative;
    top: -10px;
}
.stat-divider {
    display: none;
}
.stat-text {
    font-family: 'new-science-mono';
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    flex: 0 0 auto;
    width: min-content;
    align-self: center;
}

.hydration-link {
    grid-column: 2;
    grid-row: 2;
    align-self: end;
    justify-self: start;
    font-family: 'new-science-mono';
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: #233BF8;
}

button.hydration-link {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-family: 'new-science-mono';
    font-weight: 600;
    text-align: inherit;
    margin-top: 0;
}

body.nutrition-facts-modal-open {
    overflow: hidden;
}

/* Hidden until opened */
.nutrition-facts-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10000;
    align-items: center;
    justify-content: center;
    padding: 24px;
    box-sizing: border-box;
}

.nutrition-facts-modal.is-active {
    display: flex;
}

.nutrition-facts-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

/* Dynamic width: scales with viewport, caps at Figma desktop frame (~628px). */
.nutrition-facts-modal__dialog {
    position: relative;
    z-index: 1;
    width: 600px;
    max-width: 600px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
}

/* White panel: padding + gap match Figma (16 vertical, 8 horizontal, 8 gap). */
.nutrition-facts-modal__chrome {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px 8px;
    max-height: 95vh;
    overflow: hidden;
}

.nutrition-facts-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-shrink: 0;
}

.nutrition-facts-modal__subheader {
    font-size: 14px;
    font-family: 'Nohemi-regular';
    margin-top: 0;
    margin-bottom: 9px;
    font-weight: 400;
    line-height: 1.2;
    flex-shrink: 0;    
} 

.nutrition-facts-modal__title {
    font-family: 'Nohemi-regular', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.04em;
    color: #000000;
    margin: 0;
    text-align: left;
}

/* Figma: ~13.5px icon in square with 1.5px black border */
.nutrition-facts-modal__close {
    border: 0;
    background: transparent;
}

.nutrition-facts-modal__close-x {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin-top: -2px;
}

.nutrition-facts-modal__body {
    min-height: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.nutrition-facts-modal__scroll {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0;
    line-height: 0;
}

.nutrition-facts-modal__scroll picture {
    display: block;
    width: 100%;
}

.nutrition-facts-modal__scroll img,
.nutrition-facts-modal__img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}


.image-over-faq-inner {
    display: flex;
    width: 100%;
}

.image-over-faq-left {
    width: 50%;
}

.image-over-faq-right {
    width: 50%;
    max-width: 479px;
    margin:0 auto;
}

.image-over-faq-left .hydration-title {
    font-family: 'Nohemi-regular';
    font-weight: 400;
    font-size: 56px;
    line-height: 68px;
    color: #fff;
    letter-spacing: 0%;
}

.image-over-faq-right .accordion-question-answer {
    padding: 0;
}

.image-over-faq-right .accordion-item {
    border-bottom: 1px dashed #fff;
    border-top: 0;
}

.image-over-faq-right .accordion-item .accordion-title {
    font-family: 'Nohemi-regular';
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
    text-transform: none;
}
.image-over-faq-right .accordion-item .accordion-title svg path {
    fill: #fff;
}
.image-over-faq-right .accordion-content {
    background: linear-gradient(148.86deg, #233BF8 31.17%, #152392 90.42%);
    padding: 24px;
    position: relative;
}

.image-over-faq-right .accordion-content p {
    color: #fff !important;
    font-family: Geist Mono;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 22px;
    letter-spacing: 5%;
    text-transform: uppercase;
    padding-left: 0px !important;
    margin-top: 0 !important;
}
.accordion-content-header {
    display: none;
    justify-content: space-between;
    margin-bottom: 20px;
}

.image-over-faq-right .accordion-content .accordion-icon {
    width: 50px;
    flex-shrink: 0;
    transform: rotate(0deg);
}

.image-over-faq-right .accordion-content .accordion-icon img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-left: -20px;
}

.image-over-faq-right .accordion-number {
    font-family: 'new-science';
    font-weight: 100;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
    display: none;
}
.image-over-faq-right .accordion-item.active .accordion-header {
    margin-bottom: 15px;
}
.corner-icon {
    width: 18px;
    height: 18px;
    position: absolute;
}

.corner-icon.top-right {
    top: 0;
    right: 0;
    z-index: 10;
}

.corner-icon.bottom-left {
    bottom: 0;
    left: 0;
    transform: rotate(180deg);
}


/* ingredients-section */

.ingredients-section {
    background: #233BF8;
    padding: 64px 0 64px 0px;
}

.ingredients-section h2 {
    font-family: 'Nohemi-regular';
    font-weight: 400;
    font-size: 44px;
    line-height: 60px;
    letter-spacing: 0%;
    color: #fff;
    width: 1079px;
    margin-bottom: 64px;
    padding-left: 54px;
}

.card-content h3 {
    font-family: 'Nohemi-regular';
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #fff;
        margin-bottom: 0;
}
.ingredient-image-outer {
    position: relative;
}
.card-content {
    position: absolute;
    bottom: 0;
    padding: 24px;
}

.card-content p {
    font-family: 'new-science-mono';
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
    max-width: 230px;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: " ";
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: "";
}
.ingredient-header-arrow-outer {
    position: relative;
    display: flex;
    justify-content: space-between;
    }     

.swipper-arrows-outer {
    position: relative;
    z-index: 9999;
}
.swiper-button-prev.custom-arrow {
    position: absolute;
    left: -120px;
}
.swiper-button-next.custom-arrow {
    right: 52px;
    position: absolute;
}
/* ingredients-section */


.expert-section {
    padding: 40px 20px 40px;
}

.expert-heading {
    font-family: 'Nohemi-regular';
    font-weight: 400;
    font-size: 44px;
    line-height: 60px;
    letter-spacing: 0%;
    color: #233BF8;
    margin-bottom: 24px;
}

.expert-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.expert-card {
    display: flex;
    background: #E4F0FF;
    overflow: hidden;
}

.expert-image {
    width: 35%;
}

.expert-content {
    padding: 20px 32px;
    width: 65%;
}

.expert-content {
    padding: 20px 32px;
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.expert-description {
    font-family: 'Nohemi-regular';
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 4%;
}

.expert-name {
    font-family: 'new-science-mono';
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 10%;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #0D27FAE5;
}
.expert-image-with-name {
    display: flex;
    align-items: center;
    gap:13px;
}
.expert-icon img {
    width: 11px;
    height: 11px;
}

.expert-role {
    font-family: 'new-science-mono';
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #4E4E4E;
}


.faq-section .accordion-content{
    display:none;
}

.faq-section .accordion-item.active .accordion-content{
    display:block;
}
.faq-section .hidden-faq {
    display: none;
}
.faq-section .accordion-header{
    cursor:pointer;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.faq-section .accordion-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-family: 'Nohemi-regular';
    font-size: 24px;
    line-height: 1;
    color: #233BF8;
}

.faq-section .accordion-icon-minus{
    display: none;
}

.faq-section .accordion-item.active .accordion-icon-plus{
    display: none;
}

.faq-section .accordion-item.active .accordion-icon-minus{
    display: inline;
}
.faq-section {
    background: #F3F3F3;
    padding: 22px;
}

.faq-section h2 {
    font-family: 'Nohemi-regular';
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 5%;
    color: #233BF8;
}
    .faq-section .accordion-title {
    justify-content: space-between;
    width: 100%;
    }
    .faq-section .accordion-title-inner {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    }
    .faq-section .faq-number {
    flex: 0 0 auto;
    position: relative;
    top: 5px;
    line-height: inherit;
    }
    .faq-section .faq-question-text {
    flex: 1 1 auto;
    min-width: 0;
    line-height: 120%;
    max-width: 480px;
    }
.faq-section .accordion-image img {
    width: 100%;
}
.faq-section .desk-title {
    display: none;
}
.faq-section .mobile-title {
    display: block;
}


.hydration-personas .hydration-personas__intro {
    padding: 0 59px;
    margin-bottom: 67px;
}

.hydration-personas .hydration-personas__heading {
    font-family: 'Nohemi-regular', sans-serif;
    font-weight: 400;
    font-size: 56px;
    line-height: 68px;
    color: var(--hp-accent);
    margin: 0;
}

.hydration-personas .hydration-personas__rows {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.hydration-personas .hydration-personas__row {
    overflow: hidden;
    width: 100%;
}

.hydration-personas .hydration-personas__track {
    display: flex;
    width: max-content;
    will-change: transform;
}

.hydration-personas .hydration-personas__row--left .hydration-personas__track {
    animation: hp-marquee-left var(--hp-speed) linear infinite;
}

.hydration-personas .hydration-personas__row--right .hydration-personas__track {
    animation: hp-marquee-right var(--hp-speed) linear infinite;
}

.hydration-personas .hydration-personas__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 68px;
    padding-right: 68px;
}

.hydration-personas .hp-card {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 0 0 auto;
    width: 147.31px;
}

.hydration-personas .hp-card__media {
    position: relative;
    width: 100%;
    aspect-ratio: 267 / 145;
    border-radius: 8px;
    overflow: hidden;
    background: #d9d9d9;
}

.hydration-personas .hp-card__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hydration-personas .hp-card__media::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 8px;
    background:
    linear-gradient(176.91deg, rgba(13, 39, 250, 0) 49.66%, rgba(8, 23, 148, 1) 165.99%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    pointer-events: none;
}

.hydration-personas .hp-card__label {
    font-family: 'new-science-mono', monospace;
    font-weight: 600;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: -0.22px;
    color: var(--hp-accent);
    text-transform: uppercase;
    margin: 0;
}

@keyframes hp-marquee-left {
    from { transform: translate3d(0, 0, 0); }
    to   { transform: translate3d(-50%, 0, 0); }
}

@keyframes hp-marquee-right {
    from { transform: translate3d(-50%, 0, 0); }
    to   { transform: translate3d(0, 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
    .hydration-personas .hydration-personas__track {
    animation: none !important;
    }
}

.marquee-outer.cs-strip {
    overflow: hidden;
    padding: 10px 0;
    background: #FF4900; 
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    width: 100%;
    display: flex;
    margin-top: {{section.settings.margin_top }}px;
}
.marquee-outer .cs-marquee {
    display: flex;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.marquee-outer .cs-marquee-content {
    display: flex;
    width: max-content; /* Critical: allows content to define width */
    flex-wrap: nowrap;
    animation: scroll-marquee linear infinite;
    animation-duration: var(--speed);
}

.marquee-outer .cs-marquee-inner {
    display: flex;
    flex-shrink: 0;
    align-items: center;
}

.marquee-outer .cs-marquee-text {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #FFFFFF;
    white-space: nowrap;
    font-family: 'new-science-mono', monospace;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.marquee-outer .cs-marquee-text img{
    width: 60px;
}

.marquee-outer .dot {
    width: 7px;
    height: 7px;
    background: #0D27FA; 
    display: inline-block;
    margin: 0 40px; /* Adjust this to increase/decrease gap between words */
    flex-shrink: 0;
    border-radius: 0%; /* Make it square like the image */
}

@keyframes scroll-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    /* We move exactly 1/2 of the total width. 
       Because we have 6 copies, moving 3 copies' worth (-50%) 
       creates a perfect, gapless loop. */
    transform: translateX(-50%);
  }
}

/* Stops the marquee on hover */
.marquee-outer .cs-marquee:hover .cs-marquee-content {
  animation-play-state: paused;
}


/* ──────────────────────────────────────────────────────────────
   Video Stories — short-video "stories" row + fullscreen player.
   Pure CSS scroll-snap scroller (no carousel library).
   Cards are YouTube-Shorts sized (9:16); ~5.5 visible on desktop.
   ────────────────────────────────────────────────────────────── */

.video-stories {
  background: var(--vs-bg, transparent);
  /* Extra breathing room below the section. */
  margin-block-end: 32px;
}

.video-stories__inner {
  position: relative;
  /* Match the horizontal page spacing used by the theme's other
     custom sections (e.g. .expert-section uses 52px). */
  padding-inline: 30px;
}

/* ── Header (subtitle + title + arrows) ── */
.video-stories__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.video-stories__subtitle {
  display: block;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--vs-heading, var(--color-foreground));
  margin-bottom: 12px;
}

.video-stories__title {
  margin: 0;
    font-family: 'Nohemi-regular';
    font-weight: 400;
    font-size: 44px;
    line-height: 1;
    letter-spacing: 0%;
    color: #233BF8;
    margin-bottom: 24px;
}

/* ── Nav arrows ── */
.video-stories__nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.video-stories__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: transparent;
  color: var(--vs-heading, var(--color-foreground));
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, opacity 0.18s ease;
}

.video-stories__arrow:hover {
  background: var(--vs-heading, var(--color-foreground));
  color: var(--color-background);
}

.video-stories__arrow[disabled] {
  opacity: 0.35;
  cursor: default;
}

.video-stories__arrow[disabled]:hover {
  background: transparent;
  color: var(--vs-heading, var(--color-foreground));
}

/* ── Scroll-snap track ── */
.video-stories__track {
  display: flex;
  gap: var(--vs-gap, 12px);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  /* room so card shadows/focus rings aren't clipped */
  padding-block: 2px;
  margin-inline: -2px;
  padding-inline: 2px;
}

.video-stories__track::-webkit-scrollbar {
  display: none;
}

/* Each card takes 1 / (videos visible) of the track, minus the shared gaps. */
.video-stories__card {
  scroll-snap-align: start;
  flex: 0 0
    calc(
      (100% - (var(--vs-gap, 12px) * (var(--vs-per-desktop, 5.5) - 1))) /
        var(--vs-per-desktop, 5.5)
    );
}

.video-stories__trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: var(--style-border-radius-lg, 12px);
  overflow: hidden;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.06);
  -webkit-tap-highlight-color: transparent;
}

.video-stories__preview {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Center play button */
.video-stories__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  pointer-events: none;
}

.video-stories__play svg {
  margin-left: 2px; /* optically center the triangle */
}

/* ── Fullscreen player (dialog) ── */
.video-stories__modal {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  /* Dark overlay on the element itself so it covers reliably even if
     the native ::backdrop isn't applied (e.g. non-modal fallback). */
  background: rgba(0, 0, 0, 0.32);
  color: #fff;
  overflow: hidden;
}

.video-stories__modal:not([open]) {
  display: none;
}

.video-stories__modal::backdrop {
  background: rgba(0, 0, 0, 0.32);
}

.video-stories__modal-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  /* Spacing above / below the video, plus device safe areas. */
  padding-inline: 16px;
  padding-block:
    max(28px, env(safe-area-inset-top))
    max(28px, env(safe-area-inset-bottom));
}

/* A 9:16 box that fits the screen height (and width on mobile).
   The video fills it edge-to-edge, so the buttons sit on the video. */
.video-stories__modal-stage {
  position: relative;
  aspect-ratio: 9 / 16;
  height: min(100%, calc((100vw - 32px) * 16 / 9));
  max-height: 100%;
  max-width: 100%;
}

.video-stories__modal-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: transparent;
  border-radius: var(--style-border-radius-lg, 12px);
}

.video-stories__modal-btn {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(4px);
  transition: background 0.18s ease;
}

.video-stories__modal-btn:hover {
  background: rgba(0, 0, 0, 0.7);
}

/* Insets are relative to the video stage → buttons land on the video. */
.video-stories__modal-close {
  top: 12px;
  right: 12px;
}

.video-stories__modal-mute {
  bottom: 12px;
  right: 12px;
}

/* Toggle the mute / unmute glyphs via the data-muted state */
.video-stories__modal-mute .video-stories__icon--unmuted { display: none; }
.video-stories__modal-mute .video-stories__icon--muted { display: block; }
.video-stories__modal-mute[data-muted="false"] .video-stories__icon--unmuted { display: block; }
.video-stories__modal-mute[data-muted="false"] .video-stories__icon--muted { display: none; }

/* ── Responsive ── */
@media (max-width: 999px) {
  .video-stories__card {
    flex-basis: calc(
      (100% - (var(--vs-gap, 12px) * (var(--vs-per-tablet, 3.5) - 1))) /
        var(--vs-per-tablet, 3.5)
    );
  }
}

@media (max-width: 749px) {
  .video-stories__inner {
    padding-inline: 18px;
  }

  .video-stories__card {
    flex-basis: calc(
      (100% - (var(--vs-gap, 12px) * (var(--vs-per-mobile, 2.2) - 1))) /
        var(--vs-per-mobile, 2.2)
    );
  }

  .video-stories__nav {
    display: none;
  }
}






@media (min-width:991px){
    .faq-section .desk-title {
        display: block;
    }
    .faq-section .mobile-title {
        display: none;
    }
    .faq-section .accordion-inner {
        display: flex;
        width: 100%;
        gap: 88px;
        align-items: center;
     }

    .faq-section .accordion-image {
        width: 50%;
    }

    .faq-section {
        padding: 48px 52px;
    }

    .faq-section .accordion-question-answer {
        padding-top: 0;
        width:50%;
    }

    .faq-section h2 {
        font-size: 56px;
        line-height: 68px;
        letter-spacing: 0%;
        margin-bottom: 0px;
    }

    .faq-section .accordion-question-answer .accordion-title {
        font-size: 16px;
    }

    .faq-section .faq-number {
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 20%;
        vertical-align: middle;
        text-transform: uppercase;
    }
    .faq-section .accordion-item.active .accordion-content p {
        font-size: 14px;
        font-family: 'new-science-mono';
    }
    .faq-section .faq-show-more {
        font-family: 'new-science-mono';
        font-size: 18px;
        margin-top: 35px;
    }
}

@media (min-width: 1200px) {
    .expert-slider.four-grid-per-row .expert-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 35px;
    }
    .expert-slider.four-grid-per-row .expert-card {
        display: block;
    }
    .expert-slider.four-grid-per-row .expert-image {
        width: 100%;
    }
    .expert-slider.four-grid-per-row .expert-content {
        width: 100%;
        padding: 0;
        padding-top: 18px;
        display: block;
    }
    .expert-slider.four-grid-per-row .expert-description {
        font-size: 14px;
        line-height: 20px;
    }
    .expert-slider.four-grid-per-row .expert-name {
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 9%;
    }
    .expert-slider.four-grid-per-row .expert-card {
        background: white;
    }
    .expert-slider.four-grid-per-row .expert-role {
        margin-top: 4px;
    }
}

@media (min-width: 769px) and (max-width: 1443px) {
    .hydration-title {
        font-size: 48px;
        line-height: 58px;
    }
}

@media (max-width: 990px) {

    .image-over-faq-inner {
        display: block;
    }

    .image-over-faq-left {
        width: 100%;
    }

    .image-over-faq-right {
        max-width: 100%;
        width: 100%;
    }

    .image-over-faq-left .hydration-title {
        font-size: 28px;
        line-height: 30px;
        letter-spacing: 2%;
        max-width: 342px;
    }

    .image-over-faq-right .accordion-item .accordion-title {
        line-height: 100%;
        letter-spacing: 0%;
    }

    .image-over-faq-right .accordion-item {
        padding-top: 20px;
    }
    .ingredients-section {
        padding: 30px 0 20px 0px;
    }
        .swipper-arrows-outer {
            display: none;
        }
    .ingredients-section h2 {
        font-weight: 400;
        font-size: 28px;
        line-height: 32px;
        letter-spacing: 5%;
        width: 100%;
        margin-bottom: 30px;
        padding-left: 20px;
    }

    .card-content h3 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 0;
    }

    .card-content p {
        font-size: 12px;
    }
    .hydration-personas {
        padding: 32px 0;
    }

    .hydration-personas .hydration-personas__intro {
        padding: 0 17px;
        margin-bottom: 20px;
    }

    .hydration-personas .hydration-personas__heading {
        font-size: 28px;
        line-height: 34px;
        letter-spacing: 1.4px;
    }

    .hydration-personas .hydration-personas__rows {
        gap: 12px;
    }

    .hydration-personas .hydration-personas__list {
        gap: 30px;
        padding-right: 30px;
    }

    .hydration-personas .hp-card {
        width: 110px;
        gap: 4px;
    }

    .hydration-personas .hp-card__label {
        font-size: 11px;
        line-height: 13px;
        letter-spacing: 0;
    }
}
            
@media (max-width: 768px) {
    .hydration-section {
        padding: 25px 18px;
    }
    .hydration-steps-container {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .hydration-title {
        width:100%;
        font-size: 28px;
        line-height: 34px;
        letter-spacing: 5%;
        margin-bottom: 0;
    }
    .hydration-section {
        padding: 25px 18px;
    }

    .hydration-steps {
        grid-column: auto;
        grid-row: auto;
    }

    .step-title {
        font-size: 20px;
    }
    .step-title sup {
        font-size: 10px;
    }

    .step-text {
        font-size: 14px;
        line-height: 17px;
        text-align: left;
    }

    .step-card {
        padding: 6px;
        max-width: none;
        flex: 1 1 0;
        min-width: 0;
        gap: 8px;
    }

    .hydration-stats {
        grid-column: auto;
        grid-row: auto;
        display: grid;
        grid-template-columns: auto 1fr;
        align-items: stretch;
        align-self: stretch;
        width: 100%;
        gap: 0;
        border-top: 1px dashed #233BF8;
        padding-top: 24px;
    }

    .stat-item {
        column-gap: 10px;
        min-width: 0;
    }
    .stat-number {
        font-size: 44px;
        line-height: 48px;
        letter-spacing: 0;
        min-width: 33px;
    }

    .stat-divider {
        display: none;
    }

    .stat-text {
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
    }

    .hydration-link {
        grid-column: auto;
        grid-row: auto;
        align-self: flex-start;
        justify-self: flex-start;
        text-align: left;
        font-size: 14px;
        margin-top: 10px;
    }

    .nutrition-facts-modal {
        padding: 16px;
    }

    .nutrition-facts-modal__dialog {
        width: min(95%, 628px);
        max-height: 92vh;
    }

    .nutrition-facts-modal__chrome {
        max-height: 92vh;
        padding: 16px 8px;
    }

    .expert-card {
        flex-direction: column;
        background: transparent;
    }
    .expert-image,
    .expert-content {
        width: 100%;
    }
    .expert-section {
        padding: 0;
        background-color: var(--bg-color);
    }
    .expert-heading {
        padding: 30px 22px;
        font-size: 28px;
        line-height: 34px;
        letter-spacing: 5%;
        margin-bottom: 0;
    }
    .expert-grid {
        display: flex;
        gap:0;
    }
    .expert-slider {
        padding-left: 22px;
        padding-bottom:50px;
    } 
    .expert-content {
        padding: 15px 0 0;
    }

    .expert-description {
        font-size: 14px;
        line-height: 20px;
    }

    .expert-name {
        font-size: 14px;
    }
}

@media screen and (max-width: 749px) {
    .nutrition-facts-modal__subheader {
        max-width: 214px;
        margin-top: -5px;
        margin-bottom: 4px;
        font-size: 10px;   
    }
}

@media (max-width: 420px) {
    .expert-heading {
        max-width: 300px;
    }
    .faq-section h2 {
        max-width: 275px;
        text-align: left;
    }
}