/* Arabic-mode overrides: swap in Arabic-capable faces and neutralize letter-spacing (which breaks Arabic letter joining). */
:root {
  --font-serif: "Amiri", "Cairo", serif;
  --font-sans: "Cairo", "Tahoma", sans-serif;
}
body, .header-nav a, .tag, .eyebrow-label, .btn, .footer-bottom, .product-card__prices,
.section-title, h1, h2, h3, h4, h5 {
  letter-spacing: normal !important;
}
.header-row, .footer-grid, .benefits-row, .product-card__prices, .header-icons, .header-nav {
  direction: rtl;
}
.product-card__name .sub {
  margin-inline-start: 6px;
  margin-inline-end: 0;
}
