/* wridachic YOUNG — éditorial, moderne, énergique */

/* ======= THMANYAH TYPEFACE ======= */
@font-face {
  font-family: 'ThmanyahSans';
  src: url('thmanyah typeface/thmanyahsans/woff2/thmanyahsans-Light.woff2') format('woff2');
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'ThmanyahSans';
  src: url('thmanyah typeface/thmanyahsans/woff2/thmanyahsans-Regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'ThmanyahSans';
  src: url('thmanyah typeface/thmanyahsans/woff2/thmanyahsans-Medium.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'ThmanyahSans';
  src: url('thmanyah typeface/thmanyahsans/woff2/thmanyahsans-Bold.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'ThmanyahSans';
  src: url('thmanyah typeface/thmanyahsans/woff2/thmanyahsans-Black.woff2') format('woff2');
  font-weight: 900; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'ThmanyahSerifDisplay';
  src: url('thmanyah typeface/thmanyahserifdisplay/woff2/thmanyahserifdisplay-Light.woff2') format('woff2');
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'ThmanyahSerifDisplay';
  src: url('thmanyah typeface/thmanyahserifdisplay/woff2/thmanyahserifdisplay-Regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'ThmanyahSerifDisplay';
  src: url('thmanyah typeface/thmanyahserifdisplay/woff2/thmanyahserifdisplay-Medium.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'ThmanyahSerifDisplay';
  src: url('thmanyah typeface/thmanyahserifdisplay/woff2/thmanyahserifdisplay-Bold.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'ThmanyahSerifDisplay';
  src: url('thmanyah typeface/thmanyahserifdisplay/woff2/thmanyahserifdisplay-Black.woff2') format('woff2');
  font-weight: 900; font-style: normal; font-display: swap;
}

:root {
  --ink: #0F0E0D;
  --paper: #FAF6F1;
  --paper-2: #F2EBE1;
  --rose: #E8A499;
  --rose-hot: #D87A6A;
  --clay: #C85C3F;
  --mint: #B8D4B8;
  --lime: #D4E157;
  --sky: #A5C4D9;
  --cream: #FFF8ED;
  --line: #E6DDD0;
  --muted: #8A7F73;
  --black: #0F0E0D;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html, body {
  font-family: 'ThmanyahSans', 'Space Grotesk', 'Inter', sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.ar {
  direction: rtl;
  font-family: 'IBM Plex Sans Arabic', 'ThmanyahSans', 'Space Grotesk', sans-serif;
}

a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
img { max-width: 100%; display: block; }

.display { font-family: 'ThmanyahSerifDisplay', 'Fraunces', 'Cormorant Garamond', serif; font-weight: 400; letter-spacing: -0.03em; }
.mono { font-family: 'JetBrains Mono', 'Courier New', monospace; letter-spacing: -0.02em; }
.caps { text-transform: uppercase; letter-spacing: 0.06em; font-weight: 500; }

::selection { background: var(--clay); color: var(--cream); }

/* ======= MARQUEE announce ======= */
.marquee {
  background: var(--ink);
  color: var(--cream);
  overflow: hidden;
  padding: 8px 0;
  font-size: 12px;
  letter-spacing: 0.04em;
  font-family: 'JetBrains Mono', monospace;
  border-bottom: 1px solid var(--ink);
}
.marquee-track {
  display: inline-flex;
  gap: 40px;
  animation: slide 30s linear infinite;
  white-space: nowrap;
  will-change: transform;
}
.marquee-track span::before { content: '◈ '; color: var(--lime); }
@keyframes slide {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
body.ar .marquee-track { animation-direction: reverse; }

/* ======= NAV ======= */
.nav2 {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--paper);
  border-bottom: 1px solid var(--ink);
}
.nav2-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  align-items: center;
  gap: 32px;
  padding: 14px 28px;
  max-width: 1280px;
  margin: 0 auto;
}
.nav2-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'ThmanyahSerifDisplay', 'Fraunces', serif;
  font-size: 26px;
  letter-spacing: -0.03em;
  cursor: pointer;
}
.nav2-logo img { mix-blend-mode: multiply; }
.nav2-logo em { color: var(--clay); font-style: italic; }
.nav2-links {
  display: flex;
  gap: 4px;
  justify-content: center;
  font-size: 13px;
}
.nav2-links a {
  padding: 8px 16px;
  border-radius: 999px;
  transition: all 0.2s;
  cursor: pointer;
  letter-spacing: 0.02em;
}
.nav2-links a:hover { background: var(--paper-2); }
.nav2-links a.active {
  background: var(--ink);
  color: var(--paper);
}
.nav2-actions {
  display: flex;
  gap: 6px;
  align-items: center;
}
.nav2-actions button {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  position: relative;
}
.nav2-actions button:hover { background: var(--paper-2); }
.nav2-lang {
  display: inline-flex;
  background: var(--paper-2);
  padding: 3px;
  border-radius: 999px;
  font-size: 11px;
  margin-right: 4px;
  font-family: 'JetBrains Mono', monospace;
}
.nav2-lang button {
  width: auto;
  height: auto;
  padding: 5px 10px;
  border-radius: 999px;
}
.nav2-lang button.active {
  background: var(--ink);
  color: var(--paper);
}
.cart-dot {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 16px;
  height: 16px;
  background: var(--clay);
  color: var(--cream);
  border-radius: 50%;
  font-size: 9px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'JetBrains Mono', monospace;
}

/* ======= BUTTONS ======= */
.btn2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 24px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.25s;
  white-space: nowrap;
}
.btn2-dark {
  background: var(--ink);
  color: var(--paper);
}
.btn2-dark:hover { background: var(--clay); transform: translateY(-2px); }
.btn2-clay {
  background: var(--clay);
  color: var(--cream);
}
.btn2-clay:hover { background: var(--ink); transform: translateY(-2px); }
.btn2-outline {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--ink);
}
.btn2-outline:hover { background: var(--ink); color: var(--paper); }
.btn2-wa {
  background: #25D366;
  color: white;
}
.btn2-wa:hover { background: #1FB955; }
.btn2-lg { padding: 18px 36px; font-size: 14px; }

/* ======= PLACEHOLDER / IMAGE FILL ======= */
.ph2 {
  position: relative;
  background: var(--paper-2);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* tint overlay on top of the photo */
.ph2::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.4;
}
.ph2-tint-rose { background: #F3D5CD; }
.ph2-tint-rose::before { background: #F3D5CD; }
.ph2-tint-clay { background: #C85C3F; }
.ph2-tint-clay::before { background: #C85C3F; opacity: 0.3; }
.ph2-tint-mint { background: #CFE0CF; }
.ph2-tint-mint::before { background: #CFE0CF; }
.ph2-tint-lime { background: #E5EBA6; }
.ph2-tint-lime::before { background: #E5EBA6; }
.ph2-tint-sky  { background: #C4D7E4; }
.ph2-tint-sky::before  { background: #C4D7E4; }
.ph2-tint-ink  { background: #2C2824; color: var(--cream); }
.ph2-tint-ink::before  { background: #1a1614; opacity: 0.6; }
.ph2-label {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.02em;
  color: var(--ink);
  opacity: 0.7;
  text-transform: uppercase;
  z-index: 3;
}
.ph2-tint-ink .ph2-label { color: var(--cream); }
.ph2-rose-mark {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0.08;
  z-index: 2;
}
.ph2-rose-mark img { width: 60%; filter: none; mix-blend-mode: multiply; }

/* ======= PRODUCT CARD 2 ======= */
.pcard {
  cursor: pointer;
  position: relative;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.3, 1);
}
.pcard:hover { transform: translateY(-4px); }
.pcard-img {
  aspect-ratio: 3/4;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  margin-bottom: 14px;
}
.pcard-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 10px;
  font-size: 10px;
  font-family: 'JetBrains Mono', monospace;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: var(--ink);
  color: var(--paper);
  z-index: 4;
}
.pcard-tag.sale { background: var(--clay); }
.pcard-tag.new { background: var(--lime); color: var(--ink); }
.pcard-wish {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  background: var(--paper);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  z-index: 4;
}
.pcard-wish:hover { transform: scale(1.1); }
.pcard-wish.on { background: var(--clay); color: var(--paper); }
.pcard-quick {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  background: var(--paper);
  padding: 12px;
  border-radius: 999px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s cubic-bezier(0.25, 1, 0.3, 1);
  z-index: 4;
}
.pcard:hover .pcard-quick { opacity: 1; transform: translateY(0); }
.pcard-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 5;
  background: rgba(255,255,255,0.85);
  padding: 5px 8px;
  border-radius: 20px;
  backdrop-filter: blur(4px);
}
.pcard-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(15,14,13,0.3);
  cursor: pointer;
  transition: all 0.2s ease;
}
.pcard-dots span.on { background: var(--ink); width: 18px; border-radius: 3px; }
@media (hover: hover) {
  .pcard-dots { opacity: 0; transition: opacity 0.25s ease; }
  .pcard:hover .pcard-dots { opacity: 1; }
}
.pcard-name {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.01em;
  margin-bottom: 2px;
}
.pcard-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: var(--muted);
}
.pcard-price {
  color: var(--ink);
  font-weight: 600;
  font-family: 'JetBrains Mono', monospace;
}
.pcard-price .old { text-decoration: line-through; color: var(--muted); margin-right: 6px; font-weight: 400; font-size: 11px; }
.pcard-colors { display: flex; gap: 4px; }
.pcard-colors span { width: 10px; height: 10px; border-radius: 50%; border: 1px solid rgba(0,0,0,0.1); }

/* ======= PILL CHIP ======= */
.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: var(--paper-2);
  border-radius: 999px;
  font-size: 12px;
  font-family: 'JetBrains Mono', monospace;
  letter-spacing: 0.02em;
}
.chip-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--clay); }

/* ======= SECTION HEAD ======= */
.sh2 {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 24px;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--ink);
}
.sh2-num { display: none; }
.sh2-title { font-family: 'ThmanyahSerifDisplay', 'Fraunces', serif; font-size: 52px; line-height: 1; letter-spacing: -0.03em; }
.sh2-link { font-size: 13px; padding-bottom: 2px; border-bottom: 1px solid var(--ink); cursor: pointer; white-space: nowrap; }

/* ======= GRID UTIL ======= */
.g4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.g3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.g2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.g6 { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
@media (max-width: 900px) {
  .g4 { grid-template-columns: repeat(2, 1fr); }
  .g3 { grid-template-columns: 1fr; }
  .g2 { grid-template-columns: 1fr; }
  .g6 { grid-template-columns: repeat(3, 1fr); }
}

.wrap { max-width: 1440px; margin: 0 auto; padding: 0 28px; }

/* ======= HERO GRID ======= */
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 28px;
  position: relative;
}

/* ======= CATEGORIES GRID ======= */
.cat-grid {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 16px;
  height: 480px;
}
.cat-main {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  height: 100%;
  cursor: pointer;
}
.cat-side {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}
.cat-small {
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  min-height: 0;
}

/* ======= FOOTER STICKERS ======= */
.f2-stickers {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
}

/* ======= BIG TICKER ======= */
.big-ticker-section { padding: 40px 0; }

/* ======= FOOTER ======= */
.f2 {
  background: var(--ink);
  color: var(--paper);
  padding: 80px 28px 28px;
  margin-top: 80px;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  overflow-x: hidden;
}
.f2-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: end;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(250,246,241,0.15);
  margin-bottom: 48px;
}
.f2-hero h2 {
  font-family: 'ThmanyahSerifDisplay', 'Fraunces', serif;
  font-size: 88px;
  line-height: 0.9;
  letter-spacing: -0.04em;
}
.f2-hero h2 em { color: var(--rose); font-style: italic; font-weight: 300; }
.f2-newsletter {
  display: flex;
  background: rgba(250,246,241,0.08);
  border-radius: 999px;
  padding: 6px;
  max-width: 440px;
  margin-top: 24px;
}
.f2-newsletter input {
  flex: 1;
  padding: 12px 18px;
  background: transparent;
  border: none;
  color: var(--paper);
  outline: none;
  font-family: inherit;
  font-size: 14px;
}
.f2-newsletter input::placeholder { color: rgba(250,246,241,0.5); }
.f2-newsletter button {
  padding: 10px 20px;
  background: var(--clay);
  color: var(--cream);
  border-radius: 999px;
  font-size: 13px;
}
.f2-cols {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
}
.f2-cols h4 {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: var(--rose);
  font-family: 'JetBrains Mono', monospace;
  font-weight: 400;
}
.f2-cols ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.f2-cols a { font-size: 14px; opacity: 0.75; transition: opacity 0.2s; }
.f2-cols a:hover { opacity: 1; color: var(--rose); }
.f2-bottom {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(250,246,241,0.15);
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  opacity: 0.6;
  font-family: 'JetBrains Mono', monospace;
}

/* WhatsApp float */
.wafloat2 {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: #25D366;
  color: white;
  padding: 13px 20px;
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 40;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.2s;
}
.wafloat2:hover { transform: translateY(-2px) scale(1.02); }
body.ar .wafloat2 { right: auto; left: 24px; }

/* Page fade */
.page2 { animation: fIn 0.4s ease; }
@keyframes fIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Hero animated blob */
@keyframes floaty {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(12px, -8px) rotate(2deg); }
}
.blob { animation: floaty 8s ease-in-out infinite; }

/* Scrollbar */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: var(--paper); }
::-webkit-scrollbar-thumb { background: var(--ink); border-radius: 999px; }

/* Tag sticker */
.sticker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--lime);
  color: var(--ink);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 11px;
  font-family: 'JetBrains Mono', monospace;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 500;
  transform: rotate(-2deg);
}
.sticker-rose { background: var(--rose); }
.sticker-clay { background: var(--clay); color: var(--cream); }
.sticker-sky { background: var(--sky); }

/* input */
.input2 {
  width: 100%;
  padding: 14px 18px;
  background: var(--paper);
  border: 1.5px solid var(--line);
  border-radius: 999px;
  font-family: inherit;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s;
}
.input2:focus { border-color: var(--ink); }

/* ======= MOBILE RESPONSIVE ======= */
@media (max-width: 768px) {
  .hero-section { padding: 24px 16px 40px !important; }

  /* Nav — 3 colonnes : LANG | logo | actions */
  .nav2-inner {
    display: grid !important;
    grid-template-columns: 1fr auto 1fr !important;
    align-items: center !important;
    padding: 6px 12px !important;
    min-height: 64px !important;
    gap: 8px !important;
    position: relative !important;
  }
  .nav2-logo {
    grid-column: 2 !important;
    justify-self: center !important;
    font-size: 20px !important;
  }
  .nav2-links { display: none !important; }
  .nav2-logo img { height: 44px !important; }
  .nav2-logo span { display: none; }
  .nav2-actions {
    grid-column: 3 !important;
    justify-self: end !important;
    flex-wrap: nowrap !important;
  }
  /* Lang switcher → left spacer (column 1) */
  .nav2-lang {
    position: absolute !important;
    left: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
  }
  .nav2-search-btn, .nav2-heart-btn { display: none !important; }
  /* Force LTR layout for nav on mobile so positions stay visual (not flipped by RTL) */
  body.ar .nav2-inner { direction: ltr !important; }
  body.ar .nav2-actions { justify-self: end !important; }
  /* Product tags smaller on mobile */
  .pcard-tag { font-size: 9px !important; padding: 4px 8px !important; }
  .nav2-lang button { padding: 4px 8px !important; font-size: 10px !important; }
  .nav2-actions button { width: 34px !important; height: 34px !important; }

  /* Hero — collage AVANT le texte sur mobile */
  .hero-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
  }
  .hero-collage {
    display: block !important;
    min-height: 380px !important;
    order: -1 !important;
    margin-bottom: 8px !important;
  }

  /* Checkout — stack vertically (sidebar overlap fix) */
  .checkout-grid { grid-template-columns: 1fr !important; gap: 24px !important; }
  .checkout-grid > aside { order: 2; }

  /* Wrap */
  .wrap { padding: 0 16px; }

  /* Section header */
  .sh2 { gap: 10px; margin-bottom: 20px; }
  .sh2-title { font-size: 32px; }

  /* Hero */
  .hero-grid { grid-template-columns: 1fr; }
  .hero-collage { display: none; }

  /* Hero stats — force single row, shrink text */
  .hero-stats {
    gap: 12px !important;
    margin-top: 28px !important;
    flex-wrap: nowrap !important;
  }
  .hero-stat { flex: 1; min-width: 0; }
  .hero-stat .stat-num { font-size: 22px !important; }
  .hero-stat .stat-label {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 8px !important;
    letter-spacing: 0.04em !important;
  }

  /* Categories */
  .cat-grid {
    grid-template-columns: 1fr;
    height: auto;
  }
  .cat-main { height: 280px; }
  .cat-side { flex-direction: row; height: 160px; }
  .cat-small { min-height: 0; }

  /* Product detail — stack vertically */
  .pdetail-grid { grid-template-columns: 1fr !important; gap: 24px !important; }
  .pdetail-img { grid-template-columns: 1fr !important; gap: 12px !important; }
  .pdetail-thumbs {
    flex-direction: row !important;
    overflow-x: auto !important;
    order: 2 !important;
    gap: 10px !important;
    padding-bottom: 4px !important;
    scrollbar-width: none !important;
  }
  .pdetail-thumbs::-webkit-scrollbar { display: none !important; }
  .pdetail-thumbs button {
    flex: 0 0 64px !important;
    width: 64px !important;
  }
  .pdetail-badges { grid-template-columns: 1fr 1fr !important; }

  /* Feature section — stack vertically */
  .feature-grid { grid-template-columns: 1fr !important; gap: 24px !important; }
  .feature-grid > div:first-child { width: 100%; max-width: 340px; margin: 0 auto; }

  /* Cart page */
  .cart-grid { grid-template-columns: 1fr !important; }
  .cart-grid aside { border-radius: 16px !important; }

  /* Grids — single column for products (only 4 models, big images) */
  .g4 { grid-template-columns: 1fr !important; gap: 20px !important; }
  .g3 { grid-template-columns: 1fr !important; }
  .g6 { grid-template-columns: repeat(3, 1fr) !important; }
  /* Bigger product card images on mobile */
  .pcard-img { aspect-ratio: 4/5 !important; border-radius: 18px !important; }
  .pcard-name { font-size: 17px !important; }
  .pcard-price { font-size: 16px !important; }

  /* Big ticker — smaller on mobile */
  .big-ticker-section { padding: 24px 0 !important; }
  .big-ticker-text { font-size: clamp(36px, 9vw, 72px) !important; }

  /* Footer */
  .f2 { padding: 40px 0 20px; border-radius: 20px 20px 0 0; margin-top: 40px; overflow-x: hidden; }
  .f2 .wrap { padding: 0 20px; }
  .f2-hero { grid-template-columns: 1fr; gap: 20px; }
  .f2-hero h2 { font-size: 44px; }
  .f2-hero p { max-width: 100% !important; }
  /* Newsletter — keep button on right, fix RTL placeholder */
  .f2-newsletter { max-width: 100%; direction: ltr; }
  body.ar .f2-newsletter input { direction: rtl; text-align: right; }
  /* Stickers — left-aligned on mobile, no overflow */
  .f2-stickers { justify-content: flex-start; gap: 8px; }
  .f2-stickers .sticker { font-size: 10px; padding: 5px 10px; }
  .f2-cols { grid-template-columns: 1fr 1fr; gap: 24px; }
  .f2-cols > div:first-child { grid-column: 1 / -1; }
  .f2-bottom { flex-direction: column; gap: 6px; text-align: center; }

  /* WhatsApp float */
  .wafloat2 { padding: 14px; width: 52px; height: 52px; border-radius: 50%; justify-content: center; }
  .wa-label { display: none; }
  body.ar .wafloat2 { right: auto; left: 16px; }
  .wafloat2:not(body.ar *) { right: 16px; }

  /* Buttons */
  .btn2-lg { padding: 14px 24px; font-size: 13px; }
}

