html.caffeine-cart-pending .cart__checkout,
html.caffeine-cart-pending [name="checkout"],
html.caffeine-cart-pending .additional-checkout-buttons,
html.caffeine-cart-pending .additional-checkout-buttons a,
html.caffeine-cart-pending .additional-checkout-buttons button,
html.caffeine-cart-pending .shopify-payment-button,
html.caffeine-cart-pending .shopify-payment-button__button,
html.caffeine-cart-pending shopify-accelerated-checkout,
html.caffeine-cart-pending shopify-accelerated-checkout-cart,
html.caffeine-cart-pending redo-shopify-toggle {
  cursor: wait;
  opacity: 0.65;
  pointer-events: none;
}

[data-caffeine-cart-recovery] {
  color: var(--colorError, #c33);
  font-size: 0.9em;
  margin: 8px 0;
}
