﻿.cbk_pcgamer-list__top-gamer-container {
    display: flex;
    overflow: hidden;
    padding: 10px;
    width: 100%;
    max-width: 1315px;
}

.topVentesContainer {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 20px 0;
}

.cbk_pcgamer-list__top-gamer-swiper {
    display: flex;
    max-width: 1420px;
    width: 100%;
    gap: 10px;
    margin: unset;
    align-items: center;
}

.swiper-few-slides.cbk_pcgamer-list__top-gamer-swiper {
    justify-content: center;
}

.swiperPc-btn-prev, .swiperPc-btn-next {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.swiperPc-pagination {
    display: none;
}

.swiper-few-slides .swiperPc-btn-prev, .swiper-few-slides .swiperPc-btn-next {
    display: none;
}

.swiper-few-slides .swiper-wrapper {
    justify-content: center;
}

.swiper-button-disabled {
    opacity: 0.1;
    cursor: unset;
}

@media screen and (max-width: 1500px) {
    .topVentesContainer {
        margin: auto;
        display: flex;
        width: 100%;
        overflow: visible;
    }

    .cbk_pcgamer-list__top-gamer-swiper {
        margin: auto;
        display: flex;
        width: 100%;
        overflow: visible;
        padding: 0 20px;
    }
}

@media screen and (max-width: 1080px) {
    .cbk_pcgamer-list__top-gamer-wrapper {
        padding-bottom: 10px;
        height: auto;
    }
}

@media screen and (max-width: 1024px) {
    .swiper-few-slides .cbk_pcgamer-list__top-gamer-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 20px;
    }

    .swiper-few-slides .cbk_pcgamer-list__top-gamer {
        margin-right: unset;
    }
}

@media screen and (max-width: 735px) {
    .listeContainer {
        padding-top: 20px;
    }
}

@media screen and (max-width: 500px) {
    .swiper-few-slides .cbk_pcgamer-list__top-gamer-wrapper {
        justify-content: flex-start;
        flex-wrap: nowrap;
        width: auto;
        gap: unset;
    }

    .topVentesContainer {
        margin: unset;
        padding: unset;
    }

    .swiper-few-slides .cbk_pcgamer-list__top-gamer {
        margin-right: unset;
    }

    .cbk_pcgamer-list__top-gamer-swiper {
        flex-direction: column;
        padding: 20px 10px;
    }

    .swiperPc-pagination {
        display: block;
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;
        position: absolute;
        text-align: center;
        transition: .3s opacity;
        bottom: 8px;
    }

    .swiper {
        position: relative;
    }

    .swiper-pagination-bullet-active.swiper-pagination-bullet-active-main {
        width: 30px !important;
        border-radius: 24px !important;
        background: #EE3C34;
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        transform: scale(.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        transform: scale(.33);
    }

    .swiper-pagination-bullet {
        width: 15px !important;
        position: relative;
        transition: .2s transform, .2s left;
        margin: 0 4px;
        transform: scale(1);
        cursor: pointer;
        height: 8px;
        display: inline-block;
        border-radius: 24px !important;
        background: #C2C2C2;
    }

    .swiperPc-btn-prev, .swiperPc-btn-next {
        display: none;
    }
}
