/* ==========================================================================
   AL NABEEL v11: mobile-first usability layer (loaded after brand.css)
   Same identity (Onyx / Vanilla, Montserrat + Noto Kufi Arabic); fixes touch sizes,
   text sizes and contrast, and adds the phone patterns: swipe rows, sticky actions, tools.
   ========================================================================== */
:root {
  --ink: #2f2f30;
  --muted: #5f5f60;          /* 6.4:1 on white */
  --label: #7a5c3e;          /* category labels, 6.1:1 on white (vanilla was 1.7:1) */
  --line: #e7e1d9;
  --wa: #1c7f46;             /* WhatsApp green darkened so white text reads (5:1) */
  --wa-icon: #1fa855;
  --radius: 10px;
  --tap: 44px;
  --safe-b: env(safe-area-inset-bottom, 0px);
}
[hidden] { display: none !important; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
a, button, [role="button"], input, select, summary { -webkit-tap-highlight-color: rgba(213,193,170,.25); touch-action: manipulation; }
:focus-visible { outline: 2px solid var(--vanilla); outline-offset: 2px; }
bdi[dir="ltr"] { unicode-bidi: isolate; }
img { max-width: 100%; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}

/* ---------- header ---------- */
.nav-right { gap: 8px; }
.icon-btn { width: var(--tap); height: var(--tap); display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: rgba(255,255,255,.8); background: none; border: 0; cursor: pointer; font-size: 20px; }
.icon-btn:hover { color: var(--vanilla); background: rgba(255,255,255,.06); }
.search-btn { width: var(--tap); height: var(--tap); display: inline-flex; align-items: center; justify-content: center; font-size: 20px; color: rgba(255,255,255,.8); border-radius: 50%; }
.social-btn { width: 38px; height: 38px; }
.lang-btn { min-height: 38px; min-width: 48px; display: inline-flex; align-items: center; justify-content: center; font-size: 13px; }
.hamburger { width: var(--tap); height: var(--tap); padding: 10px; align-items: center; }
.nav-link { padding: 10px 0; }
.mob-menu { max-height: calc(100vh - 58px); overflow-y: auto; overscroll-behavior: contain; }
.mob-link { min-height: 54px; font-size: 17px !important; color: rgba(255,255,255,.88); padding: 0 1.25rem; }
.mob-menu .mob-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 14px 1.25rem 18px; }
.mob-actions a { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 15px; font-weight: 600; border-radius: var(--radius); }
.mob-actions .ma-wa { background: var(--wa); color: #fff; }
.mob-actions .ma-call { border: 1px solid rgba(213,193,170,.45); color: var(--vanilla); }
.mob-actions .ic { font-size: 20px; }
.mob-lang-row { min-height: 56px; }
.mob-lang-row .lang-btn, #mob-lang-btn { min-height: 44px !important; min-width: 64px; font-size: 14px !important; }
.mob-social-row .social-btn { width: var(--tap); height: var(--tap); }

/* ---------- hero ---------- */
.slide-badge { display: none !important; }            /* it repeated the title word for word */
.hero-cta { display: inline-flex; align-items: center; gap: 10px; margin-top: 22px; min-height: 50px; padding: 0 26px; background: var(--vanilla); color: var(--onyx); font-size: 15px; font-weight: 600; border-radius: 3px; transition: background .2s, transform .15s; }
.hero-cta:hover { background: #e6d6c2; }
.hero-cta:active { transform: scale(.98); }
.hero-cta .ic { font-size: 18px; }
html[dir="rtl"] .hero-cta .ic { transform: scaleX(-1); }
.hero-dots { gap: 4px; }
.hero-dot { height: 28px !important; background: none !important; position: relative; min-width: 28px; }
.hero-dot::after { content: ''; position: absolute; left: 0; right: 0; top: 13px; height: 3px; border-radius: 2px; background: rgba(255,255,255,.4); }
.hero-dot.active::after { background: var(--vanilla); }

/* ---------- sections ---------- */
.sec-head { gap: 12px; }
.view-all { min-height: var(--tap); display: inline-flex; align-items: center; font-size: 14px; color: var(--muted); }
.sec-title { color: var(--ink); }

/* ---------- categories: overlay tiles on desktop, swipe row of 4 on phones ---------- */
.cat-card { display: block; text-decoration: none; }
.cat-card-media { position: absolute; inset: 0; }
.cat-card-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.cat-card:hover .cat-card-img { transform: scale(1.06); }
.cat-card-count { font-size: 12px !important; padding: 3px 9px; color: var(--onyx); }
.cat-card-label { display: none; }

/* ---------- product cards ---------- */
.prod-card { display: flex; flex-direction: column; border-radius: 6px; overflow: hidden; color: inherit; text-decoration: none; border-color: var(--line); }
.prod-card:active { transform: scale(.99); }
.prod-img { height: auto !important; aspect-ratio: 4 / 3; }
.prod-img img { width: 100%; height: 100%; object-fit: cover; }
.prod-body { flex: 1; display: flex; flex-direction: column; }
.prod-cat { color: var(--label) !important; font-size: 13px !important; font-weight: 600; letter-spacing: 0 !important; text-transform: none; }
.prod-name { color: var(--ink); }
.prod-desc { color: var(--muted) !important; }
.prod-link { margin-top: auto; color: var(--onyx); font-size: 14px !important; font-weight: 500; }
.prod-badge.badge-unavail { background: #5f5f60; font-size: 12px !important; padding: 4px 10px; letter-spacing: 0; }

/* ---------- reviews ---------- */
.rv-section { background: #fff; border-top: 1px solid #ece8e2; }
.rv-summary { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 16px; margin: -8px 0 22px; }
.rv-score { font-size: 46px; font-weight: 600; color: var(--ink); line-height: 1; font-family: Montserrat, sans-serif; }
.rv-stars { color: #c98a00; font-size: 20px; letter-spacing: 2px; line-height: 1; }
.rv-stars .off { color: #d8d2c8; }
.rv-meta { font-size: 14px; color: var(--muted); display: flex; align-items: center; gap: 8px; }
.rv-g { font-weight: 700; font-family: Montserrat, sans-serif; letter-spacing: -.5px; }
.rv-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.rv-card { background: var(--vlighter); border: 1px solid #ece8e2; border-radius: var(--radius); padding: 20px; display: flex; flex-direction: column; gap: 10px; }
.rv-head { display: flex; align-items: center; gap: 12px; }
.rv-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--onyx); color: var(--vanilla); display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: 16px; flex-shrink: 0; }
.rv-name { font-weight: 600; font-size: 15px; color: var(--ink); }
.rv-date { font-size: 13px; color: var(--muted); }
.rv-card .rv-stars { font-size: 16px; }
.rv-text { font-size: 15px; line-height: 1.9; color: #3d3d3e; white-space: pre-line; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; }
.rv-card.open .rv-text { -webkit-line-clamp: unset; display: block; }
.rv-more { align-self: flex-start; min-height: var(--tap); padding: 0; font-size: 14px; font-weight: 600; color: var(--onyx); text-decoration: underline; text-underline-offset: 4px; }
.rv-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.btn-line { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 22px; border: 1px solid var(--onyx); color: var(--onyx); font-size: 15px; font-weight: 500; border-radius: 3px; background: transparent; }
.btn-line:hover { background: var(--vlight); }

/* ---------- contact: tappable details, hours, map ---------- */
.contact-item { align-items: center; }
a.contact-item { color: inherit; text-decoration: none; border-radius: 8px; margin-inline: -8px; padding: 6px 8px; transition: background .2s; }
a.contact-item:hover { background: rgba(255,255,255,.05); }
.contact-info .label { font-size: 13px !important; color: rgba(255,255,255,.62) !important; letter-spacing: 0 !important; }
.contact-info .value { font-size: 16px !important; color: #fff !important; }
.contact-hours { margin: 1.4rem 0 0; padding: 16px 18px; border: 1px solid rgba(213,193,170,.25); border-radius: var(--radius); }
.contact-hours .ch-head { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; color: #fff; font-weight: 600; font-size: 15px; }
.ch-row, .fh-row { display: flex; justify-content: space-between; gap: 12px; font-size: 15px; color: rgba(255,255,255,.78); padding: 4px 0; }
.ch-row.is-closed, .fh-row.is-closed { color: rgba(255,255,255,.5); }
.open-now { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; padding: 3px 10px; border-radius: 20px; }
.open-now::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: currentColor; }
.open-now.is-open { color: #7fd79e; background: rgba(127,215,158,.12); }
.open-now.is-closed { color: #f0a58f; background: rgba(240,165,143,.12); }
.wa-btn { min-height: 52px; background: var(--wa) !important; color: #fff !important; font-size: 16px !important; letter-spacing: 0 !important; text-transform: none !important; border-radius: 3px; text-decoration: none; }
.wa-btn .ic { font-size: 22px; }
.contact-map { padding: 0 !important; overflow: hidden; border-radius: var(--radius); min-height: 360px; position: relative; justify-content: flex-start !important; gap: 0 !important; }
.map-frame { width: 100%; flex: 1; min-height: 280px; border: 0; display: block; filter: grayscale(.25) contrast(1.02); background: #2f2f30; }
.map-bar { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; padding: 14px 16px; background: rgba(0,0,0,.25); }
.map-bar .map-addr { flex: 1 1 200px; display: flex; gap: 10px; align-items: flex-start; color: rgba(255,255,255,.85); font-size: 15px; line-height: 1.6; }
.map-bar .map-addr .ic { color: var(--vanilla); font-size: 20px; margin-top: 3px; }
.map-open { min-height: var(--tap); display: inline-flex; align-items: center; gap: 8px; padding: 0 16px; background: var(--vanilla); color: var(--onyx); font-weight: 600; font-size: 14px; border-radius: 3px; text-decoration: none; }

/* ---------- footer (shared) ---------- */
.site-footer { background: var(--onyx); padding: 3.5rem 2rem 1.5rem; }
.site-footer .footer-grid { max-width: 1200px; margin: 0 auto 2.2rem; display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.3fr; gap: 2.5rem; }
.site-footer .f-logo-wrap { text-decoration: none; }
.site-footer .f-logo-text .ar { font-size: 14px !important; color: var(--vanilla); }
.site-footer .f-desc { max-width: 320px; color: rgba(255,255,255,.62); margin: 10px 0 16px; }
.site-footer .f-col-title { font-size: 14px !important; font-weight: 600; letter-spacing: 0 !important; text-transform: none; color: var(--vanilla); }
.site-footer .f-link { min-height: 40px; display: flex; align-items: center; margin: 0; color: rgba(255,255,255,.72); font-size: 15px; }
.site-footer .f-contact { min-height: 40px; display: flex; align-items: center; gap: 10px; margin: 0; color: rgba(255,255,255,.78); font-size: 15px; text-decoration: none; }
.site-footer a.f-contact:hover, .site-footer .f-link:hover { color: var(--vanilla); }
.site-footer .f-contact .ic { color: var(--vanilla); font-size: 18px; opacity: 1; }
.site-footer .f-wa { color: #9fe0b6; font-weight: 600; }
.site-footer .f-hours { margin-top: 6px; }
.site-footer .fh-row { font-size: 14px; padding: 3px 0 3px; padding-inline-start: 28px; }
.site-footer .f-socials { display: flex; gap: 10px; }
.site-footer .f-social { width: var(--tap); height: var(--tap); font-size: 18px; color: rgba(255,255,255,.75); border-color: rgba(255,255,255,.25); }
.site-footer .footer-bottom { max-width: 1200px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,.12); padding-top: 1.2rem; }
.site-footer .f-copy { font-size: 13px; color: rgba(255,255,255,.55); }

/* ---------- floating WhatsApp ---------- */
.wa-float { position: fixed; z-index: 1500; bottom: calc(20px + var(--safe-b)); left: 20px; width: 58px; height: 58px; border-radius: 50%; background: var(--wa-icon); display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 22px rgba(0,0,0,.28); transition: transform .2s; }
.wa-float:hover { transform: scale(1.06); }
html[dir="ltr"] .wa-float { left: auto; right: 20px; }
@media print { .wa-float, .pbar { display: none !important; } }

/* ---------- product page ---------- */
.breadcrumb { display: flex; align-items: center; flex-wrap: nowrap; overflow-x: auto; white-space: nowrap; scrollbar-width: none; font-size: 14px !important; }
.breadcrumb::-webkit-scrollbar { display: none; }
.breadcrumb a { min-height: 40px; display: inline-flex; align-items: center; color: var(--muted); }
.crumb { display: inline-flex; align-items: center; gap: 8px; }
.d-media { position: relative; min-width: 0; }
.d-gallery { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; border-radius: 6px; background: var(--vlight); aspect-ratio: 4 / 3; overscroll-behavior-x: contain; }
.d-gallery::-webkit-scrollbar { display: none; }
.d-slide { flex: 0 0 100%; margin: 0; scroll-snap-align: center; position: relative; }
.d-slide img { width: 100%; height: 100%; object-fit: cover; display: block; cursor: zoom-in; }
.d-count { position: absolute; top: 12px; inset-inline-end: 12px; background: rgba(20,19,18,.7); color: #fff; font-size: 13px; padding: 4px 10px; border-radius: 14px; font-family: Montserrat, sans-serif; direction: ltr; }
.thumbs { margin-top: 10px; gap: 10px; }
.thumb { width: 72px !important; height: 56px !important; padding: 0; border-radius: 4px; }
.d-cat { color: var(--label) !important; font-weight: 600; letter-spacing: 0 !important; text-transform: none; }
.d-title { margin-bottom: 1.1rem !important; }
.d-badge.is-unavail { display: inline-block; background: #5f5f60; color: #fff; font-size: 13px; padding: 5px 12px; margin: -4px 0 16px; }
.lbl-title { color: var(--ink) !important; font-size: 15px !important; letter-spacing: 0 !important; text-transform: none !important; }
.spec-label { color: var(--muted) !important; font-size: 13px !important; letter-spacing: 0 !important; text-transform: none; }
.spec-val { color: var(--ink); }
.desc-box { margin-bottom: 1.5rem; }
.desc-text { color: #3d3d3e; }
.feats-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)) !important; }
.cta-row { display: flex; flex-wrap: wrap; gap: 10px; }
.btn-wa { flex: 1 1 220px; min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: var(--wa); color: #fff; font-size: 16px; font-weight: 600; border-radius: 3px; text-decoration: none; }
.btn-wa:hover { filter: brightness(1.08); }
.btn-wa .ic { font-size: 22px; }
.btn-icon { min-height: 52px; min-width: 52px; justify-content: center; font-size: 15px !important; }
.btn-icon .ic { font-size: 20px; }
.similar-grid { grid-template-columns: repeat(4, 1fr) !important; }
.lb-close { position: absolute; top: calc(12px + env(safe-area-inset-top, 0px)); inset-inline-end: 12px; width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,.14); color: #fff; font-size: 26px; display: flex; align-items: center; justify-content: center; }
.lb-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,.14); color: #fff; font-size: 24px; display: flex; align-items: center; justify-content: center; }
.lb-prev { inset-inline-start: 12px; } .lb-next { inset-inline-end: 12px; }
.pbar { display: none; }

/* ---------- catalog tools ---------- */
.cat-tools { background: #f5f1ec; border-bottom: 1px solid var(--line); }
.ct-sticky { position: sticky; top: 64px; z-index: 60; background: #f5f1ec; padding: 12px 2rem 8px; }
.ct-row { display: flex; gap: 10px; max-width: 1200px; margin: 0 auto 10px; }
.ct-search { flex: 1; position: relative; display: flex; align-items: center; }
.ct-search .ic { position: absolute; inset-inline-start: 14px; font-size: 18px; color: var(--muted); pointer-events: none; }
.ct-search input { width: 100%; min-height: 48px; padding: 0 46px; border: 1px solid #d9d2c8; border-radius: 8px; background: #fff; font-size: 16px; color: var(--ink); font-family: inherit; -webkit-appearance: none; appearance: none; }
.ct-search input::-webkit-search-cancel-button { display: none; }
.ct-search input:focus { outline: none; border-color: var(--onyx); box-shadow: 0 0 0 3px rgba(57,57,58,.12); }
.ct-clear { position: absolute; inset-inline-end: 2px; width: var(--tap); height: var(--tap); font-size: 22px; color: var(--muted); }
.ct-sort select { min-height: 48px; padding: 0 14px; border: 1px solid #d9d2c8; border-radius: 8px; background: #fff; font-size: 15px; color: var(--ink); font-family: inherit; max-width: 170px; }
.ct-chips { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x proximity; max-width: 1200px; margin: 0 auto; padding: 2px 0 4px; }
.ct-chips::-webkit-scrollbar { display: none; }
.ct-colors { padding: 6px 2rem 14px; }
.chip { flex-shrink: 0; scroll-snap-align: start; min-height: 42px; display: inline-flex; align-items: center; gap: 8px; padding: 0 16px; border: 1px solid #cfc7bc; border-radius: 22px; background: #fff; color: var(--ink); font-size: 15px; white-space: nowrap; text-decoration: none; cursor: pointer; font-family: inherit; transition: background .15s, border-color .15s; }
.chip small { font-size: 12px; color: var(--muted); font-family: Montserrat, sans-serif; }
.chip i { width: 14px; height: 14px; border-radius: 50%; border: 1px solid rgba(0,0,0,.18); display: inline-block; }
.chip:hover { border-color: var(--onyx); }
.chip.on { background: var(--onyx); border-color: var(--onyx); color: #fff; }
.chip.on small { color: var(--vanilla); }
.ct-status { max-width: 1200px; margin: 0 auto 14px; display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: var(--tap); font-size: 15px; color: var(--muted); }
.ct-reset { min-height: var(--tap); padding: 0 6px; font-size: 14px; font-weight: 600; color: var(--onyx); text-decoration: underline; text-underline-offset: 4px; }
.ct-empty { text-align: center; padding: 3rem 1rem 4rem; }
.ct-empty h2 { font-size: 20px; font-weight: 600; color: var(--ink); margin-bottom: 8px; }
.ct-empty p { font-size: 15px; color: var(--muted); line-height: 1.9; margin-bottom: 18px; }
.ct-empty .ct-empty-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.cat-page-count { font-size: 14px !important; }

/* ==========================================================================
   PHONES (≤ 700px)
   ========================================================================== */
@media (max-width: 700px) {
  body { font-size: 16px; }
  .nav { height: 58px; padding: 0 .5rem 0 .75rem; }
  html[dir="ltr"] .nav { padding: 0 .75rem 0 .5rem; }
  .nav-right { gap: 2px; }
  .ct-sticky { top: 58px; padding: 10px 1rem 6px; }
  .ct-colors { padding: 4px 1rem 12px; margin: 0 !important; }
  .ct-chips { margin: 0 -1rem; padding-inline: 1rem; scroll-padding-inline: 1rem; }
  .ct-sort select { max-width: 132px; padding: 0 10px; font-size: 14px; }

  /* hero */
  .slide-title { font-size: 30px !important; line-height: 1.3; }
  .slide-sub { font-size: 16px !important; color: rgba(255,255,255,.9) !important; }
  .hero-cta { margin-top: 14px; min-height: 48px; width: auto; }
  .slide { padding-bottom: 44px !important; }
  .hero-dots { bottom: 4px !important; }

  .section { padding: 2rem 1rem !important; }
  .sec-title { font-size: 21px !important; }
  .sec-head { margin-bottom: 1rem !important; align-items: center !important; }

  /* category swipe row: ~4 visible, the 5th peeks to invite a swipe */
  .cats-grid { display: flex !important; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; scrollbar-width: none; margin: 0 -1rem; padding: 2px 1rem 8px; scroll-padding-inline: 1rem; }
  .cats-grid::-webkit-scrollbar { display: none; }
  .cat-card { flex: 0 0 calc((100% - 36px) / 4.35); height: auto !important; overflow: visible !important; border-radius: 0 !important; scroll-snap-align: start; }
  .cat-card-media { position: relative; inset: auto; aspect-ratio: 1 / 1; border-radius: 16px; overflow: hidden; background: var(--vlight); box-shadow: 0 1px 0 rgba(0,0,0,.04); }
  .cat-card-media .cat-card-overlay, .cat-card-media .cat-card-name, .cat-card-media .cat-card-count { display: none; }
  .cat-card-label { display: block; margin-top: 8px; text-align: center; }
  .cat-card-title { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 13px; line-height: 1.4; font-weight: 600; color: var(--ink); }
  .cat-card-sub { display: block; font-size: 12px; color: var(--muted); margin-top: 2px; }

  /* compact two-column product cards */
  .products-grid, .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 12px !important; }
  .prod-img { aspect-ratio: 1 / 1; }
  .prod-body { padding: 10px 12px 12px !important; }
  .prod-cat { font-size: 12px !important; margin-bottom: 2px !important; }
  .prod-name { font-size: 15px !important; line-height: 1.45 !important; margin: 0 !important; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  .prod-desc, .prod-link { display: none !important; }
  .prod-badge.badge-unavail { top: 8px; right: 8px; font-size: 12px !important; }

  /* reviews: swipe row */
  .rv-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; margin: 0 -1rem; padding: 0 1rem 6px; gap: 12px; scroll-padding-inline: 1rem; }
  .rv-track::-webkit-scrollbar { display: none; }
  .rv-card { flex: 0 0 86%; scroll-snap-align: start; }
  .rv-score { font-size: 40px; }
  .rv-actions a { flex: 1 1 100%; }

  /* contact */
  .contact-inner { gap: 1.5rem !important; }
  .contact-map { min-height: 0; }
  .map-frame { min-height: 240px; height: 240px; flex: none; }
  .wa-btn { width: 100%; }

  /* footer: short on phones (categories are already in the swipe row and the catalog) */
  .site-footer { padding: 2.5rem 1rem calc(1.25rem + var(--safe-b)); }
  .site-footer .footer-grid { grid-template-columns: 1fr 1fr; gap: 1.75rem 1rem; margin-bottom: 1.5rem; }
  .site-footer .f-brand, .site-footer .footer-grid > .f-col:last-child { grid-column: 1 / -1; }
  .site-footer .f-cats { display: none; }
  .site-footer .fh-row { padding-inline-start: 28px; }

  .wa-float { width: 56px; height: 56px; bottom: calc(16px + var(--safe-b)); left: 16px; }
  html[dir="ltr"] .wa-float { right: 16px; }

  /* product page */
  .breadcrumb { padding: 6px 1rem !important; }
  .detail-wrap { padding: 0 1rem 1.5rem !important; gap: 1.25rem !important; }
  .d-gallery { margin: 0 -1rem; border-radius: 0; aspect-ratio: 1 / 1; }
  .thumbs { display: none !important; }
  .d-title { font-size: 26px !important; }
  .specs-grid { gap: 8px !important; }
  .spec-item { padding: 12px 14px !important; }
  .feats-grid { grid-template-columns: 1fr 1fr !important; gap: 8px !important; }
  .feat-item { display: flex; align-items: center; gap: 10px; text-align: start !important; padding: 12px !important; }
  .feat-icon { margin: 0 !important; font-size: 22px !important; }
  .feat-label, .feat-label-ar, .feat-label-en { font-size: 14px !important; }
  .use-item { min-height: 40px; font-size: 15px !important; }
  .page-product .cta-row .btn-wa, .page-product .cta-row .btn-icon { display: none; }
  .page-product .wa-float { display: none; }
  .page-product .site-footer { padding-bottom: calc(96px + var(--safe-b)); }
  .similar-grid { display: flex !important; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; margin: 0 -1rem; padding: 0 1rem 6px; gap: 12px !important; }
  .similar-grid::-webkit-scrollbar { display: none; }
  .similar-grid .prod-card { flex: 0 0 44%; scroll-snap-align: start; }
  .pbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 1400; display: flex; gap: 10px; padding: 10px 1rem calc(10px + var(--safe-b)); background: rgba(250,247,243,.97); border-top: 1px solid var(--line); box-shadow: 0 -6px 20px rgba(0,0,0,.07); }
  .pbar-wa { flex: 1; min-height: 52px; display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--wa); color: #fff; font-size: 16px; font-weight: 600; border-radius: var(--radius); text-decoration: none; }
  .pbar-wa .ic { font-size: 22px; }
  .pbar-share { width: 52px; min-height: 52px; border: 1px solid #cfc7bc; border-radius: var(--radius); display: flex; align-items: center; justify-content: center; font-size: 20px; color: var(--onyx); background: #fff; }
}
@media (max-width: 360px) {
  .cat-card { flex-basis: calc((100% - 24px) / 3.35); }
  .ct-sort select { max-width: 112px; }
}
@media (min-width: 701px) and (max-width: 1000px) {
  .site-footer .footer-grid { grid-template-columns: 1fr 1fr; }
  .similar-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .rv-track { grid-template-columns: 1fr 1fr; }
}
/* landscape phones: keep the sticky bar slim */
@media (max-height: 500px) and (max-width: 900px) {
  .pbar { padding-top: 6px; padding-bottom: calc(6px + var(--safe-b)); }
  .pbar-wa, .pbar-share { min-height: 44px; }
}
/* hero: only the visible slide takes taps */
.slide { pointer-events: none; }
.slide.active { pointer-events: auto; }

/* v11 polish: shorter labels, colour row aligned, catalog header aligned in English, CTA spacing */
.ct-colors { max-width: 1200px; margin: 0 auto !important; padding-inline: 0; }
.cat-tools .ct-colors { padding: 4px 2rem 14px; box-sizing: content-box; }
html[dir="ltr"] .cat-page-header, html[dir="ltr"] .cat-page-title, html[dir="ltr"] .cat-page-count { text-align: left !important; }
.cat-page-header { max-width: none; }
.cat-page-header > div { max-width: 1200px; margin: 0 auto; width: 100%; }
.cta-row { margin-bottom: 1.75rem; }
.view-all { letter-spacing: .5px !important; font-size: 14px !important; }
@media (max-width: 700px) {
  .cat-tools .ct-colors { padding: 4px 1rem 12px; }
  .view-all { font-size: 14px !important; }
}
