Vi vil gøre vores bedste for at besvare den hurtigst muligt.
Har du indsendt en serviceanmodning og ikke modtager din kvittering, skal du blot vedlægge en seddel i kassen, med oplysninger om fejlen på produktet, når du returnerer varen.
This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.
Strictly Necessary Cookies
Strictly Necessary Cookie should be enabled at all times so that we can save your preferences for cookie settings.
If you disable this cookie, we will not be able to save your preferences. This means that every time you visit this website you will need to enable or disable cookies again.
window.addEventListener("DOMContentLoaded", function() {
var currentDate = new Date();
if (currentDate.getDate() === 21 && currentDate.getMonth() === 6) { // Husk, i JavaScript er januar 0 og december er 11.
var elementsToHide = document.querySelectorAll(".yourClassName"); // Erstat '.yourClassName' med den klasse, du vil skjule.
elementsToHide.forEach(function(element) {
element.classList.add('hide-element');
});
}
});