document.addEventListener("DOMContentLoaded", function () { const contactsCol = document.querySelector( "footer > div.store-footer__inner > div > div:nth-child(3)" ); if (!contactsCol) return; if (contactsCol.parentElement.querySelector(".footer-trust-col")) return; const newCol = document.createElement("div"); newCol.className = "footer-trust-col"; newCol.innerHTML = `
السجل التجاري

السجل التجاري

7052489247
SBC `; contactsCol.insertAdjacentElement("afterend", newCol); }); (function () { if (document.getElementById('store-bottom-nav')) return; const bottomNav = document.createElement('div'); bottomNav.id = 'store-bottom-nav'; bottomNav.className = 'md:hidden'; bottomNav.innerHTML = ` `; document.body.appendChild(bottomNav); })();