mk-sdk-git 1.1.106 → 1.1.108

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/README.md CHANGED
@@ -5,14 +5,14 @@ roda em todas as páginas da loja: mede a jornada de compra (visita → produto
5
5
  carrinho → compra) e injeta o botão de provador virtual de forma zero-touch.
6
6
 
7
7
  Publicado no npm como [`mk-sdk-git`](https://www.npmjs.com/package/mk-sdk-git)
8
- e distribuído via CDN (jsDelivr / unpkg).
8
+ e distribuído via CDN — **unpkg** por padrão (jsDelivr como alternativa).
9
9
 
10
10
  ## Instalação
11
11
 
12
12
  Cole **uma linha** antes de `</head>`, em **todas as páginas** da loja:
13
13
 
14
14
  ```html
15
- <script src="https://cdn.jsdelivr.net/npm/mk-sdk-git@1/dist/mk-sdk.js"
15
+ <script src="https://unpkg.com/mk-sdk-git@1/dist/mk-sdk.js"
16
16
  data-mk-project="SEU_PROJECT_ID"
17
17
  data-mk-product="mk-fashion"
18
18
  async></script>
@@ -25,14 +25,21 @@ Cole **uma linha** antes de `</head>`, em **todas as páginas** da loja:
25
25
 
26
26
  ### Versão do CDN
27
27
 
28
+ O CDN padrão é o **unpkg** (`https://unpkg.com/…`). Motivo: lojas com CSP
29
+ restritiva (ex.: Wake/Fbits) costumam liberar o unpkg mas **não** o jsDelivr —
30
+ usar unpkg por padrão evita a tag ser bloqueada pela política da loja.
31
+
28
32
  | Forma | URL | Quando usar |
29
33
  |---|---|---|
30
- | **Major fixo** (recomendado) | `…/mk-sdk-git@1/dist/mk-sdk.js` | Pega o último `1.x.y` automaticamente — recebe correções sem quebrar |
31
- | **Versão exata** | `…/mk-sdk-git@1.2.3/dist/mk-sdk.js` | Trava numa versão específica (imutável) |
32
- | **unpkg** (alternativa) | `https://unpkg.com/mk-sdk-git@1/dist/mk-sdk.js` | Mesmo pacote, outro CDN |
34
+ | **Major fixo** (recomendado) | `https://unpkg.com/mk-sdk-git@1/dist/mk-sdk.js` | Pega o último `1.x.y` automaticamente — recebe correções sem quebrar |
35
+ | **Versão exata** | `https://unpkg.com/mk-sdk-git@1.2.3/dist/mk-sdk.js` | Trava numa versão específica (imutável) |
36
+ | **jsDelivr** (alternativa) | `https://cdn.jsdelivr.net/npm/mk-sdk-git@1/dist/mk-sdk.js` | se a CSP da loja liberar jsDelivr e não unpkg |
33
37
 
34
38
  > Evite `@latest` em produção: cache fraco e risco de um release novo quebrar a
35
39
  > loja sem aviso. Prefira o major fixo (`@1`).
40
+ >
41
+ > O bootstrap deriva o CDN do core da própria tag: seja qual for o CDN da tag
42
+ > (unpkg/jsDelivr), o `mk-core.js` vem do **mesmo** CDN — sem hardcode.
36
43
 
37
44
  ### Via bundler (opcional)
38
45
 
package/dist/mk-core.js CHANGED
@@ -1 +1 @@
1
- (()=>{var vn=Object.defineProperty;var C=(t,e)=>{for(var r in e)vn(t,r,{get:e[r],enumerable:!0})};var Vt={collectorUrl:"https://api-collector.mk3dlabs.com",appUrl:"https://mkfashion.mk3dlabs.com/visualizer",apiUrl:"https://mkfashion-new-api.mk3dlabs.com"},kn={},et=null;function Wt(){if(et)return et;let t=null;try{t=document.currentScript||document.querySelector("script[data-mk-project]")||document.querySelector('script[src*="mk-sdk"]')||document.querySelector('script[src*="mk-pixel"]')}catch(i){}let e=i=>{try{return t&&t.getAttribute(i)}catch(a){return null}},r=e("data-mk-project")||e("data-mk-client")||window.__MK&&(window.__MK.projectId||window.__MK.clientSlug)||null,n=e("data-mk-product")||window.__MK&&window.__MK.product||"mk-fashion",o=e("data-mk-collector")||window.__MK&&window.__MK.collectorUrl||kn.collectorUrl||Vt.collectorUrl;return et={projectId:r,product:n,collectorUrl:o,appUrl:window.__MK&&window.__MK.appUrl||Vt.appUrl,apiUrl:window.__MK&&window.__MK.apiUrl||Vt.apiUrl,debug:!!(e("data-mk-debug")!==null||window.__MK&&window.__MK.debug||/[?&]mkdebug\b/.test(location.search)),observe:!!(window.__MK&&window.__MK.observe),forceButton:!!(window.__MK&&window.__MK.forceButton),anchor:window.__MK&&window.__MK.anchor||null,anchors:window.__MK&&window.__MK.anchors||null,cards:window.__MK&&window.__MK.cards||null,modalWidth:window.__MK&&window.__MK.modalWidth||null,modalHeight:window.__MK&&window.__MK.modalHeight||null,cartRedirect:!(window.__MK&&window.__MK.cartRedirect===!1),cartBehavior:window.__MK&&window.__MK.cartBehavior||null,cartOpenSelector:window.__MK&&window.__MK.cartOpenSelector||null,autoTrack:e("data-mk-no-autotrack")===null,batchIntervalMs:window.__MK&&window.__MK.batchIntervalMs||8e3,batchMaxSize:window.__MK&&window.__MK.batchMaxSize||20,engagementIntervalMs:15e3},et}function w(){return et||Wt()}function g(...t){let e=w();e&&e.debug&&typeof console!="undefined"&&console.log("[mk-sdk]",...t)}var Ke="_mk_vid",He="_mk_sid",rt=null,nt=null;function wt(){return typeof crypto!="undefined"&&crypto.randomUUID?crypto.randomUUID():"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,t=>{let e=Math.random()*16|0;return(t==="x"?e:e&3|8).toString(16)})}function xt(){if(rt)return rt;try{let t=localStorage.getItem(Ke);return t||(t="v_"+wt(),localStorage.setItem(Ke,t)),rt=t,t}catch(t){return rt="v_"+wt(),rt}}function Ve(){if(nt)return nt;try{let t=sessionStorage.getItem(He);return t||(t="s_"+wt(),sessionStorage.setItem(He,t)),nt=t,t}catch(t){return nt="s_"+wt(),nt}}var H=[],We=!1;function Jt(t){let e=2166136261;for(let r=0;r<t.length;r++)e^=t.charCodeAt(r),e=Math.imul(e,16777619)>>>0;return(e>>>0)/4294967296}function Cn(){let t=typeof navigator!="undefined"&&navigator.userAgent||"";return/iPad|Tablet|PlayBook|Silk/i.test(t)||/Android/i.test(t)&&!/Mobile/i.test(t)?"tablet":/Mobi|Android|iPhone|iPod|Windows Phone|BlackBerry/i.test(t)?"mobile":"desktop"}function Sn(){try{return localStorage.getItem("_mk_seen")?!0:(localStorage.setItem("_mk_seen",String(Date.now())),!1)}catch(t){return!1}}function Tn(t,e){let r=t.product||"mk-fashion";return r==="ambos"||r===(e||"mk-fashion")}function An(t,e){let r=t.targeting||{};return!(Array.isArray(r.device)&&r.device.length&&r.device.indexOf(e.device)<0||r.audience==="new"&&e.returning||r.audience==="returning"&&!e.returning)}function En(t,e){let r=t.traffic==null?100:Number(t.traffic);return r>=100?!0:r<=0?!1:Jt(e+"|"+t.id+"|t")*100<r}function In(t,e){let r=(t.variants||[]).filter(a=>a&&a.key),n=r.reduce((a,c)=>a+(Number(c.weight)||0),0);if(n<=0)return null;let o=Jt(e+"|"+t.id)*n,i=0;for(let a=0;a<r.length;a++)if(i+=Number(r[a].weight)||0,o<i)return r[a];return r[r.length-1]}function Ln(t,e,r){let n="mk_exp_"+e+"_"+t.id,o=c=>(t.variants||[]).filter(s=>s&&s.key===c)[0]||null,i=null;try{i=localStorage.getItem(n)}catch(c){}if(i&&o(i))return o(i);let a=In(t,r);if(a)try{localStorage.setItem(n,a.key)}catch(c){}return a}function bt(t,e,r){if(We)return;We=!0;let n=t&&Array.isArray(t.experiments)?t.experiments:[];if(!n.length)return;let o=xt(),i={device:Cn(),returning:Sn()},a=n.filter(u=>u&&u.status==="running"&&Tn(u,r)&&An(u,i)&&En(u,o));if(!a.length){g("[A/B] "+n.length+" experimento(s) configurado(s); nenhum eleg\xEDvel p/ este visitante (status/targeting/tr\xE1fego/produto)");return}let c=a.filter(u=>u.coexist==="exclusive"),s;if(c.length){let u=Math.min(c.length-1,Math.floor(Jt(o+"|excl")*c.length));s=[c[u]]}else s=a;for(let u=0;u<s.length;u++){let l=s[u],p=Ln(l,e||"",o);p&&H.push({exp:l.id,var:p.key,control:!!p.control,overrides:p.overrides||{}})}H.length&&g("[A/B] variante(s) ativa(s):",Gt())}function Je(){return H.map(t=>({exp:t.exp,var:t.var}))}function Gt(){return H.map(t=>({exp:t.exp,variant:t.var,control:t.control,holdout:!!(t.overrides&&t.overrides.holdout)}))}function Ge(){try{let t=[];for(let e=0;e<localStorage.length;e++){let r=localStorage.key(e);r&&(r.indexOf("mk_exp_")===0||r==="_mk_vid"||r==="_mk_seen")&&t.push(r)}t.forEach(e=>{try{localStorage.removeItem(e)}catch(r){}}),g("[A/B] reset \u2014 "+t.length+" chave(s) apagada(s); recarregando p/ re-sortear")}catch(t){}try{typeof location!="undefined"&&location.reload&&location.reload()}catch(t){}}function ot(){let t={holdout:!1,tryOnButton:null,modalWidth:null,modalHeight:null};for(let e=0;e<H.length;e++){let r=H[e];if(r.control)continue;let n=r.overrides||{};n.holdout&&(t.holdout=!0),n.tryOnButton&&(t.tryOnButton=n.tryOnButton),n.modalWidth&&(t.modalWidth=n.modalWidth),n.modalHeight&&(t.modalHeight=n.modalHeight)}return t}var Xe=[/email/i,/e-?mail/i,/cpf/i,/cnpj/i,/phone/i,/telefone/i,/celular/i,/address/i,/endereco/i,/cep/i,/zip/i,/card/i,/cartao/i,/cvv/i,/password/i,/senha/i,/token/i,/\bnome\b/i,/fullname/i,/firstname/i,/lastname/i,/sobrenome/i,/birth/i,/nascimento/i,/rg\b/i],Ye={imageUrl:1,image:1,thumbnail:1,photo:1,imageBase64:1,src:1},Xt=2e3;function Ze(t){for(let e=0;e<Xe.length;e++)if(Xe[e].test(t))return!0;return!1}function Yt(t){if(!t||typeof t!="object"||Array.isArray(t))return typeof t=="string"&&t.length>Xt?t.slice(0,200)+"...[truncated "+t.length+"B]":t;let e={};for(let r in t){if(!Object.prototype.hasOwnProperty.call(t,r)||Ze(r))continue;let n=t[r];if(Ye[r]){e[r+"Present"]=!!n;continue}if(typeof n=="string"&&n.length>Xt){e[r]=n.slice(0,200)+"...[truncated "+n.length+"B]";continue}if(n&&typeof n=="object"&&!Array.isArray(n)){e[r]=Mn(n);continue}e[r]=n}return e}function Mn(t){let e={};for(let r in t){if(!Object.prototype.hasOwnProperty.call(t,r)||Ze(r))continue;let n=t[r];if(Ye[r]){e[r+"Present"]=!!n;continue}if(typeof n=="string"&&n.length>Xt){e[r]=n.slice(0,200)+"...[truncated]";continue}e[r]=n}return e}var _t=[],Zt=null,W=null,te="1.1.106",Rn=["off","pdp_tryon","pdp","all","tryon_engaged"],it,Qt=null,G="unknown",J=[],V=null;function tr(){let t=w();return"mk_engaged_"+(t&&t.projectId||"")}function ee(){if(V!==null)return V;try{V=localStorage.getItem(tr())==="1"}catch(t){V=!1}return V}function at(){if(!ee()){V=!0;try{localStorage.setItem(tr(),"1")}catch(t){}vt(!1)}}var Pn=/^purchase$/;function er(t,e){if(it===void 0)return"hold";if(it==="off")return"drop";if(it==="all"||e&&Pn.test(e))return"collect";switch(it){case"pdp":return t==="pdp"?"collect":"drop";case"tryon_engaged":if(ee())return"collect";case"pdp_tryon":return t!=="pdp"?"drop":G==="available"?"collect":G==="unavailable"?"drop":"hold";default:return"collect"}}function vt(t){if(!J.length)return;let e=[];for(let r of J){let n=er(r._pt,r.name);n==="collect"?or(r.name,r.params,r.ts):n==="hold"&&!t&&e.push(r)}J=e}function re(t){it=Rn.indexOf(t)>=0?t:"all",vt(!1)}function rr(t){G=t==="available"?"available":"unavailable",vt(!1)}function nr(t){vt(!0),W=t,Qt=t&&t.pageType||null,G="unknown"}function y(t,e,r){if(!w().projectId){(y._pre=y._pre||[]).push({name:t,params:e,ts:r||Date.now()}),y._pre.length>50&&y._pre.shift();return}if(y._pre&&y._pre.length){let o=y._pre;y._pre=[];for(let i of o)Qe(i.name,i.params,i.ts)}Qe(t,e,r)}function Qe(t,e,r){let n=er(Qt,t);if(jn(t,e,n),n==="collect"){or(t,e,r);return}if(n==="drop"){g("descartado (escopo)",t);return}J.push({name:t,params:e,ts:r||Date.now(),_pt:Qt}),J.length>300&&J.shift()}function jn(t,e,r){if(w().observe)try{window.postMessage({__mkpixel:!0,event:{name:"page_"+ir(t),params:Yt(e||{})},site:W?{pageType:W.pageType,platform:W.platform,url:W.url}:null,gate:r},"*")}catch(o){}}function or(t,e,r){let n=w(),o=Yt(e||{}),i="page_"+ir(t);if(_t.push({name:i,ts:r||Date.now(),params:o}),g("queued",t,o),_t.length>=n.batchMaxSize){N();return}Zt||(Zt=setTimeout(()=>{Zt=null,N()},n.batchIntervalMs))}function ir(t){if(typeof t!="string"||!t)return"unknown";let e=t.replace(/^on/,"");return e=e.replace(/[A-Z]/g,(r,n)=>(n>0?"_":"")+r.toLowerCase()),e.indexOf("page_")===0&&(e=e.slice(5)),e}function N(t){if(_t.length===0)return;let e=w();if(!e.projectId||!e.collectorUrl)return;let r=_t.splice(0,50),n=G==="available"?!0:G==="unavailable"?!1:void 0,o=Je(),i=JSON.stringify({product:e.product||void 0,sdkVersion:te,experiments:o.length?o:void 0,visitorId:xt(),sessionId:Ve(),engaged:ee()||void 0,tryonAvailable:n,events:r,site:W||void 0}),a=e.collectorUrl+"/v1/track";try{fetch(a,{method:"POST",keepalive:!0,headers:{"Content-Type":"application/json","X-MK-Project-Id":e.projectId},body:i}).catch(()=>{})}catch(c){try{navigator.sendBeacon&&navigator.sendBeacon(a+"?projectId="+encodeURIComponent(e.projectId),new Blob([i],{type:"text/plain"}))}catch(s){}}}function ar(){try{window.addEventListener("pagehide",()=>N(!0)),window.addEventListener("beforeunload",()=>N(!0)),document.addEventListener("visibilitychange",()=>{document.hidden&&N(!0)})}catch(t){}}function S(t){let e=[];try{let r=document.querySelectorAll('script[type="application/ld+json"]');for(let n of r){let o;try{o=JSON.parse(n.textContent)}catch(a){continue}let i=[];Array.isArray(o)?i.push(...o):o["@graph"]?i.push(...o["@graph"]):i.push(o);for(let a of i){if(!a||!a["@type"])continue;let c=Array.isArray(a["@type"])?a["@type"]:[a["@type"]];(!t||t.some(s=>c.includes(s)))&&e.push(a)}}}catch(r){}return e}var cr=["off","pdp_tryon","pdp","all","tryon_engaged"],On="all",Bn=30*60*1e3,q=null;function X(){if(q)return q;let t=w();return!t.projectId||!t.apiUrl?(q=Promise.resolve(null),q):(q=fetch(t.apiUrl+"/projects/"+t.projectId).then(e=>{if(!e.ok)throw new Error("http "+e.status);return e.json()}).then(e=>e&&e.project||e||null).catch(()=>(q=null,null)),q)}function lr(t){let e=t&&t.analytic&&t.analytic.scope;return cr.indexOf(e)>=0?e:On}var sr=t=>"mk_scope_"+t;function ur(t){try{let e=localStorage.getItem(sr(t));if(!e)return null;let r=JSON.parse(e);return!r||typeof r.exp!="number"||r.exp<Date.now()?null:cr.indexOf(r.scope)>=0?r.scope:null}catch(e){return null}}function dr(t,e){try{localStorage.setItem(sr(t),JSON.stringify({scope:e,exp:Date.now()+Bn}))}catch(r){}}var ie={};C(ie,{addToCart:()=>Xn,detect:()=>Vn,getCartSummary:()=>Jn,id:()=>Kn,openCartDrawer:()=>Yn,resolveSku:()=>Wn,skipRedirect:()=>Hn});var Ct={};C(Ct,{addToCart:()=>zn,detect:()=>qn,getCartSummary:()=>oe,id:()=>Nn,openCartDrawer:()=>$n,resolveSku:()=>ne});var Nn="shopify";function qn(){return!!(window.Shopify||window.ShopifyAnalytics)}function ne(){let t=window;return t.ShopifyAnalytics&&t.ShopifyAnalytics.meta&&t.ShopifyAnalytics.meta.product?{value:String(t.ShopifyAnalytics.meta.product.id),source:"shopify"}:null}var kt=t=>String(t==null?"":t).trim().toLowerCase();async function zn({size:t,color:e,sku:r,quantity:n}){let o=(location.pathname.split("/products/")[1]||"").split(/[?#]/)[0];if(!o)throw new Error("shopify: sem handle de produto na URL (n\xE3o \xE9 PDP?)");let a=(await fetch("/products/"+o+".js").then(f=>f.json())).variants||[],c=f=>[f.option1,f.option2,f.option3].concat(String(f.title||"").split("/")).map(kt).filter(Boolean),s=(f,v)=>c(f).indexOf(kt(v))>=0,u=f=>(!t||s(f,t))&&(!e||s(f,e)),l=null;if((t||e)&&(l=a.find(f=>u(f)&&f.available)||a.find(u)),!l&&r&&(l=a.find(f=>kt(f.sku)===kt(r))),l||(l=a.find(f=>f.available)||a[0]),!l)throw new Error("shopify: variante n\xE3o encontrada");let p=fr(),d=null;if(p&&typeof p.getSectionsToRender=="function")try{d=p.getSectionsToRender().map(f=>({id:f.id,selector:f.selector||"#"+f.id})).filter(f=>f.id)}catch(f){}let m={items:[{id:l.id,quantity:n||1}]};d&&d.length&&(m.sections=d.map(f=>f.id).join(","),m.sections_url=location.pathname);let h=await fetch("/cart/add.js",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(m)});if(!h.ok)throw new Error("shopify: /cart/add.js HTTP "+h.status);let x=await h.json().catch(()=>({}));return p&&d&&x.sections&&Dn(p,d,x.sections),{platform:"shopify",variantId:l.id,size:l.title,sku:l.sku||null}}function fr(){return document.querySelector("cart-drawer, cart-notification")}function Dn(t,e,r){for(let n of e){let o=r[n.id];if(o)try{let i=null;if(typeof t.getSectionInnerHTML=="function")i=t.getSectionInnerHTML(o,n.selector);else{let c=new DOMParser().parseFromString(o,"text/html").querySelector(n.selector);i=c?c.innerHTML:null}let a=document.querySelector(n.selector);a&&i!=null&&(a.innerHTML=i)}catch(i){}}}async function oe(){try{let t=await fetch("/cart.js",{headers:{Accept:"application/json"}}).then(e=>e.json());return{value:(Number(t.total_price)||0)/100,itemCount:Number(t.item_count)||0,currency:t.currency||null}}catch(t){return null}}var Un=["[data-cart-drawer-toggle]",'[data-action="open-cart-drawer"]','[data-action="open-cart"]',".js-cart-drawer-open",".js-drawer-open-cart",".cart-drawer-toggle",".js-cart-toggle",'[aria-controls="CartDrawer"]','[aria-controls="cart-drawer"]',"#cart-icon-bubble","#lk-cart-icon",".header__cart",".site-header__cart",".cart-link",".header-cart",'a[href="/cart"]','a[href$="/cart"]'];function Fn(t){try{let e=t.getBoundingClientRect();return e.width>0&&e.height>0&&getComputedStyle(t).visibility!=="hidden"}catch(e){return!1}}function $n(){let t=fr();if(t&&typeof t.open=="function")return setTimeout(()=>{try{t.open()}catch(r){}},200),!0;let e=null;for(let r of Un)try{if(e=[...document.querySelectorAll(r)].find(Fn),e)break}catch(n){}return e?(setTimeout(()=>{try{e.click()}catch(r){}},300),!0):!1}var Kn="zerezes",Hn=!0;function Vn(){try{if(!(window.Shopify||window.ShopifyAnalytics))return!1;let t=window.Shopify&&window.Shopify.shop||"";return/(^|\.)zerezes\./i.test(location.hostname)||/cs-zerezes/i.test(t)}catch(t){return!1}}var Wn=ne,Jn=oe;function Gn(){let t=[...document.querySelectorAll(".lens-selection__button, [data-has-lens-basket]")];return t.find(e=>{let r=e.getBoundingClientRect();return r.width>0&&r.height>0})||t[0]||null}async function Xn(){let t=Gn();if(!t)throw new Error("zerezes: bot\xE3o de sele\xE7\xE3o de lentes n\xE3o encontrado");try{window.postMessage({source:"mkfashion-app",action:"close_request"},"*")}catch(e){}return setTimeout(()=>{try{t.click()}catch(e){}},250),{platform:"zerezes",nativeFlow:"lens-selection"}}function Yn(){return!0}var ce={};C(ce,{addToCart:()=>eo,detect:()=>Qn,getCartSummary:()=>ro,id:()=>Zn,resolveSku:()=>to});var Zn="hybris";function Qn(){return!!(window.ACC&&window.ACC.config)}function to(){let t=(location.pathname||"").match(/\/p\/([^/?#]+)/);return t&&t[1]?{value:decodeURIComponent(t[1]),source:"hybris/url"}:null}var pr=t=>String(t==null?"":t).trim().toLowerCase();async function eo({size:t,quantity:e}){let r=[...document.querySelectorAll('.js-product-select-size, a[data-code], [class*="select-size"]')].filter(m=>m.getAttribute&&m.getAttribute("data-code")),n=t?r.find(m=>pr(m.textContent)===pr(t)):null;n||(n=r.find(m=>m.offsetParent!==null)||r[0]);let o=n&&n.getAttribute("data-code");if(!o)throw new Error("hybris: variante (data-code) n\xE3o encontrada");let i=document.getElementById("product--add-to-cart-form")||document.querySelector('form[action*="/cart/add"]'),a=i&&i.querySelector('[name="CSRFToken"]'),c=a&&a.value,s=i&&i.getAttribute("action")||"/cart/add";if(!c)throw new Error("hybris: CSRFToken n\xE3o encontrado");let u=new URLSearchParams;u.set("productCodePost",o),u.set("qty",String(e||1)),u.set("CSRFToken",c);let l=await fetch(s,{method:"POST",headers:{"Content-Type":"application/x-www-form-urlencoded","X-Requested-With":"XMLHttpRequest"},body:u.toString()});if(!l.ok)throw new Error("hybris: "+s+" HTTP "+l.status);let p=null,d=null;try{let m=await l.clone().json(),h=m&&m.cartData;h&&(p=ae(h.total!=null?h.total:h.totalPrice),d=h.totalUnitCount!=null?Number(h.totalUnitCount):Array.isArray(h.products)?h.products.length:null)}catch(m){}return{platform:"hybris",productCode:o,size:n.textContent.trim(),cartValue:p,itemCount:d,currency:"BRL"}}function ae(t){if(t==null||t==="")return null;if(typeof t=="number")return Number.isFinite(t)?t:null;let e=String(t).replace(/[^\d.,]/g,"");if(!e)return null;let r=e.indexOf(",")>e.indexOf(".")?parseFloat(e.replace(/\./g,"").replace(",",".")):parseFloat(e.replace(/,/g,""));return Number.isFinite(r)?r:null}async function ro(){try{let t=await fetch("/cart/async?nocache="+Date.now(),{headers:{"X-Requested-With":"XMLHttpRequest"}}).then(a=>a.ok?a.text():"");if(!t)return null;let e=new DOMParser().parseFromString(t,"text/html"),r=e.querySelector(".minicart-total .price")||e.querySelector(".floating-cart--cart-total"),n=r?ae(r.textContent):null,o=e.querySelector(".mini-badge"),i=o?parseInt(o.textContent,10)||0:null;return n==null&&i==null?null:{value:n,itemCount:i,currency:"BRL"}}catch(t){}try{let t=[".minicart-total .price",".js-cart-total",".cart-total",".total-price",".grand-total"];for(let e of t){let r=document.querySelector(e),n=r&&ae(r.textContent);if(n)return{value:n,itemCount:null,currency:"BRL"}}}catch(t){}return null}var se={};C(se,{addToCart:()=>ao,addToCartBatch:()=>co,detect:()=>oo,getCartSummary:()=>lo,getFsCartStore:()=>Tt,id:()=>no,openCartDrawer:()=>io,resolveSku:()=>le});var no="vtex";function oo(){return!!(window.vtex||window.vtexjs||window.vtxctx||window.skuJson_0||window.__RUNTIME__||window.vtexaf||document.querySelector('link[href*="vtexassets"], script[src*="vtexassets"], link[href*="vteximg"], script[src*="vteximg"], img[src*="vteximg"]'))}function le(){let t=window;if(t.vtxctx&&t.vtxctx.skus&&t.vtxctx.skus[0])return{value:String(t.vtxctx.skus[0]),source:"vtex/vtxctx"};if(t.skuJson_0&&t.skuJson_0.skus&&t.skuJson_0.skus[0])return{value:String(t.skuJson_0.skus[0].sku),source:"vtex/skuJson"};try{let e=document.querySelector('meta[property="product:sku"]'),r=e&&(e.getAttribute("content")||"").trim();if(r)return{value:String(r),source:"vtex/og-sku"}}catch(e){}return null}var St=t=>String(t==null?"":t).trim().toLowerCase(),A;function Tt(){if(A!==void 0)return A;A=null;try{let t=Object.keys(window).find(o=>/^webpackChunk/.test(o));if(!t||!window[t]||typeof window[t].push!="function")return A;let e=null;try{window[t].push([["mk-cart-"+Math.random().toString(36).slice(2)],{},o=>{e=o}])}catch(o){}if(!e||!e.m)return A;let r=null;for(let o in e.m)try{let i=e.m[o].toString();if(i.indexOf("cart-storage")>=0&&i.indexOf("addToCart")>=0&&i.indexOf("toggleCart")>=0){r=o;break}}catch(i){}if(r==null)return A;let n=e(r);for(let o in n)try{let i=n[o];if(typeof i=="function"&&typeof i.getState=="function"){let a=i.getState();if(a&&typeof a.addToCart=="function"&&Array.isArray(a.items)){A=i;break}}}catch(i){}}catch(t){A=null}return A}function mr(t){try{let e=t&&t.totalizers||[];if(!e.length)return null;let r=e.reduce((n,o)=>n+(Number(o&&o.value)||0),0);return r>0?r/100:null}catch(e){return null}}async function hr(t,e){let r=Tt();if(!r)return null;let n=(Array.isArray(t)?t:[t]).map(s=>String(s)).filter(Boolean);if(!n.length||typeof r.getState().addToCart!="function")return null;let i=!1;for(let s=0;s<n.length;s++){let u=s===n.length-1;try{await r.getState().addToCart({id:n[s],seller:"1"},"mk-tryon",e||1,u),i=!0}catch(l){}}if(!i)return null;let a=r.getState(),c=(a.items||[]).reduce((s,u)=>s+(Number(u&&u.quantity)||1),0);return{platform:"vtex",skuId:n.join(","),itemCount:c||null,cartValue:mr(a),currency:a.currencyCode||"BRL",drawerHandled:!0}}function io(){try{let e=Tt();if(e){let r=e.getState();if(r&&r.cartOpen)return!0;if(typeof e.setState=="function")return e.setState({cartOpen:!0}),!0;if(r&&typeof r.toggleCart=="function")return r.toggleCart(),!0}}catch(e){}let t=['[data-testid="cart-toggle"]','button[aria-label="Abrir carrinho de compras"]','[class*="minicart" i] button','button[class*="minicart" i]','[class*="miniCart" i] button',".vtexsc-cart",".fn-minicart","#header-cart",'[class*="cartIcon" i]','[aria-label*="carrinho" i]','[aria-label*="sacola" i]','[data-testid*="cart" i] button'];for(let e of t)try{let r=document.querySelector(e);if(r)return r.click(),!0}catch(r){}return!1}async function yr(t,e){let r=Array.isArray(t)?t:[t],n=r.map(p=>({id:parseInt(p,10),quantity:e||1,seller:"1"})).filter(p=>Number.isFinite(p.id));if(!n.length)throw new Error("vtex: nenhum skuId v\xE1lido");let o=location.origin,i=await fetch(o+"/api/checkout/pub/orderForm",{headers:{accept:"application/json"},credentials:"include"}).then(p=>p.json()),a=i&&i.orderFormId;if(!a)throw new Error("vtex: orderFormId indispon\xEDvel");let c=await fetch(o+"/api/checkout/pub/orderForm/"+encodeURIComponent(a)+"/items",{method:"POST",headers:{"content-type":"application/json",accept:"application/json"},credentials:"include",body:JSON.stringify({orderItems:n})}).then(p=>p.json()),s=c&&typeof c.value=="number"?c.value/100:null,u=Array.isArray(c&&c.items)?c.items.reduce((p,d)=>p+(Number(d.quantity)||1),0):null,l=c&&c.storePreferencesData&&c.storePreferencesData.currencyCode||"BRL";return{platform:"vtex",skuId:r.map(String).join(","),cartValue:s,itemCount:u,currency:l}}async function ao(t){t=t||{};let{size:e,sku:r,quantity:n}=t,o=window.skuJson_0&&window.skuJson_0.skus||[];if(o.length&&window.vtexjs&&window.vtexjs.checkout&&window.vtexjs.checkout.addToCart){let s=l=>St(l.skuname)===St(e)||l.dimensions&&Object.values(l.dimensions).some(p=>St(p)===St(e)),u=e?o.find(l=>s(l)&&l.available)||o.find(s):null;if(u||(u=o.find(l=>l.available)||o[0]),!u)throw new Error("vtex: variante n\xE3o encontrada");return await window.vtexjs.checkout.addToCart([{id:parseInt(u.sku,10),quantity:n||1,seller:"1"}]),{platform:"vtex",skuId:u.sku,size:u.skuname||e}}let i=le(),a=r||i&&i.value||null;if(!a)throw new Error("vtex: skuId n\xE3o resolvido (IO)");let c=await hr(a,n);return c||yr(a,n)}async function co(t){let e=(t||[]).map(n=>n&&(n.sku||(le()||{}).value)).filter(Boolean);if(!e.length)throw new Error("vtex: nenhum skuId pro batch");let r=await hr(e,1);return r?Object.assign({count:e.length},r):window.skuJson_0&&window.vtexjs&&window.vtexjs.checkout&&window.vtexjs.checkout.addToCart?(await window.vtexjs.checkout.addToCart(e.map(n=>({id:parseInt(n,10),quantity:1,seller:"1"}))),{platform:"vtex",count:e.length}):yr(e,1)}async function lo(){try{let t=Tt();if(t){let e=t.getState(),r=mr(e),n=(e.items||[]).reduce((o,i)=>o+(Number(i&&i.quantity)||1),0);if(r!=null||n)return{value:r,itemCount:n,currency:e.currencyCode||"BRL"}}}catch(t){}try{let t=window.vtexjs&&window.vtexjs.checkout&&window.vtexjs.checkout.orderForm;if(t&&typeof t.value=="number"){let e=t.storePreferencesData&&t.storePreferencesData.currencyCode||"BRL",r=(t.items||[]).reduce((n,o)=>n+(Number(o.quantity)||1),0);return{value:t.value/100,itemCount:r,currency:e}}}catch(t){}try{let t=await fetch(location.origin+"/api/checkout/pub/orderForm",{headers:{accept:"application/json"},credentials:"include"}).then(e=>e.json());if(t&&typeof t.value=="number"){let e=(t.items||[]).reduce((r,n)=>r+(Number(n.quantity)||1),0);return{value:t.value/100,itemCount:e,currency:t.storePreferencesData&&t.storePreferencesData.currencyCode||"BRL"}}}catch(t){}return null}var ue={};C(ue,{addToCart:()=>mo,detect:()=>fo,getCartSummary:()=>yo,id:()=>so,openCartDrawer:()=>ho,resolveSku:()=>po,skipRedirect:()=>uo});var so="nuvemshop",uo=!0;function fo(){return!!(window.LS&&(window.LS.cart||window.LS.addToCart))}function po(){try{let t=window.LS,e=t&&t.variants||[],r=document.querySelector('[name="variant_id"]'),n=r&&r.value?e.find(o=>String(o.id)===String(r.value)):null;if(n||(n=e.find(o=>o.available!==!1&&o.sku)||e.find(o=>o.sku)||e[0]),n&&n.sku)return{value:String(n.sku),source:"nuvemshop/variant"};if(t&&t.product&&t.product.sku)return{value:String(t.product.sku),source:"nuvemshop/product"}}catch(t){}return null}var At=t=>String(t==null?"":t).trim().toLowerCase();async function mo({size:t,quantity:e,productId:r}){if(r&&!document.getElementById("product_form")){let c=String(r).replace(/["\\]/g,""),s=document.querySelector('[data-product-id="'+c+'"]'),u=s&&s.querySelector("form[action]"),l=u&&u.getAttribute("action")||"/comprar/",p=window.LS;if(p&&typeof p.addToCartEnhanced=="function")try{let h=document.createElement("form");h.setAttribute("action",l),h.setAttribute("method","post");let x=document.createElement("input");return x.type="hidden",x.name="add_to_cart",x.value=c,h.appendChild(x),document.body.appendChild(h),p.addToCartEnhanced(h),setTimeout(()=>{try{h.remove()}catch(f){}},3e3),{platform:"nuvemshop",productId:c,via:"gallery-enhanced"}}catch(h){}let d=!1,m=null;try{let x=await(await fetch(l,{method:"POST",headers:{"Content-Type":"application/x-www-form-urlencoded","X-Requested-With":"XMLHttpRequest"},body:"add_to_cart="+encodeURIComponent(c)+"&quantity="+(e||1)})).json().catch(()=>({}));d=!!x.success,m=x.error_code||null}catch(h){}return{platform:"nuvemshop",productId:c,via:"gallery",added:d,reason:m}}let n=document.getElementById("product_form")||document.querySelector('.js-product-form, form[action*="/comprar"]');if(!n)throw new Error("nuvemshop: #product_form n\xE3o encontrado");t&&n.querySelectorAll('select[name^="variation"]').forEach(c=>{let s=[...c.options].find(u=>At(u.textContent).includes(At(t))||At(u.value)===At(t));s&&(c.value=s.value,c.dispatchEvent(new Event("change",{bubbles:!0})))});let o=n.querySelector('[name="quantity"]');o&&e&&(o.value=String(e)),await new Promise(c=>setTimeout(c,400));let i=n.querySelector(".js-addtocart")||document.querySelector(".js-addtocart");return i?i.click():typeof n.requestSubmit=="function"?n.requestSubmit():n.submit(),await new Promise(c=>setTimeout(c,1200)),{platform:"nuvemshop",variantId:(n.querySelector('[name="variant_id"]')||{}).value||null}}function ho(){try{if([...document.querySelectorAll('#ajax-cart-details, .modal-cart, [class*="cart-modal" i], [class*="modal-cart" i]')].find(o=>{try{return o.getBoundingClientRect().width>0&&getComputedStyle(o).display!=="none"}catch(i){return!1}}))return!0;let r=[...document.querySelectorAll('[data-toggle="#modal-cart"], [data-toggle*="cart" i], #ajax-cart a.js-modal-open, .cart-summary a.js-modal-open, .js-toggle-cart')],n=r.find(o=>{let i=o.getBoundingClientRect();return i.width>0&&i.height>0})||r[0];if(n)return setTimeout(()=>{try{n.click()}catch(o){}},300),!0;if(window.LS&&typeof window.LS.toggleCart=="function")return setTimeout(()=>{try{window.LS.toggleCart()}catch(o){}},300),!0}catch(t){}return!1}function yo(){try{let t=window.LS,e=t&&t.cart;if(!e)return null;let r=t.currency&&t.currency.code||"BRL",n=Array.isArray(e.items)?e.items.reduce((i,a)=>i+(Number(a.quantity)||1),0):Number(e.items)||0,o=e.subtotal!=null?Number(e.subtotal):null;return{value:o!=null?o/100:null,itemCount:n,currency:r}}catch(t){return null}}var de={};C(de,{addToCart:()=>_o,detect:()=>xo,getCartSummary:()=>vo,id:()=>go,openCartDrawer:()=>Co,resolveSku:()=>bo,skipRedirect:()=>wo});var go="wake",wo=!0;function xo(){return!!(window.StorefrontClient||typeof window.addOrCreateCheckout=="function"||typeof window.addToCartClick=="function")}function bo(){try{let t=document.querySelector('input[name="product-id"], [data-product-id]'),e=t?t.value||t.getAttribute("data-product-id"):null;if(e)return{value:String(e).trim(),source:"wake/product-id"};let r=(location.pathname||"").match(/-(\d+)\/?(?:[?#]|$)/);if(r)return{value:r[1],source:"wake/url"}}catch(t){}return null}var gr=t=>String(t==null?"":t).trim().toLowerCase();async function _o({size:t,quantity:e}){if(t){let i=[...document.querySelectorAll("input[attribute-value]")].find(a=>gr(a.getAttribute("attribute-value"))===gr(t));if(i){try{i.checked=!0}catch(a){}try{typeof window.selectAttribute=="function"?window.selectAttribute(i):i.click()}catch(a){}await new Promise(a=>setTimeout(a,600))}}let r=document.querySelector('[name="product-variant-id"]'),n=r&&r.value;if(!n)throw new Error("wake: product-variant-id n\xE3o encontrado");if(typeof window.addOrCreateCheckout!="function")throw new Error("wake: addOrCreateCheckout indispon\xEDvel");if(!await window.addOrCreateCheckout([{productVariantId:Number(n),quantity:e||1,customization:[]}]))throw new Error("wake: addOrCreateCheckout retornou false");return{platform:"wake",productVariantId:n,size:t||null}}function wr(t){if(t==null)return null;let e=String(t).match(/([\d.]+,\d{2}|\d+(?:\.\d{2})?)/),r=(e?e[1]:String(t)).replace(/[^\d.,]/g,"");if(!r)return null;let n=r.indexOf(",")>r.indexOf(".")?parseFloat(r.replace(/\./g,"").replace(",",".")):parseFloat(r.replace(/,/g,""));return Number.isFinite(n)&&n>0?n:null}async function vo(){try{let t=()=>{let o=document.querySelector(".mc-subtotal__value")||document.querySelector(".mc-subtotal");return o?wr(o.textContent):null},e=t();if(e==null&&typeof window.loadMiniCart=="function"){try{window.loadMiniCart()}catch(o){}await new Promise(o=>setTimeout(o,700)),e=t()}e==null&&(e=ko());let r=document.querySelector('.mc-products__count, [class*="mc-"][class*="count" i], [class*="minicart" i] [class*="count" i]'),n=r&&parseInt(String(r.textContent||"").replace(/\D/g,""),10)||null;if(e!=null)return{value:e,itemCount:n,currency:"BRL"}}catch(t){}return null}function ko(){try{let t=document.querySelector('[class*="mini-cart" i], .mini-cart')||document;for(let e of t.querySelectorAll("div,span,p,li,strong,b")){if(e.children.length>2)continue;let r=(e.textContent||"").replace(/\s+/g," ").trim();if(!(!/R\$/.test(r)||/frete|faltam|gr[aá]tis|desconto|economi/i.test(r))&&/^(sub)?total\b/i.test(r)){let n=wr(r);if(n)return n}}}catch(t){}return null}function Co(){if(typeof window.setCartDivVisibility!="function")return!1;try{typeof window.loadMiniCart=="function"&&window.loadMiniCart()}catch(t){}return setTimeout(()=>{try{let t=document.querySelector('[class*="mini-cart" i], .mini-cart');if(t&&t.getBoundingClientRect().width>0)return;window.setCartDivVisibility()}catch(t){}},350),!0}var me={};C(me,{addToCart:()=>Io,cartUrl:()=>Ao,detect:()=>Eo,getCartSummary:()=>Lo,id:()=>So,openCartDrawer:()=>Mo,skipRedirect:()=>To});var fe="/api/v2/front",pe={"Content-Type":"application/json",Accept:"application/json","App-Token":"wapstore"},xr=t=>String(t==null?"":t).trim().toLowerCase(),So="wapstore",To=!0,Ao="/checkout/carrinho";function Eo(){try{if(document.querySelector('script[src*="/tema/"][src*="/dist/assets/"]')||/(?:^|;\s*)produto\/visitado=/.test(document.cookie))return!0}catch(t){}return!1}function br(t){if(!t||typeof t!="object")return null;let e=t.subtotal&&t.subtotal.valor;return e==null?null:{value:e,itemCount:t.quantidadeItens!=null?t.quantidadeItens:null,currency:"BRL"}}async function Io({size:t,quantity:e}){let r=await fetch(fe+"/url/product/detail?url="+encodeURIComponent(location.pathname),{headers:pe}).then(d=>d.json()),n=(r&&(r.produto||r.data||r)||{}).conteudo||{},o=n.atributos&&n.atributos.simples&&n.atributos.simples.valores||[];if(!o.length)throw new Error("wapstore: sem variante de compra (atributos.simples)");let i=t?o.find(d=>xr(d.label)===xr(t)):null;i=i||o.find(d=>d.selecionado)||o.find(d=>(d.estoque||0)>0)||o[0];let a=i&&i.carrinho;if(!a||!a.itens||!a.itens.length)throw new Error("wapstore: variante sem payload de carrinho");let c=a.itens.map(d=>Object.assign({},d,{quantidade:String(e||d.quantidade||1)})),s=await fetch(fe+"/checkout/cart",{method:"POST",headers:pe,body:JSON.stringify({itens:c,tipo:a.tipo||"produto"})});if(!s.ok)throw new Error("wapstore: add HTTP "+s.status);let u=await s.json().catch(()=>({})),l=br(u),p={platform:"wapstore",idProduto:c[0]&&c[0].idProduto,size:i&&i.label||null};return l&&(p.cartValue=l.value,p.itemCount=l.itemCount,p.currency=l.currency),p}async function Lo(){try{let t=await fetch(fe+"/checkout/cart",{headers:pe}).then(e=>e.json());return br(t)}catch(t){}return null}function Mo(){try{let t=document.querySelector(".common-sheet.side-cart, .side-cart");if(t&&t.getBoundingClientRect().width>0)return!0;let e=document.querySelector('.button-cart, [class*="button-cart"]');if(e)return e.click(),!0}catch(t){}return!1}var he={};C(he,{addToCart:()=>zo,detect:()=>Oo,getCartSummary:()=>Do,id:()=>Ro,openCartDrawer:()=>Uo,resolveSku:()=>Bo,skipRedirect:()=>Po});var _r=t=>String(t==null?"":t).trim().toLowerCase(),Ro="linx",Po=!0;function jo(t){if(t==null)return null;let e=String(t).match(/([\d.]+,\d{2}|\d+(?:\.\d{2})?)/),r=(e?e[1]:String(t)).replace(/[^\d.,]/g,"");if(!r)return null;let n=r.indexOf(",")>r.indexOf(".")?parseFloat(r.replace(/\./g,"").replace(",",".")):parseFloat(r.replace(/,/g,""));return Number.isFinite(n)&&n>0?n:null}function Oo(){return typeof window.carrinhoLateral=="function"&&typeof window.addToCart=="function"}function Bo(){try{let t=(location.pathname.match(/-p(\d+)\/?(?:[?#]|$)/)||[])[1];if(t)return{value:t,source:"linx/url-pid"};let e=(String(document.body.className||"").match(/context-product-(\d+)/)||[])[1];if(e)return{value:e,source:"linx/context"}}catch(t){}return null}function No(){let t=[...document.querySelectorAll('.add-to-cart, [data-action="add-to-cart"]')];return t.find(e=>{let r=e.getBoundingClientRect();return r.width>0&&r.height>0})||t[0]||null}function qo(t){if(t==null||t==="")return!1;let e=_r(t),r=e.replace(/\D/g,""),n=[...document.querySelectorAll('input[type="radio"]')].filter(i=>/aro|tamanho|grade|numera|size|variant/i.test(i.name||i.id||"")),o=n.find(i=>_r(i.value)===e)||(r?n.find(i=>String(i.value).replace(/\D/g,"")===r):null);if(!o)return!1;try{o.checked||(o.checked=!0),(o.labels&&o.labels[0]||null||o).click(),o.dispatchEvent(new Event("change",{bubbles:!0}))}catch(i){}return!0}async function zo(t){t=t||{};let e=No();if(!e)throw new Error("linx: bot\xE3o .add-to-cart n\xE3o encontrado");return t.size!=null&&t.size!==""&&(qo(t.size),await new Promise(r=>setTimeout(r,1100))),e.click(),await new Promise(r=>setTimeout(r,1400)),{platform:"linx"}}function Do(){try{let t=document.querySelector("#mini-cart");if(!t)return null;let e=null;for(let n of t.querySelectorAll("div,span,p,li,strong,b,td")){if(n.children.length>2)continue;let o=(n.textContent||"").replace(/\s+/g," ").trim();if(/^(sub)?total\b/i.test(o)&&/R\$/.test(o)&&(e=jo(o),e))break}if(e==null)return null;let r=(t.textContent||"").match(/cont[ée]m\s+(\d+)\s+ite/i);return{value:e,itemCount:r?parseInt(r[1],10):null,currency:"BRL"}}catch(t){}return null}function Uo(){try{let e=typeof window.carrinhoLateral=="function"?window.carrinhoLateral():null;if(e&&typeof e.openCart=="function"){try{typeof e.fetchHTML=="function"&&e.fetchHTML()}catch(r){}return setTimeout(()=>{try{e.openCart()}catch(r){}},400),!0}}catch(e){}let t=document.querySelector("#mini-cart");if(t){try{t.classList.add("open")}catch(e){}return!0}return!1}var ge={};C(ge,{addToCart:()=>Wo,cartUrl:()=>Ko,detect:()=>Ho,id:()=>Fo,openCartDrawer:()=>Jo,resolveSku:()=>vr,skipRedirect:()=>$o});var Fo="magazord",$o=!0,Ko="/checkout/cart";function Ho(){try{if(document.querySelector('script[src*="zordcdn.com.br"], script[src*="magazord.com.br"], link[href*="magazord.com.br"]'))return!0}catch(t){}return!1}function vr(){try{let n=(window.dataLayer||[]).filter(o=>o&&o.PageType==="ProductPage"&&o.sku).pop();if(n&&n.sku)return{value:String(n.sku),source:"magazord/dataLayer"}}catch(n){}let e=S(["Product"])[0],r=e&&(e.sku||e.mpn||e.productID);return r?{value:String(r),source:"jsonld"}:null}function ye(t){let e=[];try{t.querySelectorAll('a[href*="/checkout/cart"], a[href*="/carrinho"]').forEach(r=>{let n=Array.from(r.querySelectorAll("*")).find(o=>o.children.length===0&&/^\d+$/.test((o.textContent||"").trim()));n&&e.push(n)})}catch(r){}return e}function Vo(t){let e=t||1;ye(document).forEach(r=>{r.textContent=String((parseInt(r.textContent.trim(),10)||0)+e)}),fetch("/checkout/cart").then(r=>r.ok?r.text():null).then(r=>{if(!r)return;let n=new DOMParser().parseFromString(r,"text/html"),o=ye(n);if(!o.length)return;let i=parseInt(o[0].textContent.trim(),10);isNaN(i)||ye(document).forEach(a=>{a.textContent=String(i)})}).catch(()=>{})}async function Wo({sku:t,quantity:e}){let r=t||(vr()||{}).value;if(!r)throw new Error("magazord: sku n\xE3o resolvido");let n=new URLSearchParams;n.set("produtos[0][codigo]",r),n.set("produtos[0][quantidade]",String(e||1)),n.set("produtos[0][deposito]","1"),n.set("source[source]","Produto"),n.set("source[codigoOrigem]","");let o=await fetch("/checkout/cart?operation=AddMultiples",{method:"POST",headers:{"Content-Type":"application/x-www-form-urlencoded","X-Requested-With":"XMLHttpRequest",Accept:"application/json, text/javascript, */*"},body:n.toString()});if(!o.ok)throw new Error("magazord: add HTTP "+o.status);let i=(await o.text()).trim();if(i==="false"||/erro|error|indispon/i.test(i))throw new Error("magazord: add rejeitado ("+i.slice(0,60)+")");try{Vo(e||1)}catch(a){}return{platform:"magazord",skuId:r}}function Jo(){try{let t=document.querySelector('[class*="carrinho-rapido" i], .side-cart, [class*="mini-cart" i]');if(t&&t.getBoundingClientRect().width>0)return!0;let e=document.querySelector('a[href*="/checkout/cart"], [class*="carrinho-rapido" i] a, [class*="header" i] [class*="cart" i] a, .button-cart');if(e)return e.click(),!0}catch(t){}return!1}var xe={};C(xe,{addToCart:()=>z,detect:()=>Xo,id:()=>Go,resolveSku:()=>we});var Go="generic";function Xo(){return!0}function we(){let t=S(["Product"]);if(t[0]){let e=t[0],r=e.sku||e.mpn||e.gtin13||e.productID;if(r)return{value:String(r),source:"jsonld"}}try{let e=document.querySelector('[itemprop="sku"]');if(e){let r=e.getAttribute("content")||(e.textContent||"").trim();if(r)return{value:String(r),source:"microdata"}}}catch(e){}try{let e=window.konfidencyData;if(e&&e.product&&e.product.variants&&e.product.variants[0])return{value:String(e.product.variants[0]),source:"konfidency"}}catch(e){}return null}var Yo=/(adicionar\s*(à|a|ao)?\s*(sacola|carrinho|cesta|bolsa))|adicionar ao carrinho|add to (cart|bag)|comprar agora/i,Zo=/continuar|como comprar|lista|desejos|favorito/i;async function z(){let t=document.querySelectorAll("button,[role=button],input[type=submit]");for(let e of t){let r=(e.textContent||e.value||"").replace(/\s+/g," ").trim();if(r&&r.length<40&&Yo.test(r)&&!Zo.test(r))try{return e.click(),{platform:"native-click",clicked:r}}catch(n){}}return{platform:"none",error:"bot\xE3o de carrinho nativo n\xE3o encontrado"}}var kr=[ie,Ct,ce,se,ue,de,me,he,ge],Qo=[["woocommerce",()=>!!(window.wc_add_to_cart_params||window.woocommerce_params)],["lojaintegrada",()=>!!window.LojaIntegrada]],be;function D(){if(be)return be;let t=kr.find(e=>{try{return e.detect()}catch(r){return!1}});return t&&(be=t),t||xe}function Cr(){let t=kr.find(e=>{try{return e.detect()}catch(r){return!1}});if(t)return t.id;for(let[e,r]of Qo)try{if(r())return e}catch(n){}return null}function ct(){let t=D();if(t.id!=="generic"&&t.resolveSku){try{let e=t.resolveSku();if(e)return e}catch(e){}if(t.id==="vtex"&&window.__RUNTIME__)return{value:null,source:"vtex/pending"}}return we()}function Sr(t){return t=t||{},{size:t.size||t.selectedSize||t.tamanho||t.aro||t.ringSize||null,color:t.color||t.selectedColor||t.colour||t.cor||null,sku:t.sku||t.identifier||t.selectedIdentifier||null,quantity:t.quantity||1,productId:t.productId||null}}async function Tr(t){if(t=t||{},Array.isArray(t.items)&&t.items.length)return ti(t.items);let e=Sr(t),r=D();try{let n=r.addToCart?await r.addToCart(e):await z(e);return g("cart: adicionado",n),Et(),_e(r,n,e.sku),n}catch(n){g('cart: adapter "'+r.id+'" falhou \u2014 fallback clique nativo',n&&n.message);let o=await z(e);return Et(),_e(r,o,e.sku),o}}async function ti(t){let e=t.map(Sr),r=D(),n=null;try{if(r.addToCartBatch)n=await r.addToCartBatch(e);else for(let o of e)try{n=r.addToCart?await r.addToCart(o):await z(o)}catch(i){}}catch(o){g('cart: batch do adapter "'+r.id+'" falhou \u2014 fallback',o&&o.message);for(let i of e)try{n=await z(i)}catch(a){}}return g("cart: "+e.length+" itens adicionados",n),Et(),_e(r,n,null),n}async function _e(t,e,r){try{let n=null;e&&e.cartValue!=null?n={value:e.cartValue,itemCount:e.itemCount!=null?e.itemCount:null,currency:e.currency||null}:t&&t.getCartSummary&&(n=await t.getCartSummary()),n&&n.value!=null&&(n.value>0||(n.itemCount||0)>0)&&y("cart_value",{via:"tryon",value:n.value,itemCount:n.itemCount!=null?n.itemCount:null,currency:n.currency||null,sku:r||null})}catch(n){}}async function ve(){let t=D();if(t&&t.getCartSummary)try{return await t.getCartSummary()}catch(e){}return null}async function Ar(t){t=t||{};let e=D(),r={platform:e.id};try{let n=ct();r.sku=n&&n.value||null;let o={size:t.size||null,color:t.color||null,sku:r.sku,quantity:t.quantity||1};r.added=e.addToCart?await e.addToCart(o):await z(o),Et();try{await ke()}catch(i){}r.cart=await ve(),r.ok=!0}catch(n){r.ok=!1,r.error=n&&n.message||String(n)}return r}function Et(){["cart:refresh","cart:updated","cart:build","ajaxProduct:added","product:added-to-cart"].forEach(t=>{try{document.dispatchEvent(new CustomEvent(t))}catch(e){}})}async function ke(t){if(t&&t.drawerHandled)return!1;let e=D(),r=w(),n=null;try{n=await X()}catch(a){}let o=n&&n.template&&n.template.cart||n&&n.cart||{},i=o.afterAdd||o.behavior||r.cartBehavior;if(i||(i=r.cartRedirect===!1?"none":"auto"),i==="none")return!1;if(i==="auto"||i==="drawer"){let a=o.openSelector||r.cartOpenSelector;if(a){let c=document.querySelector(a);if(c)return setTimeout(()=>{try{c.click()}catch(s){}},300),!1}else if(e&&e.openCartDrawer){let c=!1;try{c=e.openCartDrawer()}catch(s){}if(c)return!1}}return!0}function Er(){let t=D();if(t&&t.skipRedirect)return;let e=t&&t.cartUrl||"/cart";setTimeout(()=>{try{window.location.href=e}catch(r){}},250)}var ei=/\/(thank[_-]?you|orders?\/|pedido[_-]?(confirmado|realizado|finalizado|sucesso)|sucesso|order[_-]?confirmation|compra[_-]?(finalizada|concluida)|orderplaced|checkout\/[^?#]*success)/i,ri=/\/(my[_-]?account|minha[_-]?conta|account|conta|customer|cliente|profile|perfil|wishlist|favoritos)(\/|$)/i,ni=/\/checkout/i,oi=/\/(cart|carrinho|sacola|bag|comprar)(\/|$|\?|#)/i,Ir=/\/(products?|produtos?|p)(\/|$|\?|#)/i,ii=/\/(collections?|categoria|categorias|c|departamento)\//i,ai=/\/(search|busca|s)(\/|\?)/i;function Lr(){try{if(window.__mkPageType)return window.__mkPageType}catch(r){}let t=(location.pathname||"").toLowerCase(),e=ri.test(t);try{let r=S(),n=0,o=!1,i=!1;for(let a of r){let c=Array.isArray(a["@type"])?a["@type"]:[a["@type"]];if((c.includes("Order")||c.includes("Invoice"))&&!e)return"purchase";c.includes("SearchResultsPage")&&(o=!0),(c.includes("CollectionPage")||c.includes("ItemList"))&&(i=!0),c.includes("Product")&&n++}if(o)return"search";if(i)return"category";if(n===1)return"pdp";if(n>1)return Ir.test(t)?"pdp":"category"}catch(r){}return t==="/"||t===""||t==="/home"||t==="/index.html"?"home":ei.test(t)&&!e?"purchase":ni.test(t)?"checkout":oi.test(t)?"cart":Ir.test(t)?"pdp":ii.test(t)?"category":ai.test(t)?"search":"other"}function Mr(t){let e=null;try{let r=new URLSearchParams(location.search),n=["utm_source","utm_medium","utm_campaign","utm_term","utm_content"],o={};for(let i of n){let a=r.get(i);a&&(o[i.replace("utm_","")]=a)}Object.keys(o).length&&(e=o)}catch(r){}return{url:location.href,pathname:location.pathname,referrer:document.referrer||null,title:document.title||null,pageType:t,utm:e,userAgent:navigator.userAgent,language:navigator.language,viewport:window.innerWidth+"x"+window.innerHeight,platform:ci()}}function ci(){return Cr()}var Ce={},li=null,lt=0,Rr=!1;function Pr(t){Rr||(Rr=!0,jr(t),si(),ui(),di(),fi(),pi(t))}function jr(t){Ce={};let e=Lr(),r=Mr(e);if(nr(r),y("view",{url:location.href,pathname:location.pathname,referrer:document.referrer||null,title:document.title||null,pageType:e}),typeof t=="function")try{t(e,r)}catch(n){}}function si(){if(!document.body)return;let t={A:1,BUTTON:1,INPUT:1,SELECT:1,TEXTAREA:1},e=0;document.body.addEventListener("click",r=>{try{let n=Date.now();if(n-e<100)return;e=n;let o=r.target;for(let c=0;c<5&&o&&o!==document.body&&!(t[o.tagName]||o.getAttribute&&o.getAttribute("role")==="button");c++)o=o.parentElement;if(!o||!t[o.tagName]&&!(o.getAttribute&&o.getAttribute("role")==="button"))return;let i={tag:o.tagName},a=o.tagName==="INPUT"||o.tagName==="TEXTAREA"?o.value:o.textContent;i.text=(a||"").replace(/\s+/g," ").trim().substring(0,100),o.href&&(i.href=String(o.href).substring(0,500)),o.id&&(i.id=o.id),o.className&&typeof o.className=="string"&&(i.classes=o.className.trim().substring(0,200)),y("click",i)}catch(n){}},{capture:!0,passive:!0})}function ui(){let t=[25,50,75,100],e=null,r=()=>{try{let n=window.scrollY||document.documentElement.scrollTop||0,o=Math.max(document.body&&document.body.scrollHeight||0,document.documentElement&&document.documentElement.scrollHeight||0);if(o<=0)return;let i=Math.min(100,Math.floor((n+window.innerHeight)/o*100));for(let a of t)i>=a&&!Ce[a]&&(Ce[a]=!0,y("scroll_depth",{depth:a}))}catch(n){}};r(),window.addEventListener("scroll",()=>{e||(e=setTimeout(()=>{e=null,r()},250))},{passive:!0})}function di(){document.body&&document.body.addEventListener("submit",t=>{try{let e=t.target;if(!e||e.tagName!=="FORM"||e.querySelector('input[type="password"], input[name*="card"], input[name*="cpf"]'))return;let r="other",n=(e.className||"").toLowerCase(),o=(e.action||"").toLowerCase();e.querySelector('input[type="search"], input[name="q"], input[name="s"]')?r="search":/newsletter|subscribe|mailchimp/.test(n+o)?r="newsletter":/contact|contato/.test(n+o)&&(r="contact"),y("form_submit",{form_id:e.id||"",form_type:r})}catch(e){}},{capture:!0})}function fi(){let t=w();lt=Date.now(),li=setInterval(()=>{if(document.hidden)return;let e=Date.now(),r=Math.round((e-lt)/1e3);lt=e,r>0&&r<60&&y("engagement",{url:location.pathname,dwellSec:r})},t.engagementIntervalMs),document.addEventListener("visibilitychange",()=>{if(document.hidden){let e=Math.round((Date.now()-lt)/1e3);e>0&&e<600&&y("engagement",{url:location.pathname,dwellSec:e})}lt=Date.now()})}function pi(t){let e=location.href,r=()=>{location.href!==e&&(e=location.href,jr(t))};try{let n=history.pushState,o=history.replaceState;history.pushState=function(){n.apply(this,arguments),setTimeout(r,0)},history.replaceState=function(){o.apply(this,arguments),setTimeout(r,0)},window.addEventListener("popstate",r),window.addEventListener("hashchange",r)}catch(n){}}function Te(){let t=ct(),e=S(["Product"]);if(e.length>0){let o=e[0],i=Array.isArray(o.offers)?o.offers[0]:o.offers;return{sku:t?t.value:o.sku||o.mpn||o.gtin13||o.productID||null,skuSource:t?t.source:null,name:typeof o.name=="string"?o.name:null,price:i&&parseFloat(i.price||i.lowPrice)||null||Or(),currency:i?i.priceCurrency:null,brand:o.brand?typeof o.brand=="string"?o.brand:o.brand.name:null,category:o.category||null}}let r=o=>{let i=document.querySelector('meta[property="og:'+o+'"], meta[property="product:'+o+'"]');return i?i.getAttribute("content"):null},n=o=>{let i=document.querySelector('[itemprop="'+o+'"]');return i?i.getAttribute("content")||(i.textContent||"").trim():null};if(t||r("type")==="product"||r("price:amount")||n("name")){let o=n("price")||r("price:amount"),i=o&&parseFloat(String(o).replace(",","."))||null;return{sku:t?t.value:null,skuSource:t?t.source:null,name:n("name")||r("title")||document.title||null,price:(i&&i>0?i:null)||Or(),currency:n("priceCurrency")||r("price:currency")||null,brand:n("brand")||null,category:null}}return null}function Or(){try{let t=window.dataLayer;if(!Array.isArray(t))return null;for(let e=t.length-1;e>=0;e--){let r=t[e];if(!r||typeof r!="object")continue;let n=r.ecommerce||r,o=n&&n.items||null,i=n&&n.detail&&n.detail.products||n&&n.products||r.products||null,a=Array.isArray(o)&&o[0]&&o[0].price||Array.isArray(i)&&i[0]&&i[0].price||null,c=Se(a!=null?String(a):"");if(c)return c}}catch(t){}return null}function M(){try{let t=location.pathname+location.search,e=t.match(/order[_-]?confirmation\/([\w-]+)/i)||t.match(/[?&]order[_-]?id=([\w-]+)/i)||t.match(/\/orders?\/([\w-]{4,})/i)||t.match(/pedido[_-]?(?:confirmado|realizado|finalizado)?\/([\w-]+)/i);return e?e[1]:null}catch(t){return null}}function It(){let t=S(["Order","Invoice"]);if(t.length>0){let o=t[0],i=o.totalPaymentDue?parseFloat(o.totalPaymentDue.price):parseFloat(o.price||o.total);return{orderId:o.orderNumber||o.confirmationNumber||o.identifier||M(),revenue:Number.isFinite(i)?i:null,currency:o.totalPaymentDue&&o.totalPaymentDue.priceCurrency||o.priceCurrency||null,source:"jsonld"}}try{let o=window.Shopify&&window.Shopify.checkout;if(o&&o.total_price!=null){let i=parseFloat(o.total_price);return{orderId:(o.order_id!=null?String(o.order_id):null)||o.token||M(),revenue:Number.isFinite(i)?i:null,currency:o.currency||null,itemCount:Array.isArray(o.line_items)?o.line_items.length:null,source:"shopify"}}}catch(o){}try{let o=window.LS&&window.LS.order;if(o&&o.total!=null){let i=Number(o.total),a=window.LS.currency&&window.LS.currency.code||"BRL";return{orderId:String(o.number||o.id||M()||""),revenue:Number.isFinite(i)?i/100:null,currency:a,source:"nuvemshop"}}}catch(o){}try{if(Array.isArray(window.dataLayer))for(let o=window.dataLayer.length-1;o>=0;o--){let i=window.dataLayer[o],a=i&&i.ecommerce||i&&i.ecommerce_data&&i.ecommerce_data.ecommerce;if(a&&(i.event==="purchase"||a.purchase||a.transaction_id)){let c=a.purchase&&a.purchase.actionField,s=parseFloat(c&&(c.revenue||c.value)||a.value||a.revenue);return{orderId:c&&(c.id||c.transaction_id)||a.transaction_id||a.transactionId||M(),revenue:Number.isFinite(s)?s:null,currency:a.currency||a.currencyCode||c&&c.currency||null,itemCount:(a.purchase&&a.purchase.products||a.items||a.products||[]).length||null,source:"datalayer"}}}}catch(o){}let e=document.querySelector('meta[property="order:total"], meta[name="order-total"]');if(e&&e.content)return{orderId:M(),revenue:parseFloat(e.content)||null,source:"meta"};let r=mi();if(r)return r;let n=M();return n?{orderId:n,revenue:null,source:"url"}:null}function mi(){try{let t=document.querySelector(".orderTotalPrice");if(t){let r=String(t.value||t.getAttribute("value")||t.textContent||"").trim(),n=r.split(/\s+/),o=Se(n.length>1?n[n.length-1]:r);if(o)return{orderId:Br(),revenue:o,currency:(n.length>1?n[0]:null)||null,source:"dom"}}let e=[".order-total","#order-total",".total-price",".order__total","[data-order-total]",".summary-total",".grand-total"];for(let r of e){let n=document.querySelector(r);if(n){let o=Se(n.value||n.textContent);if(o)return{orderId:Br(),revenue:o,source:"dom"}}}return null}catch(t){return null}}function Br(){try{let t=document.querySelector(".orderID");if(t&&(t.value||t.getAttribute("value")))return t.value||t.getAttribute("value");let r=(document.body.innerText||"").match(/(?:pedido|order|n[º°o]\.?)\s*#?\s*([A-Z0-9-]{4,})/i);return r?r[1]:null}catch(t){return null}}function Se(t){if(!t)return null;let e=String(t).replace(/[^\d.,]/g,"");if(!e)return null;let r;e.indexOf(",")>e.indexOf(".")?r=e.replace(/\./g,"").replace(",","."):r=e.replace(/,/g,"");let n=parseFloat(r);return Number.isFinite(n)&&n>0?n:null}function Nr(){let t=S(["ItemList","CollectionPage"]);if(t.length===0)return null;let e=t[0],r=e.itemListElement||e.mainEntity&&e.mainEntity.itemListElement||[],n=[];for(let o of r.slice(0,50)){let i=o.item||o;i&&(i.sku||i.productID||i.name)&&n.push(i.sku||i.productID||i.name)}return n.length>0?{count:n.length,skus:n.slice(0,20)}:null}var Mt=!1,Lt=[/\b(adicionar|adic\.?|colocar|incluir|jogar)\b.{0,30}\b(carrinho|sacola|sacolinha|bag)\b/i,/\bcomprar\b(?!\s+(em|por|sem))/i,/\bcomprar\s*$/i,/^add\s+to\s+(cart|bag)\b/i,/^buy\s+(now|it|this)\b/i,/^(sacolinha|carrinho|sacola)$/i],hi=[/^finalizar(\s+(compra|pedido|pagamento))?\b/i,/^(fechar|confirmar)\s+(compra|pedido|pagamento)\b/i,/^pagar(\s+(agora|pedido))?\b/i,/^(complete|place)\s+(purchase|order)\b/i,/^checkout$/i];function st(t,e){for(let r=0;r<t.length;r++)if(t[r].test(e))return!0;return!1}function Ur(t){switch(t){case"pdp":{let e=Te();y("view_item",e||{sku:null});break}case"category":case"search":{let e=Nr();y("view_item_list",e||{count:0});break}case"cart":ve().then(e=>y("view_cart",e&&e.value!=null?{value:e.value,itemCount:e.itemCount,currency:e.currency}:{})).catch(()=>y("view_cart",{}));break;case"checkout":y("begin_checkout",{});break;case"purchase":yi();break}}var qr=500,zr=30;function yi(){let t=!1,e=0,r=(o,i)=>{t||(t=!0,Fr(o,i))};try{window.addEventListener("pagehide",()=>r(It(),!0),{once:!0})}catch(o){}let n=()=>{if(t)return;let o=It();if(o&&o.revenue!=null)return r(o);if(e++>=zr)return g("purchase: receita n\xE3o apareceu em "+qr*zr+"ms \u2014 emitindo sem valor"),r(o);setTimeout(n,qr)};n()}function Fr(t,e){if(!Mt){if(t&&!t.orderId&&(t.orderId=M()),t&&t.orderId){let r="_mk_purch_"+t.orderId;try{if(sessionStorage.getItem(r)){g("purchase j\xE1 contado",t.orderId);return}sessionStorage.setItem(r,"1")}catch(n){}}if(Mt=!0,y("purchase",t||{revenue:null,_note:"no_order_data_extracted"}),g("purchase emitido",t),e)try{N(!0)}catch(r){}}}var Dr=!1;function $r(){if(Dr)return;Dr=!0;let t=r=>{try{if(!r||typeof r!="object")return!1;let n=r.ecommerce||r.ecommerce_data&&r.ecommerce_data.ecommerce;return n?r.event==="purchase"||r.event==="transaction"||!!n.purchase||n.transaction_id!=null:!1}catch(n){return!1}},e=r=>{Mt||!t(r)||setTimeout(()=>{if(!Mt)try{Fr(It(),!0)}catch(n){}},0)};try{let r=window.dataLayer=window.dataLayer||[];for(let o=0;o<r.length;o++)e(r[o]);let n=r.push;r.push=function(){let o=n.apply(this,arguments);try{for(let i=0;i<arguments.length;i++)e(arguments[i])}catch(i){}return o}}catch(r){}}function Kr(){if(!document.body)return;let t=0;document.body.addEventListener("click",e=>{try{let r=Date.now();if(r-t<150)return;let n=e.target;for(let c=0;c<5&&n&&n!==document.body&&!(n.tagName==="BUTTON"||n.tagName==="A"||n.getAttribute&&n.getAttribute("role")==="button");c++)n=n.parentElement;if(!n)return;let o=n.tagName!=="A",i=(n.textContent||"").replace(/\s+/g," ").trim();if(!i||i.length>80)return;let a=!1;if((st([Lt[0]],i)||o&&st([Lt[1]],i)||o&&st([Lt[2]],i)||st(Lt.slice(3),i))&&(a=!0),a){t=r;let c=Te();y("add_to_cart",{via:"click",buttonText:i,sku:c?c.sku:null,price:c?c.price:null});return}o&&st(hi,i)&&(t=r,y("begin_checkout",{via:"click",buttonText:i}))}catch(r){}},{capture:!0,passive:!0})}var Rt={};C(Rt,{available:()=>bi,id:()=>gi,iframeSrc:()=>xi,modalSize:()=>wi,onMounted:()=>_i});var gi="mk-fashion",wi={width:430,height:800};function xi(t,e){let r=encodeURIComponent(e).replace(/\./g,"%2E");return w().appUrl+"/"+t+"/"+r}async function bi(t,e){let r=w().apiUrl+"/availability/"+t+"?sku="+encodeURIComponent(e),n=await fetch(r);if(!n.ok)throw new Error("availability HTTP "+n.status);return n.json()}function _i(){}var Ae={};C(Ae,{available:()=>Ei,closeButton:()=>Si,id:()=>vi,iframeSrc:()=>Ai,modalSize:()=>ki,modalSizeMobile:()=>Ci,onMounted:()=>Mi});var vi="mk-makeup",ki={width:"80vw",height:"80vh"},Ci={width:"100vw",height:"100dvh"},Si=!0;function Ti(){return window.__MK&&window.__MK.pulpoarUrl||"https://plugin.pulpoar.com/vto"}function Ai(t,e){let r=window.__MK&&window.__MK.pulpoarIframeUrl;if(r){let o=String(r);return e!=null&&/\{sku\}|\{identifier\}/.test(o)&&(o=o.replace(/\{sku\}|\{identifier\}/g,encodeURIComponent(e))),o}let n=window.__MK&&window.__MK.pulpoarProjectKey||t;return Ti()+"/"+encodeURIComponent(n)}async function Ei(t,e){let r=window.__MK&&window.__MK.pulpoarProjectKey||t;if(!r)return{available:!0};let n=await Vr(e)||e;if(!n)return{available:!0};try{let i=String(w().collectorUrl||"").replace(/\/+$/,"")+"/v1/makeup/availability/"+encodeURIComponent(r)+"?slug="+encodeURIComponent(n);t&&(i+="&projectId="+encodeURIComponent(t));let a=await fetch(i).then(c=>c.json());return g("pulpoar availability",a),{available:!(a&&(a.available===!1||a.projectActive===!1))}}catch(o){return g("pulpoar availability erro",o&&o.message),{available:!0}}}var Ii="https://cdn.jsdelivr.net/npm/@pulpoar/plugin-sdk@latest/dist/index.iife.js",Pt=null;function Li(){return window.pulpoar?Promise.resolve(window.pulpoar):Pt||(Pt=new Promise(t=>{try{let e=document.createElement("script");e.src=Ii,e.async=!0,e.onload=()=>t(window.pulpoar||null),e.onerror=()=>t(null),(document.head||document.documentElement).appendChild(e)}catch(e){t(null)}}),Pt)}async function Vr(t){try{if(window.Shopify||window.ShopifyAnalytics){let e=(location.pathname.split("/products/")[1]||"").split(/[?#]/)[0];if(e){let r=window.ShopifyAnalytics&&window.ShopifyAnalytics.meta,n=new URLSearchParams(location.search).get("variant")||r&&r.selectedVariantId,i=(await fetch("/products/"+e+".js").then(s=>s.json())).variants||[],a=n?i.find(s=>String(s.id)===String(n)):null;if(a&&a.sku)return a.sku;let c=i.find(s=>s.available)||i[0];if(c&&c.sku)return c.sku}}}catch(e){}return t||null}function Hr(t){return!t||typeof t!="object"?{quantity:1}:{sku:t.sku||t.slug||t.key||t.variant_key||t.barcode||null,color:t.color||t.shade||t.colorName||null,size:t.size||null,quantity:1}}function Mi(t,e){Li().then(async r=>{if(!r){g("pulpoar: SDK n\xE3o carregou");return}let n=await Vr(e.identifier);if(g("pulpoar variante p/ cat\xE1logo",n),n)try{r.applyVariantsWithCatalog([String(n)],o=>{e.track("product_loaded",{via:"makeup",applied:Array.isArray(o)?o.length:0})})}catch(o){g("pulpoar applyVariantsWithCatalog falhou",o&&o.message)}try{r.onReady(()=>e.fire("onReady",{}))}catch(o){}try{r.onAddToCart(o=>{let i=(Array.isArray(o)?o:[o]).filter(a=>a&&typeof a=="object");if(g("pulpoar onAddToCart",i.length+" item(s)",i),i.length<=1){e.handleAddToCart(i.length?Hr(i[0]):{quantity:1},"makeup");return}e.handleAddToCart({items:i.map(Hr)},"makeup")})}catch(o){}try{r.onGoToProduct(o=>e.fire("onGoToProduct",o))}catch(o){}})}var Ri={"mk-fashion":Rt,"mk-makeup":Ae};function jt(t){return Ri[t]||Rt}var I=null,E=null,Bt=!1,Nt=!1,P=null,Wr={},Ee=null,Ot=0,T={onReady:null,onClose:null,onAddToCart:null,onProductLoaded:null,onError:null,onInteraction:null,onGenerationComplete:null},Pi={gregory:"698c7e791d3129430f15dddd"};function Gr(t){return t?Pi[String(t).toLowerCase()]||t:null}async function U(t,e){let r=Gr(t),n=String(e||"").trim();return jt(w().product).available(r,n)}async function Xr(t,e){e||(e=t,t="698c7e791d3129430f15dddd");try{return(await U(t,e)).available===!0}catch(r){return!1}}async function ut(t){if(t=t||{},Bt)return;let e=Gr(t.projectId||t.projectid||t.store),r=String(t.identifier||t.sku||"").trim();if(!e||!r){console.error("[mk-sdk] open: projectId e identifier obrigatorios");return}let n=e+":"+r;if(Wr[n]!==!0){try{if(!(await U(e,r)).available){alert("Produto nao disponivel para prova virtual.");return}}catch(u){alert("Produto nao encontrado ou indisponivel.");return}Wr[n]=!0}let o=jt(w().product),a=(window.innerWidth||0)<=768&&o.modalSizeMobile||o.modalSize||{width:430,height:800},c=w(),s=ot();P={projectId:e,identifier:r,width:t.width||s.modalWidth||c.modalWidth||a.width,height:t.height||s.modalHeight||c.modalHeight||a.height},Nt=!1,Qr(),ji(P),Bt=!0,Ot=Date.now(),at(),y("modal_opened",{projectId:e,identifier:r})}function qt(){if(!Bt)return;let t=Nt;if(Nt=!1,Oi(),Bt=!1,R("onClose"),y("modal_closed",{projectId:P&&P.projectId,identifier:P&&P.identifier}),t)try{Er()}catch(e){}}function Yr(t){try{sn().forEach(e=>{t?(e.dataset.mkPrevDisplay===void 0&&(e.dataset.mkPrevDisplay=e.style.display),e.style.display="none"):(e.style.display=e.dataset.mkPrevDisplay||"",delete e.dataset.mkPrevDisplay)})}catch(e){}}function ji(t){I=document.createElement("div"),I.style.cssText="position:fixed;inset:0;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:2147483647;",Yr(!0);let e=document.createElement("div"),r=typeof t.width=="number"?t.width+"px":t.width,n=typeof t.height=="number"?t.height+"px":t.height,o=String(t.width).indexOf("100v")>=0;e.style.cssText="position:relative;width:"+r+";height:"+n+";max-width:100vw;max-height:100dvh;border-radius:"+(o?"0":"12px")+";overflow:hidden;background:#fff;",E=document.createElement("iframe");let i=jt(w().product);if(E.src=i.iframeSrc(t.projectId,t.identifier),E.style.cssText="width:100%;height:100%;border:none;",E.setAttribute("allow","camera *; microphone *"),E.setAttribute("allowfullscreen","true"),e.appendChild(E),i.closeButton){let a=document.createElement("button");a.setAttribute("aria-label","Fechar"),a.setAttribute("type","button"),a.innerHTML='<svg width="14" height="14" viewBox="0 0 14 14" fill="none" aria-hidden="true"><path d="M1.6 1.6l10.8 10.8M12.4 1.6L1.6 12.4" stroke="#111" stroke-width="2" stroke-linecap="round"/></svg>',a.style.cssText="position:absolute;top:8px;right:8px;z-index:2;width:32px;height:32px;padding:0;border:none;border-radius:50%;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 5px rgba(0,0,0,.3);",a.addEventListener("click",()=>{try{qt()}catch(c){}}),e.appendChild(a)}I.appendChild(e),document.body.appendChild(I);try{i.onMounted(E,{projectId:t.projectId,identifier:t.identifier,handleAddToCart:tn,track:y,fire:R})}catch(a){g("launcher.onMounted falhou",a&&a.message)}g("try-on modal aberto",E.src)}function Oi(){I&&I.parentNode&&I.parentNode.removeChild(I),I=null,E=null,Yr(!1)}var Jr=!1;function Zr(){Qr()}function Qr(){Jr||(Jr=!0,window.addEventListener("message",t=>{let e=t.data;if(!e||e.source!=="mkfashion-app")return;let r=e.action,n=e.data||{};switch(r){case"close_request":qt();break;case"ready":R("onReady",n);break;case"product_loaded":R("onProductLoaded",n),y("product_loaded",Ie(n));break;case"interaction":{R("onInteraction",n),n&&n.method&&(Ee=n.method),y(Bi(n),Ie(n));break}case"add_to_cart":tn(n,"tryon");break;case"generation_start":Ot=Date.now();break;case"generation_complete":R("onGenerationComplete",n),y("generation_complete",{method:n.method||Ee||"unknown",durationMs:Ot?Date.now()-Ot:null,success:n.success!==!1,imageUrlPresent:!!n.imageUrl});break;case"generation_error":R("onError",n),y("generation_error",{method:Ee||"unknown",error:n&&n.error});break}}))}function tn(t,e){if(y("add_to_cart",Object.assign({via:e||"tryon"},Ie(t))),typeof T.onAddToCart=="function"){R("onAddToCart",t);return}let r=Object.assign({productId:P&&P.identifier},t);Tr(r).then(n=>ke(n)).then(n=>{Nt=!!n}).catch(()=>{})}function Bi(t){return t&&t.action,"interaction"}function Ie(t){if(!t||typeof t!="object")return t;let e={};for(let r in t){if(r==="imageUrl"||r==="image"||r==="product"){r==="product"&&t[r]?(e.productSku=t[r].sku||null,e.productName=t[r].name||null):e[r+"Present"]=!!t[r];continue}e[r]=t[r]}return e}function R(t,e){if(typeof T[t]=="function")try{T[t](e)}catch(r){console.error("[mk-sdk]",r)}}function en(t){T.onReady=t}function rn(t){T.onClose=t}function nn(t){T.onAddToCart=t}function on(t){T.onProductLoaded=t}function an(t){T.onError=t}function cn(t){T.onInteraction=t}function ln(t){T.onGenerationComplete=t}var qi=767,zi=1024,Di=/(adicionar\s*(à|a|ao)?\s*(sacola|carrinho|cesta|bolsa))|adicionar ao carrinho|add to (cart|bag)|comprar agora|^comprar$|finalizar compra|eu quero/i,Ui=/continuar|como comprar|lista|desejos|favorito|looks|cupom/i;function Le(t){try{let e=t.getBoundingClientRect();if(e.width<=0||e.height<=0)return!1;let r=getComputedStyle(t);return r.display!=="none"&&r.visibility!=="hidden"&&r.opacity!=="0"}catch(e){return!1}}function Fi(t){if(!t)return!1;try{let e=document.querySelector(t);return!!e&&Le(e)}catch(e){return!1}}function $i(t){return(t.tagName==="INPUT"?t.value||"":t.textContent||"").replace(/\s+/g," ").trim()}function Ki(t){if(!t||typeof t!="object"||t.selector)return t;let e=!1;if(["mobile","tablet","desktop"].forEach(n=>{let o=t[n];o&&o.mkAnchor===1&&o.anchor&&typeof o.anchor=="object"&&(e=!0)}),!e)return t;let r={};return["mobile","tablet","desktop"].forEach(n=>{let o=t[n];if(o){if(o.selector){r[n]=o;return}if(o.mkAnchor===1&&o.anchor&&typeof o.anchor=="object"){let i=o.anchor[n]||o.anchor.desktop||o.anchor.mobile||o.anchor.tablet;i&&i.selector&&(r[n]=i)}}}),["bpMobile","bpTablet","breakpoint"].forEach(n=>{t[n]!=null&&(r[n]=t[n])}),r}function dt(t){if(!t||typeof t!="object")return null;if(t=Ki(t),t.selector)return t;let e=[["mobile",t.mobile],["tablet",t.tablet],["desktop",t.desktop]].filter(s=>s[1]&&s[1].selector);if(e.length===0)return null;if(e.length===1)return e[0][1];let r=e.filter(([,s])=>Fi(s.selector));if(r.length===1)return r[0][1];let n=window.innerWidth||1024,o=Number(t.bpMobile)||Number(t.breakpoint)||qi,i=Number(t.bpTablet)||zi,a=s=>(e.find(u=>u[0]===s)||[])[1],c=n<=o?["mobile","tablet","desktop"]:n<=i?["tablet","desktop","mobile"]:["desktop","tablet","mobile"];for(let s of c){let u=a(s);if(u)return u}return e[0][1]}function zt(t){let e=dt(t);if(e&&e.selector)try{let r=document.querySelector(e.selector);if(r&&Le(r))return{el:r,position:e.position||"afterend",mode:e.mode||"flow",style:e.style||"",align:e.align||"top-left",selector:e.selector}}catch(r){}return null}function un(){let t=w(),e=zt(t&&t.anchor);if(e)return e;let r=document.querySelectorAll('button, [role="button"], a.btn, a.button, input[type="submit"], input[type="button"]');for(let n of r){let o=$i(n);if(!(!o||o.length>40)&&!Ui.test(o)&&Di.test(o)&&Le(n))return{el:n,position:"afterend",mode:"flow",style:"",selector:null}}return null}var _="'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",Me={none:"0",sm:"4px",md:"8px",pill:"9999px"},Re={none:"0",sm:"4px",md:"8px",lg:"16px"},Hi='<svg viewBox="0 0 17.5263 20.6862" fill="none" xmlns="http://www.w3.org/2000/svg" style="display:block;width:100%;height:100%"><g><path d="M8.49995 12.1862C10.1568 12.1862 11.5 10.8431 11.5 9.18622C11.5 7.52936 10.1568 6.18622 8.49995 6.18622C6.8431 6.18622 5.49995 7.52936 5.49995 9.18622C5.49995 10.8431 6.8431 12.1862 8.49995 12.1862Z" stroke="currentColor" shape-rendering="crispEdges"/><path d="M0.5 9.11152C0.5 6.56953 0.5 5.29894 1.1099 4.38664C1.375 3.9902 1.71424 3.65088 2.10821 3.38809C2.6945 2.9958 3.42899 2.85564 4.55351 2.80588C5.09013 2.80588 5.55183 2.39949 5.65687 1.87284C5.73715 1.48708 5.94572 1.14138 6.24735 0.894155C6.54898 0.646934 6.92516 0.51336 7.31231 0.516006H9.9734C10.7779 0.516006 11.4709 1.08412 11.6288 1.87284C11.7339 2.39949 12.1956 2.80588 12.7322 2.80588C13.8559 2.85564 12.9129 4.67413 13.5 5.06559C13.8949 5.32932 15.1484 3.80355 15.5 4.02647C16.1099 4.93876 16.7857 6.56953 16.7857 9.11152C16.7857 11.6535 16.7857 12.9233 16.1758 13.8364C15.9107 14.2328 15.5715 14.5722 15.1775 14.835C14.2647 15.4445 12.9936 15.4445 10.4522 15.4445H6.83351C4.29213 15.4445 3.02103 15.4445 2.10821 14.835C1.71446 14.5718 1.3755 14.2322 1.11071 13.8356C0.933802 13.5672 0.803519 13.2698 0.725557 12.9564" stroke="currentColor" stroke-linecap="round"/><path d="M12.676 0.607931C12.9446 -0.178095 14.0307 -0.2019 14.3491 0.536515L14.3761 0.60838L14.7385 1.66839C14.8216 1.91149 14.9559 2.13395 15.1322 2.32076C15.3086 2.50757 15.5229 2.65439 15.7608 2.75131L15.8583 2.78769L16.9183 3.14971C17.7044 3.41831 17.7282 4.50437 16.9902 4.82283L16.9183 4.84978L15.8583 5.21225C15.6151 5.29526 15.3926 5.42947 15.2057 5.60582C15.0188 5.78218 14.8719 5.99657 14.7749 6.23453L14.7385 6.33155L14.3765 7.39201C14.1079 8.17803 13.0219 8.20184 12.7039 7.46387L12.676 7.39201L12.314 6.332C12.231 6.08881 12.0968 5.86627 11.9204 5.67938C11.744 5.49249 11.5297 5.3456 11.2917 5.24863L11.1947 5.21225L10.1347 4.85022C9.34817 4.58163 9.32437 3.49557 10.0628 3.17756L10.1347 3.14971L11.1947 2.78769C11.4378 2.70462 11.6602 2.57039 11.847 2.39404C12.0339 2.21769 12.1807 2.00333 12.2776 1.76541L12.314 1.66839L12.676 0.607931Z" fill="currentColor"/></g></svg>',fn='<svg viewBox="0 0 11.6122 12.7248" fill="none" xmlns="http://www.w3.org/2000/svg" style="display:block;width:12px;height:12px"><path d="M4.09055 2.01133C4.43939 0.9905 5.84989 0.959583 6.26347 1.91858L6.29847 2.01192L6.76922 3.38858C6.8771 3.7043 7.05144 3.99321 7.28047 4.23583C7.5095 4.47845 7.7879 4.66912 8.09689 4.795L8.22347 4.84225L9.60014 5.31242C10.621 5.66125 10.6519 7.07175 9.69347 7.48533L9.60014 7.52033L8.22347 7.99108C7.90764 8.09889 7.61862 8.2732 7.3759 8.50223C7.13318 8.73127 6.94241 9.0097 6.81647 9.31875L6.76922 9.44475L6.29905 10.822C5.95022 11.8428 4.53972 11.8737 4.12672 10.9153L4.09055 10.822L3.62039 9.44533C3.51258 9.12951 3.33827 8.84048 3.10924 8.59776C2.8802 8.35504 2.60177 8.16427 2.29272 8.03833L2.16672 7.99108L0.790054 7.52092C-0.231363 7.17208 -0.26228 5.76158 0.69672 5.34858L0.790054 5.31242L2.16672 4.84225C2.48244 4.73437 2.77135 4.56003 3.01397 4.331C3.25658 4.10197 3.44726 3.82357 3.57314 3.51458L3.62039 3.38858L4.09055 2.01133ZM9.86147 0C9.9706 0 10.0775 0.0306123 10.1701 0.0883584C10.2627 0.146104 10.3373 0.228668 10.3853 0.326667L10.4133 0.394917L10.6175 0.993417L11.2166 1.19758C11.3259 1.23474 11.4218 1.30353 11.492 1.39523C11.5623 1.48693 11.6037 1.59741 11.611 1.71268C11.6184 1.82795 11.5914 1.94281 11.5334 2.04271C11.4755 2.14261 11.3891 2.22305 11.2854 2.27383L11.2166 2.30183L10.6181 2.506L10.4139 3.10508C10.3767 3.21442 10.3078 3.31024 10.2161 3.38041C10.1244 3.45058 10.0139 3.49194 9.89859 3.49925C9.78333 3.50656 9.66849 3.47949 9.56863 3.42147C9.46876 3.36345 9.38837 3.27709 9.33764 3.17333L9.30964 3.10508L9.10547 2.50658L8.50639 2.30242C8.39702 2.26526 8.30115 2.19647 8.23092 2.10477C8.16069 2.01307 8.11926 1.90259 8.11189 1.78732C8.10452 1.67205 8.13153 1.55719 8.18951 1.45729C8.24749 1.35739 8.33381 1.27695 8.43755 1.22617L8.50639 1.19817L9.10489 0.994L9.30905 0.394917C9.34839 0.279665 9.42281 0.179613 9.52187 0.108791C9.62094 0.0379686 9.73969 -0.0000730808 9.86147 0Z" fill="currentColor"/></svg>';function b(t,e={}){let r=document.createElement(t);if(e.style&&(r.style.cssText=e.style),e.text!=null&&(r.textContent=e.text),e.html!=null&&(r.innerHTML=e.html),e.attrs)for(let n in e.attrs)r.setAttribute(n,e.attrs[n]);if(e.on)for(let n in e.on)r.addEventListener(n,e.on[n]);if(e.children)for(let n of e.children)n&&r.appendChild(n);return r}function pn(t){return b("span",{style:`width:12px;height:12px;display:inline-flex;align-items:center;justify-content:center;color:${t};flex-shrink:0;`,html:fn})}var Dt=t=>'<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" style="display:block;width:100%;height:100%">'+t+"</svg>",dn={camera:Hi,sparkle:fn.replace("width:12px;height:12px","width:100%;height:100%"),shirt:Dt('<path d="M20.38 3.46 16 2a4 4 0 0 1-8 0L3.62 3.46a2 2 0 0 0-1.34 2.23l.58 3.47a1 1 0 0 0 .99.84H6v10c0 1.1.9 2 2 2h8a2 2 0 0 0 2-2V10h2.15a1 1 0 0 0 .99-.84l.58-3.47a2 2 0 0 0-1.34-2.23z"/>'),face:Dt('<path d="M3 7V5a2 2 0 0 1 2-2h2"/><path d="M17 3h2a2 2 0 0 1 2 2v2"/><path d="M21 17v2a2 2 0 0 1-2 2h-2"/><path d="M7 21H5a2 2 0 0 1-2-2v-2"/><path d="M8 14s1.5 2 4 2 4-2 4-2"/><path d="M9 9h.01"/><path d="M15 9h.01"/>'),glasses:Dt('<circle cx="6" cy="15" r="4"/><circle cx="18" cy="15" r="4"/><path d="M14 15a2 2 0 0 0-2-2 2 2 0 0 0-2 2"/><path d="M2.5 13 5 7c.7-1.3 1.4-2 3-2"/><path d="M21.5 13 19 7c-.7-1.3-1.5-2-3-2"/>'),wand:Dt('<path d="m21.64 3.64-1.28-1.28a1.21 1.21 0 0 0-1.72 0L2.36 18.64a1.21 1.21 0 0 0 0 1.72l1.28 1.28a1.2 1.2 0 0 0 1.72 0L21.64 5.36a1.2 1.2 0 0 0 0-1.72"/><path d="m14 7 3 3"/><path d="M5 6v4"/><path d="M19 14v4"/><path d="M10 2v2"/><path d="M7 8H3"/><path d="M21 16h-4"/><path d="M11 3H9"/>')};function j(t,e,r){let n=Number(r)>0?Number(r):24;return b("span",{style:`width:${n}px;height:${n}px;padding:2px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;color:${e};flex-shrink:0;`,html:dn[t]||dn.camera})}function Y(t){return t.borderWidth>0&&t.borderColor?`${t.borderWidth}px solid ${t.borderColor}`:"none"}function Z(){if(!document.getElementById("mk-jakarta-font"))try{document.head.appendChild(b("link",{attrs:{id:"mk-jakarta-font",rel:"stylesheet",href:"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;600;700&display=swap"}}))}catch(t){}}function Vi(t){return t.subtext?b("span",{style:`display:flex;align-items:center;justify-content:center;padding:4px;background:${t.badgeBgColor};font-family:${_};font-weight:700;font-size:16px;text-transform:uppercase;color:${t.badgeTextColor};line-height:1;white-space:nowrap;`,text:t.subtext}):null}function mn(t,e){Z();let r=b("span",{style:"display:inline-flex;align-items:center;gap:4px;",children:[j(t.icon,t.textColor,t.iconSize),b("span",{text:t.text,style:`font-family:${_};font-weight:700;font-size:inherit;text-transform:uppercase;letter-spacing:2px;color:${t.textColor};white-space:nowrap;text-align:center;line-height:1;`})]});return b("button",{attrs:{type:"button"},style:`display:flex;align-items:center;justify-content:center;gap:8px;padding:8px;width:100%;max-width:238px;box-sizing:border-box;background:${t.bgColor};border:${Y(t)};border-radius:${t.borderRadiusPx};font-family:${_};font-size:${t.fontSize}px;cursor:pointer;transition:opacity 0.2s ease;line-height:1;-webkit-appearance:none;appearance:none;`,children:[r,Vi(t)],on:{mouseenter:n=>{n.currentTarget.style.opacity="0.85"},mouseleave:n=>{n.currentTarget.style.opacity="1"},click:n=>{try{n.preventDefault(),n.stopPropagation()}catch(o){}try{e&&e()}catch(o){}}}})}function Ji(t){return t.subtext?b("span",{style:`display:flex;align-items:center;gap:4px;padding:4px;background:${t.badgeBgColor};font-family:${_};font-weight:600;font-size:10px;text-transform:uppercase;color:${t.badgeTextColor};line-height:1;white-space:nowrap;`,children:[pn(t.badgeTextColor),b("span",{text:t.subtext})]}):null}function Gi(t,e){return b("button",{attrs:{type:"button"},style:`display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 12px 8px 8px;width:100%;margin-top:auto;box-sizing:border-box;background:${t.bgColor};border:${Y(t)};border-radius:${t.borderRadiusPx};filter:drop-shadow(0 0 6px rgba(0,0,0,0.08));font-family:${_};cursor:pointer;transition:opacity 0.2s ease;line-height:1;-webkit-appearance:none;appearance:none;`,children:[j(t.icon,t.textColor,t.iconSize),b("span",{text:t.text,style:`font-family:${_};font-weight:700;font-size:inherit;color:${t.textColor};white-space:nowrap;line-height:1;`})],on:{mouseenter:r=>{r.currentTarget.style.opacity="0.85"},mouseleave:r=>{r.currentTarget.style.opacity="1"},click:r=>{try{r.preventDefault(),r.stopPropagation()}catch(n){}try{e&&e()}catch(n){}}}})}function hn(t,e){Z();let r=b("div",{style:"display:flex;flex-direction:column;gap:4px;",children:[t.cardTitle&&b("p",{text:t.cardTitle,style:`margin:0;font-family:${_};font-weight:700;font-size:16px;letter-spacing:1px;text-transform:uppercase;color:${t.cardTitleColor};line-height:1.2;`}),t.cardDescription&&b("p",{html:t.cardDescription,style:`margin:0;font-family:${_};font-weight:400;font-size:12px;max-width:177px;line-height:1.2;color:${t.cardTextColor};`})]}),n=b("div",{style:"display:flex;flex-direction:column;justify-content:space-between;gap:16px;flex:1 1 0;min-width:0;",children:[r,t.cardFooter&&b("p",{text:t.cardFooter,style:`margin:0;font-family:${_};font-weight:400;font-size:10px;color:${t.cardTextColor};line-height:1.2;`})]}),o=b("div",{style:"display:flex;flex-direction:column;align-items:flex-end;flex:1 1 0;min-width:0;",children:[Ji(t),Gi(t,e)]}),i=b("div",{style:"display:flex;gap:16px;align-items:stretch;width:100%;flex:1;box-sizing:border-box;",children:[n,o]});return b("div",{style:`display:flex;flex-direction:column;align-items:flex-start;padding:12px;width:100%;max-width:402px;min-height:140px;box-sizing:border-box;background:${t.cardBgColor};border-radius:${t.cardBorderRadiusPx};font-family:${_};font-size:${t.fontSize}px;`,children:[i]})}function yn(t,e){let r=Number(t.iconSize)>0?Number(t.iconSize):24;return b("button",{attrs:{type:"button","aria-label":t.text||"Provar virtualmente"},style:`display:inline-flex;align-items:center;justify-content:center;padding:8px;box-sizing:border-box;background:${t.bgColor};border:${Y(t)};border-radius:${t.borderRadiusPx};cursor:pointer;transition:opacity 0.2s ease;line-height:1;-webkit-appearance:none;appearance:none;`,children:[j(t.icon,t.textColor,r)],on:{mouseenter:n=>{n.currentTarget.style.opacity="0.85"},mouseleave:n=>{n.currentTarget.style.opacity="1"},click:n=>{try{n.preventDefault(),n.stopPropagation()}catch(o){}try{e&&e()}catch(o){}}}})}function gn(t,e){Z();let r=b("div",{style:"display:flex;flex-direction:column;gap:8px;width:fit-content;max-width:100%;",children:[b("div",{style:"display:flex;align-items:center;gap:8px;",children:[j(t.icon,t.cardTitleColor,t.iconSize),t.cardTitle&&b("p",{text:t.cardTitle,style:`margin:0;font-family:${_};font-weight:700;font-size:16px;text-transform:uppercase;letter-spacing:1px;color:${t.cardTitleColor};white-space:nowrap;line-height:1.2;`})]}),b("div",{style:`height:3px;width:100%;border-radius:9999px;background:linear-gradient(90deg, ${t.cardAccentFrom}, ${t.cardAccentTo});`})]}),n=t.cardDescription&&b("p",{html:t.cardDescription,style:`margin:0;font-family:${_};font-weight:400;font-size:13px;line-height:1.4;color:${t.cardTextColor};`}),o=b("button",{attrs:{type:"button"},text:t.text,style:`font-family:${_};font-weight:700;font-size:${t.fontSize}px;text-transform:uppercase;letter-spacing:1px;text-decoration:underline;text-underline-offset:4px;color:${t.cardCtaColor};background:transparent;border:none;padding:0;cursor:pointer;text-align:left;line-height:1.2;transition:opacity 0.2s ease;`,on:{mouseenter:i=>{i.currentTarget.style.opacity="0.7"},mouseleave:i=>{i.currentTarget.style.opacity="1"},click:i=>{try{i.preventDefault(),i.stopPropagation()}catch(a){}try{e&&e()}catch(a){}}}});return b("div",{style:`display:flex;flex-direction:column;align-items:flex-start;gap:24px;padding:20px;width:360px;max-width:100%;box-sizing:border-box;background:${t.cardBgColor};border:1px solid ${t.cardBorderColor};border-radius:${t.cardBorderRadiusPx};font-family:${_};`,children:[r,n,o]})}var Qi={style:"gregory-black",icon:"camera",text:"Provar Virtualmente",fontSize:14,iconSize:24,subtext:"",bgColor:"#1E1E1E",textColor:"#FFFFFF",badgeBgColor:"#C51A1B",badgeTextColor:"#FFFFFF",borderRadius:"md",borderColor:"#1E1E1E",borderWidth:0,cardTitle:"",cardDescription:"",cardFooter:"",cardBgColor:"#F6F6F6",cardTitleColor:"#1E1E1E",cardTextColor:"#717171",cardBorderRadius:"md",cardCtaColor:"#1E1E1E",cardBorderColor:"#E5E0DA",cardAccentFrom:"#8A5A3C",cardAccentTo:"#E9DACB"};function Ut(t){if(!t)return null;let e=Array.isArray(t.anchors)?t.anchors:[];if(t.version===2||t.main)return{version:2,main:t.main||{},anchors:e,cards:t.cards||null};let r=t.desktop||t.tablet||t.mobile||{},n=t.anchor||{};return{version:2,main:Object.assign({},r,{desktop:n.desktop,tablet:n.tablet,mobile:n.mobile,bpMobile:n.bpMobile,bpTablet:n.bpTablet}),anchors:e,cards:t.cards||null}}function ft(t,e){let r={...Qi,...t||{}};return r.style==="gregory-card"&&e&&(r.style="gregory-black"),r.borderRadiusPx=Me[r.borderRadius]!=null?Me[r.borderRadius]:"0",r.cardBorderRadiusPx=Re[r.cardBorderRadius]!=null?Re[r.cardBorderRadius]:"0",r.fontSize=Number(r.fontSize)||14,r.iconSize=Number(r.iconSize)||24,r.borderWidth=Number(r.borderWidth)||0,r}var Pe={"gregory-black":mn,"gregory-card":hn,"gregory-icon":yn,"card-link":gn},gc=Object.keys(Pe).concat("none");function wn(t,e){return t&&t.style==="none"?null:(Pe[t.style]||Pe["gregory-black"])(t,e)}function ta(){return"abcdefghijklmnopqrstuvwxyz"[Math.floor(Math.random()*26)]+Math.random().toString(36).slice(2,11)}var L=null,O=[];function sn(){return[L].concat(O).filter(Boolean)}function ea(t,e){let r;try{r=document.createElement("iframe"),r.setAttribute("aria-hidden","true"),r.style.cssText="display:none!important;width:0;height:0;border:0;position:absolute;left:-9999px;",(document.body||document.documentElement).appendChild(r);let n=r.contentWindow&&r.contentWindow.Element&&r.contentWindow.Element.prototype&&r.contentWindow.Element.prototype.attachShadow;if(typeof n=="function"){let o=n.call(t,e);return r.remove(),o}}catch(n){}try{r&&r.remove()}catch(n){}return t.attachShadow(e)}var ra=/^(transform|transform-origin|margin|margin-(top|right|bottom|left)|align-self|justify-self|place-self|position|inset|top|right|bottom|left|z-index|width|min-width|max-width|height|min-height|max-height|font-size)$/i;function na(t){return!t||typeof t!="string"?"":t.split(";").map(e=>e.trim()).filter(Boolean).filter(e=>ra.test(e.split(":")[0].trim().toLowerCase())).join(";")}var Kt=null,je=!1,Oe=0,Be=0,Ne=0,Q={},xn=!1,pt=null;function B(){return pt||(pt=X().then(t=>{if(!t)return pt=null,null;try{bt(t,w().projectId,w().product)}catch(e){}return Ut(t.template&&t.template.tryOnButton||null)||{__loaded:!0}}).catch(()=>(pt=null,null))),pt}var ht=null,Ft=null,F=null,$t=typeof location!="undefined"?location.pathname:"";function oa(t){let e=/<script[^>]+application\/ld\+json[^>]*>([\s\S]*?)<\/script>/gi,r;for(;r=e.exec(t);)try{let n=JSON.parse(r[1].trim()),o=Array.isArray(n)?n:[n];for(let i of o)if(i&&/product/i.test(i["@type"]||"")&&(i.sku||i.mpn))return String(i.sku||i.mpn)}catch(n){}return null}function ze(){return F&&F.path===location.pathname&&F.value?{value:F.value,source:"url-fresh"}:ct()}function ia(){ht||($t=location.pathname,ht=setInterval(()=>{try{if(L&&!L.isConnected){k("pdp");return}if(location.pathname!==$t){$t=location.pathname,F=null,fetch(location.href,{credentials:"same-origin"}).then(r=>r.ok?r.text():null).then(r=>{let n=r&&oa(r);n&&(F={path:location.pathname,value:n},Ft=n),k("pdp")}).catch(()=>k("pdp"));return}let t=ze(),e=t&&t.value;e&&e!==Ft&&(Ft=e,k("pdp"))}catch(t){}},1500))}function aa(){ht&&(clearInterval(ht),ht=null),Ft=null,F=null,$t=typeof location!="undefined"?location.pathname:""}function ca(){if(xn)return;xn=!0;let t=null;try{window.addEventListener("resize",()=>{clearTimeout(t),t=setTimeout(()=>{Kt&&k("pdp")},200)})}catch(e){}}function De(t){if(t){if(typeof t.__mkCleanup=="function")try{t.__mkCleanup()}catch(e){}t.parentNode&&t.parentNode.removeChild(t)}}function mt(){De(L),O.forEach(De),L=null,O=[],Kt=null}var la={IMG:1,INPUT:1,VIDEO:1,CANVAS:1,EMBED:1,OBJECT:1,IFRAME:1,BR:1,HR:1,SELECT:1,TEXTAREA:1,SVG:1};function sa(t){switch(t){case"top-center":return"top:0;left:50%;transform:translateX(-50%);";case"top-right":return"top:0;right:0;";case"middle-left":return"top:50%;left:0;transform:translateY(-50%);";case"center":return"top:50%;left:50%;transform:translate(-50%,-50%);";case"middle-right":return"top:50%;right:0;transform:translateY(-50%);";case"bottom-left":return"bottom:0;left:0;";case"bottom-center":return"bottom:0;left:50%;transform:translateX(-50%);";case"bottom-right":return"bottom:0;right:0;";case"top-left":default:return"top:0;left:0;"}}function ua(t,e,r){let o=!la[t.tagName]?t:t.parentElement||document.body;try{getComputedStyle(o).position==="static"&&(o.style.position="relative")}catch(l){}if(o===t){e.style.cssText="position:absolute;z-index:2147483000;"+sa(r),t.appendChild(e);return}e.style.cssText="position:absolute;z-index:2147483000;",o.appendChild(e);let i=()=>{try{let l=t.getBoundingClientRect(),p=o.getBoundingClientRect(),d=e.offsetWidth,m=e.offsetHeight,h=l.top-p.top+o.scrollTop,x=l.left-p.left+o.scrollLeft,f=r||"top-left",v=h,K=x;f.indexOf("bottom")===0?v=h+l.height-m:(f.indexOf("middle")===0||f==="center")&&(v=h+(l.height-m)/2),f.indexOf("right")>=0?K=x+l.width-d:f.indexOf("center")>=0&&(K=x+(l.width-d)/2),e.style.top=v+"px",e.style.left=K+"px"}catch(l){}};i();let a=()=>i();window.addEventListener("resize",a);let c=setTimeout(i,600),s=setTimeout(i,1500),u=null;try{if(t.tagName==="IMG"&&!t.complete&&t.addEventListener("load",i,{once:!0}),typeof ResizeObserver=="function"){u=new ResizeObserver(()=>i());try{u.observe(t)}catch(l){}try{u.observe(o)}catch(l){}}}catch(l){}e.__mkCleanup=()=>{window.removeEventListener("resize",a),clearTimeout(c),clearTimeout(s);try{t.removeEventListener("load",i)}catch(l){}try{u&&u.disconnect()}catch(l){}}}function da(t,e,r){e.style.cssText="position:absolute;z-index:100;",document.body.appendChild(e);let n=()=>{try{let d=t.getBoundingClientRect(),m=e.offsetWidth,h=e.offsetHeight,x=r||"top-left",f=d.top+window.scrollY,v=d.left+window.scrollX;x.indexOf("bottom")===0?f=d.bottom+window.scrollY-h:(x.indexOf("middle")===0||x==="center")&&(f=d.top+window.scrollY+(d.height-h)/2),x.indexOf("right")>=0?v=d.right+window.scrollX-m:x.indexOf("center")>=0&&(v=d.left+window.scrollX+(d.width-m)/2),e.style.top=Math.round(f)+"px",e.style.left=Math.round(v)+"px"}catch(d){}};n();let o=0,i=!1,a=()=>{o=Date.now()+450,!i&&(i=!0,function d(){n(),Date.now()<o?requestAnimationFrame(d):i=!1}())},c=()=>n();window.addEventListener("resize",c),window.addEventListener("scroll",a,!0);let s=setTimeout(n,600),u=setTimeout(n,1500),l=null,p=null;try{t.tagName==="IMG"&&!t.complete&&t.addEventListener("load",n,{once:!0});let d=t.querySelector&&t.querySelector("img");if(d&&!d.complete&&d.addEventListener("load",n,{once:!0}),typeof ResizeObserver=="function"){l=new ResizeObserver(()=>n());try{l.observe(t)}catch(x){}}let m=t.parentElement,h=null;for(let x=0;x<8&&m;x++){let f=getComputedStyle(m);if(f.transform&&f.transform!=="none"||/swiper|slick|flick|carousel|glide|splide|slider/i.test((m.className||"").toString())){h=m;break}m=m.parentElement}h&&typeof MutationObserver=="function"&&(p=new MutationObserver(a),p.observe(h,{attributes:!0,attributeFilter:["style","class"]}))}catch(d){}e.__mkCleanup=()=>{window.removeEventListener("resize",c),window.removeEventListener("scroll",a,!0),clearTimeout(s),clearTimeout(u);try{l&&l.disconnect()}catch(d){}try{p&&p.disconnect()}catch(d){}}}function fa(t,e,r){try{return t.insertAdjacentElement(r||"afterend",e),!0}catch(n){try{return t.parentNode.insertBefore(e,t.nextSibling),!0}catch(o){return!1}}}async function k(t){let e=w(),r=null;if(t!=="pdp"){mt(),aa();return}if(!e.projectId)return;if(ia(),!e._anchorFromPicker){let l=await B(),p=ot(),d=l&&l.main,m=l&&l.anchors,h=l&&l.cards;if(p&&p.tryOnButton){let f=Ut(p.tryOnButton)||{};f.main&&(d=Object.assign({},d||e.anchor||{},f.main),r=d),f.anchors&&(m=f.anchors),f.cards&&(h=f.cards)}d&&(e.anchor=d),m&&(e.anchors=m),h&&(e.cards=h);let x=!!(e.anchor&&(e.anchor.desktop||e.anchor.mobile||e.anchor.tablet||e.anchor.selector));if(!e.forceButton&&!(l&&l.main)&&!x){mt(),l===null&&Oe<3&&(Oe++,setTimeout(()=>k(t),1500));return}Oe=0}if(je)return;let n=ze(),o=n&&n.value,i=!!e.forceButton,a=l=>l?[l.selector,l.position,l.mode,l.align,l.style].join("~"):"heuristic",c=Array.isArray(e.anchors)?e.anchors:[],s=[o||"demo",a(dt(e.anchor))].concat(c.map(l=>a(dt(l)))).join("|"),u=L;if(!(u&&u.isConnected&&Kt===s)){if(u&&mt(),!o&&!i){g("auto-mount: SKU n\xE3o resolvido na PDP"),Be<10&&(Be++,setTimeout(()=>k(t),800));return}if(Be=0,!i&&e.anchor&&dt(e.anchor)&&!zt(e.anchor)&&Ne<12){Ne++,setTimeout(()=>k(t),600);return}Ne=0,je=!0;try{let l=i;i||(Q[o]||(Q[o]=U(e.projectId,o).then(f=>!!(f&&f.available)).catch(()=>!1)),l=await Q[o]);try{rr(l?"available":"unavailable")}catch(f){}if(!l){g("auto-mount: produto sem try-on",o);return}if(ot().holdout){mt(),g("auto-mount: holdout \u2014 bot\xE3o suprimido");return}let p=await B(),d=window.matchMedia("(max-width: 767px)").matches,m=ft(r||p&&p.main||e.anchor||{},d),h=()=>{let f=ze(),v=f&&f.value||o||"";at(),y("button_clicked",{sku:v,style:m.style}),ut({projectId:e.projectId,identifier:v})},x=un();L=Ue(x,m,h),O=[];for(let f=0;f<c.length;f++){let v=c[f],K=zt(v);if(!K)continue;let _n=p&&p.anchors&&p.anchors[f]||v,$e=Ue(K,ft(_n,d),h);$e&&O.push($e)}Kt=s,ca(),g("auto-mount: bot\xE3o",{style:m.style,sku:o,mounted:!!L,extras:O.length,forced:i}),(L||O.length)&&y("button_rendered",{style:m.style,sku:o||null,skuSource:n&&n.source,anchorFound:!!x,position:x?x.position:null,mode:x?x.mode:null,extras:O.length,forced:i})}finally{je=!1}}}function Ue(t,e,r){let n=t&&t.mode||"flow",o=wn(e,r);if(!o)return null;let i=document.createElement("div");i.id=ta(),ea(i,{mode:"closed"}).appendChild(o),["click","mousedown","mouseup","pointerdown","pointerup","touchstart"].forEach(s=>{try{i.addEventListener(s,u=>{u.stopPropagation()},!1)}catch(u){}});let c=!1;if(t&&t.el&&t.el.parentNode&&(n==="overlay"?(t.detached?da(t.el,i,t.align):ua(t.el,i,t.align),c=!0):(i.style.cssText="display:contents;",c=fa(t.el,i,t.position))),c||(i.style.cssText="position:fixed;left:16px;bottom:16px;z-index:2147483000;",document.body.appendChild(i)),t&&t.style){let s=na(t.style);if(s){if(n==="overlay"){let u=s.match(/(?:^|;)\s*z-index\s*:\s*([^;]+)/i);if(u)try{i.style.zIndex=u[1].trim()}catch(l){}}try{o.style.cssText+=";"+s}catch(u){}}}return i}function bn(){try{let t=w(),e={anchor:t.anchor,anchors:t.anchors,cards:t.cards,forceButton:t.forceButton},r={},n=i=>({desktop:i,tablet:i,mobile:i}),o=(i,a,c)=>{i=i||{};let s=d=>a===d?c:r[d];t.anchor=s("primary")?n(s("primary")):i.main||null;let u=Array.isArray(i.anchors)?i.anchors:[],l=u.length;Object.keys(r).concat(a?[a]:[]).forEach(d=>{d&&d.indexOf("extra-")===0&&(l=Math.max(l,(parseInt(d.slice(6),10)||0)+1))});let p=[];for(let d=0;d<l;d++){let m=s("extra-"+d);p[d]=m?n(m):u[d]||null}t.anchors=p,t._anchorFromPicker=!0,t.forceButton=!0};window.addEventListener("message",i=>{if(i.source!==window)return;let a=i.data;if(!(!a||!a.__mkCmd)){if(a.__mkCmd==="getButtons"){B().then(c=>{let s=c&&Array.isArray(c.anchors)?c.anchors.length:0;try{window.postMessage({__mkButtons:{extras:s,hasMain:!!(c&&c.main)}},"*")}catch(u){}});return}if(a.__mkCmd==="previewSlot"){B().then(c=>{o(c,a.slot||"primary",a.live),k("pdp")});return}if(a.__mkCmd==="saveSlot"){a.slot&&a.live&&(r[a.slot]=a.live),B().then(c=>{o(c),k("pdp")});return}if(a.__mkCmd==="galleryPreview"){t.cards=a.cards||null,t._anchorFromPicker=!0,t.forceButton=!0,tt(),Ht("category");return}if(a.__mkCmd==="applyRecipe"){B().then(c=>{o(c),a.cards!==void 0&&(t.cards=a.cards||null),k("pdp"),t.cards&&(tt(),Ht("category"))});return}if(a.__mkCmd==="cancelPreview"){Object.keys(r).length?B().then(c=>{o(c),k("pdp")}):(t.anchor=e.anchor,t.anchors=e.anchors,t.cards=e.cards,t._anchorFromPicker=!1,t.forceButton=e.forceButton,mt(),tt(),k("pdp"));return}}})}catch(t){}}var $=null,yt=null,Fe=null,gt=new Map;function pa(t,e){try{if(e.skuAttr){let o=e.skuSelector?t.querySelector(e.skuSelector):t,i=o&&o.getAttribute(e.skuAttr);if(i)return String(i).trim()}if(e.skuSelector&&!e.skuAttr){let o=t.querySelector(e.skuSelector),i=o&&(o.getAttribute("content")||o.textContent||"").trim();if(i)return i}let r=t.querySelector(e.linkSelector||"a[href]"),n=r&&r.getAttribute("href");if(n){let o=n.match(/-p(\d+)|[?&]variant=(\d+)|\/produtos?\/([\w-]+)|\/products?\/([\w-]+)|-(\d+)(?:[/?#]|$)/);if(o)return o[1]||o[2]||o[3]||o[4]||o[5]}}catch(r){}return null}async function ma(t,e,r){if(gt.has(t))return;let n=!!w().forceButton,o=pa(t,e);if(!o&&!n)return;let i=n;if(i||(Q[o]||(Q[o]=U(w().projectId,o).then(l=>!!(l&&l.available)).catch(()=>!1)),i=await Q[o]),!i||gt.has(t)||!t.isConnected)return;let c={el:e.anchorWithin&&t.querySelector(e.anchorWithin)||t,mode:e.mode||"overlay",align:e.align||"top-left",position:e.position||"afterbegin",style:e.injectStyle||e.style||"",detached:!0},u=Ue(c,r,()=>{at(),y("button_clicked",{sku:o,gallery:!0,style:r.style}),ut({projectId:w().projectId,identifier:o})});u&&(gt.set(t,u),y("button_rendered",{gallery:!0,sku:o,style:r.style}))}function qe(t){try{document.querySelectorAll(t.cardSelector).forEach(e=>{e.__mkCard||(e.__mkCard=!0,$.observe(e))})}catch(e){}}function tt(){if($){try{$.disconnect()}catch(t){}$=null}if(yt){try{yt.disconnect()}catch(t){}yt=null}clearTimeout(Fe),gt.forEach(t=>De(t)),gt.clear()}async function Ht(t){let e=w();if(t==="pdp"||t==="cart"||t==="checkout"||t==="purchase"){tt();return}if(!e.projectId)return;let r=await B(),n=e.cards||r&&r.cards||null;if(!n||!n.cardSelector){tt();return}if($){qe(n);return}if(typeof IntersectionObserver!="function")return;let o=ft(n,window.matchMedia("(max-width: 767px)").matches);if(o.style==="none"){tt();return}$=new IntersectionObserver(i=>{for(let a of i)a.isIntersecting&&($.unobserve(a.target),ma(a.target,n,o))},{rootMargin:"300px"}),qe(n);try{yt=new MutationObserver(()=>{clearTimeout(Fe),Fe=setTimeout(()=>qe(n),250)}),yt.observe(document.body,{childList:!0,subtree:!0})}catch(i){}g("auto-mount galeria ativa",{cardSelector:n.cardSelector})}(function(){"use strict";try{let r=function(){try{ar(),bn(),Zr(),e.autoTrack!==!1&&(Pr((o,i)=>{Ur(o,i),k(o),Ht(o)}),Kr(),$r()),g("mk-sdk iniciado",{projectId:e.projectId,collectorUrl:e.collectorUrl})}catch(o){e.debug&&console.error("[mk-sdk] init erro",o)}},e=Wt();if(e.projectId){let o=ur(e.projectId);o&&re(o),X().then(i=>{let a=lr(i);re(a),dr(e.projectId,a),g("escopo de coleta",a);try{bt(i,e.projectId,e.product)}catch(c){}})}document.readyState==="loading"?document.addEventListener("DOMContentLoaded",r):r();let n={open:ut,close:qt,isAvailable:Xr,getAvailability:U,onReady:en,onClose:rn,onAddToCart:nn,onProductLoaded:on,onError:an,onInteraction:cn,onGenerationComplete:ln,testCart:Ar,experiments:Gt,resetExperiments:Ge,_version:te,_isMkSdk:!0};typeof window!="undefined"&&(window.mk=n)}catch(e){typeof console!="undefined"&&console.error("[mk-sdk] boot fatal",e)}})();})();
1
+ (()=>{var Cn=Object.defineProperty;var C=(t,e)=>{for(var r in e)Cn(t,r,{get:e[r],enumerable:!0})};var Wt={collectorUrl:"https://api-collector.mk3dlabs.com",appUrl:"https://mkfashion.mk3dlabs.com/visualizer",apiUrl:"https://mkfashion-new-api.mk3dlabs.com"},Sn={},et=null;function Gt(){if(et)return et;let t=null;try{t=document.currentScript||document.querySelector("script[data-mk-project]")||document.querySelector('script[src*="mk-sdk"]')||document.querySelector('script[src*="mk-pixel"]')}catch(i){}let e=i=>{try{return t&&t.getAttribute(i)}catch(a){return null}},r=e("data-mk-project")||e("data-mk-client")||window.__MK&&(window.__MK.projectId||window.__MK.clientSlug)||null,n=e("data-mk-product")||window.__MK&&window.__MK.product||"mk-fashion",o=e("data-mk-collector")||window.__MK&&window.__MK.collectorUrl||Sn.collectorUrl||Wt.collectorUrl;return et={projectId:r,product:n,collectorUrl:o,appUrl:window.__MK&&window.__MK.appUrl||Wt.appUrl,apiUrl:window.__MK&&window.__MK.apiUrl||Wt.apiUrl,debug:!!(e("data-mk-debug")!==null||window.__MK&&window.__MK.debug||/[?&]mkdebug\b/.test(location.search)),observe:!!(window.__MK&&window.__MK.observe),forceButton:!!(window.__MK&&window.__MK.forceButton),anchor:window.__MK&&window.__MK.anchor||null,anchors:window.__MK&&window.__MK.anchors||null,cards:window.__MK&&window.__MK.cards||null,modalWidth:window.__MK&&window.__MK.modalWidth||null,modalHeight:window.__MK&&window.__MK.modalHeight||null,cartRedirect:!(window.__MK&&window.__MK.cartRedirect===!1),cartBehavior:window.__MK&&window.__MK.cartBehavior||null,cartOpenSelector:window.__MK&&window.__MK.cartOpenSelector||null,autoTrack:e("data-mk-no-autotrack")===null,batchIntervalMs:window.__MK&&window.__MK.batchIntervalMs||8e3,batchMaxSize:window.__MK&&window.__MK.batchMaxSize||20,engagementIntervalMs:15e3},et}function w(){return et||Gt()}function g(...t){let e=w();e&&e.debug&&typeof console!="undefined"&&console.log("[mk-sdk]",...t)}var He="_mk_vid",Ve="_mk_sid",rt=null,nt=null;function wt(){return typeof crypto!="undefined"&&crypto.randomUUID?crypto.randomUUID():"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,t=>{let e=Math.random()*16|0;return(t==="x"?e:e&3|8).toString(16)})}function xt(){if(rt)return rt;try{let t=localStorage.getItem(He);return t||(t="v_"+wt(),localStorage.setItem(He,t)),rt=t,t}catch(t){return rt="v_"+wt(),rt}}function We(){if(nt)return nt;try{let t=sessionStorage.getItem(Ve);return t||(t="s_"+wt(),sessionStorage.setItem(Ve,t)),nt=t,t}catch(t){return nt="s_"+wt(),nt}}var H=[],Ge=!1;function Jt(t){let e=2166136261;for(let r=0;r<t.length;r++)e^=t.charCodeAt(r),e=Math.imul(e,16777619)>>>0;return(e>>>0)/4294967296}function Tn(){let t=typeof navigator!="undefined"&&navigator.userAgent||"";return/iPad|Tablet|PlayBook|Silk/i.test(t)||/Android/i.test(t)&&!/Mobile/i.test(t)?"tablet":/Mobi|Android|iPhone|iPod|Windows Phone|BlackBerry/i.test(t)?"mobile":"desktop"}function An(){try{return localStorage.getItem("_mk_seen")?!0:(localStorage.setItem("_mk_seen",String(Date.now())),!1)}catch(t){return!1}}function En(t,e){let r=t.product||"mk-fashion";return r==="ambos"||r===(e||"mk-fashion")}function In(t,e){let r=t.targeting||{};return!(Array.isArray(r.device)&&r.device.length&&r.device.indexOf(e.device)<0||r.audience==="new"&&e.returning||r.audience==="returning"&&!e.returning)}function Ln(t,e){let r=t.traffic==null?100:Number(t.traffic);return r>=100?!0:r<=0?!1:Jt(e+"|"+t.id+"|t")*100<r}function Mn(t,e){let r=(t.variants||[]).filter(a=>a&&a.key),n=r.reduce((a,c)=>a+(Number(c.weight)||0),0);if(n<=0)return null;let o=Jt(e+"|"+t.id)*n,i=0;for(let a=0;a<r.length;a++)if(i+=Number(r[a].weight)||0,o<i)return r[a];return r[r.length-1]}function Pn(t,e,r){let n="mk_exp_"+e+"_"+t.id,o=c=>(t.variants||[]).filter(s=>s&&s.key===c)[0]||null,i=null;try{i=localStorage.getItem(n)}catch(c){}if(i&&o(i))return o(i);let a=Mn(t,r);if(a)try{localStorage.setItem(n,a.key)}catch(c){}return a}function bt(t,e,r){if(Ge)return;Ge=!0;let n=t&&Array.isArray(t.experiments)?t.experiments:[];if(!n.length)return;let o=xt(),i={device:Tn(),returning:An()},a=n.filter(u=>u&&u.status==="running"&&En(u,r)&&In(u,i)&&Ln(u,o));if(!a.length){g("[A/B] "+n.length+" experimento(s) configurado(s); nenhum eleg\xEDvel p/ este visitante (status/targeting/tr\xE1fego/produto)");return}let c=a.filter(u=>u.coexist==="exclusive"),s;if(c.length){let u=Math.min(c.length-1,Math.floor(Jt(o+"|excl")*c.length));s=[c[u]]}else s=a;for(let u=0;u<s.length;u++){let l=s[u],p=Pn(l,e||"",o);p&&H.push({exp:l.id,var:p.key,control:!!p.control,overrides:p.overrides||{}})}H.length&&g("[A/B] variante(s) ativa(s):",Xt())}function Je(){return H.map(t=>({exp:t.exp,var:t.var}))}function Xt(){return H.map(t=>({exp:t.exp,variant:t.var,control:t.control,holdout:!!(t.overrides&&t.overrides.holdout)}))}function Xe(){try{let t=[];for(let e=0;e<localStorage.length;e++){let r=localStorage.key(e);r&&(r.indexOf("mk_exp_")===0||r==="_mk_vid"||r==="_mk_seen")&&t.push(r)}t.forEach(e=>{try{localStorage.removeItem(e)}catch(r){}}),g("[A/B] reset \u2014 "+t.length+" chave(s) apagada(s); recarregando p/ re-sortear")}catch(t){}try{typeof location!="undefined"&&location.reload&&location.reload()}catch(t){}}function ot(){let t={holdout:!1,tryOnButton:null,modalWidth:null,modalHeight:null};for(let e=0;e<H.length;e++){let r=H[e];if(r.control)continue;let n=r.overrides||{};n.holdout&&(t.holdout=!0),n.tryOnButton&&(t.tryOnButton=n.tryOnButton),n.modalWidth&&(t.modalWidth=n.modalWidth),n.modalHeight&&(t.modalHeight=n.modalHeight)}return t}var Ye=[/email/i,/e-?mail/i,/cpf/i,/cnpj/i,/phone/i,/telefone/i,/celular/i,/address/i,/endereco/i,/cep/i,/zip/i,/card/i,/cartao/i,/cvv/i,/password/i,/senha/i,/token/i,/\bnome\b/i,/fullname/i,/firstname/i,/lastname/i,/sobrenome/i,/birth/i,/nascimento/i,/rg\b/i],Ze={imageUrl:1,image:1,thumbnail:1,photo:1,imageBase64:1,src:1},Yt=2e3;function Qe(t){for(let e=0;e<Ye.length;e++)if(Ye[e].test(t))return!0;return!1}function Zt(t){if(!t||typeof t!="object"||Array.isArray(t))return typeof t=="string"&&t.length>Yt?t.slice(0,200)+"...[truncated "+t.length+"B]":t;let e={};for(let r in t){if(!Object.prototype.hasOwnProperty.call(t,r)||Qe(r))continue;let n=t[r];if(Ze[r]){e[r+"Present"]=!!n;continue}if(typeof n=="string"&&n.length>Yt){e[r]=n.slice(0,200)+"...[truncated "+n.length+"B]";continue}if(n&&typeof n=="object"&&!Array.isArray(n)){e[r]=Rn(n);continue}e[r]=n}return e}function Rn(t){let e={};for(let r in t){if(!Object.prototype.hasOwnProperty.call(t,r)||Qe(r))continue;let n=t[r];if(Ze[r]){e[r+"Present"]=!!n;continue}if(typeof n=="string"&&n.length>Yt){e[r]=n.slice(0,200)+"...[truncated]";continue}e[r]=n}return e}var _t=[],Qt=null,W=null,ee="1.1.108",jn=["off","pdp_tryon","pdp","all","tryon_engaged"],it,te=null,J="unknown",G=[],V=null;function er(){let t=w();return"mk_engaged_"+(t&&t.projectId||"")}function re(){if(V!==null)return V;try{V=localStorage.getItem(er())==="1"}catch(t){V=!1}return V}function at(){if(!re()){V=!0;try{localStorage.setItem(er(),"1")}catch(t){}vt(!1)}}var On=/^purchase$/;function rr(t,e){if(it===void 0)return"hold";if(it==="off")return"drop";if(it==="all"||e&&On.test(e))return"collect";switch(it){case"pdp":return t==="pdp"?"collect":"drop";case"tryon_engaged":if(re())return"collect";case"pdp_tryon":return t!=="pdp"?"drop":J==="available"?"collect":J==="unavailable"?"drop":"hold";default:return"collect"}}function vt(t){if(!G.length)return;let e=[];for(let r of G){let n=rr(r._pt,r.name);n==="collect"?ir(r.name,r.params,r.ts):n==="hold"&&!t&&e.push(r)}G=e}function ne(t){it=jn.indexOf(t)>=0?t:"all",vt(!1)}function nr(t){J=t==="available"?"available":"unavailable",vt(!1)}function or(t){vt(!0),W=t,te=t&&t.pageType||null,J="unknown"}function y(t,e,r){if(!w().projectId){(y._pre=y._pre||[]).push({name:t,params:e,ts:r||Date.now()}),y._pre.length>50&&y._pre.shift();return}if(y._pre&&y._pre.length){let o=y._pre;y._pre=[];for(let i of o)tr(i.name,i.params,i.ts)}tr(t,e,r)}function tr(t,e,r){let n=rr(te,t);if(Bn(t,e,n),n==="collect"){ir(t,e,r);return}if(n==="drop"){g("descartado (escopo)",t);return}G.push({name:t,params:e,ts:r||Date.now(),_pt:te}),G.length>300&&G.shift()}function Bn(t,e,r){if(w().observe)try{window.postMessage({__mkpixel:!0,event:{name:"page_"+ar(t),params:Zt(e||{})},site:W?{pageType:W.pageType,platform:W.platform,url:W.url}:null,gate:r},"*")}catch(o){}}function ir(t,e,r){let n=w(),o=Zt(e||{}),i="page_"+ar(t);if(_t.push({name:i,ts:r||Date.now(),params:o}),g("queued",t,o),_t.length>=n.batchMaxSize){q();return}Qt||(Qt=setTimeout(()=>{Qt=null,q()},n.batchIntervalMs))}function ar(t){if(typeof t!="string"||!t)return"unknown";let e=t.replace(/^on/,"");return e=e.replace(/[A-Z]/g,(r,n)=>(n>0?"_":"")+r.toLowerCase()),e.indexOf("page_")===0&&(e=e.slice(5)),e}function q(t){if(_t.length===0)return;let e=w();if(!e.projectId||!e.collectorUrl)return;let r=_t.splice(0,50),n=J==="available"?!0:J==="unavailable"?!1:void 0,o=Je(),i=JSON.stringify({product:e.product||void 0,sdkVersion:ee,experiments:o.length?o:void 0,visitorId:xt(),sessionId:We(),engaged:re()||void 0,tryonAvailable:n,events:r,site:W||void 0}),a=e.collectorUrl+"/v1/track";try{fetch(a,{method:"POST",keepalive:!0,headers:{"Content-Type":"application/json","X-MK-Project-Id":e.projectId},body:i}).catch(()=>{})}catch(c){try{navigator.sendBeacon&&navigator.sendBeacon(a+"?projectId="+encodeURIComponent(e.projectId),new Blob([i],{type:"text/plain"}))}catch(s){}}}function cr(){try{window.addEventListener("pagehide",()=>q(!0)),window.addEventListener("beforeunload",()=>q(!0)),document.addEventListener("visibilitychange",()=>{document.hidden&&q(!0)})}catch(t){}}function S(t){let e=[];try{let r=document.querySelectorAll('script[type="application/ld+json"]');for(let n of r){let o;try{o=JSON.parse(n.textContent)}catch(a){continue}let i=[];Array.isArray(o)?i.push(...o):o["@graph"]?i.push(...o["@graph"]):i.push(o);for(let a of i){if(!a||!a["@type"])continue;let c=Array.isArray(a["@type"])?a["@type"]:[a["@type"]];(!t||t.some(s=>c.includes(s)))&&e.push(a)}}}catch(r){}return e}var lr=["off","pdp_tryon","pdp","all","tryon_engaged"],zn="all",qn=30*60*1e3,N=null;function X(){if(N)return N;let t=w();return!t.projectId||!t.apiUrl?(N=Promise.resolve(null),N):(N=fetch(t.apiUrl+"/projects/"+t.projectId).then(e=>{if(!e.ok)throw new Error("http "+e.status);return e.json()}).then(e=>e&&e.project||e||null).catch(()=>(N=null,null)),N)}function sr(t){let e=t&&t.analytic&&t.analytic.scope;return lr.indexOf(e)>=0?e:zn}var ur=t=>"mk_scope_"+t;function dr(t){try{let e=localStorage.getItem(ur(t));if(!e)return null;let r=JSON.parse(e);return!r||typeof r.exp!="number"||r.exp<Date.now()?null:lr.indexOf(r.scope)>=0?r.scope:null}catch(e){return null}}function fr(t,e){try{localStorage.setItem(ur(t),JSON.stringify({scope:e,exp:Date.now()+qn}))}catch(r){}}var ae={};C(ae,{addToCart:()=>Zn,detect:()=>Gn,getCartSummary:()=>Xn,id:()=>Vn,openCartDrawer:()=>Qn,resolveSku:()=>Jn,skipRedirect:()=>Wn});var Ct={};C(Ct,{addToCart:()=>Un,detect:()=>Dn,getCartSummary:()=>ie,id:()=>Nn,openCartDrawer:()=>Hn,resolveSku:()=>oe});var Nn="shopify";function Dn(){return!!(window.Shopify||window.ShopifyAnalytics)}function oe(){let t=window;return t.ShopifyAnalytics&&t.ShopifyAnalytics.meta&&t.ShopifyAnalytics.meta.product?{value:String(t.ShopifyAnalytics.meta.product.id),source:"shopify"}:null}var kt=t=>String(t==null?"":t).trim().toLowerCase();async function Un({size:t,color:e,sku:r,quantity:n}){let o=(location.pathname.split("/products/")[1]||"").split(/[?#]/)[0];if(!o)throw new Error("shopify: sem handle de produto na URL (n\xE3o \xE9 PDP?)");let a=(await fetch("/products/"+o+".js").then(f=>f.json())).variants||[],c=f=>[f.option1,f.option2,f.option3].concat(String(f.title||"").split("/")).map(kt).filter(Boolean),s=(f,v)=>c(f).indexOf(kt(v))>=0,u=f=>(!t||s(f,t))&&(!e||s(f,e)),l=null;if((t||e)&&(l=a.find(f=>u(f)&&f.available)||a.find(u)),!l&&r&&(l=a.find(f=>kt(f.sku)===kt(r))),l||(l=a.find(f=>f.available)||a[0]),!l)throw new Error("shopify: variante n\xE3o encontrada");let p=pr(),d=null;if(p&&typeof p.getSectionsToRender=="function")try{d=p.getSectionsToRender().map(f=>({id:f.id,selector:f.selector||"#"+f.id})).filter(f=>f.id)}catch(f){}let m={items:[{id:l.id,quantity:n||1}]};d&&d.length&&(m.sections=d.map(f=>f.id).join(","),m.sections_url=location.pathname);let h=await fetch("/cart/add.js",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(m)});if(!h.ok)throw new Error("shopify: /cart/add.js HTTP "+h.status);let x=await h.json().catch(()=>({}));return p&&d&&x.sections&&Fn(p,d,x.sections),{platform:"shopify",variantId:l.id,size:l.title,sku:l.sku||null}}function pr(){return document.querySelector("cart-drawer, cart-notification")}function Fn(t,e,r){for(let n of e){let o=r[n.id];if(o)try{let i=null;if(typeof t.getSectionInnerHTML=="function")i=t.getSectionInnerHTML(o,n.selector);else{let c=new DOMParser().parseFromString(o,"text/html").querySelector(n.selector);i=c?c.innerHTML:null}let a=document.querySelector(n.selector);a&&i!=null&&(a.innerHTML=i)}catch(i){}}}async function ie(){try{let t=await fetch("/cart.js",{headers:{Accept:"application/json"}}).then(e=>e.json());return{value:(Number(t.total_price)||0)/100,itemCount:Number(t.item_count)||0,currency:t.currency||null}}catch(t){return null}}var $n=["[data-cart-drawer-toggle]",'[data-action="open-cart-drawer"]','[data-action="open-cart"]',".js-cart-drawer-open",".js-drawer-open-cart",".cart-drawer-toggle",".js-cart-toggle",'[aria-controls="CartDrawer"]','[aria-controls="cart-drawer"]',"#cart-icon-bubble","#lk-cart-icon",".header__cart",".site-header__cart",".cart-link",".header-cart",'a[href="/cart"]','a[href$="/cart"]'];function Kn(t){try{let e=t.getBoundingClientRect();return e.width>0&&e.height>0&&getComputedStyle(t).visibility!=="hidden"}catch(e){return!1}}function Hn(){let t=pr();if(t&&typeof t.open=="function")return setTimeout(()=>{try{t.open()}catch(r){}},200),!0;let e=null;for(let r of $n)try{if(e=[...document.querySelectorAll(r)].find(Kn),e)break}catch(n){}return e?(setTimeout(()=>{try{e.click()}catch(r){}},300),!0):!1}var Vn="zerezes",Wn=!0;function Gn(){try{if(!(window.Shopify||window.ShopifyAnalytics))return!1;let t=window.Shopify&&window.Shopify.shop||"";return/(^|\.)zerezes\./i.test(location.hostname)||/cs-zerezes/i.test(t)}catch(t){return!1}}var Jn=oe,Xn=ie;function Yn(){let t=[...document.querySelectorAll(".lens-selection__button, [data-has-lens-basket]")];return t.find(e=>{let r=e.getBoundingClientRect();return r.width>0&&r.height>0})||t[0]||null}async function Zn(){let t=Yn();if(!t)throw new Error("zerezes: bot\xE3o de sele\xE7\xE3o de lentes n\xE3o encontrado");try{window.postMessage({source:"mkfashion-app",action:"close_request"},"*")}catch(e){}return setTimeout(()=>{try{t.click()}catch(e){}},250),{platform:"zerezes",nativeFlow:"lens-selection"}}function Qn(){return!0}var le={};C(le,{addToCart:()=>no,detect:()=>eo,getCartSummary:()=>oo,id:()=>to,resolveSku:()=>ro});var to="hybris";function eo(){return!!(window.ACC&&window.ACC.config)}function ro(){let t=(location.pathname||"").match(/\/p\/([^/?#]+)/);return t&&t[1]?{value:decodeURIComponent(t[1]),source:"hybris/url"}:null}var mr=t=>String(t==null?"":t).trim().toLowerCase();async function no({size:t,quantity:e}){let r=[...document.querySelectorAll('.js-product-select-size, a[data-code], [class*="select-size"]')].filter(m=>m.getAttribute&&m.getAttribute("data-code")),n=t?r.find(m=>mr(m.textContent)===mr(t)):null;n||(n=r.find(m=>m.offsetParent!==null)||r[0]);let o=n&&n.getAttribute("data-code");if(!o)throw new Error("hybris: variante (data-code) n\xE3o encontrada");let i=document.getElementById("product--add-to-cart-form")||document.querySelector('form[action*="/cart/add"]'),a=i&&i.querySelector('[name="CSRFToken"]'),c=a&&a.value,s=i&&i.getAttribute("action")||"/cart/add";if(!c)throw new Error("hybris: CSRFToken n\xE3o encontrado");let u=new URLSearchParams;u.set("productCodePost",o),u.set("qty",String(e||1)),u.set("CSRFToken",c);let l=await fetch(s,{method:"POST",headers:{"Content-Type":"application/x-www-form-urlencoded","X-Requested-With":"XMLHttpRequest"},body:u.toString()});if(!l.ok)throw new Error("hybris: "+s+" HTTP "+l.status);let p=null,d=null;try{let m=await l.clone().json(),h=m&&m.cartData;h&&(p=ce(h.total!=null?h.total:h.totalPrice),d=h.totalUnitCount!=null?Number(h.totalUnitCount):Array.isArray(h.products)?h.products.length:null)}catch(m){}return{platform:"hybris",productCode:o,size:n.textContent.trim(),cartValue:p,itemCount:d,currency:"BRL"}}function ce(t){if(t==null||t==="")return null;if(typeof t=="number")return Number.isFinite(t)?t:null;let e=String(t).replace(/[^\d.,]/g,"");if(!e)return null;let r=e.indexOf(",")>e.indexOf(".")?parseFloat(e.replace(/\./g,"").replace(",",".")):parseFloat(e.replace(/,/g,""));return Number.isFinite(r)?r:null}async function oo(){try{let t=await fetch("/cart/async?nocache="+Date.now(),{headers:{"X-Requested-With":"XMLHttpRequest"}}).then(a=>a.ok?a.text():"");if(!t)return null;let e=new DOMParser().parseFromString(t,"text/html"),r=e.querySelector(".minicart-total .price")||e.querySelector(".floating-cart--cart-total"),n=r?ce(r.textContent):null,o=e.querySelector(".mini-badge"),i=o?parseInt(o.textContent,10)||0:null;return n==null&&i==null?null:{value:n,itemCount:i,currency:"BRL"}}catch(t){}try{let t=[".minicart-total .price",".js-cart-total",".cart-total",".total-price",".grand-total"];for(let e of t){let r=document.querySelector(e),n=r&&ce(r.textContent);if(n)return{value:n,itemCount:null,currency:"BRL"}}}catch(t){}return null}var ue={};C(ue,{addToCart:()=>lo,addToCartBatch:()=>so,detect:()=>ao,getCartSummary:()=>uo,getFsCartStore:()=>Tt,id:()=>io,openCartDrawer:()=>co,resolveSku:()=>se});var io="vtex";function ao(){return!!(window.vtex||window.vtexjs||window.vtxctx||window.skuJson_0||window.__RUNTIME__||window.vtexaf||document.querySelector('link[href*="vtexassets"], script[src*="vtexassets"], link[href*="vteximg"], script[src*="vteximg"], img[src*="vteximg"]'))}function se(){let t=window;if(t.vtxctx&&t.vtxctx.skus&&t.vtxctx.skus[0])return{value:String(t.vtxctx.skus[0]),source:"vtex/vtxctx"};if(t.skuJson_0&&t.skuJson_0.skus&&t.skuJson_0.skus[0])return{value:String(t.skuJson_0.skus[0].sku),source:"vtex/skuJson"};try{let e=document.querySelector('meta[property="product:sku"]'),r=e&&(e.getAttribute("content")||"").trim();if(r)return{value:String(r),source:"vtex/og-sku"}}catch(e){}return null}var St=t=>String(t==null?"":t).trim().toLowerCase(),A;function Tt(){if(A!==void 0)return A;A=null;try{let t=Object.keys(window).find(o=>/^webpackChunk/.test(o));if(!t||!window[t]||typeof window[t].push!="function")return A;let e=null;try{window[t].push([["mk-cart-"+Math.random().toString(36).slice(2)],{},o=>{e=o}])}catch(o){}if(!e||!e.m)return A;let r=null;for(let o in e.m)try{let i=e.m[o].toString();if(i.indexOf("cart-storage")>=0&&i.indexOf("addToCart")>=0&&i.indexOf("toggleCart")>=0){r=o;break}}catch(i){}if(r==null)return A;let n=e(r);for(let o in n)try{let i=n[o];if(typeof i=="function"&&typeof i.getState=="function"){let a=i.getState();if(a&&typeof a.addToCart=="function"&&Array.isArray(a.items)){A=i;break}}}catch(i){}}catch(t){A=null}return A}function hr(t){try{let e=t&&t.totalizers||[];if(!e.length)return null;let r=e.reduce((n,o)=>n+(Number(o&&o.value)||0),0);return r>0?r/100:null}catch(e){return null}}async function yr(t,e){let r=Tt();if(!r)return null;let n=(Array.isArray(t)?t:[t]).map(s=>String(s)).filter(Boolean);if(!n.length||typeof r.getState().addToCart!="function")return null;let i=!1;for(let s=0;s<n.length;s++){let u=s===n.length-1;try{await r.getState().addToCart({id:n[s],seller:"1"},"mk-tryon",e||1,u),i=!0}catch(l){}}if(!i)return null;let a=r.getState(),c=(a.items||[]).reduce((s,u)=>s+(Number(u&&u.quantity)||1),0);return{platform:"vtex",skuId:n.join(","),itemCount:c||null,cartValue:hr(a),currency:a.currencyCode||"BRL",drawerHandled:!0}}function co(){try{let e=Tt();if(e){let r=e.getState();if(r&&r.cartOpen)return!0;if(typeof e.setState=="function")return e.setState({cartOpen:!0}),!0;if(r&&typeof r.toggleCart=="function")return r.toggleCart(),!0}}catch(e){}let t=['[data-testid="cart-toggle"]','button[aria-label="Abrir carrinho de compras"]','[class*="minicart" i] button','button[class*="minicart" i]','[class*="miniCart" i] button',".vtexsc-cart",".fn-minicart","#header-cart",'[class*="cartIcon" i]','[aria-label*="carrinho" i]','[aria-label*="sacola" i]','[data-testid*="cart" i] button'];for(let e of t)try{let r=document.querySelector(e);if(r)return r.click(),!0}catch(r){}return!1}async function gr(t,e){let r=Array.isArray(t)?t:[t],n=r.map(p=>({id:parseInt(p,10),quantity:e||1,seller:"1"})).filter(p=>Number.isFinite(p.id));if(!n.length)throw new Error("vtex: nenhum skuId v\xE1lido");let o=location.origin,i=await fetch(o+"/api/checkout/pub/orderForm",{headers:{accept:"application/json"},credentials:"include"}).then(p=>p.json()),a=i&&i.orderFormId;if(!a)throw new Error("vtex: orderFormId indispon\xEDvel");let c=await fetch(o+"/api/checkout/pub/orderForm/"+encodeURIComponent(a)+"/items",{method:"POST",headers:{"content-type":"application/json",accept:"application/json"},credentials:"include",body:JSON.stringify({orderItems:n})}).then(p=>p.json()),s=c&&typeof c.value=="number"?c.value/100:null,u=Array.isArray(c&&c.items)?c.items.reduce((p,d)=>p+(Number(d.quantity)||1),0):null,l=c&&c.storePreferencesData&&c.storePreferencesData.currencyCode||"BRL";return{platform:"vtex",skuId:r.map(String).join(","),cartValue:s,itemCount:u,currency:l}}async function lo(t){t=t||{};let{size:e,sku:r,quantity:n}=t,o=window.skuJson_0&&window.skuJson_0.skus||[];if(o.length&&window.vtexjs&&window.vtexjs.checkout&&window.vtexjs.checkout.addToCart){let s=l=>St(l.skuname)===St(e)||l.dimensions&&Object.values(l.dimensions).some(p=>St(p)===St(e)),u=e?o.find(l=>s(l)&&l.available)||o.find(s):null;if(u||(u=o.find(l=>l.available)||o[0]),!u)throw new Error("vtex: variante n\xE3o encontrada");return await window.vtexjs.checkout.addToCart([{id:parseInt(u.sku,10),quantity:n||1,seller:"1"}]),{platform:"vtex",skuId:u.sku,size:u.skuname||e}}let i=se(),a=r||i&&i.value||null;if(!a)throw new Error("vtex: skuId n\xE3o resolvido (IO)");let c=await yr(a,n);return c||gr(a,n)}async function so(t){let e=(t||[]).map(n=>n&&(n.sku||(se()||{}).value)).filter(Boolean);if(!e.length)throw new Error("vtex: nenhum skuId pro batch");let r=await yr(e,1);return r?Object.assign({count:e.length},r):window.skuJson_0&&window.vtexjs&&window.vtexjs.checkout&&window.vtexjs.checkout.addToCart?(await window.vtexjs.checkout.addToCart(e.map(n=>({id:parseInt(n,10),quantity:1,seller:"1"}))),{platform:"vtex",count:e.length}):gr(e,1)}async function uo(){try{let t=Tt();if(t){let e=t.getState(),r=hr(e),n=(e.items||[]).reduce((o,i)=>o+(Number(i&&i.quantity)||1),0);if(r!=null||n)return{value:r,itemCount:n,currency:e.currencyCode||"BRL"}}}catch(t){}try{let t=window.vtexjs&&window.vtexjs.checkout&&window.vtexjs.checkout.orderForm;if(t&&typeof t.value=="number"){let e=t.storePreferencesData&&t.storePreferencesData.currencyCode||"BRL",r=(t.items||[]).reduce((n,o)=>n+(Number(o.quantity)||1),0);return{value:t.value/100,itemCount:r,currency:e}}}catch(t){}try{let t=await fetch(location.origin+"/api/checkout/pub/orderForm",{headers:{accept:"application/json"},credentials:"include"}).then(e=>e.json());if(t&&typeof t.value=="number"){let e=(t.items||[]).reduce((r,n)=>r+(Number(n.quantity)||1),0);return{value:t.value/100,itemCount:e,currency:t.storePreferencesData&&t.storePreferencesData.currencyCode||"BRL"}}}catch(t){}return null}var de={};C(de,{addToCart:()=>yo,detect:()=>mo,getCartSummary:()=>wo,id:()=>fo,openCartDrawer:()=>go,resolveSku:()=>ho,skipRedirect:()=>po});var fo="nuvemshop",po=!0;function mo(){return!!(window.LS&&(window.LS.cart||window.LS.addToCart))}function ho(){try{let t=window.LS,e=t&&t.variants||[],r=document.querySelector('[name="variant_id"]'),n=r&&r.value?e.find(o=>String(o.id)===String(r.value)):null;if(n||(n=e.find(o=>o.available!==!1&&o.sku)||e.find(o=>o.sku)||e[0]),n&&n.sku)return{value:String(n.sku),source:"nuvemshop/variant"};if(t&&t.product&&t.product.sku)return{value:String(t.product.sku),source:"nuvemshop/product"}}catch(t){}return null}var At=t=>String(t==null?"":t).trim().toLowerCase();async function yo({size:t,quantity:e,productId:r}){if(r&&!document.getElementById("product_form")){let c=String(r).replace(/["\\]/g,""),s=document.querySelector('[data-product-id="'+c+'"]'),u=s&&s.querySelector("form[action]"),l=u&&u.getAttribute("action")||"/comprar/",p=window.LS;if(p&&typeof p.addToCartEnhanced=="function")try{let h=document.createElement("form");h.setAttribute("action",l),h.setAttribute("method","post");let x=document.createElement("input");return x.type="hidden",x.name="add_to_cart",x.value=c,h.appendChild(x),document.body.appendChild(h),p.addToCartEnhanced(h),setTimeout(()=>{try{h.remove()}catch(f){}},3e3),{platform:"nuvemshop",productId:c,via:"gallery-enhanced"}}catch(h){}let d=!1,m=null;try{let x=await(await fetch(l,{method:"POST",headers:{"Content-Type":"application/x-www-form-urlencoded","X-Requested-With":"XMLHttpRequest"},body:"add_to_cart="+encodeURIComponent(c)+"&quantity="+(e||1)})).json().catch(()=>({}));d=!!x.success,m=x.error_code||null}catch(h){}return{platform:"nuvemshop",productId:c,via:"gallery",added:d,reason:m}}let n=document.getElementById("product_form")||document.querySelector('.js-product-form, form[action*="/comprar"]');if(!n)throw new Error("nuvemshop: #product_form n\xE3o encontrado");t&&n.querySelectorAll('select[name^="variation"]').forEach(c=>{let s=[...c.options].find(u=>At(u.textContent).includes(At(t))||At(u.value)===At(t));s&&(c.value=s.value,c.dispatchEvent(new Event("change",{bubbles:!0})))});let o=n.querySelector('[name="quantity"]');o&&e&&(o.value=String(e)),await new Promise(c=>setTimeout(c,400));let i=n.querySelector(".js-addtocart")||document.querySelector(".js-addtocart");return i?i.click():typeof n.requestSubmit=="function"?n.requestSubmit():n.submit(),await new Promise(c=>setTimeout(c,1200)),{platform:"nuvemshop",variantId:(n.querySelector('[name="variant_id"]')||{}).value||null}}function go(){try{if([...document.querySelectorAll('#ajax-cart-details, .modal-cart, [class*="cart-modal" i], [class*="modal-cart" i]')].find(o=>{try{return o.getBoundingClientRect().width>0&&getComputedStyle(o).display!=="none"}catch(i){return!1}}))return!0;let r=[...document.querySelectorAll('[data-toggle="#modal-cart"], [data-toggle*="cart" i], #ajax-cart a.js-modal-open, .cart-summary a.js-modal-open, .js-toggle-cart')],n=r.find(o=>{let i=o.getBoundingClientRect();return i.width>0&&i.height>0})||r[0];if(n)return setTimeout(()=>{try{n.click()}catch(o){}},300),!0;if(window.LS&&typeof window.LS.toggleCart=="function")return setTimeout(()=>{try{window.LS.toggleCart()}catch(o){}},300),!0}catch(t){}return!1}function wo(){try{let t=window.LS,e=t&&t.cart;if(!e)return null;let r=t.currency&&t.currency.code||"BRL",n=Array.isArray(e.items)?e.items.reduce((i,a)=>i+(Number(a.quantity)||1),0):Number(e.items)||0,o=e.subtotal!=null?Number(e.subtotal):null;return{value:o!=null?o/100:null,itemCount:n,currency:r}}catch(t){return null}}var fe={};C(fe,{addToCart:()=>So,detect:()=>_o,getCartSummary:()=>To,id:()=>xo,openCartDrawer:()=>Eo,resolveSizes:()=>Co,resolveSku:()=>vo,skipRedirect:()=>bo});var xo="wake",bo=!0;function _o(){return!!(window.StorefrontClient||typeof window.addOrCreateCheckout=="function"||typeof window.addToCartClick=="function")}function vo(){try{let t=document.querySelector('input[name="product-id"], [data-product-id]'),e=t?t.value||t.getAttribute("data-product-id"):null;if(e)return{value:String(e).trim(),source:"wake/product-id"};let r=(location.pathname||"").match(/-(\d+)\/?(?:[?#]|$)/);if(r)return{value:r[1],source:"wake/url"}}catch(t){}return null}var wr=t=>String(t==null?"":t).trim().toLowerCase(),ko=t=>/^\d{1,3}([.,]\d)?$/.test(t)||/^(PP|P|M|G|GG|XG|XGG|XXG|EG|EGG|UN|U)$/i.test(t);function Co(){try{let t=[];for(let e of document.querySelectorAll("input[attribute-value]")){if(e.disabled)continue;let r=String(e.getAttribute("attribute-value")||"").trim();r&&ko(r)&&!t.includes(r)&&t.push(r)}return t}catch(t){return[]}}var Et=()=>{var t,e;return((t=document.querySelector("[add-to-cart-button]"))==null?void 0:t.value)||((e=document.querySelector('[name="product-variant-id"]'))==null?void 0:e.value)||null};async function So({size:t,quantity:e}){let r=null;if(t){let o=[...document.querySelectorAll("input[attribute-value]")].find(i=>wr(i.getAttribute("attribute-value"))===wr(t));if(o){let i=Et();try{o.checked=!0}catch(a){}try{typeof window.selectAttribute=="function"?window.selectAttribute(o):o.click()}catch(a){}for(let a=0;a<12;a++){await new Promise(s=>setTimeout(s,250));let c=Et();if(c&&/^\d+$/.test(c)&&c!==i){r=c;break}}r||(r=Et())}}if(r||(r=Et()),!r)throw new Error("wake: product-variant-id n\xE3o encontrado");if(typeof window.addOrCreateCheckout!="function")throw new Error("wake: addOrCreateCheckout indispon\xEDvel");if(!await window.addOrCreateCheckout([{productVariantId:Number(r),quantity:e||1,customization:[]}]))throw new Error("wake: addOrCreateCheckout retornou false");return{platform:"wake",productVariantId:r,size:t||null}}function xr(t){if(t==null)return null;let e=String(t).match(/([\d.]+,\d{2}|\d+(?:\.\d{2})?)/),r=(e?e[1]:String(t)).replace(/[^\d.,]/g,"");if(!r)return null;let n=r.indexOf(",")>r.indexOf(".")?parseFloat(r.replace(/\./g,"").replace(",",".")):parseFloat(r.replace(/,/g,""));return Number.isFinite(n)&&n>0?n:null}async function To(){try{let t=()=>{let o=document.querySelector(".mc-subtotal__value")||document.querySelector(".mc-subtotal");return o?xr(o.textContent):null},e=t();if(e==null&&typeof window.loadMiniCart=="function"){try{window.loadMiniCart()}catch(o){}await new Promise(o=>setTimeout(o,700)),e=t()}e==null&&(e=Ao());let r=document.querySelector('.mc-products__count, [class*="mc-"][class*="count" i], [class*="minicart" i] [class*="count" i]'),n=r&&parseInt(String(r.textContent||"").replace(/\D/g,""),10)||null;if(e!=null)return{value:e,itemCount:n,currency:"BRL"}}catch(t){}return null}function Ao(){try{let t=document.querySelector('[class*="mini-cart" i], .mini-cart')||document;for(let e of t.querySelectorAll("div,span,p,li,strong,b")){if(e.children.length>2)continue;let r=(e.textContent||"").replace(/\s+/g," ").trim();if(!(!/R\$/.test(r)||/frete|faltam|gr[aá]tis|desconto|economi/i.test(r))&&/^(sub)?total\b/i.test(r)){let n=xr(r);if(n)return n}}}catch(t){}return null}function Eo(){if(typeof window.setCartDivVisibility!="function")return!1;try{typeof window.loadMiniCart=="function"&&window.loadMiniCart()}catch(t){}return setTimeout(()=>{try{let t=document.querySelector('[class*="mini-cart" i], .mini-cart');if(t&&t.getBoundingClientRect().width>0)return;window.setCartDivVisibility()}catch(t){}},350),!0}var he={};C(he,{addToCart:()=>Ro,cartUrl:()=>Mo,detect:()=>Po,getCartSummary:()=>jo,id:()=>Io,openCartDrawer:()=>Oo,skipRedirect:()=>Lo});var pe="/api/v2/front",me={"Content-Type":"application/json",Accept:"application/json","App-Token":"wapstore"},br=t=>String(t==null?"":t).trim().toLowerCase(),Io="wapstore",Lo=!0,Mo="/checkout/carrinho";function Po(){try{if(document.querySelector('script[src*="/tema/"][src*="/dist/assets/"]')||/(?:^|;\s*)produto\/visitado=/.test(document.cookie))return!0}catch(t){}return!1}function _r(t){if(!t||typeof t!="object")return null;let e=t.subtotal&&t.subtotal.valor;return e==null?null:{value:e,itemCount:t.quantidadeItens!=null?t.quantidadeItens:null,currency:"BRL"}}async function Ro({size:t,quantity:e}){let r=await fetch(pe+"/url/product/detail?url="+encodeURIComponent(location.pathname),{headers:me}).then(d=>d.json()),n=(r&&(r.produto||r.data||r)||{}).conteudo||{},o=n.atributos&&n.atributos.simples&&n.atributos.simples.valores||[];if(!o.length)throw new Error("wapstore: sem variante de compra (atributos.simples)");let i=t?o.find(d=>br(d.label)===br(t)):null;i=i||o.find(d=>d.selecionado)||o.find(d=>(d.estoque||0)>0)||o[0];let a=i&&i.carrinho;if(!a||!a.itens||!a.itens.length)throw new Error("wapstore: variante sem payload de carrinho");let c=a.itens.map(d=>Object.assign({},d,{quantidade:String(e||d.quantidade||1)})),s=await fetch(pe+"/checkout/cart",{method:"POST",headers:me,body:JSON.stringify({itens:c,tipo:a.tipo||"produto"})});if(!s.ok)throw new Error("wapstore: add HTTP "+s.status);let u=await s.json().catch(()=>({})),l=_r(u),p={platform:"wapstore",idProduto:c[0]&&c[0].idProduto,size:i&&i.label||null};return l&&(p.cartValue=l.value,p.itemCount=l.itemCount,p.currency=l.currency),p}async function jo(){try{let t=await fetch(pe+"/checkout/cart",{headers:me}).then(e=>e.json());return _r(t)}catch(t){}return null}function Oo(){try{let t=document.querySelector(".common-sheet.side-cart, .side-cart");if(t&&t.getBoundingClientRect().width>0)return!0;let e=document.querySelector('.button-cart, [class*="button-cart"]');if(e)return e.click(),!0}catch(t){}return!1}var ye={};C(ye,{addToCart:()=>$o,detect:()=>No,getCartSummary:()=>Ko,id:()=>Bo,openCartDrawer:()=>Ho,resolveSku:()=>Do,skipRedirect:()=>zo});var vr=t=>String(t==null?"":t).trim().toLowerCase(),Bo="linx",zo=!0;function qo(t){if(t==null)return null;let e=String(t).match(/([\d.]+,\d{2}|\d+(?:\.\d{2})?)/),r=(e?e[1]:String(t)).replace(/[^\d.,]/g,"");if(!r)return null;let n=r.indexOf(",")>r.indexOf(".")?parseFloat(r.replace(/\./g,"").replace(",",".")):parseFloat(r.replace(/,/g,""));return Number.isFinite(n)&&n>0?n:null}function No(){return typeof window.carrinhoLateral=="function"&&typeof window.addToCart=="function"}function Do(){try{let t=(location.pathname.match(/-p(\d+)\/?(?:[?#]|$)/)||[])[1];if(t)return{value:t,source:"linx/url-pid"};let e=(String(document.body.className||"").match(/context-product-(\d+)/)||[])[1];if(e)return{value:e,source:"linx/context"}}catch(t){}return null}function Uo(){let t=[...document.querySelectorAll('.add-to-cart, [data-action="add-to-cart"]')];return t.find(e=>{let r=e.getBoundingClientRect();return r.width>0&&r.height>0})||t[0]||null}function Fo(t){if(t==null||t==="")return!1;let e=vr(t),r=e.replace(/\D/g,""),n=[...document.querySelectorAll('input[type="radio"]')].filter(i=>/aro|tamanho|grade|numera|size|variant/i.test(i.name||i.id||"")),o=n.find(i=>vr(i.value)===e)||(r?n.find(i=>String(i.value).replace(/\D/g,"")===r):null);if(!o)return!1;try{o.checked||(o.checked=!0),(o.labels&&o.labels[0]||null||o).click(),o.dispatchEvent(new Event("change",{bubbles:!0}))}catch(i){}return!0}async function $o(t){t=t||{};let e=Uo();if(!e)throw new Error("linx: bot\xE3o .add-to-cart n\xE3o encontrado");return t.size!=null&&t.size!==""&&(Fo(t.size),await new Promise(r=>setTimeout(r,1100))),e.click(),await new Promise(r=>setTimeout(r,1400)),{platform:"linx"}}function Ko(){try{let t=document.querySelector("#mini-cart");if(!t)return null;let e=null;for(let n of t.querySelectorAll("div,span,p,li,strong,b,td")){if(n.children.length>2)continue;let o=(n.textContent||"").replace(/\s+/g," ").trim();if(/^(sub)?total\b/i.test(o)&&/R\$/.test(o)&&(e=qo(o),e))break}if(e==null)return null;let r=(t.textContent||"").match(/cont[ée]m\s+(\d+)\s+ite/i);return{value:e,itemCount:r?parseInt(r[1],10):null,currency:"BRL"}}catch(t){}return null}function Ho(){try{let e=typeof window.carrinhoLateral=="function"?window.carrinhoLateral():null;if(e&&typeof e.openCart=="function"){try{typeof e.fetchHTML=="function"&&e.fetchHTML()}catch(r){}return setTimeout(()=>{try{e.openCart()}catch(r){}},400),!0}}catch(e){}let t=document.querySelector("#mini-cart");if(t){try{t.classList.add("open")}catch(e){}return!0}return!1}var we={};C(we,{addToCart:()=>Yo,cartUrl:()=>Go,detect:()=>Jo,id:()=>Vo,openCartDrawer:()=>Zo,resolveSku:()=>kr,skipRedirect:()=>Wo});var Vo="magazord",Wo=!0,Go="/checkout/cart";function Jo(){try{if(document.querySelector('script[src*="zordcdn.com.br"], script[src*="magazord.com.br"], link[href*="magazord.com.br"]'))return!0}catch(t){}return!1}function kr(){try{let n=(window.dataLayer||[]).filter(o=>o&&o.PageType==="ProductPage"&&o.sku).pop();if(n&&n.sku)return{value:String(n.sku),source:"magazord/dataLayer"}}catch(n){}let e=S(["Product"])[0],r=e&&(e.sku||e.mpn||e.productID);return r?{value:String(r),source:"jsonld"}:null}function ge(t){let e=[];try{t.querySelectorAll('a[href*="/checkout/cart"], a[href*="/carrinho"]').forEach(r=>{let n=Array.from(r.querySelectorAll("*")).find(o=>o.children.length===0&&/^\d+$/.test((o.textContent||"").trim()));n&&e.push(n)})}catch(r){}return e}function Xo(t){let e=t||1;ge(document).forEach(r=>{r.textContent=String((parseInt(r.textContent.trim(),10)||0)+e)}),fetch("/checkout/cart").then(r=>r.ok?r.text():null).then(r=>{if(!r)return;let n=new DOMParser().parseFromString(r,"text/html"),o=ge(n);if(!o.length)return;let i=parseInt(o[0].textContent.trim(),10);isNaN(i)||ge(document).forEach(a=>{a.textContent=String(i)})}).catch(()=>{})}async function Yo({sku:t,quantity:e}){let r=t||(kr()||{}).value;if(!r)throw new Error("magazord: sku n\xE3o resolvido");let n=new URLSearchParams;n.set("produtos[0][codigo]",r),n.set("produtos[0][quantidade]",String(e||1)),n.set("produtos[0][deposito]","1"),n.set("source[source]","Produto"),n.set("source[codigoOrigem]","");let o=await fetch("/checkout/cart?operation=AddMultiples",{method:"POST",headers:{"Content-Type":"application/x-www-form-urlencoded","X-Requested-With":"XMLHttpRequest",Accept:"application/json, text/javascript, */*"},body:n.toString()});if(!o.ok)throw new Error("magazord: add HTTP "+o.status);let i=(await o.text()).trim();if(i==="false"||/erro|error|indispon/i.test(i))throw new Error("magazord: add rejeitado ("+i.slice(0,60)+")");try{Xo(e||1)}catch(a){}return{platform:"magazord",skuId:r}}function Zo(){try{let t=document.querySelector('[class*="carrinho-rapido" i], .side-cart, [class*="mini-cart" i]');if(t&&t.getBoundingClientRect().width>0)return!0;let e=document.querySelector('a[href*="/checkout/cart"], [class*="carrinho-rapido" i] a, [class*="header" i] [class*="cart" i] a, .button-cart');if(e)return e.click(),!0}catch(t){}return!1}var be={};C(be,{addToCart:()=>D,detect:()=>ti,id:()=>Qo,resolveSku:()=>xe});var Qo="generic";function ti(){return!0}function xe(){let t=S(["Product"]);if(t[0]){let e=t[0],r=e.sku||e.mpn||e.gtin13||e.productID;if(r)return{value:String(r),source:"jsonld"}}try{let e=document.querySelector('[itemprop="sku"]');if(e){let r=e.getAttribute("content")||(e.textContent||"").trim();if(r)return{value:String(r),source:"microdata"}}}catch(e){}try{let e=window.konfidencyData;if(e&&e.product&&e.product.variants&&e.product.variants[0])return{value:String(e.product.variants[0]),source:"konfidency"}}catch(e){}return null}var ei=/(adicionar\s*(à|a|ao)?\s*(sacola|carrinho|cesta|bolsa))|adicionar ao carrinho|add to (cart|bag)|comprar agora/i,ri=/continuar|como comprar|lista|desejos|favorito/i;async function D(){let t=document.querySelectorAll("button,[role=button],input[type=submit]");for(let e of t){let r=(e.textContent||e.value||"").replace(/\s+/g," ").trim();if(r&&r.length<40&&ei.test(r)&&!ri.test(r))try{return e.click(),{platform:"native-click",clicked:r}}catch(n){}}return{platform:"none",error:"bot\xE3o de carrinho nativo n\xE3o encontrado"}}var Cr=[ae,Ct,le,ue,de,fe,he,ye,we],ni=[["woocommerce",()=>!!(window.wc_add_to_cart_params||window.woocommerce_params)],["lojaintegrada",()=>!!window.LojaIntegrada]],_e;function M(){if(_e)return _e;let t=Cr.find(e=>{try{return e.detect()}catch(r){return!1}});return t&&(_e=t),t||be}function Sr(){let t=Cr.find(e=>{try{return e.detect()}catch(r){return!1}});if(t)return t.id;for(let[e,r]of ni)try{if(r())return e}catch(n){}return null}function ct(){let t=M();if(t.id!=="generic"&&t.resolveSku){try{let e=t.resolveSku();if(e)return e}catch(e){}if(t.id==="vtex"&&window.__RUNTIME__)return{value:null,source:"vtex/pending"}}return xe()}function Tr(){let t=M();if(t&&typeof t.resolveSizes=="function")try{let e=t.resolveSizes();if(Array.isArray(e))return e}catch(e){}return[]}function Ar(t){return t=t||{},{size:t.size||t.selectedSize||t.tamanho||t.aro||t.ringSize||null,color:t.color||t.selectedColor||t.colour||t.cor||null,sku:t.sku||t.identifier||t.selectedIdentifier||null,quantity:t.quantity||1,productId:t.productId||null}}async function Er(t){if(t=t||{},Array.isArray(t.items)&&t.items.length)return oi(t.items);let e=Ar(t),r=M();try{let n=r.addToCart?await r.addToCart(e):await D(e);return g("cart: adicionado",n),It(),ve(r,n,e.sku),n}catch(n){g('cart: adapter "'+r.id+'" falhou \u2014 fallback clique nativo',n&&n.message);let o=await D(e);return It(),ve(r,o,e.sku),o}}async function oi(t){let e=t.map(Ar),r=M(),n=null;try{if(r.addToCartBatch)n=await r.addToCartBatch(e);else for(let o of e)try{n=r.addToCart?await r.addToCart(o):await D(o)}catch(i){}}catch(o){g('cart: batch do adapter "'+r.id+'" falhou \u2014 fallback',o&&o.message);for(let i of e)try{n=await D(i)}catch(a){}}return g("cart: "+e.length+" itens adicionados",n),It(),ve(r,n,null),n}async function ve(t,e,r){try{let n=null;e&&e.cartValue!=null?n={value:e.cartValue,itemCount:e.itemCount!=null?e.itemCount:null,currency:e.currency||null}:t&&t.getCartSummary&&(n=await t.getCartSummary()),n&&n.value!=null&&(n.value>0||(n.itemCount||0)>0)&&y("cart_value",{via:"tryon",value:n.value,itemCount:n.itemCount!=null?n.itemCount:null,currency:n.currency||null,sku:r||null})}catch(n){}}async function ke(){let t=M();if(t&&t.getCartSummary)try{return await t.getCartSummary()}catch(e){}return null}async function Ir(t){t=t||{};let e=M(),r={platform:e.id};try{let n=ct();r.sku=n&&n.value||null;let o={size:t.size||null,color:t.color||null,sku:r.sku,quantity:t.quantity||1};r.added=e.addToCart?await e.addToCart(o):await D(o),It();try{await Ce()}catch(i){}r.cart=await ke(),r.ok=!0}catch(n){r.ok=!1,r.error=n&&n.message||String(n)}return r}function It(){["cart:refresh","cart:updated","cart:build","ajaxProduct:added","product:added-to-cart"].forEach(t=>{try{document.dispatchEvent(new CustomEvent(t))}catch(e){}})}async function Ce(t){if(t&&t.drawerHandled)return!1;let e=M(),r=w(),n=null;try{n=await X()}catch(a){}let o=n&&n.template&&n.template.cart||n&&n.cart||{},i=o.afterAdd||o.behavior||r.cartBehavior;if(i||(i=r.cartRedirect===!1?"none":"auto"),i==="none")return!1;if(i==="auto"||i==="drawer"){let a=o.openSelector||r.cartOpenSelector;if(a){let c=document.querySelector(a);if(c)return setTimeout(()=>{try{c.click()}catch(s){}},300),!1}else if(e&&e.openCartDrawer){let c=!1;try{c=e.openCartDrawer()}catch(s){}if(c)return!1}}return!0}function Lr(){let t=M();if(t&&t.skipRedirect)return;let e=t&&t.cartUrl||"/cart";setTimeout(()=>{try{window.location.href=e}catch(r){}},250)}var ii=/\/(thank[_-]?you|orders?\/|pedido[_-]?(confirmado|realizado|finalizado|sucesso)|sucesso|order[_-]?confirmation|compra[_-]?(finalizada|concluida)|orderplaced|checkout\/[^?#]*success)/i,ai=/\/(my[_-]?account|minha[_-]?conta|account|conta|customer|cliente|profile|perfil|wishlist|favoritos)(\/|$)/i,ci=/\/checkout/i,li=/\/(cart|carrinho|sacola|bag|comprar)(\/|$|\?|#)/i,Mr=/\/(products?|produtos?|p)(\/|$|\?|#)/i,si=/\/(collections?|categoria|categorias|c|departamento)\//i,ui=/\/(search|busca|s)(\/|\?)/i;function Pr(){try{if(window.__mkPageType)return window.__mkPageType}catch(r){}let t=(location.pathname||"").toLowerCase(),e=ai.test(t);try{let r=S(),n=0,o=!1,i=!1;for(let a of r){let c=Array.isArray(a["@type"])?a["@type"]:[a["@type"]];if((c.includes("Order")||c.includes("Invoice"))&&!e)return"purchase";c.includes("SearchResultsPage")&&(o=!0),(c.includes("CollectionPage")||c.includes("ItemList"))&&(i=!0),c.includes("Product")&&n++}if(o)return"search";if(i)return"category";if(n===1)return"pdp";if(n>1)return Mr.test(t)?"pdp":"category"}catch(r){}return t==="/"||t===""||t==="/home"||t==="/index.html"?"home":ii.test(t)&&!e?"purchase":ci.test(t)?"checkout":li.test(t)?"cart":Mr.test(t)?"pdp":si.test(t)?"category":ui.test(t)?"search":"other"}function Rr(t){let e=null;try{let r=new URLSearchParams(location.search),n=["utm_source","utm_medium","utm_campaign","utm_term","utm_content"],o={};for(let i of n){let a=r.get(i);a&&(o[i.replace("utm_","")]=a)}Object.keys(o).length&&(e=o)}catch(r){}return{url:location.href,pathname:location.pathname,referrer:document.referrer||null,title:document.title||null,pageType:t,utm:e,userAgent:navigator.userAgent,language:navigator.language,viewport:window.innerWidth+"x"+window.innerHeight,platform:di()}}function di(){return Sr()}var Se={},fi=null,lt=0,jr=!1;function Or(t){jr||(jr=!0,Br(t),pi(),mi(),hi(),yi(),gi(t))}function Br(t){Se={};let e=Pr(),r=Rr(e);if(or(r),y("view",{url:location.href,pathname:location.pathname,referrer:document.referrer||null,title:document.title||null,pageType:e}),typeof t=="function")try{t(e,r)}catch(n){}}function pi(){if(!document.body)return;let t={A:1,BUTTON:1,INPUT:1,SELECT:1,TEXTAREA:1},e=0;document.body.addEventListener("click",r=>{try{let n=Date.now();if(n-e<100)return;e=n;let o=r.target;for(let c=0;c<5&&o&&o!==document.body&&!(t[o.tagName]||o.getAttribute&&o.getAttribute("role")==="button");c++)o=o.parentElement;if(!o||!t[o.tagName]&&!(o.getAttribute&&o.getAttribute("role")==="button"))return;let i={tag:o.tagName},a=o.tagName==="INPUT"||o.tagName==="TEXTAREA"?o.value:o.textContent;i.text=(a||"").replace(/\s+/g," ").trim().substring(0,100),o.href&&(i.href=String(o.href).substring(0,500)),o.id&&(i.id=o.id),o.className&&typeof o.className=="string"&&(i.classes=o.className.trim().substring(0,200)),y("click",i)}catch(n){}},{capture:!0,passive:!0})}function mi(){let t=[25,50,75,100],e=null,r=()=>{try{let n=window.scrollY||document.documentElement.scrollTop||0,o=Math.max(document.body&&document.body.scrollHeight||0,document.documentElement&&document.documentElement.scrollHeight||0);if(o<=0)return;let i=Math.min(100,Math.floor((n+window.innerHeight)/o*100));for(let a of t)i>=a&&!Se[a]&&(Se[a]=!0,y("scroll_depth",{depth:a}))}catch(n){}};r(),window.addEventListener("scroll",()=>{e||(e=setTimeout(()=>{e=null,r()},250))},{passive:!0})}function hi(){document.body&&document.body.addEventListener("submit",t=>{try{let e=t.target;if(!e||e.tagName!=="FORM"||e.querySelector('input[type="password"], input[name*="card"], input[name*="cpf"]'))return;let r="other",n=(e.className||"").toLowerCase(),o=(e.action||"").toLowerCase();e.querySelector('input[type="search"], input[name="q"], input[name="s"]')?r="search":/newsletter|subscribe|mailchimp/.test(n+o)?r="newsletter":/contact|contato/.test(n+o)&&(r="contact"),y("form_submit",{form_id:e.id||"",form_type:r})}catch(e){}},{capture:!0})}function yi(){let t=w();lt=Date.now(),fi=setInterval(()=>{if(document.hidden)return;let e=Date.now(),r=Math.round((e-lt)/1e3);lt=e,r>0&&r<60&&y("engagement",{url:location.pathname,dwellSec:r})},t.engagementIntervalMs),document.addEventListener("visibilitychange",()=>{if(document.hidden){let e=Math.round((Date.now()-lt)/1e3);e>0&&e<600&&y("engagement",{url:location.pathname,dwellSec:e})}lt=Date.now()})}function gi(t){let e=location.href,r=()=>{location.href!==e&&(e=location.href,Br(t))};try{let n=history.pushState,o=history.replaceState;history.pushState=function(){n.apply(this,arguments),setTimeout(r,0)},history.replaceState=function(){o.apply(this,arguments),setTimeout(r,0)},window.addEventListener("popstate",r),window.addEventListener("hashchange",r)}catch(n){}}function Ae(){let t=ct(),e=S(["Product"]);if(e.length>0){let o=e[0],i=Array.isArray(o.offers)?o.offers[0]:o.offers;return{sku:t?t.value:o.sku||o.mpn||o.gtin13||o.productID||null,skuSource:t?t.source:null,name:typeof o.name=="string"?o.name:null,price:i&&parseFloat(i.price||i.lowPrice)||null||zr(),currency:i?i.priceCurrency:null,brand:o.brand?typeof o.brand=="string"?o.brand:o.brand.name:null,category:o.category||null}}let r=o=>{let i=document.querySelector('meta[property="og:'+o+'"], meta[property="product:'+o+'"]');return i?i.getAttribute("content"):null},n=o=>{let i=document.querySelector('[itemprop="'+o+'"]');return i?i.getAttribute("content")||(i.textContent||"").trim():null};if(t||r("type")==="product"||r("price:amount")||n("name")){let o=n("price")||r("price:amount"),i=o&&parseFloat(String(o).replace(",","."))||null;return{sku:t?t.value:null,skuSource:t?t.source:null,name:n("name")||r("title")||document.title||null,price:(i&&i>0?i:null)||zr(),currency:n("priceCurrency")||r("price:currency")||null,brand:n("brand")||null,category:null}}return null}function zr(){try{let t=window.dataLayer;if(!Array.isArray(t))return null;for(let e=t.length-1;e>=0;e--){let r=t[e];if(!r||typeof r!="object")continue;let n=r.ecommerce||r,o=n&&n.items||null,i=n&&n.detail&&n.detail.products||n&&n.products||r.products||null,a=Array.isArray(o)&&o[0]&&o[0].price||Array.isArray(i)&&i[0]&&i[0].price||null,c=Te(a!=null?String(a):"");if(c)return c}}catch(t){}return null}function P(){try{let t=location.pathname+location.search,e=t.match(/order[_-]?confirmation\/([\w-]+)/i)||t.match(/[?&]order[_-]?id=([\w-]+)/i)||t.match(/\/orders?\/([\w-]{4,})/i)||t.match(/pedido[_-]?(?:confirmado|realizado|finalizado)?\/([\w-]+)/i);return e?e[1]:null}catch(t){return null}}function Lt(){let t=S(["Order","Invoice"]);if(t.length>0){let o=t[0],i=o.totalPaymentDue?parseFloat(o.totalPaymentDue.price):parseFloat(o.price||o.total);return{orderId:o.orderNumber||o.confirmationNumber||o.identifier||P(),revenue:Number.isFinite(i)?i:null,currency:o.totalPaymentDue&&o.totalPaymentDue.priceCurrency||o.priceCurrency||null,source:"jsonld"}}try{let o=window.Shopify&&window.Shopify.checkout;if(o&&o.total_price!=null){let i=parseFloat(o.total_price);return{orderId:(o.order_id!=null?String(o.order_id):null)||o.token||P(),revenue:Number.isFinite(i)?i:null,currency:o.currency||null,itemCount:Array.isArray(o.line_items)?o.line_items.length:null,source:"shopify"}}}catch(o){}try{let o=window.LS&&window.LS.order;if(o&&o.total!=null){let i=Number(o.total),a=window.LS.currency&&window.LS.currency.code||"BRL";return{orderId:String(o.number||o.id||P()||""),revenue:Number.isFinite(i)?i/100:null,currency:a,source:"nuvemshop"}}}catch(o){}try{if(Array.isArray(window.dataLayer))for(let o=window.dataLayer.length-1;o>=0;o--){let i=window.dataLayer[o],a=i&&i.ecommerce||i&&i.ecommerce_data&&i.ecommerce_data.ecommerce;if(a&&(i.event==="purchase"||a.purchase||a.transaction_id)){let c=a.purchase&&a.purchase.actionField,s=parseFloat(c&&(c.revenue||c.value)||a.value||a.revenue);return{orderId:c&&(c.id||c.transaction_id)||a.transaction_id||a.transactionId||P(),revenue:Number.isFinite(s)?s:null,currency:a.currency||a.currencyCode||c&&c.currency||null,itemCount:(a.purchase&&a.purchase.products||a.items||a.products||[]).length||null,source:"datalayer"}}}}catch(o){}let e=document.querySelector('meta[property="order:total"], meta[name="order-total"]');if(e&&e.content)return{orderId:P(),revenue:parseFloat(e.content)||null,source:"meta"};let r=wi();if(r)return r;let n=P();return n?{orderId:n,revenue:null,source:"url"}:null}function wi(){try{let t=document.querySelector(".orderTotalPrice");if(t){let r=String(t.value||t.getAttribute("value")||t.textContent||"").trim(),n=r.split(/\s+/),o=Te(n.length>1?n[n.length-1]:r);if(o)return{orderId:qr(),revenue:o,currency:(n.length>1?n[0]:null)||null,source:"dom"}}let e=[".order-total","#order-total",".total-price",".order__total","[data-order-total]",".summary-total",".grand-total"];for(let r of e){let n=document.querySelector(r);if(n){let o=Te(n.value||n.textContent);if(o)return{orderId:qr(),revenue:o,source:"dom"}}}return null}catch(t){return null}}function qr(){try{let t=document.querySelector(".orderID");if(t&&(t.value||t.getAttribute("value")))return t.value||t.getAttribute("value");let r=(document.body.innerText||"").match(/(?:pedido|order|n[º°o]\.?)\s*#?\s*([A-Z0-9-]{4,})/i);return r?r[1]:null}catch(t){return null}}function Te(t){if(!t)return null;let e=String(t).replace(/[^\d.,]/g,"");if(!e)return null;let r;e.indexOf(",")>e.indexOf(".")?r=e.replace(/\./g,"").replace(",","."):r=e.replace(/,/g,"");let n=parseFloat(r);return Number.isFinite(n)&&n>0?n:null}function Nr(){let t=S(["ItemList","CollectionPage"]);if(t.length===0)return null;let e=t[0],r=e.itemListElement||e.mainEntity&&e.mainEntity.itemListElement||[],n=[];for(let o of r.slice(0,50)){let i=o.item||o;i&&(i.sku||i.productID||i.name)&&n.push(i.sku||i.productID||i.name)}return n.length>0?{count:n.length,skus:n.slice(0,20)}:null}var Pt=!1,Mt=[/\b(adicionar|adic\.?|colocar|incluir|jogar)\b.{0,30}\b(carrinho|sacola|sacolinha|bag)\b/i,/\bcomprar\b(?!\s+(em|por|sem))/i,/\bcomprar\s*$/i,/^add\s+to\s+(cart|bag)\b/i,/^buy\s+(now|it|this)\b/i,/^(sacolinha|carrinho|sacola)$/i],xi=[/^finalizar(\s+(compra|pedido|pagamento))?\b/i,/^(fechar|confirmar)\s+(compra|pedido|pagamento)\b/i,/^pagar(\s+(agora|pedido))?\b/i,/^(complete|place)\s+(purchase|order)\b/i,/^checkout$/i];function st(t,e){for(let r=0;r<t.length;r++)if(t[r].test(e))return!0;return!1}function $r(t){switch(t){case"pdp":{let e=Ae();y("view_item",e||{sku:null});break}case"category":case"search":{let e=Nr();y("view_item_list",e||{count:0});break}case"cart":ke().then(e=>y("view_cart",e&&e.value!=null?{value:e.value,itemCount:e.itemCount,currency:e.currency}:{})).catch(()=>y("view_cart",{}));break;case"checkout":y("begin_checkout",{});break;case"purchase":bi();break}}var Dr=500,Ur=30;function bi(){let t=!1,e=0,r=(o,i)=>{t||(t=!0,Kr(o,i))};try{window.addEventListener("pagehide",()=>r(Lt(),!0),{once:!0})}catch(o){}let n=()=>{if(t)return;let o=Lt();if(o&&o.revenue!=null)return r(o);if(e++>=Ur)return g("purchase: receita n\xE3o apareceu em "+Dr*Ur+"ms \u2014 emitindo sem valor"),r(o);setTimeout(n,Dr)};n()}function Kr(t,e){if(!Pt){if(t&&!t.orderId&&(t.orderId=P()),t&&t.orderId){let r="_mk_purch_"+t.orderId;try{if(sessionStorage.getItem(r)){g("purchase j\xE1 contado",t.orderId);return}sessionStorage.setItem(r,"1")}catch(n){}}if(Pt=!0,y("purchase",t||{revenue:null,_note:"no_order_data_extracted"}),g("purchase emitido",t),e)try{q(!0)}catch(r){}}}var Fr=!1;function Hr(){if(Fr)return;Fr=!0;let t=r=>{try{if(!r||typeof r!="object")return!1;let n=r.ecommerce||r.ecommerce_data&&r.ecommerce_data.ecommerce;return n?r.event==="purchase"||r.event==="transaction"||!!n.purchase||n.transaction_id!=null:!1}catch(n){return!1}},e=r=>{Pt||!t(r)||setTimeout(()=>{if(!Pt)try{Kr(Lt(),!0)}catch(n){}},0)};try{let r=window.dataLayer=window.dataLayer||[];for(let o=0;o<r.length;o++)e(r[o]);let n=r.push;r.push=function(){let o=n.apply(this,arguments);try{for(let i=0;i<arguments.length;i++)e(arguments[i])}catch(i){}return o}}catch(r){}}function Vr(){if(!document.body)return;let t=0;document.body.addEventListener("click",e=>{try{let r=Date.now();if(r-t<150)return;let n=e.target;for(let c=0;c<5&&n&&n!==document.body&&!(n.tagName==="BUTTON"||n.tagName==="A"||n.getAttribute&&n.getAttribute("role")==="button");c++)n=n.parentElement;if(!n)return;let o=n.tagName!=="A",i=(n.textContent||"").replace(/\s+/g," ").trim();if(!i||i.length>80)return;let a=!1;if((st([Mt[0]],i)||o&&st([Mt[1]],i)||o&&st([Mt[2]],i)||st(Mt.slice(3),i))&&(a=!0),a){t=r;let c=Ae();y("add_to_cart",{via:"click",buttonText:i,sku:c?c.sku:null,price:c?c.price:null});return}o&&st(xi,i)&&(t=r,y("begin_checkout",{via:"click",buttonText:i}))}catch(r){}},{capture:!0,passive:!0})}var Rt={};C(Rt,{available:()=>Ci,id:()=>_i,iframeSrc:()=>ki,modalSize:()=>vi,onMounted:()=>Si});var _i="mk-fashion",vi={width:430,height:800};function ki(t,e){let r=encodeURIComponent(e).replace(/\./g,"%2E");return w().appUrl+"/"+t+"/"+r}async function Ci(t,e){let r=w().apiUrl+"/availability/"+t+"?sku="+encodeURIComponent(e),n=await fetch(r);if(!n.ok)throw new Error("availability HTTP "+n.status);return n.json()}function Si(){}var Ee={};C(Ee,{available:()=>Pi,closeButton:()=>Ii,id:()=>Ti,iframeSrc:()=>Mi,modalSize:()=>Ai,modalSizeMobile:()=>Ei,onMounted:()=>Oi});var Ti="mk-makeup",Ai={width:"80vw",height:"80vh"},Ei={width:"100vw",height:"100dvh"},Ii=!0;function Li(){return window.__MK&&window.__MK.pulpoarUrl||"https://plugin.pulpoar.com/vto"}function Mi(t,e){let r=window.__MK&&window.__MK.pulpoarIframeUrl;if(r){let o=String(r);return e!=null&&/\{sku\}|\{identifier\}/.test(o)&&(o=o.replace(/\{sku\}|\{identifier\}/g,encodeURIComponent(e))),o}let n=window.__MK&&window.__MK.pulpoarProjectKey||t;return Li()+"/"+encodeURIComponent(n)}async function Pi(t,e){let r=window.__MK&&window.__MK.pulpoarProjectKey||t;if(!r)return{available:!0};let n=await Gr(e)||e;if(!n)return{available:!0};try{let i=String(w().collectorUrl||"").replace(/\/+$/,"")+"/v1/makeup/availability/"+encodeURIComponent(r)+"?slug="+encodeURIComponent(n);t&&(i+="&projectId="+encodeURIComponent(t));let a=await fetch(i).then(c=>c.json());return g("pulpoar availability",a),{available:!(a&&(a.available===!1||a.projectActive===!1))}}catch(o){return g("pulpoar availability erro",o&&o.message),{available:!0}}}var Ri="https://cdn.jsdelivr.net/npm/@pulpoar/plugin-sdk@latest/dist/index.iife.js",jt=null;function ji(){return window.pulpoar?Promise.resolve(window.pulpoar):jt||(jt=new Promise(t=>{try{let e=document.createElement("script");e.src=Ri,e.async=!0,e.onload=()=>t(window.pulpoar||null),e.onerror=()=>t(null),(document.head||document.documentElement).appendChild(e)}catch(e){t(null)}}),jt)}async function Gr(t){try{if(window.Shopify||window.ShopifyAnalytics){let e=(location.pathname.split("/products/")[1]||"").split(/[?#]/)[0];if(e){let r=window.ShopifyAnalytics&&window.ShopifyAnalytics.meta,n=new URLSearchParams(location.search).get("variant")||r&&r.selectedVariantId,i=(await fetch("/products/"+e+".js").then(s=>s.json())).variants||[],a=n?i.find(s=>String(s.id)===String(n)):null;if(a&&a.sku)return a.sku;let c=i.find(s=>s.available)||i[0];if(c&&c.sku)return c.sku}}}catch(e){}return t||null}function Wr(t){return!t||typeof t!="object"?{quantity:1}:{sku:t.sku||t.slug||t.key||t.variant_key||t.barcode||null,color:t.color||t.shade||t.colorName||null,size:t.size||null,quantity:1}}function Oi(t,e){ji().then(async r=>{if(!r){g("pulpoar: SDK n\xE3o carregou");return}let n=await Gr(e.identifier);if(g("pulpoar variante p/ cat\xE1logo",n),n)try{r.applyVariantsWithCatalog([String(n)],o=>{e.track("product_loaded",{via:"makeup",applied:Array.isArray(o)?o.length:0})})}catch(o){g("pulpoar applyVariantsWithCatalog falhou",o&&o.message)}try{r.onReady(()=>e.fire("onReady",{}))}catch(o){}try{r.onAddToCart(o=>{let i=(Array.isArray(o)?o:[o]).filter(a=>a&&typeof a=="object");if(g("pulpoar onAddToCart",i.length+" item(s)",i),i.length<=1){e.handleAddToCart(i.length?Wr(i[0]):{quantity:1},"makeup");return}e.handleAddToCart({items:i.map(Wr)},"makeup")})}catch(o){}try{r.onGoToProduct(o=>e.fire("onGoToProduct",o))}catch(o){}})}var Bi={"mk-fashion":Rt,"mk-makeup":Ee};function Ot(t){return Bi[t]||Rt}var I=null,E=null,zt=!1,qt=!1,j=null,Jr={},Ie=null,Bt=0,T={onReady:null,onClose:null,onAddToCart:null,onProductLoaded:null,onError:null,onInteraction:null,onGenerationComplete:null},zi={gregory:"698c7e791d3129430f15dddd"};function Yr(t){return t?zi[String(t).toLowerCase()]||t:null}async function U(t,e){let r=Yr(t),n=String(e||"").trim();return Ot(w().product).available(r,n)}async function Zr(t,e){e||(e=t,t="698c7e791d3129430f15dddd");try{return(await U(t,e)).available===!0}catch(r){return!1}}async function ut(t){if(t=t||{},zt)return;let e=Yr(t.projectId||t.projectid||t.store),r=String(t.identifier||t.sku||"").trim();if(!e||!r){console.error("[mk-sdk] open: projectId e identifier obrigatorios");return}let n=e+":"+r;if(Jr[n]!==!0){try{if(!(await U(e,r)).available){alert("Produto nao disponivel para prova virtual.");return}}catch(u){alert("Produto nao encontrado ou indisponivel.");return}Jr[n]=!0}let o=Ot(w().product),a=(window.innerWidth||0)<=768&&o.modalSizeMobile||o.modalSize||{width:430,height:800},c=w(),s=ot();j={projectId:e,identifier:r,width:t.width||s.modalWidth||c.modalWidth||a.width,height:t.height||s.modalHeight||c.modalHeight||a.height},qt=!1,en(),qi(j),zt=!0,Bt=Date.now(),at(),y("modal_opened",{projectId:e,identifier:r})}function Nt(){if(!zt)return;let t=qt;if(qt=!1,Ni(),zt=!1,R("onClose"),y("modal_closed",{projectId:j&&j.projectId,identifier:j&&j.identifier}),t)try{Lr()}catch(e){}}function Qr(t){try{dn().forEach(e=>{t?(e.dataset.mkPrevDisplay===void 0&&(e.dataset.mkPrevDisplay=e.style.display),e.style.display="none"):(e.style.display=e.dataset.mkPrevDisplay||"",delete e.dataset.mkPrevDisplay)})}catch(e){}}function qi(t){I=document.createElement("div"),I.style.cssText="position:fixed;inset:0;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:2147483647;",Qr(!0);let e=document.createElement("div"),r=typeof t.width=="number"?t.width+"px":t.width,n=typeof t.height=="number"?t.height+"px":t.height,o=String(t.width).indexOf("100v")>=0;e.style.cssText="position:relative;width:"+r+";height:"+n+";max-width:100vw;max-height:100dvh;border-radius:"+(o?"0":"12px")+";overflow:hidden;background:#fff;",E=document.createElement("iframe");let i=Ot(w().product),a=i.iframeSrc(t.projectId,t.identifier);try{let c=Tr();c&&c.length&&(a+=(a.indexOf("?")>=0?"&":"?")+"sdkSizes="+encodeURIComponent(c.join(",")))}catch(c){}if(E.src=a,E.style.cssText="width:100%;height:100%;border:none;",E.setAttribute("allow","camera *; microphone *"),E.setAttribute("allowfullscreen","true"),e.appendChild(E),i.closeButton){let c=document.createElement("button");c.setAttribute("aria-label","Fechar"),c.setAttribute("type","button"),c.innerHTML='<svg width="14" height="14" viewBox="0 0 14 14" fill="none" aria-hidden="true"><path d="M1.6 1.6l10.8 10.8M12.4 1.6L1.6 12.4" stroke="#111" stroke-width="2" stroke-linecap="round"/></svg>',c.style.cssText="position:absolute;top:8px;right:8px;z-index:2;width:32px;height:32px;padding:0;border:none;border-radius:50%;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 5px rgba(0,0,0,.3);",c.addEventListener("click",()=>{try{Nt()}catch(s){}}),e.appendChild(c)}I.appendChild(e),document.body.appendChild(I);try{i.onMounted(E,{projectId:t.projectId,identifier:t.identifier,handleAddToCart:rn,track:y,fire:R})}catch(c){g("launcher.onMounted falhou",c&&c.message)}g("try-on modal aberto",E.src)}function Ni(){I&&I.parentNode&&I.parentNode.removeChild(I),I=null,E=null,Qr(!1)}var Xr=!1;function tn(){en()}function en(){Xr||(Xr=!0,window.addEventListener("message",t=>{let e=t.data;if(!e||e.source!=="mkfashion-app")return;let r=e.action,n=e.data||{};switch(r){case"close_request":Nt();break;case"ready":R("onReady",n);break;case"product_loaded":R("onProductLoaded",n),y("product_loaded",Le(n));break;case"interaction":{R("onInteraction",n),n&&n.method&&(Ie=n.method),y(Di(n),Le(n));break}case"add_to_cart":rn(n,"tryon");break;case"generation_start":Bt=Date.now();break;case"generation_complete":R("onGenerationComplete",n),y("generation_complete",{method:n.method||Ie||"unknown",durationMs:Bt?Date.now()-Bt:null,success:n.success!==!1,imageUrlPresent:!!n.imageUrl});break;case"generation_error":R("onError",n),y("generation_error",{method:Ie||"unknown",error:n&&n.error});break}}))}function rn(t,e){if(y("add_to_cart",Object.assign({via:e||"tryon"},Le(t))),typeof T.onAddToCart=="function"){R("onAddToCart",t);return}let r=Object.assign({productId:j&&j.identifier},t);Er(r).then(n=>Ce(n)).then(n=>{qt=!!n}).catch(()=>{})}function Di(t){return t&&t.action,"interaction"}function Le(t){if(!t||typeof t!="object")return t;let e={};for(let r in t){if(r==="imageUrl"||r==="image"||r==="product"){r==="product"&&t[r]?(e.productSku=t[r].sku||null,e.productName=t[r].name||null):e[r+"Present"]=!!t[r];continue}e[r]=t[r]}return e}function R(t,e){if(typeof T[t]=="function")try{T[t](e)}catch(r){console.error("[mk-sdk]",r)}}function nn(t){T.onReady=t}function on(t){T.onClose=t}function an(t){T.onAddToCart=t}function cn(t){T.onProductLoaded=t}function ln(t){T.onError=t}function sn(t){T.onInteraction=t}function un(t){T.onGenerationComplete=t}var Fi=767,$i=1024,Ki=/(adicionar\s*(à|a|ao)?\s*(sacola|carrinho|cesta|bolsa))|adicionar ao carrinho|add to (cart|bag)|comprar agora|^comprar$|finalizar compra|eu quero/i,Hi=/continuar|como comprar|lista|desejos|favorito|looks|cupom/i;function Me(t){try{let e=t.getBoundingClientRect();if(e.width<=0||e.height<=0)return!1;let r=getComputedStyle(t);return r.display!=="none"&&r.visibility!=="hidden"&&r.opacity!=="0"}catch(e){return!1}}function Vi(t){if(!t)return!1;try{let e=document.querySelector(t);return!!e&&Me(e)}catch(e){return!1}}function Wi(t){return(t.tagName==="INPUT"?t.value||"":t.textContent||"").replace(/\s+/g," ").trim()}function Gi(t){if(!t||typeof t!="object"||t.selector)return t;let e=!1;if(["mobile","tablet","desktop"].forEach(n=>{let o=t[n];o&&o.mkAnchor===1&&o.anchor&&typeof o.anchor=="object"&&(e=!0)}),!e)return t;let r={};return["mobile","tablet","desktop"].forEach(n=>{let o=t[n];if(o){if(o.selector){r[n]=o;return}if(o.mkAnchor===1&&o.anchor&&typeof o.anchor=="object"){let i=o.anchor[n]||o.anchor.desktop||o.anchor.mobile||o.anchor.tablet;i&&i.selector&&(r[n]=i)}}}),["bpMobile","bpTablet","breakpoint"].forEach(n=>{t[n]!=null&&(r[n]=t[n])}),r}function dt(t){if(!t||typeof t!="object")return null;if(t=Gi(t),t.selector)return t;let e=[["mobile",t.mobile],["tablet",t.tablet],["desktop",t.desktop]].filter(s=>s[1]&&s[1].selector);if(e.length===0)return null;if(e.length===1)return e[0][1];let r=e.filter(([,s])=>Vi(s.selector));if(r.length===1)return r[0][1];let n=window.innerWidth||1024,o=Number(t.bpMobile)||Number(t.breakpoint)||Fi,i=Number(t.bpTablet)||$i,a=s=>(e.find(u=>u[0]===s)||[])[1],c=n<=o?["mobile","tablet","desktop"]:n<=i?["tablet","desktop","mobile"]:["desktop","tablet","mobile"];for(let s of c){let u=a(s);if(u)return u}return e[0][1]}function Dt(t){let e=dt(t);if(e&&e.selector)try{let r=document.querySelector(e.selector);if(r&&Me(r))return{el:r,position:e.position||"afterend",mode:e.mode||"flow",style:e.style||"",align:e.align||"top-left",selector:e.selector}}catch(r){}return null}function fn(){let t=w(),e=Dt(t&&t.anchor);if(e)return e;let r=document.querySelectorAll('button, [role="button"], a.btn, a.button, input[type="submit"], input[type="button"]');for(let n of r){let o=Wi(n);if(!(!o||o.length>40)&&!Hi.test(o)&&Ki.test(o)&&Me(n))return{el:n,position:"afterend",mode:"flow",style:"",selector:null}}return null}var _="'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",Pe={none:"0",sm:"4px",md:"8px",pill:"9999px"},Re={none:"0",sm:"4px",md:"8px",lg:"16px"},Ji='<svg viewBox="0 0 17.5263 20.6862" fill="none" xmlns="http://www.w3.org/2000/svg" style="display:block;width:100%;height:100%"><g><path d="M8.49995 12.1862C10.1568 12.1862 11.5 10.8431 11.5 9.18622C11.5 7.52936 10.1568 6.18622 8.49995 6.18622C6.8431 6.18622 5.49995 7.52936 5.49995 9.18622C5.49995 10.8431 6.8431 12.1862 8.49995 12.1862Z" stroke="currentColor" shape-rendering="crispEdges"/><path d="M0.5 9.11152C0.5 6.56953 0.5 5.29894 1.1099 4.38664C1.375 3.9902 1.71424 3.65088 2.10821 3.38809C2.6945 2.9958 3.42899 2.85564 4.55351 2.80588C5.09013 2.80588 5.55183 2.39949 5.65687 1.87284C5.73715 1.48708 5.94572 1.14138 6.24735 0.894155C6.54898 0.646934 6.92516 0.51336 7.31231 0.516006H9.9734C10.7779 0.516006 11.4709 1.08412 11.6288 1.87284C11.7339 2.39949 12.1956 2.80588 12.7322 2.80588C13.8559 2.85564 12.9129 4.67413 13.5 5.06559C13.8949 5.32932 15.1484 3.80355 15.5 4.02647C16.1099 4.93876 16.7857 6.56953 16.7857 9.11152C16.7857 11.6535 16.7857 12.9233 16.1758 13.8364C15.9107 14.2328 15.5715 14.5722 15.1775 14.835C14.2647 15.4445 12.9936 15.4445 10.4522 15.4445H6.83351C4.29213 15.4445 3.02103 15.4445 2.10821 14.835C1.71446 14.5718 1.3755 14.2322 1.11071 13.8356C0.933802 13.5672 0.803519 13.2698 0.725557 12.9564" stroke="currentColor" stroke-linecap="round"/><path d="M12.676 0.607931C12.9446 -0.178095 14.0307 -0.2019 14.3491 0.536515L14.3761 0.60838L14.7385 1.66839C14.8216 1.91149 14.9559 2.13395 15.1322 2.32076C15.3086 2.50757 15.5229 2.65439 15.7608 2.75131L15.8583 2.78769L16.9183 3.14971C17.7044 3.41831 17.7282 4.50437 16.9902 4.82283L16.9183 4.84978L15.8583 5.21225C15.6151 5.29526 15.3926 5.42947 15.2057 5.60582C15.0188 5.78218 14.8719 5.99657 14.7749 6.23453L14.7385 6.33155L14.3765 7.39201C14.1079 8.17803 13.0219 8.20184 12.7039 7.46387L12.676 7.39201L12.314 6.332C12.231 6.08881 12.0968 5.86627 11.9204 5.67938C11.744 5.49249 11.5297 5.3456 11.2917 5.24863L11.1947 5.21225L10.1347 4.85022C9.34817 4.58163 9.32437 3.49557 10.0628 3.17756L10.1347 3.14971L11.1947 2.78769C11.4378 2.70462 11.6602 2.57039 11.847 2.39404C12.0339 2.21769 12.1807 2.00333 12.2776 1.76541L12.314 1.66839L12.676 0.607931Z" fill="currentColor"/></g></svg>',mn='<svg viewBox="0 0 11.6122 12.7248" fill="none" xmlns="http://www.w3.org/2000/svg" style="display:block;width:12px;height:12px"><path d="M4.09055 2.01133C4.43939 0.9905 5.84989 0.959583 6.26347 1.91858L6.29847 2.01192L6.76922 3.38858C6.8771 3.7043 7.05144 3.99321 7.28047 4.23583C7.5095 4.47845 7.7879 4.66912 8.09689 4.795L8.22347 4.84225L9.60014 5.31242C10.621 5.66125 10.6519 7.07175 9.69347 7.48533L9.60014 7.52033L8.22347 7.99108C7.90764 8.09889 7.61862 8.2732 7.3759 8.50223C7.13318 8.73127 6.94241 9.0097 6.81647 9.31875L6.76922 9.44475L6.29905 10.822C5.95022 11.8428 4.53972 11.8737 4.12672 10.9153L4.09055 10.822L3.62039 9.44533C3.51258 9.12951 3.33827 8.84048 3.10924 8.59776C2.8802 8.35504 2.60177 8.16427 2.29272 8.03833L2.16672 7.99108L0.790054 7.52092C-0.231363 7.17208 -0.26228 5.76158 0.69672 5.34858L0.790054 5.31242L2.16672 4.84225C2.48244 4.73437 2.77135 4.56003 3.01397 4.331C3.25658 4.10197 3.44726 3.82357 3.57314 3.51458L3.62039 3.38858L4.09055 2.01133ZM9.86147 0C9.9706 0 10.0775 0.0306123 10.1701 0.0883584C10.2627 0.146104 10.3373 0.228668 10.3853 0.326667L10.4133 0.394917L10.6175 0.993417L11.2166 1.19758C11.3259 1.23474 11.4218 1.30353 11.492 1.39523C11.5623 1.48693 11.6037 1.59741 11.611 1.71268C11.6184 1.82795 11.5914 1.94281 11.5334 2.04271C11.4755 2.14261 11.3891 2.22305 11.2854 2.27383L11.2166 2.30183L10.6181 2.506L10.4139 3.10508C10.3767 3.21442 10.3078 3.31024 10.2161 3.38041C10.1244 3.45058 10.0139 3.49194 9.89859 3.49925C9.78333 3.50656 9.66849 3.47949 9.56863 3.42147C9.46876 3.36345 9.38837 3.27709 9.33764 3.17333L9.30964 3.10508L9.10547 2.50658L8.50639 2.30242C8.39702 2.26526 8.30115 2.19647 8.23092 2.10477C8.16069 2.01307 8.11926 1.90259 8.11189 1.78732C8.10452 1.67205 8.13153 1.55719 8.18951 1.45729C8.24749 1.35739 8.33381 1.27695 8.43755 1.22617L8.50639 1.19817L9.10489 0.994L9.30905 0.394917C9.34839 0.279665 9.42281 0.179613 9.52187 0.108791C9.62094 0.0379686 9.73969 -0.0000730808 9.86147 0Z" fill="currentColor"/></svg>';function b(t,e={}){let r=document.createElement(t);if(e.style&&(r.style.cssText=e.style),e.text!=null&&(r.textContent=e.text),e.html!=null&&(r.innerHTML=e.html),e.attrs)for(let n in e.attrs)r.setAttribute(n,e.attrs[n]);if(e.on)for(let n in e.on)r.addEventListener(n,e.on[n]);if(e.children)for(let n of e.children)n&&r.appendChild(n);return r}function hn(t){return b("span",{style:`width:12px;height:12px;display:inline-flex;align-items:center;justify-content:center;color:${t};flex-shrink:0;`,html:mn})}var Ut=t=>'<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" style="display:block;width:100%;height:100%">'+t+"</svg>",pn={camera:Ji,sparkle:mn.replace("width:12px;height:12px","width:100%;height:100%"),shirt:Ut('<path d="M20.38 3.46 16 2a4 4 0 0 1-8 0L3.62 3.46a2 2 0 0 0-1.34 2.23l.58 3.47a1 1 0 0 0 .99.84H6v10c0 1.1.9 2 2 2h8a2 2 0 0 0 2-2V10h2.15a1 1 0 0 0 .99-.84l.58-3.47a2 2 0 0 0-1.34-2.23z"/>'),face:Ut('<path d="M3 7V5a2 2 0 0 1 2-2h2"/><path d="M17 3h2a2 2 0 0 1 2 2v2"/><path d="M21 17v2a2 2 0 0 1-2 2h-2"/><path d="M7 21H5a2 2 0 0 1-2-2v-2"/><path d="M8 14s1.5 2 4 2 4-2 4-2"/><path d="M9 9h.01"/><path d="M15 9h.01"/>'),glasses:Ut('<circle cx="6" cy="15" r="4"/><circle cx="18" cy="15" r="4"/><path d="M14 15a2 2 0 0 0-2-2 2 2 0 0 0-2 2"/><path d="M2.5 13 5 7c.7-1.3 1.4-2 3-2"/><path d="M21.5 13 19 7c-.7-1.3-1.5-2-3-2"/>'),wand:Ut('<path d="m21.64 3.64-1.28-1.28a1.21 1.21 0 0 0-1.72 0L2.36 18.64a1.21 1.21 0 0 0 0 1.72l1.28 1.28a1.2 1.2 0 0 0 1.72 0L21.64 5.36a1.2 1.2 0 0 0 0-1.72"/><path d="m14 7 3 3"/><path d="M5 6v4"/><path d="M19 14v4"/><path d="M10 2v2"/><path d="M7 8H3"/><path d="M21 16h-4"/><path d="M11 3H9"/>')};function O(t,e,r){let n=Number(r)>0?Number(r):24;return b("span",{style:`width:${n}px;height:${n}px;padding:2px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;color:${e};flex-shrink:0;`,html:pn[t]||pn.camera})}function Y(t){return t.borderWidth>0&&t.borderColor?`${t.borderWidth}px solid ${t.borderColor}`:"none"}function Z(){if(!document.getElementById("mk-jakarta-font"))try{document.head.appendChild(b("link",{attrs:{id:"mk-jakarta-font",rel:"stylesheet",href:"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;600;700&display=swap"}}))}catch(t){}}function Xi(t){return t.subtext?b("span",{style:`display:flex;align-items:center;justify-content:center;padding:4px;background:${t.badgeBgColor};font-family:${_};font-weight:700;font-size:16px;text-transform:uppercase;color:${t.badgeTextColor};line-height:1;white-space:nowrap;`,text:t.subtext}):null}function yn(t,e){Z();let r=b("span",{style:"display:inline-flex;align-items:center;gap:4px;",children:[O(t.icon,t.textColor,t.iconSize),b("span",{text:t.text,style:`font-family:${_};font-weight:700;font-size:inherit;text-transform:uppercase;letter-spacing:2px;color:${t.textColor};white-space:nowrap;text-align:center;line-height:1;`})]});return b("button",{attrs:{type:"button"},style:`display:flex;align-items:center;justify-content:center;gap:8px;padding:8px;width:100%;max-width:238px;box-sizing:border-box;background:${t.bgColor};border:${Y(t)};border-radius:${t.borderRadiusPx};font-family:${_};font-size:${t.fontSize}px;cursor:pointer;transition:opacity 0.2s ease;line-height:1;-webkit-appearance:none;appearance:none;`,children:[r,Xi(t)],on:{mouseenter:n=>{n.currentTarget.style.opacity="0.85"},mouseleave:n=>{n.currentTarget.style.opacity="1"},click:n=>{try{n.preventDefault(),n.stopPropagation()}catch(o){}try{e&&e()}catch(o){}}}})}function Zi(t){return t.subtext?b("span",{style:`display:flex;align-items:center;gap:4px;padding:4px;background:${t.badgeBgColor};font-family:${_};font-weight:600;font-size:10px;text-transform:uppercase;color:${t.badgeTextColor};line-height:1;white-space:nowrap;`,children:[hn(t.badgeTextColor),b("span",{text:t.subtext})]}):null}function Qi(t,e){return b("button",{attrs:{type:"button"},style:`display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 12px 8px 8px;width:100%;margin-top:auto;box-sizing:border-box;background:${t.bgColor};border:${Y(t)};border-radius:${t.borderRadiusPx};filter:drop-shadow(0 0 6px rgba(0,0,0,0.08));font-family:${_};cursor:pointer;transition:opacity 0.2s ease;line-height:1;-webkit-appearance:none;appearance:none;`,children:[O(t.icon,t.textColor,t.iconSize),b("span",{text:t.text,style:`font-family:${_};font-weight:700;font-size:inherit;color:${t.textColor};white-space:nowrap;line-height:1;`})],on:{mouseenter:r=>{r.currentTarget.style.opacity="0.85"},mouseleave:r=>{r.currentTarget.style.opacity="1"},click:r=>{try{r.preventDefault(),r.stopPropagation()}catch(n){}try{e&&e()}catch(n){}}}})}function gn(t,e){Z();let r=b("div",{style:"display:flex;flex-direction:column;gap:4px;",children:[t.cardTitle&&b("p",{text:t.cardTitle,style:`margin:0;font-family:${_};font-weight:700;font-size:16px;letter-spacing:1px;text-transform:uppercase;color:${t.cardTitleColor};line-height:1.2;`}),t.cardDescription&&b("p",{html:t.cardDescription,style:`margin:0;font-family:${_};font-weight:400;font-size:12px;max-width:177px;line-height:1.2;color:${t.cardTextColor};`})]}),n=b("div",{style:"display:flex;flex-direction:column;justify-content:space-between;gap:16px;flex:1 1 0;min-width:0;",children:[r,t.cardFooter&&b("p",{text:t.cardFooter,style:`margin:0;font-family:${_};font-weight:400;font-size:10px;color:${t.cardTextColor};line-height:1.2;`})]}),o=b("div",{style:"display:flex;flex-direction:column;align-items:flex-end;flex:1 1 0;min-width:0;",children:[Zi(t),Qi(t,e)]}),i=b("div",{style:"display:flex;gap:16px;align-items:stretch;width:100%;flex:1;box-sizing:border-box;",children:[n,o]});return b("div",{style:`display:flex;flex-direction:column;align-items:flex-start;padding:12px;width:100%;max-width:402px;min-height:140px;box-sizing:border-box;background:${t.cardBgColor};border-radius:${t.cardBorderRadiusPx};font-family:${_};font-size:${t.fontSize}px;`,children:[i]})}function wn(t,e){let r=Number(t.iconSize)>0?Number(t.iconSize):24;return b("button",{attrs:{type:"button","aria-label":t.text||"Provar virtualmente"},style:`display:inline-flex;align-items:center;justify-content:center;padding:8px;box-sizing:border-box;background:${t.bgColor};border:${Y(t)};border-radius:${t.borderRadiusPx};cursor:pointer;transition:opacity 0.2s ease;line-height:1;-webkit-appearance:none;appearance:none;`,children:[O(t.icon,t.textColor,r)],on:{mouseenter:n=>{n.currentTarget.style.opacity="0.85"},mouseleave:n=>{n.currentTarget.style.opacity="1"},click:n=>{try{n.preventDefault(),n.stopPropagation()}catch(o){}try{e&&e()}catch(o){}}}})}function xn(t,e){Z();let r=b("div",{style:"display:flex;flex-direction:column;gap:8px;width:fit-content;max-width:100%;",children:[b("div",{style:"display:flex;align-items:center;gap:8px;",children:[O(t.icon,t.cardTitleColor,t.iconSize),t.cardTitle&&b("p",{text:t.cardTitle,style:`margin:0;font-family:${_};font-weight:700;font-size:16px;text-transform:uppercase;letter-spacing:1px;color:${t.cardTitleColor};white-space:nowrap;line-height:1.2;`})]}),b("div",{style:`height:3px;width:100%;border-radius:9999px;background:linear-gradient(90deg, ${t.cardAccentFrom}, ${t.cardAccentTo});`})]}),n=t.cardDescription&&b("p",{html:t.cardDescription,style:`margin:0;font-family:${_};font-weight:400;font-size:13px;line-height:1.4;color:${t.cardTextColor};`}),o=b("button",{attrs:{type:"button"},text:t.text,style:`font-family:${_};font-weight:700;font-size:${t.fontSize}px;text-transform:uppercase;letter-spacing:1px;text-decoration:underline;text-underline-offset:4px;color:${t.cardCtaColor};background:transparent;border:none;padding:0;cursor:pointer;text-align:left;line-height:1.2;transition:opacity 0.2s ease;`,on:{mouseenter:i=>{i.currentTarget.style.opacity="0.7"},mouseleave:i=>{i.currentTarget.style.opacity="1"},click:i=>{try{i.preventDefault(),i.stopPropagation()}catch(a){}try{e&&e()}catch(a){}}}});return b("div",{style:`display:flex;flex-direction:column;align-items:flex-start;gap:24px;padding:20px;width:360px;max-width:100%;box-sizing:border-box;background:${t.cardBgColor};border:1px solid ${t.cardBorderColor};border-radius:${t.cardBorderRadiusPx};font-family:${_};`,children:[r,n,o]})}var na={style:"gregory-black",icon:"camera",text:"Provar Virtualmente",fontSize:14,iconSize:24,subtext:"",bgColor:"#1E1E1E",textColor:"#FFFFFF",badgeBgColor:"#C51A1B",badgeTextColor:"#FFFFFF",borderRadius:"md",borderColor:"#1E1E1E",borderWidth:0,cardTitle:"",cardDescription:"",cardFooter:"",cardBgColor:"#F6F6F6",cardTitleColor:"#1E1E1E",cardTextColor:"#717171",cardBorderRadius:"md",cardCtaColor:"#1E1E1E",cardBorderColor:"#E5E0DA",cardAccentFrom:"#8A5A3C",cardAccentTo:"#E9DACB"};function Ft(t){if(!t)return null;let e=Array.isArray(t.anchors)?t.anchors:[];if(t.version===2||t.main)return{version:2,main:t.main||{},anchors:e,cards:t.cards||null};let r=t.desktop||t.tablet||t.mobile||{},n=t.anchor||{};return{version:2,main:Object.assign({},r,{desktop:n.desktop,tablet:n.tablet,mobile:n.mobile,bpMobile:n.bpMobile,bpTablet:n.bpTablet}),anchors:e,cards:t.cards||null}}function ft(t,e){let r={...na,...t||{}};return r.style==="gregory-card"&&e&&(r.style="gregory-black"),r.borderRadiusPx=Pe[r.borderRadius]!=null?Pe[r.borderRadius]:"0",r.cardBorderRadiusPx=Re[r.cardBorderRadius]!=null?Re[r.cardBorderRadius]:"0",r.fontSize=Number(r.fontSize)||14,r.iconSize=Number(r.iconSize)||24,r.borderWidth=Number(r.borderWidth)||0,r}var je={"gregory-black":yn,"gregory-card":gn,"gregory-icon":wn,"card-link":xn},_c=Object.keys(je).concat("none");function bn(t,e){return t&&t.style==="none"?null:(je[t.style]||je["gregory-black"])(t,e)}function oa(){return"abcdefghijklmnopqrstuvwxyz"[Math.floor(Math.random()*26)]+Math.random().toString(36).slice(2,11)}var L=null,B=[];function dn(){return[L].concat(B).filter(Boolean)}function ia(t,e){let r;try{r=document.createElement("iframe"),r.setAttribute("aria-hidden","true"),r.style.cssText="display:none!important;width:0;height:0;border:0;position:absolute;left:-9999px;",(document.body||document.documentElement).appendChild(r);let n=r.contentWindow&&r.contentWindow.Element&&r.contentWindow.Element.prototype&&r.contentWindow.Element.prototype.attachShadow;if(typeof n=="function"){let o=n.call(t,e);return r.remove(),o}}catch(n){}try{r&&r.remove()}catch(n){}return t.attachShadow(e)}var aa=/^(transform|transform-origin|margin|margin-(top|right|bottom|left)|align-self|justify-self|place-self|position|inset|top|right|bottom|left|z-index|width|min-width|max-width|height|min-height|max-height|font-size)$/i;function ca(t){return!t||typeof t!="string"?"":t.split(";").map(e=>e.trim()).filter(Boolean).filter(e=>aa.test(e.split(":")[0].trim().toLowerCase())).join(";")}var Ht=null,Oe=!1,Be=0,ze=0,qe=0,Q={},_n=!1,pt=null;function z(){return pt||(pt=X().then(t=>{if(!t)return pt=null,null;try{bt(t,w().projectId,w().product)}catch(e){}return Ft(t.template&&t.template.tryOnButton||null)||{__loaded:!0}}).catch(()=>(pt=null,null))),pt}var ht=null,$t=null,F=null,Kt=typeof location!="undefined"?location.pathname:"";function la(t){let e=/<script[^>]+application\/ld\+json[^>]*>([\s\S]*?)<\/script>/gi,r;for(;r=e.exec(t);)try{let n=JSON.parse(r[1].trim()),o=Array.isArray(n)?n:[n];for(let i of o)if(i&&/product/i.test(i["@type"]||"")&&(i.sku||i.mpn))return String(i.sku||i.mpn)}catch(n){}return null}function De(){return F&&F.path===location.pathname&&F.value?{value:F.value,source:"url-fresh"}:ct()}function sa(){ht||(Kt=location.pathname,ht=setInterval(()=>{try{if(L&&!L.isConnected){k("pdp");return}if(location.pathname!==Kt){Kt=location.pathname,F=null,fetch(location.href,{credentials:"same-origin"}).then(r=>r.ok?r.text():null).then(r=>{let n=r&&la(r);n&&(F={path:location.pathname,value:n},$t=n),k("pdp")}).catch(()=>k("pdp"));return}let t=De(),e=t&&t.value;e&&e!==$t&&($t=e,k("pdp"))}catch(t){}},1500))}function ua(){ht&&(clearInterval(ht),ht=null),$t=null,F=null,Kt=typeof location!="undefined"?location.pathname:""}function da(){if(_n)return;_n=!0;let t=null;try{window.addEventListener("resize",()=>{clearTimeout(t),t=setTimeout(()=>{Ht&&k("pdp")},200)})}catch(e){}}function Ue(t){if(t){if(typeof t.__mkCleanup=="function")try{t.__mkCleanup()}catch(e){}t.parentNode&&t.parentNode.removeChild(t)}}function mt(){Ue(L),B.forEach(Ue),L=null,B=[],Ht=null}var fa={IMG:1,INPUT:1,VIDEO:1,CANVAS:1,EMBED:1,OBJECT:1,IFRAME:1,BR:1,HR:1,SELECT:1,TEXTAREA:1,SVG:1};function pa(t){switch(t){case"top-center":return"top:0;left:50%;transform:translateX(-50%);";case"top-right":return"top:0;right:0;";case"middle-left":return"top:50%;left:0;transform:translateY(-50%);";case"center":return"top:50%;left:50%;transform:translate(-50%,-50%);";case"middle-right":return"top:50%;right:0;transform:translateY(-50%);";case"bottom-left":return"bottom:0;left:0;";case"bottom-center":return"bottom:0;left:50%;transform:translateX(-50%);";case"bottom-right":return"bottom:0;right:0;";case"top-left":default:return"top:0;left:0;"}}function ma(t,e,r){let o=!fa[t.tagName]?t:t.parentElement||document.body;try{getComputedStyle(o).position==="static"&&(o.style.position="relative")}catch(l){}if(o===t){e.style.cssText="position:absolute;z-index:2147483000;"+pa(r),t.appendChild(e);return}e.style.cssText="position:absolute;z-index:2147483000;",o.appendChild(e);let i=()=>{try{let l=t.getBoundingClientRect(),p=o.getBoundingClientRect(),d=e.offsetWidth,m=e.offsetHeight,h=l.top-p.top+o.scrollTop,x=l.left-p.left+o.scrollLeft,f=r||"top-left",v=h,K=x;f.indexOf("bottom")===0?v=h+l.height-m:(f.indexOf("middle")===0||f==="center")&&(v=h+(l.height-m)/2),f.indexOf("right")>=0?K=x+l.width-d:f.indexOf("center")>=0&&(K=x+(l.width-d)/2),e.style.top=v+"px",e.style.left=K+"px"}catch(l){}};i();let a=()=>i();window.addEventListener("resize",a);let c=setTimeout(i,600),s=setTimeout(i,1500),u=null;try{if(t.tagName==="IMG"&&!t.complete&&t.addEventListener("load",i,{once:!0}),typeof ResizeObserver=="function"){u=new ResizeObserver(()=>i());try{u.observe(t)}catch(l){}try{u.observe(o)}catch(l){}}}catch(l){}e.__mkCleanup=()=>{window.removeEventListener("resize",a),clearTimeout(c),clearTimeout(s);try{t.removeEventListener("load",i)}catch(l){}try{u&&u.disconnect()}catch(l){}}}function ha(t,e,r){e.style.cssText="position:absolute;z-index:100;",document.body.appendChild(e);let n=()=>{try{let d=t.getBoundingClientRect(),m=e.offsetWidth,h=e.offsetHeight,x=r||"top-left",f=d.top+window.scrollY,v=d.left+window.scrollX;x.indexOf("bottom")===0?f=d.bottom+window.scrollY-h:(x.indexOf("middle")===0||x==="center")&&(f=d.top+window.scrollY+(d.height-h)/2),x.indexOf("right")>=0?v=d.right+window.scrollX-m:x.indexOf("center")>=0&&(v=d.left+window.scrollX+(d.width-m)/2),e.style.top=Math.round(f)+"px",e.style.left=Math.round(v)+"px"}catch(d){}};n();let o=0,i=!1,a=()=>{o=Date.now()+450,!i&&(i=!0,function d(){n(),Date.now()<o?requestAnimationFrame(d):i=!1}())},c=()=>n();window.addEventListener("resize",c),window.addEventListener("scroll",a,!0);let s=setTimeout(n,600),u=setTimeout(n,1500),l=null,p=null;try{t.tagName==="IMG"&&!t.complete&&t.addEventListener("load",n,{once:!0});let d=t.querySelector&&t.querySelector("img");if(d&&!d.complete&&d.addEventListener("load",n,{once:!0}),typeof ResizeObserver=="function"){l=new ResizeObserver(()=>n());try{l.observe(t)}catch(x){}}let m=t.parentElement,h=null;for(let x=0;x<8&&m;x++){let f=getComputedStyle(m);if(f.transform&&f.transform!=="none"||/swiper|slick|flick|carousel|glide|splide|slider/i.test((m.className||"").toString())){h=m;break}m=m.parentElement}h&&typeof MutationObserver=="function"&&(p=new MutationObserver(a),p.observe(h,{attributes:!0,attributeFilter:["style","class"]}))}catch(d){}e.__mkCleanup=()=>{window.removeEventListener("resize",c),window.removeEventListener("scroll",a,!0),clearTimeout(s),clearTimeout(u);try{l&&l.disconnect()}catch(d){}try{p&&p.disconnect()}catch(d){}}}function ya(t,e,r){try{return t.insertAdjacentElement(r||"afterend",e),!0}catch(n){try{return t.parentNode.insertBefore(e,t.nextSibling),!0}catch(o){return!1}}}async function k(t){let e=w(),r=null;if(t!=="pdp"){mt(),ua();return}if(!e.projectId)return;if(sa(),!e._anchorFromPicker){let l=await z(),p=ot(),d=l&&l.main,m=l&&l.anchors,h=l&&l.cards;if(p&&p.tryOnButton){let f=Ft(p.tryOnButton)||{};f.main&&(d=Object.assign({},d||e.anchor||{},f.main),r=d),f.anchors&&(m=f.anchors),f.cards&&(h=f.cards)}d&&(e.anchor=d),m&&(e.anchors=m),h&&(e.cards=h);let x=!!(e.anchor&&(e.anchor.desktop||e.anchor.mobile||e.anchor.tablet||e.anchor.selector));if(!e.forceButton&&!(l&&l.main)&&!x){mt(),l===null&&Be<3&&(Be++,setTimeout(()=>k(t),1500));return}Be=0}if(Oe)return;let n=De(),o=n&&n.value,i=!!e.forceButton,a=l=>l?[l.selector,l.position,l.mode,l.align,l.style].join("~"):"heuristic",c=Array.isArray(e.anchors)?e.anchors:[],s=[o||"demo",a(dt(e.anchor))].concat(c.map(l=>a(dt(l)))).join("|"),u=L;if(!(u&&u.isConnected&&Ht===s)){if(u&&mt(),!o&&!i){g("auto-mount: SKU n\xE3o resolvido na PDP"),ze<10&&(ze++,setTimeout(()=>k(t),800));return}if(ze=0,!i&&e.anchor&&dt(e.anchor)&&!Dt(e.anchor)&&qe<12){qe++,setTimeout(()=>k(t),600);return}qe=0,Oe=!0;try{let l=i;i||(Q[o]||(Q[o]=U(e.projectId,o).then(f=>!!(f&&f.available)).catch(()=>!1)),l=await Q[o]);try{nr(l?"available":"unavailable")}catch(f){}if(!l){g("auto-mount: produto sem try-on",o);return}if(ot().holdout){mt(),g("auto-mount: holdout \u2014 bot\xE3o suprimido");return}let p=await z(),d=window.matchMedia("(max-width: 767px)").matches,m=ft(r||p&&p.main||e.anchor||{},d),h=()=>{let f=De(),v=f&&f.value||o||"";at(),y("button_clicked",{sku:v,style:m.style}),ut({projectId:e.projectId,identifier:v})},x=fn();L=Fe(x,m,h),B=[];for(let f=0;f<c.length;f++){let v=c[f],K=Dt(v);if(!K)continue;let kn=p&&p.anchors&&p.anchors[f]||v,Ke=Fe(K,ft(kn,d),h);Ke&&B.push(Ke)}Ht=s,da(),g("auto-mount: bot\xE3o",{style:m.style,sku:o,mounted:!!L,extras:B.length,forced:i}),(L||B.length)&&y("button_rendered",{style:m.style,sku:o||null,skuSource:n&&n.source,anchorFound:!!x,position:x?x.position:null,mode:x?x.mode:null,extras:B.length,forced:i})}finally{Oe=!1}}}function Fe(t,e,r){let n=t&&t.mode||"flow",o=bn(e,r);if(!o)return null;let i=document.createElement("div");i.id=oa(),ia(i,{mode:"closed"}).appendChild(o),["click","mousedown","mouseup","pointerdown","pointerup","touchstart"].forEach(s=>{try{i.addEventListener(s,u=>{u.stopPropagation()},!1)}catch(u){}});let c=!1;if(t&&t.el&&t.el.parentNode&&(n==="overlay"?(t.detached?ha(t.el,i,t.align):ma(t.el,i,t.align),c=!0):(i.style.cssText="display:contents;",c=ya(t.el,i,t.position))),c||(i.style.cssText="position:fixed;left:16px;bottom:16px;z-index:2147483000;",document.body.appendChild(i)),t&&t.style){let s=ca(t.style);if(s){if(n==="overlay"){let u=s.match(/(?:^|;)\s*z-index\s*:\s*([^;]+)/i);if(u)try{i.style.zIndex=u[1].trim()}catch(l){}}try{o.style.cssText+=";"+s}catch(u){}}}return i}function vn(){try{let t=w(),e={anchor:t.anchor,anchors:t.anchors,cards:t.cards,forceButton:t.forceButton},r={},n=i=>({desktop:i,tablet:i,mobile:i}),o=(i,a,c)=>{i=i||{};let s=d=>a===d?c:r[d];t.anchor=s("primary")?n(s("primary")):i.main||null;let u=Array.isArray(i.anchors)?i.anchors:[],l=u.length;Object.keys(r).concat(a?[a]:[]).forEach(d=>{d&&d.indexOf("extra-")===0&&(l=Math.max(l,(parseInt(d.slice(6),10)||0)+1))});let p=[];for(let d=0;d<l;d++){let m=s("extra-"+d);p[d]=m?n(m):u[d]||null}t.anchors=p,t._anchorFromPicker=!0,t.forceButton=!0};window.addEventListener("message",i=>{if(i.source!==window)return;let a=i.data;if(!(!a||!a.__mkCmd)){if(a.__mkCmd==="getButtons"){z().then(c=>{let s=c&&Array.isArray(c.anchors)?c.anchors.length:0;try{window.postMessage({__mkButtons:{extras:s,hasMain:!!(c&&c.main)}},"*")}catch(u){}});return}if(a.__mkCmd==="previewSlot"){z().then(c=>{o(c,a.slot||"primary",a.live),k("pdp")});return}if(a.__mkCmd==="saveSlot"){a.slot&&a.live&&(r[a.slot]=a.live),z().then(c=>{o(c),k("pdp")});return}if(a.__mkCmd==="galleryPreview"){t.cards=a.cards||null,t._anchorFromPicker=!0,t.forceButton=!0,tt(),Vt("category");return}if(a.__mkCmd==="applyRecipe"){z().then(c=>{o(c),a.cards!==void 0&&(t.cards=a.cards||null),k("pdp"),t.cards&&(tt(),Vt("category"))});return}if(a.__mkCmd==="cancelPreview"){Object.keys(r).length?z().then(c=>{o(c),k("pdp")}):(t.anchor=e.anchor,t.anchors=e.anchors,t.cards=e.cards,t._anchorFromPicker=!1,t.forceButton=e.forceButton,mt(),tt(),k("pdp"));return}}})}catch(t){}}var $=null,yt=null,$e=null,gt=new Map;function ga(t,e){try{if(e.skuAttr){let o=e.skuSelector?t.querySelector(e.skuSelector):t,i=o&&o.getAttribute(e.skuAttr);if(i)return String(i).trim()}if(e.skuSelector&&!e.skuAttr){let o=t.querySelector(e.skuSelector),i=o&&(o.getAttribute("content")||o.textContent||"").trim();if(i)return i}let r=t.querySelector(e.linkSelector||"a[href]"),n=r&&r.getAttribute("href");if(n){let o=n.match(/-p(\d+)|[?&]variant=(\d+)|\/produtos?\/([\w-]+)|\/products?\/([\w-]+)|-(\d+)(?:[/?#]|$)/);if(o)return o[1]||o[2]||o[3]||o[4]||o[5]}}catch(r){}return null}async function wa(t,e,r){if(gt.has(t))return;let n=!!w().forceButton,o=ga(t,e);if(!o&&!n)return;let i=n;if(i||(Q[o]||(Q[o]=U(w().projectId,o).then(l=>!!(l&&l.available)).catch(()=>!1)),i=await Q[o]),!i||gt.has(t)||!t.isConnected)return;let c={el:e.anchorWithin&&t.querySelector(e.anchorWithin)||t,mode:e.mode||"overlay",align:e.align||"top-left",position:e.position||"afterbegin",style:e.injectStyle||e.style||"",detached:!0},u=Fe(c,r,()=>{at(),y("button_clicked",{sku:o,gallery:!0,style:r.style}),ut({projectId:w().projectId,identifier:o})});u&&(gt.set(t,u),y("button_rendered",{gallery:!0,sku:o,style:r.style}))}function Ne(t){try{document.querySelectorAll(t.cardSelector).forEach(e=>{e.__mkCard||(e.__mkCard=!0,$.observe(e))})}catch(e){}}function tt(){if($){try{$.disconnect()}catch(t){}$=null}if(yt){try{yt.disconnect()}catch(t){}yt=null}clearTimeout($e),gt.forEach(t=>Ue(t)),gt.clear()}async function Vt(t){let e=w();if(t==="pdp"||t==="cart"||t==="checkout"||t==="purchase"){tt();return}if(!e.projectId)return;let r=await z(),n=e.cards||r&&r.cards||null;if(!n||!n.cardSelector){tt();return}if($){Ne(n);return}if(typeof IntersectionObserver!="function")return;let o=ft(n,window.matchMedia("(max-width: 767px)").matches);if(o.style==="none"){tt();return}$=new IntersectionObserver(i=>{for(let a of i)a.isIntersecting&&($.unobserve(a.target),wa(a.target,n,o))},{rootMargin:"300px"}),Ne(n);try{yt=new MutationObserver(()=>{clearTimeout($e),$e=setTimeout(()=>Ne(n),250)}),yt.observe(document.body,{childList:!0,subtree:!0})}catch(i){}g("auto-mount galeria ativa",{cardSelector:n.cardSelector})}(function(){"use strict";try{let r=function(){try{cr(),vn(),tn(),e.autoTrack!==!1&&(Or((o,i)=>{$r(o,i),k(o),Vt(o)}),Vr(),Hr()),g("mk-sdk iniciado",{projectId:e.projectId,collectorUrl:e.collectorUrl})}catch(o){e.debug&&console.error("[mk-sdk] init erro",o)}},e=Gt();if(e.projectId){let o=dr(e.projectId);o&&ne(o),X().then(i=>{let a=sr(i);ne(a),fr(e.projectId,a),g("escopo de coleta",a);try{bt(i,e.projectId,e.product)}catch(c){}})}document.readyState==="loading"?document.addEventListener("DOMContentLoaded",r):r();let n={open:ut,close:Nt,isAvailable:Zr,getAvailability:U,onReady:nn,onClose:on,onAddToCart:an,onProductLoaded:cn,onError:ln,onInteraction:sn,onGenerationComplete:un,testCart:Ir,experiments:Xt,resetExperiments:Xe,_version:ee,_isMkSdk:!0};typeof window!="undefined"&&(window.mk=n)}catch(e){typeof console!="undefined"&&console.error("[mk-sdk] boot fatal",e)}})();})();
package/dist/mk-sdk.js CHANGED
@@ -1 +1 @@
1
- (()=>{(function(){try{let i=function(){try{var t=JSON.parse(localStorage.getItem(s));return t&&o.test(t.v)&&t.exp>Date.now()?t.v:null}catch(e){return null}},v=function(t){var e="https://cdn.jsdelivr.net/npm/";try{var r=(n&&n.src||"").match(/^(https?:\/\/.+?\/)mk-sdk-git@[^/]+\/dist\/mk-sdk\.js/);r&&(e=r[1])}catch(u){}return e+"mk-sdk-git@"+t+"/dist/mk-core.js"},c=function(t){if(!d){d=!0;var e=document.createElement("script");if(e.src=v(t),e.async=!0,n&&n.attributes)for(var r=0;r<n.attributes.length;r++){var u=n.attributes[r];u.name.indexOf("data-")===0&&e.setAttribute(u.name,u.value)}(document.head||document.documentElement).appendChild(e)}};var l=i,h=v,k=c;if(window.__mkBooted)return;window.__mkBooted=!0;var s="mk_sdk_v",_=10*60*1e3,f=700,o=/^\d+\.\d+\.\d+$/,n=document.currentScript||document.querySelector("script[data-mk-project]")||document.querySelector('script[src*="mk-sdk"]'),d=!1,a=i()||"1.1.106",m=setTimeout(function(){c(a)},f);fetch("https://api-collector.mk3dlabs.com/v1/sdk/version").then(function(t){return t.ok?t.json():null}).then(function(t){var e=t&&t.version;if(o.test(e))try{localStorage.setItem(s,JSON.stringify({v:e,exp:Date.now()+_}))}catch(r){}clearTimeout(m),c(o.test(e)?e:a)}).catch(function(){clearTimeout(m),c(a)})}catch(i){}})();})();
1
+ (()=>{(function(){try{let i=function(){try{var t=JSON.parse(localStorage.getItem(s));return t&&o.test(t.v)&&t.exp>Date.now()?t.v:null}catch(e){return null}},v=function(t){var e="https://cdn.jsdelivr.net/npm/";try{var r=(n&&n.src||"").match(/^(https?:\/\/.+?\/)mk-sdk-git@[^/]+\/dist\/mk-sdk\.js/);r&&(e=r[1])}catch(u){}return e+"mk-sdk-git@"+t+"/dist/mk-core.js"},c=function(t){if(!d){d=!0;var e=document.createElement("script");if(e.src=v(t),e.async=!0,n&&n.attributes)for(var r=0;r<n.attributes.length;r++){var u=n.attributes[r];u.name.indexOf("data-")===0&&e.setAttribute(u.name,u.value)}(document.head||document.documentElement).appendChild(e)}};var l=i,h=v,k=c;if(window.__mkBooted)return;window.__mkBooted=!0;var s="mk_sdk_v",_=10*60*1e3,f=700,o=/^\d+\.\d+\.\d+$/,n=document.currentScript||document.querySelector("script[data-mk-project]")||document.querySelector('script[src*="mk-sdk"]'),d=!1,a=i()||"1.1.108",m=setTimeout(function(){c(a)},f);fetch("https://api-collector.mk3dlabs.com/v1/sdk/version").then(function(t){return t.ok?t.json():null}).then(function(t){var e=t&&t.version;if(o.test(e))try{localStorage.setItem(s,JSON.stringify({v:e,exp:Date.now()+_}))}catch(r){}clearTimeout(m),c(o.test(e)?e:a)}).catch(function(){clearTimeout(m),c(a)})}catch(i){}})();})();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mk-sdk-git",
3
- "version": "1.1.106",
3
+ "version": "1.1.108",
4
4
  "description": "SDK de tracking de e-commerce + try-on da MetaKosmos (core tracker, roda em todas as páginas)",
5
5
  "main": "dist/mk-sdk.js",
6
6
  "files": [
@@ -58,6 +58,17 @@ export function resolveSku() {
58
58
  return generic.resolveSku();
59
59
  }
60
60
 
61
+ /** Tamanhos da PDP pela plataforma ativa (só as que definem resolveSizes; ex.: Wake).
62
+ * Passado pro provador (query sdkSizes) como FALLBACK quando o backend não traz
63
+ * tamanho — ex.: Wake Storefront novo. [] pra plataformas sem resolveSizes. */
64
+ export function resolveSizes() {
65
+ const plat = currentPlatform();
66
+ if (plat && typeof plat.resolveSizes === 'function') {
67
+ try { const r = plat.resolveSizes(); if (Array.isArray(r)) return r; } catch (_) {}
68
+ }
69
+ return [];
70
+ }
71
+
61
72
  function normItem(payload) {
62
73
  payload = payload || {};
63
74
  return {
@@ -3,9 +3,10 @@
3
3
  // (API do StorefrontClient). Validado ao vivo (Gregory): adiciona + dispara
4
4
  // o evento productAddedToCart.
5
5
  //
6
- // Nota: produtos-matriz (cor×tamanho) resolvem o variantId pela seleção na PDP
7
- // (input[name="product-variant-id"]). Tentamos aplicar o tamanho via selectAttribute,
8
- // mas se não propagar, usa-se a variante atual da PDP.
6
+ // Nota: produtos-matriz (cor×tamanho) resolvem o variantId dirigindo o fluxo NATIVO
7
+ // do tema — selectAttribute(radio) renderAttributes re-renderiza a PDP e o número
8
+ // da variante aparece no [add-to-cart-button].value (Storefront novo) ou no
9
+ // input[name="product-variant-id"] (Fbits clássico). Sem regex/StorefrontClient.
9
10
 
10
11
  export const id = 'wake';
11
12
  export const skipRedirect = true; // o tema mostra overlay/mini-cart após adicionar
@@ -29,20 +30,62 @@ export function resolveSku() {
29
30
 
30
31
  const norm = (s) => String(s == null ? '' : s).trim().toLowerCase();
31
32
 
33
+ // "34" | "P" | "38,5" parecem tamanho; "Branco"/"Azul" (cor) não.
34
+ const looksLikeSize = (v) => /^\d{1,3}([.,]\d)?$/.test(v) || /^(PP|P|M|G|GG|XG|XGG|XXG|EG|EGG|UN|U)$/i.test(v);
35
+
36
+ // Tamanhos da PDP (Storefront novo E clássico): input[attribute-value] não
37
+ // desabilitados cujo valor parece tamanho (ignora atributos de cor). Só o rótulo
38
+ // — o variantId é resolvido no add (via API oficial da loja, quando preciso).
39
+ export function resolveSizes() {
40
+ try {
41
+ const out = [];
42
+ for (const r of document.querySelectorAll('input[attribute-value]')) {
43
+ if (r.disabled) continue;
44
+ const v = String(r.getAttribute('attribute-value') || '').trim();
45
+ if (v && looksLikeSize(v) && !out.includes(v)) out.push(v);
46
+ }
47
+ return out;
48
+ } catch (_) { return []; }
49
+ }
50
+
51
+ // Lê o produtoVarianteId da variante ATUALMENTE selecionada na PDP, cobrindo os
52
+ // dois temas Wake:
53
+ // • Storefront novo (ex.: Dumond): o número mora no VALUE do [add-to-cart-button]
54
+ // — o onclick nativo é literalmente `addToCartClick(this.value)`. O renderAttributes
55
+ // re-renderiza esse botão a cada seleção.
56
+ // • Fbits clássico (ex.: Gregory): input[name=product-variant-id].
57
+ const readVariantId = () =>
58
+ document.querySelector('[add-to-cart-button]')?.value ||
59
+ document.querySelector('[name="product-variant-id"]')?.value || null;
60
+
32
61
  export async function addToCart({ size, quantity }) {
33
- // tenta aplicar o tamanho escolhido no provador (radio attribute-value == size)
62
+ let variantId = null;
63
+
34
64
  if (size) {
35
65
  const radio = [...document.querySelectorAll('input[attribute-value]')]
36
66
  .find((r) => norm(r.getAttribute('attribute-value')) === norm(size));
67
+
37
68
  if (radio) {
69
+ // Dispara a MESMA seleção do tema (o radio nativo tem onclick="selectAttribute(this)").
70
+ // selectAttribute → renderAttributes (async, client.snippet.render) re-renderiza a div
71
+ // do produto e o [add-to-cart-button] passa a ter value = variante DO tamanho escolhido.
72
+ const before = readVariantId();
38
73
  try { radio.checked = true; } catch (_) {}
39
74
  try { if (typeof window.selectAttribute === 'function') window.selectAttribute(radio); else radio.click(); } catch (_) {}
40
- await new Promise((r) => setTimeout(r, 600));
75
+
76
+ // Espera o re-render trocar a variante (medido ~250ms na Dumond; até ~3s de folga).
77
+ for (let i = 0; i < 12; i++) {
78
+ await new Promise((r) => setTimeout(r, 250));
79
+ const v = readVariantId();
80
+ if (v && /^\d+$/.test(v) && v !== before) { variantId = v; break; }
81
+ }
82
+ // Sem troca (ex.: o tamanho pedido já era o selecionado) → usa a leitura atual.
83
+ if (!variantId) variantId = readVariantId();
41
84
  }
42
85
  }
43
86
 
44
- const vEl = document.querySelector('[name="product-variant-id"]');
45
- const variantId = vEl && vEl.value;
87
+ // fallback: variante atual da PDP (sem tamanho, ou size não casou nenhum radio)
88
+ if (!variantId) variantId = readVariantId();
46
89
  if (!variantId) throw new Error('wake: product-variant-id não encontrado');
47
90
  if (typeof window.addOrCreateCheckout !== 'function') throw new Error('wake: addOrCreateCheckout indisponível');
48
91
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  import { getConfig, log } from '../core/config.js';
5
5
  import { track, markEngaged } from '../core/transport.js';
6
- import { addToCart as cartAdd, openCartAfterAdd, redirectToCart } from '../platforms/index.js';
6
+ import { addToCart as cartAdd, openCartAfterAdd, redirectToCart, resolveSizes } from '../platforms/index.js';
7
7
  import { getButtonHosts } from './automount.js';
8
8
  import { resolveLauncher } from './launchers/index.js';
9
9
  import { getVariantOverride } from '../core/experiments.js';
@@ -136,7 +136,14 @@ function openModal(cfg) {
136
136
 
137
137
  iframe = document.createElement('iframe');
138
138
  const launcher = resolveLauncher(getConfig().product);
139
- iframe.src = launcher.iframeSrc(cfg.projectId, cfg.identifier);
139
+ let iframeSrc = launcher.iframeSrc(cfg.projectId, cfg.identifier);
140
+ // Passa os tamanhos da PDP pro provador (fallback quando o backend não traz —
141
+ // ex.: Wake Storefront novo). Só o rótulo; o variantId é resolvido no add.
142
+ try {
143
+ const sizes = resolveSizes();
144
+ if (sizes && sizes.length) iframeSrc += (iframeSrc.indexOf('?') >= 0 ? '&' : '?') + 'sdkSizes=' + encodeURIComponent(sizes.join(','));
145
+ } catch (_) {}
146
+ iframe.src = iframeSrc;
140
147
  iframe.style.cssText = 'width:100%;height:100%;border:none;';
141
148
  iframe.setAttribute('allow', 'camera *; microphone *');
142
149
  iframe.setAttribute('allowfullscreen', 'true');