Arabic RTL theme not configured
WPML with Arabic translation installed adds the translated content, but the theme CSS controls the direction of the page layout. Most WooCommerce themes are built for LTR layouts. When Arabic is selected, the text content changes to Arabic but the navigation, product grid, sidebar, checkout fields, and button positions remain left-to-right. Arabic readers reading right-to-left encounter a layout where the natural reading flow conflicts with the visual structure of the page. Correct RTL implementation requires the theme to detect the active language and apply `direction: rtl` and `text-align: right` at the layout level — not just on text elements — and to mirror the positional elements that are directionally dependent: navigation icons, cart icon placement, breadcrumb arrows, form field label alignment, and checkout progress indicators.