/* ============================================================
   Deepa Shop — rtl.css
   Loaded only for Arabic. Most layout uses logical properties
   (inset-inline, padding-inline, margin-inline) so it already
   flips. This file handles the few physical-direction tweaks.
   ============================================================ */
.lang-ar body,.lang-ar{direction:rtl}

/* Strikethrough numerals & prices read better LTR even in RTL */
.lang-ar .price,.lang-ar .price-old,.lang-ar .pd__price,.lang-ar .pd__old,
.lang-ar .header__hotline-text strong,.lang-ar .stat strong{direction:ltr;unicode-bidi:plaintext}

/* Phone numbers / latin codes stay LTR */
.lang-ar .pd__sku,.lang-ar .citem__sku,.lang-ar .contactinfo__list a[href^="tel"]{direction:ltr;unicode-bidi:plaintext;text-align:start}

/* Keep finder size selects (e.g. 205/55 R16) readable */
.lang-ar .finder__form select{text-align:start}

/* Announcement arrows flip naturally; ensure chevrons point right way */
.lang-ar .section__link .ic.end,
.lang-ar .catcard__go .ic,
.lang-ar .svccard__go .ic{transform:scaleX(-1)}

/* Brand logos / latin brand names remain LTR */
.lang-ar .brandchip__logo,.lang-ar .brandcard__logo,.lang-ar .branddetailhead__logo,
.lang-ar .card__brand,.lang-ar .pd__brand{direction:ltr}
