LAST CHANCE FOR BLACK FRIDAY | 30% OFF + GIFTS*

Contact Us

document.addEventListener("DOMContentLoaded", () => { document.querySelectorAll("video").forEach(video => { video.removeAttribute("controls"); // key to disable iOS controls video.muted = true; video.autoplay = true; video.loop = true; video.playsinline = true; video.play().catch(()=>{}); }); });