/* CSS dedicado para filtros de productos con fondo rojo */
.filtros-bg-rojo,
.filtros-bg-rojo > .row,
.filtros-bg-rojo > form,
.filtros-bg-rojo * {
    background: #e57373 !important;
    color: #fff !important;
    border-color: #fff !important;
}
.filtros-bg-rojo .form-select,
.filtros-bg-rojo .form-control {
    background: #fff !important;
    color: #333 !important;
    border: 1px solid #ddd !important;
}
.filtros-bg-rojo .form-select:focus,
.filtros-bg-rojo .form-control:focus {
    background: #fff !important;
    color: #333 !important;
    border-color: #007bff !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}
.filtros-bg-rojo .btn-secondary.btn-sm {
    background: #fff !important;
    color: #e57373 !important;
    border: none !important;
}
.filtros-bg-rojo .btn-secondary.btn-sm:hover {
    background: #f8f9fa !important;
    color: #e57373 !important;
}
.filtros-bg-rojo .form-select option {
    background: #fff !important;
    color: #333 !important;
}
.filtros-bg-rojo {
    padding-top: 20px !important;
    padding-bottom: 10px !important;
}
.filtros-bg-rojo form {
    align-items: center !important;
} 