/*
  Starter RTL stylesheet — loaded only when the active language is Arabic.
  This flips basic text direction. Your theme uses a lot of custom flexbox/
  float layout (menus, product grids, icons with margin-left, etc.) that will
  need individual RTL fixes here as you find them — that's expected and normal
  for converting an LTR-only theme. Add overrides below as you spot issues.
*/

body {
    direction: rtl;
    text-align: right;
}

/* Example pattern for fixing icon spacing that assumed LTR (margin-right in original): */
/* .footerLinks ul li i { margin-right: 0; margin-left: 8px; } */

/* Example pattern for flipping a flex row that should visually mirror in RTL: */
/* .navigatemain { flex-direction: row-reverse; } */
