/*
Theme Name: Glowing
Theme URI: https://github.com/adnan/glowing
Author: Antigravity
Author URI: https://deepmind.google/
Description: Custom Premium WooCommerce Theme for Electronics and Gadgets - converted from Figma/HTML mockup. Featuring high performance, accessibility, SEO ready markup, AJAX filters, live search, and full YITH plugin compatibility.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: glowing
Tags: e-commerce, custom-menu, custom-logo, translation-ready, full-width-template
*/

/* Reset / Core overrides if needed */
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

/* Custom CSS Scrollbar */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
    background: #f3f4f6;
}
::-webkit-scrollbar-thumb {
    background: #c3c4c6;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #a3a4a6;
}
