/*
 * RTL overrides. Base CSS is written RTL-first; these are only fine-tunes.
 */

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

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	text-align: right;
}

/* Sale badge sits at the visual top-right in RTL layouts. */
.woocommerce span.onsale {
	inset-inline-end: 12px;
	inset-inline-start: auto;
}

/* Keep the filter sidebar visually on the right in RTL (first grid column). */
.ava-shop-layout { direction: rtl; }
