This design took hours upon hours of work. An ambitious and unique project that will make whoever ends up wearing it happy and admired.
If you are willing and/or determined to get this piece please contact me immediately 😉

 

// Passive event listeners jQuery.event.special.touchstart = { setup: function( _, ns, handle ) { this.addEventListener("touchstart", handle, { passive: !ns.includes("noPreventDefault") }); } }; jQuery.event.special.touchmove = { setup: function( _, ns, handle ) { this.addEventListener("touchmove", handle, { passive: !ns.includes("noPreventDefault") }); } };