/* Price guide pages (/bahrain/*): server-rendered, same world as the shop. */
.guide-page .shell { min-height: 100dvh; }
.top-link { font-size: 14px; font-weight: 600; color: var(--on-emerald); text-decoration: none; padding: 8px 0; }
.guide { padding: 14px 20px 40px; display: block; }
.crumbs { display: flex; flex-wrap: wrap; gap: 6px; font-size: 13px; color: var(--muted); margin: 0 0 14px; }
.crumbs a { color: var(--muted); }
.g-head { display: grid; grid-template-columns: 1fr; gap: 18px; }
.g-img { background: var(--photo); border-radius: 22px; overflow: hidden; aspect-ratio: 4 / 5; max-height: 52dvh; display: grid; place-items: center; }
.g-img img { width: 100%; height: 100%; object-fit: contain; }
.g-brand { margin: 0; font-size: 14px; font-weight: 700; color: var(--emerald); }
.guide h1 { font-size: clamp(28px, 7.4vw, 36px); line-height: 1.08; letter-spacing: -.03em; font-weight: 750; margin: 4px 0 0; }
.g-ar { margin: 6px 0 0; font-family: var(--arabic); color: var(--muted); font-size: 15px; }
.g-price { margin-top: 16px; padding: 16px 18px; border-radius: 18px; background: var(--emerald); color: var(--on-emerald); display: grid; gap: 2px; }
.g-price small { font-size: 13px; color: var(--on-emerald-muted); }
.g-price strong { font-size: 32px; font-weight: 750; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.g-price span { font-size: 13px; color: var(--on-emerald-muted); }
.g-ref { margin: 10px 0 0; font-size: 14px; color: var(--muted); }
.g-intro { font-size: 17px; line-height: 1.6; margin: 24px 0 8px; max-width: 65ch; }
.guide section { margin-top: 30px; }
.guide h2 { font-size: 21px; letter-spacing: -.02em; line-height: 1.2; margin-bottom: 12px; }
.g-stores { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.g-stores li { display: grid; grid-template-columns: 1fr auto auto; gap: 12px; align-items: center; padding: 14px; border-radius: 16px; background: var(--card); border: 1px solid var(--line); }
.g-stores strong { display: block; font-size: 15px; }
.g-stores span { font-size: 13px; color: var(--muted); }
.g-sp { text-align: right; }
.g-sp b { display: block; font-size: 15px; font-variant-numeric: tabular-nums; white-space: nowrap; }
.g-sp small { font-size: 11px; color: var(--muted); }
.g-stores a { font-size: 14px; font-weight: 700; color: var(--ink); padding: 10px 12px; border-radius: 999px; border: 1px solid var(--line); text-decoration: none; }
.g-nolink { width: 1px; }
.g-note { font-size: 13px; color: var(--muted); margin: 10px 0 0; }
.g-table { width: 100%; border-collapse: collapse; font-size: 15px; margin-bottom: 10px; }
.g-table th { text-align: left; font-size: 13px; color: var(--muted); font-weight: 600; padding: 8px 10px 8px 0; border-bottom: 1px solid var(--line); }
.g-table td { padding: 11px 10px 11px 0; border-bottom: 1px solid var(--line); font-variant-numeric: tabular-nums; }
.g-table td:nth-child(2) { white-space: nowrap; font-weight: 600; }
.g-facts { margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.g-facts div { padding: 12px 14px; border-radius: 14px; background: var(--card); border: 1px solid var(--line); }
.g-facts dt { font-size: 12px; color: var(--muted); }
.g-facts dd { margin: 2px 0 0; font-size: 15px; font-weight: 600; }
.g-cta { margin-top: 30px; padding: 20px; border-radius: 22px; background: var(--emerald); color: var(--on-emerald); display: grid; grid-template-columns: 56px 1fr; gap: 16px; align-items: start; }
.g-cta h2 { color: var(--on-emerald); margin: 2px 0 6px; font-size: 20px; }
.g-cta p { margin: 0 0 14px; color: var(--on-emerald-muted); font-size: 15px; }
.g-cta-row { display: flex; flex-wrap: wrap; gap: 6px 14px; align-items: center; }
.g-cta .text-btn { color: var(--on-emerald); }
.g-faq details { border-bottom: 1px solid var(--line); padding: 14px 0; }
.g-faq summary { font-weight: 700; font-size: 16px; cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 12px; }
.g-faq summary::after { content: "+"; color: var(--muted); font-weight: 400; }
.g-faq details[open] summary::after { content: "−"; }
.g-faq p { margin: 8px 0 0; color: var(--muted); }
.g-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 12px; }
.g-card { display: flex; flex-direction: column; gap: 2px; text-decoration: none; min-width: 0; }
.g-card-img { aspect-ratio: 4 / 5; border-radius: 16px; overflow: hidden; background: var(--photo); margin-bottom: 8px; }
.g-card-img img { width: 100%; height: 100%; object-fit: cover; }
.g-card-brand { font-size: 12px; font-weight: 700; color: var(--emerald); }
.g-card-name { font-size: 14px; color: var(--muted); line-height: 1.3; }
.g-card-price { font-size: 15px; font-weight: 700; font-variant-numeric: tabular-nums; }
.g-more { font-weight: 700; color: var(--ink); }
.g-hub-head p { color: var(--muted); max-width: 60ch; }
.g-hub-sec h2 a { color: var(--ink); text-decoration: none; }
.g-hub-sec h2 a::after { content: " →"; color: var(--muted); }
.g-rail { display: grid; grid-auto-flow: column; grid-auto-columns: 42%; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 4px; }
.g-rail::-webkit-scrollbar { display: none; }
.g-rail .g-card { scroll-snap-align: start; }
.g-list { margin: 18px 0 26px; }
.g-list td:first-child a { color: var(--ink); font-weight: 600; }
.g-list td:last-child { color: var(--muted); font-size: 13px; }
.g-foot { padding: 24px 20px calc(30px + var(--safe-b)); border-top: 1px solid var(--line); font-size: 13px; color: var(--muted); display: grid; gap: 12px; }
.g-foot nav { display: flex; flex-wrap: wrap; gap: 8px 14px; }
.g-foot nav a { color: var(--ink); font-weight: 600; }
.g-foot p { margin: 0; }
@media (prefers-color-scheme: dark) {
  .g-brand, .g-card-brand { color: var(--foil); }
}
@media (min-width: 900px) {
  .g-rail { grid-auto-columns: 30%; }
}

/* ---------- one product page: shop + price guide ---------- */
main[data-ssr="product"] ~ .tabbar { display: none; }
.pdp-sheet .crumbs { margin: -6px 0 0; }
.pdp-sheet h1 .h1-sub { display: block; margin-top: 4px; font-size: .56em; font-weight: 500; letter-spacing: -.01em; color: var(--muted); }
.pdp-sheet .g-ar { margin-top: 6px; }
.pdp-sheet .g-sec { margin-top: 12px; }
.pdp-sheet .g-sec h2 { font-size: 21px; letter-spacing: -.02em; line-height: 1.2; margin-bottom: 10px; }
.pdp-sheet .g-intro { font-size: 16px; line-height: 1.6; margin: 0 0 14px; }
.pdp-sheet .g-foot { padding: 20px 0 0; margin-top: 8px; }
.pdp-sheet .reviews h2 { font-size: 21px; }
