/**
 * Persian (fa): page runs RTL (hero, about, catalog, footer, …).
 * Exception: header bar keeps EN physical layout (logo left, menu right).
 */

/* —— Header / menu only — same chrome as English —— */
html[dir="rtl"] .header,
html[dir="rtl"] .header .header_inner,
html[dir="rtl"] .header .inner_container,
html[dir="rtl"] .header .menu_block,
html[dir="rtl"] .header .menu_inner {
  direction: ltr;
}

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

/* Menu labels: Persian glyph order inside LTR header shell */
html[dir="rtl"] .header .menu_block :is(.main_menu, .second_menu, .menues_list) {
  direction: rtl;
}

html[dir="rtl"] .header .menu_block a {
  direction: rtl;
}
html[dir="rtl"] .content,
html[dir="rtl"] .page_wrapper,
html[dir="rtl"] .product_listing,
html[dir="rtl"] .page_container {
  direction: rtl;
}

html[dir="rtl"] .assortment_section .info_col,
html[dir="rtl"] .assortment_section .hero_slogan,
html[dir="rtl"] .assortment_section .description_block,
html[dir="rtl"] .about_section .info_block,
html[dir="rtl"] .footer,
html[dir="rtl"] .footer_lists {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] .product_listing .product_types,
html[dir="rtl"] .product_block,
html[dir="rtl"] .product_popup .popup_container {
  direction: rtl;
  text-align: right;
}

/* Phone: LTR digits, sit on the inline-start edge (right side in RTL footer) */
html[dir="rtl"] .footer .contacts_list a[href^="tel:"] {
  direction: ltr;
  unicode-bidi: isolate;
  display: inline-block !important;
  width: auto !important;
  text-align: left;
  align-self: flex-start;
}
