diff --git a/slidecarthq.js b/slidecarthq.js index ec66539..b67505a 100644 --- a/slidecarthq.js +++ b/slidecarthq.js @@ -101,7 +101,7 @@ function l(){for(var e=0,t=0,n=arguments.length;t * @license MIT */ -e.exports=function(e){return null!=e&&null!=e.constructor&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)}},function(e,t,n){"use strict";var r=n(5),o=n(17),i=n(56),a=n(57),l=n(22);function s(e){this.defaults=e,this.interceptors={request:new i,response:new i}}s.prototype.request=function(e){"string"==typeof e?(e=arguments[1]||{}).url=arguments[0]:e=e||{},(e=l(this.defaults,e)).method=e.method?e.method.toLowerCase():"get";var t=[a,void 0],n=Promise.resolve(e);for(this.interceptors.request.forEach((function(e){t.unshift(e.fulfilled,e.rejected)})),this.interceptors.response.forEach((function(e){t.push(e.fulfilled,e.rejected)}));t.length;)n=n.then(t.shift(),t.shift());return n},s.prototype.getUri=function(e){return e=l(this.defaults,e),o(e.url,e.params,e.paramsSerializer).replace(/^\?/,"")},r.forEach(["delete","get","head","options"],(function(e){s.prototype[e]=function(t,n){return this.request(r.merge(n||{},{method:e,url:t}))}})),r.forEach(["post","put","patch"],(function(e){s.prototype[e]=function(t,n,o){return this.request(r.merge(o||{},{method:e,url:t,data:n}))}})),e.exports=s},function(e,t,n){"use strict";var r=n(5);function o(){this.handlers=[]}o.prototype.use=function(e,t){return this.handlers.push({fulfilled:e,rejected:t}),this.handlers.length-1},o.prototype.eject=function(e){this.handlers[e]&&(this.handlers[e]=null)},o.prototype.forEach=function(e){r.forEach(this.handlers,(function(t){null!==t&&e(t)}))},e.exports=o},function(e,t,n){"use strict";var r=n(5),o=n(58),i=n(18),a=n(19),l=n(65),s=n(66);function u(e){e.cancelToken&&e.cancelToken.throwIfRequested()}e.exports=function(e){return u(e),e.baseURL&&!l(e.url)&&(e.url=s(e.baseURL,e.url)),e.headers=e.headers||{},e.data=o(e.data,e.headers,e.transformRequest),e.headers=r.merge(e.headers.common||{},e.headers[e.method]||{},e.headers||{}),r.forEach(["delete","get","head","post","put","patch","common"],(function(t){delete e.headers[t]})),(e.adapter||a.adapter)(e).then((function(t){return u(e),t.data=o(t.data,t.headers,e.transformResponse),t}),(function(t){return i(t)||(u(e),t&&t.response&&(t.response.data=o(t.response.data,t.response.headers,e.transformResponse))),Promise.reject(t)}))}},function(e,t,n){"use strict";var r=n(5);e.exports=function(e,t,n){return r.forEach(n,(function(n){e=n(e,t)})),e}},function(e,t,n){"use strict";var r=n(5);e.exports=function(e,t){r.forEach(e,(function(n,r){r!==t&&r.toUpperCase()===t.toUpperCase()&&(e[t]=n,delete e[r])}))}},function(e,t,n){"use strict";var r=n(21);e.exports=function(e,t,n){var o=n.config.validateStatus;!o||o(n.status)?e(n):t(r("Request failed with status code "+n.status,n.config,null,n.request,n))}},function(e,t,n){"use strict";e.exports=function(e,t,n,r,o){return e.config=t,n&&(e.code=n),e.request=r,e.response=o,e.isAxiosError=!0,e.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code}},e}},function(e,t,n){"use strict";var r=n(5),o=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];e.exports=function(e){var t,n,i,a={};return e?(r.forEach(e.split("\n"),(function(e){if(i=e.indexOf(":"),t=r.trim(e.substr(0,i)).toLowerCase(),n=r.trim(e.substr(i+1)),t){if(a[t]&&o.indexOf(t)>=0)return;a[t]="set-cookie"===t?(a[t]?a[t]:[]).concat([n]):a[t]?a[t]+", "+n:n}})),a):a}},function(e,t,n){"use strict";var r=n(5);e.exports=r.isStandardBrowserEnv()?function(){var e,t=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function o(e){var r=e;return t&&(n.setAttribute("href",r),r=n.href),n.setAttribute("href",r),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:"/"===n.pathname.charAt(0)?n.pathname:"/"+n.pathname}}return e=o(window.location.href),function(t){var n=r.isString(t)?o(t):t;return n.protocol===e.protocol&&n.host===e.host}}():function(){return!0}},function(e,t,n){"use strict";var r=n(5);e.exports=r.isStandardBrowserEnv()?{write:function(e,t,n,o,i,a){var l=[];l.push(e+"="+encodeURIComponent(t)),r.isNumber(n)&&l.push("expires="+new Date(n).toGMTString()),r.isString(o)&&l.push("path="+o),r.isString(i)&&l.push("domain="+i),!0===a&&l.push("secure"),document.cookie=l.join("; ")},read:function(e){var t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},function(e,t,n){"use strict";e.exports=function(e){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(e)}},function(e,t,n){"use strict";e.exports=function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}},function(e,t,n){"use strict";var r=n(23);function o(e){if("function"!=typeof e)throw new TypeError("executor must be a function.");var t;this.promise=new Promise((function(e){t=e}));var n=this;e((function(e){n.reason||(n.reason=new r(e),t(n.reason))}))}o.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},o.source=function(){var e;return{token:new o((function(t){e=t})),cancel:e}},e.exports=o},function(e,t,n){"use strict";e.exports=function(e){return function(t){return e.apply(null,t)}}},function(e,t,n){"use strict";e.exports=function(e,t){if(t=t.split(":")[0],!(e=+e))return!1;switch(t){case"http":case"ws":return 80!==e;case"https":case"wss":return 443!==e;case"ftp":return 21!==e;case"gopher":return 70!==e;case"file":return!1}return 0!==e}},function(e,t,n){"use strict";var r,o=Object.prototype.hasOwnProperty;function i(e){try{return decodeURIComponent(e.replace(/\+/g," "))}catch(e){return null}}t.stringify=function(e,t){t=t||"";var n,i,a=[];for(i in"string"!=typeof t&&(t="?"),e)if(o.call(e,i)){if((n=e[i])||null!==n&&n!==r&&!isNaN(n)||(n=""),i=encodeURIComponent(i),n=encodeURIComponent(n),null===i||null===n)continue;a.push(i+"="+n)}return a.length?t+a.join("&"):""},t.parse=function(e){for(var t,n=/([^=?&]+)=?([^&]*)/g,r={};t=n.exec(e);){var o=i(t[1]),a=i(t[2]);null===o||null===a||o in r||(r[o]=a)}return r}},function(e,t,n){var r=n(72);"string"==typeof r&&(r=[[e.i,r,""]]);var o={insert:"head",singleton:!1};n(74)(r,o);r.locals&&(e.exports=r.locals)},function(e,t,n){(e.exports=n(73)(!1)).push([e.i,".slidecarthq,.slidecarthq *,.slidecart-form-error{-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-animation:none;animation:none;-webkit-animation-delay:0;animation-delay:0;-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-duration:0;animation-duration:0;-webkit-animation-fill-mode:none;animation-fill-mode:none;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:none;animation-name:none;-webkit-animation-play-state:running;animation-play-state:running;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-backface-visibility:visible;backface-visibility:visible;background:0;background-attachment:scroll;background-clip:border-box;background-color:transparent;background-image:none;background-origin:padding-box;background-position:0 0;background-position-x:0;background-position-y:0;background-repeat:repeat;background-size:auto auto;border:0;border-style:none;border-width:medium;border-color:inherit;border-bottom:0;border-bottom-color:inherit;border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-style:none;border-bottom-width:medium;border-collapse:separate;-webkit-border-image:none;-o-border-image:none;border-image:none;border-left:0;border-left-color:inherit;border-left-style:none;border-left-width:medium;border-radius:0;border-right:0;border-right-color:inherit;border-right-style:none;border-right-width:medium;border-spacing:0;border-top:0;border-top-color:inherit;border-top-left-radius:0;border-top-right-radius:0;border-top-style:none;border-top-width:medium;bottom:auto;box-shadow:none;box-sizing:border-box;caption-side:top;clear:none;clip:auto;color:inherit;-webkit-columns:auto;-moz-columns:auto;columns:auto;-webkit-column-count:auto;-moz-column-count:auto;column-count:auto;-webkit-column-fill:balance;-moz-column-fill:balance;column-fill:balance;-webkit-column-gap:normal;-moz-column-gap:normal;column-gap:normal;-webkit-column-rule:medium none currentColor;-moz-column-rule:medium none currentColor;column-rule:medium none currentColor;-webkit-column-rule-color:currentColor;-moz-column-rule-color:currentColor;column-rule-color:currentColor;-webkit-column-rule-style:none;-moz-column-rule-style:none;column-rule-style:none;-webkit-column-rule-width:none;-moz-column-rule-width:none;column-rule-width:none;-webkit-column-span:1;-moz-column-span:1;column-span:1;-webkit-column-width:auto;-moz-column-width:auto;column-width:auto;content:normal;counter-increment:none;counter-reset:none;direction:ltr;display:inline;empty-cells:show;float:none;font:normal;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;height:auto;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none;left:auto;letter-spacing:normal;line-height:normal;list-style:none;list-style-image:none;list-style-position:outside;list-style-type:disc;margin:0;margin-bottom:0;margin-left:0;margin-right:0;margin-top:0;max-height:none;max-width:none;min-height:0;min-width:0;opacity:1;orphans:0;outline:0;outline-color:invert;outline-style:none;outline-width:medium;overflow:visible;overflow-x:visible;overflow-y:visible;padding:0;padding-bottom:0;padding-left:0;padding-right:0;padding-top:0;page-break-after:auto;page-break-before:auto;page-break-inside:auto;-webkit-perspective:none;perspective:none;-webkit-perspective-origin:50% 50%;perspective-origin:50% 50%;position:static;quotes:\"“\" \"”\" \"‘\" \"’\";right:auto;-moz-tab-size:8;-o-tab-size:8;tab-size:8;table-layout:auto;text-align:inherit;-moz-text-align-last:auto;text-align-last:auto;text-decoration:none;-webkit-text-decoration-color:inherit;text-decoration-color:inherit;-webkit-text-decoration-line:none;text-decoration-line:none;-webkit-text-decoration-style:solid;text-decoration-style:solid;text-indent:0;text-shadow:none;text-transform:none;top:auto;-webkit-transform:none;transform:none;-webkit-transform-style:flat;transform-style:flat;-webkit-transition:none;transition:none;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;-webkit-transition-property:none;transition-property:none;-webkit-transition-timing-function:ease;transition-timing-function:ease;unicode-bidi:normal;vertical-align:baseline;visibility:visible;white-space:normal;widows:0;width:auto;word-spacing:normal;z-index:auto}.slidecarthq div,.slidecarthq header,.slidecarthq footer,.slidecarthq img,.slidecarthq svg,.slidecarthq ul,.slidecarthq p,.slidecarthq h1,.slidecarthq h2,.slidecarthq h3,.slidecarthq h4,.slidecarthq h5,.slidecarthq h6{display:block}.slidecarthq h1,.slidecarthq h2,.slidecarthq h3,.slidecarthq h4,.slidecarthq h5,.slidecarthq h6{font-weight:600}.slidecarthq img,.slidecarthq svg{max-width:100%}#slidecarthq .slick-list,#slidecarthq .slick-slider,#slidecarthq .slick-track{position:relative;display:block}#slidecarthq .slick-loading .slick-slide,#slidecarthq .slick-loading .slick-track{visibility:hidden}#slidecarthq .slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}#slidecarthq .slick-list{overflow:hidden;margin:0;padding:0}#slidecarthq .slick-list:focus{outline:0}#slidecarthq .slick-list.dragging{cursor:pointer;cursor:hand}#slidecarthq .slick-slider .slick-list,#slidecarthq .slick-slider .slick-track{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}#slidecarthq .slick-track{top:0;left:0}#slidecarthq .slick-track:after,#slidecarthq .slick-track:before{display:table;content:''}#slidecarthq .slick-track:after{clear:both}#slidecarthq .slick-slide{display:none;float:left;height:100%;min-height:1px}#slidecarthq [dir='rtl'] .slick-slide{float:right}#slidecarthq .slick-slide img{display:block}#slidecarthq .slick-slide.slick-loading img{display:none}#slidecarthq .slick-slide.dragging img{pointer-events:none}#slidecarthq .slick-initialized .slick-slide{display:block}#slidecarthq .slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}#slidecarthq .slick-arrow.slick-hidden{display:none}#slidecarthq .slick-next,#slidecarthq .slick-prev{font-size:0;width:30px;height:30px;background-position:center center;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgdmlld0JveD0iMCAwIDU0IDk2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik02LjEgOTUuNWMtMS40IDAtMi45LS41LTQtMS42LTIuMi0yLjItMi4yLTUuNyAwLTcuOUw0MCA0OCAyLjEgMTAuMWMtMi4yLTIuMi0yLjItNS43IDAtNy45UzcuOCAwIDEwIDIuMUw1MS45IDQ0YzEuMSAxLjEgMS42IDIuNSAxLjYgNHMtLjYgMi45LTEuNiA0TDEwIDkzLjljLTEuMSAxLjEtMi41IDEuNi0zLjkgMS42eiIgZmlsbD0iY3VycmVudENvbG9yIi8+PC9zdmc+);background-repeat:no-repeat;background-size:7px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:0;z-index:2;-webkit-transition:0.2s opacity;transition:0.2s opacity}@media (min-width: 374px){#slidecarthq .slick-next,#slidecarthq .slick-prev{width:40px;height:40px}}#slidecarthq .slick-next:before,#slidecarthq .slick-prev:before{display:none}#slidecarthq .slick-next:hover,#slidecarthq .slick-prev:hover{opacity:0.5}#slidecarthq .slick-next.slick-disabled,#slidecarthq .slick-prev.slick-disabled{opacity:0.2}#slidecarthq .slick-prev{-webkit-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg);left:0;right:0}#slidecarthq .dark .slick-next,#slidecarthq .dark .slick-prev{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgdmlld0JveD0iMCAwIDU0IDk2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik02LjEgOTUuNWMtMS40IDAtMi45LS41LTQtMS42LTIuMi0yLjItMi4yLTUuNyAwLTcuOUw0MCA0OCAyLjEgMTAuMWMtMi4yLTIuMi0yLjItNS43IDAtNy45UzcuOCAwIDEwIDIuMUw1MS45IDQ0YzEuMSAxLjEgMS42IDIuNSAxLjYgNHMtLjYgMi45LTEuNiA0TDEwIDkzLjljLTEuMSAxLjEtMi41IDEuNi0zLjkgMS42eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==)}#slidecarthq .slidecarthq-overlay{background:rgba(0,0,0,0.5);position:fixed;width:100%;height:100%;z-index:888888888888888;top:0;left:-999em;-webkit-transition:left 0s 0.4s,opacity 0.4s;transition:left 0s 0.4s,opacity 0.4s;opacity:0}#slidecarthq .slidecarthq-overlay.open{left:0;-webkit-transition:left 0s,opacity 0.4s;transition:left 0s,opacity 0.4s;opacity:1}#slidecarthq .slidecarthq{width:100%;z-index:999999999999999;-webkit-transition:0.4s -webkit-transform;transition:0.4s -webkit-transform;transition:0.4s transform;transition:0.4s transform, 0.4s -webkit-transform;box-shadow:0 0 14px 0 rgba(0,0,0,0.09),0 0 4px 0 rgba(0,0,0,0.21),0 0 0 1px rgba(0,0,0,0.09);display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;background:#fff;overflow-y:scroll;position:fixed;max-width:440px;height:100%;top:0}#slidecarthq .slidecarthq>*{flex-shrink:0}#slidecarthq .slidecarthq.dark{background:#000}#slidecarthq .slidecarthq.right{right:0;-webkit-transform:translateX(100%);transform:translateX(100%)}#slidecarthq .slidecarthq.left{left:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}#slidecarthq .slidecarthq.open{-webkit-transform:none;transform:none}#slidecarthq .slidecarthq .items+.custom-html,#slidecarthq .slidecarthq .note+.custom-html{margin-top:auto}html body .slidecart-form-error{font-size:12px;color:#c53131;margin-top:10px;text-align:center;display:block}#slidecarthq .header{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between;padding:20px}@media (min-width: 374px){#slidecarthq .header{padding:30px}}#slidecarthq .header h2{font-size:19px;font-weight:600;color:#000}@media (min-width: 374px){#slidecarthq .header h2{font-size:22px}}#slidecarthq .header h2 span{color:rgba(0,0,0,0.3);font-weight:400;font-size:19px}@media (min-width: 374px){#slidecarthq .header h2 span{font-size:22px}}#slidecarthq .header button{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;background-color:rgba(0,0,0,0.05);-webkit-transition:0.2s background-color;transition:0.2s background-color;width:30px;height:30px;border-radius:50%;cursor:pointer}#slidecarthq .header button:hover{background:rgba(0,0,0,0.1)}#slidecarthq .header button svg{width:10px}#slidecarthq .header button svg path{fill:rgba(0,0,0,0.3)}#slidecarthq .header button:hover svg path{fill:#000}#slidecarthq .dark .header h2{color:#fff}#slidecarthq .dark .header h2 span{color:rgba(255,255,255,0.4)}#slidecarthq .dark .header button{background-color:rgba(255,255,255,0.05)}#slidecarthq .dark .header button:hover{background:rgba(255,255,255,0.1)}#slidecarthq .dark .header button svg path{fill:rgba(255,255,255,0.3);-webkit-transition:0.2s fill;transition:0.2s fill}#slidecarthq .dark .header button:hover svg path{fill:#fff}#slidecarthq .cartEmpty .header{border-bottom:1px solid #ebebeb}#slidecarthq .dark.cartEmpty .header{border-bottom:1px solid #0b0b0b}@-webkit-keyframes rotate{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}#slidecarthq .loading-state,#slidecarthq .empty{margin:auto;text-align:center}#slidecarthq .empty{color:#868785}#slidecarthq .empty svg{margin:0 auto 20px;width:56px}#slidecarthq .loading-state{color:rgba(0,0,0,0.2)}#slidecarthq .loading-state svg{will-change:transform;-webkit-animation:rotate 1s linear infinite;animation:rotate 1s linear infinite}#slidecarthq .dark .loading-state{color:rgba(255,255,255,0.2)}#slidecarthq .header+.items{border-top:1px solid rgba(0,0,0,0.1)}#slidecarthq .dark .header+.items{border-top:1px solid rgba(255,255,255,0.1)}#slidecarthq .item{display:-webkit-box;display:flex;padding:20px;border-bottom:1px solid rgba(0,0,0,0.1)}@media (min-width: 440px){#slidecarthq .item{padding:30px}}#slidecarthq .item .image{width:60px}@media (min-width: 374px){#slidecarthq .item .image{width:70px}}#slidecarthq .item .image img{border-radius:0;width:60px}@media (min-width: 374px){#slidecarthq .item .image img{width:70px}}#slidecarthq .item .main{-webkit-box-flex:1;flex:1;margin-left:20px;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}#slidecarthq .item .main-top{display:-webkit-box;display:flex;-webkit-box-align:start;align-items:flex-start;margin-bottom:15px}#slidecarthq .item .main-top button svg{width:9px}#slidecarthq .item .main-top button svg path{fill:rgba(0,0,0,0.5);-webkit-transition:0.2s fill;transition:0.2s fill}#slidecarthq .item .main-top button:hover svg path{fill:rgba(0,0,0,0.8)}#slidecarthq .item .main-top-left{-webkit-box-flex:1;flex:1;margin-right:20px}#slidecarthq .item .title,#slidecarthq .item .title a{color:#000;font-size:15px;font-weight:600}@media (min-width: 374px){#slidecarthq .item .title,#slidecarthq .item .title a{font-size:17px}}#slidecarthq .item .title br{content:' ';display:none}#slidecarthq .item .variants-p{color:rgba(0,0,0,0.4);margin-top:5px;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (min-width: 374px){#slidecarthq .item .variants-p{font-size:14px}}#slidecarthq .item .main-bottom{margin-top:auto;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center}#slidecarthq .item .price{color:#000;font-weight:500;font-size:14px;text-align:right;display:block}@media (min-width: 374px){#slidecarthq .item .price{font-size:16px}}#slidecarthq .item .unit-price{font-size:12px;color:rgba(0,0,0,0.5);display:block;margin-top:3px;display:block}@media (min-width: 374px){#slidecarthq .item .unit-price{font-size:14px}}#slidecarthq .item .item-error{color:#c53131;margin-top:10px}#slidecarthq .dark .item{border-bottom:1px solid rgba(255,255,255,0.05)}#slidecarthq .dark .item .title,#slidecarthq .dark .item .title a{color:#fff}#slidecarthq .dark .item .variants-p{color:rgba(255,255,255,0.4)}#slidecarthq .dark .item .price{color:#fff}#slidecarthq .dark .item .unit-price{color:rgba(255,255,255,0.5)}#slidecarthq .dark .item .main-top button svg path{fill:rgba(255,255,255,0.5)}#slidecarthq .dark .item button:hover svg path{fill:rgba(255,255,255,0.8)}#slidecarthq .quantity-selector{display:-webkit-inline-box;display:inline-flex;-webkit-box-align:center;align-items:center}#slidecarthq .quantity-selector button{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;width:30px;height:30px;border:1px solid rgba(0,0,0,0.1)}#slidecarthq .quantity-selector button:disabled{background-color:transparent !important}#slidecarthq .quantity-selector button.notAllowed{cursor:not-allowed}#slidecarthq .quantity-selector button:first-of-type{border-top-left-radius:3px;border-bottom-left-radius:3px}#slidecarthq .quantity-selector button:last-of-type{border-top-right-radius:3px;border-bottom-right-radius:3px}#slidecarthq .quantity-selector input,#slidecarthq .quantity-selector input[type='text']{display:-webkit-inline-box;display:inline-flex;line-height:28px;height:30px;max-height:none;min-height:0;border:none;background:transparent;border-top:1px solid rgba(0,0,0,0.1) !important;border-bottom:1px solid rgba(0,0,0,0.1) !important;width:45px;text-align:center;font-size:13px;color:#000;padding:0;border-radius:0;min-height:0 !important;margin:0 !important}@media (min-width: 374px){#slidecarthq .quantity-selector input,#slidecarthq .quantity-selector input[type='text']{font-size:14px}}#slidecarthq .quantity-selector input:disabled,#slidecarthq .quantity-selector input[type='text']:disabled{background:transparent}#slidecarthq .quantity-selector button svg{width:10px}#slidecarthq .quantity-selector button svg path{fill:rgba(0,0,0,0.5)}#slidecarthq .quantity-selector button:hover svg path{fill:#000}#slidecarthq .dark .quantity-selector input{border-top:1px solid rgba(255,255,255,0.15) !important;border-bottom:1px solid rgba(255,255,255,0.15) !important;color:#fff}#slidecarthq .dark .quantity-selector button{border:1px solid rgba(255,255,255,0.15)}#slidecarthq .dark .quantity-selector button svg path{fill:rgba(255,255,255,0.5)}#slidecarthq .dark .quantity-selector button:hover svg path{fill:#fff}#slidecarthq .button{display:inline-block;vertical-align:middle;color:#fff;background-color:#000;padding:0 25px;font-weight:600;line-height:52px;height:52px;max-height:none;min-height:0;-webkit-transition:0.2s opacity, 0.2s background-color, 0.2s color;transition:0.2s opacity, 0.2s background-color, 0.2s color;border-radius:0;font-size:14px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}@media (min-width: 374px){#slidecarthq .button{font-size:15px}}#slidecarthq .button:hover{background-color:rgba(0,0,0,0.8)}#slidecarthq .button.full{width:100%;display:block;text-align:center}#slidecarthq .button:disabled,#slidecarthq .button.disabled{opacity:0.5;background-color:rgba(0,0,0,0.8);cursor:not-allowed}#slidecarthq .button:disabled:hover,#slidecarthq .button.disabled:hover{opacity:0.5;background-color:rgba(0,0,0,0.8);cursor:not-allowed}#slidecarthq .dark .button{color:#000;background-color:#fff}#slidecarthq .dark .button:hover{background-color:rgba(255,255,255,0.8)}#slidecarthq .footer{padding:20px 20px;background-color:rgba(0,0,0,0.05)}@media (min-width: 440px){#slidecarthq .footer{padding:20px 30px}}#slidecarthq .footer.new-footer{padding:20px 20px 0}@media (min-width: 440px){#slidecarthq .footer.new-footer{padding:20px 30px 0}}#slidecarthq .footer .button{margin-top:10px}#slidecarthq .footer .footer-checkbox+.button,#slidecarthq .footer .footer-checkbox+form .button{margin-top:0}#slidecarthq .additional-buttons{margin-top:10px}#slidecarthq .additional-buttons svg rect{width:141px !important;height:90px !important}#slidecarthq .footer-checkbox{padding:15px 0;display:block;border-top:1px solid rgba(0,0,0,0.05);font-size:14px;color:rgba(0,0,0,0.8);text-align:center}#slidecarthq .footer-checkbox a{text-decoration:underline;-webkit-transition:0.2s color;transition:0.2s color}#slidecarthq .footer-checkbox a:hover{color:#000}#slidecarthq .footer-checkbox input[type='checkbox']{width:18px;height:18px;border-radius:3px;border:1px solid rgba(0,0,0,0.1);background:#fff;display:inline-block;vertical-align:middle;margin:-2px 8px 0 0;background-image:url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJjaGVjayIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLWNoZWNrIGZhLXctMTYiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeiI+PC9wYXRoPjwvc3ZnPg==);background-repeat:no-repeat;background-size:9px;background-position:-100px -100px}#slidecarthq .footer-checkbox input[type='checkbox']:checked{background-position:center center}#slidecarthq .dark .footer-checkbox{border-color:rgba(255,255,255,0.05);color:rgba(255,255,255,0.8)}#slidecarthq .dark .footer-checkbox a:hover{color:#fff}#slidecarthq .dark .footer-checkbox input[type='checkbox']{background-color:rgba(255,255,255,0.05);border-color:rgba(255,255,255,0.1);background-image:url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJjaGVjayIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLWNoZWNrIGZhLXctMTYiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeiI+PC9wYXRoPjwvc3ZnPg==)}#slidecarthq form+.footer-checkbox,#slidecarthq button+.footer-checkbox{padding-bottom:0}#slidecarthq .footer-sticky .footer-continue,#slidecarthq .footer .footer-continue{text-align:center;display:block;margin-top:10px;color:rgba(0,0,0,0.5);-webkit-transition:0.2s color;transition:0.2s color;cursor:pointer;font-size:14px}#slidecarthq .footer-sticky .footer-continue:hover,#slidecarthq .footer .footer-continue:hover{color:rgba(0,0,0,0.8)}#slidecarthq .dark .footer-sticky .footer-continue,#slidecarthq .dark .footer .footer-continue{color:rgba(255,255,255,0.5)}#slidecarthq .dark .footer-sticky .footer-continue:hover,#slidecarthq .dark .footer .footer-continue:hover{color:rgba(255,255,255,0.8)}#slidecarthq .items+.footer,#slidecarthq .note+.footer{margin-top:auto}#slidecarthq .dark .footer{background-color:rgba(255,255,255,0.07)}#slidecarthq .footer-row{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between;padding:0 0 15px;color:rgba(0,0,0,0.8)}#slidecarthq .footer-row span,#slidecarthq .footer-row strong{font-size:14px}@media (min-width: 374px){#slidecarthq .footer-row span,#slidecarthq .footer-row strong{font-size:16px}}#slidecarthq .footer-row strong{font-weight:600;color:#000}#slidecarthq .footer-row .shipping-cost,#slidecarthq .footer-row .shipping-cost span,#slidecarthq .footer-row .shipping-cost span a{text-transform:uppercase;font-size:12px;font-weight:600;letter-spacing:0.4px;color:#abaaaa}#slidecarthq .footer-row .footer-row-flex{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;width:100%;-webkit-box-flex:1;flex:1}#slidecarthq .dark .footer-row{color:rgba(255,255,255,0.8)}#slidecarthq .dark .footer-row strong{color:#fff}#slidecarthq .footer-row ~ .footer-row:last-of-type{border-top:1px solid rgba(0,0,0,0.05);padding-top:15px}#slidecarthq .dark .footer-row ~ .footer-row:last-of-type{border-top:1px solid rgba(255,255,255,0.05)}#slidecarthq .dark .footer-row .shipping-cost{color:rgba(255,255,255,0.3)}#slidecarthq .dark .footer-row ~ .footer-row:last-of-type{border-top:1px solid rgba(255,255,255,0.05)}#slidecarthq .footer-sticky{position:-webkit-sticky;position:sticky;bottom:0;padding:20px;background-color:#f2f2f2;border-top:1px solid rgba(0,0,0,0.05);z-index:99}@media (min-width: 440px){#slidecarthq .footer-sticky{padding:20px 30px}}#slidecarthq .dark .footer-sticky{background-color:#121212;border-top:1px solid rgba(0,0,0,0.05)}#slidecarthq .footer-row span .footer-code{display:-webkit-inline-box;display:inline-flex;padding:5px 7px;vertical-align:middle;-webkit-box-align:center;align-items:center;background:rgba(0,0,0,0.05);border-radius:3px;font-size:13px;font-weight:600;margin-left:8px}#slidecarthq .footer-row span .footer-code.right{margin-left:auto}#slidecarthq .footer-row span .footer-code .footer-tags-icon{margin-right:8px;color:#585858}#slidecarthq .footer-row span .footer-code button{margin-left:6px}#slidecarthq .footer-row span .footer-code button svg{width:9px}#slidecarthq .footer-row span .footer-code button svg path{margin-left:5px;fill:rgba(0,0,0,0.3)}#slidecarthq .footer-row span .footer-code button:hover svg path{margin-left:5px;fill:rgba(0,0,0,0.7)}#slidecarthq .dark .footer-row span .footer-code{background:rgba(255,255,255,0.05);color:#fff}#slidecarthq .dark .footer-row span .footer-code .footer-tags-icon{color:#939393}#slidecarthq .dark .footer-row span .footer-code button svg path{fill:rgba(255,255,255,0.3)}#slidecarthq .dark .footer-row span .footer-code button:hover svg path{fill:rgba(255,255,255,0.7)}#slidecarthq .note{padding:20px}@media (min-width: 440px){#slidecarthq .note{padding:20px 30px}}#slidecarthq .note-trigger{color:rgba(0,0,0,0.5);font-size:13px;text-decoration:underline;cursor:pointer}@media (min-width: 374px){#slidecarthq .note-trigger{font-size:14px}}#slidecarthq .dark .note-trigger{color:rgba(255,255,255,0.5);text-decoration:underline}#slidecarthq .note-body{padding-top:15px}#slidecarthq .note-body textarea{border:1px solid rgba(0,0,0,0.1);color:rgba(0,0,0,0.7);padding:15px;border-radius:0;height:80px;display:block;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:13px}@media (min-width: 374px){#slidecarthq .note-body textarea{font-size:14px}}#slidecarthq .note-body textarea::-webkit-input-placeholder{color:rgba(0,0,0,0.4)}#slidecarthq .note-body textarea::-moz-placeholder{color:rgba(0,0,0,0.4)}#slidecarthq .note-body textarea:-ms-input-placeholder{color:rgba(0,0,0,0.4)}#slidecarthq .note-body textarea::-ms-input-placeholder{color:rgba(0,0,0,0.4)}#slidecarthq .note-body textarea::placeholder{color:rgba(0,0,0,0.4)}#slidecarthq .dark .note-body textarea{border:1px solid rgba(255,255,255,0.1);color:rgba(255,255,255,0.7)}#slidecarthq .dark .note-body textarea::-webkit-input-placeholder{color:rgba(255,255,255,0.4)}#slidecarthq .dark .note-body textarea::-moz-placeholder{color:rgba(255,255,255,0.4)}#slidecarthq .dark .note-body textarea:-ms-input-placeholder{color:rgba(255,255,255,0.4)}#slidecarthq .dark .note-body textarea::-ms-input-placeholder{color:rgba(255,255,255,0.4)}#slidecarthq .dark .note-body textarea::placeholder{color:rgba(255,255,255,0.4)}#slidecarthq .upsells{width:100%;margin-top:auto;position:relative;padding:20px 0}#slidecarthq .upsells-stacked .upsell+.upsell{margin-top:10px}#slidecarthq .upsells-header{padding-bottom:15px}#slidecarthq .upsells-header h2{text-align:center;color:#000}#slidecarthq .upsell-item{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;padding:15px;background-color:rgba(0,0,0,0.05);width:calc(100% - 60px);margin:0 auto;border-radius:0}@media (min-width: 374px){#slidecarthq .upsell-item{width:calc(100% - 80px)}}#slidecarthq .dark .upsell-item{background:rgba(255,255,255,0.07)}#slidecarthq .upsell-image{width:40px}@media (min-width: 374px){#slidecarthq .upsell-image{width:50px}}#slidecarthq .upsell-text{-webkit-box-flex:1;flex:1;margin:0 15px}#slidecarthq .upsell-text h3,#slidecarthq .upsell-text h3 a{color:#000;margin-bottom:5px;font-size:14px;font-weight:600}@media (min-width: 374px){#slidecarthq .upsell-text h3,#slidecarthq .upsell-text h3 a{font-size:16px}}#slidecarthq .upsell-text h3 br{content:' ';display:none}#slidecarthq .upsell-text p{color:rgba(0,0,0,0.4);font-size:13px}@media (min-width: 374px){#slidecarthq .upsell-text p{font-size:14px}}#slidecarthq .upsell-text-prices{display:-webkit-inline-box;display:inline-flex}#slidecarthq .upsell-text-prices .upsell-compare-at{margin-left:10px;text-decoration:line-through}#slidecarthq .dark .upsell-text h3,#slidecarthq .dark .upsell-text h3 a{color:#fff}#slidecarthq .dark .upsell-text p{color:rgba(255,255,255,0.4)}#slidecarthq .dark .upsells-header h2{color:#fff}#slidecarthq .upsell-add button{display:inline-block;background:#000;text-transform:uppercase;padding:5px 7px;border-radius:0;color:#fff;font-weight:700;font-size:11px;-webkit-transition:0.2s background-color;transition:0.2s background-color}@media (min-width: 374px){#slidecarthq .upsell-add button{font-size:12px}}#slidecarthq .upsell-add button:hover{background-color:rgba(0,0,0,0.8)}#slidecarthq .upsell-add button svg{width:10px}#slidecarthq .dark .upsell-add button{background:#fff;color:#000}#slidecarthq .dark .upsell-add button:hover{background-color:rgba(255,255,255,0.8)}#slidecarthq .upsell-add button svg{display:inline-block;vertical-align:middle;margin-top:-2px;margin-right:5px}#slidecarthq .upsell-options-overlay{position:fixed;bottom:0;right:999em;top:0;width:100%;max-width:440px;background:rgba(0,0,0,0.5);-webkit-transition:right 0s 0.4s, opacity 0.4s;transition:right 0s 0.4s, opacity 0.4s;opacity:0;z-index:99999998}#slidecarthq .upsell-options-overlay.active{right:0;opacity:1;-webkit-transition:right 0s, opacity 0.4s;transition:right 0s, opacity 0.4s}#slidecarthq .left .upsell-options-overlay{right:auto;left:-999em}#slidecarthq .left .upsell-options-overlay.active{right:auto;left:0}#slidecarthq .dark .upsell-options-overlay{background:rgba(0,0,0,0.7)}#slidecarthq .upsell-options{position:fixed;bottom:0;right:0;background:#fff;width:100%;padding:20px;max-width:440px;-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transition:0.4s -webkit-transform;transition:0.4s -webkit-transform;transition:0.4s transform;transition:0.4s transform, 0.4s -webkit-transform;z-index:99999999}#slidecarthq .upsell-options.active{-webkit-transform:none;transform:none}#slidecarthq .upsell-options .option{margin-bottom:16px}#slidecarthq .upsell-options label{font-weight:600;font-size:13px;display:inline-block;margin-bottom:5px;font-size:13px}@media (min-width: 374px){#slidecarthq .upsell-options label{font-size:14px}}#slidecarthq .upsell-options select{display:block;-webkit-box-flex:1;flex:1;border:1px solid rgba(0,0,0,0.1);height:48px;width:100%;background-position:right 15px center;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIHZpZXdCb3g9IjAgMCA5NiA1NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNLjQ5NCA2LjE0NGMwLTEuNC41LTIuOSAxLjYtNCAyLjItMi4yIDUuNy0yLjIgNy45IDBsMzggMzcuOSAzNy45LTM3LjljMi4yLTIuMiA1LjctMi4yIDcuOSAwczIuMiA1LjcuMSA3LjlsLTQxLjkgNDEuOWMtMS4xIDEuMS0yLjUgMS42LTQgMS42cy0yLjktLjYtNC0xLjZsLTQxLjktNDEuOWMtMS4xLTEuMS0xLjYtMi41LTEuNi0zLjl6IiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=);background-repeat:no-repeat;background-size:11px;padding:0 40px 0 15px;border-radius:0}#slidecarthq .left .upsell-options{right:auto;left:0}#slidecarthq .dark .upsell-options{background:#000}#slidecarthq .dark .upsell-options label,#slidecarthq .dark .upsell-options select{color:#fff}#slidecarthq .dark .upsell-options select{border:1px solid rgba(255,255,255,0.15);background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIHZpZXdCb3g9IjAgMCA5NiA1NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNLjQ5NCA2LjE0NGMwLTEuNC41LTIuOSAxLjYtNCAyLjItMi4yIDUuNy0yLjIgNy45IDBsMzggMzcuOSAzNy45LTM3LjljMi4yLTIuMiA1LjctMi4yIDcuOSAwczIuMiA1LjcuMSA3LjlsLTQxLjkgNDEuOWMtMS4xIDEuMS0yLjUgMS42LTQgMS42cy0yLjktLjYtNC0xLjZsLTQxLjktNDEuOWMtMS4xLTEuMS0xLjYtMi41LTEuNi0zLjl6IiBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=)}#slidecarthq .upsell-options-header{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;padding-bottom:15px;margin-bottom:15px;border-bottom:1px solid rgba(0,0,0,0.1)}#slidecarthq .upsell-options-header .text{-webkit-box-flex:1;flex:1;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}#slidecarthq .upsell-options-header .image{width:50px;margin-right:20px}#slidecarthq .upsell-options-header .image img,#slidecarthq .upsell-options-header .image-placeholder{border-radius:0;width:50px}@media (min-width: 374px){#slidecarthq .upsell-options-header .image img,#slidecarthq .upsell-options-header .image-placeholder{width:70px}}#slidecarthq .upsell-options-header h2,#slidecarthq .upsell-options-header h2 a{color:#000;font-size:14px;font-weight:600}@media (min-width: 374px){#slidecarthq .upsell-options-header h2,#slidecarthq .upsell-options-header h2 a{font-size:16px}}#slidecarthq .upsell-options-header p{color:rgba(0,0,0,0.4);font-size:13px}@media (min-width: 374px){#slidecarthq .upsell-options-header p{font-size:14px}}#slidecarthq .upsell-options-header p.price,#slidecarthq .upsell-options-header p.compare-at{font-size:14px}@media (min-width: 374px){#slidecarthq .upsell-options-header p.price,#slidecarthq .upsell-options-header p.compare-at{font-size:16px}}#slidecarthq .upsell-options-header p.compare-at{text-decoration:line-through}@media (min-width: 374px){#slidecarthq .upsell-options-header p.compare-at{margin-left:10px}}#slidecarthq .upsell-options-variant{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#slidecarthq .upsell-options-prices{margin-left:10px}@media (min-width: 374px){#slidecarthq .upsell-options-prices{display:-webkit-inline-box;display:inline-flex}}#slidecarthq .dark .upsell-options-header{border-bottom:1px solid rgba(255,255,255,0.1)}#slidecarthq .dark .upsell-options-header h2{color:#fff;margin-bottom:5px}#slidecarthq .dark .upsell-options-header h2 a{color:#fff}#slidecarthq .dark .upsell-options-header p{color:rgba(255,255,255,0.4)}#slidecarthq .announcements{background:#d7ecf7;border-top:1px solid #d7ecf7;border-bottom:1px solid #d7ecf7;color:black;text-align:center;position:relative}#slidecarthq .announcements .slick-list{-webkit-transition:0.2s height;transition:0.2s height}#slidecarthq .announcements p{padding:15px 30px;font-size:13px;line-height:1.4}@media (min-width: 374px){#slidecarthq .announcements p{font-size:14px;padding:15px 40px}}#slidecarthq .announcements p a{text-decoration:underline;-webkit-transition:0.2s opacity;transition:0.2s opacity;color:#000}#slidecarthq .announcements p a:hover{opacity:0.8}#slidecarthq .announcements p strong{font-weight:600;font-size:13px}@media (min-width: 374px){#slidecarthq .announcements p strong{font-size:14px}}#slidecarthq .dark .announcements p a{color:#fff}#slidecarthq .rewards{background:rgba(0,0,0,0.05);color:#000;padding:18px 30px;text-align:center;width:100%;margin:0;border-bottom:1px solid rgba(0,0,0,0.05);border-top:1px solid rgba(0,0,0,0.05)}#slidecarthq .rewards p,#slidecarthq .rewards strong{font-size:13px}@media (min-width: 374px){#slidecarthq .rewards p,#slidecarthq .rewards strong{font-size:14px}}#slidecarthq .rewards p{line-height:1.5}#slidecarthq .rewards strong{font-weight:600}#slidecarthq .dark .rewards{background:rgba(255,255,255,0.1);color:#fff;border-bottom:1px solid rgba(255,255,255,0.1);border-top:1px solid rgba(255,255,255,0.1)}#slidecarthq .upsells ~ .rewards{margin-top:0}#slidecarthq .items+.rewards,#slidecarthq .note+.rewards{margin-top:auto}#slidecarthq .dark .rewards{background:rgba(255,255,255,0.07);color:#fff}#slidecarthq .rewards-progress-bar{display:block;width:100%;height:6px;background:rgba(0,0,0,0.1);border-radius:0;margin-top:10px}#slidecarthq .dark .rewards-progress-bar{background:rgba(255,255,255,0.1)}#slidecarthq .rewards-progress{display:block;height:6px;border-radius:0;background-color:#000;-webkit-transition:0.3s width;transition:0.3s width;will-change:width}#slidecarthq .dark .rewards-progress{background-color:#fff}#slidecarthq .image-placeholder{width:60px;height:60px;border-radius:0;display:block;background:rgba(0,0,0,0.05)}@media (min-width: 374px){#slidecarthq .image-placeholder{height:70px;width:70px}}#slidecarthq .image-placeholder.small{width:40px;height:40px}@media (min-width: 374px){#slidecarthq .image-placeholder.small{height:50px;width:50px}}#slidecarthq .dark .image-placeholder{background:rgba(255,255,255,0.07)}#slidecarthq .discount-box{padding:20px;border-top:1px solid rgba(0,0,0,0.05);background:rgba(0,0,0,0.05)}@media (min-width: 440px){#slidecarthq .discount-box{padding:20px 30px}}#slidecarthq .discount-box .invalid-coupon-code{color:#d32525;display:block;font-size:12px;margin-top:5px}#slidecarthq .items+.discount-box,#slidecarthq .note+.discount-box{margin-top:auto}#slidecarthq .dark .discount-box{border-top:1px solid rgba(255,255,255,0.07);background:rgba(255,255,255,0.07)}#slidecarthq .dark .discount-box .invalid-coupon-code{color:#d32525}#slidecarthq .discount-box-form{position:relative;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}#slidecarthq .discount-box-form input{display:block;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;font-size:16px;line-height:42px;padding:0 12px;-webkit-box-flex:1;flex:1;border:1px solid rgba(0,0,0,0.1);border-radius:3px;background:#fff;color:#000;margin:0}@media (min-width: 440px){#slidecarthq .discount-box-form input{font-size:14px}}#slidecarthq .discount-box-form input::-webkit-input-placeholder{color:rgba(0,0,0,0.4)}#slidecarthq .discount-box-form input::-moz-placeholder{color:rgba(0,0,0,0.4)}#slidecarthq .discount-box-form input:-ms-input-placeholder{color:rgba(0,0,0,0.4)}#slidecarthq .discount-box-form input::-ms-input-placeholder{color:rgba(0,0,0,0.4)}#slidecarthq .discount-box-form input::placeholder{color:rgba(0,0,0,0.4)}#slidecarthq .discount-box-form button{background:#000;color:#fff;padding:0 25px;margin:0 6px 0 10px;border-radius:3px;line-height:42px;font-size:14px;font-weight:600;border-radius:3px}#slidecarthq .discount-box-form button:hover{background-color:rgba(0,0,0,0.8)}#slidecarthq .dark .discount-box-form input{background:rgba(255,255,255,0.05);border-color:rgba(255,255,255,0.07);color:#fff}#slidecarthq .dark .discount-box-form input::-webkit-input-placeholder{color:rgba(255,255,255,0.6)}#slidecarthq .dark .discount-box-form input::-moz-placeholder{color:rgba(255,255,255,0.6)}#slidecarthq .dark .discount-box-form input:-ms-input-placeholder{color:rgba(255,255,255,0.6)}#slidecarthq .dark .discount-box-form input::-ms-input-placeholder{color:rgba(255,255,255,0.6)}#slidecarthq .dark .discount-box-form input::placeholder{color:rgba(255,255,255,0.6)}#slidecarthq .dark .discount-box-form button{background:#fff;color:#000}#slidecarthq .dark .discount-box-form button:hover{background-color:rgba(255,255,255,0.8)}#slidecarthq .floating-cart{position:fixed;z-index:6000;width:64px;height:64px;border-radius:50%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;box-shadow:0px 5px 10px 0px rgba(0,0,0,0.1);-webkit-transition:0.2s background-color, 0.2s -webkit-transform;transition:0.2s background-color, 0.2s -webkit-transform;transition:0.2s background-color, 0.2s transform;transition:0.2s background-color, 0.2s transform, 0.2s -webkit-transform}#slidecarthq .floating-cart:hover{-webkit-transform:scale(1.03);transform:scale(1.03)}#slidecarthq .floating-cart.pos1{top:20px;right:20px}#slidecarthq .floating-cart.pos2{top:50%;right:20px;margin-top:-32px}#slidecarthq .floating-cart.pos3{bottom:20px;right:20px}#slidecarthq .floating-cart.pos4{top:20px;left:20px}#slidecarthq .floating-cart.pos5{top:50%;left:20px;margin-top:-32px}#slidecarthq .floating-cart.pos6{bottom:20px;left:20px}#slidecarthq .floating-cart-bubble{position:absolute;top:-5px;right:-5px;width:28px;height:28px;border-radius:50%;font-size:14px;font-weight:700;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;line-height:1;box-shadow:0px 5px 10px 0px rgba(0,0,0,0.1)}\n",""])},function(e,t,n){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=function(e,t){var n=e[1]||"",r=e[3];if(!r)return n;if(t&&"function"==typeof btoa){var o=(a=r,l=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),s="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(l),"/*# ".concat(s," */")),i=r.sources.map((function(e){return"/*# sourceURL=".concat(r.sourceRoot).concat(e," */")}));return[n].concat(i).concat([o]).join("\n")}var a,l,s;return[n].join("\n")}(t,e);return t[2]?"@media ".concat(t[2],"{").concat(n,"}"):n})).join("")},t.i=function(e,n){"string"==typeof e&&(e=[[null,e,""]]);for(var r={},o=0;o=0)return;a[t]="set-cookie"===t?(a[t]?a[t]:[]).concat([n]):a[t]?a[t]+", "+n:n}})),a):a}},function(e,t,n){"use strict";var r=n(5);e.exports=r.isStandardBrowserEnv()?function(){var e,t=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function o(e){var r=e;return t&&(n.setAttribute("href",r),r=n.href),n.setAttribute("href",r),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:"/"===n.pathname.charAt(0)?n.pathname:"/"+n.pathname}}return e=o(window.location.href),function(t){var n=r.isString(t)?o(t):t;return n.protocol===e.protocol&&n.host===e.host}}():function(){return!0}},function(e,t,n){"use strict";var r=n(5);e.exports=r.isStandardBrowserEnv()?{write:function(e,t,n,o,i,a){var l=[];l.push(e+"="+encodeURIComponent(t)),r.isNumber(n)&&l.push("expires="+new Date(n).toGMTString()),r.isString(o)&&l.push("path="+o),r.isString(i)&&l.push("domain="+i),!0===a&&l.push("secure"),document.cookie=l.join("; ")},read:function(e){var t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},function(e,t,n){"use strict";e.exports=function(e){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(e)}},function(e,t,n){"use strict";e.exports=function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}},function(e,t,n){"use strict";var r=n(23);function o(e){if("function"!=typeof e)throw new TypeError("executor must be a function.");var t;this.promise=new Promise((function(e){t=e}));var n=this;e((function(e){n.reason||(n.reason=new r(e),t(n.reason))}))}o.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},o.source=function(){var e;return{token:new o((function(t){e=t})),cancel:e}},e.exports=o},function(e,t,n){"use strict";e.exports=function(e){return function(t){return e.apply(null,t)}}},function(e,t,n){"use strict";e.exports=function(e,t){if(t=t.split(":")[0],!(e=+e))return!1;switch(t){case"http":case"ws":return 80!==e;case"https":case"wss":return 443!==e;case"ftp":return 21!==e;case"gopher":return 70!==e;case"file":return!1}return 0!==e}},function(e,t,n){"use strict";var r,o=Object.prototype.hasOwnProperty;function i(e){try{return decodeURIComponent(e.replace(/\+/g," "))}catch(e){return null}}t.stringify=function(e,t){t=t||"";var n,i,a=[];for(i in"string"!=typeof t&&(t="?"),e)if(o.call(e,i)){if((n=e[i])||null!==n&&n!==r&&!isNaN(n)||(n=""),i=encodeURIComponent(i),n=encodeURIComponent(n),null===i||null===n)continue;a.push(i+"="+n)}return a.length?t+a.join("&"):""},t.parse=function(e){for(var t,n=/([^=?&]+)=?([^&]*)/g,r={};t=n.exec(e);){var o=i(t[1]),a=i(t[2]);null===o||null===a||o in r||(r[o]=a)}return r}},function(e,t,n){var r=n(72);"string"==typeof r&&(r=[[e.i,r,""]]);var o={insert:"head",singleton:!1};n(74)(r,o);r.locals&&(e.exports=r.locals)},function(e,t,n){(e.exports=n(73)(!1)).push([e.i,".slidecarthq,.slidecarthq *,.slidecart-form-error{-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-animation:none;animation:none;-webkit-animation-delay:0;animation-delay:0;-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-duration:0;animation-duration:0;-webkit-animation-fill-mode:none;animation-fill-mode:none;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:none;animation-name:none;-webkit-animation-play-state:running;animation-play-state:running;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-backface-visibility:visible;backface-visibility:visible;background:0;background-attachment:scroll;background-clip:border-box;background-color:transparent;background-image:none;background-origin:padding-box;background-position:0 0;background-position-x:0;background-position-y:0;background-repeat:repeat;background-size:auto auto;border:0;border-style:none;border-width:medium;border-color:inherit;border-bottom:0;border-bottom-color:inherit;border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-style:none;border-bottom-width:medium;border-collapse:separate;-webkit-border-image:none;-o-border-image:none;border-image:none;border-left:0;border-left-color:inherit;border-left-style:none;border-left-width:medium;border-radius:0;border-right:0;border-right-color:inherit;border-right-style:none;border-right-width:medium;border-spacing:0;border-top:0;border-top-color:inherit;border-top-left-radius:0;border-top-right-radius:0;border-top-style:none;border-top-width:medium;bottom:auto;box-shadow:none;box-sizing:border-box;caption-side:top;clear:none;clip:auto;color:inherit;-webkit-columns:auto;-moz-columns:auto;columns:auto;-webkit-column-count:auto;-moz-column-count:auto;column-count:auto;-webkit-column-fill:balance;-moz-column-fill:balance;column-fill:balance;-webkit-column-gap:normal;-moz-column-gap:normal;column-gap:normal;-webkit-column-rule:medium none currentColor;-moz-column-rule:medium none currentColor;column-rule:medium none currentColor;-webkit-column-rule-color:currentColor;-moz-column-rule-color:currentColor;column-rule-color:currentColor;-webkit-column-rule-style:none;-moz-column-rule-style:none;column-rule-style:none;-webkit-column-rule-width:none;-moz-column-rule-width:none;column-rule-width:none;-webkit-column-span:1;-moz-column-span:1;column-span:1;-webkit-column-width:auto;-moz-column-width:auto;column-width:auto;content:normal;counter-increment:none;counter-reset:none;direction:ltr;display:inline;empty-cells:show;float:none;font:normal;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;height:auto;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none;left:auto;letter-spacing:normal;line-height:normal;list-style:none;list-style-image:none;list-style-position:outside;list-style-type:disc;margin:0;margin-bottom:0;margin-left:0;margin-right:0;margin-top:0;max-height:none;max-width:none;min-height:0;min-width:0;opacity:1;orphans:0;outline:0;outline-color:invert;outline-style:none;outline-width:medium;overflow:visible;overflow-x:visible;overflow-y:visible;padding:0;padding-bottom:0;padding-left:0;padding-right:0;padding-top:0;page-break-after:auto;page-break-before:auto;page-break-inside:auto;-webkit-perspective:none;perspective:none;-webkit-perspective-origin:50% 50%;perspective-origin:50% 50%;position:static;quotes:\"“\" \"”\" \"‘\" \"’\";right:auto;-moz-tab-size:8;-o-tab-size:8;tab-size:8;table-layout:auto;text-align:inherit;-moz-text-align-last:auto;text-align-last:auto;text-decoration:none;-webkit-text-decoration-color:inherit;text-decoration-color:inherit;-webkit-text-decoration-line:none;text-decoration-line:none;-webkit-text-decoration-style:solid;text-decoration-style:solid;text-indent:0;text-shadow:none;text-transform:none;top:auto;-webkit-transform:none;transform:none;-webkit-transform-style:flat;transform-style:flat;-webkit-transition:none;transition:none;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;-webkit-transition-property:none;transition-property:none;-webkit-transition-timing-function:ease;transition-timing-function:ease;unicode-bidi:normal;vertical-align:baseline;visibility:visible;white-space:normal;widows:0;width:auto;word-spacing:normal;z-index:auto}.slidecarthq div,.slidecarthq header,.slidecarthq footer,.slidecarthq img,.slidecarthq svg,.slidecarthq ul,.slidecarthq p,.slidecarthq h1,.slidecarthq h2,.slidecarthq h3,.slidecarthq h4,.slidecarthq h5,.slidecarthq h6{display:block}.slidecarthq h1,.slidecarthq h2,.slidecarthq h3,.slidecarthq h4,.slidecarthq h5,.slidecarthq h6{font-weight:600}.slidecarthq img,.slidecarthq svg{max-width:100%}#slidecarthq .slick-list,#slidecarthq .slick-slider,#slidecarthq .slick-track{position:relative;display:block}#slidecarthq .slick-loading .slick-slide,#slidecarthq .slick-loading .slick-track{visibility:hidden}#slidecarthq .slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}#slidecarthq .slick-list{overflow:hidden;margin:0;padding:0}#slidecarthq .slick-list:focus{outline:0}#slidecarthq .slick-list.dragging{cursor:pointer;cursor:hand}#slidecarthq .slick-slider .slick-list,#slidecarthq .slick-slider .slick-track{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}#slidecarthq .slick-track{top:0;left:0}#slidecarthq .slick-track:after,#slidecarthq .slick-track:before{display:table;content:''}#slidecarthq .slick-track:after{clear:both}#slidecarthq .slick-slide{display:none;float:left;height:100%;min-height:1px}#slidecarthq [dir='rtl'] .slick-slide{float:right}#slidecarthq .slick-slide img{display:block}#slidecarthq .slick-slide.slick-loading img{display:none}#slidecarthq .slick-slide.dragging img{pointer-events:none}#slidecarthq .slick-initialized .slick-slide{display:block}#slidecarthq .slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}#slidecarthq .slick-arrow.slick-hidden{display:none}#slidecarthq .slick-next,#slidecarthq .slick-prev{font-size:0;width:30px;height:30px;background-position:center center;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgdmlld0JveD0iMCAwIDU0IDk2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik02LjEgOTUuNWMtMS40IDAtMi45LS41LTQtMS42LTIuMi0yLjItMi4yLTUuNyAwLTcuOUw0MCA0OCAyLjEgMTAuMWMtMi4yLTIuMi0yLjItNS43IDAtNy45UzcuOCAwIDEwIDIuMUw1MS45IDQ0YzEuMSAxLjEgMS42IDIuNSAxLjYgNHMtLjYgMi45LTEuNiA0TDEwIDkzLjljLTEuMSAxLjEtMi41IDEuNi0zLjkgMS42eiIgZmlsbD0iY3VycmVudENvbG9yIi8+PC9zdmc+);background-repeat:no-repeat;background-size:7px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:0;z-index:2;-webkit-transition:0.2s opacity;transition:0.2s opacity}@media (min-width: 374px){#slidecarthq .slick-next,#slidecarthq .slick-prev{width:40px;height:40px}}#slidecarthq .slick-next:before,#slidecarthq .slick-prev:before{display:none}#slidecarthq .slick-next:hover,#slidecarthq .slick-prev:hover{opacity:0.5}#slidecarthq .slick-next.slick-disabled,#slidecarthq .slick-prev.slick-disabled{opacity:0.2}#slidecarthq .slick-prev{-webkit-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg);left:0;right:0}#slidecarthq .dark .slick-next,#slidecarthq .dark .slick-prev{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgdmlld0JveD0iMCAwIDU0IDk2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik02LjEgOTUuNWMtMS40IDAtMi45LS41LTQtMS42LTIuMi0yLjItMi4yLTUuNyAwLTcuOUw0MCA0OCAyLjEgMTAuMWMtMi4yLTIuMi0yLjItNS43IDAtNy45UzcuOCAwIDEwIDIuMUw1MS45IDQ0YzEuMSAxLjEgMS42IDIuNSAxLjYgNHMtLjYgMi45LTEuNiA0TDEwIDkzLjljLTEuMSAxLjEtMi41IDEuNi0zLjkgMS42eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==)}#slidecarthq .slidecarthq-overlay{background:rgba(0,0,0,0.5);position:fixed;width:100%;height:100%;z-index:888888888888888;top:0;left:-999em;-webkit-transition:left 0s 0.4s,opacity 0.4s;transition:left 0s 0.4s,opacity 0.4s;opacity:0}#slidecarthq .slidecarthq-overlay.open{left:0;-webkit-transition:left 0s,opacity 0.4s;transition:left 0s,opacity 0.4s;opacity:1}#slidecarthq .slidecarthq{width:100%;z-index:999999999999999;-webkit-transition:0.4s -webkit-transform;transition:0.4s -webkit-transform;transition:0.4s transform;transition:0.4s transform, 0.4s -webkit-transform;box-shadow:0 0 14px 0 rgba(0,0,0,0.09),0 0 4px 0 rgba(0,0,0,0.21),0 0 0 1px rgba(0,0,0,0.09);display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;background:#fff;overflow-y:scroll;position:fixed;max-width:440px;height:100%;top:0}#slidecarthq .slidecarthq>*{flex-shrink:0}#slidecarthq .slidecarthq.dark{background:#000}#slidecarthq .slidecarthq.right{right:0;-webkit-transform:translateX(100%);transform:translateX(100%)}#slidecarthq .slidecarthq.left{left:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}#slidecarthq .slidecarthq.open{-webkit-transform:none;transform:none}#slidecarthq .slidecarthq .items+.custom-html,#slidecarthq .slidecarthq .note+.custom-html{margin-top:auto}html body .slidecart-form-error{font-size:12px;color:#c53131;margin-top:10px;text-align:center;display:block}#slidecarthq .header{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between;padding:20px}@media (min-width: 374px){#slidecarthq .header{padding:30px}}#slidecarthq .header h2{font-size:19px;font-weight:600;color:#000}@media (min-width: 374px){#slidecarthq .header h2{font-size:22px}}#slidecarthq .header h2 span{color:rgba(0,0,0,0.3);font-weight:400;font-size:19px}@media (min-width: 374px){#slidecarthq .header h2 span{font-size:22px}}#slidecarthq .header button{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;background-color:rgba(0,0,0,0.05);-webkit-transition:0.2s background-color;transition:0.2s background-color;width:30px;height:30px;border-radius:50%;cursor:pointer}#slidecarthq .header button:hover{background:rgba(0,0,0,0.1)}#slidecarthq .header button svg{width:10px}#slidecarthq .header button svg path{fill:rgba(0,0,0,0.3)}#slidecarthq .header button:hover svg path{fill:#000}#slidecarthq .dark .header h2{color:#fff}#slidecarthq .dark .header h2 span{color:rgba(255,255,255,0.4)}#slidecarthq .dark .header button{background-color:rgba(255,255,255,0.05)}#slidecarthq .dark .header button:hover{background:rgba(255,255,255,0.1)}#slidecarthq .dark .header button svg path{fill:rgba(255,255,255,0.3);-webkit-transition:0.2s fill;transition:0.2s fill}#slidecarthq .dark .header button:hover svg path{fill:#fff}#slidecarthq .cartEmpty .header{border-bottom:1px solid #ebebeb}#slidecarthq .dark.cartEmpty .header{border-bottom:1px solid #0b0b0b}@-webkit-keyframes rotate{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}#slidecarthq .loading-state,#slidecarthq .empty{margin:auto;text-align:center}#slidecarthq .empty{color:#868785}#slidecarthq .empty svg{margin:0 auto 20px;width:56px}#slidecarthq .loading-state{color:rgba(0,0,0,0.2)}#slidecarthq .loading-state svg{will-change:transform;-webkit-animation:rotate 1s linear infinite;animation:rotate 1s linear infinite}#slidecarthq .dark .loading-state{color:rgba(255,255,255,0.2)}#slidecarthq .header+.items{border-top:1px solid rgba(0,0,0,0.1)}#slidecarthq .dark .header+.items{border-top:1px solid rgba(255,255,255,0.1)}#slidecarthq .item{display:-webkit-box;display:flex;padding:20px;border-bottom:1px solid rgba(0,0,0,0.1)}@media (min-width: 440px){#slidecarthq .item{padding:30px}}#slidecarthq .item .image{width:60px}@media (min-width: 374px){#slidecarthq .item .image{width:70px}}#slidecarthq .item .image img{border-radius:0;width:60px}@media (min-width: 374px){#slidecarthq .item .image img{width:70px}}#slidecarthq .item .main{-webkit-box-flex:1;flex:1;margin-left:20px;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}#slidecarthq .item .main-top{display:-webkit-box;display:flex;-webkit-box-align:start;align-items:flex-start;margin-bottom:15px}#slidecarthq .item .main-top button svg{width:9px}#slidecarthq .item .main-top button svg path{fill:rgba(0,0,0,0.5);-webkit-transition:0.2s fill;transition:0.2s fill}#slidecarthq .item .main-top button:hover svg path{fill:rgba(0,0,0,0.8)}#slidecarthq .item .main-top-left{-webkit-box-flex:1;flex:1;margin-right:20px}#slidecarthq .item .title,#slidecarthq .item .title a{color:#000;font-size:15px;font-weight:600}@media (min-width: 374px){#slidecarthq .item .title,#slidecarthq .item .title a{font-size:17px}}#slidecarthq .item .title br{content:' ';display:none}#slidecarthq .item .variants-p{color:rgba(0,0,0,0.4);margin-top:5px;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (min-width: 374px){#slidecarthq .item .variants-p{font-size:14px}}#slidecarthq .item .main-bottom{margin-top:auto;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center}#slidecarthq .item .price{color:#000;font-weight:500;font-size:14px;text-align:right;display:block}@media (min-width: 374px){#slidecarthq .item .price{font-size:16px}}#slidecarthq .item .unit-price{font-size:12px;color:rgba(0,0,0,0.5);display:block;margin-top:3px;display:block}@media (min-width: 374px){#slidecarthq .item .unit-price{font-size:14px}}#slidecarthq .item .item-error{color:#c53131;margin-top:10px}#slidecarthq .dark .item{border-bottom:1px solid rgba(255,255,255,0.05)}#slidecarthq .dark .item .title,#slidecarthq .dark .item .title a{color:#fff}#slidecarthq .dark .item .variants-p{color:rgba(255,255,255,0.4)}#slidecarthq .dark .item .price{color:#fff}#slidecarthq .dark .item .unit-price{color:rgba(255,255,255,0.5)}#slidecarthq .dark .item .main-top button svg path{fill:rgba(255,255,255,0.5)}#slidecarthq .dark .item button:hover svg path{fill:rgba(255,255,255,0.8)}#slidecarthq .quantity-selector{display:-webkit-inline-box;display:inline-flex;-webkit-box-align:center;align-items:center}#slidecarthq .quantity-selector button{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;width:30px;height:30px;border:1px solid rgba(0,0,0,0.1)}#slidecarthq .quantity-selector button:disabled{background-color:transparent !important}#slidecarthq .quantity-selector button.notAllowed{cursor:not-allowed}#slidecarthq .quantity-selector button:first-of-type{border-top-left-radius:3px;border-bottom-left-radius:3px}#slidecarthq .quantity-selector button:last-of-type{border-top-right-radius:3px;border-bottom-right-radius:3px}#slidecarthq .quantity-selector input,#slidecarthq .quantity-selector input[type='text']{display:-webkit-inline-box;display:inline-flex;line-height:28px;height:30px;max-height:none;min-height:0;border:none;background:transparent;border-top:1px solid rgba(0,0,0,0.1) !important;border-bottom:1px solid rgba(0,0,0,0.1) !important;width:45px;text-align:center;font-size:13px;color:#000;padding:0;border-radius:0;min-height:0 !important;margin:0 !important}@media (min-width: 374px){#slidecarthq .quantity-selector input,#slidecarthq .quantity-selector input[type='text']{font-size:14px}}#slidecarthq .quantity-selector input:disabled,#slidecarthq .quantity-selector input[type='text']:disabled{background:transparent}#slidecarthq .quantity-selector button svg{width:10px}#slidecarthq .quantity-selector button svg path{fill:rgba(0,0,0,0.5)}#slidecarthq .quantity-selector button:hover svg path{fill:#000}#slidecarthq .dark .quantity-selector input{border-top:1px solid rgba(255,255,255,0.15) !important;border-bottom:1px solid rgba(255,255,255,0.15) !important;color:#fff}#slidecarthq .dark .quantity-selector button{border:1px solid rgba(255,255,255,0.15)}#slidecarthq .dark .quantity-selector button svg path{fill:rgba(255,255,255,0.5)}#slidecarthq .dark .quantity-selector button:hover svg path{fill:#fff}#slidecarthq .button{display:inline-block;vertical-align:middle;color:#fff;background-color:#000;padding:0 25px;font-weight:600;line-height:52px;height:52px;max-height:none;min-height:0;-webkit-transition:0.2s opacity, 0.2s background-color, 0.2s color;transition:0.2s opacity, 0.2s background-color, 0.2s color;border-radius:0;font-size:14px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}@media (min-width: 374px){#slidecarthq .button{font-size:15px}}#slidecarthq .button:hover{background-color:rgba(0,0,0,0.8)}#slidecarthq .button.full{width:100%;display:block;text-align:center}#slidecarthq .button:disabled,#slidecarthq .button.disabled{opacity:0.5;background-color:rgba(0,0,0,0.8);cursor:not-allowed}#slidecarthq .button:disabled:hover,#slidecarthq .button.disabled:hover{opacity:0.5;background-color:rgba(0,0,0,0.8);cursor:not-allowed}#slidecarthq .dark .button{color:#000;background-color:#fff}#slidecarthq .dark .button:hover{background-color:rgba(255,255,255,0.8)}#slidecarthq .footer{padding:20px 20px;background-color:rgba(0,0,0,0.05)}@media (min-width: 440px){#slidecarthq .footer{padding:20px 30px}}#slidecarthq .footer.new-footer{padding:20px 20px 0}@media (min-width: 440px){#slidecarthq .footer.new-footer{padding:20px 30px 0}}#slidecarthq .footer .button{margin-top:10px}#slidecarthq .footer .footer-checkbox+.button,#slidecarthq .footer .footer-checkbox+form .button{margin-top:0}#slidecarthq .additional-buttons{margin-top:10px}#slidecarthq .additional-buttons svg rect{width:141px !important;height:90px !important}#slidecarthq .footer-checkbox{padding:15px 0;display:block;border-top:1px solid rgba(0,0,0,0.05);font-size:14px;color:rgba(0,0,0,0.8);text-align:center}#slidecarthq .footer-checkbox a{text-decoration:underline;-webkit-transition:0.2s color;transition:0.2s color}#slidecarthq .footer-checkbox a:hover{color:#000}#slidecarthq .footer-checkbox input[type='checkbox']{width:18px;height:18px;border-radius:3px;border:1px solid rgba(0,0,0,0.1);background:#fff;display:inline-block;vertical-align:middle;margin:-2px 8px 0 0;background-image:url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJjaGVjayIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLWNoZWNrIGZhLXctMTYiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeiI+PC9wYXRoPjwvc3ZnPg==);background-repeat:no-repeat;background-size:9px;background-position:-100px -100px}#slidecarthq .footer-checkbox input[type='checkbox']:checked{background-position:center center}#slidecarthq .dark .footer-checkbox{border-color:rgba(255,255,255,0.05);color:rgba(255,255,255,0.8)}#slidecarthq .dark .footer-checkbox a:hover{color:#fff}#slidecarthq .dark .footer-checkbox input[type='checkbox']{background-color:rgba(255,255,255,0.05);border-color:rgba(255,255,255,0.1);background-image:url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJjaGVjayIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLWNoZWNrIGZhLXctMTYiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeiI+PC9wYXRoPjwvc3ZnPg==)}#slidecarthq form+.footer-checkbox,#slidecarthq button+.footer-checkbox{padding-bottom:0}#slidecarthq .footer-sticky .footer-continue,#slidecarthq .footer .footer-continue{text-align:center;display:block;margin-top:10px;color:rgba(0,0,0,0.5);-webkit-transition:0.2s color;transition:0.2s color;cursor:pointer;font-size:14px}#slidecarthq .footer-sticky .footer-continue:hover,#slidecarthq .footer .footer-continue:hover{color:rgba(0,0,0,0.8)}#slidecarthq .dark .footer-sticky .footer-continue,#slidecarthq .dark .footer .footer-continue{color:rgba(255,255,255,0.5)}#slidecarthq .dark .footer-sticky .footer-continue:hover,#slidecarthq .dark .footer .footer-continue:hover{color:rgba(255,255,255,0.8)}#slidecarthq .items+.footer,#slidecarthq .note+.footer{margin-top:auto}#slidecarthq .dark .footer{background-color:rgba(255,255,255,0.07)}#slidecarthq .footer-row{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between;padding:0 0 15px;color:rgba(0,0,0,0.8)}#slidecarthq .footer-row span,#slidecarthq .footer-row strong{font-size:14px}@media (min-width: 374px){#slidecarthq .footer-row span,#slidecarthq .footer-row strong{font-size:16px}}#slidecarthq .footer-row .flex{-webkit-box-flex:1;flex:1}#slidecarthq .footer-row strong{font-weight:600;color:#000}#slidecarthq .footer-row .shipping-cost,#slidecarthq .footer-row .shipping-cost span,#slidecarthq .footer-row .shipping-cost span a{text-transform:uppercase;font-size:12px;font-weight:600;letter-spacing:0.4px;color:#abaaaa}#slidecarthq .footer-row .footer-row-flex{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;width:100%;-webkit-box-flex:1;flex:1}#slidecarthq .dark .footer-row{color:rgba(255,255,255,0.8)}#slidecarthq .dark .footer-row strong{color:#fff}#slidecarthq .footer-row ~ .footer-row:last-of-type{border-top:1px solid rgba(0,0,0,0.05);padding-top:15px}#slidecarthq .dark .footer-row ~ .footer-row:last-of-type{border-top:1px solid rgba(255,255,255,0.05)}#slidecarthq .dark .footer-row .shipping-cost{color:rgba(255,255,255,0.3)}#slidecarthq .dark .footer-row ~ .footer-row:last-of-type{border-top:1px solid rgba(255,255,255,0.05)}#slidecarthq .footer-sticky{position:-webkit-sticky;position:sticky;bottom:0;padding:20px;background-color:#f2f2f2;border-top:1px solid rgba(0,0,0,0.05);z-index:99}@media (min-width: 440px){#slidecarthq .footer-sticky{padding:20px 30px}}#slidecarthq .dark .footer-sticky{background-color:#121212;border-top:1px solid rgba(0,0,0,0.05)}#slidecarthq .footer-row span .footer-code{display:-webkit-inline-box;display:inline-flex;padding:5px 7px;vertical-align:middle;-webkit-box-align:center;align-items:center;background:rgba(0,0,0,0.05);border-radius:3px;font-size:13px;font-weight:600;margin-left:8px}#slidecarthq .footer-row span .footer-code.right{margin-left:auto}#slidecarthq .footer-row span .footer-code .footer-tags-icon{margin-right:8px;color:#585858}#slidecarthq .footer-row span .footer-code button{margin-left:6px}#slidecarthq .footer-row span .footer-code button svg{width:9px}#slidecarthq .footer-row span .footer-code button svg path{margin-left:5px;fill:rgba(0,0,0,0.3)}#slidecarthq .footer-row span .footer-code button:hover svg path{margin-left:5px;fill:rgba(0,0,0,0.7)}#slidecarthq .dark .footer-row span .footer-code{background:rgba(255,255,255,0.05);color:#fff}#slidecarthq .dark .footer-row span .footer-code .footer-tags-icon{color:#939393}#slidecarthq .dark .footer-row span .footer-code button svg path{fill:rgba(255,255,255,0.3)}#slidecarthq .dark .footer-row span .footer-code button:hover svg path{fill:rgba(255,255,255,0.7)}#slidecarthq .note{padding:20px}@media (min-width: 440px){#slidecarthq .note{padding:20px 30px}}#slidecarthq .note-trigger{color:rgba(0,0,0,0.5);font-size:13px;text-decoration:underline;cursor:pointer}@media (min-width: 374px){#slidecarthq .note-trigger{font-size:14px}}#slidecarthq .dark .note-trigger{color:rgba(255,255,255,0.5);text-decoration:underline}#slidecarthq .note-body{padding-top:15px}#slidecarthq .note-body textarea{border:1px solid rgba(0,0,0,0.1);color:rgba(0,0,0,0.7);padding:15px;border-radius:0;height:80px;display:block;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:13px}@media (min-width: 374px){#slidecarthq .note-body textarea{font-size:14px}}#slidecarthq .note-body textarea::-webkit-input-placeholder{color:rgba(0,0,0,0.4)}#slidecarthq .note-body textarea::-moz-placeholder{color:rgba(0,0,0,0.4)}#slidecarthq .note-body textarea:-ms-input-placeholder{color:rgba(0,0,0,0.4)}#slidecarthq .note-body textarea::-ms-input-placeholder{color:rgba(0,0,0,0.4)}#slidecarthq .note-body textarea::placeholder{color:rgba(0,0,0,0.4)}#slidecarthq .dark .note-body textarea{border:1px solid rgba(255,255,255,0.1);color:rgba(255,255,255,0.7)}#slidecarthq .dark .note-body textarea::-webkit-input-placeholder{color:rgba(255,255,255,0.4)}#slidecarthq .dark .note-body textarea::-moz-placeholder{color:rgba(255,255,255,0.4)}#slidecarthq .dark .note-body textarea:-ms-input-placeholder{color:rgba(255,255,255,0.4)}#slidecarthq .dark .note-body textarea::-ms-input-placeholder{color:rgba(255,255,255,0.4)}#slidecarthq .dark .note-body textarea::placeholder{color:rgba(255,255,255,0.4)}#slidecarthq .upsells{width:100%;margin-top:auto;position:relative;padding:20px 0}#slidecarthq .upsells-stacked .upsell+.upsell{margin-top:10px}#slidecarthq .upsells-header{padding-bottom:15px}#slidecarthq .upsells-header h2{text-align:center;color:#000}#slidecarthq .upsell-item{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;padding:15px;background-color:rgba(0,0,0,0.05);width:calc(100% - 60px);margin:0 auto;border-radius:0}@media (min-width: 374px){#slidecarthq .upsell-item{width:calc(100% - 80px)}}#slidecarthq .dark .upsell-item{background:rgba(255,255,255,0.07)}#slidecarthq .upsell-image{width:40px}@media (min-width: 374px){#slidecarthq .upsell-image{width:50px}}#slidecarthq .upsell-text{-webkit-box-flex:1;flex:1;margin:0 15px}#slidecarthq .upsell-text h3,#slidecarthq .upsell-text h3 a{color:#000;margin-bottom:5px;font-size:14px;font-weight:600}@media (min-width: 374px){#slidecarthq .upsell-text h3,#slidecarthq .upsell-text h3 a{font-size:16px}}#slidecarthq .upsell-text h3 br{content:' ';display:none}#slidecarthq .upsell-text p{color:rgba(0,0,0,0.4);font-size:13px}@media (min-width: 374px){#slidecarthq .upsell-text p{font-size:14px}}#slidecarthq .upsell-text-prices{display:-webkit-inline-box;display:inline-flex}#slidecarthq .upsell-text-prices .upsell-compare-at{margin-left:10px;text-decoration:line-through}#slidecarthq .dark .upsell-text h3,#slidecarthq .dark .upsell-text h3 a{color:#fff}#slidecarthq .dark .upsell-text p{color:rgba(255,255,255,0.4)}#slidecarthq .dark .upsells-header h2{color:#fff}#slidecarthq .upsell-add button{display:inline-block;background:#000;text-transform:uppercase;padding:5px 7px;border-radius:0;color:#fff;font-weight:700;font-size:11px;-webkit-transition:0.2s background-color;transition:0.2s background-color}@media (min-width: 374px){#slidecarthq .upsell-add button{font-size:12px}}#slidecarthq .upsell-add button:hover{background-color:rgba(0,0,0,0.8)}#slidecarthq .upsell-add button svg{width:10px}#slidecarthq .dark .upsell-add button{background:#fff;color:#000}#slidecarthq .dark .upsell-add button:hover{background-color:rgba(255,255,255,0.8)}#slidecarthq .upsell-add button svg{display:inline-block;vertical-align:middle;margin-top:-2px;margin-right:5px}#slidecarthq .upsell-options-overlay{position:fixed;bottom:0;right:999em;top:0;width:100%;max-width:440px;background:rgba(0,0,0,0.5);-webkit-transition:right 0s 0.4s, opacity 0.4s;transition:right 0s 0.4s, opacity 0.4s;opacity:0;z-index:99999998}#slidecarthq .upsell-options-overlay.active{right:0;opacity:1;-webkit-transition:right 0s, opacity 0.4s;transition:right 0s, opacity 0.4s}#slidecarthq .left .upsell-options-overlay{right:auto;left:-999em}#slidecarthq .left .upsell-options-overlay.active{right:auto;left:0}#slidecarthq .dark .upsell-options-overlay{background:rgba(0,0,0,0.7)}#slidecarthq .upsell-options{position:fixed;bottom:0;right:0;background:#fff;width:100%;padding:20px;max-width:440px;-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transition:0.4s -webkit-transform;transition:0.4s -webkit-transform;transition:0.4s transform;transition:0.4s transform, 0.4s -webkit-transform;z-index:99999999}#slidecarthq .upsell-options.active{-webkit-transform:none;transform:none}#slidecarthq .upsell-options .option{margin-bottom:16px}#slidecarthq .upsell-options label{font-weight:600;font-size:13px;display:inline-block;margin-bottom:5px;font-size:13px}@media (min-width: 374px){#slidecarthq .upsell-options label{font-size:14px}}#slidecarthq .upsell-options select{display:block;-webkit-box-flex:1;flex:1;border:1px solid rgba(0,0,0,0.1);height:48px;width:100%;background-position:right 15px center;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIHZpZXdCb3g9IjAgMCA5NiA1NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNLjQ5NCA2LjE0NGMwLTEuNC41LTIuOSAxLjYtNCAyLjItMi4yIDUuNy0yLjIgNy45IDBsMzggMzcuOSAzNy45LTM3LjljMi4yLTIuMiA1LjctMi4yIDcuOSAwczIuMiA1LjcuMSA3LjlsLTQxLjkgNDEuOWMtMS4xIDEuMS0yLjUgMS42LTQgMS42cy0yLjktLjYtNC0xLjZsLTQxLjktNDEuOWMtMS4xLTEuMS0xLjYtMi41LTEuNi0zLjl6IiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=);background-repeat:no-repeat;background-size:11px;padding:0 40px 0 15px;border-radius:0}#slidecarthq .left .upsell-options{right:auto;left:0}#slidecarthq .dark .upsell-options{background:#000}#slidecarthq .dark .upsell-options label,#slidecarthq .dark .upsell-options select{color:#fff}#slidecarthq .dark .upsell-options select{border:1px solid rgba(255,255,255,0.15);background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIHZpZXdCb3g9IjAgMCA5NiA1NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNLjQ5NCA2LjE0NGMwLTEuNC41LTIuOSAxLjYtNCAyLjItMi4yIDUuNy0yLjIgNy45IDBsMzggMzcuOSAzNy45LTM3LjljMi4yLTIuMiA1LjctMi4yIDcuOSAwczIuMiA1LjcuMSA3LjlsLTQxLjkgNDEuOWMtMS4xIDEuMS0yLjUgMS42LTQgMS42cy0yLjktLjYtNC0xLjZsLTQxLjktNDEuOWMtMS4xLTEuMS0xLjYtMi41LTEuNi0zLjl6IiBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=)}#slidecarthq .upsell-options-header{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;padding-bottom:15px;margin-bottom:15px;border-bottom:1px solid rgba(0,0,0,0.1)}#slidecarthq .upsell-options-header .text{-webkit-box-flex:1;flex:1;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}#slidecarthq .upsell-options-header .image{width:50px;margin-right:20px}#slidecarthq .upsell-options-header .image img,#slidecarthq .upsell-options-header .image-placeholder{border-radius:0;width:50px}@media (min-width: 374px){#slidecarthq .upsell-options-header .image img,#slidecarthq .upsell-options-header .image-placeholder{width:70px}}#slidecarthq .upsell-options-header h2,#slidecarthq .upsell-options-header h2 a{color:#000;font-size:14px;font-weight:600}@media (min-width: 374px){#slidecarthq .upsell-options-header h2,#slidecarthq .upsell-options-header h2 a{font-size:16px}}#slidecarthq .upsell-options-header p{color:rgba(0,0,0,0.4);font-size:13px}@media (min-width: 374px){#slidecarthq .upsell-options-header p{font-size:14px}}#slidecarthq .upsell-options-header p.price,#slidecarthq .upsell-options-header p.compare-at{font-size:14px}@media (min-width: 374px){#slidecarthq .upsell-options-header p.price,#slidecarthq .upsell-options-header p.compare-at{font-size:16px}}#slidecarthq .upsell-options-header p.compare-at{text-decoration:line-through}@media (min-width: 374px){#slidecarthq .upsell-options-header p.compare-at{margin-left:10px}}#slidecarthq .upsell-options-variant{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#slidecarthq .upsell-options-prices{margin-left:10px}@media (min-width: 374px){#slidecarthq .upsell-options-prices{display:-webkit-inline-box;display:inline-flex}}#slidecarthq .dark .upsell-options-header{border-bottom:1px solid rgba(255,255,255,0.1)}#slidecarthq .dark .upsell-options-header h2{color:#fff;margin-bottom:5px}#slidecarthq .dark .upsell-options-header h2 a{color:#fff}#slidecarthq .dark .upsell-options-header p{color:rgba(255,255,255,0.4)}#slidecarthq .announcements{background:#d7ecf7;border-top:1px solid #d7ecf7;border-bottom:1px solid #d7ecf7;color:black;text-align:center;position:relative}#slidecarthq .announcements .slick-list{-webkit-transition:0.2s height;transition:0.2s height}#slidecarthq .announcements p{padding:15px 30px;font-size:13px;line-height:1.4}@media (min-width: 374px){#slidecarthq .announcements p{font-size:14px;padding:15px 40px}}#slidecarthq .announcements p a{text-decoration:underline;-webkit-transition:0.2s opacity;transition:0.2s opacity;color:#000}#slidecarthq .announcements p a:hover{opacity:0.8}#slidecarthq .announcements p strong{font-weight:600;font-size:13px}@media (min-width: 374px){#slidecarthq .announcements p strong{font-size:14px}}#slidecarthq .dark .announcements p a{color:#fff}#slidecarthq .rewards{background:rgba(0,0,0,0.05);color:#000;padding:18px 30px;text-align:center;width:100%;margin:0;border-bottom:1px solid rgba(0,0,0,0.05);border-top:1px solid rgba(0,0,0,0.05)}#slidecarthq .rewards p,#slidecarthq .rewards strong{font-size:13px}@media (min-width: 374px){#slidecarthq .rewards p,#slidecarthq .rewards strong{font-size:14px}}#slidecarthq .rewards p{line-height:1.5}#slidecarthq .rewards strong{font-weight:600}#slidecarthq .dark .rewards{background:rgba(255,255,255,0.1);color:#fff;border-bottom:1px solid rgba(255,255,255,0.1);border-top:1px solid rgba(255,255,255,0.1)}#slidecarthq .upsells ~ .rewards{margin-top:0}#slidecarthq .items+.rewards,#slidecarthq .note+.rewards{margin-top:auto}#slidecarthq .dark .rewards{background:rgba(255,255,255,0.07);color:#fff}#slidecarthq .rewards-progress-bar{display:block;width:100%;height:6px;background:rgba(0,0,0,0.1);border-radius:0;margin-top:10px}#slidecarthq .dark .rewards-progress-bar{background:rgba(255,255,255,0.1)}#slidecarthq .rewards-progress{display:block;height:6px;border-radius:0;background-color:#000;-webkit-transition:0.3s width;transition:0.3s width;will-change:width}#slidecarthq .dark .rewards-progress{background-color:#fff}#slidecarthq .image-placeholder{width:60px;height:60px;border-radius:0;display:block;background:rgba(0,0,0,0.05)}@media (min-width: 374px){#slidecarthq .image-placeholder{height:70px;width:70px}}#slidecarthq .image-placeholder.small{width:40px;height:40px}@media (min-width: 374px){#slidecarthq .image-placeholder.small{height:50px;width:50px}}#slidecarthq .dark .image-placeholder{background:rgba(255,255,255,0.07)}#slidecarthq .discount-box{padding:20px;border-top:1px solid rgba(0,0,0,0.05);background:rgba(0,0,0,0.05)}@media (min-width: 440px){#slidecarthq .discount-box{padding:20px 30px}}#slidecarthq .discount-box .invalid-coupon-code{color:#d32525;display:block;font-size:12px;margin-top:5px}#slidecarthq .items+.discount-box,#slidecarthq .note+.discount-box{margin-top:auto}#slidecarthq .dark .discount-box{border-top:1px solid rgba(255,255,255,0.07);background:rgba(255,255,255,0.07)}#slidecarthq .dark .discount-box .invalid-coupon-code{color:#d32525}#slidecarthq .discount-box-form{position:relative;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}#slidecarthq .discount-box-form input{display:block;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;font-size:16px;line-height:42px;padding:0 12px;-webkit-box-flex:1;flex:1;border:1px solid rgba(0,0,0,0.1);border-radius:3px;background:#fff;color:#000;margin:0}@media (min-width: 440px){#slidecarthq .discount-box-form input{font-size:14px}}#slidecarthq .discount-box-form input::-webkit-input-placeholder{color:rgba(0,0,0,0.4)}#slidecarthq .discount-box-form input::-moz-placeholder{color:rgba(0,0,0,0.4)}#slidecarthq .discount-box-form input:-ms-input-placeholder{color:rgba(0,0,0,0.4)}#slidecarthq .discount-box-form input::-ms-input-placeholder{color:rgba(0,0,0,0.4)}#slidecarthq .discount-box-form input::placeholder{color:rgba(0,0,0,0.4)}#slidecarthq .discount-box-form button{background:#000;color:#fff;padding:0 25px;margin:0 6px 0 10px;border-radius:3px;line-height:42px;font-size:14px;font-weight:600;border-radius:3px}#slidecarthq .discount-box-form button:hover{background-color:rgba(0,0,0,0.8)}#slidecarthq .dark .discount-box-form input{background:rgba(255,255,255,0.05);border-color:rgba(255,255,255,0.07);color:#fff}#slidecarthq .dark .discount-box-form input::-webkit-input-placeholder{color:rgba(255,255,255,0.6)}#slidecarthq .dark .discount-box-form input::-moz-placeholder{color:rgba(255,255,255,0.6)}#slidecarthq .dark .discount-box-form input:-ms-input-placeholder{color:rgba(255,255,255,0.6)}#slidecarthq .dark .discount-box-form input::-ms-input-placeholder{color:rgba(255,255,255,0.6)}#slidecarthq .dark .discount-box-form input::placeholder{color:rgba(255,255,255,0.6)}#slidecarthq .dark .discount-box-form button{background:#fff;color:#000}#slidecarthq .dark .discount-box-form button:hover{background-color:rgba(255,255,255,0.8)}#slidecarthq .floating-cart{position:fixed;z-index:6000;width:64px;height:64px;border-radius:50%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;box-shadow:0px 5px 10px 0px rgba(0,0,0,0.1);-webkit-transition:0.2s background-color, 0.2s -webkit-transform;transition:0.2s background-color, 0.2s -webkit-transform;transition:0.2s background-color, 0.2s transform;transition:0.2s background-color, 0.2s transform, 0.2s -webkit-transform}#slidecarthq .floating-cart:hover{-webkit-transform:scale(1.03);transform:scale(1.03)}#slidecarthq .floating-cart.pos1{top:20px;right:20px}#slidecarthq .floating-cart.pos2{top:50%;right:20px;margin-top:-32px}#slidecarthq .floating-cart.pos3{bottom:20px;right:20px}#slidecarthq .floating-cart.pos4{top:20px;left:20px}#slidecarthq .floating-cart.pos5{top:50%;left:20px;margin-top:-32px}#slidecarthq .floating-cart.pos6{bottom:20px;left:20px}#slidecarthq .floating-cart-bubble{position:absolute;top:-5px;right:-5px;width:28px;height:28px;border-radius:50%;font-size:14px;font-weight:700;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;line-height:1;box-shadow:0px 5px 10px 0px rgba(0,0,0,0.1)}\n",""])},function(e,t,n){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=function(e,t){var n=e[1]||"",r=e[3];if(!r)return n;if(t&&"function"==typeof btoa){var o=(a=r,l=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),s="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(l),"/*# ".concat(s," */")),i=r.sources.map((function(e){return"/*# sourceURL=".concat(r.sourceRoot).concat(e," */")}));return[n].concat(i).concat([o]).join("\n")}var a,l,s;return[n].join("\n")}(t,e);return t[2]?"@media ".concat(t[2],"{").concat(n,"}"):n})).join("")},t.i=function(e,n){"string"==typeof e&&(e=[[null,e,""]]);for(var r={},o=0;o0)&&!(r=i.next()).done;)a.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return a}function d(e){return e.current?Object(l.h)(e.current):""}var p=[];function h(){var e=f(Object(r.useState)(0),2)[1];return Object(r.useCallback)((function(){e((function(e){return e+1}))}),[])}var m={};function y(e,t,n){if(void 0===t&&(t="observed"),void 0===n&&(n=m),u())return e();var o=(n.useForceUpdate||h)(),i=Object(r.useRef)(null);i.current||(i.current=new l.b("observer("+t+")",(function(){o()})));var a,s,c=function(){i.current&&!i.current.isDisposed&&(i.current.dispose(),i.current=null)};if(Object(r.useDebugValue)(i,d),function(e){Object(r.useEffect)((function(){return e}),p)}((function(){c()})),i.current.track((function(){try{a=e()}catch(e){s=e}})),s)throw c(),s;return a}function g(e,t){if(u())return e;var n,o,i,a=c({forwardRef:!1},t),l=e.displayName||e.name,s=function(t,n){return y((function(){return e(t,n)}),l)};return s.displayName=l,n=a.forwardRef?Object(r.memo)(Object(r.forwardRef)(s)):Object(r.memo)(s),o=e,i=n,Object.keys(o).forEach((function(e){o.hasOwnProperty(e)&&!v[e]&&Object.defineProperty(i,e,Object.getOwnPropertyDescriptor(o,e))})),n.displayName=l,n}var v={$$typeof:!0,render:!0,compare:!0,type:!0};function b(e){var t=e.children,n=e.render,r=t||n;return"function"!=typeof r?null:y(r)}function w(e,t,n,r,o){var i="children"===t?"render":"children",a="function"==typeof e[t],l="function"==typeof e[i];return a&&l?new Error("MobX Observer: Do not use children and render in the same time in`"+n):a||l?null:new Error("Invalid prop `"+o+"` of type `"+typeof e[t]+"` supplied to `"+n+"`, expected `function`.")}b.propTypes={children:w,render:w},b.displayName="Observer";var x=0,k={};function S(e){return k[e]||(k[e]=function(e){if("function"==typeof Symbol)return Symbol(e);var t="__$mobx-react "+e+" ("+x+")";return x++,t}(e)),k[e]}function E(e,t){if(C(e,t))return!0;if("object"!=typeof e||null===e||"object"!=typeof t||null===t)return!1;var n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(var o=0;o0;)r[o]=arguments[o+2];t.locks++;try{var i;return null!=e&&(i=e.apply(this,r)),i}finally{t.locks--,0===t.locks&&t.methods.forEach((function(e){e.apply(n,r)}))}}function P(e,t){return function(){for(var n=[],r=arguments.length;r--;)n[r]=arguments[r];A.call.apply(A,[this,e,t].concat(n))}}function N(e,t,n){var r=function(e,t){var n=e[O]=e[O]||{},r=n[t]=n[t]||{};return r.locks=r.locks||0,r.methods=r.methods||[],r}(e,t);r.methods.indexOf(n)<0&&r.methods.push(n);var o=Object.getOwnPropertyDescriptor(e,t);if(!o||!o[j]){var i=function e(t,n,r,o,i){var a,l=P(i,o);return(a={})[j]=!0,a.get=function(){return l},a.set=function(i){if(this===t)l=P(i,o);else{var a=e(this,n,r,o,i);Object.defineProperty(this,n,a)}},a.configurable=!0,a.enumerable=r,a}(e,t,o?o.enumerable:void 0,r,e[t]);Object.defineProperty(e,t,i)}}var L=l.a||"$mobx",q=S("isUnmounted"),D=S("skipRender"),M=S("isForcingUpdate");function I(e,t){return u()&&console.warn("[mobx-react] It seems that a re-rendering of a React component is triggered while in static (server-side) mode. Please make sure components are rendered only once server-side."),this.state!==t||!E(this.props,e)}function R(e,t){var n=S("reactProp_"+t+"_valueHolder"),r=S("reactProp_"+t+"_atomHolder");function o(){return this[r]||_(this,r,Object(l.g)("reactive "+t)),this[r]}Object.defineProperty(e,t,{configurable:!0,enumerable:!0,get:function(){return o.call(this).reportObserved(),this[n]},set:function(e){this[M]||E(this[n],e)?_(this,n,e):(_(this,n,e),_(this,D,!0),o.call(this).reportChanged(),_(this,D,!1))}})}var z="function"==typeof Symbol&&Symbol.for,H=z?Symbol.for("react.forward_ref"):"function"==typeof r.forwardRef&&Object(r.forwardRef)((function(){})).$$typeof,U=z?Symbol.for("react.memo"):"function"==typeof r.memo&&Object(r.memo)((function(){})).$$typeof;function F(e){if(!0===e.isMobxInjector&&console.warn("Mobx observer: You are trying to use 'observer' on a component that already has 'inject'. Please apply 'observer' before applying 'inject'"),U&&e.$$typeof===U)throw new Error("Mobx observer: You are trying to use 'observer' on function component wrapped to either another observer or 'React.memo'. The observer already applies 'React.memo' for you.");if(H&&e.$$typeof===H){var t=e.render;if("function"!=typeof t)throw new Error("render property of ForwardRef was not a function");return Object(r.forwardRef)((function(){var e=arguments;return o.a.createElement(b,null,(function(){return t.apply(void 0,e)}))}))}return"function"!=typeof e||e.prototype&&e.prototype.render||e.isReactClass||Object.prototype.isPrototypeOf.call(r.Component,e)?function(e){var t=e.prototype;if(t.componentWillReact)throw new Error("The componentWillReact life-cycle event is no longer supported");if(e.__proto__!==r.PureComponent)if(t.shouldComponentUpdate){if(t.shouldComponentUpdate!==I)throw new Error("It is not allowed to use shouldComponentUpdate in observer based components.")}else t.shouldComponentUpdate=I;R(t,"props"),R(t,"state");var n=t.render;return t.render=function(){return function(e){var t=this;if(!0===u())return e.call(this);_(this,D,!1),_(this,M,!1);var n=this.displayName||this.name||this.constructor&&(this.constructor.displayName||this.constructor.name)||"",o=e.bind(this),i=!1,a=new l.b(n+".render()",(function(){if(!i&&(i=!0,!0!==t[q])){var e=!0;try{_(t,M,!0),t[D]||r.Component.prototype.forceUpdate.call(t),e=!1}finally{_(t,M,!1),e&&a.dispose()}}}));function s(){i=!1;var e=void 0,t=void 0;if(a.track((function(){try{t=Object(l.c)(!1,o)}catch(t){e=t}})),e)throw e;return t}return a.reactComponent=this,s[L]=a,this.render=s,s.call(this)}.call(this,n)},N(t,"componentWillUnmount",(function(){!0!==u()&&(this.render[L]&&this.render[L].dispose(),this[q]=!0)})),e}(e):g(e)}var B=o.a.createContext({});function W(e){var t=e.children,n=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&-1===t.indexOf(r)&&(n[r]=e[r]);return n}(e,["children"]),r=o.a.useContext(B),i=o.a.useRef(Object.assign({},r,n)).current;return o.a.createElement(B.Provider,{value:i},t)}function V(e,t,n,i){var a,l,s,u=o.a.forwardRef((function(n,i){var a=Object.assign({},n),l=o.a.useContext(B);return Object.assign(a,e(l||{},a)||{}),i&&(a.ref=i),Object(r.createElement)(t,a)}));return i&&(u=F(u)),u.isMobxInjector=!0,a=t,l=u,s=Object.getOwnPropertyNames(Object.getPrototypeOf(a)),Object.getOwnPropertyNames(a).forEach((function(e){T[e]||-1!==s.indexOf(e)||Object.defineProperty(l,e,Object.getOwnPropertyDescriptor(a,e))})),u.wrappedComponent=t,u.displayName=function(e,t){var n=e.displayName||e.name||e.constructor&&e.constructor.name||"Component";return t?"inject-with-"+t+"("+n+")":"inject("+n+")"}(t,n),u}function $(){for(var e,t=[],n=arguments.length;n--;)t[n]=arguments[n];return"function"==typeof arguments[0]?(e=arguments[0],function(t){return V(e,t,e.name,!0)}):function(e){return V(function(e){return function(t,n){return e.forEach((function(e){if(!(e in n)){if(!(e in t))throw new Error("MobX injector: Store '"+e+"' is not available! Make sure it is provided by some Provider");n[e]=t[e]}})),n}}(t),e,t.join("-"),!1)}}W.displayName="MobXProvider";S("disposeOnUnmountProto"),S("disposeOnUnmountInst");function Y(e){function t(t,n,r,o,i,a){for(var s=[],u=arguments.length-6;u-- >0;)s[u]=arguments[u+6];return Object(l.p)((function(){return o=o||"<>",a=a||r,null==n[r]?t?new Error("The "+i+" `"+a+"` is marked as required in `"+o+"`, but its value is `"+(null===n[r]?"null":"undefined")+"`."):null:e.apply(void 0,[n,r,o,i,a].concat(s))}))}var n=t.bind(null,!1);return n.isRequired=t.bind(null,!0),n}function G(e){var t=typeof e;return Array.isArray(e)?"array":e instanceof RegExp?"object":function(e,t){return"symbol"===e||"Symbol"===t["@@toStringTag"]||"function"==typeof Symbol&&t instanceof Symbol}(t,e)?"symbol":t}function X(e,t){return Y((function(n,r,o,i,a){return Object(l.p)((function(){if(e&&G(n[r])===t.toLowerCase())return null;var i;switch(t){case"Array":i=l.i;break;case"Object":i=l.k;break;case"Map":i=l.j;break;default:throw new Error("Unexpected mobxType: "+t)}var s=n[r];if(!i(s)){var u=function(e){var t=G(e);if("object"===t){if(e instanceof Date)return"date";if(e instanceof RegExp)return"regexp"}return t}(s),c=e?" or javascript `"+t.toLowerCase()+"`":"";return new Error("Invalid prop `"+a+"` of type `"+u+"` supplied to `"+o+"`, expected `mobx.Observable"+t+"`"+c+".")}return null}))}))}function Q(e,t){return Y((function(n,r,o,i,a){for(var s=[],u=arguments.length-5;u-- >0;)s[u]=arguments[u+5];return Object(l.p)((function(){if("function"!=typeof t)return new Error("Property `"+a+"` of component `"+o+"` has invalid PropType notation.");var l=X(e,"Array")(n,r,o);if(l instanceof Error)return l;for(var u=n[r],c=0;c0&&o.a.createElement(Ve,null)),n.enabled&&n.premium&&n.floating_cart&&o.a.createElement(_n,null)):o.a.createElement(o.a.Fragment,null)}}])&&oe(n.prototype,r),i&&oe(n,i),t}(r.Component))||te)||te;function ce(e){var t=e.color,n=e.width;return o.a.createElement("svg",{width:n||"10",viewBox:"0 0 10 10"},o.a.createElement("path",{d:"M9.677 8.118a1.102 1.102 0 11-1.559 1.56L5 6.558 1.882 9.677a1.102 1.102 0 11-1.56-1.559L3.442 5 .323 1.882A1.102 1.102 0 111.882.322L5 3.442 8.118.323a1.102 1.102 0 111.56 1.559L6.558 5l3.118 3.118z",fill:t||"#A1A1A1",fillRule:"nonzero"}))}function fe(e){var t=e.width;return o.a.createElement("svg",{width:t||"65",viewBox:"0 0 65 74",xmlns:"http://www.w3.org/2000/svg"},o.a.createElement("g",{fillRule:"nonzero",fill:"none"},o.a.createElement("path",{d:"M64.407 9.856L53.605 0H11.371L.569 9.856A1.548 1.548 0 00.1 11.603c.235.619.843 1.031 1.524 1.031h61.727a1.62 1.62 0 001.522-1.031 1.545 1.545 0 00-.467-1.747z",fill:"#C4C4C4"}),o.a.createElement("path",{d:"M63.351 9.927H1.624C.728 9.927 0 10.644 0 11.529v59.267C0 72.566 1.454 74 3.249 74h58.478c1.795 0 3.249-1.434 3.249-3.204V11.53c0-.885-.728-1.602-1.625-1.602z",fill:"#E4E4E4"}),o.a.createElement("path",{d:"M32.488 45.122c-7.963 0-14.44-6.447-14.44-14.37v-4.79a1.6 1.6 0 011.605-1.596 1.6 1.6 0 011.604 1.596v4.79c0 6.163 5.04 11.177 11.23 11.177 6.192 0 11.231-5.014 11.231-11.177v-4.79a1.6 1.6 0 011.604-1.596 1.6 1.6 0 011.605 1.596v4.79c0 7.923-6.477 14.37-14.44 14.37z",fill:"#6D6D6D"})))}function de(e){e.color;var t=e.width;return o.a.createElement("svg",{width:t||"60",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 50 50"},o.a.createElement("path",{fill:"currentColor",d:"M40.645 14.333c-5.878-8.48-17.517-10.59-25.998-4.712-8.48 5.877-10.59 17.518-4.712 25.998l3.343-2.318c-4.598-6.633-2.948-15.739 3.686-20.337 6.634-4.598 15.74-2.948 20.337 3.686l3.344-2.317z"}))}function pe(e){var t=e.width;e.color;return o.a.createElement("svg",{width:t||"10",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"},o.a.createElement("path",{d:"M11 5H7V1a1 1 0 00-2 0v4H1a1 1 0 000 2h4v4a1 1 0 002 0V7h4a1 1 0 000-2z",fill:"currentColor",fillRule:"nonzero"}))}function he(e){var t=e.color,n=e.width;return o.a.createElement("svg",{width:n||"10",viewBox:"0 0 12 2",xmlns:"http://www.w3.org/2000/svg"},o.a.createElement("path",{d:"M11.25 0H.75C.3 0 0 .4 0 1s.3 1 .75 1h10.5c.45 0 .75-.4.75-1s-.3-1-.75-1z",fill:t||"#7A7A7A",fillRule:"nonzero"}))}function me(e){var t=e.className;return o.a.createElement("svg",{className:t,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 18 18",width:"14px",height:"14px"},o.a.createElement("path",{d:"M17.78 3.09C17.45 2.443 16.778 2 16 2h-5.165c-.535 0-1.046.214-1.422.593l-6.82 6.89c0 .002 0 .003-.002.003-.245.253-.413.554-.5.874L.738 8.055c-.56-.953-.24-2.178.712-2.737L9.823.425C10.284.155 10.834.08 11.35.22l4.99 1.337c.755.203 1.293.814 1.44 1.533z",fillOpacity:".55",fill:"currentColor"}),o.a.createElement("path",{fill:"currentColor",d:"M10.835 2H16c1.105 0 2 .895 2 2v5.172c0 .53-.21 1.04-.586 1.414l-6.818 6.818c-.777.778-2.036.782-2.82.01l-5.166-5.1c-.786-.775-.794-2.04-.02-2.828.002 0 .003 0 .003-.002l6.82-6.89C9.79 2.214 10.3 2 10.835 2zM13.5 8c.828 0 1.5-.672 1.5-1.5S14.328 5 13.5 5 12 5.672 12 6.5 12.672 8 13.5 8z"}))}function ye(){return(ye=Object.assign||function(e){for(var t=1;t0?n.item_count:"";return o.a.createElement("header",{className:"header"},o.a.createElement("h2",null,r.title_text," ",o.a.createElement("span",{className:"cart-count"},i)),o.a.createElement("button",{onClick:t},o.a.createElement(ce,null)))}}])&&be(n.prototype,r),i&&be(n,i),t}(r.Component))||se)||se;function Ce(){return o.a.createElement("div",{className:"loading-state"},o.a.createElement(de,null))}function Te(e){return(Te="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _e(e,t){for(var n=0;n$1")}function Xe(e){var t=e.upsell,n=e.item,r=e.size;return n&&n.image?o.a.createElement("img",{className:r,src:n.image}):t&&t.variant&&t.variant.featured_image?o.a.createElement("img",{className:r,src:t.variant.featured_image.src}):t&&t.product&&t.product.featured_image?o.a.createElement("img",{className:r,src:t.product.featured_image}):o.a.createElement("span",{className:Z()("image-placeholder",r)})}function Qe(e){return(Qe="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Ke(e,t){for(var n=0;n0?" • ".concat(e):e})),p&&(l.length&&"Default Title"!==l[0]?c+=" • ".concat(r.subscription_text):c+="".concat(r.subscription_text)),r.show_product_type&&e.product_type&&e.product_type.length>0&&(c.length>0?c+=" • ".concat(e.product_type):c+="".concat(e.product_type)),r.custom_properties&&e.properties&&Object.entries(e.properties).forEach((function(e,t){f+=t>0?" • ".concat(e[1]):e[1]})),c.length>0&&(d+=c),c.length>0&&f.length>0&&(d+=" • "),f.length>0&&(d+=f);var h=!1;return r.unit_price&&e.unit_price&&e.unit_price_measurement&&e.unit_price_measurement.reference_value&&e.unit_price_measurement.reference_unit&&(h=Ye(t,e.unit_price)+"/"+e.unit_price_measurement.reference_value+e.unit_price_measurement.reference_unit),o.a.createElement("div",{className:"item",key:"".concat(e.variant_id,"-").concat(i),"data-line-item-id":e.id,"data-variant-id":e.variant_id,"data-line-item-key":e.key},o.a.createElement("div",{className:"image"},o.a.createElement("a",{href:e.url},o.a.createElement(Xe,{item:e}))),o.a.createElement("div",{className:"main"},o.a.createElement("div",{className:"main-top"},o.a.createElement("div",{className:"main-top-left"},o.a.createElement("h3",{className:"title"},o.a.createElement("a",{href:e.url,dangerouslySetInnerHTML:{__html:e.product_title}})),d.length>0&&o.a.createElement("p",{className:"variants-p"},d)),o.a.createElement("button",{className:"remove",onClick:function(){return n(e.variant_id)}},o.a.createElement(ce,{width:9,color:"#cacaca"}))),o.a.createElement("div",{className:"main-bottom"},r.dev?o.a.createElement(yt,{value:e.quantity,id:e.variant_id,index:i}):o.a.createElement(ut,{value:e.quantity,id:e.variant_id,index:i}),r.carthook?o.a.createElement(o.a.Fragment,null,e.line_price0&&o.a.createElement("div",{className:"footer-row"},o.a.createElement("span",null,t.discounts_label_text),o.a.createElement("span",{className:"slidecart-discount-amount",dangerouslySetInnerHTML:{__html:r}})),!1!==e.discountCode&&void 0!==e.discountCode&&0===e.cart.total_discount&&o.a.createElement("div",{className:"footer-row"},o.a.createElement("span",{className:"footer-row-flex"},t.discounts_label_text,o.a.createElement("span",{className:Z()("footer-code",{right:0===e.discountCodeAmount||!1===e.discountCodeAmount})},o.a.createElement(me,{className:"footer-tags-icon"}),e.discountCode,o.a.createElement("button",{onClick:e.clearDiscountCode},o.a.createElement(ce,null)))),e.discountCodeAmount>0&&o.a.createElement("span",{className:"slidecart-discount-amount",dangerouslySetInnerHTML:{__html:i}})),o.a.createElement("div",{className:"footer-row"},o.a.createElement("strong",null,t.subtotal_label_text),e.discountCodeAmount>0&&0===e.cart.total_discount?o.a.createElement("strong",{className:"slidecart-subtotal",dangerouslySetInnerHTML:{__html:l}}):o.a.createElement("strong",{className:"slidecart-subtotal",dangerouslySetInnerHTML:{__html:a}})))},n}var n,r,i;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&xt(e,t)}(t,e),n=t,(r=[{key:"render",value:function(){var e=this.props.CartStore,t=e.settings;return t.sticky_checkout?o.a.createElement(o.a.Fragment,null,o.a.createElement("footer",{className:Z()("footer new-footer",{sticky_checkout:t.sticky_checkout})},this.renderShared()),o.a.createElement("div",{className:"footer-sticky"},o.a.createElement("div",{className:"footer-buttons"},this.renderButton(),t.additional_buttons&&o.a.createElement("div",{className:"additional-buttons"},o.a.createElement("div",{className:"dynamic-checkout__content",id:"dynamic-checkout-cart","data-shopify":"dynamic-checkout-cart"})),t.continue_shopping&&o.a.createElement("a",{className:"footer-continue",onClick:e.closeCart},t.continue_shopping_text)),o.a.createElement(xn,{setting:"custom_html_checkout"}))):o.a.createElement("footer",{className:"footer"},this.renderShared(),this.renderButton(),t.additional_buttons&&o.a.createElement("div",{className:"additional-buttons"},o.a.createElement("div",{className:"dynamic-checkout__content",id:"dynamic-checkout-cart","data-shopify":"dynamic-checkout-cart"})),t.continue_shopping&&o.a.createElement("a",{className:"footer-continue",onClick:e.closeCart},t.continue_shopping_text),o.a.createElement(xn,{setting:"custom_html_checkout"}))}}])&&vt(n.prototype,r),i&&vt(n,i),t}(r.Component))||mt)||mt;function Et(e){return(Et="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Ct(e,t){for(var n=0;ne)return o.a.createElement("div",{key:e,className:"option"},o.a.createElement("label",null,t.product.options[e].name),o.a.createElement("select",{onChange:function(t){return n.changeVariant(t,e+1)},defaultValue:t.variant.options[e]},t["option".concat(e+1)].map((function(e){return o.a.createElement("option",{key:e},e)}))))},n}var n,r,i;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&It(e,t)}(t,e),n=t,(r=[{key:"render",value:function(){var e=this,t=this.props.upsell,n=this.props.CartStore,r=n.closeUpsellOptions,i=n.settings,a=n.currency,l=t.optionsOpen,s=t.title,u=t.noVariant,c=t.variant,f=this.state,d=f.option1,p=f.option2,h=f.option3,m=!c.available||u?i.upsell_unavailable_text:i.upsell_add_long_text,y=Ye(a,c.price),g=c.compare_at_price&&c.compare_at_price>c.price,v=g?Ye(a,c.compare_at_price):"";return o.a.createElement(o.a.Fragment,null,o.a.createElement("div",{style:{width:"".concat(i.max_width,"%")},onClick:function(){return r(t.product_id)},className:Z()("upsell-options-overlay",{active:l})}),o.a.createElement("div",{style:{width:"".concat(i.max_width,"%")},className:Z()("upsell-options",{active:l})},o.a.createElement("header",{className:"upsell-options-header"},o.a.createElement("div",{className:"image"},o.a.createElement("a",{href:t.product.url},o.a.createElement(Xe,{upsell:t}))),o.a.createElement("div",{className:"text"},o.a.createElement("div",null,o.a.createElement("h2",null,o.a.createElement("a",{href:t.product.url},s)),o.a.createElement("p",{className:"upsell-options-variant"},d&&d,p&&" • ".concat(p),h&&" • ".concat(h))),o.a.createElement("div",{className:"upsell-options-prices"},o.a.createElement("p",{className:"price",dangerouslySetInnerHTML:{__html:y}}),g&&o.a.createElement("p",{className:"compare-at",dangerouslySetInnerHTML:{__html:v}})))),[0,1,2].map((function(t){return e.renderOption(t)})),o.a.createElement("button",{onClick:this.addVariantToCart,className:"button full",disabled:u||!c.available},m)))}}])&&qt(n.prototype,r),i&&qt(n,i),t}(r.Component))||jt)||jt;function Ht(e){return(Ht="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Ut(e,t){for(var n=0;n-1})).length===t.length,s=r.upsell_heading.length>0&&!l||r.upsell_heading.length>0&&r.upsell_multi;return o.a.createElement(o.a.Fragment,null,o.a.createElement("div",{className:"upsells"},s&&o.a.createElement("div",{className:"upsells-header"},o.a.createElement("h2",null,r.upsell_heading)),a?o.a.createElement("div",{className:"upsells-stacked"},t.map((function(e,t){if(!(!i&&n.items.filter((function(t){return t.product_id===Number(e.product_id)}))).length&&e.finished)return e.multi&&!e.variant?void 0:o.a.createElement(Jt,{key:e.id,upsell:e,index:t})}))):o.a.createElement(Nt.a,{dots:!1,infinite:!0,speed:500,slidesToShow:1,slidesToScroll:1},t.map((function(e,t){if(!(!i&&n.items.filter((function(t){return t.product_id===Number(e.product_id)}))).length&&e.finished)return e.multi&&!e.variant?void 0:o.a.createElement(Jt,{key:e.id,upsell:e,index:t})})))),t.map((function(e,t){if(!(!i&&n.items.filter((function(t){return t.product_id===Number(e.product_id)}))).length&&e.finished&&e.multi&&e.variant)return o.a.createElement(zt,{key:e.id,upsell:e,index:t})})))}}])&&Ut(n.prototype,r),i&&Ut(n,i),t}(r.Component))||Rt)||Rt;function Yt(e){return(Yt="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Gt(e,t){for(var n=0;n0?t.rewards_pre.length<1?o.a.createElement(o.a.Fragment,null):o.a.createElement("div",{className:"rewards"},o.a.createElement("p",{dangerouslySetInnerHTML:{__html:this.formatText(t.rewards_pre,l)}}),o.a.createElement("div",{className:"rewards-progress-bar"},o.a.createElement("div",{className:"rewards-progress",style:{width:100*s+"%"}}))):t.rewards_post.length<1?o.a.createElement(o.a.Fragment,null):o.a.createElement("div",{className:"rewards"},o.a.createElement("p",{dangerouslySetInnerHTML:{__html:this.formatText(t.rewards_post,l)}})):o.a.createElement(o.a.Fragment,null)}}])&&un(n.prototype,r),i&&un(n,i),t}(r.Component))||an)||an;function mn(e){return(mn="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function yn(e,t){for(var n=0;n1),Or=[],jr=!1,Ar=-1,Pr=void 0,Nr=void 0,Lr=function(e){return Or.some((function(t){return!(!t.options.allowTouchMove||!t.options.allowTouchMove(e))}))},qr=function(e){var t=e||window.event;return!!Lr(t.target)||(t.touches.length>1||(t.preventDefault&&t.preventDefault(),!1))},Dr=function(){setTimeout((function(){void 0!==Nr&&(document.body.style.paddingRight=Nr,Nr=void 0),void 0!==Pr&&(document.body.style.overflow=Pr,Pr=void 0)}))},Mr=function(e,t){if(_r){if(!e)return void console.error("disableBodyScroll unsuccessful - targetElement must be provided when calling disableBodyScroll on IOS devices.");if(e&&!Or.some((function(t){return t.targetElement===e}))){var n={targetElement:e,options:t||{}};Or=[].concat(Nn(Or),[n]),e.ontouchstart=function(e){1===e.targetTouches.length&&(Ar=e.targetTouches[0].clientY)},e.ontouchmove=function(t){1===t.targetTouches.length&&function(e,t){var n=e.targetTouches[0].clientY-Ar;!Lr(e.target)&&(t&&0===t.scrollTop&&n>0?qr(e):function(e){return!!e&&e.scrollHeight-e.scrollTop<=e.clientHeight}(t)&&n<0?qr(e):e.stopPropagation())}(t,e)},jr||(document.addEventListener("touchmove",qr,Ln?{passive:!1}:void 0),jr=!0)}}else{!function(e){setTimeout((function(){if(void 0===Nr){var t=!!e&&!0===e.reserveScrollBarGap,n=window.innerWidth-document.documentElement.clientWidth;t&&n>0&&(Nr=document.body.style.paddingRight,document.body.style.paddingRight=n+"px")}void 0===Pr&&(Pr=document.body.style.overflow,document.body.style.overflow="hidden")}))}(t);var r={targetElement:e,options:t||{}};Or=[].concat(Nn(Or),[r])}},Ir=n(27),Rr=n.n(Ir),zr="https://cart-go.apphq.co/api";function Hr(e){return function(e){if(Array.isArray(e)){for(var t=0,n=new Array(e.length);t0?s:t.total_price-l;return{name:i.textContent.trim().split(" ")[0],amount:u}}return i?{name:i.textContent,amount:!1}:{name:!1,amount:!1}}var Yr=new(Mn=Wr((Dn=function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),Br(this,"loading",Mn,this),Br(this,"init",In,this),Br(this,"settings",Rn,this),Br(this,"open",zn,this),Br(this,"shop",Hn,this),Br(this,"cart",Un,this),Br(this,"currency",Fn,this),Br(this,"showNote",Bn,this),Br(this,"note",Wn,this),Br(this,"upsells",Vn,this),Br(this,"announcements",$n,this),Br(this,"upsellProducts",Yn,this),Br(this,"discountCode",Gn,this),Br(this,"discountCodeField",Xn,this),Br(this,"discountCodeAmount",Qn,this),Br(this,"discountCodeInvalid",Kn,this),Br(this,"checkout_clicked",Zn,this),Br(this,"checkbox",Jn,this),Br(this,"initiate",er,this),Br(this,"fetchDiscount",tr,this),Br(this,"setScrollListener",nr,this),Br(this,"applyDiscountCode",rr,this),Br(this,"clearDiscountCode",or,this),Br(this,"setDiscountCode",ir,this),Br(this,"updateCart",ar,this),Br(this,"setCart",lr,this),Br(this,"setCartLinkListeners",sr,this),Br(this,"setFormSubmitListeners",ur,this),Br(this,"openCart",cr,this),Br(this,"closeCart",fr,this),Br(this,"fb",dr,this),Br(this,"fbNew",pr,this),Br(this,"addToCart",hr,this),Br(this,"updateQuantity",mr,this),Br(this,"addToCartNew",yr,this),Br(this,"addToCartClassic",gr,this),Br(this,"removeFromCart",vr,this),Br(this,"toggleNote",br,this),Br(this,"setNote",wr,this),Br(this,"toCheckout",xr,this),Br(this,"fetchUpsells",kr,this),Br(this,"openUpsellOptions",Sr,this),Br(this,"closeUpsellOptions",Er,this),Br(this,"changeUpsellVariant",Cr,this),Br(this,"toggleCheckbox",Tr,this)}).prototype,"loading",[l.l],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return!1}}),In=Wr(Dn.prototype,"init",[l.l],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return!1}}),Rn=Wr(Dn.prototype,"settings",[l.l],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return!1}}),zn=Wr(Dn.prototype,"open",[l.l],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return!1}}),Hn=Wr(Dn.prototype,"shop",[l.l],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return Shopify.shop}}),Un=Wr(Dn.prototype,"cart",[l.l],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return!1}}),Fn=Wr(Dn.prototype,"currency",[l.l],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return Shopify.currency.active}}),Bn=Wr(Dn.prototype,"showNote",[l.l],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return!1}}),Wn=Wr(Dn.prototype,"note",[l.l],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return!1}}),Vn=Wr(Dn.prototype,"upsells",[l.l],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return!1}}),$n=Wr(Dn.prototype,"announcements",[l.l],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return!1}}),Yn=Wr(Dn.prototype,"upsellProducts",[l.l],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return[]}}),Gn=Wr(Dn.prototype,"discountCode",[l.l],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){}}),Xn=Wr(Dn.prototype,"discountCodeField",[l.l],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){}}),Qn=Wr(Dn.prototype,"discountCodeAmount",[l.l],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){}}),Kn=Wr(Dn.prototype,"discountCodeInvalid",[l.l],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return!1}}),Zn=Wr(Dn.prototype,"checkout_clicked",[l.l],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return!1}}),Jn=Wr(Dn.prototype,"checkbox",[l.l],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return!1}}),er=Wr(Dn.prototype,"initiate",[l.d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){var e=this;return function(){Promise.all([jn.a.get("".concat(zr,"/").concat(e.shop)),jn.a.get("/cart.js")]).then((function(t){var n,r=Fr(t,2),o=r[0],i=r[1],a=o.data,l=a.settings,s=a.announcements,u=a.upsells;(e.settings=l,e.upsells=u,e.announcements=s,e.checkbox=l.checkbox_default,e.settings.enabled&&(e.setCartLinkListeners(),e.setFormSubmitListeners()),e.cart=i.data,e.note=i.data.note,e.showNote=e.note&&e.note.length>0,e.init=!0,e.setScrollListener(),window.SLIDECART_LOADED&&window.SLIDECART_LOADED(i.data),l.discount_box&&0===i.data.total_discount&&e.fetchDiscount(i.data),e.settings.upsell&&e.upsells&&e.upsells.length>0&&e.fetchUpsells(),"undefined"!=typeof conversionBearAutoCurrencyConverter)&&(null===(n=conversionBearAutoCurrencyConverter)||void 0===n||n.convertPricesOnPage());window.SLIDECART_UPDATED&&window.SLIDECART_UPDATED(i.data)}))}}}),tr=Wr(Dn.prototype,"fetchDiscount",[l.d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){var e=this;return function(){jn.a.post("/cart",{checkout:"Check out"}).then((function(t){var n=$r(t.data,e.cart),r=n.name,o=n.amount;r||o?(e.discountCode=r,e.discountCodeField=r,e.discountCodeAmount=o,e.discountCodeInvalid=!1,window.chCouponCode=r):(e.discountCode=!1,e.discountCodeField=!1,e.discountCodeAmount=!1,e.discountCodeInvalid=!1)}))}}}),nr=Wr(Dn.prototype,"setScrollListener",[l.d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return function(){var e=document.querySelector(".slidecarthq-overlay"),t=document.querySelector(".slidecarthq");e&&t&&e.addEventListener("mousewheel",(function(e){e.preventDefault(),t.scrollTop+=e.deltaY}))}}}),rr=Wr(Dn.prototype,"applyDiscountCode",[l.d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){var e=this;return function(t,n){t&&t.preventDefault(),n&&(e.discountCodeField=n),e.discountCodeField=e.discountCodeField.trim(),jn.a.post("/cart",{checkout:"Check out",discount:e.discountCodeField.trim()}).then((function(t){var n=$r(t.data,e.cart),r=n.amount,o=n.name;!1===r&&!1===o||o.toLowerCase()!==e.discountCodeField.toLowerCase()?e.discountCodeInvalid=!0:(e.discountCode=e.discountCodeField,e.discountCodeAmount=r,e.discountCodeInvalid=!1,e.discountCodeField=!1,window.chCouponCode=o)}))}}}),or=Wr(Dn.prototype,"clearDiscountCode",[l.d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){var e=this;return function(){e.discountCode=!1,e.discountCodeField=!1,e.discountCodeAmount=!1,e.discountCodeInvalid=!1}}}),ir=Wr(Dn.prototype,"setDiscountCode",[l.d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){var e=this;return function(t){e.discountCodeField=t.target.value}}}),ar=Wr(Dn.prototype,"updateCart",[l.d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){var e=this;return function(t){jn.a.get("/cart.js").then((function(n){var r;(e.cart=n.data,e.note=n.data.note,e.showNote=e.note&&e.note.length>0,Pn()("[data-cart-count]").text(n.data.item_count.toString()),Pn()("[data-cart-total]").html(Ye(e.currency,n.data.total_price)),e.settings.discount_box&&0===n.data.total_discount&&e.fetchDiscount(n.data),"undefined"!=typeof conversionBearAutoCurrencyConverter)&&(null===(r=conversionBearAutoCurrencyConverter)||void 0===r||r.convertPricesOnPage());t&&t(n.data),window.SLIDECART_UPDATED&&window.SLIDECART_UPDATED(n.data)}))}}}),lr=Wr(Dn.prototype,"setCart",[l.d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){var e=this;return function(t){e.cart=t}}}),sr=Wr(Dn.prototype,"setCartLinkListeners",[l.d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){var e=this;return function(){document.querySelectorAll('[href$="/cart"], [data-slidecart-open]').forEach((function(t){t.addEventListener("click",(function(n){t.getAttribute("href").split("?")[0].indexOf("/cart")>-1&&(n.preventDefault(),e.openCart())}))}))}}}),ur=Wr(Dn.prototype,"setFormSubmitListeners",[l.d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){var e=this;return function(){var t=e;Pn()(document).on("submit",'[action$="/cart/add"], [data-slidecart-form]',(function(e){e.preventDefault(),e.stopPropagation();var n=Vr(Pn()(this)),r=n.id,o=n.quantity;Pn()('[action$="/cart/add"] [type="submit"], [data-slidecart-form] [type="submit"]').attr("aria-disabled")||(t.settings.recharge?t.addToCartNew(Pn()(this)):t.addToCart(r,o)),window.SLIDECART_ADD_TO_CART&&window.SLIDECART_ADD_TO_CART({id:r,quantity:o})})),Pn()(document).on("click",'[action$="/cart/add"] [type="submit"], [data-slidecart-form] [type="submit"]',(function(e){e.preventDefault(),e.stopPropagation();var n=Vr(Pn()(this).closest('[action$="/cart/add"]')),r=n.id,o=n.quantity;Pn()('[action$="/cart/add"] [type="submit"], [data-slidecart-form] [type="submit"]').attr("aria-disabled")||(t.settings.recharge?t.addToCartNew(Pn()(this).parents("form")):t.addToCart(r,o)),window.SLIDECART_ADD_TO_CART&&window.SLIDECART_ADD_TO_CART({id:r,quantity:o})})),Pn()(document).on("click","[data-slidecart-ajax]",(function(e){e.preventDefault(),e.stopPropagation();var n=Pn()(this).attr("data-slidecart-id"),r=Pn()(this).attr("data-slidecart-quantity");if(n){var o=Number(n),i=r?Number(i):1;t.addToCart(o,i)}})),window.addEventListener("load",(function(e){window.__pagefly_helper_store__&&window.__pagefly_helper_store__.subscribe((function(e){jn.a.get("/cart.js").then((function(e){t.cart=e.data,Pn()("[data-cart-count], .cart-item-count-header--quantity").text(t.cart.item_count.toString()),t.cart.item_count>0?Pn()("[data-cart-count-show]").removeClass("hide"):Pn()("[data-cart-count-show]").addClass("hide"),!t.open&&t.settings.open_on_add&&t.openCart()}))}))}))}}}),cr=Wr(Dn.prototype,"openCart",[l.d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){var e=this;return function(){var t=document.querySelector(".slidecarthq");Mr(t),window.SLIDECART_OPENED&&window.SLIDECART_OPENED(),e.open=!0}}}),fr=Wr(Dn.prototype,"closeCart",[l.d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){var e=this;return function(){!function(e){if(_r){if(!e)return void console.error("enableBodyScroll unsuccessful - targetElement must be provided when calling enableBodyScroll on IOS devices.");e.ontouchstart=null,e.ontouchmove=null,Or=Or.filter((function(t){return t.targetElement!==e})),jr&&0===Or.length&&(document.removeEventListener("touchmove",qr,Ln?{passive:!1}:void 0),jr=!1)}else(Or=Or.filter((function(t){return t.targetElement!==e}))).length||Dr()}(document.querySelector(".slidecarthq")),window.SLIDECART_CLOSED&&window.SLIDECART_CLOSED(),e.upsells.forEach((function(e){e.optionsOpen=!1})),e.open=!1}}}),dr=Wr(Dn.prototype,"fb",[l.d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){var e=this;return function(t){if(window.fbq){var n=new Rr.a(window.location.href).pathname.split("products/")[1];n&&jn.a.get("/products/".concat(n,".js")).then((function(t){var n=t.data,r=n.price,o=n.title,i=n.id;window.fbq("track","AddToCart",{value:(r/100).toFixed(2),currency:e.currency,content_ids:["".concat(i)],content_name:o,content_type:"product_group"})}))}}}}),pr=Wr(Dn.prototype,"fbNew",[l.d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){var e=this;return function(t){if(window.fbq){var n=t.price,r=t.title,o=t.id;window.fbq("track","AddToCart",{value:(n/100).toFixed(2),currency:e.currency,content_ids:["".concat(o)],content_name:r,content_type:"product_group"})}}}}),hr=Wr(Dn.prototype,"addToCart",[l.d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){var e=this;return function(t,n,r,o){e.loading=!0;var i=e.cart.items.find((function(e){return e.id===t})),a=i?n+i.quantity:n,l={updates:Ur({},t,r?n:a)};jn.a.post("/cart/update.js",l).then((function(o){if(e.cart=o.data,e.loading=!1,window.SLIDECART_ADDED_TO_CART){var i=o.data.items.find((function(e){return e.variant_id===t}));window.SLIDECART_ADDED_TO_CART(i)}var l;(Pn()("[data-cart-count]").text(e.cart.item_count.toString()),Pn()("[data-cart-total]").html(Ye(e.currency,o.data.total_price)),e.cart.item_count>0?Pn()("[data-cart-count-show]").removeClass("hide"):Pn()("[data-cart-count-show]").addClass("hide"),!e.open&&e.settings.open_on_add&&e.openCart(),e.settings.discount_box&&0===o.data.total_discount&&e.fetchDiscount(o.data),e.fb(t),"undefined"!=typeof conversionBearAutoCurrencyConverter)&&(null===(l=conversionBearAutoCurrencyConverter)||void 0===l||l.convertPricesOnPage());window.SLIDECART_UPDATED&&window.SLIDECART_UPDATED(o.data);var s=r?n:a;window.SLIDECART_REMOVED_FROM_CART&&0==s&&window.SLIDECART_REMOVED_FROM_CART({id:t})}))}}}),mr=Wr(Dn.prototype,"updateQuantity",[l.d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){var e=this;return function(t,n,r){var o=[];e.cart.items.map((function(e){return o.push(e.quantity)})),o[t]=n,e.loading=!0,jn.a.post("/cart/update.js",{updates:o}).then((function(t){var o;(e.cart=t.data,e.loading=!1,Pn()("[data-cart-count]").text(e.cart.item_count.toString()),Pn()("[data-cart-total]").html(Ye(e.currency,t.data.total_price)),e.cart.item_count>0?Pn()("[data-cart-count-show]").removeClass("hide"):Pn()("[data-cart-count-show]").addClass("hide"),!e.open&&e.settings.open_on_add&&e.openCart(),e.settings.discount_box&&0===t.data.total_discount&&e.fetchDiscount(t.data),e.fb(r),"undefined"!=typeof conversionBearAutoCurrencyConverter)&&(null===(o=conversionBearAutoCurrencyConverter)||void 0===o||o.convertPricesOnPage());window.SLIDECART_UPDATED&&window.SLIDECART_UPDATED(t.data),window.SLIDECART_REMOVED_FROM_CART&&0==n&&window.SLIDECART_REMOVED_FROM_CART({id:r})}))}}}),yr=Wr(Dn.prototype,"addToCartNew",[l.d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){var e=this;return function(t){var n=e;e.loading=!0,Pn.a.ajax({type:"POST",url:"/cart/add.js",data:t.serialize(),success:function(e){jn.a.get("/cart.js").then((function(e){if(n.cart=e.data,n.loading=!1,window.SLIDECART_ADDED_TO_CART){var r=e.data.items,o=Number(t.find('[name="id"]').val()),i=r.find((function(e){return e.variant_id===o}));window.SLIDECART_ADDED_TO_CART(i)}var a;(Pn()("[data-cart-count]").text(n.cart.item_count.toString()),Pn()("[data-cart-total]").html(Ye(n.currency,e.data.total_price)),n.cart.item_count>0?Pn()("[data-cart-count-show]").removeClass("hide"):Pn()("[data-cart-count-show]").addClass("hide"),n.settings.discount_box&&0===e.data.total_discount&&n.fetchDiscount(e.data),!n.open&&n.settings.open_on_add&&n.openCart(),"undefined"!=typeof conversionBearAutoCurrencyConverter)&&(null===(a=conversionBearAutoCurrencyConverter)||void 0===a||a.convertPricesOnPage());window.SLIDECART_UPDATED&&window.SLIDECART_UPDATED(e.data)}))},error:function(e){n.loading=!1;var r=t.find('[type="submit"]'),o=e.responseJSON.description,i=t.find(".slidecart-form-error");i.length?i.text(o):r.length?Pn()('

'.concat(o,"

")).insertAfter(r):t.append('

'.concat(o,"

"))},dataType:"json"})}}}),gr=Wr(Dn.prototype,"addToCartClassic",[l.d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){var e=this;return function(t,n){jn.a.post("/cart/add.js",{id:t,quantity:n},{headers:{"X-Requested-With":"XMLHttpRequest"}}).then((function(t){e.updateCart()})).catch((function(n){var r=e.cart.items.findIndex((function(e){return e.variant_id===t}));e.cart.items[r].error=n.response.data.description}))}}}),vr=Wr(Dn.prototype,"removeFromCart",[l.d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){var e=this;return function(t){e.loading=!0;var n={updates:Ur({},t,0)};jn.a.post("/cart/update.js",n).then((function(n){var r;(e.cart=n.data,e.loading=!1,e.cart.item_count>0?Pn()("[data-cart-count-show]").removeClass("hide"):Pn()("[data-cart-count-show]").addClass("hide"),Pn()("[data-cart-count]").text(e.cart.item_count.toString()),Pn()("[data-cart-total]").html(Ye(e.currency,n.data.total_price)),e.settings.discount_box&&0===n.data.total_discount&&e.fetchDiscount(n.data),e.open||e.openCart(),"undefined"!=typeof conversionBearAutoCurrencyConverter)&&(null===(r=conversionBearAutoCurrencyConverter)||void 0===r||r.convertPricesOnPage());window.SLIDECART_UPDATED&&window.SLIDECART_UPDATED(n.data),window.SLIDECART_REMOVED_FROM_CART&&window.SLIDECART_REMOVED_FROM_CART({id:t})}))}}}),br=Wr(Dn.prototype,"toggleNote",[l.d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){var e=this;return function(){e.showNote=!e.showNote}}}),wr=Wr(Dn.prototype,"setNote",[l.d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){var e=this;return function(t){jn.a.post("/cart/update.js",{note:t}).then((function(n){e.note=t}))}}}),xr=Wr(Dn.prototype,"toCheckout",[l.d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){var e=this;return function(t){if(window.SLIDECART_CHECKOUT&&!e.checkout_clicked&&window.SLIDECART_CHECKOUT(),e.checkout_clicked=!0,e.settings.recharge||e.settings.goto_cart){for(var n=e.cart.items,r=!1,o=!1,i=0;i1){e.upsells[r].multi=!0,e.upsells[r].optionsOpen=!1;for(var o=0;o1&&(e.checkbox?e.setNote(e.settings.checkbox_note_text):e.setNote(""))}}}),Dn);window.SLIDECART_OPEN=function(){Yr.openCart()},window.SLIDECART_CLOSE=function(){Yr.closeCart()},window.SLIDECART_UPDATE=function(e){Yr.updateCart(e)},window.SLIDECART_SET_CART=function(e){Yr.setCart(e)},window.SLIDECART_APPLY_DISCOUNT=function(e){Yr.applyDiscountCode(!1,e)},window.SLIDECART_STATE=function(){return Yr};var Gr=Yr;n(71);if(100!==window.SLIDECART){window.SLIDECART=100;var Xr=document.createElement("div");Xr.id="slidecarthq",document.body.appendChild(Xr),a.a.render(o.a.createElement(W,{CartStore:Gr},o.a.createElement(ue,null)),Xr)}}]); \ No newline at end of file +***************************************************************************** */var c=function(){return(c=Object.assign||function(e){for(var t,n=1,r=arguments.length;n0)&&!(r=i.next()).done;)a.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return a}function d(e){return e.current?Object(l.h)(e.current):""}var p=[];function h(){var e=f(Object(r.useState)(0),2)[1];return Object(r.useCallback)((function(){e((function(e){return e+1}))}),[])}var m={};function y(e,t,n){if(void 0===t&&(t="observed"),void 0===n&&(n=m),u())return e();var o=(n.useForceUpdate||h)(),i=Object(r.useRef)(null);i.current||(i.current=new l.b("observer("+t+")",(function(){o()})));var a,s,c=function(){i.current&&!i.current.isDisposed&&(i.current.dispose(),i.current=null)};if(Object(r.useDebugValue)(i,d),function(e){Object(r.useEffect)((function(){return e}),p)}((function(){c()})),i.current.track((function(){try{a=e()}catch(e){s=e}})),s)throw c(),s;return a}function g(e,t){if(u())return e;var n,o,i,a=c({forwardRef:!1},t),l=e.displayName||e.name,s=function(t,n){return y((function(){return e(t,n)}),l)};return s.displayName=l,n=a.forwardRef?Object(r.memo)(Object(r.forwardRef)(s)):Object(r.memo)(s),o=e,i=n,Object.keys(o).forEach((function(e){o.hasOwnProperty(e)&&!v[e]&&Object.defineProperty(i,e,Object.getOwnPropertyDescriptor(o,e))})),n.displayName=l,n}var v={$$typeof:!0,render:!0,compare:!0,type:!0};function b(e){var t=e.children,n=e.render,r=t||n;return"function"!=typeof r?null:y(r)}function w(e,t,n,r,o){var i="children"===t?"render":"children",a="function"==typeof e[t],l="function"==typeof e[i];return a&&l?new Error("MobX Observer: Do not use children and render in the same time in`"+n):a||l?null:new Error("Invalid prop `"+o+"` of type `"+typeof e[t]+"` supplied to `"+n+"`, expected `function`.")}b.propTypes={children:w,render:w},b.displayName="Observer";var x=0,k={};function S(e){return k[e]||(k[e]=function(e){if("function"==typeof Symbol)return Symbol(e);var t="__$mobx-react "+e+" ("+x+")";return x++,t}(e)),k[e]}function E(e,t){if(C(e,t))return!0;if("object"!=typeof e||null===e||"object"!=typeof t||null===t)return!1;var n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(var o=0;o0;)r[o]=arguments[o+2];t.locks++;try{var i;return null!=e&&(i=e.apply(this,r)),i}finally{t.locks--,0===t.locks&&t.methods.forEach((function(e){e.apply(n,r)}))}}function P(e,t){return function(){for(var n=[],r=arguments.length;r--;)n[r]=arguments[r];A.call.apply(A,[this,e,t].concat(n))}}function N(e,t,n){var r=function(e,t){var n=e[O]=e[O]||{},r=n[t]=n[t]||{};return r.locks=r.locks||0,r.methods=r.methods||[],r}(e,t);r.methods.indexOf(n)<0&&r.methods.push(n);var o=Object.getOwnPropertyDescriptor(e,t);if(!o||!o[j]){var i=function e(t,n,r,o,i){var a,l=P(i,o);return(a={})[j]=!0,a.get=function(){return l},a.set=function(i){if(this===t)l=P(i,o);else{var a=e(this,n,r,o,i);Object.defineProperty(this,n,a)}},a.configurable=!0,a.enumerable=r,a}(e,t,o?o.enumerable:void 0,r,e[t]);Object.defineProperty(e,t,i)}}var L=l.a||"$mobx",q=S("isUnmounted"),D=S("skipRender"),M=S("isForcingUpdate");function I(e,t){return u()&&console.warn("[mobx-react] It seems that a re-rendering of a React component is triggered while in static (server-side) mode. Please make sure components are rendered only once server-side."),this.state!==t||!E(this.props,e)}function R(e,t){var n=S("reactProp_"+t+"_valueHolder"),r=S("reactProp_"+t+"_atomHolder");function o(){return this[r]||_(this,r,Object(l.g)("reactive "+t)),this[r]}Object.defineProperty(e,t,{configurable:!0,enumerable:!0,get:function(){return o.call(this).reportObserved(),this[n]},set:function(e){this[M]||E(this[n],e)?_(this,n,e):(_(this,n,e),_(this,D,!0),o.call(this).reportChanged(),_(this,D,!1))}})}var z="function"==typeof Symbol&&Symbol.for,H=z?Symbol.for("react.forward_ref"):"function"==typeof r.forwardRef&&Object(r.forwardRef)((function(){})).$$typeof,U=z?Symbol.for("react.memo"):"function"==typeof r.memo&&Object(r.memo)((function(){})).$$typeof;function F(e){if(!0===e.isMobxInjector&&console.warn("Mobx observer: You are trying to use 'observer' on a component that already has 'inject'. Please apply 'observer' before applying 'inject'"),U&&e.$$typeof===U)throw new Error("Mobx observer: You are trying to use 'observer' on function component wrapped to either another observer or 'React.memo'. The observer already applies 'React.memo' for you.");if(H&&e.$$typeof===H){var t=e.render;if("function"!=typeof t)throw new Error("render property of ForwardRef was not a function");return Object(r.forwardRef)((function(){var e=arguments;return o.a.createElement(b,null,(function(){return t.apply(void 0,e)}))}))}return"function"!=typeof e||e.prototype&&e.prototype.render||e.isReactClass||Object.prototype.isPrototypeOf.call(r.Component,e)?function(e){var t=e.prototype;if(t.componentWillReact)throw new Error("The componentWillReact life-cycle event is no longer supported");if(e.__proto__!==r.PureComponent)if(t.shouldComponentUpdate){if(t.shouldComponentUpdate!==I)throw new Error("It is not allowed to use shouldComponentUpdate in observer based components.")}else t.shouldComponentUpdate=I;R(t,"props"),R(t,"state");var n=t.render;return t.render=function(){return function(e){var t=this;if(!0===u())return e.call(this);_(this,D,!1),_(this,M,!1);var n=this.displayName||this.name||this.constructor&&(this.constructor.displayName||this.constructor.name)||"",o=e.bind(this),i=!1,a=new l.b(n+".render()",(function(){if(!i&&(i=!0,!0!==t[q])){var e=!0;try{_(t,M,!0),t[D]||r.Component.prototype.forceUpdate.call(t),e=!1}finally{_(t,M,!1),e&&a.dispose()}}}));function s(){i=!1;var e=void 0,t=void 0;if(a.track((function(){try{t=Object(l.c)(!1,o)}catch(t){e=t}})),e)throw e;return t}return a.reactComponent=this,s[L]=a,this.render=s,s.call(this)}.call(this,n)},N(t,"componentWillUnmount",(function(){!0!==u()&&(this.render[L]&&this.render[L].dispose(),this[q]=!0)})),e}(e):g(e)}var B=o.a.createContext({});function W(e){var t=e.children,n=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&-1===t.indexOf(r)&&(n[r]=e[r]);return n}(e,["children"]),r=o.a.useContext(B),i=o.a.useRef(Object.assign({},r,n)).current;return o.a.createElement(B.Provider,{value:i},t)}function V(e,t,n,i){var a,l,s,u=o.a.forwardRef((function(n,i){var a=Object.assign({},n),l=o.a.useContext(B);return Object.assign(a,e(l||{},a)||{}),i&&(a.ref=i),Object(r.createElement)(t,a)}));return i&&(u=F(u)),u.isMobxInjector=!0,a=t,l=u,s=Object.getOwnPropertyNames(Object.getPrototypeOf(a)),Object.getOwnPropertyNames(a).forEach((function(e){T[e]||-1!==s.indexOf(e)||Object.defineProperty(l,e,Object.getOwnPropertyDescriptor(a,e))})),u.wrappedComponent=t,u.displayName=function(e,t){var n=e.displayName||e.name||e.constructor&&e.constructor.name||"Component";return t?"inject-with-"+t+"("+n+")":"inject("+n+")"}(t,n),u}function $(){for(var e,t=[],n=arguments.length;n--;)t[n]=arguments[n];return"function"==typeof arguments[0]?(e=arguments[0],function(t){return V(e,t,e.name,!0)}):function(e){return V(function(e){return function(t,n){return e.forEach((function(e){if(!(e in n)){if(!(e in t))throw new Error("MobX injector: Store '"+e+"' is not available! Make sure it is provided by some Provider");n[e]=t[e]}})),n}}(t),e,t.join("-"),!1)}}W.displayName="MobXProvider";S("disposeOnUnmountProto"),S("disposeOnUnmountInst");function Y(e){function t(t,n,r,o,i,a){for(var s=[],u=arguments.length-6;u-- >0;)s[u]=arguments[u+6];return Object(l.p)((function(){return o=o||"<>",a=a||r,null==n[r]?t?new Error("The "+i+" `"+a+"` is marked as required in `"+o+"`, but its value is `"+(null===n[r]?"null":"undefined")+"`."):null:e.apply(void 0,[n,r,o,i,a].concat(s))}))}var n=t.bind(null,!1);return n.isRequired=t.bind(null,!0),n}function G(e){var t=typeof e;return Array.isArray(e)?"array":e instanceof RegExp?"object":function(e,t){return"symbol"===e||"Symbol"===t["@@toStringTag"]||"function"==typeof Symbol&&t instanceof Symbol}(t,e)?"symbol":t}function X(e,t){return Y((function(n,r,o,i,a){return Object(l.p)((function(){if(e&&G(n[r])===t.toLowerCase())return null;var i;switch(t){case"Array":i=l.i;break;case"Object":i=l.k;break;case"Map":i=l.j;break;default:throw new Error("Unexpected mobxType: "+t)}var s=n[r];if(!i(s)){var u=function(e){var t=G(e);if("object"===t){if(e instanceof Date)return"date";if(e instanceof RegExp)return"regexp"}return t}(s),c=e?" or javascript `"+t.toLowerCase()+"`":"";return new Error("Invalid prop `"+a+"` of type `"+u+"` supplied to `"+o+"`, expected `mobx.Observable"+t+"`"+c+".")}return null}))}))}function Q(e,t){return Y((function(n,r,o,i,a){for(var s=[],u=arguments.length-5;u-- >0;)s[u]=arguments[u+5];return Object(l.p)((function(){if("function"!=typeof t)return new Error("Property `"+a+"` of component `"+o+"` has invalid PropType notation.");var l=X(e,"Array")(n,r,o);if(l instanceof Error)return l;for(var u=n[r],c=0;c0&&o.a.createElement(Ve,null)),n.enabled&&n.premium&&n.floating_cart&&o.a.createElement(_n,null)):o.a.createElement(o.a.Fragment,null)}}])&&oe(n.prototype,r),i&&oe(n,i),t}(r.Component))||te)||te;function ce(e){var t=e.color,n=e.width;return o.a.createElement("svg",{width:n||"10",viewBox:"0 0 10 10"},o.a.createElement("path",{d:"M9.677 8.118a1.102 1.102 0 11-1.559 1.56L5 6.558 1.882 9.677a1.102 1.102 0 11-1.56-1.559L3.442 5 .323 1.882A1.102 1.102 0 111.882.322L5 3.442 8.118.323a1.102 1.102 0 111.56 1.559L6.558 5l3.118 3.118z",fill:t||"#A1A1A1",fillRule:"nonzero"}))}function fe(e){var t=e.width;return o.a.createElement("svg",{width:t||"65",viewBox:"0 0 65 74",xmlns:"http://www.w3.org/2000/svg"},o.a.createElement("g",{fillRule:"nonzero",fill:"none"},o.a.createElement("path",{d:"M64.407 9.856L53.605 0H11.371L.569 9.856A1.548 1.548 0 00.1 11.603c.235.619.843 1.031 1.524 1.031h61.727a1.62 1.62 0 001.522-1.031 1.545 1.545 0 00-.467-1.747z",fill:"#C4C4C4"}),o.a.createElement("path",{d:"M63.351 9.927H1.624C.728 9.927 0 10.644 0 11.529v59.267C0 72.566 1.454 74 3.249 74h58.478c1.795 0 3.249-1.434 3.249-3.204V11.53c0-.885-.728-1.602-1.625-1.602z",fill:"#E4E4E4"}),o.a.createElement("path",{d:"M32.488 45.122c-7.963 0-14.44-6.447-14.44-14.37v-4.79a1.6 1.6 0 011.605-1.596 1.6 1.6 0 011.604 1.596v4.79c0 6.163 5.04 11.177 11.23 11.177 6.192 0 11.231-5.014 11.231-11.177v-4.79a1.6 1.6 0 011.604-1.596 1.6 1.6 0 011.605 1.596v4.79c0 7.923-6.477 14.37-14.44 14.37z",fill:"#6D6D6D"})))}function de(e){e.color;var t=e.width;return o.a.createElement("svg",{width:t||"60",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 50 50"},o.a.createElement("path",{fill:"currentColor",d:"M40.645 14.333c-5.878-8.48-17.517-10.59-25.998-4.712-8.48 5.877-10.59 17.518-4.712 25.998l3.343-2.318c-4.598-6.633-2.948-15.739 3.686-20.337 6.634-4.598 15.74-2.948 20.337 3.686l3.344-2.317z"}))}function pe(e){var t=e.width;e.color;return o.a.createElement("svg",{width:t||"10",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"},o.a.createElement("path",{d:"M11 5H7V1a1 1 0 00-2 0v4H1a1 1 0 000 2h4v4a1 1 0 002 0V7h4a1 1 0 000-2z",fill:"currentColor",fillRule:"nonzero"}))}function he(e){var t=e.color,n=e.width;return o.a.createElement("svg",{width:n||"10",viewBox:"0 0 12 2",xmlns:"http://www.w3.org/2000/svg"},o.a.createElement("path",{d:"M11.25 0H.75C.3 0 0 .4 0 1s.3 1 .75 1h10.5c.45 0 .75-.4.75-1s-.3-1-.75-1z",fill:t||"#7A7A7A",fillRule:"nonzero"}))}function me(e){var t=e.className;return o.a.createElement("svg",{className:t,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 18 18",width:"14px",height:"14px"},o.a.createElement("path",{d:"M17.78 3.09C17.45 2.443 16.778 2 16 2h-5.165c-.535 0-1.046.214-1.422.593l-6.82 6.89c0 .002 0 .003-.002.003-.245.253-.413.554-.5.874L.738 8.055c-.56-.953-.24-2.178.712-2.737L9.823.425C10.284.155 10.834.08 11.35.22l4.99 1.337c.755.203 1.293.814 1.44 1.533z",fillOpacity:".55",fill:"currentColor"}),o.a.createElement("path",{fill:"currentColor",d:"M10.835 2H16c1.105 0 2 .895 2 2v5.172c0 .53-.21 1.04-.586 1.414l-6.818 6.818c-.777.778-2.036.782-2.82.01l-5.166-5.1c-.786-.775-.794-2.04-.02-2.828.002 0 .003 0 .003-.002l6.82-6.89C9.79 2.214 10.3 2 10.835 2zM13.5 8c.828 0 1.5-.672 1.5-1.5S14.328 5 13.5 5 12 5.672 12 6.5 12.672 8 13.5 8z"}))}function ye(){return(ye=Object.assign||function(e){for(var t=1;t0?n.item_count:"";return o.a.createElement("header",{className:"header"},o.a.createElement("h2",null,r.title_text," ",o.a.createElement("span",{className:"cart-count"},i)),o.a.createElement("button",{onClick:t},o.a.createElement(ce,null)))}}])&&be(n.prototype,r),i&&be(n,i),t}(r.Component))||se)||se;function Ce(){return o.a.createElement("div",{className:"loading-state"},o.a.createElement(de,null))}function Te(e){return(Te="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _e(e,t){for(var n=0;n$1")}function Xe(e){var t=e.upsell,n=e.item,r=e.size;return n&&n.image?o.a.createElement("img",{className:r,src:n.image}):t&&t.variant&&t.variant.featured_image?o.a.createElement("img",{className:r,src:t.variant.featured_image.src}):t&&t.product&&t.product.featured_image?o.a.createElement("img",{className:r,src:t.product.featured_image}):o.a.createElement("span",{className:Z()("image-placeholder",r)})}function Qe(e){return(Qe="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Ke(e,t){for(var n=0;n0?" • ".concat(e):e})),p&&(l.length&&"Default Title"!==l[0]?c+=" • ".concat(r.subscription_text):c+="".concat(r.subscription_text)),r.show_product_type&&e.product_type&&e.product_type.length>0&&(c.length>0?c+=" • ".concat(e.product_type):c+="".concat(e.product_type)),r.custom_properties&&e.properties&&Object.entries(e.properties).forEach((function(e,t){f+=t>0?" • ".concat(e[1]):e[1]})),c.length>0&&(d+=c),c.length>0&&f.length>0&&(d+=" • "),f.length>0&&(d+=f);var h=!1;return r.unit_price&&e.unit_price&&e.unit_price_measurement&&e.unit_price_measurement.reference_value&&e.unit_price_measurement.reference_unit&&(h=Ye(t,e.unit_price)+"/"+e.unit_price_measurement.reference_value+e.unit_price_measurement.reference_unit),o.a.createElement("div",{className:"item",key:"".concat(e.variant_id,"-").concat(i),"data-line-item-id":e.id,"data-variant-id":e.variant_id,"data-line-item-key":e.key},o.a.createElement("div",{className:"image"},o.a.createElement("a",{href:e.url},o.a.createElement(Xe,{item:e}))),o.a.createElement("div",{className:"main"},o.a.createElement("div",{className:"main-top"},o.a.createElement("div",{className:"main-top-left"},o.a.createElement("h3",{className:"title"},o.a.createElement("a",{href:e.url,dangerouslySetInnerHTML:{__html:e.product_title}})),d.length>0&&o.a.createElement("p",{className:"variants-p"},d)),o.a.createElement("button",{className:"remove",onClick:function(){return n(e.variant_id)}},o.a.createElement(ce,{width:9,color:"#cacaca"}))),o.a.createElement("div",{className:"main-bottom"},r.dev?o.a.createElement(yt,{value:e.quantity,id:e.variant_id,index:i}):o.a.createElement(ut,{value:e.quantity,id:e.variant_id,index:i}),r.carthook?o.a.createElement(o.a.Fragment,null,e.line_price0&&o.a.createElement("div",{className:"footer-row"},o.a.createElement("span",{className:"flex"},t.discounts_label_text),o.a.createElement("span",{className:"slidecart-discount-amount",dangerouslySetInnerHTML:{__html:r}})),!1!==e.discountCode&&void 0!==e.discountCode&&0===e.cart.total_discount&&o.a.createElement("div",{className:"footer-row"},o.a.createElement("span",{className:"footer-row-flex flex"},t.discounts_label_text,o.a.createElement("span",{className:Z()("footer-code",{right:0===e.discountCodeAmount||!1===e.discountCodeAmount})},o.a.createElement(me,{className:"footer-tags-icon"}),e.discountCode,o.a.createElement("button",{onClick:e.clearDiscountCode},o.a.createElement(ce,null)))),e.discountCodeAmount>0&&o.a.createElement("span",{className:"slidecart-discount-amount",dangerouslySetInnerHTML:{__html:i}})),o.a.createElement("div",{className:"footer-row"},o.a.createElement("strong",{class:"flex"},t.subtotal_label_text),e.discountCodeAmount>0&&0===e.cart.total_discount?o.a.createElement("strong",{className:"slidecart-subtotal",dangerouslySetInnerHTML:{__html:l}}):o.a.createElement("strong",{className:"slidecart-subtotal",dangerouslySetInnerHTML:{__html:a}})))},n}var n,r,i;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&xt(e,t)}(t,e),n=t,(r=[{key:"render",value:function(){var e=this.props.CartStore,t=e.settings;return t.sticky_checkout?o.a.createElement(o.a.Fragment,null,o.a.createElement("footer",{className:Z()("footer new-footer",{sticky_checkout:t.sticky_checkout})},this.renderShared()),o.a.createElement("div",{className:"footer-sticky"},o.a.createElement("div",{className:"footer-buttons"},this.renderButton(),t.additional_buttons&&o.a.createElement("div",{className:"additional-buttons"},o.a.createElement("div",{className:"dynamic-checkout__content",id:"dynamic-checkout-cart","data-shopify":"dynamic-checkout-cart"})),t.continue_shopping&&o.a.createElement("a",{className:"footer-continue",onClick:e.closeCart},t.continue_shopping_text)),o.a.createElement(xn,{setting:"custom_html_checkout"}))):o.a.createElement("footer",{className:"footer"},this.renderShared(),this.renderButton(),t.additional_buttons&&o.a.createElement("div",{className:"additional-buttons"},o.a.createElement("div",{className:"dynamic-checkout__content",id:"dynamic-checkout-cart","data-shopify":"dynamic-checkout-cart"})),t.continue_shopping&&o.a.createElement("a",{className:"footer-continue",onClick:e.closeCart},t.continue_shopping_text),o.a.createElement(xn,{setting:"custom_html_checkout"}))}}])&&vt(n.prototype,r),i&&vt(n,i),t}(r.Component))||mt)||mt;function Et(e){return(Et="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Ct(e,t){for(var n=0;ne)return o.a.createElement("div",{key:e,className:"option"},o.a.createElement("label",null,t.product.options[e].name),o.a.createElement("select",{onChange:function(t){return n.changeVariant(t,e+1)},defaultValue:t.variant.options[e]},t["option".concat(e+1)].map((function(e){return o.a.createElement("option",{key:e},e)}))))},n}var n,r,i;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&It(e,t)}(t,e),n=t,(r=[{key:"render",value:function(){var e=this,t=this.props.upsell,n=this.props.CartStore,r=n.closeUpsellOptions,i=n.settings,a=n.currency,l=t.optionsOpen,s=t.title,u=t.noVariant,c=t.variant,f=this.state,d=f.option1,p=f.option2,h=f.option3,m=!c.available||u?i.upsell_unavailable_text:i.upsell_add_long_text,y=Ye(a,c.price),g=c.compare_at_price&&c.compare_at_price>c.price,v=g?Ye(a,c.compare_at_price):"";return o.a.createElement(o.a.Fragment,null,o.a.createElement("div",{style:{width:"".concat(i.max_width,"%")},onClick:function(){return r(t.product_id)},className:Z()("upsell-options-overlay",{active:l})}),o.a.createElement("div",{style:{width:"".concat(i.max_width,"%")},className:Z()("upsell-options",{active:l})},o.a.createElement("header",{className:"upsell-options-header"},o.a.createElement("div",{className:"image"},o.a.createElement("a",{href:t.product.url},o.a.createElement(Xe,{upsell:t}))),o.a.createElement("div",{className:"text"},o.a.createElement("div",null,o.a.createElement("h2",null,o.a.createElement("a",{href:t.product.url},s)),o.a.createElement("p",{className:"upsell-options-variant"},d&&d,p&&" • ".concat(p),h&&" • ".concat(h))),o.a.createElement("div",{className:"upsell-options-prices"},o.a.createElement("p",{className:"price",dangerouslySetInnerHTML:{__html:y}}),g&&o.a.createElement("p",{className:"compare-at",dangerouslySetInnerHTML:{__html:v}})))),[0,1,2].map((function(t){return e.renderOption(t)})),o.a.createElement("button",{onClick:this.addVariantToCart,className:"button full",disabled:u||!c.available},m)))}}])&&qt(n.prototype,r),i&&qt(n,i),t}(r.Component))||jt)||jt;function Ht(e){return(Ht="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Ut(e,t){for(var n=0;n-1})).length===t.length,s=r.upsell_heading.length>0&&!l||r.upsell_heading.length>0&&r.upsell_multi;return o.a.createElement(o.a.Fragment,null,o.a.createElement("div",{className:"upsells"},s&&o.a.createElement("div",{className:"upsells-header"},o.a.createElement("h2",null,r.upsell_heading)),a?o.a.createElement("div",{className:"upsells-stacked"},t.map((function(e,t){if(!(!i&&n.items.filter((function(t){return t.product_id===Number(e.product_id)}))).length&&e.finished)return e.multi&&!e.variant?void 0:o.a.createElement(Jt,{key:e.id,upsell:e,index:t})}))):o.a.createElement(Nt.a,{dots:!1,infinite:!0,speed:500,slidesToShow:1,slidesToScroll:1},t.map((function(e,t){if(!(!i&&n.items.filter((function(t){return t.product_id===Number(e.product_id)}))).length&&e.finished)return e.multi&&!e.variant?void 0:o.a.createElement(Jt,{key:e.id,upsell:e,index:t})})))),t.map((function(e,t){if(!(!i&&n.items.filter((function(t){return t.product_id===Number(e.product_id)}))).length&&e.finished&&e.multi&&e.variant)return o.a.createElement(zt,{key:e.id,upsell:e,index:t})})))}}])&&Ut(n.prototype,r),i&&Ut(n,i),t}(r.Component))||Rt)||Rt;function Yt(e){return(Yt="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Gt(e,t){for(var n=0;n0?t.rewards_pre.length<1?o.a.createElement(o.a.Fragment,null):o.a.createElement("div",{className:"rewards"},o.a.createElement("p",{dangerouslySetInnerHTML:{__html:this.formatText(t.rewards_pre,l)}}),o.a.createElement("div",{className:"rewards-progress-bar"},o.a.createElement("div",{className:"rewards-progress",style:{width:100*s+"%"}}))):t.rewards_post.length<1?o.a.createElement(o.a.Fragment,null):o.a.createElement("div",{className:"rewards"},o.a.createElement("p",{dangerouslySetInnerHTML:{__html:this.formatText(t.rewards_post,l)}})):o.a.createElement(o.a.Fragment,null)}}])&&un(n.prototype,r),i&&un(n,i),t}(r.Component))||an)||an;function mn(e){return(mn="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function yn(e,t){for(var n=0;n1),Or=[],jr=!1,Ar=-1,Pr=void 0,Nr=void 0,Lr=function(e){return Or.some((function(t){return!(!t.options.allowTouchMove||!t.options.allowTouchMove(e))}))},qr=function(e){var t=e||window.event;return!!Lr(t.target)||(t.touches.length>1||(t.preventDefault&&t.preventDefault(),!1))},Dr=function(){setTimeout((function(){void 0!==Nr&&(document.body.style.paddingRight=Nr,Nr=void 0),void 0!==Pr&&(document.body.style.overflow=Pr,Pr=void 0)}))},Mr=function(e,t){if(_r){if(!e)return void console.error("disableBodyScroll unsuccessful - targetElement must be provided when calling disableBodyScroll on IOS devices.");if(e&&!Or.some((function(t){return t.targetElement===e}))){var n={targetElement:e,options:t||{}};Or=[].concat(Nn(Or),[n]),e.ontouchstart=function(e){1===e.targetTouches.length&&(Ar=e.targetTouches[0].clientY)},e.ontouchmove=function(t){1===t.targetTouches.length&&function(e,t){var n=e.targetTouches[0].clientY-Ar;!Lr(e.target)&&(t&&0===t.scrollTop&&n>0?qr(e):function(e){return!!e&&e.scrollHeight-e.scrollTop<=e.clientHeight}(t)&&n<0?qr(e):e.stopPropagation())}(t,e)},jr||(document.addEventListener("touchmove",qr,Ln?{passive:!1}:void 0),jr=!0)}}else{!function(e){setTimeout((function(){if(void 0===Nr){var t=!!e&&!0===e.reserveScrollBarGap,n=window.innerWidth-document.documentElement.clientWidth;t&&n>0&&(Nr=document.body.style.paddingRight,document.body.style.paddingRight=n+"px")}void 0===Pr&&(Pr=document.body.style.overflow,document.body.style.overflow="hidden")}))}(t);var r={targetElement:e,options:t||{}};Or=[].concat(Nn(Or),[r])}},Ir=n(27),Rr=n.n(Ir),zr="https://cart-go.apphq.co/api";function Hr(e){return function(e){if(Array.isArray(e)){for(var t=0,n=new Array(e.length);t0?s:t.total_price-l;return{name:i.textContent.trim().split(" ")[0],amount:u}}return i?{name:i.textContent,amount:!1}:{name:!1,amount:!1}}var Yr=new(Mn=Wr((Dn=function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),Br(this,"loading",Mn,this),Br(this,"init",In,this),Br(this,"settings",Rn,this),Br(this,"open",zn,this),Br(this,"shop",Hn,this),Br(this,"cart",Un,this),Br(this,"currency",Fn,this),Br(this,"showNote",Bn,this),Br(this,"note",Wn,this),Br(this,"upsells",Vn,this),Br(this,"announcements",$n,this),Br(this,"upsellProducts",Yn,this),Br(this,"discountCode",Gn,this),Br(this,"discountCodeField",Xn,this),Br(this,"discountCodeAmount",Qn,this),Br(this,"discountCodeInvalid",Kn,this),Br(this,"checkout_clicked",Zn,this),Br(this,"checkbox",Jn,this),Br(this,"initiate",er,this),Br(this,"fetchDiscount",tr,this),Br(this,"setScrollListener",nr,this),Br(this,"applyDiscountCode",rr,this),Br(this,"clearDiscountCode",or,this),Br(this,"setDiscountCode",ir,this),Br(this,"updateCart",ar,this),Br(this,"setCart",lr,this),Br(this,"setCartLinkListeners",sr,this),Br(this,"setFormSubmitListeners",ur,this),Br(this,"openCart",cr,this),Br(this,"closeCart",fr,this),Br(this,"fb",dr,this),Br(this,"fbNew",pr,this),Br(this,"addToCart",hr,this),Br(this,"updateQuantity",mr,this),Br(this,"addToCartNew",yr,this),Br(this,"addToCartClassic",gr,this),Br(this,"removeFromCart",vr,this),Br(this,"toggleNote",br,this),Br(this,"setNote",wr,this),Br(this,"toCheckout",xr,this),Br(this,"fetchUpsells",kr,this),Br(this,"openUpsellOptions",Sr,this),Br(this,"closeUpsellOptions",Er,this),Br(this,"changeUpsellVariant",Cr,this),Br(this,"toggleCheckbox",Tr,this)}).prototype,"loading",[l.l],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return!1}}),In=Wr(Dn.prototype,"init",[l.l],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return!1}}),Rn=Wr(Dn.prototype,"settings",[l.l],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return!1}}),zn=Wr(Dn.prototype,"open",[l.l],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return!1}}),Hn=Wr(Dn.prototype,"shop",[l.l],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return Shopify.shop}}),Un=Wr(Dn.prototype,"cart",[l.l],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return!1}}),Fn=Wr(Dn.prototype,"currency",[l.l],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return Shopify.currency.active}}),Bn=Wr(Dn.prototype,"showNote",[l.l],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return!1}}),Wn=Wr(Dn.prototype,"note",[l.l],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return!1}}),Vn=Wr(Dn.prototype,"upsells",[l.l],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return!1}}),$n=Wr(Dn.prototype,"announcements",[l.l],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return!1}}),Yn=Wr(Dn.prototype,"upsellProducts",[l.l],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return[]}}),Gn=Wr(Dn.prototype,"discountCode",[l.l],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){}}),Xn=Wr(Dn.prototype,"discountCodeField",[l.l],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){}}),Qn=Wr(Dn.prototype,"discountCodeAmount",[l.l],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){}}),Kn=Wr(Dn.prototype,"discountCodeInvalid",[l.l],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return!1}}),Zn=Wr(Dn.prototype,"checkout_clicked",[l.l],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return!1}}),Jn=Wr(Dn.prototype,"checkbox",[l.l],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return!1}}),er=Wr(Dn.prototype,"initiate",[l.d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){var e=this;return function(){Promise.all([jn.a.get("".concat(zr,"/").concat(e.shop)),jn.a.get("/cart.js")]).then((function(t){var n,r=Fr(t,2),o=r[0],i=r[1],a=o.data,l=a.settings,s=a.announcements,u=a.upsells;(e.settings=l,e.upsells=u,e.announcements=s,e.checkbox=l.checkbox_default,e.settings.enabled&&(e.setCartLinkListeners(),e.setFormSubmitListeners()),e.cart=i.data,e.note=i.data.note,e.showNote=e.note&&e.note.length>0,e.init=!0,e.setScrollListener(),window.SLIDECART_LOADED&&window.SLIDECART_LOADED(i.data),l.discount_box&&0===i.data.total_discount&&e.fetchDiscount(i.data),e.settings.upsell&&e.upsells&&e.upsells.length>0&&e.fetchUpsells(),"undefined"!=typeof conversionBearAutoCurrencyConverter)&&(null===(n=conversionBearAutoCurrencyConverter)||void 0===n||n.convertPricesOnPage());window.SLIDECART_UPDATED&&window.SLIDECART_UPDATED(i.data)}))}}}),tr=Wr(Dn.prototype,"fetchDiscount",[l.d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){var e=this;return function(){jn.a.post("/cart",{checkout:"Check out"}).then((function(t){var n=$r(t.data,e.cart),r=n.name,o=n.amount;r||o?(e.discountCode=r,e.discountCodeField=r,e.discountCodeAmount=o,e.discountCodeInvalid=!1,window.chCouponCode=r):(e.discountCode=!1,e.discountCodeField=!1,e.discountCodeAmount=!1,e.discountCodeInvalid=!1)}))}}}),nr=Wr(Dn.prototype,"setScrollListener",[l.d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){return function(){var e=document.querySelector(".slidecarthq-overlay"),t=document.querySelector(".slidecarthq");e&&t&&e.addEventListener("mousewheel",(function(e){e.preventDefault(),t.scrollTop+=e.deltaY}))}}}),rr=Wr(Dn.prototype,"applyDiscountCode",[l.d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){var e=this;return function(t,n){t&&t.preventDefault(),n&&(e.discountCodeField=n),e.discountCodeField=e.discountCodeField.trim(),jn.a.post("/cart",{checkout:"Check out",discount:e.discountCodeField.trim()}).then((function(t){var n=$r(t.data,e.cart),r=n.amount,o=n.name;!1===r&&!1===o||o.toLowerCase()!==e.discountCodeField.toLowerCase()?e.discountCodeInvalid=!0:(e.discountCode=e.discountCodeField,e.discountCodeAmount=r,e.discountCodeInvalid=!1,e.discountCodeField=!1,window.chCouponCode=o)}))}}}),or=Wr(Dn.prototype,"clearDiscountCode",[l.d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){var e=this;return function(){e.discountCode=!1,e.discountCodeField=!1,e.discountCodeAmount=!1,e.discountCodeInvalid=!1}}}),ir=Wr(Dn.prototype,"setDiscountCode",[l.d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){var e=this;return function(t){e.discountCodeField=t.target.value}}}),ar=Wr(Dn.prototype,"updateCart",[l.d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){var e=this;return function(t){jn.a.get("/cart.js").then((function(n){var r;(e.cart=n.data,e.note=n.data.note,e.showNote=e.note&&e.note.length>0,Pn()("[data-cart-count]").text(n.data.item_count.toString()),Pn()("[data-cart-total]").html(Ye(e.currency,n.data.total_price)),e.settings.discount_box&&0===n.data.total_discount&&e.fetchDiscount(n.data),"undefined"!=typeof conversionBearAutoCurrencyConverter)&&(null===(r=conversionBearAutoCurrencyConverter)||void 0===r||r.convertPricesOnPage());t&&t(n.data),window.SLIDECART_UPDATED&&window.SLIDECART_UPDATED(n.data)}))}}}),lr=Wr(Dn.prototype,"setCart",[l.d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){var e=this;return function(t){e.cart=t}}}),sr=Wr(Dn.prototype,"setCartLinkListeners",[l.d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){var e=this;return function(){document.querySelectorAll('[href$="/cart"], [data-slidecart-open]').forEach((function(t){t.addEventListener("click",(function(n){t.getAttribute("href").split("?")[0].indexOf("/cart")>-1&&(n.preventDefault(),e.openCart())}))}))}}}),ur=Wr(Dn.prototype,"setFormSubmitListeners",[l.d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){var e=this;return function(){var t=e;Pn()(document).on("submit",'[action$="/cart/add"], [data-slidecart-form]',(function(e){e.preventDefault(),e.stopPropagation();var n=Vr(Pn()(this)),r=n.id,o=n.quantity;Pn()('[action$="/cart/add"] [type="submit"], [data-slidecart-form] [type="submit"]').attr("aria-disabled")||(t.settings.recharge?t.addToCartNew(Pn()(this)):t.addToCart(r,o)),window.SLIDECART_ADD_TO_CART&&window.SLIDECART_ADD_TO_CART({id:r,quantity:o})})),Pn()(document).on("click",'[action$="/cart/add"] [type="submit"], [data-slidecart-form] [type="submit"]',(function(e){e.preventDefault(),e.stopPropagation();var n=Vr(Pn()(this).closest('[action$="/cart/add"]')),r=n.id,o=n.quantity;Pn()('[action$="/cart/add"] [type="submit"], [data-slidecart-form] [type="submit"]').attr("aria-disabled")||(t.settings.recharge?t.addToCartNew(Pn()(this).parents("form")):t.addToCart(r,o)),window.SLIDECART_ADD_TO_CART&&window.SLIDECART_ADD_TO_CART({id:r,quantity:o})})),Pn()(document).on("click","[data-slidecart-ajax]",(function(e){e.preventDefault(),e.stopPropagation();var n=Pn()(this).attr("data-slidecart-id"),r=Pn()(this).attr("data-slidecart-quantity");if(n){var o=Number(n),i=r?Number(i):1;t.addToCart(o,i)}})),window.addEventListener("load",(function(e){window.__pagefly_helper_store__&&window.__pagefly_helper_store__.subscribe((function(e){jn.a.get("/cart.js").then((function(e){t.cart=e.data,Pn()("[data-cart-count], .cart-item-count-header--quantity").text(t.cart.item_count.toString()),t.cart.item_count>0?Pn()("[data-cart-count-show]").removeClass("hide"):Pn()("[data-cart-count-show]").addClass("hide"),!t.open&&t.settings.open_on_add&&t.openCart()}))}))}))}}}),cr=Wr(Dn.prototype,"openCart",[l.d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){var e=this;return function(){var t=document.querySelector(".slidecarthq");Mr(t),window.SLIDECART_OPENED&&window.SLIDECART_OPENED(),e.open=!0}}}),fr=Wr(Dn.prototype,"closeCart",[l.d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){var e=this;return function(){!function(e){if(_r){if(!e)return void console.error("enableBodyScroll unsuccessful - targetElement must be provided when calling enableBodyScroll on IOS devices.");e.ontouchstart=null,e.ontouchmove=null,Or=Or.filter((function(t){return t.targetElement!==e})),jr&&0===Or.length&&(document.removeEventListener("touchmove",qr,Ln?{passive:!1}:void 0),jr=!1)}else(Or=Or.filter((function(t){return t.targetElement!==e}))).length||Dr()}(document.querySelector(".slidecarthq")),window.SLIDECART_CLOSED&&window.SLIDECART_CLOSED(),e.upsells.forEach((function(e){e.optionsOpen=!1})),e.open=!1}}}),dr=Wr(Dn.prototype,"fb",[l.d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){var e=this;return function(t){if(window.fbq){var n=new Rr.a(window.location.href).pathname.split("products/")[1];n&&jn.a.get("/products/".concat(n,".js")).then((function(t){var n=t.data,r=n.price,o=n.title,i=n.id;window.fbq("track","AddToCart",{value:(r/100).toFixed(2),currency:e.currency,content_ids:["".concat(i)],content_name:o,content_type:"product_group"})}))}}}}),pr=Wr(Dn.prototype,"fbNew",[l.d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){var e=this;return function(t){if(window.fbq){var n=t.price,r=t.title,o=t.id;window.fbq("track","AddToCart",{value:(n/100).toFixed(2),currency:e.currency,content_ids:["".concat(o)],content_name:r,content_type:"product_group"})}}}}),hr=Wr(Dn.prototype,"addToCart",[l.d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){var e=this;return function(t,n,r,o){e.loading=!0;var i=e.cart.items.find((function(e){return e.id===t})),a=i?n+i.quantity:n,l={updates:Ur({},t,r?n:a)};jn.a.post("/cart/update.js",l).then((function(o){if(e.cart=o.data,e.loading=!1,window.SLIDECART_ADDED_TO_CART){var i=o.data.items.find((function(e){return e.variant_id===t}));window.SLIDECART_ADDED_TO_CART(i)}var l;(Pn()("[data-cart-count]").text(e.cart.item_count.toString()),Pn()("[data-cart-total]").html(Ye(e.currency,o.data.total_price)),e.cart.item_count>0?Pn()("[data-cart-count-show]").removeClass("hide"):Pn()("[data-cart-count-show]").addClass("hide"),!e.open&&e.settings.open_on_add&&e.openCart(),e.settings.discount_box&&0===o.data.total_discount&&e.fetchDiscount(o.data),e.fb(t),"undefined"!=typeof conversionBearAutoCurrencyConverter)&&(null===(l=conversionBearAutoCurrencyConverter)||void 0===l||l.convertPricesOnPage());window.SLIDECART_UPDATED&&window.SLIDECART_UPDATED(o.data);var s=r?n:a;window.SLIDECART_REMOVED_FROM_CART&&0==s&&window.SLIDECART_REMOVED_FROM_CART({id:t})}))}}}),mr=Wr(Dn.prototype,"updateQuantity",[l.d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){var e=this;return function(t,n,r){var o=[];e.cart.items.map((function(e){return o.push(e.quantity)})),o[t]=n,e.loading=!0,jn.a.post("/cart/update.js",{updates:o}).then((function(t){var o;(e.cart=t.data,e.loading=!1,Pn()("[data-cart-count]").text(e.cart.item_count.toString()),Pn()("[data-cart-total]").html(Ye(e.currency,t.data.total_price)),e.cart.item_count>0?Pn()("[data-cart-count-show]").removeClass("hide"):Pn()("[data-cart-count-show]").addClass("hide"),!e.open&&e.settings.open_on_add&&e.openCart(),e.settings.discount_box&&0===t.data.total_discount&&e.fetchDiscount(t.data),e.fb(r),"undefined"!=typeof conversionBearAutoCurrencyConverter)&&(null===(o=conversionBearAutoCurrencyConverter)||void 0===o||o.convertPricesOnPage());window.SLIDECART_UPDATED&&window.SLIDECART_UPDATED(t.data),window.SLIDECART_REMOVED_FROM_CART&&0==n&&window.SLIDECART_REMOVED_FROM_CART({id:r})}))}}}),yr=Wr(Dn.prototype,"addToCartNew",[l.d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){var e=this;return function(t){var n=e;e.loading=!0,Pn.a.ajax({type:"POST",url:"/cart/add.js",data:t.serialize(),success:function(e){jn.a.get("/cart.js").then((function(e){if(n.cart=e.data,n.loading=!1,window.SLIDECART_ADDED_TO_CART){var r=e.data.items,o=Number(t.find('[name="id"]').val()),i=r.find((function(e){return e.variant_id===o}));window.SLIDECART_ADDED_TO_CART(i)}var a;(Pn()("[data-cart-count]").text(n.cart.item_count.toString()),Pn()("[data-cart-total]").html(Ye(n.currency,e.data.total_price)),n.cart.item_count>0?Pn()("[data-cart-count-show]").removeClass("hide"):Pn()("[data-cart-count-show]").addClass("hide"),n.settings.discount_box&&0===e.data.total_discount&&n.fetchDiscount(e.data),!n.open&&n.settings.open_on_add&&n.openCart(),"undefined"!=typeof conversionBearAutoCurrencyConverter)&&(null===(a=conversionBearAutoCurrencyConverter)||void 0===a||a.convertPricesOnPage());window.SLIDECART_UPDATED&&window.SLIDECART_UPDATED(e.data)}))},error:function(e){n.loading=!1;var r=t.find('[type="submit"]'),o=e.responseJSON.description,i=t.find(".slidecart-form-error");i.length?i.text(o):r.length?Pn()('

'.concat(o,"

")).insertAfter(r):t.append('

'.concat(o,"

"))},dataType:"json"})}}}),gr=Wr(Dn.prototype,"addToCartClassic",[l.d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){var e=this;return function(t,n){jn.a.post("/cart/add.js",{id:t,quantity:n},{headers:{"X-Requested-With":"XMLHttpRequest"}}).then((function(t){e.updateCart()})).catch((function(n){var r=e.cart.items.findIndex((function(e){return e.variant_id===t}));e.cart.items[r].error=n.response.data.description}))}}}),vr=Wr(Dn.prototype,"removeFromCart",[l.d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){var e=this;return function(t){e.loading=!0;var n={updates:Ur({},t,0)};jn.a.post("/cart/update.js",n).then((function(n){var r;(e.cart=n.data,e.loading=!1,e.cart.item_count>0?Pn()("[data-cart-count-show]").removeClass("hide"):Pn()("[data-cart-count-show]").addClass("hide"),Pn()("[data-cart-count]").text(e.cart.item_count.toString()),Pn()("[data-cart-total]").html(Ye(e.currency,n.data.total_price)),e.settings.discount_box&&0===n.data.total_discount&&e.fetchDiscount(n.data),e.open||e.openCart(),"undefined"!=typeof conversionBearAutoCurrencyConverter)&&(null===(r=conversionBearAutoCurrencyConverter)||void 0===r||r.convertPricesOnPage());window.SLIDECART_UPDATED&&window.SLIDECART_UPDATED(n.data),window.SLIDECART_REMOVED_FROM_CART&&window.SLIDECART_REMOVED_FROM_CART({id:t})}))}}}),br=Wr(Dn.prototype,"toggleNote",[l.d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){var e=this;return function(){e.showNote=!e.showNote}}}),wr=Wr(Dn.prototype,"setNote",[l.d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){var e=this;return function(t){jn.a.post("/cart/update.js",{note:t}).then((function(n){e.note=t}))}}}),xr=Wr(Dn.prototype,"toCheckout",[l.d],{configurable:!0,enumerable:!0,writable:!0,initializer:function(){var e=this;return function(t){if(window.SLIDECART_CHECKOUT&&!e.checkout_clicked&&window.SLIDECART_CHECKOUT(),e.checkout_clicked=!0,e.settings.recharge||e.settings.goto_cart){for(var n=e.cart.items,r=!1,o=!1,i=0;i1){e.upsells[r].multi=!0,e.upsells[r].optionsOpen=!1;for(var o=0;o1&&(e.checkbox?e.setNote(e.settings.checkbox_note_text):e.setNote(""))}}}),Dn);window.SLIDECART_OPEN=function(){Yr.openCart()},window.SLIDECART_CLOSE=function(){Yr.closeCart()},window.SLIDECART_UPDATE=function(e){Yr.updateCart(e)},window.SLIDECART_SET_CART=function(e){Yr.setCart(e)},window.SLIDECART_APPLY_DISCOUNT=function(e){Yr.applyDiscountCode(!1,e)},window.SLIDECART_STATE=function(){return Yr};var Gr=Yr;n(71);if(100!==window.SLIDECART){window.SLIDECART=100;var Xr=document.createElement("div");Xr.id="slidecarthq",document.body.appendChild(Xr),a.a.render(o.a.createElement(W,{CartStore:Gr},o.a.createElement(ue,null)),Xr)}}]); \ No newline at end of file