/*
Theme Name: PicsToday
Theme URI: https://example.com/picstoday
Author: Antigravity AI
Author URI: https://example.com
Description: PicsToday Modern Storefront theme - Premium Wearable Art style, compatible with WooCommerce.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: picstoday
Requires PHP: 7.4
Requires at least: 5.6
*/

/* Core Custom Utilities from Stitch Designs */
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.fill-icon {
    font-variation-settings: 'FILL' 1 !important;
}

.glass-card,
.glass-panel {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.product-shadow,
.product-card-shadow {
    box-shadow: 0 20px 40px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
}

.product-shadow:hover,
.product-card-shadow:hover {
    box-shadow: 0 30px 60px rgba(0,0,0,0.08);
}

/* Custom Checkbox */
.custom-checkbox:checked {
    background-color: #b42907;
    border-color: #b42907;
}

/* Fixes for WP Admin Bar overlap on fixed nav */
body.admin-bar nav {
    top: 32px !important;
}
@media screen and (max-width: 782px) {
    body.admin-bar nav {
        top: 46px !important;
    }
}
