/** Shopify CDN: Minification failed

Line 7:0 Unexpected "500"
Line 7:31 Unterminated string token

**/
500;600;700;800&display=swap");

/* ===== Product Section ===== */
.product__inner {
  padding: 20px 0 40px;
}

.product__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* ==========================================================
   PRODUCT GALLERY (slick-carousel powered)
   ========================================================== */
.product__gallery {
  position: relative;
  width: 100%;
  max-width: 440px;
}

.product__wrap {
  position: relative;
}

/* ---------- Big / main slider ---------- */
.product__big {
  position: relative;
}

.product__big-main {
  position: relative;
  border-radius: 20px;
  background: #ffffff;
  overflow: hidden;
  margin-bottom: 16px;
}

.product__gallery-main-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.product__gallery-main-slide img {
  width: 100%;
}

/* ---------- Thumbnails (nav slider) ---------- */
.product__small {
  position: relative;
}

.product__small-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.product__gallery-thumbs {
  flex: 1 1 auto;
  min-width: 0;
}

.product__gallery-thumbs .slick-track {
  display: flex;
  gap: 12px;
}

.product__gallery-thumbs .slick-slide {
  height: auto;
}
.product__gallery-thumbs .slick-slide:first-child {
  margin-left: 0;
}
.product__gallery-thumbs .slick-slide:last-child {
  margin-right: 0;
}

.product__gallery-thumb {
  border-radius: 12px;

  overflow: hidden;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;

  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.product__gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product__gallery-thumb:hover {
  border-color: #c9cbe0;
}

/* active thumbnail, synced via slick asNavFor */
.product__gallery-thumbs .slick-current .product__gallery-thumb {
  border-color: #2c2a72;
  box-shadow: 0 0 0 1px #2c2a72;
}

/* ---------- Prev / Next arrows for the thumb row ---------- */
.product__small-items-left-arrow,
.product__small-items-right-arrow {
  flex: 0 0 auto;
  cursor: pointer;
  width: 36px;
  height: 36px;
  position: absolute;
  right: -6px;
  z-index: 2;
}

.product__small-items-left-arrow img,
.product__small-items-right-arrow img {
  width: 36px;
  height: 36px;
}

.product__small-items-left-arrow img {
  transform: rotate(180deg);
}

/* ---------- Slick base overrides ---------- */
.product__gallery-main .slick-list,
.product__gallery-main .slick-track {
  display: flex;
}

.product__gallery-main .slick-slide {
  height: auto;
}

/* ---- Info ---- */
.product__eyebrow {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #1B1B6E;
  display: inline-block;
  margin-bottom: 8px;
}

.product__title {
   font-family: "Uxum Grotesque", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  color: #000000;
  margin: 0 0 8px;
}

.product__meta {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #414141;
  margin: 0 0 16px;
}

.product__callout {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.6;
  color: #606060;
  background-color: #F6F8FA;
  border-left: 3px solid #49498B;
  border-radius: 8px;
  padding: 12px 14px;
  margin-bottom: 20px;
}

/* ---- Supply Radio Options ---- */
.product__supply-text {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #111111;
  margin: 0 0 6px;
}

.product__supply-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 14px;
}

.product__supply-option {
  display: block;
  cursor: pointer;
}

.product__supply-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.product__supply-card {
  display: block;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 12px 14px;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease;
}

.product__supply-input:checked + .product__supply-card {
  border-color: #1a1a5e;
  border-width: 2px;
  background-color: #f7f7fb;
}

.product__supply-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.product__supply-name {
   font-family: "Uxum Grotesque", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.product__supply-tag {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 10px;
  color: #1a1a5e;
  background-color: #e5e3f5;
  border-radius: 20px;
  padding: 3px 8px;
}

.product__supply-price {
 font-family: "Uxum Grotesque", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  white-space: nowrap;
}

.product__supply-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 4px;
}

.product__supply-desc {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #414141;
}

.product__supply-perday {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #414141;
  white-space: nowrap;
}

/* ---- Buttons ---- */
.product__btn {
  width: 100%;
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  border-radius: 6px;
  padding: 14px;
  cursor: pointer;
  margin-bottom: 10px;
}

.product__btn--primary {
  background-color: #1a1a5e;
  color: #ffffff;
  border: 1px solid #1a1a5e;
}

.product__btn--secondary {
  background-color: #ffffff;
  color: #1a1a5e;
  border: 1px solid #1a1a5e;
  text-align: center;
}

/* ---- Badges ---- */
.product__badges {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 26px;
  column-gap: 12px;
  padding: 24px 0;
  margin: 20px 0;
}

.product__badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}

.product__badge-icon {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.product__badge span:last-child {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: #111111;
}

/* ---- Description ---- */
.product__description {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  color: #414141;
  text-align: center;
  margin: 0;
}

.inside__inner {
  position: relative;
  padding: 60px 0;
  background-color: #f4f4f2;
}

/* ---- Header ---- */
.inside__header {
  text-align: center;
  margin-bottom: 30px;
}

.inside__eyebrow {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #606060;
  margin: 0 0 8px;
}

.inside__title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #101010;
  text-transform: uppercase;
  margin: 0;
  max-width: 640px;
  margin: 0 auto;
}

/* ---- Layout wrapper ---- */
.inside__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
}

.inside__wrapper::before {
  content: "";
  display: none;
}

/* ---- Left column ---- */
.inside__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.inside__image {
  border-radius: 12px;
  overflow: hidden;
  background-color: #eceae6;
}

.inside__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ---- Supplement Facts card ---- */
.inside__facts {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 12px;
  padding: 20px 24px;
}

.inside__facts-title {
  font-size: 24px;
  font-weight: 500;
  color: #101010;
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 3px solid #101010;
  font-family: "Uxum Grotesque", sans-serif;
}

.inside__facts-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #e2e2e2;
  font-size: 13px;
  color: #101010;
}

.inside__facts-row--serving {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.2px;
  color: #606060;
  font-family: "Inter", sans-serif;
}

.inside__facts-name {
  display: flex;
  flex-direction: column;
  max-width: 65%;
}
.inside__facts-name p {
  color: #111111;
  font-weight: 500;
  font-size: 18px;
  font-family: "Inter", sans-serif;
}
.inside__facts-name span {
  color: #606060;
  font-weight: 400;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  margin-top: 6px;
}

.inside__facts-name small {
  font-weight: 400;
  color: #6b6b6b;
  font-size: 11px;
  margin-top: 2px;
}

.inside__facts-values {
  display: flex;
  gap: 20px;
  font-weight: 500;
  white-space: nowrap;
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

.inside__facts-other {
  font-size: 12px;
  line-height: 1.6;
  color: #6b6b6b;
  margin: 14px 0 8px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.inside__facts-other strong {
  color: #101010;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.inside__facts-note {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #606060;
  margin-top: 20px;
}

/* ---- Right column: ingredient list ---- */
.inside__right {
  width: 100%;
}

.inside__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.inside__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.inside__icon {
  flex: 0 0 auto;
  width: 24px;
  height:24px;
}

.inside__icon img {

  object-fit: contain;

}

.inside__content h4 {
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  font-family: "Uxum Grotesque", sans-serif;
}

.inside__content p {
  font-size: 13px;
  line-height: 1.6;
  color: #333333;
  font-weight: 400;
  margin: 0;
  font-family: "Inter", sans-serif;
}

.how-to-use__inner {
  padding: 48px 0 56px;
}

.how-to-use__header {
  margin-bottom: 24px;
}

.how-to-use__eyebrow {
  margin: 0 0 10px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #606060;
  letter-spacing: 0.01em;
}

.how-to-use__title {
  margin: 0;
  font-family: "Uxum Grotesque", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: #000000;
}

/* ---------------------------------------------
   Mobile: slider
--------------------------------------------- */
.how-to-use__slider {
  position: relative;
}

.how-to-use__track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 4px;
  margin: 0 calc(var(--wrap-pad) * -1);
  padding-left: var(--wrap-pad);
  padding-right: var(--wrap-pad);
}

.how-to-use__track::-webkit-scrollbar {
  display: none;
}

.how-to-use__item {
  flex: 0 0 82%;
  scroll-snap-align: start;
  background: #b8b8d280;
  border-radius: 16px;
  padding: 20px 20px 50px 20px;
}

.how-to-use__media {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #c9c8d6;
  margin-bottom: 20px;
}

.how-to-use__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.how-to-use__number {
  display: block;
  font-family: "Uxum Grotesque", sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #000000;
  margin-bottom: 10px;
}

.how-to-use__item-title {
  margin: 0 0 10px;
  font-family: "Uxum Grotesque", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: #000000;
}

.how-to-use__item-desc {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #414141;
}

/* dots (mobile only) */
.how-to-use__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.how-to-use__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1b1b6e;
  border: none;
  padding: 0;
  cursor: pointer;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.how-to-use__dot.is-active {
  background: #1b1b6e;
  transform: scale(1.25);
}

.science__inner {
  width: 100%;
  background-color: #111111;
  font-family: "Inter", sans-serif;
  padding: 56px 0;
}

/* ---------------------------------------------------------
   Heading block
--------------------------------------------------------- */

.science__head {
  text-align: center;
  margin-bottom: 32px;
}

.science__eyebrow {
  font-family: "Uxum Grotesque", "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #8a8a8a;
  margin: 0 0 8px;
}

.science__title {
  font-family: "Uxum Grotesque", "Inter", sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}

.science__subtitle {
  font-size: 14px;
  line-height: 1.6;
  color: #9a9a9a;

}

/* ---------------------------------------------------------
   Cards — shared
--------------------------------------------------------- */

.card {
  border-radius: 14px;

  height: 100%;
}

.card--dark {
  background-color: #414141;
  padding: 24px;
}

.card--blue {
  background-color: #1b1b6e;
  padding: 24px;
}

.card--media {
  padding: 0;
  overflow: hidden;
  background-color: #414141;
}

.card--media img {
  width: 100%;
  height: 100%;

  display: block;
}

.card__eyebrow {
  display: block;
  font-family: "Uxum Grotesque", "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 14px;
}

.card__eyebrow--red {
  color: #e2503f;
}

.card__title {
  font-family: "Uxum Grotesque", "Inter", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
  margin: 0 0 14px;
}

.card__text {
  font-size: 14px;
  line-height: 1.65;
  color: #E7E7E7;
  margin: 0 0 12px;
}

.card--blue .card__text {
  color: #c7c7e6;
}

.card__text:last-of-type {
  margin-bottom: 0;
}

.card__text strong {
  color: #ffffff;
  font-weight: 700;
}

.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.badge {
  display: inline-flex;
  align-items: center;
  background-color: #f2f5f6;
  color: #1b1b6e;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 20px;
  white-space: nowrap;
}

/* ---------------------------------------------------------
   Mobile slider — the 4 main boxes
--------------------------------------------------------- */

.science__slider {
  margin-bottom: 24px;
}

.science__track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4px;
  margin: 0 -20px;
  padding-left: 20px;
  padding-right: 20px;
  scrollbar-width: none;
}

.science__track::-webkit-scrollbar {
  display: none;
}

.science__slide {
  flex: 0 0 105%;
  scroll-snap-align: center;
}

.science__dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 16px;
}

.science__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background-color: #414141;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    width 0.2s ease;
}

.science__dot--active {
  background-color: #e29403;
  width: 18px;
  border-radius: 4px;
}

/* ---------------------------------------------------------
   Stats
--------------------------------------------------------- */

.stats {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 12px;
}

.stat {
  background-color: #414141;
  border-radius: 14px;
  padding: 22px;
  text-align: center;
}

.stat__number {
  font-family: "Uxum Grotesque", "Inter", sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: #e29403;
  margin: 0 0 8px;
}

.stat__label {
  font-size: 13px;
  line-height: 1.55;
  color: #E8E8F1;
  margin: 0;
}

/* ---------------------------------------------------------
   Honest note
--------------------------------------------------------- */

.honest-note {
  background-color: #414141;
  border-radius: 14px;
  padding: 22px;
}

.honest-note__title {
  font-family: "Uxum Grotesque", "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 8px;
}

.honest-note__text {
  font-size: 13px;
  line-height: 1.6;
  color: #E7E7E7;
  margin: 0;
}

.standards__inner {
  width: 100%;
  background-color: #ffffff;
  font-family: "Inter", sans-serif;
  padding: 48px 0;
}

/* ---------------------------------------------------------
   Heading block
--------------------------------------------------------- */

.standards__head {
  margin-bottom: 24px;
}

.standards__eyebrow {
  font-size: 13px;
  font-weight: 500;
  color: #6b6b6f;
  margin: 0 0 10px;
}

.standards__title {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  color: #111112;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}

.standards__subtitle {
  font-size: 14px;
  line-height: 1.6;
  color: #6b6b6f;
  margin: 0;
}

/* ---------------------------------------------------------
   Card
--------------------------------------------------------- */

.standards-card {
  background-color: #e8e8f1;
  border-radius: 14px;
  padding: 22px;
  height: 100%;
}

.standards-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.standards-card__icon {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.standards-card__icon svg {
  width: 100%;
  height: 100%;
}

.standards-card__title {
  font-size: 16px;
  font-weight: 700;
  color: #111112;
  margin: 0;
  line-height: 1.3;
}

.standards-card__text {
  font-size: 14px;
  line-height: 1.6;
  color: #6b6b70;
  margin: 0;
}

/* ---------------------------------------------------------
   Mobile slider — one card per view, no side peek
--------------------------------------------------------- */

.standards__slider {
  margin-top: 4px;
}

.standards__track {
  display: flex;
  gap: 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.standards__track::-webkit-scrollbar {
  display: none;
}

.standards__slide {
  flex: 0 0 100%;
  width: 100%;
  scroll-snap-align: start;
}

.standards__dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 16px;
}

.standards__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background-color: #dcdce4;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    width 0.2s ease;
}

.standards__dot--active {
  background-color: #141b34;
  width: 18px;
  border-radius: 4px;
}

.honesty__inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #1b1b6e;
  font-family: "Inter", sans-serif;
  padding: 48px 0;
}

/* Decorative background line art — sits behind everything */
.honesty__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.honesty__bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ---------------------------------------------------------
   Layout
--------------------------------------------------------- */

.honesty__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.honesty__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* ---------------------------------------------------------
   Heading
--------------------------------------------------------- */

.honesty__head {
  margin-bottom: 4px;
}

.honesty__eyebrow {
  font-size: 13px;
  font-weight: 500;
  color: #a3a3c9;
  margin: 0 0 10px;
}

.honesty__title {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
  color: #ffffff;
  margin: 0;
  letter-spacing: -0.01em;
}

/* ---------------------------------------------------------
   Cards
--------------------------------------------------------- */

.honesty-card {
  background-color: #49498b;
  border-radius: 14px;
  padding: 22px;
}

.honesty-card__title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 16px;
}

.honesty-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.honesty-card__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.honesty-card__icon {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  color: rgba(255, 255, 255, 0.55);
}

.honesty-card--stand .honesty-card__icon {
  color: rgba(255, 255, 255, 0.65);
}

.honesty-card__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.honesty-card__text {
  font-size: 13.5px;
  line-height: 1.6;
  color: #b9b9db;
  margin: 0;
}

.honesty-card__text strong {
  color: #ffffff;
  font-weight: 600;
}

/* ---------------------------------------------------------
   Product photo
--------------------------------------------------------- */

.honesty__media {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background-color: #ffffff;
  aspect-ratio: 1 / 1;
}

.honesty__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ---------------------------------------------------------
   Scroll reveal (progressive enhancement via script.js)
--------------------------------------------------------- */

.honesty-reveal {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.honesty-reveal--visible {
  opacity: 1;
  transform: translateY(0);
}

.feedback__inner {
  width: 100%;
  background-color: #ffffff;
  font-family: "Inter", sans-serif;
  padding: 48px 0;
}

/* ---------------------------------------------------------
   Heading
--------------------------------------------------------- */

.feedback__head {
  text-align: center;
  margin-bottom: 28px;
}

.feedback__eyebrow {
  font-family: "Uxum Grotesque", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #767676;
  margin: 0 0 8px;
}

.feedback__title {
  font-family: "Uxum Grotesque", sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
  color: #111111;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}

.feedback__subtitle {
  font-size: 14px;
  line-height: 1.6;
  color: #707070;
  margin: 0 auto;
  max-width: 460px;
}

/* ---------------------------------------------------------
   Testimonial card
--------------------------------------------------------- */

.testimonial-card {
  background-color: #f8fafb;
  border-radius: 12px;
  padding: 22px;
  height: 100%;
}

.testimonial-card__name {
  font-family: "Uxum Grotesque", "Inter", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #111111;
  margin: 0 0 4px;
}

.testimonial-card__role {
  font-size: 13px;
  color: #8a8a8a;
  margin: 0 0 12px;
}

.testimonial-card__stars {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 16px;
  width: 120px;
}

.star {
  width: 16px;
  height: 16px;
  fill: #e3e5e8;
  flex: 0 0 auto;
}

.star--full {
  fill: #faad14;
}

.star--half {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
}

.star--half .star__bg {
  position: absolute;
  inset: 0;
  width: 16px;
  height: 16px;
  fill: #e3e5e8;
}

.star--half .star__fg-clip {
  position: absolute;
  inset: 0;
  width: 8px;
  height: 16px;
  overflow: hidden;
}

.star--half .star__fg {
  width: 16px;
  height: 16px;
  fill: #faad14;
  display: block;
}

.testimonial-card__quote {
  font-size: 14px;
  line-height: 1.7;
  color: #4b4b4b;
  margin: 0;
}

/* ---------------------------------------------------------
   Slider — mobile: one card per view
--------------------------------------------------------- */

.feedback__slider {
  margin-bottom: 20px;
}

.feedback__track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 2px;
}

.feedback__track::-webkit-scrollbar {
  display: none;
}

.feedback__slide {
  flex: 0 0 100%;
  width: 100%;
  scroll-snap-align: start;
}

.feedback__nav {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.feedback__nav-btn {
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  border-radius: 50%;
  transition:
    transform 0.15s ease,
    opacity 0.15s ease;
}

.feedback__nav-btn:hover {
  transform: translateY(-1px);
}

.feedback__nav-btn:active {
  transform: translateY(0);
}

.feedback__nav-btn:disabled {
  opacity: 0.4;
  cursor: default;
  transform: none;
}

.feedback__nav-btn img {
  width: 100%;
  height: 100%;
  display: block;
}

/* ---------- FAQ Section ---------- */

.answers__inner {
  width: 100%;
  padding: 48px 0;
  background: #e7e7e740;
}

/* Mobile-first: stacked single column */
.answers__wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* ==========================================================================
   Left column
   ========================================================================== */

.answers__left {
  display: flex;
  flex-direction: column;
}

.answers__eyebrow {
  margin: 0 0 6px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #6b6b6b;
}

.answers__heading {
  margin: 0 0 20px;
  font-family: "Uxum Grotesque", Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #111111;
}

.answers__image {
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  min-height: 260px;
  background: #e9e9e9;
}

.answers__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

/* ==========================================================================
   Right column / accordion
   ==========================================================================
   Every card (active or not) has the SAME white background — only the
   border/shadow strength and the visible answer text change. This was
   the bug last time: inactive cards must NOT look grey/filled.
   ========================================================================== */

.answers__right {
  display: flex;
}

.answers__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.answers__item {
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  box-shadow: none;
  overflow: hidden;
  transition:
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.answers__item.is-active {
  background-color: #ffffff;
  border-color: #dcdcdc;
  box-shadow: 0 6px 20px rgba(17, 17, 17, 0.06);
}

.answers__question {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  text-align: left;
  background-color: transparent;
}

.answers__question-text {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: #111111;
}

/* ==========================================================================
   Plus / minus icon
   Built with CSS `content: url(...)` pointing at real SVG image files
   (assets/img/icon-plus.svg / icon-minus.svg) — no inline-drawn shapes.
   ========================================================================== */

.answers__icon {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  margin-top: 4px;
  display: block;
}

.answers__icon::before {
  content: url("../img/plus.svg");
  display: block;
  width: 14px;
  height: 14px;
}

.answers__item.is-active .answers__icon::before {
  content: url("../img/minus.svg");
}

/* Collapsible answer panel.
   max-height starts at 0 and is set in px via JS on open,
   which is far more reliable across browsers than grid-template-rows. */
.answers__answer {
  max-height: 0;
  overflow: hidden;
  background-color: #ffffff;
  transition: max-height 0.3s ease;
}

.answers__answer-inner {
  padding: 0 20px 20px;
}

.answers__answer-inner p {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #6b6b6b;
}


/* ---------- Base (Mobile First) ---------- */
.product__supply-variant {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 8px 0;
}

.product__supply-label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background: #ffffff;
  cursor: pointer;
  transition:
    border-color 0.15s ease,
    background-color 0.15s ease;
}

.product__supply-label:hover {
  border-color: #b8b4f0;
}

/* Radio input - custom styled circle */
.product__supply-input {
  appearance: none;
  -webkit-appearance: none;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid #c9c7c0;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: border-color 0.15s ease;
}

.product__supply-input:checked {
  border-color: #2c2a6b; /* deep indigo, matches "Add to Cart" button in reference */
}

.product__supply-input:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #2c2a6b;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

/* Selected card state (uses :has for the whole label) */
.product__supply-label:has(.product__supply-input:checked) {
  border: 2px solid #2c2a6b;
  background: #f5f4fc;
  padding: 15px; /* compensate for 2px border so layout doesn't jump */
}

/* Text block */
.product__supply-description {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.product__supply-value {
  font-family: Uxum Grotesque, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.3;
}

.product__supply-discount {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #414141;
}

/* Focus accessibility */
.product__supply-input:focus-visible {
  outline: 2px solid #2c2a6b;
  outline-offset: 2px;
}

/* ===== Desktop ===== */
@media (min-width: 1024px) {
  .product__inner {
    padding: 50px 0 80px;
  }
.product__eyebrow {

  font-size: 16px;

}
  .product__wrapper {
    flex-direction: row;
    gap: 60px;
    align-items: flex-start;
  }

  .product__gallery {
    max-width: 480px;
    flex: 0 0 480px;
  }
.product__supply-label {

  font-size: 16px;

}
  .product__info {
    /* flex: 1; */
    width: 43%;
  }

  .product__title {
    font-size: 48px;
  }

  .product__meta {
    font-size: 18px;
    width: 562px;
  }

  .product__callout {
    font-size: 16px;
    padding: 14px 16px;
  }

  .product__badges {
    column-gap: 20px;
    row-gap: 28px;
    padding: 28px 0;
    margin: 24px 0;
  }

  .product__badge-icon {
    width: 26px;
    height: 26px;
  }

  .product__badge span:last-child {
    font-size: 13px;
  }

  .product__description {
    font-size: 16px;
  }

  .inside__inner {
    padding: 80px 0;
  }

  .inside__header {
    margin-bottom: 60px;
  }

  .inside__title {
    font-size: 40px;
    max-width: 760px;
  }

  .inside__wrapper {
    flex-direction: row;
    align-items: flex-start;
    gap: 72px;
  }
.inside__eyebrow {
  font-size: 16px;
  margin: 0 0 12px;
}
  .inside__left {
    max-width: 45%;
  }

  .inside__right {
    flex: 1;
    padding-top: 4px;
  }

  .inside__list {
    gap: 34px;
    max-width: 720px;
  }

  .inside__icon {
    width: 48px;
    height: 48px;
  }

  .inside__content h4 {
    font-size: 24px;
  }

  .inside__content p {
    font-size: 16px;
    margin-top: 12px;
  }

  .how-to-use__inner {
    padding: 120px 0 100px;
  }

  .how-to-use__header {
    margin-bottom: 40px;
  }

  .how-to-use__eyebrow {
    font-size: 16px;
    margin-bottom: 14px;
  }

  .how-to-use__title {
    font-size: 48px;
  }

  .how-to-use__track {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    overflow: visible;
    margin: 0;
    padding: 0;
  }

  .how-to-use__item {
    flex: initial;
  }

  .how-to-use__media {
    margin-bottom: 24px;
  }

  .how-to-use__number {
    font-size: 36px;
    margin-bottom: 12px;
  }

  .how-to-use__item-title {
    font-size: 24px;
  }

  .how-to-use__item-desc {
    font-size: 14px;
  }

  .how-to-use__dots {
    display: none;
  }

  .science__inner {
    padding: 96px 0;
  }

  .science__head {
    margin-bottom: 48px;
  }

  .science__eyebrow {
    font-size: 13px;
  }

  .science__title {
    font-size: 40px;
  }

  .science__subtitle {
    font-size: 16px;

  }

  /* Slider becomes a fixed 2x2 grid */
  .science__slider {
    margin-bottom: 28px;
  }

  .science__track {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    overflow: visible;
    margin: 0;
    padding: 0;
  }

  .science__slide {
    flex: initial;
    scroll-snap-align: none;
  }

  .science__dots {
    display: none;
  }

  .card {
    border-radius: 16px;
  }
  .card--dark {
    padding: 40px;
  }

  .card--blue {
    padding: 40px;
  }

  .card--media {
    min-height: 0;
  }

  .card--media img {
    min-height: 0;
  }

  .card__eyebrow {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .card__title {
    font-size: 24px;
    margin-bottom: 18px;
  }

  .card__text {
    font-size: 15px;
    margin-bottom: 14px;
  }

  .badges {
    gap: 10px;
    margin-top: 22px;
  }

  .badge {
    font-size: 13px;
    padding: 7px 16px;
  }

  .stats {
    flex-direction: row;
    gap: 28px;
    margin-bottom: 28px;
  }

  .stat {
    flex: 1;
    padding: 32px;
    border-radius: 16px;
  }

  .stat__number {
    font-size: 34px;
    margin-bottom: 10px;
  }

  .stat__label {
    font-size: 14px;
  }

  .honest-note {
    padding: 28px 32px;
    border-radius: 16px;
    text-align: left;
  }

  .honest-note__title {
    font-size: 15px;
  }

  .honest-note__text {
    font-size: 14px;
    max-width: 900px;
  }
  .standards__inner {
    padding: 80px 0;
  }

  .standards__head {
    margin-bottom: 40px;
  }

  .standards__eyebrow {
    font-size: 14px;
  }

  .standards__title {
    font-size: 36px;
  }

  .standards__subtitle {
    font-size: 16px;
  }

  .standards__track {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    overflow: visible;
  }

  .standards__slide {
    flex: initial;
    width: auto;
    scroll-snap-align: none;
  }

  .standards__dots {
    display: none;
  }

  .standards-card {
    padding: 28px;
    border-radius: 16px;
  }

  .standards-card__icon {
    width: 30px;
    height: 30px;
  }

  .standards-card__title {
    font-size: 24px;
  }

  .standards-card__text {
    font-size: 14px;
  }

  .honesty__inner {
    padding: 88px 0;
  }

  .honesty__content {
    flex-direction: row;
    align-items: stretch;
    gap: 24px;
  }

  .honesty__col {
    flex: 0 0 46%;
    gap: 20px;
  }

  .honesty__head {
    margin-bottom: 8px;
  }

  .honesty__eyebrow {
    font-size: 14px;
  }

  .honesty__title {
    font-size: 36px;
    max-width: 460px;
  }

  .honesty-card {
    padding: 28px;
    border-radius: 16px;
  }

  .honesty-card__title {
    font-size: 17px;
    margin-bottom: 18px;
  }

  .honesty-card__text {
    font-size: 14px;
  }

  .honesty__media {
    flex: 1;
    aspect-ratio: unset;
    height: auto;
    border-radius: 16px;
    max-width: 628px;
    max-height: 542px;
    margin-top: 142px;
  }

  .feedback__inner {
    padding: 88px 0;
  }

  .feedback__head {
    margin-bottom: 40px;
  }

  .feedback__eyebrow {
    font-size: 14px;
  }

  .feedback__title {
    font-size: 38px;
  }

  .feedback__subtitle {
    font-size: 16px;
    max-width: 560px;
  }

  .feedback__slider {
    margin-bottom: 32px;
  }

  .feedback__track {
    gap: 20px;
  }

  .feedback__slide {
    flex: 0 0 calc((100% - 40px) / 3);
    width: auto;
  }

  .testimonial-card {
    padding: 28px;
    border-radius: 14px;
  }

  .testimonial-card__name {
    font-size: 16px;
  }

  .testimonial-card__quote {
    font-size: 14.5px;
  }

  .feedback__nav-btn {
    width: 44px;
    height: 44px;
  }

  .answers__inner {
    padding: 96px 0;
  }

  .answers__wrapper {
    flex-direction: row;
    align-items: stretch;
    gap: 64px;
  }

  .answers__left,
  .answers__right {
    flex: 1 1 50%;
    min-width: 0;
  }

  .answers__left {
    height: 100%;
  }

  .answers__heading {
    font-size: 40px;
    margin-bottom: 28px;
  }

  .answers__image {
    flex: 1;
  }

  .answers__image img {
    min-height: 100%;
  }

  .answers__right {
    align-items: stretch;
  }

  .answers__list {
    justify-content: space-between;
    height: 100%;
  }

  .answers__question {
    padding: 20px 22px;
  }

  .answers__question-text {
    font-size: 15px;
  }

  .answers__answer-inner {
    padding: 0 22px 22px;
  }


  .product__supply-name {
  font-size: 20px;

}
.product__supply-desc {
  font-size: 16px;
}
.product__supply-price {
  font-size: 28px;
}
.product__supply-perday {
  font-size: 16px;
}



  .product__supply-variant {
    flex-direction: row;
    gap: 16px;
  }

  .product__supply-label {
    flex: 1;
    padding: 20px;
  }

  .product__supply-label:has(.product__supply-input:checked) {
    padding: 19px;
  }

  .product__supply-value {
    font-size: 20px;
  }
  .product__supply-discount {
    font-size: 16px;
}
}

/* ===== Supply gap force fix (highest priority) ===== */
.product__supply-text {
  margin: 0 0 10px !important;
}

.product__supply-variant {
  gap: 10px !important;
  margin: 0 0 10px !important;
}
.product__supply-label {
  margin: 0 !important;
}

.product__supply-options {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  margin: 0 0 10px !important;
}
.product__supply-option {
  margin: 0 !important;
}
.product__supply-card {
  margin: 0 !important;
}

/* Duration card er hidden radio abar force-hide (toggle er rule override kore dise) */
.product__supply-option .product__supply-input {
  position: absolute !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}
.product__supply-option .product__supply-input:checked::after {
  display: none !important;
}
