/* Dream Drawer light theme — loaded after the main theme on every storefront page. */
:root {
  --bg-dark: #f8fafc;
  --bg-card-dark: #ffffff;
  --bg-card: #ffffff;
  --bg-glass: #f8fafc;
  --border-glass: #dbe3ee;
  --border-subtle: #e2e8f0;
  --text-primary: #111827;
  --text-secondary: #475569;
  --text-muted: #64748b;
  --shadow-lg: 0 12px 30px rgba(15, 23, 42, 0.08);
}

html, body { background: #f8fafc !important; color: #111827 !important; }
.header-horizon { background: rgba(255,255,255,.96) !important; border-bottom-color: #e2e8f0 !important; box-shadow: 0 2px 12px rgba(15,23,42,.05); }
.nav-link, nav a, button, .btn, a.btn, .icon-btn, .header-icon-btn { color: #334155; }
.header-search-wrap input, #headerSearch { background: #ffffff !important; border-color: #cbd5e1 !important; color: #111827 !important; }
.header-search-wrap input::placeholder, #headerSearch::placeholder { color: #64748b; }
.icon-btn { background: #ffffff !important; border-color: #cbd5e1 !important; color: #334155 !important; }
.icon-btn:hover { background: #fff7ed !important; color: #9a5b12 !important; }
.mobile-menu { background: #ffffff !important; color: #111827 !important; }
.mobile-nav-link { color: #334155 !important; border-bottom-color: #e2e8f0 !important; }

main, .page-content, .products-page, .account-page, .contact-page, .checkout-page, .custom-printing-page { background: #f8fafc !important; color: #111827 !important; }
.products-page-header, .section, .section-dark, .featured-section, .category-section, .animated-categories-section { background: #ffffff !important; color: #111827 !important; border-color: #e2e8f0 !important; }
.section-title, .section-heading, h1, h2, h3, h4, h5, h6, p, label, .filter-title, .filter-opt { color: #111827; }
p, .subtitle, .section-subtitle, .filter-opt { color: #475569; }

.glass-product-card, .product-card, .products-sidebar, .cart-drawer, .cart-item, .account-card, .contact-card, .form-card, .checkout-card, .feature-card, .trust-item { background: #ffffff !important; color: #111827 !important; border-color: #e2e8f0 !important; box-shadow: 0 4px 14px rgba(15,23,42,.06); }
.product-card-body, .product-card-footer, .products-topbar, .filter-header { background: #ffffff; color: #111827; }
.product-card-name, .product-card-category, .price-current, .rating-count { color: #111827 !important; }
.product-card-category, .rating-count, .price-original { color: #64748b !important; }
.filter-opt:hover, .view-btn { background: #f8fafc !important; color: #334155 !important; }
.view-btn { border-color: #cbd5e1 !important; }
input, select, textarea, .form-input { background: #ffffff !important; color: #111827 !important; border-color: #cbd5e1 !important; }
input::placeholder, textarea::placeholder { color: #94a3b8 !important; }
.btn-primary { color: #ffffff !important; }

.site-footer { background: #ffffff !important; color: #475569 !important; border-top: 1px solid #e2e8f0; }
.site-footer a, .footer-heading { color: #111827 !important; }
.footer-bottom { border-top-color: #e2e8f0 !important; }
.animated-categories-section .section-title { color: #111827 !important; }
.category-card { border-color: #e2e8f0 !important; box-shadow: 0 10px 24px rgba(15,23,42,.12); }

@media (max-width: 900px) { .products-sidebar { background: #ffffff !important; } }
