Collection: Products
 
 
 
 
 
 
 
 
fetch('https://ipapi.co/json/') .then(res => res.json()) .then(data => { const blockedCountries = ['IN', 'PK', 'BD']; // India, Pakistan, Bangladesh if (blockedCountries.includes(data.country)) { window.location.href = '/blocked'; // Redirect to a custom blocked page } }) .catch(error => { console.error('Geo-IP fetch failed:', error); });
Skip to content$0.00 USD
Welcome to our store