/* ===== WoodMart Slider Mobile Fix (Correct & Stable) ===== */
@media (max-width: 768px) {

  /* منع القص */
  .wd-slider,
  .wd-carousel-container {
    overflow: hidden !important;
  }

  /* خلي السلايدر ياخد ارتفاع الصورة */
  .wd-carousel-wrap {
    height: auto !important;
    min-height: unset !important;
  }

  /* كل سلايد ياخد ارتفاع مناسب */
  .wd-slide {
    min-height: 220px !important;
    height: auto !important;
  }

  /* الخلفية */
  .wd-slide-bg {
    background-size: cover !important;
    background-position: center center !important;
    min-height: 220px !important;
  }

  /* لو فيه محتوى داخلي */
  .wd-slide-container {
    min-height: 220px !important;
  }

  /* النقاط (pagination) */
  .wd-nav-pagin-wrap {
    bottom: 10px !important;
  }
}
