/* Arabic RTL polish — keep LTR layouts intact; only apply under html[dir="rtl"] / .rtl */

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

html[dir="rtl"] .genset-currency-switcher-footer,
body.rtl .genset-currency-switcher-footer {
  text-align: left;
}

/* Header / nav */
html[dir="rtl"] .site-header,
html[dir="rtl"] .header-main,
html[dir="rtl"] .main-navigation,
html[dir="rtl"] .ast-main-header-wrap,
body.rtl .site-header,
body.rtl .main-navigation {
  direction: rtl;
}

html[dir="rtl"] .main-navigation ul,
body.rtl .main-navigation ul {
  text-align: right;
}

html[dir="rtl"] .main-navigation li,
body.rtl .main-navigation li {
  float: right;
}

html[dir="rtl"] .main-navigation ul ul,
body.rtl .main-navigation ul ul {
  left: auto;
  right: 0;
  text-align: right;
}

/* Language / currency switchers */
html[dir="rtl"] .wpml-ls-statics-shortcode_actions,
html[dir="rtl"] .wpml-ls-legacy-dropdown,
html[dir="rtl"] .wcml-dropdown,
html[dir="rtl"] .wcml-cs-active-currency,
body.rtl .wpml-ls-legacy-dropdown,
body.rtl .wcml-dropdown {
  direction: rtl;
  text-align: right;
}

/* Content rhythm */
html[dir="rtl"] .entry-content,
html[dir="rtl"] .site-main,
html[dir="rtl"] .woocommerce,
html[dir="rtl"] .woocommerce-tabs,
body.rtl .entry-content,
body.rtl .woocommerce {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] .woocommerce ul.products li.product,
body.rtl .woocommerce ul.products li.product {
  text-align: right;
}

html[dir="rtl"] .woocommerce .price,
html[dir="rtl"] .woocommerce div.product p.price,
body.rtl .woocommerce .price {
  text-align: right;
}

/* Forms / buttons keep usable spacing */
html[dir="rtl"] input,
html[dir="rtl"] textarea,
html[dir="rtl"] select,
body.rtl input,
body.rtl textarea,
body.rtl select {
  text-align: right;
}

html[dir="rtl"] .wp-block-button__link,
html[dir="rtl"] .button,
html[dir="rtl"] button.button,
body.rtl .button {
  letter-spacing: normal;
}

/* Footer */
html[dir="rtl"] .site-footer,
html[dir="rtl"] .footer-widgets,
body.rtl .site-footer {
  direction: rtl;
  text-align: right;
}

/* Breadcrumbs */
html[dir="rtl"] .woocommerce-breadcrumb,
html[dir="rtl"] .breadcrumb,
body.rtl .woocommerce-breadcrumb {
  direction: rtl;
  text-align: right;
}

/* Avoid mirroring media/icons that should stay LTR (numbers, logos) */
html[dir="rtl"] .price,
html[dir="rtl"] .amount,
html[dir="rtl"] .product_meta .sku,
body.rtl .price,
body.rtl .amount {
  unicode-bidi: plaintext;
}

/* Mega menu / custom theme containers */
html[dir="rtl"] .mega-menu,
html[dir="rtl"] .menu-item,
body.rtl .mega-menu {
  text-align: right;
}
