.cart-btn--loading {
  opacity: 0.6;
  cursor: wait;
  pointer-events: none;
}

button[type="submit"]:disabled {
  cursor: wait;
}
