.swiper-pagination-bullet-active {
        background: #986C7E !important;
        width: 24px !important;
        border-radius: 4px !important;
        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .swiper-pagination-bullet {
        background: rgba(255, 255, 255, 0.55);
        opacity: 1;
        transition: all 0.3s ease;
    }
