@media only screen and (max-width: 1024px) {
    .linkers{
        display: none;
    }
    .boxProduct{
        width: 100%;
    }
    .product1{
        flex-wrap: wrap;
    }
    .product2{
        flex-wrap: wrap;
    }
    .product3{
        flex-wrap: wrap;
    }
    .content{
        height: auto;
    }
    footer{
        flex-wrap: wrap;
    }
    #mobIco{
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .boxProduct img{
        width: 100%;
    }
    .footLeft{
        flex-wrap: wrap;
    }
   .perfumes-box {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.perfume a{
    height: auto;

}
}