/*
Theme Name: GiftHue
Theme URI: https://gifthue.com
Author: GiftHue
Author URI: https://gifthue.com
Description: Custom POD storefront theme for GiftHue — a dense, retail-style homepage (hero slider, theme grid, best-sellers by theme, gift finder, story teasers) built to pair with the GiftHue Store plugin. Ships Flatsome-style Customizer options (accent color, hero slides, section toggles).
Version: 0.1.8
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yoprocut
Tags: e-commerce, custom-colors, custom-menu, featured-images, full-width-template
*/

/* Base reset — homepage section styles are enqueued from assets/theme.css.
   The YoProCut Store plugin's storefront.css provides the header/nav/footer/card styling shared with product & archive pages. */
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
