
@font-face { font-family: Cairo; font-weight: 400; font-display: swap;
  src: url(/fonts/cairo-400.woff2) format('woff2'); unicode-range: U+0600-06FF,U+0750-077F,U+FB50-FDFF,U+FE70-FEFF; }
@font-face { font-family: Cairo; font-weight: 600; font-display: swap;
  src: url(/fonts/cairo-600.woff2) format('woff2'); unicode-range: U+0600-06FF,U+0750-077F,U+FB50-FDFF,U+FE70-FEFF; }
@font-face { font-family: Cairo; font-weight: 800; font-display: swap;
  src: url(/fonts/cairo-800.woff2) format('woff2'); unicode-range: U+0600-06FF,U+0750-077F,U+FB50-FDFF,U+FE70-FEFF; }
@font-face { font-family: Cairo; font-weight: 400; font-display: swap;
  src: url(/fonts/cairo-latin-400.woff2) format('woff2'); unicode-range: U+0000-00FF; }
@font-face { font-family: Cairo; font-weight: 600; font-display: swap;
  src: url(/fonts/cairo-latin-600.woff2) format('woff2'); unicode-range: U+0000-00FF; }
@font-face { font-family: Cairo; font-weight: 800; font-display: swap;
  src: url(/fonts/cairo-latin-800.woff2) format('woff2'); unicode-range: U+0000-00FF; }

:root {
  --bg: #FFF7F0;
  --card: #FFFFFF;
  --ink: #241F2E;
  --muted: #6B6478;
  --accent: #FF4F7B;

  --accent-ink: #C73E60;
  --accent-2: #12B8A6;

  --accent-2-ink: #0B6E63;
  --accent-3: #FFC53D;
  --dark: #171225;
  --dark-ink: #F3EFFF;
  --neon: #7CF5C4;

  --gold: #E8C77E;
  --night: #16224A;

  --r-card: 24px;
  --r-img: 20px;
  --r-pill: 999px;
  --shadow: 0 4px 16px rgba(36, 31, 46, .08);
  --gap: 16px;
  --pad: 16px;
}

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

html { overflow-x: clip; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font: 400 16px/1.55 Cairo, 'Segoe UI', system-ui, sans-serif;
  -webkit-text-size-adjust: 100%;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

.wrap { max-width: 1180px; margin-inline: auto; padding-inline: var(--pad); }

.price b { display: none; font-weight: 800; }
.price s { color: var(--muted); font-weight: 400; font-size: .8em; margin-inline-end: 6px; text-decoration-thickness: 1px; }
.price i { font-style: normal; }
.price em {
  font-style: normal; font-weight: 800; font-size: .72em;
  background: var(--accent-3); color: var(--ink);
  border-radius: 6px; padding: 2px 6px; margin-inline-start: 6px; white-space: nowrap;
}

.card-img .badge.badge-sale {
  inset-inline-start: auto; inset-inline-end: 10px;
  background: var(--accent-ink); color: #fff; font-weight: 800;
  font-size: 12px; line-height: 1.5;
}
.card-img .badge.badge-sale b { font-size: 12px; color: #fff; }

.card .price em { display: none; }
html[data-geo="KW"] .price b[data-geo="KW"],
html[data-geo="BH"] .price b[data-geo="BH"],
html[data-geo="QA"] .price b[data-geo="QA"] { display: inline; }

html:not([data-geo]) .price b[data-geo="KW"] { display: inline; }

.promo-bar {
  background: var(--accent-2); color: #fff; text-align: center;
  font-size: 13px; font-weight: 700; padding: 7px 14px; line-height: 1.4;
}

.hdr { background: var(--card); box-shadow: var(--shadow); position: sticky; top: 0; z-index: 10; }
.hdr-in { display: flex; align-items: center; gap: var(--gap); padding-block: 12px; }
.logo { font-weight: 800; font-size: 22px; color: var(--accent); }
.nav { display: flex; gap: 14px; margin-inline-start: auto; font-weight: 600; font-size: 15px; }
.nav a.on { color: var(--accent-ink); }

.geo { display: flex; gap: 6px; }
.geo button {
  font: 600 14px Cairo, sans-serif; cursor: pointer;
  border: 1px solid #E7E0DA; background: var(--card); color: var(--muted);
  border-radius: var(--r-pill); padding: 6px 12px;
}
.geo button[aria-pressed="true"] { background: var(--accent); border-color: var(--accent); color: #fff; }

@media (max-width: 600px) {
  .hdr-in { gap: 10px; }
  .nav { display: none; }
  .geo { margin-inline-start: auto; }
  .geo button { padding: 6px 10px; font-size: 13px; }
}

.cats { display: flex; flex-wrap: wrap; gap: 8px; padding-block: 14px; }
.pill {
  flex: 0 0 auto; white-space: nowrap;
  border: 1px solid #E7E0DA; background: var(--card); color: var(--ink);
  border-radius: var(--r-pill); padding: 8px 16px; font-weight: 600; font-size: 14px;
}
.pill.on { background: var(--ink); border-color: var(--ink); color: #fff; }

.teaser-head { display: flex; align-items: baseline; gap: 12px; }
.teaser-head .sec-title { margin-block-end: 0; }
.teaser-sub { margin: 0 0 14px; color: var(--muted); font-size: 14px; }
.more {
  margin-inline-start: auto; font-weight: 600; font-size: 14px; color: var(--accent-ink);
  white-space: nowrap;
}
.more-neon { color: var(--neon); }
.limited .teaser-head h2 { margin-block-end: 0; }

.grid { display: grid; gap: var(--gap); grid-template-columns: repeat(2, 1fr); }
@media (min-width: 700px) { .grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1000px) { .grid { grid-template-columns: repeat(4, 1fr); } }

.card {
  background: var(--card); border-radius: var(--r-card);
  box-shadow: var(--shadow); overflow: hidden; display: flex; flex-direction: column;
}
.card-img { position: relative; aspect-ratio: 1; background: #F6F1EC; display: block; }
.card-img img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--r-img); }
.card-body { padding: 12px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.card-name { font-weight: 600; font-size: 16px; line-height: 1.35; }

.rating { display: inline-flex; align-items: center; gap: 5px; text-decoration: none; }
.stars { position: relative; display: inline-block; color: #E2DCD3; white-space: nowrap; }
.stars-on {
  position: absolute; inset-block-start: 0; inset-inline-start: 0;
  overflow: hidden; color: #F5A623; white-space: nowrap;
}
.rating-num { font-weight: 700; color: var(--ink); }
.rating-count { font-style: normal; color: var(--muted); }

.rating-sm { font-size: 13px; }
.rating-sm .stars { font-size: 14px; letter-spacing: 1px; }

.rating-lg { display: flex; font-size: 15px; margin-block: 6px 12px; }
.rating-lg .stars { font-size: 20px; letter-spacing: 2px; }

.reviews { margin-block: 28px; }
.reviews-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-block-end: 16px; }
.reviews-head h2 { margin: 0; font-size: 22px; font-weight: 800; }
.reviews-head .rating-lg { margin: 0; }
.reviews-list { display: grid; gap: 12px; }
.review {
  background: var(--card); border-radius: var(--r-card);
  padding: 16px; box-shadow: var(--shadow);
}
.review-top { display: flex; align-items: center; gap: 8px; margin-block-end: 4px; }
.review-name { font-weight: 700; font-size: 15px; }
.review-verified {
  font-size: 11px; font-weight: 700; color: var(--accent-2-ink);
  background: #E7F6F2; border-radius: var(--r-pill); padding: 3px 8px;
}
.review-meta { display: flex; align-items: center; gap: 10px; margin-block-end: 8px; }
.review-meta .stars { font-size: 14px; letter-spacing: 1px; }
.review-meta time { font-size: 12px; color: var(--muted); }
.review-text { margin: 0; line-height: 1.6; color: var(--ink); }

.retailers { text-align: center; margin-block: 32px; padding: 24px var(--pad);
  background: var(--card); border-radius: var(--r-card); box-shadow: var(--shadow); }
.retailers h2 { margin: 0 0 6px; font-size: 20px; font-weight: 800; }
.retailers-sub { margin: 0 0 18px; color: var(--muted); font-size: 14px; }
.retailers-row { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 14px; }
.retailer { display: inline-flex; align-items: center; }
.retailer img { height: 34px; width: auto; object-fit: contain; }

.retailer-text {
  flex-direction: column; gap: 1px; padding: 8px 16px;
  background: var(--bg); border: 1px solid #EAE3DB; border-radius: 12px;
}
.retailer-text b { font-size: 15px; font-weight: 800; color: var(--ink); }
.retailer-text i { font-size: 11px; font-style: normal; color: var(--muted); letter-spacing: .3px; }

.cust-photos { margin-block-end: 18px; }
.cust-photos h3 { margin: 0 0 10px; font-size: 16px; font-weight: 700; }

.cust-photos-strip {
  display: grid; grid-auto-flow: column; grid-auto-columns: 46%;
  gap: 12px; overflow-x: auto; overscroll-behavior-x: contain;
  padding-block-end: 6px;
}
@media (min-width: 700px) { .cust-photos-strip { grid-auto-columns: 23%; } }
.cust-photo { margin: 0; }
.cust-photo img {
  width: 100%; aspect-ratio: 1; object-fit: cover;
  border-radius: var(--r-img); background: #F6F1EC;
}

.card-foot { margin-block-start: auto; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.card .price s, .card .price i { white-space: nowrap; }
.card .price s { display: block; }
.card .price { font-size: 18px; color: var(--accent-ink); }

.badge {
  position: absolute; inset-block-start: 10px; inset-inline-start: 10px;
  border-radius: var(--r-pill); padding: 4px 10px; font-size: 12px; font-weight: 600;
}
.badge-limited { background: var(--dark); color: var(--neon); }

.badge.badge-exclusive {

  inset-block-start: auto; inset-block-end: 10px;
  background: var(--night); color: var(--gold);
  border: 1px solid rgba(232, 199, 126, .45);
  max-width: calc(100% - 20px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.badge-out { background: #EDE8E3; color: var(--muted); }

.btn {

  display: inline-block;
  border: 0; cursor: pointer; font: 800 15px Cairo, sans-serif;
  background: var(--accent); color: #fff;
  border-radius: var(--r-pill); padding: 10px 18px;
}
.btn:disabled { background: #EDE8E3; color: var(--muted); cursor: default; }
.btn-sm { padding: 8px 14px; font-size: 14px; }

.ramadan {
  position: relative; overflow: hidden;

  background-color: var(--night);
  background-image: linear-gradient(180deg, var(--night) 0%, #101A3A 100%);
  color: #EFE6D4; border-radius: var(--r-card);
  padding: 24px var(--pad); margin-block: 32px;
}

.ramadan::before {
  content: ""; position: absolute; inset-block-start: -60px; inset-inline-end: -40px;
  width: 220px; height: 220px; border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 199, 126, .18), transparent 70%);
  pointer-events: none;
}
.ramadan > * { position: relative; }
.ramadan h2 { margin: 0 0 4px; font-size: 22px; font-weight: 800; color: var(--gold); }
.ramadan p.sub { margin: 0 0 18px; color: #C3CBE6; font-size: 14px; }
.ramadan .card { background: #1D2A57; color: #EFE6D4; box-shadow: none; }
.ramadan .card-img { background: #26356B; }
.ramadan .card .price { color: var(--gold); }
.ramadan .card .price s { color: #AEB8D8; }

.ramadan .card .rating-num { color: #EFE6D4; }
.ramadan .card .rating-count { color: #C3CBE6; }
.more-gold { color: var(--gold); }

@media (min-width: 700px) { .ramadan .grid { grid-template-columns: repeat(3, 1fr); } }

.limited { background: var(--dark); color: var(--dark-ink); border-radius: var(--r-card);
  padding: 24px var(--pad); margin-block: 32px; }
.limited h2 { margin: 0 0 4px; font-size: 22px; font-weight: 800; color: var(--neon); }
.limited p.sub { margin: 0 0 18px; color: #B9AFD4; font-size: 14px; }
.limited .card { background: #221A38; color: var(--dark-ink); box-shadow: none; }
.limited .card-img { background: #2C2247; }
.limited .card .price { color: var(--neon); }

.limited .card .price s { color: #B9AFD4; }
.limited .card .rating-num { color: var(--dark-ink); }
.limited .card .rating-count { color: #B9AFD4; }

.pdp { display: grid; gap: 24px; padding-block: 24px; }
@media (min-width: 860px) { .pdp { grid-template-columns: 1fr 1fr; align-items: start; } }
.pdp-gallery img { border-radius: var(--r-card); }
.pdp-thumbs { display: flex; gap: 8px; margin-block-start: 8px; flex-wrap: wrap; }
.pdp-thumbs img {
  width: 64px; height: 64px; object-fit: cover; border-radius: 12px; cursor: pointer;
  box-shadow: 0 0 0 2px transparent; transition: box-shadow .15s;
}
.pdp-thumbs img[aria-current="true"] { box-shadow: 0 0 0 2px var(--accent-ink); }
.pdp-thumbs img:hover { box-shadow: 0 0 0 2px var(--accent-3); }

.card-img:focus-visible,
.pdp-thumbs img:focus-visible { outline: 3px solid var(--accent-ink); outline-offset: -3px; }
.pdp h1 { margin: 0 0 8px; font-size: 28px; line-height: 1.25; font-weight: 800; }
.pdp .price { font-size: 26px; color: var(--accent-ink); }
.pdp .desc { color: var(--muted); margin-block: 12px 20px; }
.colors { display: flex; gap: 8px; flex-wrap: wrap; margin-block-end: 20px; }
.colors span { border: 1px solid #E7E0DA; border-radius: var(--r-pill); padding: 6px 12px; font-size: 14px; }

.ftr { background: var(--card); margin-block-start: 40px; padding-block: 28px 20px; color: var(--muted); font-size: 14px; }
.ftr-grid { display: grid; gap: 22px; grid-template-columns: 1fr; }
@media (min-width: 700px) { .ftr-grid { grid-template-columns: 1.4fr 1fr 1fr 1.2fr; } }
.ftr-h { display: block; color: var(--ink); font-size: 15px; margin-block-end: 10px; }
.ftr-note { margin: 0 0 12px; line-height: 1.6; }
.ftr-links, .ftr-contact { display: flex; flex-direction: column; gap: 8px; }
.ftr-links a:hover, .ftr-contact a:hover { color: var(--accent-ink); }
.ftr-copy { margin: 18px 0 0; padding-block-start: 16px; border-block-start: 1px solid #EFE9E3; font-size: 13px; }

.social { display: flex; gap: 8px; }
.social a {
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
}
.social a:hover { background: var(--ink); }

.pay { margin-block-start: 22px; padding-block-start: 18px; border-block-start: 1px solid #EFE9E3; }
.pay-title { display: block; color: var(--ink); font-weight: 800; font-size: 15px; margin-block-end: 10px; }
.pay-row { display: flex; gap: 10px; flex-wrap: wrap; }
.pay-badge {
  display: inline-flex; align-items: center; gap: 2px;
  background: #fff; border: 1px solid #E7E0DA; border-radius: 10px;
  padding: 8px 14px; min-width: 66px; justify-content: center;
  box-shadow: 0 1px 3px rgba(36, 31, 46, .06);
}
.pay-badge .visa { color: #1A1F71; font-weight: 800; font-style: italic; font-size: 15px; letter-spacing: .3px; }
.pay-badge .apay { color: #111; font-weight: 600; font-size: 14px; }

.doc { background: var(--card); border-radius: var(--r-card); padding: 22px 20px; margin-block: 20px; box-shadow: var(--shadow); }
.doc h1 { margin: 0 0 14px; font-size: 26px; font-weight: 800; }
.doc h2 { margin: 20px 0 6px; font-size: 17px; font-weight: 800; }
.doc p { margin: 0; color: var(--muted); line-height: 1.7; font-size: 15px; }
.doc a { color: var(--accent-ink); font-weight: 600; }

.doc a.btn { color: #fff; }
.doc-center { text-align: center; }
.doc-center p { margin-block: 14px; }
.doc-updated { margin-block-start: 22px; font-size: 13px; }
.contact-list { margin-block: 16px; }

.hero {
  position: relative; margin-inline: calc(-1 * var(--pad)); margin-block-end: 8px;
  background: linear-gradient(135deg, #FFD9E4, #FFE9C9 60%, #C9F5EC);
  aspect-ratio: 1122 / 1402; display: flex; align-items: flex-end;
}
.hero-img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }

.hero-text {
  position: relative; padding: 20px var(--pad) 26px; width: 100%;
  background: linear-gradient(to top, rgba(255, 247, 240, .96) 55%, rgba(255, 247, 240, 0));
  color: var(--ink);
}
.hero-kicker {
  display: inline-block; margin: 0 0 10px; font-size: 13px; font-weight: 600;
  background: var(--accent); color: #fff; border-radius: var(--r-pill); padding: 6px 14px;
}
.hero h1 { margin: 0 0 6px; font-size: 28px; line-height: 1.2; font-weight: 800; }
.hero-sub { margin: 0 0 16px; font-size: 15px; color: var(--muted); }
@media (min-width: 760px) {
  .hero { aspect-ratio: 1836 / 857; }
  .hero h1 { font-size: 38px; }

  .hero-text { max-width: 620px; background: linear-gradient(to top, rgba(255, 247, 240, .92) 65%, rgba(255, 247, 240, 0)); }
}

.trust { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-block: 18px; }
@media (min-width: 760px) { .trust { grid-template-columns: repeat(4, 1fr); } }
.trust-item {
  background: var(--card); border-radius: 16px; padding: 12px 14px;
  box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 2px;
}
.trust-item b { font-size: 14px; }
.trust-item span { font-size: 13px; color: var(--muted); line-height: 1.4; }

.why-grid { display: grid; gap: 12px; grid-template-columns: 1fr; }
@media (min-width: 700px) { .why-grid { grid-template-columns: repeat(2, 1fr); } }
.why-item { background: var(--card); border-radius: var(--r-card); padding: 16px; box-shadow: var(--shadow); }
.why-item b { display: block; margin-block-end: 4px; }
.why-item p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }

.info { background: var(--card); border-radius: var(--r-card); padding: 18px; margin-block: 14px; box-shadow: var(--shadow); }
.info h2 { margin: 0 0 10px; font-size: 18px; font-weight: 800; }
.info ul { margin: 0; padding-inline-start: 20px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.info .muted { color: var(--muted); font-size: 13px; margin-block-start: 10px; }

.about p + p { margin-block-start: 10px; }
.feats { margin: 14px 0 0; padding-inline-start: 20px; color: var(--ink); font-size: 15px; line-height: 1.8; }
.feats li::marker { color: var(--accent); }

.specs { display: grid; grid-template-columns: auto 1fr; gap: 6px 14px; margin: 0; font-size: 14px; }
.specs dt { font-weight: 600; }
.specs dd { margin: 0; color: var(--muted); }

[data-geo-block] { display: none; }
html[data-geo="KW"] [data-geo-block="KW"],
html[data-geo="BH"] [data-geo-block="BH"],
html[data-geo="QA"] [data-geo-block="QA"] { display: block; }
html:not([data-geo]) [data-geo-block="KW"] { display: block; }

.faq details {
  background: var(--card); border-radius: 16px; padding: 14px 16px;
  margin-block-end: 8px; box-shadow: var(--shadow);
}
.faq summary { cursor: pointer; font-weight: 600; font-size: 15px; }
.faq details p { margin: 10px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.pdp-assure {
  display: flex; flex-wrap: wrap; gap: 6px 14px;
  margin: 14px 0 0; font-size: 13px; font-weight: 600; color: var(--accent-2-ink);
}
.pdp-assure span { display: inline-flex; align-items: center; gap: 5px; }
.pdp-assure span::before { content: "✓"; color: var(--accent-2); font-weight: 800; }
.pdp-note { margin-block-start: 10px; font-size: 13px; color: var(--muted); }

.trust-strip {
  display: flex; flex-wrap: wrap; gap: 10px 16px;
  margin: 0 0 18px; padding: 12px 14px;
  background: var(--card); border-radius: 14px; box-shadow: var(--shadow);
  list-style: none;
}
.trust-strip li {
  display: flex; align-items: center; gap: 7px; flex: 1 1 40%;
  font-size: 13px; font-weight: 600; color: var(--ink);
}
.trust-strip svg { color: var(--accent-2); flex: none; }
.trust-strip.compact {
  margin: 12px 0 0; padding: 10px 12px; gap: 8px 12px;
  background: var(--bg); box-shadow: none;
}
.trust-strip.compact li { font-size: 12px; gap: 5px; }
.trust-strip.compact li::before { content: "✓"; color: var(--accent-2); font-weight: 800; }
.pay-accept {
  display: flex; align-items: center; flex-wrap: wrap; gap: 8px;
  margin: 14px 0 0; font-size: 12px; color: var(--muted);
}
.pay-accept img { border-radius: 4px; }

.hot-pill {
  display: inline-block; margin: 2px 0; padding: 2px 9px;
  font-size: 11px; font-weight: 700; color: #7A5B00;
  background: #FFF0C7; border-radius: var(--r-pill);
}
.buy-urgency {
  display: flex; flex-direction: column; gap: 4px;
  margin-block-start: 12px; font-size: 13px;
}
.buy-urgency .u-social { color: var(--ink); font-weight: 600; }
.buy-urgency .u-deadline { color: var(--accent-ink); font-weight: 700; }
.buy-urgency .u-deadline::before { content: "⏳"; margin-inline-end: 5px; }

.ftr-reg { margin: 10px 0 0; font-size: 12px; color: var(--muted); }
.ftr-reg-badge {
  display: inline-block; padding: 2px 8px; border-radius: var(--r-pill);
  background: rgba(18, 184, 166, .12); color: var(--accent-2-ink); font-weight: 700;
}
.pay-guarantee {
  margin: 12px 0 0; padding: 10px 12px; border-radius: 12px;
  background: rgba(18, 184, 166, .08); color: var(--ink);
  font-size: 12.5px; line-height: 1.6;
}
.cust-home { margin: 32px 0; }
.cust-home-sub { margin: -6px 0 14px; font-size: 14px; color: var(--muted); }

.paymethods { display: flex; flex-direction: column; gap: 10px; margin: 6px 0 20px; }
.paymethod {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 16px; border: 1.5px solid #E6E1EC; border-radius: 14px;
  background: var(--card); cursor: pointer;
}
.paymethod input { position: absolute; opacity: 0; width: 0; height: 0; }
.pm-radio {
  width: 20px; height: 20px; border-radius: 50%;
  border: 2px solid #C9C2D4; flex: none; position: relative;
}
.paymethod input:checked ~ .pm-radio { border-color: var(--ink); }
.paymethod input:checked ~ .pm-radio::after {
  content: ""; position: absolute; inset: 4px; border-radius: 50%; background: var(--ink);
}
.paymethod:has(input:checked) { border-color: var(--ink); box-shadow: 0 0 0 1px var(--ink); }
.paymethod input:focus-visible ~ .pm-radio { outline: 2px solid var(--accent); outline-offset: 2px; }
.pm-logos { display: inline-flex; gap: 6px; align-items: center; }
.pm-knet { height: 26px; width: auto; border-radius: 3px; }
.pm-label { font-weight: 700; font-size: 14px; }
.pm-chev { margin-inline-start: auto; color: var(--muted); font-size: 22px; line-height: 1; }
.related { margin-block-start: 8px; }

.sec-title { font-size: 22px; font-weight: 800; margin-block: 28px 14px; }

.cart-btn {
  position: relative; border: 0; background: none; cursor: pointer;
  color: var(--ink); padding: 4px; display: inline-flex; align-items: center;
}
.cart-count {
  position: absolute; inset-block-start: -2px; inset-inline-end: -4px;
  min-width: 18px; height: 18px; border-radius: 9px;
  background: var(--accent); color: #fff;
  font: 800 11px/18px Cairo, sans-serif; text-align: center; padding-inline: 4px;
}

.cart-scrim {
  position: fixed; inset: 0; background: rgba(36, 31, 46, .45);
  opacity: 0; pointer-events: none; transition: opacity .2s; z-index: 40;
}
.cart-panel {
  position: fixed; inset-block-start: 0; inset-inline-start: 0;

  height: 100vh;
  height: 100dvh;
  height: var(--app-vh, 100dvh);
  width: min(420px, 92vw); background: var(--bg); z-index: 50;
  display: flex; flex-direction: column;
  transform: translateX(0);
  transition: transform .25s ease;
  box-shadow: 0 0 40px rgba(36, 31, 46, .2);
}

.cart-panel:not(.open) { transform: translateX(-100%); }
html[dir="rtl"] .cart-panel:not(.open) { transform: translateX(100%); }

body.cart-open .cart-scrim { opacity: 1; pointer-events: auto; }
html.cart-open, body.cart-open { overflow: hidden; }

html { scrollbar-gutter: stable; }

.cart-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px var(--pad); border-block-end: 1px solid #EFE9E3; background: var(--card);
}
.cart-head b { font-size: 17px; }
.cart-x { border: 0; background: none; font-size: 20px; cursor: pointer; color: var(--muted); line-height: 1; }

.cart-body { flex: 1 1 auto; min-height: 0; overflow-y: auto; padding: var(--pad); }
.cart-foot {
  flex: 0 0 auto; padding: var(--pad); border-block-start: 1px solid #EFE9E3;
  background: var(--card);

  padding-block-end: calc(var(--pad) + env(safe-area-inset-bottom));
}

.ci { display: flex; gap: 12px; padding-block: 12px; border-block-end: 1px solid #EFE9E3; }
.ci:last-child { border-block-end: 0; }
.ci-img { width: 72px; height: 72px; flex: 0 0 auto; border-radius: 14px; overflow: hidden; background: #F6F1EC; }
.ci-img img { width: 100%; height: 100%; object-fit: cover; }
.ci-body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 6px; }
.ci-name { font-size: 15px; font-weight: 600; line-height: 1.3; }
.ci-price s { color: var(--muted); font-size: 13px; margin-inline-end: 6px; }
.ci-price i { font-style: normal; font-weight: 800; color: var(--accent-ink); }
.ci-qty { display: flex; align-items: center; gap: 8px; margin-block-start: auto; }
.ci-qty button {
  width: 28px; height: 28px; border-radius: 8px; cursor: pointer;
  border: 1px solid #E7E0DA; background: var(--card); font: 700 15px Cairo, sans-serif;
}
.ci-qty span { min-width: 20px; text-align: center; font-weight: 700; }
.ci-del { width: auto !important; padding-inline: 10px; color: var(--muted); font-size: 13px !important; }
.ci-sum { font-weight: 800; white-space: nowrap; }
.ci-empty { color: var(--muted); text-align: center; padding-block: 40px; }

.ci-free {
  margin: 0 0 12px; padding: 10px 12px; border-radius: 12px;
  background: #FFF3D6; color: #7A5A00; font-size: 13px; font-weight: 600;
}
.ci-free.ok { background: #D9F7EF; color: #0A6B5C; }
.ci-sums { display: grid; grid-template-columns: 1fr auto; gap: 6px 12px; margin: 0 0 14px; font-size: 14px; }
.ci-sums dt { color: var(--muted); }
.ci-sums dd { margin: 0; text-align: end; font-weight: 600; }
.ci-sums .tot { font-size: 17px; font-weight: 800; color: var(--ink); }
.btn-block { display: block; text-align: center; width: 100%; }

.co { display: grid; gap: 24px; padding-block: 20px; }
@media (min-width: 860px) { .co { grid-template-columns: 1.4fr 1fr; align-items: start; } }
.co-side {
  background: var(--card); border-radius: var(--r-card); padding: 18px;
  box-shadow: var(--shadow); position: sticky; top: 84px;
}
.co-side h2 { margin: 0 0 14px; font-size: 18px; font-weight: 800; }

.co-steps { display: flex; gap: 10px; list-style: none; margin: 0 0 18px; padding: 0; font-size: 14px; font-weight: 600; }
.co-steps li { color: var(--muted); }
.co-steps li.on { color: var(--accent-ink); }
.co-steps li.done { color: var(--accent-2-ink); }

.co-h { font-size: 17px; font-weight: 800; margin: 20px 0 10px; }
.co-h:first-child { margin-block-start: 0; }

.fld { display: block; margin-block-end: 14px; }
.fld > span { display: block; font-size: 14px; font-weight: 600; margin-block-end: 6px; }
.fld input, .fld select {
  width: 100%; font: 400 16px Cairo, sans-serif; color: var(--ink);
  background: var(--card); border: 1px solid #E7E0DA; border-radius: 14px;
  padding: 12px 14px;
}
.fld input:focus, .fld select:focus { outline: 2px solid var(--accent); outline-offset: -1px; }
.fld input:disabled { background: #F6F1EC; color: var(--muted); }
.fld.has-err input, .fld.has-err select { border-color: var(--accent); }
.err { display: block; color: var(--accent-ink); font-size: 13px; font-style: normal; margin-block-start: 4px; min-height: 1em; }

.fld-phone { display: flex; gap: 8px; align-items: center; }
.fld-phone .dial {
  flex: 0 0 auto; background: #F6F1EC; border-radius: 14px;
  padding: 12px 12px; font-weight: 700; font-size: 15px;
}
.pay-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.co-go { margin-block-start: 6px; }
.co-note { font-size: 13px; color: var(--muted); margin-block-start: 12px; }
.co-note a { color: var(--accent-ink); font-weight: 600; }

.os-line { display: flex; gap: 10px; align-items: center; padding-block: 10px; border-block-end: 1px solid #EFE9E3; }
.os-img { position: relative; width: 56px; height: 56px; flex: 0 0 auto; border-radius: 12px; overflow: hidden; background: #F6F1EC; }
.os-img img { width: 100%; height: 100%; object-fit: cover; }
.os-qty {
  position: absolute; inset-block-start: -6px; inset-inline-end: -6px;
  min-width: 20px; height: 20px; border-radius: 10px; background: var(--ink); color: #fff;
  font: 700 12px/20px Cairo, sans-serif; text-align: center;
}
.os-name { flex: 1; font-size: 14px; font-weight: 600; line-height: 1.35; }
.os-name em { font-style: normal; font-size: 12px; font-weight: 800; color: var(--accent-ink); margin-inline-start: 6px; }
.os-sum { font-weight: 800; white-space: nowrap; font-size: 14px; }

.pay-review { background: var(--card); border-radius: var(--r-card); padding: 16px 18px; box-shadow: var(--shadow); margin-block-end: 16px; }
.pay-review-head { display: flex; justify-content: space-between; align-items: baseline; margin-block-end: 10px; }
.pay-review-head a { color: var(--accent-ink); font-weight: 600; font-size: 14px; }
.pay-review dl { display: grid; grid-template-columns: auto 1fr; gap: 6px 14px; margin: 0; font-size: 14px; }
.pay-review dt { color: var(--muted); }
.pay-review dd { margin: 0; }

.pay-card { background: var(--card); border-radius: var(--r-card); padding: 18px; box-shadow: var(--shadow); }
.pay-card h2 { margin: 0 0 14px; font-size: 18px; font-weight: 800; }
.pay-sub { color: var(--muted); font-size: 14px; margin: -10px 0 14px; }

.pay-method {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  border: 2px solid var(--ink); border-radius: 14px; background: #F6F1EC;
  padding: 14px; margin-block-end: 12px; font-weight: 700;
}
.pay-method-card {
  width: 38px; height: 26px; border-radius: 5px; background: #C9C2BB;
  position: relative; flex: 0 0 auto;
}
.pay-method-card::after {
  content: ""; position: absolute; inset-block-start: 7px; inset-inline: 5px;
  height: 5px; border-radius: 2px; background: #F6F1EC;
}

.stripe-el {
  border: 1px solid #E7E0DA; border-radius: 14px; padding: 13px 14px;
  background: var(--card); min-height: 48px;
}

.stripe-el.is-ph { color: #9A93A6; line-height: 22px; }

.pay-input { width: 100%; font: 400 16px Cairo, sans-serif; color: var(--ink); }
.pay-input::placeholder { color: #9A93A6; }
.pay-input:focus { outline: 2px solid var(--accent); outline-offset: -1px; }
.pay-fields { display: flex; flex-direction: column; gap: 12px; }
.pay-fields.disabled { opacity: .75; }

.fld-card { position: relative; }

.fld-card .stripe-el { padding-left: 126px; padding-right: 14px; }
.card-brands {
  position: absolute; inset-block-start: 50%; transform: translateY(-50%);
  inset-inline-end: 10px; display: flex; align-items: center; gap: 4px;
}
.card-brands img { height: 18px; width: auto; border-radius: 3px; }
.card-brands b {
  font-size: 10px; font-weight: 800; color: var(--muted);
  background: #F1ECE7; border-radius: 4px; padding: 3px 4px; line-height: 1;
}

.pay-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.fld-cvc { position: relative; }

.fld-cvc .stripe-el { padding-left: 40px; padding-right: 14px; }
.cvc-hint {
  position: absolute; inset-block-start: 50%; transform: translateY(-50%);
  inset-inline-end: 12px; width: 20px; height: 20px; border-radius: 50%;
  border: 1px solid #C9C2BB; color: var(--muted); font-size: 12px; font-weight: 700;
  display: grid; place-items: center; cursor: help;
}

.pay-name {
  width: 100%; border: 1px solid #E7E0DA; border-radius: 14px;
  padding: 13px 14px; background: var(--card); font: 400 16px Cairo, sans-serif;
  color: var(--ink); min-height: 48px;
}
.pay-name::placeholder { color: #9A93A6; }
.pay-name:focus { outline: 2px solid var(--accent); outline-offset: -1px; }
.pay-warn { background: #FFF3D6; color: #7A5A00; border-radius: 12px; padding: 10px 12px; font-size: 13px; font-weight: 600; margin-block: 14px; }
.pay-err { color: var(--accent-ink); font-size: 14px; font-weight: 600; margin: 10px 0 0; min-height: 1em; }
.pay-safe { color: var(--muted); font-size: 13px; text-align: center; margin-block-start: 10px; }

.pay-state { background: var(--card); border-radius: var(--r-card); padding: 32px 20px; box-shadow: var(--shadow); text-align: center; }
.pay-state h2 { margin: 0 0 8px; font-size: 20px; font-weight: 800; }
.pay-state p { color: var(--muted); margin: 0 0 16px; }
.pay-state.ok .pay-tick {
  width: 56px; height: 56px; border-radius: 50%; background: var(--accent-2); color: #fff;
  font: 800 28px/56px Cairo, sans-serif; margin: 0 auto 14px;
}
.pay-total { font-size: 22px; font-weight: 800; color: var(--ink) !important; margin-block-end: 18px !important; }

.co-title { margin: 0 0 12px; font-size: 24px; font-weight: 800; }
.limited h1 { margin: 0 0 4px; font-size: 22px; font-weight: 800; color: var(--neon); }

.pill.soon { border-style: dashed; color: var(--muted); }

.pill.on.soon { color: #fff; }
.pill.on.soon em { color: var(--accent-3); }
.pill.soon em { font-style: normal; font-size: 11px; font-weight: 800; color: var(--accent-ink); margin-inline-start: 6px; }
.soon-box {
  background: var(--card); border: 2px dashed #E7E0DA; border-radius: var(--r-card);
  padding: 36px 20px; text-align: center; margin-block: 16px;
}
.soon-box h2 { margin: 0 0 8px; font-size: 22px; font-weight: 800; color: var(--accent-ink); }
.soon-box p { margin: 0 0 18px; color: var(--muted); }
