{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:decode-uri-component@0.4.1/index.js", "ssg:https://ga.jspm.io/npm:split-on-first@3.0.0/index.js", "ssg:https://ga.jspm.io/npm:filter-obj@5.1.0/index.js", "ssg:https://ga.jspm.io/npm:query-string@8.1.0/index.js", "ssg:https://framerusercontent.com/modules/U2GPATOvub8h2hYg1J98/3iFlu5cMwMvBG3DWQQNp/Carousel.js", "ssg:https://framerusercontent.com/modules/eAejHXy6apg0StNmpKvK/4uA71TWP0uSyqhDERFA6/_framer_utils.js", "ssg:https://framerusercontent.com/modules/EH8lEN3xKQWeVnIzCxoT/epb7kctCGv9B9yhSz1VB/ImageGallery.js", "ssg:https://framerusercontent.com/modules/xpqbkEp3IFoaBlvr8BRa/aJXGvPoLBshwVVnlvmW4/_queries.js", "ssg:https://framerusercontent.com/modules/yZBbIevRfN36MGDPpltx/4PeFfcQIwdCvASoUnlqk/_atoms.js", "ssg:https://framerusercontent.com/modules/tdCHCV0pSkxlDaX5GkOX/X3Q52ZLiO6DTT1Sb5gV1/_useShopify.js", "ssg:https://framerusercontent.com/modules/xEahqZEsyG5uoZky61jQ/0fKThaOrafAWucwKdjoT/_useProduct.js", "ssg:https://framerusercontent.com/modules/hQlZBgGeLDev5WuUJA4d/W5z3USVGl6mIjAon3RMp/ComponentWrapper.js", "ssg:https://framerusercontent.com/modules/hrHJM38kepGvnmA73JmL/KYv6iGQDsbGsZu7wUwEI/Shopify_ProductImageGallery.js", "ssg:https://framerusercontent.com/modules/IySki7zU6gj9mB2w3PpE/FzC8gOvBBHOfu3iAA1F3/Shopify_ProductVariantSelector.js", "ssg:https://framerusercontent.com/modules/xEahqZEsyG5uoZky61jQ/H38scE3PRDHksf1CaWvj/_useProduct.js", "ssg:https://framerusercontent.com/modules/EoMllm11FAeAfrQZgkjQ/LMhGmi204cugd6mksqKj/Button.js", "ssg:https://framerusercontent.com/modules/sLbkDuXdCdpfHR6EbULm/6fVa379B8iO9pPfQDVcP/Shopify_ProductAddToCart.js", "ssg:https://framerusercontent.com/modules/2st4DNkNYiQAbMDXhpJ6/D0HG6CrH6cvpeYOdOwoA/Counter.js", "ssg:https://framerusercontent.com/modules/wX4sen6GdOvT6ZMLoNql/ZnZ6CCL2x2irhDwwmLB8/Shopiframe_ProductCounter.js", "ssg:https://framerusercontent.com/modules/XUMZkHzkb6JRq7hdD46W/ZNjEBvlFU5A2kT222b25/Shopify_ProductPrice.js", "ssg:https://framerusercontent.com/modules/x4gvFYy4QyWyi7hAe03l/FTlZDs2yhmLXFFQ8M8LS/iY1QRVC59.js", "ssg:https://framerusercontent.com/modules/E4hpkL7BEZNxSAt2goph/cXRdciAIkBK4SNVPn5bo/R_jxwrpQU.js", "ssg:https://framerusercontent.com/modules/fEl9P3lN9MCEEUwdc4bi/wf2xuAaYZz3x0roowlUG/dVs7HSqsz.js"],
  "sourcesContent": ["const e=\"%[a-f0-9]{2}\";const o=new RegExp(\"(\"+e+\")|([^%]+?)\",\"gi\");const t=new RegExp(\"(\"+e+\")+\",\"gi\");function decodeComponents(e,o){try{return[decodeURIComponent(e.join(\"\"))]}catch{}if(1===e.length)return e;o=o||1;const t=e.slice(0,o);const n=e.slice(o);return Array.prototype.concat.call([],decodeComponents(t),decodeComponents(n))}function decode(e){try{return decodeURIComponent(e)}catch{let t=e.match(o)||[];for(let n=1;n<t.length;n++){e=decodeComponents(t,n).join(\"\");t=e.match(o)||[]}return e}}function customDecodeURIComponent(e){const o={\"%FE%FF\":\"\uFFFD\uFFFD\",\"%FF%FE\":\"\uFFFD\uFFFD\"};let n=t.exec(e);while(n){try{o[n[0]]=decodeURIComponent(n[0])}catch{const e=decode(n[0]);e!==n[0]&&(o[n[0]]=e)}n=t.exec(e)}o[\"%C2\"]=\"\uFFFD\";const c=Object.keys(o);for(const t of c)e=e.replace(new RegExp(t,\"g\"),o[t]);return e}function decodeUriComponent(e){if(\"string\"!==typeof e)throw new TypeError(\"Expected `encodedURI` to be of type `string`, got `\"+typeof e+\"`\");try{return decodeURIComponent(e)}catch{return customDecodeURIComponent(e)}}export{decodeUriComponent as default};\n\n//# sourceMappingURL=index.js.map", "function splitOnFirst(t,e){if(!(\"string\"===typeof t&&\"string\"===typeof e))throw new TypeError(\"Expected the arguments to be of type `string`\");if(\"\"===t||\"\"===e)return[];const r=t.indexOf(e);return-1===r?[]:[t.slice(0,r),t.slice(r+e.length)]}export default splitOnFirst;\n\n//# sourceMappingURL=index.js.map", "function includeKeys(e,r){const t={};if(Array.isArray(r))for(const n of r){const r=Object.getOwnPropertyDescriptor(e,n);r?.enumerable&&Object.defineProperty(t,n,r)}else for(const n of Reflect.ownKeys(e)){const c=Object.getOwnPropertyDescriptor(e,n);if(c.enumerable){const o=e[n];r(n,o,e)&&Object.defineProperty(t,n,c)}}return t}function excludeKeys(e,r){if(Array.isArray(r)){const t=new Set(r);return includeKeys(e,(e=>!t.has(e)))}return includeKeys(e,((e,t,n)=>!r(e,t,n)))}export{excludeKeys,includeKeys};\n\n//# sourceMappingURL=index.js.map", "import e from\"decode-uri-component\";import r from\"split-on-first\";import{includeKeys as t}from\"filter-obj\";const isNullOrUndefined=e=>null===e||void 0===e;const strictUriEncode=e=>encodeURIComponent(e).replace(/[!'()*]/g,(e=>`%${e.charCodeAt(0).toString(16).toUpperCase()}`));const o=Symbol(\"encodeFragmentIdentifier\");function encoderForArrayFormat(e){switch(e.arrayFormat){case\"index\":return r=>(t,o)=>{const n=t.length;return void 0===o||e.skipNull&&null===o||e.skipEmptyString&&\"\"===o?t:null===o?[...t,[encode(r,e),\"[\",n,\"]\"].join(\"\")]:[...t,[encode(r,e),\"[\",encode(n,e),\"]=\",encode(o,e)].join(\"\")]};case\"bracket\":return r=>(t,o)=>void 0===o||e.skipNull&&null===o||e.skipEmptyString&&\"\"===o?t:null===o?[...t,[encode(r,e),\"[]\"].join(\"\")]:[...t,[encode(r,e),\"[]=\",encode(o,e)].join(\"\")];case\"colon-list-separator\":return r=>(t,o)=>void 0===o||e.skipNull&&null===o||e.skipEmptyString&&\"\"===o?t:null===o?[...t,[encode(r,e),\":list=\"].join(\"\")]:[...t,[encode(r,e),\":list=\",encode(o,e)].join(\"\")];case\"comma\":case\"separator\":case\"bracket-separator\":{const r=\"bracket-separator\"===e.arrayFormat?\"[]=\":\"=\";return t=>(o,n)=>{if(void 0===n||e.skipNull&&null===n||e.skipEmptyString&&\"\"===n)return o;n=null===n?\"\":n;return 0===o.length?[[encode(t,e),r,encode(n,e)].join(\"\")]:[[o,encode(n,e)].join(e.arrayFormatSeparator)]}}default:return r=>(t,o)=>void 0===o||e.skipNull&&null===o||e.skipEmptyString&&\"\"===o?t:null===o?[...t,encode(r,e)]:[...t,[encode(r,e),\"=\",encode(o,e)].join(\"\")]}}function parserForArrayFormat(e){let r;switch(e.arrayFormat){case\"index\":return(e,t,o)=>{r=/\\[(\\d*)]$/.exec(e);e=e.replace(/\\[\\d*]$/,\"\");if(r){void 0===o[e]&&(o[e]={});o[e][r[1]]=t}else o[e]=t};case\"bracket\":return(e,t,o)=>{r=/(\\[])$/.exec(e);e=e.replace(/\\[]$/,\"\");r?void 0!==o[e]?o[e]=[...o[e],t]:o[e]=[t]:o[e]=t};case\"colon-list-separator\":return(e,t,o)=>{r=/(:list)$/.exec(e);e=e.replace(/:list$/,\"\");r?void 0!==o[e]?o[e]=[...o[e],t]:o[e]=[t]:o[e]=t};case\"comma\":case\"separator\":return(r,t,o)=>{const n=\"string\"===typeof t&&t.includes(e.arrayFormatSeparator);const a=\"string\"===typeof t&&!n&&decode(t,e).includes(e.arrayFormatSeparator);t=a?decode(t,e):t;const s=n||a?t.split(e.arrayFormatSeparator).map((r=>decode(r,e))):null===t?t:decode(t,e);o[r]=s};case\"bracket-separator\":return(r,t,o)=>{const n=/(\\[])$/.test(r);r=r.replace(/\\[]$/,\"\");if(!n){o[r]=t?decode(t,e):t;return}const a=null===t?[]:t.split(e.arrayFormatSeparator).map((r=>decode(r,e)));void 0!==o[r]?o[r]=[...o[r],...a]:o[r]=a};default:return(e,r,t)=>{void 0!==t[e]?t[e]=[...[t[e]].flat(),r]:t[e]=r}}}function validateArrayFormatSeparator(e){if(\"string\"!==typeof e||1!==e.length)throw new TypeError(\"arrayFormatSeparator must be single character string\")}function encode(e,r){return r.encode?r.strict?strictUriEncode(e):encodeURIComponent(e):e}function decode(r,t){return t.decode?e(r):r}function keysSorter(e){return Array.isArray(e)?e.sort():\"object\"===typeof e?keysSorter(Object.keys(e)).sort(((e,r)=>Number(e)-Number(r))).map((r=>e[r])):e}function removeHash(e){const r=e.indexOf(\"#\");-1!==r&&(e=e.slice(0,r));return e}function getHash(e){let r=\"\";const t=e.indexOf(\"#\");-1!==t&&(r=e.slice(t));return r}function parseValue(e,r){r.parseNumbers&&!Number.isNaN(Number(e))&&\"string\"===typeof e&&\"\"!==e.trim()?e=Number(e):!r.parseBooleans||null===e||\"true\"!==e.toLowerCase()&&\"false\"!==e.toLowerCase()||(e=\"true\"===e.toLowerCase());return e}function extract(e){e=removeHash(e);const r=e.indexOf(\"?\");return-1===r?\"\":e.slice(r+1)}function parse(e,t){t={decode:true,sort:true,arrayFormat:\"none\",arrayFormatSeparator:\",\",parseNumbers:false,parseBooleans:false,...t};validateArrayFormatSeparator(t.arrayFormatSeparator);const o=parserForArrayFormat(t);const n=Object.create(null);if(\"string\"!==typeof e)return n;e=e.trim().replace(/^[?#&]/,\"\");if(!e)return n;for(const a of e.split(\"&\")){if(\"\"===a)continue;const e=t.decode?a.replace(/\\+/g,\" \"):a;let[s,c]=r(e,\"=\");void 0===s&&(s=e);c=void 0===c?null:[\"comma\",\"separator\",\"bracket-separator\"].includes(t.arrayFormat)?c:decode(c,t);o(decode(s,t),c,n)}for(const[e,r]of Object.entries(n))if(\"object\"===typeof r&&null!==r)for(const[e,o]of Object.entries(r))r[e]=parseValue(o,t);else n[e]=parseValue(r,t);return false===t.sort?n:(true===t.sort?Object.keys(n).sort():Object.keys(n).sort(t.sort)).reduce(((e,r)=>{const t=n[r];Boolean(t)&&\"object\"===typeof t&&!Array.isArray(t)?e[r]=keysSorter(t):e[r]=t;return e}),Object.create(null))}function stringify(e,r){if(!e)return\"\";r={encode:true,strict:true,arrayFormat:\"none\",arrayFormatSeparator:\",\",...r};validateArrayFormatSeparator(r.arrayFormatSeparator);const shouldFilter=t=>r.skipNull&&isNullOrUndefined(e[t])||r.skipEmptyString&&\"\"===e[t];const t=encoderForArrayFormat(r);const o={};for(const[r,t]of Object.entries(e))shouldFilter(r)||(o[r]=t);const n=Object.keys(o);false!==r.sort&&n.sort(r.sort);return n.map((o=>{const n=e[o];return void 0===n?\"\":null===n?encode(o,r):Array.isArray(n)?0===n.length&&\"bracket-separator\"===r.arrayFormat?encode(o,r)+\"[]\":n.reduce(t(o),[]).join(\"&\"):encode(o,r)+\"=\"+encode(n,r)})).filter((e=>e.length>0)).join(\"&\")}function parseUrl(e,t){t={decode:true,...t};let[o,n]=r(e,\"#\");void 0===o&&(o=e);return{url:o?.split(\"?\")?.[0]??\"\",query:parse(extract(e),t),...t&&t.parseFragmentIdentifier&&n?{fragmentIdentifier:decode(n,t)}:{}}}function stringifyUrl(e,r){r={encode:true,strict:true,[o]:true,...r};const t=removeHash(e.url).split(\"?\")[0]||\"\";const n=extract(e.url);const a={...parse(n,{sort:false}),...e.query};let s=stringify(a,r);s&&(s=`?${s}`);let c=getHash(e.url);if(e.fragmentIdentifier){const n=new URL(t);n.hash=e.fragmentIdentifier;c=r[o]?n.hash:`#${e.fragmentIdentifier}`}return`${t}${s}${c}`}function pick(e,r,n){n={parseFragmentIdentifier:true,[o]:false,...n};const{url:a,query:s,fragmentIdentifier:c}=parseUrl(e,n);return stringifyUrl({url:a,query:t(s,r),fragmentIdentifier:c},n)}function exclude(e,r,t){const o=Array.isArray(r)?e=>!r.includes(e):(e,t)=>!r(e,t);return pick(e,o,t)}var n=Object.freeze(Object.defineProperty({__proto__:null,extract:extract,parse:parse,stringify:stringify,parseUrl:parseUrl,stringifyUrl:stringifyUrl,pick:pick,exclude:exclude},Symbol.toStringTag,{value:\"Module\"}));export{n as default};\n\n//# sourceMappingURL=index.js.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{animate,motion,useMotionValue}from\"framer-motion\";const transition={type:\"spring\",bounce:0};const Slider=({x,i,onDragEnd,children,totalSliders})=>/*#__PURE__*/_jsx(motion.div,{style:{...styles.slider,x,left:`${i*100}%`,right:`${i*100}%`},drag:totalSliders>1&&\"x\",dragElastic:.3,onDragEnd:onDragEnd,children:children});const Carousel=/*#__PURE__*/React.forwardRef(({children,autoPlay=true,interval=2e3,loop=true,onChange=()=>false},ref)=>{const x=useMotionValue(0);const containerRef=React.useRef(null);const[index,setIndex]=React.useState(0);const calculateNewX=()=>{var _containerRef_current;return-index*(((_containerRef_current=containerRef.current)===null||_containerRef_current===void 0?void 0:_containerRef_current.clientWidth)||0);};const handleEndDrag=(e,dragProps)=>{var _containerRef_current;const clientWidth=((_containerRef_current=containerRef.current)===null||_containerRef_current===void 0?void 0:_containerRef_current.clientWidth)||0;const{offset}=dragProps;// fix:https://github.com/jiangbo2015/framer-motion-carousel/issues/11\n// stop start slide and end slide move\nif(index+1===childrens.length&&offset.x<0||index===0&&offset.x>0){animate(x,calculateNewX(),transition);return;}if(offset.x>clientWidth/4){handlePrev();}else if(offset.x<-clientWidth/4){handleNext();}else{animate(x,calculateNewX(),transition);}};const childrens=React.Children.toArray(children);const handleNext=()=>{const idx=loop?0:index;setIndex(index+1===childrens.length?idx:index+1);};const handlePrev=()=>{const idx=loop?childrens.length-1:0;setIndex(index-1<0?idx:index-1);};React.useEffect(()=>{onChange(index);const controls=animate(x,calculateNewX(),transition);return controls.stop;},[index]);React.useEffect(()=>{if(!autoPlay){return;}const timer=setInterval(()=>handleNext(),interval);return()=>clearInterval(timer);},[handleNext,interval]);React.useImperativeHandle(ref,()=>{return{handleNext,handlePrev,setIndex};},[index]);return /*#__PURE__*/_jsx(\"div\",{ref:containerRef,style:styles.container,children:childrens.map((child,i)=>/*#__PURE__*/_jsx(Slider,{onDragEnd:handleEndDrag,totalSliders:childrens.length,x:x,i:i,children:child},i))});});const styles={container:{position:\"relative\",width:\"100%\",height:\"100%\",overflowX:\"hidden\",display:\"flex\"},slider:{width:\"100%\",height:\"100%\",display:\"inline-block\",flex:\"none\",overflow:\"hidden\"}};export default Carousel;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"CarouselRef\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Carousel.map", "import{ControlType,RenderTarget}from\"framer\";export const ProductBaseControls={productID:{title:\"Product ID\",type:ControlType.String}};export const isOnCanvas=()=>RenderTarget.current()===RenderTarget.canvas;export const ConfigControls={config:{type:ControlType.Object,hidden:()=>true,controls:{storefrontToken:{type:ControlType.String},storeDomain:{type:ControlType.String},countryIsoCode:{type:ControlType.String,defaultValue:\"US\"},languageIsoCode:{type:ControlType.String,defaultValue:\"EN\"},testMode:{type:ControlType.Boolean,defaultValue:true}}},font:{type:ControlType.Font,hidden:()=>true}};export function cn(...styles){let final={};styles.forEach(style=>{if(style){final={...final,...style};if(typeof style.border===\"object\"){final={...final,...style.border};}if(typeof style.font===\"object\"){final={...final,...style.font};}if(style.hidden){final={...final,display:\"none\"};}}});return final;}export const textProperties=(fontSize=16,color)=>{return{fontSize:{type:ControlType.Number,min:6,max:100,defaultValue:fontSize},color:{type:ControlType.Color,defaultValue:color},font:{type:ControlType.Font,displayTextAlignment:true,defaultFontType:\"sans-serif\"},padding:{type:ControlType.Padding}};};\nexport const __FramerMetadata__ = {\"exports\":{\"textProperties\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isOnCanvas\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"cn\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ProductBaseControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ConfigControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./_framer_utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useState,useRef,useEffect}from\"react\";import{motion}from\"framer-motion\";import{cn}from\"https://framerusercontent.com/modules/eAejHXy6apg0StNmpKvK/4uA71TWP0uSyqhDERFA6/_framer_utils.js\";/**\n * @framerDisableUnlink\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */export default function ImageGallery({slides=[],thumbStyle,onChange=()=>false,activeSlide,vertical=false}){const containerRef=useRef(null);const[parentWidth,setParentWidth]=useState(0);const[parentHeight,setParentHeight]=useState(0);const{size=60,gap=8,radius=8,backgroundColor=\"#e9e9e9\",activeBorderColor=\"#000\"}=thumbStyle!==null&&thumbStyle!==void 0?thumbStyle:{};useEffect(()=>{var _containerRef_current,_containerRef_current1;var _containerRef_current_offsetWidth;setParentWidth((_containerRef_current_offsetWidth=(_containerRef_current=containerRef.current)===null||_containerRef_current===void 0?void 0:_containerRef_current.offsetWidth)!==null&&_containerRef_current_offsetWidth!==void 0?_containerRef_current_offsetWidth:0);var _containerRef_current_offsetHeight;setParentHeight((_containerRef_current_offsetHeight=(_containerRef_current1=containerRef.current)===null||_containerRef_current1===void 0?void 0:_containerRef_current1.offsetHeight)!==null&&_containerRef_current_offsetHeight!==void 0?_containerRef_current_offsetHeight:0);},[]);if(!slides.length)return null;return /*#__PURE__*/_jsx(\"div\",{style:cn(styles.thumbsWrapper),ref:containerRef,children:/*#__PURE__*/_jsx(motion.div,{style:{...styles.thumbsSlider,gap:gap,flexDirection:vertical?\"column\":\"row\",height:vertical?parentHeight:\"auto\"},drag:vertical?\"y\":\"x\",dragConstraints:{left:vertical?0:-Math.max(size*slides.length+gap*(slides.length-1)-parentWidth,0),right:0,top:vertical?-Math.max(size*slides.length+gap*(slides.length-1)-parentHeight,0):0,bottom:0},children:slides.map((slide,index)=>{const active=index===activeSlide;return /*#__PURE__*/_jsx(\"div\",{style:{...styles.thumbs,width:size,height:size,borderRadius:radius,borderColor:active?activeBorderColor:\"transparent\",backgroundColor},onClick:()=>onChange(index),children:/*#__PURE__*/_jsx(\"img\",{src:slide,style:styles.thumbs__image,draggable:\"false\"})},index);})})});}const styles={thumbsWrapper:{position:\"relative\",overflow:\"hidden\",display:\"flex\"},thumbsSlider:{display:\"flex\",alignItems:\"flex-start\"},thumbs:{position:\"relative\",flexShrink:\"0\",userSelect:\"none\",transition:\"all ease 300ms\",border:\"solid 1px transparent\",background:\"#0e0e0e\",overflow:\"hidden\"},thumbs__image:{width:\"100%\",height:\"100%\",objectFit:\"contain\",userSelect:\"none\",touchAction:\"prevent\"}};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"ImageGallery\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"* @framerSupportedLayoutWidth auto\",\"framerSupportedLayoutHeight\":\"auto\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ImageGallery.map", "const cartReturnData=`\nid\ncreatedAt\nupdatedAt\ncheckoutUrl\nlines(first: 250) {\n  edges {\n    node {\n      id\n      quantity\n      merchandise {\n        ... on ProductVariant {\n          id\n          title\n          compareAtPriceV2 {\n            amount\n            currencyCode\n          }\n          priceV2 {\n            amount\n            currencyCode\n          }\n          product {\n            id\n            title\n          }\n          image {\n            url\n            width\n            height\n            altText\n          }\n          selectedOptions {\n            value\n            name\n          }\n        }\n      }\n      attributes {\n        key\n        value\n      }\n    }\n  }\n}\ncost {\n  totalAmount {\n    amount\n    currencyCode\n  }\n  subtotalAmount {\n    amount\n    currencyCode\n  }\n  totalTaxAmount {\n    amount\n    currencyCode\n  }\n  totalDutyAmount {\n    amount\n    currencyCode\n  }\n}`;export const productsQuery=({sellingPlan})=>`{\n  products(first: 250) {\n    nodes {\n      compareAtPriceRange {\n        minVariantPrice {\n          amount\n          currencyCode\n        }\n      }\n      totalInventory\n      availableForSale\n      collections(first: 250) {\n        nodes {\n          title\n          handle\n        }\n      }\n      handle\n      id\n      images(first: 15) {\n        nodes {\n          altText\n          height\n          url\n          width\n        }\n      }\n      options {\n        id\n        name\n        values\n      }\n      priceRange {\n        minVariantPrice {\n          amount\n          currencyCode\n        }\n        maxVariantPrice {\n          amount\n          currencyCode\n        }\n      }\n      productType\n      tags\n      title\n      description\n      descriptionHtml\n      vendor\n      updatedAt\n      createdAt\n      featuredImage {\n        url\n      }\n      ${sellingPlan?`\n      requiresSellingPlan\n      sellingPlanGroups(first: 250) {\n        nodes {\n          name\n          sellingPlans(first: 250) {\n            nodes {\n              id\n              name\n            }\n          }\n        }\n      }`:\"\"}  \n      variants(first: 250) {\n        nodes {\n          title\n          availableForSale\n          compareAtPriceV2 {\n            amount\n            currencyCode\n          }\n          priceV2 {\n            amount\n            currencyCode\n          }\n          id\n          image {\n            url\n            width\n            height\n            altText\n          }\n          currentlyNotInStock\n          requiresShipping\n          quantityAvailable\n          taxable\n          selectedOptions {\n            value\n            name\n          }\n          ${sellingPlan?`\n          sellingPlanAllocations(first: 250) {\n            nodes {\n              checkoutChargeAmount {\n                amount\n                currencyCode\n              }\n              sellingPlan {\n                name\n                id\n              }\n            }\n          }`:\"\"}\n        }\n      }\n    }\n  }\n}`;export const createCart=`\n  mutation createCart {\n    cartCreate {\n      cart {\n        ${cartReturnData}\n      }\n    }\n  }\n`;export const readCart=`\n  query cartQuery($cartId: ID!) {\n    cart(id: $cartId) {\n      ${cartReturnData}\n    }\n  }\n`;export const addItemsToCart=`\n  mutation addCartLines($cartId: ID!, $lines: [CartLineInput!]!) {\n    cartLinesAdd(cartId: $cartId, lines: $lines) {\n      cart {\n         ${cartReturnData}\n      }\n      userErrors {\n        field\n        message\n      }\n    }\n  }\n`;export const updateCartItems=`\n  mutation addCartLines($cartId: ID!, $lines: [CartLineUpdateInput!]!) {\n    cartLinesUpdate(cartId: $cartId, lines: $lines) {\n      cart {\n         ${cartReturnData}\n      }\n      userErrors {\n        field\n        message\n      }\n    }\n  }\n`;export const removeCartItems=`\n  mutation removeCartLines($cartId: ID!, $lineIds: [ID!]!) {\n    cartLinesRemove(cartId: $cartId, lineIds: $lineIds) {\n      cart {\n         ${cartReturnData}\n      }\n      userErrors {\n        field\n        message\n      }\n    }\n  }\n`;\nexport const __FramerMetadata__ = {\"exports\":{\"productsQuery\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"readCart\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"addItemsToCart\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"updateCartItems\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"removeCartItems\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"createCart\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./_queries.map", "import{atom}from\"jotai\";import{productsQuery,createCart,readCart}from\"https://framerusercontent.com/modules/xpqbkEp3IFoaBlvr8BRa/aJXGvPoLBshwVVnlvmW4/_queries.js\";export const settingsAtom=atom({enableSellingPlan:false});export const configAtom=atom(null);export const clientAtom=atom(null);export const selectedProductsAtom=atom({});export const productsAtom=atom(async get=>{var _get;const sellingPlan=get(settingsAtom).enableSellingPlan;const query=productsQuery({sellingPlan});var _get_request_then;return(_get_request_then=(_get=get(clientAtom))===null||_get===void 0?void 0:_get.request(query).then(res=>{var _res_data_products,_res_data;var _res_data_products_nodes;return(_res_data_products_nodes=(_res_data=res.data)===null||_res_data===void 0?void 0:(_res_data_products=_res_data.products)===null||_res_data_products===void 0?void 0:_res_data_products.nodes)!==null&&_res_data_products_nodes!==void 0?_res_data_products_nodes:[];}))!==null&&_get_request_then!==void 0?_get_request_then:[];});export const localCartAtom=atom(null);export const createCartAtom=atom(async get=>{var _get;return(_get=get(clientAtom))===null||_get===void 0?void 0:_get.request(createCart).then(res=>{var _res_data_cartCreate,_res_data;return(_res_data=res.data)===null||_res_data===void 0?void 0:(_res_data_cartCreate=_res_data.cartCreate)===null||_res_data_cartCreate===void 0?void 0:_res_data_cartCreate.cart;});});export const cartAtom=atom(async get=>{const cartId=localStorage.getItem(\"shopifyCartID\");const localCart=get(localCartAtom);if(localCart)return localCart;const client=get(clientAtom);if(!client)return null;if(!cartId)return get(createCartAtom);return client.request(readCart,{variables:{cartId}}).then(res=>{var _res_data;if((_res_data=res.data)===null||_res_data===void 0?void 0:_res_data.cart)return res.data.cart;return get(createCartAtom);}).catch(()=>get(createCartAtom));});\nexport const __FramerMetadata__ = {\"exports\":{\"cartAtom\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"configAtom\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"SelectedProduct\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"createCartAtom\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"productsAtom\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localCartAtom\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"settingsAtom\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"clientAtom\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"selectedProductsAtom\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{useEffect,useCallback}from\"react\";import{createStorefrontApiClient}from\"@shopify/storefront-api-client\";import{useAtomValue,useSetAtom}from\"jotai\";import{productsAtom,clientAtom,configAtom,cartAtom}from\"https://framerusercontent.com/modules/yZBbIevRfN36MGDPpltx/4PeFfcQIwdCvASoUnlqk/_atoms.js\";import{checkConfigAreSame,debounce}from\"https://framerusercontent.com/modules/7dEgbg7qo3lsQk361YtS/NrF60tPHZRRgADqpoRFr/_utils.js\";export const useShopify=config=>{const debouncedCheck=useCallback(debounce(()=>{checkConfigAreSame();},100),[]);const products=useAtomValue(productsAtom);const cart=useAtomValue(cartAtom);const client=useAtomValue(clientAtom);const setClient=useSetAtom(clientAtom);const setConfig=useSetAtom(configAtom);useEffect(()=>{debouncedCheck();//set config if exist\nif(config&&Object.keys(config).length!==0)setConfig(config);// create the client and store it\nif(!client&&(config===null||config===void 0?void 0:config.storeDomain)&&(config===null||config===void 0?void 0:config.storefrontToken)){setClient(createStorefrontApiClient({storeDomain:config.storeDomain,apiVersion:\"2024-07\",publicAccessToken:config.storefrontToken,customFetchApi:fetch}));}return()=>{debouncedCheck();};},[config]);useEffect(()=>{if(cart){localStorage.setItem(\"shopifyCartID\",cart.id);}},[cart]);return{products,cart};};\nexport const __FramerMetadata__ = {\"exports\":{\"useShopify\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{useState,useEffect,useMemo}from\"react\";import{useAtom}from\"jotai\";import{useShopify}from\"https://framerusercontent.com/modules/tdCHCV0pSkxlDaX5GkOX/X3Q52ZLiO6DTT1Sb5gV1/_useShopify.js\";import{priceCode}from\"https://framerusercontent.com/modules/7dEgbg7qo3lsQk361YtS/NrF60tPHZRRgADqpoRFr/_utils.js\";import{selectedProductsAtom}from\"https://framerusercontent.com/modules/yZBbIevRfN36MGDPpltx/4PeFfcQIwdCvASoUnlqk/_atoms.js\";import{DefaultProduct}from\"https://framerusercontent.com/modules/fWwtzMT2tYXMW4IKB8On/wpKBMEEfYUg1FgLTPRiM/_test_data.js\";const DefaultSelectedOption={quantity:1,quantityAvailable:null,selectedOption:null,sellingPlan:null};export function useProduct(productID,config,addToSelected){const[selectedProducts,setSelectedProducts]=useAtom(selectedProductsAtom);const{products}=useShopify(config);const[product,setProduct]=useState((config===null||config===void 0?void 0:config.testMode)?DefaultProduct:null);const selected=(product===null||product===void 0?void 0:product.id)?selectedProducts[product.id]:null;// get price and compare price\nconst getPrice=(camparePrice,price)=>{const comparePriceValue=camparePrice&&camparePrice.amount!==\"0.0\"?priceCode(camparePrice,config):null;const priceValue=priceCode(price,config);return{camparePrice:comparePriceValue!==priceValue?comparePriceValue:null,price:priceValue};};const changeQuantity=quantity=>{if(!product)return;setSelectedProducts(state=>({...state,[product.id]:{...DefaultSelectedOption,...state[product.id],quantity}}));};const selectVariant=(item,sellingPlan)=>{if(!product)return;setSelectedProducts(state=>({...state,[product.id]:{...DefaultSelectedOption,...state[product.id],sellingPlan,quantityAvailable:item.quantityAvailable,selectedOption:item.id}}));};// set first variant as default selected when addToSelected is true\nuseEffect(()=>{if(product&&addToSelected){const defaultVariant=product.variants.nodes[0];setSelectedProducts(state=>({...state,[product.id]:{...DefaultSelectedOption,quantityAvailable:defaultVariant.quantityAvailable,selectedOption:defaultVariant.id}}));return()=>{setSelectedProducts(state=>({...state,[product.id]:null}));};}},[product,addToSelected]);// set product when productID found\nuseEffect(()=>{const foundProduct=products.find(item=>item.id===productID);if(foundProduct){setProduct((config===null||config===void 0?void 0:config.testMode)?DefaultProduct:foundProduct);}},[products,productID,config===null||config===void 0?void 0:config.testMode]);// return result with two mode: when variant selected and when not selected\nconst result=useMemo(()=>{if(!product)return{product:null,availableForSale:null,multiplePrice:null,price:null,stock:null,selectedVariant:null,selectedProduct:null};const selectedVariant=product.variants.nodes.find(item=>item.id===(selected===null||selected===void 0?void 0:selected.selectedOption));if(selectedVariant){var _selectedVariant_sellingPlanAllocations;const selectedSellingPlan=selectedVariant===null||selectedVariant===void 0?void 0:(_selectedVariant_sellingPlanAllocations=selectedVariant.sellingPlanAllocations)===null||_selectedVariant_sellingPlanAllocations===void 0?void 0:_selectedVariant_sellingPlanAllocations.nodes.find(item=>item.sellingPlan.id===(selected===null||selected===void 0?void 0:selected.sellingPlan));const{compareAtPriceV2,availableForSale,priceV2,quantityAvailable}=selectedVariant;var _selectedSellingPlan_checkoutChargeAmount;const price=(_selectedSellingPlan_checkoutChargeAmount=selectedSellingPlan===null||selectedSellingPlan===void 0?void 0:selectedSellingPlan.checkoutChargeAmount)!==null&&_selectedSellingPlan_checkoutChargeAmount!==void 0?_selectedSellingPlan_checkoutChargeAmount:priceV2;return{product,price:getPrice(compareAtPriceV2,price),multiplePrice:false,availableForSale,stock:quantityAvailable,selectedVariant,selectedProduct:selected};}const{compareAtPriceRange,priceRange,availableForSale,totalInventory}=product!==null&&product!==void 0?product:{};const multiplePrice=priceRange.minVariantPrice.amount!==priceRange.maxVariantPrice.amount;return{product,price:getPrice(compareAtPriceRange.minVariantPrice,priceRange.minVariantPrice),multiplePrice,availableForSale,stock:totalInventory,selectedVariant:null,selectedProduct:selected};},[product,selected,config===null||config===void 0?void 0:config.languageIsoCode,config===null||config===void 0?void 0:config.countryIsoCode]);return{...result,changeQuantity,selectVariant};}\nexport const __FramerMetadata__ = {\"exports\":{\"useProduct\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{cn}from\"https://framerusercontent.com/modules/eAejHXy6apg0StNmpKvK/4uA71TWP0uSyqhDERFA6/_framer_utils.js\";export default function ComponentWrapper({children,style={},hidden=false,productID,config}){const dataAttributes={\"data-shopiframe\":\"component\",\"data-shopiframe-store\":config===null||config===void 0?void 0:config.storeDomain};if(productID===\"EMPTY\")return /*#__PURE__*/_jsx(\"div\",{style:{background:\"#C83E3E\",color:\"#fff\",borderRadius:\"10px\",padding:\"8px\",boxShadow:\"0px 5px 15px 0px #AC1B1B33\",fontWeight:\"600\"},...dataAttributes,children:\"Product ID required for this component\"});if(hidden)return null;return /*#__PURE__*/_jsx(\"div\",{style:cn(style),...dataAttributes,children:typeof children===\"function\"?hidden||productID===\"EMPTY\"?null:children():children});}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"ComponentWrapper\",\"slots\":[\"children\"],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ComponentWrapper.map", "import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType}from\"framer\";import queryString from\"query-string\";import Carousel from\"https://framerusercontent.com/modules/U2GPATOvub8h2hYg1J98/3iFlu5cMwMvBG3DWQQNp/Carousel.js\";import ImageGallery from\"https://framerusercontent.com/modules/EH8lEN3xKQWeVnIzCxoT/epb7kctCGv9B9yhSz1VB/ImageGallery.js\";import{cn,ProductBaseControls,ConfigControls}from\"https://framerusercontent.com/modules/eAejHXy6apg0StNmpKvK/4uA71TWP0uSyqhDERFA6/_framer_utils.js\";import{useProduct}from\"https://framerusercontent.com/modules/xEahqZEsyG5uoZky61jQ/0fKThaOrafAWucwKdjoT/_useProduct.js\";import ComponentWrapper from\"https://framerusercontent.com/modules/hQlZBgGeLDev5WuUJA4d/W5z3USVGl6mIjAon3RMp/ComponentWrapper.js\";/**\n * @framerDisableUnlink\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight auto\n */export default function Shopify_ProductImageGallery(props){var _product_images;var _props_productID;const{product,selectedVariant}=useProduct((_props_productID=props.productID)!==null&&_props_productID!==void 0?_props_productID:null,props.config);const[activeSlide,setActiveSlide]=useState(0);const carouselRef=useRef(null);const images=(product===null||product===void 0?void 0:(_product_images=product.images)===null||_product_images===void 0?void 0:_product_images.nodes)||[];const aspectRatio={\"1:1\":1,\"2:1\":2/1,\"3:2\":3/2,\"4:3\":4/3,\"16:9\":16/9,auto:undefined}[props.imageStyle.aspectRatio];useEffect(()=>{var _selectedVariant_image;const variantImage=selectedVariant===null||selectedVariant===void 0?void 0:(_selectedVariant_image=selectedVariant.image)===null||_selectedVariant_image===void 0?void 0:_selectedVariant_image.url;if(variantImage&&!!images.length){const findedIndex=images.findIndex(item=>item.url===variantImage);if(findedIndex>=0&&findedIndex!==activeSlide)carouselRef.current.setIndex(findedIndex);}},[selectedVariant]);return /*#__PURE__*/_jsx(ComponentWrapper,{style:cn(styles.container,{flexDirection:props.flexDirection,gap:props.gap}),productID:props.productID||\"EMPTY\",hidden:!product||images.length===0,config:props.config,children:()=>{var _props_flexDirection;return /*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(\"div\",{style:cn(styles.slide,props.imageStyle),children:/*#__PURE__*/_jsx(Carousel,{ref:carouselRef,onChange:setActiveSlide,autoPlay:false,children:images.map((item,i)=>/*#__PURE__*/_jsx(\"img\",{draggable:false,src:item.url,style:cn(styles.slideImage,{aspectRatio}),width:item.width,height:item.height,alt:item.altText},i))})}),/*#__PURE__*/_jsx(ImageGallery,{slides:product.images.nodes.map(item=>{const imgUrl=new URL(item.url);const parsed=queryString.parse(imgUrl.search);imgUrl.search=queryString.stringify({...parsed,width:props.thumbsStyle.size});return imgUrl.toString();}),vertical:(_props_flexDirection=props.flexDirection)===null||_props_flexDirection===void 0?void 0:_props_flexDirection.includes(\"row\"),thumbStyle:props.thumbsStyle,onChange:index=>{setActiveSlide(index);carouselRef.current.setIndex(index);},activeSlide:activeSlide})]});}});}Shopify_ProductImageGallery.displayName=\"Product Image Gallery\";addPropertyControls(Shopify_ProductImageGallery,{...ConfigControls,...ProductBaseControls,flexDirection:{title:\"Direction\",type:ControlType.Enum,options:[\"row\",\"column\",\"row-reverse\",\"column-reverse\"],optionTitles:[\"Row\",\"Column\",\"Row Reverse\",\"Column Reverse\"],defaultValue:\"column\"},gap:{type:ControlType.Number,defaultValue:8,min:0},imageStyle:{title:\"Image\",buttonTitle:\"Style\",type:ControlType.Object,controls:{borderRadius:{type:ControlType.BorderRadius},aspectRatio:{type:ControlType.Enum,options:[\"auto\",\"1:1\",\"2:1\",\"3:2\",\"4:3\",\"16:9\"],defaultValue:\"auto\"},backgroundColor:{type:ControlType.Color,optional:true}}},thumbsStyle:{title:\"Thumbs\",buttonTitle:\"Style\",type:ControlType.Object,controls:{size:{type:ControlType.Number,defaultValue:60,max:200,min:10},gap:{type:ControlType.Number,defaultValue:8,min:0},radius:{type:ControlType.BorderRadius,defaultValue:\"10px\"},backgroundColor:{type:ControlType.Color,optional:true},activeBorderColor:{type:ControlType.Color,defaultValue:\"#000\"}}}});const styles={container:{display:\"flex\",alignItems:\"stretch\",flex:1},slide:{display:\"flex\",flex:1,overflow:\"hidden\"},slideImage:{width:\"100%\",height:\"100%\",objectFit:\"contain\",margin:0}};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Shopify_ProductImageGallery\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"* @framerSupportedLayoutWidth any\",\"framerSupportedLayoutHeight\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useState,useEffect}from\"react\";import{addPropertyControls,ControlType}from\"framer\";import{motion}from\"framer-motion\";import{cn,ProductBaseControls,ConfigControls,textProperties,isOnCanvas}from\"https://framerusercontent.com/modules/eAejHXy6apg0StNmpKvK/4uA71TWP0uSyqhDERFA6/_framer_utils.js\";import{useProduct}from\"https://framerusercontent.com/modules/xEahqZEsyG5uoZky61jQ/0fKThaOrafAWucwKdjoT/_useProduct.js\";import ComponentWrapper from\"https://framerusercontent.com/modules/hQlZBgGeLDev5WuUJA4d/W5z3USVGl6mIjAon3RMp/ComponentWrapper.js\";/**\n * @framerDisableUnlink\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight auto\n */export default function Shopify_ProductVariantSelector(props){var _product_options;var _props_productID;const{product,selectedVariant,selectVariant}=useProduct((_props_productID=props.productID)!==null&&_props_productID!==void 0?_props_productID:null,props.config,true);const[selectedOptions,setSelectedOptions]=useState({});var _product_options_filter;const options=(_product_options_filter=product===null||product===void 0?void 0:(_product_options=product.options)===null||_product_options===void 0?void 0:_product_options.filter(item=>item.name!==\"Title\"))!==null&&_product_options_filter!==void 0?_product_options_filter:[];useEffect(()=>{if(selectedVariant){const opt={};selectedVariant===null||selectedVariant===void 0?void 0:selectedVariant.selectedOptions.forEach(item=>{opt[item.name]=item.value;});setSelectedOptions(opt);}},[selectedVariant]);useEffect(()=>{if(product){const findedVariant=product.variants.nodes.find(variant=>{let isAllSelected=true;variant.selectedOptions.forEach(i=>{if(!selectedOptions[i.name]||selectedOptions[i.name]!==i.value){isAllSelected=false;}});return isAllSelected;});if(findedVariant){selectVariant(findedVariant,null);}}},[selectedOptions,product]);return /*#__PURE__*/_jsx(ComponentWrapper,{style:cn(styles.container,props.wrapper),hidden:!product||options.length===0,productID:props.productID||\"EMPTY\",config:props.config,children:options.map(option=>/*#__PURE__*/_jsxs(\"div\",{style:styles.optionWrapper,children:[/*#__PURE__*/_jsx(\"span\",{style:cn(props.label),children:option.name}),/*#__PURE__*/_jsx(\"div\",{style:cn(styles.valuesWrapper),children:option.values.map(value=>{const isSelected=selectedOptions[option.name]===value;const animateStyle=isSelected?cn(props.selectedOption):{};return /*#__PURE__*/_jsx(motion.button,{type:\"button\",onClick:()=>{setSelectedOptions(state=>({...state,[option.name]:value}));},style:cn(styles.option,props.variant,isOnCanvas()&&animateStyle),animate:{...animateStyle},transition:{duration:.2},children:value},value);})})]},option.id))});}Shopify_ProductVariantSelector.displayName=\"Product Variant Selector\";addPropertyControls(Shopify_ProductVariantSelector,{...ConfigControls,...ProductBaseControls,wrapper:{type:ControlType.Object,buttonTitle:\"Style\",controls:{gap:{type:ControlType.Number,defaultValue:16,min:0},flexDirection:{title:\"Direction\",type:ControlType.Enum,options:[\"row\",\"column\"],optionTitles:[\"Row\",\"Column\"],defaultValue:\"column\"}}},label:{type:ControlType.Object,buttonTitle:\"Style\",controls:{display:{title:\"Visibility\",type:ControlType.Enum,options:[\"block\",\"none\"],optionTitles:[\"Visible\",\"Hidden\"],defaultValue:\"column\"},...textProperties(14,\"#919191\")}},variant:{type:ControlType.Object,buttonTitle:\"Style\",controls:{...textProperties(16,\"#666666\"),backgroundColor:{type:ControlType.Color,defaultValue:\"#F5F5F5\",optional:true},border:{type:ControlType.Border,defaultValue:{borderWidth:0}},borderRadius:{type:ControlType.BorderRadius,defaultValue:\"10px\"},gap:{type:ControlType.Number,defaultValue:18,min:0},padding:{type:ControlType.Padding,defaultValue:\"10px 16px 10px 16px\"}}},selectedOption:{type:ControlType.Object,buttonTitle:\"Style\",controls:{color:{type:ControlType.Color,defaultValue:\"#fff\",optional:true},backgroundColor:{type:ControlType.Color,defaultValue:\"#000\",optional:true},border:{type:ControlType.Border,defaultValue:{borderWidth:0}}}}});const styles={container:{display:\"flex\",flexWrap:\"wrap\"},option:{display:\"flex\",flexDirection:\"row\",alignItems:\"center\",cursor:\"pointer\"},optionWrapper:{display:\"flex\",flexDirection:\"column\",gap:6},valuesWrapper:{display:\"flex\",gap:8,flexWrap:\"wrap\"}};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Shopify_ProductVariantSelector\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"* @framerSupportedLayoutWidth any-prefer-fixed\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{useState,useEffect,useMemo}from\"react\";import{useAtom}from\"jotai\";import{useShopify}from\"https://framerusercontent.com/modules/tdCHCV0pSkxlDaX5GkOX/W7n8TFeh6LIkQqyNp0GC/_useShopify.js\";import{priceCode}from\"https://framerusercontent.com/modules/7dEgbg7qo3lsQk361YtS/NrF60tPHZRRgADqpoRFr/_utils.js\";import{selectedProductsAtom}from\"https://framerusercontent.com/modules/yZBbIevRfN36MGDPpltx/ITwhbld0ArlniN5VHn5n/_atoms.js\";import{DefaultProduct}from\"https://framerusercontent.com/modules/fWwtzMT2tYXMW4IKB8On/1dFHOQ0gPjMC0e1WUStY/_test_data.js\";const DefaultSelectedOption={quantity:1,quantityAvailable:null,selectedOption:null,sellingPlan:null};export function useProduct(productID,config,addToSelected){const[selectedProducts,setSelectedProducts]=useAtom(selectedProductsAtom);const{products}=useShopify(config);const[product,setProduct]=useState(config?.testMode?DefaultProduct:null);const selected=product?.id?selectedProducts[product.id]:null;// get price and compare price\nconst getPrice=(camparePrice,price)=>{const comparePriceValue=camparePrice&&camparePrice.amount!==\"0.0\"?priceCode(camparePrice,config):null;const priceValue=priceCode(price,config);return{camparePrice:comparePriceValue!==priceValue?comparePriceValue:null,price:priceValue};};const changeQuantity=quantity=>{if(!product)return;setSelectedProducts(state=>({...state,[product.id]:{...DefaultSelectedOption,...state[product.id],quantity}}));};const selectVariant=(item,sellingPlan)=>{if(!product)return;setSelectedProducts(state=>({...state,[product.id]:{...DefaultSelectedOption,...state[product.id],sellingPlan,quantityAvailable:item.quantityAvailable,selectedOption:item.id}}));};// set first variant as default selected when addToSelected is true\nuseEffect(()=>{if(product&&addToSelected){const defaultVariant=product.variants.nodes[0];setSelectedProducts(state=>({...state,[product.id]:{...DefaultSelectedOption,quantityAvailable:defaultVariant.quantityAvailable,selectedOption:defaultVariant.id}}));return()=>{setSelectedProducts(state=>({...state,[product.id]:null}));};}},[product,addToSelected]);// set product when productID found\nuseEffect(()=>{const foundProduct=products.find(item=>item.id===productID);if(foundProduct){setProduct(config?.testMode?DefaultProduct:foundProduct);}},[products,productID,config?.testMode]);// return result with two mode: when variant selected and when not selected\nconst result=useMemo(()=>{if(!product)return{product:null,availableForSale:null,multiplePrice:null,price:null,stock:null,selectedVariant:null,selectedProduct:null};const selectedVariant=product.variants.nodes.find(item=>item.id===selected?.selectedOption);if(selectedVariant){const selectedSellingPlan=selectedVariant?.sellingPlanAllocations?.nodes.find(item=>item.sellingPlan.id===selected?.sellingPlan);const{compareAtPriceV2,availableForSale,priceV2,quantityAvailable}=selectedVariant;const price=selectedSellingPlan?.checkoutChargeAmount??priceV2;return{product,price:getPrice(compareAtPriceV2,price),multiplePrice:false,availableForSale,stock:quantityAvailable,selectedVariant,selectedProduct:selected};}const{compareAtPriceRange,priceRange,availableForSale,totalInventory}=product??{};const multiplePrice=priceRange.minVariantPrice.amount!==priceRange.maxVariantPrice.amount;return{product,price:getPrice(compareAtPriceRange.minVariantPrice,priceRange.minVariantPrice),multiplePrice,availableForSale,stock:totalInventory,selectedVariant:null,selectedProduct:selected};},[product,selected,config?.languageIsoCode,config?.countryIsoCode]);return{...result,changeQuantity,selectVariant};}\nexport const __FramerMetadata__ = {\"exports\":{\"useProduct\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{motion}from\"framer-motion\";import{cn,textProperties}from\"https://framerusercontent.com/modules/eAejHXy6apg0StNmpKvK/GXn1lJ5V4nUwhRO9yQKC/_framer_utils.js\";import{addPropsToChildren}from\"https://framerusercontent.com/modules/7dEgbg7qo3lsQk361YtS/NrF60tPHZRRgADqpoRFr/_utils.js\";/**\n * @framerDisableUnlink\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight auto\n */export default function Button({onClick=()=>false,loading=false,disabled=false,style,hoverStyle,label,buttonType,buttonComponent,buttonVariants}){if(buttonType===\"Custom\"){let status=buttonVariants.default||\"Default\";if(loading)status=buttonVariants.loading||\"Loading\";if(disabled)status=buttonVariants.disabled||\"Disabled\";if(!buttonComponent||!buttonComponent?.[0])return /*#__PURE__*/_jsx(\"div\",{style:{background:\"#C83E3E\",color:\"#fff\",borderRadius:\"10px\",padding:\"8px\",boxShadow:\"0px 5px 15px 0px #AC1B1B33\",fontWeight:\"500\"},children:\"Assign your button component\"});const buttonWithVariants=addPropsToChildren(buttonComponent,{variant:status,onClick:status===(buttonVariants.default||\"Default\")?onClick:()=>false},true);const button=addPropsToChildren(buttonWithVariants,{style:{width:\"100%\"}});return button;}return /*#__PURE__*/_jsx(motion.button,{onClick:onClick,disabled:loading||disabled,style:cn(styles.container,style,loading&&styles.loading,disabled&&styles.disabled),whileHover:{...cn(hoverStyle),transition:{duration:.25}},children:/*#__PURE__*/_jsx(\"span\",{children:label})});}export const ButtonProperties=label=>({buttonType:{title:\"Type\",type:ControlType.SegmentedEnum,options:[\"Default\",\"Custom\"],optionTitles:[\"Default\",\"Custom\"],defaultValue:\"Default\"},buttonComponent:{title:\"Button Component\",type:ControlType.ComponentInstance,hidden:props=>props.buttonType!==\"Custom\"},buttonVariants:{title:\"Component Variants\",buttonTitle:\"Variants\",type:ControlType.Object,hidden:props=>props.buttonType!==\"Custom\",controls:{default:{type:ControlType.String,defaultValue:\"Default\"},loading:{type:ControlType.String,defaultValue:\"Loading\"},disabled:{type:ControlType.String,defaultValue:\"Disabled\"}},description:\"Variant names should match your button component's variant names\"},label:{title:\"Label\",type:ControlType.String,defaultValue:label,hidden:props=>props.buttonType!==\"Default\"},style:{buttonTitle:\"Style\",type:ControlType.Object,hidden:props=>props.buttonType!==\"Default\",controls:{...textProperties(16,\"#000\"),backgroundColor:{title:\"Background color\",type:ControlType.Color,optional:true},border:{type:ControlType.Border,defaultValue:{borderColor:\"#000\"}},borderRadius:{type:ControlType.BorderRadius,defaultValue:\"6px\"},padding:{type:ControlType.Padding,defaultValue:\"10px 32px 10px 32px\"}}},hoverStyle:{title:\"Hover\",buttonTitle:\"Style\",type:ControlType.Object,hidden:props=>props.buttonType!==\"Default\",controls:{color:{type:ControlType.Color,defaultValue:\"#fff\",optional:true},backgroundColor:{type:ControlType.Color,defaultValue:\"#000\",optional:true},border:{type:ControlType.Border,defaultValue:{borderColor:\"#fff\"}}}}});addPropertyControls(Button,ButtonProperties(\"Button\"));const styles={wrapper:{display:\"flex\",flexDirection:\"column\",gap:8},container:{display:\"flex\",flexDirection:\"row\",alignItems:\"center\",justifyContent:\"center\",cursor:\"pointer\",flex:1,fontFamily:\"inherit\"},loading:{opacity:.8,cursor:\"wait\"},disabled:{opacity:.8}};\nexport const __FramerMetadata__ = {\"exports\":{\"ButtonProperties\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Button\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"auto\",\"framerDisableUnlink\":\"* @framerSupportedLayoutWidth any-prefer-fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{motion}from\"framer-motion\";import{cn,textProperties,ProductBaseControls,ConfigControls}from\"https://framerusercontent.com/modules/eAejHXy6apg0StNmpKvK/GXn1lJ5V4nUwhRO9yQKC/_framer_utils.js\";import{useProduct}from\"https://framerusercontent.com/modules/xEahqZEsyG5uoZky61jQ/H38scE3PRDHksf1CaWvj/_useProduct.js\";import{useCart}from\"https://framerusercontent.com/modules/kEMMGb5hqGCVwEpqX70U/LL62eYCVihJxyCYyx6je/_useCart.js\";import ComponentWrapper from\"https://framerusercontent.com/modules/hQlZBgGeLDev5WuUJA4d/6ncqGCEKZWsfLWpBe7Jn/ComponentWrapper.js\";import Button,{ButtonProperties}from\"https://framerusercontent.com/modules/EoMllm11FAeAfrQZgkjQ/LMhGmi204cugd6mksqKj/Button.js\";/**\n * @framerDisableUnlink\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight auto\n */export default function Shopify_ProductAddToCart(props){const{product,selectedProduct,availableForSale}=useProduct(props.productID??null,props.config);const{addToCart,actionLoading,cartError}=useCart(props.config);const handleAddToCart=async()=>{const merchandiseId=selectedProduct?.selectedOption||product?.variants.nodes[0].id;const quantity=selectedProduct?selectedProduct.quantity:1;const sellingPlanId=selectedProduct?.sellingPlan;// find & add attribute to cart\nconst attributes=[];const productElements=document.querySelectorAll('[name^=\"product-\"]');productElements.forEach(element=>{const key=element.getAttribute(\"name\").replace(\"product-\",\"\");const value=element.value;if(value&&value!==\"\"){attributes.push({key,value});}});// finally add to cart\nawait addToCart({merchandiseId,quantity,attributes,sellingPlanId});props.openCartEvent?.();};return /*#__PURE__*/_jsxs(ComponentWrapper,{style:cn(styles.wrapper),productID:props.productID||\"EMPTY\",config:props.config,children:[/*#__PURE__*/_jsx(Button,{onClick:handleAddToCart,loading:actionLoading,disabled:!availableForSale,...props}),cartError&&/*#__PURE__*/_jsx(motion.span,{style:cn(props.errorStyle),children:cartError})]});}Shopify_ProductAddToCart.displayName=\"Product Add To Cart\";addPropertyControls(Shopify_ProductAddToCart,{...ConfigControls,...ProductBaseControls,...ButtonProperties(\"Add to cart\"),errorStyle:{title:\"Error Style\",type:ControlType.Object,controls:{...textProperties(14,\"#bb0000\"),textTransform:{type:ControlType.Enum,defaultValue:\"none\",segmentedControlDirection:\"vertical\",options:[\"none\",\"lowercase\",\"uppercase\",\"capitalize\"],optionTitles:[\"Normal\",\"Lowercase\",\"Uppercase\",\"Capitalize\"]}}},openCartEvent:{type:ControlType.EventHandler}});const styles={wrapper:{display:\"flex\",flexDirection:\"column\",gap:8}};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Shopify_ProductAddToCart\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"* @framerSupportedLayoutWidth any-prefer-fixed\",\"framerSupportedLayoutHeight\":\"auto\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useState,useEffect}from\"react\";import{addPropertyControls,ControlType}from\"framer\";import{Plus,Minus}from\"lucide-react\";import{motion}from\"framer-motion\";import{cn}from\"https://framerusercontent.com/modules/q0qjLSJzCbedNd7w0WjB/JGy6EpHStxos0WnSsbPV/_utils.js\";/**\n * @framerDisableUnlink\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */export default function Counter({onChange=()=>false,count,min=0,loading=false,styles={}}){const[state,setState]=useState(1);useEffect(()=>{if(count!==state&&count!==undefined)setState(count);},[count]);return /*#__PURE__*/_jsxs(\"div\",{style:cn(style.container,styles,loading&&style.loading),children:[/*#__PURE__*/_jsx(motion.button,{whileHover:{scale:1.15},style:style.button,disabled:loading||state<=min,onClick:()=>{const c=Math.max(state-1,min);setState(c);onChange(c);},children:/*#__PURE__*/_jsx(Minus,{size:styles.iconSize,color:styles.iconColor})}),/*#__PURE__*/_jsx(\"span\",{children:state}),/*#__PURE__*/_jsx(motion.button,{whileHover:{scale:1.15},style:style.button,disabled:loading,onClick:()=>{const c=state+1;setState(c);onChange(c);},children:/*#__PURE__*/_jsx(Plus,{size:styles.iconSize,color:styles.iconColor})})]});}export const CounterPropertyControls={fontSize:{type:ControlType.Number,min:8,max:100,defaultValue:16},gap:{title:\"Gap\",type:ControlType.Number,defaultValue:14,min:0},color:{title:\"Text color\",type:ControlType.Color,defaultValue:\"#000\"},backgroundColor:{title:\"Background color\",type:ControlType.Color,defaultValue:\"transparent\",optional:true},font:{type:ControlType.Font},border:{type:ControlType.Border,defaultValue:{borderWidth:1,borderColor:\"#DBDBDB\"}},borderRadius:{type:ControlType.BorderRadius,defaultValue:\"24px\"},padding:{type:ControlType.Padding,defaultValue:\"6px 14px 6px 14px\"},iconColor:{title:\"Icon color\",type:ControlType.Color,defaultValue:\"#919191\"},iconSize:{title:\"Icon size\",type:ControlType.Number,defaultValue:16,min:0}};addPropertyControls(Counter,{styles:{type:ControlType.Object,controls:CounterPropertyControls}});const style={container:{display:\"flex\",flexDirection:\"row\",alignItems:\"center\",justifyContent:\"center\"},button:{backgroundColor:\"transparent\",border:\"none\",padding:0,margin:0,cursor:\"pointer\"},loading:{opacity:.6,cursor:\"wait\"}};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Counter\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"* @framerSupportedLayoutWidth auto\",\"framerSupportedLayoutHeight\":\"auto\",\"framerContractVersion\":\"1\"}},\"CounterPropertyControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import Counter,{CounterPropertyControls}from\"https://framerusercontent.com/modules/2st4DNkNYiQAbMDXhpJ6/D0HG6CrH6cvpeYOdOwoA/Counter.js\";import WrapperDiv from\"https://framerusercontent.com/modules/hpgMcXVibTnsGEdL78h0/fZ1XDby7m4z4HpTyQtDm/WrapperDiv.js\";import{useShopify}from\"https://framerusercontent.com/modules/agcJAgx0B7xqixXVIWIM/pPWKOyJXdCguncBCbcCI/_hooks.js\";/**\n * @framerDisableUnlink\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */export default function Shopiframe_ProductCounter(props){const[shopify,setShopify]=useShopify();return /*#__PURE__*/_jsx(WrapperDiv,{children:/*#__PURE__*/_jsx(Counter,{styles:props.styles,onChange:quantity=>{setShopify({quantity});},min:1})});}addPropertyControls(Shopiframe_ProductCounter,{styles:{title:\"Styles\",type:ControlType.Object,controls:CounterPropertyControls}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Shopiframe_ProductCounter\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"* @framerSupportedLayoutWidth auto\",\"framerSupportedLayoutHeight\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{cn,ProductBaseControls,ConfigControls,textProperties}from\"https://framerusercontent.com/modules/eAejHXy6apg0StNmpKvK/4uA71TWP0uSyqhDERFA6/_framer_utils.js\";import{useProduct}from\"https://framerusercontent.com/modules/xEahqZEsyG5uoZky61jQ/0fKThaOrafAWucwKdjoT/_useProduct.js\";import ComponentWrapper from\"https://framerusercontent.com/modules/hQlZBgGeLDev5WuUJA4d/W5z3USVGl6mIjAon3RMp/ComponentWrapper.js\";/**\n * @framerDisableUnlink\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */export default function Shopify_ProductPrice(props){var _props_productID;const{product,price,multiplePrice,availableForSale}=useProduct((_props_productID=props.productID)!==null&&_props_productID!==void 0?_props_productID:null,props.config);return /*#__PURE__*/_jsx(ComponentWrapper,{style:styles.container,productID:props.productID||\"EMPTY\",hidden:!product,config:props.config,children:()=>/*#__PURE__*/_jsxs(_Fragment,{children:[price.camparePrice&&/*#__PURE__*/_jsxs(\"span\",{style:cn(styles.comparePrice,props.comparePriceStyle),children:[price.camparePrice,\" \"]}),/*#__PURE__*/_jsxs(\"span\",{style:cn(props.priceStyle),children:[multiplePrice?props.startFromTitle:\"\",\" \",price.price]}),!availableForSale&&props.soldOutTitle&&/*#__PURE__*/_jsx(\"span\",{style:cn(props.soldOutStyle),children:props.soldOutTitle})]})});}Shopify_ProductPrice.displayName=\"Product Price\";addPropertyControls(Shopify_ProductPrice,{...ConfigControls,...ProductBaseControls,startFromTitle:{title:\"Start from Label\",type:ControlType.String,defaultValue:\"Start from\"},soldOutTitle:{title:\"Sold out Label\",type:ControlType.String,defaultValue:\"Sold out\"},priceStyle:{title:\"Price\",buttonTitle:\"Style\",type:ControlType.Object,controls:textProperties(18,\"rgba(18, 18, 18, 1)\")},comparePriceStyle:{title:\"Compare Price\",buttonTitle:\"Style\",type:ControlType.Object,controls:{hidden:{type:ControlType.Boolean,defaultValue:false},...textProperties(16,\"rgba(18, 18, 18, 0.75)\")}},soldOutStyle:{title:\"Sold Out\",buttonTitle:\"Style\",type:ControlType.Object,controls:{hidden:{type:ControlType.Boolean,defaultValue:false},...textProperties(14,\"#fff\"),backgroundColor:{type:ControlType.Color,defaultValue:\"#000000\"},border:{type:ControlType.Border,defaultValue:{borderWidth:0}},padding:{type:ControlType.Padding,defaultValue:\"2px 8px 2px 8px\"},borderRadius:{type:ControlType.BorderRadius,defaultValue:\"20px\"}}}});const styles={container:{display:\"flex\",flexDirection:\"row\",flexWrap:\"wrap\",gap:8,alignItems:\"center\"},comparePrice:{textDecoration:\"line-through\"}};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Shopify_ProductPrice\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"* @framerSupportedLayoutWidth auto\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (3969033)\nimport{jsx as _jsx,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ChildrenCanSuspend,ComponentViewportProvider,ControlType,cx,getFonts,PathVariablesContext,ResolveLinks,useComponentViewport,useLoadMorePaginatedQuery,useLocaleInfo,useQueryData,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Produtos from\"https://framerusercontent.com/modules/7huOkrUwIfbg0iQM1bVm/5xWdHmX5dB2BWTPNYAny/DuRBhrG05.js\";import ProductCardComtag from\"https://framerusercontent.com/modules/znPQqSeeNicJ0AI3NaOh/fngNaJQ6atM8O8U5XbSZ/jtZEc_ric.js\";const ProductCardComtagFonts=getFonts(ProductCardComtag);const cycleOrder=[\"SOp42jvQb\",\"lm4JjjhFO\",\"sippy_pzI\"];const serializationHash=\"framer-fx3ST\";const variantClassNames={lm4JjjhFO:\"framer-v-1rw5wbt\",sippy_pzI:\"framer-v-1oyr5hq\",SOp42jvQb:\"framer-v-10baa58\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const query=prequery=>prequery({from:{alias:\"T6uphbgyQ\",data:Produtos,type:\"Collection\"},orderBy:[{collection:\"T6uphbgyQ\",direction:\"desc\",name:\"index\",type:\"Identifier\"}],select:[{collection:\"T6uphbgyQ\",name:\"MnwcHmOly\",type:\"Identifier\"},{collection:\"T6uphbgyQ\",name:\"WwqGYJUWq\",type:\"Identifier\"},{collection:\"T6uphbgyQ\",name:\"RjzsB8FeK\",type:\"Identifier\"},{collection:\"T6uphbgyQ\",name:\"yhA3BVwWI\",type:\"Identifier\"},{collection:\"T6uphbgyQ\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{collection:\"T6uphbgyQ\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"T6uphbgyQ\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}});const QueryData=({query,pageSize,children})=>{const{paginatedQuery,paginationInfo,loadMore}=useLoadMorePaginatedQuery(query,pageSize,\"T6uphbgyQ\");const data=useQueryData(paginatedQuery);return children(data,paginationInfo,loadMore);};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Livros Mobile\":\"lm4JjjhFO\",\"Livros Tablet\":\"sippy_pzI\",Livros:\"SOp42jvQb\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"SOp42jvQb\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,MnwcHmOlyT6uphbgyQ,WwqGYJUWqT6uphbgyQ,RjzsB8FeKT6uphbgyQ,yhA3BVwWIT6uphbgyQ,idT6uphbgyQ,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"SOp42jvQb\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-10baa58\",className,classNames),\"data-framer-name\":\"Livros\",layoutDependency:layoutDependency,layoutId:\"SOp42jvQb\",ref:ref??ref1,style:{...style},...addPropertyOverrides({lm4JjjhFO:{\"data-framer-name\":\"Livros Mobile\"},sippy_pzI:{\"data-framer-name\":\"Livros Tablet\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-19o5j0e\",layoutDependency:layoutDependency,layoutId:\"T6uphbgyQ\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{pageSize:4,query:{from:{alias:\"T6uphbgyQ\",data:Produtos,type:\"Collection\"},orderBy:[{collection:\"T6uphbgyQ\",direction:\"desc\",name:\"index\",type:\"Identifier\"}],select:[{collection:\"T6uphbgyQ\",name:\"MnwcHmOly\",type:\"Identifier\"},{collection:\"T6uphbgyQ\",name:\"WwqGYJUWq\",type:\"Identifier\"},{collection:\"T6uphbgyQ\",name:\"RjzsB8FeK\",type:\"Identifier\"},{collection:\"T6uphbgyQ\",name:\"yhA3BVwWI\",type:\"Identifier\"},{collection:\"T6uphbgyQ\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{collection:\"T6uphbgyQ\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"T6uphbgyQ\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection.map(({\"MnwcHmOly\":MnwcHmOlyT6uphbgyQ,\"WwqGYJUWq\":WwqGYJUWqT6uphbgyQ,\"RjzsB8FeK\":RjzsB8FeKT6uphbgyQ,\"yhA3BVwWI\":yhA3BVwWIT6uphbgyQ,\"id\":idT6uphbgyQ},i)=>{MnwcHmOlyT6uphbgyQ??=\"\";WwqGYJUWqT6uphbgyQ??=\"\";yhA3BVwWIT6uphbgyQ??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`T6uphbgyQ-${idT6uphbgyQ}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{WwqGYJUWq:WwqGYJUWqT6uphbgyQ},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{WwqGYJUWq:WwqGYJUWqT6uphbgyQ},webPageId:\"dVs7HSqsz\"},implicitPathVariables:undefined},{href:{pathVariables:{WwqGYJUWq:WwqGYJUWqT6uphbgyQ},webPageId:\"dVs7HSqsz\"},implicitPathVariables:undefined},{href:{pathVariables:{WwqGYJUWq:WwqGYJUWqT6uphbgyQ},webPageId:\"dVs7HSqsz\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:500,width:`max((${componentViewport?.width||\"100vw\"} - 72px) / 4, 200px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||500)-0-1024)/2+0+0)+0+0,...addPropertyOverrides({lm4JjjhFO:{width:undefined,y:(componentViewport?.y||0)+0+(((componentViewport?.height||2072)-0-1024)/2+0+0)+0+0},sippy_pzI:{width:undefined,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1024)-0-1024)/2+0+0)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-12dmbuf-container\",layoutDependency:layoutDependency,layoutId:\"Imd_4pHHW-container\",children:/*#__PURE__*/_jsx(ProductCardComtag,{FtSNDUSQc:toResponsiveImage(RjzsB8FeKT6uphbgyQ),ghnW8_Ys4:resolvedLinks[0],height:\"100%\",id:\"Imd_4pHHW\",kTq5my1fP:yhA3BVwWIT6uphbgyQ,layoutId:\"Imd_4pHHW\",OOp1dtSkE:MnwcHmOlyT6uphbgyQ,tOabhQrIh:\"Ver mais\",variant:\"E0_WjWX5C\",width:\"100%\",...addPropertyOverrides({lm4JjjhFO:{ghnW8_Ys4:resolvedLinks[1]},sippy_pzI:{ghnW8_Ys4:resolvedLinks[2]}},baseVariant,gestureVariant)})})})})})},idT6uphbgyQ);})})})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-fx3ST.framer-1dz54, .framer-fx3ST .framer-1dz54 { display: block; }\",\".framer-fx3ST.framer-10baa58 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1320px; }\",\".framer-fx3ST .framer-19o5j0e { display: grid; flex: none; gap: 24px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(4, minmax(200px, 1fr)); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-fx3ST .framer-12dmbuf-container { align-self: start; flex: none; height: 100%; justify-self: start; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-fx3ST.framer-10baa58 { gap: 0px; } .framer-fx3ST.framer-10baa58 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-fx3ST.framer-10baa58 > :first-child { margin-top: 0px; } .framer-fx3ST.framer-10baa58 > :last-child { margin-bottom: 0px; } }\",\".framer-fx3ST.framer-v-1rw5wbt.framer-10baa58, .framer-fx3ST.framer-v-1oyr5hq.framer-10baa58 { width: min-content; }\",\".framer-fx3ST.framer-v-1rw5wbt .framer-19o5j0e { grid-template-columns: repeat(1, minmax(312px, 1fr)); width: min-content; }\",\".framer-fx3ST.framer-v-1oyr5hq .framer-19o5j0e { grid-template-columns: repeat(2, minmax(312px, 1fr)); width: min-content; }\",\".framer-fx3ST.framer-v-1oyr5hq .framer-12dmbuf-container { height: auto; width: fit-content; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 500\n * @framerIntrinsicWidth 1320\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"lm4JjjhFO\":{\"layout\":[\"auto\",\"auto\"]},\"sippy_pzI\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameriY1QRVC59=withCSS(Component,css,\"framer-fx3ST\");export default FrameriY1QRVC59;FrameriY1QRVC59.displayName=\"tab-bar-content - produtos\";FrameriY1QRVC59.defaultProps={height:500,width:1320};addPropertyControls(FrameriY1QRVC59,{variant:{options:[\"SOp42jvQb\",\"lm4JjjhFO\",\"sippy_pzI\"],optionTitles:[\"Livros\",\"Livros Mobile\",\"Livros Tablet\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FrameriY1QRVC59,[{explicitInter:true,fonts:[]},...ProductCardComtagFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameriY1QRVC59\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"500\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"lm4JjjhFO\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"sippy_pzI\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1320\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (b2780b5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const RichTextWithFX=withFX(RichText);const enabledGestures={cldrMMdIy:{hover:true}};const serializationHash=\"framer-0CoPO\";const variantClassNames={cldrMMdIy:\"framer-v-166s279\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transition2={delay:0,duration:1,ease:[.5,0,.88,.77],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:-1};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,link,title,width,...props})=>{var _ref;return{...props,lvlBjz2qR:link!==null&&link!==void 0?link:props.lvlBjz2qR,NAtdQLlvI:(_ref=title!==null&&title!==void 0?title:props.NAtdQLlvI)!==null&&_ref!==void 0?_ref:\"Call us\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,lvlBjz2qR,NAtdQLlvI,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"cldrMMdIy\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:lvlBjz2qR,nodeId:\"cldrMMdIy\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-166s279\",className,classNames)} framer-1xhhmx7`,\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"cldrMMdIy\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-175a2ee3-e73a-4465-a45f-78833a0f6493, rgba(13, 13, 13, 0.1))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-a3567fc0-2c6f-4fa8-ac8f-89ddd158e98d, rgb(255, 255, 255))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 0.6021873017743928px 2.2883117467426928px -0.5833333333333333px rgba(0, 0, 0, 0.07361), 0px 2.288533303243457px 8.696426552325137px -1.1666666666666665px rgba(0, 0, 0, 0.08373), 0px 10px 38px -1.75px rgba(0, 0, 0, 0.13)\",...style},variants:{\"cldrMMdIy-hover\":{\"--border-color\":\"var(--token-a08136e8-dd62-4aa7-9cae-bbcfc2287220, rgb(54, 51, 51))\",backgroundColor:\"var(--token-5ccb091d-c99b-48c4-a701-ad862b435699, rgb(15, 15, 15))\"}},...addPropertyOverrides({\"cldrMMdIy-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vmliqv\",layoutDependency:layoutDependency,layoutId:\"N096sRbgR\",style:{backgroundColor:\"var(--token-4fdd7769-e1d0-45b2-8e3d-fe484baba321, rgb(135, 186, 84))\",borderBottomLeftRadius:270,borderBottomRightRadius:270,borderTopLeftRadius:270,borderTopRightRadius:270},variants:{\"cldrMMdIy-hover\":{backgroundColor:\"var(--token-bf3b94dd-eff7-4472-9616-5a26468b0d72, rgb(28, 26, 24))\"}},...addPropertyOverrides({\"cldrMMdIy-hover\":{transformTemplate:transformTemplate1}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-zzaph6-container\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"ecP9LAUYz-container\",name:\"Icon\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-bf3b94dd-eff7-4472-9616-5a26468b0d72, rgb(28, 26, 24))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"WhatsappLogo\",id:\"ecP9LAUYz\",layoutId:\"ecP9LAUYz\",mirrored:false,name:\"Icon\",selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"thin\",width:\"100%\",...addPropertyOverrides({\"cldrMMdIy-hover\":{color:\"var(--token-d7dda11a-0325-4334-ba9e-abdd92b4503b, rgb(239, 239, 239))\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition2,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ibGFjaw==\",\"--framer-font-family\":'\"Satoshi\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"900\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-645ba653-7c4e-423e-9688-ab8e7a9122ae, rgba(0, 0, 0, 0.8)))\"},children:\"Call us\"})}),className:\"framer-16eeijz\",fonts:[\"FS;Satoshi-black\"],layoutDependency:layoutDependency,layoutId:\"JoMSzcjuF\",style:{\"--extracted-r6o4lv\":\"var(--token-645ba653-7c4e-423e-9688-ab8e7a9122ae, rgba(0, 0, 0, 0.8))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:NAtdQLlvI,variants:{\"cldrMMdIy-hover\":{\"--extracted-r6o4lv\":\"var(--token-a3567fc0-2c6f-4fa8-ac8f-89ddd158e98d, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"cldrMMdIy-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ibGFjaw==\",\"--framer-font-family\":'\"Satoshi\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"900\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a3567fc0-2c6f-4fa8-ac8f-89ddd158e98d, rgb(255, 255, 255)))\"},children:\"Call us\"})})}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-0CoPO.framer-1xhhmx7, .framer-0CoPO .framer-1xhhmx7 { display: block; }\",\".framer-0CoPO.framer-166s279 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 3px; height: min-content; justify-content: center; overflow: hidden; padding: 6px 14px 6px 12px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-0CoPO .framer-1vmliqv { aspect-ratio: 1 / 1; bottom: -20px; flex: none; height: var(--framer-aspect-ratio-supported, 5px); left: -20px; overflow: visible; position: absolute; width: 5px; z-index: 0; }\",\".framer-0CoPO .framer-zzaph6-container { flex: none; height: 25px; position: relative; width: 25px; }\",\".framer-0CoPO .framer-16eeijz { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0CoPO.framer-166s279 { gap: 0px; } .framer-0CoPO.framer-166s279 > * { margin: 0px; margin-left: calc(3px / 2); margin-right: calc(3px / 2); } .framer-0CoPO.framer-166s279 > :first-child { margin-left: 0px; } .framer-0CoPO.framer-166s279 > :last-child { margin-right: 0px; } }\",\".framer-0CoPO.framer-v-166s279.hover .framer-1vmliqv { bottom: unset; height: var(--framer-aspect-ratio-supported, 215px); left: 50%; top: 51%; width: 215px; }\",'.framer-0CoPO[data-border=\"true\"]::after, .framer-0CoPO [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 37\n * @framerIntrinsicWidth 97\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"PNtGxNXkb\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"lvlBjz2qR\":\"link\",\"NAtdQLlvI\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerR_jxwrpQU=withCSS(Component,css,\"framer-0CoPO\");export default FramerR_jxwrpQU;FramerR_jxwrpQU.displayName=\"Button- Fixed\";FramerR_jxwrpQU.defaultProps={height:37,width:97};addPropertyControls(FramerR_jxwrpQU,{lvlBjz2qR:{title:\"Link\",type:ControlType.Link},NAtdQLlvI:{defaultValue:\"Call us\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerR_jxwrpQU,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NHPGVFYUXYXE33DZ75OIT4JFGHITX5PE/PSUTMASCDJTVPERDYJZPN23BVUFUCQIF/J64QX5IPOHK56I2KYUNBQ5M2XWZEYKYX.woff2\",weight:\"900\"}]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerR_jxwrpQU\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"97\",\"framerIntrinsicHeight\":\"37\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"lvlBjz2qR\\\":\\\"link\\\",\\\"NAtdQLlvI\\\":\\\"title\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"PNtGxNXkb\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./R_jxwrpQU.map", "// Generated by Framer (f7ce5cf)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,Link,NotFoundError,PropertyOverrides,RichText,SVG,useActiveVariantCallback,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useQueryData,withCSS,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import ProductImageGallery from\"https://framerusercontent.com/modules/hrHJM38kepGvnmA73JmL/KYv6iGQDsbGsZu7wUwEI/Shopify_ProductImageGallery.js\";import ProductVariantSelector from\"https://framerusercontent.com/modules/IySki7zU6gj9mB2w3PpE/FzC8gOvBBHOfu3iAA1F3/Shopify_ProductVariantSelector.js\";import ProductAddToCart from\"https://framerusercontent.com/modules/sLbkDuXdCdpfHR6EbULm/6fVa379B8iO9pPfQDVcP/Shopify_ProductAddToCart.js\";import Shopiframe_ProductCounter from\"https://framerusercontent.com/modules/wX4sen6GdOvT6ZMLoNql/ZnZ6CCL2x2irhDwwmLB8/Shopiframe_ProductCounter.js\";import ProductPrice from\"https://framerusercontent.com/modules/XUMZkHzkb6JRq7hdD46W/ZNjEBvlFU5A2kT222b25/Shopify_ProductPrice.js\";import LayoutNavigation from\"#framer/local/canvasComponent/AhERGQJAp/AhERGQJAp.js\";import Cart from\"#framer/local/canvasComponent/b3yfl49K2/b3yfl49K2.js\";import TabBarContentProdutos from\"#framer/local/canvasComponent/iY1QRVC59/iY1QRVC59.js\";import Footer from\"#framer/local/canvasComponent/lsrprVEJZ/lsrprVEJZ.js\";import Shopiframe_Config from\"#framer/local/canvasComponent/mBRcL5xHa/mBRcL5xHa.js\";import ButtonFixed from\"#framer/local/canvasComponent/R_jxwrpQU/R_jxwrpQU.js\";import Produtos from\"#framer/local/collection/DuRBhrG05/DuRBhrG05.js\";import*as sharedStyle from\"#framer/local/css/ETExAw2vf/ETExAw2vf.js\";import metadataProvider from\"#framer/local/webPageMetadata/dVs7HSqsz/dVs7HSqsz.js\";const LayoutNavigationFonts=getFonts(LayoutNavigation);const CartFonts=getFonts(Cart);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const Shopiframe_ConfigFonts=getFonts(Shopiframe_Config);const ProductImageGalleryFonts=getFonts(ProductImageGallery);const ProductPriceFonts=getFonts(ProductPrice);const ProductVariantSelectorFonts=getFonts(ProductVariantSelector);const Shopiframe_ProductCounterFonts=getFonts(Shopiframe_ProductCounter);const ProductAddToCartFonts=getFonts(ProductAddToCart);const TabBarContentProdutosFonts=getFonts(TabBarContentProdutos);const FooterFonts=getFonts(Footer);const ButtonFixedFonts=getFonts(ButtonFixed);const breakpoints={cyVf9ruM6:\"(min-width: 810px) and (max-width: 1439px)\",EiWCsJAoT:\"(min-width: 2560px)\",xQd9Xo37Z:\"(min-width: 1440px) and (max-width: 2559px)\",yD7d3LBEQ:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-3jyJo\";const variantClassNames={cyVf9ruM6:\"framer-v-1grskm0\",EiWCsJAoT:\"framer-v-hnu6c1\",xQd9Xo37Z:\"framer-v-zmz8wg\",yD7d3LBEQ:\"framer-v-asrowv\"};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-150};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Large Desktop\":\"EiWCsJAoT\",Desktop:\"xQd9Xo37Z\",Phone:\"yD7d3LBEQ\",Tablet:\"cyVf9ruM6\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"xQd9Xo37Z\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"dVs7HSqsz\",data:Produtos,type:\"Collection\"},select:[{collection:\"dVs7HSqsz\",name:\"MnwcHmOly\",type:\"Identifier\"},{collection:\"dVs7HSqsz\",name:\"yhA3BVwWI\",type:\"Identifier\"},{collection:\"dVs7HSqsz\",name:\"r2MglFYs1\",type:\"Identifier\"},{collection:\"dVs7HSqsz\",name:\"qUY6sf607\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"dVs7HSqsz\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,yhA3BVwWI=getFromCurrentRouteData(\"yhA3BVwWI\")??\"\",MnwcHmOly=getFromCurrentRouteData(\"MnwcHmOly\")??\"\",qUY6sf607=getFromCurrentRouteData(\"qUY6sf607\")??\"\",r2MglFYs1=getFromCurrentRouteData(\"r2MglFYs1\")??\"\",...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const yGAhPuedg3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const Yx8jG4s9E1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if([\"cyVf9ruM6\",\"yD7d3LBEQ\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"cyVf9ruM6\")return false;return true;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"cyVf9ruM6\")return true;return false;};const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"yD7d3LBEQ\")return true;return false;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"xQd9Xo37Z\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-645ba653-7c4e-423e-9688-ab8e7a9122ae, rgba(0, 0, 0, 0.6)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-zmz8wg\",className),ref:refBinding,style:{...style},children:[isDisplayed()&&/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:122,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsxs(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-1p9e364-container hidden-1grskm0 hidden-asrowv\",\"data-framer-appear-id\":\"1p9e364\",id:\"1p9e364\",initial:animation1,nodeId:\"By1GEsvNk\",optimized:true,rendersWithMotion:true,scopeId:\"dVs7HSqsz\",children:[/*#__PURE__*/_jsx(LayoutNavigation,{height:\"100%\",id:\"By1GEsvNk\",layoutId:\"By1GEsvNk\",style:{width:\"100%\"},variant:overlay.visible?\"ogAh2JPOt\":\"ogAh2JPOt\",width:\"100%\",yGAhPuedg:yGAhPuedg3bnx0g({overlay})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.3,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-5k2g2d\"),\"data-framer-portal-id\":\"1p9e364\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"wp5Pw9tjY\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"514px\",children:/*#__PURE__*/_jsx(Container,{animate:animation,className:cx(scopingClassNames,\"framer-7qv6u9-container\"),\"data-framer-portal-id\":\"1p9e364\",exit:animation2,inComponentSlot:true,initial:animation3,nodeId:\"NegbdnqEK\",rendersWithMotion:true,scopeId:\"dVs7HSqsz\",children:/*#__PURE__*/_jsx(Cart,{height:\"100%\",id:\"NegbdnqEK\",layoutId:\"NegbdnqEK\",style:{height:\"100%\",width:\"100%\"},variant:\"jixgf2hrA\",width:\"100%\",Yx8jG4s9E:Yx8jG4s9E1wnntms({overlay})})})})]}),getContainer())})})]})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:70,width:\"408px\",y:(componentViewport?.y||0)+-1e3,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lgfyhl-container\",nodeId:\"Lw2lrRjYD\",scopeId:\"dVs7HSqsz\",children:/*#__PURE__*/_jsx(Shopiframe_Config,{height:\"100%\",id:\"Lw2lrRjYD\",layoutId:\"Lw2lrRjYD\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-e9lgx6\",\"data-framer-name\":\"Product info\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1l09rch\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-efetjk-container\",\"data-framer-name\":\"Image Gallery\",isAuthoredByUser:true,isModuleExternal:true,name:\"Image Gallery\",nodeId:\"FAMSPFhDG\",scopeId:\"dVs7HSqsz\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiWCsJAoT:{thumbsStyle:{activeBorderColor:\"rgb(0, 0, 0)\",gap:8,radius:\"10px\",size:80}}},children:/*#__PURE__*/_jsx(ProductImageGallery,{config:{countryIsoCode:\"BR\",languageIsoCode:\"PT_BR\",storeDomain:\"uf15e4-dz.myshopify.com\",storefrontToken:\"b483cd766af326bbc40a8581ddfc67ca\",testMode:false},flexDirection:\"column\",font:{},gap:8,height:\"100%\",id:\"FAMSPFhDG\",imageStyle:{aspectRatio:\"1:1\",borderRadius:\"10px\"},layoutId:\"FAMSPFhDG\",name:\"Image Gallery\",productID:yhA3BVwWI,style:{width:\"100%\"},thumbsStyle:{activeBorderColor:\"rgb(0, 0, 0)\",backgroundColor:\"var(--token-645ba653-7c4e-423e-9688-ab8e7a9122ae, rgba(0, 0, 0, 0.8))\",gap:8,radius:\"10px\",size:80},width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2qfltd\",\"data-framer-name\":\"Frame 5\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-9qdnn3\",\"data-framer-name\":\"Frame 1\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1shziz3\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-oj3zw2\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.4em\",\"--framer-text-transform\":\"uppercase\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"pYMOI3FmD\",openInNewTab:false,scopeId:\"dVs7HSqsz\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ibq8us\",\"data-styles-preset\":\"ETExAw2vf\",children:\"Home\"})})})}),className:\"framer-tjbwne\",\"data-framer-name\":\"Home\",fonts:[\"GF;Poppins-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.4em\",\"--framer-text-color\":\"var(--token-ba80a2a2-e4d1-4e37-b60b-d0a8b71ee78c, rgba(255, 255, 255, 0.6))\",\"--framer-text-transform\":\"uppercase\"},children:\"/\"})}),className:\"framer-z7rb28\",\"data-framer-name\":\"/\",fonts:[\"GF;Poppins-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.4em\",\"--framer-text-transform\":\"uppercase\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"lUl4YigBn\",openInNewTab:false,scopeId:\"dVs7HSqsz\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ibq8us\",\"data-styles-preset\":\"ETExAw2vf\",children:\"Content\"})})})}),className:\"framer-1ut88tg\",\"data-framer-name\":\"Shirts\",fonts:[\"GF;Poppins-500\"],text:MnwcHmOly,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yD7d3LBEQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBNZWRpdW0=\",\"--framer-font-family\":'\"Gotham Medium\", \"Gotham Medium Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1.1em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Bon\\xe9 Orbum\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBNZWRpdW0=\",\"--framer-font-family\":'\"Gotham Medium\", \"Gotham Medium Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1.1em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Mentalma II - Gest\\xe3o Ps\\xedquica e Mem\\xf3rias Complexas\"})}),className:\"framer-9qw0w7\",\"data-framer-name\":\"Drawing Print shirt\",fonts:[\"CUSTOM;Gotham Medium\"],text:MnwcHmOly,verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-csmbry\",\"data-framer-name\":\"Line 2\",fill:'var(--token-645ba653-7c4e-423e-9688-ab8e7a9122ae, rgba(0, 0, 0, 0.6)) /* {\"name\":\"PRETO 60% (BG)\"} */',intrinsicHeight:3,intrinsicWidth:712,svg:'<svg width=\"712\" height=\"3\" viewBox=\"-1 -1 712 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line y1=\"0.5\" x2=\"710\" y2=\"0.5\" stroke=\"#DBDBDB\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-28dpwc\",\"data-framer-name\":\"Frame 7\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14u1r2o\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-wr86fe-container\",\"data-framer-name\":\"Price\",isModuleExternal:true,name:\"Price\",nodeId:\"mJAg8qX0l\",scopeId:\"dVs7HSqsz\",children:/*#__PURE__*/_jsx(ProductPrice,{comparePriceStyle:{color:\"rgba(18, 18, 18, 0.75)\",font:{fontFamily:'\"Inter\", sans-serif',fontStyle:\"normal\"},fontSize:16,hidden:false,padding:\"0px\"},config:{countryIsoCode:\"BR\",languageIsoCode:\"PT_BR\",storeDomain:\"uf15e4-dz.myshopify.com\",storefrontToken:\"b483cd766af326bbc40a8581ddfc67ca\",testMode:false},font:{},height:\"100%\",id:\"mJAg8qX0l\",layoutId:\"mJAg8qX0l\",name:\"Price\",priceStyle:{color:\"var(--token-f7981b64-3761-4cb4-9838-221bd898cbd8, rgb(255, 255, 255))\",font:{fontFamily:'\"Inter\", sans-serif',fontStyle:\"normal\"},fontSize:28,padding:\"0px\"},productID:yhA3BVwWI,soldOutStyle:{backgroundColor:\"rgb(255, 0, 0)\",border:{borderColor:\"black\",borderStyle:\"solid\",borderWidth:0},borderRadius:\"20px\",color:\"rgb(255, 255, 255)\",font:{fontFamily:'\"Inter\", sans-serif',fontStyle:\"normal\"},fontSize:14,hidden:false,padding:\"2px 8px 2px 8px\"},soldOutTitle:\"Sem Estoque\",startFromTitle:\"Start from\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-rybzos-container\",\"data-framer-name\":\"Variant Selector\",id:\"rybzos\",isAuthoredByUser:true,isModuleExternal:true,name:\"Variant Selector\",nodeId:\"VeTLvSv9z\",scopeId:\"dVs7HSqsz\",children:/*#__PURE__*/_jsx(ProductVariantSelector,{config:{countryIsoCode:\"BR\",languageIsoCode:\"PT_BR\",storeDomain:\"uf15e4-dz.myshopify.com\",storefrontToken:\"b483cd766af326bbc40a8581ddfc67ca\",testMode:false},font:{},height:\"100%\",id:\"VeTLvSv9z\",label:{color:\"var(--token-ba80a2a2-e4d1-4e37-b60b-d0a8b71ee78c, rgba(255, 255, 255, 0.6))\",display:\"block\",font:{fontFamily:'\"Gotham Medium\", \"Gotham Medium Placeholder\", sans-serif'},fontSize:14,padding:\"0px\"},layoutId:\"VeTLvSv9z\",name:\"Variant Selector\",productID:yhA3BVwWI,selectedOption:{backgroundColor:\"var(--token-f7981b64-3761-4cb4-9838-221bd898cbd8, rgb(255, 255, 255))\",border:{borderColor:'var(--token-a08136e8-dd62-4aa7-9cae-bbcfc2287220, rgb(54, 51, 51)) /* {\"name\":\"Bordas\"} */',borderStyle:\"solid\",borderWidth:1},color:\"var(--token-645ba653-7c4e-423e-9688-ab8e7a9122ae, rgba(0, 0, 0, 0.8))\"},variant:{backgroundColor:\"var(--token-5ccb091d-c99b-48c4-a701-ad862b435699, rgb(15, 15, 15))\",border:{borderColor:'var(--token-a08136e8-dd62-4aa7-9cae-bbcfc2287220, rgb(54, 51, 51)) /* {\"name\":\"Bordas\"} */',borderStyle:\"solid\",borderWidth:0},borderRadius:\"10px\",color:\"var(--token-ba80a2a2-e4d1-4e37-b60b-d0a8b71ee78c, rgba(255, 255, 255, 0.6))\",font:{fontFamily:'\"Gotham Medium\", \"Gotham Medium Placeholder\", sans-serif'},fontSize:16,gap:18,padding:\"10px 16px 10px 16px\"},width:\"100%\",wrapper:{flexDirection:\"column\",gap:16}})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-xpgnv8-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"aJkAFn8Ub\",scopeId:\"dVs7HSqsz\",children:/*#__PURE__*/_jsx(Shopiframe_ProductCounter,{height:\"100%\",id:\"aJkAFn8Ub\",layoutId:\"aJkAFn8Ub\",styles:{backgroundColor:\"var(--token-5ccb091d-c99b-48c4-a701-ad862b435699, rgb(15, 15, 15))\",border:{borderColor:'var(--token-a08136e8-dd62-4aa7-9cae-bbcfc2287220, rgb(54, 51, 51)) /* {\"name\":\"Bordas\"} */',borderStyle:\"solid\",borderWidth:1},borderRadius:\"10px\",color:\"var(--token-f7981b64-3761-4cb4-9838-221bd898cbd8, rgb(255, 255, 255))\",font:{fontFamily:'\"Gotham Regular\", \"Gotham Regular Placeholder\", sans-serif'},fontSize:16,gap:14,iconColor:\"var(--token-f7981b64-3761-4cb4-9838-221bd898cbd8, rgb(255, 255, 255))\",iconSize:16,padding:\"6px 14px 6px 14px\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1a8a0m1-container\",\"data-framer-name\":\"Add to Cart\",isModuleExternal:true,name:\"Add to Cart\",nodeId:\"ilpIH860C\",scopeId:\"dVs7HSqsz\",children:/*#__PURE__*/_jsx(ProductAddToCart,{buttonComponent:[],buttonType:\"Default\",buttonVariants:{default:\"Default\",disabled:\"Disabled\",loading:\"Loading\"},config:{countryIsoCode:\"BR\",languageIsoCode:\"PT_BR\",permissions:{selling_plans:false},storeDomain:\"uf15e4-dz.myshopify.com\",storefrontToken:\"b483cd766af326bbc40a8581ddfc67ca\",testMode:false},errorStyle:{color:\"rgb(187, 0, 0)\",font:{fontFamily:'\"Inter\", sans-serif',fontStyle:\"normal\"},fontSize:14,padding:\"0px\",textTransform:\"none\"},font:{},height:\"100%\",hoverStyle:{backgroundColor:\"rgb(0, 0, 0)\",border:{borderBottomWidth:0,borderColor:\"#fff\",borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0},color:\"rgb(255, 255, 255)\"},id:\"ilpIH860C\",label:\"Adicionar ao Carrinho\",layoutId:\"ilpIH860C\",name:\"Add to Cart\",productID:yhA3BVwWI,style:{backgroundColor:\"var(--token-5ccb091d-c99b-48c4-a701-ad862b435699, rgb(15, 15, 15))\",border:{borderColor:'var(--token-a08136e8-dd62-4aa7-9cae-bbcfc2287220, rgb(54, 51, 51)) /* {\"name\":\"Bordas\"} */',borderStyle:\"solid\",borderWidth:1},borderRadius:\"10px\",color:\"var(--token-f7981b64-3761-4cb4-9838-221bd898cbd8, rgb(255, 255, 255))\",font:{fontFamily:'\"Gotham Medium\", \"Gotham Medium Placeholder\", sans-serif'},fontSize:16,padding:\"10px 32px 10px 32px\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1r2libt\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBNZWRpdW0=\",\"--framer-font-family\":'\"Gotham Medium\", \"Gotham Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--token-f7981b64-3761-4cb4-9838-221bd898cbd8, rgb(255, 255, 255))\"},children:\"Categoria:\"})}),className:\"framer-456buv\",\"data-framer-name\":\"Category: Ring\",fonts:[\"CUSTOM;Gotham Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBNZWRpdW0=\",\"--framer-font-family\":'\"Gotham Medium\", \"Gotham Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--token-ba80a2a2-e4d1-4e37-b60b-d0a8b71ee78c, rgba(255, 255, 255, 0.6))\"},children:\"Mentalma II - Gest\\xe3o Ps\\xedquica e Mem\\xf3rias Complexas\"})}),className:\"framer-10zs30z\",\"data-framer-name\":\"Category: Ring\",fonts:[\"CUSTOM;Gotham Medium\"],text:MnwcHmOly,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sep8d0\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBNZWRpdW0=\",\"--framer-font-family\":'\"Gotham Medium\", \"Gotham Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--token-f7981b64-3761-4cb4-9838-221bd898cbd8, rgb(255, 255, 255))\"},children:\"Tags:\"})}),className:\"framer-1mt4qrw\",\"data-framer-name\":\"Category: Ring\",fonts:[\"CUSTOM;Gotham Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBNZWRpdW0=\",\"--framer-font-family\":'\"Gotham Medium\", \"Gotham Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--token-ba80a2a2-e4d1-4e37-b60b-d0a8b71ee78c, rgba(255, 255, 255, 0.6))\"},children:\"Mentalma II - Gest\\xe3o Ps\\xedquica e Mem\\xf3rias Complexas\"})}),className:\"framer-1cu9uki\",\"data-framer-name\":\"Category: Ring\",fonts:[\"CUSTOM;Gotham Medium\"],text:qUY6sf607,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1gmmrdd\",\"data-framer-name\":\"Line 3\",fill:'var(--token-645ba653-7c4e-423e-9688-ab8e7a9122ae, rgba(0, 0, 0, 0.6)) /* {\"name\":\"PRETO 60% (BG)\"} */',intrinsicHeight:3,intrinsicWidth:712,svg:'<svg width=\"712\" height=\"3\" viewBox=\"-1 -1 712 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line y1=\"0.5\" x2=\"710\" y2=\"0.5\" stroke=\"#DBDBDB\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8b45y1\",\"data-framer-name\":\"Frame 6\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBSZWd1bGFy\",\"--framer-font-family\":'\"Gotham Regular\", \"Gotham Regular Placeholder\", sans-serif',\"--framer-text-color\":\"var(--token-f7981b64-3761-4cb4-9838-221bd898cbd8, rgb(255, 255, 255))\"},children:\"Descri\\xe7\\xe3o:\"})}),className:\"framer-13xlhtu\",\"data-framer-name\":\"Description\",fonts:[\"CUSTOM;Gotham Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBMaWdodA==\",\"--framer-font-family\":'\"Gotham Light\", \"Gotham Light Placeholder\", sans-serif',\"--framer-text-color\":\"var(--token-ba80a2a2-e4d1-4e37-b60b-d0a8b71ee78c, rgba(255, 255, 255, 0.6))\"},children:\"Neste segundo livro da s\\xe9rie \u201CMentalma\u201D, Jan Val Ellam aprofunda algumas das quest\\xf5es abordadas no primeiro e introduz novas pr\\xe1ticas desse seu m\\xe9todo de Yoga do cotidiano, adaptado para os ocidentais, a partir, principalmente, dos ensinamentos da \u201CRevela\\xe7\\xe3o Ps\\xedquica\u201D, trazida por Kapila (s\\xe9culos VII a.C a VI a.C), fundador da escola Samkhya, de filosofia hindu. Por que o ser humano tem tanto medo da morte? O que o(a) praticante do Mentalma pode fazer para perder esse e outros medos que o afligem? Como proceder para conseguir uma \u201Cboa passagem\u201D para a \u201CVida Espiritual Eterna\u201D, no momento da morte do corpo f\\xedsico? Descubra, neste livro, as respostas para essas e outras quest\\xf5es t\\xe3o importantes para aquele(a) que busca o conhecimento e o controle sobre si mesmo. Sob a orienta\\xe7\\xe3o dos temas discutidos no \u201CMentalma II\u201D, o(a) praticante poder\\xe1 levantar as sugest\\xf5es para a elabora\\xe7\\xe3o de uma agenda di\\xe1ria, visando o seu \u201Cprogresso espiritual\u201D, e para conquistar o sexto grau de maestria (\u201CMaestria da Arquitetura do Projeto Espiritual de Vida\u201D), que \\xe9 relativa \\xe0 gest\\xe3o ps\\xedquica. T\\xedtulo: Mentalma II : Gest\\xe3o Ps\\xedquica e Mem\\xf3rias ComplexasAutor: Jan Val EllamISBN: 978-65-86157-22-2Formato: 15,2 x22,9cmP\\xe1ginas: 258\"})}),className:\"framer-1tx2mvr\",\"data-framer-name\":\"Financial freedom is more than just a buzzword; it's a life-altering concept that can significantly improve your quality of life and provide you with the freedom to pursue your dreams. In this blog post, we will explore the importance of financial freedom and provide you with practical steps to take control of your finances and embark on the path to economic independence.\",fonts:[\"CUSTOM;Gotham Light\"],text:r2MglFYs1,verticalAlignment:\"top\",withExternalLayout:true})]})]})]})}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-hmv1jg hidden-1grskm0\",\"data-framer-name\":\"Line 2\",fill:'var(--token-645ba653-7c4e-423e-9688-ab8e7a9122ae, rgba(0, 0, 0, 0.6)) /* {\"name\":\"PRETO 60% (BG)\"} */',intrinsicHeight:3,intrinsicWidth:712,svg:'<svg width=\"712\" height=\"3\" viewBox=\"-1 -1 712 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line y1=\"0.5\" x2=\"710\" y2=\"0.5\" stroke=\"#DBDBDB\"/>\\n</svg>\\n',withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1xva855 hidden-zmz8wg hidden-asrowv hidden-hnu6c1\",\"data-framer-name\":\"Line 2\",fill:'var(--token-645ba653-7c4e-423e-9688-ab8e7a9122ae, rgba(0, 0, 0, 0.6)) /* {\"name\":\"PRETO 60% (BG)\"} */',intrinsicHeight:3,intrinsicWidth:712,svg:'<svg width=\"712\" height=\"3\" viewBox=\"-1 -1 712 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line y1=\"0.5\" x2=\"710\" y2=\"0.5\" stroke=\"#DBDBDB\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1csy76t\",\"data-framer-name\":\"Outros Produtos\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1asdj78\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-k2q5qo\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.4em\",\"--framer-text-transform\":\"uppercase\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"zPeBHQ9ah\",openInNewTab:false,scopeId:\"dVs7HSqsz\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ibq8us\",\"data-styles-preset\":\"ETExAw2vf\",children:\"CONTINUE NAVEGANDO\"})})})}),className:\"framer-l5f6vg\",\"data-framer-name\":\"C\",fonts:[\"GF;Poppins-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EiWCsJAoT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBNZWRpdW0=\",\"--framer-font-family\":'\"Gotham Medium\", \"Gotham Medium Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"OUTROS PRODUTOS\"})})},yD7d3LBEQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBNZWRpdW0=\",\"--framer-font-family\":'\"Gotham Medium\", \"Gotham Medium Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"OUTROS PRODUTOS\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0dvdGhhbSBNZWRpdW0=\",\"--framer-font-family\":'\"Gotham Medium\", \"Gotham Medium Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1.1em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"OUTROS PRODUTOS\"})}),className:\"framer-1x98w7v\",\"data-framer-name\":\"Drawing Print shirt\",fonts:[\"CUSTOM;Gotham Medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cyVf9ruM6:{width:`max(${componentViewport?.width||\"100vw\"} - 120px, 1px)`,y:(componentViewport?.y||0)+0+1774.6+50+0+66.4},yD7d3LBEQ:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+1765.8+50+0+0+57.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:500,width:\"1320px\",y:(componentViewport?.y||0)+0+1502.6+50+0+66.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1q9aqzs-container\",nodeId:\"QG_hpkx0h\",scopeId:\"dVs7HSqsz\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cyVf9ruM6:{variant:\"sippy_pzI\"},yD7d3LBEQ:{variant:\"lm4JjjhFO\"}},children:/*#__PURE__*/_jsx(TabBarContentProdutos,{height:\"100%\",id:\"QG_hpkx0h\",layoutId:\"QG_hpkx0h\",style:{width:\"100%\"},variant:\"SOp42jvQb\",width:\"100%\"})})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cyVf9ruM6:{y:(componentViewport?.y||0)+0+2451},yD7d3LBEQ:{y:(componentViewport?.y||0)+0+2433.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:433,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+2179,children:/*#__PURE__*/_jsx(Container,{className:\"framer-15k6q4p-container\",nodeId:\"P306LJzi4\",scopeId:\"dVs7HSqsz\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cyVf9ruM6:{variant:\"QAEzq4aRF\"},yD7d3LBEQ:{variant:\"OajdBoL7i\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"P306LJzi4\",layoutId:\"P306LJzi4\",style:{width:\"100%\"},variant:\"OgqWIxmyk\",width:\"100%\"})})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(Overlay,{children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cyVf9ruM6:{height:122,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsxs(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-byz8ww-container hidden-zmz8wg hidden-asrowv hidden-hnu6c1\",\"data-framer-appear-id\":\"byz8ww\",id:\"byz8ww\",initial:animation1,nodeId:\"RYW_WFv2t\",optimized:true,rendersWithMotion:true,scopeId:\"dVs7HSqsz\",children:[/*#__PURE__*/_jsx(LayoutNavigation,{height:\"100%\",id:\"RYW_WFv2t\",layoutId:\"RYW_WFv2t\",style:{width:\"100%\"},variant:overlay1.visible?\"e7bMwo1hX\":\"e7bMwo1hX\",width:\"100%\",yGAhPuedg:yGAhPuedg3bnx0g({overlay:overlay1})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.3,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-13l40r\"),\"data-framer-portal-id\":\"byz8ww\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay1.hide()},\"Ce8yqwOo3\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"514px\",children:/*#__PURE__*/_jsx(Container,{animate:animation,className:cx(scopingClassNames,\"framer-d04awm-container\"),\"data-framer-portal-id\":\"byz8ww\",exit:animation2,inComponentSlot:true,initial:animation3,nodeId:\"xoj75YKud\",rendersWithMotion:true,scopeId:\"dVs7HSqsz\",children:/*#__PURE__*/_jsx(Cart,{height:\"100%\",id:\"xoj75YKud\",layoutId:\"xoj75YKud\",style:{height:\"100%\",width:\"100%\"},variant:\"jixgf2hrA\",width:\"100%\",Yx8jG4s9E:Yx8jG4s9E1wnntms({overlay:overlay1})})})})]}),getContainer())})})]})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:37,y:943,children:/*#__PURE__*/_jsx(Container,{className:\"framer-z6f5t2-container\",\"data-framer-name\":\"Phone Button\",layoutScroll:true,name:\"Phone Button\",nodeId:\"p7M6R8VUp\",scopeId:\"dVs7HSqsz\",children:/*#__PURE__*/_jsx(ButtonFixed,{height:\"100%\",id:\"p7M6R8VUp\",layoutId:\"p7M6R8VUp\",lvlBjz2qR:\"https://api.whatsapp.com/send?phone=5549988524051&text=Ol%C3%A1!%20Gostaria%20de%20fazer%20um%20or%C3%A7amento\",name:\"Phone Button\",NAtdQLlvI:\"WhatsApp\",width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(Overlay,{children:overlay2=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yD7d3LBEQ:{height:122,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsxs(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-1stnjre-container hidden-zmz8wg hidden-1grskm0 hidden-hnu6c1\",\"data-framer-appear-id\":\"1stnjre\",id:\"1stnjre\",initial:animation1,nodeId:\"K9WxyBfyO\",optimized:true,rendersWithMotion:true,scopeId:\"dVs7HSqsz\",children:[/*#__PURE__*/_jsx(LayoutNavigation,{height:\"100%\",id:\"K9WxyBfyO\",layoutId:\"K9WxyBfyO\",style:{width:\"100%\"},variant:overlay2.visible?\"nz08KqTYY\":\"nz08KqTYY\",width:\"100%\",yGAhPuedg:yGAhPuedg3bnx0g({overlay:overlay2})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay2.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.3,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-gap3qs\"),\"data-framer-portal-id\":\"1stnjre\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay2.hide()},\"pxX2e8A84\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"390px\",children:/*#__PURE__*/_jsx(Container,{animate:animation,className:cx(scopingClassNames,\"framer-uio6mj-container\"),\"data-framer-portal-id\":\"1stnjre\",exit:animation2,inComponentSlot:true,initial:animation3,nodeId:\"AUy23_Tm1\",rendersWithMotion:true,scopeId:\"dVs7HSqsz\",children:/*#__PURE__*/_jsx(Cart,{height:\"100%\",id:\"AUy23_Tm1\",layoutId:\"AUy23_Tm1\",style:{height:\"100%\",width:\"100%\"},variant:\"jixgf2hrA\",width:\"100%\",Yx8jG4s9E:Yx8jG4s9E1wnntms({overlay:overlay2})})})})]}),getContainer())})})]})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-3jyJo.framer-zz83c7, .framer-3jyJo .framer-zz83c7 { display: block; }\",\".framer-3jyJo.framer-zmz8wg { align-content: center; align-items: center; background-color: var(--token-645ba653-7c4e-423e-9688-ab8e7a9122ae, rgba(0, 0, 0, 0.6)); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1440px; }\",\".framer-3jyJo .framer-1p9e364-container { flex: none; height: auto; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-3jyJo.framer-5k2g2d, .framer-3jyJo.framer-13l40r, .framer-3jyJo.framer-gap3qs { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 10; }\",\".framer-3jyJo.framer-7qv6u9-container, .framer-3jyJo.framer-d04awm-container { flex: none; height: 100vh; position: fixed; right: 0px; top: calc(50.00000000000002% - 100vh / 2); width: 514px; will-change: var(--framer-will-change-effect-override, transform); z-index: 10; }\",\".framer-3jyJo .framer-1lgfyhl-container { flex: none; height: 70px; left: calc(50.00000000000002% - 408px / 2); position: absolute; top: -1000px; width: 408px; z-index: 1; }\",\".framer-3jyJo .framer-e9lgx6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 72px; height: min-content; justify-content: center; overflow: hidden; padding: 60px; position: relative; width: 100%; }\",\".framer-3jyJo .framer-1l09rch { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 72px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1320px; }\",\".framer-3jyJo .framer-efetjk-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-3jyJo .framer-2qfltd { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-3jyJo .framer-9qdnn3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-3jyJo .framer-1shziz3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-3jyJo .framer-oj3zw2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-3jyJo .framer-tjbwne, .framer-3jyJo .framer-456buv, .framer-3jyJo .framer-10zs30z, .framer-3jyJo .framer-1mt4qrw, .framer-3jyJo .framer-1cu9uki, .framer-3jyJo .framer-13xlhtu, .framer-3jyJo .framer-l5f6vg { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-3jyJo .framer-z7rb28 { --framer-paragraph-spacing: 0px; flex: none; height: auto; opacity: 0.4; position: relative; white-space: pre; width: auto; }\",\".framer-3jyJo .framer-1ut88tg { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-3jyJo .framer-9qw0w7, .framer-3jyJo .framer-1x98w7v { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-3jyJo .framer-csmbry, .framer-3jyJo .framer-1gmmrdd, .framer-3jyJo .framer-hmv1jg, .framer-3jyJo .framer-1xva855 { flex: none; height: 3px; position: relative; width: 100%; }\",\".framer-3jyJo .framer-28dpwc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-3jyJo .framer-14u1r2o { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-3jyJo .framer-wr86fe-container, .framer-3jyJo .framer-rybzos-container, .framer-3jyJo .framer-xpgnv8-container, .framer-3jyJo .framer-1a8a0m1-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-3jyJo .framer-1r2libt, .framer-3jyJo .framer-1sep8d0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-3jyJo .framer-8b45y1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-3jyJo .framer-1tx2mvr { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-3jyJo .framer-1csy76t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 72px; height: min-content; justify-content: center; overflow: hidden; padding: 50px 60px 60px 60px; position: relative; width: 100%; }\",\".framer-3jyJo .framer-1asdj78 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-3jyJo .framer-k2q5qo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-3jyJo .framer-1q9aqzs-container { flex: none; height: auto; position: relative; width: 1320px; }\",\".framer-3jyJo .framer-15k6q4p-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-3jyJo .framer-byz8ww-container, .framer-3jyJo .framer-1stnjre-container { flex: none; height: auto; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); z-index: 10; }\",\".framer-3jyJo .framer-z6f5t2-container { bottom: 20px; flex: none; height: auto; position: fixed; right: 20px; width: auto; z-index: 10; }\",\".framer-3jyJo.framer-uio6mj-container { flex: none; height: 80vh; position: fixed; right: 0px; top: calc(50.00000000000002% - 80vh / 2); width: 390px; will-change: var(--framer-will-change-effect-override, transform); z-index: 10; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-3jyJo.framer-zmz8wg, .framer-3jyJo .framer-e9lgx6, .framer-3jyJo .framer-1l09rch, .framer-3jyJo .framer-2qfltd, .framer-3jyJo .framer-9qdnn3, .framer-3jyJo .framer-1shziz3, .framer-3jyJo .framer-oj3zw2, .framer-3jyJo .framer-28dpwc, .framer-3jyJo .framer-14u1r2o, .framer-3jyJo .framer-1r2libt, .framer-3jyJo .framer-1sep8d0, .framer-3jyJo .framer-8b45y1, .framer-3jyJo .framer-1csy76t, .framer-3jyJo .framer-1asdj78, .framer-3jyJo .framer-k2q5qo { gap: 0px; } .framer-3jyJo.framer-zmz8wg > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-3jyJo.framer-zmz8wg > :first-child, .framer-3jyJo .framer-2qfltd > :first-child, .framer-3jyJo .framer-9qdnn3 > :first-child, .framer-3jyJo .framer-1shziz3 > :first-child, .framer-3jyJo .framer-28dpwc > :first-child, .framer-3jyJo .framer-14u1r2o > :first-child, .framer-3jyJo .framer-8b45y1 > :first-child, .framer-3jyJo .framer-1asdj78 > :first-child { margin-top: 0px; } .framer-3jyJo.framer-zmz8wg > :last-child, .framer-3jyJo .framer-2qfltd > :last-child, .framer-3jyJo .framer-9qdnn3 > :last-child, .framer-3jyJo .framer-1shziz3 > :last-child, .framer-3jyJo .framer-28dpwc > :last-child, .framer-3jyJo .framer-14u1r2o > :last-child, .framer-3jyJo .framer-8b45y1 > :last-child, .framer-3jyJo .framer-1asdj78 > :last-child { margin-bottom: 0px; } .framer-3jyJo .framer-e9lgx6 > *, .framer-3jyJo .framer-1l09rch > *, .framer-3jyJo .framer-1csy76t > * { margin: 0px; margin-left: calc(72px / 2); margin-right: calc(72px / 2); } .framer-3jyJo .framer-e9lgx6 > :first-child, .framer-3jyJo .framer-1l09rch > :first-child, .framer-3jyJo .framer-oj3zw2 > :first-child, .framer-3jyJo .framer-1r2libt > :first-child, .framer-3jyJo .framer-1sep8d0 > :first-child, .framer-3jyJo .framer-1csy76t > :first-child, .framer-3jyJo .framer-k2q5qo > :first-child { margin-left: 0px; } .framer-3jyJo .framer-e9lgx6 > :last-child, .framer-3jyJo .framer-1l09rch > :last-child, .framer-3jyJo .framer-oj3zw2 > :last-child, .framer-3jyJo .framer-1r2libt > :last-child, .framer-3jyJo .framer-1sep8d0 > :last-child, .framer-3jyJo .framer-1csy76t > :last-child, .framer-3jyJo .framer-k2q5qo > :last-child { margin-right: 0px; } .framer-3jyJo .framer-2qfltd > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-3jyJo .framer-9qdnn3 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-3jyJo .framer-1shziz3 > *, .framer-3jyJo .framer-8b45y1 > *, .framer-3jyJo .framer-1asdj78 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-3jyJo .framer-oj3zw2 > *, .framer-3jyJo .framer-k2q5qo > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-3jyJo .framer-28dpwc > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-3jyJo .framer-14u1r2o > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-3jyJo .framer-1r2libt > *, .framer-3jyJo .framer-1sep8d0 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } }\",...sharedStyle.css,\"@media (min-width: 810px) and (max-width: 1439px) { .framer-3jyJo.framer-zmz8wg { width: 810px; } .framer-3jyJo .framer-1lgfyhl-container, .framer-3jyJo .framer-rybzos-container { order: 1; } .framer-3jyJo .framer-e9lgx6 { order: 4; } .framer-3jyJo .framer-1l09rch { align-content: center; align-items: center; flex: 1 0 0px; flex-direction: column; width: 1px; } .framer-3jyJo .framer-efetjk-container, .framer-3jyJo .framer-2qfltd { flex: none; width: 100%; } .framer-3jyJo .framer-wr86fe-container, .framer-3jyJo .framer-byz8ww-container { order: 0; } .framer-3jyJo .framer-xpgnv8-container { order: 2; } .framer-3jyJo .framer-1a8a0m1-container { order: 3; } .framer-3jyJo .framer-1xva855 { order: 5; } .framer-3jyJo .framer-1csy76t { order: 6; } .framer-3jyJo .framer-1q9aqzs-container { width: 100%; } .framer-3jyJo .framer-15k6q4p-container { order: 7; } .framer-3jyJo .framer-z6f5t2-container { order: 10; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-3jyJo .framer-1l09rch { gap: 0px; } .framer-3jyJo .framer-1l09rch > * { margin: 0px; margin-bottom: calc(72px / 2); margin-top: calc(72px / 2); } .framer-3jyJo .framer-1l09rch > :first-child { margin-top: 0px; } .framer-3jyJo .framer-1l09rch > :last-child { margin-bottom: 0px; } }}\",\"@media (max-width: 809px) { .framer-3jyJo.framer-zmz8wg { width: 390px; } .framer-3jyJo .framer-1lgfyhl-container { order: 2; } .framer-3jyJo .framer-e9lgx6 { flex-direction: column; order: 5; padding: 60px 20px 60px 20px; } .framer-3jyJo .framer-1l09rch { flex-direction: column; width: 100%; } .framer-3jyJo .framer-efetjk-container, .framer-3jyJo .framer-2qfltd, .framer-3jyJo .framer-1asdj78 { flex: none; width: 100%; } .framer-3jyJo .framer-hmv1jg { order: 6; } .framer-3jyJo .framer-1csy76t { flex-direction: column; order: 7; padding: 50px 20px 60px 20px; } .framer-3jyJo .framer-1q9aqzs-container { width: 100%; } .framer-3jyJo .framer-15k6q4p-container { order: 8; } .framer-3jyJo .framer-z6f5t2-container { order: 11; } .framer-3jyJo .framer-1stnjre-container { order: 0; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-3jyJo .framer-e9lgx6, .framer-3jyJo .framer-1l09rch, .framer-3jyJo .framer-1csy76t { gap: 0px; } .framer-3jyJo .framer-e9lgx6 > *, .framer-3jyJo .framer-1l09rch > *, .framer-3jyJo .framer-1csy76t > * { margin: 0px; margin-bottom: calc(72px / 2); margin-top: calc(72px / 2); } .framer-3jyJo .framer-e9lgx6 > :first-child, .framer-3jyJo .framer-1l09rch > :first-child, .framer-3jyJo .framer-1csy76t > :first-child { margin-top: 0px; } .framer-3jyJo .framer-e9lgx6 > :last-child, .framer-3jyJo .framer-1l09rch > :last-child, .framer-3jyJo .framer-1csy76t > :last-child { margin-bottom: 0px; } }}\",\"@media (min-width: 2560px) { .framer-3jyJo.framer-zmz8wg { width: 2560px; } .framer-3jyJo .framer-1l09rch, .framer-3jyJo .framer-wr86fe-container { order: 0; } .framer-3jyJo .framer-9qw0w7, .framer-3jyJo .framer-1x98w7v { width: 100%; } .framer-3jyJo .framer-rybzos-container { order: 1; } .framer-3jyJo .framer-xpgnv8-container { order: 2; } .framer-3jyJo .framer-1a8a0m1-container { order: 3; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2069\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"cyVf9ruM6\":{\"layout\":[\"fixed\",\"auto\"]},\"yD7d3LBEQ\":{\"layout\":[\"fixed\",\"auto\"]},\"EiWCsJAoT\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerdVs7HSqsz=withCSS(Component,css,\"framer-3jyJo\");export default FramerdVs7HSqsz;FramerdVs7HSqsz.displayName=\"Page\";FramerdVs7HSqsz.defaultProps={height:2069,width:1440};addFonts(FramerdVs7HSqsz,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\",weight:\"500\"},{family:\"Gotham Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/s9K7gd62GoiEFlvMdmFDczcSwA.woff2\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Gotham Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/nypU4W0xMG2jHBHvtzjPZYiz66g.woff2\"},{family:\"Gotham Light\",source:\"custom\",url:\"https://framerusercontent.com/assets/223FaxWPXdrEaqPTcc5tVIY1kVQ.woff2\"}]},...LayoutNavigationFonts,...CartFonts,...Shopiframe_ConfigFonts,...ProductImageGalleryFonts,...ProductPriceFonts,...ProductVariantSelectorFonts,...Shopiframe_ProductCounterFonts,...ProductAddToCartFonts,...TabBarContentProdutosFonts,...FooterFonts,...ButtonFixedFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerdVs7HSqsz\",\"slots\":[],\"annotations\":{\"framerAcceptsLayoutTemplate\":\"true\",\"framerContractVersion\":\"1\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerIntrinsicHeight\":\"2069\",\"framerIntrinsicWidth\":\"1440\",\"framerDisplayContentsDiv\":\"false\",\"framerAutoSizeImages\":\"true\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"cyVf9ruM6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"yD7d3LBEQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"EiWCsJAoT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerColorSyntax\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["e", "o", "t", "decodeComponents", "n", "decode", "customDecodeURIComponent", "c", "decodeUriComponent", "splitOnFirst", "t", "e", "r", "npm_split_on_first_3_0_default", "includeKeys", "t", "n", "r", "c", "o", "isNullOrUndefined", "strictUriEncode", "e", "o", "encoderForArrayFormat", "t", "encode", "parserForArrayFormat", "r", "n", "a", "decode", "s", "validateArrayFormatSeparator", "decodeUriComponent", "keysSorter", "removeHash", "getHash", "parseValue", "extract", "parse", "c", "npm_split_on_first_3_0_default", "stringify", "shouldFilter", "parseUrl", "stringifyUrl", "pick", "includeKeys", "exclude", "transition", "Slider", "x", "i", "onDragEnd", "children", "totalSliders", "p", "motion", "styles", "Carousel", "Y", "autoPlay", "interval", "loop", "onChange", "ref", "useMotionValue", "containerRef", "pe", "index", "setIndex", "ye", "calculateNewX", "_containerRef_current", "handleEndDrag", "e", "dragProps", "clientWidth", "offset", "childrens", "animate", "handlePrev", "handleNext", "j", "idx", "ue", "timer", "ce", "child", "Carousel_default", "ProductBaseControls", "ControlType", "isOnCanvas", "RenderTarget", "ConfigControls", "cn", "styles", "final", "style", "textProperties", "fontSize", "color", "ImageGallery", "slides", "thumbStyle", "onChange", "activeSlide", "vertical", "containerRef", "pe", "parentWidth", "setParentWidth", "ye", "parentHeight", "setParentHeight", "size", "gap", "radius", "backgroundColor", "activeBorderColor", "ue", "_containerRef_current", "_containerRef_current1", "_containerRef_current_offsetWidth", "_containerRef_current_offsetHeight", "p", "cn", "styles", "motion", "slide", "index", "active", "cartReturnData", "productsQuery", "sellingPlan", "createCart", "readCart", "addItemsToCart", "updateCartItems", "removeCartItems", "settingsAtom", "atom", "configAtom", "clientAtom", "selectedProductsAtom", "productsAtom", "get", "_get", "sellingPlan", "query", "productsQuery", "_get_request_then", "res", "_res_data_products", "_res_data", "_res_data_products_nodes", "localCartAtom", "createCartAtom", "createCart", "_res_data_cartCreate", "cartAtom", "cartId", "localCart", "client", "readCart", "useShopify", "config", "debouncedCheck", "te", "debounce", "checkConfigAreSame", "products", "useAtomValue", "productsAtom", "cart", "cartAtom", "client", "clientAtom", "setClient", "useSetAtom", "setConfig", "configAtom", "ue", "createStorefrontApiClient", "DefaultSelectedOption", "useProduct", "productID", "config", "addToSelected", "selectedProducts", "setSelectedProducts", "useAtom", "selectedProductsAtom", "products", "useShopify", "product", "setProduct", "ye", "DefaultProduct", "selected", "getPrice", "camparePrice", "price", "comparePriceValue", "priceCode", "priceValue", "changeQuantity", "quantity", "state", "selectVariant", "item", "sellingPlan", "ue", "defaultVariant", "foundProduct", "se", "selectedVariant", "_selectedVariant_sellingPlanAllocations", "selectedSellingPlan", "compareAtPriceV2", "availableForSale", "priceV2", "quantityAvailable", "_selectedSellingPlan_checkoutChargeAmount", "compareAtPriceRange", "priceRange", "totalInventory", "multiplePrice", "ComponentWrapper", "children", "style", "hidden", "productID", "config", "dataAttributes", "p", "cn", "Shopify_ProductImageGallery", "props", "_product_images", "_props_productID", "product", "selectedVariant", "useProduct", "activeSlide", "setActiveSlide", "ye", "carouselRef", "pe", "images", "aspectRatio", "ue", "_selectedVariant_image", "variantImage", "findedIndex", "item", "p", "ComponentWrapper", "cn", "styles", "_props_flexDirection", "u", "l", "Carousel_default", "i", "ImageGallery", "imgUrl", "parsed", "n", "index", "addPropertyControls", "ConfigControls", "ProductBaseControls", "ControlType", "Shopify_ProductVariantSelector", "props", "_product_options", "_props_productID", "product", "selectedVariant", "selectVariant", "useProduct", "selectedOptions", "setSelectedOptions", "ye", "_product_options_filter", "options", "item", "ue", "opt", "findedVariant", "variant", "isAllSelected", "i", "p", "ComponentWrapper", "cn", "styles", "option", "u", "value", "animateStyle", "motion", "state", "isOnCanvas", "addPropertyControls", "ConfigControls", "ProductBaseControls", "ControlType", "textProperties", "DefaultSelectedOption", "useProduct", "productID", "config", "addToSelected", "selectedProducts", "setSelectedProducts", "useAtom", "selectedProductsAtom", "products", "useShopify", "product", "setProduct", "ye", "DefaultProduct", "selected", "getPrice", "camparePrice", "price", "comparePriceValue", "priceCode", "priceValue", "changeQuantity", "quantity", "state", "selectVariant", "item", "sellingPlan", "ue", "defaultVariant", "foundProduct", "se", "selectedVariant", "selectedSellingPlan", "compareAtPriceV2", "availableForSale", "priceV2", "quantityAvailable", "compareAtPriceRange", "priceRange", "totalInventory", "multiplePrice", "Button", "onClick", "loading", "disabled", "style", "hoverStyle", "label", "buttonType", "buttonComponent", "buttonVariants", "status", "p", "buttonWithVariants", "addPropsToChildren", "motion", "cn", "styles", "ButtonProperties", "ControlType", "props", "textProperties", "addPropertyControls", "Shopify_ProductAddToCart", "props", "product", "selectedProduct", "availableForSale", "useProduct", "addToCart", "actionLoading", "cartError", "useCart", "handleAddToCart", "merchandiseId", "quantity", "sellingPlanId", "attributes", "element", "key", "value", "u", "ComponentWrapper", "cn", "styles", "p", "Button", "motion", "addPropertyControls", "ConfigControls", "ProductBaseControls", "ButtonProperties", "ControlType", "textProperties", "Counter", "onChange", "count", "min", "loading", "styles", "state", "setState", "ye", "ue", "u", "cn", "style", "p", "motion", "c", "Dd", "sk", "CounterPropertyControls", "ControlType", "addPropertyControls", "Shopiframe_ProductCounter", "props", "shopify", "setShopify", "useShopify", "p", "WrapperDiv", "Counter", "quantity", "addPropertyControls", "ControlType", "CounterPropertyControls", "Shopify_ProductPrice", "props", "_props_productID", "product", "price", "multiplePrice", "availableForSale", "useProduct", "p", "ComponentWrapper", "styles", "u", "l", "cn", "addPropertyControls", "ConfigControls", "ProductBaseControls", "ControlType", "textProperties", "ProductCardComtagFonts", "getFonts", "jtZEc_ric_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "QueryData", "query", "pageSize", "children", "paginatedQuery", "paginationInfo", "loadMore", "useLoadMorePaginatedQuery", "data", "useQueryData", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "MnwcHmOlyT6uphbgyQ", "WwqGYJUWqT6uphbgyQ", "RjzsB8FeKT6uphbgyQ", "yhA3BVwWIT6uphbgyQ", "idT6uphbgyQ", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "transition1", "cx", "serializationHash", "addPropertyOverrides", "ChildrenCanSuspend", "DuRBhrG05_default", "collection", "l", "i", "PathVariablesContext", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "jtZEc_ric_default", "toResponsiveImage", "css", "FrameriY1QRVC59", "withCSS", "iY1QRVC59_default", "addPropertyControls", "ControlType", "addFonts", "ProductCardComtagFonts", "PhosphorFonts", "getFonts", "Icon", "RichTextWithFX", "withFX", "RichText", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "transition2", "animation", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "link", "title", "width", "props", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "lvlBjz2qR", "NAtdQLlvI", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "ComponentViewportProvider", "css", "FramerR_jxwrpQU", "withCSS", "R_jxwrpQU_default", "addPropertyControls", "ControlType", "addFonts", "LayoutNavigationFonts", "getFonts", "AhERGQJAp_default", "CartFonts", "b3yfl49K2_default", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "Shopiframe_ConfigFonts", "mBRcL5xHa_default", "ProductImageGalleryFonts", "Shopify_ProductImageGallery", "ProductPriceFonts", "Shopify_ProductPrice", "ProductVariantSelectorFonts", "Shopify_ProductVariantSelector", "Shopiframe_ProductCounterFonts", "Shopiframe_ProductCounter", "ProductAddToCartFonts", "Shopify_ProductAddToCart", "TabBarContentProdutosFonts", "iY1QRVC59_default", "FooterFonts", "lsrprVEJZ_default", "ButtonFixedFonts", "R_jxwrpQU_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "animation2", "animation3", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useQueryData", "DuRBhrG05_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "yhA3BVwWI", "MnwcHmOly", "qUY6sf607", "r2MglFYs1", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "yGAhPuedg3bnx0g", "overlay", "loadMore", "args", "Yx8jG4s9E1wnntms", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "l", "ComponentViewportProvider", "AnimatePresence", "Ga", "x", "PropertyOverrides2", "RichText", "Link", "SVG", "overlay1", "overlay2", "css", "FramerdVs7HSqsz", "withCSS", "dVs7HSqsz_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
