@keyframes palpitar {
  0% { transform: scale(1); }
  50% { transform: scale(1.03); }
  100% { transform: scale(1); }
}

.shopify-payment-button__button {
  animation: palpitar 2s ease-in-out infinite !important;
}