ADI ADI2000 GREEN

3,250.00

Experience the fusion of style and comfort with the ADI ADI2000 in Green. These sneakers exude a vibrant energy with their striking green hue, while the high-quality construction ensures long-lasting durability. Embrace a unique and trendy look that sets you apart from the crowd. Accompanied by the original box, these sneakers guarantee authenticity and safe storage. Elevate your footwear game with the ADI ADI2000, where fashion meets functionality in every step you take.

ADIDAS ADI2000 GREEN first copy
ADI ADI2000 GREEN
jQuery(document).ready(function($) { console.log("Magnific Popup Loaded:", $.fn.magnificPopup); // Debugging $('.product-video-popup').magnificPopup({ type: 'iframe' }); }); jQuery(document).ready(function($) { console.log("Checking Magnific Popup:", $.fn.magnificPopup); // Debugging if (typeof $.fn.magnificPopup === 'undefined') { console.error("Magnific Popup is not loaded!"); return; } $('.product-video-popup').magnificPopup({ type: 'iframe', iframe: { patterns: { youtube: { index: 'youtube.com/', id: function(url) { var match = url.match(/[\\?\\&]v=([^\\?\\&]+)/); return match && match[1] ? match[1] : null; }, src: 'https://www.youtube.com/embed/%id%?autoplay=1' } } } }); console.log("Popup initialized on buttons!"); });