/* توسيط فقط بدون تغيير المقاسات */
.s-block--categories .swiper-wrapper {
  justify-content: center !important;
}

/* نحافظ على سلوك الجوال */
@media (max-width: 767px) {
  .s-block--categories .swiper-wrapper {
    justify-content: flex-start !important;
  }
}

/* إخفاء الشريط العلوي بالكامل */
.top-navbar {
  display: none !important;
}