/* FerFerace — Arabic RTL overrides. Loaded only when dir="rtl" (lang=ar). */

html[dir="rtl"] body {
  direction: rtl;
  text-align: right;
}

/* Numbers, prices and phone numbers stay LTR even inside RTL text */
html[dir="rtl"] .ltr-num {
  direction: ltr;
  unicode-bidi: isolate;
  display: inline-block;
}

/* Logo is never mirrored */
html[dir="rtl"] .site-logo,
html[dir="rtl"] .footer-logo {
  direction: ltr;
  unicode-bidi: isolate;
}

/* Icons that imply directionality (chevrons/arrows) flip; plain glyphs (cart, plus/minus) don't */
html[dir="rtl"] .flip-rtl {
  transform: scaleX(-1);
}

html[dir="rtl"] .breadcrumb {
  direction: rtl;
}

html[dir="rtl"] textarea,
html[dir="rtl"] input {
  text-align: right;
}
