The discount is valid for all products, including those with a reduced price, within 60 days of newsletter registration. A combination with other discount codes is not possible.
I hereby confirm that I have read the Privacy policy. I can revoke my consent at any time.**
How can we help you?
FREQUENTLY ASKED QUESTIONS
FAQ TOPICS
window.addEventListener('load', function () {
let queryString = window.location.search;
let searchParams = new URLSearchParams(queryString);
let categoryParam = searchParams.get('category');
let fetchJson = (url) => fetch(url).then(response => response.json());
const renderCategoryLinks = (categories) => {
const faqCategoriesContainer = document.querySelector('.faq-categories');
var categoryLinks = categories.map(function(category) {
return '