/*
Theme Name: WooCart React SPA
Theme URI: https://opencode.ai
Author: OpenCode Team
Author URI: https://opencode.ai
Description: WooCommerce React Single Page Application Theme - Mobile-first, RTL-ready, ultra-fast e-commerce experience.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: woocart-react
Domain Path: /languages
*/

/* RTL Styles */
body.rtl {
	direction: rtl;
	unicode-bidi: embed;
}

body.rtl .modal-content { text-align: right; }
body.rtl .header-actions { margin-right: auto; margin-left: 0; }
body.rtl .product-price { direction: ltr; display: inline-block; }
