Important note for deliveries to `country`: Please note that separate terms and conditions apply for shipments to this country. You can place your order smoothly, but please be aware of any applicable taxes and duties. Our prices only include the net price. Taxes and duties will be calculated by DPD/GLS/FedEx/DHL upon receipt of your order in accordance with the destination country’s regulations. Any additional fees from your destination country will be billed to you by customs after delivery.
*Please note that only one voucher code can be redeemed per order. It is not possible to combine several voucher codes. This applies regardless of whether several promotions or offers are available at the same time. We ask for your understanding.
Checkout
31 Days Return Policy
$(window).on('load',function () {
var isNet = window.vueApp.$store.state.basket.showNetPrices;
var shippingCountryId = window.vueApp.$store.state.localization.shippingCountryId || 1;
var shippingCountry = window.vueApp.$store.getters.getCountryName(shippingCountryId);
$("#shipping-note").html($("#shipping-note").html().replace(/`country`/g, shippingCountry));
if(isNet) $('#shipping-note').show();
})