{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/wtlGzcgEFManzES5OXSk/Fyn4Mq2HwntspJzLn4rm/augiA20Il.js"],
  "sourcesContent": ["// Generated by Framer (47ebf4a)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useOverlayState,useQueryData,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import FrameshipShopify from\"https://framerusercontent.com/modules/1kPVCHEEg0BrtObiM14s/0pF6xqxTdF3B7QmAJkJI/Frameship.js\";import Logo from\"#framer/local/canvasComponent/bzoMuDxZQ/bzoMuDxZQ.js\";import Footer from\"#framer/local/canvasComponent/C487YviG3/C487YviG3.js\";import MenuModal from\"#framer/local/canvasComponent/ejlz6WIIZ/ejlz6WIIZ.js\";import Newsletter from\"#framer/local/canvasComponent/fnVsk5sOH/fnVsk5sOH.js\";import Links from\"#framer/local/canvasComponent/fYVWk2NPP/fYVWk2NPP.js\";import Ticker from\"#framer/local/canvasComponent/hu_99V5tx/hu_99V5tx.js\";import Highlight from\"#framer/local/canvasComponent/i3bfrrqmj/i3bfrrqmj.js\";import CardProduct from\"#framer/local/canvasComponent/l8Riu48Xv/l8Riu48Xv.js\";import Feature from\"#framer/local/canvasComponent/MMVCRmNk8/MMVCRmNk8.js\";import Default from\"#framer/local/canvasComponent/nJdB37EAi/nJdB37EAi.js\";import RemixButton from\"#framer/local/canvasComponent/Orf7l7r4y/Orf7l7r4y.js\";import Icon from\"#framer/local/canvasComponent/SIxW95jdf/SIxW95jdf.js\";import Cart from\"#framer/local/canvasComponent/wX9TFGRKe/wX9TFGRKe.js\";import Product from\"#framer/local/collection/DvtTk3z6E/DvtTk3z6E.js\";import*as sharedStyle from\"#framer/local/css/qZIEuGxxj/qZIEuGxxj.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const FrameshipShopifyFonts=getFonts(FrameshipShopify);const LogoFonts=getFonts(Logo);const ContainerWithFX=withFX(Container);const DefaultFonts=getFonts(Default);const MenuModalFonts=getFonts(MenuModal);const CartFonts=getFonts(Cart);const IconFonts=getFonts(Icon);const LinksFonts=getFonts(Links);const CardProductFonts=getFonts(CardProduct);const HighlightFonts=getFonts(Highlight);const NewsletterFonts=getFonts(Newsletter);const FeatureFonts=getFonts(Feature);const TickerFonts=getFonts(Ticker);const FooterFonts=getFonts(Footer);const RemixButtonFonts=getFonts(RemixButton);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const breakpoints={JeRbxsFms:\"(max-width: 809px)\",UsnufxyQh:\"(min-width: 810px) and (max-width: 1199px)\",WQLkyLRf1:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-DJD7P\";const variantClassNames={JeRbxsFms:\"framer-v-1cm8ihc\",UsnufxyQh:\"framer-v-7re0ww\",WQLkyLRf1:\"framer-v-72rtr7\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-150};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:-150};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition2={bounce:.2,delay:0,duration:.3,type:\"spring\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:-110};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-110};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const 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 toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transition3={bounce:0,delay:1,duration:.3,type:\"spring\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation6={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:80};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"JeRbxsFms\",Tablet:\"UsnufxyQh\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};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,tDqkG0dIQBbcdMfBNE,DuRnmnG78BbcdMfBNE,IWDU1V2CpBbcdMfBNE,SvxLC2MdHBbcdMfBNE,Xg7vN3vTvBbcdMfBNE,lCNVGw7XuBbcdMfBNE,idBbcdMfBNE,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,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);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const Gd5dS_l8D3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const lLZZncAAQ1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"JeRbxsFms\")return false;return true;};const elementId=useRouteElementId(\"oZMQVeAYj\");const activeLocaleCode=useLocaleCode();const router=useRouter();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-3b566bfe-55e9-494a-9c63-7e05257233cf, rgb(233, 233, 240)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",backgroundSize:1.2,fit:\"tile\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0),pixelHeight:256,pixelWidth:256,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/6mcf62RlDfRfU61Yg5vb2pefpi4.png\"},className:\"framer-3pg99i\",\"data-framer-name\":\"Noise\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ip3h11-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"vBIQPFAFz\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(FrameshipShopify,{height:\"100%\",id:\"vBIQPFAFz\",layoutId:\"vBIQPFAFz\",note:\"IMPORTANT\",productionDomain:\"https://pivotdept.framer.website\",projectId:\"6d0b5ec2-5130-498d-a871-4a636c1f6323\",shopifyAccessToken:\"3edc5c9f128205feaa8a4ef600b2caff\",shopUrl:\"y126z1-zh.myshopify.com\",stagingDomain:\"https://safe-leadership-494161.framer.app\",width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JeRbxsFms:{width:\"110px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:\"120px\",y:20,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref1,target:\"animate\"}],__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1t32wkf-container\",layoutScroll:true,nodeId:\"R3W4MnW4A\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Logo,{GodJjJJCi:\"var(--token-ca9c9cc4-bd80-4785-a9f9-73b51a62082f, rgb(255, 255, 255))\",height:\"100%\",id:\"R3W4MnW4A\",layoutId:\"R3W4MnW4A\",o_A0BuNks:\"difference\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:true,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JeRbxsFms:{y:950}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,y:24,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JeRbxsFms:{__framer__styleAppearEffectEnabled:undefined,transformTemplate:undefined}},children:/*#__PURE__*/_jsxs(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref1,target:\"animate\"}],__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-305w3y-container\",\"data-framer-name\":\"Menu\",id:\"305w3y\",layoutScroll:true,name:\"Menu\",nodeId:\"Z2HaPRv0g\",rendersWithMotion:true,scopeId:\"augiA20Il\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(Default,{Gd5dS_l8D:Gd5dS_l8D3bnx0g({overlay}),height:\"100%\",iCc6u7nv5:\"Menu\",id:\"Z2HaPRv0g\",layoutId:\"Z2HaPRv0g\",name:\"Menu\",USMEPMPtN:false,variant:\"gJkpCadyG\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-byzfry\"),\"data-framer-portal-id\":\"305w3y\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"fJCXIIW7b\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{animate:animation3,className:cx(scopingClassNames,\"framer-lcq216-container\"),\"data-framer-portal-id\":\"305w3y\",exit:animation2,inComponentSlot:true,initial:animation4,nodeId:\"sJof8bMnS\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JeRbxsFms:{variant:\"geh_sbai9\"},UsnufxyQh:{variant:\"EJvPTl1H8\"}},children:/*#__PURE__*/_jsx(MenuModal,{height:\"100%\",id:\"sJof8bMnS\",layoutId:\"sJof8bMnS\",lLZZncAAQ:lLZZncAAQ1wnntms({overlay}),style:{height:\"100%\",width:\"100%\"},variant:\"foqVqPP_q\",width:\"100%\"})})})})]}),getContainer())})})]})})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,y:24,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref1,target:\"animate\"}],__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-csfmm4-container\",layoutScroll:true,nodeId:\"pzM0FdJ21\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Cart,{height:\"100%\",id:\"pzM0FdJ21\",layoutId:\"pzM0FdJ21\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-at07wz\",\"data-framer-name\":\"Navigation Home\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-f9sbni\",\"data-framer-name\":\"Wrapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JeRbxsFms:{height:30,width:\"110px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"140px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-16gefus-container\",nodeId:\"wXJ22mA9s\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Logo,{GodJjJJCi:\"var(--token-277fd306-a895-48bf-ae6f-31e9859b7c39, rgb(28, 35, 167))\",height:\"100%\",id:\"wXJ22mA9s\",layoutId:\"wXJ22mA9s\",o_A0BuNks:\"normal\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5xijz\",\"data-framer-name\":\"Links\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1itui6u\",\"data-framer-name\":\"Social Links\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"40px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-22djhv-container\",nodeId:\"fXg5doSyz\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Icon,{bYjTL69m2:true,height:\"100%\",id:\"fXg5doSyz\",JwRuWPWLF:{borderColor:\"rgba(255, 255, 255, 0)\",borderStyle:\"solid\",borderWidth:1},layoutId:\"fXg5doSyz\",p0lkg1QXm:\"fill\",QDx0WsfHh:{borderColor:'var(--token-277fd306-a895-48bf-ae6f-31e9859b7c39, rgb(28, 35, 167)) /* {\"name\":\"Blue\"} */',borderStyle:\"solid\",borderWidth:1},r570QoCsX:\"var(--token-277fd306-a895-48bf-ae6f-31e9859b7c39, rgb(28, 35, 167))\",SMlDSnV1R:\"https://x.com/antrdnv\",style:{height:\"100%\",width:\"100%\"},v1nZej85z:\"TwitterLogo\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"40px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-l99viz-container\",nodeId:\"aeeR2KKq7\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Icon,{bYjTL69m2:true,height:\"100%\",id:\"aeeR2KKq7\",JwRuWPWLF:{borderColor:\"rgba(255, 255, 255, 0)\",borderStyle:\"solid\",borderWidth:1},layoutId:\"aeeR2KKq7\",p0lkg1QXm:\"fill\",QDx0WsfHh:{borderColor:'var(--token-277fd306-a895-48bf-ae6f-31e9859b7c39, rgb(28, 35, 167)) /* {\"name\":\"Blue\"} */',borderStyle:\"solid\",borderWidth:1},r570QoCsX:\"var(--token-277fd306-a895-48bf-ae6f-31e9859b7c39, rgb(28, 35, 167))\",SMlDSnV1R:\"https://www.framer.com/?via=antrdnv\",style:{height:\"100%\",width:\"100%\"},v1nZej85z:\"FramerLogo\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"40px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-5g7j94-container\",nodeId:\"dvwZxZQ9R\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Icon,{bYjTL69m2:true,height:\"100%\",id:\"dvwZxZQ9R\",JwRuWPWLF:{borderColor:\"rgba(255, 255, 255, 0)\",borderStyle:\"solid\",borderWidth:1},layoutId:\"dvwZxZQ9R\",p0lkg1QXm:\"fill\",QDx0WsfHh:{borderColor:'var(--token-277fd306-a895-48bf-ae6f-31e9859b7c39, rgb(28, 35, 167)) /* {\"name\":\"Blue\"} */',borderStyle:\"solid\",borderWidth:1},r570QoCsX:\"var(--token-277fd306-a895-48bf-ae6f-31e9859b7c39, rgb(28, 35, 167))\",SMlDSnV1R:\"https://www.instagram.com/worldwidewants/\",style:{height:\"100%\",width:\"100%\"},v1nZej85z:\"InstagramLogo\",width:\"100%\"})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1q69bqv-container hidden-1cm8ihc\",nodeId:\"TQuOWft4B\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Cart,{height:\"100%\",id:\"TQuOWft4B\",layoutId:\"TQuOWft4B\",width:\"100%\"})})})]})]})}),/*#__PURE__*/_jsx(\"header\",{className:\"framer-fe625i\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qo4a6s\",\"data-framer-name\":\"Wrapper\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-1nzscrr\",\"data-styles-preset\":\"qZIEuGxxj\",children:[\"Serious About Cool Stuff\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-9c74ef3e-36cc-4161-9518-fa10bd6fed37, rgba(0, 0, 0, 0.6))\"},children:\"Not About Directions\"})]})}),className:\"framer-1ai66i0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jqjp1a\",\"data-framer-name\":\"Navigation\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JeRbxsFms:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1600px)`},UsnufxyQh:{width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1600px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:150,width:`min(${componentViewport?.width||\"100vw\"} - 160px, 1600px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1f4d265-container\",nodeId:\"P91salukJ\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Links,{AF8uSZvRe:true,height:\"100%\",id:\"P91salukJ\",KwIBi7sa1:\"flex-start\",layoutId:\"P91salukJ\",style:{width:\"100%\"},U6rrKwKdy:\"row\",width:\"100%\",yQjqIjerG:\"center\"})})})})})]})}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-1osv05a\",\"data-framer-name\":\"Page Content\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cilxnn\",\"data-framer-name\":\"Products\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-4762d6\",\"data-framer-name\":\"Products New\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-19d0hbn\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"BbcdMfBNE\",data:Product,type:\"Collection\"},limit:{type:\"LiteralValue\",value:9},select:[{collection:\"BbcdMfBNE\",name:\"tDqkG0dIQ\",type:\"Identifier\"},{collection:\"BbcdMfBNE\",name:\"DuRnmnG78\",type:\"Identifier\"},{collection:\"BbcdMfBNE\",name:\"IWDU1V2Cp\",type:\"Identifier\"},{collection:\"BbcdMfBNE\",name:\"SvxLC2MdH\",type:\"Identifier\"},{collection:\"BbcdMfBNE\",name:\"Xg7vN3vTv\",type:\"Identifier\"},{collection:\"BbcdMfBNE\",name:\"lCNVGw7Xu\",type:\"Identifier\"},{collection:\"BbcdMfBNE\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({DuRnmnG78:DuRnmnG78BbcdMfBNE,id:idBbcdMfBNE,IWDU1V2Cp:IWDU1V2CpBbcdMfBNE,lCNVGw7Xu:lCNVGw7XuBbcdMfBNE,SvxLC2MdH:SvxLC2MdHBbcdMfBNE,tDqkG0dIQ:tDqkG0dIQBbcdMfBNE,Xg7vN3vTv:Xg7vN3vTvBbcdMfBNE},index)=>{tDqkG0dIQBbcdMfBNE??=\"\";DuRnmnG78BbcdMfBNE??=0;Xg7vN3vTvBbcdMfBNE??=\"\";lCNVGw7XuBbcdMfBNE??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`BbcdMfBNE-${idBbcdMfBNE}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{lCNVGw7Xu:lCNVGw7XuBbcdMfBNE},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-x3ufsl\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{lCNVGw7Xu:lCNVGw7XuBbcdMfBNE},webPageId:\"HDZMQZ2LH\"},implicitPathVariables:undefined},{href:{pathVariables:{lCNVGw7Xu:lCNVGw7XuBbcdMfBNE},webPageId:\"HDZMQZ2LH\"},implicitPathVariables:undefined},{href:{pathVariables:{lCNVGw7Xu:lCNVGw7XuBbcdMfBNE},webPageId:\"HDZMQZ2LH\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JeRbxsFms:{width:`max(max(min(${componentViewport?.width||\"100vw\"} - 4px, 1600px), 50px), 1px)`},UsnufxyQh:{width:`max(max((min(${componentViewport?.width||\"100vw\"} - 4px, 1600px) - 4px) / 3, 50px), 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:587,width:`max(max((min(${componentViewport?.width||\"100vw\"} - 160px, 1600px) - 4px) / 3, 50px), 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-vb0kfd-container\",nodeId:\"GK0xBFZPU\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JeRbxsFms:{qh9u4qeAD:resolvedLinks[2]},UsnufxyQh:{qh9u4qeAD:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(CardProduct,{height:\"100%\",hP_aGNj0k:tDqkG0dIQBbcdMfBNE,hUkLWiHjZ:toResponsiveImage(IWDU1V2CpBbcdMfBNE),id:\"GK0xBFZPU\",KwTv02BM_:toResponsiveImage(SvxLC2MdHBbcdMfBNE),layoutId:\"GK0xBFZPU\",qh9u4qeAD:resolvedLinks[0],style:{width:\"100%\"},variant:\"s5C_65vOo\",width:\"100%\",WtfrPtJFt:numberToString(DuRnmnG78BbcdMfBNE,{locale:\"\",notation:\"standard\",style:\"decimal\"},activeLocaleCode),YdzvQpT6a:Xg7vN3vTvBbcdMfBNE})})})})})})})})},idBbcdMfBNE);})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1quq4qm\",\"data-framer-name\":\"CTA\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-17rsj2z\",\"data-framer-name\":\"Wrapper\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"R0Emumue3\"},implicitPathVariables:undefined},{href:{webPageId:\"R0Emumue3\"},implicitPathVariables:undefined},{href:{webPageId:\"R0Emumue3\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:29,children:/*#__PURE__*/_jsx(Container,{className:\"framer-19q8exb-container\",nodeId:\"ZKHezPwER\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JeRbxsFms:{bMtpeJHjo:resolvedLinks1[2]},UsnufxyQh:{bMtpeJHjo:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(Highlight,{bMtpeJHjo:resolvedLinks1[0],height:\"100%\",id:\"ZKHezPwER\",layoutId:\"ZKHezPwER\",p1s9MY5uv:\"var(--token-277fd306-a895-48bf-ae6f-31e9859b7c39, rgb(28, 35, 167))\",VXnSrvAw0:\"Shop all\",width:\"100%\"})})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1o3q3n3\",\"data-framer-name\":\"Newsletter\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JeRbxsFms:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1600px)`},UsnufxyQh:{width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1600px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:307,width:`min(${componentViewport?.width||\"100vw\"} - 160px, 1600px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-10gmoy5-container\",nodeId:\"Ghxkcuw_F\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Newsletter,{height:\"100%\",id:\"Ghxkcuw_F\",layoutId:\"Ghxkcuw_F\",style:{maxWidth:\"100%\",width:\"100%\"},UepM5wdVz:\"var(--token-defa815f-1b12-4b46-88ed-49df8d048900, rgb(0, 0, 0))\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1isxerg\",\"data-framer-name\":\"Features List\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18ctxy4\",\"data-framer-name\":\"Grid\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"VOh1wIXgG\"},implicitPathVariables:undefined},{href:{webPageId:\"VOh1wIXgG\"},implicitPathVariables:undefined},{href:{webPageId:\"VOh1wIXgG\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JeRbxsFms:{width:`max(min(${componentViewport?.width||\"100vw\"} - 4px, 1600px), 50px)`},UsnufxyQh:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1600px) - 4px) / 3, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:253,width:`max((min(${componentViewport?.width||\"100vw\"} - 160px, 1600px) - 4px) / 3, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1pr7ml0-container\",nodeId:\"IeEzjTfvW\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JeRbxsFms:{TnFvehzi9:resolvedLinks2[2]},UsnufxyQh:{TnFvehzi9:resolvedLinks2[1]}},children:/*#__PURE__*/_jsx(Feature,{b_RxpSkJr:true,ciuCCLWbG:\"Sparkle\",height:\"100%\",id:\"IeEzjTfvW\",layoutId:\"IeEzjTfvW\",m9CaINLOq:\"Lookbook\",SCLfUL46z:\"Open it\",style:{width:\"100%\"},TnFvehzi9:resolvedLinks2[0],variant:\"BpTQE58wN\",VR6ttcu7j:\"Explore our handpicked, a peek into the world.\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"R7ljaSSiz\"},implicitPathVariables:undefined},{href:{webPageId:\"R7ljaSSiz\"},implicitPathVariables:undefined},{href:{webPageId:\"R7ljaSSiz\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JeRbxsFms:{width:`max(min(${componentViewport?.width||\"100vw\"} - 4px, 1600px), 50px)`},UsnufxyQh:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1600px) - 4px) / 3, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:253,width:`max((min(${componentViewport?.width||\"100vw\"} - 160px, 1600px) - 4px) / 3, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1iwyn6w-container\",nodeId:\"JdvB_yAk9\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JeRbxsFms:{TnFvehzi9:resolvedLinks3[2]},UsnufxyQh:{TnFvehzi9:resolvedLinks3[1]}},children:/*#__PURE__*/_jsx(Feature,{b_RxpSkJr:true,ciuCCLWbG:\"Sparkle\",height:\"100%\",id:\"JdvB_yAk9\",layoutId:\"JdvB_yAk9\",lpXNz6cGa:addImageAlt({src:\"https://framerusercontent.com/images/gRDXMlZyKKbMiEhl0oKWqPmDAc.jpeg\",srcSet:\"https://framerusercontent.com/images/gRDXMlZyKKbMiEhl0oKWqPmDAc.jpeg?scale-down-to=1024 573w,https://framerusercontent.com/images/gRDXMlZyKKbMiEhl0oKWqPmDAc.jpeg?scale-down-to=2048 1147w,https://framerusercontent.com/images/gRDXMlZyKKbMiEhl0oKWqPmDAc.jpeg 1345w\"},\"\"),m9CaINLOq:\"About PivotDept.\",SCLfUL46z:\"Learn more\",style:{width:\"100%\"},TnFvehzi9:resolvedLinks3[0],variant:\"BpTQE58wN\",VR6ttcu7j:\"We\u2019re a team obsessed with finding the best stuff.\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ayGPqmbAw\"},implicitPathVariables:undefined},{href:{webPageId:\"ayGPqmbAw\"},implicitPathVariables:undefined},{href:{webPageId:\"ayGPqmbAw\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JeRbxsFms:{width:`max(min(${componentViewport?.width||\"100vw\"} - 4px, 1600px), 50px)`},UsnufxyQh:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1600px) - 4px) / 3, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:253,width:`max((min(${componentViewport?.width||\"100vw\"} - 160px, 1600px) - 4px) / 3, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kngbvd-container\",nodeId:\"bzQ4C1YLP\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JeRbxsFms:{TnFvehzi9:resolvedLinks4[2]},UsnufxyQh:{TnFvehzi9:resolvedLinks4[1]}},children:/*#__PURE__*/_jsx(Feature,{b_RxpSkJr:true,ciuCCLWbG:\"Sparkle\",height:\"100%\",id:\"bzQ4C1YLP\",layoutId:\"bzQ4C1YLP\",lpXNz6cGa:addImageAlt({src:\"https://framerusercontent.com/images/nsOuPlYnUe965X5Sw2yZ0OdB7GE.jpeg\",srcSet:\"https://framerusercontent.com/images/nsOuPlYnUe965X5Sw2yZ0OdB7GE.jpeg?scale-down-to=1024 682w,https://framerusercontent.com/images/nsOuPlYnUe965X5Sw2yZ0OdB7GE.jpeg?scale-down-to=2048 1365w,https://framerusercontent.com/images/nsOuPlYnUe965X5Sw2yZ0OdB7GE.jpeg 1600w\"},\"\"),m9CaINLOq:\"Get in Contact\",SCLfUL46z:\"Reach out\",style:{width:\"100%\"},TnFvehzi9:resolvedLinks4[0],variant:\"BpTQE58wN\",VR6ttcu7j:\"Got questions, compliments, or just want to chat?\",width:\"100%\"})})})})})})]})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-nx62tb-container\",nodeId:\"PpDOiOTf7\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JeRbxsFms:{variant:\"xex16Eca5\"},UsnufxyQh:{variant:\"w1FgxGebE\"}},children:/*#__PURE__*/_jsx(Ticker,{f1RHMHjNs:\"var(--token-277fd306-a895-48bf-ae6f-31e9859b7c39, rgb(28, 35, 167))\",f1WpJLu39:\"Open 24/7\",height:\"100%\",id:\"PpDOiOTf7\",KIb99Oam9:\"var(--token-53754e78-8026-4ce2-922e-04cdf5aa429c, rgba(255, 255, 255, 0.8))\",layoutId:\"PpDOiOTf7\",ldrZrmjOL:\"Shipping worldwide\",style:{width:\"100%\"},variant:\"Zcv_G33KX\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1051,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fbhpxp-container\",nodeId:\"RAYOJe_Sh\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{JeRbxsFms:{variant:\"kEkVxK6Nj\"},UsnufxyQh:{variant:\"oLmlBY6Lh\"}},children:/*#__PURE__*/_jsx(Footer,{bfCDFplAa:true,height:\"100%\",id:\"RAYOJe_Sh\",layoutId:\"RAYOJe_Sh\",style:{width:\"100%\"},variant:\"GkDiuOAD1\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,y:944,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation5,className:\"framer-1a5ldy7-container\",\"data-framer-appear-id\":\"1a5ldy7\",initial:animation6,layoutScroll:true,nodeId:\"wWy4X8Lvt\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RemixButton,{height:\"100%\",id:\"wWy4X8Lvt\",layoutId:\"wWy4X8Lvt\",style:{height:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-DJD7P.framer-lux5qc, .framer-DJD7P .framer-lux5qc { display: block; }\",\".framer-DJD7P.framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-3b566bfe-55e9-494a-9c63-7e05257233cf, #e9e9f0); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-DJD7P .framer-3pg99i { flex: none; height: 100%; left: 0px; mix-blend-mode: multiply; opacity: 0.1; pointer-events: none; position: absolute; top: 0px; width: 100%; z-index: 10; }\",\".framer-DJD7P .framer-ip3h11-container { flex: none; height: auto; left: 0px; position: absolute; top: 0px; width: auto; }\",\".framer-DJD7P .framer-1t32wkf-container { flex: none; height: 30px; left: 80px; mix-blend-mode: difference; position: fixed; top: 20px; width: 120px; z-index: 4; }\",\".framer-DJD7P .framer-305w3y-container { flex: none; height: auto; left: 50%; position: fixed; top: 24px; transform: translateX(-50%); width: auto; z-index: 4; }\",\".framer-DJD7P.framer-byzfry { inset: 0px; position: fixed; user-select: none; z-index: 4; }\",\".framer-DJD7P.framer-lcq216-container { flex: none; height: 100vh; left: calc(50.00000000000002% - 100% / 2); position: fixed; top: calc(50.00000000000002% - 100vh / 2); width: 100%; will-change: var(--framer-will-change-effect-override, transform); z-index: 4; }\",\".framer-DJD7P .framer-csfmm4-container { flex: none; height: auto; position: fixed; right: 80px; top: 24px; width: auto; z-index: 5; }\",\".framer-DJD7P .framer-at07wz { 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: 80px; position: relative; width: 100%; }\",\".framer-DJD7P .framer-f9sbni { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1600px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-DJD7P .framer-16gefus-container { flex: none; height: 40px; position: relative; width: 140px; }\",\".framer-DJD7P .framer-5xijz { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-DJD7P .framer-1itui6u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-DJD7P .framer-22djhv-container, .framer-DJD7P .framer-l99viz-container, .framer-DJD7P .framer-5g7j94-container { flex: none; height: 40px; position: relative; width: 40px; }\",\".framer-DJD7P .framer-1q69bqv-container, .framer-DJD7P .framer-19q8exb-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-DJD7P .framer-fe625i, .framer-DJD7P .framer-1quq4qm, .framer-DJD7P .framer-1o3q3n3, .framer-DJD7P .framer-1isxerg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 80px; position: relative; width: 100%; }\",\".framer-DJD7P .framer-1qo4a6s { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1600px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-DJD7P .framer-1ai66i0 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-text-wrap-override: balance; flex: none; height: auto; max-width: 620px; position: relative; width: 100%; }\",\".framer-DJD7P .framer-1jqjp1a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-DJD7P .framer-1f4d265-container, .framer-DJD7P .framer-vb0kfd-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-DJD7P .framer-1osv05a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 80px 0px; position: relative; width: 100%; }\",\".framer-DJD7P .framer-cilxnn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-DJD7P .framer-4762d6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 80px 0px 80px; position: relative; width: 100%; }\",\".framer-DJD7P .framer-19d0hbn { display: grid; flex: none; gap: 2px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(50px, 1fr)); height: min-content; justify-content: center; max-width: 1600px; padding: 0px; position: relative; width: 100%; }\",\".framer-DJD7P .framer-x3ufsl { 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; padding: 0px; position: relative; width: 100%; }\",\".framer-DJD7P .framer-17rsj2z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1600px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-DJD7P .framer-10gmoy5-container { flex: none; height: auto; max-width: 1600px; position: relative; width: 100%; }\",\".framer-DJD7P .framer-18ctxy4 { display: grid; flex: none; gap: 2px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(50px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); height: min-content; justify-content: center; max-width: 1600px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-DJD7P .framer-1pr7ml0-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-DJD7P .framer-1iwyn6w-container, .framer-DJD7P .framer-1kngbvd-container { align-self: start; flex: none; height: 100%; justify-self: start; position: relative; width: 100%; }\",\".framer-DJD7P .framer-nx62tb-container, .framer-DJD7P .framer-1fbhpxp-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-DJD7P .framer-1a5ldy7-container { bottom: 20px; flex: none; height: 36px; position: fixed; right: 167px; width: auto; will-change: var(--framer-will-change-effect-override, transform); z-index: 10; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-DJD7P.framer-72rtr7, .framer-DJD7P .framer-at07wz, .framer-DJD7P .framer-f9sbni, .framer-DJD7P .framer-5xijz, .framer-DJD7P .framer-1itui6u, .framer-DJD7P .framer-fe625i, .framer-DJD7P .framer-1qo4a6s, .framer-DJD7P .framer-1jqjp1a, .framer-DJD7P .framer-1osv05a, .framer-DJD7P .framer-cilxnn, .framer-DJD7P .framer-4762d6, .framer-DJD7P .framer-x3ufsl, .framer-DJD7P .framer-1quq4qm, .framer-DJD7P .framer-17rsj2z, .framer-DJD7P .framer-1o3q3n3, .framer-DJD7P .framer-1isxerg { gap: 0px; } .framer-DJD7P.framer-72rtr7 > *, .framer-DJD7P .framer-1osv05a > *, .framer-DJD7P .framer-cilxnn > *, .framer-DJD7P .framer-4762d6 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-DJD7P.framer-72rtr7 > :first-child, .framer-DJD7P .framer-fe625i > :first-child, .framer-DJD7P .framer-1qo4a6s > :first-child, .framer-DJD7P .framer-1osv05a > :first-child, .framer-DJD7P .framer-cilxnn > :first-child, .framer-DJD7P .framer-4762d6 > :first-child, .framer-DJD7P .framer-1quq4qm > :first-child, .framer-DJD7P .framer-17rsj2z > :first-child, .framer-DJD7P .framer-1o3q3n3 > :first-child, .framer-DJD7P .framer-1isxerg > :first-child { margin-top: 0px; } .framer-DJD7P.framer-72rtr7 > :last-child, .framer-DJD7P .framer-fe625i > :last-child, .framer-DJD7P .framer-1qo4a6s > :last-child, .framer-DJD7P .framer-1osv05a > :last-child, .framer-DJD7P .framer-cilxnn > :last-child, .framer-DJD7P .framer-4762d6 > :last-child, .framer-DJD7P .framer-1quq4qm > :last-child, .framer-DJD7P .framer-17rsj2z > :last-child, .framer-DJD7P .framer-1o3q3n3 > :last-child, .framer-DJD7P .framer-1isxerg > :last-child { margin-bottom: 0px; } .framer-DJD7P .framer-at07wz > *, .framer-DJD7P .framer-f9sbni > *, .framer-DJD7P .framer-5xijz > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-DJD7P .framer-at07wz > :first-child, .framer-DJD7P .framer-f9sbni > :first-child, .framer-DJD7P .framer-5xijz > :first-child, .framer-DJD7P .framer-1itui6u > :first-child, .framer-DJD7P .framer-1jqjp1a > :first-child, .framer-DJD7P .framer-x3ufsl > :first-child { margin-left: 0px; } .framer-DJD7P .framer-at07wz > :last-child, .framer-DJD7P .framer-f9sbni > :last-child, .framer-DJD7P .framer-5xijz > :last-child, .framer-DJD7P .framer-1itui6u > :last-child, .framer-DJD7P .framer-1jqjp1a > :last-child, .framer-DJD7P .framer-x3ufsl > :last-child { margin-right: 0px; } .framer-DJD7P .framer-1itui6u > * { margin: 0px; margin-left: calc(2px / 2); margin-right: calc(2px / 2); } .framer-DJD7P .framer-fe625i > *, .framer-DJD7P .framer-1qo4a6s > *, .framer-DJD7P .framer-1quq4qm > *, .framer-DJD7P .framer-17rsj2z > *, .framer-DJD7P .framer-1o3q3n3 > *, .framer-DJD7P .framer-1isxerg > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-DJD7P .framer-1jqjp1a > *, .framer-DJD7P .framer-x3ufsl > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",...sharedStyle.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-DJD7P.framer-72rtr7 { width: 810px; } .framer-DJD7P .framer-1t32wkf-container { left: 40px; } .framer-DJD7P .framer-csfmm4-container { right: 40px; } .framer-DJD7P .framer-at07wz, .framer-DJD7P .framer-fe625i, .framer-DJD7P .framer-1o3q3n3 { padding: 80px 40px 80px 40px; } .framer-DJD7P .framer-1osv05a { padding: 0px 0px 40px 0px; } .framer-DJD7P .framer-4762d6 { padding: 0px 2px 0px 2px; } .framer-DJD7P .framer-1isxerg { gap: 20px; padding: 80px 40px 80px 40px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-DJD7P .framer-1isxerg { gap: 0px; } .framer-DJD7P .framer-1isxerg > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-DJD7P .framer-1isxerg > :first-child { margin-top: 0px; } .framer-DJD7P .framer-1isxerg > :last-child { margin-bottom: 0px; } }}\",\"@media (max-width: 809px) { .framer-DJD7P.framer-72rtr7 { width: 390px; } .framer-DJD7P .framer-1t32wkf-container { left: 20px; width: 110px; } .framer-DJD7P .framer-305w3y-container { bottom: 20px; left: 20px; top: unset; transform: unset; } .framer-DJD7P.framer-lcq216-container { top: 0px; } .framer-DJD7P .framer-csfmm4-container { right: 20px; } .framer-DJD7P .framer-at07wz { padding: 20px; } .framer-DJD7P .framer-16gefus-container { height: 30px; width: 110px; } .framer-DJD7P .framer-fe625i, .framer-DJD7P .framer-1o3q3n3 { padding: 80px 20px 80px 20px; } .framer-DJD7P .framer-1osv05a { padding: 0px; } .framer-DJD7P .framer-4762d6 { padding: 0px 2px 0px 2px; } .framer-DJD7P .framer-19d0hbn { grid-template-columns: repeat(1, minmax(50px, 1fr)); } .framer-DJD7P .framer-1isxerg { padding: 80px 2px 80px 2px; } .framer-DJD7P .framer-18ctxy4 { gap: 40px; grid-template-columns: repeat(1, minmax(50px, 1fr)); } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-DJD7P .framer-18ctxy4 { gap: 0px; } .framer-DJD7P .framer-18ctxy4 > *, .framer-DJD7P .framer-18ctxy4 > :first-child, .framer-DJD7P .framer-18ctxy4 > :last-child { margin: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 4312.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"UsnufxyQh\":{\"layout\":[\"fixed\",\"auto\"]},\"JeRbxsFms\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"oZMQVeAYj\":{\"pattern\":\":oZMQVeAYj\",\"name\":\"page-content\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-DJD7P\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:4312.5,width:1200};addFonts(FrameraugiA20Il,[{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\"}]},...FrameshipShopifyFonts,...LogoFonts,...DefaultFonts,...MenuModalFonts,...CartFonts,...IconFonts,...LinksFonts,...CardProductFonts,...HighlightFonts,...NewsletterFonts,...FeatureFonts,...TickerFonts,...FooterFonts,...RemixButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerScrollSections\":\"{\\\"oZMQVeAYj\\\":{\\\"pattern\\\":\\\":oZMQVeAYj\\\",\\\"name\\\":\\\"page-content\\\"}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicHeight\":\"4312.5\",\"framerContractVersion\":\"1\",\"framerResponsiveScreen\":\"\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"UsnufxyQh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"JeRbxsFms\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["FrameshipShopifyFonts", "getFonts", "Frameship", "LogoFonts", "bzoMuDxZQ_default", "ContainerWithFX", "withFX", "Container", "DefaultFonts", "nJdB37EAi_default", "MenuModalFonts", "ejlz6WIIZ_default", "CartFonts", "wX9TFGRKe_default", "IconFonts", "SIxW95jdf_default", "LinksFonts", "fYVWk2NPP_default", "CardProductFonts", "l8Riu48Xv_default", "HighlightFonts", "i3bfrrqmj_default", "NewsletterFonts", "fnVsk5sOH_default", "FeatureFonts", "MMVCRmNk8_default", "TickerFonts", "hu_99V5tx_default", "FooterFonts", "C487YviG3_default", "RemixButtonFonts", "Orf7l7r4y_default", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "animation", "transition1", "animation1", "transformTemplate1", "_", "t", "transition2", "animation2", "animation3", "animation4", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "numberToString", "value", "options", "activeLocale", "fallbackLocale", "locale", "useGrouping", "notation", "compactDisplay", "style", "currency", "currencyDisplay", "unit", "unitDisplay", "minimumFractionDigits", "maximumFractionDigits", "minimumIntegerDigits", "formatOptions", "number", "toResponsiveImage", "QueryData", "query", "pageSize", "data", "useQueryData", "addImageAlt", "image", "alt", "transition3", "animation5", "animation6", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "className", "layoutId", "variant", "tDqkG0dIQBbcdMfBNE", "DuRnmnG78BbcdMfBNE", "IWDU1V2CpBbcdMfBNE", "SvxLC2MdHBbcdMfBNE", "Xg7vN3vTvBbcdMfBNE", "lCNVGw7XuBbcdMfBNE", "idBbcdMfBNE", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "Gd5dS_l8D3bnx0g", "overlay", "loadMore", "args", "lLZZncAAQ1wnntms", "scopingClassNames", "cx", "ref1", "isDisplayed", "elementId", "useRouteElementId", "activeLocaleCode", "useLocaleCode", "router", "useRouter", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "Image2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "PropertyOverrides2", "l", "AnimatePresence", "Ga", "x", "RichText2", "ChildrenCanSuspend", "DvtTk3z6E_default", "collection", "paginationInfo", "index", "PathVariablesContext", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
