/* Add custom CSS styles below */
.w-36 {
  width: 100%;
  height: 100%;
}

/* Center and enlarge section titles (slider blocks) */
.s-slider-block__title {
  justify-content: center !important;
  text-align: center !important;
  position: relative !important;
}

.s-slider-block__title h2 {
  font-size: 2.25rem !important;
  text-align: center !important;
}

.s-slider-block__title-right {
  width: 100% !important;
  text-align: center !important;
}

/* Keep "عرض الكل" + arrows visible and pinned to the side
   so they don't shift the centered title — desktop/tablet only */
@media (min-width: 768px) {
  .s-slider-block__title > *:not(.s-slider-block__title-right) {
    position: absolute !important;
    inset-inline-start: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 2 !important;
  }
}

/* Center and enlarge the "منتجات متنوعة" grid section title */
.s-block__title {
  justify-content: center !important;
  text-align: center !important;
}

.s-block__title .right-side {
  width: 100% !important;
  text-align: center !important;
}

.s-block__title h2 {
  font-size: 2.25rem !important;
  text-align: center !important;
}