.tcVetrinaSwiper {
    width: 100%;
    height: 480px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}


.tcVetrinaSwiper .swiper-slide {
    height: calc((100% - 20px) / 2);
    padding: 0 15px;
}

.swiperVetrinaSnippet {
    flex-direction: row !important;
    height: auto !important;

}

.swiperVetrinaSnippet .snippetStrutturaAlt__img {
    min-width: 200px !important;
    width: auto !important;

}




.swiperVetrinaSnippet .snippetStrutturaAlt__text {
    height: auto !important;
}

.tcVetrina .struttura {
    height: 100%;
}

.tcVetrina article {
    height: 100%;
}


.swiperVetrinaSnippet ul li {
    color: #000;
    font-size: 11px !important;
    line-height: 11px !important;
    white-space: nowrap;
}



.swiper-pagination {
    position: static !important;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    display: flex;
    justify-content: center;
    width: 100%;
}

.swiper-pagination-bullet {
    margin: 0 3px
}

@media (max-width: 480px) {
    .swiperVetrinaSnippet .snippetStrutturaAlt__img {
        min-width: 140px !important;


    }

    .swiperVetrinaSnippet .snippetStrutturaAlt__text--title h4 {
        font-size: 0.9rem;
    }

    .swiperVetrinaSnippet .snippetStrutturaAlt__text {
        padding: 5px 10px;
    }

    .tcVetrinaSwiper {
        height: 340px;

    }
    .swiperVetrinaSnippet .snippetStrutturaAlt__text--plus {
        margin-bottom:0 !important;
    }

}