#same-spec-swiper .swiper-pagination-bullet{
    width: 30px;
    height: 6px;
    border-radius: 999px;
    background: #d3d3d3; /* light grey */
    opacity: 1; /* override default */
    margin: 0 6px !important;
}

#same-spec-swiper .swiper-pagination-bullet-active {
    background: #000 !important;
}

#same-spec-swiper .swiper-pagination-bullet-active-main,
#same-spec-swiper .swiper-pagination-bullet-active-prev,
#same-spec-swiper .swiper-pagination-bullet-active-prev-prev,
#same-spec-swiper .swiper-pagination-bullet-active-next,
#same-spec-swiper .swiper-pagination-bullet-active-next-next {
    transform: scale(1) !important;
}