.toro-carrossel.swiper-container {
    touch-action: pan-y;
    display: flex;
    overflow: hidden;
    padding: 20px;
}

.toro-carrossel__wrapper.swiper-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    padding: 10px 0px;
    overflow: visible !important;
}

.cards-scroll-horizontal {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0px 0px;
    background: #ffffff;
}

.cards-scroll-horizontal__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}

#show-cards-container {
    padding: 20px 0px;
}

.cards-container {
    display: flex;
    width: 100%;
    margin: 0px auto;
    padding: 10px;
    gap: 10px;
}

.scrolling-wrapper-cards {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    --scroll-size: 5px;
    --scroll-radius: 10px;
    --scroll-track: transparent;
    --scroll-thumb-color: transparent;
}

.scrolling-wrapper-cards {
    display: flex;
    overflow-x: auto;
}

@media only screen and (max-width: 768px) {    
    .cards-scroll-horizontal {
        padding: 0px 0px;
    }
    #show-cards-container {
        padding: 0 0 0 0;
    }
}
