.swiper-pagination{justify-content:center;gap:8px;margin-top:12px;display:flex}.swiper-pagination-bullet{opacity:1;background:#f5f3f390;border-radius:999px;width:40px;height:4px;position:relative;overflow:hidden}.swiper-pagination-bullet-active:after{content:"";background:#6b21a8;animation:7s linear forwards progressBar;position:absolute;inset:0}@keyframes progressBar{0%{width:0%}to{width:100%}}
