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

Contact Us

Have questions or need assistance? Our dedicated team is ready to assist you. Reach out to us using the details below or fill out the contact form, and we’ll get back to you as soon as possible.

We’re Here to Help

Email:

support@shoestore.com

Phone:

+1 (555) 123-4567

Address:

123 Shoe Street, Suite 101
New York, NY 10001

Fill out the form below, and we’ll respond within 24-48 hours:

    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); }); } });