.s-block--categories .swiper-slide {
    width: auto !important;
    margin: 0 10px !important;
}

/* الدائرة نفسها */
.s-block--categories img {
    width: 85px !important;
    height: 85px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    display: block;
    margin: auto;
    border: 2px solid #7c3aed;
    padding: 3px;
    background: #fff;
}

/* النص تحت الصورة */
.s-block--categories .swiper-slide span,
.s-block--categories .swiper-slide h3 {
    text-align: center;
    font-size: 12px;
}

/* إصلاح السلايدر */
.s-block--categories .swiper-wrapper {
    display: flex !important;
}