:root {
  --navy: #131921;
  --navy-2: #232f3e;
  --bg: #eaeded;
  --white: #ffffff;
  --ink: #0f1111;
  --muted: #565959;
  --link: #007185;
  --line: #d5d9d9;
  --price: #b12704;
  --star: #de7921;
  --cart: #ffd814;
  --buy: #ffa41c;
  --cart-hover: #f7ca00;
  --buy-hover: #fa8900;
  --puja: #9b1c1c;
  --puja-2: #c41e3a;
  --gold: #c9a227;
  --ok: #067d62;
  --max: 1480px;
  --header-h: 60px;
  --radius: 8px;
  --shadow: 0 2px 5px rgba(15, 17, 17, 0.15);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; width: 100%; max-width: 100%; overflow-x: hidden; }
body {
  font-family: Inter, "Amazon Ember", Arial, Helvetica, sans-serif;
  background: var(--bg);
  color: var(--ink);
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: var(--link); text-decoration: none; }
a:hover { text-decoration: underline; color: #c7511f; }
button, input, select, textarea { font-family: inherit; }
.container { width: min(var(--max), calc(100% - 32px)); margin-inline: auto; }

.skip-link {
  position: absolute; left: -999px; top: 8px; background: var(--cart); color: var(--ink);
  padding: 8px 14px; z-index: 200;
}
.skip-link:focus { left: 12px; }

.ticker {
  background: var(--puja);
  color: #fff;
  font-size: 13px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 18px, #000 calc(100% - 18px), transparent);
  mask-image: linear-gradient(90deg, transparent, #000 18px, #000 calc(100% - 18px), transparent);
}
.ticker-track {
  display: flex;
  gap: 56px;
  width: max-content;
  animation: ticker 32s linear infinite;
  padding: 8px 0;
}
.ticker b { color: #ffe08a; }
@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  width: 100%;
  max-width: 100%;
  background: var(--navy);
  color: #fff;
}
.header-inner {
  position: relative;
  min-height: var(--header-h);
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 10px;
  padding: 0;
  min-width: 0;
}
.logo { display: flex; align-items: center; gap: 8px; flex-shrink: 0; color: #fff; align-self: center; }
.logo:hover { text-decoration: none; color: #fff; }
.logo-mark {
  width: 34px; height: 34px;
  border-radius: 4px;
  background: var(--cart);
  color: var(--navy);
  display: grid; place-items: center;
  font-weight: 800;
  font-size: 18px;
}
.logo-img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  border-radius: 4px;
  background: #fff;
  display: block;
  flex: none;
}
.logo-text { font-weight: 700; letter-spacing: -0.02em; font-size: 20px; color: #fff; }
.logo-text span { display: block; font-size: 11px; font-weight: 500; color: #febd69; letter-spacing: 0; }

.nav {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 2px;
  min-width: 0;
  flex-wrap: nowrap;
}
.nav a {
  color: #d5d9d9;
  font-size: 13px;
  font-weight: 500;
  padding: 0 10px;
  border-radius: 0;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
  display: inline-flex;
  align-items: center;
  background: transparent;
}
.nav a:hover {
  text-decoration: none;
  color: #fff;
  background: transparent;
  border-bottom-color: rgba(254, 189, 105, 0.45);
}
.nav a.active {
  color: #febd69;
  background: transparent;
  font-weight: 700;
  border-bottom-color: #febd69;
}
.nav a.active:hover {
  color: #febd69;
  background: transparent;
  border-bottom-color: #febd69;
}

.header-acts { display: flex; align-items: center; gap: 4px; margin-left: auto; flex-shrink: 0; padding-right: 4px; align-self: center; }
.icon-btn {
  width: 40px; min-width: 40px; height: 40px;
  border-radius: 4px;
  border: 0;
  background: transparent;
  color: #fff;
  display: grid; place-items: center;
  cursor: pointer;
  position: relative;
  padding: 0;
}
.icon-btn svg { width: 22px; height: 22px; display: block; }
.icon-btn:hover { border-color: #fff; }
.badge-count {
  position: absolute; top: 2px; right: 2px;
  min-width: 16px; height: 16px; padding: 0 4px;
  border-radius: 8px;
  background: #f08804;
  color: #111;
  font-size: 11px; font-weight: 700;
  display: grid; place-items: center;
}
.menu-toggle { display: none; }

.festive-frame {
  position: relative;
}
.festive-frame::before,
.festive-frame::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 5;
}
.festive-frame::before {
  top: 0;
  height: 52px;
  background-image: url("../img/toran.svg");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: auto 100%;
}
.festive-frame::after {
  bottom: 0;
  height: 44px;
  background-image: url("../img/alpana.svg");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 100%;
  z-index: 4;
}

.sale-slider {
  position: relative;
  background: #1a0c0c;
  overflow: hidden;
}
.slides { position: relative; height: min(60vw, 580px); min-height: 480px; }
.slide {
  position: absolute; inset: 0;
  opacity: 0;
  transition: opacity 0.7s ease;
  background-color: #1a0c0c;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70% 22%;
}
.slide.on { opacity: 1; z-index: 1; }
.slide::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(28, 10, 10, 0.88) 0%, rgba(28, 10, 10, 0.55) 42%, rgba(28, 10, 10, 0.12) 100%);
}
.slide-layout {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 64px 8px 92px;
}
.hero-phone {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.hero-phone:hover { text-decoration: none; color: #fff; }
.hero-phone img {
  max-height: min(260px, 40vh);
  width: auto;
  margin: 0 auto;
  filter: drop-shadow(0 16px 28px rgba(0,0,0,0.5));
}
.hero-phone-offer {
  display: block;
  position: relative;
  z-index: 6;
  margin-top: 8px;
  background: rgba(15, 8, 8, 0.88);
  border: 1px solid rgba(254, 189, 105, 0.55);
  border-radius: 8px;
  padding: 8px 10px 10px;
  line-height: 1.4;
}
.hero-phone-offer b { display: block; font-size: 14px; }
.hero-phone-offer span { display: block; font-size: 13px; color: #ffe7b0; }
.hero-phone-offer s { color: #c9b8b0; margin-left: 6px; }
.hero-phone-offer em { display: block; font-style: normal; color: #ffd814; font-size: 12px; font-weight: 700; }
.slide-copy {
  color: #fff;
  max-width: 480px;
  overflow: visible;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 10px; }
.slide-copy .chip {
  display: inline-block;
  background: var(--puja-2);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 2px;
  width: fit-content;
}
.slide-copy h1, .slide-copy h2 {
  font-size: clamp(28px, 4.2vw, 46px);
  font-weight: 700;
  line-height: 1.15;
  margin: 10px 0 8px;
  letter-spacing: -0.02em;
}
.slide-copy p { color: #f3e6e6; margin-bottom: 16px; font-size: 15px; max-width: 440px; }
.slide-nav {
  position: absolute; inset: 0; z-index: 3;
  display: flex; justify-content: space-between; align-items: center;
  padding: 0 10px;
  pointer-events: none;
}
.slide-nav button {
  pointer-events: auto;
  width: 40px; height: 72px;
  background: rgba(255,255,255,0.88);
  border: 0;
  font-size: 28px;
  cursor: pointer;
  color: var(--ink);
  border-radius: 4px;
}
.slide-dots {
  position: absolute; bottom: 48px; left: 0; right: 0; z-index: 6;
  display: flex; justify-content: center; gap: 8px;
}
.slide-dots button {
  width: 10px; height: 10px; border-radius: 50%;
  border: 0; background: rgba(255,255,255,0.45); cursor: pointer;
}
.slide-dots button.on { background: #fff; }

.slide.slide-clearance {
  background-color: #fff8e7;
  background-position: 82% 48%;
}
.slide.slide-clearance::after {
  background: linear-gradient(90deg, rgba(255,248,231,0.97) 0%, rgba(255,248,231,0.9) 36%, rgba(255,248,231,0.22) 66%, rgba(255,248,231,0.04) 100%);
}
.sale-slider:has(.slide-clearance.on) {
  background: #fff8e7;
}
.sale-slider:has(.slide-clearance.on)::before,
.sale-slider:has(.slide-clearance.on)::after {
  opacity: 0;
}
.sale-slider:has(.slide-clearance.on) .slide-dots button {
  background: rgba(17, 17, 17, 0.28);
}
.sale-slider:has(.slide-clearance.on) .slide-dots button.on {
  background: #e77600;
}
.slide-clearance .slide-copy {
  color: #111;
}
.slide-clearance .slide-copy p {
  color: #3d3a36;
}
.slide-clearance .slide-copy .chip {
  background: #e77600;
  color: #fff;
}
.stock-points {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
.stock-points li {
  position: relative;
  padding: 3px 0 3px 18px;
  font-size: 13px;
  color: #2f2c28;
  font-weight: 500;
}
.stock-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e77600;
}
.slide-clearance .hero-phone,
.slide-clearance .hero-phone:hover {
  color: #111;
  background: transparent;
}
.slide-clearance .hero-phone img {
  background: transparent;
  filter: drop-shadow(0 16px 26px rgba(15, 17, 17, 0.2));
}
.slide-clearance .hero-phone-offer {
  background: #fff;
  border: 1px solid #d5d9d9;
  box-shadow: 0 2px 8px rgba(15, 17, 17, 0.08);
}
.slide-clearance .hero-phone-offer b { color: #0f1111; }
.slide-clearance .hero-phone-offer span { color: #b12704; }
.slide-clearance .hero-phone-offer s { color: #565959; }
.slide-clearance .hero-phone-offer em { color: #c45500; }

.countdown {
  display: flex; gap: 8px; margin: 14px 0 18px;
}
.count-box {
  min-width: 58px;
  background: rgba(0,0,0,0.35);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 4px;
  padding: 8px 6px;
  text-align: center;
  color: #fff;
}
.count-box strong { display: block; font-size: 22px; line-height: 1; }
.count-box span { font-size: 11px; color: #f0d9d9; }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 6px;
  border: 0; cursor: pointer;
  border-radius: 20px;
  padding: 8px 16px;
  font-weight: 500;
  font-size: 13px;
  color: var(--ink);
}
.btn .cart-ico {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.btn:hover { text-decoration: none; }
.btn-gold, .btn-cart { background: var(--cart); }
.btn-gold:hover, .btn-cart:hover { background: var(--cart-hover); }
.btn-buy, .btn-red { background: var(--buy); }
.btn-buy:hover, .btn-red:hover { background: var(--buy-hover); }
.btn-ghost {
  background: #fff;
  border: 1px solid #888c8c;
  color: var(--ink);
}
.btn-ghost:hover { background: #f7fafa; }
.btn-block { width: 100%; }
.btn-lg { padding: 10px 18px; font-size: 14px; border-radius: 20px; }

.section { padding: 22px 0; }
.section-head {
  display: flex; justify-content: space-between; align-items: baseline; gap: 16px;
  margin-bottom: 12px;
}
.section-head h2 { font-size: 21px; font-weight: 700; letter-spacing: -0.02em; }
.section-head p, .kicker { color: var(--muted); font-size: 13px; }
.kicker { margin-bottom: 4px; font-weight: 500; }

.panel {
  background: var(--white);
  border-radius: var(--radius);
  padding: 16px 18px 20px;
  box-shadow: var(--shadow);
}

.cats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.cat-card {
  background: #fff;
  border-radius: 0;
  padding: 14px 16px 16px;
  box-shadow: none;
  color: var(--ink);
  display: flex;
  flex-direction: column;
  min-height: 0;
  border-right: 1px solid var(--line);
  transition: background 0.15s ease;
}
.cat-card:last-child { border-right: 0; }
.cat-card:hover { text-decoration: none; color: var(--ink); background: #f7fafa; }
.cat-visual {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f4;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
}
.cat-visual img {
  width: auto;
  height: auto;
  max-width: 92%;
  max-height: 148px;
  object-fit: contain;
  object-position: center;
  background: transparent;
  margin: 0;
}
.cat-meta h3 { font-size: 16px; font-weight: 700; margin: 0 0 2px; }
.cat-meta p { color: var(--muted); font-size: 12px; margin: 0 0 6px; line-height: 1.35; }
.cat-meta b { display: block; font-size: 14px; color: var(--price); font-weight: 700; margin-bottom: 4px; }
.cat-meta span { color: var(--link); font-size: 13px; font-weight: 500; }

.deal-banner {
  display: block;
  position: relative;
  height: 188px;
  max-height: 188px;
  border-radius: 10px;
  overflow: hidden;
  background: #1a0c0c;
  box-shadow: var(--shadow);
  color: #fff;
}
.deal-banner:hover { text-decoration: none; color: #fff; }
.deal-banner-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% 22%;
}
.deal-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #1a0c0c 0%, rgba(26,12,12,0.82) 38%, rgba(26,12,12,0.2) 72%, rgba(26,12,12,0.35) 100%);
}
.deal-banner-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 18px 24px;
  max-width: 420px;
}
.deal-banner-copy h2 { font-size: 24px; margin: 6px 0 4px; line-height: 1.15; }
.deal-banner-copy p { color: #f3e6e6; margin-bottom: 10px; max-width: 340px; font-size: 13px; }
.deal-banner-copy .btn { width: fit-content; padding: 8px 16px; }
.deal-banner-phone {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  background: none;
  min-height: 0;
  padding: 0;
}
.deal-banner-phone img {
  width: 118px;
  height: 156px;
  min-height: 0;
  object-fit: cover;
  object-position: center 35%;
  border-radius: 8px;
  border: 1px solid rgba(254, 189, 105, 0.35);
}
.deal-phone-offer {
  display: block;
  position: static;
  width: 168px;
  margin: 0;
  background: rgba(15, 8, 8, 0.78);
  border: 1px solid rgba(254, 189, 105, 0.5);
  border-radius: 8px;
  padding: 8px 10px;
  text-align: left;
}
.deal-phone-offer b { display: block; font-size: 14px; }
.deal-phone-offer span { display: block; font-size: 13px; color: #ffe7b0; margin-top: 2px; }
.deal-phone-offer s { color: #c9b8b0; margin-left: 6px; }
.deal-phone-offer em { display: block; font-style: normal; color: #ffd814; font-size: 12px; font-weight: 700; margin-top: 2px; }

.deal-banner-clearance {
  background: #fff8e7;
  color: #1d1c1a;
  min-height: 188px;
  max-height: none;
}
.deal-banner-clearance:hover { color: #1d1c1a; }
.deal-banner-clearance .deal-banner-bg {
  object-position: 78% 48%;
}
.deal-banner-clearance::after {
  background: linear-gradient(90deg, #fff8e7 0%, rgba(255,248,231,0.92) 38%, rgba(255,248,231,0.18) 74%, rgba(255,248,231,0.08) 100%);
}
.deal-banner-clearance .deal-banner-copy {
  max-width: 460px;
}
.deal-banner-clearance .deal-banner-copy h2 { color: #111; }
.deal-banner-clearance .deal-banner-copy p { color: #3d3a36; max-width: 400px; }
.deal-banner-clearance .chip {
  display: inline-block;
  background: #e77600;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 2px;
  width: fit-content;
}

.promo-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  grid-template-rows: repeat(2, minmax(152px, 164px));
  gap: 14px;
}
.promo-card {
  background: linear-gradient(180deg, #1c1010 0%, #120808 100%);
  border-radius: 12px;
  padding: 0;
  box-shadow: 0 10px 28px rgba(20, 8, 8, 0.2);
  color: #fff;
  display: flex;
  overflow: hidden;
  border: 1px solid rgba(201, 162, 39, 0.22);
  min-height: 0;
}
.promo-card:hover,
.promo-card:hover h3,
.promo-card:hover .promo-lead { text-decoration: none; color: #fff; }
.promo-copy { display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.promo-kicker {
  color: #ffd814;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.promo-card h3 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 6px 0 8px;
  color: #fff;
  line-height: 1.15;
}
.promo-lead { color: #d8c6be; font-size: 13px; margin: 0 0 12px; }
.promo-price { font-size: 20px; font-weight: 700; margin: 0 0 16px; color: #fff; }
.promo-price s { color: #9a8880; margin-left: 8px; font-size: 14px; font-weight: 500; }
.promo-visual {
  background: #140808;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-width: 0;
}
.promo-visual img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  background: transparent;
  margin: 0;
}
.promo-featured { grid-row: span 2; }
.promo-featured .promo-copy { flex: 0.95; padding: 24px 8px 24px 26px; }
.promo-featured .promo-visual { flex: 1.05; }
.promo-featured .promo-visual img { max-height: 320px; }
.promo-side .promo-visual { width: 40%; flex-shrink: 0; }
.promo-side .promo-visual img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
}
.promo-side .promo-copy { padding: 16px 18px; flex: 1; }
.promo-side h3 { font-size: 17px; margin: 4px 0 6px; }
.promo-side .promo-lead { margin-bottom: 10px; }
.promo-side .btn { width: fit-content; background: transparent; border-color: rgba(255,255,255,0.35); color: #fff; }
.promo-side .btn:hover { background: rgba(255,255,255,0.08); }

.just-in {
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: center;
  gap: 8px;
  min-height: 168px;
  background: #fff;
  border-radius: 12px;
  box-shadow: var(--shadow);
  overflow: hidden;
  color: var(--ink);
}
.just-in:hover { text-decoration: none; color: var(--ink); }
.just-in-visual {
  height: 168px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f8f8;
}
.just-in-visual img {
  width: auto;
  height: auto;
  max-width: 86%;
  max-height: 150px;
  object-fit: contain;
}
.just-in-copy { padding: 18px 22px 18px 8px; }
.just-in-kicker {
  color: var(--price);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 4px;
}
.just-in-copy h2 {
  font-size: 18px;
  letter-spacing: -0.02em;
  margin: 0 0 6px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.just-in-copy p { color: var(--muted); font-size: 13px; max-width: 560px; margin: 0 0 10px; }
.just-in-price { color: var(--ink) !important; font-size: 18px !important; font-weight: 700; }
.just-in-price s { color: var(--muted); font-weight: 500; margin-left: 8px; font-size: 14px; }
.just-in-price em { font-style: normal; color: var(--muted); font-weight: 500; font-size: 13px; margin-left: 10px; }

.grid-4, .grid-3 { display: grid; gap: 12px; }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }

.product-card {
  position: relative;
  background: #fff;
  border-radius: 0;
  padding: 6px 8px 10px;
  display: flex;
  flex-direction: column;
  box-shadow: none;
}
.panel .grid-4 .product-card { padding: 4px 10px 8px; }
.product-card:hover { box-shadow: none; }
.product-media {
  position: relative;
  height: 188px;
  background: #fff;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-media:hover { text-decoration: none; }
.product-media img {
  width: auto;
  height: auto;
  max-width: 92%;
  max-height: 176px;
  object-fit: contain;
  object-position: center;
}
.p-badge {
  position: absolute; top: 6px; left: 0;
  background: var(--puja-2);
  color: #fff;
  font-size: 11px; font-weight: 700;
  padding: 3px 7px;
}
.wish-btn {
  position: absolute; top: 6px; right: 6px; z-index: 2;
  width: 28px; height: 28px; border-radius: 50%;
  border: 1px solid var(--line); cursor: pointer;
  background: #fff; color: #565959;
  font-size: 14px; line-height: 1;
}
.wish-btn.on { color: #c7511f; border-color: #c7511f; }
.product-body { display: flex; flex-direction: column; gap: 4px; flex: 1; }
.product-body .brand { color: var(--muted); font-size: 12px; }
.deal-tag {
  display: inline-block;
  width: fit-content;
  background: #cc0c39;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 7px;
  border-radius: 2px;
  margin-bottom: 2px;
}
.product-body h3 {
  font-size: 14px; font-weight: 400; line-height: 1.35;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  min-height: 38px;
}
.product-body h3 a { color: var(--ink); }
.product-body h3 a:hover { color: #c7511f; }
.stars { color: var(--star); font-size: 13px; letter-spacing: 1px; }
.stars span { color: var(--link); margin-left: 4px; letter-spacing: 0; font-size: 13px; }
.price { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; }
.price-now {
  font-size: 21px;
  font-weight: 400;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.price-now sup { font-size: 12px; top: -0.45em; margin-right: 1px; }
.price-was { color: var(--muted); font-size: 12px; }
.price-was s { color: var(--muted); }
.price .off { color: var(--price); font-weight: 500; }
.ship-line { color: var(--ok); font-size: 12px; font-weight: 600; margin: 0; }
.product-card .add-cart {
  width: fit-content;
  margin-top: 6px;
  padding: 6px 14px;
  font-size: 13px;
}
.card-acts { display: flex; gap: 6px; margin-top: 8px; }
.card-acts .btn { flex: 1; }

.features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.feat {
  background: #fff;
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: var(--shadow);
}
.feat h3 { font-size: 14px; margin-bottom: 4px; }
.feat p { color: var(--muted); font-size: 13px; }

.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.review {
  background: #fff;
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: var(--shadow);
}
.review p { margin: 8px 0 12px; }
.who { display: flex; align-items: center; gap: 10px; font-size: 13px; }
.avatar {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--navy-2); color: #fff;
  display: grid; place-items: center; font-weight: 700;
}

.newsletter {
  background: #fff;
  border-radius: var(--radius);
  padding: 22px 24px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 20px;
  align-items: center;
  box-shadow: var(--shadow);
}
.news-form { display: flex; gap: 8px; min-width: 0; flex-wrap: wrap; }
.news-form .btn { flex-shrink: 0; }
.news-form input {
  flex: 1; border: 1px solid #888c8c; border-radius: 4px; padding: 10px 12px; outline: none;
}
.news-form input:focus { border-color: #e77600; box-shadow: 0 0 0 3px #c8f3fa; }

.footer {
  margin-top: 20px;
  background: var(--navy-2);
  color: #ddd;
  padding: 20px 0 12px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 16px 20px;
  margin-bottom: 14px;
}
.footer h4 { color: #fff; margin-bottom: 6px; font-size: 13px; }
.footer a, .footer p { color: #ddd; font-size: 12px; display: block; margin-bottom: 4px; line-height: 1.35; }
.footer a:hover { color: #febd69; text-decoration: none; }
.footer .logo { margin-bottom: 6px; }
.footer .logo-mark { width: 26px; height: 26px; font-size: 14px; }
.footer .logo-img { width: 26px; height: 26px; }
.footer .logo-text { font-size: 16px; }
.footer-blurb { margin: 0; max-width: 280px; }
.footer-col h4 { margin-top: 0; }
.copy {
  border-top: 1px solid #3a4553;
  padding-top: 14px;
  color: #bbb;
  font-size: 12px;
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
}

.page-hero {
  background: #fff;
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}
.page-hero h1 { font-size: 24px; font-weight: 700; }
.crumb { color: var(--muted); font-size: 12px; margin-bottom: 6px; }
.crumb a { color: var(--link); }

.shop-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 16px; align-items: start; }
.filters {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0;
  height: fit-content;
  position: sticky;
  top: 110px;
}
.filters-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
}
.filters-head h2 {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}
.filter-clear {
  border: 0;
  background: none;
  padding: 0;
  color: var(--link);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.filter-clear:hover { text-decoration: underline; color: #c7511f; }
.filter-block {
  padding: 10px 12px 12px;
  border-bottom: 1px solid var(--line);
}
.filter-block h3 {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
}
.filter-search {
  position: relative;
  display: block;
  color: var(--muted);
}
.filter-search svg {
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.filter-search input {
  width: 100%;
  height: 34px;
  border: 1px solid #888c8c;
  border-radius: 8px;
  padding: 0 10px 0 30px;
  background: #fff;
  color: var(--ink);
  font-size: 13px;
  outline: none;
}
.filter-search input:focus {
  border-color: #e77600;
  box-shadow: 0 0 0 3px rgba(231, 118, 0, 0.18);
}
.filter-cats { display: flex; flex-direction: column; gap: 2px; }
.filter-opt {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 4px 2px;
  color: var(--ink);
  font-size: 13px;
  cursor: pointer;
  border-radius: 4px;
}
.filter-opt:hover { background: #f7fafa; }
.filter-opt input {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  margin: 0;
  flex-shrink: 0;
  border: 2px solid #888c8c;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.filter-opt input:checked {
  border-color: #e77600;
  background: radial-gradient(circle at center, #e77600 0 4px, #fff 5px);
}
.filter-opt:has(input:checked) span { font-weight: 700; color: #c45500; }
.filter-price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 12px;
  color: var(--muted);
}
.filter-price-row strong { color: var(--ink); font-size: 13px; }
.filters input[type="range"] {
  width: 100%;
  height: 18px;
  margin: 0;
  accent-color: #e77600;
  cursor: pointer;
}
.filter-price-ends {
  display: flex;
  justify-content: space-between;
  margin-top: 2px;
  font-size: 11px;
  color: var(--muted);
}
.filter-promo {
  margin: 0;
  padding: 10px 12px 12px;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.4;
}
.filter-promo b { color: var(--ink); }
.shop-offer:hover { text-decoration: none; }
.shop-offer.festive-frame::before { height: 44px; background-size: auto 100%; }
.shop-offer.festive-frame::after { height: 36px; background-size: auto 100%; }
.shop-offer-clearance {
  display: block;
  position: relative;
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
  background: #fff8e7;
  box-shadow: var(--shadow);
}
.shop-offer-clearance img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 78% 48%;
}
.shop-offer-clearance::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,248,231,0.96) 0%, rgba(255,248,231,0.84) 40%, rgba(255,248,231,0.12) 78%);
}
.shop-offer-copy {
  position: relative;
  z-index: 1;
  display: block;
  color: #1d1c1a;
  padding: 48px 24px 32px;
  max-width: 480px;
  line-height: 1.45;
}
.shop-offer-clearance strong {
  display: inline-block;
  font-size: 22px;
  margin-bottom: 4px;
  color: #111;
}
.shop-tools {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
  padding: 8px 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.shop-count {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}
.shop-sort {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--muted);
  font-weight: 600;
}
.shop-sort select {
  background: #f0f2f2;
  border: 1px solid #d5d9d9;
  border-radius: 8px;
  padding: 6px 10px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 500;
}
.shop-main .grid-4 { grid-template-columns: repeat(4, 1fr); }

.pdp-page { padding: 16px 0 32px; }
.pdp {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) minmax(0, 1.1fr) 300px;
  gap: 16px;
  align-items: start;
}
.thumbs-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  max-height: 520px;
}
.thumbs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow-y: auto;
  max-height: 440px;
  scrollbar-width: none;
  padding-right: 2px;
}
.thumbs::-webkit-scrollbar { display: none; }
.thumbs img {
  width: 84px; height: 84px; object-fit: contain;
  border: 1px solid var(--line); border-radius: 4px; cursor: pointer; background: #fff;
  flex-shrink: 0;
}
.thumbs img.on { border-color: #e77600; box-shadow: 0 0 0 2px #e77600; }
.thumb-nav {
  width: 84px;
  height: 28px;
  border: 1px solid #d5d9d9;
  background: #fff;
  border-radius: 14px;
  cursor: pointer;
  color: #0f1111;
  display: grid;
  place-items: center;
  box-shadow: 0 1px 3px rgba(15, 17, 17, 0.1);
  transition: background 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
  padding: 0;
}
.thumb-nav svg { width: 16px; height: 16px; display: block; }
.thumb-nav:hover {
  background: #f7fafa;
  border-color: #888c8c;
  box-shadow: 0 2px 6px rgba(15, 17, 17, 0.14);
}
.thumb-nav:active { background: #eee; }
.thumb-nav:disabled {
  opacity: 0.32;
  cursor: default;
  box-shadow: none;
}
.thumbs-wrap.no-scroll .thumb-nav { display: none; }
.gallery-main {
  background: #fff;
  border-radius: var(--radius);
  min-height: 0;
  height: min(480px, 58vh);
  display: grid;
  place-items: center;
  padding: 16px;
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
  cursor: zoom-in;
}
.gallery-main img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  pointer-events: none;
}
.zoom-lens {
  position: absolute;
  width: 140px;
  height: 140px;
  border: 1px solid #c4c4c4;
  background: rgba(255, 216, 20, 0.28);
  pointer-events: none;
  z-index: 2;
  display: none;
}
.gallery-main.is-zoom .zoom-lens { display: block; }
.zoom-pane {
  display: none;
  position: fixed;
  z-index: 75;
  background: #fff center / 250% no-repeat;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 28px rgba(15, 17, 17, 0.18);
  pointer-events: none;
}
.zoom-pane.on { display: block; }
.img-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 160;
  background: #0f1111;
  flex-direction: column;
  padding: max(8px, env(safe-area-inset-top)) 0 max(10px, env(safe-area-inset-bottom));
}
.img-lightbox.on { display: flex; }
.img-lb-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 4px 12px 10px;
  flex-shrink: 0;
}
.img-lb-title {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.img-lb-close {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  display: grid;
  place-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
}
.img-lb-body {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  min-height: 0;
  width: 100%;
}
.img-lb-stage {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 0;
  background: #0f1111;
  border-radius: 0;
  box-shadow: none;
  touch-action: pan-y;
}
.img-lb-stage img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}
.img-lb-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  cursor: pointer;
  display: grid;
  place-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
  padding: 0;
}
.img-lb-prev { left: 8px; }
.img-lb-next { right: 8px; }
.img-lb-nav svg { width: 18px; height: 18px; display: block; }
.img-lb-foot {
  flex-shrink: 0;
  padding: 12px 12px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.img-lb-thumbs {
  display: flex;
  justify-content: center;
  gap: 8px;
  max-width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}
.img-lb-thumbs::-webkit-scrollbar { display: none; }
.img-lb-thumbs img {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  object-fit: contain;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 3px;
  cursor: pointer;
}
.img-lb-thumbs img.on {
  border-color: var(--cart);
  box-shadow: 0 0 0 2px var(--navy);
}
.img-lb-count {
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: rgba(255, 255, 255, 0.16);
  padding: 4px 10px;
  border-radius: 999px;
}
.pdp-info { background: #fff; border-radius: var(--radius); padding: 16px 18px; box-shadow: var(--shadow); min-width: 0; }
.pdp-info .brand { color: var(--link); font-size: 13px; font-weight: 500; }
.pdp-info h1 { font-size: 20px; font-weight: 500; line-height: 1.35; margin: 6px 0 10px; overflow-wrap: anywhere; }
.pdp-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 6px 0 10px;
  border-bottom: 1px solid var(--line);
}
.pdp-meta .stars {
  font-size: 20px;
  letter-spacing: 2px;
}
.pdp-meta .stars span {
  color: var(--link);
  font-size: 16px;
  font-weight: 600;
  margin-left: 10px;
  letter-spacing: 0;
}
.pdp-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 10px;
  margin: 12px 0 8px;
}
.pdp-now { font-size: 26px; font-weight: 600; letter-spacing: -0.03em; color: var(--ink); }
.pdp-mrp { color: var(--muted); font-size: 13px; }
.pdp-save { color: var(--price); font-size: 20px; font-weight: 700; letter-spacing: -0.02em; }
.pdp-blurb { color: var(--ink); font-size: 14px; line-height: 1.45; margin: 0 0 8px; }
.pdp-sku { color: var(--muted); font-size: 11px; margin: 0 0 12px; }
.pdp-info .kicker { font-weight: 700; color: var(--ink); margin-top: 4px; font-size: 13px; }
.pdp-info .kicker em { font-style: normal; font-weight: 500; color: var(--muted); margin-left: 6px; }
.pdp-desc {
  grid-column: 1 / -1;
  min-width: 0;
  background: #fff;
  border-radius: var(--radius);
  padding: 16px 20px 18px;
  box-shadow: var(--shadow);
}
.pdp-desc .pdp-sec-title { margin-bottom: 10px; }
.sku { color: var(--muted); font-size: 12px; margin-bottom: 8px; }
.opt-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 8px 0 14px; }
.opt {
  border: 1px solid #888c8c; background: #fff;
  color: var(--ink); border-radius: 8px; padding: 7px 12px; cursor: pointer; font-size: 13px;
}
.opt.on { border-color: #e77600; background: #fff8e7; }
.opt-priced {
  display: inline-flex; flex-direction: column; align-items: flex-start; gap: 2px;
  padding: 8px 12px; line-height: 1.2;
}
.opt-priced small { color: var(--muted); font-size: 11px; font-weight: 600; }
.color-opt.opt-priced { flex-direction: column; align-items: flex-start; }
.color-opt { display: inline-flex; align-items: center; gap: 8px; }
.swatch {
  width: 16px; height: 16px; border-radius: 50%;
  border: 1px solid rgba(15, 17, 17, 0.22);
  display: inline-block; flex-shrink: 0;
}
.color-opt.on .swatch { box-shadow: 0 0 0 2px #fff, 0 0 0 3px #e77600; }
.about-list { margin: 10px 0 0 18px; }
.about-list li { margin: 5px 0; overflow-wrap: anywhere; }
.buybox {
  grid-column: 4;
  grid-row: 1;
  align-self: start;
  z-index: 2;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  position: sticky; top: 110px;
}
.buybox .big-price { font-size: 28px; font-weight: 400; }
.buybox .big-price span { font-size: 13px; vertical-align: super; }
.stock-ok { color: var(--ok); font-weight: 600; margin: 8px 0; }
.stock-low { color: var(--price); font-weight: 600; margin: 8px 0; }
.qty {
  display: inline-flex; align-items: center;
  border: 1px solid #888c8c; border-radius: 8px; overflow: hidden; background: #f0f2f2;
}
.qty button { width: 34px; height: 34px; border: 0; background: transparent; cursor: pointer; }
.qty input { width: 40px; text-align: center; border: 0; background: transparent; }

.pdp-cta-bar { display: none; }
.pdp-tabs {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pdp-sec-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid #e77600;
}
.tab-short { display: none; }
.p-long h3 { font-size: 16px; font-weight: 600; line-height: 1.35; margin: 0 0 10px; }
.p-long h4 { font-size: 14px; margin: 14px 0 6px; }
.p-long .desc-lead { color: var(--ink); margin: 0 0 10px; }
.p-long .desc-points { margin: 0 0 0 18px; }
.p-long .desc-points li { margin: 5px 0; }
.p-long .desc-variant { color: var(--muted); margin: 12px 0 0; }
.tab-bar { display: none; }
.tab-panel {
  display: block;
  padding: 18px 20px 22px;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.spec-table { width: 100%; border-collapse: collapse; }
.spec-table th, .spec-table td { text-align: left; padding: 10px 12px; border-bottom: 1px solid #e7e7e7; vertical-align: top; }
.spec-table th { width: 34%; background: #f7fafa; font-weight: 600; }
.review-item { border-top: 1px solid var(--line); padding: 14px 0; }
.review-item:first-child { border-top: 0; padding-top: 0; }
.review-item h4 { font-size: 14px; }

.cart-layout, .check-layout { display: grid; grid-template-columns: 1.5fr 360px; gap: 16px; }
.check-layout {
  grid-template-columns: minmax(0, 680px) 300px;
  justify-content: center;
  gap: 20px;
}
#checkout-form { max-width: 680px; width: 100%; margin-inline: auto; }
.check-layout > .summary { width: 100%; max-width: 680px; }
.cart-item {
  display: grid; grid-template-columns: 100px 1fr auto; gap: 12px;
  background: #fff; border-radius: var(--radius); padding: 12px; margin-bottom: 10px;
  box-shadow: var(--shadow);
}
.cart-item img { width: 100px; height: 100px; object-fit: contain; }
.bag-page { padding-top: 16px; }
.bag-page > .container > .crumb { margin-bottom: 10px; }
.bag-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.bag-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--line);
}
.bag-head h1 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}
.bag-head #bag-count {
  font-size: 13px;
  font-weight: 500;
  color: var(--muted);
}
.bag-item {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) auto;
  gap: 14px 16px;
  align-items: start;
  background: #fff;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  padding: 14px 16px;
  margin-bottom: 0;
  box-shadow: none;
}
.bag-item:last-child { border-bottom: 0; }
.bag-img {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  background: #f7f8f8;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px;
  text-decoration: none;
}
.bag-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bag-name {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.35;
  margin: 0 0 4px;
}
.bag-name:hover { color: #c7511f; text-decoration: none; }
.bag-meta {
  margin: 0 0 4px;
  font-size: 13px;
  color: var(--muted);
}
.bag-stock {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 600;
  color: var(--ok);
}
.bag-unit { display: none; margin: 0 0 8px; font-size: 16px; font-weight: 700; }
.bag-acts {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
}
.bag-remove {
  border: 0;
  background: none;
  padding: 0;
  color: var(--link);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}
.bag-remove:hover { color: #c7511f; text-decoration: underline; }
.bag-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  min-width: 88px;
  text-align: right;
}
.bag-price { font-size: 18px; font-weight: 700; }
.summary {
  background: #fff;
  border-radius: var(--radius);
  padding: 16px;
  height: fit-content;
  position: sticky;
  top: 110px;
  box-shadow: var(--shadow);
}
.bag-summary {
  border: 1px solid var(--line);
  padding: 16px 16px 18px;
}
.bag-summary h2 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
}
.bag-sum-rows { margin-bottom: 4px; }
.bag-summary .row-line {
  margin: 6px 0;
  font-size: 13px;
  align-items: baseline;
}
.bag-summary .row-line span:last-child { color: var(--ink); font-weight: 600; }
.bag-summary .row-line.total {
  margin: 12px 0 8px;
  padding-top: 12px;
  font-size: 18px;
}
.bag-summary #sum-ship.is-free { color: var(--ok); }
.bag-summary #sum-disc.is-off { color: var(--ok); }
.coupon-box {
  margin: 12px 0 4px;
  padding: 12px;
  background: #f7f8f8;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.coupon-box label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--ink);
}
.bag-summary .coupon-row { margin: 0; }
.bag-summary .coupon-row input {
  height: 38px;
  border-radius: 8px;
  text-transform: uppercase;
}
.bag-summary .coupon-row .btn {
  height: 38px;
  padding: 0 14px;
  border-radius: 8px;
  font-weight: 600;
}
.coupon-hint {
  margin: 8px 0 0;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.35;
}
.coupon-msg {
  display: none;
  margin: 6px 0 0;
  font-size: 12px;
  font-weight: 600;
}
.coupon-msg.show { display: block; }
.coupon-msg.ok { color: var(--ok); }
.coupon-msg.bad { color: var(--price); }
.bag-save {
  display: none;
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ok);
}
.bag-save.show { display: block; }
.bag-summary #go-checkout {
  min-height: 48px;
  font-size: 15px;
  font-weight: 700;
  margin-top: 4px;
}
.bag-summary #go-checkout.is-off {
  pointer-events: none;
  opacity: 0.45;
}
.bag-continue {
  display: block;
  text-align: center;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 600;
}
.row-line { display: flex; justify-content: space-between; margin: 8px 0; color: var(--muted); }
.row-line.total { color: var(--ink); font-size: 18px; font-weight: 700; border-top: 1px solid var(--line); padding-top: 10px; }
.check-item {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
}
.check-item img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  background: #f7f8f8;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 4px;
}
.check-item p {
  margin: 0;
  font-size: 13px;
  color: var(--ink);
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.check-item span { font-size: 12px; color: var(--muted); }
.check-item strong { font-size: 13px; color: var(--ink); white-space: nowrap; }
.pay-note {
  font-size: 12px;
  color: var(--muted);
  margin: 10px 0 12px;
}
#place-order {
  min-height: 52px;
  padding: 14px 20px;
  font-size: 17px;
  font-weight: 700;
  border-radius: 26px;
  margin-top: 4px;
}
.thanks-wrap {
  display: none;
}
.thanks-wrap.is-on,
body[data-page="thanks"] .thanks-wrap { display: block; }
.thanks-card {
  max-width: 640px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  padding: 24px 22px 22px;
  box-shadow: var(--shadow);
}
.thanks-status {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.thanks-check {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  line-height: 0;
}
.thanks-check svg { display: block; width: 44px; height: 44px; }
.thanks-kicker {
  margin: 0;
  color: var(--ok);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.thanks-status h2 {
  margin: 2px 0 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--ink);
}
.thanks-sub {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}
.thanks-ids {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 18px 0 14px;
}
.id-tile {
  display: grid;
  gap: 6px;
  padding: 14px 14px 12px;
  background: #f7f8f8;
  border: 1px solid var(--line);
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}
.id-tile:hover {
  border-color: #007185;
  text-decoration: none;
  background: #fff;
}
.id-tile.is-track {
  background: #131921;
  border-color: #131921;
  color: #fff;
}
.id-tile.is-track:hover {
  background: #232f3e;
  border-color: #232f3e;
  color: #fff;
}
.id-kicker {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
}
.id-tile.is-track .id-kicker { color: #febd69; }
.id-value {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
  word-break: break-all;
}
.track-code {
  font-family: ui-monospace, "Cascadia Mono", Consolas, monospace;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .12em;
  word-break: break-all;
}
.thanks-eta {
  display: none;
  margin: 0 0 16px;
  color: var(--ok);
  font-size: 13px;
  font-weight: 600;
}
.thanks-eta.show { display: block; }
.thanks-items-title {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 8px;
  padding-top: 4px;
  border-top: 1px solid var(--line);
}
.thanks-item {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.thanks-item img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  background: #f7f8f8;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 4px;
}
.thanks-item h4 {
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}
.thanks-item p {
  margin: 0;
  font-size: 12px;
  color: var(--muted);
}
.thanks-item strong {
  font-size: 14px;
  white-space: nowrap;
}
.thanks-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 12px 0 18px;
  font-size: 15px;
  font-weight: 700;
}
.thanks-card > .btn { min-height: 44px; font-weight: 700; }
.pay-card h3 { margin-bottom: 10px; }
.pay-lead {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}
.pay-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
}
.pay-method {
  display: grid;
  justify-items: center;
  gap: 6px;
  text-align: center;
  padding: 12px 10px;
  background: #f7f8f8;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.pay-method img {
  width: 132px;
  height: 132px;
  object-fit: contain;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.pay-method strong { font-size: 14px; }
.pay-method code {
  font-size: 12px;
  color: var(--muted);
  overflow-wrap: anywhere;
  word-break: break-word;
}
.pay-method .btn { min-height: 32px; height: 32px; padding: 0 10px; font-size: 12px; width: 100%; }
.pay-wrap { display: none; }
.pay-wrap.is-on { display: block; }
.pay-step-card { padding: 16px 16px 18px; }
.pay-step-card h2 { font-size: 22px; margin: 2px 0 6px; }
.pay-one {
  display: grid;
  justify-items: center;
  gap: 6px;
  text-align: center;
  padding: 12px 10px 12px;
  background: #f7f8f8;
  border: 1px solid var(--line);
  border-radius: 10px;
  margin-bottom: 12px;
}
.pay-qr-frame {
  width: 220px;
  height: 220px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.pay-qr-frame img {
  width: 204px;
  height: 204px;
  object-fit: contain;
}
.pay-am-note {
  margin: 2px 0 0;
  font-size: 12px;
  color: var(--muted);
}
.pay-id { display: grid; gap: 2px; min-width: 0; }
.pay-one strong { font-size: 14px; }
.pay-one code {
  font-size: 12px;
  color: var(--muted);
  overflow-wrap: anywhere;
}
.pay-act-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 2px;
}
.pay-one .btn { min-height: 36px; height: 36px; width: auto; padding: 0 14px; }
.pay-refresh {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  background: transparent;
  color: #007185;
  font: inherit;
  font-weight: 650;
  font-size: 13px;
  cursor: pointer;
  padding: 8px;
  min-height: 36px;
}
.pay-refresh:hover { color: #c7511f; }
.pay-refresh.is-spin svg { animation: pay-spin .7s linear; }
@keyframes pay-spin { to { transform: rotate(360deg); } }
.proof-block {
  border-top: 1px solid var(--line);
  padding-top: 12px;
}
.proof-block h3 { font-size: 15px; margin: 0 0 4px; }
.proof-block .pay-lead { margin-bottom: 8px; }
.proof-tools { display: grid; gap: 8px; margin-bottom: 8px; }
.proof-pick { display: inline-block; margin-bottom: 0; }
.proof-pick .btn { min-height: 36px; height: 36px; padding: 0 14px; }
.proof-pick input { position: absolute; width: 1px; height: 1px; opacity: 0; overflow: hidden; }
.proof-preview {
  position: relative;
  margin: 0 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #f7f8f8;
}
.proof-preview[hidden] { display: none !important; }
.proof-preview img {
  display: block;
  width: 100%;
  max-height: 280px;
  object-fit: contain;
  background: #fff;
  cursor: zoom-in;
}
.proof-del {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #b12704;
  box-shadow: 0 2px 8px rgba(15, 17, 17, .22);
  display: grid;
  place-items: center;
  cursor: pointer;
}
.proof-del svg {
  display: block;
  flex-shrink: 0;
  overflow: visible;
}
.proof-del:hover { background: #fff5f3; }
.dlg {
  position: fixed;
  inset: 0;
  z-index: 140;
  display: grid;
  place-items: center;
  padding: 20px;
}
.dlg[hidden] { display: none !important; }
.dlg-dim {
  position: absolute;
  inset: 0;
  background: rgba(15, 17, 17, .48);
}
.dlg-card {
  position: relative;
  width: min(400px, 100%);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 12px 40px rgba(15, 17, 17, .22);
  padding: 20px 20px 16px;
}
.dlg-card h2 { font-size: 18px; margin: 0 0 8px; }
.dlg-card p { margin: 0 0 16px; color: var(--muted); font-size: 14px; line-height: 1.45; }
.dlg-actions { display: flex; justify-content: flex-end; gap: 8px; flex-wrap: wrap; }
.btn-del {
  background: #b12704;
  color: #fff;
  border: 1px solid #b12704;
}
.btn-del:hover { background: #9b2103; color: #fff; }
.proof-zoom {
  position: fixed;
  inset: 0;
  z-index: 145;
  display: grid;
  place-items: center;
  padding: 16px;
  background: rgba(15, 17, 17, .82);
}
.proof-zoom[hidden] { display: none !important; }
.proof-zoom img {
  max-width: min(960px, 100%);
  max-height: calc(100vh - 48px);
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, .4);
  cursor: zoom-out;
}
.proof-zoom-x {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
}
#confirm-pay { margin-top: 8px; }
#confirm-pay:disabled { opacity: .55; cursor: not-allowed; }
.pay-ocr-msg {
  min-height: 1.3em;
  font-size: 12px;
  color: var(--muted);
  margin: 0 0 10px;
  line-height: 1.4;
}
.muted { color: var(--muted); }
.track-card {
  max-width: 640px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  padding: 22px;
  box-shadow: var(--shadow);
}
.trk-page { padding-top: 24px; }
.trk-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, .9fr);
  gap: 20px;
  align-items: start;
  max-width: 1080px;
  margin: 0 auto;
}
.trk {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow);
  min-width: 0;
}
.trk-find { max-width: 560px; margin: 0 auto; }
.trk-banner {
  background: #131921;
  color: #fff;
  padding: 22px 22px 18px;
}
.trk-banner.is-wait { background: #232f3e; }
.trk-banner.is-bad { background: #7a1f1f; }
.trk-banner.is-ok { background: #0d3d34; }
.trk-kicker {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #febd69;
}
.trk-banner.is-bad .trk-kicker { color: #ffb4a8; }
.trk-banner.is-ok .trk-kicker { color: #9fe1d2; }
.trk-banner h1 {
  margin: 8px 0 8px;
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -.03em;
  font-weight: 700;
}
.trk-lead {
  margin: 0;
  color: #d5d9d9;
  font-size: 14px;
  line-height: 1.5;
  max-width: 46ch;
}
.trk-ids {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 14px 0 0;
  font-size: 12px;
  color: #bbb;
  font-weight: 600;
}
.trk-ids span {
  font-family: ui-monospace, Consolas, monospace;
  letter-spacing: .04em;
}
.trk-body { padding: 18px 22px 22px; }
.trk-rail {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 18px;
  padding: 4px 0 0;
}
.trk-rail li {
  display: grid;
  justify-items: center;
  gap: 8px;
  position: relative;
  text-align: center;
}
.trk-rail li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 9px;
  left: calc(50% + 12px);
  right: calc(-50% + 12px);
  height: 2px;
  background: #e3e6e6;
}
.trk-rail li.is-done:not(:last-child)::after,
.trk-rail li.is-now:not(:last-child)::after { background: #067d62; }
.trk-rail li.is-fail:not(:last-child)::after { background: #e7a9a0; }
.trk-rail-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #d5d9d9;
  z-index: 1;
}
.trk-rail li.is-done .trk-rail-dot {
  background: #067d62;
  border-color: #067d62;
  box-shadow: inset 0 0 0 3px #fff;
}
.trk-rail li.is-now .trk-rail-dot {
  background: #ffd814;
  border-color: #e6b800;
  animation: trk-pulse 1.6s ease-out infinite;
}
.trk-rail li.is-fail .trk-rail-dot {
  background: #b12704;
  border-color: #b12704;
}
.trk-rail-label {
  font-size: 11px;
  font-weight: 650;
  color: var(--muted);
  line-height: 1.25;
}
.trk-rail li.is-done .trk-rail-label,
.trk-rail li.is-now .trk-rail-label { color: var(--ink); }
.trk-rail li.is-fail .trk-rail-label { color: #b12704; }
@keyframes trk-pulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 216, 20, .55); }
  70% { box-shadow: 0 0 0 8px rgba(255, 216, 20, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 216, 20, 0); }
}
.trk-eta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  background: #fff8e7;
  border: 1px solid #fcd200;
  border-radius: 8px;
  padding: 12px 14px;
  margin-bottom: 20px;
}
.trk-eta-k {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #b35900;
}
.trk-eta-v {
  margin: 3px 0 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
}
.trk-flag {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  background: #fff4e5;
  color: #b35900;
  white-space: nowrap;
}
.trk-flag.is-ok { background: #e6f4f1; color: #067d62; }
.trk-flag.is-bad { background: #fdecea; color: #b12704; }
.trk-flag.is-wait { background: #fff4e5; color: #b35900; }
.trk-feed-title {
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--muted);
}
.trk-feed {
  list-style: none;
  margin: 0;
  padding: 0 0 0 6px;
}
.trk-feed li {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 12px;
  position: relative;
  padding: 0 0 16px;
}
.trk-feed li:last-child { padding-bottom: 0; }
.trk-feed li:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 16px;
  bottom: 0;
  width: 2px;
  background: #e3e6e6;
}
.trk-feed li.is-done:not(:last-child)::before { background: #067d62; }
.trk-feed-mark {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #d5d9d9;
  margin-top: 2px;
  z-index: 1;
}
.trk-feed li.is-done .trk-feed-mark {
  background: #067d62;
  border-color: #067d62;
  box-shadow: inset 0 0 0 3px #fff;
}
.trk-feed li.is-now .trk-feed-mark {
  background: #ffd814;
  border-color: #e6b800;
}
.trk-feed li.is-fail .trk-feed-mark {
  background: #b12704;
  border-color: #b12704;
}
.trk-feed li.is-wait { opacity: .58; }
.trk-feed-body time {
  display: block;
  font-size: 12px;
  color: var(--muted);
  font-weight: 600;
  margin-bottom: 2px;
}
.trk-feed-body h3 {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 700;
}
.trk-feed-body p {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.45;
}
.trk-place {
  margin-top: 4px !important;
  font-size: 12px !important;
  font-weight: 650;
  color: #007185 !important;
}
.trk-help {
  margin-top: 18px;
  padding: 14px;
  border-radius: 8px;
  background: #f7f8f8;
  border: 1px solid var(--line);
}
.trk-help.is-alert {
  background: #fff6f4;
  border-color: #f5c2b8;
}
.trk-help h2 { font-size: 16px; margin: 0 0 6px; }
.trk-help p { margin: 0 0 12px; font-size: 13px; color: var(--muted); line-height: 1.45; }
.trk-help-acts { display: flex; flex-wrap: wrap; gap: 8px; }
.trk-help-acts .btn { min-height: 40px; }
.trk-miss { color: #b12704; font-weight: 600; margin: 0 0 12px; }
.trk-side {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 18px 18px 16px;
  box-shadow: var(--shadow);
}
.trk-side h3 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 10px;
}
.trk-side .thanks-item { margin-bottom: 10px; }
.trk-side .track-addr { margin-bottom: 10px; }
.trk-total { font-weight: 800; margin: 0 0 14px; }
.trk-demo-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
}
.trk-demo-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink);
  font-size: 12px;
  font-weight: 650;
}
.trk-demo-nav a:hover { border-color: #007185; text-decoration: none; color: #007185; }
.trk-demo-sec {
  margin: 0 0 36px;
}
.trk-demo-sec > h2 {
  font-size: 18px;
  margin: 0 0 6px;
}
.trk-demo-sec > p {
  color: var(--muted);
  font-size: 13px;
  margin: 0 0 14px;
  line-height: 1.45;
}
.track-hero {
  text-align: center;
  padding: 8px 8px 18px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 18px;
}
.track-hero .track-kicker {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #b35900;
}
.track-hero .track-code {
  margin: 0;
  display: inline-block;
  padding: 10px 16px;
  background: #131921;
  color: #fff;
  border-radius: 8px;
  font-size: 18px;
  letter-spacing: .16em;
}
.track-status-line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 12px 0 0;
}
.track-flag {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  background: #fff4e5;
  color: #b35900;
}
.track-flag.is-ok { background: #e6f4f1; color: #067d62; }
.track-flag.is-bad { background: #fdecea; color: #b12704; }
.track-steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
  margin: 0 0 20px;
  padding: 0;
}
.track-steps li {
  display: grid;
  justify-items: center;
  gap: 6px;
  text-align: center;
  font-size: 11px;
  font-weight: 650;
  color: var(--muted);
  position: relative;
}
.track-steps li span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #f0f2f2;
  color: var(--muted);
  font-size: 12px;
}
.track-steps li.is-done { color: #067d62; }
.track-steps li.is-done span { background: #067d62; color: #fff; }
.track-steps li.is-now { color: #131921; }
.track-steps li.is-now span { background: #ffd814; color: #131921; }
.track-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 16px;
}
.track-addr { font-size: 14px; line-height: 1.5; margin: 0 0 18px; }
.track-lookup { margin-top: 16px; }
.track-lookup label { display: block; font-size: 12px; font-weight: 600; margin-bottom: 6px; }
.track-lookup-row { display: flex; gap: 8px; }
.track-lookup-row input { flex: 1; min-width: 0; border: 1px solid #888c8c; border-radius: 4px; padding: 8px 10px; font: inherit; }
.track-card > .btn { min-height: 44px; font-weight: 700; margin-top: 8px; }
.thanks-pay { margin: 0 0 16px; padding-top: 4px; }
.thanks-pay h3 { font-size: 16px; margin: 0 0 6px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-grid .full { grid-column: 1 / -1; }
.field label { display: block; font-size: 12px; font-weight: 600; margin-bottom: 4px; }
.field input, .field select, .field textarea {
  width: 100%; background: #fff; border: 1px solid #888c8c; color: var(--ink);
  border-radius: 4px; padding: 8px 10px; outline: none;
}
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: #e77600; box-shadow: 0 0 0 3px #c8f3fa;
}

.delivery-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 18px 16px 20px;
  margin-bottom: 16px;
  box-shadow: var(--shadow);
}
.delivery-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}
.delivery-card .form-grid { gap: 14px 12px; align-items: start; }
.delivery-card .field { min-width: 0; }
.delivery-card .field label {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 6px;
}
.opt-label {
  font-weight: 500;
  color: var(--muted);
  font-size: 12px;
  text-transform: none;
  letter-spacing: 0;
}
.delivery-card .field input:not([type="hidden"]):not(.combo-search),
.delivery-card .field select,
.delivery-card .field textarea {
  height: 44px;
  border: 1px solid #d5d9d9;
  border-radius: 8px;
  padding: 0 12px;
  background: #f7f8f8;
  font-size: 15px;
  color: var(--ink);
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.delivery-card .field textarea {
  height: auto;
  min-height: 92px;
  padding: 10px 12px;
  resize: none;
  line-height: 1.45;
}
.delivery-card .field input::placeholder,
.delivery-card .field textarea::placeholder {
  color: #8d9090;
}
.delivery-card .field input:not([type="hidden"]):not(.combo-search):focus,
.delivery-card .field select:focus,
.delivery-card .field textarea:focus {
  background: #fff;
  border-color: #e77600;
  box-shadow: 0 0 0 3px rgba(231, 118, 0, 0.18);
}
.delivery-card .field.invalid input:not([type="hidden"]):not(.combo-search),
.delivery-card .field.invalid textarea {
  border-color: #b12704;
  background: #fff6f4;
}
.field-msg {
  display: none;
  font-size: 12px;
  color: #b12704;
  margin: 5px 0 0;
  line-height: 1.3;
}
.field.invalid .field-msg { display: block; }
.pin-eta, .ship-eta {
  display: none;
  font-size: 13px;
  color: var(--ok);
  font-weight: 600;
  margin: 6px 0 0;
}
.pin-eta.show, .ship-eta.show { display: block; }
.ship-eta { margin: 0 0 8px; }
.combo { position: relative; }
.combo-face {
  width: 100%;
  cursor: pointer;
  padding-right: 36px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%23565959' stroke-width='1.8' stroke-linecap='round' d='M1 1.5l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.combo.open .combo-face {
  background-color: #fff;
  border-color: #e77600;
  box-shadow: 0 0 0 3px rgba(231, 118, 0, 0.18);
}
.combo-menu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  z-index: 40;
  background: #fff;
  border: 1px solid #d5d9d9;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(15, 17, 17, 0.16);
}
.combo.open .combo-menu { display: block; }
.combo-search {
  width: 100%;
  height: 42px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--line) !important;
  border-radius: 0 !important;
  padding: 0 12px !important;
  box-shadow: none !important;
  background: #fff !important;
}
.combo-list {
  list-style: none;
  margin: 0;
  padding: 6px 0;
  max-height: 220px;
  overflow-y: auto;
}
.combo-list li {
  padding: 9px 12px;
  font-size: 14px;
  cursor: pointer;
}
.combo-list li:hover,
.combo-list li.on { background: #fff8e7; }
.combo-list .combo-empty {
  color: var(--muted);
  cursor: default;
  padding: 12px;
}
.combo-list .combo-empty:hover { background: transparent; }
.summary .coupon-row { display: flex; gap: 8px; margin: 12px 0; }
.summary .coupon-row input {
  flex: 1; border: 1px solid #888c8c; border-radius: 4px; padding: 8px 10px;
}

.order-review {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 14px 8px;
  margin-bottom: 14px;
  box-shadow: var(--shadow);
}
.order-review > h3 {
  font-size: 16px;
  margin: 0 0 8px;
}
.order-item {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 10px;
  padding: 8px 0;
  border-top: 1px solid var(--line);
}
.order-item:first-child { border-top: 0; padding-top: 0; }
.order-item-img {
  background: #f7f8f8;
  border: 1px solid var(--line);
  border-radius: 6px;
  display: grid;
  place-items: center;
  padding: 4px;
  min-height: 56px;
}
.order-item-img img {
  max-width: 100%;
  max-height: 48px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.order-item-info h4 {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 4px;
}
.order-item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 4px;
}
.order-item-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
  margin: 0;
}
.order-item-price strong { font-size: 14px; font-weight: 700; }
.order-item-price s { color: var(--muted); font-size: 12px; }
.order-item-price .off { color: var(--price); font-weight: 700; font-size: 12px; }
.order-item-info p {
  font-size: 12px;
  color: var(--ink);
  line-height: 1.4;
  margin: 0 0 4px;
}
.order-item-info .ship-note { color: var(--muted); margin: 0; }

.empty {
  text-align: center; padding: 40px 16px;
  background: #fff; border-radius: var(--radius); color: var(--muted);
}

.overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,0.5);
  opacity: 0; pointer-events: none; transition: 0.25s; z-index: 90;
}
.overlay.show { opacity: 1; pointer-events: auto; }
.drawer {
  position: fixed; top: 0; right: 0; height: 100%; width: min(380px, 92vw);
  background: #fff;
  transform: translateX(100%); transition: 0.3s; z-index: 100;
  display: flex; flex-direction: column;
}
.drawer.show { transform: none; }
.drawer-head, .drawer-foot { padding: 14px 16px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; }
.drawer-foot { border-bottom: 0; border-top: 1px solid var(--line); gap: 10px; }
.drawer-foot .btn { flex: 1; }
.drawer-body { padding: 12px 16px; overflow: auto; flex: 1; }
.drawer-body .product-card { margin-bottom: 10px; }
.drawer .cart-item.mini-line {
  grid-template-columns: 64px minmax(0, 1fr) 32px;
  align-items: start;
  gap: 10px;
  padding: 10px;
}
.drawer .cart-item.mini-line img {
  width: 64px;
  height: 64px;
}
.mini-info {
  display: grid;
  gap: 3px;
  min-width: 0;
}
.mini-info strong {
  font-size: 14px;
  line-height: 1.3;
}
.mini-info small { color: var(--muted); }
.mini-price {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
}
.mini-qty {
  margin-top: 4px;
  width: fit-content;
}
.mini-qty button {
  width: 28px;
  height: 28px;
  font-size: 16px;
  line-height: 1;
}
.mini-qty input {
  width: 28px;
  font-size: 13px;
  font-weight: 700;
}
.drawer .icon-btn { color: var(--ink); border-color: var(--line); }

.toast {
  position: fixed; bottom: 22px; left: 50%; transform: translateX(-50%) translateY(20px);
  background: var(--navy); color: #fff;
  padding: 10px 16px; border-radius: 4px; opacity: 0; pointer-events: none;
  z-index: 120; transition: 0.25s;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

.popup {
  position: fixed;
  inset: 0;
  z-index: 130;
  display: none;
  place-items: center;
  padding: 16px;
  background: rgba(15, 17, 17, 0.62);
  overflow: auto;
}
.popup.show { display: grid; }
.popup-card {
  width: min(440px, 100%);
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 20px 50px rgba(15, 17, 17, 0.35);
  border: 1px solid rgba(201, 162, 39, 0.4);
}
.popup-card .pop-hero {
  position: relative;
  height: 190px;
  background-color: #3a1212;
  background-position: 70% 18%;
  background-size: cover;
  background-repeat: no-repeat;
}
.popup-card .pop-hero::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 36px;
  background: linear-gradient(180deg, transparent, #fff);
}
.pop-toran {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 48px;
  background-image: url("../img/toran.svg");
  background-repeat: repeat-x;
  background-position: top center;
  background-size: auto 100%;
  pointer-events: none;
  z-index: 1;
}
.popup-card .pop-body {
  padding: 8px 22px 18px;
  text-align: left;
}
.pop-badge {
  display: inline-block;
  background: var(--puja-2);
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.popup-card h3 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 10px 0 6px;
  line-height: 1.2;
}
.popup-card .pop-body p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
  margin: 0 0 12px;
}
.pop-code {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px dashed #c9a227;
  background: #fff8e7;
  color: var(--ink);
  padding: 7px 12px;
  border-radius: 6px;
  font-size: 13px;
  margin: 0 0 14px;
}
.pop-code strong {
  font-size: 15px;
  letter-spacing: 0.08em;
  color: var(--puja);
}
.popup-card .pop-body .btn { width: fit-content; min-width: 148px; }
.pop-alpana {
  height: 44px;
  background-color: #b01616;
  background-image: url("../img/alpana.svg");
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: auto 100%;
}
.close-x {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  z-index: 6;
  box-shadow: 0 2px 8px rgba(15, 17, 17, 0.2);
  font-size: 16px;
  line-height: 1;
}

.chat-float {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 70;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.chat-fab {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: #fff;
  display: grid;
  place-items: center;
  transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.chat-fab svg {
  width: 30px;
  height: 30px;
  display: block;
}
.wa-float {
  background: #25d366;
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.45);
}
.tg-float {
  background: #229ed9;
  box-shadow: 0 6px 18px rgba(34, 158, 217, 0.45);
}
.wa-float:hover,
.wa-float:focus-visible {
  text-decoration: none;
  color: #fff;
  background: #1ebe57;
  transform: scale(1.06);
  box-shadow: 0 8px 22px rgba(37, 211, 102, 0.55);
}
.tg-float:hover,
.tg-float:focus-visible {
  text-decoration: none;
  color: #fff;
  background: #1b8fc4;
  transform: scale(1.06);
  box-shadow: 0 8px 22px rgba(34, 158, 217, 0.55);
}
.btn-wa,
.btn-tg {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-wa svg,
.btn-tg svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  position: fixed;
  inset: 0 0 0 auto;
  width: min(300px, 88vw);
  max-width: 100%;
  background: #fff;
  z-index: 110;
  padding: 0;
  transform: translateX(110%);
  transition: transform 0.28s ease;
  box-shadow: var(--shadow);
  pointer-events: none;
}
.mobile-nav.show { transform: none; pointer-events: auto; }
.mobile-nav-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 10px 10px 16px;
  background: var(--navy);
  color: #fff;
  flex-shrink: 0;
}
.mobile-nav-head strong { font-size: 15px; }
.mobile-nav-head .icon-btn { color: #fff; }
.mobile-nav nav {
  padding: 6px 8px 20px;
  overflow: auto;
  overscroll-behavior: contain;
}
.mobile-nav a {
  display: block;
  padding: 12px 10px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: 15px;
  border-radius: 0;
}
.mobile-nav a:hover { text-decoration: none; color: var(--ink); background: #f7fafa; }
.mobile-nav a.active {
  color: #c45500;
  font-weight: 700;
  background: #fff8e7;
  border-left: 3px solid #febd69;
  padding-left: 7px;
}

.about-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 24px; align-items: start; }
.about-grid img { border-radius: var(--radius); min-height: 280px; object-fit: cover; width: 100%; }
.about-hero {
  background: #fff;
  border-bottom: 1px solid var(--line);
  padding: 8px 0 28px;
}
.about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 1fr);
  gap: 24px;
  align-items: start;
}
.about-hero-copy h2 {
  font-size: 26px;
  letter-spacing: -.03em;
  line-height: 1.2;
  margin: 0 0 12px;
}
.about-hero-copy p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 10px;
  max-width: 52ch;
}
.about-hero-copy .hero-cta { margin-top: 16px; }
.about-window {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: #f7f8f8;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  min-height: 260px;
}
.about-window img {
  width: 100%;
  height: 260px;
  object-fit: contain;
  padding: 18px 8px;
  background: #f7f8f8;
}
.about-sell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 20px 24px;
  align-items: center;
}
.about-sell h2 { font-size: 22px; margin: 0 0 10px; }
.about-picks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.about-picks article {
  background: #f7f8f8;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--line);
  min-width: 0;
}
.about-picks img {
  width: 100%;
  height: 140px;
  object-fit: contain;
  padding: 10px;
}
.about-picks h3 {
  font-size: 13px;
  margin: 0;
  padding: 0 8px 10px;
  text-align: center;
  font-weight: 650;
}
.about-visit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: center;
}
.about-visit h2 { font-size: 22px; margin: 0 0 8px; }
.about-visit p { color: var(--muted); line-height: 1.5; margin: 0; }
.about-visit img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center 30%;
  border-radius: 8px;
  border: 1px solid var(--line);
}
.contact-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 16px; }

@media (max-width: 1280px) {
  .pdp { grid-template-columns: 72px minmax(0, 1fr) minmax(220px, 1fr) 240px; }
  .thumbs-wrap { grid-column: 1; grid-row: 1; }
  .gallery-main { grid-column: 2; grid-row: 1; height: min(400px, 50vh); }
  .pdp-info { grid-column: 3; grid-row: 1; }
  .buybox { grid-column: 4; grid-row: 1; }
  .pdp-desc { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 1024px) {
  .cats { grid-template-columns: repeat(2, 1fr); }
  .cat-card { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .cat-card:nth-child(2n) { border-right: 0; }
  .cat-card:nth-last-child(-n+2) { border-bottom: 0; }
  .grid-4, .features, .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .promo-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .promo-featured { min-height: 220px; }
  .promo-featured .promo-visual img { max-height: 210px; }
  .promo-side { min-height: 132px; }
  .deal-banner { height: 170px; max-height: 170px; }
  .deal-banner-clearance { height: auto; min-height: 170px; max-height: none; }
  .deal-banner-phone img { width: 96px; height: 132px; }
  .deal-phone-offer { width: 150px; }
  .reviews, .shop-layout, .cart-layout, .check-layout,
  .newsletter, .about-grid, .contact-grid,
  .about-hero-grid, .about-sell, .about-visit { grid-template-columns: 1fr; }
  .about-window img { height: 200px; }
  .shop-layout,
  .filters,
  .shop-main { min-width: 0; }
  .filters { position: static; overflow: hidden; }
  .filter-block { padding: 8px 12px 10px; }
  .filter-cats {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
  }
  .filter-opt {
    border: 1px solid var(--line);
    padding: 6px 12px;
    border-radius: 16px;
    gap: 0;
    min-height: 34px;
  }
  .filter-opt:hover { background: #f7fafa; }
  .filter-opt input { display: none; }
  .filter-opt:has(input:checked) {
    background: var(--navy);
    border-color: var(--navy);
  }
  .filter-opt:has(input:checked) span { color: #fff; font-weight: 700; }
  .shop-tools {
    padding: 8px 10px;
    flex-wrap: nowrap;
    gap: 8px;
  }
  .shop-sort { min-width: 0; }
  .shop-sort select { max-width: 100%; min-width: 0; }
  .footer { padding: 16px 0 10px; margin-top: 16px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 10px 16px; margin-bottom: 10px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-know { grid-column: 1 / -1; }
  .slides { min-height: 0; height: min(46vw, 400px); }
  .slide-copy h1, .slide-copy h2 { font-size: 34px; }
  .pdp-page { padding: 12px 0 108px; }
  .pdp {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 12px;
  }
  .gallery-main {
    order: 1;
    grid-column: 1;
    grid-row: 1;
    height: min(340px, 42vh);
    min-height: 220px;
    padding: 12px;
    cursor: pointer;
  }
  .zoom-lens, .zoom-pane { display: none !important; }
  .thumbs-wrap {
    order: 2;
    grid-column: 1;
    grid-row: 2;
    max-height: none;
    flex-direction: row;
    width: 100%;
  }
  .thumb-nav { display: none; }
  .thumbs {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    max-height: none;
    -webkit-overflow-scrolling: touch;
    gap: 8px;
    padding: 2px 2px 4px;
    width: 100%;
  }
  .thumbs img { width: 64px; height: 64px; }
  .pdp-info {
    order: 3;
    grid-column: 2;
    grid-row: 1 / span 2;
    min-width: 0;
  }
  .pdp-desc { order: 4; grid-column: 1 / -1; grid-row: auto; }
  .buybox { display: none; }
  .pdp-cta-bar {
    display: grid;
    grid-template-columns: auto 1fr 1fr;
    align-items: center;
    gap: 6px 8px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 75;
    background: #fff;
    border-top: 1px solid var(--line);
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
    box-shadow: 0 -6px 18px rgba(15, 17, 17, 0.1);
  }
  .pdp-cta-copy { grid-column: 1 / -1; min-width: 0; }
  .pdp-cta-name {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    color: var(--ink);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .pdp-cta-feat {
    margin: 1px 0 0;
    font-size: 11px;
    color: var(--muted);
  }
  .pdp-cta-price strong { font-size: 16px; font-weight: 700; }
  .pdp-cta-bar .btn { padding: 9px 10px; font-size: 13px; }
  .chat-float { bottom: 98px; right: 12px; }
  .filters { position: static; }
  .nav { display: none; position: static; transform: none; }
  .menu-toggle { display: grid; }
  .header .container.header-inner,
  .header-inner {
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
    min-height: 52px;
  }
  .header-acts { gap: 0; margin-left: 0; padding-right: 0; align-self: center; flex-shrink: 0; }
  .logo { max-width: calc(100% - 128px); min-width: 0; }
  .pdp-page,
  .pdp,
  .thumbs-wrap,
  .thumbs {
    max-width: 100%;
    min-width: 0;
  }
  .icon-btn { width: 38px; min-width: 38px; height: 38px; }
  .icon-btn svg { width: 22px; height: 22px; }
  .logo-text { font-size: 18px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .just-in { grid-template-columns: 160px 1fr; min-height: 0; }
  .just-in-visual { height: 140px; }
  .just-in-visual img { max-height: 128px; }
  .thumbs { scrollbar-width: none; }
  .thumbs::-webkit-scrollbar { display: none; }
}

@media (max-width: 720px) {
  .shop-main .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .bag-page { padding-top: 12px; }
  .bag-head { padding: 10px 12px; }
  .bag-head h1 { font-size: 16px; }
  .bag-item {
    grid-template-columns: 88px minmax(0, 1fr) auto;
    gap: 10px 12px;
    padding: 12px;
  }
  .bag-price { display: none; }
  .bag-side { min-width: 0; justify-content: flex-start; }
  .bag-unit { display: block; }
  .bag-acts { margin-top: 2px; }
  .qty button { width: 32px; height: 32px; }
  .qty input { width: 32px; }
  .bag-summary { position: static; padding: 14px; }
  .coupon-box { padding: 10px; }
  .filters { border-radius: 8px; }
  .filters-head { padding: 8px 12px; }
  .filters-head h2 { font-size: 14px; }
  .filter-clear { font-size: 13px; padding: 4px 0; }
  .filter-block { padding: 8px 12px; }
  .filter-block:has(.filter-cats) h3,
  .filter-block:has(#price-range) h3 { display: none; }
  .filter-block:has(#price-range) {
    border-bottom: 0;
    padding-bottom: 10px;
  }
  .filter-search input { height: 36px; font-size: 14px; border-radius: 8px; }
  .filter-cats {
    flex-wrap: wrap;
    overflow: visible;
    gap: 8px;
    margin: 0;
    padding: 0;
  }
  .filter-opt {
    flex-shrink: 0;
    padding: 7px 12px;
    font-size: 13px;
    min-height: 36px;
  }
  .filter-price-row { margin-bottom: 4px; }
  .filters input[type="range"] {
    height: 28px;
    margin: 0;
  }
  .filter-price-ends,
  .filter-promo { display: none; }
  .shop-tools {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    margin-bottom: 10px;
  }
  .shop-count { font-size: 13px; white-space: nowrap; }
  .shop-sort {
    width: 100%;
    min-width: 0;
    justify-content: flex-end;
  }
  .shop-sort span { display: none; }
  .shop-sort select {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 8px 10px;
    font-size: 13px;
  }
  .footer { padding: 14px 0 8px; margin-top: 12px; }
  .footer-grid { gap: 8px 14px; margin-bottom: 8px; }
  .footer .logo { margin-bottom: 0; }
  .footer-blurb { display: none; }
  .footer h4 { font-size: 12px; margin-bottom: 4px; }
  .footer a, .footer p { font-size: 12px; margin-bottom: 3px; }
  .footer-know p { margin-bottom: 0; }
  .copy { padding-top: 8px; font-size: 11px; gap: 6px; }
  .thanks-card { padding: 18px 16px 16px; }
  .pay-step-card { padding: 10px 12px 12px; }
  .pay-step-card .thanks-kicker { font-size: 12px; }
  .pay-step-card h2 { font-size: 18px; margin: 0 0 4px; }
  .pay-step-card > .pay-lead { font-size: 12px; margin: 0 0 8px; line-height: 1.3; }
  .pay-one { padding: 8px 8px 10px; gap: 4px; margin-bottom: 8px; }
  .pay-qr-frame {
    width: min(72vw, 280px);
    height: min(72vw, 280px);
  }
  .pay-qr-frame img {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  .pay-one strong { font-size: 13px; }
  .pay-one code { font-size: 11px; }
  .pay-am-note { font-size: 11px; }
  .pay-act-row { gap: 6px; }
  .pay-one .btn, .proof-pick .btn {
    min-height: 34px;
    height: 34px;
    flex: 1;
    max-width: none;
  }
  .pay-refresh { min-height: 34px; padding: 4px 8px; }
  .proof-block { padding-top: 8px; }
  .proof-block h3 { font-size: 14px; margin: 0 0 2px; }
  .proof-block .pay-lead { display: none; }
  .proof-tools { gap: 6px; margin-bottom: 6px; }
  .proof-preview { margin: 0 0 6px; }
  .proof-preview img { max-height: 88px; }
  .pay-ocr-msg { min-height: 0; margin: 0 0 6px; font-size: 11px; }
  .proof-utr label { margin-bottom: 3px; font-size: 12px; }
  .proof-utr input { padding: 7px 10px; }
  #confirm-pay { min-height: 44px; margin-top: 4px; font-size: 15px; }
  body.is-paying .ticker,
  body.is-paying .footer,
  body.is-paying .chat-float { display: none; }
  body.is-paying .page-hero { padding: 8px 0; }
  body.is-paying .page-hero .crumb { display: none; }
  body.is-paying .page-hero h1 { font-size: 16px; }
  body.is-paying .section { padding-top: 8px !important; }
  .thanks-check, .thanks-check svg { width: 38px; height: 38px; }
  .thanks-status h2 { font-size: 17px; }
  .thanks-ids { grid-template-columns: 1fr; gap: 10px; }
  .track-hero .track-code { font-size: 14px; letter-spacing: .1em; padding: 8px 12px; }
  .track-lookup-row { flex-wrap: wrap; }
  .track-lookup-row .btn { width: 100%; }
  .trk-layout { grid-template-columns: 1fr; }
  .trk-banner h1 { font-size: 22px; }
  .trk-body { padding: 16px; }
  .trk-rail-label { font-size: 10px; }
  .trk-eta { flex-wrap: wrap; }
  .trk-help-acts .btn { flex: 1 1 140px; }
  .thanks-item { grid-template-columns: 56px minmax(0, 1fr) auto; }
  .thanks-item img { width: 56px; height: 56px; }
  .logo-text span { display: none; }
  .ticker { font-size: 12px; }
  .ticker-track { gap: 40px; padding: 7px 0; }
  .sale-slider.festive-frame::before { height: 28px; }
  .sale-slider.festive-frame::after { display: none; }
  .slides {
    height: auto;
    min-height: 0;
  }
  .slide {
    position: relative;
    inset: auto;
    display: none;
    opacity: 1;
    min-height: 0;
    background-position: center 28%;
    background-size: cover;
  }
  .slide.on { display: block; }
  .slide::after {
    background: linear-gradient(180deg, rgba(20, 8, 8, 0.5) 0%, rgba(20, 8, 8, 0.84) 100%);
  }
  .slide.slide-clearance {
    background-image: none !important;
    background-color: #fff8e7;
  }
  .slide.slide-clearance::after {
    display: none;
  }
  .stock-points { margin-bottom: 12px; }
  .stock-points li { font-size: 13px; padding: 4px 0 4px 18px; }
  .stock-points li:nth-child(n+3) { display: none; }
  .slide-layout {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 12px;
    height: auto;
    padding: 36px 0 8px;
  }
  .slide-copy {
    max-width: none;
    order: 1;
  }
  .slide-copy h1,
  .slide-copy h2 {
    font-size: 22px;
    margin: 8px 0 6px;
    line-height: 1.2;
  }
  .slide-copy p {
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 8px;
    max-width: none;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .slide-copy .chip {
    font-size: 11px;
    padding: 4px 8px;
  }
  .countdown {
    margin: 8px 0 10px;
    gap: 6px;
  }
  .count-box {
    min-width: 0;
    flex: 1;
    padding: 6px 2px;
  }
  .count-box strong { font-size: 16px; }
  .hero-cta {
    flex-direction: column;
    gap: 8px;
  }
  .hero-cta .btn {
    flex: none;
    width: 100%;
    min-height: 42px;
    padding: 10px 14px;
    font-size: 14px;
  }
  .hero-phone,
  .slide.slide-clearance .hero-phone {
    order: 2;
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    text-align: left;
    max-width: none;
    background: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 1px 4px rgba(15, 17, 17, 0.08);
  }
  .hero-phone:hover,
  .slide.slide-clearance .hero-phone:hover {
    text-decoration: none;
    color: inherit;
  }
  .hero-phone img,
  .slide.slide-clearance .hero-phone img {
    max-height: 76px;
    max-width: 76px;
    width: 76px;
    height: 76px;
    object-fit: contain;
    border-radius: 8px;
    background: #f7f8f8;
    filter: none;
  }
  .hero-phone-offer,
  .slide.slide-clearance .hero-phone-offer {
    margin-top: 0;
    background: transparent;
    border: 0;
    padding: 0;
    box-shadow: none;
    min-width: 0;
  }
  .hero-phone-offer b { font-size: 14px; }
  .hero-phone-offer span { font-size: 13px; }
  .hero-phone-offer em { font-size: 12px; }
  .slide:not(.slide-clearance) .hero-phone,
  .slide:not(.slide-clearance) .hero-phone:hover {
    color: #fff;
    background: rgba(10, 6, 6, 0.55);
    border-color: rgba(254, 189, 105, 0.35);
    box-shadow: none;
  }
  .slide:not(.slide-clearance) .hero-phone img { background: transparent; }
  .slide-nav { display: none; }
  .slide-dots {
    position: relative;
    bottom: auto;
    padding: 6px 0 14px;
  }
  .panel { padding: 12px 12px 14px; }
  .section { padding: 14px 0; }
  .section-head { margin-bottom: 10px; gap: 8px; }
  .section-head h2 { font-size: 18px; }
  .news-form { flex-wrap: nowrap; }
  .news-form input { min-width: 0; }
  .news-form .btn { width: auto; }
  .chat-float {
    right: 12px;
    bottom: max(16px, env(safe-area-inset-bottom));
  }
  .chat-fab {
    width: 52px;
    height: 52px;
  }
  .chat-fab svg { width: 28px; height: 28px; }
  body[data-page="product"] .chat-float {
    bottom: calc(92px + env(safe-area-inset-bottom, 0px));
  }
  .popup { padding: 12px; align-items: end; }
  .popup-card { width: 100%; border-radius: 14px 14px 0 0; }
  .just-in { grid-template-columns: 120px 1fr; min-height: 0; }
  .just-in-visual { height: 128px; }
  .just-in-visual img { max-height: 112px; }
  .just-in-copy { padding: 12px 12px 12px 0; }
  .just-in-copy h2 { font-size: 18px; }
  .just-in-copy p { display: none; }
  .just-in-price { display: block !important; margin: 0 0 8px; }

  .pdp-page { padding: 8px 0 108px; }
  .pdp-page .container { width: min(100% - 16px, var(--max)); max-width: 100%; }
  .pdp-page .crumb {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
  }
  .pdp {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .gallery-main {
    order: 1;
    grid-column: auto;
    grid-row: auto;
    height: min(260px, 38vh);
    min-height: 200px;
    padding: 10px;
    border-radius: 10px;
  }
  .thumbs-wrap {
    order: 2;
    grid-column: auto;
    grid-row: auto;
  }
  .thumbs img {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
  }
  .pdp-info {
    order: 3;
    grid-column: auto;
    grid-row: auto;
    padding: 12px 14px;
  }
  .pdp-info h1 { font-size: 16px; margin: 4px 0 8px; }
  .pdp-meta .stars { font-size: 16px; letter-spacing: 1px; }
  .pdp-meta .stars span { font-size: 13px; margin-left: 6px; }
  .pdp-now { font-size: 22px; }
  .pdp-blurb { font-size: 13px; }
  .pdp-desc { order: 4; padding: 12px 14px; }
  .sku { margin-bottom: 6px; }
  .opt { padding: 6px 10px; font-size: 12px; }
  .chat-fab { width: 50px; height: 50px; }
  .chat-fab svg { width: 26px; height: 26px; }
  .pdp-tabs { margin-top: 12px; gap: 10px; }
  .pdp-sec-title { font-size: 16px; margin-bottom: 10px; }
  .tab-panel { padding: 12px 14px 16px; }
  .p-long h3 { font-size: 14px; }
  .spec-table th { width: 40%; font-size: 12px; }
  .spec-table td { font-size: 13px; }
  .popup { padding: 12px; align-items: center; }
  .popup-card { width: min(400px, 100%); border-radius: 12px; }
  .popup-card .pop-hero { height: 150px; }
  .pop-toran { height: 40px; }
  .popup-card .pop-body { padding: 8px 16px 14px; }
  .popup-card h3 { font-size: 20px; }
  .pop-alpana { height: 36px; }
}

@media (max-width: 640px) {
  .cats { grid-template-columns: repeat(2, 1fr); }
  .cat-visual { height: 120px; }
  .cat-visual img { max-height: 108px; }
  .cat-card { padding: 10px 10px 12px; }
  .cat-meta h3 { font-size: 14px; }
  .cat-meta p { display: none; }
  .grid-4, .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .features, .form-grid { grid-template-columns: 1fr; }
  .about-hero-copy h2 { font-size: 22px; }
  .about-visit img { height: 160px; }
  .about-window { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .about-window img { height: 140px; padding: 10px 4px; }
  .about-picks { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .about-picks img { height: 100px; }
  .delivery-card .form-grid { grid-template-columns: 1fr 1fr; }
  .delivery-card .field-wide { grid-column: 1 / -1; }
  .product-media { height: 148px; }
  .product-media img { max-height: 136px; }
  .product-body h3 { font-size: 13px; min-height: 35px; }
  .price-now { font-size: 18px; }
  .promo-featured {
    flex-direction: column-reverse;
    min-height: 0;
  }
  .promo-featured .promo-copy { padding: 16px 16px 18px; }
  .promo-featured h3 { font-size: 22px; }
  .promo-featured .promo-visual { height: 168px; }
  .promo-featured .promo-visual img { max-height: 160px; }
  .promo-side .promo-visual { width: 36%; }
  .promo-side h3 { font-size: 15px; }
  .shop-offer-clearance { height: 168px; }
  .shop-offer-clearance img { object-position: 18% 50%; }
  .shop-offer-copy { padding: 28px 16px 20px; max-width: 92%; }
  .newsletter {
    padding: 16px;
    gap: 12px;
  }
  .news-form {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .news-form .btn { width: 100%; }
  .shop-offer-clearance strong { font-size: 18px; }
  .deal-banner { height: auto; max-height: none; padding-bottom: 8px; }
  .deal-banner-copy { padding: 16px 16px 12px; height: auto; }
  .deal-banner-copy h2 { font-size: 22px; }
  .deal-banner-phone {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    padding: 0 16px 12px;
  }
  .festive-frame::before { height: 46px; background-size: auto 100%; }
  .festive-frame::after { height: 40px; background-size: auto 100%; }
  .cart-item { grid-template-columns: 72px 1fr; }
  .cart-item .qty { grid-column: 1 / -1; }
  .order-item { grid-template-columns: 52px 1fr; }
  .order-item-img { min-height: 52px; }
  .order-item-img img { max-height: 44px; }
  .copy { flex-direction: column; }
}

@media (max-width: 480px) {
  .container { width: min(var(--max), calc(100% - 16px)); }
  .gallery-main { height: min(220px, 36vh); min-height: 180px; }
  .pdp-info h1 { font-size: 15px; }
  .pdp-now { font-size: 20px; }
  .pdp-save { font-size: 16px; }
  .pdp-cta-bar {
    grid-template-columns: 1fr 1fr;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
  }
  .pdp-cta-price { grid-column: 1 / -1; }
  .just-in { grid-template-columns: 96px 1fr; }
  .just-in-visual { height: 108px; }
  .just-in-visual img { max-height: 96px; }
  .grid-4, .grid-3 { gap: 8px; }
  .product-media { height: 128px; }
  .product-media img { max-height: 118px; }
  .delivery-card { padding: 14px 12px 16px; }
  .delivery-card .field-wide { grid-column: 1 / -1; }
  .popup-card .pop-hero { height: 132px; }
  .popup-card h3 { font-size: 18px; }
  .popup-card .pop-body .btn { width: 100%; }
  .slide-copy h1,
  .slide-copy h2 { font-size: 20px; }
  .hero-phone,
  .slide.slide-clearance .hero-phone {
    grid-template-columns: 64px minmax(0, 1fr);
    padding: 8px;
  }
  .hero-phone img,
  .slide.slide-clearance .hero-phone img {
    width: 64px;
    height: 64px;
    max-width: 64px;
    max-height: 64px;
  }
}
