/* Estilos personalizados para la tienda */

.product-img {
    max-width: 100px;
    height: auto;
}

/* Gradient for the brand name in the navbar */
.navbar-brand {
    background: linear-gradient(to right, #007bff, #e83e8c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Set a background for the page and default text color */
body {
    background-color: #fdf5f6; /* Light pink background */
    color: #333; /* Dark gray for text, for good readability */
}

/* Utility class for blue gradient text */
.gradient-text {
    background: linear-gradient(to right, #007bff, #87CEFA);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Utility class for pink gradient text */
.gradient-text-femininas {
    background: linear-gradient(to right, #007bff, #e83e8c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
