body.dark{
    background:#111827;
    color:#f9fafb;
}

body.dark .header{
    background:#1f2937;
}

body.dark .search-box{
    background:#374151;
}

body.dark .search-box input{
    color:#fff;
}

body.dark .category-card,
body.dark .product-card{
    background:#1f2937;
    border-color:#374151;
}

body.dark .section-title h2,
body.dark .section-title h3,
body.dark .product-card h4{
    color:#fff;
}

body.dark .weight-chip{
    background:#374151;
    color:#d1d5db;
}

body.dark .price{
    color:#fff;
}

body.dark .old-price{
    color:#9ca3af;
}

body.dark .wishlist-btn{
    background:#374151;
}

body.dark .delivery-tag{
    background:#14532d;
    color:#86efac;
}

body.dark .footer{
    background:#1f2937;
}