.tpl-carousel-icon-bullets .tpl-carousel-icon-bullets__swiper .swiper-wrapper {
    box-sizing: border-box;
    height: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.tpl-carousel-icon-bullets .vs-wrapper {
    margin-top: 24px;
}

.tpl-carousel-icon-bullets .vs-wrapper .vs-component {
    margin: 0;
}

.tpl-carousel-icon-bullets .tpl-carousel-icon-bullets__swiper .swiper {
    position: relative;
}

.tpl-carousel-icon-bullets .tpl-carousel-icon-bullets__swiper .swiper::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 80px;
    height: 100%;
    background: linear-gradient(
            90deg,
            rgba(255, 255, 255, 0) 0,
            rgba(255, 255, 255, 0.5) 48px,
            #fff 48px,
            #fff 100%
    );
    pointer-events: none;
    z-index: 1;
}


.tpl-carousel-icon-bullets .tpl-carousel-icon-bullets__item.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 4px;
    width: 96px;
    height: auto;
    padding: 8px;
    background-color: var(--color-background-section-custom, #FFF);
}

.tpl-carousel-icon-bullets .tpl-carousel-icon-bullets__item.swiper-slide:first-child {
    margin-left: 24px;
}

.tpl-carousel-icon-bullets .tpl-carousel-icon-bullets__item.swiper-slide:last-child {
    margin-right: 32px;
}

.tpl-carousel-icon-bullets .tpl-carousel-icon-bullets__img {
    width: 32px;
    height: 32px;
    pointer-events: none;
}

.tpl-carousel-icon-bullets .tpl-carousel-icon-bullets__img-wrapper {
    display: grid;
    place-items: center;
    border-radius: 8px;
}

.tpl-carousel-icon-bullets .tpl-carousel-icon-bullets__img-wrapper svg {
    width: 100%;
    height: 100%;
}

.tpl-carousel-icon-bullets .tpl-carousel-icon-bullets__swiper .tpl-carousel-icon-bullets__item .vs-legal-text {
    text-align: center;
}

.tpl-carousel-icon-bullets .tpl-carousel-icon-bullets__swiper .swiper-button-prev {
    left: 0;
}

.tpl-carousel-icon-bullets .tpl-carousel-icon-bullets__swiper .swiper-button-next {
    right: 0;
}

.tpl-carousel-icon-bullets .tpl-carousel-icon-bullets__swiper .swiper-button-next,
.tpl-carousel-icon-bullets .tpl-carousel-icon-bullets__swiper .swiper-button-prev {
    width: auto;
    z-index: 100;
    color: var(--color-primary-red);
}

.tpl-carousel-icon-bullets .tpl-carousel-icon-bullets__swiper .swiper-button-next:after,
.tpl-carousel-icon-bullets .tpl-carousel-icon-bullets__swiper .swiper-button-prev:after {
    font-size: 20px;
}


@media (min-width: 1024px) {
    .tpl-carousel-icon-bullets .vs-wrapper {
        margin-top: 48px;
    }

    .tpl-carousel-icon-bullets .tpl-carousel-icon-bullets__swiper .tpl-carousel-icon-bullets__item.swiper-slide {
        row-gap: 8px;
        width: 120px;
    }

    .tpl-carousel-icon-bullets .tpl-carousel-icon-bullets__swiper .tpl-carousel-icon-bullets__img {
        width: 40px;
        height: 40px;
    }

    .tpl-carousel-icon-bullets .tpl-carousel-icon-bullets__swiper .tpl-carousel-icon-bullets__item .vs-legal-text {
        padding-block: 8px;
    }

    .tpl-carousel-icon-bullets .tpl-carousel-icon-bullets__item.swiper-slide:first-child {
        margin-left: 48px;
    }

    .tpl-carousel-icon-bullets .tpl-carousel-icon-bullets__item.swiper-slide:last-child {
        margin-right: 48px;
    }
}

/* ---- ANIMATIONS---- */
/* Delete general configuration */
.vs-section.tpl-carousel-icon-bullets [class*="__img"] {
    opacity: 1;
    transform: none;
}

.vs-animate.vs-section.tpl-carousel-icon-bullets [class*="__img"] {
    opacity: 1;
    transform: none;
}
 