.store-footer__bottom {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

/* إضافة عنصر وهمي داخل الصف */
.store-footer__bottom::before {
  content: "السجل التجاري 5851875832";
  font-size: 13px;
  font-weight: 600;
  color: #7030a0;
  order: 2; /* يخليه بين العناصر */
  white-space: nowrap;
}