[dir="rtl"] .site-header__inner { direction: rtl; }
[dir="rtl"] .site-nav__inner { direction: rtl; }
[dir="rtl"] .footer-col__links { direction: rtl; }
[dir="rtl"] .hero-slide__content { text-align: right; }
[dir="rtl"] .hero-slide__overlay {
  background: linear-gradient(270deg, rgba(27,43,56,.85) 0%, rgba(27,43,56,.3) 60%, transparent 100%);
}
[dir="rtl"] .hero__nav--prev { left: auto; right: 30px; transform: translateY(-50%) scaleX(-1); }
[dir="rtl"] .hero__nav--next { right: auto; left: 30px; transform: translateY(-50%) scaleX(-1); }
[dir="rtl"] .mobile-nav { left: auto; right: -100%; }
[dir="rtl"] .mobile-nav.open { right: 0; }
[dir="rtl"] .product-card__actions { left: 12px; right: auto; transform: translateX(-10px); }
[dir="rtl"] .product-card:hover .product-card__actions { transform: translateX(0); }
[dir="rtl"] .product-card__badge { left: auto; right: 12px; }
[dir="rtl"] .filter-sidebar { text-align: right; }
[dir="rtl"] .filter-checkbox { flex-direction: row-reverse; justify-content: flex-end; }
[dir="rtl"] .product-info__rating { flex-direction: row-reverse; }
[dir="rtl"] .product-info__price { flex-direction: row-reverse; }
[dir="rtl"] .product-gallery__zoom { right: auto; left: 14px; }
[dir="rtl"] .qty-wrapper { flex-direction: row-reverse; }
[dir="rtl"] .cart-table th, [dir="rtl"] .cart-table td { text-align: right; }
[dir="rtl"] .newsletter__form { flex-direction: row-reverse; }
[dir="rtl"] .newsletter__input { border-right: none; border-left: 1px solid var(--border); }
[dir="rtl"] .lang-switcher { flex-direction: row-reverse; }
[dir="rtl"] .site-footer__bottom { flex-direction: row-reverse; }
[dir="rtl"] .payment-methods { flex-direction: row-reverse; }
[dir="rtl"] .toast { left: 30px; right: auto; }
[dir="rtl"] .breadcrumb { flex-direction: row-reverse; }
[dir="rtl"] .account-layout { direction: rtl; }
:lang(ar) body, :lang(he) body {
  font-family: 'Segoe UI', 'Arial Hebrew', 'Simplified Arabic', 'Manrope', sans-serif;
  line-height: 1.8;
}
:lang(ar) h1, :lang(ar) h2, :lang(ar) h3,
:lang(he) h1, :lang(he) h2, :lang(he) h3 {
  font-family: 'Segoe UI', 'Arial Hebrew', 'Simplified Arabic', 'Cormorant Garamond', serif;
}
