body.theme-dark {
    background: #0f172a;
    color: #e2e8f0;
}

body.theme-dark .sidebar {
    background: #1e293b;
    color: #e2e8f0;
}

body.theme-dark .container,
body.theme-dark .categories-container,
body.theme-dark .welcome-box-moving,
body.theme-dark .app-page__card,
body.theme-dark .favorites-empty,
body.theme-dark .product-card,
body.theme-dark .favorite-card {
    background: #1e293b;
    color: #e2e8f0;
}

body.theme-dark .site-footer__link {
    color: #94a3b8;
}
