@media screen and (max-width :1024px) {
    .swiper-slide> img{
        width: 1024px;
        height: 500px;
    }
    .header,.shop{
        display: none;
    }

    #hamburger-nav{
        display: flex;
    }
}