Gont Plus
PROYECTOR Y300
PROYECTOR Y300
Precio habitual
$0,00 COP
Precio habitual
Precio de oferta
$0,00 COP
Envío gratis y pago contra entrega
Cantidad
No se pudo cargar la disponibilidad de retiro
.product-form__submit {
background-color: #ff4b2b !important;
color: white !important;
font-weight: bold !important;
font-size: 1.2rem !important;
border-radius: 50px !important;
box-shadow: 0 4px 15px rgba(255, 75, 43, 0.4);
transition: transform 0.3s ease;
animation: pulse 2s infinite;
}
@keyframes pulse {
0% { transform: scale(1); }
50% { transform: scale(1.05); }
100% { transform: scale(1); }
}