{"version":3,"file":"nioxin.shopify-button.min.js","mappings":";;;;;;;;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAHA;AADA;AAOA;AACA;AACA;AADA;AAGA;AACA;AACA;AADA;AALA;AARA;AAkBA;AACA;AACA;AACA;AACA;AACA;AALA;AAOA;AACA;AADA;AA1BA;AA8BA;AACA;AACA;AACA;AACA;AADA;AADA;AADA;AADA;AASA;AACA;AACA;AACA;AACA;AACA;AAJA;AAMA;AACA;AACA;AACA;AACA;AACA;AAHA;AADA;AAOA;AACA;AACA;AADA;AAGA;AACA;AACA;AADA;AALA;AARA;AAkBA;AACA;AADA;AAzBA;AA6BA;AACA;AACA;AACA;AADA;AAGA;AACA;AADA;AAJA;AADA;AAUA;AACA;AACA;AACA;AACA;AADA;AAGA;AACA;AACA;AADA;AALA;AADA;AAWA;AACA;AACA;AACA;AAHA;AAZA;AAkBA;AACA;AACA;AACA;AACA;AACA;AADA;AAGA;AACA;AADA;AALA;AADA;AADA;AAjGA;AA+GA;;;;;;AChHA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;ACvBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;ACPA;;;;;ACAA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACNA;AACA;AAEA;;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AAEA;AACA;;AAEA;AACA;AACA;AACA;AAFA;AAIA;AACA;AACA;AACA;AAFA;AAIA;AACA;AACA;AACA","sources":["webpack://nioxin/./web_modules/ShopifyButtonOptions.js","webpack://nioxin/webpack/bootstrap","webpack://nioxin/webpack/runtime/define property getters","webpack://nioxin/webpack/runtime/hasOwnProperty shorthand","webpack://nioxin/webpack/runtime/make namespace object","webpack://nioxin/./web_modules/shopifyButton.entry.js"],"sourcesContent":["export const storefrontAccessToken = '6800bb56c49553d4330477abc16618f5';\nconst options = {\n \"product\": {\n \"styles\": {\n \"product\": {\n \"@media (min-width: 601px)\": {\n \"max-width\": \"calc(25% - 20px)\",\n \"margin-left\": \"20px\",\n \"margin-bottom\": \"50px\"\n }\n },\n \"button\": {\n \":hover\": {\n \"background-color\": \"#4e9bac\"\n },\n \"background-color\": \"#4e9bac\",\n \":focus\": {\n \"background-color\": \"#4e9bac\"\n }\n }\n },\n \"contents\": {\n \"img\": false,\n \"button\": false,\n \"buttonWithQuantity\": true,\n \"title\": false,\n \"price\": true\n },\n \"text\": {\n \"button\": \"Add to cart\"\n }\n },\n \"productSet\": {\n \"styles\": {\n \"products\": {\n \"@media (min-width: 601px)\": {\n \"margin-left\": \"-20px\"\n }\n }\n }\n },\n \"modalProduct\": {\n \"contents\": {\n \"img\": false,\n \"imgWithCarousel\": true,\n \"button\": false,\n \"buttonWithQuantity\": true\n },\n \"styles\": {\n \"product\": {\n \"@media (min-width: 601px)\": {\n \"max-width\": \"100%\",\n \"margin-left\": \"0px\",\n \"margin-bottom\": \"0px\"\n }\n },\n \"button\": {\n \":hover\": {\n \"background-color\": \"#4e9bac\"\n },\n \"background-color\": \"#4e9bac\",\n \":focus\": {\n \"background-color\": \"#4e9bac\"\n }\n }\n },\n \"text\": {\n \"button\": \"Add to cart\"\n }\n },\n \"option\": {\n \"styles\": {\n \"label\": {\n \"font-family\": \"Arial, sans-serif\"\n },\n \"select\": {\n \"font-family\": \"Arial, sans-serif\"\n }\n }\n },\n \"cart\": {\n \"styles\": {\n \"button\": {\n \":hover\": {\n \"background-color\": \"#4e9bac\"\n },\n \"background-color\": \"#4e9bac\",\n \":focus\": {\n \"background-color\": \"#4e9bac\"\n }\n }\n },\n \"text\": {\n \"total\": \"Subtotal (CAD)\",\n \"notice\": \"Shipping is FREE for orders valued $75 or more. Taxes calculated at checkout.\",\n \"button\": \"Checkout\"\n }\n },\n \"toggle\": {\n \"styles\": {\n \"toggle\": {\n \"background-color\": \"#4e9bac\",\n \":hover\": {\n \"background-color\": \"#4e9bac\"\n },\n \":focus\": {\n \"background-color\": \"#4e9bac\"\n }\n }\n }\n }\n}\nexport default options\n","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// define getter functions for harmony exports\n__webpack_require__.d = function(exports, definition) {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }","// define __esModule on exports\n__webpack_require__.r = function(exports) {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import options from './ShopifyButtonOptions';\nimport {storefrontAccessToken} from './ShopifyButtonOptions';\n\n/* {\n ui.createComponent('cart', {\n moneyFormat: '%24%7B%7Bamount%7D%7D',\n options: options\n });\n });\n }\n})()\n/*]]>*/\n"],"names":[],"sourceRoot":""}