/* ==========================================================================
   ProParts Hub — Design System
   ========================================================================== */

body { font-family: 'Inter', sans-serif; }

.orange-gradient {
    background: linear-gradient(180deg, #f9ad00 0%, #d49400 100%);
}

.blue-gradient {
    background: linear-gradient(180deg, #006098 0%, #004a76 100%);
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.glass-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(229, 231, 235, 0.5);
}

.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.product-card-hover:hover {
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1);
}
