
:root {
    --buttons: #000000;
    --info-price: #b58a2d;
}
[data-theme="dark"] {
    --buttons: #967c44;
    --info-price: #857140;
}
.theme-toggle, .theme-toggle-admin, .category-btn.active {
    background: var(--buttons);
}
.info a, .product-price {
    color: var(--info-price);
}