/* ==========================================================================
   Product detail page
   ========================================================================== */

.he_product-section {
  display: flex; align-items: flex-start; gap: 32px; margin-left: auto; margin-right: auto;
  padding-top: 16px; padding-bottom: 64px;
}
.he_product-section > div { width: calc(50% - 16px); }
.he_product-section > div:first-child { position: sticky; top: 100px; }
.he_product-section * { color: var(--navy); }
.he_product-section img { width: 100%; }

/* ---------------------------------------------------------------- gallery */
.he_featured-image { display: flex; gap: 12px; position: relative; }
.he_featured-image > div:nth-child(1) { width: 100%; }
.he_featured-imaging {
  display: block; height: 100%; object-fit: cover; border-radius: var(--radius);
  overflow: hidden; width: 100%;
}
.he_gallery-image { width: 100%; border-radius: var(--radius); overflow: hidden; }
.he_gallery-image img { display: block; width: 100%; }
.he_desktop-gallery { position: relative; }
.he_desktop-gallery > div { display: none; }
.he_desktop-gallery > div.is-active { display: block; }
.he_desktop-gallery-thumbs-line {
  position: relative; display: flex; align-items: center; gap: 12px; margin-top: 12px;
}
/* rodykliu isvaizda — assets/css/pages.css (bendras glifu blokas) */
.he_desktop-gallery_thumbs {
  display: flex; gap: 4px; overflow: hidden; flex: 1; scroll-behavior: smooth;
}
/* miniatiuros dalijasi eilute po lygiai — kiek ju bebutu, visos telpa
   (buvo fiksuoti 12,5%, t. y. lygiai 8; pridejus devinta ji nukrisdavo) */
.he_desktop-gallery_thumbs > div { flex: 1 1 0; min-width: 0; cursor: pointer; }
.he_desktop-gallery_thumbs > div.is-active .he_gallery-image { outline: 1px solid var(--navy); }
/* Visos galerijos nuotraukos skirtingu proporciju (nuotraukos 3:2, iskirptos
   prekes kvadratines), todel be vienodo lango aukštis šokineja: desktope
   perjungiant skaidres, telefone — braukiant. Fiksuojam 3:2 ir talpinam. */
.he_desktop-gallery .he_gallery-image,
.he_mobile-gallery .he_gallery-image,
.he_desktop-gallery_thumbs .he_gallery-image { aspect-ratio: 3/2; background: #fff; }
.he_desktop-gallery .he_gallery-image img,
.he_mobile-gallery .he_gallery-image img,
.he_desktop-gallery_thumbs .he_gallery-image img { height: 100%; object-fit: contain; }

.he_mobile-gallery { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x mandatory; }
.he_mobile-gallery::-webkit-scrollbar { display: none; }
.he_mobile-gallery > div { flex: 0 0 100%; scroll-snap-align: start; }
.he_mob-gallery-container { position: relative; margin: 16px 0; }

/* ---------------------------------------------- frontrow "klientai" tag */
.mc-trust-sticker {
  position: absolute; z-index: 3; top: 16px; left: 16px; width: 92px; background: #fff;
  border-radius: 2px; padding: 8px 6px 0; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  text-align: center; font-family: "Open Sans", "Mori", sans-serif;
}
.mc-trust-sticker::after {
  content: ""; display: block; height: 14px; margin: 6px -6px 0;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 62%, 0 100%);
}
.mc-trust-sticker .mc-tr-logo {
  font-size: 8px; letter-spacing: 1px; text-transform: uppercase; color: #1c2b43; margin: 0 0 4px;
  font-family: "Lora", Georgia, serif;
}
.mc-trust-sticker .mc-tr-heading { display: flex; justify-content: center; align-items: center; gap: 3px; }
.mc-trust-sticker .mc-tr-heading p {
  text-align: center; font-family: "Lora", Georgia, serif; font-size: 10px; font-weight: 600;
  line-height: 12px; color: var(--navy); margin: 0;
}
.mc-trust-sticker .mc-tr-count { font-size: 8px; font-weight: 600; line-height: 11px; margin: 6px 0 0; }
.mc-trust-sticker .mc-tr-desc { font-size: 7.5px; line-height: 10px; color: #757575; margin: 0; }
.mc-trust-sticker .mc-tr-learn {
  border-bottom: 0.4px solid #757575; padding: 3px 0 2px; font-size: 7.5px; font-weight: 600;
  color: #757575; display: inline-block; margin-bottom: 6px; cursor: pointer;
}
.mc-trust-sticker .mc-tr-cta {
  color: #1c2b43; background: #f5f5f5; display: block; padding: 5px; border-radius: 100px;
  font-size: 7px; font-weight: 600; text-align: center; border: 0; width: 100%; cursor: pointer;
}
.mc-trust-sticker .mc-tr-close {
  position: absolute; right: 6px; top: 6px; border: 0; background: none; cursor: pointer;
  font-size: 10px; line-height: 1; color: #757575;
}

#mc-trust-badge { margin: 16px 0; font-family: "Open Sans", "Mori", sans-serif; }
#mc-trust-badge .mc-tr-embedded { display: flex; flex-direction: column; gap: 10px; }
#mc-trust-badge .mc-tr-heading { display: flex; flex-direction: row; gap: 4px; align-items: center; }
#mc-trust-badge .mc-tr-heading p {
  font-size: 18px; font-weight: 500; font-family: "Lora", Georgia, serif; letter-spacing: 0.3px; margin: 0;
}
#mc-trust-badge .mc-tr-main-copy { font-size: 15px; line-height: 22px; margin: 0; }
#mc-trust-badge .mc-tr-main-copy .bold { font-weight: 600; }
#mc-trust-badge .mc-tr-main-copy .italics { font-style: italic; }
#mc-trust-badge .mc-tr-cta-row { display: flex; align-items: center; gap: 6px; }
#mc-trust-badge .mc-tr-images { display: inline-flex; align-items: center; }
#mc-trust-badge .mc-tr-images img {
  width: 24px; height: 24px; border-radius: 100px; object-fit: cover; background: #eee;
  border: 2px solid #fff; display: block;
}
#mc-trust-badge .mc-tr-images img:nth-of-type(2),
#mc-trust-badge .mc-tr-images img:nth-of-type(3) { margin-left: -8px; }
#mc-trust-badge .mc-tr-learn-more {
  background: none; border: 0; padding: 0; cursor: pointer; font-size: 15px;
  text-decoration: underline; color: var(--navy);
}

/* ------------------------------------------------------------- buy column */
.he_main-review-rating-box {
  display: inline-block; border-radius: 24px; padding: 8px 16px; background: var(--light-blue); margin-bottom: 16px;
}
.he_main-review-rating { display: flex; align-items: center; gap: 12px; }
.he_main-review-rating img { width: 100%; max-width: 90px; display: block; }
.he_main-review-rating p {
  font-size: 14px; line-height: 1.3em; margin: 0; text-transform: uppercase;
  font-weight: 600; font-family: "MoriSemi", sans-serif;
}
.he_main-product-title { font-size: 40px; line-height: 1.15em; margin: 0; font-weight: 500; }
.he_main-product-title span { background: none; padding: 0; }
.he_main-product-subtitle { font-size: 20px; line-height: 1.3em; margin: 12px 0; font-weight: 500; }

.he_product-text.top_icons_Texts p { margin-bottom: 16px; }
.he_product-text.top_icons_Texts p:last-child { margin-bottom: 0; }
.he_product-icons-grid {
  display: grid; gap: 8px; padding: 12px; border-radius: var(--radius); margin-top: 12px; background: var(--light-blue);
}
.he_product-icon-line { display: flex; align-items: center; gap: 8px; }
.he_product-icon-line > div:nth-child(1) { width: 20px; display: flex; align-items: center; }
.he_product-icon-line > div:nth-child(2) { width: calc(100% - 28px); }
.he_product-icon-line p { margin: 0; font-size: 16px; line-height: 1.3em; }
.he_product-icon-line img { display: block; width: 20px; }

.he_product-sub-label { display: flex; align-items: center; gap: 12px; margin: 20px 0 16px; }
.he_product-sub-label p { margin: 0; font-size: 14px; font-weight: 600; font-family: "MoriSemi", sans-serif; }
.he_product-sub-btn { background: var(--light-blue); padding: 3px; border-radius: 32px; cursor: pointer; width: 40px; }
.he_product-sub-btn.active { background: var(--navy); }
.he_product-sub-btn-inner {
  width: 16px; height: 16px; border-radius: 50%; background: var(--navy);
  display: block !important; margin-left: 0; transition: all 0.2s;
}
.active .he_product-sub-btn-inner { margin-left: auto; background: #fff; }

.he_product-variants-lines { display: grid; gap: 14px; margin-bottom: 16px; }
.he_product-variant-line_outer {
  border: 1.2px solid rgba(26, 37, 138, 0.25); cursor: pointer; position: relative;
  padding: 14px; border-radius: var(--radius);
}
.he_product-variant-line_outer.active { border: 1.2px solid var(--navy); }
.he_product-variant-badge_long {
  position: absolute; top: -10px; padding: 4px 4px 2px; border-radius: var(--radius); line-height: 1em;
  font-size: 12px; margin: 0; right: 14px; font-family: "MoriSemi", sans-serif;
}
.he_product-variant-badge_long.bestseller { background: var(--green); }
.he_product-variant-badge_long.bestvalue { background: var(--navy); color: #fff; }
.he_product-variant-line { display: flex; align-items: center; gap: 10px; }
.he_product-variant-line > div:nth-child(1) { width: 5%; }
.he_product-variant-line > div:nth-child(2) { width: 100%; }
.he_product-variant-line > div:nth-child(3) { width: 20%; }
.he_line_product-variant-check {
  display: flex; align-items: center; justify-content: center; width: 20px; height: 20px;
  border-radius: 50%; border: 1px solid rgba(8, 14, 65, 0.25);
}
.he_line-product-variant-check-inn { width: 10px; height: 10px; display: block !important; border-radius: 50%; }
.active .he_line-product-variant-check-inn { background: var(--navy); }
.active .he_line_product-variant-check { border: 1px solid var(--navy); }
.he_line-variant-title { display: flex; align-items: center; gap: 8px; }
.he_line-variant-title-text { margin: 0; font-size: 16px; line-height: 1.15em; font-weight: 600; font-family: "MoriSemi", sans-serif; }
.he_line-variant-title-save {
  display: inline-block; background: var(--green-light); font-size: 14px; border-radius: var(--radius);
  line-height: 1em; padding: 4px; font-family: "MoriSemi", sans-serif;
}
.he_line-variant-per-bottle { font-size: 14px; margin: 0; line-height: 1.5em; color: var(--navy-80); }
.he_line-product-price { text-align: right; }
.he_line-product-price p { font-size: 16px; font-weight: 600; font-family: "MoriSemi", sans-serif; line-height: 1.5em; margin: 0; }
.he_line-product-price s { color: var(--navy-80); margin: 0; font-size: 14px; line-height: 1.5em; }

.he_product-atc_long {
  display: block; padding: 16px; background: var(--green); border-radius: var(--radius); cursor: pointer;
  text-align: center; font-size: 16px; font-weight: 600; font-family: "MoriSemi", sans-serif; text-transform: uppercase;
  transition: filter 0.2s;
}
.he_product-atc_long:hover { filter: brightness(0.95); }
.he_product-instock { display: flex; align-items: center; gap: 6px; font-size: 14px; line-height: 1.3em; margin: 16px 0; }
.he_product-instock span { display: flex; align-items: center; }
.he_product-instock-bubble {
  display: block !important; width: 9px; height: 9px; border-radius: 50%; background: var(--green-dark);
}
.he_product-guarantee-icons { max-width: 400px; display: block; margin: 16px 0; }

.he_new-pdp-gurantee {
  display: flex; align-items: center; gap: 20px; padding: 14px; border: 1px solid var(--green-dark);
  border-radius: var(--radius); background: #eeffe2; margin-bottom: 16px;
}
.he_new-pdp-gurantee > div:nth-child(1) { width: 60px; }
.he_new-pdp-gurantee > div:nth-child(2) { width: calc(100% - 80px); }
.he_new-pdp-gurantee img { display: block; width: 100%; }
.he_new-pdp-gurantee h5 { margin: 0; font-size: 14px; line-height: 1.15em; font-family: "MoriSemi", sans-serif; font-weight: 600; }
.he_new-pdp-gurantee p { margin: 4px 0 0; font-size: 14px; line-height: 1.15em; }

/* ------------------------------------------------------- review carousel */
.he_product-review-slider { position: relative; margin: 16px 0 0 !important; }
.he_product-review-slider > div { display: none; }
.he_product-review-slider > div.is-active { display: block; }
.he_product-review-cell { padding: 20px; background: var(--light-blue); border-radius: var(--radius); overflow: hidden; }
.he_product-review-thumb { display: flex; align-items: center; gap: 12px; justify-content: space-between; }
.he_product-review-star { width: 100%; display: block; max-width: 80px; }
.he_product-review-info { display: flex; align-items: center; justify-content: flex-end; margin: 0; }
.he_product-review-info span { font-size: 12px; line-height: 1.3em; color: var(--navy-80); display: flex; align-items: center; }
.he_product-review-info img { max-width: 20px; display: block; }
.he_product-review-info img.he_product-avatar { max-width: 24px; margin-right: 8px; border-radius: 50%; }
.he_producg-review-content { margin: 16px 0 0; }
.he_producg-review-content p { font-size: 16px; line-height: 1.3em; margin: 0; min-height: 65px; }
.he_review-dots { display: flex; gap: 4px; align-items: center; }
.he_review-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(8, 14, 65, 0.25); cursor: pointer; }
.he_review-dot.is-active { background: var(--navy); }
.he_prod_rev-arrows {
  display: flex; align-items: center; gap: 12px; margin-top: -16px; position: relative; bottom: 36px;
  right: 16px; z-index: 2; justify-content: flex-end;
}
/* rodykliu isvaizda — assets/css/pages.css (bendras glifu blokas) */

/* ----------------------------------------------------------- bottom tabs */
.he_product_long-tabs { margin-top: 8px; }
.he_product_long-tabs_nav { display: flex; }
.he_product_long-tabs_nav > div { width: 100%; text-align: center; }
.he_product-long-tabs-nav-btn { cursor: pointer; border-bottom: 2px solid var(--light-blue); padding-bottom: 12px; }
.he_product-long-tabs-nav-btn p {
  color: var(--navy-80); font-size: 12px; line-height: 1em; text-transform: uppercase;
  font-family: "MoriSemi", sans-serif; margin: 0;
}
.active.he_product-long-tabs-nav-btn p { color: var(--navy); }
.active.he_product-long-tabs-nav-btn { border-bottom: 2px solid var(--navy); }
.he_product-long-tabs-content { display: none; }
.he_product-long-tabs-content.active { display: block; }
.he_product-long-ingredient__outer { padding-top: 16px; }
.he_product-long-ingredient_line { display: flex; align-items: center; gap: 16px; padding-bottom: 16px; }
.he_product-long-ingredient_line > div:nth-child(1) { width: 15%; }
.he_product-long-ingredient_line > div:nth-child(1).fullWidth_cell { width: 100%; }
.he_product-long-ingredient_line > div:nth-child(2) { width: 100%; }
.he_product-long-ingredient_line img { display: block; border-radius: var(--radius); }
.he_product-long-ingredient_line h5 { margin: 0; font-size: 14px; line-height: 1.3em; font-family: "MoriSemi", sans-serif; font-weight: 600; }
.he_product-long-ingredient_line p { margin: 12px 0 0; font-size: 14px; line-height: 1.3em; }

/* --------------------------------------------------------- "nad" section */
.he_product-outer-section.he_nad-drops-outer { padding: 24px 0; }
.he_nad-container { display: flex; gap: 20px; }
.he_nad-container > div { width: 100%; background: var(--light-blue); padding: 40px; border-radius: var(--radius); }
.nad_drops-full-image-box { padding: 0 !important; overflow: hidden; }
.he_nad-drop-block { height: 100%; }
.he_nad-drop-block img { object-fit: cover; width: 100%; height: 100%; display: block; }
.he_nad-info-container-box { padding-top: 30px; margin-top: 30px; position: relative; }
.he_nad-info-container-box .hea_border-line { position: absolute; top: 0; left: 0; background-color: var(--navy-80); }
.he_nad-info-container { display: flex; gap: 50px; }
.he_nad-info-nav { width: 70%; display: grid; gap: 8px; }
.he_nad-info-content { width: 100%; }
.he_nad-info-btn { display: block; background: #fff; padding: 8px 12px; cursor: pointer; border-radius: var(--radius); }
.he_nad-info-btn_flex { display: flex; align-items: center; gap: 12px; }
.he_nad-info-btn_flex > div:nth-child(1) { width: 20%; }
.he_nad-info-btn_flex > div:nth-child(2) { width: 100%; }
.he_nad-info-nav p { font-size: 14px; margin: 0; line-height: 1.15em; }
.he_nad-info-btn.active { background: var(--blue); }
.he_nad-info-btn.active * { color: #fff; }
.he_nad-info-cont-block h5 { margin: 0; font-size: 20px; line-height: 1.15em; font-weight: 400; }
.he_nad-text { margin-top: 20px; }
.he_nad-text * { font-size: 16px; line-height: 1.35em; margin: 0; }
.he_nad-info-cont-block.hided { display: none !important; }

/* ------------------------------------------------------- how it works row */
.he_how-works-arrows { display: flex; align-items: center; gap: 12px; justify-content: flex-end; }
/* rodykliu isvaizda — assets/css/pages.css (bendras glifu blokas) */
.he_product-how-works-carousel { display: flex; gap: 24px; margin-top: 16px; }
.he_product-how-slide { width: 100%; cursor: pointer; transition: width 0.3s; }
.activeSlide.he_product-how-slide { width: 150%; }
.he_product-how-works-block {
  display: flex; flex-direction: column; justify-content: space-between; height: 100%; min-height: 390px;
}
@media (min-width: 678px) {
  .he_product-how-works-block > div:nth-child(2) { height: 375px; display: flex; flex-direction: column; justify-content: flex-end; }
}
.he_product-how-number {
  font-size: 16px; line-height: 1.3em; margin: 0 0 12px; padding-top: 12px; border-top: 1px solid #fff; opacity: 0.5;
}
.activeSlide .he_product-how-number { opacity: 1; }
.he_how-works-image {
  max-width: 280px; display: block; transition: all 0.2s; border-radius: var(--radius); overflow: hidden; width: 100%;
}
.activeSlide .he_how-works-image { max-width: 100%; }
.he_product-works-border__line {
  display: block !important; width: 100%; background: var(--light-blue); height: 2px; margin-top: 16px;
}
.activeSlide .he_product-works-border__line { background: var(--navy); }
.he_product-how-works-block-title {
  margin: 12px 0 0; font-size: 22px; line-height: 1.3em; font-weight: 400; max-width: 290px;
}
.he_product-footer-outer { position: relative; }
.he_product-footer-text { margin-top: 24px; padding-top: 24px; max-width: 400px; display: none; position: relative; }
.activeSlide .he_product-footer-text { display: block; }
.he_product-footer-text * { font-size: 16px; line-height: 1.3em; margin: 0 0 16px; opacity: 0.75; }
.he_product-footer-text .hea_border-line { position: absolute; top: 0; left: 0; background-color: var(--navy-80); }

/* -------------------------------------------------- reviewed ingredients */
.he_nad-ingre-cell { padding: 0 !important; display: flex; align-items: center; overflow: hidden; }
.he_nad-ingre-cell-inn { padding: 40px; }
.he_nad-video { display: block; width: 100%; object-fit: cover; height: 100%; border-radius: var(--radius); overflow: hidden; }
.he_rev-ing-text { font-size: 20px; line-height: 1.15em; margin: 12px 0; }
.he_rev-ingredients-box { display: grid; gap: 8px; margin-top: 32px; }
.he_rev-ingredient-box { cursor: pointer; background: #fff; border-radius: var(--radius); padding: 16px; }
.he_rev-ingredient-line { display: flex; align-items: center; gap: 12px; }
.he_rev-ingredient-line > div:nth-child(1) { width: 20%; }
.he_rev-ingredient-line > div:nth-child(2) { width: 100%; }
.he_rev-ingredient-line img { display: block; width: 100%; border-radius: var(--radius); }
.active .he_rev-ingredient-line { padding-bottom: 16px; }
.he_rev-ingredient-thumb-label { display: flex; align-items: center; gap: 12px; }
.he_rev-ingredient-thumb-label > div:nth-child(1) { width: calc(100% - 30px); }
.he_rev-ingredient-thumb-label > div:nth-child(2) { width: 18px; }
.he_rev-ingredient-thumb-label img { width: 18px !important; }
.he_rev-title { margin: 0; font-size: 32px; line-height: 1.15em; font-weight: 400; }
.he_rev-tag {
  margin: 0 0 6px; background: var(--soft-blue); border-radius: 24px; padding: 2px 10px; font-size: 16px;
  line-height: 1.15em; display: inline-block;
}
.he_rev-ingredient-content { position: relative; padding-top: 16px; display: none; }
.active .he_rev-ingredient-content { display: block; }
.he_rev-ingredient-content * { font-size: 16px; line-height: 1.4em; margin: 0; }
.he_rev-ingredient-content .hea_border-line { position: absolute; top: 0; left: 0; background-color: var(--navy-80); }
.he_rev-plus-arrow_minus { display: none !important; }
.active .he_rev-plus-arrow_minus { display: block !important; }
.active .he_rev-plus-arrow_plus { display: none !important; }

/* ---------------------------------------------------- clinical evidence   */
.he_what-happens-flex { display: flex; gap: 16px; }
.he_what-happens-flex > div { width: 100%; }
.he_what-happens-flex .he_product-main-title { max-width: 390px; }
.he_what-happens-flex .he_product-btn-container { max-width: 390px; }
.he_what-happens-content {
  border-radius: var(--radius); padding: 32px; background: var(--light-blue); height: 100%;
  display: flex; align-items: center;
}
.he_product_happens-subtitle { font-size: 20px; line-height: 1.15em; margin: 16px 0 32px; max-width: 390px; font-weight: 400; }
.he_what-happens-grid { display: grid; gap: 16px; }
.he_what-happens-block {
  padding: 20px 28px; background-size: cover; background-position: center; border-radius: var(--radius); overflow: hidden;
}
.he_what-happens-inner-block { display: flex; align-items: center; gap: 24px; }
.he_what-happens-inner-block > div:nth-child(1) { width: 30%; }
.he_what-happens-inner-block > div:nth-child(2) { width: 100%; }
.he_what-happens-inner-block h2 { color: #fff; margin: 0; line-height: 1em; font-size: 54px; font-weight: 400; }
.he_what-happens-inner-block p { margin: 0; line-height: 1.15em; font-size: 20px; max-width: 220px; color: #fff; }

/* ---------------------------------------------------------- compare table */
.he_product-outer-grey-bg { background: var(--light-blue); padding: 46px 24px; max-width: 1500px; margin: auto; position: relative; }
.he_product-compare-container { display: flex; align-items: center; gap: 100px; }
.he_product-compare-container > div:nth-child(1) { width: 50%; }
.he_product-compare-container > div:nth-child(2) { width: 100%; }
.he_compare-table { display: block; width: 100%; }

/* ---------------------------------------------------------- real reviews */
.he_real-reviews-subtitle { margin: 20px 0 8px; font-size: 20px; line-height: 1.15em; font-weight: 400; }
.he_real-reviews-meta { display: flex; align-items: center; gap: 4px; }
.he_real-reviews-meta img { max-width: 78px; display: block; position: relative; bottom: 1px; }
.he_real-reviews-score { font-family: "MoriSemi", sans-serif; line-height: 1.15em; margin: 0; font-size: 14px; }
.he_real-reviews-text {
  font-family: "MoriSemi", sans-serif; line-height: 1.15em; font-size: 12px; margin: 0;
  color: var(--navy-80); text-transform: uppercase;
}
.he_real-reviews-arrows {
  display: flex; align-items: center; gap: 12px; justify-content: flex-end; margin-top: -20px; position: relative;
}
/* rodykliu isvaizda — assets/css/pages.css (bendras glifu blokas) */
.he_real-reviews-grid_outer_full { width: 100%; max-width: 100vw; overflow: hidden; }
.he_real-reviews-grid_outer {
  width: 100%; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; margin-top: 60px;
  position: relative; left: calc(50% - 700px + 16px); max-width: 100%;
  padding-right: calc(50% - 700px + 16px + 15%); scroll-behavior: smooth;
}
.he_real-reviews-grid_outer::-webkit-scrollbar { display: none; }
.he_real-reviews-grid { width: fit-content; display: flex; gap: 16px; }
.he_real-review-cell { min-width: 358px; display: block; }
.he_real-review-image-main {
  display: block; object-fit: cover; aspect-ratio: 1.35 / 1; border-radius: var(--radius); overflow: hidden; width: 100%;
}
.he_real-review-stars { display: block; max-width: 78px; margin: 12px 0; }
.he_real-review-title { margin: 12px 0; font-size: 20px; line-height: 1.15em; font-weight: 400; }
.he_real-review-info { display: flex; align-items: center; gap: 8px; }
.he_real-review-name { margin: 0; font-size: 16px; line-height: 1.15em; }
.he_real-review-verified { margin: 0; font-size: 12px; line-height: 1.15em; text-transform: uppercase; color: var(--navy-80); }
.he_real-review-badge { display: block; max-width: 20px; position: relative; bottom: 1px; }

/* ------------------------------------------------------------------- faq */
.he_product-faq-container { display: flex; gap: 32px; width: 100%; }
.he_product-faq-container > div:nth-child(1) { width: 50%; }
.he_product-faq-container > div:nth-child(2) { width: 100%; }
.he_product-faqs-container { margin: 16px 0; }
.he_product-faq-block { cursor: pointer; padding: 16px 0 16px 0; position: relative; }
.he_product-faq-block .hea_border-line { position: absolute; bottom: 0; left: 0; }
.he_product-faq-block .hea_border-line.topBorderLine { bottom: unset; top: 0; }
.he_product-faq-thumb { display: flex; align-items: center; gap: 12px; justify-content: space-between; }
.he_product-faq-thumb p { font-size: 20px; line-height: 1.3em; margin: 0; font-weight: 400; font-family: "Clash", sans-serif; }
.he_product-faq-thumb img { display: block; width: 16px !important; transition: all 0.2s; }
.he_product-faq-block.open .he_product-faq-thumb img { transform: rotate(45deg); }
.he_product-faq-content { display: none; padding-top: 12px; }
.he_product-faq-block.open .he_product-faq-content { display: block; }
.he_product-faq-content * { font-size: 16px; line-height: 1.3em; margin: 8px 0 0; font-weight: 400; }

/* ----------------------------------------------------------- lab popup   */
.he_nutri-popup {
  position: fixed; inset: 0; background: rgba(8, 14, 65, 0.6); z-index: 100002;
  display: none; align-items: center; justify-content: center; padding: 16px;
}
.he_nutri-popup.open { display: flex; }
.he_nutri-popup-inner {
  background: #fff; border-radius: var(--radius); padding: 20px; max-width: 720px; width: 100%;
  max-height: 90vh; overflow-y: auto;
}
.he_nutri-popup-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.he_nutri-popup-header h3 { margin: 0; font-size: 24px; font-weight: 400; }
.he_nutri-popup-close { width: 24px; cursor: pointer; display: block; }
.he_nutri-main-image { width: 100%; display: block; margin-top: 16px; border-radius: var(--radius); }
.he_product-lab-btn {
  display: flex; padding: 20px; border: 1px solid var(--navy); cursor: pointer; border-radius: var(--radius);
  align-items: center; justify-content: center; gap: 8px; margin: 16px 0; text-decoration: none;
}
.he_product-lab-btn img { width: 16px; display: block; }
.he_product-lab-btn span {
  color: var(--navy); font-size: 14px; line-height: 1.3em; font-weight: 600;
  font-family: "MoriSemi", sans-serif; text-transform: uppercase; display: flex; align-items: center;
}

/* ------------------------------------------------------------- responsive */
@media (max-width: 989px) {
  .he_product-section { flex-wrap: wrap; }
  .he_product-section > div { width: 100%; }
  .he_product-section > div:first-child { position: static; }
}

@media (max-width: 678px) {
  .he_main-product-title { font-size: 32px; font-weight: 500; }
  .he_main-review-rating-box { padding: 4px 8px; }
  .he_main-review-rating { gap: 6px; }
  .he_main-review-rating p { font-size: 11.5px; position: relative; top: 2px; }
  .he_main-review-rating img { max-width: 70px; }
  .he_producg-review-content p { font-size: 14px; min-height: 100px; }
  .he_product-faq-thumb p { font-size: 20px; }
  .he_prod_rev-arrows { margin-top: 16px; top: 0; right: 0; bottom: 0; }

  .he_nad-container { gap: 0; flex-wrap: wrap; }
  .he_nad-container > div { padding: 24px; }
  .he_product-outer-section.he_nad-drops-outer { padding: 16px 0; }
  .nad_drops-full-image-box .he_nad-drop-block {
    aspect-ratio: 1 / 1.2; height: auto; width: 100%; overflow: hidden; border-radius: var(--radius); margin-top: 20px;
  }
  .he_nad-info-container { flex-wrap: wrap; gap: 24px; }
  .he_nad-info-nav { width: 100%; }
  .he_nad-info-container-box { margin-top: 0; padding-top: 20px; }
  .he_nad-info-btn_flex > div:nth-child(1) { width: 10%; }
  .he_nad-info-btn { padding: 12px; }

  .he_nad-ingre-cell-inn { padding: 24px; }
  .he_rev-title { font-size: 24px; }
  .he_rev-ingredient-line > div:nth-child(1) { width: 30%; }
  .he_rev-tag { font-size: 14px; }

  .he_product-how-works-car-outer { width: 100%; overflow-x: auto; scrollbar-width: none; }
  .he_product-how-works-car-outer::-webkit-scrollbar { display: none; }
  .he_product-how-works-carousel { width: 1200px; }
  .activeSlide.he_product-how-slide { width: 100%; }
  .he_product-how-works-block { min-height: auto; }
  .he_product-how-works-block-title { font-size: 26px; }
  .he_how-works-image { aspect-ratio: 1; object-fit: cover; }

  .he_what-happens-flex { flex-wrap: wrap; }
  .he_what-happens-content { padding: 32px 20px; }
  .he_what-happens-inner-block h2 { font-size: 52px; }
  .he_what-happens-inner-block > div:nth-child(1) { width: 60%; }
  .he_what-happens-inner-block p { font-size: 16px; }
  .he_what-happens-block { padding: 8px 14px; }

  .he_product-compare-container { flex-wrap: wrap; gap: 16px; }
  .he_product-compare-container > div:nth-child(1) { width: 100%; }
  .he_product-outer-grey-bg { padding: 16px 0; }

  .he_real-review-cell { min-width: 290px; }
  .he_real-reviews-grid_outer { margin-top: 40px; padding-right: 32px; left: 16px; }
  .he_real-reviews-score { font-size: 12px; }
  .he_real-reviews-text { font-size: 11px; }
  .he_real-reviews-arrows { margin-top: 24px; margin-bottom: -20px; }
  .he_real-reviews-grid { gap: 8px; }

  .he_product-faq-container { flex-wrap: wrap; gap: 24px; }
  .he_product-faq-container > div:nth-child(1),
  .he_product-faq-container > div:nth-child(2) { width: 100%; }
}

@media (max-width: 1400px) {
  .he_real-reviews-grid_outer { padding-right: 32px; left: 16px; }
}
