STEPPING FORWARD TOGETHERSTEPPING
0 1 0 1 2 3 4 5 6 7 8 9 0 0 1 2 3 4 5 6 7 8 9 0
FILTER ITEMS
Brands
Gender

size

Step Ahead with Exclusive Updates

Join our community and be the first to know about new arrivals, exclusive discounts, and style tips curated just for you. Let us bring the world of fashion and comfort straight to your inbox.

    // 等待页面完全加载 document.addEventListener('DOMContentLoaded', function() { // 找到按钮和弹窗元素 const closeBtn = document.querySelector('.popup-close-btn'); const popup = document.querySelector('[data-elementor-type="pe-popup"]'); // 点击按钮关闭弹窗 if (closeBtn && popup) { closeBtn.addEventListener('click', function(e) { e.preventDefault(); // 阻止按钮默认行为(如跳转) popup.style.display = 'none'; // 隐藏弹窗 // 可选:添加动画效果(如渐隐) // popup.style.opacity = '0'; // setTimeout(() => { popup.style.display = 'none'; }, 300); }); } });