/* RTL adjustments — Harry Store is RTL-first, minimal overrides needed */
body {
	direction: rtl;
}

.harry-nav ul {
	direction: rtl;
}

.harry-footer ul a:hover {
	padding-right: 0;
	padding-left: 5px;
}

/* Breadcrumb direction fix */
.harry-breadcrumbs {
	direction: rtl;
}

/* Cart table RTL alignment */
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	text-align: right;
}

/* Form labels */
.woocommerce form .form-row label {
	text-align: right;
}

/* Sale badge position for RTL */
.woocommerce span.onsale {
	right: auto;
	left: var(--space-md);
}
