/* Logo en header oscuro - sin fondo blanco */
.commerce-brand--color,
.commerce-brand--custom {
    width: 190px;
    flex-basis: 190px;
    padding: 4px 0;
    border-radius: 0;
    background: transparent;
}
.commerce-brand--color img,
.commerce-brand--custom img {
    height: 36px;
}
.commerce-brand--white img {
    height: 44px;
    filter: brightness(1.1);
}
@media(max-width:900px) {
    .commerce-brand--color,
    .commerce-brand--custom {
        width: 160px;
        flex-basis: 160px;
    }
}
