/*
Theme Name: Luxe Unstitched
Theme URI: https://example.com/luxe-unstitched
Author: Your Studio
Author URI: https://example.com
Description: A premium, minimal WooCommerce theme built for unstitched & ready-to-wear fashion brands. Editable hero banner, announcement bar, mega menu, product highlights, sectioned product descriptions, coupon centre, wishlist and a full Customizer-driven homepage. No page builder required.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: luxe-unstitched
Tags: e-commerce, custom-menu, featured-images, full-width-template, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

WooCommerce is a trademark of Automattic Inc. This theme is WooCommerce-compatible but not affiliated with or endorsed by Automattic.
*/

/* Base resets. All real styling lives in assets/css/style.css (enqueued in functions.php)
   so that this stylesheet stays lightweight and cache-friendly. */
* { box-sizing: border-box; }
body { margin: 0; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; margin: 0; padding: 0; }
button { font-family: inherit; }
