AJ 36 BLACK

4,050.00

Elevate your sneaker game with the Nike AJ 36 in sleek black. These sneakers are a fusion of style and performance, crafted with meticulous attention to detail to ensure the highest quality. Whether you’re hitting the court or the streets, these shoes deliver unmatched comfort and support. Plus, they come with the original box, guaranteeing their authenticity. Step out in confidence and make a bold statement with these iconic black AJ 36 sneakers.

AJ 36 BLACK
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!"); });