@keyframes breathing {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(0.90); }
}

.animate-breathing {
  animation: breathing 3s ease-in-out infinite;
}

.js-checkout-link {
  cursor: pointer !important;
}
