.swiper-pagination-bullet-active {
    background-color: #d83764 !important;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 1 !important;
}

.swiper-button-prev,
.swiper-button-next {
    background: #fff !important;
    width: 45px !important;
    height: 45px !important;
    border-radius: 99px !important;
    color: #3f2c75 !important;
    border-width: 1px;
    border-color: #000;
    border-style: dashed;

    &::after {
        font-size: 20px;
    }
}

.cat-prev {
    left: 15px;
}

.cat-next {
    right: 15px;
}
