a[href*="route=checkout/cart"],
a[href*="route=checkout%2Fcart"],
form[action*="checkout/cart"],
button[name*="cart"],
button[id*="cart"],
input[name="quantity"],
select[name="quantity"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}
a[href*="checkout/cart"],
form[action*="checkout/cart"] {
    transition: none !important;
    animation: none !important;
}