/* TPT_TEMPLATE1_V36_MOBILE_CHECKOUT_DISABLED_FIX_STYLE_START
   Scope: visual/interaction state for checkout buttons only. */
@media (max-width: 920px) {
  button.tpt-cart-empty-disabled,
  .checkout-button.tpt-cart-empty-disabled,
  .continue-payment-button.tpt-cart-empty-disabled,
  .secure-checkout.tpt-cart-empty-disabled,
  #checkoutBtn.tpt-cart-empty-disabled,
  #mobileCheckoutBtn.tpt-cart-empty-disabled {
    cursor: not-allowed !important;
    pointer-events: none !important;
    opacity: 0.58 !important;
    filter: grayscale(0.25) !important;
  }
}
/* TPT_TEMPLATE1_V36_MOBILE_CHECKOUT_DISABLED_FIX_STYLE_END */
