.carousel{display:flex;gap:25px;align-items:center}.carousel__dot{width:12px;height:12px;border-radius:9999px;background:#e4e4e7;border:none;cursor:pointer;transition:all .2s ease;padding:0;margin:0;flex-shrink:0}.carousel__dot:hover{opacity:.8}.carousel__dot--active{width:20px;height:20px;background:#15122b}.carousel__dot--active:hover{background:#15122b}.hero__carousel{gap:25px}.hero__arrow-right{width:16px;height:16px}.product-carousel__dots{justify-content:center}@media (max-width:1024px){.product-carousel__dots{margin-top:-26px}.carousel__dot,.carousel__dot--active{width:8px;height:8px}}