/*
Theme Name: NexusStore
Theme URI: https://nexusstore.com
Author: NexusStore
Author URI: https://nexusstore.com
Description: A classic WooCommerce multipurpose theme with 10 interchangeable header, footer, hero, feature, category, product grid, banner, and newsletter component variations. Fully customizable via the WordPress Customizer with centralized color scheme control.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nexusstore
Tags: woocommerce, ecommerce, multipurpose, tailwind, customizable, responsive

WooCommerce: true
WC tested up to: 8.5
*/

/* === Global Base === */
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; }


/* === Logo Width === */
.site-logo img,
.custom-logo { max-width: var(--logo-max-width) !important; height: auto; }

/* === WooCommerce Notices === */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info { margin: 1rem 0; }

/* === Slider Animations === */
@keyframes marquee {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-50%); }
}

/* === Mobile Menu Transition === */
.mobile-menu-open { display: block !important; }

/* === No Scrollbar Utility === */
.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

/* === Snap Scroll === */
.snap-x { scroll-snap-type: x mandatory; }
.snap-center { scroll-snap-align: center; }
