@letscooee/web-sdk 13.1.6 → 13.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/main.min.js CHANGED
@@ -1,31 +1,31 @@
1
- import{a as $s,b as Vs,c as um,d as fm,e as pm,f as mm,g as dm,h as hr,i as Ws,j as b,k as hm,l as gm,m as ym,n as vm,o as Tr}from"./chunk-TWXZPLZM.js";import{a as E,b as Z,c as Ci,d as lm,e as Hl,f as zr,g as wo}from"./chunk-V7UGKYBN.js";var $l=Hl(js=>{"use strict";Object.defineProperty(js,"__esModule",{value:!0});js.URLBuilder=void 0;var AE=(function(){function t(e){try{this.base=new URL(e),this.params=new URLSearchParams(this.base.search.slice(1))}catch(r){console.error("Un-parsable URL",r)}}return t.prototype.appendQueryParam=function(e,r){this.params.append(e,r?r.toString():"")},t.prototype.clearQueryParams=function(){return this.params=new URLSearchParams,this},t.prototype.deleteQueryParam=function(e){this.params.delete(e)},t.prototype.getBase=function(){return this.base},t.prototype.getPath=function(){return this.base.pathname},t.prototype.getHostname=function(){return this.base.hostname},t.prototype.getParams=function(){return this.params},t.prototype.getQueryParam=function(e){if(!this.params)return"";var r=this.params.get(e);return!r||r==="undefined"||r==="null"?void 0:r},t.prototype.getQueryString=function(){return this.params.toString()},t.prototype.setPath=function(e){return this.base.pathname=e,this},t.prototype.setQueryParam=function(e,r){return this.params.set(e,r?r.toString():""),this},t.prototype.setQueryString=function(e){if(e)return e[0]==="?"&&(e=e.slice(1)),this.params=new URLSearchParams(e),this},t.prototype.toString=function(){var e=this.params.toString();return e===""?this.base.search="":this.base.search="?"+e,this.base.toString()},t})();js.URLBuilder=AE});var xm=Hl((Im,Kl)=>{"use strict";(function(t){if(typeof Im=="object"&&typeof Kl<"u")Kl.exports=t();else if(typeof define=="function"&&define.amd)define([],t);else{var e;typeof window<"u"?e=window:typeof global<"u"?e=global:typeof self<"u"?e=self:e=this,e.localforage=t()}})(function(){var t,e,r;return(function n(o,i,s){function a(m,d){if(!i[m]){if(!o[m]){var _=typeof Ci=="function"&&Ci;if(!d&&_)return _(m,!0);if(l)return l(m,!0);var y=new Error("Cannot find module '"+m+"'");throw y.code="MODULE_NOT_FOUND",y}var C=i[m]={exports:{}};o[m][0].call(C.exports,function(N){var A=o[m][1][N];return a(A||N)},C,C.exports,n,o,i,s)}return i[m].exports}for(var l=typeof Ci=="function"&&Ci,f=0;f<s.length;f++)a(s[f]);return a})({1:[function(n,o,i){(function(s){"use strict";var a=s.MutationObserver||s.WebKitMutationObserver,l;if(a){var f=0,m=new a(N),d=s.document.createTextNode("");m.observe(d,{characterData:!0}),l=function(){d.data=f=++f%2}}else if(!s.setImmediate&&typeof s.MessageChannel<"u"){var _=new s.MessageChannel;_.port1.onmessage=N,l=function(){_.port2.postMessage(0)}}else"document"in s&&"onreadystatechange"in s.document.createElement("script")?l=function(){var B=s.document.createElement("script");B.onreadystatechange=function(){N(),B.onreadystatechange=null,B.parentNode.removeChild(B),B=null},s.document.documentElement.appendChild(B)}:l=function(){setTimeout(N,0)};var y,C=[];function N(){y=!0;for(var B,q,P=C.length;P;){for(q=C,C=[],B=-1;++B<P;)q[B]();P=C.length}y=!1}o.exports=A;function A(B){C.push(B)===1&&!y&&l()}}).call(this,typeof global<"u"?global:typeof self<"u"?self:typeof window<"u"?window:{})},{}],2:[function(n,o,i){"use strict";var s=n(1);function a(){}var l={},f=["REJECTED"],m=["FULFILLED"],d=["PENDING"];o.exports=_;function _(X){if(typeof X!="function")throw new TypeError("resolver must be a function");this.state=d,this.queue=[],this.outcome=void 0,X!==a&&A(this,X)}_.prototype.catch=function(X){return this.then(null,X)},_.prototype.then=function(X,ce){if(typeof X!="function"&&this.state===m||typeof ce!="function"&&this.state===f)return this;var se=new this.constructor(a);if(this.state!==d){var de=this.state===m?X:ce;C(se,de,this.outcome)}else this.queue.push(new y(se,X,ce));return se};function y(X,ce,se){this.promise=X,typeof ce=="function"&&(this.onFulfilled=ce,this.callFulfilled=this.otherCallFulfilled),typeof se=="function"&&(this.onRejected=se,this.callRejected=this.otherCallRejected)}y.prototype.callFulfilled=function(X){l.resolve(this.promise,X)},y.prototype.otherCallFulfilled=function(X){C(this.promise,this.onFulfilled,X)},y.prototype.callRejected=function(X){l.reject(this.promise,X)},y.prototype.otherCallRejected=function(X){C(this.promise,this.onRejected,X)};function C(X,ce,se){s(function(){var de;try{de=ce(se)}catch(Le){return l.reject(X,Le)}de===X?l.reject(X,new TypeError("Cannot resolve promise with itself")):l.resolve(X,de)})}l.resolve=function(X,ce){var se=B(N,ce);if(se.status==="error")return l.reject(X,se.value);var de=se.value;if(de)A(X,de);else{X.state=m,X.outcome=ce;for(var Le=-1,Se=X.queue.length;++Le<Se;)X.queue[Le].callFulfilled(ce)}return X},l.reject=function(X,ce){X.state=f,X.outcome=ce;for(var se=-1,de=X.queue.length;++se<de;)X.queue[se].callRejected(ce);return X};function N(X){var ce=X&&X.then;if(X&&(typeof X=="object"||typeof X=="function")&&typeof ce=="function")return function(){ce.apply(X,arguments)}}function A(X,ce){var se=!1;function de(qe){se||(se=!0,l.reject(X,qe))}function Le(qe){se||(se=!0,l.resolve(X,qe))}function Se(){ce(Le,de)}var Re=B(Se);Re.status==="error"&&de(Re.value)}function B(X,ce){var se={};try{se.value=X(ce),se.status="success"}catch(de){se.status="error",se.value=de}return se}_.resolve=q;function q(X){return X instanceof this?X:l.resolve(new this(a),X)}_.reject=P;function P(X){var ce=new this(a);return l.reject(ce,X)}_.all=Q;function Q(X){var ce=this;if(Object.prototype.toString.call(X)!=="[object Array]")return this.reject(new TypeError("must be an array"));var se=X.length,de=!1;if(!se)return this.resolve([]);for(var Le=new Array(se),Se=0,Re=-1,qe=new this(a);++Re<se;)Qe(X[Re],Re);return qe;function Qe(Bt,D){ce.resolve(Bt).then(R,function(V){de||(de=!0,l.reject(qe,V))});function R(V){Le[D]=V,++Se===se&&!de&&(de=!0,l.resolve(qe,Le))}}}_.race=Ee;function Ee(X){var ce=this;if(Object.prototype.toString.call(X)!=="[object Array]")return this.reject(new TypeError("must be an array"));var se=X.length,de=!1;if(!se)return this.resolve([]);for(var Le=-1,Se=new this(a);++Le<se;)Re(X[Le]);return Se;function Re(qe){ce.resolve(qe).then(function(Qe){de||(de=!0,l.resolve(Se,Qe))},function(Qe){de||(de=!0,l.reject(Se,Qe))})}}},{1:1}],3:[function(n,o,i){(function(s){"use strict";typeof s.Promise!="function"&&(s.Promise=n(2))}).call(this,typeof global<"u"?global:typeof self<"u"?self:typeof window<"u"?window:{})},{2:2}],4:[function(n,o,i){"use strict";var s=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(p){return typeof p}:function(p){return p&&typeof Symbol=="function"&&p.constructor===Symbol&&p!==Symbol.prototype?"symbol":typeof p};function a(p,w){if(!(p instanceof w))throw new TypeError("Cannot call a class as a function")}function l(){try{if(typeof indexedDB<"u")return indexedDB;if(typeof webkitIndexedDB<"u")return webkitIndexedDB;if(typeof mozIndexedDB<"u")return mozIndexedDB;if(typeof OIndexedDB<"u")return OIndexedDB;if(typeof msIndexedDB<"u")return msIndexedDB}catch{return}}var f=l();function m(){try{if(!f||!f.open)return!1;var p=typeof openDatabase<"u"&&/(Safari|iPhone|iPad|iPod)/.test(navigator.userAgent)&&!/Chrome/.test(navigator.userAgent)&&!/BlackBerry/.test(navigator.platform),w=typeof fetch=="function"&&fetch.toString().indexOf("[native code")!==-1;return(!p||w)&&typeof indexedDB<"u"&&typeof IDBKeyRange<"u"}catch{return!1}}function d(p,w){p=p||[],w=w||{};try{return new Blob(p,w)}catch(S){if(S.name!=="TypeError")throw S;for(var g=typeof BlobBuilder<"u"?BlobBuilder:typeof MSBlobBuilder<"u"?MSBlobBuilder:typeof MozBlobBuilder<"u"?MozBlobBuilder:WebKitBlobBuilder,T=new g,I=0;I<p.length;I+=1)T.append(p[I]);return T.getBlob(w.type)}}typeof Promise>"u"&&n(3);var _=Promise;function y(p,w){w&&p.then(function(g){w(null,g)},function(g){w(g)})}function C(p,w,g){typeof w=="function"&&p.then(w),typeof g=="function"&&p.catch(g)}function N(p){return typeof p!="string"&&(console.warn(p+" used as a key, but it is not a string."),p=String(p)),p}function A(){if(arguments.length&&typeof arguments[arguments.length-1]=="function")return arguments[arguments.length-1]}var B="local-forage-detect-blob-support",q=void 0,P={},Q=Object.prototype.toString,Ee="readonly",X="readwrite";function ce(p){for(var w=p.length,g=new ArrayBuffer(w),T=new Uint8Array(g),I=0;I<w;I++)T[I]=p.charCodeAt(I);return g}function se(p){return new _(function(w){var g=p.transaction(B,X),T=d([""]);g.objectStore(B).put(T,"key"),g.onabort=function(I){I.preventDefault(),I.stopPropagation(),w(!1)},g.oncomplete=function(){var I=navigator.userAgent.match(/Chrome\/(\d+)/),S=navigator.userAgent.match(/Edge\//);w(S||!I||parseInt(I[1],10)>=43)}}).catch(function(){return!1})}function de(p){return typeof q=="boolean"?_.resolve(q):se(p).then(function(w){return q=w,q})}function Le(p){var w=P[p.name],g={};g.promise=new _(function(T,I){g.resolve=T,g.reject=I}),w.deferredOperations.push(g),w.dbReady?w.dbReady=w.dbReady.then(function(){return g.promise}):w.dbReady=g.promise}function Se(p){var w=P[p.name],g=w.deferredOperations.pop();if(g)return g.resolve(),g.promise}function Re(p,w){var g=P[p.name],T=g.deferredOperations.pop();if(T)return T.reject(w),T.promise}function qe(p,w){return new _(function(g,T){if(P[p.name]=P[p.name]||ze(),p.db)if(w)Le(p),p.db.close();else return g(p.db);var I=[p.name];w&&I.push(p.version);var S=f.open.apply(f,I);w&&(S.onupgradeneeded=function(M){var G=S.result;try{G.createObjectStore(p.storeName),M.oldVersion<=1&&G.createObjectStore(B)}catch(z){if(z.name==="ConstraintError")console.warn('The database "'+p.name+'" has been upgraded from version '+M.oldVersion+" to version "+M.newVersion+', but the storage "'+p.storeName+'" already exists.');else throw z}}),S.onerror=function(M){M.preventDefault(),T(S.error)},S.onsuccess=function(){var M=S.result;M.onversionchange=function(G){G.target.close()},g(M),Se(p)}})}function Qe(p){return qe(p,!1)}function Bt(p){return qe(p,!0)}function D(p,w){if(!p.db)return!0;var g=!p.db.objectStoreNames.contains(p.storeName),T=p.version<p.db.version,I=p.version>p.db.version;if(T&&(p.version!==w&&console.warn('The database "'+p.name+`" can't be downgraded from version `+p.db.version+" to version "+p.version+"."),p.version=p.db.version),I||g){if(g){var S=p.db.version+1;S>p.version&&(p.version=S)}return!0}return!1}function R(p){return new _(function(w,g){var T=new FileReader;T.onerror=g,T.onloadend=function(I){var S=btoa(I.target.result||"");w({__local_forage_encoded_blob:!0,data:S,type:p.type})},T.readAsBinaryString(p)})}function V(p){var w=ce(atob(p.data));return d([w],{type:p.type})}function k(p){return p&&p.__local_forage_encoded_blob}function H(p){var w=this,g=w._initReady().then(function(){var T=P[w._dbInfo.name];if(T&&T.dbReady)return T.dbReady});return C(g,p,p),g}function ne(p){Le(p);for(var w=P[p.name],g=w.forages,T=0;T<g.length;T++){var I=g[T];I._dbInfo.db&&(I._dbInfo.db.close(),I._dbInfo.db=null)}return p.db=null,Qe(p).then(function(S){return p.db=S,D(p)?Bt(p):S}).then(function(S){p.db=w.db=S;for(var M=0;M<g.length;M++)g[M]._dbInfo.db=S}).catch(function(S){throw Re(p,S),S})}function he(p,w,g,T){T===void 0&&(T=1);try{var I=p.db.transaction(p.storeName,w);g(null,I)}catch(S){if(T>0&&(!p.db||S.name==="InvalidStateError"||S.name==="NotFoundError"))return _.resolve().then(function(){if(!p.db||S.name==="NotFoundError"&&!p.db.objectStoreNames.contains(p.storeName)&&p.version<=p.db.version)return p.db&&(p.version=p.db.version+1),Bt(p)}).then(function(){return ne(p).then(function(){he(p,w,g,T-1)})}).catch(g);g(S)}}function ze(){return{forages:[],db:null,dbReady:null,deferredOperations:[]}}function et(p){var w=this,g={db:null};if(p)for(var T in p)g[T]=p[T];var I=P[g.name];I||(I=ze(),P[g.name]=I),I.forages.push(w),w._initReady||(w._initReady=w.ready,w.ready=H);var S=[];function M(){return _.resolve()}for(var G=0;G<I.forages.length;G++){var z=I.forages[G];z!==w&&S.push(z._initReady().catch(M))}var Y=I.forages.slice(0);return _.all(S).then(function(){return g.db=I.db,Qe(g)}).then(function(J){return g.db=J,D(g,w._defaultConfig.version)?Bt(g):J}).then(function(J){g.db=I.db=J,w._dbInfo=g;for(var te=0;te<Y.length;te++){var ve=Y[te];ve!==w&&(ve._dbInfo.db=g.db,ve._dbInfo.version=g.version)}})}function tt(p,w){var g=this;p=N(p);var T=new _(function(I,S){g.ready().then(function(){he(g._dbInfo,Ee,function(M,G){if(M)return S(M);try{var z=G.objectStore(g._dbInfo.storeName),Y=z.get(p);Y.onsuccess=function(){var J=Y.result;J===void 0&&(J=null),k(J)&&(J=V(J)),I(J)},Y.onerror=function(){S(Y.error)}}catch(J){S(J)}})}).catch(S)});return y(T,w),T}function vt(p,w){var g=this,T=new _(function(I,S){g.ready().then(function(){he(g._dbInfo,Ee,function(M,G){if(M)return S(M);try{var z=G.objectStore(g._dbInfo.storeName),Y=z.openCursor(),J=1;Y.onsuccess=function(){var te=Y.result;if(te){var ve=te.value;k(ve)&&(ve=V(ve));var Oe=p(ve,te.key,J++);Oe!==void 0?I(Oe):te.continue()}else I()},Y.onerror=function(){S(Y.error)}}catch(te){S(te)}})}).catch(S)});return y(T,w),T}function Et(p,w,g){var T=this;p=N(p);var I=new _(function(S,M){var G;T.ready().then(function(){return G=T._dbInfo,Q.call(w)==="[object Blob]"?de(G.db).then(function(z){return z?w:R(w)}):w}).then(function(z){he(T._dbInfo,X,function(Y,J){if(Y)return M(Y);try{var te=J.objectStore(T._dbInfo.storeName);z===null&&(z=void 0);var ve=te.put(z,p);J.oncomplete=function(){z===void 0&&(z=null),S(z)},J.onabort=J.onerror=function(){var Oe=ve.error?ve.error:ve.transaction.error;M(Oe)}}catch(Oe){M(Oe)}})}).catch(M)});return y(I,g),I}function st(p,w){var g=this;p=N(p);var T=new _(function(I,S){g.ready().then(function(){he(g._dbInfo,X,function(M,G){if(M)return S(M);try{var z=G.objectStore(g._dbInfo.storeName),Y=z.delete(p);G.oncomplete=function(){I()},G.onerror=function(){S(Y.error)},G.onabort=function(){var J=Y.error?Y.error:Y.transaction.error;S(J)}}catch(J){S(J)}})}).catch(S)});return y(T,w),T}function we(p){var w=this,g=new _(function(T,I){w.ready().then(function(){he(w._dbInfo,X,function(S,M){if(S)return I(S);try{var G=M.objectStore(w._dbInfo.storeName),z=G.clear();M.oncomplete=function(){T()},M.onabort=M.onerror=function(){var Y=z.error?z.error:z.transaction.error;I(Y)}}catch(Y){I(Y)}})}).catch(I)});return y(g,p),g}function He(p){var w=this,g=new _(function(T,I){w.ready().then(function(){he(w._dbInfo,Ee,function(S,M){if(S)return I(S);try{var G=M.objectStore(w._dbInfo.storeName),z=G.count();z.onsuccess=function(){T(z.result)},z.onerror=function(){I(z.error)}}catch(Y){I(Y)}})}).catch(I)});return y(g,p),g}function Ae(p,w){var g=this,T=new _(function(I,S){if(p<0){I(null);return}g.ready().then(function(){he(g._dbInfo,Ee,function(M,G){if(M)return S(M);try{var z=G.objectStore(g._dbInfo.storeName),Y=!1,J=z.openKeyCursor();J.onsuccess=function(){var te=J.result;if(!te){I(null);return}p===0||Y?I(te.key):(Y=!0,te.advance(p))},J.onerror=function(){S(J.error)}}catch(te){S(te)}})}).catch(S)});return y(T,w),T}function $e(p){var w=this,g=new _(function(T,I){w.ready().then(function(){he(w._dbInfo,Ee,function(S,M){if(S)return I(S);try{var G=M.objectStore(w._dbInfo.storeName),z=G.openKeyCursor(),Y=[];z.onsuccess=function(){var J=z.result;if(!J){T(Y);return}Y.push(J.key),J.continue()},z.onerror=function(){I(z.error)}}catch(J){I(J)}})}).catch(I)});return y(g,p),g}function De(p,w){w=A.apply(this,arguments);var g=this.config();p=typeof p!="function"&&p||{},p.name||(p.name=p.name||g.name,p.storeName=p.storeName||g.storeName);var T=this,I;if(!p.name)I=_.reject("Invalid arguments");else{var S=p.name===g.name&&T._dbInfo.db,M=S?_.resolve(T._dbInfo.db):Qe(p).then(function(G){var z=P[p.name],Y=z.forages;z.db=G;for(var J=0;J<Y.length;J++)Y[J]._dbInfo.db=G;return G});p.storeName?I=M.then(function(G){if(G.objectStoreNames.contains(p.storeName)){var z=G.version+1;Le(p);var Y=P[p.name],J=Y.forages;G.close();for(var te=0;te<J.length;te++){var ve=J[te];ve._dbInfo.db=null,ve._dbInfo.version=z}var Oe=new _(function(Ne,nt){var Ze=f.open(p.name,z);Ze.onerror=function(Xt){var xi=Ze.result;xi.close(),nt(Xt)},Ze.onupgradeneeded=function(){var Xt=Ze.result;Xt.deleteObjectStore(p.storeName)},Ze.onsuccess=function(){var Xt=Ze.result;Xt.close(),Ne(Xt)}});return Oe.then(function(Ne){Y.db=Ne;for(var nt=0;nt<J.length;nt++){var Ze=J[nt];Ze._dbInfo.db=Ne,Se(Ze._dbInfo)}}).catch(function(Ne){throw(Re(p,Ne)||_.resolve()).catch(function(){}),Ne})}}):I=M.then(function(G){Le(p);var z=P[p.name],Y=z.forages;G.close();for(var J=0;J<Y.length;J++){var te=Y[J];te._dbInfo.db=null}var ve=new _(function(Oe,Ne){var nt=f.deleteDatabase(p.name);nt.onerror=function(){var Ze=nt.result;Ze&&Ze.close(),Ne(nt.error)},nt.onblocked=function(){console.warn('dropInstance blocked for database "'+p.name+'" until all open connections are closed')},nt.onsuccess=function(){var Ze=nt.result;Ze&&Ze.close(),Oe(Ze)}});return ve.then(function(Oe){z.db=Oe;for(var Ne=0;Ne<Y.length;Ne++){var nt=Y[Ne];Se(nt._dbInfo)}}).catch(function(Oe){throw(Re(p,Oe)||_.resolve()).catch(function(){}),Oe})})}return y(I,w),I}var $t={_driver:"asyncStorage",_initStorage:et,_support:m(),iterate:vt,getItem:tt,setItem:Et,removeItem:st,clear:we,length:He,key:Ae,keys:$e,dropInstance:De};function h(){return typeof openDatabase=="function"}var c="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",u="~~local_forage_type~",v=/^~~local_forage_type~([^~]+)~/,x="__lfsc__:",O=x.length,W="arbf",ue="blob",_e="si08",ge="ui08",Me="uic8",ke="si16",rt="si32",pr="ur16",qr="ui32",_o="fl32",mr="fl64",dr=O+W.length,tm=Object.prototype.toString;function rm(p){var w=p.length*.75,g=p.length,T,I=0,S,M,G,z;p[p.length-1]==="="&&(w--,p[p.length-2]==="="&&w--);var Y=new ArrayBuffer(w),J=new Uint8Array(Y);for(T=0;T<g;T+=4)S=c.indexOf(p[T]),M=c.indexOf(p[T+1]),G=c.indexOf(p[T+2]),z=c.indexOf(p[T+3]),J[I++]=S<<2|M>>4,J[I++]=(M&15)<<4|G>>2,J[I++]=(G&3)<<6|z&63;return Y}function Ll(p){var w=new Uint8Array(p),g="",T;for(T=0;T<w.length;T+=3)g+=c[w[T]>>2],g+=c[(w[T]&3)<<4|w[T+1]>>4],g+=c[(w[T+1]&15)<<2|w[T+2]>>6],g+=c[w[T+2]&63];return w.length%3===2?g=g.substring(0,g.length-1)+"=":w.length%3===1&&(g=g.substring(0,g.length-2)+"=="),g}function Gv(p,w){var g="";if(p&&(g=tm.call(p)),p&&(g==="[object ArrayBuffer]"||p.buffer&&tm.call(p.buffer)==="[object ArrayBuffer]")){var T,I=x;p instanceof ArrayBuffer?(T=p,I+=W):(T=p.buffer,g==="[object Int8Array]"?I+=_e:g==="[object Uint8Array]"?I+=ge:g==="[object Uint8ClampedArray]"?I+=Me:g==="[object Int16Array]"?I+=ke:g==="[object Uint16Array]"?I+=pr:g==="[object Int32Array]"?I+=rt:g==="[object Uint32Array]"?I+=qr:g==="[object Float32Array]"?I+=_o:g==="[object Float64Array]"?I+=mr:w(new Error("Failed to get type for BinaryArray"))),w(I+Ll(T))}else if(g==="[object Blob]"){var S=new FileReader;S.onload=function(){var M=u+p.type+"~"+Ll(this.result);w(x+ue+M)},S.readAsArrayBuffer(p)}else try{w(JSON.stringify(p))}catch(M){console.error("Couldn't convert value into a JSON string: ",p),w(null,M)}}function qv(p){if(p.substring(0,O)!==x)return JSON.parse(p);var w=p.substring(dr),g=p.substring(O,dr),T;if(g===ue&&v.test(w)){var I=w.match(v);T=I[1],w=w.substring(I[0].length)}var S=rm(w);switch(g){case W:return S;case ue:return d([S],{type:T});case _e:return new Int8Array(S);case ge:return new Uint8Array(S);case Me:return new Uint8ClampedArray(S);case ke:return new Int16Array(S);case pr:return new Uint16Array(S);case rt:return new Int32Array(S);case qr:return new Uint32Array(S);case _o:return new Float32Array(S);case mr:return new Float64Array(S);default:throw new Error("Unkown type: "+g)}}var Ml={serialize:Gv,deserialize:qv,stringToBuffer:rm,bufferToString:Ll};function nm(p,w,g,T){p.executeSql("CREATE TABLE IF NOT EXISTS "+w.storeName+" (id INTEGER PRIMARY KEY, key unique, value)",[],g,T)}function zv(p){var w=this,g={db:null};if(p)for(var T in p)g[T]=typeof p[T]!="string"?p[T].toString():p[T];var I=new _(function(S,M){try{g.db=openDatabase(g.name,String(g.version),g.description,g.size)}catch(G){return M(G)}g.db.transaction(function(G){nm(G,g,function(){w._dbInfo=g,S()},function(z,Y){M(Y)})},M)});return g.serializer=Ml,I}function dn(p,w,g,T,I,S){p.executeSql(g,T,I,function(M,G){G.code===G.SYNTAX_ERR?M.executeSql("SELECT name FROM sqlite_master WHERE type='table' AND name = ?",[w.storeName],function(z,Y){Y.rows.length?S(z,G):nm(z,w,function(){z.executeSql(g,T,I,S)},S)},S):S(M,G)},S)}function Yv(p,w){var g=this;p=N(p);var T=new _(function(I,S){g.ready().then(function(){var M=g._dbInfo;M.db.transaction(function(G){dn(G,M,"SELECT * FROM "+M.storeName+" WHERE key = ? LIMIT 1",[p],function(z,Y){var J=Y.rows.length?Y.rows.item(0).value:null;J&&(J=M.serializer.deserialize(J)),I(J)},function(z,Y){S(Y)})})}).catch(S)});return y(T,w),T}function Kv(p,w){var g=this,T=new _(function(I,S){g.ready().then(function(){var M=g._dbInfo;M.db.transaction(function(G){dn(G,M,"SELECT * FROM "+M.storeName,[],function(z,Y){for(var J=Y.rows,te=J.length,ve=0;ve<te;ve++){var Oe=J.item(ve),Ne=Oe.value;if(Ne&&(Ne=M.serializer.deserialize(Ne)),Ne=p(Ne,Oe.key,ve+1),Ne!==void 0){I(Ne);return}}I()},function(z,Y){S(Y)})})}).catch(S)});return y(T,w),T}function om(p,w,g,T){var I=this;p=N(p);var S=new _(function(M,G){I.ready().then(function(){w===void 0&&(w=null);var z=w,Y=I._dbInfo;Y.serializer.serialize(w,function(J,te){te?G(te):Y.db.transaction(function(ve){dn(ve,Y,"INSERT OR REPLACE INTO "+Y.storeName+" (key, value) VALUES (?, ?)",[p,J],function(){M(z)},function(Oe,Ne){G(Ne)})},function(ve){if(ve.code===ve.QUOTA_ERR){if(T>0){M(om.apply(I,[p,z,g,T-1]));return}G(ve)}})})}).catch(G)});return y(S,g),S}function Xv(p,w,g){return om.apply(this,[p,w,g,1])}function Jv(p,w){var g=this;p=N(p);var T=new _(function(I,S){g.ready().then(function(){var M=g._dbInfo;M.db.transaction(function(G){dn(G,M,"DELETE FROM "+M.storeName+" WHERE key = ?",[p],function(){I()},function(z,Y){S(Y)})})}).catch(S)});return y(T,w),T}function Qv(p){var w=this,g=new _(function(T,I){w.ready().then(function(){var S=w._dbInfo;S.db.transaction(function(M){dn(M,S,"DELETE FROM "+S.storeName,[],function(){T()},function(G,z){I(z)})})}).catch(I)});return y(g,p),g}function Zv(p){var w=this,g=new _(function(T,I){w.ready().then(function(){var S=w._dbInfo;S.db.transaction(function(M){dn(M,S,"SELECT COUNT(key) as c FROM "+S.storeName,[],function(G,z){var Y=z.rows.item(0).c;T(Y)},function(G,z){I(z)})})}).catch(I)});return y(g,p),g}function eE(p,w){var g=this,T=new _(function(I,S){g.ready().then(function(){var M=g._dbInfo;M.db.transaction(function(G){dn(G,M,"SELECT key FROM "+M.storeName+" WHERE id = ? LIMIT 1",[p+1],function(z,Y){var J=Y.rows.length?Y.rows.item(0).key:null;I(J)},function(z,Y){S(Y)})})}).catch(S)});return y(T,w),T}function tE(p){var w=this,g=new _(function(T,I){w.ready().then(function(){var S=w._dbInfo;S.db.transaction(function(M){dn(M,S,"SELECT key FROM "+S.storeName,[],function(G,z){for(var Y=[],J=0;J<z.rows.length;J++)Y.push(z.rows.item(J).key);T(Y)},function(G,z){I(z)})})}).catch(I)});return y(g,p),g}function rE(p){return new _(function(w,g){p.transaction(function(T){T.executeSql("SELECT name FROM sqlite_master WHERE type='table' AND name <> '__WebKitDatabaseInfoTable__'",[],function(I,S){for(var M=[],G=0;G<S.rows.length;G++)M.push(S.rows.item(G).name);w({db:p,storeNames:M})},function(I,S){g(S)})},function(T){g(T)})})}function nE(p,w){w=A.apply(this,arguments);var g=this.config();p=typeof p!="function"&&p||{},p.name||(p.name=p.name||g.name,p.storeName=p.storeName||g.storeName);var T=this,I;return p.name?I=new _(function(S){var M;p.name===g.name?M=T._dbInfo.db:M=openDatabase(p.name,"","",0),p.storeName?S({db:M,storeNames:[p.storeName]}):S(rE(M))}).then(function(S){return new _(function(M,G){S.db.transaction(function(z){function Y(Oe){return new _(function(Ne,nt){z.executeSql("DROP TABLE IF EXISTS "+Oe,[],function(){Ne()},function(Ze,Xt){nt(Xt)})})}for(var J=[],te=0,ve=S.storeNames.length;te<ve;te++)J.push(Y(S.storeNames[te]));_.all(J).then(function(){M()}).catch(function(Oe){G(Oe)})},function(z){G(z)})})}):I=_.reject("Invalid arguments"),y(I,w),I}var oE={_driver:"webSQLStorage",_initStorage:zv,_support:h(),iterate:Kv,getItem:Yv,setItem:Xv,removeItem:Jv,clear:Qv,length:Zv,key:eE,keys:tE,dropInstance:nE};function iE(){try{return typeof localStorage<"u"&&"setItem"in localStorage&&!!localStorage.setItem}catch{return!1}}function im(p,w){var g=p.name+"/";return p.storeName!==w.storeName&&(g+=p.storeName+"/"),g}function sE(){var p="_localforage_support_test";try{return localStorage.setItem(p,!0),localStorage.removeItem(p),!1}catch{return!0}}function aE(){return!sE()||localStorage.length>0}function cE(p){var w=this,g={};if(p)for(var T in p)g[T]=p[T];return g.keyPrefix=im(p,w._defaultConfig),aE()?(w._dbInfo=g,g.serializer=Ml,_.resolve()):_.reject()}function lE(p){var w=this,g=w.ready().then(function(){for(var T=w._dbInfo.keyPrefix,I=localStorage.length-1;I>=0;I--){var S=localStorage.key(I);S.indexOf(T)===0&&localStorage.removeItem(S)}});return y(g,p),g}function uE(p,w){var g=this;p=N(p);var T=g.ready().then(function(){var I=g._dbInfo,S=localStorage.getItem(I.keyPrefix+p);return S&&(S=I.serializer.deserialize(S)),S});return y(T,w),T}function fE(p,w){var g=this,T=g.ready().then(function(){for(var I=g._dbInfo,S=I.keyPrefix,M=S.length,G=localStorage.length,z=1,Y=0;Y<G;Y++){var J=localStorage.key(Y);if(J.indexOf(S)===0){var te=localStorage.getItem(J);if(te&&(te=I.serializer.deserialize(te)),te=p(te,J.substring(M),z++),te!==void 0)return te}}});return y(T,w),T}function pE(p,w){var g=this,T=g.ready().then(function(){var I=g._dbInfo,S;try{S=localStorage.key(p)}catch{S=null}return S&&(S=S.substring(I.keyPrefix.length)),S});return y(T,w),T}function mE(p){var w=this,g=w.ready().then(function(){for(var T=w._dbInfo,I=localStorage.length,S=[],M=0;M<I;M++){var G=localStorage.key(M);G.indexOf(T.keyPrefix)===0&&S.push(G.substring(T.keyPrefix.length))}return S});return y(g,p),g}function dE(p){var w=this,g=w.keys().then(function(T){return T.length});return y(g,p),g}function hE(p,w){var g=this;p=N(p);var T=g.ready().then(function(){var I=g._dbInfo;localStorage.removeItem(I.keyPrefix+p)});return y(T,w),T}function gE(p,w,g){var T=this;p=N(p);var I=T.ready().then(function(){w===void 0&&(w=null);var S=w;return new _(function(M,G){var z=T._dbInfo;z.serializer.serialize(w,function(Y,J){if(J)G(J);else try{localStorage.setItem(z.keyPrefix+p,Y),M(S)}catch(te){(te.name==="QuotaExceededError"||te.name==="NS_ERROR_DOM_QUOTA_REACHED")&&G(te),G(te)}})})});return y(I,g),I}function yE(p,w){if(w=A.apply(this,arguments),p=typeof p!="function"&&p||{},!p.name){var g=this.config();p.name=p.name||g.name,p.storeName=p.storeName||g.storeName}var T=this,I;return p.name?I=new _(function(S){p.storeName?S(im(p,T._defaultConfig)):S(p.name+"/")}).then(function(S){for(var M=localStorage.length-1;M>=0;M--){var G=localStorage.key(M);G.indexOf(S)===0&&localStorage.removeItem(G)}}):I=_.reject("Invalid arguments"),y(I,w),I}var vE={_driver:"localStorageWrapper",_initStorage:cE,_support:iE(),iterate:fE,getItem:uE,setItem:gE,removeItem:hE,clear:lE,length:dE,key:pE,keys:mE,dropInstance:yE},EE=function(w,g){return w===g||typeof w=="number"&&typeof g=="number"&&isNaN(w)&&isNaN(g)},_E=function(w,g){for(var T=w.length,I=0;I<T;){if(EE(w[I],g))return!0;I++}return!1},sm=Array.isArray||function(p){return Object.prototype.toString.call(p)==="[object Array]"},Ii={},am={},bo={INDEXEDDB:$t,WEBSQL:oE,LOCALSTORAGE:vE},bE=[bo.INDEXEDDB._driver,bo.WEBSQL._driver,bo.LOCALSTORAGE._driver],Hs=["dropInstance"],Bl=["clear","getItem","iterate","key","keys","length","removeItem","setItem"].concat(Hs),wE={description:"",driver:bE.slice(),name:"localforage",size:4980736,storeName:"keyvaluepairs",version:1};function SE(p,w){p[w]=function(){var g=arguments;return p.ready().then(function(){return p[w].apply(p,g)})}}function Ul(){for(var p=1;p<arguments.length;p++){var w=arguments[p];if(w)for(var g in w)w.hasOwnProperty(g)&&(sm(w[g])?arguments[0][g]=w[g].slice():arguments[0][g]=w[g])}return arguments[0]}var TE=(function(){function p(w){a(this,p);for(var g in bo)if(bo.hasOwnProperty(g)){var T=bo[g],I=T._driver;this[g]=I,Ii[I]||this.defineDriver(T)}this._defaultConfig=Ul({},wE),this._config=Ul({},this._defaultConfig,w),this._driverSet=null,this._initDriver=null,this._ready=!1,this._dbInfo=null,this._wrapLibraryMethodsWithReady(),this.setDriver(this._config.driver).catch(function(){})}return p.prototype.config=function(g){if((typeof g>"u"?"undefined":s(g))==="object"){if(this._ready)return new Error("Can't call config() after localforage has been used.");for(var T in g){if(T==="storeName"&&(g[T]=g[T].replace(/\W/g,"_")),T==="version"&&typeof g[T]!="number")return new Error("Database version must be a number.");this._config[T]=g[T]}return"driver"in g&&g.driver?this.setDriver(this._config.driver):!0}else return typeof g=="string"?this._config[g]:this._config},p.prototype.defineDriver=function(g,T,I){var S=new _(function(M,G){try{var z=g._driver,Y=new Error("Custom driver not compliant; see https://mozilla.github.io/localForage/#definedriver");if(!g._driver){G(Y);return}for(var J=Bl.concat("_initStorage"),te=0,ve=J.length;te<ve;te++){var Oe=J[te],Ne=!_E(Hs,Oe);if((Ne||g[Oe])&&typeof g[Oe]!="function"){G(Y);return}}var nt=function(){for(var xi=function(CE){return function(){var RE=new Error("Method "+CE+" is not implemented by the current driver"),cm=_.reject(RE);return y(cm,arguments[arguments.length-1]),cm}},kl=0,xE=Hs.length;kl<xE;kl++){var Fl=Hs[kl];g[Fl]||(g[Fl]=xi(Fl))}};nt();var Ze=function(xi){Ii[z]&&console.info("Redefining LocalForage driver: "+z),Ii[z]=g,am[z]=xi,M()};"_support"in g?g._support&&typeof g._support=="function"?g._support().then(Ze,G):Ze(!!g._support):Ze(!0)}catch(Xt){G(Xt)}});return C(S,T,I),S},p.prototype.driver=function(){return this._driver||null},p.prototype.getDriver=function(g,T,I){var S=Ii[g]?_.resolve(Ii[g]):_.reject(new Error("Driver not found."));return C(S,T,I),S},p.prototype.getSerializer=function(g){var T=_.resolve(Ml);return C(T,g),T},p.prototype.ready=function(g){var T=this,I=T._driverSet.then(function(){return T._ready===null&&(T._ready=T._initDriver()),T._ready});return C(I,g,g),I},p.prototype.setDriver=function(g,T,I){var S=this;sm(g)||(g=[g]);var M=this._getSupportedDrivers(g);function G(){S._config.driver=S.driver()}function z(te){return S._extend(te),G(),S._ready=S._initStorage(S._config),S._ready}function Y(te){return function(){var ve=0;function Oe(){for(;ve<te.length;){var Ne=te[ve];return ve++,S._dbInfo=null,S._ready=null,S.getDriver(Ne).then(z).catch(Oe)}G();var nt=new Error("No available storage method found.");return S._driverSet=_.reject(nt),S._driverSet}return Oe()}}var J=this._driverSet!==null?this._driverSet.catch(function(){return _.resolve()}):_.resolve();return this._driverSet=J.then(function(){var te=M[0];return S._dbInfo=null,S._ready=null,S.getDriver(te).then(function(ve){S._driver=ve._driver,G(),S._wrapLibraryMethodsWithReady(),S._initDriver=Y(M)})}).catch(function(){G();var te=new Error("No available storage method found.");return S._driverSet=_.reject(te),S._driverSet}),C(this._driverSet,T,I),this._driverSet},p.prototype.supports=function(g){return!!am[g]},p.prototype._extend=function(g){Ul(this,g)},p.prototype._getSupportedDrivers=function(g){for(var T=[],I=0,S=g.length;I<S;I++){var M=g[I];this.supports(M)&&T.push(M)}return T},p.prototype._wrapLibraryMethodsWithReady=function(){for(var g=0,T=Bl.length;g<T;g++)SE(this,Bl[g])},p.prototype.createInstance=function(g){return new p(g)},p})(),IE=new TE;o.exports=IE},{3:3}]},{},[4])(4)})});var kf=Hl((ec,ng)=>{"use strict";(function(t,e){typeof ec=="object"&&typeof ng<"u"?e(ec):typeof define=="function"&&define.amd?define(["exports"],e):e((t=typeof globalThis<"u"?globalThis:t||self).Sqrl={})})(ec,function(t){"use strict";function e(D){var R,V,k=new Error(D);return R=k,V=e.prototype,Object.setPrototypeOf?Object.setPrototypeOf(R,V):R.__proto__=V,k}function r(D,R,V){var k=R.slice(0,V).split(/\n/),H=k.length,ne=k[H-1].length+1;throw e(D+=" at line "+H+" col "+ne+`:
1
+ import{a as E,b as Z,c as Ci,d as pm,e as Wl,f as zr,g as wo,h as js,i as Gs,j as mm,k as dm,l as hm,m as gm,n as ym,o as vm,p as Vt,q as qs,r as b,s as Em,t as _m,u as bm,v as wm,w as Tr,y as Ri}from"./chunk-LNL5UDTE.js";var jl=Wl(zs=>{"use strict";Object.defineProperty(zs,"__esModule",{value:!0});zs.URLBuilder=void 0;var UE=(function(){function t(e){try{this.base=new URL(e),this.params=new URLSearchParams(this.base.search.slice(1))}catch(r){console.error("Un-parsable URL",r)}}return t.prototype.appendQueryParam=function(e,r){this.params.append(e,r?r.toString():"")},t.prototype.clearQueryParams=function(){return this.params=new URLSearchParams,this},t.prototype.deleteQueryParam=function(e){this.params.delete(e)},t.prototype.getBase=function(){return this.base},t.prototype.getPath=function(){return this.base.pathname},t.prototype.getHostname=function(){return this.base.hostname},t.prototype.getParams=function(){return this.params},t.prototype.getQueryParam=function(e){if(!this.params)return"";var r=this.params.get(e);return!r||r==="undefined"||r==="null"?void 0:r},t.prototype.getQueryString=function(){return this.params.toString()},t.prototype.setPath=function(e){return this.base.pathname=e,this},t.prototype.setQueryParam=function(e,r){return this.params.set(e,r?r.toString():""),this},t.prototype.setQueryString=function(e){if(e)return e[0]==="?"&&(e=e.slice(1)),this.params=new URLSearchParams(e),this},t.prototype.toString=function(){var e=this.params.toString();return e===""?this.base.search="":this.base.search="?"+e,this.base.toString()},t})();zs.URLBuilder=UE});var Dm=Wl((Am,Ql)=>{"use strict";(function(t){if(typeof Am=="object"&&typeof Ql<"u")Ql.exports=t();else if(typeof define=="function"&&define.amd)define([],t);else{var e;typeof window<"u"?e=window:typeof global<"u"?e=global:typeof self<"u"?e=self:e=this,e.localforage=t()}})(function(){var t,e,r;return(function n(o,i,s){function a(m,d){if(!i[m]){if(!o[m]){var _=typeof Ci=="function"&&Ci;if(!d&&_)return _(m,!0);if(l)return l(m,!0);var y=new Error("Cannot find module '"+m+"'");throw y.code="MODULE_NOT_FOUND",y}var C=i[m]={exports:{}};o[m][0].call(C.exports,function(N){var A=o[m][1][N];return a(A||N)},C,C.exports,n,o,i,s)}return i[m].exports}for(var l=typeof Ci=="function"&&Ci,f=0;f<s.length;f++)a(s[f]);return a})({1:[function(n,o,i){(function(s){"use strict";var a=s.MutationObserver||s.WebKitMutationObserver,l;if(a){var f=0,m=new a(N),d=s.document.createTextNode("");m.observe(d,{characterData:!0}),l=function(){d.data=f=++f%2}}else if(!s.setImmediate&&typeof s.MessageChannel<"u"){var _=new s.MessageChannel;_.port1.onmessage=N,l=function(){_.port2.postMessage(0)}}else"document"in s&&"onreadystatechange"in s.document.createElement("script")?l=function(){var B=s.document.createElement("script");B.onreadystatechange=function(){N(),B.onreadystatechange=null,B.parentNode.removeChild(B),B=null},s.document.documentElement.appendChild(B)}:l=function(){setTimeout(N,0)};var y,C=[];function N(){y=!0;for(var B,q,P=C.length;P;){for(q=C,C=[],B=-1;++B<P;)q[B]();P=C.length}y=!1}o.exports=A;function A(B){C.push(B)===1&&!y&&l()}}).call(this,typeof global<"u"?global:typeof self<"u"?self:typeof window<"u"?window:{})},{}],2:[function(n,o,i){"use strict";var s=n(1);function a(){}var l={},f=["REJECTED"],m=["FULFILLED"],d=["PENDING"];o.exports=_;function _(X){if(typeof X!="function")throw new TypeError("resolver must be a function");this.state=d,this.queue=[],this.outcome=void 0,X!==a&&A(this,X)}_.prototype.catch=function(X){return this.then(null,X)},_.prototype.then=function(X,ce){if(typeof X!="function"&&this.state===m||typeof ce!="function"&&this.state===f)return this;var se=new this.constructor(a);if(this.state!==d){var de=this.state===m?X:ce;C(se,de,this.outcome)}else this.queue.push(new y(se,X,ce));return se};function y(X,ce,se){this.promise=X,typeof ce=="function"&&(this.onFulfilled=ce,this.callFulfilled=this.otherCallFulfilled),typeof se=="function"&&(this.onRejected=se,this.callRejected=this.otherCallRejected)}y.prototype.callFulfilled=function(X){l.resolve(this.promise,X)},y.prototype.otherCallFulfilled=function(X){C(this.promise,this.onFulfilled,X)},y.prototype.callRejected=function(X){l.reject(this.promise,X)},y.prototype.otherCallRejected=function(X){C(this.promise,this.onRejected,X)};function C(X,ce,se){s(function(){var de;try{de=ce(se)}catch(Le){return l.reject(X,Le)}de===X?l.reject(X,new TypeError("Cannot resolve promise with itself")):l.resolve(X,de)})}l.resolve=function(X,ce){var se=B(N,ce);if(se.status==="error")return l.reject(X,se.value);var de=se.value;if(de)A(X,de);else{X.state=m,X.outcome=ce;for(var Le=-1,Te=X.queue.length;++Le<Te;)X.queue[Le].callFulfilled(ce)}return X},l.reject=function(X,ce){X.state=f,X.outcome=ce;for(var se=-1,de=X.queue.length;++se<de;)X.queue[se].callRejected(ce);return X};function N(X){var ce=X&&X.then;if(X&&(typeof X=="object"||typeof X=="function")&&typeof ce=="function")return function(){ce.apply(X,arguments)}}function A(X,ce){var se=!1;function de(qe){se||(se=!0,l.reject(X,qe))}function Le(qe){se||(se=!0,l.resolve(X,qe))}function Te(){ce(Le,de)}var Re=B(Te);Re.status==="error"&&de(Re.value)}function B(X,ce){var se={};try{se.value=X(ce),se.status="success"}catch(de){se.status="error",se.value=de}return se}_.resolve=q;function q(X){return X instanceof this?X:l.resolve(new this(a),X)}_.reject=P;function P(X){var ce=new this(a);return l.reject(ce,X)}_.all=Q;function Q(X){var ce=this;if(Object.prototype.toString.call(X)!=="[object Array]")return this.reject(new TypeError("must be an array"));var se=X.length,de=!1;if(!se)return this.resolve([]);for(var Le=new Array(se),Te=0,Re=-1,qe=new this(a);++Re<se;)Qe(X[Re],Re);return qe;function Qe(Bt,D){ce.resolve(Bt).then(R,function(V){de||(de=!0,l.reject(qe,V))});function R(V){Le[D]=V,++Te===se&&!de&&(de=!0,l.resolve(qe,Le))}}}_.race=_e;function _e(X){var ce=this;if(Object.prototype.toString.call(X)!=="[object Array]")return this.reject(new TypeError("must be an array"));var se=X.length,de=!1;if(!se)return this.resolve([]);for(var Le=-1,Te=new this(a);++Le<se;)Re(X[Le]);return Te;function Re(qe){ce.resolve(qe).then(function(Qe){de||(de=!0,l.resolve(Te,Qe))},function(Qe){de||(de=!0,l.reject(Te,Qe))})}}},{1:1}],3:[function(n,o,i){(function(s){"use strict";typeof s.Promise!="function"&&(s.Promise=n(2))}).call(this,typeof global<"u"?global:typeof self<"u"?self:typeof window<"u"?window:{})},{2:2}],4:[function(n,o,i){"use strict";var s=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(p){return typeof p}:function(p){return p&&typeof Symbol=="function"&&p.constructor===Symbol&&p!==Symbol.prototype?"symbol":typeof p};function a(p,w){if(!(p instanceof w))throw new TypeError("Cannot call a class as a function")}function l(){try{if(typeof indexedDB<"u")return indexedDB;if(typeof webkitIndexedDB<"u")return webkitIndexedDB;if(typeof mozIndexedDB<"u")return mozIndexedDB;if(typeof OIndexedDB<"u")return OIndexedDB;if(typeof msIndexedDB<"u")return msIndexedDB}catch{return}}var f=l();function m(){try{if(!f||!f.open)return!1;var p=typeof openDatabase<"u"&&/(Safari|iPhone|iPad|iPod)/.test(navigator.userAgent)&&!/Chrome/.test(navigator.userAgent)&&!/BlackBerry/.test(navigator.platform),w=typeof fetch=="function"&&fetch.toString().indexOf("[native code")!==-1;return(!p||w)&&typeof indexedDB<"u"&&typeof IDBKeyRange<"u"}catch{return!1}}function d(p,w){p=p||[],w=w||{};try{return new Blob(p,w)}catch(S){if(S.name!=="TypeError")throw S;for(var g=typeof BlobBuilder<"u"?BlobBuilder:typeof MSBlobBuilder<"u"?MSBlobBuilder:typeof MozBlobBuilder<"u"?MozBlobBuilder:WebKitBlobBuilder,T=new g,I=0;I<p.length;I+=1)T.append(p[I]);return T.getBlob(w.type)}}typeof Promise>"u"&&n(3);var _=Promise;function y(p,w){w&&p.then(function(g){w(null,g)},function(g){w(g)})}function C(p,w,g){typeof w=="function"&&p.then(w),typeof g=="function"&&p.catch(g)}function N(p){return typeof p!="string"&&(console.warn(p+" used as a key, but it is not a string."),p=String(p)),p}function A(){if(arguments.length&&typeof arguments[arguments.length-1]=="function")return arguments[arguments.length-1]}var B="local-forage-detect-blob-support",q=void 0,P={},Q=Object.prototype.toString,_e="readonly",X="readwrite";function ce(p){for(var w=p.length,g=new ArrayBuffer(w),T=new Uint8Array(g),I=0;I<w;I++)T[I]=p.charCodeAt(I);return g}function se(p){return new _(function(w){var g=p.transaction(B,X),T=d([""]);g.objectStore(B).put(T,"key"),g.onabort=function(I){I.preventDefault(),I.stopPropagation(),w(!1)},g.oncomplete=function(){var I=navigator.userAgent.match(/Chrome\/(\d+)/),S=navigator.userAgent.match(/Edge\//);w(S||!I||parseInt(I[1],10)>=43)}}).catch(function(){return!1})}function de(p){return typeof q=="boolean"?_.resolve(q):se(p).then(function(w){return q=w,q})}function Le(p){var w=P[p.name],g={};g.promise=new _(function(T,I){g.resolve=T,g.reject=I}),w.deferredOperations.push(g),w.dbReady?w.dbReady=w.dbReady.then(function(){return g.promise}):w.dbReady=g.promise}function Te(p){var w=P[p.name],g=w.deferredOperations.pop();if(g)return g.resolve(),g.promise}function Re(p,w){var g=P[p.name],T=g.deferredOperations.pop();if(T)return T.reject(w),T.promise}function qe(p,w){return new _(function(g,T){if(P[p.name]=P[p.name]||ze(),p.db)if(w)Le(p),p.db.close();else return g(p.db);var I=[p.name];w&&I.push(p.version);var S=f.open.apply(f,I);w&&(S.onupgradeneeded=function(M){var G=S.result;try{G.createObjectStore(p.storeName),M.oldVersion<=1&&G.createObjectStore(B)}catch(z){if(z.name==="ConstraintError")console.warn('The database "'+p.name+'" has been upgraded from version '+M.oldVersion+" to version "+M.newVersion+', but the storage "'+p.storeName+'" already exists.');else throw z}}),S.onerror=function(M){M.preventDefault(),T(S.error)},S.onsuccess=function(){var M=S.result;M.onversionchange=function(G){G.target.close()},g(M),Te(p)}})}function Qe(p){return qe(p,!1)}function Bt(p){return qe(p,!0)}function D(p,w){if(!p.db)return!0;var g=!p.db.objectStoreNames.contains(p.storeName),T=p.version<p.db.version,I=p.version>p.db.version;if(T&&(p.version!==w&&console.warn('The database "'+p.name+`" can't be downgraded from version `+p.db.version+" to version "+p.version+"."),p.version=p.db.version),I||g){if(g){var S=p.db.version+1;S>p.version&&(p.version=S)}return!0}return!1}function R(p){return new _(function(w,g){var T=new FileReader;T.onerror=g,T.onloadend=function(I){var S=btoa(I.target.result||"");w({__local_forage_encoded_blob:!0,data:S,type:p.type})},T.readAsBinaryString(p)})}function V(p){var w=ce(atob(p.data));return d([w],{type:p.type})}function k(p){return p&&p.__local_forage_encoded_blob}function H(p){var w=this,g=w._initReady().then(function(){var T=P[w._dbInfo.name];if(T&&T.dbReady)return T.dbReady});return C(g,p,p),g}function ne(p){Le(p);for(var w=P[p.name],g=w.forages,T=0;T<g.length;T++){var I=g[T];I._dbInfo.db&&(I._dbInfo.db.close(),I._dbInfo.db=null)}return p.db=null,Qe(p).then(function(S){return p.db=S,D(p)?Bt(p):S}).then(function(S){p.db=w.db=S;for(var M=0;M<g.length;M++)g[M]._dbInfo.db=S}).catch(function(S){throw Re(p,S),S})}function he(p,w,g,T){T===void 0&&(T=1);try{var I=p.db.transaction(p.storeName,w);g(null,I)}catch(S){if(T>0&&(!p.db||S.name==="InvalidStateError"||S.name==="NotFoundError"))return _.resolve().then(function(){if(!p.db||S.name==="NotFoundError"&&!p.db.objectStoreNames.contains(p.storeName)&&p.version<=p.db.version)return p.db&&(p.version=p.db.version+1),Bt(p)}).then(function(){return ne(p).then(function(){he(p,w,g,T-1)})}).catch(g);g(S)}}function ze(){return{forages:[],db:null,dbReady:null,deferredOperations:[]}}function et(p){var w=this,g={db:null};if(p)for(var T in p)g[T]=p[T];var I=P[g.name];I||(I=ze(),P[g.name]=I),I.forages.push(w),w._initReady||(w._initReady=w.ready,w.ready=H);var S=[];function M(){return _.resolve()}for(var G=0;G<I.forages.length;G++){var z=I.forages[G];z!==w&&S.push(z._initReady().catch(M))}var Y=I.forages.slice(0);return _.all(S).then(function(){return g.db=I.db,Qe(g)}).then(function(J){return g.db=J,D(g,w._defaultConfig.version)?Bt(g):J}).then(function(J){g.db=I.db=J,w._dbInfo=g;for(var te=0;te<Y.length;te++){var ve=Y[te];ve!==w&&(ve._dbInfo.db=g.db,ve._dbInfo.version=g.version)}})}function tt(p,w){var g=this;p=N(p);var T=new _(function(I,S){g.ready().then(function(){he(g._dbInfo,_e,function(M,G){if(M)return S(M);try{var z=G.objectStore(g._dbInfo.storeName),Y=z.get(p);Y.onsuccess=function(){var J=Y.result;J===void 0&&(J=null),k(J)&&(J=V(J)),I(J)},Y.onerror=function(){S(Y.error)}}catch(J){S(J)}})}).catch(S)});return y(T,w),T}function Et(p,w){var g=this,T=new _(function(I,S){g.ready().then(function(){he(g._dbInfo,_e,function(M,G){if(M)return S(M);try{var z=G.objectStore(g._dbInfo.storeName),Y=z.openCursor(),J=1;Y.onsuccess=function(){var te=Y.result;if(te){var ve=te.value;k(ve)&&(ve=V(ve));var Oe=p(ve,te.key,J++);Oe!==void 0?I(Oe):te.continue()}else I()},Y.onerror=function(){S(Y.error)}}catch(te){S(te)}})}).catch(S)});return y(T,w),T}function _t(p,w,g){var T=this;p=N(p);var I=new _(function(S,M){var G;T.ready().then(function(){return G=T._dbInfo,Q.call(w)==="[object Blob]"?de(G.db).then(function(z){return z?w:R(w)}):w}).then(function(z){he(T._dbInfo,X,function(Y,J){if(Y)return M(Y);try{var te=J.objectStore(T._dbInfo.storeName);z===null&&(z=void 0);var ve=te.put(z,p);J.oncomplete=function(){z===void 0&&(z=null),S(z)},J.onabort=J.onerror=function(){var Oe=ve.error?ve.error:ve.transaction.error;M(Oe)}}catch(Oe){M(Oe)}})}).catch(M)});return y(I,g),I}function st(p,w){var g=this;p=N(p);var T=new _(function(I,S){g.ready().then(function(){he(g._dbInfo,X,function(M,G){if(M)return S(M);try{var z=G.objectStore(g._dbInfo.storeName),Y=z.delete(p);G.oncomplete=function(){I()},G.onerror=function(){S(Y.error)},G.onabort=function(){var J=Y.error?Y.error:Y.transaction.error;S(J)}}catch(J){S(J)}})}).catch(S)});return y(T,w),T}function we(p){var w=this,g=new _(function(T,I){w.ready().then(function(){he(w._dbInfo,X,function(S,M){if(S)return I(S);try{var G=M.objectStore(w._dbInfo.storeName),z=G.clear();M.oncomplete=function(){T()},M.onabort=M.onerror=function(){var Y=z.error?z.error:z.transaction.error;I(Y)}}catch(Y){I(Y)}})}).catch(I)});return y(g,p),g}function He(p){var w=this,g=new _(function(T,I){w.ready().then(function(){he(w._dbInfo,_e,function(S,M){if(S)return I(S);try{var G=M.objectStore(w._dbInfo.storeName),z=G.count();z.onsuccess=function(){T(z.result)},z.onerror=function(){I(z.error)}}catch(Y){I(Y)}})}).catch(I)});return y(g,p),g}function Ae(p,w){var g=this,T=new _(function(I,S){if(p<0){I(null);return}g.ready().then(function(){he(g._dbInfo,_e,function(M,G){if(M)return S(M);try{var z=G.objectStore(g._dbInfo.storeName),Y=!1,J=z.openKeyCursor();J.onsuccess=function(){var te=J.result;if(!te){I(null);return}p===0||Y?I(te.key):(Y=!0,te.advance(p))},J.onerror=function(){S(J.error)}}catch(te){S(te)}})}).catch(S)});return y(T,w),T}function $e(p){var w=this,g=new _(function(T,I){w.ready().then(function(){he(w._dbInfo,_e,function(S,M){if(S)return I(S);try{var G=M.objectStore(w._dbInfo.storeName),z=G.openKeyCursor(),Y=[];z.onsuccess=function(){var J=z.result;if(!J){T(Y);return}Y.push(J.key),J.continue()},z.onerror=function(){I(z.error)}}catch(J){I(J)}})}).catch(I)});return y(g,p),g}function De(p,w){w=A.apply(this,arguments);var g=this.config();p=typeof p!="function"&&p||{},p.name||(p.name=p.name||g.name,p.storeName=p.storeName||g.storeName);var T=this,I;if(!p.name)I=_.reject("Invalid arguments");else{var S=p.name===g.name&&T._dbInfo.db,M=S?_.resolve(T._dbInfo.db):Qe(p).then(function(G){var z=P[p.name],Y=z.forages;z.db=G;for(var J=0;J<Y.length;J++)Y[J]._dbInfo.db=G;return G});p.storeName?I=M.then(function(G){if(G.objectStoreNames.contains(p.storeName)){var z=G.version+1;Le(p);var Y=P[p.name],J=Y.forages;G.close();for(var te=0;te<J.length;te++){var ve=J[te];ve._dbInfo.db=null,ve._dbInfo.version=z}var Oe=new _(function(Ne,nt){var Ze=f.open(p.name,z);Ze.onerror=function(Jt){var xi=Ze.result;xi.close(),nt(Jt)},Ze.onupgradeneeded=function(){var Jt=Ze.result;Jt.deleteObjectStore(p.storeName)},Ze.onsuccess=function(){var Jt=Ze.result;Jt.close(),Ne(Jt)}});return Oe.then(function(Ne){Y.db=Ne;for(var nt=0;nt<J.length;nt++){var Ze=J[nt];Ze._dbInfo.db=Ne,Te(Ze._dbInfo)}}).catch(function(Ne){throw(Re(p,Ne)||_.resolve()).catch(function(){}),Ne})}}):I=M.then(function(G){Le(p);var z=P[p.name],Y=z.forages;G.close();for(var J=0;J<Y.length;J++){var te=Y[J];te._dbInfo.db=null}var ve=new _(function(Oe,Ne){var nt=f.deleteDatabase(p.name);nt.onerror=function(){var Ze=nt.result;Ze&&Ze.close(),Ne(nt.error)},nt.onblocked=function(){console.warn('dropInstance blocked for database "'+p.name+'" until all open connections are closed')},nt.onsuccess=function(){var Ze=nt.result;Ze&&Ze.close(),Oe(Ze)}});return ve.then(function(Oe){z.db=Oe;for(var Ne=0;Ne<Y.length;Ne++){var nt=Y[Ne];Te(nt._dbInfo)}}).catch(function(Oe){throw(Re(p,Oe)||_.resolve()).catch(function(){}),Oe})})}return y(I,w),I}var $t={_driver:"asyncStorage",_initStorage:et,_support:m(),iterate:Et,getItem:tt,setItem:_t,removeItem:st,clear:we,length:He,key:Ae,keys:$e,dropInstance:De};function h(){return typeof openDatabase=="function"}var c="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",u="~~local_forage_type~",v=/^~~local_forage_type~([^~]+)~/,x="__lfsc__:",O=x.length,W="arbf",ue="blob",be="si08",ge="ui08",Me="uic8",ke="si16",rt="si32",mr="ur16",qr="ui32",_o="fl32",dr="fl64",hr=O+W.length,om=Object.prototype.toString;function im(p){var w=p.length*.75,g=p.length,T,I=0,S,M,G,z;p[p.length-1]==="="&&(w--,p[p.length-2]==="="&&w--);var Y=new ArrayBuffer(w),J=new Uint8Array(Y);for(T=0;T<g;T+=4)S=c.indexOf(p[T]),M=c.indexOf(p[T+1]),G=c.indexOf(p[T+2]),z=c.indexOf(p[T+3]),J[I++]=S<<2|M>>4,J[I++]=(M&15)<<4|G>>2,J[I++]=(G&3)<<6|z&63;return Y}function Ul(p){var w=new Uint8Array(p),g="",T;for(T=0;T<w.length;T+=3)g+=c[w[T]>>2],g+=c[(w[T]&3)<<4|w[T+1]>>4],g+=c[(w[T+1]&15)<<2|w[T+2]>>6],g+=c[w[T+2]&63];return w.length%3===2?g=g.substring(0,g.length-1)+"=":w.length%3===1&&(g=g.substring(0,g.length-2)+"=="),g}function Zv(p,w){var g="";if(p&&(g=om.call(p)),p&&(g==="[object ArrayBuffer]"||p.buffer&&om.call(p.buffer)==="[object ArrayBuffer]")){var T,I=x;p instanceof ArrayBuffer?(T=p,I+=W):(T=p.buffer,g==="[object Int8Array]"?I+=be:g==="[object Uint8Array]"?I+=ge:g==="[object Uint8ClampedArray]"?I+=Me:g==="[object Int16Array]"?I+=ke:g==="[object Uint16Array]"?I+=mr:g==="[object Int32Array]"?I+=rt:g==="[object Uint32Array]"?I+=qr:g==="[object Float32Array]"?I+=_o:g==="[object Float64Array]"?I+=dr:w(new Error("Failed to get type for BinaryArray"))),w(I+Ul(T))}else if(g==="[object Blob]"){var S=new FileReader;S.onload=function(){var M=u+p.type+"~"+Ul(this.result);w(x+ue+M)},S.readAsArrayBuffer(p)}else try{w(JSON.stringify(p))}catch(M){console.error("Couldn't convert value into a JSON string: ",p),w(null,M)}}function eE(p){if(p.substring(0,O)!==x)return JSON.parse(p);var w=p.substring(hr),g=p.substring(O,hr),T;if(g===ue&&v.test(w)){var I=w.match(v);T=I[1],w=w.substring(I[0].length)}var S=im(w);switch(g){case W:return S;case ue:return d([S],{type:T});case be:return new Int8Array(S);case ge:return new Uint8Array(S);case Me:return new Uint8ClampedArray(S);case ke:return new Int16Array(S);case mr:return new Uint16Array(S);case rt:return new Int32Array(S);case qr:return new Uint32Array(S);case _o:return new Float32Array(S);case dr:return new Float64Array(S);default:throw new Error("Unkown type: "+g)}}var kl={serialize:Zv,deserialize:eE,stringToBuffer:im,bufferToString:Ul};function sm(p,w,g,T){p.executeSql("CREATE TABLE IF NOT EXISTS "+w.storeName+" (id INTEGER PRIMARY KEY, key unique, value)",[],g,T)}function tE(p){var w=this,g={db:null};if(p)for(var T in p)g[T]=typeof p[T]!="string"?p[T].toString():p[T];var I=new _(function(S,M){try{g.db=openDatabase(g.name,String(g.version),g.description,g.size)}catch(G){return M(G)}g.db.transaction(function(G){sm(G,g,function(){w._dbInfo=g,S()},function(z,Y){M(Y)})},M)});return g.serializer=kl,I}function dn(p,w,g,T,I,S){p.executeSql(g,T,I,function(M,G){G.code===G.SYNTAX_ERR?M.executeSql("SELECT name FROM sqlite_master WHERE type='table' AND name = ?",[w.storeName],function(z,Y){Y.rows.length?S(z,G):sm(z,w,function(){z.executeSql(g,T,I,S)},S)},S):S(M,G)},S)}function rE(p,w){var g=this;p=N(p);var T=new _(function(I,S){g.ready().then(function(){var M=g._dbInfo;M.db.transaction(function(G){dn(G,M,"SELECT * FROM "+M.storeName+" WHERE key = ? LIMIT 1",[p],function(z,Y){var J=Y.rows.length?Y.rows.item(0).value:null;J&&(J=M.serializer.deserialize(J)),I(J)},function(z,Y){S(Y)})})}).catch(S)});return y(T,w),T}function nE(p,w){var g=this,T=new _(function(I,S){g.ready().then(function(){var M=g._dbInfo;M.db.transaction(function(G){dn(G,M,"SELECT * FROM "+M.storeName,[],function(z,Y){for(var J=Y.rows,te=J.length,ve=0;ve<te;ve++){var Oe=J.item(ve),Ne=Oe.value;if(Ne&&(Ne=M.serializer.deserialize(Ne)),Ne=p(Ne,Oe.key,ve+1),Ne!==void 0){I(Ne);return}}I()},function(z,Y){S(Y)})})}).catch(S)});return y(T,w),T}function am(p,w,g,T){var I=this;p=N(p);var S=new _(function(M,G){I.ready().then(function(){w===void 0&&(w=null);var z=w,Y=I._dbInfo;Y.serializer.serialize(w,function(J,te){te?G(te):Y.db.transaction(function(ve){dn(ve,Y,"INSERT OR REPLACE INTO "+Y.storeName+" (key, value) VALUES (?, ?)",[p,J],function(){M(z)},function(Oe,Ne){G(Ne)})},function(ve){if(ve.code===ve.QUOTA_ERR){if(T>0){M(am.apply(I,[p,z,g,T-1]));return}G(ve)}})})}).catch(G)});return y(S,g),S}function oE(p,w,g){return am.apply(this,[p,w,g,1])}function iE(p,w){var g=this;p=N(p);var T=new _(function(I,S){g.ready().then(function(){var M=g._dbInfo;M.db.transaction(function(G){dn(G,M,"DELETE FROM "+M.storeName+" WHERE key = ?",[p],function(){I()},function(z,Y){S(Y)})})}).catch(S)});return y(T,w),T}function sE(p){var w=this,g=new _(function(T,I){w.ready().then(function(){var S=w._dbInfo;S.db.transaction(function(M){dn(M,S,"DELETE FROM "+S.storeName,[],function(){T()},function(G,z){I(z)})})}).catch(I)});return y(g,p),g}function aE(p){var w=this,g=new _(function(T,I){w.ready().then(function(){var S=w._dbInfo;S.db.transaction(function(M){dn(M,S,"SELECT COUNT(key) as c FROM "+S.storeName,[],function(G,z){var Y=z.rows.item(0).c;T(Y)},function(G,z){I(z)})})}).catch(I)});return y(g,p),g}function cE(p,w){var g=this,T=new _(function(I,S){g.ready().then(function(){var M=g._dbInfo;M.db.transaction(function(G){dn(G,M,"SELECT key FROM "+M.storeName+" WHERE id = ? LIMIT 1",[p+1],function(z,Y){var J=Y.rows.length?Y.rows.item(0).key:null;I(J)},function(z,Y){S(Y)})})}).catch(S)});return y(T,w),T}function lE(p){var w=this,g=new _(function(T,I){w.ready().then(function(){var S=w._dbInfo;S.db.transaction(function(M){dn(M,S,"SELECT key FROM "+S.storeName,[],function(G,z){for(var Y=[],J=0;J<z.rows.length;J++)Y.push(z.rows.item(J).key);T(Y)},function(G,z){I(z)})})}).catch(I)});return y(g,p),g}function uE(p){return new _(function(w,g){p.transaction(function(T){T.executeSql("SELECT name FROM sqlite_master WHERE type='table' AND name <> '__WebKitDatabaseInfoTable__'",[],function(I,S){for(var M=[],G=0;G<S.rows.length;G++)M.push(S.rows.item(G).name);w({db:p,storeNames:M})},function(I,S){g(S)})},function(T){g(T)})})}function fE(p,w){w=A.apply(this,arguments);var g=this.config();p=typeof p!="function"&&p||{},p.name||(p.name=p.name||g.name,p.storeName=p.storeName||g.storeName);var T=this,I;return p.name?I=new _(function(S){var M;p.name===g.name?M=T._dbInfo.db:M=openDatabase(p.name,"","",0),p.storeName?S({db:M,storeNames:[p.storeName]}):S(uE(M))}).then(function(S){return new _(function(M,G){S.db.transaction(function(z){function Y(Oe){return new _(function(Ne,nt){z.executeSql("DROP TABLE IF EXISTS "+Oe,[],function(){Ne()},function(Ze,Jt){nt(Jt)})})}for(var J=[],te=0,ve=S.storeNames.length;te<ve;te++)J.push(Y(S.storeNames[te]));_.all(J).then(function(){M()}).catch(function(Oe){G(Oe)})},function(z){G(z)})})}):I=_.reject("Invalid arguments"),y(I,w),I}var pE={_driver:"webSQLStorage",_initStorage:tE,_support:h(),iterate:nE,getItem:rE,setItem:oE,removeItem:iE,clear:sE,length:aE,key:cE,keys:lE,dropInstance:fE};function mE(){try{return typeof localStorage<"u"&&"setItem"in localStorage&&!!localStorage.setItem}catch{return!1}}function cm(p,w){var g=p.name+"/";return p.storeName!==w.storeName&&(g+=p.storeName+"/"),g}function dE(){var p="_localforage_support_test";try{return localStorage.setItem(p,!0),localStorage.removeItem(p),!1}catch{return!0}}function hE(){return!dE()||localStorage.length>0}function gE(p){var w=this,g={};if(p)for(var T in p)g[T]=p[T];return g.keyPrefix=cm(p,w._defaultConfig),hE()?(w._dbInfo=g,g.serializer=kl,_.resolve()):_.reject()}function yE(p){var w=this,g=w.ready().then(function(){for(var T=w._dbInfo.keyPrefix,I=localStorage.length-1;I>=0;I--){var S=localStorage.key(I);S.indexOf(T)===0&&localStorage.removeItem(S)}});return y(g,p),g}function vE(p,w){var g=this;p=N(p);var T=g.ready().then(function(){var I=g._dbInfo,S=localStorage.getItem(I.keyPrefix+p);return S&&(S=I.serializer.deserialize(S)),S});return y(T,w),T}function EE(p,w){var g=this,T=g.ready().then(function(){for(var I=g._dbInfo,S=I.keyPrefix,M=S.length,G=localStorage.length,z=1,Y=0;Y<G;Y++){var J=localStorage.key(Y);if(J.indexOf(S)===0){var te=localStorage.getItem(J);if(te&&(te=I.serializer.deserialize(te)),te=p(te,J.substring(M),z++),te!==void 0)return te}}});return y(T,w),T}function _E(p,w){var g=this,T=g.ready().then(function(){var I=g._dbInfo,S;try{S=localStorage.key(p)}catch{S=null}return S&&(S=S.substring(I.keyPrefix.length)),S});return y(T,w),T}function bE(p){var w=this,g=w.ready().then(function(){for(var T=w._dbInfo,I=localStorage.length,S=[],M=0;M<I;M++){var G=localStorage.key(M);G.indexOf(T.keyPrefix)===0&&S.push(G.substring(T.keyPrefix.length))}return S});return y(g,p),g}function wE(p){var w=this,g=w.keys().then(function(T){return T.length});return y(g,p),g}function SE(p,w){var g=this;p=N(p);var T=g.ready().then(function(){var I=g._dbInfo;localStorage.removeItem(I.keyPrefix+p)});return y(T,w),T}function TE(p,w,g){var T=this;p=N(p);var I=T.ready().then(function(){w===void 0&&(w=null);var S=w;return new _(function(M,G){var z=T._dbInfo;z.serializer.serialize(w,function(Y,J){if(J)G(J);else try{localStorage.setItem(z.keyPrefix+p,Y),M(S)}catch(te){(te.name==="QuotaExceededError"||te.name==="NS_ERROR_DOM_QUOTA_REACHED")&&G(te),G(te)}})})});return y(I,g),I}function IE(p,w){if(w=A.apply(this,arguments),p=typeof p!="function"&&p||{},!p.name){var g=this.config();p.name=p.name||g.name,p.storeName=p.storeName||g.storeName}var T=this,I;return p.name?I=new _(function(S){p.storeName?S(cm(p,T._defaultConfig)):S(p.name+"/")}).then(function(S){for(var M=localStorage.length-1;M>=0;M--){var G=localStorage.key(M);G.indexOf(S)===0&&localStorage.removeItem(G)}}):I=_.reject("Invalid arguments"),y(I,w),I}var xE={_driver:"localStorageWrapper",_initStorage:gE,_support:mE(),iterate:EE,getItem:vE,setItem:TE,removeItem:SE,clear:yE,length:wE,key:_E,keys:bE,dropInstance:IE},CE=function(w,g){return w===g||typeof w=="number"&&typeof g=="number"&&isNaN(w)&&isNaN(g)},RE=function(w,g){for(var T=w.length,I=0;I<T;){if(CE(w[I],g))return!0;I++}return!1},lm=Array.isArray||function(p){return Object.prototype.toString.call(p)==="[object Array]"},Ii={},um={},bo={INDEXEDDB:$t,WEBSQL:pE,LOCALSTORAGE:xE},AE=[bo.INDEXEDDB._driver,bo.WEBSQL._driver,bo.LOCALSTORAGE._driver],Ws=["dropInstance"],Fl=["clear","getItem","iterate","key","keys","length","removeItem","setItem"].concat(Ws),DE={description:"",driver:AE.slice(),name:"localforage",size:4980736,storeName:"keyvaluepairs",version:1};function OE(p,w){p[w]=function(){var g=arguments;return p.ready().then(function(){return p[w].apply(p,g)})}}function Hl(){for(var p=1;p<arguments.length;p++){var w=arguments[p];if(w)for(var g in w)w.hasOwnProperty(g)&&(lm(w[g])?arguments[0][g]=w[g].slice():arguments[0][g]=w[g])}return arguments[0]}var NE=(function(){function p(w){a(this,p);for(var g in bo)if(bo.hasOwnProperty(g)){var T=bo[g],I=T._driver;this[g]=I,Ii[I]||this.defineDriver(T)}this._defaultConfig=Hl({},DE),this._config=Hl({},this._defaultConfig,w),this._driverSet=null,this._initDriver=null,this._ready=!1,this._dbInfo=null,this._wrapLibraryMethodsWithReady(),this.setDriver(this._config.driver).catch(function(){})}return p.prototype.config=function(g){if((typeof g>"u"?"undefined":s(g))==="object"){if(this._ready)return new Error("Can't call config() after localforage has been used.");for(var T in g){if(T==="storeName"&&(g[T]=g[T].replace(/\W/g,"_")),T==="version"&&typeof g[T]!="number")return new Error("Database version must be a number.");this._config[T]=g[T]}return"driver"in g&&g.driver?this.setDriver(this._config.driver):!0}else return typeof g=="string"?this._config[g]:this._config},p.prototype.defineDriver=function(g,T,I){var S=new _(function(M,G){try{var z=g._driver,Y=new Error("Custom driver not compliant; see https://mozilla.github.io/localForage/#definedriver");if(!g._driver){G(Y);return}for(var J=Fl.concat("_initStorage"),te=0,ve=J.length;te<ve;te++){var Oe=J[te],Ne=!RE(Ws,Oe);if((Ne||g[Oe])&&typeof g[Oe]!="function"){G(Y);return}}var nt=function(){for(var xi=function(ME){return function(){var BE=new Error("Method "+ME+" is not implemented by the current driver"),fm=_.reject(BE);return y(fm,arguments[arguments.length-1]),fm}},$l=0,LE=Ws.length;$l<LE;$l++){var Vl=Ws[$l];g[Vl]||(g[Vl]=xi(Vl))}};nt();var Ze=function(xi){Ii[z]&&console.info("Redefining LocalForage driver: "+z),Ii[z]=g,um[z]=xi,M()};"_support"in g?g._support&&typeof g._support=="function"?g._support().then(Ze,G):Ze(!!g._support):Ze(!0)}catch(Jt){G(Jt)}});return C(S,T,I),S},p.prototype.driver=function(){return this._driver||null},p.prototype.getDriver=function(g,T,I){var S=Ii[g]?_.resolve(Ii[g]):_.reject(new Error("Driver not found."));return C(S,T,I),S},p.prototype.getSerializer=function(g){var T=_.resolve(kl);return C(T,g),T},p.prototype.ready=function(g){var T=this,I=T._driverSet.then(function(){return T._ready===null&&(T._ready=T._initDriver()),T._ready});return C(I,g,g),I},p.prototype.setDriver=function(g,T,I){var S=this;lm(g)||(g=[g]);var M=this._getSupportedDrivers(g);function G(){S._config.driver=S.driver()}function z(te){return S._extend(te),G(),S._ready=S._initStorage(S._config),S._ready}function Y(te){return function(){var ve=0;function Oe(){for(;ve<te.length;){var Ne=te[ve];return ve++,S._dbInfo=null,S._ready=null,S.getDriver(Ne).then(z).catch(Oe)}G();var nt=new Error("No available storage method found.");return S._driverSet=_.reject(nt),S._driverSet}return Oe()}}var J=this._driverSet!==null?this._driverSet.catch(function(){return _.resolve()}):_.resolve();return this._driverSet=J.then(function(){var te=M[0];return S._dbInfo=null,S._ready=null,S.getDriver(te).then(function(ve){S._driver=ve._driver,G(),S._wrapLibraryMethodsWithReady(),S._initDriver=Y(M)})}).catch(function(){G();var te=new Error("No available storage method found.");return S._driverSet=_.reject(te),S._driverSet}),C(this._driverSet,T,I),this._driverSet},p.prototype.supports=function(g){return!!um[g]},p.prototype._extend=function(g){Hl(this,g)},p.prototype._getSupportedDrivers=function(g){for(var T=[],I=0,S=g.length;I<S;I++){var M=g[I];this.supports(M)&&T.push(M)}return T},p.prototype._wrapLibraryMethodsWithReady=function(){for(var g=0,T=Fl.length;g<T;g++)OE(this,Fl[g])},p.prototype.createInstance=function(g){return new p(g)},p})(),PE=new NE;o.exports=PE},{3:3}]},{},[4])(4)})});var $f=Wl((nc,ag)=>{"use strict";(function(t,e){typeof nc=="object"&&typeof ag<"u"?e(nc):typeof define=="function"&&define.amd?define(["exports"],e):e((t=typeof globalThis<"u"?globalThis:t||self).Sqrl={})})(nc,function(t){"use strict";function e(D){var R,V,k=new Error(D);return R=k,V=e.prototype,Object.setPrototypeOf?Object.setPrototypeOf(R,V):R.__proto__=V,k}function r(D,R,V){var k=R.slice(0,V).split(/\n/),H=k.length,ne=k[H-1].length+1;throw e(D+=" at line "+H+" col "+ne+`:
2
2
 
3
3
  `+R.split(/\n/)[H-1]+`
4
4
  `+Array(ne).join(" ")+"^")}e.prototype=Object.create(Error.prototype,{name:{value:"Squirrelly Error",enumerable:!1}});var n=new Function("return this")().Promise,o=!1;try{o=new Function("return (async function(){}).constructor")()}catch(D){if(!(D instanceof SyntaxError))throw D}function i(D,R){return Object.prototype.hasOwnProperty.call(D,R)}function s(D,R,V){for(var k in R)i(R,k)&&(R[k]==null||typeof R[k]!="object"||k!=="storage"&&k!=="prefixes"||V?D[k]=R[k]:D[k]=s({},R[k]));return D}var a=/^async +/,l=/`(?:\\[\s\S]|\${(?:[^{}]|{(?:[^{}]|{[^}]*})*})*}|(?!\${)[^\\`])*`/g,f=/'(?:\\[\s\w"'\\`]|[^\n\r'\\])*?'/g,m=/"(?:\\[\s\w"'\\`]|[^\n\r"\\])*?"/g,d=/[.*+\-?^${}()|[\]\\]/g;function _(D){return d.test(D)?D.replace(d,"\\$&"):D}function y(D,R){R.rmWhitespace&&(D=D.replace(/[\r\n]+/g,`
5
- `).replace(/^\s+|\s+$/gm,"")),l.lastIndex=0,f.lastIndex=0,m.lastIndex=0;var V=R.prefixes,k=[V.h,V.b,V.i,V.r,V.c,V.e].reduce(function(st,we){return st&&we?st+"|"+_(we):we?_(we):st},""),H=new RegExp("([|()]|=>)|('|\"|`|\\/\\*)|\\s*((\\/)?(-|_)?"+_(R.tags[1])+")","g"),ne=new RegExp("([^]*?)"+_(R.tags[0])+"(-|_)?\\s*("+k+")?\\s*","g"),he=0,ze=!1;function et(st,we){var He,Ae={f:[]},$e=0,De="c";function $t(ue){var _e=D.slice(he,ue),ge=_e.trim();if(De==="f")ge==="safe"?Ae.raw=!0:R.async&&a.test(ge)?(ge=ge.replace(a,""),Ae.f.push([ge,"",!0])):Ae.f.push([ge,""]);else if(De==="fp")Ae.f[Ae.f.length-1][1]+=ge;else if(De==="err"){if(ge){var Me=_e.search(/\S/);r("invalid syntax",D,he+Me)}}else Ae[De]=ge;he=ue+1}for(we==="h"||we==="b"||we==="c"?De="n":we==="r"&&(Ae.raw=!0,we="i"),H.lastIndex=he;(He=H.exec(D))!==null;){var h=He[1],c=He[2],u=He[3],v=He[4],x=He[5],O=He.index;if(h)h==="("?($e===0&&(De==="n"?($t(O),De="p"):De==="f"&&($t(O),De="fp")),$e++):h===")"?--$e===0&&De!=="c"&&($t(O),De="err"):$e===0&&h==="|"?($t(O),De="f"):h==="=>"&&($t(O),he+=1,De="res");else if(c)if(c==="/*"){var W=D.indexOf("*/",H.lastIndex);W===-1&&r("unclosed comment",D,He.index),H.lastIndex=W+2}else c==="'"?(f.lastIndex=He.index,f.exec(D)?H.lastIndex=f.lastIndex:r("unclosed string",D,He.index)):c==='"'?(m.lastIndex=He.index,m.exec(D)?H.lastIndex=m.lastIndex:r("unclosed string",D,He.index)):c==="`"&&(l.lastIndex=He.index,l.exec(D)?H.lastIndex=l.lastIndex:r("unclosed string",D,He.index));else if(u)return $t(O),he=O+He[0].length,ne.lastIndex=he,ze=x,v&&we==="h"&&(we="s"),Ae.t=we,Ae}return r("unclosed tag",D,st),Ae}var tt=(function st(we,He){we.b=[],we.d=[];var Ae,$e=!1,De=[];function $t(Me,ke){Me&&(Me=(function(rt,pr,qr,_o){var mr,dr;return typeof pr.autoTrim=="string"?mr=dr=pr.autoTrim:Array.isArray(pr.autoTrim)&&(mr=pr.autoTrim[1],dr=pr.autoTrim[0]),(qr||qr===!1)&&(mr=qr),(_o||_o===!1)&&(dr=_o),mr==="slurp"&&dr==="slurp"?rt.trim():(mr==="_"||mr==="slurp"?rt=String.prototype.trimLeft?rt.trimLeft():rt.replace(/^[\s\uFEFF\xA0]+/,""):mr!=="-"&&mr!=="nl"||(rt=rt.replace(/^(?:\n|\r|\r\n)/,"")),dr==="_"||dr==="slurp"?rt=String.prototype.trimRight?rt.trimRight():rt.replace(/[\s\uFEFF\xA0]+$/,""):dr!=="-"&&dr!=="nl"||(rt=rt.replace(/(?:\n|\r|\r\n)$/,"")),rt)})(Me,R,ze,ke))&&(Me=Me.replace(/\\|'/g,"\\$&").replace(/\r\n|\n|\r/g,"\\n"),De.push(Me))}for(;(Ae=ne.exec(D))!==null;){var h,c=Ae[1],u=Ae[2],v=Ae[3]||"";for(var x in V)if(V[x]===v){h=x;break}$t(c,u),he=Ae.index+Ae[0].length,h||r("unrecognized tag type: "+v,D,he);var O=et(Ae.index,h),W=O.t;if(W==="h"){var ue=O.n||"";R.async&&a.test(ue)&&(O.a=!0,O.n=ue.replace(a,"")),O=st(O),De.push(O)}else if(W==="c"){if(we.n===O.n)return $e?($e.d=De,we.b.push($e)):we.d=De,we;r("Helper start and end don't match",D,Ae.index+Ae[0].length)}else if(W==="b"){$e?($e.d=De,we.b.push($e)):we.d=De;var _e=O.n||"";R.async&&a.test(_e)&&(O.a=!0,O.n=_e.replace(a,"")),$e=O,De=[]}else if(W==="s"){var ge=O.n||"";R.async&&a.test(ge)&&(O.a=!0,O.n=ge.replace(a,"")),De.push(O)}else De.push(O)}if(!He)throw e('unclosed helper "'+we.n+'"');return $t(D.slice(he,D.length),!1),we.d=De,we})({f:[]},!0);if(R.plugins)for(var vt=0;vt<R.plugins.length;vt++){var Et=R.plugins[vt];Et.processAST&&(tt.d=Et.processAST(tt.d,R))}return tt.d}function C(D,R){var V=y(D,R),k="var tR='';"+(R.useWith?"with("+R.varName+"||{}){":"")+P(V,R)+"if(cb){cb(null,tR)} return tR"+(R.useWith?"}":"");if(R.plugins)for(var H=0;H<R.plugins.length;H++){var ne=R.plugins[H];ne.processFnString&&(k=ne.processFnString(k,R))}return k}function N(D,R){for(var V=0;V<R.length;V++){var k=R[V][0],H=R[V][1];D=(R[V][2]?"await ":"")+"c.l('F','"+k+"')("+D,H&&(D+=","+H),D+=")"}return D}function A(D,R,V,k,H,ne){var he="{exec:"+(H?"async ":"")+q(V,R,D)+",params:["+k+"]";return ne&&(he+=",name:'"+ne+"'"),H&&(he+=",async:true"),he+="}"}function B(D,R){for(var V="[",k=0;k<D.length;k++){var H=D[k];V+=A(R,H.res||"",H.d,H.p||"",H.a,H.n),k<D.length&&(V+=",")}return V+="]"}function q(D,R,V){return"function("+R+"){var tR='';"+P(D,V)+"return tR}"}function P(D,R){for(var V=0,k=D.length,H="";V<k;V++){var ne=D[V];if(typeof ne=="string")H+="tR+='"+ne+"';";else{var he=ne.t,ze=ne.c||"",et=ne.f,tt=ne.n||"",vt=ne.p||"",Et=ne.res||"",st=ne.b,we=!!ne.a;if(he==="i"){R.defaultFilter&&(ze="c.l('F','"+R.defaultFilter+"')("+ze+")");var He=N(ze,et);!ne.raw&&R.autoEscape&&(He="c.l('F','e')("+He+")"),H+="tR+="+He+";"}else if(he==="h")if(R.storage.nativeHelpers.get(tt))H+=R.storage.nativeHelpers.get(tt)(ne,R);else{var Ae=(we?"await ":"")+"c.l('H','"+tt+"')("+A(R,Et,ne.d,vt,we);Ae+=st?","+B(st,R):",[]",H+="tR+="+N(Ae+=",c)",et)+";"}else he==="s"?H+="tR+="+N((we?"await ":"")+"c.l('H','"+tt+"')({params:["+vt+"]},[],c)",et)+";":he==="e"&&(H+=ze+`
6
- `)}}return H}var Q=(function(){function D(R){this.cache=R}return D.prototype.define=function(R,V){this.cache[R]=V},D.prototype.get=function(R){return this.cache[R]},D.prototype.remove=function(R){delete this.cache[R]},D.prototype.reset=function(){this.cache={}},D.prototype.load=function(R){s(this.cache,R,!0)},D})();function Ee(D,R,V,k){if(R&&R.length>0)throw e((k?"Native":"")+"Helper '"+D+"' doesn't accept blocks");if(V&&V.length>0)throw e((k?"Native":"")+"Helper '"+D+"' doesn't accept filters")}var X={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"};function ce(D){return X[D]}var se=new Q({}),de=new Q({each:function(D,R){var V="",k=D.params[0];if(Ee("each",R,!1),D.async)return new Promise(function(ne){(function he(ze,et,tt,vt,Et){tt(ze[et],et).then(function(st){vt+=st,et===ze.length-1?Et(vt):he(ze,et+1,tt,vt,Et)})})(k,0,D.exec,V,ne)});for(var H=0;H<k.length;H++)V+=D.exec(k[H],H);return V},foreach:function(D,R){var V=D.params[0];if(Ee("foreach",R,!1),D.async)return new Promise(function(ne){(function he(ze,et,tt,vt,Et,st){vt(et[tt],ze[et[tt]]).then(function(we){Et+=we,tt===et.length-1?st(Et):he(ze,et,tt+1,vt,Et,st)})})(V,Object.keys(V),0,D.exec,"",ne)});var k="";for(var H in V)i(V,H)&&(k+=D.exec(H,V[H]));return k},include:function(D,R,V){Ee("include",R,!1);var k=V.storage.templates.get(D.params[0]);if(!k)throw e('Could not fetch template "'+D.params[0]+'"');return k(D.params[1],V)},extends:function(D,R,V){var k=D.params[1]||{};k.content=D.exec();for(var H=0;H<R.length;H++){var ne=R[H];k[ne.name]=ne.exec()}var he=V.storage.templates.get(D.params[0]);if(!he)throw e('Could not fetch template "'+D.params[0]+'"');return he(k,V)},useScope:function(D,R){return Ee("useScope",R,!1),D.exec(D.params[0])}}),Le=new Q({if:function(D,R){Ee("if",!1,D.f,!0);var V="if("+D.p+"){"+P(D.d,R)+"}";if(D.b)for(var k=0;k<D.b.length;k++){var H=D.b[k];H.n==="else"?V+="else{"+P(H.d,R)+"}":H.n==="elif"&&(V+="else if("+H.p+"){"+P(H.d,R)+"}")}return V},try:function(D,R){if(Ee("try",!1,D.f,!0),!D.b||D.b.length!==1||D.b[0].n!=="catch")throw e("native helper 'try' only accepts 1 block, 'catch'");var V="try{"+P(D.d,R)+"}",k=D.b[0];return V+="catch"+(k.res?"("+k.res+")":"")+"{"+P(k.d,R)+"}"},block:function(D,R){return Ee("block",D.b,D.f,!0),"if(!"+R.varName+"["+D.p+"]){tR+=("+q(D.d,"",R)+")()}else{tR+="+R.varName+"["+D.p+"]}"}}),Se=new Q({e:function(D){var R=String(D);return/[&<>"']/.test(R)?R.replace(/[&<>"']/g,ce):R}}),Re={varName:"it",autoTrim:[!1,"nl"],autoEscape:!0,defaultFilter:!1,tags:["{{","}}"],l:function(D,R){if(D==="H"){var V=this.storage.helpers.get(R);if(V)return V;throw e("Can't find helper '"+R+"'")}if(D==="F"){var k=this.storage.filters.get(R);if(k)return k;throw e("Can't find filter '"+R+"'")}},async:!1,storage:{helpers:de,nativeHelpers:Le,filters:Se,templates:se},prefixes:{h:"@",b:"#",i:"",r:"*",c:"/",e:"!"},cache:!1,plugins:[],useWith:!1};function qe(D,R){var V={};return s(V,Re),R&&s(V,R),D&&s(V,D),V.l.bind(V),V}function Qe(D,R){var V,k=qe(R||{}),H=Function;if(k.async){if(!o)throw e("This environment doesn't support async/await");H=o}if(k.varName&&(V=k.varName,/^[a-zA-Z_$][a-zA-Z0-9_$]*$/.test(V)===!1))throw e("options.varName must be a valid JS identifier");try{return new H(k.varName,"c","cb",C(D,k))}catch(ne){throw ne instanceof SyntaxError?e(`Bad template syntax
5
+ `).replace(/^\s+|\s+$/gm,"")),l.lastIndex=0,f.lastIndex=0,m.lastIndex=0;var V=R.prefixes,k=[V.h,V.b,V.i,V.r,V.c,V.e].reduce(function(st,we){return st&&we?st+"|"+_(we):we?_(we):st},""),H=new RegExp("([|()]|=>)|('|\"|`|\\/\\*)|\\s*((\\/)?(-|_)?"+_(R.tags[1])+")","g"),ne=new RegExp("([^]*?)"+_(R.tags[0])+"(-|_)?\\s*("+k+")?\\s*","g"),he=0,ze=!1;function et(st,we){var He,Ae={f:[]},$e=0,De="c";function $t(ue){var be=D.slice(he,ue),ge=be.trim();if(De==="f")ge==="safe"?Ae.raw=!0:R.async&&a.test(ge)?(ge=ge.replace(a,""),Ae.f.push([ge,"",!0])):Ae.f.push([ge,""]);else if(De==="fp")Ae.f[Ae.f.length-1][1]+=ge;else if(De==="err"){if(ge){var Me=be.search(/\S/);r("invalid syntax",D,he+Me)}}else Ae[De]=ge;he=ue+1}for(we==="h"||we==="b"||we==="c"?De="n":we==="r"&&(Ae.raw=!0,we="i"),H.lastIndex=he;(He=H.exec(D))!==null;){var h=He[1],c=He[2],u=He[3],v=He[4],x=He[5],O=He.index;if(h)h==="("?($e===0&&(De==="n"?($t(O),De="p"):De==="f"&&($t(O),De="fp")),$e++):h===")"?--$e===0&&De!=="c"&&($t(O),De="err"):$e===0&&h==="|"?($t(O),De="f"):h==="=>"&&($t(O),he+=1,De="res");else if(c)if(c==="/*"){var W=D.indexOf("*/",H.lastIndex);W===-1&&r("unclosed comment",D,He.index),H.lastIndex=W+2}else c==="'"?(f.lastIndex=He.index,f.exec(D)?H.lastIndex=f.lastIndex:r("unclosed string",D,He.index)):c==='"'?(m.lastIndex=He.index,m.exec(D)?H.lastIndex=m.lastIndex:r("unclosed string",D,He.index)):c==="`"&&(l.lastIndex=He.index,l.exec(D)?H.lastIndex=l.lastIndex:r("unclosed string",D,He.index));else if(u)return $t(O),he=O+He[0].length,ne.lastIndex=he,ze=x,v&&we==="h"&&(we="s"),Ae.t=we,Ae}return r("unclosed tag",D,st),Ae}var tt=(function st(we,He){we.b=[],we.d=[];var Ae,$e=!1,De=[];function $t(Me,ke){Me&&(Me=(function(rt,mr,qr,_o){var dr,hr;return typeof mr.autoTrim=="string"?dr=hr=mr.autoTrim:Array.isArray(mr.autoTrim)&&(dr=mr.autoTrim[1],hr=mr.autoTrim[0]),(qr||qr===!1)&&(dr=qr),(_o||_o===!1)&&(hr=_o),dr==="slurp"&&hr==="slurp"?rt.trim():(dr==="_"||dr==="slurp"?rt=String.prototype.trimLeft?rt.trimLeft():rt.replace(/^[\s\uFEFF\xA0]+/,""):dr!=="-"&&dr!=="nl"||(rt=rt.replace(/^(?:\n|\r|\r\n)/,"")),hr==="_"||hr==="slurp"?rt=String.prototype.trimRight?rt.trimRight():rt.replace(/[\s\uFEFF\xA0]+$/,""):hr!=="-"&&hr!=="nl"||(rt=rt.replace(/(?:\n|\r|\r\n)$/,"")),rt)})(Me,R,ze,ke))&&(Me=Me.replace(/\\|'/g,"\\$&").replace(/\r\n|\n|\r/g,"\\n"),De.push(Me))}for(;(Ae=ne.exec(D))!==null;){var h,c=Ae[1],u=Ae[2],v=Ae[3]||"";for(var x in V)if(V[x]===v){h=x;break}$t(c,u),he=Ae.index+Ae[0].length,h||r("unrecognized tag type: "+v,D,he);var O=et(Ae.index,h),W=O.t;if(W==="h"){var ue=O.n||"";R.async&&a.test(ue)&&(O.a=!0,O.n=ue.replace(a,"")),O=st(O),De.push(O)}else if(W==="c"){if(we.n===O.n)return $e?($e.d=De,we.b.push($e)):we.d=De,we;r("Helper start and end don't match",D,Ae.index+Ae[0].length)}else if(W==="b"){$e?($e.d=De,we.b.push($e)):we.d=De;var be=O.n||"";R.async&&a.test(be)&&(O.a=!0,O.n=be.replace(a,"")),$e=O,De=[]}else if(W==="s"){var ge=O.n||"";R.async&&a.test(ge)&&(O.a=!0,O.n=ge.replace(a,"")),De.push(O)}else De.push(O)}if(!He)throw e('unclosed helper "'+we.n+'"');return $t(D.slice(he,D.length),!1),we.d=De,we})({f:[]},!0);if(R.plugins)for(var Et=0;Et<R.plugins.length;Et++){var _t=R.plugins[Et];_t.processAST&&(tt.d=_t.processAST(tt.d,R))}return tt.d}function C(D,R){var V=y(D,R),k="var tR='';"+(R.useWith?"with("+R.varName+"||{}){":"")+P(V,R)+"if(cb){cb(null,tR)} return tR"+(R.useWith?"}":"");if(R.plugins)for(var H=0;H<R.plugins.length;H++){var ne=R.plugins[H];ne.processFnString&&(k=ne.processFnString(k,R))}return k}function N(D,R){for(var V=0;V<R.length;V++){var k=R[V][0],H=R[V][1];D=(R[V][2]?"await ":"")+"c.l('F','"+k+"')("+D,H&&(D+=","+H),D+=")"}return D}function A(D,R,V,k,H,ne){var he="{exec:"+(H?"async ":"")+q(V,R,D)+",params:["+k+"]";return ne&&(he+=",name:'"+ne+"'"),H&&(he+=",async:true"),he+="}"}function B(D,R){for(var V="[",k=0;k<D.length;k++){var H=D[k];V+=A(R,H.res||"",H.d,H.p||"",H.a,H.n),k<D.length&&(V+=",")}return V+="]"}function q(D,R,V){return"function("+R+"){var tR='';"+P(D,V)+"return tR}"}function P(D,R){for(var V=0,k=D.length,H="";V<k;V++){var ne=D[V];if(typeof ne=="string")H+="tR+='"+ne+"';";else{var he=ne.t,ze=ne.c||"",et=ne.f,tt=ne.n||"",Et=ne.p||"",_t=ne.res||"",st=ne.b,we=!!ne.a;if(he==="i"){R.defaultFilter&&(ze="c.l('F','"+R.defaultFilter+"')("+ze+")");var He=N(ze,et);!ne.raw&&R.autoEscape&&(He="c.l('F','e')("+He+")"),H+="tR+="+He+";"}else if(he==="h")if(R.storage.nativeHelpers.get(tt))H+=R.storage.nativeHelpers.get(tt)(ne,R);else{var Ae=(we?"await ":"")+"c.l('H','"+tt+"')("+A(R,_t,ne.d,Et,we);Ae+=st?","+B(st,R):",[]",H+="tR+="+N(Ae+=",c)",et)+";"}else he==="s"?H+="tR+="+N((we?"await ":"")+"c.l('H','"+tt+"')({params:["+Et+"]},[],c)",et)+";":he==="e"&&(H+=ze+`
6
+ `)}}return H}var Q=(function(){function D(R){this.cache=R}return D.prototype.define=function(R,V){this.cache[R]=V},D.prototype.get=function(R){return this.cache[R]},D.prototype.remove=function(R){delete this.cache[R]},D.prototype.reset=function(){this.cache={}},D.prototype.load=function(R){s(this.cache,R,!0)},D})();function _e(D,R,V,k){if(R&&R.length>0)throw e((k?"Native":"")+"Helper '"+D+"' doesn't accept blocks");if(V&&V.length>0)throw e((k?"Native":"")+"Helper '"+D+"' doesn't accept filters")}var X={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"};function ce(D){return X[D]}var se=new Q({}),de=new Q({each:function(D,R){var V="",k=D.params[0];if(_e("each",R,!1),D.async)return new Promise(function(ne){(function he(ze,et,tt,Et,_t){tt(ze[et],et).then(function(st){Et+=st,et===ze.length-1?_t(Et):he(ze,et+1,tt,Et,_t)})})(k,0,D.exec,V,ne)});for(var H=0;H<k.length;H++)V+=D.exec(k[H],H);return V},foreach:function(D,R){var V=D.params[0];if(_e("foreach",R,!1),D.async)return new Promise(function(ne){(function he(ze,et,tt,Et,_t,st){Et(et[tt],ze[et[tt]]).then(function(we){_t+=we,tt===et.length-1?st(_t):he(ze,et,tt+1,Et,_t,st)})})(V,Object.keys(V),0,D.exec,"",ne)});var k="";for(var H in V)i(V,H)&&(k+=D.exec(H,V[H]));return k},include:function(D,R,V){_e("include",R,!1);var k=V.storage.templates.get(D.params[0]);if(!k)throw e('Could not fetch template "'+D.params[0]+'"');return k(D.params[1],V)},extends:function(D,R,V){var k=D.params[1]||{};k.content=D.exec();for(var H=0;H<R.length;H++){var ne=R[H];k[ne.name]=ne.exec()}var he=V.storage.templates.get(D.params[0]);if(!he)throw e('Could not fetch template "'+D.params[0]+'"');return he(k,V)},useScope:function(D,R){return _e("useScope",R,!1),D.exec(D.params[0])}}),Le=new Q({if:function(D,R){_e("if",!1,D.f,!0);var V="if("+D.p+"){"+P(D.d,R)+"}";if(D.b)for(var k=0;k<D.b.length;k++){var H=D.b[k];H.n==="else"?V+="else{"+P(H.d,R)+"}":H.n==="elif"&&(V+="else if("+H.p+"){"+P(H.d,R)+"}")}return V},try:function(D,R){if(_e("try",!1,D.f,!0),!D.b||D.b.length!==1||D.b[0].n!=="catch")throw e("native helper 'try' only accepts 1 block, 'catch'");var V="try{"+P(D.d,R)+"}",k=D.b[0];return V+="catch"+(k.res?"("+k.res+")":"")+"{"+P(k.d,R)+"}"},block:function(D,R){return _e("block",D.b,D.f,!0),"if(!"+R.varName+"["+D.p+"]){tR+=("+q(D.d,"",R)+")()}else{tR+="+R.varName+"["+D.p+"]}"}}),Te=new Q({e:function(D){var R=String(D);return/[&<>"']/.test(R)?R.replace(/[&<>"']/g,ce):R}}),Re={varName:"it",autoTrim:[!1,"nl"],autoEscape:!0,defaultFilter:!1,tags:["{{","}}"],l:function(D,R){if(D==="H"){var V=this.storage.helpers.get(R);if(V)return V;throw e("Can't find helper '"+R+"'")}if(D==="F"){var k=this.storage.filters.get(R);if(k)return k;throw e("Can't find filter '"+R+"'")}},async:!1,storage:{helpers:de,nativeHelpers:Le,filters:Te,templates:se},prefixes:{h:"@",b:"#",i:"",r:"*",c:"/",e:"!"},cache:!1,plugins:[],useWith:!1};function qe(D,R){var V={};return s(V,Re),R&&s(V,R),D&&s(V,D),V.l.bind(V),V}function Qe(D,R){var V,k=qe(R||{}),H=Function;if(k.async){if(!o)throw e("This environment doesn't support async/await");H=o}if(k.varName&&(V=k.varName,/^[a-zA-Z_$][a-zA-Z0-9_$]*$/.test(V)===!1))throw e("options.varName must be a valid JS identifier");try{return new H(k.varName,"c","cb",C(D,k))}catch(ne){throw ne instanceof SyntaxError?e(`Bad template syntax
7
7
 
8
8
  `+ne.message+`
9
9
  `+Array(ne.message.length+1).join("=")+`
10
- `+C(D,k)):ne}}function Bt(D,R){var V;return R.cache&&R.name&&R.storage.templates.get(R.name)?R.storage.templates.get(R.name):(V=typeof D=="function"?D:Qe(D,R),R.cache&&R.name&&R.storage.templates.define(R.name,V),V)}Re.l.bind(Re),t.compile=Qe,t.compileScope=P,t.compileScopeIntoFunction=q,t.compileToString=C,t.defaultConfig=Re,t.filters=Se,t.getConfig=qe,t.helpers=de,t.nativeHelpers=Le,t.parse=y,t.render=function(D,R,V,k){var H=qe(V||{});if(!H.async)return Bt(D,H)(R,H);if(!k){if(typeof n=="function")return new n(function(ne,he){try{ne(Bt(D,H)(R,H))}catch(ze){he(ze)}});throw e("Please provide a callback function, this env doesn't support Promises")}try{Bt(D,H)(R,H,k)}catch(ne){return k(ne)}},t.templates=se,Object.defineProperty(t,"__esModule",{value:!0})})});var je=class{gaEnabled;gaMeasurementID;pixelPush;website;currencyCount;money;storefrontToken;skipItemAttribute;widgetCustomisation;currency;static get(){return window.CooeeSDK.config}update(e){return e??={},this.gaEnabled=e.gaEnabled,this.gaMeasurementID=e.gaMeasurementID,this.pixelPush=e.pixelPush,this.website=e.website??{},this.currencyCount=e.currencyCount??0,this.money=e.money,this.currency=e.currency,this.storefrontToken=e.storefrontToken,this.skipItemAttribute=e.skipItemAttribute,this.widgetCustomisation=e.widgetCustomisation,this}};var _m=zr($l());var DE=["utm_source","utm_medium","utm_campaign","utm_term","utm_content","utm_id"],Em={utm_source:"tw_source",utm_campaign:"tw_campaign"};var bm=()=>{if(document.referrer)return document.referrer.replace(location.origin,"")},wm=()=>{let t;try{t=new _m.URLBuilder(location.href)}catch{return{}}let e={};DE.forEach(n=>{let o=t.getQueryParam(n);o&&(e[n]=o)});let r={};return Object.keys(Em).forEach(n=>{let o=t.getQueryParam(Em[n]);o&&(r[n]=o)}),E(E({},r),e)};function fe(){return window.CooeeSDK.runtimeData}function So(){return Tr(Date.now()-fe().sdkLoadTime.getTime())}var Vl=class{origin;path;qs;name;referrer;utmSource;utmMedium;utmCampaign;utmId;utmTerm;utmContent;constructor(e){this.name=e.name,this.path=e.path,this.qs=e.qs,this.referrer=e.referrer,this.utmSource=e.utmSource||e.utm_source,this.utmMedium=e.utmMedium||e.utm_medium,this.utmCampaign=e.utmCampaign||e.utm_campaign,this.utmId=e.utmId||e.utm_id,this.utmTerm=e.utmTerm||e.utm_term,this.utmContent=e.utmContent||e.utm_content}};function Gs(){let t=location.pathname==="/"?location.pathname:location.pathname.replace(/\/+$/,"");return new Vl(E({origin:location.origin,path:t,qs:location.search,referrer:bm(),name:fe().pageName},wm()))}function Sm(){let t=fe(),e=new URLSearchParams(location.search),r=e.get("cooee-preview");if(r){let o=r.split(",").map(i=>i.trim()).filter(i=>Number.isInteger(+i));o.length&&(t.previewIDs=o)}let n=e.get("cooee-variant")?.trim();n&&(t.previewVariant=n)}var Jt=(function(t){return t[t.NONE=0]="NONE",t[t.STATIC=1]="STATIC",t[t.UNIQUE_FLAT=2]="UNIQUE_FLAT",t[t.UNIQUE_FLAT_ITEMS=3]="UNIQUE_FLAT_ITEMS",t[t.UNIQUE_FIXED_ITEMS=4]="UNIQUE_FIXED_ITEMS",t[t.UNIQUE_CHEAPEST_ITEM_FREE=5]="UNIQUE_CHEAPEST_ITEM_FREE",t[t.BXGY=6]="BXGY",t})(Jt||{});var Ri=(function(t){return t[t.SINGLE=1]="SINGLE",t[t.EXCLUSION=2]="EXCLUSION",t[t.ABTESTING=3]="ABTESTING",t})(Ri||{});var Wl=(function(t){return t[t.NONE=0]="NONE",t[t.ITEM=1]="ITEM",t[t.COLLECTION=2]="COLLECTION",t})(Wl||{});var At=(function(t){return t.BEFORE="before",t.AFTER="after",t.INSIDE_FIRST="insideFirst",t.INSIDE_LAST="insideLast",t.BEFORE1="BEFORE",t.AFTER1="AFTER",t.INSIDE_FIRST1="INSIDE_FIRST",t.INSIDE_LAST1="INSIDE_LAST",t})(At||{}),Qt=(function(t){return t.SHOPIFY_CHECKOUT="shopify_checkout",t.THIRD_PARTY_CHECKOUT="third_party_checkout",t.CART_PAGE="cart_page",t.CART_DRAWER="cart_drawer",t})(Qt||{});var be=(function(t){return t[t.NONE=0]="NONE",t[t.REJECT_POPUP=1]="REJECT_POPUP",t[t.ACCEPT_POPUP=2]="ACCEPT_POPUP",t[t.GO_TO_URL=4]="GO_TO_URL",t[t.SHARE=5]="SHARE",t[t.KEY_VALUE=100]="KEY_VALUE",t[t.GO_TO_PRODUCT=101]="GO_TO_PRODUCT",t[t.ADD_TO_CART=102]="ADD_TO_CART",t[t.COPY_COUPON_CODE=103]="COPY_COUPON_CODE",t[t.GO_TO_COLLECTION=104]="GO_TO_COLLECTION",t[t.OPEN_CART=105]="OPEN_CART",t[t.SUBMIT_FORM=106]="SUBMIT_FORM",t[t.INITIATE_CHECKOUT=107]="INITIATE_CHECKOUT",t[t.ADD_BUNDLE=108]="ADD_BUNDLE",t[t.UPGRADE_TO_SUBSCRIPTION=109]="UPGRADE_TO_SUBSCRIPTION",t[t.BUY_NOW=110]="BUY_NOW",t[t.QUICK_VIEW=111]="QUICK_VIEW",t})(be||{}),Ai=(function(t){return t.POPUP="POPUP",t.PAGE_EMBED="PAGE_EMBED",t.CART_EMBED="CART_EMBED",t.ANNOUNCEMENT_BAR="ANNOUNCEMENT_BAR",t})(Ai||{}),Zt=(function(t){return t.PRODUCT_PROMOTION="PRODUCT_PROMOTION",t.BUNDLE_AND_UPSELL="BUNDLE_AND_UPSELL",t.CART_RECOVERY="CART_RECOVERY",t.ANNOUNCEMENT="ANNOUNCEMENT",t.LEAD_GENERATION="LEAD_GENERATION",t.DATA_COLLECTION="DATA_COLLECTION",t.SALE_PROMOTION="SALE_PROMOTION",t.SUBSCRIPTION_UPSELL="SUBSCRIPTION_UPSELL",t.SHOPPABLE_VIDEO="SHOPPABLE_VIDEO",t.BYOB="BYOB",t.PROGRESS_BAR="PROGRESS_BAR",t.BUY_NOW="BUY_NOW",t.STICKY_ATC="STICKY_ATC",t.EXPERIMENT="EXPERIMENT",t.SAVINGS_BAR="SAVINGS_BAR",t.COLLECTION_FILTER="COLLECTION_FILTER",t})(Zt||{}),Di=(function(t){return t.COOEE="COOEE",t.KLAVIYO="KLAVIYO",t})(Di||{}),jl=(function(t){return t.ICONS="ICONS",t.TILES="TILES",t})(jl||{}),Gl=(function(t){return t.FREE_SHIPPING="FREE_SHIPPING",t.DISCOUNT="DISCOUNT",t.FREE_AUTO_GIFT="FREE_AUTO_GIFT",t.FREE_GIFT_SELECT="FREE_GIFT_SELECT",t.UI_ONLY="UI_ONLY",t})(Gl||{});var Yr=class t{static of(e,r){return r!==void 0?new Array(e).fill(r):Array.from({length:e},(n,o)=>o)}static remove(e,r){let n=e.indexOf(r);return n===-1?!1:(e.splice(n,1),!0)}static swap(e,r,n){[e[r],e[n]]=[e[n],e[r]]}static sum(e,r){return e.reduce((n,o)=>n+Math.max(r?r(o):+o,0),0)}static unique(e,r){return e.filter((n,o,i)=>i.findIndex(s=>s[r]===n[r])===o)}static shuffle(e){let r=e.length;for(;r!=0;){let n=Math.floor(Math.random()*r);r--,t.swap(e,r,n)}}};var Tm=(()=>{class t{static toTitle(r){return r?this.titleCase(r.toLowerCase().split(/[_-]+/).join(" ")):""}static toSlug(r){return r?r.toLowerCase().replace(/[_-]+/," ").replace(/[^\w ]+/g,"").replace(/ +/g,"-"):""}static toCamelCase(r){return r.toLowerCase().split(" ").map((n,o)=>o===0?n:n.charAt(0).toUpperCase()+n.slice(1)).join("")}static format(r,...n){return r?.replace(/{(\d+)}/g,(o,i)=>{let s=n[i];return s!==void 0?s:o})}static chop(r,n){if(!(!r||!n))return r.length<=n?r:r.substring(0,n)}static titleCase=r=>r.replace(/(^|\s)\S/g,n=>n.toUpperCase())}return t})();var qs=class{applyDiscountOnMinimum;constructor(e){this.applyDiscountOnMinimum=e.applyDiscountOnMinimum}};var $n=class{s;g;i;constructor(e){e.s&&(this.s=new Ve(e.s)),e.g&&(this.g=new Oi(e.g)),this.i=e.i}get solid(){return this.s}get glossy(){return this.g}get img(){return this.i}};var Ni="a-f\\d",OE=`#?[${Ni}]{3}[${Ni}]?`,NE=`#?[${Ni}]{6}([${Ni}]{2})?`,PE=new RegExp(`[^#${Ni}]`,"gi"),LE=new RegExp(`^${OE}$|^${NE}$`,"i");function ql(t,e={}){if(typeof t!="string"||PE.test(t)||!LE.test(t))throw new TypeError("Expected a valid hex string");t=t.replace(/^#/,"");let r=1;t.length===8&&(r=Number.parseInt(t.slice(6,8),16)/255,t=t.slice(0,6)),t.length===4&&(r=Number.parseInt(t.slice(3,4).repeat(2),16)/255,t=t.slice(0,3)),t.length===3&&(t=t[0]+t[0]+t[1]+t[1]+t[2]+t[2]);let n=Number.parseInt(t,16),o=n>>16,i=n>>8&255,s=n&255,a=typeof e.alpha=="number"?e.alpha:r;if(e.format==="array")return[o,i,s,a];if(e.format==="css"){let l=a===1?"":` / ${Number((a*100).toFixed(2))}%`;return`rgb(${o} ${i} ${s}${l})`}return{red:o,green:i,blue:s,alpha:a}}var Ve=class{h;a=100;g;constructor(e){e??={},this.h=e.h,this.a=e.a,this.g=e.g}get hex(){return this.h}get grad(){return this.g}get rgba(){if(!this.hex)return"";try{return ql(this.hex,{format:"css",alpha:this.getAlpha()})}catch(e){return console.error("Invalid hex",e),"#000000"}}getAlpha(){return(this.a??100)/100}};var Kr=class{s;r;w;c;constructor(e){this.s=e.s,this.r=e.r,this.w=e.w,e.c&&(this.c=new Ve(e.c))}get radius(){return this.r}get width(){return this.w}get color(){return this.c}get style(){return zs[this.s??1]}},zs=(r=>(r[r.SOLID=1]="SOLID",r[r.DASHED=2]="DASHED",r))(zs||{});var Oi=class t{static DEFAULT_FALLBACK=new Ve({h:"#000000",a:50});r;c;fb;constructor(e){this.r=e.r,e.c&&(this.c=new Ve(e.c)),e.fb&&(this.fb=new Ve(e.fb))}get radius(){return this.r}get color(){return this.c}get fallback(){return this.fb??t.DEFAULT_FALLBACK}};var Pi=class{blur;spr;clr;x;y;constructor(e){e=e??{},this.blur=e.blur??0,this.spr=e.spr??0,this.x=e.x??0,this.y=e.y??0,this.clr=new Ve(e.clr)}getStyle(e){return`${this.x*e}px ${this.y*e}px ${this.blur*e}px ${this.spr*e}px ${this.clr.rgba}`}};var Xr=class{pl;pr;pt;pb;ml;mr;mt;mb;cent;constructor(e){e=e??{},this.pl=e.pl??0,this.pr=e.pr??0,this.pt=e.pt??0,this.pb=e.pb??0,this.ml=e.ml??0,this.mr=e.mr??0,this.mt=e.mt??0,this.mb=e.mb??0,this.cent=e.cent??!1}getHorizontal(){return this.pl+this.pr}getVertical(){return this.pt+this.pb}getPaddingCSS(){return`${this.pt}px ${this.pr}px ${this.pb}px ${this.pl}px`}};var Vn=class{rot;constructor(e){e?.rot&&(this.rot=e.rot)}get rotate(){return this.rot}};var To=(o=>(o[o.START=0]="START",o[o.CENTER=1]="CENTER",o[o.END=2]="END",o[o.JUSTIFY=3]="JUSTIFY",o))(To||{});var Ys=class{name;fonts;constructor(e){e=e??{},e.name&&(e.name=e.name!=="Arial"?e.name:""),this.name=e.name,this.fonts=e.fonts?.map(r=>new zl(r))}},zl=class{style;url;constructor(e){e=e??{},this.style=e.style,this.url=e.url}getFontDescriptor(){return{style:this.style===2||this.style===4?"italic":"normal",weight:this.style===4||this.style===3?"700":"400"}}getURL(){return`url('${this.url}') format('truetype')`}};var at=class{fw;fs;fam;fmly;lh=1.2;ls;s;tc;ta;td;tdc;constructor(e){this.update(e)}get alignment(){return To[this.ta]}get letterSpacing(){return this.ls?this.ls+"px":"normal"}update(e){e=e??{},e.lh&&(this.lh=e.lh),e.tdc&&(this.tdc=new Ve(e.tdc)),this.td=e.td,this.fs=e.s??e.fs??60,this.tc=new Ve(e.tc),this.ta=e.ta??1,this.fw=e.fw??400,this.ls=e.ls??0,this.tc.h??="#000000",this.fam=new Ys(e.fam??e.fmly)}resize(e){this.s*=e,this.ls*=e}};var Ks=class{modifications;constructor(e={}){e.modifications?.length?this.modifications=e.modifications.map(r=>new Xs(r)):e.experiments?.length&&(this.modifications=e.experiments.map(r=>new Xs(r)))}};var Xs=class{cssSelector;type;display;bg;typo;br;text;image;moveTo;constructor(e={}){this.cssSelector=e.cssSelector??"",this.type=e.type??"OTHER",this.display=e.display,e.bg&&(this.bg=new Ve(e.bg)),e.typo&&(this.typo=new at(e.typo)),e.br&&(this.br=new Kr(e.br)),this.text=e.text,this.image=e.image,this.moveTo=e.moveTo}get style(){let e={};return this.br?.r&&(e.borderRadius=this.br.r+"px"),this.br?.w&&(e.borderWidth=this.br.w+"px"),this.br?.s&&(e.borderStyle=zs[this.br.s]?.toLowerCase()),this.br?.c?.h&&(e.borderColor=this.br.color?.rgba),this.bg?.h&&(e.backgroundColor=this.bg.rgba),this.type==="TEXT"&&this.typo&&(this.typo.fs&&(e.fontSize=this.typo.fs+"px"),this.typo.lh&&(e.lineHeight=this.typo.lh),this.typo.fw&&(e.fontWeight=this.typo.fw),this.typo.ta&&(e.textAlign=this.typo.alignment),this.typo.tc.h&&(e.color=this.typo.tc.rgba),this.typo.ls&&(e.letterSpacing=this.typo.letterSpacing),this.typo.td&&(e.textDecoration=this.typo.td??"none")),e}toString(){return`Experiment(cssSelector=${this.cssSelector})`}};var Dt=class{id;mID;vID;vName;imageURL;name;link;quantity;price;finalPrice;constructor(e){this.id=e.id,this.mID=e.mID,this.vID=e.vID,this.vName=e.vName,this.imageURL=e.imageURL,this.name=e.name,this.link=e.link,this.quantity=e.quantity,this.price=e.price,this.finalPrice=e.finalPrice??e.price}};var Yl=class{minValue;rewardType;label;reachingText;reachedText;discount;items;isUIOnly;allowATC;reached;calculatedAlignment;constructor(e){this.reached=e.reached??!1,this.calculatedAlignment=e.calculatedAlignment,this.minValue=e.minValue,this.rewardType=e.rewardType,this.label=e.label,this.reachingText=e.reachingText,this.reachedText=e.reachedText,this.discount=e.discount,this.items=e.items?.map(r=>new Dt(r)),this.isUIOnly=e.isUIOnly,this.allowATC=e.allowATC}};var Js=class{layout;milestones;totalProgress;coupons;reachedAmountOrCount;onlyLatestGift;noConfetti;removeIneligibleItem;restrictToLatestFreebie;rewardBasis;constructor(e){this.layout=e.layout??jl.ICONS,this.onlyLatestGift=e.onlyLatestGift,this.noConfetti=e.noConfetti,this.removeIneligibleItem=e.removeIneligibleItem??!0,this.restrictToLatestFreebie=e.restrictToLatestFreebie,this.rewardBasis=e.rewardBasis??"CART_AMOUNT",this.update(e)}update(e){e=e??{},this.milestones=e.milestones?.map(r=>new Yl(r))??[],this.totalProgress=e.totalProgress??0,this.coupons=e.coupons,this.reachedAmountOrCount=e.reachedAmountOrCount}};var Qs=class{animateNumber;animationDuration;text;iconURL;animation;totalSavings;constructor(e={}){this.animateNumber=e.animateNumber??!0,this.animation=e.animation??"SLOT_MACHINE",this.animationDuration=e.animationDuration??1e3,this.text=e.text??"You are saving {{ cart.total_savings }} on this order",this.iconURL=e.iconURL,this.totalSavings=e.totalSavings??0}};var Ir=class{constructor(e,r){this._startTime=e;this._triggerData=r}intervals=[];selectedEmbeddedItems;renderer;closeCallback;inputFields=[];get startTime(){return this._startTime}get triggerData(){return this._triggerData}get inputs(){return this.inputFields}get rootClassName(){let e=this.triggerData.shortID??this.triggerData.id.slice(-6);return e==="test"&&(e="test-"+this.startTime.getTime().toString()),"cooee-wrapper-"+e}get selectedItems(){return this.triggerData.items.filter(e=>e.selected.value)}get shouldGiveFBTDiscount(){let e=this.selectedItems.length;return this.triggerData.bundleConfig?.applyDiscountOnMinimum?this.triggerData.bundleConfig.applyDiscountOnMinimum<=e:e===this.triggerData.items.length}onClose(e){this.closeCallback=e}closeInApp(e,r){r??={};let n=(new Date().getTime()-this.startTime.getTime())/1e3,o=E({eventName:e,duration:n},r);this.stopIntervals(),this.closeCallback&&this.closeCallback(o)}addInputField(e,r){this.inputFields.push({id:e,type:r,isValid:!1})}updateValidation(e,r){this.inputFields.forEach(n=>{if(n.id===e){n.isValid=r;return}})}hasManipulatedProductQuantity(){let e=this.triggerData.manipulation.productQuantity;return e?.enabled&&e.min!=null&&e.max!=null}getManipulatedQuantity(e){let{min:r=1,max:n=100}=this.triggerData.manipulation.productQuantity;if(r>n)return b.error("Invalid range: min should be less than or equal to max."),e;if(e>=r&&e<=n)return e;let o=e%100;return o<r?r:o>n?n:o}stopIntervals(){this.intervals.forEach(e=>clearInterval(e))}};var _t=class{static ISO_WITHOUT_MS_REGEX=new RegExp(/\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d([+-][0-2]\d:[0-5]\d|Z)/);static isObject(e){return typeof e=="object"&&!Array.isArray(e)&&e!==null}static parseToAny(e){try{return JSON.parse(e.toString())}catch{}return e.toString().match(this.ISO_WITHOUT_MS_REGEX)?new Date(e.toString()):e}static async sleep(e){return new Promise(r=>setTimeout(r,e))}static hasKeys(e){return e?Object.keys(e).length>=1:!1}static convertObjectToArray(e,r){return r.reduce((n,o)=>(e.hasOwnProperty(o)&&e[o]!=null&&n.push({[o]:e[o]}),n),[])}static removeNullUndefinedKeys(e){return Object.keys(e).reduce((r,n)=>(e[n]!==null&&e[n]!==void 0&&(r[n]=e[n]),r),{})}static stringify(e){return JSON.stringify(e,function(r,n){return n===void 0?null:n})}};var Xl=zr(xm());function Io(t){return Xl.default.createInstance({name:"lc",storeName:t,driver:Xl.default.LOCALSTORAGE})}var hn=class{static storage;static async get(e,r){return await this.storage?.getItem(e)??r}static set(e,r){return this.storage?.setItem(e,r)}static remove(e){return this.storage?.removeItem(e)}static clear(){return this.storage?.clear()}static getForage(){return this.storage}};var Li=class Li extends hn{};wo(Li,"storeName","ses"),Li.storage=Io(Li.storeName);var It=Li;var Mi=class Mi extends hn{};wo(Mi,"storeName","usr"),Mi.storage=Io(Mi.storeName);var Ye=Mi;var er=class extends Error{request;response;status;requestBody;responseText;constructor(e){super(e),this.name="FetchError",Object.setPrototypeOf(this,new.target.prototype)}is40x(){return!!this.response&&this.response.status>=400&&this.response.status<500}};async function Jr(t,e){let r=Date.now(),n;try{n=await ME(t,e)}catch{}let o=n?new Request(n.url,{method:e?.method||"GET"}):new Request(t,e);if(!n||!n.ok){let f="Failed to fetch";n?.statusText&&(f+=`: ${n.statusText}`);let m=new er(f);throw m.request=o,m.response=n?.clone(),m.status=n?.status,m.requestBody=e?.body,m.responseText=await Cm(n),m}let i,s=(n.headers.get("content-type")||"").toLowerCase(),a=n.headers.get("content-length"),l=e?.method?.toUpperCase()||"GET";if(n.status===204||n.status===205||l==="HEAD"||a==="0")i=void 0;else if(s.includes("application/json")||s.includes("application/problem+json")||s.includes("text/javascript"))try{i=await n.clone().json()}catch(f){let m=new er(`Failed to parse JSON response: ${f?.message}`);throw m.request=o,m.response=n.clone(),m.status=n.status,m.requestBody=e?.body,m.responseText=await Cm(n),m}else s.includes("text/")||s.includes("image/svg+xml")?i=await n.text():i=await n.arrayBuffer();return{data:i,status:n.status,statusText:n.statusText,headers:n.headers,timeTakenMs:Date.now()-r,options:e,request:o}}async function ME(t,e){let r=null,n;for(let o=0;o<=5;o++){try{let i=new Headers(e?.headers);(t.includes("letscooee.com")||t.includes("localhost"))&&i.set("Cooee-Retry-Attempt",o.toString());let s=Z(E({},e),{headers:i});if(n=await fetch(t,s),n.ok||n.status>=400&&n.status<500)return n;r=new Error(`Server error: ${n.status} ${n.statusText}`)}catch(i){r=i instanceof Error?i:new Error(String(i))}if(o<5){let i=Math.pow(2,o)*500;await new Promise(s=>setTimeout(s,i))}}if(n&&!n.ok)return n;throw r||new Error("Request failed after retries")}async function Cm(t){if(t){try{return t=t.clone(),await t.json()}catch{}try{return await t.text()}catch{}}}var ie=typeof __SENTRY_DEBUG__>"u"||__SENTRY_DEBUG__;var pe=globalThis;var xr="9.42.0";function Wn(){return jn(pe),pe}function jn(t){let e=t.__SENTRY__=t.__SENTRY__||{};return e.version=e.version||xr,e[xr]=e[xr]||{}}function Qr(t,e,r=pe){let n=r.__SENTRY__=r.__SENTRY__||{},o=n[xr]=n[xr]||{};return o[t]||(o[t]=e())}var Jl=["debug","info","warn","error","log","assert","trace"],BE="Sentry Logger ",xo={};function gn(t){if(!("console"in pe))return t();let e=pe.console,r={},n=Object.keys(xo);n.forEach(o=>{let i=xo[o];r[o]=e[o],e[o]=i});try{return t()}finally{n.forEach(o=>{e[o]=r[o]})}}function UE(){Zl().enabled=!0}function kE(){Zl().enabled=!1}function Rm(){return Zl().enabled}function FE(...t){Ql("log",...t)}function HE(...t){Ql("warn",...t)}function $E(...t){Ql("error",...t)}function Ql(t,...e){ie&&Rm()&&gn(()=>{pe.console[t](`${BE}[${t}]:`,...e)})}function Zl(){return ie?Qr("loggerSettings",()=>({enabled:!1})):{enabled:!1}}var ee={enable:UE,disable:kE,isEnabled:Rm,log:FE,warn:HE,error:$E};var Am=/\(error: (.*)\)/,Dm=/captureMessage|captureException/;function tu(...t){let e=t.sort((r,n)=>r[0]-n[0]).map(r=>r[1]);return(r,n=0,o=0)=>{let i=[],s=r.split(`
11
- `);for(let a=n;a<s.length;a++){let l=s[a];if(l.length>1024)continue;let f=Am.test(l)?l.replace(Am,"$1"):l;if(!f.match(/\S*Error: /)){for(let m of e){let d=m(f);if(d){i.push(d);break}}if(i.length>=50+o)break}}return Om(i.slice(o))}}function Om(t){if(!t.length)return[];let e=Array.from(t);return/sentryWrapped/.test(Zs(e).function||"")&&e.pop(),e.reverse(),Dm.test(Zs(e).function||"")&&(e.pop(),Dm.test(Zs(e).function||"")&&e.pop()),e.slice(0,50).map(r=>Z(E({},r),{filename:r.filename||Zs(e).filename,function:r.function||"?"}))}function Zs(t){return t[t.length-1]||{}}var eu="<anonymous>";function tr(t){try{return!t||typeof t!="function"?eu:t.name||eu}catch{return eu}}function ea(t){let e=t.exception;if(e){let r=[];try{return e.values.forEach(n=>{n.stacktrace.frames&&r.push(...n.stacktrace.frames)}),r}catch{return}}}var ta={},Nm={};function Ot(t,e){ta[t]=ta[t]||[],ta[t].push(e)}function Nt(t,e){if(!Nm[t]){Nm[t]=!0;try{e()}catch(r){ie&&ee.error(`Error while instrumenting ${t}`,r)}}}function ct(t,e){let r=t&&ta[t];if(r)for(let n of r)try{n(e)}catch(o){ie&&ee.error(`Error while triggering instrumentation handler.
10
+ `+C(D,k)):ne}}function Bt(D,R){var V;return R.cache&&R.name&&R.storage.templates.get(R.name)?R.storage.templates.get(R.name):(V=typeof D=="function"?D:Qe(D,R),R.cache&&R.name&&R.storage.templates.define(R.name,V),V)}Re.l.bind(Re),t.compile=Qe,t.compileScope=P,t.compileScopeIntoFunction=q,t.compileToString=C,t.defaultConfig=Re,t.filters=Te,t.getConfig=qe,t.helpers=de,t.nativeHelpers=Le,t.parse=y,t.render=function(D,R,V,k){var H=qe(V||{});if(!H.async)return Bt(D,H)(R,H);if(!k){if(typeof n=="function")return new n(function(ne,he){try{ne(Bt(D,H)(R,H))}catch(ze){he(ze)}});throw e("Please provide a callback function, this env doesn't support Promises")}try{Bt(D,H)(R,H,k)}catch(ne){return k(ne)}},t.templates=se,Object.defineProperty(t,"__esModule",{value:!0})})});var je=class{gaEnabled;gaMeasurementID;pixelPush;website;currencyCount;money;storefrontToken;skipItemAttribute;widgetCustomisation;currency;static get(){return window.CooeeSDK.config}update(e){return e??={},this.gaEnabled=e.gaEnabled,this.gaMeasurementID=e.gaMeasurementID,this.pixelPush=e.pixelPush,this.website=e.website??{},this.currencyCount=e.currencyCount??0,this.money=e.money,this.currency=e.currency,this.storefrontToken=e.storefrontToken,this.skipItemAttribute=e.skipItemAttribute,this.widgetCustomisation=e.widgetCustomisation,this}};var Tm=zr(jl());var kE=["utm_source","utm_medium","utm_campaign","utm_term","utm_content","utm_id"],Sm={utm_source:"tw_source",utm_campaign:"tw_campaign"};var Im=()=>{if(document.referrer)return document.referrer.replace(location.origin,"")},xm=()=>{let t;try{t=new Tm.URLBuilder(location.href)}catch{return{}}let e={};kE.forEach(n=>{let o=t.getQueryParam(n);o&&(e[n]=o)});let r={};return Object.keys(Sm).forEach(n=>{let o=t.getQueryParam(Sm[n]);o&&(r[n]=o)}),E(E({},r),e)};function fe(){return window.CooeeSDK.runtimeData}function So(){return Tr(Date.now()-fe().sdkLoadTime.getTime())}var Gl=class{origin;path;qs;name;referrer;utmSource;utmMedium;utmCampaign;utmId;utmTerm;utmContent;constructor(e){this.name=e.name,this.path=e.path,this.qs=e.qs,this.referrer=e.referrer,this.utmSource=e.utmSource||e.utm_source,this.utmMedium=e.utmMedium||e.utm_medium,this.utmCampaign=e.utmCampaign||e.utm_campaign,this.utmId=e.utmId||e.utm_id,this.utmTerm=e.utmTerm||e.utm_term,this.utmContent=e.utmContent||e.utm_content}};function Ys(){let t=location.pathname==="/"?location.pathname:location.pathname.replace(/\/+$/,"");return new Gl(E({origin:location.origin,path:t,qs:location.search,referrer:Im(),name:fe().pageName},xm()))}function Cm(){let t=fe(),e=new URLSearchParams(location.search),r=e.get("cooee-preview");if(r){let o=r.split(",").map(i=>i.trim()).filter(i=>Number.isInteger(+i));o.length&&(t.previewIDs=o)}let n=e.get("cooee-variant")?.trim();n&&(t.previewVariant=n)}var Qt=(function(t){return t[t.NONE=0]="NONE",t[t.STATIC=1]="STATIC",t[t.UNIQUE_FLAT=2]="UNIQUE_FLAT",t[t.UNIQUE_FLAT_ITEMS=3]="UNIQUE_FLAT_ITEMS",t[t.UNIQUE_FIXED_ITEMS=4]="UNIQUE_FIXED_ITEMS",t[t.UNIQUE_CHEAPEST_ITEM_FREE=5]="UNIQUE_CHEAPEST_ITEM_FREE",t[t.BXGY=6]="BXGY",t})(Qt||{});var Ai=(function(t){return t[t.SINGLE=1]="SINGLE",t[t.EXCLUSION=2]="EXCLUSION",t[t.ABTESTING=3]="ABTESTING",t})(Ai||{});var ql=(function(t){return t[t.NONE=0]="NONE",t[t.ITEM=1]="ITEM",t[t.COLLECTION=2]="COLLECTION",t})(ql||{});var At=(function(t){return t.BEFORE="before",t.AFTER="after",t.INSIDE_FIRST="insideFirst",t.INSIDE_LAST="insideLast",t.BEFORE1="BEFORE",t.AFTER1="AFTER",t.INSIDE_FIRST1="INSIDE_FIRST",t.INSIDE_LAST1="INSIDE_LAST",t})(At||{}),Zt=(function(t){return t.SHOPIFY_CHECKOUT="shopify_checkout",t.THIRD_PARTY_CHECKOUT="third_party_checkout",t.CART_PAGE="cart_page",t.CART_DRAWER="cart_drawer",t})(Zt||{});var Ee=(function(t){return t[t.NONE=0]="NONE",t[t.REJECT_POPUP=1]="REJECT_POPUP",t[t.ACCEPT_POPUP=2]="ACCEPT_POPUP",t[t.GO_TO_URL=4]="GO_TO_URL",t[t.SHARE=5]="SHARE",t[t.KEY_VALUE=100]="KEY_VALUE",t[t.GO_TO_PRODUCT=101]="GO_TO_PRODUCT",t[t.ADD_TO_CART=102]="ADD_TO_CART",t[t.COPY_COUPON_CODE=103]="COPY_COUPON_CODE",t[t.GO_TO_COLLECTION=104]="GO_TO_COLLECTION",t[t.OPEN_CART=105]="OPEN_CART",t[t.SUBMIT_FORM=106]="SUBMIT_FORM",t[t.INITIATE_CHECKOUT=107]="INITIATE_CHECKOUT",t[t.ADD_BUNDLE=108]="ADD_BUNDLE",t[t.UPGRADE_TO_SUBSCRIPTION=109]="UPGRADE_TO_SUBSCRIPTION",t[t.BUY_NOW=110]="BUY_NOW",t[t.QUICK_VIEW=111]="QUICK_VIEW",t})(Ee||{}),Di=(function(t){return t.POPUP="POPUP",t.PAGE_EMBED="PAGE_EMBED",t.CART_EMBED="CART_EMBED",t.ANNOUNCEMENT_BAR="ANNOUNCEMENT_BAR",t})(Di||{}),er=(function(t){return t.PRODUCT_PROMOTION="PRODUCT_PROMOTION",t.BUNDLE_AND_UPSELL="BUNDLE_AND_UPSELL",t.CART_RECOVERY="CART_RECOVERY",t.ANNOUNCEMENT="ANNOUNCEMENT",t.LEAD_GENERATION="LEAD_GENERATION",t.DATA_COLLECTION="DATA_COLLECTION",t.SALE_PROMOTION="SALE_PROMOTION",t.SUBSCRIPTION_UPSELL="SUBSCRIPTION_UPSELL",t.SHOPPABLE_VIDEO="SHOPPABLE_VIDEO",t.BYOB="BYOB",t.PROGRESS_BAR="PROGRESS_BAR",t.BUY_NOW="BUY_NOW",t.STICKY_ATC="STICKY_ATC",t.EXPERIMENT="EXPERIMENT",t.SAVINGS_BAR="SAVINGS_BAR",t.COLLECTION_FILTER="COLLECTION_FILTER",t})(er||{}),Oi=(function(t){return t.COOEE="COOEE",t.KLAVIYO="KLAVIYO",t})(Oi||{}),zl=(function(t){return t.ICONS="ICONS",t.TILES="TILES",t})(zl||{}),Yl=(function(t){return t.FREE_SHIPPING="FREE_SHIPPING",t.DISCOUNT="DISCOUNT",t.FREE_AUTO_GIFT="FREE_AUTO_GIFT",t.FREE_GIFT_SELECT="FREE_GIFT_SELECT",t.UI_ONLY="UI_ONLY",t})(Yl||{});var Yr=class t{static of(e,r){return r!==void 0?new Array(e).fill(r):Array.from({length:e},(n,o)=>o)}static remove(e,r){let n=e.indexOf(r);return n===-1?!1:(e.splice(n,1),!0)}static swap(e,r,n){[e[r],e[n]]=[e[n],e[r]]}static sum(e,r){return e.reduce((n,o)=>n+Math.max(r?r(o):+o,0),0)}static unique(e,r){return e.filter((n,o,i)=>i.findIndex(s=>s[r]===n[r])===o)}static shuffle(e){let r=e.length;for(;r!=0;){let n=Math.floor(Math.random()*r);r--,t.swap(e,r,n)}}};var Rm=(()=>{class t{static toTitle(r){return r?this.titleCase(r.toLowerCase().split(/[_-]+/).join(" ")):""}static toSlug(r){return r?r.toLowerCase().replace(/[_-]+/," ").replace(/[^\w ]+/g,"").replace(/ +/g,"-"):""}static toCamelCase(r){return r.toLowerCase().split(" ").map((n,o)=>o===0?n:n.charAt(0).toUpperCase()+n.slice(1)).join("")}static format(r,...n){return r?.replace(/{(\d+)}/g,(o,i)=>{let s=n[i];return s!==void 0?s:o})}static chop(r,n){if(!(!r||!n))return r.length<=n?r:r.substring(0,n)}static titleCase=r=>r.replace(/(^|\s)\S/g,n=>n.toUpperCase())}return t})();var Ks=class{applyDiscountOnMinimum;constructor(e){this.applyDiscountOnMinimum=e.applyDiscountOnMinimum}};var $n=class{s;g;i;constructor(e){e.s&&(this.s=new Ve(e.s)),e.g&&(this.g=new Ni(e.g)),this.i=e.i}get solid(){return this.s}get glossy(){return this.g}get img(){return this.i}};var Pi="a-f\\d",FE=`#?[${Pi}]{3}[${Pi}]?`,HE=`#?[${Pi}]{6}([${Pi}]{2})?`,$E=new RegExp(`[^#${Pi}]`,"gi"),VE=new RegExp(`^${FE}$|^${HE}$`,"i");function Kl(t,e={}){if(typeof t!="string"||$E.test(t)||!VE.test(t))throw new TypeError("Expected a valid hex string");t=t.replace(/^#/,"");let r=1;t.length===8&&(r=Number.parseInt(t.slice(6,8),16)/255,t=t.slice(0,6)),t.length===4&&(r=Number.parseInt(t.slice(3,4).repeat(2),16)/255,t=t.slice(0,3)),t.length===3&&(t=t[0]+t[0]+t[1]+t[1]+t[2]+t[2]);let n=Number.parseInt(t,16),o=n>>16,i=n>>8&255,s=n&255,a=typeof e.alpha=="number"?e.alpha:r;if(e.format==="array")return[o,i,s,a];if(e.format==="css"){let l=a===1?"":` / ${Number((a*100).toFixed(2))}%`;return`rgb(${o} ${i} ${s}${l})`}return{red:o,green:i,blue:s,alpha:a}}var Ve=class{h;a=100;g;constructor(e){e??={},this.h=e.h,this.a=e.a,this.g=e.g}get hex(){return this.h}get grad(){return this.g}get rgba(){if(!this.hex)return"";try{return Kl(this.hex,{format:"css",alpha:this.getAlpha()})}catch(e){return console.error("Invalid hex",e),"#000000"}}getAlpha(){return(this.a??100)/100}};var Kr=class{s;r;w;c;constructor(e){this.s=e.s,this.r=e.r,this.w=e.w,e.c&&(this.c=new Ve(e.c))}get radius(){return this.r}get width(){return this.w}get color(){return this.c}get style(){return Xs[this.s??1]}},Xs=(r=>(r[r.SOLID=1]="SOLID",r[r.DASHED=2]="DASHED",r))(Xs||{});var Ni=class t{static DEFAULT_FALLBACK=new Ve({h:"#000000",a:50});r;c;fb;constructor(e){this.r=e.r,e.c&&(this.c=new Ve(e.c)),e.fb&&(this.fb=new Ve(e.fb))}get radius(){return this.r}get color(){return this.c}get fallback(){return this.fb??t.DEFAULT_FALLBACK}};var Li=class{blur;spr;clr;x;y;constructor(e){e=e??{},this.blur=e.blur??0,this.spr=e.spr??0,this.x=e.x??0,this.y=e.y??0,this.clr=new Ve(e.clr)}getStyle(e){return`${this.x*e}px ${this.y*e}px ${this.blur*e}px ${this.spr*e}px ${this.clr.rgba}`}};var Xr=class{pl;pr;pt;pb;ml;mr;mt;mb;cent;constructor(e){e=e??{},this.pl=e.pl??0,this.pr=e.pr??0,this.pt=e.pt??0,this.pb=e.pb??0,this.ml=e.ml??0,this.mr=e.mr??0,this.mt=e.mt??0,this.mb=e.mb??0,this.cent=e.cent??!1}getHorizontal(){return this.pl+this.pr}getVertical(){return this.pt+this.pb}getPaddingCSS(){return`${this.pt}px ${this.pr}px ${this.pb}px ${this.pl}px`}};var Vn=class{rot;constructor(e){e?.rot&&(this.rot=e.rot)}get rotate(){return this.rot}};var To=(o=>(o[o.START=0]="START",o[o.CENTER=1]="CENTER",o[o.END=2]="END",o[o.JUSTIFY=3]="JUSTIFY",o))(To||{});var Js=class{name;fonts;constructor(e){e=e??{},e.name&&(e.name=e.name!=="Arial"?e.name:""),this.name=e.name,this.fonts=e.fonts?.map(r=>new Xl(r))}},Xl=class{style;url;constructor(e){e=e??{},this.style=e.style,this.url=e.url}getFontDescriptor(){return{style:this.style===2||this.style===4?"italic":"normal",weight:this.style===4||this.style===3?"700":"400"}}getURL(){return`url('${this.url}') format('truetype')`}};var at=class{fw;fs;fam;fmly;lh=1.2;ls;s;tc;ta;td;tdc;constructor(e){this.update(e)}get alignment(){return To[this.ta]}get letterSpacing(){return this.ls?this.ls+"px":"normal"}update(e){e=e??{},e.lh&&(this.lh=e.lh),e.tdc&&(this.tdc=new Ve(e.tdc)),this.td=e.td,this.fs=e.s??e.fs??60,this.tc=new Ve(e.tc),this.ta=e.ta??1,this.fw=e.fw??400,this.ls=e.ls??0,this.tc.h??="#000000",this.fam=new Js(e.fam??e.fmly)}resize(e){this.s*=e,this.ls*=e}};var Qs=class{modifications;constructor(e={}){e.modifications?.length?this.modifications=e.modifications.map(r=>new Zs(r)):e.experiments?.length&&(this.modifications=e.experiments.map(r=>new Zs(r)))}};var Zs=class{cssSelector;type;display;bg;typo;br;text;image;moveTo;constructor(e={}){this.cssSelector=e.cssSelector??"",this.type=e.type??"OTHER",this.display=e.display,e.bg&&(this.bg=new Ve(e.bg)),e.typo&&(this.typo=new at(e.typo)),e.br&&(this.br=new Kr(e.br)),this.text=e.text,this.image=e.image,this.moveTo=e.moveTo}get style(){let e={};return this.br?.r&&(e.borderRadius=this.br.r+"px"),this.br?.w&&(e.borderWidth=this.br.w+"px"),this.br?.s&&(e.borderStyle=Xs[this.br.s]?.toLowerCase()),this.br?.c?.h&&(e.borderColor=this.br.color?.rgba),this.bg?.h&&(e.backgroundColor=this.bg.rgba),this.type==="TEXT"&&this.typo&&(this.typo.fs&&(e.fontSize=this.typo.fs+"px"),this.typo.lh&&(e.lineHeight=this.typo.lh),this.typo.fw&&(e.fontWeight=this.typo.fw),this.typo.ta&&(e.textAlign=this.typo.alignment),this.typo.tc.h&&(e.color=this.typo.tc.rgba),this.typo.ls&&(e.letterSpacing=this.typo.letterSpacing),this.typo.td&&(e.textDecoration=this.typo.td??"none")),e}toString(){return`Experiment(cssSelector=${this.cssSelector})`}};var Dt=class{id;mID;vID;vName;imageURL;name;link;quantity;price;finalPrice;constructor(e){this.id=e.id,this.mID=e.mID,this.vID=e.vID,this.vName=e.vName,this.imageURL=e.imageURL,this.name=e.name,this.link=e.link,this.quantity=e.quantity,this.price=e.price,this.finalPrice=e.finalPrice??e.price}};var Jl=class{minValue;rewardType;label;reachingText;reachedText;discount;items;isUIOnly;allowATC;reached;calculatedAlignment;constructor(e){this.reached=e.reached??!1,this.calculatedAlignment=e.calculatedAlignment,this.minValue=e.minValue,this.rewardType=e.rewardType,this.label=e.label,this.reachingText=e.reachingText,this.reachedText=e.reachedText,this.discount=e.discount,this.items=e.items?.map(r=>new Dt(r)),this.isUIOnly=e.isUIOnly,this.allowATC=e.allowATC}};var ea=class{layout;milestones;totalProgress;coupons;reachedAmountOrCount;onlyLatestGift;noConfetti;removeIneligibleItem;restrictToLatestFreebie;rewardBasis;constructor(e){this.layout=e.layout??zl.ICONS,this.onlyLatestGift=e.onlyLatestGift,this.noConfetti=e.noConfetti,this.removeIneligibleItem=e.removeIneligibleItem??!0,this.restrictToLatestFreebie=e.restrictToLatestFreebie,this.rewardBasis=e.rewardBasis??"CART_AMOUNT",this.update(e)}update(e){e=e??{},this.milestones=e.milestones?.map(r=>new Jl(r))??[],this.totalProgress=e.totalProgress??0,this.coupons=e.coupons,this.reachedAmountOrCount=e.reachedAmountOrCount}};var ta=class{animateNumber;animationDuration;text;iconURL;animation;totalSavings;constructor(e={}){this.animateNumber=e.animateNumber??!0,this.animation=e.animation??"SLOT_MACHINE",this.animationDuration=e.animationDuration??1e3,this.text=e.text??"You are saving {{ cart.total_savings }} on this order",this.iconURL=e.iconURL,this.totalSavings=e.totalSavings??0}};var Ir=class{constructor(e,r){this._startTime=e;this._triggerData=r}intervals=[];selectedEmbeddedItems;renderer;closeCallback;inputFields=[];get startTime(){return this._startTime}get triggerData(){return this._triggerData}get inputs(){return this.inputFields}get rootClassName(){let e=this.triggerData.shortID??this.triggerData.id.slice(-6);return e==="test"&&(e="test-"+this.startTime.getTime().toString()),"cooee-wrapper-"+e}get selectedItems(){return this.triggerData.items.filter(e=>e.selected.value)}get shouldGiveFBTDiscount(){let e=this.selectedItems.length;return this.triggerData.bundleConfig?.applyDiscountOnMinimum?this.triggerData.bundleConfig.applyDiscountOnMinimum<=e:e===this.triggerData.items.length}onClose(e){this.closeCallback=e}closeInApp(e,r){r??={};let n=(new Date().getTime()-this.startTime.getTime())/1e3,o=E({eventName:e,duration:n},r);this.stopIntervals(),this.closeCallback&&this.closeCallback(o)}addInputField(e,r){this.inputFields.push({id:e,type:r,isValid:!1})}updateValidation(e,r){this.inputFields.forEach(n=>{if(n.id===e){n.isValid=r;return}})}hasManipulatedProductQuantity(){let e=this.triggerData.manipulation.productQuantity;return e?.enabled&&e.min!=null&&e.max!=null}getManipulatedQuantity(e){let{min:r=1,max:n=100}=this.triggerData.manipulation.productQuantity;if(r>n)return b.error("Invalid range: min should be less than or equal to max."),e;if(e>=r&&e<=n)return e;let o=e%100;return o<r?r:o>n?n:o}stopIntervals(){this.intervals.forEach(e=>clearInterval(e))}};var bt=class{static ISO_WITHOUT_MS_REGEX=new RegExp(/\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d([+-][0-2]\d:[0-5]\d|Z)/);static isObject(e){return typeof e=="object"&&!Array.isArray(e)&&e!==null}static parseToAny(e){try{return JSON.parse(e.toString())}catch{}return e.toString().match(this.ISO_WITHOUT_MS_REGEX)?new Date(e.toString()):e}static async sleep(e){return new Promise(r=>setTimeout(r,e))}static hasKeys(e){return e?Object.keys(e).length>=1:!1}static convertObjectToArray(e,r){return r.reduce((n,o)=>(e.hasOwnProperty(o)&&e[o]!=null&&n.push({[o]:e[o]}),n),[])}static removeNullUndefinedKeys(e){return Object.keys(e).reduce((r,n)=>(e[n]!==null&&e[n]!==void 0&&(r[n]=e[n]),r),{})}static stringify(e){return JSON.stringify(e,function(r,n){return n===void 0?null:n})}};var Zl=zr(Dm());function Io(t){return Zl.default.createInstance({name:"lc",storeName:t,driver:Zl.default.LOCALSTORAGE})}var hn=class{static storage;static async get(e,r){return await this.storage?.getItem(e)??r}static set(e,r){return this.storage?.setItem(e,r)}static remove(e){return this.storage?.removeItem(e)}static clear(){return this.storage?.clear()}static getForage(){return this.storage}};var Mi=class Mi extends hn{};wo(Mi,"storeName","ses"),Mi.storage=Io(Mi.storeName);var xt=Mi;var Bi=class Bi extends hn{};wo(Bi,"storeName","usr"),Bi.storage=Io(Bi.storeName);var Ye=Bi;var tr=class extends Error{request;response;status;requestBody;responseText;constructor(e){super(e),this.name="FetchError",Object.setPrototypeOf(this,new.target.prototype)}is40x(){return!!this.response&&this.response.status>=400&&this.response.status<500}};async function Jr(t,e){let r=Date.now(),n;try{n=await WE(t,e)}catch{}let o=n?new Request(n.url,{method:e?.method||"GET"}):new Request(t,e);if(!n||!n.ok){let f="Failed to fetch";n?.statusText&&(f+=`: ${n.statusText}`);let m=new tr(f);throw m.request=o,m.response=n?.clone(),m.status=n?.status,m.requestBody=e?.body,m.responseText=await Om(n),m}let i,s=(n.headers.get("content-type")||"").toLowerCase(),a=n.headers.get("content-length"),l=e?.method?.toUpperCase()||"GET";if(n.status===204||n.status===205||l==="HEAD"||a==="0")i=void 0;else if(s.includes("application/json")||s.includes("application/problem+json")||s.includes("text/javascript"))try{i=await n.clone().json()}catch(f){let m=new tr(`Failed to parse JSON response: ${f?.message}`);throw m.request=o,m.response=n.clone(),m.status=n.status,m.requestBody=e?.body,m.responseText=await Om(n),m}else s.includes("text/")||s.includes("image/svg+xml")?i=await n.text():i=await n.arrayBuffer();return{data:i,status:n.status,statusText:n.statusText,headers:n.headers,timeTakenMs:Date.now()-r,options:e,request:o}}async function WE(t,e){let r=null,n;for(let o=0;o<=5;o++){try{let i=new Headers(e?.headers);(t.includes("letscooee.com")||t.includes("localhost"))&&i.set("Cooee-Retry-Attempt",o.toString());let s=Z(E({},e),{headers:i});if(n=await fetch(t,s),n.ok||n.status>=400&&n.status<500)return n;r=new Error(`Server error: ${n.status} ${n.statusText}`)}catch(i){r=i instanceof Error?i:new Error(String(i))}if(o<5){let i=Math.pow(2,o)*500;await new Promise(s=>setTimeout(s,i))}}if(n&&!n.ok)return n;throw r||new Error("Request failed after retries")}async function Om(t){if(t){try{return t=t.clone(),await t.json()}catch{}try{return await t.text()}catch{}}}var ie=typeof __SENTRY_DEBUG__>"u"||__SENTRY_DEBUG__;var pe=globalThis;var xr="9.42.0";function Wn(){return jn(pe),pe}function jn(t){let e=t.__SENTRY__=t.__SENTRY__||{};return e.version=e.version||xr,e[xr]=e[xr]||{}}function Qr(t,e,r=pe){let n=r.__SENTRY__=r.__SENTRY__||{},o=n[xr]=n[xr]||{};return o[t]||(o[t]=e())}var eu=["debug","info","warn","error","log","assert","trace"],jE="Sentry Logger ",xo={};function gn(t){if(!("console"in pe))return t();let e=pe.console,r={},n=Object.keys(xo);n.forEach(o=>{let i=xo[o];r[o]=e[o],e[o]=i});try{return t()}finally{n.forEach(o=>{e[o]=r[o]})}}function GE(){ru().enabled=!0}function qE(){ru().enabled=!1}function Nm(){return ru().enabled}function zE(...t){tu("log",...t)}function YE(...t){tu("warn",...t)}function KE(...t){tu("error",...t)}function tu(t,...e){ie&&Nm()&&gn(()=>{pe.console[t](`${jE}[${t}]:`,...e)})}function ru(){return ie?Qr("loggerSettings",()=>({enabled:!1})):{enabled:!1}}var ee={enable:GE,disable:qE,isEnabled:Nm,log:zE,warn:YE,error:KE};var Pm=/\(error: (.*)\)/,Lm=/captureMessage|captureException/;function ou(...t){let e=t.sort((r,n)=>r[0]-n[0]).map(r=>r[1]);return(r,n=0,o=0)=>{let i=[],s=r.split(`
11
+ `);for(let a=n;a<s.length;a++){let l=s[a];if(l.length>1024)continue;let f=Pm.test(l)?l.replace(Pm,"$1"):l;if(!f.match(/\S*Error: /)){for(let m of e){let d=m(f);if(d){i.push(d);break}}if(i.length>=50+o)break}}return Mm(i.slice(o))}}function Mm(t){if(!t.length)return[];let e=Array.from(t);return/sentryWrapped/.test(ra(e).function||"")&&e.pop(),e.reverse(),Lm.test(ra(e).function||"")&&(e.pop(),Lm.test(ra(e).function||"")&&e.pop()),e.slice(0,50).map(r=>Z(E({},r),{filename:r.filename||ra(e).filename,function:r.function||"?"}))}function ra(t){return t[t.length-1]||{}}var nu="<anonymous>";function rr(t){try{return!t||typeof t!="function"?nu:t.name||nu}catch{return nu}}function na(t){let e=t.exception;if(e){let r=[];try{return e.values.forEach(n=>{n.stacktrace.frames&&r.push(...n.stacktrace.frames)}),r}catch{return}}}var oa={},Bm={};function Ot(t,e){oa[t]=oa[t]||[],oa[t].push(e)}function Nt(t,e){if(!Bm[t]){Bm[t]=!0;try{e()}catch(r){ie&&ee.error(`Error while instrumenting ${t}`,r)}}}function ct(t,e){let r=t&&oa[t];if(r)for(let n of r)try{n(e)}catch(o){ie&&ee.error(`Error while triggering instrumentation handler.
12
12
  Type: ${t}
13
- Name: ${tr(n)}
14
- Error:`,o)}}var ru=null;function nu(t){let e="error";Ot(e,t),Nt(e,VE)}function VE(){ru=pe.onerror,pe.onerror=function(t,e,r,n,o){return ct("error",{column:n,error:o,line:r,msg:t,url:e}),ru?ru.apply(this,arguments):!1},pe.onerror.__SENTRY_INSTRUMENTED__=!0}var ou=null;function iu(t){let e="unhandledrejection";Ot(e,t),Nt(e,WE)}function WE(){ou=pe.onunhandledrejection,pe.onunhandledrejection=function(t){return ct("unhandledrejection",t),ou?ou.apply(this,arguments):!0},pe.onunhandledrejection.__SENTRY_INSTRUMENTED__=!0}var Pm=Object.prototype.toString;function Gn(t){switch(Pm.call(t)){case"[object Error]":case"[object Exception]":case"[object DOMException]":case"[object WebAssembly.Exception]":return!0;default:return gr(t,Error)}}function Co(t,e){return Pm.call(t)===`[object ${e}]`}function ra(t){return Co(t,"ErrorEvent")}function na(t){return Co(t,"DOMError")}function su(t){return Co(t,"DOMException")}function Pt(t){return Co(t,"String")}function Ro(t){return typeof t=="object"&&t!==null&&"__sentry_template_string__"in t&&"__sentry_template_values__"in t}function qn(t){return t===null||Ro(t)||typeof t!="object"&&typeof t!="function"}function Zr(t){return Co(t,"Object")}function zn(t){return typeof Event<"u"&&gr(t,Event)}function au(t){return typeof Element<"u"&&gr(t,Element)}function cu(t){return Co(t,"RegExp")}function en(t){return!!(t?.then&&typeof t.then=="function")}function lu(t){return Zr(t)&&"nativeEvent"in t&&"preventDefault"in t&&"stopPropagation"in t}function gr(t,e){try{return t instanceof e}catch{return!1}}function Bi(t){return!!(typeof t=="object"&&t!==null&&(t.__isVue||t._isVue))}function Lm(t){return typeof Request<"u"&&gr(t,Request)}var uu=pe,jE=80;function Ui(t,e={}){if(!t)return"<unknown>";try{let r=t,n=5,o=[],i=0,s=0,a=" > ",l=a.length,f,m=Array.isArray(e)?e:e.keyAttrs,d=!Array.isArray(e)&&e.maxStringLength||jE;for(;r&&i++<n&&(f=GE(r,m),!(f==="html"||i>1&&s+o.length*l+f.length>=d));)o.push(f),s+=f.length,r=r.parentNode;return o.reverse().join(a)}catch{return"<unknown>"}}function GE(t,e){let r=t,n=[];if(!r?.tagName)return"";if(uu.HTMLElement&&r instanceof HTMLElement&&r.dataset){if(r.dataset.sentryComponent)return r.dataset.sentryComponent;if(r.dataset.sentryElement)return r.dataset.sentryElement}n.push(r.tagName.toLowerCase());let o=e?.length?e.filter(s=>r.getAttribute(s)).map(s=>[s,r.getAttribute(s)]):null;if(o?.length)o.forEach(s=>{n.push(`[${s[0]}="${s[1]}"]`)});else{r.id&&n.push(`#${r.id}`);let s=r.className;if(s&&Pt(s)){let a=s.split(/\s+/);for(let l of a)n.push(`.${l}`)}}let i=["aria-label","type","name","title","alt"];for(let s of i){let a=r.getAttribute(s);a&&n.push(`[${s}="${a}"]`)}return n.join("")}function ki(){try{return uu.document.location.href}catch{return""}}function fu(t){if(!uu.HTMLElement)return null;let e=t,r=5;for(let n=0;n<r;n++){if(!e)return null;if(e instanceof HTMLElement){if(e.dataset.sentryComponent)return e.dataset.sentryComponent;if(e.dataset.sentryElement)return e.dataset.sentryElement}e=e.parentNode}return null}function yn(t,e=0){return typeof t!="string"||e===0||t.length<=e?t:`${t.slice(0,e)}...`}function oa(t,e){if(!Array.isArray(t))return"";let r=[];for(let n=0;n<t.length;n++){let o=t[n];try{Bi(o)?r.push("[VueViewModel]"):r.push(String(o))}catch{r.push("[value cannot be serialized]")}}return r.join(e)}function Mm(t,e,r=!1){return Pt(t)?cu(e)?e.test(t):Pt(e)?r?t===e:t.includes(e):!1:!1}function Ao(t,e=[],r=!1){return e.some(n=>Mm(t,n,r))}function lt(t,e,r){if(!(e in t))return;let n=t[e];if(typeof n!="function")return;let o=r(n);typeof o=="function"&&ia(o,n);try{t[e]=o}catch{ie&&ee.log(`Failed to replace method "${e}" in object`,t)}}function Vt(t,e,r){try{Object.defineProperty(t,e,{value:r,writable:!0,configurable:!0})}catch{ie&&ee.log(`Failed to add non-enumerable property "${e}" to object`,t)}}function ia(t,e){try{let r=e.prototype||{};t.prototype=e.prototype=r,Vt(t,"__sentry_original__",e)}catch{}}function Yn(t){return t.__sentry_original__}function sa(t){if(Gn(t))return E({message:t.message,name:t.name,stack:t.stack},Um(t));if(zn(t)){let e=E({type:t.type,target:Bm(t.target),currentTarget:Bm(t.currentTarget)},Um(t));return typeof CustomEvent<"u"&&gr(t,CustomEvent)&&(e.detail=t.detail),e}else return t}function Bm(t){try{return au(t)?Ui(t):Object.prototype.toString.call(t)}catch{return"<unknown>"}}function Um(t){if(typeof t=="object"&&t!==null){let e={};for(let r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e}else return{}}function pu(t,e=40){let r=Object.keys(sa(t));r.sort();let n=r[0];if(!n)return"[object has no keys]";if(n.length>=e)return yn(n,e);for(let o=r.length;o>0;o--){let i=r.slice(0,o).join(", ");if(!(i.length>e))return o===r.length?i:yn(i,e)}return""}function qE(){let t=pe;return t.crypto||t.msCrypto}function ut(t=qE()){let e=()=>Math.random()*16;try{if(t?.randomUUID)return t.randomUUID().replace(/-/g,"");t?.getRandomValues&&(e=()=>{let r=new Uint8Array(1);return t.getRandomValues(r),r[0]})}catch{}return("10000000100040008000"+1e11).replace(/[018]/g,r=>(r^(e()&15)>>r/4).toString(16))}function km(t){return t.exception?.values?.[0]}function Cr(t){let{message:e,event_id:r}=t;if(e)return e;let n=km(t);return n?n.type&&n.value?`${n.type}: ${n.value}`:n.type||n.value||r||"<unknown>":r||"<unknown>"}function Do(t,e,r){let n=t.exception=t.exception||{},o=n.values=n.values||[],i=o[0]=o[0]||{};i.value||(i.value=e||""),i.type||(i.type=r||"Error")}function Rr(t,e){let r=km(t);if(!r)return;let n={type:"generic",handled:!0},o=r.mechanism;if(r.mechanism=E(E(E({},n),o),e),e&&"data"in e){let i=E(E({},o?.data),e.data);r.mechanism.data=i}}function aa(t){if(zE(t))return!0;try{Vt(t,"__sentry_captured__",!0)}catch{}return!1}function zE(t){try{return t.__sentry_captured__}catch{}}var Hm=1e3;function Ar(){return Date.now()/Hm}function YE(){let{performance:t}=pe;if(!t?.now||!t.timeOrigin)return Ar;let e=t.timeOrigin;return()=>(e+t.now())/Hm}var Fm;function Ut(){return(Fm??(Fm=YE()))()}function $m(t){let e=Ut(),r={sid:ut(),init:!0,timestamp:e,started:e,duration:0,status:"ok",errors:0,ignoreDuration:!1,toJSON:()=>KE(r)};return t&&tn(r,t),r}function tn(t,e={}){if(e.user&&(!t.ipAddress&&e.user.ip_address&&(t.ipAddress=e.user.ip_address),!t.did&&!e.did&&(t.did=e.user.id||e.user.email||e.user.username)),t.timestamp=e.timestamp||Ut(),e.abnormal_mechanism&&(t.abnormal_mechanism=e.abnormal_mechanism),e.ignoreDuration&&(t.ignoreDuration=e.ignoreDuration),e.sid&&(t.sid=e.sid.length===32?e.sid:ut()),e.init!==void 0&&(t.init=e.init),!t.did&&e.did&&(t.did=`${e.did}`),typeof e.started=="number"&&(t.started=e.started),t.ignoreDuration)t.duration=void 0;else if(typeof e.duration=="number")t.duration=e.duration;else{let r=t.timestamp-t.started;t.duration=r>=0?r:0}e.release&&(t.release=e.release),e.environment&&(t.environment=e.environment),!t.ipAddress&&e.ipAddress&&(t.ipAddress=e.ipAddress),!t.userAgent&&e.userAgent&&(t.userAgent=e.userAgent),typeof e.errors=="number"&&(t.errors=e.errors),e.status&&(t.status=e.status)}function Vm(t,e){let r={};e?r={status:e}:t.status==="ok"&&(r={status:"exited"}),tn(t,r)}function KE(t){return{sid:`${t.sid}`,init:t.init,started:new Date(t.started*1e3).toISOString(),timestamp:new Date(t.timestamp*1e3).toISOString(),status:t.status,errors:t.errors,did:typeof t.did=="number"||typeof t.did=="string"?`${t.did}`:void 0,duration:t.duration,abnormal_mechanism:t.abnormal_mechanism,attrs:{release:t.release,environment:t.environment,ip_address:t.ipAddress,user_agent:t.userAgent}}}function vn(t,e,r=2){if(!e||typeof e!="object"||r<=0)return e;if(t&&Object.keys(e).length===0)return t;let n=E({},t);for(let o in e)Object.prototype.hasOwnProperty.call(e,o)&&(n[o]=vn(n[o],e[o],r-1));return n}function mu(){return ut()}function ca(){return ut().substring(16)}var du="_sentrySpan";function hu(t,e){e?Vt(t,du,e):delete t[du]}function gu(t){return t[du]}var XE=100,bt=class t{constructor(){this._notifyingListeners=!1,this._scopeListeners=[],this._eventProcessors=[],this._breadcrumbs=[],this._attachments=[],this._user={},this._tags={},this._extra={},this._contexts={},this._sdkProcessingMetadata={},this._propagationContext={traceId:mu(),sampleRand:Math.random()}}clone(){let e=new t;return e._breadcrumbs=[...this._breadcrumbs],e._tags=E({},this._tags),e._extra=E({},this._extra),e._contexts=E({},this._contexts),this._contexts.flags&&(e._contexts.flags={values:[...this._contexts.flags.values]}),e._user=this._user,e._level=this._level,e._session=this._session,e._transactionName=this._transactionName,e._fingerprint=this._fingerprint,e._eventProcessors=[...this._eventProcessors],e._attachments=[...this._attachments],e._sdkProcessingMetadata=E({},this._sdkProcessingMetadata),e._propagationContext=E({},this._propagationContext),e._client=this._client,e._lastEventId=this._lastEventId,hu(e,gu(this)),e}setClient(e){this._client=e}setLastEventId(e){this._lastEventId=e}getClient(){return this._client}lastEventId(){return this._lastEventId}addScopeListener(e){this._scopeListeners.push(e)}addEventProcessor(e){return this._eventProcessors.push(e),this}setUser(e){return this._user=e||{email:void 0,id:void 0,ip_address:void 0,username:void 0},this._session&&tn(this._session,{user:e}),this._notifyScopeListeners(),this}getUser(){return this._user}setTags(e){return this._tags=E(E({},this._tags),e),this._notifyScopeListeners(),this}setTag(e,r){return this._tags=Z(E({},this._tags),{[e]:r}),this._notifyScopeListeners(),this}setExtras(e){return this._extra=E(E({},this._extra),e),this._notifyScopeListeners(),this}setExtra(e,r){return this._extra=Z(E({},this._extra),{[e]:r}),this._notifyScopeListeners(),this}setFingerprint(e){return this._fingerprint=e,this._notifyScopeListeners(),this}setLevel(e){return this._level=e,this._notifyScopeListeners(),this}setTransactionName(e){return this._transactionName=e,this._notifyScopeListeners(),this}setContext(e,r){return r===null?delete this._contexts[e]:this._contexts[e]=r,this._notifyScopeListeners(),this}setSession(e){return e?this._session=e:delete this._session,this._notifyScopeListeners(),this}getSession(){return this._session}update(e){if(!e)return this;let r=typeof e=="function"?e(this):e,n=r instanceof t?r.getScopeData():Zr(r)?e:void 0,{tags:o,extra:i,user:s,contexts:a,level:l,fingerprint:f=[],propagationContext:m}=n||{};return this._tags=E(E({},this._tags),o),this._extra=E(E({},this._extra),i),this._contexts=E(E({},this._contexts),a),s&&Object.keys(s).length&&(this._user=s),l&&(this._level=l),f.length&&(this._fingerprint=f),m&&(this._propagationContext=m),this}clear(){return this._breadcrumbs=[],this._tags={},this._extra={},this._user={},this._contexts={},this._level=void 0,this._transactionName=void 0,this._fingerprint=void 0,this._session=void 0,hu(this,void 0),this._attachments=[],this.setPropagationContext({traceId:mu(),sampleRand:Math.random()}),this._notifyScopeListeners(),this}addBreadcrumb(e,r){let n=typeof r=="number"?r:XE;if(n<=0)return this;let o=Z(E({timestamp:Ar()},e),{message:e.message?yn(e.message,2048):e.message});return this._breadcrumbs.push(o),this._breadcrumbs.length>n&&(this._breadcrumbs=this._breadcrumbs.slice(-n),this._client?.recordDroppedEvent("buffer_overflow","log_item")),this._notifyScopeListeners(),this}getLastBreadcrumb(){return this._breadcrumbs[this._breadcrumbs.length-1]}clearBreadcrumbs(){return this._breadcrumbs=[],this._notifyScopeListeners(),this}addAttachment(e){return this._attachments.push(e),this}clearAttachments(){return this._attachments=[],this}getScopeData(){return{breadcrumbs:this._breadcrumbs,attachments:this._attachments,contexts:this._contexts,tags:this._tags,extra:this._extra,user:this._user,level:this._level,fingerprint:this._fingerprint||[],eventProcessors:this._eventProcessors,propagationContext:this._propagationContext,sdkProcessingMetadata:this._sdkProcessingMetadata,transactionName:this._transactionName,span:gu(this)}}setSDKProcessingMetadata(e){return this._sdkProcessingMetadata=vn(this._sdkProcessingMetadata,e,2),this}setPropagationContext(e){return this._propagationContext=e,this}getPropagationContext(){return this._propagationContext}captureException(e,r){let n=r?.event_id||ut();if(!this._client)return ie&&ee.warn("No client configured on scope - will not capture exception!"),n;let o=new Error("Sentry syntheticException");return this._client.captureException(e,Z(E({originalException:e,syntheticException:o},r),{event_id:n}),this),n}captureMessage(e,r,n){let o=n?.event_id||ut();if(!this._client)return ie&&ee.warn("No client configured on scope - will not capture message!"),o;let i=new Error(e);return this._client.captureMessage(e,r,Z(E({originalException:e,syntheticException:i},n),{event_id:o}),this),o}captureEvent(e,r){let n=r?.event_id||ut();return this._client?(this._client.captureEvent(e,Z(E({},r),{event_id:n}),this),n):(ie&&ee.warn("No client configured on scope - will not capture event!"),n)}_notifyScopeListeners(){this._notifyingListeners||(this._notifyingListeners=!0,this._scopeListeners.forEach(e=>{e(this)}),this._notifyingListeners=!1)}};function Wm(){return Qr("defaultCurrentScope",()=>new bt)}function jm(){return Qr("defaultIsolationScope",()=>new bt)}var yu=class{constructor(e,r){let n;e?n=e:n=new bt;let o;r?o=r:o=new bt,this._stack=[{scope:n}],this._isolationScope=o}withScope(e){let r=this._pushScope(),n;try{n=e(r)}catch(o){throw this._popScope(),o}return en(n)?n.then(o=>(this._popScope(),o),o=>{throw this._popScope(),o}):(this._popScope(),n)}getClient(){return this.getStackTop().client}getScope(){return this.getStackTop().scope}getIsolationScope(){return this._isolationScope}getStackTop(){return this._stack[this._stack.length-1]}_pushScope(){let e=this.getScope().clone();return this._stack.push({client:this.getClient(),scope:e}),e}_popScope(){return this._stack.length<=1?!1:!!this._stack.pop()}};function Oo(){let t=Wn(),e=jn(t);return e.stack=e.stack||new yu(Wm(),jm())}function JE(t){return Oo().withScope(t)}function QE(t,e){let r=Oo();return r.withScope(()=>(r.getStackTop().scope=t,e(t)))}function Gm(t){return Oo().withScope(()=>t(Oo().getIsolationScope()))}function qm(){return{withIsolationScope:Gm,withScope:JE,withSetScope:QE,withSetIsolationScope:(t,e)=>Gm(e),getCurrentScope:()=>Oo().getScope(),getIsolationScope:()=>Oo().getIsolationScope()}}function la(t){let e=jn(t);return e.acs?e.acs:qm()}function yr(){let t=Wn();return la(t).getCurrentScope()}function Dr(){let t=Wn();return la(t).getIsolationScope()}function ua(){return Qr("globalScope",()=>new bt)}function Fi(...t){let e=Wn(),r=la(e);if(t.length===2){let[n,o]=t;return n?r.withSetScope(n,o):r.withScope(o)}return r.withScope(t[0])}function We(){return yr().getClient()}function vu(t){let e=t.getPropagationContext(),{traceId:r,parentSpanId:n,propagationSpanId:o}=e,i={trace_id:r,span_id:o||ca()};return n&&(i.parent_span_id=n),i}var fa="sentry.source",Eu="sentry.sample_rate",zm="sentry.previous_trace_sample_rate",_u="sentry.op",bu="sentry.origin";var wu="sentry.profile_id",Su="sentry.exclusive_time";var ZE="_sentryScope",e_="_sentryIsolationScope";function pa(t){return{scope:t[ZE],isolationScope:t[e_]}}var t_="sentry-",r_=/^sentry-/;function Km(t){let e=n_(t);if(!e)return;let r=Object.entries(e).reduce((n,[o,i])=>{if(o.match(r_)){let s=o.slice(t_.length);n[s]=i}return n},{});if(Object.keys(r).length>0)return r}function n_(t){if(!(!t||!Pt(t)&&!Array.isArray(t)))return Array.isArray(t)?t.reduce((e,r)=>{let n=Ym(r);return Object.entries(n).forEach(([o,i])=>{e[o]=i}),e},{}):Ym(t)}function Ym(t){return t.split(",").map(e=>e.split("=").map(r=>{try{return decodeURIComponent(r.trim())}catch{return}})).reduce((e,[r,n])=>(r&&n&&(e[r]=n),e),{})}function Xm(t){if(typeof t=="boolean")return Number(t);let e=typeof t=="string"?parseFloat(t):t;if(!(typeof e!="number"||isNaN(e)||e<0||e>1))return e}var ed=1,Jm=!1;function Tu(t){let{spanId:e,traceId:r,isRemote:n}=t.spanContext(),o=n?e:No(t).parent_span_id,i=pa(t).scope,s=n?i?.getPropagationContext().propagationSpanId||ca():e;return{parent_span_id:o,span_id:s,trace_id:r}}function o_(t){if(t&&t.length>0)return t.map(s=>{var a=s,{context:l}=a,f=l,{spanId:e,traceId:r,traceFlags:n}=f,o=lm(f,["spanId","traceId","traceFlags"]),{attributes:i}=a;return E({span_id:e,trace_id:r,sampled:n===ed,attributes:i},o)})}function Qm(t){return typeof t=="number"?Zm(t):Array.isArray(t)?t[0]+t[1]/1e9:t instanceof Date?Zm(t.getTime()):Ut()}function Zm(t){return t>9999999999?t/1e3:t}function No(t){if(s_(t))return t.getSpanJSON();let{spanId:e,traceId:r}=t.spanContext();if(i_(t)){let{attributes:n,startTime:o,name:i,endTime:s,status:a,links:l}=t,f="parentSpanId"in t?t.parentSpanId:"parentSpanContext"in t?t.parentSpanContext?.spanId:void 0;return{span_id:e,trace_id:r,data:n,description:i,parent_span_id:f,start_timestamp:Qm(o),timestamp:Qm(s)||void 0,status:a_(a),op:n[_u],origin:n[bu],links:o_(l)}}return{span_id:e,trace_id:r,start_timestamp:0,data:{}}}function i_(t){let e=t;return!!e.attributes&&!!e.startTime&&!!e.name&&!!e.endTime&&!!e.status}function s_(t){return typeof t.getSpanJSON=="function"}function td(t){let{traceFlags:e}=t.spanContext();return e===ed}function a_(t){if(!(!t||t.code===0))return t.code===1?"ok":t.message||"unknown_error"}var c_="_sentryRootSpan";function Hi(t){return t[c_]||t}function Iu(){Jm||(gn(()=>{console.warn("[Sentry] Returning null from `beforeSendSpan` is disallowed. To drop certain spans, configure the respective integrations directly.")}),Jm=!0)}function rd(t){if(typeof __SENTRY_TRACING__=="boolean"&&!__SENTRY_TRACING__)return!1;let e=t||We()?.getOptions();return!!e&&(e.tracesSampleRate!=null||!!e.tracesSampler)}var Po="production";var l_=/^o(\d+)\./,u_=/^(?:(\w+):)\/\/(?:(\w+)(?::(\w+)?)?@)([\w.-]+)(?::(\d+))?\/(.+)/;function f_(t){return t==="http"||t==="https"}function En(t,e=!1){let{host:r,path:n,pass:o,port:i,projectId:s,protocol:a,publicKey:l}=t;return`${a}://${l}${e&&o?`:${o}`:""}@${r}${i?`:${i}`:""}/${n&&`${n}/`}${s}`}function p_(t){let e=u_.exec(t);if(!e){gn(()=>{console.error(`Invalid Sentry Dsn: ${t}`)});return}let[r,n,o="",i="",s="",a=""]=e.slice(1),l="",f=a,m=f.split("/");if(m.length>1&&(l=m.slice(0,-1).join("/"),f=m.pop()),f){let d=f.match(/^\d+/);d&&(f=d[0])}return nd({host:i,pass:o,path:l,projectId:f,port:s,protocol:r,publicKey:n})}function nd(t){return{protocol:t.protocol,publicKey:t.publicKey||"",pass:t.pass||"",host:t.host,port:t.port||"",path:t.path||"",projectId:t.projectId}}function m_(t){if(!ie)return!0;let{port:e,projectId:r,protocol:n}=t;return["protocol","publicKey","host","projectId"].find(s=>t[s]?!1:(ee.error(`Invalid Sentry Dsn: ${s} missing`),!0))?!1:r.match(/^\d+$/)?f_(n)?e&&isNaN(parseInt(e,10))?(ee.error(`Invalid Sentry Dsn: Invalid port ${e}`),!1):!0:(ee.error(`Invalid Sentry Dsn: Invalid protocol ${n}`),!1):(ee.error(`Invalid Sentry Dsn: Invalid projectId ${r}`),!1)}function od(t){return t.match(l_)?.[1]}function id(t){let e=typeof t=="string"?p_(t):nd(t);if(!(!e||!m_(e)))return e}var d_="_frozenDsc";function sd(t,e){let r=e.getOptions(),{publicKey:n,host:o}=e.getDsn()||{},i;r.orgId?i=String(r.orgId):o&&(i=od(o));let s={environment:r.environment||Po,release:r.release,public_key:n,trace_id:t,org_id:i};return e.emit("createDsc",s),s}function ad(t,e){let r=e.getPropagationContext();return r.dsc||sd(r.traceId,t)}function xu(t){let e=We();if(!e)return{};let r=Hi(t),n=No(r),o=n.data,i=r.spanContext().traceState,s=i?.get("sentry.sample_rate")??o[Eu]??o[zm];function a(C){return(typeof s=="number"||typeof s=="string")&&(C.sample_rate=`${s}`),C}let l=r[d_];if(l)return a(l);let f=i?.get("sentry.dsc"),m=f&&Km(f);if(m)return a(m);let d=sd(t.spanContext().traceId,e),_=o[fa],y=n.description;return _!=="url"&&y&&(d.transaction=y),rd()&&(d.sampled=String(td(r)),d.sample_rand=i?.get("sentry.sample_rand")??pa(r).scope?.getPropagationContext().sampleRand.toString()),a(d),e.emit("createDsc",d,r),d}function rr(t,e=100,r=1/0){try{return Cu("",t,e,r)}catch(n){return{ERROR:`**non-serializable** (${n})`}}}function ma(t,e=3,r=100*1024){let n=rr(t,e);return v_(n)>r?ma(t,e-1,r):n}function Cu(t,e,r=1/0,n=1/0,o=E_()){let[i,s]=o;if(e==null||["boolean","string"].includes(typeof e)||typeof e=="number"&&Number.isFinite(e))return e;let a=h_(t,e);if(!a.startsWith("[object "))return a;if(e.__sentry_skip_normalization__)return e;let l=typeof e.__sentry_override_normalization_depth__=="number"?e.__sentry_override_normalization_depth__:r;if(l===0)return a.replace("object ","");if(i(e))return"[Circular ~]";let f=e;if(f&&typeof f.toJSON=="function")try{let y=f.toJSON();return Cu("",y,l-1,n,o)}catch{}let m=Array.isArray(e)?[]:{},d=0,_=sa(e);for(let y in _){if(!Object.prototype.hasOwnProperty.call(_,y))continue;if(d>=n){m[y]="[MaxProperties ~]";break}let C=_[y];m[y]=Cu(y,C,l-1,n,o),d++}return s(e),m}function h_(t,e){try{if(t==="domain"&&e&&typeof e=="object"&&e._events)return"[Domain]";if(t==="domainEmitter")return"[DomainEmitter]";if(typeof global<"u"&&e===global)return"[Global]";if(typeof window<"u"&&e===window)return"[Window]";if(typeof document<"u"&&e===document)return"[Document]";if(Bi(e))return"[VueViewModel]";if(lu(e))return"[SyntheticEvent]";if(typeof e=="number"&&!Number.isFinite(e))return`[${e}]`;if(typeof e=="function")return`[Function: ${tr(e)}]`;if(typeof e=="symbol")return`[${String(e)}]`;if(typeof e=="bigint")return`[BigInt: ${String(e)}]`;let r=g_(e);return/^HTML(\w*)Element$/.test(r)?`[HTMLElement: ${r}]`:`[object ${r}]`}catch(r){return`**non-serializable** (${r})`}}function g_(t){let e=Object.getPrototypeOf(t);return e?.constructor?e.constructor.name:"null prototype"}function y_(t){return~-encodeURI(t).split(/%..|./).length}function v_(t){return y_(JSON.stringify(t))}function E_(){let t=new WeakSet;function e(n){return t.has(n)?!0:(t.add(n),!1)}function r(n){t.delete(n)}return[e,r]}function rn(t,e=[]){return[t,e]}function cd(t,e){let[r,n]=t;return[r,[...n,e]]}function Au(t,e){let r=t[1];for(let n of r){let o=n[0].type;if(e(n,o))return!0}return!1}function Ru(t){let e=jn(pe);return e.encodePolyfill?e.encodePolyfill(t):new TextEncoder().encode(t)}function ld(t){let[e,r]=t,n=JSON.stringify(e);function o(i){typeof n=="string"?n=typeof i=="string"?n+i:[Ru(n),i]:n.push(typeof i=="string"?Ru(i):i)}for(let i of r){let[s,a]=i;if(o(`
13
+ Name: ${rr(n)}
14
+ Error:`,o)}}var iu=null;function su(t){let e="error";Ot(e,t),Nt(e,XE)}function XE(){iu=pe.onerror,pe.onerror=function(t,e,r,n,o){return ct("error",{column:n,error:o,line:r,msg:t,url:e}),iu?iu.apply(this,arguments):!1},pe.onerror.__SENTRY_INSTRUMENTED__=!0}var au=null;function cu(t){let e="unhandledrejection";Ot(e,t),Nt(e,JE)}function JE(){au=pe.onunhandledrejection,pe.onunhandledrejection=function(t){return ct("unhandledrejection",t),au?au.apply(this,arguments):!0},pe.onunhandledrejection.__SENTRY_INSTRUMENTED__=!0}var Um=Object.prototype.toString;function Gn(t){switch(Um.call(t)){case"[object Error]":case"[object Exception]":case"[object DOMException]":case"[object WebAssembly.Exception]":return!0;default:return gr(t,Error)}}function Co(t,e){return Um.call(t)===`[object ${e}]`}function ia(t){return Co(t,"ErrorEvent")}function sa(t){return Co(t,"DOMError")}function lu(t){return Co(t,"DOMException")}function Pt(t){return Co(t,"String")}function Ro(t){return typeof t=="object"&&t!==null&&"__sentry_template_string__"in t&&"__sentry_template_values__"in t}function qn(t){return t===null||Ro(t)||typeof t!="object"&&typeof t!="function"}function Zr(t){return Co(t,"Object")}function zn(t){return typeof Event<"u"&&gr(t,Event)}function uu(t){return typeof Element<"u"&&gr(t,Element)}function fu(t){return Co(t,"RegExp")}function en(t){return!!(t?.then&&typeof t.then=="function")}function pu(t){return Zr(t)&&"nativeEvent"in t&&"preventDefault"in t&&"stopPropagation"in t}function gr(t,e){try{return t instanceof e}catch{return!1}}function Ui(t){return!!(typeof t=="object"&&t!==null&&(t.__isVue||t._isVue))}function km(t){return typeof Request<"u"&&gr(t,Request)}var mu=pe,QE=80;function ki(t,e={}){if(!t)return"<unknown>";try{let r=t,n=5,o=[],i=0,s=0,a=" > ",l=a.length,f,m=Array.isArray(e)?e:e.keyAttrs,d=!Array.isArray(e)&&e.maxStringLength||QE;for(;r&&i++<n&&(f=ZE(r,m),!(f==="html"||i>1&&s+o.length*l+f.length>=d));)o.push(f),s+=f.length,r=r.parentNode;return o.reverse().join(a)}catch{return"<unknown>"}}function ZE(t,e){let r=t,n=[];if(!r?.tagName)return"";if(mu.HTMLElement&&r instanceof HTMLElement&&r.dataset){if(r.dataset.sentryComponent)return r.dataset.sentryComponent;if(r.dataset.sentryElement)return r.dataset.sentryElement}n.push(r.tagName.toLowerCase());let o=e?.length?e.filter(s=>r.getAttribute(s)).map(s=>[s,r.getAttribute(s)]):null;if(o?.length)o.forEach(s=>{n.push(`[${s[0]}="${s[1]}"]`)});else{r.id&&n.push(`#${r.id}`);let s=r.className;if(s&&Pt(s)){let a=s.split(/\s+/);for(let l of a)n.push(`.${l}`)}}let i=["aria-label","type","name","title","alt"];for(let s of i){let a=r.getAttribute(s);a&&n.push(`[${s}="${a}"]`)}return n.join("")}function Fi(){try{return mu.document.location.href}catch{return""}}function du(t){if(!mu.HTMLElement)return null;let e=t,r=5;for(let n=0;n<r;n++){if(!e)return null;if(e instanceof HTMLElement){if(e.dataset.sentryComponent)return e.dataset.sentryComponent;if(e.dataset.sentryElement)return e.dataset.sentryElement}e=e.parentNode}return null}function yn(t,e=0){return typeof t!="string"||e===0||t.length<=e?t:`${t.slice(0,e)}...`}function aa(t,e){if(!Array.isArray(t))return"";let r=[];for(let n=0;n<t.length;n++){let o=t[n];try{Ui(o)?r.push("[VueViewModel]"):r.push(String(o))}catch{r.push("[value cannot be serialized]")}}return r.join(e)}function Fm(t,e,r=!1){return Pt(t)?fu(e)?e.test(t):Pt(e)?r?t===e:t.includes(e):!1:!1}function Ao(t,e=[],r=!1){return e.some(n=>Fm(t,n,r))}function lt(t,e,r){if(!(e in t))return;let n=t[e];if(typeof n!="function")return;let o=r(n);typeof o=="function"&&ca(o,n);try{t[e]=o}catch{ie&&ee.log(`Failed to replace method "${e}" in object`,t)}}function Wt(t,e,r){try{Object.defineProperty(t,e,{value:r,writable:!0,configurable:!0})}catch{ie&&ee.log(`Failed to add non-enumerable property "${e}" to object`,t)}}function ca(t,e){try{let r=e.prototype||{};t.prototype=e.prototype=r,Wt(t,"__sentry_original__",e)}catch{}}function Yn(t){return t.__sentry_original__}function la(t){if(Gn(t))return E({message:t.message,name:t.name,stack:t.stack},$m(t));if(zn(t)){let e=E({type:t.type,target:Hm(t.target),currentTarget:Hm(t.currentTarget)},$m(t));return typeof CustomEvent<"u"&&gr(t,CustomEvent)&&(e.detail=t.detail),e}else return t}function Hm(t){try{return uu(t)?ki(t):Object.prototype.toString.call(t)}catch{return"<unknown>"}}function $m(t){if(typeof t=="object"&&t!==null){let e={};for(let r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e}else return{}}function hu(t,e=40){let r=Object.keys(la(t));r.sort();let n=r[0];if(!n)return"[object has no keys]";if(n.length>=e)return yn(n,e);for(let o=r.length;o>0;o--){let i=r.slice(0,o).join(", ");if(!(i.length>e))return o===r.length?i:yn(i,e)}return""}function e_(){let t=pe;return t.crypto||t.msCrypto}function ut(t=e_()){let e=()=>Math.random()*16;try{if(t?.randomUUID)return t.randomUUID().replace(/-/g,"");t?.getRandomValues&&(e=()=>{let r=new Uint8Array(1);return t.getRandomValues(r),r[0]})}catch{}return("10000000100040008000"+1e11).replace(/[018]/g,r=>(r^(e()&15)>>r/4).toString(16))}function Vm(t){return t.exception?.values?.[0]}function Cr(t){let{message:e,event_id:r}=t;if(e)return e;let n=Vm(t);return n?n.type&&n.value?`${n.type}: ${n.value}`:n.type||n.value||r||"<unknown>":r||"<unknown>"}function Do(t,e,r){let n=t.exception=t.exception||{},o=n.values=n.values||[],i=o[0]=o[0]||{};i.value||(i.value=e||""),i.type||(i.type=r||"Error")}function Rr(t,e){let r=Vm(t);if(!r)return;let n={type:"generic",handled:!0},o=r.mechanism;if(r.mechanism=E(E(E({},n),o),e),e&&"data"in e){let i=E(E({},o?.data),e.data);r.mechanism.data=i}}function ua(t){if(t_(t))return!0;try{Wt(t,"__sentry_captured__",!0)}catch{}return!1}function t_(t){try{return t.__sentry_captured__}catch{}}var jm=1e3;function Ar(){return Date.now()/jm}function r_(){let{performance:t}=pe;if(!t?.now||!t.timeOrigin)return Ar;let e=t.timeOrigin;return()=>(e+t.now())/jm}var Wm;function Ut(){return(Wm??(Wm=r_()))()}function Gm(t){let e=Ut(),r={sid:ut(),init:!0,timestamp:e,started:e,duration:0,status:"ok",errors:0,ignoreDuration:!1,toJSON:()=>n_(r)};return t&&tn(r,t),r}function tn(t,e={}){if(e.user&&(!t.ipAddress&&e.user.ip_address&&(t.ipAddress=e.user.ip_address),!t.did&&!e.did&&(t.did=e.user.id||e.user.email||e.user.username)),t.timestamp=e.timestamp||Ut(),e.abnormal_mechanism&&(t.abnormal_mechanism=e.abnormal_mechanism),e.ignoreDuration&&(t.ignoreDuration=e.ignoreDuration),e.sid&&(t.sid=e.sid.length===32?e.sid:ut()),e.init!==void 0&&(t.init=e.init),!t.did&&e.did&&(t.did=`${e.did}`),typeof e.started=="number"&&(t.started=e.started),t.ignoreDuration)t.duration=void 0;else if(typeof e.duration=="number")t.duration=e.duration;else{let r=t.timestamp-t.started;t.duration=r>=0?r:0}e.release&&(t.release=e.release),e.environment&&(t.environment=e.environment),!t.ipAddress&&e.ipAddress&&(t.ipAddress=e.ipAddress),!t.userAgent&&e.userAgent&&(t.userAgent=e.userAgent),typeof e.errors=="number"&&(t.errors=e.errors),e.status&&(t.status=e.status)}function qm(t,e){let r={};e?r={status:e}:t.status==="ok"&&(r={status:"exited"}),tn(t,r)}function n_(t){return{sid:`${t.sid}`,init:t.init,started:new Date(t.started*1e3).toISOString(),timestamp:new Date(t.timestamp*1e3).toISOString(),status:t.status,errors:t.errors,did:typeof t.did=="number"||typeof t.did=="string"?`${t.did}`:void 0,duration:t.duration,abnormal_mechanism:t.abnormal_mechanism,attrs:{release:t.release,environment:t.environment,ip_address:t.ipAddress,user_agent:t.userAgent}}}function vn(t,e,r=2){if(!e||typeof e!="object"||r<=0)return e;if(t&&Object.keys(e).length===0)return t;let n=E({},t);for(let o in e)Object.prototype.hasOwnProperty.call(e,o)&&(n[o]=vn(n[o],e[o],r-1));return n}function gu(){return ut()}function fa(){return ut().substring(16)}var yu="_sentrySpan";function vu(t,e){e?Wt(t,yu,e):delete t[yu]}function Eu(t){return t[yu]}var o_=100,wt=class t{constructor(){this._notifyingListeners=!1,this._scopeListeners=[],this._eventProcessors=[],this._breadcrumbs=[],this._attachments=[],this._user={},this._tags={},this._extra={},this._contexts={},this._sdkProcessingMetadata={},this._propagationContext={traceId:gu(),sampleRand:Math.random()}}clone(){let e=new t;return e._breadcrumbs=[...this._breadcrumbs],e._tags=E({},this._tags),e._extra=E({},this._extra),e._contexts=E({},this._contexts),this._contexts.flags&&(e._contexts.flags={values:[...this._contexts.flags.values]}),e._user=this._user,e._level=this._level,e._session=this._session,e._transactionName=this._transactionName,e._fingerprint=this._fingerprint,e._eventProcessors=[...this._eventProcessors],e._attachments=[...this._attachments],e._sdkProcessingMetadata=E({},this._sdkProcessingMetadata),e._propagationContext=E({},this._propagationContext),e._client=this._client,e._lastEventId=this._lastEventId,vu(e,Eu(this)),e}setClient(e){this._client=e}setLastEventId(e){this._lastEventId=e}getClient(){return this._client}lastEventId(){return this._lastEventId}addScopeListener(e){this._scopeListeners.push(e)}addEventProcessor(e){return this._eventProcessors.push(e),this}setUser(e){return this._user=e||{email:void 0,id:void 0,ip_address:void 0,username:void 0},this._session&&tn(this._session,{user:e}),this._notifyScopeListeners(),this}getUser(){return this._user}setTags(e){return this._tags=E(E({},this._tags),e),this._notifyScopeListeners(),this}setTag(e,r){return this._tags=Z(E({},this._tags),{[e]:r}),this._notifyScopeListeners(),this}setExtras(e){return this._extra=E(E({},this._extra),e),this._notifyScopeListeners(),this}setExtra(e,r){return this._extra=Z(E({},this._extra),{[e]:r}),this._notifyScopeListeners(),this}setFingerprint(e){return this._fingerprint=e,this._notifyScopeListeners(),this}setLevel(e){return this._level=e,this._notifyScopeListeners(),this}setTransactionName(e){return this._transactionName=e,this._notifyScopeListeners(),this}setContext(e,r){return r===null?delete this._contexts[e]:this._contexts[e]=r,this._notifyScopeListeners(),this}setSession(e){return e?this._session=e:delete this._session,this._notifyScopeListeners(),this}getSession(){return this._session}update(e){if(!e)return this;let r=typeof e=="function"?e(this):e,n=r instanceof t?r.getScopeData():Zr(r)?e:void 0,{tags:o,extra:i,user:s,contexts:a,level:l,fingerprint:f=[],propagationContext:m}=n||{};return this._tags=E(E({},this._tags),o),this._extra=E(E({},this._extra),i),this._contexts=E(E({},this._contexts),a),s&&Object.keys(s).length&&(this._user=s),l&&(this._level=l),f.length&&(this._fingerprint=f),m&&(this._propagationContext=m),this}clear(){return this._breadcrumbs=[],this._tags={},this._extra={},this._user={},this._contexts={},this._level=void 0,this._transactionName=void 0,this._fingerprint=void 0,this._session=void 0,vu(this,void 0),this._attachments=[],this.setPropagationContext({traceId:gu(),sampleRand:Math.random()}),this._notifyScopeListeners(),this}addBreadcrumb(e,r){let n=typeof r=="number"?r:o_;if(n<=0)return this;let o=Z(E({timestamp:Ar()},e),{message:e.message?yn(e.message,2048):e.message});return this._breadcrumbs.push(o),this._breadcrumbs.length>n&&(this._breadcrumbs=this._breadcrumbs.slice(-n),this._client?.recordDroppedEvent("buffer_overflow","log_item")),this._notifyScopeListeners(),this}getLastBreadcrumb(){return this._breadcrumbs[this._breadcrumbs.length-1]}clearBreadcrumbs(){return this._breadcrumbs=[],this._notifyScopeListeners(),this}addAttachment(e){return this._attachments.push(e),this}clearAttachments(){return this._attachments=[],this}getScopeData(){return{breadcrumbs:this._breadcrumbs,attachments:this._attachments,contexts:this._contexts,tags:this._tags,extra:this._extra,user:this._user,level:this._level,fingerprint:this._fingerprint||[],eventProcessors:this._eventProcessors,propagationContext:this._propagationContext,sdkProcessingMetadata:this._sdkProcessingMetadata,transactionName:this._transactionName,span:Eu(this)}}setSDKProcessingMetadata(e){return this._sdkProcessingMetadata=vn(this._sdkProcessingMetadata,e,2),this}setPropagationContext(e){return this._propagationContext=e,this}getPropagationContext(){return this._propagationContext}captureException(e,r){let n=r?.event_id||ut();if(!this._client)return ie&&ee.warn("No client configured on scope - will not capture exception!"),n;let o=new Error("Sentry syntheticException");return this._client.captureException(e,Z(E({originalException:e,syntheticException:o},r),{event_id:n}),this),n}captureMessage(e,r,n){let o=n?.event_id||ut();if(!this._client)return ie&&ee.warn("No client configured on scope - will not capture message!"),o;let i=new Error(e);return this._client.captureMessage(e,r,Z(E({originalException:e,syntheticException:i},n),{event_id:o}),this),o}captureEvent(e,r){let n=r?.event_id||ut();return this._client?(this._client.captureEvent(e,Z(E({},r),{event_id:n}),this),n):(ie&&ee.warn("No client configured on scope - will not capture event!"),n)}_notifyScopeListeners(){this._notifyingListeners||(this._notifyingListeners=!0,this._scopeListeners.forEach(e=>{e(this)}),this._notifyingListeners=!1)}};function zm(){return Qr("defaultCurrentScope",()=>new wt)}function Ym(){return Qr("defaultIsolationScope",()=>new wt)}var _u=class{constructor(e,r){let n;e?n=e:n=new wt;let o;r?o=r:o=new wt,this._stack=[{scope:n}],this._isolationScope=o}withScope(e){let r=this._pushScope(),n;try{n=e(r)}catch(o){throw this._popScope(),o}return en(n)?n.then(o=>(this._popScope(),o),o=>{throw this._popScope(),o}):(this._popScope(),n)}getClient(){return this.getStackTop().client}getScope(){return this.getStackTop().scope}getIsolationScope(){return this._isolationScope}getStackTop(){return this._stack[this._stack.length-1]}_pushScope(){let e=this.getScope().clone();return this._stack.push({client:this.getClient(),scope:e}),e}_popScope(){return this._stack.length<=1?!1:!!this._stack.pop()}};function Oo(){let t=Wn(),e=jn(t);return e.stack=e.stack||new _u(zm(),Ym())}function i_(t){return Oo().withScope(t)}function s_(t,e){let r=Oo();return r.withScope(()=>(r.getStackTop().scope=t,e(t)))}function Km(t){return Oo().withScope(()=>t(Oo().getIsolationScope()))}function Xm(){return{withIsolationScope:Km,withScope:i_,withSetScope:s_,withSetIsolationScope:(t,e)=>Km(e),getCurrentScope:()=>Oo().getScope(),getIsolationScope:()=>Oo().getIsolationScope()}}function pa(t){let e=jn(t);return e.acs?e.acs:Xm()}function yr(){let t=Wn();return pa(t).getCurrentScope()}function Dr(){let t=Wn();return pa(t).getIsolationScope()}function ma(){return Qr("globalScope",()=>new wt)}function Hi(...t){let e=Wn(),r=pa(e);if(t.length===2){let[n,o]=t;return n?r.withSetScope(n,o):r.withScope(o)}return r.withScope(t[0])}function We(){return yr().getClient()}function bu(t){let e=t.getPropagationContext(),{traceId:r,parentSpanId:n,propagationSpanId:o}=e,i={trace_id:r,span_id:o||fa()};return n&&(i.parent_span_id=n),i}var da="sentry.source",wu="sentry.sample_rate",Jm="sentry.previous_trace_sample_rate",Su="sentry.op",Tu="sentry.origin";var Iu="sentry.profile_id",xu="sentry.exclusive_time";var a_="_sentryScope",c_="_sentryIsolationScope";function ha(t){return{scope:t[a_],isolationScope:t[c_]}}var l_="sentry-",u_=/^sentry-/;function Zm(t){let e=f_(t);if(!e)return;let r=Object.entries(e).reduce((n,[o,i])=>{if(o.match(u_)){let s=o.slice(l_.length);n[s]=i}return n},{});if(Object.keys(r).length>0)return r}function f_(t){if(!(!t||!Pt(t)&&!Array.isArray(t)))return Array.isArray(t)?t.reduce((e,r)=>{let n=Qm(r);return Object.entries(n).forEach(([o,i])=>{e[o]=i}),e},{}):Qm(t)}function Qm(t){return t.split(",").map(e=>e.split("=").map(r=>{try{return decodeURIComponent(r.trim())}catch{return}})).reduce((e,[r,n])=>(r&&n&&(e[r]=n),e),{})}function ed(t){if(typeof t=="boolean")return Number(t);let e=typeof t=="string"?parseFloat(t):t;if(!(typeof e!="number"||isNaN(e)||e<0||e>1))return e}var od=1,td=!1;function Cu(t){let{spanId:e,traceId:r,isRemote:n}=t.spanContext(),o=n?e:No(t).parent_span_id,i=ha(t).scope,s=n?i?.getPropagationContext().propagationSpanId||fa():e;return{parent_span_id:o,span_id:s,trace_id:r}}function p_(t){if(t&&t.length>0)return t.map(s=>{var a=s,{context:l}=a,f=l,{spanId:e,traceId:r,traceFlags:n}=f,o=pm(f,["spanId","traceId","traceFlags"]),{attributes:i}=a;return E({span_id:e,trace_id:r,sampled:n===od,attributes:i},o)})}function rd(t){return typeof t=="number"?nd(t):Array.isArray(t)?t[0]+t[1]/1e9:t instanceof Date?nd(t.getTime()):Ut()}function nd(t){return t>9999999999?t/1e3:t}function No(t){if(d_(t))return t.getSpanJSON();let{spanId:e,traceId:r}=t.spanContext();if(m_(t)){let{attributes:n,startTime:o,name:i,endTime:s,status:a,links:l}=t,f="parentSpanId"in t?t.parentSpanId:"parentSpanContext"in t?t.parentSpanContext?.spanId:void 0;return{span_id:e,trace_id:r,data:n,description:i,parent_span_id:f,start_timestamp:rd(o),timestamp:rd(s)||void 0,status:h_(a),op:n[Su],origin:n[Tu],links:p_(l)}}return{span_id:e,trace_id:r,start_timestamp:0,data:{}}}function m_(t){let e=t;return!!e.attributes&&!!e.startTime&&!!e.name&&!!e.endTime&&!!e.status}function d_(t){return typeof t.getSpanJSON=="function"}function id(t){let{traceFlags:e}=t.spanContext();return e===od}function h_(t){if(!(!t||t.code===0))return t.code===1?"ok":t.message||"unknown_error"}var g_="_sentryRootSpan";function $i(t){return t[g_]||t}function Ru(){td||(gn(()=>{console.warn("[Sentry] Returning null from `beforeSendSpan` is disallowed. To drop certain spans, configure the respective integrations directly.")}),td=!0)}function sd(t){if(typeof __SENTRY_TRACING__=="boolean"&&!__SENTRY_TRACING__)return!1;let e=t||We()?.getOptions();return!!e&&(e.tracesSampleRate!=null||!!e.tracesSampler)}var Po="production";var y_=/^o(\d+)\./,v_=/^(?:(\w+):)\/\/(?:(\w+)(?::(\w+)?)?@)([\w.-]+)(?::(\d+))?\/(.+)/;function E_(t){return t==="http"||t==="https"}function En(t,e=!1){let{host:r,path:n,pass:o,port:i,projectId:s,protocol:a,publicKey:l}=t;return`${a}://${l}${e&&o?`:${o}`:""}@${r}${i?`:${i}`:""}/${n&&`${n}/`}${s}`}function __(t){let e=v_.exec(t);if(!e){gn(()=>{console.error(`Invalid Sentry Dsn: ${t}`)});return}let[r,n,o="",i="",s="",a=""]=e.slice(1),l="",f=a,m=f.split("/");if(m.length>1&&(l=m.slice(0,-1).join("/"),f=m.pop()),f){let d=f.match(/^\d+/);d&&(f=d[0])}return ad({host:i,pass:o,path:l,projectId:f,port:s,protocol:r,publicKey:n})}function ad(t){return{protocol:t.protocol,publicKey:t.publicKey||"",pass:t.pass||"",host:t.host,port:t.port||"",path:t.path||"",projectId:t.projectId}}function b_(t){if(!ie)return!0;let{port:e,projectId:r,protocol:n}=t;return["protocol","publicKey","host","projectId"].find(s=>t[s]?!1:(ee.error(`Invalid Sentry Dsn: ${s} missing`),!0))?!1:r.match(/^\d+$/)?E_(n)?e&&isNaN(parseInt(e,10))?(ee.error(`Invalid Sentry Dsn: Invalid port ${e}`),!1):!0:(ee.error(`Invalid Sentry Dsn: Invalid protocol ${n}`),!1):(ee.error(`Invalid Sentry Dsn: Invalid projectId ${r}`),!1)}function cd(t){return t.match(y_)?.[1]}function ld(t){let e=typeof t=="string"?__(t):ad(t);if(!(!e||!b_(e)))return e}var w_="_frozenDsc";function ud(t,e){let r=e.getOptions(),{publicKey:n,host:o}=e.getDsn()||{},i;r.orgId?i=String(r.orgId):o&&(i=cd(o));let s={environment:r.environment||Po,release:r.release,public_key:n,trace_id:t,org_id:i};return e.emit("createDsc",s),s}function fd(t,e){let r=e.getPropagationContext();return r.dsc||ud(r.traceId,t)}function Au(t){let e=We();if(!e)return{};let r=$i(t),n=No(r),o=n.data,i=r.spanContext().traceState,s=i?.get("sentry.sample_rate")??o[wu]??o[Jm];function a(C){return(typeof s=="number"||typeof s=="string")&&(C.sample_rate=`${s}`),C}let l=r[w_];if(l)return a(l);let f=i?.get("sentry.dsc"),m=f&&Zm(f);if(m)return a(m);let d=ud(t.spanContext().traceId,e),_=o[da],y=n.description;return _!=="url"&&y&&(d.transaction=y),sd()&&(d.sampled=String(id(r)),d.sample_rand=i?.get("sentry.sample_rand")??ha(r).scope?.getPropagationContext().sampleRand.toString()),a(d),e.emit("createDsc",d,r),d}function nr(t,e=100,r=1/0){try{return Du("",t,e,r)}catch(n){return{ERROR:`**non-serializable** (${n})`}}}function ga(t,e=3,r=100*1024){let n=nr(t,e);return x_(n)>r?ga(t,e-1,r):n}function Du(t,e,r=1/0,n=1/0,o=C_()){let[i,s]=o;if(e==null||["boolean","string"].includes(typeof e)||typeof e=="number"&&Number.isFinite(e))return e;let a=S_(t,e);if(!a.startsWith("[object "))return a;if(e.__sentry_skip_normalization__)return e;let l=typeof e.__sentry_override_normalization_depth__=="number"?e.__sentry_override_normalization_depth__:r;if(l===0)return a.replace("object ","");if(i(e))return"[Circular ~]";let f=e;if(f&&typeof f.toJSON=="function")try{let y=f.toJSON();return Du("",y,l-1,n,o)}catch{}let m=Array.isArray(e)?[]:{},d=0,_=la(e);for(let y in _){if(!Object.prototype.hasOwnProperty.call(_,y))continue;if(d>=n){m[y]="[MaxProperties ~]";break}let C=_[y];m[y]=Du(y,C,l-1,n,o),d++}return s(e),m}function S_(t,e){try{if(t==="domain"&&e&&typeof e=="object"&&e._events)return"[Domain]";if(t==="domainEmitter")return"[DomainEmitter]";if(typeof global<"u"&&e===global)return"[Global]";if(typeof window<"u"&&e===window)return"[Window]";if(typeof document<"u"&&e===document)return"[Document]";if(Ui(e))return"[VueViewModel]";if(pu(e))return"[SyntheticEvent]";if(typeof e=="number"&&!Number.isFinite(e))return`[${e}]`;if(typeof e=="function")return`[Function: ${rr(e)}]`;if(typeof e=="symbol")return`[${String(e)}]`;if(typeof e=="bigint")return`[BigInt: ${String(e)}]`;let r=T_(e);return/^HTML(\w*)Element$/.test(r)?`[HTMLElement: ${r}]`:`[object ${r}]`}catch(r){return`**non-serializable** (${r})`}}function T_(t){let e=Object.getPrototypeOf(t);return e?.constructor?e.constructor.name:"null prototype"}function I_(t){return~-encodeURI(t).split(/%..|./).length}function x_(t){return I_(JSON.stringify(t))}function C_(){let t=new WeakSet;function e(n){return t.has(n)?!0:(t.add(n),!1)}function r(n){t.delete(n)}return[e,r]}function rn(t,e=[]){return[t,e]}function pd(t,e){let[r,n]=t;return[r,[...n,e]]}function Nu(t,e){let r=t[1];for(let n of r){let o=n[0].type;if(e(n,o))return!0}return!1}function Ou(t){let e=jn(pe);return e.encodePolyfill?e.encodePolyfill(t):new TextEncoder().encode(t)}function md(t){let[e,r]=t,n=JSON.stringify(e);function o(i){typeof n=="string"?n=typeof i=="string"?n+i:[Ou(n),i]:n.push(typeof i=="string"?Ou(i):i)}for(let i of r){let[s,a]=i;if(o(`
15
15
  ${JSON.stringify(s)}
16
- `),typeof a=="string"||a instanceof Uint8Array)o(a);else{let l;try{l=JSON.stringify(a)}catch{l=JSON.stringify(rr(a))}o(l)}}return typeof n=="string"?n:__(n)}function __(t){let e=t.reduce((o,i)=>o+i.length,0),r=new Uint8Array(e),n=0;for(let o of t)r.set(o,n),n+=o.length;return r}function ud(t){let e=typeof t.data=="string"?Ru(t.data):t.data;return[{type:"attachment",length:e.length,filename:t.filename,content_type:t.contentType,attachment_type:t.attachmentType},e]}var b_={session:"session",sessions:"session",attachment:"attachment",transaction:"transaction",event:"error",client_report:"internal",user_report:"default",profile:"profile",profile_chunk:"profile",replay_event:"replay",replay_recording:"replay",check_in:"monitor",feedback:"feedback",span:"span",raw_security:"security",log:"log_item"};function Du(t){return b_[t]}function Ou(t){if(!t?.sdk)return;let{name:e,version:r}=t.sdk;return{name:e,version:r}}function fd(t,e,r,n){let o=t.sdkProcessingMetadata?.dynamicSamplingContext;return E(E(E({event_id:t.event_id,sent_at:new Date().toISOString()},e&&{sdk:e}),!!r&&n&&{dsn:En(n)}),o&&{trace:o})}function w_(t,e){return e&&(t.sdk=t.sdk||{},t.sdk.name=t.sdk.name||e.name,t.sdk.version=t.sdk.version||e.version,t.sdk.integrations=[...t.sdk.integrations||[],...e.integrations||[]],t.sdk.packages=[...t.sdk.packages||[],...e.packages||[]]),t}function pd(t,e,r,n){let o=Ou(r),i=E(E({sent_at:new Date().toISOString()},o&&{sdk:o}),!!n&&e&&{dsn:En(e)}),s="aggregates"in t?[{type:"sessions"},t]:[{type:"session"},t.toJSON()];return rn(i,[s])}function md(t,e,r,n){let o=Ou(r),i=t.type&&t.type!=="replay_event"?t.type:"event";w_(t,r?.sdk);let s=fd(t,o,n,e);return delete t.sdkProcessingMetadata,rn(s,[[{type:i},t]])}var Nu=0,dd=1,hd=2;function nr(t){return new vr(e=>{e(t)})}function _n(t){return new vr((e,r)=>{r(t)})}var vr=class t{constructor(e){this._state=Nu,this._handlers=[],this._runExecutor(e)}then(e,r){return new t((n,o)=>{this._handlers.push([!1,i=>{if(!e)n(i);else try{n(e(i))}catch(s){o(s)}},i=>{if(!r)o(i);else try{n(r(i))}catch(s){o(s)}}]),this._executeHandlers()})}catch(e){return this.then(r=>r,e)}finally(e){return new t((r,n)=>{let o,i;return this.then(s=>{i=!1,o=s,e&&e()},s=>{i=!0,o=s,e&&e()}).then(()=>{if(i){n(o);return}r(o)})})}_executeHandlers(){if(this._state===Nu)return;let e=this._handlers.slice();this._handlers=[],e.forEach(r=>{r[0]||(this._state===dd&&r[1](this._value),this._state===hd&&r[2](this._value),r[0]=!0)})}_runExecutor(e){let r=(i,s)=>{if(this._state===Nu){if(en(s)){s.then(n,o);return}this._state=i,this._value=s,this._executeHandlers()}},n=i=>{r(dd,i)},o=i=>{r(hd,i)};try{e(n,o)}catch(i){o(i)}}};function da(t,e,r,n=0){return new vr((o,i)=>{let s=t[n];if(e===null||typeof s!="function")o(e);else{let a=s(E({},e),r);ie&&s.id&&a===null&&ee.log(`Event processor "${s.id}" dropped event`),en(a)?a.then(l=>da(t,l,r,n+1).then(o)).then(null,i):da(t,a,r,n+1).then(o).then(null,i)}})}function gd(t,e){let{fingerprint:r,span:n,breadcrumbs:o,sdkProcessingMetadata:i}=e;S_(t,e),n&&x_(t,n),C_(t,r),T_(t,o),I_(t,i)}function Pu(t,e){let{extra:r,tags:n,user:o,contexts:i,level:s,sdkProcessingMetadata:a,breadcrumbs:l,fingerprint:f,eventProcessors:m,attachments:d,propagationContext:_,transactionName:y,span:C}=e;ha(t,"extra",r),ha(t,"tags",n),ha(t,"user",o),ha(t,"contexts",i),t.sdkProcessingMetadata=vn(t.sdkProcessingMetadata,a,2),s&&(t.level=s),y&&(t.transactionName=y),C&&(t.span=C),l.length&&(t.breadcrumbs=[...t.breadcrumbs,...l]),f.length&&(t.fingerprint=[...t.fingerprint,...f]),m.length&&(t.eventProcessors=[...t.eventProcessors,...m]),d.length&&(t.attachments=[...t.attachments,...d]),t.propagationContext=E(E({},t.propagationContext),_)}function ha(t,e,r){t[e]=vn(t[e],r,1)}function S_(t,e){let{extra:r,tags:n,user:o,contexts:i,level:s,transactionName:a}=e;Object.keys(r).length&&(t.extra=E(E({},r),t.extra)),Object.keys(n).length&&(t.tags=E(E({},n),t.tags)),Object.keys(o).length&&(t.user=E(E({},o),t.user)),Object.keys(i).length&&(t.contexts=E(E({},i),t.contexts)),s&&(t.level=s),a&&t.type!=="transaction"&&(t.transaction=a)}function T_(t,e){let r=[...t.breadcrumbs||[],...e];t.breadcrumbs=r.length?r:void 0}function I_(t,e){t.sdkProcessingMetadata=E(E({},t.sdkProcessingMetadata),e)}function x_(t,e){t.contexts=E({trace:Tu(e)},t.contexts),t.sdkProcessingMetadata=E({dynamicSamplingContext:xu(e)},t.sdkProcessingMetadata);let r=Hi(e),n=No(r).description;n&&!t.transaction&&t.type==="transaction"&&(t.transaction=n)}function C_(t,e){t.fingerprint=t.fingerprint?Array.isArray(t.fingerprint)?t.fingerprint:[t.fingerprint]:[],e&&(t.fingerprint=t.fingerprint.concat(e)),t.fingerprint.length||delete t.fingerprint}var ga,yd,ya;function vd(t){let e=pe._sentryDebugIds;if(!e)return{};let r=Object.keys(e);return ya&&r.length===yd||(yd=r.length,ya=r.reduce((n,o)=>{ga||(ga={});let i=ga[o];if(i)n[i[0]]=i[1];else{let s=t(o);for(let a=s.length-1;a>=0;a--){let f=s[a]?.filename,m=e[o];if(f&&m){n[f]=m,ga[o]=[f,m];break}}}return n},{})),ya}function Ed(t,e,r,n,o,i){let{normalizeDepth:s=3,normalizeMaxBreadth:a=1e3}=t,l=Z(E({},e),{event_id:e.event_id||r.event_id||ut(),timestamp:e.timestamp||Ar()}),f=r.integrations||t.integrations.map(A=>A.name);R_(l,t),O_(l,f),o&&o.emit("applyFrameMetadata",e),e.type===void 0&&A_(l,t.stackParser);let m=P_(n,r.captureContext);r.mechanism&&Rr(l,r.mechanism);let d=o?o.getEventProcessors():[],_=ua().getScopeData();if(i){let A=i.getScopeData();Pu(_,A)}if(m){let A=m.getScopeData();Pu(_,A)}let y=[...r.attachments||[],..._.attachments];y.length&&(r.attachments=y),gd(l,_);let C=[...d,..._.eventProcessors];return da(C,l,r).then(A=>(A&&D_(A),typeof s=="number"&&s>0?N_(A,s,a):A))}function R_(t,e){let{environment:r,release:n,dist:o,maxValueLength:i=250}=e;t.environment=t.environment||r||Po,!t.release&&n&&(t.release=n),!t.dist&&o&&(t.dist=o);let s=t.request;s?.url&&(s.url=yn(s.url,i))}function A_(t,e){let r=vd(e);t.exception?.values?.forEach(n=>{n.stacktrace?.frames?.forEach(o=>{o.filename&&(o.debug_id=r[o.filename])})})}function D_(t){let e={};if(t.exception?.values?.forEach(n=>{n.stacktrace?.frames?.forEach(o=>{o.debug_id&&(o.abs_path?e[o.abs_path]=o.debug_id:o.filename&&(e[o.filename]=o.debug_id),delete o.debug_id)})}),Object.keys(e).length===0)return;t.debug_meta=t.debug_meta||{},t.debug_meta.images=t.debug_meta.images||[];let r=t.debug_meta.images;Object.entries(e).forEach(([n,o])=>{r.push({type:"sourcemap",code_file:n,debug_id:o})})}function O_(t,e){e.length>0&&(t.sdk=t.sdk||{},t.sdk.integrations=[...t.sdk.integrations||[],...e])}function N_(t,e,r){if(!t)return null;let n=E(E(E(E(E({},t),t.breadcrumbs&&{breadcrumbs:t.breadcrumbs.map(o=>E(E({},o),o.data&&{data:rr(o.data,e,r)}))}),t.user&&{user:rr(t.user,e,r)}),t.contexts&&{contexts:rr(t.contexts,e,r)}),t.extra&&{extra:rr(t.extra,e,r)});return t.contexts?.trace&&n.contexts&&(n.contexts.trace=t.contexts.trace,t.contexts.trace.data&&(n.contexts.trace.data=rr(t.contexts.trace.data,e,r))),t.spans&&(n.spans=t.spans.map(o=>E(E({},o),o.data&&{data:rr(o.data,e,r)}))),t.contexts?.flags&&n.contexts&&(n.contexts.flags=rr(t.contexts.flags,3,r)),n}function P_(t,e){if(!e)return t;let r=t?t.clone():new bt;return r.update(e),r}function _d(t){if(t)return L_(t)?{captureContext:t}:B_(t)?{captureContext:t}:t}function L_(t){return t instanceof bt||typeof t=="function"}var M_=["user","level","extra","contexts","tags","fingerprint","propagationContext"];function B_(t){return Object.keys(t).some(e=>M_.includes(e))}function va(t,e){return yr().captureException(t,_d(e))}function Ea(t,e){let r=typeof e=="string"?e:void 0,n=typeof e!="string"?{captureContext:e}:void 0;return yr().captureMessage(t,r,n)}function $i(t,e){return yr().captureEvent(t,e)}function Vi(t){let e=Dr(),r=yr(),{userAgent:n}=pe.navigator||{},o=$m(E(E({user:r.getUser()||e.getUser()},n&&{userAgent:n}),t)),i=e.getSession();return i?.status==="ok"&&tn(i,{status:"exited"}),_a(),e.setSession(o),o}function _a(){let t=Dr(),r=yr().getSession()||t.getSession();r&&Vm(r),wd(),t.setSession()}function wd(){let t=Dr(),e=We(),r=t.getSession();r&&e&&e.captureSession(r)}function Wi(t=!1){if(t){_a();return}wd()}var U_="7";function k_(t){let e=t.protocol?`${t.protocol}:`:"",r=t.port?`:${t.port}`:"";return`${e}//${t.host}${r}${t.path?`/${t.path}`:""}/api/`}function F_(t){return`${k_(t)}${t.projectId}/envelope/`}function H_(t,e){let r={sentry_version:U_};return t.publicKey&&(r.sentry_key=t.publicKey),e&&(r.sentry_client=`${e.name}/${e.version}`),new URLSearchParams(r).toString()}function Sd(t,e,r){return e||`${F_(t)}?${H_(t,r)}`}var Td=[];function Id(t,e){let r={};return e.forEach(n=>{n&&Mu(t,n,r)}),r}function Lu(t,e){for(let r of e)r?.afterAllSetup&&r.afterAllSetup(t)}function Mu(t,e,r){if(r[e.name]){ie&&ee.log(`Integration skipped because it was already installed: ${e.name}`);return}if(r[e.name]=e,Td.indexOf(e.name)===-1&&typeof e.setupOnce=="function"&&(e.setupOnce(),Td.push(e.name)),e.setup&&typeof e.setup=="function"&&e.setup(t),typeof e.preprocessEvent=="function"){let n=e.preprocessEvent.bind(e);t.on("preprocessEvent",(o,i)=>n(o,i,t))}if(typeof e.processEvent=="function"){let n=e.processEvent.bind(e),o=Object.assign((i,s)=>n(i,s,t),{id:e.name});t.addEventProcessor(o)}ie&&ee.log(`Integration installed: ${e.name}`)}function xd(t,e,r){let n=[{type:"client_report"},{timestamp:r||Ar(),discarded_events:t}];return rn(e?{dsn:e}:{},[n])}function ba(t){let e=[];t.message&&e.push(t.message);try{let r=t.exception.values[t.exception.values.length-1];r?.value&&(e.push(r.value),r.type&&e.push(`${r.type}: ${r.value}`))}catch{}return e}function Cd(t){let{trace_id:e,parent_span_id:r,span_id:n,status:o,origin:i,data:s,op:a}=t.contexts?.trace??{};return{data:s??{},description:t.transaction,op:a,parent_span_id:r,span_id:n??"",start_timestamp:t.start_timestamp??0,status:o,timestamp:t.timestamp,trace_id:e??"",origin:i,profile_id:s?.[wu],exclusive_time:s?.[Su],measurements:t.measurements,is_segment:!0}}function Rd(t){return{type:"transaction",timestamp:t.timestamp,start_timestamp:t.start_timestamp,transaction:t.description,contexts:{trace:{trace_id:t.trace_id,span_id:t.span_id,parent_span_id:t.parent_span_id,op:t.op,status:t.status,origin:t.origin,data:E(E(E({},t.data),t.profile_id&&{[wu]:t.profile_id}),t.exclusive_time&&{[Su]:t.exclusive_time})}},measurements:t.measurements}}var Ad="Not capturing exception because it's already been captured.",Dd="Discarded session because of missing or non-string release",Pd=Symbol.for("SentryInternalError"),Ld=Symbol.for("SentryDoNotSendEventError");function wa(t){return{message:t,[Pd]:!0}}function Bu(t){return{message:t,[Ld]:!0}}function Od(t){return!!t&&typeof t=="object"&&Pd in t}function Nd(t){return!!t&&typeof t=="object"&&Ld in t}var ji=class{constructor(e){if(this._options=e,this._integrations={},this._numProcessing=0,this._outcomes={},this._hooks={},this._eventProcessors=[],e.dsn?this._dsn=id(e.dsn):ie&&ee.warn("No DSN provided, client will not send events."),this._dsn){let r=Sd(this._dsn,e.tunnel,e._metadata?e._metadata.sdk:void 0);this._transport=e.transport(Z(E({tunnel:this._options.tunnel,recordDroppedEvent:this.recordDroppedEvent.bind(this)},e.transportOptions),{url:r}))}}captureException(e,r,n){let o=ut();if(aa(e))return ie&&ee.log(Ad),o;let i=E({event_id:o},r);return this._process(this.eventFromException(e,i).then(s=>this._captureEvent(s,i,n))),i.event_id}captureMessage(e,r,n,o){let i=E({event_id:ut()},n),s=Ro(e)?e:String(e),a=qn(e)?this.eventFromMessage(s,r,i):this.eventFromException(e,i);return this._process(a.then(l=>this._captureEvent(l,i,o))),i.event_id}captureEvent(e,r,n){let o=ut();if(r?.originalException&&aa(r.originalException))return ie&&ee.log(Ad),o;let i=E({event_id:o},r),s=e.sdkProcessingMetadata||{},a=s.capturedSpanScope,l=s.capturedSpanIsolationScope;return this._process(this._captureEvent(e,i,a||n,l)),i.event_id}captureSession(e){this.sendSession(e),tn(e,{init:!1})}getDsn(){return this._dsn}getOptions(){return this._options}getSdkMetadata(){return this._options._metadata}getTransport(){return this._transport}flush(e){let r=this._transport;return r?(this.emit("flush"),this._isClientDoneProcessing(e).then(n=>r.flush(e).then(o=>n&&o))):nr(!0)}close(e){return this.flush(e).then(r=>(this.getOptions().enabled=!1,this.emit("close"),r))}getEventProcessors(){return this._eventProcessors}addEventProcessor(e){this._eventProcessors.push(e)}init(){(this._isEnabled()||this._options.integrations.some(({name:e})=>e.startsWith("Spotlight")))&&this._setupIntegrations()}getIntegrationByName(e){return this._integrations[e]}addIntegration(e){let r=this._integrations[e.name];Mu(this,e,this._integrations),r||Lu(this,[e])}sendEvent(e,r={}){this.emit("beforeSendEvent",e,r);let n=md(e,this._dsn,this._options._metadata,this._options.tunnel);for(let i of r.attachments||[])n=cd(n,ud(i));let o=this.sendEnvelope(n);o&&o.then(i=>this.emit("afterSendEvent",e,i),null)}sendSession(e){let{release:r,environment:n=Po}=this._options;if("aggregates"in e){let i=e.attrs||{};if(!i.release&&!r){ie&&ee.warn(Dd);return}i.release=i.release||r,i.environment=i.environment||n,e.attrs=i}else{if(!e.release&&!r){ie&&ee.warn(Dd);return}e.release=e.release||r,e.environment=e.environment||n}this.emit("beforeSendSession",e);let o=pd(e,this._dsn,this._options._metadata,this._options.tunnel);this.sendEnvelope(o)}recordDroppedEvent(e,r,n=1){if(this._options.sendClientReports){let o=`${e}:${r}`;ie&&ee.log(`Recording outcome: "${o}"${n>1?` (${n} times)`:""}`),this._outcomes[o]=(this._outcomes[o]||0)+n}}on(e,r){let n=this._hooks[e]=this._hooks[e]||[];return n.push(r),()=>{let o=n.indexOf(r);o>-1&&n.splice(o,1)}}emit(e,...r){let n=this._hooks[e];n&&n.forEach(o=>o(...r))}sendEnvelope(e){return this.emit("beforeEnvelope",e),this._isEnabled()&&this._transport?this._transport.send(e).then(null,r=>(ie&&ee.error("Error while sending envelope:",r),r)):(ie&&ee.error("Transport disabled"),nr({}))}_setupIntegrations(){let{integrations:e}=this._options;this._integrations=Id(this,e),Lu(this,e)}_updateSessionFromEvent(e,r){let n=r.level==="fatal",o=!1,i=r.exception?.values;if(i){o=!0;for(let l of i)if(l.mechanism?.handled===!1){n=!0;break}}let s=e.status==="ok";(s&&e.errors===0||s&&n)&&(tn(e,Z(E({},n&&{status:"crashed"}),{errors:e.errors||Number(o||n)})),this.captureSession(e))}_isClientDoneProcessing(e){return new vr(r=>{let n=0,o=1,i=setInterval(()=>{this._numProcessing==0?(clearInterval(i),r(!0)):(n+=o,e&&n>=e&&(clearInterval(i),r(!1)))},o)})}_isEnabled(){return this.getOptions().enabled!==!1&&this._transport!==void 0}_prepareEvent(e,r,n,o){let i=this.getOptions(),s=Object.keys(this._integrations);return!r.integrations&&s?.length&&(r.integrations=s),this.emit("preprocessEvent",e,r),e.type||o.setLastEventId(e.event_id||r.event_id),Ed(i,e,r,n,this,o).then(a=>{if(a===null)return a;this.emit("postprocessEvent",a,r),a.contexts=E({trace:vu(n)},a.contexts);let l=ad(this,n);return a.sdkProcessingMetadata=E({dynamicSamplingContext:l},a.sdkProcessingMetadata),a})}_captureEvent(e,r={},n=yr(),o=Dr()){return ie&&Uu(e)&&ee.log(`Captured error event \`${ba(e)[0]||"<unknown>"}\``),this._processEvent(e,r,n,o).then(i=>i.event_id,i=>{ie&&(Nd(i)?ee.log(i.message):Od(i)?ee.warn(i.message):ee.warn(i))})}_processEvent(e,r,n,o){let i=this.getOptions(),{sampleRate:s}=i,a=Md(e),l=Uu(e),f=e.type||"error",m=`before send for type \`${f}\``,d=typeof s>"u"?void 0:Xm(s);if(l&&typeof d=="number"&&Math.random()>d)return this.recordDroppedEvent("sample_rate","error"),_n(Bu(`Discarding event because it's not included in the random sample (sampling rate = ${s})`));let _=f==="replay_event"?"replay":f;return this._prepareEvent(e,r,n,o).then(y=>{if(y===null)throw this.recordDroppedEvent("event_processor",_),Bu("An event processor returned `null`, will not send event.");if(r.data&&r.data.__sentry__===!0)return y;let N=W_(this,i,y,r);return V_(N,m)}).then(y=>{if(y===null){if(this.recordDroppedEvent("before_send",_),a){let B=1+(e.spans||[]).length;this.recordDroppedEvent("before_send","span",B)}throw Bu(`${m} returned \`null\`, will not send event.`)}let C=n.getSession()||o.getSession();if(l&&C&&this._updateSessionFromEvent(C,y),a){let A=y.sdkProcessingMetadata?.spanCountBeforeProcessing||0,B=y.spans?y.spans.length:0,q=A-B;q>0&&this.recordDroppedEvent("before_send","span",q)}let N=y.transaction_info;if(a&&N&&y.transaction!==e.transaction){let A="custom";y.transaction_info=Z(E({},N),{source:A})}return this.sendEvent(y,r),y}).then(null,y=>{throw Nd(y)||Od(y)?y:(this.captureException(y,{data:{__sentry__:!0},originalException:y}),wa(`Event processing pipeline threw an error, original event will not be sent. Details have been sent as a new event.
17
- Reason: ${y}`))})}_process(e){this._numProcessing++,e.then(r=>(this._numProcessing--,r),r=>(this._numProcessing--,r))}_clearOutcomes(){let e=this._outcomes;return this._outcomes={},Object.entries(e).map(([r,n])=>{let[o,i]=r.split(":");return{reason:o,category:i,quantity:n}})}_flushOutcomes(){ie&&ee.log("Flushing outcomes...");let e=this._clearOutcomes();if(e.length===0){ie&&ee.log("No outcomes to send");return}if(!this._dsn){ie&&ee.log("No dsn provided, will not send outcomes");return}ie&&ee.log("Sending outcomes:",e);let r=xd(e,this._options.tunnel&&En(this._dsn));this.sendEnvelope(r)}};function V_(t,e){let r=`${e} must return \`null\` or a valid event.`;if(en(t))return t.then(n=>{if(!Zr(n)&&n!==null)throw wa(r);return n},n=>{throw wa(`${e} rejected with ${n}`)});if(!Zr(t)&&t!==null)throw wa(r);return t}function W_(t,e,r,n){let{beforeSend:o,beforeSendTransaction:i,beforeSendSpan:s}=e,a=r;if(Uu(a)&&o)return o(a,n);if(Md(a)){if(s){let l=s(Cd(a));if(l?a=vn(r,Rd(l)):Iu(),a.spans){let f=[];for(let m of a.spans){let d=s(m);d?f.push(d):(Iu(),f.push(m))}a.spans=f}}if(i){if(a.spans){let l=a.spans.length;a.sdkProcessingMetadata=Z(E({},r.sdkProcessingMetadata),{spanCountBeforeProcessing:l})}return i(a,n)}}return a}function Uu(t){return t.type===void 0}function Md(t){return t.type==="transaction"}function j_(t){return[{type:"log",item_count:t.length,content_type:"application/vnd.sentry.items.log+json"},{items:t}]}function Bd(t,e,r,n){let o={};return e?.sdk&&(o.sdk={name:e.sdk.name,version:e.sdk.version}),r&&n&&(o.dsn=En(n)),rn(o,[j_(t)])}function Gi(t,e){let r=e??G_(t)??[];if(r.length===0)return;let n=t.getOptions(),o=Bd(r,n._metadata,n.tunnel,t.getDsn());Ud().set(t,[]),t.emit("flushLogs"),t.sendEnvelope(o)}function G_(t){return Ud().get(t)}function Ud(){return Qr("clientToLogBufferMap",()=>new WeakMap)}var ku=Symbol.for("SentryBufferFullError");function kd(t){let e=[];function r(){return t===void 0||e.length<t}function n(s){return e.splice(e.indexOf(s),1)[0]||Promise.resolve(void 0)}function o(s){if(!r())return _n(ku);let a=s();return e.indexOf(a)===-1&&e.push(a),a.then(()=>n(a)).then(null,()=>n(a).then(null,()=>{})),a}function i(s){return new vr((a,l)=>{let f=e.length;if(!f)return a(!0);let m=setTimeout(()=>{s&&s>0&&a(!1)},s);e.forEach(d=>{nr(d).then(()=>{--f||(clearTimeout(m),a(!0))},l)})})}return{$:e,add:o,drain:i}}function q_(t,e=Date.now()){let r=parseInt(`${t}`,10);if(!isNaN(r))return r*1e3;let n=Date.parse(`${t}`);return isNaN(n)?6e4:n-e}function z_(t,e){return t[e]||t.all||0}function Fd(t,e,r=Date.now()){return z_(t,e)>r}function Hd(t,{statusCode:e,headers:r},n=Date.now()){let o=E({},t),i=r?.["x-sentry-rate-limits"],s=r?.["retry-after"];if(i)for(let a of i.trim().split(",")){let[l,f,,,m]=a.split(":",5),d=parseInt(l,10),_=(isNaN(d)?60:d)*1e3;if(!f)o.all=n+_;else for(let y of f.split(";"))y==="metric_bucket"?(!m||m.split(";").includes("custom"))&&(o[y]=n+_):o[y]=n+_}else s?o.all=n+q_(s,n):e===429&&(o.all=n+60*1e3);return o}var Y_=64;function Sa(t,e,r=kd(t.bufferSize||Y_)){let n={},o=s=>r.drain(s);function i(s){let a=[];if(Au(s,(d,_)=>{let y=Du(_);Fd(n,y)?t.recordDroppedEvent("ratelimit_backoff",y):a.push(d)}),a.length===0)return nr({});let l=rn(s[0],a),f=d=>{Au(l,(_,y)=>{t.recordDroppedEvent(d,Du(y))})},m=()=>e({body:ld(l)}).then(d=>(d.statusCode!==void 0&&(d.statusCode<200||d.statusCode>=300)&&ie&&ee.warn(`Sentry responded with status code ${d.statusCode} to sent event.`),n=Hd(n,d),d),d=>{throw f("network_error"),ie&&ee.error("Encountered error running transport request:",d),d});return r.add(m).then(d=>d,d=>{if(d===ku)return ie&&ee.error("Skipped sending event because buffer is full."),f("queue_overflow"),nr({});throw d})}return{send:i,flush:o}}function Fu(t){t.user?.ip_address===void 0&&(t.user=Z(E({},t.user),{ip_address:"{{auto}}"}))}function Hu(t){"aggregates"in t?t.attrs?.ip_address===void 0&&(t.attrs=Z(E({},t.attrs),{ip_address:"{{auto}}"})):t.ipAddress===void 0&&(t.ipAddress="{{auto}}")}function $u(t,e,r=[e],n="npm"){let o=t._metadata||{};o.sdk||(o.sdk={name:`sentry.javascript.${e}`,packages:r.map(i=>({name:`${n}:@sentry/${i}`,version:xr})),version:xr}),t._metadata=o}var K_=100;function Or(t,e){let r=We(),n=Dr();if(!r)return;let{beforeBreadcrumb:o=null,maxBreadcrumbs:i=K_}=r.getOptions();if(i<=0)return;let s=Ar(),a=E({timestamp:s},t),l=o?gn(()=>o(a,e)):a;l!==null&&(r.emit&&r.emit("beforeAddBreadcrumb",l,e),n.addBreadcrumb(l,i))}var $d,X_="FunctionToString",Vd=new WeakMap,J_=()=>({name:X_,setupOnce(){$d=Function.prototype.toString;try{Function.prototype.toString=function(...t){let e=Yn(this),r=Vd.has(We())&&e!==void 0?e:this;return $d.apply(r,t)}}catch{}},setup(t){Vd.set(t,!0)}}),Ta=J_;var Q_=[/^Script error\.?$/,/^Javascript error: Script error\.? on line 0$/,/^ResizeObserver loop completed with undelivered notifications.$/,/^Cannot redefine property: googletag$/,/^Can't find variable: gmo$/,/^undefined is not an object \(evaluating 'a\.[A-Z]'\)$/,`can't redefine non-configurable property "solana"`,"vv().getRestrictions is not a function. (In 'vv().getRestrictions(1,a)', 'vv().getRestrictions' is undefined)","Can't find variable: _AutofillCallbackHandler",/^Non-Error promise rejection captured with value: Object Not Found Matching Id:\d+, MethodName:simulateEvent, ParamCount:\d+$/,/^Java exception was raised during method invocation$/],Z_="EventFilters",Vu=(t={})=>{let e;return{name:Z_,setup(r){let n=r.getOptions();e=Wd(t,n)},processEvent(r,n,o){if(!e){let i=o.getOptions();e=Wd(t,i)}return eb(r,e)?null:r}}},xa=(t={})=>Z(E({},Vu(t)),{name:"InboundFilters"});function Wd(t={},e={}){return{allowUrls:[...t.allowUrls||[],...e.allowUrls||[]],denyUrls:[...t.denyUrls||[],...e.denyUrls||[]],ignoreErrors:[...t.ignoreErrors||[],...e.ignoreErrors||[],...t.disableErrorDefaults?[]:Q_],ignoreTransactions:[...t.ignoreTransactions||[],...e.ignoreTransactions||[]]}}function eb(t,e){if(t.type){if(t.type==="transaction"&&rb(t,e.ignoreTransactions))return ie&&ee.warn(`Event dropped due to being matched by \`ignoreTransactions\` option.
18
- Event: ${Cr(t)}`),!0}else{if(tb(t,e.ignoreErrors))return ie&&ee.warn(`Event dropped due to being matched by \`ignoreErrors\` option.
19
- Event: ${Cr(t)}`),!0;if(sb(t))return ie&&ee.warn(`Event dropped due to not having an error message, error type or stacktrace.
20
- Event: ${Cr(t)}`),!0;if(nb(t,e.denyUrls))return ie&&ee.warn(`Event dropped due to being matched by \`denyUrls\` option.
16
+ `),typeof a=="string"||a instanceof Uint8Array)o(a);else{let l;try{l=JSON.stringify(a)}catch{l=JSON.stringify(nr(a))}o(l)}}return typeof n=="string"?n:R_(n)}function R_(t){let e=t.reduce((o,i)=>o+i.length,0),r=new Uint8Array(e),n=0;for(let o of t)r.set(o,n),n+=o.length;return r}function dd(t){let e=typeof t.data=="string"?Ou(t.data):t.data;return[{type:"attachment",length:e.length,filename:t.filename,content_type:t.contentType,attachment_type:t.attachmentType},e]}var A_={session:"session",sessions:"session",attachment:"attachment",transaction:"transaction",event:"error",client_report:"internal",user_report:"default",profile:"profile",profile_chunk:"profile",replay_event:"replay",replay_recording:"replay",check_in:"monitor",feedback:"feedback",span:"span",raw_security:"security",log:"log_item"};function Pu(t){return A_[t]}function Lu(t){if(!t?.sdk)return;let{name:e,version:r}=t.sdk;return{name:e,version:r}}function hd(t,e,r,n){let o=t.sdkProcessingMetadata?.dynamicSamplingContext;return E(E(E({event_id:t.event_id,sent_at:new Date().toISOString()},e&&{sdk:e}),!!r&&n&&{dsn:En(n)}),o&&{trace:o})}function D_(t,e){return e&&(t.sdk=t.sdk||{},t.sdk.name=t.sdk.name||e.name,t.sdk.version=t.sdk.version||e.version,t.sdk.integrations=[...t.sdk.integrations||[],...e.integrations||[]],t.sdk.packages=[...t.sdk.packages||[],...e.packages||[]]),t}function gd(t,e,r,n){let o=Lu(r),i=E(E({sent_at:new Date().toISOString()},o&&{sdk:o}),!!n&&e&&{dsn:En(e)}),s="aggregates"in t?[{type:"sessions"},t]:[{type:"session"},t.toJSON()];return rn(i,[s])}function yd(t,e,r,n){let o=Lu(r),i=t.type&&t.type!=="replay_event"?t.type:"event";D_(t,r?.sdk);let s=hd(t,o,n,e);return delete t.sdkProcessingMetadata,rn(s,[[{type:i},t]])}var Mu=0,vd=1,Ed=2;function or(t){return new vr(e=>{e(t)})}function _n(t){return new vr((e,r)=>{r(t)})}var vr=class t{constructor(e){this._state=Mu,this._handlers=[],this._runExecutor(e)}then(e,r){return new t((n,o)=>{this._handlers.push([!1,i=>{if(!e)n(i);else try{n(e(i))}catch(s){o(s)}},i=>{if(!r)o(i);else try{n(r(i))}catch(s){o(s)}}]),this._executeHandlers()})}catch(e){return this.then(r=>r,e)}finally(e){return new t((r,n)=>{let o,i;return this.then(s=>{i=!1,o=s,e&&e()},s=>{i=!0,o=s,e&&e()}).then(()=>{if(i){n(o);return}r(o)})})}_executeHandlers(){if(this._state===Mu)return;let e=this._handlers.slice();this._handlers=[],e.forEach(r=>{r[0]||(this._state===vd&&r[1](this._value),this._state===Ed&&r[2](this._value),r[0]=!0)})}_runExecutor(e){let r=(i,s)=>{if(this._state===Mu){if(en(s)){s.then(n,o);return}this._state=i,this._value=s,this._executeHandlers()}},n=i=>{r(vd,i)},o=i=>{r(Ed,i)};try{e(n,o)}catch(i){o(i)}}};function ya(t,e,r,n=0){return new vr((o,i)=>{let s=t[n];if(e===null||typeof s!="function")o(e);else{let a=s(E({},e),r);ie&&s.id&&a===null&&ee.log(`Event processor "${s.id}" dropped event`),en(a)?a.then(l=>ya(t,l,r,n+1).then(o)).then(null,i):ya(t,a,r,n+1).then(o).then(null,i)}})}function _d(t,e){let{fingerprint:r,span:n,breadcrumbs:o,sdkProcessingMetadata:i}=e;O_(t,e),n&&L_(t,n),M_(t,r),N_(t,o),P_(t,i)}function Bu(t,e){let{extra:r,tags:n,user:o,contexts:i,level:s,sdkProcessingMetadata:a,breadcrumbs:l,fingerprint:f,eventProcessors:m,attachments:d,propagationContext:_,transactionName:y,span:C}=e;va(t,"extra",r),va(t,"tags",n),va(t,"user",o),va(t,"contexts",i),t.sdkProcessingMetadata=vn(t.sdkProcessingMetadata,a,2),s&&(t.level=s),y&&(t.transactionName=y),C&&(t.span=C),l.length&&(t.breadcrumbs=[...t.breadcrumbs,...l]),f.length&&(t.fingerprint=[...t.fingerprint,...f]),m.length&&(t.eventProcessors=[...t.eventProcessors,...m]),d.length&&(t.attachments=[...t.attachments,...d]),t.propagationContext=E(E({},t.propagationContext),_)}function va(t,e,r){t[e]=vn(t[e],r,1)}function O_(t,e){let{extra:r,tags:n,user:o,contexts:i,level:s,transactionName:a}=e;Object.keys(r).length&&(t.extra=E(E({},r),t.extra)),Object.keys(n).length&&(t.tags=E(E({},n),t.tags)),Object.keys(o).length&&(t.user=E(E({},o),t.user)),Object.keys(i).length&&(t.contexts=E(E({},i),t.contexts)),s&&(t.level=s),a&&t.type!=="transaction"&&(t.transaction=a)}function N_(t,e){let r=[...t.breadcrumbs||[],...e];t.breadcrumbs=r.length?r:void 0}function P_(t,e){t.sdkProcessingMetadata=E(E({},t.sdkProcessingMetadata),e)}function L_(t,e){t.contexts=E({trace:Cu(e)},t.contexts),t.sdkProcessingMetadata=E({dynamicSamplingContext:Au(e)},t.sdkProcessingMetadata);let r=$i(e),n=No(r).description;n&&!t.transaction&&t.type==="transaction"&&(t.transaction=n)}function M_(t,e){t.fingerprint=t.fingerprint?Array.isArray(t.fingerprint)?t.fingerprint:[t.fingerprint]:[],e&&(t.fingerprint=t.fingerprint.concat(e)),t.fingerprint.length||delete t.fingerprint}var Ea,bd,_a;function wd(t){let e=pe._sentryDebugIds;if(!e)return{};let r=Object.keys(e);return _a&&r.length===bd||(bd=r.length,_a=r.reduce((n,o)=>{Ea||(Ea={});let i=Ea[o];if(i)n[i[0]]=i[1];else{let s=t(o);for(let a=s.length-1;a>=0;a--){let f=s[a]?.filename,m=e[o];if(f&&m){n[f]=m,Ea[o]=[f,m];break}}}return n},{})),_a}function Sd(t,e,r,n,o,i){let{normalizeDepth:s=3,normalizeMaxBreadth:a=1e3}=t,l=Z(E({},e),{event_id:e.event_id||r.event_id||ut(),timestamp:e.timestamp||Ar()}),f=r.integrations||t.integrations.map(A=>A.name);B_(l,t),F_(l,f),o&&o.emit("applyFrameMetadata",e),e.type===void 0&&U_(l,t.stackParser);let m=$_(n,r.captureContext);r.mechanism&&Rr(l,r.mechanism);let d=o?o.getEventProcessors():[],_=ma().getScopeData();if(i){let A=i.getScopeData();Bu(_,A)}if(m){let A=m.getScopeData();Bu(_,A)}let y=[...r.attachments||[],..._.attachments];y.length&&(r.attachments=y),_d(l,_);let C=[...d,..._.eventProcessors];return ya(C,l,r).then(A=>(A&&k_(A),typeof s=="number"&&s>0?H_(A,s,a):A))}function B_(t,e){let{environment:r,release:n,dist:o,maxValueLength:i=250}=e;t.environment=t.environment||r||Po,!t.release&&n&&(t.release=n),!t.dist&&o&&(t.dist=o);let s=t.request;s?.url&&(s.url=yn(s.url,i))}function U_(t,e){let r=wd(e);t.exception?.values?.forEach(n=>{n.stacktrace?.frames?.forEach(o=>{o.filename&&(o.debug_id=r[o.filename])})})}function k_(t){let e={};if(t.exception?.values?.forEach(n=>{n.stacktrace?.frames?.forEach(o=>{o.debug_id&&(o.abs_path?e[o.abs_path]=o.debug_id:o.filename&&(e[o.filename]=o.debug_id),delete o.debug_id)})}),Object.keys(e).length===0)return;t.debug_meta=t.debug_meta||{},t.debug_meta.images=t.debug_meta.images||[];let r=t.debug_meta.images;Object.entries(e).forEach(([n,o])=>{r.push({type:"sourcemap",code_file:n,debug_id:o})})}function F_(t,e){e.length>0&&(t.sdk=t.sdk||{},t.sdk.integrations=[...t.sdk.integrations||[],...e])}function H_(t,e,r){if(!t)return null;let n=E(E(E(E(E({},t),t.breadcrumbs&&{breadcrumbs:t.breadcrumbs.map(o=>E(E({},o),o.data&&{data:nr(o.data,e,r)}))}),t.user&&{user:nr(t.user,e,r)}),t.contexts&&{contexts:nr(t.contexts,e,r)}),t.extra&&{extra:nr(t.extra,e,r)});return t.contexts?.trace&&n.contexts&&(n.contexts.trace=t.contexts.trace,t.contexts.trace.data&&(n.contexts.trace.data=nr(t.contexts.trace.data,e,r))),t.spans&&(n.spans=t.spans.map(o=>E(E({},o),o.data&&{data:nr(o.data,e,r)}))),t.contexts?.flags&&n.contexts&&(n.contexts.flags=nr(t.contexts.flags,3,r)),n}function $_(t,e){if(!e)return t;let r=t?t.clone():new wt;return r.update(e),r}function Td(t){if(t)return V_(t)?{captureContext:t}:j_(t)?{captureContext:t}:t}function V_(t){return t instanceof wt||typeof t=="function"}var W_=["user","level","extra","contexts","tags","fingerprint","propagationContext"];function j_(t){return Object.keys(t).some(e=>W_.includes(e))}function ba(t,e){return yr().captureException(t,Td(e))}function wa(t,e){let r=typeof e=="string"?e:void 0,n=typeof e!="string"?{captureContext:e}:void 0;return yr().captureMessage(t,r,n)}function Vi(t,e){return yr().captureEvent(t,e)}function Wi(t){let e=Dr(),r=yr(),{userAgent:n}=pe.navigator||{},o=Gm(E(E({user:r.getUser()||e.getUser()},n&&{userAgent:n}),t)),i=e.getSession();return i?.status==="ok"&&tn(i,{status:"exited"}),Sa(),e.setSession(o),o}function Sa(){let t=Dr(),r=yr().getSession()||t.getSession();r&&qm(r),xd(),t.setSession()}function xd(){let t=Dr(),e=We(),r=t.getSession();r&&e&&e.captureSession(r)}function ji(t=!1){if(t){Sa();return}xd()}var G_="7";function q_(t){let e=t.protocol?`${t.protocol}:`:"",r=t.port?`:${t.port}`:"";return`${e}//${t.host}${r}${t.path?`/${t.path}`:""}/api/`}function z_(t){return`${q_(t)}${t.projectId}/envelope/`}function Y_(t,e){let r={sentry_version:G_};return t.publicKey&&(r.sentry_key=t.publicKey),e&&(r.sentry_client=`${e.name}/${e.version}`),new URLSearchParams(r).toString()}function Cd(t,e,r){return e||`${z_(t)}?${Y_(t,r)}`}var Rd=[];function Ad(t,e){let r={};return e.forEach(n=>{n&&ku(t,n,r)}),r}function Uu(t,e){for(let r of e)r?.afterAllSetup&&r.afterAllSetup(t)}function ku(t,e,r){if(r[e.name]){ie&&ee.log(`Integration skipped because it was already installed: ${e.name}`);return}if(r[e.name]=e,Rd.indexOf(e.name)===-1&&typeof e.setupOnce=="function"&&(e.setupOnce(),Rd.push(e.name)),e.setup&&typeof e.setup=="function"&&e.setup(t),typeof e.preprocessEvent=="function"){let n=e.preprocessEvent.bind(e);t.on("preprocessEvent",(o,i)=>n(o,i,t))}if(typeof e.processEvent=="function"){let n=e.processEvent.bind(e),o=Object.assign((i,s)=>n(i,s,t),{id:e.name});t.addEventProcessor(o)}ie&&ee.log(`Integration installed: ${e.name}`)}function Dd(t,e,r){let n=[{type:"client_report"},{timestamp:r||Ar(),discarded_events:t}];return rn(e?{dsn:e}:{},[n])}function Ta(t){let e=[];t.message&&e.push(t.message);try{let r=t.exception.values[t.exception.values.length-1];r?.value&&(e.push(r.value),r.type&&e.push(`${r.type}: ${r.value}`))}catch{}return e}function Od(t){let{trace_id:e,parent_span_id:r,span_id:n,status:o,origin:i,data:s,op:a}=t.contexts?.trace??{};return{data:s??{},description:t.transaction,op:a,parent_span_id:r,span_id:n??"",start_timestamp:t.start_timestamp??0,status:o,timestamp:t.timestamp,trace_id:e??"",origin:i,profile_id:s?.[Iu],exclusive_time:s?.[xu],measurements:t.measurements,is_segment:!0}}function Nd(t){return{type:"transaction",timestamp:t.timestamp,start_timestamp:t.start_timestamp,transaction:t.description,contexts:{trace:{trace_id:t.trace_id,span_id:t.span_id,parent_span_id:t.parent_span_id,op:t.op,status:t.status,origin:t.origin,data:E(E(E({},t.data),t.profile_id&&{[Iu]:t.profile_id}),t.exclusive_time&&{[xu]:t.exclusive_time})}},measurements:t.measurements}}var Pd="Not capturing exception because it's already been captured.",Ld="Discarded session because of missing or non-string release",Ud=Symbol.for("SentryInternalError"),kd=Symbol.for("SentryDoNotSendEventError");function Ia(t){return{message:t,[Ud]:!0}}function Fu(t){return{message:t,[kd]:!0}}function Md(t){return!!t&&typeof t=="object"&&Ud in t}function Bd(t){return!!t&&typeof t=="object"&&kd in t}var Gi=class{constructor(e){if(this._options=e,this._integrations={},this._numProcessing=0,this._outcomes={},this._hooks={},this._eventProcessors=[],e.dsn?this._dsn=ld(e.dsn):ie&&ee.warn("No DSN provided, client will not send events."),this._dsn){let r=Cd(this._dsn,e.tunnel,e._metadata?e._metadata.sdk:void 0);this._transport=e.transport(Z(E({tunnel:this._options.tunnel,recordDroppedEvent:this.recordDroppedEvent.bind(this)},e.transportOptions),{url:r}))}}captureException(e,r,n){let o=ut();if(ua(e))return ie&&ee.log(Pd),o;let i=E({event_id:o},r);return this._process(this.eventFromException(e,i).then(s=>this._captureEvent(s,i,n))),i.event_id}captureMessage(e,r,n,o){let i=E({event_id:ut()},n),s=Ro(e)?e:String(e),a=qn(e)?this.eventFromMessage(s,r,i):this.eventFromException(e,i);return this._process(a.then(l=>this._captureEvent(l,i,o))),i.event_id}captureEvent(e,r,n){let o=ut();if(r?.originalException&&ua(r.originalException))return ie&&ee.log(Pd),o;let i=E({event_id:o},r),s=e.sdkProcessingMetadata||{},a=s.capturedSpanScope,l=s.capturedSpanIsolationScope;return this._process(this._captureEvent(e,i,a||n,l)),i.event_id}captureSession(e){this.sendSession(e),tn(e,{init:!1})}getDsn(){return this._dsn}getOptions(){return this._options}getSdkMetadata(){return this._options._metadata}getTransport(){return this._transport}flush(e){let r=this._transport;return r?(this.emit("flush"),this._isClientDoneProcessing(e).then(n=>r.flush(e).then(o=>n&&o))):or(!0)}close(e){return this.flush(e).then(r=>(this.getOptions().enabled=!1,this.emit("close"),r))}getEventProcessors(){return this._eventProcessors}addEventProcessor(e){this._eventProcessors.push(e)}init(){(this._isEnabled()||this._options.integrations.some(({name:e})=>e.startsWith("Spotlight")))&&this._setupIntegrations()}getIntegrationByName(e){return this._integrations[e]}addIntegration(e){let r=this._integrations[e.name];ku(this,e,this._integrations),r||Uu(this,[e])}sendEvent(e,r={}){this.emit("beforeSendEvent",e,r);let n=yd(e,this._dsn,this._options._metadata,this._options.tunnel);for(let i of r.attachments||[])n=pd(n,dd(i));let o=this.sendEnvelope(n);o&&o.then(i=>this.emit("afterSendEvent",e,i),null)}sendSession(e){let{release:r,environment:n=Po}=this._options;if("aggregates"in e){let i=e.attrs||{};if(!i.release&&!r){ie&&ee.warn(Ld);return}i.release=i.release||r,i.environment=i.environment||n,e.attrs=i}else{if(!e.release&&!r){ie&&ee.warn(Ld);return}e.release=e.release||r,e.environment=e.environment||n}this.emit("beforeSendSession",e);let o=gd(e,this._dsn,this._options._metadata,this._options.tunnel);this.sendEnvelope(o)}recordDroppedEvent(e,r,n=1){if(this._options.sendClientReports){let o=`${e}:${r}`;ie&&ee.log(`Recording outcome: "${o}"${n>1?` (${n} times)`:""}`),this._outcomes[o]=(this._outcomes[o]||0)+n}}on(e,r){let n=this._hooks[e]=this._hooks[e]||[];return n.push(r),()=>{let o=n.indexOf(r);o>-1&&n.splice(o,1)}}emit(e,...r){let n=this._hooks[e];n&&n.forEach(o=>o(...r))}sendEnvelope(e){return this.emit("beforeEnvelope",e),this._isEnabled()&&this._transport?this._transport.send(e).then(null,r=>(ie&&ee.error("Error while sending envelope:",r),r)):(ie&&ee.error("Transport disabled"),or({}))}_setupIntegrations(){let{integrations:e}=this._options;this._integrations=Ad(this,e),Uu(this,e)}_updateSessionFromEvent(e,r){let n=r.level==="fatal",o=!1,i=r.exception?.values;if(i){o=!0;for(let l of i)if(l.mechanism?.handled===!1){n=!0;break}}let s=e.status==="ok";(s&&e.errors===0||s&&n)&&(tn(e,Z(E({},n&&{status:"crashed"}),{errors:e.errors||Number(o||n)})),this.captureSession(e))}_isClientDoneProcessing(e){return new vr(r=>{let n=0,o=1,i=setInterval(()=>{this._numProcessing==0?(clearInterval(i),r(!0)):(n+=o,e&&n>=e&&(clearInterval(i),r(!1)))},o)})}_isEnabled(){return this.getOptions().enabled!==!1&&this._transport!==void 0}_prepareEvent(e,r,n,o){let i=this.getOptions(),s=Object.keys(this._integrations);return!r.integrations&&s?.length&&(r.integrations=s),this.emit("preprocessEvent",e,r),e.type||o.setLastEventId(e.event_id||r.event_id),Sd(i,e,r,n,this,o).then(a=>{if(a===null)return a;this.emit("postprocessEvent",a,r),a.contexts=E({trace:bu(n)},a.contexts);let l=fd(this,n);return a.sdkProcessingMetadata=E({dynamicSamplingContext:l},a.sdkProcessingMetadata),a})}_captureEvent(e,r={},n=yr(),o=Dr()){return ie&&Hu(e)&&ee.log(`Captured error event \`${Ta(e)[0]||"<unknown>"}\``),this._processEvent(e,r,n,o).then(i=>i.event_id,i=>{ie&&(Bd(i)?ee.log(i.message):Md(i)?ee.warn(i.message):ee.warn(i))})}_processEvent(e,r,n,o){let i=this.getOptions(),{sampleRate:s}=i,a=Fd(e),l=Hu(e),f=e.type||"error",m=`before send for type \`${f}\``,d=typeof s>"u"?void 0:ed(s);if(l&&typeof d=="number"&&Math.random()>d)return this.recordDroppedEvent("sample_rate","error"),_n(Fu(`Discarding event because it's not included in the random sample (sampling rate = ${s})`));let _=f==="replay_event"?"replay":f;return this._prepareEvent(e,r,n,o).then(y=>{if(y===null)throw this.recordDroppedEvent("event_processor",_),Fu("An event processor returned `null`, will not send event.");if(r.data&&r.data.__sentry__===!0)return y;let N=J_(this,i,y,r);return X_(N,m)}).then(y=>{if(y===null){if(this.recordDroppedEvent("before_send",_),a){let B=1+(e.spans||[]).length;this.recordDroppedEvent("before_send","span",B)}throw Fu(`${m} returned \`null\`, will not send event.`)}let C=n.getSession()||o.getSession();if(l&&C&&this._updateSessionFromEvent(C,y),a){let A=y.sdkProcessingMetadata?.spanCountBeforeProcessing||0,B=y.spans?y.spans.length:0,q=A-B;q>0&&this.recordDroppedEvent("before_send","span",q)}let N=y.transaction_info;if(a&&N&&y.transaction!==e.transaction){let A="custom";y.transaction_info=Z(E({},N),{source:A})}return this.sendEvent(y,r),y}).then(null,y=>{throw Bd(y)||Md(y)?y:(this.captureException(y,{data:{__sentry__:!0},originalException:y}),Ia(`Event processing pipeline threw an error, original event will not be sent. Details have been sent as a new event.
17
+ Reason: ${y}`))})}_process(e){this._numProcessing++,e.then(r=>(this._numProcessing--,r),r=>(this._numProcessing--,r))}_clearOutcomes(){let e=this._outcomes;return this._outcomes={},Object.entries(e).map(([r,n])=>{let[o,i]=r.split(":");return{reason:o,category:i,quantity:n}})}_flushOutcomes(){ie&&ee.log("Flushing outcomes...");let e=this._clearOutcomes();if(e.length===0){ie&&ee.log("No outcomes to send");return}if(!this._dsn){ie&&ee.log("No dsn provided, will not send outcomes");return}ie&&ee.log("Sending outcomes:",e);let r=Dd(e,this._options.tunnel&&En(this._dsn));this.sendEnvelope(r)}};function X_(t,e){let r=`${e} must return \`null\` or a valid event.`;if(en(t))return t.then(n=>{if(!Zr(n)&&n!==null)throw Ia(r);return n},n=>{throw Ia(`${e} rejected with ${n}`)});if(!Zr(t)&&t!==null)throw Ia(r);return t}function J_(t,e,r,n){let{beforeSend:o,beforeSendTransaction:i,beforeSendSpan:s}=e,a=r;if(Hu(a)&&o)return o(a,n);if(Fd(a)){if(s){let l=s(Od(a));if(l?a=vn(r,Nd(l)):Ru(),a.spans){let f=[];for(let m of a.spans){let d=s(m);d?f.push(d):(Ru(),f.push(m))}a.spans=f}}if(i){if(a.spans){let l=a.spans.length;a.sdkProcessingMetadata=Z(E({},r.sdkProcessingMetadata),{spanCountBeforeProcessing:l})}return i(a,n)}}return a}function Hu(t){return t.type===void 0}function Fd(t){return t.type==="transaction"}function Q_(t){return[{type:"log",item_count:t.length,content_type:"application/vnd.sentry.items.log+json"},{items:t}]}function Hd(t,e,r,n){let o={};return e?.sdk&&(o.sdk={name:e.sdk.name,version:e.sdk.version}),r&&n&&(o.dsn=En(n)),rn(o,[Q_(t)])}function qi(t,e){let r=e??Z_(t)??[];if(r.length===0)return;let n=t.getOptions(),o=Hd(r,n._metadata,n.tunnel,t.getDsn());$d().set(t,[]),t.emit("flushLogs"),t.sendEnvelope(o)}function Z_(t){return $d().get(t)}function $d(){return Qr("clientToLogBufferMap",()=>new WeakMap)}var $u=Symbol.for("SentryBufferFullError");function Vd(t){let e=[];function r(){return t===void 0||e.length<t}function n(s){return e.splice(e.indexOf(s),1)[0]||Promise.resolve(void 0)}function o(s){if(!r())return _n($u);let a=s();return e.indexOf(a)===-1&&e.push(a),a.then(()=>n(a)).then(null,()=>n(a).then(null,()=>{})),a}function i(s){return new vr((a,l)=>{let f=e.length;if(!f)return a(!0);let m=setTimeout(()=>{s&&s>0&&a(!1)},s);e.forEach(d=>{or(d).then(()=>{--f||(clearTimeout(m),a(!0))},l)})})}return{$:e,add:o,drain:i}}function eb(t,e=Date.now()){let r=parseInt(`${t}`,10);if(!isNaN(r))return r*1e3;let n=Date.parse(`${t}`);return isNaN(n)?6e4:n-e}function tb(t,e){return t[e]||t.all||0}function Wd(t,e,r=Date.now()){return tb(t,e)>r}function jd(t,{statusCode:e,headers:r},n=Date.now()){let o=E({},t),i=r?.["x-sentry-rate-limits"],s=r?.["retry-after"];if(i)for(let a of i.trim().split(",")){let[l,f,,,m]=a.split(":",5),d=parseInt(l,10),_=(isNaN(d)?60:d)*1e3;if(!f)o.all=n+_;else for(let y of f.split(";"))y==="metric_bucket"?(!m||m.split(";").includes("custom"))&&(o[y]=n+_):o[y]=n+_}else s?o.all=n+eb(s,n):e===429&&(o.all=n+60*1e3);return o}var rb=64;function xa(t,e,r=Vd(t.bufferSize||rb)){let n={},o=s=>r.drain(s);function i(s){let a=[];if(Nu(s,(d,_)=>{let y=Pu(_);Wd(n,y)?t.recordDroppedEvent("ratelimit_backoff",y):a.push(d)}),a.length===0)return or({});let l=rn(s[0],a),f=d=>{Nu(l,(_,y)=>{t.recordDroppedEvent(d,Pu(y))})},m=()=>e({body:md(l)}).then(d=>(d.statusCode!==void 0&&(d.statusCode<200||d.statusCode>=300)&&ie&&ee.warn(`Sentry responded with status code ${d.statusCode} to sent event.`),n=jd(n,d),d),d=>{throw f("network_error"),ie&&ee.error("Encountered error running transport request:",d),d});return r.add(m).then(d=>d,d=>{if(d===$u)return ie&&ee.error("Skipped sending event because buffer is full."),f("queue_overflow"),or({});throw d})}return{send:i,flush:o}}function Vu(t){t.user?.ip_address===void 0&&(t.user=Z(E({},t.user),{ip_address:"{{auto}}"}))}function Wu(t){"aggregates"in t?t.attrs?.ip_address===void 0&&(t.attrs=Z(E({},t.attrs),{ip_address:"{{auto}}"})):t.ipAddress===void 0&&(t.ipAddress="{{auto}}")}function ju(t,e,r=[e],n="npm"){let o=t._metadata||{};o.sdk||(o.sdk={name:`sentry.javascript.${e}`,packages:r.map(i=>({name:`${n}:@sentry/${i}`,version:xr})),version:xr}),t._metadata=o}var nb=100;function Or(t,e){let r=We(),n=Dr();if(!r)return;let{beforeBreadcrumb:o=null,maxBreadcrumbs:i=nb}=r.getOptions();if(i<=0)return;let s=Ar(),a=E({timestamp:s},t),l=o?gn(()=>o(a,e)):a;l!==null&&(r.emit&&r.emit("beforeAddBreadcrumb",l,e),n.addBreadcrumb(l,i))}var Gd,ob="FunctionToString",qd=new WeakMap,ib=()=>({name:ob,setupOnce(){Gd=Function.prototype.toString;try{Function.prototype.toString=function(...t){let e=Yn(this),r=qd.has(We())&&e!==void 0?e:this;return Gd.apply(r,t)}}catch{}},setup(t){qd.set(t,!0)}}),Ca=ib;var sb=[/^Script error\.?$/,/^Javascript error: Script error\.? on line 0$/,/^ResizeObserver loop completed with undelivered notifications.$/,/^Cannot redefine property: googletag$/,/^Can't find variable: gmo$/,/^undefined is not an object \(evaluating 'a\.[A-Z]'\)$/,`can't redefine non-configurable property "solana"`,"vv().getRestrictions is not a function. (In 'vv().getRestrictions(1,a)', 'vv().getRestrictions' is undefined)","Can't find variable: _AutofillCallbackHandler",/^Non-Error promise rejection captured with value: Object Not Found Matching Id:\d+, MethodName:simulateEvent, ParamCount:\d+$/,/^Java exception was raised during method invocation$/],ab="EventFilters",Gu=(t={})=>{let e;return{name:ab,setup(r){let n=r.getOptions();e=zd(t,n)},processEvent(r,n,o){if(!e){let i=o.getOptions();e=zd(t,i)}return cb(r,e)?null:r}}},Aa=(t={})=>Z(E({},Gu(t)),{name:"InboundFilters"});function zd(t={},e={}){return{allowUrls:[...t.allowUrls||[],...e.allowUrls||[]],denyUrls:[...t.denyUrls||[],...e.denyUrls||[]],ignoreErrors:[...t.ignoreErrors||[],...e.ignoreErrors||[],...t.disableErrorDefaults?[]:sb],ignoreTransactions:[...t.ignoreTransactions||[],...e.ignoreTransactions||[]]}}function cb(t,e){if(t.type){if(t.type==="transaction"&&ub(t,e.ignoreTransactions))return ie&&ee.warn(`Event dropped due to being matched by \`ignoreTransactions\` option.
18
+ Event: ${Cr(t)}`),!0}else{if(lb(t,e.ignoreErrors))return ie&&ee.warn(`Event dropped due to being matched by \`ignoreErrors\` option.
19
+ Event: ${Cr(t)}`),!0;if(db(t))return ie&&ee.warn(`Event dropped due to not having an error message, error type or stacktrace.
20
+ Event: ${Cr(t)}`),!0;if(fb(t,e.denyUrls))return ie&&ee.warn(`Event dropped due to being matched by \`denyUrls\` option.
21
21
  Event: ${Cr(t)}.
22
- Url: ${Ia(t)}`),!0;if(!ob(t,e.allowUrls))return ie&&ee.warn(`Event dropped due to not being matched by \`allowUrls\` option.
22
+ Url: ${Ra(t)}`),!0;if(!pb(t,e.allowUrls))return ie&&ee.warn(`Event dropped due to not being matched by \`allowUrls\` option.
23
23
  Event: ${Cr(t)}.
24
- Url: ${Ia(t)}`),!0}return!1}function tb(t,e){return e?.length?ba(t).some(r=>Ao(r,e)):!1}function rb(t,e){if(!e?.length)return!1;let r=t.transaction;return r?Ao(r,e):!1}function nb(t,e){if(!e?.length)return!1;let r=Ia(t);return r?Ao(r,e):!1}function ob(t,e){if(!e?.length)return!0;let r=Ia(t);return r?Ao(r,e):!0}function ib(t=[]){for(let e=t.length-1;e>=0;e--){let r=t[e];if(r&&r.filename!=="<anonymous>"&&r.filename!=="[native code]")return r.filename||null}return null}function Ia(t){try{let r=[...t.exception?.values??[]].reverse().find(n=>n.mechanism?.parent_id===void 0&&n.stacktrace?.frames?.length)?.stacktrace?.frames;return r?ib(r):null}catch{return ie&&ee.error(`Cannot extract url for event ${Cr(t)}`),null}}function sb(t){return t.exception?.values?.length?!t.message&&!t.exception.values.some(e=>e.stacktrace||e.type&&e.type!=="Error"||e.value):!1}function ju(t,e,r,n,o,i){if(!o.exception?.values||!i||!gr(i.originalException,Error))return;let s=o.exception.values.length>0?o.exception.values[o.exception.values.length-1]:void 0;s&&(o.exception.values=Wu(t,e,n,i.originalException,r,o.exception.values,s,0))}function Wu(t,e,r,n,o,i,s,a){if(i.length>=r+1)return i;let l=[...i];if(gr(n[o],Error)){jd(s,a);let f=t(e,n[o]),m=l.length;Gd(f,o,m,a),l=Wu(t,e,r,n[o],o,[f,...l],f,m)}return Array.isArray(n.errors)&&n.errors.forEach((f,m)=>{if(gr(f,Error)){jd(s,a);let d=t(e,f),_=l.length;Gd(d,`errors[${m}]`,_,a),l=Wu(t,e,r,f,o,[d,...l],d,_)}}),l}function jd(t,e){t.mechanism=t.mechanism||{type:"generic",handled:!0},t.mechanism=Z(E(E({},t.mechanism),t.type==="AggregateError"&&{is_exception_group:!0}),{exception_id:e})}function Gd(t,e,r,n){t.mechanism=t.mechanism||{type:"generic",handled:!0},t.mechanism=Z(E({},t.mechanism),{type:"chained",source:e,exception_id:r,parent_id:n})}function Gu(t){let e="console";Ot(e,t),Nt(e,ab)}function ab(){"console"in pe&&Jl.forEach(function(t){t in pe.console&&lt(pe.console,t,function(e){return xo[t]=e,function(...r){ct("console",{args:r,level:t}),xo[t]?.apply(pe.console,r)}})})}function qu(t){return t==="warn"?"warning":["fatal","error","warning","log","info","debug"].includes(t)?t:"log"}var cb="Dedupe",lb=()=>{let t;return{name:cb,processEvent(e){if(e.type)return e;try{if(ub(e,t))return ie&&ee.warn("Event dropped due to being a duplicate of previously captured event."),null}catch{}return t=e}}},Ca=lb;function ub(t,e){return e?!!(fb(t,e)||pb(t,e)):!1}function fb(t,e){let r=t.message,n=e.message;return!(!r&&!n||r&&!n||!r&&n||r!==n||!Yd(t,e)||!zd(t,e))}function pb(t,e){let r=qd(e),n=qd(t);return!(!r||!n||r.type!==n.type||r.value!==n.value||!Yd(t,e)||!zd(t,e))}function zd(t,e){let r=ea(t),n=ea(e);if(!r&&!n)return!0;if(r&&!n||!r&&n||(r=r,n=n,n.length!==r.length))return!1;for(let o=0;o<n.length;o++){let i=n[o],s=r[o];if(i.filename!==s.filename||i.lineno!==s.lineno||i.colno!==s.colno||i.function!==s.function)return!1}return!0}function Yd(t,e){let r=t.fingerprint,n=e.fingerprint;if(!r&&!n)return!0;if(r&&!n||!r&&n)return!1;r=r,n=n;try{return r.join("")===n.join("")}catch{return!1}}function qd(t){return t.exception?.values?.[0]}function qi(t){if(!t)return{};let e=t.match(/^(([^:/?#]+):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?$/);if(!e)return{};let r=e[6]||"",n=e[8]||"";return{host:e[4],path:e[5],protocol:e[2],search:r,hash:n,relative:e[5]+r+n}}function Ra(t){if(t!==void 0)return t>=400&&t<500?"warning":t>=500?"error":void 0}var zi=pe;function zu(){return"history"in zi&&!!zi.history}function mb(){if(!("fetch"in zi))return!1;try{return new Headers,new Request("http://www.example.com"),new Response,!0}catch{return!1}}function Yi(t){return t&&/^function\s+\w+\(\)\s+\{\s+\[native code\]\s+\}$/.test(t.toString())}function Yu(){if(typeof EdgeRuntime=="string")return!0;if(!mb())return!1;if(Yi(zi.fetch))return!0;let t=!1,e=zi.document;if(e&&typeof e.createElement=="function")try{let r=e.createElement("iframe");r.hidden=!0,e.head.appendChild(r),r.contentWindow?.fetch&&(t=Yi(r.contentWindow.fetch)),e.head.removeChild(r)}catch(r){ie&&ee.warn("Could not create sandbox iframe for pure fetch check, bailing to window.fetch: ",r)}return t}function Xu(t,e){let r="fetch";Ot(r,t),Nt(r,()=>db(void 0,e))}function db(t,e=!1){e&&!Yu()||lt(pe,"fetch",function(r){return function(...n){let o=new Error,{method:i,url:s}=hb(n),a={args:n,fetchData:{method:i,url:s},startTimestamp:Ut()*1e3,virtualError:o,headers:gb(n)};return t||ct("fetch",E({},a)),r.apply(pe,n).then(async l=>(t?t(l):ct("fetch",Z(E({},a),{endTimestamp:Ut()*1e3,response:l})),l),l=>{if(ct("fetch",Z(E({},a),{endTimestamp:Ut()*1e3,error:l})),Gn(l)&&l.stack===void 0&&(l.stack=o.stack,Vt(l,"framesToPop",1)),l instanceof TypeError&&(l.message==="Failed to fetch"||l.message==="Load failed"||l.message==="NetworkError when attempting to fetch resource."))try{let f=new URL(a.fetchData.url);l.message=`${l.message} (${f.host})`}catch{}throw l})}})}function Ku(t,e){return!!t&&typeof t=="object"&&!!t[e]}function Kd(t){return typeof t=="string"?t:t?Ku(t,"url")?t.url:t.toString?t.toString():"":""}function hb(t){if(t.length===0)return{method:"GET",url:""};if(t.length===2){let[r,n]=t;return{url:Kd(r),method:Ku(n,"method")?String(n.method).toUpperCase():"GET"}}let e=t[0];return{url:Kd(e),method:Ku(e,"method")?String(e.method).toUpperCase():"GET"}}function gb(t){let[e,r]=t;try{if(typeof r=="object"&&r!==null&&"headers"in r&&r.headers)return new Headers(r.headers);if(Lm(e))return new Headers(e.headers)}catch{}}function Ju(){return"npm"}var Ke=pe,Qu=0;function Zu(){return Qu>0}function Db(){Qu++,setTimeout(()=>{Qu--})}function Kn(t,e={}){function r(o){return typeof o=="function"}if(!r(t))return t;try{let o=t.__sentry_wrapped__;if(o)return typeof o=="function"?o:t;if(Yn(t))return t}catch{return t}let n=function(...o){try{let i=o.map(s=>Kn(s,e));return t.apply(this,i)}catch(i){throw Db(),Fi(s=>{s.addEventProcessor(a=>(e.mechanism&&(Do(a,void 0,void 0),Rr(a,e.mechanism)),a.extra=Z(E({},a.extra),{arguments:o}),a)),va(i)}),i}};try{for(let o in t)Object.prototype.hasOwnProperty.call(t,o)&&(n[o]=t[o])}catch{}ia(n,t),Vt(t,"__sentry_wrapped__",n);try{Object.getOwnPropertyDescriptor(n,"name").configurable&&Object.defineProperty(n,"name",{get(){return t.name}})}catch{}return n}function Xd(){let t=ki(),{referrer:e}=Ke.document||{},{userAgent:r}=Ke.navigator||{},n=E(E({},e&&{Referer:e}),r&&{"User-Agent":r});return{url:t,headers:n}}function Aa(t,e){let r=rf(t,e),n={type:Mb(e),value:Bb(e)};return r.length&&(n.stacktrace={frames:r}),n.type===void 0&&n.value===""&&(n.value="Unrecoverable error caught"),n}function Ob(t,e,r,n){let i=We()?.getOptions().normalizeDepth,s=Fb(e),a={__serialized__:ma(e,i)};if(s)return{exception:{values:[Aa(t,s)]},extra:a};let l={exception:{values:[{type:zn(e)?e.constructor.name:n?"UnhandledRejection":"Error",value:Ub(e,{isUnhandledRejection:n})}]},extra:a};if(r){let f=rf(t,r);f.length&&(l.exception.values[0].stacktrace={frames:f})}return l}function ef(t,e){return{exception:{values:[Aa(t,e)]}}}function rf(t,e){let r=e.stacktrace||e.stack||"",n=Pb(e),o=Lb(e);try{return t(r,n,o)}catch{}return[]}var Nb=/Minified React error #\d+;/i;function Pb(t){return t&&Nb.test(t.message)?1:0}function Lb(t){return typeof t.framesToPop=="number"?t.framesToPop:0}function Jd(t){return typeof WebAssembly<"u"&&typeof WebAssembly.Exception<"u"?t instanceof WebAssembly.Exception:!1}function Mb(t){let e=t?.name;return!e&&Jd(t)?t.message&&Array.isArray(t.message)&&t.message.length==2?t.message[0]:"WebAssembly.Exception":e}function Bb(t){let e=t?.message;return Jd(t)?Array.isArray(t.message)&&t.message.length==2?t.message[1]:"wasm exception":e?e.error&&typeof e.error.message=="string"?e.error.message:e:"No error message"}function Qd(t,e,r,n){let o=r?.syntheticException||void 0,i=Da(t,e,o,n);return Rr(i),i.level="error",r?.event_id&&(i.event_id=r.event_id),nr(i)}function Zd(t,e,r="info",n,o){let i=n?.syntheticException||void 0,s=tf(t,e,i,o);return s.level=r,n?.event_id&&(s.event_id=n.event_id),nr(s)}function Da(t,e,r,n,o){let i;if(ra(e)&&e.error)return ef(t,e.error);if(na(e)||su(e)){let s=e;if("stack"in e)i=ef(t,e);else{let a=s.name||(na(s)?"DOMError":"DOMException"),l=s.message?`${a}: ${s.message}`:a;i=tf(t,l,r,n),Do(i,l)}return"code"in s&&(i.tags=Z(E({},i.tags),{"DOMException.code":`${s.code}`})),i}return Gn(e)?ef(t,e):Zr(e)||zn(e)?(i=Ob(t,e,r,o),Rr(i,{synthetic:!0}),i):(i=tf(t,e,r,n),Do(i,`${e}`,void 0),Rr(i,{synthetic:!0}),i)}function tf(t,e,r,n){let o={};if(n&&r){let i=rf(t,r);i.length&&(o.exception={values:[{value:e,stacktrace:{frames:i}}]}),Rr(o,{synthetic:!0})}if(Ro(e)){let{__sentry_template_string__:i,__sentry_template_values__:s}=e;return o.logentry={message:i,params:s},o}return o.message=e,o}function Ub(t,{isUnhandledRejection:e}){let r=pu(t),n=e?"promise rejection":"exception";return ra(t)?`Event \`ErrorEvent\` captured as ${n} with message \`${t.message}\``:zn(t)?`Event \`${kb(t)}\` (type=${t.type}) captured as ${n}`:`Object captured as ${n} with keys: ${r}`}function kb(t){try{let e=Object.getPrototypeOf(t);return e?e.constructor.name:void 0}catch{}}function Fb(t){for(let e in t)if(Object.prototype.hasOwnProperty.call(t,e)){let r=t[e];if(r instanceof Error)return r}}var Hb=5e3,Ki=class extends ji{constructor(e){let r=$b(e),n=Ke.SENTRY_SDK_SOURCE||Ju();$u(r,"browser",["browser"],n),super(r);let{sendDefaultPii:o,sendClientReports:i,enableLogs:s,_experiments:a}=this._options,l=s??a?.enableLogs;Ke.document&&(i||l)&&Ke.document.addEventListener("visibilitychange",()=>{Ke.document.visibilityState==="hidden"&&(i&&this._flushOutcomes(),l&&Gi(this))}),l&&(this.on("flush",()=>{Gi(this)}),this.on("afterCaptureLog",()=>{this._logFlushIdleTimeout&&clearTimeout(this._logFlushIdleTimeout),this._logFlushIdleTimeout=setTimeout(()=>{Gi(this)},Hb)})),o&&(this.on("postprocessEvent",Fu),this.on("beforeSendSession",Hu))}eventFromException(e,r){return Qd(this._options.stackParser,e,r,this._options.attachStacktrace)}eventFromMessage(e,r="info",n){return Zd(this._options.stackParser,e,r,n,this._options.attachStacktrace)}_prepareEvent(e,r,n,o){return e.platform=e.platform||"javascript",super._prepareEvent(e,r,n,o)}};function $b(t){return E({release:typeof __SENTRY_RELEASE__=="string"?__SENTRY_RELEASE__:Ke.SENTRY_RELEASE?.id,sendClientReports:!0,parentSpanIsAlwaysRootSpan:!0},t)}var eh=typeof __SENTRY_DEBUG__>"u"||__SENTRY_DEBUG__;var ft=pe;var Vb=1e3,th,nf,of;function sf(t){Ot("dom",t),Nt("dom",Wb)}function Wb(){if(!ft.document)return;let t=ct.bind(null,"dom"),e=rh(t,!0);ft.document.addEventListener("click",e,!1),ft.document.addEventListener("keypress",e,!1),["EventTarget","Node"].forEach(r=>{let o=ft[r]?.prototype;o?.hasOwnProperty?.("addEventListener")&&(lt(o,"addEventListener",function(i){return function(s,a,l){if(s==="click"||s=="keypress")try{let f=this.__sentry_instrumentation_handlers__=this.__sentry_instrumentation_handlers__||{},m=f[s]=f[s]||{refCount:0};if(!m.handler){let d=rh(t);m.handler=d,i.call(this,s,d,l)}m.refCount++}catch{}return i.call(this,s,a,l)}}),lt(o,"removeEventListener",function(i){return function(s,a,l){if(s==="click"||s=="keypress")try{let f=this.__sentry_instrumentation_handlers__||{},m=f[s];m&&(m.refCount--,m.refCount<=0&&(i.call(this,s,m.handler,l),m.handler=void 0,delete f[s]),Object.keys(f).length===0&&delete this.__sentry_instrumentation_handlers__)}catch{}return i.call(this,s,a,l)}}))})}function jb(t){if(t.type!==nf)return!1;try{if(!t.target||t.target._sentryId!==of)return!1}catch{}return!0}function Gb(t,e){return t!=="keypress"?!1:e?.tagName?!(e.tagName==="INPUT"||e.tagName==="TEXTAREA"||e.isContentEditable):!0}function rh(t,e=!1){return r=>{if(!r||r._sentryCaptured)return;let n=qb(r);if(Gb(r.type,n))return;Vt(r,"_sentryCaptured",!0),n&&!n._sentryId&&Vt(n,"_sentryId",ut());let o=r.type==="keypress"?"input":r.type;jb(r)||(t({event:r,name:o,global:e}),nf=r.type,of=n?n._sentryId:void 0),clearTimeout(th),th=ft.setTimeout(()=>{of=void 0,nf=void 0},Vb)}}function qb(t){try{return t.target}catch{return null}}var Oa;function Xi(t){let e="history";Ot(e,t),Nt(e,zb)}function zb(){if(ft.addEventListener("popstate",()=>{let e=ft.location.href,r=Oa;if(Oa=e,r===e)return;ct("history",{from:r,to:e})}),!zu())return;function t(e){return function(...r){let n=r.length>2?r[2]:void 0;if(n){let o=Oa,i=Yb(String(n));if(Oa=i,o===i)return e.apply(this,r);ct("history",{from:o,to:i})}return e.apply(this,r)}}lt(ft.history,"pushState",t),lt(ft.history,"replaceState",t)}function Yb(t){try{return new URL(t,ft.location.origin).toString()}catch{return t}}var Na={};function af(t){let e=Na[t];if(e)return e;let r=ft[t];if(Yi(r))return Na[t]=r.bind(ft);let n=ft.document;if(n&&typeof n.createElement=="function")try{let o=n.createElement("iframe");o.hidden=!0,n.head.appendChild(o);let i=o.contentWindow;i?.[t]&&(r=i[t]),n.head.removeChild(o)}catch(o){eh&&ee.warn(`Could not create sandbox iframe for ${t} check, bailing to window.${t}: `,o)}return r&&(Na[t]=r.bind(ft))}function Pa(t){Na[t]=void 0}var Xn="__sentry_xhr_v3__";function cf(t){Ot("xhr",t),Nt("xhr",Kb)}function Kb(){if(!ft.XMLHttpRequest)return;let t=XMLHttpRequest.prototype;t.open=new Proxy(t.open,{apply(e,r,n){let o=new Error,i=Ut()*1e3,s=Pt(n[0])?n[0].toUpperCase():void 0,a=Xb(n[1]);if(!s||!a)return e.apply(r,n);r[Xn]={method:s,url:a,request_headers:{}},s==="POST"&&a.match(/sentry_key/)&&(r.__sentry_own_request__=!0);let l=()=>{let f=r[Xn];if(f&&r.readyState===4){try{f.status_code=r.status}catch{}let m={endTimestamp:Ut()*1e3,startTimestamp:i,xhr:r,virtualError:o};ct("xhr",m)}};return"onreadystatechange"in r&&typeof r.onreadystatechange=="function"?r.onreadystatechange=new Proxy(r.onreadystatechange,{apply(f,m,d){return l(),f.apply(m,d)}}):r.addEventListener("readystatechange",l),r.setRequestHeader=new Proxy(r.setRequestHeader,{apply(f,m,d){let[_,y]=d,C=m[Xn];return C&&Pt(_)&&Pt(y)&&(C.request_headers[_.toLowerCase()]=y),f.apply(m,d)}}),e.apply(r,n)}}),t.send=new Proxy(t.send,{apply(e,r,n){let o=r[Xn];if(!o)return e.apply(r,n);n[0]!==void 0&&(o.body=n[0]);let i={startTimestamp:Ut()*1e3,xhr:r};return ct("xhr",i),e.apply(r,n)}})}function Xb(t){if(Pt(t))return t;try{return t.toString()}catch{}}function lf(t,e=af("fetch")){let r=0,n=0;function o(i){let s=i.body.length;r+=s,n++;let a=E({body:i.body,method:"POST",referrerPolicy:"strict-origin",headers:t.headers,keepalive:r<=6e4&&n<15},t.fetchOptions);if(!e)return Pa("fetch"),_n("No fetch implementation available");try{return e(t.url,a).then(l=>(r-=s,n--,{statusCode:l.status,headers:{"x-sentry-rate-limits":l.headers.get("X-Sentry-Rate-Limits"),"retry-after":l.headers.get("Retry-After")}}))}catch(l){return Pa("fetch"),r-=s,n--,_n(l)}}return Sa(t,o)}var Jb=30;var Qb=50;function uf(t,e,r,n){let o={filename:t,function:e==="<anonymous>"?"?":e,in_app:!0};return r!==void 0&&(o.lineno=r),n!==void 0&&(o.colno=n),o}var Zb=/^\s*at (\S+?)(?::(\d+))(?::(\d+))\s*$/i,ew=/^\s*at (?:(.+?\)(?: \[.+\])?|.*?) ?\((?:address at )?)?(?:async )?((?:<anonymous>|[-a-z]+:|.*bundle|\/)?.*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i,tw=/\((\S*)(?::(\d+))(?::(\d+))\)/,rw=t=>{let e=Zb.exec(t);if(e){let[,n,o,i]=e;return uf(n,"?",+o,+i)}let r=ew.exec(t);if(r){if(r[2]&&r[2].indexOf("eval")===0){let s=tw.exec(r[2]);s&&(r[2]=s[1],r[3]=s[2],r[4]=s[3])}let[o,i]=sh(r[1]||"?",r[2]);return uf(i,o,r[3]?+r[3]:void 0,r[4]?+r[4]:void 0)}},nh=[Jb,rw],nw=/^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:[-a-z]+)?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i,ow=/(\S+) line (\d+)(?: > eval line \d+)* > eval/i,iw=t=>{let e=nw.exec(t);if(e){if(e[3]&&e[3].indexOf(" > eval")>-1){let i=ow.exec(e[3]);i&&(e[1]=e[1]||"eval",e[3]=i[1],e[4]=i[2],e[5]="")}let n=e[3],o=e[1]||"?";return[o,n]=sh(o,n),uf(n,o,e[4]?+e[4]:void 0,e[5]?+e[5]:void 0)}},oh=[Qb,iw];var ih=[nh,oh],ff=tu(...ih),sh=(t,e)=>{let r=t.indexOf("safari-extension")!==-1,n=t.indexOf("safari-web-extension")!==-1;return r||n?[t.indexOf("@")!==-1?t.split("@")[0]:"?",r?`safari-extension:${e}`:`safari-web-extension:${e}`]:[t,e]};var Lo=typeof __SENTRY_DEBUG__>"u"||__SENTRY_DEBUG__;var La=1024,sw="Breadcrumbs",aw=(t={})=>{let e=E({console:!0,dom:!0,fetch:!0,history:!0,sentry:!0,xhr:!0},t);return{name:sw,setup(r){e.console&&Gu(uw(r)),e.dom&&sf(lw(r,e.dom)),e.xhr&&cf(fw(r)),e.fetch&&Xu(pw(r)),e.history&&Xi(mw(r)),e.sentry&&r.on("beforeSendEvent",cw(r))}}},ah=aw;function cw(t){return function(r){We()===t&&Or({category:`sentry.${r.type==="transaction"?"transaction":"event"}`,event_id:r.event_id,level:r.level,message:Cr(r)},{event:r})}}function lw(t,e){return function(n){if(We()!==t)return;let o,i,s=typeof e=="object"?e.serializeAttribute:void 0,a=typeof e=="object"&&typeof e.maxStringLength=="number"?e.maxStringLength:void 0;a&&a>La&&(Lo&&ee.warn(`\`dom.maxStringLength\` cannot exceed ${La}, but a value of ${a} was configured. Sentry will use ${La} instead.`),a=La),typeof s=="string"&&(s=[s]);try{let f=n.event,m=dw(f)?f.target:f;o=Ui(m,{keyAttrs:s,maxStringLength:a}),i=fu(m)}catch{o="<unknown>"}if(o.length===0)return;let l={category:`ui.${n.name}`,message:o};i&&(l.data={"ui.component_name":i}),Or(l,{event:n.event,name:n.name,global:n.global})}}function uw(t){return function(r){if(We()!==t)return;let n={category:"console",data:{arguments:r.args,logger:"console"},level:qu(r.level),message:oa(r.args," ")};if(r.level==="assert")if(r.args[0]===!1)n.message=`Assertion failed: ${oa(r.args.slice(1)," ")||"console.assert"}`,n.data.arguments=r.args.slice(1);else return;Or(n,{input:r.args,level:r.level})}}function fw(t){return function(r){if(We()!==t)return;let{startTimestamp:n,endTimestamp:o}=r,i=r.xhr[Xn];if(!n||!o||!i)return;let{method:s,url:a,status_code:l,body:f}=i,m={method:s,url:a,status_code:l},d={xhr:r.xhr,input:f,startTimestamp:n,endTimestamp:o},_={category:"xhr",data:m,type:"http",level:Ra(l)};t.emit("beforeOutgoingRequestBreadcrumb",_,d),Or(_,d)}}function pw(t){return function(r){if(We()!==t)return;let{startTimestamp:n,endTimestamp:o}=r;if(o&&!(r.fetchData.url.match(/sentry_key/)&&r.fetchData.method==="POST"))if(r.fetchData.method,r.fetchData.url,r.error){let i=r.fetchData,s={data:r.error,input:r.args,startTimestamp:n,endTimestamp:o},a={category:"fetch",data:i,level:"error",type:"http"};t.emit("beforeOutgoingRequestBreadcrumb",a,s),Or(a,s)}else{let i=r.response,s=Z(E({},r.fetchData),{status_code:i?.status});r.fetchData.request_body_size,r.fetchData.response_body_size,i?.status;let a={input:r.args,response:i,startTimestamp:n,endTimestamp:o},l={category:"fetch",data:s,type:"http",level:Ra(s.status_code)};t.emit("beforeOutgoingRequestBreadcrumb",l,a),Or(l,a)}}}function mw(t){return function(r){if(We()!==t)return;let n=r.from,o=r.to,i=qi(Ke.location.href),s=n?qi(n):void 0,a=qi(o);s?.path||(s=i),i.protocol===a.protocol&&i.host===a.host&&(o=a.relative),i.protocol===s.protocol&&i.host===s.host&&(n=s.relative),Or({category:"navigation",data:{from:n,to:o}})}}function dw(t){return!!t&&!!t.target}var hw=["EventTarget","Window","Node","ApplicationCache","AudioTrackList","BroadcastChannel","ChannelMergerNode","CryptoOperation","EventSource","FileReader","HTMLUnknownElement","IDBDatabase","IDBRequest","IDBTransaction","KeyOperation","MediaController","MessagePort","ModalWindow","Notification","SVGElementInstance","Screen","SharedWorker","TextTrack","TextTrackCue","TextTrackList","WebSocket","WebSocketWorker","Worker","XMLHttpRequest","XMLHttpRequestEventTarget","XMLHttpRequestUpload"],gw="BrowserApiErrors",yw=(t={})=>{let e=E({XMLHttpRequest:!0,eventTarget:!0,requestAnimationFrame:!0,setInterval:!0,setTimeout:!0,unregisterOriginalCallbacks:!1},t);return{name:gw,setupOnce(){e.setTimeout&&lt(Ke,"setTimeout",ch),e.setInterval&&lt(Ke,"setInterval",ch),e.requestAnimationFrame&&lt(Ke,"requestAnimationFrame",vw),e.XMLHttpRequest&&"XMLHttpRequest"in Ke&&lt(XMLHttpRequest.prototype,"send",Ew);let r=e.eventTarget;r&&(Array.isArray(r)?r:hw).forEach(o=>_w(o,e))}}},lh=yw;function ch(t){return function(...e){let r=e[0];return e[0]=Kn(r,{mechanism:{data:{function:tr(t)},handled:!1,type:"instrument"}}),t.apply(this,e)}}function vw(t){return function(e){return t.apply(this,[Kn(e,{mechanism:{data:{function:"requestAnimationFrame",handler:tr(t)},handled:!1,type:"instrument"}})])}}function Ew(t){return function(...e){let r=this;return["onload","onerror","onprogress","onreadystatechange"].forEach(o=>{o in r&&typeof r[o]=="function"&&lt(r,o,function(i){let s={mechanism:{data:{function:o,handler:tr(i)},handled:!1,type:"instrument"}},a=Yn(i);return a&&(s.mechanism.data.handler=tr(a)),Kn(i,s)})}),t.apply(this,e)}}function _w(t,e){let n=Ke[t]?.prototype;n?.hasOwnProperty?.("addEventListener")&&(lt(n,"addEventListener",function(o){return function(i,s,a){try{bw(s)&&(s.handleEvent=Kn(s.handleEvent,{mechanism:{data:{function:"handleEvent",handler:tr(s),target:t},handled:!1,type:"instrument"}}))}catch{}return e.unregisterOriginalCallbacks&&ww(this,i,s),o.apply(this,[i,Kn(s,{mechanism:{data:{function:"addEventListener",handler:tr(s),target:t},handled:!1,type:"instrument"}}),a])}}),lt(n,"removeEventListener",function(o){return function(i,s,a){try{let l=s.__sentry_wrapped__;l&&o.call(this,i,l,a)}catch{}return o.call(this,i,s,a)}}))}function bw(t){return typeof t.handleEvent=="function"}function ww(t,e,r){t&&typeof t=="object"&&"removeEventListener"in t&&typeof t.removeEventListener=="function"&&t.removeEventListener(e,r)}var uh=()=>({name:"BrowserSession",setupOnce(){if(typeof Ke.document>"u"){Lo&&ee.warn("Using the `browserSessionIntegration` in non-browser environments is not supported.");return}Vi({ignoreDuration:!0}),Wi(),Xi(({from:t,to:e})=>{t!==void 0&&t!==e&&(Vi({ignoreDuration:!0}),Wi())})}});var Sw="GlobalHandlers",Tw=(t={})=>{let e=E({onerror:!0,onunhandledrejection:!0},t);return{name:Sw,setupOnce(){Error.stackTraceLimit=50},setup(r){e.onerror&&(Iw(r),fh("onerror")),e.onunhandledrejection&&(xw(r),fh("onunhandledrejection"))}}},ph=Tw;function Iw(t){nu(e=>{let{stackParser:r,attachStacktrace:n}=mh();if(We()!==t||Zu())return;let{msg:o,url:i,line:s,column:a,error:l}=e,f=Aw(Da(r,l||o,void 0,n,!1),i,s,a);f.level="error",$i(f,{originalException:l,mechanism:{handled:!1,type:"onerror"}})})}function xw(t){iu(e=>{let{stackParser:r,attachStacktrace:n}=mh();if(We()!==t||Zu())return;let o=Cw(e),i=qn(o)?Rw(o):Da(r,o,void 0,n,!0);i.level="error",$i(i,{originalException:o,mechanism:{handled:!1,type:"onunhandledrejection"}})})}function Cw(t){if(qn(t))return t;try{if("reason"in t)return t.reason;if("detail"in t&&"reason"in t.detail)return t.detail.reason}catch{}return t}function Rw(t){return{exception:{values:[{type:"UnhandledRejection",value:`Non-Error promise rejection captured with value: ${String(t)}`}]}}}function Aw(t,e,r,n){let o=t.exception=t.exception||{},i=o.values=o.values||[],s=i[0]=i[0]||{},a=s.stacktrace=s.stacktrace||{},l=a.frames=a.frames||[],f=n,m=r,d=Pt(e)&&e.length>0?e:ki();return l.length===0&&l.push({colno:f,filename:d,function:"?",in_app:!0,lineno:m}),t}function fh(t){Lo&&ee.log(`Global Handler attached: ${t}`)}function mh(){return We()?.getOptions()||{stackParser:()=>[],attachStacktrace:!1}}var dh=()=>({name:"HttpContext",preprocessEvent(t){if(!Ke.navigator&&!Ke.location&&!Ke.document)return;let e=Xd(),r=E(E({},e.headers),t.request?.headers);t.request=Z(E(E({},e),t.request),{headers:r})}});var Dw="cause",Ow=5,Nw="LinkedErrors",Pw=(t={})=>{let e=t.limit||Ow,r=t.key||Dw;return{name:Nw,preprocessEvent(n,o,i){let s=i.getOptions();ju(Aa,s.stackParser,r,e,n,o)}}},hh=Pw;function pf(t){return[xa(),Ta(),lh(),ah(),ph(),hh(),Ca(),dh(),uh()]}var Ba={},Ua,mf,gh;(()=>{let t=pf({}).filter(e=>!["BrowserApiErrors","Breadcrumbs","GlobalHandlers"].includes(e.name));mf=new Ki({dsn:"https://1bc3dda4c861f60cd6be1b67584f4bc6@o559187.ingest.us.sentry.io/4507626484203520",transport:lf,stackParser:ff,integrations:t,environment:hr.mode,release:`web-sdk@${Vs}`,debug:hr.debug,sampleRate:.5}),mf.init()})();function ae(t,e,r){b.error(`${e}:`,t);let n=Eh(r);if(n.setTag("operation",e),t instanceof er){Lw(n,t,e);return}n.captureException(t)}function yh(t,e,r){Eh(r).captureMessage(t,e??"error")}function Lw(t,e,r){if(Mw(t,e),e.response){let n=e.response,o=e.responseText;t.setTag("error.message",e.message),n.status!=null&&t.setTag("http.status_code",n.status),n.statusText&&t.setTag("http.status_text",n.statusText),o&&typeof o=="object"&&"error"in o&&(t.setTag("http.error_code",o.error.code),t.setTag("http.error_message",o.error.message)),t.setExtras({responseText:e.responseText,statusText:n.statusText,responseType:n.type,redirected:n.redirected,responseUrl:n.url,originalError:e.message}),t.captureMessage(`${r} failed with ${n.status}`,"error");return}if(e.request){t.captureMessage(`No response was received for ${r}`,"error");return}}function Mw(t,e){let r=e.request;if(!r)return;t.setExtras({body:e.requestBody,headers:r.headers,method:r.method,url:r.url});let n=r.headers?.get("Cooee-Retry-Attempt");n!==null&&t.setTag("retry.attempt",n)}function vh(t){gh=t}function ka(t,e){Ba[t]=E(E({},Ba[t]),e)}function Mo(t){Ua=E(E({},Ua),t)}function Eh(t){t??={};let{extra:e,tags:r}=t,n=new bt;if(n.setClient(mf),n.setUser(gh),t.triggerContext&&!t.engagementTrigger&&(t.engagementTrigger=t.triggerContext.triggerData),t.engagementTrigger){let o=t.engagementTrigger;n.setTags({"engagement.id":o.engagementID,"engagement.short_id":o.shortID,"engagement.objective":o.objective,"engagement.delivery_type":o.onsiteDeliveryType,"engagement.content_id":o.contentID,"engagement.variation":o.variation,"engagement.currency":o.currency})}return e&&n.setExtras(e),r&&n.setTags(r),Ua&&n.setTags(Ua),Object.keys(Ba).forEach(o=>{n.setContext(o,Ba[o])}),n.setTag("language",navigator.language),n.setTag("timezone",_h()),Bw(n),n}function Bw(t){window.Shopify&&(t.setTag("shopify.shop",window.Shopify.shop),t.setTag("shopify.currency",window.Shopify.currency?.active),t.setTag("shopify.locale",window.Shopify.locale),t.setTag("theme.schema_name",window.Shopify.theme?.schema_name),t.setTag("theme.schema_version",window.Shopify.theme?.schema_version))}var Fa=class{static format(e,r){let n=/{{\s*(\w+)\s*}}/;return r.replace(n,(o,i)=>{switch(i){case"amount":return this.formatWithDelimiters(e,2);case"amount_no_decimals":return this.formatWithDelimiters(e,0);case"amount_with_comma_separator":return this.formatWithDelimiters(e,2,".",",");case"amount_no_decimals_with_comma_separator":return this.formatWithDelimiters(e,0,".",",");case"amount_with_apostrophe_separator":return this.formatWithDelimiters(e,2,"'",".");case"amount_no_decimals_with_space_separator":return this.formatWithDelimiters(e,0," ");case"amount_with_space_separator":return this.formatWithDelimiters(e,2," ",",");case"amount_with_period_and_space_separator":return this.formatWithDelimiters(e,2," ",".");default:return o}})}static formatWithDelimiters(e,r=2,n=",",o="."){if(isNaN(e)||e==null)return"0";let s=(e/100).toFixed(r).split("."),a=s[0].replace(/(\d)(?=(\d\d\d)+(?!\d))/g,"$1"+n),l=s[1]?o+s[1]:"";return a+l}};function Uo(t){try{return new URL(t)}catch{return}}function df(t){return!t||t==="null"||t==="undefined"}function bh(t,e){let r=t.indexOf(e);return r===-1?!1:(t.splice(r,1),!0)}function Lt(t,e,r){return{[t]:hf(e,r),[t+"_wo_currency"]:e}}function hf(t,e){if(t==0&&e)return"Free";let r=fe(),n=je.get(),o=r.shopCurrencyCode||n.currency,i=r.currencyCode;i||b.warn("Currency code is not set in RuntimeData");let s=n.money?.format??r.moneyFormat,a;if(s&&o===i)a=Fa.format(t*100,s);else{let l;try{l=new Intl.NumberFormat(Sh(),{style:"currency",currency:i||o,minimumFractionDigits:0,maximumFractionDigits:2})}catch(f){return ae(f,"format-currency",{extra:{currentCurrency:i,shopCurrency:o}}),""}a=l.format(t),a=a.replace("\u20B9","Rs. "),n.money?.showCurrency&&i!=="INR"&&(a=a.concat(` ${i}`))}return a}function wh(t){let e=Sh();try{return new Intl.NumberFormat(e,{notation:"compact"}).format(t)}catch(r){return ae(r,"format-number",{extra:{lang:e,value:t}}),t.toString()}}function Sh(){let t="en";return typeof navigator<"u"&&(navigator.languages!==void 0&&navigator.languages.length>0?t=navigator.languages[0]:navigator.language&&(t=navigator.language)),t=t.split(";")[0],t=t.split("-")[0],t||"en"}var Ha;function _h(){if(Ha)return Ha;try{return Ha=Intl.DateTimeFormat().resolvedOptions().timeZone,Ha}catch{return""}}function wn(t){document.readyState!=="loading"?t():document.addEventListener("DOMContentLoaded",t)}function Er(t){let e=document.createElement("span");e.id="snackbar",e.innerText=t,document.body.appendChild(e),e.className="show",setTimeout(()=>{e.classList.remove("show"),document.body.removeChild(e)},5e3)}async function gf(t,e=7,r=document){let n=1,o=document.querySelectorAll("nonexistent-tag");for(;n<=e;){let i=Math.min(50*2**n,1e3);if(n>1&&await _t.sleep(i),o=r.querySelectorAll(t),o.length)return b.verbose(`Attempt ${n}: ${o.length} elements found with ${t}`),o;b.verbose(`Attempt ${n}: Elements not found with ${t}. Will retry after ${i}ms.`),n++}return b.verbose(`\u26A0\uFE0F Max attempts reached. Element not found with ${t}.`),o}async function Sn(t,e=10,r=document){return(await gf(t,e,r)).item(0)}async function yf(t){let[e,r,n]=await Promise.all([Ye.get("did"),It.get("id",""),Ye.get("sessionNumber",1)]),o={letscooee_did:e,letscooee_sid:r,letscooee_sn:`${n}`,__letscooee_time:new Date().toLocaleString()};return t&&(o.__letscooee_via=t),o}async function $a(t){let e=await yf(t);return Object.entries(e).map(([r,n])=>({key:r,value:n.toString()}))}function Nr(t,e,r,n=!1){Object.defineProperty(t,e,{enumerable:!1,configurable:!1,writable:n,value:r})}function Th(t){if(t%100>=11&&t%100<=13)return t+"th";switch(t%10){case 1:return t+"st";case 2:return t+"nd";case 3:return t+"rd";default:return t+"th"}}var Ga,Te,Ah,_f,Jn,Ih,Dh,Oh,Nh,bf,vf,Ef,Uw,Ji={},Ph=[],kw=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,qa=Array.isArray;function nn(t,e){for(var r in e)t[r]=e[r];return t}function wf(t){t&&t.parentNode&&t.parentNode.removeChild(t)}function Sf(t,e,r){var n,o,i,s={};for(i in e)i=="key"?n=e[i]:i=="ref"?o=e[i]:s[i]=e[i];if(arguments.length>2&&(s.children=arguments.length>3?Ga.call(arguments,2):r),typeof t=="function"&&t.defaultProps!=null)for(i in t.defaultProps)s[i]===void 0&&(s[i]=t.defaultProps[i]);return Wa(t,s,n,o,null)}function Wa(t,e,r,n,o){var i={type:t,props:e,key:r,ref:n,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:o??++Ah,__i:-1,__u:0};return o==null&&Te.vnode!=null&&Te.vnode(i),i}function Lr(t){return t.children}function Pr(t,e){this.props=t,this.context=e}function ko(t,e){if(e==null)return t.__?ko(t.__,t.__i+1):null;for(var r;e<t.__k.length;e++)if((r=t.__k[e])!=null&&r.__e!=null)return r.__e;return typeof t.type=="function"?ko(t):null}function Lh(t){var e,r;if((t=t.__)!=null&&t.__c!=null){for(t.__e=t.__c.base=null,e=0;e<t.__k.length;e++)if((r=t.__k[e])!=null&&r.__e!=null){t.__e=t.__c.base=r.__e;break}return Lh(t)}}function xh(t){(!t.__d&&(t.__d=!0)&&Jn.push(t)&&!ja.__r++||Ih!=Te.debounceRendering)&&((Ih=Te.debounceRendering)||Dh)(ja)}function ja(){for(var t,e,r,n,o,i,s,a=1;Jn.length;)Jn.length>a&&Jn.sort(Oh),t=Jn.shift(),a=Jn.length,t.__d&&(r=void 0,o=(n=(e=t).__v).__e,i=[],s=[],e.__P&&((r=nn({},n)).__v=n.__v+1,Te.vnode&&Te.vnode(r),Tf(e.__P,r,n,e.__n,e.__P.namespaceURI,32&n.__u?[o]:null,i,o??ko(n),!!(32&n.__u),s),r.__v=n.__v,r.__.__k[r.__i]=r,Uh(i,r,s),r.__e!=o&&Lh(r)));ja.__r=0}function Mh(t,e,r,n,o,i,s,a,l,f,m){var d,_,y,C,N,A,B=n&&n.__k||Ph,q=e.length;for(l=Fw(r,e,B,l,q),d=0;d<q;d++)(y=r.__k[d])!=null&&(_=y.__i==-1?Ji:B[y.__i]||Ji,y.__i=d,A=Tf(t,y,_,o,i,s,a,l,f,m),C=y.__e,y.ref&&_.ref!=y.ref&&(_.ref&&If(_.ref,null,y),m.push(y.ref,y.__c||C,y)),N==null&&C!=null&&(N=C),4&y.__u||_.__k===y.__k?l=Bh(y,l,t):typeof y.type=="function"&&A!==void 0?l=A:C&&(l=C.nextSibling),y.__u&=-7);return r.__e=N,l}function Fw(t,e,r,n,o){var i,s,a,l,f,m=r.length,d=m,_=0;for(t.__k=new Array(o),i=0;i<o;i++)(s=e[i])!=null&&typeof s!="boolean"&&typeof s!="function"?(l=i+_,(s=t.__k[i]=typeof s=="string"||typeof s=="number"||typeof s=="bigint"||s.constructor==String?Wa(null,s,null,null,null):qa(s)?Wa(Lr,{children:s},null,null,null):s.constructor==null&&s.__b>0?Wa(s.type,s.props,s.key,s.ref?s.ref:null,s.__v):s).__=t,s.__b=t.__b+1,a=null,(f=s.__i=Hw(s,r,l,d))!=-1&&(d--,(a=r[f])&&(a.__u|=2)),a==null||a.__v==null?(f==-1&&(o>m?_--:o<m&&_++),typeof s.type!="function"&&(s.__u|=4)):f!=l&&(f==l-1?_--:f==l+1?_++:(f>l?_--:_++,s.__u|=4))):t.__k[i]=null;if(d)for(i=0;i<m;i++)(a=r[i])!=null&&(2&a.__u)==0&&(a.__e==n&&(n=ko(a)),Fh(a,a));return n}function Bh(t,e,r){var n,o;if(typeof t.type=="function"){for(n=t.__k,o=0;n&&o<n.length;o++)n[o]&&(n[o].__=t,e=Bh(n[o],e,r));return e}t.__e!=e&&(e&&t.type&&!r.contains(e)&&(e=ko(t)),r.insertBefore(t.__e,e||null),e=t.__e);do e=e&&e.nextSibling;while(e!=null&&e.nodeType==8);return e}function Hw(t,e,r,n){var o,i,s=t.key,a=t.type,l=e[r];if(l===null&&t.key==null||l&&s==l.key&&a==l.type&&(2&l.__u)==0)return r;if(n>(l!=null&&(2&l.__u)==0?1:0))for(o=r-1,i=r+1;o>=0||i<e.length;){if(o>=0){if((l=e[o])&&(2&l.__u)==0&&s==l.key&&a==l.type)return o;o--}if(i<e.length){if((l=e[i])&&(2&l.__u)==0&&s==l.key&&a==l.type)return i;i++}}return-1}function Ch(t,e,r){e[0]=="-"?t.setProperty(e,r??""):t[e]=r==null?"":typeof r!="number"||kw.test(e)?r:r+"px"}function Va(t,e,r,n,o){var i,s;e:if(e=="style")if(typeof r=="string")t.style.cssText=r;else{if(typeof n=="string"&&(t.style.cssText=n=""),n)for(e in n)r&&e in r||Ch(t.style,e,"");if(r)for(e in r)n&&r[e]==n[e]||Ch(t.style,e,r[e])}else if(e[0]=="o"&&e[1]=="n")i=e!=(e=e.replace(Nh,"$1")),s=e.toLowerCase(),e=s in t||e=="onFocusOut"||e=="onFocusIn"?s.slice(2):e.slice(2),t.l||(t.l={}),t.l[e+i]=r,r?n?r.u=n.u:(r.u=bf,t.addEventListener(e,i?Ef:vf,i)):t.removeEventListener(e,i?Ef:vf,i);else{if(o=="http://www.w3.org/2000/svg")e=e.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if(e!="width"&&e!="height"&&e!="href"&&e!="list"&&e!="form"&&e!="tabIndex"&&e!="download"&&e!="rowSpan"&&e!="colSpan"&&e!="role"&&e!="popover"&&e in t)try{t[e]=r??"";break e}catch{}typeof r=="function"||(r==null||r===!1&&e[4]!="-"?t.removeAttribute(e):t.setAttribute(e,e=="popover"&&r==1?"":r))}}function Rh(t){return function(e){if(this.l){var r=this.l[e.type+t];if(e.t==null)e.t=bf++;else if(e.t<r.u)return;return r(Te.event?Te.event(e):e)}}}function Tf(t,e,r,n,o,i,s,a,l,f){var m,d,_,y,C,N,A,B,q,P,Q,Ee,X,ce,se,de,Le,Se=e.type;if(e.constructor!=null)return null;128&r.__u&&(l=!!(32&r.__u),i=[a=e.__e=r.__e]),(m=Te.__b)&&m(e);e:if(typeof Se=="function")try{if(B=e.props,q="prototype"in Se&&Se.prototype.render,P=(m=Se.contextType)&&n[m.__c],Q=m?P?P.props.value:m.__:n,r.__c?A=(d=e.__c=r.__c).__=d.__E:(q?e.__c=d=new Se(B,Q):(e.__c=d=new Pr(B,Q),d.constructor=Se,d.render=Vw),P&&P.sub(d),d.props=B,d.state||(d.state={}),d.context=Q,d.__n=n,_=d.__d=!0,d.__h=[],d._sb=[]),q&&d.__s==null&&(d.__s=d.state),q&&Se.getDerivedStateFromProps!=null&&(d.__s==d.state&&(d.__s=nn({},d.__s)),nn(d.__s,Se.getDerivedStateFromProps(B,d.__s))),y=d.props,C=d.state,d.__v=e,_)q&&Se.getDerivedStateFromProps==null&&d.componentWillMount!=null&&d.componentWillMount(),q&&d.componentDidMount!=null&&d.__h.push(d.componentDidMount);else{if(q&&Se.getDerivedStateFromProps==null&&B!==y&&d.componentWillReceiveProps!=null&&d.componentWillReceiveProps(B,Q),!d.__e&&d.shouldComponentUpdate!=null&&d.shouldComponentUpdate(B,d.__s,Q)===!1||e.__v==r.__v){for(e.__v!=r.__v&&(d.props=B,d.state=d.__s,d.__d=!1),e.__e=r.__e,e.__k=r.__k,e.__k.some(function(Re){Re&&(Re.__=e)}),Ee=0;Ee<d._sb.length;Ee++)d.__h.push(d._sb[Ee]);d._sb=[],d.__h.length&&s.push(d);break e}d.componentWillUpdate!=null&&d.componentWillUpdate(B,d.__s,Q),q&&d.componentDidUpdate!=null&&d.__h.push(function(){d.componentDidUpdate(y,C,N)})}if(d.context=Q,d.props=B,d.__P=t,d.__e=!1,X=Te.__r,ce=0,q){for(d.state=d.__s,d.__d=!1,X&&X(e),m=d.render(d.props,d.state,d.context),se=0;se<d._sb.length;se++)d.__h.push(d._sb[se]);d._sb=[]}else do d.__d=!1,X&&X(e),m=d.render(d.props,d.state,d.context),d.state=d.__s;while(d.__d&&++ce<25);d.state=d.__s,d.getChildContext!=null&&(n=nn(nn({},n),d.getChildContext())),q&&!_&&d.getSnapshotBeforeUpdate!=null&&(N=d.getSnapshotBeforeUpdate(y,C)),de=m,m!=null&&m.type===Lr&&m.key==null&&(de=kh(m.props.children)),a=Mh(t,qa(de)?de:[de],e,r,n,o,i,s,a,l,f),d.base=e.__e,e.__u&=-161,d.__h.length&&s.push(d),A&&(d.__E=d.__=null)}catch(Re){if(e.__v=null,l||i!=null)if(Re.then){for(e.__u|=l?160:128;a&&a.nodeType==8&&a.nextSibling;)a=a.nextSibling;i[i.indexOf(a)]=null,e.__e=a}else for(Le=i.length;Le--;)wf(i[Le]);else e.__e=r.__e,e.__k=r.__k;Te.__e(Re,e,r)}else i==null&&e.__v==r.__v?(e.__k=r.__k,e.__e=r.__e):a=e.__e=$w(r.__e,e,r,n,o,i,s,l,f);return(m=Te.diffed)&&m(e),128&e.__u?void 0:a}function Uh(t,e,r){for(var n=0;n<r.length;n++)If(r[n],r[++n],r[++n]);Te.__c&&Te.__c(e,t),t.some(function(o){try{t=o.__h,o.__h=[],t.some(function(i){i.call(o)})}catch(i){Te.__e(i,o.__v)}})}function kh(t){return typeof t!="object"||t==null||t.__b&&t.__b>0?t:qa(t)?t.map(kh):nn({},t)}function $w(t,e,r,n,o,i,s,a,l){var f,m,d,_,y,C,N,A=r.props,B=e.props,q=e.type;if(q=="svg"?o="http://www.w3.org/2000/svg":q=="math"?o="http://www.w3.org/1998/Math/MathML":o||(o="http://www.w3.org/1999/xhtml"),i!=null){for(f=0;f<i.length;f++)if((y=i[f])&&"setAttribute"in y==!!q&&(q?y.localName==q:y.nodeType==3)){t=y,i[f]=null;break}}if(t==null){if(q==null)return document.createTextNode(B);t=document.createElementNS(o,q,B.is&&B),a&&(Te.__m&&Te.__m(e,i),a=!1),i=null}if(q==null)A===B||a&&t.data==B||(t.data=B);else{if(i=i&&Ga.call(t.childNodes),A=r.props||Ji,!a&&i!=null)for(A={},f=0;f<t.attributes.length;f++)A[(y=t.attributes[f]).name]=y.value;for(f in A)if(y=A[f],f!="children"){if(f=="dangerouslySetInnerHTML")d=y;else if(!(f in B)){if(f=="value"&&"defaultValue"in B||f=="checked"&&"defaultChecked"in B)continue;Va(t,f,null,y,o)}}for(f in B)y=B[f],f=="children"?_=y:f=="dangerouslySetInnerHTML"?m=y:f=="value"?C=y:f=="checked"?N=y:a&&typeof y!="function"||A[f]===y||Va(t,f,y,A[f],o);if(m)a||d&&(m.__html==d.__html||m.__html==t.innerHTML)||(t.innerHTML=m.__html),e.__k=[];else if(d&&(t.innerHTML=""),Mh(e.type=="template"?t.content:t,qa(_)?_:[_],e,r,n,q=="foreignObject"?"http://www.w3.org/1999/xhtml":o,i,s,i?i[0]:r.__k&&ko(r,0),a,l),i!=null)for(f=i.length;f--;)wf(i[f]);a||(f="value",q=="progress"&&C==null?t.removeAttribute("value"):C!=null&&(C!==t[f]||q=="progress"&&!C||q=="option"&&C!=A[f])&&Va(t,f,C,A[f],o),f="checked",N!=null&&N!=t[f]&&Va(t,f,N,A[f],o))}return t}function If(t,e,r){try{if(typeof t=="function"){var n=typeof t.__u=="function";n&&t.__u(),n&&e==null||(t.__u=t(e))}else t.current=e}catch(o){Te.__e(o,r)}}function Fh(t,e,r){var n,o;if(Te.unmount&&Te.unmount(t),(n=t.ref)&&(n.current&&n.current!=t.__e||If(n,null,e)),(n=t.__c)!=null){if(n.componentWillUnmount)try{n.componentWillUnmount()}catch(i){Te.__e(i,e)}n.base=n.__P=null}if(n=t.__k)for(o=0;o<n.length;o++)n[o]&&Fh(n[o],e,r||typeof t.type!="function");r||wf(t.__e),t.__c=t.__=t.__e=void 0}function Vw(t,e,r){return this.constructor(t,r)}function Hh(t,e,r){var n,o,i,s;e==document&&(e=document.documentElement),Te.__&&Te.__(t,e),o=(n=typeof r=="function")?null:r&&r.__k||e.__k,i=[],s=[],Tf(e,t=(!n&&r||e).__k=Sf(Lr,null,[t]),o||Ji,Ji,e.namespaceURI,!n&&r?[r]:o?null:e.firstChild?Ga.call(e.childNodes):null,i,!n&&r?r:o?o.__e:e.firstChild,n,s),Uh(i,t,s)}Ga=Ph.slice,Te={__e:function(t,e,r,n){for(var o,i,s;e=e.__;)if((o=e.__c)&&!o.__)try{if((i=o.constructor)&&i.getDerivedStateFromError!=null&&(o.setState(i.getDerivedStateFromError(t)),s=o.__d),o.componentDidCatch!=null&&(o.componentDidCatch(t,n||{}),s=o.__d),s)return o.__E=o}catch(a){t=a}throw t}},Ah=0,_f=function(t){return t!=null&&t.constructor==null},Pr.prototype.setState=function(t,e){var r;r=this.__s!=null&&this.__s!=this.state?this.__s:this.__s=nn({},this.state),typeof t=="function"&&(t=t(nn({},r),this.props)),t&&nn(r,t),t!=null&&this.__v&&(e&&this._sb.push(e),xh(this))},Pr.prototype.forceUpdate=function(t){this.__v&&(this.__e=!0,t&&this.__h.push(t),xh(this))},Pr.prototype.render=Lr,Jn=[],Dh=typeof Promise=="function"?Promise.prototype.then.bind(Promise.resolve()):setTimeout,Oh=function(t,e){return t.__v.__b-e.__v.__b},ja.__r=0,Nh=/(PointerCapture)$|Capture$/i,bf=0,vf=Rh(!1),Ef=Rh(!0),Uw=0;var Cf,Wt,xf,$h,Vh=0,Xh=[],pt=Te,Wh=pt.__b,jh=pt.__r,Gh=pt.diffed,qh=pt.__c,zh=pt.unmount,Yh=pt.__;function Ww(t,e){pt.__h&&pt.__h(Wt,t,Vh||e),Vh=0;var r=Wt.__H||(Wt.__H={__:[],__h:[]});return t>=r.__.length&&r.__.push({}),r.__[t]}function Af(t,e){var r=Ww(Cf++,7);return qw(r.__H,e)&&(r.__=t(),r.__H=e,r.__h=t),r.__}function jw(){for(var t;t=Xh.shift();)if(t.__P&&t.__H)try{t.__H.__h.forEach(za),t.__H.__h.forEach(Rf),t.__H.__h=[]}catch(e){t.__H.__h=[],pt.__e(e,t.__v)}}pt.__b=function(t){Wt=null,Wh&&Wh(t)},pt.__=function(t,e){t&&e.__k&&e.__k.__m&&(t.__m=e.__k.__m),Yh&&Yh(t,e)},pt.__r=function(t){jh&&jh(t),Cf=0;var e=(Wt=t.__c).__H;e&&(xf===Wt?(e.__h=[],Wt.__h=[],e.__.forEach(function(r){r.__N&&(r.__=r.__N),r.u=r.__N=void 0})):(e.__h.forEach(za),e.__h.forEach(Rf),e.__h=[],Cf=0)),xf=Wt},pt.diffed=function(t){Gh&&Gh(t);var e=t.__c;e&&e.__H&&(e.__H.__h.length&&(Xh.push(e)!==1&&$h===pt.requestAnimationFrame||(($h=pt.requestAnimationFrame)||Gw)(jw)),e.__H.__.forEach(function(r){r.u&&(r.__H=r.u),r.u=void 0})),xf=Wt=null},pt.__c=function(t,e){e.some(function(r){try{r.__h.forEach(za),r.__h=r.__h.filter(function(n){return!n.__||Rf(n)})}catch(n){e.some(function(o){o.__h&&(o.__h=[])}),e=[],pt.__e(n,r.__v)}}),qh&&qh(t,e)},pt.unmount=function(t){zh&&zh(t);var e,r=t.__c;r&&r.__H&&(r.__H.__.forEach(function(n){try{za(n)}catch(o){e=o}}),r.__H=void 0,e&&pt.__e(e,r.__v))};var Kh=typeof requestAnimationFrame=="function";function Gw(t){var e,r=function(){clearTimeout(n),Kh&&cancelAnimationFrame(e),setTimeout(t)},n=setTimeout(r,35);Kh&&(e=requestAnimationFrame(r))}function za(t){var e=Wt,r=t.__c;typeof r=="function"&&(t.__c=void 0,r()),Wt=e}function Rf(t){var e=Wt;t.__c=t.__(),Wt=e}function qw(t,e){return!t||t.length!==e.length||e.some(function(r,n){return r!==t[n]})}var zw=Symbol.for("preact-signals");function Of(){if(Fo>1)Fo--;else{for(var t,e=!1;Qi!==void 0;){var r=Qi;for(Qi=void 0,Df++;r!==void 0;){var n=r.o;if(r.o=void 0,r.f&=-3,!(8&r.f)&&Qh(r))try{r.c()}catch(o){e||(t=o,e=!0)}r=n}}if(Df=0,Fo--,e)throw t}}var Fe=void 0;var Qi=void 0,Fo=0,Df=0,Ya=0;function Jh(t){if(Fe!==void 0){var e=t.n;if(e===void 0||e.t!==Fe)return e={i:0,S:t,p:Fe.s,n:void 0,t:Fe,e:void 0,x:void 0,r:e},Fe.s!==void 0&&(Fe.s.n=e),Fe.s=e,t.n=e,32&Fe.f&&t.S(e),e;if(e.i===-1)return e.i=0,e.n!==void 0&&(e.n.p=e.p,e.p!==void 0&&(e.p.n=e.n),e.p=Fe.s,e.n=void 0,Fe.s.n=e,Fe.s=e),e}}function mt(t){this.v=t,this.i=0,this.n=void 0,this.t=void 0}mt.prototype.brand=zw;mt.prototype.h=function(){return!0};mt.prototype.S=function(t){this.t!==t&&t.e===void 0&&(t.x=this.t,this.t!==void 0&&(this.t.e=t),this.t=t)};mt.prototype.U=function(t){if(this.t!==void 0){var e=t.e,r=t.x;e!==void 0&&(e.x=r,t.e=void 0),r!==void 0&&(r.e=e,t.x=void 0),t===this.t&&(this.t=r)}};mt.prototype.subscribe=function(t){var e=this;return wt(function(){var r=e.value,n=Fe;Fe=void 0;try{t(r)}finally{Fe=n}})};mt.prototype.valueOf=function(){return this.value};mt.prototype.toString=function(){return this.value+""};mt.prototype.toJSON=function(){return this.value};mt.prototype.peek=function(){var t=Fe;Fe=void 0;try{return this.value}finally{Fe=t}};Object.defineProperty(mt.prototype,"value",{get:function(){var t=Jh(this);return t!==void 0&&(t.i=this.i),this.v},set:function(t){if(t!==this.v){if(Df>100)throw new Error("Cycle detected");this.v=t,this.i++,Ya++,Fo++;try{for(var e=this.t;e!==void 0;e=e.x)e.t.N()}finally{Of()}}}});function or(t){return new mt(t)}function Qh(t){for(var e=t.s;e!==void 0;e=e.n)if(e.S.i!==e.i||!e.S.h()||e.S.i!==e.i)return!0;return!1}function Zh(t){for(var e=t.s;e!==void 0;e=e.n){var r=e.S.n;if(r!==void 0&&(e.r=r),e.S.n=e,e.i=-1,e.n===void 0){t.s=e;break}}}function eg(t){for(var e=t.s,r=void 0;e!==void 0;){var n=e.p;e.i===-1?(e.S.U(e),n!==void 0&&(n.n=e.n),e.n!==void 0&&(e.n.p=n)):r=e,e.S.n=e.r,e.r!==void 0&&(e.r=void 0),e=n}t.s=r}function Ho(t){mt.call(this,void 0),this.x=t,this.s=void 0,this.g=Ya-1,this.f=4}(Ho.prototype=new mt).h=function(){if(this.f&=-3,1&this.f)return!1;if((36&this.f)==32||(this.f&=-5,this.g===Ya))return!0;if(this.g=Ya,this.f|=1,this.i>0&&!Qh(this))return this.f&=-2,!0;var t=Fe;try{Zh(this),Fe=this;var e=this.x();(16&this.f||this.v!==e||this.i===0)&&(this.v=e,this.f&=-17,this.i++)}catch(r){this.v=r,this.f|=16,this.i++}return Fe=t,eg(this),this.f&=-2,!0};Ho.prototype.S=function(t){if(this.t===void 0){this.f|=36;for(var e=this.s;e!==void 0;e=e.n)e.S.S(e)}mt.prototype.S.call(this,t)};Ho.prototype.U=function(t){if(this.t!==void 0&&(mt.prototype.U.call(this,t),this.t===void 0)){this.f&=-33;for(var e=this.s;e!==void 0;e=e.n)e.S.U(e)}};Ho.prototype.N=function(){if(!(2&this.f)){this.f|=6;for(var t=this.t;t!==void 0;t=t.x)t.t.N()}};Object.defineProperty(Ho.prototype,"value",{get:function(){if(1&this.f)throw new Error("Cycle detected");var t=Jh(this);if(this.h(),t!==void 0&&(t.i=this.i),16&this.f)throw this.v;return this.v}});function Nf(t){return new Ho(t)}function tg(t){var e=t.u;if(t.u=void 0,typeof e=="function"){Fo++;var r=Fe;Fe=void 0;try{e()}catch(n){throw t.f&=-2,t.f|=8,Pf(t),n}finally{Fe=r,Of()}}}function Pf(t){for(var e=t.s;e!==void 0;e=e.n)e.S.U(e);t.x=void 0,t.s=void 0,tg(t)}function Yw(t){if(Fe!==this)throw new Error("Out-of-order effect");eg(this),Fe=t,this.f&=-2,8&this.f&&Pf(this),Of()}function Zi(t){this.x=t,this.u=void 0,this.s=void 0,this.o=void 0,this.f=32}Zi.prototype.c=function(){var t=this.S();try{if(8&this.f||this.x===void 0)return;var e=this.x();typeof e=="function"&&(this.u=e)}finally{t()}};Zi.prototype.S=function(){if(1&this.f)throw new Error("Cycle detected");this.f|=1,this.f&=-9,tg(this),Zh(this),Fo++;var t=Fe;return Fe=this,Yw.bind(this,t)};Zi.prototype.N=function(){2&this.f||(this.f|=2,this.o=Qi,Qi=this)};Zi.prototype.d=function(){this.f|=8,1&this.f||Pf(this)};function wt(t){var e=new Zi(t);try{e.c()}catch(r){throw e.d(),r}return e.d.bind(e)}var Mf,Lf;function $o(t,e){Te[t]=e.bind(null,Te[t]||function(){})}function Ka(t){Lf&&Lf(),Lf=t&&t.S()}function rg(t){var e=this,r=t.data,n=Xw(r);n.value=r;var o=Af(function(){for(var i=e.__v;i=i.__;)if(i.__c){i.__c.__$f|=4;break}return e.__$u.c=function(){var s,a=e.__$u.S(),l=o.value;a(),_f(l)||((s=e.base)==null?void 0:s.nodeType)!==3?(e.__$f|=1,e.setState({})):e.base.data=l},Nf(function(){var s=n.value.value;return s===0?0:s===!0?"":s||""})},[]);return o.value}rg.displayName="_st";Object.defineProperties(mt.prototype,{constructor:{configurable:!0,value:void 0},type:{configurable:!0,value:rg},props:{configurable:!0,get:function(){return{data:this}}},__b:{configurable:!0,value:1}});$o("__b",function(t,e){if(typeof e.type=="string"){var r,n=e.props;for(var o in n)if(o!=="children"){var i=n[o];i instanceof mt&&(r||(e.__np=r={}),r[o]=i,n[o]=i.peek())}}t(e)});$o("__r",function(t,e){Ka();var r,n=e.__c;n&&(n.__$f&=-2,(r=n.__$u)===void 0&&(n.__$u=r=(function(o){var i;return wt(function(){i=this}),i.c=function(){n.__$f|=1,n.setState({})},i})())),Mf=n,Ka(r),t(e)});$o("__e",function(t,e,r,n){Ka(),Mf=void 0,t(e,r,n)});$o("diffed",function(t,e){Ka(),Mf=void 0;var r;if(typeof e.type=="string"&&(r=e.__e)){var n=e.__np,o=e.props;if(n){var i=r.U;if(i)for(var s in i){var a=i[s];a!==void 0&&!(s in n)&&(a.d(),i[s]=void 0)}else r.U=i={};for(var l in n){var f=i[l],m=n[l];f===void 0?(f=Kw(r,l,m,o),i[l]=f):f.o(m,o)}}}t(e)});function Kw(t,e,r,n){var o=e in t&&t.ownerSVGElement===void 0,i=or(r);return{o:function(s,a){i.value=s,n=a},d:wt(function(){var s=i.value.value;n[e]!==s&&(n[e]=s,o?t[e]=s:s?t.setAttribute(e,s):t.removeAttribute(e))})}}$o("unmount",function(t,e){if(typeof e.type=="string"){var r=e.__e;if(r){var n=r.U;if(n){r.U=void 0;for(var o in n){var i=n[o];i&&i.d()}}}}else{var s=e.__c;if(s){var a=s.__$u;a&&(s.__$u=void 0,a.d())}}t(e)});$o("__h",function(t,e,r,n){(n<3||n===9)&&(e.__$f|=2),t(e,r,n)});Pr.prototype.shouldComponentUpdate=function(t,e){var r=this.__$u,n=r&&r.s!==void 0;for(var o in e)return!0;if(this.__f||typeof this.u=="boolean"&&this.u===!0){if(!(n||2&this.__$f||4&this.__$f)||1&this.__$f)return!0}else if(!(n||4&this.__$f)||3&this.__$f)return!0;for(var i in t)if(i!=="__source"&&t[i]!==this.props[i])return!0;for(var s in this.props)if(!(s in t))return!0;return!1};function Xw(t){return Af(function(){return or(t)},[])}var Xa=class{url;alt;constructor(e){e.alt&&(this.alt=e.alt),this.url=e.url}};var Ja=class{d;cmp;effective;constructor(e={}){this.d=e.d,this.cmp=e.cmp,this.effective=this.d}};var Bf=class{id;mID;name;groupID;groupName;isSelected;constructor(e){e??={},this.id=e.id,this.mID=e.mID,this.name=e.name,this.groupID=e.groupID,this.groupName=e.groupName,this.isSelected=e.isSelected??!1}},Mr=class{mID;name;imgs;link;price;sku;isAvailable;quantity;sellingPlans;selectedOptions;selectedSellingPlan;effectivePrice;constructor(e){e=e??{},this.mID=e.mID,this.name=e.name,this.imgs=e.imgs?.map(r=>new Xa(r))??[],this.link=e.link,this.price=new Ja(e.price),this.sku=e.sku,this.isAvailable=e.isAvailable,this.quantity=e.quantity,this.selectedOptions=e.selectedOptions??[],this.effectivePrice=or(this.price.effective),e.sellingPlans?.length&&(this.selectedSellingPlan=or(void 0)),this.sellingPlans=e.sellingPlans?.map(r=>{let n=new Bf(r);return n.isSelected&&(this.selectedSellingPlan.value=n),n})}getOneImage(){return this.imgs[0]?.url}changeSellingPlan(e){this.selectedSellingPlan.value=e}hasEffectivePrice(){return this.effectivePrice.value!==this.price.d}};function Uf(t,e){for(let r of t){let n=e.get(r.attr),o=Array.isArray(n),i=typeof n=="string",s=typeof n=="number"&&typeof r.value=="number",a=Array.isArray(r.value),l=!0;switch(r.op){case"contains":{l=(o||i)&&n.includes(r.value);break}case"notContains":{l=(o||i)&&!n.includes(r.value);break}case"eq":{l=n===r.value;break}case"ne":{l=n!==r.value;break}case"gt":{l=s&&n>r.value;break}case"gte":{l=s&&n>=r.value;break}case"lt":{l=s&&n<r.value;break}case"lte":{l=s&&n<=r.value;break}case"in":{l=a&&r.value.includes(n);break}case"nin":{l=a&&!r.value.includes(n);break}case"between":{l=s&&a&&r.value.length===2&&n>=r.value[0]&&n<=r.value[1];break}case"all":{l=o&&a&&r.value.every(f=>n.includes(f));break}default:{l=!1;break}}if(!l)return!1}return!0}var xt=class{id;mID;name;options;imgs;vars;desc;link;slug;quantity;category;meta;reviews;tags;templateSuffix;selectedOrFirstVariant;selected=or(!0);_showAddToCartButton;constructor(e){this.update(e),this.selectedOrFirstVariant=or(this.selectedVariant),this._showAddToCartButton=this.evaluateShowATCFlag()}get firstImageURL(){return this.imgs?.[0]?.url}get secondaryImageURL(){return this.imgs?.[1]?.url}get getVariantImages(){return this.selectedOrFirstVariant.value.imgs}get variantImage(){return this.getVariantImages[0]?.url}get variantSecondaryImage(){return this.getVariantImages[1]?.url}get showAddToCartButton(){return this._showAddToCartButton}set variants(e){this.vars=e,this.selectedOrFirstVariant.value=this.selectedVariant}get selectedVariant(){return this.vars.find(e=>e.isAvailable)??this.vars[0]}hasVariants(){return this.vars?.length>1}setSelectedVariant(e){this.selectedOrFirstVariant.value=e}setSelectedVariantByID(e){if(!e)return;let r=this.vars.find(n=>n.mID===e.toString());r&&this.setSelectedVariant(r)}update(e){return this.id=e.id??this.id,this.mID=e.mID??this.mID,this.name=e.name??this.name,this.imgs=e.imgs??this.imgs,this.desc=e.desc??this.desc,this.link=e.link??this.link,this.slug=e.slug??this.slug,this.quantity=e.quantity??this.quantity,this.meta=e.meta??this.meta,this.category=e.category??this.category,this.reviews=e.reviews??this.reviews,this.options=e.options??this.options,this.tags=e.tags??this.tags,this.templateSuffix=e.templateSuffix??this.templateSuffix,e.vars&&(this.vars=e.vars.map(r=>new Mr(r))),this}toEmbed(e){return e=e??this.selectedOrFirstVariant.value,new Dt({id:this.id,mID:this.mID,vID:e.mID,vName:e.name,name:this.name,link:this.link,slug:this.slug,price:e.price.d,imageURL:e.getOneImage()??this.imgs?.[0].url})}getTemplateVariables(){let e=this.selectedOrFirstVariant.value,r=e.price,n=this.name,o=this.category,i=this.variantImage??this.firstImageURL,s=this.meta,a=this.tags?.join(",")??"",l=this.reviews?.rating,f=this.reviews?.totalReviews,m=r.cmp&&r.cmp>r.d,d=Z(E({name:n},Lt("price",r.d,!0)),{image_url:i,meta:s,category:o,rating:l,reviews:f,tags:a});if(e.hasEffectivePrice()){let y=Lt("effective_price",e.effectivePrice.value,!0);Object.assign(d,y)}if(m){let y=r.cmp-r.d,C={discount_percent:(y/r.cmp*100).toFixed(0)};Object.assign(d,C),Object.assign(d,Lt("compare_price",r.cmp)),Object.assign(d,Lt("discount_price",y))}let _={name:e.name,quantity:e.quantity};return{product:d,variant:_}}evaluateShowATCFlag(){let e=je.get().widgetCustomisation?.atcButton?.showWhen;if(!e?.predicates?.length)return!0;let r=e.predicates,n=this.getValueMap(r);return e.op==="or"?r.some(o=>Uf([o],n)):Uf(r,n)}getValueMap(e){let r=new Map;for(let n of e){let o=n.attr.split(".");switch(o[1]){case"tags":{r.set(n.attr,this.tags);break}case"type":case"category":{r.set(n.attr,this.category);break}case"meta":case"metafield":{let s=o[2];if(!s)continue;r.set(n.attr,this.meta?.[s]);break}}}return r}};var Qa=class{id;alt;shortID;sources;items;durationMS;thumbnail;card;bestSource;highSource;goodSource;lowSource;m3u8Source;constructor(e={}){if(this.id=e.id,this.alt=e.alt,this.shortID=e.shortID,this.sources=e.sources?.sort((r,n)=>n.height-r.height),this.durationMS=e.durationMS,this.thumbnail=e.thumbnail,this.items=e.items?e.items.map(r=>new xt(r)):[],this.card=e.card,this.sources){let r=[];for(let n of this.sources)n.format==="mp4"?r.push(n):n.format==="m3u8"&&!this.m3u8Source&&(this.m3u8Source=n);r.length>0&&(this.bestSource=r[0],this.highSource=r.length>1?r[1]:r[0],this.lowSource=r.length>2?r[r.length-1]:r[0])}}};var Za=class{videos;source;template;heading;autoPlay;showMuteButton;footerContent;detailPopup;playlistConfig;itemDetailConfig;constructor(e={}){this.videos=e.videos?.map(r=>new Qa(r))??[],this.source=e.source,this.template=e.template,this.detailPopup=e.detailPopup??{template:"VIDEO_ONLY_VIEW"},this.heading=e.heading,this.showMuteButton=e.showMuteButton,this.autoPlay=e.autoPlay??"ON",this.footerContent=e.footerContent??"FIRST_ITEM",this.playlistConfig={videoSwiper:e.playlistConfig?.videoSwiper??void 0,itemCardClickBehavior:e.playlistConfig?.itemCardClickBehavior??"OPEN_VIDEO_DETAIL"},this.itemDetailConfig={template:e.itemDetailConfig?.template??"CLASSIC"}}showItems(){return this.footerContent==="FIRST_ITEM"||this.footerContent==="ITEM_SWIPER"}};var Ct=zr(kf());Ct.filters.define("default",function(t){return typeof t>"u"||t==null?"":Qw(t)});+Ct.filters.define("max",(t,e)=>{let r=Number(t),n=Number(e);return isNaN(r)||isNaN(n)?t:r>n?e:t});Ct.filters.define("min",(t,e)=>{let r=Number(t),n=Number(e);return isNaN(r)||isNaN(n)?t:r<n?e:t});Ct.filters.define("fallback",(t,e)=>t==null||t===""?e:t);Ct.filters.define("manipulate_quantity",(t,e,r)=>{if(e??=1,r??=100,e>r)return b.error("Invalid range: min should be less than or equal to max."),t;if(t>=e&&t<=r)return t;let n=t%r;return n<e?e:n});Ct.filters.define("apply_discount_perc",(t,e,r=1/0)=>{if(t=+t,isNaN(t))return b.error("Need value as a number for `apply_discount_perc` filter"),NaN;if(e<0||e>100)return b.error("Invalid percent value for `apply_discount_perc` filter. Must be between 0 and 100."),NaN;let n=t*e/100;return t-Math.min(r,n)});Ct.filters.define("apply_discount_fixed",(t,e)=>(t=+t,isNaN(t)?(b.error("Need value as a number for `apply_discount_fixed` filter"),NaN):Math.max(0,t-e)));Ct.filters.define("currency",t=>(t=+t,isNaN(t)?(b.error("Need value as a number for `currency` filter"),NaN):hf(t)));Ct.filters.define("split",(t,e,r)=>{if(typeof t!="string")return b.error("Need value as a string for `split` filter"),"";if(e==null)return b.error("Need delimiter for `split` filter"),"";if(r==null||isNaN(Number(r)))return b.error("Need a valid index for `split` filter"),"";let n=t.split(String(e)),o=Number(r),i=o<0?n.length+o:o;return n[i].trim()??""});Ct.defaultConfig.defaultFilter="default";Ct.defaultConfig.useWith=!0;Ct.defaultConfig.autoEscape=!1;var Jw={'"':"&quot;","\\":"&bsol;","\n":"\\n"," ":"\\t"};function Qw(t){return String(t).replace(/["\\\n\t]/g,e=>Jw[e])}function Zw(t){if(!t)return"";let e=/({{{\s*([^}]+?)\s*}}}|{{\s*&\s*([^}]+?)\s*}})/g;return t.replace(e,(r,n,o,i)=>`{{ ${(o||i||"").trim()} }}`)}var Vo=(t,e,r)=>{e=E({discount:{},cart:{},product:{},bundle:{},variant:{},customer:{},svg:{},form:{},amount_left:null},e);try{return Ct.render(Zw(t),e)}catch(n){throw ae(n,"squirrelly-render",{extra:{template:t,values:e},triggerContext:r}),n}},Qn=(t,e,r)=>{let n=JSON.stringify(t),o=Vo(n,e,r);try{return JSON.parse(o)}catch(i){throw ae(i,"variable-replacement",{extra:{before:t,after:o},triggerContext:r}),i}};function es(){return!!window.Shopify}function tc(){if(es())return window.Shopify.shop?.split(".")?.[0]}function og(t){let n=(t.includes("://")?new URL(t).pathname:t).match(/\/products\/([^/]+?)(?:\.html)?$/);return n?n[1]:null}function Wo(t){return(window.Shopify?.routes?.root??"/")+t.substring(1)}function rc(t){return Wo(t+"?from=cooee")}var me=class t{static CURRENT;token;items=[];total_price=0;original_total_price=0;items_subtotal_price=0;currency;item_count=0;attributes;cart_level_discount_applications;discount_codes;total_discount=0;constructor(){}static getCurrent(){return this.CURRENT||(this.CURRENT=new t),this.CURRENT}async getNormalisedCart(e){return eS(e)}getCooeeCart(){return Ff()}update(e){return this.token=e.token,this.items=e.items,this.total_price=e.total_price,this.original_total_price=e.original_total_price,this.items_subtotal_price=e.items_subtotal_price,this.currency=e.currency,this.item_count=e.item_count,this.attributes=e.attributes,this.cart_level_discount_applications=e.cart_level_discount_applications,this.discount_codes=e.discount_codes,this.total_discount=e.total_discount,fe().currencyCode=this.currency,b.verbose("Updated ShopifyCart",this),this}toString(){return`ShopifyCart(token: ${this.token}, itemCount: ${this.item_count})`}};async function eS(t){let e=me.getCurrent();await rS(e,t);let r=ig(e);return t&&await Ye.set("cart",r),r}function Ff(){return ig(me.getCurrent())}function ig(t){return{amount:t.total_price/100,originalAmount:t.original_total_price/100,itemsSubtotalPrice:t.items_subtotal_price/100,currency:t.currency,itemCount:t.item_count,items:tS(t.items),token:t.token}}function tS(t){if(!t)return b.error("No item received to be sent"),[];Array.isArray(t)||(t=[t]);let e=[];for(let r of t){if(!r.id||!r.title){b.warn("Invalid item received",r);continue}let n={name:r.title,quantity:+r.quantity||1,mID:r.product_id?.toString(),vID:r.id.toString(),price:+r.price/100||0,finalPrice:+r.final_price/100||0,properties:r.properties,key:r.key},o=r.selling_plan_allocation?.selling_plan;if(!o){e.push(n);continue}n.sellingPlanAllocation={sellingPlan:{fixedSellingPlan:o.fixed_selling_plan,id:o.id,name:o.name,recurringDeliveries:o.recurring_deliveries}},e.push(n)}return e}async function rS(t,e){if(!e&&t.token){b.verbose("Not fetching cart");return}b.verbose("Fetching cart");let r=rc("/cart.js");try{let n=(await Jr(r)).data;t.update(n)}catch(n){b.error("Unable to fetch the cart",n)}}var nc=class{id;mID;handle;title;imageURL;constructor(e){e??={},this.id=e.id,this.mID=e.mID,this.handle=e.handle,this.title=e.title,this.imageURL=e.imageURL}};var Hf=class{enabled;constructor(e){this.enabled=e.enabled}},$f=class extends Hf{max;min;constructor(e){e??={},super(e),this.min=e.min,this.max=e.max}},oc=class{productQuantity;constructor(e){e??={},this.productQuantity=new $f(e.productQuantity)}};var jt=class{t;bg;br;clc;shd;spc;trf;a;w;h;x;y;constructor(e){this.t=e.t,e.bg&&(this.bg=new $n(e.bg)),e.br&&(this.br=new Kr(e.br)),e.shd&&(this.shd=new Pi(e.shd)),e.spc&&(this.spc=new Xr(e.spc)),this.trf=new Vn(e.trf),this.clc=e.clc,this.w=e.w,this.h=e.h,this.x=e.x,this.y=e.y,this.a=e.a}get alpha(){return this.a??100}get type(){return this.t}get typeAsString(){return Ge[this.t]}get click(){return this.clc}},Ge=(P=>(P[P.IMAGE=1]="IMAGE",P[P.TEXT=2]="TEXT",P[P.BUTTON=3]="BUTTON",P[P.FLEXBOX=4]="FLEXBOX",P[P.MULTI_COLUMN=5]="MULTI_COLUMN",P[P.CHECKBOX=6]="CHECKBOX",P[P.PRODUCTS=11]="PRODUCTS",P[P.PRODUCT=12]="PRODUCT",P[P.PRODUCT_IMAGE=13]="PRODUCT_IMAGE",P[P.PRODUCT_TITLE=14]="PRODUCT_TITLE",P[P.PRODUCT_VARIATIONS=15]="PRODUCT_VARIATIONS",P[P.PRODUCT_VARIATIONS_SELLING_PLANS=16]="PRODUCT_VARIATIONS_SELLING_PLANS",P[P.PRODUCT_BUTTON=18]="PRODUCT_BUTTON",P[P.PRODUCT_RATING=19]="PRODUCT_RATING",P[P.EMAIL_INPUT=51]="EMAIL_INPUT",P[P.PHONE_INPUT=52]="PHONE_INPUT",P[P.COUNTDOWN_TIMER=61]="COUNTDOWN_TIMER",P[P.CAROUSEL=62]="CAROUSEL",P[P.SHAPE=100]="SHAPE",P))(Ge||{});var Zn=class extends jt{constructor(e){super(e)}};var on=class extends jt{src;constructor(e){super(e),this.src=e.src}};var Br=class extends jt{typo;constructor(e){super(e);let r=E(E({},e.f),e.typo);e.alg&&(r.ta=e.alg),e.c&&(r.tc=e.c),this.typo=new at(r)}get color(){return this.typography.tc}get typography(){return this.typo}};var Tn=class extends Br{prs;constructor(e){super(e),this.prs=e.prs}get parts(){return this.prs}};var ic=class extends jt{o;constructor(e){super(e),this.o=e.o??5,this.w=this.w??1080,this.h=this.h??1920}getOrigin(){return this.o}};var jo=class{dd;hh;mm;ss;date;constructor(e){e??={},this.dd=e.dd??0,this.hh=e.hh??0,this.mm=e.mm??0,this.ss=e.ss??0,this.date=e.date?new Date(e.date):void 0}start(e,r){let n=new Date;e===2?(n.setSeconds(n.getSeconds()+this.ss),n.setMinutes(n.getMinutes()+this.mm),n.setHours(n.getHours()+this.hh),n.setDate(n.getDate()+this.dd)):n=this.date??new Date;let o=window.setInterval(()=>{let i=new Date().getTime(),s=n.getTime()-i;if(s<1){clearInterval(o);return}let a=Math.floor(s/(1e3*60*60*24)),l=Math.floor(s%(1e3*60*60*24)/(1e3*60*60)),f=Math.floor(s%(1e3*60*60)/(1e3*60)),m=Math.floor(s%(1e3*60)/1e3);r({days:a,hours:l,minutes:f,seconds:m})},1e3);return o}};var Go=class extends Br{gap;timer;timerType;horizontal;lblPos;show;constructor(e){e??={},super(e),this.gap=e.gap,this.timerType=e.type,this.timer=new jo(e.timer),this.show=e.show??{day:!0,hour:!0,minute:!0,second:!0},this.horizontal=e.horizontal,this.lblPos=e.lblPos}};var sc=class{txt;c;constructor(e){e??={},this.txt=e.txt,this.c=new Ve(e.c??{})}get text(){return this.txt}get color(){return this.c}};var In=class extends Br{ph;constructor(e){super(e),this.ph=new sc(e.ph)}get placeholderText(){return this.ph.text}get placeholderColor(){return this.ph.color.rgba}};var qo=class extends In{constructor(e){e??={},super(e)}};var zo=class extends In{};var Yo=class extends In{};var Ko=class extends on{};var ac=class{en;ex;constructor(e){e=e??{},this.en=e.en,this.ex=e.ex}getEnterAnimation(){switch(this.en){case 2:return[{transform:"translateY(-100%)"},{transform:"translateY(0%)"}];case 3:return[{transform:"translateY(100%)"},{transform:"translateY(0%)"}];case 4:return[{transform:"translateX(-100%)"},{transform:"translateX(0%)"}];case 5:return[{transform:"translateX(100%)"},{transform:"translateX(0%)"}];case 6:return[{transform:"translate(-100%, -100%)"},{transform:"translate(0%, 0%)"}];case 7:return[{transform:"translate(100%, -100%)"},{transform:"translate(0%, 0%)"}];case 8:return[{transform:"translate(-100%, 100%)"},{transform:"translate(0%, 0%)"}];case 9:return[{transform:"translate(100%, 100%)"},{transform:"translate(0%, 0%)"}];case 10:return[{transform:"scale(0.1)"},{transform:"scale(1)"}];default:return[]}}getExitAnimation(){switch(this.ex){case 2:return[{transform:"translateY(0%)"},{transform:"translateY(-100%)"}];case 3:return[{transform:"translateY(0%)"},{transform:"translateY(100%)"}];case 4:return[{transform:"translateX(0%)"},{transform:"translateX(-100%)"}];case 5:return[{transform:"translateX(0%)"},{transform:"translateX(100%)"}];case 6:return[{transform:"translate(0%, 0%)"},{transform:"translate(-100%, -100%)"}];case 7:return[{transform:"translate(0%, 0%)"},{transform:"translate(100%, -100%)"}];case 8:return[{transform:"translate(0%, 0%)"},{transform:"translate(-100%, 100%)"}];case 9:return[{transform:"translate(0%, 0%)"},{transform:"translate(100%, 100%)"}];case 10:return[{transform:"scale(1)"},{transform:"scale(0)"}];default:return[]}}};var cc=15,ts=class extends jt{gvt;max;cover;anim;embedded;constructor(e){e=e??{},super(e),this.gvt=e.gvt??5,this.max=e.max,this.cover=e.cover??!0,this.anim=new ac(e.anim),this.spc||(this.spc=new Xr({pl:cc,pr:cc,pt:cc,pb:cc}))}};var lc=class extends ts{cont;elems=[];mob;constructor(e){e=e??{},super(e),this.cont=new ic(e.cont),this.mob=new ts(e.mob),this.bg||(this.bg=this.cont.bg,delete this.cont.bg),e.elems.forEach(r=>{r.t===1?this.elems.push(new on(r)):r.t===2?this.elems.push(new Tn(r)):r.t===3?this.elems.push(new Tn(r)):r.t===100?this.elems.push(new Zn(r)):r.t===51?this.elems.push(new zo(r)):r.t===52?this.elems.push(new Yo(r)):r.t===61?this.elems.push(new Go(r)):r.t===15||r.t===16?this.elems.push(new qo(r)):r.t===13&&this.elems.push(new Ko(r))})}getStylesForWrapper(){if(this.cover)return{};let e;return this.gvt===1?e={top:0,left:0}:this.gvt===2?e={top:0,left:"50%",transform:"translateX(-50%)"}:this.gvt===3?e={top:0,right:0}:this.gvt===6?e={top:"50%",right:0,transform:"translateY(-50%)"}:this.gvt===9?e={bottom:0,right:0}:this.gvt===8?e={bottom:0,left:"50%",transform:"translateX(-50%)"}:this.gvt===7?e={bottom:0,left:0}:this.gvt===4?e={top:"50%",left:0,transform:"translateY(-50%)"}:e={top:"50%",left:"50%",transform:"translateX(-50%) translateY(-50%)"},e.overflow="visible",e}getFlexStylesForContainer(){let e={display:"flex",flexDirection:"row"},r,n;return this.gvt===1?(r="flex-start",n="flex-start"):this.gvt===2?(r="center",n="flex-start"):this.gvt===3?(r="flex-end",n="flex-start"):this.gvt===4?(r="flex-start",n="center"):this.gvt===6?(r="flex-end",n="center"):this.gvt===7?(r="flex-start",n="flex-end"):this.gvt===8?(r="center",n="flex-end"):this.gvt===9?(r="flex-end",n="flex-end"):(r="center",n="center"),e.alignItems=n,e.justifyContent=r,e.overflow="visible",e}overrideForMobileView(){this.max=this.mob.max??this.max,this.cover=this.mob.cover??this.cover,this.gvt=this.mob.gvt??this.gvt,this.bg=this.mob.bg??this.bg,this.spc=this.mob.spc??this.spc,this.anim=this.mob.anim??this.anim}};var Xo=class{gap;dir;wrap;jc;ai;scroll;constructor(e){e??={},this.gap=e.gap??0,this.dir=e.dir??"row",this.wrap=e.wrap??"nowrap",this.jc=e.jc??"flex-start",this.ai=e.ai??"flex-start",this.scroll=e.scroll}};var uc=class{of;disp;pos;top;bottom;left;right;zIndex;constructor(e){e??={},this.of=e.of,this.disp=e.disp,this.pos=e.pos,this.top=e.top,this.bottom=e.bottom,this.left=e.left,this.right=e.right,this.zIndex=e.zIndex}};var fc=class{w;h;maxW;maxH;minW;minH;constructor(e){e??={},this.w=e.w??"100%",this.h=e.h??"auto",this.maxW=e.maxW,this.maxH=e.maxH,this.minW=e.minW,this.minH=e.minH}};var pc=class{size;bg;br;spc;typo;lout;flex;constructor(e){e??={},this.spc=new Xr(e.spc),e.size&&(this.size=new fc(e.size)),e.bg&&(this.bg=new $n(e.bg)),e.br&&(this.br=new Kr(e.br)),e.typo&&(this.typo=new at(e.typo)),e.lout&&(this.lout=new uc(e.lout)),e.flex&&(this.flex=new Xo(e.flex))}},Jo=class{sm;lg;constructor(e){e??={},this.sm=new pc(e.sm),this.lg=new pc(e.lg)}};var ht=class{t;style;hide;when;clc;l;constructor(e,r){r??={},this.t=e,this.style=new Jo(r.style),this.hide=r.hide,this.l=r.l,r.when?.op&&(this.when=r.when),r.clc&&(this.clc=r.clc)}get stringType(){return Ge[this.t]}};var gt=class extends ht{text;constructor(e,r){e?.style?.lg?.typo?.s&&delete e.style.lg.typo.s,e?.style?.sm?.typo?.s&&delete e.style.sm.typo.s,super(r??2,e),e??={},this.text=e.text}};var eo=class extends gt{constructor(e,r){super(e,r??3)}};var Qo=class extends ht{value;constructor(e){super(6,e),e??={},this.value=e.value}};var Zo=class extends gt{showChips;optionsConfig;constructor(e=15,r){super(r,e),r??={},this.showChips=r.showChips??!1,this.optionsConfig=r.optionsConfig??{}}};var mc=class extends ht{c;iconSize;showSingleStar;fullStar;halfStart;constructor(e){super(19,e),e??={},this.c=new Ve(e.c),this.iconSize=e.iconSize??24,this.showSingleStar=e.showSingleStar??!1,this.fullStar=e.fullStar,this.halfStart=e.halfStart}};var sg=zr(Ws());var Vf=class{enabled;type;color;constructor(e){e??={},this.enabled=e.enabled,this.type=e.type,this.color=new Ve(e.color)}},Wf=class{size;enabled;color;constructor(e){e??={},this.enabled=e.enabled,this.size=e.size,this.color=new Ve(e.color)}},jf=class{enabled;delay;constructor(e={}){this.enabled=e.enabled,e.delay&&(this.delay=e.delay>100?e.delay:e.delay*1e3)}},ei=class{navigation;pagination;autoplay;loop;maxInRow;gap;maxInRowSm;gapSm;speed;marquee;constructor(e){e??={},this.navigation=new Wf(e.navigation),this.pagination=new Vf(e.pagination),this.autoplay=new jf(e.autoplay),this.loop=e.loop??!1,this.maxInRow=e.maxInRow??4,this.gap=e.gap??0,this.maxInRowSm=e.maxInRowSm??this.maxInRow,this.gapSm=e.gapSm??this.gap,e.speed&&(this.speed=e.speed*1e3),this.marquee=e.marquee}};var dc=class extends ht{conf;slide;formData;values;allowedTypes;constructor(e){super(62,e),e&&this.update(e)}update(e){e??={},this.slide=Gt.getParsedElement(e.slide),this.formData=e.formData,this.values=e.values,this.conf=new ei(e.conf),this.allowedTypes=e.allowedTypes}};var hc=class extends gt{gap;timer;timerType;horizontal;lblPos;show;constructor(e){e??={},super(e,61),this.gap=e.gap,this.timerType=e.type,this.timer=new jo(e.timer),this.show=e.show??{days:!0,hours:!0,minutes:!0,seconds:!0},this.horizontal=e.horizontal,this.lblPos=e.lblPos}};var xn=class extends ht{elems;constructor(e){super(4,e),this.update(e)}update(e){e??={},this.elems??=[],e.elems?.forEach(r=>{let n=Gt.getParsedElement(r);n&&this.elems.push(n)})}};var to=class extends ht{src;sm;lg;constructor(e,r){super(r??1,e),e&&this.update(e)}update(e){this.src=e.src,this.sm=e.sm,this.lg=e.lg}};var Gt=class t{static getParsedElements(e){let r=[];return e?.forEach(n=>{let o=t.getParsedElement(n);o&&r.push(o)}),r}static getParsedElement(e){switch(e.t){case 2:return new gt(e);case 3:return new eo(e);case 6:return new Qo(e);case 11:return new gc(e);case 12:return new Cn(e);case 61:return new hc(e);case 4:return new xn(e);case 1:return new to(e);case 13:return new to(e,13);case 14:return new gt(e,14);case 15:case 16:return new Zo(e.t,e);case 18:return new eo(e,18);case 62:return new dc(e);case 19:return new mc(e);default:sg.default.error("Unknown element type",e.t);return}}static parseAlignmentToJustifyContent(e){switch(e){case 1:return"center";case 2:return"flex-end";case 0:return"flex-start";default:return"flex-start"}}};var Cn=class extends ht{img;title;desc;price;compareAt;btn;variantDD;show;symbol;cBox;elems;noLinks;constructor(e){if(e??={},super(12,e),this.show=e.show,this.elems=Gt.getParsedElements(e.elems),this.noLinks=e.noLinks,!this.elems.length){e.cBox&&this.elems.push(new Qo(e.cBox)),this.elems.push(new to(e.img,13));let r=new gt(e.title,14);r.hide=!e.show?.title,r.text="{{ product.name }}",this.elems.push(r);let n=new gt(e.price);n.text="{{ product.price }}",n.hide=!e.show?.price;let o=new gt(e.compareAt);o.text="{{ product.compare_price }}",o.hide=!e.show?.price,e.compareAt||(o.style=new Jo(n.style),o.style.lg.typo=new at(Z(E({},o.style.lg.typo),{td:"line-through"})),o.style.sm.typo=new at(Z(E({},o.style.sm.typo),{td:"line-through"})));let i=new xn({style:{lg:{spc:{mb:10},flex:{dir:"row",gap:10,ai:"center",jc:Gt.parseAlignmentToJustifyContent(n.style.lg.typo?.ta)}}}});i.elems.push(o),i.elems.push(n),this.elems.push(i);let s=new Zo(15,e.variantDD);if(s.hide=!e.show?.variantDD,this.elems.push(s),e.btn){let a=new eo(e.btn,18);a.hide=!e.show?.btn,this.elems.push(a)}}e.symbol&&(this.symbol=new gt(e.symbol))}};var gc=class extends ht{conf;prod;constructor(e){super(11,e),e??={},this.conf=new Gf(e.conf),this.prod=new Cn(e.prod)}};var yc=class extends ei{disp;maxItems;constructor(e){e??={},super(e),this.disp=e.disp,this.maxItems=e.maxItems}},Gf=class{lg;sm;constructor(e){e??={},this.lg=new yc(e.lg),this.sm=new yc(e.sm)}};var vc=class extends xn{constructor(e){super(e)}};var ti=class{cont;elems=[];constructor(e){e=e??{},this.cont=new vc(e.cont),e.elems?.forEach(r=>{this.addRawElement(r)})}addRawElement(e){let r=Gt.getParsedElement(e);return r&&this.elems.push(r),r}};function Ec(t,e){return nS(t,e,0,5)}function nS(t,e,r=0,n=50){if(e){if(r>n){console.warn("Maximum recursion depth reached in findFirstElementOfType");return}for(let o of e){if(o.t===t)return o;let i="elems"in o?o.elems:[];if(i?.length>0){let s=Ec(t,i);if(s)return s}}}}var _c=class{title;subtitle;template;refreshPage;options;constructor(e={}){this.template=e.template??"IMAGE",this.refreshPage=e.refreshPage??!1,this.options=e.options??[],this.title=e.title,this.subtitle=e.subtitle}};var qf=class{engagementID;shortID;contentType;delay;onsiteDeliveryType;objective;redirectBehaviour;constructor(e){this.shortID=e.shortID,this.contentType=e.contentType,this.engagementID=e.engagementID,this.delay=e.delay??0,this.redirectBehaviour=e.redirectBehaviour,this.onsiteDeliveryType=e.onsiteDeliveryType,this.objective=e.objective}isAnySplit(){return this.isABTesting()||this.isExclusionTesting()}isExclusionTesting(){return this.contentType===Ri.EXCLUSION}isABTesting(){return this.contentType===Ri.ABTESTING}isSingleContent(){return this.contentType===Ri.SINGLE}},rs=class{videoConfig;savingsBarConfig;collectionFilterConfig;afterDeleteJS;afterRenderJS;innerCSS;outerCSS;constructor(e){this.update(e)}update(e){e??={},e.videoConfig&&(this.videoConfig=new Za(e.videoConfig)),e.savingsBarConfig&&(this.savingsBarConfig=new Qs(e.savingsBarConfig)),e.collectionFilterConfig&&(this.collectionFilterConfig=new _c(e.collectionFilterConfig)),this.afterDeleteJS=e.afterDeleteJS,this.afterRenderJS=e.afterRenderJS,this.innerCSS=e.innerCSS,this.outerCSS=e.outerCSS}},St=class extends qf{contentID;variation;ian;widget;discount;placement;promotionType;contentSource;manipulation;klaviyoFormID;entryAnimation;hasMultiplePlacement;skipSubscribedItems;progressBarConfig;stickyATCConfig;bundleConfig;content;previewType;occurred;id;currency;props;items;nonMutableItems;embeddedItems;bundleFrom;collections;customerData;experimentConfig;discountData=or({});constructor(e){if(super(e),this.id=e.id,this.currency=fe().currencyCode??"USD",this.contentID=e.contentID,this.variation=e.variation,e.widget&&(this.widget=new ti(e.widget)),this.previewType=e.previewType,this.occurred=e.occurred??new Date,this.props=e.props,this.entryAnimation=e.entryAnimation??"NONE",this.embeddedItems=e.embeddedItems?.map(r=>new Dt(r)),this.items=e.items?.map(r=>new xt(r))??[],this.nonMutableItems=e.items?.map(r=>new xt(r))??[],this.collections=e.collections?.map(r=>new nc(r))??[],this.discount=e.discount,this.placement=e.placement,e.customerData?.name){let r=e.customerData.name.split(" ");this.customerData={name:e.customerData.name,full_name:e.customerData.name,first_name:r[0],last_name:r[1]}}this.ian=e.ian?this.processPopup(e.ian):void 0,this.promotionType=e.promotionType,this.manipulation=new oc(e.manipulation),this.contentSource=e.contentSource,this.klaviyoFormID=e.klaviyoFormID,this.hasMultiplePlacement=e.hasMultiplePlacement,this.skipSubscribedItems=e.skipSubscribedItems,this.stickyATCConfig=e.stickyATCConfig,e.experimentConfig&&(this.experimentConfig=new Ks(e.experimentConfig)),e.progressBarConfig&&(this.progressBarConfig=new Js(e.progressBarConfig)),e.bundleConfig&&(this.bundleConfig=new qs(e.bundleConfig)),e.bundleFrom&&(this.bundleFrom=new xt(e.bundleFrom)),e.content&&(this.content=new rs(e.content))}shouldDelay(){return this.delay>0}getDelaySeconds(){let e=new Date().getTime()-this.occurred.getTime();return this.delay*1e3-e}isBundle(){return this.objective===Zt.BUNDLE_AND_UPSELL}isCartEmbed(){return this.onsiteDeliveryType===Ai.CART_EMBED}isPageEmbed(){return this.onsiteDeliveryType===Ai.PAGE_EMBED}isProgressBar(){return this.objective===Zt.PROGRESS_BAR}isSubscriptionUpsell(){return this.objective===Zt.SUBSCRIPTION_UPSELL}isCartRecovery(){return this.objective===Zt.CART_RECOVERY}isProductPromotion(){return this.objective===Zt.PRODUCT_PROMOTION}isProductPromoted(){return this.isProductPromotion()||this.isBundle()||this.isCartRecovery()}isCollectionPromoted(){return this.isProductPromotion()&&this.collections.length>0&&this.promotionType===Wl.COLLECTION}isBYOB(){return this.objective===Zt.BYOB}isStickyATC(){return this.objective===Zt.STICKY_ATC}isShoppableVideo(){return this.objective===Zt.SHOPPABLE_VIDEO}isSavingsBar(){return this.objective===Zt.SAVINGS_BAR}isCollectionFilter(){return this.objective===Zt.COLLECTION_FILTER}processPopup(e){let r=this.items[0],n={},o={};if(r){let a=r.selectedOrFirstVariant.value;n=Z(E(E({name:r.name,id:r.mID,link:r.link,vID:a.mID,image:r.variantImage},Lt("price",a.price.d)),Lt("comparePrice",a.price.cmp)),{quantity:r.quantity}),o={quantity:a.quantity}}let i={productCount:me.getCurrent().item_count},s=Vo(JSON.stringify(e),{product:n,variant:o,cart:i,discount:this.discount,customer:this.customerData},new Ir(new Date,this));return r&&(s=s.replace(new RegExp("https://cdn.global.letscooee.com/images/placeholders/product.png","gi"),r.variantImage??r.firstImageURL)),new lc(JSON.parse(s))}calculateDiscountData(e,r){let n=Yr.sum(e,s=>s.selectedOrFirstVariant.value.price.d),o=Yr.sum(e,s=>{let a=s.selectedOrFirstVariant.value.price;return a.cmp??a.d}),i={actualPrice:n,totalComparePrice:o,discountAmount:0,discountPercentage:0,discountedPrice:n};if(!e?.length||!r||!this.discount?.type){this.discountData.value=this.formatCurrencyAndNumber(i);return}if(Jt.BXGY===this.discount.type&&this.discount.values?.length)i.discountPercentage=this.discount.values[0],this.updateEffectivePrice(e,i.discountPercentage,!0),i.discountAmount=i.actualPrice-Yr.sum(e,s=>s.selectedOrFirstVariant.value.effectivePrice.value);else if([Jt.STATIC,Jt.UNIQUE_FLAT].includes(this.discount.type)&&this.discount.values?.length)i.discountPercentage=this.discount.values[0],i.discountAmount=i.actualPrice*i.discountPercentage/100,this.updateEffectivePrice(e,i.discountPercentage);else if(Jt.UNIQUE_FLAT_ITEMS===this.discount.type&&this.discount.values?.length)this.discount.ruleType==="fixed_amount"?(i.discountAmount=this.discount.values[0],i.discountPercentage=i.actualPrice>0?i.discountAmount*100/i.actualPrice:0):(i.discountPercentage=this.discount.values[0],i.discountAmount=i.actualPrice*i.discountPercentage/100),this.updateEffectivePrice(e,i.discountPercentage);else if(this.discount.type===Jt.UNIQUE_FIXED_ITEMS&&this.discount.values?.length)i.discountAmount=i.actualPrice-this.discount.values[0],i.discountPercentage=i.discountAmount/i.actualPrice*100,this.updateEffectivePrice(e,i.discountPercentage);else if(this.discount.type===Jt.UNIQUE_CHEAPEST_ITEM_FREE){e.sort((a,l)=>l.selectedOrFirstVariant.value.price.d-a.selectedOrFirstVariant.value.price.d);let s=e[e.length-1];s.selectedOrFirstVariant.value.effectivePrice.value=0,i.discountAmount=s.selectedOrFirstVariant.value.price.d,i.discountPercentage=i.discountAmount/i.actualPrice*100}i.discountedPrice=i.actualPrice-i.discountAmount,this.discountData.value=this.formatCurrencyAndNumber(i)}getPrivateAttributesForLineItem(){return je.get().skipItemAttribute?{}:{_via:"Cooee",_letscooee_campaign:this.shortID,_letscooee_content:this.contentID}}getKVFormatPrivateAttributesForLineItem(){return je.get().skipItemAttribute?[]:[{key:"_via",value:"Cooee"},{key:"_letscooee_campaign",value:this.shortID},{key:"_letscooee_content",value:this.contentID}]}isBundleOnCartDrawer(){return this.isBundle()&&this.isCartEmbed()}isBundleOnPDP(){return this.isPageEmbed()&&this.isBundle()}hasSwiperElement(){if(Ec(62,this.widget?.elems))return!0;let r=Ec(11,this.widget?.elems);return r?r.conf.lg.disp===2||r.conf.sm.disp===2:!1}toString(){let e;return this.onsiteDeliveryType===Ai.POPUP?e="Popup":e=Tm.toTitle(this.objective),`${e}(id=${this.shortID})`}getCartMagicVariables(){let e=me.getCurrent(),r=Yr.sum(e.items??[],n=>n.discounts?.reduce((o,i)=>o+(i.amount??0),0)??0);return E(E(E(E({productCount:e.item_count,product_count:e.item_count},Lt("amount",e.total_price/100)),Lt("originalAmount",e.original_total_price/100)),Lt("total_line_items_discount",r/100)),Lt("total_discount",e.total_discount/100))}shouldGetVariationImmediately(){return this.hasMultiplePlacement&&!this.alwaysHaveVariations()}shouldSkipVariation(){return this.isSingleContent()||this.alwaysHaveVariations()?!0:!!this.variation}alwaysHaveVariations(){return this.isProgressBar()||this.isSavingsBar()}updateEffectivePrice(e,r,n=!1){let o=fe().currentItem;e.forEach(i=>{let s=i.selectedOrFirstVariant.value,a=s.price;if(n&&i.mID===o.mID)s.effectivePrice.value=a.d;else{let l=a.d*r/100;s.effectivePrice.value=a.d-l}})}formatCurrencyAndNumber(e){if(!e)return{};let r={discountPercentage:wh(e.discountPercentage??0),discountCode:this.discount?.code};return["actualPrice","discountAmount","discountedPrice","totalComparePrice"].map(n=>{Object.assign(r,Lt(n,e[n]))}),r}};function iS(t,e){return e={exports:{}},t(e,e.exports),e.exports}var sS=uS,aS=pS,cS=hS,kr=[],sr=[],lS=typeof Uint8Array<"u"?Uint8Array:Array,zf="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(ro=0,ag=zf.length;ro<ag;++ro)kr[ro]=zf[ro],sr[zf.charCodeAt(ro)]=ro;var ro,ag;sr[45]=62;sr[95]=63;function Sg(t){var e=t.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=t.indexOf("=");r===-1&&(r=e);var n=r===e?0:4-r%4;return[r,n]}function uS(t){var e=Sg(t),r=e[0],n=e[1];return(r+n)*3/4-n}function fS(t,e,r){return(e+r)*3/4-r}function pS(t){var e,r=Sg(t),n=r[0],o=r[1],i=new lS(fS(t,n,o)),s=0,a=o>0?n-4:n,l;for(l=0;l<a;l+=4)e=sr[t.charCodeAt(l)]<<18|sr[t.charCodeAt(l+1)]<<12|sr[t.charCodeAt(l+2)]<<6|sr[t.charCodeAt(l+3)],i[s++]=e>>16&255,i[s++]=e>>8&255,i[s++]=e&255;return o===2&&(e=sr[t.charCodeAt(l)]<<2|sr[t.charCodeAt(l+1)]>>4,i[s++]=e&255),o===1&&(e=sr[t.charCodeAt(l)]<<10|sr[t.charCodeAt(l+1)]<<4|sr[t.charCodeAt(l+2)]>>2,i[s++]=e>>8&255,i[s++]=e&255),i}function mS(t){return kr[t>>18&63]+kr[t>>12&63]+kr[t>>6&63]+kr[t&63]}function dS(t,e,r){for(var n,o=[],i=e;i<r;i+=3)n=(t[i]<<16&16711680)+(t[i+1]<<8&65280)+(t[i+2]&255),o.push(mS(n));return o.join("")}function hS(t){for(var e,r=t.length,n=r%3,o=[],i=16383,s=0,a=r-n;s<a;s+=i)o.push(dS(t,s,s+i>a?a:s+i));return n===1?(e=t[r-1],o.push(kr[e>>2]+kr[e<<4&63]+"==")):n===2&&(e=(t[r-2]<<8)+t[r-1],o.push(kr[e>>10]+kr[e>>4&63]+kr[e<<2&63]+"=")),o.join("")}var Yf={byteLength:sS,toByteArray:aS,fromByteArray:cS};var gS=function(e,r,n,o,i){var s,a,l=i*8-o-1,f=(1<<l)-1,m=f>>1,d=-7,_=n?i-1:0,y=n?-1:1,C=e[r+_];for(_+=y,s=C&(1<<-d)-1,C>>=-d,d+=l;d>0;s=s*256+e[r+_],_+=y,d-=8);for(a=s&(1<<-d)-1,s>>=-d,d+=o;d>0;a=a*256+e[r+_],_+=y,d-=8);if(s===0)s=1-m;else{if(s===f)return a?NaN:(C?-1:1)*(1/0);a=a+Math.pow(2,o),s=s-m}return(C?-1:1)*a*Math.pow(2,s-o)},yS=function(e,r,n,o,i,s){var a,l,f,m=s*8-i-1,d=(1<<m)-1,_=d>>1,y=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,C=o?0:s-1,N=o?1:-1,A=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(l=isNaN(r)?1:0,a=d):(a=Math.floor(Math.log(r)/Math.LN2),r*(f=Math.pow(2,-a))<1&&(a--,f*=2),a+_>=1?r+=y/f:r+=y*Math.pow(2,1-_),r*f>=2&&(a++,f/=2),a+_>=d?(l=0,a=d):a+_>=1?(l=(r*f-1)*Math.pow(2,i),a=a+_):(l=r*Math.pow(2,_-1)*Math.pow(2,i),a=0));i>=8;e[n+C]=l&255,C+=N,l/=256,i-=8);for(a=a<<i|l,m+=i;m>0;e[n+C]=a&255,C+=N,a/=256,m-=8);e[n+C-N]|=A*128},ri={read:gS,write:yS},Sc=iS(function(t,e){var r=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;e.Buffer=s,e.SlowBuffer=B,e.INSPECT_MAX_BYTES=50;var n=2147483647;e.kMaxLength=n,s.TYPED_ARRAY_SUPPORT=o(),!s.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function o(){try{var h=new Uint8Array(1),c={foo:function(){return 42}};return Object.setPrototypeOf(c,Uint8Array.prototype),Object.setPrototypeOf(h,c),h.foo()===42}catch{return!1}}Object.defineProperty(s.prototype,"parent",{enumerable:!0,get:function(){if(s.isBuffer(this))return this.buffer}}),Object.defineProperty(s.prototype,"offset",{enumerable:!0,get:function(){if(s.isBuffer(this))return this.byteOffset}});function i(h){if(h>n)throw new RangeError('The value "'+h+'" is invalid for option "size"');var c=new Uint8Array(h);return Object.setPrototypeOf(c,s.prototype),c}function s(h,c,u){if(typeof h=="number"){if(typeof c=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return m(h)}return a(h,c,u)}s.poolSize=8192;function a(h,c,u){if(typeof h=="string")return d(h,c);if(ArrayBuffer.isView(h))return y(h);if(h==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+babelHelpers.typeof(h));if($e(h,ArrayBuffer)||h&&$e(h.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&($e(h,SharedArrayBuffer)||h&&$e(h.buffer,SharedArrayBuffer)))return C(h,c,u);if(typeof h=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var v=h.valueOf&&h.valueOf();if(v!=null&&v!==h)return s.from(v,c,u);var x=N(h);if(x)return x;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof h[Symbol.toPrimitive]=="function")return s.from(h[Symbol.toPrimitive]("string"),c,u);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+babelHelpers.typeof(h))}s.from=function(h,c,u){return a(h,c,u)},Object.setPrototypeOf(s.prototype,Uint8Array.prototype),Object.setPrototypeOf(s,Uint8Array);function l(h){if(typeof h!="number")throw new TypeError('"size" argument must be of type number');if(h<0)throw new RangeError('The value "'+h+'" is invalid for option "size"')}function f(h,c,u){return l(h),h<=0?i(h):c!==void 0?typeof u=="string"?i(h).fill(c,u):i(h).fill(c):i(h)}s.alloc=function(h,c,u){return f(h,c,u)};function m(h){return l(h),i(h<0?0:A(h)|0)}s.allocUnsafe=function(h){return m(h)},s.allocUnsafeSlow=function(h){return m(h)};function d(h,c){if((typeof c!="string"||c==="")&&(c="utf8"),!s.isEncoding(c))throw new TypeError("Unknown encoding: "+c);var u=q(h,c)|0,v=i(u),x=v.write(h,c);return x!==u&&(v=v.slice(0,x)),v}function _(h){for(var c=h.length<0?0:A(h.length)|0,u=i(c),v=0;v<c;v+=1)u[v]=h[v]&255;return u}function y(h){if($e(h,Uint8Array)){var c=new Uint8Array(h);return C(c.buffer,c.byteOffset,c.byteLength)}return _(h)}function C(h,c,u){if(c<0||h.byteLength<c)throw new RangeError('"offset" is outside of buffer bounds');if(h.byteLength<c+(u||0))throw new RangeError('"length" is outside of buffer bounds');var v;return c===void 0&&u===void 0?v=new Uint8Array(h):u===void 0?v=new Uint8Array(h,c):v=new Uint8Array(h,c,u),Object.setPrototypeOf(v,s.prototype),v}function N(h){if(s.isBuffer(h)){var c=A(h.length)|0,u=i(c);return u.length===0||h.copy(u,0,0,c),u}if(h.length!==void 0)return typeof h.length!="number"||De(h.length)?i(0):_(h);if(h.type==="Buffer"&&Array.isArray(h.data))return _(h.data)}function A(h){if(h>=n)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+n.toString(16)+" bytes");return h|0}function B(h){return+h!=h&&(h=0),s.alloc(+h)}s.isBuffer=function(c){return c!=null&&c._isBuffer===!0&&c!==s.prototype},s.compare=function(c,u){if($e(c,Uint8Array)&&(c=s.from(c,c.offset,c.byteLength)),$e(u,Uint8Array)&&(u=s.from(u,u.offset,u.byteLength)),!s.isBuffer(c)||!s.isBuffer(u))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(c===u)return 0;for(var v=c.length,x=u.length,O=0,W=Math.min(v,x);O<W;++O)if(c[O]!==u[O]){v=c[O],x=u[O];break}return v<x?-1:x<v?1:0},s.isEncoding=function(c){switch(String(c).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},s.concat=function(c,u){if(!Array.isArray(c))throw new TypeError('"list" argument must be an Array of Buffers');if(c.length===0)return s.alloc(0);var v;if(u===void 0)for(u=0,v=0;v<c.length;++v)u+=c[v].length;var x=s.allocUnsafe(u),O=0;for(v=0;v<c.length;++v){var W=c[v];if($e(W,Uint8Array))O+W.length>x.length?s.from(W).copy(x,O):Uint8Array.prototype.set.call(x,W,O);else if(s.isBuffer(W))W.copy(x,O);else throw new TypeError('"list" argument must be an Array of Buffers');O+=W.length}return x};function q(h,c){if(s.isBuffer(h))return h.length;if(ArrayBuffer.isView(h)||$e(h,ArrayBuffer))return h.byteLength;if(typeof h!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+babelHelpers.typeof(h));var u=h.length,v=arguments.length>2&&arguments[2]===!0;if(!v&&u===0)return 0;for(var x=!1;;)switch(c){case"ascii":case"latin1":case"binary":return u;case"utf8":case"utf-8":return Et(h).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return u*2;case"hex":return u>>>1;case"base64":return He(h).length;default:if(x)return v?-1:Et(h).length;c=(""+c).toLowerCase(),x=!0}}s.byteLength=q;function P(h,c,u){var v=!1;if((c===void 0||c<0)&&(c=0),c>this.length||((u===void 0||u>this.length)&&(u=this.length),u<=0)||(u>>>=0,c>>>=0,u<=c))return"";for(h||(h="utf8");;)switch(h){case"hex":return V(this,c,u);case"utf8":case"utf-8":return qe(this,c,u);case"ascii":return D(this,c,u);case"latin1":case"binary":return R(this,c,u);case"base64":return Re(this,c,u);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return k(this,c,u);default:if(v)throw new TypeError("Unknown encoding: "+h);h=(h+"").toLowerCase(),v=!0}}s.prototype._isBuffer=!0;function Q(h,c,u){var v=h[c];h[c]=h[u],h[u]=v}s.prototype.swap16=function(){var c=this.length;if(c%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var u=0;u<c;u+=2)Q(this,u,u+1);return this},s.prototype.swap32=function(){var c=this.length;if(c%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var u=0;u<c;u+=4)Q(this,u,u+3),Q(this,u+1,u+2);return this},s.prototype.swap64=function(){var c=this.length;if(c%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var u=0;u<c;u+=8)Q(this,u,u+7),Q(this,u+1,u+6),Q(this,u+2,u+5),Q(this,u+3,u+4);return this},s.prototype.toString=function(){var c=this.length;return c===0?"":arguments.length===0?qe(this,0,c):P.apply(this,arguments)},s.prototype.toLocaleString=s.prototype.toString,s.prototype.equals=function(c){if(!s.isBuffer(c))throw new TypeError("Argument must be a Buffer");return this===c?!0:s.compare(this,c)===0},s.prototype.inspect=function(){var c="",u=e.INSPECT_MAX_BYTES;return c=this.toString("hex",0,u).replace(/(.{2})/g,"$1 ").trim(),this.length>u&&(c+=" ... "),"<Buffer "+c+">"},r&&(s.prototype[r]=s.prototype.inspect),s.prototype.compare=function(c,u,v,x,O){if($e(c,Uint8Array)&&(c=s.from(c,c.offset,c.byteLength)),!s.isBuffer(c))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+babelHelpers.typeof(c));if(u===void 0&&(u=0),v===void 0&&(v=c?c.length:0),x===void 0&&(x=0),O===void 0&&(O=this.length),u<0||v>c.length||x<0||O>this.length)throw new RangeError("out of range index");if(x>=O&&u>=v)return 0;if(x>=O)return-1;if(u>=v)return 1;if(u>>>=0,v>>>=0,x>>>=0,O>>>=0,this===c)return 0;for(var W=O-x,ue=v-u,_e=Math.min(W,ue),ge=this.slice(x,O),Me=c.slice(u,v),ke=0;ke<_e;++ke)if(ge[ke]!==Me[ke]){W=ge[ke],ue=Me[ke];break}return W<ue?-1:ue<W?1:0};function Ee(h,c,u,v,x){if(h.length===0)return-1;if(typeof u=="string"?(v=u,u=0):u>2147483647?u=2147483647:u<-2147483648&&(u=-2147483648),u=+u,De(u)&&(u=x?0:h.length-1),u<0&&(u=h.length+u),u>=h.length){if(x)return-1;u=h.length-1}else if(u<0)if(x)u=0;else return-1;if(typeof c=="string"&&(c=s.from(c,v)),s.isBuffer(c))return c.length===0?-1:X(h,c,u,v,x);if(typeof c=="number")return c=c&255,typeof Uint8Array.prototype.indexOf=="function"?x?Uint8Array.prototype.indexOf.call(h,c,u):Uint8Array.prototype.lastIndexOf.call(h,c,u):X(h,[c],u,v,x);throw new TypeError("val must be string, number or Buffer")}function X(h,c,u,v,x){var O=1,W=h.length,ue=c.length;if(v!==void 0&&(v=String(v).toLowerCase(),v==="ucs2"||v==="ucs-2"||v==="utf16le"||v==="utf-16le")){if(h.length<2||c.length<2)return-1;O=2,W/=2,ue/=2,u/=2}function _e(pr,qr){return O===1?pr[qr]:pr.readUInt16BE(qr*O)}var ge;if(x){var Me=-1;for(ge=u;ge<W;ge++)if(_e(h,ge)===_e(c,Me===-1?0:ge-Me)){if(Me===-1&&(Me=ge),ge-Me+1===ue)return Me*O}else Me!==-1&&(ge-=ge-Me),Me=-1}else for(u+ue>W&&(u=W-ue),ge=u;ge>=0;ge--){for(var ke=!0,rt=0;rt<ue;rt++)if(_e(h,ge+rt)!==_e(c,rt)){ke=!1;break}if(ke)return ge}return-1}s.prototype.includes=function(c,u,v){return this.indexOf(c,u,v)!==-1},s.prototype.indexOf=function(c,u,v){return Ee(this,c,u,v,!0)},s.prototype.lastIndexOf=function(c,u,v){return Ee(this,c,u,v,!1)};function ce(h,c,u,v){u=Number(u)||0;var x=h.length-u;v?(v=Number(v),v>x&&(v=x)):v=x;var O=c.length;v>O/2&&(v=O/2);for(var W=0;W<v;++W){var ue=parseInt(c.substr(W*2,2),16);if(De(ue))return W;h[u+W]=ue}return W}function se(h,c,u,v){return Ae(Et(c,h.length-u),h,u,v)}function de(h,c,u,v){return Ae(st(c),h,u,v)}function Le(h,c,u,v){return Ae(He(c),h,u,v)}function Se(h,c,u,v){return Ae(we(c,h.length-u),h,u,v)}s.prototype.write=function(c,u,v,x){if(u===void 0)x="utf8",v=this.length,u=0;else if(v===void 0&&typeof u=="string")x=u,v=this.length,u=0;else if(isFinite(u))u=u>>>0,isFinite(v)?(v=v>>>0,x===void 0&&(x="utf8")):(x=v,v=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var O=this.length-u;if((v===void 0||v>O)&&(v=O),c.length>0&&(v<0||u<0)||u>this.length)throw new RangeError("Attempt to write outside buffer bounds");x||(x="utf8");for(var W=!1;;)switch(x){case"hex":return ce(this,c,u,v);case"utf8":case"utf-8":return se(this,c,u,v);case"ascii":case"latin1":case"binary":return de(this,c,u,v);case"base64":return Le(this,c,u,v);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Se(this,c,u,v);default:if(W)throw new TypeError("Unknown encoding: "+x);x=(""+x).toLowerCase(),W=!0}},s.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Re(h,c,u){return c===0&&u===h.length?Yf.fromByteArray(h):Yf.fromByteArray(h.slice(c,u))}function qe(h,c,u){u=Math.min(h.length,u);for(var v=[],x=c;x<u;){var O=h[x],W=null,ue=O>239?4:O>223?3:O>191?2:1;if(x+ue<=u){var _e,ge,Me,ke;switch(ue){case 1:O<128&&(W=O);break;case 2:_e=h[x+1],(_e&192)===128&&(ke=(O&31)<<6|_e&63,ke>127&&(W=ke));break;case 3:_e=h[x+1],ge=h[x+2],(_e&192)===128&&(ge&192)===128&&(ke=(O&15)<<12|(_e&63)<<6|ge&63,ke>2047&&(ke<55296||ke>57343)&&(W=ke));break;case 4:_e=h[x+1],ge=h[x+2],Me=h[x+3],(_e&192)===128&&(ge&192)===128&&(Me&192)===128&&(ke=(O&15)<<18|(_e&63)<<12|(ge&63)<<6|Me&63,ke>65535&&ke<1114112&&(W=ke))}}W===null?(W=65533,ue=1):W>65535&&(W-=65536,v.push(W>>>10&1023|55296),W=56320|W&1023),v.push(W),x+=ue}return Bt(v)}var Qe=4096;function Bt(h){var c=h.length;if(c<=Qe)return String.fromCharCode.apply(String,h);for(var u="",v=0;v<c;)u+=String.fromCharCode.apply(String,h.slice(v,v+=Qe));return u}function D(h,c,u){var v="";u=Math.min(h.length,u);for(var x=c;x<u;++x)v+=String.fromCharCode(h[x]&127);return v}function R(h,c,u){var v="";u=Math.min(h.length,u);for(var x=c;x<u;++x)v+=String.fromCharCode(h[x]);return v}function V(h,c,u){var v=h.length;(!c||c<0)&&(c=0),(!u||u<0||u>v)&&(u=v);for(var x="",O=c;O<u;++O)x+=$t[h[O]];return x}function k(h,c,u){for(var v=h.slice(c,u),x="",O=0;O<v.length-1;O+=2)x+=String.fromCharCode(v[O]+v[O+1]*256);return x}s.prototype.slice=function(c,u){var v=this.length;c=~~c,u=u===void 0?v:~~u,c<0?(c+=v,c<0&&(c=0)):c>v&&(c=v),u<0?(u+=v,u<0&&(u=0)):u>v&&(u=v),u<c&&(u=c);var x=this.subarray(c,u);return Object.setPrototypeOf(x,s.prototype),x};function H(h,c,u){if(h%1!==0||h<0)throw new RangeError("offset is not uint");if(h+c>u)throw new RangeError("Trying to access beyond buffer length")}s.prototype.readUintLE=s.prototype.readUIntLE=function(c,u,v){c=c>>>0,u=u>>>0,v||H(c,u,this.length);for(var x=this[c],O=1,W=0;++W<u&&(O*=256);)x+=this[c+W]*O;return x},s.prototype.readUintBE=s.prototype.readUIntBE=function(c,u,v){c=c>>>0,u=u>>>0,v||H(c,u,this.length);for(var x=this[c+--u],O=1;u>0&&(O*=256);)x+=this[c+--u]*O;return x},s.prototype.readUint8=s.prototype.readUInt8=function(c,u){return c=c>>>0,u||H(c,1,this.length),this[c]},s.prototype.readUint16LE=s.prototype.readUInt16LE=function(c,u){return c=c>>>0,u||H(c,2,this.length),this[c]|this[c+1]<<8},s.prototype.readUint16BE=s.prototype.readUInt16BE=function(c,u){return c=c>>>0,u||H(c,2,this.length),this[c]<<8|this[c+1]},s.prototype.readUint32LE=s.prototype.readUInt32LE=function(c,u){return c=c>>>0,u||H(c,4,this.length),(this[c]|this[c+1]<<8|this[c+2]<<16)+this[c+3]*16777216},s.prototype.readUint32BE=s.prototype.readUInt32BE=function(c,u){return c=c>>>0,u||H(c,4,this.length),this[c]*16777216+(this[c+1]<<16|this[c+2]<<8|this[c+3])},s.prototype.readIntLE=function(c,u,v){c=c>>>0,u=u>>>0,v||H(c,u,this.length);for(var x=this[c],O=1,W=0;++W<u&&(O*=256);)x+=this[c+W]*O;return O*=128,x>=O&&(x-=Math.pow(2,8*u)),x},s.prototype.readIntBE=function(c,u,v){c=c>>>0,u=u>>>0,v||H(c,u,this.length);for(var x=u,O=1,W=this[c+--x];x>0&&(O*=256);)W+=this[c+--x]*O;return O*=128,W>=O&&(W-=Math.pow(2,8*u)),W},s.prototype.readInt8=function(c,u){return c=c>>>0,u||H(c,1,this.length),this[c]&128?(255-this[c]+1)*-1:this[c]},s.prototype.readInt16LE=function(c,u){c=c>>>0,u||H(c,2,this.length);var v=this[c]|this[c+1]<<8;return v&32768?v|4294901760:v},s.prototype.readInt16BE=function(c,u){c=c>>>0,u||H(c,2,this.length);var v=this[c+1]|this[c]<<8;return v&32768?v|4294901760:v},s.prototype.readInt32LE=function(c,u){return c=c>>>0,u||H(c,4,this.length),this[c]|this[c+1]<<8|this[c+2]<<16|this[c+3]<<24},s.prototype.readInt32BE=function(c,u){return c=c>>>0,u||H(c,4,this.length),this[c]<<24|this[c+1]<<16|this[c+2]<<8|this[c+3]},s.prototype.readFloatLE=function(c,u){return c=c>>>0,u||H(c,4,this.length),ri.read(this,c,!0,23,4)},s.prototype.readFloatBE=function(c,u){return c=c>>>0,u||H(c,4,this.length),ri.read(this,c,!1,23,4)},s.prototype.readDoubleLE=function(c,u){return c=c>>>0,u||H(c,8,this.length),ri.read(this,c,!0,52,8)},s.prototype.readDoubleBE=function(c,u){return c=c>>>0,u||H(c,8,this.length),ri.read(this,c,!1,52,8)};function ne(h,c,u,v,x,O){if(!s.isBuffer(h))throw new TypeError('"buffer" argument must be a Buffer instance');if(c>x||c<O)throw new RangeError('"value" argument is out of bounds');if(u+v>h.length)throw new RangeError("Index out of range")}s.prototype.writeUintLE=s.prototype.writeUIntLE=function(c,u,v,x){if(c=+c,u=u>>>0,v=v>>>0,!x){var O=Math.pow(2,8*v)-1;ne(this,c,u,v,O,0)}var W=1,ue=0;for(this[u]=c&255;++ue<v&&(W*=256);)this[u+ue]=c/W&255;return u+v},s.prototype.writeUintBE=s.prototype.writeUIntBE=function(c,u,v,x){if(c=+c,u=u>>>0,v=v>>>0,!x){var O=Math.pow(2,8*v)-1;ne(this,c,u,v,O,0)}var W=v-1,ue=1;for(this[u+W]=c&255;--W>=0&&(ue*=256);)this[u+W]=c/ue&255;return u+v},s.prototype.writeUint8=s.prototype.writeUInt8=function(c,u,v){return c=+c,u=u>>>0,v||ne(this,c,u,1,255,0),this[u]=c&255,u+1},s.prototype.writeUint16LE=s.prototype.writeUInt16LE=function(c,u,v){return c=+c,u=u>>>0,v||ne(this,c,u,2,65535,0),this[u]=c&255,this[u+1]=c>>>8,u+2},s.prototype.writeUint16BE=s.prototype.writeUInt16BE=function(c,u,v){return c=+c,u=u>>>0,v||ne(this,c,u,2,65535,0),this[u]=c>>>8,this[u+1]=c&255,u+2},s.prototype.writeUint32LE=s.prototype.writeUInt32LE=function(c,u,v){return c=+c,u=u>>>0,v||ne(this,c,u,4,4294967295,0),this[u+3]=c>>>24,this[u+2]=c>>>16,this[u+1]=c>>>8,this[u]=c&255,u+4},s.prototype.writeUint32BE=s.prototype.writeUInt32BE=function(c,u,v){return c=+c,u=u>>>0,v||ne(this,c,u,4,4294967295,0),this[u]=c>>>24,this[u+1]=c>>>16,this[u+2]=c>>>8,this[u+3]=c&255,u+4},s.prototype.writeIntLE=function(c,u,v,x){if(c=+c,u=u>>>0,!x){var O=Math.pow(2,8*v-1);ne(this,c,u,v,O-1,-O)}var W=0,ue=1,_e=0;for(this[u]=c&255;++W<v&&(ue*=256);)c<0&&_e===0&&this[u+W-1]!==0&&(_e=1),this[u+W]=(c/ue>>0)-_e&255;return u+v},s.prototype.writeIntBE=function(c,u,v,x){if(c=+c,u=u>>>0,!x){var O=Math.pow(2,8*v-1);ne(this,c,u,v,O-1,-O)}var W=v-1,ue=1,_e=0;for(this[u+W]=c&255;--W>=0&&(ue*=256);)c<0&&_e===0&&this[u+W+1]!==0&&(_e=1),this[u+W]=(c/ue>>0)-_e&255;return u+v},s.prototype.writeInt8=function(c,u,v){return c=+c,u=u>>>0,v||ne(this,c,u,1,127,-128),c<0&&(c=255+c+1),this[u]=c&255,u+1},s.prototype.writeInt16LE=function(c,u,v){return c=+c,u=u>>>0,v||ne(this,c,u,2,32767,-32768),this[u]=c&255,this[u+1]=c>>>8,u+2},s.prototype.writeInt16BE=function(c,u,v){return c=+c,u=u>>>0,v||ne(this,c,u,2,32767,-32768),this[u]=c>>>8,this[u+1]=c&255,u+2},s.prototype.writeInt32LE=function(c,u,v){return c=+c,u=u>>>0,v||ne(this,c,u,4,2147483647,-2147483648),this[u]=c&255,this[u+1]=c>>>8,this[u+2]=c>>>16,this[u+3]=c>>>24,u+4},s.prototype.writeInt32BE=function(c,u,v){return c=+c,u=u>>>0,v||ne(this,c,u,4,2147483647,-2147483648),c<0&&(c=4294967295+c+1),this[u]=c>>>24,this[u+1]=c>>>16,this[u+2]=c>>>8,this[u+3]=c&255,u+4};function he(h,c,u,v,x,O){if(u+v>h.length)throw new RangeError("Index out of range");if(u<0)throw new RangeError("Index out of range")}function ze(h,c,u,v,x){return c=+c,u=u>>>0,x||he(h,c,u,4),ri.write(h,c,u,v,23,4),u+4}s.prototype.writeFloatLE=function(c,u,v){return ze(this,c,u,!0,v)},s.prototype.writeFloatBE=function(c,u,v){return ze(this,c,u,!1,v)};function et(h,c,u,v,x){return c=+c,u=u>>>0,x||he(h,c,u,8),ri.write(h,c,u,v,52,8),u+8}s.prototype.writeDoubleLE=function(c,u,v){return et(this,c,u,!0,v)},s.prototype.writeDoubleBE=function(c,u,v){return et(this,c,u,!1,v)},s.prototype.copy=function(c,u,v,x){if(!s.isBuffer(c))throw new TypeError("argument should be a Buffer");if(v||(v=0),!x&&x!==0&&(x=this.length),u>=c.length&&(u=c.length),u||(u=0),x>0&&x<v&&(x=v),x===v||c.length===0||this.length===0)return 0;if(u<0)throw new RangeError("targetStart out of bounds");if(v<0||v>=this.length)throw new RangeError("Index out of range");if(x<0)throw new RangeError("sourceEnd out of bounds");x>this.length&&(x=this.length),c.length-u<x-v&&(x=c.length-u+v);var O=x-v;return this===c&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(u,v,x):Uint8Array.prototype.set.call(c,this.subarray(v,x),u),O},s.prototype.fill=function(c,u,v,x){if(typeof c=="string"){if(typeof u=="string"?(x=u,u=0,v=this.length):typeof v=="string"&&(x=v,v=this.length),x!==void 0&&typeof x!="string")throw new TypeError("encoding must be a string");if(typeof x=="string"&&!s.isEncoding(x))throw new TypeError("Unknown encoding: "+x);if(c.length===1){var O=c.charCodeAt(0);(x==="utf8"&&O<128||x==="latin1")&&(c=O)}}else typeof c=="number"?c=c&255:typeof c=="boolean"&&(c=Number(c));if(u<0||this.length<u||this.length<v)throw new RangeError("Out of range index");if(v<=u)return this;u=u>>>0,v=v===void 0?this.length:v>>>0,c||(c=0);var W;if(typeof c=="number")for(W=u;W<v;++W)this[W]=c;else{var ue=s.isBuffer(c)?c:s.from(c,x),_e=ue.length;if(_e===0)throw new TypeError('The value "'+c+'" is invalid for argument "value"');for(W=0;W<v-u;++W)this[W+u]=ue[W%_e]}return this};var tt=/[^+/0-9A-Za-z-_]/g;function vt(h){if(h=h.split("=")[0],h=h.trim().replace(tt,""),h.length<2)return"";for(;h.length%4!==0;)h=h+"=";return h}function Et(h,c){c=c||1/0;for(var u,v=h.length,x=null,O=[],W=0;W<v;++W){if(u=h.charCodeAt(W),u>55295&&u<57344){if(!x){if(u>56319){(c-=3)>-1&&O.push(239,191,189);continue}else if(W+1===v){(c-=3)>-1&&O.push(239,191,189);continue}x=u;continue}if(u<56320){(c-=3)>-1&&O.push(239,191,189),x=u;continue}u=(x-55296<<10|u-56320)+65536}else x&&(c-=3)>-1&&O.push(239,191,189);if(x=null,u<128){if((c-=1)<0)break;O.push(u)}else if(u<2048){if((c-=2)<0)break;O.push(u>>6|192,u&63|128)}else if(u<65536){if((c-=3)<0)break;O.push(u>>12|224,u>>6&63|128,u&63|128)}else if(u<1114112){if((c-=4)<0)break;O.push(u>>18|240,u>>12&63|128,u>>6&63|128,u&63|128)}else throw new Error("Invalid code point")}return O}function st(h){for(var c=[],u=0;u<h.length;++u)c.push(h.charCodeAt(u)&255);return c}function we(h,c){for(var u,v,x,O=[],W=0;W<h.length&&!((c-=2)<0);++W)u=h.charCodeAt(W),v=u>>8,x=u%256,O.push(x),O.push(v);return O}function He(h){return Yf.toByteArray(vt(h))}function Ae(h,c,u,v){for(var x=0;x<v&&!(x+u>=c.length||x>=h.length);++x)c[x+u]=h[x];return x}function $e(h,c){return h instanceof c||h!=null&&h.constructor!=null&&h.constructor.name!=null&&h.constructor.name===c.name}function De(h){return h!==h}var $t=(function(){for(var h="0123456789abcdef",c=new Array(256),u=0;u<16;++u)for(var v=u*16,x=0;x<16;++x)c[v+x]=h[u]+h[x];return c})()}),Ie=Sc.Buffer;Sc.SlowBuffer;Sc.INSPECT_MAX_BYTES;Sc.kMaxLength;var Zf=function(e,r){return Zf=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,o){n.__proto__=o}||function(n,o){for(var i in o)o.hasOwnProperty(i)&&(n[i]=o[i])},Zf(e,r)};function Tc(t,e){Zf(t,e);function r(){this.constructor=t}t.prototype=e===null?Object.create(e):(r.prototype=e.prototype,new r)}var oo=(function(t){Tc(e,t);function e(r){var n=t.call(this,r)||this;return Object.setPrototypeOf(n,e.prototype),n}return Object.defineProperty(e.prototype,"name",{get:function(){return"BSONError"},enumerable:!1,configurable:!0}),e})(Error),Xe=(function(t){Tc(e,t);function e(r){var n=t.call(this,r)||this;return Object.setPrototypeOf(n,e.prototype),n}return Object.defineProperty(e.prototype,"name",{get:function(){return"BSONTypeError"},enumerable:!1,configurable:!0}),e})(TypeError);function bc(t){return t&&t.Math==Math&&t}function Tg(){return bc(typeof globalThis=="object"&&globalThis)||bc(typeof window=="object"&&window)||bc(typeof self=="object"&&self)||bc(typeof global=="object"&&global)||Function("return this")()}function vS(){var t=Tg();return typeof t.navigator=="object"&&t.navigator.product==="ReactNative"}var ES=function(e){var r=vS()?"BSON: For React Native please polyfill crypto.getRandomValues, e.g. using: https://www.npmjs.com/package/react-native-get-random-values.":"BSON: No cryptographic implementation for random bytes present, falling back to a less secure implementation.";console.warn(r);for(var n=Ie.alloc(e),o=0;o<e;++o)n[o]=Math.floor(Math.random()*256);return n},_S=function(){{if(typeof window<"u"){var t=window.crypto||window.msCrypto;if(t&&t.getRandomValues)return function(e){return t.getRandomValues(Ie.alloc(e))}}return typeof global<"u"&&global.crypto&&global.crypto.getRandomValues?function(e){return global.crypto.getRandomValues(Ie.alloc(e))}:ES}},Ig=_S();function bS(t){return["[object ArrayBuffer]","[object SharedArrayBuffer]"].includes(Object.prototype.toString.call(t))}function tp(t){return Object.prototype.toString.call(t)==="[object Uint8Array]"}function wS(t){return Object.prototype.toString.call(t)==="[object RegExp]"}function SS(t){return ss(t)&&Object.prototype.toString.call(t)==="[object Date]"}function ss(t){return typeof t=="object"&&t!==null}function Ic(t,e){var r=!1;function n(){for(var o=[],i=0;i<arguments.length;i++)o[i]=arguments[i];return r||(console.warn(e),r=!0),t.apply(this,o)}return n}function wc(t){if(ArrayBuffer.isView(t))return Ie.from(t.buffer,t.byteOffset,t.byteLength);if(bS(t))return Ie.from(t);throw new Xe("Must use either Buffer or TypedArray")}var TS=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9a-f]{12}4[0-9a-f]{3}[89ab][0-9a-f]{15})$/i,xg=function(t){return typeof t=="string"&&TS.test(t)},ep=function(t){if(!xg(t))throw new Xe('UUID string representations must be a 32 or 36 character hex string (dashes excluded/included). Format: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" or "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx".');var e=t.replace(/-/g,"");return Ie.from(e,"hex")},cg=function(t,e){return e===void 0&&(e=!0),e?t.toString("hex",0,4)+"-"+t.toString("hex",4,6)+"-"+t.toString("hex",6,8)+"-"+t.toString("hex",8,10)+"-"+t.toString("hex",10,16):t.toString("hex")};var uk=Math.pow(2,63)-1,fk=-Math.pow(2,63),IS=Math.pow(2,53),xS=-Math.pow(2,53);var Cg=4;var io=(function(){function t(e,r){if(!(this instanceof t))return new t(e,r);if(e!=null&&typeof e!="string"&&!ArrayBuffer.isView(e)&&!(e instanceof ArrayBuffer)&&!Array.isArray(e))throw new Xe("Binary can only be constructed from string, Buffer, TypedArray, or Array<number>");this.sub_type=r??t.BSON_BINARY_SUBTYPE_DEFAULT,e==null?(this.buffer=Ie.alloc(t.BUFFER_SIZE),this.position=0):(typeof e=="string"?this.buffer=Ie.from(e,"binary"):Array.isArray(e)?this.buffer=Ie.from(e):this.buffer=wc(e),this.position=this.buffer.byteLength)}return t.prototype.put=function(e){if(typeof e=="string"&&e.length!==1)throw new Xe("only accepts single character String");if(typeof e!="number"&&e.length!==1)throw new Xe("only accepts single character Uint8Array or Array");var r;if(typeof e=="string"?r=e.charCodeAt(0):typeof e=="number"?r=e:r=e[0],r<0||r>255)throw new Xe("only accepts number in a valid unsigned byte range 0-255");if(this.buffer.length>this.position)this.buffer[this.position++]=r;else{var n=Ie.alloc(t.BUFFER_SIZE+this.buffer.length);this.buffer.copy(n,0,0,this.buffer.length),this.buffer=n,this.buffer[this.position++]=r}},t.prototype.write=function(e,r){if(r=typeof r=="number"?r:this.position,this.buffer.length<r+e.length){var n=Ie.alloc(this.buffer.length+e.length);this.buffer.copy(n,0,0,this.buffer.length),this.buffer=n}ArrayBuffer.isView(e)?(this.buffer.set(wc(e),r),this.position=r+e.byteLength>this.position?r+e.length:this.position):typeof e=="string"&&(this.buffer.write(e,r,e.length,"binary"),this.position=r+e.length>this.position?r+e.length:this.position)},t.prototype.read=function(e,r){return r=r&&r>0?r:this.position,this.buffer.slice(e,e+r)},t.prototype.value=function(e){return e=!!e,e&&this.buffer.length===this.position?this.buffer:e?this.buffer.slice(0,this.position):this.buffer.toString("binary",0,this.position)},t.prototype.length=function(){return this.position},t.prototype.toJSON=function(){return this.buffer.toString("base64")},t.prototype.toString=function(e){return this.buffer.toString(e)},t.prototype.toExtendedJSON=function(e){e=e||{};var r=this.buffer.toString("base64"),n=Number(this.sub_type).toString(16);return e.legacy?{$binary:r,$type:n.length===1?"0"+n:n}:{$binary:{base64:r,subType:n.length===1?"0"+n:n}}},t.prototype.toUUID=function(){if(this.sub_type===t.SUBTYPE_UUID)return new lg(this.buffer.slice(0,this.position));throw new oo('Binary sub_type "'.concat(this.sub_type,'" is not supported for converting to UUID. Only "').concat(t.SUBTYPE_UUID,'" is currently supported.'))},t.fromExtendedJSON=function(e,r){r=r||{};var n,o;if("$binary"in e?r.legacy&&typeof e.$binary=="string"&&"$type"in e?(o=e.$type?parseInt(e.$type,16):0,n=Ie.from(e.$binary,"base64")):typeof e.$binary!="string"&&(o=e.$binary.subType?parseInt(e.$binary.subType,16):0,n=Ie.from(e.$binary.base64,"base64")):"$uuid"in e&&(o=4,n=ep(e.$uuid)),!n)throw new Xe("Unexpected Binary Extended JSON format ".concat(JSON.stringify(e)));return o===Cg?new lg(n):new t(n,o)},t.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},t.prototype.inspect=function(){var e=this.value(!0);return'new Binary(Buffer.from("'.concat(e.toString("hex"),'", "hex"), ').concat(this.sub_type,")")},t.BSON_BINARY_SUBTYPE_DEFAULT=0,t.BUFFER_SIZE=256,t.SUBTYPE_DEFAULT=0,t.SUBTYPE_FUNCTION=1,t.SUBTYPE_BYTE_ARRAY=2,t.SUBTYPE_UUID_OLD=3,t.SUBTYPE_UUID=4,t.SUBTYPE_MD5=5,t.SUBTYPE_ENCRYPTED=6,t.SUBTYPE_COLUMN=7,t.SUBTYPE_USER_DEFINED=128,t})();Object.defineProperty(io.prototype,"_bsontype",{value:"Binary"});var Kf=16,lg=(function(t){Tc(e,t);function e(r){var n=this,o,i;if(r==null)o=e.generate();else if(r instanceof e)o=Ie.from(r.buffer),i=r.__id;else if(ArrayBuffer.isView(r)&&r.byteLength===Kf)o=wc(r);else if(typeof r=="string")o=ep(r);else throw new Xe("Argument passed in UUID constructor must be a UUID, a 16 byte Buffer or a 32/36 character hex string (dashes excluded/included, format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).");return n=t.call(this,o,Cg)||this,n.__id=i,n}return Object.defineProperty(e.prototype,"id",{get:function(){return this.buffer},set:function(r){this.buffer=r,e.cacheHexString&&(this.__id=cg(r))},enumerable:!1,configurable:!0}),e.prototype.toHexString=function(r){if(r===void 0&&(r=!0),e.cacheHexString&&this.__id)return this.__id;var n=cg(this.id,r);return e.cacheHexString&&(this.__id=n),n},e.prototype.toString=function(r){return r?this.id.toString(r):this.toHexString()},e.prototype.toJSON=function(){return this.toHexString()},e.prototype.equals=function(r){if(!r)return!1;if(r instanceof e)return r.id.equals(this.id);try{return new e(r).id.equals(this.id)}catch{return!1}},e.prototype.toBinary=function(){return new io(this.id,io.SUBTYPE_UUID)},e.generate=function(){var r=Ig(Kf);return r[6]=r[6]&15|64,r[8]=r[8]&63|128,Ie.from(r)},e.isValid=function(r){return r?r instanceof e?!0:typeof r=="string"?xg(r):tp(r)?r.length!==Kf?!1:(r[6]&240)===64&&(r[8]&128)===128:!1:!1},e.createFromHexString=function(r){var n=ep(r);return new e(n)},e.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},e.prototype.inspect=function(){return'new UUID("'.concat(this.toHexString(),'")')},e})(io),xc=(function(){function t(e,r){if(!(this instanceof t))return new t(e,r);this.code=e,this.scope=r}return t.prototype.toJSON=function(){return{code:this.code,scope:this.scope}},t.prototype.toExtendedJSON=function(){return this.scope?{$code:this.code,$scope:this.scope}:{$code:this.code}},t.fromExtendedJSON=function(e){return new t(e.$code,e.$scope)},t.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},t.prototype.inspect=function(){var e=this.toJSON();return'new Code("'.concat(String(e.code),'"').concat(e.scope?", ".concat(JSON.stringify(e.scope)):"",")")},t})();Object.defineProperty(xc.prototype,"_bsontype",{value:"Code"});function CS(t){return ss(t)&&t.$id!=null&&typeof t.$ref=="string"&&(t.$db==null||typeof t.$db=="string")}var os=(function(){function t(e,r,n,o){if(!(this instanceof t))return new t(e,r,n,o);var i=e.split(".");i.length===2&&(n=i.shift(),e=i.shift()),this.collection=e,this.oid=r,this.db=n,this.fields=o||{}}return Object.defineProperty(t.prototype,"namespace",{get:function(){return this.collection},set:function(e){this.collection=e},enumerable:!1,configurable:!0}),t.prototype.toJSON=function(){var e=Object.assign({$ref:this.collection,$id:this.oid},this.fields);return this.db!=null&&(e.$db=this.db),e},t.prototype.toExtendedJSON=function(e){e=e||{};var r={$ref:this.collection,$id:this.oid};return e.legacy||(this.db&&(r.$db=this.db),r=Object.assign(r,this.fields)),r},t.fromExtendedJSON=function(e){var r=Object.assign({},e);return delete r.$ref,delete r.$id,delete r.$db,new t(e.$ref,e.$id,e.$db,r)},t.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},t.prototype.inspect=function(){var e=this.oid===void 0||this.oid.toString===void 0?this.oid:this.oid.toString();return'new DBRef("'.concat(this.namespace,'", new ObjectId("').concat(String(e),'")').concat(this.db?', "'.concat(this.db,'"'):"",")")},t})();Object.defineProperty(os.prototype,"_bsontype",{value:"DBRef"});var ir=void 0;try{ir=new WebAssembly.Instance(new WebAssembly.Module(new Uint8Array([0,97,115,109,1,0,0,0,1,13,2,96,0,1,127,96,4,127,127,127,127,1,127,3,7,6,0,1,1,1,1,1,6,6,1,127,1,65,0,11,7,50,6,3,109,117,108,0,1,5,100,105,118,95,115,0,2,5,100,105,118,95,117,0,3,5,114,101,109,95,115,0,4,5,114,101,109,95,117,0,5,8,103,101,116,95,104,105,103,104,0,0,10,191,1,6,4,0,35,0,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,126,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,127,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,128,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,129,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,130,34,4,66,32,135,167,36,0,32,4,167,11])),{}).exports}catch{}var ug=65536,RS=1<<24,oi=ug*ug,Rg=oi*oi,fg=Rg/2,pg={},mg={},oe=(function(){function t(e,r,n){if(e===void 0&&(e=0),!(this instanceof t))return new t(e,r,n);typeof e=="bigint"?Object.assign(this,t.fromBigInt(e,!!r)):typeof e=="string"?Object.assign(this,t.fromString(e,!!r)):(this.low=e|0,this.high=r|0,this.unsigned=!!n),Object.defineProperty(this,"__isLong__",{value:!0,configurable:!1,writable:!1,enumerable:!1})}return t.fromBits=function(e,r,n){return new t(e,r,n)},t.fromInt=function(e,r){var n,o,i;return r?(e>>>=0,(i=0<=e&&e<256)&&(o=mg[e],o)?o:(n=t.fromBits(e,(e|0)<0?-1:0,!0),i&&(mg[e]=n),n)):(e|=0,(i=-128<=e&&e<128)&&(o=pg[e],o)?o:(n=t.fromBits(e,e<0?-1:0,!1),i&&(pg[e]=n),n))},t.fromNumber=function(e,r){if(isNaN(e))return r?t.UZERO:t.ZERO;if(r){if(e<0)return t.UZERO;if(e>=Rg)return t.MAX_UNSIGNED_VALUE}else{if(e<=-fg)return t.MIN_VALUE;if(e+1>=fg)return t.MAX_VALUE}return e<0?t.fromNumber(-e,r).neg():t.fromBits(e%oi|0,e/oi|0,r)},t.fromBigInt=function(e,r){return t.fromString(e.toString(),r)},t.fromString=function(e,r,n){if(e.length===0)throw Error("empty string");if(e==="NaN"||e==="Infinity"||e==="+Infinity"||e==="-Infinity")return t.ZERO;if(typeof r=="number"?(n=r,r=!1):r=!!r,n=n||10,n<2||36<n)throw RangeError("radix");var o;if((o=e.indexOf("-"))>0)throw Error("interior hyphen");if(o===0)return t.fromString(e.substring(1),r,n).neg();for(var i=t.fromNumber(Math.pow(n,8)),s=t.ZERO,a=0;a<e.length;a+=8){var l=Math.min(8,e.length-a),f=parseInt(e.substring(a,a+l),n);if(l<8){var m=t.fromNumber(Math.pow(n,l));s=s.mul(m).add(t.fromNumber(f))}else s=s.mul(i),s=s.add(t.fromNumber(f))}return s.unsigned=r,s},t.fromBytes=function(e,r,n){return n?t.fromBytesLE(e,r):t.fromBytesBE(e,r)},t.fromBytesLE=function(e,r){return new t(e[0]|e[1]<<8|e[2]<<16|e[3]<<24,e[4]|e[5]<<8|e[6]<<16|e[7]<<24,r)},t.fromBytesBE=function(e,r){return new t(e[4]<<24|e[5]<<16|e[6]<<8|e[7],e[0]<<24|e[1]<<16|e[2]<<8|e[3],r)},t.isLong=function(e){return ss(e)&&e.__isLong__===!0},t.fromValue=function(e,r){return typeof e=="number"?t.fromNumber(e,r):typeof e=="string"?t.fromString(e,r):t.fromBits(e.low,e.high,typeof r=="boolean"?r:e.unsigned)},t.prototype.add=function(e){t.isLong(e)||(e=t.fromValue(e));var r=this.high>>>16,n=this.high&65535,o=this.low>>>16,i=this.low&65535,s=e.high>>>16,a=e.high&65535,l=e.low>>>16,f=e.low&65535,m=0,d=0,_=0,y=0;return y+=i+f,_+=y>>>16,y&=65535,_+=o+l,d+=_>>>16,_&=65535,d+=n+a,m+=d>>>16,d&=65535,m+=r+s,m&=65535,t.fromBits(_<<16|y,m<<16|d,this.unsigned)},t.prototype.and=function(e){return t.isLong(e)||(e=t.fromValue(e)),t.fromBits(this.low&e.low,this.high&e.high,this.unsigned)},t.prototype.compare=function(e){if(t.isLong(e)||(e=t.fromValue(e)),this.eq(e))return 0;var r=this.isNegative(),n=e.isNegative();return r&&!n?-1:!r&&n?1:this.unsigned?e.high>>>0>this.high>>>0||e.high===this.high&&e.low>>>0>this.low>>>0?-1:1:this.sub(e).isNegative()?-1:1},t.prototype.comp=function(e){return this.compare(e)},t.prototype.divide=function(e){if(t.isLong(e)||(e=t.fromValue(e)),e.isZero())throw Error("division by zero");if(ir){if(!this.unsigned&&this.high===-2147483648&&e.low===-1&&e.high===-1)return this;var r=(this.unsigned?ir.div_u:ir.div_s)(this.low,this.high,e.low,e.high);return t.fromBits(r,ir.get_high(),this.unsigned)}if(this.isZero())return this.unsigned?t.UZERO:t.ZERO;var n,o,i;if(this.unsigned){if(e.unsigned||(e=e.toUnsigned()),e.gt(this))return t.UZERO;if(e.gt(this.shru(1)))return t.UONE;i=t.UZERO}else{if(this.eq(t.MIN_VALUE)){if(e.eq(t.ONE)||e.eq(t.NEG_ONE))return t.MIN_VALUE;if(e.eq(t.MIN_VALUE))return t.ONE;var s=this.shr(1);return n=s.div(e).shl(1),n.eq(t.ZERO)?e.isNegative()?t.ONE:t.NEG_ONE:(o=this.sub(e.mul(n)),i=n.add(o.div(e)),i)}else if(e.eq(t.MIN_VALUE))return this.unsigned?t.UZERO:t.ZERO;if(this.isNegative())return e.isNegative()?this.neg().div(e.neg()):this.neg().div(e).neg();if(e.isNegative())return this.div(e.neg()).neg();i=t.ZERO}for(o=this;o.gte(e);){n=Math.max(1,Math.floor(o.toNumber()/e.toNumber()));for(var a=Math.ceil(Math.log(n)/Math.LN2),l=a<=48?1:Math.pow(2,a-48),f=t.fromNumber(n),m=f.mul(e);m.isNegative()||m.gt(o);)n-=l,f=t.fromNumber(n,this.unsigned),m=f.mul(e);f.isZero()&&(f=t.ONE),i=i.add(f),o=o.sub(m)}return i},t.prototype.div=function(e){return this.divide(e)},t.prototype.equals=function(e){return t.isLong(e)||(e=t.fromValue(e)),this.unsigned!==e.unsigned&&this.high>>>31===1&&e.high>>>31===1?!1:this.high===e.high&&this.low===e.low},t.prototype.eq=function(e){return this.equals(e)},t.prototype.getHighBits=function(){return this.high},t.prototype.getHighBitsUnsigned=function(){return this.high>>>0},t.prototype.getLowBits=function(){return this.low},t.prototype.getLowBitsUnsigned=function(){return this.low>>>0},t.prototype.getNumBitsAbs=function(){if(this.isNegative())return this.eq(t.MIN_VALUE)?64:this.neg().getNumBitsAbs();var e=this.high!==0?this.high:this.low,r;for(r=31;r>0&&(e&1<<r)===0;r--);return this.high!==0?r+33:r+1},t.prototype.greaterThan=function(e){return this.comp(e)>0},t.prototype.gt=function(e){return this.greaterThan(e)},t.prototype.greaterThanOrEqual=function(e){return this.comp(e)>=0},t.prototype.gte=function(e){return this.greaterThanOrEqual(e)},t.prototype.ge=function(e){return this.greaterThanOrEqual(e)},t.prototype.isEven=function(){return(this.low&1)===0},t.prototype.isNegative=function(){return!this.unsigned&&this.high<0},t.prototype.isOdd=function(){return(this.low&1)===1},t.prototype.isPositive=function(){return this.unsigned||this.high>=0},t.prototype.isZero=function(){return this.high===0&&this.low===0},t.prototype.lessThan=function(e){return this.comp(e)<0},t.prototype.lt=function(e){return this.lessThan(e)},t.prototype.lessThanOrEqual=function(e){return this.comp(e)<=0},t.prototype.lte=function(e){return this.lessThanOrEqual(e)},t.prototype.modulo=function(e){if(t.isLong(e)||(e=t.fromValue(e)),ir){var r=(this.unsigned?ir.rem_u:ir.rem_s)(this.low,this.high,e.low,e.high);return t.fromBits(r,ir.get_high(),this.unsigned)}return this.sub(this.div(e).mul(e))},t.prototype.mod=function(e){return this.modulo(e)},t.prototype.rem=function(e){return this.modulo(e)},t.prototype.multiply=function(e){if(this.isZero())return t.ZERO;if(t.isLong(e)||(e=t.fromValue(e)),ir){var r=ir.mul(this.low,this.high,e.low,e.high);return t.fromBits(r,ir.get_high(),this.unsigned)}if(e.isZero())return t.ZERO;if(this.eq(t.MIN_VALUE))return e.isOdd()?t.MIN_VALUE:t.ZERO;if(e.eq(t.MIN_VALUE))return this.isOdd()?t.MIN_VALUE:t.ZERO;if(this.isNegative())return e.isNegative()?this.neg().mul(e.neg()):this.neg().mul(e).neg();if(e.isNegative())return this.mul(e.neg()).neg();if(this.lt(t.TWO_PWR_24)&&e.lt(t.TWO_PWR_24))return t.fromNumber(this.toNumber()*e.toNumber(),this.unsigned);var n=this.high>>>16,o=this.high&65535,i=this.low>>>16,s=this.low&65535,a=e.high>>>16,l=e.high&65535,f=e.low>>>16,m=e.low&65535,d=0,_=0,y=0,C=0;return C+=s*m,y+=C>>>16,C&=65535,y+=i*m,_+=y>>>16,y&=65535,y+=s*f,_+=y>>>16,y&=65535,_+=o*m,d+=_>>>16,_&=65535,_+=i*f,d+=_>>>16,_&=65535,_+=s*l,d+=_>>>16,_&=65535,d+=n*m+o*f+i*l+s*a,d&=65535,t.fromBits(y<<16|C,d<<16|_,this.unsigned)},t.prototype.mul=function(e){return this.multiply(e)},t.prototype.negate=function(){return!this.unsigned&&this.eq(t.MIN_VALUE)?t.MIN_VALUE:this.not().add(t.ONE)},t.prototype.neg=function(){return this.negate()},t.prototype.not=function(){return t.fromBits(~this.low,~this.high,this.unsigned)},t.prototype.notEquals=function(e){return!this.equals(e)},t.prototype.neq=function(e){return this.notEquals(e)},t.prototype.ne=function(e){return this.notEquals(e)},t.prototype.or=function(e){return t.isLong(e)||(e=t.fromValue(e)),t.fromBits(this.low|e.low,this.high|e.high,this.unsigned)},t.prototype.shiftLeft=function(e){return t.isLong(e)&&(e=e.toInt()),(e&=63)===0?this:e<32?t.fromBits(this.low<<e,this.high<<e|this.low>>>32-e,this.unsigned):t.fromBits(0,this.low<<e-32,this.unsigned)},t.prototype.shl=function(e){return this.shiftLeft(e)},t.prototype.shiftRight=function(e){return t.isLong(e)&&(e=e.toInt()),(e&=63)===0?this:e<32?t.fromBits(this.low>>>e|this.high<<32-e,this.high>>e,this.unsigned):t.fromBits(this.high>>e-32,this.high>=0?0:-1,this.unsigned)},t.prototype.shr=function(e){return this.shiftRight(e)},t.prototype.shiftRightUnsigned=function(e){if(t.isLong(e)&&(e=e.toInt()),e&=63,e===0)return this;var r=this.high;if(e<32){var n=this.low;return t.fromBits(n>>>e|r<<32-e,r>>>e,this.unsigned)}else return e===32?t.fromBits(r,0,this.unsigned):t.fromBits(r>>>e-32,0,this.unsigned)},t.prototype.shr_u=function(e){return this.shiftRightUnsigned(e)},t.prototype.shru=function(e){return this.shiftRightUnsigned(e)},t.prototype.subtract=function(e){return t.isLong(e)||(e=t.fromValue(e)),this.add(e.neg())},t.prototype.sub=function(e){return this.subtract(e)},t.prototype.toInt=function(){return this.unsigned?this.low>>>0:this.low},t.prototype.toNumber=function(){return this.unsigned?(this.high>>>0)*oi+(this.low>>>0):this.high*oi+(this.low>>>0)},t.prototype.toBigInt=function(){return BigInt(this.toString())},t.prototype.toBytes=function(e){return e?this.toBytesLE():this.toBytesBE()},t.prototype.toBytesLE=function(){var e=this.high,r=this.low;return[r&255,r>>>8&255,r>>>16&255,r>>>24,e&255,e>>>8&255,e>>>16&255,e>>>24]},t.prototype.toBytesBE=function(){var e=this.high,r=this.low;return[e>>>24,e>>>16&255,e>>>8&255,e&255,r>>>24,r>>>16&255,r>>>8&255,r&255]},t.prototype.toSigned=function(){return this.unsigned?t.fromBits(this.low,this.high,!1):this},t.prototype.toString=function(e){if(e=e||10,e<2||36<e)throw RangeError("radix");if(this.isZero())return"0";if(this.isNegative())if(this.eq(t.MIN_VALUE)){var r=t.fromNumber(e),n=this.div(r),o=n.mul(r).sub(this);return n.toString(e)+o.toInt().toString(e)}else return"-"+this.neg().toString(e);for(var i=t.fromNumber(Math.pow(e,6),this.unsigned),s=this,a="";;){var l=s.div(i),f=s.sub(l.mul(i)).toInt()>>>0,m=f.toString(e);if(s=l,s.isZero())return m+a;for(;m.length<6;)m="0"+m;a=""+m+a}},t.prototype.toUnsigned=function(){return this.unsigned?this:t.fromBits(this.low,this.high,!0)},t.prototype.xor=function(e){return t.isLong(e)||(e=t.fromValue(e)),t.fromBits(this.low^e.low,this.high^e.high,this.unsigned)},t.prototype.eqz=function(){return this.isZero()},t.prototype.le=function(e){return this.lessThanOrEqual(e)},t.prototype.toExtendedJSON=function(e){return e&&e.relaxed?this.toNumber():{$numberLong:this.toString()}},t.fromExtendedJSON=function(e,r){var n=t.fromString(e.$numberLong);return r&&r.relaxed?n.toNumber():n},t.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},t.prototype.inspect=function(){return'new Long("'.concat(this.toString(),'"').concat(this.unsigned?", true":"",")")},t.TWO_PWR_24=t.fromInt(RS),t.MAX_UNSIGNED_VALUE=t.fromBits(-1,-1,!0),t.ZERO=t.fromInt(0),t.UZERO=t.fromInt(0,!0),t.ONE=t.fromInt(1),t.UONE=t.fromInt(1,!0),t.NEG_ONE=t.fromInt(-1),t.MAX_VALUE=t.fromBits(-1,2147483647,!1),t.MIN_VALUE=t.fromBits(0,-2147483648,!1),t})();Object.defineProperty(oe.prototype,"__isLong__",{value:!0});Object.defineProperty(oe.prototype,"_bsontype",{value:"Long"});var AS=/^(\+|-)?(\d+|(\d*\.\d*))?(E|e)?([-+])?(\d+)?$/,DS=/^(\+|-)?(Infinity|inf)$/i,OS=/^(\+|-)?NaN$/i,ns=6111,Xf=-6176,dg=6176,NS=34,Jf=[124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0].reverse(),hg=[248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0].reverse(),gg=[120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0].reverse(),PS=/^([-+])?(\d+)?$/,LS=31,yg=16383,MS=30,BS=31;function vg(t){return!isNaN(parseInt(t,10))}function US(t){var e=oe.fromNumber(1e9),r=oe.fromNumber(0);if(!t.parts[0]&&!t.parts[1]&&!t.parts[2]&&!t.parts[3])return{quotient:t,rem:r};for(var n=0;n<=3;n++)r=r.shiftLeft(32),r=r.add(new oe(t.parts[n],0)),t.parts[n]=r.div(e).low,r=r.modulo(e);return{quotient:t,rem:r}}function kS(t,e){if(!t&&!e)return{high:oe.fromNumber(0),low:oe.fromNumber(0)};var r=t.shiftRightUnsigned(32),n=new oe(t.getLowBits(),0),o=e.shiftRightUnsigned(32),i=new oe(e.getLowBits(),0),s=r.multiply(o),a=r.multiply(i),l=n.multiply(o),f=n.multiply(i);return s=s.add(a.shiftRightUnsigned(32)),a=new oe(a.getLowBits(),0).add(l).add(f.shiftRightUnsigned(32)),s=s.add(a.shiftRightUnsigned(32)),f=a.shiftLeft(32).add(new oe(f.getLowBits(),0)),{high:s,low:f}}function FS(t,e){var r=t.high>>>0,n=e.high>>>0;if(r<n)return!0;if(r===n){var o=t.low>>>0,i=e.low>>>0;if(o<i)return!0}return!1}function ni(t,e){throw new Xe('"'.concat(t,'" is not a valid Decimal128 string - ').concat(e))}var rp=(function(){function t(e){if(!(this instanceof t))return new t(e);if(typeof e=="string")this.bytes=t.fromString(e).bytes;else if(tp(e)){if(e.byteLength!==16)throw new Xe("Decimal128 must take a Buffer of 16 bytes");this.bytes=e}else throw new Xe("Decimal128 must take a Buffer or string")}return t.fromString=function(e){var r=!1,n=!1,o=!1,i=0,s=0,a=0,l=0,f=0,m=[0],d=0,_=0,y=0,C=0,N=0,A=0,B=new oe(0,0),q=new oe(0,0),P=0,Q=0;if(e.length>=7e3)throw new Xe(""+e+" not a valid Decimal128 string");var Ee=e.match(AS),X=e.match(DS),ce=e.match(OS);if(!Ee&&!X&&!ce||e.length===0)throw new Xe(""+e+" not a valid Decimal128 string");if(Ee){var se=Ee[2],de=Ee[4],Le=Ee[5],Se=Ee[6];de&&Se===void 0&&ni(e,"missing exponent power"),de&&se===void 0&&ni(e,"missing exponent base"),de===void 0&&(Le||Se)&&ni(e,"missing e before exponent")}if((e[Q]==="+"||e[Q]==="-")&&(r=e[Q++]==="-"),!vg(e[Q])&&e[Q]!=="."){if(e[Q]==="i"||e[Q]==="I")return new t(Ie.from(r?hg:gg));if(e[Q]==="N")return new t(Ie.from(Jf))}for(;vg(e[Q])||e[Q]===".";){if(e[Q]==="."){n&&ni(e,"contains multiple periods"),n=!0,Q=Q+1;continue}d<34&&(e[Q]!=="0"||o)&&(o||(f=s),o=!0,m[_++]=parseInt(e[Q],10),d=d+1),o&&(a=a+1),n&&(l=l+1),s=s+1,Q=Q+1}if(n&&!s)throw new Xe(""+e+" not a valid Decimal128 string");if(e[Q]==="e"||e[Q]==="E"){var Re=e.substr(++Q).match(PS);if(!Re||!Re[2])return new t(Ie.from(Jf));N=parseInt(Re[0],10),Q=Q+Re[0].length}if(e[Q])return new t(Ie.from(Jf));if(y=0,!d)y=0,C=0,m[0]=0,a=1,d=1,i=0;else if(C=d-1,i=a,i!==1)for(;m[f+i-1]===0;)i=i-1;for(N<=l&&l-N>16384?N=Xf:N=N-l;N>ns;){if(C=C+1,C-y>NS){var qe=m.join("");if(qe.match(/^0+$/)){N=ns;break}ni(e,"overflow")}N=N-1}for(;N<Xf||d<a;){if(C===0&&i<d){N=Xf,i=0;break}if(d<a?a=a-1:C=C-1,N<ns)N=N+1;else{var qe=m.join("");if(qe.match(/^0+$/)){N=ns;break}ni(e,"overflow")}}if(C-y+1<i){var Qe=s;n&&(f=f+1,Qe=Qe+1),r&&(f=f+1,Qe=Qe+1);var Bt=parseInt(e[f+C+1],10),D=0;if(Bt>=5&&(D=1,Bt===5)){for(D=m[C]%2===1?1:0,A=f+C+2;A<Qe;A++)if(parseInt(e[A],10)){D=1;break}}if(D){for(var R=C;R>=0;R--)if(++m[R]>9&&(m[R]=0,R===0))if(N<ns)N=N+1,m[R]=1;else return new t(Ie.from(r?hg:gg))}}if(B=oe.fromNumber(0),q=oe.fromNumber(0),i===0)B=oe.fromNumber(0),q=oe.fromNumber(0);else if(C-y<17){var R=y;for(q=oe.fromNumber(m[R++]),B=new oe(0,0);R<=C;R++)q=q.multiply(oe.fromNumber(10)),q=q.add(oe.fromNumber(m[R]))}else{var R=y;for(B=oe.fromNumber(m[R++]);R<=C-17;R++)B=B.multiply(oe.fromNumber(10)),B=B.add(oe.fromNumber(m[R]));for(q=oe.fromNumber(m[R++]);R<=C;R++)q=q.multiply(oe.fromNumber(10)),q=q.add(oe.fromNumber(m[R]))}var V=kS(B,oe.fromString("100000000000000000"));V.low=V.low.add(q),FS(V.low,q)&&(V.high=V.high.add(oe.fromNumber(1))),P=N+dg;var k={low:oe.fromNumber(0),high:oe.fromNumber(0)};V.high.shiftRightUnsigned(49).and(oe.fromNumber(1)).equals(oe.fromNumber(1))?(k.high=k.high.or(oe.fromNumber(3).shiftLeft(61)),k.high=k.high.or(oe.fromNumber(P).and(oe.fromNumber(16383).shiftLeft(47))),k.high=k.high.or(V.high.and(oe.fromNumber(0x7fffffffffff)))):(k.high=k.high.or(oe.fromNumber(P&16383).shiftLeft(49)),k.high=k.high.or(V.high.and(oe.fromNumber(562949953421311)))),k.low=V.low,r&&(k.high=k.high.or(oe.fromString("9223372036854775808")));var H=Ie.alloc(16);return Q=0,H[Q++]=k.low.low&255,H[Q++]=k.low.low>>8&255,H[Q++]=k.low.low>>16&255,H[Q++]=k.low.low>>24&255,H[Q++]=k.low.high&255,H[Q++]=k.low.high>>8&255,H[Q++]=k.low.high>>16&255,H[Q++]=k.low.high>>24&255,H[Q++]=k.high.low&255,H[Q++]=k.high.low>>8&255,H[Q++]=k.high.low>>16&255,H[Q++]=k.high.low>>24&255,H[Q++]=k.high.high&255,H[Q++]=k.high.high>>8&255,H[Q++]=k.high.high>>16&255,H[Q++]=k.high.high>>24&255,new t(H)},t.prototype.toString=function(){for(var e,r=0,n=new Array(36),o=0;o<n.length;o++)n[o]=0;var i=0,s=!1,a,l={parts:[0,0,0,0]},f,m,d=[];i=0;var _=this.bytes,y=_[i++]|_[i++]<<8|_[i++]<<16|_[i++]<<24,C=_[i++]|_[i++]<<8|_[i++]<<16|_[i++]<<24,N=_[i++]|_[i++]<<8|_[i++]<<16|_[i++]<<24,A=_[i++]|_[i++]<<8|_[i++]<<16|_[i++]<<24;i=0;var B={low:new oe(y,C),high:new oe(N,A)};B.high.lessThan(oe.ZERO)&&d.push("-");var q=A>>26&LS;if(q>>3===3){if(q===MS)return d.join("")+"Infinity";if(q===BS)return"NaN";e=A>>15&yg,a=8+(A>>14&1)}else a=A>>14&7,e=A>>17&yg;var P=e-dg;if(l.parts[0]=(A&16383)+((a&15)<<14),l.parts[1]=N,l.parts[2]=C,l.parts[3]=y,l.parts[0]===0&&l.parts[1]===0&&l.parts[2]===0&&l.parts[3]===0)s=!0;else for(m=3;m>=0;m--){var Q=0,Ee=US(l);if(l=Ee.quotient,Q=Ee.rem.low,!!Q)for(f=8;f>=0;f--)n[m*9+f]=Q%10,Q=Math.floor(Q/10)}if(s)r=1,n[i]=0;else for(r=36;!n[i];)r=r-1,i=i+1;var X=r-1+P;if(X>=34||X<=-7||P>0){if(r>34)return d.push("".concat(0)),P>0?d.push("E+".concat(P)):P<0&&d.push("E".concat(P)),d.join("");d.push("".concat(n[i++])),r=r-1,r&&d.push(".");for(var o=0;o<r;o++)d.push("".concat(n[i++]));d.push("E"),X>0?d.push("+".concat(X)):d.push("".concat(X))}else if(P>=0)for(var o=0;o<r;o++)d.push("".concat(n[i++]));else{var ce=r+P;if(ce>0)for(var o=0;o<ce;o++)d.push("".concat(n[i++]));else d.push("0");for(d.push(".");ce++<0;)d.push("0");for(var o=0;o<r-Math.max(ce-1,0);o++)d.push("".concat(n[i++]))}return d.join("")},t.prototype.toJSON=function(){return{$numberDecimal:this.toString()}},t.prototype.toExtendedJSON=function(){return{$numberDecimal:this.toString()}},t.fromExtendedJSON=function(e){return t.fromString(e.$numberDecimal)},t.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},t.prototype.inspect=function(){return'new Decimal128("'.concat(this.toString(),'")')},t})();Object.defineProperty(rp.prototype,"_bsontype",{value:"Decimal128"});var Cc=(function(){function t(e){if(!(this instanceof t))return new t(e);e instanceof Number&&(e=e.valueOf()),this.value=+e}return t.prototype.valueOf=function(){return this.value},t.prototype.toJSON=function(){return this.value},t.prototype.toString=function(e){return this.value.toString(e)},t.prototype.toExtendedJSON=function(e){return e&&(e.legacy||e.relaxed&&isFinite(this.value))?this.value:Object.is(Math.sign(this.value),-0)?{$numberDouble:"-".concat(this.value.toFixed(1))}:{$numberDouble:Number.isInteger(this.value)?this.value.toFixed(1):this.value.toString()}},t.fromExtendedJSON=function(e,r){var n=parseFloat(e.$numberDouble);return r&&r.relaxed?n:new t(n)},t.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},t.prototype.inspect=function(){var e=this.toExtendedJSON();return"new Double(".concat(e.$numberDouble,")")},t})();Object.defineProperty(Cc.prototype,"_bsontype",{value:"Double"});var Rc=(function(){function t(e){if(!(this instanceof t))return new t(e);e instanceof Number&&(e=e.valueOf()),this.value=+e|0}return t.prototype.valueOf=function(){return this.value},t.prototype.toString=function(e){return this.value.toString(e)},t.prototype.toJSON=function(){return this.value},t.prototype.toExtendedJSON=function(e){return e&&(e.relaxed||e.legacy)?this.value:{$numberInt:this.value.toString()}},t.fromExtendedJSON=function(e,r){return r&&r.relaxed?parseInt(e.$numberInt,10):new t(e.$numberInt)},t.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},t.prototype.inspect=function(){return"new Int32(".concat(this.valueOf(),")")},t})();Object.defineProperty(Rc.prototype,"_bsontype",{value:"Int32"});var np=(function(){function t(){if(!(this instanceof t))return new t}return t.prototype.toExtendedJSON=function(){return{$maxKey:1}},t.fromExtendedJSON=function(){return new t},t.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},t.prototype.inspect=function(){return"new MaxKey()"},t})();Object.defineProperty(np.prototype,"_bsontype",{value:"MaxKey"});var op=(function(){function t(){if(!(this instanceof t))return new t}return t.prototype.toExtendedJSON=function(){return{$minKey:1}},t.fromExtendedJSON=function(){return new t},t.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},t.prototype.inspect=function(){return"new MinKey()"},t})();Object.defineProperty(op.prototype,"_bsontype",{value:"MinKey"});var HS=new RegExp("^[0-9a-fA-F]{24}$"),no=null,Ur=Symbol("id"),yt=(function(){function t(e){if(!(this instanceof t))return new t(e);var r;if(typeof e=="object"&&e&&"id"in e){if(typeof e.id!="string"&&!ArrayBuffer.isView(e.id))throw new Xe("Argument passed in must have an id that is of type string or Buffer");"toHexString"in e&&typeof e.toHexString=="function"?r=Ie.from(e.toHexString(),"hex"):r=e.id}else r=e;if(r==null||typeof r=="number")this[Ur]=t.generate(typeof r=="number"?r:void 0);else if(ArrayBuffer.isView(r)&&r.byteLength===12)this[Ur]=r instanceof Ie?r:wc(r);else if(typeof r=="string")if(r.length===12){var n=Ie.from(r);if(n.byteLength===12)this[Ur]=n;else throw new Xe("Argument passed in must be a string of 12 bytes")}else if(r.length===24&&HS.test(r))this[Ur]=Ie.from(r,"hex");else throw new Xe("Argument passed in must be a string of 12 bytes or a string of 24 hex characters or an integer");else throw new Xe("Argument passed in does not match the accepted types");t.cacheHexString&&(this.__id=this.id.toString("hex"))}return Object.defineProperty(t.prototype,"id",{get:function(){return this[Ur]},set:function(e){this[Ur]=e,t.cacheHexString&&(this.__id=e.toString("hex"))},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"generationTime",{get:function(){return this.id.readInt32BE(0)},set:function(e){this.id.writeUInt32BE(e,0)},enumerable:!1,configurable:!0}),t.prototype.toHexString=function(){if(t.cacheHexString&&this.__id)return this.__id;var e=this.id.toString("hex");return t.cacheHexString&&!this.__id&&(this.__id=e),e},t.getInc=function(){return t.index=(t.index+1)%16777215},t.generate=function(e){typeof e!="number"&&(e=Math.floor(Date.now()/1e3));var r=t.getInc(),n=Ie.alloc(12);return n.writeUInt32BE(e,0),no===null&&(no=Ig(5)),n[4]=no[0],n[5]=no[1],n[6]=no[2],n[7]=no[3],n[8]=no[4],n[11]=r&255,n[10]=r>>8&255,n[9]=r>>16&255,n},t.prototype.toString=function(e){return e?this.id.toString(e):this.toHexString()},t.prototype.toJSON=function(){return this.toHexString()},t.prototype.equals=function(e){if(e==null)return!1;if(e instanceof t)return this[Ur][11]===e[Ur][11]&&this[Ur].equals(e[Ur]);if(typeof e=="string"&&t.isValid(e)&&e.length===12&&tp(this.id))return e===Ie.prototype.toString.call(this.id,"latin1");if(typeof e=="string"&&t.isValid(e)&&e.length===24)return e.toLowerCase()===this.toHexString();if(typeof e=="string"&&t.isValid(e)&&e.length===12)return Ie.from(e).equals(this.id);if(typeof e=="object"&&"toHexString"in e&&typeof e.toHexString=="function"){var r=e.toHexString(),n=this.toHexString().toLowerCase();return typeof r=="string"&&r.toLowerCase()===n}return!1},t.prototype.getTimestamp=function(){var e=new Date,r=this.id.readUInt32BE(0);return e.setTime(Math.floor(r)*1e3),e},t.createPk=function(){return new t},t.createFromTime=function(e){var r=Ie.from([0,0,0,0,0,0,0,0,0,0,0,0]);return r.writeUInt32BE(e,0),new t(r)},t.createFromHexString=function(e){if(typeof e>"u"||e!=null&&e.length!==24)throw new Xe("Argument passed in must be a single String of 12 bytes or a string of 24 hex characters");return new t(Ie.from(e,"hex"))},t.isValid=function(e){if(e==null)return!1;try{return new t(e),!0}catch{return!1}},t.prototype.toExtendedJSON=function(){return this.toHexString?{$oid:this.toHexString()}:{$oid:this.toString("hex")}},t.fromExtendedJSON=function(e){return new t(e.$oid)},t.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},t.prototype.inspect=function(){return'new ObjectId("'.concat(this.toHexString(),'")')},t.index=Math.floor(Math.random()*16777215),t})();Object.defineProperty(yt.prototype,"generate",{value:Ic(function(t){return yt.generate(t)},"Please use the static `ObjectId.generate(time)` instead")});Object.defineProperty(yt.prototype,"getInc",{value:Ic(function(){return yt.getInc()},"Please use the static `ObjectId.getInc()` instead")});Object.defineProperty(yt.prototype,"get_inc",{value:Ic(function(){return yt.getInc()},"Please use the static `ObjectId.getInc()` instead")});Object.defineProperty(yt,"get_inc",{value:Ic(function(){return yt.getInc()},"Please use the static `ObjectId.getInc()` instead")});Object.defineProperty(yt.prototype,"_bsontype",{value:"ObjectID"});function $S(t){return t.split("").sort().join("")}var is=(function(){function t(e,r){if(!(this instanceof t))return new t(e,r);if(this.pattern=e,this.options=$S(r??""),this.pattern.indexOf("\0")!==-1)throw new oo("BSON Regex patterns cannot contain null bytes, found: ".concat(JSON.stringify(this.pattern)));if(this.options.indexOf("\0")!==-1)throw new oo("BSON Regex options cannot contain null bytes, found: ".concat(JSON.stringify(this.options)));for(var n=0;n<this.options.length;n++)if(!(this.options[n]==="i"||this.options[n]==="m"||this.options[n]==="x"||this.options[n]==="l"||this.options[n]==="s"||this.options[n]==="u"))throw new oo("The regular expression option [".concat(this.options[n],"] is not supported"))}return t.parseOptions=function(e){return e?e.split("").sort().join(""):""},t.prototype.toExtendedJSON=function(e){return e=e||{},e.legacy?{$regex:this.pattern,$options:this.options}:{$regularExpression:{pattern:this.pattern,options:this.options}}},t.fromExtendedJSON=function(e){if("$regex"in e)if(typeof e.$regex!="string"){if(e.$regex._bsontype==="BSONRegExp")return e}else return new t(e.$regex,t.parseOptions(e.$options));if("$regularExpression"in e)return new t(e.$regularExpression.pattern,t.parseOptions(e.$regularExpression.options));throw new Xe("Unexpected BSONRegExp EJSON object form: ".concat(JSON.stringify(e)))},t})();Object.defineProperty(is.prototype,"_bsontype",{value:"BSONRegExp"});var ip=(function(){function t(e){if(!(this instanceof t))return new t(e);this.value=e}return t.prototype.valueOf=function(){return this.value},t.prototype.toString=function(){return this.value},t.prototype.inspect=function(){return'new BSONSymbol("'.concat(this.value,'")')},t.prototype.toJSON=function(){return this.value},t.prototype.toExtendedJSON=function(){return{$symbol:this.value}},t.fromExtendedJSON=function(e){return new t(e.$symbol)},t.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},t})();Object.defineProperty(ip.prototype,"_bsontype",{value:"Symbol"});var VS=oe,Ag=(function(t){Tc(e,t);function e(r,n){var o=this;return o instanceof e?(oe.isLong(r)?o=t.call(this,r.low,r.high,!0)||this:ss(r)&&typeof r.t<"u"&&typeof r.i<"u"?o=t.call(this,r.i,r.t,!0)||this:o=t.call(this,r,n,!0)||this,Object.defineProperty(o,"_bsontype",{value:"Timestamp",writable:!1,configurable:!1,enumerable:!1}),o):new e(r,n)}return e.prototype.toJSON=function(){return{$timestamp:this.toString()}},e.fromInt=function(r){return new e(oe.fromInt(r,!0))},e.fromNumber=function(r){return new e(oe.fromNumber(r,!0))},e.fromBits=function(r,n){return new e(r,n)},e.fromString=function(r,n){return new e(oe.fromString(r,!0,n))},e.prototype.toExtendedJSON=function(){return{$timestamp:{t:this.high>>>0,i:this.low>>>0}}},e.fromExtendedJSON=function(r){return new e(r.$timestamp)},e.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},e.prototype.inspect=function(){return"new Timestamp({ t: ".concat(this.getHighBits(),", i: ").concat(this.getLowBits()," })")},e.MAX_VALUE=oe.MAX_UNSIGNED_VALUE,e})(VS);function WS(t){return ss(t)&&Reflect.has(t,"_bsontype")&&typeof t._bsontype=="string"}var Dg=2147483647,Og=-2147483648,Ng=9223372036854776e3,Pg=-9223372036854776e3,jS={$oid:yt,$binary:io,$uuid:io,$symbol:ip,$numberInt:Rc,$numberDecimal:rp,$numberDouble:Cc,$numberLong:oe,$minKey:op,$maxKey:np,$regex:is,$regularExpression:is,$timestamp:Ag};function Lg(t,e){if(e===void 0&&(e={}),typeof t=="number"){if(e.relaxed||e.legacy)return t;if(Math.floor(t)===t){if(t>=Og&&t<=Dg)return new Rc(t);if(t>=Pg&&t<=Ng)return oe.fromNumber(t)}return new Cc(t)}if(t==null||typeof t!="object")return t;if(t.$undefined)return null;for(var r=Object.keys(t).filter(function(d){return d.startsWith("$")&&t[d]!=null}),n=0;n<r.length;n++){var o=jS[r[n]];if(o)return o.fromExtendedJSON(t,e)}if(t.$date!=null){var i=t.$date,s=new Date;return e.legacy?typeof i=="number"?s.setTime(i):typeof i=="string"&&s.setTime(Date.parse(i)):typeof i=="string"?s.setTime(Date.parse(i)):oe.isLong(i)?s.setTime(i.toNumber()):typeof i=="number"&&e.relaxed&&s.setTime(i),s}if(t.$code!=null){var a=Object.assign({},t);return t.$scope&&(a.$scope=Lg(t.$scope)),xc.fromExtendedJSON(t)}if(CS(t)||t.$dbPointer){var l=t.$ref?t:t.$dbPointer;if(l instanceof os)return l;var f=Object.keys(l).filter(function(d){return d.startsWith("$")}),m=!0;if(f.forEach(function(d){["$ref","$id","$db"].indexOf(d)===-1&&(m=!1)}),m)return os.fromExtendedJSON(l)}return t}function GS(t,e){return t.map(function(r,n){e.seenObjects.push({propertyName:"index ".concat(n),obj:null});try{return Rn(r,e)}finally{e.seenObjects.pop()}})}function Eg(t){var e=t.toISOString();return t.getUTCMilliseconds()!==0?e:e.slice(0,-5)+"Z"}function Rn(t,e){if((typeof t=="object"||typeof t=="function")&&t!==null){var r=e.seenObjects.findIndex(function(B){return B.obj===t});if(r!==-1){var n=e.seenObjects.map(function(B){return B.propertyName}),o=n.slice(0,r).map(function(B){return"".concat(B," -> ")}).join(""),i=n[r],s=" -> "+n.slice(r+1,n.length-1).map(function(B){return"".concat(B," -> ")}).join(""),a=n[n.length-1],l=" ".repeat(o.length+i.length/2),f="-".repeat(s.length+(i.length+a.length)/2-1);throw new Xe(`Converting circular structure to EJSON:
24
+ Url: ${Ra(t)}`),!0}return!1}function lb(t,e){return e?.length?Ta(t).some(r=>Ao(r,e)):!1}function ub(t,e){if(!e?.length)return!1;let r=t.transaction;return r?Ao(r,e):!1}function fb(t,e){if(!e?.length)return!1;let r=Ra(t);return r?Ao(r,e):!1}function pb(t,e){if(!e?.length)return!0;let r=Ra(t);return r?Ao(r,e):!0}function mb(t=[]){for(let e=t.length-1;e>=0;e--){let r=t[e];if(r&&r.filename!=="<anonymous>"&&r.filename!=="[native code]")return r.filename||null}return null}function Ra(t){try{let r=[...t.exception?.values??[]].reverse().find(n=>n.mechanism?.parent_id===void 0&&n.stacktrace?.frames?.length)?.stacktrace?.frames;return r?mb(r):null}catch{return ie&&ee.error(`Cannot extract url for event ${Cr(t)}`),null}}function db(t){return t.exception?.values?.length?!t.message&&!t.exception.values.some(e=>e.stacktrace||e.type&&e.type!=="Error"||e.value):!1}function zu(t,e,r,n,o,i){if(!o.exception?.values||!i||!gr(i.originalException,Error))return;let s=o.exception.values.length>0?o.exception.values[o.exception.values.length-1]:void 0;s&&(o.exception.values=qu(t,e,n,i.originalException,r,o.exception.values,s,0))}function qu(t,e,r,n,o,i,s,a){if(i.length>=r+1)return i;let l=[...i];if(gr(n[o],Error)){Yd(s,a);let f=t(e,n[o]),m=l.length;Kd(f,o,m,a),l=qu(t,e,r,n[o],o,[f,...l],f,m)}return Array.isArray(n.errors)&&n.errors.forEach((f,m)=>{if(gr(f,Error)){Yd(s,a);let d=t(e,f),_=l.length;Kd(d,`errors[${m}]`,_,a),l=qu(t,e,r,f,o,[d,...l],d,_)}}),l}function Yd(t,e){t.mechanism=t.mechanism||{type:"generic",handled:!0},t.mechanism=Z(E(E({},t.mechanism),t.type==="AggregateError"&&{is_exception_group:!0}),{exception_id:e})}function Kd(t,e,r,n){t.mechanism=t.mechanism||{type:"generic",handled:!0},t.mechanism=Z(E({},t.mechanism),{type:"chained",source:e,exception_id:r,parent_id:n})}function Yu(t){let e="console";Ot(e,t),Nt(e,hb)}function hb(){"console"in pe&&eu.forEach(function(t){t in pe.console&&lt(pe.console,t,function(e){return xo[t]=e,function(...r){ct("console",{args:r,level:t}),xo[t]?.apply(pe.console,r)}})})}function Ku(t){return t==="warn"?"warning":["fatal","error","warning","log","info","debug"].includes(t)?t:"log"}var gb="Dedupe",yb=()=>{let t;return{name:gb,processEvent(e){if(e.type)return e;try{if(vb(e,t))return ie&&ee.warn("Event dropped due to being a duplicate of previously captured event."),null}catch{}return t=e}}},Da=yb;function vb(t,e){return e?!!(Eb(t,e)||_b(t,e)):!1}function Eb(t,e){let r=t.message,n=e.message;return!(!r&&!n||r&&!n||!r&&n||r!==n||!Qd(t,e)||!Jd(t,e))}function _b(t,e){let r=Xd(e),n=Xd(t);return!(!r||!n||r.type!==n.type||r.value!==n.value||!Qd(t,e)||!Jd(t,e))}function Jd(t,e){let r=na(t),n=na(e);if(!r&&!n)return!0;if(r&&!n||!r&&n||(r=r,n=n,n.length!==r.length))return!1;for(let o=0;o<n.length;o++){let i=n[o],s=r[o];if(i.filename!==s.filename||i.lineno!==s.lineno||i.colno!==s.colno||i.function!==s.function)return!1}return!0}function Qd(t,e){let r=t.fingerprint,n=e.fingerprint;if(!r&&!n)return!0;if(r&&!n||!r&&n)return!1;r=r,n=n;try{return r.join("")===n.join("")}catch{return!1}}function Xd(t){return t.exception?.values?.[0]}function zi(t){if(!t)return{};let e=t.match(/^(([^:/?#]+):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?$/);if(!e)return{};let r=e[6]||"",n=e[8]||"";return{host:e[4],path:e[5],protocol:e[2],search:r,hash:n,relative:e[5]+r+n}}function Oa(t){if(t!==void 0)return t>=400&&t<500?"warning":t>=500?"error":void 0}var Yi=pe;function Xu(){return"history"in Yi&&!!Yi.history}function bb(){if(!("fetch"in Yi))return!1;try{return new Headers,new Request("http://www.example.com"),new Response,!0}catch{return!1}}function Ki(t){return t&&/^function\s+\w+\(\)\s+\{\s+\[native code\]\s+\}$/.test(t.toString())}function Ju(){if(typeof EdgeRuntime=="string")return!0;if(!bb())return!1;if(Ki(Yi.fetch))return!0;let t=!1,e=Yi.document;if(e&&typeof e.createElement=="function")try{let r=e.createElement("iframe");r.hidden=!0,e.head.appendChild(r),r.contentWindow?.fetch&&(t=Ki(r.contentWindow.fetch)),e.head.removeChild(r)}catch(r){ie&&ee.warn("Could not create sandbox iframe for pure fetch check, bailing to window.fetch: ",r)}return t}function Zu(t,e){let r="fetch";Ot(r,t),Nt(r,()=>wb(void 0,e))}function wb(t,e=!1){e&&!Ju()||lt(pe,"fetch",function(r){return function(...n){let o=new Error,{method:i,url:s}=Sb(n),a={args:n,fetchData:{method:i,url:s},startTimestamp:Ut()*1e3,virtualError:o,headers:Tb(n)};return t||ct("fetch",E({},a)),r.apply(pe,n).then(async l=>(t?t(l):ct("fetch",Z(E({},a),{endTimestamp:Ut()*1e3,response:l})),l),l=>{if(ct("fetch",Z(E({},a),{endTimestamp:Ut()*1e3,error:l})),Gn(l)&&l.stack===void 0&&(l.stack=o.stack,Wt(l,"framesToPop",1)),l instanceof TypeError&&(l.message==="Failed to fetch"||l.message==="Load failed"||l.message==="NetworkError when attempting to fetch resource."))try{let f=new URL(a.fetchData.url);l.message=`${l.message} (${f.host})`}catch{}throw l})}})}function Qu(t,e){return!!t&&typeof t=="object"&&!!t[e]}function Zd(t){return typeof t=="string"?t:t?Qu(t,"url")?t.url:t.toString?t.toString():"":""}function Sb(t){if(t.length===0)return{method:"GET",url:""};if(t.length===2){let[r,n]=t;return{url:Zd(r),method:Qu(n,"method")?String(n.method).toUpperCase():"GET"}}let e=t[0];return{url:Zd(e),method:Qu(e,"method")?String(e.method).toUpperCase():"GET"}}function Tb(t){let[e,r]=t;try{if(typeof r=="object"&&r!==null&&"headers"in r&&r.headers)return new Headers(r.headers);if(km(e))return new Headers(e.headers)}catch{}}function ef(){return"npm"}var Ke=pe,tf=0;function rf(){return tf>0}function kb(){tf++,setTimeout(()=>{tf--})}function Kn(t,e={}){function r(o){return typeof o=="function"}if(!r(t))return t;try{let o=t.__sentry_wrapped__;if(o)return typeof o=="function"?o:t;if(Yn(t))return t}catch{return t}let n=function(...o){try{let i=o.map(s=>Kn(s,e));return t.apply(this,i)}catch(i){throw kb(),Hi(s=>{s.addEventProcessor(a=>(e.mechanism&&(Do(a,void 0,void 0),Rr(a,e.mechanism)),a.extra=Z(E({},a.extra),{arguments:o}),a)),ba(i)}),i}};try{for(let o in t)Object.prototype.hasOwnProperty.call(t,o)&&(n[o]=t[o])}catch{}ca(n,t),Wt(t,"__sentry_wrapped__",n);try{Object.getOwnPropertyDescriptor(n,"name").configurable&&Object.defineProperty(n,"name",{get(){return t.name}})}catch{}return n}function eh(){let t=Fi(),{referrer:e}=Ke.document||{},{userAgent:r}=Ke.navigator||{},n=E(E({},e&&{Referer:e}),r&&{"User-Agent":r});return{url:t,headers:n}}function Na(t,e){let r=sf(t,e),n={type:Wb(e),value:jb(e)};return r.length&&(n.stacktrace={frames:r}),n.type===void 0&&n.value===""&&(n.value="Unrecoverable error caught"),n}function Fb(t,e,r,n){let i=We()?.getOptions().normalizeDepth,s=zb(e),a={__serialized__:ga(e,i)};if(s)return{exception:{values:[Na(t,s)]},extra:a};let l={exception:{values:[{type:zn(e)?e.constructor.name:n?"UnhandledRejection":"Error",value:Gb(e,{isUnhandledRejection:n})}]},extra:a};if(r){let f=sf(t,r);f.length&&(l.exception.values[0].stacktrace={frames:f})}return l}function nf(t,e){return{exception:{values:[Na(t,e)]}}}function sf(t,e){let r=e.stacktrace||e.stack||"",n=$b(e),o=Vb(e);try{return t(r,n,o)}catch{}return[]}var Hb=/Minified React error #\d+;/i;function $b(t){return t&&Hb.test(t.message)?1:0}function Vb(t){return typeof t.framesToPop=="number"?t.framesToPop:0}function th(t){return typeof WebAssembly<"u"&&typeof WebAssembly.Exception<"u"?t instanceof WebAssembly.Exception:!1}function Wb(t){let e=t?.name;return!e&&th(t)?t.message&&Array.isArray(t.message)&&t.message.length==2?t.message[0]:"WebAssembly.Exception":e}function jb(t){let e=t?.message;return th(t)?Array.isArray(t.message)&&t.message.length==2?t.message[1]:"wasm exception":e?e.error&&typeof e.error.message=="string"?e.error.message:e:"No error message"}function rh(t,e,r,n){let o=r?.syntheticException||void 0,i=Pa(t,e,o,n);return Rr(i),i.level="error",r?.event_id&&(i.event_id=r.event_id),or(i)}function nh(t,e,r="info",n,o){let i=n?.syntheticException||void 0,s=of(t,e,i,o);return s.level=r,n?.event_id&&(s.event_id=n.event_id),or(s)}function Pa(t,e,r,n,o){let i;if(ia(e)&&e.error)return nf(t,e.error);if(sa(e)||lu(e)){let s=e;if("stack"in e)i=nf(t,e);else{let a=s.name||(sa(s)?"DOMError":"DOMException"),l=s.message?`${a}: ${s.message}`:a;i=of(t,l,r,n),Do(i,l)}return"code"in s&&(i.tags=Z(E({},i.tags),{"DOMException.code":`${s.code}`})),i}return Gn(e)?nf(t,e):Zr(e)||zn(e)?(i=Fb(t,e,r,o),Rr(i,{synthetic:!0}),i):(i=of(t,e,r,n),Do(i,`${e}`,void 0),Rr(i,{synthetic:!0}),i)}function of(t,e,r,n){let o={};if(n&&r){let i=sf(t,r);i.length&&(o.exception={values:[{value:e,stacktrace:{frames:i}}]}),Rr(o,{synthetic:!0})}if(Ro(e)){let{__sentry_template_string__:i,__sentry_template_values__:s}=e;return o.logentry={message:i,params:s},o}return o.message=e,o}function Gb(t,{isUnhandledRejection:e}){let r=hu(t),n=e?"promise rejection":"exception";return ia(t)?`Event \`ErrorEvent\` captured as ${n} with message \`${t.message}\``:zn(t)?`Event \`${qb(t)}\` (type=${t.type}) captured as ${n}`:`Object captured as ${n} with keys: ${r}`}function qb(t){try{let e=Object.getPrototypeOf(t);return e?e.constructor.name:void 0}catch{}}function zb(t){for(let e in t)if(Object.prototype.hasOwnProperty.call(t,e)){let r=t[e];if(r instanceof Error)return r}}var Yb=5e3,Xi=class extends Gi{constructor(e){let r=Kb(e),n=Ke.SENTRY_SDK_SOURCE||ef();ju(r,"browser",["browser"],n),super(r);let{sendDefaultPii:o,sendClientReports:i,enableLogs:s,_experiments:a}=this._options,l=s??a?.enableLogs;Ke.document&&(i||l)&&Ke.document.addEventListener("visibilitychange",()=>{Ke.document.visibilityState==="hidden"&&(i&&this._flushOutcomes(),l&&qi(this))}),l&&(this.on("flush",()=>{qi(this)}),this.on("afterCaptureLog",()=>{this._logFlushIdleTimeout&&clearTimeout(this._logFlushIdleTimeout),this._logFlushIdleTimeout=setTimeout(()=>{qi(this)},Yb)})),o&&(this.on("postprocessEvent",Vu),this.on("beforeSendSession",Wu))}eventFromException(e,r){return rh(this._options.stackParser,e,r,this._options.attachStacktrace)}eventFromMessage(e,r="info",n){return nh(this._options.stackParser,e,r,n,this._options.attachStacktrace)}_prepareEvent(e,r,n,o){return e.platform=e.platform||"javascript",super._prepareEvent(e,r,n,o)}};function Kb(t){return E({release:typeof __SENTRY_RELEASE__=="string"?__SENTRY_RELEASE__:Ke.SENTRY_RELEASE?.id,sendClientReports:!0,parentSpanIsAlwaysRootSpan:!0},t)}var oh=typeof __SENTRY_DEBUG__>"u"||__SENTRY_DEBUG__;var ft=pe;var Xb=1e3,ih,af,cf;function lf(t){Ot("dom",t),Nt("dom",Jb)}function Jb(){if(!ft.document)return;let t=ct.bind(null,"dom"),e=sh(t,!0);ft.document.addEventListener("click",e,!1),ft.document.addEventListener("keypress",e,!1),["EventTarget","Node"].forEach(r=>{let o=ft[r]?.prototype;o?.hasOwnProperty?.("addEventListener")&&(lt(o,"addEventListener",function(i){return function(s,a,l){if(s==="click"||s=="keypress")try{let f=this.__sentry_instrumentation_handlers__=this.__sentry_instrumentation_handlers__||{},m=f[s]=f[s]||{refCount:0};if(!m.handler){let d=sh(t);m.handler=d,i.call(this,s,d,l)}m.refCount++}catch{}return i.call(this,s,a,l)}}),lt(o,"removeEventListener",function(i){return function(s,a,l){if(s==="click"||s=="keypress")try{let f=this.__sentry_instrumentation_handlers__||{},m=f[s];m&&(m.refCount--,m.refCount<=0&&(i.call(this,s,m.handler,l),m.handler=void 0,delete f[s]),Object.keys(f).length===0&&delete this.__sentry_instrumentation_handlers__)}catch{}return i.call(this,s,a,l)}}))})}function Qb(t){if(t.type!==af)return!1;try{if(!t.target||t.target._sentryId!==cf)return!1}catch{}return!0}function Zb(t,e){return t!=="keypress"?!1:e?.tagName?!(e.tagName==="INPUT"||e.tagName==="TEXTAREA"||e.isContentEditable):!0}function sh(t,e=!1){return r=>{if(!r||r._sentryCaptured)return;let n=ew(r);if(Zb(r.type,n))return;Wt(r,"_sentryCaptured",!0),n&&!n._sentryId&&Wt(n,"_sentryId",ut());let o=r.type==="keypress"?"input":r.type;Qb(r)||(t({event:r,name:o,global:e}),af=r.type,cf=n?n._sentryId:void 0),clearTimeout(ih),ih=ft.setTimeout(()=>{cf=void 0,af=void 0},Xb)}}function ew(t){try{return t.target}catch{return null}}var La;function Ji(t){let e="history";Ot(e,t),Nt(e,tw)}function tw(){if(ft.addEventListener("popstate",()=>{let e=ft.location.href,r=La;if(La=e,r===e)return;ct("history",{from:r,to:e})}),!Xu())return;function t(e){return function(...r){let n=r.length>2?r[2]:void 0;if(n){let o=La,i=rw(String(n));if(La=i,o===i)return e.apply(this,r);ct("history",{from:o,to:i})}return e.apply(this,r)}}lt(ft.history,"pushState",t),lt(ft.history,"replaceState",t)}function rw(t){try{return new URL(t,ft.location.origin).toString()}catch{return t}}var Ma={};function uf(t){let e=Ma[t];if(e)return e;let r=ft[t];if(Ki(r))return Ma[t]=r.bind(ft);let n=ft.document;if(n&&typeof n.createElement=="function")try{let o=n.createElement("iframe");o.hidden=!0,n.head.appendChild(o);let i=o.contentWindow;i?.[t]&&(r=i[t]),n.head.removeChild(o)}catch(o){oh&&ee.warn(`Could not create sandbox iframe for ${t} check, bailing to window.${t}: `,o)}return r&&(Ma[t]=r.bind(ft))}function Ba(t){Ma[t]=void 0}var Xn="__sentry_xhr_v3__";function ff(t){Ot("xhr",t),Nt("xhr",nw)}function nw(){if(!ft.XMLHttpRequest)return;let t=XMLHttpRequest.prototype;t.open=new Proxy(t.open,{apply(e,r,n){let o=new Error,i=Ut()*1e3,s=Pt(n[0])?n[0].toUpperCase():void 0,a=ow(n[1]);if(!s||!a)return e.apply(r,n);r[Xn]={method:s,url:a,request_headers:{}},s==="POST"&&a.match(/sentry_key/)&&(r.__sentry_own_request__=!0);let l=()=>{let f=r[Xn];if(f&&r.readyState===4){try{f.status_code=r.status}catch{}let m={endTimestamp:Ut()*1e3,startTimestamp:i,xhr:r,virtualError:o};ct("xhr",m)}};return"onreadystatechange"in r&&typeof r.onreadystatechange=="function"?r.onreadystatechange=new Proxy(r.onreadystatechange,{apply(f,m,d){return l(),f.apply(m,d)}}):r.addEventListener("readystatechange",l),r.setRequestHeader=new Proxy(r.setRequestHeader,{apply(f,m,d){let[_,y]=d,C=m[Xn];return C&&Pt(_)&&Pt(y)&&(C.request_headers[_.toLowerCase()]=y),f.apply(m,d)}}),e.apply(r,n)}}),t.send=new Proxy(t.send,{apply(e,r,n){let o=r[Xn];if(!o)return e.apply(r,n);n[0]!==void 0&&(o.body=n[0]);let i={startTimestamp:Ut()*1e3,xhr:r};return ct("xhr",i),e.apply(r,n)}})}function ow(t){if(Pt(t))return t;try{return t.toString()}catch{}}function pf(t,e=uf("fetch")){let r=0,n=0;function o(i){let s=i.body.length;r+=s,n++;let a=E({body:i.body,method:"POST",referrerPolicy:"strict-origin",headers:t.headers,keepalive:r<=6e4&&n<15},t.fetchOptions);if(!e)return Ba("fetch"),_n("No fetch implementation available");try{return e(t.url,a).then(l=>(r-=s,n--,{statusCode:l.status,headers:{"x-sentry-rate-limits":l.headers.get("X-Sentry-Rate-Limits"),"retry-after":l.headers.get("Retry-After")}}))}catch(l){return Ba("fetch"),r-=s,n--,_n(l)}}return xa(t,o)}var iw=30;var sw=50;function mf(t,e,r,n){let o={filename:t,function:e==="<anonymous>"?"?":e,in_app:!0};return r!==void 0&&(o.lineno=r),n!==void 0&&(o.colno=n),o}var aw=/^\s*at (\S+?)(?::(\d+))(?::(\d+))\s*$/i,cw=/^\s*at (?:(.+?\)(?: \[.+\])?|.*?) ?\((?:address at )?)?(?:async )?((?:<anonymous>|[-a-z]+:|.*bundle|\/)?.*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i,lw=/\((\S*)(?::(\d+))(?::(\d+))\)/,uw=t=>{let e=aw.exec(t);if(e){let[,n,o,i]=e;return mf(n,"?",+o,+i)}let r=cw.exec(t);if(r){if(r[2]&&r[2].indexOf("eval")===0){let s=lw.exec(r[2]);s&&(r[2]=s[1],r[3]=s[2],r[4]=s[3])}let[o,i]=uh(r[1]||"?",r[2]);return mf(i,o,r[3]?+r[3]:void 0,r[4]?+r[4]:void 0)}},ah=[iw,uw],fw=/^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:[-a-z]+)?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i,pw=/(\S+) line (\d+)(?: > eval line \d+)* > eval/i,mw=t=>{let e=fw.exec(t);if(e){if(e[3]&&e[3].indexOf(" > eval")>-1){let i=pw.exec(e[3]);i&&(e[1]=e[1]||"eval",e[3]=i[1],e[4]=i[2],e[5]="")}let n=e[3],o=e[1]||"?";return[o,n]=uh(o,n),mf(n,o,e[4]?+e[4]:void 0,e[5]?+e[5]:void 0)}},ch=[sw,mw];var lh=[ah,ch],df=ou(...lh),uh=(t,e)=>{let r=t.indexOf("safari-extension")!==-1,n=t.indexOf("safari-web-extension")!==-1;return r||n?[t.indexOf("@")!==-1?t.split("@")[0]:"?",r?`safari-extension:${e}`:`safari-web-extension:${e}`]:[t,e]};var Lo=typeof __SENTRY_DEBUG__>"u"||__SENTRY_DEBUG__;var Ua=1024,dw="Breadcrumbs",hw=(t={})=>{let e=E({console:!0,dom:!0,fetch:!0,history:!0,sentry:!0,xhr:!0},t);return{name:dw,setup(r){e.console&&Yu(vw(r)),e.dom&&lf(yw(r,e.dom)),e.xhr&&ff(Ew(r)),e.fetch&&Zu(_w(r)),e.history&&Ji(bw(r)),e.sentry&&r.on("beforeSendEvent",gw(r))}}},fh=hw;function gw(t){return function(r){We()===t&&Or({category:`sentry.${r.type==="transaction"?"transaction":"event"}`,event_id:r.event_id,level:r.level,message:Cr(r)},{event:r})}}function yw(t,e){return function(n){if(We()!==t)return;let o,i,s=typeof e=="object"?e.serializeAttribute:void 0,a=typeof e=="object"&&typeof e.maxStringLength=="number"?e.maxStringLength:void 0;a&&a>Ua&&(Lo&&ee.warn(`\`dom.maxStringLength\` cannot exceed ${Ua}, but a value of ${a} was configured. Sentry will use ${Ua} instead.`),a=Ua),typeof s=="string"&&(s=[s]);try{let f=n.event,m=ww(f)?f.target:f;o=ki(m,{keyAttrs:s,maxStringLength:a}),i=du(m)}catch{o="<unknown>"}if(o.length===0)return;let l={category:`ui.${n.name}`,message:o};i&&(l.data={"ui.component_name":i}),Or(l,{event:n.event,name:n.name,global:n.global})}}function vw(t){return function(r){if(We()!==t)return;let n={category:"console",data:{arguments:r.args,logger:"console"},level:Ku(r.level),message:aa(r.args," ")};if(r.level==="assert")if(r.args[0]===!1)n.message=`Assertion failed: ${aa(r.args.slice(1)," ")||"console.assert"}`,n.data.arguments=r.args.slice(1);else return;Or(n,{input:r.args,level:r.level})}}function Ew(t){return function(r){if(We()!==t)return;let{startTimestamp:n,endTimestamp:o}=r,i=r.xhr[Xn];if(!n||!o||!i)return;let{method:s,url:a,status_code:l,body:f}=i,m={method:s,url:a,status_code:l},d={xhr:r.xhr,input:f,startTimestamp:n,endTimestamp:o},_={category:"xhr",data:m,type:"http",level:Oa(l)};t.emit("beforeOutgoingRequestBreadcrumb",_,d),Or(_,d)}}function _w(t){return function(r){if(We()!==t)return;let{startTimestamp:n,endTimestamp:o}=r;if(o&&!(r.fetchData.url.match(/sentry_key/)&&r.fetchData.method==="POST"))if(r.fetchData.method,r.fetchData.url,r.error){let i=r.fetchData,s={data:r.error,input:r.args,startTimestamp:n,endTimestamp:o},a={category:"fetch",data:i,level:"error",type:"http"};t.emit("beforeOutgoingRequestBreadcrumb",a,s),Or(a,s)}else{let i=r.response,s=Z(E({},r.fetchData),{status_code:i?.status});r.fetchData.request_body_size,r.fetchData.response_body_size,i?.status;let a={input:r.args,response:i,startTimestamp:n,endTimestamp:o},l={category:"fetch",data:s,type:"http",level:Oa(s.status_code)};t.emit("beforeOutgoingRequestBreadcrumb",l,a),Or(l,a)}}}function bw(t){return function(r){if(We()!==t)return;let n=r.from,o=r.to,i=zi(Ke.location.href),s=n?zi(n):void 0,a=zi(o);s?.path||(s=i),i.protocol===a.protocol&&i.host===a.host&&(o=a.relative),i.protocol===s.protocol&&i.host===s.host&&(n=s.relative),Or({category:"navigation",data:{from:n,to:o}})}}function ww(t){return!!t&&!!t.target}var Sw=["EventTarget","Window","Node","ApplicationCache","AudioTrackList","BroadcastChannel","ChannelMergerNode","CryptoOperation","EventSource","FileReader","HTMLUnknownElement","IDBDatabase","IDBRequest","IDBTransaction","KeyOperation","MediaController","MessagePort","ModalWindow","Notification","SVGElementInstance","Screen","SharedWorker","TextTrack","TextTrackCue","TextTrackList","WebSocket","WebSocketWorker","Worker","XMLHttpRequest","XMLHttpRequestEventTarget","XMLHttpRequestUpload"],Tw="BrowserApiErrors",Iw=(t={})=>{let e=E({XMLHttpRequest:!0,eventTarget:!0,requestAnimationFrame:!0,setInterval:!0,setTimeout:!0,unregisterOriginalCallbacks:!1},t);return{name:Tw,setupOnce(){e.setTimeout&&lt(Ke,"setTimeout",ph),e.setInterval&&lt(Ke,"setInterval",ph),e.requestAnimationFrame&&lt(Ke,"requestAnimationFrame",xw),e.XMLHttpRequest&&"XMLHttpRequest"in Ke&&lt(XMLHttpRequest.prototype,"send",Cw);let r=e.eventTarget;r&&(Array.isArray(r)?r:Sw).forEach(o=>Rw(o,e))}}},mh=Iw;function ph(t){return function(...e){let r=e[0];return e[0]=Kn(r,{mechanism:{data:{function:rr(t)},handled:!1,type:"instrument"}}),t.apply(this,e)}}function xw(t){return function(e){return t.apply(this,[Kn(e,{mechanism:{data:{function:"requestAnimationFrame",handler:rr(t)},handled:!1,type:"instrument"}})])}}function Cw(t){return function(...e){let r=this;return["onload","onerror","onprogress","onreadystatechange"].forEach(o=>{o in r&&typeof r[o]=="function"&&lt(r,o,function(i){let s={mechanism:{data:{function:o,handler:rr(i)},handled:!1,type:"instrument"}},a=Yn(i);return a&&(s.mechanism.data.handler=rr(a)),Kn(i,s)})}),t.apply(this,e)}}function Rw(t,e){let n=Ke[t]?.prototype;n?.hasOwnProperty?.("addEventListener")&&(lt(n,"addEventListener",function(o){return function(i,s,a){try{Aw(s)&&(s.handleEvent=Kn(s.handleEvent,{mechanism:{data:{function:"handleEvent",handler:rr(s),target:t},handled:!1,type:"instrument"}}))}catch{}return e.unregisterOriginalCallbacks&&Dw(this,i,s),o.apply(this,[i,Kn(s,{mechanism:{data:{function:"addEventListener",handler:rr(s),target:t},handled:!1,type:"instrument"}}),a])}}),lt(n,"removeEventListener",function(o){return function(i,s,a){try{let l=s.__sentry_wrapped__;l&&o.call(this,i,l,a)}catch{}return o.call(this,i,s,a)}}))}function Aw(t){return typeof t.handleEvent=="function"}function Dw(t,e,r){t&&typeof t=="object"&&"removeEventListener"in t&&typeof t.removeEventListener=="function"&&t.removeEventListener(e,r)}var dh=()=>({name:"BrowserSession",setupOnce(){if(typeof Ke.document>"u"){Lo&&ee.warn("Using the `browserSessionIntegration` in non-browser environments is not supported.");return}Wi({ignoreDuration:!0}),ji(),Ji(({from:t,to:e})=>{t!==void 0&&t!==e&&(Wi({ignoreDuration:!0}),ji())})}});var Ow="GlobalHandlers",Nw=(t={})=>{let e=E({onerror:!0,onunhandledrejection:!0},t);return{name:Ow,setupOnce(){Error.stackTraceLimit=50},setup(r){e.onerror&&(Pw(r),hh("onerror")),e.onunhandledrejection&&(Lw(r),hh("onunhandledrejection"))}}},gh=Nw;function Pw(t){su(e=>{let{stackParser:r,attachStacktrace:n}=yh();if(We()!==t||rf())return;let{msg:o,url:i,line:s,column:a,error:l}=e,f=Uw(Pa(r,l||o,void 0,n,!1),i,s,a);f.level="error",Vi(f,{originalException:l,mechanism:{handled:!1,type:"onerror"}})})}function Lw(t){cu(e=>{let{stackParser:r,attachStacktrace:n}=yh();if(We()!==t||rf())return;let o=Mw(e),i=qn(o)?Bw(o):Pa(r,o,void 0,n,!0);i.level="error",Vi(i,{originalException:o,mechanism:{handled:!1,type:"onunhandledrejection"}})})}function Mw(t){if(qn(t))return t;try{if("reason"in t)return t.reason;if("detail"in t&&"reason"in t.detail)return t.detail.reason}catch{}return t}function Bw(t){return{exception:{values:[{type:"UnhandledRejection",value:`Non-Error promise rejection captured with value: ${String(t)}`}]}}}function Uw(t,e,r,n){let o=t.exception=t.exception||{},i=o.values=o.values||[],s=i[0]=i[0]||{},a=s.stacktrace=s.stacktrace||{},l=a.frames=a.frames||[],f=n,m=r,d=Pt(e)&&e.length>0?e:Fi();return l.length===0&&l.push({colno:f,filename:d,function:"?",in_app:!0,lineno:m}),t}function hh(t){Lo&&ee.log(`Global Handler attached: ${t}`)}function yh(){return We()?.getOptions()||{stackParser:()=>[],attachStacktrace:!1}}var vh=()=>({name:"HttpContext",preprocessEvent(t){if(!Ke.navigator&&!Ke.location&&!Ke.document)return;let e=eh(),r=E(E({},e.headers),t.request?.headers);t.request=Z(E(E({},e),t.request),{headers:r})}});var kw="cause",Fw=5,Hw="LinkedErrors",$w=(t={})=>{let e=t.limit||Fw,r=t.key||kw;return{name:Hw,preprocessEvent(n,o,i){let s=i.getOptions();zu(Na,s.stackParser,r,e,n,o)}}},Eh=$w;function hf(t){return[Aa(),Ca(),mh(),fh(),gh(),Eh(),Da(),vh(),dh()]}var Fa={},Ha,gf,_h;(()=>{let t=hf({}).filter(e=>!["BrowserApiErrors","Breadcrumbs","GlobalHandlers"].includes(e.name));gf=new Xi({dsn:"https://1bc3dda4c861f60cd6be1b67584f4bc6@o559187.ingest.us.sentry.io/4507626484203520",transport:pf,stackParser:df,integrations:t,environment:Vt.mode,release:`web-sdk@${Gs}`,debug:Vt.debug,sampleRate:.5}),gf.init()})();function ae(t,e,r){b.error(`${e}:`,t);let n=Sh(r);if(n.setTag("operation",e),t instanceof tr){Vw(n,t,e);return}n.captureException(t)}function bh(t,e,r){Sh(r).captureMessage(t,e??"error")}function Vw(t,e,r){if(Ww(t,e),e.response){let n=e.response,o=e.responseText;t.setTag("error.message",e.message),n.status!=null&&t.setTag("http.status_code",n.status),n.statusText&&t.setTag("http.status_text",n.statusText),o&&typeof o=="object"&&"error"in o&&(t.setTag("http.error_code",o.error.code),t.setTag("http.error_message",o.error.message)),t.setExtras({responseText:e.responseText,statusText:n.statusText,responseType:n.type,redirected:n.redirected,responseUrl:n.url,originalError:e.message}),t.captureMessage(`${r} failed with ${n.status}`,"error");return}if(e.request){t.captureMessage(`No response was received for ${r}`,"error");return}}function Ww(t,e){let r=e.request;if(!r)return;t.setExtras({body:e.requestBody,headers:r.headers,method:r.method,url:r.url});let n=r.headers?.get("Cooee-Retry-Attempt");n!==null&&t.setTag("retry.attempt",n)}function wh(t){_h=t}function $a(t,e){Fa[t]=E(E({},Fa[t]),e)}function Mo(t){Ha=E(E({},Ha),t)}function Sh(t){t??={};let{extra:e,tags:r}=t,n=new wt;if(n.setClient(gf),n.setUser(_h),t.triggerContext&&!t.engagementTrigger&&(t.engagementTrigger=t.triggerContext.triggerData),t.engagementTrigger){let o=t.engagementTrigger;n.setTags({"engagement.id":o.engagementID,"engagement.short_id":o.shortID,"engagement.objective":o.objective,"engagement.delivery_type":o.onsiteDeliveryType,"engagement.content_id":o.contentID,"engagement.variation":o.variation,"engagement.currency":o.currency})}return e&&n.setExtras(e),r&&n.setTags(r),Ha&&n.setTags(Ha),Object.keys(Fa).forEach(o=>{n.setContext(o,Fa[o])}),n.setTag("language",navigator.language),n.setTag("timezone",Th()),jw(n),n}function jw(t){window.Shopify&&(t.setTag("shopify.shop",window.Shopify.shop),t.setTag("shopify.currency",window.Shopify.currency?.active),t.setTag("shopify.locale",window.Shopify.locale),t.setTag("theme.schema_name",window.Shopify.theme?.schema_name),t.setTag("theme.schema_version",window.Shopify.theme?.schema_version))}var Va=class{static format(e,r){let n=/{{\s*(\w+)\s*}}/;return r.replace(n,(o,i)=>{switch(i){case"amount":return this.formatWithDelimiters(e,2);case"amount_no_decimals":return this.formatWithDelimiters(e,0);case"amount_with_comma_separator":return this.formatWithDelimiters(e,2,".",",");case"amount_no_decimals_with_comma_separator":return this.formatWithDelimiters(e,0,".",",");case"amount_with_apostrophe_separator":return this.formatWithDelimiters(e,2,"'",".");case"amount_no_decimals_with_space_separator":return this.formatWithDelimiters(e,0," ");case"amount_with_space_separator":return this.formatWithDelimiters(e,2," ",",");case"amount_with_period_and_space_separator":return this.formatWithDelimiters(e,2," ",".");default:return o}})}static formatWithDelimiters(e,r=2,n=",",o="."){if(isNaN(e)||e==null)return"0";let s=(e/100).toFixed(r).split("."),a=s[0].replace(/(\d)(?=(\d\d\d)+(?!\d))/g,"$1"+n),l=s[1]?o+s[1]:"";return a+l}};function Uo(t){try{return new URL(t)}catch{return}}function yf(t){return!t||t==="null"||t==="undefined"}function Ih(t,e){let r=t.indexOf(e);return r===-1?!1:(t.splice(r,1),!0)}function Lt(t,e,r){return{[t]:vf(e,r),[t+"_wo_currency"]:e}}function vf(t,e){if(t==0&&e)return"Free";let r=fe(),n=je.get(),o=r.shopCurrencyCode||n.currency,i=r.currencyCode;i||b.warn("Currency code is not set in RuntimeData");let s=n.money?.format??r.moneyFormat,a;if(s&&o===i)a=Va.format(t*100,s);else{let l;try{l=new Intl.NumberFormat(Ch(),{style:"currency",currency:i||o,minimumFractionDigits:0,maximumFractionDigits:2})}catch(f){return ae(f,"format-currency",{extra:{currentCurrency:i,shopCurrency:o}}),""}a=l.format(t),a=a.replace("\u20B9","Rs. "),n.money?.showCurrency&&i!=="INR"&&(a=a.concat(` ${i}`))}return a}function xh(t){let e=Ch();try{return new Intl.NumberFormat(e,{notation:"compact"}).format(t)}catch(r){return ae(r,"format-number",{extra:{lang:e,value:t}}),t.toString()}}function Ch(){let t="en";return typeof navigator<"u"&&(navigator.languages!==void 0&&navigator.languages.length>0?t=navigator.languages[0]:navigator.language&&(t=navigator.language)),t=t.split(";")[0],t=t.split("-")[0],t||"en"}var Wa;function Th(){if(Wa)return Wa;try{return Wa=Intl.DateTimeFormat().resolvedOptions().timeZone,Wa}catch{return""}}function wn(t){document.readyState!=="loading"?t():document.addEventListener("DOMContentLoaded",t)}function Er(t){let e=document.createElement("span");e.id="snackbar",e.innerText=t,document.body.appendChild(e),e.className="show",setTimeout(()=>{e.classList.remove("show"),document.body.removeChild(e)},5e3)}async function Ef(t,e=7,r=document){let n=1,o=document.querySelectorAll("nonexistent-tag");for(;n<=e;){let i=Math.min(50*2**n,1e3);if(n>1&&await bt.sleep(i),o=r.querySelectorAll(t),o.length)return b.verbose(`Attempt ${n}: ${o.length} elements found with ${t}`),o;b.verbose(`Attempt ${n}: Elements not found with ${t}. Will retry after ${i}ms.`),n++}return b.verbose(`\u26A0\uFE0F Max attempts reached. Element not found with ${t}.`),o}async function Sn(t,e=10,r=document){return(await Ef(t,e,r)).item(0)}async function _f(t){let[e,r,n]=await Promise.all([Ye.get("did"),xt.get("id",""),Ye.get("sessionNumber",1)]),o={letscooee_did:e,letscooee_sid:r,letscooee_sn:`${n}`,__letscooee_time:new Date().toLocaleString()};return t&&(o.__letscooee_via=t),o}async function ja(t){let e=await _f(t);return Object.entries(e).map(([r,n])=>({key:r,value:n.toString()}))}function Nr(t,e,r,n=!1){Object.defineProperty(t,e,{enumerable:!1,configurable:!1,writable:n,value:r})}function Rh(t){if(t%100>=11&&t%100<=13)return t+"th";switch(t%10){case 1:return t+"st";case 2:return t+"nd";case 3:return t+"rd";default:return t+"th"}}var Ya,Ie,Ph,Sf,Jn,Ah,Lh,Mh,Bh,Tf,bf,wf,Gw,Qi={},Uh=[],qw=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,Ka=Array.isArray;function nn(t,e){for(var r in e)t[r]=e[r];return t}function If(t){t&&t.parentNode&&t.parentNode.removeChild(t)}function xf(t,e,r){var n,o,i,s={};for(i in e)i=="key"?n=e[i]:i=="ref"?o=e[i]:s[i]=e[i];if(arguments.length>2&&(s.children=arguments.length>3?Ya.call(arguments,2):r),typeof t=="function"&&t.defaultProps!=null)for(i in t.defaultProps)s[i]===void 0&&(s[i]=t.defaultProps[i]);return qa(t,s,n,o,null)}function qa(t,e,r,n,o){var i={type:t,props:e,key:r,ref:n,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:o??++Ph,__i:-1,__u:0};return o==null&&Ie.vnode!=null&&Ie.vnode(i),i}function Lr(t){return t.children}function Pr(t,e){this.props=t,this.context=e}function ko(t,e){if(e==null)return t.__?ko(t.__,t.__i+1):null;for(var r;e<t.__k.length;e++)if((r=t.__k[e])!=null&&r.__e!=null)return r.__e;return typeof t.type=="function"?ko(t):null}function kh(t){var e,r;if((t=t.__)!=null&&t.__c!=null){for(t.__e=t.__c.base=null,e=0;e<t.__k.length;e++)if((r=t.__k[e])!=null&&r.__e!=null){t.__e=t.__c.base=r.__e;break}return kh(t)}}function Dh(t){(!t.__d&&(t.__d=!0)&&Jn.push(t)&&!za.__r++||Ah!=Ie.debounceRendering)&&((Ah=Ie.debounceRendering)||Lh)(za)}function za(){for(var t,e,r,n,o,i,s,a=1;Jn.length;)Jn.length>a&&Jn.sort(Mh),t=Jn.shift(),a=Jn.length,t.__d&&(r=void 0,o=(n=(e=t).__v).__e,i=[],s=[],e.__P&&((r=nn({},n)).__v=n.__v+1,Ie.vnode&&Ie.vnode(r),Cf(e.__P,r,n,e.__n,e.__P.namespaceURI,32&n.__u?[o]:null,i,o??ko(n),!!(32&n.__u),s),r.__v=n.__v,r.__.__k[r.__i]=r,$h(i,r,s),r.__e!=o&&kh(r)));za.__r=0}function Fh(t,e,r,n,o,i,s,a,l,f,m){var d,_,y,C,N,A,B=n&&n.__k||Uh,q=e.length;for(l=zw(r,e,B,l,q),d=0;d<q;d++)(y=r.__k[d])!=null&&(_=y.__i==-1?Qi:B[y.__i]||Qi,y.__i=d,A=Cf(t,y,_,o,i,s,a,l,f,m),C=y.__e,y.ref&&_.ref!=y.ref&&(_.ref&&Rf(_.ref,null,y),m.push(y.ref,y.__c||C,y)),N==null&&C!=null&&(N=C),4&y.__u||_.__k===y.__k?l=Hh(y,l,t):typeof y.type=="function"&&A!==void 0?l=A:C&&(l=C.nextSibling),y.__u&=-7);return r.__e=N,l}function zw(t,e,r,n,o){var i,s,a,l,f,m=r.length,d=m,_=0;for(t.__k=new Array(o),i=0;i<o;i++)(s=e[i])!=null&&typeof s!="boolean"&&typeof s!="function"?(l=i+_,(s=t.__k[i]=typeof s=="string"||typeof s=="number"||typeof s=="bigint"||s.constructor==String?qa(null,s,null,null,null):Ka(s)?qa(Lr,{children:s},null,null,null):s.constructor==null&&s.__b>0?qa(s.type,s.props,s.key,s.ref?s.ref:null,s.__v):s).__=t,s.__b=t.__b+1,a=null,(f=s.__i=Yw(s,r,l,d))!=-1&&(d--,(a=r[f])&&(a.__u|=2)),a==null||a.__v==null?(f==-1&&(o>m?_--:o<m&&_++),typeof s.type!="function"&&(s.__u|=4)):f!=l&&(f==l-1?_--:f==l+1?_++:(f>l?_--:_++,s.__u|=4))):t.__k[i]=null;if(d)for(i=0;i<m;i++)(a=r[i])!=null&&(2&a.__u)==0&&(a.__e==n&&(n=ko(a)),Wh(a,a));return n}function Hh(t,e,r){var n,o;if(typeof t.type=="function"){for(n=t.__k,o=0;n&&o<n.length;o++)n[o]&&(n[o].__=t,e=Hh(n[o],e,r));return e}t.__e!=e&&(e&&t.type&&!r.contains(e)&&(e=ko(t)),r.insertBefore(t.__e,e||null),e=t.__e);do e=e&&e.nextSibling;while(e!=null&&e.nodeType==8);return e}function Yw(t,e,r,n){var o,i,s=t.key,a=t.type,l=e[r];if(l===null&&t.key==null||l&&s==l.key&&a==l.type&&(2&l.__u)==0)return r;if(n>(l!=null&&(2&l.__u)==0?1:0))for(o=r-1,i=r+1;o>=0||i<e.length;){if(o>=0){if((l=e[o])&&(2&l.__u)==0&&s==l.key&&a==l.type)return o;o--}if(i<e.length){if((l=e[i])&&(2&l.__u)==0&&s==l.key&&a==l.type)return i;i++}}return-1}function Oh(t,e,r){e[0]=="-"?t.setProperty(e,r??""):t[e]=r==null?"":typeof r!="number"||qw.test(e)?r:r+"px"}function Ga(t,e,r,n,o){var i,s;e:if(e=="style")if(typeof r=="string")t.style.cssText=r;else{if(typeof n=="string"&&(t.style.cssText=n=""),n)for(e in n)r&&e in r||Oh(t.style,e,"");if(r)for(e in r)n&&r[e]==n[e]||Oh(t.style,e,r[e])}else if(e[0]=="o"&&e[1]=="n")i=e!=(e=e.replace(Bh,"$1")),s=e.toLowerCase(),e=s in t||e=="onFocusOut"||e=="onFocusIn"?s.slice(2):e.slice(2),t.l||(t.l={}),t.l[e+i]=r,r?n?r.u=n.u:(r.u=Tf,t.addEventListener(e,i?wf:bf,i)):t.removeEventListener(e,i?wf:bf,i);else{if(o=="http://www.w3.org/2000/svg")e=e.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if(e!="width"&&e!="height"&&e!="href"&&e!="list"&&e!="form"&&e!="tabIndex"&&e!="download"&&e!="rowSpan"&&e!="colSpan"&&e!="role"&&e!="popover"&&e in t)try{t[e]=r??"";break e}catch{}typeof r=="function"||(r==null||r===!1&&e[4]!="-"?t.removeAttribute(e):t.setAttribute(e,e=="popover"&&r==1?"":r))}}function Nh(t){return function(e){if(this.l){var r=this.l[e.type+t];if(e.t==null)e.t=Tf++;else if(e.t<r.u)return;return r(Ie.event?Ie.event(e):e)}}}function Cf(t,e,r,n,o,i,s,a,l,f){var m,d,_,y,C,N,A,B,q,P,Q,_e,X,ce,se,de,Le,Te=e.type;if(e.constructor!=null)return null;128&r.__u&&(l=!!(32&r.__u),i=[a=e.__e=r.__e]),(m=Ie.__b)&&m(e);e:if(typeof Te=="function")try{if(B=e.props,q="prototype"in Te&&Te.prototype.render,P=(m=Te.contextType)&&n[m.__c],Q=m?P?P.props.value:m.__:n,r.__c?A=(d=e.__c=r.__c).__=d.__E:(q?e.__c=d=new Te(B,Q):(e.__c=d=new Pr(B,Q),d.constructor=Te,d.render=Xw),P&&P.sub(d),d.props=B,d.state||(d.state={}),d.context=Q,d.__n=n,_=d.__d=!0,d.__h=[],d._sb=[]),q&&d.__s==null&&(d.__s=d.state),q&&Te.getDerivedStateFromProps!=null&&(d.__s==d.state&&(d.__s=nn({},d.__s)),nn(d.__s,Te.getDerivedStateFromProps(B,d.__s))),y=d.props,C=d.state,d.__v=e,_)q&&Te.getDerivedStateFromProps==null&&d.componentWillMount!=null&&d.componentWillMount(),q&&d.componentDidMount!=null&&d.__h.push(d.componentDidMount);else{if(q&&Te.getDerivedStateFromProps==null&&B!==y&&d.componentWillReceiveProps!=null&&d.componentWillReceiveProps(B,Q),!d.__e&&d.shouldComponentUpdate!=null&&d.shouldComponentUpdate(B,d.__s,Q)===!1||e.__v==r.__v){for(e.__v!=r.__v&&(d.props=B,d.state=d.__s,d.__d=!1),e.__e=r.__e,e.__k=r.__k,e.__k.some(function(Re){Re&&(Re.__=e)}),_e=0;_e<d._sb.length;_e++)d.__h.push(d._sb[_e]);d._sb=[],d.__h.length&&s.push(d);break e}d.componentWillUpdate!=null&&d.componentWillUpdate(B,d.__s,Q),q&&d.componentDidUpdate!=null&&d.__h.push(function(){d.componentDidUpdate(y,C,N)})}if(d.context=Q,d.props=B,d.__P=t,d.__e=!1,X=Ie.__r,ce=0,q){for(d.state=d.__s,d.__d=!1,X&&X(e),m=d.render(d.props,d.state,d.context),se=0;se<d._sb.length;se++)d.__h.push(d._sb[se]);d._sb=[]}else do d.__d=!1,X&&X(e),m=d.render(d.props,d.state,d.context),d.state=d.__s;while(d.__d&&++ce<25);d.state=d.__s,d.getChildContext!=null&&(n=nn(nn({},n),d.getChildContext())),q&&!_&&d.getSnapshotBeforeUpdate!=null&&(N=d.getSnapshotBeforeUpdate(y,C)),de=m,m!=null&&m.type===Lr&&m.key==null&&(de=Vh(m.props.children)),a=Fh(t,Ka(de)?de:[de],e,r,n,o,i,s,a,l,f),d.base=e.__e,e.__u&=-161,d.__h.length&&s.push(d),A&&(d.__E=d.__=null)}catch(Re){if(e.__v=null,l||i!=null)if(Re.then){for(e.__u|=l?160:128;a&&a.nodeType==8&&a.nextSibling;)a=a.nextSibling;i[i.indexOf(a)]=null,e.__e=a}else for(Le=i.length;Le--;)If(i[Le]);else e.__e=r.__e,e.__k=r.__k;Ie.__e(Re,e,r)}else i==null&&e.__v==r.__v?(e.__k=r.__k,e.__e=r.__e):a=e.__e=Kw(r.__e,e,r,n,o,i,s,l,f);return(m=Ie.diffed)&&m(e),128&e.__u?void 0:a}function $h(t,e,r){for(var n=0;n<r.length;n++)Rf(r[n],r[++n],r[++n]);Ie.__c&&Ie.__c(e,t),t.some(function(o){try{t=o.__h,o.__h=[],t.some(function(i){i.call(o)})}catch(i){Ie.__e(i,o.__v)}})}function Vh(t){return typeof t!="object"||t==null||t.__b&&t.__b>0?t:Ka(t)?t.map(Vh):nn({},t)}function Kw(t,e,r,n,o,i,s,a,l){var f,m,d,_,y,C,N,A=r.props,B=e.props,q=e.type;if(q=="svg"?o="http://www.w3.org/2000/svg":q=="math"?o="http://www.w3.org/1998/Math/MathML":o||(o="http://www.w3.org/1999/xhtml"),i!=null){for(f=0;f<i.length;f++)if((y=i[f])&&"setAttribute"in y==!!q&&(q?y.localName==q:y.nodeType==3)){t=y,i[f]=null;break}}if(t==null){if(q==null)return document.createTextNode(B);t=document.createElementNS(o,q,B.is&&B),a&&(Ie.__m&&Ie.__m(e,i),a=!1),i=null}if(q==null)A===B||a&&t.data==B||(t.data=B);else{if(i=i&&Ya.call(t.childNodes),A=r.props||Qi,!a&&i!=null)for(A={},f=0;f<t.attributes.length;f++)A[(y=t.attributes[f]).name]=y.value;for(f in A)if(y=A[f],f!="children"){if(f=="dangerouslySetInnerHTML")d=y;else if(!(f in B)){if(f=="value"&&"defaultValue"in B||f=="checked"&&"defaultChecked"in B)continue;Ga(t,f,null,y,o)}}for(f in B)y=B[f],f=="children"?_=y:f=="dangerouslySetInnerHTML"?m=y:f=="value"?C=y:f=="checked"?N=y:a&&typeof y!="function"||A[f]===y||Ga(t,f,y,A[f],o);if(m)a||d&&(m.__html==d.__html||m.__html==t.innerHTML)||(t.innerHTML=m.__html),e.__k=[];else if(d&&(t.innerHTML=""),Fh(e.type=="template"?t.content:t,Ka(_)?_:[_],e,r,n,q=="foreignObject"?"http://www.w3.org/1999/xhtml":o,i,s,i?i[0]:r.__k&&ko(r,0),a,l),i!=null)for(f=i.length;f--;)If(i[f]);a||(f="value",q=="progress"&&C==null?t.removeAttribute("value"):C!=null&&(C!==t[f]||q=="progress"&&!C||q=="option"&&C!=A[f])&&Ga(t,f,C,A[f],o),f="checked",N!=null&&N!=t[f]&&Ga(t,f,N,A[f],o))}return t}function Rf(t,e,r){try{if(typeof t=="function"){var n=typeof t.__u=="function";n&&t.__u(),n&&e==null||(t.__u=t(e))}else t.current=e}catch(o){Ie.__e(o,r)}}function Wh(t,e,r){var n,o;if(Ie.unmount&&Ie.unmount(t),(n=t.ref)&&(n.current&&n.current!=t.__e||Rf(n,null,e)),(n=t.__c)!=null){if(n.componentWillUnmount)try{n.componentWillUnmount()}catch(i){Ie.__e(i,e)}n.base=n.__P=null}if(n=t.__k)for(o=0;o<n.length;o++)n[o]&&Wh(n[o],e,r||typeof t.type!="function");r||If(t.__e),t.__c=t.__=t.__e=void 0}function Xw(t,e,r){return this.constructor(t,r)}function jh(t,e,r){var n,o,i,s;e==document&&(e=document.documentElement),Ie.__&&Ie.__(t,e),o=(n=typeof r=="function")?null:r&&r.__k||e.__k,i=[],s=[],Cf(e,t=(!n&&r||e).__k=xf(Lr,null,[t]),o||Qi,Qi,e.namespaceURI,!n&&r?[r]:o?null:e.firstChild?Ya.call(e.childNodes):null,i,!n&&r?r:o?o.__e:e.firstChild,n,s),$h(i,t,s)}Ya=Uh.slice,Ie={__e:function(t,e,r,n){for(var o,i,s;e=e.__;)if((o=e.__c)&&!o.__)try{if((i=o.constructor)&&i.getDerivedStateFromError!=null&&(o.setState(i.getDerivedStateFromError(t)),s=o.__d),o.componentDidCatch!=null&&(o.componentDidCatch(t,n||{}),s=o.__d),s)return o.__E=o}catch(a){t=a}throw t}},Ph=0,Sf=function(t){return t!=null&&t.constructor==null},Pr.prototype.setState=function(t,e){var r;r=this.__s!=null&&this.__s!=this.state?this.__s:this.__s=nn({},this.state),typeof t=="function"&&(t=t(nn({},r),this.props)),t&&nn(r,t),t!=null&&this.__v&&(e&&this._sb.push(e),Dh(this))},Pr.prototype.forceUpdate=function(t){this.__v&&(this.__e=!0,t&&this.__h.push(t),Dh(this))},Pr.prototype.render=Lr,Jn=[],Lh=typeof Promise=="function"?Promise.prototype.then.bind(Promise.resolve()):setTimeout,Mh=function(t,e){return t.__v.__b-e.__v.__b},za.__r=0,Bh=/(PointerCapture)$|Capture$/i,Tf=0,bf=Nh(!1),wf=Nh(!0),Gw=0;var Df,jt,Af,Gh,qh=0,eg=[],pt=Ie,zh=pt.__b,Yh=pt.__r,Kh=pt.diffed,Xh=pt.__c,Jh=pt.unmount,Qh=pt.__;function Jw(t,e){pt.__h&&pt.__h(jt,t,qh||e),qh=0;var r=jt.__H||(jt.__H={__:[],__h:[]});return t>=r.__.length&&r.__.push({}),r.__[t]}function Nf(t,e){var r=Jw(Df++,7);return eS(r.__H,e)&&(r.__=t(),r.__H=e,r.__h=t),r.__}function Qw(){for(var t;t=eg.shift();)if(t.__P&&t.__H)try{t.__H.__h.forEach(Xa),t.__H.__h.forEach(Of),t.__H.__h=[]}catch(e){t.__H.__h=[],pt.__e(e,t.__v)}}pt.__b=function(t){jt=null,zh&&zh(t)},pt.__=function(t,e){t&&e.__k&&e.__k.__m&&(t.__m=e.__k.__m),Qh&&Qh(t,e)},pt.__r=function(t){Yh&&Yh(t),Df=0;var e=(jt=t.__c).__H;e&&(Af===jt?(e.__h=[],jt.__h=[],e.__.forEach(function(r){r.__N&&(r.__=r.__N),r.u=r.__N=void 0})):(e.__h.forEach(Xa),e.__h.forEach(Of),e.__h=[],Df=0)),Af=jt},pt.diffed=function(t){Kh&&Kh(t);var e=t.__c;e&&e.__H&&(e.__H.__h.length&&(eg.push(e)!==1&&Gh===pt.requestAnimationFrame||((Gh=pt.requestAnimationFrame)||Zw)(Qw)),e.__H.__.forEach(function(r){r.u&&(r.__H=r.u),r.u=void 0})),Af=jt=null},pt.__c=function(t,e){e.some(function(r){try{r.__h.forEach(Xa),r.__h=r.__h.filter(function(n){return!n.__||Of(n)})}catch(n){e.some(function(o){o.__h&&(o.__h=[])}),e=[],pt.__e(n,r.__v)}}),Xh&&Xh(t,e)},pt.unmount=function(t){Jh&&Jh(t);var e,r=t.__c;r&&r.__H&&(r.__H.__.forEach(function(n){try{Xa(n)}catch(o){e=o}}),r.__H=void 0,e&&pt.__e(e,r.__v))};var Zh=typeof requestAnimationFrame=="function";function Zw(t){var e,r=function(){clearTimeout(n),Zh&&cancelAnimationFrame(e),setTimeout(t)},n=setTimeout(r,35);Zh&&(e=requestAnimationFrame(r))}function Xa(t){var e=jt,r=t.__c;typeof r=="function"&&(t.__c=void 0,r()),jt=e}function Of(t){var e=jt;t.__c=t.__(),jt=e}function eS(t,e){return!t||t.length!==e.length||e.some(function(r,n){return r!==t[n]})}var tS=Symbol.for("preact-signals");function Lf(){if(Fo>1)Fo--;else{for(var t,e=!1;Zi!==void 0;){var r=Zi;for(Zi=void 0,Pf++;r!==void 0;){var n=r.o;if(r.o=void 0,r.f&=-3,!(8&r.f)&&rg(r))try{r.c()}catch(o){e||(t=o,e=!0)}r=n}}if(Pf=0,Fo--,e)throw t}}var Fe=void 0;var Zi=void 0,Fo=0,Pf=0,Ja=0;function tg(t){if(Fe!==void 0){var e=t.n;if(e===void 0||e.t!==Fe)return e={i:0,S:t,p:Fe.s,n:void 0,t:Fe,e:void 0,x:void 0,r:e},Fe.s!==void 0&&(Fe.s.n=e),Fe.s=e,t.n=e,32&Fe.f&&t.S(e),e;if(e.i===-1)return e.i=0,e.n!==void 0&&(e.n.p=e.p,e.p!==void 0&&(e.p.n=e.n),e.p=Fe.s,e.n=void 0,Fe.s.n=e,Fe.s=e),e}}function mt(t){this.v=t,this.i=0,this.n=void 0,this.t=void 0}mt.prototype.brand=tS;mt.prototype.h=function(){return!0};mt.prototype.S=function(t){this.t!==t&&t.e===void 0&&(t.x=this.t,this.t!==void 0&&(this.t.e=t),this.t=t)};mt.prototype.U=function(t){if(this.t!==void 0){var e=t.e,r=t.x;e!==void 0&&(e.x=r,t.e=void 0),r!==void 0&&(r.e=e,t.x=void 0),t===this.t&&(this.t=r)}};mt.prototype.subscribe=function(t){var e=this;return St(function(){var r=e.value,n=Fe;Fe=void 0;try{t(r)}finally{Fe=n}})};mt.prototype.valueOf=function(){return this.value};mt.prototype.toString=function(){return this.value+""};mt.prototype.toJSON=function(){return this.value};mt.prototype.peek=function(){var t=Fe;Fe=void 0;try{return this.value}finally{Fe=t}};Object.defineProperty(mt.prototype,"value",{get:function(){var t=tg(this);return t!==void 0&&(t.i=this.i),this.v},set:function(t){if(t!==this.v){if(Pf>100)throw new Error("Cycle detected");this.v=t,this.i++,Ja++,Fo++;try{for(var e=this.t;e!==void 0;e=e.x)e.t.N()}finally{Lf()}}}});function ir(t){return new mt(t)}function rg(t){for(var e=t.s;e!==void 0;e=e.n)if(e.S.i!==e.i||!e.S.h()||e.S.i!==e.i)return!0;return!1}function ng(t){for(var e=t.s;e!==void 0;e=e.n){var r=e.S.n;if(r!==void 0&&(e.r=r),e.S.n=e,e.i=-1,e.n===void 0){t.s=e;break}}}function og(t){for(var e=t.s,r=void 0;e!==void 0;){var n=e.p;e.i===-1?(e.S.U(e),n!==void 0&&(n.n=e.n),e.n!==void 0&&(e.n.p=n)):r=e,e.S.n=e.r,e.r!==void 0&&(e.r=void 0),e=n}t.s=r}function Ho(t){mt.call(this,void 0),this.x=t,this.s=void 0,this.g=Ja-1,this.f=4}(Ho.prototype=new mt).h=function(){if(this.f&=-3,1&this.f)return!1;if((36&this.f)==32||(this.f&=-5,this.g===Ja))return!0;if(this.g=Ja,this.f|=1,this.i>0&&!rg(this))return this.f&=-2,!0;var t=Fe;try{ng(this),Fe=this;var e=this.x();(16&this.f||this.v!==e||this.i===0)&&(this.v=e,this.f&=-17,this.i++)}catch(r){this.v=r,this.f|=16,this.i++}return Fe=t,og(this),this.f&=-2,!0};Ho.prototype.S=function(t){if(this.t===void 0){this.f|=36;for(var e=this.s;e!==void 0;e=e.n)e.S.S(e)}mt.prototype.S.call(this,t)};Ho.prototype.U=function(t){if(this.t!==void 0&&(mt.prototype.U.call(this,t),this.t===void 0)){this.f&=-33;for(var e=this.s;e!==void 0;e=e.n)e.S.U(e)}};Ho.prototype.N=function(){if(!(2&this.f)){this.f|=6;for(var t=this.t;t!==void 0;t=t.x)t.t.N()}};Object.defineProperty(Ho.prototype,"value",{get:function(){if(1&this.f)throw new Error("Cycle detected");var t=tg(this);if(this.h(),t!==void 0&&(t.i=this.i),16&this.f)throw this.v;return this.v}});function Mf(t){return new Ho(t)}function ig(t){var e=t.u;if(t.u=void 0,typeof e=="function"){Fo++;var r=Fe;Fe=void 0;try{e()}catch(n){throw t.f&=-2,t.f|=8,Bf(t),n}finally{Fe=r,Lf()}}}function Bf(t){for(var e=t.s;e!==void 0;e=e.n)e.S.U(e);t.x=void 0,t.s=void 0,ig(t)}function rS(t){if(Fe!==this)throw new Error("Out-of-order effect");og(this),Fe=t,this.f&=-2,8&this.f&&Bf(this),Lf()}function es(t){this.x=t,this.u=void 0,this.s=void 0,this.o=void 0,this.f=32}es.prototype.c=function(){var t=this.S();try{if(8&this.f||this.x===void 0)return;var e=this.x();typeof e=="function"&&(this.u=e)}finally{t()}};es.prototype.S=function(){if(1&this.f)throw new Error("Cycle detected");this.f|=1,this.f&=-9,ig(this),ng(this),Fo++;var t=Fe;return Fe=this,rS.bind(this,t)};es.prototype.N=function(){2&this.f||(this.f|=2,this.o=Zi,Zi=this)};es.prototype.d=function(){this.f|=8,1&this.f||Bf(this)};function St(t){var e=new es(t);try{e.c()}catch(r){throw e.d(),r}return e.d.bind(e)}var kf,Uf;function $o(t,e){Ie[t]=e.bind(null,Ie[t]||function(){})}function Qa(t){Uf&&Uf(),Uf=t&&t.S()}function sg(t){var e=this,r=t.data,n=oS(r);n.value=r;var o=Nf(function(){for(var i=e.__v;i=i.__;)if(i.__c){i.__c.__$f|=4;break}return e.__$u.c=function(){var s,a=e.__$u.S(),l=o.value;a(),Sf(l)||((s=e.base)==null?void 0:s.nodeType)!==3?(e.__$f|=1,e.setState({})):e.base.data=l},Mf(function(){var s=n.value.value;return s===0?0:s===!0?"":s||""})},[]);return o.value}sg.displayName="_st";Object.defineProperties(mt.prototype,{constructor:{configurable:!0,value:void 0},type:{configurable:!0,value:sg},props:{configurable:!0,get:function(){return{data:this}}},__b:{configurable:!0,value:1}});$o("__b",function(t,e){if(typeof e.type=="string"){var r,n=e.props;for(var o in n)if(o!=="children"){var i=n[o];i instanceof mt&&(r||(e.__np=r={}),r[o]=i,n[o]=i.peek())}}t(e)});$o("__r",function(t,e){Qa();var r,n=e.__c;n&&(n.__$f&=-2,(r=n.__$u)===void 0&&(n.__$u=r=(function(o){var i;return St(function(){i=this}),i.c=function(){n.__$f|=1,n.setState({})},i})())),kf=n,Qa(r),t(e)});$o("__e",function(t,e,r,n){Qa(),kf=void 0,t(e,r,n)});$o("diffed",function(t,e){Qa(),kf=void 0;var r;if(typeof e.type=="string"&&(r=e.__e)){var n=e.__np,o=e.props;if(n){var i=r.U;if(i)for(var s in i){var a=i[s];a!==void 0&&!(s in n)&&(a.d(),i[s]=void 0)}else r.U=i={};for(var l in n){var f=i[l],m=n[l];f===void 0?(f=nS(r,l,m,o),i[l]=f):f.o(m,o)}}}t(e)});function nS(t,e,r,n){var o=e in t&&t.ownerSVGElement===void 0,i=ir(r);return{o:function(s,a){i.value=s,n=a},d:St(function(){var s=i.value.value;n[e]!==s&&(n[e]=s,o?t[e]=s:s?t.setAttribute(e,s):t.removeAttribute(e))})}}$o("unmount",function(t,e){if(typeof e.type=="string"){var r=e.__e;if(r){var n=r.U;if(n){r.U=void 0;for(var o in n){var i=n[o];i&&i.d()}}}}else{var s=e.__c;if(s){var a=s.__$u;a&&(s.__$u=void 0,a.d())}}t(e)});$o("__h",function(t,e,r,n){(n<3||n===9)&&(e.__$f|=2),t(e,r,n)});Pr.prototype.shouldComponentUpdate=function(t,e){var r=this.__$u,n=r&&r.s!==void 0;for(var o in e)return!0;if(this.__f||typeof this.u=="boolean"&&this.u===!0){if(!(n||2&this.__$f||4&this.__$f)||1&this.__$f)return!0}else if(!(n||4&this.__$f)||3&this.__$f)return!0;for(var i in t)if(i!=="__source"&&t[i]!==this.props[i])return!0;for(var s in this.props)if(!(s in t))return!0;return!1};function oS(t){return Nf(function(){return ir(t)},[])}var Za=class{url;alt;constructor(e){e.alt&&(this.alt=e.alt),this.url=e.url}};var ec=class{d;cmp;effective;constructor(e={}){this.d=e.d,this.cmp=e.cmp,this.effective=this.d}};var Ff=class{id;mID;name;groupID;groupName;isSelected;constructor(e){e??={},this.id=e.id,this.mID=e.mID,this.name=e.name,this.groupID=e.groupID,this.groupName=e.groupName,this.isSelected=e.isSelected??!1}},Mr=class{mID;name;imgs;link;price;sku;isAvailable;quantity;sellingPlans;selectedOptions;selectedSellingPlan;effectivePrice;constructor(e){e=e??{},this.mID=e.mID,this.name=e.name,this.imgs=e.imgs?.map(r=>new Za(r))??[],this.link=e.link,this.price=new ec(e.price),this.sku=e.sku,this.isAvailable=e.isAvailable,this.quantity=e.quantity,this.selectedOptions=e.selectedOptions??[],this.effectivePrice=ir(this.price.effective),e.sellingPlans?.length&&(this.selectedSellingPlan=ir(void 0)),this.sellingPlans=e.sellingPlans?.map(r=>{let n=new Ff(r);return n.isSelected&&(this.selectedSellingPlan.value=n),n})}getOneImage(){return this.imgs[0]?.url}changeSellingPlan(e){this.selectedSellingPlan.value=e}hasEffectivePrice(){return this.effectivePrice.value!==this.price.d}};function Hf(t,e){for(let r of t){let n=e.get(r.attr),o=Array.isArray(n),i=typeof n=="string",s=typeof n=="number"&&typeof r.value=="number",a=Array.isArray(r.value),l=!0;switch(r.op){case"contains":{l=(o||i)&&n.includes(r.value);break}case"notContains":{l=(o||i)&&!n.includes(r.value);break}case"eq":{l=n===r.value;break}case"ne":{l=n!==r.value;break}case"gt":{l=s&&n>r.value;break}case"gte":{l=s&&n>=r.value;break}case"lt":{l=s&&n<r.value;break}case"lte":{l=s&&n<=r.value;break}case"in":{l=a&&r.value.includes(n);break}case"nin":{l=a&&!r.value.includes(n);break}case"between":{l=s&&a&&r.value.length===2&&n>=r.value[0]&&n<=r.value[1];break}case"all":{l=o&&a&&r.value.every(f=>n.includes(f));break}default:{l=!1;break}}if(!l)return!1}return!0}var ht=class{id;mID;name;options;imgs;vars;desc;link;slug;quantity;category;meta;reviews;tags;templateSuffix;selectedOrFirstVariant;selected=ir(!0);_showAddToCartButton;constructor(e){this.update(e),this.selectedOrFirstVariant=ir(this.selectedVariant),this._showAddToCartButton=this.evaluateShowATCFlag()}get firstImageURL(){return this.imgs?.[0]?.url}get secondaryImageURL(){return this.imgs?.[1]?.url}get getVariantImages(){return this.selectedOrFirstVariant.value.imgs}get variantImage(){return this.getVariantImages[0]?.url}get variantSecondaryImage(){return this.getVariantImages[1]?.url}get showAddToCartButton(){return this._showAddToCartButton}set variants(e){this.vars=e,this.selectedOrFirstVariant.value=this.selectedVariant}get selectedVariant(){return this.vars.find(e=>e.isAvailable)??this.vars[0]}hasVariants(){return this.vars?.length>1}setSelectedVariant(e){this.selectedOrFirstVariant.value=e}setSelectedVariantByID(e){if(!e)return;let r=this.vars.find(n=>n.mID===e.toString());r&&this.setSelectedVariant(r)}update(e){return this.id=e.id??this.id,this.mID=e.mID??this.mID,this.name=e.name??this.name,this.imgs=e.imgs??this.imgs,this.desc=e.desc??this.desc,this.link=e.link??this.link,this.slug=e.slug??this.slug,this.quantity=e.quantity??this.quantity,this.meta=e.meta??this.meta,this.category=e.category??this.category,this.reviews=e.reviews??this.reviews,this.options=e.options??this.options,this.tags=e.tags??this.tags,this.templateSuffix=e.templateSuffix??this.templateSuffix,e.vars&&(this.vars=e.vars.map(r=>new Mr(r))),this}toEmbed(e){return e=e??this.selectedOrFirstVariant.value,new Dt({id:this.id,mID:this.mID,vID:e.mID,vName:e.name,name:this.name,link:this.link,slug:this.slug,price:e.price.d,imageURL:e.getOneImage()??this.imgs?.[0].url})}getTemplateVariables(){let e=this.selectedOrFirstVariant.value,r=e.price,n=this.name,o=this.category,i=this.variantImage??this.firstImageURL,s=this.meta,a=this.tags?.join(",")??"",l=this.reviews?.rating,f=this.reviews?.totalReviews,m=r.cmp&&r.cmp>r.d,d=Z(E({name:n},Lt("price",r.d,!0)),{image_url:i,meta:s,category:o,rating:l,reviews:f,tags:a});if(e.hasEffectivePrice()){let y=Lt("effective_price",e.effectivePrice.value,!0);Object.assign(d,y)}if(m){let y=r.cmp-r.d,C={discount_percent:(y/r.cmp*100).toFixed(0)};Object.assign(d,C),Object.assign(d,Lt("compare_price",r.cmp)),Object.assign(d,Lt("discount_price",y))}let _={name:e.name,quantity:e.quantity};return{product:d,variant:_}}evaluateShowATCFlag(){let e=je.get().widgetCustomisation?.atcButton?.showWhen;if(!e?.predicates?.length)return!0;let r=e.predicates,n=this.getValueMap(r);return e.op==="or"?r.some(o=>Hf([o],n)):Hf(r,n)}getValueMap(e){let r=new Map;for(let n of e){let o=n.attr.split(".");switch(o[1]){case"tags":{r.set(n.attr,this.tags);break}case"type":case"category":{r.set(n.attr,this.category);break}case"meta":case"metafield":{let s=o[2];if(!s)continue;r.set(n.attr,this.meta?.[s]);break}}}return r}};var tc=class{id;alt;shortID;sources;items;durationMS;thumbnail;card;bestSource;highSource;goodSource;lowSource;m3u8Source;constructor(e={}){if(this.id=e.id,this.alt=e.alt,this.shortID=e.shortID,this.sources=e.sources?.sort((r,n)=>n.height-r.height),this.durationMS=e.durationMS,this.thumbnail=e.thumbnail,this.items=e.items?e.items.map(r=>new ht(r)):[],this.card=e.card,this.sources){let r=[];for(let n of this.sources)n.format==="mp4"?r.push(n):n.format==="m3u8"&&!this.m3u8Source&&(this.m3u8Source=n);r.length>0&&(this.bestSource=r[0],this.highSource=r.length>1?r[1]:r[0],this.lowSource=r.length>2?r[r.length-1]:r[0])}}};var rc=class{videos;source;template;heading;autoPlay;showMuteButton;footerContent;detailPopup;playlistConfig;itemDetailConfig;constructor(e={}){this.videos=e.videos?.map(r=>new tc(r))??[],this.source=e.source,this.template=e.template,this.detailPopup=e.detailPopup??{template:"VIDEO_ONLY_VIEW"},this.heading=e.heading,this.showMuteButton=e.showMuteButton,this.autoPlay=e.autoPlay??"ON",this.footerContent=e.footerContent??"FIRST_ITEM",this.playlistConfig={videoSwiper:e.playlistConfig?.videoSwiper??void 0,itemCardClickBehavior:e.playlistConfig?.itemCardClickBehavior??"OPEN_VIDEO_DETAIL"},this.itemDetailConfig={template:e.itemDetailConfig?.template??"CLASSIC"}}showItems(){return this.footerContent==="FIRST_ITEM"||this.footerContent==="ITEM_SWIPER"}};var Ct=zr($f());Ct.filters.define("default",function(t){return typeof t>"u"||t==null?"":sS(t)});+Ct.filters.define("max",(t,e)=>{let r=Number(t),n=Number(e);return isNaN(r)||isNaN(n)?t:r>n?e:t});Ct.filters.define("min",(t,e)=>{let r=Number(t),n=Number(e);return isNaN(r)||isNaN(n)?t:r<n?e:t});Ct.filters.define("fallback",(t,e)=>t==null||t===""?e:t);Ct.filters.define("manipulate_quantity",(t,e,r)=>{if(e??=1,r??=100,e>r)return b.error("Invalid range: min should be less than or equal to max."),t;if(t>=e&&t<=r)return t;let n=t%r;return n<e?e:n});Ct.filters.define("apply_discount_perc",(t,e,r=1/0)=>{if(t=+t,isNaN(t))return b.error("Need value as a number for `apply_discount_perc` filter"),NaN;if(e<0||e>100)return b.error("Invalid percent value for `apply_discount_perc` filter. Must be between 0 and 100."),NaN;let n=t*e/100;return t-Math.min(r,n)});Ct.filters.define("apply_discount_fixed",(t,e)=>(t=+t,isNaN(t)?(b.error("Need value as a number for `apply_discount_fixed` filter"),NaN):Math.max(0,t-e)));Ct.filters.define("currency",t=>(t=+t,isNaN(t)?(b.error("Need value as a number for `currency` filter"),NaN):vf(t)));Ct.filters.define("split",(t,e,r)=>{if(typeof t!="string")return b.error("Need value as a string for `split` filter"),"";if(e==null)return b.error("Need delimiter for `split` filter"),"";if(r==null||isNaN(Number(r)))return b.error("Need a valid index for `split` filter"),"";let n=t.split(String(e)),o=Number(r),i=o<0?n.length+o:o;return n[i].trim()??""});Ct.defaultConfig.defaultFilter="default";Ct.defaultConfig.useWith=!0;Ct.defaultConfig.autoEscape=!1;var iS={'"':"&quot;","\\":"&bsol;","\n":"\\n"," ":"\\t"};function sS(t){return String(t).replace(/["\\\n\t]/g,e=>iS[e])}function aS(t){if(!t)return"";let e=/({{{\s*([^}]+?)\s*}}}|{{\s*&\s*([^}]+?)\s*}})/g;return t.replace(e,(r,n,o,i)=>`{{ ${(o||i||"").trim()} }}`)}var Vo=(t,e,r)=>{e=E({discount:{},cart:{},product:{},bundle:{},variant:{},customer:{},svg:{},form:{},amount_left:null},e);try{return Ct.render(aS(t),e)}catch(n){throw ae(n,"squirrelly-render",{extra:{template:t,values:e},triggerContext:r}),n}},Qn=(t,e,r)=>{let n=JSON.stringify(t),o=Vo(n,e,r);try{return JSON.parse(o)}catch(i){throw ae(i,"variable-replacement",{extra:{before:t,after:o},triggerContext:r}),i}};function ts(){return!!window.Shopify}function oc(){if(ts())return window.Shopify.shop?.split(".")?.[0]}function cg(t){let n=(t.includes("://")?new URL(t).pathname:t).match(/\/products\/([^/]+?)(?:\.html)?$/);return n?n[1]:null}function Wo(t){return(window.Shopify?.routes?.root??"/")+t.substring(1)}function ic(t){return Wo(t+"?from=cooee")}var me=class t{static CURRENT;token;items=[];total_price=0;original_total_price=0;items_subtotal_price=0;currency;item_count=0;attributes;cart_level_discount_applications;discount_codes;total_discount=0;constructor(){}static getCurrent(){return this.CURRENT||(this.CURRENT=new t),this.CURRENT}async getNormalisedCart(e){return cS(e)}getCooeeCart(){return Vf()}update(e){return this.token=e.token,this.items=e.items,this.total_price=e.total_price,this.original_total_price=e.original_total_price,this.items_subtotal_price=e.items_subtotal_price,this.currency=e.currency,this.item_count=e.item_count,this.attributes=e.attributes,this.cart_level_discount_applications=e.cart_level_discount_applications,this.discount_codes=e.discount_codes,this.total_discount=e.total_discount,fe().currencyCode=this.currency,b.verbose("Updated ShopifyCart",this),this}toString(){return`ShopifyCart(token: ${this.token}, itemCount: ${this.item_count})`}};async function cS(t){let e=me.getCurrent();await uS(e,t);let r=lg(e);return t&&await Ye.set("cart",r),r}function Vf(){return lg(me.getCurrent())}function lg(t){return{amount:t.total_price/100,originalAmount:t.original_total_price/100,itemsSubtotalPrice:t.items_subtotal_price/100,currency:t.currency,itemCount:t.item_count,items:lS(t.items),token:t.token}}function lS(t){if(!t)return b.error("No item received to be sent"),[];Array.isArray(t)||(t=[t]);let e=[];for(let r of t){if(!r.id||!r.title){b.warn("Invalid item received",r);continue}let n={name:r.title,quantity:+r.quantity||1,mID:r.product_id?.toString(),vID:r.id.toString(),price:+r.price/100||0,finalPrice:+r.final_price/100||0,properties:r.properties,key:r.key},o=r.selling_plan_allocation?.selling_plan;if(!o){e.push(n);continue}n.sellingPlanAllocation={sellingPlan:{fixedSellingPlan:o.fixed_selling_plan,id:o.id,name:o.name,recurringDeliveries:o.recurring_deliveries}},e.push(n)}return e}async function uS(t,e){if(!e&&t.token){b.verbose("Not fetching cart");return}b.verbose("Fetching cart");let r=ic("/cart.js");try{let n=(await Jr(r)).data;t.update(n)}catch(n){b.error("Unable to fetch the cart",n)}}var sc=class{id;mID;handle;title;imageURL;constructor(e){e??={},this.id=e.id,this.mID=e.mID,this.handle=e.handle,this.title=e.title,this.imageURL=e.imageURL}};var Wf=class{enabled;constructor(e){this.enabled=e.enabled}},jf=class extends Wf{max;min;constructor(e){e??={},super(e),this.min=e.min,this.max=e.max}},ac=class{productQuantity;constructor(e){e??={},this.productQuantity=new jf(e.productQuantity)}};var Gt=class{t;bg;br;clc;shd;spc;trf;a;w;h;x;y;constructor(e){this.t=e.t,e.bg&&(this.bg=new $n(e.bg)),e.br&&(this.br=new Kr(e.br)),e.shd&&(this.shd=new Li(e.shd)),e.spc&&(this.spc=new Xr(e.spc)),this.trf=new Vn(e.trf),this.clc=e.clc,this.w=e.w,this.h=e.h,this.x=e.x,this.y=e.y,this.a=e.a}get alpha(){return this.a??100}get type(){return this.t}get typeAsString(){return Ge[this.t]}get click(){return this.clc}},Ge=(P=>(P[P.IMAGE=1]="IMAGE",P[P.TEXT=2]="TEXT",P[P.BUTTON=3]="BUTTON",P[P.FLEXBOX=4]="FLEXBOX",P[P.MULTI_COLUMN=5]="MULTI_COLUMN",P[P.CHECKBOX=6]="CHECKBOX",P[P.PRODUCTS=11]="PRODUCTS",P[P.PRODUCT=12]="PRODUCT",P[P.PRODUCT_IMAGE=13]="PRODUCT_IMAGE",P[P.PRODUCT_TITLE=14]="PRODUCT_TITLE",P[P.PRODUCT_VARIATIONS=15]="PRODUCT_VARIATIONS",P[P.PRODUCT_VARIATIONS_SELLING_PLANS=16]="PRODUCT_VARIATIONS_SELLING_PLANS",P[P.PRODUCT_BUTTON=18]="PRODUCT_BUTTON",P[P.PRODUCT_RATING=19]="PRODUCT_RATING",P[P.EMAIL_INPUT=51]="EMAIL_INPUT",P[P.PHONE_INPUT=52]="PHONE_INPUT",P[P.COUNTDOWN_TIMER=61]="COUNTDOWN_TIMER",P[P.CAROUSEL=62]="CAROUSEL",P[P.SHAPE=100]="SHAPE",P))(Ge||{});var Zn=class extends Gt{constructor(e){super(e)}};var on=class extends Gt{src;constructor(e){super(e),this.src=e.src}};var Br=class extends Gt{typo;constructor(e){super(e);let r=E(E({},e.f),e.typo);e.alg&&(r.ta=e.alg),e.c&&(r.tc=e.c),this.typo=new at(r)}get color(){return this.typography.tc}get typography(){return this.typo}};var Tn=class extends Br{prs;constructor(e){super(e),this.prs=e.prs}get parts(){return this.prs}};var cc=class extends Gt{o;constructor(e){super(e),this.o=e.o??5,this.w=this.w??1080,this.h=this.h??1920}getOrigin(){return this.o}};var jo=class{dd;hh;mm;ss;date;constructor(e){e??={},this.dd=e.dd??0,this.hh=e.hh??0,this.mm=e.mm??0,this.ss=e.ss??0,this.date=e.date?new Date(e.date):void 0}start(e,r){let n=new Date;e===2?(n.setSeconds(n.getSeconds()+this.ss),n.setMinutes(n.getMinutes()+this.mm),n.setHours(n.getHours()+this.hh),n.setDate(n.getDate()+this.dd)):n=this.date??new Date;let o=window.setInterval(()=>{let i=new Date().getTime(),s=n.getTime()-i;if(s<1){clearInterval(o);return}let a=Math.floor(s/(1e3*60*60*24)),l=Math.floor(s%(1e3*60*60*24)/(1e3*60*60)),f=Math.floor(s%(1e3*60*60)/(1e3*60)),m=Math.floor(s%(1e3*60)/1e3);r({days:a,hours:l,minutes:f,seconds:m})},1e3);return o}};var Go=class extends Br{gap;timer;timerType;horizontal;lblPos;show;constructor(e){e??={},super(e),this.gap=e.gap,this.timerType=e.type,this.timer=new jo(e.timer),this.show=e.show??{day:!0,hour:!0,minute:!0,second:!0},this.horizontal=e.horizontal,this.lblPos=e.lblPos}};var lc=class{txt;c;constructor(e){e??={},this.txt=e.txt,this.c=new Ve(e.c??{})}get text(){return this.txt}get color(){return this.c}};var In=class extends Br{ph;constructor(e){super(e),this.ph=new lc(e.ph)}get placeholderText(){return this.ph.text}get placeholderColor(){return this.ph.color.rgba}};var qo=class extends In{constructor(e){e??={},super(e)}};var zo=class extends In{};var Yo=class extends In{};var Ko=class extends on{};var uc=class{en;ex;constructor(e){e=e??{},this.en=e.en,this.ex=e.ex}getEnterAnimation(){switch(this.en){case 2:return[{transform:"translateY(-100%)"},{transform:"translateY(0%)"}];case 3:return[{transform:"translateY(100%)"},{transform:"translateY(0%)"}];case 4:return[{transform:"translateX(-100%)"},{transform:"translateX(0%)"}];case 5:return[{transform:"translateX(100%)"},{transform:"translateX(0%)"}];case 6:return[{transform:"translate(-100%, -100%)"},{transform:"translate(0%, 0%)"}];case 7:return[{transform:"translate(100%, -100%)"},{transform:"translate(0%, 0%)"}];case 8:return[{transform:"translate(-100%, 100%)"},{transform:"translate(0%, 0%)"}];case 9:return[{transform:"translate(100%, 100%)"},{transform:"translate(0%, 0%)"}];case 10:return[{transform:"scale(0.1)"},{transform:"scale(1)"}];default:return[]}}getExitAnimation(){switch(this.ex){case 2:return[{transform:"translateY(0%)"},{transform:"translateY(-100%)"}];case 3:return[{transform:"translateY(0%)"},{transform:"translateY(100%)"}];case 4:return[{transform:"translateX(0%)"},{transform:"translateX(-100%)"}];case 5:return[{transform:"translateX(0%)"},{transform:"translateX(100%)"}];case 6:return[{transform:"translate(0%, 0%)"},{transform:"translate(-100%, -100%)"}];case 7:return[{transform:"translate(0%, 0%)"},{transform:"translate(100%, -100%)"}];case 8:return[{transform:"translate(0%, 0%)"},{transform:"translate(-100%, 100%)"}];case 9:return[{transform:"translate(0%, 0%)"},{transform:"translate(100%, 100%)"}];case 10:return[{transform:"scale(1)"},{transform:"scale(0)"}];default:return[]}}};var fc=15,rs=class extends Gt{gvt;max;cover;anim;embedded;constructor(e){e=e??{},super(e),this.gvt=e.gvt??5,this.max=e.max,this.cover=e.cover??!0,this.anim=new uc(e.anim),this.spc||(this.spc=new Xr({pl:fc,pr:fc,pt:fc,pb:fc}))}};var pc=class extends rs{cont;elems=[];mob;constructor(e){e=e??{},super(e),this.cont=new cc(e.cont),this.mob=new rs(e.mob),this.bg||(this.bg=this.cont.bg,delete this.cont.bg),e.elems.forEach(r=>{r.t===1?this.elems.push(new on(r)):r.t===2?this.elems.push(new Tn(r)):r.t===3?this.elems.push(new Tn(r)):r.t===100?this.elems.push(new Zn(r)):r.t===51?this.elems.push(new zo(r)):r.t===52?this.elems.push(new Yo(r)):r.t===61?this.elems.push(new Go(r)):r.t===15||r.t===16?this.elems.push(new qo(r)):r.t===13&&this.elems.push(new Ko(r))})}getStylesForWrapper(){if(this.cover)return{};let e;return this.gvt===1?e={top:0,left:0}:this.gvt===2?e={top:0,left:"50%",transform:"translateX(-50%)"}:this.gvt===3?e={top:0,right:0}:this.gvt===6?e={top:"50%",right:0,transform:"translateY(-50%)"}:this.gvt===9?e={bottom:0,right:0}:this.gvt===8?e={bottom:0,left:"50%",transform:"translateX(-50%)"}:this.gvt===7?e={bottom:0,left:0}:this.gvt===4?e={top:"50%",left:0,transform:"translateY(-50%)"}:e={top:"50%",left:"50%",transform:"translateX(-50%) translateY(-50%)"},e.overflow="visible",e}getFlexStylesForContainer(){let e={display:"flex",flexDirection:"row"},r,n;return this.gvt===1?(r="flex-start",n="flex-start"):this.gvt===2?(r="center",n="flex-start"):this.gvt===3?(r="flex-end",n="flex-start"):this.gvt===4?(r="flex-start",n="center"):this.gvt===6?(r="flex-end",n="center"):this.gvt===7?(r="flex-start",n="flex-end"):this.gvt===8?(r="center",n="flex-end"):this.gvt===9?(r="flex-end",n="flex-end"):(r="center",n="center"),e.alignItems=n,e.justifyContent=r,e.overflow="visible",e}overrideForMobileView(){this.max=this.mob.max??this.max,this.cover=this.mob.cover??this.cover,this.gvt=this.mob.gvt??this.gvt,this.bg=this.mob.bg??this.bg,this.spc=this.mob.spc??this.spc,this.anim=this.mob.anim??this.anim}};var Xo=class{gap;dir;wrap;jc;ai;scroll;constructor(e){e??={},this.gap=e.gap??0,this.dir=e.dir??"row",this.wrap=e.wrap??"nowrap",this.jc=e.jc??"flex-start",this.ai=e.ai??"flex-start",this.scroll=e.scroll}};var mc=class{of;disp;pos;top;bottom;left;right;zIndex;constructor(e){e??={},this.of=e.of,this.disp=e.disp,this.pos=e.pos,this.top=e.top,this.bottom=e.bottom,this.left=e.left,this.right=e.right,this.zIndex=e.zIndex}};var dc=class{w;h;maxW;maxH;minW;minH;constructor(e){e??={},this.w=e.w??"100%",this.h=e.h??"auto",this.maxW=e.maxW,this.maxH=e.maxH,this.minW=e.minW,this.minH=e.minH}};var hc=class{size;bg;br;spc;typo;lout;flex;constructor(e){e??={},this.spc=new Xr(e.spc),e.size&&(this.size=new dc(e.size)),e.bg&&(this.bg=new $n(e.bg)),e.br&&(this.br=new Kr(e.br)),e.typo&&(this.typo=new at(e.typo)),e.lout&&(this.lout=new mc(e.lout)),e.flex&&(this.flex=new Xo(e.flex))}},Jo=class{sm;lg;constructor(e){e??={},this.sm=new hc(e.sm),this.lg=new hc(e.lg)}};var gt=class{t;style;hide;when;clc;l;constructor(e,r){r??={},this.t=e,this.style=new Jo(r.style),this.hide=r.hide,this.l=r.l,r.when?.op&&(this.when=r.when),r.clc&&(this.clc=r.clc)}get stringType(){return Ge[this.t]}};var yt=class extends gt{text;constructor(e,r){e?.style?.lg?.typo?.s&&delete e.style.lg.typo.s,e?.style?.sm?.typo?.s&&delete e.style.sm.typo.s,super(r??2,e),e??={},this.text=e.text}};var eo=class extends yt{constructor(e,r){super(e,r??3)}};var Qo=class extends gt{value;constructor(e){super(6,e),e??={},this.value=e.value}};var Zo=class extends yt{showChips;optionsConfig;constructor(e=15,r){super(r,e),r??={},this.showChips=r.showChips??!1,this.optionsConfig=r.optionsConfig??{}}};var gc=class extends gt{c;iconSize;showSingleStar;fullStar;halfStart;constructor(e){super(19,e),e??={},this.c=new Ve(e.c),this.iconSize=e.iconSize??24,this.showSingleStar=e.showSingleStar??!1,this.fullStar=e.fullStar,this.halfStart=e.halfStart}};var ug=zr(qs());var Gf=class{enabled;type;color;constructor(e){e??={},this.enabled=e.enabled,this.type=e.type,this.color=new Ve(e.color)}},qf=class{size;enabled;color;constructor(e){e??={},this.enabled=e.enabled,this.size=e.size,this.color=new Ve(e.color)}},zf=class{enabled;delay;constructor(e={}){this.enabled=e.enabled,e.delay&&(this.delay=e.delay>100?e.delay:e.delay*1e3)}},ei=class{navigation;pagination;autoplay;loop;maxInRow;gap;maxInRowSm;gapSm;speed;marquee;constructor(e){e??={},this.navigation=new qf(e.navigation),this.pagination=new Gf(e.pagination),this.autoplay=new zf(e.autoplay),this.loop=e.loop??!1,this.maxInRow=e.maxInRow??4,this.gap=e.gap??0,this.maxInRowSm=e.maxInRowSm??this.maxInRow,this.gapSm=e.gapSm??this.gap,e.speed&&(this.speed=e.speed*1e3),this.marquee=e.marquee}};var yc=class extends gt{conf;slide;formData;values;allowedTypes;constructor(e){super(62,e),e&&this.update(e)}update(e){e??={},this.slide=qt.getParsedElement(e.slide),this.formData=e.formData,this.values=e.values,this.conf=new ei(e.conf),this.allowedTypes=e.allowedTypes}};var vc=class extends yt{gap;timer;timerType;horizontal;lblPos;show;constructor(e){e??={},super(e,61),this.gap=e.gap,this.timerType=e.type,this.timer=new jo(e.timer),this.show=e.show??{days:!0,hours:!0,minutes:!0,seconds:!0},this.horizontal=e.horizontal,this.lblPos=e.lblPos}};var xn=class extends gt{elems;constructor(e){super(4,e),this.update(e)}update(e){e??={},this.elems??=[],e.elems?.forEach(r=>{let n=qt.getParsedElement(r);n&&this.elems.push(n)})}};var to=class extends gt{src;sm;lg;constructor(e,r){super(r??1,e),e&&this.update(e)}update(e){this.src=e.src,this.sm=e.sm,this.lg=e.lg}};var qt=class t{static getParsedElements(e){let r=[];return e?.forEach(n=>{let o=t.getParsedElement(n);o&&r.push(o)}),r}static getParsedElement(e){switch(e.t){case 2:return new yt(e);case 3:return new eo(e);case 6:return new Qo(e);case 11:return new Ec(e);case 12:return new Cn(e);case 61:return new vc(e);case 4:return new xn(e);case 1:return new to(e);case 13:return new to(e,13);case 14:return new yt(e,14);case 15:case 16:return new Zo(e.t,e);case 18:return new eo(e,18);case 62:return new yc(e);case 19:return new gc(e);default:ug.default.error("Unknown element type",e.t);return}}static parseAlignmentToJustifyContent(e){switch(e){case 1:return"center";case 2:return"flex-end";case 0:return"flex-start";default:return"flex-start"}}};var Cn=class extends gt{img;title;desc;price;compareAt;btn;variantDD;show;symbol;cBox;elems;noLinks;constructor(e){if(e??={},super(12,e),this.show=e.show,this.elems=qt.getParsedElements(e.elems),this.noLinks=e.noLinks,!this.elems.length){e.cBox&&this.elems.push(new Qo(e.cBox)),this.elems.push(new to(e.img,13));let r=new yt(e.title,14);r.hide=!e.show?.title,r.text="{{ product.name }}",this.elems.push(r);let n=new yt(e.price);n.text="{{ product.price }}",n.hide=!e.show?.price;let o=new yt(e.compareAt);o.text="{{ product.compare_price }}",o.hide=!e.show?.price,e.compareAt||(o.style=new Jo(n.style),o.style.lg.typo=new at(Z(E({},o.style.lg.typo),{td:"line-through"})),o.style.sm.typo=new at(Z(E({},o.style.sm.typo),{td:"line-through"})));let i=new xn({style:{lg:{spc:{mb:10},flex:{dir:"row",gap:10,ai:"center",jc:qt.parseAlignmentToJustifyContent(n.style.lg.typo?.ta)}}}});i.elems.push(o),i.elems.push(n),this.elems.push(i);let s=new Zo(15,e.variantDD);if(s.hide=!e.show?.variantDD,this.elems.push(s),e.btn){let a=new eo(e.btn,18);a.hide=!e.show?.btn,this.elems.push(a)}}e.symbol&&(this.symbol=new yt(e.symbol))}};var Ec=class extends gt{conf;prod;constructor(e){super(11,e),e??={},this.conf=new Yf(e.conf),this.prod=new Cn(e.prod)}};var _c=class extends ei{disp;maxItems;constructor(e){e??={},super(e),this.disp=e.disp,this.maxItems=e.maxItems}},Yf=class{lg;sm;constructor(e){e??={},this.lg=new _c(e.lg),this.sm=new _c(e.sm)}};var bc=class extends xn{constructor(e){super(e)}};var ti=class{cont;elems=[];constructor(e){e=e??{},this.cont=new bc(e.cont),e.elems?.forEach(r=>{this.addRawElement(r)})}addRawElement(e){let r=qt.getParsedElement(e);return r&&this.elems.push(r),r}};function wc(t,e){return fS(t,e,0,5)}function fS(t,e,r=0,n=50){if(e){if(r>n){console.warn("Maximum recursion depth reached in findFirstElementOfType");return}for(let o of e){if(o.t===t)return o;let i="elems"in o?o.elems:[];if(i?.length>0){let s=wc(t,i);if(s)return s}}}}var Sc=class{title;subtitle;template;refreshPage;options;constructor(e={}){this.template=e.template??"IMAGE",this.refreshPage=e.refreshPage??!1,this.options=e.options??[],this.title=e.title,this.subtitle=e.subtitle}};var Kf=class{engagementID;shortID;contentType;delay;onsiteDeliveryType;objective;redirectBehaviour;constructor(e){this.shortID=e.shortID,this.contentType=e.contentType,this.engagementID=e.engagementID,this.delay=e.delay??0,this.redirectBehaviour=e.redirectBehaviour,this.onsiteDeliveryType=e.onsiteDeliveryType,this.objective=e.objective}isAnySplit(){return this.isABTesting()||this.isExclusionTesting()}isExclusionTesting(){return this.contentType===Ai.EXCLUSION}isABTesting(){return this.contentType===Ai.ABTESTING}isSingleContent(){return this.contentType===Ai.SINGLE}},ns=class{videoConfig;savingsBarConfig;collectionFilterConfig;afterDeleteJS;afterRenderJS;innerCSS;outerCSS;constructor(e){this.update(e)}update(e){e??={},e.videoConfig&&(this.videoConfig=new rc(e.videoConfig)),e.savingsBarConfig&&(this.savingsBarConfig=new ta(e.savingsBarConfig)),e.collectionFilterConfig&&(this.collectionFilterConfig=new Sc(e.collectionFilterConfig)),this.afterDeleteJS=e.afterDeleteJS,this.afterRenderJS=e.afterRenderJS,this.innerCSS=e.innerCSS,this.outerCSS=e.outerCSS}},Tt=class extends Kf{contentID;variation;ian;widget;discount;placement;promotionType;contentSource;manipulation;klaviyoFormID;entryAnimation;hasMultiplePlacement;skipSubscribedItems;progressBarConfig;stickyATCConfig;bundleConfig;content;previewType;occurred;id;currency;props;items;nonMutableItems;embeddedItems;bundleFrom;collections;customerData;experimentConfig;discountData=ir({});constructor(e){if(super(e),this.id=e.id,this.currency=fe().currencyCode??"USD",this.contentID=e.contentID,this.variation=e.variation,e.widget&&(this.widget=new ti(e.widget)),this.previewType=e.previewType,this.occurred=e.occurred??new Date,this.props=e.props,this.entryAnimation=e.entryAnimation??"NONE",this.embeddedItems=e.embeddedItems?.map(r=>new Dt(r)),this.items=e.items?.map(r=>new ht(r))??[],this.nonMutableItems=e.items?.map(r=>new ht(r))??[],this.collections=e.collections?.map(r=>new sc(r))??[],this.discount=e.discount,this.placement=e.placement,e.customerData?.name){let r=e.customerData.name.split(" ");this.customerData={name:e.customerData.name,full_name:e.customerData.name,first_name:r[0],last_name:r[1]}}this.ian=e.ian?this.processPopup(e.ian):void 0,this.promotionType=e.promotionType,this.manipulation=new ac(e.manipulation),this.contentSource=e.contentSource,this.klaviyoFormID=e.klaviyoFormID,this.hasMultiplePlacement=e.hasMultiplePlacement,this.skipSubscribedItems=e.skipSubscribedItems,this.stickyATCConfig=e.stickyATCConfig,e.experimentConfig&&(this.experimentConfig=new Qs(e.experimentConfig)),e.progressBarConfig&&(this.progressBarConfig=new ea(e.progressBarConfig)),e.bundleConfig&&(this.bundleConfig=new Ks(e.bundleConfig)),e.bundleFrom&&(this.bundleFrom=new ht(e.bundleFrom)),e.content&&(this.content=new ns(e.content))}shouldDelay(){return this.delay>0}getDelaySeconds(){let e=new Date().getTime()-this.occurred.getTime();return this.delay*1e3-e}isBundle(){return this.objective===er.BUNDLE_AND_UPSELL}isCartEmbed(){return this.onsiteDeliveryType===Di.CART_EMBED}isPageEmbed(){return this.onsiteDeliveryType===Di.PAGE_EMBED}isProgressBar(){return this.objective===er.PROGRESS_BAR}isSubscriptionUpsell(){return this.objective===er.SUBSCRIPTION_UPSELL}isCartRecovery(){return this.objective===er.CART_RECOVERY}isProductPromotion(){return this.objective===er.PRODUCT_PROMOTION}isProductPromoted(){return this.isProductPromotion()||this.isBundle()||this.isCartRecovery()}isCollectionPromoted(){return this.isProductPromotion()&&this.collections.length>0&&this.promotionType===ql.COLLECTION}isBYOB(){return this.objective===er.BYOB}isStickyATC(){return this.objective===er.STICKY_ATC}isShoppableVideo(){return this.objective===er.SHOPPABLE_VIDEO}isSavingsBar(){return this.objective===er.SAVINGS_BAR}isCollectionFilter(){return this.objective===er.COLLECTION_FILTER}processPopup(e){let r=this.items[0],n={},o={};if(r){let a=r.selectedOrFirstVariant.value;n=Z(E(E({name:r.name,id:r.mID,link:r.link,vID:a.mID,image:r.variantImage},Lt("price",a.price.d)),Lt("comparePrice",a.price.cmp)),{quantity:r.quantity}),o={quantity:a.quantity}}let i={productCount:me.getCurrent().item_count},s=Vo(JSON.stringify(e),{product:n,variant:o,cart:i,discount:this.discount,customer:this.customerData},new Ir(new Date,this));return r&&(s=s.replace(new RegExp("https://cdn.global.letscooee.com/images/placeholders/product.png","gi"),r.variantImage??r.firstImageURL)),new pc(JSON.parse(s))}calculateDiscountData(e,r){let n=Yr.sum(e,s=>s.selectedOrFirstVariant.value.price.d),o=Yr.sum(e,s=>{let a=s.selectedOrFirstVariant.value.price;return a.cmp??a.d}),i={actualPrice:n,totalComparePrice:o,discountAmount:0,discountPercentage:0,discountedPrice:n};if(!e?.length||!r||!this.discount?.type){this.discountData.value=this.formatCurrencyAndNumber(i);return}if(Qt.BXGY===this.discount.type&&this.discount.values?.length)i.discountPercentage=this.discount.values[0],this.updateEffectivePrice(e,i.discountPercentage,!0),i.discountAmount=i.actualPrice-Yr.sum(e,s=>s.selectedOrFirstVariant.value.effectivePrice.value);else if([Qt.STATIC,Qt.UNIQUE_FLAT].includes(this.discount.type)&&this.discount.values?.length)i.discountPercentage=this.discount.values[0],i.discountAmount=i.actualPrice*i.discountPercentage/100,this.updateEffectivePrice(e,i.discountPercentage);else if(Qt.UNIQUE_FLAT_ITEMS===this.discount.type&&this.discount.values?.length)this.discount.ruleType==="fixed_amount"?(i.discountAmount=this.discount.values[0],i.discountPercentage=i.actualPrice>0?i.discountAmount*100/i.actualPrice:0):(i.discountPercentage=this.discount.values[0],i.discountAmount=i.actualPrice*i.discountPercentage/100),this.updateEffectivePrice(e,i.discountPercentage);else if(this.discount.type===Qt.UNIQUE_FIXED_ITEMS&&this.discount.values?.length)i.discountAmount=i.actualPrice-this.discount.values[0],i.discountPercentage=i.discountAmount/i.actualPrice*100,this.updateEffectivePrice(e,i.discountPercentage);else if(this.discount.type===Qt.UNIQUE_CHEAPEST_ITEM_FREE){e.sort((a,l)=>l.selectedOrFirstVariant.value.price.d-a.selectedOrFirstVariant.value.price.d);let s=e[e.length-1];s.selectedOrFirstVariant.value.effectivePrice.value=0,i.discountAmount=s.selectedOrFirstVariant.value.price.d,i.discountPercentage=i.discountAmount/i.actualPrice*100}i.discountedPrice=i.actualPrice-i.discountAmount,this.discountData.value=this.formatCurrencyAndNumber(i)}getPrivateAttributesForLineItem(){return je.get().skipItemAttribute?{}:{_via:"Cooee",_letscooee_campaign:this.shortID,_letscooee_content:this.contentID}}getKVFormatPrivateAttributesForLineItem(){return je.get().skipItemAttribute?[]:[{key:"_via",value:"Cooee"},{key:"_letscooee_campaign",value:this.shortID},{key:"_letscooee_content",value:this.contentID}]}isBundleOnCartDrawer(){return this.isBundle()&&this.isCartEmbed()}isBundleOnPDP(){return this.isPageEmbed()&&this.isBundle()}hasSwiperElement(){if(wc(62,this.widget?.elems))return!0;let r=wc(11,this.widget?.elems);return r?r.conf.lg.disp===2||r.conf.sm.disp===2:!1}toString(){let e;return this.onsiteDeliveryType===Di.POPUP?e="Popup":e=Rm.toTitle(this.objective),`${e}(id=${this.shortID})`}getCartMagicVariables(){let e=me.getCurrent(),r=Yr.sum(e.items??[],n=>n.discounts?.reduce((o,i)=>o+(i.amount??0),0)??0);return E(E(E(E({productCount:e.item_count,product_count:e.item_count},Lt("amount",e.total_price/100)),Lt("originalAmount",e.original_total_price/100)),Lt("total_line_items_discount",r/100)),Lt("total_discount",e.total_discount/100))}shouldGetVariationImmediately(){return this.hasMultiplePlacement&&!this.alwaysHaveVariations()}shouldSkipVariation(){return this.isSingleContent()||this.alwaysHaveVariations()?!0:!!this.variation}alwaysHaveVariations(){return this.isProgressBar()||this.isSavingsBar()}updateEffectivePrice(e,r,n=!1){let o=fe().currentItem;e.forEach(i=>{let s=i.selectedOrFirstVariant.value,a=s.price;if(n&&i.mID===o.mID)s.effectivePrice.value=a.d;else{let l=a.d*r/100;s.effectivePrice.value=a.d-l}})}formatCurrencyAndNumber(e){if(!e)return{};let r={discountPercentage:xh(e.discountPercentage??0),discountCode:this.discount?.code};return["actualPrice","discountAmount","discountedPrice","totalComparePrice"].map(n=>{Object.assign(r,Lt(n,e[n]))}),r}};function mS(t,e){return e={exports:{}},t(e,e.exports),e.exports}var dS=vS,hS=_S,gS=SS,kr=[],ar=[],yS=typeof Uint8Array<"u"?Uint8Array:Array,Xf="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(ro=0,fg=Xf.length;ro<fg;++ro)kr[ro]=Xf[ro],ar[Xf.charCodeAt(ro)]=ro;var ro,fg;ar[45]=62;ar[95]=63;function Cg(t){var e=t.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=t.indexOf("=");r===-1&&(r=e);var n=r===e?0:4-r%4;return[r,n]}function vS(t){var e=Cg(t),r=e[0],n=e[1];return(r+n)*3/4-n}function ES(t,e,r){return(e+r)*3/4-r}function _S(t){var e,r=Cg(t),n=r[0],o=r[1],i=new yS(ES(t,n,o)),s=0,a=o>0?n-4:n,l;for(l=0;l<a;l+=4)e=ar[t.charCodeAt(l)]<<18|ar[t.charCodeAt(l+1)]<<12|ar[t.charCodeAt(l+2)]<<6|ar[t.charCodeAt(l+3)],i[s++]=e>>16&255,i[s++]=e>>8&255,i[s++]=e&255;return o===2&&(e=ar[t.charCodeAt(l)]<<2|ar[t.charCodeAt(l+1)]>>4,i[s++]=e&255),o===1&&(e=ar[t.charCodeAt(l)]<<10|ar[t.charCodeAt(l+1)]<<4|ar[t.charCodeAt(l+2)]>>2,i[s++]=e>>8&255,i[s++]=e&255),i}function bS(t){return kr[t>>18&63]+kr[t>>12&63]+kr[t>>6&63]+kr[t&63]}function wS(t,e,r){for(var n,o=[],i=e;i<r;i+=3)n=(t[i]<<16&16711680)+(t[i+1]<<8&65280)+(t[i+2]&255),o.push(bS(n));return o.join("")}function SS(t){for(var e,r=t.length,n=r%3,o=[],i=16383,s=0,a=r-n;s<a;s+=i)o.push(wS(t,s,s+i>a?a:s+i));return n===1?(e=t[r-1],o.push(kr[e>>2]+kr[e<<4&63]+"==")):n===2&&(e=(t[r-2]<<8)+t[r-1],o.push(kr[e>>10]+kr[e>>4&63]+kr[e<<2&63]+"=")),o.join("")}var Jf={byteLength:dS,toByteArray:hS,fromByteArray:gS};var TS=function(e,r,n,o,i){var s,a,l=i*8-o-1,f=(1<<l)-1,m=f>>1,d=-7,_=n?i-1:0,y=n?-1:1,C=e[r+_];for(_+=y,s=C&(1<<-d)-1,C>>=-d,d+=l;d>0;s=s*256+e[r+_],_+=y,d-=8);for(a=s&(1<<-d)-1,s>>=-d,d+=o;d>0;a=a*256+e[r+_],_+=y,d-=8);if(s===0)s=1-m;else{if(s===f)return a?NaN:(C?-1:1)*(1/0);a=a+Math.pow(2,o),s=s-m}return(C?-1:1)*a*Math.pow(2,s-o)},IS=function(e,r,n,o,i,s){var a,l,f,m=s*8-i-1,d=(1<<m)-1,_=d>>1,y=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,C=o?0:s-1,N=o?1:-1,A=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(l=isNaN(r)?1:0,a=d):(a=Math.floor(Math.log(r)/Math.LN2),r*(f=Math.pow(2,-a))<1&&(a--,f*=2),a+_>=1?r+=y/f:r+=y*Math.pow(2,1-_),r*f>=2&&(a++,f/=2),a+_>=d?(l=0,a=d):a+_>=1?(l=(r*f-1)*Math.pow(2,i),a=a+_):(l=r*Math.pow(2,_-1)*Math.pow(2,i),a=0));i>=8;e[n+C]=l&255,C+=N,l/=256,i-=8);for(a=a<<i|l,m+=i;m>0;e[n+C]=a&255,C+=N,a/=256,m-=8);e[n+C-N]|=A*128},ri={read:TS,write:IS},xc=mS(function(t,e){var r=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;e.Buffer=s,e.SlowBuffer=B,e.INSPECT_MAX_BYTES=50;var n=2147483647;e.kMaxLength=n,s.TYPED_ARRAY_SUPPORT=o(),!s.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function o(){try{var h=new Uint8Array(1),c={foo:function(){return 42}};return Object.setPrototypeOf(c,Uint8Array.prototype),Object.setPrototypeOf(h,c),h.foo()===42}catch{return!1}}Object.defineProperty(s.prototype,"parent",{enumerable:!0,get:function(){if(s.isBuffer(this))return this.buffer}}),Object.defineProperty(s.prototype,"offset",{enumerable:!0,get:function(){if(s.isBuffer(this))return this.byteOffset}});function i(h){if(h>n)throw new RangeError('The value "'+h+'" is invalid for option "size"');var c=new Uint8Array(h);return Object.setPrototypeOf(c,s.prototype),c}function s(h,c,u){if(typeof h=="number"){if(typeof c=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return m(h)}return a(h,c,u)}s.poolSize=8192;function a(h,c,u){if(typeof h=="string")return d(h,c);if(ArrayBuffer.isView(h))return y(h);if(h==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+babelHelpers.typeof(h));if($e(h,ArrayBuffer)||h&&$e(h.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&($e(h,SharedArrayBuffer)||h&&$e(h.buffer,SharedArrayBuffer)))return C(h,c,u);if(typeof h=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var v=h.valueOf&&h.valueOf();if(v!=null&&v!==h)return s.from(v,c,u);var x=N(h);if(x)return x;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof h[Symbol.toPrimitive]=="function")return s.from(h[Symbol.toPrimitive]("string"),c,u);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+babelHelpers.typeof(h))}s.from=function(h,c,u){return a(h,c,u)},Object.setPrototypeOf(s.prototype,Uint8Array.prototype),Object.setPrototypeOf(s,Uint8Array);function l(h){if(typeof h!="number")throw new TypeError('"size" argument must be of type number');if(h<0)throw new RangeError('The value "'+h+'" is invalid for option "size"')}function f(h,c,u){return l(h),h<=0?i(h):c!==void 0?typeof u=="string"?i(h).fill(c,u):i(h).fill(c):i(h)}s.alloc=function(h,c,u){return f(h,c,u)};function m(h){return l(h),i(h<0?0:A(h)|0)}s.allocUnsafe=function(h){return m(h)},s.allocUnsafeSlow=function(h){return m(h)};function d(h,c){if((typeof c!="string"||c==="")&&(c="utf8"),!s.isEncoding(c))throw new TypeError("Unknown encoding: "+c);var u=q(h,c)|0,v=i(u),x=v.write(h,c);return x!==u&&(v=v.slice(0,x)),v}function _(h){for(var c=h.length<0?0:A(h.length)|0,u=i(c),v=0;v<c;v+=1)u[v]=h[v]&255;return u}function y(h){if($e(h,Uint8Array)){var c=new Uint8Array(h);return C(c.buffer,c.byteOffset,c.byteLength)}return _(h)}function C(h,c,u){if(c<0||h.byteLength<c)throw new RangeError('"offset" is outside of buffer bounds');if(h.byteLength<c+(u||0))throw new RangeError('"length" is outside of buffer bounds');var v;return c===void 0&&u===void 0?v=new Uint8Array(h):u===void 0?v=new Uint8Array(h,c):v=new Uint8Array(h,c,u),Object.setPrototypeOf(v,s.prototype),v}function N(h){if(s.isBuffer(h)){var c=A(h.length)|0,u=i(c);return u.length===0||h.copy(u,0,0,c),u}if(h.length!==void 0)return typeof h.length!="number"||De(h.length)?i(0):_(h);if(h.type==="Buffer"&&Array.isArray(h.data))return _(h.data)}function A(h){if(h>=n)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+n.toString(16)+" bytes");return h|0}function B(h){return+h!=h&&(h=0),s.alloc(+h)}s.isBuffer=function(c){return c!=null&&c._isBuffer===!0&&c!==s.prototype},s.compare=function(c,u){if($e(c,Uint8Array)&&(c=s.from(c,c.offset,c.byteLength)),$e(u,Uint8Array)&&(u=s.from(u,u.offset,u.byteLength)),!s.isBuffer(c)||!s.isBuffer(u))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(c===u)return 0;for(var v=c.length,x=u.length,O=0,W=Math.min(v,x);O<W;++O)if(c[O]!==u[O]){v=c[O],x=u[O];break}return v<x?-1:x<v?1:0},s.isEncoding=function(c){switch(String(c).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},s.concat=function(c,u){if(!Array.isArray(c))throw new TypeError('"list" argument must be an Array of Buffers');if(c.length===0)return s.alloc(0);var v;if(u===void 0)for(u=0,v=0;v<c.length;++v)u+=c[v].length;var x=s.allocUnsafe(u),O=0;for(v=0;v<c.length;++v){var W=c[v];if($e(W,Uint8Array))O+W.length>x.length?s.from(W).copy(x,O):Uint8Array.prototype.set.call(x,W,O);else if(s.isBuffer(W))W.copy(x,O);else throw new TypeError('"list" argument must be an Array of Buffers');O+=W.length}return x};function q(h,c){if(s.isBuffer(h))return h.length;if(ArrayBuffer.isView(h)||$e(h,ArrayBuffer))return h.byteLength;if(typeof h!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+babelHelpers.typeof(h));var u=h.length,v=arguments.length>2&&arguments[2]===!0;if(!v&&u===0)return 0;for(var x=!1;;)switch(c){case"ascii":case"latin1":case"binary":return u;case"utf8":case"utf-8":return _t(h).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return u*2;case"hex":return u>>>1;case"base64":return He(h).length;default:if(x)return v?-1:_t(h).length;c=(""+c).toLowerCase(),x=!0}}s.byteLength=q;function P(h,c,u){var v=!1;if((c===void 0||c<0)&&(c=0),c>this.length||((u===void 0||u>this.length)&&(u=this.length),u<=0)||(u>>>=0,c>>>=0,u<=c))return"";for(h||(h="utf8");;)switch(h){case"hex":return V(this,c,u);case"utf8":case"utf-8":return qe(this,c,u);case"ascii":return D(this,c,u);case"latin1":case"binary":return R(this,c,u);case"base64":return Re(this,c,u);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return k(this,c,u);default:if(v)throw new TypeError("Unknown encoding: "+h);h=(h+"").toLowerCase(),v=!0}}s.prototype._isBuffer=!0;function Q(h,c,u){var v=h[c];h[c]=h[u],h[u]=v}s.prototype.swap16=function(){var c=this.length;if(c%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var u=0;u<c;u+=2)Q(this,u,u+1);return this},s.prototype.swap32=function(){var c=this.length;if(c%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var u=0;u<c;u+=4)Q(this,u,u+3),Q(this,u+1,u+2);return this},s.prototype.swap64=function(){var c=this.length;if(c%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var u=0;u<c;u+=8)Q(this,u,u+7),Q(this,u+1,u+6),Q(this,u+2,u+5),Q(this,u+3,u+4);return this},s.prototype.toString=function(){var c=this.length;return c===0?"":arguments.length===0?qe(this,0,c):P.apply(this,arguments)},s.prototype.toLocaleString=s.prototype.toString,s.prototype.equals=function(c){if(!s.isBuffer(c))throw new TypeError("Argument must be a Buffer");return this===c?!0:s.compare(this,c)===0},s.prototype.inspect=function(){var c="",u=e.INSPECT_MAX_BYTES;return c=this.toString("hex",0,u).replace(/(.{2})/g,"$1 ").trim(),this.length>u&&(c+=" ... "),"<Buffer "+c+">"},r&&(s.prototype[r]=s.prototype.inspect),s.prototype.compare=function(c,u,v,x,O){if($e(c,Uint8Array)&&(c=s.from(c,c.offset,c.byteLength)),!s.isBuffer(c))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+babelHelpers.typeof(c));if(u===void 0&&(u=0),v===void 0&&(v=c?c.length:0),x===void 0&&(x=0),O===void 0&&(O=this.length),u<0||v>c.length||x<0||O>this.length)throw new RangeError("out of range index");if(x>=O&&u>=v)return 0;if(x>=O)return-1;if(u>=v)return 1;if(u>>>=0,v>>>=0,x>>>=0,O>>>=0,this===c)return 0;for(var W=O-x,ue=v-u,be=Math.min(W,ue),ge=this.slice(x,O),Me=c.slice(u,v),ke=0;ke<be;++ke)if(ge[ke]!==Me[ke]){W=ge[ke],ue=Me[ke];break}return W<ue?-1:ue<W?1:0};function _e(h,c,u,v,x){if(h.length===0)return-1;if(typeof u=="string"?(v=u,u=0):u>2147483647?u=2147483647:u<-2147483648&&(u=-2147483648),u=+u,De(u)&&(u=x?0:h.length-1),u<0&&(u=h.length+u),u>=h.length){if(x)return-1;u=h.length-1}else if(u<0)if(x)u=0;else return-1;if(typeof c=="string"&&(c=s.from(c,v)),s.isBuffer(c))return c.length===0?-1:X(h,c,u,v,x);if(typeof c=="number")return c=c&255,typeof Uint8Array.prototype.indexOf=="function"?x?Uint8Array.prototype.indexOf.call(h,c,u):Uint8Array.prototype.lastIndexOf.call(h,c,u):X(h,[c],u,v,x);throw new TypeError("val must be string, number or Buffer")}function X(h,c,u,v,x){var O=1,W=h.length,ue=c.length;if(v!==void 0&&(v=String(v).toLowerCase(),v==="ucs2"||v==="ucs-2"||v==="utf16le"||v==="utf-16le")){if(h.length<2||c.length<2)return-1;O=2,W/=2,ue/=2,u/=2}function be(mr,qr){return O===1?mr[qr]:mr.readUInt16BE(qr*O)}var ge;if(x){var Me=-1;for(ge=u;ge<W;ge++)if(be(h,ge)===be(c,Me===-1?0:ge-Me)){if(Me===-1&&(Me=ge),ge-Me+1===ue)return Me*O}else Me!==-1&&(ge-=ge-Me),Me=-1}else for(u+ue>W&&(u=W-ue),ge=u;ge>=0;ge--){for(var ke=!0,rt=0;rt<ue;rt++)if(be(h,ge+rt)!==be(c,rt)){ke=!1;break}if(ke)return ge}return-1}s.prototype.includes=function(c,u,v){return this.indexOf(c,u,v)!==-1},s.prototype.indexOf=function(c,u,v){return _e(this,c,u,v,!0)},s.prototype.lastIndexOf=function(c,u,v){return _e(this,c,u,v,!1)};function ce(h,c,u,v){u=Number(u)||0;var x=h.length-u;v?(v=Number(v),v>x&&(v=x)):v=x;var O=c.length;v>O/2&&(v=O/2);for(var W=0;W<v;++W){var ue=parseInt(c.substr(W*2,2),16);if(De(ue))return W;h[u+W]=ue}return W}function se(h,c,u,v){return Ae(_t(c,h.length-u),h,u,v)}function de(h,c,u,v){return Ae(st(c),h,u,v)}function Le(h,c,u,v){return Ae(He(c),h,u,v)}function Te(h,c,u,v){return Ae(we(c,h.length-u),h,u,v)}s.prototype.write=function(c,u,v,x){if(u===void 0)x="utf8",v=this.length,u=0;else if(v===void 0&&typeof u=="string")x=u,v=this.length,u=0;else if(isFinite(u))u=u>>>0,isFinite(v)?(v=v>>>0,x===void 0&&(x="utf8")):(x=v,v=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var O=this.length-u;if((v===void 0||v>O)&&(v=O),c.length>0&&(v<0||u<0)||u>this.length)throw new RangeError("Attempt to write outside buffer bounds");x||(x="utf8");for(var W=!1;;)switch(x){case"hex":return ce(this,c,u,v);case"utf8":case"utf-8":return se(this,c,u,v);case"ascii":case"latin1":case"binary":return de(this,c,u,v);case"base64":return Le(this,c,u,v);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Te(this,c,u,v);default:if(W)throw new TypeError("Unknown encoding: "+x);x=(""+x).toLowerCase(),W=!0}},s.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Re(h,c,u){return c===0&&u===h.length?Jf.fromByteArray(h):Jf.fromByteArray(h.slice(c,u))}function qe(h,c,u){u=Math.min(h.length,u);for(var v=[],x=c;x<u;){var O=h[x],W=null,ue=O>239?4:O>223?3:O>191?2:1;if(x+ue<=u){var be,ge,Me,ke;switch(ue){case 1:O<128&&(W=O);break;case 2:be=h[x+1],(be&192)===128&&(ke=(O&31)<<6|be&63,ke>127&&(W=ke));break;case 3:be=h[x+1],ge=h[x+2],(be&192)===128&&(ge&192)===128&&(ke=(O&15)<<12|(be&63)<<6|ge&63,ke>2047&&(ke<55296||ke>57343)&&(W=ke));break;case 4:be=h[x+1],ge=h[x+2],Me=h[x+3],(be&192)===128&&(ge&192)===128&&(Me&192)===128&&(ke=(O&15)<<18|(be&63)<<12|(ge&63)<<6|Me&63,ke>65535&&ke<1114112&&(W=ke))}}W===null?(W=65533,ue=1):W>65535&&(W-=65536,v.push(W>>>10&1023|55296),W=56320|W&1023),v.push(W),x+=ue}return Bt(v)}var Qe=4096;function Bt(h){var c=h.length;if(c<=Qe)return String.fromCharCode.apply(String,h);for(var u="",v=0;v<c;)u+=String.fromCharCode.apply(String,h.slice(v,v+=Qe));return u}function D(h,c,u){var v="";u=Math.min(h.length,u);for(var x=c;x<u;++x)v+=String.fromCharCode(h[x]&127);return v}function R(h,c,u){var v="";u=Math.min(h.length,u);for(var x=c;x<u;++x)v+=String.fromCharCode(h[x]);return v}function V(h,c,u){var v=h.length;(!c||c<0)&&(c=0),(!u||u<0||u>v)&&(u=v);for(var x="",O=c;O<u;++O)x+=$t[h[O]];return x}function k(h,c,u){for(var v=h.slice(c,u),x="",O=0;O<v.length-1;O+=2)x+=String.fromCharCode(v[O]+v[O+1]*256);return x}s.prototype.slice=function(c,u){var v=this.length;c=~~c,u=u===void 0?v:~~u,c<0?(c+=v,c<0&&(c=0)):c>v&&(c=v),u<0?(u+=v,u<0&&(u=0)):u>v&&(u=v),u<c&&(u=c);var x=this.subarray(c,u);return Object.setPrototypeOf(x,s.prototype),x};function H(h,c,u){if(h%1!==0||h<0)throw new RangeError("offset is not uint");if(h+c>u)throw new RangeError("Trying to access beyond buffer length")}s.prototype.readUintLE=s.prototype.readUIntLE=function(c,u,v){c=c>>>0,u=u>>>0,v||H(c,u,this.length);for(var x=this[c],O=1,W=0;++W<u&&(O*=256);)x+=this[c+W]*O;return x},s.prototype.readUintBE=s.prototype.readUIntBE=function(c,u,v){c=c>>>0,u=u>>>0,v||H(c,u,this.length);for(var x=this[c+--u],O=1;u>0&&(O*=256);)x+=this[c+--u]*O;return x},s.prototype.readUint8=s.prototype.readUInt8=function(c,u){return c=c>>>0,u||H(c,1,this.length),this[c]},s.prototype.readUint16LE=s.prototype.readUInt16LE=function(c,u){return c=c>>>0,u||H(c,2,this.length),this[c]|this[c+1]<<8},s.prototype.readUint16BE=s.prototype.readUInt16BE=function(c,u){return c=c>>>0,u||H(c,2,this.length),this[c]<<8|this[c+1]},s.prototype.readUint32LE=s.prototype.readUInt32LE=function(c,u){return c=c>>>0,u||H(c,4,this.length),(this[c]|this[c+1]<<8|this[c+2]<<16)+this[c+3]*16777216},s.prototype.readUint32BE=s.prototype.readUInt32BE=function(c,u){return c=c>>>0,u||H(c,4,this.length),this[c]*16777216+(this[c+1]<<16|this[c+2]<<8|this[c+3])},s.prototype.readIntLE=function(c,u,v){c=c>>>0,u=u>>>0,v||H(c,u,this.length);for(var x=this[c],O=1,W=0;++W<u&&(O*=256);)x+=this[c+W]*O;return O*=128,x>=O&&(x-=Math.pow(2,8*u)),x},s.prototype.readIntBE=function(c,u,v){c=c>>>0,u=u>>>0,v||H(c,u,this.length);for(var x=u,O=1,W=this[c+--x];x>0&&(O*=256);)W+=this[c+--x]*O;return O*=128,W>=O&&(W-=Math.pow(2,8*u)),W},s.prototype.readInt8=function(c,u){return c=c>>>0,u||H(c,1,this.length),this[c]&128?(255-this[c]+1)*-1:this[c]},s.prototype.readInt16LE=function(c,u){c=c>>>0,u||H(c,2,this.length);var v=this[c]|this[c+1]<<8;return v&32768?v|4294901760:v},s.prototype.readInt16BE=function(c,u){c=c>>>0,u||H(c,2,this.length);var v=this[c+1]|this[c]<<8;return v&32768?v|4294901760:v},s.prototype.readInt32LE=function(c,u){return c=c>>>0,u||H(c,4,this.length),this[c]|this[c+1]<<8|this[c+2]<<16|this[c+3]<<24},s.prototype.readInt32BE=function(c,u){return c=c>>>0,u||H(c,4,this.length),this[c]<<24|this[c+1]<<16|this[c+2]<<8|this[c+3]},s.prototype.readFloatLE=function(c,u){return c=c>>>0,u||H(c,4,this.length),ri.read(this,c,!0,23,4)},s.prototype.readFloatBE=function(c,u){return c=c>>>0,u||H(c,4,this.length),ri.read(this,c,!1,23,4)},s.prototype.readDoubleLE=function(c,u){return c=c>>>0,u||H(c,8,this.length),ri.read(this,c,!0,52,8)},s.prototype.readDoubleBE=function(c,u){return c=c>>>0,u||H(c,8,this.length),ri.read(this,c,!1,52,8)};function ne(h,c,u,v,x,O){if(!s.isBuffer(h))throw new TypeError('"buffer" argument must be a Buffer instance');if(c>x||c<O)throw new RangeError('"value" argument is out of bounds');if(u+v>h.length)throw new RangeError("Index out of range")}s.prototype.writeUintLE=s.prototype.writeUIntLE=function(c,u,v,x){if(c=+c,u=u>>>0,v=v>>>0,!x){var O=Math.pow(2,8*v)-1;ne(this,c,u,v,O,0)}var W=1,ue=0;for(this[u]=c&255;++ue<v&&(W*=256);)this[u+ue]=c/W&255;return u+v},s.prototype.writeUintBE=s.prototype.writeUIntBE=function(c,u,v,x){if(c=+c,u=u>>>0,v=v>>>0,!x){var O=Math.pow(2,8*v)-1;ne(this,c,u,v,O,0)}var W=v-1,ue=1;for(this[u+W]=c&255;--W>=0&&(ue*=256);)this[u+W]=c/ue&255;return u+v},s.prototype.writeUint8=s.prototype.writeUInt8=function(c,u,v){return c=+c,u=u>>>0,v||ne(this,c,u,1,255,0),this[u]=c&255,u+1},s.prototype.writeUint16LE=s.prototype.writeUInt16LE=function(c,u,v){return c=+c,u=u>>>0,v||ne(this,c,u,2,65535,0),this[u]=c&255,this[u+1]=c>>>8,u+2},s.prototype.writeUint16BE=s.prototype.writeUInt16BE=function(c,u,v){return c=+c,u=u>>>0,v||ne(this,c,u,2,65535,0),this[u]=c>>>8,this[u+1]=c&255,u+2},s.prototype.writeUint32LE=s.prototype.writeUInt32LE=function(c,u,v){return c=+c,u=u>>>0,v||ne(this,c,u,4,4294967295,0),this[u+3]=c>>>24,this[u+2]=c>>>16,this[u+1]=c>>>8,this[u]=c&255,u+4},s.prototype.writeUint32BE=s.prototype.writeUInt32BE=function(c,u,v){return c=+c,u=u>>>0,v||ne(this,c,u,4,4294967295,0),this[u]=c>>>24,this[u+1]=c>>>16,this[u+2]=c>>>8,this[u+3]=c&255,u+4},s.prototype.writeIntLE=function(c,u,v,x){if(c=+c,u=u>>>0,!x){var O=Math.pow(2,8*v-1);ne(this,c,u,v,O-1,-O)}var W=0,ue=1,be=0;for(this[u]=c&255;++W<v&&(ue*=256);)c<0&&be===0&&this[u+W-1]!==0&&(be=1),this[u+W]=(c/ue>>0)-be&255;return u+v},s.prototype.writeIntBE=function(c,u,v,x){if(c=+c,u=u>>>0,!x){var O=Math.pow(2,8*v-1);ne(this,c,u,v,O-1,-O)}var W=v-1,ue=1,be=0;for(this[u+W]=c&255;--W>=0&&(ue*=256);)c<0&&be===0&&this[u+W+1]!==0&&(be=1),this[u+W]=(c/ue>>0)-be&255;return u+v},s.prototype.writeInt8=function(c,u,v){return c=+c,u=u>>>0,v||ne(this,c,u,1,127,-128),c<0&&(c=255+c+1),this[u]=c&255,u+1},s.prototype.writeInt16LE=function(c,u,v){return c=+c,u=u>>>0,v||ne(this,c,u,2,32767,-32768),this[u]=c&255,this[u+1]=c>>>8,u+2},s.prototype.writeInt16BE=function(c,u,v){return c=+c,u=u>>>0,v||ne(this,c,u,2,32767,-32768),this[u]=c>>>8,this[u+1]=c&255,u+2},s.prototype.writeInt32LE=function(c,u,v){return c=+c,u=u>>>0,v||ne(this,c,u,4,2147483647,-2147483648),this[u]=c&255,this[u+1]=c>>>8,this[u+2]=c>>>16,this[u+3]=c>>>24,u+4},s.prototype.writeInt32BE=function(c,u,v){return c=+c,u=u>>>0,v||ne(this,c,u,4,2147483647,-2147483648),c<0&&(c=4294967295+c+1),this[u]=c>>>24,this[u+1]=c>>>16,this[u+2]=c>>>8,this[u+3]=c&255,u+4};function he(h,c,u,v,x,O){if(u+v>h.length)throw new RangeError("Index out of range");if(u<0)throw new RangeError("Index out of range")}function ze(h,c,u,v,x){return c=+c,u=u>>>0,x||he(h,c,u,4),ri.write(h,c,u,v,23,4),u+4}s.prototype.writeFloatLE=function(c,u,v){return ze(this,c,u,!0,v)},s.prototype.writeFloatBE=function(c,u,v){return ze(this,c,u,!1,v)};function et(h,c,u,v,x){return c=+c,u=u>>>0,x||he(h,c,u,8),ri.write(h,c,u,v,52,8),u+8}s.prototype.writeDoubleLE=function(c,u,v){return et(this,c,u,!0,v)},s.prototype.writeDoubleBE=function(c,u,v){return et(this,c,u,!1,v)},s.prototype.copy=function(c,u,v,x){if(!s.isBuffer(c))throw new TypeError("argument should be a Buffer");if(v||(v=0),!x&&x!==0&&(x=this.length),u>=c.length&&(u=c.length),u||(u=0),x>0&&x<v&&(x=v),x===v||c.length===0||this.length===0)return 0;if(u<0)throw new RangeError("targetStart out of bounds");if(v<0||v>=this.length)throw new RangeError("Index out of range");if(x<0)throw new RangeError("sourceEnd out of bounds");x>this.length&&(x=this.length),c.length-u<x-v&&(x=c.length-u+v);var O=x-v;return this===c&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(u,v,x):Uint8Array.prototype.set.call(c,this.subarray(v,x),u),O},s.prototype.fill=function(c,u,v,x){if(typeof c=="string"){if(typeof u=="string"?(x=u,u=0,v=this.length):typeof v=="string"&&(x=v,v=this.length),x!==void 0&&typeof x!="string")throw new TypeError("encoding must be a string");if(typeof x=="string"&&!s.isEncoding(x))throw new TypeError("Unknown encoding: "+x);if(c.length===1){var O=c.charCodeAt(0);(x==="utf8"&&O<128||x==="latin1")&&(c=O)}}else typeof c=="number"?c=c&255:typeof c=="boolean"&&(c=Number(c));if(u<0||this.length<u||this.length<v)throw new RangeError("Out of range index");if(v<=u)return this;u=u>>>0,v=v===void 0?this.length:v>>>0,c||(c=0);var W;if(typeof c=="number")for(W=u;W<v;++W)this[W]=c;else{var ue=s.isBuffer(c)?c:s.from(c,x),be=ue.length;if(be===0)throw new TypeError('The value "'+c+'" is invalid for argument "value"');for(W=0;W<v-u;++W)this[W+u]=ue[W%be]}return this};var tt=/[^+/0-9A-Za-z-_]/g;function Et(h){if(h=h.split("=")[0],h=h.trim().replace(tt,""),h.length<2)return"";for(;h.length%4!==0;)h=h+"=";return h}function _t(h,c){c=c||1/0;for(var u,v=h.length,x=null,O=[],W=0;W<v;++W){if(u=h.charCodeAt(W),u>55295&&u<57344){if(!x){if(u>56319){(c-=3)>-1&&O.push(239,191,189);continue}else if(W+1===v){(c-=3)>-1&&O.push(239,191,189);continue}x=u;continue}if(u<56320){(c-=3)>-1&&O.push(239,191,189),x=u;continue}u=(x-55296<<10|u-56320)+65536}else x&&(c-=3)>-1&&O.push(239,191,189);if(x=null,u<128){if((c-=1)<0)break;O.push(u)}else if(u<2048){if((c-=2)<0)break;O.push(u>>6|192,u&63|128)}else if(u<65536){if((c-=3)<0)break;O.push(u>>12|224,u>>6&63|128,u&63|128)}else if(u<1114112){if((c-=4)<0)break;O.push(u>>18|240,u>>12&63|128,u>>6&63|128,u&63|128)}else throw new Error("Invalid code point")}return O}function st(h){for(var c=[],u=0;u<h.length;++u)c.push(h.charCodeAt(u)&255);return c}function we(h,c){for(var u,v,x,O=[],W=0;W<h.length&&!((c-=2)<0);++W)u=h.charCodeAt(W),v=u>>8,x=u%256,O.push(x),O.push(v);return O}function He(h){return Jf.toByteArray(Et(h))}function Ae(h,c,u,v){for(var x=0;x<v&&!(x+u>=c.length||x>=h.length);++x)c[x+u]=h[x];return x}function $e(h,c){return h instanceof c||h!=null&&h.constructor!=null&&h.constructor.name!=null&&h.constructor.name===c.name}function De(h){return h!==h}var $t=(function(){for(var h="0123456789abcdef",c=new Array(256),u=0;u<16;++u)for(var v=u*16,x=0;x<16;++x)c[v+x]=h[u]+h[x];return c})()}),xe=xc.Buffer;xc.SlowBuffer;xc.INSPECT_MAX_BYTES;xc.kMaxLength;var rp=function(e,r){return rp=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,o){n.__proto__=o}||function(n,o){for(var i in o)o.hasOwnProperty(i)&&(n[i]=o[i])},rp(e,r)};function Cc(t,e){rp(t,e);function r(){this.constructor=t}t.prototype=e===null?Object.create(e):(r.prototype=e.prototype,new r)}var oo=(function(t){Cc(e,t);function e(r){var n=t.call(this,r)||this;return Object.setPrototypeOf(n,e.prototype),n}return Object.defineProperty(e.prototype,"name",{get:function(){return"BSONError"},enumerable:!1,configurable:!0}),e})(Error),Xe=(function(t){Cc(e,t);function e(r){var n=t.call(this,r)||this;return Object.setPrototypeOf(n,e.prototype),n}return Object.defineProperty(e.prototype,"name",{get:function(){return"BSONTypeError"},enumerable:!1,configurable:!0}),e})(TypeError);function Tc(t){return t&&t.Math==Math&&t}function Rg(){return Tc(typeof globalThis=="object"&&globalThis)||Tc(typeof window=="object"&&window)||Tc(typeof self=="object"&&self)||Tc(typeof global=="object"&&global)||Function("return this")()}function xS(){var t=Rg();return typeof t.navigator=="object"&&t.navigator.product==="ReactNative"}var CS=function(e){var r=xS()?"BSON: For React Native please polyfill crypto.getRandomValues, e.g. using: https://www.npmjs.com/package/react-native-get-random-values.":"BSON: No cryptographic implementation for random bytes present, falling back to a less secure implementation.";console.warn(r);for(var n=xe.alloc(e),o=0;o<e;++o)n[o]=Math.floor(Math.random()*256);return n},RS=function(){{if(typeof window<"u"){var t=window.crypto||window.msCrypto;if(t&&t.getRandomValues)return function(e){return t.getRandomValues(xe.alloc(e))}}return typeof global<"u"&&global.crypto&&global.crypto.getRandomValues?function(e){return global.crypto.getRandomValues(xe.alloc(e))}:CS}},Ag=RS();function AS(t){return["[object ArrayBuffer]","[object SharedArrayBuffer]"].includes(Object.prototype.toString.call(t))}function op(t){return Object.prototype.toString.call(t)==="[object Uint8Array]"}function DS(t){return Object.prototype.toString.call(t)==="[object RegExp]"}function OS(t){return as(t)&&Object.prototype.toString.call(t)==="[object Date]"}function as(t){return typeof t=="object"&&t!==null}function Rc(t,e){var r=!1;function n(){for(var o=[],i=0;i<arguments.length;i++)o[i]=arguments[i];return r||(console.warn(e),r=!0),t.apply(this,o)}return n}function Ic(t){if(ArrayBuffer.isView(t))return xe.from(t.buffer,t.byteOffset,t.byteLength);if(AS(t))return xe.from(t);throw new Xe("Must use either Buffer or TypedArray")}var NS=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9a-f]{12}4[0-9a-f]{3}[89ab][0-9a-f]{15})$/i,Dg=function(t){return typeof t=="string"&&NS.test(t)},np=function(t){if(!Dg(t))throw new Xe('UUID string representations must be a 32 or 36 character hex string (dashes excluded/included). Format: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" or "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx".');var e=t.replace(/-/g,"");return xe.from(e,"hex")},pg=function(t,e){return e===void 0&&(e=!0),e?t.toString("hex",0,4)+"-"+t.toString("hex",4,6)+"-"+t.toString("hex",6,8)+"-"+t.toString("hex",8,10)+"-"+t.toString("hex",10,16):t.toString("hex")};var vk=Math.pow(2,63)-1,Ek=-Math.pow(2,63),PS=Math.pow(2,53),LS=-Math.pow(2,53);var Og=4;var io=(function(){function t(e,r){if(!(this instanceof t))return new t(e,r);if(e!=null&&typeof e!="string"&&!ArrayBuffer.isView(e)&&!(e instanceof ArrayBuffer)&&!Array.isArray(e))throw new Xe("Binary can only be constructed from string, Buffer, TypedArray, or Array<number>");this.sub_type=r??t.BSON_BINARY_SUBTYPE_DEFAULT,e==null?(this.buffer=xe.alloc(t.BUFFER_SIZE),this.position=0):(typeof e=="string"?this.buffer=xe.from(e,"binary"):Array.isArray(e)?this.buffer=xe.from(e):this.buffer=Ic(e),this.position=this.buffer.byteLength)}return t.prototype.put=function(e){if(typeof e=="string"&&e.length!==1)throw new Xe("only accepts single character String");if(typeof e!="number"&&e.length!==1)throw new Xe("only accepts single character Uint8Array or Array");var r;if(typeof e=="string"?r=e.charCodeAt(0):typeof e=="number"?r=e:r=e[0],r<0||r>255)throw new Xe("only accepts number in a valid unsigned byte range 0-255");if(this.buffer.length>this.position)this.buffer[this.position++]=r;else{var n=xe.alloc(t.BUFFER_SIZE+this.buffer.length);this.buffer.copy(n,0,0,this.buffer.length),this.buffer=n,this.buffer[this.position++]=r}},t.prototype.write=function(e,r){if(r=typeof r=="number"?r:this.position,this.buffer.length<r+e.length){var n=xe.alloc(this.buffer.length+e.length);this.buffer.copy(n,0,0,this.buffer.length),this.buffer=n}ArrayBuffer.isView(e)?(this.buffer.set(Ic(e),r),this.position=r+e.byteLength>this.position?r+e.length:this.position):typeof e=="string"&&(this.buffer.write(e,r,e.length,"binary"),this.position=r+e.length>this.position?r+e.length:this.position)},t.prototype.read=function(e,r){return r=r&&r>0?r:this.position,this.buffer.slice(e,e+r)},t.prototype.value=function(e){return e=!!e,e&&this.buffer.length===this.position?this.buffer:e?this.buffer.slice(0,this.position):this.buffer.toString("binary",0,this.position)},t.prototype.length=function(){return this.position},t.prototype.toJSON=function(){return this.buffer.toString("base64")},t.prototype.toString=function(e){return this.buffer.toString(e)},t.prototype.toExtendedJSON=function(e){e=e||{};var r=this.buffer.toString("base64"),n=Number(this.sub_type).toString(16);return e.legacy?{$binary:r,$type:n.length===1?"0"+n:n}:{$binary:{base64:r,subType:n.length===1?"0"+n:n}}},t.prototype.toUUID=function(){if(this.sub_type===t.SUBTYPE_UUID)return new mg(this.buffer.slice(0,this.position));throw new oo('Binary sub_type "'.concat(this.sub_type,'" is not supported for converting to UUID. Only "').concat(t.SUBTYPE_UUID,'" is currently supported.'))},t.fromExtendedJSON=function(e,r){r=r||{};var n,o;if("$binary"in e?r.legacy&&typeof e.$binary=="string"&&"$type"in e?(o=e.$type?parseInt(e.$type,16):0,n=xe.from(e.$binary,"base64")):typeof e.$binary!="string"&&(o=e.$binary.subType?parseInt(e.$binary.subType,16):0,n=xe.from(e.$binary.base64,"base64")):"$uuid"in e&&(o=4,n=np(e.$uuid)),!n)throw new Xe("Unexpected Binary Extended JSON format ".concat(JSON.stringify(e)));return o===Og?new mg(n):new t(n,o)},t.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},t.prototype.inspect=function(){var e=this.value(!0);return'new Binary(Buffer.from("'.concat(e.toString("hex"),'", "hex"), ').concat(this.sub_type,")")},t.BSON_BINARY_SUBTYPE_DEFAULT=0,t.BUFFER_SIZE=256,t.SUBTYPE_DEFAULT=0,t.SUBTYPE_FUNCTION=1,t.SUBTYPE_BYTE_ARRAY=2,t.SUBTYPE_UUID_OLD=3,t.SUBTYPE_UUID=4,t.SUBTYPE_MD5=5,t.SUBTYPE_ENCRYPTED=6,t.SUBTYPE_COLUMN=7,t.SUBTYPE_USER_DEFINED=128,t})();Object.defineProperty(io.prototype,"_bsontype",{value:"Binary"});var Qf=16,mg=(function(t){Cc(e,t);function e(r){var n=this,o,i;if(r==null)o=e.generate();else if(r instanceof e)o=xe.from(r.buffer),i=r.__id;else if(ArrayBuffer.isView(r)&&r.byteLength===Qf)o=Ic(r);else if(typeof r=="string")o=np(r);else throw new Xe("Argument passed in UUID constructor must be a UUID, a 16 byte Buffer or a 32/36 character hex string (dashes excluded/included, format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).");return n=t.call(this,o,Og)||this,n.__id=i,n}return Object.defineProperty(e.prototype,"id",{get:function(){return this.buffer},set:function(r){this.buffer=r,e.cacheHexString&&(this.__id=pg(r))},enumerable:!1,configurable:!0}),e.prototype.toHexString=function(r){if(r===void 0&&(r=!0),e.cacheHexString&&this.__id)return this.__id;var n=pg(this.id,r);return e.cacheHexString&&(this.__id=n),n},e.prototype.toString=function(r){return r?this.id.toString(r):this.toHexString()},e.prototype.toJSON=function(){return this.toHexString()},e.prototype.equals=function(r){if(!r)return!1;if(r instanceof e)return r.id.equals(this.id);try{return new e(r).id.equals(this.id)}catch{return!1}},e.prototype.toBinary=function(){return new io(this.id,io.SUBTYPE_UUID)},e.generate=function(){var r=Ag(Qf);return r[6]=r[6]&15|64,r[8]=r[8]&63|128,xe.from(r)},e.isValid=function(r){return r?r instanceof e?!0:typeof r=="string"?Dg(r):op(r)?r.length!==Qf?!1:(r[6]&240)===64&&(r[8]&128)===128:!1:!1},e.createFromHexString=function(r){var n=np(r);return new e(n)},e.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},e.prototype.inspect=function(){return'new UUID("'.concat(this.toHexString(),'")')},e})(io),Ac=(function(){function t(e,r){if(!(this instanceof t))return new t(e,r);this.code=e,this.scope=r}return t.prototype.toJSON=function(){return{code:this.code,scope:this.scope}},t.prototype.toExtendedJSON=function(){return this.scope?{$code:this.code,$scope:this.scope}:{$code:this.code}},t.fromExtendedJSON=function(e){return new t(e.$code,e.$scope)},t.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},t.prototype.inspect=function(){var e=this.toJSON();return'new Code("'.concat(String(e.code),'"').concat(e.scope?", ".concat(JSON.stringify(e.scope)):"",")")},t})();Object.defineProperty(Ac.prototype,"_bsontype",{value:"Code"});function MS(t){return as(t)&&t.$id!=null&&typeof t.$ref=="string"&&(t.$db==null||typeof t.$db=="string")}var is=(function(){function t(e,r,n,o){if(!(this instanceof t))return new t(e,r,n,o);var i=e.split(".");i.length===2&&(n=i.shift(),e=i.shift()),this.collection=e,this.oid=r,this.db=n,this.fields=o||{}}return Object.defineProperty(t.prototype,"namespace",{get:function(){return this.collection},set:function(e){this.collection=e},enumerable:!1,configurable:!0}),t.prototype.toJSON=function(){var e=Object.assign({$ref:this.collection,$id:this.oid},this.fields);return this.db!=null&&(e.$db=this.db),e},t.prototype.toExtendedJSON=function(e){e=e||{};var r={$ref:this.collection,$id:this.oid};return e.legacy||(this.db&&(r.$db=this.db),r=Object.assign(r,this.fields)),r},t.fromExtendedJSON=function(e){var r=Object.assign({},e);return delete r.$ref,delete r.$id,delete r.$db,new t(e.$ref,e.$id,e.$db,r)},t.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},t.prototype.inspect=function(){var e=this.oid===void 0||this.oid.toString===void 0?this.oid:this.oid.toString();return'new DBRef("'.concat(this.namespace,'", new ObjectId("').concat(String(e),'")').concat(this.db?', "'.concat(this.db,'"'):"",")")},t})();Object.defineProperty(is.prototype,"_bsontype",{value:"DBRef"});var sr=void 0;try{sr=new WebAssembly.Instance(new WebAssembly.Module(new Uint8Array([0,97,115,109,1,0,0,0,1,13,2,96,0,1,127,96,4,127,127,127,127,1,127,3,7,6,0,1,1,1,1,1,6,6,1,127,1,65,0,11,7,50,6,3,109,117,108,0,1,5,100,105,118,95,115,0,2,5,100,105,118,95,117,0,3,5,114,101,109,95,115,0,4,5,114,101,109,95,117,0,5,8,103,101,116,95,104,105,103,104,0,0,10,191,1,6,4,0,35,0,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,126,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,127,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,128,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,129,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,130,34,4,66,32,135,167,36,0,32,4,167,11])),{}).exports}catch{}var dg=65536,BS=1<<24,oi=dg*dg,Ng=oi*oi,hg=Ng/2,gg={},yg={},oe=(function(){function t(e,r,n){if(e===void 0&&(e=0),!(this instanceof t))return new t(e,r,n);typeof e=="bigint"?Object.assign(this,t.fromBigInt(e,!!r)):typeof e=="string"?Object.assign(this,t.fromString(e,!!r)):(this.low=e|0,this.high=r|0,this.unsigned=!!n),Object.defineProperty(this,"__isLong__",{value:!0,configurable:!1,writable:!1,enumerable:!1})}return t.fromBits=function(e,r,n){return new t(e,r,n)},t.fromInt=function(e,r){var n,o,i;return r?(e>>>=0,(i=0<=e&&e<256)&&(o=yg[e],o)?o:(n=t.fromBits(e,(e|0)<0?-1:0,!0),i&&(yg[e]=n),n)):(e|=0,(i=-128<=e&&e<128)&&(o=gg[e],o)?o:(n=t.fromBits(e,e<0?-1:0,!1),i&&(gg[e]=n),n))},t.fromNumber=function(e,r){if(isNaN(e))return r?t.UZERO:t.ZERO;if(r){if(e<0)return t.UZERO;if(e>=Ng)return t.MAX_UNSIGNED_VALUE}else{if(e<=-hg)return t.MIN_VALUE;if(e+1>=hg)return t.MAX_VALUE}return e<0?t.fromNumber(-e,r).neg():t.fromBits(e%oi|0,e/oi|0,r)},t.fromBigInt=function(e,r){return t.fromString(e.toString(),r)},t.fromString=function(e,r,n){if(e.length===0)throw Error("empty string");if(e==="NaN"||e==="Infinity"||e==="+Infinity"||e==="-Infinity")return t.ZERO;if(typeof r=="number"?(n=r,r=!1):r=!!r,n=n||10,n<2||36<n)throw RangeError("radix");var o;if((o=e.indexOf("-"))>0)throw Error("interior hyphen");if(o===0)return t.fromString(e.substring(1),r,n).neg();for(var i=t.fromNumber(Math.pow(n,8)),s=t.ZERO,a=0;a<e.length;a+=8){var l=Math.min(8,e.length-a),f=parseInt(e.substring(a,a+l),n);if(l<8){var m=t.fromNumber(Math.pow(n,l));s=s.mul(m).add(t.fromNumber(f))}else s=s.mul(i),s=s.add(t.fromNumber(f))}return s.unsigned=r,s},t.fromBytes=function(e,r,n){return n?t.fromBytesLE(e,r):t.fromBytesBE(e,r)},t.fromBytesLE=function(e,r){return new t(e[0]|e[1]<<8|e[2]<<16|e[3]<<24,e[4]|e[5]<<8|e[6]<<16|e[7]<<24,r)},t.fromBytesBE=function(e,r){return new t(e[4]<<24|e[5]<<16|e[6]<<8|e[7],e[0]<<24|e[1]<<16|e[2]<<8|e[3],r)},t.isLong=function(e){return as(e)&&e.__isLong__===!0},t.fromValue=function(e,r){return typeof e=="number"?t.fromNumber(e,r):typeof e=="string"?t.fromString(e,r):t.fromBits(e.low,e.high,typeof r=="boolean"?r:e.unsigned)},t.prototype.add=function(e){t.isLong(e)||(e=t.fromValue(e));var r=this.high>>>16,n=this.high&65535,o=this.low>>>16,i=this.low&65535,s=e.high>>>16,a=e.high&65535,l=e.low>>>16,f=e.low&65535,m=0,d=0,_=0,y=0;return y+=i+f,_+=y>>>16,y&=65535,_+=o+l,d+=_>>>16,_&=65535,d+=n+a,m+=d>>>16,d&=65535,m+=r+s,m&=65535,t.fromBits(_<<16|y,m<<16|d,this.unsigned)},t.prototype.and=function(e){return t.isLong(e)||(e=t.fromValue(e)),t.fromBits(this.low&e.low,this.high&e.high,this.unsigned)},t.prototype.compare=function(e){if(t.isLong(e)||(e=t.fromValue(e)),this.eq(e))return 0;var r=this.isNegative(),n=e.isNegative();return r&&!n?-1:!r&&n?1:this.unsigned?e.high>>>0>this.high>>>0||e.high===this.high&&e.low>>>0>this.low>>>0?-1:1:this.sub(e).isNegative()?-1:1},t.prototype.comp=function(e){return this.compare(e)},t.prototype.divide=function(e){if(t.isLong(e)||(e=t.fromValue(e)),e.isZero())throw Error("division by zero");if(sr){if(!this.unsigned&&this.high===-2147483648&&e.low===-1&&e.high===-1)return this;var r=(this.unsigned?sr.div_u:sr.div_s)(this.low,this.high,e.low,e.high);return t.fromBits(r,sr.get_high(),this.unsigned)}if(this.isZero())return this.unsigned?t.UZERO:t.ZERO;var n,o,i;if(this.unsigned){if(e.unsigned||(e=e.toUnsigned()),e.gt(this))return t.UZERO;if(e.gt(this.shru(1)))return t.UONE;i=t.UZERO}else{if(this.eq(t.MIN_VALUE)){if(e.eq(t.ONE)||e.eq(t.NEG_ONE))return t.MIN_VALUE;if(e.eq(t.MIN_VALUE))return t.ONE;var s=this.shr(1);return n=s.div(e).shl(1),n.eq(t.ZERO)?e.isNegative()?t.ONE:t.NEG_ONE:(o=this.sub(e.mul(n)),i=n.add(o.div(e)),i)}else if(e.eq(t.MIN_VALUE))return this.unsigned?t.UZERO:t.ZERO;if(this.isNegative())return e.isNegative()?this.neg().div(e.neg()):this.neg().div(e).neg();if(e.isNegative())return this.div(e.neg()).neg();i=t.ZERO}for(o=this;o.gte(e);){n=Math.max(1,Math.floor(o.toNumber()/e.toNumber()));for(var a=Math.ceil(Math.log(n)/Math.LN2),l=a<=48?1:Math.pow(2,a-48),f=t.fromNumber(n),m=f.mul(e);m.isNegative()||m.gt(o);)n-=l,f=t.fromNumber(n,this.unsigned),m=f.mul(e);f.isZero()&&(f=t.ONE),i=i.add(f),o=o.sub(m)}return i},t.prototype.div=function(e){return this.divide(e)},t.prototype.equals=function(e){return t.isLong(e)||(e=t.fromValue(e)),this.unsigned!==e.unsigned&&this.high>>>31===1&&e.high>>>31===1?!1:this.high===e.high&&this.low===e.low},t.prototype.eq=function(e){return this.equals(e)},t.prototype.getHighBits=function(){return this.high},t.prototype.getHighBitsUnsigned=function(){return this.high>>>0},t.prototype.getLowBits=function(){return this.low},t.prototype.getLowBitsUnsigned=function(){return this.low>>>0},t.prototype.getNumBitsAbs=function(){if(this.isNegative())return this.eq(t.MIN_VALUE)?64:this.neg().getNumBitsAbs();var e=this.high!==0?this.high:this.low,r;for(r=31;r>0&&(e&1<<r)===0;r--);return this.high!==0?r+33:r+1},t.prototype.greaterThan=function(e){return this.comp(e)>0},t.prototype.gt=function(e){return this.greaterThan(e)},t.prototype.greaterThanOrEqual=function(e){return this.comp(e)>=0},t.prototype.gte=function(e){return this.greaterThanOrEqual(e)},t.prototype.ge=function(e){return this.greaterThanOrEqual(e)},t.prototype.isEven=function(){return(this.low&1)===0},t.prototype.isNegative=function(){return!this.unsigned&&this.high<0},t.prototype.isOdd=function(){return(this.low&1)===1},t.prototype.isPositive=function(){return this.unsigned||this.high>=0},t.prototype.isZero=function(){return this.high===0&&this.low===0},t.prototype.lessThan=function(e){return this.comp(e)<0},t.prototype.lt=function(e){return this.lessThan(e)},t.prototype.lessThanOrEqual=function(e){return this.comp(e)<=0},t.prototype.lte=function(e){return this.lessThanOrEqual(e)},t.prototype.modulo=function(e){if(t.isLong(e)||(e=t.fromValue(e)),sr){var r=(this.unsigned?sr.rem_u:sr.rem_s)(this.low,this.high,e.low,e.high);return t.fromBits(r,sr.get_high(),this.unsigned)}return this.sub(this.div(e).mul(e))},t.prototype.mod=function(e){return this.modulo(e)},t.prototype.rem=function(e){return this.modulo(e)},t.prototype.multiply=function(e){if(this.isZero())return t.ZERO;if(t.isLong(e)||(e=t.fromValue(e)),sr){var r=sr.mul(this.low,this.high,e.low,e.high);return t.fromBits(r,sr.get_high(),this.unsigned)}if(e.isZero())return t.ZERO;if(this.eq(t.MIN_VALUE))return e.isOdd()?t.MIN_VALUE:t.ZERO;if(e.eq(t.MIN_VALUE))return this.isOdd()?t.MIN_VALUE:t.ZERO;if(this.isNegative())return e.isNegative()?this.neg().mul(e.neg()):this.neg().mul(e).neg();if(e.isNegative())return this.mul(e.neg()).neg();if(this.lt(t.TWO_PWR_24)&&e.lt(t.TWO_PWR_24))return t.fromNumber(this.toNumber()*e.toNumber(),this.unsigned);var n=this.high>>>16,o=this.high&65535,i=this.low>>>16,s=this.low&65535,a=e.high>>>16,l=e.high&65535,f=e.low>>>16,m=e.low&65535,d=0,_=0,y=0,C=0;return C+=s*m,y+=C>>>16,C&=65535,y+=i*m,_+=y>>>16,y&=65535,y+=s*f,_+=y>>>16,y&=65535,_+=o*m,d+=_>>>16,_&=65535,_+=i*f,d+=_>>>16,_&=65535,_+=s*l,d+=_>>>16,_&=65535,d+=n*m+o*f+i*l+s*a,d&=65535,t.fromBits(y<<16|C,d<<16|_,this.unsigned)},t.prototype.mul=function(e){return this.multiply(e)},t.prototype.negate=function(){return!this.unsigned&&this.eq(t.MIN_VALUE)?t.MIN_VALUE:this.not().add(t.ONE)},t.prototype.neg=function(){return this.negate()},t.prototype.not=function(){return t.fromBits(~this.low,~this.high,this.unsigned)},t.prototype.notEquals=function(e){return!this.equals(e)},t.prototype.neq=function(e){return this.notEquals(e)},t.prototype.ne=function(e){return this.notEquals(e)},t.prototype.or=function(e){return t.isLong(e)||(e=t.fromValue(e)),t.fromBits(this.low|e.low,this.high|e.high,this.unsigned)},t.prototype.shiftLeft=function(e){return t.isLong(e)&&(e=e.toInt()),(e&=63)===0?this:e<32?t.fromBits(this.low<<e,this.high<<e|this.low>>>32-e,this.unsigned):t.fromBits(0,this.low<<e-32,this.unsigned)},t.prototype.shl=function(e){return this.shiftLeft(e)},t.prototype.shiftRight=function(e){return t.isLong(e)&&(e=e.toInt()),(e&=63)===0?this:e<32?t.fromBits(this.low>>>e|this.high<<32-e,this.high>>e,this.unsigned):t.fromBits(this.high>>e-32,this.high>=0?0:-1,this.unsigned)},t.prototype.shr=function(e){return this.shiftRight(e)},t.prototype.shiftRightUnsigned=function(e){if(t.isLong(e)&&(e=e.toInt()),e&=63,e===0)return this;var r=this.high;if(e<32){var n=this.low;return t.fromBits(n>>>e|r<<32-e,r>>>e,this.unsigned)}else return e===32?t.fromBits(r,0,this.unsigned):t.fromBits(r>>>e-32,0,this.unsigned)},t.prototype.shr_u=function(e){return this.shiftRightUnsigned(e)},t.prototype.shru=function(e){return this.shiftRightUnsigned(e)},t.prototype.subtract=function(e){return t.isLong(e)||(e=t.fromValue(e)),this.add(e.neg())},t.prototype.sub=function(e){return this.subtract(e)},t.prototype.toInt=function(){return this.unsigned?this.low>>>0:this.low},t.prototype.toNumber=function(){return this.unsigned?(this.high>>>0)*oi+(this.low>>>0):this.high*oi+(this.low>>>0)},t.prototype.toBigInt=function(){return BigInt(this.toString())},t.prototype.toBytes=function(e){return e?this.toBytesLE():this.toBytesBE()},t.prototype.toBytesLE=function(){var e=this.high,r=this.low;return[r&255,r>>>8&255,r>>>16&255,r>>>24,e&255,e>>>8&255,e>>>16&255,e>>>24]},t.prototype.toBytesBE=function(){var e=this.high,r=this.low;return[e>>>24,e>>>16&255,e>>>8&255,e&255,r>>>24,r>>>16&255,r>>>8&255,r&255]},t.prototype.toSigned=function(){return this.unsigned?t.fromBits(this.low,this.high,!1):this},t.prototype.toString=function(e){if(e=e||10,e<2||36<e)throw RangeError("radix");if(this.isZero())return"0";if(this.isNegative())if(this.eq(t.MIN_VALUE)){var r=t.fromNumber(e),n=this.div(r),o=n.mul(r).sub(this);return n.toString(e)+o.toInt().toString(e)}else return"-"+this.neg().toString(e);for(var i=t.fromNumber(Math.pow(e,6),this.unsigned),s=this,a="";;){var l=s.div(i),f=s.sub(l.mul(i)).toInt()>>>0,m=f.toString(e);if(s=l,s.isZero())return m+a;for(;m.length<6;)m="0"+m;a=""+m+a}},t.prototype.toUnsigned=function(){return this.unsigned?this:t.fromBits(this.low,this.high,!0)},t.prototype.xor=function(e){return t.isLong(e)||(e=t.fromValue(e)),t.fromBits(this.low^e.low,this.high^e.high,this.unsigned)},t.prototype.eqz=function(){return this.isZero()},t.prototype.le=function(e){return this.lessThanOrEqual(e)},t.prototype.toExtendedJSON=function(e){return e&&e.relaxed?this.toNumber():{$numberLong:this.toString()}},t.fromExtendedJSON=function(e,r){var n=t.fromString(e.$numberLong);return r&&r.relaxed?n.toNumber():n},t.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},t.prototype.inspect=function(){return'new Long("'.concat(this.toString(),'"').concat(this.unsigned?", true":"",")")},t.TWO_PWR_24=t.fromInt(BS),t.MAX_UNSIGNED_VALUE=t.fromBits(-1,-1,!0),t.ZERO=t.fromInt(0),t.UZERO=t.fromInt(0,!0),t.ONE=t.fromInt(1),t.UONE=t.fromInt(1,!0),t.NEG_ONE=t.fromInt(-1),t.MAX_VALUE=t.fromBits(-1,2147483647,!1),t.MIN_VALUE=t.fromBits(0,-2147483648,!1),t})();Object.defineProperty(oe.prototype,"__isLong__",{value:!0});Object.defineProperty(oe.prototype,"_bsontype",{value:"Long"});var US=/^(\+|-)?(\d+|(\d*\.\d*))?(E|e)?([-+])?(\d+)?$/,kS=/^(\+|-)?(Infinity|inf)$/i,FS=/^(\+|-)?NaN$/i,os=6111,Zf=-6176,vg=6176,HS=34,ep=[124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0].reverse(),Eg=[248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0].reverse(),_g=[120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0].reverse(),$S=/^([-+])?(\d+)?$/,VS=31,bg=16383,WS=30,jS=31;function wg(t){return!isNaN(parseInt(t,10))}function GS(t){var e=oe.fromNumber(1e9),r=oe.fromNumber(0);if(!t.parts[0]&&!t.parts[1]&&!t.parts[2]&&!t.parts[3])return{quotient:t,rem:r};for(var n=0;n<=3;n++)r=r.shiftLeft(32),r=r.add(new oe(t.parts[n],0)),t.parts[n]=r.div(e).low,r=r.modulo(e);return{quotient:t,rem:r}}function qS(t,e){if(!t&&!e)return{high:oe.fromNumber(0),low:oe.fromNumber(0)};var r=t.shiftRightUnsigned(32),n=new oe(t.getLowBits(),0),o=e.shiftRightUnsigned(32),i=new oe(e.getLowBits(),0),s=r.multiply(o),a=r.multiply(i),l=n.multiply(o),f=n.multiply(i);return s=s.add(a.shiftRightUnsigned(32)),a=new oe(a.getLowBits(),0).add(l).add(f.shiftRightUnsigned(32)),s=s.add(a.shiftRightUnsigned(32)),f=a.shiftLeft(32).add(new oe(f.getLowBits(),0)),{high:s,low:f}}function zS(t,e){var r=t.high>>>0,n=e.high>>>0;if(r<n)return!0;if(r===n){var o=t.low>>>0,i=e.low>>>0;if(o<i)return!0}return!1}function ni(t,e){throw new Xe('"'.concat(t,'" is not a valid Decimal128 string - ').concat(e))}var ip=(function(){function t(e){if(!(this instanceof t))return new t(e);if(typeof e=="string")this.bytes=t.fromString(e).bytes;else if(op(e)){if(e.byteLength!==16)throw new Xe("Decimal128 must take a Buffer of 16 bytes");this.bytes=e}else throw new Xe("Decimal128 must take a Buffer or string")}return t.fromString=function(e){var r=!1,n=!1,o=!1,i=0,s=0,a=0,l=0,f=0,m=[0],d=0,_=0,y=0,C=0,N=0,A=0,B=new oe(0,0),q=new oe(0,0),P=0,Q=0;if(e.length>=7e3)throw new Xe(""+e+" not a valid Decimal128 string");var _e=e.match(US),X=e.match(kS),ce=e.match(FS);if(!_e&&!X&&!ce||e.length===0)throw new Xe(""+e+" not a valid Decimal128 string");if(_e){var se=_e[2],de=_e[4],Le=_e[5],Te=_e[6];de&&Te===void 0&&ni(e,"missing exponent power"),de&&se===void 0&&ni(e,"missing exponent base"),de===void 0&&(Le||Te)&&ni(e,"missing e before exponent")}if((e[Q]==="+"||e[Q]==="-")&&(r=e[Q++]==="-"),!wg(e[Q])&&e[Q]!=="."){if(e[Q]==="i"||e[Q]==="I")return new t(xe.from(r?Eg:_g));if(e[Q]==="N")return new t(xe.from(ep))}for(;wg(e[Q])||e[Q]===".";){if(e[Q]==="."){n&&ni(e,"contains multiple periods"),n=!0,Q=Q+1;continue}d<34&&(e[Q]!=="0"||o)&&(o||(f=s),o=!0,m[_++]=parseInt(e[Q],10),d=d+1),o&&(a=a+1),n&&(l=l+1),s=s+1,Q=Q+1}if(n&&!s)throw new Xe(""+e+" not a valid Decimal128 string");if(e[Q]==="e"||e[Q]==="E"){var Re=e.substr(++Q).match($S);if(!Re||!Re[2])return new t(xe.from(ep));N=parseInt(Re[0],10),Q=Q+Re[0].length}if(e[Q])return new t(xe.from(ep));if(y=0,!d)y=0,C=0,m[0]=0,a=1,d=1,i=0;else if(C=d-1,i=a,i!==1)for(;m[f+i-1]===0;)i=i-1;for(N<=l&&l-N>16384?N=Zf:N=N-l;N>os;){if(C=C+1,C-y>HS){var qe=m.join("");if(qe.match(/^0+$/)){N=os;break}ni(e,"overflow")}N=N-1}for(;N<Zf||d<a;){if(C===0&&i<d){N=Zf,i=0;break}if(d<a?a=a-1:C=C-1,N<os)N=N+1;else{var qe=m.join("");if(qe.match(/^0+$/)){N=os;break}ni(e,"overflow")}}if(C-y+1<i){var Qe=s;n&&(f=f+1,Qe=Qe+1),r&&(f=f+1,Qe=Qe+1);var Bt=parseInt(e[f+C+1],10),D=0;if(Bt>=5&&(D=1,Bt===5)){for(D=m[C]%2===1?1:0,A=f+C+2;A<Qe;A++)if(parseInt(e[A],10)){D=1;break}}if(D){for(var R=C;R>=0;R--)if(++m[R]>9&&(m[R]=0,R===0))if(N<os)N=N+1,m[R]=1;else return new t(xe.from(r?Eg:_g))}}if(B=oe.fromNumber(0),q=oe.fromNumber(0),i===0)B=oe.fromNumber(0),q=oe.fromNumber(0);else if(C-y<17){var R=y;for(q=oe.fromNumber(m[R++]),B=new oe(0,0);R<=C;R++)q=q.multiply(oe.fromNumber(10)),q=q.add(oe.fromNumber(m[R]))}else{var R=y;for(B=oe.fromNumber(m[R++]);R<=C-17;R++)B=B.multiply(oe.fromNumber(10)),B=B.add(oe.fromNumber(m[R]));for(q=oe.fromNumber(m[R++]);R<=C;R++)q=q.multiply(oe.fromNumber(10)),q=q.add(oe.fromNumber(m[R]))}var V=qS(B,oe.fromString("100000000000000000"));V.low=V.low.add(q),zS(V.low,q)&&(V.high=V.high.add(oe.fromNumber(1))),P=N+vg;var k={low:oe.fromNumber(0),high:oe.fromNumber(0)};V.high.shiftRightUnsigned(49).and(oe.fromNumber(1)).equals(oe.fromNumber(1))?(k.high=k.high.or(oe.fromNumber(3).shiftLeft(61)),k.high=k.high.or(oe.fromNumber(P).and(oe.fromNumber(16383).shiftLeft(47))),k.high=k.high.or(V.high.and(oe.fromNumber(0x7fffffffffff)))):(k.high=k.high.or(oe.fromNumber(P&16383).shiftLeft(49)),k.high=k.high.or(V.high.and(oe.fromNumber(562949953421311)))),k.low=V.low,r&&(k.high=k.high.or(oe.fromString("9223372036854775808")));var H=xe.alloc(16);return Q=0,H[Q++]=k.low.low&255,H[Q++]=k.low.low>>8&255,H[Q++]=k.low.low>>16&255,H[Q++]=k.low.low>>24&255,H[Q++]=k.low.high&255,H[Q++]=k.low.high>>8&255,H[Q++]=k.low.high>>16&255,H[Q++]=k.low.high>>24&255,H[Q++]=k.high.low&255,H[Q++]=k.high.low>>8&255,H[Q++]=k.high.low>>16&255,H[Q++]=k.high.low>>24&255,H[Q++]=k.high.high&255,H[Q++]=k.high.high>>8&255,H[Q++]=k.high.high>>16&255,H[Q++]=k.high.high>>24&255,new t(H)},t.prototype.toString=function(){for(var e,r=0,n=new Array(36),o=0;o<n.length;o++)n[o]=0;var i=0,s=!1,a,l={parts:[0,0,0,0]},f,m,d=[];i=0;var _=this.bytes,y=_[i++]|_[i++]<<8|_[i++]<<16|_[i++]<<24,C=_[i++]|_[i++]<<8|_[i++]<<16|_[i++]<<24,N=_[i++]|_[i++]<<8|_[i++]<<16|_[i++]<<24,A=_[i++]|_[i++]<<8|_[i++]<<16|_[i++]<<24;i=0;var B={low:new oe(y,C),high:new oe(N,A)};B.high.lessThan(oe.ZERO)&&d.push("-");var q=A>>26&VS;if(q>>3===3){if(q===WS)return d.join("")+"Infinity";if(q===jS)return"NaN";e=A>>15&bg,a=8+(A>>14&1)}else a=A>>14&7,e=A>>17&bg;var P=e-vg;if(l.parts[0]=(A&16383)+((a&15)<<14),l.parts[1]=N,l.parts[2]=C,l.parts[3]=y,l.parts[0]===0&&l.parts[1]===0&&l.parts[2]===0&&l.parts[3]===0)s=!0;else for(m=3;m>=0;m--){var Q=0,_e=GS(l);if(l=_e.quotient,Q=_e.rem.low,!!Q)for(f=8;f>=0;f--)n[m*9+f]=Q%10,Q=Math.floor(Q/10)}if(s)r=1,n[i]=0;else for(r=36;!n[i];)r=r-1,i=i+1;var X=r-1+P;if(X>=34||X<=-7||P>0){if(r>34)return d.push("".concat(0)),P>0?d.push("E+".concat(P)):P<0&&d.push("E".concat(P)),d.join("");d.push("".concat(n[i++])),r=r-1,r&&d.push(".");for(var o=0;o<r;o++)d.push("".concat(n[i++]));d.push("E"),X>0?d.push("+".concat(X)):d.push("".concat(X))}else if(P>=0)for(var o=0;o<r;o++)d.push("".concat(n[i++]));else{var ce=r+P;if(ce>0)for(var o=0;o<ce;o++)d.push("".concat(n[i++]));else d.push("0");for(d.push(".");ce++<0;)d.push("0");for(var o=0;o<r-Math.max(ce-1,0);o++)d.push("".concat(n[i++]))}return d.join("")},t.prototype.toJSON=function(){return{$numberDecimal:this.toString()}},t.prototype.toExtendedJSON=function(){return{$numberDecimal:this.toString()}},t.fromExtendedJSON=function(e){return t.fromString(e.$numberDecimal)},t.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},t.prototype.inspect=function(){return'new Decimal128("'.concat(this.toString(),'")')},t})();Object.defineProperty(ip.prototype,"_bsontype",{value:"Decimal128"});var Dc=(function(){function t(e){if(!(this instanceof t))return new t(e);e instanceof Number&&(e=e.valueOf()),this.value=+e}return t.prototype.valueOf=function(){return this.value},t.prototype.toJSON=function(){return this.value},t.prototype.toString=function(e){return this.value.toString(e)},t.prototype.toExtendedJSON=function(e){return e&&(e.legacy||e.relaxed&&isFinite(this.value))?this.value:Object.is(Math.sign(this.value),-0)?{$numberDouble:"-".concat(this.value.toFixed(1))}:{$numberDouble:Number.isInteger(this.value)?this.value.toFixed(1):this.value.toString()}},t.fromExtendedJSON=function(e,r){var n=parseFloat(e.$numberDouble);return r&&r.relaxed?n:new t(n)},t.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},t.prototype.inspect=function(){var e=this.toExtendedJSON();return"new Double(".concat(e.$numberDouble,")")},t})();Object.defineProperty(Dc.prototype,"_bsontype",{value:"Double"});var Oc=(function(){function t(e){if(!(this instanceof t))return new t(e);e instanceof Number&&(e=e.valueOf()),this.value=+e|0}return t.prototype.valueOf=function(){return this.value},t.prototype.toString=function(e){return this.value.toString(e)},t.prototype.toJSON=function(){return this.value},t.prototype.toExtendedJSON=function(e){return e&&(e.relaxed||e.legacy)?this.value:{$numberInt:this.value.toString()}},t.fromExtendedJSON=function(e,r){return r&&r.relaxed?parseInt(e.$numberInt,10):new t(e.$numberInt)},t.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},t.prototype.inspect=function(){return"new Int32(".concat(this.valueOf(),")")},t})();Object.defineProperty(Oc.prototype,"_bsontype",{value:"Int32"});var sp=(function(){function t(){if(!(this instanceof t))return new t}return t.prototype.toExtendedJSON=function(){return{$maxKey:1}},t.fromExtendedJSON=function(){return new t},t.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},t.prototype.inspect=function(){return"new MaxKey()"},t})();Object.defineProperty(sp.prototype,"_bsontype",{value:"MaxKey"});var ap=(function(){function t(){if(!(this instanceof t))return new t}return t.prototype.toExtendedJSON=function(){return{$minKey:1}},t.fromExtendedJSON=function(){return new t},t.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},t.prototype.inspect=function(){return"new MinKey()"},t})();Object.defineProperty(ap.prototype,"_bsontype",{value:"MinKey"});var YS=new RegExp("^[0-9a-fA-F]{24}$"),no=null,Ur=Symbol("id"),vt=(function(){function t(e){if(!(this instanceof t))return new t(e);var r;if(typeof e=="object"&&e&&"id"in e){if(typeof e.id!="string"&&!ArrayBuffer.isView(e.id))throw new Xe("Argument passed in must have an id that is of type string or Buffer");"toHexString"in e&&typeof e.toHexString=="function"?r=xe.from(e.toHexString(),"hex"):r=e.id}else r=e;if(r==null||typeof r=="number")this[Ur]=t.generate(typeof r=="number"?r:void 0);else if(ArrayBuffer.isView(r)&&r.byteLength===12)this[Ur]=r instanceof xe?r:Ic(r);else if(typeof r=="string")if(r.length===12){var n=xe.from(r);if(n.byteLength===12)this[Ur]=n;else throw new Xe("Argument passed in must be a string of 12 bytes")}else if(r.length===24&&YS.test(r))this[Ur]=xe.from(r,"hex");else throw new Xe("Argument passed in must be a string of 12 bytes or a string of 24 hex characters or an integer");else throw new Xe("Argument passed in does not match the accepted types");t.cacheHexString&&(this.__id=this.id.toString("hex"))}return Object.defineProperty(t.prototype,"id",{get:function(){return this[Ur]},set:function(e){this[Ur]=e,t.cacheHexString&&(this.__id=e.toString("hex"))},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"generationTime",{get:function(){return this.id.readInt32BE(0)},set:function(e){this.id.writeUInt32BE(e,0)},enumerable:!1,configurable:!0}),t.prototype.toHexString=function(){if(t.cacheHexString&&this.__id)return this.__id;var e=this.id.toString("hex");return t.cacheHexString&&!this.__id&&(this.__id=e),e},t.getInc=function(){return t.index=(t.index+1)%16777215},t.generate=function(e){typeof e!="number"&&(e=Math.floor(Date.now()/1e3));var r=t.getInc(),n=xe.alloc(12);return n.writeUInt32BE(e,0),no===null&&(no=Ag(5)),n[4]=no[0],n[5]=no[1],n[6]=no[2],n[7]=no[3],n[8]=no[4],n[11]=r&255,n[10]=r>>8&255,n[9]=r>>16&255,n},t.prototype.toString=function(e){return e?this.id.toString(e):this.toHexString()},t.prototype.toJSON=function(){return this.toHexString()},t.prototype.equals=function(e){if(e==null)return!1;if(e instanceof t)return this[Ur][11]===e[Ur][11]&&this[Ur].equals(e[Ur]);if(typeof e=="string"&&t.isValid(e)&&e.length===12&&op(this.id))return e===xe.prototype.toString.call(this.id,"latin1");if(typeof e=="string"&&t.isValid(e)&&e.length===24)return e.toLowerCase()===this.toHexString();if(typeof e=="string"&&t.isValid(e)&&e.length===12)return xe.from(e).equals(this.id);if(typeof e=="object"&&"toHexString"in e&&typeof e.toHexString=="function"){var r=e.toHexString(),n=this.toHexString().toLowerCase();return typeof r=="string"&&r.toLowerCase()===n}return!1},t.prototype.getTimestamp=function(){var e=new Date,r=this.id.readUInt32BE(0);return e.setTime(Math.floor(r)*1e3),e},t.createPk=function(){return new t},t.createFromTime=function(e){var r=xe.from([0,0,0,0,0,0,0,0,0,0,0,0]);return r.writeUInt32BE(e,0),new t(r)},t.createFromHexString=function(e){if(typeof e>"u"||e!=null&&e.length!==24)throw new Xe("Argument passed in must be a single String of 12 bytes or a string of 24 hex characters");return new t(xe.from(e,"hex"))},t.isValid=function(e){if(e==null)return!1;try{return new t(e),!0}catch{return!1}},t.prototype.toExtendedJSON=function(){return this.toHexString?{$oid:this.toHexString()}:{$oid:this.toString("hex")}},t.fromExtendedJSON=function(e){return new t(e.$oid)},t.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},t.prototype.inspect=function(){return'new ObjectId("'.concat(this.toHexString(),'")')},t.index=Math.floor(Math.random()*16777215),t})();Object.defineProperty(vt.prototype,"generate",{value:Rc(function(t){return vt.generate(t)},"Please use the static `ObjectId.generate(time)` instead")});Object.defineProperty(vt.prototype,"getInc",{value:Rc(function(){return vt.getInc()},"Please use the static `ObjectId.getInc()` instead")});Object.defineProperty(vt.prototype,"get_inc",{value:Rc(function(){return vt.getInc()},"Please use the static `ObjectId.getInc()` instead")});Object.defineProperty(vt,"get_inc",{value:Rc(function(){return vt.getInc()},"Please use the static `ObjectId.getInc()` instead")});Object.defineProperty(vt.prototype,"_bsontype",{value:"ObjectID"});function KS(t){return t.split("").sort().join("")}var ss=(function(){function t(e,r){if(!(this instanceof t))return new t(e,r);if(this.pattern=e,this.options=KS(r??""),this.pattern.indexOf("\0")!==-1)throw new oo("BSON Regex patterns cannot contain null bytes, found: ".concat(JSON.stringify(this.pattern)));if(this.options.indexOf("\0")!==-1)throw new oo("BSON Regex options cannot contain null bytes, found: ".concat(JSON.stringify(this.options)));for(var n=0;n<this.options.length;n++)if(!(this.options[n]==="i"||this.options[n]==="m"||this.options[n]==="x"||this.options[n]==="l"||this.options[n]==="s"||this.options[n]==="u"))throw new oo("The regular expression option [".concat(this.options[n],"] is not supported"))}return t.parseOptions=function(e){return e?e.split("").sort().join(""):""},t.prototype.toExtendedJSON=function(e){return e=e||{},e.legacy?{$regex:this.pattern,$options:this.options}:{$regularExpression:{pattern:this.pattern,options:this.options}}},t.fromExtendedJSON=function(e){if("$regex"in e)if(typeof e.$regex!="string"){if(e.$regex._bsontype==="BSONRegExp")return e}else return new t(e.$regex,t.parseOptions(e.$options));if("$regularExpression"in e)return new t(e.$regularExpression.pattern,t.parseOptions(e.$regularExpression.options));throw new Xe("Unexpected BSONRegExp EJSON object form: ".concat(JSON.stringify(e)))},t})();Object.defineProperty(ss.prototype,"_bsontype",{value:"BSONRegExp"});var cp=(function(){function t(e){if(!(this instanceof t))return new t(e);this.value=e}return t.prototype.valueOf=function(){return this.value},t.prototype.toString=function(){return this.value},t.prototype.inspect=function(){return'new BSONSymbol("'.concat(this.value,'")')},t.prototype.toJSON=function(){return this.value},t.prototype.toExtendedJSON=function(){return{$symbol:this.value}},t.fromExtendedJSON=function(e){return new t(e.$symbol)},t.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},t})();Object.defineProperty(cp.prototype,"_bsontype",{value:"Symbol"});var XS=oe,Pg=(function(t){Cc(e,t);function e(r,n){var o=this;return o instanceof e?(oe.isLong(r)?o=t.call(this,r.low,r.high,!0)||this:as(r)&&typeof r.t<"u"&&typeof r.i<"u"?o=t.call(this,r.i,r.t,!0)||this:o=t.call(this,r,n,!0)||this,Object.defineProperty(o,"_bsontype",{value:"Timestamp",writable:!1,configurable:!1,enumerable:!1}),o):new e(r,n)}return e.prototype.toJSON=function(){return{$timestamp:this.toString()}},e.fromInt=function(r){return new e(oe.fromInt(r,!0))},e.fromNumber=function(r){return new e(oe.fromNumber(r,!0))},e.fromBits=function(r,n){return new e(r,n)},e.fromString=function(r,n){return new e(oe.fromString(r,!0,n))},e.prototype.toExtendedJSON=function(){return{$timestamp:{t:this.high>>>0,i:this.low>>>0}}},e.fromExtendedJSON=function(r){return new e(r.$timestamp)},e.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){return this.inspect()},e.prototype.inspect=function(){return"new Timestamp({ t: ".concat(this.getHighBits(),", i: ").concat(this.getLowBits()," })")},e.MAX_VALUE=oe.MAX_UNSIGNED_VALUE,e})(XS);function JS(t){return as(t)&&Reflect.has(t,"_bsontype")&&typeof t._bsontype=="string"}var Lg=2147483647,Mg=-2147483648,Bg=9223372036854776e3,Ug=-9223372036854776e3,QS={$oid:vt,$binary:io,$uuid:io,$symbol:cp,$numberInt:Oc,$numberDecimal:ip,$numberDouble:Dc,$numberLong:oe,$minKey:ap,$maxKey:sp,$regex:ss,$regularExpression:ss,$timestamp:Pg};function kg(t,e){if(e===void 0&&(e={}),typeof t=="number"){if(e.relaxed||e.legacy)return t;if(Math.floor(t)===t){if(t>=Mg&&t<=Lg)return new Oc(t);if(t>=Ug&&t<=Bg)return oe.fromNumber(t)}return new Dc(t)}if(t==null||typeof t!="object")return t;if(t.$undefined)return null;for(var r=Object.keys(t).filter(function(d){return d.startsWith("$")&&t[d]!=null}),n=0;n<r.length;n++){var o=QS[r[n]];if(o)return o.fromExtendedJSON(t,e)}if(t.$date!=null){var i=t.$date,s=new Date;return e.legacy?typeof i=="number"?s.setTime(i):typeof i=="string"&&s.setTime(Date.parse(i)):typeof i=="string"?s.setTime(Date.parse(i)):oe.isLong(i)?s.setTime(i.toNumber()):typeof i=="number"&&e.relaxed&&s.setTime(i),s}if(t.$code!=null){var a=Object.assign({},t);return t.$scope&&(a.$scope=kg(t.$scope)),Ac.fromExtendedJSON(t)}if(MS(t)||t.$dbPointer){var l=t.$ref?t:t.$dbPointer;if(l instanceof is)return l;var f=Object.keys(l).filter(function(d){return d.startsWith("$")}),m=!0;if(f.forEach(function(d){["$ref","$id","$db"].indexOf(d)===-1&&(m=!1)}),m)return is.fromExtendedJSON(l)}return t}function ZS(t,e){return t.map(function(r,n){e.seenObjects.push({propertyName:"index ".concat(n),obj:null});try{return Rn(r,e)}finally{e.seenObjects.pop()}})}function Sg(t){var e=t.toISOString();return t.getUTCMilliseconds()!==0?e:e.slice(0,-5)+"Z"}function Rn(t,e){if((typeof t=="object"||typeof t=="function")&&t!==null){var r=e.seenObjects.findIndex(function(B){return B.obj===t});if(r!==-1){var n=e.seenObjects.map(function(B){return B.propertyName}),o=n.slice(0,r).map(function(B){return"".concat(B," -> ")}).join(""),i=n[r],s=" -> "+n.slice(r+1,n.length-1).map(function(B){return"".concat(B," -> ")}).join(""),a=n[n.length-1],l=" ".repeat(o.length+i.length/2),f="-".repeat(s.length+(i.length+a.length)/2-1);throw new Xe(`Converting circular structure to EJSON:
25
25
  `+" ".concat(o).concat(i).concat(s).concat(a,`
26
- `)+" ".concat(l,"\\").concat(f,"/"))}e.seenObjects[e.seenObjects.length-1].obj=t}if(Array.isArray(t))return GS(t,e);if(t===void 0)return null;if(t instanceof Date||SS(t)){var m=t.getTime(),d=m>-1&&m<2534023188e5;return e.legacy?e.relaxed&&d?{$date:t.getTime()}:{$date:Eg(t)}:e.relaxed&&d?{$date:Eg(t)}:{$date:{$numberLong:t.getTime().toString()}}}if(typeof t=="number"&&(!e.relaxed||!isFinite(t))){if(Math.floor(t)===t){var _=t>=Og&&t<=Dg,y=t>=Pg&&t<=Ng;if(_)return{$numberInt:t.toString()};if(y)return{$numberLong:t.toString()}}return{$numberDouble:t.toString()}}if(t instanceof RegExp||wS(t)){var C=t.flags;if(C===void 0){var N=t.toString().match(/[gimuy]*$/);N&&(C=N[0])}var A=new is(t.source,C);return A.toExtendedJSON(e)}return t!=null&&typeof t=="object"?zS(t,e):t}var qS={Binary:function(t){return new io(t.value(),t.sub_type)},Code:function(t){return new xc(t.code,t.scope)},DBRef:function(t){return new os(t.collection||t.namespace,t.oid,t.db,t.fields)},Decimal128:function(t){return new rp(t.bytes)},Double:function(t){return new Cc(t.value)},Int32:function(t){return new Rc(t.value)},Long:function(t){return oe.fromBits(t.low!=null?t.low:t.low_,t.low!=null?t.high:t.high_,t.low!=null?t.unsigned:t.unsigned_)},MaxKey:function(){return new np},MinKey:function(){return new op},ObjectID:function(t){return new yt(t)},ObjectId:function(t){return new yt(t)},BSONRegExp:function(t){return new is(t.pattern,t.options)},Symbol:function(t){return new ip(t.value)},Timestamp:function(t){return Ag.fromBits(t.low,t.high)}};function zS(t,e){if(t==null||typeof t!="object")throw new oo("not an object instance");var r=t._bsontype;if(typeof r>"u"){var n={};for(var o in t){e.seenObjects.push({propertyName:o,obj:null});try{var i=Rn(t[o],e);o==="__proto__"?Object.defineProperty(n,o,{value:i,writable:!0,enumerable:!0,configurable:!0}):n[o]=i}finally{e.seenObjects.pop()}}return n}else if(WS(t)){var s=t;if(typeof s.toExtendedJSON!="function"){var a=qS[t._bsontype];if(!a)throw new Xe("Unrecognized or invalid _bsontype: "+t._bsontype);s=a(s)}return r==="Code"&&s.scope?s=new xc(s.code,Rn(s.scope,e)):r==="DBRef"&&s.oid&&(s=new os(Rn(s.collection,e),Rn(s.oid,e),Rn(s.db,e),Rn(s.fields,e))),s.toExtendedJSON(e)}else throw new oo("_bsontype must be a string, but was: "+typeof r)}var _g;(function(t){function e(i,s){var a=Object.assign({},{relaxed:!0,legacy:!1},s);return typeof a.relaxed=="boolean"&&(a.strict=!a.relaxed),typeof a.strict=="boolean"&&(a.relaxed=!a.strict),JSON.parse(i,function(l,f){if(l.indexOf("\0")!==-1)throw new oo("BSON Document field names cannot contain null bytes, found: ".concat(JSON.stringify(l)));return Lg(f,a)})}t.parse=e;function r(i,s,a,l){a!=null&&typeof a=="object"&&(l=a,a=0),s!=null&&typeof s=="object"&&!Array.isArray(s)&&(l=s,s=void 0,a=0);var f=Object.assign({relaxed:!0,legacy:!1},l,{seenObjects:[{propertyName:"(root)",obj:null}]}),m=Rn(i,f);return JSON.stringify(m,s,a)}t.stringify=r;function n(i,s){return s=s||{},JSON.parse(r(i,s))}t.serialize=n;function o(i,s){return s=s||{},e(JSON.stringify(i),s)}t.deserialize=o})(_g||(_g={}));var bg,wg=Tg();wg.Map?bg=wg.Map:bg=(function(){function t(e){e===void 0&&(e=[]),this._keys=[],this._values={};for(var r=0;r<e.length;r++)if(e[r]!=null){var n=e[r],o=n[0],i=n[1];this._keys.push(o),this._values[o]={v:i,i:this._keys.length-1}}}return t.prototype.clear=function(){this._keys=[],this._values={}},t.prototype.delete=function(e){var r=this._values[e];return r==null?!1:(delete this._values[e],this._keys.splice(r.i,1),!0)},t.prototype.entries=function(){var e=this,r=0;return{next:function(){var n=e._keys[r++];return{value:n!==void 0?[n,e._values[n].v]:void 0,done:n===void 0}}}},t.prototype.forEach=function(e,r){r=r||this;for(var n=0;n<this._keys.length;n++){var o=this._keys[n];e.call(r,this._values[o].v,o,r)}},t.prototype.get=function(e){return this._values[e]?this._values[e].v:void 0},t.prototype.has=function(e){return this._values[e]!=null},t.prototype.keys=function(){var e=this,r=0;return{next:function(){var n=e._keys[r++];return{value:n!==void 0?n:void 0,done:n===void 0}}}},t.prototype.set=function(e,r){return this._values[e]?(this._values[e].v=r,this):(this._keys.push(e),this._values[e]={v:r,i:this._keys.length-1},this)},t.prototype.values=function(){var e=this,r=0;return{next:function(){var n=e._keys[r++];return{value:n!==void 0?e._values[n].v:void 0,done:n===void 0}}}},Object.defineProperty(t.prototype,"size",{get:function(){return this._keys.length},enumerable:!1,configurable:!0}),t})();var pk=oe.fromNumber(IS),mk=oe.fromNumber(xS);var Qf=new Uint8Array(8),dk=new DataView(Qf.buffer,Qf.byteOffset,Qf.byteLength);var YS=1024*1024*17,hk=Ie.alloc(YS);var An=class{triggerID;nudgeID;engagementID;contentID;shortID;contentType;variation;props;objective;onsiteDeliveryType;holdout;constructor(e){e=e||{},this.triggerID=e.id||e.triggerID,this.nudgeID=e.nudgeID,this.shortID=e.shortID,this.contentType=e.contentType,this.engagementID=e.engagementID,this.contentID=e.contentID,this.variation=e.variation,this.props=e.props,this.objective=e.objective,this.onsiteDeliveryType=e.onsiteDeliveryType,this.holdout=e.holdout}};var xe=class{constructor(e,r={},n,o){this.name=e;this.properties=r;this.id=o?new yt(o):new yt,this.occurred=new Date,n&&(this.trigger=new An(n)),this.newEvent=!o}trigger;items;videos;id;newEvent;cart;currentItem;deviceProps;landingPage;occurred;page;sessionID;sessionNumber;locale;setVideos(e){e&&(this.videos=[e.id],this.properties.current??={videoID:e.id})}};var Mg=0;function Bg(t,e){if(!t)return;let r=document.createElement("script");r.id=e??"",r.src=t,r.type="module",document.head.appendChild(r)}function sp(t=document.head){return Ug(hr.styleURL,t,"cooee-global-styles")}function KS(t=document.head){return Ug(hr.swiperStyleURL,t,"cooee-swiper-styles")}function Ug(t,e=document.head,r){return new Promise(n=>{if(e.querySelector(`#${r}`)){n();return}let i=document.createElement("link");i.rel="stylesheet",i.href=t,i.id=r,i.onload=()=>{n()},i.onerror=()=>{console.error("Failed to load stylesheet:",t),n()},e.appendChild(i)})}function sn(t,e=document.head){if(!t)return;Mg++;let r=document.createElement("style");r.id=`cooee-app-css-${Mg}`,r.textContent=t,e.appendChild(r)}function kg(t){if(!t)return;let e=document.createElement("script");e.id="cooee-app-script",e.innerHTML=t,document.head.appendChild(e)}function ap(t){if(t)try{(0,eval)(t)}catch(e){console.error("Failed to execute script:",e)}}async function Ac(){let t=(await import("./swiper-bundle-WHJS64TU.js")).default;return window.CooeeSDK.Swiper=t}async function cp(t,e=!0){if(!t)return;let r=[];e&&r.push(KS(t)),r.push(sp(t)),await Promise.all(r);let n=je.get().website.commonCSS;sn(n,t)}var Dc=class{lastWidth;lastHeight;resizeTimeout=null;debounceDelay=200;onResizeCallback;constructor(e){this.onResizeCallback=e,this.lastWidth=window.innerWidth,this.lastHeight=window.innerHeight,window.addEventListener("resize",this.debouncedResize),window.addEventListener("orientationchange",this.handleImmediateResize)}destroy(){window.removeEventListener("resize",this.debouncedResize),window.removeEventListener("orientationchange",this.handleImmediateResize)}handleImmediateResize=()=>{this.triggerResize()};debouncedResize=()=>{this.resizeTimeout!==null&&clearTimeout(this.resizeTimeout),this.resizeTimeout=window.setTimeout(()=>{this.triggerResize()},this.debounceDelay)};triggerResize(){let e=window.innerWidth,r=window.innerHeight;(r!==this.lastHeight||e!==this.lastWidth)&&(this.onResizeCallback(),this.lastWidth=e,this.lastHeight=r)}};var XS=" daum[ /]| deusu/|(?:^|[^g])news(?!sapphire)|(?<! (?:channel/|google/))google(?!(app|/google| pixel))|(?<! cu)bots?(?:\\b|_)|(?<!(?:lib))http|(?<![hg]m)score|(?<!cam)scan|24x7|@[a-z][\\w-]+\\.|\\(\\)|\\.com\\b|\\bperl\\b|\\btime/|\\||^[\\w \\.\\-\\(?:\\):%]+(?:/v?\\d+(?:\\.\\d+)?(?:\\.\\d{1,10})*?)?(?:,|$)|^[^ ]{50,}$|^\\d+\\b|^\\W|^\\w*search\\b|^\\w+/[\\w\\(\\)]*$|^active|^ad muncher|^amaya|^avsdevicesdk/|^azure|^biglotron|^bot|^bw/|^clamav[ /]|^client/|^cobweb/|^custom|^ddg[_-]android|^discourse|^dispatch/\\d|^downcast/|^duckduckgo|^email|^facebook|^getright/|^gozilla/|^hobbit|^hotzonu|^hwcdn/|^igetter/|^jeode/|^jetty/|^jigsaw|^microsoft bits|^movabletype|^mozilla/\\d\\.\\d\\s[\\w\\.-]+$|^mozilla/\\d\\.\\d\\s\\(compatible;?(?:\\s\\w+\\/\\d+\\.\\d+)?\\)$|^navermailapp|^netsurf|^offline|^openai/|^owler|^php|^postman|^python|^rank|^read|^reed|^rest|^rss|^snapchat|^space bison|^svn|^swcd |^taringa|^thumbor/|^track|^w3c|^webbandit/|^webcopier|^wget|^whatsapp|^wordpress|^xenu link sleuth|^yahoo|^yandex|^zdm/\\d|^zoom marketplace/|agent\\b|analyzer|archive|ask jeeves/teoma|audit|bit\\.ly/|bluecoat drtr|browsex|burpcollaborator|capture|catch|check\\b|checker|chrome-lighthouse|chromeframe|classifier|cloudflare|convertify|crawl|cypress/|dareboost|datanyze|dejaclick|detect|dmbrowser|download|evc-batch/|exaleadcloudview|feed|fetcher|firephp|functionize|grab|headless|httrack|hubspot marketing grader|hydra|ibisbrowser|infrawatch|insight|inspect|iplabel|java(?!;)|library|linkcheck|mail\\.ru/|manager|measure|neustar wpm|node\\b|nutch|offbyone|onetrust|optimize|pageburst|pagespeed|parser|phantomjs|pingdom|powermarks|preview|proxy|ptst[ /]\\d|retriever|rexx;|rigor|rss\\b|scrape|server|sogou|sparkler/|speedcurve|spider|splash|statuscake|supercleaner|synapse|synthetic|tools|torrent|transcoder|url|validator|virtuoso|wappalyzer|webglance|webkit2png|whatcms/|xtate/",JS=/bot|crawl|http|lighthouse|scan|search|spider/i,as;function QS(){if(as instanceof RegExp)return as;try{as=new RegExp(XS,"i")}catch{as=JS}return as}function Fg(t){return!!t&&QS().test(t)}var ZS="2.0.4",_p=500,Hg="user-agent",li="",$g="?",Bc="function",Nn="undefined",ui="object",bp="string",kt="browser",an="cpu",$r="device",_r="engine",ar="os",ai="result",$="name",L="type",F="vendor",j="version",Ft="architecture",ys="major",U="model",hs="console",le="mobile",Be="tablet",ot="smarttv",Fr="wearable",Oc="xr",gs="embedded",cs="inapp",Tp="brands",ao="formFactors",Ip="fullVersionList",ci="platform",xp="platformVersion",Fc="bitness",Pn="sec-ch-ua",e0=Pn+"-full-version-list",t0=Pn+"-arch",r0=Pn+"-"+Fc,n0=Pn+"-form-factors",o0=Pn+"-"+le,i0=Pn+"-"+U,ty=Pn+"-"+ci,s0=ty+"-version",ry=[Tp,Ip,le,U,ci,xp,Ft,ao,Fc],Nc="Amazon",ii="Apple",Vg="ASUS",Wg="BlackBerry",so="Google",jg="Huawei",lp="Lenovo",Gg="Honor",Pc="LG",up="Microsoft",fp="Motorola",pp="Nvidia",qg="OnePlus",mp="OPPO",ls="Samsung",zg="Sharp",us="Sony",dp="Xiaomi",hp="Zebra",Yg="Chrome",Kg="Chromium",Dn="Chromecast",Mc="Edge",fs="Firefox",ps="Opera",gp="Facebook",Xg="Sogou",si="Mobile ",ms=" Browser",wp="Windows",a0=typeof window!==Nn,Ht=a0&&window.navigator?window.navigator:void 0,On=Ht&&Ht.userAgentData?Ht.userAgentData:void 0,c0=function(t,e){var r={},n=e;if(!Uc(e)){n={};for(var o in e)for(var i in e[o])n[i]=e[o][i].concat(n[i]?n[i]:[])}for(var s in t)r[s]=n[s]&&n[s].length%2===0?n[s].concat(t[s]):t[s];return r},Hc=function(t){for(var e={},r=0;r<t.length;r++)e[t[r].toUpperCase()]=t[r];return e},Sp=function(t,e){if(typeof t===ui&&t.length>0){for(var r in t)if(cn(e)==cn(t[r]))return!0;return!1}return pi(t)?cn(e)==cn(t):!1},Uc=function(t,e){for(var r in t)return/^(browser|cpu|device|engine|os)$/.test(r)||(e?Uc(t[r]):!1)},pi=function(t){return typeof t===bp},yp=function(t){if(t){for(var e=[],r=fi(/\\?\"/g,t).split(","),n=0;n<r.length;n++)if(r[n].indexOf(";")>-1){var o=kc(r[n]).split(";v=");e[n]={brand:o[0],version:o[1]}}else e[n]=kc(r[n]);return e}},cn=function(t){return pi(t)?t.toLowerCase():t},vp=function(t){return pi(t)?fi(/[^\d\.]/g,t).split(".")[0]:void 0},ln=function(t){for(var e in t){var r=t[e];typeof r==ui&&r.length==2?this[r[0]]=r[1]:this[r]=void 0}return this},fi=function(t,e){return pi(e)?e.replace(t,li):e},ds=function(t){return fi(/\\?\"/g,t)},kc=function(t,e){if(pi(t))return t=fi(/^\s\s*/,t),typeof e===Nn?t:t.substring(0,_p)},Ep=function(t,e){if(!(!t||!e))for(var r=0,n,o,i,s,a,l;r<e.length&&!a;){var f=e[r],m=e[r+1];for(n=o=0;n<f.length&&!a&&f[n];)if(a=f[n++].exec(t),a)for(i=0;i<m.length;i++)l=a[++o],s=m[i],typeof s===ui&&s.length>0?s.length===2?typeof s[1]==Bc?this[s[0]]=s[1].call(this,l):this[s[0]]=s[1]:s.length>=3&&(typeof s[1]===Bc&&!(s[1].exec&&s[1].test)?s.length>3?this[s[0]]=l?s[1].apply(this,s.slice(2)):void 0:this[s[0]]=l?s[1].call(this,l,s[2]):void 0:s.length==3?this[s[0]]=l?l.replace(s[1],s[2]):void 0:s.length==4?this[s[0]]=l?s[3].call(this,l.replace(s[1],s[2])):void 0:s.length>4&&(this[s[0]]=l?s[3].apply(this,[l.replace(s[1],s[2])].concat(s.slice(4))):void 0)):this[s]=l||void 0;r+=2}},Hr=function(t,e){for(var r in e)if(typeof e[r]===ui&&e[r].length>0){for(var n=0;n<e[r].length;n++)if(Sp(e[r][n],t))return r===$g?void 0:r}else if(Sp(e[r],t))return r===$g?void 0:r;return e.hasOwnProperty("*")?e["*"]:t},Jg={ME:"4.90","NT 3.51":"3.51","NT 4.0":"4.0",2e3:["5.0","5.01"],XP:["5.1","5.2"],Vista:"6.0",7:"6.1",8:"6.2","8.1":"6.3",10:["6.4","10.0"],NT:""},Qg={embedded:"Automotive",mobile:"Mobile",tablet:["Tablet","EInk"],smarttv:"TV",wearable:"Watch",xr:["VR","XR"],"?":["Desktop","Unknown"],"*":void 0},l0={Chrome:"Google Chrome",Edge:"Microsoft Edge","Edge WebView2":"Microsoft Edge WebView2","Chrome WebView":"Android WebView","Chrome Headless":"HeadlessChrome","Huawei Browser":"HuaweiBrowser","MIUI Browser":"Miui Browser","Opera Mobi":"OperaMobile",Yandex:"YaBrowser"},Zg={browser:[[/\b(?:crmo|crios)\/([\w\.]+)/i],[j,[$,si+"Chrome"]],[/webview.+edge\/([\w\.]+)/i],[j,[$,Mc+" WebView"]],[/edg(?:e|ios|a)?\/([\w\.]+)/i],[j,[$,"Edge"]],[/(opera mini)\/([-\w\.]+)/i,/(opera [mobiletab]{3,6})\b.+version\/([-\w\.]+)/i,/(opera)(?:.+version\/|[\/ ]+)([\w\.]+)/i],[$,j],[/opios[\/ ]+([\w\.]+)/i],[j,[$,ps+" Mini"]],[/\bop(?:rg)?x\/([\w\.]+)/i],[j,[$,ps+" GX"]],[/\bopr\/([\w\.]+)/i],[j,[$,ps]],[/\bb[ai]*d(?:uhd|[ub]*[aekoprswx]{5,6})[\/ ]?([\w\.]+)/i],[j,[$,"Baidu"]],[/\b(?:mxbrowser|mxios|myie2)\/?([-\w\.]*)\b/i],[j,[$,"Maxthon"]],[/(kindle)\/([\w\.]+)/i,/(lunascape|maxthon|netfront|jasmine|blazer|sleipnir)[\/ ]?([\w\.]*)/i,/(avant|iemobile|slim(?:browser|boat|jet))[\/ ]?([\d\.]*)/i,/(?:ms|\()(ie) ([\w\.]+)/i,/(flock|rockmelt|midori|epiphany|silk|skyfire|ovibrowser|bolt|iron|vivaldi|iridium|phantomjs|bowser|qupzilla|falkon|rekonq|puffin|brave|whale(?!.+naver)|qqbrowserlite|duckduckgo|klar|helio|(?=comodo_)?dragon|otter|dooble|(?:lg |qute)browser)\/([-\w\.]+)/i,/(heytap|ovi|115|surf)browser\/([\d\.]+)/i,/(ecosia|weibo)(?:__| \w+@)([\d\.]+)/i],[$,j],[/quark(?:pc)?\/([-\w\.]+)/i],[j,[$,"Quark"]],[/\bddg\/([\w\.]+)/i],[j,[$,"DuckDuckGo"]],[/(?:\buc? ?browser|(?:juc.+)ucweb)[\/ ]?([\w\.]+)/i],[j,[$,"UCBrowser"]],[/microm.+\bqbcore\/([\w\.]+)/i,/\bqbcore\/([\w\.]+).+microm/i,/micromessenger\/([\w\.]+)/i],[j,[$,"WeChat"]],[/konqueror\/([\w\.]+)/i],[j,[$,"Konqueror"]],[/trident.+rv[: ]([\w\.]{1,9})\b.+like gecko/i],[j,[$,"IE"]],[/ya(?:search)?browser\/([\w\.]+)/i],[j,[$,"Yandex"]],[/slbrowser\/([\w\.]+)/i],[j,[$,"Smart "+lp+ms]],[/(avast|avg)\/([\w\.]+)/i],[[$,/(.+)/,"$1 Secure"+ms],j],[/\bfocus\/([\w\.]+)/i],[j,[$,fs+" Focus"]],[/\bopt\/([\w\.]+)/i],[j,[$,ps+" Touch"]],[/coc_coc\w+\/([\w\.]+)/i],[j,[$,"Coc Coc"]],[/dolfin\/([\w\.]+)/i],[j,[$,"Dolphin"]],[/coast\/([\w\.]+)/i],[j,[$,ps+" Coast"]],[/miuibrowser\/([\w\.]+)/i],[j,[$,"MIUI"+ms]],[/fxios\/([\w\.-]+)/i],[j,[$,si+fs]],[/\bqihoobrowser\/?([\w\.]*)/i],[j,[$,"360"]],[/\b(qq)\/([\w\.]+)/i],[[$,/(.+)/,"$1Browser"],j],[/(oculus|sailfish|huawei|vivo|pico)browser\/([\w\.]+)/i],[[$,/(.+)/,"$1"+ms],j],[/samsungbrowser\/([\w\.]+)/i],[j,[$,ls+" Internet"]],[/metasr[\/ ]?([\d\.]+)/i],[j,[$,Xg+" Explorer"]],[/(sogou)mo\w+\/([\d\.]+)/i],[[$,Xg+" Mobile"],j],[/(electron)\/([\w\.]+) safari/i,/(tesla)(?: qtcarbrowser|\/(20\d\d\.[-\w\.]+))/i,/m?(qqbrowser|2345(?=browser|chrome|explorer))\w*[\/ ]?v?([\w\.]+)/i],[$,j],[/(lbbrowser|rekonq)/i],[$],[/ome\/([\w\.]+) \w* ?(iron) saf/i,/ome\/([\w\.]+).+qihu (360)[es]e/i],[j,$],[/((?:fban\/fbios|fb_iab\/fb4a)(?!.+fbav)|;fbav\/([\w\.]+);)/i],[[$,gp],j,[L,cs]],[/(kakao(?:talk|story))[\/ ]([\w\.]+)/i,/(naver)\(.*?(\d+\.[\w\.]+).*\)/i,/(daum)apps[\/ ]([\w\.]+)/i,/safari (line)\/([\w\.]+)/i,/\b(line)\/([\w\.]+)\/iab/i,/(alipay)client\/([\w\.]+)/i,/(twitter)(?:and| f.+e\/([\w\.]+))/i,/(instagram|snapchat|klarna)[\/ ]([-\w\.]+)/i],[$,j,[L,cs]],[/\bgsa\/([\w\.]+) .*safari\//i],[j,[$,"GSA"],[L,cs]],[/musical_ly(?:.+app_?version\/|_)([\w\.]+)/i],[j,[$,"TikTok"],[L,cs]],[/\[(linkedin)app\]/i],[$,[L,cs]],[/(chromium)[\/ ]([-\w\.]+)/i],[$,j],[/headlesschrome(?:\/([\w\.]+)| )/i],[j,[$,Yg+" Headless"]],[/wv\).+chrome\/([\w\.]+).+edgw\//i],[j,[$,Mc+" WebView2"]],[/ wv\).+(chrome)\/([\w\.]+)/i],[[$,Yg+" WebView"],j],[/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i],[j,[$,"Android"+ms]],[/chrome\/([\w\.]+) mobile/i],[j,[$,si+"Chrome"]],[/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\/v?([\w\.]+)/i],[$,j],[/version\/([\w\.\,]+) .*mobile(?:\/\w+ | ?)safari/i],[j,[$,si+"Safari"]],[/iphone .*mobile(?:\/\w+ | ?)safari/i],[[$,si+"Safari"]],[/version\/([\w\.\,]+) .*(safari)/i],[j,$],[/webkit.+?(mobile ?safari|safari)(\/[\w\.]+)/i],[$,[j,"1"]],[/(webkit|khtml)\/([\w\.]+)/i],[$,j],[/(?:mobile|tablet);.*(firefox)\/([\w\.-]+)/i],[[$,si+fs],j],[/(navigator|netscape\d?)\/([-\w\.]+)/i],[[$,"Netscape"],j],[/(wolvic|librewolf)\/([\w\.]+)/i],[$,j],[/mobile vr; rv:([\w\.]+)\).+firefox/i],[j,[$,fs+" Reality"]],[/ekiohf.+(flow)\/([\w\.]+)/i,/(swiftfox)/i,/(icedragon|iceweasel|camino|chimera|fennec|maemo browser|minimo|conkeror)[\/ ]?([\w\.\+]+)/i,/(seamonkey|k-meleon|icecat|iceape|firebird|phoenix|palemoon|basilisk|waterfox)\/([-\w\.]+)$/i,/(firefox)\/([\w\.]+)/i,/(mozilla)\/([\w\.]+) .+rv\:.+gecko\/\d+/i,/(amaya|dillo|doris|icab|ladybird|lynx|mosaic|netsurf|obigo|polaris|w3m|(?:go|ice|up)[\. ]?browser)[-\/ ]?v?([\w\.]+)/i,/\b(links) \(([\w\.]+)/i],[$,[j,/_/g,"."]],[/(cobalt)\/([\w\.]+)/i],[$,[j,/[^\d\.]+./,li]]],cpu:[[/\b((amd|x|x86[-_]?|wow|win)64)\b/i],[[Ft,"amd64"]],[/(ia32(?=;))/i,/\b((i[346]|x)86)(pc)?\b/i],[[Ft,"ia32"]],[/\b(aarch64|arm(v?[89]e?l?|_?64))\b/i],[[Ft,"arm64"]],[/\b(arm(v[67])?ht?n?[fl]p?)\b/i],[[Ft,"armhf"]],[/( (ce|mobile); ppc;|\/[\w\.]+arm\b)/i],[[Ft,"arm"]],[/((ppc|powerpc)(64)?)( mac|;|\))/i],[[Ft,/ower/,li,cn]],[/ sun4\w[;\)]/i],[[Ft,"sparc"]],[/\b(avr32|ia64(?=;)|68k(?=\))|\barm(?=v([1-7]|[5-7]1)l?|;|eabi)|(irix|mips|sparc)(64)?\b|pa-risc)/i],[[Ft,cn]]],device:[[/\b(sch-i[89]0\d|shw-m380s|sm-[ptx]\w{2,4}|gt-[pn]\d{2,4}|sgh-t8[56]9|nexus 10)/i],[U,[F,ls],[L,Be]],[/\b((?:s[cgp]h|gt|sm)-(?![lr])\w+|sc[g-]?[\d]+a?|galaxy nexus)/i,/samsung[- ]((?!sm-[lr]|browser)[-\w]+)/i,/sec-(sgh\w+)/i],[U,[F,ls],[L,le]],[/(?:\/|\()(ip(?:hone|od)[\w, ]*)(?:\/|;)/i],[U,[F,ii],[L,le]],[/\((ipad);[-\w\),; ]+apple/i,/applecoremedia\/[\w\.]+ \((ipad)/i,/\b(ipad)\d\d?,\d\d?[;\]].+ios/i],[U,[F,ii],[L,Be]],[/(macintosh);/i],[U,[F,ii]],[/\b(sh-?[altvz]?\d\d[a-ekm]?)/i],[U,[F,zg],[L,le]],[/\b((?:brt|eln|hey2?|gdi|jdn)-a?[lnw]09|(?:ag[rm]3?|jdn2|kob2)-a?[lw]0[09]hn)(?: bui|\)|;)/i],[U,[F,Gg],[L,Be]],[/honor([-\w ]+)[;\)]/i],[U,[F,Gg],[L,le]],[/\b((?:ag[rs][2356]?k?|bah[234]?|bg[2o]|bt[kv]|cmr|cpn|db[ry]2?|jdn2|got|kob2?k?|mon|pce|scm|sht?|[tw]gr|vrd)-[ad]?[lw][0125][09]b?|605hw|bg2-u03|(?:gem|fdr|m2|ple|t1)-[7a]0[1-4][lu]|t1-a2[13][lw]|mediapad[\w\. ]*(?= bui|\)))\b(?!.+d\/s)/i],[U,[F,jg],[L,Be]],[/(?:huawei)([-\w ]+)[;\)]/i,/\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][012359c][adn]?)\b(?!.+d\/s)/i],[U,[F,jg],[L,le]],[/oid[^\)]+; (2[\dbc]{4}(182|283|rp\w{2})[cgl]|m2105k81a?c)(?: bui|\))/i,/\b((?:red)?mi[-_ ]?pad[\w- ]*)(?: bui|\))/i],[[U,/_/g," "],[F,dp],[L,Be]],[/\b(poco[\w ]+|m2\d{3}j\d\d[a-z]{2})(?: bui|\))/i,/\b; (\w+) build\/hm\1/i,/\b(hm[-_ ]?note?[_ ]?(?:\d\w)?) bui/i,/\b(redmi[\-_ ]?(?:note|k)?[\w_ ]+)(?: bui|\))/i,/oid[^\)]+; (m?[12][0-389][01]\w{3,6}[c-y])( bui|; wv|\))/i,/\b(mi[-_ ]?(?:a\d|one|one[_ ]plus|note lte|max|cc)?[_ ]?(?:\d?\w?)[_ ]?(?:plus|se|lite|pro)?)(?: bui|\))/i,/ ([\w ]+) miui\/v?\d/i],[[U,/_/g," "],[F,dp],[L,le]],[/droid.+; (cph2[3-6]\d[13579]|((gm|hd)19|(ac|be|in|kb)20|(d[en]|eb|le|mt)21|ne22)[0-2]\d|p[g-k]\w[1m]10)\b/i,/(?:one)?(?:plus)? (a\d0\d\d)(?: b|\))/i],[U,[F,qg],[L,le]],[/; (\w+) bui.+ oppo/i,/\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i],[U,[F,mp],[L,le]],[/\b(opd2(\d{3}a?))(?: bui|\))/i],[U,[F,Hr,{OnePlus:["203","304","403","404","413","415"],"*":mp}],[L,Be]],[/(vivo (5r?|6|8l?|go|one|s|x[il]?[2-4]?)[\w\+ ]*)(?: bui|\))/i],[U,[F,"BLU"],[L,le]],[/; vivo (\w+)(?: bui|\))/i,/\b(v[12]\d{3}\w?[at])(?: bui|;)/i],[U,[F,"Vivo"],[L,le]],[/\b(rmx[1-3]\d{3})(?: bui|;|\))/i],[U,[F,"Realme"],[L,le]],[/(ideatab[-\w ]+|602lv|d-42a|a101lv|a2109a|a3500-hv|s[56]000|pb-6505[my]|tb-?x?\d{3,4}(?:f[cu]|xu|[av])|yt\d?-[jx]?\d+[lfmx])( bui|;|\)|\/)/i,/lenovo ?(b[68]0[08]0-?[hf]?|tab(?:[\w- ]+?)|tb[\w-]{6,7})( bui|;|\)|\/)/i],[U,[F,lp],[L,Be]],[/lenovo[-_ ]?([-\w ]+?)(?: bui|\)|\/)/i],[U,[F,lp],[L,le]],[/\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\b[\w ]+build\//i,/\bmot(?:orola)?[- ]([\w\s]+)(\)| bui)/i,/((?:moto(?! 360)[-\w\(\) ]+|xt\d{3,4}[cgkosw\+]?[-\d]*|nexus 6)(?= bui|\)))/i],[U,[F,fp],[L,le]],[/\b(mz60\d|xoom[2 ]{0,2}) build\//i],[U,[F,fp],[L,Be]],[/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i],[U,[F,Pc],[L,Be]],[/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i,/\blg[-e;\/ ]+(?!.*(?:browser|netcast|android tv|watch|webos))(\w+)/i,/\blg-?([\d\w]+) bui/i],[U,[F,Pc],[L,le]],[/(nokia) (t[12][01])/i],[F,U,[L,Be]],[/(?:maemo|nokia).*(n900|lumia \d+|rm-\d+)/i,/nokia[-_ ]?(([-\w\. ]*))/i],[[U,/_/g," "],[L,le],[F,"Nokia"]],[/(pixel (c|tablet))\b/i],[U,[F,so],[L,Be]],[/droid.+;(?: google)? (g(01[13]a|020[aem]|025[jn]|1b60|1f8f|2ybb|4s1m|576d|5nz6|8hhn|8vou|a02099|c15s|d1yq|e2ae|ec77|gh2x|kv4x|p4bc|pj41|r83y|tt9q|ur25|wvk6)|pixel[\d ]*a?( pro)?( xl)?( fold)?( \(5g\))?)( bui|\))/i],[U,[F,so],[L,le]],[/(google) (pixelbook( go)?)/i],[F,U],[/droid.+; (a?\d[0-2]{2}so|[c-g]\d{4}|so[-gl]\w+|xq-\w\w\d\d)(?= bui|\).+chrome\/(?![1-6]{0,1}\d\.))/i],[U,[F,us],[L,le]],[/sony tablet [ps]/i,/\b(?:sony)?sgp\w+(?: bui|\))/i],[[U,"Xperia Tablet"],[F,us],[L,Be]],[/(alexa)webm/i,/(kf[a-z]{2}wi|aeo(?!bc)\w\w)( bui|\))/i,/(kf[a-z]+)( bui|\)).+silk\//i],[U,[F,Nc],[L,Be]],[/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i],[[U,/(.+)/g,"Fire Phone $1"],[F,Nc],[L,le]],[/(playbook);[-\w\),; ]+(rim)/i],[U,F,[L,Be]],[/\b((?:bb[a-f]|st[hv])100-\d)/i,/\(bb10; (\w+)/i],[U,[F,Wg],[L,le]],[/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i],[U,[F,Vg],[L,Be]],[/ (z[bes]6[027][012][km][ls]|zenfone \d\w?)\b/i],[U,[F,Vg],[L,le]],[/(nexus 9)/i],[U,[F,"HTC"],[L,Be]],[/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i,/(zte)[- ]([\w ]+?)(?: bui|\/|\))/i,/(alcatel|geeksphone|nexian|panasonic(?!(?:;|\.))|sony(?!-bra))[-_ ]?([-\w]*)/i],[F,[U,/_/g," "],[L,le]],[/tcl (xess p17aa)/i,/droid [\w\.]+; ((?:8[14]9[16]|9(?:0(?:48|60|8[01])|1(?:3[27]|66)|2(?:6[69]|9[56])|466))[gqswx])(_\w(\w|\w\w))?(\)| bui)/i],[U,[F,"TCL"],[L,Be]],[/droid [\w\.]+; (418(?:7d|8v)|5087z|5102l|61(?:02[dh]|25[adfh]|27[ai]|56[dh]|59k|65[ah])|a509dl|t(?:43(?:0w|1[adepqu])|50(?:6d|7[adju])|6(?:09dl|10k|12b|71[efho]|76[hjk])|7(?:66[ahju]|67[hw]|7[045][bh]|71[hk]|73o|76[ho]|79w|81[hks]?|82h|90[bhsy]|99b)|810[hs]))(_\w(\w|\w\w))?(\)| bui)/i],[U,[F,"TCL"],[L,le]],[/(itel) ((\w+))/i],[[F,cn],U,[L,Hr,{tablet:["p10001l","w7001"],"*":"mobile"}]],[/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i],[U,[F,"Acer"],[L,Be]],[/droid.+; (m[1-5] note) bui/i,/\bmz-([-\w]{2,})/i],[U,[F,"Meizu"],[L,le]],[/; ((?:power )?armor(?:[\w ]{0,8}))(?: bui|\))/i],[U,[F,"Ulefone"],[L,le]],[/; (energy ?\w+)(?: bui|\))/i,/; energizer ([\w ]+)(?: bui|\))/i],[U,[F,"Energizer"],[L,le]],[/; cat (b35);/i,/; (b15q?|s22 flip|s48c|s62 pro)(?: bui|\))/i],[U,[F,"Cat"],[L,le]],[/((?:new )?andromax[\w- ]+)(?: bui|\))/i],[U,[F,"Smartfren"],[L,le]],[/droid.+; (a(in)?(0(15|59|6[35])|142)p?)/i],[U,[F,"Nothing"],[L,le]],[/; (x67 5g|tikeasy \w+|ac[1789]\d\w+)( b|\))/i,/archos ?(5|gamepad2?|([\w ]*[t1789]|hello) ?\d+[\w ]*)( b|\))/i],[U,[F,"Archos"],[L,Be]],[/archos ([\w ]+)( b|\))/i,/; (ac[3-6]\d\w{2,8})( b|\))/i],[U,[F,"Archos"],[L,le]],[/; (n159v)/i],[U,[F,"HMD"],[L,le]],[/(imo) (tab \w+)/i,/(infinix|tecno) (x1101b?|p904|dp(7c|8d|10a)( pro)?|p70[1-3]a?|p904|t1101)/i],[F,U,[L,Be]],[/(blackberry|benq|palm(?=\-)|sonyericsson|acer|asus(?! zenw)|dell|jolla|meizu|motorola|polytron|tecno|micromax|advan)[-_ ]?([-\w]*)/i,/; (blu|hmd|imo|infinix|lava|oneplus|tcl)[_ ]([\w\+ ]+?)(?: bui|\)|; r)/i,/(hp) ([\w ]+\w)/i,/(microsoft); (lumia[\w ]+)/i,/(oppo) ?([\w ]+) bui/i],[F,U,[L,le]],[/(kobo)\s(ereader|touch)/i,/(hp).+(touchpad(?!.+tablet)|tablet)/i,/(kindle)\/([\w\.]+)/i],[F,U,[L,Be]],[/(surface duo)/i],[U,[F,up],[L,Be]],[/droid [\d\.]+; (fp\du?)(?: b|\))/i],[U,[F,"Fairphone"],[L,le]],[/((?:tegranote|shield t(?!.+d tv))[\w- ]*?)(?: b|\))/i],[U,[F,pp],[L,Be]],[/(sprint) (\w+)/i],[F,U,[L,le]],[/(kin\.[onetw]{3})/i],[[U,/\./g," "],[F,up],[L,le]],[/droid.+; ([c6]+|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i],[U,[F,hp],[L,Be]],[/droid.+; (ec30|ps20|tc[2-8]\d[kx])\)/i],[U,[F,hp],[L,le]],[/smart-tv.+(samsung)/i],[F,[L,ot]],[/hbbtv.+maple;(\d+)/i],[[U,/^/,"SmartTV"],[F,ls],[L,ot]],[/(vizio)(?: |.+model\/)(\w+-\w+)/i,/tcast.+(lg)e?. ([-\w]+)/i],[F,U,[L,ot]],[/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i],[[F,Pc],[L,ot]],[/(apple) ?tv/i],[F,[U,ii+" TV"],[L,ot]],[/crkey.*devicetype\/chromecast/i],[[U,Dn+" Third Generation"],[F,so],[L,ot]],[/crkey.*devicetype\/([^/]*)/i],[[U,/^/,"Chromecast "],[F,so],[L,ot]],[/fuchsia.*crkey/i],[[U,Dn+" Nest Hub"],[F,so],[L,ot]],[/crkey/i],[[U,Dn],[F,so],[L,ot]],[/(portaltv)/i],[U,[F,gp],[L,ot]],[/droid.+aft(\w+)( bui|\))/i],[U,[F,Nc],[L,ot]],[/(shield \w+ tv)/i],[U,[F,pp],[L,ot]],[/\(dtv[\);].+(aquos)/i,/(aquos-tv[\w ]+)\)/i],[U,[F,zg],[L,ot]],[/(bravia[\w ]+)( bui|\))/i],[U,[F,us],[L,ot]],[/(mi(tv|box)-?\w+) bui/i],[U,[F,dp],[L,ot]],[/Hbbtv.*(technisat) (.*);/i],[F,U,[L,ot]],[/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i,/hbbtv\/\d+\.\d+\.\d+ +\([\w\+ ]*; *([\w\d][^;]*);([^;]*)/i],[[F,/.+\/(\w+)/,"$1",Hr,{LG:"lge"}],[U,kc],[L,ot]],[/droid.+; ([\w- ]+) (?:android tv|smart[- ]?tv)/i],[U,[L,ot]],[/\b(android tv|smart[- ]?tv|opera tv|tv; rv:|large screen[\w ]+safari)\b/i],[[L,ot]],[/(playstation \w+)/i],[U,[F,us],[L,hs]],[/\b(xbox(?: one)?(?!; xbox))[\); ]/i],[U,[F,up],[L,hs]],[/(ouya)/i,/(nintendo) (\w+)/i,/(retroid) (pocket ([^\)]+))/i],[F,U,[L,hs]],[/droid.+; (shield)( bui|\))/i],[U,[F,pp],[L,hs]],[/\b(sm-[lr]\d\d[0156][fnuw]?s?|gear live)\b/i],[U,[F,ls],[L,Fr]],[/((pebble))app/i,/(asus|google|lg|oppo) ((pixel |zen)?watch[\w ]*)( bui|\))/i],[F,U,[L,Fr]],[/(ow(?:19|20)?we?[1-3]{1,3})/i],[U,[F,mp],[L,Fr]],[/(watch)(?: ?os[,\/]|\d,\d\/)[\d\.]+/i],[U,[F,ii],[L,Fr]],[/(opwwe\d{3})/i],[U,[F,qg],[L,Fr]],[/(moto 360)/i],[U,[F,fp],[L,Fr]],[/(smartwatch 3)/i],[U,[F,us],[L,Fr]],[/(g watch r)/i],[U,[F,Pc],[L,Fr]],[/droid.+; (wt63?0{2,3})\)/i],[U,[F,hp],[L,Fr]],[/droid.+; (glass) \d/i],[U,[F,so],[L,Oc]],[/(pico) (4|neo3(?: link|pro)?)/i],[F,U,[L,Oc]],[/(quest( \d| pro)?s?).+vr/i],[U,[F,gp],[L,Oc]],[/mobile vr; rv.+firefox/i],[[L,Oc]],[/(tesla)(?: qtcarbrowser|\/[-\w\.]+)/i],[F,[L,gs]],[/(aeobc)\b/i],[U,[F,Nc],[L,gs]],[/(homepod).+mac os/i],[U,[F,ii],[L,gs]],[/windows iot/i],[[L,gs]],[/droid .+?; ([^;]+?)(?: bui|; wv\)|\) applew).+?(mobile|vr|\d) safari/i],[U,[L,Hr,{mobile:"Mobile",xr:"VR","*":Be}]],[/\b((tablet|tab)[;\/]|focus\/\d(?!.+mobile))/i],[[L,Be]],[/(phone|mobile(?:[;\/]| [ \w\/\.]*safari)|pda(?=.+windows ce))/i],[[L,le]],[/droid .+?; ([\w\. -]+)( bui|\))/i],[U,[F,"Generic"]]],engine:[[/windows.+ edge\/([\w\.]+)/i],[j,[$,Mc+"HTML"]],[/(arkweb)\/([\w\.]+)/i],[$,j],[/webkit\/537\.36.+chrome\/(?!27)([\w\.]+)/i],[j,[$,"Blink"]],[/(presto)\/([\w\.]+)/i,/(webkit|trident|netfront|netsurf|amaya|lynx|w3m|goanna|servo)\/([\w\.]+)/i,/ekioh(flow)\/([\w\.]+)/i,/(khtml|tasman|links)[\/ ]\(?([\w\.]+)/i,/(icab)[\/ ]([23]\.[\d\.]+)/i,/\b(libweb)/i],[$,j],[/ladybird\//i],[[$,"LibWeb"]],[/rv\:([\w\.]{1,9})\b.+(gecko)/i],[j,$]],os:[[/(windows nt) (6\.[23]); arm/i],[[$,/N/,"R"],[j,Hr,Jg]],[/(windows (?:phone|mobile|iot))(?: os)?[\/ ]?([\d\.]*( se)?)/i,/(windows)[\/ ](1[01]|2000|3\.1|7|8(\.1)?|9[58]|me|server 20\d\d( r2)?|vista|xp)/i],[$,j],[/windows nt ?([\d\.\)]*)(?!.+xbox)/i,/\bwin(?=3| ?9|n)(?:nt| 9x )?([\d\.;]*)/i],[[j,/(;|\))/g,"",Hr,Jg],[$,wp]],[/(windows ce)\/?([\d\.]*)/i],[$,j],[/[adehimnop]{4,7}\b(?:.*os ([\w]+) like mac|; opera)/i,/(?:ios;fbsv\/|iphone.+ios[\/ ])([\d\.]+)/i,/cfnetwork\/.+darwin/i],[[j,/_/g,"."],[$,"iOS"]],[/(mac os x) ?([\w\. ]*)/i,/(macintosh|mac_powerpc\b)(?!.+(haiku|morphos))/i],[[$,"macOS"],[j,/_/g,"."]],[/android ([\d\.]+).*crkey/i],[j,[$,Dn+" Android"]],[/fuchsia.*crkey\/([\d\.]+)/i],[j,[$,Dn+" Fuchsia"]],[/crkey\/([\d\.]+).*devicetype\/smartspeaker/i],[j,[$,Dn+" SmartSpeaker"]],[/linux.*crkey\/([\d\.]+)/i],[j,[$,Dn+" Linux"]],[/crkey\/([\d\.]+)/i],[j,[$,Dn]],[/droid ([\w\.]+)\b.+(android[- ]x86)/i],[j,$],[/(ubuntu) ([\w\.]+) like android/i],[[$,/(.+)/,"$1 Touch"],j],[/(harmonyos)[\/ ]?([\d\.]*)/i,/(android|bada|blackberry|kaios|maemo|meego|openharmony|qnx|rim tablet os|sailfish|series40|symbian|tizen)\w*[-\/\.; ]?([\d\.]*)/i],[$,j],[/\(bb(10);/i],[j,[$,Wg]],[/(?:symbian ?os|symbos|s60(?=;)|series ?60)[-\/ ]?([\w\.]*)/i],[j,[$,"Symbian"]],[/mozilla\/[\d\.]+ \((?:mobile|tablet|tv|mobile; [\w ]+); rv:.+ gecko\/([\w\.]+)/i],[j,[$,fs+" OS"]],[/\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i,/webos(?:[ \/]?|\.tv-20(?=2[2-9]))(\d[\d\.]*)/i],[j,[$,"webOS"]],[/web0s;.+?(?:chr[o0]me|safari)\/(\d+)/i],[[j,Hr,{25:"120",24:"108",23:"94",22:"87",6:"79",5:"68",4:"53",3:"38",2:"538",1:"537","*":"TV"}],[$,"webOS"]],[/watch(?: ?os[,\/]|\d,\d\/)([\d\.]+)/i],[j,[$,"watchOS"]],[/(cros) [\w]+(?:\)| ([\w\.]+)\b)/i],[[$,"Chrome OS"],j],[/panasonic;(viera)/i,/(netrange)mmh/i,/(nettv)\/(\d+\.[\w\.]+)/i,/(nintendo|playstation) (\w+)/i,/(xbox); +xbox ([^\);]+)/i,/(pico) .+os([\w\.]+)/i,/\b(joli|palm)\b ?(?:os)?\/?([\w\.]*)/i,/linux.+(mint)[\/\(\) ]?([\w\.]*)/i,/(mageia|vectorlinux|fuchsia|arcaos|arch(?= ?linux))[;l ]([\d\.]*)/i,/([kxln]?ubuntu|debian|suse|opensuse|gentoo|slackware|fedora|mandriva|centos|pclinuxos|red ?hat|zenwalk|linpus|raspbian|plan 9|minix|risc os|contiki|deepin|manjaro|elementary os|sabayon|linspire|knoppix)(?: gnu[\/ ]linux)?(?: enterprise)?(?:[- ]linux)?(?:-gnu)?[-\/ ]?(?!chrom|package)([-\w\.]*)/i,/((?:open)?solaris)[-\/ ]?([\w\.]*)/i,/\b(aix)[; ]([1-9\.]{0,4})/i,/(hurd|linux|morphos)(?: (?:arm|x86|ppc)\w*| ?)([\w\.]*)/i,/(gnu) ?([\w\.]*)/i,/\b([-frentopcghs]{0,5}bsd|dragonfly)[\/ ]?(?!amd|[ix346]{1,2}86)([\w\.]*)/i,/(haiku) ?(r\d)?/i],[$,j],[/(sunos) ?([\d\.]*)/i],[[$,"Solaris"],j],[/\b(beos|os\/2|amigaos|openvms|hp-ux|serenityos)/i,/(unix) ?([\w\.]*)/i],[$,j]]},Lc=(function(){var t={init:{},isIgnore:{},isIgnoreRgx:{},toString:{}};return ln.call(t.init,[[kt,[$,j,ys,L]],[an,[Ft]],[$r,[L,U,F]],[_r,[$,j]],[ar,[$,j]]]),ln.call(t.isIgnore,[[kt,[j,ys]],[_r,[j]],[ar,[j]]]),ln.call(t.isIgnoreRgx,[[kt,/ ?browser$/i],[ar,/ ?os$/i]]),ln.call(t.toString,[[kt,[$,j]],[an,[Ft]],[$r,[F,U]],[_r,[$,j]],[ar,[$,j]]]),t})(),u0=function(t,e){var r=Lc.init[e],n=Lc.isIgnore[e]||0,o=Lc.isIgnoreRgx[e]||0,i=Lc.toString[e]||0;function s(){ln.call(this,r)}return s.prototype.getItem=function(){return t},s.prototype.withClientHints=function(){return On?On.getHighEntropyValues(ry).then(function(a){return t.setCH(new ny(a,!1)).parseCH().get()}):t.parseCH().get()},s.prototype.withFeatureCheck=function(){return t.detectFeature().get()},e!=ai&&(s.prototype.is=function(a){var l=!1;for(var f in this)if(this.hasOwnProperty(f)&&!Sp(n,f)&&cn(o?fi(o,this[f]):this[f])==cn(o?fi(o,a):a)){if(l=!0,a!=Nn)break}else if(a==Nn&&l){l=!l;break}return l},s.prototype.toString=function(){var a=li;for(var l in i)typeof this[i[l]]!==Nn&&(a+=(a?" ":li)+this[i[l]]);return a||Nn}),On||(s.prototype.then=function(a){var l=this,f=function(){for(var d in l)l.hasOwnProperty(d)&&(this[d]=l[d])};f.prototype={is:s.prototype.is,toString:s.prototype.toString};var m=new f;return a(m),m}),new s};function ny(t,e){if(t=t||{},ln.call(this,ry),e)ln.call(this,[[Tp,yp(t[Pn])],[Ip,yp(t[e0])],[le,/\?1/.test(t[o0])],[U,ds(t[i0])],[ci,ds(t[ty])],[xp,ds(t[s0])],[Ft,ds(t[t0])],[ao,yp(t[n0])],[Fc,ds(t[r0])]]);else for(var r in t)this.hasOwnProperty(r)&&typeof t[r]!==Nn&&(this[r]=t[r])}function ey(t,e,r,n){return this.get=function(o){return o?this.data.hasOwnProperty(o)?this.data[o]:void 0:this.data},this.set=function(o,i){return this.data[o]=i,this},this.setCH=function(o){return this.uaCH=o,this},this.detectFeature=function(){if(Ht&&Ht.userAgent==this.ua)switch(this.itemType){case kt:Ht.brave&&typeof Ht.brave.isBrave==Bc&&this.set($,"Brave");break;case $r:!this.get(L)&&On&&On[le]&&this.set(L,le),this.get(U)=="Macintosh"&&Ht&&typeof Ht.standalone!==Nn&&Ht.maxTouchPoints&&Ht.maxTouchPoints>2&&this.set(U,"iPad").set(L,Be);break;case ar:!this.get($)&&On&&On[ci]&&this.set($,On[ci]);break;case ai:var o=this.data,i=function(s){return o[s].getItem().detectFeature().get()};this.set(kt,i(kt)).set(an,i(an)).set($r,i($r)).set(_r,i(_r)).set(ar,i(ar))}return this},this.parseUA=function(){return this.itemType!=ai&&Ep.call(this.data,this.ua,this.rgxMap),this.itemType==kt&&this.set(ys,vp(this.get(j))),this},this.parseCH=function(){var o=this.uaCH,i=this.rgxMap;switch(this.itemType){case kt:case _r:var s=o[Ip]||o[Tp],a;if(s)for(var l in s){var f=s[l].brand||s[l],m=s[l].version;this.itemType==kt&&!/not.a.brand/i.test(f)&&(!a||/Chrom/.test(a)&&f!=Kg||a==Mc&&/WebView2/.test(f))&&(f=Hr(f,l0),a=this.get($),a&&!/Chrom/.test(a)&&/Chrom/.test(f)||this.set($,f).set(j,m).set(ys,vp(m)),a=f),this.itemType==_r&&f==Kg&&this.set(j,m)}break;case an:var d=o[Ft];d&&(d&&o[Fc]=="64"&&(d+="64"),Ep.call(this.data,d+";",i));break;case $r:if(o[le]&&this.set(L,le),o[U]&&(this.set(U,o[U]),!this.get(L)||!this.get(F))){var _={};Ep.call(_,"droid 9; "+o[U]+")",i),!this.get(L)&&_.type&&this.set(L,_.type),!this.get(F)&&_.vendor&&this.set(F,_.vendor)}if(o[ao]){var y;if(typeof o[ao]!="string")for(var C=0;!y&&C<o[ao].length;)y=Hr(o[ao][C++],Qg);else y=Hr(o[ao],Qg);this.set(L,y)}break;case ar:var N=o[ci];if(N){var A=o[xp];N==wp&&(A=parseInt(vp(A),10)>=13?"11":"10"),this.set($,N).set(j,A)}this.get($)==wp&&o[U]=="Xbox"&&this.set($,"Xbox").set(j,void 0);break;case ai:var B=this.data,q=function(P){return B[P].getItem().setCH(o).parseCH().get()};this.set(kt,q(kt)).set(an,q(an)).set($r,q($r)).set(_r,q(_r)).set(ar,q(ar))}return this},ln.call(this,[["itemType",t],["ua",e],["uaCH",n],["rgxMap",r],["data",u0(this,t)]]),this}function br(t,e,r){if(typeof t===ui?(Uc(t,!0)?(typeof e===ui&&(r=e),e=t):(r=t,e=void 0),t=void 0):typeof t===bp&&!Uc(e,!0)&&(r=e,e=void 0),r&&typeof r.append===Bc){var n={};r.forEach(function(l,f){n[f]=l}),r=n}if(!(this instanceof br))return new br(t,e,r).getResult();var o=typeof t===bp?t:r&&r[Hg]?r[Hg]:Ht&&Ht.userAgent?Ht.userAgent:li,i=new ny(r,!0),s=e?c0(Zg,e):Zg,a=function(l){return l==ai?function(){return new ey(l,o,s,i).set("ua",o).set(kt,this.getBrowser()).set(an,this.getCPU()).set($r,this.getDevice()).set(_r,this.getEngine()).set(ar,this.getOS()).get()}:function(){return new ey(l,o,s[l],i).parseUA().get()}};return ln.call(this,[["getBrowser",a(kt)],["getCPU",a(an)],["getDevice",a($r)],["getEngine",a(_r)],["getOS",a(ar)],["getResult",a(ai)],["getUA",function(){return o}],["setUA",function(l){return pi(l)&&(o=l.length>_p?kc(l,_p):l),this}]]).setUA(o),this}br.VERSION=ZS;br.BROWSER=Hc([$,j,ys,L]);br.CPU=Hc([Ft]);br.DEVICE=Hc([U,F,L,hs,le,ot,Be,Fr,gs]);br.ENGINE=br.OS=Hc([$,j]);function $c(){let t=fe();return Z(E(Z(E({},t.customContext),{page:Gs(),locale:t.locale,currentItem:t.currentItem,previewIDs:t.previewIDs,previewVariant:t.previewVariant,engagementIDs:p0(),cart:Ff()}),f0()),{host:window.location.host})}function f0(){let t=window.CooeeSDK.uaParser.getResult();return{os:t.os,device:t.device,browser:t.browser}}function p0(){let t=document.querySelectorAll(".letscooee-engagement"),e=[];return t.forEach(r=>{let n=r.dataset.engagementId;n&&+n&&e.push(n)}),e}function ye(t){return typeof t=="function"}function mi(t){let r=t(n=>{Error.call(n),n.stack=new Error().stack});return r.prototype=Object.create(Error.prototype),r.prototype.constructor=r,r}var Vc=mi(t=>function(r){t(this),this.message=r?`${r.length} errors occurred during unsubscription:
26
+ `)+" ".concat(l,"\\").concat(f,"/"))}e.seenObjects[e.seenObjects.length-1].obj=t}if(Array.isArray(t))return ZS(t,e);if(t===void 0)return null;if(t instanceof Date||OS(t)){var m=t.getTime(),d=m>-1&&m<2534023188e5;return e.legacy?e.relaxed&&d?{$date:t.getTime()}:{$date:Sg(t)}:e.relaxed&&d?{$date:Sg(t)}:{$date:{$numberLong:t.getTime().toString()}}}if(typeof t=="number"&&(!e.relaxed||!isFinite(t))){if(Math.floor(t)===t){var _=t>=Mg&&t<=Lg,y=t>=Ug&&t<=Bg;if(_)return{$numberInt:t.toString()};if(y)return{$numberLong:t.toString()}}return{$numberDouble:t.toString()}}if(t instanceof RegExp||DS(t)){var C=t.flags;if(C===void 0){var N=t.toString().match(/[gimuy]*$/);N&&(C=N[0])}var A=new ss(t.source,C);return A.toExtendedJSON(e)}return t!=null&&typeof t=="object"?t0(t,e):t}var e0={Binary:function(t){return new io(t.value(),t.sub_type)},Code:function(t){return new Ac(t.code,t.scope)},DBRef:function(t){return new is(t.collection||t.namespace,t.oid,t.db,t.fields)},Decimal128:function(t){return new ip(t.bytes)},Double:function(t){return new Dc(t.value)},Int32:function(t){return new Oc(t.value)},Long:function(t){return oe.fromBits(t.low!=null?t.low:t.low_,t.low!=null?t.high:t.high_,t.low!=null?t.unsigned:t.unsigned_)},MaxKey:function(){return new sp},MinKey:function(){return new ap},ObjectID:function(t){return new vt(t)},ObjectId:function(t){return new vt(t)},BSONRegExp:function(t){return new ss(t.pattern,t.options)},Symbol:function(t){return new cp(t.value)},Timestamp:function(t){return Pg.fromBits(t.low,t.high)}};function t0(t,e){if(t==null||typeof t!="object")throw new oo("not an object instance");var r=t._bsontype;if(typeof r>"u"){var n={};for(var o in t){e.seenObjects.push({propertyName:o,obj:null});try{var i=Rn(t[o],e);o==="__proto__"?Object.defineProperty(n,o,{value:i,writable:!0,enumerable:!0,configurable:!0}):n[o]=i}finally{e.seenObjects.pop()}}return n}else if(JS(t)){var s=t;if(typeof s.toExtendedJSON!="function"){var a=e0[t._bsontype];if(!a)throw new Xe("Unrecognized or invalid _bsontype: "+t._bsontype);s=a(s)}return r==="Code"&&s.scope?s=new Ac(s.code,Rn(s.scope,e)):r==="DBRef"&&s.oid&&(s=new is(Rn(s.collection,e),Rn(s.oid,e),Rn(s.db,e),Rn(s.fields,e))),s.toExtendedJSON(e)}else throw new oo("_bsontype must be a string, but was: "+typeof r)}var Tg;(function(t){function e(i,s){var a=Object.assign({},{relaxed:!0,legacy:!1},s);return typeof a.relaxed=="boolean"&&(a.strict=!a.relaxed),typeof a.strict=="boolean"&&(a.relaxed=!a.strict),JSON.parse(i,function(l,f){if(l.indexOf("\0")!==-1)throw new oo("BSON Document field names cannot contain null bytes, found: ".concat(JSON.stringify(l)));return kg(f,a)})}t.parse=e;function r(i,s,a,l){a!=null&&typeof a=="object"&&(l=a,a=0),s!=null&&typeof s=="object"&&!Array.isArray(s)&&(l=s,s=void 0,a=0);var f=Object.assign({relaxed:!0,legacy:!1},l,{seenObjects:[{propertyName:"(root)",obj:null}]}),m=Rn(i,f);return JSON.stringify(m,s,a)}t.stringify=r;function n(i,s){return s=s||{},JSON.parse(r(i,s))}t.serialize=n;function o(i,s){return s=s||{},e(JSON.stringify(i),s)}t.deserialize=o})(Tg||(Tg={}));var Ig,xg=Rg();xg.Map?Ig=xg.Map:Ig=(function(){function t(e){e===void 0&&(e=[]),this._keys=[],this._values={};for(var r=0;r<e.length;r++)if(e[r]!=null){var n=e[r],o=n[0],i=n[1];this._keys.push(o),this._values[o]={v:i,i:this._keys.length-1}}}return t.prototype.clear=function(){this._keys=[],this._values={}},t.prototype.delete=function(e){var r=this._values[e];return r==null?!1:(delete this._values[e],this._keys.splice(r.i,1),!0)},t.prototype.entries=function(){var e=this,r=0;return{next:function(){var n=e._keys[r++];return{value:n!==void 0?[n,e._values[n].v]:void 0,done:n===void 0}}}},t.prototype.forEach=function(e,r){r=r||this;for(var n=0;n<this._keys.length;n++){var o=this._keys[n];e.call(r,this._values[o].v,o,r)}},t.prototype.get=function(e){return this._values[e]?this._values[e].v:void 0},t.prototype.has=function(e){return this._values[e]!=null},t.prototype.keys=function(){var e=this,r=0;return{next:function(){var n=e._keys[r++];return{value:n!==void 0?n:void 0,done:n===void 0}}}},t.prototype.set=function(e,r){return this._values[e]?(this._values[e].v=r,this):(this._keys.push(e),this._values[e]={v:r,i:this._keys.length-1},this)},t.prototype.values=function(){var e=this,r=0;return{next:function(){var n=e._keys[r++];return{value:n!==void 0?e._values[n].v:void 0,done:n===void 0}}}},Object.defineProperty(t.prototype,"size",{get:function(){return this._keys.length},enumerable:!1,configurable:!0}),t})();var _k=oe.fromNumber(PS),bk=oe.fromNumber(LS);var tp=new Uint8Array(8),wk=new DataView(tp.buffer,tp.byteOffset,tp.byteLength);var r0=1024*1024*17,Sk=xe.alloc(r0);var An=class{triggerID;nudgeID;engagementID;contentID;shortID;contentType;variation;props;objective;onsiteDeliveryType;holdout;constructor(e){e=e||{},this.triggerID=e.id||e.triggerID,this.nudgeID=e.nudgeID,this.shortID=e.shortID,this.contentType=e.contentType,this.engagementID=e.engagementID,this.contentID=e.contentID,this.variation=e.variation,this.props=e.props,this.objective=e.objective,this.onsiteDeliveryType=e.onsiteDeliveryType,this.holdout=e.holdout}};var Ce=class{constructor(e,r={},n,o){this.name=e;this.properties=r;this.id=o?new vt(o):new vt,this.occurred=new Date,n&&(this.trigger=new An(n)),this.newEvent=!o}trigger;items;videos;id;newEvent;cart;currentItem;deviceProps;landingPage;occurred;page;sessionID;sessionNumber;locale;setVideos(e){e&&(this.videos=[e.id],this.properties.current??={videoID:e.id})}};var Fg=0;function Hg(t,e){if(!t)return;let r=document.createElement("script");r.id=e??"",r.src=t,r.type="module",document.head.appendChild(r)}function lp(t=document.head){return $g(Vt.styleURL,t,"cooee-global-styles")}function n0(t=document.head){return $g(Vt.swiperStyleURL,t,"cooee-swiper-styles")}function $g(t,e=document.head,r){return new Promise(n=>{if(e.querySelector(`#${r}`)){n();return}let i=document.createElement("link");i.rel="stylesheet",i.href=t,i.id=r,i.onload=()=>{n()},i.onerror=()=>{console.error("Failed to load stylesheet:",t),n()},e.appendChild(i)})}function sn(t,e=document.head){if(!t)return;Fg++;let r=document.createElement("style");r.id=`cooee-app-css-${Fg}`,r.textContent=t,e.appendChild(r)}function Vg(t){if(!t)return;let e=document.createElement("script");e.id="cooee-app-script",e.innerHTML=t,document.head.appendChild(e)}function up(t){if(t)try{(0,eval)(t)}catch(e){console.error("Failed to execute script:",e)}}async function Nc(){let t=(await import(`${vm}/swiper-bundle.min.mjs`)).Swiper;return window.CooeeSDK.Swiper=t}async function fp(t,e=!0){if(!t)return;let r=[];e&&r.push(n0(t)),r.push(lp(t)),await Promise.all(r);let n=je.get().website.commonCSS;sn(n,t)}var Pc=class{lastWidth;lastHeight;resizeTimeout=null;debounceDelay=200;onResizeCallback;constructor(e){this.onResizeCallback=e,this.lastWidth=window.innerWidth,this.lastHeight=window.innerHeight,window.addEventListener("resize",this.debouncedResize),window.addEventListener("orientationchange",this.handleImmediateResize)}destroy(){window.removeEventListener("resize",this.debouncedResize),window.removeEventListener("orientationchange",this.handleImmediateResize)}handleImmediateResize=()=>{this.triggerResize()};debouncedResize=()=>{this.resizeTimeout!==null&&clearTimeout(this.resizeTimeout),this.resizeTimeout=window.setTimeout(()=>{this.triggerResize()},this.debounceDelay)};triggerResize(){let e=window.innerWidth,r=window.innerHeight;(r!==this.lastHeight||e!==this.lastWidth)&&(this.onResizeCallback(),this.lastWidth=e,this.lastHeight=r)}};var o0=" daum[ /]| deusu/|(?:^|[^g])news(?!sapphire)|(?<! (?:channel/|google/))google(?!(app|/google| pixel))|(?<! cu)bots?(?:\\b|_)|(?<!(?:lib))http|(?<![hg]m)score|(?<!cam)scan|24x7|@[a-z][\\w-]+\\.|\\(\\)|\\.com\\b|\\bperl\\b|\\btime/|\\||^[\\w \\.\\-\\(?:\\):%]+(?:/v?\\d+(?:\\.\\d+)?(?:\\.\\d{1,10})*?)?(?:,|$)|^[^ ]{50,}$|^\\d+\\b|^\\W|^\\w*search\\b|^\\w+/[\\w\\(\\)]*$|^active|^ad muncher|^amaya|^avsdevicesdk/|^azure|^biglotron|^bot|^bw/|^clamav[ /]|^client/|^cobweb/|^custom|^ddg[_-]android|^discourse|^dispatch/\\d|^downcast/|^duckduckgo|^email|^facebook|^getright/|^gozilla/|^hobbit|^hotzonu|^hwcdn/|^igetter/|^jeode/|^jetty/|^jigsaw|^microsoft bits|^movabletype|^mozilla/\\d\\.\\d\\s[\\w\\.-]+$|^mozilla/\\d\\.\\d\\s\\(compatible;?(?:\\s\\w+\\/\\d+\\.\\d+)?\\)$|^navermailapp|^netsurf|^offline|^openai/|^owler|^php|^postman|^python|^rank|^read|^reed|^rest|^rss|^snapchat|^space bison|^svn|^swcd |^taringa|^thumbor/|^track|^w3c|^webbandit/|^webcopier|^wget|^whatsapp|^wordpress|^xenu link sleuth|^yahoo|^yandex|^zdm/\\d|^zoom marketplace/|agent\\b|analyzer|archive|ask jeeves/teoma|audit|bit\\.ly/|bluecoat drtr|browsex|burpcollaborator|capture|catch|check\\b|checker|chrome-lighthouse|chromeframe|classifier|cloudflare|convertify|crawl|cypress/|dareboost|datanyze|dejaclick|detect|dmbrowser|download|evc-batch/|exaleadcloudview|feed|fetcher|firephp|functionize|grab|headless|httrack|hubspot marketing grader|hydra|ibisbrowser|infrawatch|insight|inspect|iplabel|java(?!;)|library|linkcheck|mail\\.ru/|manager|measure|neustar wpm|node\\b|nutch|offbyone|onetrust|optimize|pageburst|pagespeed|parser|phantomjs|pingdom|powermarks|preview|proxy|ptst[ /]\\d|retriever|rexx;|rigor|rss\\b|scrape|server|sogou|sparkler/|speedcurve|spider|splash|statuscake|supercleaner|synapse|synthetic|tools|torrent|transcoder|url|validator|virtuoso|wappalyzer|webglance|webkit2png|whatcms/|xtate/",i0=/bot|crawl|http|lighthouse|scan|search|spider/i,cs;function s0(){if(cs instanceof RegExp)return cs;try{cs=new RegExp(o0,"i")}catch{cs=i0}return cs}function Wg(t){return!!t&&s0().test(t)}var a0="2.0.4",Sp=500,jg="user-agent",li="",Gg="?",Fc="function",Nn="undefined",ui="object",Tp="string",kt="browser",an="cpu",$r="device",_r="engine",cr="os",ai="result",$="name",L="type",F="vendor",j="version",Ft="architecture",vs="major",U="model",gs="console",le="mobile",Be="tablet",ot="smarttv",Fr="wearable",Lc="xr",ys="embedded",ls="inapp",Cp="brands",ao="formFactors",Rp="fullVersionList",ci="platform",Ap="platformVersion",Vc="bitness",Pn="sec-ch-ua",c0=Pn+"-full-version-list",l0=Pn+"-arch",u0=Pn+"-"+Vc,f0=Pn+"-form-factors",p0=Pn+"-"+le,m0=Pn+"-"+U,iy=Pn+"-"+ci,d0=iy+"-version",sy=[Cp,Rp,le,U,ci,Ap,Ft,ao,Vc],Mc="Amazon",ii="Apple",qg="ASUS",zg="BlackBerry",so="Google",Yg="Huawei",pp="Lenovo",Kg="Honor",Bc="LG",mp="Microsoft",dp="Motorola",hp="Nvidia",Xg="OnePlus",gp="OPPO",us="Samsung",Jg="Sharp",fs="Sony",yp="Xiaomi",vp="Zebra",Qg="Chrome",Zg="Chromium",Dn="Chromecast",kc="Edge",ps="Firefox",ms="Opera",Ep="Facebook",ey="Sogou",si="Mobile ",ds=" Browser",Ip="Windows",h0=typeof window!==Nn,Ht=h0&&window.navigator?window.navigator:void 0,On=Ht&&Ht.userAgentData?Ht.userAgentData:void 0,g0=function(t,e){var r={},n=e;if(!Hc(e)){n={};for(var o in e)for(var i in e[o])n[i]=e[o][i].concat(n[i]?n[i]:[])}for(var s in t)r[s]=n[s]&&n[s].length%2===0?n[s].concat(t[s]):t[s];return r},Wc=function(t){for(var e={},r=0;r<t.length;r++)e[t[r].toUpperCase()]=t[r];return e},xp=function(t,e){if(typeof t===ui&&t.length>0){for(var r in t)if(cn(e)==cn(t[r]))return!0;return!1}return pi(t)?cn(e)==cn(t):!1},Hc=function(t,e){for(var r in t)return/^(browser|cpu|device|engine|os)$/.test(r)||(e?Hc(t[r]):!1)},pi=function(t){return typeof t===Tp},_p=function(t){if(t){for(var e=[],r=fi(/\\?\"/g,t).split(","),n=0;n<r.length;n++)if(r[n].indexOf(";")>-1){var o=$c(r[n]).split(";v=");e[n]={brand:o[0],version:o[1]}}else e[n]=$c(r[n]);return e}},cn=function(t){return pi(t)?t.toLowerCase():t},bp=function(t){return pi(t)?fi(/[^\d\.]/g,t).split(".")[0]:void 0},ln=function(t){for(var e in t){var r=t[e];typeof r==ui&&r.length==2?this[r[0]]=r[1]:this[r]=void 0}return this},fi=function(t,e){return pi(e)?e.replace(t,li):e},hs=function(t){return fi(/\\?\"/g,t)},$c=function(t,e){if(pi(t))return t=fi(/^\s\s*/,t),typeof e===Nn?t:t.substring(0,Sp)},wp=function(t,e){if(!(!t||!e))for(var r=0,n,o,i,s,a,l;r<e.length&&!a;){var f=e[r],m=e[r+1];for(n=o=0;n<f.length&&!a&&f[n];)if(a=f[n++].exec(t),a)for(i=0;i<m.length;i++)l=a[++o],s=m[i],typeof s===ui&&s.length>0?s.length===2?typeof s[1]==Fc?this[s[0]]=s[1].call(this,l):this[s[0]]=s[1]:s.length>=3&&(typeof s[1]===Fc&&!(s[1].exec&&s[1].test)?s.length>3?this[s[0]]=l?s[1].apply(this,s.slice(2)):void 0:this[s[0]]=l?s[1].call(this,l,s[2]):void 0:s.length==3?this[s[0]]=l?l.replace(s[1],s[2]):void 0:s.length==4?this[s[0]]=l?s[3].call(this,l.replace(s[1],s[2])):void 0:s.length>4&&(this[s[0]]=l?s[3].apply(this,[l.replace(s[1],s[2])].concat(s.slice(4))):void 0)):this[s]=l||void 0;r+=2}},Hr=function(t,e){for(var r in e)if(typeof e[r]===ui&&e[r].length>0){for(var n=0;n<e[r].length;n++)if(xp(e[r][n],t))return r===Gg?void 0:r}else if(xp(e[r],t))return r===Gg?void 0:r;return e.hasOwnProperty("*")?e["*"]:t},ty={ME:"4.90","NT 3.51":"3.51","NT 4.0":"4.0",2e3:["5.0","5.01"],XP:["5.1","5.2"],Vista:"6.0",7:"6.1",8:"6.2","8.1":"6.3",10:["6.4","10.0"],NT:""},ry={embedded:"Automotive",mobile:"Mobile",tablet:["Tablet","EInk"],smarttv:"TV",wearable:"Watch",xr:["VR","XR"],"?":["Desktop","Unknown"],"*":void 0},y0={Chrome:"Google Chrome",Edge:"Microsoft Edge","Edge WebView2":"Microsoft Edge WebView2","Chrome WebView":"Android WebView","Chrome Headless":"HeadlessChrome","Huawei Browser":"HuaweiBrowser","MIUI Browser":"Miui Browser","Opera Mobi":"OperaMobile",Yandex:"YaBrowser"},ny={browser:[[/\b(?:crmo|crios)\/([\w\.]+)/i],[j,[$,si+"Chrome"]],[/webview.+edge\/([\w\.]+)/i],[j,[$,kc+" WebView"]],[/edg(?:e|ios|a)?\/([\w\.]+)/i],[j,[$,"Edge"]],[/(opera mini)\/([-\w\.]+)/i,/(opera [mobiletab]{3,6})\b.+version\/([-\w\.]+)/i,/(opera)(?:.+version\/|[\/ ]+)([\w\.]+)/i],[$,j],[/opios[\/ ]+([\w\.]+)/i],[j,[$,ms+" Mini"]],[/\bop(?:rg)?x\/([\w\.]+)/i],[j,[$,ms+" GX"]],[/\bopr\/([\w\.]+)/i],[j,[$,ms]],[/\bb[ai]*d(?:uhd|[ub]*[aekoprswx]{5,6})[\/ ]?([\w\.]+)/i],[j,[$,"Baidu"]],[/\b(?:mxbrowser|mxios|myie2)\/?([-\w\.]*)\b/i],[j,[$,"Maxthon"]],[/(kindle)\/([\w\.]+)/i,/(lunascape|maxthon|netfront|jasmine|blazer|sleipnir)[\/ ]?([\w\.]*)/i,/(avant|iemobile|slim(?:browser|boat|jet))[\/ ]?([\d\.]*)/i,/(?:ms|\()(ie) ([\w\.]+)/i,/(flock|rockmelt|midori|epiphany|silk|skyfire|ovibrowser|bolt|iron|vivaldi|iridium|phantomjs|bowser|qupzilla|falkon|rekonq|puffin|brave|whale(?!.+naver)|qqbrowserlite|duckduckgo|klar|helio|(?=comodo_)?dragon|otter|dooble|(?:lg |qute)browser)\/([-\w\.]+)/i,/(heytap|ovi|115|surf)browser\/([\d\.]+)/i,/(ecosia|weibo)(?:__| \w+@)([\d\.]+)/i],[$,j],[/quark(?:pc)?\/([-\w\.]+)/i],[j,[$,"Quark"]],[/\bddg\/([\w\.]+)/i],[j,[$,"DuckDuckGo"]],[/(?:\buc? ?browser|(?:juc.+)ucweb)[\/ ]?([\w\.]+)/i],[j,[$,"UCBrowser"]],[/microm.+\bqbcore\/([\w\.]+)/i,/\bqbcore\/([\w\.]+).+microm/i,/micromessenger\/([\w\.]+)/i],[j,[$,"WeChat"]],[/konqueror\/([\w\.]+)/i],[j,[$,"Konqueror"]],[/trident.+rv[: ]([\w\.]{1,9})\b.+like gecko/i],[j,[$,"IE"]],[/ya(?:search)?browser\/([\w\.]+)/i],[j,[$,"Yandex"]],[/slbrowser\/([\w\.]+)/i],[j,[$,"Smart "+pp+ds]],[/(avast|avg)\/([\w\.]+)/i],[[$,/(.+)/,"$1 Secure"+ds],j],[/\bfocus\/([\w\.]+)/i],[j,[$,ps+" Focus"]],[/\bopt\/([\w\.]+)/i],[j,[$,ms+" Touch"]],[/coc_coc\w+\/([\w\.]+)/i],[j,[$,"Coc Coc"]],[/dolfin\/([\w\.]+)/i],[j,[$,"Dolphin"]],[/coast\/([\w\.]+)/i],[j,[$,ms+" Coast"]],[/miuibrowser\/([\w\.]+)/i],[j,[$,"MIUI"+ds]],[/fxios\/([\w\.-]+)/i],[j,[$,si+ps]],[/\bqihoobrowser\/?([\w\.]*)/i],[j,[$,"360"]],[/\b(qq)\/([\w\.]+)/i],[[$,/(.+)/,"$1Browser"],j],[/(oculus|sailfish|huawei|vivo|pico)browser\/([\w\.]+)/i],[[$,/(.+)/,"$1"+ds],j],[/samsungbrowser\/([\w\.]+)/i],[j,[$,us+" Internet"]],[/metasr[\/ ]?([\d\.]+)/i],[j,[$,ey+" Explorer"]],[/(sogou)mo\w+\/([\d\.]+)/i],[[$,ey+" Mobile"],j],[/(electron)\/([\w\.]+) safari/i,/(tesla)(?: qtcarbrowser|\/(20\d\d\.[-\w\.]+))/i,/m?(qqbrowser|2345(?=browser|chrome|explorer))\w*[\/ ]?v?([\w\.]+)/i],[$,j],[/(lbbrowser|rekonq)/i],[$],[/ome\/([\w\.]+) \w* ?(iron) saf/i,/ome\/([\w\.]+).+qihu (360)[es]e/i],[j,$],[/((?:fban\/fbios|fb_iab\/fb4a)(?!.+fbav)|;fbav\/([\w\.]+);)/i],[[$,Ep],j,[L,ls]],[/(kakao(?:talk|story))[\/ ]([\w\.]+)/i,/(naver)\(.*?(\d+\.[\w\.]+).*\)/i,/(daum)apps[\/ ]([\w\.]+)/i,/safari (line)\/([\w\.]+)/i,/\b(line)\/([\w\.]+)\/iab/i,/(alipay)client\/([\w\.]+)/i,/(twitter)(?:and| f.+e\/([\w\.]+))/i,/(instagram|snapchat|klarna)[\/ ]([-\w\.]+)/i],[$,j,[L,ls]],[/\bgsa\/([\w\.]+) .*safari\//i],[j,[$,"GSA"],[L,ls]],[/musical_ly(?:.+app_?version\/|_)([\w\.]+)/i],[j,[$,"TikTok"],[L,ls]],[/\[(linkedin)app\]/i],[$,[L,ls]],[/(chromium)[\/ ]([-\w\.]+)/i],[$,j],[/headlesschrome(?:\/([\w\.]+)| )/i],[j,[$,Qg+" Headless"]],[/wv\).+chrome\/([\w\.]+).+edgw\//i],[j,[$,kc+" WebView2"]],[/ wv\).+(chrome)\/([\w\.]+)/i],[[$,Qg+" WebView"],j],[/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i],[j,[$,"Android"+ds]],[/chrome\/([\w\.]+) mobile/i],[j,[$,si+"Chrome"]],[/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\/v?([\w\.]+)/i],[$,j],[/version\/([\w\.\,]+) .*mobile(?:\/\w+ | ?)safari/i],[j,[$,si+"Safari"]],[/iphone .*mobile(?:\/\w+ | ?)safari/i],[[$,si+"Safari"]],[/version\/([\w\.\,]+) .*(safari)/i],[j,$],[/webkit.+?(mobile ?safari|safari)(\/[\w\.]+)/i],[$,[j,"1"]],[/(webkit|khtml)\/([\w\.]+)/i],[$,j],[/(?:mobile|tablet);.*(firefox)\/([\w\.-]+)/i],[[$,si+ps],j],[/(navigator|netscape\d?)\/([-\w\.]+)/i],[[$,"Netscape"],j],[/(wolvic|librewolf)\/([\w\.]+)/i],[$,j],[/mobile vr; rv:([\w\.]+)\).+firefox/i],[j,[$,ps+" Reality"]],[/ekiohf.+(flow)\/([\w\.]+)/i,/(swiftfox)/i,/(icedragon|iceweasel|camino|chimera|fennec|maemo browser|minimo|conkeror)[\/ ]?([\w\.\+]+)/i,/(seamonkey|k-meleon|icecat|iceape|firebird|phoenix|palemoon|basilisk|waterfox)\/([-\w\.]+)$/i,/(firefox)\/([\w\.]+)/i,/(mozilla)\/([\w\.]+) .+rv\:.+gecko\/\d+/i,/(amaya|dillo|doris|icab|ladybird|lynx|mosaic|netsurf|obigo|polaris|w3m|(?:go|ice|up)[\. ]?browser)[-\/ ]?v?([\w\.]+)/i,/\b(links) \(([\w\.]+)/i],[$,[j,/_/g,"."]],[/(cobalt)\/([\w\.]+)/i],[$,[j,/[^\d\.]+./,li]]],cpu:[[/\b((amd|x|x86[-_]?|wow|win)64)\b/i],[[Ft,"amd64"]],[/(ia32(?=;))/i,/\b((i[346]|x)86)(pc)?\b/i],[[Ft,"ia32"]],[/\b(aarch64|arm(v?[89]e?l?|_?64))\b/i],[[Ft,"arm64"]],[/\b(arm(v[67])?ht?n?[fl]p?)\b/i],[[Ft,"armhf"]],[/( (ce|mobile); ppc;|\/[\w\.]+arm\b)/i],[[Ft,"arm"]],[/((ppc|powerpc)(64)?)( mac|;|\))/i],[[Ft,/ower/,li,cn]],[/ sun4\w[;\)]/i],[[Ft,"sparc"]],[/\b(avr32|ia64(?=;)|68k(?=\))|\barm(?=v([1-7]|[5-7]1)l?|;|eabi)|(irix|mips|sparc)(64)?\b|pa-risc)/i],[[Ft,cn]]],device:[[/\b(sch-i[89]0\d|shw-m380s|sm-[ptx]\w{2,4}|gt-[pn]\d{2,4}|sgh-t8[56]9|nexus 10)/i],[U,[F,us],[L,Be]],[/\b((?:s[cgp]h|gt|sm)-(?![lr])\w+|sc[g-]?[\d]+a?|galaxy nexus)/i,/samsung[- ]((?!sm-[lr]|browser)[-\w]+)/i,/sec-(sgh\w+)/i],[U,[F,us],[L,le]],[/(?:\/|\()(ip(?:hone|od)[\w, ]*)(?:\/|;)/i],[U,[F,ii],[L,le]],[/\((ipad);[-\w\),; ]+apple/i,/applecoremedia\/[\w\.]+ \((ipad)/i,/\b(ipad)\d\d?,\d\d?[;\]].+ios/i],[U,[F,ii],[L,Be]],[/(macintosh);/i],[U,[F,ii]],[/\b(sh-?[altvz]?\d\d[a-ekm]?)/i],[U,[F,Jg],[L,le]],[/\b((?:brt|eln|hey2?|gdi|jdn)-a?[lnw]09|(?:ag[rm]3?|jdn2|kob2)-a?[lw]0[09]hn)(?: bui|\)|;)/i],[U,[F,Kg],[L,Be]],[/honor([-\w ]+)[;\)]/i],[U,[F,Kg],[L,le]],[/\b((?:ag[rs][2356]?k?|bah[234]?|bg[2o]|bt[kv]|cmr|cpn|db[ry]2?|jdn2|got|kob2?k?|mon|pce|scm|sht?|[tw]gr|vrd)-[ad]?[lw][0125][09]b?|605hw|bg2-u03|(?:gem|fdr|m2|ple|t1)-[7a]0[1-4][lu]|t1-a2[13][lw]|mediapad[\w\. ]*(?= bui|\)))\b(?!.+d\/s)/i],[U,[F,Yg],[L,Be]],[/(?:huawei)([-\w ]+)[;\)]/i,/\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][012359c][adn]?)\b(?!.+d\/s)/i],[U,[F,Yg],[L,le]],[/oid[^\)]+; (2[\dbc]{4}(182|283|rp\w{2})[cgl]|m2105k81a?c)(?: bui|\))/i,/\b((?:red)?mi[-_ ]?pad[\w- ]*)(?: bui|\))/i],[[U,/_/g," "],[F,yp],[L,Be]],[/\b(poco[\w ]+|m2\d{3}j\d\d[a-z]{2})(?: bui|\))/i,/\b; (\w+) build\/hm\1/i,/\b(hm[-_ ]?note?[_ ]?(?:\d\w)?) bui/i,/\b(redmi[\-_ ]?(?:note|k)?[\w_ ]+)(?: bui|\))/i,/oid[^\)]+; (m?[12][0-389][01]\w{3,6}[c-y])( bui|; wv|\))/i,/\b(mi[-_ ]?(?:a\d|one|one[_ ]plus|note lte|max|cc)?[_ ]?(?:\d?\w?)[_ ]?(?:plus|se|lite|pro)?)(?: bui|\))/i,/ ([\w ]+) miui\/v?\d/i],[[U,/_/g," "],[F,yp],[L,le]],[/droid.+; (cph2[3-6]\d[13579]|((gm|hd)19|(ac|be|in|kb)20|(d[en]|eb|le|mt)21|ne22)[0-2]\d|p[g-k]\w[1m]10)\b/i,/(?:one)?(?:plus)? (a\d0\d\d)(?: b|\))/i],[U,[F,Xg],[L,le]],[/; (\w+) bui.+ oppo/i,/\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i],[U,[F,gp],[L,le]],[/\b(opd2(\d{3}a?))(?: bui|\))/i],[U,[F,Hr,{OnePlus:["203","304","403","404","413","415"],"*":gp}],[L,Be]],[/(vivo (5r?|6|8l?|go|one|s|x[il]?[2-4]?)[\w\+ ]*)(?: bui|\))/i],[U,[F,"BLU"],[L,le]],[/; vivo (\w+)(?: bui|\))/i,/\b(v[12]\d{3}\w?[at])(?: bui|;)/i],[U,[F,"Vivo"],[L,le]],[/\b(rmx[1-3]\d{3})(?: bui|;|\))/i],[U,[F,"Realme"],[L,le]],[/(ideatab[-\w ]+|602lv|d-42a|a101lv|a2109a|a3500-hv|s[56]000|pb-6505[my]|tb-?x?\d{3,4}(?:f[cu]|xu|[av])|yt\d?-[jx]?\d+[lfmx])( bui|;|\)|\/)/i,/lenovo ?(b[68]0[08]0-?[hf]?|tab(?:[\w- ]+?)|tb[\w-]{6,7})( bui|;|\)|\/)/i],[U,[F,pp],[L,Be]],[/lenovo[-_ ]?([-\w ]+?)(?: bui|\)|\/)/i],[U,[F,pp],[L,le]],[/\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\b[\w ]+build\//i,/\bmot(?:orola)?[- ]([\w\s]+)(\)| bui)/i,/((?:moto(?! 360)[-\w\(\) ]+|xt\d{3,4}[cgkosw\+]?[-\d]*|nexus 6)(?= bui|\)))/i],[U,[F,dp],[L,le]],[/\b(mz60\d|xoom[2 ]{0,2}) build\//i],[U,[F,dp],[L,Be]],[/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i],[U,[F,Bc],[L,Be]],[/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i,/\blg[-e;\/ ]+(?!.*(?:browser|netcast|android tv|watch|webos))(\w+)/i,/\blg-?([\d\w]+) bui/i],[U,[F,Bc],[L,le]],[/(nokia) (t[12][01])/i],[F,U,[L,Be]],[/(?:maemo|nokia).*(n900|lumia \d+|rm-\d+)/i,/nokia[-_ ]?(([-\w\. ]*))/i],[[U,/_/g," "],[L,le],[F,"Nokia"]],[/(pixel (c|tablet))\b/i],[U,[F,so],[L,Be]],[/droid.+;(?: google)? (g(01[13]a|020[aem]|025[jn]|1b60|1f8f|2ybb|4s1m|576d|5nz6|8hhn|8vou|a02099|c15s|d1yq|e2ae|ec77|gh2x|kv4x|p4bc|pj41|r83y|tt9q|ur25|wvk6)|pixel[\d ]*a?( pro)?( xl)?( fold)?( \(5g\))?)( bui|\))/i],[U,[F,so],[L,le]],[/(google) (pixelbook( go)?)/i],[F,U],[/droid.+; (a?\d[0-2]{2}so|[c-g]\d{4}|so[-gl]\w+|xq-\w\w\d\d)(?= bui|\).+chrome\/(?![1-6]{0,1}\d\.))/i],[U,[F,fs],[L,le]],[/sony tablet [ps]/i,/\b(?:sony)?sgp\w+(?: bui|\))/i],[[U,"Xperia Tablet"],[F,fs],[L,Be]],[/(alexa)webm/i,/(kf[a-z]{2}wi|aeo(?!bc)\w\w)( bui|\))/i,/(kf[a-z]+)( bui|\)).+silk\//i],[U,[F,Mc],[L,Be]],[/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i],[[U,/(.+)/g,"Fire Phone $1"],[F,Mc],[L,le]],[/(playbook);[-\w\),; ]+(rim)/i],[U,F,[L,Be]],[/\b((?:bb[a-f]|st[hv])100-\d)/i,/\(bb10; (\w+)/i],[U,[F,zg],[L,le]],[/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i],[U,[F,qg],[L,Be]],[/ (z[bes]6[027][012][km][ls]|zenfone \d\w?)\b/i],[U,[F,qg],[L,le]],[/(nexus 9)/i],[U,[F,"HTC"],[L,Be]],[/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i,/(zte)[- ]([\w ]+?)(?: bui|\/|\))/i,/(alcatel|geeksphone|nexian|panasonic(?!(?:;|\.))|sony(?!-bra))[-_ ]?([-\w]*)/i],[F,[U,/_/g," "],[L,le]],[/tcl (xess p17aa)/i,/droid [\w\.]+; ((?:8[14]9[16]|9(?:0(?:48|60|8[01])|1(?:3[27]|66)|2(?:6[69]|9[56])|466))[gqswx])(_\w(\w|\w\w))?(\)| bui)/i],[U,[F,"TCL"],[L,Be]],[/droid [\w\.]+; (418(?:7d|8v)|5087z|5102l|61(?:02[dh]|25[adfh]|27[ai]|56[dh]|59k|65[ah])|a509dl|t(?:43(?:0w|1[adepqu])|50(?:6d|7[adju])|6(?:09dl|10k|12b|71[efho]|76[hjk])|7(?:66[ahju]|67[hw]|7[045][bh]|71[hk]|73o|76[ho]|79w|81[hks]?|82h|90[bhsy]|99b)|810[hs]))(_\w(\w|\w\w))?(\)| bui)/i],[U,[F,"TCL"],[L,le]],[/(itel) ((\w+))/i],[[F,cn],U,[L,Hr,{tablet:["p10001l","w7001"],"*":"mobile"}]],[/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i],[U,[F,"Acer"],[L,Be]],[/droid.+; (m[1-5] note) bui/i,/\bmz-([-\w]{2,})/i],[U,[F,"Meizu"],[L,le]],[/; ((?:power )?armor(?:[\w ]{0,8}))(?: bui|\))/i],[U,[F,"Ulefone"],[L,le]],[/; (energy ?\w+)(?: bui|\))/i,/; energizer ([\w ]+)(?: bui|\))/i],[U,[F,"Energizer"],[L,le]],[/; cat (b35);/i,/; (b15q?|s22 flip|s48c|s62 pro)(?: bui|\))/i],[U,[F,"Cat"],[L,le]],[/((?:new )?andromax[\w- ]+)(?: bui|\))/i],[U,[F,"Smartfren"],[L,le]],[/droid.+; (a(in)?(0(15|59|6[35])|142)p?)/i],[U,[F,"Nothing"],[L,le]],[/; (x67 5g|tikeasy \w+|ac[1789]\d\w+)( b|\))/i,/archos ?(5|gamepad2?|([\w ]*[t1789]|hello) ?\d+[\w ]*)( b|\))/i],[U,[F,"Archos"],[L,Be]],[/archos ([\w ]+)( b|\))/i,/; (ac[3-6]\d\w{2,8})( b|\))/i],[U,[F,"Archos"],[L,le]],[/; (n159v)/i],[U,[F,"HMD"],[L,le]],[/(imo) (tab \w+)/i,/(infinix|tecno) (x1101b?|p904|dp(7c|8d|10a)( pro)?|p70[1-3]a?|p904|t1101)/i],[F,U,[L,Be]],[/(blackberry|benq|palm(?=\-)|sonyericsson|acer|asus(?! zenw)|dell|jolla|meizu|motorola|polytron|tecno|micromax|advan)[-_ ]?([-\w]*)/i,/; (blu|hmd|imo|infinix|lava|oneplus|tcl)[_ ]([\w\+ ]+?)(?: bui|\)|; r)/i,/(hp) ([\w ]+\w)/i,/(microsoft); (lumia[\w ]+)/i,/(oppo) ?([\w ]+) bui/i],[F,U,[L,le]],[/(kobo)\s(ereader|touch)/i,/(hp).+(touchpad(?!.+tablet)|tablet)/i,/(kindle)\/([\w\.]+)/i],[F,U,[L,Be]],[/(surface duo)/i],[U,[F,mp],[L,Be]],[/droid [\d\.]+; (fp\du?)(?: b|\))/i],[U,[F,"Fairphone"],[L,le]],[/((?:tegranote|shield t(?!.+d tv))[\w- ]*?)(?: b|\))/i],[U,[F,hp],[L,Be]],[/(sprint) (\w+)/i],[F,U,[L,le]],[/(kin\.[onetw]{3})/i],[[U,/\./g," "],[F,mp],[L,le]],[/droid.+; ([c6]+|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i],[U,[F,vp],[L,Be]],[/droid.+; (ec30|ps20|tc[2-8]\d[kx])\)/i],[U,[F,vp],[L,le]],[/smart-tv.+(samsung)/i],[F,[L,ot]],[/hbbtv.+maple;(\d+)/i],[[U,/^/,"SmartTV"],[F,us],[L,ot]],[/(vizio)(?: |.+model\/)(\w+-\w+)/i,/tcast.+(lg)e?. ([-\w]+)/i],[F,U,[L,ot]],[/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i],[[F,Bc],[L,ot]],[/(apple) ?tv/i],[F,[U,ii+" TV"],[L,ot]],[/crkey.*devicetype\/chromecast/i],[[U,Dn+" Third Generation"],[F,so],[L,ot]],[/crkey.*devicetype\/([^/]*)/i],[[U,/^/,"Chromecast "],[F,so],[L,ot]],[/fuchsia.*crkey/i],[[U,Dn+" Nest Hub"],[F,so],[L,ot]],[/crkey/i],[[U,Dn],[F,so],[L,ot]],[/(portaltv)/i],[U,[F,Ep],[L,ot]],[/droid.+aft(\w+)( bui|\))/i],[U,[F,Mc],[L,ot]],[/(shield \w+ tv)/i],[U,[F,hp],[L,ot]],[/\(dtv[\);].+(aquos)/i,/(aquos-tv[\w ]+)\)/i],[U,[F,Jg],[L,ot]],[/(bravia[\w ]+)( bui|\))/i],[U,[F,fs],[L,ot]],[/(mi(tv|box)-?\w+) bui/i],[U,[F,yp],[L,ot]],[/Hbbtv.*(technisat) (.*);/i],[F,U,[L,ot]],[/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i,/hbbtv\/\d+\.\d+\.\d+ +\([\w\+ ]*; *([\w\d][^;]*);([^;]*)/i],[[F,/.+\/(\w+)/,"$1",Hr,{LG:"lge"}],[U,$c],[L,ot]],[/droid.+; ([\w- ]+) (?:android tv|smart[- ]?tv)/i],[U,[L,ot]],[/\b(android tv|smart[- ]?tv|opera tv|tv; rv:|large screen[\w ]+safari)\b/i],[[L,ot]],[/(playstation \w+)/i],[U,[F,fs],[L,gs]],[/\b(xbox(?: one)?(?!; xbox))[\); ]/i],[U,[F,mp],[L,gs]],[/(ouya)/i,/(nintendo) (\w+)/i,/(retroid) (pocket ([^\)]+))/i],[F,U,[L,gs]],[/droid.+; (shield)( bui|\))/i],[U,[F,hp],[L,gs]],[/\b(sm-[lr]\d\d[0156][fnuw]?s?|gear live)\b/i],[U,[F,us],[L,Fr]],[/((pebble))app/i,/(asus|google|lg|oppo) ((pixel |zen)?watch[\w ]*)( bui|\))/i],[F,U,[L,Fr]],[/(ow(?:19|20)?we?[1-3]{1,3})/i],[U,[F,gp],[L,Fr]],[/(watch)(?: ?os[,\/]|\d,\d\/)[\d\.]+/i],[U,[F,ii],[L,Fr]],[/(opwwe\d{3})/i],[U,[F,Xg],[L,Fr]],[/(moto 360)/i],[U,[F,dp],[L,Fr]],[/(smartwatch 3)/i],[U,[F,fs],[L,Fr]],[/(g watch r)/i],[U,[F,Bc],[L,Fr]],[/droid.+; (wt63?0{2,3})\)/i],[U,[F,vp],[L,Fr]],[/droid.+; (glass) \d/i],[U,[F,so],[L,Lc]],[/(pico) (4|neo3(?: link|pro)?)/i],[F,U,[L,Lc]],[/(quest( \d| pro)?s?).+vr/i],[U,[F,Ep],[L,Lc]],[/mobile vr; rv.+firefox/i],[[L,Lc]],[/(tesla)(?: qtcarbrowser|\/[-\w\.]+)/i],[F,[L,ys]],[/(aeobc)\b/i],[U,[F,Mc],[L,ys]],[/(homepod).+mac os/i],[U,[F,ii],[L,ys]],[/windows iot/i],[[L,ys]],[/droid .+?; ([^;]+?)(?: bui|; wv\)|\) applew).+?(mobile|vr|\d) safari/i],[U,[L,Hr,{mobile:"Mobile",xr:"VR","*":Be}]],[/\b((tablet|tab)[;\/]|focus\/\d(?!.+mobile))/i],[[L,Be]],[/(phone|mobile(?:[;\/]| [ \w\/\.]*safari)|pda(?=.+windows ce))/i],[[L,le]],[/droid .+?; ([\w\. -]+)( bui|\))/i],[U,[F,"Generic"]]],engine:[[/windows.+ edge\/([\w\.]+)/i],[j,[$,kc+"HTML"]],[/(arkweb)\/([\w\.]+)/i],[$,j],[/webkit\/537\.36.+chrome\/(?!27)([\w\.]+)/i],[j,[$,"Blink"]],[/(presto)\/([\w\.]+)/i,/(webkit|trident|netfront|netsurf|amaya|lynx|w3m|goanna|servo)\/([\w\.]+)/i,/ekioh(flow)\/([\w\.]+)/i,/(khtml|tasman|links)[\/ ]\(?([\w\.]+)/i,/(icab)[\/ ]([23]\.[\d\.]+)/i,/\b(libweb)/i],[$,j],[/ladybird\//i],[[$,"LibWeb"]],[/rv\:([\w\.]{1,9})\b.+(gecko)/i],[j,$]],os:[[/(windows nt) (6\.[23]); arm/i],[[$,/N/,"R"],[j,Hr,ty]],[/(windows (?:phone|mobile|iot))(?: os)?[\/ ]?([\d\.]*( se)?)/i,/(windows)[\/ ](1[01]|2000|3\.1|7|8(\.1)?|9[58]|me|server 20\d\d( r2)?|vista|xp)/i],[$,j],[/windows nt ?([\d\.\)]*)(?!.+xbox)/i,/\bwin(?=3| ?9|n)(?:nt| 9x )?([\d\.;]*)/i],[[j,/(;|\))/g,"",Hr,ty],[$,Ip]],[/(windows ce)\/?([\d\.]*)/i],[$,j],[/[adehimnop]{4,7}\b(?:.*os ([\w]+) like mac|; opera)/i,/(?:ios;fbsv\/|iphone.+ios[\/ ])([\d\.]+)/i,/cfnetwork\/.+darwin/i],[[j,/_/g,"."],[$,"iOS"]],[/(mac os x) ?([\w\. ]*)/i,/(macintosh|mac_powerpc\b)(?!.+(haiku|morphos))/i],[[$,"macOS"],[j,/_/g,"."]],[/android ([\d\.]+).*crkey/i],[j,[$,Dn+" Android"]],[/fuchsia.*crkey\/([\d\.]+)/i],[j,[$,Dn+" Fuchsia"]],[/crkey\/([\d\.]+).*devicetype\/smartspeaker/i],[j,[$,Dn+" SmartSpeaker"]],[/linux.*crkey\/([\d\.]+)/i],[j,[$,Dn+" Linux"]],[/crkey\/([\d\.]+)/i],[j,[$,Dn]],[/droid ([\w\.]+)\b.+(android[- ]x86)/i],[j,$],[/(ubuntu) ([\w\.]+) like android/i],[[$,/(.+)/,"$1 Touch"],j],[/(harmonyos)[\/ ]?([\d\.]*)/i,/(android|bada|blackberry|kaios|maemo|meego|openharmony|qnx|rim tablet os|sailfish|series40|symbian|tizen)\w*[-\/\.; ]?([\d\.]*)/i],[$,j],[/\(bb(10);/i],[j,[$,zg]],[/(?:symbian ?os|symbos|s60(?=;)|series ?60)[-\/ ]?([\w\.]*)/i],[j,[$,"Symbian"]],[/mozilla\/[\d\.]+ \((?:mobile|tablet|tv|mobile; [\w ]+); rv:.+ gecko\/([\w\.]+)/i],[j,[$,ps+" OS"]],[/\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i,/webos(?:[ \/]?|\.tv-20(?=2[2-9]))(\d[\d\.]*)/i],[j,[$,"webOS"]],[/web0s;.+?(?:chr[o0]me|safari)\/(\d+)/i],[[j,Hr,{25:"120",24:"108",23:"94",22:"87",6:"79",5:"68",4:"53",3:"38",2:"538",1:"537","*":"TV"}],[$,"webOS"]],[/watch(?: ?os[,\/]|\d,\d\/)([\d\.]+)/i],[j,[$,"watchOS"]],[/(cros) [\w]+(?:\)| ([\w\.]+)\b)/i],[[$,"Chrome OS"],j],[/panasonic;(viera)/i,/(netrange)mmh/i,/(nettv)\/(\d+\.[\w\.]+)/i,/(nintendo|playstation) (\w+)/i,/(xbox); +xbox ([^\);]+)/i,/(pico) .+os([\w\.]+)/i,/\b(joli|palm)\b ?(?:os)?\/?([\w\.]*)/i,/linux.+(mint)[\/\(\) ]?([\w\.]*)/i,/(mageia|vectorlinux|fuchsia|arcaos|arch(?= ?linux))[;l ]([\d\.]*)/i,/([kxln]?ubuntu|debian|suse|opensuse|gentoo|slackware|fedora|mandriva|centos|pclinuxos|red ?hat|zenwalk|linpus|raspbian|plan 9|minix|risc os|contiki|deepin|manjaro|elementary os|sabayon|linspire|knoppix)(?: gnu[\/ ]linux)?(?: enterprise)?(?:[- ]linux)?(?:-gnu)?[-\/ ]?(?!chrom|package)([-\w\.]*)/i,/((?:open)?solaris)[-\/ ]?([\w\.]*)/i,/\b(aix)[; ]([1-9\.]{0,4})/i,/(hurd|linux|morphos)(?: (?:arm|x86|ppc)\w*| ?)([\w\.]*)/i,/(gnu) ?([\w\.]*)/i,/\b([-frentopcghs]{0,5}bsd|dragonfly)[\/ ]?(?!amd|[ix346]{1,2}86)([\w\.]*)/i,/(haiku) ?(r\d)?/i],[$,j],[/(sunos) ?([\d\.]*)/i],[[$,"Solaris"],j],[/\b(beos|os\/2|amigaos|openvms|hp-ux|serenityos)/i,/(unix) ?([\w\.]*)/i],[$,j]]},Uc=(function(){var t={init:{},isIgnore:{},isIgnoreRgx:{},toString:{}};return ln.call(t.init,[[kt,[$,j,vs,L]],[an,[Ft]],[$r,[L,U,F]],[_r,[$,j]],[cr,[$,j]]]),ln.call(t.isIgnore,[[kt,[j,vs]],[_r,[j]],[cr,[j]]]),ln.call(t.isIgnoreRgx,[[kt,/ ?browser$/i],[cr,/ ?os$/i]]),ln.call(t.toString,[[kt,[$,j]],[an,[Ft]],[$r,[F,U]],[_r,[$,j]],[cr,[$,j]]]),t})(),v0=function(t,e){var r=Uc.init[e],n=Uc.isIgnore[e]||0,o=Uc.isIgnoreRgx[e]||0,i=Uc.toString[e]||0;function s(){ln.call(this,r)}return s.prototype.getItem=function(){return t},s.prototype.withClientHints=function(){return On?On.getHighEntropyValues(sy).then(function(a){return t.setCH(new ay(a,!1)).parseCH().get()}):t.parseCH().get()},s.prototype.withFeatureCheck=function(){return t.detectFeature().get()},e!=ai&&(s.prototype.is=function(a){var l=!1;for(var f in this)if(this.hasOwnProperty(f)&&!xp(n,f)&&cn(o?fi(o,this[f]):this[f])==cn(o?fi(o,a):a)){if(l=!0,a!=Nn)break}else if(a==Nn&&l){l=!l;break}return l},s.prototype.toString=function(){var a=li;for(var l in i)typeof this[i[l]]!==Nn&&(a+=(a?" ":li)+this[i[l]]);return a||Nn}),On||(s.prototype.then=function(a){var l=this,f=function(){for(var d in l)l.hasOwnProperty(d)&&(this[d]=l[d])};f.prototype={is:s.prototype.is,toString:s.prototype.toString};var m=new f;return a(m),m}),new s};function ay(t,e){if(t=t||{},ln.call(this,sy),e)ln.call(this,[[Cp,_p(t[Pn])],[Rp,_p(t[c0])],[le,/\?1/.test(t[p0])],[U,hs(t[m0])],[ci,hs(t[iy])],[Ap,hs(t[d0])],[Ft,hs(t[l0])],[ao,_p(t[f0])],[Vc,hs(t[u0])]]);else for(var r in t)this.hasOwnProperty(r)&&typeof t[r]!==Nn&&(this[r]=t[r])}function oy(t,e,r,n){return this.get=function(o){return o?this.data.hasOwnProperty(o)?this.data[o]:void 0:this.data},this.set=function(o,i){return this.data[o]=i,this},this.setCH=function(o){return this.uaCH=o,this},this.detectFeature=function(){if(Ht&&Ht.userAgent==this.ua)switch(this.itemType){case kt:Ht.brave&&typeof Ht.brave.isBrave==Fc&&this.set($,"Brave");break;case $r:!this.get(L)&&On&&On[le]&&this.set(L,le),this.get(U)=="Macintosh"&&Ht&&typeof Ht.standalone!==Nn&&Ht.maxTouchPoints&&Ht.maxTouchPoints>2&&this.set(U,"iPad").set(L,Be);break;case cr:!this.get($)&&On&&On[ci]&&this.set($,On[ci]);break;case ai:var o=this.data,i=function(s){return o[s].getItem().detectFeature().get()};this.set(kt,i(kt)).set(an,i(an)).set($r,i($r)).set(_r,i(_r)).set(cr,i(cr))}return this},this.parseUA=function(){return this.itemType!=ai&&wp.call(this.data,this.ua,this.rgxMap),this.itemType==kt&&this.set(vs,bp(this.get(j))),this},this.parseCH=function(){var o=this.uaCH,i=this.rgxMap;switch(this.itemType){case kt:case _r:var s=o[Rp]||o[Cp],a;if(s)for(var l in s){var f=s[l].brand||s[l],m=s[l].version;this.itemType==kt&&!/not.a.brand/i.test(f)&&(!a||/Chrom/.test(a)&&f!=Zg||a==kc&&/WebView2/.test(f))&&(f=Hr(f,y0),a=this.get($),a&&!/Chrom/.test(a)&&/Chrom/.test(f)||this.set($,f).set(j,m).set(vs,bp(m)),a=f),this.itemType==_r&&f==Zg&&this.set(j,m)}break;case an:var d=o[Ft];d&&(d&&o[Vc]=="64"&&(d+="64"),wp.call(this.data,d+";",i));break;case $r:if(o[le]&&this.set(L,le),o[U]&&(this.set(U,o[U]),!this.get(L)||!this.get(F))){var _={};wp.call(_,"droid 9; "+o[U]+")",i),!this.get(L)&&_.type&&this.set(L,_.type),!this.get(F)&&_.vendor&&this.set(F,_.vendor)}if(o[ao]){var y;if(typeof o[ao]!="string")for(var C=0;!y&&C<o[ao].length;)y=Hr(o[ao][C++],ry);else y=Hr(o[ao],ry);this.set(L,y)}break;case cr:var N=o[ci];if(N){var A=o[Ap];N==Ip&&(A=parseInt(bp(A),10)>=13?"11":"10"),this.set($,N).set(j,A)}this.get($)==Ip&&o[U]=="Xbox"&&this.set($,"Xbox").set(j,void 0);break;case ai:var B=this.data,q=function(P){return B[P].getItem().setCH(o).parseCH().get()};this.set(kt,q(kt)).set(an,q(an)).set($r,q($r)).set(_r,q(_r)).set(cr,q(cr))}return this},ln.call(this,[["itemType",t],["ua",e],["uaCH",n],["rgxMap",r],["data",v0(this,t)]]),this}function br(t,e,r){if(typeof t===ui?(Hc(t,!0)?(typeof e===ui&&(r=e),e=t):(r=t,e=void 0),t=void 0):typeof t===Tp&&!Hc(e,!0)&&(r=e,e=void 0),r&&typeof r.append===Fc){var n={};r.forEach(function(l,f){n[f]=l}),r=n}if(!(this instanceof br))return new br(t,e,r).getResult();var o=typeof t===Tp?t:r&&r[jg]?r[jg]:Ht&&Ht.userAgent?Ht.userAgent:li,i=new ay(r,!0),s=e?g0(ny,e):ny,a=function(l){return l==ai?function(){return new oy(l,o,s,i).set("ua",o).set(kt,this.getBrowser()).set(an,this.getCPU()).set($r,this.getDevice()).set(_r,this.getEngine()).set(cr,this.getOS()).get()}:function(){return new oy(l,o,s[l],i).parseUA().get()}};return ln.call(this,[["getBrowser",a(kt)],["getCPU",a(an)],["getDevice",a($r)],["getEngine",a(_r)],["getOS",a(cr)],["getResult",a(ai)],["getUA",function(){return o}],["setUA",function(l){return pi(l)&&(o=l.length>Sp?$c(l,Sp):l),this}]]).setUA(o),this}br.VERSION=a0;br.BROWSER=Wc([$,j,vs,L]);br.CPU=Wc([Ft]);br.DEVICE=Wc([U,F,L,gs,le,ot,Be,Fr,ys]);br.ENGINE=br.OS=Wc([$,j]);function jc(){let t=fe();return Z(E(Z(E({},t.customContext),{page:Ys(),locale:t.locale,currentItem:t.currentItem,previewIDs:t.previewIDs,previewVariant:t.previewVariant,engagementIDs:_0(),cart:Vf()}),E0()),{host:window.location.host})}function E0(){let t=window.CooeeSDK.uaParser.getResult();return{os:t.os,device:t.device,browser:t.browser}}function _0(){let t=document.querySelectorAll(".letscooee-engagement"),e=[];return t.forEach(r=>{let n=r.dataset.engagementId;n&&+n&&e.push(n)}),e}function ye(t){return typeof t=="function"}function mi(t){let r=t(n=>{Error.call(n),n.stack=new Error().stack});return r.prototype=Object.create(Error.prototype),r.prototype.constructor=r,r}var Gc=mi(t=>function(r){t(this),this.message=r?`${r.length} errors occurred during unsubscription:
27
27
  ${r.map((n,o)=>`${o+1}) ${n.toString()}`).join(`
28
- `)}`:"",this.name="UnsubscriptionError",this.errors=r});function co(t,e){if(t){let r=t.indexOf(e);0<=r&&t.splice(r,1)}}var cr=class t{constructor(e){this.initialTeardown=e,this.closed=!1,this._parentage=null,this._finalizers=null}unsubscribe(){let e;if(!this.closed){this.closed=!0;let{_parentage:r}=this;if(r)if(this._parentage=null,Array.isArray(r))for(let i of r)i.remove(this);else r.remove(this);let{initialTeardown:n}=this;if(ye(n))try{n()}catch(i){e=i instanceof Vc?i.errors:[i]}let{_finalizers:o}=this;if(o){this._finalizers=null;for(let i of o)try{oy(i)}catch(s){e=e??[],s instanceof Vc?e=[...e,...s.errors]:e.push(s)}}if(e)throw new Vc(e)}}add(e){var r;if(e&&e!==this)if(this.closed)oy(e);else{if(e instanceof t){if(e.closed||e._hasParent(this))return;e._addParent(this)}(this._finalizers=(r=this._finalizers)!==null&&r!==void 0?r:[]).push(e)}}_hasParent(e){let{_parentage:r}=this;return r===e||Array.isArray(r)&&r.includes(e)}_addParent(e){let{_parentage:r}=this;this._parentage=Array.isArray(r)?(r.push(e),r):r?[r,e]:e}_removeParent(e){let{_parentage:r}=this;r===e?this._parentage=null:Array.isArray(r)&&co(r,e)}remove(e){let{_finalizers:r}=this;r&&co(r,e),e instanceof t&&e._removeParent(this)}};cr.EMPTY=(()=>{let t=new cr;return t.closed=!0,t})();var Cp=cr.EMPTY;function Wc(t){return t instanceof cr||t&&"closed"in t&&ye(t.remove)&&ye(t.add)&&ye(t.unsubscribe)}function oy(t){ye(t)?t():t.unsubscribe()}var wr={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1};var di={setTimeout(t,e,...r){let{delegate:n}=di;return n?.setTimeout?n.setTimeout(t,e,...r):setTimeout(t,e,...r)},clearTimeout(t){let{delegate:e}=di;return(e?.clearTimeout||clearTimeout)(t)},delegate:void 0};function jc(t){di.setTimeout(()=>{let{onUnhandledError:e}=wr;if(e)e(t);else throw t})}function Rp(){}var iy=Ap("C",void 0,void 0);function sy(t){return Ap("E",void 0,t)}function ay(t){return Ap("N",t,void 0)}function Ap(t,e,r){return{kind:t,value:e,error:r}}var lo=null;function hi(t){if(wr.useDeprecatedSynchronousErrorHandling){let e=!lo;if(e&&(lo={errorThrown:!1,error:null}),t(),e){let{errorThrown:r,error:n}=lo;if(lo=null,r)throw n}}else t()}function cy(t){wr.useDeprecatedSynchronousErrorHandling&&lo&&(lo.errorThrown=!0,lo.error=t)}var uo=class extends cr{constructor(e){super(),this.isStopped=!1,e?(this.destination=e,Wc(e)&&e.add(this)):this.destination=h0}static create(e,r,n){return new Ln(e,r,n)}next(e){this.isStopped?Op(ay(e),this):this._next(e)}error(e){this.isStopped?Op(sy(e),this):(this.isStopped=!0,this._error(e))}complete(){this.isStopped?Op(iy,this):(this.isStopped=!0,this._complete())}unsubscribe(){this.closed||(this.isStopped=!0,super.unsubscribe(),this.destination=null)}_next(e){this.destination.next(e)}_error(e){try{this.destination.error(e)}finally{this.unsubscribe()}}_complete(){try{this.destination.complete()}finally{this.unsubscribe()}}},m0=Function.prototype.bind;function Dp(t,e){return m0.call(t,e)}var Np=class{constructor(e){this.partialObserver=e}next(e){let{partialObserver:r}=this;if(r.next)try{r.next(e)}catch(n){Gc(n)}}error(e){let{partialObserver:r}=this;if(r.error)try{r.error(e)}catch(n){Gc(n)}else Gc(e)}complete(){let{partialObserver:e}=this;if(e.complete)try{e.complete()}catch(r){Gc(r)}}},Ln=class extends uo{constructor(e,r,n){super();let o;if(ye(e)||!e)o={next:e??void 0,error:r??void 0,complete:n??void 0};else{let i;this&&wr.useDeprecatedNextContext?(i=Object.create(e),i.unsubscribe=()=>this.unsubscribe(),o={next:e.next&&Dp(e.next,i),error:e.error&&Dp(e.error,i),complete:e.complete&&Dp(e.complete,i)}):o=e}this.destination=new Np(o)}};function Gc(t){wr.useDeprecatedSynchronousErrorHandling?cy(t):jc(t)}function d0(t){throw t}function Op(t,e){let{onStoppedNotification:r}=wr;r&&di.setTimeout(()=>r(t,e))}var h0={closed:!0,next:Rp,error:d0,complete:Rp};var gi=typeof Symbol=="function"&&Symbol.observable||"@@observable";function ly(t){return t}function uy(t){return t.length===0?ly:t.length===1?t[0]:function(r){return t.reduce((n,o)=>o(n),r)}}var Rt=(()=>{class t{constructor(r){r&&(this._subscribe=r)}lift(r){let n=new t;return n.source=this,n.operator=r,n}subscribe(r,n,o){let i=y0(r)?r:new Ln(r,n,o);return hi(()=>{let{operator:s,source:a}=this;i.add(s?s.call(i,a):a?this._subscribe(i):this._trySubscribe(i))}),i}_trySubscribe(r){try{return this._subscribe(r)}catch(n){r.error(n)}}forEach(r,n){return n=fy(n),new n((o,i)=>{let s=new Ln({next:a=>{try{r(a)}catch(l){i(l),s.unsubscribe()}},error:i,complete:o});this.subscribe(s)})}_subscribe(r){var n;return(n=this.source)===null||n===void 0?void 0:n.subscribe(r)}[gi](){return this}pipe(...r){return uy(r)(this)}toPromise(r){return r=fy(r),new r((n,o)=>{let i;this.subscribe(s=>i=s,s=>o(s),()=>n(i))})}}return t.create=e=>new t(e),t})();function fy(t){var e;return(e=t??wr.Promise)!==null&&e!==void 0?e:Promise}function g0(t){return t&&ye(t.next)&&ye(t.error)&&ye(t.complete)}function y0(t){return t&&t instanceof uo||g0(t)&&Wc(t)}function v0(t){return ye(t?.lift)}function Vr(t){return e=>{if(v0(e))return e.lift(function(r){try{return t(r,this)}catch(n){this.error(n)}});throw new TypeError("Unable to lift unknown Observable type")}}function lr(t,e,r,n,o){return new Pp(t,e,r,n,o)}var Pp=class extends uo{constructor(e,r,n,o,i,s){super(e),this.onFinalize=i,this.shouldUnsubscribe=s,this._next=r?function(a){try{r(a)}catch(l){e.error(l)}}:super._next,this._error=o?function(a){try{o(a)}catch(l){e.error(l)}finally{this.unsubscribe()}}:super._error,this._complete=n?function(){try{n()}catch(a){e.error(a)}finally{this.unsubscribe()}}:super._complete}unsubscribe(){var e;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){let{closed:r}=this;super.unsubscribe(),!r&&((e=this.onFinalize)===null||e===void 0||e.call(this))}}};var py=mi(t=>function(){t(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"});var qt=(()=>{class t extends Rt{constructor(){super(),this.closed=!1,this.currentObservers=null,this.observers=[],this.isStopped=!1,this.hasError=!1,this.thrownError=null}lift(r){let n=new qc(this,this);return n.operator=r,n}_throwIfClosed(){if(this.closed)throw new py}next(r){hi(()=>{if(this._throwIfClosed(),!this.isStopped){this.currentObservers||(this.currentObservers=Array.from(this.observers));for(let n of this.currentObservers)n.next(r)}})}error(r){hi(()=>{if(this._throwIfClosed(),!this.isStopped){this.hasError=this.isStopped=!0,this.thrownError=r;let{observers:n}=this;for(;n.length;)n.shift().error(r)}})}complete(){hi(()=>{if(this._throwIfClosed(),!this.isStopped){this.isStopped=!0;let{observers:r}=this;for(;r.length;)r.shift().complete()}})}unsubscribe(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null}get observed(){var r;return((r=this.observers)===null||r===void 0?void 0:r.length)>0}_trySubscribe(r){return this._throwIfClosed(),super._trySubscribe(r)}_subscribe(r){return this._throwIfClosed(),this._checkFinalizedStatuses(r),this._innerSubscribe(r)}_innerSubscribe(r){let{hasError:n,isStopped:o,observers:i}=this;return n||o?Cp:(this.currentObservers=null,i.push(r),new cr(()=>{this.currentObservers=null,co(i,r)}))}_checkFinalizedStatuses(r){let{hasError:n,thrownError:o,isStopped:i}=this;n?r.error(o):i&&r.complete()}asObservable(){let r=new Rt;return r.source=this,r}}return t.create=(e,r)=>new qc(e,r),t})(),qc=class extends qt{constructor(e,r){super(),this.destination=e,this.source=r}next(e){var r,n;(n=(r=this.destination)===null||r===void 0?void 0:r.next)===null||n===void 0||n.call(r,e)}error(e){var r,n;(n=(r=this.destination)===null||r===void 0?void 0:r.error)===null||n===void 0||n.call(r,e)}complete(){var e,r;(r=(e=this.destination)===null||e===void 0?void 0:e.complete)===null||r===void 0||r.call(e)}_subscribe(e){var r,n;return(n=(r=this.source)===null||r===void 0?void 0:r.subscribe(e))!==null&&n!==void 0?n:Cp}};var vs=class extends qt{constructor(e){super(),this._value=e}get value(){return this.getValue()}_subscribe(e){let r=super._subscribe(e);return!r.closed&&e.next(this._value),r}getValue(){let{hasError:e,thrownError:r,_value:n}=this;if(e)throw r;return this._throwIfClosed(),n}next(e){super.next(this._value=e)}};var Es={now(){return(Es.delegate||Date).now()},delegate:void 0};var _s=class extends qt{constructor(e=1/0,r=1/0,n=Es){super(),this._bufferSize=e,this._windowTime=r,this._timestampProvider=n,this._buffer=[],this._infiniteTimeWindow=!0,this._infiniteTimeWindow=r===1/0,this._bufferSize=Math.max(1,e),this._windowTime=Math.max(1,r)}next(e){let{isStopped:r,_buffer:n,_infiniteTimeWindow:o,_timestampProvider:i,_windowTime:s}=this;r||(n.push(e),!o&&n.push(i.now()+s)),this._trimBuffer(),super.next(e)}_subscribe(e){this._throwIfClosed(),this._trimBuffer();let r=this._innerSubscribe(e),{_infiniteTimeWindow:n,_buffer:o}=this,i=o.slice();for(let s=0;s<i.length&&!e.closed;s+=n?1:2)e.next(i[s]);return this._checkFinalizedStatuses(e),r}_trimBuffer(){let{_bufferSize:e,_timestampProvider:r,_buffer:n,_infiniteTimeWindow:o}=this,i=(o?1:2)*e;if(e<1/0&&i<n.length&&n.splice(0,n.length-i),!o){let s=r.now(),a=0;for(let l=1;l<n.length&&n[l]<=s;l+=2)a=l;a&&n.splice(0,a+1)}}};var zc=class extends cr{constructor(e,r){super()}schedule(e,r=0){return this}};var bs={setInterval(t,e,...r){let{delegate:n}=bs;return n?.setInterval?n.setInterval(t,e,...r):setInterval(t,e,...r)},clearInterval(t){let{delegate:e}=bs;return(e?.clearInterval||clearInterval)(t)},delegate:void 0};var Yc=class extends zc{constructor(e,r){super(e,r),this.scheduler=e,this.work=r,this.pending=!1}schedule(e,r=0){var n;if(this.closed)return this;this.state=e;let o=this.id,i=this.scheduler;return o!=null&&(this.id=this.recycleAsyncId(i,o,r)),this.pending=!0,this.delay=r,this.id=(n=this.id)!==null&&n!==void 0?n:this.requestAsyncId(i,this.id,r),this}requestAsyncId(e,r,n=0){return bs.setInterval(e.flush.bind(e,this),n)}recycleAsyncId(e,r,n=0){if(n!=null&&this.delay===n&&this.pending===!1)return r;r!=null&&bs.clearInterval(r)}execute(e,r){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;let n=this._execute(e,r);if(n)return n;this.pending===!1&&this.id!=null&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))}_execute(e,r){let n=!1,o;try{this.work(e)}catch(i){n=!0,o=i||new Error("Scheduled action threw falsy error")}if(n)return this.unsubscribe(),o}unsubscribe(){if(!this.closed){let{id:e,scheduler:r}=this,{actions:n}=r;this.work=this.state=this.scheduler=null,this.pending=!1,co(n,this),e!=null&&(this.id=this.recycleAsyncId(r,e,null)),this.delay=null,super.unsubscribe()}}};var yi=class t{constructor(e,r=t.now){this.schedulerActionCtor=e,this.now=r}schedule(e,r=0,n){return new this.schedulerActionCtor(this,e).schedule(n,r)}};yi.now=Es.now;var Kc=class extends yi{constructor(e,r=yi.now){super(e,r),this.actions=[],this._active=!1}flush(e){let{actions:r}=this;if(this._active){r.push(e);return}let n;this._active=!0;do if(n=e.execute(e.state,e.delay))break;while(e=r.shift());if(this._active=!1,n){for(;e=r.shift();)e.unsubscribe();throw n}}};var ws=new Kc(Yc),my=ws;function dy(t){return t&&ye(t.schedule)}function gy(t,e,r,n){function o(i){return i instanceof r?i:new r(function(s){s(i)})}return new(r||(r=Promise))(function(i,s){function a(m){try{f(n.next(m))}catch(d){s(d)}}function l(m){try{f(n.throw(m))}catch(d){s(d)}}function f(m){m.done?i(m.value):o(m.value).then(a,l)}f((n=n.apply(t,e||[])).next())})}function hy(t){var e=typeof Symbol=="function"&&Symbol.iterator,r=e&&t[e],n=0;if(r)return r.call(t);if(t&&typeof t.length=="number")return{next:function(){return t&&n>=t.length&&(t=void 0),{value:t&&t[n++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function fo(t){return this instanceof fo?(this.v=t,this):new fo(t)}function yy(t,e,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n=r.apply(t,e||[]),o,i=[];return o=Object.create((typeof AsyncIterator=="function"?AsyncIterator:Object).prototype),a("next"),a("throw"),a("return",s),o[Symbol.asyncIterator]=function(){return this},o;function s(y){return function(C){return Promise.resolve(C).then(y,d)}}function a(y,C){n[y]&&(o[y]=function(N){return new Promise(function(A,B){i.push([y,N,A,B])>1||l(y,N)})},C&&(o[y]=C(o[y])))}function l(y,C){try{f(n[y](C))}catch(N){_(i[0][3],N)}}function f(y){y.value instanceof fo?Promise.resolve(y.value.v).then(m,d):_(i[0][2],y)}function m(y){l("next",y)}function d(y){l("throw",y)}function _(y,C){y(C),i.shift(),i.length&&l(i[0][0],i[0][1])}}function vy(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e=t[Symbol.asyncIterator],r;return e?e.call(t):(t=typeof hy=="function"?hy(t):t[Symbol.iterator](),r={},n("next"),n("throw"),n("return"),r[Symbol.asyncIterator]=function(){return this},r);function n(i){r[i]=t[i]&&function(s){return new Promise(function(a,l){s=t[i](s),o(a,l,s.done,s.value)})}}function o(i,s,a,l){Promise.resolve(l).then(function(f){i({value:f,done:a})},s)}}var Xc=t=>t&&typeof t.length=="number"&&typeof t!="function";function Ey(t){return ye(t?.then)}function _y(t){return ye(t[gi])}function by(t){return Symbol.asyncIterator&&ye(t?.[Symbol.asyncIterator])}function wy(t){return new TypeError(`You provided ${t!==null&&typeof t=="object"?"an invalid object":`'${t}'`} where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.`)}function E0(){return typeof Symbol!="function"||!Symbol.iterator?"@@iterator":Symbol.iterator}var Sy=E0();function Ty(t){return ye(t?.[Sy])}function Iy(t){return yy(this,arguments,function*(){let r=t.getReader();try{for(;;){let{value:n,done:o}=yield fo(r.read());if(o)return yield fo(void 0);yield yield fo(n)}}finally{r.releaseLock()}})}function xy(t){return ye(t?.getReader)}function Mn(t){if(t instanceof Rt)return t;if(t!=null){if(_y(t))return _0(t);if(Xc(t))return b0(t);if(Ey(t))return w0(t);if(by(t))return Cy(t);if(Ty(t))return S0(t);if(xy(t))return T0(t)}throw wy(t)}function _0(t){return new Rt(e=>{let r=t[gi]();if(ye(r.subscribe))return r.subscribe(e);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}function b0(t){return new Rt(e=>{for(let r=0;r<t.length&&!e.closed;r++)e.next(t[r]);e.complete()})}function w0(t){return new Rt(e=>{t.then(r=>{e.closed||(e.next(r),e.complete())},r=>e.error(r)).then(null,jc)})}function S0(t){return new Rt(e=>{for(let r of t)if(e.next(r),e.closed)return;e.complete()})}function Cy(t){return new Rt(e=>{I0(t,e).catch(r=>e.error(r))})}function T0(t){return Cy(Iy(t))}function I0(t,e){var r,n,o,i;return gy(this,void 0,void 0,function*(){try{for(r=vy(t);n=yield r.next(),!n.done;){let s=n.value;if(e.next(s),e.closed)return}}catch(s){o={error:s}}finally{try{n&&!n.done&&(i=r.return)&&(yield i.call(r))}finally{if(o)throw o.error}}e.complete()})}function Ry(t,e,r,n=0,o=!1){let i=e.schedule(function(){r(),o?t.add(this.schedule(null,n)):this.unsubscribe()},n);if(t.add(i),!o)return i}var Ay=mi(t=>function(){t(this),this.name="EmptyError",this.message="no elements in sequence"});function Sr(t,e){let r=typeof e=="object";return new Promise((n,o)=>{let i=new Ln({next:s=>{n(s),i.unsubscribe()},error:o,complete:()=>{r?n(e.defaultValue):o(new Ay)}});t.subscribe(i)})}function Dy(t){return t instanceof Date&&!isNaN(t)}function un(t,e){return Vr((r,n)=>{let o=0;r.subscribe(lr(n,i=>{n.next(t.call(e,i,o++))}))})}var{isArray:x0}=Array;function C0(t,e){return x0(e)?t(...e):t(e)}function Jc(t){return un(e=>C0(t,e))}function Oy(t,e,r,n,o,i,s,a){let l=[],f=0,m=0,d=!1,_=()=>{d&&!l.length&&!f&&e.complete()},y=N=>f<n?C(N):l.push(N),C=N=>{i&&e.next(N),f++;let A=!1;Mn(r(N,m++)).subscribe(lr(e,B=>{o?.(B),i?y(B):e.next(B)},()=>{A=!0},void 0,()=>{if(A)try{for(f--;l.length&&f<n;){let B=l.shift();s?Ry(e,s,()=>C(B)):C(B)}_()}catch(B){e.error(B)}}))};return t.subscribe(lr(e,y,()=>{d=!0,_()})),()=>{a?.()}}function Lp(t,e,r=1/0){return ye(e)?Lp((n,o)=>un((i,s)=>e(n,i,o,s))(Mn(t(n,o))),r):(typeof e=="number"&&(r=e),Vr((n,o)=>Oy(n,o,t,r)))}var R0=["addListener","removeListener"],A0=["addEventListener","removeEventListener"],D0=["on","off"];function po(t,e,r,n){if(ye(r)&&(n=r,r=void 0),n)return po(t,e,r).pipe(Jc(n));let[o,i]=P0(t)?A0.map(s=>a=>t[s](e,a,r)):O0(t)?R0.map(Ny(t,e)):N0(t)?D0.map(Ny(t,e)):[];if(!o&&Xc(t))return Lp(s=>po(s,e,r))(Mn(t));if(!o)throw new TypeError("Invalid event target");return new Rt(s=>{let a=(...l)=>s.next(1<l.length?l:l[0]);return o(a),()=>i(a)})}function Ny(t,e){return r=>n=>t[r](e,n)}function O0(t){return ye(t.addListener)&&ye(t.removeListener)}function N0(t){return ye(t.on)&&ye(t.off)}function P0(t){return ye(t.addEventListener)&&ye(t.removeEventListener)}function Qc(t,e,r){return r?Qc(t,e).pipe(Jc(r)):new Rt(n=>{let o=(...s)=>n.next(s.length===1?s[0]:s),i=t(o);return ye(e)?()=>e(o,i):void 0})}function Py(t=0,e,r=my){let n=-1;return e!=null&&(dy(e)?r=e:n=e),new Rt(o=>{let i=Dy(t)?+t-r.now():t;i<0&&(i=0);let s=0;return r.schedule(function(){o.closed||(o.next(s++),0<=n?this.schedule(void 0,n):o.complete())},i)})}function Mp(t,e){return Vr((r,n)=>{let o=0;r.subscribe(lr(n,i=>t.call(e,i,o++)&&n.next(i)))})}function zt(t,e=ws){return Vr((r,n)=>{let o=null,i=null,s=null,a=()=>{if(o){o.unsubscribe(),o=null;let f=i;i=null,n.next(f)}};function l(){let f=s+t,m=e.now();if(m<f){o=this.schedule(void 0,f-m),n.add(o);return}a()}r.subscribe(lr(n,f=>{i=f,s=e.now(),o||(o=e.schedule(l,t),n.add(o))},()=>{a(),n.complete()},void 0,()=>{i=o=null}))})}function Ly(t,e){return Vr((r,n)=>{let{leading:o=!0,trailing:i=!1}=e??{},s=!1,a=null,l=null,f=!1,m=()=>{l?.unsubscribe(),l=null,i&&(y(),f&&n.complete())},d=()=>{l=null,f&&n.complete()},_=C=>l=Mn(t(C)).subscribe(lr(n,m,d)),y=()=>{if(s){s=!1;let C=a;a=null,n.next(C),!f&&_(C)}};r.subscribe(lr(n,C=>{s=!0,a=C,!(l&&!l.closed)&&(o?y():_(C))},()=>{f=!0,!(i&&s&&l&&!l.closed)&&n.complete()}))})}function Bp(t,e=ws,r){let n=Py(t,e);return Ly(()=>n,r)}var My=zr($l()),Zc=class t{static META_REQUIRED_FIELDS=["ad_id"];static GOOGLE_REQUIRED_FIELDS=["gad_source","gclid"];source;adID;campaignID;adName;campaignName;constructor(e){this.adID=e.adID,this.campaignID=e.campaignID,this.source=e.source}static getAdParams(){let e;try{e=new My.URLBuilder(location.href)}catch{return{}}let r={};if(this.META_REQUIRED_FIELDS.every(i=>Array.from(e.getParams().keys()).includes(i)))return r={source:"META",adID:e.getQueryParam("ad_id")?.trim(),campaignID:e.getQueryParam("campaign_id")?.trim()},new t(r);if(this.GOOGLE_REQUIRED_FIELDS.every(i=>Array.from(e.getParams().keys()).includes(i)))return r={source:"GOOGLE"},new t(r)}};var el=class{isLocked=!1;queue=[];async acquire(){if(this.isLocked)await new Promise(e=>this.queue.push(e));else{this.isLocked=!0;return}}release(){if(this.queue.length>0){let e=this.queue.shift();e&&e()}else this.isLocked=!1}},tl=class t{static LOCK_TIMEOUT=1e4;static RETRY_INTERVAL=200;static MAX_RETRIES=50;static async request(e,r){if(e=`__cooee_${e}_lock__`,"locks"in navigator&&!M0())try{return await L0(e,r,this.LOCK_TIMEOUT)}catch(s){b.verbose(`Web Locks API failed, falling back to localStorage: ${s}`)}let n=!1,o=0,i=Math.random().toString(36).substring(2,10);for(;o++<this.MAX_RETRIES&&(b.verbose(`Lock retry ${o} for ${e}`),n=await this.acquire(e,i,o),!n);)await this.sleep(t.RETRY_INTERVAL*o+Math.random()*100);try{return await r()}finally{this.release(e,i)}}static async acquire(e,r,n){let o=Date.now(),i=localStorage.getItem(e),s=i?JSON.parse(i):null;if(s&&o<=s.expiry)return!1;let a={owner:r,expiry:o+t.LOCK_TIMEOUT};return localStorage.setItem(e,JSON.stringify(a)),await this.sleep(150+Math.random()*100),JSON.parse(localStorage.getItem(e)||"{}").owner===r?(b.verbose(`${r}: Lock acquired for ${e} after ${n} attempts!`),!0):(b.verbose(`${r}: Race lost. Another tab acquired the lock.`),!1)}static release(e,r){let n=localStorage.getItem(e);if(!n)return;let o=JSON.parse(n);o.owner===r?(localStorage.removeItem(e),b.verbose(`${r}: Lock released`)):b.verbose(`${r}: Cannot release lock. Current owner: ${o.owner}`)}static sleep(e){return new Promise(r=>setTimeout(r,e))}};async function L0(t,e,r){return new Promise((n,o)=>{let i=setTimeout(()=>{o(new Error(`Web Locks API timeout after ${r}ms`))},r);navigator.locks.request(t,async()=>{try{let s=await e();return clearTimeout(i),n(s),s}catch(s){throw clearTimeout(i),o(s),s}}).catch(s=>{clearTimeout(i),o(s)})})}function M0(){let t=navigator.userAgent||"";return/Safari/.test(t)&&!/Chrome/.test(t)&&!/Chromium/.test(t)||/iPhone|iPad|iPod/i.test(t)&&(/(FBAV|FBAN|Instagram|Twitter|Line|WhatsApp)/i.test(t)||!window.safari?.pushNotificaTion)||/Macintosh/.test(t)&&/Safari/.test(t)&&!/Chrome/.test(t)&&!/Chromium/.test(t)&&!window.safari?.pushNotification?!0:B0()}function B0(){try{return window.safari?.pushNotification?window.safari.pushNotification.toString()==="[object SafariRemoteNotification]":!window.indexedDB||!window.localStorage}catch{return!0}}var Up={d:(t,e)=>{for(var r in e)Up.o(e,r)&&!Up.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},o:(t,e)=>Object.prototype.hasOwnProperty.call(t,e)},kp={};Up.d(kp,{A:()=>U0,k:()=>Fp});var Ss=function(t,e,r,n){return new(r||(r=Promise))(function(o,i){function s(f){try{l(n.next(f))}catch(m){i(m)}}function a(f){try{l(n.throw(f))}catch(m){i(m)}}function l(f){var m;f.done?o(f.value):(m=f.value,m instanceof r?m:new r(function(d){d(m)})).then(s,a)}l((n=n.apply(t,e||[])).next())})},Ts=function(t,e){var r,n,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(i[Symbol.iterator]=function(){return this}),i;function a(l){return function(f){return(function(m){if(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,m[0]&&(s=0)),s;)try{if(r=1,n&&(o=2&m[0]?n.return:m[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,m[1])).done)return o;switch(n=0,o&&(m=[2&m[0],o.value]),m[0]){case 0:case 1:o=m;break;case 4:return s.label++,{value:m[1],done:!1};case 5:s.label++,n=m[1],m=[0];continue;case 7:m=s.ops.pop(),s.trys.pop();continue;default:if(o=s.trys,!((o=o.length>0&&o[o.length-1])||m[0]!==6&&m[0]!==2)){s=0;continue}if(m[0]===3&&(!o||m[1]>o[0]&&m[1]<o[3])){s.label=m[1];break}if(m[0]===6&&s.label<o[1]){s.label=o[1],o=m;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(m);break}o[2]&&s.ops.pop(),s.trys.pop();continue}m=e.call(t,s)}catch(d){m=[6,d],n=0}finally{r=o=0}if(5&m[0])throw m[1];return{value:m[0]?m[1]:void 0,done:!0}})([l,f])}}};function Fp(){return Ss(this,void 0,Promise,function(){return Ts(this,function(t){switch(t.label){case 0:return[4,new Promise(function(e,r){var n="Unknown",o=!1;function i(y){o||(o=!0,e({isPrivate:y,browserName:n}))}function s(){var y=0,C=parseInt("-1");try{C.toFixed(C)}catch(N){y=N.message.length}return y}function a(){return navigator.msSaveBlob!==void 0&&(function(y){try{return y===eval.toString().length}catch{return!1}})(39)}function l(){var y;return Ss(this,void 0,void 0,function(){var C,N;return Ts(this,function(A){switch(A.label){case 0:return A.trys.push([0,2,,3]),[4,navigator.storage.getDirectory()];case 1:return A.sent(),i(!1),[3,3];case 2:return C=A.sent(),N=C,C instanceof Error&&(N=(y=C.message)!==null&&y!==void 0?y:C),typeof N!="string"?(i(!1),[2]):(i(!!N.includes("unknown transient reason")),[3,3]);case 3:return[2]}})})}function f(){var y;return Ss(this,void 0,Promise,function(){return Ts(this,function(C){switch(C.label){case 0:return((y=navigator.storage)===null||y===void 0?void 0:y.getDirectory)===void 0?[3,2]:[4,l()];case 1:return C.sent(),[3,3];case 2:navigator.maxTouchPoints!==void 0?(function(){var N=String(Math.random());try{var A=indexedDB.open(N,1);A.onupgradeneeded=function(B){var q=B.target.result,P=function(Q){i(Q)};try{q.createObjectStore("t",{autoIncrement:!0}).put(new Blob),P(!1)}catch(Q){(Q.message||"").includes("are not yet supported")?P(!0):P(!1)}finally{q.close(),indexedDB.deleteDatabase(N)}},A.onerror=function(){return i(!1)}}catch{i(!1)}})():(function(){var N=window.openDatabase,A=window.localStorage;try{N(null,null,null,null)}catch{return void i(!0)}try{A.setItem("test","1"),A.removeItem("test")}catch{return void i(!0)}i(!1)})(),C.label=3;case 3:return[2]}})})}function m(){navigator.webkitTemporaryStorage.queryUsageAndQuota(function(y,C){var N;i(Math.round(C/1048576)<2*Math.round(((N=window).performance!==void 0&&N.performance.memory!==void 0&&N.performance.memory.jsHeapSizeLimit!==void 0?performance.memory.jsHeapSizeLimit:1073741824)/1048576))},function(y){r(new Error("detectIncognito somehow failed to query storage quota: "+y.message))})}function d(){self.Promise!==void 0&&self.Promise.allSettled!==void 0?m():(0,window.webkitRequestFileSystem)(0,1,function(){i(!1)},function(){i(!0)})}function _(){return Ss(this,void 0,Promise,function(){var y,C;return Ts(this,function(N){switch(N.label){case 0:if(!navigator.storage||!navigator.storage.getDirectory)return[3,4];N.label=1;case 1:return N.trys.push([1,3,,4]),[4,navigator.storage.getDirectory()];case 2:return N.sent(),i(!1),[3,4];case 3:return y=N.sent(),typeof(C=y instanceof Error&&typeof y.message=="string"?y.message:String(y))!="string"?(i(!1),[2]):(i(C.includes("Security error")),[2]);case 4:return i(navigator.serviceWorker===void 0),[2]}})})}(function(){return Ss(this,void 0,Promise,function(){return Ts(this,function(y){switch(y.label){case 0:return s()!==44?[3,2]:(n="Safari",[4,f()]);case 1:return y.sent(),[3,6];case 2:return s()!==51?[3,3]:(C=navigator.userAgent,n=C.match(/Chrome/)?navigator.brave!==void 0?"Brave":C.match(/Edg/)?"Edge":C.match(/OPR/)?"Opera":"Chrome":"Chromium",d(),[3,6]);case 3:return s()!==25?[3,5]:(n="Firefox",[4,_()]);case 4:return y.sent(),[3,6];case 5:a()?(n="Internet Explorer",i(window.indexedDB===void 0)):r(new Error("detectIncognito cannot determine the browser")),y.label=6;case 6:return[2]}var C})})})().catch(r)})];case 1:return[2,t.sent()]}})})}typeof window<"u"&&(window.detectIncognito=Fp);var U0=Fp,By=kp.A,VH=kp.k;var Uy=zr(Ws()),ky=async()=>{let t={};try{return await k0(t)}catch(e){return ae(e,"device-properties"),t}},k0=async t=>{let e=window.CooeeSDK.uaParser;F0(t),H0(t),$0(t),t.referrer=document.referrer,t.host=location.origin,t.path=location.pathname,t.qs=location.search,t.locale=navigator.language,t.display={w:screen.width,h:screen.height,pd:screen.pixelDepth,dpi:V0()},t.win={ow:window.outerWidth,oh:window.outerHeight,iw:window.innerWidth,ih:window.innerHeight,dpr:window.devicePixelRatio},navigator.webdriver&&(t.headless=!0,Mo({headless:!0}));let r=e.getResult();return t.browser=r.browser,t.device=r.device,t.engine=r.engine,t.cpu=r.cpu,t.os=r.os,t.navigatorUA=navigator.userAgent,await Promise.all([G0(t),W0(t),q0(t)]),t},F0=t=>{let e=navigator;if(!e.deviceMemory)return;let r=e.deviceMemory;t.mem={tot:r*1024}},H0=t=>{let e=navigator,r=e.connection||e.mozConnection||e.webkitConnection;r?.effectiveType&&(t.net={type:r.effectiveType})},$0=t=>{let e=screen.orientation?.type;e&&(t.orientation=e)},V0=()=>{if(!document.body)return;let t=document.createElement("div");t.setAttribute("style","height: 1in; left: -100%; position: absolute; top: -100%; width: 1in;"),document.body.appendChild(t);let e=window.devicePixelRatio||1,r=t.offsetWidth*e;return document.body.removeChild(t),r},W0=async t=>{try{await j0(t)}catch(e){b.error("Unable to get location",e)}},j0=async t=>{if(!(!navigator.geolocation||!navigator.permissions||(await navigator.permissions.query({name:"geolocation"})).state!="granted"))return new Promise(r=>{navigator.geolocation.getCurrentPosition(n=>{t.coords=[n.coords.latitude,n.coords.longitude],r()},()=>r())})},G0=async t=>{if("getBattery"in navigator)try{let r=await navigator.getBattery();t.bat={l:r.level*100,c:r.charging},Mo({"battery.level":t.bat.l,"battery.charging":t.bat.c})}catch{}},q0=async t=>{try{(await By())?.isPrivate&&(t.incognito=!0,Mo({incognito:!0}))}catch(e){Uy.default.error("Unable to detect private/incognito window",e)}};var mo=(n=>(n[n.LOW=1]="LOW",n[n.MEDIUM=2]="MEDIUM",n[n.HIGH=3]="HIGH",n))(mo||{});function Fy(t){$y()}function Hy(t){if(!$y())return;let e=mo[t]?.toLowerCase();e&&(b.verbose(`Sending ${e} intent to MS Clarity`),window.clarity("set","Cooee Intent",e))}function $y(){return window.clarity&&typeof window.clarity=="function"}var ur=new _s(1),Wy="App ID or Shopify shop is not set",Hp="",Bn="",$p="",rl;function jy(t){Hp=t.appID,$p=t.shopifyShop,z0().then(async()=>{ur.next(!0),ur.complete()}).catch(e=>{e?.message?.includes(Wy)&&ae(e,"initiate-session",{extra:t}),b.error("Unable to initiate session",e)})}async function Gy(){return await zy(),rl}async function qy(){let t=Date.now();await tl.request("gen_did",async()=>{Bn=await Ye.get("did"),Bn||(Bn=new yt().toHexString(),await Ye.set("did",Bn)),b.info("Device ID:",Bn),Ky(Bn)}),b.info(`Device ID set/get done in \u23F0 ${Tr(Date.now()-t)}`)}async function Vy(){if(rl)return;let[t,e,r]=await Promise.all([It.get("id",""),Ye.get("sessionNumber",1),It.get("landing",{})]);Yy(t,e,r)}async function z0(){await zy()}async function zy(){let t=!1;await K0()?(await Y0(),t=!0):await X0()?(await Vy(),t=!0):await Vy(),t&&await Q0()}async function Y0(){b.info("Starting new session"),await It.clear(),b.verbose("Cleared SessionStorage before starting new session");let t=new Date,e=new yt().toHexString(),r=await Ye.get("sessionNumber",0)+1;b.info(`New session number ${r}`);let n=Gs();await Promise.all([Ye.set("sessionNumber",r),It.set("id",e),It.set("lastUsedTime",t.getTime()),It.set("landing",n)]),Yy(e,r,n)}async function K0(){let t=await It.get("lastUsedTime",0);return t?(new Date().getTime()-t)/1e3>1800:!0}async function X0(){return!await It.get("synced",!1)}async function J0(){if(!Hp&&!$p)throw new Error(Wy);let t=await ky(),e=$c();return Z(E(E({deviceID:Bn,deviceProps:t,appID:Hp,shopifyShop:$p},rl),e),{sdk:$s,ad:Zc.getAdParams(),occurred:eT(fe().jsLoadTime),properties:{},uuid:await Ye.get("uuid")})}async function Q0(){b.info("Ensuring session on server"),await Z0();let t=await J0();b.verbose("Request data",t);try{let e=await Yt("/v1/event/validate-session",t);b.info(`Auth finished in \u23F0 ${Tr(e.timeTakenMs)}`),await It.set("synced",!0),e.data.deviceID&&(await Ye.set("did",Bn),Ky(e.data.deviceID))}catch(e){throw b.error(e),e}}async function Z0(){let t=await Ye.get("firstSeen"),e=t?new Date(t):new Date;t||await Ye.set("firstSeen",e.toISOString()),Jy(e),ka("Visitor Info",{first_seen:e.toISOString()})}function Yy(t,e,r){Mo({"cooee_session.number":e}),ka("Visitor Session",{id:t,number:e,landing_page:r}),b.info(`Session number: ${e}, id: ${t}`),rl={sessionID:t,sessionNumber:e,landingPage:r}}function Ky(t){Fy(t),Xy(t);let e=`device_id_${Math.floor(Math.random()*1e4)}`;ka("Visitor Info",{device_id:t,[e]:t}),vh({id:t})}function eT(t){return(new Date().getTime()-t.getTime())/1e3>1800?new Date:t}var tT="2024-10",rT=`/api/${tT}/graphql.json`,Qy={"Content-Type":"application/json"};async function nl(t,e,r,n){let o=je.get().storefrontToken;if(!o)throw new Error("Storefront token not set for the store");let i=new Headers(Qy);i.append("X-Shopify-Storefront-Access-Token",o);let s=JSON.stringify({query:t,variables:e});try{return await Jr(rT,{method:"POST",headers:i,body:s})}catch(a){throw ae(a,r,{engagementTrigger:n}),a}}function ho(t,e){return nT(rc(t),e)}async function nT(t,e){let r={body:JSON.stringify(e),method:"POST",headers:Qy};return Jr(t,r)}var Vp=new el;function Zy(){oT().catch(t=>{b.error("Fail to add attributes in cart",t)})}async function oT(){await Vp.acquire();let t=me.getCurrent(),e=await yf();if(t.attributes?.letscooee_did===e.letscooee_did&&t.attributes?.letscooee_sn===e.letscooee_sn){b.verbose("Not calling Shopify update.js API.","Current attributes:",t.attributes),Vp.release();return}try{let r=await ho("/cart/update.js",{attributes:e});b.verbose("Updated cart attributes",JSON.stringify(r.data)),t.update(r.data)}catch(r){b.error("Failed to add cart attributes",r)}Vp.release()}function ev(){document.onvisibilitychange=()=>{document.visibilityState==="visible"?iT():document.visibilityState==="hidden"&&sT()}}async function iT(){}async function sT(){let t=await aT();if(t===0){b.info("Not sending duration as user was inactive on website");return}rv(t)}async function aT(){let t=fe();return t.inInactive?0:(t.inInactive=!0,t.lastEnterInactive=new Date,Math.max(t.lastEnterInactive.getTime()-t.lastEnterActive.getTime(),0))}function tv(){let t=fe();return t.inInactive?(t.inInactive=!1,t.lastEnterActive=new Date,Math.max((t.lastEnterActive.getTime()-t.lastEnterInactive.getTime())/1e3,0)):0}function Wr(){return window.CooeeSDK?.uaParser.getDevice().type==="mobile"}function go(t,e){Object.assign(t.style,e)}function re(t,e,r){if(e){if(!r){t.style.removeProperty(e);return}t.style.setProperty(e,r,"important")}}function Wp(t){if(!t)return!1;if(t.tagName.toLowerCase()==="cart-drawer"&&t.hasAttribute("open"))return!0;let r=t.getBoundingClientRect(),n=(window.innerHeight||document.documentElement.clientHeight)+.5,o=(window.innerWidth||document.documentElement.clientWidth)+.5,i=getComputedStyle(t);if(i.display==="none"||i.visibility==="hidden"||parseFloat(i.opacity)===0||t.hidden||!(t.offsetWidth>0||t.offsetHeight>0||t.getClientRects().length>0))return!1;let f=Math.max(0,Math.min(r.right,o)-Math.max(r.left,0)),m=Math.max(0,Math.min(r.bottom,n)-Math.max(r.top,0)),d=f*m,_=r.width*r.height;if(!(_>0&&d/_>=.1))return!1;let C=r.top<=n&&r.bottom>=0,N=r.left<=o&&r.right>=0,A=C&&N,B=i.transform.match(/matrix\(([^)]+)\)/),q=0,P=0;if(B){let Ee=B[1].split(", ").map(parseFloat);q=Ee[4],P=Ee[5]}let Q=q+r.left>o||q+r.right<0||P+r.top>n||P+r.bottom<0;return A||!Q}var nv=t=>new Promise((e,r)=>{let n=new Image;n.onload=()=>{e({width:n.width,height:n.height})},n.onerror=r,n.src=t,n.style.display="none"});var ol=class{loadedFonts=[];async loadAllFonts(e){e.elems?.forEach(r=>{r instanceof Br&&this.loadFamily(r.typography?.fam)})}async loadFamily(e){if(!e?.fonts||this.loadedFonts.indexOf(e.name)>-1)return;let r=[];e.fonts.forEach(o=>{if(o.url){let i=new FontFace("cooee"+e.name,o.getURL(),o.getFontDescriptor());r.push(i.load())}}),this.loadedFonts.push(e.name),(await Promise.all(r)).forEach(o=>{document.fonts.add(o)})}};var uv=zr(Ws());var iv=new qt,sv=new qt;function av(){return sv.asObservable()}function il(){iv.next()}iv.pipe(zt(100)).subscribe(pT.bind(void 0));function cv(){il(),cT(),lT()}function cT(){let t=window.XMLHttpRequest.prototype.send;window.XMLHttpRequest.prototype.send=function(){return this.addEventListener("load",function(){lv(this._url).catch(e=>b.error("Unable to process cart change in XMLHttpRequest",e))}),t.apply(this,arguments)},b.verbose("Securely overwritten window.XMLHttpRequest.send method")}function lT(){let t=window.fetch;try{window.fetch=async function(e,r){return t(e,r).then(n=>{let o="";try{o=typeof e=="string"||e instanceof URL?e.toString():e?.url??n?.url??""}catch{}return lv(o).catch(i=>b.error("Unable to process cart change in fetch",i)),n})},b.verbose("Securely overwritten window.fetch method")}catch(e){console.warn("Fail to override fetch.",`Cooee won't be able to track "Add To Cart" and "Remove From Cart" KPI.`),b.error(e)}}async function lv(t){uT(t)&&il()}function uT(t){return/\/cart\/(add|change|update|clear)/.test(t)}function fT(t,e){let r=t?.items,n=e.items,o=[],i=[];if(b.verbose(`Comparing cart change with old count ${r?.length} to new count ${n.length}`),n?.forEach(s=>{let a=r?.find(l=>l.vID===s.vID);if(a){if(a.quantity!==s.quantity){let l=a.quantity<s.quantity,f=Math.abs(a.quantity-s.quantity),m=Z(E({},s),{quantity:f});l?o.push(m):i.push(m)}r&&bh(r,a)}else o.push(s)}),r)for(let s of r)i.push(s);b.verbose(`Cart delta: added: ${o.length}, removed: ${i.length}`),o.length&&ov("Add To Cart",{items:o}),i.length&&t.token===e.token&&ov("Remove From Cart",{items:i}),(i.length||o.length)&&sv.next({itemsAdded:o,itemsRemoved:i,cart:e})}function ov(t,e){let r=new xe(t,e);Tt(r)}async function pT(){let t=await Ye.get("cart",{}),e=await me.getCurrent().getNormalisedCart(!0);fT(t,e)}var Je=class t{static cartDrawerToggle$=new vs({open:!1,firstOpen:!1});static DEFAULT_SELECTOR="cart-drawer";static _instance;inShadow=!1;cartDrawerElement;cartDrawerShadowElement;configWebsite=je.get().website??{};currentState=!1;mutationSubscription;mutationObserver;firstOpen=!0;selector;shadowParentElementSelector;clickEventListener;refreshUIEventListener;iconSelector=['button[drawer-to-open="cart-drawer"]','a[href="/cart"]',".header__icon--cart","#cart-icon-bubble",".cart-icon-bubble",".cart-count",'a[onclick*="handleFloCartBtn"]'].join(",");cartSelector=[t.DEFAULT_SELECTOR,"#halo-cart-sidebar",'[role="dialog"][class*="cart" i]','[id*="section-cart" i]',"#sidebar-cart","#rebuy-cart","#mini-cart","#flo-cart-wrapper","#drawer-cart","#UpcartPopupBackDrop",'[id$="CartDrawer" i]'].join(",");constructor(){this.initialize(),this.refreshUIEventListener=this.updateBubble.bind(this),this.clickEventListener=this.manualCartIconClicked.bind(this),document.addEventListener("letscooee:outbound:refresh-ui",this.refreshUIEventListener),document.addEventListener("click",this.clickEventListener,{capture:!0,passive:!0})}get element(){return this.cartDrawerElement}static get(){return t._instance||(t._instance=new t),t._instance}static initialize(){t.get()}isOpen(){if(window.cooeeIsCartDrawerVisible)return window.cooeeIsCartDrawerVisible();if(this.cartDrawerElement?.id==="rebuy-cart")return!!window.Rebuy?.SmartCart?.visible;let e=this.inShadow?this.isPresent():Wp(this.cartDrawerElement);return b.info(`Cart drawer is currently ${e?"open":"close"}`),e}open(){if(this.isOpen()){b.log("Drawer is already open");return}document.dispatchEvent(new CustomEvent("letscooee:outbound:open-cart"));let e=document.querySelector(this.iconSelector);if(!e){b.verbose("No clickable cart icon found with selector",this.iconSelector);return}e.click()}isShopifyDefaultDrawer(){return this.element?.tagName.toLowerCase()===t.DEFAULT_SELECTOR}isMiniCart(){return this.isShopifyDefaultDrawer()&&this.element?.id==="mini-cart"}refreshUI(e,r=!0){if(window.cooeeUpdateCartDrawer)try{window.cooeeUpdateCartDrawer(e)}catch(n){ae(n,"execute-cooeeUpdateCartDrawer")}else if(this.isMiniCart()&&this.element?._rerenderCart)this.element._rerenderCart({detail:{cart:e}});else if(window.MinimogTheme?.Cart?.renderNewCart)window.MinimogTheme.Cart.renderNewCart();else if(this.isShopifyDefaultDrawer()&&this.element?.renderContents&&e)this.element.classList.remove("is-empty"),this.element.renderContents?.(e);else if(this.element?.onCartDrawerUpdate)this.element.onCartDrawerUpdate();else if(window.cartGiftUpdate){if(!e?.items?.[0])return;let n=e.items[0].id,o=e.items[0].quantity,i=e.items[0].price;window.cartGiftUpdate(n,i,o,"","ADD_TO_CART")}else if(window.icartCartActivityEvent)window.icartCartActivityEvent();else if(window.theme?.CartDrawer&&typeof window.theme?.CartDrawer=="function")window.theme?.CartDrawer.init?new window.theme.CartDrawer().init():new window.theme.CartDrawer;else if(window.Hs_CartDrawer?.updateSlideCart)window.Hs_CartDrawer.updateSlideCart();else if(window.theme?.fetch_side_cart)window.theme.fetch_side_cart();else if(window.theme?.Cart?.updateCart)window.theme.Cart.updateCart();else if(window.cartUpdate)window.cartUpdate();else if(this.element?._onCartRefresh)this.element._onCartRefresh();else if(window.cart?.getCart)window.cart.getCart();else if(this.element?.tagName?.toLowerCase()==="cart-drawer-component")document.dispatchEvent(new CustomEvent("action:cart:updateCartandShowCart"));else if(this.element?.id==="sidebar-cart")document.body.dispatchEvent(new CustomEvent("cart:refresh",{bubbles:!0,detail:{}}));else if(this.element?.id==="quick-cart"){let n=document.querySelector('a[href="/cart"]');n&&n.click()}else window.Shopify?.KT_onItemAdded?window.Shopify.KT_onItemAdded():window.sideCart?.updateCart?window.sideCart.updateCart():window.SLIDECART_UPDATE?(window.SLIDECART_UPDATE(),window.SLIDECART_OPEN?.()):window.refreshCart?me.getCurrent().getNormalisedCart(!0).then(()=>{window.refreshCart(me.getCurrent())}):window.OPEN_CART?window.OPEN_CART():window.updateCart?window.updateCart():window.sjRefreshCart?window.sjRefreshCart():window.CartJS?.getCart?window.CartJS?.getCart():window.updateCartItemJS?window.updateCartItemJS(1,e?.items?.[0]?.id+""):(b.info("No method found to update the cart drawer. Blindly firing some events to try"),document.dispatchEvent(new CustomEvent("cart:refresh",{bubbles:!0})));document.dispatchEvent(new CustomEvent("letscooee:outbound:refresh-ui",{detail:{responseJSON:e,currentCart:me.getCurrent()}})),r&&il()}async initialize(){let e=this.configWebsite.cartDrawerSelector;if(!e){await this.findCartDrawer();return}let r=e.split(":shadow");r.length===1?(this.selector=r[0],await this.findCartDrawer()):(this.inShadow=!0,this.shadowParentElementSelector=r[0]?.trim(),this.selector=r[1]?.trim(),await this.findCartDrawerWithShadow())}async findCartDrawer(){if(!es())return;let e=this.selector||this.cartSelector;if(this.cartDrawerElement=await Sn(e),!this.cartDrawerElement){uv.default.warn("Max attempts exhausted to find cart drawer");return}b.verbose("Found",this.cartDrawerElement,`from selector: ${e}`),this.createMutationObservers()}async findCartDrawerWithShadow(){if(!this.shadowParentElementSelector)return;let r=(await Sn(this.shadowParentElementSelector))?.shadowRoot;r?.mode==="open"&&(this.cartDrawerShadowElement=r,this.createMutationObservers())}createMutationObservers(){!this.cartDrawerElement&&!this.cartDrawerShadowElement||this.watchForCartToggle()}watchForCartToggle(){let e=this.cartDrawerElement||this.cartDrawerShadowElement,r=new qt;this.mutationObserver=new MutationObserver(()=>{r.next()}),this.mutationObserver.observe(e,{attributes:!0,subtree:!0,childList:this.inShadow}),this.mutationSubscription=r.pipe(Bp(800,void 0,{leading:!1,trailing:!0})).subscribe(()=>{let n=this.isOpen();this.currentState!==n&&(this.currentState=n,t.cartDrawerToggle$.next({open:n,firstOpen:this.firstOpen}),this.firstOpen&&(this.firstOpen=!1))})}isPresent(){if(!this.selector||!this.cartDrawerShadowElement)return!1;let e=this.cartDrawerShadowElement.querySelector(this.selector);return e?Wp(e):!1}async updateBubble(){let e=(await me.getCurrent().getNormalisedCart(!0)).itemCount,r=document.querySelector(".cart-link__bubble");r&&(r.innerText=e+"")}manualCartIconClicked(e){!e.target.closest(this.iconSelector)||!e.isTrusted||window.CooeeSDK.events.push(["Open Cart"])}};var vi=class{constructor(e){this.scalingFactor=e}getLayoutStyles(e){if(!e)return{display:"block"};let r={display:e.disp};return e.of&&(r.objectFit=e.of),e.pos==="absolute"&&(r.width="auto !important",r.position="absolute",r.right=e.right+"px",r.left=e.left+"px",r.top=e.top+"px",r.bottom=e.bottom+"px"),r}getSizeStyles(e){let r={};return e?.w&&(r.width=e.w),e?.h&&(r.height=e.h),e?.maxW&&(r.maxWidth=e.maxW),e?.maxH&&(r.maxHeight=e.maxH),e?.minW&&(r.minWidth=e.minW),e?.minH&&(r.minHeight=e.minH),r}getBorderStyles(e){if(!e)return{};let r={};return e.radius&&e.radius>0&&(r.borderRadius=this.getSizePx(e.radius)),e.width&&e.width>0&&(r.borderWidth=this.getSizePx(e.width),r.borderStyle=e.style?.toLowerCase(),e.color?this.getColourStyles(e.color,"border-color",r):r.borderColor="black"),r}getFlexStyles(e){return e?{gap:e.gap+"px",flexWrap:e.wrap,flexDirection:e.dir,justifyContent:e.jc,alignItems:e.ai,width:"100%"}:{}}getSpaceStyles(e){let r={};return e?(r.paddingTop=this.getSizePx(e.pt),r.paddingBottom=this.getSizePx(e.pb),r.paddingLeft=this.getSizePx(e.pl),r.paddingRight=this.getSizePx(e.pr),r.marginTop=this.getSizePx(e.mt),r.marginBottom=this.getSizePx(e.mb),r.marginLeft=e.cent?"auto":this.getSizePx(e.ml),r.marginRight=e.cent?"auto":this.getSizePx(e.mr),r):(r.margin="0 !important",r.padding="unset",r)}getBackgroundStyles(e){if(!e)return{};let r={};if(e.glossy){let n="backdrop-filter",o="-webkit-"+n,i=`blur(${e.glossy.radius}px)`;if(!CSS.supports(o,i)&&!CSS.supports(n,i))return{background:e.glossy.fallback.rgba};if(r[o]=i,r[n]=i,e.glossy.color)return this.getColourStyles(e.glossy.color,"background",r)}else if(e.solid){if(e.solid.grad)return this.getGradientStyles(e.solid.grad,"background",r);if(e.solid.hex)return{backgroundColor:e.solid.rgba}}else if(e.img){if(!e.img.src)return{};let n=(e.img.a??0)/100;r.background=`linear-gradient(rgba(0, 0, 0, ${n}), rgba(0, 0, 0, ${n})),url("${e.img.src}") no-repeat center`,r.backgroundSize="cover",e.img.a&&(r["-webkit-backdrop-filter"]=`opacity(${e.img.a})`,r.backdropFilter=`opacity(${e.img.a})`)}return r}getGradientStyles(e,r,n){if(n??={},e.type==="LINEAR"){let o=`linear-gradient(${e.ang}deg, ${e.c1}, ${e.c2}`;e.c3&&(o+=`, ${e.c3}`),o+=")",n[r]=o}return n}getColourStyles(e,r="color",n){return n??={},e?e.grad?this.getGradientStyles(e.grad,r,n):(e.hex&&(n[r]=e.rgba),n):n}getSizePx(e){return this.getScaledSize(e)+"px"}getScaledSize(e){return(e??0)*this.scalingFactor}};var mT=`
28
+ `)}`:"",this.name="UnsubscriptionError",this.errors=r});function co(t,e){if(t){let r=t.indexOf(e);0<=r&&t.splice(r,1)}}var lr=class t{constructor(e){this.initialTeardown=e,this.closed=!1,this._parentage=null,this._finalizers=null}unsubscribe(){let e;if(!this.closed){this.closed=!0;let{_parentage:r}=this;if(r)if(this._parentage=null,Array.isArray(r))for(let i of r)i.remove(this);else r.remove(this);let{initialTeardown:n}=this;if(ye(n))try{n()}catch(i){e=i instanceof Gc?i.errors:[i]}let{_finalizers:o}=this;if(o){this._finalizers=null;for(let i of o)try{cy(i)}catch(s){e=e??[],s instanceof Gc?e=[...e,...s.errors]:e.push(s)}}if(e)throw new Gc(e)}}add(e){var r;if(e&&e!==this)if(this.closed)cy(e);else{if(e instanceof t){if(e.closed||e._hasParent(this))return;e._addParent(this)}(this._finalizers=(r=this._finalizers)!==null&&r!==void 0?r:[]).push(e)}}_hasParent(e){let{_parentage:r}=this;return r===e||Array.isArray(r)&&r.includes(e)}_addParent(e){let{_parentage:r}=this;this._parentage=Array.isArray(r)?(r.push(e),r):r?[r,e]:e}_removeParent(e){let{_parentage:r}=this;r===e?this._parentage=null:Array.isArray(r)&&co(r,e)}remove(e){let{_finalizers:r}=this;r&&co(r,e),e instanceof t&&e._removeParent(this)}};lr.EMPTY=(()=>{let t=new lr;return t.closed=!0,t})();var Dp=lr.EMPTY;function qc(t){return t instanceof lr||t&&"closed"in t&&ye(t.remove)&&ye(t.add)&&ye(t.unsubscribe)}function cy(t){ye(t)?t():t.unsubscribe()}var wr={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1};var di={setTimeout(t,e,...r){let{delegate:n}=di;return n?.setTimeout?n.setTimeout(t,e,...r):setTimeout(t,e,...r)},clearTimeout(t){let{delegate:e}=di;return(e?.clearTimeout||clearTimeout)(t)},delegate:void 0};function zc(t){di.setTimeout(()=>{let{onUnhandledError:e}=wr;if(e)e(t);else throw t})}function Op(){}var ly=Np("C",void 0,void 0);function uy(t){return Np("E",void 0,t)}function fy(t){return Np("N",t,void 0)}function Np(t,e,r){return{kind:t,value:e,error:r}}var lo=null;function hi(t){if(wr.useDeprecatedSynchronousErrorHandling){let e=!lo;if(e&&(lo={errorThrown:!1,error:null}),t(),e){let{errorThrown:r,error:n}=lo;if(lo=null,r)throw n}}else t()}function py(t){wr.useDeprecatedSynchronousErrorHandling&&lo&&(lo.errorThrown=!0,lo.error=t)}var uo=class extends lr{constructor(e){super(),this.isStopped=!1,e?(this.destination=e,qc(e)&&e.add(this)):this.destination=S0}static create(e,r,n){return new Ln(e,r,n)}next(e){this.isStopped?Lp(fy(e),this):this._next(e)}error(e){this.isStopped?Lp(uy(e),this):(this.isStopped=!0,this._error(e))}complete(){this.isStopped?Lp(ly,this):(this.isStopped=!0,this._complete())}unsubscribe(){this.closed||(this.isStopped=!0,super.unsubscribe(),this.destination=null)}_next(e){this.destination.next(e)}_error(e){try{this.destination.error(e)}finally{this.unsubscribe()}}_complete(){try{this.destination.complete()}finally{this.unsubscribe()}}},b0=Function.prototype.bind;function Pp(t,e){return b0.call(t,e)}var Mp=class{constructor(e){this.partialObserver=e}next(e){let{partialObserver:r}=this;if(r.next)try{r.next(e)}catch(n){Yc(n)}}error(e){let{partialObserver:r}=this;if(r.error)try{r.error(e)}catch(n){Yc(n)}else Yc(e)}complete(){let{partialObserver:e}=this;if(e.complete)try{e.complete()}catch(r){Yc(r)}}},Ln=class extends uo{constructor(e,r,n){super();let o;if(ye(e)||!e)o={next:e??void 0,error:r??void 0,complete:n??void 0};else{let i;this&&wr.useDeprecatedNextContext?(i=Object.create(e),i.unsubscribe=()=>this.unsubscribe(),o={next:e.next&&Pp(e.next,i),error:e.error&&Pp(e.error,i),complete:e.complete&&Pp(e.complete,i)}):o=e}this.destination=new Mp(o)}};function Yc(t){wr.useDeprecatedSynchronousErrorHandling?py(t):zc(t)}function w0(t){throw t}function Lp(t,e){let{onStoppedNotification:r}=wr;r&&di.setTimeout(()=>r(t,e))}var S0={closed:!0,next:Op,error:w0,complete:Op};var gi=typeof Symbol=="function"&&Symbol.observable||"@@observable";function my(t){return t}function dy(t){return t.length===0?my:t.length===1?t[0]:function(r){return t.reduce((n,o)=>o(n),r)}}var Rt=(()=>{class t{constructor(r){r&&(this._subscribe=r)}lift(r){let n=new t;return n.source=this,n.operator=r,n}subscribe(r,n,o){let i=I0(r)?r:new Ln(r,n,o);return hi(()=>{let{operator:s,source:a}=this;i.add(s?s.call(i,a):a?this._subscribe(i):this._trySubscribe(i))}),i}_trySubscribe(r){try{return this._subscribe(r)}catch(n){r.error(n)}}forEach(r,n){return n=hy(n),new n((o,i)=>{let s=new Ln({next:a=>{try{r(a)}catch(l){i(l),s.unsubscribe()}},error:i,complete:o});this.subscribe(s)})}_subscribe(r){var n;return(n=this.source)===null||n===void 0?void 0:n.subscribe(r)}[gi](){return this}pipe(...r){return dy(r)(this)}toPromise(r){return r=hy(r),new r((n,o)=>{let i;this.subscribe(s=>i=s,s=>o(s),()=>n(i))})}}return t.create=e=>new t(e),t})();function hy(t){var e;return(e=t??wr.Promise)!==null&&e!==void 0?e:Promise}function T0(t){return t&&ye(t.next)&&ye(t.error)&&ye(t.complete)}function I0(t){return t&&t instanceof uo||T0(t)&&qc(t)}function x0(t){return ye(t?.lift)}function Vr(t){return e=>{if(x0(e))return e.lift(function(r){try{return t(r,this)}catch(n){this.error(n)}});throw new TypeError("Unable to lift unknown Observable type")}}function ur(t,e,r,n,o){return new Bp(t,e,r,n,o)}var Bp=class extends uo{constructor(e,r,n,o,i,s){super(e),this.onFinalize=i,this.shouldUnsubscribe=s,this._next=r?function(a){try{r(a)}catch(l){e.error(l)}}:super._next,this._error=o?function(a){try{o(a)}catch(l){e.error(l)}finally{this.unsubscribe()}}:super._error,this._complete=n?function(){try{n()}catch(a){e.error(a)}finally{this.unsubscribe()}}:super._complete}unsubscribe(){var e;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){let{closed:r}=this;super.unsubscribe(),!r&&((e=this.onFinalize)===null||e===void 0||e.call(this))}}};var gy=mi(t=>function(){t(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"});var zt=(()=>{class t extends Rt{constructor(){super(),this.closed=!1,this.currentObservers=null,this.observers=[],this.isStopped=!1,this.hasError=!1,this.thrownError=null}lift(r){let n=new Kc(this,this);return n.operator=r,n}_throwIfClosed(){if(this.closed)throw new gy}next(r){hi(()=>{if(this._throwIfClosed(),!this.isStopped){this.currentObservers||(this.currentObservers=Array.from(this.observers));for(let n of this.currentObservers)n.next(r)}})}error(r){hi(()=>{if(this._throwIfClosed(),!this.isStopped){this.hasError=this.isStopped=!0,this.thrownError=r;let{observers:n}=this;for(;n.length;)n.shift().error(r)}})}complete(){hi(()=>{if(this._throwIfClosed(),!this.isStopped){this.isStopped=!0;let{observers:r}=this;for(;r.length;)r.shift().complete()}})}unsubscribe(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null}get observed(){var r;return((r=this.observers)===null||r===void 0?void 0:r.length)>0}_trySubscribe(r){return this._throwIfClosed(),super._trySubscribe(r)}_subscribe(r){return this._throwIfClosed(),this._checkFinalizedStatuses(r),this._innerSubscribe(r)}_innerSubscribe(r){let{hasError:n,isStopped:o,observers:i}=this;return n||o?Dp:(this.currentObservers=null,i.push(r),new lr(()=>{this.currentObservers=null,co(i,r)}))}_checkFinalizedStatuses(r){let{hasError:n,thrownError:o,isStopped:i}=this;n?r.error(o):i&&r.complete()}asObservable(){let r=new Rt;return r.source=this,r}}return t.create=(e,r)=>new Kc(e,r),t})(),Kc=class extends zt{constructor(e,r){super(),this.destination=e,this.source=r}next(e){var r,n;(n=(r=this.destination)===null||r===void 0?void 0:r.next)===null||n===void 0||n.call(r,e)}error(e){var r,n;(n=(r=this.destination)===null||r===void 0?void 0:r.error)===null||n===void 0||n.call(r,e)}complete(){var e,r;(r=(e=this.destination)===null||e===void 0?void 0:e.complete)===null||r===void 0||r.call(e)}_subscribe(e){var r,n;return(n=(r=this.source)===null||r===void 0?void 0:r.subscribe(e))!==null&&n!==void 0?n:Dp}};var Es=class extends zt{constructor(e){super(),this._value=e}get value(){return this.getValue()}_subscribe(e){let r=super._subscribe(e);return!r.closed&&e.next(this._value),r}getValue(){let{hasError:e,thrownError:r,_value:n}=this;if(e)throw r;return this._throwIfClosed(),n}next(e){super.next(this._value=e)}};var _s={now(){return(_s.delegate||Date).now()},delegate:void 0};var bs=class extends zt{constructor(e=1/0,r=1/0,n=_s){super(),this._bufferSize=e,this._windowTime=r,this._timestampProvider=n,this._buffer=[],this._infiniteTimeWindow=!0,this._infiniteTimeWindow=r===1/0,this._bufferSize=Math.max(1,e),this._windowTime=Math.max(1,r)}next(e){let{isStopped:r,_buffer:n,_infiniteTimeWindow:o,_timestampProvider:i,_windowTime:s}=this;r||(n.push(e),!o&&n.push(i.now()+s)),this._trimBuffer(),super.next(e)}_subscribe(e){this._throwIfClosed(),this._trimBuffer();let r=this._innerSubscribe(e),{_infiniteTimeWindow:n,_buffer:o}=this,i=o.slice();for(let s=0;s<i.length&&!e.closed;s+=n?1:2)e.next(i[s]);return this._checkFinalizedStatuses(e),r}_trimBuffer(){let{_bufferSize:e,_timestampProvider:r,_buffer:n,_infiniteTimeWindow:o}=this,i=(o?1:2)*e;if(e<1/0&&i<n.length&&n.splice(0,n.length-i),!o){let s=r.now(),a=0;for(let l=1;l<n.length&&n[l]<=s;l+=2)a=l;a&&n.splice(0,a+1)}}};var Xc=class extends lr{constructor(e,r){super()}schedule(e,r=0){return this}};var ws={setInterval(t,e,...r){let{delegate:n}=ws;return n?.setInterval?n.setInterval(t,e,...r):setInterval(t,e,...r)},clearInterval(t){let{delegate:e}=ws;return(e?.clearInterval||clearInterval)(t)},delegate:void 0};var Jc=class extends Xc{constructor(e,r){super(e,r),this.scheduler=e,this.work=r,this.pending=!1}schedule(e,r=0){var n;if(this.closed)return this;this.state=e;let o=this.id,i=this.scheduler;return o!=null&&(this.id=this.recycleAsyncId(i,o,r)),this.pending=!0,this.delay=r,this.id=(n=this.id)!==null&&n!==void 0?n:this.requestAsyncId(i,this.id,r),this}requestAsyncId(e,r,n=0){return ws.setInterval(e.flush.bind(e,this),n)}recycleAsyncId(e,r,n=0){if(n!=null&&this.delay===n&&this.pending===!1)return r;r!=null&&ws.clearInterval(r)}execute(e,r){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;let n=this._execute(e,r);if(n)return n;this.pending===!1&&this.id!=null&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))}_execute(e,r){let n=!1,o;try{this.work(e)}catch(i){n=!0,o=i||new Error("Scheduled action threw falsy error")}if(n)return this.unsubscribe(),o}unsubscribe(){if(!this.closed){let{id:e,scheduler:r}=this,{actions:n}=r;this.work=this.state=this.scheduler=null,this.pending=!1,co(n,this),e!=null&&(this.id=this.recycleAsyncId(r,e,null)),this.delay=null,super.unsubscribe()}}};var yi=class t{constructor(e,r=t.now){this.schedulerActionCtor=e,this.now=r}schedule(e,r=0,n){return new this.schedulerActionCtor(this,e).schedule(n,r)}};yi.now=_s.now;var Qc=class extends yi{constructor(e,r=yi.now){super(e,r),this.actions=[],this._active=!1}flush(e){let{actions:r}=this;if(this._active){r.push(e);return}let n;this._active=!0;do if(n=e.execute(e.state,e.delay))break;while(e=r.shift());if(this._active=!1,n){for(;e=r.shift();)e.unsubscribe();throw n}}};var Ss=new Qc(Jc),yy=Ss;function vy(t){return t&&ye(t.schedule)}function _y(t,e,r,n){function o(i){return i instanceof r?i:new r(function(s){s(i)})}return new(r||(r=Promise))(function(i,s){function a(m){try{f(n.next(m))}catch(d){s(d)}}function l(m){try{f(n.throw(m))}catch(d){s(d)}}function f(m){m.done?i(m.value):o(m.value).then(a,l)}f((n=n.apply(t,e||[])).next())})}function Ey(t){var e=typeof Symbol=="function"&&Symbol.iterator,r=e&&t[e],n=0;if(r)return r.call(t);if(t&&typeof t.length=="number")return{next:function(){return t&&n>=t.length&&(t=void 0),{value:t&&t[n++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function fo(t){return this instanceof fo?(this.v=t,this):new fo(t)}function by(t,e,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n=r.apply(t,e||[]),o,i=[];return o=Object.create((typeof AsyncIterator=="function"?AsyncIterator:Object).prototype),a("next"),a("throw"),a("return",s),o[Symbol.asyncIterator]=function(){return this},o;function s(y){return function(C){return Promise.resolve(C).then(y,d)}}function a(y,C){n[y]&&(o[y]=function(N){return new Promise(function(A,B){i.push([y,N,A,B])>1||l(y,N)})},C&&(o[y]=C(o[y])))}function l(y,C){try{f(n[y](C))}catch(N){_(i[0][3],N)}}function f(y){y.value instanceof fo?Promise.resolve(y.value.v).then(m,d):_(i[0][2],y)}function m(y){l("next",y)}function d(y){l("throw",y)}function _(y,C){y(C),i.shift(),i.length&&l(i[0][0],i[0][1])}}function wy(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e=t[Symbol.asyncIterator],r;return e?e.call(t):(t=typeof Ey=="function"?Ey(t):t[Symbol.iterator](),r={},n("next"),n("throw"),n("return"),r[Symbol.asyncIterator]=function(){return this},r);function n(i){r[i]=t[i]&&function(s){return new Promise(function(a,l){s=t[i](s),o(a,l,s.done,s.value)})}}function o(i,s,a,l){Promise.resolve(l).then(function(f){i({value:f,done:a})},s)}}var Zc=t=>t&&typeof t.length=="number"&&typeof t!="function";function Sy(t){return ye(t?.then)}function Ty(t){return ye(t[gi])}function Iy(t){return Symbol.asyncIterator&&ye(t?.[Symbol.asyncIterator])}function xy(t){return new TypeError(`You provided ${t!==null&&typeof t=="object"?"an invalid object":`'${t}'`} where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.`)}function C0(){return typeof Symbol!="function"||!Symbol.iterator?"@@iterator":Symbol.iterator}var Cy=C0();function Ry(t){return ye(t?.[Cy])}function Ay(t){return by(this,arguments,function*(){let r=t.getReader();try{for(;;){let{value:n,done:o}=yield fo(r.read());if(o)return yield fo(void 0);yield yield fo(n)}}finally{r.releaseLock()}})}function Dy(t){return ye(t?.getReader)}function Mn(t){if(t instanceof Rt)return t;if(t!=null){if(Ty(t))return R0(t);if(Zc(t))return A0(t);if(Sy(t))return D0(t);if(Iy(t))return Oy(t);if(Ry(t))return O0(t);if(Dy(t))return N0(t)}throw xy(t)}function R0(t){return new Rt(e=>{let r=t[gi]();if(ye(r.subscribe))return r.subscribe(e);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}function A0(t){return new Rt(e=>{for(let r=0;r<t.length&&!e.closed;r++)e.next(t[r]);e.complete()})}function D0(t){return new Rt(e=>{t.then(r=>{e.closed||(e.next(r),e.complete())},r=>e.error(r)).then(null,zc)})}function O0(t){return new Rt(e=>{for(let r of t)if(e.next(r),e.closed)return;e.complete()})}function Oy(t){return new Rt(e=>{P0(t,e).catch(r=>e.error(r))})}function N0(t){return Oy(Ay(t))}function P0(t,e){var r,n,o,i;return _y(this,void 0,void 0,function*(){try{for(r=wy(t);n=yield r.next(),!n.done;){let s=n.value;if(e.next(s),e.closed)return}}catch(s){o={error:s}}finally{try{n&&!n.done&&(i=r.return)&&(yield i.call(r))}finally{if(o)throw o.error}}e.complete()})}function Ny(t,e,r,n=0,o=!1){let i=e.schedule(function(){r(),o?t.add(this.schedule(null,n)):this.unsubscribe()},n);if(t.add(i),!o)return i}var Py=mi(t=>function(){t(this),this.name="EmptyError",this.message="no elements in sequence"});function Sr(t,e){let r=typeof e=="object";return new Promise((n,o)=>{let i=new Ln({next:s=>{n(s),i.unsubscribe()},error:o,complete:()=>{r?n(e.defaultValue):o(new Py)}});t.subscribe(i)})}function Ly(t){return t instanceof Date&&!isNaN(t)}function un(t,e){return Vr((r,n)=>{let o=0;r.subscribe(ur(n,i=>{n.next(t.call(e,i,o++))}))})}var{isArray:L0}=Array;function M0(t,e){return L0(e)?t(...e):t(e)}function el(t){return un(e=>M0(t,e))}function My(t,e,r,n,o,i,s,a){let l=[],f=0,m=0,d=!1,_=()=>{d&&!l.length&&!f&&e.complete()},y=N=>f<n?C(N):l.push(N),C=N=>{i&&e.next(N),f++;let A=!1;Mn(r(N,m++)).subscribe(ur(e,B=>{o?.(B),i?y(B):e.next(B)},()=>{A=!0},void 0,()=>{if(A)try{for(f--;l.length&&f<n;){let B=l.shift();s?Ny(e,s,()=>C(B)):C(B)}_()}catch(B){e.error(B)}}))};return t.subscribe(ur(e,y,()=>{d=!0,_()})),()=>{a?.()}}function Up(t,e,r=1/0){return ye(e)?Up((n,o)=>un((i,s)=>e(n,i,o,s))(Mn(t(n,o))),r):(typeof e=="number"&&(r=e),Vr((n,o)=>My(n,o,t,r)))}var B0=["addListener","removeListener"],U0=["addEventListener","removeEventListener"],k0=["on","off"];function po(t,e,r,n){if(ye(r)&&(n=r,r=void 0),n)return po(t,e,r).pipe(el(n));let[o,i]=$0(t)?U0.map(s=>a=>t[s](e,a,r)):F0(t)?B0.map(By(t,e)):H0(t)?k0.map(By(t,e)):[];if(!o&&Zc(t))return Up(s=>po(s,e,r))(Mn(t));if(!o)throw new TypeError("Invalid event target");return new Rt(s=>{let a=(...l)=>s.next(1<l.length?l:l[0]);return o(a),()=>i(a)})}function By(t,e){return r=>n=>t[r](e,n)}function F0(t){return ye(t.addListener)&&ye(t.removeListener)}function H0(t){return ye(t.on)&&ye(t.off)}function $0(t){return ye(t.addEventListener)&&ye(t.removeEventListener)}function tl(t,e,r){return r?tl(t,e).pipe(el(r)):new Rt(n=>{let o=(...s)=>n.next(s.length===1?s[0]:s),i=t(o);return ye(e)?()=>e(o,i):void 0})}function Uy(t=0,e,r=yy){let n=-1;return e!=null&&(vy(e)?r=e:n=e),new Rt(o=>{let i=Ly(t)?+t-r.now():t;i<0&&(i=0);let s=0;return r.schedule(function(){o.closed||(o.next(s++),0<=n?this.schedule(void 0,n):o.complete())},i)})}function kp(t,e){return Vr((r,n)=>{let o=0;r.subscribe(ur(n,i=>t.call(e,i,o++)&&n.next(i)))})}function Yt(t,e=Ss){return Vr((r,n)=>{let o=null,i=null,s=null,a=()=>{if(o){o.unsubscribe(),o=null;let f=i;i=null,n.next(f)}};function l(){let f=s+t,m=e.now();if(m<f){o=this.schedule(void 0,f-m),n.add(o);return}a()}r.subscribe(ur(n,f=>{i=f,s=e.now(),o||(o=e.schedule(l,t),n.add(o))},()=>{a(),n.complete()},void 0,()=>{i=o=null}))})}function ky(t,e){return Vr((r,n)=>{let{leading:o=!0,trailing:i=!1}=e??{},s=!1,a=null,l=null,f=!1,m=()=>{l?.unsubscribe(),l=null,i&&(y(),f&&n.complete())},d=()=>{l=null,f&&n.complete()},_=C=>l=Mn(t(C)).subscribe(ur(n,m,d)),y=()=>{if(s){s=!1;let C=a;a=null,n.next(C),!f&&_(C)}};r.subscribe(ur(n,C=>{s=!0,a=C,!(l&&!l.closed)&&(o?y():_(C))},()=>{f=!0,!(i&&s&&l&&!l.closed)&&n.complete()}))})}function Fp(t,e=Ss,r){let n=Uy(t,e);return ky(()=>n,r)}var Fy=zr(jl()),rl=class t{static META_REQUIRED_FIELDS=["ad_id"];static GOOGLE_REQUIRED_FIELDS=["gad_source","gclid"];source;adID;campaignID;adName;campaignName;constructor(e){this.adID=e.adID,this.campaignID=e.campaignID,this.source=e.source}static getAdParams(){let e;try{e=new Fy.URLBuilder(location.href)}catch{return{}}let r={};if(this.META_REQUIRED_FIELDS.every(i=>Array.from(e.getParams().keys()).includes(i)))return r={source:"META",adID:e.getQueryParam("ad_id")?.trim(),campaignID:e.getQueryParam("campaign_id")?.trim()},new t(r);if(this.GOOGLE_REQUIRED_FIELDS.every(i=>Array.from(e.getParams().keys()).includes(i)))return r={source:"GOOGLE"},new t(r)}};var nl=class{isLocked=!1;queue=[];async acquire(){if(this.isLocked)await new Promise(e=>this.queue.push(e));else{this.isLocked=!0;return}}release(){if(this.queue.length>0){let e=this.queue.shift();e&&e()}else this.isLocked=!1}},ol=class t{static LOCK_TIMEOUT=1e4;static RETRY_INTERVAL=200;static MAX_RETRIES=50;static async request(e,r){if(e=`__cooee_${e}_lock__`,"locks"in navigator&&!W0())try{return await V0(e,r,this.LOCK_TIMEOUT)}catch(s){b.verbose(`Web Locks API failed, falling back to localStorage: ${s}`)}let n=!1,o=0,i=Math.random().toString(36).substring(2,10);for(;o++<this.MAX_RETRIES&&(b.verbose(`Lock retry ${o} for ${e}`),n=await this.acquire(e,i,o),!n);)await this.sleep(t.RETRY_INTERVAL*o+Math.random()*100);try{return await r()}finally{this.release(e,i)}}static async acquire(e,r,n){let o=Date.now(),i=localStorage.getItem(e),s=i?JSON.parse(i):null;if(s&&o<=s.expiry)return!1;let a={owner:r,expiry:o+t.LOCK_TIMEOUT};return localStorage.setItem(e,JSON.stringify(a)),await this.sleep(150+Math.random()*100),JSON.parse(localStorage.getItem(e)||"{}").owner===r?(b.verbose(`${r}: Lock acquired for ${e} after ${n} attempts!`),!0):(b.verbose(`${r}: Race lost. Another tab acquired the lock.`),!1)}static release(e,r){let n=localStorage.getItem(e);if(!n)return;let o=JSON.parse(n);o.owner===r?(localStorage.removeItem(e),b.verbose(`${r}: Lock released`)):b.verbose(`${r}: Cannot release lock. Current owner: ${o.owner}`)}static sleep(e){return new Promise(r=>setTimeout(r,e))}};async function V0(t,e,r){return new Promise((n,o)=>{let i=setTimeout(()=>{o(new Error(`Web Locks API timeout after ${r}ms`))},r);navigator.locks.request(t,async()=>{try{let s=await e();return clearTimeout(i),n(s),s}catch(s){throw clearTimeout(i),o(s),s}}).catch(s=>{clearTimeout(i),o(s)})})}function W0(){let t=navigator.userAgent||"";return/Safari/.test(t)&&!/Chrome/.test(t)&&!/Chromium/.test(t)||/iPhone|iPad|iPod/i.test(t)&&(/(FBAV|FBAN|Instagram|Twitter|Line|WhatsApp)/i.test(t)||!window.safari?.pushNotificaTion)||/Macintosh/.test(t)&&/Safari/.test(t)&&!/Chrome/.test(t)&&!/Chromium/.test(t)&&!window.safari?.pushNotification?!0:j0()}function j0(){try{return window.safari?.pushNotification?window.safari.pushNotification.toString()==="[object SafariRemoteNotification]":!window.indexedDB||!window.localStorage}catch{return!0}}var Hp={d:(t,e)=>{for(var r in e)Hp.o(e,r)&&!Hp.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},o:(t,e)=>Object.prototype.hasOwnProperty.call(t,e)},$p={};Hp.d($p,{A:()=>G0,k:()=>Vp});var Ts=function(t,e,r,n){return new(r||(r=Promise))(function(o,i){function s(f){try{l(n.next(f))}catch(m){i(m)}}function a(f){try{l(n.throw(f))}catch(m){i(m)}}function l(f){var m;f.done?o(f.value):(m=f.value,m instanceof r?m:new r(function(d){d(m)})).then(s,a)}l((n=n.apply(t,e||[])).next())})},Is=function(t,e){var r,n,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(i[Symbol.iterator]=function(){return this}),i;function a(l){return function(f){return(function(m){if(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,m[0]&&(s=0)),s;)try{if(r=1,n&&(o=2&m[0]?n.return:m[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,m[1])).done)return o;switch(n=0,o&&(m=[2&m[0],o.value]),m[0]){case 0:case 1:o=m;break;case 4:return s.label++,{value:m[1],done:!1};case 5:s.label++,n=m[1],m=[0];continue;case 7:m=s.ops.pop(),s.trys.pop();continue;default:if(o=s.trys,!((o=o.length>0&&o[o.length-1])||m[0]!==6&&m[0]!==2)){s=0;continue}if(m[0]===3&&(!o||m[1]>o[0]&&m[1]<o[3])){s.label=m[1];break}if(m[0]===6&&s.label<o[1]){s.label=o[1],o=m;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(m);break}o[2]&&s.ops.pop(),s.trys.pop();continue}m=e.call(t,s)}catch(d){m=[6,d],n=0}finally{r=o=0}if(5&m[0])throw m[1];return{value:m[0]?m[1]:void 0,done:!0}})([l,f])}}};function Vp(){return Ts(this,void 0,Promise,function(){return Is(this,function(t){switch(t.label){case 0:return[4,new Promise(function(e,r){var n="Unknown",o=!1;function i(y){o||(o=!0,e({isPrivate:y,browserName:n}))}function s(){var y=0,C=parseInt("-1");try{C.toFixed(C)}catch(N){y=N.message.length}return y}function a(){return navigator.msSaveBlob!==void 0&&(function(y){try{return y===eval.toString().length}catch{return!1}})(39)}function l(){var y;return Ts(this,void 0,void 0,function(){var C,N;return Is(this,function(A){switch(A.label){case 0:return A.trys.push([0,2,,3]),[4,navigator.storage.getDirectory()];case 1:return A.sent(),i(!1),[3,3];case 2:return C=A.sent(),N=C,C instanceof Error&&(N=(y=C.message)!==null&&y!==void 0?y:C),typeof N!="string"?(i(!1),[2]):(i(!!N.includes("unknown transient reason")),[3,3]);case 3:return[2]}})})}function f(){var y;return Ts(this,void 0,Promise,function(){return Is(this,function(C){switch(C.label){case 0:return((y=navigator.storage)===null||y===void 0?void 0:y.getDirectory)===void 0?[3,2]:[4,l()];case 1:return C.sent(),[3,3];case 2:navigator.maxTouchPoints!==void 0?(function(){var N=String(Math.random());try{var A=indexedDB.open(N,1);A.onupgradeneeded=function(B){var q=B.target.result,P=function(Q){i(Q)};try{q.createObjectStore("t",{autoIncrement:!0}).put(new Blob),P(!1)}catch(Q){(Q.message||"").includes("are not yet supported")?P(!0):P(!1)}finally{q.close(),indexedDB.deleteDatabase(N)}},A.onerror=function(){return i(!1)}}catch{i(!1)}})():(function(){var N=window.openDatabase,A=window.localStorage;try{N(null,null,null,null)}catch{return void i(!0)}try{A.setItem("test","1"),A.removeItem("test")}catch{return void i(!0)}i(!1)})(),C.label=3;case 3:return[2]}})})}function m(){navigator.webkitTemporaryStorage.queryUsageAndQuota(function(y,C){var N;i(Math.round(C/1048576)<2*Math.round(((N=window).performance!==void 0&&N.performance.memory!==void 0&&N.performance.memory.jsHeapSizeLimit!==void 0?performance.memory.jsHeapSizeLimit:1073741824)/1048576))},function(y){r(new Error("detectIncognito somehow failed to query storage quota: "+y.message))})}function d(){self.Promise!==void 0&&self.Promise.allSettled!==void 0?m():(0,window.webkitRequestFileSystem)(0,1,function(){i(!1)},function(){i(!0)})}function _(){return Ts(this,void 0,Promise,function(){var y,C;return Is(this,function(N){switch(N.label){case 0:if(!navigator.storage||!navigator.storage.getDirectory)return[3,4];N.label=1;case 1:return N.trys.push([1,3,,4]),[4,navigator.storage.getDirectory()];case 2:return N.sent(),i(!1),[3,4];case 3:return y=N.sent(),typeof(C=y instanceof Error&&typeof y.message=="string"?y.message:String(y))!="string"?(i(!1),[2]):(i(C.includes("Security error")),[2]);case 4:return i(navigator.serviceWorker===void 0),[2]}})})}(function(){return Ts(this,void 0,Promise,function(){return Is(this,function(y){switch(y.label){case 0:return s()!==44?[3,2]:(n="Safari",[4,f()]);case 1:return y.sent(),[3,6];case 2:return s()!==51?[3,3]:(C=navigator.userAgent,n=C.match(/Chrome/)?navigator.brave!==void 0?"Brave":C.match(/Edg/)?"Edge":C.match(/OPR/)?"Opera":"Chrome":"Chromium",d(),[3,6]);case 3:return s()!==25?[3,5]:(n="Firefox",[4,_()]);case 4:return y.sent(),[3,6];case 5:a()?(n="Internet Explorer",i(window.indexedDB===void 0)):r(new Error("detectIncognito cannot determine the browser")),y.label=6;case 6:return[2]}var C})})})().catch(r)})];case 1:return[2,t.sent()]}})})}typeof window<"u"&&(window.detectIncognito=Vp);var G0=Vp,Hy=$p.A,JH=$p.k;var $y=zr(qs()),Vy=async()=>{let t={};try{return await q0(t)}catch(e){return ae(e,"device-properties"),t}},q0=async t=>{let e=window.CooeeSDK.uaParser;z0(t),Y0(t),K0(t),t.referrer=document.referrer,t.host=location.origin,t.path=location.pathname,t.qs=location.search,t.locale=navigator.language,t.display={w:screen.width,h:screen.height,pd:screen.pixelDepth,dpi:X0()},t.win={ow:window.outerWidth,oh:window.outerHeight,iw:window.innerWidth,ih:window.innerHeight,dpr:window.devicePixelRatio},navigator.webdriver&&(t.headless=!0,Mo({headless:!0}));let r=e.getResult();return t.browser=r.browser,t.device=r.device,t.engine=r.engine,t.cpu=r.cpu,t.os=r.os,t.navigatorUA=navigator.userAgent,await Promise.all([Z0(t),J0(t),eT(t)]),t},z0=t=>{let e=navigator;if(!e.deviceMemory)return;let r=e.deviceMemory;t.mem={tot:r*1024}},Y0=t=>{let e=navigator,r=e.connection||e.mozConnection||e.webkitConnection;r?.effectiveType&&(t.net={type:r.effectiveType})},K0=t=>{let e=screen.orientation?.type;e&&(t.orientation=e)},X0=()=>{if(!document.body)return;let t=document.createElement("div");t.setAttribute("style","height: 1in; left: -100%; position: absolute; top: -100%; width: 1in;"),document.body.appendChild(t);let e=window.devicePixelRatio||1,r=t.offsetWidth*e;return document.body.removeChild(t),r},J0=async t=>{try{await Q0(t)}catch(e){b.error("Unable to get location",e)}},Q0=async t=>{if(!(!navigator.geolocation||!navigator.permissions||(await navigator.permissions.query({name:"geolocation"})).state!="granted"))return new Promise(r=>{navigator.geolocation.getCurrentPosition(n=>{t.coords=[n.coords.latitude,n.coords.longitude],r()},()=>r())})},Z0=async t=>{if("getBattery"in navigator)try{let r=await navigator.getBattery();t.bat={l:r.level*100,c:r.charging},Mo({"battery.level":t.bat.l,"battery.charging":t.bat.c})}catch{}},eT=async t=>{try{(await Hy())?.isPrivate&&(t.incognito=!0,Mo({incognito:!0}))}catch(e){$y.default.error("Unable to detect private/incognito window",e)}};var mo=(n=>(n[n.LOW=1]="LOW",n[n.MEDIUM=2]="MEDIUM",n[n.HIGH=3]="HIGH",n))(mo||{});function Wy(t){Gy()}function jy(t){if(!Gy())return;let e=mo[t]?.toLowerCase();e&&(b.verbose(`Sending ${e} intent to MS Clarity`),window.clarity("set","Cooee Intent",e))}function Gy(){return window.clarity&&typeof window.clarity=="function"}var fr=new bs(1),zy="App ID or Shopify shop is not set",Wp="",Bn="",jp="",il;function Yy(t){Wp=t.appID,jp=t.shopifyShop,tT().then(async()=>{fr.next(!0),fr.complete()}).catch(e=>{e?.message?.includes(zy)&&ae(e,"initiate-session",{extra:t}),b.error("Unable to initiate session",e)})}async function Ky(){return await Jy(),il}async function Xy(){let t=Date.now();await ol.request("gen_did",async()=>{Bn=await Ye.get("did"),Bn||(Bn=new vt().toHexString(),await Ye.set("did",Bn)),b.info("Device ID:",Bn),Zy(Bn)}),b.info(`Device ID set/get done in \u23F0 ${Tr(Date.now()-t)}`)}async function qy(){if(il)return;let[t,e,r]=await Promise.all([xt.get("id",""),Ye.get("sessionNumber",1),xt.get("landing",{})]);Qy(t,e,r)}async function tT(){await Jy()}async function Jy(){let t=!1;await nT()?(await rT(),t=!0):await oT()?(await qy(),t=!0):await qy(),t&&await sT()}async function rT(){b.info("Starting new session"),await xt.clear(),b.verbose("Cleared SessionStorage before starting new session");let t=new Date,e=new vt().toHexString(),r=await Ye.get("sessionNumber",0)+1;b.info(`New session number ${r}`);let n=Ys();await Promise.all([Ye.set("sessionNumber",r),xt.set("id",e),xt.set("lastUsedTime",t.getTime()),xt.set("landing",n)]),Qy(e,r,n)}async function nT(){let t=await xt.get("lastUsedTime",0);return t?(new Date().getTime()-t)/1e3>1800:!0}async function oT(){return!await xt.get("synced",!1)}async function iT(){if(!Wp&&!jp)throw new Error(zy);let t=await Vy(),e=jc();return Z(E(E({deviceID:Bn,deviceProps:t,appID:Wp,shopifyShop:jp},il),e),{sdk:js,ad:rl.getAdParams(),occurred:cT(fe().jsLoadTime),properties:{},uuid:await Ye.get("uuid")})}async function sT(){b.info("Ensuring session on server"),await aT();let t=await iT();b.verbose("Request data",t);try{let e=await Kt("/v1/event/validate-session",t);b.info(`Auth finished in \u23F0 ${Tr(e.timeTakenMs)}`),Ri("/v1/event/validate-session"),await xt.set("synced",!0),e.data.deviceID&&(await Ye.set("did",Bn),Zy(e.data.deviceID))}catch(e){throw b.error(e),e}}async function aT(){let t=await Ye.get("firstSeen"),e=t?new Date(t):new Date;t||await Ye.set("firstSeen",e.toISOString()),tv(e),$a("Visitor Info",{first_seen:e.toISOString()})}function Qy(t,e,r){Mo({"cooee_session.number":e}),$a("Visitor Session",{id:t,number:e,landing_page:r}),b.info(`Session number: ${e}, id: ${t}`),il={sessionID:t,sessionNumber:e,landingPage:r}}function Zy(t){Wy(t),ev(t);let e=`device_id_${Math.floor(Math.random()*1e4)}`;$a("Visitor Info",{device_id:t,[e]:t}),wh({id:t})}function cT(t){return(new Date().getTime()-t.getTime())/1e3>1800?new Date:t}var lT="2024-10",uT=`/api/${lT}/graphql.json`,rv={"Content-Type":"application/json"};async function sl(t,e,r,n){let o=je.get().storefrontToken;if(!o)throw new Error("Storefront token not set for the store");let i=new Headers(rv);i.append("X-Shopify-Storefront-Access-Token",o);let s=JSON.stringify({query:t,variables:e});try{return await Jr(uT,{method:"POST",headers:i,body:s})}catch(a){throw ae(a,r,{engagementTrigger:n}),a}}function ho(t,e){return fT(ic(t),e)}async function fT(t,e){let r={body:JSON.stringify(e),method:"POST",headers:rv};return Jr(t,r)}var Gp=new nl;function nv(){pT().catch(t=>{b.error("Fail to add attributes in cart",t)})}async function pT(){await Gp.acquire();let t=me.getCurrent(),e=await _f();if(t.attributes?.letscooee_did===e.letscooee_did&&t.attributes?.letscooee_sn===e.letscooee_sn){b.verbose("Not calling Shopify update.js API.","Current attributes:",t.attributes),Gp.release();return}try{let r=await ho("/cart/update.js",{attributes:e});b.verbose("Updated cart attributes",JSON.stringify(r.data)),t.update(r.data)}catch(r){b.error("Failed to add cart attributes",r)}Gp.release()}function ov(){document.onvisibilitychange=()=>{document.visibilityState==="visible"?mT():document.visibilityState==="hidden"&&dT()}}async function mT(){}async function dT(){let t=await hT();if(t===0){b.info("Not sending duration as user was inactive on website");return}sv(t)}async function hT(){let t=fe();return t.inInactive?0:(t.inInactive=!0,t.lastEnterInactive=new Date,Math.max(t.lastEnterInactive.getTime()-t.lastEnterActive.getTime(),0))}function iv(){let t=fe();return t.inInactive?(t.inInactive=!1,t.lastEnterActive=new Date,Math.max((t.lastEnterActive.getTime()-t.lastEnterInactive.getTime())/1e3,0)):0}function Wr(){return window.CooeeSDK?.uaParser.getDevice().type==="mobile"}function go(t,e){Object.assign(t.style,e)}function re(t,e,r){if(e){if(!r){t.style.removeProperty(e);return}t.style.setProperty(e,r,"important")}}function qp(t){if(!t)return!1;if(t.tagName.toLowerCase()==="cart-drawer"&&t.hasAttribute("open"))return!0;let r=t.getBoundingClientRect(),n=(window.innerHeight||document.documentElement.clientHeight)+.5,o=(window.innerWidth||document.documentElement.clientWidth)+.5,i=getComputedStyle(t);if(i.display==="none"||i.visibility==="hidden"||parseFloat(i.opacity)===0||t.hidden||!(t.offsetWidth>0||t.offsetHeight>0||t.getClientRects().length>0))return!1;let f=Math.max(0,Math.min(r.right,o)-Math.max(r.left,0)),m=Math.max(0,Math.min(r.bottom,n)-Math.max(r.top,0)),d=f*m,_=r.width*r.height;if(!(_>0&&d/_>=.1))return!1;let C=r.top<=n&&r.bottom>=0,N=r.left<=o&&r.right>=0,A=C&&N,B=i.transform.match(/matrix\(([^)]+)\)/),q=0,P=0;if(B){let _e=B[1].split(", ").map(parseFloat);q=_e[4],P=_e[5]}let Q=q+r.left>o||q+r.right<0||P+r.top>n||P+r.bottom<0;return A||!Q}var av=t=>new Promise((e,r)=>{let n=new Image;n.onload=()=>{e({width:n.width,height:n.height})},n.onerror=r,n.src=t,n.style.display="none"});var al=class{loadedFonts=[];async loadAllFonts(e){e.elems?.forEach(r=>{r instanceof Br&&this.loadFamily(r.typography?.fam)})}async loadFamily(e){if(!e?.fonts||this.loadedFonts.indexOf(e.name)>-1)return;let r=[];e.fonts.forEach(o=>{if(o.url){let i=new FontFace("cooee"+e.name,o.getURL(),o.getFontDescriptor());r.push(i.load())}}),this.loadedFonts.push(e.name),(await Promise.all(r)).forEach(o=>{document.fonts.add(o)})}};var dv=zr(qs());var lv=new zt,uv=new zt;function fv(){return uv.asObservable()}function cl(){lv.next()}lv.pipe(Yt(100)).subscribe(_T.bind(void 0));function pv(){cl(),gT(),yT()}function gT(){let t=window.XMLHttpRequest.prototype.send;window.XMLHttpRequest.prototype.send=function(){return this.addEventListener("load",function(){mv(this._url).catch(e=>b.error("Unable to process cart change in XMLHttpRequest",e))}),t.apply(this,arguments)},b.verbose("Securely overwritten window.XMLHttpRequest.send method")}function yT(){let t=window.fetch;try{window.fetch=async function(e,r){return t(e,r).then(n=>{let o="";try{o=typeof e=="string"||e instanceof URL?e.toString():e?.url??n?.url??""}catch{}return mv(o).catch(i=>b.error("Unable to process cart change in fetch",i)),n})},b.verbose("Securely overwritten window.fetch method")}catch(e){console.warn("Fail to override fetch.",`Cooee won't be able to track "Add To Cart" and "Remove From Cart" KPI.`),b.error(e)}}async function mv(t){vT(t)&&cl()}function vT(t){return/\/cart\/(add|change|update|clear)/.test(t)}function ET(t,e){let r=t?.items,n=e.items,o=[],i=[];if(b.verbose(`Comparing cart change with old count ${r?.length} to new count ${n.length}`),n?.forEach(s=>{let a=r?.find(l=>l.vID===s.vID);if(a){if(a.quantity!==s.quantity){let l=a.quantity<s.quantity,f=Math.abs(a.quantity-s.quantity),m=Z(E({},s),{quantity:f});l?o.push(m):i.push(m)}r&&Ih(r,a)}else o.push(s)}),r)for(let s of r)i.push(s);b.verbose(`Cart delta: added: ${o.length}, removed: ${i.length}`),o.length&&cv("Add To Cart",{items:o}),i.length&&t.token===e.token&&cv("Remove From Cart",{items:i}),(i.length||o.length)&&uv.next({itemsAdded:o,itemsRemoved:i,cart:e})}function cv(t,e){let r=new Ce(t,e);It(r)}async function _T(){let t=await Ye.get("cart",{}),e=await me.getCurrent().getNormalisedCart(!0);ET(t,e)}var Je=class t{static cartDrawerToggle$=new Es({open:!1,firstOpen:!1});static DEFAULT_SELECTOR="cart-drawer";static _instance;inShadow=!1;cartDrawerElement;cartDrawerShadowElement;configWebsite=je.get().website??{};currentState=!1;mutationSubscription;mutationObserver;firstOpen=!0;selector;shadowParentElementSelector;clickEventListener;refreshUIEventListener;iconSelector=['button[drawer-to-open="cart-drawer"]','a[href="/cart"]',".header__icon--cart","#cart-icon-bubble",".cart-icon-bubble",".cart-count",'a[onclick*="handleFloCartBtn"]'].join(",");cartSelector=[t.DEFAULT_SELECTOR,"#halo-cart-sidebar",'[role="dialog"][class*="cart" i]','[id*="section-cart" i]',"#sidebar-cart","#rebuy-cart","#mini-cart","#flo-cart-wrapper","#drawer-cart","#UpcartPopupBackDrop",'[id$="CartDrawer" i]'].join(",");constructor(){this.initialize(),this.refreshUIEventListener=this.updateBubble.bind(this),this.clickEventListener=this.manualCartIconClicked.bind(this),document.addEventListener("letscooee:outbound:refresh-ui",this.refreshUIEventListener),document.addEventListener("click",this.clickEventListener,{capture:!0,passive:!0})}get element(){return this.cartDrawerElement}static get(){return t._instance||(t._instance=new t),t._instance}static initialize(){t.get()}isOpen(){if(window.cooeeIsCartDrawerVisible)return window.cooeeIsCartDrawerVisible();if(this.cartDrawerElement?.id==="rebuy-cart")return!!window.Rebuy?.SmartCart?.visible;let e=this.inShadow?this.isPresent():qp(this.cartDrawerElement);return b.info(`Cart drawer is currently ${e?"open":"close"}`),e}open(){if(this.isOpen()){b.log("Drawer is already open");return}document.dispatchEvent(new CustomEvent("letscooee:outbound:open-cart"));let e=document.querySelector(this.iconSelector);if(!e){b.verbose("No clickable cart icon found with selector",this.iconSelector);return}e.click()}isShopifyDefaultDrawer(){return this.element?.tagName.toLowerCase()===t.DEFAULT_SELECTOR}isMiniCart(){return this.isShopifyDefaultDrawer()&&this.element?.id==="mini-cart"}refreshUI(e,r=!0){if(window.cooeeUpdateCartDrawer)try{window.cooeeUpdateCartDrawer(e)}catch(n){ae(n,"execute-cooeeUpdateCartDrawer")}else if(this.isMiniCart()&&this.element?._rerenderCart)this.element._rerenderCart({detail:{cart:e}});else if(window.MinimogTheme?.Cart?.renderNewCart)window.MinimogTheme.Cart.renderNewCart();else if(this.isShopifyDefaultDrawer()&&this.element?.renderContents&&e)this.element.classList.remove("is-empty"),this.element.renderContents?.(e);else if(this.element?.onCartDrawerUpdate)this.element.onCartDrawerUpdate();else if(window.cartGiftUpdate){if(!e?.items?.[0])return;let n=e.items[0].id,o=e.items[0].quantity,i=e.items[0].price;window.cartGiftUpdate(n,i,o,"","ADD_TO_CART")}else if(window.icartCartActivityEvent)window.icartCartActivityEvent();else if(window.theme?.CartDrawer&&typeof window.theme?.CartDrawer=="function")window.theme?.CartDrawer.init?new window.theme.CartDrawer().init():new window.theme.CartDrawer;else if(window.Hs_CartDrawer?.updateSlideCart)window.Hs_CartDrawer.updateSlideCart();else if(window.theme?.fetch_side_cart)window.theme.fetch_side_cart();else if(window.theme?.Cart?.updateCart)window.theme.Cart.updateCart();else if(window.cartUpdate)window.cartUpdate();else if(this.element?._onCartRefresh)this.element._onCartRefresh();else if(window.cart?.getCart)window.cart.getCart();else if(this.element?.tagName?.toLowerCase()==="cart-drawer-component")document.dispatchEvent(new CustomEvent("action:cart:updateCartandShowCart"));else if(this.element?.id==="sidebar-cart")document.body.dispatchEvent(new CustomEvent("cart:refresh",{bubbles:!0,detail:{}}));else if(this.element?.id==="quick-cart"){let n=document.querySelector('a[href="/cart"]');n&&n.click()}else window.Shopify?.KT_onItemAdded?window.Shopify.KT_onItemAdded():window.sideCart?.updateCart?window.sideCart.updateCart():window.SLIDECART_UPDATE?(window.SLIDECART_UPDATE(),window.SLIDECART_OPEN?.()):window.refreshCart?me.getCurrent().getNormalisedCart(!0).then(()=>{window.refreshCart(me.getCurrent())}):window.OPEN_CART?window.OPEN_CART():window.updateCart?window.updateCart():window.sjRefreshCart?window.sjRefreshCart():window.CartJS?.getCart?window.CartJS?.getCart():window.updateCartItemJS?window.updateCartItemJS(1,e?.items?.[0]?.id+""):(b.info("No method found to update the cart drawer. Blindly firing some events to try"),document.dispatchEvent(new CustomEvent("cart:refresh",{bubbles:!0})));document.dispatchEvent(new CustomEvent("letscooee:outbound:refresh-ui",{detail:{responseJSON:e,currentCart:me.getCurrent()}})),r&&cl()}async initialize(){let e=this.configWebsite.cartDrawerSelector;if(!e){await this.findCartDrawer();return}let r=e.split(":shadow");r.length===1?(this.selector=r[0],await this.findCartDrawer()):(this.inShadow=!0,this.shadowParentElementSelector=r[0]?.trim(),this.selector=r[1]?.trim(),await this.findCartDrawerWithShadow())}async findCartDrawer(){if(!ts())return;let e=this.selector||this.cartSelector;if(this.cartDrawerElement=await Sn(e),!this.cartDrawerElement){dv.default.warn("Max attempts exhausted to find cart drawer");return}b.verbose("Found",this.cartDrawerElement,`from selector: ${e}`),this.createMutationObservers()}async findCartDrawerWithShadow(){if(!this.shadowParentElementSelector)return;let r=(await Sn(this.shadowParentElementSelector))?.shadowRoot;r?.mode==="open"&&(this.cartDrawerShadowElement=r,this.createMutationObservers())}createMutationObservers(){!this.cartDrawerElement&&!this.cartDrawerShadowElement||this.watchForCartToggle()}watchForCartToggle(){let e=this.cartDrawerElement||this.cartDrawerShadowElement,r=new zt;this.mutationObserver=new MutationObserver(()=>{r.next()}),this.mutationObserver.observe(e,{attributes:!0,subtree:!0,childList:this.inShadow}),this.mutationSubscription=r.pipe(Fp(800,void 0,{leading:!1,trailing:!0})).subscribe(()=>{let n=this.isOpen();this.currentState!==n&&(this.currentState=n,t.cartDrawerToggle$.next({open:n,firstOpen:this.firstOpen}),this.firstOpen&&(this.firstOpen=!1))})}isPresent(){if(!this.selector||!this.cartDrawerShadowElement)return!1;let e=this.cartDrawerShadowElement.querySelector(this.selector);return e?qp(e):!1}async updateBubble(){let e=(await me.getCurrent().getNormalisedCart(!0)).itemCount,r=document.querySelector(".cart-link__bubble");r&&(r.innerText=e+"")}manualCartIconClicked(e){!e.target.closest(this.iconSelector)||!e.isTrusted||window.CooeeSDK.events.push(["Open Cart"])}};var vi=class{constructor(e){this.scalingFactor=e}getLayoutStyles(e){if(!e)return{display:"block"};let r={display:e.disp};return e.of&&(r.objectFit=e.of),e.pos==="absolute"&&(r.width="auto !important",r.position="absolute",r.right=e.right+"px",r.left=e.left+"px",r.top=e.top+"px",r.bottom=e.bottom+"px"),r}getSizeStyles(e){let r={};return e?.w&&(r.width=e.w),e?.h&&(r.height=e.h),e?.maxW&&(r.maxWidth=e.maxW),e?.maxH&&(r.maxHeight=e.maxH),e?.minW&&(r.minWidth=e.minW),e?.minH&&(r.minHeight=e.minH),r}getBorderStyles(e){if(!e)return{};let r={};return e.radius&&e.radius>0&&(r.borderRadius=this.getSizePx(e.radius)),e.width&&e.width>0&&(r.borderWidth=this.getSizePx(e.width),r.borderStyle=e.style?.toLowerCase(),e.color?this.getColourStyles(e.color,"border-color",r):r.borderColor="black"),r}getFlexStyles(e){return e?{gap:e.gap+"px",flexWrap:e.wrap,flexDirection:e.dir,justifyContent:e.jc,alignItems:e.ai,width:"100%"}:{}}getSpaceStyles(e){let r={};return e?(r.paddingTop=this.getSizePx(e.pt),r.paddingBottom=this.getSizePx(e.pb),r.paddingLeft=this.getSizePx(e.pl),r.paddingRight=this.getSizePx(e.pr),r.marginTop=this.getSizePx(e.mt),r.marginBottom=this.getSizePx(e.mb),r.marginLeft=e.cent?"auto":this.getSizePx(e.ml),r.marginRight=e.cent?"auto":this.getSizePx(e.mr),r):(r.margin="0 !important",r.padding="unset",r)}getBackgroundStyles(e){if(!e)return{};let r={};if(e.glossy){let n="backdrop-filter",o="-webkit-"+n,i=`blur(${e.glossy.radius}px)`;if(!CSS.supports(o,i)&&!CSS.supports(n,i))return{background:e.glossy.fallback.rgba};if(r[o]=i,r[n]=i,e.glossy.color)return this.getColourStyles(e.glossy.color,"background",r)}else if(e.solid){if(e.solid.grad)return this.getGradientStyles(e.solid.grad,"background",r);if(e.solid.hex)return{backgroundColor:e.solid.rgba}}else if(e.img){if(!e.img.src)return{};let n=(e.img.a??0)/100;r.background=`linear-gradient(rgba(0, 0, 0, ${n}), rgba(0, 0, 0, ${n})),url("${e.img.src}") no-repeat center`,r.backgroundSize="cover",e.img.a&&(r["-webkit-backdrop-filter"]=`opacity(${e.img.a})`,r.backdropFilter=`opacity(${e.img.a})`)}return r}getGradientStyles(e,r,n){if(n??={},e.type==="LINEAR"){let o=`linear-gradient(${e.ang}deg, ${e.c1}, ${e.c2}`;e.c3&&(o+=`, ${e.c3}`),o+=")",n[r]=o}return n}getColourStyles(e,r="color",n){return n??={},e?e.grad?this.getGradientStyles(e.grad,r,n):(e.hex&&(n[r]=e.rgba),n):n}getSizePx(e){return this.getScaledSize(e)+"px"}getScaledSize(e){return(e??0)*this.scalingFactor}};var bT=`
29
29
  mutation cartDiscountCodesUpdate($cartId: ID!, $discountCodes: [String!]) {
30
30
  cartDiscountCodesUpdate(cartId: $cartId, discountCodes: $discountCodes) {
31
31
  cart {
@@ -37,7 +37,7 @@ mutation cartDiscountCodesUpdate($cartId: ID!, $discountCodes: [String!]) {
37
37
  }
38
38
  }
39
39
  }
40
- `,Un=class{static navigate(e,r,n){let o=`${location.origin}/discount/${e}`;switch(b.log(`Applying discount code ${e}`,r,n),r){case Qt.CART_PAGE:location.href=`${o}?redirect=/cart`;break;case Qt.CART_DRAWER:location.href=`${o}?redirect=${location.pathname}#open-cart-drawer=1`;break;case Qt.SHOPIFY_CHECKOUT:location.href=`${o}?redirect=/checkout`;break;case Qt.THIRD_PARTY_CHECKOUT:this.checkThirdPartyMethods(`${o}?redirect=/cart#initiate-checkout=1`);break;default:location.href=`${o}?redirect=${n||location.pathname}`}}static navigateWithoutDiscount(e,r){let n=Je.get();switch(e){case Qt.CART_PAGE:location.href="/cart";break;case Qt.SHOPIFY_CHECKOUT:location.href="/checkout";break;case Qt.THIRD_PARTY_CHECKOUT:this.checkThirdPartyMethods("/cart#initiate-checkout=1");break;case Qt.CART_DRAWER:{n.open();break}}r&&n.refreshUI(r)}static async applyWithStorefront(e){let r={cartId:`gid://shopify/Cart/${me.getCurrent().token}`,discountCodes:e};b.verbose(`Applying ${e.length} coupons on cart`),await nl(mT,r,"storefront-apply-discount")}static checkThirdPartyMethods(e){window.triggerGokwikCustomCheckout?window.triggerGokwikCustomCheckout():window.shiprocketCheckoutEvents?.buyCart?window.shiprocketCheckoutEvents.buyCart():window.openCheckout?window.openCheckout():window.handleFloCheckoutBtn?window.handleFloCheckoutBtn():window.openRzpCheckout?window.openRzpCheckout():location.href=e}};var fv=zr(kf());var dT=`
40
+ `,Un=class{static navigate(e,r,n){let o=`${location.origin}/discount/${e}`;switch(b.log(`Applying discount code ${e}`,r,n),r){case Zt.CART_PAGE:location.href=`${o}?redirect=/cart`;break;case Zt.CART_DRAWER:location.href=`${o}?redirect=${location.pathname}#open-cart-drawer=1`;break;case Zt.SHOPIFY_CHECKOUT:location.href=`${o}?redirect=/checkout`;break;case Zt.THIRD_PARTY_CHECKOUT:this.checkThirdPartyMethods(`${o}?redirect=/cart#initiate-checkout=1`);break;default:location.href=`${o}?redirect=${n||location.pathname}`}}static navigateWithoutDiscount(e,r){let n=Je.get();switch(e){case Zt.CART_PAGE:location.href="/cart";break;case Zt.SHOPIFY_CHECKOUT:location.href="/checkout";break;case Zt.THIRD_PARTY_CHECKOUT:this.checkThirdPartyMethods("/cart#initiate-checkout=1");break;case Zt.CART_DRAWER:{n.open();break}}r&&n.refreshUI(r)}static async applyWithStorefront(e){let r={cartId:`gid://shopify/Cart/${me.getCurrent().token}`,discountCodes:e};b.verbose(`Applying ${e.length} coupons on cart`),await sl(bT,r,"storefront-apply-discount")}static checkThirdPartyMethods(e){window.triggerGokwikCustomCheckout?window.triggerGokwikCustomCheckout():window.shiprocketCheckoutEvents?.buyCart?window.shiprocketCheckoutEvents.buyCart():window.openCheckout?window.openCheckout():window.handleFloCheckoutBtn?window.handleFloCheckoutBtn():window.openRzpCheckout?window.openRzpCheckout():location.href=e}};var Ev=zr($f());var zp=new Map,ll=async t=>{for(let i of t.items)if(window.cooeeManipulateProduct)try{window.cooeeManipulateProduct(i,t)}catch(s){b.error(s)}if(t.isCartEmbed()&&!t.isSubscriptionUpsell()){let s=(await me.getCurrent().getNormalisedCart()).items.map(a=>a.mID);t.items=t.items.filter(a=>!s.includes(a.mID))}if(t.items=hv(t),je.get().currencyCount<=1)return t.items;if(t.isShoppableVideo())return await wT(t.content.videoConfig,t),t.items;let e=t.items.length,r=t.items.map(i=>gv(i,t)),o=(await Promise.all(r)).filter(i=>i!=null);if(e&&!o.length){let i="Failed to fetch any product from Ajax API",s=new Ce("CE Campaign Failed",{reason:i,currency:t.currency},t);throw Mt(s),new Error(i)}return hv(t,o)},hv=(t,e=t.items)=>{if(!t.isCartRecovery())return e;let r=me.getCurrent().items,n=[];for(let o of e)for(let i of o.vars){if(!i.isAvailable)continue;let s=r.find(f=>f.variant_id.toString()===i.mID);if(!s)continue;let a=new ht(o);a.name=s.title;let l=new Mr(i);l.name=s.variant_title,l.price.d=s.discounted_price/100,a.variants=[l],n.push(a)}return n},wT=async(t,e)=>{await Promise.all(t.videos.map(async r=>{r.items=await Promise.all(r.items.map(async n=>{let o=await gv(n,e);return o||n}))}))},gv=async(t,e)=>{if(zp.has(t.mID))return zp.get(t.mID);let r,n=`/products/${t.slug}.js`;try{r=(await Jr(n)).data}catch(o){return o instanceof tr&&o.response?.status===404||ae(o,"fetch-shopify-product",{extra:{item:t,path:n},engagementTrigger:e}),null}return r?ST(t,r):(b.error("Item not found after AJAX call for:",t),null)},ST=(t,e)=>{if(!t||!e)return t;t.name=e.title,t.tags=e.tags,t.slug=e.handle;let r=t.selectedOrFirstVariant.value;return t.vars.map(n=>{let o=e.variants.find(i=>i.id===+n.mID);o!=null&&(n.name=o.title,n.isAvailable=o.available,n.price.d=o.price?o.price/100:o.price,n.price.effective=n.price.d,n.price.cmp=o.compare_at_price?o.compare_at_price/100:o.compare_at_price,+r.mID===o.id&&(r.effectivePrice.value=n.price.d))}),zp.set(t.mID,t),t};var xs=t=>{let e=t instanceof ht?t.selectedOrFirstVariant.value.mID:t.vID,r=t instanceof ht?t.selectedOrFirstVariant.value.name:t.vName;return{product_id:t.mID,product_name:t.name,variant_id:e,variant_name:r}};var yv=zr(qs());var fn=class{constructor(e){this.triggerContext=e}async execute(e){let r=fe().currentItem,n=e.clickAction;if(!n)return;let o=e.item,i=this.triggerContext,s=new Ei,a=i.triggerData.redirectBehaviour,l=!!i.triggerData.discount?.type&&!!n?.applyDiscount,f={selectedVariants:i.triggerData.nonMutableItems.map(A=>({itemMID:A.mID,mID:A.selectedOrFirstVariant.value.mID,variantID:A.selectedOrFirstVariant.value.mID})),eID:i.triggerData.engagementID,cID:i.triggerData.contentID},m="",d=[],_=[];if(o?_=[o.toEmbed()]:e.embeddedItem&&(_=[e.embeddedItem]),n.at===Ee.ADD_BUNDLE){let A=i.selectedItems;if(_=e.embeddedItems??A.map(B=>B.toEmbed()),i.shouldGiveFBTDiscount||e.embeddedItems?.length){let B;e.embeddedItems?B=e.embeddedItems.map(P=>({itemMID:P.mID,mID:P.vID,variantID:P.vID,quantity:P.quantity})):B=A.map(P=>({itemMID:P.mID,mID:P.selectedOrFirstVariant.value.mID,variantID:P.selectedOrFirstVariant.value.mID}));let q=i.triggerData.bundleFrom;i.triggerData.isBundleOnCartDrawer()&&q&&(B.push({itemMID:q.mID,mID:q.selectedOrFirstVariant.value.mID,isPrimary:!0}),_.unshift(q.toEmbed())),f.selectedVariants=B,i.triggerData.isBundleOnPDP()&&f.selectedVariants.forEach(P=>{P.mID===r.vID&&(P.isPrimary=!0)})}else f=void 0;d=e.embeddedItems??A}else if(n.at===Ee.INITIATE_CHECKOUT){let A=await me.getCurrent().getNormalisedCart();_=A.items,f.selectedVariants=A.items.map(B=>({itemMID:B.mID,mID:B.vID}))}else if(n.at===Ee.ADD_TO_CART)d=o?[o]:[e.embeddedItem];else if(n.at===Ee.QUICK_VIEW){window.cooeeShowQuickItem(this.triggerContext,o),this.sendTriggerClicked(_,{from:"button"},e.video);return}else if(n.at===Ee.GO_TO_PRODUCT)m=o?Wo("/products/"+o.slug):e.embeddedItem?.link;else if(n.at===Ee.GO_TO_URL){let A=Uo(n.gu?.u);window.CooeeSDK.allowExternalURL?A&&(m=A.href):A&&(m=A.pathname+A.search+A.hash)}else if(n.at===Ee.UPGRADE_TO_SUBSCRIPTION){let A=await s.upgradeToSubscription(o,i.triggerData);this.triggerContext.triggerData.skipSubscribedItems&&this.triggerContext.renderer.destroy(),Je.get().refreshUI(A)}else if(n.at===Ee.GO_TO_COLLECTION){let A=this.triggerContext.triggerData.collections?.[0];A&&(m="collections/"+A.handle)}if(this.sendTriggerClicked(_,{from:"button"},e.video),b.verbose({redirectPath:m,redirectBehaviour:a,hasDiscount:l}),!l&&m){Cs(n.at,{redirectTo:m}),location.href=m;return}let y,C=!1;try{y=await this.getOrGenerateDiscountCode(f),b.verbose("Discount code (if any) to apply",y)}catch(A){if(!this.triggerContext.triggerData.isBYOB()){yv.default.error("Unable to get a discount code",A);return}}if(y&&n.at===Ee.COPY_COUPON_CODE)await s.copyDiscountCode(y);else if(n.at===Ee.BUY_NOW){let A=await s.createNewCart(r,y,i.triggerData);A&&(Cs(n.at,{products:[xs(r)],redirectTo:A}),location.href=A);return}try{y&&await Un.applyWithStorefront([y])}catch(A){b.error(A),C=!0}let N;if(d?.length&&(N=await s.addToCart(d,i.triggerData)),Cs(n.at,{products:d.map(xs),redirectTo:m,discountCode:y}),C&&y){Un.navigate(y,a,m);return}if(m){location.href=m;return}Un.navigateWithoutDiscount(a,N)}sendTriggerClicked(e,r,n){let o=new Ce("CE Trigger Clicked",r,this.triggerContext.triggerData);o.items=e,o.setVideos(n),Mt(o)}async getOrGenerateDiscountCode(e){let r=this.triggerContext.triggerData.discount;if(!r?.type)return;let n="";if(r.type===Qt.STATIC){if(!r.code)throw bh("No discount code found","warning",{triggerContext:this.triggerContext}),new Error("No discount code found");return r.code}if(e){if(n=await TT(e,this.triggerContext),!n)throw b.error("No discount code found",e),new Error("Discount code not found or generated");return n}}};function Cs(t,e){document.dispatchEvent(new CustomEvent("letscooee:outbound:cta-executed",{detail:E({action:Ee[t]},e)}))}async function TT(t,e){try{return(await vv(t)).data.code}catch(r){throw Er("Failed to generate a discount code"),ae(r,"backend-generate-discount",{triggerContext:e}),r}}var IT=`
41
41
  mutation cartCreate($input: CartInput) {
42
42
  cartCreate(input: $input) {
43
43
  cart {
@@ -50,14 +50,14 @@ mutation cartDiscountCodesUpdate($cartId: ID!, $discountCodes: [String!]) {
50
50
  }
51
51
  }
52
52
  }
53
- `;function pv(t){let e=Je.get();if(window.cooeeGetCartSections&&typeof window.cooeeGetCartSections=="function")try{return{sections_url:window.location.pathname,sections:window.cooeeGetCartSections()}}catch(r){ae(r,"execute-cooeeGetCartSections",{engagementTrigger:t})}else{if(e.isMiniCart())return{sections:["mini-cart"]};if(e.isShopifyDefaultDrawer())return{sections:e.element.getSectionsToRender?.().map((r=>r.section??r.id))}}return{}}async function mv(t,e){if(!_t.hasKeys(t)){b.warn("No update fields provided");return}let r=pv(e),n=E(E({},t),r);try{let o=await ho("/cart/update.js",n);return b.log("Updated cart",t),me.getCurrent().update(o.data),o.data}catch(o){ae(o,"cart-update"),Er("Failed to update item in cart")}}var Ei=class{async addToCart(e,r){if(!e.length)return;let n=e.map(s=>{let{vID:a,vName:l,quantity:f}=this.getVariantDetails(s),m=r.getPrivateAttributesForLineItem();if(_t.hasKeys(window.CooeeSDK.customItemProperties)){let d={name:l},_={templateSuffix:s.templateSuffix},y=fv.render(JSON.stringify(window.CooeeSDK.customItemProperties),{variant:d,product:_});m=E(E({},JSON.parse(y)),m)}return{id:a?+a:+s.mID,quantity:f,properties:m}}),o=pv(r),i=E({items:n},o);try{let s=await ho("/cart/add.js",i);return b.log(`Added ${e.length} items to Cart`),Er("Product added to your cart"),s.data}catch(s){ae(s,"cart-item-add",{engagementTrigger:r});let a=["Failed to add product in cart."];if(s instanceof er&&s.is40x()&&s.responseText){let l=s.responseText;l.description&&a.push(`Reason: ${l.description}`)}a.push("Please try again later."),Er(a.join(" "))}}async copyDiscountCode(e){if(e)try{await navigator.clipboard.writeText(e),b.log(`Code-${e} copied`),Er("Discount code copied")}catch(r){b.error("Failed to copy code",r)}}getProductURL(e){if(!e?.link)return;let r=og(e.link);if(r)return Wo("/products/"+r)}async upgradeToSubscription(e,r){if(!e){b.warn("Trying to upgrade to subscription with no item");return}let n=await me.getCurrent().getNormalisedCart(),o=e.selectedOrFirstVariant.value,i=n.items.findIndex(l=>l.vID===o.mID),s=o.selectedSellingPlan.value,a={line:i+1,selling_plan:s?.mID||null,properties:r.getPrivateAttributesForLineItem()};try{let l=await ho("/cart/change.js",a);return b.log(`Upgraded ${e} selling plan`),Er("Line item updated"),me.getCurrent().update(l.data),l.data}catch(l){ae(l,"cart-switch-subscription",{engagementTrigger:r}),Er("Failed to update subscription")}}async createNewCart(e,r,n){if(!e?.vID){b.error("No variant ID found to perform Buy now",e);return}let o=r?[r]:[],i=[{merchandiseId:`gid://shopify/ProductVariant/${e.vID}`,quantity:1,attributes:n.getKVFormatPrivateAttributesForLineItem()}],s=await $a("Buy Now");return(await nl(dT,{input:{lines:i,discountCodes:o,attributes:s}},"storefront-create-cart")).data.data?.cartCreate?.cart?.checkoutUrl}async process(e){let r=e.clickAction,n=e.items,o=e.triggerData,i;if(r.at){let s=r;if(b.log(`Performing ${JSON.stringify(s)} action`),s.at===be.GO_TO_PRODUCT)i=this.getProductURL(n[0]);else if(s.at===be.ADD_TO_CART)n?.length&&await this.addToCart(n,o);else if(s.at===be.COPY_COUPON_CODE)await this.copyDiscountCode(o.discount?.code);else if(s.at===be.OPEN_CART)Je.get().open();else if(s.at===be.GO_TO_COLLECTION){let a=e.collections;if(!a?.length)return;i=Wo("/collections/"+a[0].handle)}}r.applyDiscount&&o.discount?.code?Un.navigate(o.discount.code,o.redirectBehaviour,i):i&&(location.pathname=i)}getVariantDetails(e){let r,n,o;if(e instanceof Dt)r=e.vID,n=e.vName,o=e.quantity??1;else{if(!e.vars?.length)return{};r=e.selectedOrFirstVariant.value.mID,n=e.selectedOrFirstVariant.value.name,o=1}return{vID:r,quantity:o,vName:n}}};async function dv(t,e){if(!_t.hasKeys(e)){b.warn("No update fields provided");return}let r=E({id:t.key},e);try{let n=await ho("/cart/change.js",r);b.log("Updated line-item",t),me.getCurrent().update(n.data)}catch(n){ae(n,"cart-item-update")}}var sl=class{static updateIdentity(e){if(!this.isInstalled())return;let r={};e.email&&(r.email=e.email),e.mobile&&(r.phone_number=e.mobile),b.verbose("Sending email/mobile to Klaviyo"),window.klaviyo.push(["identify",r])}static isInstalled(){return window.klaviyo&&typeof window.klaviyo=="object"}};var al=class{action;triggerContext;constructor(e,r){this.action=e,this.triggerContext=r}async execute(){let e=this.containsCTA()?"CE Trigger Clicked":"CE Trigger Closed";switch(this.action.at!==be.SUBMIT_FORM&&await this.closeTriggerAndSendEvent(e),this.action.at){case be.ACCEPT_POPUP:break;case be.GO_TO_URL:this.gotoURLAction();break;case be.SHARE:this.shareAction();break;case be.SUBMIT_FORM:await this.collectFormData();break;case void 0:case be.OPEN_CART:break;default:b.error("Received an invalid ClickActionType: ",this.action.at);return}}externalAction(){this.action.ext?.u&&window.open(this.action.ext.u,"_blank")?.focus()}gotoURLAction(){if(this.action.gu?.u){let e=this.action.gu.u;Uo(e)||(e=`//${e}`),window.open(e,"_self")}}async closeTriggerAndSendEvent(e,r){this.triggerContext.closeInApp(e,r),await this.dispatchEvent()}shareAction(){if(!this.action.share)return;if(!navigator.share){b.warn("Navigator.share is not compatible with this browser");return}navigator.share({text:this.action.share.text,title:"Share"}).then(r=>console.log(r)).catch(r=>console.error(r))}containsCTA(){return this.action.at&&this.action.at!==be.REJECT_POPUP?!0:!(this.isEmpty(this.action.custKV)&&this.isEmpty(this.action.up))}isEmpty(e){return e?Object.keys(e).length===0:!0}async collectFormData(){let e={};for(let r of this.triggerContext.inputs){if(!r.isValid)return;let o=document.getElementById(r.id).value;r.type===51?e.email=o:r.type===52&&(e.mobile=o)}await this.closeTriggerAndSendEvent("CE Form Submitted",{form:e}),this.action.applyDiscount&&Er("Coupon applied on cart"),sl.updateIdentity(e)}async dispatchEvent(){let e=this.triggerContext.triggerData,r={clickAction:this.action,items:this.triggerContext.selectedEmbeddedItems??e.embeddedItems??e.items,collections:e.collections,triggerData:e};await new Ei().process(r);let n={action:this.containsCTA()?"CLICKED":"CLOSED"};document.dispatchEvent(new CustomEvent("letscooee:outbound:popup-activities",{detail:n}))}};var fr=class{renderer=kn.get();parentHTMLEl;inappElement;inappHTMLEl;triggerContext;stylesConverter;scalingFactor;constructor(e,r,n){this.parentHTMLEl=e,this.inappElement=r,this.triggerContext=n,this.stylesConverter=new vi(this.renderer.getScalingFactor())}getHTMLElement(){return this.inappHTMLEl}insertElement(){this.parentHTMLEl.appendChild(this.inappHTMLEl)}processCommonBlocks(){this.processWidthAndHeight(),this.processPositionBlock(),this.processTransformBlock(),this.processTransparency(),this.processShadow(),this.registerAction();let e=Z(E(E(E(E({},this.getDisplayStyles()),this.getSpaceStyles()),this.getBorderStyles()),this.getBackgroundStyles()),{boxSizing:"border-box",outline:"none"});go(this.inappHTMLEl,e)}getDisplayStyles(){return{display:"block"}}processWidthAndHeight(){this.inappElement.w&&re(this.inappHTMLEl,"width",this.stylesConverter.getSizePx(this.inappElement.w)),this.inappElement.h&&re(this.inappHTMLEl,"height",this.stylesConverter.getSizePx(this.inappElement.h))}processPositionBlock(){let e={position:"absolute",left:this.stylesConverter.getSizePx(this.inappElement.x),top:this.stylesConverter.getSizePx(this.inappElement.y)};go(this.inappHTMLEl,e)}getBorderStyles(){return this.stylesConverter.getBorderStyles(this.inappElement.br)}getSpaceStyles(){return this.stylesConverter.getSpaceStyles(this.inappElement.spc)}processTransparency(){let e=this.inappElement.alpha;if(!isNaN(e)){let r=(e/100).toFixed(2);re(this.inappHTMLEl,"opacity",r)}}processShadow(){let e=this.inappElement.shd;e?re(this.inappHTMLEl,"box-shadow",e.getStyle(this.scalingFactor)):re(this.inappHTMLEl,"box-shadow","unset")}processTransformBlock(){let e=new Vn(this.inappElement.trf);e&&e.rotate&&re(this.inappHTMLEl,"transform",`rotate(${e.rotate}deg)`)}registerAction(){let e=this.inappElement.clc;!e||Object.keys(e).length===0||(this.inappHTMLEl.addEventListener("click",r=>{r.stopPropagation(),new al(e,this.triggerContext).execute()}),re(this.inappHTMLEl,"cursor","pointer"))}getBackgroundStyles(){return this.stylesConverter.getBackgroundStyles(this.inappElement.bg)}};var jr=class extends fr{constructor(e,r,n){super(e,r,n)}processCommonBlocks(){super.processCommonBlocks(),this.processFontBlock(),this.processAlignment()}processFontBlock(){let e={},r=this.inappElement.typography;return r&&(e.fontSize=this.stylesConverter.getSizePx(r.fs),e.fontFamily="cooee"+r.fam?.name,e.lineHeight=`${r.lh}`,e.letterSpacing=r.letterSpacing),this.stylesConverter.getColourStyles(this.inappElement.color,"color",e),go(this.inappHTMLEl,e),e}processPart(e,r){let n=[];r.u&&n.push("underline"),r.st&&n.push("line-through"),n.length||n.push("normal"),re(e,"font-weight",r.b?"bold":"normal"),re(e,"font-style",r.i?"italic":"normal"),re(e,"text-decoration",n.join(" ")),re(e,"color",r.c??"inherit"),re(e,"font-family","inherit")}processAlignment(){let e=this.inappElement.typography.ta,r=e?To[e]?.toLowerCase():this.inappElement.typography.alignment;r||(r="start"),re(this.inappHTMLEl,"text-align",r)}};var Is=class extends jr{constructor(e,r,n){super(e,r,n),this.inappHTMLEl=document.createElement("div"),this.insertElement()}render(){this.inappElement.parts?.forEach(e=>{let r=document.createElement("span");r.innerHTML=e.txt?.toString()?.replace(/\n/g,"<br />"),this.processPart(r,e),this.inappHTMLEl.appendChild(r)}),this.processCommonBlocks()}};var xs=class extends fr{constructor(e,r,n){super(e,r,n),this.inappHTMLEl=document.createElement("div"),this.insertElement()}render(){this.processCommonBlocks()}};var yo=class extends fr{constructor(e,r,n){super(e,r,n),this.inappHTMLEl=document.createElement("img"),this.insertElement()}render(){this.inappHTMLEl.setAttribute("src",this.inappElement.src),re(this.inappHTMLEl,"max-width","none"),re(this.inappHTMLEl,"max-height","none"),re(this.inappHTMLEl,"margin","0 auto"),this.processCommonBlocks()}};var Cs=class t extends fr{constructor(r,n,o){super(r,n,o);this.parent=r;this.inappHTMLEl=document.createElement("div")}static MAX_Z_INDEX="2147483647";render(){return this.parent||this.renderer.removeInApp(),this.insertElement(),this.processCommonBlocks(),this.inappHTMLEl.classList.add("cooee-wrapper"),this.inappHTMLEl.classList.add(this.triggerContext.rootClassName),re(this.inappHTMLEl,"z-index",t.MAX_Z_INDEX),this.inappHTMLEl}getBackgroundStyles(){return this.inappElement.cover?super.getBackgroundStyles():{}}processWidthAndHeight(){let r=this.inappElement.cont;if(this.inappElement.cover)this.renderer.isParentNotBody()?(re(this.inappHTMLEl,"width","100%"),re(this.inappHTMLEl,"height","100%")):(re(this.inappHTMLEl,"width","100vw"),re(this.inappHTMLEl,"height","100vh")),re(this.inappHTMLEl,"top","0"),re(this.inappHTMLEl,"left","0");else{let n=this.inappElement.spc,o=this.stylesConverter.getScaledSize(r.w)+n.getHorizontal(),i=this.stylesConverter.getScaledSize(r.h)+n.getVertical();re(this.inappHTMLEl,"width",o+"px"),re(this.inappHTMLEl,"height",i+"px")}}getSpaceStyles(){return{padding:this.inappElement.spc.getPaddingCSS()}}getDisplayStyles(){return E(E({display:"flex"},this.inappElement.getStylesForWrapper()),this.inappElement.getFlexStylesForContainer())}processPositionBlock(){this.renderer.isParentNotBody()?re(this.inappHTMLEl,"position","absolute"):re(this.inappHTMLEl,"position","fixed")}getBorderStyles(){return{}}processTransparency(){}processTransformBlock(){}processShadow(){}};var hT="cooee-container",cl=class extends fr{constructor(e,r,n){super(e,r,n),this.inappHTMLEl=document.createElement("div"),this.insertElement()}render(){return this.processCommonBlocks(),re(this.inappHTMLEl,"position","relative"),re(this.inappHTMLEl,"overflow","hidden"),this.inappHTMLEl.classList.add(hT),this}};var ll=class t extends jr{static DAYS="Days";static HOURS="Hours";static MINUTES="Minutes";static SECONDS="Seconds";elements;spans=[];constructor(e,r,n){super(e,r,n),this.inappHTMLEl=document.createElement("div"),this.insertElement()}render(){this.addTimerChildren(),this.processAndStartTimer(),this.processCommonBlocks();let e=Z(E(E(E({flex:"1 1 0"},this.stylesConverter.getBackgroundStyles(this.inappElement.bg)),this.stylesConverter.getBorderStyles(this.inappElement.br)),this.stylesConverter.getSpaceStyles(this.inappElement.spc)),{marginLeft:this.stylesConverter.getSizePx(this.inappElement.gap),marginRight:this.stylesConverter.getSizePx(this.inappElement.gap)});this.addStylesToTimer(e)}getBackgroundStyles(){return{}}processFontBlock(){let e=super.processFontBlock();return this.stylesConverter.getColourStyles(this.inappElement.color,"color",e),this.addStylesToTimer(e),e}getSpaceStyles(){return{}}getBorderStyles(){return{}}getDisplayStyles(){return{display:"flex",flexWrap:"nowrap",justifyContent:"center"}}addStylesToTimer(e){this.elements.forEach(r=>go(r,e))}addTimerChildren(){let e=this.inappElement.show;this.elements=[],e.day&&this.elements.push(this.getChild(t.DAYS)),e.hour&&this.elements.push(this.getChild(t.HOURS)),e.minute&&this.elements.push(this.getChild(t.MINUTES)),e.second&&this.elements.push(this.getChild(t.SECONDS)),this.elements.forEach(r=>this.inappHTMLEl.appendChild(r))}getChild(e){let r=document.createElement("div"),n=document.createElement("span"),o=document.createElement("span");return o.innerText=e,n.innerText="00",n.id=`lc-${e}`,re(o,"font-size","0.5em"),re(o,"text-align","center"),re(o,"font-family","inherit"),re(n,"text-align","center"),re(n,"font-family","inherit"),this.inappElement.lblPos==="start"?(r.appendChild(o),r.appendChild(n)):(r.appendChild(n),r.appendChild(o)),re(r,"display","flex"),re(r,"flex-direction",this.inappElement.horizontal?"":"column"),re(r,"justify-content","center"),re(r,"align-items","center"),re(r,"gap","5px"),this.spans.push(n),r}processAndStartTimer(){let e=this.inappElement.timer.start(this.inappElement.timerType,r=>{this.spans.forEach(n=>{n.id===`lc-${t.DAYS}`?n.innerText=String(r.days).padStart(2,"0"):n.id===`lc-${t.HOURS}`?n.innerText=String(r.hours).padStart(2,"0"):n.id===`lc-${t.MINUTES}`?n.innerText=String(r.minutes).padStart(2,"0"):n.id===`lc-${t.SECONDS}`&&(n.innerText=String(r.seconds).padStart(2,"0"))})});this.triggerContext.intervals.push(e)}};var ul=class extends jr{constructor(e,r,n){super(e,r,n),this.inappHTMLEl=document.createElement("select"),this.insertElement()}render(){re(this.inappHTMLEl,"background","#ffffff00"),re(this.inappHTMLEl,"outline","none"),this.processCommonBlocks(),this.addListener(this.inappHTMLEl),this.addOptions()}addListener(e){this.triggerContext.selectedEmbeddedItems?.length||this.updateItems(this.triggerContext.triggerData.items[0].vars[0]),e.addEventListener("click",r=>{r.stopPropagation()}),e.addEventListener("change",()=>{let r=new Mr(JSON.parse(e.value));this.updateItems(r)})}updateItems(e){let r=this.triggerContext.triggerData.items[0];this.triggerContext.selectedEmbeddedItems=[r.toEmbed(e)];let n=this.parentHTMLEl.querySelector("#coo-13");if(!n)return;let o=e.imgs[0]??r.imgs?.at(0);o?.url&&n.setAttribute("src",o.url)}addOptions(){let e=this.triggerContext.triggerData.items,r=this.inappHTMLEl;if(!e?.length){r.add(this.createOption(this.inappElement.placeholderText));return}let n=this.triggerContext.selectedEmbeddedItems?.at(0);e[0].vars.forEach(o=>{r.add(this.createOption(o.name??"Default",o,o.mID===n?.vID))})}createOption(e,r,n){let o=document.createElement("option");return o.text=e,o.value=JSON.stringify(r),n&&(o.selected=!0),r||(o.disabled=!0),o}};var _i=class extends jr{borderColor="";constructor(e,r,n){super(e,r,n),this.inappHTMLEl=document.createElement("input"),this.insertElement()}render(){let e=this.setInputType();this.inappHTMLEl.setAttribute("placeholder",this.inappElement.placeholderText),re(this.inappHTMLEl,"background","#ffffff00"),re(this.inappHTMLEl,"outline","none"),this.inappHTMLEl.addEventListener("click",r=>{r.stopPropagation()}),this.processCommonBlocks(),this.addListener(this.inappHTMLEl,e),this.triggerContext.addInputField(e,this.inappElement.t)}};var fl=class t extends _i{static EMAIL_REGEX=/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/;constructor(e,r,n){super(e,r,n)}setInputType(){let e=`coo-${this.inappElement.t}`;return this.inappHTMLEl.setAttribute("type","email"),this.inappHTMLEl.setAttribute("id",e),e}addListener(e,r){e.addEventListener("keydown",n=>{this.borderColor||(this.borderColor=this.inappHTMLEl.style.borderColor),e.value.match(t.EMAIL_REGEX)?(re(this.inappHTMLEl,"border-color",this.borderColor),this.triggerContext.updateValidation(r,!0)):(re(this.inappHTMLEl,"border-color","red"),this.triggerContext.updateValidation(r,!1)),n.stopPropagation()})}};var pl=class t extends _i{static MOBILE_REGEX=/^\d+$/;constructor(e,r,n){super(e,r,n)}setInputType(){let e=`coo-${this.inappElement.t}`;return this.inappHTMLEl.setAttribute("type","tel"),this.inappHTMLEl.setAttribute("id",e),e}addListener(e,r){e.addEventListener("keydown",n=>{this.borderColor||(this.borderColor=this.inappHTMLEl.style.borderColor),e.value.match(t.MOBILE_REGEX)?(re(this.inappHTMLEl,"border-color",this.borderColor),this.triggerContext.updateValidation(r,!0)):(re(this.inappHTMLEl,"border-color","red"),this.triggerContext.updateValidation(r,!1)),n.stopPropagation()})}};var ml=class extends yo{constructor(e,r,n){super(e,r,n)}render(){super.render(),this.inappHTMLEl.setAttribute("id",`coo-${this.inappElement.type}`)}};var kn=class t{static DOCUMENT_STANDARD_MODE="CSS1Compat";static ACTIVE_TRIGGER_DATA;static _instance;parent;rootContainer;containerHTMLElement;ian;scalingFactor=1;triggerContext;resizeListener;cartDrawerToggleSubscription;constructor(e){this.resizeListener=()=>this.screenResized(),this.setParentContainer(e)}static get(){return t._instance}render(e){this.renderEngagement(new St(e))}getScalingFactor(){return this.scalingFactor}calculateScalingFactor(e){let r=e.max,n=e.cont.w,o=e.cont.h,i=e.spc,s=this.getWidth(),a=this.getHeight();r&&(s=s?Math.min(s,r):r,a=a?Math.min(a,r):r),a&&(s-=i.getHorizontal(),a-=i.getVertical(),s/a<n/o?this.scalingFactor=s/n:this.scalingFactor=a/o,this.scalingFactor=Math.min(this.scalingFactor,1))}setParentContainer(e){this.parent=e||document.body,this.isParentNotBody()&&re(this.parent,"position","relative")}isParentNotBody(){return this.parent&&this.parent!==document.body}getWidth(){return this.isParentNotBody()?this.parent.clientWidth:document.compatMode===t.DOCUMENT_STANDARD_MODE?document.documentElement.clientWidth:window.innerWidth}getHeight(){return this.isParentNotBody()?this.parent.clientHeight:document.compatMode===t.DOCUMENT_STANDARD_MODE?document.documentElement.clientHeight:window.innerHeight}async renderEngagement(e){this.triggerContext=new Ir(new Date,e),this.triggerContext.onClose(r=>{this.closeInApp(r)}),this.ian=e.ian,(Wr()||e.previewType==="mobile")&&this.ian.overrideForMobileView(),await this.preloadImages(e),e.shouldDelay()?window.setTimeout(()=>{this.withCartDrawerClosed()},e.getDelaySeconds()):this.withCartDrawerClosed()}withCartDrawerClosed(){if(!Je.get().isOpen()){this.startRenderingOnce();return}this.cartDrawerToggleSubscription=window.CooeeSDK.cartDrawerToggle$.subscribe(({open:r})=>{!r&&this.startRenderingOnce()})}startRenderingOnce(){if(!this.shouldSkipCampaign()){t.ACTIVE_TRIGGER_DATA=this.triggerContext.triggerData,t._instance=this;try{this.startRendering()}catch(e){ae(e,"render-popup",{triggerContext:this.triggerContext});return}this.sendTriggerDisplayed(),Wr()||window.addEventListener("resize",this.resizeListener),this.cartDrawerToggleSubscription?.unsubscribe()}}shouldSkipCampaign(){let e=this.triggerContext.triggerData;if(!e.previewType&&t.ACTIVE_TRIGGER_DATA){let n={triggerShown:new An(t.ACTIVE_TRIGGER_DATA??{})};return this.skipTrigger(e,n),!0}if(fe().isGoKwikPopupOpen)return this.skipTrigger(e,{reason:"GoKwik popup is open"}),!0;let r=pm.find(n=>!!document.querySelector(n.identifier));return r?(this.skipTrigger(e,{reason:`${r.gateway} modal is open`}),!0):!1}startRendering(){this.calculateScalingFactor(this.ian),this.rootContainer=new Cs(this.parent,this.ian,this.triggerContext).render();try{this.renderContainer(this.triggerContext)}catch(e){throw b.error(e),e}}sendTriggerDisplayed(){let e={};this.triggerContext.triggerData.items?.length&&(e.promotedMIDs=this.triggerContext.triggerData.items?.map(o=>o.mID));let r=new xe("CE Trigger Displayed",e,this.triggerContext.triggerData);Mt(r);let n={action:"DISPLAYED"};document.dispatchEvent(new CustomEvent("letscooee:outbound:popup-activities",{detail:n}))}sendTriggerClosed(e){let r=e.eventName;delete e.eventName;let n=new xe(r,e,this.triggerContext.triggerData);n.name==="CE Trigger Clicked"&&(n.items=this.triggerContext.selectedEmbeddedItems??this.triggerContext.triggerData.items?.map(o=>o.toEmbed())),Mt(n)}addEnterAnimation(e){this.containerHTMLElement.animate(e.getEnterAnimation(),{duration:500})}renderElement(e,r,n){r instanceof zo?new fl(e,r,n).render():r instanceof Yo?new pl(e,r,n).render():r instanceof Tn?new Is(e,r,n).render():r instanceof Ko?new ml(e,r,n).render():r instanceof on?new yo(e,r,n).render():r instanceof Zn?new xs(e,r,n).render():r instanceof Go?new ll(e,r,n).render():r instanceof qo?new ul(e,r,n).render():b.error("Unsupported element type- "+r.type)}renderContainer(e){let r=this.ian?.cont;r&&(this.containerHTMLElement=new cl(this.rootContainer,r,e).render().getHTMLElement(),new ol().loadAllFonts(this.ian),this.ian.elems?.forEach(async n=>{await this.renderElement(this.containerHTMLElement,n,e)}),this.addEnterAnimation(this.ian.anim))}closeInApp(e){let r=this.ian.anim.getExitAnimation();this.sendTriggerClosed(e),t.ACTIVE_TRIGGER_DATA=void 0;let n=this.containerHTMLElement.animate(r,{duration:500,easing:"ease-in-out"});n.onfinish=()=>{this.removeInApp(),window.removeEventListener("resize",this.resizeListener)}}screenResized(){this.removeInApp(),this.startRendering()}removeInApp(){let e=document.querySelector(`.${this.triggerContext.rootClassName}`);e&&e.parentElement.removeChild(e)}skipTrigger(e,r){let n=new xe("CE Campaign Rejected",r,e);Mt(n)}async preloadImages(e){let r=e.ian;if(!r)return;let n=[];r.elems.forEach(o=>{let i=o.bg?.img?.src;if(i&&n.push(i),o.t===1){let s=o.src;if(!s)return;n.push(s)}}),r.bg?.img?.src&&n.push(r.bg.img.src),r.cont.bg?.img?.src&&n.push(r.cont.bg.img.src),await Promise.all(n.map(o=>nv(o)))}};var dl=class{triggerData;render(e){e.contentSource===Di.KLAVIYO&&(this.triggerData=e,window.addEventListener("klaviyoForms",this.handleKlaviyoEvents.bind(this)),window._klOnsite=window._klOnsite||[],window._klOnsite.push(["openForm",e.klaviyoFormID]))}handleKlaviyoEvents(e){if(e.type!=="klaviyoForms")return;let r=e.detail;if(r.formId!==this.triggerData.klaviyoFormID){b.warn("Received invalid trigger callback");return}switch(r.type){case"open":Mt(new xe("CE Trigger Displayed",{form:{id:r.formId}},this.triggerData));break;case"stepSubmit":{let n=this.getFormDetails(r);Mt(new xe("CE Form Submitted",{form:n},this.triggerData)),bi(n);break}case"close":window.removeEventListener("klaviyoForms",this.handleKlaviyoEvents.bind(this)),Mt(new xe("CE Trigger Closed",{form:{id:r.formId}},this.triggerData));break}}getFormDetails(e){let r={id:e.formId},n=e.metaData;if(_t.hasKeys(n)){let o=["email","phone_number","first_name","last_name","$email","$phone_number","$first_name","$last_name"];Object.keys(n).forEach(a=>{o.includes(a)||(r[a]=n[a])}),r.email=n.$email??n.email,r.mobile=n.$phone_number??n.phone_number;let i=n.$first_name??n.first_name,s=n.$last_name??n.last_name;(i?.length||s?.length)&&(r.name=i+" "+s)}return r}};function hv(t){if(!gT()||!je.get().pixelPush)return;let r=mo[t.intent]?.toLowerCase();r&&(b.verbose(`Sending ${r} intent to Facebook Pixel`),window.fbq("trackCustom","CooeeIntent",{intent_value:r}))}function gT(){return window.fbq&&typeof window.fbq=="function"}var jp=new Map,hl=async t=>{for(let i of t.items)if(window.cooeeManipulateProduct)try{window.cooeeManipulateProduct(i,t)}catch(s){b.error(s)}if(t.isCartEmbed()&&!t.isSubscriptionUpsell()){let s=(await me.getCurrent().getNormalisedCart()).items.map(a=>a.mID);t.items=t.items.filter(a=>!s.includes(a.mID))}if(t.items=gv(t),je.get().currencyCount<=1)return t.items;if(t.isShoppableVideo())return await yT(t.content.videoConfig,t),t.items;let e=t.items.length,r=t.items.map(i=>yv(i,t)),o=(await Promise.all(r)).filter(i=>i!=null);if(e&&!o.length){let i="Failed to fetch any product from Ajax API",s=new xe("CE Campaign Failed",{reason:i,currency:t.currency},t);throw Mt(s),new Error(i)}return gv(t,o)},gv=(t,e=t.items)=>{if(!t.isCartRecovery())return e;let r=me.getCurrent().items,n=[];for(let o of e)for(let i of o.vars){if(!i.isAvailable)continue;let s=r.find(f=>f.variant_id.toString()===i.mID);if(!s)continue;let a=new xt(o);a.name=s.title;let l=new Mr(i);l.name=s.variant_title,l.price.d=s.discounted_price/100,a.variants=[l],n.push(a)}return n},yT=async(t,e)=>{await Promise.all(t.videos.map(async r=>{r.items=await Promise.all(r.items.map(async n=>{let o=await yv(n,e);return o||n}))}))},yv=async(t,e)=>{if(jp.has(t.mID))return jp.get(t.mID);let r,n=`/products/${t.slug}.js`;try{r=(await Jr(n)).data}catch(o){return o instanceof er&&o.response?.status===404||ae(o,"fetch-shopify-product",{extra:{item:t,path:n},engagementTrigger:e}),null}return r?vT(t,r):(b.error("Item not found after AJAX call for:",t),null)},vT=(t,e)=>{if(!t||!e)return t;t.name=e.title,t.tags=e.tags,t.slug=e.handle;let r=t.selectedOrFirstVariant.value;return t.vars.map(n=>{let o=e.variants.find(i=>i.id===+n.mID);o!=null&&(n.name=o.title,n.isAvailable=o.available,n.price.d=o.price?o.price/100:o.price,n.price.effective=n.price.d,n.price.cmp=o.compare_at_price?o.compare_at_price/100:o.compare_at_price,+r.mID===o.id&&(r.effectivePrice.value=n.price.d))}),jp.set(t.mID,t),t};var Gp="/v1/event/track-page-unload";function Tt(t){b.verbose(`Waiting for auth to send event ${t.name}`),Sr(ur).then(()=>Mt(t))}function rv(t){Sr(ur).then(()=>{ET(t)})}async function ET(t){let e=fe().currentPageViewEvent;if(!e){b.warn("No page view event was stored previously");return}let r={pageViewEventID:e.id,pageViewEventName:e.name,pageActiveTimeMS:t};b.verbose("Sending page unload",r);try{await Yt(Gp,r)}catch(n){throw b.error(`Error sending page unload for ${e} to server`,n),n}}function Mt(t){_T(t)}async function _T(t){if(b.verbose(`Sending event: ${t.name}`,t),xT(t)){b.warn(`Rejecting event ${t.name}`);return}Zy();let e=await Fn();Object.assign(t,e),tv(),It.set("lastUsedTime",new Date().getTime());let r=IT(t.name),n=r.toLowerCase().replace(/\s+/g,"-");try{let o=await Yt(`/v1/event/track/${n}`,t);b.info("Event tracked:",r),bT(t)&&(fe().currentPageViewEvent={id:t.id,name:t.name}),wT(t,o.data)}catch(o){throw b.error(`Error sending event ${t.name} to server`,o),o}}function bT(t){return dm.includes(t.name)?t.name==="View Cart"?!t.properties.drawer:!0:!1}function wT(t,e){ST(t,e).catch(r=>{ae(r,"process-popup-response",{extra:{event:t,response:e}})}),TT(e)}async function ST(t,e){if(!e.triggerData)return;let r=new St(e.triggerData);r.occurred=t.occurred,b.log(`${r} will be shown`);let n;try{n=await hl(r)}catch(o){b.error("Failed to refresh the products",o);return}if(r.items=n,r.contentSource===Di.KLAVIYO){new dl().render(r);return}new kn().renderEngagement(r).catch(o=>{ae(o,"render-popup",{extra:{event:t},engagementTrigger:r})})}function TT(t){t.intent&&(Hy(t.intent),hv(t),b.info(`Intent is ${mo[t.intent]}`))}function IT(t){return t.replace("CE ","").replace("Trigger","Campaign").replace("Screen","Page").replace("App ","")}function xT(t){return t.trigger?.triggerID==="test"||t.trigger?.triggerID==="preview"?(b.warn("Not sending event as this is a test trigger"),!0):!1}var CT="keepalive"in new Request(""),Gr=new Headers;OT();async function Fn(){let[t]=await Promise.all([Gy()]);return E(E({},$c()),t)}function bi(t){Sr(ur).then(()=>RT(t??{}))}function RT(t){Ev("/v1/user/update",t).then(()=>{b.verbose("Updated user profile")}).catch(e=>{b.error("Error saving user profile",e)})}function vv(t){return Yt("/v1/event/generate-discount",t)}function gl(t){Sr(ur).then(()=>AT({props:t}))}function AT(t){Ev("/v1/device/update",t).then(()=>{b.verbose("Updated device properties")}).catch(async e=>{b.error("Error saving device property",e)})}function Xy(t){t&&Gr.set("cooee-device-id",t)}function Jy(t){t&&Gr.set("cooee-first-seen",t.toUTCString())}function Yt(t,e){return _v("POST",t,e)}function Ev(t,e){return _v("PUT",t,e)}function _v(t,e,r){if(!es()&&!fe().flags?.allowEvents)return b.log(`Rejecting ${t} ${e} as this is not e-commerce app`),Promise.reject();if(e.startsWith("http")||(e=hr.apiURL+e),r&&!CT&&e.includes(Gp))return DT(e,Gr,r);let n={method:t,headers:Gr,keepalive:!1};return r&&(n.body=JSON.stringify(r)),Jr(e,n)}function DT(t,e,r){return new Promise((n,o)=>{let i=new XMLHttpRequest;i.open("POST",t,!0),e.forEach((s,a)=>{i.setRequestHeader(a,s)}),i.onreadystatechange=()=>{if(i.readyState===XMLHttpRequest.DONE)if(i.status>=200&&i.status<300)try{if(i.getResponseHeader("Content-Type")?.includes("application/json")){let a=JSON.parse(i.responseText);n({data:a,headers:e,request:i,status:i.status,statusText:i.statusText})}else o(new Error("Content-Type of response header is not json"))}catch(s){o(s)}else o(new Error(`Received status - ${i.status}(${i.statusText})`))},i.onerror=()=>{o(new Error("Network error occurred during the request."))},i.send(JSON.stringify(r))})}function OT(){Gr.set("Content-Type","application/json; charset=utf-8"),Gr.set("cooee-sdk",$s),Gr.set("cooee-sdk-code",um.toString()),Gr.set("cooee-sdk-version",Vs),Gr.set("cooee-shop-name",tc()??"");let t=localStorage.getItem("cooeeDebugTill");(hr.debug||t&&new Date(t)>new Date)&&Gr.set("cooee-sdk-debug","true")}var yl=class{modifications=[];constructor(){sn(`.lc-hide {display: none !important;height: 0 !important;}
53
+ `;function _v(t){let e=Je.get();if(window.cooeeGetCartSections&&typeof window.cooeeGetCartSections=="function")try{return{sections_url:window.location.pathname,sections:window.cooeeGetCartSections()}}catch(r){ae(r,"execute-cooeeGetCartSections",{engagementTrigger:t})}else{if(e.isMiniCart())return{sections:["mini-cart"]};if(e.isShopifyDefaultDrawer())return{sections:e.element.getSectionsToRender?.().map((r=>r.section??r.id))}}return{}}async function bv(t,e){if(!bt.hasKeys(t)){b.warn("No update fields provided");return}let r=_v(e),n=E(E({},t),r);try{let o=await ho("/cart/update.js",n);return b.log("Updated cart",t),me.getCurrent().update(o.data),o.data}catch(o){ae(o,"cart-update"),Er("Failed to update item in cart")}}var Ei=class{async addToCart(e,r){if(!e.length)return;let n=e.map(s=>{let{vID:a,vName:l,quantity:f}=this.getVariantDetails(s),m=r.getPrivateAttributesForLineItem();if(bt.hasKeys(window.CooeeSDK.customItemProperties)){let d={name:l},_={templateSuffix:s.templateSuffix},y=Ev.render(JSON.stringify(window.CooeeSDK.customItemProperties),{variant:d,product:_});m=E(E({},JSON.parse(y)),m)}return{id:a?+a:+s.mID,quantity:f,properties:m}}),o=_v(r),i=E({items:n},o);try{let s=await ho("/cart/add.js",i);return b.log(`Added ${e.length} items to Cart`),Er("Product added to your cart"),s.data}catch(s){ae(s,"cart-item-add",{engagementTrigger:r});let a=["Failed to add product in cart."];if(s instanceof tr&&s.is40x()&&s.responseText){let l=s.responseText;l.description&&a.push(`Reason: ${l.description}`)}a.push("Please try again later."),Er(a.join(" "))}}async copyDiscountCode(e){if(e)try{await navigator.clipboard.writeText(e),b.log(`Code-${e} copied`),Er("Discount code copied")}catch(r){b.error("Failed to copy code",r)}}getProductURL(e){if(!e?.link)return;let r=cg(e.link);if(r)return Wo("/products/"+r)}async upgradeToSubscription(e,r){if(!e){b.warn("Trying to upgrade to subscription with no item");return}let n=await me.getCurrent().getNormalisedCart(),o=e.selectedOrFirstVariant.value,i=n.items.findIndex(l=>l.vID===o.mID),s=o.selectedSellingPlan.value,a={line:i+1,selling_plan:s?.mID||null,properties:r.getPrivateAttributesForLineItem()};try{let l=await ho("/cart/change.js",a);return b.log(`Upgraded ${e} selling plan`),Er("Line item updated"),me.getCurrent().update(l.data),l.data}catch(l){ae(l,"cart-switch-subscription",{engagementTrigger:r}),Er("Failed to update subscription")}}async createNewCart(e,r,n){if(!e?.vID){b.error("No variant ID found to perform Buy now",e);return}let o=r?[r]:[],i=[{merchandiseId:`gid://shopify/ProductVariant/${e.vID}`,quantity:1,attributes:n.getKVFormatPrivateAttributesForLineItem()}],s=await ja("Buy Now");return(await sl(IT,{input:{lines:i,discountCodes:o,attributes:s}},"storefront-create-cart")).data.data?.cartCreate?.cart?.checkoutUrl}async process(e){let r=e.clickAction,n=e.items,o=e.triggerData,i;if(r.at){let s=r;b.log(`Performing ${JSON.stringify(s)} action`);let a={};if(s.at===Ee.GO_TO_PRODUCT)i=this.getProductURL(n[0]);else if(s.at===Ee.ADD_TO_CART)n?.length&&await this.addToCart(n,o);else if(s.at===Ee.COPY_COUPON_CODE)await this.copyDiscountCode(o.discount?.code),a.discountCode=o.discount?.code;else if(s.at===Ee.OPEN_CART)Je.get().open();else if(s.at===Ee.GO_TO_COLLECTION){let l=e.collections;if(!l?.length)return;i=Wo("/collections/"+l[0].handle)}a.products=n.map(xs),a.redirectTo=i,Cs(s.at,a)}r.applyDiscount&&o.discount?.code?Un.navigate(o.discount.code,o.redirectBehaviour,i):i&&(location.pathname=i)}getVariantDetails(e){let r,n,o;if(e instanceof Dt)r=e.vID,n=e.vName,o=e.quantity??1;else{if(!e.vars?.length)return{};r=e.selectedOrFirstVariant.value.mID,n=e.selectedOrFirstVariant.value.name,o=1}return{vID:r,quantity:o,vName:n}}};async function wv(t,e){if(!bt.hasKeys(e)){b.warn("No update fields provided");return}let r=E({id:t.key},e);try{let n=await ho("/cart/change.js",r);b.log("Updated line-item",t),me.getCurrent().update(n.data)}catch(n){ae(n,"cart-item-update")}}var ul=class{static updateIdentity(e){if(!this.isInstalled())return;let r={};e.email&&(r.email=e.email),e.mobile&&(r.phone_number=e.mobile),b.verbose("Sending email/mobile to Klaviyo"),window.klaviyo.push(["identify",r])}static isInstalled(){return window.klaviyo&&typeof window.klaviyo=="object"}};var fl=class{action;triggerContext;constructor(e,r){this.action=e,this.triggerContext=r}async execute(){let e=this.containsCTA()?"CE Trigger Clicked":"CE Trigger Closed";switch(this.action.at!==Ee.SUBMIT_FORM&&await this.closeTriggerAndSendEvent(e),this.action.at){case Ee.ACCEPT_POPUP:break;case Ee.GO_TO_URL:this.gotoURLAction();break;case Ee.SHARE:this.shareAction();break;case Ee.SUBMIT_FORM:await this.collectFormData();break;case void 0:case Ee.OPEN_CART:break;default:b.error("Received an invalid ClickActionType: ",this.action.at);return}}externalAction(){this.action.ext?.u&&window.open(this.action.ext.u,"_blank")?.focus()}gotoURLAction(){if(this.action.gu?.u){let e=this.action.gu.u;Uo(e)||(e=`//${e}`),window.open(e,"_self")}}async closeTriggerAndSendEvent(e,r){this.triggerContext.closeInApp(e,r),await this.dispatchEvent()}shareAction(){if(!this.action.share)return;if(!navigator.share){b.warn("Navigator.share is not compatible with this browser");return}navigator.share({text:this.action.share.text,title:"Share"}).then(r=>console.log(r)).catch(r=>console.error(r))}containsCTA(){return this.action.at&&this.action.at!==Ee.REJECT_POPUP?!0:!(this.isEmpty(this.action.custKV)&&this.isEmpty(this.action.up))}isEmpty(e){return e?Object.keys(e).length===0:!0}async collectFormData(){let e={};for(let r of this.triggerContext.inputs){if(!r.isValid)return;let o=document.getElementById(r.id).value;r.type===51?e.email=o:r.type===52&&(e.mobile=o)}await this.closeTriggerAndSendEvent("CE Form Submitted",{form:e}),this.action.applyDiscount&&Er("Coupon applied on cart"),ul.updateIdentity(e)}async dispatchEvent(){let e=this.triggerContext.triggerData,r={clickAction:this.action,items:this.triggerContext.selectedEmbeddedItems??e.embeddedItems??e.items,collections:e.collections,triggerData:e};await new Ei().process(r);let n={action:this.containsCTA()?"CLICKED":"CLOSED"};document.dispatchEvent(new CustomEvent("letscooee:outbound:popup-activities",{detail:n}))}};var pr=class{renderer=kn.get();parentHTMLEl;inappElement;inappHTMLEl;triggerContext;stylesConverter;scalingFactor;constructor(e,r,n){this.parentHTMLEl=e,this.inappElement=r,this.triggerContext=n,this.stylesConverter=new vi(this.renderer.getScalingFactor())}getHTMLElement(){return this.inappHTMLEl}insertElement(){this.parentHTMLEl.appendChild(this.inappHTMLEl)}processCommonBlocks(){this.processWidthAndHeight(),this.processPositionBlock(),this.processTransformBlock(),this.processTransparency(),this.processShadow(),this.registerAction();let e=Z(E(E(E(E({},this.getDisplayStyles()),this.getSpaceStyles()),this.getBorderStyles()),this.getBackgroundStyles()),{boxSizing:"border-box",outline:"none"});go(this.inappHTMLEl,e)}getDisplayStyles(){return{display:"block"}}processWidthAndHeight(){this.inappElement.w&&re(this.inappHTMLEl,"width",this.stylesConverter.getSizePx(this.inappElement.w)),this.inappElement.h&&re(this.inappHTMLEl,"height",this.stylesConverter.getSizePx(this.inappElement.h))}processPositionBlock(){let e={position:"absolute",left:this.stylesConverter.getSizePx(this.inappElement.x),top:this.stylesConverter.getSizePx(this.inappElement.y)};go(this.inappHTMLEl,e)}getBorderStyles(){return this.stylesConverter.getBorderStyles(this.inappElement.br)}getSpaceStyles(){return this.stylesConverter.getSpaceStyles(this.inappElement.spc)}processTransparency(){let e=this.inappElement.alpha;if(!isNaN(e)){let r=(e/100).toFixed(2);re(this.inappHTMLEl,"opacity",r)}}processShadow(){let e=this.inappElement.shd;e?re(this.inappHTMLEl,"box-shadow",e.getStyle(this.scalingFactor)):re(this.inappHTMLEl,"box-shadow","unset")}processTransformBlock(){let e=new Vn(this.inappElement.trf);e&&e.rotate&&re(this.inappHTMLEl,"transform",`rotate(${e.rotate}deg)`)}registerAction(){let e=this.inappElement.clc;!e||Object.keys(e).length===0||(this.inappHTMLEl.addEventListener("click",r=>{r.stopPropagation(),new fl(e,this.triggerContext).execute()}),re(this.inappHTMLEl,"cursor","pointer"))}getBackgroundStyles(){return this.stylesConverter.getBackgroundStyles(this.inappElement.bg)}};var jr=class extends pr{constructor(e,r,n){super(e,r,n)}processCommonBlocks(){super.processCommonBlocks(),this.processFontBlock(),this.processAlignment()}processFontBlock(){let e={},r=this.inappElement.typography;return r&&(e.fontSize=this.stylesConverter.getSizePx(r.fs),e.fontFamily="cooee"+r.fam?.name,e.lineHeight=`${r.lh}`,e.letterSpacing=r.letterSpacing),this.stylesConverter.getColourStyles(this.inappElement.color,"color",e),go(this.inappHTMLEl,e),e}processPart(e,r){let n=[];r.u&&n.push("underline"),r.st&&n.push("line-through"),n.length||n.push("normal"),re(e,"font-weight",r.b?"bold":"normal"),re(e,"font-style",r.i?"italic":"normal"),re(e,"text-decoration",n.join(" ")),re(e,"color",r.c??"inherit"),re(e,"font-family","inherit")}processAlignment(){let e=this.inappElement.typography.ta,r=e?To[e]?.toLowerCase():this.inappElement.typography.alignment;r||(r="start"),re(this.inappHTMLEl,"text-align",r)}};var Rs=class extends jr{constructor(e,r,n){super(e,r,n),this.inappHTMLEl=document.createElement("div"),this.insertElement()}render(){this.inappElement.parts?.forEach(e=>{let r=document.createElement("span");r.innerHTML=e.txt?.toString()?.replace(/\n/g,"<br />"),this.processPart(r,e),this.inappHTMLEl.appendChild(r)}),this.processCommonBlocks()}};var As=class extends pr{constructor(e,r,n){super(e,r,n),this.inappHTMLEl=document.createElement("div"),this.insertElement()}render(){this.processCommonBlocks()}};var yo=class extends pr{constructor(e,r,n){super(e,r,n),this.inappHTMLEl=document.createElement("img"),this.insertElement()}render(){this.inappHTMLEl.setAttribute("src",this.inappElement.src),re(this.inappHTMLEl,"max-width","none"),re(this.inappHTMLEl,"max-height","none"),re(this.inappHTMLEl,"margin","0 auto"),this.processCommonBlocks()}};var Ds=class t extends pr{constructor(r,n,o){super(r,n,o);this.parent=r;this.inappHTMLEl=document.createElement("div")}static MAX_Z_INDEX="2147483647";render(){return this.parent||this.renderer.removeInApp(),this.insertElement(),this.processCommonBlocks(),this.inappHTMLEl.classList.add("cooee-wrapper"),this.inappHTMLEl.classList.add(this.triggerContext.rootClassName),re(this.inappHTMLEl,"z-index",t.MAX_Z_INDEX),this.inappHTMLEl}getBackgroundStyles(){return this.inappElement.cover?super.getBackgroundStyles():{}}processWidthAndHeight(){let r=this.inappElement.cont;if(this.inappElement.cover)this.renderer.isParentNotBody()?(re(this.inappHTMLEl,"width","100%"),re(this.inappHTMLEl,"height","100%")):(re(this.inappHTMLEl,"width","100vw"),re(this.inappHTMLEl,"height","100vh")),re(this.inappHTMLEl,"top","0"),re(this.inappHTMLEl,"left","0");else{let n=this.inappElement.spc,o=this.stylesConverter.getScaledSize(r.w)+n.getHorizontal(),i=this.stylesConverter.getScaledSize(r.h)+n.getVertical();re(this.inappHTMLEl,"width",o+"px"),re(this.inappHTMLEl,"height",i+"px")}}getSpaceStyles(){return{padding:this.inappElement.spc.getPaddingCSS()}}getDisplayStyles(){return E(E({display:"flex"},this.inappElement.getStylesForWrapper()),this.inappElement.getFlexStylesForContainer())}processPositionBlock(){this.renderer.isParentNotBody()?re(this.inappHTMLEl,"position","absolute"):re(this.inappHTMLEl,"position","fixed")}getBorderStyles(){return{}}processTransparency(){}processTransformBlock(){}processShadow(){}};var xT="cooee-container",pl=class extends pr{constructor(e,r,n){super(e,r,n),this.inappHTMLEl=document.createElement("div"),this.insertElement()}render(){return this.processCommonBlocks(),re(this.inappHTMLEl,"position","relative"),re(this.inappHTMLEl,"overflow","hidden"),this.inappHTMLEl.classList.add(xT),this}};var ml=class t extends jr{static DAYS="Days";static HOURS="Hours";static MINUTES="Minutes";static SECONDS="Seconds";elements;spans=[];constructor(e,r,n){super(e,r,n),this.inappHTMLEl=document.createElement("div"),this.insertElement()}render(){this.addTimerChildren(),this.processAndStartTimer(),this.processCommonBlocks();let e=Z(E(E(E({flex:"1 1 0"},this.stylesConverter.getBackgroundStyles(this.inappElement.bg)),this.stylesConverter.getBorderStyles(this.inappElement.br)),this.stylesConverter.getSpaceStyles(this.inappElement.spc)),{marginLeft:this.stylesConverter.getSizePx(this.inappElement.gap),marginRight:this.stylesConverter.getSizePx(this.inappElement.gap)});this.addStylesToTimer(e)}getBackgroundStyles(){return{}}processFontBlock(){let e=super.processFontBlock();return this.stylesConverter.getColourStyles(this.inappElement.color,"color",e),this.addStylesToTimer(e),e}getSpaceStyles(){return{}}getBorderStyles(){return{}}getDisplayStyles(){return{display:"flex",flexWrap:"nowrap",justifyContent:"center"}}addStylesToTimer(e){this.elements.forEach(r=>go(r,e))}addTimerChildren(){let e=this.inappElement.show;this.elements=[],e.day&&this.elements.push(this.getChild(t.DAYS)),e.hour&&this.elements.push(this.getChild(t.HOURS)),e.minute&&this.elements.push(this.getChild(t.MINUTES)),e.second&&this.elements.push(this.getChild(t.SECONDS)),this.elements.forEach(r=>this.inappHTMLEl.appendChild(r))}getChild(e){let r=document.createElement("div"),n=document.createElement("span"),o=document.createElement("span");return o.innerText=e,n.innerText="00",n.id=`lc-${e}`,re(o,"font-size","0.5em"),re(o,"text-align","center"),re(o,"font-family","inherit"),re(n,"text-align","center"),re(n,"font-family","inherit"),this.inappElement.lblPos==="start"?(r.appendChild(o),r.appendChild(n)):(r.appendChild(n),r.appendChild(o)),re(r,"display","flex"),re(r,"flex-direction",this.inappElement.horizontal?"":"column"),re(r,"justify-content","center"),re(r,"align-items","center"),re(r,"gap","5px"),this.spans.push(n),r}processAndStartTimer(){let e=this.inappElement.timer.start(this.inappElement.timerType,r=>{this.spans.forEach(n=>{n.id===`lc-${t.DAYS}`?n.innerText=String(r.days).padStart(2,"0"):n.id===`lc-${t.HOURS}`?n.innerText=String(r.hours).padStart(2,"0"):n.id===`lc-${t.MINUTES}`?n.innerText=String(r.minutes).padStart(2,"0"):n.id===`lc-${t.SECONDS}`&&(n.innerText=String(r.seconds).padStart(2,"0"))})});this.triggerContext.intervals.push(e)}};var dl=class extends jr{constructor(e,r,n){super(e,r,n),this.inappHTMLEl=document.createElement("select"),this.insertElement()}render(){re(this.inappHTMLEl,"background","#ffffff00"),re(this.inappHTMLEl,"outline","none"),this.processCommonBlocks(),this.addListener(this.inappHTMLEl),this.addOptions()}addListener(e){this.triggerContext.selectedEmbeddedItems?.length||this.updateItems(this.triggerContext.triggerData.items[0].vars[0]),e.addEventListener("click",r=>{r.stopPropagation()}),e.addEventListener("change",()=>{let r=new Mr(JSON.parse(e.value));this.updateItems(r)})}updateItems(e){let r=this.triggerContext.triggerData.items[0];this.triggerContext.selectedEmbeddedItems=[r.toEmbed(e)];let n=this.parentHTMLEl.querySelector("#coo-13");if(!n)return;let o=e.imgs[0]??r.imgs?.at(0);o?.url&&n.setAttribute("src",o.url)}addOptions(){let e=this.triggerContext.triggerData.items,r=this.inappHTMLEl;if(!e?.length){r.add(this.createOption(this.inappElement.placeholderText));return}let n=this.triggerContext.selectedEmbeddedItems?.at(0);e[0].vars.forEach(o=>{r.add(this.createOption(o.name??"Default",o,o.mID===n?.vID))})}createOption(e,r,n){let o=document.createElement("option");return o.text=e,o.value=JSON.stringify(r),n&&(o.selected=!0),r||(o.disabled=!0),o}};var _i=class extends jr{borderColor="";constructor(e,r,n){super(e,r,n),this.inappHTMLEl=document.createElement("input"),this.insertElement()}render(){let e=this.setInputType();this.inappHTMLEl.setAttribute("placeholder",this.inappElement.placeholderText),re(this.inappHTMLEl,"background","#ffffff00"),re(this.inappHTMLEl,"outline","none"),this.inappHTMLEl.addEventListener("click",r=>{r.stopPropagation()}),this.processCommonBlocks(),this.addListener(this.inappHTMLEl,e),this.triggerContext.addInputField(e,this.inappElement.t)}};var hl=class t extends _i{static EMAIL_REGEX=/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/;constructor(e,r,n){super(e,r,n)}setInputType(){let e=`coo-${this.inappElement.t}`;return this.inappHTMLEl.setAttribute("type","email"),this.inappHTMLEl.setAttribute("id",e),e}addListener(e,r){e.addEventListener("keydown",n=>{this.borderColor||(this.borderColor=this.inappHTMLEl.style.borderColor),e.value.match(t.EMAIL_REGEX)?(re(this.inappHTMLEl,"border-color",this.borderColor),this.triggerContext.updateValidation(r,!0)):(re(this.inappHTMLEl,"border-color","red"),this.triggerContext.updateValidation(r,!1)),n.stopPropagation()})}};var gl=class t extends _i{static MOBILE_REGEX=/^\d+$/;constructor(e,r,n){super(e,r,n)}setInputType(){let e=`coo-${this.inappElement.t}`;return this.inappHTMLEl.setAttribute("type","tel"),this.inappHTMLEl.setAttribute("id",e),e}addListener(e,r){e.addEventListener("keydown",n=>{this.borderColor||(this.borderColor=this.inappHTMLEl.style.borderColor),e.value.match(t.MOBILE_REGEX)?(re(this.inappHTMLEl,"border-color",this.borderColor),this.triggerContext.updateValidation(r,!0)):(re(this.inappHTMLEl,"border-color","red"),this.triggerContext.updateValidation(r,!1)),n.stopPropagation()})}};var yl=class extends yo{constructor(e,r,n){super(e,r,n)}render(){super.render(),this.inappHTMLEl.setAttribute("id",`coo-${this.inappElement.type}`)}};var kn=class t{static DOCUMENT_STANDARD_MODE="CSS1Compat";static ACTIVE_TRIGGER_DATA;static _instance;parent;rootContainer;containerHTMLElement;ian;scalingFactor=1;triggerContext;resizeListener;cartDrawerToggleSubscription;constructor(e){this.resizeListener=()=>this.screenResized(),this.setParentContainer(e)}static get(){return t._instance}render(e){this.renderEngagement(new Tt(e))}getScalingFactor(){return this.scalingFactor}calculateScalingFactor(e){let r=e.max,n=e.cont.w,o=e.cont.h,i=e.spc,s=this.getWidth(),a=this.getHeight();r&&(s=s?Math.min(s,r):r,a=a?Math.min(a,r):r),a&&(s-=i.getHorizontal(),a-=i.getVertical(),s/a<n/o?this.scalingFactor=s/n:this.scalingFactor=a/o,this.scalingFactor=Math.min(this.scalingFactor,1))}setParentContainer(e){this.parent=e||document.body,this.isParentNotBody()&&re(this.parent,"position","relative")}isParentNotBody(){return this.parent&&this.parent!==document.body}getWidth(){return this.isParentNotBody()?this.parent.clientWidth:document.compatMode===t.DOCUMENT_STANDARD_MODE?document.documentElement.clientWidth:window.innerWidth}getHeight(){return this.isParentNotBody()?this.parent.clientHeight:document.compatMode===t.DOCUMENT_STANDARD_MODE?document.documentElement.clientHeight:window.innerHeight}async renderEngagement(e){this.triggerContext=new Ir(new Date,e),this.triggerContext.onClose(r=>{this.closeInApp(r)}),this.ian=e.ian,(Wr()||e.previewType==="mobile")&&this.ian.overrideForMobileView(),await this.preloadImages(e),e.shouldDelay()?window.setTimeout(()=>{this.withCartDrawerClosed()},e.getDelaySeconds()):this.withCartDrawerClosed()}withCartDrawerClosed(){if(!Je.get().isOpen()){this.startRenderingOnce();return}this.cartDrawerToggleSubscription=window.CooeeSDK.cartDrawerToggle$.subscribe(({open:r})=>{!r&&this.startRenderingOnce()})}startRenderingOnce(){if(!this.shouldSkipCampaign()){t.ACTIVE_TRIGGER_DATA=this.triggerContext.triggerData,t._instance=this;try{this.startRendering()}catch(e){ae(e,"render-popup",{triggerContext:this.triggerContext});return}this.sendTriggerDisplayed(),Wr()||window.addEventListener("resize",this.resizeListener),this.cartDrawerToggleSubscription?.unsubscribe()}}shouldSkipCampaign(){let e=this.triggerContext.triggerData;if(!e.previewType&&t.ACTIVE_TRIGGER_DATA){let n={triggerShown:new An(t.ACTIVE_TRIGGER_DATA??{})};return this.skipTrigger(e,n),!0}if(fe().isGoKwikPopupOpen)return this.skipTrigger(e,{reason:"GoKwik popup is open"}),!0;let r=hm.find(n=>!!document.querySelector(n.identifier));return r?(this.skipTrigger(e,{reason:`${r.gateway} modal is open`}),!0):!1}startRendering(){this.calculateScalingFactor(this.ian),this.rootContainer=new Ds(this.parent,this.ian,this.triggerContext).render();try{this.renderContainer(this.triggerContext)}catch(e){throw b.error(e),e}}sendTriggerDisplayed(){let e={};this.triggerContext.triggerData.items?.length&&(e.promotedMIDs=this.triggerContext.triggerData.items?.map(o=>o.mID));let r=new Ce("CE Trigger Displayed",e,this.triggerContext.triggerData);Mt(r);let n={action:"DISPLAYED"};document.dispatchEvent(new CustomEvent("letscooee:outbound:popup-activities",{detail:n}))}sendTriggerClosed(e){let r=e.eventName;delete e.eventName;let n=new Ce(r,e,this.triggerContext.triggerData);n.name==="CE Trigger Clicked"&&(n.items=this.triggerContext.selectedEmbeddedItems??this.triggerContext.triggerData.items?.map(o=>o.toEmbed())),Mt(n)}addEnterAnimation(e){this.containerHTMLElement.animate(e.getEnterAnimation(),{duration:500})}renderElement(e,r,n){r instanceof zo?new hl(e,r,n).render():r instanceof Yo?new gl(e,r,n).render():r instanceof Tn?new Rs(e,r,n).render():r instanceof Ko?new yl(e,r,n).render():r instanceof on?new yo(e,r,n).render():r instanceof Zn?new As(e,r,n).render():r instanceof Go?new ml(e,r,n).render():r instanceof qo?new dl(e,r,n).render():b.error("Unsupported element type- "+r.type)}renderContainer(e){let r=this.ian?.cont;r&&(this.containerHTMLElement=new pl(this.rootContainer,r,e).render().getHTMLElement(),new al().loadAllFonts(this.ian),this.ian.elems?.forEach(async n=>{await this.renderElement(this.containerHTMLElement,n,e)}),this.addEnterAnimation(this.ian.anim))}closeInApp(e){let r=this.ian.anim.getExitAnimation();this.sendTriggerClosed(e),t.ACTIVE_TRIGGER_DATA=void 0;let n=this.containerHTMLElement.animate(r,{duration:500,easing:"ease-in-out"});n.onfinish=()=>{this.removeInApp(),window.removeEventListener("resize",this.resizeListener)}}screenResized(){this.removeInApp(),this.startRendering()}removeInApp(){let e=document.querySelector(`.${this.triggerContext.rootClassName}`);e&&e.parentElement.removeChild(e)}skipTrigger(e,r){let n=new Ce("CE Campaign Rejected",r,e);Mt(n)}async preloadImages(e){let r=e.ian;if(!r)return;let n=[];r.elems.forEach(o=>{let i=o.bg?.img?.src;if(i&&n.push(i),o.t===1){let s=o.src;if(!s)return;n.push(s)}}),r.bg?.img?.src&&n.push(r.bg.img.src),r.cont.bg?.img?.src&&n.push(r.cont.bg.img.src),await Promise.all(n.map(o=>av(o)))}};var vl=class{triggerData;render(e){e.contentSource===Oi.KLAVIYO&&(this.triggerData=e,window.addEventListener("klaviyoForms",this.handleKlaviyoEvents.bind(this)),window._klOnsite=window._klOnsite||[],window._klOnsite.push(["openForm",e.klaviyoFormID]))}handleKlaviyoEvents(e){if(e.type!=="klaviyoForms")return;let r=e.detail;if(r.formId!==this.triggerData.klaviyoFormID){b.warn("Received invalid trigger callback");return}switch(r.type){case"open":Mt(new Ce("CE Trigger Displayed",{form:{id:r.formId}},this.triggerData));break;case"stepSubmit":{let n=this.getFormDetails(r);Mt(new Ce("CE Form Submitted",{form:n},this.triggerData)),bi(n);break}case"close":window.removeEventListener("klaviyoForms",this.handleKlaviyoEvents.bind(this)),Mt(new Ce("CE Trigger Closed",{form:{id:r.formId}},this.triggerData));break}}getFormDetails(e){let r={id:e.formId},n=e.metaData;if(bt.hasKeys(n)){let o=["email","phone_number","first_name","last_name","$email","$phone_number","$first_name","$last_name"];Object.keys(n).forEach(a=>{o.includes(a)||(r[a]=n[a])}),r.email=n.$email??n.email,r.mobile=n.$phone_number??n.phone_number;let i=n.$first_name??n.first_name,s=n.$last_name??n.last_name;(i?.length||s?.length)&&(r.name=i+" "+s)}return r}};function Sv(t){if(!CT()||!je.get().pixelPush)return;let r=mo[t.intent]?.toLowerCase();r&&(b.verbose(`Sending ${r} intent to Facebook Pixel`),window.fbq("trackCustom","CooeeIntent",{intent_value:r}))}function CT(){return window.fbq&&typeof window.fbq=="function"}var Yp="/v1/event/track-page-unload";function It(t){b.verbose(`Waiting for auth to send event ${t.name}`),Sr(fr).then(()=>Mt(t))}function sv(t){Sr(fr).then(()=>{RT(t)})}async function RT(t){let e=fe().currentPageViewEvent;if(!e){b.warn("No page view event was stored previously");return}let r={pageViewEventID:e.id,pageViewEventName:e.name,pageActiveTimeMS:t};b.verbose("Sending page unload",r);try{await Kt(Yp,r)}catch(n){throw b.error(`Error sending page unload for ${e} to server`,n),n}}function Mt(t){AT(t)}async function AT(t){if(b.verbose(`Sending event: ${t.name}`,t),MT(t)){b.warn(`Rejecting event ${t.name}`);return}nv();let e=await Fn();Object.assign(t,e),iv(),xt.set("lastUsedTime",new Date().getTime());let r=LT(t.name),n=r.toLowerCase().replace(/\s+/g,"-");try{let o=await Kt(`/v1/event/track/${n}`,t);b.info("Event tracked:",r),DT(t)&&(fe().currentPageViewEvent={id:t.id,name:t.name}),OT(t,o.data)}catch(o){throw b.error(`Error sending event ${t.name} to server`,o),o}}function DT(t){return ym.includes(t.name)?t.name==="View Cart"?!t.properties.drawer:!0:!1}function OT(t,e){NT(t,e).catch(r=>{ae(r,"process-popup-response",{extra:{event:t,response:e}})}),PT(e)}async function NT(t,e){if(!e.triggerData)return;let r=new Tt(e.triggerData);r.occurred=t.occurred,b.log(`${r} will be shown`);let n;try{n=await ll(r)}catch(o){b.error("Failed to refresh the products",o);return}if(r.items=n,r.contentSource===Oi.KLAVIYO){new vl().render(r);return}new kn().renderEngagement(r).catch(o=>{ae(o,"render-popup",{extra:{event:t},engagementTrigger:r})})}function PT(t){t.intent&&(jy(t.intent),Sv(t),b.info(`Intent is ${mo[t.intent]}`))}function LT(t){return t.replace("CE ","").replace("Trigger","Campaign").replace("Screen","Page").replace("App ","")}function MT(t){return t.trigger?.triggerID==="test"||t.trigger?.triggerID==="preview"?(b.warn("Not sending event as this is a test trigger"),!0):!1}var BT="keepalive"in new Request(""),Gr=new Headers;HT();async function Fn(){let[t]=await Promise.all([Ky()]);return E(E({},jc()),t)}function bi(t){Sr(fr).then(()=>UT(t??{}))}function UT(t){Tv("/v1/user/update",t).then(()=>{b.verbose("Updated user profile")}).catch(e=>{b.error("Error saving user profile",e)})}function vv(t){return Kt("/v1/event/generate-discount",t)}function El(t){Sr(fr).then(()=>kT({props:t}))}function kT(t){Tv("/v1/device/update",t).then(()=>{b.verbose("Updated device properties")}).catch(async e=>{b.error("Error saving device property",e)})}function ev(t){t&&Gr.set("cooee-device-id",t)}function tv(t){t&&Gr.set("cooee-first-seen",t.toUTCString())}function Kt(t,e){return Iv("POST",t,e)}function Tv(t,e){return Iv("PUT",t,e)}function Iv(t,e,r){if(!ts()&&!fe().flags?.allowEvents)return b.log(`Rejecting ${t} ${e} as this is not e-commerce app`),Promise.reject();if(e.startsWith("http")||(e=Vt.apiURL+e),r&&!BT&&e.includes(Yp))return FT(e,Gr,r);let n={method:t,headers:Gr,keepalive:!1};return r&&(n.body=JSON.stringify(r)),Jr(e,n)}function FT(t,e,r){return new Promise((n,o)=>{let i=new XMLHttpRequest;i.open("POST",t,!0),e.forEach((s,a)=>{i.setRequestHeader(a,s)}),i.onreadystatechange=()=>{if(i.readyState===XMLHttpRequest.DONE)if(i.status>=200&&i.status<300)try{if(i.getResponseHeader("Content-Type")?.includes("application/json")){let a=JSON.parse(i.responseText);n({data:a,headers:e,request:i,status:i.status,statusText:i.statusText})}else o(new Error("Content-Type of response header is not json"))}catch(s){o(s)}else o(new Error(`Received status - ${i.status}(${i.statusText})`))},i.onerror=()=>{o(new Error("Network error occurred during the request."))},i.send(JSON.stringify(r))})}function HT(){Gr.set("Content-Type","application/json; charset=utf-8"),Gr.set("cooee-sdk",js),Gr.set("cooee-sdk-code",mm.toString()),Gr.set("cooee-sdk-version",Gs),Gr.set("cooee-shop-name",oc()??"");let t=localStorage.getItem("cooeeDebugTill");(Vt.debug||t&&new Date(t)>new Date)&&Gr.set("cooee-sdk-debug","true")}var _l=class{modifications=[];constructor(){sn(`.lc-hide {display: none !important;height: 0 !important;}
54
54
  .lc-display-block {display: block !important;}
55
- .lc-display-inline {display: inline !important;}`,document.body)}execute(e){for(let r of e){if(!r.experimentConfig)continue;this.executeExperiment(r)&&this.trackExperimentRan(r)}if(document.querySelector("#lc-hide-body")?.remove(),!document.body){Ea("No body element found","error");return}this.setupMutationObserver()}executeExperiment(e){let r=e.experimentConfig?.modifications;if(!r?.length)return b.log("Nothing to experiment",e.toString()),!0;let n=!1;for(let o of r){if(!o.cssSelector){b.verbose("No CSS Selector available",e?.toString());continue}this.modifications.push(o);let i=Array.from(document.querySelectorAll(o.cssSelector));i?.length&&(this.executeSingleModification(o,i),n=!0)}return n}executeSingleModification(e,r){if(r?.length)for(let n of r)Object.assign(n.style,e.style),e.display==="HIDE"?n.classList.add("lc-hide"):e.display==="BLOCK"?n.classList.add("lc-display-block"):e.display==="INLINE"&&n.classList.add("lc-display-inline"),e.type==="TEXT"&&e.text?n.innerHTML=e.text:e.type==="IMAGE"&&this.updateImage(e,n),e.moveTo?.selector&&this.changePlacement(e,n).catch(console.error)}async changePlacement(e,r){let n=await Sn(e.moveTo.selector);if(n)switch(e.moveTo.position){case At.BEFORE1:{r.nextElementSibling!==n&&n.parentElement?.insertBefore(r,n);break}case At.INSIDE_FIRST1:{n.firstChild!==r&&n.insertBefore(r,n.firstChild);break}case At.INSIDE_LAST1:{n.lastChild!==r&&n.appendChild(r);break}case At.AFTER1:default:r.previousElementSibling!==n&&n.parentElement?.insertBefore(r,n.nextSibling)}}trackExperimentRan(e){if(e.id==="preview"){b.warn("Skipping experiment attribution as its preview",e.toString());return}bv({name:"CE Experiment Start",experiment:new An(e)}).catch(r=>{b.error("Fail to track experiment",r)})}setupMutationObserver(){new MutationObserver(r=>{r.forEach(n=>{n.addedNodes.forEach(o=>{o instanceof HTMLElement&&this.modifications.forEach(i=>{if(o.matches&&o.matches(i.cssSelector))b.verbose("1. Re-applying experiment",i.toString()),this.executeSingleModification(i,[o]);else if(o.querySelectorAll){let s=Array.from(o.querySelectorAll(i.cssSelector));if(!s.length)return;b.verbose("2. Re-applying experiment",i.toString()),this.executeSingleModification(i,s)}})})})}).observe(document.body,{childList:!0,subtree:!0})}updateImage(e,r){let n=e.image?.lg?.src,o=e.image?.sm?.src;!n&&!o||(r instanceof HTMLPictureElement?this.updatePictureElement({desktop:n,mobile:o},r):this.updateImageElement({desktop:n,mobile:o},r))}updateImageElement(e,r){Wr()&&e.mobile?(r.setAttribute("src",e.mobile),r.removeAttribute("srcset")):e.desktop&&(r.setAttribute("src",e.desktop),r.removeAttribute("srcset"))}updatePictureElement(e,r){if(r.innerHTML="",e.mobile){let o=document.createElement("source");o.srcset=e.mobile,o.media="(max-width: 767px)",r.append(o)}if(e.desktop){let o=document.createElement("source");o.srcset=e.desktop,o.media="(min-width: 768px)",r.append(o)}let n=document.createElement("img");n.src=e.desktop??e.mobile??"",r.append(n)}};async function bv(t){let e=await Fn(),r=E(E({},t),e);await Yt("/v1/event/experiment",r)}function vl(){NT().catch(t=>ae(t,"fetch-experiments"))}async function NT(){fe().activeExperiments&&(await Sr(ur),await PT())}async function PT(){b.info("Fetch experiments after \u23F0",So()+" of SDK load");let t=await Fn(),e=E({},t);Yt("/v1/engagement/experiments",e).then(async r=>{b.info(`Experiments fetched in \u23F0 ${Tr(r.timeTakenMs)}`);let n=r.data.experiments.map(o=>new St(o));new yl().execute(n)}).catch(r=>{b.error("Error sending experiment getter",r)})}var wv=zr(Ws());var fn=class{constructor(e){this.triggerContext=e}async execute(e){let r=fe().currentItem,n=e.clickAction;if(!n)return;let o=e.item,i=this.triggerContext,s=new Ei,a=i.triggerData.redirectBehaviour,l=!!i.triggerData.discount?.type&&!!n?.applyDiscount,f={selectedVariants:i.triggerData.nonMutableItems.map(A=>({itemMID:A.mID,mID:A.selectedOrFirstVariant.value.mID,variantID:A.selectedOrFirstVariant.value.mID})),eID:i.triggerData.engagementID,cID:i.triggerData.contentID},m="",d=[],_=[];if(o?_=[o.toEmbed()]:e.embeddedItem&&(_=[e.embeddedItem]),n.at===be.ADD_BUNDLE){let A=i.selectedItems;if(_=e.embeddedItems??A.map(B=>B.toEmbed()),i.shouldGiveFBTDiscount||e.embeddedItems?.length){let B;e.embeddedItems?B=e.embeddedItems.map(P=>({itemMID:P.mID,mID:P.vID,variantID:P.vID,quantity:P.quantity})):B=A.map(P=>({itemMID:P.mID,mID:P.selectedOrFirstVariant.value.mID,variantID:P.selectedOrFirstVariant.value.mID}));let q=i.triggerData.bundleFrom;i.triggerData.isBundleOnCartDrawer()&&q&&(B.push({itemMID:q.mID,mID:q.selectedOrFirstVariant.value.mID,isPrimary:!0}),_.unshift(q.toEmbed())),f.selectedVariants=B,i.triggerData.isBundleOnPDP()&&f.selectedVariants.forEach(P=>{P.mID===r.vID&&(P.isPrimary=!0)})}else f=void 0;d=e.embeddedItems??A}else if(n.at===be.INITIATE_CHECKOUT){let A=await me.getCurrent().getNormalisedCart();_=A.items,f.selectedVariants=A.items.map(B=>({itemMID:B.mID,mID:B.vID}))}else if(n.at===be.ADD_TO_CART)d=o?[o]:[e.embeddedItem];else if(n.at===be.QUICK_VIEW){window.cooeeShowQuickItem(this.triggerContext,o),this.sendTriggerClicked(_,{from:"button"},e.video);return}else if(n.at===be.GO_TO_PRODUCT)m=o?Wo("/products/"+o.slug):e.embeddedItem?.link;else if(n.at===be.GO_TO_URL){let A=Uo(n.gu?.u);window.CooeeSDK.allowExternalURL?A&&(m=A.href):A&&(m=A.pathname+A.search+A.hash)}else if(n.at===be.UPGRADE_TO_SUBSCRIPTION){let A=await s.upgradeToSubscription(o,i.triggerData);this.triggerContext.triggerData.skipSubscribedItems&&this.triggerContext.renderer.destroy(),Je.get().refreshUI(A)}else if(n.at===be.GO_TO_COLLECTION){let A=this.triggerContext.triggerData.collections?.[0];A&&(m="collections/"+A.handle)}if(this.sendTriggerClicked(_,{from:"button"},e.video),b.verbose({redirectPath:m,redirectBehaviour:a,hasDiscount:l}),!l&&m){location.href=m;return}let y,C=!1;try{y=await this.getOrGenerateDiscountCode(f),b.verbose("Discount code (if any) to apply",y)}catch(A){if(!this.triggerContext.triggerData.isBYOB()){wv.default.error("Unable to get a discount code",A);return}}if(y&&n.at===be.COPY_COUPON_CODE)await s.copyDiscountCode(y);else if(n.at===be.BUY_NOW){let A=await s.createNewCart(r,y,i.triggerData);A&&(location.href=A);return}try{y&&await Un.applyWithStorefront([y])}catch(A){b.error(A),C=!0}let N;if(d?.length&&(N=await s.addToCart(d,i.triggerData)),C&&y){Un.navigate(y,a,m);return}if(m){location.href=m;return}Un.navigateWithoutDiscount(a,N)}sendTriggerClicked(e,r,n){let o=new xe("CE Trigger Clicked",r,this.triggerContext.triggerData);o.items=e,o.setVideos(n),Mt(o)}async getOrGenerateDiscountCode(e){let r=this.triggerContext.triggerData.discount;if(!r?.type)return;let n="";if(r.type===Jt.STATIC){if(!r.code)throw yh("No discount code found","warning",{triggerContext:this.triggerContext}),new Error("No discount code found");return r.code}if(e){if(n=await LT(e,this.triggerContext),!n)throw b.error("No discount code found",e),new Error("Discount code not found or generated");return n}}};async function LT(t,e){try{return(await vv(t)).data.code}catch(r){throw Er("Failed to generate a discount code"),ae(r,"backend-generate-discount",{triggerContext:e}),r}}var Ue=class extends Pr{stylesConverter=new vi(1);mediaStyle={};deviceTypeKey;clickExecutor;componentWillMount(){this.deviceTypeKey=Wr()?"sm":"lg",this.clickExecutor=new fn(this.props.triggerContext)}getCompiledStyles(){return this.putStyleAccordingToDevice(),E(E(Z(E(E(E(E(E(E({},this.stylesConverter.getFlexStyles(this.mediaStyle.flex)),this.stylesConverter.getBackgroundStyles(this.mediaStyle.bg)),this.stylesConverter.getBorderStyles(this.mediaStyle.br)),this.stylesConverter.getSizeStyles(this.mediaStyle.size)),this.stylesConverter.getSpaceStyles(this.mediaStyle.spc)),this.stylesConverter.getLayoutStyles(this.mediaStyle.lout)),{boxSizing:"border-box",outline:"none"}),this.getComponentStyles()),this.props.style)}matchWhenCondition(e){if(!e?.op)return!0;let{lhs:r,rhs:n}=e;switch(e.op){case"eq":return r===n;case"gt":return+r>+n;case"gte":return+r>=+n;case"lt":return+r<+n;case"lte":return+r<=+n;case"ne":return r!==n;case"null":return r==null;case"empty":return r.trim()==="";case"in":return new RegExp(`\\b${n}\\b`).test(r);case"nin":return!new RegExp(`\\b${n}\\b`).test(r);default:return b.error(`Invalid operator found for when condition - ${e.op}`),!1}}putStyleAccordingToDevice(){let e=this.props.element;this.mediaStyle=e.style.lg,Wr()&&e.style.sm&&Object.keys(e.style.sm).length&&(this.mediaStyle=E(E({},this.mediaStyle),e.style.sm))}sendTriggerClicked(e,r){this.clickExecutor.sendTriggerClicked(e,r)}async onClick(e,r){e.stopPropagation(),r.clickAction||(r.clickAction=this.props.element.clc),r.clickAction?.at&&await this.clickExecutor.execute(r)}};var MT=0,fG=Array.isArray;function K(t,e,r,n,o,i){e||(e={});var s,a,l=e;if("ref"in l)for(a in l={},e)a=="ref"?s=e[a]:l[a]=e[a];var f={type:t,props:l,key:r,ref:s,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--MT,__i:-1,__u:0,__source:o,__self:i};if(typeof t=="function"&&(s=t.defaultProps))for(a in s)l[a]===void 0&&(l[a]=s[a]);return Te.vnode&&Te.vnode(f),f}var Kt=class extends Ue{componentDidMount(){this.setState(()=>({text:this.props.element.text})),wt(this.onChange.bind(this))}componentWillReceiveProps(e){this.props.element=e.element,this.onChange()}render(){let e=this.getCompiledStyles(),r=this.state.text;return r||(e.display="none",r=""),K("div",{style:e,onClick:this.customOnClick.bind(this),className:"lc-text",children:K("span",{style:this.getSpanStyle(),dangerouslySetInnerHTML:{__html:r}})})}customOnClick(){this.props.onClick&&this.props.onClick("title")}onChange(){if(this.props.element.text==null)return;let e=this.props.triggerContext.triggerData,r={bundle:e.discountData.value,customer:e.customerData,cart:e.getCartMagicVariables()},n=Qn(this.props.element,r,this.props.triggerContext),o=new gt(n);if(!this.matchWhenCondition(o.when)){this.setState(()=>({text:""}));return}this.setState(()=>({text:o.text}))}getTypoStyles(){let e={},r=this.mediaStyle.typo??new at;return e.letterSpacing=r.letterSpacing,e.fontSize=r.fs+"px",e.lineHeight=r.lh,e.fontFamily=r.fam.name||"inherit",e.textAlign=r.alignment,e.fontWeight=r.fw,e.textDecoration=r.td??"none",this.stylesConverter.getColourStyles(r.tc,"color",e),e}getComponentStyles(){return E({},this.getTypoStyles())}getSpanStyle(){return{overflow:"hidden",display:"-webkit-box",webkitBoxOrient:"vertical",webkitLineClamp:2,color:"inherit",fontSize:"inherit",fontWeight:"inherit",fontFamily:"inherit"}}};var vo=class extends Kt{render(){return K("div",{style:this.getCompiledStyles(),className:"lc-button",onClick:e=>this.onClick(e,{item:this.props.item}),children:K("span",{style:this.getSpanStyle(),dangerouslySetInnerHTML:{__html:this.state.text}})})}getComponentStyles(){return Z(E({},super.getComponentStyles()),{cursor:"pointer"})}};var qp=class extends Pr{render(){if(this.props.element.show[this.props.label.toLowerCase()])return this.props.element.lblPos==="end"?K("div",{style:E(E({},this.getElementStyle()),this.props.styles),children:[K("span",{children:this.props.time}),K("span",{style:this.getTimeLabelStyle(),children:this.props.label})]}):K("div",{style:E(E({},this.getElementStyle()),this.props.styles),children:[K("span",{style:this.getTimeLabelStyle(),children:this.props.label}),K("span",{children:this.props.time})]})}getDesign(){}getTimeLabelStyle(){return{fontSize:"0.5em",alignContent:"center"}}getElementStyle(){let e={display:"flex",flexDirection:"column",placeContent:"center center",textAlign:"center"};return this.props.element.horizontal&&(e.gridTemplateColumns="repeat(2, minmax(0, 1fr))"),e}},Rs=class extends Kt{labels={Days:"00",Hours:"00",Minutes:"00",Seconds:"00"};componentWillMount(){super.componentWillMount(),this.setState(()=>E({},this.labels)),this.processAndStartTimer()}render(){return K("div",{style:this.getLabelsParentStyle(),children:Object.keys(this.labels).map(e=>K(qp,{styles:this.getCompiledStyles(),label:e,time:this.state[e],element:this.props.element}))})}getLabelsParentStyle(){return{display:"grid",justifyContent:"center",gridTemplateColumns:"repeat(4, auto)",gap:this.stylesConverter.getSizePx(this.props.element.gap)}}getDisplayStyles(){return{display:"grid",placeContent:"center center"}}getComponentStyles(){return E(E({},super.getComponentStyles()),this.getDisplayStyles())}processAndStartTimer(){this.props.element.timer.start(this.props.element.timerType,e=>{this.labels.Days=String(e.days).padStart(2,"0"),this.labels.Hours=String(e.hours).padStart(2,"0"),this.labels.Minutes=String(e.minutes).padStart(2,"0"),this.labels.Seconds=String(e.seconds).padStart(2,"0"),this.setState(()=>E({},this.labels))})}};function El(t,e){if(!t)return;let r={loop:e.loop,slidesPerView:e.maxInRow,spaceBetween:e.gap+"px",pagination:{type:e.pagination.type,el:t.querySelector(".swiper-pagination"),clickable:!0,renderBullet:(o,i)=>`
55
+ .lc-display-inline {display: inline !important;}`,document.body)}execute(e){for(let r of e){if(!r.experimentConfig)continue;this.executeExperiment(r)&&this.trackExperimentRan(r)}if(document.querySelector("#lc-hide-body")?.remove(),!document.body){wa("No body element found","error");return}this.setupMutationObserver()}executeExperiment(e){let r=e.experimentConfig?.modifications;if(!r?.length)return b.log("Nothing to experiment",e.toString()),!0;let n=!1;for(let o of r){if(!o.cssSelector){b.verbose("No CSS Selector available",e?.toString());continue}this.modifications.push(o);let i=Array.from(document.querySelectorAll(o.cssSelector));i?.length&&(this.executeSingleModification(o,i),n=!0)}return n}executeSingleModification(e,r){if(r?.length)for(let n of r)Object.assign(n.style,e.style),e.display==="HIDE"?n.classList.add("lc-hide"):e.display==="BLOCK"?n.classList.add("lc-display-block"):e.display==="INLINE"&&n.classList.add("lc-display-inline"),e.type==="TEXT"&&e.text?n.innerHTML=e.text:e.type==="IMAGE"&&this.updateImage(e,n),e.moveTo?.selector&&this.changePlacement(e,n).catch(console.error)}async changePlacement(e,r){let n=await Sn(e.moveTo.selector);if(n)switch(e.moveTo.position){case At.BEFORE1:{r.nextElementSibling!==n&&n.parentElement?.insertBefore(r,n);break}case At.INSIDE_FIRST1:{n.firstChild!==r&&n.insertBefore(r,n.firstChild);break}case At.INSIDE_LAST1:{n.lastChild!==r&&n.appendChild(r);break}case At.AFTER1:default:r.previousElementSibling!==n&&n.parentElement?.insertBefore(r,n.nextSibling)}}trackExperimentRan(e){if(e.id==="preview"){b.warn("Skipping experiment attribution as its preview",e.toString());return}xv({name:"CE Experiment Start",experiment:new An(e)}).catch(r=>{b.error("Fail to track experiment",r)})}setupMutationObserver(){new MutationObserver(r=>{r.forEach(n=>{n.addedNodes.forEach(o=>{o instanceof HTMLElement&&this.modifications.forEach(i=>{if(o.matches&&o.matches(i.cssSelector))b.verbose("1. Re-applying experiment",i.toString()),this.executeSingleModification(i,[o]);else if(o.querySelectorAll){let s=Array.from(o.querySelectorAll(i.cssSelector));if(!s.length)return;b.verbose("2. Re-applying experiment",i.toString()),this.executeSingleModification(i,s)}})})})}).observe(document.body,{childList:!0,subtree:!0})}updateImage(e,r){let n=e.image?.lg?.src,o=e.image?.sm?.src;!n&&!o||(r instanceof HTMLPictureElement?this.updatePictureElement({desktop:n,mobile:o},r):this.updateImageElement({desktop:n,mobile:o},r))}updateImageElement(e,r){Wr()&&e.mobile?(r.setAttribute("src",e.mobile),r.removeAttribute("srcset")):e.desktop&&(r.setAttribute("src",e.desktop),r.removeAttribute("srcset"))}updatePictureElement(e,r){if(r.innerHTML="",e.mobile){let o=document.createElement("source");o.srcset=e.mobile,o.media="(max-width: 767px)",r.append(o)}if(e.desktop){let o=document.createElement("source");o.srcset=e.desktop,o.media="(min-width: 768px)",r.append(o)}let n=document.createElement("img");n.src=e.desktop??e.mobile??"",r.append(n)}};async function xv(t){let e=await Fn(),r=E(E({},t),e);await Kt("/v1/event/experiment",r)}function bl(){$T().catch(t=>ae(t,"fetch-experiments"))}async function $T(){fe().activeExperiments&&(await Sr(fr),await VT())}async function VT(){b.info("Fetch experiments after \u23F0",So()+" of SDK load");let t=await Fn(),e=E({},t);Kt("/v1/engagement/experiments",e).then(async r=>{b.info(`Experiments fetched in \u23F0 ${Tr(r.timeTakenMs)}`);let n=r.data.experiments.map(o=>new Tt(o));new _l().execute(n)}).catch(r=>{b.error("Error sending experiment getter",r)})}var Ue=class extends Pr{stylesConverter=new vi(1);mediaStyle={};deviceTypeKey;clickExecutor;componentWillMount(){this.deviceTypeKey=Wr()?"sm":"lg",this.clickExecutor=new fn(this.props.triggerContext)}getCompiledStyles(){return this.putStyleAccordingToDevice(),E(E(Z(E(E(E(E(E(E({},this.stylesConverter.getFlexStyles(this.mediaStyle.flex)),this.stylesConverter.getBackgroundStyles(this.mediaStyle.bg)),this.stylesConverter.getBorderStyles(this.mediaStyle.br)),this.stylesConverter.getSizeStyles(this.mediaStyle.size)),this.stylesConverter.getSpaceStyles(this.mediaStyle.spc)),this.stylesConverter.getLayoutStyles(this.mediaStyle.lout)),{boxSizing:"border-box",outline:"none"}),this.getComponentStyles()),this.props.style)}matchWhenCondition(e){if(!e?.op)return!0;let{lhs:r,rhs:n}=e;switch(e.op){case"eq":return r===n;case"gt":return+r>+n;case"gte":return+r>=+n;case"lt":return+r<+n;case"lte":return+r<=+n;case"ne":return r!==n;case"null":return r==null;case"empty":return r.trim()==="";case"in":return new RegExp(`\\b${n}\\b`).test(r);case"nin":return!new RegExp(`\\b${n}\\b`).test(r);default:return b.error(`Invalid operator found for when condition - ${e.op}`),!1}}putStyleAccordingToDevice(){let e=this.props.element;this.mediaStyle=e.style.lg,Wr()&&e.style.sm&&Object.keys(e.style.sm).length&&(this.mediaStyle=E(E({},this.mediaStyle),e.style.sm))}sendTriggerClicked(e,r){this.clickExecutor.sendTriggerClicked(e,r)}async onClick(e,r){e.stopPropagation(),r.clickAction||(r.clickAction=this.props.element.clc),r.clickAction?.at&&await this.clickExecutor.execute(r)}};var WT=0,IG=Array.isArray;function K(t,e,r,n,o,i){e||(e={});var s,a,l=e;if("ref"in l)for(a in l={},e)a=="ref"?s=e[a]:l[a]=e[a];var f={type:t,props:l,key:r,ref:s,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--WT,__i:-1,__u:0,__source:o,__self:i};if(typeof t=="function"&&(s=t.defaultProps))for(a in s)l[a]===void 0&&(l[a]=s[a]);return Ie.vnode&&Ie.vnode(f),f}var Xt=class extends Ue{componentDidMount(){this.setState(()=>({text:this.props.element.text})),St(this.onChange.bind(this))}componentWillReceiveProps(e){this.props.element=e.element,this.onChange()}render(){let e=this.getCompiledStyles(),r=this.state.text;return r||(e.display="none",r=""),K("div",{style:e,onClick:this.customOnClick.bind(this),className:"lc-text",children:K("span",{style:this.getSpanStyle(),dangerouslySetInnerHTML:{__html:r}})})}customOnClick(){this.props.onClick&&this.props.onClick("title")}onChange(){if(this.props.element.text==null)return;let e=this.props.triggerContext.triggerData,r={bundle:e.discountData.value,customer:e.customerData,cart:e.getCartMagicVariables()},n=Qn(this.props.element,r,this.props.triggerContext),o=new yt(n);if(!this.matchWhenCondition(o.when)){this.setState(()=>({text:""}));return}this.setState(()=>({text:o.text}))}getTypoStyles(){let e={},r=this.mediaStyle.typo??new at;return e.letterSpacing=r.letterSpacing,e.fontSize=r.fs+"px",e.lineHeight=r.lh,e.fontFamily=r.fam.name||"inherit",e.textAlign=r.alignment,e.fontWeight=r.fw,e.textDecoration=r.td??"none",this.stylesConverter.getColourStyles(r.tc,"color",e),e}getComponentStyles(){return E({},this.getTypoStyles())}getSpanStyle(){return{overflow:"hidden",display:"-webkit-box",webkitBoxOrient:"vertical",webkitLineClamp:2,color:"inherit",fontSize:"inherit",fontWeight:"inherit",fontFamily:"inherit"}}};var vo=class extends Xt{render(){return K("div",{style:this.getCompiledStyles(),className:"lc-button",onClick:e=>this.onClick(e,{item:this.props.item}),children:K("span",{style:this.getSpanStyle(),dangerouslySetInnerHTML:{__html:this.state.text}})})}getComponentStyles(){return Z(E({},super.getComponentStyles()),{cursor:"pointer"})}};var Kp=class extends Pr{render(){if(this.props.element.show[this.props.label.toLowerCase()])return this.props.element.lblPos==="end"?K("div",{style:E(E({},this.getElementStyle()),this.props.styles),children:[K("span",{children:this.props.time}),K("span",{style:this.getTimeLabelStyle(),children:this.props.label})]}):K("div",{style:E(E({},this.getElementStyle()),this.props.styles),children:[K("span",{style:this.getTimeLabelStyle(),children:this.props.label}),K("span",{children:this.props.time})]})}getDesign(){}getTimeLabelStyle(){return{fontSize:"0.5em",alignContent:"center"}}getElementStyle(){let e={display:"flex",flexDirection:"column",placeContent:"center center",textAlign:"center"};return this.props.element.horizontal&&(e.gridTemplateColumns="repeat(2, minmax(0, 1fr))"),e}},Os=class extends Xt{labels={Days:"00",Hours:"00",Minutes:"00",Seconds:"00"};componentWillMount(){super.componentWillMount(),this.setState(()=>E({},this.labels)),this.processAndStartTimer()}render(){return K("div",{style:this.getLabelsParentStyle(),children:Object.keys(this.labels).map(e=>K(Kp,{styles:this.getCompiledStyles(),label:e,time:this.state[e],element:this.props.element}))})}getLabelsParentStyle(){return{display:"grid",justifyContent:"center",gridTemplateColumns:"repeat(4, auto)",gap:this.stylesConverter.getSizePx(this.props.element.gap)}}getDisplayStyles(){return{display:"grid",placeContent:"center center"}}getComponentStyles(){return E(E({},super.getComponentStyles()),this.getDisplayStyles())}processAndStartTimer(){this.props.element.timer.start(this.props.element.timerType,e=>{this.labels.Days=String(e.days).padStart(2,"0"),this.labels.Hours=String(e.hours).padStart(2,"0"),this.labels.Minutes=String(e.minutes).padStart(2,"0"),this.labels.Seconds=String(e.seconds).padStart(2,"0"),this.setState(()=>E({},this.labels))})}};function wl(t,e){if(!t)return;let r={loop:e.loop,slidesPerView:e.maxInRow,spaceBetween:e.gap+"px",pagination:{type:e.pagination.type,el:t.querySelector(".swiper-pagination"),clickable:!0,renderBullet:(o,i)=>`
56
56
  <span class="${i}"
57
57
  style="background-color: ${e.pagination.color?.rgba};"></span>
58
58
  `,renderProgressbar:o=>`
59
59
  <span class="${o}"
60
60
  style="background-color: ${e.pagination.color?.rgba};">
61
61
  </span>
62
- `},navigation:{nextEl:t.querySelector(".swiper-button-next"),prevEl:t.querySelector(".swiper-button-prev")},autoplay:e.autoplay?.enabled?{delay:e.autoplay?.delay,disableOnInteraction:!1,pauseOnMouseEnter:!1}:!1,autoHeight:!0};e.marquee&&r.autoplay&&typeof r.autoplay=="object"&&(r.speed=e.speed,r.autoplay.pauseOnMouseEnter=!0,t.style.setProperty("--swiper-wrapper-transition-timing-function","linear"));let n=new window.CooeeSDK.Swiper(t,r);return t.style.setProperty("--swiper-navigation-size",`${e.navigation.size}px`),n}function _l(t,e,r){let n={color:t.navigation.color?.rgba};return t.pagination.enabled&&(n.transform="translateY(-25%)"),K("div",{class:"swiper-container",ref:e,style:"max-width: 100%",children:[K("div",{class:"swiper-wrapper",children:r()}),t.navigation.enabled&&K("div",{class:"swiper-button-next",style:n,children:K("span",{})}),t.navigation.enabled&&K("div",{class:"swiper-button-prev",style:n,children:K("span",{})}),t.pagination.enabled&&K("div",{className:"swiper-pagination",style:{bottom:0,top:"unset",position:"relative",color:t.pagination.color?.rgba}})]})}var As=class extends Ue{componentDidMount(){wt(()=>{this.setState(()=>({checked:this.props.item.selected.value}))})}render(){return K("div",{style:this.getCompiledStyles(),className:"lc-checkbox",children:K("input",{type:"checkbox",checked:this.state.checked,onChange:this.onChange.bind(this),style:{appearance:"auto"}})})}onChange(e){let{checked:r}=e.target;this.props.item.selected.value=r}getTypoStyles(){let e={},r=this.mediaStyle.typo??new at;return e.textAlign=r.alignment,e.justifyContent=r.alignment,e}getComponentStyles(){return Z(E({},this.getTypoStyles()),{display:"flex"})}};var pn=class extends Ue{constructor(e,r){super(e,r)}render(){let e=this.props.element[this.deviceTypeKey],r=e?.src||this.props.element.src||this.props.element.lg?.src;return K("img",{onClick:this.customOnClick.bind(this),className:"lc-image",alt:e?.name||"Image",onMouseEnter:this.handleMouseEnter.bind(this),onMouseLeave:this.handleMouseLeave.bind(this),src:r,style:this.getCompiledStyles()})}customOnClick(e){this.props.element.clc?.at===be.ADD_TO_CART&&this.props.triggerContext.triggerData.items[0]&&this.onClick(e,{item:this.props.triggerContext.triggerData.items[0]}),this.props.onClick&&this.props.onClick("image")}getComponentStyles(){let e=this.mediaStyle.lout;if(!e||e.pos!=="absolute")return{};let r={zIndex:e.zIndex,cursor:this.props.element.clc?.at?"pointer":"auto"};return this.mediaStyle.size?.w&&(r.width=this.mediaStyle.size.w),this.mediaStyle.size?.h&&(r.height=this.mediaStyle.size.h),r}handleMouseEnter(e){let r=this.props.element[this.deviceTypeKey]?.secondarySrc;r&&(e.currentTarget.src=r)}handleMouseLeave(e){e.currentTarget.src=this.props.element[this.deviceTypeKey]?.src}};var mn=class extends Ue{render(){if(!(this.props.element.hide||!this.matchWhenCondition(this.props.element.when)))return K("div",{style:this.getCompiledStyles(),class:"lc-flexbox",children:K(Hn,{elements:this.props.elements,element:this.props.element,triggerContext:this.props.triggerContext})})}getComponentStyles(){let e=this.mediaStyle.flex??new Xo,r={display:"flex",gap:e.gap+"px",flexWrap:e.wrap,flexDirection:e.dir,justifyContent:e.jc,alignItems:e.ai};return e.wrap==="nowrap"&&e.scroll&&(e.dir==="column"?r["overflow-y"]="auto":r["overflow-x"]="auto"),r}};var Ds=class extends mn{render(){if(!(this.props.element.hide||!this.matchWhenCondition(this.props.element.when)))return K("div",{style:this.getCompiledStyles(),class:"lc-flexbox",children:K(wi,{elements:this.props.elements,element:this.props.element,triggerContext:this.props.triggerContext,item:this.props.item,noLinks:this.props.noLinks})})}};var Os=class extends Ue{render(){return K("select",{style:this.getCompiledStyles(),value:this.props.selectedVariant.selectedSellingPlan.value?.mID??"",onChange:this.onChange.bind(this),disabled:this.state.disabled,className:"lc-dropdown",children:this.createSelectItems()})}componentDidMount(){wt(()=>{this.setState(()=>({disabled:this.props.triggerContext.triggerData.isBundle()?!this.props.item.selected.value:!1}))})}getTypoStyles(){let e={},r=this.mediaStyle.typo??new at;return e.letterSpacing=r.letterSpacing,e.fontSize=r.fs+"px",e.lineHeight=r.lh,e.fontFamily="inherit",e.textAlign=r.alignment,e.fontWeight=r.fw,this.stylesConverter.getColourStyles(r.tc,"color",e),e.boxShadow="none",e}getComponentStyles(){let e={};return this.props.selectedVariant.sellingPlans?.length||(e.visibility="hidden"),E(E({},e),this.getTypoStyles())}createSelectItems(){let e=[],r=this.props.selectedVariant;if(!r.sellingPlans?.length)return[];this.props.triggerContext.triggerData.skipSubscribedItems?r.selectedSellingPlan.value||(r.sellingPlans[0].isSelected=!0,r.changeSellingPlan(r.sellingPlans[0])):e.push(K("option",{value:"",selected:!r.selectedSellingPlan,children:"One time purchase"}));for(let n of r.sellingPlans??[])e.push(K("option",{value:n.mID,selected:n.isSelected,children:n.name}));return e}onChange(e){let r=e.target.value;r?this.props.selectedVariant.selectedSellingPlan.value=this.props.selectedVariant.sellingPlans.find(n=>n.mID===r):this.props.selectedVariant.selectedSellingPlan.value=void 0}};var BT=new RegExp('fill="#[a-zA-Z0-9]+"'),Ns=class extends Ue{constructor(){super()}render(){let e=this.getCompiledStyles(),r=this.getRating();return r||(e.display="none",r=""),K("div",{style:e,className:"lc-star-rating",dangerouslySetInnerHTML:{__html:r}})}getRating(){let e={size:this.props.element.iconSize,color:this.props.element.c.hex},r=Vo(this.props.element.fullStar,{svg:e},this.props.triggerContext),n=Vo(this.props.element.halfStart,{svg:e},this.props.triggerContext),o=this.props.review;if(!o?.rating)return"";let i="";if(this.props.element.showSingleStar)i=r;else{let s=5,a=`${o.rating}`.split(".");for(let l=0;l<+a[0];l++)i+=r,s--;a[1]&&(i+=n,s--);for(let l=0;l<s;l++)i+=r.replace(BT,'fill="#f1f1f1"')}return i}getComponentStyles(){return{display:"flex",alignItems:"center"}}};var Ps=class extends Ue{render(){return K("select",{style:this.getCompiledStyles(),value:this.props.item.selectedOrFirstVariant.value.mID,onChange:this.onChange.bind(this),disabled:this.state.disabled,className:"lc-dropdown",children:this.createSelectItems()})}componentDidMount(){wt(()=>{this.setState(()=>({disabled:this.props.triggerContext.triggerData.isBundle()?!this.props.item.selected.value:!1}))})}getTypoStyles(){let e={},r=this.mediaStyle.typo??new at;return e.letterSpacing=r.letterSpacing,e.fontSize=r.fs+"px",e.lineHeight=r.lh,e.fontFamily="inherit",e.textAlign=r.alignment,e.fontWeight=r.fw,this.stylesConverter.getColourStyles(r.tc,"color",e),e.boxShadow="none",e}getComponentStyles(){let e={};return this.props.item.vars?.length===1&&this.props.item.vars[0].name==="Default Title"&&(e.visibility="hidden"),E(E({},e),this.getTypoStyles())}createSelectItems(){let e=[];for(let r of this.props.item.vars)e.push(K("option",{value:r.mID,disabled:!r.isAvailable,children:r.name}));return e}onChange(e){let r=e.target.value,n=this.props.item.vars.find(o=>o.mID===r);this.props.item.setSelectedVariant(n)}};var Sv=()=>{let t=window.ShopifyAnalytics?.meta??{},e=t.selectedVariantId;if(e)return e;if(t.product?.variants?.length>0)return t.product.variants[0].id},zp=t=>{if(!t)return;let e;try{e=new URL(t)}catch{return}if(e.hostname!=="cdn.shopify.com")return t;let r=e.pathname.split(".");return r.length!==2?t:(e.pathname=r[0]+"_large."+r[1],e.toString())};var wi=class extends Ue{constructor(e,r){super(e,r),this.setState(()=>({decoration:"unset"}))}renderElement(e){if(!(e.hide||!this.matchWhenCondition(e.when))){if(e.t===4){let r=e;return r.l==="Star Rating"&&!this.props.item.reviews?.rating?void 0:K(Ds,{element:r,triggerContext:this.props.triggerContext,elements:r.elems,item:this.props.item,noLinks:this.props.noLinks})}if(e.t===6)return this.props.triggerContext.triggerData.isBundle()?K(As,{element:e,item:this.props.item,triggerContext:this.props.triggerContext}):void 0;if(e.t===13){let r=e,n=this.props.item,o=zp(n.variantImage??n.firstImageURL),i=zp(n.variantSecondaryImage??n.secondaryImageURL);r.lg=r.sm={src:o,name:n.name,secondarySrc:i};let s=K(pn,{element:r,onClick:this.customOnClick.bind(this),triggerContext:this.props.triggerContext});return this.props.noLinks?s:K("a",{href:this.props.item.selectedOrFirstVariant.value.link,style:{display:"block"},children:s})}if(e.t===14)return this.renderProductTitle(e);if(e.t===15){let r=e;return this.props.triggerContext.triggerData.isCartEmbed()&&this.props.item.vars?.length===1&&this.props.item.vars[0].name==="Default Title"?void 0:r.showChips?K("cooee-product-options-picker",{item:this.props.item}):K(Ps,{element:r,item:this.props.item,triggerContext:this.props.triggerContext})}return e.t===16?K(Os,{element:e,selectedVariant:this.props.item.selectedOrFirstVariant.value,item:this.props.item,triggerContext:this.props.triggerContext}):e.t===19?K(Ns,{element:e,triggerContext:this.props.triggerContext,review:this.props.item.reviews}):e.t===18||e.t===3?K(vo,{element:e,item:this.props.item,triggerContext:this.props.triggerContext}):K(Hn,{elements:[e],element:this.props.element,triggerContext:this.props.triggerContext})}}render(){return this.attachListener(),this.props.elements.map(e=>this.renderElement(e))}getComponentStyles(){return{}}renderProductTitle(e){let r=K(Kt,{element:e,onClick:this.customOnClick.bind(this),triggerContext:this.props.triggerContext});return this.props.noLinks?r:K("a",{href:this.props.item.selectedOrFirstVariant.value.link,style:{display:"block",textDecoration:this.state.decoration},onMouseEnter:this.onMouseEnter.bind(this),onMouseLeave:this.onMouseLeave.bind(this),children:r})}customOnClick(e){this.sendTriggerClicked([this.props.item.toEmbed()],{from:e})}onMouseEnter(){this.setState(()=>({decoration:"underline"}))}onMouseLeave(){this.setState(()=>({decoration:"unset"}))}attachListener(){document.addEventListener("letscooee:variant-change",e=>{let r=e;if(!r.detail||this.props.item.mID!==r.detail.productID)return;let n=r.detail.variantID;this.props.item.setSelectedVariantByID(n)})}};var Eo=class extends Ue{productElement;constructor(e,r){super(e,r),this.setState(()=>({decoration:"unset"}))}render(){let e=Qn(this.props.element,this.getProductData(),this.props.triggerContext);if(this.productElement=new Cn(e),!(this.productElement.hide||!this.matchWhenCondition(this.productElement.when)))return K("div",{style:E({},this.getCompiledStyles()),class:"lc-single-product",children:K(wi,{element:this.productElement,elements:this.productElement.elems,triggerContext:this.props.triggerContext,item:this.props.item,noLinks:this.productElement.noLinks})})}getComponentStyles(){return{flexShrink:0}}getProductData(){if(!this.props.item)return{};let e=this.props.item,r=e.selectedOrFirstVariant.value,n=e.getTemplateVariables();n.product.quantity=this.props.triggerContext.hasManipulatedProductQuantity()?this.props.triggerContext.getManipulatedQuantity(this.props.item.quantity):this.props.item.quantity;let o=this.props.triggerContext.triggerData.discount?.type===Jt.BXGY;return!r.hasEffectivePrice()&&o&&(n.product=Z(E(E({},n.product),Lt("effective_price",r.effectivePrice.value)),{price:""})),n.variant.quantity=this.props.triggerContext.hasManipulatedProductQuantity()?this.props.triggerContext.getManipulatedQuantity(r.quantity):r.quantity,{product:n.product,variant:n.variant,svg:{color:"{{ svg.color }}",size:"{{ svg.size }}"}}}};var Ls=class extends Ue{swiperRef=null;swiperInstance=null;configuration;gap;constructor(e,r){super(e,r),this.configuration=Wr()?this.props.element.conf.sm:this.props.element.conf.lg,this.gap=(this.configuration.gap??15)+"px"}componentDidMount(){this.props.element.conf[this.deviceTypeKey].disp===2&&Ac().then(()=>{this.swiperInstance=El(this.swiperRef,this.props.element.conf[this.deviceTypeKey])})}componentWillUnmount(){this.swiperInstance&&this.swiperInstance.destroy()}render(){let e=this.props.triggerContext.triggerData.items;e.splice(this.configuration.maxItems??10);let r;if(this.configuration.disp===2){let n=i=>{this.swiperRef=i},o=()=>e?.map(i=>K("div",{class:"swiper-slide",children:this.getProductFragment(i)}));r=K("div",{style:Z(E({},this.getCompiledStyles()),{display:"block"}),class:"lc-product-swiper-list",children:_l(this.configuration,n,o)})}else r=K("div",{style:this.getCompiledStyles(),class:"lc-product-list",children:e?.map((n,o)=>this.getProductFragment(n,o!==e.length-1))});return r}getComponentStyles(){let e=[0,2].includes(this.configuration.disp),r={display:e?"flex":"grid",justifyContent:"safe "+(this.mediaStyle.flex?.jc??"center"),gap:this.gap,flexDirection:this.mediaStyle.flex?.dir??"row"};if(r.flexDirection==="row"){if(e)r.maxWidth="100%",r.overflowY="auto";else if(this.configuration.disp===1){let n=this.props.triggerContext.triggerData,o=n.items.length,i;n.isBundle()?i=this.props.element.prod.symbol?.hide!==!0?o*2-1:o:i=this.props.element.conf[this.deviceTypeKey].maxInRow,r.gridTemplateColumns=`repeat(${i}, auto)`}}return r}getProductFragment(e,r=!1){return K(Lr,{children:[K(Eo,{element:this.props.element.prod,item:e,triggerContext:this.props.triggerContext}),this.props.triggerContext.triggerData.isBundle()&&r&&this.props.element.prod.symbol&&!this.props.element.prod.symbol.hide&&K("div",{style:{display:"flex",alignItems:"center",justifyContent:"center"},children:K(Kt,{element:this.props.element.prod.symbol,triggerContext:this.props.triggerContext})})]},e.mID)}};var Ms=class extends Ue{swiperRef=null;swiperInstance=null;constructor(e,r){super(e,r)}componentDidMount(){Ac().then(()=>{this.swiperInstance=El(this.swiperRef,this.props.element.conf)})}componentWillUnmount(){this.swiperInstance&&this.swiperInstance.destroy()}render(){let e=this.props.element,r=o=>{this.swiperRef=o},n=()=>{let o=e.values?.map(a=>K("div",{class:"swiper-slide",onClick:l=>this.onClick(l,{clickAction:this.getClickAction(a)}),children:this.renderElement(a)}));if(!o?.length)return[];let i=e.conf,s=o.length;if(i.marquee&&s<=Number(i.maxInRow)){let a=Number(i.maxInRow)-s+1;for(let l=0;l<a;l++)o.push(o[l%s])}return o};return _l(e.conf,r,n)}getComponentStyles(){return{}}renderElement(e){let r=this.valueAddedSlide(this.props.element.slide,e);switch(r?.t){case 1:return K(pn,{element:r,triggerContext:this.props.triggerContext});case 4:return K(mn,{elements:r.elems,element:r,triggerContext:this.props.triggerContext});default:b.warn("Unknown slide type for carousal")}}valueAddedSlide(e,r){let n=Qn(e,{form:r},this.props.triggerContext);return Gt.getParsedElement(n)}getClickAction(e){return Qn(this.props.element.clc??{},{form:e},this.props.triggerContext)}};var Hn=class extends Ue{constructor(e,r){super(e,r),this.setState(()=>({decoration:"unset"})),wt(()=>{this.setState(()=>({showButton:!this.props.triggerContext.triggerData.isBundle()||!!this.props.triggerContext.selectedItems.length}))})}renderElement(e){if(!e.hide){if(e.t===4){let r=e;return K(mn,{element:r,triggerContext:this.props.triggerContext,elements:r.elems})}if(e.t===61)return K(Rs,{element:e,triggerContext:this.props.triggerContext});if(e.t===3)return this.state.showButton?K(vo,{element:e,triggerContext:this.props.triggerContext}):void 0;if(e.t===2)return K(Kt,{element:e,triggerContext:this.props.triggerContext});if(e.t===1)return K(pn,{element:e,triggerContext:this.props.triggerContext});if(e.t===11)return K(Ls,{element:e,triggerContext:this.props.triggerContext});if(e.t===12)return K(Eo,{element:e,item:this.props.triggerContext.triggerData.items[0],triggerContext:this.props.triggerContext});if(e.t===62)return K(Ms,{element:e,triggerContext:this.props.triggerContext})}}render(){return this.props.elements.map(e=>this.renderElement(e))}getComponentStyles(){return{}}};var Bs=class extends Ue{clickAction;isClickable;constructor(e,r){super(e,r),this.clickAction=this.props.element.clc,this.isClickable=this.clickAction?.at===be.GO_TO_URL&&!!Uo(this.clickAction.gu?.u)||this.clickAction?.at===be.OPEN_CART||this.clickAction?.at===be.INITIATE_CHECKOUT}componentDidMount(){wt(()=>{let e=this.props.triggerContext.triggerData,r=this.props.triggerContext.selectedItems;e.calculateDiscountData(r,this.props.triggerContext.shouldGiveFBTDiscount)})}render(){return K(Lr,{children:[K("div",{style:this.getCompiledStyles(),class:"lc-container",onClick:e=>{this.onClick(e,{clickAction:this.clickAction})},children:K(Hn,{elements:this.props.elements,element:this.props.element,triggerContext:this.props.triggerContext})}),this.props.triggerContext.triggerData.id==="preview"&&K("div",{class:"letscooee-preview-badge",children:["#",this.props.triggerContext.triggerData.shortID," preview"]})]})}getComponentStyles(){let e={position:"relative",overflow:"hidden",display:"block"};return this.isClickable&&(e.cursor="pointer"),e}};var it=class t{constructor(e){this.engagementTrigger=e;this.triggerContext=new Ir(new Date,this.engagementTrigger)}static currentEngagements=new Set;static engagementIDsWithTrackedDisplay=new Set;static DEBOUNCE_TIME=1e3;rootContainer;widgetElement;triggerContext;observers=[];renderedCount=0;scrollSubscription;isExclusionWithBVariation;isProcessing=!1;renderSilently(){this.acquireProcessingLock()||this.render().finally(()=>this.releaseProcessingLock()).catch(e=>{ae(e,"render-widget",{triggerContext:this.triggerContext})})}destroy(){b.verbose(`${this.engagementTrigger} will be destroyed`),this.preDestroy(),this.removeFromRendered(),this.rootContainer?.remove(),t.engagementIDsWithTrackedDisplay.delete(this.engagementTrigger.shortID),ap(this.engagementTrigger.content?.afterDeleteJS)}matches(e){return this.engagementTrigger.shortID===e.shortID}async render(){if(this.engagementTrigger.shouldGetVariationImmediately()){let e=await this.getVariation();this.handleVariationResponse(e)}if(this.rootContainer=await this.getWidgetContainer(!0),!this.rootContainer){b.warn(`${this.engagementTrigger} no section found to render the widget`);return}this.afterRootContainerCreated(),await this.getVariationIfRequired(),await this.runChoresBeforeRender(),this.attachScroll(),this.checkAndSendEvent(),this.triggerContext.renderer=this,ap(this.engagementTrigger.content?.afterRenderJS)}async updateAndReRender(e){if(!this.acquireProcessingLock())try{this.updateItems(e.items,this.engagementTrigger.items),await this.update(e),await this.render()}finally{this.releaseProcessingLock()}}async update(e){this.engagementTrigger.variation=e.variation}async rerenderIfDeleted(){if(!this.rootContainer?.isConnected&&!this.acquireProcessingLock()){b.info(`${this.engagementTrigger} deleted. Will be re-rendered`);try{this.preDestroy(),await this.render()}finally{this.releaseProcessingLock()}}}updateAngularWidget(){return this.widgetElement?.isConnected?(this.widgetElement.update(),!0):!1}preDestroy(){this.scrollSubscription?.unsubscribe(),this.observers.forEach(e=>{e?.disconnect&&e.disconnect()})}acquireProcessingLock(){return this.isProcessing?(b.verbose(`Lock could not be acquired for ${this.engagementTrigger}`),!0):(b.verbose(`Acquiring rendering lock for ${this.engagementTrigger}`),this.isProcessing=!0,!1)}releaseProcessingLock(){b.verbose(`Releasing rendering lock for ${this.engagementTrigger}`),this.isProcessing=!1}afterRootContainerCreated(){}isAllOkToRender(){return!!this.engagementTrigger.widget}async getVariationIfRequired(){if(this.engagementTrigger.shouldSkipVariation()){b.verbose(`${this.engagementTrigger} already has necessary data to render`);return}let e=await this.observeWidgetContainerInViewport();this.handleVariationResponse(e)}handleVariationResponse(e){if(!e)return;let r=this.engagementTrigger;b.log(`${r} visitor has been assigned to variation ${e.variation}`),e.items?.length&&(r.items=e.items.map(n=>new xt(n)),r.nonMutableItems=e.items.map(n=>new xt(n))),e.bundleFrom&&(r.bundleFrom=new xt(e.bundleFrom)),e.discount&&(r.discount=e.discount),e.placement&&(r.placement=e.placement),e.props&&_t.hasKeys(e.props)&&(r.props=E(E({},r.props),e.props)),e.content&&(r.content=new rs(e.content)),r.widget=new ti(e.widget),r.contentID=e.contentID,r.variation=e.variation,r.placement=e.placement,r.manipulation=e.manipulation,r.entryAnimation=e.entryAnimation??"NONE",this.isExclusionWithBVariation=r.isExclusionTesting()&&r.variation==="b",this.isExclusionWithBVariation&&(this.rootContainer.style.height="0.5px")}addToRendered(){this.renderedCount++,b.info(`${this.engagementTrigger} rendered \u2705 ${Th(this.renderedCount)} time`)}removeFromRendered(){this instanceof dt?dt.currentEngagements.delete(this):t.currentEngagements.delete(this)}async getVariation(){b.log(`${this.engagementTrigger} get variation`);let e={engagementID:this.engagementTrigger.engagementID,isPreview:this.engagementTrigger.id==="preview"};try{return(await Tv(e)).data}catch(r){if(r instanceof er&&r.response?.status===400)return;ae(r,"get-variation",{engagementTrigger:this.engagementTrigger});return}}async observeWidgetContainerInViewport(){if(!this.rootContainer){b.warn(`${this.engagementTrigger} No root container found to watch for viewport`);return}let e=window.innerHeight*.3,r={root:null,rootMargin:`${e}px 0px ${e}px 0px`,threshold:0};return this.isInViewport()?this.getVariation():new Promise(n=>{let o=new IntersectionObserver((i,s)=>{i.forEach(async a=>{if(a.isIntersecting){b.log(`${this.engagementTrigger} root container is near the viewport. Fetching variation`);let l=await this.getVariation();n(l),s.unobserve(this.rootContainer)}})},r);o.observe(this.rootContainer),this.observers.push(o)})}attachScroll(){this.scrollSubscription=po(window,"scroll").pipe(zt(t.DEBOUNCE_TIME)).subscribe(()=>{this.checkAndSendEvent()})}checkAndSendEvent(){let e=this.engagementTrigger.shortID;if(t.engagementIDsWithTrackedDisplay.has(e)||!this.isInViewport())return;let n={};this.triggerContext.triggerData.items?.length&&(n.promotedMIDs=this.engagementTrigger.items?.map(s=>s.mID));let o=this.isExclusionWithBVariation?"CE Campaign Holdout":"CE Trigger Displayed",i=new xe(o,n,this.engagementTrigger);i.name==="CE Campaign Holdout"&&(i.trigger.holdout=!0),Mt(i),t.engagementIDsWithTrackedDisplay.add(e),this.scrollSubscription.unsubscribe()}generateParentElementID(){return`letscooee-${this.engagementTrigger.shortID}`}createAngularWidget(e){let r=this.widgetElement=document.createElement(e);return r.cart=me.getCurrent(),r.triggerContext=this.triggerContext,r.engagementTrigger=this.engagementTrigger,r.setAttribute("engagement",this.engagementTrigger.shortID),this.rootContainer.appendChild(r),this.addToRendered(),this.injectOuterCSSOnly(),r}getParentElement(e,r=document){let n=r.getElementById(e);if(n)return n;let o=this.engagementTrigger.objective.toLowerCase().replaceAll("_","-"),i=this.engagementTrigger.shortID;return n=document.createElement("div"),n.id=e,n.className=`letscooee letscooee-engagement engagement-${i} lc-${o}`,n.dataset.engagementId=i,this.engagementTrigger.id==="preview"&&(n.className+=" letscooee-preview"),n.style.display="block",n.style.minHeight="0.5px",n.style.minWidth="0.5px",n}async startRendering(){let e=this.rootContainer,r=this.triggerContext.triggerData.hasSwiperElement();r&&(e=this.rootContainer?.shadowRoot||this.rootContainer?.attachShadow({mode:"open"}),cp(e)),this.injectCampaignCSS(r,e);let n=this.engagementTrigger.widget;Hh(Sf(Bs,{element:n.cont,triggerContext:this.triggerContext,elements:n.elems}),e),this.addToRendered()}injectCampaignCSS(e,r){let n=this.engagementTrigger.content?.outerCSS?.trim()??"",o=this.engagementTrigger.content?.innerCSS?.trim()??"";if(!n&&!o)return;let i=this.rootContainer.id;if(e){sn(o,r),this.injectOuterCSSOnly();return}let s=n+`
63
- ${o}`;sn(`#${i} { ${s} }`)}injectOuterCSSOnly(){let e=this.engagementTrigger.content?.outerCSS?.trim();if(!e)return;let r=this.rootContainer.id;sn(`#${r} { ${e} }`)}isInViewport(){let e=this.rootContainer?.getBoundingClientRect();if(!e)return!1;let r=window.innerHeight||document.documentElement.clientHeight,o=(Math.min(e.bottom,r)-Math.max(e.top,0))*e.width,i=e.width*e.height,s=o/i*100;return this.engagementTrigger.isAnySplit()?s>0:s>=30}async getWidgetContainer(e){if(this.rootContainer?.isConnected)return this.rootContainer;let r=await this.createParentElementWithPlacement(e);if(r)return r;let n=`.letscooee[data-engagement-id="${this.triggerContext.triggerData.shortID}"]`;return document.querySelector(n)}async createParentElementWithPlacement(e){let r=this.engagementTrigger.placement;if(!r?.selector)return b.info(`\u26A0\uFE0F${this.engagementTrigger} does not have a selector`),null;let n=r.selector,o;if(n.includes(":shadow")){let l=n.split(":shadow");o=(await Sn(l[0].trim()))?.shadowRoot,n=l[1].trim(),o&&cp(o,!1)}b.verbose(`${this.engagementTrigger} attempt to render "${r.position}" "${n}"`);let i=await Sn(n,3,o??document);if(!i)return b.warn(`${this.engagementTrigger} no placement found with ${n}`),null;let s=this.generateParentElementID(),a=this.getParentElement(s);if(!e)return a;switch(r.position){case At.BEFORE1:case At.BEFORE:{i.parentElement?.insertBefore(a,i);break}case At.INSIDE_FIRST1:case At.INSIDE_FIRST:{i.insertBefore(a,i.firstChild);break}case At.INSIDE_LAST1:case At.INSIDE_LAST:{i.appendChild(a);break}case At.AFTER1:case At.AFTER:default:i.parentElement?.insertBefore(a,i.nextSibling)}return a}async runChoresBeforeRender(){if(this.isExclusionWithBVariation)return;if(!this.isAllOkToRender()){b.info(`\u26A0\uFE0F ${this.engagementTrigger} could not be rendered`);return}b.verbose(`${this.engagementTrigger} will be rendered`);let e;try{e=await hl(this.engagementTrigger)}catch(r){b.info(`\u203C\uFE0F${this.engagementTrigger} could not render as items failed to refresh`,r);return}if(!this.engagementTrigger.isCollectionPromoted()&&!e?.length&&this.engagementTrigger.isProductPromoted()){b.info(`\u203C\uFE0F${this.engagementTrigger} could not render as no products promoted`);return}this.engagementTrigger.items=e,await this.startRendering()}updateItems(e,r){let n=this.getItemDiff(e,r),o=this.getItemDiff(r,e);r.push(...n);for(let i of o)Yr.remove(r,i)}getItemDiff(e,r){return e.filter(n=>!r.some(o=>o.selectedOrFirstVariant.value.mID===n.selectedOrFirstVariant.value.mID))}};var dt=class extends it{static currentEngagements=new Set;constructor(e){super(e)}rerenderAfterCartOpened(){this.rerenderIfDeleted(),this.checkAndSendEvent()}observeWidgetContainerInViewport(){return this.getVariation()}generateParentElementID(){let e=super.generateParentElementID();return this.engagementTrigger.isSubscriptionUpsell()&&(e+=`-${this.engagementTrigger.items[0].selectedOrFirstVariant.value.mID}`),e}checkAndSendEvent(){if(!Je.get().isOpen()&&fe().pageName!=="cart"){b.log("Do not send display event as neither the cart drawer nor the cart page is open.");return}return super.checkAndSendEvent()}};var UT=t=>t,Iv=t=>t.filter(e=>e.removedNodes&&e.removedNodes.length>0);function xv(t,e={childList:!0,subtree:!0},r=500,n=UT){return Qc(o=>{let i=new MutationObserver(s=>o(s));return i.observe(t,e),i},(o,i)=>i.disconnect()).pipe(un(o=>n(o)),Mp(o=>o.length>0),zt(r))}var bl=class t{constructor(e,r){this.engagementTrigger=e;this.element=r;this.cartItems=me.getCurrent().items}cartItems;static renderCartUpsell(e){let r=e.placement;if(!r?.selector){b.warn(`No placement available for ${e.objective}`,e.shortID);return}let n=Array.from(document.querySelectorAll(r.selector));if(!n?.length){b.warn(`No placement found for ${e.objective}`,e.shortID);return}for(let o of n)new t(e,o).render()}render(){let e=this.findCartItemFromHTMLElement();if(!e||this.engagementTrigger.skipSubscribedItems&&e.selling_plan_allocation)return;let r=this.engagementTrigger.items.find(m=>m.mID===e.product_id.toString());if(!r)return;let n=r.vars.find(m=>m.mID===e.id.toString());if(!n)return;let o=new Mr(n),i=e.selling_plan_allocation?.selling_plan;if(i)for(let m of o.sellingPlans??[])m.mID===i.id.toString()&&(m.isSelected=!0,o.changeSellingPlan(m));let s=new xt(r);s.vars=[o],s.selectedOrFirstVariant.value=o;let a=`lc-cart-item-${this.engagementTrigger.shortID}-${r.mID}`;this.element.classList.add(a);let l=new St(this.engagementTrigger);l.placement.selector=`.${a}`,l.items=[s];let f=new dt(l);f.renderSilently(),this.watchForCartItemDeletion(f,a)}watchForCartItemDeletion(e,r){let n=new MutationObserver(o=>{o.forEach(i=>{i.removedNodes.forEach(s=>{s===this.element&&(b.verbose(`${r} has been removed`),e.destroy(),n.disconnect())})})});n.observe(this.element.parentElement,{childList:!0,subtree:!0})}findCartItemFromHTMLElement(){let e=this.element.innerHTML;return this.cartItems.find(r=>{if(!(e.includes(r.url)||e.includes(r.variant_id))&&(!e.includes(r.product_title)||r.variant_title&&!e.includes(r.variant_title)))return!1;let n=r.selling_plan_allocation?.selling_plan?.name;return!(n&&!e.includes(n))})}};var wl=class extends dt{constructor(e){super(e)}async update(e){await super.update(e),this.engagementTrigger.progressBarConfig.update(e.progressBarConfig),await this.checkMilestoneTryCatch(),this.updateAngularWidget()}isAllOkToRender(){return!!this.engagementTrigger.progressBarConfig}async startRendering(){if(this.updateAngularWidget()){this.addToRendered();return}this.createAngularWidget("cooee-progressbar"),await this.checkMilestoneTryCatch()}async checkMilestoneTryCatch(){try{await this.checkMilestone()}catch(e){ae(e,"apply-milestones",{engagementTrigger:this.engagementTrigger})}}async checkMilestone(){let e=await me.getCurrent().getNormalisedCart(),r=this.engagementTrigger.progressBarConfig,n=[],o=[],i=[],s,a,l=[...r.milestones];for(let A of l){if(A.rewardType!==Gl.FREE_AUTO_GIFT)continue;if(A.isUIOnly&&!A.allowATC){b.verbose(`Skipping milestone ${A.label} as it is UI only and does not allow ATC`);continue}let B=A.items[0],q=A.reached,P=e.items.find(Q=>(Q.vID===B.vID||Q.mID===B.mID)&&Q.properties._letscooee_campaign===this.engagementTrigger.shortID);q&&(s=A,a=P),P&&n.push(P),!q&&P&&r.removeIneligibleItem?(b.verbose(`Removing free gift ${P.vID} from cart`),i.push(P)):q&&!P&&(b.verbose(`Adding free gift ${B.vID} to cart`),o.push(B))}r.restrictToLatestFreebie&&s&&(a?(n=n.filter(A=>A.vID!==a.vID),o=[]):o=[s.items[0]],i.push(...n));let f={},m={};i.length&&i.forEach(A=>m[A.key??A.vID]=0),o.length&&o.forEach(A=>m[A.vID]=1);let d=r.coupons,_=[];if(d?.length){_=d.map(q=>q.couponCode);let A=me.getCurrent().discount_codes?.map(q=>q.code)??[];_.every(q=>A.some(P=>P===q))||(f.discount=_.join(","))}if(_t.hasKeys(m)&&(f.updates=m),!_t.hasKeys(f))return;let y=await mv(f,this.engagementTrigger),C=y?.items,N=[];for(let A of o){let B=C?.find(q=>_?.length?q.id+""===A.vID&&q.discounts?.some(P=>_.includes(P.title)):q.id+""===A.vID);B&&N.push(B)}if(!N.length){Je.get().refreshUI(y,!1);return}try{await Promise.all(N.map(A=>dv(A,{properties:this.engagementTrigger.getPrivateAttributesForLineItem()})))}catch(A){ae(A,"add-private-attribute",{engagementTrigger:this.engagementTrigger,extra:{productAddedByCooee:N}})}finally{Je.get().refreshUI(y,!1)}}};var Us=class extends dt{constructor(e){super(e)}async update(e){await super.update(e),this.engagementTrigger.content.update(e.content),this.updateAngularWidget()}isAllOkToRender(){return!!this.engagementTrigger.content}async startRendering(){if(this.updateAngularWidget()){this.addToRendered();return}this.createAngularWidget("cooee-savings-bar")}};var Sl=class extends it{constructor(e){super(e)}isAllOkToRender(){return!!this.engagementTrigger.content?.videoConfig}async startRendering(){if(this.widgetElement?.isConnected){this.addToRendered();return}let e,r=this.engagementTrigger.content.videoConfig;r.template==="FLOATING_POPUP"?e="cooee-video-popup":r.template==="STORY"?e="cooee-video-stories":e="cooee-video-playlist",this.createAngularWidget(e)}};var Tl=class extends it{constructor(e){super(e)}isAllOkToRender(){return!0}async startRendering(){if(this.widgetElement?.isConnected){this.addToRendered();return}this.createAngularWidget("cooee-sticky-atc")}};var Il=class extends it{constructor(e){super(e)}isAllOkToRender(){return!0}async startRendering(){let e=this.getParentElement(`inner-letscooee-${this.engagementTrigger.shortID}`);this.rootContainer.appendChild(e),document.addEventListener("letscooee:inbound:cta:add-bundle",this.inboundCTAListener.bind(this),!1)}async inboundCTAListener(e){let r=this.engagementTrigger,n=`Engagement(id: ${r.engagementID}, shortID: ${r.shortID})`,o=e.detail;if(!_t.hasKeys(o)){b.error(`No detail received for ${n}`);return}b.log("Detail received for BYOB",o);let i=o.campaignID??o.campaignId??o.campaign_id;if(i!==r.shortID&&i!==r.engagementID){b.warn(`Current ${n} is not BYOB. Received: ${i}`);return}let s=o.items;if(!s?.length)return;let a=s.map(l=>new Dt({mID:l.product_id,vID:l.variant_id,quantity:l.quantity||1}));await new fn(this.triggerContext).execute({embeddedItems:a,clickAction:{at:be.ADD_BUNDLE,applyDiscount:!0}})}};var xl=class extends it{constructor(e){super(e)}isAllOkToRender(){return!0}async startRendering(){if(this.widgetElement?.isConnected){this.addToRendered();return}this.createAngularWidget("cooee-collection-filter")}};var Yp=!1,Kp=!1,Cl=null,Rl=null,Cv=!1;function Rv(){Cv||(Cv=!0,wn(()=>{xv(document.body,{childList:!0,subtree:!0},500,Iv).subscribe(()=>{it.currentEngagements.forEach(t=>t.rerenderIfDeleted()),dt.currentEngagements.forEach(t=>t.rerenderIfDeleted())})}))}function Xp(t){if(Rv(),Yp){b.verbose("Cart widget processing in progress, queuing latest triggers"),Cl=t;return}Yp=!0;try{kT(t)}finally{if(Yp=!1,Cl){let e=Cl;Cl=null,b.verbose("Processing queued cart triggers"),Xp(e)}}}function Jp(t){if(Rv(),Kp){b.verbose("Page widget processing in progress, queuing latest triggers"),Rl=t;return}Kp=!0;try{FT(t)}finally{if(Kp=!1,Rl){let e=Rl;Rl=null,b.verbose("Processing queued page triggers"),Jp(e)}}}function kT(t){Dv(dt.currentEngagements,t);for(let e of t){b.info(`${e} received as cart embed`);let r=Av(dt.currentEngagements,e);if(r&&!e.isSubscriptionUpsell()){r.updateAndReRender(e).catch(o=>{ae(o,"update-and-re-render",{engagementTrigger:e})});continue}b.verbose(`${e} is new`);let n;if(e.isProgressBar())n=new wl(e);else if(e.isSubscriptionUpsell()){bl.renderCartUpsell(e);continue}else e.isSavingsBar()?n=new Us(e):n=new dt(e);dt.currentEngagements.add(n),n.renderSilently()}}function FT(t){Dv(it.currentEngagements,t);for(let e of t){b.info(`${e} received as page embed`);let r=Av(it.currentEngagements,e);if(r){r.updateAndReRender(e).catch(o=>{ae(o,"update-and-re-render",{engagementTrigger:e})});continue}b.verbose(`${e} is new`);let n;e.isShoppableVideo()?n=new Sl(e):e.isBYOB()?n=new Il(e):e.isStickyATC()?n=new Tl(e):e.isSavingsBar()?n=new Us(e):e.isCollectionFilter()?n=new xl(e):n=new it(e),it.currentEngagements.add(n),n.renderSilently()}}function Av(t,e){for(let r of t)if(r.matches(e))return r}function Dv(t,e){let r=new Set(e.map(n=>n.shortID));for(let n of t)r.has(n.engagementTrigger.shortID)||n.destroy()}var Nv=new qt,Ov=0;Nv.pipe(zt(50)).subscribe(async t=>{let e=await Fn();HT(e).catch(r=>{ae(r,"load-page-widgets",{extra:{firstLoad:t}})}),$T(e).catch(r=>{ae(r,"load-cart-widgets",{extra:{firstLoad:t}})})});function ks(t=!1){Sr(ur).then(()=>{Nv.next(t)})}function Pv(){dt.currentEngagements.forEach(t=>t.rerenderAfterCartOpened())}async function Tv(t){let e=await Fn();return Object.assign(t,e),Yt("/v1/engagement/get-variant",t)}async function HT(t){Ov++,Ov===1?b.info("Fetch page widgets (after \u23F0",So()+" of SDK load)"):b.info("Fetch page widgets");let e=E({},t);try{let r=await Yt("/v1/engagement/page-widgets",e);b.info(`Page widgets loaded in \u23F0 ${Tr(r.timeTakenMs)}`);let n=r.data.widgets.map(o=>new St(o));Jp(n)}catch(r){b.error("Error sending widget getter",r)}}async function $T(t){b.info("Fetch cart widgets");let e=E({},t);try{let r=await Yt("/v1/engagement/cart-widgets",e);b.info(`Cart widgets loaded in \u23F0 ${Tr(r.timeTakenMs)}`);let n=r.data.widgets.map(o=>new St(o));Xp(n)}catch(r){b.error("Error sending widget getter",r)}}function Lv(){let t=je.get();!t.gaMeasurementID||!t.gaEnabled||WT()}async function VT(){let t=await Ye.get("gacid"),e=await jT();if(t!==e)return await Ye.set("gacid",e),e}async function WT(){let t=await VT();t&&gl({gaClientID:t})}async function jT(){let e=je.get().gaMeasurementID;if(!(!e||!window.gtag))return new Promise(r=>{window.gtag("get",e,"client_id",n=>{r(n)})})}async function Mv(t){b.verbose("Received app configuration",t),t.currencyCount=t.currencies?.length;let e=Ce.globalRef.config.update(t);Lv(),Je.initialize(),e.website&&(kg(e.website.commonJS),sn(e.website.commonCSS)),window.CooeeSDK.cartDrawerToggle$.pipe(zt(10)).subscribe(async({open:r})=>{b.info("Cart drawer is now",r?"open":"closed"),r&&(Pv(),await GT())})}async function GT(){let t=await me.getCurrent().getNormalisedCart(),e={value:t.amount,currency:t.currency},r={items:t.items,amount:e,drawer:!0};Tt(new xe("View Cart",r))}var Al=class{runtimeData=fe();meddle(){let e=Ce.globalRef;e.account=e.account??[],e.profile=e.profile??[],e.events=e.events??[],e.page=e.page??[],this.meddlePage(),this.meddleAccount(),this.meddleEvents(),this.meddleProfile(),this.exposeMethods()}exposeMethods(){let e=Ce.globalRef;e.loadWidgets=e.loadCartWidgets=e.loadPageWidgets=()=>{ks()},e.loadExperiments=()=>{vl()},e.testCartUpdate=this.testCartUpdate.bind(this),e.previewWidget=Ce.previewWidget.bind(Ce),e.previewPopup=Ce.previewPopup.bind(Ce),e.executeCTA=(r,n)=>{new fn(r).execute(n)},e.sendEvent=r=>{Tt(r)}}overwritePush(e,r){Nr(e,"push",r)}meddleAccount(){this.overwritePush(Ce.globalRef.account,(...e)=>{this.processAccount(e[0])}),Ce.globalRef.account.forEach(this.processAccount.bind(this))}meddleEvents(){this.overwritePush(Ce.globalRef.events,(...e)=>{this.processEvent(e[0])}),Ce.globalRef.events.forEach(this.processEvent.bind(this))}meddleProfile(){this.overwritePush(Ce.globalRef.profile,(...e)=>{this.processProfile(e[0])}),Ce.globalRef.profile.forEach(this.processProfile.bind(this))}processAccount(e){e&&(e.appID&&Ce.authenticate(e),e.flags&&(this.runtimeData.flags=e.flags))}processEvent(e){e&&(mm.includes(e[0])?Ce.sendEvent(e[0],e[1],E({occurred:this.runtimeData.jsLoadTime},e[2])):Ce.sendEvent(e[0],e[1],e[2]))}processProfile(e){e&&Ce.updateProfile(e)}processPageName(e){e&&Ce.setPageName(e)}meddlePage(){this.overwritePush(Ce.globalRef.page,(...e)=>{this.processPage(e[0])}),Ce.globalRef.page.forEach(this.processPage.bind(this))}processPage(e){e.currentItem&&qT(e.currentItem),e.currency&&(fe().currencyCode=e.currency),e.shopCurrency&&(this.runtimeData.shopCurrencyCode=e.shopCurrency),e.moneyFormat&&(this.runtimeData.moneyFormat=e.moneyFormat),e.jsLoad&&(this.runtimeData.jsLoadTime=e.jsLoad),e.locale&&(this.runtimeData.locale=e.locale),e.pageName&&Ce.setPageName(e.pageName),e.activeExperiment&&(this.runtimeData.activeExperiments=e.activeExperiment),e.cart&&me.getCurrent().update(e.cart),e.configurations&&Mv(e.configurations),e.customContext&&(this.runtimeData.customContext=E(E({},this.runtimeData.customContext),e.customContext))}async testCartUpdate(){if(fe().pageName!=="product"){window.alert("This feature is only available on a product page");return}let e=Sv();if(e||(e=fe().currentItem?.vID),!e){window.alert("Could not find a variant to test. Please try a different product page");return}let r=new St({id:"preview",shortID:"1",redirectBehaviour:Qt.CART_DRAWER});await new fn(new Ir(new Date,r)).execute({clickAction:{at:be.ADD_TO_CART},embeddedItem:new Dt({vID:e})})}};function qT(t){let e=fe();if(e.currentItem&&e.currentItem.vID!==t.vID){let r=new CustomEvent("letscooee:variant-change",{detail:{variantID:t.vID,productID:t.mID}});document.dispatchEvent(r)}e.currentItem=new Dt(t)}var Si=class{static SESSION_STORAGE=window.sessionStorage;static SESSION_STORAGE_KEY_PREFIX="cooee".concat("-");static getString(e,r){return this.getItem(e)||r}static setString(e,r){this.setItem(e,r)}static remove(e){this.removeItem(e)}static getItem(e){return this.SESSION_STORAGE.getItem(this.SESSION_STORAGE_KEY_PREFIX.concat(e))}static setItem(e,r){this.SESSION_STORAGE.setItem(this.SESSION_STORAGE_KEY_PREFIX.concat(e),r)}static removeItem(e){this.SESSION_STORAGE.removeItem(this.SESSION_STORAGE_KEY_PREFIX.concat(e))}};var zT=1e3,YT=10,Qp=0,Zp=new Date;function em(t){Si.remove("sleid"),Zp=t??new Date}function Bv(){if(window.scrollY){let t=Fv();Uv(t)&&kv(t)}wn(()=>{KT()})}function KT(){po(window,"scroll").pipe(zt(zT),un(()=>{let t=Fv();if(t>100){b.warn("Received scroll percent is more than 100",t);return}if(Uv(t))return t})).subscribe(t=>{kv(t)})}function Uv(t){return Math.abs(Qp-t)>=YT||Qp!==t&&t===100}function kv(t){if(t==null)return;let e={percent:t,timeMS:new Date().getTime()-Zp.getTime()};Qp=t;let r=Si.getString("sleid",""),n=new xe("CE Scroll",e,null,r);Tt(n),Si.setString("sleid",n.id.toHexString()),Zp=new Date(n.occurred)}function Fv(){let t=window.document.body.scrollHeight,e=window.innerHeight;return Math.ceil((window.scrollY+e)/t*100)}function Hv(){XT()}function XT(){let t=window.fetch;try{window.fetch=async function(e,r){try{await JT(e,r)}catch(n){ae(n,"modify-graphql-request",{extra:{body:JSON.stringify(r?.body)}})}return t(e,r)}}catch(e){console.warn("Fail to override fetch.",`Cooee won't be able to track "Buy Now Clicked" KPI.`),b.error(e)}b.verbose("Securely overwritten window.fetch method for graphql query")}async function JT(t,e){let r=typeof t=="string"?t:t instanceof Request?t.url:"";if(!(r.includes("graphql.json")&&e?.method==="POST")||!e.body)return;let n;if(typeof e.body=="string")try{n=JSON.parse(e.body)}catch{return}else n=e.body;n?.variables?.input&&(b.verbose("Intercepted fetch request of:",r),n?.query.includes("cartCreate")&&(e.body=await QT(n),ZT()))}async function QT(t){let e=t.variables.input.attributes??[],r=await $a("Buy Now");return t.variables.input.attributes=[...e,...r],JSON.stringify(t)}function ZT(){let t=fe().currentItem;if(!t)return;let e=new xe("Buy Now Clicked",{items:[t]});Tt(e)}var Ti=class{constructor(e,r){this.selectors=e;this.eventName=r;this.selectorString=e.join(",")}static INSTANCE;elements;selectorString;clickListenerCallback=e=>{let r=e.currentTarget,n=new xe(this.eventName,{class:r.className||void 0,tagName:r.tagName||void 0,id:r.id||void 0});Tt(n),this.removeClickListener(this.clickListenerCallback)};listenSilently(){this.listen().catch(e=>b.error(e))}async listen(){this.elements=await gf(this.selectorString),this.elements.forEach(e=>{e.addEventListener("click",this.clickListenerCallback)})}removeClickListener(e){this.elements?.forEach(r=>{r.removeEventListener("click",e)})}};var Dl=class t extends Ti{static selectors=[".product__thumbnail-list-inner > button","product-gallery-navigation > button",".product-media--thumb-container",".product-images-inner > img",".m-product-media",".swiper-button-control",".media__thumb",".slick-arrow",".productView-img-container.product-single__media",".product-gallery__thumbnail_item_inner"];constructor(){super(t.selectors,"Item Thumbnail Clicked")}static getInstance(){return this.INSTANCE||(this.INSTANCE=new t),this.INSTANCE}};var Ol=class t extends Ti{static selectors=[".jdgm-widget.jdgm-preview-badge.jdgm-preview-badge--with-link.jdgm--done-setup","reviewsio-product-ratings",".ruk_rating_snippet.tracked:not(.hidden)","a > .loox-rating",".yotpo-reviews-star-ratings-widget",".yotpo.lp-hero__reviews",".pr-rating > a",".rivyoReviewWidget"];constructor(){super(t.selectors,"Review Clicked")}static getInstance(){return this.INSTANCE||(this.INSTANCE=new t),this.INSTANCE}};var eI=[".gokwik-checkout button","button.cart__checkout-button","button.cart__checkout","button#checkout","button#checkout2",'button[id*="checkout" i]','button[name*="checkout" i]','button[class*="checkout" i]'].join(",");function $v(){wn(()=>{b.verbose("Execution order:","document ready"),tI()})}function tI(){let t=window.location.hash?.substring(1);if(t)if(t.includes("initiate-checkout")){document.dispatchEvent(new Event("letscooee:outbound:third-party-initiate-checkout"));let e=document.querySelector(eI);if(!e){b.verbose("No clickable cart checkout button found");return}b.verbose("Clickable cart checkout button found",e),e.click()}else t.includes("open-cart-drawer")&&Je.get().open()}function Wv(){window.addEventListener("kp-modal:opened",()=>{fe().isGoKwikPopupOpen=!0}),window.addEventListener("user-loggedin",t=>{let{token:e}=t.detail;e&&bi({goKwikToken:e})}),window.gokwikSdk?Vv():window.addEventListener("gokwikLoaded",Vv)}function Vv(){window.gokwikSdk&&window.gokwikSdk.on("checkout_initiated",async()=>{let t=await me.getCurrent().getNormalisedCart(),e={via:"GoKwik",items:t.items,cartToken:t.token,amount:{value:t.amount,currency:t.currency}},r=new xe("Checkout Started",e);Tt(r)})}var Nl=class{static watch(){let e=localStorage.getItem("cooeeDebugTill"),r=ym();if(r==="1"||r==="on"){let n=this.getDebugMillis();gl({debugTill:n}),e||(e=n.toString(),localStorage.setItem("cooeeDebugTill",e))}r==="on"?sessionStorage.cooeeDebug="1":r==="off"&&sessionStorage.removeItem("cooeeDebug"),sessionStorage.cooeeDebug&&this.renderDebugBar(),e&&new Date(+e)<new Date&&localStorage.removeItem("cooeeDebugTill")}static renderDebugBar(){let e=document.createElement("cooee-debugger");e.logs=this.logs,wn(()=>{document.body.appendChild(e)})}static getDebugMillis(){return new Date().getTime()+360*60*1e3}};var Fs=class Fs extends hn{};wo(Fs,"storeName","app"),Fs.storage=Io(Fs.storeName);var Pl=Fs;var Ce=class{static globalRef;static authenticated;static async initForMerchantWebsiteOnly(e){if(!window.cooeeSDKPreview){if(b.info("Initialising SDK"),Fg(navigator.userAgent)){b.info("This seems to be a bot. Disabling SDK");return}this.initGlobalReference(e),await qy(),this.autoAuthenticate(),new Al().meddle(),Sm(),ks(!0),vl(),rI(),ev(),cv(),Hv(),$v(),Bv(),Ol.getInstance().listenSilently(),Dl.getInstance().listenSilently(),Wv(),nI(),Nl.watch(),Pl.remove("conf").catch(r=>{b.error("Fail to remove App Config from local storage",r)})}}static async initForAll(){this.injectWidgetAssets()}static initGlobalReference(e){window.CooeeSDK||Nr(window,"CooeeSDK",{}),this.globalRef=window.CooeeSDK,Nr(this.globalRef,"config",new je),Nr(this.globalRef,"runtimeData",{sdkLoadTime:e,jsLoadTime:new Date,lastEnterActive:new Date}),Nr(this.globalRef,"uaParser",new br,!0),Nr(this.globalRef,"cart",me.getCurrent()),Nr(this.globalRef,"cartChange$",av()),Nr(this.globalRef,"cartDrawerToggle$",Je.cartDrawerToggle$.asObservable()),b.verbose("Global reference initialised"),new Dc(()=>{this.globalRef.uaParser=new br})}static injectWidgetAssets(){Bg(hr.widgetURL,"cooee-widget-sdk"),sp()}static autoAuthenticate(){let e=tc();e&&this.authenticate({shopifyShop:e})}static authenticate(e){if(this.authenticated)return;b.info("Begin auth after \u23F0",So(),"of SDK load");let r=e.appID?.trim(),n=e.shopifyShop;if((df(r)||r.length!==24)&&df(n)){b.warn("Cooee App ID or Shop name is not configured");return}this.authenticated=!0,jy(e)}static sendEvent(e,r,n){let o=new xe(e,r,n?.triggerData);n?.occurred&&(o.occurred=n.occurred),Tt(o)}static updateProfile(e){for(let r in e)if(r.toLowerCase().startsWith("ce "))throw new Error("User property name cannot start with 'CE '");bi(e)}static setPageName(e){if(!e)return;let r=fe(),n=r.pageName;if(e===n)return;if(r.pageName=e,fm.some(s=>e.includes(s))){em();return}let o={};n&&(o.ps=n);let i=new xe("CE Screen View",o);i.occurred=r.jsLoadTime,Tt(i),em(i.occurred)}static previewPopup(e,r){new kn(r).render(e)}static previewWidget(e){new it(new St(e)).renderSilently()}};function rI(){window.CooeeSDK.cartChange$.subscribe(()=>{ks()})}function nI(){if(window.opener){try{window.opener.postMessage({action:"COOEE_READY_FOR_PREVIEW"},"*")}catch(t){b.error(t)}window.addEventListener("message",t=>{if(b.verbose("Received event",t),!t.origin.includes("letscooee.com")&&!t.origin.includes("localhost"))return;let e=t.data;typeof e=="object"&&(e.action==="POPUP_PREVIEW"?(Ce.previewPopup(e.engagementTrigger),t.source?.postMessage({action:"PREVIEW_SUCCESSFUL"},t.origin)):e.action==="WIDGET_PREVIEW"&&(Ce.previewWidget(e.engagementTrigger),t.source?.postMessage({action:"PREVIEW_SUCCESSFUL"},t.origin)))})}}var jv=new Date;hm();vm();b.verbose("Execution order:","top");window.cooeeShopifyScriptLoaded||(window.cooeeShopifyScriptLoaded=!0,(async()=>(b.verbose("Execution order:","IIFE start"),await Ce.initForMerchantWebsiteOnly(jv),await Ce.initForAll(),oI(),b.verbose("Execution order:","IIFE end")))());b.verbose("Execution order:","bottom");function oI(){gm()&&import("./debug-logs-JU6PXCQW.js").then(({printAllDebugLogs:t})=>t(jv))}
62
+ `},navigation:{nextEl:t.querySelector(".swiper-button-next"),prevEl:t.querySelector(".swiper-button-prev")},autoplay:e.autoplay?.enabled?{delay:e.autoplay?.delay,disableOnInteraction:!1,pauseOnMouseEnter:!1}:!1,autoHeight:!0};e.marquee&&r.autoplay&&typeof r.autoplay=="object"&&(r.speed=e.speed,r.autoplay.pauseOnMouseEnter=!0,t.style.setProperty("--swiper-wrapper-transition-timing-function","linear"));let n=new window.CooeeSDK.Swiper(t,r);return t.style.setProperty("--swiper-navigation-size",`${e.navigation.size}px`),n}function Sl(t,e,r){let n={color:t.navigation.color?.rgba};return t.pagination.enabled&&(n.transform="translateY(-25%)"),K("div",{class:"swiper-container",ref:e,style:"max-width: 100%",children:[K("div",{class:"swiper-wrapper",children:r()}),t.navigation.enabled&&K("div",{class:"swiper-button-next",style:n,children:K("span",{})}),t.navigation.enabled&&K("div",{class:"swiper-button-prev",style:n,children:K("span",{})}),t.pagination.enabled&&K("div",{className:"swiper-pagination",style:{bottom:0,top:"unset",position:"relative",color:t.pagination.color?.rgba}})]})}var Ns=class extends Ue{componentDidMount(){St(()=>{this.setState(()=>({checked:this.props.item.selected.value}))})}render(){return K("div",{style:this.getCompiledStyles(),className:"lc-checkbox",children:K("input",{type:"checkbox",checked:this.state.checked,onChange:this.onChange.bind(this),style:{appearance:"auto"}})})}onChange(e){let{checked:r}=e.target;this.props.item.selected.value=r}getTypoStyles(){let e={},r=this.mediaStyle.typo??new at;return e.textAlign=r.alignment,e.justifyContent=r.alignment,e}getComponentStyles(){return Z(E({},this.getTypoStyles()),{display:"flex"})}};var pn=class extends Ue{constructor(e,r){super(e,r)}render(){let e=this.props.element[this.deviceTypeKey],r=e?.src||this.props.element.src||this.props.element.lg?.src;return K("img",{onClick:this.customOnClick.bind(this),className:"lc-image",alt:e?.name||"Image",onMouseEnter:this.handleMouseEnter.bind(this),onMouseLeave:this.handleMouseLeave.bind(this),src:r,style:this.getCompiledStyles()})}customOnClick(e){this.props.element.clc?.at===Ee.ADD_TO_CART&&this.props.triggerContext.triggerData.items[0]&&this.onClick(e,{item:this.props.triggerContext.triggerData.items[0]}),this.props.onClick&&this.props.onClick("image")}getComponentStyles(){let e=this.mediaStyle.lout;if(!e||e.pos!=="absolute")return{};let r={zIndex:e.zIndex,cursor:this.props.element.clc?.at?"pointer":"auto"};return this.mediaStyle.size?.w&&(r.width=this.mediaStyle.size.w),this.mediaStyle.size?.h&&(r.height=this.mediaStyle.size.h),r}handleMouseEnter(e){let r=this.props.element[this.deviceTypeKey]?.secondarySrc;r&&(e.currentTarget.src=r)}handleMouseLeave(e){e.currentTarget.src=this.props.element[this.deviceTypeKey]?.src}};var mn=class extends Ue{render(){if(!(this.props.element.hide||!this.matchWhenCondition(this.props.element.when)))return K("div",{style:this.getCompiledStyles(),class:"lc-flexbox",children:K(Hn,{elements:this.props.elements,element:this.props.element,triggerContext:this.props.triggerContext})})}getComponentStyles(){let e=this.mediaStyle.flex??new Xo,r={display:"flex",gap:e.gap+"px",flexWrap:e.wrap,flexDirection:e.dir,justifyContent:e.jc,alignItems:e.ai};return e.wrap==="nowrap"&&e.scroll&&(e.dir==="column"?r["overflow-y"]="auto":r["overflow-x"]="auto"),r}};var Ps=class extends mn{render(){if(!(this.props.element.hide||!this.matchWhenCondition(this.props.element.when)))return K("div",{style:this.getCompiledStyles(),class:"lc-flexbox",children:K(wi,{elements:this.props.elements,element:this.props.element,triggerContext:this.props.triggerContext,item:this.props.item,noLinks:this.props.noLinks})})}};var Ls=class extends Ue{render(){return K("select",{style:this.getCompiledStyles(),value:this.props.selectedVariant.selectedSellingPlan.value?.mID??"",onChange:this.onChange.bind(this),disabled:this.state.disabled,className:"lc-dropdown",children:this.createSelectItems()})}componentDidMount(){St(()=>{this.setState(()=>({disabled:this.props.triggerContext.triggerData.isBundle()?!this.props.item.selected.value:!1}))})}getTypoStyles(){let e={},r=this.mediaStyle.typo??new at;return e.letterSpacing=r.letterSpacing,e.fontSize=r.fs+"px",e.lineHeight=r.lh,e.fontFamily="inherit",e.textAlign=r.alignment,e.fontWeight=r.fw,this.stylesConverter.getColourStyles(r.tc,"color",e),e.boxShadow="none",e}getComponentStyles(){let e={};return this.props.selectedVariant.sellingPlans?.length||(e.visibility="hidden"),E(E({},e),this.getTypoStyles())}createSelectItems(){let e=[],r=this.props.selectedVariant;if(!r.sellingPlans?.length)return[];this.props.triggerContext.triggerData.skipSubscribedItems?r.selectedSellingPlan.value||(r.sellingPlans[0].isSelected=!0,r.changeSellingPlan(r.sellingPlans[0])):e.push(K("option",{value:"",selected:!r.selectedSellingPlan,children:"One time purchase"}));for(let n of r.sellingPlans??[])e.push(K("option",{value:n.mID,selected:n.isSelected,children:n.name}));return e}onChange(e){let r=e.target.value;r?this.props.selectedVariant.selectedSellingPlan.value=this.props.selectedVariant.sellingPlans.find(n=>n.mID===r):this.props.selectedVariant.selectedSellingPlan.value=void 0}};var jT=new RegExp('fill="#[a-zA-Z0-9]+"'),Ms=class extends Ue{constructor(){super()}render(){let e=this.getCompiledStyles(),r=this.getRating();return r||(e.display="none",r=""),K("div",{style:e,className:"lc-star-rating",dangerouslySetInnerHTML:{__html:r}})}getRating(){let e={size:this.props.element.iconSize,color:this.props.element.c.hex},r=Vo(this.props.element.fullStar,{svg:e},this.props.triggerContext),n=Vo(this.props.element.halfStart,{svg:e},this.props.triggerContext),o=this.props.review;if(!o?.rating)return"";let i="";if(this.props.element.showSingleStar)i=r;else{let s=5,a=`${o.rating}`.split(".");for(let l=0;l<+a[0];l++)i+=r,s--;a[1]&&(i+=n,s--);for(let l=0;l<s;l++)i+=r.replace(jT,'fill="#f1f1f1"')}return i}getComponentStyles(){return{display:"flex",alignItems:"center"}}};var Bs=class extends Ue{render(){return K("select",{style:this.getCompiledStyles(),value:this.props.item.selectedOrFirstVariant.value.mID,onChange:this.onChange.bind(this),disabled:this.state.disabled,className:"lc-dropdown",children:this.createSelectItems()})}componentDidMount(){St(()=>{this.setState(()=>({disabled:this.props.triggerContext.triggerData.isBundle()?!this.props.item.selected.value:!1}))})}getTypoStyles(){let e={},r=this.mediaStyle.typo??new at;return e.letterSpacing=r.letterSpacing,e.fontSize=r.fs+"px",e.lineHeight=r.lh,e.fontFamily="inherit",e.textAlign=r.alignment,e.fontWeight=r.fw,this.stylesConverter.getColourStyles(r.tc,"color",e),e.boxShadow="none",e}getComponentStyles(){let e={};return this.props.item.vars?.length===1&&this.props.item.vars[0].name==="Default Title"&&(e.visibility="hidden"),E(E({},e),this.getTypoStyles())}createSelectItems(){let e=[];for(let r of this.props.item.vars)e.push(K("option",{value:r.mID,disabled:!r.isAvailable,children:r.name}));return e}onChange(e){let r=e.target.value,n=this.props.item.vars.find(o=>o.mID===r);this.props.item.setSelectedVariant(n)}};var Cv=()=>{let t=window.ShopifyAnalytics?.meta??{},e=t.selectedVariantId;if(e)return e;if(t.product?.variants?.length>0)return t.product.variants[0].id},Xp=t=>{if(!t)return;let e;try{e=new URL(t)}catch{return}if(e.hostname!=="cdn.shopify.com")return t;let r=e.pathname.split(".");return r.length!==2?t:(e.pathname=r[0]+"_large."+r[1],e.toString())};var wi=class extends Ue{constructor(e,r){super(e,r),this.setState(()=>({decoration:"unset"}))}renderElement(e){if(!(e.hide||!this.matchWhenCondition(e.when))){if(e.t===4){let r=e;return r.l==="Star Rating"&&!this.props.item.reviews?.rating?void 0:K(Ps,{element:r,triggerContext:this.props.triggerContext,elements:r.elems,item:this.props.item,noLinks:this.props.noLinks})}if(e.t===6)return this.props.triggerContext.triggerData.isBundle()?K(Ns,{element:e,item:this.props.item,triggerContext:this.props.triggerContext}):void 0;if(e.t===13){let r=e,n=this.props.item,o=Xp(n.variantImage??n.firstImageURL),i=Xp(n.variantSecondaryImage??n.secondaryImageURL);r.lg=r.sm={src:o,name:n.name,secondarySrc:i};let s=K(pn,{element:r,onClick:this.customOnClick.bind(this),triggerContext:this.props.triggerContext});return this.props.noLinks?s:K("a",{href:this.props.item.selectedOrFirstVariant.value.link,style:{display:"block"},children:s})}if(e.t===14)return this.renderProductTitle(e);if(e.t===15){let r=e;return this.props.triggerContext.triggerData.isCartEmbed()&&this.props.item.vars?.length===1&&this.props.item.vars[0].name==="Default Title"?void 0:r.showChips?K("cooee-product-options-picker",{item:this.props.item}):K(Bs,{element:r,item:this.props.item,triggerContext:this.props.triggerContext})}return e.t===16?K(Ls,{element:e,selectedVariant:this.props.item.selectedOrFirstVariant.value,item:this.props.item,triggerContext:this.props.triggerContext}):e.t===19?K(Ms,{element:e,triggerContext:this.props.triggerContext,review:this.props.item.reviews}):e.t===18||e.t===3?K(vo,{element:e,item:this.props.item,triggerContext:this.props.triggerContext}):K(Hn,{elements:[e],element:this.props.element,triggerContext:this.props.triggerContext})}}render(){return this.attachListener(),this.props.elements.map(e=>this.renderElement(e))}getComponentStyles(){return{}}renderProductTitle(e){let r=K(Xt,{element:e,onClick:this.customOnClick.bind(this),triggerContext:this.props.triggerContext});return this.props.noLinks?r:K("a",{href:this.props.item.selectedOrFirstVariant.value.link,style:{display:"block",textDecoration:this.state.decoration},onMouseEnter:this.onMouseEnter.bind(this),onMouseLeave:this.onMouseLeave.bind(this),children:r})}customOnClick(e){this.sendTriggerClicked([this.props.item.toEmbed()],{from:e})}onMouseEnter(){this.setState(()=>({decoration:"underline"}))}onMouseLeave(){this.setState(()=>({decoration:"unset"}))}attachListener(){document.addEventListener("letscooee:variant-change",e=>{let r=e;if(!r.detail||this.props.item.mID!==r.detail.productID)return;let n=r.detail.variantID;this.props.item.setSelectedVariantByID(n)})}};var Eo=class extends Ue{productElement;constructor(e,r){super(e,r),this.setState(()=>({decoration:"unset"}))}render(){let e=Qn(this.props.element,this.getProductData(),this.props.triggerContext);if(this.productElement=new Cn(e),!(this.productElement.hide||!this.matchWhenCondition(this.productElement.when)))return K("div",{style:E({},this.getCompiledStyles()),class:"lc-single-product",children:K(wi,{element:this.productElement,elements:this.productElement.elems,triggerContext:this.props.triggerContext,item:this.props.item,noLinks:this.productElement.noLinks})})}getComponentStyles(){return{flexShrink:0}}getProductData(){if(!this.props.item)return{};let e=this.props.item,r=e.selectedOrFirstVariant.value,n=e.getTemplateVariables();n.product.quantity=this.props.triggerContext.hasManipulatedProductQuantity()?this.props.triggerContext.getManipulatedQuantity(this.props.item.quantity):this.props.item.quantity;let o=this.props.triggerContext.triggerData.discount?.type===Qt.BXGY;return!r.hasEffectivePrice()&&o&&(n.product=Z(E(E({},n.product),Lt("effective_price",r.effectivePrice.value)),{price:""})),n.variant.quantity=this.props.triggerContext.hasManipulatedProductQuantity()?this.props.triggerContext.getManipulatedQuantity(r.quantity):r.quantity,{product:n.product,variant:n.variant,svg:{color:"{{ svg.color }}",size:"{{ svg.size }}"}}}};var Us=class extends Ue{swiperRef=null;swiperInstance=null;configuration;gap;constructor(e,r){super(e,r),this.configuration=Wr()?this.props.element.conf.sm:this.props.element.conf.lg,this.gap=(this.configuration.gap??15)+"px"}componentDidMount(){this.props.element.conf[this.deviceTypeKey].disp===2&&Nc().then(()=>{this.swiperInstance=wl(this.swiperRef,this.props.element.conf[this.deviceTypeKey])})}componentWillUnmount(){this.swiperInstance&&this.swiperInstance.destroy()}render(){let e=this.props.triggerContext.triggerData.items;e.splice(this.configuration.maxItems??10);let r;if(this.configuration.disp===2){let n=i=>{this.swiperRef=i},o=()=>e?.map(i=>K("div",{class:"swiper-slide",children:this.getProductFragment(i)}));r=K("div",{style:Z(E({},this.getCompiledStyles()),{display:"block"}),class:"lc-product-swiper-list",children:Sl(this.configuration,n,o)})}else r=K("div",{style:this.getCompiledStyles(),class:"lc-product-list",children:e?.map((n,o)=>this.getProductFragment(n,o!==e.length-1))});return r}getComponentStyles(){let e=[0,2].includes(this.configuration.disp),r={display:e?"flex":"grid",justifyContent:"safe "+(this.mediaStyle.flex?.jc??"center"),gap:this.gap,flexDirection:this.mediaStyle.flex?.dir??"row"};if(r.flexDirection==="row"){if(e)r.maxWidth="100%",r.overflowY="auto";else if(this.configuration.disp===1){let n=this.props.triggerContext.triggerData,o=n.items.length,i;n.isBundle()?i=this.props.element.prod.symbol?.hide!==!0?o*2-1:o:i=this.props.element.conf[this.deviceTypeKey].maxInRow,r.gridTemplateColumns=`repeat(${i}, auto)`}}return r}getProductFragment(e,r=!1){return K(Lr,{children:[K(Eo,{element:this.props.element.prod,item:e,triggerContext:this.props.triggerContext}),this.props.triggerContext.triggerData.isBundle()&&r&&this.props.element.prod.symbol&&!this.props.element.prod.symbol.hide&&K("div",{style:{display:"flex",alignItems:"center",justifyContent:"center"},children:K(Xt,{element:this.props.element.prod.symbol,triggerContext:this.props.triggerContext})})]},e.mID)}};var ks=class extends Ue{swiperRef=null;swiperInstance=null;constructor(e,r){super(e,r)}componentDidMount(){Nc().then(()=>{this.swiperInstance=wl(this.swiperRef,this.props.element.conf)})}componentWillUnmount(){this.swiperInstance&&this.swiperInstance.destroy()}render(){let e=this.props.element,r=o=>{this.swiperRef=o},n=()=>{let o=e.values?.map(a=>K("div",{class:"swiper-slide",onClick:l=>this.onClick(l,{clickAction:this.getClickAction(a)}),children:this.renderElement(a)}));if(!o?.length)return[];let i=e.conf,s=o.length;if(i.marquee&&s<=Number(i.maxInRow)){let a=Number(i.maxInRow)-s+1;for(let l=0;l<a;l++)o.push(o[l%s])}return o};return Sl(e.conf,r,n)}getComponentStyles(){return{}}renderElement(e){let r=this.valueAddedSlide(this.props.element.slide,e);switch(r?.t){case 1:return K(pn,{element:r,triggerContext:this.props.triggerContext});case 4:return K(mn,{elements:r.elems,element:r,triggerContext:this.props.triggerContext});default:b.warn("Unknown slide type for carousal")}}valueAddedSlide(e,r){let n=Qn(e,{form:r},this.props.triggerContext);return qt.getParsedElement(n)}getClickAction(e){return Qn(this.props.element.clc??{},{form:e},this.props.triggerContext)}};var Hn=class extends Ue{constructor(e,r){super(e,r),this.setState(()=>({decoration:"unset"})),St(()=>{this.setState(()=>({showButton:!this.props.triggerContext.triggerData.isBundle()||!!this.props.triggerContext.selectedItems.length}))})}renderElement(e){if(!e.hide){if(e.t===4){let r=e;return K(mn,{element:r,triggerContext:this.props.triggerContext,elements:r.elems})}if(e.t===61)return K(Os,{element:e,triggerContext:this.props.triggerContext});if(e.t===3)return this.state.showButton?K(vo,{element:e,triggerContext:this.props.triggerContext}):void 0;if(e.t===2)return K(Xt,{element:e,triggerContext:this.props.triggerContext});if(e.t===1)return K(pn,{element:e,triggerContext:this.props.triggerContext});if(e.t===11)return K(Us,{element:e,triggerContext:this.props.triggerContext});if(e.t===12)return K(Eo,{element:e,item:this.props.triggerContext.triggerData.items[0],triggerContext:this.props.triggerContext});if(e.t===62)return K(ks,{element:e,triggerContext:this.props.triggerContext})}}render(){return this.props.elements.map(e=>this.renderElement(e))}getComponentStyles(){return{}}};var Fs=class extends Ue{clickAction;isClickable;constructor(e,r){super(e,r),this.clickAction=this.props.element.clc,this.isClickable=this.clickAction?.at===Ee.GO_TO_URL&&!!Uo(this.clickAction.gu?.u)||this.clickAction?.at===Ee.OPEN_CART||this.clickAction?.at===Ee.INITIATE_CHECKOUT}componentDidMount(){St(()=>{let e=this.props.triggerContext.triggerData,r=this.props.triggerContext.selectedItems;e.calculateDiscountData(r,this.props.triggerContext.shouldGiveFBTDiscount)})}render(){return K(Lr,{children:[K("div",{style:this.getCompiledStyles(),class:"lc-container",onClick:e=>{this.onClick(e,{clickAction:this.clickAction})},children:K(Hn,{elements:this.props.elements,element:this.props.element,triggerContext:this.props.triggerContext})}),this.props.triggerContext.triggerData.id==="preview"&&K("div",{class:"letscooee-preview-badge",children:["#",this.props.triggerContext.triggerData.shortID," preview"]})]})}getComponentStyles(){let e={position:"relative",overflow:"hidden",display:"block"};return this.isClickable&&(e.cursor="pointer"),e}};var it=class t{constructor(e){this.engagementTrigger=e;this.triggerContext=new Ir(new Date,this.engagementTrigger)}static currentEngagements=new Set;static engagementIDsWithTrackedDisplay=new Set;static DEBOUNCE_TIME=1e3;rootContainer;widgetElement;triggerContext;observers=[];renderedCount=0;scrollSubscription;isExclusionWithBVariation;isProcessing=!1;renderSilently(){this.acquireProcessingLock()||this.render().finally(()=>this.releaseProcessingLock()).catch(e=>{ae(e,"render-widget",{triggerContext:this.triggerContext})})}destroy(){b.verbose(`${this.engagementTrigger} will be destroyed`),this.preDestroy(),this.removeFromRendered(),this.rootContainer?.remove(),t.engagementIDsWithTrackedDisplay.delete(this.engagementTrigger.shortID),up(this.engagementTrigger.content?.afterDeleteJS)}matches(e){return this.engagementTrigger.shortID===e.shortID}async render(){if(this.engagementTrigger.shouldGetVariationImmediately()){let e=await this.getVariation();this.handleVariationResponse(e)}if(this.rootContainer=await this.getWidgetContainer(!0),!this.rootContainer){b.warn(`${this.engagementTrigger} no section found to render the widget`);return}this.afterRootContainerCreated(),await this.getVariationIfRequired(),await this.runChoresBeforeRender(),this.attachScroll(),this.checkAndSendEvent(),this.triggerContext.renderer=this,up(this.engagementTrigger.content?.afterRenderJS)}async updateAndReRender(e){if(!this.acquireProcessingLock())try{this.updateItems(e.items,this.engagementTrigger.items),await this.update(e),await this.render()}finally{this.releaseProcessingLock()}}async update(e){this.engagementTrigger.variation=e.variation}async rerenderIfDeleted(){if(!this.rootContainer?.isConnected&&!this.acquireProcessingLock()){b.info(`${this.engagementTrigger} deleted. Will be re-rendered`);try{this.preDestroy(),await this.render()}finally{this.releaseProcessingLock()}}}updateAngularWidget(){return this.widgetElement?.isConnected?(this.widgetElement.update(),!0):!1}preDestroy(){this.scrollSubscription?.unsubscribe(),this.observers.forEach(e=>{e?.disconnect&&e.disconnect()})}acquireProcessingLock(){return this.isProcessing?(b.verbose(`Lock could not be acquired for ${this.engagementTrigger}`),!0):(b.verbose(`Acquiring rendering lock for ${this.engagementTrigger}`),this.isProcessing=!0,!1)}releaseProcessingLock(){b.verbose(`Releasing rendering lock for ${this.engagementTrigger}`),this.isProcessing=!1}afterRootContainerCreated(){}isAllOkToRender(){return!!this.engagementTrigger.widget}async getVariationIfRequired(){if(this.engagementTrigger.shouldSkipVariation()){b.verbose(`${this.engagementTrigger} already has necessary data to render`);return}let e=await this.observeWidgetContainerInViewport();this.handleVariationResponse(e)}handleVariationResponse(e){if(!e)return;let r=this.engagementTrigger;b.log(`${r} visitor has been assigned to variation ${e.variation}`),e.items?.length&&(r.items=e.items.map(n=>new ht(n)),r.nonMutableItems=e.items.map(n=>new ht(n))),e.bundleFrom&&(r.bundleFrom=new ht(e.bundleFrom)),e.discount&&(r.discount=e.discount),e.placement&&(r.placement=e.placement),e.props&&bt.hasKeys(e.props)&&(r.props=E(E({},r.props),e.props)),e.content&&(r.content=new ns(e.content)),r.widget=new ti(e.widget),r.contentID=e.contentID,r.variation=e.variation,r.placement=e.placement,r.manipulation=e.manipulation,r.entryAnimation=e.entryAnimation??"NONE",this.isExclusionWithBVariation=r.isExclusionTesting()&&r.variation==="b",this.isExclusionWithBVariation&&(this.rootContainer.style.height="0.5px")}addToRendered(){this.renderedCount++,b.info(`${this.engagementTrigger} rendered \u2705 ${Rh(this.renderedCount)} time`)}removeFromRendered(){this instanceof dt?dt.currentEngagements.delete(this):t.currentEngagements.delete(this)}async getVariation(){b.log(`${this.engagementTrigger} get variation`);let e={engagementID:this.engagementTrigger.engagementID,isPreview:this.engagementTrigger.id==="preview"};try{return(await Rv(e)).data}catch(r){if(r instanceof tr&&r.response?.status===400)return;ae(r,"get-variation",{engagementTrigger:this.engagementTrigger});return}}async observeWidgetContainerInViewport(){if(!this.rootContainer){b.warn(`${this.engagementTrigger} No root container found to watch for viewport`);return}let e=window.innerHeight*.3,r={root:null,rootMargin:`${e}px 0px ${e}px 0px`,threshold:0};return this.isInViewport()?this.getVariation():new Promise(n=>{let o=new IntersectionObserver((i,s)=>{i.forEach(async a=>{if(a.isIntersecting){b.log(`${this.engagementTrigger} root container is near the viewport. Fetching variation`);let l=await this.getVariation();n(l),s.unobserve(this.rootContainer)}})},r);o.observe(this.rootContainer),this.observers.push(o)})}attachScroll(){this.scrollSubscription=po(window,"scroll").pipe(Yt(t.DEBOUNCE_TIME)).subscribe(()=>{this.checkAndSendEvent()})}checkAndSendEvent(){let e=this.engagementTrigger.shortID;if(t.engagementIDsWithTrackedDisplay.has(e)||!this.isInViewport())return;let n={};this.triggerContext.triggerData.items?.length&&(n.promotedMIDs=this.engagementTrigger.items?.map(s=>s.mID));let o=this.isExclusionWithBVariation?"CE Campaign Holdout":"CE Trigger Displayed",i=new Ce(o,n,this.engagementTrigger);i.name==="CE Campaign Holdout"&&(i.trigger.holdout=!0),Mt(i),t.engagementIDsWithTrackedDisplay.add(e),this.scrollSubscription.unsubscribe()}generateParentElementID(){return`letscooee-${this.engagementTrigger.shortID}`}createAngularWidget(e){let r=this.widgetElement=document.createElement(e);return r.cart=me.getCurrent(),r.triggerContext=this.triggerContext,r.engagementTrigger=this.engagementTrigger,r.setAttribute("engagement",this.engagementTrigger.shortID),this.rootContainer.appendChild(r),this.addToRendered(),this.injectOuterCSSOnly(),r}getParentElement(e,r=document){let n=r.getElementById(e);if(n)return n;let o=this.engagementTrigger.objective.toLowerCase().replaceAll("_","-"),i=this.engagementTrigger.shortID;return n=document.createElement("div"),n.id=e,n.className=`letscooee letscooee-engagement engagement-${i} lc-${o}`,n.dataset.engagementId=i,this.engagementTrigger.id==="preview"&&(n.className+=" letscooee-preview"),n.style.display="block",n.style.minHeight="0.5px",n.style.minWidth="0.5px",n}async startRendering(){let e=this.rootContainer,r=this.triggerContext.triggerData.hasSwiperElement();r&&(e=this.rootContainer?.shadowRoot||this.rootContainer?.attachShadow({mode:"open"}),fp(e)),this.injectCampaignCSS(r,e);let n=this.engagementTrigger.widget;jh(xf(Fs,{element:n.cont,triggerContext:this.triggerContext,elements:n.elems}),e),this.addToRendered()}injectCampaignCSS(e,r){let n=this.engagementTrigger.content?.outerCSS?.trim()??"",o=this.engagementTrigger.content?.innerCSS?.trim()??"";if(!n&&!o)return;let i=this.rootContainer.id;if(e){sn(o,r),this.injectOuterCSSOnly();return}let s=n+`
63
+ ${o}`;sn(`#${i} { ${s} }`)}injectOuterCSSOnly(){let e=this.engagementTrigger.content?.outerCSS?.trim();if(!e)return;let r=this.rootContainer.id;sn(`#${r} { ${e} }`)}isInViewport(){let e=this.rootContainer?.getBoundingClientRect();if(!e)return!1;let r=window.innerHeight||document.documentElement.clientHeight,o=(Math.min(e.bottom,r)-Math.max(e.top,0))*e.width,i=e.width*e.height,s=o/i*100;return this.engagementTrigger.isAnySplit()?s>0:s>=30}async getWidgetContainer(e){if(this.rootContainer?.isConnected)return this.rootContainer;let r=await this.createParentElementWithPlacement(e);if(r)return r;let n=`.letscooee[data-engagement-id="${this.triggerContext.triggerData.shortID}"]`;return document.querySelector(n)}async createParentElementWithPlacement(e){let r=this.engagementTrigger.placement;if(!r?.selector)return b.info(`\u26A0\uFE0F${this.engagementTrigger} does not have a selector`),null;let n=r.selector,o;if(n.includes(":shadow")){let l=n.split(":shadow");o=(await Sn(l[0].trim()))?.shadowRoot,n=l[1].trim(),o&&fp(o,!1)}b.verbose(`${this.engagementTrigger} attempt to render "${r.position}" "${n}"`);let i=await Sn(n,3,o??document);if(!i)return b.warn(`${this.engagementTrigger} no placement found with ${n}`),null;let s=this.generateParentElementID(),a=this.getParentElement(s);if(!e)return a;switch(r.position){case At.BEFORE1:case At.BEFORE:{i.parentElement?.insertBefore(a,i);break}case At.INSIDE_FIRST1:case At.INSIDE_FIRST:{i.insertBefore(a,i.firstChild);break}case At.INSIDE_LAST1:case At.INSIDE_LAST:{i.appendChild(a);break}case At.AFTER1:case At.AFTER:default:i.parentElement?.insertBefore(a,i.nextSibling)}return a}async runChoresBeforeRender(){if(this.isExclusionWithBVariation)return;if(!this.isAllOkToRender()){b.info(`\u26A0\uFE0F ${this.engagementTrigger} could not be rendered`);return}b.verbose(`${this.engagementTrigger} will be rendered`);let e;try{e=await ll(this.engagementTrigger)}catch(r){b.info(`\u203C\uFE0F${this.engagementTrigger} could not render as items failed to refresh`,r);return}if(!this.engagementTrigger.isCollectionPromoted()&&!e?.length&&this.engagementTrigger.isProductPromoted()){b.info(`\u203C\uFE0F${this.engagementTrigger} could not render as no products promoted`);return}this.engagementTrigger.items=e,await this.startRendering()}updateItems(e,r){let n=this.getItemDiff(e,r),o=this.getItemDiff(r,e);r.push(...n);for(let i of o)Yr.remove(r,i)}getItemDiff(e,r){return e.filter(n=>!r.some(o=>o.selectedOrFirstVariant.value.mID===n.selectedOrFirstVariant.value.mID))}};var dt=class extends it{static currentEngagements=new Set;constructor(e){super(e)}rerenderAfterCartOpened(){this.rerenderIfDeleted(),this.checkAndSendEvent()}observeWidgetContainerInViewport(){return this.getVariation()}generateParentElementID(){let e=super.generateParentElementID();return this.engagementTrigger.isSubscriptionUpsell()&&(e+=`-${this.engagementTrigger.items[0].selectedOrFirstVariant.value.mID}`),e}checkAndSendEvent(){if(!Je.get().isOpen()&&fe().pageName!=="cart"){b.log("Do not send display event as neither the cart drawer nor the cart page is open.");return}return super.checkAndSendEvent()}};var GT=t=>t,Av=t=>t.filter(e=>e.removedNodes&&e.removedNodes.length>0);function Dv(t,e={childList:!0,subtree:!0},r=500,n=GT){return tl(o=>{let i=new MutationObserver(s=>o(s));return i.observe(t,e),i},(o,i)=>i.disconnect()).pipe(un(o=>n(o)),kp(o=>o.length>0),Yt(r))}var Tl=class t{constructor(e,r){this.engagementTrigger=e;this.element=r;this.cartItems=me.getCurrent().items}cartItems;static renderCartUpsell(e){let r=e.placement;if(!r?.selector){b.warn(`No placement available for ${e.objective}`,e.shortID);return}let n=Array.from(document.querySelectorAll(r.selector));if(!n?.length){b.warn(`No placement found for ${e.objective}`,e.shortID);return}for(let o of n)new t(e,o).render()}render(){let e=this.findCartItemFromHTMLElement();if(!e||this.engagementTrigger.skipSubscribedItems&&e.selling_plan_allocation)return;let r=this.engagementTrigger.items.find(m=>m.mID===e.product_id.toString());if(!r)return;let n=r.vars.find(m=>m.mID===e.id.toString());if(!n)return;let o=new Mr(n),i=e.selling_plan_allocation?.selling_plan;if(i)for(let m of o.sellingPlans??[])m.mID===i.id.toString()&&(m.isSelected=!0,o.changeSellingPlan(m));let s=new ht(r);s.vars=[o],s.selectedOrFirstVariant.value=o;let a=`lc-cart-item-${this.engagementTrigger.shortID}-${r.mID}`;this.element.classList.add(a);let l=new Tt(this.engagementTrigger);l.placement.selector=`.${a}`,l.items=[s];let f=new dt(l);f.renderSilently(),this.watchForCartItemDeletion(f,a)}watchForCartItemDeletion(e,r){let n=new MutationObserver(o=>{o.forEach(i=>{i.removedNodes.forEach(s=>{s===this.element&&(b.verbose(`${r} has been removed`),e.destroy(),n.disconnect())})})});n.observe(this.element.parentElement,{childList:!0,subtree:!0})}findCartItemFromHTMLElement(){let e=this.element.innerHTML;return this.cartItems.find(r=>{if(!(e.includes(r.url)||e.includes(r.variant_id))&&(!e.includes(r.product_title)||r.variant_title&&!e.includes(r.variant_title)))return!1;let n=r.selling_plan_allocation?.selling_plan?.name;return!(n&&!e.includes(n))})}};var Il=class extends dt{constructor(e){super(e)}async update(e){await super.update(e),this.engagementTrigger.progressBarConfig.update(e.progressBarConfig),await this.checkMilestoneTryCatch(),this.updateAngularWidget()}isAllOkToRender(){return!!this.engagementTrigger.progressBarConfig}async startRendering(){if(this.updateAngularWidget()){this.addToRendered();return}this.createAngularWidget("cooee-progressbar"),await this.checkMilestoneTryCatch()}async checkMilestoneTryCatch(){try{await this.checkMilestone()}catch(e){ae(e,"apply-milestones",{engagementTrigger:this.engagementTrigger})}}async checkMilestone(){let e=await me.getCurrent().getNormalisedCart(),r=this.engagementTrigger.progressBarConfig,n=[],o=[],i=[],s,a,l=[...r.milestones];for(let A of l){if(A.rewardType!==Yl.FREE_AUTO_GIFT)continue;if(A.isUIOnly&&!A.allowATC){b.verbose(`Skipping milestone ${A.label} as it is UI only and does not allow ATC`);continue}let B=A.items[0],q=A.reached,P=e.items.find(Q=>(Q.vID===B.vID||Q.mID===B.mID)&&Q.properties._letscooee_campaign===this.engagementTrigger.shortID);q&&(s=A,a=P),P&&n.push(P),!q&&P&&r.removeIneligibleItem?(b.verbose(`Removing free gift ${P.vID} from cart`),i.push(P)):q&&!P&&(b.verbose(`Adding free gift ${B.vID} to cart`),o.push(B))}r.restrictToLatestFreebie&&s&&(a?(n=n.filter(A=>A.vID!==a.vID),o=[]):o=[s.items[0]],i.push(...n));let f={},m={};i.length&&i.forEach(A=>m[A.key??A.vID]=0),o.length&&o.forEach(A=>m[A.vID]=1);let d=r.coupons,_=[];if(d?.length){_=d.map(q=>q.couponCode);let A=me.getCurrent().discount_codes?.map(q=>q.code)??[];_.every(q=>A.some(P=>P===q))||(f.discount=_.join(","))}if(bt.hasKeys(m)&&(f.updates=m),!bt.hasKeys(f))return;let y=await bv(f,this.engagementTrigger),C=y?.items,N=[];for(let A of o){let B=C?.find(q=>_?.length?q.id+""===A.vID&&q.discounts?.some(P=>_.includes(P.title)):q.id+""===A.vID);B&&N.push(B)}if(!N.length){Je.get().refreshUI(y,!1);return}try{await Promise.all(N.map(A=>wv(A,{properties:this.engagementTrigger.getPrivateAttributesForLineItem()})))}catch(A){ae(A,"add-private-attribute",{engagementTrigger:this.engagementTrigger,extra:{productAddedByCooee:N}})}finally{Je.get().refreshUI(y,!1)}}};var Hs=class extends dt{constructor(e){super(e)}async update(e){await super.update(e),this.engagementTrigger.content.update(e.content),this.updateAngularWidget()}isAllOkToRender(){return!!this.engagementTrigger.content}async startRendering(){if(this.updateAngularWidget()){this.addToRendered();return}this.createAngularWidget("cooee-savings-bar")}};var xl=class extends it{constructor(e){super(e)}isAllOkToRender(){return!!this.engagementTrigger.content?.videoConfig}async startRendering(){if(this.widgetElement?.isConnected){this.addToRendered();return}let e,r=this.engagementTrigger.content.videoConfig;r.template==="FLOATING_POPUP"?e="cooee-video-popup":r.template==="STORY"?e="cooee-video-stories":e="cooee-video-playlist",this.createAngularWidget(e)}};var Cl=class extends it{constructor(e){super(e)}isAllOkToRender(){return!0}async startRendering(){if(this.widgetElement?.isConnected){this.addToRendered();return}this.createAngularWidget("cooee-sticky-atc")}};var Rl=class extends it{constructor(e){super(e)}isAllOkToRender(){return!0}async startRendering(){let e=this.getParentElement(`inner-letscooee-${this.engagementTrigger.shortID}`);this.rootContainer.appendChild(e),document.addEventListener("letscooee:inbound:cta:add-bundle",this.inboundCTAListener.bind(this),!1)}async inboundCTAListener(e){let r=this.engagementTrigger,n=`Engagement(id: ${r.engagementID}, shortID: ${r.shortID})`,o=e.detail;if(!bt.hasKeys(o)){b.error(`No detail received for ${n}`);return}b.log("Detail received for BYOB",o);let i=o.campaignID??o.campaignId??o.campaign_id;if(i!==r.shortID&&i!==r.engagementID){b.warn(`Current ${n} is not BYOB. Received: ${i}`);return}let s=o.items;if(!s?.length)return;let a=s.map(l=>new Dt({mID:l.product_id,vID:l.variant_id,quantity:l.quantity||1}));await new fn(this.triggerContext).execute({embeddedItems:a,clickAction:{at:Ee.ADD_BUNDLE,applyDiscount:!0}})}};var Al=class extends it{constructor(e){super(e)}isAllOkToRender(){return!0}async startRendering(){if(this.widgetElement?.isConnected){this.addToRendered();return}this.createAngularWidget("cooee-collection-filter")}};var Jp=!1,Qp=!1,Dl=null,Ol=null,Ov=!1;function Nv(){Ov||(Ov=!0,wn(()=>{Dv(document.body,{childList:!0,subtree:!0},500,Av).subscribe(()=>{it.currentEngagements.forEach(t=>t.rerenderIfDeleted()),dt.currentEngagements.forEach(t=>t.rerenderIfDeleted())})}))}function Zp(t){if(Nv(),Jp){b.verbose("Cart widget processing in progress, queuing latest triggers"),Dl=t;return}Jp=!0;try{qT(t)}finally{if(Jp=!1,Dl){let e=Dl;Dl=null,b.verbose("Processing queued cart triggers"),Zp(e)}}}function em(t){if(Nv(),Qp){b.verbose("Page widget processing in progress, queuing latest triggers"),Ol=t;return}Qp=!0;try{zT(t)}finally{if(Qp=!1,Ol){let e=Ol;Ol=null,b.verbose("Processing queued page triggers"),em(e)}}}function qT(t){Lv(dt.currentEngagements,t);for(let e of t){b.info(`${e} received as cart embed`);let r=Pv(dt.currentEngagements,e);if(r&&!e.isSubscriptionUpsell()){r.updateAndReRender(e).catch(o=>{ae(o,"update-and-re-render",{engagementTrigger:e})});continue}b.verbose(`${e} is new`);let n;if(e.isProgressBar())n=new Il(e);else if(e.isSubscriptionUpsell()){Tl.renderCartUpsell(e);continue}else e.isSavingsBar()?n=new Hs(e):n=new dt(e);dt.currentEngagements.add(n),n.renderSilently()}}function zT(t){Lv(it.currentEngagements,t);for(let e of t){b.info(`${e} received as page embed`);let r=Pv(it.currentEngagements,e);if(r){r.updateAndReRender(e).catch(o=>{ae(o,"update-and-re-render",{engagementTrigger:e})});continue}b.verbose(`${e} is new`);let n;e.isShoppableVideo()?n=new xl(e):e.isBYOB()?n=new Rl(e):e.isStickyATC()?n=new Cl(e):e.isSavingsBar()?n=new Hs(e):e.isCollectionFilter()?n=new Al(e):n=new it(e),it.currentEngagements.add(n),n.renderSilently()}}function Pv(t,e){for(let r of t)if(r.matches(e))return r}function Lv(t,e){let r=new Set(e.map(n=>n.shortID));for(let n of t)r.has(n.engagementTrigger.shortID)||n.destroy()}var Mv="/v1/engagement/page-widgets",Bv="/v1/engagement/cart-widgets",kv=new zt,Uv=0;kv.pipe(Yt(50)).subscribe(async t=>{let e=await Fn();YT(e).catch(r=>{ae(r,"load-page-widgets",{extra:{firstLoad:t}})}),KT(e).catch(r=>{ae(r,"load-cart-widgets",{extra:{firstLoad:t}})})});function $s(t=!1){Sr(fr).then(()=>{kv.next(t)})}function Fv(){dt.currentEngagements.forEach(t=>t.rerenderAfterCartOpened())}async function Rv(t){let e=await Fn();return Object.assign(t,e),Kt("/v1/engagement/get-variant",t)}function Hv(t,e){return Vt.mode==="local"||!e?t:e+t}async function YT(t){Uv++,Uv===1?b.info("Fetch page widgets (after \u23F0",So()+" of SDK load)"):b.info("Fetch page widgets");let e=E({},t),r=Hv(Mv,Se.globalRef.apiURLs?.pageWidget);try{let n=await Kt(r,e);b.info(`Page widgets loaded in \u23F0 ${Tr(n.timeTakenMs)}`),Ri(Mv);let o=n.data.widgets.map(i=>new Tt(i));em(o)}catch(n){b.error("Error sending widget getter",n)}}async function KT(t){b.info("Fetch cart widgets");let e=E({},t),r=Hv(Bv,Se.globalRef.apiURLs?.cartWidget);try{let n=await Kt(r,e);b.info(`Cart widgets loaded in \u23F0 ${Tr(n.timeTakenMs)}`),Ri(Bv);let o=n.data.widgets.map(i=>new Tt(i));Zp(o)}catch(n){b.error("Error sending widget getter",n)}}function $v(){let t=je.get();!t.gaMeasurementID||!t.gaEnabled||JT()}async function XT(){let t=await Ye.get("gacid"),e=await QT();if(t!==e)return await Ye.set("gacid",e),e}async function JT(){let t=await XT();t&&El({gaClientID:t})}async function QT(){let e=je.get().gaMeasurementID;if(!(!e||!window.gtag))return new Promise(r=>{window.gtag("get",e,"client_id",n=>{r(n)})})}async function Vv(t){b.verbose("Received app configuration",t),t.currencyCount=t.currencies?.length;let e=Se.globalRef.config.update(t);$v(),Je.initialize(),e.website&&(Vg(e.website.commonJS),sn(e.website.commonCSS)),window.CooeeSDK.cartDrawerToggle$.pipe(Yt(10)).subscribe(async({open:r})=>{b.info("Cart drawer is now",r?"open":"closed"),r&&(Fv(),await ZT())})}function Wv(t){Se.globalRef.apiURLs=t}async function ZT(){let t=await me.getCurrent().getNormalisedCart(),e={value:t.amount,currency:t.currency},r={items:t.items,amount:e,drawer:!0};It(new Ce("View Cart",r))}var Nl=class{runtimeData=fe();meddle(){let e=Se.globalRef;e.account=e.account??[],e.profile=e.profile??[],e.events=e.events??[],e.page=e.page??[],this.meddlePage(),this.meddleAccount(),this.meddleEvents(),this.meddleProfile(),this.exposeMethods()}exposeMethods(){let e=Se.globalRef;e.loadWidgets=e.loadCartWidgets=e.loadPageWidgets=()=>{$s()},e.loadExperiments=()=>{bl()},e.testCartUpdate=this.testCartUpdate.bind(this),e.previewWidget=Se.previewWidget.bind(Se),e.previewPopup=Se.previewPopup.bind(Se),e.executeCTA=(r,n)=>{new fn(r).execute(n)},e.sendEvent=r=>{It(r)}}overwritePush(e,r){Nr(e,"push",r)}meddleAccount(){this.overwritePush(Se.globalRef.account,(...e)=>{this.processAccount(e[0])}),Se.globalRef.account.forEach(this.processAccount.bind(this))}meddleEvents(){this.overwritePush(Se.globalRef.events,(...e)=>{this.processEvent(e[0])}),Se.globalRef.events.forEach(this.processEvent.bind(this))}meddleProfile(){this.overwritePush(Se.globalRef.profile,(...e)=>{this.processProfile(e[0])}),Se.globalRef.profile.forEach(this.processProfile.bind(this))}processAccount(e){e&&(e.appID&&Se.authenticate(e),e.flags&&(this.runtimeData.flags=e.flags))}processEvent(e){e&&(gm.includes(e[0])?Se.sendEvent(e[0],e[1],E({occurred:this.runtimeData.jsLoadTime},e[2])):Se.sendEvent(e[0],e[1],e[2]))}processProfile(e){e&&Se.updateProfile(e)}processPageName(e){e&&Se.setPageName(e)}meddlePage(){this.overwritePush(Se.globalRef.page,(...e)=>{this.processPage(e[0])}),Se.globalRef.page.forEach(this.processPage.bind(this))}processPage(e){e.currentItem&&eI(e.currentItem),e.currency&&(fe().currencyCode=e.currency),e.shopCurrency&&(this.runtimeData.shopCurrencyCode=e.shopCurrency),e.moneyFormat&&(this.runtimeData.moneyFormat=e.moneyFormat),e.jsLoad&&(this.runtimeData.jsLoadTime=e.jsLoad),e.locale&&(this.runtimeData.locale=e.locale),e.pageName&&Se.setPageName(e.pageName),e.activeExperiment&&(this.runtimeData.activeExperiments=e.activeExperiment),e.cart&&me.getCurrent().update(e.cart),e.configurations&&Vv(e.configurations),e.apiURLs&&Wv(e.apiURLs),e.customContext&&(this.runtimeData.customContext=E(E({},this.runtimeData.customContext),e.customContext))}async testCartUpdate(){if(fe().pageName!=="product"){window.alert("This feature is only available on a product page");return}let e=Cv();if(e||(e=fe().currentItem?.vID),!e){window.alert("Could not find a variant to test. Please try a different product page");return}let r=new Tt({id:"preview",shortID:"1",redirectBehaviour:Zt.CART_DRAWER});await new fn(new Ir(new Date,r)).execute({clickAction:{at:Ee.ADD_TO_CART},embeddedItem:new Dt({vID:e})})}};function eI(t){let e=fe();if(e.currentItem&&e.currentItem.vID!==t.vID){let r=new CustomEvent("letscooee:variant-change",{detail:{variantID:t.vID,productID:t.mID}});document.dispatchEvent(r)}e.currentItem=new Dt(t)}var Si=class{static SESSION_STORAGE=window.sessionStorage;static SESSION_STORAGE_KEY_PREFIX="cooee".concat("-");static getString(e,r){return this.getItem(e)||r}static setString(e,r){this.setItem(e,r)}static remove(e){this.removeItem(e)}static getItem(e){return this.SESSION_STORAGE.getItem(this.SESSION_STORAGE_KEY_PREFIX.concat(e))}static setItem(e,r){this.SESSION_STORAGE.setItem(this.SESSION_STORAGE_KEY_PREFIX.concat(e),r)}static removeItem(e){this.SESSION_STORAGE.removeItem(this.SESSION_STORAGE_KEY_PREFIX.concat(e))}};var tI=1e3,rI=10,tm=0,rm=new Date;function nm(t){Si.remove("sleid"),rm=t??new Date}function jv(){if(window.scrollY){let t=zv();Gv(t)&&qv(t)}wn(()=>{nI()})}function nI(){po(window,"scroll").pipe(Yt(tI),un(()=>{let t=zv();if(t>100){b.warn("Received scroll percent is more than 100",t);return}if(Gv(t))return t})).subscribe(t=>{qv(t)})}function Gv(t){return Math.abs(tm-t)>=rI||tm!==t&&t===100}function qv(t){if(t==null)return;let e={percent:t,timeMS:new Date().getTime()-rm.getTime()};tm=t;let r=Si.getString("sleid",""),n=new Ce("CE Scroll",e,null,r);It(n),Si.setString("sleid",n.id.toHexString()),rm=new Date(n.occurred)}function zv(){let t=window.document.body.scrollHeight,e=window.innerHeight;return Math.ceil((window.scrollY+e)/t*100)}function Yv(){oI()}function oI(){let t=window.fetch;try{window.fetch=async function(e,r){try{await iI(e,r)}catch(n){ae(n,"modify-graphql-request",{extra:{body:JSON.stringify(r?.body)}})}return t(e,r)}}catch(e){console.warn("Fail to override fetch.",`Cooee won't be able to track "Buy Now Clicked" KPI.`),b.error(e)}b.verbose("Securely overwritten window.fetch method for graphql query")}async function iI(t,e){let r=typeof t=="string"?t:t instanceof Request?t.url:"";if(!(r.includes("graphql.json")&&e?.method==="POST")||!e.body)return;let n;if(typeof e.body=="string")try{n=JSON.parse(e.body)}catch{return}else n=e.body;n?.variables?.input&&(b.verbose("Intercepted fetch request of:",r),n?.query.includes("cartCreate")&&(e.body=await sI(n),aI()))}async function sI(t){let e=t.variables.input.attributes??[],r=await ja("Buy Now");return t.variables.input.attributes=[...e,...r],JSON.stringify(t)}function aI(){let t=fe().currentItem;if(!t)return;let e=new Ce("Buy Now Clicked",{items:[t]});It(e)}var Ti=class{constructor(e,r){this.selectors=e;this.eventName=r;this.selectorString=e.join(",")}static INSTANCE;elements;selectorString;clickListenerCallback=e=>{let r=e.currentTarget,n=new Ce(this.eventName,{class:r.className||void 0,tagName:r.tagName||void 0,id:r.id||void 0});It(n),this.removeClickListener(this.clickListenerCallback)};listenSilently(){this.listen().catch(e=>b.error(e))}async listen(){this.elements=await Ef(this.selectorString),this.elements.forEach(e=>{e.addEventListener("click",this.clickListenerCallback)})}removeClickListener(e){this.elements?.forEach(r=>{r.removeEventListener("click",e)})}};var Pl=class t extends Ti{static selectors=[".product__thumbnail-list-inner > button","product-gallery-navigation > button",".product-media--thumb-container",".product-images-inner > img",".m-product-media",".swiper-button-control",".media__thumb",".slick-arrow",".productView-img-container.product-single__media",".product-gallery__thumbnail_item_inner"];constructor(){super(t.selectors,"Item Thumbnail Clicked")}static getInstance(){return this.INSTANCE||(this.INSTANCE=new t),this.INSTANCE}};var Ll=class t extends Ti{static selectors=[".jdgm-widget.jdgm-preview-badge.jdgm-preview-badge--with-link.jdgm--done-setup","reviewsio-product-ratings",".ruk_rating_snippet.tracked:not(.hidden)","a > .loox-rating",".yotpo-reviews-star-ratings-widget",".yotpo.lp-hero__reviews",".pr-rating > a",".rivyoReviewWidget"];constructor(){super(t.selectors,"Review Clicked")}static getInstance(){return this.INSTANCE||(this.INSTANCE=new t),this.INSTANCE}};var cI=[".gokwik-checkout button","button.cart__checkout-button","button.cart__checkout","button#checkout","button#checkout2",'button[id*="checkout" i]','button[name*="checkout" i]','button[class*="checkout" i]'].join(",");function Kv(){wn(()=>{b.verbose("Execution order:","document ready"),lI()})}function lI(){let t=window.location.hash?.substring(1);if(t)if(t.includes("initiate-checkout")){document.dispatchEvent(new Event("letscooee:outbound:third-party-initiate-checkout"));let e=document.querySelector(cI);if(!e){b.verbose("No clickable cart checkout button found");return}b.verbose("Clickable cart checkout button found",e),e.click()}else t.includes("open-cart-drawer")&&Je.get().open()}function Jv(){window.addEventListener("kp-modal:opened",()=>{fe().isGoKwikPopupOpen=!0}),window.addEventListener("user-loggedin",t=>{let{token:e}=t.detail;e&&bi({goKwikToken:e})}),window.gokwikSdk?Xv():window.addEventListener("gokwikLoaded",Xv)}function Xv(){window.gokwikSdk&&window.gokwikSdk.on("checkout_initiated",async()=>{let t=await me.getCurrent().getNormalisedCart(),e={via:"GoKwik",items:t.items,cartToken:t.token,amount:{value:t.amount,currency:t.currency}},r=new Ce("Checkout Started",e);It(r)})}var Ml=class{static watch(){let e=localStorage.getItem("cooeeDebugTill"),r=bm();if(r==="1"||r==="on"){let n=this.getDebugMillis();El({debugTill:n}),e||(e=n.toString(),localStorage.setItem("cooeeDebugTill",e))}r==="on"?sessionStorage.cooeeDebug="1":r==="off"&&sessionStorage.removeItem("cooeeDebug"),sessionStorage.cooeeDebug&&this.renderDebugBar(),e&&new Date(+e)<new Date&&localStorage.removeItem("cooeeDebugTill")}static renderDebugBar(){let e=document.createElement("cooee-debugger");e.logs=this.logs,wn(()=>{document.body.appendChild(e)})}static getDebugMillis(){return new Date().getTime()+360*60*1e3}};var Vs=class Vs extends hn{};wo(Vs,"storeName","app"),Vs.storage=Io(Vs.storeName);var Bl=Vs;var Se=class{static globalRef;static authenticated;static async initForMerchantWebsiteOnly(e){if(!window.cooeeSDKPreview){if(b.info("Initialising SDK"),Wg(navigator.userAgent)){b.info("This seems to be a bot. Disabling SDK");return}this.initGlobalReference(e),await Xy(),this.autoAuthenticate(),new Nl().meddle(),Cm(),$s(!0),bl(),uI(),ov(),pv(),Yv(),Kv(),jv(),Ll.getInstance().listenSilently(),Pl.getInstance().listenSilently(),Jv(),fI(),Ml.watch(),Bl.remove("conf").catch(r=>{b.error("Fail to remove App Config from local storage",r)})}}static async initForAll(){this.injectWidgetAssets()}static initGlobalReference(e){window.CooeeSDK||Nr(window,"CooeeSDK",{}),this.globalRef=window.CooeeSDK,Nr(this.globalRef,"config",new je),Nr(this.globalRef,"runtimeData",{sdkLoadTime:e,jsLoadTime:new Date,lastEnterActive:new Date}),Nr(this.globalRef,"uaParser",new br,!0),Nr(this.globalRef,"cart",me.getCurrent()),Nr(this.globalRef,"cartChange$",fv()),Nr(this.globalRef,"cartDrawerToggle$",Je.cartDrawerToggle$.asObservable()),b.verbose("Global reference initialised"),new Pc(()=>{this.globalRef.uaParser=new br})}static injectWidgetAssets(){Hg(Vt.widgetURL,"cooee-widget-sdk"),lp()}static autoAuthenticate(){let e=oc();e&&this.authenticate({shopifyShop:e})}static authenticate(e){if(this.authenticated)return;b.info("Begin auth after \u23F0",So(),"of SDK load");let r=e.appID?.trim(),n=e.shopifyShop;if((yf(r)||r.length!==24)&&yf(n)){b.warn("Cooee App ID or Shop name is not configured");return}this.authenticated=!0,Yy(e)}static sendEvent(e,r,n){let o=new Ce(e,r,n?.triggerData);n?.occurred&&(o.occurred=n.occurred),It(o)}static updateProfile(e){for(let r in e)if(r.toLowerCase().startsWith("ce "))throw new Error("User property name cannot start with 'CE '");bi(e)}static setPageName(e){if(!e)return;let r=fe(),n=r.pageName;if(e===n)return;if(r.pageName=e,dm.some(s=>e.includes(s))){nm();return}let o={};n&&(o.ps=n);let i=new Ce("CE Screen View",o);i.occurred=r.jsLoadTime,It(i),nm(i.occurred)}static previewPopup(e,r){new kn(r).render(e)}static previewWidget(e){new it(new Tt(e)).renderSilently()}};function uI(){window.CooeeSDK.cartChange$.subscribe(()=>{$s()})}function fI(){if(window.opener){try{window.opener.postMessage({action:"COOEE_READY_FOR_PREVIEW"},"*")}catch(t){b.error(t)}window.addEventListener("message",t=>{if(b.verbose("Received event",t),!t.origin.includes("letscooee.com")&&!t.origin.includes("localhost"))return;let e=t.data;typeof e=="object"&&(e.action==="POPUP_PREVIEW"?(Se.previewPopup(e.engagementTrigger),t.source?.postMessage({action:"PREVIEW_SUCCESSFUL"},t.origin)):e.action==="WIDGET_PREVIEW"&&(Se.previewWidget(e.engagementTrigger),t.source?.postMessage({action:"PREVIEW_SUCCESSFUL"},t.origin)))})}}var Qv=new Date;Em();wm();b.verbose("Execution order:","top");window.cooeeShopifyScriptLoaded||(window.cooeeShopifyScriptLoaded=!0,(async()=>(b.verbose("Execution order:","IIFE start"),await Se.initForMerchantWebsiteOnly(Qv),await Se.initForAll(),pI(),b.verbose("Execution order:","IIFE end")))());b.verbose("Execution order:","bottom");function pI(){_m()&&import("./debug-logs-7RWEVJWE.js").then(({printAllDebugLogs:t})=>t(Qv))}