@font-face {
  font-family: "Herbalife Natural";
  src: url("assets/fonts/HerbalifeNatural-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Herbalife Natural";
  src: url("assets/fonts/HerbalifeNatural-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Herbalife Natural";
  src: url("assets/fonts/HerbalifeNatural-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Herbalife Walsheim GT";
  src: url("assets/fonts/Herbalife-Walsheim-GT-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Herbalife Walsheim GT";
  src: url("assets/fonts/Herbalife-Walsheim-GT-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Herbalife Walsheim GT";
  src: url("assets/fonts/Herbalife-Walsheim-GT-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --brand: #266431;
  --brand-dark: #224945;
  --brand-deep: #154734;
  --accent: #78be20;
  --ink: #101820;
  --text: #55544f;
  --muted: #74736e;
  --surface: #f9f8f4;
  --surface-soft: #f4f4f0;
  --white: #ffffff;
  --line: #e0dfd9;
  --line-strong: #c7cec4;
  --danger: #a13a30;
  --success: #266431;
  --shadow-soft: 0 14px 34px rgba(16, 24, 32, 0.07);
  --shadow-drawer: -18px 0 48px rgba(16, 24, 32, 0.18);
  --radius-sm: 10px;
  --radius: 14px;
  --radius-lg: 20px;
  --shell: 1240px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--text);
  font-family: "Herbalife Natural", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.cart-open {
  overflow: hidden;
}

[hidden] {
  display: none !important;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

h1,
h2,
h3,
p,
ul,
figure {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--ink);
  font-family: "Herbalife Natural", Arial, sans-serif;
}

h1,
h2 {
  margin-bottom: 20px;
  font-weight: 500;
}

h3 {
  margin-bottom: 12px;
  font-weight: 500;
}

p {
  margin-bottom: 16px;
}

:focus-visible {
  outline: 3px solid rgba(120, 190, 32, 0.62);
  outline-offset: 3px;
}

.shell {
  width: min(calc(100% - 48px), var(--shell));
  margin-inline: auto;
}

.section {
  padding-block: 84px;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.setup-banner {
  position: relative;
  z-index: 4;
  padding: 10px 20px;
  background: #fff4db;
  border-bottom: 1px solid #ead69c;
  color: #604b12;
  font-family: "Herbalife Walsheim GT", Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

.announcement-bar {
  background: var(--brand-deep);
  color: var(--white);
  font-family: "Herbalife Walsheim GT", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.announcement-inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
}

.announcement-inner > * {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  text-decoration: none;
  white-space: nowrap;
}

.announcement-icon {
  color: var(--accent);
  font-weight: 700;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.topbar {
  min-height: 76px;
  display: grid;
  grid-template-columns: minmax(300px, 1fr) auto auto;
  align-items: center;
  gap: 34px;
}

.brand-lockup {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--ink);
  text-decoration: none;
}

.herbalife-logo {
  width: 156px;
  height: 44px;
  flex: 0 0 auto;
  object-fit: contain;
}

.brand-copy {
  min-width: 0;
  display: grid;
  gap: 1px;
  padding-left: 16px;
  border-left: 1px solid var(--line);
}

.brand-copy strong,
.brand-copy small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-copy strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
}

.brand-copy small {
  color: var(--muted);
  font-family: "Herbalife Walsheim GT", Arial, sans-serif;
  font-size: 11px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-family: "Herbalife Walsheim GT", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.main-nav a {
  position: relative;
  padding-block: 8px;
  text-decoration: none;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--brand);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.cart-trigger {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 8px 10px 8px 15px;
  background: var(--white);
  border: 1px solid var(--brand);
  border-radius: 999px;
  color: var(--brand);
  cursor: pointer;
  font-family: "Herbalife Walsheim GT", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.cart-trigger:hover {
  background: var(--surface);
}

.cart-trigger-icon {
  position: relative;
  width: 17px;
  height: 14px;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 2px;
}

.cart-trigger-icon::before {
  position: absolute;
  top: -6px;
  left: 2px;
  width: 9px;
  height: 6px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  content: "";
}

.cart-count {
  min-width: 27px;
  height: 27px;
  display: inline-grid;
  place-items: center;
  padding-inline: 6px;
  background: var(--brand);
  border-radius: 999px;
  color: var(--white);
  font-size: 12px;
}

.hero-section {
  padding-block: 48px 60px;
  background: var(--surface);
}

.hero {
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  align-items: stretch;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 6vw, 78px);
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--brand);
  font-family: "Herbalife Walsheim GT", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.095em;
  line-height: 1.35;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 620px;
  margin-bottom: 24px;
  color: var(--brand-dark);
  font-size: clamp(46px, 5.3vw, 72px);
  letter-spacing: -0.038em;
  line-height: 1.01;
}

.hero-copy {
  max-width: 590px;
  margin-bottom: 30px;
  color: var(--text);
  font-size: 18px;
  line-height: 1.55;
}

.button-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-actions {
  margin-bottom: 28px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 22px;
  background: var(--brand);
  border: 1px solid var(--brand);
  border-radius: 999px;
  color: var(--white);
  cursor: pointer;
  font-family: "Herbalife Walsheim GT", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.button:hover {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
}

.button.secondary {
  background: transparent;
  color: var(--brand);
}

.button.secondary:hover {
  background: var(--surface);
}

.button.light {
  background: var(--white);
  border-color: var(--white);
  color: var(--brand-dark);
}

.button.light:hover {
  background: var(--surface);
  border-color: var(--surface);
}

.button.added {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
}

.button:disabled,
.button.disabled,
a.disabled[aria-disabled="true"] {
  background: #e7e7e2;
  border-color: #e7e7e2;
  color: #777871;
  cursor: not-allowed;
  pointer-events: none;
}

.text-link,
.text-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  background: transparent;
  border: 0;
  color: var(--brand);
  cursor: pointer;
  font-family: "Herbalife Walsheim GT", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.text-link:hover,
.text-button:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.hero-link {
  min-height: 48px;
  padding-inline: 6px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-family: "Herbalife Walsheim GT", Arial, sans-serif;
  font-size: 13px;
}

.hero-proof li {
  display: flex;
  align-items: center;
  gap: 7px;
}

.hero-proof li > span {
  color: var(--brand);
  font-weight: 700;
}

.hero-media {
  min-height: 520px;
  margin: 0;
  background: var(--surface-soft);
  overflow: hidden;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.trust-strip {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trust-item {
  min-width: 0;
  min-height: 94px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  border-right: 1px solid var(--line);
}

.trust-item:first-child {
  border-left: 1px solid var(--line);
}

.trust-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--brand);
  font-family: "Herbalife Walsheim GT", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.trust-item div {
  min-width: 0;
  display: grid;
  gap: 1px;
}

.trust-item strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 500;
}

.trust-item span:not(.trust-icon) {
  color: var(--muted);
  font-size: 13px;
}

.bioniq-entry-section {
  padding-block: 44px 28px;
  background: var(--white);
}

.bioniq-entry-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
  align-items: stretch;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 76% 15%, rgba(120, 190, 32, 0.22), transparent 24rem),
    var(--brand-deep);
  box-shadow: var(--shadow-soft);
}

.bioniq-entry-copy {
  position: relative;
  z-index: 1;
  padding: clamp(38px, 5vw, 64px);
}

.bioniq-entry-copy .eyebrow {
  color: #b7e37c;
}

.bioniq-entry-copy h2 {
  max-width: 720px;
  margin: 0 0 18px;
  color: var(--white);
  font-size: clamp(34px, 4vw, 52px);
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.bioniq-entry-copy > p:not(.eyebrow) {
  max-width: 680px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 1.6;
}

.bioniq-entry-button {
  margin-bottom: 16px;
  background: var(--accent);
  border-color: var(--accent);
  color: var(--ink);
}

.bioniq-entry-button:hover {
  background: #8bd32d;
  border-color: #8bd32d;
  color: var(--ink);
}

.bioniq-entry-copy small {
  display: block;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  line-height: 1.55;
}

.bioniq-entry-media {
  min-height: 360px;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 36px 42px 26px 10px;
}

.bioniq-entry-media img {
  width: min(100%, 330px);
  height: 310px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 22px;
  background: var(--white);
  object-fit: contain;
  box-shadow: 0 24px 34px rgba(0, 0, 0, 0.2);
}

.news-section {
  padding-block: 70px 74px;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 12%, rgba(120, 190, 32, 0.13), transparent 30%),
    linear-gradient(180deg, #f7f9f4 0%, var(--white) 100%);
  border-bottom: 1px solid var(--line);
}

.news-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 42px;
  margin-bottom: 34px;
}

.news-heading h2 {
  margin-bottom: 12px;
  color: var(--brand-dark);
  font-size: clamp(38px, 4.6vw, 56px);
  letter-spacing: -0.035em;
  line-height: 1.03;
}

.news-heading p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.news-heading-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 18px;
}

.story-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  margin-bottom: 30px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(16, 24, 32, 0.04);
}

.story-row-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  font-family: "Herbalife Walsheim GT", Arial, sans-serif;
  font-size: 13px;
  white-space: nowrap;
}

.story-live-dot {
  width: 9px;
  height: 9px;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(120, 190, 32, 0.14);
}

.story-list {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 2px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.story-list::-webkit-scrollbar,
.news-track::-webkit-scrollbar {
  display: none;
}

.story-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 11px 6px 7px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  font-family: "Herbalife Walsheim GT", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  scroll-snap-align: start;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.story-link:hover,
.story-link:focus-visible {
  border-color: rgba(38, 100, 49, 0.45);
  box-shadow: 0 7px 18px rgba(16, 24, 32, 0.08);
  transform: translateY(-1px);
}

.story-avatar {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: grid;
  place-items: center;
  padding: 2px;
  background: conic-gradient(from 210deg, var(--accent), var(--brand-deep), var(--accent));
  border-radius: 50%;
}

.story-avatar-mark {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background: var(--white);
  border-radius: 50%;
  color: var(--brand);
  font-size: 10px;
  font-weight: 700;
}

.news-carousel {
  position: relative;
}

.news-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(268px, 0.25fr);
  gap: 16px;
  padding: 4px 4px 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-padding-inline: 4px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.news-card {
  min-width: 0;
  display: grid;
  grid-template-rows: 260px 1fr;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: inherit;
  text-decoration: none;
  scroll-snap-align: start;
  box-shadow: 0 12px 28px rgba(16, 24, 32, 0.055);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.news-card:hover,
.news-card:focus-visible {
  border-color: rgba(38, 100, 49, 0.42);
  box-shadow: 0 18px 36px rgba(16, 24, 32, 0.11);
  transform: translateY(-3px);
}

.news-card-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  overflow: hidden;
  background: var(--brand-deep);
  color: var(--white);
}

.news-card-visual::before,
.news-card-visual::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  content: "";
}

.news-card-visual.has-image::before,
.news-card-visual.has-image::after {
  display: none;
}

.news-card-image,
.news-card-image-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.news-card-image {
  object-fit: cover;
  object-position: center;
  transition: transform 300ms ease;
}

.news-card:hover .news-card-image,
.news-card:focus-visible .news-card-image {
  transform: scale(1.025);
}

.news-card-image-overlay {
  background: linear-gradient(180deg, rgba(10, 24, 17, 0.5) 0%, transparent 38%, rgba(10, 24, 17, 0.72) 100%);
}

.news-card-visual::before {
  width: 146px;
  height: 146px;
  right: -54px;
  bottom: -72px;
}

.news-card-visual::after {
  width: 78px;
  height: 78px;
  right: 16px;
  bottom: -34px;
}

.news-card[data-theme="sport"] .news-card-visual {
  background: linear-gradient(135deg, #154734 0%, #266431 62%, #78be20 140%);
}

.news-card[data-theme="wellness"] .news-card-visual {
  background: linear-gradient(135deg, #224945 0%, #266431 100%);
}

.news-card[data-theme="product"] .news-card-visual {
  background: linear-gradient(135deg, #266431 0%, #4b7f36 70%, #78be20 135%);
}

.news-card[data-theme="community"] .news-card-visual {
  background: linear-gradient(135deg, #101820 0%, #224945 72%, #266431 100%);
}

.news-card-topline,
.news-card-source {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-family: "Herbalife Walsheim GT", Arial, sans-serif;
}

.news-card-kind {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 4px 9px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.news-instagram-mark {
  position: relative;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 7px;
  font-size: 0;
}

.news-instagram-mark::before {
  width: 7px;
  height: 7px;
  border: 2px solid currentColor;
  border-radius: 50%;
  content: "";
}

.news-instagram-mark::after {
  position: absolute;
  width: 3px;
  height: 3px;
  margin: -13px 0 0 13px;
  background: currentColor;
  border-radius: 50%;
  content: "";
}

.news-card-number {
  position: absolute;
  z-index: 0;
  right: 14px;
  bottom: 3px;
  color: rgba(255, 255, 255, 0.14);
  font-family: "Herbalife Natural", Arial, sans-serif;
  font-size: 86px;
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1;
}

.news-card-visual.has-image .news-card-number {
  display: none;
}

.news-card-visual.has-image .news-card-source {
  align-self: flex-start;
  padding: 6px 9px;
  background: rgba(10, 24, 17, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  backdrop-filter: blur(6px);
}

.news-card-source {
  justify-content: flex-start;
  color: rgba(255, 255, 255, 0.88);
  font-size: 11px;
  font-weight: 500;
}

.news-card-source::before {
  width: 7px;
  height: 7px;
  background: var(--accent);
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  content: "";
}

.news-card-body {
  display: flex;
  flex-direction: column;
  padding: 20px 19px 18px;
}

.news-card-date {
  margin-bottom: 9px;
  color: var(--brand);
  font-family: "Herbalife Walsheim GT", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.news-card h3 {
  margin-bottom: 18px;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.25;
}

.news-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--brand);
  font-family: "Herbalife Walsheim GT", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.news-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  padding: 0;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--brand);
  cursor: pointer;
  font-size: 20px;
  transform: translateY(-66%);
  box-shadow: 0 10px 24px rgba(16, 24, 32, 0.12);
}

.news-arrow:hover:not(:disabled) {
  background: var(--brand);
  border-color: var(--brand);
  color: var(--white);
}

.news-arrow:disabled {
  opacity: 0;
  pointer-events: none;
}

.news-arrow-prev {
  left: -22px;
}

.news-arrow-next {
  right: -22px;
}

.news-disclosure,
.news-noscript {
  margin: 8px 0 0;
  color: var(--muted);
  font-family: "Herbalife Walsheim GT", Arial, sans-serif;
  font-size: 11px;
}

.news-noscript a {
  color: var(--brand);
}

.featured-product-section {
  padding-block: 76px;
  background: var(--white);
}

.featured-product-card {
  display: grid;
  grid-template-columns: minmax(350px, 0.9fr) minmax(0, 1.1fr);
  overflow: hidden;
  background: var(--brand-deep);
  border: 1px solid rgba(21, 71, 52, 0.28);
  border-radius: 24px;
  box-shadow: 0 24px 55px rgba(16, 24, 32, 0.13);
}

.featured-product-media {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 64px 54px 46px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgba(120, 190, 32, 0.17), transparent 42%),
    linear-gradient(145deg, #f9faf6 0%, #eef3e8 100%);
}

.featured-product-media::after {
  position: absolute;
  width: 360px;
  height: 360px;
  right: -168px;
  bottom: -196px;
  border: 1px solid rgba(38, 100, 49, 0.15);
  border-radius: 50%;
  content: "";
}

.featured-product-media img {
  position: relative;
  z-index: 1;
  width: min(100%, 390px);
  height: 390px;
  object-fit: contain;
  filter: drop-shadow(0 24px 24px rgba(16, 24, 32, 0.15));
}

.featured-product-image-fallback {
  position: relative;
  z-index: 1;
  width: min(100%, 300px);
  min-height: 260px;
  display: grid;
  place-items: center;
  padding: 34px;
  border: 1px dashed rgba(38, 100, 49, 0.32);
  border-radius: 18px;
  color: var(--brand);
  font-family: "Herbalife Walsheim GT", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.featured-product-image-fallback[hidden] {
  display: none;
}

.featured-product-badge {
  position: absolute;
  z-index: 2;
  top: 24px;
  left: 24px;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 13px;
  background: var(--accent);
  border-radius: 999px;
  color: var(--brand-deep);
  font-family: "Herbalife Walsheim GT", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.featured-product-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 6vw, 78px);
  color: rgba(255, 255, 255, 0.82);
}

.featured-product-content .eyebrow {
  color: var(--accent);
}

.featured-product-content h2 {
  margin-bottom: 20px;
  color: var(--white);
  font-size: clamp(38px, 4.6vw, 56px);
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.featured-product-description {
  max-width: 670px;
  margin-bottom: 27px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
}

.featured-product-picker {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.featured-product-picker label {
  color: var(--white);
  font-family: "Herbalife Walsheim GT", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.featured-product-picker select {
  width: 100%;
  min-height: 50px;
  padding: 11px 42px 11px 14px;
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  color: var(--ink);
}

.featured-product-selected {
  display: grid;
  gap: 8px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.featured-product-selected > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.featured-product-selection,
#featured-product-selection {
  color: var(--white);
  font-family: "Herbalife Walsheim GT", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

#featured-product-price {
  flex: 0 0 auto;
  color: var(--white);
  font-size: 24px;
  font-weight: 500;
}

#featured-product-availability {
  color: rgba(255, 255, 255, 0.65);
  font-family: "Herbalife Walsheim GT", Arial, sans-serif;
  font-size: 11px;
}

.featured-product-claims {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.featured-product-claims li {
  padding: 5px 9px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  font-family: "Herbalife Walsheim GT", Arial, sans-serif;
  font-size: 10px;
}

.featured-product-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 17px;
  margin-top: 28px;
}

.featured-product-actions .text-button,
.featured-product-actions .text-link {
  color: var(--white);
}

.featured-label-link {
  font-size: 12px;
}

.section-heading {
  margin-bottom: 38px;
}

.section-heading h2,
.editorial-copy h2,
.support-band h2 {
  margin-bottom: 0;
  color: var(--brand-dark);
  font-size: clamp(34px, 4.5vw, 50px);
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  align-items: end;
  gap: 44px;
}

.split-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.start-section {
  background: var(--white);
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.choice-card {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
  text-align: left;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.choice-card:hover,
.choice-card.selected {
  border-color: #aebead;
  box-shadow: var(--shadow-soft);
}

.choice-card.selected {
  box-shadow: inset 0 -3px 0 var(--brand);
}

.choice-media {
  height: 190px;
  display: block;
  overflow: hidden;
  background: var(--surface);
}

.choice-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms ease;
}

.choice-card:hover .choice-media img {
  transform: scale(1.025);
}

.choice-copy {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 5px;
  padding: 20px 48px 22px 20px;
}

.choice-copy small {
  color: var(--brand);
  font-family: "Herbalife Walsheim GT", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.075em;
}

.choice-copy strong {
  color: var(--ink);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.18;
}

.choice-copy em {
  color: var(--muted);
  font-size: 14px;
  font-style: normal;
}

.choice-arrow {
  position: absolute;
  right: 20px;
  bottom: 21px;
  color: var(--brand);
  font-size: 20px;
}

.catalog-section {
  background: var(--surface);
  border-block: 1px solid var(--line);
}

.catalog-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
  padding: 15px 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--muted);
  font-size: 14px;
}

.catalog-meta strong {
  flex: 0 0 auto;
  color: var(--ink);
  font-weight: 500;
}

.product-toolbar {
  display: grid;
  grid-template-columns: minmax(240px, 1.4fr) repeat(3, minmax(170px, 0.8fr));
  gap: 14px;
  margin-bottom: 26px;
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.filter-field {
  min-width: 0;
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-family: "Herbalife Walsheim GT", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.filter-field input,
.filter-field select,
.variant-select {
  width: 100%;
  min-height: 46px;
  padding: 10px 38px 10px 13px;
  background: var(--white);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  color: var(--ink);
  font-family: "Herbalife Walsheim GT", Arial, sans-serif;
  font-size: 14px;
}

.filter-field input {
  padding-right: 13px;
}

.filter-field input:focus,
.filter-field select:focus,
.variant-select:focus {
  border-color: var(--brand);
  outline: 3px solid rgba(38, 100, 49, 0.12);
}

.filter-actions {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 4px;
}

.filter-actions strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.offer-grid[data-catalog-mode="products"] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.offer-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.offer-card:hover {
  border-color: #b8c5b8;
  box-shadow: 0 10px 24px rgba(16, 24, 32, 0.055);
}

.offer-label,
.priority-label,
.variant-badge,
.stock-badge {
  font-family: "Herbalife Walsheim GT", Arial, sans-serif;
}

.offer-label {
  align-self: flex-start;
  margin-bottom: 14px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.offer-card > h3 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.15;
}

.offer-card > .price {
  margin-bottom: 16px;
}

.price {
  color: var(--brand-dark);
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.offer-description,
.product-description {
  color: var(--text);
  font-size: 15px;
  line-height: 1.5;
}

.contents {
  display: grid;
  gap: 8px;
  margin: 2px 0 20px;
  padding: 0;
  color: var(--text);
  font-size: 14px;
  list-style: none;
}

.contents li {
  position: relative;
  padding-left: 19px;
}

.contents li::before {
  position: absolute;
  top: 0.66em;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--accent);
  border-radius: 50%;
  content: "";
}

.product-details {
  margin: 0 0 18px;
  padding-block: 12px;
  border-block: 1px solid var(--line);
  color: var(--text);
  font-size: 14px;
}

.product-details summary {
  color: var(--brand);
  cursor: pointer;
  font-family: "Herbalife Walsheim GT", Arial, sans-serif;
  font-weight: 700;
}

.product-details p {
  margin: 10px 0 0;
}

.kit-customization {
  display: grid;
  gap: 12px;
  margin: 0 0 18px;
  padding: 16px;
  background: #f3f7ef;
  border: 1px solid rgba(38, 100, 49, 0.16);
  border-radius: 12px;
}

.kit-customization legend {
  padding: 0 5px;
  color: var(--brand-dark);
  font-family: "Herbalife Walsheim GT", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.kit-customization-intro {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.kit-customization-grid {
  display: grid;
  gap: 10px;
}

.kit-choice-field {
  display: grid;
  gap: 6px;
}

.kit-choice-field label {
  color: var(--ink);
  font-family: "Herbalife Walsheim GT", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.kit-choice-field select {
  width: 100%;
  min-height: 46px;
  padding: 9px 36px 9px 11px;
  background: var(--white);
  border: 1px solid var(--line-strong);
  border-radius: 9px;
  color: var(--ink);
  font-size: 13px;
}

.kit-choice-summary {
  margin: 0;
  padding-top: 10px;
  border-top: 1px solid rgba(38, 100, 49, 0.14);
  color: var(--brand);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
}

.availability {
  margin: auto 0 17px;
  padding-top: 6px;
  color: var(--muted);
  font-size: 13px;
}

.availability strong {
  color: var(--ink);
  font-weight: 500;
}

.offer-actions {
  display: grid;
  gap: 9px;
  margin-top: auto;
}

.offer-actions .button {
  width: 100%;
  min-height: 46px;
  padding-inline: 16px;
}

.offer-actions .button.secondary {
  min-height: 42px;
  font-size: 13px;
}

.button-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.product-card {
  padding: 18px;
}

.product-card-header {
  min-height: 28px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}

.product-card-header .offer-label {
  margin: 0;
}

.variant-badge,
.stock-badge {
  flex: 0 0 auto;
  padding: 5px 8px;
  background: var(--surface);
  border-radius: 999px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.stock-badge.in_stock {
  background: #ecf4ec;
  color: var(--brand);
}

.stock-badge.low_stock {
  background: #fff4db;
  color: #7a5b00;
}

.stock-badge.out_of_stock {
  background: #f8e9e7;
  color: var(--danger);
}

.product-reference {
  position: relative;
  min-height: 250px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  padding: 18px;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid #eeede8;
  border-radius: 12px;
  text-align: center;
}

.product-reference.has-image {
  align-content: center;
}

.product-reference-image {
  width: 100%;
  height: 190px;
  object-fit: contain;
}

.product-reference-sku {
  color: var(--brand-dark);
  font-family: "Herbalife Walsheim GT", Arial, sans-serif;
  font-size: 24px;
}

.product-reference-caption {
  position: absolute;
  right: 12px;
  bottom: 10px;
  left: 12px;
  color: var(--muted);
  font-family: "Herbalife Walsheim GT", Arial, sans-serif;
  font-size: 11px;
}

.product-reference-link {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 6px 9px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--brand);
  font-family: "Herbalife Walsheim GT", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.priority-label {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.product-card > h3 {
  margin-bottom: 8px;
  font-size: 21px;
}

.variant-family-description {
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 14px;
}

.variant-picker {
  display: grid;
  gap: 7px;
  margin-bottom: 16px;
  padding: 13px;
  background: var(--surface);
  border-radius: var(--radius-sm);
}

.variant-picker-label {
  color: var(--ink);
  font-family: "Herbalife Walsheim GT", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.variant-picker-hint,
.variant-selection-status {
  color: var(--muted);
  font-size: 12px;
}

.product-meta {
  margin-bottom: 10px;
  color: var(--muted);
  font-family: "Herbalife Walsheim GT", Arial, sans-serif;
  font-size: 12px;
}

.claims-title {
  margin-top: 2px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 500;
}

.claim-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 8px 0 18px;
}

.claim-badge {
  padding: 5px 8px;
  background: #edf4ec;
  border-radius: 999px;
  color: var(--brand);
  font-family: "Herbalife Walsheim GT", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
}

.claim-badge.allergen {
  background: #fff4db;
  color: #745600;
}

.product-price-box {
  margin-top: auto;
  margin-bottom: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.price-caption {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 12px;
}

.product-price-box .price {
  font-size: 28px;
}

.price-note {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.empty-catalog {
  grid-column: 1 / -1;
  min-height: 240px;
  justify-content: center;
  text-align: center;
}

.load-more-row {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.claim-note {
  display: flex;
  gap: 13px;
  margin-top: 28px;
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}

.claim-note-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: grid;
  place-items: center;
  background: var(--brand);
  border-radius: 50%;
  color: var(--white);
  font-weight: 700;
}

.claim-note strong {
  color: var(--ink);
  font-weight: 500;
}

.claim-note p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.catalog-rule {
  max-width: 900px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}

.editorial-section {
  background: var(--white);
}

.editorial-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1.08fr);
  align-items: stretch;
  gap: clamp(46px, 7vw, 92px);
}

.editorial-media {
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  background: var(--surface);
  border-radius: var(--radius-lg);
}

.editorial-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.editorial-copy {
  align-self: center;
  max-width: 580px;
}

.editorial-copy h2 {
  margin-bottom: 20px;
}

.editorial-intro {
  margin-bottom: 28px;
  color: var(--text);
  font-size: 17px;
}

.editorial-list {
  display: grid;
  gap: 0;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.editorial-list li {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  padding-block: 17px;
  border-top: 1px solid var(--line);
}

.editorial-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.editorial-list li > span {
  color: var(--brand);
  font-family: "Herbalife Walsheim GT", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.editorial-list strong {
  color: var(--ink);
  font-weight: 500;
}

.editorial-list p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.steps-section {
  background: var(--surface);
  border-block: 1px solid var(--line);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line-strong);
}

.step {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 28px 32px 8px 0;
  border-right: 1px solid var(--line);
}

.step + .step {
  padding-left: 32px;
}

.step:last-child {
  border-right: 0;
}

.step > span {
  display: block;
  margin-bottom: 20px;
  color: var(--brand);
  font-family: "Herbalife Walsheim GT", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.trust-mark {
  display: flex;
  align-items: center;
  min-height: 76px;
  margin-bottom: 24px;
}

.trust-mark img {
  display: block;
  width: auto;
  max-width: min(220px, 100%);
  max-height: 72px;
  object-fit: contain;
}

.guarantee-mark {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  color: var(--brand-dark);
  font-family: "Herbalife Walsheim GT", Arial, sans-serif;
  line-height: 1;
}

.guarantee-mark b {
  color: var(--brand);
  font-size: 64px;
  font-weight: 500;
  letter-spacing: -0.06em;
}

.guarantee-mark small {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.trust-mark-pair {
  gap: 18px;
}

.trust-mark-pair > span {
  width: 1px;
  height: 54px;
  background: var(--line-strong);
}

.trust-mark-pair .integratori-mark {
  width: 64px;
  height: 64px;
}

.trust-mark-pair .union-food-mark {
  width: 74px;
  height: 74px;
}

.step h3 {
  font-size: 22px;
}

.step p {
  color: var(--muted);
  font-size: 15px;
}

.step .text-link {
  margin-top: auto;
  padding-top: 18px;
}

.sport-partners {
  margin-top: clamp(64px, 8vw, 104px);
  padding-top: clamp(52px, 7vw, 80px);
  border-top: 1px solid var(--line-strong);
}

.sport-partners-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.55fr);
  gap: 32px 64px;
  align-items: end;
  margin-bottom: 34px;
}

.sport-partners-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -18px;
}

.sport-partners-heading h3 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.02;
}

.sport-partners-heading > p:last-child {
  margin: 0;
  color: var(--muted);
}

.sport-partners-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.sport-partner-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 18px 18px 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.sport-partner-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 154px;
  margin-bottom: 22px;
  padding: 20px;
  overflow: hidden;
  background: #f7f8f5;
  border-radius: 12px;
}

.sport-partner-logo img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 112px;
  object-fit: contain;
}

.sport-partner-logo-wide {
  padding: 10px;
  background: #003f35;
}

.sport-partner-logo-wide img {
  width: 100%;
  max-height: 134px;
}

.sport-partner-period {
  margin: 0 0 8px;
  color: var(--brand);
  font-family: "Herbalife Walsheim GT", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sport-partner-card h4 {
  margin: 0;
  font-size: 21px;
}

.sport-partner-card > p:not(.sport-partner-period) {
  color: var(--muted);
  font-size: 14px;
}

.sport-partner-card .text-link {
  margin-top: auto;
  padding-top: 12px;
}

.sport-partners-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.support-section {
  padding-block: 64px;
  background: var(--white);
}

.support-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 48px;
  padding: clamp(38px, 5vw, 62px);
  background: var(--brand-dark);
  border-radius: var(--radius-lg);
  color: rgba(255, 255, 255, 0.82);
}

.support-band .eyebrow {
  color: #b9dc9e;
}

.support-band h2 {
  max-width: 760px;
  margin-bottom: 14px;
  color: var(--white);
}

.support-band p:last-child {
  max-width: 760px;
  margin-bottom: 0;
}

.faq-section {
  padding-top: 40px;
  background: var(--white);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  align-items: start;
  gap: clamp(50px, 8vw, 110px);
}

.faq-heading {
  position: sticky;
  top: 112px;
  margin: 0;
}

.faq-heading h2 {
  margin-bottom: 18px;
}

.faq-heading > p:last-child {
  color: var(--muted);
}

.faq {
  border-top: 1px solid var(--line-strong);
}

.faq details {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  position: relative;
  padding: 23px 48px 23px 0;
  color: var(--ink);
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  position: absolute;
  top: 20px;
  right: 4px;
  color: var(--brand);
  content: "+";
  font-family: "Herbalife Walsheim GT", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.faq details[open] summary::after {
  content: "−";
}

.faq details p {
  max-width: 760px;
  margin: -4px 0 24px;
  color: var(--muted);
  font-size: 15px;
}

.opportunity-section {
  padding-block: 48px 78px;
  background: var(--white);
}

.opportunity-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: 10px 64px;
  margin-bottom: 30px;
}

.opportunity-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.opportunity-heading h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.02;
}

.opportunity-heading > p:last-child {
  margin: 0;
  color: var(--muted);
}

.opportunity-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.opportunity-card {
  position: relative;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(30px, 4vw, 48px);
  overflow: hidden;
  border-radius: 24px;
}

.opportunity-card > * {
  position: relative;
  z-index: 1;
}

.opportunity-card .eyebrow {
  margin-bottom: 18px;
}

.opportunity-card h3 {
  max-width: 560px;
  margin: 0 0 14px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.04;
}

.opportunity-card > p:not(.eyebrow) {
  max-width: 520px;
  margin: 0 0 28px;
  font-size: 15px;
}

.opportunity-card .button {
  margin-top: auto;
}

.opportunity-card-symbol {
  position: absolute;
  z-index: 0;
  top: -62px;
  right: 14px;
  color: currentColor;
  font-family: "Herbalife Walsheim GT", Arial, sans-serif;
  font-size: 220px;
  font-weight: 500;
  line-height: 1;
  opacity: 0.07;
}

.opportunity-card-customer {
  background: linear-gradient(135deg, var(--brand-dark), #14724e);
  color: rgba(255, 255, 255, 0.82);
}

.opportunity-card-customer .eyebrow {
  color: #c9e8ae;
}

.opportunity-card-customer h3 {
  color: var(--white);
}

.opportunity-card-work {
  background: linear-gradient(135deg, #f5f7f2, #e6efdf);
  border: 1px solid #d8e3cf;
  color: var(--muted);
}

.opportunity-card-work h3 {
  color: var(--ink);
}

.opportunity-card-work .button.secondary {
  background: var(--white);
}

.footer {
  padding-block: 56px 28px;
  background: var(--surface);
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 0.8fr;
  gap: 64px;
}

.footer-brand,
.footer-data,
.footer-links {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.footer-logo {
  width: 210px;
  height: auto;
  margin-bottom: 8px;
  object-fit: contain;
}

.footer-brand > strong,
.footer-data > strong,
.footer-links > strong {
  color: var(--ink);
  font-weight: 500;
}

.footer-brand p,
.footer-data,
.footer-links {
  color: var(--muted);
  font-size: 13px;
}

.footer-brand p {
  max-width: 420px;
  margin: 0;
}

.footer a {
  color: var(--brand);
  text-underline-offset: 3px;
}

.social-icon {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  background: var(--brand);
  border-radius: 50%;
  color: var(--white) !important;
  text-decoration: none;
  transition: background 160ms ease, transform 160ms ease;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
}

.social-icon:hover {
  background: var(--brand-dark);
  transform: translateY(-1px);
}

.social-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.whatsapp-icon svg path + path {
  fill: currentColor;
  stroke: none;
}

.instagram-icon .instagram-dot {
  fill: currentColor;
  stroke: none;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
}

.cart-overlay {
  position: fixed;
  z-index: 100;
  inset: 0;
  background: rgba(16, 24, 32, 0.52);
  backdrop-filter: blur(2px);
}

.cart-drawer {
  position: fixed;
  z-index: 110;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(460px, 100%);
  display: grid;
  grid-template-rows: auto 1fr auto;
  background: var(--white);
  box-shadow: var(--shadow-drawer);
  transform: translateX(100%);
  transition: transform 170ms ease;
}

.cart-drawer.open {
  transform: translateX(0);
}

.cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px;
  border-bottom: 1px solid var(--line);
}

.cart-header .eyebrow {
  margin-bottom: 2px;
}

.cart-header h2 {
  margin: 0;
  font-size: 30px;
}

.cart-close {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  cursor: pointer;
  font-size: 27px;
  line-height: 1;
}

.cart-body {
  min-height: 0;
  overflow-y: auto;
  padding: 0 24px;
}

.cart-empty {
  display: grid;
  justify-items: center;
  padding: 68px 12px;
  text-align: center;
}

.cart-empty-icon {
  width: 56px;
  height: 48px;
  margin-bottom: 18px;
  border: 2px solid var(--line-strong);
  border-radius: 6px;
}

.cart-empty strong {
  color: var(--ink);
  font-size: 19px;
  font-weight: 500;
}

.cart-empty p {
  max-width: 310px;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.cart-items {
  display: grid;
}

.cart-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 13px;
  padding-block: 18px;
  border-bottom: 1px solid var(--line);
}

.cart-item-image {
  width: 72px;
  height: 82px;
  display: grid;
  place-items: center;
  grid-row: 1 / span 2;
  overflow: hidden;
  background: var(--surface);
  border-radius: var(--radius-sm);
  color: var(--brand);
  font-family: "Herbalife Walsheim GT", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.cart-item-image img {
  width: 100%;
  height: 100%;
  padding: 7px;
  object-fit: contain;
}

.cart-item-details {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 2px;
}

.cart-item-details strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
}

.cart-item-details span {
  color: var(--muted);
  font-size: 12px;
}

.cart-item-details .cart-item-choices {
  display: grid;
  gap: 3px;
  margin-top: 7px;
  padding: 8px 9px;
  background: #f3f7ef;
  border-radius: 8px;
}

.cart-item-choices span {
  line-height: 1.35;
}

.cart-item-choices b {
  color: var(--brand-dark);
  font-weight: 700;
}

.cart-item-controls {
  min-width: 0;
  display: flex;
  grid-column: 2;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px 14px;
}

.cart-quantity {
  display: inline-grid;
  grid-template-columns: 34px 30px 34px;
  align-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  overflow: hidden;
}

.cart-quantity button {
  width: 34px;
  height: 32px;
  padding: 0;
  background: var(--white);
  border: 0;
  color: var(--brand);
  cursor: pointer;
  font-size: 18px;
}

.cart-quantity button:disabled {
  color: #aaa;
  cursor: not-allowed;
}

.cart-quantity span {
  color: var(--ink);
  font-size: 13px;
  text-align: center;
}

.cart-line-total {
  margin-left: auto;
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.cart-remove {
  padding: 0;
  background: transparent;
  border: 0;
  color: var(--muted);
  cursor: pointer;
  font-family: "Herbalife Walsheim GT", Arial, sans-serif;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cart-footer {
  padding: 20px 24px 24px;
  background: var(--white);
  border-top: 1px solid var(--line);
}

.cart-summary {
  display: grid;
  gap: 9px;
  margin-bottom: 13px;
}

.cart-summary-row,
.cart-total-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.cart-summary-row {
  color: var(--muted);
  font-size: 14px;
}

.cart-summary-row strong {
  color: var(--ink);
  font-weight: 500;
}

.cart-total-row {
  margin-top: 3px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: 19px;
}

.cart-total-row strong {
  color: var(--brand-dark);
  font-size: 22px;
  font-weight: 500;
}

.cart-shipping-progress {
  margin: 0 0 10px;
  padding: 9px 11px;
  background: #edf4ec;
  border-radius: 8px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 500;
}

.cart-delivery-note,
.cart-status {
  margin: 0 0 11px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
}

.cart-privacy-note {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.cart-privacy-note a {
  color: var(--brand);
  font-weight: 700;
  text-underline-offset: 3px;
}

.cart-status.error {
  color: var(--danger);
}

.cart-checkout {
  width: 100%;
}

.cart-continue {
  width: 100%;
  justify-content: center;
  margin-top: 13px;
}

.cart-clear {
  width: 100%;
  justify-content: center;
  margin-top: 13px;
  color: var(--danger);
}

.sticky-mobile {
  display: none;
}

.thank-you-legal {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.thank-you-legal a {
  color: var(--brand);
  font-weight: 700;
  text-underline-offset: 3px;
}

@media (max-width: 1120px) {
  .topbar {
    grid-template-columns: minmax(260px, 1fr) auto;
    gap: 20px;
  }

  .main-nav {
    display: none;
  }

  .choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .choice-card {
    grid-template-columns: 180px minmax(0, 1fr);
    grid-template-rows: 1fr;
    min-height: 176px;
  }

  .choice-media {
    height: 100%;
  }

  .choice-copy {
    align-self: center;
  }

  .product-toolbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offer-grid[data-catalog-mode="products"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  html {
    scroll-padding-top: 78px;
  }

  .shell {
    width: min(calc(100% - 36px), var(--shell));
  }

  .section {
    padding-block: 64px;
  }

  .announcement-inner {
    justify-content: flex-start;
    gap: 24px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .announcement-inner::-webkit-scrollbar {
    display: none;
  }

  .hero-section {
    padding-block: 28px 42px;
  }

  .hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .hero-content {
    padding: 50px 42px;
  }

  .hero h1 {
    max-width: 700px;
  }

  .hero-media {
    min-height: 360px;
  }

  .bioniq-entry-card {
    grid-template-columns: minmax(0, 1.2fr) minmax(230px, 0.8fr);
  }

  .bioniq-entry-media {
    padding-inline: 0 24px;
  }

  .trust-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-item:nth-child(2) {
    border-right: 0;
  }

  .trust-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .news-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 22px;
  }

  .news-heading-actions {
    justify-content: flex-start;
  }

  .story-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .news-track {
    grid-auto-columns: minmax(250px, 42vw);
  }

  .news-arrow-prev {
    left: 6px;
  }

  .news-arrow-next {
    right: 6px;
  }

  .featured-product-card {
    grid-template-columns: 1fr;
  }

  .featured-product-media {
    min-height: 400px;
    padding-block: 58px 36px;
  }

  .featured-product-media img {
    height: 320px;
  }

  .split-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 16px;
  }

  .offer-grid,
  .offer-grid[data-catalog-mode="products"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .editorial-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .editorial-media {
    min-height: 430px;
  }

  .editorial-copy {
    max-width: none;
  }

  .sport-partners-heading {
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: start;
  }

  .sport-partners-heading .eyebrow {
    margin-bottom: -4px;
  }

  .sport-partners-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sport-partner-card:last-child {
    grid-column: 1 / -1;
  }

  .support-band {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .support-band .button {
    justify-self: start;
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .faq-heading {
    position: static;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 76px;
    font-size: 15px;
  }

  .shell {
    width: min(calc(100% - 28px), var(--shell));
  }

  .section {
    padding-block: 52px;
  }

  .setup-banner {
    padding: 8px 12px;
    font-size: 11px;
  }

  .announcement-inner {
    width: 100%;
    min-height: 34px;
    padding-inline: 14px;
    font-size: 11px;
  }

  .announcement-inner a {
    display: none;
  }

  .topbar {
    width: 100%;
    min-height: 64px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    padding-inline: 14px;
  }

  .brand-lockup {
    min-width: 0;
    gap: 8px;
  }

  .herbalife-logo {
    width: 108px;
    height: 34px;
  }

  .brand-copy {
    min-width: 0;
    padding-left: 8px;
  }

  .brand-copy strong {
    max-width: 92px;
    font-size: 11px;
  }

  .brand-copy small {
    max-width: 92px;
    font-size: 9px;
  }

  .cart-trigger {
    min-height: 40px;
    gap: 5px;
    padding: 6px 7px 6px 10px;
    font-size: 0;
  }

  .cart-trigger-icon {
    width: 16px;
    height: 13px;
  }

  .cart-count {
    min-width: 24px;
    height: 24px;
    font-size: 11px;
  }

  .hero-section {
    padding-block: 18px 30px;
  }

  .hero {
    width: calc(100% - 28px);
    border-radius: 16px;
  }

  .hero-content {
    padding: 36px 24px 32px;
  }

  .eyebrow {
    margin-bottom: 10px;
    font-size: 11px;
  }

  .hero h1 {
    margin-bottom: 18px;
    font-size: clamp(42px, 13vw, 54px);
    letter-spacing: -0.032em;
    line-height: 1.01;
  }

  .hero-copy {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    margin-bottom: 22px;
  }

  .bioniq-entry-section {
    padding-block: 26px 12px;
  }

  .bioniq-entry-card {
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
    border-radius: 17px;
  }

  .bioniq-entry-copy {
    padding: 36px 24px 28px;
  }

  .bioniq-entry-copy h2 {
    font-size: 38px;
  }

  .bioniq-entry-copy > p:not(.eyebrow) {
    font-size: 15px;
  }

  .bioniq-entry-button {
    width: 100%;
  }

  .bioniq-entry-media {
    min-height: 260px;
    padding: 0 24px 24px;
  }

  .bioniq-entry-media img {
    height: 250px;
  }

  .news-section {
    padding-block: 48px 52px;
  }

  .news-heading {
    margin-bottom: 24px;
  }

  .news-heading h2 {
    font-size: 39px;
  }

  .news-heading p:not(.eyebrow) {
    font-size: 15px;
  }

  .news-heading-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .news-heading-actions .button,
  .news-heading-actions .text-link {
    width: 100%;
    justify-content: center;
  }

  .story-row {
    margin-bottom: 22px;
    padding: 14px;
    border-radius: 14px;
  }

  .news-track {
    grid-auto-columns: minmax(220px, 82vw);
    gap: 12px;
    padding-inline: 0;
  }

  .news-card {
    grid-template-rows: 230px 1fr;
    border-radius: 14px;
  }

  .news-arrow {
    display: none;
  }

  .news-disclosure {
    line-height: 1.5;
  }

  .featured-product-section {
    padding-block: 52px;
  }

  .featured-product-card {
    width: calc(100% - 28px);
    border-radius: 17px;
  }

  .featured-product-media {
    min-height: 330px;
    padding: 56px 28px 28px;
  }

  .featured-product-media img {
    width: min(100%, 280px);
    height: 270px;
  }

  .featured-product-badge {
    top: 18px;
    left: 18px;
  }

  .featured-product-content {
    padding: 36px 24px 38px;
  }

  .featured-product-content h2 {
    font-size: 39px;
  }

  .featured-product-description {
    font-size: 15px;
  }

  .featured-product-selected > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .featured-product-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 13px;
  }

  .featured-product-actions .button,
  .featured-product-actions .text-button,
  .featured-product-actions .text-link {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-link {
    min-height: 38px;
    justify-content: center;
  }

  .hero-proof {
    gap: 8px 14px;
    font-size: 12px;
  }

  .hero-media {
    min-height: 250px;
  }

  .trust-item {
    min-height: 76px;
    gap: 10px;
    padding: 12px;
  }

  .trust-item:first-child,
  .trust-item:nth-child(3) {
    border-left: 0;
  }

  .trust-icon {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
    font-size: 10px;
  }

  .trust-item strong {
    font-size: 13px;
    line-height: 1.2;
  }

  .trust-item span:not(.trust-icon) {
    font-size: 11px;
  }

  .section-heading {
    margin-bottom: 28px;
  }

  .section-heading h2,
  .editorial-copy h2,
  .support-band h2 {
    font-size: 34px;
    line-height: 1.08;
  }

  .choice-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .choice-card {
    grid-template-columns: 112px minmax(0, 1fr);
    min-height: 128px;
  }

  .choice-copy {
    padding: 15px 38px 15px 15px;
  }

  .choice-copy small {
    font-size: 10px;
  }

  .choice-copy strong {
    font-size: 17px;
  }

  .choice-copy em {
    font-size: 12px;
  }

  .choice-arrow {
    right: 14px;
    bottom: 16px;
  }

  .catalog-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .product-toolbar {
    grid-template-columns: 1fr;
    padding: 15px;
  }

  .filter-actions {
    grid-column: 1;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .offer-grid,
  .offer-grid[data-catalog-mode="products"] {
    grid-template-columns: 1fr;
  }

  .offer-card {
    padding: 20px;
  }

  .product-card {
    padding: 15px;
  }

  .product-reference {
    min-height: 260px;
  }

  .product-reference-image {
    height: 205px;
  }

  .editorial-media {
    min-height: 340px;
    border-radius: 16px;
  }

  .editorial-list li {
    grid-template-columns: 34px 1fr;
  }

  .steps-grid {
    grid-template-columns: 1fr;
  }

  .step,
  .step + .step {
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .step:last-child {
    border-bottom: 0;
  }

  .step > span {
    margin-bottom: 16px;
  }

  .trust-mark {
    min-height: 68px;
    margin-bottom: 18px;
  }

  .sport-partners {
    margin-top: 54px;
    padding-top: 48px;
  }

  .sport-partners-grid {
    grid-template-columns: 1fr;
  }

  .sport-partner-card:last-child {
    grid-column: auto;
  }

  .sport-partner-logo {
    min-height: 136px;
  }

  .support-section {
    padding-block: 36px;
  }

  .support-band {
    width: calc(100% - 28px);
    padding: 32px 24px;
    border-radius: 16px;
  }

  .support-band .button {
    width: 100%;
  }

  .faq summary {
    padding-block: 20px;
    font-size: 16px;
  }

  .opportunity-section {
    padding-block: 38px 52px;
  }

  .opportunity-heading {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 22px;
  }

  .opportunity-heading .eyebrow {
    margin-bottom: -2px;
  }

  .opportunity-grid {
    grid-template-columns: 1fr;
  }

  .opportunity-card {
    min-height: 0;
    padding: 28px 24px;
    border-radius: 16px;
  }

  .opportunity-card h3 {
    font-size: 29px;
  }

  .opportunity-card .button {
    width: 100%;
  }

  .footer {
    padding-block: 44px 24px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .cart-drawer {
    width: 100%;
  }

  .cart-header {
    padding: 18px 16px;
  }

  .cart-body {
    padding-inline: 16px;
  }

  .cart-footer {
    padding: 16px 16px 18px;
  }

  .cart-item {
    grid-template-columns: 62px minmax(0, 1fr);
  }

  .cart-item-image {
    width: 62px;
    height: 74px;
  }

  .cart-item-controls {
    grid-column: 1 / -1;
    padding-left: 75px;
  }

  .cart-line-total {
    margin-left: 0;
  }

  .cart-remove {
    margin-left: auto;
  }

  .sticky-mobile {
    position: fixed;
    z-index: 50;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid var(--line);
    backdrop-filter: blur(10px);
  }

  .sticky-mobile .button {
    width: 100%;
    justify-content: space-between;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

.withdrawal-shortcut {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 19;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 15px;
  border: 1px solid rgba(38, 100, 49, 0.18);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(15, 48, 24, 0.14);
  color: var(--green, #266431);
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

.withdrawal-shortcut:hover,
.withdrawal-shortcut:focus-visible {
  border-color: var(--green, #266431);
  box-shadow: 0 10px 32px rgba(15, 48, 24, 0.2);
}

@media (max-width: 720px) {
  .withdrawal-shortcut {
    right: 12px;
    bottom: 82px;
    min-height: 38px;
    padding: 7px 12px;
    font-size: 0.74rem;
  }
}
