Skip to main content
Free shipping for a minimum purchase of €99

GDPR Compliance

Edit in Rich Text Editor

Data Rectification

You can use the links below to update your account data if it is not accurate.

Data Portability

You can use the links below to download all the data we store and use for a better experience in our store.

Access to Personal Data

You can use the link below to request a report which will contain all per sonal information that we store for you.

Right to be Forgotten

Use this option if you want to remove your personal and other data from our store. Keep in mind that this process will delete your account, so you will no longer be able to access or use it anymore .

$ ('# form-gdpr-data-account-request form input [type = submit]'). on ('click', function (e) { e.preventDefault (); var email = $ ('# form-gdpr-data-account-request form input [name = email]'). val (); var type = $ ('# form-gdpr-data-account-request form input [name = "request_type"]'). val (); var submit_button = $ (this); submit_button.prop ('disabled', true); submit_button.next ('. loading'). css ('display', 'inline-block'); gdprSendRequest (email, type, function (resp) { submit_button.prop ('disabled', false); submit_button.next ('. loading'). css ('display', 'none'); }); }); $ ('# btn-gdpr-personal-data-report-request'). on ('click', function (e) { e.preventDefault (); gdprSlideUpAll (); $ ('# form-gdpr-personal-data-report-request'). slideDown (200)