// This allows to expose several variables to the global scope, to be used in scripts window.theme = { pageType: "index", cartCount: 0, moneyFormat: "${{amount}}", moneyWithCurrencyFormat: "${{amount}} USD", showDiscount: true, discountMode: "percentage", searchMode: "product,article,page", cartType: "drawer" }; window.routes = { rootUrl: "\/", cartUrl: "\/cart", cartAddUrl: "\/cart\/add", cartChangeUrl: "\/cart\/change", searchUrl: "\/search", productRecommendationsUrl: "\/recommendations\/products" }; window.languages = { collectionOnSaleLabel: "Save {{savings}}", productFormUnavailable: "Unavailable", productFormAddToCart: "Add to cart", productFormSoldOut: "Sold out", shippingEstimatorNoResults: "No shipping could be found for your address.", shippingEstimatorOneResult: "There is one shipping rate for your address:", shippingEstimatorMultipleResults: "There are {{count}} shipping rates for your address:", shippingEstimatorErrors: "There are some errors:" }; window.lazySizesConfig = { loadHidden: false, hFac: 0.8, expFactor: 3, customMedia: { '--phone': '(max-width: 640px)', '--tablet': '(min-width: 641px) and (max-width: 1023px)', '--lap': '(min-width: 1024px)' } }; document.documentElement.className = document.documentElement.className.replace('no-js', 'js');