@media only screen and (max-width: 768px) {

    .product-item {
        width: 100%;
        margin: 10px;
        border-radius: 10px;
        padding: 0px;
        border: none #dddddd;
    }

    .product-image img {
        width: 100%;
        height: 220px;
        object-fit: fill;
        border-radius: 10px;
    }

}