/* ==========================================
   BM GOLD B MART STORE - Master Frontend CSS
   ========================================== */

input:focus {
    outline: none !important;
    box-shadow: none !important;
}

body {
    background-color: #fcf9f8;
    overflow-x: hidden;
    color: #1b1c1c;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, .font-display-lg, .font-headline-md, .font-headline-sm {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
    vertical-align: middle;
    font-display: block;
}

.custom-scrollbar::-webkit-scrollbar {
    height: 2px;
    width: 4px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: #f0eded;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #6f5957;
    border-radius: 10px;
}

.product-card-hover:hover .quick-add,
.product-card:hover .quick-add {
    opacity: 1;
    transform: translateY(0);
}

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

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

.glass-panel {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
