/*
Theme Name: Giardino Prime
Theme URI: https://giardinoprime.com
Author: AZTRA DEV HOUSE
Author URI: https://giardinoprime.com
Description: A premium, minimal WooCommerce theme for luxury watches and belts. Clean modular code, mobile-first, fast, and fully customizable from the WordPress Customizer.
Version: 1.2.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: giardino-prime
Tags: e-commerce, one-column, two-columns, right-sidebar, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready, rtl-language-support, wide-blocks, block-styles, editor-style

Giardino Prime is a bespoke WooCommerce theme built for premium watch and belt retailers.
*/

/* This file intentionally holds only the required theme header + a tiny
   critical-path reset. All real styling lives in assets/css/main.css,
   which is enqueued in functions.php — this keeps the mandatory
   style.css light and keeps the real stylesheet easy to maintain. */

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: #FFFFFF; color: #111827; }
img { max-width: 100%; height: auto; }
