/* Add custom CSS styles below */ 
/* إخفاء عرض الكل */
.s-slider-v-centered .s-slider-block__display-all,
.s-slider-block__display-all,
.s-products-slider a[href*="/categories"],
.s-products-slider a[href*="/c"] {
  display: none !important;
}

/* إخفاء الأسهم */
.s-slider-v-centered .s-slider-prev,
.s-slider-v-centered .s-slider-next,
.s-products-slider .s-slider-prev,
.s-products-slider .s-slider-next {
  display: none !important;
}

/* إخفاء الخط الطويل */
.s-slider-v-centered .s-slider-block__title::after,
.s-slider-v-centered .s-slider-block__title::before,
.s-slider-block__title::after,
.s-slider-block__title::before {
  display: none !important;
  content: none !important;
}

/* تقليل الفراغ أسفل المنتجات */
.s-slider-v-centered .s-slider-block__title,
.s-slider-block__title {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}