Ecommerce Infinity

Your Cart is Currently Empty.

Looks like you haven't added any items to cart yet — start shopping to fill it up!

Start Shopping

Looking to start generating up to $5,000 per Sale?

Get Started With FREE Advice!

hero-section image
document.addEventListener('DOMContentLoaded', function() { const closeButton = document.querySelector('.close-btn'); const stickySection = document.querySelector('.sticky-section'); if (closeButton && stickySection) { closeButton.addEventListener('click', function() { stickySection.style.display = 'none'; // Hide the sticky section }); } });