function isInViewport(t){return-160<=t.getBoundingClientRect().top}const add2b=document.querySelector("#add2bWish"),sticky=document.querySelector(".sticky-basket");document.addEventListener("scroll",function(){!isInViewport(add2b)&&1200<=window.innerWidth?sticky.classList.add("show-sticky-basket"):sticky.classList.remove("show-sticky-basket")},{passive:!0});
Our partners for sustainable development
Newsletter
Yes, I want to stay up to date with new products, news and offers. Please send me a newsletter.
I hereby confirm that I have read the Privacy policy. I can revoke my consent at any time.
Our website uses cookies. Some of them are essential, others help us improve this website and your user experience. Your data are used for ads personalisation. You can find further information about our use of cookies and your rights as a user in our Privacy policy and our Legal disclosure.
With our newsletter you are always up to date! And as a thank you for subscribing to our newsletter, you will receive a €10 voucher for your next purchase.***
You agree that your data will be used to send you our newsletter. The newsletter can be cancelled at any time. Further information and cancellation notices can be found in our privacy policy.
function hideNLpop() {
localStorage.setItem('showNLpop', 'false');
$('.nl-pop').removeClass('is-visible');
}
function placeholder() {
$('.nl-pop input[type="email"]').attr('placeholder','Your e-mail address');
$('.nl-pop button[type="button"]').text('Register now');
$('.nl-pop form label[for^="email-input-id_"], .nl-pop form .row .col-12.text-right.small.mt-2').remove();
}
if(!localStorage.getItem('showNLpop')) {
setTimeout(function () {
$('.nl-pop').addClass('is-visible');
}, 8000);
}
setTimeout(function () {
placeholder()
}, 7990);