quick contact:

Apple Air

Original price was: $499.00.Current price is: $379.00.

Beanie

Original price was: $20.00.Current price is: $18.00.

Belt

Original price was: $65.00.Current price is: $55.00.

Black Headphone

Price range: $18.00 through $45.00

Cap

Original price was: $18.00.Current price is: $16.00.

Earpods Pro

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

Hoodie

Price range: $42.00 through $45.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"; }); });