.header {
    background: #f4f4f4;
} 
@media (min-width: 991px) {
    .header .logo img {
        width: 49%;
    }
} 
.section-product__name a{
    color: #000000;
    background: #eee7d4;
}
.section-product__name {
    border-bottom: 1px solid #d5d5d5;
}
.header-item:not(.header-logo, .header-search) {
    background: rgb(238 231 212);
    border: 1px solid rgb(238 231 212);
}
.header-item__text ,.header-item__title{
    color: black;
}
.header-item__image img {
    filter: brightness(0.2);
}
.section-product__name a:hover {
    color: #e70500;
}