.s-products-list-wrapper {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
}body {
  background-color: #ffffff !important;
[class*="store-footer"] {
  background-color: #ffffff !important;

 /* تصغير وترتيب الفوتر للجوال */
@media (max-width: 768px) {
  
  /* تصغير الخط العام */
  .store-footer h3 {
    font-size: 12px !important;
    margin-bottom: 4px !important;
  }

  /* روابط الفوتر جنب بعض */
  .s-menu-footer-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
  }

  .s-menu-footer-item {
    font-size: 11px !important;
  }

  /* تواصل معنا */
  .s-contacts-list {
    font-size: 11px !important;
  }

  /* السجل التجاري */
  .s-trust-badges-wrapper {
    font-size: 11px !important;
  }

  .s-trust-badges-label,
  .s-trust-badges-number {
    font-size: 11px !important;
  }
}@media (max-width: 768px) {
  [class*="store-footer"] > div {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    flex-wrap: wrap !important;
    padding: 10px !important;
  }

  [class*="store-footer"] > div > div {
    flex: 1 !important;
    text-align: center !important;
    font-size: 11px !important;
  }

  [class*="store-footer"] h3 {
    font-size: 12px !important;
    margin-bottom: 4px !important;
  }
}
/* حذف لوقو وزارة التجارة فقط */
.s-trust-badges-image {
  display: none !important;
}

/* حذف كلمة Cozyation */
h3:first-child {
  display: none !important;
}

/* حذف جملة روابط مهمة */
h3[class*="text"]:contains("روابط مهمة") {
  display: none !important;
}

/* حذف جملة تواصل معنا */
h3[class*="text"]:contains("تواصل معنا") {
  display: none !important;
}
  /* حذف كلمة السجل التجاري */
.s-trust-badges-content p:first-child,
.s-trust-badges-content span:first-child {
  display: none !important;
}

/* إضافة CR قبل رقم السجل */
.s-trust-badges-content::before {
  content: "CR ";
}
  /* تصغير خط الفوتر كله */
footer * {
  font-size: 11px !important;
}