You gave me the the following code a while ago to hide the cart icon and price on mobile, but it no longer seems to work. Any ideas?
@media only screen and (max-width: 479px) {
.product figure .cart-overlay, .product figure .cart-overlay .shop-actions {
display: none!important;
}