(function () { function addInstallSection() { if (!document.body.classList.contains("index")) return; if (document.querySelector(".install-section")) return; var sectionHTML = `

تحتاج خدمة تركيب؟ نحن هنا لخدمتك

استفد من خدمات التركيب المتاحة عبر فروع مؤسسة المعيوف في خميس مشيط وبيشة، مع سهولة الوصول عبر الخريطة

`; var footer = document.querySelector("footer") || document.querySelector(".store-footer") || document.querySelector("#footer") || document.querySelector(".footer"); if (footer) { footer.insertAdjacentHTML("beforebegin", sectionHTML); } } window.addEventListener("load", function () { setTimeout(addInstallSection, 800); }); })(); /*features section start*/ (function () { function addFeaturesSection() { if (!document.body.classList.contains("index")) return; const locationSection = document.querySelector(".install-section"); if (!locationSection) return; if (document.querySelector(".features-section")) return; const html = `

مايميز متجرنا

دعم عملاء متميز

فريق دعم العملاء لدينا جاهز دائماً للمساعدة في أي وقت

شحن سريع وآمن

تمتع بتجربة شحن سريعة وآمنة لوصول طلبك في أقرب وقت

منتجات عالية الجودة

نحن نقدم لك أفضل المنتجات المصنوعة من مواد ممتازة

`; locationSection.insertAdjacentHTML("afterend", html); } window.addEventListener("load", function () { setTimeout(addFeaturesSection, 800); }); })(); /*features section end*/