.ProductItem__AddToCart_Variants_Desktop {
    display: none!important;
}

.ProductItem__AddToCart_Button_Desktop {
    display: none;
}

.ProductItem__AddToCart {
    display: none!important;
}


section[data-section-type=collection] .ProductListCustom .Grid__Cell {
    padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
section[data-section-type=collection] .ProductListCustom .Grid__Cell {
    padding-bottom: 15px;
}

}