/*
Theme Name: FitForge365
Theme URI: https://fitforge365.in
Author: FitForge365
Author URI: https://fitforge365.in
Description: FitForge365 - Transform Your Body. Fuel Your Life. Custom theme for FitForge365 fitness PDF store.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fitforge365
Tags: fitness, ecommerce, woocommerce, dark
*/

/* Main styles are in css/main.css - loaded via functions.php */
/* WooCommerce styles are in css/woocommerce.css - loaded on checkout/cart/account pages */

/* WordPress specific overrides */
.fitforge365-theme * { box-sizing: border-box; }
.fitforge365-theme img { max-width: 100%; height: auto; }
.screen-reader-text { position: absolute; left: -9999px; }

/* WooCommerce product images in cart */
.woocommerce-cart .product-thumbnail img { max-width: 60px; border-radius: 4px; }

/* Admin bar offset */
.admin-bar nav { top: 32px; }
@media screen and (max-width: 782px) { .admin-bar nav { top: 46px; } }

/* Normal cursor for all elements */
* { cursor: auto !important; }
a, button, [onclick], label, select,
input[type="submit"], input[type="button"] { cursor: pointer !important; }
