document.documentElement.className = document.documentElement.className.replace('no-js', 'js'); window.theme = window.theme || {}; theme.strings = { addToCart: "Add to cart", soldOut: "Sold Out", unavailable: "Unavailable", stockLabel: "Only [count] items in stock!", willNotShipUntil: "Will not ship until [date]", willBeInStockAfter: "Will be in stock after [date]", waitingForStock: "Inventory on the way", savePrice: "Save [saved_amount]", cartEmpty: "Your cart is currently empty.", cartTermsConfirmation: "You must agree with the terms and conditions of sales to check out" }; theme.settings = { dynamicVariantsEnable: true, dynamicVariantType: "dropdown", cartType: "drawer", currenciesEnabled: false, nativeMultiCurrency: 3 > 1 ? true : false, moneyFormat: "\u003cspan class=money\u003e${{amount}}\u003c\/span\u003e", saveType: "dollar", recentlyViewedEnabled: false, predictiveSearch: true, predictiveSearchType: "product,article,page", inventoryThreshold: 10, quickView: true, themeName: 'Impulse', themeVersion: "2.5.1" };
Skip to content