:root {
  --bg: #f3f3f3;
  --phone: #ffffff;
  --soft: #f7f7f7;
  --chip: #f2f2f2;
  --ink: #171717;
  --muted: #9a9a9a;
  --line: #ededed;
  --red: #e0442e;
  --yellow: #ffd332;
  --blue: #5958f5;
  --lavender: #b8b7ee;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: #ffffff;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

button,
input {
  font: inherit;
}

.icon {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(320px, 390px));
  justify-content: center;
  gap: 0;
  width: min(1360px, 100%);
  margin: 0 auto;
  padding: 0 36px;
  background: linear-gradient(90deg, #f4f4f4 0 5%, #fff 5% 100%);
}

.phone {
  position: relative;
  min-height: 900px;
  overflow: hidden;
  background: var(--phone);
  padding: 28px 22px 96px;
}

.phone + .phone {
  border-left: 1px solid var(--line);
}

.home-phone {
  border-radius: 44px 44px 0 0;
  min-height: 1120px;
  margin-top: 34px;
}

.list-phone {
  margin-top: 34px;
  border-radius: 44px 44px 0 0;
}

.detail-phone {
  margin-top: 34px;
  border-radius: 44px 44px 0 0;
  padding: 22px 0 108px;
}

.phone-top,
.detail-top,
.top-actions,
.status-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.status-line {
  margin-bottom: 22px;
  padding: 0 6px;
  font-size: 13px;
  font-weight: 700;
}

.round-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--soft);
  color: var(--ink);
  cursor: pointer;
  font-size: 20px;
  font-weight: 800;
}

.avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 34%, #8b5138 0 12%, transparent 13%),
    radial-gradient(circle at 50% 62%, #efc2a5 0 32%, transparent 33%),
    #f5e5d6;
}

.brand-lockup {
  display: grid;
  gap: 2px;
  margin-top: 18px;
}

.brand-lockup span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-lockup strong {
  font-size: 21px;
  line-height: 1.05;
}

.search-row {
  display: grid;
  grid-template-columns: 24px 1fr 48px;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  margin-top: 22px;
  border-radius: 999px;
  background: var(--soft);
  padding-left: 16px;
}

.search-row span {
  color: #d0d0d0;
}

.search-row input {
  min-width: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  outline: none;
  font-size: 13px;
}

.search-row button {
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  background: #000;
  color: #fff;
  cursor: pointer;
  font-size: 22px;
}

.tabs {
  display: flex;
  gap: 10px;
  margin-top: 18px;
  overflow-x: auto;
  padding-bottom: 3px;
}

.tabs button {
  min-width: max-content;
  border: 0;
  border-radius: 999px;
  background: var(--chip);
  color: var(--ink);
  cursor: pointer;
  padding: 13px 21px;
  font-size: 13px;
}

.tabs button.active {
  background: #000;
  color: #fff;
}

.promo-card {
  display: grid;
  grid-template-columns: 1fr 45%;
  align-items: center;
  gap: 8px;
  min-height: 174px;
  margin-top: 18px;
  overflow: hidden;
  border-radius: 18px;
  background: #f0f0f0;
  padding: 16px 0 16px 16px;
}

.promo-card h1 {
  margin: 0;
  font-size: 25px;
  line-height: 1.1;
  letter-spacing: 0;
}

.promo-card p,
.section-title p,
.offer-card small,
.detail-content p,
.cart-drawer p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.promo-card a,
.offer-actions button,
.buy-action,
.outline-action,
.link-action {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  padding: 0 20px;
  font-size: 13px;
  font-weight: 700;
}

.promo-card a {
  margin-top: 18px;
  background: #000;
  color: #fff;
}

.promo-card img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.section-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin-top: 20px;
}

.section-title h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: 0;
}

.section-title a {
  color: #8c8c8c;
  font-size: 12px;
}

.featured-heading {
  margin-top: 20px;
}

.featured-track {
  display: grid;
  grid-auto-columns: 152px;
  grid-auto-flow: column;
  gap: 12px;
  margin-top: 14px;
  overflow-x: auto;
  padding-bottom: 4px;
  scroll-snap-type: x proximity;
}

.featured-card {
  display: grid;
  min-height: 188px;
  border: 0;
  border-radius: 20px;
  background: var(--soft);
  cursor: pointer;
  padding: 12px;
  scroll-snap-align: start;
  text-align: left;
}

.featured-card img {
  width: 100%;
  height: 78px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.featured-card span {
  width: max-content;
  border-radius: 999px;
  background: #111;
  color: #fff;
  padding: 5px 8px;
  font-size: 10px;
  font-weight: 850;
}

.featured-card strong {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.2;
}

.featured-card small {
  margin-top: 6px;
  color: var(--red);
  font-size: 13px;
  font-weight: 850;
}

.offer-list {
  display: grid;
  gap: 16px;
  margin-top: 14px;
}

.bundle-heading {
  margin-top: 24px;
}

.bundle-list {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.bundle-card {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 12px;
  border-radius: 20px;
  background: #111;
  color: #fff;
  padding: 12px;
}

.bundle-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  align-self: start;
}

.bundle-images img {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #fff;
  object-fit: contain;
  padding: 3px;
}

.bundle-card h3 {
  margin: 6px 0 4px;
  font-size: 15px;
  line-height: 1.18;
}

.bundle-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  line-height: 1.35;
}

.bundle-card strong {
  display: block;
  margin-top: 8px;
  font-size: 15px;
}

.bundle-card del {
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
  font-weight: 600;
}

.bundle-card button {
  grid-column: 1 / -1;
  min-height: 38px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #111;
  cursor: pointer;
  font-size: 12px;
  font-weight: 850;
}

.bundle-card button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.compact-list .offer-card:nth-child(n + 3) {
  display: none;
}

.offer-card {
  position: relative;
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 14px;
  overflow: hidden;
  border-radius: 18px;
  background: var(--soft);
  padding: 12px;
}

.offer-card.selected {
  box-shadow: inset 0 0 0 2px #111;
}

.product-preview {
  display: block;
  width: 96px;
  height: 96px;
  border: 0;
  border-radius: 16px;
  background: #fff;
  cursor: pointer;
  padding: 0;
}

.offer-card img {
  width: 96px;
  height: 96px;
  border-radius: 16px;
  background: #fff;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.product-title {
  display: block;
  width: calc(100% - 34px);
  margin: 6px 34px 4px 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  padding: 0;
  text-align: left;
  font-weight: 800;
}

.offer-card h3,
.product-title {
  margin: 6px 34px 4px 0;
  font-size: 17px;
  line-height: 1.2;
}

.offer-card .price {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 750;
}

.offer-card small em {
  display: block;
  margin-top: 3px;
  color: #555;
  font-style: normal;
  font-weight: 800;
}

.stock-pill,
.detail-stock,
.detail-stock-note {
  display: inline-flex;
  width: max-content;
  min-height: 22px;
  align-items: center;
  border-radius: 999px;
  padding: 0 9px;
  font-size: 11px;
  font-weight: 800;
}

.card-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 2px;
}

.deal-badge,
.detail-badge {
  display: inline-flex;
  width: max-content;
  min-height: 22px;
  align-items: center;
  border-radius: 999px;
  background: #111;
  color: #fff;
  padding: 0 9px;
  font-size: 11px;
  font-weight: 850;
}

.stock-pill.in,
.detail-stock.in {
  background: #ecf8f1;
  color: #228653;
}

.stock-pill.few,
.detail-stock.few {
  background: #fff5df;
  color: #b66f00;
}

.stock-pill.out,
.detail-stock.out {
  background: #f2f2f2;
  color: #8f8f8f;
}

.detail-stock-note {
  background: var(--soft);
  color: #555;
}

.favorite {
  position: absolute;
  top: 18px;
  right: 16px;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
  color: #111;
}

.offer-actions {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 8px;
  padding-top: 8px;
  border-top: 1px solid #e7e7e7;
}

.offer-actions span {
  color: #8f8f8f;
  font-size: 12px;
}

.offer-actions strong {
  display: block;
  color: #000;
  font-size: 17px;
}

.offer-actions button:first-of-type {
  background: #000;
  color: #fff;
}

.bag-mini {
  display: grid;
  width: 42px;
  min-height: 42px;
  place-items: center;
  padding: 0;
  background: #000;
  color: #fff;
}

.bag-mini:disabled,
.detail-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}

.empty-state {
  display: grid;
  min-height: 180px;
  place-items: center;
  gap: 8px;
  border: 1px dashed var(--line);
  border-radius: 20px;
  background: var(--soft);
  padding: 24px;
  text-align: center;
}

.empty-state img {
  width: 112px;
  height: 84px;
  object-fit: contain;
}

.empty-state strong {
  font-size: 18px;
}

.empty-state span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.empty-state button {
  min-height: 38px;
  border: 0;
  border-radius: 999px;
  background: #111;
  color: #fff;
  cursor: pointer;
  padding: 0 16px;
  font-size: 12px;
  font-weight: 800;
}

.bottom-nav {
  position: absolute;
  left: 54px;
  right: 54px;
  bottom: 28px;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 66px;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
  padding: 7px;
}

.bottom-nav a,
.bottom-nav button {
  display: grid;
  gap: 5px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #222;
  cursor: pointer;
  font-size: 11px;
}

.bottom-nav span {
  position: relative;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.26));
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 -8px 16px rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(12px);
  color: #111;
  font-size: 13px;
  line-height: 1;
}

.cart-nav small {
  position: absolute;
  top: -6px;
  right: -7px;
  display: grid;
  min-width: 17px;
  height: 17px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-size: 9px;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 8px 16px rgba(224, 68, 46, 0.28);
}

.bottom-nav .active {
  background: rgba(224, 68, 46, 0.1);
  color: #000;
  box-shadow: inset 0 0 0 1px rgba(224, 68, 46, 0.06);
}

.bottom-nav .active span {
  border-color: rgba(255, 255, 255, 0.95);
  background:
    radial-gradient(circle at 32% 20%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.24) 36%),
    linear-gradient(145deg, rgba(255, 232, 229, 0.92), rgba(244, 124, 104, 0.22));
  box-shadow:
    0 18px 34px rgba(224, 68, 46, 0.28),
    0 6px 16px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 -10px 18px rgba(255, 255, 255, 0.32);
}

.detail-top {
  padding: 0 22px;
}

.detail-hero {
  display: grid;
  min-height: 360px;
  place-items: center;
  margin-top: 20px;
  background: #f6f6f6;
}

.detail-hero img {
  width: 76%;
  max-height: 310px;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 26px 18px rgba(0, 0, 0, 0.12));
}

.detail-content {
  padding: 24px 22px 0;
}

.rating-row,
.price-row,
.choice-grid,
.detail-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rating-row > span:first-child {
  color: var(--yellow);
}

.detail-stock,
.detail-stock-note {
  margin-left: 2px;
}

.detail-badge {
  background: rgba(224, 68, 46, 0.12);
  color: var(--red);
}

.rating-row button {
  margin-left: auto;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #f8f8f8;
  cursor: pointer;
}

.detail-content h2 {
  margin: 18px 0 12px;
  font-size: 20px;
}

.price-row strong {
  color: var(--red);
  font-size: 20px;
}

.price-row del {
  color: #999;
}

.choice-grid {
  justify-content: space-between;
  margin-top: 24px;
}

.assurance-row,
.review-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.assurance-row span,
.review-strip span {
  min-height: 31px;
  border-radius: 999px;
  background: var(--soft);
  color: #565656;
  padding: 8px 10px;
  font-size: 11px;
  font-weight: 800;
}

.review-strip span {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  background: #111;
  color: #fff;
}

.review-strip strong {
  color: var(--yellow);
}

.alternative-card {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  gap: 10px;
  align-items: center;
  margin-top: 16px;
  border-radius: 18px;
  background: #111;
  color: #fff;
  padding: 10px;
}

.alternative-card[hidden] {
  display: none;
}

.alternative-card img {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  background: #fff;
  object-fit: contain;
}

.alternative-card span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
}

.alternative-card strong {
  display: block;
  margin-top: 3px;
  font-size: 13px;
  line-height: 1.2;
}

.alternative-card button {
  min-height: 34px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #111;
  cursor: pointer;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 850;
}

.size-guide {
  display: grid;
  gap: 9px;
  margin-top: 18px;
  border-radius: 18px;
  background: var(--soft);
  padding: 13px;
}

.size-guide[hidden] {
  display: none;
}

.size-guide strong {
  font-size: 13px;
}

.size-guide div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.size-guide span {
  border-radius: 999px;
  background: #fff;
  padding: 7px 9px;
  font-size: 11px;
  font-weight: 800;
}

.size-guide p {
  margin: 0;
  font-size: 11px;
  line-height: 1.4;
}

.choice-grid span {
  display: block;
  margin-bottom: 10px;
  color: #8a8a8a;
}

.swatches,
.sizes {
  display: flex;
  gap: 10px;
}

.swatches button,
.sizes button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.swatches button {
  background: var(--swatch, #111);
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.08),
    0 8px 18px rgba(0, 0, 0, 0.08);
}

.swatches button[aria-label="White"] {
  box-shadow:
    inset 0 0 0 1px #dcdcdc,
    0 8px 18px rgba(0, 0, 0, 0.08);
}

.swatches button.selected {
  outline: 2px solid #111;
  outline-offset: 3px;
}

.black {
  background: #000;
}

.blue {
  background: var(--blue);
}

.lavender {
  background: var(--lavender);
}

.sizes button {
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--line);
}

.sizes button.selected {
  background: #111;
  color: #fff;
}

.menu-scrim {
  position: fixed;
  inset: 0;
  z-index: 22;
  background: rgba(0, 0, 0, 0.16);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.menu-scrim.is-open {
  opacity: 1;
  pointer-events: auto;
}

.category-menu {
  position: fixed;
  top: 22px;
  left: 22px;
  z-index: 24;
  display: grid;
  width: min(360px, calc(100vw - 28px));
  max-height: calc(100vh - 44px);
  gap: 14px;
  border: 1px solid rgba(237, 237, 237, 0.88);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  padding: 12px 16px 18px;
  transform: translateX(-24px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.category-menu.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.menu-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: start;
}

.menu-head h2 {
  margin: 0;
  font-size: 22px;
}

.menu-head p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.menu-grid {
  display: grid;
  gap: 9px;
}

.menu-grid button {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  min-height: 54px;
  align-items: center;
  gap: 12px;
  border: 0;
  border-radius: 18px;
  background: var(--soft);
  cursor: pointer;
  padding: 0 14px;
  text-align: left;
}

.menu-thumb {
  display: grid;
  width: 48px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  background: #fff;
  color: #111;
  font-size: 13px;
  font-weight: 900;
}

.menu-thumb img {
  width: 48px;
  height: 38px;
  object-fit: contain;
}

.menu-grid span {
  font-weight: 850;
}

.menu-grid small {
  color: var(--muted);
  font-size: 11px;
}

.detail-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 28px;
}

.outline-action {
  gap: 7px;
  background: #fff;
  color: #111;
  box-shadow: inset 0 0 0 1px var(--line);
}

.buy-action {
  background: #111;
  color: #fff;
}

.link-action {
  grid-column: 1 / -1;
  background: var(--soft);
  color: #555;
  font-size: 12px;
}

.cart-scrim {
  position: fixed;
  inset: 0;
  z-index: 18;
  background: rgba(0, 0, 0, 0.18);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.cart-scrim.is-open {
  opacity: 1;
  pointer-events: auto;
}

.cart-drawer {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto;
  width: min(430px, calc(100vw - 28px));
  max-height: min(82vh, 680px);
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  padding: 12px 18px 18px;
  transform: translate(-50%, calc(100% + 42px));
  transition: opacity 180ms ease, transform 180ms ease;
}

.cart-drawer.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.sheet-handle {
  grid-column: 1 / -1;
  justify-self: center;
  width: 52px;
  height: 5px;
  border-radius: 999px;
  background: #d9d9d9;
}

.cart-drawer h2 {
  margin: 0;
}

.cart-items,
.cart-total,
.checkout,
.checkout-fields,
.delivery-selector,
.trust-strip {
  grid-column: 1 / -1;
}

.cart-items {
  display: grid;
  gap: 10px;
  max-height: 280px;
  overflow: auto;
}

.empty-cart {
  display: grid;
  min-height: 90px;
  place-items: center;
  border: 1px dashed var(--line);
  border-radius: 18px;
  color: var(--muted);
  text-align: center;
  font-size: 13px;
}

.cart-row {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 10px;
  align-items: center;
  border-radius: 18px;
  background: var(--soft);
  padding: 9px;
}

.cart-row img {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  object-fit: contain;
}

.cart-row h3 {
  margin: 0;
  font-size: 14px;
}

.cart-row p {
  margin: 5px 0 0;
}

.cart-row-top {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.cart-row-top strong {
  white-space: nowrap;
}

.qty-controls {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.qty-controls button {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.checkout-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.checkout-fields label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 12px;
}

.checkout-fields input {
  min-width: 0;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  outline: 0;
  padding: 0 12px;
}

.checkout-fields input:focus {
  border-color: #111;
}

.delivery-selector {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.delivery-selector button {
  display: grid;
  gap: 4px;
  min-height: 66px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  cursor: pointer;
  padding: 10px;
  text-align: left;
}

.delivery-selector button.selected {
  border-color: #111;
  background: #111;
  color: #fff;
}

.delivery-selector span {
  font-size: 11px;
  font-weight: 800;
  line-height: 1.15;
}

.delivery-selector strong {
  font-size: 12px;
}

.delivery-selector small {
  color: #8f8f8f;
  font-size: 10px;
  font-weight: 750;
}

.delivery-selector button.selected small {
  color: rgba(255, 255, 255, 0.72);
}

.fulfillment-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.fulfillment-card div {
  display: grid;
  gap: 4px;
  border-radius: 18px;
  background: var(--soft);
  padding: 12px;
}

.fulfillment-card span {
  color: var(--muted);
  font-size: 12px;
}

.fulfillment-card strong {
  font-size: 13px;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.trust-strip span {
  min-height: 30px;
  border-radius: 999px;
  background: #f4f4f4;
  color: #555;
  padding: 8px 10px;
  font-size: 11px;
  font-weight: 800;
}

.home-reviews {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.home-reviews article {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 18px;
  background: var(--soft);
  padding: 0 14px;
}

.home-reviews strong {
  color: var(--red);
}

.home-reviews span {
  color: #555;
  font-size: 12px;
  font-weight: 800;
}

.cart-total {
  display: grid;
  gap: 8px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.cart-total div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #777;
  font-size: 13px;
}

.cart-total .grand-total {
  color: #111;
  font-size: 16px;
  font-weight: 850;
}

.toast {
  position: fixed;
  top: 24px;
  left: 50%;
  z-index: 40;
  min-width: 220px;
  max-width: calc(100vw - 32px);
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.92);
  color: #fff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
  opacity: 0;
  pointer-events: none;
  padding: 13px 18px;
  text-align: center;
  transform: translate(-50%, -12px);
  transition: opacity 180ms ease, transform 180ms ease;
  font-size: 13px;
  font-weight: 750;
}

.whatsapp-help {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 16;
  display: grid;
  grid-template-columns: 36px 1fr;
  column-gap: 9px;
  align-items: center;
  max-width: 190px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.92);
  color: #fff;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
  padding: 8px 13px 8px 8px;
}

.whatsapp-help span {
  display: grid;
  width: 36px;
  height: 36px;
  grid-row: span 2;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  font-weight: 900;
}

.whatsapp-help strong {
  font-size: 12px;
  line-height: 1;
}

.whatsapp-help small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
}

.confirmation-scrim {
  position: fixed;
  inset: 0;
  z-index: 26;
  background: rgba(0, 0, 0, 0.18);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.confirmation-scrim.is-open {
  opacity: 1;
  pointer-events: auto;
}

.confirmation-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 28;
  display: grid;
  width: min(340px, calc(100vw - 32px));
  justify-items: center;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  padding: 18px 22px 26px;
  text-align: center;
  transform: translate(-50%, -46%) scale(0.96);
  transition: opacity 180ms ease, transform 180ms ease;
}

.confirmation-modal.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}

.confirmation-modal > .round-icon {
  justify-self: end;
  width: 38px;
  height: 38px;
}

.confirmation-mark {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: #ecf8f1;
  color: #228653;
}

.confirmation-modal h2 {
  margin: 16px 0 6px;
  font-size: 22px;
}

.confirmation-modal p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.disabled {
  pointer-events: none;
  opacity: 0.45;
}

.store-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: min(1040px, calc(100% - 32px));
  margin: 24px auto 34px;
  padding: 0 72px;
}

.store-links a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border-radius: 999px;
  background: #f4f4f4;
  color: #383838;
  padding: 0 15px;
  font-size: 12px;
  font-weight: 800;
}

.store-links a:hover {
  background: #111;
  color: #fff;
}

.info-body {
  min-height: 100vh;
  background: #fff;
}

.info-hero {
  background: #111;
  color: #fff;
  padding: 24px 22px 86px;
}

.info-nav {
  display: flex;
  width: min(1120px, 100%);
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 auto;
}

.brand-pill,
.info-nav div a,
.info-cta a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 850;
}

.brand-pill {
  background: #fff;
  color: #111;
  padding: 0 18px;
}

.info-nav div {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 8px;
}

.info-nav div a {
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.72);
  padding: 0 14px;
}

.info-nav div a[aria-current="page"],
.info-nav div a:hover {
  border-color: #fff;
  color: #fff;
}

.info-hero-content {
  display: grid;
  width: min(900px, 100%);
  gap: 14px;
  margin: 86px auto 0;
}

.info-hero-content p {
  width: max-content;
  margin: 0;
  border-radius: 999px;
  background: var(--red);
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.info-hero-content h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(38px, 7vw, 76px);
  line-height: 0.98;
  letter-spacing: 0;
}

.info-hero-content span {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.5;
}

.info-main {
  display: grid;
  gap: 0;
}

.info-band {
  display: grid;
  grid-template-columns: minmax(240px, 0.85fr) minmax(280px, 1.4fr);
  gap: 42px;
  padding: 72px max(22px, calc((100vw - 1120px) / 2));
}

.info-band.light {
  background: #f6f6f6;
}

.info-band h2,
.info-cta h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1.08;
}

.info-band p {
  margin: 10px 0 0;
  color: #707070;
  font-size: 15px;
  line-height: 1.55;
}

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

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

.info-grid article,
.policy-list article {
  display: grid;
  gap: 8px;
  border-radius: 18px;
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--line);
  padding: 18px;
}

.info-band:not(.light) .info-grid article,
.info-band:not(.light) .policy-list article {
  background: #f8f8f8;
}

.info-grid strong,
.policy-list strong {
  font-size: 16px;
}

.info-grid span {
  color: var(--red);
  font-weight: 900;
}

.info-grid small {
  color: #707070;
  font-size: 12px;
  font-weight: 800;
}

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

.policy-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.policy-steps span {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border-radius: 999px;
  background: #111;
  color: #fff;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 850;
}

.info-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #111;
  color: #fff;
  padding: 42px 22px;
  text-align: center;
}

.info-cta h2 {
  width: 100%;
}

.info-cta a {
  background: #fff;
  color: #111;
  padding: 0 18px;
}

.info-cta a:nth-of-type(2) {
  background: var(--red);
  color: #fff;
}

.admin-body {
  min-height: 100vh;
  background: #f4f4f4;
}

.admin-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.admin-header {
  display: grid;
  gap: 28px;
  padding: 32px 0;
}

.admin-header .brand-pill {
  width: max-content;
  background: #111;
  color: #fff;
}

.admin-header p {
  width: max-content;
  margin: 0 0 12px;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-header h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(36px, 7vw, 70px);
  line-height: 0.98;
}

.admin-header span {
  display: block;
  max-width: 620px;
  margin-top: 14px;
  color: #686868;
  font-size: 17px;
  line-height: 1.5;
}

.admin-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 18px;
  padding-bottom: 40px;
}

.admin-panel {
  border-radius: 22px;
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--line);
  padding: 18px;
}

.admin-panel-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.admin-panel h2,
.admin-summary h3 {
  margin: 0;
}

.admin-panel p {
  margin: 7px 0 0;
  color: #707070;
  line-height: 1.5;
}

.admin-upload,
.admin-actions button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: #111;
  color: #fff;
  cursor: pointer;
  padding: 0 14px;
  font-size: 12px;
  font-weight: 850;
}

.admin-upload input {
  display: none;
}

.admin-panel textarea {
  width: 100%;
  min-height: 560px;
  resize: vertical;
  border: 1px solid var(--line);
  border-radius: 18px;
  outline: 0;
  padding: 16px;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
  line-height: 1.55;
}

.admin-panel textarea:focus {
  border-color: #111;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.admin-actions button:nth-child(n + 2) {
  background: var(--soft);
  color: #111;
}

.admin-status {
  border-radius: 16px;
  background: var(--soft);
  color: #555;
  padding: 13px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.admin-status[data-type="success"] {
  background: #ecf8f1;
  color: #228653;
}

.admin-status[data-type="error"] {
  background: #fff1ef;
  color: var(--red);
}

.admin-summary {
  display: grid;
  align-content: start;
  gap: 14px;
}

.admin-summary dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.admin-summary dl div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 8px;
}

.admin-summary dt {
  color: #707070;
}

.admin-summary dd {
  margin: 0;
  font-weight: 900;
}

.admin-help {
  border-radius: 18px;
  background: #111;
  color: #fff;
  padding: 16px;
}

.admin-help p {
  color: rgba(255, 255, 255, 0.7);
}

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

.seo-product-card {
  display: grid;
  gap: 12px;
  border-radius: 18px;
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--line);
  padding: 14px;
}

.info-band:not(.light) .seo-product-card {
  background: #f8f8f8;
}

.seo-product-card img {
  width: 100%;
  height: 120px;
  border-radius: 16px;
  background: #fff;
  object-fit: contain;
}

.seo-product-card h3 {
  margin: 0;
  font-size: 17px;
}

.seo-product-card p {
  margin: 0;
  font-size: 13px;
}

.seo-product-card strong {
  color: var(--red);
}

.seo-product-card a {
  display: inline-flex;
  width: max-content;
  min-height: 38px;
  align-items: center;
  border-radius: 999px;
  background: #111;
  color: #fff;
  padding: 0 14px;
  font-size: 12px;
  font-weight: 850;
}

@media (max-width: 1180px) {
  .showcase {
    grid-template-columns: minmax(320px, 420px);
    padding: 0;
    background: #fff;
  }

  .phone {
    display: none;
    min-height: auto;
    border-left: 0 !important;
    border-radius: 0;
    margin-top: 0;
    padding-bottom: 120px;
  }

  .phone.is-active-screen {
    display: block;
  }

  .list-phone,
  .detail-phone {
    margin-top: 0;
    border-top: 0;
  }

  .bottom-nav {
    position: fixed;
    left: 50%;
    right: auto;
    bottom: calc(14px + env(safe-area-inset-bottom));
    z-index: 17;
    width: min(340px, calc(100vw - 36px));
    transform: translateX(-50%);
  }

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

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

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

  .category-menu {
    top: 14px;
    left: 14px;
  }

  .whatsapp-help {
    right: 14px;
    bottom: calc(96px + env(safe-area-inset-bottom));
  }

  .store-links {
    padding: 0;
  }
}

@media (max-width: 820px) {
  .info-hero {
    padding-bottom: 62px;
  }

  .info-nav,
  .info-band {
    grid-template-columns: 1fr;
  }

  .info-nav {
    display: grid;
  }

  .info-nav div {
    justify-content: start;
  }

  .info-hero-content {
    margin-top: 56px;
  }

  .info-grid,
  .info-grid.two,
  .seo-product-grid,
  .admin-layout {
    grid-template-columns: 1fr;
  }

  .info-band {
    gap: 24px;
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
