¡COMPRAS MAYORISTAS!
A PARTIR DE
$250.000 ENVÍO GRATIS
Botón
.custom-button {
background-color: #f4a6b8; /* Color rosa */
color: white;
font-size: 16px;
font-weight: bold;
padding: 12px 24px;
border: none;
border-radius: 8px; /* Bordes redondeados */
cursor: pointer;
display: inline-block;
text-align: center;
text-decoration: none;
transition: background-color 0.3s ease;
}
.custom-button:hover {
background-color: #e48a9c; /* Color más oscuro al pasar el mouse */
}