@media(min-width:767px){
#search input[name="search"] {
    border: 1px solid rgb(192 192 192 / 66%);
}
.header-item:not(.header-logo, .header-search) {
    background: rgb(205 46 42);
}
#header-main {
    background: #2b4776;
}
  #header-top {
    background-color: white;
}
      #header-main span, #header-main a, #header-main p {
        color: white;
    }
} 
.product-img img {
    object-fit: cover;
    height: 216px;
    aspect-ratio: auto 240 / 240;
}
.section_fashion .swiper-slide img {
    height: 360px;
      width: 100%;
} 
.header-item.header-location.is-dt {
    display: none;
}