MELO 2 JADE AQUA

4,250.00

Introducing the Melo 2 “Jade Aqua” sneakers, a fusion of style and performance. Crafted with meticulous attention to detail, these sneakers offer unparalleled quality and comfort. The vibrant jade and aqua color combination adds a refreshing pop to your footwear collection. Each pair comes with its original box, ensuring authenticity. Elevate your sneaker game with a touch of elegance and superior craftsmanship. Step confidently in every stride, knowing you’re wearing a high-quality piece of footwear history that perfectly balances style and substance.

MELO 2 JADE AQUA first copy
MELO 2 JADE AQUA
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!"); });