} /* Animación pro para envío gratis */ @keyframes freeShippingPulse { 0% { transform: scale(1); box-shadow: 0 0 0 rgba(247,112,225,0); } 50% { transform: scale(1.04); box-shadow: 0 0 14px rgba(247,112,225,0.6); } 100% { transform: scale(1); box-shadow: 0 0 0 rgba(247,112,225,0); } } .js-free-shipping-message{ animation: freeShippingPulse 2.2s ease-in-out infinite; }