:root {
    --light: #faf8f3 !important;
    --white: #ffffff !important;
    --primary: #c8a45c !important;
    --primary-dark: #a88432 !important;
    --secondary: #000000 !important;
    --secondary-light: #000000 !important;
    --navbar: #000000 !important;
    --nav-links: #ffffff !important;
    --lang-btn: #cccccc !important;
    --dark: #0d1b12 !important;
    --gray: #6b7280 !important;
    --heading: #0d1b12 !important;
    --accent: #c8a45c !important;
    --btn-bg: #c8a45c !important;
    --btn-text: #ffffff !important;
    --footer-bg: #000000 !important;
    --footer-text: #ffffff !important;
    --badge-bg: #27ae60 !important;
    --badge-text: #ffffff !important;
    --contact-bg: #000000 !important;
    --contact-text: #ffffff !important;
    --primary-light: rgba(200,164,92,0.3) !important;
}
@media (max-width: 480px) {
    .productos-grid { grid-template-columns: repeat(3, 1fr) !important; }
}
@media (max-width: 768px) {
    .productos-grid { grid-template-columns: repeat(3, 1fr) !important; }
}
