Hello, dear community!
I want to hide the accelerated checkout buttons from the cart page but somehow I cannot get it done. I tried targetting it at the bottom of base.css with the code below but for some reason the buttons are still there
.wallet-cart-grid.accelerated-checkout-button-container {
display: none !important;
}
I want the buttons to stay there in the checkout page, but to remove them from the cart page
Website - maisonmagdalena.com
Password - MaisonMagdalena.222
Thanks for your help!

