.product-container {
    display: flex;
    justify-content: space-around;
    margin-left: 20px;
    padding-bottom: 20px;
    height: 100%;
}

.dett-articolo {
    max-width: 250px;
}

.image-carousel {
    display: flex;
    align-items: center;
    height: min-content;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    position: relative;
}

.prod-icons-container {
    margin: 20px;
}

.immagine-prodotto {
    width: 100%;
    /*height: auto;*/
    max-height: 350px;
    object-fit: contain;

}

.left-nav {
    width: 35%;
}

.immagine-prodotto {
    padding: 4pc 4pc 10px 4pc;
    box-sizing: border-box;
}

#associa-media {
    padding: 0 20px
}

.cart-icons.cart-button {
    border: solid 1px var(--main_red);
}

.sconti-small-mobile {
    display: none !important;
    justify-content: center;
    font-size: 0.9em;
    width: max-content;
}

.sconti-small-desktop {
    justify-content: flex-start !important;
}

.dispo-mobile {
    display: none !important;
}

@media screen and (max-width: 600px) {
    .immagine-prodotto {
        padding: 1pc 1pc 10px 1pc;
    }


}

.thumbnail {
    max-height: 100px;
    max-width: 100px;
    height: auto;
    width: 100px;
    margin: 4px;
    filter: opacity(0.7);
    cursor: pointer;
    box-shadow: 0 0 5px #3333;
    object-fit: contain;
}

.thumbnail:hover {
    filter: opacity(1);
}

.thumbnail_active {
    filter: opacity(1);
}

.image-carousel-thumbnail {
    display: flex;
    flex-wrap: wrap;

}

@media only screen and (min-width: 1001px),
screen and (min-device-width: 1001px) {
    .immagine-prodotto {
        height: auto;
    }
}

@media only screen and (max-width: 1001px),
screen and (max-device-width: 1001px) {

    .dispo-mobile {
        display: flex !important;
    }

    .dispo-desktop {
        display: none !important;
    }


    .sconti-small-desktop {
        display: none !important;
    }

    .sconti-small-mobile {
        display: flex !important;
    }

    .image-carousel-thumbnail img {
        max-height: 50px;
        max-width: 50px;
    }

    div.descrizione-prodotto-wrapper>.pallino-rosso  {
        border-bottom: none;
        position: relative;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    div.descrizione-prodotto-wrapper>.pallino-rosso::before {
        display: none;
    }

    div.descrizione-prodotto-wrapper {
        font-size: 0.9em;
    }

    .titolo-prodotto {
        word-break: break-word;
        font-size: 1.2em;
    }

    .dett-articolo {
        max-width: none;
        display: flex;
        flex-wrap: wrap;
        margin-top: 1.3em;
        gap: 6px;
    }

    .product-container {
        flex-direction: column;
        margin: 0 10px;
    }

    /*.image-carousel {
        max-height: 30vh;
    }*/

    .add-cart {
        max-width: 250px;
        flex: 2;
        flex-direction: column;
        justify-content: flex-start;
        width: min-content;
        gap: 4px;
    }

    .cart-icons.cart-button {
        display: none;
    }

    .scontato {
        display: flex;
        align-items: center;
        gap: 4px;
        font-size: 0.8em;
    }

    .thumbnail {
        max-height: 50px;
        max-width: 50px;
    }

    .altri-media {
        width: 100%;
    }

    .descrizione-prodotto-wrapper {
        flex: 5
    }

    .titolo-prodotto {
        margin-top: 0;
    }
}