/* ============================================================
   RTL.CSS — Version arabe (dir="rtl")
   ============================================================ */

/* ── Polices arabes ──────────────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700;800&family=Amiri:wght@400;700&display=swap');

/* ── Direction globale ───────────────────────────────────── */
[dir="rtl"] * { letter-spacing: 0 !important; }
[dir="rtl"] body,
[dir="rtl"] .container { direction: rtl; }

/* ── Chiffres occidentaux (0-9) forcés en arabe ──────────── */
[dir="rtl"] * {
  font-variant-numeric: normal;
}
[dir="rtl"] body {
  -webkit-locale: "ar-u-nu-latn";
}
/* Forcer les chiffres latins via font-feature */
[dir="rtl"] .price-current,
[dir="rtl"] .price-old,
[dir="rtl"] .cart-badge,
[dir="rtl"] .fav-badge,
[dir="rtl"] .product-price,
[dir="rtl"] td,
[dir="rtl"] .stat-val,
[dir="rtl"] .kpi-val,
[dir="rtl"] .recap-line,
[dir="rtl"] input[type="number"],
[dir="rtl"] .pag-btn {
  font-family: 'Cairo', 'Jost', sans-serif !important;
  unicode-bidi: plaintext;
}

/* ── Topbar ──────────────────────────────────────────────── */
[dir="rtl"] .topbar-inner {
  flex-direction: row-reverse;
}
[dir="rtl"] .topbar-left,
[dir="rtl"] .topbar-right {
  flex-direction: row-reverse;
}

/* ── Header principal ────────────────────────────────────── */
[dir="rtl"] .header-inner {
  flex-direction: row-reverse;
}

/* Logo à droite */
[dir="rtl"] .logo {
  flex-direction: row-reverse;
  order: 3;
}

/* Recherche au centre */
[dir="rtl"] .search-form {
  order: 2;
  flex-direction: row-reverse;
}
[dir="rtl"] .search-form input {
  direction: rtl;
  text-align: right;
  border-radius: 0 8px 8px 0;
}
[dir="rtl"] .search-form button {
  border-radius: 8px 0 0 8px;
}

/* Actions à gauche */
[dir="rtl"] .header-actions {
  order: 1;
  margin-left: 0;
  margin-right: auto;
  flex-direction: row-reverse;
}

/* ── Sélecteur de langue ─────────────────────────────────── */
.lang-switcher {
  display: flex !important;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}
.lang-btn {
  display: inline-flex !important;
  align-items: center;
  padding: 4px 10px;
  border-radius: 6px;
  border: 1.5px solid rgba(255,255,255,.2);
  background: transparent;
  color: var(--charcoal);
  font-family: 'Cairo', 'Jost', sans-serif;
  font-size: .78rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: all .2s;
  white-space: nowrap;
  direction: ltr; /* toujours LTR pour les boutons de langue */
}
.lang-btn:hover  { background: var(--olive-pale); color: var(--olive-dark); border-color: var(--olive); }
.lang-btn.active { background: var(--olive); color: #fff; border-color: var(--olive); }

/* Couleur adaptée selon fond header */
.main-header .lang-btn { color: var(--charcoal); }

/* ── Navigation principale ───────────────────────────────── */
[dir="rtl"] .nav-inner {
  flex-direction: row-reverse;
}
[dir="rtl"] .nav-list {
  flex-direction: row-reverse;
}
[dir="rtl"] .nav-link {
  direction: rtl;
}

/* Dropdown sous-catégories */
[dir="rtl"] .dropdown-menu {
  left:  auto;
  right: 0;
}
[dir="rtl"] .nav-arrow {
  margin-left: 0;
  margin-right: 4px;
}

/* ── Carousel ────────────────────────────────────────────── */
[dir="rtl"] .carousel-slide-inner {
  flex-direction: row-reverse;
}
[dir="rtl"] .slide-text-zone {
  text-align: right;
}
[dir="rtl"] .btn-slide {
  flex-direction: row-reverse;
}
[dir="rtl"] .btn-slide i {
  transform: rotate(180deg);
}

/* ── Filtres ─────────────────────────────────────────────── */
[dir="rtl"] .filter-bar,
[dir="rtl"] .filters-wrap {
  flex-direction: row-reverse;
}
[dir="rtl"] .filter-select,
[dir="rtl"] select {
  direction: rtl;
  text-align: right;
}

/* ── Grille produits ─────────────────────────────────────── */
[dir="rtl"] .product-card  { direction: rtl; }
[dir="rtl"] .product-info  { text-align: right; }
[dir="rtl"] .product-flags { right: auto; left: 10px; }
[dir="rtl"] .product-actions-group { right: auto; left: 10px; }
[dir="rtl"] .product-price { flex-direction: row-reverse; justify-content: flex-end; }

/* ── Page produit ────────────────────────────────────────── */
[dir="rtl"] .produit-layout  { direction: rtl; }
[dir="rtl"] .produit-info    { text-align: right; }
[dir="rtl"] .breadcrumb      { flex-direction: row-reverse; }
[dir="rtl"] .breadcrumb .sep { transform: rotate(180deg); }
[dir="rtl"] .tailles-list    { justify-content: flex-end; }
[dir="rtl"] .couleurs-list   { justify-content: flex-end; }
[dir="rtl"] .stars           { direction: ltr; } /* Étoiles toujours LTR */

/* ── Formulaires ─────────────────────────────────────────── */
[dir="rtl"] input:not([type="checkbox"]):not([type="radio"]):not([type="color"]),
[dir="rtl"] textarea {
  direction: rtl;
  text-align: right;
}
[dir="rtl"] .fg label  { display: block; text-align: right; }
[dir="rtl"] .fg .hint  { text-align: right; display: block; }

/* Icônes dans les inputs */
[dir="rtl"] .input-wrap i {
  left:  auto !important;
  right: 12px;
}
[dir="rtl"] .input-wrap input {
  padding-left:  13px !important;
  padding-right: 36px !important;
}

/* ── Panier ──────────────────────────────────────────────── */
[dir="rtl"] .panier-layout   { direction: rtl; }
[dir="rtl"] .panier-item     { flex-direction: row-reverse; }
[dir="rtl"] .panier-recap    { text-align: right; }
[dir="rtl"] .recap-line      { flex-direction: row-reverse; }

/* ── Checkout ────────────────────────────────────────────── */
[dir="rtl"] .checkout-grid   { direction: rtl; }
[dir="rtl"] .checkout-steps  { flex-direction: row-reverse; }
[dir="rtl"] .step-line       { transform: scaleX(-1); }
[dir="rtl"] .mode-card       { flex-direction: row-reverse; }
[dir="rtl"] .mode-info       { text-align: right; }

/* ── Compte client ───────────────────────────────────────── */
[dir="rtl"] .compte-tabs    { flex-direction: row-reverse; }
[dir="rtl"] .compte-content { direction: rtl; text-align: right; }

/* ── Avis clients ────────────────────────────────────────── */
[dir="rtl"] .avis-head { flex-direction: row-reverse; }
[dir="rtl"] .avis-card { text-align: right; direction: rtl; }

/* ── Footer ──────────────────────────────────────────────── */
[dir="rtl"] .main-footer     { direction: rtl; }
[dir="rtl"] .footer-grid     { direction: rtl; }
[dir="rtl"] .footer-col      { text-align: right; }
[dir="rtl"] .footer-col ul li a {
  flex-direction: row-reverse;
}
[dir="rtl"] .footer-col ul li a i {
  transform: rotate(180deg);
  margin-left: 6px;
  margin-right: 0;
}
[dir="rtl"] .footer-social     { justify-content: flex-end; }
[dir="rtl"] .footer-bottom-inner { flex-direction: row-reverse; }
[dir="rtl"] .footer-newsletter-form { flex-direction: row-reverse; }
[dir="rtl"] .footer-newsletter-form input {
  direction: rtl;
  text-align: right;
  border-radius: 0 8px 8px 0;
}
[dir="rtl"] .footer-newsletter-form button {
  border-radius: 8px 0 0 8px;
}