/* Add custom CSS styles below */ 
@media(max-width:992px){
#storeCategories-1 .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    gap: 10px;
}

#storeCategories-1 .swiper-slide {
    
    width: 20% !important;  
}

 #storeCategories-1  .swiper-button-next, 
#storeCategories-1   .swiper-button-prev, 
#storeCategories-1   .swiper-pagination,
#storeCategories-1 .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
}

 #storeCategories-1  .mb-\[50px\] {
 margin-bottom: 10px !important; 
}


#storeCategories-1 a.flex.flex-col.gap-3.w-full.aos-init.aos-animate {

    display: flex;
    justify-content: center;
    align-items: center;

}
}

 #storeCategories-1  .rounded-full {
    border-radius: 0;
}