(() => { "use strict"; document.addEventListener("DOMContentLoaded", () => { // 🔹 ثابتات const esm = "فضاء"; const link = "https://fadaaagency.com/"; const copyright = document.querySelector(".copyright-text p"); if (copyright) copyright.innerHTML = `صنع بإتقان على ${esm} | 2025`; document.body.addEventListener( "click", (e) => { if (e.target.closest(".product-card")) console.log("تم النقر على كارت المنتج"); }, { passive: true } ); window.logo ??= { trueImgUpPr: false, truelogo: true, logoUrl: "https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/pQEdEP/GVkzVhVLfxtRLkaTBTDb8LpJDy5R6NMcqJRnoCJC.png", imgUrl: "https://cdn.salla.sa/pQEdEP/vDD2dYQR6m84mKJxryWU2GPgwc7sA1gfdqLWi1Wj.png", position: "top:10px; left:10px;", }; window.modelCard ??= 1; }, { passive: true }); })();