quick contact:

Single

Original price was: $3.00.Current price is: $2.00.

Sony 4k Camera

Original price was: $49.00.Current price is: $37.00.

V-Neck T-Shirt

Price range: $15.00 through $20.00

Virtual Reality

Original price was: $59.00.Current price is: $39.00.

Wireless Mouse

Original price was: $20.00.Current price is: $18.00.
document.addEventListener("DOMContentLoaded", function () { const popup = document.getElementById("techPopup"); const closeBtn = document.querySelector(".popup-close"); if (!popup) return; let shownTimes = 0; function showPopup(delay) { setTimeout(() => { if (shownTimes < 3) { popup.style.display = "flex"; shownTimes++; } }, delay); } showPopup(10000); // 10 sec showPopup(25000); // +15 sec showPopup(55000); // +30 sec closeBtn.addEventListener("click", () => { popup.style.display = "none"; }); });