');

{{ total_products_count }} items

arrow_drop_down
keyboard_arrow_left
keyboard_arrow_left

Pagina {{ page }} van {{ pages_count }}

keyboard_arrow_right
keyboard_arrow_right

Niet gevonden wat u zoekt? Neem contact met ons op!

keyboard_arrow_up

{{ popup_title }}

{{ popup_close_text }}

x
'; if (cookie == '') { $('[data-cookie-popup]').show(); } else { if (cookie === 'true') { gtag('js', new Date()); if(gtm !== ''){ gtag('config', '', {'page_path': location.pathname + location.search + location.hash}); } else { gtag('config', '', {'page_path': location.pathname + location.search + location.hash}); } } } } function acceptCookies() { setCookie('CookieConsent', true) $('[data-cookie-popup]').slideUp(300); } function declineCookies() { setCookie('CookieConsent', false) } $(document).ready(function () { showCookies(); }); $('[data-cookie-accept-all]').click(function (e) { e.preventDefault(); acceptCookies(); }); $('[data-cookie-edit]').click(function (e) { e.preventDefault(); $('[data-cookie-options]').slideToggle(300); }); $('[data-cookie-save]').click(function (e) { e.preventDefault(); if ($('[data-cookie-tracking-check]').is(":checked")) { acceptCookies(); } else { declineCookies(); } $('[data-cookie-popup]').slideUp(300); });