/* Ethereal Modernist Overrides for Pick speed store */

/* Cards and Glassmorphism */
.product-card, .bm-shop-card, .category-card-exclusive, .bm-prod-card, .testimonial-card, .hero-float-card, .bm-sidebar-card, .admin-card {
    border: none !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(30px) !important;
    -webkit-backdrop-filter: blur(30px) !important;
    box-shadow: 0 50px 100px rgba(89, 95, 102, 0.05) !important;
    border-radius: 12px !important;
    overflow: hidden;
}

/* Base App Background */
body {
    background-color: var(--bg-cream) !important;
    color: var(--text-dark) !important;
}

/* Headers */
h1, h2, h3, h4, h5, h6, .hero-content h1, .bm-shop-top h1, .section-title, .bm-sec-head h2 {
    font-family: 'Playfair Display', serif !important;
    letter-spacing: -0.02em !important;
    font-weight: 500 !important;
}

.hero-content h1 {
    font-size: 64px !important;
}

/* Typography tweaks */
.product-name, .bm-prod-name {
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: 0.01em !important;
}

/* Buttons */
.btn, .btn-primary, .bm-btn-sage, .btn-add-to-cart, .bm-prod-cart, .bm-prod-add {
    border-radius: 9999px !important;
    background: linear-gradient(135deg, #FDFCFB, #E2E8F0) !important;
    color: #4A4A4A !important;
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.08em !important;
    box-shadow: 0 10px 30px rgba(89, 95, 102, 0.05) !important;
    transition: all 0.3s ease !important;
}

.btn:hover, .btn-primary:hover, .bm-btn-sage:hover, .btn-add-to-cart:hover, .bm-prod-cart:hover, .bm-prod-add:hover {
    box-shadow: 0 0 20px rgba(253, 226, 228, 0.6), 0 10px 30px rgba(89, 95, 102, 0.08) !important;
    transform: translateY(-2px) !important;
}

/* Inputs */
input[type="text"], input[type="email"], input[type="password"], textarea, select, .header-search input, .bm-trust-form input {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #E2E8F0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-family: 'DM Sans', sans-serif !important;
    transition: all 0.3s ease !important;
}

input:focus, textarea:focus, select:focus {
    outline: none !important;
    border-bottom: 1px solid #FDE2E4 !important;
    box-shadow: 0 10px 20px rgba(253, 226, 228, 0.2) !important;
}

/* Remove dark nav/headers */
.main-header, .utility-bar, .mobile-nav-panel, header, .newsletter-section {
    background-color: var(--bg-cream) !important;
    color: var(--text-dark) !important;
}

.main-nav a, .header-main-nav a, .utility-bar a, .header-icon-link, .mobile-nav-panel a {
    color: var(--text-dark) !important;
}

/* Asymmetric Image/Containers logic */
.product-img-wrapper, .bm-prod-img, .hero-float-card {
    border-radius: 24px 8px 24px 8px !important;
}

/* Badges */
.badge-sale, .badge-new, .badge-organic, .hero-badge, .product-badge {
    background-color: rgba(253, 226, 228, 0.2) !important;
    color: #FDE2E4 !important;
    backdrop-filter: blur(10px) !important;
    border: none !important;
}

.logo-word {
    color: var(--text-dark) !important;
    font-family: 'Playfair Display', serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.05em !important;
}

.logo-mark {
    background: transparent !important;
    color: var(--text-dark) !important;
}

/* Reset Dark footers */
footer.footer-dark, .bm-drinks-content, .hero-section {
    background-color: var(--bg-light) !important;
    color: var(--text-dark) !important;
}

.footer-dark .footer-logo, .footer-dark .footer-col h4, .footer-dark .footer-links a, .hero-content h1, .hero-content p, .bm-drinks-content h2, .bm-drinks-content p {
    color: var(--text-dark) !important;
}

.hero-bg, .bm-hero-overlay {
    background: transparent !important;
    opacity: 0 !important;
}

/* FAB override for cart/chat if any */
.floating-action {
    background: rgba(253, 226, 228, 0.8) !important;
    backdrop-filter: blur(20px) !important;
    box-shadow: 0 20px 50px rgba(253, 226, 228, 0.5) !important;
}

/* Fix Shop Page Layout without Sidebar */
.bm-shop-layout { grid-template-columns: 1fr; }
.bm-products-grid { grid-template-columns: repeat(4, 1fr); gap: 32px; }
@media (max-width: 1200px) { .bm-products-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 991px) { .bm-products-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px) { .bm-products-grid { grid-template-columns: 1fr; } }
