/* ============================================================
   Musk Al Khulood — RTL Styles (Arabic support)
   ============================================================ */

/* Reset LTR defaults */
body.rtl {
	direction: rtl;
	text-align: right;
	--font-heading: 'Tajawal', sans-serif !important;
	--font-body: 'Tajawal', sans-serif !important;
	font-family: var(--font-body) !important;
}

/* Flex direction overrides */
body.rtl .musk-header-tools { flex-direction: row-reverse; }

/* Text align */
body.rtl .woocommerce-ordering { float: left; }
body.rtl .woocommerce-result-count { float: right; }
body.rtl .woocommerce-tabs ul.tabs li { float: right; }

/* Margins/Paddings flip */
body.rtl .musk-product-card__details .price del { margin-right: 0; margin-left: 6px; }
body.rtl .woocommerce .widget_price_filter .price_label { direction: ltr; display: inline-block; }
body.rtl .musk-cart-page .shop_table th { text-align: right; }

/* Product actions */
body.rtl .musk-product-actions { right: auto; left: 12px; }
body.rtl .musk-badges { left: auto; right: 10px; }

/* Cart badge */
body.rtl .musk-cart-badge { right: auto; left: -10px; }

/* Lists */
body.rtl .widget ul { padding-right: 0; }
body.rtl .entry-content ul,
body.rtl .entry-content ol { padding-left: 0; padding-right: 24px; }

/* Blockquotes */
body.rtl .entry-content blockquote { border-left: none; border-right: 3px solid var(--color-primary); }

/* Sidecart */
body.rtl .musk-sidecart { right: auto; left: 0; transform: translateX(-100%); box-shadow: 10px 0 40px rgba(0,0,0,0.1); }
body.rtl .musk-sidecart.is-visible { transform: translateX(0); }

/* Mobile tabs - same direction */
body.rtl .musk-mobile-tabs { direction: ltr; }
