<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! Plus+ for Lightspeed | (c) Plus+ B.V. | https://plus.dmws.nl */
(function(){var n=function n(e){var o=document.createElement('link');o.rel='stylesheet',o.href=e,document.head.appendChild(o)},e=function n(e){var o=document.createElement('script');o.src=e,o.async=!0,document.head.appendChild(o)},o=function n(e){if(void 0===window.jQuery)var o=setInterval((function(){void 0!==window.jQuery&amp;&amp;(clearInterval(o),e(window.jQuery))}),10);else e(window.jQuery)};window.dmws=window.dmws||{},window.dmws.utils=window.dmws.utils||{},window.dmws.baseUrl='https://app.dmws.plus',window.dmws.cdnBaseUrl='https://cdn.webshopapp.com/shops/243083/files/',window.dmws.mainLanguage='nl',window.dmws.shopLanguage={us:'en',fc:'fr'}[document.documentElement.lang]||document.documentElement.lang,window.dmws.shopBaseUrl=location.origin,1===parseInt('1')&amp;&amp;(window.dmws.shopBaseUrl+='/'.concat(location.pathname.split('/')[1]));window.dmws.settings=JSON.parse('{\u0022checkout\u0022:{\u0022checkoutVersion\u0022:1,\u0022loginFormVersion\u0022:\u0022v2\u0022,\u0022googleLoginButtonDisplay\u0022:\u0022block\u0022,\u0022facebookLoginButtonDisplay\u0022:\u0022block\u0022,\u0022detailsCreateAccountDisplay\u0022:\u0022block\u0022,\u0022initialCartDisplay\u0022:\u0022block\u0022,\u0022shippingOptionButtonDesktopDisplay\u0022:\u0022block\u0022,\u0022paymentOptionButtonDesktopDisplay\u0022:\u0022block\u0022,\u0022paymentMostChosenDisplay\u0022:\u0022block\u0022,\u0022paymentMostChosenMethod\u0022:\u0022ideal\u0022,\u0022paymentHeadingsDisplay\u0022:\u0022none\u0022,\u0022payButtonPriceDisplay\u0022:\u0022none\u0022,\u0022reviewPayButtonDisplay\u0022:\u0022block\u0022,\u0022reviewCommentBlockDisplay\u0022:\u0022block\u0022,\u0022reviewContactDisplay\u0022:\u0022block\u0022,\u0022initialNewsletterChecked\u0022:\u00221\u0022,\u0022thankYouContactDisplay\u0022:\u0022block\u0022,\u0022paypalButtonUsePayLabel\u0022:0,\u0022logoUrl\u0022:\u0022https:\\\/\\\/app.dmws.plus\\\/shop-assets\\\/243083\\\/checkout-logo.png?id=1709562933\u0022}}'),o((function($){return $('html').trigger('dmws-plus:init')}));var t=new URLSearchParams(location.search),d=!1;t.has('__dmws_plus_checkoutpreview')?(n('https://app.dmws.plus/css/checkout-preview.css'),e('https://app.dmws.plus/js/checkout-preview.js')):t.has('__dmws_plus_devmode')?(localStorage.setItem('dmws:devmode','10'),history.replaceState({},'',location.href.split('?').shift()),d=!0):d='1'===(localStorage.getItem('dmws:devmode')||'')[0],d&amp;&amp;(n('https://app.dmws.plus/shop-assets/243083/dmws-plus-preview.css?id=49c2d8cc3d2f407f6fcba645a49ab6d9'),n('https://app.dmws.plus/css/devmode-toolbar.css'),e('https://app.dmws.plus/js/devmode-toolbar.js'));(function(){(function(settings){(function(){if(-1!==window.location.href.indexOf('/checkout/')){var e=function e(){if(window.dmws&amp;&amp;window.dmws.checkout){window.dataLayer=window.dataLayer||[];var t=window.dmws.checkout,n={details:1,shipment:2,payment:3,review:4};if('method'!==t.step){if(t.order){var o=t.order.currency;return delete t.order.currency,void window.dataLayer.push({event:'purchase',ecommerce:{currencyCode:o,purchase:{actionField:t.order,products:t.products}}})}window.dataLayer.push({event:'checkout',ecommerce:{checkout:{actionField:{step:n[t.step]||1},products:t.products}}}),$('[name=shipment_method], [name=payment_method]').on('change',(function(e){var o=$(e.currentTarget).next('label').contents(),r=o.length?o[0].textContent.trim():e.currentTarget.value.split('|').join(' - ');window.dataLayer.push({event:'checkoutOption',ecommerce:{checkout_option:{actionField:{step:n[t.step],option:r}}}})}))}}};'loading'!==document.readyState?e():window.addEventListener('DOMContentLoaded',e)}})();})({});})();;var i=[],registerAddon=function registerAddon(n,e,o){i.push(n),e&amp;&amp;e(window.jQuery,o)},registerDevAddon=function registerDevAddon(n,e,o){d&amp;&amp;registerAddon(n,e,o)},s=function n($){var e=$(['f','e','a','p'].map((function(n){return"[id^=\"dmws-".concat(n,"_\"]")})).join(','));e.each((function(n,o){var t=o.id.substring(7);i.some((function(n){return 0===t.indexOf(n)}))||e.eq(n).remove()}))},a;window.dmws.utils.isAddonActive=function(n){return i.indexOf(n)&gt;-1},window.dmws.utils.deleteInactiveAddonNodes=s,o((function n($){(function($){/*
To use the popup:
- Add the class 'dmws-f_popup--link' to the click element to show the popup.
- Also add 'data-dmws-f-popup="#dmws-f_popup-ADDON' with the addon name to the click element.
- Create the popup with the same ID as data-dmws-f-popup.
- Add the class 'dmws-f_popup' to the popup.
- Give the popup 'style="display: none;"'.
- Directly enter the content of the popup. The rest is done with the script.
*/
$(function () {
    var closePopup = function (wrapper) {
        wrapper
            .removeClass('dmws-f-active')
            .find('.dmws-f_popup')
            .trigger('hide.dmws-popup');
    };

    $(document)
        .on('click', '.dmws-f_popup--link', function (e) {
            e.preventDefault();
            var popup = $($(this).data('dmws-f-popup'));
            // First setup
            if (! popup.hasClass('dmws-f-done')) {
                $('body').prepend(popup.detach().addClass('dmws-f-done').show());
                popup.wrap('&lt;div class="dmws-f-popup-wrap dmws-f-done"&gt;&lt;/div&gt;');
                var wrapper = popup.parent();
                var close = $('&lt;svg class="dmws-f-popup-close" width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M1 13L13 1M1 1L13 13" stroke="#9CA3AF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/&gt;&lt;/svg&gt;');
                popup.prepend(close);
                if (!popup.hasClass('unclosable')){
                wrapper.on('mouseup', function (e) {
                    if (e.target === e.currentTarget) {
                        closePopup(wrapper);
                    }
                });
              }
            close.on('mouseup', function () {
                closePopup(wrapper);
            });
            }

            popup.parent().addClass('dmws-f-active');
            popup.trigger('show.dmws-popup');
        });
});})(window.jQuery),(function($){var ls = window.localStorage;
var lsKey = 'dmws:cookie';
var data = ls.getItem(lsKey) || '{}';
try { data = JSON.parse(data) || {}; } catch { data = {}; }
var write = function () { ls.setItem(lsKey, JSON.stringify(data)); }
var clearExpired = function () {
    Object.keys(data).forEach(function (key) {
        if (data[key].expire !== false &amp;&amp; data[key].expire &lt; Date.now()) {
            delete data[key];
        }
    });
    write();
};
clearExpired();
window.dmws.createCookie = function (name, value, expireDays) {
    data[name] = { value: value ? (value + '') : '', expire: expireDays ? Date.now() + (expireDays * 24 * 60 * 60 * 1000) : false };
    write();
};
window.dmws.getCookie = function (name) {
    clearExpired();
    return data.hasOwnProperty(name) ? data[name].value : '';
};
window.dmws.deleteCookie = function (name) {
    delete data[name];
    write();
};})(window.jQuery),(function($){var dmws_url_pool = {};
window.dmws.getData = function(url) {
  if (!dmws_url_pool[url]) {
    dmws_url_pool[url] = $.ajax({
      url: url,
      crossDomain: true
    });
  }
  return dmws_url_pool[url];
}})(window.jQuery),(function($){let recaptchaDeferred = null;
window.dmws.utils.loadRecaptchaScript = function() {
    if (recaptchaDeferred) {
        return recaptchaDeferred;
    }

    recaptchaDeferred = $.Deferred();

    if (window.hasOwnProperty('grecaptcha')) {
        // Recaptcha scripts are already loaded, continue.
        return recaptchaDeferred.resolve();
    }

    window.onDmwsPlusRecaptchaLoad = function () {
        delete window.onDmwsPlusRecaptchaLoad;
        recaptchaDeferred.resolve();
    };

    $('&lt;script /&gt;', {
        src: 'https://www.google.com/recaptcha/api.js?render=explicit&amp;onload=onDmwsPlusRecaptchaLoad',
    }).on('error', function () {
        recaptchaDeferred.reject();
        recaptchaDeferred = null;
    }).appendTo('body');

    return recaptchaDeferred;
};

window.dmws.utils.handleLightspeedRecaptcha = function (response, target, verifyUrl) {
    const deferred = $.Deferred();

    if (response.getResponseHeader('content-type').indexOf('text/html') === 0) {
        // Lightspeed will redirect the user if no recaptcha check is needed, which results in an HTML response.
        return deferred.resolve();
    }

    let data = response.responseJSON;

    if (! data) {
        try {
            data = JSON.parse(response.responseText);
        } catch {}
    }

    if (! data || ! data.formkey || ! data.sitekey) {
        return deferred.reject();
    }

    const csrfKey = data.formkey;
    const siteKey = data.sitekey;
    const isPending = function () {
        // Determine if the action wasn't already cancelled (e.g. the user closed the modal)
        return deferred.state() === 'pending';
    };

    window.dmws.utils.loadRecaptchaScript()
        .done(function () {
            window.grecaptcha.render(target, {
                sitekey: siteKey,
                callback: (captchaCode) =&gt; {
                    if (! isPending()) {
                        return;
                    }

                    $.ajax({
                        url: verifyUrl,
                        type: 'POST',
                        crossDomain: true,
                        data: {
                            key: csrfKey,
                            'g-recaptcha-response': captchaCode,
                        },
                    }).always(() =&gt; {
                        if (isPending()) {
                            deferred.resolve();
                        }
                    });
                }
            });
        })
        .fail(function () {
            deferred.reject();
        });

    return deferred;
};})(window.jQuery),(function(){function _typeof(e){return _typeof="function"==typeof Symbol&amp;&amp;"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&amp;&amp;"function"==typeof Symbol&amp;&amp;e.constructor===Symbol&amp;&amp;e!==Symbol.prototype?"symbol":typeof e},_typeof(e)
/*! RateIt | v1.1.5 / 03/10/2021
   https://github.com/gjunge/rateit.js | Twitter: @gjunge
*/}(function($){function e(e){var t,a=e.originalEvent.changedTouches[0],i="";switch(e.type){case"touchmove":i="mousemove";break;case"touchend":i="mouseup";break;default:return}var r=document.createEvent("MouseEvent");r.initMouseEvent(i,!0,!0,window,1,a.screenX,a.screenY,a.clientX,a.clientY,!1,!1,!1,!1,0,null),a.target.dispatchEvent(r),e.preventDefault()}$.rateit={aria:{resetLabel:'reset rating',ratingLabel:'rating'}},$.fn.rateit=function(t,a){var i=1,r={},n='init',s=function e(t){return t.charAt(0).toUpperCase()+t.substr(1)};if(0===this.length)return this;var l=_typeof(t);if('object'==l||null==t)r=$.extend({},$.fn.rateit.defaults,t);else{if('string'==l&amp;&amp;'reset'!==t&amp;&amp;void 0===a)return this.data('rateit'+s(t));'string'==l&amp;&amp;(n='setvalue')}return this.each((function(){var l=$(this),d=function e(t,a){if(null!=a){var i='aria-value'+('value'==t?'now':t),r=l.find('.rateit-range');null!=r.attr(i)&amp;&amp;r.attr(i,a)}return arguments[0]='rateit'+s(t),l.data.apply(l,arguments)};if('reset'==t){var o=d('init'),u;for(var m in o)l.data(m,o[m]);if(d('backingfld'))'SELECT'==(u=$(d('backingfld')))[0].nodeName&amp;&amp;'index'===u[0].getAttribute('data-rateit-valuesrc')?u.prop('selectedIndex',d('value')):u.val(d('value')),u.trigger('change'),u[0].min&amp;&amp;(u[0].min=d('min')),u[0].max&amp;&amp;(u[0].max=d('max')),u[0].step&amp;&amp;(u[0].step=d('step'));l.trigger('reset')}l.hasClass('rateit')||l.addClass('rateit');var v='rtl'!=l.css('direction');if('setvalue'==n){if(!d('init'))throw'Can\'t set value before init';var u;if('readonly'!=t||1!=a||d('readonly')||(l.find('.rateit-range').off(),d('wired',!1)),'value'==t&amp;&amp;(a=null==a?d('min'):Math.max(d('min'),Math.min(d('max'),a))),d('backingfld'))'SELECT'==(u=$(d('backingfld')))[0].nodeName&amp;&amp;'index'===u[0].getAttribute('data-rateit-valuesrc')?'value'==t&amp;&amp;u.prop('selectedIndex',a):'value'==t&amp;&amp;u.val(a),'min'==t&amp;&amp;u[0].min&amp;&amp;(u[0].min=a),'max'==t&amp;&amp;u[0].max&amp;&amp;(u[0].max=a),'step'==t&amp;&amp;u[0].step&amp;&amp;(u[0].step=a);d(t,a)}if(!d('init')){var u;if(d('mode',d('mode')||r.mode),d('icon',d('icon')||r.icon),d('min',isNaN(d('min'))?r.min:d('min')),d('max',isNaN(d('max'))?r.max:d('max')),d('step',d('step')||r.step),d('readonly',void 0!==d('readonly')?d('readonly'):r.readonly),d('resetable',void 0!==d('resetable')?d('resetable'):r.resetable),d('backingfld',d('backingfld')||r.backingfld),d('starwidth',d('starwidth')||r.starwidth),d('starheight',d('starheight')||r.starheight),d('value',Math.max(d('min'),Math.min(d('max'),isNaN(d('value'))?isNaN(r.value)?r.min:r.value:d('value')))),d('ispreset',void 0!==d('ispreset')?d('ispreset'):r.ispreset),d('backingfld'))if(((u=$(d('backingfld')).hide()).attr('disabled')||u.attr('readonly'))&amp;&amp;d('readonly',!0),'INPUT'==u[0].nodeName&amp;&amp;('range'!=u[0].type&amp;&amp;'text'!=u[0].type||(d('min',parseInt(u.attr('min'))||d('min')),d('max',parseInt(u.attr('max'))||d('max')),d('step',parseInt(u.attr('step'))||d('step')))),'SELECT'==u[0].nodeName&amp;&amp;u[0].options.length&gt;1){'index'===u[0].getAttribute('data-rateit-valuesrc')?(d('min',isNaN(d('min'))?Number(u[0].options[0].index):d('min')),d('max',Number(u[0].options[u[0].length-1].index)),d('step',Number(u[0].options[1].index)-Number(u[0].options[0].index))):(d('min',isNaN(d('min'))?Number(u[0].options[0].value):d('min')),d('max',Number(u[0].options[u[0].length-1].value)),d('step',Number(u[0].options[1].value)-Number(u[0].options[0].value)));var h=u.find('option[selected]');1==h.length&amp;&amp;('index'===u[0].getAttribute('data-rateit-valuesrc')?d('value',h[0].index):d('value',h.val()))}else d('value',u.val());var c='DIV'==l[0].nodeName?'div':'span';i++;var f='&lt;button id="rateit-reset-{{index}}" type="button" data-role="none" class="rateit-reset" aria-label="'+$.rateit.aria.resetLabel+'" aria-controls="rateit-range-{{index}}"&gt;&lt;span&gt;&lt;/span&gt;&lt;/button&gt;&lt;{{element}} id="rateit-range-{{index}}" class="rateit-range"'+(1==d('readonly')?'':' tabindex="0"')+' role="slider" aria-label="'+$.rateit.aria.ratingLabel+'" aria-owns="rateit-reset-{{index}}" aria-valuemin="'+d('min')+'" aria-valuemax="'+d('max')+'" aria-valuenow="'+d('value')+'"&gt;&lt;{{element}} class="rateit-empty"&gt;&lt;/{{element}}&gt;&lt;{{element}} class="rateit-selected"&gt;&lt;/{{element}}&gt;&lt;{{element}} class="rateit-hover"&gt;&lt;/{{element}}&gt;&lt;/{{element}}&gt;';l.append(f.replace(/{{index}}/gi,i).replace(/{{element}}/gi,c)),v||(l.find('.rateit-reset').css('float','right'),l.find('.rateit-selected').addClass('rateit-selected-rtl'),l.find('.rateit-hover').addClass('rateit-hover-rtl')),'font'==d('mode')?l.addClass('rateit-font').removeClass('rateit-bg'):l.addClass('rateit-bg').removeClass('rateit-font'),d('init',JSON.parse(JSON.stringify(l.data())))}var g='font'==d('mode');g||l.find('.rateit-selected, .rateit-hover').height(d('starheight'));var p=l.find('.rateit-range');if(g){for(var b=d('icon'),x=d('max')-d('min'),w='',y=0;y&lt;x;y++)w+=b;p.find('&gt; *').text(w),d('starwidth',p.width()/(d('max')-d('min')))}else p.width(d('starwidth')*(d('max')-d('min'))).height(d('starheight'));var N='rateit-preset'+(v?'':'-rtl');if(d('ispreset')?l.find('.rateit-selected').addClass(N):l.find('.rateit-selected').removeClass(N),null!=d('value')){var C=(d('value')-d('min'))*d('starwidth');l.find('.rateit-selected').width(C)}var k=l.find('.rateit-reset');!0!==k.data('wired')&amp;&amp;k.on('click',(function(e){e.preventDefault(),k.trigger('blur');var t=$.Event('beforereset');if(l.trigger(t),t.isDefaultPrevented())return!1;l.rateit('value',null),l.trigger('reset')})).data('wired',!0);var E=function e(t,a){var i,r=(a.changedTouches?a.changedTouches[0].pageX:a.pageX)-$(t).offset().left;return v||(r=p.width()-r),r&gt;p.width()&amp;&amp;(r=p.width()),r&lt;0&amp;&amp;(r=0),C=Math.ceil(r/d('starwidth')*(1/d('step')))},S=function e(t){var a=t*d('starwidth')*d('step'),i=p.find('.rateit-hover');if(i.data('width')!=a){p.find('.rateit-selected').hide(),i.width(a).show().data('width',a);var r=[t*d('step')+d('min')];l.trigger('hover',r).trigger('over',r)}},M=function e(t){var a=$.Event('beforerated');return l.trigger(a,[t]),!a.isDefaultPrevented()&amp;&amp;(d('value',t),d('backingfld')&amp;&amp;('SELECT'==u[0].nodeName&amp;&amp;'index'===u[0].getAttribute('data-rateit-valuesrc')?$(d('backingfld')).prop('selectedIndex',t).trigger('change'):$(d('backingfld')).val(t).trigger('change')),d('ispreset')&amp;&amp;(p.find('.rateit-selected').removeClass(N),d('ispreset',!1)),p.find('.rateit-hover').hide(),p.find('.rateit-selected').width(t*d('starwidth')-d('min')*d('starwidth')).show(),l.trigger('hover',[null]).trigger('over',[null]).trigger('rated',[t]),!0)};d('readonly')?k.hide():(d('resetable')||k.hide(),d('wired')||(p.on('touchmove touchend',e),p.on('mousemove',(function(e){var t=E(this,e);S(t)})),p.on('mouseleave',(function(e){p.find('.rateit-hover').hide().width(0).data('width',''),l.trigger('hover',[null]).trigger('over',[null]),p.find('.rateit-selected').show()})),p.on('mouseup',(function(e){var t,a=E(this,e)*d('step')+d('min');M(a),p.trigger('blur')})),p.on('keyup',(function(e){38!=e.which&amp;&amp;e.which!=(v?39:37)||M(Math.min(d('value')+d('step'),d('max'))),40!=e.which&amp;&amp;e.which!=(v?37:39)||M(Math.max(d('value')-d('step'),d('min')))})),d('wired',!0)),d('resetable')&amp;&amp;k.show()),p.attr('aria-readonly',d('readonly'))}))},$.fn.rateit.defaults={min:0,max:5,step:.5,mode:'bg',icon:'â˜…',starwidth:16,starheight:16,readonly:!1,resetable:!0,ispreset:!1},$((function(){$('div.rateit, span.rateit').rateit()}))})(jQuery);
;function _typeof(t){return _typeof="function"==typeof Symbol&amp;&amp;"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&amp;&amp;"function"==typeof Symbol&amp;&amp;t.constructor===Symbol&amp;&amp;t!==Symbol.prototype?"symbol":typeof t},_typeof(t)}(function(t,e){'object'===("undefined"==typeof exports?"undefined":_typeof(exports))&amp;&amp;'undefined'!=typeof module?e(exports):'function'==typeof define&amp;&amp;define.amd?define(['exports'],e):e((t='undefined'!=typeof globalThis?globalThis:t||self).noUiSlider={})})(this,(function(t){'use strict';var e,r;function n(t){return i(t)&amp;&amp;"function"==typeof t.from}function i(t){return"object"===_typeof(t)&amp;&amp;"function"==typeof t.to}function o(t){t.parentElement.removeChild(t)}function s(t){return null!=t}function a(t){t.preventDefault()}function l(t){return t.filter((function(t){return!this[t]&amp;&amp;(this[t]=!0)}),{})}function u(t,e){return Math.round(t/e)*e}function c(t,e){var r=t.getBoundingClientRect(),n=t.ownerDocument,i=n.documentElement,o=S(n);return/webkit.*Chrome.*Mobile/i.test(navigator.userAgent)&amp;&amp;(o.x=0),e?r.top+o.y-i.clientTop:r.left+o.x-i.clientLeft}function p(t){return"number"==typeof t&amp;&amp;!isNaN(t)&amp;&amp;isFinite(t)}function f(t,e,r){r&gt;0&amp;&amp;(g(t,e),setTimeout((function(){v(t,e)}),r))}function d(t){return Math.max(Math.min(t,100),0)}function h(t){return Array.isArray(t)?t:[t]}function m(t){var e=(t=String(t)).split(".");return e.length&gt;1?e[1].length:0}function g(t,e){t.classList&amp;&amp;!/\s/.test(e)?t.classList.add(e):t.className+=" "+e}function v(t,e){t.classList&amp;&amp;!/\s/.test(e)?t.classList.remove(e):t.className=t.className.replace(new RegExp("(^|\\b)"+e.split(" ").join("|")+"(\\b|$)","gi")," ")}function b(t,e){return t.classList?t.classList.contains(e):new RegExp("\\b"+e+"\\b").test(t.className)}function S(t){var e=void 0!==window.pageXOffset,r="CSS1Compat"===(t.compatMode||""),n,i;return{x:e?window.pageXOffset:r?t.documentElement.scrollLeft:t.body.scrollLeft,y:e?window.pageYOffset:r?t.documentElement.scrollTop:t.body.scrollTop}}function y(){return window.navigator.pointerEnabled?{start:"pointerdown",move:"pointermove",end:"pointerup"}:window.navigator.msPointerEnabled?{start:"MSPointerDown",move:"MSPointerMove",end:"MSPointerUp"}:{start:"mousedown touchstart",move:"mousemove touchmove",end:"mouseup touchend"}}function x(){var t=!1;try{var e=Object.defineProperty({},"passive",{get:function e(){t=!0}});window.addEventListener("test",null,e)}catch(t){}return t}function w(){return window.CSS&amp;&amp;CSS.supports&amp;&amp;CSS.supports("touch-action","none")}function E(t,e){return 100/(e-t)}function P(t,e,r){return 100*e/(t[r+1]-t[r])}function C(t,e){return P(t,t[0]&lt;0?e+Math.abs(t[0]):e-t[0],0)}function N(t,e){return e*(t[1]-t[0])/100+t[0]}function V(t,e){for(var r=1;t&gt;=e[r];)r+=1;return r}function k(t,e,r){if(r&gt;=t.slice(-1)[0])return 100;var n=V(r,t),i=t[n-1],o=t[n],s=e[n-1],a=e[n];return s+C([i,o],r)/E(s,a)}function M(t,e,r){if(r&gt;=100)return t.slice(-1)[0];var n=V(r,e),i=t[n-1],o=t[n],s=e[n-1],a;return N([i,o],(r-s)*E(s,e[n]))}function A(t,e,r,n){if(100===n)return n;var i=V(n,t),o=t[i-1],s=t[i];return r?n-o&gt;(s-o)/2?s:o:e[i-1]?t[i-1]+u(n-t[i-1],e[i-1]):n}t.PipsMode=void 0,(e=t.PipsMode||(t.PipsMode={})).Range="range",e.Steps="steps",e.Positions="positions",e.Count="count",e.Values="values",t.PipsType=void 0,(r=t.PipsType||(t.PipsType={}))[r.None=-1]="None",r[r.NoValue=0]="NoValue",r[r.LargeValue=1]="LargeValue",r[r.SmallValue=2]="SmallValue";var U=function(){function t(t,e,r){var n;this.xPct=[],this.xVal=[],this.xSteps=[],this.xNumSteps=[],this.xHighestCompleteStep=[],this.xSteps=[r||!1],this.xNumSteps=[!1],this.snap=e;var i=[];for(Object.keys(t).forEach((function(e){i.push([h(t[e]),e])})),i.sort((function(t,e){return t[0][0]-e[0][0]})),n=0;n&lt;i.length;n++)this.handleEntryPoint(i[n][1],i[n][0]);for(this.xNumSteps=this.xSteps.slice(0),n=0;n&lt;this.xNumSteps.length;n++)this.handleStepPoint(n,this.xNumSteps[n])}return t.prototype.getDistance=function(t){for(var e=[],r=0;r&lt;this.xNumSteps.length-1;r++)e[r]=P(this.xVal,t,r);return e},t.prototype.getAbsoluteDistance=function(t,e,r){var n=0,i;if(t&lt;this.xPct[this.xPct.length-1])for(;t&gt;this.xPct[n+1];)n++;else t===this.xPct[this.xPct.length-1]&amp;&amp;(n=this.xPct.length-2);r||t!==this.xPct[n+1]||n++,null===e&amp;&amp;(e=[]);var o=1,s=e[n],a=0,l=0,u=0,c=0;for(i=r?(t-this.xPct[n])/(this.xPct[n+1]-this.xPct[n]):(this.xPct[n+1]-t)/(this.xPct[n+1]-this.xPct[n]);s&gt;0;)a=this.xPct[n+1+c]-this.xPct[n+c],e[n+c]*o+100-100*i&gt;100?(l=a*i,o=(s-100*i)/e[n+c],i=1):(l=e[n+c]*a/100*o,o=0),r?(u-=l,this.xPct.length+c&gt;=1&amp;&amp;c--):(u+=l,this.xPct.length-c&gt;=1&amp;&amp;c++),s=e[n+c]*o;return t+u},t.prototype.toStepping=function(t){return t=k(this.xVal,this.xPct,t)},t.prototype.fromStepping=function(t){return M(this.xVal,this.xPct,t)},t.prototype.getStep=function(t){return t=A(this.xPct,this.xSteps,this.snap,t)},t.prototype.getDefaultStep=function(t,e,r){var n=V(t,this.xPct);return(100===t||e&amp;&amp;t===this.xPct[n-1])&amp;&amp;(n=Math.max(n-1,1)),(this.xVal[n]-this.xVal[n-1])/r},t.prototype.getNearbySteps=function(t){var e=V(t,this.xPct);return{stepBefore:{startValue:this.xVal[e-2],step:this.xNumSteps[e-2],highestStep:this.xHighestCompleteStep[e-2]},thisStep:{startValue:this.xVal[e-1],step:this.xNumSteps[e-1],highestStep:this.xHighestCompleteStep[e-1]},stepAfter:{startValue:this.xVal[e],step:this.xNumSteps[e],highestStep:this.xHighestCompleteStep[e]}}},t.prototype.countStepDecimals=function(){var t=this.xNumSteps.map(m);return Math.max.apply(null,t)},t.prototype.hasNoSize=function(){return this.xVal[0]===this.xVal[this.xVal.length-1]},t.prototype.convert=function(t){return this.getStep(this.toStepping(t))},t.prototype.handleEntryPoint=function(t,e){var r;if(!p(r="min"===t?0:"max"===t?100:parseFloat(t))||!p(e[0]))throw new Error("noUiSlider: 'range' value isn't numeric.");this.xPct.push(r),this.xVal.push(e[0]);var n=Number(e[1]);r?this.xSteps.push(!isNaN(n)&amp;&amp;n):isNaN(n)||(this.xSteps[0]=n),this.xHighestCompleteStep.push(0)},t.prototype.handleStepPoint=function(t,e){if(e)if(this.xVal[t]!==this.xVal[t+1]){this.xSteps[t]=P([this.xVal[t],this.xVal[t+1]],e,0)/E(this.xPct[t],this.xPct[t+1]);var r=(this.xVal[t+1]-this.xVal[t])/this.xNumSteps[t],n=Math.ceil(Number(r.toFixed(3))-1),i=this.xVal[t]+this.xNumSteps[t]*n;this.xHighestCompleteStep[t]=i}else this.xSteps[t]=this.xHighestCompleteStep[t]=this.xVal[t]},t}(),D={to:function t(e){return void 0===e?"":e.toFixed(2)},from:Number},O={target:"target",base:"base",origin:"origin",handle:"handle",handleLower:"handle-lower",handleUpper:"handle-upper",touchArea:"touch-area",horizontal:"horizontal",vertical:"vertical",background:"background",connect:"connect",connects:"connects",ltr:"ltr",rtl:"rtl",textDirectionLtr:"txt-dir-ltr",textDirectionRtl:"txt-dir-rtl",draggable:"draggable",drag:"state-drag",tap:"state-tap",active:"active",tooltip:"tooltip",pips:"pips",pipsHorizontal:"pips-horizontal",pipsVertical:"pips-vertical",marker:"marker",markerHorizontal:"marker-horizontal",markerVertical:"marker-vertical",markerNormal:"marker-normal",markerLarge:"marker-large",markerSub:"marker-sub",value:"value",valueHorizontal:"value-horizontal",valueVertical:"value-vertical",valueNormal:"value-normal",valueLarge:"value-large",valueSub:"value-sub"},L=".__tooltips",T=".__aria";function j(t,e){if(!p(e))throw new Error("noUiSlider: 'step' is not numeric.");t.singleStep=e}function z(t,e){if(!p(e))throw new Error("noUiSlider: 'keyboardPageMultiplier' is not numeric.");t.keyboardPageMultiplier=e}function H(t,e){if(!p(e))throw new Error("noUiSlider: 'keyboardMultiplier' is not numeric.");t.keyboardMultiplier=e}function F(t,e){if(!p(e))throw new Error("noUiSlider: 'keyboardDefaultStep' is not numeric.");t.keyboardDefaultStep=e}function _(t,e){if("object"!==_typeof(e)||Array.isArray(e))throw new Error("noUiSlider: 'range' is not an object.");if(void 0===e.min||void 0===e.max)throw new Error("noUiSlider: Missing 'min' or 'max' in 'range'.");t.spectrum=new U(e,t.snap||!1,t.singleStep)}function R(t,e){if(e=h(e),!Array.isArray(e)||!e.length)throw new Error("noUiSlider: 'start' option is incorrect.");t.handles=e.length,t.start=e}function B(t,e){if("boolean"!=typeof e)throw new Error("noUiSlider: 'snap' option must be a boolean.");t.snap=e}function q(t,e){if("boolean"!=typeof e)throw new Error("noUiSlider: 'animate' option must be a boolean.");t.animate=e}function X(t,e){if("number"!=typeof e)throw new Error("noUiSlider: 'animationDuration' option must be a number.");t.animationDuration=e}function Y(t,e){var r=[!1],n;if("lower"===e?e=[!0,!1]:"upper"===e&amp;&amp;(e=[!1,!0]),!0===e||!1===e){for(n=1;n&lt;t.handles;n++)r.push(e);r.push(!1)}else{if(!Array.isArray(e)||!e.length||e.length!==t.handles+1)throw new Error("noUiSlider: 'connect' option doesn't match handle count.");r=e}t.connect=r}function I(t,e){switch(e){case"horizontal":t.ort=0;break;case"vertical":t.ort=1;break;default:throw new Error("noUiSlider: 'orientation' option is invalid.")}}function W(t,e){if(!p(e))throw new Error("noUiSlider: 'margin' option must be numeric.");0!==e&amp;&amp;(t.margin=t.spectrum.getDistance(e))}function G(t,e){if(!p(e))throw new Error("noUiSlider: 'limit' option must be numeric.");if(t.limit=t.spectrum.getDistance(e),!t.limit||t.handles&lt;2)throw new Error("noUiSlider: 'limit' option is only supported on linear sliders with 2 or more handles.")}function J(t,e){var r;if(!p(e)&amp;&amp;!Array.isArray(e))throw new Error("noUiSlider: 'padding' option must be numeric or array of exactly 2 numbers.");if(Array.isArray(e)&amp;&amp;2!==e.length&amp;&amp;!p(e[0])&amp;&amp;!p(e[1]))throw new Error("noUiSlider: 'padding' option must be numeric or array of exactly 2 numbers.");if(0!==e){for(Array.isArray(e)||(e=[e,e]),t.padding=[t.spectrum.getDistance(e[0]),t.spectrum.getDistance(e[1])],r=0;r&lt;t.spectrum.xNumSteps.length-1;r++)if(t.padding[0][r]&lt;0||t.padding[1][r]&lt;0)throw new Error("noUiSlider: 'padding' option must be a positive number(s).");var n=e[0]+e[1],i=t.spectrum.xVal[0],o;if(n/(t.spectrum.xVal[t.spectrum.xVal.length-1]-i)&gt;1)throw new Error("noUiSlider: 'padding' option must not exceed 100% of the range.")}}function K(t,e){switch(e){case"ltr":t.dir=0;break;case"rtl":t.dir=1;break;default:throw new Error("noUiSlider: 'direction' option was not recognized.")}}function Q(t,e){if("string"!=typeof e)throw new Error("noUiSlider: 'behaviour' must be a string containing options.");var r=e.indexOf("tap")&gt;=0,n=e.indexOf("drag")&gt;=0,i=e.indexOf("fixed")&gt;=0,o=e.indexOf("snap")&gt;=0,s=e.indexOf("hover")&gt;=0,a=e.indexOf("unconstrained")&gt;=0,l=e.indexOf("drag-all")&gt;=0,u=e.indexOf("smooth-steps")&gt;=0;if(i){if(2!==t.handles)throw new Error("noUiSlider: 'fixed' behaviour must be used with 2 handles");W(t,t.start[1]-t.start[0])}if(a&amp;&amp;(t.margin||t.limit))throw new Error("noUiSlider: 'unconstrained' behaviour cannot be used with margin or limit");t.events={tap:r||o,drag:n,dragAll:l,smoothSteps:u,fixed:i,snap:o,hover:s,unconstrained:a}}function Z(t,e){if(!1!==e)if(!0===e||i(e)){t.tooltips=[];for(var r=0;r&lt;t.handles;r++)t.tooltips.push(e)}else{if((e=h(e)).length!==t.handles)throw new Error("noUiSlider: must pass a formatter for all handles.");e.forEach((function(t){if("boolean"!=typeof t&amp;&amp;!i(t))throw new Error("noUiSlider: 'tooltips' must be passed a formatter or 'false'.")})),t.tooltips=e}}function tt(t,e){if(e.length!==t.handles)throw new Error("noUiSlider: must pass a attributes for all handles.");t.handleAttributes=e}function et(t,e){if(!i(e))throw new Error("noUiSlider: 'ariaFormat' requires 'to' method.");t.ariaFormat=e}function rt(t,e){if(!n(e))throw new Error("noUiSlider: 'format' requires 'to' and 'from' methods.");t.format=e}function nt(t,e){if("boolean"!=typeof e)throw new Error("noUiSlider: 'keyboardSupport' option must be a boolean.");t.keyboardSupport=e}function it(t,e){t.documentElement=e}function ot(t,e){if("string"!=typeof e&amp;&amp;!1!==e)throw new Error("noUiSlider: 'cssPrefix' must be a string or `false`.");t.cssPrefix=e}function st(t,e){if("object"!==_typeof(e))throw new Error("noUiSlider: 'cssClasses' must be an object.");"string"==typeof t.cssPrefix?(t.cssClasses={},Object.keys(e).forEach((function(r){t.cssClasses[r]=t.cssPrefix+e[r]}))):t.cssClasses=e}function at(t){var e={margin:null,limit:null,padding:null,animate:!0,animationDuration:300,ariaFormat:D,format:D},r={step:{r:!1,t:j},keyboardPageMultiplier:{r:!1,t:z},keyboardMultiplier:{r:!1,t:H},keyboardDefaultStep:{r:!1,t:F},start:{r:!0,t:R},connect:{r:!0,t:Y},direction:{r:!0,t:K},snap:{r:!1,t:B},animate:{r:!1,t:q},animationDuration:{r:!1,t:X},range:{r:!0,t:_},orientation:{r:!1,t:I},margin:{r:!1,t:W},limit:{r:!1,t:G},padding:{r:!1,t:J},behaviour:{r:!0,t:Q},ariaFormat:{r:!1,t:et},format:{r:!1,t:rt},tooltips:{r:!1,t:Z},keyboardSupport:{r:!0,t:nt},documentElement:{r:!1,t:it},cssPrefix:{r:!0,t:ot},cssClasses:{r:!0,t:st},handleAttributes:{r:!1,t:tt}},n={connect:!1,direction:"ltr",behaviour:"tap",orientation:"horizontal",keyboardSupport:!0,cssPrefix:"noUi-",cssClasses:O,keyboardPageMultiplier:5,keyboardMultiplier:1,keyboardDefaultStep:10};t.format&amp;&amp;!t.ariaFormat&amp;&amp;(t.ariaFormat=t.format),Object.keys(r).forEach((function(i){if(s(t[i])||void 0!==n[i])r[i].t(e,s(t[i])?t[i]:n[i]);else if(r[i].r)throw new Error("noUiSlider: '"+i+"' is required.")})),e.pips=t.pips;var i=document.createElement("div"),o=void 0!==i.style.msTransform,a=void 0!==i.style.transform;e.transformRule=a?"transform":o?"msTransform":"webkitTransform";var l=[["left","top"],["right","bottom"]];return e.style=l[e.dir][e.ort],e}function lt(e,r,n){var i=y(),u,p=w()&amp;&amp;x(),m=e,E,P,C,N,V,k=r.spectrum,M=[],A=[],U=[],D=0,O={},j=e.ownerDocument,z=r.documentElement||j.documentElement,H=j.body,F="rtl"===j.dir||1===r.ort?0:100;function _(t,e){var r=j.createElement("div");return e&amp;&amp;g(r,e),t.appendChild(r),r}function R(t,e){var n=_(t,r.cssClasses.origin),i=_(n,r.cssClasses.handle);if(_(i,r.cssClasses.touchArea),i.setAttribute("data-handle",String(e)),r.keyboardSupport&amp;&amp;(i.setAttribute("tabindex","0"),i.addEventListener("keydown",(function(t){return gt(t,e)}))),void 0!==r.handleAttributes){var o=r.handleAttributes[e];Object.keys(o).forEach((function(t){i.setAttribute(t,o[t])}))}return i.setAttribute("role","slider"),i.setAttribute("aria-orientation",r.ort?"vertical":"horizontal"),0===e?g(i,r.cssClasses.handleLower):e===r.handles-1&amp;&amp;g(i,r.cssClasses.handleUpper),n}function B(t,e){return!!e&amp;&amp;_(t,r.cssClasses.connect)}function q(t,e){var n=_(e,r.cssClasses.connects);P=[],(C=[]).push(B(n,t[0]));for(var i=0;i&lt;r.handles;i++)P.push(R(e,i)),U[i]=i,C.push(B(n,t[i+1]))}function X(t){var e;return g(t,r.cssClasses.target),0===r.dir?g(t,r.cssClasses.ltr):g(t,r.cssClasses.rtl),0===r.ort?g(t,r.cssClasses.horizontal):g(t,r.cssClasses.vertical),g(t,"rtl"===getComputedStyle(t).direction?r.cssClasses.textDirectionRtl:r.cssClasses.textDirectionLtr),_(t,r.cssClasses.base)}function Y(t,e){return!(!r.tooltips||!r.tooltips[e])&amp;&amp;_(t.firstChild,r.cssClasses.tooltip)}function I(){return m.hasAttribute("disabled")}function W(t){var e;return P[t].hasAttribute("disabled")}function G(){V&amp;&amp;(yt("update"+L),V.forEach((function(t){t&amp;&amp;o(t)})),V=null)}function J(){G(),V=P.map(Y),bt("update"+L,(function(t,e,n){if(V&amp;&amp;r.tooltips&amp;&amp;!1!==V[e]){var i=t[e];!0!==r.tooltips[e]&amp;&amp;(i=r.tooltips[e].to(n[e])),V[e].innerHTML=i}}))}function K(){yt("update"+T),bt("update"+T,(function(t,e,n,i,o){U.forEach((function(t){var e=P[t],i=wt(A,t,0,!0,!0,!0),s=wt(A,t,100,!0,!0,!0),a=o[t],l=String(r.ariaFormat.to(n[t]));i=k.fromStepping(i).toFixed(1),s=k.fromStepping(s).toFixed(1),a=k.fromStepping(a).toFixed(1),e.children[0].setAttribute("aria-valuemin",i),e.children[0].setAttribute("aria-valuemax",s),e.children[0].setAttribute("aria-valuenow",a),e.children[0].setAttribute("aria-valuetext",l)}))}))}function Q(e){if(e.mode===t.PipsMode.Range||e.mode===t.PipsMode.Steps)return k.xVal;if(e.mode===t.PipsMode.Count){if(e.values&lt;2)throw new Error("noUiSlider: 'values' (&gt;= 2) required for mode 'count'.");for(var r=e.values-1,n=100/r,i=[];r--;)i[r]=r*n;return i.push(100),Z(i,e.stepped)}return e.mode===t.PipsMode.Positions?Z(e.values,e.stepped):e.mode===t.PipsMode.Values?e.stepped?e.values.map((function(t){return k.fromStepping(k.getStep(k.toStepping(t)))})):e.values:[]}function Z(t,e){return t.map((function(t){return k.fromStepping(e?k.getStep(t):t)}))}function tt(e){function r(t,e){return Number((t+e).toFixed(7))}var n=Q(e),i={},o=k.xVal[0],s=k.xVal[k.xVal.length-1],a=!1,u=!1,c=0;return(n=l(n.slice().sort((function(t,e){return t-e}))))[0]!==o&amp;&amp;(n.unshift(o),a=!0),n[n.length-1]!==s&amp;&amp;(n.push(s),u=!0),n.forEach((function(o,s){var l,p,f,d=o,h=n[s+1],m,g,v,b,S,y,x,w=e.mode===t.PipsMode.Steps;for(w&amp;&amp;(l=k.xNumSteps[s]),l||(l=h-d),void 0===h&amp;&amp;(h=d),l=Math.max(l,1e-7),p=d;p&lt;=h;p=r(p,l)){for(S=(g=(m=k.toStepping(p))-c)/(e.density||1),x=g/(y=Math.round(S)),f=1;f&lt;=y;f+=1)i[(v=c+f*x).toFixed(5)]=[k.fromStepping(v),0];b=n.indexOf(p)&gt;-1?t.PipsType.LargeValue:w?t.PipsType.SmallValue:t.PipsType.NoValue,!s&amp;&amp;a&amp;&amp;p!==h&amp;&amp;(b=0),p===h&amp;&amp;u||(i[m.toFixed(5)]=[p,b]),c=m}})),i}function et(e,n,i){var o,s,a=j.createElement("div"),l=((o={})[t.PipsType.None]="",o[t.PipsType.NoValue]=r.cssClasses.valueNormal,o[t.PipsType.LargeValue]=r.cssClasses.valueLarge,o[t.PipsType.SmallValue]=r.cssClasses.valueSub,o),u=((s={})[t.PipsType.None]="",s[t.PipsType.NoValue]=r.cssClasses.markerNormal,s[t.PipsType.LargeValue]=r.cssClasses.markerLarge,s[t.PipsType.SmallValue]=r.cssClasses.markerSub,s),c=[r.cssClasses.valueHorizontal,r.cssClasses.valueVertical],p=[r.cssClasses.markerHorizontal,r.cssClasses.markerVertical];function f(t,e){var n=e===r.cssClasses.value,i,o=n?l:u;return e+" "+(n?c:p)[r.ort]+" "+o[t]}function d(e,o,s){if((s=n?n(o,s):s)!==t.PipsType.None){var l=_(a,!1);l.className=f(s,r.cssClasses.marker),l.style[r.style]=e+"%",s&gt;t.PipsType.NoValue&amp;&amp;((l=_(a,!1)).className=f(s,r.cssClasses.value),l.setAttribute("data-value",String(o)),l.style[r.style]=e+"%",l.innerHTML=String(i.to(o)))}}return g(a,r.cssClasses.pips),g(a,0===r.ort?r.cssClasses.pipsHorizontal:r.cssClasses.pipsVertical),Object.keys(e).forEach((function(t){d(t,e[t][0],e[t][1])})),a}function rt(){N&amp;&amp;(o(N),N=null)}function nt(t){rt();var e=tt(t),r=t.filter,n=t.format||{to:function t(e){return String(Math.round(e))}};return N=m.appendChild(et(e,r,n))}function it(){var t=E.getBoundingClientRect(),e="offset"+["Width","Height"][r.ort];return 0===r.ort?t.width||E[e]:t.height||E[e]}function ot(t,e,n,o){var s=function s(a){var l=st(a,o.pageOffset,o.target||e);return!!l&amp;&amp;(!(I()&amp;&amp;!o.doNotReject)&amp;&amp;(!(b(m,r.cssClasses.tap)&amp;&amp;!o.doNotReject)&amp;&amp;(!(t===i.start&amp;&amp;void 0!==l.buttons&amp;&amp;l.buttons&gt;1)&amp;&amp;((!o.hover||!l.buttons)&amp;&amp;(p||l.preventDefault(),l.calcPoint=l.points[r.ort],void n(l,o))))))},a=[];return t.split(" ").forEach((function(t){e.addEventListener(t,s,!!p&amp;&amp;{passive:!0}),a.push([t,s])})),a}function st(t,e,r){var n=0===t.type.indexOf("touch"),i=0===t.type.indexOf("mouse"),o=0===t.type.indexOf("pointer"),s=0,a=0;if(0===t.type.indexOf("MSPointer")&amp;&amp;(o=!0),"mousedown"===t.type&amp;&amp;!t.buttons&amp;&amp;!t.touches)return!1;if(n){var l=function e(n){var i=n.target;return i===r||r.contains(i)||t.composed&amp;&amp;t.composedPath().shift()===r};if("touchstart"===t.type){var u=Array.prototype.filter.call(t.touches,l);if(u.length&gt;1)return!1;s=u[0].pageX,a=u[0].pageY}else{var c=Array.prototype.find.call(t.changedTouches,l);if(!c)return!1;s=c.pageX,a=c.pageY}}return e=e||S(j),(i||o)&amp;&amp;(s=t.clientX+e.x,a=t.clientY+e.y),t.pageOffset=e,t.points=[s,a],t.cursor=i||o,t}function lt(t){var e,n=100*(t-c(E,r.ort))/it();return n=d(n),r.dir?100-n:n}function ut(t){var e=100,r=!1;return P.forEach((function(n,i){if(!W(i)){var o=A[i],s=Math.abs(o-t),a,l,u;(s&lt;e||s&lt;=e&amp;&amp;t&gt;o||100===s&amp;&amp;100===e)&amp;&amp;(r=i,e=s)}})),r}function ct(t,e){"mouseout"===t.type&amp;&amp;"HTML"===t.target.nodeName&amp;&amp;null===t.relatedTarget&amp;&amp;ft(t,e)}function pt(t,e){if(-1===navigator.appVersion.indexOf("MSIE 9")&amp;&amp;0===t.buttons&amp;&amp;0!==e.buttonsProperty)return ft(t,e);var n=(r.dir?-1:1)*(t.calcPoint-e.startCalcPoint),i;Pt(n&gt;0,100*n/e.baseSize,e.locations,e.handleNumbers,e.connect)}function ft(t,e){e.handle&amp;&amp;(v(e.handle,r.cssClasses.active),D-=1),e.listeners.forEach((function(t){z.removeEventListener(t[0],t[1])})),0===D&amp;&amp;(v(m,r.cssClasses.drag),Vt(),t.cursor&amp;&amp;(H.style.cursor="",H.removeEventListener("selectstart",a))),r.events.smoothSteps&amp;&amp;(e.handleNumbers.forEach((function(t){kt(t,A[t],!0,!0,!1,!1)})),e.handleNumbers.forEach((function(t){xt("update",t)}))),e.handleNumbers.forEach((function(t){xt("change",t),xt("set",t),xt("end",t)}))}function dt(t,e){if(!e.handleNumbers.some(W)){var n,o;if(1===e.handleNumbers.length)n=P[e.handleNumbers[0]].children[0],D+=1,g(n,r.cssClasses.active);t.stopPropagation();var s=[],l=ot(i.move,z,pt,{target:t.target,handle:n,connect:e.connect,listeners:s,startCalcPoint:t.calcPoint,baseSize:it(),pageOffset:t.pageOffset,handleNumbers:e.handleNumbers,buttonsProperty:t.buttons,locations:A.slice()}),u=ot(i.end,z,ft,{target:t.target,handle:n,listeners:s,doNotReject:!0,handleNumbers:e.handleNumbers}),c=ot("mouseout",z,ct,{target:t.target,handle:n,listeners:s,doNotReject:!0,handleNumbers:e.handleNumbers});s.push.apply(s,l.concat(u,c)),t.cursor&amp;&amp;(H.style.cursor=getComputedStyle(t.target).cursor,P.length&gt;1&amp;&amp;g(m,r.cssClasses.drag),H.addEventListener("selectstart",a,!1)),e.handleNumbers.forEach((function(t){xt("start",t)}))}}function ht(t){t.stopPropagation();var e=lt(t.calcPoint),n=ut(e);!1!==n&amp;&amp;(r.events.snap||f(m,r.cssClasses.tap,r.animationDuration),kt(n,e,!0,!0),Vt(),xt("slide",n,!0),xt("update",n,!0),r.events.snap?dt(t,{handleNumbers:[n]}):(xt("change",n,!0),xt("set",n,!0)))}function mt(t){var e=lt(t.calcPoint),r=k.getStep(e),n=k.fromStepping(r);Object.keys(O).forEach((function(t){"hover"===t.split(".")[0]&amp;&amp;O[t].forEach((function(t){t.call(_t,n)}))}))}function gt(t,e){if(I()||W(e))return!1;var n=["Left","Right"],i=["Down","Up"],o=["PageDown","PageUp"],s=["Home","End"];r.dir&amp;&amp;!r.ort?n.reverse():r.ort&amp;&amp;!r.dir&amp;&amp;(i.reverse(),o.reverse());var a=t.key.replace("Arrow",""),l=a===o[0],u=a===o[1],c=a===i[0]||a===n[0]||l,p=a===i[1]||a===n[1]||u,f,d=a===s[1],h;if(!(c||p||a===s[0]||d))return!0;if(t.preventDefault(),p||c){var m=c?0:1,g,v=jt(e)[m];if(null===v)return!1;!1===v&amp;&amp;(v=k.getDefaultStep(A[e],c,r.keyboardDefaultStep)),v*=u||l?r.keyboardPageMultiplier:r.keyboardMultiplier,v=Math.max(v,1e-7),v*=c?-1:1,h=M[e]+v}else h=d?r.spectrum.xVal[r.spectrum.xVal.length-1]:r.spectrum.xVal[0];return kt(e,k.toStepping(h),!0,!0),xt("slide",e),xt("update",e),xt("change",e),xt("set",e),!1}function vt(t){t.fixed||P.forEach((function(t,e){ot(i.start,t.children[0],dt,{handleNumbers:[e]})})),t.tap&amp;&amp;ot(i.start,E,ht,{}),t.hover&amp;&amp;ot(i.move,E,mt,{hover:!0}),t.drag&amp;&amp;C.forEach((function(e,n){if(!1!==e&amp;&amp;0!==n&amp;&amp;n!==C.length-1){var o=P[n-1],s=P[n],a=[e],l=[o,s],u=[n-1,n];g(e,r.cssClasses.draggable),t.fixed&amp;&amp;(a.push(o.children[0]),a.push(s.children[0])),t.dragAll&amp;&amp;(l=P,u=U),a.forEach((function(t){ot(i.start,t,dt,{handles:l,handleNumbers:u,connect:e})}))}}))}function bt(t,e){O[t]=O[t]||[],O[t].push(e),"update"===t.split(".")[0]&amp;&amp;P.forEach((function(t,e){xt("update",e)}))}function St(t){return t===T||t===L}function yt(t){var e=t&amp;&amp;t.split(".")[0],r=e?t.substring(e.length):t;Object.keys(O).forEach((function(t){var n=t.split(".")[0],i=t.substring(n.length);e&amp;&amp;e!==n||r&amp;&amp;r!==i||St(i)&amp;&amp;r!==i||delete O[t]}))}function xt(t,e,n){Object.keys(O).forEach((function(i){var o=i.split(".")[0];t===o&amp;&amp;O[i].forEach((function(t){t.call(_t,M.map(r.format.to),e,M.slice(),n||!1,A.slice(),_t)}))}))}function wt(t,e,n,i,o,s,a){var l;return P.length&gt;1&amp;&amp;!r.events.unconstrained&amp;&amp;(i&amp;&amp;e&gt;0&amp;&amp;(l=k.getAbsoluteDistance(t[e-1],r.margin,!1),n=Math.max(n,l)),o&amp;&amp;e&lt;P.length-1&amp;&amp;(l=k.getAbsoluteDistance(t[e+1],r.margin,!0),n=Math.min(n,l))),P.length&gt;1&amp;&amp;r.limit&amp;&amp;(i&amp;&amp;e&gt;0&amp;&amp;(l=k.getAbsoluteDistance(t[e-1],r.limit,!1),n=Math.min(n,l)),o&amp;&amp;e&lt;P.length-1&amp;&amp;(l=k.getAbsoluteDistance(t[e+1],r.limit,!0),n=Math.max(n,l))),r.padding&amp;&amp;(0===e&amp;&amp;(l=k.getAbsoluteDistance(0,r.padding[0],!1),n=Math.max(n,l)),e===P.length-1&amp;&amp;(l=k.getAbsoluteDistance(100,r.padding[1],!0),n=Math.min(n,l))),a||(n=k.getStep(n)),!((n=d(n))===t[e]&amp;&amp;!s)&amp;&amp;n}function Et(t,e){var n=r.ort;return(n?e:t)+", "+(n?t:e)}function Pt(t,e,n,i,o){var s=n.slice(),a=i[0],l=r.events.smoothSteps,u=[!t,t],c=[t,!t];i=i.slice(),t&amp;&amp;i.reverse(),i.length&gt;1?i.forEach((function(t,r){var n=wt(s,t,s[t]+e,u[r],c[r],!1,l);!1===n?e=0:(e=n-s[t],s[t]=n)})):u=c=[!0];var p=!1;i.forEach((function(t,r){p=kt(t,n[t]+e,u[r],c[r],!1,l)||p})),p&amp;&amp;(i.forEach((function(t){xt("update",t),xt("slide",t)})),null!=o&amp;&amp;xt("drag",a))}function Ct(t,e){return r.dir?100-t-e:t}function Nt(t,e){A[t]=e,M[t]=k.fromStepping(e);var n,i="translate("+Et(Ct(e,0)-F+"%","0")+")";P[t].style[r.transformRule]=i,Mt(t),Mt(t+1)}function Vt(){U.forEach((function(t){var e=A[t]&gt;50?-1:1,r=3+(P.length+e*t);P[t].style.zIndex=String(r)}))}function kt(t,e,r,n,i,o){return i||(e=wt(A,t,e,r,n,!1,o)),!1!==e&amp;&amp;(Nt(t,e),!0)}function Mt(t){if(C[t]){var e=0,n=100;0!==t&amp;&amp;(e=A[t-1]),t!==C.length-1&amp;&amp;(n=A[t]);var i=n-e,o="translate("+Et(Ct(e,i)+"%","0")+")",s="scale("+Et(i/100,"1")+")";C[t].style[r.transformRule]=o+" "+s}}function At(t,e){return null===t||!1===t||void 0===t?A[e]:("number"==typeof t&amp;&amp;(t=String(t)),!1!==(t=r.format.from(t))&amp;&amp;(t=k.toStepping(t)),!1===t||isNaN(t)?A[e]:t)}function Ut(t,e,n){var i=h(t),o=void 0===A[0];e=void 0===e||e,r.animate&amp;&amp;!o&amp;&amp;f(m,r.cssClasses.tap,r.animationDuration),U.forEach((function(t){kt(t,At(i[t],t),!0,!1,n)}));var s=1===U.length?0:1;if(o&amp;&amp;k.hasNoSize()&amp;&amp;(n=!0,A[0]=0,U.length&gt;1)){var a=100/(U.length-1);U.forEach((function(t){A[t]=t*a}))}for(;s&lt;U.length;++s)U.forEach((function(t){kt(t,A[t],!0,!0,n)}));Vt(),U.forEach((function(t){xt("update",t),null!==i[t]&amp;&amp;e&amp;&amp;xt("set",t)}))}function Dt(t){Ut(r.start,t)}function Ot(t,e,r,n){if(!((t=Number(t))&gt;=0&amp;&amp;t&lt;U.length))throw new Error("noUiSlider: invalid handle number, got: "+t);kt(t,At(e,t),!0,!0,n),xt("update",t),r&amp;&amp;xt("set",t)}function Lt(t){if(void 0===t&amp;&amp;(t=!1),t)return 1===M.length?M[0]:M.slice(0);var e=M.map(r.format.to);return 1===e.length?e[0]:e}function Tt(){for(yt(T),yt(L),Object.keys(r.cssClasses).forEach((function(t){v(m,r.cssClasses[t])}));m.firstChild;)m.removeChild(m.firstChild);delete m.noUiSlider}function jt(t){var e=A[t],n=k.getNearbySteps(e),i=M[t],o=n.thisStep.step,s=null;if(r.snap)return[i-n.stepBefore.startValue||null,n.stepAfter.startValue-i||null];!1!==o&amp;&amp;i+o&gt;n.stepAfter.startValue&amp;&amp;(o=n.stepAfter.startValue-i),s=i&gt;n.thisStep.startValue?n.thisStep.step:!1!==n.stepBefore.step&amp;&amp;i-n.stepBefore.highestStep,100===e?o=null:0===e&amp;&amp;(s=null);var a=k.countStepDecimals();return null!==o&amp;&amp;!1!==o&amp;&amp;(o=Number(o.toFixed(a))),null!==s&amp;&amp;!1!==s&amp;&amp;(s=Number(s.toFixed(a))),[s,o]}function zt(){return U.map(jt)}function Ht(t,e){var i=Lt(),o=["margin","limit","padding","range","animate","snap","step","format","pips","tooltips"];o.forEach((function(e){void 0!==t[e]&amp;&amp;(n[e]=t[e])}));var a=at(n);o.forEach((function(e){void 0!==t[e]&amp;&amp;(r[e]=a[e])})),k=a.spectrum,r.margin=a.margin,r.limit=a.limit,r.padding=a.padding,r.pips?nt(r.pips):rt(),r.tooltips?J():G(),A=[],Ut(s(t.start)?t.start:i,e)}function Ft(){E=X(m),q(r.connect,E),vt(r.events),Ut(r.start),r.pips&amp;&amp;nt(r.pips),r.tooltips&amp;&amp;J(),K()}Ft();var _t={destroy:Tt,steps:zt,on:bt,off:yt,get:Lt,set:Ut,setHandle:Ot,reset:Dt,__moveHandles:function t(e,r,n){Pt(e,r,A,n)},options:n,updateOptions:Ht,target:m,removePips:rt,removeTooltips:G,getPositions:function t(){return A.slice()},getTooltips:function t(){return V},getOrigins:function t(){return P},pips:nt};return _t}function ut(t,e){if(!t||!t.nodeName)throw new Error("noUiSlider: create requires a single element, got: "+t);if(t.noUiSlider)throw new Error("noUiSlider: Slider was already initialized.");var r,n=lt(t,at(e),e);return t.noUiSlider=n,n}var ct={__spectrum:U,cssClasses:O,create:ut};t.create=ut,t.cssClasses=O,t.default=ct,Object.defineProperty(t,'__esModule',{value:!0})}));
;function _createForOfIteratorHelper(t,e){var c="undefined"!=typeof Symbol&amp;&amp;t[Symbol.iterator]||t["@@iterator"];if(!c){if(Array.isArray(t)||(c=_unsupportedIterableToArray(t))||e&amp;&amp;t&amp;&amp;"number"==typeof t.length){c&amp;&amp;(t=c);var a=0,r=function t(){};return{s:r,n:function e(){return a&gt;=t.length?{done:!0}:{done:!1,value:t[a++]}},e:function t(e){throw e},f:r}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var n=!0,s=!1,i;return{s:function e(){c=c.call(t)},n:function t(){var e=c.next();return n=e.done,e},e:function t(e){s=!0,i=e},f:function t(){try{n||null==c.return||c.return()}finally{if(s)throw i}}}}function _unsupportedIterableToArray(t,e){if(t){if("string"==typeof t)return _arrayLikeToArray(t,e);var c=Object.prototype.toString.call(t).slice(8,-1);return"Object"===c&amp;&amp;t.constructor&amp;&amp;(c=t.constructor.name),"Map"===c||"Set"===c?Array.from(t):"Arguments"===c||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(c)?_arrayLikeToArray(t,e):void 0}}function _arrayLikeToArray(t,e){(null==e||e&gt;t.length)&amp;&amp;(e=t.length);for(var c=0,a=new Array(e);c&lt;e;c++)a[c]=t[c];return a}(function(t){window.dmws=window.dmws||{},window.dmws.tsHelpers=function(e){var c={};return t(c,e),c}})((function(t,e){var c=function t(e){return(e||'').replace(/&amp;/g,"&amp;amp;").replace(/&lt;/g,"&amp;lt;").replace(/&gt;/g,"&amp;gt;").replace(/"/g,"&amp;quot;").replace(/'/g,"&amp;#039;")},a=t.dmws_search_close="&lt;svg width=\"11\" height=\"12\" viewBox=\"0 0 11 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"&gt;&lt;path d=\"M6.71152 6.00001L10.8243 1.88708C10.9374 1.77386 10.9998 1.62281 11 1.46175C11 1.30059 10.9376 1.14937 10.8243 1.03633L10.4639 0.676008C10.3506 0.562521 10.1995 0.500366 10.0383 0.500366C9.87728 0.500366 9.72624 0.562521 9.61293 0.676008L5.50018 4.78867L1.38725 0.676008C1.27412 0.562521 1.12298 0.500366 0.961829 0.500366C0.800854 0.500366 0.649715 0.562521 0.536585 0.676008L0.176 1.03633C-0.0586667 1.27099 -0.0586667 1.65268 0.176 1.88708L4.28884 6.00001L0.176 10.1128C0.0627805 10.2262 0.000447154 10.3772 0.000447154 10.5383C0.000447154 10.6993 0.0627805 10.8504 0.176 10.9637L0.536496 11.324C0.649626 11.4374 0.800854 11.4997 0.96174 11.4997C1.12289 11.4997 1.27403 11.4374 1.38716 11.324L5.50009 7.21126L9.61284 11.324C9.72615 11.4374 9.8772 11.4997 10.0382 11.4997H10.0383C10.1994 11.4997 10.3505 11.4374 10.4638 11.324L10.8242 10.9637C10.9373 10.8505 10.9997 10.6993 10.9997 10.5383C10.9997 10.3772 10.9373 10.2262 10.8242 10.1128L6.71152 6.00001Z\" fill=\"#F39341\"/&gt;&lt;/svg&gt;",r="&lt;svg width=\"25\" height=\"25\" viewBox=\"0 0 25 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"&gt; &lt;path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.9999 5.02898C24.9999 7.76705 22.8117 9.99404 20.0887 10.0566L18.3836 13.1477C18.0001 13.8469 17.2558 14.3093 16.4099 14.3093H8.00758L6.76697 16.565H20.3009V18.8206H6.76697C5.05267 18.8206 3.96995 16.9823 4.79327 15.471L6.31584 12.7191L2.25566 4.15887H0V1.90321H3.688L4.74816 4.15887H15.0169C15.4291 1.79614 17.4902 0 19.9709 0C22.7484 0 24.9999 2.25155 24.9999 5.02898ZM16.4099 12.0537L17.7864 9.56C16.5087 8.94285 15.5318 7.80119 15.1352 6.41453H5.81959L8.49254 12.0537H16.4099ZM6.76697 19.9485C5.52636 19.9485 4.52259 20.9635 4.52259 22.2041C4.52259 23.4447 5.52636 24.4598 6.76697 24.4598C8.00758 24.4598 9.02262 23.4447 9.02262 22.2041C9.02262 20.9635 8.00758 19.9485 6.76697 19.9485ZM18.0452 19.9485C16.8046 19.9485 15.8009 20.9635 15.8009 22.2041C15.8009 23.4447 16.8046 24.4598 18.0452 24.4598C19.2859 24.4598 20.3009 23.4447 20.3009 22.2041C20.3009 20.9635 19.2859 19.9485 18.0452 19.9485ZM19.322 1.78283H20.6195V4.3777H23.2143V5.67513H20.6195V8.26999H19.322V5.67513H16.7272V4.3777H19.322V1.78283Z\" fill=\"white\"/&gt; &lt;/svg&gt;",n=t.dmws_search_chevron='&lt;svg width="11" height="6" viewBox="0 0 11 6" fill="currentColor" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M0.162362 0.501472L0.495108 0.166414C0.59983 0.0617749 0.739155 0.00412867 0.888061 0.00412868C1.03688 0.00412869 1.17637 0.061775 1.2811 0.166414L5.07683 3.96231L8.87694 0.162202C8.98149 0.0575636 9.12098 -8.97576e-08 9.26981 -7.68789e-08C9.41863 -6.40003e-08 9.5582 0.0575637 9.66284 0.162202L9.99567 0.495196C10.2124 0.711741 10.2124 1.06447 9.99567 1.28102L5.47118 5.82177C5.36663 5.92633 5.2273 6 5.07716 6L5.07542 6C4.92652 6 4.78719 5.92625 4.68264 5.82177L0.162362 1.29332C0.0576409 1.18877 0.000159173 1.04523 -5.79962e-06 0.896406C-5.78673e-06 0.747501 0.057641 0.605945 0.162362 0.501472Z" fill="#6B7280"/&gt;&lt;/svg&gt;';t.noResults="&lt;svg width=\"85\" height=\"66\" viewBox=\"0 0 85 66\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"&gt;&lt;path d=\"M56.8162 26.573C46.7341 1.3843 34.6656 9.42955 29.8916 16.6008C29.4989 17.071 27.7912 20.2486 24.1013 29.197C19.489 40.3826 16.4923 25.2488 10.429 40.6992C4.5125 55.7754 22.3215 55.194 30.8226 48.272C39.3236 41.35 69.4187 58.0589 56.8162 26.573Z\" fill=\"#F2F2F2\"/&gt;&lt;circle opacity=\"0.08\" cx=\"19.1809\" cy=\"11.0312\" r=\"5.02026\" transform=\"rotate(-6.7566 19.1809 11.0312)\" stroke=\"#1F1F1F\" stroke-width=\"1.26245\"/&gt;&lt;circle opacity=\"0.08\" cx=\"34.4491\" cy=\"52.5613\" r=\"1.64589\" transform=\"rotate(-6.7566 34.4491 52.5613)\" stroke=\"#1F1F1F\" stroke-width=\"1.26245\"/&gt;&lt;path opacity=\"0.08\" d=\"M66.6358 7.8015L66.7272 10.7095L63.9999 11.7228L61.2625 12.7084L59.456 10.4278L57.6727 8.12888L59.2835 5.70602L60.9188 3.29963L63.7209 4.0829L66.5148 4.89456L66.6358 7.8015Z\" stroke=\"#1F1F1F\" stroke-width=\"1.26245\"/&gt;&lt;path opacity=\"0.08\" d=\"M63.8394 48.8693C65.9874 46.2837 69.9633 49.5867 72.1113 47.0011C74.2594 44.4156 70.2834 41.1128 72.4315 38.5272C74.5795 35.9416 78.5554 39.2446 80.7037 36.6588C82.852 34.0729 78.8759 30.7701 81.024 28.1845\" stroke=\"#1D1D1B\" stroke-width=\"1.26245\" stroke-miterlimit=\"10\"/&gt;&lt;rect x=\"7.47021\" y=\"19.4259\" width=\"33.6177\" height=\"1.35829\" rx=\"0.679145\" fill=\"white\"/&gt;&lt;rect x=\"7.47021\" y=\"28.2548\" width=\"33.6177\" height=\"1.35829\" rx=\"0.679145\" fill=\"white\"/&gt;&lt;rect x=\"7.47021\" y=\"37.0836\" width=\"33.6177\" height=\"1.35829\" rx=\"0.679145\" fill=\"white\"/&gt;&lt;rect x=\"7.47021\" y=\"23.8402\" width=\"33.6177\" height=\"1.35829\" rx=\"0.679145\" fill=\"white\"/&gt;&lt;rect x=\"7.47021\" y=\"32.6692\" width=\"33.6177\" height=\"1.35829\" rx=\"0.679145\" fill=\"white\"/&gt;&lt;rect x=\"7.47021\" y=\"41.498\" width=\"33.6177\" height=\"1.35829\" rx=\"0.679145\" fill=\"white\"/&gt;&lt;rect x=\"48.2578\" y=\"44.0676\" width=\"2.37701\" height=\"9.50802\" transform=\"rotate(-45.9073 48.2578 44.0676)\" fill=\"#BEBEBE\"/&gt;&lt;rect x=\"51.2002\" y=\"47.8633\" width=\"3.7353\" height=\"13.5829\" rx=\"1.86765\" transform=\"rotate(-45.9073 51.2002 47.8633)\" fill=\"#6B7280\"/&gt;&lt;path d=\"M50.6442 43.0693L48.9902 44.7765L49.8438 45.6035C51.0877 45.2956 51.4648 44.3371 51.4978 43.8963L50.6442 43.0693Z\" fill=\"#A0A0A0\"/&gt;&lt;circle cx=\"42.1307\" cy=\"36.2398\" r=\"9.31221\" transform=\"rotate(-45.9073 42.1307 36.2398)\" stroke=\"#BEBEBE\" stroke-width=\"3.78735\"/&gt;&lt;path opacity=\"0.08\" d=\"M24.0003 53.8779L24.1314 58.0473L20.221 59.5002L16.2961 60.9134L13.706 57.6434L11.1491 54.3472L13.4587 50.8733L15.8034 47.4231L19.821 48.5461L23.8269 49.7099L24.0003 53.8779Z\" stroke=\"#1F1F1F\" stroke-width=\"1.26245\"/&gt;&lt;circle cx=\"52.1714\" cy=\"27.0343\" r=\"5.69144\" fill=\"#F39341\"/&gt;&lt;path d=\"M50.5112 28.6944L53.8312 25.3744M50.5112 25.3744L53.8312 28.6944\" stroke=\"white\" stroke-width=\"0.946838\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/&gt;&lt;/svg&gt;&lt;div&gt;",t.buttonLoader="&lt;svg class=\"dmws_perfect-product-loader\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" fill=\"currentColor\"&gt;&lt;path d=\"M496 256C496 294.266 486.781 332.312 469.312 366.062C465.062 374.312 456.656 379.031 447.969 379.031C444.281 379.031 440.5 378.187 436.969 376.344C425.187 370.25 420.594 355.781 426.687 344C440.844 316.672 448 287.062 448 256C448 150.125 361.875 64 256 64C242.75 64 232 53.25 232 40S242.75 16 256 16C388.344 16 496 123.656 496 256Z\"&gt;&lt;/path&gt;&lt;/svg&gt;";var s=t.shopBaseUrl=window.dmws.shopBaseUrl;t.searchPageUrl=window.dmws.shopBaseUrl+'/search/',t.path=window.location.href.replace(t.shopBaseUrl,'').split('?')[0].toLowerCase();var i=null;function o(t){var e=arguments.length&gt;1&amp;&amp;void 0!==arguments[1]&amp;&amp;arguments[1],c,a;switch(t.image_ratio){case'portrait':e?(c=700,a=570):(c=130,a=100);break;case'landscape':e?(c=330,a=570):(c=100,a=130);break;default:e?(c=570,a=570):(c=130,a=130)}return[a,c]}function l(t,e){var c=arguments.length&gt;2&amp;&amp;void 0!==arguments[2]&amp;&amp;arguments[2],a=t.product_card_settings;if(e){var r=o(a,c);return e.substring(0,e.lastIndexOf('/'))+"/".concat(r[0],"x").concat(r[1],"x").concat(t.fill_product_image?'1':'2',"/")+e.substring(e.lastIndexOf('/')+1)}return e}function d(t){switch(t){case'below_image':return'.dmws_perfect-product-card-img';case'below_brand':return'.dmws_perfect-product-brand';case'below_title':return'.dmws_perfect-product-title b';case'below_variant':return'span.dmws_perfect-product-variant';case'below_stock':return'.dmws_perfect-product-stock-info';case'below_description':return'.dmws_perfect-product-description';case'below_score':return'.dmws_perfect-star-container';case'below_price':return'.dmws_perfect-price-cart';case'below_add_to_card':return'.dmws_perfect-search-add-to-cart-block'}}function p(t,e){var c={'product.id':e.product_id,'product.variant_id':e.variant_id,'product.sku':e.sku,'product.ean':e.ean,'product.code':e.article_code};return $.each(Object.keys(c),(function(e,a){t=t.replaceAll("{{ ".concat(a," }}"),c[a])})),t}function u(t,e){switch(t.type){case'text':return"&lt;div style=\"background: ".concat(t.color,"\" class=\"dmws_perfect_label dmws_perfect_label-").concat(t.id,"\"&gt;").concat(t.text,"&lt;/div&gt;");case'image':return"&lt;img alt=\"".concat(c(t.text),"\" src=\"").concat(t.image,"\" class=\"dmws_perfect_label dmws_perfect_label-").concat(t.id,"\" /&gt;");case'custom':var a=t.label_html,r=e.data01;return a=a.replaceAll("{{ product.data_01 }}",r),r=r.split(','),a=a.replaceAll(/(.*?)({{ product[.data_01[^[]+)\s*(\[\s*(\d+)\s*\]\s*)}}(.*?)/g,(function(t,e,c,a,n){return e+r[parseInt(n)]}))}}function f(t,e,c){var a=d(t.custom_html_position),r=p(t.custom_html,e);return $(c).find(a).length&gt;0?$('&lt;div&gt;&lt;/div&gt;').append($(c).find(a).after(r).closest('.dmws_perfect-product-card')).html():c}function m(t){return $(".dmws_perfect-".concat(t,"-filter-wrap-show-results")).is(':visible')}function w(t){var e;return new URLSearchParams(window.location.search).get(t)}function _(t,e,c,r,n,s,i,o,l,d,p){if(null!==c.price||m()||(c.price={min:n,max:s}),null===r.price&amp;&amp;(r.price={min:n,max:s}),i!==r.price.min||o!==r.price.max){var u=$(".dmws_perfect-".concat(e,"-active-filters ul li.price-filter"));u.length?u.html("".concat(d.price,": â‚¬").concat(i," - â‚¬").concat(o,"&lt;span class=\"delete-").concat(e,"-price\"&gt;").concat(a,"&lt;/span&gt;")):$(".dmws_perfect-".concat(e,"-active-filters ul")).append("&lt;li class=\"price-filter\"&gt;".concat(d.price,": â‚¬").concat(i," - â‚¬").concat(o,"&lt;span class=\"delete-").concat(e,"-price\"&gt;").concat(a,"&lt;/span&gt;&lt;/li&gt;"))}else $('.price-filter').length&amp;&amp;$('.price-filter').remove();l(t,i,o,n,s,p)}function h(t,e,c,a){var r=arguments.length&gt;4&amp;&amp;void 0!==arguments[4]&amp;&amp;arguments[4],s=arguments.length&gt;5&amp;&amp;void 0!==arguments[5]?arguments[5]:null,i='';switch(t){case'price':i="&lt;div style=\"display:none\" class=\"dmws_perfect-".concat(e,"-filter dmws_perfect-").concat(e,"-filter-price ").concat(c,"\"&gt;&lt;label&gt;").concat(a.price).concat(n,"&lt;/label&gt;"),i+="&lt;div class=\"dmws_perfect-".concat(e,"-price-wrap\"&gt;&lt;div class=\"dmws_perfect-").concat(e,"-price-slider\"&gt;&lt;/div&gt;&lt;div class=\"dmws_perfect-").concat(e,"-input-wrap\"&gt;&lt;input type=\"text\" class=\"dmws_perfect-").concat(e,"-price-min\"&gt;&lt;input type=\"text\"  class=\"dmws_perfect-").concat(e,"-price-max\" min=\"0\" pattern=\"[0-9]*\" inputmode=\"numeric\"&gt;&lt;/div&gt;&lt;/div&gt;"),i+='&lt;/div&gt;';break;case'stock':i="&lt;div style=\"display:none\" class=\"dmws_perfect-".concat(e,"-filter dmws_perfect-").concat(e,"-filter-stock ").concat(c,"\"&gt;&lt;label class=\"stock-label\"&gt;").concat(a.stock).concat(n,"&lt;/label&gt;"),i+="&lt;label class=\"dmws_perfect-".concat(e,"-switch-wrap\"&gt;&lt;div class=\"dmws_perfect-").concat(e,"-switch\"&gt;&lt;input ").concat(r?'checked':''," type=\"checkbox\" class=\"dmws_perfect-").concat(e,"-switch_stock\"\nname=\"dmws_perfect-").concat(e,"-switch_stock\"&gt;\n&lt;span class=\"dmws_perfect-").concat(e,"-switch-slider\"&gt;&lt;/span&gt;&lt;/div&gt; ").concat(a.in_stock,"&lt;/label&gt;"),i+='&lt;/div&gt;';break;case'brand':null===s&amp;&amp;(i="&lt;div style=\"display:none\" class=\"dmws_perfect-".concat(e,"-filter ").concat(c," dmws_perfect-").concat(e,"-brand dmws_perfect-").concat(e,"-checkbox\"&gt;")+"&lt;label&gt;".concat(a.brand).concat(n,"&lt;/label&gt;&lt;ul&gt;&lt;/ul&gt;&lt;/div&gt;"));break;case'categories':i="&lt;div style=\"display:none\" class=\"dmws_perfect-".concat(e,"-filter ").concat(c," dmws_perfect-").concat(e,"-categories dmws_perfect-").concat(e,"-checkbox\"&gt;")+"&lt;label&gt;".concat(a.categories).concat(n,"&lt;/label&gt;&lt;ul&gt;&lt;/ul&gt;&lt;/div&gt;");break;case'review_score':i="&lt;div style=\"display:none\" class=\"dmws_perfect-".concat(e,"-filter ").concat(c," dmws_perfect-").concat(e,"-review_score dmws_perfect-").concat(e,"-checkbox\"&gt;")+"&lt;label&gt;".concat(a.review_score).concat(n,"&lt;/label&gt;&lt;ul&gt;&lt;/ul&gt;&lt;/div&gt;")}return i}function v(t,e,c,a,r,n,s,i,o){$(document).on('input',".dmws_perfect-".concat(t,"-price-min, .dmws_perfect-").concat(t,"-price-max"),(function(l){var d=parseInt($(".dmws_perfect-".concat(t,"-price-min")).val()),p=parseInt($(".dmws_perfect-".concat(t,"-price-max")).val());e.noUiSlider.updateOptions({start:[null!=d?d:0,null!=p?p:0]},!0),_(e,t,c,a,s,i,d,p,n,r,o)})),$(".dmws_perfect-".concat(t,"-price-wrap .dmws_perfect-").concat(t,"-input-wrap &gt; input")).each((function(){if(0===$(this).closest(".dmws_perfect-".concat(t,"-inputcurrency-input")).length){var e=$("&lt;div class='dmws_perfect-".concat(t,"-inputcurrency-input' /&gt;"));$(this).wrap(e)}}))}function g(t,e){$(".dmws_perfect-".concat(t,"-price-wrap .dmws_perfect-").concat(t,"-input-wrap input")).each((function(){$(this).parent().hasClass("dmws_perfect-".concat(t,"-inputcurrency-input"))&amp;&amp;0===$(this).parent().find(".dmws_perfect-".concat(t,"-inputcurrency-symbol")).length&amp;&amp;$(this).before("&lt;span class='dmws_perfect-".concat(t,"-inputcurrency-symbol'&gt;").concat(e,"&lt;/span&gt;"))}))}function y(t){var e=!(arguments.length&gt;1&amp;&amp;void 0!==arguments[1])||arguments[1],c=$("#dmws_perfect-".concat(t,"-page"));c.length&amp;&amp;c.parents().each((function(c,a){'BODY'!==$(a).prop("tagName")&amp;&amp;'HTML'!==$(a).prop("tagName")&amp;&amp;$(a).toggleClass("dmws_perfect-".concat(t,"-filters-open"),e)}))}function b(t){window.loggedIn&amp;&amp;(t.addClass('in-wishlist'),$.ajax({type:"post",url:t.data('url')}).done((function(){k()})))}function C(t){window.loggedIn&amp;&amp;t.data('remove-url')&amp;&amp;(t.removeClass('in-wishlist'),$.ajax({type:"post",url:t.data('remove-url')}).done((function(){k()})))}function k(){window.loggedIn&amp;&amp;$.ajax({url:s+'/account/wishlist/',data:{format:'json'}}).done((function(t){var e=Object.keys(t.wishlist);$.each($('.dmws-add-to-wishlist'),(function(c,a){var r='';if(e.includes($(a).data('id').toString())){var n=t.wishlist[$(a).data('id').toString()].wid;r=s+'/account/wishlistDelete/'+n,$(a).addClass('in-wishlist').attr('data-remove-url',r)}else $(a).removeClass('in-wishlist')})),$('.wishlist .count').text(e.length)}))}t.abortLastTypesenseSearch=function t(){i&amp;&amp;4!==i.readyState&amp;&amp;i.abort()},t.typesenseSearchMultiple=function t(c){var a=arguments.length&gt;1&amp;&amp;void 0!==arguments[1]?arguments[1]:$.Deferred(),r=arguments.length&gt;2&amp;&amp;void 0!==arguments[2]?arguments[2]:0;return i=$.ajax({type:'POST',dataType:'json',contentType:'application/json',headers:{'X-TYPESENSE-API-KEY':e.typesense.apiKey},url:"".concat(e.typesense.url,"/multi_search?")+$.param({enable_highlight_v1:!1,limit_multi_searches:70}),data:JSON.stringify({searches:c}),success:function t(e){'pending'===a.state()&amp;&amp;(a.resolve(e),i=null)},error:function e(n){r&lt;3&amp;&amp;(n.status&gt;=500||429===n.status)?setTimeout((function(){t(c,a,r+1)}),100):'pending'===a.state()&amp;&amp;(a.reject(),i=null)}}),a.promise()},t.debounce=function t(e,c){var a=this,r;return function(){for(var t=arguments.length,n=new Array(t),s=0;s&lt;t;s++)n[s]=arguments[s];clearTimeout(r),r=setTimeout((function(){e.apply(a,n)}),c)}},t.renderProduct=function t(e,a,i,d,p){var m=arguments.length&gt;5&amp;&amp;void 0!==arguments[5]&amp;&amp;arguments[5],w=arguments.length&gt;6&amp;&amp;void 0!==arguments[6]?arguments[6]:[],_=!(arguments.length&gt;7&amp;&amp;void 0!==arguments[7])||arguments[7],h=window.dmws.shopLanguage,v=e.texts[h],g=e.product_card_settings,y='',b=i.url[h];if((e.show_variant_as_product||e.show_cheapest_variant||d||g.show_variant_in_stock&amp;&amp;!i.is_default)&amp;&amp;(b+='?id='+i.variant_id),m||(y+="&lt;li&gt;"),g.show_sale_label&amp;&amp;i.price_old&amp;&amp;i.price_old_num&gt;0&amp;&amp;i.price_old_num&gt;i.price/100){var C=g.hide_discount_sale_text?'':v.sale;g.custom_sale_label_html?w.push({type:'custom',text:g.custom_sale_label_html}):(g.show_discount_percentage&amp;&amp;(''!==C&amp;&amp;(C+=' '),C+=Math.round(100*(i.price/100-parseFloat(i.price_old_num))/parseFloat(i.price_old_num))+'%'),w.push({type:'sale',text:C}))}e.bestsellers&amp;&amp;e.bestsellers.includes(parseInt(i.product_id))&amp;&amp;(g.custom_bestseller_label_html?w.push({type:'custom',text:g.custom_bestseller_label_html}):w.push({type:'bestseller',text:'Bestseller'}));var k=i.image?l(e,i.image,m):e.defaultImage,x=!(!g.show_another_image_on_hover||!i.other_image)&amp;&amp;l(e,i.other_image,!0);if(m){if(y+="&lt;div class=\"dmws_perfect-product-card dmws_perfect-".concat(a,"_product-result dmws_perfect-").concat(a,"_product-result-").concat(i.variant_id,"\"&gt;"),(w.length||e.customLabels.length)&amp;&amp;(y+="&lt;div class=\"dmws_perfect_labels\"&gt;",$.each(w,(function(t,e){'custom'===e.type?y+=e.text:y+="&lt;div class=\"dmws_perfect_label dmws_perfect-label_".concat(e.type,"\"&gt;").concat(e.text,"&lt;/div&gt;")})),e.customLabels.length&amp;&amp;$.each(e.customLabels,(function(t,e){i.custom_labels&amp;&amp;i.custom_labels.includes(e.id.toString())&amp;&amp;(y+=u(e,i))})),y+="&lt;/div&gt;"),g.show_wishlist_icon&amp;&amp;(y+="&lt;div class=\"dmws_perfect-product-card-wishlist\"&gt;&lt;a data-id=\"".concat(i.variant_id,"\"\ndata-url=\"").concat(s+'/account/wishlistAdd/'+i.product_id+'?variant_id='+i.variant_id,"\"\nclass=\"").concat(window.loggedIn?'dmws-add-to-wishlist':'',"\" href=\"").concat(window.loggedIn?'#':s+'/account/login/',"\"&gt;\n&lt;svg class=\"empty\" width=\"20\" height=\"17\" viewBox=\"0 0 20 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"&gt;\n&lt;path d=\"M9.67793 16.9998C9.4059 16.9998 9.14364 16.9013 8.93926 16.7222C8.16735 16.0473 7.42313 15.413 6.76654 14.8535L6.76318 14.8506C4.83814 13.2101 3.1758 11.7934 2.01918 10.3978C0.726245 8.83768 0.124023 7.35844 0.124023 5.74246C0.124023 4.1724 0.662393 2.72392 1.63985 1.66365C2.62898 0.590851 3.9862 0 5.46194 0C6.56492 0 7.57504 0.348708 8.46416 1.03636C8.91287 1.38346 9.3196 1.80827 9.67793 2.30378C10.0364 1.80827 10.443 1.38346 10.8918 1.03636C11.781 0.348708 12.7911 0 13.8941 0C15.3697 0 16.727 0.590851 17.7161 1.66365C18.6936 2.72392 19.2318 4.1724 19.2318 5.74246C19.2318 7.35844 18.6298 8.83768 17.3368 10.3977C16.1802 11.7934 14.518 13.2099 12.5933 14.8503C11.9355 15.4107 11.1901 16.046 10.4165 16.7225C10.2122 16.9013 9.94981 16.9998 9.67793 16.9998ZM5.46194 1.11931C4.30255 1.11931 3.23747 1.58202 2.46264 2.4223C1.6763 3.27526 1.24318 4.45434 1.24318 5.74246C1.24318 7.10158 1.74832 8.3171 2.88089 9.68365C3.97556 11.0046 5.60379 12.3921 7.48903 13.9988L7.49253 14.0017C8.1516 14.5634 8.89873 15.2002 9.67633 15.8801C10.4586 15.1988 11.2069 14.561 11.8673 13.9985C13.7524 12.3918 15.3804 11.0046 16.4751 9.68365C17.6075 8.3171 18.1127 7.10158 18.1127 5.74246C18.1127 4.45434 17.6796 3.27526 16.8932 2.4223C16.1185 1.58202 15.0533 1.11931 13.8941 1.11931C13.0447 1.11931 12.265 1.38929 11.5764 1.92169C10.9628 2.39635 10.5354 2.99638 10.2848 3.41623C10.1559 3.63213 9.92911 3.761 9.67793 3.761C9.42675 3.761 9.19991 3.63213 9.07104 3.41623C8.82059 2.99638 8.39316 2.39635 7.77942 1.92169C7.0909 1.38929 6.31112 1.11931 5.46194 1.11931Z\" fill=\"#6B7280\"/&gt;\n&lt;/svg&gt;&lt;svg class=\"filled\" xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"17\" viewBox=\"0 0 20 17\" fill=\"#fffff\"&gt;\n&lt;path d=\"M9.67801 16.9998C9.40598 16.9998 9.14372 16.9013 8.93933 16.7222C8.16742 16.0473 7.42321 15.413 6.76661 14.8535L6.76326 14.8506C4.83822 13.2101 3.17588 11.7934 2.01925 10.3978C0.726321 8.83768 0.1241 7.35844 0.1241 5.74246C0.1241 4.1724 0.662469 2.72392 1.63993 1.66365C2.62906 0.590851 3.98628 0 5.46202 0C6.565 0 7.57511 0.348708 8.46423 1.03636C8.91295 1.38346 9.31968 1.80827 9.67801 2.30378C10.0365 1.80827 10.4431 1.38346 10.8919 1.03636C11.781 0.348708 12.7912 0 13.8941 0C15.3697 0 16.7271 0.590851 17.7162 1.66365C18.6937 2.72392 19.2319 4.1724 19.2319 5.74246C19.2319 7.35844 18.6298 8.83768 17.3369 10.3977C16.1803 11.7934 14.5181 13.2099 12.5933 14.8503C11.9356 15.4107 11.1902 16.046 10.4165 16.7225C10.2123 16.9013 9.94989 16.9998 9.67801 16.9998Z\"/&gt;\n&lt;/svg&gt;&lt;/a&gt;&lt;/div&gt;")),g.show_image){var L=o(g,!0);y+="&lt;a  class=\"dmws_perfect-product-card-img\" data-product=\"".concat(i.product_id,"\" data-url=\"").concat(s,"/").concat(i.url[h],"\"\nhref=\"").concat(s+'/'+b,"\"&gt;&lt;img alt=\"").concat(c(i['title.'+h]),"\" loading=\"").concat(_?'lazy':'auto',"\" class=\"").concat(x?'first-img':'',"\" width=\"").concat(L[0]/2,"\" height=\"").concat(L[1]/2,"\" src=\"").concat(k,"\" /&gt;"),x&amp;&amp;(y+="&lt;img alt=\"".concat(c(i['title.'+h]),"\" class=\"second-img\" loading=\"lazy\" width=\"").concat(L[0]/2,"\" height=\"").concat(L[1]/2,"\" src=\"").concat(x,"\"/&gt;")),y+='&lt;/a&gt;'}}else if(y+="&lt;a class=\"dmws_perfect-search_product-popup-".concat(i.variant_id,"\"\ndata-url=\"").concat(s,"/").concat(i.url[h],"\" href=\"").concat(s+'/'+b,"\" data-product=\"").concat(i.product_id,"\"&gt;"),g.show_image){var F=i.image?k:e.defaultImageSmall;y+="&lt;img alt=\"".concat(c(i['title.'+h]),"\" src=\"").concat(F,"\" height=\"65\" /&gt;")}return y+="&lt;div class=\"dmws_perfect-product-meta\"&gt;",m&amp;&amp;g.show_brand&amp;&amp;i.brand_name&amp;&amp;(y+="&lt;span class=\"dmws_perfect-product-brand\"&gt;".concat(i.brand_name,"&lt;/span&gt;")),y+="&lt;div class=\"dmws_perfect-product-title\"&gt;",m&amp;&amp;(y+="&lt;a  data-product=\"".concat(i.product_id,"\" data-url=\"").concat(s,"/").concat(i.url[h],"\"\nhref=\"").concat(s+'/'+b,"\"&gt;")),y+='&lt;b&gt;',!m&amp;&amp;g.show_brand&amp;&amp;i.brand_name&amp;&amp;(y+="".concat(i.brand_name," ")),y+="".concat(i['title.'+h],"&lt;/b&gt;"),m&amp;&amp;(y+='&lt;/a&gt;'),g.show_variant&amp;&amp;''!==i.variant_title[h]&amp;&amp;(y+="&lt;span class=\"dmws_perfect-product-variant\"&gt;".concat(i.variant_title[h],"&lt;/span&gt;")),g.show_stock&amp;&amp;(y+="&lt;div class=\"dmws_perfect-product-stock-info\"&gt;&lt;div class=\"dmws_perfect-stock-indicator dmws_perfect-".concat(i.in_stock?'in-stock':'out-of-stock',"\"&gt;&lt;/div&gt;&lt;span&gt;"),i.in_stock?g.show_stock_level?y+=v.stock_level.replace(/{{\s*level\s*}}/g,i.stock_level):y+=v.in_stock:y+=v.out_of_stock,y+="&lt;/span&gt;&lt;/div&gt;"),m&amp;&amp;g.show_description&amp;&amp;(y+="&lt;div class=\"dmws_perfect-product-description\"&gt;".concat(i.description[h],"&lt;/div&gt;")),y+='&lt;/div&gt;',m&amp;&amp;g.show_score&amp;&amp;(y+="&lt;div class=\"dmws_perfect-star-container\"&gt;",y+="&lt;div class=\"rateit svg\" data-rateit-readonly=\"true\"\n        data-rateit-starwidth=\"20\" data-rateit-starheight=\"18\" data-rateit-value=\"".concat(i.score_float,"\"&gt;&lt;/div&gt;"),y+="&lt;span&gt;(".concat(i.reviews_count,")&lt;/span&gt;"),y+='&lt;/div&gt;'),y+="&lt;div class=\"dmws_perfect-price-cart\"&gt;&lt;div class=\"dmws_perfect-product-price\"&gt;",p&amp;&amp;(i.price_old&amp;&amp;100*i.price_old_num&gt;i.price&amp;&amp;(y+="&lt;div class=\"dmws_perfect-price-old\"&gt;".concat(i.price_old,"&lt;/div&gt;")),y+="&lt;div class=\"dmws_perfect-price-current\"&gt;".concat(i.price_formatted,"&lt;/div&gt;")),y+="&lt;/div&gt;",m&amp;&amp;g.show_add_to_cart_button&amp;&amp;(y+="&lt;form action=\"".concat(s,"/cart/add/").concat(i.variant_id,"/\" id=\"product_configure_form_").concat(i.variant_id,"\" method=\"post\"&gt;&lt;div class=\"dmws_perfect-").concat(a,"-add-to-cart-block\"&gt;"),i.in_stock&amp;&amp;!i.has_required_field?(g.show_quantity_input&amp;&amp;(y+="&lt;div class=\"dmws_perfect-product-add-to-cart-qty\"&gt;&lt;input type=\"number\" min=\"1\" max=\"10000\" name=\"quantity\" value=\"1\" pattern=\"[0-9]*\"&gt;&lt;div class=\"spinner\"&gt;&lt;div role=\"button\" class=\"incr\"&gt;".concat(n,"&lt;/div&gt;&lt;div role=\"button\" class=\"decr\"&gt;").concat(n,"&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;")),y+="&lt;button data-link=\"".concat(s,"/cart/add/").concat(i.variant_id,"/\" class=\"dmws_perfect-").concat(a,"-add-to-cart-btn\"&gt;").concat(r,"&lt;/button&gt;&lt;/div&gt;&lt;/form&gt;")):y+="&lt;a data-product=\"".concat(i.product_id,"\" data-url=\"").concat(s,"/").concat(i.url[h],"\" href=\"").concat(s+'/'+b,"\"\nclass=\"dmws_perfect-").concat(a,"-view-btn\"&gt;").concat(v.view,"&lt;/a&gt;&lt;/div&gt;&lt;/form&gt;")),y+="&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;",m||(y+="&lt;/li&gt;"),m&amp;&amp;g.custom_html&amp;&amp;(y=f(g,i,y)),y},t.appendLabelStyles=function t(e){var c='',a='';$.each(e,(function(t,e){'image'===e.type&amp;&amp;(a+=".dmws_perfect_label-".concat(e.id,"{ width: ").concat(e.width_mobile," !important;\n            ").concat('auto'===e.width_mobile?'max-height:65px !important':''," } "),c+=".dmws_perfect_label-".concat(e.id,"{ width: ").concat(e.width_desktop," !important;\n            ").concat('auto'===e.width_desktop?'max-height:45px !important':''," } "))})),''!==c&amp;&amp;$('head').append("&lt;style&gt;".concat(a," @media only screen and (min-width: 768px) {").concat(c," }&lt;/style&gt;"))},t.facetInputChange=function t(e,c,r,n){var s=arguments.length&gt;4&amp;&amp;void 0!==arguments[4]&amp;&amp;arguments[4],i=m(),o=c.data('filter'),l=c.data('title'),d=c.data('value'),p='search'===e?s?$('#dmws_perfect-search,#dmws_perfect-search-filterbar'):$('#dmws_perfect-search'):$('#dmws_perfect-filter-filterbar');$(c).is(":checked")?(p.find(".dmws_perfect-".concat(e,"-active-filters ul")).append("&lt;li data-type=\"".concat(o,"\" data-value=\"").concat(c.val(),"\"&gt;").concat(l,": ").concat(d,"\n&lt;span class=\"delete-filter\"&gt;").concat(a,"&lt;/span&gt;&lt;/li&gt;")),i||(r.hasOwnProperty(o)||(r[o]=[]),r[o].push($(c).val())),n.hasOwnProperty(o)||(n[o]=[]),n[o].push($(c).val())):($(".dmws_perfect-".concat(e,"-active-filters ul li[data-type=\"").concat(o,"\"][data-value=\"").concat(c.val(),"\"]")).remove(),i||(r[o]=r[o].filter((function(t){return t!==$(c).val()}))),n[o]=n[o].filter((function(t){return t!==$(c).val()})))},t.maxFiltersCheck=function t(c,a){var r,s;if('search'===c)r=4;else if(0===(r=parseInt(null!==(s=e.design_settings.show_more_after)&amp;&amp;void 0!==s?s:5)))return;$(".dmws_perfect-".concat(c,"-checkbox:not(.dmws_perfect-").concat(c,"-review_score,.dmws_perfect-").concat(c,"-score) &gt; ul")).each((function(){var t=$(this);if(r&lt;t.find('&gt; li').length){t.parent().addClass("dmws_perfect-".concat(c,"-toggle-options"));var e=t.find(".dmws_perfect-".concat(c,"-less:visible")).length?"dmws_perfect-".concat(c,"-max-options"):"dmws_perfect-".concat(c,"-max-options dmws_perfect-").concat(c,"-hide");t.find('&gt; li:nth-child('+r+')').nextAll("*:not(.dmws_perfect-".concat(c,"-toggle)")).addClass(e),0===t.find(".dmws_perfect-".concat(c,"-toggle")).length&amp;&amp;(t.append("&lt;li class=\"dmws_perfect-".concat(c,"-toggle\"&gt;").concat(a.show_more+n,"&lt;/li&gt;")),t.append("&lt;li class=\"dmws_perfect-".concat(c,"-toggle dmws_perfect-").concat(c,"-less\" style=\"display: none;\"&gt;").concat(a.show_less+n,"&lt;/li&gt;")))}}))},t.getSearchParam=w,t.initPriceFilter=function t(e,c,a,r,n,s,i,o,l){var d,p,u,f=0,h=e.stats.hasOwnProperty('max')?Math.ceil(e.stats.max/100):1,y='filter'===c?'pf':'ps',b=w(y+'_price[min]'),C=w(y+'_price[max]'),k,x,L,F;(''===b&amp;&amp;(b=null),''===C&amp;&amp;(C=null),b&amp;&amp;null===a.price&amp;&amp;(m()||(a.price={min:0,max:h}),r.price={min:0,max:h}),$(".dmws_perfect-".concat(c,"-price-min")).val(null!==(d=b)&amp;&amp;void 0!==d?d:0).attr('min',0),$(".dmws_perfect-".concat(c,"-price-max")).val(null!==(p=C)&amp;&amp;void 0!==p?p:h).attr('max',Math.max(null!==(u=b)&amp;&amp;void 0!==u?u:0,h)),''===n)?$(s).length&amp;&amp;(n=$(s)[0],noUiSlider.create(n,{connect:!0,start:[null!==(k=b)&amp;&amp;void 0!==k?k:0,null!==(x=C)&amp;&amp;void 0!==x?x:h],range:{min:[0],max:[h]},format:{to:function t(e){return Math.ceil(e)},from:function t(e){return Math.ceil(e)}}}),n.noUiSlider.on('slide',(function(t){$(".dmws_perfect-".concat(c,"-price-min")).val(Math.ceil(t[0])),$(".dmws_perfect-".concat(c,"-price-max")).val(Math.ceil(t[1]))})),n.noUiSlider.on('change',(function(t){var e=Math.ceil(t[0]),s=Math.ceil(t[1]);_(n,c,a,r,0,h,e,s,i,o,$($(this)[0].target))}))):n.noUiSlider.updateOptions({range:{min:[0],max:[C?Math.max(C,h):h]},start:[null!==(L=b)&amp;&amp;void 0!==L?L:0,null!==(F=C)&amp;&amp;void 0!==F?F:h]},!0);return v(c,n,a,r,o,i,0,h,$(s)),''!==l&amp;&amp;g(c,l),n},t.getTypesenseSort=function t(e,c,a){switch(e){case'popularity':e='_text_match(buckets: 10):desc,popularity:desc';break;case'title_asc':case'title:asc':e="title.".concat(c,":asc");break;case'title_desc':case'title:desc':e="title.".concat(c,":desc")}return a.show_out_of_stock_last&amp;&amp;(e='in_stock:desc,'+e),e},t.productCardsInit=function t(e){var c=arguments.length&gt;1&amp;&amp;void 0!==arguments[1]?arguments[1]:'dmws:search-product-card-init';$.each(e,(function(t,e){$(document).trigger($.Event(c,{target:$(e.selector)[0],product:e.product}))}))},t.sidebarFix=function t(e){var c;$("#dmws_perfect-".concat(e,"-page")).parents().each((function(t,e){'BODY'!==$(e).prop("tagName")&amp;&amp;'HTML'!==$(e).prop("tagName")&amp;&amp;'hidden'===$(e).css('overflow')&amp;&amp;$(e).css('overflow-x','clip').css('overflow-y','clip').css('float','inherit').addClass('dmws_perfect-parent-clearfix')}))},t.hasFilterParams=function t(e){var c,a=_createForOfIteratorHelper(new URLSearchParams(window.location.search).keys()),r;try{for(a.s();!(r=a.n()).done;){var n;if(r.value.startsWith(e))return!0}}catch(t){a.e(t)}finally{a.f()}return!1},t.wishlistEvents=function t(){k(),$(document).on('click','.dmws-add-to-wishlist',(function(t){t.preventDefault(),$(t.currentTarget).hasClass('in-wishlist')?C($(t.currentTarget)):b($(t.currentTarget))}))},t.dropDownEvents=function t(e){var c=!1;$(document).on('click',".dmws_perfect-".concat(e,"-dropdown"),(function(){c||($(this).addClass("dmws_perfect-".concat(e,"-dropdown-active")),c=!0)})),$(document).mouseup((function(t){var a=$(".dmws_perfect-".concat(e,"-dropdown"));if(c){var r=a.find(".dmws_perfect-".concat(e,"-dropdown-content"));r.is(t.target)||0!==r.has(t.target).length||a.removeClass("dmws_perfect-".concat(e,"-dropdown-active")),setTimeout((function(){c=!1}),50)}}))},t.filtersEvents=function t(e){$(document).on('click',".dmws_perfect-".concat(e,"-toggle"),(function(){$(this).parent().find(".dmws_perfect-".concat(e,"-max-options")).toggleClass("dmws_perfect-".concat(e,"-hide")),$(this).parent().find(".dmws_perfect-".concat(e,"-toggle")).toggle(),$(".rateit").rateit()})),$(document).on('click',".dmws_perfect-".concat(e,"-filter:not(.dmws_perfect-").concat(e,"-no-collapse) &gt; label"),(function(t){$(t.currentTarget).parent().toggleClass("dmws_perfect-".concat(e,"-filter-collapsed"))})),$(document).on('click',".dmws_perfect-".concat(e,"-filter-wrap-close"),(function(){y(e,!1),$(".dmws_perfect-".concat(e,"-wrap")).removeClass('show-filter').find(".dmws_perfect-".concat(e,"-filter-wrap")).removeClass('show-filter')})),$(document).on('click',".dmws_perfect-".concat(e,"-mobile-filter"),(function(t){y(e,!0),$(t.currentTarget).closest(".dmws_perfect-".concat(e,"-wrap")).addClass('show-filter').find(".dmws_perfect-".concat(e,"-filter-wrap")).addClass('show-filter')}))},t.sortEvents=function t(e,c){$(document).on('click',".dmws_perfect-".concat(e,"-dropdown .dmws_perfect-").concat(e,"-dropdown-content &gt; span"),(function(t){var a=$(t.currentTarget);a.parent().find('&gt; span').removeClass('option-active'),a.addClass('option-active'),a.parents(".dmws_perfect-".concat(e,"-dropdown-active")).removeClass("dmws_perfect-".concat(e,"-dropdown-active")),c(a.data('sort'),a)}))},t.insertCurrencySymbol=g,t.toggleMobileFiltersOpenClass=y,t.getProduct=function t(e,c){var a;if(c.show_variant_as_product)a=e.document;else{var r=[];c.product_card_settings.show_variant_in_stock&amp;&amp;(r=e.hits.filter((function(t){return t.document.in_stock}))),0===r.length&amp;&amp;(r=e.hits),a=c.show_cheapest_variant?(a=r.reduce((function(t,e){return t.document.price&lt;e.document.price?t:e}))).document:(a=r.find((function(t){return t.document.is_default})))?a.document:r[0].document}return a},t.scrollFix=function t(e){var c=$('header');if(c.length){var a=$('header &gt; *:not(.overlay):not(.hide), header &gt; *:not(.overlay):not(.hide) &gt; *:not(.overlay):not(.hide)').filter((function(t,e){return['sticky','fixed'].includes($(e).css('position'))})),r=0,n=['sticky','fixed'].includes(c.css('position')),s;n&amp;&amp;(r=c.innerHeight()),(n&amp;&amp;0===r||!n&amp;&amp;a.length&gt;0)&amp;&amp;$(a).each((function(t,e){$(e).is(':visible')&amp;&amp;'hidden'!==$(e).css('visibility')&amp;&amp;(r+=$(e).innerHeight())})),('search'===e?$("#dmws_perfect-search-page .dmws_perfect-search-filters"):$("#dmws_perfect-filter-filterbar")).css('top',r+10+'px').css('max-height','calc(100vh - '+(r+10)+'px)')}},t.renderScoreFilter=function t(e,c,a,r,n,s){var i='',o=c[s];if(Object.values(r).filter((function(t){return parseInt(t.value)&gt;0})).length&gt;0)for(var l=function t(c){var l=Object.values(r).find((function(t){return t.value===c.toString()}));l=l?l.count:0,i+="&lt;li&gt;&lt;input data-title=\"".concat(n,"\" data-filter=\"").concat(s,"\" data-value=\"").concat(c,"\"\nvalue=\"").concat(c,"\" ").concat(o&amp;&amp;o.includes(c.toString())?'checked="checked"':''," type=\"checkbox\"\nid=\"dmws_perfect-").concat(e,"-").concat(a,"-").concat(c,"\"&gt;"),i+="&lt;div class=\"dmws_perfect-".concat(e,"-star-label\"&gt;"),i+="&lt;label for=\"dmws_perfect-".concat(e,"-").concat(a,"-").concat(c,"\"&gt;&lt;div class=\"rateit svg\" data-rateit-readonly=\"true\"\n                         data-rateit-starwidth=\"20\" data-rateit-starheight=\"18\" data-rateit-value=\"").concat(c,"\" &gt;&lt;/div&gt;"),i+="&lt;/label&gt;&lt;span class=\"dmws_perfect-".concat(e,"-count\" data-dmws-").concat(e,"-results=\"").concat(l,"\"&gt;&lt;/span&gt;&lt;/li&gt;")},d=5;d&gt;0;d--)l(d);return i},t.renderDummyProductCard=function t(e,c){var a=c.product_card_settings,r="&lt;div class=\"dmws_perfect-".concat(e,"-dummy-text\"&gt;&lt;/div&gt;"),n="&lt;div class=\"dmws_perfect-product-card dmws_perfect-".concat(e,"_product-result dmws_perfect-").concat(e,"_product-result-dummy\"&gt;");if(a.show_image&amp;&amp;(n+="&lt;div class=\"dmws_perfect-".concat(e,"-dummy-image dmws_perfect-").concat(e,"-dummy-image-").concat(a.image_ratio,"\"&gt;&lt;/div&gt;")),n+="&lt;div class=\"dmws_perfect-".concat(e,"-meta dmws_perfect-").concat(e,"-meta-dummy\"&gt;"),a.show_brand&amp;&amp;(n+=r),n+="&lt;div class=\"dmws_perfect-".concat(e,"-title dmws_perfect-").concat(e,"-title-dummy\"&gt;&lt;b class=\"dmws_perfect-").concat(e,"-dummy-text\"&gt;&lt;/b&gt;"),c.show_variant&amp;&amp;(n+="&lt;span class=\"dmws_perfect-".concat(e,"-dummy-text\"&gt;&lt;/span&gt;")),c.show_stock&amp;&amp;(n+="&lt;div class=\"dmws_perfect-".concat(e,"-stock-info\"&gt;").concat(r,"&lt;/div&gt;")),c.show_description){n+="&lt;div class=\"dmws_perfect-".concat(e,"-description\"&gt;");for(var s=0;s&lt;2;s++)n+="&lt;span class=\"dmws_perfect-".concat(e,"-dummy-text\"&gt;&lt;/span&gt;");n+='&lt;/div&gt;'}return n+="&lt;/div&gt;&lt;div class=\"dmws_perfect-".concat(e,"-price-cart dmws_perfect-").concat(e,"-price-cart-dummy\"&gt;&lt;div class=\"dmws_perfect-").concat(e,"-price \"&gt;"),n+="&lt;div class=\"dmws_perfect-".concat(e,"-current\"&gt;&lt;span class=\"dmws_perfect-").concat(e,"-dummy-text\"&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;"),n+="&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;"},t.renderDummyCheckboxFilter=function t(e){for(var c="&lt;div class=\"dmws_perfect-".concat(e,"-dummy-text\"&gt;&lt;/div&gt;"),a="&lt;li&gt;&lt;input onclick=\"return false;\" type=\"checkbox\"&gt;".concat(c,"&lt;span class=\"dmws_perfect-").concat(e,"-count\" data-dmws-").concat(e,"-results=\"\"&gt;&lt;/span&gt;&lt;/li&gt;"),r="&lt;div class=\"dmws_perfect-dummy-filter dmws_perfect-".concat(e,"-filter dmws_perfect-").concat(e,"-checkbox\"&gt;")+"&lt;label&gt;&lt;div class=\"dmws_perfect-".concat(e,"-dummy-text\" style=\"width:160px;\"&gt;&lt;/div&gt;").concat(n,"&lt;/label&gt;&lt;ul&gt;"),s=0;s&lt;4;s++)r+=a;return r+='&lt;/ul&gt;&lt;/div&gt;'},t.refreshWishlist=k,t.getFiltersHtml=function t(e,c,r,s,i){var o=arguments.length&gt;5&amp;&amp;void 0!==arguments[5]?arguments[5]:null,l=arguments.length&gt;6&amp;&amp;void 0!==arguments[6]&amp;&amp;arguments[6],d='',p={};if(e.length){'search'===r&amp;&amp;(d="&lt;div class=\"dmws_perfect-".concat(r,"-filter-wrap\"&gt;&lt;label class=\"filter-title\"&gt;&lt;span class=\"dmws_perfect-").concat(r,"-filter-wrap-close\"&gt;")+a+"&lt;/span&gt;".concat(s.filter,"&lt;div class=\"dmws_perfect-").concat(r,"-filter-wrap-reset\" style=\"display:none;\"&gt;Reset&lt;/div&gt;&lt;/label&gt;"),d+="&lt;div class=\"dmws_perfect-".concat(r,"-filter-wrap-filters\"&gt;&lt;div class=\"dmws_perfect-").concat(r,"-filter dmws_perfect-").concat(r,"-active-filters\"&gt;&lt;ul&gt;&lt;/ul&gt;&lt;/div&gt;"));var u=c&amp;&amp;c.design_settings&amp;&amp;c.design_settings.collapse_filters?'dmws_perfect-'+r+'-filter-collapsed':'';$.each(e,(function(t,e){if(!e.is_hidden)if(null!=e.default_filter_key){var c=[],a;if('stock'===e.default_filter_key?c=l:'price'===e.default_filter_key&amp;&amp;(c=null),p[e.default_filter_key]=c,e.lightspeed_id)d+="&lt;div data-id=\"".concat(e.id,"\" style=\"display:none\" class=\"dmws_perfect-").concat(r,"-filter ").concat(u," dmws_perfect-").concat(r,"-checkbox\ndmws_perfect-").concat(r,"-filters_").concat(i,"_").concat(e.lightspeed_id,"\"&gt;"),d+="&lt;label&gt;".concat(e.title[i])+n+'&lt;/label&gt;&lt;ul&gt;&lt;/ul&gt;&lt;/div&gt;';else d+=h(e.default_filter_key,r,u,s,null!==(a=p.stock)&amp;&amp;void 0!==a&amp;&amp;a,o)}else p["".concat(e.id)]=[],d+="&lt;div data-id=\"".concat(e.id,"\" style=\"display:none\" class=\"dmws_perfect-").concat(r,"-filter ").concat(u," dmws_perfect-").concat(r,"-checkbox dmws_perfect-").concat(r,"-filters_").concat(e.id,"\"&gt;"),d+="&lt;label&gt;".concat(e.title[i])+n+'&lt;/label&gt;&lt;ul&gt;&lt;/ul&gt;&lt;/div&gt;'})),'search'===r&amp;&amp;(d+="&lt;/div&gt;&lt;div class=\"dmws_perfect-".concat(r,"-filter-wrap-show-results dmws_perfect-").concat(r,"-hide\"&gt;&lt;button&gt;").concat(s.apply_filters,"&lt;/button&gt;&lt;/div&gt;&lt;/div&gt;"))}return{html:d,filters:p,mobileFilters:jQuery.extend({},p)}},t.quantityEvents=function t(e){$(document).on('click',"#dmws_perfect-".concat(e,"-results .dmws_perfect-product-add-to-cart-qty div:first-of-type"),(function(t){var e=$(t.currentTarget).closest(".dmws_perfect-product-add-to-cart-qty").find('input');e.val(parseInt(e.val())+1)})),$(document).on('click',"#dmws_perfect-".concat(e,"-results .dmws_perfect-product-add-to-cart-qty div:last-of-type"),(function(t){var e=$(t.currentTarget).closest(".dmws_perfect-product-add-to-cart-qty").find('input');parseInt(e.val())&gt;1&amp;&amp;e.val(parseInt(e.val())-1)}))},t.resetFilters=function t(e,c,a){var r=arguments.length&gt;3&amp;&amp;void 0!==arguments[3]&amp;&amp;arguments[3],n={};return $.each(e,(function(t,e){switch(e.default_filter_key){case'price':c(),n.price=null;break;case'stock':n.stock=r;break;case'brand':case'review_score':case'categories':n[e.default_filter_key]=[];break;default:e.default_filter_key?n["filters.".concat(a,".").concat(e.id)]=[]:n["".concat(e.id)]=[]}})),n},t.isFiltersNotEmpty=function t(e){var c=arguments.length&gt;1&amp;&amp;void 0!==arguments[1]?arguments[1]:[];return Object.entries(e).filter((function(t){return!c.includes(t[0])&amp;&amp;(Array.isArray(t[1])?t[1].length&gt;0:Boolean(t[1]))})).length&gt;0},t.addCustomFilters=function t(e,c,a,r){var n=arguments.length&gt;4&amp;&amp;void 0!==arguments[4]?arguments[4]:'filter',s=e.hasOwnProperty(c.id)?e[c.id]:[],i=a.facet_counts.find((function(t){return'filter_values'===t.field_name})),o='';$.each(c.values,(function(t,e){var a=i.counts.find((function(t){return t.value===e.id.toString()}));a&amp;&amp;(o+="&lt;li&gt;&lt;input data-title=\"".concat(c.title[r],"\" data-filter=\"").concat(c.id,"\" value=\"").concat(e.id,"\" data-value=\"").concat(e.title[r],"\" ").concat(s.length&amp;&amp;s.includes(e.id.toString())?'checked="checked"':''," type=\"checkbox\" id=\"dmws_perfect-").concat(n,"-").concat(c.id,"-").concat(e.id,"\"&gt;"),o+="&lt;label for=\"dmws_perfect-".concat(n,"-").concat(c.id,"-").concat(e.id,"\"&gt;").concat(e.title[r],"&lt;/label&gt;&lt;span class=\"dmws_perfect-").concat(n,"-count\" data-dmws-").concat(n,"-results=\"").concat(a.count,"\"&gt;&lt;/span&gt;&lt;/li&gt;"))})),$(".dmws_perfect-".concat(n,"-filters_").concat(c.id)).toggle(''!==o).find('ul').html(o)},t.getFilterByStr=function t(e,c,a){var r=e;return''!==c&amp;&amp;(''!==r&amp;&amp;(r+='&amp;&amp;'),r+=c),a&amp;&amp;!e.includes('in_stock')&amp;&amp;(''!==r&amp;&amp;(r+='&amp;&amp;'),r+='in_stock:=true'),r}}));
;function _typeof(t){return _typeof="function"==typeof Symbol&amp;&amp;"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&amp;&amp;"function"==typeof Symbol&amp;&amp;t.constructor===Symbol&amp;&amp;t!==Symbol.prototype?"symbol":typeof t},_typeof(t)}var tns=function(){var t=window,e=t.requestAnimationFrame||t.webkitRequestAnimationFrame||t.mozRequestAnimationFrame||t.msRequestAnimationFrame||function(t){return setTimeout(t,16)},n=window,i=n.cancelAnimationFrame||n.mozCancelAnimationFrame||function(t){clearTimeout(t)};function a(){for(var t,e,n,i=arguments[0]||{},a=1,r=arguments.length;a&lt;r;a++)if(null!==(t=arguments[a]))for(e in t)i!==(n=t[e])&amp;&amp;void 0!==n&amp;&amp;(i[e]=n);return i}function r(t){return 0&lt;=["true","false"].indexOf(t)?JSON.parse(t):t}function o(t,e,n,i){if(i)try{t.setItem(e,n)}catch(t){}return n}function u(){var t=document,e=t.body;return e||((e=t.createElement("body")).fake=!0),e}var l=document.documentElement;function s(t){var e="";return t.fake&amp;&amp;(e=l.style.overflow,t.style.background="",t.style.overflow=l.style.overflow="hidden",l.appendChild(t)),e}function c(t,e){t.fake&amp;&amp;(t.remove(),l.style.overflow=e,l.offsetHeight)}function f(t,e,n,i){"insertRule"in t?t.insertRule(e+"{"+n+"}",i):t.addRule(e,n,i)}function d(t){return("insertRule"in t?t.cssRules:t.rules).length}function v(t,e,n){for(var i=0,a=t.length;i&lt;a;i++)e.call(n,t[i],i)}var p="classList"in document.createElement("_"),m=p?function(t,e){return t.classList.contains(e)}:function(t,e){return 0&lt;=t.className.indexOf(e)},h=p?function(t,e){m(t,e)||t.classList.add(e)}:function(t,e){m(t,e)||(t.className+=" "+e)},y=p?function(t,e){m(t,e)&amp;&amp;t.classList.remove(e)}:function(t,e){m(t,e)&amp;&amp;(t.className=t.className.replace(e,""))};function g(t,e){return t.hasAttribute(e)}function b(t,e){return t.getAttribute(e)}function x(t){return void 0!==t.item}function w(t,e){if(t=x(t)||t instanceof Array?t:[t],"[object Object]"===Object.prototype.toString.call(e))for(var n=t.length;n--;)for(var i in e)t[n].setAttribute(i,e[i])}function C(t,e){t=x(t)||t instanceof Array?t:[t];for(var n=(e=e instanceof Array?e:[e]).length,i=t.length;i--;)for(var a=n;a--;)t[i].removeAttribute(e[a])}function M(t){for(var e=[],n=0,i=t.length;n&lt;i;n++)e.push(t[n]);return e}function T(t,e){"none"!==t.style.display&amp;&amp;(t.style.display="none")}function E(t,e){"none"===t.style.display&amp;&amp;(t.style.display="")}function S(t){return"none"!==window.getComputedStyle(t).display}function A(t){if("string"==typeof t){var e=[t],n=t.charAt(0).toUpperCase()+t.substr(1);["Webkit","Moz","ms","O"].forEach((function(i){"ms"===i&amp;&amp;"transform"!==t||e.push(i+n)})),t=e}for(var i=document.createElement("fakeelement"),a=(t.length,0);a&lt;t.length;a++){var r=t[a];if(void 0!==i.style[r])return r}return!1}function N(t,e){var n=!1;return/^Webkit/.test(t)?n="webkit"+e+"End":/^O/.test(t)?n="o"+e+"End":t&amp;&amp;(n=e.toLowerCase()+"end"),n}var L=!1;try{var B=Object.defineProperty({},"passive",{get:function t(){L=!0}});window.addEventListener("test",null,B)}catch(t){}var H=!!L&amp;&amp;{passive:!0};function O(t,e,n){for(var i in e){var a=0&lt;=["touchstart","touchmove"].indexOf(i)&amp;&amp;!n&amp;&amp;H;t.addEventListener(i,e[i],a)}}function D(t,e){for(var n in e){var i=0&lt;=["touchstart","touchmove"].indexOf(n)&amp;&amp;H;t.removeEventListener(n,e[n],i)}}function k(){return{topics:{},on:function t(e,n){this.topics[e]=this.topics[e]||[],this.topics[e].push(n)},off:function t(e,n){if(this.topics[e])for(var i=0;i&lt;this.topics[e].length;i++)if(this.topics[e][i]===n){this.topics[e].splice(i,1);break}},emit:function t(e,n){n.type=e,this.topics[e]&amp;&amp;this.topics[e].forEach((function(t){t(n,e)}))}}}Object.keys||(Object.keys=function(t){var e=[];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&amp;&amp;e.push(n);return e}),"remove"in Element.prototype||(Element.prototype.remove=function(){this.parentNode&amp;&amp;this.parentNode.removeChild(this)});var R=function t(n){n=a({container:".slider",mode:"carousel",axis:"horizontal",items:1,gutter:0,edgePadding:0,fixedWidth:!1,autoWidth:!1,viewportMax:!1,slideBy:1,center:!1,controls:!0,controlsPosition:"top",controlsText:["prev","next"],controlsContainer:!1,prevButton:!1,nextButton:!1,nav:!0,navPosition:"top",navContainer:!1,navAsThumbnails:!1,arrowKeys:!1,speed:300,autoplay:!1,autoplayPosition:"top",autoplayTimeout:5e3,autoplayDirection:"forward",autoplayText:["start","stop"],autoplayHoverPause:!1,autoplayButton:!1,autoplayButtonOutput:!0,autoplayResetOnVisibility:!0,animateIn:"tns-fadeIn",animateOut:"tns-fadeOut",animateNormal:"tns-normal",animateDelay:!1,loop:!0,rewind:!1,autoHeight:!1,responsive:!1,lazyload:!1,lazyloadSelector:".tns-lazy-img",touch:!0,mouseDrag:!1,swipeAngle:15,nested:!1,preventActionWhenRunning:!1,preventScrollOnTouch:!1,freezable:!0,onInit:!1,useLocalStorage:!0,nonce:!1},n||{});var l=document,p=window,x={ENTER:13,SPACE:32,LEFT:37,RIGHT:39},L={},B=n.useLocalStorage;if(B){var H=navigator.userAgent,R=new Date;try{(L=p.localStorage)?(L.setItem(R,R),B=L.getItem(R)==R,L.removeItem(R)):B=!1,B||(L={})}catch(H){B=!1}B&amp;&amp;(L.tnsApp&amp;&amp;L.tnsApp!==H&amp;&amp;["tC","tPL","tMQ","tTf","t3D","tTDu","tTDe","tADu","tADe","tTE","tAE"].forEach((function(t){L.removeItem(t)})),localStorage.tnsApp=H)}var I=L.tC?r(L.tC):o(L,"tC",function(){var t=document,e=u(),n=s(e),i=t.createElement("div"),a=!1;e.appendChild(i);try{for(var r,o="(10px * 10)",l=["calc"+o,"-moz-calc"+o,"-webkit-calc"+o],f=0;f&lt;3;f++)if(r=l[f],i.style.width=r,100===i.offsetWidth){a=r.replace(o,"");break}}catch(t){}return e.fake?c(e,n):i.remove(),a}(),B),P=L.tPL?r(L.tPL):o(L,"tPL",function(){var t,e=document,n=u(),i=s(n),a=e.createElement("div"),r=e.createElement("div"),o="";a.className="tns-t-subp2",r.className="tns-t-ct";for(var l=0;l&lt;70;l++)o+="&lt;div&gt;&lt;/div&gt;";return r.innerHTML=o,a.appendChild(r),n.appendChild(a),t=Math.abs(a.getBoundingClientRect().left-r.children[67].getBoundingClientRect().left)&lt;2,n.fake?c(n,i):a.remove(),t}(),B),z=L.tMQ?r(L.tMQ):o(L,"tMQ",function(){if(window.matchMedia||window.msMatchMedia)return!0;var t,e=document,n=u(),i=s(n),a=e.createElement("div"),r=e.createElement("style"),o="@media all and (min-width:1px){.tns-mq-test{position:absolute}}";return r.type="text/css",a.className="tns-mq-test",n.appendChild(r),n.appendChild(a),r.styleSheet?r.styleSheet.cssText=o:r.appendChild(e.createTextNode(o)),t=window.getComputedStyle?window.getComputedStyle(a).position:a.currentStyle.position,n.fake?c(n,i):a.remove(),"absolute"===t}(),B),W=L.tTf?r(L.tTf):o(L,"tTf",A("transform"),B),q=L.t3D?r(L.t3D):o(L,"t3D",function(t){if(!t)return!1;if(!window.getComputedStyle)return!1;var e,n=document,i=u(),a=s(i),r=n.createElement("p"),o=9&lt;t.length?"-"+t.slice(0,-9).toLowerCase()+"-":"";return o+="transform",i.insertBefore(r,null),r.style[t]="translate3d(1px,1px,1px)",e=window.getComputedStyle(r).getPropertyValue(o),i.fake?c(i,a):r.remove(),void 0!==e&amp;&amp;0&lt;e.length&amp;&amp;"none"!==e}(W),B),F=L.tTDu?r(L.tTDu):o(L,"tTDu",A("transitionDuration"),B),j=L.tTDe?r(L.tTDe):o(L,"tTDe",A("transitionDelay"),B),V=L.tADu?r(L.tADu):o(L,"tADu",A("animationDuration"),B),_=L.tADe?r(L.tADe):o(L,"tADe",A("animationDelay"),B),G=L.tTE?r(L.tTE):o(L,"tTE",N(F,"Transition"),B),Q=L.tAE?r(L.tAE):o(L,"tAE",N(V,"Animation"),B),X=p.console&amp;&amp;"function"==typeof p.console.warn,Y=["container","controlsContainer","prevButton","nextButton","navContainer","autoplayButton"],K={};if(Y.forEach((function(t){if("string"==typeof n[t]){var e=n[t],i=l.querySelector(e);if(K[t]=e,!i||!i.nodeName)return void(X&amp;&amp;console.warn("Can't find",n[t]));n[t]=i}})),!(n.container.children.length&lt;1)){var J=n.responsive,U=n.nested,Z="carousel"===n.mode;if(J){0 in J&amp;&amp;(n=a(n,J[0]),delete J[0]);var tt={};for(var et in J){var nt=J[et];nt="number"==typeof nt?{items:nt}:nt,tt[et]=nt}J=tt,tt=null}if(Z||function t(e){for(var n in e)Z||("slideBy"===n&amp;&amp;(e[n]="page"),"edgePadding"===n&amp;&amp;(e[n]=!1),"autoHeight"===n&amp;&amp;(e[n]=!1)),"responsive"===n&amp;&amp;t(e[n])}(n),!Z){n.axis="horizontal",n.slideBy="page",n.edgePadding=!1;var it=n.animateIn,at=n.animateOut,rt=n.animateDelay,ot=n.animateNormal}var ut,lt,st="horizontal"===n.axis,ct=l.createElement("div"),ft=l.createElement("div"),dt=n.container,vt=dt.parentNode,pt=dt.outerHTML,mt=dt.children,ht=mt.length,yt=Dn(),gt=!1;J&amp;&amp;$n(),Z&amp;&amp;(dt.className+=" tns-vpfix");var bt,xt,wt,Ct,Mt,Tt,Et,St,At,$=n.autoWidth,Nt=Pn("fixedWidth"),Lt=Pn("edgePadding"),Bt=Pn("gutter"),Ht=Rn(),Ot=Pn("center"),Dt=$?1:Math.floor(Pn("items")),kt=Pn("slideBy"),Rt=n.viewportMax||n.fixedWidthViewportWidth,It=Pn("arrowKeys"),Pt=Pn("speed"),zt=n.rewind,Wt=!zt&amp;&amp;n.loop,qt=Pn("autoHeight"),Ft=Pn("controls"),jt=Pn("controlsText"),Vt=Pn("nav"),_t=Pn("touch"),Gt=Pn("mouseDrag"),Qt=Pn("autoplay"),Xt=Pn("autoplayTimeout"),Yt=Pn("autoplayText"),Kt=Pn("autoplayHoverPause"),Jt=Pn("autoplayResetOnVisibility"),Ut=(Et=null,St=Pn("nonce"),At=document.createElement("style"),St&amp;&amp;At.setAttribute("nonce",St),document.querySelector("head").appendChild(At),At.sheet?At.sheet:At.styleSheet),Zt=n.lazyload,$t=n.lazyloadSelector,te=[],ee=Wt?(Mt=function(){if($||Nt&amp;&amp;!Rt)return ht-1;var t=Nt?"fixedWidth":"items",e=[];if((Nt||n[t]&lt;ht)&amp;&amp;e.push(n[t]),J)for(var i in J){var a=J[i][t];a&amp;&amp;(Nt||a&lt;ht)&amp;&amp;e.push(a)}return e.length||e.push(0),Math.ceil(Nt?Rt/Math.min.apply(null,e):Math.max.apply(null,e))}(),Tt=Z?Math.ceil((5*Mt-ht)/2):4*Mt-ht,Tt=Math.max(Mt,Tt),In("edgePadding")?Tt+1:Tt):0,ne=Z?ht+2*ee:ht+ee,ie=!(!Nt&amp;&amp;!$||Wt),ae=Nt?Ei():null,re=!Z||!Wt,oe=st?"left":"top",ue="",le="",se=Nt?function(){return Ot&amp;&amp;!Wt?ht-1:Math.ceil(-ae/(Nt+Bt))}:$?function(){for(var t=0;t&lt;ne;t++)if(bt[t]&gt;=-ae)return t}:function(){return Ot&amp;&amp;Z&amp;&amp;!Wt?ht-1:Wt||Z?Math.max(0,ne-Math.ceil(Dt)):ne-1},ce=Bn(Pn("startIndex")),fe=ce,de=(Ln(),0),ve=$?null:se(),pe=n.preventActionWhenRunning,me=n.swipeAngle,he=!me||"?",ye=!1,ge=n.onInit,be=new k,xe=" tns-slider tns-"+n.mode,we=dt.id||(Ct=window.tnsId,window.tnsId=Ct?Ct+1:1,"tns"+window.tnsId),Ce=Pn("disable"),Me=!1,Te=n.freezable,Ee=!(!Te||$)&amp;&amp;Zn(),Se=!1,Ae={click:ki,keydown:function t(e){e=ji(e);var n=[x.LEFT,x.RIGHT].indexOf(e.keyCode);0&lt;=n&amp;&amp;(0===n?Ke.disabled||ki(e,-1):Je.disabled||ki(e,1))}},Ne={click:function t(e){if(ye){if(pe)return;Oi()}for(var n=Vi(e=ji(e));n!==tn&amp;&amp;!g(n,"data-nav");)n=n.parentNode;if(g(n,"data-nav")){var i=rn=Number(b(n,"data-nav")),a=Nt||$?i*ht/nn:i*Dt,r;Di(Ie?i:Math.min(Math.ceil(a),ht-1),e),on===i&amp;&amp;(dn&amp;&amp;Wi(),rn=-1)}},keydown:function t(e){e=ji(e);var n=l.activeElement;if(g(n,"data-nav")){var i=[x.LEFT,x.RIGHT,x.ENTER,x.SPACE].indexOf(e.keyCode),a=Number(b(n,"data-nav"));0&lt;=i&amp;&amp;(0===i?0&lt;a&amp;&amp;Fi($e[a-1]):1===i?a&lt;nn-1&amp;&amp;Fi($e[a+1]):Di(rn=a,e))}}},Le={mouseover:function t(){dn&amp;&amp;(Ii(),vn=!0)},mouseout:function t(){vn&amp;&amp;(Ri(),vn=!1)}},Be={visibilitychange:function t(){l.hidden?dn&amp;&amp;(Ii(),mn=!0):mn&amp;&amp;(Ri(),mn=!1)}},He={keydown:function t(e){e=ji(e);var n=[x.LEFT,x.RIGHT].indexOf(e.keyCode);0&lt;=n&amp;&amp;ki(e,0===n?-1:1)}},Oe={touchstart:Xi,touchmove:Yi,touchend:Ki,touchcancel:Ki},De={mousedown:Xi,mousemove:Yi,mouseup:Ki,mouseleave:Ki},ke=In("controls"),Re=In("nav"),Ie=!!$||n.navAsThumbnails,Pe=In("autoplay"),ze=In("touch"),We=In("mouseDrag"),qe="tns-slide-active",Fe="tns-slide-cloned",je="tns-complete",Ve={load:function t(e){li(Vi(e))},error:function t(e){var n;n=Vi(e),h(n,"failed"),si(n)}},_e="force"===n.preventScrollOnTouch;if(ke)var Ge,Qe,Xe=n.controlsContainer,Ye=n.controlsContainer?n.controlsContainer.outerHTML:"",Ke=n.prevButton,Je=n.nextButton,Ue=n.prevButton?n.prevButton.outerHTML:"",Ze=n.nextButton?n.nextButton.outerHTML:"";if(Re)var $e,tn=n.navContainer,en=n.navContainer?n.navContainer.outerHTML:"",nn=$?ht:Ui(),an=0,rn=-1,on=On(),un=on,ln="tns-nav-active",sn="Carousel Page ",cn=" (Current Slide)";if(Pe)var fn,dn,vn,pn,mn,hn="forward"===n.autoplayDirection?1:-1,yn=n.autoplayButton,gn=n.autoplayButton?n.autoplayButton.outerHTML:"",bn=["&lt;span class='tns-visually-hidden'&gt;"," animation&lt;/span&gt;"];if(ze||We)var xn,wn,Cn={},Mn={},Tn=!1,En=st?function(t,e){return t.x-e.x}:function(t,e){return t.y-e.y};$||Nn(Ce||Ee),W&amp;&amp;(oe=W,ue="translate",q?(ue+=st?"3d(":"3d(0px, ",le=st?", 0px, 0px)":", 0px)"):(ue+=st?"X(":"Y(",le=")")),Z&amp;&amp;(dt.className=dt.className.replace("tns-vpfix","")),function(){var t;(In("gutter"),ct.className="tns-outer",ft.className="tns-inner",ct.id=we+"-ow",ft.id=we+"-iw",""===dt.id&amp;&amp;(dt.id=we),xe+=P||$?" tns-subpixel":" tns-no-subpixel",xe+=I?" tns-calc":" tns-no-calc",$&amp;&amp;(xe+=" tns-autowidth"),xe+=" tns-"+n.axis,dt.className+=xe,Z?((ut=l.createElement("div")).id=we+"-mw",ut.className="tns-ovh",ct.appendChild(ut),ut.appendChild(ft)):ct.appendChild(ft),qt)&amp;&amp;((ut||ft).className+=" tns-ah");if(vt.insertBefore(ct,dt),ft.appendChild(dt),v(mt,(function(t,e){h(t,"tns-item"),t.id||(t.id=we+"-item"+e),!Z&amp;&amp;ot&amp;&amp;h(t,ot),w(t,{"aria-hidden":"true",tabindex:"-1"})})),ee){for(var e=l.createDocumentFragment(),i=l.createDocumentFragment(),a=ee;a--;){var r=a%ht,o=mt[r].cloneNode(!0);if(h(o,Fe),C(o,"id"),i.insertBefore(o,i.firstChild),Z){var u=mt[ht-1-r].cloneNode(!0);h(u,Fe),C(u,"id"),e.appendChild(u)}}dt.insertBefore(e,dt.firstChild),dt.appendChild(i),mt=dt.children}}(),function(){if(!Z)for(var t=ce,e=ce+Math.min(ht,Dt);t&lt;e;t++){var i=mt[t];i.style.left=100*(t-ce)/Dt+"%",h(i,it),y(i,ot)}if(st&amp;&amp;(P||$?(f(Ut,"#"+we+" &gt; .tns-item","font-size:"+p.getComputedStyle(mt[0]).fontSize+";",d(Ut)),f(Ut,"#"+we,"font-size:0;",d(Ut))):Z&amp;&amp;v(mt,(function(t,e){var n;t.style.marginLeft=(n=e,I?I+"("+100*n+"% / "+ne+")":100*n/ne+"%")}))),z){if(F){var a=ut&amp;&amp;n.autoHeight?Vn(n.speed):"";f(Ut,"#"+we+"-mw",a,d(Ut))}a=zn(n.edgePadding,n.gutter,n.fixedWidth,n.speed,n.autoHeight),f(Ut,"#"+we+"-iw",a,d(Ut)),Z&amp;&amp;(a=st&amp;&amp;!$?"width:"+Wn(n.fixedWidth,n.gutter,n.items)+";":"",F&amp;&amp;(a+=Vn(Pt)),f(Ut,"#"+we,a,d(Ut))),a=st&amp;&amp;!$?qn(n.fixedWidth,n.gutter,n.items):"",n.gutter&amp;&amp;(a+=Fn(n.gutter)),Z||(F&amp;&amp;(a+=Vn(Pt)),V&amp;&amp;(a+=_n(Pt))),a&amp;&amp;f(Ut,"#"+we+" &gt; .tns-item",a,d(Ut))}else{Z&amp;&amp;qt&amp;&amp;(ut.style[F]=Pt/1e3+"s"),ft.style.cssText=zn(Lt,Bt,Nt,qt),Z&amp;&amp;st&amp;&amp;!$&amp;&amp;(dt.style.width=Wn(Nt,Bt,Dt));var a=st&amp;&amp;!$?qn(Nt,Bt,Dt):"";Bt&amp;&amp;(a+=Fn(Bt)),a&amp;&amp;f(Ut,"#"+we+" &gt; .tns-item",a,d(Ut))}if(J&amp;&amp;z)for(var r in J){r=parseInt(r);var o=J[r],a="",u="",l="",s="",c="",m=$?null:Pn("items",r),g=Pn("fixedWidth",r),b=Pn("speed",r),x=Pn("edgePadding",r),w=Pn("autoHeight",r),C=Pn("gutter",r);F&amp;&amp;ut&amp;&amp;Pn("autoHeight",r)&amp;&amp;"speed"in o&amp;&amp;(u="#"+we+"-mw{"+Vn(b)+"}"),("edgePadding"in o||"gutter"in o)&amp;&amp;(l="#"+we+"-iw{"+zn(x,C,g,b,w)+"}"),Z&amp;&amp;st&amp;&amp;!$&amp;&amp;("fixedWidth"in o||"items"in o||Nt&amp;&amp;"gutter"in o)&amp;&amp;(s="width:"+Wn(g,C,m)+";"),F&amp;&amp;"speed"in o&amp;&amp;(s+=Vn(b)),s&amp;&amp;(s="#"+we+"{"+s+"}"),("fixedWidth"in o||Nt&amp;&amp;"gutter"in o||!Z&amp;&amp;"items"in o)&amp;&amp;(c+=qn(g,C,m)),"gutter"in o&amp;&amp;(c+=Fn(C)),!Z&amp;&amp;"speed"in o&amp;&amp;(F&amp;&amp;(c+=Vn(b)),V&amp;&amp;(c+=_n(b))),c&amp;&amp;(c="#"+we+" &gt; .tns-item{"+c+"}"),(a=u+l+s+c)&amp;&amp;Ut.insertRule("@media (min-width: "+r/16+"em) {"+a+"}",Ut.cssRules.length)}}(),Gn();var Sn=Wt?Z?function(){var t=de,e=ve;t+=kt,e-=kt,Lt?(t+=1,e-=1):Nt&amp;&amp;(Ht+Bt)%(Nt+Bt)&amp;&amp;(e-=1),ee&amp;&amp;(e&lt;ce?ce-=ht:ce&lt;t&amp;&amp;(ce+=ht))}:function(){if(ve&lt;ce)for(;de+ht&lt;=ce;)ce-=ht;else if(ce&lt;de)for(;ce&lt;=ve-ht;)ce+=ht}:function(){ce=Math.max(de,Math.min(ve,ce))},An=Z?function(){var t,e,n,i,a,r,o,u,l,s,c;Mi(dt,""),F||!Pt?(Ni(),Pt&amp;&amp;S(dt)||Oi()):(t=dt,e=oe,n=ue,i=le,a=Si(),r=Pt,o=Oi,u=Math.min(r,10),l=0&lt;=a.indexOf("%")?"%":"px",a=a.replace(l,""),s=Number(t.style[e].replace(n,"").replace(i,"").replace(l,"")),c=(a-s)/r*u,setTimeout((function a(){r-=u,s+=c,t.style[e]=n+s+l+i,0&lt;r?setTimeout(a,u):o()}),u)),st||Ji()}:function(){te=[];var t={};t[G]=t[Q]=Oi,D(mt[fe],t),O(mt[ce],t),Li(fe,it,at,!0),Li(ce,ot,it),G&amp;&amp;Q&amp;&amp;Pt&amp;&amp;S(dt)||Oi()};return{version:"2.9.4",getInfo:$i,events:be,goTo:Di,play:function t(){Qt&amp;&amp;!dn&amp;&amp;(zi(),pn=!1)},pause:function t(){dn&amp;&amp;(Wi(),pn=!0)},isOn:gt,updateSliderHeight:mi,refresh:Gn,destroy:function t(){if(Ut.disabled=!0,Ut.ownerNode&amp;&amp;Ut.ownerNode.remove(),D(p,{resize:Jn}),It&amp;&amp;D(l,He),Xe&amp;&amp;D(Xe,Ae),tn&amp;&amp;D(tn,Ne),D(dt,Le),D(dt,Be),yn&amp;&amp;D(yn,{click:qi}),Qt&amp;&amp;clearInterval(fn),Z&amp;&amp;G){var e={};e[G]=Oi,D(dt,e)}_t&amp;&amp;D(dt,Oe),Gt&amp;&amp;D(dt,De);var i=[pt,Ye,Ue,Ze,en,gn];for(var a in Y.forEach((function(t,e){var a="container"===t?ct:n[t];if("object"==_typeof(a)&amp;&amp;a){var r=!!a.previousElementSibling&amp;&amp;a.previousElementSibling,o=a.parentNode;a.outerHTML=i[e],n[t]=r?r.nextElementSibling:o.firstElementChild}})),Y=it=at=rt=ot=st=ct=ft=dt=vt=pt=mt=ht=lt=yt=$=Nt=Lt=Bt=Ht=Dt=kt=Rt=It=Pt=zt=Wt=qt=Ut=Zt=bt=te=ee=ne=ie=ae=re=oe=ue=le=se=ce=fe=de=ve=me=he=ye=ge=be=xe=we=Ce=Me=Te=Ee=Se=Ae=Ne=Le=Be=He=Oe=De=ke=Re=Ie=Pe=ze=We=qe=je=Ve=xt=Ft=jt=Xe=Ye=Ke=Je=Ge=Qe=Vt=tn=en=$e=nn=an=rn=on=un=ln=sn=cn=Qt=Xt=hn=Yt=Kt=yn=gn=Jt=bn=fn=dn=vn=pn=mn=Cn=Mn=xn=Tn=wn=En=_t=Gt=null,this)"rebuild"!==a&amp;&amp;(this[a]=null);gt=!1},rebuild:function e(){return t(a(n,K))}}}function Nn(t){t&amp;&amp;(Ft=Vt=_t=Gt=It=Qt=Kt=Jt=!1)}function Ln(){for(var t=Z?ce-ee:ce;t&lt;0;)t+=ht;return t%ht+1}function Bn(t){return t=t?Math.max(0,Math.min(Wt?ht-1:ht-Dt,t)):0,Z?t+ee:t}function Hn(t){for(null==t&amp;&amp;(t=ce),Z&amp;&amp;(t-=ee);t&lt;0;)t+=ht;return Math.floor(t%ht)}function On(){var t,e=Hn();return t=Ie?e:Nt||$?Math.ceil((e+1)*nn/ht-1):Math.floor(e/Dt),!Wt&amp;&amp;Z&amp;&amp;ce===ve&amp;&amp;(t=nn-1),t}function Dn(){return p.innerWidth||l.documentElement.clientWidth||l.body.clientWidth}function kn(t){return"top"===t?"afterbegin":"beforeend"}function Rn(){var t=Lt?2*Lt-Bt:0;return function t(e){if(null!=e){var n,i,a=l.createElement("div");return e.appendChild(a),i=(n=a.getBoundingClientRect()).right-n.left,a.remove(),i||t(e.parentNode)}}(vt)-t}function In(t){if(n[t])return!0;if(J)for(var e in J)if(J[e][t])return!0;return!1}function Pn(t,e){if(null==e&amp;&amp;(e=yt),"items"===t&amp;&amp;Nt)return Math.floor((Ht+Bt)/(Nt+Bt))||1;var i=n[t];if(J)for(var a in J)e&gt;=parseInt(a)&amp;&amp;t in J[a]&amp;&amp;(i=J[a][t]);return"slideBy"===t&amp;&amp;"page"===i&amp;&amp;(i=Pn("items")),Z||"slideBy"!==t&amp;&amp;"items"!==t||(i=Math.floor(i)),i}function zn(t,e,n,i,a){var r="";if(void 0!==t){var o=t;e&amp;&amp;(o-=e),r=st?"margin: 0 "+o+"px 0 "+t+"px;":"margin: "+t+"px 0 "+o+"px 0;"}else if(e&amp;&amp;!n){var u="-"+e+"px";r="margin: 0 "+(st?u+" 0 0":"0 "+u+" 0")+";"}return!Z&amp;&amp;a&amp;&amp;F&amp;&amp;i&amp;&amp;(r+=Vn(i)),r}function Wn(t,e,n){return t?(t+e)*ne+"px":I?I+"("+100*ne+"% / "+n+")":100*ne/n+"%"}function qn(t,e,n){var i;if(t)i=t+e+"px";else{Z||(n=Math.floor(n));var a=Z?ne:n;i=I?I+"(100% / "+a+")":100/a+"%"}return i="width:"+i,"inner"!==U?i+";":i+" !important;"}function Fn(t){var e="";return!1!==t&amp;&amp;(e=(st?"padding-":"margin-")+(st?"right":"bottom")+": "+t+"px;"),e}function jn(t,e){var n=t.substring(0,t.length-e).toLowerCase();return n&amp;&amp;(n="-"+n+"-"),n}function Vn(t){return jn(F,18)+"transition-duration:"+t/1e3+"s;"}function _n(t){return jn(V,17)+"animation-duration:"+t/1e3+"s;"}function Gn(){if(In("autoHeight")||$||!st){var t=dt.querySelectorAll("img");v(t,(function(t){var e=t.src;Zt||(e&amp;&amp;e.indexOf("data:image")&lt;0?(t.src="",O(t,Ve),h(t,"loading"),t.src=e):li(t))})),e((function(){di(M(t),(function(){xt=!0}))})),In("autoHeight")&amp;&amp;(t=ci(ce,Math.min(ce+Dt-1,ne-1))),Zt?Qn():e((function(){di(M(t),Qn)}))}else Z&amp;&amp;Ai(),Yn(),Kn()}function Qn(){if($&amp;&amp;1&lt;ht){var t=Wt?ce:ht-1;!function e(){var n=mt[t].getBoundingClientRect().left,i=mt[t-1].getBoundingClientRect().right;Math.abs(n-i)&lt;=1?Xn():setTimeout((function(){e()}),16)}()}else Xn()}function Xn(){st&amp;&amp;!$||(hi(),$?(ae=Ei(),Te&amp;&amp;(Ee=Zn()),ve=se(),Nn(Ce||Ee)):Ji()),Z&amp;&amp;Ai(),Yn(),Kn()}function Yn(){if(yi(),ct.insertAdjacentHTML("afterbegin",'&lt;div class="tns-liveregion tns-visually-hidden" aria-live="polite" aria-atomic="true"&gt;slide &lt;span class="current"&gt;'+ri()+"&lt;/span&gt;  of "+ht+"&lt;/div&gt;"),wt=ct.querySelector(".tns-liveregion .current"),Pe){var t=Qt?"stop":"start";yn?w(yn,{"data-action":t}):n.autoplayButtonOutput&amp;&amp;(ct.insertAdjacentHTML(kn(n.autoplayPosition),'&lt;button type="button" data-action="'+t+'"&gt;'+bn[0]+t+bn[1]+Yt[0]+"&lt;/button&gt;"),yn=ct.querySelector("[data-action]")),yn&amp;&amp;O(yn,{click:qi}),Qt&amp;&amp;(zi(),Kt&amp;&amp;O(dt,Le),Jt&amp;&amp;O(dt,Be))}if(Re){if(tn)w(tn,{"aria-label":"Carousel Pagination"}),v($e=tn.children,(function(t,e){w(t,{"data-nav":e,tabindex:"-1","aria-label":sn+(e+1),"aria-controls":we})}));else{for(var e="",i=Ie?"":'style="display:none"',a=0;a&lt;ht;a++)e+='&lt;button type="button" data-nav="'+a+'" tabindex="-1" aria-controls="'+we+'" '+i+' aria-label="'+sn+(a+1)+'"&gt;&lt;/button&gt;';e='&lt;div class="tns-nav" aria-label="Carousel Pagination"&gt;'+e+"&lt;/div&gt;",ct.insertAdjacentHTML(kn(n.navPosition),e),tn=ct.querySelector(".tns-nav"),$e=tn.children}if(Zi(),F){var r=F.substring(0,F.length-18).toLowerCase(),o="transition: all "+Pt/1e3+"s";r&amp;&amp;(o="-"+r+"-"+o),f(Ut,"[aria-controls^="+we+"-item]",o,d(Ut))}w($e[on],{"aria-label":sn+(on+1)+cn}),C($e[on],"tabindex"),h($e[on],ln),O(tn,Ne)}ke&amp;&amp;(Xe||Ke&amp;&amp;Je||(ct.insertAdjacentHTML(kn(n.controlsPosition),'&lt;div class="tns-controls" aria-label="Carousel Navigation" tabindex="0"&gt;&lt;button type="button" data-controls="prev" tabindex="-1" aria-controls="'+we+'"&gt;'+jt[0]+'&lt;/button&gt;&lt;button type="button" data-controls="next" tabindex="-1" aria-controls="'+we+'"&gt;'+jt[1]+"&lt;/button&gt;&lt;/div&gt;"),Xe=ct.querySelector(".tns-controls")),Ke&amp;&amp;Je||(Ke=Xe.children[0],Je=Xe.children[1]),n.controlsContainer&amp;&amp;w(Xe,{"aria-label":"Carousel Navigation",tabindex:"0"}),(n.controlsContainer||n.prevButton&amp;&amp;n.nextButton)&amp;&amp;w([Ke,Je],{"aria-controls":we,tabindex:"-1"}),(n.controlsContainer||n.prevButton&amp;&amp;n.nextButton)&amp;&amp;(w(Ke,{"data-controls":"prev"}),w(Je,{"data-controls":"next"})),Ge=bi(Ke),Qe=bi(Je),Ci(),Xe?O(Xe,Ae):(O(Ke,Ae),O(Je,Ae))),ti()}function Kn(){if(Z&amp;&amp;G){var t={};t[G]=Oi,O(dt,t)}_t&amp;&amp;O(dt,Oe,n.preventScrollOnTouch),Gt&amp;&amp;O(dt,De),It&amp;&amp;O(l,He),"inner"===U?be.on("outerResized",(function(){Un(),be.emit("innerLoaded",$i())})):(J||Nt||$||qt||!st)&amp;&amp;O(p,{resize:Jn}),qt&amp;&amp;("outer"===U?be.on("innerLoaded",fi):Ce||fi()),ui(),Ce?ii():Ee&amp;&amp;ni(),be.on("indexChanged",vi),"inner"===U&amp;&amp;be.emit("innerLoaded",$i()),"function"==typeof ge&amp;&amp;ge($i()),gt=!0}function Jn(t){e((function(){Un(ji(t))}))}function Un(t){if(gt){"outer"===U&amp;&amp;be.emit("outerResized",$i(t)),yt=Dn();var e,i=lt,a=!1;J&amp;&amp;($n(),(e=i!==lt)&amp;&amp;be.emit("newBreakpointStart",$i(t)));var r,o,u,s,c=Dt,p=Ce,m=Ee,g=It,b=Ft,x=Vt,w=_t,C=Gt,M=Qt,S=Kt,A=Jt,N=ce;if(e){var L=Nt,B=qt,H=jt,k=Ot,R=Yt;if(!z)var I=Bt,P=Lt}if(It=Pn("arrowKeys"),Ft=Pn("controls"),Vt=Pn("nav"),_t=Pn("touch"),Ot=Pn("center"),Gt=Pn("mouseDrag"),Qt=Pn("autoplay"),Kt=Pn("autoplayHoverPause"),Jt=Pn("autoplayResetOnVisibility"),e&amp;&amp;(Ce=Pn("disable"),Nt=Pn("fixedWidth"),Pt=Pn("speed"),qt=Pn("autoHeight"),jt=Pn("controlsText"),Yt=Pn("autoplayText"),Xt=Pn("autoplayTimeout"),z||(Lt=Pn("edgePadding"),Bt=Pn("gutter"))),Nn(Ce),Ht=Rn(),st&amp;&amp;!$||Ce||(hi(),st||(Ji(),a=!0)),(Nt||$)&amp;&amp;(ae=Ei(),ve=se()),(e||Nt)&amp;&amp;(Dt=Pn("items"),kt=Pn("slideBy"),(o=Dt!==c)&amp;&amp;(Nt||$||(ve=se()),Sn())),e&amp;&amp;Ce!==p&amp;&amp;(Ce?ii():function(){if(Me){if(Ut.disabled=!1,dt.className+=xe,Ai(),Wt)for(var t=ee;t--;)Z&amp;&amp;E(mt[t]),E(mt[ne-t-1]);if(!Z)for(var e=ce,n=ce+ht;e&lt;n;e++){var i=mt[e],a=e&lt;ce+Dt?it:ot;i.style.left=100*(e-ce)/Dt+"%",h(i,a)}ei(),Me=!1}}()),Te&amp;&amp;(e||Nt||$)&amp;&amp;(Ee=Zn())!==m&amp;&amp;(Ee?(Ni(Si(Bn(0))),ni()):(function(){if(Se){if(Lt&amp;&amp;z&amp;&amp;(ft.style.margin=""),ee)for(var t="tns-transparent",e=ee;e--;)Z&amp;&amp;y(mt[e],t),y(mt[ne-e-1],t);ei(),Se=!1}}(),a=!0)),Nn(Ce||Ee),Qt||(Kt=Jt=!1),It!==g&amp;&amp;(It?O(l,He):D(l,He)),Ft!==b&amp;&amp;(Ft?Xe?E(Xe):(Ke&amp;&amp;E(Ke),Je&amp;&amp;E(Je)):Xe?T(Xe):(Ke&amp;&amp;T(Ke),Je&amp;&amp;T(Je))),Vt!==x&amp;&amp;(Vt?(E(tn),Zi()):T(tn)),_t!==w&amp;&amp;(_t?O(dt,Oe,n.preventScrollOnTouch):D(dt,Oe)),Gt!==C&amp;&amp;(Gt?O(dt,De):D(dt,De)),Qt!==M&amp;&amp;(Qt?(yn&amp;&amp;E(yn),dn||pn||zi()):(yn&amp;&amp;T(yn),dn&amp;&amp;Wi())),Kt!==S&amp;&amp;(Kt?O(dt,Le):D(dt,Le)),Jt!==A&amp;&amp;(Jt?O(l,Be):D(l,Be)),e){if(Nt===L&amp;&amp;Ot===k||(a=!0),qt!==B&amp;&amp;(qt||(ft.style.height="")),Ft&amp;&amp;jt!==H&amp;&amp;(Ke.innerHTML=jt[0],Je.innerHTML=jt[1]),yn&amp;&amp;Yt!==R){var W=Qt?1:0,q=yn.innerHTML,F=q.length-R[W].length;q.substring(F)===R[W]&amp;&amp;(yn.innerHTML=q.substring(0,F)+Yt[W])}}else Ot&amp;&amp;(Nt||$)&amp;&amp;(a=!0);if((o||Nt&amp;&amp;!$)&amp;&amp;(nn=Ui(),Zi()),(r=ce!==N)?(be.emit("indexChanged",$i()),a=!0):o?r||vi():(Nt||$)&amp;&amp;(ui(),yi(),ai()),o&amp;&amp;!Z&amp;&amp;function(){for(var t=ce+Math.min(ht,Dt),e=ne;e--;){var n=mt[e];ce&lt;=e&amp;&amp;e&lt;t?(h(n,"tns-moving"),n.style.left=100*(e-ce)/Dt+"%",h(n,it),y(n,ot)):n.style.left&amp;&amp;(n.style.left="",h(n,ot),y(n,it)),y(n,at)}setTimeout((function(){v(mt,(function(t){y(t,"tns-moving")}))}),300)}(),!Ce&amp;&amp;!Ee){if(e&amp;&amp;!z&amp;&amp;(Lt===P&amp;&amp;Bt===I||(ft.style.cssText=zn(Lt,Bt,Nt,Pt,qt)),st)){Z&amp;&amp;(dt.style.width=Wn(Nt,Bt,Dt));var j=qn(Nt,Bt,Dt)+Fn(Bt);s=d(u=Ut)-1,"deleteRule"in u?u.deleteRule(s):u.removeRule(s),f(Ut,"#"+we+" &gt; .tns-item",j,d(Ut))}qt&amp;&amp;fi(),a&amp;&amp;(Ai(),fe=ce)}e&amp;&amp;be.emit("newBreakpointEnd",$i(t))}}function Zn(){if(!Nt&amp;&amp;!$)return ht&lt;=(Ot?Dt-(Dt-1)/2:Dt);var t=Nt?(Nt+Bt)*ht:bt[ht],e=Lt?Ht+2*Lt:Ht+Bt;return Ot&amp;&amp;(e-=Nt?(Ht-Nt)/2:(Ht-(bt[ce+1]-bt[ce]-Bt))/2),t&lt;=e}function $n(){for(var t in lt=0,J)(t=parseInt(t))&lt;=yt&amp;&amp;(lt=t)}function ti(){!Qt&amp;&amp;yn&amp;&amp;T(yn),!Vt&amp;&amp;tn&amp;&amp;T(tn),Ft||(Xe?T(Xe):(Ke&amp;&amp;T(Ke),Je&amp;&amp;T(Je)))}function ei(){Qt&amp;&amp;yn&amp;&amp;E(yn),Vt&amp;&amp;tn&amp;&amp;E(tn),Ft&amp;&amp;(Xe?E(Xe):(Ke&amp;&amp;E(Ke),Je&amp;&amp;E(Je)))}function ni(){if(!Se){if(Lt&amp;&amp;(ft.style.margin="0px"),ee)for(var t="tns-transparent",e=ee;e--;)Z&amp;&amp;h(mt[e],t),h(mt[ne-e-1],t);ti(),Se=!0}}function ii(){if(!Me){if(Ut.disabled=!0,dt.className=dt.className.replace(xe.substring(1),""),C(dt,["style"]),Wt)for(var t=ee;t--;)Z&amp;&amp;T(mt[t]),T(mt[ne-t-1]);if(st&amp;&amp;Z||C(ft,["style"]),!Z)for(var e=ce,n=ce+ht;e&lt;n;e++){var i=mt[e];C(i,["style"]),y(i,it),y(i,ot)}ti(),Me=!0}}function ai(){var t=ri();wt.innerHTML!==t&amp;&amp;(wt.innerHTML=t)}function ri(){var t=oi(),e=t[0]+1,n=t[1]+1;return e===n?e+"":e+" to "+n}function oi(t){null==t&amp;&amp;(t=Si());var e,n,i,a=ce;if(Ot||Lt?($||Nt)&amp;&amp;(n=-(parseFloat(t)+Lt),i=n+Ht+2*Lt):$&amp;&amp;(n=bt[ce],i=n+Ht),$)bt.forEach((function(t,r){r&lt;ne&amp;&amp;((Ot||Lt)&amp;&amp;t&lt;=n+.5&amp;&amp;(a=r),.5&lt;=i-t&amp;&amp;(e=r))}));else{if(Nt){var r=Nt+Bt;Ot||Lt?(a=Math.floor(n/r),e=Math.ceil(i/r-1)):e=a+Math.ceil(Ht/r)-1}else if(Ot||Lt){var o=Dt-1;if(Ot?(a-=o/2,e=ce+o/2):e=ce+o,Lt){var u=Lt*Dt/Ht;a-=u,e+=u}a=Math.floor(a),e=Math.ceil(e)}else e=a+Dt-1;a=Math.max(a,0),e=Math.min(e,ne-1)}return[a,e]}function ui(){if(Zt&amp;&amp;!Ce){var t=oi();t.push($t),ci.apply(null,t).forEach((function(t){if(!m(t,je)){var e={};e[G]=function(t){t.stopPropagation()},O(t,e),O(t,Ve),t.src=b(t,"data-src");var n=b(t,"data-srcset");n&amp;&amp;(t.srcset=n),h(t,"loading")}}))}}function li(t){h(t,"loaded"),si(t)}function si(t){h(t,je),y(t,"loading"),D(t,Ve)}function ci(t,e,n){var i=[];for(n||(n="img");t&lt;=e;)v(mt[t].querySelectorAll(n),(function(t){i.push(t)})),t++;return i}function fi(){var t=ci.apply(null,oi());e((function(){di(t,mi)}))}function di(t,n){return xt?n():(t.forEach((function(e,n){!Zt&amp;&amp;e.complete&amp;&amp;si(e),m(e,je)&amp;&amp;t.splice(n,1)})),t.length?void e((function(){di(t,n)})):n())}function vi(){ui(),yi(),ai(),Ci(),function(){if(Vt&amp;&amp;(on=0&lt;=rn?rn:On(),rn=-1,on!==un)){var t=$e[un],e=$e[on];w(t,{tabindex:"-1","aria-label":sn+(un+1)}),y(t,ln),w(e,{"aria-label":sn+(on+1)+cn}),C(e,"tabindex"),h(e,ln),un=on}}()}function pi(t,e){for(var n=[],i=t,a=Math.min(t+e,ne);i&lt;a;i++)n.push(mt[i].offsetHeight);return Math.max.apply(null,n)}function mi(){var t=qt?pi(ce,Dt):pi(ee,ht),e=ut||ft;e.style.height!==t&amp;&amp;(e.style.height=t+"px")}function hi(){bt=[0];var t=st?"left":"top",e=st?"right":"bottom",n=mt[0].getBoundingClientRect()[t];v(mt,(function(i,a){a&amp;&amp;bt.push(i.getBoundingClientRect()[t]-n),a===ne-1&amp;&amp;bt.push(i.getBoundingClientRect()[e]-n)}))}function yi(){var t=oi(),e=t[0],n=t[1];v(mt,(function(t,i){e&lt;=i&amp;&amp;i&lt;=n?g(t,"aria-hidden")&amp;&amp;(C(t,["aria-hidden","tabindex"]),h(t,qe)):g(t,"aria-hidden")||(w(t,{"aria-hidden":"true",tabindex:"-1"}),y(t,qe))}))}function gi(t){return t.nodeName.toLowerCase()}function bi(t){return"button"===gi(t)}function xi(t){return"true"===t.getAttribute("aria-disabled")}function wi(t,e,n){t?e.disabled=n:e.setAttribute("aria-disabled",n.toString())}function Ci(){if(Ft&amp;&amp;!zt&amp;&amp;!Wt){var t=Ge?Ke.disabled:xi(Ke),e=Qe?Je.disabled:xi(Je),n=ce&lt;=de,i=!zt&amp;&amp;ve&lt;=ce;n&amp;&amp;!t&amp;&amp;wi(Ge,Ke,!0),!n&amp;&amp;t&amp;&amp;wi(Ge,Ke,!1),i&amp;&amp;!e&amp;&amp;wi(Qe,Je,!0),!i&amp;&amp;e&amp;&amp;wi(Qe,Je,!1)}}function Mi(t,e){F&amp;&amp;(t.style[F]=e)}function Ti(t){return null==t&amp;&amp;(t=ce),$?(Ht-(Lt?Bt:0)-(bt[t+1]-bt[t]-Bt))/2:Nt?(Ht-Nt)/2:(Dt-1)/2}function Ei(){var t=Ht+(Lt?Bt:0)-(Nt?(Nt+Bt)*ne:bt[ne]);return Ot&amp;&amp;!Wt&amp;&amp;(t=Nt?-(Nt+Bt)*(ne-1)-Ti():Ti(ne-1)-bt[ne-1]),0&lt;t&amp;&amp;(t=0),t}function Si(t){var e;if(null==t&amp;&amp;(t=ce),st&amp;&amp;!$)if(Nt)e=-(Nt+Bt)*t,Ot&amp;&amp;(e+=Ti());else{var n=W?ne:Dt;Ot&amp;&amp;(t-=Ti()),e=100*-t/n}else e=-bt[t],Ot&amp;&amp;$&amp;&amp;(e+=Ti());return ie&amp;&amp;(e=Math.max(e,ae)),e+(!st||$||Nt?"px":"%")}function Ai(t){Mi(dt,"0s"),Ni(t)}function Ni(t){null==t&amp;&amp;(t=Si()),dt.style[oe]=ue+t+le}function Li(t,e,n,i){var a=t+Dt;Wt||(a=Math.min(a,ne));for(var r=t;r&lt;a;r++){var o=mt[r];i||(o.style.left=100*(r-ce)/Dt+"%"),rt&amp;&amp;j&amp;&amp;(o.style[j]=o.style[_]=rt*(r-t)/1e3+"s"),y(o,e),h(o,n),i&amp;&amp;te.push(o)}}function Bi(t,e){re&amp;&amp;Sn(),(ce!==fe||e)&amp;&amp;(be.emit("indexChanged",$i()),be.emit("transitionStart",$i()),qt&amp;&amp;fi(),dn&amp;&amp;t&amp;&amp;0&lt;=["click","keydown"].indexOf(t.type)&amp;&amp;Wi(),ye=!0,An())}function Hi(t){return t.toLowerCase().replace(/-/g,"")}function Oi(t){if(Z||ye){if(be.emit("transitionEnd",$i(t)),!Z&amp;&amp;0&lt;te.length)for(var e=0;e&lt;te.length;e++){var n=te[e];n.style.left="",_&amp;&amp;j&amp;&amp;(n.style[_]="",n.style[j]=""),y(n,at),h(n,ot)}if(!t||!Z&amp;&amp;t.target.parentNode===dt||t.target===dt&amp;&amp;Hi(t.propertyName)===Hi(oe)){if(!re){var i=ce;Sn(),ce!==i&amp;&amp;(be.emit("indexChanged",$i()),Ai())}"inner"===U&amp;&amp;be.emit("innerLoaded",$i()),ye=!1,fe=ce}}}function Di(t,e){if(!Ee)if("prev"===t)ki(e,-1);else if("next"===t)ki(e,1);else{if(ye){if(pe)return;Oi()}var n=Hn(),i=0;if("first"===t?i=-n:"last"===t?i=Z?ht-Dt-n:ht-1-n:("number"!=typeof t&amp;&amp;(t=parseInt(t)),isNaN(t)||(e||(t=Math.max(0,Math.min(ht-1,t))),i=t-n)),!Z&amp;&amp;i&amp;&amp;Math.abs(i)&lt;Dt){var a=0&lt;i?1:-1;i+=de&lt;=ce+i-ht?ht*a:2*ht*a*-1}ce+=i,Z&amp;&amp;Wt&amp;&amp;(ce&lt;de&amp;&amp;(ce+=ht),ve&lt;ce&amp;&amp;(ce-=ht)),Hn(ce)!==Hn(fe)&amp;&amp;Bi(e)}}function ki(t,e){if(ye){if(pe)return;Oi()}var n;if(!e){for(var i=Vi(t=ji(t));i!==Xe&amp;&amp;[Ke,Je].indexOf(i)&lt;0;)i=i.parentNode;var a=[Ke,Je].indexOf(i);0&lt;=a&amp;&amp;(n=!0,e=0===a?-1:1)}if(zt){if(ce===de&amp;&amp;-1===e)return void Di("last",t);if(ce===ve&amp;&amp;1===e)return void Di("first",t)}e&amp;&amp;(ce+=kt*e,$&amp;&amp;(ce=Math.floor(ce)),Bi(n||t&amp;&amp;"keydown"===t.type?t:null))}function Ri(){fn=setInterval((function(){ki(null,hn)}),Xt),dn=!0}function Ii(){clearInterval(fn),dn=!1}function Pi(t,e){w(yn,{"data-action":t}),yn.innerHTML=bn[0]+t+bn[1]+e}function zi(){Ri(),yn&amp;&amp;Pi("stop",Yt[1])}function Wi(){Ii(),yn&amp;&amp;Pi("start",Yt[0])}function qi(){dn?(Wi(),pn=!0):(zi(),pn=!1)}function Fi(t){t.focus()}function ji(t){return _i(t=t||p.event)?t.changedTouches[0]:t}function Vi(t){return t.target||p.event.srcElement}function _i(t){return 0&lt;=t.type.indexOf("touch")}function Gi(t){t.preventDefault?t.preventDefault():t.returnValue=!1}function Qi(){return r=Mn.y-Cn.y,o=Mn.x-Cn.x,t=Math.atan2(r,o)*(180/Math.PI),i=!1,90-(e=me)&lt;=(a=Math.abs(90-Math.abs(t)))?i="horizontal":a&lt;=e&amp;&amp;(i="vertical"),i===n.axis;var t,e,i,a,r,o}function Xi(t){if(ye){if(pe)return;Oi()}Qt&amp;&amp;dn&amp;&amp;Ii(),Tn=!0,wn&amp;&amp;(i(wn),wn=null);var e=ji(t);be.emit(_i(t)?"touchStart":"dragStart",$i(t)),!_i(t)&amp;&amp;0&lt;=["img","a"].indexOf(gi(Vi(t)))&amp;&amp;Gi(t),Mn.x=Cn.x=e.clientX,Mn.y=Cn.y=e.clientY,Z&amp;&amp;(xn=parseFloat(dt.style[oe].replace(ue,"")),Mi(dt,"0s"))}function Yi(t){if(Tn){var n=ji(t);Mn.x=n.clientX,Mn.y=n.clientY,Z?wn||(wn=e((function(){!function t(n){if(he){if(i(wn),Tn&amp;&amp;(wn=e((function(){t(n)}))),"?"===he&amp;&amp;(he=Qi()),he){!_e&amp;&amp;_i(n)&amp;&amp;(_e=!0);try{n.type&amp;&amp;be.emit(_i(n)?"touchMove":"dragMove",$i(n))}catch(t){}var a=xn,r=En(Mn,Cn),o;if(!st||Nt||$)a+=r,a+="px";else a+=W?r*Dt*100/((Ht+Bt)*ne):100*r/(Ht+Bt),a+="%";dt.style[oe]=ue+a+le}}else Tn=!1}(t)}))):("?"===he&amp;&amp;(he=Qi()),he&amp;&amp;(_e=!0)),("boolean"!=typeof t.cancelable||t.cancelable)&amp;&amp;_e&amp;&amp;t.preventDefault()}}function Ki(t){if(Tn){wn&amp;&amp;(i(wn),wn=null),Z&amp;&amp;Mi(dt,""),Tn=!1;var a=ji(t);Mn.x=a.clientX,Mn.y=a.clientY;var r=En(Mn,Cn);if(Math.abs(r)){if(!_i(t)){var o=Vi(t);O(o,{click:function t(e){Gi(e),D(o,{click:t})}})}Z?wn=e((function(){if(st&amp;&amp;!$){var e=-r*Dt/(Ht+Bt);e=0&lt;r?Math.floor(e):Math.ceil(e),ce+=e}else{var n=-(xn+r);if(n&lt;=0)ce=de;else if(n&gt;=bt[ne-1])ce=ve;else for(var i=0;i&lt;ne&amp;&amp;n&gt;=bt[i];)n&gt;bt[ce=i]&amp;&amp;r&lt;0&amp;&amp;(ce+=1),i++}Bi(t,r),be.emit(_i(t)?"touchEnd":"dragEnd",$i(t))})):he&amp;&amp;ki(t,0&lt;r?-1:1)}}"auto"===n.preventScrollOnTouch&amp;&amp;(_e=!1),me&amp;&amp;(he="?"),Qt&amp;&amp;!dn&amp;&amp;Ri()}function Ji(){(ut||ft).style.height=bt[ce+Dt]-bt[ce]+"px"}function Ui(){var t=Nt?(Nt+Bt)*ht/Ht:ht/Dt;return Math.min(Math.ceil(t),ht)}function Zi(){if(Vt&amp;&amp;!Ie&amp;&amp;nn!==an){var t=an,e=nn,n=E;for(nn&lt;an&amp;&amp;(t=nn,e=an,n=T);t&lt;e;)n($e[t]),t++;an=nn}}function $i(t){return{container:dt,slideItems:mt,navContainer:tn,navItems:$e,controlsContainer:Xe,hasControls:ke,prevButton:Ke,nextButton:Je,items:Dt,slideBy:kt,cloneCount:ee,slideCount:ht,slideCountNew:ne,index:ce,indexCached:fe,displayIndex:Ln(),navCurrentIndex:on,navCurrentIndexCached:un,pages:nn,pagesCached:an,sheet:Ut,isOn:gt,event:t||{}}}X&amp;&amp;console.warn("No slides found in",n.container)};return R}();
;(function($,settings){(function($){var t=window.dmws.baseUrl,o=window.location.href;-1!==o.toLowerCase().indexOf('/checkout/')&amp;&amp;-1===o.toLowerCase().indexOf('/checkout/thankyou')&amp;&amp;$.ajax({url:o,data:{format:'json'},dataType:'json',crossDomain:!0}).done((function(o){if(o.checkout||o.pay||o.order){var e={method:1,details:2,shipment:3,payment:4,review:5,confirm:5,pay:6,thankyou:7},a;if(o.pay||o.order){var i=o.pay?o.pay.order:o.order;a={checkout:{step:e[o.pay?'pay':'thankyou']},order:{id:i.information.id},quote:{id:i.information.quote_id,total:parseFloat(i.information.price_incl),products:i.products.map((function(t){return{id:t.product_id,vid:t.variant_id,title:t.title,url:t.url,variant:t.variant?t.variant.toString():null,quantity:t.quantity,price:parseFloat(t.price_incl)}}))},customer:{id:i.customer.id,name:i.customer.firstname,email:i.customer.email,country:i.billing.country_code,language:o.shop.language,currency:o.shop.currency}}}else a={checkout:{id:o.checkout.id,step:e[o.step]},quote:{id:o.checkout.quote.id,total:o.checkout.quote.price_incl,products:o.checkout.quote.products.map((function(t){return{id:t.product_id,vid:t.variant_id,title:t.title,url:t.url,variant:t.variant?t.variant.toString():null,image:t.image_src,quantity:t.quantity,price:t.price_incl}}))},customer:{id:o.checkout.user?o.checkout.user.id:null,email:o.checkout.customer.email,name:o.checkout.customer.firstname,country:o.checkout.billing_address.country,language:o.shop.language,currency:o.shop.currency}};var r={};a.quote.products.forEach((function(t){var o="".concat(t.id,".").concat(t.vid);r.hasOwnProperty(o)?(r[o].price+=t.price,r[o].quantity+=t.quantity):r[o]=t})),a.quote.products=Object.keys(r).map((function(t){return r[t]})),$.ajax({type:'POST',dataType:'json',contentType:'application/json',crossDomain:!0,url:"".concat(t,"/api/shops/").concat(o.shop.id,"/checkout"),data:JSON.stringify(a)})}}))})(window.jQuery);})(window.jQuery,{});(function($,settings){(function(){var t=window.dmws.baseUrl,e=Object.keys(settings.texts).length&gt;1?"/".concat(window.location.pathname.split('/')[1]):'',o="".concat(window.location.origin).concat(e),a={us:'en',fc:'fr'},n=document.documentElement.lang;a.hasOwnProperty(n)&amp;&amp;(n=a[n]);var s=settings.texts[n],i='&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"&gt;&lt;path d="M2.003 5.884L10 9.882l7.997-3.998A2 2 0 0016 4H4a2 2 0 00-1.997 1.884z"&gt;&lt;/path&gt;&lt;path d="M18 8.118l-8 4-8-4V14a2 2 0 002 2h12a2 2 0 002-2V8.118z"&gt;&lt;/path&gt;&lt;/svg&gt;',c='&lt;svg class="success-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"&gt;&lt;path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd"&gt;&lt;/path&gt;&lt;/svg&gt;',l='&lt;svg viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z"/&gt;&lt;/svg&gt;',d,r=function t(e){var o=document.createElement("p");return o.appendChild(document.createTextNode(e)),o.innerHTML},p=function t(){if(d)return d;var e=$('input[type=hidden][name=key]').val();return d=$.Deferred(),e?d.resolve(e):($.ajax({url:window.location.href,data:{format:'json'},dataType:'json',crossDomain:!0}).done((function(t){t.page&amp;&amp;t.page.key?d.resolve(t.page.key):d.reject()})).fail((function(){d.reject()})),d)},u=(v=!1,m=!1,x={},j={},P=function t(){return O?{id:O.id,vid:O.vid,title:O.title,variant:O.variant,url:O.url,image:O.image,stock:O.stock?{available:O.stock.available}:{available:!0}}:null},C=function t(e,o){var a=e.variants[o];return{id:e.id,vid:a.id,title:e.title,variant:a.title,url:e.url,image:e.image,stock:a.stock?{available:a.stock.available}:{available:!0},variants:e.variants}},D=function t(){var e=$.Deferred(),a;return settings.show_subscribe_checkbox&amp;&amp;g.is(':checked')&amp;&amp;!j.hasOwnProperty(w.val())?(p().done((function(t){var a="".concat(o,"/account/newsletter/?format=json");$.ajax({url:a,type:'POST',crossDomain:!0,data:{key:t,email:w.val()}}).done((function(t,o,n){if(0===n.getResponseHeader('content-type').indexOf('text/html'))return j[w.val()]=!0,void e.resolve(!0);var s=t.formkey,i=$('&lt;script /&gt;',{src:'https://www.google.com/recaptcha/api.js?onload=onDmwsPlusStockRecaptchaLoad&amp;render=explicit'}),c=$('&lt;div id="dmws-plus-stock-recaptcha"&gt;&lt;/div&gt;');b.hide().after(c);var l=function t(){c.remove(),i.remove(),b.show(),delete window.onDmwsPlusStockRecaptchaLoad},d=function t(){l(),e.reject()};window.onDmwsPlusStockRecaptchaLoad=function(){window.grecaptcha.render('dmws-plus-stock-recaptcha',{sitekey:t.sitekey,callback:function t(o){$.ajax({url:a,type:'POST',crossDomain:!0,data:{key:s,'g-recaptcha-response':o}}).always((function(){l(),f.off('hide.dmws-popup',d),'pending'===e.state()&amp;&amp;(j[w.val()]=!0,e.resolve(!0))}))}})},i.appendTo('body'),f.one('hide.dmws-popup',d)})).fail((function(){e.resolve(!1)}))})).fail((function(){e.resolve(!1)})),e):e.resolve()},S=function e(){D().done((function(e){$.ajax({type:'POST',dataType:'json',contentType:'application/json',crossDomain:!0,url:"".concat(t,"/api/shops/").concat(settings.shopId,"/product-stock-subscription"),headers:{'Accept-Language':n},data:JSON.stringify({product:P(),email:w.val(),subscribed_newsletter:e})}).done((function(){if(b.hide(),h.show(),x[O.vid].subscribed=!0,_.children().length){var t;if(Object.keys(O.variants).filter((function(t){var e=O.variants[t];return e.id!==O.vid&amp;&amp;!e.stock.available&amp;&amp;!1===x[e.id].subscribed})).length&gt;0)return void _.find("option[value=\"".concat(O.vid,"\"]")).prop('disabled',!0);_.empty(),_.closest('.dmws-plus-stock-variant-select').hide()}$('#dmws-plus-stock-modal-link-container').remove()})).fail((function(t){w.removeClass('valid validating').addClass('invalid');var e=$('.dmws-plus-stock-validation-error'),o='Something went wrong. Please try again.';k.prop('disabled',!1),422===t.status&amp;&amp;(o=(t.responseJSON||JSON.parse(t.responseText)).error),e.length?e.text(o):w.after("&lt;div class=\"dmws-plus-stock-validation-error\"&gt;".concat(o,"&lt;/div&gt;"))}))}))},q=function t(){if(v)N();else{v=!0;var e=!!settings.subscribe_checkbox_opt_out,o=["&lt;div class=\"dmws-plus-stock-variant-select\" style=\"display: none;\"&gt;","&lt;label for=\"dmws-plus-stock-variant\"&gt;".concat(s.variant_select,"&lt;span class=\"required\"&gt;*&lt;/span&gt;&lt;/label&gt;"),"&lt;div class=\"dmws-plus-stock-select-wrapper\"&gt;","&lt;select id=\"dmws-plus-stock-variant\"&gt;&lt;/select&gt;","&lt;/div&gt;","&lt;/div&gt;"].join(''),a=settings.show_subscribe_checkbox?["&lt;label class=\"dmws-plus-stock-checkbox\"&gt;","&lt;input type=\"checkbox\" name=\"newsletter\" value=\"1\" id=\"dmws-plus-stock-newsletter-checkbox\"".concat(e?' checked':'',"&gt;"),"&lt;div class=\"dmws-plus-stock-checkbox-control\"&gt;".concat(l,"&lt;/div&gt;"),"".concat(s.newsletter_text),"&lt;/label&gt;"].join(''):'';f=$(["&lt;div id=\"dmws-plus-stock-modal\" class=\"dmws-f_popup\" style=\"display:none;\"&gt;","&lt;h3 class=\"dmws-plus-h3\"&gt;".concat(s.popup_title,"&lt;/h3&gt;"),"&lt;div class=\"dmws-plus-stock-modal-body\"&gt;","&lt;p&gt;".concat(s.popup_text,"&lt;/p&gt;"),"&lt;form method=\"post\"&gt;",o,"&lt;div&gt;","&lt;label for=\"dmws-plus-stock-email\"&gt;".concat(s.email,"&lt;span class=\"required\"&gt;*&lt;/span&gt;&lt;/label&gt;"),"&lt;input type=\"email\" required placeholder=\"".concat(s.email,"\" id=\"dmws-plus-stock-email\" autocomplete=\"email\"&gt;"),"&lt;/div&gt;","&lt;button type=\"submit\" id=\"dmws-plus-stock-submit\" class=\"btn\"&gt;".concat(i," ").concat(s.button_text,"&lt;/button&gt;"),a,settings.show_privacy_policy_checkbox?"&lt;div class=\"dmws-plus-stock-policy-link\"&gt;".concat(s.policy_text,"&lt;/div&gt;"):'',"&lt;/form&gt;","&lt;div style=\"display:none;\"&gt;","&lt;div class=\"dmws-plus-stock-success\"&gt;","".concat(c,"&lt;span&gt;").concat(s.success_text,"&lt;/span&gt;"),"&lt;/div&gt;","&lt;div&gt;&lt;button type=\"button\" id=\"dmws-plus-stock-continue\"&gt;".concat(s.success_button_text,"&lt;/button&gt;&lt;/div&gt;"),"&lt;/div&gt;","&lt;/div&gt;","&lt;/div&gt;"].join('')).appendTo('body'),b=f.find('form'),w=f.find('#dmws-plus-stock-email'),g=f.find('#dmws-plus-stock-newsletter-checkbox'),k=f.find('#dmws-plus-stock-submit'),h=f.find('.dmws-plus-stock-success').parent(),y=$('&lt;a href="#" class="dmws-f_popup--link" data-dmws-f-popup="#dmws-plus-stock-modal"&gt;&lt;/a&gt;'),(_=b.find('#dmws-plus-stock-variant')).val(O.vid),_.on('change',(function(){var t=x[parseInt(_.val())];O=t.product,k.prop('disabled',t.subscribed)})),N(),f.on('show.dmws-popup',(function(){f.find('.dmws-plus-stock-validation-error').remove();var t=!!O&amp;&amp;x[O.vid].subscribed;if(O){if(_.children().length){var e=_.find('option:not([disabled])');t=0===e.length,e.filter("[value=\"".concat(O.vid,"\"]")).length&gt;0?(_.val(O.vid),_.trigger('change')):e.length&gt;0&amp;&amp;(_.val(e.eq(0).val()),_.trigger('change'))}}else k.prop('disabled',!0);b.toggle(!t),h.toggle(t),w.removeClass('valid invalid validating'),''!==w.val().trim()&amp;&amp;w.addClass(w[0].validity.valid?'valid':'invalid')})).on('hide.dmws-popup',(function(){O=null,k.prop('disabled',!1)})),f.find('#dmws-plus-stock-continue').on('click',(function(t){t.preventDefault(),f.parent().trigger('mouseup')})),w.on('change input paste',(function(){w.removeClass('valid invalid').addClass('validating'),f.find('.dmws-plus-stock-validation-error').remove()})),w.on('blur',(function(){w.removeClass('validating').addClass(w[0].validity.valid?'valid':'invalid')})),b.on('submit',(function(t){t.preventDefault(),k.prop('disabled')||!O||x[O.vid].subscribed||(k.prop('disabled',!0),S())}))}},L=function t(e){x.hasOwnProperty(e.vid)||(x[e.vid]={product:e,subscribed:!1}),Object.keys(e.variants||{}).filter((function(t){return!x.hasOwnProperty(t)})).forEach((function(t){x[t]={product:C(e,t),subscribed:!1}}))},N=function t(){if(_.length&amp;&amp;settings.show_variant_select){var e=Object.values(O.variants).filter((function(t){return!O.variants[t.id].stock.available})).sort((function(t,e){return t.position-e.position})).map((function(t){var e=!!x.hasOwnProperty(t.id)&amp;&amp;x[t.id].subscribed;return"&lt;option ".concat(e?'disabled':''," value=\"").concat(r(t.id),"\"&gt;").concat(r(t.title),"&lt;/option&gt;")}));_.empty(),_.append(e.join('')),_.val(O.vid),_.closest('.dmws-plus-stock-variant-select').toggle(e.length&gt;1)}},{open:function t(e){if(!m)if(x.hasOwnProperty(e)){if(!(O=x[e].product).stock||O.stock.available)return void(O=null);q(),y.appendTo('body'),y.trigger('click'),y.detach()}else m=!0,$.ajax({url:"".concat(o,"/product.ajax"),data:{id:e},dataType:'json',crossDomain:!0}).done((function(t){L(t),t.stock&amp;&amp;!t.stock.available?(O=t,q(),y.appendTo('body'),y.trigger('click'),y.detach()):f.parent().trigger('mouseup')})).fail((function(){f.parent().trigger('mouseup')})).always((function(){m=!1}))},openForProduct:function t(e){L(e),T=O=e,q()},initOpeners:function t(){if('sticky_label'===settings.opener_type){var e=$(["&lt;div id=\"dmws-plus-stock-modal-link-container\" class=\"mobile-position-".concat(settings.mobile_button_position," position-").concat(settings.button_position,"\"&gt;"),"&lt;button type=\"button\"".concat(settings.open_on_load?' style="display:none;"':''," id=\"dmws-plus-stock-modal-link\" data-dmws-f-popup=\"#dmws-plus-stock-modal\" class=\"dmws-f_popup--link\"&gt;").concat(i," ").concat(s.button_text,"&lt;/button&gt;"),"&lt;/div&gt;"].join('')).appendTo('body').children();f.on('show.dmws-popup',(function(){e.hide()})).on('hide.dmws-popup',(function(){e.show()})),e.on('click',(function(){O=T})),settings.open_on_load&amp;&amp;e.trigger('click')}else if('cta_button'===settings.opener_type){var o=['button[type=submit]:not(.js-quick-checkout-trigger)','a.addtocart','a.add-cart','a.cta','a[onclick*="#product_configure_form"]','.qty~a.button.disabled','input[data-field="quantity"]~a.button.disabled','.out-of-stock-btn'].join(','),a=[".module-product-bar a[href$=\"/cart/add/".concat(T.vid,"/\"]"),'.dmws-plus-stock-cta-button','.product-wrap .btn.addtocart','.product-configure a.cta.disabled'].join(','),n=$(o,'#product_configure_form').add(a).filter(':not(.dmws-plus-stock-ignore)');n.each((function(t){var e=n.eq(t).clone(),o=['type','class','href'];'BUTTON'===e.prop('nodeName')&amp;&amp;e.attr('type','button');var a=[];$.each(e[0].attributes,(function(t,e){-1===o.indexOf(e.name)&amp;&amp;a.push(e.name)})),a.length&amp;&amp;e.removeAttr(a.join(' ')),e.removeClass('disabled out-of-stock-btn trigger-add-to-cart').empty();var c=$('&lt;span /&gt;').text(s.button_text);$('&lt;span class="dmws-plus-stock-cta-button-inner" /&gt;').append(i).append(c).appendTo(e),e.addClass('dmws-f_popup--link dmws-plus-stock-cta-button'),e.attr('data-dmws-f-popup','#dmws-plus-stock-modal'),n.eq(t).replaceWith(e)})),$('.dmws-plus-stock-cta-button').on('click',(function(){O=T})),settings.open_on_load&amp;&amp;$('.dmws-plus-stock-cta-button:first').trigger('click')}}}),v,m,f,w,b,k,g,h,y,_,x,j,O,T,P,C,D,S,q,L,N;if(window.dmws.openStockPopup=u.open.bind(u),window.dmws.isVariantExcludedFromStockApp=function(t){return-1!==settings.excluded_variants.indexOf(parseInt(t))},/\.html\/?$/.test(window.location.pathname)){var z=window.location.href.split('?');$.ajax({url:z[0].replace(/\.html\/?$/,'.ajax')+(z.length&gt;1?"?".concat(z[1]):''),dataType:'json',crossDomain:!0}).done((function(t){t.stock&amp;&amp;t.vid&amp;&amp;!settings.excluded_variants.includes(t.vid)&amp;&amp;(!t.stock.available||settings.is_active_for_backorder&amp;&amp;!t.stock.on_stock&amp;&amp;t.stock.allow_outofstock_sale)&amp;&amp;$((function(){u.openForProduct(t),u.initOpeners(t)}))}))}})();})(window.jQuery,JSON.parse('{\u0022open_on_load\u0022:true,\u0022opener_type\u0022:\u0022cta_button\u0022,\u0022show_variant_select\u0022:1,\u0022show_privacy_policy_checkbox\u0022:false,\u0022show_subscribe_checkbox\u0022:true,\u0022subscribe_checkbox_opt_out\u0022:true,\u0022button_position\u0022:\u0022left\u0022,\u0022mobile_button_position\u0022:\u0022left\u0022,\u0022is_active_for_backorder\u0022:false,\u0022texts\u0022:{\u0022nl\u0022:{\u0022popup_title\u0022:\u0022Tijdelijk niet leverbaar\u0022,\u0022popup_text\u0022:\u0022Stuur mij een e-mail zodra terug leverbaar. Wens je cadeaupakketten te bestellen? Mail naar hello@flavor.shop voor de leveringstermijn.\u0022,\u0022newsletter_text\u0022:\u0022Ik schrijf mij graag in voor de Flavor Shop newsletter\u0022,\u0022policy_text\u0022:\u0022Door op de button te klikken ga je akkoord met de \\u003Ca target=\\u0022_blank\\u0022 href=\\u0022\\\/service\\\/privacy-policy\\u0022\\u003Eprivacyvoorwaarden\\u003C\\\/a\\u003E.\u0022,\u0022button_text\u0022:\u0022Mail mij wanneer op voorraad\u0022,\u0022success_text\u0022:\u0022Bedankt! We sturen je een e-mail wanneer dit product terug op voorraad is.\u0022,\u0022success_button_text\u0022:\u0022Verder winkelen\u0022,\u0022mail_button_text\u0022:\u0022Product bestellen\u0022,\u0022email\u0022:\u0022E-mailadres\u0022,\u0022variant_select\u0022:\u0022Welke variant zou je willen hebben?\u0022,\u0022email_error\u0022:\u0022E-mailadres is niet juist.\u0022,\u0022subscription_exists\u0022:\u0022Je bent al ingeschreven voor dit product.\u0022},\u0022de\u0022:{\u0022popup_title\u0022:\u0022Vor\\u00fcbergehend ausverkauft!\u0022,\u0022popup_text\u0022:\u0022Wir schicken Ihnen eine E-Mail, sobald wir diesen Artikel wieder auf Lager haben.\u0022,\u0022newsletter_text\u0022:\u0022Melden Sie mich f\\u00fcr den Newsletter an\u0022,\u0022policy_text\u0022:\u0022Durch Anklicken des Buttons erkl\\u00e4ren Sie sich mit den \\u003Ca target=\\u0022_blank\\u0022 href=\\u0022\\\/service\\\/privacy-policy\\u0022\\u003EDatenschutzbedingungen\\u003C\\\/a\\u003E einverstanden.\u0022,\u0022button_text\u0022:\u0022Benachrichtigen Sie mich\u0022,\u0022success_text\u0022:\u0022Danke, ich habe es zur Kenntnis genommen. Wir hoffen, dass wir bald Neuigkeiten f\\u00fcr Sie haben werden!\u0022,\u0022success_button_text\u0022:\u0022Weiter einkaufen\u0022,\u0022mail_button_text\u0022:\u0022Weiter zum Produkt\u0022,\u0022email\u0022:\u0022E-mail\u0022,\u0022variant_select\u0022:\u0022Welche Variante m\\u00f6chten Sie haben?\u0022,\u0022email_error\u0022:\u0022E-mail address is invalid.\u0022,\u0022subscription_exists\u0022:\u0022You have already subscribed to this product.\u0022},\u0022en\u0022:{\u0022popup_title\u0022:\u0022Temporarily sold out!\u0022,\u0022popup_text\u0022:\u0022We will send you an email when we have this item back in stock.\u0022,\u0022newsletter_text\u0022:\u0022Sign me up for the newsletter\u0022,\u0022policy_text\u0022:\u0022By clicking on the button you agree to the \\u003Ca target=\\u0022_blank\\u0022 href=\\u0022\\\/service\\\/privacy-policy\\u0022\\u003Eprivacy conditions\\u003C\\\/a\\u003E.\u0022,\u0022button_text\u0022:\u0022Notify me\u0022,\u0022success_text\u0022:\u0022Thanks, it\\u0027s noted. Hopefully we will have news for you soon!\u0022,\u0022success_button_text\u0022:\u0022Continue shopping\u0022,\u0022mail_button_text\u0022:\u0022Go to product\u0022,\u0022email\u0022:\u0022E-mail\u0022,\u0022variant_select\u0022:\u0022Which variant would you like to have?\u0022,\u0022email_error\u0022:\u0022E-mail address is invalid.\u0022,\u0022subscription_exists\u0022:\u0022You have already subscribed to this product.\u0022},\u0022fr\u0022:{\u0022popup_title\u0022:\u0022Temporairement non disponible\u0022,\u0022popup_text\u0022:\u0022Envoyez-moi un e-mail d\\u00e8s que disponible. Vous voulez commander des paquets-cadeaux ? Veuillez envoyer un e-mail \\u00e0 hello@flavor.shop pour les d\\u00e9lais de livraison.\u0022,\u0022newsletter_text\u0022:\u0022Je souhaite recevoir la newsletter de Flavor Shop\u0022,\u0022policy_text\u0022:\u0022En cliquant sur le bouton, vous acceptez les \\u003Ca target=\\u0022_blank\\u0022 href=\\u0022\\\/service\\\/privacy-policy\\u0022\\u003Eprivacy conditions\\u003C\\\/a\\u003E.\u0022,\u0022button_text\u0022:\u0022Informez-moi de la disponibilit\\u00e9\u0022,\u0022success_text\u0022:\u0022Merci ! Nous vous enverrons un e-mail lorsque ce produit sera de nouveau en stock.\u0022,\u0022success_button_text\u0022:\u0022Continuer \\u00e0 acheter\u0022,\u0022mail_button_text\u0022:\u0022Commander ce produit\u0022,\u0022email\u0022:\u0022E-mail\u0022,\u0022variant_select\u0022:\u0022Quelle variante souhaitez-vous obtenir ?\u0022,\u0022email_error\u0022:\u0022E-mail address is invalid.\u0022,\u0022subscription_exists\u0022:\u0022You have already subscribed to this product.\u0022}},\u0022shopId\u0022:243083,\u0022excluded_variants\u0022:[]}'));(function($,settings){(function(){var t=window.location.href,e='product-add_to_cart',o=(n=window.sessionStorage.getItem('dmws:ref'),''===(r=document.referrer)||-1!==r.indexOf('://'+window.location.hostname)||n?n||null:(window.sessionStorage.setItem('dmws:ref',r),r)),n,r,a;function i(){$.ajax({url:t,data:{format:'json'},dataType:'json',crossDomain:!0}).done((function(t){if(settings.trackProducts){if(t.page.cart&amp;&amp;t.page.cart.products){var e=t.page.cart.quote_id,o=d(t.page.cart.products.map((function(t){return t.vid})),e);o.length&amp;&amp;s(o,t.request.country,e)}if(t.product&amp;&amp;'pages/product.rain'===t.template){var n=t.product.vid.toString(),r='variants';l(r,n)&amp;&amp;c(r,n,t.request.country)}}if('pages/collection.rain'===t.template&amp;&amp;t.collection&amp;&amp;!t.page.search)if(t.collection.category_id){var a=t.collection.category_id,i='categories';l(i,a)&amp;&amp;c(i,a,t.request.country)}else if(t.collection.hasOwnProperty('brand_id')){var u=null;if(t.collection.brand_id)u=t.shop.brands[t.collection.brand_id];else{var g=t.collection.internal.url.toLowerCase();$.each(t.shop.brands,(function(t,e){if(e.url===g)return u=e,!1}))}if(u){var p='brands';l(p,u.id)&amp;&amp;c(p,u.id,t.request.country)}}}))}function c(t,e,n){u(t+'-views',[e],Date.now()),$.ajax({type:'POST',url:settings.apiEndpoint,dataType:'json',contentType:'application/json',crossDomain:!0,data:JSON.stringify({language:window.dmws.shopLanguage,country:n,referer:o,type:'view',model:t,model_ids:[e]})})}function s(t,n,r){u(e,t,r.toString()),$.ajax({type:'POST',url:settings.apiEndpoint,dataType:'json',contentType:'application/json',crossDomain:!0,data:JSON.stringify({language:window.dmws.shopLanguage,country:n,referer:o,type:'add_to_cart',model:'variants',model_ids:t})})}function l(t,e){var o;if(!e)return!1;var n=t+'-views',r;return p(n),!(null!==(o=JSON.parse(window.localStorage.getItem(n)))&amp;&amp;void 0!==o?o:{}).hasOwnProperty(e.toString())}function d(t,o){var n;g(e,o);var r=null!==(n=JSON.parse(window.localStorage.getItem(e)))&amp;&amp;void 0!==n?n:{};return t.filter((function(t){return!r.hasOwnProperty(t)}))}function u(t,e,o){var n,r=null!==(n=JSON.parse(window.localStorage.getItem(t)))&amp;&amp;void 0!==n?n:{};e.forEach((function(t){return r[t]=o})),window.localStorage.setItem(t,JSON.stringify(r))}function g(t,e){var o,n=null!==(o=JSON.parse(window.localStorage.getItem(t)))&amp;&amp;void 0!==o?o:{};Object.keys(n).forEach((function(t){n[t]!==e.toString()&amp;&amp;delete n[t]})),window.localStorage.setItem(t,JSON.stringify(n))}function p(t){var e,o=null!==(e=JSON.parse(window.localStorage.getItem(t)))&amp;&amp;void 0!==e?e:{},n=Date.now()-18e5;Object.keys(o).forEach((function(t){o[t]&lt;n&amp;&amp;delete o[t]})),window.localStorage.setItem(t,JSON.stringify(o))}i()})();})(window.jQuery,JSON.parse('{\u0022apiEndpoint\u0022:\u0022https:\\\/\\\/app.dmws.plus\\\/api\\\/shops\\\/243083\\\/petapi\u0022,\u0022trackProducts\u0022:true}'));(function($,settings){function _createForOfIteratorHelper(e,t){var s="undefined"!=typeof Symbol&amp;&amp;e[Symbol.iterator]||e["@@iterator"];if(!s){if(Array.isArray(e)||(s=_unsupportedIterableToArray(e))||t&amp;&amp;e&amp;&amp;"number"==typeof e.length){s&amp;&amp;(e=s);var r=0,a=function e(){};return{s:a,n:function t(){return r&gt;=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function e(t){throw t},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var c=!0,i=!1,n;return{s:function t(){s=s.call(e)},n:function e(){var t=s.next();return c=t.done,t},e:function e(t){i=!0,n=t},f:function e(){try{c||null==s.return||s.return()}finally{if(i)throw n}}}}function _unsupportedIterableToArray(e,t){if(e){if("string"==typeof e)return _arrayLikeToArray(e,t);var s=Object.prototype.toString.call(e).slice(8,-1);return"Object"===s&amp;&amp;e.constructor&amp;&amp;(s=e.constructor.name),"Map"===s||"Set"===s?Array.from(e):"Arguments"===s||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(s)?_arrayLikeToArray(e,t):void 0}}function _arrayLikeToArray(e,t){(null==t||t&gt;e.length)&amp;&amp;(t=e.length);for(var s=0,r=new Array(t);s&lt;t;s++)r[s]=e[s];return r}var th=window.dmws.tsHelpers(settings);$((function(){var e,t=!1,s=window.dmws.shopLanguage,r=window.dmws.baseUrl,a=settings.texts[s],c=settings.result_display_settings.enabled,i=settings.result_display_settings.number,n=th.shopBaseUrl+'/search/',o=null!==settings.products_selector&amp;&amp;null!==settings.filters_selector,l=null!==(e=settings.page_css_selector)&amp;&amp;void 0!==e?e:'article#collection,section#collection,section.collection-page__content,main#content,main&gt;.main-content&gt;#collection,main&gt;.main-content&gt;.row',d=(settings.enable_search_page||'1'===th.getSearchParam('dmws_search_page_preview'))&amp;&amp;we()&amp;&amp;Z(),p=!1,h={},u=settings.activate_stock_filter_by_default||Se(),f=1,_=1;u&amp;&amp;(h.stock=!0);var m={},w=settings.filters,g=w.filter((function(e){return!e.default_filter_key})).reduce((function(e,t){return e+t.values.length}),0),v=0,b={categories:0,products:0,pages:0,blogs:0,faqs:0},y=settings.popularity_sort?'popularity':'relevance',k={},x='',C=!1,M='',q='',S=!1,L=!0,j="&lt;svg width=\"22\" height=\"23\" viewBox=\"0 0 22 23\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"&gt;&lt;path d=\"M18.5429 20.4571C18.9334 20.8476 19.5666 20.8476 19.9571 20.4571C20.3476 20.0666 20.3476 19.4334 19.9571 19.0429L18.5429 20.4571ZM14.4571 13.5429C14.0666 13.1524 13.4334 13.1524 13.0429 13.5429C12.6524 13.9334 12.6524 14.5666 13.0429 14.9571L14.4571 13.5429ZM14.5833 9.66667C14.5833 12.6582 12.1582 15.0833 9.16667 15.0833V17.0833C13.2628 17.0833 16.5833 13.7628 16.5833 9.66667H14.5833ZM9.16667 15.0833C6.17512 15.0833 3.75 12.6582 3.75 9.66667H1.75C1.75 13.7628 5.07055 17.0833 9.16667 17.0833V15.0833ZM3.75 9.66667C3.75 6.67512 6.17512 4.25 9.16667 4.25V2.25C5.07055 2.25 1.75 5.57055 1.75 9.66667H3.75ZM9.16667 4.25C12.1582 4.25 14.5833 6.67512 14.5833 9.66667H16.5833C16.5833 5.57055 13.2628 2.25 9.16667 2.25V4.25ZM19.9571 19.0429L14.4571 13.5429L13.0429 14.9571L18.5429 20.4571L19.9571 19.0429Z\" fill=\"#6B7280\"/&gt;&lt;/svg&gt;",B='',T='',P='',O=!0;d&amp;&amp;(Ee(),B='&lt;div id="dmws_perfect-search-page"&gt;&lt;div class="dmws_perfect-search-wrap"&gt;',w.length&amp;&amp;(B+="&lt;div id=\"dmws_perfect-search-filterbar\" class=\"dmws_perfect-search-filters\"&gt;&lt;/div&gt;"),T="&lt;div id=\"dmws_perfect-search-results\" class=\"dmws_perfect-search-results-".concat(settings.page_row_products_count,"\"&gt;"),settings.show_page_title&amp;&amp;(T+="&lt;h1&gt;".concat(a.search_results_for," '").concat(_e(),"'&lt;/h1&gt;")),settings.custom_css&amp;&amp;$('head').append('&lt;style&gt;'+settings.custom_css+'&lt;/style&gt;'));var F='&lt;div id="dmws_perfect-search" class="dmws_perfect-search-disabled"&gt;&lt;div class="dmws_perfect-search-wrap"&gt;';if(F+="&lt;div class=\"dmws_perfect-search-block dmws_perfect-search-search-input\"&gt;".concat(j,"\n&lt;input maxlength=\"100\" type=\"search\" id=\"dmws-search-input\"/&gt;\n&lt;a href=\"#\" style=\"display:none\" class=\"dmws_perfect_search-clear\"&gt;").concat(a.clear,"&lt;/a&gt;\n&lt;a href=\"#\" class=\"dmws_perfect_search-close\"&gt;").concat(a.close,"&lt;/a&gt;&lt;/div&gt;"),settings.quickLinks){var I="&lt;div class=\"dmws_perfect-search-block dmws_perfect-search-no-border dmws_perfect-search-quick hidden\"&gt;&lt;label&gt;".concat(a.quick_link_label,":&lt;/label&gt;&lt;ul&gt;");F+=I+='&lt;/ul&gt;&lt;/div&gt;',d&amp;&amp;(T+=I)}F+='&lt;div class="dmws_perfect-search-results dmws_perfect-search-block dmws_perfect-search-no-border dmws_perfect-search-nav hidden"&gt;&lt;ul&gt;',F+='&lt;li class="dmws_perfect-search-active" data-dmws-search-tab="all"&gt;'+a.everything+'&lt;span class="dmws_perfect-search-count" data-dmws-search-results="'+v+'"&gt;&lt;/span&gt;&lt;/li&gt;',$.each(c,(function(e,t){t&amp;&amp;(F+="&lt;li data-dmws-search-tab=\"".concat(e,"\"&gt;").concat(a[e]," &lt;span class=\"dmws_perfect-search-count\" data-dmws-search-results=\"\"&gt;&lt;/span&gt;&lt;/li&gt;"))})),F+='&lt;/ul&gt;&lt;/div&gt;',d&amp;&amp;(T+='&lt;div class="dmws_perfect-search-results  dmws_perfect-search-data hidden"&gt;'),F+='&lt;div class="dmws_perfect-search-results  dmws_perfect-search-data hidden"&gt;';var U='';$.each(c,(function(e,t){if(t)switch(e){case'products':F+='&lt;div class="dmws_perfect-search-block dmws_perfect-search-products" data-dmws-search-tab-content="products" data-dmws-search-tab-item="2"&gt;',d&amp;&amp;(T+="&lt;div class=\"dmws_perfect-search-products\"&gt;&lt;label&gt;&lt;span class=\"products-count\"&gt;&lt;/span&gt;".concat(a.products,"&lt;/label&gt;"),w.length&amp;&amp;!o&amp;&amp;(T+='&lt;div class="dmws_perfect-search-button dmws_perfect-search-mobile-filter"&gt;&lt;span&gt;&lt;svg width="19" height="18" viewBox="0 0 19 18" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M14 9L15.5 9M14 9C14 8.17157 13.3284 7.5 12.5 7.5C11.6716 7.5 11 8.17157 11 9M14 9C14 9.82843 13.3284 10.5 12.5 10.5C11.6716 10.5 11 9.82843 11 9M5 4.5C5 5.32843 5.67157 6 6.5 6C7.32843 6 8 5.32843 8 4.5M5 4.5C5 3.67157 5.67157 3 6.5 3C7.32843 3 8 3.67157 8 4.5M5 4.5L3.5 4.5M8 4.5L15.5 4.5M11 9L3.5 9M5 13.5C5 14.3284 5.67157 15 6.5 15C7.32843 15 8 14.3284 8 13.5M5 13.5C5 12.6716 5.67157 12 6.5 12C7.32843 12 8 12.6716 8 13.5M5 13.5L3.5 13.5M8 13.5L15.5 13.5" stroke="#6B7280" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/&gt;&lt;/svg&gt;'+a.filter+'&lt;/span&gt;&lt;/div&gt;'),T+="&lt;div class=\"dmws_perfect-search-button dmws_perfect-search-dropdown\"&gt;&lt;span&gt;&lt;svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"&gt;&lt;path d=\"M6.46257 13.1667V3.66667M6.46257 3.66667L3.2959 6.83334M6.46257 3.66667L9.62923 6.83334M14.3792 6.83334V16.3333M14.3792 16.3333L17.5459 13.1667M14.3792 16.3333L11.2126 13.1667\" stroke=\"#6B7280\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/&gt;&lt;/svg&gt;".concat(a.sort_by," ").concat(th.dmws_search_chevron,"&lt;/span&gt;&lt;div class=\"dmws_perfect-search-dropdown-content\"&gt;&lt;label class=\"dmws_perfect-search-hide\"&gt;").concat(a.sort_by,"&lt;/label&gt;"),T+=K(),T+="&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=\"dmws_perfect-search-products-results\"&gt;&lt;/div&gt;&lt;button class=\"all-hidden dmws_perfect-search-load-more search-load-more\"&gt;&lt;div&gt;"+th.dmws_search_chevron+a.show_more_results+th.buttonLoader+'&lt;/div&gt;&lt;/button&gt;&lt;/div&gt;');var r=th.getFiltersHtml(w,settings.filterSettings,'search',a,s,null,u);h=r.filters,m=r.mobileFilters,U=r.html,F+=U,F+="&lt;div class=\"dmws_perfect-search-products-wrap ".concat(w.length?'':'no-filters',"\"&gt;"),F+="&lt;label&gt;".concat(a.products," &lt;span class=\"dmws_perfect-search-count-not-filtered\" data-dmws-search-results=\"\"&gt;&lt;/span&gt;&lt;span class=\"dmws_perfect-search-count\" data-dmws-search-results=\"\"&gt;&lt;/span&gt;&lt;/label&gt;"),F+='&lt;div class="dmws_perfect-search-filters"&gt;',w.length&amp;&amp;(F+='&lt;div class="dmws_perfect-search-button dmws_perfect-search-mobile-filter" data-dmws-search-open-tab="products"&gt;&lt;span&gt;&lt;svg width="19" height="18" viewBox="0 0 19 18" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M14 9L15.5 9M14 9C14 8.17157 13.3284 7.5 12.5 7.5C11.6716 7.5 11 8.17157 11 9M14 9C14 9.82843 13.3284 10.5 12.5 10.5C11.6716 10.5 11 9.82843 11 9M5 4.5C5 5.32843 5.67157 6 6.5 6C7.32843 6 8 5.32843 8 4.5M5 4.5C5 3.67157 5.67157 3 6.5 3C7.32843 3 8 3.67157 8 4.5M5 4.5L3.5 4.5M8 4.5L15.5 4.5M11 9L3.5 9M5 13.5C5 14.3284 5.67157 15 6.5 15C7.32843 15 8 14.3284 8 13.5M5 13.5C5 12.6716 5.67157 12 6.5 12C7.32843 12 8 12.6716 8 13.5M5 13.5L3.5 13.5M8 13.5L15.5 13.5" stroke="#6B7280" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/&gt;&lt;/svg&gt;'+a.filter+'&lt;/span&gt;&lt;/div&gt;'),F+="&lt;div class=\"dmws_perfect-search-button dmws_perfect-search-dropdown\"&gt;&lt;span&gt;&lt;svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"&gt;&lt;path d=\"M6.46257 13.1667V3.66667M6.46257 3.66667L3.2959 6.83334M6.46257 3.66667L9.62923 6.83334M14.3792 6.83334V16.3333M14.3792 16.3333L17.5459 13.1667M14.3792 16.3333L11.2126 13.1667\" stroke=\"#6B7280\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/&gt;&lt;/svg&gt; ".concat(a.sort_by," ").concat(th.dmws_search_chevron,"&lt;/span&gt;&lt;div class=\"dmws_perfect-search-dropdown-content\"&gt;&lt;label class=\"dmws_perfect-search-hide\"&gt;").concat(a.sort_by,"&lt;/label&gt;"),F+=K()+'&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;',F+='&lt;ul id="dmws_perfect-search-products-not-filtered"&gt;&lt;/ul&gt;&lt;ul class="hidden-products" id="dmws_perfect-search-products" &gt;&lt;/ul&gt;&lt;button class="dmws_perfect-search-products-more search-load-more" '+(settings.enable_search_page?'':' data-dmws-search-open-tab="products" ')+'&gt;&lt;div&gt;'+(settings.enable_search_page?a.show_all_results:th.dmws_search_chevron+a.show_more_results+th.buttonLoader)+"&lt;/div&gt;&lt;/button&gt;&lt;button class=\"all-hidden dmws_perfect-search-load-more search-load-more\" class=\"dmws_perfect-search-load-more\"&gt;&lt;div&gt;"+(settings.enable_search_page?a.show_all_results:th.dmws_search_chevron+a.show_more_results)+'&lt;/div&gt;&lt;/button&gt;',F+='&lt;/div&gt;',F+='&lt;/div&gt;';break;case'categories':case'pages':case'blogs':case'faqs':case'brands':F+="&lt;div class=\"dmws_perfect-search-block dmws_perfect-search-".concat(e,"\" data-dmws-search-tab-content=\"").concat(e,"\"&gt;&lt;/div&gt;")}})),F+='&lt;/div&gt;';var A='&lt;div style="display:none" class="dmws_perfect-search-block dmws_perfect-search-no-results"&gt;';if(A+="".concat(th.noResults,"&lt;/div&gt;&lt;label&gt;").concat(a.no_results_title,"&lt;/label&gt;&lt;span&gt;").concat(a.no_results_text,"&lt;/span&gt;&lt;/div&gt;"),F+=A,d&amp;&amp;(T+=A),F+='&lt;div class="dmws_perfect-search-data"&gt;',settings.show_popular_terms&amp;&amp;(F+='&lt;div class="dmws_perfect-search-block dmws_perfect-search-default"&gt;&lt;label&gt;'+a.popular_terms+'&lt;/label&gt;&lt;ul&gt;',F+='&lt;/ul&gt;&lt;/div&gt;'),settings.show_popular_products&amp;&amp;(F+='&lt;div class="dmws_perfect-search-block dmws_perfect-search-products dmws_perfect-search-products-default"&gt;&lt;label&gt;'+a.popular_products+'&lt;/label&gt;&lt;div&gt;&lt;ul&gt;',F+='&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;'),F+='&lt;/div&gt;',!settings.hide_branding){var E='&lt;div class="dmws_perfect-search-footer"&gt;&lt;a href="https://plus.dmws.nl/" target="_blank"&gt;&lt;svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 65 65"&gt;&lt;path d="M40.635 0H16.271c-.007 10.817-.021 21.634-.028 32.458H0v7.228a9.04 9.04 0 009.043 9.043h7.228V65h7.567a8.7 8.7 0 008.704-8.703v-7.575h8.093C54.093 48.722 65 37.815 65 24.358 65 10.908 54.093 0 40.635 0zm8.295 24.344a8.139 8.139 0 01-8.135 8.135h-8.136V16.202h8.136c4.49 0 8.135 3.644 8.135 8.142z" fill="url(#plus_logo_fill)"/&gt;&lt;defs&gt;&lt;linearGradient id="plus_logo_fill" x1="3.756" y1="56.193" x2="42.478" y2="15.05" gradientUnits="userSpaceOnUse"&gt;&lt;stop stop-color="#E6332A"/&gt;&lt;stop offset="1" stop-color="#F39341"/&gt;&lt;/linearGradient&gt;&lt;/defs&gt;&lt;/svg&gt; Search by &lt;b&gt;Plus+&lt;/b&gt;&lt;/a&gt;&lt;/div&gt;';F+=E,d&amp;&amp;(T+=E)}F+='&lt;/div&gt;&lt;/div&gt;',d&amp;&amp;(B+=(T+='&lt;/div&gt;')+'&lt;/div&gt;&lt;/div&gt;',w.length&amp;&amp;!o&amp;&amp;(B=$(B).find('.dmws_perfect-search-filters').html(U).closest('#dmws_perfect-search-page')[0].outerHTML),settings.customLabels.length&amp;&amp;th.appendLabelStyles(settings.customLabels));var D=!1,H;$('body').append(F);var V=$('#dmws_perfect-search'),R=$('#dmws-search-input'),W=/{{\s*name\s*}}/g,z;function K(){var e='',t=[];return settings.popularity_sort&amp;&amp;t.push({sort:'popularity',key:'popularity',text:a.popularity}),t=t.concat([{sort:'relevance',key:'relevance',text:a.relevance},{sort:'created_at:desc',key:'created_at:desc',text:a.newest}]),O&amp;&amp;(t=t.concat([{sort:'price:asc',key:'price:asc',text:a.price_asc},{sort:'price:desc',key:'price:desc',text:a.price_desc}])),t=t.concat([{sort:'title:asc',key:"title.".concat(s,":asc"),text:a.title_asc},{sort:'title:desc',key:"title.".concat(s,":desc"),text:a.title_desc}]),$.each(t,(function(t,s){e+="&lt;span class=\"".concat(y===s.sort?'option-active':'',"\" data-sort=\"").concat(s.key,"\"&gt;").concat(s.text,"&lt;/span&gt;")})),e}function Z(){return o?$(settings.products_selector).length&amp;&amp;$(settings.filters_selector).length:$(l).length&gt;0}if(d&amp;&amp;!o&amp;&amp;th.sidebarFix('search'),R.attr('placeholder',a.search_bar_text.replace(W,'').replace(' ,',',')),$.ajax({dataType:'json',url:th.shopBaseUrl,data:{format:'json'},crossDomain:!0}).done((function(e){var t,s,r;(''!==(P=e.shop.currency2.symbol)&amp;&amp;th.insertCurrencySymbol('search',P),window.loggedIn&amp;&amp;W.test(a.search_bar_text))&amp;&amp;R.attr('placeholder',a.search_bar_text.replace(W,null!==(t=null===(s=e.page)||void 0===s||null===(r=s.account)||void 0===r?void 0:r.firstname)&amp;&amp;void 0!==t?t:''));(window.loggedIn||'login'!==e.shop.settings.catalog.prices)&amp;&amp;e.shop.settings.catalog.prices||(O=!1,$('.dmws_perfect-search-filter-price,.dmws_perfect-search-dropdown-content [data-sort^=price]').remove())})),settings.ga_tracking_id&amp;&amp;(window.dataLayer=window.dataLayer||[],window.gtag=window.gtag||function(){window.dataLayer.push(arguments)},0===$("script[src*=\"id=".concat(settings.ga_tracking_id,"\"]")).length)){var G=document.createElement('script');G.src="https://www.googletagmanager.com/gtag/js?id=".concat(settings.ga_tracking_id),G.async=!0,document.body.appendChild(G),gtag('js',new Date),gtag('config',settings.ga_tracking_id,{send_page_view:!1})}var N=th.debounce(me,500);function Q(){D||(H=$(window).scrollTop(),$('html').addClass('with-dmws_perfect-search').css({top:-1*H}),D=!0)}function J(){D&amp;&amp;($('html').removeClass('with-dmws_perfect-search'),$(window).scrollTop(H),D=!1)}function X(){var e=$(window).width()&lt;722?10:50,t=38;if(V.find('.dmws_perfect-search-wrap &gt; *:not(.dmws_perfect-search-data):not(.dmws_perfect-search-hide):not(.hidden)').each((function(){$(this).is(':visible')&amp;&amp;(e+=$(this).outerHeight())})),$(window).width()&lt;722)V.find('.dmws_perfect-search-results.dmws_perfect-search-data').css('max-height','calc(100vh - '+e+'px)').addClass('scroll');else if(V.find('.dmws_perfect-search-data').css('max-height','calc(100vh - '+e+'px)').addClass('scroll'),V.find('.dmws_perfect-search-filter-wrap').length&gt;0&amp;&amp;(V.find('.dmws_perfect-search-filter-wrap').css('max-height','calc(100vh - '+(e+t)+'px)'),V.find('.dmws_perfect-search-filter-wrap-filters').css('max-height','calc(100vh - '+(e+t+31)+'px)').addClass('scroll')),V.find('.dmws_perfect-search-products-wrap &gt; ul').length&gt;0){var s=V.find('.dmws_perfect-search-products-wrap &gt; label').outerHeight(!0)+18;V.find('.dmws_perfect-search-products-wrap').addClass('scroll').css('max-height','calc(100vh - '+(e+t)+'px - '+s+'px)')}}if($(d?document:'.dmws_perfect-search-products-wrap').on('scroll',(function(){N(!0),d&amp;&amp;!o&amp;&amp;th.scrollFix('search')})),0!==V.length){var Y=function e(t){return t.toLowerCase().trim().replace(/^[!@#$%^&amp;*()\-=+_\[\]{};':"&lt;&gt;?\/.,~`\\|]+|[!@#$%^&amp;*()\-=+_\[\]{};':"&lt;&gt;?\/.,~`\\|]+$/g,'')},ee=th.debounce((function(e,t){return Fe(e,t)}),250),te=function e(t){''===t||!k.hasOwnProperty(t)||k[t].sent||k[t].processing||(k[t].sent=!0,settings.ga_tracking_id&amp;&amp;window.gtag&amp;&amp;gtag('event','search',{search_term:t}),$.ajax({type:'GET',crossDomain:!0,url:"".concat(r,"/api/shops/").concat(settings.shopId,"/search/term"),data:{q:t,empty:k[t].empty?'1':'0'}}))},se=function e(t){clearTimeout(z),z=setTimeout((function(){te(t)}),2e3)},re=function e(){$('.dmws_perfect-search-filter-wrap .dmws_perfect-search-active-filters ul').html(''),$('.dmws_perfect-search-filter input[type="checkbox"]:not(.dmws_perfect-search-switch_stock)').attr('checked',!1),h=th.resetFilters(w,(function(){null!=h.price&amp;&amp;O&amp;&amp;(M.noUiSlider.updateOptions({range:{min:[0],max:[h.price.max]},start:[0,h.price.max]},!0),d&amp;&amp;q.noUiSlider.updateOptions({range:{min:[0],max:[h.price.max]},start:[0,h.price.max]},!0),$('.price-filter').remove())}),s,u),m=jQuery.extend({},h),y=settings.popularity_sort?'popularity':'relevance',$('.dmws_perfect-search-dropdown-content').find('.option-active').removeClass('option-active'),$(".dmws_perfect-search-dropdown-content span[data-sort=\"".concat(y,"\"]")).addClass('option-active')};R.on('input',(function(){f=_=1,clearTimeout(z),ee(R.val(),!0)})),R.keyup((function(e){"Escape"===e.key&amp;&amp;(V.addClass('dmws_perfect-search-disabled'),J()),'Enter'!==e.key&amp;&amp;13!==e.keyCode||(settings.enable_search_page&amp;&amp;settings.open_page_on_enter?R.val().length&gt;1&amp;&amp;(me(),window.location.href=n+encodeURIComponent(R.val().replace('/',' '))+'?'+ue()):R.blur())})),R.on('blur',(function(){x=Y(R.val()),te(x)})),th.quantityEvents('search'),V.on('click','.dmws_perfect-search-popular-link',(function(e){e.preventDefault(),R.val($(e.currentTarget).text()),R.triggerHandler('blur'),Fe(R.val(),!0)}));var ae=!1;$('#dmws_perfect-search, #dmws_perfect-search-results').on('click','a[data-product]',(function(e){if(''!==(x=Y(R.val()))&amp;&amp;(e.preventDefault(),!ae)){var t=e.currentTarget.href,s=e.ctrlKey||e.shiftKey||e.metaKey;ae=!0,$.ajax({type:'GET',crossDomain:!0,url:"".concat(r,"/api/shops/").concat(settings.shopId,"/search/product"),data:{q:x,product:e.currentTarget.dataset.product},timeout:5e3}).always((function(){ae=!1,s?window.open(t,'_blank'):window.location.href=t}))}}));var ce=['form[action*="/search"] input[type="text"]','form input[name="search"]','form[action*="/search"] *[type="submit"]','#showSearch input[type="search"]','#showSearch *[type="submit"]','#formSearch &gt; span','#formSearch &gt; p','#formSearch *[type="search"]','#nav li.search &gt; a','#nav i.icon-zoom','.js-toggle-search','.search-icon-self','#nav a:has(.icon-zoom)','#mobilesearch &gt; a','.formSearch &gt; *','#mobileNav .btn-mobile.search'],ie=function e(){var t=arguments.length&gt;0&amp;&amp;void 0!==arguments[0]?arguments[0]:null;t&amp;&amp;(t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation()),Ie(),V.removeClass('dmws_perfect-search-disabled'),X(),Q(),setTimeout((function(){$('.dmws_perfect-search-wrap').removeClass('dmws-ignore-actions'),V.find('.dmws_perfect-search-search-input input').focus()}),100)};(th.hasFilterParams('ps_')||d)&amp;&amp;(d||ie(),ge(!0,!0)),settings.css_selector&amp;&amp;(settings.css_selector=settings.css_selector.split(',').map((function(e){return e.trim()})),ce=ce.filter((function(e){return!settings.css_selector.includes(e)})),settings.css_selector=settings.css_selector.join(','),0===$(settings.css_selector).length&amp;&amp;(ce=ce.concat(settings.css_selector),settings.css_selector=null)),$(".dmws_perfect-search-trigger".concat(settings.css_selector?",".concat(settings.css_selector):'')).filter((function(e,t){return 0===$(t).closest('.dmws-perfect-search-trigger-ignore').length})).off('mousedown touchstart').on('mousedown touchstart',ie);var ne='ontouchstart'in window;if($('.dmws_perfect-search-wrap').addClass('dmws-ignore-actions'),$(document).on(ne?'touchstart':'mousedown',ce.join(','),(function(e){0===$(e.target).closest('.dmws-perfect-search-trigger-ignore').length&amp;&amp;ie(ne?null:e)})),$("#formSearch").on('submit',(function(){return!1})),window.addEventListener('resize',(function(){X()}),{passive:!0}),V.find('.dmws_perfect_search-close').on('click',(function(e){e.preventDefault(),pe(),$('.dmws_perfect-search-wrap').addClass('dmws-ignore-actions')})),V.on('mousedown',(function(e){e.target===e.currentTarget&amp;&amp;pe()})),$('.dmws_perfect_search-clear').on('click',(function(e){e.preventDefault(),R.val(''),f=_=1,ee('',!1)})),V.find('.dmws_perfect-search-block[data-dmws-search-tab-item]').each((function(){var e=$(this).attr('data-dmws-search-tab-item');$(this).hasClass('dmws_perfect-search-products')?$(this).find('div &gt; ul &gt; li:nth-child('+e+')').addClass('dmws_perfect-search-mb-0').nextAll().addClass('dmws_perfect-search-hide'):$(this).find('&gt; ul &gt; li:nth-child('+e+')').addClass('dmws_perfect-search-mb-0').nextAll().addClass('dmws_perfect-search-hide')})),V.find('.dmws_perfect-search-nav li[data-dmws-search-tab]').on('click',(function(){$(this).parent().find('.dmws_perfect-search-active').removeClass('dmws_perfect-search-active'),$(this).addClass('dmws_perfect-search-active'),'products'===$(this).attr('data-dmws-search-tab')?(V.find('.dmws_perfect-search-data').removeClass('scroll'),V.find('.dmws_perfect-search-products-wrap &gt; ul').addClass('scroll')):(V.find('.dmws_perfect-search-data').addClass('scroll'),V.find('.dmws_perfect-search-products-wrap &gt; ul').removeClass('scroll')),V.find('.dmws_perfect-search-dropdown-active').length&gt;0&amp;&amp;V.find('.dmws_perfect-search-dropdown-active').removeClass('dmws_perfect-search-dropdown-active'),V.find('.dmws_perfect-search-faq-active').length&gt;0&amp;&amp;(V.find('.dmws_perfect-search-faq-active').removeClass('dmws_perfect-search-faq-active'),V.find('.dmws_perfect-search-faq-answer').hide()),V.find('.dmws_perfect-search-data &gt; *').removeClass('dmws_perfect-search-active'),'all'===$(this).attr('data-dmws-search-tab')?V.find('.dmws_perfect-search-data &gt; *').removeClass('dmws_perfect-search-hide'):(V.find('.dmws_perfect-search-data &gt; *').addClass('dmws_perfect-search-hide'),V.find('.dmws_perfect-search-data &gt; .dmws_perfect-search-'+$(this).attr('data-dmws-search-tab')).removeClass('dmws_perfect-search-hide').addClass('dmws_perfect-search-active')),me()})),V.find('[data-dmws-search-open-tab]').on('click',(function(e){$(this).parents('.dmws_perfect-search-block.dmws_perfect-search-active').length&gt;0||(e.preventDefault(),V.find('[data-dmws-search-tab="'+$(this).attr('data-dmws-search-open-tab')+'"]').trigger('click'))})),V.find('.dmws_perfect-search-products').length&gt;0){var oe=function e(t,s){y=t;var r=s.closest('#dmws_perfect-search-results').length&gt;0,a=r?_:f,c;''!==R.val()&amp;&amp;b.products&gt;0&amp;&amp;(r?(c=24+12*(a-1),_=1):(c=a*i.products,f=1),me(),Oe(R.val(),!1,c,a))},le;th.dropDownEvents('search'),$('.dmws_perfect-search-filter-wrap').length&gt;0&amp;&amp;($(document).on('click','.dmws_perfect-search-filter-wrap-show-results button',(function(e){e.preventDefault(),th.toggleMobileFiltersOpenClass('search',!1),h=m;var t=0===$(this).closest('#dmws_perfect-search').length;f=_=1,me(!1,!0),Oe(R.val(),!0,t?24:i.products),$('.dmws_perfect-search-wrap').removeClass('show-filter').find('.dmws_perfect-search-filter-wrap').removeClass('show-filter')})),$(document).on('click','.dmws_perfect-search-filter-wrap-reset',(function(){var e=0===$(this).closest('#dmws_perfect-search').length;re(),me(),Oe(R.val(),!0,e?24:i.products,!1,'',!0)})),th.filtersEvents('search')),th.sortEvents('search',oe)}$(document).on('change','.dmws_perfect-search-switch_stock',(function(e){if($(e.currentTarget).is(":checked")||(p=!0),m.stock=$(e.currentTarget).is(":checked"),!he()&amp;&amp;(h.stock=m.stock,f=_=1,''!==R.val())){var t=0===$(e.currentTarget).closest('#dmws_perfect-search').length;Oe(R.val(),!0,t?24:i.products,!1,'',!0)}me(!1,!0)})),$(document).on('click','.dmws_perfect-search-faqs &gt; ul &gt; li &gt; a',(function(e){e.preventDefault();var t=$(e.currentTarget);t.toggleClass('dmws_perfect-search-faq-active'),t.find('&gt; div').toggle()})),$(document).on('change','.dmws_perfect-search-checkbox input',(function(e){var t=$(e.currentTarget),s=he();th.facetInputChange('search',t,h,m,d),s||(f=_=1,''!==R.val()&amp;&amp;Oe(R.val(),!0,we?24:i.products,!1,'',!0)),me(!1,!0)})),$(document).on('click','#dmws_perfect-search .delete-filter, #dmws_perfect-search-filterbar .delete-filter',(function(e){var t=$(e.currentTarget).parent('li');if(!he()){h[t.data('type')]=h[t.data('type')].filter((function(e){return e!==t.data('value').toString()}));var s=0===t.closest('#dmws_perfect-search').length;f=_=1,Oe(R.val(),!0,s?24:i.products,!1,'',!0)}m[t.data('type')]=m[t.data('type')].filter((function(e){return e!==t.data('value').toString()})),$(".dmws_perfect-search-checkbox input[data-filter=\"".concat(t.data('type'),"\"][value=\"").concat(t.data('value'),"\"]")).attr('checked',!1),t.remove(),me()})),$(document).on('click','#dmws_perfect-search-filterbar .delete-search-price,#dmws_perfect-search .delete-search-price',(function(e){var t,s=null!==(t=h.price.max)&amp;&amp;void 0!==t?t:0;if(!he()){f=_=1,h.price=null,me(!1,!0);var r=0===$(e.currentTarget).closest('#dmws_perfect-search').length;$('.price-filter').remove(),Oe(R.val(),!0,r?24:i.products,!1,'',!0)}m.price=null;var a=$(e.currentTarget).parent();M.noUiSlider.updateOptions({range:{min:[0],max:[s]},start:[0,s]},!0),d&amp;&amp;q.noUiSlider.updateOptions({range:{min:[0],max:[s]},start:[0,s]},!0),a.remove()})),$(document).on('click','.search-load-more',(function(e){e.preventDefault();var t=0===$(e.currentTarget).closest('#dmws_perfect-search').length;if(!t&amp;&amp;settings.enable_search_page){var s=new URLSearchParams(window.location.search);s.has('ps_scroll')&amp;&amp;s.delete('ps_scroll'),window.location.href=n+encodeURIComponent(th.getSearchParam('ps_keyword').replace('/',' '))+'?'+ue(s)}else t?(_++,$('#dmws_perfect-search-results .dmws_perfect-search-load-more').attr('disabled','disabled')):(f++,$('#dmws_perfect-search .dmws_perfect-search-load-more').attr('disabled','disabled')),me(),Oe(R.val(),!1,t?12:i.products)}));var de=window.location.href;$(window).on('popstate',(function(){de!==window.location.href.replace(location.hash,"")&amp;&amp;(de=window.location.href,th.hasFilterParams('ps_')&amp;&amp;V.hasClass('dmws_perfect-search-disabled')&amp;&amp;ie(),V.hasClass('dmws_perfect-search-disabled')||ge())})),window.addEventListener('dmws_open_perfect_search',ie)}function pe(){d||(fe(),re(),R.val(''),Fe('',!1)),V.addClass('dmws_perfect-search-disabled'),J()}function he(){return $('.dmws_perfect-search-filter-wrap-show-results').is(':visible')}function ue(){var e=arguments.length&gt;0&amp;&amp;void 0!==arguments[0]?arguments[0]:null,t=null!=e?e:new URLSearchParams(window.location.search);return t.forEach((function(e,s){s.startsWith('ps_')||t.delete(s)})),t.toString()}function fe(){var e=new URLSearchParams(window.location.search),t={},s=_createForOfIteratorHelper(e.keys()),r;try{for(s.s();!(r=s.n()).done;){var a=r.value;a.startsWith('ps_')||(t[a]=e.get(a))}}catch(e){s.e(e)}finally{s.f()}var c=window.location.pathname;$.isEmptyObject(t)||(c+='?'+new URLSearchParams(t).toString()),history.pushState({},'',c)}function _e(){var e=location.pathname.split('/').pop();return''===e&amp;&amp;(e=location.pathname.split('/').slice(-2).shift()),$($.parseHTML(decodeURIComponent(e))).text()}function me(){var e=arguments.length&gt;0&amp;&amp;void 0!==arguments[0]&amp;&amp;arguments[0],t=arguments.length&gt;1&amp;&amp;void 0!==arguments[1]&amp;&amp;arguments[1],s=arguments.length&gt;2&amp;&amp;void 0!==arguments[2]&amp;&amp;arguments[2],r=new URLSearchParams(window.location.search);''!==R.val()?r.set('ps_keyword',R.val()):r.delete('ps_keyword'),h.stock||Se()?r.set('ps_in_stock',!0):r.delete('ps_in_stock'),!s&amp;&amp;$('.dmws_perfect-search-switch_stock').length&amp;&amp;$('.dmws_perfect-search-switch_stock').prop('checked',h.stock||Se()),h.price&amp;&amp;null!=h.price?(r.set('ps_price[min]',$('.dmws_perfect-search-price-min').val()),r.set('ps_price[max]',$('.dmws_perfect-search-price-max').val())):(r.delete('ps_price[min]'),r.delete('ps_price[max]')),$.each(['categories','brand','review_score'],(function(e,t){h[t]&amp;&amp;h[t].length?r.set('ps_'+t,h[t]):r.delete('ps_'+t)})),$.each(w,(function(e,t){if(!['categories','price','brand','stock','review_score'].includes(t.default_filter_key)){var s="".concat(t.id);h.hasOwnProperty(s)&amp;&amp;h[t.id].length?r.set('ps_'+t.id,h[t.id].map((function(e){return'`'+e+'`'}))):r.delete('ps_'+t.id)}}));var a=$('li.dmws_perfect-search-active').attr('data-dmws-search-tab');'all'!==a?r.set('ps_tab',a):r.delete('ps_tab');var c=settings.popularity_sort?'popularity':'relevance';y!==c&amp;&amp;r.set('ps_sort_by',y);var i=!1,n=0;if(d)1!==_&amp;&amp;(r.set('ps_page',_),i=!0),n=$(document).scrollTop();else{f&gt;1&amp;&amp;(r.set('ps_page',f),i=!0);var o=$('.dmws_perfect-search-products-wrap');o.length&amp;&amp;(n=o.scrollTop())}i||r.delete('ps_page'),t&amp;&amp;window.scrollTo({top:0}),d&amp;&amp;L||(t||n&lt;=100?r.delete('ps_scroll'):r.set('ps_scroll',Math.round(n)));var l=window.location.pathname+'?'+r.toString();e?history.replaceState({},'',l):history.pushState({},'',l)}function we(){return window.location.href.includes(n)}function ge(){var e,t=!(arguments.length&gt;0&amp;&amp;void 0!==arguments[0])||arguments[0],r=arguments.length&gt;1&amp;&amp;void 0!==arguments[1]&amp;&amp;arguments[1],c=new URLSearchParams(window.location.search);if(d&amp;&amp;!c.has('ps_keyword')){var i=_e();R.val(i),c.set('ps_keyword',i);var n=window.location.pathname+'?'+c.toString();history.pushState({},'',n)}else{var o;R.val(null!==(o=c.get('ps_keyword'))&amp;&amp;void 0!==o?o:'')}c.has('ps_sort_by')&amp;&amp;(y=c.get('ps_sort_by'),$('.dmws_perfect-search-dropdown-content').find('.option-active').removeClass('option-active'),$(".dmws_perfect-search-dropdown-content span[data-sort=\"".concat(y,"\"]")).addClass('option-active'));var l=!!r&amp;&amp;u;if(h.stock=m.stock=null!==(e=c.get('ps_in_stock'))&amp;&amp;void 0!==e?e:l,$('.dmws_perfect-search-switch_stock').prop('checked',h.stock),$('.dmws_perfect-search-active-filters .price-filter').remove(),c.has('ps_price[min]')){var p=c.get('ps_price[min]'),g=c.get('ps_price[max]');$('.dmws_perfect-search-active-filters ul').append("&lt;li class=\"price-filter\"&gt;".concat(a.price,": â‚¬").concat(p," - â‚¬").concat(g,"&lt;span class=\"delete-filter-price\"&gt;").concat(th.dmws_search_close,"&lt;/span&gt;&lt;/li&gt;"))}$.each(['categories','brand','review_score'],(function(e,t){var s=c.get('ps_'+t);h[t]=s?s.split(','):[]})),$.each(['categories','brand','review_score'],(function(e,t){$(".dmws_perfect-search-active-filters li[data-type=\"".concat(t,"\"]")).each((function(e,s){h[t].includes($(s).data('value'))||$(s).remove()})),$.each(h[t],(function(e,s){var r=we()&amp;&amp;d?$('#dmws_perfect-search,#dmws_perfect-search-filterbar'):$('#dmws_perfect-search');$.each(r,(function(e,r){$(r).find(".dmws_perfect-search-active-filters li[data-type=\"".concat(t,"\"][data-value=\"").concat(s,"\"]")).length||$(r).find('.dmws_perfect-search-active-filters ul').append("&lt;li data-type=\"".concat(t,"\" data-value=\"").concat(s,"\"&gt;").concat(a[t],":\n").concat(s,"&lt;span class=\"delete-filter\"&gt;").concat(th.dmws_search_close,"&lt;/span&gt;&lt;/li&gt;"))}))}))})),$.each(w,(function(e,t){if(c.has('ps_'+t.id)){var r,a=null!==(r=c.get('ps_'+t.id))&amp;&amp;void 0!==r?r:'';a=a.includes('`')?a.split('`,').map((function(e){return e.replaceAll('`','')})):a.split(','),h[t.id]=a}else h[t.id]=[];$(".dmws_perfect-search-active-filters li[data-type=\"".concat(t.id,"\"]")).each((function(e,s){h[t.id].includes($(s).data('value'))||$(s).remove()})),$.each(h[t.id],(function(e,r){var a;a=null!==t.default_filter_key?r.toString():(a=t.values.find((function(e){return e.id.toString()===r.toString()}))).title[s],$(".dmws_perfect-search-active-filters li[data-type=\"".concat(t.id,"\"][data-value=\"").concat(r,"\"]")).length||$('.dmws_perfect-search-active-filters ul').append("&lt;li data-type=\"".concat(t.id,"\" data-value=\"").concat(r,"\"&gt;").concat(t.title[s],": ").concat(a,"&lt;span class=\"delete-filter\"&gt;").concat(th.dmws_search_close,"&lt;/span&gt;&lt;/li&gt;"))}))})),S=!1,c.has('ps_page')&amp;&amp;(d?_=c.get('ps_page'):f=c.get('ps_page')),t&amp;&amp;ee(R.val(),!1),c.has('ps_tab')&amp;&amp;$('.dmws_perfect-search-nav li[data-dmws-search-tab="'+c.get('ps_tab')+'"]').trigger('click')}function ve(e,t){var s=arguments.length&gt;2&amp;&amp;void 0!==arguments[2]?arguments[2]:'',r=t.found;$("li[data-dmws-search-tab=\"".concat(e,"\"] &gt; .dmws_perfect-search-count")).attr('data-dmws-search-results',r),$("li[data-dmws-search-tab=\"".concat(e,"\"]")).toggle(r&gt;0),'products'!==e&amp;&amp;$(".dmws_perfect-search-block.dmws_perfect-search-".concat(e)).html(s),$(".dmws_perfect-search-block.dmws_perfect-search-".concat(e,":not(.dmws_perfect-search-products-default)")).toggleClass('hidden',0===t.found);var a=0===(v=Object.values(b).reduce((function(e,t){return e+t})))&amp;&amp;0===$('.dmws_perfect-search-quick li').length;$("li[data-dmws-search-tab=\"all\"] .dmws_perfect-search-count").attr('data-dmws-search-results',v),$('.dmws_perfect-search-results').toggleClass('hidden',0===v),V.find('.dmws_perfect-search-no-results').toggle(a),$('.dmws_perfect-search-default li').length&amp;&amp;$('.dmws_perfect-search-default').toggle(a),$('.dmws_perfect-search-products-default li').length&amp;&amp;$('.dmws_perfect-search-products-default').toggleClass('hidden',!a),X()}function be(e){var t="&lt;label&gt;".concat(a.pages," &lt;span class=\"dmws_perfect-search-count\" data-dmws-search-results=\"").concat(e.found,"\"&gt;&lt;/span&gt;&lt;/label&gt;&lt;ul&gt;");return $.each(e.hits,(function(e,r){var a=r.document,c=r.highlight.hasOwnProperty('title.'+s)?r.highlight['title.'+s].snippet:a["title."+s],n=e+1&gt;i.pages?'all-hidden':'';t+="&lt;li class=\"".concat(n,"\"&gt;&lt;a href=\"").concat(th.shopBaseUrl+'/service/'+a.url[s],"\"&gt;").concat(c,"&lt;/a&gt;&lt;/li&gt;")})),t+='&lt;/ul&gt;&lt;/div&gt;'}function ye(e){var t="&lt;label&gt;".concat(a.faqs," &lt;span class=\"dmws_perfect-search-count\" data-dmws-search-results=\"").concat(e.found,"\"&gt;&lt;/span&gt;&lt;/label&gt;&lt;ul&gt;");return $.each(e.hits,(function(e,s){var r=s.document,a=s.highlight.hasOwnProperty('question')?s.highlight.question.snippet:r.question,c=e+1&gt;i.pages?'all-hidden':'';t+="&lt;li class=\"".concat(c,"\"&gt;&lt;a href=\"#\"&gt;").concat(a+th.dmws_search_chevron,"&lt;div class=\"dmws_perfect-search-faq-answer\"&gt;").concat(r.content,"&lt;/div&gt;&lt;/a&gt;&lt;/liclass&gt;")})),t+='&lt;/ul&gt;&lt;/div&gt;'}function ke(e){var t="&lt;label&gt;".concat(a.blogs," &lt;span class=\"dmws_perfect-search-count\" data-dmws-search-results=\"").concat(e.found,"\"&gt;&lt;/span&gt;&lt;/label&gt;&lt;ul&gt;");return $.each(e.hits,(function(e,r){var a=r.document,c=r.highlight.hasOwnProperty('title')?r.highlight.title.snippet:a.title,n=e+1&gt;i.blogs?'all-hidden':'',o={year:'numeric',month:'long',day:'numeric'},l=new Date(a.date).toLocaleDateString(s,o),d=th.shopBaseUrl+'/blogs/'+a.url;t+="&lt;li class=\"".concat(n,"\"&gt;&lt;a href=\"").concat(d,"\"&gt;"),a.image&amp;&amp;(t+="&lt;img src=\"".concat(a.image,"\" /&gt;")),t+="&lt;div class=\"dmws_perfect-search-meta\"&gt;&lt;div class=\"dmws_perfect-search-title\"&gt;".concat(c,"&lt;/div&gt;"),t+="&lt;p class=\"dmws_perfect-search-author\"&gt;".concat(l," door ").concat(a.author,"&lt;/p&gt;&lt;/div&gt;&lt;/a&gt;&lt;/li&gt;")})),t+='&lt;/ul&gt;&lt;/div&gt;'}function $e(e){var t="&lt;label&gt;".concat(a.categories," &lt;span class=\"dmws_perfect-search-count\" data-dmws-search-results=\"").concat(e.found,"\"&gt;&lt;/span&gt;&lt;/label&gt;&lt;ul&gt;");return $.each(e.hits,(function(e,r){var a=r.document,c=r.highlight.hasOwnProperty('title.'+s)?r.highlight['title.'+s].snippet:a["title."+s],n=e+1&gt;i.categories?'all-hidden':'';t+="&lt;li class=\"".concat(n,"\"&gt;&lt;a href=\"").concat(th.shopBaseUrl+'/'+a.url[s],"\"&gt;").concat(c,"&lt;/a&gt;"),a.parents.length&amp;&amp;(t+='&lt;ul&gt;',$.each(a.parents,(function(e,r){t+="&lt;li&gt;&lt;a href=\"".concat(th.shopBaseUrl+'/'+r['url.'+s],"\"&gt;").concat(r['title.'+s],"&lt;/a&gt;&lt;/li&gt;")})),t+='&lt;/ul&gt;'),t+='&lt;/li&gt;'})),t+='&lt;/ul&gt;&lt;/div&gt;'}function xe(e){var t="&lt;label&gt;".concat(a.brands," &lt;span class=\"dmws_perfect-search-count\" data-dmws-search-results=\"").concat(e.found,"\"&gt;&lt;/span&gt;&lt;/label&gt;&lt;ul&gt;");return $.each(e.hits,(function(e,s){var r=s.document,a=s.highlight.hasOwnProperty('title')?s.highlight.title.snippet:r.title,c=e+1&gt;i.brands?'all-hidden':'';t+="&lt;li class=\"".concat(c,"\"&gt;&lt;a href=\"").concat(th.shopBaseUrl,"/brands/").concat(r.url,"\"&gt;").concat(a,"&lt;/a&gt;&lt;/li&gt;")})),t+='&lt;/ul&gt;&lt;/div&gt;'}function Ce(e,t,s,r,c){var i,n=arguments.length&gt;5&amp;&amp;void 0!==arguments[5]&amp;&amp;arguments[5],o=h[t];$.each(null!==(i=s.facet_counts)&amp;&amp;void 0!==i?i:[],(function(s,i){if(i.field_name===e)if('price'!==e){var l='',p=i.counts;'score'===e?l=th.renderScoreFilter('search',h,e,p,a[r],t):$.each(p,(function(s,i){''===i.value||'categories'===t&amp;&amp;Ue(i.value)||(l+="&lt;li&gt;&lt;input data-title=\"".concat(null!=c?c:a[r],"\" data-filter=\"").concat(t,"\" data-value=\"").concat(i.value,"\" value=\"").concat(i.value,"\" ").concat(o&amp;&amp;o.includes(i.value)?'checked="checked"':''," type=\"checkbox\" id=\"dmws_perfect-search-").concat(e,"-").concat(s,"\"&gt;"),l+="&lt;label for=\"dmws_perfect-search-".concat(e,"-").concat(s,"\"&gt;").concat(i.value,"&lt;/label&gt;&lt;span class=\"dmws_perfect-search-count\" data-dmws-search-results=\"").concat(i.count,"\"&gt;&lt;/span&gt;&lt;/li&gt;"))})),$(".dmws_perfect-search-filter-wrap .dmws_perfect-search-".concat(r.replaceAll(/\./g,'_'))).toggle(''!==l).find('ul').html(l),'score'===e&amp;&amp;$('.rateit').rateit()}else O&amp;&amp;(d&amp;&amp;n?q=th.initPriceFilter(i,'search',h,m,q,'#dmws_perfect-search-filterbar .dmws_perfect-search-price-slider',Me,a,P):M=th.initPriceFilter(i,'search',h,m,M,'#dmws_perfect-search .dmws_perfect-search-price-slider',Me,a,P))}))}function Me(e,t,s,r,a,c){var n=d?[M,q]:[M];if(d&amp;&amp;$.each(n,(function(c,i){i!==e&amp;&amp;i.noUiSlider.updateOptions({range:{min:[0],max:[a]},start:[null!=t?t:r,null!=s?s:a]},!0)})),me(!1,!0),!he()){f=_=1;var o=0===c.closest('#dmws_perfect-search').length;Oe(R.val(),!0,o?24:i.products,!1,'price',!0)}}function qe(){var e='relevance'===y?'':y;e=th.getTypesenseSort(e,s,settings);var t=[],r=[],a=[];$.each(w,(function(e,c){if(null!=c.default_filter_key)switch(c.default_filter_key){case'price':r.push('price');var i=th.getSearchParam('ps_price[min]'),n=th.getSearchParam('ps_price[max]');if(null!==h.price||null!==i){var o=null!=i?i:$('.dmws_perfect-search-price-min').val(),l=null!=n?n:$('.dmws_perfect-search-price-max').val();t.push("price:[".concat(Math.ceil(100*o),"..").concat(Math.ceil(100*l),"]"))}break;case'stock':h.stock&amp;&amp;t.push('in_stock:=true');break;case'brand':r.push('brand_name'),h.brand&amp;&amp;h.brand.length&amp;&amp;t.push("brand_name:=[".concat(h.brand.map((function(e){return'`'+e+'`'})).join(','),"]"));break;case'review_score':r.push('score'),h.review_score&amp;&amp;h.review_score.length&amp;&amp;t.push("score:=[".concat(h.review_score.join(','),"]"));break;case'categories':r.push('category_name.'+s),h.categories&amp;&amp;h.categories.length&amp;&amp;t.push("category_name.".concat(s,":=[").concat(h.categories.map((function(e){return'`'+e+'`'})).join(','),"]"));break;default:var d="filters.".concat(s,".").concat(c.lightspeed_id);r.push(d),h.hasOwnProperty(c.id)&amp;&amp;h[c.id].length&amp;&amp;t.push("".concat(d,":=[").concat(h[c.id].map((function(e){return'`'+e+'`'})).join(','),"]"))}else{var p=c.id;h.hasOwnProperty(p)&amp;&amp;h[p].length?a.push({id:p,value:"filter_values: [".concat(h[p].map((function(e){return'`'+e+'`'})).join(','),"]")}):r.includes('filter_values')||r.push('filter_values')}}));var c=['variant_id','product_id','sku','ean','article_code'],i=['off','off','always','always','always'],n=['0','0','0','0','0'];return $.each(settings.search_priorities,(function(e,t){if(t)switch(e){case'short_description':c.push('description.'+s),i.push('off'),n.push('2');break;case'brand_name':c.push('brand_name'),i.push('off'),n.push('2');break;case'product':c.push('title.'+s),i.push(settings.use_infix?'always':'fallback'),n.push('2');break;case'variant':c.push('variant_title.'+s),i.push(settings.use_infix?'always':'fallback'),n.push('2');break;case'long_description':c.push('content.'+s),i.push('off'),n.push('2');break;case'tags':c.push('tags'),i.push('off'),n.push('2');break;case'specification_values':c.push('specifications.'+s),i.push('off'),n.push('2')}})),!t.includes('in_stock:=true')&amp;&amp;Se()&amp;&amp;t.push('in_stock:=true'),{queryBy:c,infix:i,numTypos:n,facet:r.join(','),filterBy:t,sort:e,customFilters:a}}function Se(){return Le()&amp;&amp;th.isFiltersNotEmpty(h,['stock'])}function Le(){return settings.filterSettings&amp;&amp;settings.filterSettings.design_settings.filter_on_stock&amp;&amp;!p}function je(){['.dmws_perfect-search-filter-price','.dmws_perfect-search-filter-stock'].forEach((function(e){$(e+':hidden').length&amp;&amp;$(e).show()}))}function Be(e,t,r){var a,c=arguments.length&gt;3&amp;&amp;void 0!==arguments[3]&amp;&amp;arguments[3],n=arguments.length&gt;4&amp;&amp;void 0!==arguments[4]&amp;&amp;arguments[4],p=null!==(a=e.found)&amp;&amp;void 0!==a?a:0,u='',m='',g=n?_:f,v=[],k=[],x;(n||(c?$('.dmws_perfect-search-products-wrap .dmws_perfect-search-count-not-filtered').attr('data-dmws-search-results',p):$('.dmws_perfect-search-products-wrap .dmws_perfect-search-count').attr('data-dmws-search-results',p)),p&gt;0)&amp;&amp;$.each(null!==(x=settings.show_variant_as_product?e.hits:e.grouped_hits)&amp;&amp;void 0!==x?x:[],(function(e,t){var s=th.getProduct(t,settings);u+=th.renderProduct(settings,'search',s,h.stock,O),k.push({selector:'#dmws_perfect-search .dmws_perfect-search_product-popup-'+s.variant_id,product:s}),d&amp;&amp;(m+=th.renderProduct(settings,'search',s,h.stock,O,!0),v.push({selector:'.dmws_perfect-search_product-result-'+s.variant_id,product:s}))}));if(n&amp;&amp;(L&amp;&amp;(o?($(settings.filters_selector).html("&lt;div id=\"dmws_perfect-search-filterbar\" class=\"dmws_perfect-search-filters\"&gt;".concat(U,"&lt;/div&gt;")),$(settings.products_selector).html(T)):($(l).html(B),O||$('.dmws_perfect-search-filter-price, .dmws_perfect-search-dropdown-content [data-sort^=price]').remove()),ge(!1,!0),settings.product_card_settings.show_wishlist_icon&amp;&amp;th.wishlistEvents(),$('.dmws_perfect-search-dropdown-content').find('.option-active').removeClass('option-active'),$(".dmws_perfect-search-dropdown-content span[data-sort=\"".concat(y,"\"]")).addClass('option-active'),L=!1),$('#dmws_perfect-search-results .dmws_perfect-search-no-results').toggle(0===p&amp;&amp;0===$('#dmws_perfect-search-results .dmws_perfect-search-quick li').length),d&amp;&amp;$('#dmws_perfect-search-results .dmws_perfect-search-products label span').text(p)),c)$(".dmws_perfect-search-products #dmws_perfect-search-products-not-filtered").html(u),$('#dmws_perfect-search .dmws_perfect-search-products-more').toggleClass('hidden',e.found&lt;=i.products);else{var C=th.isFiltersNotEmpty(h),M;if($('.dmws_perfect-search-filter-wrap-reset').toggle(C),w.length&amp;&amp;!C&amp;&amp;t){je();var q=w.filter((function(e){return'stock'!==e.default_filter_key}));$.each(q,(function(t,r){if(null!=r.default_filter_key){var a=r.default_filter_key;if('brand'===a)a='brand_name';else if('review_score'===a)a='score';else if('categories'===a)a='category_name.'+s;else if(r.lightspeed_id)return void Ce("filters.".concat(s,".").concat(r.lightspeed_id),r.id,e,"filters.".concat(s,".").concat(r.lightspeed_id),r.title[s]);Ce(a,r.default_filter_key,e,r.default_filter_key)}else th.addCustomFilters(h,r,e,s,'search')}))}b.products=e.found,g&gt;1?d&amp;&amp;n?($("#dmws_perfect-search-results .dmws_perfect-search-products-results").append(m),M=e.found&lt;=24+12*(g-1)):($(".dmws_perfect-search-products #dmws_perfect-search-products").append(u),M=e.found&lt;=g*i.products):(M=e.found&lt;=r,d&amp;&amp;n?$("#dmws_perfect-search-results .dmws_perfect-search-products-results").html(m).toggleClass('hidden',0===e.found):$(".dmws_perfect-search-products #dmws_perfect-search-products").html(u).toggleClass('hidden',0===e.found)),d&amp;&amp;n?(th.productCardsInit(v),$('#dmws_perfect-search-results .dmws_perfect-search-load-more').removeAttr('disabled').toggleClass('hidden',M||0===p)):$('#dmws_perfect-search .dmws_perfect-search-load-more').removeAttr('disabled').toggleClass('hidden',M)}n||th.productCardsInit(k,'dmws:search-product-line-init');var S=th.getSearchParam('ps_scroll');if(null!==S)if(d)window.scrollTo({top:S});else{var j=$('.dmws_perfect-search-products-wrap');j.length&amp;&amp;j.scrollTop(S)}$(".rateit").rateit(),th.refreshWishlist()}function Te(e){return settings.scopedKeys.hasOwnProperty(e)&amp;&amp;''!==settings.scopedKeys[e]?settings.scopedKeys[e]:settings.typesense.apiKey}function Pe(e,t){var r=arguments.length&gt;2&amp;&amp;void 0!==arguments[2]?arguments[2]:'',a=[],c=[],i=e.customFilters.map((function(e){return e.value})).join('&amp;&amp;'),n=e.filterBy.join('&amp;&amp;'),o=e.customFilters.filter((function(e){return h[e.id]&amp;&amp;h[e.id].length}));if(w.length&amp;&amp;settings.filterSettings){var l=e.filterBy.filter((function(e){return!e.startsWith('filter_values')})).join('&amp;&amp;');Le()&amp;&amp;!l.includes('in_stock')&amp;&amp;(''!==l&amp;&amp;(l+='&amp;&amp;'),l+='in_stock:=true'),a.push($.extend({},t,{facet_by:'filter_values',max_facet_values:Math.min(500,g),filter_by:l})),c.push("filter_values")}return $.each(w,(function(l,d){if(null!=d.default_filter_key){if('price'===d.default_filter_key&amp;&amp;'price'!==r)c.push(d.default_filter_key),a.push($.extend({},t,{filter_by:th.getFilterByStr(e.filterBy.filter((function(e){return!e.startsWith('price')})).join('&amp;&amp;'),i,Le()),facet_by:'price'}));else if('brand'===d.default_filter_key)c.push(d.default_filter_key),a.push($.extend({},t,{filter_by:th.getFilterByStr(e.filterBy.filter((function(e){return!e.startsWith('brand_name')})).join('&amp;&amp;'),i,Le()),facet_by:'brand_name',max_facet_values:25}));else if('review_score'===d.default_filter_key)c.push(d.default_filter_key),a.push($.extend({},t,{filter_by:th.getFilterByStr(e.filterBy.filter((function(e){return!e.startsWith('score')})).join('&amp;&amp;'),i,Le()),facet_by:'score',sort_by:'score:desc'}));else if('categories'===d.default_filter_key){c.push(d.default_filter_key);var p=e.filterBy.filter((function(e){return!e.startsWith('category_')}));a.push($.extend({},t,{filter_by:th.getFilterByStr(p.join('&amp;&amp;'),i,Le()),facet_by:'category_name.'+s,max_facet_values:20}))}else if(d.lightspeed_id){var u="filters.".concat(s,".").concat(d.lightspeed_id);if(h.hasOwnProperty(d.id)&amp;&amp;h[d.id].length){var f=e.filterBy.filter((function(e){return!e.startsWith(u)})).join('&amp;&amp;');a.push($.extend({},t,{filter_by:th.getFilterByStr(f,i,Le()),facet_by:u,max_facet_values:20})),c.push(u)}}}else if(o.filter((function(e){return e.id!==d.id})).length){c.push(d.id);var _=e.customFilters.filter((function(e){return e.id!==d.id})),m=w.find((function(e){return d.id===e.id})).values.map((function(e){return e.id.toString()}));_.push({id:d.id,value:'filter_values:['+m.join(',')+']'}),a.push($.extend({},t,{filter_by:th.getFilterByStr(n,_.map((function(e){return e.value})).join('&amp;&amp;'),Le()),facet_by:"filter_values",max_facet_values:Math.min(500,g)}))}})),{collections:a,names:c}}function Oe(e){var t=arguments.length&gt;1&amp;&amp;void 0!==arguments[1]&amp;&amp;arguments[1],r=arguments.length&gt;2?arguments[2]:void 0,c=arguments.length&gt;3&amp;&amp;void 0!==arguments[3]&amp;&amp;arguments[3],i=arguments.length&gt;4&amp;&amp;void 0!==arguments[4]?arguments[4]:'',n=arguments.length&gt;5&amp;&amp;void 0!==arguments[5]&amp;&amp;arguments[5];e=e.trim().toLowerCase();var o=qe(),l=Object.values(h).filter((function(e){return Array.isArray(e)?e.length&gt;0:null!==e})).length&gt;0,p=l||n,u=d&amp;&amp;V.hasClass('dmws_perfect-search-disabled'),m=u?_:f,g=o.filterBy.join('&amp;&amp;'),v=[];if(p&amp;&amp;t){var b={collection:'products_'+settings.shopId,q:e,query_by:o.queryBy.join(','),sort_by:o.sort,group_by:settings.show_variant_as_product?'':'product_id',group_limit:25,infix:o.infix.join(','),num_typos:o.numTypos.join(','),page:m,exhaustive_search:settings.use_exhaustive_search,'x-typesense-api-key':Te('products')};v=Pe(o,b,i).collections}o.customFilters.length&amp;&amp;(''!==g&amp;&amp;(g+='&amp;&amp;'),g+=o.customFilters.map((function(e){return e.value})).join('&amp;&amp;'));var y={collection:'products_'+settings.shopId,q:e,query_by:o.queryBy.join(','),sort_by:o.sort,group_by:settings.show_variant_as_product?'':'product_id',group_limit:25,max_facet_values:500,filter_by:g,facet_by:o.facet,infix:o.infix.join(','),num_typos:o.numTypos.join(','),per_page:r,page:u?m&gt;1?m+1:1:f,exhaustive_search:settings.use_exhaustive_search,'x-typesense-api-key':Te('products')},k=!1;Le()&amp;&amp;!g.includes('in_stock')&amp;&amp;(k=!0,v.push($.extend({},y,{filter_by:g+(''===g?'':'&amp;&amp;')+'in_stock:=true'}))),v.push(y);var x=function e(n){var l=n.results;if(p&amp;&amp;t){je();var d=w.filter((function(e){return'stock'!==e.default_filter_key})),m=0;$.each(d,(function(e,t){if(null!=t.default_filter_key){if('price'===t.default_filter_key&amp;&amp;'price'===i)return;var r=t.default_filter_key;if('brand'===r)r='brand_name';else if('review_score'===r)r='score';else if('categories'===r)r='category_name.'+s;else if(t.lightspeed_id){var a=h.hasOwnProperty(t.id)&amp;&amp;h[t.id].length?m+1:k?l.length-2:l.length-1;return Ce("filters.".concat(s,".").concat(t.lightspeed_id),t.id,l[a],"filters.".concat(s,".").concat(t.lightspeed_id),t.title[s]),void(h.hasOwnProperty(t.id)&amp;&amp;h[t.id].length&amp;&amp;m++)}Ce(r,t.default_filter_key,l[m+1],t.default_filter_key),m++}else{var c,n=o.customFilters.filter((function(e){return h[e.id]&amp;&amp;h[e.id].length})).filter((function(e){return e.id!==t.id})).length&gt;0,d=n?l[m+1]:l[0];th.addCustomFilters(h,t,d,s,'search'),n&amp;&amp;m++}})),th.maxFiltersCheck('search',a)}Be(l[l.length-1],!1,r,!1,u),c&amp;&amp;(u?_=c:f=c)};th.typesenseSearchMultiple(v).done((function(e){x(e)}))}function Fe(e){var t=arguments.length&gt;1&amp;&amp;void 0!==arguments[1]&amp;&amp;arguments[1];if(clearTimeout(z),e=Y(e),$('.dmws_perfect_search-clear').toggle(''!==e),S&amp;&amp;re(),t&amp;&amp;me(),S=!0,th.abortLastTypesenseSearch(),e.length&lt;2)return $('.dmws_perfect-search-results').addClass('hidden'),$('.dmws_perfect-search-products-default li').length&amp;&amp;$('.dmws_perfect-search-products-default').removeClass('hidden'),$('.dmws_perfect-search-default li').length&amp;&amp;$('.dmws_perfect-search-default').show(),$('.dmws_perfect-search-no-results').hide(),V.find('[data-dmws-search-tab="all"]').trigger('click'),V.find('.dmws_perfect-search-data &gt; *').removeClass('dmws_perfect-search-hide'),X(),void $('.dmws_perfect-search-quick').addClass('hidden').find('ul').html('');if($('.dmws_perfect-search-default,.dmws_perfect-search-products-default').hide(),!k.hasOwnProperty(e)||!k[e].processing){k[e]={sent:!1,processing:!0},Object.keys(b).forEach((function(e){return b[e]=0}));var r=[],a=[],n=Object.values(h).filter((function(e){return Array.isArray(e)?e.length&gt;0:null!==e})).length&gt;0;$.each(c,(function(t,c){if(c)switch('categories'===t?a.push('categories_tab'):a.push(t),t){case'products':var o=qe(),l={collection:'products_'+settings.shopId,q:e,query_by:o.queryBy.join(','),sort_by:o.sort,group_by:settings.show_variant_as_product?'':'product_id',group_limit:25,per_page:5,infix:o.infix.join(','),num_typos:o.numTypos.join(','),exhaustive_search:settings.use_exhaustive_search,page:f,'x-typesense-api-key':Te('products')},p=o.filterBy.join('&amp;&amp;');if(o.customFilters.length&amp;&amp;(''!==p&amp;&amp;(p+='&amp;&amp;'),p+=o.customFilters.map((function(e){return e.value})).join('&amp;&amp;')),r.push($.extend({},l,{filter_by:p,facet_by:o.facet,per_page:i.products*f,page:1})),d&amp;&amp;(a.push('products_search_page'),r.push($.extend({},l,{filter_by:p,facet_by:o.facet,per_page:24+12*(_-1),page:1}))),Le()&amp;&amp;!p.includes('in_stock')&amp;&amp;(a.push('products_on_stock'),r.push($.extend({},l,{filter_by:p+(''===p?'':'&amp;&amp;')+'in_stock:=true',facet_by:o.facet,per_page:24+12*(_-1),page:1}))),n){var m=Pe(o,l);r=r.concat(m.collections),a=a.concat(m.names)}a.push('products_not_filtered'),r.push({collection:'products_'+settings.shopId,q:e,filter_by:u&amp;&amp;h.stock?'in_stock:=true':'',query_by:o.queryBy.join(','),sort_by:o.sort,group_by:settings.show_variant_as_product?'':'product_id',group_limit:25,per_page:i.products,infix:o.infix.join(','),num_typos:o.numTypos.join(','),exhaustive_search:settings.use_exhaustive_search,'x-typesense-api-key':Te('products')});break;case'categories':r.push({collection:'categories_'+settings.shopId,filter_by:'is_visible:=true',q:e,query_by:"title.".concat(s),sort_by:"title.".concat(s,":asc"),infix:'fallback',per_page:50,'x-typesense-api-key':Te('categories')});break;case'pages':r.push({collection:'pages_'+settings.shopId,q:e,query_by:"title.".concat(s),sort_by:"title.".concat(s,":asc"),infix:'fallback',per_page:50,'x-typesense-api-key':Te('pages')});break;case'faqs':r.push({collection:'faqs_'+settings.shopId,q:e,query_by:"question",sort_by:"title:asc",filter_by:'language:='+s,per_page:50,'x-typesense-api-key':Te('faqs')});break;case'blogs':r.push({collection:'blogs_'+settings.shopId,q:e,query_by:"title",sort_by:"title:asc",filter_by:'language:='+s,per_page:50,'x-typesense-api-key':Te('blogs')});break;case'brands':r.push({collection:'brands_'+settings.shopId,q:e,query_by:'title',sort_by:'title:asc',infix:'fallback',per_page:50,'x-typesense-api-key':Te('brands')})}})),settings.quickLinks&amp;&amp;(a.push('quick_links'),r.push({collection:'quick_links_'+settings.shopId,q:e,query_by:'keyword',sort_by:'title:asc','x-typesense-api-key':Te('quick_links')}));var o=function t(s){Ae(a,s,e);var r=new URLSearchParams(window.location.search);r.has('ps_tab')?$('.dmws_perfect-search-nav li[data-dmws-search-tab="'+r.get('ps_tab')+'"]').trigger('click'):$('.dmws_perfect-search-nav li[data-dmws-search-tab="all"]').trigger('click')};th.typesenseSearchMultiple(r).done((function(e){o(e)})).always((function(){k[e].processing=!1})),$('.dmws_perfect-search-filter-wrap-reset').toggle(n)}}function Ie(){if(!C&amp;&amp;(settings.show_popular_terms||settings.show_popular_products)){C=!0;var e=[],t=[];if(settings.show_popular_terms)if(settings.auto_fill_popular_terms)t.push('popular_terms'),e.push({collection:'popular_terms_'+settings.shopId,q:'*',query_by:'keyword',sort_by:'searched:desc',per_page:3});else{0===settings.custom_popular_terms.length&amp;&amp;$('.dmws_perfect-search-default').hide();var s='';$.each(settings.custom_popular_terms,(function(e,t){s+="&lt;li&gt;&lt;a class=\"dmws_perfect-search-popular-link\" href=\"#\"&gt;".concat(t,"&lt;/a&gt;&lt;/li&gt;")})),$('.dmws_perfect-search-default ul').html(s)}if(settings.show_popular_products&amp;&amp;(settings.popularProducts.length?(t.push('popular_products'),e.push({collection:'products_'+settings.shopId,q:'*',query_by:'product_id',filter_by:'product_id:['+settings.popularProducts.join(',')+']',per_page:3,group_by:'product_id',group_limit:25})):$('.dmws_perfect-search-products-default').addClass('hidden')),e.length){var r=function e(s){$.each(s.results,(function(e,s){var r;switch(t[e]){case'popular_terms':0===s.found&amp;&amp;$('.dmws_perfect-search-default').hide();var a='';$.each(s.hits,(function(e,t){a+="&lt;li&gt;&lt;a class=\"dmws_perfect-search-popular-link\" href=\"#\"&gt;".concat(t.document.keyword,"&lt;/a&gt;&lt;/li&gt;")})),$('.dmws_perfect-search-default ul').html(a);break;case'popular_products':var c=0===(v=Object.values(b).reduce((function(e,t){return e+t})))&amp;&amp;0===$('.dmws_perfect-search-quick li').length;0!==s.found&amp;&amp;c||$('.dmws_perfect-search-products-default').addClass('hidden');var i='',n=[];$.each(settings.popularProducts,(function(e,t){var r=s.grouped_hits.filter((function(e){return e.group_key[0]==t}));if(r.length){var a=r[0].hits.find((function(e){return e.document.is_default}));a=a?a.document:r[0].hits[0].document,i+=th.renderProduct(settings,'search',a,h.stock,O),n.push({selector:'#dmws_perfect-search .dmws_perfect-search_product-popup-'+a.variant_id,product:a})}})),$('.dmws_perfect-search-products-default ul').html(i),th.productCardsInit(n,'dmws:search-product-line-init')}}))};th.typesenseSearchMultiple(e).done((function(e){r(e)}))}}}function Ue(e){var t=!1;return settings.hideCategories.length&amp;&amp;$.each(settings.hideCategories,(function(s,r){if('='===r.comparison_type&amp;&amp;r.value===e||'!='===r.comparison_type&amp;&amp;r.value!==e)return t=!0,!1})),t}function Ae(e,t,r){$.each(t.results,(function(t,s){var r=e[t],a='';switch(r){case'products':var c;b.products=null!==(c=s.found)&amp;&amp;void 0!==c?c:0,Be(s,!0,i.products),ve(r,s,a);break;case'products_search_page':Be(s,!0,24,!1,!0),ve(r,s,a);break;case'price':O&amp;&amp;(Ce('price','price',s),d&amp;&amp;Ce('price','price',s,'','',!0));break;case'products_not_filtered':Be(s,!1,i.products,!0);break;case'pages':b.pages=s.found,ve(r,s,a=s.found&gt;0?be(s):'');break;case'blogs':b.blogs=s.found,ve(r,s,a=s.found&gt;0?ke(s):'');break;case'faqs':b.faqs=s.found,ve(r,s,a=s.found&gt;0?ye(s):'');break;case'brands':b.brands=s.found,ve(r,s,a=s.found&gt;0?xe(s):'');break;case'categories_tab':b.categories=s.found,ve('categories',s,a=s.found&gt;0?$e(s):'');break;case'quick_links':var n='';s.found&gt;0&amp;&amp;$.each(s.hits,(function(e,t){var s=t.document;n+="&lt;li&gt;&lt;a href=\"".concat(s.link,"\"&gt;").concat(s.title,"&lt;/a&gt;&lt;/li&gt;")})),$('.dmws_perfect-search-quick').toggleClass('hidden',''===n).find('ul').html(n)}})),je(),$.each(w,(function(r,a){if('price'!==a.default_filter_key)if(null!=a.default_filter_key){var c=a.default_filter_key;if('brand'===c?c='brand_name':'review_score'===c?c='score':'categories'===c&amp;&amp;(c='category_name.'+s),a.lightspeed_id){c="filters.".concat(s,".").concat(a.id);var i=t.results[e.includes(c)?e.indexOf(c):e.includes('products_on_stock')?e.indexOf('products_on_stock'):e.indexOf('products')];Ce("filters.".concat(s,".").concat(a.lightspeed_id),a.id,i,"filters.".concat(s,".").concat(a.lightspeed_id),a.title[s])}else{var n=t.results[e.includes(a.default_filter_key)?e.indexOf(a.default_filter_key):e.indexOf('products')];Ce(c,a.default_filter_key,n,a.default_filter_key)}}else{var o=e.includes(a.id)?a.id:e.includes('filter_values')?'filter_values':'products',l=t.results[e.indexOf(o)];th.addCustomFilters(h,a,l,s,'search')}})),th.maxFiltersCheck('search',a);var c=Object.values(b).includes(v);$("li[data-dmws-search-tab=\"all\"]").toggle(!c),c&amp;&amp;$.each({pages:b.pages,categories:b.categories,faqs:b.faqs,blogs:b.blogs,products:b.products},(function(e,t){t&gt;0&amp;&amp;!$("li[data-dmws-search-tab=\"".concat(e,"\"]")).hasClass('dmws_perfect-search-active')&amp;&amp;$("li[data-dmws-search-tab=\"".concat(e,"\"]")).trigger('click')})),$('.dmws_perfect-search-no-results').toggle(0===v&amp;&amp;0===$('.dmws_perfect-search-quick li').length),k[r].processing=!1,k[r].empty=0===v,r===x?te(x):se(r)}function Ee(){var e='&lt;div id="dmws_perfect-search-page"&gt;&lt;div class="dmws_perfect-search-wrap"&gt;',t='&lt;div class="dmws_perfect-search-dummy-text"&gt;&lt;/div&gt;',s='';w.length&amp;&amp;(s+="&lt;div id=\"dmws_perfect-search-filterbar\" class=\"dmws_perfect-search-filters\"&gt;",c.products&amp;&amp;(s+='&lt;div class="dmws_perfect-search-filter-wrap"&gt;&lt;label class="filter-title"&gt;&lt;span class="dmws_perfect-search-filter-wrap-close readonly"&gt;'+th.dmws_search_close+"&lt;/span&gt;".concat(a.filter,"&lt;/label&gt;"),s+='&lt;div class="dmws_perfect-search-filter-wrap-filters"&gt;',$.each(w,(function(e,r){switch(r.default_filter_key){case'stock':s+="&lt;div class=\"dmws_perfect-search-filter\"&gt;&lt;label class=\"stock-label\"&gt;".concat(a.stock).concat(th.dmws_search_chevron,"&lt;/label&gt;"),s+="&lt;div&gt;".concat(t,"&lt;/div&gt;&lt;/div&gt;");break;case'price':s+="&lt;div class=\"dmws_perfect-search-filter\"&gt;&lt;label&gt;".concat(a.price).concat(th.dmws_search_chevron,"&lt;/label&gt;"),s+="&lt;div class=\"dmws_perfect-search-price-wrap\"&gt;".concat(t,"&lt;/div&gt;&lt;/div&gt;");break;default:s+=th.renderDummyCheckboxFilter('search')}})),s+='&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;'));var r="&lt;div id=\"dmws_perfect-search-results\" class=\"dmws_perfect-search-results-".concat(settings.page_row_products_count,"\"&gt;");if(settings.show_page_title&amp;&amp;(r+="&lt;h1&gt;".concat(a.search_results_for," '").concat(_e(),"'&lt;/h1&gt;")),r+='&lt;div class="dmws_perfect-search-results  dmws_perfect-search-data"&gt;',c.products){r+="&lt;div class=\"dmws_perfect-search-products\"&gt;&lt;label&gt;&lt;span class=\"products-count\"&gt;&lt;/span&gt;".concat(a.products,"&lt;/label&gt;"),w.length&amp;&amp;(r+='&lt;div class="dmws_perfect-search-button dmws_perfect-search-mobile-filter"&gt;&lt;span&gt;&lt;svg width="19" height="18" viewBox="0 0 19 18" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M14 9L15.5 9M14 9C14 8.17157 13.3284 7.5 12.5 7.5C11.6716 7.5 11 8.17157 11 9M14 9C14 9.82843 13.3284 10.5 12.5 10.5C11.6716 10.5 11 9.82843 11 9M5 4.5C5 5.32843 5.67157 6 6.5 6C7.32843 6 8 5.32843 8 4.5M5 4.5C5 3.67157 5.67157 3 6.5 3C7.32843 3 8 3.67157 8 4.5M5 4.5L3.5 4.5M8 4.5L15.5 4.5M11 9L3.5 9M5 13.5C5 14.3284 5.67157 15 6.5 15C7.32843 15 8 14.3284 8 13.5M5 13.5C5 12.6716 5.67157 12 6.5 12C7.32843 12 8 12.6716 8 13.5M5 13.5L3.5 13.5M8 13.5L15.5 13.5" stroke="#6B7280" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/&gt;&lt;/svg&gt;'+a.filter+'&lt;/span&gt;&lt;/div&gt;'),r+="&lt;div class=\"dmws_perfect-search-button dmws_perfect-search-dropdown\"&gt;&lt;span&gt;&lt;svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"&gt;&lt;path d=\"M6.46257 13.1667V3.66667M6.46257 3.66667L3.2959 6.83334M6.46257 3.66667L9.62923 6.83334M14.3792 6.83334V16.3333M14.3792 16.3333L17.5459 13.1667M14.3792 16.3333L11.2126 13.1667\" stroke=\"#6B7280\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/&gt;&lt;/svg&gt;".concat(a.sort_by).concat(th.dmws_search_chevron,"&lt;/span&gt;&lt;/div&gt;"),r+='&lt;/div&gt;&lt;div class="dmws_perfect-search-products-results"&gt;';for(var i=th.renderDummyProductCard('search',settings),n=0;n&lt;12;n++)r+=i;r+='&lt;/div&gt;'}r+="&lt;/div&gt;",settings.hide_branding||(r+='&lt;div class="dmws_perfect-search-footer"&gt;&lt;a href="https://plus.dmws.nl/" target="_blank"&gt;&lt;svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 65 65"&gt;&lt;path d="M40.635 0H16.271c-.007 10.817-.021 21.634-.028 32.458H0v7.228a9.04 9.04 0 009.043 9.043h7.228V65h7.567a8.7 8.7 0 008.704-8.703v-7.575h8.093C54.093 48.722 65 37.815 65 24.358 65 10.908 54.093 0 40.635 0zm8.295 24.344a8.139 8.139 0 01-8.135 8.135h-8.136V16.202h8.136c4.49 0 8.135 3.644 8.135 8.142z" fill="url(#plus_logo_fill)"/&gt;&lt;defs&gt;&lt;linearGradient id="plus_logo_fill" x1="3.756" y1="56.193" x2="42.478" y2="15.05" gradientUnits="userSpaceOnUse"&gt;&lt;stop stop-color="#E6332A"/&gt;&lt;stop offset="1" stop-color="#F39341"/&gt;&lt;/linearGradient&gt;&lt;/defs&gt;&lt;/svg&gt; Search by &lt;b&gt;Plus+&lt;/b&gt;&lt;/a&gt;&lt;/div&gt;'),r+='&lt;/div&gt;&lt;/div&gt;',o?($(settings.filters_selector).html(s),$(settings.products_selector).html("".concat(r))):(e+=s+r+'&lt;/div&gt;&lt;/div&gt;',$(l).html(e))}}));})(window.jQuery,JSON.parse('{\u0022product_card_settings\u0022:{\u0022show_brand\u0022:true,\u0022show_variant\u0022:true,\u0022show_image\u0022:true,\u0022image_ratio\u0022:\u0022square\u0022,\u0022show_stock\u0022:true,\u0022show_stock_level\u0022:true,\u0022show_prices_incl_vat\u0022:true,\u0022show_description\u0022:true,\u0022description_lines\u0022:\u00222\u0022,\u0022show_score\u0022:true,\u0022show_add_to_cart_button\u0022:true,\u0022show_quantity_input\u0022:true,\u0022show_another_image_on_hover\u0022:true,\u0022show_wishlist_icon\u0022:true,\u0022show_sale_label\u0022:true,\u0022use_custom_sale_label_html\u0022:false,\u0022show_discount_percentage\u0022:true,\u0022show_bestseller_label\u0022:true,\u0022use_custom_bestseller_label_html\u0022:false,\u0022show_bestseller_for\u0022:\u002210\u0022,\u0022use_custom_html\u0022:false,\u0022fill_product_image\u0022:false,\u0022hide_discount_sale_text\u0022:false,\u0022show_variant_in_stock\u0022:false,\u0022custom_sale_label_html\u0022:null,\u0022custom_bestseller_label_html\u0022:null,\u0022custom_html\u0022:null,\u0022override_out_of_stock_logic\u0022:0},\u0022show_variant_as_product\u0022:false,\u0022show_cheapest_variant\u0022:false,\u0022custom_css\u0022:null,\u0022defaultImage\u0022:\u0022https:\\\/\\\/app.dmws.plus\\\/img\\\/apps\\\/product-placeholder-square.png\u0022,\u0022defaultImageSmall\u0022:\u0022https:\\\/\\\/app.dmws.plus\\\/img\\\/apps\\\/product-placeholder-square-small.png\u0022,\u0022hide_branding\u0022:true,\u0022show_popular_terms\u0022:true,\u0022show_popular_products\u0022:true,\u0022show_filters\u0022:false,\u0022filters\u0022:[{\u0022id\u0022:7075,\u0022title\u0022:{\u0022nl\u0022:\u0022Whisky - Specificaties\u0022,\u0022de\u0022:\u0022Whisky - Spezifikationen\u0022,\u0022en\u0022:\u0022 Whisky - Specificaties\u0022,\u0022fr\u0022:\u0022Whisky - Sp\\u00e9cifications\u0022},\u0022is_hidden\u0022:false,\u0022lightspeed_id\u0022:126415,\u0022default_filter_key\u0022:\u0022lightspeed_126415\u0022,\u0022values_count\u0022:6,\u0022values\u0022:[]},{\u0022id\u0022:7078,\u0022title\u0022:{\u0022nl\u0022:\u0022Whisky - Regio\u0022,\u0022de\u0022:\u0022Whisky - Region\u0022,\u0022en\u0022:\u0022Whisky - Region\u0022,\u0022fr\u0022:\u0022Whisky - R\\u00e9gion\u0022},\u0022is_hidden\u0022:false,\u0022lightspeed_id\u0022:126213,\u0022default_filter_key\u0022:\u0022lightspeed_126213\u0022,\u0022values_count\u0022:8,\u0022values\u0022:[]},{\u0022id\u0022:7076,\u0022title\u0022:{\u0022nl\u0022:\u0022Rum - Specificaties\u0022,\u0022de\u0022:\u0022Rum - Spezifikationen\u0022,\u0022en\u0022:\u0022Rum - Specificaties\u0022,\u0022fr\u0022:\u0022Rhum - Sp\\u00e9cifications\u0022},\u0022is_hidden\u0022:false,\u0022lightspeed_id\u0022:126286,\u0022default_filter_key\u0022:\u0022lightspeed_126286\u0022,\u0022values_count\u0022:8,\u0022values\u0022:[]},{\u0022id\u0022:7077,\u0022title\u0022:{\u0022nl\u0022:\u0022Rum - Landen\u0022,\u0022de\u0022:\u0022Rum - L\\u00e4nder\u0022,\u0022en\u0022:\u0022Rum - Countries\u0022,\u0022fr\u0022:\u0022Rhum - Pays\u0022},\u0022is_hidden\u0022:false,\u0022lightspeed_id\u0022:126235,\u0022default_filter_key\u0022:\u0022lightspeed_126235\u0022,\u0022values_count\u0022:15,\u0022values\u0022:[]},{\u0022id\u0022:1483,\u0022title\u0022:{\u0022nl\u0022:\u0022Categorie\\u00ebn\u0022,\u0022fr\u0022:\u0022Cat\\u00e9gories\u0022},\u0022is_hidden\u0022:false,\u0022lightspeed_id\u0022:null,\u0022default_filter_key\u0022:\u0022categories\u0022,\u0022values_count\u0022:0,\u0022values\u0022:[]},{\u0022id\u0022:1481,\u0022title\u0022:{\u0022nl\u0022:\u0022Merk\u0022,\u0022fr\u0022:\u0022Marque\u0022},\u0022is_hidden\u0022:false,\u0022lightspeed_id\u0022:null,\u0022default_filter_key\u0022:\u0022brand\u0022,\u0022values_count\u0022:0,\u0022values\u0022:[]},{\u0022id\u0022:1482,\u0022title\u0022:{\u0022nl\u0022:\u0022Prijs\u0022,\u0022fr\u0022:\u0022Prix\u0022},\u0022is_hidden\u0022:false,\u0022lightspeed_id\u0022:null,\u0022default_filter_key\u0022:\u0022price\u0022,\u0022values_count\u0022:0,\u0022values\u0022:[]},{\u0022id\u0022:1485,\u0022title\u0022:{\u0022nl\u0022:\u0022Voorraad\u0022,\u0022fr\u0022:\u0022Stock\u0022},\u0022is_hidden\u0022:false,\u0022lightspeed_id\u0022:null,\u0022default_filter_key\u0022:\u0022stock\u0022,\u0022values_count\u0022:0,\u0022values\u0022:[]},{\u0022id\u0022:692659,\u0022title\u0022:{\u0022nl\u0022:\u0022Thee voor\u0022,\u0022de\u0022:\u0022Tee f\\u00fcr\u0022,\u0022en\u0022:\u0022Tea for\u0022,\u0022fr\u0022:\u0022Th\\u00e9 pour\u0022},\u0022is_hidden\u0022:false,\u0022lightspeed_id\u0022:null,\u0022default_filter_key\u0022:null,\u0022values_count\u0022:0,\u0022values\u0022:[{\u0022id\u0022:3992,\u0022title\u0022:{\u0022nl\u0022:\u0022de ganse dag\u0022,\u0022de\u0022:\u0022den ganzen Tag lang\u0022,\u0022en\u0022:\u0022all day long\u0022,\u0022fr\u0022:\u0022toute la journ\\u00e9e\u0022}},{\u0022id\u0022:3993,\u0022title\u0022:{\u0022nl\u0022:\u0022detox\u0022,\u0022de\u0022:\u0022detox\u0022,\u0022en\u0022:\u0022detox\u0022,\u0022fr\u0022:\u0022d\\u00e9tox\u0022}},{\u0022id\u0022:3994,\u0022title\u0022:{\u0022nl\u0022:\u0022meer energie\u0022,\u0022de\u0022:\u0022mehr Energie\u0022,\u0022en\u0022:\u0022more energy\u0022,\u0022fr\u0022:\u0022plus d\\u0027\\u00e9nergie\u0022}},{\u0022id\u0022:3995,\u0022title\u0022:{\u0022nl\u0022:\u0022extra ontspanning\u0022,\u0022de\u0022:\u0022weitere Entspannung\u0022,\u0022en\u0022:\u0022extra relaxation\u0022,\u0022fr\u0022:\u0022relaxation suppl\\u00e9mentaire\u0022}},{\u0022id\u0022:3996,\u0022title\u0022:{\u0022nl\u0022:\u0022beter slapen\u0022,\u0022de\u0022:\u0022besser schlafen\u0022,\u0022en\u0022:\u0022sleep better\u0022,\u0022fr\u0022:\u0022mieux dormir\u0022}},{\u0022id\u0022:3998,\u0022title\u0022:{\u0022nl\u0022:\u0022betere concentratie\u0022,\u0022de\u0022:\u0022bessere Konzentration\u0022,\u0022en\u0022:\u0022better concentration\u0022,\u0022fr\u0022:\u0022meilleure concentration\u0022}},{\u0022id\u0022:3999,\u0022title\u0022:{\u0022nl\u0022:\u0022de kids\u0022,\u0022de\u0022:\u0022die Kinder\u0022,\u0022en\u0022:\u0022the kids\u0022,\u0022fr\u0022:\u0022les enfants\u0022}},{\u0022id\u0022:4000,\u0022title\u0022:{\u0022nl\u0022:\u0022de zwangerschap\u0022,\u0022de\u0022:\u0022die Schwangerschaft\u0022,\u0022en\u0022:\u0022the pregnancy\u0022,\u0022fr\u0022:\u0022la grossesse\u0022}},{\u0022id\u0022:4001,\u0022title\u0022:{\u0022nl\u0022:\u0022ongesteldheid\u0022,\u0022de\u0022:\u0022Zeitraum\u0022,\u0022en\u0022:\u0022menstruation\u0022,\u0022fr\u0022:\u0022p\\u00e9riode\u0022}},{\u0022id\u0022:4002,\u0022title\u0022:{\u0022nl\u0022:\u0022huid, haar en nagels\u0022,\u0022de\u0022:\u0022Haut, Haare und N\\u00e4gel\u0022,\u0022en\u0022:\u0022skin, hair and nails\u0022,\u0022fr\u0022:\u0022peau, cheveux et ongles\u0022}},{\u0022id\u0022:4003,\u0022title\u0022:{\u0022nl\u0022:\u0022de menopauze\u0022,\u0022de\u0022:\u0022Menopause\u0022,\u0022en\u0022:\u0022menopause\u0022,\u0022fr\u0022:\u0022la m\\u00e9nopause\u0022}},{\u0022id\u0022:4004,\u0022title\u0022:{\u0022nl\u0022:\u0022ice tea\u0022,\u0022de\u0022:\u0022Eistee\u0022,\u0022en\u0022:\u0022iced tea\u0022,\u0022fr\u0022:\u0022th\\u00e9 glac\\u00e9\u0022}}]},{\u0022id\u0022:692440,\u0022title\u0022:{\u0022nl\u0022:\u0022Theesoort\u0022,\u0022de\u0022:\u0022Teesorte\u0022,\u0022en\u0022:\u0022Tea type\u0022,\u0022fr\u0022:\u0022Type de th\\u00e9\u0022},\u0022is_hidden\u0022:false,\u0022lightspeed_id\u0022:null,\u0022default_filter_key\u0022:null,\u0022values_count\u0022:0,\u0022values\u0022:[{\u0022id\u0022:3984,\u0022title\u0022:{\u0022nl\u0022:\u0022Groene thee\u0022,\u0022de\u0022:\u0022Gr\\u00fcner Tee\u0022,\u0022en\u0022:\u0022Green tea\u0022,\u0022fr\u0022:\u0022Th\\u00e9 vert\u0022}},{\u0022id\u0022:3985,\u0022title\u0022:{\u0022nl\u0022:\u0022Zwarte thee\u0022,\u0022de\u0022:\u0022Schwarzer Tee\u0022,\u0022en\u0022:\u0022Black tea\u0022,\u0022fr\u0022:\u0022Th\\u00e9 noir\u0022}},{\u0022id\u0022:3986,\u0022title\u0022:{\u0022nl\u0022:\u0022Oolong thee\u0022,\u0022de\u0022:\u0022Oolong-Tee\u0022,\u0022en\u0022:\u0022Oolong tea\u0022,\u0022fr\u0022:\u0022Th\\u00e9 Oolong\u0022}},{\u0022id\u0022:3987,\u0022title\u0022:{\u0022nl\u0022:\u0022Witte thee\u0022,\u0022de\u0022:\u0022Wei\\u00dfer Tee\u0022,\u0022en\u0022:\u0022White tea\u0022,\u0022fr\u0022:\u0022Th\\u00e9 blanc\u0022}},{\u0022id\u0022:3988,\u0022title\u0022:{\u0022nl\u0022:\u0022Fruit thee\u0022,\u0022de\u0022:\u0022Fr\\u00fcchtetee\u0022,\u0022en\u0022:\u0022Fruit tea\u0022,\u0022fr\u0022:\u0022Tisane au fruits\u0022}},{\u0022id\u0022:3989,\u0022title\u0022:{\u0022nl\u0022:\u0022Kruiden thee\u0022,\u0022de\u0022:\u0022Kr\\u00e4utertee\u0022,\u0022en\u0022:\u0022Herbal tea\u0022,\u0022fr\u0022:\u0022Tisane aux \\u00e9pices\\\/plantes\u0022}},{\u0022id\u0022:3990,\u0022title\u0022:{\u0022nl\u0022:\u0022Rooibos\u0022,\u0022de\u0022:\u0022Rooibos\u0022,\u0022en\u0022:\u0022Rooibos\u0022,\u0022fr\u0022:\u0022Rooibos\u0022}},{\u0022id\u0022:3991,\u0022title\u0022:{\u0022nl\u0022:\u0022Chai thee\u0022,\u0022de\u0022:\u0022Chai-Tee\u0022,\u0022en\u0022:\u0022Chai Tea\u0022,\u0022fr\u0022:\u0022Th\\u00e9 chai\u0022}}]},{\u0022id\u0022:693363,\u0022title\u0022:{\u0022nl\u0022:\u0022Olijfolie gebruik\u0022,\u0022de\u0022:\u0022Verwendung von Oliven\\u00f6l\u0022,\u0022en\u0022:\u0022Olive oil use\u0022,\u0022fr\u0022:\u0022Huile d\\u0027olive utilisation\u0022},\u0022is_hidden\u0022:false,\u0022lightspeed_id\u0022:null,\u0022default_filter_key\u0022:null,\u0022values_count\u0022:0,\u0022values\u0022:[{\u0022id\u0022:4010,\u0022title\u0022:{\u0022nl\u0022:\u0022voor groene salades\u0022,\u0022de\u0022:\u0022f\\u00fcr Blattsalate\u0022,\u0022en\u0022:\u0022for green salads\u0022,\u0022fr\u0022:\u0022pour salades vertes\u0022}},{\u0022id\u0022:4011,\u0022title\u0022:{\u0022nl\u0022:\u0022voor (salades) met vlees\u0022,\u0022de\u0022:\u0022f\\u00fcr (Salate) mit Fleisch\u0022,\u0022en\u0022:\u0022for (salads) with meat\u0022,\u0022fr\u0022:\u0022pour (salades) avec viande\u0022}},{\u0022id\u0022:4012,\u0022title\u0022:{\u0022nl\u0022:\u0022voor (salades) met vis\u0022,\u0022de\u0022:\u0022f\\u00fcr (Salate) mit Fisch\u0022,\u0022en\u0022:\u0022for (salads) with fish\u0022,\u0022fr\u0022:\u0022(pour salades) avec du poisson\u0022}},{\u0022id\u0022:4013,\u0022title\u0022:{\u0022nl\u0022:\u0022voor (salades) met fruit\u0022,\u0022de\u0022:\u0022f\\u00fcr (Salate) mit Obst\u0022,\u0022en\u0022:\u0022for (salads) with fruit\u0022,\u0022fr\u0022:\u0022(pour salades) avec des fruits\u0022}},{\u0022id\u0022:4014,\u0022title\u0022:{\u0022nl\u0022:\u0022voor dippen met brood\u0022,\u0022de\u0022:\u0022zum Dippen mit Brot\u0022,\u0022en\u0022:\u0022for dipping with bread\u0022,\u0022fr\u0022:\u0022pour trempette avec du pain\u0022}},{\u0022id\u0022:4015,\u0022title\u0022:{\u0022nl\u0022:\u0022voor pesto \\u0026 mayo\u0022,\u0022de\u0022:\u0022f\\u00fcr Pesto und Mayo\u0022,\u0022en\u0022:\u0022for pesto \\u0026 mayo\u0022,\u0022fr\u0022:\u0022pour pesto \\u0026 mayo\u0022}},{\u0022id\u0022:4016,\u0022title\u0022:{\u0022nl\u0022:\u0022voor salades met tomaat\u0022,\u0022de\u0022:\u0022f\\u00fcr Salate mit Tomaten\u0022,\u0022en\u0022:\u0022for salads with tomato\u0022,\u0022fr\u0022:\u0022pour salades \\u00e0 la tomate\u0022}},{\u0022id\u0022:4017,\u0022title\u0022:{\u0022nl\u0022:\u0022voor bakken en braden\u0022,\u0022de\u0022:\u0022zum Backen und Braten\u0022,\u0022en\u0022:\u0022for cooking \\u0026 frying\u0022,\u0022fr\u0022:\u0022pour cuisiner\u0022}},{\u0022id\u0022:4018,\u0022title\u0022:{\u0022nl\u0022:\u0022voor pasta\u0022,\u0022de\u0022:\u0022f\\u00fcr Nudeln\u0022,\u0022en\u0022:\u0022for pasta\u0022,\u0022fr\u0022:\u0022pour p\\u00e2tes\u0022}},{\u0022id\u0022:4019,\u0022title\u0022:{\u0022nl\u0022:\u0022voor warme groenten\u0022,\u0022de\u0022:\u0022f\\u00fcr warmes Gem\\u00fcse\u0022,\u0022en\u0022:\u0022for hot vegetables\u0022,\u0022fr\u0022:\u0022pour l\\u00e9gumes cuisin\\u00e9s\u0022}},{\u0022id\u0022:4020,\u0022title\u0022:{\u0022nl\u0022:\u0022voor bij kaas\u0022,\u0022de\u0022:\u0022als Beilage zu K\\u00e4se\u0022,\u0022en\u0022:\u0022to go with cheese\u0022,\u0022fr\u0022:\u0022avec du fromage\u0022}},{\u0022id\u0022:4021,\u0022title\u0022:{\u0022nl\u0022:\u0022voor soepen en sauzen\u0022,\u0022de\u0022:\u0022f\\u00fcr Suppen und So\\u00dfen\u0022,\u0022en\u0022:\u0022for soups and sauces\u0022,\u0022fr\u0022:\u0022pour soupes et sauces\u0022}},{\u0022id\u0022:4024,\u0022title\u0022:{\u0022nl\u0022:\u0022voor bij ijs\u0022,\u0022de\u0022:\u0022f\\u00fcr Eis\u0022,\u0022en\u0022:\u0022for ice cream\u0022,\u0022fr\u0022:\u0022avec de la glace\u0022}}]}],\u0022search_priorities\u0022:{\u0022product\u0022:true,\u0022variant\u0022:true,\u0022short_description\u0022:true,\u0022long_description\u0022:true,\u0022tags\u0022:true,\u0022specification_values\u0022:false,\u0022brand_name\u0022:true},\u0022result_display_settings\u0022:{\u0022enabled\u0022:{\u0022products\u0022:true,\u0022categories\u0022:true,\u0022pages\u0022:true,\u0022blogs\u0022:true},\u0022number\u0022:{\u0022products\u0022:\u002210\u0022,\u0022categories\u0022:\u00225\u0022,\u0022pages\u0022:\u00225\u0022,\u0022blogs\u0022:\u00225\u0022}},\u0022custom_popular_terms\u0022:[],\u0022auto_fill_popular_terms\u0022:true,\u0022custom_popular_products\u0022:[],\u0022auto_fill_popular_products\u0022:true,\u0022css_selector\u0022:null,\u0022page_css_selector\u0022:null,\u0022activate_stock_filter_by_default\u0022:false,\u0022ga_tracking_id\u0022:null,\u0022enable_search_page\u0022:false,\u0022open_page_on_enter\u0022:false,\u0022show_page_title\u0022:false,\u0022page_row_products_count\u0022:3,\u0022products_selector\u0022:null,\u0022filters_selector\u0022:null,\u0022use_exhaustive_search\u0022:true,\u0022use_infix\u0022:true,\u0022texts\u0022:{\u0022nl\u0022:{\u0022search_bar_text\u0022:\u0022Hi {{ name }}, waar ben je naar op zoek?\u0022,\u0022show_more_results\u0022:\u0022Toon meer resultaten\u0022,\u0022show_all_results\u0022:\u0022Toon alle resultaten\u0022,\u0022show_fewer_results\u0022:\u0022Toon minder resultaten\u0022,\u0022popular_terms\u0022:\u0022Populaire zoektermen\u0022,\u0022popular_products\u0022:\u0022Populaire producten\u0022,\u0022search_results_for\u0022:\u0022Zoekresultaten voor\u0022,\u0022no_results_title\u0022:\u0022Sorry! Geen resultaten gevonden\u0022,\u0022no_results_text\u0022:\u0022We hebben niet gevonden wat je zocht, probeer een andere zoekterm\u0022,\u0022show_more\u0022:\u0022Toon meer\u0022,\u0022show_less\u0022:\u0022Toon minder\u0022,\u0022everything\u0022:\u0022Alles\u0022,\u0022products\u0022:\u0022Producten\u0022,\u0022blogs\u0022:\u0022Blogs\u0022,\u0022faqs\u0022:\u0022FAQ\\u0027s\u0022,\u0022pages\u0022:\u0022Pagina\\u0027s\u0022,\u0022filter\u0022:\u0022Filteren\u0022,\u0022categories\u0022:\u0022Categorie\\u00ebn\u0022,\u0022brand\u0022:\u0022Merk\u0022,\u0022brands\u0022:\u0022Merken\u0022,\u0022type\u0022:\u0022Type\u0022,\u0022price\u0022:\u0022Prijs\u0022,\u0022stock\u0022:\u0022Voorraad\u0022,\u0022in_stock\u0022:\u0022Op voorraad\u0022,\u0022out_of_stock\u0022:\u0022Niet op voorraad\u0022,\u0022stock_level\u0022:\u0022{{ level }} op voorraad\u0022,\u0022sort_by\u0022:\u0022Sorteren op\u0022,\u0022relevance\u0022:\u0022Relevantie\u0022,\u0022price_asc\u0022:\u0022Prijs (laag naar hoog)\u0022,\u0022price_desc\u0022:\u0022Prijs (hoog naar laag)\u0022,\u0022title_asc\u0022:\u0022Titel Alfabetisch (A-Z)\u0022,\u0022title_desc\u0022:\u0022Titel Alfabetisch (Z-A)\u0022,\u0022popularity\u0022:\u0022Populariteit\u0022,\u0022close\u0022:\u0022Sluiten\u0022,\u0022clear\u0022:\u0022wissen\u0022,\u0022apply_filters\u0022:\u0022Filters toepassen\u0022,\u0022quick_link_label\u0022:\u0022Snel naar\u0022,\u0022view\u0022:\u0022Bekijken\u0022,\u0022review_score\u0022:\u0022Review score\u0022,\u0022sale\u0022:\u0022SALE\u0022,\u0022newest\u0022:\u0022Nieuwste\u0022},\u0022de\u0022:{\u0022search_bar_text\u0022:\u0022Hallo {{ name }}, wonach suchst du?\u0022,\u0022show_more_results\u0022:\u0022Weitere Ergebnisse anzeigen\u0022,\u0022show_fewer_results\u0022:\u0022Weniger Ergebnisse anzeigen\u0022,\u0022show_all_results\u0022:\u0022Alle Ergebnisse anzeigen\u0022,\u0022popular_terms\u0022:\u0022Beliebte Suchbegriffe\u0022,\u0022popular_products\u0022:\u0022Beliebte Produkte\u0022,\u0022search_results_for\u0022:\u0022Suchergebnisse f\\u00fcr \u0022,\u0022no_results_title\u0022:\u0022Es tut uns leid! keine Ergebnisse gefunden\u0022,\u0022no_results_text\u0022:\u0022Wir haben nicht gefunden, wonach Sie gesucht haben. Versuchen Sie es mit einem anderen Suchbegriff.\u0022,\u0022show_more\u0022:\u0022Zeig mehr\u0022,\u0022show_less\u0022:\u0022Zeige weniger\u0022,\u0022everything\u0022:\u0022Alles\u0022,\u0022products\u0022:\u0022Produkte\u0022,\u0022blogs\u0022:\u0022Blogs\u0022,\u0022faqs\u0022:\u0022H\\u00e4ufig gestellte Fragen\u0022,\u0022pages\u0022:\u0022Seiten\u0022,\u0022filter\u0022:\u0022Filter\u0022,\u0022categories\u0022:\u0022Kategorien\u0022,\u0022brand\u0022:\u0022Marke\u0022,\u0022brands\u0022:\u0022Marken\u0022,\u0022type\u0022:\u0022Typ\u0022,\u0022price\u0022:\u0022Preis\u0022,\u0022stock\u0022:\u0022Lager\u0022,\u0022in_stock\u0022:\u0022Auf Lager\u0022,\u0022out_of_stock\u0022:\u0022Ausverkauft\u0022,\u0022stock_level\u0022:\u0022{{ level }} auf Lager\u0022,\u0022sort_by\u0022:\u0022Sortieren nach\u0022,\u0022relevance\u0022:\u0022Relevanz\u0022,\u0022price_asc\u0022:\u0022Preis (niedrig bis hoch)\u0022,\u0022price_desc\u0022:\u0022Preis (hoch bis niedrig)\u0022,\u0022title_asc\u0022:\u0022Titel alphabetisch (A-Z)\u0022,\u0022title_desc\u0022:\u0022Titel alphabetisch (Z-A)\u0022,\u0022popularity\u0022:\u0022Popularit\\u00e4t\u0022,\u0022close\u0022:\u0022Schlie\\u00dfen\u0022,\u0022clear\u0022:\u0022l\\u00f6schen\u0022,\u0022apply_filters\u0022:\u0022Filter anwenden\u0022,\u0022quick_link_label\u0022:\u0022Schnell zu\u0022,\u0022view\u0022:\u0022Anzeigen\u0022,\u0022sale\u0022:\u0022SALE\u0022,\u0022review_score\u0022:\u0022Review score\u0022,\u0022newest\u0022:\u0022Newest\u0022},\u0022en\u0022:{\u0022search_bar_text\u0022:\u0022Hi {{ name }}, what are you looking for?\u0022,\u0022show_more_results\u0022:\u0022Show more results\u0022,\u0022show_fewer_results\u0022:\u0022Show fewer results\u0022,\u0022show_all_results\u0022:\u0022Show all results\u0022,\u0022popular_terms\u0022:\u0022Popular search terms\u0022,\u0022popular_products\u0022:\u0022Popular products\u0022,\u0022search_results_for\u0022:\u0022Search results for\u0022,\u0022no_results_title\u0022:\u0022Sorry! No results found\u0022,\u0022no_results_text\u0022:\u0022We didn\\u0027t find what you were looking for. Try a different search term.\u0022,\u0022show_more\u0022:\u0022Show more\u0022,\u0022show_less\u0022:\u0022Show less\u0022,\u0022everything\u0022:\u0022Everything\u0022,\u0022products\u0022:\u0022Products\u0022,\u0022blogs\u0022:\u0022Blogs\u0022,\u0022faqs\u0022:\u0022FAQs\u0022,\u0022pages\u0022:\u0022Pages\u0022,\u0022filter\u0022:\u0022Filter\u0022,\u0022categories\u0022:\u0022Categories\u0022,\u0022brand\u0022:\u0022Brand\u0022,\u0022brands\u0022:\u0022Brands\u0022,\u0022type\u0022:\u0022Type\u0022,\u0022price\u0022:\u0022Price\u0022,\u0022stock\u0022:\u0022Stock\u0022,\u0022in_stock\u0022:\u0022In stock\u0022,\u0022out_of_stock\u0022:\u0022Out of Stock\u0022,\u0022stock_level\u0022:\u0022{{ level }} in stock\u0022,\u0022sort_by\u0022:\u0022Sort by\u0022,\u0022relevance\u0022:\u0022Relevance\u0022,\u0022price_asc\u0022:\u0022Price (low to high)\u0022,\u0022price_desc\u0022:\u0022Price (high to low)\u0022,\u0022title_asc\u0022:\u0022Title Alphabetically (A-Z)\u0022,\u0022title_desc\u0022:\u0022Title Alphabetical (Z-A)\u0022,\u0022popularity\u0022:\u0022Popularity\u0022,\u0022close\u0022:\u0022Close\u0022,\u0022clear\u0022:\u0022clear\u0022,\u0022apply_filters\u0022:\u0022Apply filters\u0022,\u0022quick_link_label\u0022:\u0022Quickly to\u0022,\u0022view\u0022:\u0022View\u0022,\u0022review_score\u0022:\u0022Review score\u0022,\u0022sale\u0022:\u0022SALE\u0022,\u0022newest\u0022:\u0022Newest\u0022},\u0022fr\u0022:{\u0022search_bar_text\u0022:\u0022Bonjour {{ name }}, que cherchez-vous?\u0022,\u0022show_more_results\u0022:\u0022Afficher plus de r\\u00e9sultats\u0022,\u0022show_fewer_results\u0022:\u0022Afficher moins de r\\u00e9sultats\u0022,\u0022show_all_results\u0022:\u0022Afficher tous les r\\u00e9sultats\u0022,\u0022popular_terms\u0022:\u0022Termes de recherche populaires\u0022,\u0022popular_products\u0022:\u0022Produits populaires\u0022,\u0022search_results_for\u0022:\u0022R\\u00e9sultats de recherche pour\u0022,\u0022no_results_title\u0022:\u0022D\\u00e9sol\\u00e9! Aucun r\\u00e9sultat trouv\\u00e9\u0022,\u0022no_results_text\u0022:\u0022Nous n\\u0027avons pas trouv\\u00e9 ce que vous cherchiez. Essayez un terme de recherche diff\\u00e9rent.\u0022,\u0022show_more\u0022:\u0022Montrer plus\u0022,\u0022show_less\u0022:\u0022Montrer moins\u0022,\u0022everything\u0022:\u0022Tout\u0022,\u0022products\u0022:\u0022Produits\u0022,\u0022blogs\u0022:\u0022Blogs\u0022,\u0022faqs\u0022:\u0022FAQ\u0022,\u0022pages\u0022:\u0022Pages\u0022,\u0022filter\u0022:\u0022Filtre\u0022,\u0022categories\u0022:\u0022Cat\\u00e9gories\u0022,\u0022brand\u0022:\u0022Marque\u0022,\u0022brands\u0022:\u0022Marques\u0022,\u0022type\u0022:\u0022Type\u0022,\u0022price\u0022:\u0022Prix\u0022,\u0022stock\u0022:\u0022Stock\u0022,\u0022in_stock\u0022:\u0022En stock\u0022,\u0022out_of_stock\u0022:\u0022En rupture de stock\u0022,\u0022stock_level\u0022:\u0022{{ level }} en stock\u0022,\u0022sort_by\u0022:\u0022Trier par\u0022,\u0022relevance\u0022:\u0022Pertinence\u0022,\u0022price_asc\u0022:\u0022Prix (de bas en haut)\u0022,\u0022price_desc\u0022:\u0022Prix (de haut en bas)\u0022,\u0022title_asc\u0022:\u0022Titre Alphab\\u00e9tique (A-Z)\u0022,\u0022title_desc\u0022:\u0022Titre Alphab\\u00e9tique (Z-A)\u0022,\u0022popularity\u0022:\u0022Popularit\\u00e9\u0022,\u0022close\u0022:\u0022Fermer\u0022,\u0022clear\u0022:\u0022effacer\u0022,\u0022apply_filters\u0022:\u0022Appliquer filtres\u0022,\u0022quick_link_label\u0022:\u0022Vite \\u00e0\u0022,\u0022view\u0022:\u0022Voir\u0022,\u0022sale\u0022:\u0022SOLDES\u0022,\u0022review_score\u0022:\u0022Score revues\u0022,\u0022newest\u0022:\u0022Newest\u0022}},\u0022shopId\u0022:243083,\u0022quickLinks\u0022:true,\u0022filterSettings\u0022:{\u0022is_enabled\u0022:true,\u0022disable_for_categories\u0022:[\u00229174594\u0022],\u0022show_out_of_stock_last\u0022:true,\u0022infinite_scroll\u0022:false,\u0022design_settings\u0022:{\u0022row_products_count\u0022:\u00224\u0022,\u0022page_space_top\u0022:\u00220\u0022,\u0022page_space_bottom\u0022:\u00220\u0022,\u0022page_max_width\u0022:\u00221280\u0022,\u0022sort_by\u0022:\u0022popularity\u0022,\u0022show_category_image\u0022:true,\u0022show_category_content\u0022:true,\u0022show_category_description\u0022:true,\u0022show_more_after\u0022:\u00226\u0022,\u0022custom_template_implementation\u0022:false,\u0022hide_popular_after_filtering\u0022:false,\u0022hide_children_counts\u0022:false,\u0022collapse_filters\u0022:true,\u0022show_page_title\u0022:true,\u0022enable_lightspeed_sort\u0022:false,\u0022filter_on_stock\u0022:false,\u0022separate_filters_products\u0022:false,\u0022products_selector\u0022:null,\u0022filters_selector\u0022:null},\u0022css_selector\u0022:\u0022.dmws_perfect-filter-page\u0022,\u0022activate_stock_filter_by_default\u0022:null,\u0022show_popular_products\u0022:false,\u0022enable_lightspeed_sort\u0022:false},\u0022typesense\u0022:{\u0022url\u0022:\u0022https:\\\/\\\/search.dmws.plus\u0022,\u0022apiKey\u0022:\u0022csIVbwtuhoh1umGVe1VFy5Y0EmFPEAO2\u0022},\u0022popularity_sort\u0022:true,\u0022scopedKeys\u0022:[],\u0022hideCategories\u0022:[],\u0022popularProducts\u0022:[154091835,107299096,155279113,152928521,109116091,156562056,155280967,154774742,153723932,148550754],\u0022customLabels\u0022:[]}'));(function($,settings){var f=window.dmws.tsHelpers(settings);$((function(){var e,t;if('1'===f.getSearchParam('dmws_filter_preview')||settings.is_enabled){var r=window.dmws.shopLanguage,i=window.dmws.baseUrl,s=settings.texts[r],c=settings.design_settings.separate_filters_products,n=settings.css_selector?$(settings.css_selector):$('.dmws_perfect-filter-page').length?$('.dmws_perfect-filter-page'):$('article#collection,section#collection,section.collection-page__content,main#content,main&gt;.main-content&gt;#collection,main&gt;.main-content&gt;.row, main#home'),l=$('.dmws_perfect-filter-custom-template'),a=1,o=settings.filters,d=o.filter((function(e){return!e.default_filter_key||e.lightspeed_id})).reduce((function(e,t){return e+(t.lightspeed_id?t.values_count:t.values.length)}),0),p={},u={},_=null!==(e=settings.design_settings.sort_by)&amp;&amp;void 0!==e?e:'popularity',g=null!==(t=settings.design_settings.sort_by)&amp;&amp;void 0!==t?t:'popularity',m='',h='',w=null,v=null,y=!1,b,k=!0,x=null,C=null,L=window.location.href.includes(f.shopBaseUrl+'/collection/offers/'),F=!1,B=[],j=settings.design_settings.custom_template_implementation&amp;&amp;l.length&gt;0,M='',S='',O=!1,P=!0;if(!(window.location.href.includes(f.searchPageUrl)||'/'===f.path||/\.html$/.test(f.path)||window.location.href.includes(f.shopBaseUrl+'/service/')||window.location.href.includes(f.shopBaseUrl+'/cart/')||window.location.href.includes(f.shopBaseUrl+'/checkout/')||window.location.href.includes(f.shopBaseUrl+'/account/'))&amp;&amp;N()){var E=window.dmws.pfData;if(j&amp;&amp;E){M=E.currency;var T=null,U=E.tag,I=E.brands,D=E.brand,q=E.sort;U?S=x=U:I?(C=Object.values(I).pop().title,S=C):D?S=C=D:(L||(w=E.category)&amp;&amp;(v=R(E.categories,w)),S=E.collection.title),q&amp;&amp;z(q),G(E.collection||null,S)}else j||fe(),H();$(document).on('dmws-set-filter',(function(e,t){var r=t.filter,i;null===t.value?(p[r]=[],u[r]=[]):(p[r]=[t.value],u[r]=[t.value]),Y(),oe(!0,24,'',!0)}));var W=function e(){$('#dmws_perfect-filter-filterbar .dmws_perfect-filter-filter-wrap .dmws_perfect-filter-active-filters ul').html(''),$('#dmws_perfect-filter-filterbar .dmws_perfect-filter-filter input[type="checkbox"]').attr('checked',!1),p=f.resetFilters(o,(function(){null!=p.price&amp;&amp;(h.noUiSlider.updateOptions({range:{min:[0],max:[p.price.max]},start:[0,p.price.max]},!0),$('.price-filter').remove())}),r),u=jQuery.extend({},p),_=g,$('.dmws_perfect-filter-dropdown-content').find('.option-active').removeClass('option-active'),$(".dmws_perfect-filter-dropdown-content span[data-sort=\"".concat(_,"\"]")).addClass('option-active')};f.quantityEvents('filter'),$(document).on('change','.dmws_perfect-filter-switch_stock',(function(e){$(e.currentTarget).is(":checked")||(O=!0),u.stock=$(e.currentTarget).is(":checked"),J()||(p.stock=u.stock,a=1,oe(!0,24,!1,'')),Y(!1,!0,!0),Z(Q('stock').id,'in_stock')})),$(document).on('change','.dmws_perfect-filter-checkbox input',(function(e){var t=$(e.currentTarget);f.facetInputChange('filter',t,p,u);var r=t.data('filter'),i=t.data('value'),s;J()||(a=1,oe(!0,24,'',!0)),Y(!1,!0);var c=Q(r);Z(c?c.id:r,i)})),$(document).on('click','#dmws_perfect-filter-filterbar .delete-filter-price',(function(e){var t=p.price.max;J()||(a=1,p.price=null,Y(!1,!0),$('.price-filter').remove(),oe(!0,24,'',!0)),u.price=null;var r=$(e.currentTarget).parent();h.noUiSlider.updateOptions({start:[0,t],range:{min:[0],max:[t]}},!0),r.remove(),$(".dmws_perfect-filter-price-min").val(0)})),$(document).on('click','.filter-load-more',(function(e){e.preventDefault(),$('#dmws_perfect-filter-results .dmws_perfect-filter-load-more').attr('disabled','disabled'),b||(a++,Y(),oe(!1,12))}));var A=f.debounce((function(){$('#dmws_perfect-filter-results .dmws_perfect-filter-load-more').attr('disabled','disabled'),a++,Y(),oe(!1,12)}),250),Z=function e(t,r){$.ajax({type:'GET',crossDomain:!0,url:"".concat(i,"/api/shops/").concat(settings.shopId,"/filter/stats"),data:{filter:t,value:r}})};window.dmws.utils.getPerfectFilter=function(e){return o.find((function(t){return e===t.id}))}}}function N(){return c?$(settings.design_settings.products_selector).length&amp;&amp;$(settings.design_settings.filters_selector).length:settings.design_settings.custom_template_implementation?l.length&gt;0:n.length||$('#dmws_perfect-filter-page').length}function R(e,t){if(e.hasOwnProperty(t))return e[t].subs;var r=V(e);return r||Object.values(e).every((function(e){return e.subs&amp;&amp;(r=V(e.subs)),!r})),r&amp;&amp;r.subs&amp;&amp;r.subs[t].subs?r.subs[t].subs:[]}function H(){$.ajax({url:window.location.href,data:{format:'json'},dataType:'json',crossDomain:!0}).done((function(e){if((window.loggedIn||'login'!==e.shop.settings.catalog.prices)&amp;&amp;e.shop.settings.catalog.prices||(P=!1,$('.dmws_perfect-filter-filter-price,.dmws_perfect-filter-dropdown-content [data-sort^=price]').remove()),'pages/collection.rain'!==e.template||e.collection.category_id&amp;&amp;settings.disable_for_categories.includes(e.collection.category_id.toString()))j||(c?($('.dmws_perfect-filter-filterbar-content,.dmws_perfect-filter-products-content').contents().unwrap(),$('#dmws_perfect-filter-filterbar,#dmws_perfect-filter-results').remove()):($('#dmws_perfect-filter-page').remove(),$('.dmws_perfect-filter-page-content').contents().unwrap()));else{var t=f.shopBaseUrl+'/tags/',r=f.shopBaseUrl+'/brands/';M=e.shop.currency2.symbol,window.location.href.includes(t)?(x=e.page.title,z(e.collection.sort),S=e.collection.title):window.location.href.includes(r)?(C=e.collection.brands?Object.values(e.collection.brands).pop().title:e.collection.title,S=C,z(e.collection.sort)):(L||(w=e.collection.category_id,z(e.collection.sort),w&amp;&amp;(v=R(e.shop.categories,w))),S=e.collection.title),G(e.collection,S)}}))}function V(e){return Object.values(e).find((function(e){return e.subs&amp;&amp;Object.keys(e.subs).includes(w.toString())}))}function z(e){settings.enable_lightspeed_sort&amp;&amp;(m=X(e),'lightspeed_sort'===_&amp;&amp;(_=g=m))}function G(){var e,t,i=arguments.length&gt;0&amp;&amp;void 0!==arguments[0]?arguments[0]:null,n=arguments.length&gt;1?arguments[1]:void 0;if(settings.design_settings.show_page_title&amp;&amp;n&amp;&amp;$('#dmws_perfect-filter-results &gt; *:first-child').replaceWith("&lt;h1&gt;".concat(n,"&lt;/h1&gt;")),$('.dmws_perfect-filter-description').remove(),settings.design_settings.show_category_description&amp;&amp;i&amp;&amp;i.description){var l=$("&lt;div class=\"dmws_perfect-filter-content\"&gt;".concat(i.description,"&lt;/div&gt;"));if(!settings.infinite_scroll&amp;&amp;settings.design_settings.show_category_content&amp;&amp;i&amp;&amp;i.content){var a=$("&lt;a href=\"#pf-category-description\"&gt;".concat(s.read_more,"&lt;/a&gt;"));a.on('click',(function(e){var t=new URLSearchParams(window.location.search);t.delete('pf_scroll'),history.pushState({},'',window.location.pathname+'?'+t.toString())})),l.append(a)}$('#dmws_perfect-filter-results h1').after(l)}var d='';o.length||$('.dmws_perfect-filter-mobile-filter').remove();var g="&lt;div class=\"dmws_perfect-filter-dropdown-content\"&gt;&lt;label class=\"dmws_perfect-filter-hide\"&gt;".concat(s.sort_by,"&lt;/label&gt;");settings.enable_lightspeed_sort&amp;&amp;(g+="&lt;span class=\"".concat(_===m?'option-active':'',"\" data-sort=\"").concat(m,"\"&gt;").concat(s.default_sort,"&lt;/span&gt;")),$.each([{sort:'popularity',key:'popularity',text:s.popularity},{sort:'created_at:desc',key:'created_at:desc',text:s.newest},{sort:'price:asc',key:'price:asc',text:s.price_asc},{sort:'price:desc',key:'price:desc',text:s.price_desc},{sort:'title:asc',key:"title.".concat(r,":asc"),text:s.title_asc},{sort:'title:desc',key:"title.".concat(r,":desc"),text:s.title_desc}],(function(e,t){['price:asc','price:desc'].includes(t.sort)&amp;&amp;!P||(g+="&lt;span class=\"".concat(_===t.sort?'option-active':'',"\" data-sort=\"").concat(t.key,"\"&gt;").concat(t.text,"&lt;/span&gt;"))})),g+="&lt;/div&gt;",$('.dmws_perfect-filter-button.dmws_perfect-filter-dropdown').append(g),settings.show_popular_products&amp;&amp;w&amp;&amp;$('.dmws_perfect-filter-products').after("&lt;div class=\"dmws_perfect-filter-popular-products dmws_perfect-filter-popular-products-".concat(settings.design_settings.row_products_count,"\"&gt;&lt;/div&gt;")),$('.dmws_perfect-filter-products-results').after("&lt;button class=\"all-hidden dmws_perfect-filter-load-more filter-load-more ".concat(settings.infinite_scroll?'dmws_perfect-filter-infinite-scroll':'',"\"&gt;&lt;div&gt;")+f.dmws_search_chevron+s.show_more_results+f.buttonLoader+'&lt;/div&gt;&lt;/button&gt;'+(settings.infinite_scroll?f.buttonLoader:''));var h=f.getFiltersHtml(o,settings,'filter',s,r,C,se());d=h.html,p=h.filters,u=h.mobileFilters;var v="&lt;svg width=\"107\" height=\"81\" viewBox=\"0 0 85 66\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"&gt;&lt;path d=\"M56.8162 26.573C46.7341 1.3843 34.6656 9.42955 29.8916 16.6008C29.4989 17.071 27.7912 20.2486 24.1013 29.197C19.489 40.3826 16.4923 25.2488 10.429 40.6992C4.5125 55.7754 22.3215 55.194 30.8226 48.272C39.3236 41.35 69.4187 58.0589 56.8162 26.573Z\" fill=\"#F2F2F2\"/&gt;&lt;circle opacity=\"0.08\" cx=\"19.1809\" cy=\"11.0312\" r=\"5.02026\" transform=\"rotate(-6.7566 19.1809 11.0312)\" stroke=\"#1F1F1F\" stroke-width=\"1.26245\"/&gt;&lt;circle opacity=\"0.08\" cx=\"34.4491\" cy=\"52.5613\" r=\"1.64589\" transform=\"rotate(-6.7566 34.4491 52.5613)\" stroke=\"#1F1F1F\" stroke-width=\"1.26245\"/&gt;&lt;path opacity=\"0.08\" d=\"M66.6358 7.8015L66.7272 10.7095L63.9999 11.7228L61.2625 12.7084L59.456 10.4278L57.6727 8.12888L59.2835 5.70602L60.9188 3.29963L63.7209 4.0829L66.5148 4.89456L66.6358 7.8015Z\" stroke=\"#1F1F1F\" stroke-width=\"1.26245\"/&gt;&lt;path opacity=\"0.08\" d=\"M63.8394 48.8693C65.9874 46.2837 69.9633 49.5867 72.1113 47.0011C74.2594 44.4156 70.2834 41.1128 72.4315 38.5272C74.5795 35.9416 78.5554 39.2446 80.7037 36.6588C82.852 34.0729 78.8759 30.7701 81.024 28.1845\" stroke=\"#1D1D1B\" stroke-width=\"1.26245\" stroke-miterlimit=\"10\"/&gt;&lt;rect x=\"7.47021\" y=\"19.4259\" width=\"33.6177\" height=\"1.35829\" rx=\"0.679145\" fill=\"white\"/&gt;&lt;rect x=\"7.47021\" y=\"28.2548\" width=\"33.6177\" height=\"1.35829\" rx=\"0.679145\" fill=\"white\"/&gt;&lt;rect x=\"7.47021\" y=\"37.0836\" width=\"33.6177\" height=\"1.35829\" rx=\"0.679145\" fill=\"white\"/&gt;&lt;rect x=\"7.47021\" y=\"23.8402\" width=\"33.6177\" height=\"1.35829\" rx=\"0.679145\" fill=\"white\"/&gt;&lt;rect x=\"7.47021\" y=\"32.6692\" width=\"33.6177\" height=\"1.35829\" rx=\"0.679145\" fill=\"white\"/&gt;&lt;rect x=\"7.47021\" y=\"41.498\" width=\"33.6177\" height=\"1.35829\" rx=\"0.679145\" fill=\"white\"/&gt;&lt;rect x=\"48.2578\" y=\"44.0676\" width=\"2.37701\" height=\"9.50802\" transform=\"rotate(-45.9073 48.2578 44.0676)\" fill=\"#BEBEBE\"/&gt;&lt;rect x=\"51.2002\" y=\"47.8633\" width=\"3.7353\" height=\"13.5829\" rx=\"1.86765\" transform=\"rotate(-45.9073 51.2002 47.8633)\" fill=\"#6B7280\"/&gt;&lt;path d=\"M50.6442 43.0693L48.9902 44.7765L49.8438 45.6035C51.0877 45.2956 51.4648 44.3371 51.4978 43.8963L50.6442 43.0693Z\" fill=\"#A0A0A0\"/&gt;&lt;circle cx=\"42.1307\" cy=\"36.2398\" r=\"9.31221\" transform=\"rotate(-45.9073 42.1307 36.2398)\" stroke=\"#BEBEBE\" stroke-width=\"3.78735\"/&gt;&lt;path opacity=\"0.08\" d=\"M24.0003 53.8779L24.1314 58.0473L20.221 59.5002L16.2961 60.9134L13.706 57.6434L11.1491 54.3472L13.4587 50.8733L15.8034 47.4231L19.821 48.5461L23.8269 49.7099L24.0003 53.8779Z\" stroke=\"#1F1F1F\" stroke-width=\"1.26245\"/&gt;&lt;circle cx=\"52.1714\" cy=\"27.0343\" r=\"5.69144\" fill=\"#F39341\"/&gt;&lt;path d=\"M50.5112 28.6944L53.8312 25.3744M50.5112 25.3744L53.8312 28.6944\" stroke=\"white\" stroke-width=\"0.946838\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/&gt;&lt;/svg&gt;&lt;div&gt;",y='&lt;div style="display:none" class="dmws_perfect-filter-block dmws_perfect-filter-no-results"&gt;';y+=v+"&lt;label&gt;".concat(s.no_results_title,"&lt;/label&gt;&lt;span&gt;").concat(s.no_results_text,"&lt;/span&gt;\n&lt;div class=\"dmws_perfect-filter-no-results-buttons\"&gt;&lt;button class=\"dmws_perfect-filter-prev-page\"&gt;").concat(s.previous_page,"&lt;/button&gt;\n&lt;a href=\"").concat(f.shopBaseUrl,"\" class=\"dmws_perfect-filter-homepage\"&gt;").concat(s.to_homepage,"&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;");var b="&lt;div id=\"pf-category-description\"\nclass=\"dmws_perfect-filter-category-info ".concat(null===(e=settings.design_settings.category_info_2_columns_layout)||void 0===e||e?'dmws_perfect-filter-2-cols':'dmws_perfect-filter-1-col',"\"&gt;&lt;div&gt;");(null===(t=settings.design_settings.show_title_in_description)||void 0===t||t)&amp;&amp;settings.design_settings.show_page_title&amp;&amp;i&amp;&amp;(settings.design_settings.show_category_content&amp;&amp;i.content||settings.design_settings.show_category_image)&amp;&amp;(b+="&lt;h2 class=\"dmws_perfect-filter-title\"&gt;".concat(i.title,"&lt;/h2&gt;")),settings.design_settings.show_category_content&amp;&amp;i&amp;&amp;i.content&amp;&amp;(b+="&lt;div class=\"dmws_perfect-filter-content\"&gt;".concat(i.content,"&lt;/div&gt;")),b+='&lt;/div&gt;&lt;/div&gt;',$('.dmws_perfect-filter-data').after(y,b),o.length&amp;&amp;$('.dmws_perfect-filter-filter-wrap-filters').append(d),settings.custom_css&amp;&amp;$('head').append('&lt;style&gt;'+settings.custom_css+'&lt;/style&gt;'),c||f.sidebarFix('filter'),P||$('.dmws_perfect-filter-filter-price,.dmws_perfect-filter-dropdown-content [data-sort^=price]').remove(),K(),settings.product_card_settings.show_wishlist_icon&amp;&amp;f.wishlistEvents(),f.hasFilterParams('pf_')?ee():oe(!0,24,'',!0),settings.customLabels.length&amp;&amp;f.appendLabelStyles(settings.customLabels),$(document).trigger('dmws-plus:perfect-filter-init')}function K(){var e;function t(e,t){_=e;var r=24+12*(a-1);a=1,Y(),oe(!1,r)}$('.dmws_perfect-filter-filter-wrap').length&gt;0&amp;&amp;($(document).on('click','.dmws_perfect-filter-filter-wrap-show-results button',(function(e){e.preventDefault(),f.toggleMobileFiltersOpenClass('filter',!1),p=u,a=1,Y(!1,!0),oe(!0,24,'',!0),$('.dmws_perfect-filter-wrap').removeClass('show-filter').find('.dmws_perfect-filter-filter-wrap').removeClass('show-filter')})),$(document).on('click','.dmws_perfect-filter-filter-wrap-reset',(function(){W(),Y(),oe(!0,24,'',!0),$(document).trigger('dmws-plus:perfect-filter-reset')})),f.filtersEvents('filter'),$(window).on('popstate',(function(){ee()})),$(document).on('click','#dmws_perfect-filter-filterbar .delete-filter',(function(e){var t=$(e.currentTarget).parent();J()||(p[t.data('type')]=p[t.data('type')].filter((function(e){return e!==t.data('value').toString()})),a=1,oe(!0,24,'',!0)),u[t.data('type')]=u[t.data('type')]?u[t.data('type')].filter((function(e){return e!==t.data('value').toString()})):[],$(".dmws_perfect-filter-checkbox input[data-filter=\"".concat(t.data('type'),"\"][value=\"").concat(t.data('value'),"\"]")).attr('checked',!1),t.remove(),Y()}))),f.sortEvents('filter',t),f.dropDownEvents('filter',t);var r=f.debounce(Y,500);$(document).on('scroll',(function(){if(r(!0),c||f.scrollFix('filter'),settings.infinite_scroll&amp;&amp;!k&amp;&amp;!b){var e=$('#dmws_perfect-filter-results .dmws_perfect-filter-products-results');if(!$('.dmws_perfect-filter-load-more').hasClass('hidden')){var t=$(document).scrollTop();e.offset().top+e.height()&lt;=t+$(window).height()-50&amp;&amp;A()}}})),$('.dmws_perfect-filter-prev-page').on('click',(function(e){history.back()}))}function Q(e){return o.find((function(t){return t.default_filter_key===e}))}function J(){return $('.dmws_perfect-filter-filter-wrap-show-results').is(':visible')}function X(e){switch(e){case'asc':return"title_asc";case'desc':return"title_desc";case'lowest':return'price:asc';case'highest':return'price:desc';case'newest':return'created_at:desc';case'popular':return'views:desc';case'default':return"lightspeed_sort.".concat(w,":asc")}}function Y(){var e=arguments.length&gt;0&amp;&amp;void 0!==arguments[0]&amp;&amp;arguments[0],t=arguments.length&gt;1&amp;&amp;void 0!==arguments[1]&amp;&amp;arguments[1],r=arguments.length&gt;2&amp;&amp;void 0!==arguments[2]&amp;&amp;arguments[2],i=new URLSearchParams(window.location.search);p.stock||se()?i.set('pf_in_stock',!0):i.delete('pf_in_stock'),!r&amp;&amp;$('.dmws_perfect-filter-switch_stock').length&amp;&amp;$('.dmws_perfect-filter-switch_stock').prop('checked',p.stock||se()),p.price?(i.set('pf_price[min]',$('.dmws_perfect-filter-price-min').val()),i.set('pf_price[max]',$('.dmws_perfect-filter-price-max').val())):(i.delete('pf_price[min]'),i.delete('pf_price[max]')),p.categories&amp;&amp;p.categories.length?i.set('pf_categories',p.categories):i.delete('pf_categories'),null===C&amp;&amp;p.brand&amp;&amp;p.brand.length?i.set('pf_brands',p.brand):i.delete('pf_brands'),p.review_score&amp;&amp;p.review_score.length?i.set('pf_score',p.review_score):i.delete('pf_score'),$.each(o,(function(e,t){if(!['categories','price','brand','stock','review_score'].includes(t.default_filter_key)){var r="".concat(t.id);p.hasOwnProperty(r)&amp;&amp;p[t.id].length?i.set('pf_'+t.id,p[t.id].map((function(e){return'`'+e+'`'}))):i.delete('pf_'+t.id)}})),_!==g&amp;&amp;i.set('pf_sort_by',_);var s=$(document).scrollTop();1!==a?i.set('pf_page',a):i.delete('pf_page'),t&amp;&amp;window.scrollTo({top:0}),k||(t||s&lt;=100?i.delete('pf_scroll'):i.set('pf_scroll',Math.round(s)));var c=window.location.pathname;''!==i.toString()&amp;&amp;(c+='?'+i.toString()),e?history.replaceState({},'',c):history.pushState({},'',c)}function ee(){var e,t=new URLSearchParams(window.location.search);if(t.has('pf_sort_by')&amp;&amp;(_=t.get('pf_sort_by'),$('.dmws_perfect-filter-dropdown-content').find('.option-active').removeClass('option-active'),$(".dmws_perfect-filter-dropdown-content span[data-sort=\"".concat(_,"\"]")).addClass('option-active')),p.stock=u.stock=null!==(e=t.get('pf_in_stock'))&amp;&amp;void 0!==e&amp;&amp;e,$('.dmws_perfect-filter-switch_stock').prop('checked',p.stock),$('.dmws_perfect-filter-active-filters .price-filter').remove(),t.has('pf_price[min]')){var i=t.get('pf_price[min]'),c=t.get('pf_price[max]');$('.dmws_perfect-filter-active-filters ul').append("&lt;li class=\"price-filter\"&gt;".concat(s.price,": â‚¬").concat(i," - â‚¬").concat(c,"&lt;span class=\"delete-filter-price\"&gt;").concat(f.dmws_search_close,"&lt;/span&gt;&lt;/li&gt;"))}var n=t.get('pf_categories');if(p.categories=n?n.split(','):[],null===C){var l=t.get('pf_brands');p.brand=l?l.split(','):[]}var d=t.get('pf_score');if(p.review_score=d?d.split(','):[],$.each(['categories','brand','review_score'],(function(e,t){var r=s[t];$(".dmws_perfect-filter-active-filters li[data-type=\"".concat(t,"\"]")).each((function(e,r){p[t].includes($(r).data('value'))||$(r).remove()})),p[t]&amp;&amp;$.each(p[t],(function(e,i){$(".dmws_perfect-filter-active-filters li[data-type=\"".concat(t,"\"][data-value=\"").concat(i,"\"]")).length||$('.dmws_perfect-filter-active-filters ul').append("&lt;li data-type=\"".concat(t,"\" data-value=\"").concat(i,"\"&gt;").concat(r,":\n ").concat(i,"&lt;span class=\"delete-filter\"&gt;").concat(f.dmws_search_close,"&lt;/span&gt;&lt;/li&gt;"))}))})),$.each(o,(function(e,i){if(t.has('pf_'+i.id)){var s,c=null!==(s=t.get('pf_'+i.id))&amp;&amp;void 0!==s?s:'';c=c.includes('`')?c.split('`,').map((function(e){return e.replaceAll('`','')})):c.split(','),p[i.id]=c}else p[i.id]=[];$(".dmws_perfect-filter-active-filters li[data-type=\"".concat(i.id,"\"]")).each((function(e,t){p[i.id].includes($(t).data('value'))||$(t).remove()})),i.is_hidden||$.each(p[i.id],(function(e,t){var s;s=null!==i.default_filter_key?t.toString():(s=i.values.find((function(e){return e.id.toString()===t.toString()}))).title[r],$(".dmws_perfect-filter-active-filters li[data-type=\"".concat(i.id,"\"][data-value=\"").concat(t,"\"]")).length||$('.dmws_perfect-filter-active-filters ul').append("&lt;li data-type=\"".concat(i.id,"\" data-value=\"").concat(t,"\"&gt;").concat(i.title[r],": ").concat(s,"&lt;span class=\"delete-filter\"&gt;").concat(f.dmws_search_close,"&lt;/span&gt;&lt;/li&gt;"))}))})),t.has('pf_page')){var g=parseInt(t.get('pf_page')),m=g&gt;1&amp;&amp;1===a?12*g+12:24;g&gt;1&amp;&amp;a&gt;1&amp;&amp;(m=12),oe(!0,m,'',!0),a=g}else oe(!0,24,'',!0)}function te(e,t,r){var i,c=arguments.length&gt;3&amp;&amp;void 0!==arguments[3]?arguments[3]:'',n=arguments.length&gt;4&amp;&amp;void 0!==arguments[4]?arguments[4]:null,l=p[t];$.each(null!==(i=r.facet_counts)&amp;&amp;void 0!==i?i:[],(function(r,i){if(i.field_name===e)if('price'!==e){var a='',o=i.counts;'score'===e?a=f.renderScoreFilter('filter',p,e,o,s[c],t):$.each(o,(function(r,i){if(''!==i.value){if('categories'===c&amp;&amp;v&amp;&amp;0===Object.values(v).filter((function(e){return e.title.trim()===i.value})).length)return;a+="&lt;li&gt;&lt;input data-title=\"".concat(null!=n?n:s[c],"\" data-filter=\"").concat(t,"\" data-value=\"").concat(i.value,"\" value=\"").concat(i.value,"\" ").concat(l&amp;&amp;l.includes(i.value)?'checked="checked"':''," type=\"checkbox\" id=\"dmws_perfect-filter-").concat(e,"-").concat(r,"\"&gt;"),a+="&lt;label for=\"dmws_perfect-filter-".concat(e,"-").concat(r,"\"&gt;").concat(i.value),a+="&lt;/label&gt;&lt;span class=\"dmws_perfect-filter-count\" data-dmws-filter-results=\"".concat(i.count,"\"&gt;&lt;/span&gt;&lt;/li&gt;")}})),$(".dmws_perfect-filter-".concat(c.replaceAll(/\./g,'_'))).toggle(''!==a).find('ul').html(a)}else P&amp;&amp;(h=f.initPriceFilter(i,'filter',p,u,h,"#dmws_perfect-filter-filterbar .dmws_perfect-filter-price-slider",re,s,M))}))}function re(e,t,r){var i=arguments.length&gt;3&amp;&amp;void 0!==arguments[3]?arguments[3]:0,s=arguments.length&gt;4&amp;&amp;void 0!==arguments[4]?arguments[4]:0;null!==p.price||J()||(p.price={min:t,max:r}),null===u.price&amp;&amp;(u.price={min:t,max:r}),Y(!1,!0),J()||(a=1,oe(!0,24,'price',!0)),Z(Q('price').id,"min: ".concat(t,", max: ").concat(r))}function ie(){var e=_,t=[],i=[],s=['variant_id','product_id'],c=['off','off'],n=['0','0'];e=f.getTypesenseSort(e,r,settings),w?t.push("category_id:=".concat(w)):x?t.push("tags:=".concat(x)):C?t.push("brand_name:=`".concat(C,"`")):L&amp;&amp;t.push("price_old_num:&gt;0");var l=[];return $.each(o,(function(e,s){if(null!=s.default_filter_key)switch(s.default_filter_key){case'price':i.push('price');var c=f.getSearchParam('pf_price[min]'),n=f.getSearchParam('pf_price[max]');if(null!==p.price||null!==c){var a=null!=c?c:$('.dmws_perfect-filter-price-min').val(),o=null!=n?n:$('.dmws_perfect-filter-price-max').val();t.push("price:[".concat(Math.ceil(100*a),"..").concat(Math.ceil(100*o),"]"))}break;case'stock':p.stock&amp;&amp;t.push('in_stock:=true');break;case'brand':i.push('brand_name'),p.brand&amp;&amp;p.brand.length&amp;&amp;t.push("brand_name:=[".concat(p.brand.map((function(e){return'`'+e+'`'})).join(','),"]"));break;case'review_score':i.push('score'),p.review_score&amp;&amp;p.review_score.length&amp;&amp;t.push("score:=[".concat(p.review_score.join(','),"]"));break;case'categories':i.push('category_name.'+r),p.categories&amp;&amp;p.categories.length&amp;&amp;t.push("category_name.".concat(r,":=[").concat(p.categories.map((function(e){return'`'+e+'`'})).join(','),"]"));break;default:var d="filters.".concat(r,".").concat(s.lightspeed_id);i.push(d),p.hasOwnProperty(s.id)&amp;&amp;p[s.id].length&amp;&amp;t.push("".concat(d,":=[").concat(p[s.id].map((function(e){return'`'+e+'`'})).join(','),"]"))}else{var u=s.id;p.hasOwnProperty(u)&amp;&amp;p[u].length&amp;&amp;l.push({id:u,value:"filter_values: [".concat(p[u].map((function(e){return'`'+e+'`'})).join(','),"]")})}})),!t.includes('in_stock:=true')&amp;&amp;se()&amp;&amp;t.push('in_stock:=true'),{queryBy:s,infix:c,numTypos:n,facet:i.join(','),filterBy:t,sort:e,customFilters:l}}function se(){return f.isFiltersNotEmpty(p,['stock'])&amp;&amp;ce()}function ce(){return settings.design_settings.filter_on_stock&amp;&amp;!O}function ne(e,t){var r,i=null!==(r=e.found)&amp;&amp;void 0!==r?r:0,c='',n=a,l=[],o;i&gt;0&amp;&amp;$.each(null!==(o=settings.show_variant_as_product?e.hits:e.grouped_hits)&amp;&amp;void 0!==o?o:[],(function(e,t){var r=f.getProduct(t,settings),i=[];settings.show_popular_products&amp;&amp;w&amp;&amp;B.includes(r.variant_id)&amp;&amp;i.push({type:'popular',text:s.popular}),c+=f.renderProduct(settings,'filter',r,p.stock,P,!0,i,e+1&gt;2*settings.design_settings.row_products_count),l.push({selector:'.dmws_perfect-filter-products-results .dmws_perfect-filter_product-result-'+r.variant_id,product:r})}));$('#dmws_perfect-filter-results .dmws_perfect-filter-no-results').toggle(0===i),$('#dmws_perfect-filter-results .dmws_perfect-filter-products label span').text(i);var d=f.isFiltersNotEmpty(p);$('.dmws_perfect-filter-filter-wrap-reset').toggle(d),$("#dmws_perfect-filter-results .dmws_perfect-filter-products-results .dmws_perfect-filter_product-result-dummy").remove(),['.dmws_perfect-filter-filter-price','.dmws_perfect-filter-filter-stock'].forEach((function(e){$(e+':hidden').length&amp;&amp;$(e).show()})),$(".dmws_perfect-filter-products-results .dmws_perfect-filter_product-result-dummy").remove(),n&gt;1?($("#dmws_perfect-filter-results .dmws_perfect-filter-products-results").append(c).toggleClass('hidden',0===e.found),b=e.found&lt;=24+12*(n-1)):(b=e.found&lt;=t,$("#dmws_perfect-filter-results .dmws_perfect-filter-products-results").html(c).toggleClass('hidden',0===e.found)),f.productCardsInit(l),$('#dmws_perfect-filter-results .dmws_perfect-filter-load-more').removeAttr('disabled').toggleClass('hidden',b||0===i),$(".rateit").rateit();var u=f.getSearchParam('pf_scroll');null!==u&amp;&amp;window.scrollTo({top:u}),k=!1,f.refreshWishlist()}function le(e){var t;if(!y){var r=null!==(t=e.found)&amp;&amp;void 0!==t?t:0;y=!0;var i=[];if(r&gt;0){var c,n='&lt;div class="dmws_perfect-filter-products-slider-header"&gt;'+"&lt;h3&gt;".concat(s.popular_products+' '+S,"&lt;/h3&gt;&lt;/div&gt;\n&lt;div id=\"dmws_perfect-filter-products-slider\" class=\"dmws_perfect-filter-products-slider\"&gt;");$.each(null!==(c=settings.show_variant_as_product?e.hits:e.grouped_hits)&amp;&amp;void 0!==c?c:[],(function(e,t){var r=f.getProduct(t,settings);B.push(r.variant_id),n+='&lt;div&gt;'+f.renderProduct(settings,'filter',r,p.stock,P,!0,[{type:'popular',text:s.popular}],e+1&gt;settings.design_settings.row_products_count)+'&lt;/div&gt;',i.push({selector:'#dmws_perfect-filter-products-slider .dmws_perfect-filter_product-result-'+r.variant_id,product:r})})),n+='&lt;/div&gt;',$('.dmws_perfect-filter-popular-products').show().html(n),f.productCardsInit(i),tns({container:'#dmws_perfect-filter-products-slider',items:2,slideBy:2,autoplay:!1,controls:!0,gutter:10,controlsText:["&lt;span&gt;&lt;svg width=\"6\" height=\"11\" viewBox=\"0 0 6 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"&gt;\n&lt;path d=\"M5.49853 9.99584L5.83359 9.6631C5.93822 9.55837 5.99587 9.41905 5.99587 9.27014C5.99587 9.12132 5.93822 8.98183 5.83359 8.87711L2.03769 5.08138L5.8378 1.28127C5.94244 1.17671 6 1.03722 6 0.888396C6 0.739573 5.94244 0.6 5.8378 0.495361L5.5048 0.162533C5.28826 -0.0541775 4.93553 -0.0541775 4.71898 0.162533L0.178225 4.68702C0.0736692 4.79158 6.88005e-07 4.9309 6.94435e-07 5.08105L6.94509e-07 5.08278C7.00886e-07 5.23169 0.0737522 5.37101 0.178225 5.47557L4.70668 9.99584C4.81123 10.1006 4.95477 10.158 5.10359 10.1582C5.2525 10.1582 5.39405 10.1006 5.49853 9.99584Z\" fill=\"#6B7280\"/&gt;\n&lt;/g&gt;&lt;/svg&gt;&lt;/span&gt;","&lt;span&gt;&lt;svg width=\"6\" height=\"11\" viewBox=\"0 0 6 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"&gt;\n&lt;path d=\"M0.501472 9.99584L0.166414 9.6631C0.0617753 9.55837 0.00412908 9.41905 0.00412908 9.27014C0.00412909 9.12132 0.0617754 8.98183 0.166414 8.87711L3.96231 5.08138L0.162202 1.28127C0.0575637 1.17671 -4.44193e-08 1.03722 -3.80459e-08 0.888396C-3.16725e-08 0.739573 0.0575637 0.6 0.162202 0.495361L0.495196 0.162533C0.711741 -0.0541775 1.06447 -0.0541775 1.28102 0.162533L5.82177 4.68702C5.92633 4.79158 6 4.9309 6 5.08105L6 5.08278C6 5.23169 5.92625 5.37101 5.82177 5.47557L1.29332 9.99584C1.18877 10.1006 1.04523 10.158 0.896407 10.1582C0.747501 10.1582 0.605946 10.1006 0.501472 9.99584Z\" fill=\"#6B7280\"/&gt;\n&lt;/svg&gt;&lt;/span&gt;"],nav:!1,autoplayButtonOutput:!1,responsive:{768:{items:settings.design_settings.row_products_count,slideBy:settings.design_settings.row_products_count,gutter:30}}}),$(".rateit").rateit()}else $('.dmws_perfect-filter-popular-products').hide()}}function ae(){return settings.typesense.apiKey}function oe(){var e=arguments.length&gt;0&amp;&amp;void 0!==arguments[0]&amp;&amp;arguments[0],t=arguments.length&gt;1&amp;&amp;void 0!==arguments[1]?arguments[1]:24,i=arguments.length&gt;2&amp;&amp;void 0!==arguments[2]?arguments[2]:'',c=arguments.length&gt;3&amp;&amp;void 0!==arguments[3]&amp;&amp;arguments[3],n=ie(),l=f.isFiltersNotEmpty(p),u=l||c,_=[],g=n.filterBy.join('&amp;&amp;'),m=n.customFilters.map((function(e){return e.value})).join('&amp;&amp;'),h={collection:'products_'+settings.shopId,q:'*',query_by:n.queryBy.join(','),sort_by:n.sort,group_by:settings.show_variant_as_product?'':'product_id',group_limit:25,infix:n.infix.join(','),num_typos:n.numTypos.join(','),page:a,exhaustive_search:!0,'x-typesense-api-key':ae('products')},b=n.customFilters.filter((function(e){return p[e.id]&amp;&amp;p[e.id].length})),k=[];u&amp;&amp;e&amp;&amp;(o.length&amp;&amp;(_.push($.extend({},h,{facet_by:"filter_values",max_facet_values:Math.min(500,d),filter_by:f.getFilterByStr(n.filterBy.join('&amp;&amp;'),m,ce())})),k.push('filter_values'),$.each(o,(function(e,t){if(null!=t.default_filter_key)if('price'===t.default_filter_key&amp;&amp;'price'!==i)_.push($.extend({},h,{filter_by:f.getFilterByStr(n.filterBy.filter((function(e){return!e.startsWith('price')})).join('&amp;&amp;'),m,ce()),facet_by:'price'})),k.push(t.default_filter_key);else if('brand'===t.default_filter_key)null===C&amp;&amp;(_.push($.extend({},h,{filter_by:f.getFilterByStr(n.filterBy.filter((function(e){return!e.startsWith('brand_name')})).join('&amp;&amp;'),m,ce()),facet_by:'brand_name',max_facet_values:25})),k.push(t.default_filter_key));else if('review_score'===t.default_filter_key)_.push($.extend({},h,{filter_by:f.getFilterByStr(n.filterBy.filter((function(e){return!e.startsWith('score')})).join('&amp;&amp;'),m,ce()),facet_by:'score',sort_by:'score:desc'})),k.push(t.default_filter_key);else if('categories'!==t.default_filter_key||w&amp;&amp;null===v){if(t.lightspeed_id){var s="filters.".concat(r,".").concat(t.lightspeed_id);if(p.hasOwnProperty(t.id)&amp;&amp;p[t.id].length){var c=n.filterBy.filter((function(e){return!e.startsWith(s)})).join('&amp;&amp;');_.push($.extend({},h,{filter_by:f.getFilterByStr(c,m,ce()),facet_by:s,max_facet_values:20})),k.push(t.default_filter_key)}}}else{var l=n.filterBy.filter((function(e){return!e.startsWith('category_')}));null!=v&amp;&amp;l.push("category_id:=[".concat(Object.keys(v).join(','),"]")),settings.design_settings.hide_children_counts&amp;&amp;w&amp;&amp;l.push("category_id:=".concat(w)),_.push($.extend({},h,{filter_by:f.getFilterByStr(l.join('&amp;&amp;'),m,ce()),facet_by:'category_name.'+r,max_facet_values:35})),k.push(t.default_filter_key)}else if(b.filter((function(e){return e.id===t.id})).length){var a=n.customFilters.filter((function(e){return e.id!==t.id})),u=o.find((function(e){return t.id===e.id})).values.map((function(e){return e.id.toString()}));a.push({id:t.id,value:'filter_values:['+u.join(',')+']'}),_.push($.extend({},h,{filter_by:f.getFilterByStr(g,a.map((function(e){return e.value})).join('&amp;&amp;'),ce()),facet_by:"filter_values",max_facet_values:Math.min(500,d)})),k.push(t.id)}}))),settings.show_popular_products&amp;&amp;w&amp;&amp;!y&amp;&amp;(_.push($.extend({},h,{filter_by:"category_id:=".concat(w,"&amp;&amp;popularity:&gt;0"),facet_by:'',sort_by:'popularity:desc',page:1,per_page:10})),k.push('popular_products')),settings.design_settings.show_category_image&amp;&amp;w&amp;&amp;!F&amp;&amp;(_.push({collection:'categories_'+settings.shopId,q:'*',filter_by:"category_id:=".concat(w),query_by:"category_id",sort_by:"title.".concat(r,":asc"),per_page:1,'x-typesense-api-key':ae('categories')}),k.push('category_data'))),n.customFilters.length&amp;&amp;(''!==g&amp;&amp;(g+='&amp;&amp;'),g+=n.customFilters.map((function(e){return e.value})).join('&amp;&amp;')),ce()&amp;&amp;!g.includes('in_stock')&amp;&amp;(_.push($.extend({},h,{filter_by:g+(''===g?'':'&amp;&amp;')+'in_stock:=true',facet_by:n.facet,page:a&gt;1?a+1:1,per_page:t})),k.push('stock_data')),_.push($.extend({},h,{filter_by:g,facet_by:n.facet,page:a&gt;1?a+1:1,per_page:t,max_facet_values:Math.min(500,d)})),k.push('products');var x=function c(n){var l=f.isFiltersNotEmpty(p),a=n.results;if(u&amp;&amp;e){var d=o.filter((function(e){return'stock'!==e.default_filter_key}));$("#dmws_perfect-filter-filterbar .dmws_perfect-dummy-filter").remove(),$.each(d,(function(e,t){if(null!=t.default_filter_key){if('price'===t.default_filter_key&amp;&amp;'price'===i)return;var s=t.default_filter_key;if('brand'===s)s='brand_name';else if('review_score'===s)s='score';else if('categories'===s){if(null===v&amp;&amp;w)return void $(".dmws_perfect-filter-categories").hide();s='category_name.'+r}else if(t.lightspeed_id){var c=k.includes(t.default_filter_key)?t.default_filter_key:k.includes('stock_data')?'stock_data':'products';return void te("filters.".concat(r,".").concat(t.lightspeed_id),t.id,a[k.indexOf(c)],"filters.".concat(r,".").concat(t.lightspeed_id),t.title[r])}if(null!==C&amp;&amp;'brand_name'===s)return;te(s,t.default_filter_key,a[k.indexOf(t.default_filter_key)],t.default_filter_key)}else{var n=k.includes(t.id)?t.id:'filter_values';f.addCustomFilters(p,t,a[k.indexOf(n)],r)}})),f.maxFiltersCheck('filter',s)}if(settings.design_settings.show_category_image&amp;&amp;w&amp;&amp;!F&amp;&amp;a[k.indexOf('category_data')].hits){var _=a[k.indexOf('category_data')].hits[0].document;F=!0,_&amp;&amp;_.image&amp;&amp;''!==_.image&amp;&amp;$('.dmws_perfect-filter-category-info').prepend("&lt;img loading=\"lazy\" height=\"264\" src=\"".concat(_.image,"\"/&gt;"))}if(settings.show_popular_products&amp;&amp;w){y||le(a[k.indexOf('popular_products')]);var g=$('.dmws_perfect-filter-popular-products');g.toggle(!(''===g.html()||settings.design_settings.hide_popular_after_filtering&amp;&amp;l))}ne(a[k.indexOf('products')],t),0===$('.dmws_perfect-filter-category-info img, .dmws_perfect-filter-content').length&amp;&amp;$('.dmws_perfect-filter-category-info').hide()};f.typesenseSearchMultiple(_).done((function(e){x(e)}))}function fe(){var e='&lt;div id="dmws_perfect-filter-page"&gt;&lt;div class="dmws_perfect-filter-wrap"&gt;',t='&lt;div class="dmws_perfect-filter-dummy-text"&gt;&lt;/div&gt;',r='';o.length&amp;&amp;(r="&lt;div id=\"dmws_perfect-filter-filterbar\" class=\"dmws_perfect-filter-filters\"&gt;",r+='&lt;div class="dmws_perfect-filter-filter-wrap"&gt;&lt;label class="filter-title"&gt;',c||(r+="&lt;span class=\"dmws_perfect-filter-filter-wrap-close readonly\"&gt;".concat(f.dmws_search_close,"&lt;/span&gt;")),r+=s.filter+'&lt;div class="dmws_perfect-filter-filter-wrap-reset" style="display:none;"&gt;Reset&lt;/div&gt;&lt;/label&gt;&lt;div class="dmws_perfect-filter-filter-wrap-filters"&gt;&lt;div class="dmws_perfect-filter-filter dmws_perfect-filter-active-filters"&gt;&lt;ul&gt;&lt;/ul&gt;&lt;/div&gt;',$.each(o,(function(e,i){switch(i.default_filter_key){case'stock':r+="&lt;div class=\"dmws_perfect-dummy-filter dmws_perfect-filter-filter\"&gt;&lt;label class=\"stock-label\"&gt;".concat(s.stock).concat(f.dmws_search_chevron,"&lt;/label&gt;"),r+="&lt;div&gt;".concat(t,"&lt;/div&gt;&lt;/div&gt;");break;case'price':r+="&lt;div class=\"dmws_perfect-dummy-filter dmws_perfect-filter-filter\"&gt;&lt;label&gt;".concat(s.price).concat(f.dmws_search_chevron,"&lt;/label&gt;"),r+="&lt;div class=\"dmws_perfect-filter-price-wrap\"&gt;".concat(t,"&lt;/div&gt;&lt;/div&gt;");break;default:r+=f.renderDummyCheckboxFilter('filter')}})),r+="&lt;/div&gt;&lt;div class=\"dmws_perfect-filter-filter-wrap-show-results dmws_perfect-filter-hide\"&gt;&lt;button&gt;".concat(s.apply_filters,"&lt;/button&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;"));var i="&lt;div id=\"dmws_perfect-filter-results\" class=\"dmws_perfect-filter-results-".concat(settings.design_settings.row_products_count,"\"&gt;");settings.design_settings.show_page_title&amp;&amp;(i+="&lt;div class=\"dmws_perfect-filter-dummy-text-block\"&gt;".concat(t,"&lt;/div&gt;")),$.each(['show_category_description','show_category_content'],(function(e,t){if(settings.design_settings[t]){i+="&lt;div class=\"dmws_perfect-filter-description\"&gt;";for(var r=0;r&lt;2;r++)i+="&lt;span class=\"dmws_perfect-filter-dummy-text\"&gt;&lt;/span&gt;";i+='&lt;/div&gt;'}})),i+='&lt;div class="dmws_perfect-filter-results  dmws_perfect-filter-data"&gt;',i+="&lt;div class=\"dmws_perfect-filter-products\"&gt;&lt;label&gt;&lt;span class=\"products-count\"&gt;&lt;/span&gt;".concat(s.products,"&lt;/label&gt;"),o.length&amp;&amp;!c&amp;&amp;(i+='&lt;div class="dmws_perfect-filter-button dmws_perfect-filter-mobile-filter"&gt;&lt;span&gt;&lt;svg width="19" height="18" viewBox="0 0 19 18" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M14 9L15.5 9M14 9C14 8.17157 13.3284 7.5 12.5 7.5C11.6716 7.5 11 8.17157 11 9M14 9C14 9.82843 13.3284 10.5 12.5 10.5C11.6716 10.5 11 9.82843 11 9M5 4.5C5 5.32843 5.67157 6 6.5 6C7.32843 6 8 5.32843 8 4.5M5 4.5C5 3.67157 5.67157 3 6.5 3C7.32843 3 8 3.67157 8 4.5M5 4.5L3.5 4.5M8 4.5L15.5 4.5M11 9L3.5 9M5 13.5C5 14.3284 5.67157 15 6.5 15C7.32843 15 8 14.3284 8 13.5M5 13.5C5 12.6716 5.67157 12 6.5 12C7.32843 12 8 12.6716 8 13.5M5 13.5L3.5 13.5M8 13.5L15.5 13.5" stroke="#6B7280" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/&gt;&lt;/svg&gt;'+s.filter+'&lt;/span&gt;&lt;/div&gt;'),i+="&lt;div class=\"dmws_perfect-filter-button dmws_perfect-filter-dropdown\"&gt;&lt;span&gt;&lt;svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"&gt;&lt;path d=\"M6.46257 13.1667V3.66667M6.46257 3.66667L3.2959 6.83334M6.46257 3.66667L9.62923 6.83334M14.3792 6.83334V16.3333M14.3792 16.3333L17.5459 13.1667M14.3792 16.3333L11.2126 13.1667\" stroke=\"#6B7280\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/&gt;&lt;/svg&gt;".concat(s.sort_by).concat(f.dmws_search_chevron,"&lt;/span&gt;&lt;/div&gt;"),i+='&lt;/div&gt;&lt;div class="dmws_perfect-filter-products-results"&gt;';for(var l=f.renderDummyProductCard('filter',settings),a=0;a&lt;12;a++)i+=l;if(i+='&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;',c){var d=$(settings.design_settings.filters_selector),p=$(settings.design_settings.products_selector);d.wrapInner("&lt;div class='dmws_perfect-filter-filterbar-content'&gt;&lt;/div&gt;"),p.wrapInner("&lt;div class='dmws_perfect-filter-products-content'&gt;&lt;/div&gt;"),d.html(r),p.html("".concat(i))}else n.wrapInner("&lt;div class='dmws_perfect-filter-page-content'&gt;&lt;/div&gt;"),e+=r+i+'&lt;/div&gt;&lt;/div&gt;',n.append(e);$('.dmws_perfect-filter-page-content,.dmws_perfect-filter-filterbar-content,.dmws_perfect-filter-products-content').hide()}}));})(window.jQuery,JSON.parse('{\u0022product_card_settings\u0022:{\u0022show_brand\u0022:true,\u0022show_variant\u0022:true,\u0022show_image\u0022:true,\u0022image_ratio\u0022:\u0022square\u0022,\u0022show_stock\u0022:true,\u0022show_stock_level\u0022:true,\u0022show_prices_incl_vat\u0022:true,\u0022show_description\u0022:true,\u0022description_lines\u0022:\u00222\u0022,\u0022show_score\u0022:true,\u0022show_add_to_cart_button\u0022:true,\u0022show_quantity_input\u0022:true,\u0022show_another_image_on_hover\u0022:true,\u0022show_wishlist_icon\u0022:true,\u0022show_sale_label\u0022:true,\u0022use_custom_sale_label_html\u0022:false,\u0022show_discount_percentage\u0022:true,\u0022show_bestseller_label\u0022:true,\u0022use_custom_bestseller_label_html\u0022:false,\u0022show_bestseller_for\u0022:\u002210\u0022,\u0022use_custom_html\u0022:false,\u0022fill_product_image\u0022:false,\u0022hide_discount_sale_text\u0022:false,\u0022show_variant_in_stock\u0022:false,\u0022custom_sale_label_html\u0022:null,\u0022custom_bestseller_label_html\u0022:null,\u0022custom_html\u0022:null,\u0022override_out_of_stock_logic\u0022:0},\u0022show_variant_as_product\u0022:false,\u0022show_cheapest_variant\u0022:false,\u0022custom_css\u0022:null,\u0022defaultImage\u0022:\u0022https:\\\/\\\/app.dmws.plus\\\/img\\\/apps\\\/product-placeholder-square.png\u0022,\u0022defaultImageSmall\u0022:\u0022https:\\\/\\\/app.dmws.plus\\\/img\\\/apps\\\/product-placeholder-square-small.png\u0022,\u0022is_enabled\u0022:true,\u0022disable_for_categories\u0022:[\u00229174594\u0022],\u0022show_out_of_stock_last\u0022:true,\u0022infinite_scroll\u0022:false,\u0022design_settings\u0022:{\u0022row_products_count\u0022:\u00224\u0022,\u0022page_space_top\u0022:\u00220\u0022,\u0022page_space_bottom\u0022:\u00220\u0022,\u0022page_max_width\u0022:\u00221280\u0022,\u0022sort_by\u0022:\u0022popularity\u0022,\u0022show_category_image\u0022:true,\u0022show_category_content\u0022:true,\u0022show_category_description\u0022:true,\u0022show_more_after\u0022:\u00226\u0022,\u0022custom_template_implementation\u0022:false,\u0022hide_popular_after_filtering\u0022:false,\u0022hide_children_counts\u0022:false,\u0022collapse_filters\u0022:true,\u0022show_page_title\u0022:true,\u0022enable_lightspeed_sort\u0022:false,\u0022filter_on_stock\u0022:false,\u0022separate_filters_products\u0022:false,\u0022products_selector\u0022:null,\u0022filters_selector\u0022:null},\u0022css_selector\u0022:\u0022.dmws_perfect-filter-page\u0022,\u0022activate_stock_filter_by_default\u0022:null,\u0022show_popular_products\u0022:false,\u0022enable_lightspeed_sort\u0022:false,\u0022texts\u0022:{\u0022nl\u0022:{\u0022sale\u0022:\u0022SALE\u0022,\u0022show_more_results\u0022:\u0022Toon meer resultaten\u0022,\u0022show_fewer_results\u0022:\u0022Toon minder resultaten\u0022,\u0022popular_products\u0022:\u0022Best verkocht in\u0022,\u0022no_results_title\u0022:\u0022Sorry! Geen resultaten gevonden\u0022,\u0022no_results_text\u0022:\u0022We hebben niet gevonden wat je zocht.\u0022,\u0022previous_page\u0022:\u0022Vorige pagina\u0022,\u0022to_homepage\u0022:\u0022Naar homepagina\u0022,\u0022show_more\u0022:\u0022Toon meer\u0022,\u0022show_less\u0022:\u0022Toon minder\u0022,\u0022everything\u0022:\u0022Alles\u0022,\u0022products\u0022:\u0022Producten\u0022,\u0022filter\u0022:\u0022Filteren\u0022,\u0022categories\u0022:\u0022Categorie\\u00ebn\u0022,\u0022brand\u0022:\u0022Merk\u0022,\u0022brands\u0022:\u0022Merken\u0022,\u0022type\u0022:\u0022Type\u0022,\u0022price\u0022:\u0022Prijs\u0022,\u0022stock\u0022:\u0022Voorraad\u0022,\u0022in_stock\u0022:\u0022Op voorraad\u0022,\u0022out_of_stock\u0022:\u0022Niet op voorraad\u0022,\u0022stock_level\u0022:\u0022{{ level }} op voorraad\u0022,\u0022sort_by\u0022:\u0022Sorteren op\u0022,\u0022price_asc\u0022:\u0022Prijs (laag naar hoog)\u0022,\u0022price_desc\u0022:\u0022Prijs (hoog naar laag)\u0022,\u0022title_asc\u0022:\u0022Titel Alfabetisch (A-Z)\u0022,\u0022title_desc\u0022:\u0022Titel Alfabetisch (Z-A)\u0022,\u0022popularity\u0022:\u0022Populariteit\u0022,\u0022close\u0022:\u0022Sluiten\u0022,\u0022clear\u0022:\u0022wissen\u0022,\u0022apply_filters\u0022:\u0022Filters toepassen\u0022,\u0022view\u0022:\u0022Bekijken\u0022,\u0022review_score\u0022:\u0022Review score\u0022,\u0022popular\u0022:\u0022Populair \\ud83d\\udd25\u0022,\u0022read_more\u0022:\u0022Lees meer\u0022,\u0022default_sort\u0022:\u0022Standaard\u0022,\u0022newest\u0022:\u0022Nieuwste\u0022},\u0022de\u0022:{\u0022show_more_results\u0022:\u0022Weitere Ergebnisse anzeigen\u0022,\u0022show_fewer_results\u0022:\u0022Weniger Ergebnisse anzeigen\u0022,\u0022popular_products\u0022:\u0022Best products in\u0022,\u0022no_results_title\u0022:\u0022Es tut uns leid! keine Ergebnisse gefunden\u0022,\u0022no_results_text\u0022:\u0022Wir haben nicht gefunden, wonach Sie gesucht haben.\u0022,\u0022previous_page\u0022:\u0022Previous page\u0022,\u0022to_homepage\u0022:\u0022To homepage\u0022,\u0022show_more\u0022:\u0022Zeig mehr\u0022,\u0022show_less\u0022:\u0022Zeige weniger\u0022,\u0022everything\u0022:\u0022Alles\u0022,\u0022products\u0022:\u0022Produkte\u0022,\u0022filter\u0022:\u0022Filter\u0022,\u0022categories\u0022:\u0022Kategorien\u0022,\u0022brand\u0022:\u0022Marke\u0022,\u0022brands\u0022:\u0022Marken\u0022,\u0022type\u0022:\u0022Typ\u0022,\u0022price\u0022:\u0022Preis\u0022,\u0022stock\u0022:\u0022Lager\u0022,\u0022in_stock\u0022:\u0022Auf Lager\u0022,\u0022out_of_stock\u0022:\u0022Ausverkauft\u0022,\u0022stock_level\u0022:\u0022{{ level }} auf Lager\u0022,\u0022sort_by\u0022:\u0022Sortieren nach\u0022,\u0022price_asc\u0022:\u0022Preis (niedrig bis hoch)\u0022,\u0022price_desc\u0022:\u0022Preis (hoch bis niedrig)\u0022,\u0022title_asc\u0022:\u0022Titel alphabetisch (A-Z)\u0022,\u0022title_desc\u0022:\u0022Titel alphabetisch (Z-A)\u0022,\u0022popularity\u0022:\u0022Popularit\\u00e4t\u0022,\u0022close\u0022:\u0022Schlie\\u00dfen\u0022,\u0022clear\u0022:\u0022l\\u00f6schen\u0022,\u0022apply_filters\u0022:\u0022Filter anwenden\u0022,\u0022view\u0022:\u0022Anzeigen\u0022,\u0022sale\u0022:\u0022SALE\u0022,\u0022popular\u0022:\u0022Popular \\ud83d\\udd25\u0022,\u0022read_more\u0022:\u0022Read more\u0022,\u0022review_score\u0022:\u0022Review score\u0022,\u0022default_sort\u0022:\u0022Standard\u0022,\u0022newest\u0022:\u0022Newest\u0022},\u0022en\u0022:{\u0022sale\u0022:\u0022SALE\u0022,\u0022show_more_results\u0022:\u0022Show more results\u0022,\u0022show_fewer_results\u0022:\u0022Show fewer results\u0022,\u0022popular_products\u0022:\u0022Best products in\u0022,\u0022no_results_title\u0022:\u0022Sorry! No results found\u0022,\u0022no_results_text\u0022:\u0022We didn\\u0027t find what you were looking for.\u0022,\u0022previous_page\u0022:\u0022Previous page\u0022,\u0022to_homepage\u0022:\u0022To homepage\u0022,\u0022show_more\u0022:\u0022Show more\u0022,\u0022show_less\u0022:\u0022Show less\u0022,\u0022products\u0022:\u0022Products\u0022,\u0022filter\u0022:\u0022Filter\u0022,\u0022categories\u0022:\u0022Categories\u0022,\u0022brand\u0022:\u0022Brand\u0022,\u0022brands\u0022:\u0022Brands\u0022,\u0022type\u0022:\u0022Type\u0022,\u0022price\u0022:\u0022Price\u0022,\u0022stock\u0022:\u0022Stock\u0022,\u0022in_stock\u0022:\u0022In stock\u0022,\u0022out_of_stock\u0022:\u0022Out of Stock\u0022,\u0022stock_level\u0022:\u0022{{ level }} in stock\u0022,\u0022sort_by\u0022:\u0022Sort by\u0022,\u0022price_asc\u0022:\u0022Price (low to high)\u0022,\u0022price_desc\u0022:\u0022Price (high to low)\u0022,\u0022title_asc\u0022:\u0022Title Alphabetically (A-Z)\u0022,\u0022title_desc\u0022:\u0022Title Alphabetical (Z-A)\u0022,\u0022popularity\u0022:\u0022Popularity\u0022,\u0022close\u0022:\u0022Close\u0022,\u0022clear\u0022:\u0022clear\u0022,\u0022apply_filters\u0022:\u0022Apply filters\u0022,\u0022view\u0022:\u0022View\u0022,\u0022review_score\u0022:\u0022Review score\u0022,\u0022everything\u0022:\u0022All\u0022,\u0022popular\u0022:\u0022Popular \\ud83d\\udd25\u0022,\u0022read_more\u0022:\u0022Read more\u0022,\u0022default_sort\u0022:\u0022Default\u0022,\u0022newest\u0022:\u0022Newest\u0022},\u0022fr\u0022:{\u0022show_more_results\u0022:\u0022Afficher plus de r\\u00e9sultats\u0022,\u0022show_fewer_results\u0022:\u0022Afficher moins de r\\u00e9sultats\u0022,\u0022popular_products\u0022:\u0022Mieux vendu dans\u0022,\u0022no_results_title\u0022:\u0022D\\u00e9sol\\u00e9! Aucun r\\u00e9sultat trouv\\u00e9\u0022,\u0022no_results_text\u0022:\u0022Nous n\\u0027avons pas trouv\\u00e9 ce que vous cherchiez.\u0022,\u0022previous_page\u0022:\u0022Page pr\\u00e9c\\u00e9dente\u0022,\u0022to_homepage\u0022:\u0022Retour acceuil\u0022,\u0022show_more\u0022:\u0022Montrer plus\u0022,\u0022show_less\u0022:\u0022Montrer moins\u0022,\u0022everything\u0022:\u0022Tout\u0022,\u0022products\u0022:\u0022Produits\u0022,\u0022filter\u0022:\u0022Filtre\u0022,\u0022categories\u0022:\u0022Cat\\u00e9gories\u0022,\u0022brand\u0022:\u0022Marque\u0022,\u0022brands\u0022:\u0022Marques\u0022,\u0022type\u0022:\u0022Type\u0022,\u0022price\u0022:\u0022Prix\u0022,\u0022stock\u0022:\u0022Stock\u0022,\u0022in_stock\u0022:\u0022En stock\u0022,\u0022out_of_stock\u0022:\u0022En rupture de stock\u0022,\u0022stock_level\u0022:\u0022{{ level }} en stock\u0022,\u0022sort_by\u0022:\u0022Trier par\u0022,\u0022price_asc\u0022:\u0022Prix (de bas en haut)\u0022,\u0022price_desc\u0022:\u0022Prix (\\u00e9lev\\u00e9 \\u00e0 bas)\u0022,\u0022title_asc\u0022:\u0022Titre Alphab\\u00e9tique (A-Z)\u0022,\u0022title_desc\u0022:\u0022Titre Alphab\\u00e9tique (Z-A)\u0022,\u0022popularity\u0022:\u0022Popularit\\u00e9\u0022,\u0022close\u0022:\u0022Fermer\u0022,\u0022clear\u0022:\u0022effacer\u0022,\u0022apply_filters\u0022:\u0022Appliquer filtres\u0022,\u0022view\u0022:\u0022Voir\u0022,\u0022sale\u0022:\u0022SOLDES\u0022,\u0022popular\u0022:\u0022Populaire \\ud83d\\udd25\u0022,\u0022read_more\u0022:\u0022Lire plus\u0022,\u0022review_score\u0022:\u0022Revue\u0022,\u0022default_sort\u0022:\u0022Standard\u0022,\u0022newest\u0022:\u0022R\\u00e9cent\u0022}},\u0022shopId\u0022:243083,\u0022typesense\u0022:{\u0022url\u0022:\u0022https:\\\/\\\/search.dmws.plus\u0022,\u0022apiKey\u0022:\u0022csIVbwtuhoh1umGVe1VFy5Y0EmFPEAO2\u0022},\u0022bestsellers\u0022:[],\u0022filters\u0022:[{\u0022id\u0022:7075,\u0022title\u0022:{\u0022nl\u0022:\u0022Whisky - Specificaties\u0022,\u0022de\u0022:\u0022Whisky - Spezifikationen\u0022,\u0022en\u0022:\u0022 Whisky - Specificaties\u0022,\u0022fr\u0022:\u0022Whisky - Sp\\u00e9cifications\u0022},\u0022is_hidden\u0022:false,\u0022lightspeed_id\u0022:126415,\u0022default_filter_key\u0022:\u0022lightspeed_126415\u0022,\u0022values_count\u0022:6,\u0022values\u0022:[]},{\u0022id\u0022:7078,\u0022title\u0022:{\u0022nl\u0022:\u0022Whisky - Regio\u0022,\u0022de\u0022:\u0022Whisky - Region\u0022,\u0022en\u0022:\u0022Whisky - Region\u0022,\u0022fr\u0022:\u0022Whisky - R\\u00e9gion\u0022},\u0022is_hidden\u0022:false,\u0022lightspeed_id\u0022:126213,\u0022default_filter_key\u0022:\u0022lightspeed_126213\u0022,\u0022values_count\u0022:8,\u0022values\u0022:[]},{\u0022id\u0022:7076,\u0022title\u0022:{\u0022nl\u0022:\u0022Rum - Specificaties\u0022,\u0022de\u0022:\u0022Rum - Spezifikationen\u0022,\u0022en\u0022:\u0022Rum - Specificaties\u0022,\u0022fr\u0022:\u0022Rhum - Sp\\u00e9cifications\u0022},\u0022is_hidden\u0022:false,\u0022lightspeed_id\u0022:126286,\u0022default_filter_key\u0022:\u0022lightspeed_126286\u0022,\u0022values_count\u0022:8,\u0022values\u0022:[]},{\u0022id\u0022:7077,\u0022title\u0022:{\u0022nl\u0022:\u0022Rum - Landen\u0022,\u0022de\u0022:\u0022Rum - L\\u00e4nder\u0022,\u0022en\u0022:\u0022Rum - Countries\u0022,\u0022fr\u0022:\u0022Rhum - Pays\u0022},\u0022is_hidden\u0022:false,\u0022lightspeed_id\u0022:126235,\u0022default_filter_key\u0022:\u0022lightspeed_126235\u0022,\u0022values_count\u0022:15,\u0022values\u0022:[]},{\u0022id\u0022:1483,\u0022title\u0022:{\u0022nl\u0022:\u0022Categorie\\u00ebn\u0022,\u0022fr\u0022:\u0022Cat\\u00e9gories\u0022},\u0022is_hidden\u0022:false,\u0022lightspeed_id\u0022:null,\u0022default_filter_key\u0022:\u0022categories\u0022,\u0022values_count\u0022:0,\u0022values\u0022:[]},{\u0022id\u0022:1481,\u0022title\u0022:{\u0022nl\u0022:\u0022Merk\u0022,\u0022fr\u0022:\u0022Marque\u0022},\u0022is_hidden\u0022:false,\u0022lightspeed_id\u0022:null,\u0022default_filter_key\u0022:\u0022brand\u0022,\u0022values_count\u0022:0,\u0022values\u0022:[]},{\u0022id\u0022:1482,\u0022title\u0022:{\u0022nl\u0022:\u0022Prijs\u0022,\u0022fr\u0022:\u0022Prix\u0022},\u0022is_hidden\u0022:false,\u0022lightspeed_id\u0022:null,\u0022default_filter_key\u0022:\u0022price\u0022,\u0022values_count\u0022:0,\u0022values\u0022:[]},{\u0022id\u0022:1485,\u0022title\u0022:{\u0022nl\u0022:\u0022Voorraad\u0022,\u0022fr\u0022:\u0022Stock\u0022},\u0022is_hidden\u0022:false,\u0022lightspeed_id\u0022:null,\u0022default_filter_key\u0022:\u0022stock\u0022,\u0022values_count\u0022:0,\u0022values\u0022:[]},{\u0022id\u0022:692659,\u0022title\u0022:{\u0022nl\u0022:\u0022Thee voor\u0022,\u0022de\u0022:\u0022Tee f\\u00fcr\u0022,\u0022en\u0022:\u0022Tea for\u0022,\u0022fr\u0022:\u0022Th\\u00e9 pour\u0022},\u0022is_hidden\u0022:false,\u0022lightspeed_id\u0022:null,\u0022default_filter_key\u0022:null,\u0022values_count\u0022:0,\u0022values\u0022:[{\u0022id\u0022:3992,\u0022title\u0022:{\u0022nl\u0022:\u0022de ganse dag\u0022,\u0022de\u0022:\u0022den ganzen Tag lang\u0022,\u0022en\u0022:\u0022all day long\u0022,\u0022fr\u0022:\u0022toute la journ\\u00e9e\u0022}},{\u0022id\u0022:3993,\u0022title\u0022:{\u0022nl\u0022:\u0022detox\u0022,\u0022de\u0022:\u0022detox\u0022,\u0022en\u0022:\u0022detox\u0022,\u0022fr\u0022:\u0022d\\u00e9tox\u0022}},{\u0022id\u0022:3994,\u0022title\u0022:{\u0022nl\u0022:\u0022meer energie\u0022,\u0022de\u0022:\u0022mehr Energie\u0022,\u0022en\u0022:\u0022more energy\u0022,\u0022fr\u0022:\u0022plus d\\u0027\\u00e9nergie\u0022}},{\u0022id\u0022:3995,\u0022title\u0022:{\u0022nl\u0022:\u0022extra ontspanning\u0022,\u0022de\u0022:\u0022weitere Entspannung\u0022,\u0022en\u0022:\u0022extra relaxation\u0022,\u0022fr\u0022:\u0022relaxation suppl\\u00e9mentaire\u0022}},{\u0022id\u0022:3996,\u0022title\u0022:{\u0022nl\u0022:\u0022beter slapen\u0022,\u0022de\u0022:\u0022besser schlafen\u0022,\u0022en\u0022:\u0022sleep better\u0022,\u0022fr\u0022:\u0022mieux dormir\u0022}},{\u0022id\u0022:3998,\u0022title\u0022:{\u0022nl\u0022:\u0022betere concentratie\u0022,\u0022de\u0022:\u0022bessere Konzentration\u0022,\u0022en\u0022:\u0022better concentration\u0022,\u0022fr\u0022:\u0022meilleure concentration\u0022}},{\u0022id\u0022:3999,\u0022title\u0022:{\u0022nl\u0022:\u0022de kids\u0022,\u0022de\u0022:\u0022die Kinder\u0022,\u0022en\u0022:\u0022the kids\u0022,\u0022fr\u0022:\u0022les enfants\u0022}},{\u0022id\u0022:4000,\u0022title\u0022:{\u0022nl\u0022:\u0022de zwangerschap\u0022,\u0022de\u0022:\u0022die Schwangerschaft\u0022,\u0022en\u0022:\u0022the pregnancy\u0022,\u0022fr\u0022:\u0022la grossesse\u0022}},{\u0022id\u0022:4001,\u0022title\u0022:{\u0022nl\u0022:\u0022ongesteldheid\u0022,\u0022de\u0022:\u0022Zeitraum\u0022,\u0022en\u0022:\u0022menstruation\u0022,\u0022fr\u0022:\u0022p\\u00e9riode\u0022}},{\u0022id\u0022:4002,\u0022title\u0022:{\u0022nl\u0022:\u0022huid, haar en nagels\u0022,\u0022de\u0022:\u0022Haut, Haare und N\\u00e4gel\u0022,\u0022en\u0022:\u0022skin, hair and nails\u0022,\u0022fr\u0022:\u0022peau, cheveux et ongles\u0022}},{\u0022id\u0022:4003,\u0022title\u0022:{\u0022nl\u0022:\u0022de menopauze\u0022,\u0022de\u0022:\u0022Menopause\u0022,\u0022en\u0022:\u0022menopause\u0022,\u0022fr\u0022:\u0022la m\\u00e9nopause\u0022}},{\u0022id\u0022:4004,\u0022title\u0022:{\u0022nl\u0022:\u0022ice tea\u0022,\u0022de\u0022:\u0022Eistee\u0022,\u0022en\u0022:\u0022iced tea\u0022,\u0022fr\u0022:\u0022th\\u00e9 glac\\u00e9\u0022}}]},{\u0022id\u0022:692440,\u0022title\u0022:{\u0022nl\u0022:\u0022Theesoort\u0022,\u0022de\u0022:\u0022Teesorte\u0022,\u0022en\u0022:\u0022Tea type\u0022,\u0022fr\u0022:\u0022Type de th\\u00e9\u0022},\u0022is_hidden\u0022:false,\u0022lightspeed_id\u0022:null,\u0022default_filter_key\u0022:null,\u0022values_count\u0022:0,\u0022values\u0022:[{\u0022id\u0022:3984,\u0022title\u0022:{\u0022nl\u0022:\u0022Groene thee\u0022,\u0022de\u0022:\u0022Gr\\u00fcner Tee\u0022,\u0022en\u0022:\u0022Green tea\u0022,\u0022fr\u0022:\u0022Th\\u00e9 vert\u0022}},{\u0022id\u0022:3985,\u0022title\u0022:{\u0022nl\u0022:\u0022Zwarte thee\u0022,\u0022de\u0022:\u0022Schwarzer Tee\u0022,\u0022en\u0022:\u0022Black tea\u0022,\u0022fr\u0022:\u0022Th\\u00e9 noir\u0022}},{\u0022id\u0022:3986,\u0022title\u0022:{\u0022nl\u0022:\u0022Oolong thee\u0022,\u0022de\u0022:\u0022Oolong-Tee\u0022,\u0022en\u0022:\u0022Oolong tea\u0022,\u0022fr\u0022:\u0022Th\\u00e9 Oolong\u0022}},{\u0022id\u0022:3987,\u0022title\u0022:{\u0022nl\u0022:\u0022Witte thee\u0022,\u0022de\u0022:\u0022Wei\\u00dfer Tee\u0022,\u0022en\u0022:\u0022White tea\u0022,\u0022fr\u0022:\u0022Th\\u00e9 blanc\u0022}},{\u0022id\u0022:3988,\u0022title\u0022:{\u0022nl\u0022:\u0022Fruit thee\u0022,\u0022de\u0022:\u0022Fr\\u00fcchtetee\u0022,\u0022en\u0022:\u0022Fruit tea\u0022,\u0022fr\u0022:\u0022Tisane au fruits\u0022}},{\u0022id\u0022:3989,\u0022title\u0022:{\u0022nl\u0022:\u0022Kruiden thee\u0022,\u0022de\u0022:\u0022Kr\\u00e4utertee\u0022,\u0022en\u0022:\u0022Herbal tea\u0022,\u0022fr\u0022:\u0022Tisane aux \\u00e9pices\\\/plantes\u0022}},{\u0022id\u0022:3990,\u0022title\u0022:{\u0022nl\u0022:\u0022Rooibos\u0022,\u0022de\u0022:\u0022Rooibos\u0022,\u0022en\u0022:\u0022Rooibos\u0022,\u0022fr\u0022:\u0022Rooibos\u0022}},{\u0022id\u0022:3991,\u0022title\u0022:{\u0022nl\u0022:\u0022Chai thee\u0022,\u0022de\u0022:\u0022Chai-Tee\u0022,\u0022en\u0022:\u0022Chai Tea\u0022,\u0022fr\u0022:\u0022Th\\u00e9 chai\u0022}}]},{\u0022id\u0022:693363,\u0022title\u0022:{\u0022nl\u0022:\u0022Olijfolie gebruik\u0022,\u0022de\u0022:\u0022Verwendung von Oliven\\u00f6l\u0022,\u0022en\u0022:\u0022Olive oil use\u0022,\u0022fr\u0022:\u0022Huile d\\u0027olive utilisation\u0022},\u0022is_hidden\u0022:false,\u0022lightspeed_id\u0022:null,\u0022default_filter_key\u0022:null,\u0022values_count\u0022:0,\u0022values\u0022:[{\u0022id\u0022:4010,\u0022title\u0022:{\u0022nl\u0022:\u0022voor groene salades\u0022,\u0022de\u0022:\u0022f\\u00fcr Blattsalate\u0022,\u0022en\u0022:\u0022for green salads\u0022,\u0022fr\u0022:\u0022pour salades vertes\u0022}},{\u0022id\u0022:4011,\u0022title\u0022:{\u0022nl\u0022:\u0022voor (salades) met vlees\u0022,\u0022de\u0022:\u0022f\\u00fcr (Salate) mit Fleisch\u0022,\u0022en\u0022:\u0022for (salads) with meat\u0022,\u0022fr\u0022:\u0022pour (salades) avec viande\u0022}},{\u0022id\u0022:4012,\u0022title\u0022:{\u0022nl\u0022:\u0022voor (salades) met vis\u0022,\u0022de\u0022:\u0022f\\u00fcr (Salate) mit Fisch\u0022,\u0022en\u0022:\u0022for (salads) with fish\u0022,\u0022fr\u0022:\u0022(pour salades) avec du poisson\u0022}},{\u0022id\u0022:4013,\u0022title\u0022:{\u0022nl\u0022:\u0022voor (salades) met fruit\u0022,\u0022de\u0022:\u0022f\\u00fcr (Salate) mit Obst\u0022,\u0022en\u0022:\u0022for (salads) with fruit\u0022,\u0022fr\u0022:\u0022(pour salades) avec des fruits\u0022}},{\u0022id\u0022:4014,\u0022title\u0022:{\u0022nl\u0022:\u0022voor dippen met brood\u0022,\u0022de\u0022:\u0022zum Dippen mit Brot\u0022,\u0022en\u0022:\u0022for dipping with bread\u0022,\u0022fr\u0022:\u0022pour trempette avec du pain\u0022}},{\u0022id\u0022:4015,\u0022title\u0022:{\u0022nl\u0022:\u0022voor pesto \\u0026 mayo\u0022,\u0022de\u0022:\u0022f\\u00fcr Pesto und Mayo\u0022,\u0022en\u0022:\u0022for pesto \\u0026 mayo\u0022,\u0022fr\u0022:\u0022pour pesto \\u0026 mayo\u0022}},{\u0022id\u0022:4016,\u0022title\u0022:{\u0022nl\u0022:\u0022voor salades met tomaat\u0022,\u0022de\u0022:\u0022f\\u00fcr Salate mit Tomaten\u0022,\u0022en\u0022:\u0022for salads with tomato\u0022,\u0022fr\u0022:\u0022pour salades \\u00e0 la tomate\u0022}},{\u0022id\u0022:4017,\u0022title\u0022:{\u0022nl\u0022:\u0022voor bakken en braden\u0022,\u0022de\u0022:\u0022zum Backen und Braten\u0022,\u0022en\u0022:\u0022for cooking \\u0026 frying\u0022,\u0022fr\u0022:\u0022pour cuisiner\u0022}},{\u0022id\u0022:4018,\u0022title\u0022:{\u0022nl\u0022:\u0022voor pasta\u0022,\u0022de\u0022:\u0022f\\u00fcr Nudeln\u0022,\u0022en\u0022:\u0022for pasta\u0022,\u0022fr\u0022:\u0022pour p\\u00e2tes\u0022}},{\u0022id\u0022:4019,\u0022title\u0022:{\u0022nl\u0022:\u0022voor warme groenten\u0022,\u0022de\u0022:\u0022f\\u00fcr warmes Gem\\u00fcse\u0022,\u0022en\u0022:\u0022for hot vegetables\u0022,\u0022fr\u0022:\u0022pour l\\u00e9gumes cuisin\\u00e9s\u0022}},{\u0022id\u0022:4020,\u0022title\u0022:{\u0022nl\u0022:\u0022voor bij kaas\u0022,\u0022de\u0022:\u0022als Beilage zu K\\u00e4se\u0022,\u0022en\u0022:\u0022to go with cheese\u0022,\u0022fr\u0022:\u0022avec du fromage\u0022}},{\u0022id\u0022:4021,\u0022title\u0022:{\u0022nl\u0022:\u0022voor soepen en sauzen\u0022,\u0022de\u0022:\u0022f\\u00fcr Suppen und So\\u00dfen\u0022,\u0022en\u0022:\u0022for soups and sauces\u0022,\u0022fr\u0022:\u0022pour soupes et sauces\u0022}},{\u0022id\u0022:4024,\u0022title\u0022:{\u0022nl\u0022:\u0022voor bij ijs\u0022,\u0022de\u0022:\u0022f\\u00fcr Eis\u0022,\u0022en\u0022:\u0022for ice cream\u0022,\u0022fr\u0022:\u0022avec de la glace\u0022}}]}],\u0022customLabels\u0022:[]}'));})(),registerAddon('28dz2cr',function($,settings){$(function () {
  var la = window.dmws.getCookie("dmws:age-check");
  if (!la) {

    let showSnippet = false;
    if(typeof plusDemoStore !== 'undefined'){
      if(window.location.href.indexOf('?addon=agecheck') &gt; -1){
        showSnippet = true
      }
    } else {
      showSnippet = true;
    }
  
    if(showSnippet) {
      let session = sessionStorage.getItem('dmws:age-check-session');
      
      if(!session &amp;&amp; window.location.href.indexOf("?draft=") === -1){
        loadPopup();
      }

      setTimeout(function () {
        $(".dmws-a_28dz2cr--link").trigger("click");
  
        $("#dmws-a_28dz2cr-popup-age-check").find("svg").remove();
  
        $("#dmws-a_28dz2cr-popup-age-check").parent().addClass('dmws-a_28dz2cr-blur');
  
      }, 1);
    }
  }

  function loadPopup() {
    let popup_html = '';
    popup_html += '&lt;div id="dmws-a_28dz2cr-popup-age-check" class="dmws-f_popup unclosable" style="display: none;"&gt;';
      popup_html += '&lt;div class="dmws-popup-alignment"&gt;';
        if (settings["28dz2cr_logo"]) {
          popup_html += '&lt;div class="dmws-popup-logo-container"&gt;';
            popup_html += '&lt;div class="dmws-popup-logo"&gt;';
              popup_html += '&lt;img src="' + settings["28dz2cr_logo"] + '" /&gt;';
            popup_html += "&lt;/div&gt;";
          popup_html += "&lt;/div&gt;";
        }
        popup_html += '&lt;div class="dmws-popup-content-container"&gt;';
          popup_html += '&lt;div class="dmws-popup-text"&gt;';
            popup_html += '&lt;span class="dmws-a_agecheck--title"&gt;' +settings["28dz2cr_custom_title"][window.dmws.shopLanguage] +"&lt;/span&gt;";
            popup_html += '&lt;p id="dmws-popup-p"&gt;' + settings["28dz2cr_custom_subtitle"][window.dmws.shopLanguage] + "&lt;/p&gt;";
          popup_html += "&lt;/div&gt;";
          popup_html += '&lt;div class="dmws-popup-buttons"&gt;';
            popup_html += '&lt;button class="dmws-popup-button" id="true"&gt;' +settings["28dz2cr_custom_true_button"][window.dmws.shopLanguage] +"&lt;/button&gt;";
            popup_html += '&lt;button class="dmws-popup-button" id="false"&gt;' +settings["28dz2cr_custom_false_button"][window.dmws.shopLanguage] +"&lt;/button&gt;";
          popup_html += "&lt;/div&gt;";
        popup_html += "&lt;/div&gt;";
      popup_html += "&lt;/div&gt;";
    popup_html += "&lt;/div&gt;";

    $('body').addClass('dmws-a-28dz2cr-age-check--fixed');
    $("body").append('&lt;a href="#" class="dmws-f_popup--link dmws-a_28dz2cr--link" data-dmws-f-popup="#dmws-a_28dz2cr-popup-age-check"&gt;Click me&lt;/a&gt;');
    $("body").append(popup_html);
  }

  $(".dmws-a_agecheck--title")
    .contents()
    .unwrap()
    .wrap(
      '&lt;span class="dmws-plus-heading dmws-plus-' +
        settings["28dz2cr_heading_tag"] +
        '"&gt;&lt;/span&gt;'
    );

  var popup = $("#dmws-a_28dz2cr-popup-age-check");

  popup.on("click", "#true", function () {
    $('body').removeClass('dmws-a-28dz2cr-age-check--fixed');

    if(!settings["28dz2cr_show_verification_length"]){
      window.dmws.createCookie(
      "dmws:age-check",
      "age-approved",
      settings["28dz2cr_verification_length"]
    );
    }else{
      sessionStorage.setItem('dmws:age-check-session', 'age-approved');
    }
    

    var wrapper = popup.parent();
    wrapper
      .removeClass("dmws-f-active")
      .find(".dmws-f_popup")
      .trigger("hide.dmws-popup");
  });

  popup.on("click", "#false", function () {
    if (settings["28dz2cr_show_redirect"] === true) {
      $(".dmws-popup-content-container").append(
        '&lt;a href="' +
          settings["28dz2cr_custom_redirect_link"][window.dmws.shopLanguage] +
          '" id="dmws-popup-redirect" target="_blank"&gt;' +
          settings["28dz2cr_custom_redirect"][window.dmws.shopLanguage] +
          "&lt;/a&gt;"
      );
    }

    $("#dmws-popup-p").text(settings["28dz2cr_custom_false_subtitle"][window.dmws.shopLanguage]);
    $(".dmws-popup-buttons").remove();
    $(".dmws-popup-text").addClass("age-check-disapproved");
  });
});},JSON.parse('{\u002228dz2cr_logo\u0022:\u0022https:\\\/\\\/app.dmws.plus\\\/shop-assets\\\/243083\\\/28dz2cr\\\/VCVR3EPSAT7Xp7cl9u3Al9rwgi2AOCBt1LE39ODK.jpg\u0022,\u002228dz2cr_logo_width\u0022:\u0022300px\u0022,\u002228dz2cr_logo_width_mobile\u0022:\u002275px\u0022,\u002228dz2cr_heading_tag\u0022:\u0022h2\u0022,\u002228dz2cr_show_redirect\u0022:true,\u002228dz2cr_show_verification_length\u0022:false,\u002228dz2cr_verification_length\u0022:\u002230\u0022,\u002228dz2cr_custom_title\u0022:{\u0022en\u0022:\u0022Age verification\u0022,\u0022nl\u0022:\u0022Leeftijd verificatie\u0022,\u0022de\u0022:\u0022\\u00dcberpr\\u00fcfung des Alters\u0022,\u0022fr\u0022:\u0022V\\u00e9rification d\\u0027\\u00e2ge\u0022},\u002228dz2cr_custom_subtitle\u0022:{\u0022en\u0022:\u0022Please confirm that you are 18 years or older to access this website (we also sell alcohol).\u0022,\u0022nl\u0022:\u0022Bevestig dat je 18 jaar of ouder bent om toegang te krijgen tot deze website (wij verkopen ook alcohol).\u0022,\u0022de\u0022:\u0022Please confirm that you are 18 years or older to access this website (we also sell alcohol).\u0022,\u0022fr\u0022:\u0022Veuillez confirmer que vous avez 18 ans ou plus pour acc\\u00e9der \\u00e0 ce site web (nous vendons aussi de l\\u0027alcool).\u0022},\u002228dz2cr_custom_true_button\u0022:{\u0022en\u0022:\u0022Yes, I am 18 years or older\u0022,\u0022nl\u0022:\u0022Ja, ik ben 18 jaar of ouder\u0022,\u0022de\u0022:\u0022Ja, ich bin 18 Jahre oder \\u00e4lter\u0022,\u0022fr\u0022:\u0022Oui, j\\u0027ai 18 ans ou plus\u0022},\u002228dz2cr_custom_false_button\u0022:{\u0022en\u0022:\u0022No\u0022,\u0022nl\u0022:\u0022Nee\u0022,\u0022de\u0022:\u0022Nee\u0022,\u0022fr\u0022:\u0022Non\u0022},\u002228dz2cr_custom_false_title\u0022:{\u0022en\u0022:\u0022Just be patient until you are 18...\u0022,\u0022nl\u0022:\u0022Nog even geduld tot je 18 bent...\u0022,\u0022de\u0022:\u0022Hab einfach Geduld, bis du 18 bist...\u0022,\u0022fr\u0022:\u0022Sois juste patient jusqu\\u0027\\u00e0 ce que tu aies 18 ans...\u0022},\u002228dz2cr_custom_false_subtitle\u0022:{\u0022en\u0022:\u0022You are not old enough to visit the website yet.\u0022,\u0022nl\u0022:\u0022Je bent nog niet oud genoeg om de website te bezoeken.\u0022,\u0022de\u0022:\u0022Du bist noch nicht alt genug, um die Website zu besuchen.\u0022,\u0022fr\u0022:\u0022Tu n\\u0027as pas encore l\\u0027\\u00e2ge de visiter le site.\u0022},\u002228dz2cr_custom_redirect\u0022:{\u0022en\u0022:\u0022Click here for more info\u0022,\u0022nl\u0022:\u0022Klik hier voor meer info\u0022,\u0022de\u0022:\u0022Klicken Sie hier f\\u00fcr weitere Informationen\u0022,\u0022fr\u0022:\u0022Cliquez ici pour plus d\\u0027informations\u0022},\u002228dz2cr_custom_redirect_link\u0022:{\u0022en\u0022:\u0022https:\\\/\\\/www.druglijn.be\\\/drugs-abc-in-your-language\\\/abc-drugs-english\\\/alcohol\\\/\u0022,\u0022nl\u0022:\u0022https:\\\/\\\/www.druglijn.be\\\/drugs-abc\\\/alcohol\\\/wetgeving#:~:text=Het%20is%20verboden%20om%20alcohol,of%20aanbieden%20aan%20min%2Dachttienjarigen.\u0022,\u0022de\u0022:\u0022https:\\\/\\\/www.druglijn.be\\\/drugs-abc-in-your-language\\\/abc-drugs-english\\\/alcohol\\\/\u0022,\u0022fr\u0022:\u0022https\\\/www.druglijn.be\\\/drugs-abc\\\/talen\\\/francais\\\/alcohol\\\/wet\u0022}}')),registerDevAddon('86bzm2yxy',function($,settings){// prettier-ignore
$(function() {
    let dmws_86bzm2yxy_urlKey = window.location.href.replace(/\/\s*$/, "").split('/').pop();
    let language = window.dmws.shopLanguage;
    
    if(window.dmws.getCookie('dmws_p_86bzm2yxy_product') &amp;&amp; dmws_86bzm2yxy_urlKey == 'service') {
        // Redirect to product page
        window.location.href = window.dmws.getCookie('dmws_p_86bzm2yxy_product');
    }
    if (!$('#dmws-p_86bzm2yxy-request-a-quote').length) { return; }

    const translations = {
        'nl': {
            'Subject': 'Onderwerp',
            'Quantity': 'Aantal',
            'Company': 'Bedrijf',
            'Email': 'E-mailadres',
            'YourEmail': 'Uw e-mailadres',
            'Name': 'Naam',
            'YourName': 'Uw naam',
            'PhoneNumber': 'Telefoonnummer',
            'YourPhoneNumber': 'Uw telefoonnummer',
            'Message': 'Bericht',
            'Send': 'Verstuur',
            'EmailIncorrect': 'E-mailadres is niet correct',
            'PhoneIncorrect': 'Telefoonnummer is niet correct',
            'RequiredFields': 'Verplichte velden',
            'QuoteMessage': 'Offerte aavraag'
        },
        'en': {
            'Subject': 'Subject',
            'Quantity': 'Quantity',
            'Company': 'Company',
            'Email': 'Email',
            'YourEmail': 'Your e-mail address',
            'Name': 'Name',
            'YourName': 'Your name',
            'PhoneNumber': 'Phone number',
            'YourPhoneNumber': 'Your phone number',
            'Message': 'Message',
            'Send': 'Send',
            'EmailIncorrect': 'E-mail address is not correct',
            'PhoneIncorrect': 'Phone number is not correct',
            'RequiredFields': 'Required fields',
            'QuoteMessage': 'Customer Requesting a Quote'
        },
        'de': {
            'Subject': 'Betreff',
            'Quantity': 'Menge',
            'Company': 'Firma',
            'Email': 'E-Mail',
            'YourEmail': 'Ihre E-Mail-Adresse',
            'Name': 'Name',
            'YourName': 'Ihr Name',
            'PhoneNumber': 'Telefonnummer',
            'YourPhoneNumber': 'Ihre Telefonnummer',
            'Message': 'Nachricht',
            'Send': 'Senden',
            'EmailIncorrect': 'E-Mail-Adresse ist nicht korrekt',
            'PhoneIncorrect': 'Telefonnummer ist nicht korrekt',
            'RequiredFields': 'Pflichtfelder',
            'QuoteMessage': 'Kunde Anfragt Ein Angebot'
        },
        'fr': {
            'Subject': 'Objet',
            'Quantity': 'QuantitÃ©',
            'Company': 'Entreprise',
            'Email': 'E-mail',
            'YourEmail': 'Votre adresse e-mail',
            'Name': 'Nom',
            'YourName': 'Votre nom',
            'PhoneNumber': 'NumÃ©ro de tÃ©lÃ©phone',
            'YourPhoneNumber': 'Votre numÃ©ro de tÃ©lÃ©phone',
            'Message': 'Message',
            'Send': 'Envoyer',
            'EmailIncorrect': 'L\'adresse e-mail n\'est pas correcte',
            'PhoneIncorrect': 'Le numÃ©ro de tÃ©lÃ©phone n\'est pas correct',
            'RequiredFields': 'Champs obligatoires',
            'QuoteMessage': 'Client Demande Un Devis'
        },
        'bg': {
            'Subject': 'ÐžÑ‚Ð½Ð¾ÑÐ½Ð¾',
            'Quantity': 'ÐšÐ¾Ð»Ð¸Ñ‡ÐµÑÑ‚Ð²Ð¾',
            'Company': 'ÐšÐ¾Ð¼Ð¿Ð°Ð½Ð¸Ñ',
            'Email': 'Ð˜Ð¼ÐµÐ¹Ð»',
            'YourEmail': 'Ð’Ð°ÑˆÐ¸ÑÑ‚ Ð¸Ð¼ÐµÐ¹Ð» Ð°Ð´Ñ€ÐµÑ',
            'Name': 'Ð˜Ð¼Ðµ',
            'YourName': 'Ð’Ð°ÑˆÐµÑ‚Ð¾ Ð¸Ð¼Ðµ',
            'PhoneNumber': 'Ð¢ÐµÐ»ÐµÑ„Ð¾Ð½ÐµÐ½ Ð½Ð¾Ð¼ÐµÑ€',
            'YourPhoneNumber': 'Ð’Ð°ÑˆÐ¸ÑÑ‚ Ñ‚ÐµÐ»ÐµÑ„Ð¾Ð½ÐµÐ½ Ð½Ð¾Ð¼ÐµÑ€',
            'Message': 'Ð¡ÑŠÐ¾Ð±Ñ‰ÐµÐ½Ð¸Ðµ',
            'Send': 'Ð˜Ð·Ð¿Ñ€Ð°Ñ‚Ð¸',
            'EmailIncorrect': 'Ð˜Ð¼ÐµÐ¹Ð» Ð°Ð´Ñ€ÐµÑÑŠÑ‚ Ð½Ðµ Ðµ Ð¿Ñ€Ð°Ð²Ð¸Ð»ÐµÐ½',
            'PhoneIncorrect': 'Ð¢ÐµÐ»ÐµÑ„Ð¾Ð½Ð½Ð¸ÑÑ‚ Ð½Ð¾Ð¼ÐµÑ€ Ð½Ðµ Ðµ Ð¿Ñ€Ð°Ð²Ð¸Ð»ÐµÐ½',
            'RequiredFields': 'Ð—Ð°Ð´ÑŠÐ»Ð¶Ð¸Ñ‚ÐµÐ»Ð½Ð¸ Ð¿Ð¾Ð»ÐµÑ‚Ð°',
            'QuoteMessage': 'ÐšÐ»Ð¸ÐµÐ½Ñ‚ÑŠÑ‚ Ð¸ÑÐºÐ° Ð¾Ñ„ÐµÑ€Ñ‚Ð°'
        },
        'da': {
            'Subject': 'Emne',
            'Quantity': 'Antal',
            'Company': 'Virksomhed',
            'Email': 'E-mail',
            'YourEmail': 'Din e-mailadresse',
            'Name': 'Navn',
            'YourName': 'Dit navn',
            'PhoneNumber': 'Telefonnummer',
            'YourPhoneNumber': 'Dit telefonnummer',
            'Message': 'Besked',
            'Send': 'Send',
            'EmailIncorrect': 'E-mailadressen er ikke korrekt',
            'PhoneIncorrect': 'Telefonnummeret er ikke korrekt',
            'RequiredFields': 'Obligatoriske felter',
            'QuoteMessage': 'Kunde Anmoder Om Et Tilbud'
        },
        'el': {
            'Subject': 'Î˜Î­Î¼Î±',
            'Quantity': 'Î&nbsp;Î¿ÏƒÏŒÏ„Î·Ï„Î±',
            'Company': 'Î•Ï„Î±Î¹ÏÎµÎ¯Î±',
            'Email': 'Î—Î»ÎµÎºÏ„ÏÎ¿Î½Î¹ÎºÏŒ Ï„Î±Ï‡Ï…Î´ÏÎ¿Î¼ÎµÎ¯Î¿',
            'YourEmail': 'Î— Î´Î¹ÎµÏÎ¸Ï…Î½ÏƒÎ· email ÏƒÎ±Ï‚',
            'Name': 'ÎŸÎ½Î¿Î¼Î±',
            'YourName': 'Î¤Î¿ ÏŒÎ½Î¿Î¼Î¬ ÏƒÎ±Ï‚',
            'PhoneNumber': 'Î¤Î·Î»ÎµÏ†Ï‰Î½Î¹ÎºÏŒ Î½Î¿ÏÎ¼ÎµÏÎ¿',
            'YourPhoneNumber': 'ÎŸ Î±ÏÎ¹Î¸Î¼ÏŒÏ‚ Ï„Î·Î»ÎµÏ†ÏŽÎ½Î¿Ï… ÏƒÎ±Ï‚',
            'Message': 'ÎœÎ®Î½Ï…Î¼Î±',
            'Send': 'Î‘Ï€Î¿ÏƒÏ„Î¿Î»Î®',
            'EmailIncorrect': 'Î— Î´Î¹ÎµÏÎ¸Ï…Î½ÏƒÎ· email Î´ÎµÎ½ ÎµÎ¯Î½Î±Î¹ ÏƒÏ‰ÏƒÏ„Î®',
            'PhoneIncorrect': 'ÎŸ Î±ÏÎ¹Î¸Î¼ÏŒÏ‚ Ï„Î·Î»ÎµÏ†ÏŽÎ½Î¿Ï… Î´ÎµÎ½ ÎµÎ¯Î½Î±Î¹ ÏƒÏ‰ÏƒÏ„ÏŒÏ‚',
            'RequiredFields': 'Î¥Ï€Î¿Ï‡ÏÎµÏ‰Ï„Î¹ÎºÎ¬ Ï€ÎµÎ´Î¯Î±',
            'QuoteMessage': 'Î&nbsp;ÎµÎ»Î¬Ï„Î·Ï‚ Î–Î·Ï„Î¬ Î&nbsp;ÏÎ¿ÏƒÏ†Î¿ÏÎ¬'
        },
        'es': {
            'Subject': 'Asunto',
            'Quantity': 'Cantidad',
            'Company': 'Empresa',
            'Email': 'Correo electrÃ³nico',
            'YourEmail': 'Tu direcciÃ³n de correo electrÃ³nico',
            'Name': 'Nombre',
            'YourName': 'Tu nombre',
            'PhoneNumber': 'NÃºmero de telÃ©fono',
            'YourPhoneNumber': 'Tu nÃºmero de telÃ©fono',
            'Message': 'Mensaje',
            'Send': 'Enviar',
            'EmailIncorrect': 'La direcciÃ³n de correo electrÃ³nico no es correcta',
            'PhoneIncorrect': 'El nÃºmero de telÃ©fono no es correcto',
            'RequiredFields': 'Campos obligatorios',
            'QuoteMessage': 'Cliente Solicita Una CotizaciÃ³n'
        },
        'it': {
            'Subject': 'Oggetto',
            'Quantity': 'QuantitÃ&nbsp;',
            'Company': 'Azienda',
            'Email': 'E-mail',
            'YourEmail': 'Il tuo indirizzo e-mail',
            'Name': 'Nome',
            'YourName': 'Il tuo nome',
            'PhoneNumber': 'Numero di telefono',
            'YourPhoneNumber': 'Il tuo numero di telefono',
            'Message': 'Messaggio',
            'Send': 'Invia',
            'EmailIncorrect': 'Indirizzo e-mail non corretto',
            'PhoneIncorrect': 'Numero di telefono non corretto',
            'RequiredFields': 'Campi obbligatori',
            'QuoteMessage': 'Cliente Richiede Un Preventivo'
        },
        'no': {
            'Subject': 'Emne',
            'Quantity': 'Antall',
            'Company': 'Selskap',
            'Email': 'E-post',
            'YourEmail': 'Din e-postadresse',
            'Name': 'Navn',
            'YourName': 'Ditt navn',
            'PhoneNumber': 'Telefonnummer',
            'YourPhoneNumber': 'Ditt telefonnummer',
            'Message': 'Melding',
            'Send': 'Sende',
            'EmailIncorrect': 'E-postadressen er ikke korrekt',
            'PhoneIncorrect': 'Telefonnummeret er ikke korrekt',
            'RequiredFields': 'Obligatoriske felt',
            'QuoteMessage': 'Kunde Ber Om Tilbud'
        },
        'pl': {
            'Subject': 'Temat',
            'Quantity': 'IloÅ›Ä‡',
            'Company': 'Firma',
            'Email': 'E-mail',
            'YourEmail': 'TwÃ³j adres e-mail',
            'Name': 'ImiÄ™',
            'YourName': 'Twoje imiÄ™',
            'PhoneNumber': 'Numer telefonu',
            'YourPhoneNumber': 'TwÃ³j numer telefonu',
            'Message': 'WiadomoÅ›Ä‡',
            'Send': 'WyÅ›lij',
            'EmailIncorrect': 'Adres e-mail jest niepoprawny',
            'PhoneIncorrect': 'Numer telefonu jest niepoprawny',
            'RequiredFields': 'Pola wymagane',
            'QuoteMessage': 'Klient Prosi O OfertÄ™'
        },
        'pt': {
            'Subject': 'Assunto',
            'Quantity': 'Quantidade',
            'Company': 'Empresa',
            'Email': 'O seu e-mail',
            'YourEmail': 'O seu endereÃ§o de e-mail',
            'Name': 'Nome',
            'YourName': 'O seu nome',
            'PhoneNumber': 'NÃºmero de telefone',
            'YourPhoneNumber': 'O seu nÃºmero de telefone',
            'Message': 'Mensagem',
            'Send': 'Enviar',
            'EmailIncorrect': 'O endereÃ§o de e-mail nÃ£o estÃ¡ correto',
            'PhoneIncorrect': 'O nÃºmero de telefone nÃ£o estÃ¡ correto',
            'RequiredFields': 'Campos obrigatÃ³rios',
            'QuoteMessage': 'Cliente Solicitando OrÃ§amento'
        },
        'ru': {
            'Subject': 'Ð¢ÐµÐ¼Ð°',
            'Quantity': 'ÐšÐ¾Ð»Ð¸Ñ‡ÐµÑÑ‚Ð²Ð¾',
            'Company': 'ÐšÐ¾Ð¼Ð¿Ð°Ð½Ð¸Ñ',
            'Email': 'Ð­Ð»ÐµÐºÑ‚Ñ€Ð¾Ð½Ð½Ð°Ñ Ð¿Ð¾Ñ‡Ñ‚Ð°',
            'YourEmail': 'Ð’Ð°Ñˆ Ð°Ð´Ñ€ÐµÑ ÑÐ»ÐµÐºÑ‚Ñ€Ð¾Ð½Ð½Ð¾Ð¹ Ð¿Ð¾Ñ‡Ñ‚Ñ‹',
            'Name': 'Ð˜Ð¼Ñ',
            'YourName': 'Ð’Ð°ÑˆÐµ Ð¸Ð¼Ñ',
            'PhoneNumber': 'ÐÐ¾Ð¼ÐµÑ€ Ñ‚ÐµÐ»ÐµÑ„Ð¾Ð½Ð°',
            'YourPhoneNumber': 'Ð’Ð°Ñˆ Ð½Ð¾Ð¼ÐµÑ€ Ñ‚ÐµÐ»ÐµÑ„Ð¾Ð½Ð°',
            'Message': 'Ð¡Ð¾Ð¾Ð±Ñ‰ÐµÐ½Ð¸Ðµ',
            'Send': 'ÐžÑ‚Ð¿Ñ€Ð°Ð²Ð¸Ñ‚ÑŒ',
            'EmailIncorrect': 'ÐÐ´Ñ€ÐµÑ ÑÐ»ÐµÐºÑ‚Ñ€Ð¾Ð½Ð½Ð¾Ð¹ Ð¿Ð¾Ñ‡Ñ‚Ñ‹ Ð½ÐµÐ¿Ñ€Ð°Ð²Ð¸Ð»ÑŒÐ½Ñ‹Ð¹',
            'PhoneIncorrect': 'ÐÐ¾Ð¼ÐµÑ€ Ñ‚ÐµÐ»ÐµÑ„Ð¾Ð½Ð° Ð½ÐµÐ¿Ñ€Ð°Ð²Ð¸Ð»ÑŒÐ½Ñ‹Ð¹',
            'RequiredFields': 'ÐžÐ±ÑÐ·Ð°Ñ‚ÐµÐ»ÑŒÐ½Ñ‹Ðµ Ð¿Ð¾Ð»Ñ',
            'QuoteMessage': 'ÐšÐ»Ð¸ÐµÐ½Ñ‚ Ð—Ð°Ð¿Ñ€Ð°ÑˆÐ¸Ð²Ð°ÐµÑ‚ ÐŸÑ€ÐµÐ´Ð»Ð¾Ð¶ÐµÐ½Ð¸Ðµ'
        },
        'sv': {
            'Subject': 'Ã„mne',
            'Quantity': 'Antal',
            'Company': 'FÃ¶retag',
            'Email': 'E-post',
            'YourEmail': 'Din e-postadress',
            'Name': 'Namn',
            'YourName': 'Ditt namn',
            'PhoneNumber': 'Telefonnummer',
            'YourPhoneNumber': 'Ditt telefonnummer',
            'Message': 'Meddelande',
            'Send': 'Skicka',
            'EmailIncorrect': 'E-postadressen Ã¤r inte korrekt',
            'PhoneIncorrect': 'Telefonnumret Ã¤r inte korrekt',
            'RequiredFields': 'Obligatoriska fÃ¤lt',
            'QuoteMessage': 'Kund BegÃ¤r Ett Offert'
        },
        'tr': {
            'Subject': 'Konu',
            'Quantity': 'Miktar',
            'Company': 'Åžirket',
            'Email': 'E-posta',
            'YourEmail': 'E-posta adresiniz',
            'Name': 'Ad',
            'YourName': 'AdÄ±nÄ±z',
            'PhoneNumber': 'Telefon numarasÄ±',
            'YourPhoneNumber': 'Telefon numaranÄ±z',
            'Message': 'Mesaj',
            'Send': 'GÃ¶nder',
            'EmailIncorrect': 'E-posta adresi doÄŸru deÄŸil',
            'PhoneIncorrect': 'Telefon numarasÄ± doÄŸru deÄŸil',
            'RequiredFields': 'Zorunlu alanlar',
            'QuoteMessage': 'MÃ¼ÅŸteri Teklif Ä°stiyor'
        }
    };    

    function appendQuantityToMessage() {
        const quantityValue = $("#dmws-p_86bzm2yxy-gui-form-quantity").val();
        const hiddenTextArea = $("#dmws-p_86bzm2yxy-gui-form-message");
        const shownTextArea = $("#dmws-p_86bzm2yxy-gui-form-shown"); 
        const quantity = translations[language]['Quantity'];
        let subject = translations[language]['QuoteMessage'];

        if(settings["86bzm2yxy_show_quantity"] &amp;&amp; quantityValue) {
            subject += ` | ${quantity}: ${quantityValue}`;
        }

        const currentMessage = shownTextArea.val();
        hiddenTextArea.val(`${subject} | ${currentMessage}`);
    }

    function updateTicketNumber() {
        const min = 1000;
        const max = 9999;
        const randomnumber = Math.floor(Math.random() * (max - min + 1) + min);
        const ticketNumber = settings['86bzm2yxy_ticketnumber'][language];
        const subjectInput = $('#dmws-p_86bzm2yxy-popup-quote input#dmws-p_86bzm2yxy-gui-form-subject');
        subjectInput.val(`${ticketNumber}: ${randomnumber} | ${subjectInput.val()}`);
    }
    function initBanner() {
        const contact = $("#dmws-p_86bzm2yxy-request-a-quote");
        // Clear cookie
        if(window.dmws.getCookie('dmws_p_86bzm2yxy_product')) {
            window.dmws.deleteCookie('dmws_p_86bzm2yxy_product');
            if(contact.length &gt; 0) {
                contact.find('button').click();
                $('#dmws-p_86bzm2yxy-popup-quote .dmws-p_86bzm2yxy-popup-form-container').hide();
                $('#dmws-p_86bzm2yxy-popup-quote .dmws-p_86bzm2yxy-popup-form-submitted').show();
            }
        }
        
        const text = $(".dmws-p_86bzm2yxy-request-a-quote-text");
        if (settings['86bzm2yxy_heading_text_size'] === 'p'){
            text.contents().unwrap().wrap('&lt;p class="dmws-p_86bzm2yxy-request-a-quote-text dmws-p_86bzm2yxy_body_text"&gt;&lt;/p&gt;'); 
        } else {
            text.contents().unwrap().wrap('&lt;'+settings['86bzm2yxy_heading_text_size'] + ' class="dmws-p_86bzm2yxy-request-a-quote-text dmws-plus-' + settings['86bzm2yxy_heading_text_size'] + '"&gt;&lt;/' + settings['86bzm2yxy_heading_text_size'] + '&gt;');
        }

        if (settings["86bzm2yxy_border_option"]) {
            contact.addClass("dmws-p_86bzm2yxy-top-bottom-borders");
        }

        if (settings["86bzm2yxy_wide_button_option"]) {
            contact.addClass(" dmws-p_86bzm2yxy-wide-button");
        }

        contact.css('visibility', 'visible');
    }

    function initPopup(data) {
        let dmws_86bzm2yx_shop_url = data.shop.language2.url;
        let dmws_86bzm2yx_key = data.page.key;
        let product = data.product;
        
        const popupContent = $("#dmws-p_86bzm2yxy-popup-content");
        

        if (settings['86bzm2yxy_popup_heading_text_size'] === 'p') {
            popupHeadingHTML = `&lt;p&gt;${settings['86bzm2yxy_popup_text'][language]}&lt;/p&gt;`;
        } else {
            popupHeadingHTML = `
            &lt;span class="dmws-plus-${settings['86bzm2yxy_popup_heading_text_size']}"&gt;
                ${settings['86bzm2yxy_popup_text'][language]}
            &lt;/span&gt;`;
        }

        let contactform = `
        &lt;div id="dmws-p_86bzm2yxy-popup-quote" class="dmws-f_popup" style="display: none;"&gt;
            &lt;div class="dmws-p_86bzm2yxy-popup-form-container"&gt;
                &lt;div class="dmws-p_86bzm2yxy-popup-header"&gt;
                    &lt;span id="dmws-p_86bzm2yxy-popup-text"&gt;
                        ${popupHeadingHTML}
                    &lt;/span&gt;
                    &lt;span id="dmws-p_86bzm2yxy-popup-content"&gt;
                        ${settings['86bzm2yxy_popup_content_text'][language]}
                    &lt;/span&gt;
                &lt;/div&gt;
                &lt;form action="${dmws_86bzm2yx_shop_url}service/contactPost/" method="post" class="form-contact dmws-p_86bzm2yxy-popup-form"&gt;
                    &lt;input type="hidden" name="key" value="${dmws_86bzm2yx_key}"&gt;
                    &lt;input type="text" name="url" value="" placeholder="URL" class="dmws-p_86bzm2yxy-gui-hide" style="display: none;"&gt;
                    &lt;div&gt;
                        &lt;div class="dmws-p_86bzm2yxy-double"&gt;
                            &lt;div class="dmws-p_86bzm2yxy-subject"&gt;
                                &lt;label for="dmws-p_86bzm2yxy-gui-form-subject"&gt;
                                    ${translations[language]['Subject']}&lt;span&gt;*&lt;/span&gt;
                                &lt;/label&gt;
                                &lt;div class="input"&gt;
                                    &lt;input type="text" id="dmws-p_86bzm2yxy-gui-form-subject" name="subject" value="${product.title}" required&gt;
                                    &lt;i class="dmws-p_icon-check"&gt;
                                        &lt;svg width="15" height="12" viewBox="0 0 15 12" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;
                                            &lt;path d="M14.842 0.938915L13.9999 0.0856423C13.8727 -0.0341153 13.7323 -0.0939941 13.5788 -0.0939941C13.4253 -0.0939941 13.2962 -0.0341153 13.1915 0.0856423H13.1466L5.39958 8.0906C5.34713 8.13563 5.27971 8.15814 5.19731 8.15814C5.11492 8.15814 5.04749 8.13563 4.99504 8.0906L1.8514 4.68865L1.79536 4.64374C1.6756 4.53883 1.53716 4.48638 1.38004 4.48638C1.22292 4.48638 1.09561 4.53883 0.998131 4.64374L0.144858 5.44096C0.0998288 5.51593 0.0642608 5.58886 0.0381537 5.65976C0.0120465 5.73066 -0.00100708 5.78862 -0.00100708 5.83365C-0.00100708 5.8861 0.0120465 5.95353 0.0381537 6.03592C0.0642608 6.11831 0.0998288 6.18574 0.144858 6.23819L0.302219 6.44046L4.79313 11.2906C4.84558 11.3357 4.90175 11.3712 4.96163 11.3973C5.02151 11.4235 5.10007 11.4365 5.19731 11.4365C5.27228 11.4365 5.34521 11.4235 5.41611 11.3973C5.48701 11.3712 5.5488 11.3357 5.60149 11.2906L14.8416 1.73614C14.9465 1.61638 14.999 1.47794 14.999 1.32082C14.999 1.1637 14.9465 1.0364 14.8416 0.938915H14.842Z" fill="black"/&gt;
                                        &lt;/svg&gt;
                                    &lt;/i&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;
                            ${settings["86bzm2yxy_show_quantity"] ?
                                `&lt;div class="dmws-p_86bzm2yxy-quantity"&gt;
                                    &lt;label for="dmws-p_86bzm2yxy-gui-form-quantity"&gt;
                                        ${translations[language]['Quantity']}&lt;span&gt;*&lt;/span&gt;
                                    &lt;/label&gt;
                                    &lt;div class="input"&gt;
                                        &lt;input type="number" id="dmws-p_86bzm2yxy-gui-form-quantity" name="quantity" placeholder="${settings["86bzm2yxy_input_field_placeholder"] ? translations[language]['Quantity'] : ''}" required&gt;
                                    &lt;/div&gt;
                                &lt;/div&gt;`
                            : '' }
                        &lt;/div&gt;
                        &lt;div class="dmws-p_86bzm2yxy-double"&gt;
                            &lt;div class="dmws-p_86bzm2yxy-field"&gt;
                                &lt;label for="dmws-p_86bzm2yxy-gui-form-name"&gt;
                                    ${translations[language]['YourName']}&lt;span&gt;*&lt;/span&gt;
                                &lt;/label&gt;
                                &lt;div class="input"&gt;
                                    &lt;input type="text" id="dmws-p_86bzm2yxy-gui-form-name" name="name" placeholder="${settings["86bzm2yxy_input_field_placeholder"] ? translations[language]['Name'] : ''}" required&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;
                            &lt;div class="dmws-p_86bzm2yxy-field"&gt;
                                &lt;label for="dmws-p_86bzm2yxy-gui-form-company"&gt;
                                    ${translations[language]['Company']}
                                &lt;/label&gt;
                                &lt;div class="input"&gt;
                                    &lt;input type="text" id="dmws-p_86bzm2yxy-gui-form-company" name="company" placeholder="${settings["86bzm2yxy_input_field_placeholder"] ? translations[language]['Company'] : ''}"&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                        &lt;div class="dmws-p_86bzm2yxy-double"&gt;
                            &lt;div class="dmws-p_86bzm2yxy-field"&gt;
                                &lt;label for="dmws-p_86bzm2yxy-gui-form-email"&gt;
                                    ${translations[language]['YourEmail']}&lt;span&gt;*&lt;/span&gt;
                                &lt;/label&gt;
                                &lt;div class="input"&gt;
                                    &lt;input type="email" id="dmws-p_86bzm2yxy-gui-form-email" name="email" placeholder="${settings["86bzm2yxy_input_field_placeholder"] ? translations[language]['Email'] : ''}" required&gt;
                                    &lt;p class="error" style="display:none"&gt;${translations[language]['EmailIncorrect']}&lt;/p&gt;
                                &lt;/div&gt;
                                &lt;p class="extra"&gt;${settings["86bzm2yxy_popup_email_message"][language]}&lt;/p&gt;
                            &lt;/div&gt;
                            &lt;div class="dmws-p_86bzm2yxy-field"&gt;
                                &lt;label for="dmws-p_86bzm2yxy-gui-form-tel"&gt;
                                    ${translations[language]['YourPhoneNumber']}&lt;span&gt;*&lt;/span&gt;
                                &lt;/label&gt;
                                &lt;div class="input"&gt;
                                    &lt;input type="tel" id="dmws-p_86bzm2yxy-gui-form-tel" name="phone" placeholder="${settings["86bzm2yxy_input_field_placeholder"] ? translations[language]['PhoneNumber'] : ''}" required&gt;
                                    &lt;p class="error" style="display:none"&gt;${translations[language]['PhoneIncorrect']}&lt;/p&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                        &lt;div class="dmws-p_86bzm2yxy-message"&gt;
                            &lt;label for="dmws-p_86bzm2yxy-gui-form-message"&gt;
                                ${translations[language]['Message']}&lt;span&gt;*&lt;/span&gt;
                            &lt;/label&gt;
                            &lt;div class="input"&gt;
                                &lt;textarea id="dmws-p_86bzm2yxy-gui-form-message" name="message" style="display: none"&gt;&lt;/textarea&gt;
                                &lt;textarea id="dmws-p_86bzm2yxy-gui-form-shown" name="shown" placeholder="${settings["86bzm2yxy_input_field_placeholder"] ? translations[language]['Message'] : ''}" required&gt;&lt;/textarea&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                        &lt;div class="dmws-p_86bzm2yxy-submit"&gt;
                            &lt;span&gt;* ${translations[language]['RequiredFields']}&lt;/span&gt;
                            &lt;button class="btn button" type="submit"&gt;
                                ${translations[language]['Send']}
                            &lt;/button&gt;
                        &lt;/div&gt;
                        &lt;input type="submit" class="dmws-p_86bzm2yxy-gui-hide" style="display:none"&gt;
                    &lt;/div&gt;
                &lt;/form&gt;
            &lt;/div&gt;
            &lt;div class="dmws-p_86bzm2yxy-popup-form-submitted" style="display: none;"&gt;
                &lt;i class="dmws-p_86bzm2yxy-popup-form-submitted-icon"&gt;
                    &lt;svg width="16" height="12" viewBox="0 0 16 12" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;
                        &lt;path d="M1 7L5 11L15 1" stroke="#059669" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/&gt;
                    &lt;/svg&gt;
                &lt;/i&gt;
                &lt;p&gt;&lt;strong&gt;${settings['86bzm2yxy_submit_popup_heading'][language]}&lt;/strong&gt;&lt;/p&gt;
                &lt;p&gt;${settings["86bzm2yxy_submit_popup_content"][language]}&lt;/p&gt;
                &lt;button class="btn button" onclick="$(this).closest('.dmws-f-active').removeClass('dmws-f-active');"&gt;
                    ${settings["86bzm2yxy_submit_popup_button_text"][language]}
                &lt;/button&gt;
            &lt;/div&gt;
        &lt;/div&gt;`;

        $("body").append(contactform);

        popupContent.html(settings['86bzm2yxy_popup_content_text'][language]);

        if (settings["86bzm2yxy_ticketnumber_option"]) {
            updateTicketNumber();
        }

        if (settings['86bzm2yxy_popup_content_text'][language] === ''){
            popupContent.hide();
        }
        
        $('.dmws-p_86bzm2yxy-popup-form-container input, .dmws-p_86bzm2yxy-popup-form-container textarea').on('blur', function() {
            var val = $(this).val();
            var field = $(this).closest('.input');
            field.removeClass('done false').find('.dmws-p_icon-check, .dmws-p_icon-cross').remove();
            field.find('.error').hide();
            if (val != '') {
                if ($(this).is('[type="email"]')) {
                    var emailRegex = /^([a-zA-Z0-9_.+-])+\@(([a-zA-Z0-9-])+\.)+([a-zA-Z0-9]{2,4})+$/;
                    if (!emailRegex.test(val)) {
                        field.addClass('false').find('.error').show();
                        return;
                    }
                } else if ($(this).is('[type="tel"]')) {
                    var phoneRegex = /^\+?\d{0,3}[ -]?\(?\d{3}\)?[ -]?\d{3}[ -]?\d{4,6}$/i;
                    if (!phoneRegex.test(val)) {
                        field.addClass('false').find('.error').show();
                        return;
                    }
                }
                field.addClass('done').append('&lt;i class="dmws-p_icon-check"&gt;&lt;svg width="15" height="12" viewBox="0 0 15 12" fill="none" xmlns="http://www.w3.org/2000/svg"&gt; &lt;path d="M14.842 0.938915L13.9999 0.0856423C13.8727 -0.0341153 13.7323 -0.0939941 13.5788 -0.0939941C13.4253 -0.0939941 13.2962 -0.0341153 13.1915 0.0856423H13.1466L5.39958 8.0906C5.34713 8.13563 5.27971 8.15814 5.19731 8.15814C5.11492 8.15814 5.04749 8.13563 4.99504 8.0906L1.8514 4.68865L1.79536 4.64374C1.6756 4.53883 1.53716 4.48638 1.38004 4.48638C1.22292 4.48638 1.09561 4.53883 0.998131 4.64374L0.144858 5.44096C0.0998288 5.51593 0.0642608 5.58886 0.0381537 5.65976C0.0120465 5.73066 -0.00100708 5.78862 -0.00100708 5.83365C-0.00100708 5.8861 0.0120465 5.95353 0.0381537 6.03592C0.0642608 6.11831 0.0998288 6.18574 0.144858 6.23819L0.302219 6.44046L4.79313 11.2906C4.84558 11.3357 4.90175 11.3712 4.96163 11.3973C5.02151 11.4235 5.10007 11.4365 5.19731 11.4365C5.27228 11.4365 5.34521 11.4235 5.41611 11.3973C5.48701 11.3712 5.5488 11.3357 5.60149 11.2906L14.8416 1.73614C14.9465 1.61638 14.999 1.47794 14.999 1.32082C14.999 1.1637 14.9465 1.0364 14.8416 0.938915H14.842Z" fill="black"/&gt; &lt;/svg&gt;&lt;/i&gt;');
            }
        });

        $('.dmws-p_86bzm2yxy-popup-form').on('submit', function(e) {
            // Call the function to append quantity to message
            appendQuantityToMessage();
    
            let url = $(this).attr('action');
            // Only perform AJAX call if it hasn't failed
            if (!$(this).hasClass('dmws-p_86bzm2yxy-submit-form')) {
                e.preventDefault();
                url += '?format=json';
            }
            $.ajax({
                url: url,
                data: $(this).serialize(),
                type: 'post',
            }).done(function(data, statusText, response) {
                $('.dmws-f_popup--link[data-dmws-f-popup="#dmws-p_86bzm2yxy-popup-quote"]').one('click', function() {
                    $('#dmws-p_86bzm2yxy-popup-quote .dmws-p_86bzm2yxy-popup-form-container').show();
                    $('#dmws-p_86bzm2yxy-popup-quote .dmws-p_86bzm2yxy-popup-form-submitted').hide();
                    $('#dmws-p_86bzm2yxy-popup-quote #dmws-contactform-recaptcha').hide();
                });
                let $captcha = $('&lt;div id="dmws-contactform-recaptcha"&gt;&lt;/div&gt;');
                $('#dmws-p_86bzm2yxy-popup-quote .dmws-p_86bzm2yxy-popup-form-container').hide().after($captcha);
                window.dmws.utils.handleLightspeedRecaptcha(response, 'dmws-contactform-recaptcha', url)
                    .done(function() {
                        $('#dmws-p_86bzm2yxy-popup-quote .dmws-p_86bzm2yxy-popup-form-submitted').show();
                    })
                    .fail(function() {})
                    .always(function() {
                        $captcha.remove();
                        $("#dmws-p_86bzm2yxy-gui-form-subject").val(product.title);
                        updateTicketNumber();
                        $("#dmws-p_86bzm2yxy-gui-form-quantity").val('');
                        $("#dmws-p_86bzm2yxy-gui-form-name").val('');
                        $("#dmws-p_86bzm2yxy-gui-form-company").val('');
                        $("#dmws-p_86bzm2yxy-gui-form-email").val('');
                        $("#dmws-p_86bzm2yxy-gui-form-tel").val('');
                        $("#dmws-p_86bzm2yxy-gui-form-message").val('');
                        $("#dmws-p_86bzm2yxy-gui-form-shown").val('')
                        $("#dmws-p_86bzm2yxy-popup-quote").find('.dmws-p_icon-check, .dmws-p_icon-cross').remove();
                        $("#dmws-p_86bzm2yxy-popup-quote .dmws-p_86bzm2yxy-popup-form-container .dmws-p_86bzm2yxy-double .dmws-p_86bzm2yxy-subject .input").addClass('done').append('&lt;i class="dmws-p_icon-check"&gt;&lt;svg width="15" height="12" viewBox="0 0 15 12" fill="none" xmlns="http://www.w3.org/2000/svg"&gt; &lt;path d="M14.842 0.938915L13.9999 0.0856423C13.8727 -0.0341153 13.7323 -0.0939941 13.5788 -0.0939941C13.4253 -0.0939941 13.2962 -0.0341153 13.1915 0.0856423H13.1466L5.39958 8.0906C5.34713 8.13563 5.27971 8.15814 5.19731 8.15814C5.11492 8.15814 5.04749 8.13563 4.99504 8.0906L1.8514 4.68865L1.79536 4.64374C1.6756 4.53883 1.53716 4.48638 1.38004 4.48638C1.22292 4.48638 1.09561 4.53883 0.998131 4.64374L0.144858 5.44096C0.0998288 5.51593 0.0642608 5.58886 0.0381537 5.65976C0.0120465 5.73066 -0.00100708 5.78862 -0.00100708 5.83365C-0.00100708 5.8861 0.0120465 5.95353 0.0381537 6.03592C0.0642608 6.11831 0.0998288 6.18574 0.144858 6.23819L0.302219 6.44046L4.79313 11.2906C4.84558 11.3357 4.90175 11.3712 4.96163 11.3973C5.02151 11.4235 5.10007 11.4365 5.19731 11.4365C5.27228 11.4365 5.34521 11.4235 5.41611 11.3973C5.48701 11.3712 5.5488 11.3357 5.60149 11.2906L14.8416 1.73614C14.9465 1.61638 14.999 1.47794 14.999 1.32082C14.999 1.1637 14.9465 1.0364 14.8416 0.938915H14.842Z" fill="black"/&gt; &lt;/svg&gt;&lt;/i&gt;');
                    });
            }).fail(function() {
                // Workaround for the fail because of Cloudflare
                if (!$('.dmws-p_86bzm2yxy-popup-form').hasClass('dmws-p_86bzm2yxy-submit-form')) {
                    let expire_inFifteenMinutes = new Date(new Date().getTime() + 15 * 60 * 1000);
                    window.dmws.createCookie('dmws_p_86bzm2yxy_product', window.location.href, expire_inFifteenMinutes);
                    $('.dmws-p_86bzm2yxy-popup-form').addClass('dmws-p_86bzm2yxy-submit-form');
                    $('.dmws-p_86bzm2yxy-popup-form').submit();
                }
            });
        });
    }

    if ($('#dmws-p_86bzm2yxy-request-a-quote').length) {
        initBanner();
        let url = new URL(window.location.href);
        url.searchParams.set('format', 'json');
        $.get(url.href, initPopup);
    }
});},JSON.parse('{\u002286bzm2yxy_border_option\u0022:false,\u002286bzm2yxy_wide_button_option\u0022:false,\u002286bzm2yxy_input_field_placeholder\u0022:true,\u002286bzm2yxy_heading_text_color\u0022:\u0022#000000\u0022,\u002286bzm2yxy_margin_top\u0022:\u002215px\u0022,\u002286bzm2yxy_margin_bottom\u0022:\u002215px\u0022,\u002286bzm2yxy_heading_text_size\u0022:\u0022h6\u0022,\u002286bzm2yxy_popup_heading_text_size\u0022:\u0022h3\u0022,\u002286bzm2yxy_ticketnumber_option\u0022:false,\u002286bzm2yxy_show_quantity\u0022:true,\u002286bzm2yxy_ticketnumber\u0022:{\u0022de\u0022:\u0022Ticketnummer\u0022,\u0022en\u0022:\u0022Ticket number\u0022,\u0022fr\u0022:\u0022Num\\u00e9ro de billet\u0022,\u0022nl\u0022:\u0022Ticketnummer\u0022},\u002286bzm2yxy_popup_text\u0022:{\u0022de\u0022:\u0022Gr\\u00f6\\u00dfere Menge erforderlich?\u0022,\u0022en\u0022:\u0022Larger quantity required?\u0022,\u0022fr\u0022:\u0022Quantit\\u00e9 plus grande requise ?\u0022,\u0022nl\u0022:\u0022Wens je een grotere hoeveelheid te bestellen?\u0022},\u002286bzm2yxy_popup_content_text\u0022:{\u0022nl\u0022:\u0022\u0022,\u0022de\u0022:\u0022\u0022,\u0022en\u0022:\u0022\u0022,\u0022fr\u0022:\u0022\u0022},\u002286bzm2yxy_popup_email_message\u0022:{\u0022de\u0022:\u0022Die Antwort wird an diese E-Mail-Adresse gesendet.\u0022,\u0022en\u0022:\u0022The answer will be sent to this email address.\u0022,\u0022fr\u0022:\u0022La r\\u00e9ponse sera envoy\\u00e9e \\u00e0 cette adresse e-mail.\u0022,\u0022nl\u0022:\u0022Het antwoord wordt naar dit e-mailadres gestuurd.\u0022},\u002286bzm2yxy_submit_popup_heading\u0022:{\u0022de\u0022:\u0022Ihre Nachricht wurde gesendet\u0022,\u0022en\u0022:\u0022Your message has been sent\u0022,\u0022fr\u0022:\u0022Votre message a \\u00e9t\\u00e9 envoy\\u00e9\u0022,\u0022nl\u0022:\u0022Uw bericht is verzonden\u0022},\u002286bzm2yxy_submit_popup_content\u0022:{\u0022de\u0022:\u0022Wir werden uns so schnell wie m\\u00f6glich mit Ihnen in Verbindung setzen.\u0022,\u0022en\u0022:\u0022We will contact you as soon as possible.\u0022,\u0022fr\u0022:\u0022Nous vous contacterons dans les plus brefs d\\u00e9lais.\u0022,\u0022nl\u0022:\u0022We nemen zo snel mogelijk contact met u op.\u0022},\u002286bzm2yxy_submit_popup_button_text\u0022:{\u0022de\u0022:\u0022Zur\\u00fcck zum Produkt\u0022,\u0022en\u0022:\u0022Back to product\u0022,\u0022fr\u0022:\u0022Retour au produit\u0022,\u0022nl\u0022:\u0022Terug naar product\u0022}}')),registerAddon('w8g21r',function($,settings){$(function() {
  if (settings.w8g21r_element_selector != null) {
		var el = $(settings.w8g21r_element_selector);
	} else {
		var el = $('footer .dmws-copyright');
	}
  if (el.length) {
    var rssFeedUrl = '',
        sitemapUrl = '';
    if (settings.w8g21r_copyright_enable_rss) {
      var rssFeedUrl = ' - &lt;a href="/rss"&gt;RSS feed&lt;/a&gt;';
    }
    if (settings.w8g21r_copyright_enable_sitemap) {
      var sitemapUrl = ' - &lt;a href="/sitemap"&gt;Sitemap&lt;/a&gt;';
    }
    el.html(settings.w8g21r_copyright_text + rssFeedUrl + sitemapUrl);
  }
});},JSON.parse('{\u0022w8g21r_element_selector\u0022:null,\u0022w8g21r_copyright_text\u0022:\u0022\\u00a9 Copyright 2024 - Flavor Shop\u0022,\u0022w8g21r_copyright_enable_rss\u0022:false,\u0022w8g21r_copyright_enable_sitemap\u0022:false}')),registerAddon('w8gajr',function($,settings){$(function() {
  if ($('#dmws-p_w8gajr-messages').length) {
    if ($('.dmws-p_w8gajr-messages-cart').length &amp;&amp; !settings.w8gajr_show_cart_messages ) {
      $('.dmws-p_w8gajr-messages-cart').remove();
    }
    $('#dmws-p_w8gajr-messages').find('a.close').on('click', function () {
  	   $(this).closest('li').slideUp();
  		return false;
  	});
  	$('#dmws-p_w8gajr-messages').delay(4000).queue(function(){
  		$(this).slideUp().dequeue().delay(500).queue(function(){
  		  $(this).remove().dequeue();
  		});
  	});
  }
})},JSON.parse('{\u0022w8gajr_show_cart_messages\u0022:true}')),$((function(){s($),$('#dmws_plus-load-styles').remove()}))}))})();
</pre></body></html>