.banner-entry {
    height: 550px;
}

img.s-product-card-image-cover.lazy.loaded {
    height: 250px;
}
.s-product-card-entry {
    height: 440px;
}
.main_link_photoe img {
    height: 130px;
}
@media(max-width:767px){
.banner-entry {
    height: 350px;
}
  .slide--cat-entry.main_ref .h2_main_link {
    margin-top: 25px;
}
.mens_collection_sec {
    min-height: 290px;
} 
img.s-product-card-image-cover.lazy.loaded {
    height: 150px;
}
.s-product-card-entry {
    height: 345px;
}
}
@media(min-width:1024px){
.services_sec {
    display: grid;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr;
}
}
.main_link_photoe {
  width: 200px;
    background: #ffffff00;
}
ul.main-menu {
    color: black;
    justify-content: center;
    align-items: center;
}
#app > div.app-inner.flex.flex-col.min-h-full > div > a:nth-child(1) > div {
    margin-top: 0;
}
body#app {
  background-color: white;
}
.banner--fixed img {
  background-color: rgb(255 255 255);
}
.lazy__bg.lazy.bg-no-repeat.entered.loaded {
    background-color: white;
}