/*
Theme Name: Posh Gen Eco-Luxury
Theme URI: https://poshgen.com
Description: Premium eco-luxury React-powered WooCommerce theme. Fully WooCommerce compatible with live product loading, category filtering, and checkout processing.
Author: Posh Gen Engineering
Author URI: https://poshgen.com
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
WC requires at least: 7.0
WC tested up to: 9.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: posh-gen-eco-luxe
Tags: woocommerce, ecommerce, custom-colors, custom-logo, full-width-template, theme-options, translation-ready
*/

/* Base reset - React SPA takes over rendering */
* { box-sizing: border-box; }
body { margin: 0; padding: 0; background: #FAFAFA; }
#root { min-height: 100vh; }

/* Hide default WooCommerce notices since React handles UI */
.woocommerce-notices-wrapper,
.wc-block-components-notices { display: none !important; }
