0 x


0 x

0 x

0 x

2 producten in slippers

$(document).ready(function(){ const exampleModal = document.getElementById('exampleModal') function getDeviceType() { if (navigator.userAgentData?.mobile) { if (Math.min(window.innerWidth, window.innerHeight) >= 768) { return "tablet"; } return "phone"; } return "desktop"; } let deviceType = getDeviceType(); if })