/* تصغير منتجات الصفحة الرئيسية في الجوال */
@media (max-width: 768px) {

  .s-products-slider-card {
    width: 40% !important;
  }

 
  }

}