/* ==========================================================================
   RTL patches — only the handful of things CSS logical properties in
   style.css can't cover on their own (directional glyphs, gradients).
   Loaded only when the current language is Arabic (see inc/theme-setup.php).
   ========================================================================== */

/* Pagination prev/next arrows should point the opposite visual direction in RTL. */
.pagination .prev.page-numbers,
.pagination .next.page-numbers {
	display: inline-block;
	transform: scaleX(-1);
}

/* Hero gradient should read the same visually regardless of text direction. */
.hero {
	background-image: linear-gradient(225deg, var(--diamond-onyx), var(--diamond-charcoal));
}

/* Price regular/current order visually mirrors with the text, no change needed —
   kept here as a placeholder for any future directional-only overrides. */
