/*
.header-wrap {
    background-color: white;
}

header a.logo img {
    width: 400px;
    max-width: 400px;
}

h2 {
    font-size: 1.3rem !important;
}

.filter-result h2 {
    font-size: 1rem !important;
}
*/

.header__search {
    padding: 0 3.5rem;
}

@media (min-width: 64em) {
    .header__logo {
        width: 14rem;
    }
}

.header__bottom {
    background: #fff;
}

.filter {
    --filterForeground: #fff;
    --filterBackground: #003087;
}

.prod-nav__linkText img {
    width: 1.8rem;
}
