/*
Theme Name: SuperMart
Theme URI: https://example.com/supermart
Author: SuperMart
Description: WooCommerce storefront theme converted from the SuperMart Shopify theme. Homepage, header, and footer are fully built; every text block is editable from Appearance → Customize.
Version: 1.0.0
Requires PHP: 7.4
Requires Plugins: woocommerce
Text Domain: supermart
*/

/* Base resets kept minimal — layout & component styling live in
   assets/tailwind.min.css (utility classes) and assets/supermart-custom.css
   (component-specific rules), both enqueued from functions.php. */
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; }
