Be a Dealer in Canada or USA on Select Products. Call or email us today 778-345-4822 orders@ruffdogsports.com

Shopping cart

Your cart is currently empty.

Continue shopping

Enable cookies to use the shopping cart

🎁 Free Gift Offer!

Spend 500 USD or more (any currency) and get a FREE T-Shirt of your choice!

const popup = document.getElementById('rds-popup-template--21070780924142__rds_glass_popup_ReEw6Y'); const closeBtn = document.getElementById('rds-close-template--21070780924142__rds_glass_popup_ReEw6Y'); const storageKey = 'rds-popup-last-shown-template--21070780924142__rds_glass_popup_ReEw6Y'; const frequencyDays = 1; // Change this number to control how many days between displays // Check if enough days have passed since last shown const lastShown = localStorage.getItem(storageKey); const now = Date.now(); const daysSinceShown = lastShown ? (now - parseInt(lastShown)) / (1000 * 60 * 60 * 24) : null; if (!lastShown || daysSinceShown >= frequencyDays) { popup.style.display = 'flex'; localStorage.setItem(storageKey, now.toString()); } closeBtn.addEventListener('click', function() { popup.style.display = 'none'; }); // Close on background click popup.addEventListener('click', function(e) { if (e.target === popup) { popup.style.display = 'none'; } }); });