/* Estilos para las tarjetas de productos */
.card-link {
    text-decoration: none;
    color: inherit;
}

.card-link:hover .card {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card .card-title {
    color: #0056b3;
}

.card .card-text.fw-bold {
    font-weight: bold !important;
}
