:root {
  color-scheme: light;
  --ink: #101815;
  --muted: #4c5a55;
  --surface: #ffffff;
  --surface-soft: #f5f7f2;
  --line: #dce4dc;
  --brand: #15745f;
  --brand-strong: #0d4e43;
  --accent: #d9ad3f;
  --accent-soft: #ffefe9;
  --gold: #e3bb4d;
  --footer: #0e1118;
  --footer-line: rgba(255, 255, 255, 0.11);
  --danger: #b3261e;
  --success: #126a4a;
  --shadow: 0 18px 42px rgba(31, 41, 38, 0.12);
  --radius: 8px;
  --header-h: 64px;
  --cod-strip-h: 34px;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  overscroll-behavior-x: none;
}

body {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  overflow-x: hidden;
  overscroll-behavior-x: none;
  background: var(--surface-soft);
  color: var(--ink);
  font-family: Arial, "Noto Sans Bengali", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body,
button,
input,
select,
textarea {
  font: inherit;
}

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

a {
  color: inherit;
  text-decoration: none;
}

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

main,
.cod-ribbon,
.site-header,
.hero,
.hero-slider,
.hero-slide,
.section,
.order-section,
.product-detail-hero,
.site-footer {
  max-width: 100%;
}

.cod-ribbon {
  position: sticky;
  top: 0;
  z-index: 70;
  display: flex;
  min-height: var(--cod-strip-h);
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 7px 14px;
  background: var(--footer);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  border-bottom: 1px solid var(--footer-line);
}

.cod-ribbon span {
  color: var(--gold);
}

.cod-ribbon strong {
  font-weight: 900;
}

.site-header {
  position: sticky;
  top: var(--cod-strip-h);
  z-index: 50;
  display: flex;
  min-height: var(--header-h);
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px clamp(16px, 4vw, 48px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(220, 228, 220, 0.86);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(145deg, #0d1715, #26322f);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(13, 23, 21, 0.16);
}

.brand-mark.has-logo {
  padding: 4px;
  background: #ffffff;
  border: 1px solid rgba(211, 222, 213, 0.95);
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 6px;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
}

.lang-toggle,
.menu-toggle {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  cursor: pointer;
  font-weight: 900;
}

.lang-toggle {
  min-width: 44px;
  padding: 0 11px;
  color: var(--brand-strong);
}

.menu-toggle {
  display: grid;
  width: 44px;
  place-items: center;
  gap: 4px;
  padding: 9px 10px;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: var(--ink);
}

.header-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: clamp(16px, 4vw, 48px);
  z-index: 80;
  display: none;
  min-width: min(260px, calc(100vw - 32px));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.header-menu.is-open {
  display: grid;
}

.header-menu a {
  padding: 14px 16px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-weight: 900;
}

.header-menu a:first-child {
  border-top: 0;
}

.header-menu a:hover,
.header-menu a:focus-visible,
.lang-toggle:hover,
.lang-toggle:focus-visible,
.menu-toggle:hover,
.menu-toggle:focus-visible {
  border-color: rgba(21, 116, 95, 0.4);
  background: #f7fbf7;
}

.hero {
  position: relative;
  min-height: calc(100svh - var(--header-h));
  overflow: hidden;
  isolation: isolate;
  display: grid;
  align-items: end;
  padding: 76px clamp(16px, 5vw, 72px) 28px;
  background: #eef4ea;
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-bg {
  background-image: url("../images/products/lamda-product-placeholder.svg");
  background-position: 62% 35%;
  background-repeat: no-repeat;
  background-size: min(82vw, 690px);
  opacity: 0.98;
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(245, 247, 242, 0.98) 0%, rgba(245, 247, 242, 0.88) 48%, rgba(245, 247, 242, 0.26) 100%),
    linear-gradient(0deg, rgba(245, 247, 242, 0.98) 0%, rgba(245, 247, 242, 0.54) 38%, rgba(245, 247, 242, 0.18) 100%);
}

.hero-content {
  width: min(700px, 100%);
  padding-bottom: 18px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--brand-strong);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  max-width: 680px;
  font-size: clamp(34px, 8.7vw, 82px);
  line-height: 1.02;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(27px, 6vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 570px;
  margin: 16px 0 0;
  color: #394640;
  font-size: clamp(16px, 3.8vw, 20px);
}

.hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.hero-benefits span,
.proof-strip span,
.save-tag {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border-radius: 8px;
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(220, 228, 220, 0.92);
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.hero-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hero-price strong {
  font-size: clamp(34px, 8vw, 54px);
  line-height: 1;
}

.old-price {
  color: var(--muted);
  font-size: 20px;
  font-weight: 800;
  text-decoration: line-through;
}

.save-tag {
  background: #fff7dc;
  border-color: #ead081;
  color: #7d5412;
}

.hero-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px 54px;
  gap: 10px;
}

.hero-cta {
  width: min(520px, 100%);
  margin-top: 18px;
}

.btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  padding: 13px 16px;
  cursor: pointer;
  font-weight: 900;
  text-align: center;
}

.action-order {
  white-space: nowrap;
}

.icon-action {
  display: grid;
  width: 54px;
  min-width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 8px;
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(18, 24, 22, 0.14);
}

.icon-action svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.icon-whatsapp {
  background: #19c864;
}

.icon-messenger {
  background: #4169f2;
}

.btn-primary {
  background: linear-gradient(135deg, var(--brand), #0f6253);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(29, 122, 100, 0.22);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: var(--brand-strong);
}

.btn-secondary {
  background: #ffffff;
  color: var(--brand-strong);
  border: 1px solid var(--line);
}

.proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.decision-band {
  display: grid;
  gap: 1px;
  background: var(--line);
  border-block: 1px solid var(--line);
}

.decision-band div {
  padding: 18px clamp(16px, 5vw, 44px);
  background: var(--surface);
}

.decision-band strong {
  font-size: 16px;
}

.decision-band p {
  margin: 6px 0 0;
  color: var(--muted);
}

.section,
.order-section {
  padding: 54px clamp(16px, 5vw, 72px);
}

.section:nth-of-type(even) {
  background: #ffffff;
}

.section-head {
  max-width: 760px;
  margin-bottom: 24px;
}

.section-head h2 + p,
.section-head p:last-child {
  color: var(--muted);
}

.grid {
  display: grid;
  gap: 14px;
}

.info-card,
.review-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  padding: 20px;
}

.info-card p,
.review-card p {
  margin: 10px 0 0;
  color: var(--muted);
}

.card-index {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
}

.split {
  background: #ffffff;
}

.contrast-list {
  display: grid;
  gap: 12px;
}

.contrast-list div {
  border-left: 5px solid var(--brand);
  border-radius: 8px;
  background: var(--surface-soft);
  padding: 18px;
}

.contrast-list span {
  color: var(--brand-strong);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.contrast-list p {
  margin: 6px 0 0;
  font-size: 18px;
  font-weight: 800;
}

.gallery {
  display: grid;
  gap: 12px;
}

.gallery img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.video-placeholder {
  display: grid;
  min-height: 260px;
  place-items: center;
  align-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #17231f;
  color: #ffffff;
  padding: 24px;
  text-align: center;
}

.video-placeholder span {
  font-size: 24px;
  font-weight: 900;
}

.video-placeholder p {
  max-width: 520px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.video-placeholder.has-video {
  overflow: hidden;
  padding: 0;
  background: #05070a;
}

.video-placeholder video {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.product-showcase {
  background: #ffffff;
}

.product-showcase .section-head p:not(.eyebrow) {
  color: var(--muted);
}

.product-viewer {
  display: grid;
  gap: 12px;
}

.product-frame {
  position: relative;
  display: grid;
  min-height: 360px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(220, 228, 220, 0.96);
  border-radius: 8px;
  background:
    radial-gradient(circle at 76% 18%, rgba(217, 173, 63, 0.18), transparent 18%),
    radial-gradient(circle at 18% 84%, rgba(21, 116, 95, 0.14), transparent 22%),
    #f8faf5;
  box-shadow: 0 20px 52px rgba(31, 41, 38, 0.12);
}

.product-frame img {
  width: min(82%, 560px);
  max-height: 520px;
  cursor: zoom-in;
  object-fit: contain;
  transform: scale(1);
  transition: opacity 220ms ease, transform 260ms ease;
}

.product-frame.is-switching img {
  opacity: 0.3;
  transform: scale(0.985);
}

.product-nav,
.zoom-trigger,
.zoom-close {
  border: 0;
  cursor: pointer;
}

.product-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 999px;
  background: rgba(14, 17, 24, 0.84);
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  transform: translateY(-50%);
}

.product-prev {
  left: 12px;
}

.product-next {
  right: 12px;
}

.zoom-trigger {
  position: absolute;
  right: 12px;
  bottom: 12px;
  min-height: 40px;
  border-radius: 8px;
  background: #ffffff;
  color: var(--brand-strong);
  padding: 0 14px;
  box-shadow: 0 12px 26px rgba(31, 41, 38, 0.16);
  font-weight: 900;
}

.product-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.product-dots button {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: #b9c3bd;
  cursor: pointer;
  transition: width 180ms ease, background 180ms ease;
}

.product-dots button.is-active {
  width: 24px;
  background: var(--brand);
}

.product-thumbs {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 7px;
}

.product-thumbs button {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  cursor: pointer;
  padding: 3px;
}

.product-thumbs button.is-active {
  border-color: var(--brand);
  box-shadow: 0 10px 24px rgba(21, 116, 95, 0.18);
}

.product-thumbs img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 6px;
}

.size-price-board {
  display: grid;
  gap: 12px;
  margin-top: 16px;
  border: 1px solid rgba(21, 116, 95, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 252, 248, 0.98)),
    radial-gradient(circle at 92% 0%, rgba(217, 173, 63, 0.16), transparent 24%);
  box-shadow: 0 18px 44px rgba(31, 41, 38, 0.1);
  padding: 14px;
}

.size-price-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(220, 228, 220, 0.9);
  padding-bottom: 10px;
}

.size-price-head span {
  color: var(--brand-strong);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.size-price-head strong {
  color: var(--ink);
  font-size: clamp(18px, 3vw, 24px);
  line-height: 1.1;
}

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

.size-price-card {
  position: relative;
  display: grid;
  gap: 7px;
  min-height: 112px;
  border: 1px solid rgba(220, 228, 220, 0.95);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  cursor: pointer;
  padding: 13px;
  text-align: left;
  box-shadow: 0 12px 28px rgba(31, 41, 38, 0.08);
}

.size-price-card.is-active {
  border-color: rgba(21, 116, 95, 0.42);
  background: #f7fcf8;
  box-shadow: 0 16px 34px rgba(21, 116, 95, 0.14);
}

.size-price-card span {
  color: var(--brand-strong);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.size-price-card strong {
  font-size: clamp(22px, 4vw, 30px);
  line-height: 1;
}

.size-price-card em {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  font-style: normal;
}

.size-price-card del {
  color: #6c756f;
  font-size: 14px;
  font-weight: 800;
}

.size-price-card b {
  color: var(--brand-strong);
  font-size: 22px;
}

.size-price-card small {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 1px solid rgba(217, 173, 63, 0.35);
  border-radius: 999px;
  background: #fff3c9;
  color: #8b650d;
  padding: 4px 7px;
  font-size: 11px;
  font-weight: 900;
}

.product-video {
  background: #f8faf5;
}

.product-video-box {
  min-height: 320px;
  background:
    linear-gradient(135deg, rgba(14, 17, 24, 0.86), rgba(14, 17, 24, 0.96)),
    radial-gradient(circle at 70% 22%, rgba(217, 173, 63, 0.35), transparent 22%);
}

.zoom-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  background: rgba(8, 10, 13, 0.88);
  padding: 22px;
}

.zoom-modal.is-open {
  display: grid;
}

.zoom-modal img {
  max-width: min(980px, 96vw);
  max-height: 88vh;
  border-radius: 8px;
  background: #ffffff;
  object-fit: contain;
}

.zoom-close {
  position: fixed;
  top: 16px;
  right: 16px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 999px;
  background: #ffffff;
  color: var(--ink);
  font-size: 28px;
  line-height: 1;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
}

.stars {
  color: var(--gold);
  font-size: 17px;
}

.review-system {
  display: grid;
  gap: 18px;
}

.review-form,
.review-feed {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 16px 38px rgba(31, 41, 38, 0.08);
  padding: 16px;
}

.review-form {
  display: grid;
  gap: 14px;
}

.review-upload {
  border: 1px dashed rgba(21, 116, 95, 0.28);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(247, 250, 246, 0.96), rgba(255, 255, 255, 0.98));
  padding: 12px;
}

.review-upload input {
  margin-top: 8px;
}

.review-upload em {
  display: block;
  margin-top: 8px;
  color: #33413c;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.review-feed-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
}

.review-feed-head strong {
  font-size: 18px;
}

.review-feed-head span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.review-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  border: 1px solid rgba(215, 172, 61, 0.32);
  border-radius: 8px;
  background: #fffaf0;
  padding: 10px 12px;
}

.review-summary span {
  color: var(--gold);
  font-size: 15px;
  letter-spacing: 0;
}

.review-summary strong {
  color: #0b1210;
  font-size: 13px;
  font-weight: 900;
  text-align: right;
}

.review-list {
  display: grid;
  gap: 12px;
  padding-top: 12px;
}

.real-review {
  display: grid;
  gap: 7px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
}

.real-review:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.real-review-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.real-review strong {
  font-size: 16px;
}

.real-review time {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.review-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.review-badges span {
  border: 1px solid rgba(21, 116, 95, 0.18);
  border-radius: 999px;
  background: #f3fbf6;
  color: var(--brand-strong);
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 900;
}

.review-photo {
  width: min(210px, 100%);
  aspect-ratio: 4 / 3;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbf8;
  object-fit: cover;
}

.review-feed-actions {
  padding-top: 4px;
}

.review-toggle-button {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(21, 116, 95, 0.24);
  border-radius: 8px;
  background: linear-gradient(135deg, #f8fbf8, #ffffff);
  color: var(--brand-strong);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(16, 24, 21, 0.06);
}

.review-toggle-button:hover,
.review-toggle-button:focus-visible {
  border-color: rgba(21, 116, 95, 0.42);
  background: #eefaf3;
}

.real-review p,
.empty-reviews {
  margin: 0;
  color: var(--muted);
}

.trust-section {
  display: grid;
  gap: 1px;
  padding-block: 0;
  background: var(--line);
}

.trust-item {
  padding: 22px clamp(16px, 5vw, 44px);
  background: var(--ink);
  color: #ffffff;
}

.trust-item span {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.74);
}

.compare-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.compare-row {
  display: grid;
  grid-template-columns: 0.85fr 1fr 1fr;
  gap: 8px;
  border-top: 1px solid var(--line);
  padding: 14px;
  color: var(--muted);
  font-size: 14px;
}

.compare-row:first-child {
  border-top: 0;
}

.compare-row span:first-child,
.compare-head span {
  color: var(--ink);
  font-weight: 900;
}

.order-section {
  display: grid;
  gap: 22px;
  background:
    radial-gradient(circle at 16% 10%, rgba(217, 173, 63, 0.11), transparent 24%),
    radial-gradient(circle at 88% 28%, rgba(21, 116, 95, 0.1), transparent 28%),
    #ffffff;
}

.order-summary > p:not(.eyebrow) {
  color: var(--muted);
}

.premium-order-summary {
  align-self: start;
}

.checkout-product-card {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 16px 38px rgba(31, 41, 38, 0.08);
  padding: 12px;
}

.checkout-product-card img {
  width: 82px;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  background: var(--surface-soft);
  object-fit: contain;
}

.checkout-product-card span,
.delivery-note span {
  color: var(--brand-strong);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.checkout-product-card strong {
  display: block;
  margin-top: 4px;
  font-size: 18px;
  line-height: 1.18;
}

.checkout-product-card p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.delivery-note {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0;
}

.delivery-note span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(21, 116, 95, 0.18);
  border-radius: 8px;
  background: #f8fbf8;
  padding: 7px 10px;
  text-transform: none;
}

.price-panel {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.price-panel div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  background: var(--surface-soft);
}

.price-panel span {
  color: var(--muted);
}

.price-panel strong {
  text-align: right;
}

.price-panel .total-row {
  background: var(--ink);
  color: #ffffff;
}

.price-panel .total-row span {
  color: rgba(255, 255, 255, 0.76);
}

.order-form {
  display: grid;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(245, 247, 242, 0.88);
  box-shadow: 0 20px 52px rgba(31, 41, 38, 0.11);
  padding: clamp(14px, 4vw, 22px);
}

.order-block {
  display: grid;
  gap: 10px;
}

.field-title {
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.option-grid,
.color-options,
.delivery-options {
  display: grid;
  gap: 10px;
}

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

.color-options {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.delivery-options {
  grid-template-columns: 1fr;
}

.option-chip,
.color-chip,
.delivery-card {
  display: grid;
  cursor: pointer;
}

.option-chip input,
.color-chip input,
.delivery-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.option-chip span,
.color-chip,
.delivery-card > span {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #cfdacf;
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  padding: 10px;
  font-weight: 900;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background 160ms ease;
}

.size-option-chip span {
  min-height: 64px;
  flex-direction: column;
  align-items: flex-start;
}

.size-option-chip strong {
  color: var(--ink);
  font-size: 16px;
  line-height: 1;
}

.size-option-chip em {
  color: var(--brand-strong);
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
}

.color-chip {
  position: relative;
}

.color-chip em {
  font-style: normal;
  font-size: 13px;
}

.swatch {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.16);
}

.swatch-black { background: #151815; }
.swatch-green { background: var(--brand); }
.swatch-white { background: #ffffff; }

.delivery-card > span {
  justify-content: space-between;
  text-align: left;
}

.delivery-card strong,
.delivery-card em {
  display: block;
  font-style: normal;
}

.delivery-card em {
  color: var(--brand-strong);
}

.option-chip input:checked + span,
.color-chip:has(input:checked),
.delivery-card input:checked + span {
  border-color: var(--brand);
  background: #f7fcf8;
  box-shadow: 0 10px 24px rgba(21, 116, 95, 0.13);
}

.quantity-block {
  max-width: 260px;
}

.quantity-stepper {
  display: grid;
  grid-template-columns: 52px minmax(80px, 1fr) 52px;
  overflow: hidden;
  border: 1px solid #cfdacf;
  border-radius: 8px;
  background: #ffffff;
}

.quantity-stepper button {
  border: 0;
  background: #ffffff;
  color: var(--brand-strong);
  cursor: pointer;
  font-size: 22px;
  font-weight: 900;
}

.quantity-stepper input {
  min-height: 50px;
  border: 0;
  border-inline: 1px solid var(--line);
  border-radius: 0;
  text-align: center;
  font-weight: 900;
}

.customer-fields {
  display: grid;
  gap: 14px;
}

.checkout-total-card {
  overflow: hidden;
  border: 1px solid rgba(21, 116, 95, 0.2);
  border-radius: 8px;
  background: #ffffff;
}

.checkout-total-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.checkout-total-meta span,
.checkout-total-final {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.checkout-total-meta span {
  min-width: 0;
  background: #f8fbf8;
  padding: 10px;
}

.checkout-total-meta em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.checkout-total-meta strong {
  white-space: nowrap;
  font-size: 13px;
}

.checkout-total-final {
  background: linear-gradient(135deg, var(--brand-strong), var(--brand));
  color: #ffffff;
  padding: 13px 14px;
}

.checkout-total-final span {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 900;
}

.checkout-total-final strong {
  font-size: 24px;
  line-height: 1;
}

.checkout-action-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(21, 116, 95, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 36px rgba(19, 33, 29, 0.12);
  padding: 10px;
}

.checkout-action-row .btn {
  width: 100%;
  min-height: 56px;
}

label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 800;
}

label span {
  font-size: 14px;
}

input,
select,
textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid #cfdacf;
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  padding: 12px;
  outline: 0;
}

textarea {
  min-height: 92px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(29, 122, 100, 0.12);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: 12px;
}

.form-message {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.form-message.is-error {
  color: var(--danger);
}

.form-message.is-success {
  color: var(--success);
}

.faq details {
  border-top: 1px solid var(--line);
  padding: 16px 0;
}

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

.faq summary {
  cursor: pointer;
  font-weight: 900;
}

.faq p {
  color: var(--muted);
}

.site-footer {
  display: grid;
  gap: 26px;
  padding: 56px clamp(18px, 5vw, 72px) 112px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0)),
    var(--footer);
  color: #ffffff;
}

.footer-grid {
  display: grid;
  gap: 28px;
}

.footer-brand,
.footer-contact,
.footer-social {
  display: grid;
  align-content: start;
  gap: 12px;
}

.footer-brand strong,
.footer-contact > strong,
.footer-social > strong {
  font-size: 16px;
  font-weight: 900;
}

.footer-mark {
  width: 42px;
  height: 42px;
  background: #05070a;
  border: 1px solid var(--footer-line);
}

.footer-brand p {
  max-width: 290px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
}

.footer-contact {
  font-style: normal;
}

.footer-contact p {
  display: grid;
  gap: 4px;
  margin: 0;
}

.footer-contact span {
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  font-weight: 800;
}

.footer-contact button {
  width: fit-content;
  max-width: 100%;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  padding: 0;
  cursor: copy;
  text-align: left;
  overflow-wrap: anywhere;
}

.footer-contact button:hover,
.footer-contact button:focus-visible,
.footer-social a:hover,
.footer-social a:focus-visible {
  color: #ffffff;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.footer-social span {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: var(--gold);
  font-size: 14px;
  font-weight: 900;
}

.footer-bottom {
  display: grid;
  gap: 18px;
  border-top: 1px solid var(--footer-line);
  padding-top: 24px;
  text-align: center;
}

.footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.footer-bottom p,
.footer-bottom a {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
}

.sticky-cta {
  position: fixed;
  display: grid !important;
  right: auto;
  bottom: 12px;
  left: 50%;
  z-index: 60;
  width: min(330px, calc(100vw - 28px));
  grid-template-columns: minmax(0, 1fr) 46px 46px;
  align-items: center;
  gap: 8px;
  padding: 7px;
  border: 1px solid rgba(21, 116, 95, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 42px rgba(19, 33, 29, 0.18);
  backdrop-filter: blur(18px);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 18px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.sticky-cta .btn,
.sticky-cta .icon-action {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  min-height: 46px;
}

.sticky-cta .btn {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  padding: 0 12px;
  font-size: 14px;
}

.sticky-cta .icon-action {
  width: 46px;
  min-width: 46px;
  height: 46px;
  box-shadow: 0 10px 20px rgba(18, 24, 22, 0.13);
}

.sticky-cta .icon-action svg {
  width: 22px;
  height: 22px;
}

.icon-label {
  display: none;
}

.mobile-cta-rail {
  display: none;
}

body.show-sticky-cta .sticky-cta {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

body.is-scrolled .site-header {
  box-shadow: 0 16px 34px rgba(31, 41, 38, 0.11);
}

.cod-ribbon::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), #ffffff, var(--brand));
  content: "";
  transform: scaleX(var(--scroll-progress, 0));
  transform-origin: left;
}

.hero {
  min-height: auto;
  display: block;
  padding: 0;
  background: #eef4ea;
}

.hero-slider {
  position: relative;
  min-height: clamp(430px, 78svh, 720px);
  overflow: hidden;
  isolation: isolate;
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: end;
  padding: 76px clamp(16px, 5vw, 72px) 172px;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.015);
  transition: opacity 620ms ease, transform 900ms ease;
}

.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.slide-visual {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-repeat: no-repeat;
  opacity: 0.98;
}

.slide-product {
  background-image: url("../images/products/lamda-product-placeholder.svg");
  background-position: 62% 35%;
  background-size: min(82vw, 690px);
}

.slide-energy,
.slide-trust,
.slide-category,
.slide-delivery,
.slide-offer {
  background:
    radial-gradient(circle at 72% 25%, rgba(217, 173, 63, 0.24), transparent 16%),
    radial-gradient(circle at 64% 62%, rgba(21, 116, 95, 0.24), transparent 20%),
    url("../images/products/lamda-product-placeholder.svg");
  background-repeat: no-repeat;
  background-position: center, center, 78% 45%;
  background-size: auto, auto, min(56vw, 560px);
}

.slide-trust {
  filter: saturate(0.92);
}

.slide-category {
  background-position: 24% 22%, 70% 62%, 80% 46%;
}

.slide-delivery {
  background-position: 70% 18%, 68% 72%, 78% 46%;
}

.slide-offer {
  background-position: 78% 24%, 66% 70%, 78% 46%;
}

.slide-visual.has-cover-image {
  opacity: 1;
  background-position: center;
  background-size: cover;
}

.hero-slide.has-cover-slide {
  align-items: stretch;
  padding: 0;
}

.hero-slide.has-cover-slide .hero-overlay,
.hero-slide.has-cover-slide .hero-content {
  display: none;
}

.hero-slide .hero-content {
  width: min(700px, 100%);
  padding-bottom: 0;
}

.hero-control-panel {
  position: relative;
  z-index: 3;
  width: min(560px, calc(100% - 24px));
  margin: 12px auto 18px;
  border: 1px solid rgba(220, 228, 220, 0.95);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 58px rgba(31, 41, 38, 0.16);
  backdrop-filter: blur(16px);
  padding: 10px;
}

.hero.has-campaign-covers .hero-control-panel {
  display: none;
}

.hero.has-campaign-covers .hero-slider {
  min-height: clamp(430px, 78svh, 760px);
  background: #f5f7f2;
}

.hero-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 2px 0 10px;
}

.hero-dots button {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: #b9c3bd;
  cursor: pointer;
  transition: width 220ms ease, background 220ms ease;
}

.hero-dots button.is-active {
  width: 24px;
  background: var(--brand);
}

.hero-control-panel .hero-price {
  margin-top: 0;
}

.hero-control-panel .proof-strip {
  margin-top: 10px;
}

.category-discovery {
  background: #ffffff;
}

.category-browser {
  display: grid;
  gap: 18px;
}

.category-select-view[hidden],
.category-products-view[hidden] {
  display: none;
}

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

.category-card {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-height: 190px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  padding: 8px;
  text-align: center;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.category-trigger {
  display: grid;
  width: 100%;
  justify-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
  text-align: inherit;
}

.category-card:hover,
.category-card:focus-visible,
.category-card.is-active {
  border-color: rgba(21, 116, 95, 0.22);
  background: #fbfdf9;
  box-shadow: 0 16px 36px rgba(31, 41, 38, 0.09);
  transform: translateY(-2px);
}

.category-card.is-active {
  border-color: rgba(21, 116, 95, 0.22);
  background: #fbfdf9;
}

.category-grid.is-focused {
  grid-template-columns: 1fr;
}

.category-grid.is-focused .category-card:not(.is-active) {
  display: none;
}

.category-card.is-active .category-trigger {
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
}

.category-card.is-active .category-trigger em {
  grid-column: auto;
}

.category-card.is-active .category-collage {
  grid-row: auto;
  width: clamp(118px, 30vw, 154px);
}

.category-inline-products {
  display: grid;
  width: 100%;
  gap: 14px;
  border-top: 1px solid var(--line);
  margin-top: 12px;
  padding-top: 14px;
}

.category-inline-products[hidden] {
  display: none;
}

.category-focus-toolbar {
  display: flex;
  justify-content: flex-start;
}

.category-back-button {
  min-height: 42px;
  border: 1px solid rgba(21, 116, 95, 0.18);
  border-radius: 8px;
  background: #ffffff;
  color: var(--brand-strong);
  cursor: pointer;
  font-weight: 900;
  padding: 0 14px;
}

.category-products-view {
  display: grid;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 248, 0.96)),
    #ffffff;
  box-shadow: 0 18px 44px rgba(31, 41, 38, 0.08);
  padding: clamp(14px, 3vw, 22px);
}

.category-products-top {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px;
}

.category-products-top div {
  display: grid;
  gap: 2px;
}

.category-products-top span {
  color: var(--brand-strong);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.category-products-top strong {
  color: #0b1210;
  font-size: clamp(22px, 4vw, 34px);
  font-weight: 900;
  line-height: 1.1;
}

body.product-detail-page .category-discovery {
  display: none;
}

.category-card strong {
  font-size: 15px;
  line-height: 1.18;
}

.category-card em {
  color: var(--muted);
  font-style: normal;
  font-size: 13px;
}

.category-product-panel {
  display: grid;
  gap: 14px;
  grid-column: 1 / -1;
  margin-top: 4px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--brand);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 248, 0.92)),
    #ffffff;
  box-shadow: 0 18px 44px rgba(31, 41, 38, 0.08);
  padding: clamp(14px, 3vw, 20px);
}

.category-product-panel[hidden] {
  display: none;
}

.category-product-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
}

.category-product-head span {
  color: var(--brand-strong);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.category-product-head strong {
  color: var(--ink);
  font-size: clamp(18px, 4vw, 28px);
  font-weight: 900;
  line-height: 1.12;
}

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

.catalog-product-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(31, 41, 38, 0.07);
}

.catalog-product-image {
  display: grid;
  min-height: 150px;
  place-items: center;
  background:
    radial-gradient(circle at 70% 20%, rgba(217, 173, 63, 0.16), transparent 20%),
    #f4f7f2;
}

.catalog-product-image img {
  width: 100%;
  max-height: 180px;
  object-fit: contain;
  padding: 12px;
}

.catalog-product-body {
  display: grid;
  gap: 8px;
  padding: 12px;
}

.catalog-product-body strong {
  color: #0b1210;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
}

.catalog-product-body > span {
  color: var(--brand-strong);
  font-size: 18px;
  font-weight: 900;
}

.catalog-product-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.catalog-product-badges em {
  border: 1px solid rgba(21, 116, 95, 0.12);
  border-radius: 999px;
  background: #f8fbf8;
  color: #283531;
  padding: 4px 8px;
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
}

.catalog-product-action {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--brand), var(--brand-strong));
  color: #ffffff;
  font-weight: 900;
}

.category-empty {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.category-collage {
  position: relative;
  display: grid;
  width: clamp(118px, 30vw, 154px);
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  overflow: hidden;
  border: 4px solid #ffffff;
  box-shadow: 0 18px 38px rgba(31, 41, 38, 0.14);
  background:
    linear-gradient(90deg, transparent calc(50% - 1px), rgba(255,255,255,.9) 0 calc(50% + 1px), transparent 0),
    linear-gradient(0deg, transparent calc(50% - 1px), rgba(255,255,255,.9) 0 calc(50% + 1px), transparent 0),
    var(--collage);
  background-size: auto, auto, cover;
}

.collage-supplements { --collage: linear-gradient(135deg, #f2f6ed, #bedfcf 38%, #15745f 39%, #f8efe1 66%, #d9ad3f); }
.collage-gear { --collage: linear-gradient(135deg, #202a27, #5d746f 32%, #e8ece4 33%, #d9ad3f 66%, #ffffff); }
.collage-fatloss { --collage: linear-gradient(135deg, #f8f4ea, #e7b2a0 34%, #15745f 35%, #cfe8d9 66%, #fafafa); }
.collage-men { --collage: linear-gradient(135deg, #0e1118, #2d5f56 36%, #d9ad3f 37%, #f5f7f2 68%, #81908a); }
.collage-women { --collage: linear-gradient(135deg, #fff4ef, #e8c2c2 34%, #ffffff 35%, #9bc7b5 66%, #15745f); }
.collage-skincare { --collage: linear-gradient(135deg, #f7f1df, #ffffff 34%, #d9ad3f 35%, #e8f3ed 66%, #5aa58e); }
.collage-global { --collage: linear-gradient(135deg, #eef2ff, #ffffff 32%, #0e1118 33%, #15745f 66%, #d9ad3f); }

.global-card {
  opacity: 0.86;
}

.reveal-on-scroll {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 680ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

body.js-enabled .reveal-on-scroll {
  opacity: 0;
  transform: translateY(25px);
}

body.js-enabled .reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.js-enabled .product-showcase .section-head,
body.js-enabled .video-shell .section-head,
body.js-enabled .order-section .order-copy {
  opacity: 0;
  transform: translateX(24px);
  transition: opacity 680ms cubic-bezier(0.16, 1, 0.3, 1), transform 820ms cubic-bezier(0.16, 1, 0.3, 1);
}

body.js-enabled .product-showcase .product-viewer,
body.js-enabled .video-shell .video-placeholder,
body.js-enabled .order-section .order-form {
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 680ms cubic-bezier(0.16, 1, 0.3, 1), transform 820ms cubic-bezier(0.16, 1, 0.3, 1);
}

body.js-enabled .product-showcase.is-visible .section-head,
body.js-enabled .video-shell.is-visible .section-head,
body.js-enabled .order-section.is-visible .order-copy,
body.js-enabled .product-showcase.is-visible .product-viewer,
body.js-enabled .video-shell.is-visible .video-placeholder,
body.js-enabled .order-section.is-visible .order-form {
  opacity: 1;
  transform: translateX(0);
}

body.js-enabled .product-showcase.is-visible .product-viewer,
body.js-enabled .video-shell.is-visible .video-placeholder,
body.js-enabled .order-section.is-visible .order-form {
  transition-delay: 90ms;
}

@media (max-width: 640px) {
  body.js-enabled .product-showcase .section-head,
  body.js-enabled .video-shell .section-head,
  body.js-enabled .order-section .order-copy,
  body.js-enabled .product-showcase .product-viewer,
  body.js-enabled .video-shell .video-placeholder,
  body.js-enabled .order-section .order-form {
    transform: translateY(22px);
  }

  body.js-enabled .product-showcase.is-visible .section-head,
  body.js-enabled .video-shell.is-visible .section-head,
  body.js-enabled .order-section.is-visible .order-copy,
  body.js-enabled .product-showcase.is-visible .product-viewer,
  body.js-enabled .video-shell.is-visible .video-placeholder,
  body.js-enabled .order-section.is-visible .order-form {
    transform: translateY(0);
  }
}

.btn,
.icon-action,
.category-card,
.lang-toggle,
.menu-toggle {
  transition: transform 160ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.btn:active,
.icon-action:active,
.category-card:active,
.lang-toggle:active,
.menu-toggle:active {
  transform: translateY(1px) scale(0.99);
}

@media (max-width: 420px) {
  .cod-ribbon {
    gap: 5px;
    flex-wrap: wrap;
    line-height: 1.15;
  }

  .hero {
    min-height: auto;
    padding: 0;
  }

  .hero-slider {
    min-height: 520px;
  }

  .hero-slide {
    padding: 150px 20px 178px;
  }

  .slide-product,
  .slide-energy,
  .slide-trust,
  .slide-category,
  .slide-delivery,
  .slide-offer {
    background-position: 56% 12%;
    background-size: 112vw;
    opacity: 0.68;
  }

  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(245, 247, 242, 1) 0%, rgba(245, 247, 242, 0.88) 52%, rgba(245, 247, 242, 0.42) 100%);
  }

  .hero-slide .hero-content {
    padding-top: 0;
  }

  .hero-cta {
    grid-template-columns: minmax(0, 1fr) 52px 52px;
  }

  .icon-action {
    width: 52px;
    min-width: 52px;
    height: 52px;
  }

  .sticky-cta {
    right: max(10px, env(safe-area-inset-right)) !important;
    bottom: max(14px, env(safe-area-inset-bottom));
    left: auto !important;
    width: 50px !important;
    grid-template-columns: 1fr !important;
    grid-auto-rows: 44px;
    gap: 6px;
    padding: 6px;
    border-radius: 12px;
    transform: translateX(18px) !important;
  }

  .sticky-cta .btn {
    width: 38px !important;
    min-width: 38px !important;
    min-height: 44px;
    padding: 0;
    font-size: 0;
  }

  .sticky-cta .btn::after {
    content: "Order";
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
  }

  .sticky-cta .icon-action {
    width: 38px !important;
    min-width: 38px !important;
    height: 44px;
    min-height: 44px;
    display: flex !important;
    flex-direction: column;
    gap: 1px;
    border-radius: 9px;
  }

  .sticky-cta .icon-action svg {
    width: 18px;
    height: 18px;
  }

  .sticky-cta .icon-label {
    display: block;
    font-size: 8px;
    font-weight: 900;
    line-height: 1;
  }

  body.show-sticky-cta .sticky-cta {
    transform: translateX(0) !important;
  }

  .checkout-action-row {
    gap: 8px;
    padding: 8px;
  }

  .checkout-action-row .btn {
    min-height: 52px;
    padding-inline: 10px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .checkout-product-card {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .checkout-product-card img {
    width: 72px;
  }

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

  .color-options {
    grid-template-columns: 1fr;
  }

  .quantity-block {
    max-width: none;
  }

  .checkout-total-meta {
    grid-template-columns: 1fr;
  }

  .compare-row {
    grid-template-columns: 1fr;
  }

  .product-frame {
    min-height: 320px;
  }

  .product-frame img {
    width: 86%;
  }

  .product-nav {
    width: 38px;
    height: 38px;
  }

  .product-prev {
    left: 8px;
  }

  .product-next {
    right: 8px;
  }

  .product-thumbs {
    gap: 5px;
  }

  .size-price-board {
    padding: 12px;
  }

  .size-price-head {
    display: grid;
  }

  .size-price-card {
    min-height: 104px;
    padding: 12px;
  }

  .size-price-card strong {
    font-size: 22px;
  }

  .size-price-card b {
    font-size: 19px;
  }

  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 8px;
  }

  .category-card {
    min-height: 172px;
  }

  .category-product-head {
    align-items: start;
    flex-direction: column;
  }

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

}

@media (max-width: 640px) {
  .category-products-top {
    grid-template-columns: 1fr;
  }

  .category-back-button {
    width: max-content;
  }

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

@media (min-width: 720px) {
  .decision-band,
  .grid.three,
  .gallery,
  .trust-section {
    grid-template-columns: repeat(3, 1fr);
  }

  .order-section {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: start;
  }

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

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

  .customer-fields .full-field {
    grid-column: 1 / -1;
  }

  .review-system {
    grid-template-columns: 0.8fr 1.2fr;
    align-items: start;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr 0.8fr;
  }

  .sticky-cta {
    right: auto;
    bottom: 24px;
    left: 50%;
    width: min(360px, calc(100vw - 48px));
  }

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

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

}

@media (min-width: 980px) {
  .hero {
    min-height: auto;
  }

  .slide-product {
    background-position: 84% 48%;
    background-size: min(48vw, 650px);
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(245, 247, 242, 1) 0%, rgba(245, 247, 242, 0.94) 48%, rgba(245, 247, 242, 0.34) 76%, rgba(245, 247, 242, 0.18) 100%);
  }

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

@media (max-width: 640px) {
  .sticky-cta {
    display: none !important;
  }

  .mobile-cta-rail {
    position: fixed !important;
    right: 10px !important;
    bottom: 88px !important;
    z-index: 9999 !important;
    display: grid !important;
    width: 52px !important;
    grid-template-columns: 1fr !important;
    gap: 7px !important;
    padding: 6px !important;
    border: 1px solid rgba(21, 116, 95, 0.18) !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.97) !important;
    box-shadow: 0 18px 44px rgba(19, 33, 29, 0.2) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  .mobile-rail-btn {
    display: flex !important;
    width: 38px !important;
    height: 44px !important;
    min-width: 38px !important;
    min-height: 44px !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 2px !important;
    border-radius: 9px !important;
    color: #ffffff !important;
    font-size: 8px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    box-shadow: 0 10px 20px rgba(18, 24, 22, 0.13) !important;
  }

  .mobile-rail-btn svg {
    display: block !important;
    width: 18px !important;
    height: 18px !important;
    fill: currentColor !important;
  }

  .mobile-rail-order {
    background: linear-gradient(135deg, var(--brand), #0f6253) !important;
  }

  .mobile-rail-whatsapp {
    background: #19c864 !important;
  }

  .mobile-rail-messenger {
    background: #4169f2 !important;
  }
}

@media (max-width: 640px) {
  .sticky-cta {
    position: fixed !important;
    right: max(10px, env(safe-area-inset-right)) !important;
    bottom: max(14px, env(safe-area-inset-bottom)) !important;
    left: auto !important;
    display: grid !important;
    width: 50px !important;
    grid-template-columns: 1fr !important;
    grid-auto-rows: 44px !important;
    gap: 6px !important;
    padding: 6px !important;
    border-radius: 12px !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateX(0) !important;
  }

  body.hide-sticky-cta .sticky-cta {
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateX(18px) !important;
  }

  .sticky-cta .btn,
  .sticky-cta .icon-action {
    display: flex !important;
    width: 38px !important;
    min-width: 38px !important;
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 !important;
    border-radius: 9px !important;
  }

  .sticky-cta .btn {
    font-size: 0 !important;
  }

  .sticky-cta .btn::after {
    content: "Order";
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
  }

  .sticky-cta .icon-action {
    flex-direction: column;
    gap: 1px;
  }

  .sticky-cta .icon-action svg {
    width: 18px !important;
    height: 18px !important;
  }

  .sticky-cta .icon-label {
    display: block !important;
    font-size: 8px;
    font-weight: 900;
    line-height: 1;
  }
}

/* Final CTA dock: one horizontal bar for mobile and desktop. */
.mobile-cta-rail {
  display: none !important;
}

.sticky-cta {
  position: fixed !important;
  right: auto !important;
  bottom: 12px !important;
  left: 50% !important;
  z-index: 9999 !important;
  display: grid !important;
  width: min(304px, calc(100vw - 24px)) !important;
  grid-template-columns: minmax(0, 184px) 46px 46px !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 6px !important;
  border: 1px solid rgba(21, 116, 95, 0.16) !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.97) !important;
  box-shadow: 0 14px 34px rgba(19, 33, 29, 0.16) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translate(-50%, 16px) !important;
  transition: opacity 180ms ease, transform 180ms ease !important;
}

body.show-sticky-cta .sticky-cta {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translate(-50%, 0) !important;
}

body.hide-sticky-cta .sticky-cta {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translate(-50%, 16px) !important;
}

.sticky-cta .btn {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 184px !important;
  min-height: 46px !important;
  padding: 0 12px !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  white-space: nowrap !important;
}

.sticky-cta .btn::after {
  content: none !important;
}

.sticky-cta .icon-action {
  display: grid !important;
  width: 46px !important;
  min-width: 46px !important;
  height: 46px !important;
  min-height: 46px !important;
  place-items: center !important;
  border-radius: 8px !important;
  padding: 0 !important;
  box-shadow: 0 10px 20px rgba(18, 24, 22, 0.12) !important;
}

.sticky-cta .icon-action svg {
  width: 22px !important;
  height: 22px !important;
}

.sticky-cta .icon-label {
  display: none !important;
}

@media (max-width: 420px) {
  .sticky-cta {
    right: auto !important;
    bottom: 10px !important;
    left: 18px !important;
    width: min(286px, calc(100vw - 20px)) !important;
    grid-template-columns: minmax(0, 174px) 44px 44px !important;
    justify-content: start !important;
    gap: 6px !important;
    padding: 6px !important;
    transform: translateY(16px) !important;
  }

  body.show-sticky-cta .sticky-cta {
    transform: translateY(0) !important;
  }

  body.hide-sticky-cta .sticky-cta {
    transform: translateY(16px) !important;
  }

  .sticky-cta .btn {
    max-width: 174px !important;
    min-height: 44px !important;
    font-size: 13px !important;
  }

  .sticky-cta .icon-action {
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
  }
}

/* Final readability polish: stronger ink without changing the layout. */
h1,
h2,
h3,
.section-head h2,
.hero-slide h1,
.hero-slide h2,
.order-summary h2,
.faq summary,
.review-feed-head strong,
.checkout-product-card strong,
.category-card strong,
.field-title {
  color: #0b1210;
  font-weight: 900;
}

.hero-copy,
.section-head p:not(.eyebrow),
.product-showcase .section-head p:not(.eyebrow),
.order-summary > p:not(.eyebrow),
.checkout-product-card p,
.review-card p,
.real-review p,
.empty-reviews,
.faq p,
.price-panel span,
.checkout-total-meta em {
  color: #283531;
  font-weight: 650;
}

.eyebrow,
.checkout-product-card span,
.delivery-note span,
.proof-strip span,
.hero-benefits span,
.option-chip span,
.color-chip,
.delivery-card > span {
  color: #063f38;
  font-weight: 900;
}

label,
label span,
input,
select,
textarea,
.form-message {
  color: #101815;
  font-weight: 800;
}

input::placeholder,
textarea::placeholder {
  color: #65726c;
  font-weight: 650;
  opacity: 1;
}

.old-price,
.category-card em,
.review-feed-head span,
.real-review time {
  color: #51605a;
  font-weight: 850;
}

.video-placeholder,
.trust-item,
.price-panel .total-row,
.checkout-total-final,
.site-footer {
  color: #ffffff;
}

.video-placeholder p,
.trust-item span,
.price-panel .total-row span,
.checkout-total-final span,
.site-footer p,
.site-footer a {
  color: rgba(255, 255, 255, 0.78);
}

.site-footer strong,
.site-footer .footer-brand strong,
.site-footer .footer-contact > strong,
.site-footer .footer-social > strong {
  color: #ffffff;
}

/* Compact catalog shelf: Daraz-style product discovery without page clutter. */
.menu-category-list {
  display: grid;
  border-top: 1px solid var(--line);
  background: #fbfdf9;
}

.menu-category-button {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
  min-height: 50px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: #0b1210;
  cursor: pointer;
  padding: 11px 16px;
  text-align: left;
  font-size: 13px;
  font-weight: 900;
}

.menu-category-button:hover,
.menu-category-button:focus-visible,
.menu-category-button.is-active,
.header-menu a.is-active {
  background: #f1f8f4;
  color: var(--brand-strong);
}

.menu-category-button span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(21, 116, 95, 0.12), rgba(217, 173, 63, 0.18));
  color: var(--brand-strong);
  font-size: 13px;
  font-weight: 900;
}

.menu-category-button strong {
  overflow: hidden;
  color: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.menu-category-button em {
  color: #68756f;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.search-toggle {
  display: grid;
  width: 44px;
  min-height: 38px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--brand-strong);
  cursor: pointer;
}

.search-toggle svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.search-toggle:hover,
.search-toggle:focus-visible,
.search-toggle.is-active {
  border-color: rgba(21, 116, 95, 0.4);
  background: #f7fbf7;
}

.search-panel {
  position: absolute;
  top: calc(100% + 8px);
  right: clamp(16px, 4vw, 48px);
  z-index: 82;
  display: none;
  width: min(360px, calc(100vw - 32px));
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow);
  padding: 10px;
}

.search-panel.is-open {
  display: grid;
}

.search-panel input {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 12px;
  font-weight: 850;
}

.search-panel button,
.menu-tool-row {
  min-height: 42px;
  border: 1px solid rgba(21, 116, 95, 0.16);
  border-radius: 8px;
  background: #f8fbf8;
  color: var(--brand-strong);
  padding: 0 12px;
  font-weight: 900;
}

.menu-tool-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 10px;
}

.menu-tool-row span {
  color: #283531;
  font-size: 13px;
  font-weight: 900;
}

.menu-lang-toggle {
  min-width: 48px;
  min-height: 34px;
}

.catalog-note {
  max-width: 680px;
  margin: 10px 0 0;
  color: #283531;
  font-weight: 750;
}

.catalog-board {
  display: grid;
  gap: 12px;
  overflow: hidden;
  border: 1px solid rgba(21, 116, 95, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 95% 8%, rgba(217, 173, 63, 0.12), transparent 22%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 247, 0.96));
  box-shadow: 0 20px 48px rgba(31, 41, 38, 0.09);
  padding: clamp(12px, 3vw, 18px);
}

.catalog-board-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
}

.catalog-board-top div {
  display: grid;
  gap: 3px;
}

.catalog-board-top span {
  color: var(--brand-strong);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.catalog-board-top strong {
  color: #0b1210;
  font-size: clamp(20px, 4.4vw, 32px);
  font-weight: 900;
  line-height: 1.08;
}

.catalog-rail-window {
  overflow: hidden;
  margin-inline: -2px;
  padding: 2px;
}

.category-product-grid.catalog-rail {
  display: grid;
  width: max-content;
  grid-auto-flow: column;
  grid-auto-columns: 204px;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 10px;
  will-change: transform;
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.catalog-product-card {
  position: relative;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  align-items: center;
  min-height: 98px;
  overflow: hidden;
  border: 1px solid rgba(220, 228, 220, 0.96);
  border-radius: 8px;
  background: #ffffff;
  color: #0b1210;
  box-shadow: 0 10px 26px rgba(31, 41, 38, 0.07);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.catalog-product-card:hover,
.catalog-product-card:focus-visible {
  border-color: rgba(21, 116, 95, 0.34);
  box-shadow: 0 16px 34px rgba(31, 41, 38, 0.12);
  transform: translateY(-2px);
}

.catalog-product-image {
  display: grid;
  width: 76px;
  min-height: 98px;
  place-items: center;
  background:
    radial-gradient(circle at 68% 22%, rgba(217, 173, 63, 0.14), transparent 24%),
    #f5f8f2;
}

.catalog-product-image img {
  width: 66px;
  height: 78px;
  object-fit: contain;
  padding: 6px;
}

.catalog-product-body {
  display: grid;
  min-width: 0;
  gap: 3px;
  padding: 10px 9px 9px;
}

.catalog-product-category {
  overflow: hidden;
  color: var(--brand-strong);
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.catalog-product-body strong {
  display: -webkit-box;
  min-height: 33px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #0b1210;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
}

.catalog-price-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.catalog-price-row b {
  color: var(--brand-strong);
  font-size: 15px;
  font-weight: 950;
  line-height: 1;
}

.catalog-price-row del {
  color: #6f7b75;
  font-size: 11px;
  font-weight: 850;
}

.catalog-discount-badge,
.catalog-stock-badge,
.catalog-featured-badge {
  position: absolute;
  top: 6px;
  right: 6px;
  display: inline-flex;
  min-height: 20px;
  align-items: center;
  border-radius: 999px;
  padding: 3px 7px;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}

.catalog-discount-badge {
  background: #fff2c8;
  color: #7a520d;
}

.catalog-stock-badge {
  background: #fff0ee;
  color: var(--danger);
}

.catalog-featured-badge {
  right: auto;
  left: 6px;
  background: #eaf8f1;
  color: var(--brand-strong);
}

body.product-detail-page .hero {
  display: none;
}

body:not(.product-detail-page) .product-detail-hero {
  display: none;
}

.product-detail-hero {
  display: grid;
  gap: 14px;
  padding: 30px clamp(16px, 5vw, 72px);
  background:
    radial-gradient(circle at 86% 12%, rgba(217, 173, 63, 0.16), transparent 24%),
    radial-gradient(circle at 10% 90%, rgba(21, 116, 95, 0.12), transparent 26%),
    #ffffff;
  border-bottom: 1px solid var(--line);
}

.detail-home-link {
  width: fit-content;
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  border: 1px solid rgba(21, 116, 95, 0.18);
  border-radius: 8px;
  background: #f8fbf8;
  color: var(--brand-strong);
  padding: 0 12px;
  font-weight: 900;
}

.detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 0.32fr);
  gap: 16px;
  align-items: end;
}

.detail-hero-grid h1 {
  max-width: 760px;
  color: #0b1210;
  font-size: clamp(34px, 7vw, 62px);
}

.detail-hero-grid p {
  max-width: 680px;
  color: #283531;
  font-size: 17px;
  font-weight: 700;
}

.detail-benefit-row,
.detail-trust-grid,
.order-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.detail-benefit-row span,
.detail-trust-grid span,
.order-trust-row span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid rgba(21, 116, 95, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  color: #063f38;
  padding: 7px 10px;
  font-size: 13px;
  font-weight: 900;
}

.detail-buy-card {
  display: grid;
  gap: 7px;
  border: 1px solid rgba(21, 116, 95, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(31, 41, 38, 0.1);
  padding: 14px;
}

.detail-buy-card span {
  color: var(--brand-strong);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.detail-buy-card strong {
  color: #0b1210;
  font-size: 34px;
  line-height: 1;
}

.detail-buy-card del {
  color: #68756f;
  font-weight: 850;
}

.order-trust-row {
  margin-top: 12px;
}

@media (max-width: 720px) {
  .detail-hero-grid {
    grid-template-columns: 1fr;
  }

  .detail-buy-card {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .detail-buy-card .btn {
    grid-column: 1 / -1;
  }
}

body.product-detail-page .product-showcase {
  padding-top: 34px;
}

.product-home-link {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--brand-strong);
  padding: 0 12px;
  font-size: 13px;
  font-weight: 900;
}

@media (max-width: 640px) {
  .catalog-board-top {
    align-items: start;
  }

  .category-back-button {
    min-height: 38px;
    padding-inline: 10px;
    font-size: 12px;
    white-space: nowrap;
  }

  .category-product-grid.catalog-rail {
    grid-auto-columns: min(190px, calc(100vw - 42px));
  }

  .catalog-product-card {
    grid-template-columns: 72px minmax(0, 1fr);
    min-height: 94px;
  }

  .catalog-product-image {
    width: 72px;
    min-height: 94px;
  }

  .catalog-product-image img {
    width: 62px;
    height: 74px;
  }
}

/* Final catalog motion: one clean view shows 3 full horizontal cards, then slides every 6s. */
.catalog-rail-window {
  position: relative;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(21, 116, 95, 0.55) rgba(21, 116, 95, 0.1);
  scrollbar-width: thin;
  overscroll-behavior-x: contain;
}

.category-product-grid.catalog-rail {
  grid-auto-columns: var(--catalog-slide-width, 320px) !important;
  gap: 10px !important;
  transform: none !important;
  transition: none !important;
}

.catalog-product-card {
  grid-template-columns: 92px minmax(0, 1fr) !important;
  min-height: 108px !important;
  scroll-snap-align: start;
}

.catalog-product-image {
  width: 92px !important;
  min-height: 108px !important;
}

.catalog-product-image img {
  width: 78px !important;
  height: 88px !important;
}

.catalog-product-body {
  padding: 12px 12px 10px !important;
}

.catalog-product-body strong {
  min-height: 36px;
  font-size: 14px !important;
}

.catalog-price-row b {
  font-size: 17px !important;
}

.catalog-slider-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-top: 1px solid var(--line);
  color: #50615a;
  padding-top: 10px;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.catalog-slider-hint span {
  width: 36px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand), rgba(21, 116, 95, 0.15));
}

.catalog-slider-hint strong,
.catalog-slider-hint em {
  font-size: 12px;
  font-style: normal;
  white-space: nowrap;
}

.catalog-slider-hint em {
  color: var(--brand-strong);
}

@media (max-width: 640px) {
  .category-product-grid.catalog-rail {
    grid-auto-columns: var(--catalog-slide-width, calc(100vw - 42px)) !important;
  }

  .catalog-product-card {
    grid-template-columns: 84px minmax(0, 1fr) !important;
    min-height: 102px !important;
  }

  .catalog-product-image {
    width: 84px !important;
    min-height: 102px !important;
  }

  .catalog-product-image img {
    width: 72px !important;
    height: 82px !important;
  }

  .catalog-slider-hint {
    flex-wrap: wrap;
    gap: 5px 8px;
    line-height: 1.1;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}

/* Mobile frame guard: keep the page locked to the viewport while inner sliders still swipe. */
html,
body {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
  overscroll-behavior-x: none;
}

body {
  position: relative;
}

main,
.cod-ribbon,
.site-header,
.hero,
.hero-slider,
.hero-slide,
.section,
.order-section,
.product-detail-hero,
.site-footer,
.catalog-board,
.review-system,
.order-form,
.order-summary {
  max-width: 100% !important;
}

@media (max-width: 640px) {
  .section,
  .order-section,
  .product-detail-hero,
  .site-footer,
  .hero,
  .hero-slider,
  .catalog-board,
  .review-system,
  .order-form,
  .order-summary {
    width: 100% !important;
    overflow-x: hidden;
  }

  .catalog-rail-window {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
    overflow-x: auto !important;
    overscroll-behavior-x: contain;
  }

  .product-thumbs,
  .delivery-note,
  .proof-strip,
  .hero-benefits,
  .footer-bottom nav {
    max-width: 100% !important;
  }

  .header-menu,
  .search-panel,
  .sticky-cta {
    max-width: calc(100vw - 24px) !important;
  }
}

.slide-visual.has-cover-image {
  opacity: 1 !important;
  background-position: center !important;
  background-size: cover !important;
  filter: none !important;
}

.hero-slide.has-cover-slide .hero-overlay,
.hero-slide.has-cover-slide .hero-content {
  display: none !important;
}

.hero.has-campaign-covers .hero-control-panel {
  display: none !important;
}

.hero.has-campaign-covers .hero-slider {
  min-height: clamp(430px, 78svh, 760px) !important;
}
