575,00 kr.
This product has multiple variants. The options may be chosen on the product page
80,00 kr.
This product has multiple variants. The options may be chosen on the product page
495,00 kr.
This product has multiple variants. The options may be chosen on the product page
-50%
Udsolgt
Original price was: 299,00 kr..Current price is: 149,50 kr..
This product has multiple variants. The options may be chosen on the product page
/* Tidio chat knap */ (function() { function onTidioChatApiReady() { window.tidioChatApi.hide(); window.tidioChatApi.on("close", function() { window.tidioChatApi.hide(); }); } if (window.tidioChatApi) { window.tidioChatApi.on("ready", onTidioChatApiReady); } else { document.addEventListener("tidioChat-ready", onTidioChatApiReady); } document.querySelector(".chat-button").addEventListener("click", function() { window.tidioChatApi.show(); window.tidioChatApi.open(); }); })();