﻿body {
    background-color: #FFFFFF;
}

/* Desktop */
@media (min-width: 992px) {
    .mobile-toggle {
        display: none;
    }
}

/* Mobile */
@media (max-width: 991px) {
    .desktop-menu {
        display: none;
    }
}


.navbar-bg {
    background-color: #0f2038;
}

a
{
    text-decoration:none;

}

/********************/
/* CAROUSEL         */
/********************/

.carousel-item {
    position: relative;
    height: 50vh;
    max-height: 800px;
}

.carousel-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.carousel-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    font-size: 1rem;
    z-index: 2;
}


.product-img {
    height: 220px; /* altezza uniforme */
    width: 100%;
    object-fit: cover; /* riempie senza deformare */
}       


/*Navbar → 
Body → #F4F6F8
Card prodotto → #FFFFFF
Titoli → #1F3A5F
Testo → #2B2B2B
Prezzo → #F57C00
CTA → #F57C00
Disponibile → #2E7D32*/