.elementor-8 .elementor-element.elementor-element-0d774aa{padding:0px 0px 0px 0px;}/* Start custom CSS for shortcode, class: .elementor-element-1cfa39b *//* ===============================
   FIX: مسافة بين الصورة والكلام (موبايل)
   =============================== */
@media (max-width: 520px){

  /* صف العنصر كله */
  .sl4-item{
    display: grid !important;
    grid-template-columns: 70px 1fr !important; /* صورة + نص */
    gap: 14px !important;                       /* 👈 المسافة المطلوبة */
    align-items: flex-start !important;
  }

  /* الصورة نفسها */
  .sl4-item-thumb{
    margin: 0 !important;
  }

  /* بلوك النص */
  .sl4-item > div{
    padding-inline-start: 4px !important;  /* مسافة زيادة بسيطة */
  }

  /* اسم المنتج */
  .sl4-item-name{
    margin-top: 2px !important;
    margin-bottom: 6px !important;
    line-height: 1.5 !important;
  }

  /* السعر */
  .sl4-item-price{
    margin-top: 6px !important;
  }
}/* End custom CSS */