/* static/css/style.css */
.card-img-top {
    max-height: 150px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.product-image-container {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-image {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Stile per la linea orizzontale colorata */
hr.border-primary {
    border-color: #0d6efd; /* Colore primario di Bootstrap */
    opacity: 1;
}
.tag-header {
    font-size: 1.8rem;
    color: #ffffff;
    background: linear-gradient(to right, #007bff, #CCC);
    padding: 12px;
    border-radius: 8px;
    margin-top: 40px;
    margin-bottom: 15px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.icon-large {
        font-size: 1.5rem; /* Regola la dimensione come preferisci */
    }