-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
-50%
Original price was: 349,00 kr..Current price is: 174,50 kr..
This product has multiple variants. The options may be chosen on the product page
-50%
Original price was: 249,00 kr..Current price is: 124,50 kr..
This product has multiple variants. The options may be chosen on the product page
-50%
Original price was: 249,00 kr..Current price is: 124,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(); }); })();