/* RTL refinements — Noto Sans Hebrew + logical properties cover most; these are extras */

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

html[dir="rtl"] .loria-menu,
body.rtl .loria-menu {
  direction: rtl;
}

html[dir="rtl"] .woocommerce table.shop_table th,
html[dir="rtl"] .woocommerce table.shop_table td,
body.rtl .woocommerce table.shop_table th,
body.rtl .woocommerce table.shop_table td {
  text-align: right;
}

/* Flex row reverse helpers where needed for Woo default LTR markup */
html[dir="rtl"] .woocommerce-ordering,
body.rtl .woocommerce-ordering {
  direction: rtl;
}

html[dir="rtl"] .loria-shop-toolbar__ordering select,
body.rtl .loria-shop-toolbar__ordering select {
  padding: 6px 0 6px 28px;
  background-position: left center;
  text-align: right;
}
