.cart-drawer .cart__dynamic-checkout-buttons,
.cart-drawer .additional-checkout-buttons,
#main-cart-footer .cart__dynamic-checkout-buttons,
#main-cart-footer .additional-checkout-buttons {
  display: none !important;
}

quantity-input[data-safewalk-quantity-locked="true"] .quantity__button {
  display: none !important;
}

quantity-input[data-safewalk-quantity-locked="true"] .quantity__input {
  pointer-events: none;
}

html[data-safewalk-gift-recovery-gate="ready"]:not([data-safewalk-gift-recovery-visible="true"])
  [data-safewalk-gift-contract="invalid"] {
  display: none !important;
}
