/* Add custom CSS styles below */ 
/* تكبير عناصر التصنيفات */
.category-slider .swiper-slide{
    width: calc(100% / 2.2) !important;
}

@media (min-width: 640px){
.category-slider .swiper-slide{
    width: calc(100% / 3) !important;
}
}

@media (min-width: 768px){
.category-slider .swiper-slide{
    width: calc(100% / 4) !important;
}
}

@media (min-width: 1024px){
.category-slider .swiper-slide{
    width: calc(100% / 5) !important;
}
}

/* تكبير الصورة بدون كسر التصميم */
.category-slider .swiper-slide .aspect-square{
    width: 100%;
    aspect-ratio: 1 / 1;
    background-size: cover;
    border-radius: 8px;
}

/* ضبط عنوان التصنيف */
.category-slider strong{
    font-size: 16px !important;
    margin-top: 8px;
    display: block;
}