/*
Theme Name: PahelaPride
Theme URI: https://pahelapride.com
Author: PahelaPride
Author URI: https://pahelapride.com
Description: A bold, dark & rugged WooCommerce e-commerce theme built for PahelaPride — a men's grooming brand specializing in hair styling, hair care, and skincare products. Includes a custom homepage, shop grid, single product page with star ratings & reviews, cart, checkout, and a built-in wishlist system. Fully editable via the WordPress Customizer, Menus, and Widgets.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Requires Plugins: woocommerce
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pahelapride
Tags: e-commerce, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready, wide-blocks

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

PahelaPride ships its layout CSS in assets/css/main.css (enqueued from
functions.php). This file carries the required theme header plus a small
set of base resets so the theme still looks correct if only style.css is
ever loaded by WordPress.
*/

/* Minimal safety reset — full design system lives in assets/css/main.css */
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; }
img { max-width: 100%; height: auto; display: block; }
