Shopping Cart
Scroll to Top
window.addEventListener("load", () => { setTimeout(() => { bubble.style.display = "block"; }, 1000); setTimeout(() => { bubble.style.display = "none"; }, 6000); // بيفتح الشات تلقائياً بعد 3 ثواني setTimeout(() => { bubble.style.display = "none"; box.style.display = "flex"; }, 3000); });