:root {
  --navy: #0a1d37;
  --gold: #d4af37;
  --page: #f2efe9;
  --text: #1c1c1c;
  --muted: #666;
  --line: #e1ddd4;
  --green: #42ef6e;
  --shell-max: 680px;
}

* { box-sizing: border-box; }
html { font-size: 62.5%; -webkit-text-size-adjust: 100%; }
img { max-width: 100%; height: auto; }

body {
  margin: 0;
  background: #ddd8cf;
  color: var(--text);
  font-family: 'Poppins', sans-serif;
  padding-bottom: 78px;
  overflow-x: hidden;
}

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

.site-shell {
  width: min(100%, var(--shell-max));
  margin: 0 auto;
  background: var(--page);
  min-height: 100vh;
  box-shadow: 0 0 0 1px #d8d2c7;
}

.site-top {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #fff;
}

.announce {
  background: linear-gradient(90deg, var(--navy), #22315a 45%, var(--gold));
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 10px 12px;
  font-size: 12px;
}

.header {
  background: #fff;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 44px 1fr 88px;
  align-items: center;
  padding: 8px 10px;
}

.logo-wrap { justify-self: center; display: inline-flex; align-items: center; gap: 6px; }
.logo-mark {
  width: 20px; height: 20px; border-radius: 4px;
  background: linear-gradient(135deg, #ae8f31, #0d2a4a); color: #fff;
  display: grid; place-items: center; font-size: 12px; font-weight: 700;
}
.logo-text { letter-spacing: 0.06em; font-weight: 700; color: #143351; font-size: 21px; }
.icon-right { justify-self: end; display: inline-flex; gap: 6px; }

.icon-btn { position: relative; appearance: none; background: transparent; border: 0; padding: 6px; cursor: pointer; display:inline-grid; }
.icon-btn svg { width: 22px; height: 22px; fill: none; stroke: #222; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.cart-count {
  position: absolute;
  top: 0;
  right: -2px;
  min-width: 16px;
  height: 16px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  display: grid;
  place-items: center;
  color: #fff;
  background: #111;
}

.category-strip {
  background: #fff;
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 12px 10px 14px;
  border-bottom: 1px solid var(--line);
  scroll-snap-type: x mandatory;
}

.category-strip::-webkit-scrollbar { height: 0; }

.cat-item {
  flex: 0 0 102px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  scroll-snap-align: start;
}
.cat-item img {
  width: 88px; height: 88px; border-radius: 999px; object-fit: cover;
  border: 4px solid #fff; box-shadow: 0 0 0 1px #bbb, 0 1px 8px rgba(0,0,0,.3); margin: 0 auto 8px;
}
.cat-item span {
  display: block;
  width: 100%;
  min-height: 2.5em;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-wrap: balance;
}

.hero-slider { border-bottom: 1px solid var(--line); background: #fff; overflow: hidden; }
.slides { display: flex; transition: transform .4s ease; }
.slide { min-width: 100%; position: relative; }
.slide img { width: 100%; display: block; object-fit: cover; }
.hero-cta {
  position: absolute;
  left: 50%;
  top: 56%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 34px;
  font-weight: 800;
  text-shadow: 0 4px 8px rgba(0,0,0,.45);
}

.slider-controls {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  align-items: center;
  padding: 8px 10px 12px;
}
.slider-controls > button { border: 0; background: transparent; font-size: 26px; color: #444; cursor: pointer; }
.dots { display: flex; justify-content: center; gap: 8px; }
.dots button { width: 10px; height: 10px; border-radius: 50%; border: 1px solid #7d7d7d; background: #fff; padding: 0; cursor: pointer; }
.dots button.active { background: #222; border-color: #222; }

.section { padding: 16px 10px 12px; background: #fff; border-bottom: 1px solid var(--line); }
.section h1, .section h2 { margin: 2px 0 8px; text-align: center; font-size: clamp(28px, 5.5vw, 44px); line-height: 1.05; }
.section .subtitle { margin: 0 0 14px; text-align: center; color: var(--muted); font-size: 13px; }

.why-zenso {
  background: linear-gradient(90deg, #0a1d37 0%, #313f61 58%, #d4af37 100%);
  color: #fff;
  padding: 42px 16px;
  text-align: center;
}

.why-zenso-inner {
  max-width: 940px;
  margin: 0 auto;
}

.why-zenso h2 {
  margin: 0 0 16px;
  font-size: clamp(28px, 4.4vw, 48px);
  line-height: 1.1;
}

.why-zenso p {
  margin: 0 0 12px;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.55;
  font-weight: 500;
}

.faq-section h2 {
  margin-top: 4px;
  font-size: clamp(34px, 4.2vw, 52px);
}

.faq-list {
  margin: 10px auto 22px;
  max-width: 940px;
}

.faq-item {
  border-top: 1px solid #d8d8d8;
}

.faq-item:last-child {
  border-bottom: 1px solid #d8d8d8;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: 24px 1fr 20px;
  align-items: center;
  gap: 10px;
  padding: 12px 2px;
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 700;
  color: #1f2937;
}

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

.faq-left-icon {
  font-size: 21px;
  color: #1f3b61;
  line-height: 1;
}

.faq-caret {
  font-size: 20px;
  transition: transform .2s ease;
}

.faq-item[open] .faq-caret {
  transform: rotate(180deg);
}

.faq-a {
  padding: 4px 0 16px 36px;
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.6;
  color: #3f3f46;
  max-width: 92%;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 980px;
  margin: 10px auto 6px;
}

.trust-card {
  text-align: center;
}

.trust-icon {
  font-size: clamp(32px, 3.2vw, 44px);
  line-height: 1;
  margin-bottom: 8px;
}

.trust-card h3 {
  margin: 0;
  font-size: clamp(13px, 1.2vw, 20px);
}

@media (min-width: 1280px) {
  .why-zenso {
    padding: 38px 16px;
  }

  .faq-list {
    max-width: 900px;
  }
}

.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; list-style: none; margin: 0; padding: 0; }
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.section-head h2 {
  text-align: left;
  margin-bottom: 4px;
}
.section-head .subtitle {
  text-align: left;
  margin-bottom: 0;
}
.section-actions {
  margin-top: 12px;
  display: flex;
  justify-content: center;
}
.view-all-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 10px 16px;
  background: #0a1d37;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.product-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.product-media { position: relative; }
.product-media img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
.badge { position: absolute; top: 8px; left: 8px; font-size: 10px; background: #111; color: #fff; border-radius: 999px; padding: 3px 8px; }
.product-card h3 { margin: 8px 8px 4px; font-size: 13px; min-height: 34px; }
.card-rating {
  margin: 0 8px 6px;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.stars { color: #f59e0b; font-weight: 700; }
.reviews-count { color: #667085; font-size: 12px; }
.price { margin: 0 8px 8px; font-size: 14px; font-weight: 700; }
.price small { color: #8f8f8f; text-decoration: line-through; margin-left: 4px; font-weight: 500; }
.buy-btn {
  display: block;
  margin: 0 8px 10px;
  text-align: center;
  border-radius: 8px;
  background: #111;
  color: #fff;
  padding: 8px;
  font-size: 12px;
  font-weight: 700;
  border: 0;
}

.card-btn-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 0 8px 10px;
}

.card-btn-row form {
  margin: 0;
}

.card-btn-row .buy-btn {
  margin: 0;
  width: 100%;
}

.card-btn-row .add-to-cart-btn {
  background: #111;
  color: #fff;
}

.card-btn-row .buy-now-btn {
  background: linear-gradient(90deg, #0a1d37, #22315a 65%, #d4af37);
  color: #fff;
  padding: 10px 8px;
  display: grid;
  line-height: 1.1;
}

.buy-now-title {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.buy-now-subtitle {
  margin-top: 3px;
  font-size: 11px;
  font-weight: 600;
  opacity: 0.95;
}

.collection-banner {
  padding: 12px;
  background: linear-gradient(135deg, #0a1d37, #1d3057);
  color: #fff;
  border-radius: 12px;
  margin-bottom: 12px;
}
.collection-banner h1 { margin: 0 0 6px; font-size: 28px; text-align: left; }
.collection-banner p { margin: 0; font-size: 13px; opacity: .95; }

.product-page-grid { display: grid; gap: 12px; }
.gallery-main {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 10px;
}
.thumb-row { display: flex; gap: 8px; overflow-x: auto; }
.thumb-row button { border: 1px solid var(--line); background: #fff; border-radius: 8px; padding: 0; cursor: pointer; }
.thumb-row img { width: 72px; height: 72px; object-fit: cover; border-radius: 7px; display: block; }

.product-title { font-size: 25px; margin: 8px 0; line-height: 1.2; }
.rating-line { font-size: 13px; color: #444; margin-bottom: 6px; }
.stock-line { font-size: 12px; color: #b91c1c; margin-bottom: 10px; }
.qty-row { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.qty-row input { width: 78px; padding: 8px; border: 1px solid var(--line); border-radius: 8px; }

.btn-primary {
  width: 100%;
  border: 0;
  border-radius: 10px;
  padding: 12px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(90deg, #0a1d37, #22315a 65%, #d4af37);
  cursor: pointer;
}
.btn-secondary {
  width: 100%;
  margin-top: 8px;
  border: 1px solid #111;
  border-radius: 10px;
  padding: 11px;
  font-size: 14px;
  font-weight: 700;
  color: #111;
  background: #fff;
  cursor: pointer;
}

.cart-list { display: grid; gap: 10px; }
.cart-item {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 8px;
  background: #fff;
}
.cart-item img { width: 84px; height: 84px; object-fit: cover; border-radius: 8px; }
.cart-item h3 { margin: 0 0 4px; font-size: 14px; }
.cart-actions { display: flex; gap: 6px; align-items: center; margin-top: 6px; }
.cart-actions form { display: inline-flex; gap: 6px; align-items: center; margin: 0; }
.cart-actions input { width: 60px; padding: 6px; border: 1px solid var(--line); border-radius: 7px; }
.cart-actions button, .cart-actions a {
  border: 0;
  border-radius: 7px;
  background: #111;
  color: #fff;
  padding: 7px 9px;
  font-size: 12px;
  cursor: pointer;
}
.cart-actions a { background: #991b1b; }

.summary-card {
  margin-top: 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px;
}
.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 4px 0;
  font-size: 14px;
}
.summary-total { border-top: 1px dashed #bbb; padding-top: 8px; margin-top: 8px; font-size: 17px; font-weight: 700; }

.form-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.form-grid .full { grid-column: 1 / -1; }
.form-input, .form-textarea, .form-select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px;
  font: inherit;
  background: #fff;
}
.form-textarea { min-height: 90px; resize: vertical; }
.form-label { font-size: 12px; color: #555; margin-bottom: 4px; display: block; }

.footer-pro {
  color: #fff;
  background: linear-gradient(100deg, #0a1d37 0%, #25375f 55%, #c6a83e 100%);
  border-top: 1px solid rgba(255,255,255,.12);
}
.footer-main {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
  padding: 18px 14px;
}
.footer-col h3 {
  margin: 0 0 10px;
  font-size: clamp(20px, 4.3vw, 32px);
  line-height: 1.1;
}
.footer-col h4 {
  margin: 0 0 4px;
  font-size: 13px;
  opacity: .95;
}
.footer-col p {
  margin: 0 0 9px;
  font-size: 13px;
  line-height: 1.5;
}
.footer-logo-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #102746;
  border-radius: 13px;
  padding: 10px 14px;
}
.footer-logo-pill .logo-mark { width: 24px; height: 24px; font-size: 12px; }
.footer-logo-pill .logo-text { font-size: clamp(28px, 5.4vw, 40px); color: #102746; }
.footer-about-col p { max-width: 470px; color: rgba(255,255,255,.94); }
.footer-links-col a {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}
.footer-contact-col p { font-weight: 600; max-width: 240px; word-break: break-word; }
.footer-social {
  margin-top: 8px;
  display: flex;
  gap: 10px;
}
.footer-social a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.5);
  display: grid;
  place-items: center;
  font-size: 15px;
  font-weight: 700;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.14);
  background: rgba(8,19,35,.25);
  padding: 12px 14px 14px;
  text-align: center;
}
.footer-bottom p {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 600;
}
.footer-policies {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 10px;
}
.footer-policies a {
  font-size: 12px;
  font-weight: 600;
  opacity: .95;
}

.bottom-buy-bar {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, var(--shell-max));
  bottom: 0;
  z-index: 25;
  box-shadow: 0 -4px 16px rgba(0,0,0,.2);
}
.green-strip { background: var(--green); color: #092d0f; text-align: center; font-size: 11px; font-weight: 700; padding: 4px 8px; }
.black-strip { display: block; background: #000; color: #fff; text-align: center; font-size: 30px; font-weight: 700; padding: 7px 8px 10px; }

.whatsapp {
  position: fixed;
  right: max(10px, calc((100vw - var(--shell-max)) / 2 + 10px));
  bottom: 92px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #25d366;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 18px rgba(0,0,0,.28);
  z-index: 26;
}
.whatsapp svg { width: 30px; height: 30px; fill: #fff; }

.empty { text-align: center; color: #555; padding: 26px 10px; }
.empty a { display: inline-block; margin-top: 8px; color: #fff; background: #111; padding: 8px 12px; border-radius: 8px; }

.content-for-layout.focus-none { outline: 0; }
.page-width { width: min(100%, var(--shell-max)); margin: 0 auto; }
.main-product-padding { padding-top: 12px; padding-bottom: 0; }
.grid.grid--1-col { display: grid; grid-template-columns: 1fr; gap: 12px; }
.product__column-sticky { align-self: start; }
.product__media-list.list-unstyled, .thumbnail-list.list-unstyled { list-style: none; margin: 0; padding: 0; }
.product__media-list { position: relative; }
.product__media-item { display: none; }
.product__media-item.is-active { display: block; }
.gallery-image {
  width: 100%;
  border-radius: 10px;
  border: 1px solid var(--line);
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #fff;
}
.slider-buttons {
  display: grid;
  grid-template-columns: 32px 1fr 32px;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}
.slider-button {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  padding: 6px 0;
  cursor: pointer;
}
.slider-counter { text-align: center; font-size: 12px; color: #555; }
.thumbnail-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 6px;
  margin-top: 8px;
}
.thumbnail {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  padding: 2px;
  cursor: pointer;
}
.thumbnail.active { border-color: #0a1d37; }
.thumbnail img {
  width: 100%;
  height: 58px;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}
.product__info-container {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 12px;
}
.urgency-text {
  margin: 0 0 8px;
  font-size: 13px;
  color: #0a1d37;
}
.product__title .h2 { margin: 0 0 8px; font-size: 28px; line-height: 1.15; }
.product-rating-line {
  margin: 0 0 10px;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.product-page-price { margin-bottom: 10px; }
.price--large .price-item { font-size: 26px; font-weight: 700; color: #0a1d37; }
.price__sale { display: flex; align-items: baseline; gap: 10px; }
.price__compare-price s { color: #8f8f8f; font-size: 16px; }
.product-form__input { margin: 10px 0; }
.size-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.size-chip {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  border: 1px solid #c7cfdb;
  border-radius: 999px;
  background: #fff;
  color: #0a1d37;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease;
}
.size-chip input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.size-chip span {
  padding: 10px 14px;
}
.size-chip.active {
  border-color: #0a1d37;
  background: #0a1d37;
  color: #fff;
  box-shadow: 0 8px 18px rgba(10, 29, 55, .16);
}
.quantity {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  border: 1px solid #bfc6d2;
  border-radius: 8px;
  overflow: hidden;
  min-height: 44px;
  background: #f7f7f7;
}
.quantity__button {
  border: 0;
  background: transparent;
  height: 44px;
  cursor: pointer;
  font-size: 24px;
  color: #6b7280;
  line-height: 1;
}
.quantity__input {
  border: 0;
  text-align: center;
  height: 44px;
  font: inherit;
  font-weight: 600;
  font-size: 15px;
  background: transparent;
  color: #111827;
}
.atc-button.button--full-width {
  width: 100%;
  border: 0;
  border-radius: 10px;
  background: #111;
  color: #fff;
  padding: 12px;
  font-weight: 700;
  cursor: pointer;
}
.sr-headless-checkout {
  margin-top: 8px;
  display: block;
  border-radius: 10px;
  text-align: center;
  background: linear-gradient(90deg, #0a1d37, #22315a 60%, #d4af37);
  color: #fff;
  padding: 11px 10px;
  font-weight: 700;
}
.sr-headless-checkout .sr-checkout-visible2 { display: block; font-size: 18px; }
.sr-headless-checkout .sr-discount-label { display: block; font-size: 11px; opacity: .95; }
.product__description.rte { margin-top: 14px; font-size: 14px; line-height: 1.55; }
.product__description.rte img {
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--line);
  margin-top: 8px;
}

/* Third-party product description widgets */
.product__description .vtl-pl-main-widget {
  margin: 8px 0 14px;
}

.product__description .vtl-pl-main-widget__title {
  margin: 0 0 8px;
  font-size: 14px;
  color: #1f2937;
  font-weight: 600;
}

.product__description .vtl-pl-main-widget__content {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.product__description .vtl-pl-main-widget__logo {
  width: 54px;
  height: 34px;
  flex: 0 0 auto;
  display: block;
}

.product__description .vtl-tb-main-widget {
  margin: 8px 0 14px;
}

.product__description .vtl-tb-main-widget__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.product__description .vtl-tb-main-widget__badges > div {
  margin: 0;
  flex: 0 0 auto;
}

.product__description .vtl-tb-main-widget__badge-img {
  width: 84px;
  height: auto !important;
  display: block;
}

.product__description .product__description {
  margin-top: 10px;
}
.related-products-wrap .related-products__heading { font-size: 28px; text-align: left; margin: 0 0 10px; }
.related-products-padding { padding-top: 18px; padding-bottom: 15px; }
.reviews-summary-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  padding: 12px;
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 12px;
  align-items: center;
}
.reviews-score {
  font-size: 34px;
  font-weight: 800;
  color: #0a1d37;
  text-align: center;
}
.small-note { margin: 4px 0 0; font-size: 12px; color: #667085; }

.mobile-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 70;
  pointer-events: none;
}

.mobile-sticky-cta-inner {
  width: min(100%, var(--shell-max));
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #d8dde7;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(10, 29, 55, .2);
  padding: 8px;
  transform: translateY(120%);
  opacity: 0;
  transition: transform .22s ease, opacity .22s ease;
  pointer-events: auto;
}

.mobile-sticky-cta.is-visible .mobile-sticky-cta-inner {
  transform: translateY(0);
  opacity: 1;
}

.mobile-sticky-qty-wrap {
  margin-bottom: 6px;
}

.mobile-sticky-qty-label {
  font-size: 11px;
  color: #111827;
  margin-bottom: 3px;
  display: block;
  font-weight: 600;
}

.mobile-sticky-qty {
  display: grid;
  grid-template-columns: 36px 1fr 36px;
  align-items: center;
  border: 1px solid #bfc6d2;
  border-radius: 7px;
  min-height: 36px;
  background: #f7f7f7;
  overflow: hidden;
}

.mobile-sticky-qty button {
  border: 0;
  background: transparent;
  height: 36px;
  font-size: 20px;
  line-height: 1;
  color: #6b7280;
  cursor: pointer;
}

.mobile-sticky-qty input {
  border: 0;
  text-align: center;
  height: 36px;
  font-weight: 600;
  font-size: 14px;
  background: transparent;
  color: #111827;
}

.mobile-sticky-form {
  margin: 0;
}

.mobile-cta-btn {
  width: 100%;
  border: 0;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: block;
  cursor: pointer;
}

.mobile-cta-add {
  background: #111;
  min-height: 38px;
  font-size: 16px;
  font-weight: 700;
}

.mobile-cta-buy {
  margin-top: 6px;
  background: linear-gradient(90deg, #0a1d37, #22315a 65%, #d4af37);
  min-height: 38px;
  padding: 6px 9px;
}

.mobile-cta-buy-title {
  display: block;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.1;
}

.mobile-cta-buy-sub {
  display: block;
  margin-top: 1px;
  font-size: 11px;
  font-weight: 600;
  opacity: .95;
}
.review-list { margin-top: 10px; display: grid; gap: 8px; }
.review-item {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  padding: 10px;
}
.review-item p { margin: 0; font-size: 13px; line-height: 1.45; }
.review-head {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px !important;
  font-weight: 700;
  color: #1f2937;
}
.review-head span { color: #f59e0b; font-size: 12px; }

@media (min-width: 720px) {
  .product-page-grid { grid-template-columns: 1.1fr 1fr; align-items: start; }
}

@media (min-width: 992px) {
  #MainProduct.page-width {
    width: min(1120px, calc(100% - 36px));
    margin: 0 auto;
  }

  #MainProduct .product.grid.grid--1-col.grid--2-col-tablet {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 22px;
    align-items: start;
  }

  #MainProduct .product__media-wrapper.product__column-sticky {
    position: sticky;
    top: 92px;
    align-self: start;
  }

  #MainProduct .product__info-wrapper.product__column-sticky {
    position: static;
  }

  #MainProduct .gallery-image {
    aspect-ratio: 1 / 1;
    max-height: 520px;
    object-fit: cover;
  }

  #MainProduct .thumbnail-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  #MainProduct .thumbnail img {
    height: 95px;
  }

  #MainProduct .product__info-container {
    padding: 6px 2px 0;
    border: 0;
    background: transparent;
    border-radius: 0;
  }

  #MainProduct .urgency-text {
    margin-bottom: 10px;
    font-size: 14px;
  }

  #MainProduct .product__title .h2 {
    font-size: clamp(2.8rem, 2.2vw, 3.8rem);
    margin: 0 0 8px;
  }

  #MainProduct .product-page-price {
    margin-bottom: 10px;
  }

  #MainProduct .price--large .price-item {
    font-size: clamp(2.4rem, 1.9vw, 3.2rem);
  }

  #MainProduct .price__compare-price s {
    font-size: clamp(1.7rem, 1.3vw, 2.3rem);
  }

  #MainProduct .product-form__input {
    margin: 10px 0 12px;
  }

  #MainProduct .atc-button.button--full-width,
  #MainProduct .sr-headless-checkout {
    min-height: 44px;
    border-radius: 8px;
  }

  #MainProduct .product__description.rte {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.58;
  }

  #MainProduct .product__description.rte p,
  #MainProduct .product__description.rte ul,
  #MainProduct .product__description.rte ol,
  #MainProduct .product__description.rte h2,
  #MainProduct .product__description.rte h3 {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  #MainProduct .product__description.rte img {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .related-products-wrap .related-products__heading {
    font-size: 34px;
    margin-bottom: 12px;
  }

  .related-products-wrap .product-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
  }

  .related-products-wrap .product-card h3 {
    font-size: 13px;
    min-height: 34px;
  }

  .reviews-section .related-products__heading {
    font-size: 34px;
  }

  .reviews-summary-card {
    grid-template-columns: 72px 1fr;
    padding: 10px;
    gap: 10px;
  }

  .reviews-score {
    font-size: 30px;
  }
}

@media (min-width: 1200px) {
  #MainProduct.page-width {
    width: min(1180px, calc(100% - 44px));
  }

  #MainProduct .product.grid.grid--1-col.grid--2-col-tablet {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 26px;
  }

  #MainProduct .product__media-wrapper.product__column-sticky {
    top: 100px;
  }

  #MainProduct .gallery-image {
    max-height: 560px;
  }

  #MainProduct .thumbnail img {
    height: 84px;
  }
}

@media (min-width: 768px) {
  :root { --shell-max: 920px; }

  .section {
    padding-left: 14px;
    padding-right: 14px;
  }

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

@media (max-width: 430px) {
  .cat-item { flex-basis: 92px; }
  .cat-item img { width: 78px; height: 78px; }
  .cat-item span { font-size: 11px; min-height: 2.7em; }
  .hero-cta { font-size: 24px; }
  .black-strip { font-size: 24px; }
  .section-head { align-items: stretch; flex-direction: column; }
  .view-all-btn { width: 100%; }
  .form-grid { grid-template-columns: 1fr; }
  .section { padding-left: 8px; padding-right: 8px; }
  .product-grid { gap: 8px; }
  .product-card h3 { min-height: 32px; }
  .product__title .h2 { font-size: clamp(2.1rem, 7vw, 2.6rem); }
  .thumbnail-list { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .product__description .vtl-pl-main-widget__logo { width: 50px; height: 32px; }
  .product__description .vtl-tb-main-widget__badges { gap: 8px; }
  .product__description .vtl-tb-main-widget__badge-img { width: 74px; }
  .reviews-summary-card { grid-template-columns: 1fr; text-align: center; }
  .cart-item { grid-template-columns: 1fr; text-align: center; }
  .cart-item img { margin: 0 auto; width: 100px; height: 100px; }
  .cart-actions { justify-content: center; flex-wrap: wrap; }
  .summary-row { font-size: 1.3rem; }
  .footer-main { gap: 10px; padding: 14px 10px; }
  .footer-col h3 { margin-bottom: 8px; }
  .footer-bottom { padding: 10px; }
  .why-zenso {
    padding: 36px 12px;
  }
  .faq-item summary {
    font-size: 22px;
    padding: 12px 0;
  }
  .faq-a {
    padding-left: 0;
    max-width: 100%;
    font-size: 17px;
  }
  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 8px;
  }

  body.sticky-cta-visible {
    padding-bottom: 190px;
  }
}

@media (min-width: 992px) {
  .mobile-sticky-cta {
    display: none;
  }
}

@media (max-width: 360px) {
  .product-grid { grid-template-columns: 1fr; }
  .announce { font-size: 1.1rem; }
  .logo-text { font-size: 1.9rem; }
  .icon-btn svg { width: 2rem; height: 2rem; }
  .section-actions .view-all-btn { width: 100%; }
}

@media (min-width: 992px) {
  :root { --shell-max: 1120px; }

  .section { padding-left: 16px; padding-right: 16px; }

  .category-strip {
    overflow: visible;
    justify-content: center;
    gap: 18px;
    padding: 14px 16px 16px;
  }

  .cat-item {
    flex: 0 0 120px;
  }

  .cat-item img {
    width: 96px;
    height: 96px;
  }

  .hero-cta {
    font-size: clamp(3rem, 3.2vw, 4.8rem);
  }

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

  .product-card h3 {
    font-size: 1.4rem;
  }

  .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    gap: 12px;
  }

  .footer-bottom p {
    margin: 0;
  }
}

@media (min-width: 1280px) {
  :root { --shell-max: 1240px; }
}

@media (min-width: 560px) {
  .footer-main {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    padding: 20px 16px;
  }
  .footer-brand-col,
  .footer-about-col { grid-column: 1 / -1; }
}

@media (min-width: 980px) {
  .footer-main {
    grid-template-columns: 1.1fr 1.8fr 1fr 1fr;
    padding: 22px 18px;
  }
  .footer-brand-col,
  .footer-about-col { grid-column: auto; }
}
