h3 }
color: #fff !important;
}



/* إصلاح اختفاء نصوص القائمة الجانبية في الجوال */
@media (max-width: 1024px) {
  #mobile-menu.mm-spn {
    color: var(--color-text, #171717) !important;
  }

  #mobile-menu.mm-spn li,
  #mobile-menu.mm-spn li > a {
    visibility: visible !important;
    opacity: 1 !important;
  }

  #mobile-menu.mm-spn li > a {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;

    width: 100% !important;
    min-height: 52px !important;
    padding: 12px 18px 12px 48px !important;

    direction: rtl !important;
    text-align: right !important;
    text-indent: 0 !important;
    white-space: normal !important;

    font-size: 15px !important;
    line-height: 1.6 !important;
    font-weight: 500 !important;

    color: var(--color-text, #171717) !important;
    -webkit-text-fill-color: var(--color-text, #171717) !important;

    position: relative !important;
    z-index: 5 !important;
  }

  #mobile-menu.mm-spn li > a,
  #mobile-menu.mm-spn li > a span {
    color: var(--color-text, #171717) !important;
    -webkit-text-fill-color: currentColor !important;
  }

  #mobile-menu.mm-spn li::before,
  #mobile-menu.mm-spn li::after {
    z-index: 6;
  }
}



/* ==========================================
   إطالة بطاقة المنتج وإظهار الصورة كاملة
   ========================================== */

.s-products-slider-card {
  height: auto !important;
  align-self: stretch !important;
}

/* البطاقة */
custom-salla-product-card.s-product-card-entry,
.s-product-card-entry {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  padding: 10px !important;
  padding-bottom: 10px !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
}

/* مساحة صورة المنتج — عمودية ومناسبة للعبايات */
.s-product-card-entry .s-product-card-image {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 3 / 4 !important;
  flex: 0 0 auto !important;
  overflow: hidden !important;
}

/* رابط الصورة */
.s-product-card-entry .s-product-card-image > a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

/* الصورة كاملة بدون قص أو تمدد */
.s-product-card-entry .s-product-card-image picture {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.s-product-card-entry .s-product-card-image img,
.s-product-card-entry img.s-product-card-image-cover {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: contain !important;
  background-color: #f8f7f5 !important;
}

/* تنظيم المحتوى أسفل الصورة */
.s-product-card-entry .s-product-card-content {
  width: 100% !important;
  height: auto !important;
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}

.s-product-card-entry .s-product-card-content-main {
  flex: 1 1 auto !important;
}

/* العنوان يظهر بسطرين بدون ضغط */
.s-product-card-entry .s-product-card-content-title {
  min-height: 52px !important;
  line-height: 1.6 !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
  overflow: hidden !important;
}

/* مساواة ارتفاع بطاقات السلايدر */
.s-slider-container .swiper-wrapper {
  align-items: stretch !important;
}

.s-products-slider-card.swiper-slide {
  height: auto !important;
}

/* الجوال */
@media (max-width: 767px) {
  .s-product-card-entry .s-product-card-image {
    aspect-ratio: 3 / 4 !important;
  }

  .s-product-card-entry .s-product-card-content-title {
    min-height: 44px !important;
    font-size: 14px !important;
  }
}


body .products-grid .s-products-list-wrapper {
    grid-template-columns: repeat(4, 1fr) !important;
    margin-bottom: 0;
    gap: 10px;
}

/*تعديل مساحات  كارد المنتج */


.s-products-slider-card.swiper-slide {
    width: -moz-fit-content !important;
    width: 330px !important;
    max-width: 330px !important;
}

.s-product-card-entry .s-product-card-image img, .s-product-card-entry img.s-product-card-image-cover{
object-fit: cover !important;  
}

.s-product-card-entry .s-product-card-image
 {
    min-height: 350px !important;

 }


@media (max-width: 1200px) {
    .s-products-slider-card .s-product-card-entry {
        width: 280px !important;
    }
}

@media (max-width: 768px) {
    .s-products-slider-card .s-product-card-entry {
        width: 210px !important;
        padding-bottom: 10px;
    }

  body .products-grid .s-products-list-wrapper {
    grid-template-columns: repeat(2, 1fr) !important;
}
}


@media (max-width: 576px) {
    .s-products-slider-card .s-product-card-entry {
        width: 185px !important;
    }

  .s-products-slider-card.swiper-slide {
    width: -moz-fit-content !important;
    width: auto !important;
    max-width: unset !important;
}

}

@media (max-width: 450px) {

}

@media (max-width: 400px) {
   body .products-grid .s-products-list-wrapper {
    grid-template-columns: repeat(1, 1fr) !important;
}

}


@media (max-width: 350px) {
    .s-products-slider-card.swiper-slide {
        width: -moz-fit-content !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}