/*
 * RTL overrides.
 * The main stylesheet already uses logical CSS properties (margin-inline,
 * inset-inline-end, gap, etc.) so this file only needs to cover the few
 * physical-direction rules WordPress/WooCommerce core inject.
 */

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

.woocommerce div.product .product_meta,
.woocommerce-page div.product .product_meta {
	text-align: right;
}

.ojo-header__row,
.ojo-footer__bottom {
	direction: rtl;
}
