{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/0xkiWjwekn87OErRIyqu/xsInsqgtzs1G4HbLaccd/BuyNowButton.js", "ssg:https://framerusercontent.com/modules/hwvhVp8MjcpI8yMmlDuW/oC0YRe1RLO2v8Fppbdcx/Iadu_5OYJ.js", "ssg:https://framerusercontent.com/modules/5Xqtwv2AR8DnHZYLEHma/Nl3lDftodLDJLxueYpJa/OhRJHg5gH.js", "ssg:https://framerusercontent.com/modules/tGueMWfVDCEvfQtSlUrd/E4UMmL6ZvbiMQ7BsPmgW/VariantButtons.js", "ssg:https://framerusercontent.com/modules/xIS6qWCTGkDJXuKuDYIj/XZDWnR5jbLYrsJn2PhZy/AddToCartButton.js", "ssg:https://framerusercontent.com/modules/zm0AI9AGKGZBnWCiAoIC/MtCgUHxhvPzHW4rMEB49/ajAUX6DRx.js", "ssg:https://framerusercontent.com/modules/xhN17wHBXGzHCzP8yeK7/HhJML5xBanCAGtrQWf8r/lt_OP6pZu.js", "ssg:https://framer.com/m/Framestack-SOWL.js@uaBGH0RSxo4YBCxquaGO", "ssg:https://framerusercontent.com/modules/rWZH40KxoKanPds2Ww0A/gExXoLCxQ1pBgwms8ajg/ImageZoom.js", "ssg:https://framerusercontent.com/modules/ohvNUJS3d2BZaQnhqMqi/tu3yY3zmjyzhfE99orjE/oaYZfotUl.js", "ssg:https://framerusercontent.com/modules/jLlFE7rGXQAxwU2Y1rnX/sYf6nlFZbleE2afNlCs9/X1wi0AWku.js", "ssg:https://framerusercontent.com/modules/sHp9mInh743rHptodHms/VO1wAS97XrFfbUYH3d5d/I3W0_pq29.js", "ssg:https://framerusercontent.com/modules/kdksiyu1PPuVN8jzXeoT/bGP28jTRl7bUymKIxlV9/Ml9xPyGXL.js", "ssg:https://framerusercontent.com/modules/CBFs9qwe6X4BlmN8VC87/76DNf7NlL5riNbbFpZDa/ZQqGdBMVR.js", "ssg:https://framerusercontent.com/modules/w5DH17lGPR0auTvvLHRe/4jjki1B0p8Vyn1czQOpm/MdDYTB70Q.js", "ssg:https://framerusercontent.com/modules/JpO3qhylWF7fwBN0vx05/RzFXnkVL7FMnDELPQj7I/q6lgqfRZj.js", "ssg:https://framerusercontent.com/modules/NbzL54NQq2j083LYWMsr/KG9hDDtvqSYbPGl3Tmye/PTCIvNTJw.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{generateBuyNowCheckoutUrl,useAmountInStock}from\"https://framerusercontent.com/modules/ibjYTPLnMMPhPLNCj4uG/S2MuV2jfBPUaq2chuOlb/Cart.js\";import{useProductStore,useSelectedVariant}from\"https://framerusercontent.com/modules/ajKYBgRXgNyNgL1GkpqG/TCkwiz1aAAYNzX1Z6PwT/ProductState.js\";import{parseShopifyData,Button,createButtonPropertyControls,Colors}from\"https://framerusercontent.com/modules/gd3dcT3w5rYoRy7ZcKte/ynLwCe8GqEfFnZbs0Ao6/Shared.js\";var State;(function(State){State[\"Default\"]=\"default\";State[\"OutOfStock\"]=\"outOfStock\";})(State||(State={}));const defaultText={[\"default\"]:\"Buy Now\",[\"outOfStock\"]:\"Buy Now\"};/**\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any\n * @framerIntrinsicWidth 300\n * @framerDisableUnlink\n */export default function BuyNowButton(props){const{newTab,layer}=props;const{shopifyId,tracksInventory}=parseShopifyData(props.shopifyData);const isCanvas=RenderTarget.current()===RenderTarget.canvas;const{quantity,selectedVariantOptions}=useProductStore(state=>state.products?.[shopifyId]||{quantity:1,selectedVariantOptions:{}});const selectedVariant=useSelectedVariant(props.shopifyData);const[inventory,inventoryIsLoading]=useAmountInStock(props.shopifyData);const state=isCanvas||!tracksInventory||inventory[selectedVariant?.id]>0||inventoryIsLoading?\"default\":\"outOfStock\";const onClick=()=>{if(selectedVariant){const windowReference=newTab?window.open():null;generateBuyNowCheckoutUrl(selectedVariant.id,quantity).then(checkoutUrl=>{if(newTab){windowReference.location=checkoutUrl;}else{window.location.href=checkoutUrl;}}).catch(console.error);}};return /*#__PURE__*/_jsx(Button,{...props,onClick:onClick,variant:state,style:{cursor:state===\"default\"?\"pointer\":undefined,userSelect:\"none\",...props.style},children:props.text[state]});}BuyNowButton.displayName=\"Buy Now Button\";addPropertyControls(BuyNowButton,{shopifyData:{type:ControlType.String,defaultValue:\"\",placeholder:\"Shopify Data\",preventLocalization:true},newTab:{type:ControlType.Boolean,defaultValue:true,description:\"Open checkout in new tab\"},text:{type:ControlType.Object,defaultValue:defaultText,controls:{[\"default\"]:{type:ControlType.String,defaultValue:defaultText[\"default\"],placeholder:\"Default Text\"},[\"outOfStock\"]:{type:ControlType.String,defaultValue:defaultText[\"outOfStock\"],placeholder:\"Out of Stock Text\",title:\"Out of Stock\"}}},...createButtonPropertyControls({opacity:true,variants:[{id:\"default\",title:\"Default\",...Colors.Primary,opacity:1},{id:\"outOfStock\",title:\"Out of Stock\",opacity:.5}]})});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"BuyNowButton\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerSupportedLayoutHeight\":\"any\",\"framerIntrinsicWidth\":\"300\",\"framerDisableUnlink\":\"\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./BuyNowButton.map", "// Generated by Framer (dc38db3)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-Medium\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-MediumItalic\"]);export const fonts=[{explicitInter:true,fonts:[{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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{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/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/khkJkwSL66WFg8SX6Wa726c.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/0E7IMbDzcGABpBwwqNEt60wU0w.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/NTJ0nQgIF0gcDelS14zQ9NR9Q.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/QrcNhgEPfRl0LS8qz5Ln8olanl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/JEXmejW8mXOYMtt0hyRg811kHac.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/ksvR4VsLksjpSwnC2fPgHRNMw.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/uy9s0iWuxiNnVt8EpTI3gzohpwo.woff2\",weight:\"500\"}]}];export const css=['.framer-nnywJ .framer-styles-preset-16xzgux:not(.rich-text-wrapper), .framer-nnywJ .framer-styles-preset-16xzgux.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: -0.04em; --framer-line-height: 150%; --framer-paragraph-spacing: 16px; --framer-text-alignment: start; --framer-text-color: var(--token-2007957d-a074-4c0c-8a33-8d85ed1ba0fd, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-nnywJ\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__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,getFontsFromSharedStyle,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}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\";import*as sharedStyle from\"https://framerusercontent.com/modules/hwvhVp8MjcpI8yMmlDuW/oC0YRe1RLO2v8Fppbdcx/Iadu_5OYJ.js\";const PhosphorFonts=getFonts(Phosphor);const enabledGestures={AEGYYedD3:{hover:true},fdIahJJCm:{hover:true},IAM4JOjqw:{hover:true},mtl9TBaon:{hover:true},syOEEOL_H:{hover:true}};const cycleOrder=[\"IAM4JOjqw\",\"fdIahJJCm\",\"AEGYYedD3\",\"syOEEOL_H\",\"mtl9TBaon\"];const serializationHash=\"framer-Tugrw\";const variantClassNames={AEGYYedD3:\"framer-v-3wjm2t\",fdIahJJCm:\"framer-v-16vvmek\",IAM4JOjqw:\"framer-v-vrit9h\",mtl9TBaon:\"framer-v-gsy29x\",syOEEOL_H:\"framer-v-xcuhqx\"};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:100,delay:0,mass:3,stiffness:500,type:\"spring\"};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 humanReadableVariantMap={\"Text Only\":\"AEGYYedD3\",\"With Shadow\":\"fdIahJJCm\",Accent:\"syOEEOL_H\",Black:\"mtl9TBaon\",Default:\"IAM4JOjqw\"};const getProps=({arrowLeft,arrowRight,click,height,id,label,link,newTab,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref,_ref1,_ref2;return{...props,ewVlBc0hz:click!==null&&click!==void 0?click:props.ewVlBc0hz,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"IAM4JOjqw\",VArIlTNTt:(_ref1=label!==null&&label!==void 0?label:props.VArIlTNTt)!==null&&_ref1!==void 0?_ref1:\"Learn more\",Wkl2LaE_O:arrowLeft!==null&&arrowLeft!==void 0?arrowLeft:props.Wkl2LaE_O,X0C_MyY4o:newTab!==null&&newTab!==void 0?newTab:props.X0C_MyY4o,ySQRauHhw:(_ref2=arrowRight!==null&&arrowRight!==void 0?arrowRight:props.ySQRauHhw)!==null&&_ref2!==void 0?_ref2:true,ZbmxbSyuG:link!==null&&link!==void 0?link:props.ZbmxbSyuG};};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,VArIlTNTt,ZbmxbSyuG,X0C_MyY4o,ySQRauHhw,Wkl2LaE_O,ewVlBc0hz,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"IAM4JOjqw\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1ln6789=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(ewVlBc0hz){const res=await ewVlBc0hz(...args);if(res===false)return false;}});const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"AEGYYedD3-hover\")return false;if(baseVariant===\"AEGYYedD3\")return false;return true;};const isDisplayed1=value=>{if(gestureVariant===\"AEGYYedD3-hover\")return value;if(baseVariant===\"AEGYYedD3\")return value;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];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:ZbmxbSyuG,nodeId:\"IAM4JOjqw\",openInNewTab:X0C_MyY4o,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-vrit9h\",className,classNames)} framer-15r6vjc`,\"data-framer-name\":\"Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"IAM4JOjqw\",onTap:onTap1ln6789,ref:ref!==null&&ref!==void 0?ref:ref1,style:{backdropFilter:\"blur(4px)\",backgroundColor:\"var(--token-5a8c46ea-26d4-4fbb-9dba-c7522fca8089, rgba(255, 255, 255, 0.48))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,boxShadow:\"none\",WebkitBackdropFilter:\"blur(4px)\",...style},variants:{\"AEGYYedD3-hover\":{backgroundColor:\"rgb(237, 227, 252)\"},AEGYYedD3:{backgroundColor:\"rgba(237, 227, 252, 0)\"},fdIahJJCm:{boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.35995), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.31779), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.125)\"},mtl9TBaon:{backgroundColor:\"var(--token-2007957d-a074-4c0c-8a33-8d85ed1ba0fd, rgb(0, 0, 0))\"},syOEEOL_H:{backgroundColor:\"var(--token-bc2ced63-2cfc-4349-87ef-213386595ceb, rgb(131, 69, 216))\"}},...addPropertyOverrides({\"AEGYYedD3-hover\":{\"data-framer-name\":undefined},\"fdIahJJCm-hover\":{\"data-framer-name\":undefined},\"IAM4JOjqw-hover\":{\"data-framer-name\":undefined},\"mtl9TBaon-hover\":{\"data-framer-name\":undefined},\"syOEEOL_H-hover\":{\"data-framer-name\":undefined},AEGYYedD3:{\"data-framer-name\":\"Text Only\"},fdIahJJCm:{\"data-framer-name\":\"With Shadow\"},mtl9TBaon:{\"data-framer-name\":\"Black\"},syOEEOL_H:{\"data-framer-name\":\"Accent\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vyotqy\",\"data-framer-name\":\"Circle\",layoutDependency:layoutDependency,layoutId:\"Bwyo00Z1g\",style:{backgroundColor:\"var(--token-f8dc39cc-9b31-4d20-8063-4556a3d8afa9, rgb(255, 255, 255))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xg4naa\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"IVTKBr_0r\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-5f13qb-container\",layoutDependency:layoutDependency,layoutId:\"scn9ZsNPg-container\",style:{rotate:-45},variants:{\"fdIahJJCm-hover\":{rotate:0},\"IAM4JOjqw-hover\":{rotate:0},\"mtl9TBaon-hover\":{rotate:0},\"syOEEOL_H-hover\":{rotate:0}},children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-2007957d-a074-4c0c-8a33-8d85ed1ba0fd, rgb(0, 0, 0))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowRight\",id:\"scn9ZsNPg\",layoutId:\"scn9ZsNPg\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-16xzgux\",\"data-styles-preset\":\"Iadu_5OYJ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2007957d-a074-4c0c-8a33-8d85ed1ba0fd, rgb(0, 0, 0)))\"},children:\"Learn more\"})}),className:\"framer-1gsmj6w\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"v7Tr8FGBH\",style:{\"--extracted-r6o4lv\":\"var(--token-2007957d-a074-4c0c-8a33-8d85ed1ba0fd, rgb(0, 0, 0))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:VArIlTNTt,variants:{\"mtl9TBaon-hover\":{\"--extracted-r6o4lv\":\"var(--token-2007957d-a074-4c0c-8a33-8d85ed1ba0fd, rgb(0, 0, 0))\"},\"syOEEOL_H-hover\":{\"--extracted-r6o4lv\":\"var(--token-2007957d-a074-4c0c-8a33-8d85ed1ba0fd, rgb(0, 0, 0))\"},mtl9TBaon:{\"--extracted-r6o4lv\":\"var(--token-f8dc39cc-9b31-4d20-8063-4556a3d8afa9, rgb(255, 255, 255))\"},syOEEOL_H:{\"--extracted-r6o4lv\":\"var(--token-f8dc39cc-9b31-4d20-8063-4556a3d8afa9, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"mtl9TBaon-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-16xzgux\",\"data-styles-preset\":\"Iadu_5OYJ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2007957d-a074-4c0c-8a33-8d85ed1ba0fd, rgb(0, 0, 0)))\"},children:\"Learn more\"})})},\"syOEEOL_H-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-16xzgux\",\"data-styles-preset\":\"Iadu_5OYJ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2007957d-a074-4c0c-8a33-8d85ed1ba0fd, rgb(0, 0, 0)))\"},children:\"Learn more\"})})},mtl9TBaon:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-16xzgux\",\"data-styles-preset\":\"Iadu_5OYJ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f8dc39cc-9b31-4d20-8063-4556a3d8afa9, rgb(255, 255, 255)))\"},children:\"Learn more\"})})},syOEEOL_H:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-16xzgux\",\"data-styles-preset\":\"Iadu_5OYJ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f8dc39cc-9b31-4d20-8063-4556a3d8afa9, rgb(255, 255, 255)))\"},children:\"Learn more\"})})}},baseVariant,gestureVariant)}),isDisplayed1(ySQRauHhw)&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1llys85-container\",layoutDependency:layoutDependency,layoutId:\"TgQc_1Lle-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-2007957d-a074-4c0c-8a33-8d85ed1ba0fd, rgb(0, 0, 0))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowRight\",id:\"TgQc_1Lle\",layoutId:\"TgQc_1Lle\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})}),isDisplayed1(Wkl2LaE_O)&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-qn2m9c-container\",layoutDependency:layoutDependency,layoutId:\"YCcGRHRU3-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-2007957d-a074-4c0c-8a33-8d85ed1ba0fd, rgb(0, 0, 0))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowLeft\",id:\"YCcGRHRU3\",layoutId:\"YCcGRHRU3\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Tugrw.framer-15r6vjc, .framer-Tugrw .framer-15r6vjc { display: block; }\",\".framer-Tugrw.framer-vrit9h { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 44px; justify-content: center; overflow: hidden; padding: 0px 58px 0px 24px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-Tugrw .framer-1vyotqy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: flex-end; overflow: hidden; padding: 0px 12px 0px 0px; position: absolute; right: 2px; top: calc(50.00000000000002% - 40px / 2); width: 40px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Tugrw .framer-1xg4naa { flex: none; height: 16px; overflow: hidden; position: relative; width: 16px; }\",\".framer-Tugrw .framer-5f13qb-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-Tugrw .framer-1gsmj6w { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; z-index: 1; }\",\".framer-Tugrw .framer-1llys85-container, .framer-Tugrw .framer-qn2m9c-container { flex: none; height: 16px; position: relative; width: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Tugrw.framer-vrit9h, .framer-Tugrw .framer-1vyotqy { gap: 0px; } .framer-Tugrw.framer-vrit9h > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-Tugrw.framer-vrit9h > :first-child, .framer-Tugrw .framer-1vyotqy > :first-child { margin-left: 0px; } .framer-Tugrw.framer-vrit9h > :last-child, .framer-Tugrw .framer-1vyotqy > :last-child { margin-right: 0px; } .framer-Tugrw .framer-1vyotqy > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-Tugrw.framer-v-3wjm2t.framer-vrit9h { gap: 8px; height: min-content; padding: 8px 20px 8px 20px; }\",\".framer-Tugrw.framer-v-3wjm2t .framer-1gsmj6w { order: 2; }\",\".framer-Tugrw.framer-v-3wjm2t .framer-1llys85-container { order: 3; }\",\".framer-Tugrw.framer-v-3wjm2t .framer-qn2m9c-container { order: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Tugrw.framer-v-3wjm2t.framer-vrit9h { gap: 0px; } .framer-Tugrw.framer-v-3wjm2t.framer-vrit9h > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-Tugrw.framer-v-3wjm2t.framer-vrit9h > :first-child { margin-left: 0px; } .framer-Tugrw.framer-v-3wjm2t.framer-vrit9h > :last-child { margin-right: 0px; } }\",\".framer-Tugrw.framer-v-vrit9h.hover .framer-1vyotqy, .framer-Tugrw.framer-v-16vvmek.hover .framer-1vyotqy, .framer-Tugrw.framer-v-xcuhqx.hover .framer-1vyotqy, .framer-Tugrw.framer-v-gsy29x.hover .framer-1vyotqy { left: 2px; width: unset; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 44\n * @framerIntrinsicWidth 163\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"fdIahJJCm\":{\"layout\":[\"auto\",\"fixed\"]},\"AEGYYedD3\":{\"layout\":[\"auto\",\"auto\"]},\"syOEEOL_H\":{\"layout\":[\"auto\",\"fixed\"]},\"mtl9TBaon\":{\"layout\":[\"auto\",\"fixed\"]},\"AARO1FqBd\":{\"layout\":[\"auto\",\"fixed\"]},\"rq9k_O3vM\":{\"layout\":[\"auto\",\"fixed\"]},\"jMltK5rdr\":{\"layout\":[\"auto\",\"auto\"]},\"k6n_nYVxi\":{\"layout\":[\"auto\",\"fixed\"]},\"M4l2w3nTF\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"VArIlTNTt\":\"label\",\"ZbmxbSyuG\":\"link\",\"X0C_MyY4o\":\"newTab\",\"ySQRauHhw\":\"arrowRight\",\"Wkl2LaE_O\":\"arrowLeft\",\"ewVlBc0hz\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerOhRJHg5gH=withCSS(Component,css,\"framer-Tugrw\");export default FramerOhRJHg5gH;FramerOhRJHg5gH.displayName=\"Buttons/Button\";FramerOhRJHg5gH.defaultProps={height:44,width:163};addPropertyControls(FramerOhRJHg5gH,{variant:{options:[\"IAM4JOjqw\",\"fdIahJJCm\",\"AEGYYedD3\",\"syOEEOL_H\",\"mtl9TBaon\"],optionTitles:[\"Default\",\"With Shadow\",\"Text Only\",\"Accent\",\"Black\"],title:\"Variant\",type:ControlType.Enum},VArIlTNTt:{defaultValue:\"Learn more\",displayTextArea:false,title:\"Label\",type:ControlType.String},ZbmxbSyuG:{title:\"Link\",type:ControlType.Link},X0C_MyY4o:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean},ySQRauHhw:{defaultValue:true,title:\"Arrow Right\",type:ControlType.Boolean},Wkl2LaE_O:{defaultValue:false,title:\"Arrow Left\",type:ControlType.Boolean},ewVlBc0hz:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerOhRJHg5gH,[{explicitInter:true,fonts:[{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\"}]},...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerOhRJHg5gH\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"VArIlTNTt\\\":\\\"label\\\",\\\"ZbmxbSyuG\\\":\\\"link\\\",\\\"X0C_MyY4o\\\":\\\"newTab\\\",\\\"ySQRauHhw\\\":\\\"arrowRight\\\",\\\"Wkl2LaE_O\\\":\\\"arrowLeft\\\",\\\"ewVlBc0hz\\\":\\\"click\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"fdIahJJCm\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"AEGYYedD3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"syOEEOL_H\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"mtl9TBaon\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"AARO1FqBd\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"rq9k_O3vM\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"jMltK5rdr\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"k6n_nYVxi\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"M4l2w3nTF\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"163\",\"framerIntrinsicHeight\":\"44\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./OhRJHg5gH.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,withCSS,RenderTarget}from\"framer\";import{parseShopifyData,createButtonPropertyControls,Colors,Button,parseShopifyId,ShopifyDataType}from\"https://framerusercontent.com/modules/gd3dcT3w5rYoRy7ZcKte/ynLwCe8GqEfFnZbs0Ao6/Shared.js\";import{useProductStore}from\"https://framerusercontent.com/modules/ajKYBgRXgNyNgL1GkpqG/TCkwiz1aAAYNzX1Z6PwT/ProductState.js\";import{useAmountInStock}from\"https://framerusercontent.com/modules/ibjYTPLnMMPhPLNCj4uG/S2MuV2jfBPUaq2chuOlb/Cart.js\";const HIDDEN_CLASS=\"frameship-variant-buttons-hidden\";const SAMPLE_VARIANTS=`[{\"id\":\"gid://shopify/ProductOption/12345678901234\",\"name\":\"Sample Variants\",\"values\":[\"Red\",\"Blue\",\"Green\",\"Purple\"]}]`;var State;(function(State){State[\"Default\"]=\"default\";State[\"Selected\"]=\"selected\";State[\"Disabled\"]=\"disabled\";})(State||(State={}));const alignmentMap={left:\"flex-start\",center:\"center\",right:\"flex-end\"};function VariantButtonsComponent(props){const{shopifyData,variantOptions,titles,textButtons,layout}=props;const{shopifyId,tracksInventory,variants}=parseShopifyData(shopifyData);const horizontal=layout.direction===\"horizontal\";const isCanvas=RenderTarget.current()===RenderTarget.canvas;const[selectedVariantOptions,setSelectedVariantOption]=useProductStore(state=>[state.products[shopifyId]?.selectedVariantOptions||{},state.setSelectedVariantOption]);const[inventory,inventoryIsLoading]=useAmountInStock(shopifyData);const options=parseVariantOptions(isCanvas&&!variantOptions?SAMPLE_VARIANTS:variantOptions);const disabledOptionValues={};if(tracksInventory){for(const option of options){const disabledValues=[];for(const value of option.values){const matchingVariants=variants.filter(variant=>variant.selectedOptions.some(o=>o.name===option.name&&o.value===value));const outOfStockVariants=matchingVariants.filter(variant=>inventory[variant.id]===0);if(matchingVariants.length===outOfStockVariants.length){disabledValues.push(value);}}disabledOptionValues[option.name]=disabledValues;}}const selectedOptions={...selectedVariantOptions};let hasUpdatedGlobalState=false;let firstAvailableVariantOptions={};for(const variant of variants){if(inventory[variant.id]>0){for(const option of variant.selectedOptions){firstAvailableVariantOptions[option.name]=option.value;}break;}}for(const option of options){const name=option?.name;const values=option?.values;if(!name||!Array.isArray(values)){continue;}if(selectedOptions[name]&&values.includes(selectedOptions[name])){continue;// Keep the existing selection\n}else if(firstAvailableVariantOptions[name]){setSelectedVariantOption(shopifyId,name,firstAvailableVariantOptions[name]);}else{// Auto-select the first option if no selection is made\nsetSelectedVariantOption(shopifyId,name,values[0]);}}const onVariantClicked=(optionName,optionValue)=>{setSelectedVariantOption(shopifyId,optionName,optionValue);};return options.length==0?/*#__PURE__*/_jsx(\"div\",{className:HIDDEN_CLASS}):/*#__PURE__*/_jsx(\"div\",{style:{display:\"flex\",flexDirection:\"column\",gap:props.gap,userSelect:\"none\",minHeight:options.length==0?40:0,minWidth:options.length==0?40:0,...props.style},children:options.map(option=>/*#__PURE__*/_jsxs(\"div\",{style:{width:\"100%\",display:\"flex\",flexDirection:titles?.location==\"bottom\"?\"column-reverse\":\"column\",gap:titles?.gap},children:[titles&&/*#__PURE__*/_jsx(\"p\",{style:{width:\"100%\",color:titles.color,whiteSpace:\"pre\",margin:0,textTransform:titles.transform,...titles.font},children:option.name}),/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",display:\"flex\",flexDirection:horizontal?\"row\":\"column\",rowGap:layout.gapV,columnGap:layout.gapH,alignItems:horizontal?\"center\":alignmentMap[layout.verticalAlignment],justifyContent:horizontal?layout.distribute:\"start\",flexWrap:layout.wrap?\"wrap\":\"nowrap\"},children:option.values.map((value,index)=>{const selected=isCanvas?index===0:selectedOptions[option.name]==value;const disabled=isCanvas||!tracksInventory?false:textButtons.outOfStock.disable&&disabledOptionValues[option.name]?.includes(value);return /*#__PURE__*/_jsx(Button,{...textButtons,variant:disabled?\"disabled\":selected?\"selected\":\"default\",onClick:()=>!disabled&&onVariantClicked(option.name,value),style:{flex:textButtons.width===\"fill\"?\"1 1 0\":\"none\",width:textButtons.width===\"fill\"?\"0\":textButtons.width===\"fixed\"?textButtons.fixedWidth:undefined,cursor:disabled?undefined:\"pointer\",textTransform:textButtons.transform,...textButtons.font},disabled:disabled,children:value},value);})})]},option.name))});}/**\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight auto\n * @framerIntrinsicWidth 300\n * @framerDisableUnlink\n */const VariantButtons=withCSS(VariantButtonsComponent,[`.${HIDDEN_CLASS} { display: none !important; }`,`div:has(> .${HIDDEN_CLASS}) { display: none !important; }`],\"\");export default VariantButtons;VariantButtons.displayName=\"Variant Buttons\";addPropertyControls(VariantButtons,{shopifyData:{type:ControlType.String,defaultValue:\"\",placeholder:\"Shopify Data\",preventLocalization:true},variantOptions:{type:ControlType.String,defaultValue:\"\",placeholder:\"Variant Options\",preventLocalization:true,description:\"Connect to the Variant Options field from the products CMS\"},titles:{type:ControlType.Object,optional:true,buttonTitle:\"Style\",defaultValue:{location:\"top\",color:\"#000\",gap:10},controls:{location:{type:ControlType.Enum,defaultValue:\"top\",options:[\"top\",\"bottom\"],optionTitles:[\"Top\",\"Bottom\"],displaySegmentedControl:true},font:{type:\"font\",controls:\"extended\",defaultFontType:\"sans-serif\",defaultValue:{fontSize:14,lineHeight:1.4}},color:{type:ControlType.Color,defaultValue:\"#000\"},gap:{type:ControlType.Number,defaultValue:10,min:0,step:1},transform:{type:ControlType.Enum,defaultValue:\"none\",options:[\"none\",\"capitalize\",\"uppercase\",\"lowercase\"],optionTitles:[\"None\",\"Capitalize\",\"Uppercase\",\"Lowercase\"]}}},textButtons:{type:ControlType.Object,buttonTitle:\"Style\",title:\"Buttons\",controls:{width:{type:ControlType.Enum,defaultValue:\"fit\",options:[\"fit\",\"fill\",\"fixed\"],optionTitles:[\"Fit\",\"Fill\",\"Fixed\"],displaySegmentedControl:true},fixedWidth:{type:ControlType.Number,defaultValue:100,min:0,step:1,title:\" \",hidden:props=>props.width!==\"fixed\"},outOfStock:{type:ControlType.Object,title:\"Out of Stock\",controls:{disable:{type:ControlType.Boolean,defaultValue:true},opacity:{type:ControlType.Number,defaultValue:.5,min:0,max:1,step:.01,hidden:props=>!props.disable}}},...createButtonPropertyControls({padding:\"12px 20px 12px 20px\",variants:[{id:\"default\",title:\"Default\",...Colors.Primary},{id:\"selected\",title:\"Selected\",...Colors.Accent},{id:\"disabled\",title:\"Disabled\"}],endProps:{transform:{type:ControlType.Enum,defaultValue:\"none\",options:[\"none\",\"capitalize\",\"uppercase\",\"lowercase\"],optionTitles:[\"None\",\"Capitalize\",\"Uppercase\",\"Lowercase\"]}}})}},layout:{type:ControlType.Object,controls:{direction:{type:ControlType.Enum,defaultValue:\"horizontal\",options:[\"horizontal\",\"vertical\"],optionTitles:[\"Horizontal\",\"Vertical\"],optionIcons:[\"direction-horizontal\",\"direction-vertical\"],displaySegmentedControl:true},distribute:{type:ControlType.Enum,defaultValue:\"start\",options:[\"start\",\"center\",\"end\",\"space-between\",\"space-around\",\"space-evenly\"],optionTitles:[\"Start\",\"Center\",\"End\",\"Space Between\",\"Space Around\",\"Space Evenly\"],hidden:props=>props.direction!==\"horizontal\"},wrap:{type:ControlType.Boolean,defaultValue:true,hidden:props=>props.direction!==\"horizontal\"},verticalAlignment:{type:ControlType.Enum,defaultValue:\"center\",options:[\"left\",\"center\",\"right\"],optionTitles:[\"Left\",\"Center\",\"Right\"],displaySegmentedControl:true,title:\"Alignment\",hidden:props=>props.direction!==\"vertical\"},gapH:{type:ControlType.Number,defaultValue:10,min:0,step:1,hidden:props=>props.direction!==\"horizontal\"},gapV:{type:ControlType.Number,defaultValue:10,min:0,step:1}}},gap:{type:ControlType.Number,defaultValue:20,min:0,step:1,hidden:props=>props.variantMode==\"one\"}});const variantOptionsCache={};function parseVariantOptions(variantOptions){if(!variantOptions){return[];}const cachedResult=variantOptionsCache[variantOptions];if(cachedResult){return cachedResult;}try{const options=JSON.parse(variantOptions);let result=options;if(options.length===1&&options[0]?.values?.length===1){result=[];}for(let i=0;i<result.length;i++){if(typeof result[i]===\"object\"){result[i].id=parseShopifyId(result[i].id,ShopifyDataType.ProductOption);}}variantOptionsCache[variantOptions]=result;return result;}catch(error){console.error(\"Error parsing variant options:\",error);return[];}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"VariantButtons\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerIntrinsicWidth\":\"300\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"auto\",\"framerDisableUnlink\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useState,useEffect}from\"react\";import{useCartStore,useAmountInStock}from\"https://framerusercontent.com/modules/ibjYTPLnMMPhPLNCj4uG/S2MuV2jfBPUaq2chuOlb/Cart.js\";import{parseShopifyData,OPEN_CART_EVENT,createButtonPropertyControls,Colors,Button}from\"https://framerusercontent.com/modules/gd3dcT3w5rYoRy7ZcKte/ynLwCe8GqEfFnZbs0Ao6/Shared.js\";import{useProductStore,useSelectedVariant}from\"https://framerusercontent.com/modules/ajKYBgRXgNyNgL1GkpqG/TCkwiz1aAAYNzX1Z6PwT/ProductState.js\";var State;(function(State){State[\"Default\"]=\"default\";State[\"OutOfStock\"]=\"outOfStock\";})(State||(State={}));const defaultText={[\"default\"]:\"Add to Cart\",[\"outOfStock\"]:\"Out of Stock\"};/**\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any\n * @framerIntrinsicWidth 300\n * @framerDisableUnlink\n */export default function AddToCartButton(props){const{shopifyId,tracksInventory,variants}=parseShopifyData(props.shopifyData);const isCanvas=RenderTarget.current()===RenderTarget.canvas;const[state,setState]=useState(\"default\");const[items,addToCart]=useCartStore(state=>[state.items,state.addToCart]);const{quantity,selectedVariantOptions}=useProductStore(state=>state.products?.[shopifyId]||{quantity:1,selectedVariantOptions:{}});const[inventory,inventoryIsLoading]=useAmountInStock(props.shopifyData);const selectedVariant=useSelectedVariant(props.shopifyData);useEffect(()=>{if(!isCanvas){if(tracksInventory&&selectedVariant&&inventory[selectedVariant.id]===0){setState(\"outOfStock\");}else{setState(\"default\");}}},[items,selectedVariant,inventory]);const onClick=async()=>{if(state===\"default\"&&selectedVariant&&(!tracksInventory||!inventoryIsLoading&&inventory[selectedVariant.id]>0)){await addToCart(selectedVariant.id,quantity);if(props.openCart){window.dispatchEvent(new Event(OPEN_CART_EVENT));}}};return /*#__PURE__*/_jsx(Button,{...props,variant:state,onClick:onClick,style:{cursor:state===\"outOfStock\"?undefined:\"pointer\",userSelect:\"none\",...props.style},children:props.text[state]});}AddToCartButton.displayName=\"Add to Cart Button\";addPropertyControls(AddToCartButton,{shopifyData:{type:ControlType.String,defaultValue:\"\",placeholder:\"Shopify Data\",preventLocalization:true},openCart:{type:ControlType.Boolean,defaultValue:true,description:\"If enabled, opens the cart after adding item\"},text:{type:ControlType.Object,defaultValue:defaultText,controls:{[\"default\"]:{type:ControlType.String,defaultValue:defaultText[\"default\"],placeholder:\"Default Text\"},[\"outOfStock\"]:{type:ControlType.String,defaultValue:defaultText[\"outOfStock\"],placeholder:\"Out of Stock Text\"}}},...createButtonPropertyControls({variants:[{id:\"default\",title:\"Default\",...Colors.Accent},{id:\"outOfStock\",title:\"Out of Stock\",...Colors.Primary}]})});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"AddToCartButton\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerSupportedLayoutHeight\":\"any\",\"framerDisableUnlink\":\"\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"300\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,Link,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const cycleOrder=[\"EfXCNRD8w\",\"Tr1WJXypE\"];const serializationHash=\"framer-y8QJW\";const variantClassNames={EfXCNRD8w:\"framer-v-1j58gj0\",Tr1WJXypE:\"framer-v-18wk6y5\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:100,delay:0,mass:3,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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={\"Grid (Hover)\":\"Tr1WJXypE\",Grid:\"EfXCNRD8w\"};const getProps=({height,id,image,link,price,title,type,width,...props})=>{return{...props,AUaLwCuhl:link??props.AUaLwCuhl,aW1sHTRO2:title??props.aW1sHTRO2??\"Title\",lbPPRjqFD:price??props.lbPPRjqFD??\"$49\",QHlxZrXqJ:type??props.QHlxZrXqJ??\"Mockups\",variant:humanReadableVariantMap[props.variant]??props.variant??\"EfXCNRD8w\",vpCQYNMyN:image??props.vpCQYNMyN};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};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{style,className,layoutId,variant,vpCQYNMyN,aW1sHTRO2,AUaLwCuhl,QHlxZrXqJ,lbPPRjqFD,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"EfXCNRD8w\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnterv2tdpm=activeVariantCallback(async(...args)=>{setVariant(\"Tr1WJXypE\");});const onMouseLeave1fzw58x=activeVariantCallback(async(...args)=>{setVariant(\"EfXCNRD8w\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1j58gj0\",className,classNames),\"data-framer-name\":\"Grid\",layoutDependency:layoutDependency,layoutId:\"EfXCNRD8w\",ref:refBinding,style:{...style},...addPropertyOverrides({Tr1WJXypE:{\"data-framer-name\":\"Grid (Hover)\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Link,{href:AUaLwCuhl,motionChild:true,nodeId:\"l9dSB87t7\",openInNewTab:false,scopeId:\"ajAUX6DRx\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1egvwey framer-jixeoj\",\"data-framer-name\":\"Image Container\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"l9dSB87t7\",onMouseEnter:onMouseEnterv2tdpm,onMouseLeave:onMouseLeave1fzw58x,style:{backgroundColor:\"var(--token-f10e42bf-0b56-4afa-8288-bed26eff7005, rgb(249, 246, 254))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1c7z24r\",\"data-framer-name\":\"Shape\",layoutDependency:layoutDependency,layoutId:\"joAOp6v8e\",style:{backgroundColor:\"var(--token-c7000813-8710-436e-966f-29bf22d4dac7, rgb(247, 246, 242))\",borderTopLeftRadius:16},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-70dpp8\",\"data-framer-name\":\"Circle\",layoutDependency:layoutDependency,layoutId:\"W1OGamwEh\",style:{backgroundColor:\"var(--token-7bb5ddc8-62ad-4a72-ba39-05ee983666d0, rgb(24, 29, 48))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1hxkws0-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"TKyWTXIcv-container\",nodeId:\"TKyWTXIcv\",rendersWithMotion:true,scopeId:\"ajAUX6DRx\",style:{rotate:-45},variants:{Tr1WJXypE:{rotate:0}},children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowRight\",id:\"TKyWTXIcv\",layoutId:\"TKyWTXIcv\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-zuouvg\",\"data-framer-name\":\"Inverted Border Edge\",layoutDependency:layoutDependency,layoutId:\"PzSPCqf8T\",style:{rotate:180},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-rdi0jj\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"SaxIPr1Fp\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 0 0 L 0 18 C 0 8.059 8.059 0 18 0 Z\" fill=\"var(--token-c7000813-8710-436e-966f-29bf22d4dac7, rgb(247, 246, 242)) /* {&quot;name&quot;:&quot;Cream Lighter&quot;} */\"></path></svg>',svgContentId:11416957276,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-iraeeq\",\"data-framer-name\":\"Inverted Border Edge\",layoutDependency:layoutDependency,layoutId:\"GRoAu7Rth\",style:{rotate:180},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1mtkfi3\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"yIyAht6ya\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 0 0 L 0 18 C 0 8.059 8.059 0 18 0 Z\" fill=\"var(--token-c7000813-8710-436e-966f-29bf22d4dac7, rgb(247, 246, 242)) /* {&quot;name&quot;:&quot;Cream Lighter&quot;} */\"></path></svg>',svgContentId:11416957276,withExternalLayout:true})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||409.5)-0-409.4)/2+0+0)+0),pixelHeight:1632,pixelWidth:2912,sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(vpCQYNMyN),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-141pliv\",layoutDependency:layoutDependency,layoutId:\"NYehojllr\",style:{scale:1},variants:{Tr1WJXypE:{scale:1.05}}})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1msc8qq\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"GDSX_2vnF\",children:/*#__PURE__*/_jsx(Link,{href:AUaLwCuhl,motionChild:true,nodeId:\"p4EtRiPtX\",openInNewTab:false,scopeId:\"ajAUX6DRx\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1q6hajz framer-jixeoj\",\"data-framer-name\":\"Title & Badge\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"p4EtRiPtX\",onMouseEnter:onMouseEnterv2tdpm,onMouseLeave:onMouseLeave1fzw58x,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1uosh2f\",layoutDependency:layoutDependency,layoutId:\"rc8LnoDZS\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO0l2eU9yYSBEaXNwbGF5IE1lZGl1bQ==\",\"--framer-font-family\":'\"IvyOra Display Medium\", \"IvyOra Display Medium Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-7bb5ddc8-62ad-4a72-ba39-05ee983666d0, rgb(56, 65, 81)))\",\"--framer-text-transform\":\"capitalize\"},children:\"Title\"})}),className:\"framer-1ngnglp\",fonts:[\"CUSTOM;IvyOra Display Medium\"],layoutDependency:layoutDependency,layoutId:\"hVULUgQLW\",style:{\"--extracted-1of0zx5\":\"var(--token-7bb5ddc8-62ad-4a72-ba39-05ee983666d0, rgb(56, 65, 81))\"},text:aW1sHTRO2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7TGF0by1yZWd1bGFy\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"0.3em\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-7bb5ddc8-62ad-4a72-ba39-05ee983666d0, rgb(24, 29, 48)))\",\"--framer-text-transform\":\"uppercase\"},children:\"Mockups\"})}),className:\"framer-fiwlx3\",fonts:[\"GF;Lato-regular\"],layoutDependency:layoutDependency,layoutId:\"izXBhM0RT\",style:{\"--extracted-a0htzi\":\"var(--token-7bb5ddc8-62ad-4a72-ba39-05ee983666d0, rgb(24, 29, 48))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:QHlxZrXqJ,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1p6jx41\",\"data-framer-name\":\"Information\",layoutDependency:layoutDependency,layoutId:\"vzU4Mm0T1\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-yamqet\",\"data-framer-name\":\"Price\",layoutDependency:layoutDependency,layoutId:\"mH9HjwU_g\",style:{backgroundColor:\"var(--token-97521523-0769-4c31-8536-4044e9bb5bba, rgb(185, 158, 144))\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by1yZWd1bGFy\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9b604c00-9864-4aa2-b28d-da8c5e63e90c, rgb(255, 255, 255)))\"},children:\"$60.00\"})}),className:\"framer-4w1wwq\",fonts:[\"GF;Lato-regular\"],layoutDependency:layoutDependency,layoutId:\"Y_L96zobT\",style:{\"--extracted-r6o4lv\":\"var(--token-9b604c00-9864-4aa2-b28d-da8c5e63e90c, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:lbPPRjqFD,verticalAlignment:\"top\",withExternalLayout:true})})})]})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-y8QJW.framer-jixeoj, .framer-y8QJW .framer-jixeoj { display: block; }\",\".framer-y8QJW.framer-1j58gj0 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 352px; }\",\".framer-y8QJW .framer-1egvwey { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 352px); justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-y8QJW .framer-1c7z24r { aspect-ratio: 1 / 1; bottom: 0px; flex: none; height: var(--framer-aspect-ratio-supported, 70px); overflow: visible; position: absolute; right: 0px; width: 70px; z-index: 10; }\",\".framer-y8QJW .framer-70dpp8 { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 50px); justify-content: center; left: 50%; overflow: hidden; padding: 0px; position: absolute; top: 50%; width: 50px; will-change: var(--framer-will-change-override, transform); }\",\".framer-y8QJW .framer-1hxkws0-container { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-y8QJW .framer-zuouvg { aspect-ratio: 1 / 1; bottom: 0px; flex: none; height: var(--framer-aspect-ratio-supported, 18px); overflow: hidden; position: absolute; right: 70px; width: 18px; z-index: 1; }\",\".framer-y8QJW .framer-rdi0jj, .framer-y8QJW .framer-1mtkfi3 { flex: none; height: 18px; left: 0px; position: absolute; top: 0px; width: 18px; }\",\".framer-y8QJW .framer-iraeeq { aspect-ratio: 1 / 1; bottom: 70px; flex: none; height: var(--framer-aspect-ratio-supported, 18px); overflow: hidden; position: absolute; right: 0px; width: 18px; z-index: 1; }\",\".framer-y8QJW .framer-141pliv { flex: none; height: 100%; overflow: hidden; position: relative; width: 100%; z-index: 0; }\",\".framer-y8QJW .framer-1msc8qq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-y8QJW .framer-1q6hajz { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 1px; }\",\".framer-y8QJW .framer-1uosh2f { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-y8QJW .framer-1ngnglp, .framer-y8QJW .framer-fiwlx3 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-y8QJW .framer-1p6jx41 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-y8QJW .framer-yamqet { 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: 6px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-y8QJW .framer-4w1wwq { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-y8QJW.framer-1j58gj0, .framer-y8QJW .framer-1egvwey, .framer-y8QJW .framer-70dpp8, .framer-y8QJW .framer-1msc8qq, .framer-y8QJW .framer-1uosh2f, .framer-y8QJW .framer-1p6jx41, .framer-y8QJW .framer-yamqet { gap: 0px; } .framer-y8QJW.framer-1j58gj0 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-y8QJW.framer-1j58gj0 > :first-child, .framer-y8QJW .framer-1uosh2f > :first-child { margin-top: 0px; } .framer-y8QJW.framer-1j58gj0 > :last-child, .framer-y8QJW .framer-1uosh2f > :last-child { margin-bottom: 0px; } .framer-y8QJW .framer-1egvwey > *, .framer-y8QJW .framer-70dpp8 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-y8QJW .framer-1egvwey > :first-child, .framer-y8QJW .framer-70dpp8 > :first-child, .framer-y8QJW .framer-1msc8qq > :first-child, .framer-y8QJW .framer-1p6jx41 > :first-child, .framer-y8QJW .framer-yamqet > :first-child { margin-left: 0px; } .framer-y8QJW .framer-1egvwey > :last-child, .framer-y8QJW .framer-70dpp8 > :last-child, .framer-y8QJW .framer-1msc8qq > :last-child, .framer-y8QJW .framer-1p6jx41 > :last-child, .framer-y8QJW .framer-yamqet > :last-child { margin-right: 0px; } .framer-y8QJW .framer-1msc8qq > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-y8QJW .framer-1uosh2f > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-y8QJW .framer-1p6jx41 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-y8QJW .framer-yamqet > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 409.5\n * @framerIntrinsicWidth 352\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Tr1WJXypE\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"vpCQYNMyN\":\"image\",\"aW1sHTRO2\":\"title\",\"AUaLwCuhl\":\"link\",\"QHlxZrXqJ\":\"type\",\"lbPPRjqFD\":\"price\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerajAUX6DRx=withCSS(Component,css,\"framer-y8QJW\");export default FramerajAUX6DRx;FramerajAUX6DRx.displayName=\"Cards/Products\";FramerajAUX6DRx.defaultProps={height:409.5,width:352};addPropertyControls(FramerajAUX6DRx,{variant:{options:[\"EfXCNRD8w\",\"Tr1WJXypE\"],optionTitles:[\"Grid\",\"Grid (Hover)\"],title:\"Variant\",type:ControlType.Enum},vpCQYNMyN:{title:\"Image\",type:ControlType.ResponsiveImage},aW1sHTRO2:{defaultValue:\"Title\",displayTextArea:false,title:\"Title\",type:ControlType.String},AUaLwCuhl:{title:\"Link\",type:ControlType.Link},QHlxZrXqJ:{defaultValue:\"Mockups\",displayTextArea:false,title:\"Type\",type:ControlType.String},lbPPRjqFD:{defaultValue:\"$49\",displayTextArea:false,title:\"Price\",type:ControlType.String}});addFonts(FramerajAUX6DRx,[{explicitInter:true,fonts:[{family:\"IvyOra Display Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/esEgKfF1krMj58So65QPNE3hO9M.woff2\"},{family:\"Lato\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHvxw6XweuBCY.woff2\",weight:\"400\"}]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerajAUX6DRx\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"vpCQYNMyN\\\":\\\"image\\\",\\\"aW1sHTRO2\\\":\\\"title\\\",\\\"AUaLwCuhl\\\":\\\"link\\\",\\\"QHlxZrXqJ\\\":\\\"type\\\",\\\"lbPPRjqFD\\\":\\\"price\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Tr1WJXypE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"409.5\",\"framerIntrinsicWidth\":\"352\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ajAUX6DRx.map", "// Generated by Framer (e22b717)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const cycleOrder=[\"UsxuANqVL\",\"DEAEY6D9G\",\"FS74Kjegy\",\"pBIvCpv15\"];const serializationHash=\"framer-Ny6vj\";const variantClassNames={DEAEY6D9G:\"framer-v-4mw99z\",FS74Kjegy:\"framer-v-mw4mui\",pBIvCpv15:\"framer-v-1kf7n06\",UsxuANqVL:\"framer-v-19d42m5\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const negate=value=>{return!value;};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;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={\"Desktop (Open)\":\"DEAEY6D9G\",\"Mobile (Open)\":\"pBIvCpv15\",Desktop:\"UsxuANqVL\",Mobile:\"FS74Kjegy\"};const getProps=({aDV1,aDV2,aDV3,advantages,answer,height,id,question,width,...props})=>{return{...props,aKdX0dtaY:aDV2??props.aKdX0dtaY??\"text\",Bz7mRCktX:advantages??props.Bz7mRCktX,N0bLdyw8h:aDV1??props.N0bLdyw8h??\"Answer\",qjzLotycz:answer??props.qjzLotycz??\"Answer\",v7GmS5esQ:question??props.v7GmS5esQ??\"Question\",variant:humanReadableVariantMap[props.variant]??props.variant??\"UsxuANqVL\",ZWTXOupXu:aDV3??props.ZWTXOupXu??\"text\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};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{style,className,layoutId,variant,v7GmS5esQ,qjzLotycz,Bz7mRCktX,N0bLdyw8h,aKdX0dtaY,ZWTXOupXu,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"UsxuANqVL\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1lx3nq3=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"DEAEY6D9G\");});const onTapzxcd8d=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"UsxuANqVL\");});const onTap162q07l=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"pBIvCpv15\");});const onTap19gfca5=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"FS74Kjegy\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const visible=negate(Bz7mRCktX);const isDisplayed=value=>{if(baseVariant===\"DEAEY6D9G\")return value;return true;};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(scopingClassNames,\"framer-19d42m5\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"UsxuANqVL\",onTap:onTap1lx3nq3,ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-4144e5f8-25da-4bed-a840-57002d040ece, rgba(0, 0, 0, 0.08))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",...style},...addPropertyOverrides({DEAEY6D9G:{\"data-framer-name\":\"Desktop (Open)\",onTap:onTapzxcd8d},FS74Kjegy:{\"data-framer-name\":\"Mobile\",onTap:onTap162q07l},pBIvCpv15:{\"data-framer-name\":\"Mobile (Open)\",onTap:onTap19gfca5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xaylul\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"t4YQy3CMO\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kvvun8\",\"data-framer-name\":\"Question\",layoutDependency:layoutDependency,layoutId:\"FRGjVG1kd\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by1yZWd1bGFy\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2007957d-a074-4c0c-8a33-8d85ed1ba0fd, rgb(0, 0, 0)))\"},children:\"Question\"})}),className:\"framer-rw4n3y\",\"data-framer-name\":\"What is your typical project timeline?\",fonts:[\"GF;Lato-regular\"],layoutDependency:layoutDependency,layoutId:\"olOltQaJv\",style:{\"--extracted-r6o4lv\":\"var(--token-2007957d-a074-4c0c-8a33-8d85ed1ba0fd, rgb(0, 0, 0))\",\"--framer-paragraph-spacing\":\"0px\"},text:v7GmS5esQ,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-nrowep-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"CcEzPgSOw-container\",nodeId:\"CcEzPgSOw\",rendersWithMotion:true,scopeId:\"lt_OP6pZu\",style:{rotate:0},variants:{DEAEY6D9G:{rotate:180},FS74Kjegy:{rotate:0},pBIvCpv15:{rotate:0}},children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-2007957d-a074-4c0c-8a33-8d85ed1ba0fd, rgb(0, 0, 0))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CaretDown\",id:\"CcEzPgSOw\",layoutId:\"CcEzPgSOw\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})})]}),isDisplayed(visible)&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1031jco\",\"data-framer-name\":\"Answer\",layoutDependency:layoutDependency,layoutId:\"Kb70MVFNe\",style:{opacity:0},variants:{DEAEY6D9G:{opacity:1},pBIvCpv15:{opacity:1}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-563917f7-788f-412e-bbb3-52a063ef4a82, rgba(0, 0, 0, 0.56)))\"},children:\"Answer\"})}),className:\"framer-1cb33ed\",\"data-framer-name\":\"What is your typical project timeline?\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"vNDlMvsu0\",style:{\"--extracted-r6o4lv\":\"var(--token-563917f7-788f-412e-bbb3-52a063ef4a82, rgba(0, 0, 0, 0.56))\",\"--framer-paragraph-spacing\":\"0px\"},text:qjzLotycz,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({DEAEY6D9G:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by1yZWd1bGFy\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-563917f7-788f-412e-bbb3-52a063ef4a82, rgba(0, 0, 0, 0.56)))\"},children:\"Answer\"})}),fonts:[\"GF;Lato-regular\"]}},baseVariant,gestureVariant)})}),Bz7mRCktX&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rthzog\",\"data-framer-name\":\"Advantages wrapper\",layoutDependency:layoutDependency,layoutId:\"Ua9bmm3Fx\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1avbau0\",\"data-framer-name\":\"Advantage\",layoutDependency:layoutDependency,layoutId:\"g5OcJKta5\",style:{opacity:0},transformTemplate:transformTemplate1,variants:{DEAEY6D9G:{opacity:1},pBIvCpv15:{opacity:1}},...addPropertyOverrides({DEAEY6D9G:{transformTemplate:undefined},FS74Kjegy:{transformTemplate:undefined},pBIvCpv15:{transformTemplate:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1j9b32x-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"HV_3Lo3ru-container\",nodeId:\"HV_3Lo3ru\",rendersWithMotion:true,scopeId:\"lt_OP6pZu\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-97521523-0769-4c31-8536-4044e9bb5bba, rgb(185, 158, 144))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"HV_3Lo3ru\",layoutId:\"HV_3Lo3ru\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"light\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-563917f7-788f-412e-bbb3-52a063ef4a82, rgba(0, 0, 0, 0.56)))\"},children:\"Answer\"})}),className:\"framer-1koq18k\",\"data-framer-name\":\"What is your typical project timeline?\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"t_5Ab9vsF\",style:{\"--extracted-r6o4lv\":\"var(--token-563917f7-788f-412e-bbb3-52a063ef4a82, rgba(0, 0, 0, 0.56))\",\"--framer-paragraph-spacing\":\"0px\"},text:N0bLdyw8h,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({DEAEY6D9G:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by1yZWd1bGFy\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-563917f7-788f-412e-bbb3-52a063ef4a82, rgba(0, 0, 0, 0.56)))\"},children:\"Answer\"})}),fonts:[\"GF;Lato-regular\"]}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ruvfkx\",\"data-framer-name\":\"Advantage\",layoutDependency:layoutDependency,layoutId:\"Zum0lO3pd\",style:{opacity:0},transformTemplate:transformTemplate1,variants:{DEAEY6D9G:{opacity:1},pBIvCpv15:{opacity:1}},...addPropertyOverrides({DEAEY6D9G:{transformTemplate:undefined},FS74Kjegy:{transformTemplate:undefined},pBIvCpv15:{transformTemplate:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ggq6bq-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"WMSZWIMk6-container\",nodeId:\"WMSZWIMk6\",rendersWithMotion:true,scopeId:\"lt_OP6pZu\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-97521523-0769-4c31-8536-4044e9bb5bba, rgb(185, 158, 144))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"WMSZWIMk6\",layoutId:\"WMSZWIMk6\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"light\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-563917f7-788f-412e-bbb3-52a063ef4a82, rgba(0, 0, 0, 0.56)))\"},children:\"Answer\"})}),className:\"framer-1svo7iz\",\"data-framer-name\":\"What is your typical project timeline?\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Y6_ME9mqm\",style:{\"--extracted-r6o4lv\":\"var(--token-563917f7-788f-412e-bbb3-52a063ef4a82, rgba(0, 0, 0, 0.56))\",\"--framer-paragraph-spacing\":\"0px\"},text:qjzLotycz,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({DEAEY6D9G:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by1yZWd1bGFy\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-563917f7-788f-412e-bbb3-52a063ef4a82, rgba(0, 0, 0, 0.56)))\"},children:\"Answer\"})}),fonts:[\"GF;Lato-regular\"],text:aKdX0dtaY}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zkaemk\",\"data-framer-name\":\"Advantage\",layoutDependency:layoutDependency,layoutId:\"OyzUhNXCZ\",style:{opacity:0},transformTemplate:transformTemplate1,variants:{DEAEY6D9G:{opacity:1},pBIvCpv15:{opacity:1}},...addPropertyOverrides({DEAEY6D9G:{transformTemplate:undefined},FS74Kjegy:{transformTemplate:undefined},pBIvCpv15:{transformTemplate:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1fbqbzt-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"jp2JWvgtq-container\",nodeId:\"jp2JWvgtq\",rendersWithMotion:true,scopeId:\"lt_OP6pZu\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-97521523-0769-4c31-8536-4044e9bb5bba, rgb(185, 158, 144))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"jp2JWvgtq\",layoutId:\"jp2JWvgtq\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"light\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-563917f7-788f-412e-bbb3-52a063ef4a82, rgba(0, 0, 0, 0.56)))\"},children:\"Answer\"})}),className:\"framer-2jw4iu\",\"data-framer-name\":\"What is your typical project timeline?\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"svMOxmPsZ\",style:{\"--extracted-r6o4lv\":\"var(--token-563917f7-788f-412e-bbb3-52a063ef4a82, rgba(0, 0, 0, 0.56))\",\"--framer-paragraph-spacing\":\"0px\"},text:qjzLotycz,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({DEAEY6D9G:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by1yZWd1bGFy\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-563917f7-788f-412e-bbb3-52a063ef4a82, rgba(0, 0, 0, 0.56)))\"},children:\"Answer\"})}),fonts:[\"GF;Lato-regular\"],text:ZWTXOupXu}},baseVariant,gestureVariant)})]})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Ny6vj.framer-17z8b3v, .framer-Ny6vj .framer-17z8b3v { display: block; }\",\".framer-Ny6vj.framer-19d42m5 { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px 0px 20px 0px; position: relative; width: 1200px; }\",\".framer-Ny6vj .framer-xaylul { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Ny6vj .framer-kvvun8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Ny6vj .framer-rw4n3y { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-Ny6vj .framer-nrowep-container { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-Ny6vj .framer-1031jco { align-content: center; align-items: center; bottom: -100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; left: 0px; max-width: 900px; overflow: visible; padding: 0px; pointer-events: none; position: absolute; width: 100%; z-index: 1; }\",\".framer-Ny6vj .framer-1cb33ed, .framer-Ny6vj .framer-1koq18k, .framer-Ny6vj .framer-1svo7iz, .framer-Ny6vj .framer-2jw4iu { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Ny6vj .framer-1rthzog { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; min-height: 22px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Ny6vj .framer-1avbau0, .framer-Ny6vj .framer-ruvfkx, .framer-Ny6vj .framer-zkaemk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; left: 50%; max-width: 900px; overflow: visible; padding: 0px; pointer-events: none; position: absolute; top: 50%; width: 100%; z-index: 1; }\",\".framer-Ny6vj .framer-1j9b32x-container, .framer-Ny6vj .framer-ggq6bq-container, .framer-Ny6vj .framer-1fbqbzt-container { flex: none; height: 22px; position: relative; width: 22px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Ny6vj.framer-19d42m5, .framer-Ny6vj .framer-xaylul, .framer-Ny6vj .framer-kvvun8, .framer-Ny6vj .framer-1031jco, .framer-Ny6vj .framer-1rthzog, .framer-Ny6vj .framer-1avbau0, .framer-Ny6vj .framer-ruvfkx, .framer-Ny6vj .framer-zkaemk { gap: 0px; } .framer-Ny6vj.framer-19d42m5 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Ny6vj.framer-19d42m5 > :first-child, .framer-Ny6vj .framer-xaylul > :first-child, .framer-Ny6vj .framer-1rthzog > :first-child { margin-top: 0px; } .framer-Ny6vj.framer-19d42m5 > :last-child, .framer-Ny6vj .framer-xaylul > :last-child, .framer-Ny6vj .framer-1rthzog > :last-child { margin-bottom: 0px; } .framer-Ny6vj .framer-xaylul > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-Ny6vj .framer-kvvun8 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-Ny6vj .framer-kvvun8 > :first-child, .framer-Ny6vj .framer-1031jco > :first-child, .framer-Ny6vj .framer-1avbau0 > :first-child, .framer-Ny6vj .framer-ruvfkx > :first-child, .framer-Ny6vj .framer-zkaemk > :first-child { margin-left: 0px; } .framer-Ny6vj .framer-kvvun8 > :last-child, .framer-Ny6vj .framer-1031jco > :last-child, .framer-Ny6vj .framer-1avbau0 > :last-child, .framer-Ny6vj .framer-ruvfkx > :last-child, .framer-Ny6vj .framer-zkaemk > :last-child { margin-right: 0px; } .framer-Ny6vj .framer-1031jco > *, .framer-Ny6vj .framer-1avbau0 > *, .framer-Ny6vj .framer-ruvfkx > *, .framer-Ny6vj .framer-zkaemk > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Ny6vj .framer-1rthzog > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",\".framer-Ny6vj.framer-v-4mw99z .framer-kvvun8 { order: 0; }\",\".framer-Ny6vj.framer-v-4mw99z .framer-1031jco { bottom: unset; left: unset; order: 1; position: relative; }\",\".framer-Ny6vj.framer-v-4mw99z .framer-1rthzog { min-height: unset; order: 2; }\",\".framer-Ny6vj.framer-v-4mw99z .framer-1avbau0, .framer-Ny6vj.framer-v-4mw99z .framer-ruvfkx, .framer-Ny6vj.framer-v-4mw99z .framer-zkaemk { left: unset; position: relative; top: unset; }\",\".framer-Ny6vj.framer-v-mw4mui.framer-19d42m5 { gap: 20px; width: 390px; }\",\".framer-Ny6vj.framer-v-mw4mui .framer-xaylul { gap: 20px; }\",\".framer-Ny6vj.framer-v-mw4mui .framer-rw4n3y, .framer-Ny6vj.framer-v-1kf7n06 .framer-rw4n3y { --framer-text-wrap: balance; }\",\".framer-Ny6vj.framer-v-mw4mui .framer-1031jco { bottom: unset; max-width: unset; top: 102px; width: 94%; }\",\".framer-Ny6vj.framer-v-mw4mui .framer-1avbau0, .framer-Ny6vj.framer-v-mw4mui .framer-ruvfkx, .framer-Ny6vj.framer-v-mw4mui .framer-zkaemk { left: 0px; max-width: unset; top: 102px; width: 94%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Ny6vj.framer-v-mw4mui.framer-19d42m5, .framer-Ny6vj.framer-v-mw4mui .framer-xaylul { gap: 0px; } .framer-Ny6vj.framer-v-mw4mui.framer-19d42m5 > *, .framer-Ny6vj.framer-v-mw4mui .framer-xaylul > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-Ny6vj.framer-v-mw4mui.framer-19d42m5 > :first-child, .framer-Ny6vj.framer-v-mw4mui .framer-xaylul > :first-child { margin-top: 0px; } .framer-Ny6vj.framer-v-mw4mui.framer-19d42m5 > :last-child, .framer-Ny6vj.framer-v-mw4mui .framer-xaylul > :last-child { margin-bottom: 0px; } }\",\".framer-Ny6vj.framer-v-1kf7n06.framer-19d42m5 { gap: 18px; padding: 20px 0px 24px 0px; width: 390px; }\",\".framer-Ny6vj.framer-v-1kf7n06 .framer-xaylul { gap: 12px; }\",\".framer-Ny6vj.framer-v-1kf7n06 .framer-1031jco { bottom: unset; left: unset; max-width: unset; position: relative; width: 94%; }\",\".framer-Ny6vj.framer-v-1kf7n06 .framer-1rthzog { min-height: unset; }\",\".framer-Ny6vj.framer-v-1kf7n06 .framer-1avbau0, .framer-Ny6vj.framer-v-1kf7n06 .framer-ruvfkx, .framer-Ny6vj.framer-v-1kf7n06 .framer-zkaemk { left: unset; max-width: unset; position: relative; top: unset; width: 94%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Ny6vj.framer-v-1kf7n06.framer-19d42m5, .framer-Ny6vj.framer-v-1kf7n06 .framer-xaylul { gap: 0px; } .framer-Ny6vj.framer-v-1kf7n06.framer-19d42m5 > * { margin: 0px; margin-bottom: calc(18px / 2); margin-top: calc(18px / 2); } .framer-Ny6vj.framer-v-1kf7n06.framer-19d42m5 > :first-child, .framer-Ny6vj.framer-v-1kf7n06 .framer-xaylul > :first-child { margin-top: 0px; } .framer-Ny6vj.framer-v-1kf7n06.framer-19d42m5 > :last-child, .framer-Ny6vj.framer-v-1kf7n06 .framer-xaylul > :last-child { margin-bottom: 0px; } .framer-Ny6vj.framer-v-1kf7n06 .framer-xaylul > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }\",'.framer-Ny6vj[data-border=\"true\"]::after, .framer-Ny6vj [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 64\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"DEAEY6D9G\":{\"layout\":[\"fixed\",\"auto\"]},\"FS74Kjegy\":{\"layout\":[\"fixed\",\"auto\"]},\"pBIvCpv15\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"v7GmS5esQ\":\"question\",\"qjzLotycz\":\"answer\",\"Bz7mRCktX\":\"advantages\",\"N0bLdyw8h\":\"aDV1\",\"aKdX0dtaY\":\"aDV2\",\"ZWTXOupXu\":\"aDV3\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerlt_OP6pZu=withCSS(Component,css,\"framer-Ny6vj\");export default Framerlt_OP6pZu;Framerlt_OP6pZu.displayName=\"Elements/Accordion\";Framerlt_OP6pZu.defaultProps={height:64,width:1200};addPropertyControls(Framerlt_OP6pZu,{variant:{options:[\"UsxuANqVL\",\"DEAEY6D9G\",\"FS74Kjegy\",\"pBIvCpv15\"],optionTitles:[\"Desktop\",\"Desktop (Open)\",\"Mobile\",\"Mobile (Open)\"],title:\"Variant\",type:ControlType.Enum},v7GmS5esQ:{defaultValue:\"Question\",displayTextArea:false,title:\"Question\",type:ControlType.String},qjzLotycz:{defaultValue:\"Answer\",displayTextArea:false,title:\"Answer\",type:ControlType.String},Bz7mRCktX:{defaultValue:false,title:\"Advantages\",type:ControlType.Boolean},N0bLdyw8h:{defaultValue:\"Answer\",displayTextArea:false,title:\"ADV 1\",type:ControlType.String},aKdX0dtaY:{defaultValue:\"text\",displayTextArea:false,title:\"ADV 2\",type:ControlType.String},ZWTXOupXu:{defaultValue:\"text\",displayTextArea:false,title:\"ADV 3\",type:ControlType.String}});addFonts(Framerlt_OP6pZu,[{explicitInter:true,fonts:[{family:\"Lato\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHvxw6XweuBCY.woff2\",weight:\"400\"},{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\"}]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerlt_OP6pZu\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"v7GmS5esQ\\\":\\\"question\\\",\\\"qjzLotycz\\\":\\\"answer\\\",\\\"Bz7mRCktX\\\":\\\"advantages\\\",\\\"N0bLdyw8h\\\":\\\"aDV1\\\",\\\"aKdX0dtaY\\\":\\\"aDV2\\\",\\\"ZWTXOupXu\\\":\\\"aDV3\\\"}\",\"framerIntrinsicHeight\":\"64\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"DEAEY6D9G\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FS74Kjegy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"pBIvCpv15\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./lt_OP6pZu.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{ControlType}from\"framer\";export function Message({title,subtitle}){return /*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",backgroundColor:\"rgba(136, 85, 255, 0.1)\",borderRadius:6,border:\"1px dashed rgb(136, 85, 255)\",color:\"rgb(136, 85, 255)\",fontSize:12,padding:24},children:[/*#__PURE__*/_jsx(\"p\",{style:{margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"},children:title}),/*#__PURE__*/_jsx(\"p\",{style:{margin:0,opacity:.7,maxWidth:500,lineHeight:1.5,textAlign:\"center\"},children:subtitle})]});}export function borderProp({color=\"#222\"}){return{type:ControlType.Object,optional:true,controls:{color:{type:ControlType.Color,defaultValue:color},width:{type:ControlType.Padding,defaultValue:\"1px\"},style:{type:ControlType.Enum,defaultValue:\"solid\",options:[\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"Double\"]}}};}export function Border({color,width,style,radius=\"inherit\"}){return /*#__PURE__*/_jsx(\"div\",{style:{position:\"absolute\",inset:0,borderColor:color,borderWidth:width,borderStyle:style,borderRadius:radius,pointerEvents:\"none\"}});}\nexport const __FramerMetadata__ = {\"exports\":{\"borderProp\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Message\":{\"type\":\"reactComponent\",\"name\":\"Message\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"Border\":{\"type\":\"reactComponent\",\"name\":\"Border\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Framestack.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{useState,useRef}from\"react\";import{borderProp,Border}from\"https://framer.com/m/Framestack-SOWL.js@uaBGH0RSxo4YBCxquaGO\";import{motion}from\"framer-motion\";/**\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n * @framerIntrinsicWidth 600\n * @framerIntrinsicHeight 400\n */export default function ImageZoom(props){var _props_image,_props_image1;const{action}=props;const[zoom,setZoom]=useState(false);const[origin,setOrigin]=useState([50,50]);const imgRef=useRef(null);const updateOrigin=e=>{const{left,top,width,height}=imgRef.current.getBoundingClientRect();let x=(e.clientX-left)/width*100;let y=(e.clientY-top)/height*100;x=Math.max(0,Math.min(100,x));y=Math.max(0,Math.min(100,y));setOrigin([x,y]);};const handleMouseEnter=()=>{if(action==\"hover\"){setZoom(true);}};const handleMouseLeave=()=>{if(action==\"hover\"){setZoom(false);}};const handleMouseUp=e=>{if(action==\"press\"){setZoom(false);updateOrigin(e);document.removeEventListener(\"mousemove\",updateOrigin);document.removeEventListener(\"mouseup\",handleMouseUp);}};const handleMouseDown=e=>{if(action==\"press\"){setZoom(true);updateOrigin(e);document.addEventListener(\"mousemove\",updateOrigin);document.addEventListener(\"mouseup\",handleMouseUp);}};const handleMouseMove=e=>{if(zoom&&action==\"hover\"){updateOrigin(e);}};const preventDragHandler=e=>{e.preventDefault();};return /*#__PURE__*/_jsxs(\"div\",{onMouseEnter:handleMouseEnter,onMouseLeave:handleMouseLeave,onMouseDown:handleMouseDown,onMouseUp:handleMouseUp,onMouseMove:handleMouseMove,onDragStart:preventDragHandler,style:{borderRadius:props.radius,boxShadow:props.shadows,overflow:\"hidden\",position:\"relative\",backgroundColor:props.background,...props.style},children:[/*#__PURE__*/_jsx(motion.img,{ref:imgRef,src:(_props_image=props.image)===null||_props_image===void 0?void 0:_props_image.src,alt:(_props_image1=props.image)===null||_props_image1===void 0?void 0:_props_image1.alt,initial:{scale:1},animate:{scale:zoom?props.zoomLevel:1},draggable:\"false\",style:{transformOrigin:`${origin[0]}% ${origin[1]}%`,width:\"100%\",height:\"100%\",objectFit:props.sizing,userSelect:\"none\"},transition:props.transition}),/*#__PURE__*/_jsx(Border,{...props.border,radius:props.radius})]});}ImageZoom.displayName=\"Image Zoom\";addPropertyControls(ImageZoom,{image:{type:ControlType.ResponsiveImage},sizing:{type:ControlType.Enum,defaultValue:\"cover\",options:[\"cover\",\"contain\",\"fill\"],optionTitles:[\"Fill\",\"Fit\",\"Stretch\"]},zoomLevel:{type:ControlType.Number,defaultValue:2,min:1,step:.01,unit:\"x\",title:\"Zoom\"},action:{type:ControlType.Enum,options:[\"hover\",\"press\"],optionTitles:[\"Hover\",\"Press\"],displaySegmentedControl:true,title:\"Zoom On\"},radius:{type:ControlType.BorderRadius},border:borderProp({}),shadows:{type:ControlType.BoxShadow},background:{type:ControlType.Color,optional:true},transition:{type:ControlType.Transition,defaultValue:{type:\"spring\",duration:.5,bounce:0}}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"ImageZoom\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"400\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"600\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ImageZoom.map", "// Generated by Framer (cf4c6d7)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={acmOviXV0:{hover:true}};const serializationHash=\"framer-lacL9\";const variantClassNames={acmOviXV0:\"framer-v-1pugays\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:100,delay:0,mass:3,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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 getProps=({click,height,id,image,width,...props})=>{return{...props,GBi9Swc4q:image??props.GBi9Swc4q,WCgcb3OFQ:click??props.WCgcb3OFQ};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};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{style,className,layoutId,variant,GBi9Swc4q,WCgcb3OFQ,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"acmOviXV0\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1q51xnk=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(WCgcb3OFQ){const res=await WCgcb3OFQ(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);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(scopingClassNames,\"framer-1pugays\",className,classNames),\"data-framer-name\":\"Deselected\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"acmOviXV0\",onTap:onTap1q51xnk,ref:refBinding,style:{backgroundColor:\"var(--token-f10e42bf-0b56-4afa-8288-bed26eff7005, rgb(249, 246, 254))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,opacity:1,...style},variants:{\"acmOviXV0-hover\":{opacity:.5}},...addPropertyOverrides({\"acmOviXV0-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||84)-0-((componentViewport?.height||84)-0)*1)/2)),pixelHeight:1632,pixelWidth:2912,sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(GBi9Swc4q),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1m7l43e\",layoutDependency:layoutDependency,layoutId:\"AezmA1ijZ\"})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-lacL9.framer-kqfolu, .framer-lacL9 .framer-kqfolu { display: block; }\",\".framer-lacL9.framer-1pugays { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 84px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 84px; will-change: var(--framer-will-change-override, transform); }\",\".framer-lacL9 .framer-1m7l43e { flex: none; height: 100%; overflow: hidden; position: relative; width: 100%; z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-lacL9.framer-1pugays { gap: 0px; } .framer-lacL9.framer-1pugays > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-lacL9.framer-1pugays > :first-child { margin-left: 0px; } .framer-lacL9.framer-1pugays > :last-child { margin-right: 0px; } }\",\".framer-lacL9.framer-v-1pugays.hover.framer-1pugays { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 84px); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 84\n * @framerIntrinsicWidth 84\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"mqtT9ZubH\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"GBi9Swc4q\":\"image\",\"WCgcb3OFQ\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameroaYZfotUl=withCSS(Component,css,\"framer-lacL9\");export default FrameroaYZfotUl;FrameroaYZfotUl.displayName=\"Frameship/Gallery Item\";FrameroaYZfotUl.defaultProps={height:84,width:84};addPropertyControls(FrameroaYZfotUl,{GBi9Swc4q:{title:\"Image\",type:ControlType.ResponsiveImage},WCgcb3OFQ:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FrameroaYZfotUl,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameroaYZfotUl\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"84\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"mqtT9ZubH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"GBi9Swc4q\\\":\\\"image\\\",\\\"WCgcb3OFQ\\\":\\\"click\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"84\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./oaYZfotUl.map", "// Generated by Framer (9d598a4)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import ImageZoom from\"https://framerusercontent.com/modules/rWZH40KxoKanPds2Ww0A/gExXoLCxQ1pBgwms8ajg/ImageZoom.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import FrameshipGalleryItem from\"https://framerusercontent.com/modules/ohvNUJS3d2BZaQnhqMqi/tu3yY3zmjyzhfE99orjE/oaYZfotUl.js\";const FrameshipGalleryItemFonts=getFonts(FrameshipGalleryItem);const ImageZoomFonts=getFonts(ImageZoom);const PhosphorFonts=getFonts(Phosphor);const cycleOrder=[\"oUSUqp4JI\",\"gWOC6rQ4D\",\"ZcSCKcxZC\",\"bkuTVGq3S\",\"JeA3mmig5\",\"vBEhMfNpo\"];const serializationHash=\"framer-BdlRL\";const variantClassNames={bkuTVGq3S:\"framer-v-1jc3a8n\",gWOC6rQ4D:\"framer-v-wt96md\",JeA3mmig5:\"framer-v-1lumgxi\",oUSUqp4JI:\"framer-v-1tzrzhf\",vBEhMfNpo:\"framer-v-76dmmj\",ZcSCKcxZC:\"framer-v-1qb7qta\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,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 transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;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={\"Desktop - Image 1\":\"oUSUqp4JI\",\"Desktop - Image 2\":\"gWOC6rQ4D\",\"Desktop - Image 3\":\"ZcSCKcxZC\",\"Mobile - Image 1\":\"bkuTVGq3S\",\"Mobile - Image 2\":\"JeA3mmig5\",\"Mobile - Image 3\":\"vBEhMfNpo\"};const getProps=({height,id,image1,image2,image3,width,...props})=>{return{...props,EpS2iXyo7:image1??props.EpS2iXyo7,P2lnBz26D:image2??props.P2lnBz26D,UEZPwfUqX:image3??props.UEZPwfUqX,variant:humanReadableVariantMap[props.variant]??props.variant??\"oUSUqp4JI\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};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{style,className,layoutId,variant,EpS2iXyo7,P2lnBz26D,UEZPwfUqX,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"oUSUqp4JI\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const WCgcb3OFQkc15wy=activeVariantCallback(async(...args)=>{setVariant(\"oUSUqp4JI\");});const WCgcb3OFQ1s4aa1l=activeVariantCallback(async(...args)=>{setVariant(\"bkuTVGq3S\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1tzrzhf\",className,classNames),\"data-framer-name\":\"Desktop - Image 1\",layoutDependency:layoutDependency,layoutId:\"oUSUqp4JI\",ref:refBinding,style:{...style},...addPropertyOverrides({bkuTVGq3S:{\"data-framer-name\":\"Mobile - Image 1\"},gWOC6rQ4D:{\"data-framer-name\":\"Desktop - Image 2\"},JeA3mmig5:{\"data-framer-name\":\"Mobile - Image 2\"},vBEhMfNpo:{\"data-framer-name\":\"Mobile - Image 3\"},ZcSCKcxZC:{\"data-framer-name\":\"Desktop - Image 3\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-tco624\",\"data-framer-name\":\"Gallery\",layoutDependency:layoutDependency,layoutId:\"m0YKHzOkl\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:84,width:\"84px\",y:(componentViewport?.y||0)+0+0+0,...addPropertyOverrides({bkuTVGq3S:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||708)-0-708)/2+600+24)+0},JeA3mmig5:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||708)-0-708)/2+600+24)+0},vBEhMfNpo:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-708)/2+600+24)+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-133ja5w-container\",layoutDependency:layoutDependency,layoutId:\"ftbKMIIFc-container\",nodeId:\"ftbKMIIFc\",rendersWithMotion:true,scopeId:\"X1wi0AWku\",children:/*#__PURE__*/_jsx(FrameshipGalleryItem,{GBi9Swc4q:toResponsiveImage(EpS2iXyo7),height:\"100%\",id:\"ftbKMIIFc\",layoutId:\"ftbKMIIFc\",style:{height:\"100%\",width:\"100%\"},WCgcb3OFQ:WCgcb3OFQkc15wy,width:\"100%\",...addPropertyOverrides({bkuTVGq3S:{WCgcb3OFQ:undefined},JeA3mmig5:{WCgcb3OFQ:WCgcb3OFQ1s4aa1l},vBEhMfNpo:{WCgcb3OFQ:WCgcb3OFQ1s4aa1l}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nrqbhi\",\"data-framer-name\":\"Image Container\",layoutDependency:layoutDependency,layoutId:\"MHDpoQ55O\",style:{backgroundColor:\"var(--token-f10e42bf-0b56-4afa-8288-bed26eff7005, rgb(249, 246, 254))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-2s5taw-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"XP2cBcW1s-container\",nodeId:\"XP2cBcW1s\",rendersWithMotion:true,scopeId:\"X1wi0AWku\",children:/*#__PURE__*/_jsx(ImageZoom,{action:\"hover\",height:\"100%\",id:\"XP2cBcW1s\",image:toResponsiveImage(EpS2iXyo7),layoutId:\"XP2cBcW1s\",radius:\"16px\",shadows:\"\",sizing:\"contain\",style:{height:\"100%\",width:\"100%\"},transition:{damping:50,delay:0,mass:1,stiffness:300,type:\"spring\"},width:\"100%\",zoomLevel:1.5,...addPropertyOverrides({gWOC6rQ4D:{image:toResponsiveImage(P2lnBz26D)},JeA3mmig5:{image:toResponsiveImage(P2lnBz26D)},vBEhMfNpo:{image:toResponsiveImage(UEZPwfUqX)},ZcSCKcxZC:{image:toResponsiveImage(UEZPwfUqX)}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-napdgt\",\"data-framer-name\":\"TR Inverted Border\",layoutDependency:layoutDependency,layoutId:\"oxqTuLlNH\",style:{backgroundColor:\"var(--token-c7000813-8710-436e-966f-29bf22d4dac7, rgb(247, 246, 242))\",borderBottomLeftRadius:16},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-y6m1yb\",\"data-framer-name\":\"Inverted Border Edge\",layoutDependency:layoutDependency,layoutId:\"O2xBkPMn5\",style:{rotate:90},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1k4d0eo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"twANoga5s\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 0 0 L 0 18 C 0 8.059 8.059 0 18 0 Z\" fill=\"var(--token-c7000813-8710-436e-966f-29bf22d4dac7, rgb(247, 246, 242)) /* {&quot;name&quot;:&quot;Cream Lighter&quot;} */\"></path></svg>',svgContentId:10450162967,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-a8wxtt\",\"data-framer-name\":\"Inverted Border Edge\",layoutDependency:layoutDependency,layoutId:\"FNoJVJkc_\",style:{rotate:90},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-140d2pe\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Mv2uUFTyZ\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 0 0 L 0 18 C 0 8.059 8.059 0 18 0 Z\" fill=\"var(--token-c7000813-8710-436e-966f-29bf22d4dac7, rgb(247, 246, 242)) /* {&quot;name&quot;:&quot;Cream Lighter&quot;} */\"></path></svg>',svgContentId:9385798361,withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12isvki\",layoutDependency:layoutDependency,layoutId:\"KS_mfaRPn\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-16hve6t-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"HybEsAtSc-container\",nodeId:\"HybEsAtSc\",rendersWithMotion:true,scopeId:\"X1wi0AWku\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-2007957d-a074-4c0c-8a33-8d85ed1ba0fd, rgb(0, 0, 0))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Cursor\",id:\"HybEsAtSc\",layoutId:\"HybEsAtSc\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2007957d-a074-4c0c-8a33-8d85ed1ba0fd, rgb(0, 0, 0)))\"},children:\"Survolez pour zoom\"})}),className:\"framer-sxnt1w\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"is_w47PcL\",style:{\"--extracted-r6o4lv\":\"var(--token-2007957d-a074-4c0c-8a33-8d85ed1ba0fd, rgb(0, 0, 0))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-BdlRL.framer-1lpmf9h, .framer-BdlRL .framer-1lpmf9h { display: block; }\",\".framer-BdlRL.framer-1tzrzhf { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 600px; }\",\".framer-BdlRL .framer-tco624 { 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: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-BdlRL .framer-133ja5w-container { flex: none; height: 84px; position: relative; width: 84px; }\",\".framer-BdlRL .framer-nrqbhi { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 492px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-BdlRL .framer-2s5taw-container { flex: none; height: 100%; position: relative; width: 100%; }\",\".framer-BdlRL .framer-napdgt { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 70px); overflow: visible; position: absolute; right: 0px; top: 0px; width: 70px; }\",\".framer-BdlRL .framer-y6m1yb { aspect-ratio: 1 / 1; bottom: -18px; flex: none; height: var(--framer-aspect-ratio-supported, 18px); overflow: hidden; position: absolute; right: 0px; width: 18px; z-index: 1; }\",\".framer-BdlRL .framer-1k4d0eo, .framer-BdlRL .framer-140d2pe { flex: none; height: 18px; left: 0px; position: absolute; top: 0px; width: 18px; }\",\".framer-BdlRL .framer-a8wxtt { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 18px); left: -18px; overflow: hidden; position: absolute; top: 0px; width: 18px; z-index: 1; }\",\".framer-BdlRL .framer-12isvki { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 50%; width: 100%; }\",\".framer-BdlRL .framer-16hve6t-container { flex: none; height: 12px; position: relative; width: 12px; }\",\".framer-BdlRL .framer-sxnt1w { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 60px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-BdlRL.framer-1tzrzhf, .framer-BdlRL .framer-tco624, .framer-BdlRL .framer-nrqbhi, .framer-BdlRL .framer-12isvki { gap: 0px; } .framer-BdlRL.framer-1tzrzhf > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-BdlRL.framer-1tzrzhf > :first-child, .framer-BdlRL .framer-nrqbhi > :first-child { margin-left: 0px; } .framer-BdlRL.framer-1tzrzhf > :last-child, .framer-BdlRL .framer-nrqbhi > :last-child { margin-right: 0px; } .framer-BdlRL .framer-tco624 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-BdlRL .framer-tco624 > :first-child, .framer-BdlRL .framer-12isvki > :first-child { margin-top: 0px; } .framer-BdlRL .framer-tco624 > :last-child, .framer-BdlRL .framer-12isvki > :last-child { margin-bottom: 0px; } .framer-BdlRL .framer-nrqbhi > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-BdlRL .framer-12isvki > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } }\",\".framer-BdlRL.framer-v-1qb7qta .framer-nrqbhi { height: var(--framer-aspect-ratio-supported, 200px); }\",\".framer-BdlRL.framer-v-1jc3a8n.framer-1tzrzhf, .framer-BdlRL.framer-v-1lumgxi.framer-1tzrzhf, .framer-BdlRL.framer-v-76dmmj.framer-1tzrzhf { flex-direction: column; }\",\".framer-BdlRL.framer-v-1jc3a8n .framer-tco624, .framer-BdlRL.framer-v-1lumgxi .framer-tco624, .framer-BdlRL.framer-v-76dmmj .framer-tco624 { flex-direction: row; order: 1; width: 100%; }\",\".framer-BdlRL.framer-v-1jc3a8n .framer-nrqbhi, .framer-BdlRL.framer-v-1lumgxi .framer-nrqbhi { flex: none; height: var(--framer-aspect-ratio-supported, 600px); order: 0; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-BdlRL.framer-v-1jc3a8n.framer-1tzrzhf, .framer-BdlRL.framer-v-1jc3a8n .framer-tco624 { gap: 0px; } .framer-BdlRL.framer-v-1jc3a8n.framer-1tzrzhf > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-BdlRL.framer-v-1jc3a8n.framer-1tzrzhf > :first-child { margin-top: 0px; } .framer-BdlRL.framer-v-1jc3a8n.framer-1tzrzhf > :last-child { margin-bottom: 0px; } .framer-BdlRL.framer-v-1jc3a8n .framer-tco624 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-BdlRL.framer-v-1jc3a8n .framer-tco624 > :first-child { margin-left: 0px; } .framer-BdlRL.framer-v-1jc3a8n .framer-tco624 > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-BdlRL.framer-v-1lumgxi.framer-1tzrzhf, .framer-BdlRL.framer-v-1lumgxi .framer-tco624 { gap: 0px; } .framer-BdlRL.framer-v-1lumgxi.framer-1tzrzhf > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-BdlRL.framer-v-1lumgxi.framer-1tzrzhf > :first-child { margin-top: 0px; } .framer-BdlRL.framer-v-1lumgxi.framer-1tzrzhf > :last-child { margin-bottom: 0px; } .framer-BdlRL.framer-v-1lumgxi .framer-tco624 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-BdlRL.framer-v-1lumgxi .framer-tco624 > :first-child { margin-left: 0px; } .framer-BdlRL.framer-v-1lumgxi .framer-tco624 > :last-child { margin-right: 0px; } }\",\".framer-BdlRL.framer-v-76dmmj .framer-nrqbhi { flex: none; height: var(--framer-aspect-ratio-supported, 200px); order: 0; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-BdlRL.framer-v-76dmmj.framer-1tzrzhf, .framer-BdlRL.framer-v-76dmmj .framer-tco624 { gap: 0px; } .framer-BdlRL.framer-v-76dmmj.framer-1tzrzhf > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-BdlRL.framer-v-76dmmj.framer-1tzrzhf > :first-child { margin-top: 0px; } .framer-BdlRL.framer-v-76dmmj.framer-1tzrzhf > :last-child { margin-bottom: 0px; } .framer-BdlRL.framer-v-76dmmj .framer-tco624 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-BdlRL.framer-v-76dmmj .framer-tco624 > :first-child { margin-left: 0px; } .framer-BdlRL.framer-v-76dmmj .framer-tco624 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 492\n * @framerIntrinsicWidth 600\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"gWOC6rQ4D\":{\"layout\":[\"fixed\",\"auto\"]},\"ZcSCKcxZC\":{\"layout\":[\"fixed\",\"auto\"]},\"bkuTVGq3S\":{\"layout\":[\"fixed\",\"auto\"]},\"JeA3mmig5\":{\"layout\":[\"fixed\",\"auto\"]},\"vBEhMfNpo\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"EpS2iXyo7\":\"image1\",\"P2lnBz26D\":\"image2\",\"UEZPwfUqX\":\"image3\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerX1wi0AWku=withCSS(Component,css,\"framer-BdlRL\");export default FramerX1wi0AWku;FramerX1wi0AWku.displayName=\"Frameship/Image Gallery\";FramerX1wi0AWku.defaultProps={height:492,width:600};addPropertyControls(FramerX1wi0AWku,{variant:{options:[\"oUSUqp4JI\",\"gWOC6rQ4D\",\"ZcSCKcxZC\",\"bkuTVGq3S\",\"JeA3mmig5\",\"vBEhMfNpo\"],optionTitles:[\"Desktop - Image 1\",\"Desktop - Image 2\",\"Desktop - Image 3\",\"Mobile - Image 1\",\"Mobile - Image 2\",\"Mobile - Image 3\"],title:\"Variant\",type:ControlType.Enum},EpS2iXyo7:{title:\"Image 1\",type:ControlType.ResponsiveImage},P2lnBz26D:{title:\"Image 2\",type:ControlType.ResponsiveImage},UEZPwfUqX:{title:\"Image 3\",type:ControlType.ResponsiveImage}});addFonts(FramerX1wi0AWku,[{explicitInter:true,fonts:[{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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]},...FrameshipGalleryItemFonts,...ImageZoomFonts,...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerX1wi0AWku\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gWOC6rQ4D\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ZcSCKcxZC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bkuTVGq3S\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"JeA3mmig5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vBEhMfNpo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"EpS2iXyo7\\\":\\\"image1\\\",\\\"P2lnBz26D\\\":\\\"image2\\\",\\\"UEZPwfUqX\\\":\\\"image3\\\"}\",\"framerIntrinsicWidth\":\"600\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"492\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./X1wi0AWku.map", "// Generated by Framer (ddd30d5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"ySnK6IsC_\",\"XCC1L9SmA\"];const serializationHash=\"framer-cWkos\";const variantClassNames={XCC1L9SmA:\"framer-v-18uydr\",ySnK6IsC_:\"framer-v-1g2203l\"};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 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 humanReadableVariantMap={Close:\"XCC1L9SmA\",Default:\"ySnK6IsC_\"};const getProps=({height,id,tap,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,mNnEtKoz7:tap!==null&&tap!==void 0?tap:props.mNnEtKoz7,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"ySnK6IsC_\"};};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,mNnEtKoz7,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ySnK6IsC_\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1j5npcq=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(mNnEtKoz7){const res=await mNnEtKoz7(...args);if(res===false)return false;}});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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1g2203l\",className,classNames),\"data-framer-name\":\"Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"ySnK6IsC_\",onTap:onTap1j5npcq,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({XCC1L9SmA:{\"data-framer-name\":\"Close\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-lvnygp\",\"data-framer-name\":\"Line 1\",layoutDependency:layoutDependency,layoutId:\"DMsi8vO1O\",style:{backgroundColor:\"var(--token-2007957d-a074-4c0c-8a33-8d85ed1ba0fd, rgb(0, 0, 0))\",borderBottomLeftRadius:7,borderBottomRightRadius:7,borderTopLeftRadius:7,borderTopRightRadius:7,rotate:0},variants:{XCC1L9SmA:{rotate:45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1sxm3ub\",\"data-framer-name\":\"Line 2\",layoutDependency:layoutDependency,layoutId:\"Y7ahG8cPM\",style:{backgroundColor:\"var(--token-2007957d-a074-4c0c-8a33-8d85ed1ba0fd, rgb(0, 0, 0))\",borderBottomLeftRadius:7,borderBottomRightRadius:7,borderTopLeftRadius:7,borderTopRightRadius:7,opacity:1},variants:{XCC1L9SmA:{opacity:0}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1k2pj3p\",\"data-framer-name\":\"Line 3\",layoutDependency:layoutDependency,layoutId:\"pIpxXkm8Z\",style:{backgroundColor:\"var(--token-2007957d-a074-4c0c-8a33-8d85ed1ba0fd, rgb(0, 0, 0))\",borderBottomLeftRadius:7,borderBottomRightRadius:7,borderTopLeftRadius:7,borderTopRightRadius:7,rotate:0},variants:{XCC1L9SmA:{rotate:-45}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-cWkos.framer-1acajty, .framer-cWkos .framer-1acajty { display: block; }\",\".framer-cWkos.framer-1g2203l { cursor: pointer; height: 24px; overflow: hidden; position: relative; width: 24px; }\",\".framer-cWkos .framer-lvnygp { flex: none; height: 2px; left: calc(50.00000000000002% - 17px / 2); overflow: hidden; position: absolute; top: 6px; width: 17px; will-change: var(--framer-will-change-override, transform); }\",\".framer-cWkos .framer-1sxm3ub { flex: none; height: 2px; left: calc(50.00000000000002% - 17px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 2px / 2); width: 17px; will-change: var(--framer-will-change-override, transform); }\",\".framer-cWkos .framer-1k2pj3p { bottom: 6px; flex: none; height: 2px; left: calc(50.00000000000002% - 17px / 2); overflow: hidden; position: absolute; width: 17px; will-change: var(--framer-will-change-override, transform); }\",\".framer-cWkos.framer-v-18uydr .framer-lvnygp { top: calc(51.61290322580647% - 2px / 2); }\",\".framer-cWkos.framer-v-18uydr .framer-1sxm3ub { left: calc(48.38709677419357% - 1px / 2); top: calc(51.61290322580647% - 2px / 2); width: 1px; }\",\".framer-cWkos.framer-v-18uydr .framer-1k2pj3p { bottom: unset; top: calc(51.61290322580647% - 2px / 2); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 24\n * @framerIntrinsicWidth 24\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"XCC1L9SmA\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"mNnEtKoz7\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerI3W0_pq29=withCSS(Component,css,\"framer-cWkos\");export default FramerI3W0_pq29;FramerI3W0_pq29.displayName=\"Navigation/Hamburger\";FramerI3W0_pq29.defaultProps={height:24,width:24};addPropertyControls(FramerI3W0_pq29,{variant:{options:[\"ySnK6IsC_\",\"XCC1L9SmA\"],optionTitles:[\"Default\",\"Close\"],title:\"Variant\",type:ControlType.Enum},mNnEtKoz7:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerI3W0_pq29,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerI3W0_pq29\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"24\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"24\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"mNnEtKoz7\\\":\\\"tap\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"XCC1L9SmA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./I3W0_pq29.map", "// Generated by Framer (f7d95e4)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={pZ_AyqQSL:{hover:true}};const cycleOrder=[\"pZ_AyqQSL\",\"SqdSC6lZU\",\"FzzvfpCl8\"];const serializationHash=\"framer-Ycqpt\";const variantClassNames={FzzvfpCl8:\"framer-v-zcy1ru\",pZ_AyqQSL:\"framer-v-1qzr3fv\",SqdSC6lZU:\"framer-v-t1nhc9\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:100,delay:0,mass:3,stiffness:500,type:\"spring\"};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={Default:\"pZ_AyqQSL\",Mobile:\"FzzvfpCl8\",Selected:\"SqdSC6lZU\"};const getProps=({arrow,bGFill,click,height,hover,hoverFill,id,link,newTab,selectedFill,text,title,width,...props})=>{return{...props,ABmncoIWi:text??props.ABmncoIWi??\"var(--token-2007957d-a074-4c0c-8a33-8d85ed1ba0fd, rgb(0, 0, 0))\",hYoSUJrtV:arrow??props.hYoSUJrtV,iqORz9_ZF:selectedFill??props.iqORz9_ZF??\"rgb(237, 227, 252)\",j4Ks0W1g1:hover??props.j4Ks0W1g1,JSXmcuWKC:bGFill??props.JSXmcuWKC??\"rgba(237, 227, 252, 0)\",KGsff2JX2:hoverFill??props.KGsff2JX2??\"rgb(237, 227, 252)\",l_uXsrugr:newTab??props.l_uXsrugr,pl4X4hAzb:click??props.pl4X4hAzb,qsy89vfHT:link??props.qsy89vfHT,Rm4iGSliJ:title??props.Rm4iGSliJ??\"Mockups\",variant:humanReadableVariantMap[props.variant]??props.variant??\"pZ_AyqQSL\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};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{style,className,layoutId,variant,Rm4iGSliJ,ABmncoIWi,JSXmcuWKC,KGsff2JX2,iqORz9_ZF,qsy89vfHT,l_uXsrugr,hYoSUJrtV,pl4X4hAzb,j4Ks0W1g1,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"pZ_AyqQSL\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapuom7fx=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(pl4X4hAzb){const res=await pl4X4hAzb(...args);if(res===false)return false;}});const onMouseEntera3gt3k=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(j4Ks0W1g1){const res=await j4Ks0W1g1(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:qsy89vfHT,motionChild:true,nodeId:\"pZ_AyqQSL\",openInNewTab:l_uXsrugr,scopeId:\"Ml9xPyGXL\",smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1qzr3fv\",className,classNames)} framer-7qxk6m`,\"data-framer-name\":\"Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"pZ_AyqQSL\",onMouseEnter:onMouseEntera3gt3k,onTap:onTapuom7fx,ref:refBinding,style:{backgroundColor:JSXmcuWKC,borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,...style},variants:{\"pZ_AyqQSL-hover\":{backgroundColor:KGsff2JX2},SqdSC6lZU:{backgroundColor:iqORz9_ZF}},...addPropertyOverrides({\"pZ_AyqQSL-hover\":{\"data-framer-name\":undefined},FzzvfpCl8:{\"data-framer-name\":\"Mobile\"},SqdSC6lZU:{\"data-framer-name\":\"Selected\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-ABmncoIWi-Ml9xPyGXL))\"},children:\"Mockups\"})}),className:\"framer-cbuly1\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"ezw5yUAHK\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-ABmncoIWi-Ml9xPyGXL)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-ABmncoIWi-Ml9xPyGXL\":ABmncoIWi},text:Rm4iGSliJ,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({FzzvfpCl8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by1yZWd1bGFy\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-ABmncoIWi-Ml9xPyGXL))\"},children:\"Mockups\"})}),fonts:[\"GF;Lato-regular\"]}},baseVariant,gestureVariant)}),hYoSUJrtV&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1pvx4r3\",\"data-framer-name\":\"Icon\",fill:\"rgb(0, 0, 0)\",intrinsicHeight:32,intrinsicWidth:32,layoutDependency:layoutDependency,layoutId:\"JYxSuRAkc\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 256 256\"><path d=\"m213.66 101.66-80 80a8 8 0 0 1-11.32 0l-80-80a8 8 0 0 1 11.32-11.32L128 164.69l74.34-74.35a8 8 0 0 1 11.32 11.32Z\"/></svg>',withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Ycqpt.framer-7qxk6m, .framer-Ycqpt .framer-7qxk6m { display: block; }\",\".framer-Ycqpt.framer-1qzr3fv { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: visible; padding: 8px 14px 8px 14px; position: relative; text-decoration: none; width: min-content; }\",\".framer-Ycqpt .framer-cbuly1 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Ycqpt .framer-1pvx4r3 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); position: relative; width: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Ycqpt.framer-1qzr3fv { gap: 0px; } .framer-Ycqpt.framer-1qzr3fv > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-Ycqpt.framer-1qzr3fv > :first-child { margin-left: 0px; } .framer-Ycqpt.framer-1qzr3fv > :last-child { margin-right: 0px; } }\",\".framer-Ycqpt.framer-v-zcy1ru.framer-1qzr3fv { justify-content: flex-start; padding: 4px 0px 4px 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 37\n * @framerIntrinsicWidth 86\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"SqdSC6lZU\":{\"layout\":[\"auto\",\"auto\"]},\"FzzvfpCl8\":{\"layout\":[\"auto\",\"auto\"]},\"qZEu5j2Gk\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"Rm4iGSliJ\":\"title\",\"ABmncoIWi\":\"text\",\"JSXmcuWKC\":\"bGFill\",\"KGsff2JX2\":\"hoverFill\",\"iqORz9_ZF\":\"selectedFill\",\"qsy89vfHT\":\"link\",\"l_uXsrugr\":\"newTab\",\"hYoSUJrtV\":\"arrow\",\"pl4X4hAzb\":\"click\",\"j4Ks0W1g1\":\"hover\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerMl9xPyGXL=withCSS(Component,css,\"framer-Ycqpt\");export default FramerMl9xPyGXL;FramerMl9xPyGXL.displayName=\"Navigation/Link 2\";FramerMl9xPyGXL.defaultProps={height:37,width:86};addPropertyControls(FramerMl9xPyGXL,{variant:{options:[\"pZ_AyqQSL\",\"SqdSC6lZU\",\"FzzvfpCl8\"],optionTitles:[\"Default\",\"Selected\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},Rm4iGSliJ:{defaultValue:\"Mockups\",displayTextArea:false,title:\"Title\",type:ControlType.String},ABmncoIWi:{defaultValue:\"var(--token-2007957d-a074-4c0c-8a33-8d85ed1ba0fd, rgb(0, 0, 0))\",title:\"Text\",type:ControlType.Color},JSXmcuWKC:{defaultValue:\"rgba(237, 227, 252, 0)\",title:\"BG Fill\",type:ControlType.Color},KGsff2JX2:{defaultValue:\"rgb(237, 227, 252)\",title:\"Hover Fill\",type:ControlType.Color},iqORz9_ZF:{defaultValue:\"rgb(237, 227, 252)\",title:\"Selected Fill\",type:ControlType.Color},qsy89vfHT:{title:\"Link\",type:ControlType.Link},l_uXsrugr:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean},hYoSUJrtV:{defaultValue:false,title:\"Arrow\",type:ControlType.Boolean},pl4X4hAzb:{title:\"Click\",type:ControlType.EventHandler},j4Ks0W1g1:{title:\"Hover\",type:ControlType.EventHandler}});addFonts(FramerMl9xPyGXL,[{explicitInter:true,fonts:[{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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{family:\"Lato\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHvxw6XweuBCY.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerMl9xPyGXL\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"Rm4iGSliJ\\\":\\\"title\\\",\\\"ABmncoIWi\\\":\\\"text\\\",\\\"JSXmcuWKC\\\":\\\"bGFill\\\",\\\"KGsff2JX2\\\":\\\"hoverFill\\\",\\\"iqORz9_ZF\\\":\\\"selectedFill\\\",\\\"qsy89vfHT\\\":\\\"link\\\",\\\"l_uXsrugr\\\":\\\"newTab\\\",\\\"hYoSUJrtV\\\":\\\"arrow\\\",\\\"pl4X4hAzb\\\":\\\"click\\\",\\\"j4Ks0W1g1\\\":\\\"hover\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"SqdSC6lZU\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"FzzvfpCl8\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"qZEu5j2Gk\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"86\",\"framerIntrinsicHeight\":\"37\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ml9xPyGXL.map", "// Generated by Framer (d0dedfe)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,Link,ResolveLinks,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import NavigationHamburger from\"https://framerusercontent.com/modules/sHp9mInh743rHptodHms/VO1wAS97XrFfbUYH3d5d/I3W0_pq29.js\";import NavigationLink2 from\"https://framerusercontent.com/modules/kdksiyu1PPuVN8jzXeoT/bGP28jTRl7bUymKIxlV9/Ml9xPyGXL.js\";import FrameshipCart from\"https://framerusercontent.com/modules/zIgCMxkCYG8I1bfkAEe1/LjqnnukSn8ljBPEts9HY/yvmnrmtsD.js\";const FrameshipCartFonts=getFonts(FrameshipCart);const NavigationHamburgerFonts=getFonts(NavigationHamburger);const NavigationLink2Fonts=getFonts(NavigationLink2);const cycleOrder=[\"Lz1a2BbPA\",\"paw8SJqls\"];const serializationHash=\"framer-L3AFL\";const variantClassNames={Lz1a2BbPA:\"framer-v-1sa078z\",paw8SJqls:\"framer-v-1pqg38\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:100,delay:0,mass:3,stiffness:500,type:\"spring\"};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={\"Mobile (Closed)\":\"Lz1a2BbPA\",\"Mobile (Open)\":\"paw8SJqls\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"Lz1a2BbPA\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};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{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Lz1a2BbPA\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const zaPtc45oB1jcsub8=activeVariantCallback(async(...args)=>{setVariant(\"o8lJm_fQS\");});const mNnEtKoz713y10jn=activeVariantCallback(async(...args)=>{setVariant(\"paw8SJqls\");});const mNnEtKoz76azkgj=activeVariantCallback(async(...args)=>{setVariant(\"Lz1a2BbPA\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"paw8SJqls\")return true;return false;};const router=useRouter();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.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1sa078z\",className,classNames),\"data-framer-name\":\"Mobile (Closed)\",layoutDependency:layoutDependency,layoutId:\"Lz1a2BbPA\",ref:refBinding,style:{backgroundColor:\"rgb(249, 246, 254)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.16), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.06)\",...style},variants:{paw8SJqls:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:0,borderTopRightRadius:0}},...addPropertyOverrides({paw8SJqls:{\"data-framer-name\":\"Mobile (Open)\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-p6qds3\",\"data-framer-name\":\"Navigation\",layoutDependency:layoutDependency,layoutId:\"x7P6kBioX\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-t8yez3\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"EIxEnFEzH\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Xx1PHin3b\"},motionChild:true,nodeId:\"g4vRpTNy_\",openInNewTab:false,scopeId:\"ZQqGdBMVR\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+12+0+0+0+1),pixelHeight:118,pixelWidth:482,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/H0Rf3eBxC9YIiNNDxjHlecMIk.svg\"},className:\"framer-1cbio4 framer-1plscu1\",layoutDependency:layoutDependency,layoutId:\"g4vRpTNy_\"})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4er9hb\",\"data-framer-name\":\"Menu\",layoutDependency:layoutDependency,layoutId:\"N00UEpdx7\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1k7qic4\",\"data-framer-name\":\"Icons\",layoutDependency:layoutDependency,layoutId:\"zrpi_4lUW\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,y:(componentViewport?.y||0)+12+0+0+0+0+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-113ybht-container\",layoutDependency:layoutDependency,layoutId:\"z2IIw6nAY-container\",nodeId:\"z2IIw6nAY\",rendersWithMotion:true,scopeId:\"ZQqGdBMVR\",children:/*#__PURE__*/_jsx(FrameshipCart,{height:\"100%\",id:\"z2IIw6nAY\",layoutId:\"z2IIw6nAY\",width:\"100%\",zaPtc45oB:zaPtc45oB1jcsub8})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:\"24px\",y:(componentViewport?.y||0)+12+0+0+0+0+4,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ntakdd-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"g25SEnzBD-container\",nodeId:\"g25SEnzBD\",rendersWithMotion:true,scopeId:\"ZQqGdBMVR\",children:/*#__PURE__*/_jsx(NavigationHamburger,{height:\"100%\",id:\"g25SEnzBD\",layoutId:\"g25SEnzBD\",mNnEtKoz7:mNnEtKoz713y10jn,style:{height:\"100%\",width:\"100%\"},variant:\"ySnK6IsC_\",width:\"100%\",...addPropertyOverrides({paw8SJqls:{mNnEtKoz7:mNnEtKoz76azkgj,variant:\"XCC1L9SmA\"}},baseVariant,gestureVariant)})})})]})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wkv437\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"EFkfu8KT8\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"F4djYEkqd\"},implicitPathVariables:undefined},{href:{webPageId:\"F4djYEkqd\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:37,...addPropertyOverrides({paw8SJqls:{y:(componentViewport?.y||0)+12+0+0+56+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-5riyls-container\",layoutDependency:layoutDependency,layoutId:\"UCv4dN3VO-container\",nodeId:\"UCv4dN3VO\",rendersWithMotion:true,scopeId:\"ZQqGdBMVR\",children:/*#__PURE__*/_jsx(NavigationLink2,{ABmncoIWi:\"var(--token-2007957d-a074-4c0c-8a33-8d85ed1ba0fd, rgb(0, 0, 0))\",height:\"100%\",hYoSUJrtV:false,id:\"UCv4dN3VO\",iqORz9_ZF:\"rgb(237, 227, 252)\",JSXmcuWKC:\"rgba(237, 227, 252, 0)\",KGsff2JX2:\"rgb(237, 227, 252)\",l_uXsrugr:false,layoutId:\"UCv4dN3VO\",qsy89vfHT:resolvedLinks[0],Rm4iGSliJ:\"Boutique\",variant:\"FzzvfpCl8\",width:\"100%\",...addPropertyOverrides({paw8SJqls:{qsy89vfHT:resolvedLinks[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"F4djYEkqd\"},implicitPathVariables:undefined},{href:{webPageId:\"F4djYEkqd\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:37,...addPropertyOverrides({paw8SJqls:{y:(componentViewport?.y||0)+12+0+0+56+0+41}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1xaiqyl-container\",layoutDependency:layoutDependency,layoutId:\"b_cXzLMT0-container\",nodeId:\"b_cXzLMT0\",rendersWithMotion:true,scopeId:\"ZQqGdBMVR\",children:/*#__PURE__*/_jsx(NavigationLink2,{ABmncoIWi:\"var(--token-2007957d-a074-4c0c-8a33-8d85ed1ba0fd, rgb(0, 0, 0))\",height:\"100%\",hYoSUJrtV:false,id:\"b_cXzLMT0\",iqORz9_ZF:\"rgb(237, 227, 252)\",JSXmcuWKC:\"rgba(237, 227, 252, 0)\",KGsff2JX2:\"rgb(237, 227, 252)\",l_uXsrugr:false,layoutId:\"b_cXzLMT0\",qsy89vfHT:resolvedLinks1[0],Rm4iGSliJ:\"Cat\\xe9gories\",variant:\"FzzvfpCl8\",width:\"100%\",...addPropertyOverrides({paw8SJqls:{qsy89vfHT:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-L3AFL.framer-1plscu1, .framer-L3AFL .framer-1plscu1 { display: block; }\",\".framer-L3AFL.framer-1sa078z { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 12px 24px 12px 24px; position: relative; width: 390px; }\",\".framer-L3AFL .framer-p6qds3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-L3AFL .framer-t8yez3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-L3AFL .framer-1cbio4 { aspect-ratio: 3.533333333333333 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 30px); overflow: hidden; position: relative; text-decoration: none; width: 106px; }\",\".framer-L3AFL .framer-4er9hb { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-L3AFL .framer-1k7qic4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-L3AFL .framer-113ybht-container, .framer-L3AFL .framer-5riyls-container, .framer-L3AFL .framer-1xaiqyl-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-L3AFL .framer-ntakdd-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-L3AFL .framer-1wkv437 { 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%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-L3AFL.framer-1sa078z, .framer-L3AFL .framer-p6qds3, .framer-L3AFL .framer-4er9hb, .framer-L3AFL .framer-1k7qic4, .framer-L3AFL .framer-1wkv437 { gap: 0px; } .framer-L3AFL.framer-1sa078z > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-L3AFL.framer-1sa078z > :first-child, .framer-L3AFL .framer-p6qds3 > :first-child, .framer-L3AFL .framer-1wkv437 > :first-child { margin-top: 0px; } .framer-L3AFL.framer-1sa078z > :last-child, .framer-L3AFL .framer-p6qds3 > :last-child, .framer-L3AFL .framer-1wkv437 > :last-child { margin-bottom: 0px; } .framer-L3AFL .framer-p6qds3 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-L3AFL .framer-4er9hb > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-L3AFL .framer-4er9hb > :first-child, .framer-L3AFL .framer-1k7qic4 > :first-child { margin-left: 0px; } .framer-L3AFL .framer-4er9hb > :last-child, .framer-L3AFL .framer-1k7qic4 > :last-child { margin-right: 0px; } .framer-L3AFL .framer-1k7qic4 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-L3AFL .framer-1wkv437 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 56\n * @framerIntrinsicWidth 390\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"paw8SJqls\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerZQqGdBMVR=withCSS(Component,css,\"framer-L3AFL\");export default FramerZQqGdBMVR;FramerZQqGdBMVR.displayName=\"Navigation/Mobile Navigation\";FramerZQqGdBMVR.defaultProps={height:56,width:390};addPropertyControls(FramerZQqGdBMVR,{variant:{options:[\"Lz1a2BbPA\",\"paw8SJqls\"],optionTitles:[\"Mobile (Closed)\",\"Mobile (Open)\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerZQqGdBMVR,[{explicitInter:true,fonts:[]},...FrameshipCartFonts,...NavigationHamburgerFonts,...NavigationLink2Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZQqGdBMVR\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"390\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"paw8SJqls\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"56\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (d0dedfe)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Lato-regular\",\"GF;Lato-700\",\"GF;Lato-700italic\",\"GF;Lato-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Lato\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHvxw6XweuBCY.woff2\",weight:\"400\"},{family:\"Lato\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVewqFGC_p9dw.woff2\",weight:\"700\"},{family:\"Lato\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI5wqPGQ3s5dwt7w.woff2\",weight:\"700\"},{family:\"Lato\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHjxswXiWrFCbw7A.woff2\",weight:\"400\"}]}];export const css=['.framer-u5GHy .framer-styles-preset-x9bm1c:not(.rich-text-wrapper), .framer-u5GHy .framer-styles-preset-x9bm1c.rich-text-wrapper p { --framer-font-family: \"Lato\", \"Lato Placeholder\", sans-serif; --framer-font-family-bold: \"Lato\", \"Lato Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Lato\", \"Lato Placeholder\", sans-serif; --framer-font-family-italic: \"Lato\", \"Lato Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 24px; --framer-text-alignment: left; --framer-text-color: var(--token-7bb5ddc8-62ad-4a72-ba39-05ee983666d0, #181d30); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-u5GHy\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (d0dedfe)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;IvyOra Display Medium\",\"Inter-Black\",\"Inter-BlackItalic\",\"Inter-BoldItalic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"IvyOra Display Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/esEgKfF1krMj58So65QPNE3hO9M.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/mkY5Sgyq51ik0AMrSBwhm9DJg.woff2\",weight:\"900\"},{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/X5hj6qzcHUYv7h1390c8Rhm6550.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/gQhNpS3tN86g8RcVKYUUaKt2oMQ.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cugnVhSraaRyANCaUtI5FV17wk.woff2\",weight:\"900\"},{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/5HcVoGak8k5agFJSaKa4floXVu0.woff2\",weight:\"900\"},{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/jn4BtSPLlS0NDp1KiFAtFKiiY0o.woff2\",weight:\"900\"},{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/P2Bw01CtL0b9wqygO0sSVogWbo.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/05KsVHGDmqXSBXM4yRZ65P8i0s.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/ky8ovPukK4dJ1Pxq74qGhOqCYI.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/vvNSqIj42qeQ2bvCRBIWKHscrc.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/3ZmXbBKToJifDV9gwcifVd1tEY.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/FNfhX3dt4ChuLJq2PwdlxHO7PU.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/g0c8vEViiXNlKAgI4Ymmk3Ig.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/efTfQcBJ53kM2pB1hezSZ3RDUFs.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"}]}];export const css=['.framer-1z6ja .framer-styles-preset-iszxt:not(.rich-text-wrapper), .framer-1z6ja .framer-styles-preset-iszxt.rich-text-wrapper h2 { --framer-font-family: \"IvyOra Display Medium\", \"IvyOra Display Medium Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 36px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0em; --framer-line-height: 1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-7bb5ddc8-62ad-4a72-ba39-05ee983666d0, #181d30); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: capitalize; }'];export const className=\"framer-1z6ja\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (d0dedfe)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,NotFoundError,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,SVG,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useQueryData,useRouter,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import BuyNowButton from\"https://framerusercontent.com/modules/0xkiWjwekn87OErRIyqu/xsInsqgtzs1G4HbLaccd/BuyNowButton.js\";import FrameshipShopify from\"https://framerusercontent.com/modules/1kPVCHEEg0BrtObiM14s/rN5yWXt4zxCjS0WXq3nL/Frameship.js\";import ButtonsButton from\"https://framerusercontent.com/modules/5Xqtwv2AR8DnHZYLEHma/Nl3lDftodLDJLxueYpJa/OhRJHg5gH.js\";import QuantityInput from\"https://framerusercontent.com/modules/6m3bYVdQqi1oLEe0M7tX/xDHca9f9woe879pY8GpI/QuantityInput.js\";import VariantButtons from\"https://framerusercontent.com/modules/tGueMWfVDCEvfQtSlUrd/E4UMmL6ZvbiMQ7BsPmgW/VariantButtons.js\";import AddToCartButton from\"https://framerusercontent.com/modules/xIS6qWCTGkDJXuKuDYIj/XZDWnR5jbLYrsJn2PhZy/AddToCartButton.js\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/CzcVr5U1VFk6uNcyYvJq/SmoothScroll_Prod.js\";import CardsProducts from\"#framer/local/canvasComponent/ajAUX6DRx/ajAUX6DRx.js\";import ElementsAccordion from\"#framer/local/canvasComponent/lt_OP6pZu/lt_OP6pZu.js\";import BoutiqueNavbar from\"#framer/local/canvasComponent/NZkcPIJGc/NZkcPIJGc.js\";import FooterFooter2 from\"#framer/local/canvasComponent/tTe5Vlt7K/tTe5Vlt7K.js\";import FrameshipImageGallery from\"#framer/local/canvasComponent/X1wi0AWku/X1wi0AWku.js\";import NavigationMobileNavigation from\"#framer/local/canvasComponent/ZQqGdBMVR/ZQqGdBMVR.js\";import Boutique from\"#framer/local/collection/DQawSyO7S/DQawSyO7S.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle6 from\"#framer/local/css/BMwNJc9Iw/BMwNJc9Iw.js\";import*as sharedStyle8 from\"#framer/local/css/faVvWOaKf/faVvWOaKf.js\";import*as sharedStyle4 from\"#framer/local/css/gGRK6Kk64/gGRK6Kk64.js\";import*as sharedStyle1 from\"#framer/local/css/IcDjqmmYA/IcDjqmmYA.js\";import*as sharedStyle5 from\"#framer/local/css/jXzXsMqdG/jXzXsMqdG.js\";import*as sharedStyle7 from\"#framer/local/css/MdDYTB70Q/MdDYTB70Q.js\";import*as sharedStyle10 from\"#framer/local/css/MRovQCcaf/MRovQCcaf.js\";import*as sharedStyle3 from\"#framer/local/css/OeNDWs9r4/OeNDWs9r4.js\";import*as sharedStyle9 from\"#framer/local/css/pX8sFtNbv/pX8sFtNbv.js\";import*as sharedStyle from\"#framer/local/css/q6lgqfRZj/q6lgqfRZj.js\";import*as sharedStyle2 from\"#framer/local/css/XLQrp0htr/XLQrp0htr.js\";import metadataProvider from\"#framer/local/webPageMetadata/PTCIvNTJw/PTCIvNTJw.js\";const NavigationMobileNavigationFonts=getFonts(NavigationMobileNavigation);const FrameshipShopifyFonts=getFonts(FrameshipShopify);const FrameshipImageGalleryFonts=getFonts(FrameshipImageGallery);const VariantButtonsFonts=getFonts(VariantButtons);const AddToCartButtonFonts=getFonts(AddToCartButton);const QuantityInputFonts=getFonts(QuantityInput);const BuyNowButtonFonts=getFonts(BuyNowButton);const ElementsAccordionFonts=getFonts(ElementsAccordion);const ButtonsButtonFonts=getFonts(ButtonsButton);const ContainerWithFX=withFX(Container);const CardsProductsFonts=getFonts(CardsProducts);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const FooterFooter2Fonts=getFonts(FooterFooter2);const SmoothScrollFonts=getFonts(SmoothScroll);const BoutiqueNavbarFonts=getFonts(BoutiqueNavbar);const breakpoints={J1S5ISRvC:\"(min-width: 810px) and (max-width: 1199px)\",Py9uhSJu9:\"(max-width: 809px)\",swo00G9VT:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-G2lJI\";const variantClassNames={J1S5ISRvC:\"framer-v-s99x38\",Py9uhSJu9:\"framer-v-mp9a5d\",swo00G9VT:\"framer-v-1p18ftz\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const numberToString=(value,options={},activeLocale)=>{const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;const{useGrouping,notation,compactDisplay,style,currency,currencyDisplay,unit,unitDisplay,minimumFractionDigits,maximumFractionDigits,minimumIntegerDigits}=options;const formatOptions={useGrouping,notation,compactDisplay,style,currency,currencyDisplay,unit,unitDisplay,minimumFractionDigits,maximumFractionDigits,minimumIntegerDigits};const number=Number(value);try{return number.toLocaleString(locale,formatOptions);}catch{try{return number.toLocaleString(fallbackLocale,formatOptions);}catch{return number.toLocaleString();}}};const prefix=(value,prefix)=>{if(typeof value===\"string\"&&typeof prefix===\"string\"){return prefix+value;}else if(typeof value===\"string\"){return value;}else if(typeof prefix===\"string\"){return prefix;}return\"\";};const equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const negate=value=>{return!value;};const animation={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:4};const transition1={delay:.01,duration:.9,ease:[.44,0,.13,.96],type:\"tween\"};const textEffect={effect:animation,repeat:false,startDelay:0,threshold:.5,tokenization:\"character\",transition:transition1,trigger:\"onInView\",type:\"appear\"};const textEffect1={effect:animation,repeat:false,startDelay:.1,threshold:.5,tokenization:\"character\",transition:transition1,trigger:\"onInView\",type:\"appear\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:48};const transition2={damping:20,delay:0,mass:2,stiffness:120,type:\"spring\"};const transition3={damping:20,delay:.2,mass:2,stiffness:120,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:48};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"swo00G9VT\",Phone:\"Py9uhSJu9\",Tablet:\"J1S5ISRvC\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"swo00G9VT\"};};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:\"PTCIvNTJw\",data:Boutique,type:\"Collection\"},select:[{collection:\"PTCIvNTJw\",name:\"xkbbTLBJo\",type:\"Identifier\"},{collection:\"PTCIvNTJw\",name:\"ywHCffRZ4\",type:\"Identifier\"},{collection:\"PTCIvNTJw\",name:\"cXeJmvvZQ\",type:\"Identifier\"},{collection:\"PTCIvNTJw\",name:\"siPWLaJ17\",type:\"Identifier\"},{collection:\"PTCIvNTJw\",name:\"sxtZjw3_6\",type:\"Identifier\"},{collection:\"PTCIvNTJw\",name:\"pbY7DyWK3\",type:\"Identifier\"},{collection:\"PTCIvNTJw\",name:\"FQFbqYhM6\",type:\"Identifier\"},{collection:\"PTCIvNTJw\",name:\"t_ufv89De\",type:\"Identifier\"},{collection:\"PTCIvNTJw\",name:\"FiSgoY_vg\",type:\"Identifier\"},{collection:\"PTCIvNTJw\",name:\"b8xVnJEGq\",type:\"Identifier\"},{collection:\"PTCIvNTJw\",name:\"oU9wWrgnU\",type:\"Identifier\"},{collection:\"PTCIvNTJw\",name:\"aFqLG6gwS\",type:\"Identifier\"},{collection:\"PTCIvNTJw\",name:\"ZdTGGt039\",type:\"Identifier\"},{collection:\"PTCIvNTJw\",name:\"p_I6HCOI8\",type:\"Identifier\"},{collection:\"PTCIvNTJw\",name:\"XKiBx0Xa3\",type:\"Identifier\"},{collection:\"PTCIvNTJw\",name:\"CrxKoYgMs\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"PTCIvNTJw\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,t_ufv89De=getFromCurrentRouteData(\"t_ufv89De\"),FiSgoY_vg=getFromCurrentRouteData(\"FiSgoY_vg\"),xkbbTLBJo=getFromCurrentRouteData(\"xkbbTLBJo\")??\"\",b8xVnJEGq=getFromCurrentRouteData(\"b8xVnJEGq\")??0,oU9wWrgnU=getFromCurrentRouteData(\"oU9wWrgnU\")??0,p_I6HCOI8=getFromCurrentRouteData(\"p_I6HCOI8\")??\"\",FQFbqYhM6=getFromCurrentRouteData(\"FQFbqYhM6\")??\"\",CrxKoYgMs=getFromCurrentRouteData(\"CrxKoYgMs\")??\"\",XKiBx0Xa3=getFromCurrentRouteData(\"XKiBx0Xa3\")??\"\",ywHCffRZ4=getFromCurrentRouteData(\"ywHCffRZ4\")??\"\",cXeJmvvZQ=getFromCurrentRouteData(\"cXeJmvvZQ\")??\"\",siPWLaJ17=getFromCurrentRouteData(\"siPWLaJ17\")??\"\",sxtZjw3_6=getFromCurrentRouteData(\"sxtZjw3_6\")??\"\",pbY7DyWK3=getFromCurrentRouteData(\"pbY7DyWK3\")??\"\",t_ufv89Desra4sdSpN,xkbbTLBJosra4sdSpN,kLRUawkfcsra4sdSpN,p_I6HCOI8sra4sdSpN,b8xVnJEGqsra4sdSpN,idsra4sdSpN,aFqLG6gwS=getFromCurrentRouteData(\"aFqLG6gwS\"),...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 sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"Py9uhSJu9\")return true;return false;};const activeLocaleCode=useLocaleCode();const textContent=prefix(numberToString(b8xVnJEGq,{compactDisplay:\"short\",currency:\"CAD\",currencyDisplay:\"symbol\",locale:\"\",notation:\"compact\",style:\"currency\",useGrouping:true},activeLocaleCode),\"\");const visible=negate(equals(oU9wWrgnU,0));const textContent1=prefix(numberToString(oU9wWrgnU,{currency:\"USD\",currencyDisplay:\"symbol\",locale:\"\",notation:\"standard\",style:\"currency\"},activeLocaleCode),\"USD \");const router=useRouter();const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"Py9uhSJu9\")return false;return true;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"swo00G9VT\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-f5b2dca0-c531-4796-8f10-7a33500a6af8, rgb(247, 246, 242)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1p18ftz\",className),ref:refBinding,style:{...style},children:[isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Py9uhSJu9:{height:56,width:\"93.8462vw\",y:21}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-pz36x7-container hidden-1p18ftz hidden-s99x38\",layoutScroll:true,nodeId:\"CnE7TKObS\",scopeId:\"PTCIvNTJw\",children:/*#__PURE__*/_jsx(NavigationMobileNavigation,{height:\"100%\",id:\"CnE7TKObS\",layoutId:\"CnE7TKObS\",style:{width:\"100%\"},variant:\"Lz1a2BbPA\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-7w899t-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"zK_CpkSOk\",scopeId:\"PTCIvNTJw\",children:/*#__PURE__*/_jsx(FrameshipShopify,{frameshipData:\"9WPpjSzYlIJouWaMhtwZ3twZ40FMw5JLlI3pmSJMl1PMykJnuEKMx9lY6ZUp0EUnvbwVxWPYv02ow5lLxIJqkyzock2Lhp3q39lY6ZUp0EUnvbwVwWPYvtwL1HwAwEwZwymA3LQZ5ZwMkRJAjLmAmDzAkVQMlD2ZvbwVvWPYv02ow5FrzyTpiu2p51zY6yGY1uQZd5zpvbwVuWlr\",height:\"100%\",id:\"zK_CpkSOk\",layoutId:\"zK_CpkSOk\",note:\"IMPORTANT\",productionDomain:\"\",shopifyAccessToken:\"\",shopUrl:\"\",stagingDomain:\"\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fqjszo\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1sbcxnw\",\"data-framer-name\":\"Product\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-j97gu2\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-33p3l9\",\"data-framer-name\":\"Images\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J1S5ISRvC:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1440px)`},Py9uhSJu9:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1440px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:492,width:`calc(min(${componentViewport?.width||\"100vw\"} - 48px, 1440px) * 0.5998)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1a6cxgs-container\",nodeId:\"MX4dKFqzB\",scopeId:\"PTCIvNTJw\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Py9uhSJu9:{variant:\"bkuTVGq3S\"}},children:/*#__PURE__*/_jsx(FrameshipImageGallery,{EpS2iXyo7:toResponsiveImage(t_ufv89De),height:\"100%\",id:\"MX4dKFqzB\",layoutId:\"MX4dKFqzB\",P2lnBz26D:toResponsiveImage(FiSgoY_vg),style:{width:\"100%\"},UEZPwfUqX:toResponsiveImage(t_ufv89De),variant:\"oUSUqp4JI\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rel9yj\",\"data-framer-name\":\"Metadata\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sfujwl\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-va0dm8\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tpq407\",\"data-framer-name\":\"Name & Price\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-iszxt\",\"data-styles-preset\":\"q6lgqfRZj\",children:\"Cr\\xe8me intensive yeux\"})}),className:\"framer-zk3eqn\",fonts:[\"Inter\"],text:xkbbTLBJo,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-151v7o1\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-mc3xzb\",\"data-framer-name\":\"Price\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by1yZWd1bGFy\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--token-9b604c00-9864-4aa2-b28d-da8c5e63e90c, rgb(255, 255, 255))\"},children:\"CA$60\"})}),className:\"framer-1qp7ixv\",fonts:[\"GF;Lato-regular\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})}),visible&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--token-35b8fb67-c62a-4600-9f71-4b80c98bebea, rgb(152, 162, 179))\",\"--framer-text-decoration\":\"line-through\"},children:\"USD $49.99\"})}),className:\"framer-1x7471y\",fonts:[\"Inter-Medium\"],text:textContent1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J1S5ISRvC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by1yZWd1bGFy\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.06em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--token-2007957d-a074-4c0c-8a33-8d85ed1ba0fd, rgb(0, 0, 0))\",\"--framer-text-transform\":\"uppercase\"},children:\"Zo Skin Health\"})})},Py9uhSJu9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by1yZWd1bGFy\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.06em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--token-2007957d-a074-4c0c-8a33-8d85ed1ba0fd, rgb(0, 0, 0))\",\"--framer-text-transform\":\"uppercase\"},children:\"Zo Skin Health\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by1yZWd1bGFy\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.06em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--token-7bb5ddc8-62ad-4a72-ba39-05ee983666d0, rgb(24, 29, 48))\",\"--framer-text-transform\":\"uppercase\"},children:\"Zo Skin Health\"})}),className:\"framer-w3r1h3\",fonts:[\"GF;Lato-regular\"],text:p_I6HCOI8,verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"YWPRmsglr\"],\"module:pVk4QsoHxASnVtUBp6jr/F3DAaPbkrr19izpZS3jO/CodeBlock.js:default\":componentPresets.props[\"aWZdBlULs\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:FQFbqYhM6,className:\"framer-wdkygy\",\"data-framer-name\":\"Content\",fonts:[\"GF;Lato-regular\"],stylesPresetsClassNames:{a:\"framer-styles-preset-olu2qc\",code:\"framer-styles-preset-x105aq\",h1:\"framer-styles-preset-1bwi7e5\",h2:\"framer-styles-preset-1x6pjin\",h3:\"framer-styles-preset-x83bop\",h4:\"framer-styles-preset-12qz2ao\",h5:\"framer-styles-preset-1qnopdv\",h6:\"framer-styles-preset-llb67q\",img:\"framer-styles-preset-1rcv3de\",p:\"framer-styles-preset-x9bm1c\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-s4gr90-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"rJq5egCaj\",scopeId:\"PTCIvNTJw\",children:/*#__PURE__*/_jsx(VariantButtons,{gap:20,height:\"100%\",id:\"rJq5egCaj\",layout:{direction:\"horizontal\",distribute:\"start\",gapH:8,gapV:10,verticalAlignment:\"center\",wrap:true},layoutId:\"rJq5egCaj\",shopifyData:CrxKoYgMs,style:{width:\"100%\"},textButtons:{bgBlur:0,color:{defaultColor:\"var(--token-2007957d-a074-4c0c-8a33-8d85ed1ba0fd, rgb(0, 0, 0))\",disabledColor:\"var(--token-5621f77f-a25c-4b6f-90f4-02bdb225a779, rgba(0, 0, 0, 0.24))\",selectedColor:\"var(--token-f8dc39cc-9b31-4d20-8063-4556a3d8afa9, rgb(255, 255, 255))\"},fill:{defaultColor:\"var(--token-4144e5f8-25da-4bed-a840-57002d040ece, rgba(0, 0, 0, 0.08))\",defaultColorA:\"rgb(243, 243, 243)\",defaultColorB:\"rgb(153, 153, 153)\",gradientAngle:0,selectedColor:\"var(--token-2007957d-a074-4c0c-8a33-8d85ed1ba0fd, rgb(0, 0, 0))\",selectedColorA:\"rgb(94, 94, 94)\",selectedColorB:\"rgb(17, 17, 17)\",type:\"color\"},fixedWidth:100,font:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"-0.04em\",lineHeight:\"1.4em\"},outOfStock:{disable:true,opacity:.5},padding:\"8px 20px 8px 20px\",radius:\"8px\",transform:\"none\",transition:{damping:100,delay:0,mass:3,stiffness:500,type:\"spring\"},width:\"fit\"},titles:{color:\"var(--token-2007957d-a074-4c0c-8a33-8d85ed1ba0fd, rgb(0, 0, 0))\",font:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"-0.04em\",lineHeight:\"1.4em\"},gap:16,location:\"top\",transform:\"none\"},variantOptions:XKiBx0Xa3,width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pe4s03\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1q4ckjv\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ryfc7r-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"J8Q1qMPWO\",scopeId:\"PTCIvNTJw\",children:/*#__PURE__*/_jsx(AddToCartButton,{bgBlur:0,color:{defaultColor:\"var(--token-f8dc39cc-9b31-4d20-8063-4556a3d8afa9, rgb(255, 255, 255))\",outOfStockColor:\"rgb(0, 0, 0)\"},fill:{defaultColor:\"var(--token-2007957d-a074-4c0c-8a33-8d85ed1ba0fd, rgb(0, 0, 0))\",defaultColorA:\"rgb(94, 94, 94)\",defaultColorB:\"rgb(17, 17, 17)\",gradientAngle:0,outOfStockColor:\"rgb(243, 243, 243)\",outOfStockColorA:\"rgb(243, 243, 243)\",outOfStockColorB:\"rgb(153, 153, 153)\",type:\"color\"},font:{fontFamily:'\"Lato\", \"Lato Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"-0.04em\",lineHeight:\"150%\"},height:\"100%\",id:\"J8Q1qMPWO\",layoutId:\"J8Q1qMPWO\",openCart:true,padding:\"12px\",radius:\"12px\",shopifyData:CrxKoYgMs,style:{width:\"100%\"},text:{default:\"Ajouter au panier\",outOfStock:\"En rupture de stock\"},transition:{damping:100,delay:0,mass:3,stiffness:500,type:\"spring\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bvz0j4\",\"data-framer-name\":\"Quantity Input\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-hhlthq-container\",\"data-framer-name\":\"Subtract\",isAuthoredByUser:true,isModuleExternal:true,name:\"Subtract\",nodeId:\"JWi08Oaek\",scopeId:\"PTCIvNTJw\",children:/*#__PURE__*/_jsx(QuantityInput,{bgBlur:0,color:{defaultColor:\"rgb(0, 0, 0)\",disabledColor:\"rgba(0, 0, 0, 0.25)\"},fill:{defaultColor:\"var(--token-c7cbd399-c852-4a42-878d-965aa68a5018, rgb(242, 234, 225))\",defaultColorA:\"rgb(243, 243, 243)\",defaultColorB:\"rgb(153, 153, 153)\",gradientAngle:0,type:\"color\"},font:{fontFamily:'\"Inter\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1.4em\",textAlign:\"center\"},height:\"100%\",icon:{rounded:true,size:12,strokeWidth:3},id:\"JWi08Oaek\",layoutId:\"JWi08Oaek\",maxValue:100,name:\"Subtract\",padding:\"10px\",placeholder:{defaultColor:\"rgb(27, 28, 28)\"},radius:\"10px\",shopifyData:\"\",style:{height:\"100%\",width:\"100%\"},transition:{bounce:0,delay:0,duration:.2,type:\"spring\"},type:\"subtract\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-g3hf8v-container\",\"data-framer-name\":\"Input\",isAuthoredByUser:true,isModuleExternal:true,name:\"Input\",nodeId:\"wGjkXSFsK\",scopeId:\"PTCIvNTJw\",children:/*#__PURE__*/_jsx(QuantityInput,{bgBlur:0,color:{defaultColor:\"rgb(0, 0, 0)\",disabledColor:\"rgba(0, 0, 0, 0.25)\"},fill:{defaultColor:\"var(--token-c7cbd399-c852-4a42-878d-965aa68a5018, rgb(242, 234, 225))\",defaultColorA:\"rgb(243, 243, 243)\",defaultColorB:\"rgb(153, 153, 153)\",gradientAngle:0,type:\"color\"},font:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:600,letterSpacing:\"0em\",lineHeight:\"1.4em\",textAlign:\"center\"},height:\"100%\",icon:{rounded:true,size:12,strokeWidth:3},id:\"wGjkXSFsK\",layoutId:\"wGjkXSFsK\",maxValue:100,name:\"Input\",padding:\"10px\",placeholder:{defaultColor:\"rgb(27, 28, 28)\"},radius:\"10px\",shopifyData:\"\",style:{height:\"100%\",width:\"100%\"},transition:{bounce:0,delay:0,duration:.2,type:\"spring\"},type:\"input\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hd5arq-container\",\"data-framer-name\":\"Add\",isAuthoredByUser:true,isModuleExternal:true,name:\"Add\",nodeId:\"CDIT0SVf2\",scopeId:\"PTCIvNTJw\",children:/*#__PURE__*/_jsx(QuantityInput,{bgBlur:0,color:{defaultColor:\"rgb(0, 0, 0)\",disabledColor:\"rgba(0, 0, 0, 0.25)\"},fill:{defaultColor:\"var(--token-c7cbd399-c852-4a42-878d-965aa68a5018, rgb(242, 234, 225))\",defaultColorA:\"rgb(243, 243, 243)\",defaultColorB:\"rgb(153, 153, 153)\",gradientAngle:0,type:\"color\"},font:{fontFamily:'\"Inter\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1.4em\"},height:\"100%\",icon:{rounded:true,size:12,strokeWidth:3},id:\"CDIT0SVf2\",layoutId:\"CDIT0SVf2\",maxValue:100,name:\"Add\",padding:\"10px\",placeholder:{defaultColor:\"rgb(27, 28, 28)\"},radius:\"10px\",shopifyData:\"\",style:{height:\"100%\",width:\"100%\"},transition:{bounce:0,delay:0,duration:.2,type:\"spring\"},type:\"add\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-5j4t0w-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"f86EDAeaW\",scopeId:\"PTCIvNTJw\",children:/*#__PURE__*/_jsx(BuyNowButton,{bgBlur:0,color:{defaultColor:\"rgb(255, 255, 255)\"},fill:{defaultColor:\"var(--token-5b362abd-ee0a-4187-b558-889f0dd314a1, rgb(149, 210, 208))\",defaultColorA:\"rgb(243, 243, 243)\",defaultColorB:\"rgb(153, 153, 153)\",gradientAngle:0,type:\"color\"},font:{fontFamily:'\"Lato\", \"Lato Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"-0.04em\",lineHeight:\"150%\"},height:\"100%\",id:\"f86EDAeaW\",layoutId:\"f86EDAeaW\",newTab:true,opacity:{default:1,outOfStock:.5},padding:\"12px\",radius:\"12px\",shopifyData:CrxKoYgMs,style:{width:\"100%\"},text:{default:\"Acheter maintenant\",outOfStock:\"Buy Now\"},transition:{damping:100,delay:0,mass:3,stiffness:500,type:\"spring\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18sv0jv\",\"data-framer-name\":\"Payment Card Logos\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-zku9l3\",\"data-framer-name\":\"Visa\",fill:\"black\",intrinsicHeight:316,intrinsicWidth:500,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" height=\"316\" width=\"500\"><clipPath id=\"a\"><path d=\"M50 93h401v130H50z\"/></clipPath><rect fill=\"#fff\" height=\"315.282\" rx=\"30\" width=\"500\"/><rect height=\"312.282\" rx=\"28.5\" stroke=\"#000\" stroke-opacity=\".2\" stroke-width=\"3\" width=\"497\" x=\"1.5\" y=\"1.5\"/><g clip-path=\"url(#a)\"><path d=\"m202.251 95.296-52.5 125.737h-34.252L89.664 120.689c-1.569-6.181-2.933-8.445-7.703-11.049-7.784-4.241-20.645-8.218-31.961-10.688l.769-3.656h55.135c7.028 0 13.346 4.696 14.941 12.82l13.645 72.758 33.721-85.578zm134.207 84.685c.138-33.186-45.714-35.014-45.399-49.839.099-4.512 4.378-9.308 13.745-10.533 4.643-.61 17.435-1.075 31.944 5.627l5.692-26.663c-7.797-2.841-17.828-5.575-30.309-5.575-32.028 0-54.568 17.091-54.758 41.564-.206 18.101 16.088 28.202 28.365 34.217 12.629 6.16 16.867 10.118 16.819 15.628-.09 8.434-10.073 12.158-19.403 12.304-16.286.252-25.737-4.423-33.27-7.939l-5.873 27.546c7.571 3.487 21.545 6.529 36.034 6.682 34.041 0 56.309-16.879 56.413-43.019zm84.574 41.055H451l-26.159-125.74H397.18c-6.219 0-11.466 3.635-13.788 9.224l-48.624 116.513h34.025l6.756-18.782h41.573l3.912 18.782zm-36.155-44.554 17.055-47.21 9.816 47.21h-26.869zM248.549 95.296l-26.794 125.737h-32.401l26.804-125.737z\" fill=\"#1434cb\"/></g></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-y98ewi\",\"data-framer-name\":\"Mastercard\",fill:\"black\",intrinsicHeight:316,intrinsicWidth:500,svg:'<svg fill=\"none\" height=\"316\" width=\"500\" xmlns=\"http://www.w3.org/2000/svg\"><rect fill=\"#000\" height=\"315.282\" rx=\"30\" width=\"500\"/><rect height=\"312.282\" rx=\"28.5\" stroke=\"#000\" stroke-opacity=\".2\" stroke-width=\"3\" width=\"497\" x=\"1.5\" y=\"1.5\"/><path d=\"M297.442 73.954H203.64v168.545h93.802z\" fill=\"#ff5f00\"/><path d=\"M209.596 158.227c0-32.756 15.187-64.024 40.796-84.273C203.938 37.327 136.341 45.367 99.714 92.12c-36.33 46.454-28.29 113.753 18.463 150.38 39.009 30.672 93.504 30.672 132.513 0-25.907-20.249-41.094-51.516-41.094-84.272z\" fill=\"#eb001b\"/><path d=\"M424 158.227c0 59.259-47.943 107.202-107.202 107.202-24.12 0-47.347-8.04-66.108-22.93 46.454-36.627 54.494-103.926 17.867-150.678-5.36-6.551-11.316-12.805-17.867-17.867 46.454-36.627 114.051-28.587 150.381 18.165C415.96 110.879 424 134.106 424 158.227z\" fill=\"#f79e1b\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ibbewk\",\"data-framer-name\":\"American Express\",fill:\"black\",intrinsicHeight:316,intrinsicWidth:500,svg:'<svg fill=\"none\" height=\"316\" width=\"500\" xmlns=\"http://www.w3.org/2000/svg\"><clipPath id=\"a\"><path d=\"M256 50h244v215H256z\"/></clipPath><rect fill=\"#006fcf\" height=\"315.282\" rx=\"30\" width=\"500\"/><rect height=\"312.282\" rx=\"28.5\" stroke=\"#000\" stroke-opacity=\".2\" stroke-width=\"3\" width=\"497\" x=\"1.5\" y=\"1.5\"/><g clip-path=\"url(#a)\" fill=\"#fff\"><path d=\"M318.389 113.57h24.029l-12.015-28.929zM500 252.337V233.74l-24.308-25.827L500 182.296v-18.382l-41.978 43.962z\"/><path d=\"M442.875 79.396 432.436 50H372.3v39.008L354.958 50h-48.584L256 163.863h40.612V265H422.44l19.746-21.7 19.651 21.7H500v-12.663h-31.735l-25.928-28.55-26.053 28.55h-30.863l41.738-44.209-41.738-44.208h31.742l25.674 28.297 25.928-28.297h31.229v-12.834h-23.903V89.064l-22.764 62.022h-21.245l-22.764-61.895v61.895h-51.096l-7.459-17.681h-40.726l-7.339 17.681h-26.547l39.081-88.423h31.115l39.081 88.423V62.663h37.815l19.727 55.071 19.86-55.07h37.183V50h-46.616l-10.509 29.396zM310.05 163.914h75.378v20.461h-51.222v13.769h49.956V218.1h-49.956v13.769h51.222v20.461H310.05v-88.422z\"/></g></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-be7dud\",\"data-framer-name\":\"Discover\",fill:\"black\",intrinsicHeight:316,intrinsicWidth:500,svg:'<svg fill=\"none\" height=\"316\" width=\"500\" xmlns=\"http://www.w3.org/2000/svg\"><linearGradient id=\"b\" gradientUnits=\"userSpaceOnUse\" x1=\"279.2\" x2=\"255.896\" y1=\"184.647\" y2=\"148.114\"><stop offset=\"0\" stop-color=\"#ff9200\"/><stop offset=\".21\" stop-color=\"#ff8d00\"/><stop offset=\".45\" stop-color=\"#ff7f00\"/><stop offset=\".62\" stop-color=\"#ff7100\"/><stop offset=\".82\" stop-color=\"#ff5e00\"/><stop offset=\"1\" stop-color=\"#ff5200\"/></linearGradient><linearGradient id=\"c\" gradientUnits=\"userSpaceOnUse\" x1=\"275.499\" x2=\"241.473\" y1=\"184.133\" y2=\"117.554\"><stop offset=\"0\" stop-color=\"#ff7100\" stop-opacity=\"0\"/><stop offset=\".03\" stop-color=\"#ff6d00\" stop-opacity=\".03\"/><stop offset=\".21\" stop-color=\"#ff5900\" stop-opacity=\".25\"/><stop offset=\".39\" stop-color=\"#ff4800\" stop-opacity=\".42\"/><stop offset=\".56\" stop-color=\"#ff3b00\" stop-opacity=\".56\"/><stop offset=\".72\" stop-color=\"#ff3200\" stop-opacity=\".66\"/><stop offset=\".86\" stop-color=\"#ff2c00\" stop-opacity=\".72\"/><stop offset=\".98\" stop-color=\"#ff2b00\" stop-opacity=\".74\"/></linearGradient><clipPath id=\"a\"><rect height=\"315.282\" rx=\"30\" width=\"500\"/></clipPath><clipPath id=\"d\"><path d=\"M-7-7h523v334H-7z\"/></clipPath><g clip-path=\"url(#a)\"><rect fill=\"#fff\" height=\"315.282\" rx=\"30\" width=\"500\"/><path d=\"M70.197 125.951H52v63.574h18.145c9.613 0 16.603-2.26 22.72-7.343 7.248-6.009 11.566-15.047 11.566-24.393-.052-18.794-14.085-31.838-34.234-31.838zm14.495 47.757c-3.906 3.492-8.944 5.033-16.963 5.033h-3.34v-42.006h3.34c8.02 0 12.902 1.438 16.963 5.135 4.318 3.8 6.888 9.757 6.888 15.817 0 6.059-2.57 12.221-6.888 16.021zm37.781-47.757h-12.388v63.574h12.388zm30.379 24.392c-7.453-2.773-9.612-4.57-9.612-8.01 0-4.006 3.907-7.036 9.253-7.036 3.701 0 6.785 1.541 10.023 5.136l6.477-8.473c-5.346-4.673-11.72-7.036-18.711-7.036-11.257 0-19.841 7.806-19.841 18.23 0 8.781 4.009 13.249 15.678 17.408 4.831 1.695 7.35 2.876 8.584 3.595 2.467 1.592 3.701 3.903 3.701 6.573 0 5.135-4.112 8.987-9.664 8.987-5.911 0-10.692-2.979-13.57-8.473l-8.019 7.702c5.706 8.371 12.594 12.119 22.052 12.119 12.902 0 21.949-8.575 21.949-20.848 0-10.117-4.164-14.687-18.3-19.822zm22.206 7.447c0 18.692 14.702 33.173 33.566 33.173 5.346 0 9.921-1.027 15.575-3.698v-14.583c-4.986 4.981-9.355 6.983-15.009 6.983-12.491 0-21.384-9.038-21.384-21.927 0-12.222 9.15-21.824 20.818-21.824 5.912 0 10.384 2.105 15.575 7.138v-14.636c-5.448-2.773-9.92-3.902-15.266-3.902-18.814 0-33.875 14.789-33.875 33.276zm147.578 10.835-16.963-42.674h-13.57l26.986 65.217h6.682l27.501-65.217h-13.468zm36.239 20.9h35.211v-10.784h-22.823v-17.152h22v-10.783h-22v-14.071h22.823v-10.784h-35.211zm84.352-44.83c0-11.914-8.225-18.744-22.515-18.744H402.31v63.574h12.388v-25.522h1.645l17.169 25.522h15.266l-20.047-26.806c9.356-1.9 14.496-8.267 14.496-18.024zm-24.879 10.527h-3.65v-19.257h3.804c7.711 0 11.926 3.235 11.926 9.449 0 6.213-4.215 9.808-12.131 9.808z\" fill=\"#261f20\"/><path d=\"M295.649 157.687c0 18.589-15.061 33.687-33.72 33.687s-33.72-15.046-33.72-33.687S243.321 124 261.929 124s33.72 15.046 33.72 33.687z\" fill=\"url(#b)\"/><path d=\"M295.649 157.687c0 18.589-15.061 33.687-33.72 33.687s-33.72-15.046-33.72-33.687S243.321 124 261.929 124s33.72 15.046 33.72 33.687z\" fill=\"url(#c)\" opacity=\".65\"/><g clip-path=\"url(#d)\"><path d=\"M498.742-8H9.258C-.292-8-8-.295-8 9.25v300.5C-8 319.295-.292 327 9.258 327h489.484c9.55 0 17.258-7.705 17.258-17.25V9.25C516-.295 508.292-8 498.742-8zm-8.513 167.5c0 89.299-72.425 161.75-161.82 161.75H9.258c-6.328 0-11.505-5.175-11.505-11.5V9.25c0-6.325 5.177-11.5 11.505-11.5h319.151c89.337 0 161.82 72.394 161.82 161.75z\" fill=\"#ff6801\"/></g></g><rect height=\"312.282\" rx=\"28.5\" stroke=\"#000\" stroke-opacity=\".2\" stroke-width=\"3\" width=\"497\" x=\"1.5\" y=\"1.5\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1trcvgd\",\"data-framer-name\":\"Diners\",fill:\"black\",intrinsicHeight:316,intrinsicWidth:500,svg:'<svg fill=\"none\" height=\"316\" width=\"500\" xmlns=\"http://www.w3.org/2000/svg\"><clipPath id=\"a\"><path d=\"M124 50h252v216H124z\"/></clipPath><rect fill=\"#fff\" height=\"315.282\" rx=\"30\" width=\"500\"/><rect height=\"312.282\" rx=\"28.5\" stroke=\"#000\" stroke-opacity=\".2\" stroke-width=\"3\" width=\"497\" x=\"1.5\" y=\"1.5\"/><g clip-path=\"url(#a)\"><path d=\"M233.86 266C173.605 266.291 124 217.872 124 158.943 124 94.544 173.605 50 233.86 50h28.252C321.658 50 376 94.51 376 158.943c0 58.912-54.342 107.074-113.888 107.074H233.86zm.242-207.067c-55.068.017-99.693 44.27-99.693 98.878 0 54.609 44.625 98.845 99.693 98.862 55.068 0 99.693-44.253 99.711-98.862 0-54.608-44.643-98.861-99.711-98.878zM211.47 216.278V99.328c-23.688 9.053-40.493 31.788-40.563 58.483.07 26.679 16.875 49.431 40.563 58.467zm85.844-58.467c-.052-26.712-16.875-49.482-40.597-58.5v116.984c23.722-9.036 40.545-31.788 40.597-58.501\" fill=\"#0b4f95\"/></g></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1jlnetn\",\"data-framer-name\":\"UnionPay\",fill:\"black\",intrinsicHeight:316,intrinsicWidth:500,svg:'<svg fill=\"none\" height=\"316\" width=\"500\" xmlns=\"http://www.w3.org/2000/svg\"><clipPath id=\"a\"><rect height=\"315.282\" rx=\"30\" width=\"500\"/></clipPath><g clip-path=\"url(#a)\"><rect fill=\"#fff\" height=\"315.282\" rx=\"30\" width=\"500\"/><path d=\"M55.038-43h160.219c22.342 0 36.287 18.219 31.039 40.71l-74.599 320.214c-5.248 22.417-27.665 40.636-50.007 40.636H-38.53c-22.342 0-36.287-18.219-31.039-40.636L5.031-2.289C10.202-24.781 32.62-43 55.037-43z\" fill=\"#ed171f\"/><path d=\"M201.912-43h184.21c22.343 0 12.296 18.219 7.048 40.71l-74.599 320.214c-5.248 22.417-3.599 40.636-26.016 40.636H108.344c-22.417 0-36.287-18.219-31.039-40.636L151.904-2.289C157.152-24.781 179.569-43 201.912-43z\" fill=\"#082f67\"/><path d=\"M378.85-43h160.219c22.342 0 36.287 18.219 31.039 40.71l-74.599 320.214c-5.248 22.417-27.59 40.636-50.082 40.636H285.282c-22.417 0-36.287-18.219-31.039-40.636L328.842-2.289C334.09-24.781 356.433-43 378.85-43z\" fill=\"#006a65\"/><g fill=\"#fff\"><path clip-rule=\"evenodd\" d=\"M321.126 225.924h11.341l3.273-10.946h-11.341zm9.084-30.131-3.893 12.921s4.288-2.2 6.658-2.877c2.314-.565 5.869-.96 5.869-.96l2.764-9.028h-11.341zm5.643-18.621-3.781 12.414s4.232-1.919 6.546-2.539c2.313-.621 5.868-.847 5.868-.847l2.709-9.028zm25.166 0-14.671 48.639h3.95l-3.047 10.044h-3.95l-.903 3.104h-13.993l.959-3.104h-28.439l2.878-9.31h2.878l14.896-49.373 2.991-9.987h14.276l-1.467 5.022s3.78-2.765 7.391-3.668c3.612-.959 24.264-1.298 24.264-1.298l-3.047 9.875h-4.91z\" fill-rule=\"evenodd\"/><path d=\"M367.338 167.241h15.235l.17 5.699c-.113.959.733 1.411 2.482 1.411h3.104l-2.821 9.367h-8.239c-7.109.507-9.818-2.54-9.649-5.982zm1.975 44.464h-14.501l2.483-8.351h16.589l2.37-7.618H359.89l2.821-9.423h45.593l-2.878 9.423h-15.291l-2.37 7.618h15.348l-2.54 8.351h-16.589l-2.934 3.498h6.715l1.636 10.495c.169 1.016.226 1.693.508 2.144.338.395 2.37.565 3.498.565h2.032l-3.104 10.213h-5.191c-.79 0-1.975-.057-3.611-.169-1.58-.113-2.652-1.016-3.724-1.524-.96-.451-2.37-1.636-2.709-3.555l-1.636-10.495-7.505 10.326c-2.37 3.273-5.642 5.755-11.116 5.755h-10.551l2.764-9.141h4.063c1.185 0 2.201-.451 2.934-.846.79-.339 1.467-.734 2.257-1.862l10.947-15.461zm-158.952-22.853h38.426l-2.821 9.198h-15.348l-2.37 7.786h15.743l-2.878 9.48h-15.686l-3.781 12.696c-.451 1.41 3.724 1.58 5.248 1.58l7.9-1.072-3.16 10.495h-17.718c-1.411 0-2.483-.226-4.006-.564-1.467-.395-2.145-1.016-2.822-2.032-.62-1.015-1.636-1.862-.959-4.119l5.078-16.815h-8.746l2.878-9.649h8.803l2.313-7.786h-8.746l2.821-9.198zm25.899-16.476h15.743l-2.877 9.592h-21.555L225.257 184c-1.015.959-1.354.564-2.652 1.297-1.241.621-3.78 1.806-7.109 1.806h-6.884l2.821-9.254h2.088c1.749 0 2.934-.169 3.555-.564.677-.452 1.467-1.411 2.313-2.991l3.95-7.222h15.686l-2.765 5.247z\"/><path clip-rule=\"evenodd\" d=\"M266.505 188.175s4.289-3.95 11.68-5.191c1.693-.338 12.132-.226 12.132-.226l1.58-5.247h-22.175zm20.765 4.007h-22.006l-1.354 4.457h19.072c2.257-.282 2.708 0 2.877-.056zm-28.495-24.941h13.429l-1.975 6.771s4.232-3.385 7.223-4.57c2.934-1.129 9.649-2.088 9.649-2.088l21.724-.113-7.392 24.658c-1.241 4.232-2.708 6.941-3.611 8.182-.847 1.298-1.806 2.314-3.668 3.386-1.806.959-3.498 1.523-5.022 1.693-1.467.112-3.668.169-6.715.169h-20.934l-5.924 19.523c-.565 1.919-.847 2.822-.452 3.386a2.53 2.53 0 0 0 2.032 1.015l9.197-.846-3.16 10.721H252.85c-3.273 0-5.699-.056-7.335-.226-1.58-.113-3.273 0-4.345-.846-.959-.846-2.426-1.975-2.426-3.104.113-1.072.507-2.821 1.241-5.247l18.79-62.407z\" fill-rule=\"evenodd\"/><path d=\"m297.935 207.078-1.242 5.925c-.564 1.862-1.015 3.272-2.426 4.457-1.467 1.242-3.216 2.54-7.223 2.54l-7.448.282v6.714c-.169 1.919.339 1.693.677 2.032.339.338.621.451.959.564l2.37-.113 7.11-.395-2.934 9.762h-8.182c-5.699 0-9.987-.113-11.342-1.242-1.354-.846-1.523-1.974-1.523-3.837l.508-26.125h13.034l-.169 5.304h3.16c1.072 0 1.749-.113 2.257-.395.395-.338.677-.733.903-1.354l1.241-4.175h10.27zM111.841 76.226c-.451 2.088-8.859 40.74-8.859 40.74-1.805 7.786-3.103 13.429-7.56 16.984-2.54 2.088-5.474 3.103-8.916 3.103-5.473 0-8.69-2.708-9.254-7.899l-.113-1.75 1.693-10.495s8.803-35.21 10.326-39.837c.056-.282.113-.395.113-.507-17.097.169-20.144 0-20.313-.226-.113.338-.565 2.539-.565 2.539l-8.971 39.611-.79 3.386-1.468 11.003c0 3.272.621 5.924 1.919 8.182 4.119 7.166 15.743 8.238 22.345 8.238 8.52 0 16.476-1.806 21.837-5.079 9.366-5.529 11.793-14.163 13.993-21.837l1.016-3.949s9.028-36.564 10.608-41.304c0-.282.056-.395.113-.508-12.414.113-16.025 0-17.21-.226m50.106 72.338c-6.094-.056-8.182-.056-15.292.283l-.282-.508c.621-2.709 1.298-5.361 1.919-8.069l.846-3.668c1.298-5.755 2.596-12.414 2.765-14.445.113-1.241.508-4.288-2.934-4.288-1.467 0-2.991.733-4.571 1.41-.846 3.047-2.595 11.624-3.385 15.574-1.749 8.238-1.862 9.197-2.652 13.26l-.508.508c-6.263-.057-8.408-.057-15.63.282l-.339-.621c1.185-4.909 2.427-9.818 3.555-14.727 2.991-13.26 3.724-18.338 4.571-25.11l.564-.395c6.997-.959 8.69-1.184 16.307-2.764l.621.733-1.129 4.232c1.298-.733 2.483-1.523 3.837-2.201 3.555-1.749 7.561-2.257 9.762-2.257 3.329 0 6.94.96 8.464 4.797 1.467 3.442.508 7.674-1.411 15.968l-.959 4.232c-1.975 9.254-2.257 10.947-3.329 17.323l-.734.508zm24.602 0c-3.668 0-5.981-.056-8.295 0-2.257 0-4.514.113-7.899.283l-.226-.283-.226-.282c.903-3.498 1.467-4.74 1.919-5.981.451-1.241.902-2.483 1.692-6.037a206.4 206.4 0 0 0 2.201-10.721c.508-2.765.734-5.079 1.129-7.787l.282-.226.282-.282c3.611-.508 5.925-.846 8.294-1.241 2.37-.339 4.797-.79 8.521-1.524l.169.339.113.338c-.677 2.878-1.411 5.756-2.088 8.69s-1.354 5.755-2.031 8.633c-1.354 6.094-1.919 8.407-2.257 9.987-.282 1.58-.395 2.427-.959 5.587l-.339.282-.339.225zm38.652-21.554c-.339 1.58-1.693 7.448-3.555 9.931-1.298 1.805-2.821 2.934-4.57 2.934-.508 0-3.499 0-3.555-4.458 0-2.201.395-4.458.959-6.884 1.58-7.053 3.498-12.978 8.295-12.978 3.78 0 4.006 4.401 2.426 11.511m15.799.621c2.144-9.311.508-13.712-1.58-16.364-3.159-4.006-8.746-5.36-14.558-5.36-3.498 0-11.736.338-18.225 6.319-4.627 4.289-6.828 10.157-8.126 15.743-1.297 5.699-2.821 16.025 6.659 19.806 2.934 1.241 7.109 1.58 9.818 1.58 6.94 0 14.05-1.919 19.354-7.561 4.119-4.571 6.038-11.398 6.658-14.22m148.288 21.555c-7.336-.056-9.424-.056-16.195.226l-.451-.564c1.862-6.941 3.724-13.881 5.304-20.934 2.144-9.142 2.596-12.978 3.329-18.339l.564-.451c7.279-1.016 9.254-1.355 16.872-2.709l.225.621c-1.41 5.699-2.764 11.454-4.119 17.21-2.764 12.019-3.78 18.169-4.852 24.432z\"/><path d=\"M378.229 127.968c-.338 1.468-1.749 7.392-3.611 9.875-1.242 1.749-4.176 2.878-5.868 2.878-.508 0-3.442 0-3.555-4.401 0-2.145.451-4.458 1.015-6.884 1.58-6.941 3.499-12.809 8.295-12.809 3.781 0 5.417 4.288 3.781 11.398m14.445.677c2.144-9.254-6.433-.79-7.787-3.893-2.088-4.797-.79-14.445-9.198-17.718-3.216-1.242-10.833.395-17.322 6.32-4.627 4.288-6.772 10.043-8.069 15.63-1.298 5.642-2.822 15.912 6.601 19.579 2.991 1.242 5.7 1.637 8.408 1.524 9.48-.508 16.646-14.784 22.006-20.426 4.119-4.458 4.853 1.692 5.473-1.016m-110.425 20.031c-6.094-.056-8.126-.056-15.292.283l-.282-.508c.621-2.709 1.298-5.361 1.919-8.069l.846-3.668c1.298-5.755 2.596-12.414 2.765-14.445.113-1.241.508-4.288-2.934-4.288-1.524 0-2.991.733-4.571 1.41-.846 3.047-2.595 11.624-3.442 15.574-1.749 8.238-1.862 9.197-2.652 13.26l-.508.508c-6.263-.057-8.407-.057-15.573.282l-.339-.621c1.185-4.909 2.37-9.818 3.499-14.727 2.99-13.26 3.724-18.338 4.57-25.11l.564-.395c6.997-.959 8.69-1.184 16.308-2.764l.62.733-1.072 4.232c1.242-.733 2.539-1.523 3.781-2.201 3.555-1.749 7.561-2.257 9.705-2.257 3.329 0 6.94.96 8.52 4.797 1.411 3.442.452 7.674-1.467 15.968l-.959 4.232c-1.975 9.254-2.313 10.947-3.329 17.323l-.734.508zm52.532-72.62-5.022.056c-13.09.17-18.338.057-20.539-.169-.225.96-.564 2.652-.564 2.652l-4.683 21.78s-11.229 46.27-11.737 48.47c11.455-.112 16.138-.112 18.113.057l3.103-15.122s2.257-9.48 2.427-9.818c0 0 .677-.96 1.41-1.355h1.016c9.874 0 21.047 0 29.736-6.432 5.925-4.401 10.044-10.89 11.793-18.79a26.61 26.61 0 0 0 .847-6.546c0-3.047-.621-6.037-2.37-8.35-4.458-6.264-13.317-6.32-23.586-6.377m6.602 22.627c-1.072 4.796-4.176 8.915-8.238 10.834-3.33 1.693-7.392 1.806-11.568 1.806h-2.708l.225-1.073s5.022-21.724 4.966-21.667l.169-1.129.113-.846 1.975.226s10.27.902 10.552.902c4.062 1.524 5.755 5.643 4.57 10.947m107.604 7.73-.564-.62c-7.448 1.467-8.859 1.749-15.743 2.652l-.508.508s0 .225-.056.338v-.113c-5.135 11.85-5.022 9.254-9.198 18.565v-1.129l-1.015-20.144-.678-.621c-7.843 1.467-8.012 1.749-15.291 2.652l-.564.508s-.057.508-.113.79v.113c.959 4.627.733 3.611 1.636 10.89.452 3.555.959 7.223 1.411 10.721.733 5.925 1.128 8.859 1.975 17.887-4.853 8.069-6.038 11.173-10.721 18.226l.226.62c7.053-.282 8.689-.282 13.937-.282l1.128-1.297c3.95-8.521 34.082-60.264 34.082-60.264m-255.949 5.022c4.007-2.765 4.514-6.658 1.129-8.633-3.442-2.031-9.423-1.354-13.429 1.411-4.063 2.765-4.515 6.602-1.129 8.633 3.386 1.975 9.367 1.411 13.429-1.411z\"/><path d=\"m414.51 167.467-5.868 10.1c-1.862 3.442-5.304 6.038-10.834 6.038l-9.367-.17 2.709-9.084h1.806c.959 0 1.692-.057 2.2-.339.452-.169.79-.508 1.185-1.072l3.442-5.53h14.671z\"/></g></g><rect height=\"312.282\" rx=\"28.5\" stroke=\"#000\" stroke-opacity=\".2\" stroke-width=\"3\" width=\"497\" x=\"1.5\" y=\"1.5\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-bdqs9f\",\"data-framer-name\":\"JCB\",fill:\"black\",intrinsicHeight:316,intrinsicWidth:500,svg:'<svg fill=\"none\" height=\"316\" width=\"500\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><linearGradient id=\"a\"><stop offset=\"0\" stop-color=\"#007940\"/><stop offset=\".23\" stop-color=\"#00873f\"/><stop offset=\".74\" stop-color=\"#40a737\"/><stop offset=\"1\" stop-color=\"#5cb531\"/></linearGradient><linearGradient id=\"b\" gradientUnits=\"userSpaceOnUse\" x1=\"304.884\" x2=\"393.604\" xlink:href=\"#a\" y1=\"171.158\" y2=\"171.158\"/><linearGradient id=\"c\" gradientUnits=\"userSpaceOnUse\" x1=\"304.884\" x2=\"393.515\" xlink:href=\"#a\" y1=\"157.434\" y2=\"157.434\"/><linearGradient id=\"d\" gradientUnits=\"userSpaceOnUse\" x1=\"304.884\" x2=\"393.604\" xlink:href=\"#a\" y1=\"142.332\" y2=\"142.332\"/><linearGradient id=\"e\" gradientUnits=\"userSpaceOnUse\" x1=\"106.301\" x2=\"196.376\" y1=\"157.322\" y2=\"157.322\"><stop offset=\"0\" stop-color=\"#1f286f\"/><stop offset=\".48\" stop-color=\"#004e94\"/><stop offset=\".83\" stop-color=\"#0066b1\"/><stop offset=\"1\" stop-color=\"#006fbc\"/></linearGradient><linearGradient id=\"f\" gradientUnits=\"userSpaceOnUse\" x1=\"205.126\" x2=\"292.603\" y1=\"157.522\" y2=\"157.522\"><stop offset=\"0\" stop-color=\"#6c2c2f\"/><stop offset=\".17\" stop-color=\"#882730\"/><stop offset=\".57\" stop-color=\"#be1833\"/><stop offset=\".86\" stop-color=\"#dc0436\"/><stop offset=\"1\" stop-color=\"#e60039\"/></linearGradient><rect fill=\"#fff\" height=\"315.282\" rx=\"30\" width=\"500\"/><rect height=\"312.282\" rx=\"28.5\" stroke=\"#000\" stroke-opacity=\".2\" stroke-width=\"3\" width=\"497\" x=\"1.5\" y=\"1.5\"/><path d=\"M322.59 180.831h20.724c.596 0 1.972-.195 2.568-.195 3.943-.79 7.301-4.344 7.301-9.273s-3.358-8.287-7.301-9.273c-.596-.195-1.777-.195-2.568-.195H322.59v18.947z\" fill=\"url(#b)\"/><path d=\"M340.942 50c-19.738 0-35.912 15.979-35.912 35.912v37.298h50.71c1.18 0 2.567 0 3.553.195 11.44.596 19.933 6.511 19.933 16.77 0 8.092-5.72 14.993-16.38 16.379v.39c11.646.791 20.518 7.302 20.518 17.366 0 10.855-9.869 17.961-22.89 17.961h-55.65v73.015h52.681c19.738 0 35.912-15.979 35.912-35.911V50h-52.486z\" fill=\"url(#c)\"/><path d=\"M350.605 142.547c0-4.734-3.359-7.897-7.302-8.482-.39 0-1.386-.195-1.971-.195H322.59v17.365h18.742c.595 0 1.776 0 1.971-.195 3.943-.595 7.302-3.748 7.302-8.482z\" fill=\"url(#d)\"/><path d=\"M142.425 50c-19.727 0-35.912 15.979-35.912 35.912v88.604c10.064 4.929 20.518 8.092 30.983 8.092 12.436 0 19.142-7.497 19.142-17.755v-41.838h30.788v41.632c0 16.184-10.064 29.401-44.199 29.401-20.724 0-36.898-4.539-36.898-4.539v75.571h52.681c19.738 0 35.912-15.978 35.912-35.911V50h-52.486z\" fill=\"url(#e)\"/><path d=\"M241.689 50c-19.738 0-35.923 15.979-35.923 35.912v46.961c9.078-7.691 24.862-12.631 50.32-11.44 13.617.596 28.22 4.345 28.22 4.345v15.198c-7.302-3.748-15.979-7.106-27.234-7.897-19.338-1.387-30.983 8.092-30.983 24.667s11.645 26.249 30.983 24.667c11.244-.791 19.932-4.344 27.234-7.897v15.199s-14.408 3.748-28.22 4.344c-25.458 1.18-41.242-3.749-50.32-11.44v82.873h52.681c19.738 0 35.912-15.979 35.912-35.912V50h-52.681z\" fill=\"url(#f)\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1vlpjlt\",\"data-framer-name\":\"Cartes Bancaires\",fill:\"black\",intrinsicHeight:316,intrinsicWidth:500,svg:'<svg fill=\"none\" height=\"316\" width=\"500\" xmlns=\"http://www.w3.org/2000/svg\"><clipPath id=\"a\"><path d=\"M49 58h401v200H49z\"/></clipPath><rect fill=\"#2b6593\" height=\"315.282\" rx=\"30\" width=\"500\"/><rect height=\"312.282\" rx=\"28.5\" stroke=\"#000\" stroke-opacity=\".2\" stroke-width=\"3\" width=\"497\" x=\"1.5\" y=\"1.5\"/><g clip-path=\"url(#a)\" fill=\"#fff\"><path d=\"m179.19 60.14 10.293 2.302c7.799 2.12 15.429 5.145 22.884 9.09l10.72 6.915a88.077 88.077 0 0 1 12.472 11.443 92.03 92.03 0 0 1 14.996 23.302c4.277 9.969 6.983 20.384 8.12 31.238l.364 3.651v.063a.64.64 0 0 1-.634.633l-5.589.032-14.249-.013h-56.79l-28.611.013a.252.252 0 0 0-.252.251l-.012 17.943c0 .226.182.408.408.408l18.57-.019 26.106-.044 36.153.019 11.781-.013 12.573-.056h.006c.283 0 .515.232.515.514v.032c-.603 8.614-2.166 16.983-4.691 25.114-5.288 17.034-14.726 31.188-28.323 42.475-3.805 2.792-7.655 5.74-11.611 7.974a118.867 118.867 0 0 1-11.58 5.728 139.814 139.814 0 0 1-18.062 5.659 174.246 174.246 0 0 1-18.871 2.773c-7.636.552-15.166.558-22.595.019-7.04-.54-13.822-1.518-20.335-2.949l-13.451-3.99-8.911-3.771c-5.207-2.522-9.98-5.37-14.331-8.545-1.677-1.229-3.718-2.836-6.117-4.831a108.907 108.907 0 0 1-12.447-13.325c-8.986-12.486-14.67-26.395-17.05-41.722a276 276 0 0 1-1.174-8.42 632.18 632.18 0 0 1-.358-7.491c-1.438-35.755 12-69.929 43.67-89.083a99.236 99.236 0 0 1 22.037-9.794c10.99-3.362 22.269-5.188 33.824-5.49 2.016.013 4.107-.219 5.991-.169 9.056.245 15.926.659 24.561 2.133zm105.484 3.438 12.051.05 29.133-.013 6.512-.038 18.017.026 21.34-.013 11.523.031h15.6c7.058-.106 13.043.289 17.954 1.192.861.157 2.638.578 5.326 1.261a38.435 38.435 0 0 1 13.338 7.636c8.535 7.566 13.314 17.109 14.331 28.634.17 1.92.17 4.731-.019 8.42a115.766 115.766 0 0 1-.628 3.62c-2.298 12.209-8.578 21.588-18.852 28.145-3.511 2.246-7.536 3.833-12.07 4.761-5.828.992-10.846 1.494-15.06 1.5-11.536.012-23.072.019-34.602.019l-28.404.012h-16.799l-33.717.032-13.245-.051c-.276 0-.414-.138-.414-.414l-.019-66.22.038-16.313-.038-1.932a.34.34 0 0 1 .333-.345l8.352.012zm.276 103.733 32.298.075 16.787.031 32.85-.031c13.722.031 27.45.056 41.178.088 1.444 0 3.724.238 6.851.715 13.916 1.675 25.34 10.622 31.155 23.226 3.178 7.146 4.427 14.493 3.749 22.034-1.356 15.177-8.666 26.551-21.942 34.13-8.742 4.166-17.892 4.718-27.55 4.724h-36.782l-15.876.013-34.715.063-4.296-.057h-26.118l-5.903.063c-.377-.031-.565-.157-.565-.364 0-18.301-.007-36.615-.032-54.947l-.012-28.998c0-.515.257-.772.766-.765z\"/></g></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ht6gjs\",\"data-framer-name\":\"Interac\",fill:\"black\",intrinsicHeight:316,intrinsicWidth:500,svg:'<svg fill=\"none\" height=\"316\" width=\"500\" xmlns=\"http://www.w3.org/2000/svg\"><clipPath id=\"a\"><rect height=\"315.282\" rx=\"30\" width=\"500\"/></clipPath><clipPath id=\"b\"><path d=\"M52 43h398v302H52z\"/></clipPath><g clip-path=\"url(#a)\"><rect fill=\"#fdb913\" height=\"315.282\" rx=\"30\" width=\"500\"/><g clip-path=\"url(#b)\" fill=\"#231f20\"><path d=\"M276.761 155.356v-75.07l19.596-4.658v9.839s5.092-12.952 16.899-15.94a11.315 11.315 0 0 1 5.467-.374v19.153a27.44 27.44 0 0 0-10.285 2.142c-7.264 2.865-10.908 9.091-10.908 18.631v41.445zm-103.519 24.41s-3.195-4.783-3.195-21.67v-37.385l-10.11 2.391v-15.393l10.135-2.391V88.53l20.869-4.931v16.787l14.752-3.487v15.393l-14.752 3.487v38.058c0 17.311 4.593 20.623 4.593 20.623l-22.317 5.281zm34.648-44.659c0-13.35 1.897-23.089 5.991-30.561 4.867-8.867 12.83-14.646 24.463-17.286 22.915-5.206 31.178 8.32 30.853 26.477-.124 6.5-.1 9.639-.1 9.639l-40.364 9.464v.648c0 12.678 2.671 18.68 10.709 16.987 6.965-1.47 8.887-5.804 9.436-11.184.1-.871.125-3.063.125-3.063l18.896-4.533s.05 1.544 0 3.287c-.174 7.199-2.271 25.082-28.532 31.284-24.887 5.903-31.527-9.266-31.527-31.159m31.353-33.849c-6.69 1.519-10.185 8.07-10.335 18.905l20.295-4.832c.025-.499.049-1.57.025-3.263-.025-8.195-2.572-12.504-9.985-10.81zm150.198-10.063c-.774-22.864 5.167-40.997 30.729-46.775 16.3-3.687 22.491.548 25.611 4.632 3.021 3.91 4.169 9.166 4.169 16.539v1.345l-19.97 4.732v-2.79c0-8.742-2.421-12.054-8.787-10.46-7.563 1.893-10.609 9.066-10.609 23.288v6.65c0 14.471 1.972 21.096 10.709 19.278 7.564-1.569 8.587-8.194 8.712-13.998 0-.921.05-3.835.05-3.835l19.97-4.708v3.114c-.05 18.979-10.085 30.934-28.857 35.293-25.886 6.053-30.953-8.867-31.752-32.304m-69.095 32.005c0-17.385 10.209-22.889 25.586-29.24 13.829-5.705 14.129-8.544 14.179-13.5.074-4.16-1.873-7.747-8.737-5.978a10.39 10.39 0 0 0-8.338 9.813c-.125 1.27-.149 2.566-.125 3.86l-19.37 4.559a38.439 38.439 0 0 1 1.348-11.433c3.095-10.386 12.281-17.385 28.157-21.046 20.619-4.733 27.484 4.284 27.509 18.332v33.251c0 16.09 2.995 18.431 2.995 18.431l-19.021 4.483a41.507 41.507 0 0 1-2.546-6.824s-4.169 10.461-18.522 13.848c-15.078 3.562-23.066-5.778-23.066-18.556m39.566-23.736a71.897 71.897 0 0 1-10.11 5.903c-6.34 3.088-9.211 6.899-9.211 12.777 0 5.081 3.145 8.419 8.887 7.024 6.165-1.544 10.434-7.273 10.434-15.243zM64.057 232.394C57.392 232.37 52 226.965 52 220.314a11.9 11.9 0 0 1 1.947-6.525l.125-.175.224-.049 28.408-6.7v21.519l-.45.1c-6.44 1.544-14.153 3.313-15.726 3.636-.824.175-1.647.25-2.471.25m0 27.547c-6.64 0-12.057-5.38-12.057-12.03 0-2.317.674-4.608 1.947-6.551l.125-.199.224-.05 28.408-6.675v21.52l-.45.124c-6.44 1.545-14.153 3.313-15.726 3.637a13.86 13.86 0 0 1-2.471.224zm0 27.572c-6.665 0-12.057-5.38-12.057-12.005 0-2.316.674-4.608 1.947-6.551l.125-.224 28.632-6.725v21.52l-.45.125a968.13 968.13 0 0 1-15.726 3.636 11.91 11.91 0 0 1-2.471.249m-3.345-81.496V85.591l21.992-5.18v120.401zm54.792-10.262c0-7.472-6.066-13.55-13.579-13.55-7.489 0-13.58 6.053-13.58 13.55v112.556c.025 20.224 16.45 36.638 36.745 36.688 10.284 0 38.442-.05 38.442-.05V298c0-25.654.025-51.757.025-52.355a17.764 17.764 0 0 0-7.888-14.77l-34.249-23.213v52.703a2.905 2.905 0 0 1-2.92 2.914 2.905 2.905 0 0 1-2.921-2.914c0-.573-.075-57.635-.075-64.609zm18.348-83.962a29.711 29.711 0 0 0-19.596 15.118v-8.468l-19.82 4.683v54.048c7.114-2.789 15.177-1.395 20.894 3.637v-34.895c0-8.369 4.168-15.044 10.134-16.339 4.469-.972 8.213.622 8.213 8.568v50.91l20.893-4.882v-53.849c0-13.052-5.042-22.193-20.718-18.506\"/></g></g><rect height=\"312.282\" rx=\"28.5\" stroke=\"#000\" stroke-opacity=\".2\" stroke-width=\"3\" width=\"497\" x=\"1.5\" y=\"1.5\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-zkfgrd\",\"data-framer-name\":\"Apple Pay\",fill:\"black\",intrinsicHeight:316,intrinsicWidth:500,svg:'<svg fill=\"none\" height=\"316\" width=\"500\" xmlns=\"http://www.w3.org/2000/svg\"><rect fill=\"#fff\" height=\"315.282\" rx=\"30\" width=\"500\"/><rect height=\"312.282\" rx=\"28.5\" stroke=\"#000\" stroke-opacity=\".2\" stroke-width=\"3\" width=\"497\" x=\"1.5\" y=\"1.5\"/><path d=\"M126.314 94.799C131.006 88.93 134.19 81.05 133.35 73c-6.868.342-15.249 4.53-20.101 10.403-4.357 5.03-8.213 13.238-7.208 20.952 7.71.669 15.412-3.853 20.273-9.557zm6.948 11.063c-11.196-.667-20.715 6.354-26.062 6.354-5.35 0-13.537-6.018-22.393-5.856-11.526.169-22.22 6.686-28.07 17.05-12.03 20.735-3.175 51.491 8.524 68.378 5.682 8.355 12.528 17.554 21.55 17.223 8.524-.334 11.865-5.519 22.227-5.519 10.354 0 13.363 5.519 22.387 5.352 9.357-.167 15.207-8.359 20.888-16.721 6.518-9.524 9.186-18.72 9.353-19.225-.167-.167-18.043-7.024-18.209-27.586-.169-17.217 14.035-25.407 14.703-25.915-8.021-11.862-20.553-13.199-24.898-13.535zm97.488-23.301c24.335 0 41.28 16.774 41.28 41.195 0 24.508-17.294 41.369-41.89 41.369h-26.943v42.846H183.73V82.561zm-27.554 66.224h22.337c16.948 0 26.594-9.124 26.594-24.942 0-15.816-9.646-24.855-26.507-24.855h-22.424zm73.92 33.2c0-15.992 12.254-25.812 33.984-27.029l25.029-1.477v-7.039c0-10.169-6.867-16.252-18.337-16.252-10.866 0-17.646 5.213-19.295 13.384h-17.73c1.043-16.514 15.121-28.681 37.719-28.681 22.162 0 36.328 11.733 36.328 30.071v63.009h-17.991v-15.036h-.433c-5.301 10.169-16.861 16.6-28.854 16.6-17.904 0-30.42-11.125-30.42-27.55zm59.013-8.256v-7.213l-22.511 1.39c-11.212.783-17.555 5.736-17.555 13.558 0 7.995 6.605 13.21 16.686 13.21 13.123 0 23.38-9.039 23.38-20.945zm35.67 67.876v-15.21c1.388.347 4.516.347 6.082.347 8.691 0 13.384-3.649 16.251-13.035 0-.174 1.653-5.562 1.653-5.649l-33.025-91.516h20.335l23.121 74.395h.345l23.121-74.395h19.815l-34.246 96.208c-7.818 22.163-16.857 29.289-35.804 29.289-1.566 0-6.26-.174-7.648-.434z\" fill=\"#000\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-6k454e\",\"data-framer-name\":\"Google Pay\",fill:\"black\",intrinsicHeight:316,intrinsicWidth:500,svg:'<svg fill=\"none\" height=\"316\" width=\"500\" xmlns=\"http://www.w3.org/2000/svg\"><rect fill=\"#fff\" height=\"315.282\" rx=\"30\" width=\"500\"/><rect height=\"312.282\" rx=\"28.5\" stroke=\"#000\" stroke-opacity=\".2\" stroke-width=\"3\" width=\"497\" x=\"1.5\" y=\"1.5\"/><path d=\"M236.692 156.329V202.6h-14.684V88.336h38.929c9.866 0 18.279 3.29 25.162 9.867 7.037 6.577 10.555 14.608 10.555 24.091 0 9.714-3.518 17.744-10.555 24.245-6.807 6.501-15.22 9.713-25.162 9.713h-24.245zm0-53.92v39.847h24.551c5.812 0 10.707-1.988 14.531-5.889 3.901-3.901 5.889-8.642 5.889-13.996 0-5.277-1.988-9.943-5.889-13.843-3.824-4.054-8.642-6.042-14.531-6.042h-24.551zm98.356 19.426c10.86 0 19.426 2.907 25.698 8.719 6.271 5.813 9.407 13.767 9.407 23.863V202.6h-13.996v-10.86h-.612c-6.042 8.948-14.149 13.384-24.245 13.384-8.642 0-15.831-2.524-21.644-7.648s-8.719-11.472-8.719-19.12c0-8.108 3.059-14.532 9.178-19.274 6.118-4.818 14.302-7.189 24.474-7.189 8.719 0 15.908 1.606 21.491 4.818v-3.365c0-5.124-1.988-9.407-6.042-13.002-4.053-3.595-8.795-5.354-14.225-5.354-8.184 0-14.685 3.442-19.427 10.402l-12.925-8.107c7.113-10.325 17.667-15.45 31.587-15.45zm-18.968 56.75c0 3.824 1.607 7.036 4.895 9.56 3.212 2.524 7.037 3.824 11.396 3.824 6.195 0 11.702-2.294 16.52-6.883s7.266-9.943 7.266-16.138c-4.589-3.594-10.937-5.43-19.121-5.43-5.965 0-10.936 1.453-14.914 4.283-4.053 2.983-6.042 6.577-6.042 10.784zM450 124.359l-48.948 112.582h-15.144l18.203-39.388-32.276-73.194h15.985l23.251 56.138h.306l22.638-56.138z\" fill=\"#3c4043\"/><path d=\"M178.283 146.998c0-4.788-.428-9.369-1.224-13.774h-61.552v25.239l35.449.007c-1.438 8.398-6.065 15.557-13.155 20.329v16.375h21.101c12.322-11.404 19.381-28.26 19.381-48.176z\" fill=\"#4285f4\"/><path d=\"M137.809 178.799c-5.874 3.962-13.438 6.279-22.287 6.279-17.094 0-31.595-11.518-36.788-27.044H56.967v16.888c10.784 21.399 32.949 36.084 58.555 36.084 17.698 0 32.566-5.821 43.388-15.84z\" fill=\"#34a853\"/><path d=\"M76.684 145.507c0-4.36.727-8.574 2.05-12.536v-16.887H56.968C52.508 124.933 50 134.922 50 145.507s2.516 20.573 6.968 29.422l21.766-16.887a39.51 39.51 0 0 1-2.05-12.535z\" fill=\"#fabb05\"/><path d=\"M115.522 105.927c9.66 0 18.31 3.327 25.14 9.828l18.699-18.684C148.004 86.493 133.197 80 115.522 80c-25.598 0-47.77 14.684-58.554 36.084l21.766 16.887c5.193-15.525 19.694-27.044 36.788-27.044z\" fill=\"#e94235\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1iabd\",\"data-framer-name\":\"PayPal\",fill:\"black\",intrinsicHeight:316,intrinsicWidth:500,svg:'<svg fill=\"none\" height=\"316\" width=\"500\" xmlns=\"http://www.w3.org/2000/svg\"><rect fill=\"#fff\" height=\"315.282\" rx=\"30\" width=\"500\"/><rect height=\"312.282\" rx=\"28.5\" stroke=\"#000\" stroke-opacity=\".2\" stroke-width=\"3\" width=\"497\" x=\"1.5\" y=\"1.5\"/><path d=\"M231.125 93.762a6.175 6.175 0 0 0-6.095 5.21l-10.128 64.233a6.17 6.17 0 0 1 6.095-5.211h29.677c29.867 0 55.211-21.788 59.842-51.314.345-2.205.54-4.43.584-6.661-7.59-3.98-16.506-6.257-26.276-6.257z\" fill=\"#001c64\"/><path d=\"M311.1 100.022a49.698 49.698 0 0 1-.584 6.66c-4.631 29.526-29.977 51.315-59.842 51.315h-29.677a6.169 6.169 0 0 0-6.095 5.21l-9.312 59.024-5.833 37.028a5.014 5.014 0 0 0 1.138 4.039 4.997 4.997 0 0 0 3.81 1.756h32.212a6.175 6.175 0 0 0 6.095-5.21l8.484-53.814a6.175 6.175 0 0 1 6.1-5.211h18.965c29.867 0 55.211-21.788 59.842-51.314 3.288-20.956-7.266-40.026-25.303-49.483z\" fill=\"#0070e0\"/><path d=\"M194.53 50.946a6.17 6.17 0 0 0-6.095 5.206l-25.277 160.284a5.014 5.014 0 0 0 4.953 5.795h37.484l9.307-59.024 10.128-64.232a6.175 6.175 0 0 1 6.095-5.21h53.699c9.772 0 18.686 2.28 26.276 6.257.52-26.882-21.662-49.076-52.159-49.076z\" fill=\"#003087\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-kxcy1y\",\"data-framer-name\":\"CashApp\",fill:\"black\",intrinsicHeight:316,intrinsicWidth:500,svg:'<svg fill=\"none\" height=\"316\" width=\"500\" xmlns=\"http://www.w3.org/2000/svg\"><rect fill=\"#00d633\" height=\"315.282\" rx=\"30\" width=\"500\"/><rect height=\"312.282\" rx=\"28.5\" stroke=\"#000\" stroke-opacity=\".2\" stroke-width=\"3\" width=\"497\" x=\"1.5\" y=\"1.5\"/><path d=\"M258.33 101.539a68.338 68.338 0 0 1 43.914 16.058c2.635 2.373 6.672 2.296 9.198-.187l12.642-12.628a6.426 6.426 0 0 0 .032-9.123c-.125-.124-.25-.232-.374-.341a100.53 100.53 0 0 0-33.797-18.85l3.788-18.587c.732-3.552-1.559-7.012-5.129-7.741a6.453 6.453 0 0 0-1.341-.14h-24.334c-3.102 0-5.799 2.141-6.47 5.166l-3.414 16.616c-32.409 1.583-59.893 17.563-59.893 50.314 0 28.314 22.713 40.477 46.721 48.995 22.713 8.409 34.747 11.527 34.747 23.365 0 11.837-12.003 19.3-29.681 19.3a65.452 65.452 0 0 1-46.144-17.982c-2.556-2.513-6.672-2.513-9.244 0l-13.547 13.188a6.496 6.496 0 0 0-.171 9.215c.047.062.109.109.171.171a89.67 89.67 0 0 0 39.176 21.363l-3.789 17.221a6.709 6.709 0 0 0 5.238 7.928c.39.078.795.124 1.201.14h24.412a6.637 6.637 0 0 0 6.516-5.197l3.523-16.322c38.833-2.373 62.575-23.178 62.575-53.633 0-28.035-23.664-39.873-52.395-49.523-16.431-6.143-30.632-10.177-30.632-22.309 0-12.133 13.25-16.508 26.501-16.508z\" fill=\"#fff\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1fx0dob\",\"data-framer-name\":\"Venmo\",fill:\"black\",intrinsicHeight:316,intrinsicWidth:500,svg:'<svg fill=\"none\" height=\"316\" width=\"500\" xmlns=\"http://www.w3.org/2000/svg\"><clipPath id=\"a\"><path d=\"M50 120h400v75H50z\"/></clipPath><rect fill=\"#008cff\" height=\"315.282\" rx=\"30\" width=\"500\"/><rect height=\"312.282\" rx=\"28.5\" stroke=\"#000\" stroke-opacity=\".2\" stroke-width=\"3\" width=\"497\" x=\"1.5\" y=\"1.5\"/><g clip-path=\"url(#a)\"><path d=\"M92.391 124.663c1.486 3.067 2.435 6.791 2.435 12.259 0 9.989-7.163 24.641-12.966 33.963l-6.211-49.29-25.649 2.4 11.749 69.269H91.04c12.826-16.651 28.626-40.361 28.626-58.615 0-5.723-1.217-10.252-3.917-14.652l-23.358 4.663zm70.638-4.4c-26.732 0-39.698 22.916-39.698 44.495 0 16.651 7.972 29.971 30.243 29.971 8.78 0 17.826-1.866 23.629-4.663l3.103-20.776c-8.237 4.128-14.577 5.723-21.195 5.723-6.08 0-10.662-3.189-10.662-11.321 13.774-.133 37.528-5.723 37.528-23.976 0-11.321-8.228-19.453-22.946-19.453zm-14.04 30.239c.677-7.99 6.88-13.583 11.605-13.583 2.703 0 4.995 1.595 4.995 4.793 0 6.658-11.883 8.787-16.603 8.787zm93.851-30.236c-9.58 0-16.334 3.602-21.463 6.93l-.274-5.731h-21.737l-11.475 71.802h25.115l7.963-50.351c2.16-1.068 5.402-2.533 8.637-2.533 2.437 0 4.463.797 4.463 3.995 0 1.332-.409 3.732-.543 4.925l-7.02 43.964h24.974l7.697-47.959c.409-2.525.817-6.39.817-9.053 0-9.596-4.463-15.992-17.154-15.989zm114.514-.003c-9.311 0-16.065 2.802-23.22 7.86-2.571-4.529-7.697-7.86-15.528-7.857-9.046 0-15.792 3.602-20.789 7.193l-.674-5.994h-21.472l-11.474 71.802h25.106l7.968-50.351c2.16-1.068 5.398-2.533 8.638-2.533 2.425 0 4.454.797 4.454 4.399 0 .928-.269 2.392-.4 3.594l-7.154 44.891h24.974l7.963-50.351c2.303-1.201 5.403-2.533 8.505-2.533 2.435 0 4.463.797 4.463 4.399 0 .928-.277 2.392-.408 3.594l-7.155 44.891h24.98l7.689-47.959c.409-2.525.817-6.39.817-9.053 0-9.596-4.46-15.992-17.283-15.992zm63.886 0c-27.949 0-40.097 21.189-40.097 43.831 0 17.182 7.02 30.906 28.214 30.906 28.623 0 40.64-23.176 40.64-45.558 0-16.919-7.697-29.179-28.76-29.179zm-8.374 55.686c-4.452 0-6.343-4.128-6.343-10.795 0-8.79 2.023-25.973 11.88-25.973 4.451 0 5.937 3.995 5.937 9.86 0 8.79-2.16 26.911-11.477 26.911z\" fill=\"#fff\"/></g></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1vxjkqo\",\"data-framer-name\":\"Alipay\",fill:\"black\",intrinsicHeight:316,intrinsicWidth:500,svg:'<svg fill=\"none\" height=\"316\" width=\"500\" xmlns=\"http://www.w3.org/2000/svg\"><rect fill=\"#1677ff\" height=\"315.282\" rx=\"30\" width=\"500\"/><rect height=\"312.282\" rx=\"28.5\" stroke=\"#000\" stroke-opacity=\".2\" stroke-width=\"3\" width=\"497\" x=\"1.5\" y=\"1.5\"/><path d=\"M336.583 201.456c-12.083-4.095-28.337-10.366-46.419-16.981 10.855-19.1 19.539-40.835 25.252-64.46H255.8V98.309h73.013V86.196H255.8V50h-29.793c-5.228 0-5.228 5.212-5.228 5.212v30.955h-73.841V98.28h73.841v21.707h-60.987V132.1h118.261c-4.314 15.062-10.141 29.237-17.025 42.095-38.363-12.8-79.326-23.167-105.035-16.781-16.453 4.095-27.051 11.397-33.278 19.072C94.149 211.622 114.631 265 174.96 265c35.679 0 70.043-20.103 96.665-53.235C311.36 231.066 390 264.227 390 264.227v-47.25s-9.884-.802-53.417-15.549m-167.278 43.154c-47.047 0-60.959-37.456-37.707-57.959 7.77-6.93 21.938-10.309 29.48-11.054 27.937-2.777 53.817 7.99 84.353 23.052-21.452 28.293-48.789 45.99-76.126 45.99\" fill=\"#fff\"/></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J1S5ISRvC:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1440px)`},Py9uhSJu9:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1440px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:`max(min(${componentViewport?.width||\"100vw\"} - 48px, 1440px) * 0.4002 - 48px, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nq5ski-container\",nodeId:\"IaBoOWRjq\",scopeId:\"PTCIvNTJw\",children:/*#__PURE__*/_jsx(ElementsAccordion,{aKdX0dtaY:cXeJmvvZQ,Bz7mRCktX:true,height:\"100%\",id:\"IaBoOWRjq\",layoutId:\"IaBoOWRjq\",N0bLdyw8h:ywHCffRZ4,qjzLotycz:\"\\xc0 ajouter les b\\xe9n\\xe9fices\",style:{width:\"100%\"},v7GmS5esQ:\"Les B\\xe9n\\xe9fices\",variant:\"DEAEY6D9G\",width:\"100%\",ZWTXOupXu:siPWLaJ17})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J1S5ISRvC:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1440px)`},Py9uhSJu9:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1440px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:`max(min(${componentViewport?.width||\"100vw\"} - 48px, 1440px) * 0.4002 - 48px, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nklwum-container\",nodeId:\"YcPQ3w4HA\",scopeId:\"PTCIvNTJw\",children:/*#__PURE__*/_jsx(ElementsAccordion,{aKdX0dtaY:\"text\",Bz7mRCktX:false,height:\"100%\",id:\"YcPQ3w4HA\",layoutId:\"YcPQ3w4HA\",N0bLdyw8h:\"Answer\",qjzLotycz:sxtZjw3_6,style:{width:\"100%\"},v7GmS5esQ:\"Conseil d'utilisation\",variant:\"UsxuANqVL\",width:\"100%\",ZWTXOupXu:\"text\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J1S5ISRvC:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1440px)`},Py9uhSJu9:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1440px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:`max(min(${componentViewport?.width||\"100vw\"} - 48px, 1440px) * 0.4002 - 48px, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-voaxkq-container\",nodeId:\"dMOZUfwMM\",scopeId:\"PTCIvNTJw\",children:/*#__PURE__*/_jsx(ElementsAccordion,{aKdX0dtaY:\"text\",Bz7mRCktX:false,height:\"100%\",id:\"dMOZUfwMM\",layoutId:\"dMOZUfwMM\",N0bLdyw8h:\"Answer\",qjzLotycz:pbY7DyWK3,style:{width:\"100%\"},v7GmS5esQ:\"Les ingr\\xe9dients\",variant:\"UsxuANqVL\",width:\"100%\",ZWTXOupXu:\"text\"})})})})]})]})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-pty4z7\",\"data-framer-name\":\"Browse More\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1uf74ra\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bfi5gz\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11wjatu\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-197u36d\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by1yZWd1bGFy\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--token-2007957d-a074-4c0c-8a33-8d85ed1ba0fd, rgb(0, 0, 0))\"},children:\"Jamais (2) deux sans trois (3)\"})}),className:\"framer-n0am8g\",effect:textEffect,fonts:[\"GF;Lato-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J1S5ISRvC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--token-563917f7-788f-412e-bbb3-52a063ef4a82, rgba(0, 0, 0, 0.56))\"},children:\"Des produits compl\\xe9mentaires pour votre routine beaut\\xe9.\"})})},Py9uhSJu9:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"13px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--token-563917f7-788f-412e-bbb3-52a063ef4a82, rgba(0, 0, 0, 0.56))\"},children:\"Des produits compl\\xe9mentaires\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"13px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--token-563917f7-788f-412e-bbb3-52a063ef4a82, rgba(0, 0, 0, 0.56))\"},children:\"pour votre skincare routine.\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--token-dbf44650-ca4b-46cd-b59d-183bbe3e5a58, rgba(0, 0, 0, 0.56))\"},children:\"Des produits compl\\xe9mentaires pour votre routine beaut\\xe9.\"})}),className:\"framer-16k4qnm\",effect:textEffect1,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Xx1PHin3b\"},implicitPathVariables:undefined},{href:{webPageId:\"Xx1PHin3b\"},implicitPathVariables:undefined},{href:{webPageId:\"Xx1PHin3b\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-158f672-container\",\"data-framer-name\":\"Button\",isModuleExternal:true,name:\"Button\",nodeId:\"PyLNMpUo5\",rendersWithMotion:true,scopeId:\"PTCIvNTJw\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J1S5ISRvC:{ZbmxbSyuG:resolvedLinks[1]},Py9uhSJu9:{ZbmxbSyuG:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(ButtonsButton,{height:\"100%\",id:\"PyLNMpUo5\",layoutId:\"PyLNMpUo5\",name:\"Button\",variant:\"AEGYYedD3\",VArIlTNTt:\"Voir Plus\",width:\"100%\",Wkl2LaE_O:false,X0C_MyY4o:false,ySQRauHhw:true,ZbmxbSyuG:resolvedLinks[0]})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ds0ayj\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"sra4sdSpN\",data:Boutique,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},select:[{collection:\"sra4sdSpN\",name:\"t_ufv89De\",type:\"Identifier\"},{collection:\"sra4sdSpN\",name:\"xkbbTLBJo\",type:\"Identifier\"},{collection:\"sra4sdSpN\",name:\"kLRUawkfc\",type:\"Identifier\"},{collection:\"sra4sdSpN\",name:\"p_I6HCOI8\",type:\"Identifier\"},{collection:\"sra4sdSpN\",name:\"b8xVnJEGq\",type:\"Identifier\"},{collection:\"sra4sdSpN\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{left:{collection:\"sra4sdSpN\",name:\"aFqLG6gwS\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:aFqLG6gwS},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"sra4sdSpN\",name:\"p_I6HCOI8\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:p_I6HCOI8},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"sra4sdSpN\",name:\"xkbbTLBJo\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:xkbbTLBJo},type:\"BinaryOperation\"}},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({b8xVnJEGq:b8xVnJEGqsra4sdSpN,id:idsra4sdSpN,kLRUawkfc:kLRUawkfcsra4sdSpN,p_I6HCOI8:p_I6HCOI8sra4sdSpN,t_ufv89De:t_ufv89Desra4sdSpN,xkbbTLBJo:xkbbTLBJosra4sdSpN},index)=>{xkbbTLBJosra4sdSpN??=\"\";kLRUawkfcsra4sdSpN??=\"\";p_I6HCOI8sra4sdSpN??=\"\";b8xVnJEGqsra4sdSpN??=0;return /*#__PURE__*/_jsx(LayoutGroup,{id:`sra4sdSpN-${idsra4sdSpN}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{kLRUawkfc:kLRUawkfcsra4sdSpN},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-izln7k\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{kLRUawkfc:kLRUawkfcsra4sdSpN},webPageId:\"PTCIvNTJw\"},implicitPathVariables:undefined},{href:{pathVariables:{kLRUawkfc:kLRUawkfcsra4sdSpN},webPageId:\"PTCIvNTJw\"},implicitPathVariables:undefined},{href:{pathVariables:{kLRUawkfc:kLRUawkfcsra4sdSpN},webPageId:\"PTCIvNTJw\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J1S5ISRvC:{width:`max(max((min(${componentViewport?.width||\"100vw\"} - 48px, 1440px) - 48px) / 2, 50px), 1px)`},Py9uhSJu9:{width:`max(max(min(${componentViewport?.width||\"100vw\"} - 48px, 1440px), 50px), 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:409,width:`max(max((min(${componentViewport?.width||\"100vw\"} - 48px, 1440px) - 96px) / 3, 50px), 1px)`,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation2,className:\"framer-gt94nb-container\",\"data-framer-appear-id\":\"gt94nb\",initial:animation3,nodeId:\"WeAQnmvYD\",optimized:true,rendersWithMotion:true,scopeId:\"PTCIvNTJw\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J1S5ISRvC:{AUaLwCuhl:resolvedLinks1[1]},Py9uhSJu9:{AUaLwCuhl:resolvedLinks1[2]}},children:/*#__PURE__*/_jsx(CardsProducts,{AUaLwCuhl:resolvedLinks1[0],aW1sHTRO2:xkbbTLBJosra4sdSpN,height:\"100%\",id:\"WeAQnmvYD\",layoutId:\"WeAQnmvYD\",lbPPRjqFD:numberToString(b8xVnJEGqsra4sdSpN,{currency:\"CAD\",currencyDisplay:\"symbol\",locale:\"\",notation:\"standard\",style:\"currency\"},activeLocaleCode),QHlxZrXqJ:p_I6HCOI8sra4sdSpN,style:{width:\"100%\"},variant:\"EfXCNRD8w\",vpCQYNMyN:toResponsiveImage(t_ufv89Desra4sdSpN),width:\"100%\"})})})})})})})})},idsra4sdSpN);})})})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:828,width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1440px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-19hofup-container\",nodeId:\"WQT5ace70\",scopeId:\"PTCIvNTJw\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J1S5ISRvC:{variant:\"hM4hXg78F\"},Py9uhSJu9:{variant:\"YN3Dvd8Pd\"}},children:/*#__PURE__*/_jsx(FooterFooter2,{height:\"100%\",id:\"WQT5ace70\",layoutId:\"WQT5ace70\",style:{width:\"100%\"},variant:\"MR6UETg44\",width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-sghuj0-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"c9FAV7_jB\",scopeId:\"PTCIvNTJw\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"c9FAV7_jB\",intensity:8,layoutId:\"c9FAV7_jB\",width:\"100%\"})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-m4pldj hidden-mp9a5d\",\"data-framer-name\":\"Floating Navigation\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:61,width:\"1440px\",y:19,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dy9q8d-container\",nodeId:\"AExlDDCg3\",scopeId:\"PTCIvNTJw\",children:/*#__PURE__*/_jsx(BoutiqueNavbar,{height:\"100%\",id:\"AExlDDCg3\",layoutId:\"AExlDDCg3\",style:{maxWidth:\"100%\"},variant:\"mOXsaH8PT\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-G2lJI.framer-39m2so, .framer-G2lJI .framer-39m2so { display: block; }\",\".framer-G2lJI.framer-1p18ftz { align-content: center; align-items: center; background-color: var(--token-f5b2dca0-c531-4796-8f10-7a33500a6af8, #f7f6f2); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-G2lJI .framer-pz36x7-container { flex: none; height: auto; left: 50%; position: fixed; top: 21px; transform: translateX(-50%); width: 94%; z-index: 10; }\",\".framer-G2lJI .framer-7w899t-container, .framer-G2lJI .framer-sghuj0-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-G2lJI .framer-fqjszo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 24px; position: relative; width: 100%; }\",\".framer-G2lJI .framer-1sbcxnw { align-content: center; align-items: center; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: visible; padding: 120px 0px 0px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-G2lJI .framer-j97gu2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-G2lJI .framer-33p3l9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: sticky; top: 120px; width: 60%; z-index: 1; }\",\".framer-G2lJI .framer-1a6cxgs-container { flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\",\".framer-G2lJI .framer-1rel9yj { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-G2lJI .framer-1sfujwl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-G2lJI .framer-va0dm8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-G2lJI .framer-1tpq407 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-G2lJI .framer-zk3eqn, .framer-G2lJI .framer-16k4qnm { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-G2lJI .framer-151v7o1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-G2lJI .framer-mc3xzb { align-content: center; align-items: center; background-color: var(--token-97521523-0769-4c31-8536-4044e9bb5bba, #b99e90); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 6px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-G2lJI .framer-1qp7ixv, .framer-G2lJI .framer-1x7471y, .framer-G2lJI .framer-w3r1h3, .framer-G2lJI .framer-n0am8g { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-G2lJI .framer-wdkygy { --framer-paragraph-spacing: 32px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-G2lJI .framer-s4gr90-container, .framer-G2lJI .framer-5j4t0w-container, .framer-G2lJI .framer-1nq5ski-container, .framer-G2lJI .framer-1nklwum-container, .framer-G2lJI .framer-voaxkq-container, .framer-G2lJI .framer-19hofup-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-G2lJI .framer-1pe4s03 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-G2lJI .framer-1q4ckjv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-G2lJI .framer-ryfc7r-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-G2lJI .framer-bvz0j4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 40px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-G2lJI .framer-hhlthq-container, .framer-G2lJI .framer-1hd5arq-container { flex: none; height: 40px; position: relative; width: 40px; }\",\".framer-G2lJI .framer-g3hf8v-container { flex: none; height: 40px; position: relative; width: 60px; }\",\".framer-G2lJI .framer-18sv0jv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 320px; }\",\".framer-G2lJI .framer-zku9l3, .framer-G2lJI .framer-y98ewi, .framer-G2lJI .framer-ibbewk, .framer-G2lJI .framer-be7dud, .framer-G2lJI .framer-1trcvgd, .framer-G2lJI .framer-1jlnetn, .framer-G2lJI .framer-bdqs9f, .framer-G2lJI .framer-1vlpjlt, .framer-G2lJI .framer-ht6gjs, .framer-G2lJI .framer-6k454e, .framer-G2lJI .framer-kxcy1y, .framer-G2lJI .framer-1vxjkqo { aspect-ratio: 1.5822784810126582 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); position: relative; width: 32px; }\",\".framer-G2lJI .framer-zkfgrd, .framer-G2lJI .framer-1iabd, .framer-G2lJI .framer-1fx0dob { aspect-ratio: 1.5822784810126582 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 21px); position: relative; width: 32px; }\",\".framer-G2lJI .framer-pty4z7 { align-content: center; align-items: center; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: visible; padding: 40px 0px 0px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-G2lJI .framer-1uf74ra { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 65px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-G2lJI .framer-1bfi5gz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-G2lJI .framer-11wjatu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-G2lJI .framer-197u36d { align-content: flex-start; align-items: flex-start; 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-G2lJI .framer-158f672-container { flex: none; height: auto; position: relative; width: auto; z-index: 1; }\",\".framer-G2lJI .framer-1ds0ayj { display: grid; flex: none; gap: 48px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(50px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-G2lJI .framer-izln7k { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: flex-start; justify-self: start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-G2lJI .framer-gt94nb-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-G2lJI .framer-m4pldj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; left: 50%; max-width: 1488px; overflow: visible; padding: 0px 0px 0px 24px; position: fixed; top: 19px; transform: translateX(-50%); width: 100%; z-index: 9; }\",\".framer-G2lJI .framer-1dy9q8d-container { flex: none; height: auto; max-width: 1440px; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-G2lJI.framer-1p18ftz, .framer-G2lJI .framer-fqjszo, .framer-G2lJI .framer-1sbcxnw, .framer-G2lJI .framer-j97gu2, .framer-G2lJI .framer-33p3l9, .framer-G2lJI .framer-1rel9yj, .framer-G2lJI .framer-1sfujwl, .framer-G2lJI .framer-va0dm8, .framer-G2lJI .framer-1tpq407, .framer-G2lJI .framer-151v7o1, .framer-G2lJI .framer-mc3xzb, .framer-G2lJI .framer-1pe4s03, .framer-G2lJI .framer-1q4ckjv, .framer-G2lJI .framer-bvz0j4, .framer-G2lJI .framer-18sv0jv, .framer-G2lJI .framer-pty4z7, .framer-G2lJI .framer-1uf74ra, .framer-G2lJI .framer-1bfi5gz, .framer-G2lJI .framer-197u36d, .framer-G2lJI .framer-izln7k, .framer-G2lJI .framer-m4pldj { gap: 0px; } .framer-G2lJI.framer-1p18ftz > *, .framer-G2lJI .framer-1sbcxnw > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-G2lJI.framer-1p18ftz > :first-child, .framer-G2lJI .framer-fqjszo > :first-child, .framer-G2lJI .framer-1sbcxnw > :first-child, .framer-G2lJI .framer-33p3l9 > :first-child, .framer-G2lJI .framer-1rel9yj > :first-child, .framer-G2lJI .framer-1sfujwl > :first-child, .framer-G2lJI .framer-va0dm8 > :first-child, .framer-G2lJI .framer-1tpq407 > :first-child, .framer-G2lJI .framer-1pe4s03 > :first-child, .framer-G2lJI .framer-pty4z7 > :first-child, .framer-G2lJI .framer-1uf74ra > :first-child, .framer-G2lJI .framer-1bfi5gz > :first-child, .framer-G2lJI .framer-197u36d > :first-child { margin-top: 0px; } .framer-G2lJI.framer-1p18ftz > :last-child, .framer-G2lJI .framer-fqjszo > :last-child, .framer-G2lJI .framer-1sbcxnw > :last-child, .framer-G2lJI .framer-33p3l9 > :last-child, .framer-G2lJI .framer-1rel9yj > :last-child, .framer-G2lJI .framer-1sfujwl > :last-child, .framer-G2lJI .framer-va0dm8 > :last-child, .framer-G2lJI .framer-1tpq407 > :last-child, .framer-G2lJI .framer-1pe4s03 > :last-child, .framer-G2lJI .framer-pty4z7 > :last-child, .framer-G2lJI .framer-1uf74ra > :last-child, .framer-G2lJI .framer-1bfi5gz > :last-child, .framer-G2lJI .framer-197u36d > :last-child { margin-bottom: 0px; } .framer-G2lJI .framer-fqjszo > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-G2lJI .framer-j97gu2 > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-G2lJI .framer-j97gu2 > :first-child, .framer-G2lJI .framer-151v7o1 > :first-child, .framer-G2lJI .framer-mc3xzb > :first-child, .framer-G2lJI .framer-1q4ckjv > :first-child, .framer-G2lJI .framer-bvz0j4 > :first-child, .framer-G2lJI .framer-18sv0jv > :first-child, .framer-G2lJI .framer-izln7k > :first-child, .framer-G2lJI .framer-m4pldj > :first-child { margin-left: 0px; } .framer-G2lJI .framer-j97gu2 > :last-child, .framer-G2lJI .framer-151v7o1 > :last-child, .framer-G2lJI .framer-mc3xzb > :last-child, .framer-G2lJI .framer-1q4ckjv > :last-child, .framer-G2lJI .framer-bvz0j4 > :last-child, .framer-G2lJI .framer-18sv0jv > :last-child, .framer-G2lJI .framer-izln7k > :last-child, .framer-G2lJI .framer-m4pldj > :last-child { margin-right: 0px; } .framer-G2lJI .framer-33p3l9 > *, .framer-G2lJI .framer-1pe4s03 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-G2lJI .framer-1rel9yj > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-G2lJI .framer-1sfujwl > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-G2lJI .framer-va0dm8 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-G2lJI .framer-1tpq407 > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-G2lJI .framer-151v7o1 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-G2lJI .framer-mc3xzb > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-G2lJI .framer-1q4ckjv > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-G2lJI .framer-bvz0j4 > *, .framer-G2lJI .framer-18sv0jv > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-G2lJI .framer-pty4z7 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-G2lJI .framer-1uf74ra > * { margin: 0px; margin-bottom: calc(65px / 2); margin-top: calc(65px / 2); } .framer-G2lJI .framer-1bfi5gz > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-G2lJI .framer-197u36d > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-G2lJI .framer-izln7k > *, .framer-G2lJI .framer-m4pldj > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-G2lJI.framer-1p18ftz { width: 810px; } .framer-G2lJI .framer-j97gu2 { flex-direction: column; } .framer-G2lJI .framer-33p3l9 { position: relative; top: unset; width: 100%; } .framer-G2lJI .framer-1rel9yj { flex: none; width: 100%; } .framer-G2lJI .framer-1ds0ayj { grid-template-columns: repeat(2, minmax(50px, 1fr)); } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-G2lJI .framer-j97gu2 { gap: 0px; } .framer-G2lJI .framer-j97gu2 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-G2lJI .framer-j97gu2 > :first-child { margin-top: 0px; } .framer-G2lJI .framer-j97gu2 > :last-child { margin-bottom: 0px; } }}\",\"@media (max-width: 809px) { .framer-G2lJI.framer-1p18ftz { width: 390px; } .framer-G2lJI .framer-1sbcxnw { padding: 64px 0px 64px 0px; } .framer-G2lJI .framer-j97gu2 { flex-direction: column; } .framer-G2lJI .framer-33p3l9 { position: relative; top: unset; width: 100%; } .framer-G2lJI .framer-1rel9yj { flex: none; width: 100%; } .framer-G2lJI .framer-zk3eqn { --framer-text-wrap-override: balance; } .framer-G2lJI .framer-1qp7ixv, .framer-G2lJI .framer-w3r1h3, .framer-G2lJI .framer-n0am8g, .framer-G2lJI .framer-16k4qnm { --framer-text-wrap: balance; } .framer-G2lJI .framer-pty4z7 { padding: 32px 0px 64px 0px; } .framer-G2lJI .framer-1ds0ayj { grid-template-columns: repeat(1, minmax(50px, 1fr)); } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-G2lJI .framer-j97gu2 { gap: 0px; } .framer-G2lJI .framer-j97gu2 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-G2lJI .framer-j97gu2 > :first-child { margin-top: 0px; } .framer-G2lJI .framer-j97gu2 > :last-child { margin-bottom: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2456\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"J1S5ISRvC\":{\"layout\":[\"fixed\",\"auto\"]},\"Py9uhSJu9\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerPTCIvNTJw=withCSS(Component,css,\"framer-G2lJI\");export default FramerPTCIvNTJw;FramerPTCIvNTJw.displayName=\"Shop\";FramerPTCIvNTJw.defaultProps={height:2456,width:1200};addFonts(FramerPTCIvNTJw,[{explicitInter:true,fonts:[{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:\"Lato\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHvxw6XweuBCY.woff2\",weight:\"400\"},{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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]},...NavigationMobileNavigationFonts,...FrameshipShopifyFonts,...FrameshipImageGalleryFonts,...VariantButtonsFonts,...AddToCartButtonFonts,...QuantityInputFonts,...BuyNowButtonFonts,...ElementsAccordionFonts,...ButtonsButtonFonts,...CardsProductsFonts,...FooterFooter2Fonts,...SmoothScrollFonts,...BoutiqueNavbarFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...componentPresets.fonts?.[\"YWPRmsglr\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"YWPRmsglr\"]):[],...componentPresets.fonts?.[\"aWZdBlULs\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"aWZdBlULs\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerPTCIvNTJw\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1200\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerIntrinsicHeight\":\"2456\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"J1S5ISRvC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Py9uhSJu9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["State", "defaultText", "BuyNowButton", "props", "newTab", "layer", "shopifyId", "tracksInventory", "parseShopifyData", "isCanvas", "RenderTarget", "quantity", "selectedVariantOptions", "useProductStore", "state", "selectedVariant", "useSelectedVariant", "inventory", "inventoryIsLoading", "useAmountInStock", "p", "Button", "windowReference", "window", "generateBuyNowCheckoutUrl", "checkoutUrl", "addPropertyControls", "ControlType", "createButtonPropertyControls", "Colors", "fontStore", "fonts", "css", "className", "PhosphorFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "arrowLeft", "arrowRight", "click", "height", "id", "label", "link", "newTab", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "_ref1", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "VArIlTNTt", "ZbmxbSyuG", "X0C_MyY4o", "ySQRauHhw", "Wkl2LaE_O", "ewVlBc0hz", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1ln6789", "args", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "ComponentViewportProvider", "RichText2", "css", "FramerOhRJHg5gH", "withCSS", "OhRJHg5gH_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "HIDDEN_CLASS", "SAMPLE_VARIANTS", "State", "alignmentMap", "VariantButtonsComponent", "props", "shopifyData", "variantOptions", "titles", "textButtons", "layout", "shopifyId", "tracksInventory", "variants", "parseShopifyData", "horizontal", "isCanvas", "RenderTarget", "selectedVariantOptions", "setSelectedVariantOption", "useProductStore", "state", "inventory", "inventoryIsLoading", "useAmountInStock", "options", "parseVariantOptions", "disabledOptionValues", "option", "disabledValues", "value", "matchingVariants", "variant", "o", "outOfStockVariants", "selectedOptions", "hasUpdatedGlobalState", "firstAvailableVariantOptions", "name", "values", "onVariantClicked", "optionName", "optionValue", "p", "u", "index", "selected", "disabled", "Button", "VariantButtons", "withCSS", "VariantButtons_default", "addPropertyControls", "ControlType", "createButtonPropertyControls", "Colors", "variantOptionsCache", "cachedResult", "result", "i", "parseShopifyId", "ShopifyDataType", "error", "State", "defaultText", "AddToCartButton", "props", "shopifyId", "tracksInventory", "variants", "parseShopifyData", "isCanvas", "RenderTarget", "state", "setState", "ye", "items", "addToCart", "useCartStore", "quantity", "selectedVariantOptions", "useProductStore", "inventory", "inventoryIsLoading", "useAmountInStock", "selectedVariant", "useSelectedVariant", "ue", "p", "Button", "window", "OPEN_CART_EVENT", "addPropertyControls", "ControlType", "createButtonPropertyControls", "Colors", "PhosphorFonts", "getFonts", "Icon", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "toResponsiveImage", "value", "Transition", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "image", "link", "price", "title", "type", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "vpCQYNMyN", "aW1sHTRO2", "AUaLwCuhl", "QHlxZrXqJ", "lbPPRjqFD", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnterv2tdpm", "args", "onMouseLeave1fzw58x", "scopingClassNames", "cx", "LayoutGroup", "u", "Link", "ComponentViewportProvider", "SmartComponentScopedContainer", "SVG", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "FramerajAUX6DRx", "withCSS", "ajAUX6DRx_default", "addPropertyControls", "ControlType", "addFonts", "PhosphorFonts", "getFonts", "Icon", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "negate", "value", "transformTemplate1", "_", "Transition", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "aDV1", "aDV2", "aDV3", "advantages", "answer", "height", "id", "question", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "v7GmS5esQ", "qjzLotycz", "Bz7mRCktX", "N0bLdyw8h", "aKdX0dtaY", "ZWTXOupXu", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1lx3nq3", "args", "onTapzxcd8d", "onTap162q07l", "onTap19gfca5", "scopingClassNames", "cx", "visible", "isDisplayed", "LayoutGroup", "u", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "Framerlt_OP6pZu", "withCSS", "lt_OP6pZu_default", "addPropertyControls", "ControlType", "addFonts", "borderProp", "color", "ControlType", "Border", "width", "style", "radius", "p", "ImageZoom", "props", "_props_image", "_props_image1", "action", "zoom", "setZoom", "ye", "origin", "setOrigin", "imgRef", "pe", "updateOrigin", "e", "left", "top", "width", "height", "y", "handleMouseEnter", "handleMouseLeave", "handleMouseUp", "u", "p", "motion", "Border", "addPropertyControls", "ControlType", "borderProp", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "click", "height", "id", "image", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "GBi9Swc4q", "WCgcb3OFQ", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1q51xnk", "args", "scopingClassNames", "cx", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "css", "FrameroaYZfotUl", "withCSS", "oaYZfotUl_default", "addPropertyControls", "ControlType", "addFonts", "FrameshipGalleryItemFonts", "getFonts", "oaYZfotUl_default", "ImageZoomFonts", "ImageZoom", "PhosphorFonts", "Icon", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "transformTemplate1", "_", "Transition", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "image1", "image2", "image3", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "EpS2iXyo7", "P2lnBz26D", "UEZPwfUqX", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "WCgcb3OFQkc15wy", "args", "WCgcb3OFQ1s4aa1l", "scopingClassNames", "cx", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "SVG", "RichText2", "css", "FramerX1wi0AWku", "withCSS", "X1wi0AWku_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "tap", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "mNnEtKoz7", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1j5npcq", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "css", "FramerI3W0_pq29", "withCSS", "I3W0_pq29_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "arrow", "bGFill", "click", "height", "hover", "hoverFill", "id", "link", "newTab", "selectedFill", "text", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "Rm4iGSliJ", "ABmncoIWi", "JSXmcuWKC", "KGsff2JX2", "iqORz9_ZF", "qsy89vfHT", "l_uXsrugr", "hYoSUJrtV", "pl4X4hAzb", "j4Ks0W1g1", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapuom7fx", "args", "onMouseEntera3gt3k", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "RichText2", "SVG", "css", "FramerMl9xPyGXL", "withCSS", "Ml9xPyGXL_default", "addPropertyControls", "ControlType", "addFonts", "FrameshipCartFonts", "getFonts", "yvmnrmtsD_default", "NavigationHamburgerFonts", "I3W0_pq29_default", "NavigationLink2Fonts", "Ml9xPyGXL_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "zaPtc45oB1jcsub8", "args", "mNnEtKoz713y10jn", "mNnEtKoz76azkgj", "scopingClassNames", "cx", "isDisplayed", "router", "useRouter", "LayoutGroup", "u", "Link", "Image2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "SmartComponentScopedContainer", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "css", "FramerZQqGdBMVR", "withCSS", "ZQqGdBMVR_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "NavigationMobileNavigationFonts", "getFonts", "ZQqGdBMVR_default", "FrameshipShopifyFonts", "Frameship", "FrameshipImageGalleryFonts", "X1wi0AWku_default", "VariantButtonsFonts", "VariantButtons_default", "AddToCartButtonFonts", "AddToCartButton", "QuantityInputFonts", "QuantityInput_default", "BuyNowButtonFonts", "BuyNowButton", "ElementsAccordionFonts", "lt_OP6pZu_default", "ButtonsButtonFonts", "OhRJHg5gH_default", "ContainerWithFX", "withFX", "Container", "CardsProductsFonts", "ajAUX6DRx_default", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "FooterFooter2Fonts", "tTe5Vlt7K_default", "SmoothScrollFonts", "SmoothScroll", "BoutiqueNavbarFonts", "NZkcPIJGc_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "toResponsiveImage", "value", "numberToString", "options", "activeLocale", "fallbackLocale", "locale", "useGrouping", "notation", "compactDisplay", "style", "currency", "currencyDisplay", "unit", "unitDisplay", "minimumFractionDigits", "maximumFractionDigits", "minimumIntegerDigits", "formatOptions", "number", "prefix", "equals", "a", "b", "negate", "animation", "transition1", "textEffect", "textEffect1", "animation1", "transition2", "transition3", "animation2", "animation3", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "DQawSyO7S_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "className", "layoutId", "variant", "t_ufv89De", "FiSgoY_vg", "xkbbTLBJo", "b8xVnJEGq", "oU9wWrgnU", "p_I6HCOI8", "FQFbqYhM6", "CrxKoYgMs", "XKiBx0Xa3", "ywHCffRZ4", "cXeJmvvZQ", "siPWLaJ17", "sxtZjw3_6", "pbY7DyWK3", "t_ufv89Desra4sdSpN", "xkbbTLBJosra4sdSpN", "kLRUawkfcsra4sdSpN", "p_I6HCOI8sra4sdSpN", "b8xVnJEGqsra4sdSpN", "idsra4sdSpN", "aFqLG6gwS", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "isDisplayed", "activeLocaleCode", "useLocaleCode", "textContent", "visible", "textContent1", "router", "useRouter", "isDisplayed1", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "PropertyOverrides2", "ComponentViewportProvider", "RichText2", "x", "ComponentPresetsProvider", "SVG", "ResolveLinks", "resolvedLinks", "ChildrenCanSuspend", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "resolvedLinks1", "css", "FramerPTCIvNTJw", "withCSS", "PTCIvNTJw_default", "addFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
