/* Temporarily hide old PayPal buttons while implementing Braintree PayPal */
/* Created: 2026-01-21 */

/* Hide PayPal button in cart */
.ptt-express-btn.ptt-paypal-btn,
a.ptt-paypal-btn {
  display: none !important;
}

/* Hide PayPal button in product page */
.ptt-btn-express.ptt-btn-paypal {
  display: none !important;
}

/* Hide PayPal button in footer */
.payment-button.paypal-btn {
  display: none !important;
}

/* Hide any PayPal express checkout links */
a[href*="pp_express/express"] {
  display: none !important;
}
