AJ 4 BLANK CANVAS

3,350.00

The AJ 4 Blank Canvas arrives with a light grey canvas construction with matching TPU eyelet wings and Jumpman tongue embroidery. A signature heel tab with a Jumpman logo nods to AJ 4 retros of the mid-2000s. From there, a canvas midsole and white outsole with hits of blue and red complete the design.

AJ 4 BLANK CANVAS
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!"); });