/* الكارت */
.slide--cat-entry {
  position: relative;
  display: flex;
  align-items: center;       /* عمودي */
  justify-content: center;   /* أفقي */
  text-align: center;
}

/* حجم الكارت */
.slide--cat-entry {
  width: 170px !important;
  height: 190px !important;
}

.s-slider-container .swiper-slide {
  margin-left: 30px !important;
}

/* الصورة تملأ الكارت */
.slide--cat-entry img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 16px !important;
}

/* النص */
.slide--cat-entry h2 {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 10px;

  /* شكل زر */
  background: rgba(33,115,70,0.9);
  box-shadow: 0 6px 20px rgba(33,115,70,0.35);

  backdrop-filter: blur(2px);
}

/* توسيط عنوان السلايدر (الأقسام) */
.s-slider-block__title {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

/* إلغاء تقسيم يمين/شمال */
.s-slider-block__title-right,
.s-slider-block__title-left {
  width: auto !important;
}

/* توسيط النص نفسه */
.s-slider-block__title-right h2 {
  text-align: center !important;
  width: 100%;
}

/* تصغير خط placeholder داخل البحث */
.s-search-input::placeholder {
  font-size: 10px;
}

/* تصغير الخط أثناء الكتابة */
.s-search-input {
  font-size: 13px;
}