Giày thể thao N• ike Dunk Low

2.100 

尺码:36 36.5 37 38 38.5 39 40 40.5 41 42 42.5 43 44 44.5 45

Danh mục: ,
document.addEventListener("DOMContentLoaded", function () { const popup = document.querySelector(".popup-wrapper"); const closeBtn = document.querySelector(".popup-close"); const overlay = document.querySelector(".popup-overlay"); // Hiện popup sau 1.2 giây setTimeout(() => { popup.style.display = "block"; }, 1200); // Đóng popup closeBtn.onclick = overlay.onclick = function () { popup.style.display = "none"; }; });