const consentListeners = []; window.ConsentListener = (callback) => { consentListeners.push(callback); }; const onConsentChange = (consent) => { consentListeners.forEach((callback) => { callback(consent); }); };

Shopping Cart

There are no more items in your cart
Continue shopping
0 items $0.00
Total (tax excl.) $0.00
Total (tax incl.) $0.00