{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/1mkt2plloPEOvoe16UUK/EUmeSZzQepu1cHilAvr7/LemonSqueezy.js", "ssg:https://framerusercontent.com/modules/yna6t78Bg2sqQDbSOk9M/A63b0i9CMnuPbuJOJIKs/M8a9bT0jP.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{motion}from\"framer-motion\";import{useEffect}from\"react\";/**\n *\n * LEMON SQUEEZY\n * By Benjamin\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 100\n * @framerDisableUnlink\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */ export default function LemonSqueezy(props){const{styleOptions,hoverOptions}=props;const{backgroundColor,color,borderRadius,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft}=styleOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Only load the lemon script if you want an Overlay\n     * Otherwise, do not include\u2014also, only load it once\n     * whenever you have multiple instances on your page.\n     */ useConditionalScript(!props.isRedirect,\"https://app.lemonsqueezy.com/js/lemon.js\",\"lemon-squeezy-framer-component\");return /*#__PURE__*/ _jsx(motion.a,{href:props.url,className:props.isRedirect?\"\":\"lemonsqueezy-button\",target:props.isRedirect?\"_blank\":\"_self\",style:{fontSize:16,lineHeight:1,fontFamily:\"Inter\",fontWeight:500,...props.style,...buttonStyles,...props.fontControl,padding:paddingValue,color:color,backgroundColor:backgroundColor,borderRadius:borderRadius,userSelect:\"none\",placeContent:flexAlignSwitch(props.fontControl),whiteSpace:\"nowrap\"},whileHover:{scale:hoverOptions===null||hoverOptions===void 0?void 0:hoverOptions.hoverScale,backgroundColor:hoverOptions===null||hoverOptions===void 0?void 0:hoverOptions.hoverBackgroundColor,color:hoverOptions===null||hoverOptions===void 0?void 0:hoverOptions.hoverColor},transition:props.hoverTransition,children:props.text});};LemonSqueezy.displayName=\"Lemon Squeezy\";addPropertyControls(LemonSqueezy,{text:{title:\"Text\",type:ControlType.String,defaultValue:\"Buy Now\"},url:{title:\"Link\",type:ControlType.String,defaultValue:\"https://makelemonade.lemonsqueezy.com/checkout/buy/0929c351-abb3-49f7-a671-ba15406517dd\"},isRedirect:{title:\"Type\",type:ControlType.Boolean,enabledTitle:\"Link\",disabledTitle:\"Overlay\",defaultValue:true},fontControl:{type:ControlType.Font,title:\"Font\",controls:\"extended\"},styleOptions:{type:ControlType.Object,title:\"Styles\",buttonTitle:\"Button, Font\",controls:{backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#40F\"},color:{type:ControlType.Color,defaultValue:\"#FFF\"},borderRadius:{type:ControlType.Number,title:\"Radius\",displayStepper:true,defaultValue:50},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:10,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0}}},hoverOptions:{type:ControlType.Object,title:\"Hover\",buttonTitle:\"Effect\",optional:true,description:\"Learn more about the Checkout options [here](https://docs.lemonsqueezy.com/help/checkout/checkout-overlay)\",controls:{hoverScale:{type:ControlType.Number,title:\"Scale\",min:0,max:10,displayStepper:true,step:.01,defaultValue:1.1},hoverBackgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#111\",optional:true},hoverColor:{type:ControlType.Color,title:\"Color\",defaultValue:\"#FFF\",optional:true},hoverTransition:{type:ControlType.Transition,title:\"Transition\",defaultValue:{type:\"spring\",stiffness:400,damping:30}}}}});const buttonStyles={display:\"flex\",placeItems:\"center\",placeContent:\"center\",textDecoration:\"none\"};/* Use external script conditionally */ const useConditionalScript=(condition,url,id)=>{useEffect(()=>{if(!condition)return;if(document.querySelector(`#${id}`))return;const script=document.createElement(\"script\");script.src=url;script.id=id;script.defer=true;script.onload=()=>{var ref;if(window.LemonSqueezy)return;(ref=window.createLemonSqueezy)===null||ref===void 0?void 0:ref.call(window);};document.body.appendChild(script);},[url,id,condition]);};/* Match flex content alignment with text align */ const flexAlignSwitch=fontControlStyles=>{if(fontControlStyles.textAlign===\"left\"){return\"flex-start\";}if(fontControlStyles.textAlign===\"right\"){return\"flex-end\";}return\"center\";};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"LemonSqueezy\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any\",\"framerIntrinsicHeight\":\"100\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"200\",\"framerDisableUnlink\":\"* @framerSupportedLayoutWidth any\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./LemonSqueezy.map", "// Generated by Framer (e22b717)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,NotFoundError,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useQueryData,useRouteElementId,useRouter,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import LemonSqueezy from\"https://framerusercontent.com/modules/1mkt2plloPEOvoe16UUK/EUmeSZzQepu1cHilAvr7/LemonSqueezy.js\";import Button from\"#framer/local/canvasComponent/KF7UbbSfc/KF7UbbSfc.js\";import SectionCTA from\"#framer/local/canvasComponent/LpjyIZj0_/LpjyIZj0_.js\";import SectionFooter from\"#framer/local/canvasComponent/lS9TvqxVt/lS9TvqxVt.js\";import TopNavigationBar from\"#framer/local/canvasComponent/sltkc74h7/sltkc74h7.js\";import Shop from\"#framer/local/collection/fG4JPsjBb/fG4JPsjBb.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle6 from\"#framer/local/css/e8MqUfc3j/e8MqUfc3j.js\";import*as sharedStyle3 from\"#framer/local/css/GiIrC5gDK/GiIrC5gDK.js\";import*as sharedStyle8 from\"#framer/local/css/h50PyLned/h50PyLned.js\";import*as sharedStyle5 from\"#framer/local/css/InAVlAauN/InAVlAauN.js\";import*as sharedStyle2 from\"#framer/local/css/Jjj2T4gpQ/Jjj2T4gpQ.js\";import*as sharedStyle9 from\"#framer/local/css/ltaPuajn1/ltaPuajn1.js\";import*as sharedStyle from\"#framer/local/css/oEPT_ciXE/oEPT_ciXE.js\";import*as sharedStyle1 from\"#framer/local/css/VD7TwZfeV/VD7TwZfeV.js\";import*as sharedStyle7 from\"#framer/local/css/wX9ECbxsY/wX9ECbxsY.js\";import*as sharedStyle4 from\"#framer/local/css/ZtqXN38zW/ZtqXN38zW.js\";import metadataProvider from\"#framer/local/webPageMetadata/M8a9bT0jP/M8a9bT0jP.js\";const TopNavigationBarFonts=getFonts(TopNavigationBar);const LemonSqueezyFonts=getFonts(LemonSqueezy);const ButtonFonts=getFonts(Button);const SectionCTAFonts=getFonts(SectionCTA);const SectionFooterFonts=getFonts(SectionFooter);const ContainerWithFX=withFX(Container);const breakpoints={mvIkM9PgC:\"(max-width: 809px)\",RGEECBvfz:\"(min-width: 1600px)\",rGG8bNxQn:\"(min-width: 810px) and (max-width: 1199px)\",ScVhc2I3s:\"(min-width: 1200px) and (max-width: 1599px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-c3kY7\";const variantClassNames={mvIkM9PgC:\"framer-v-9zzdom\",RGEECBvfz:\"framer-v-c6ljk7\",rGG8bNxQn:\"framer-v-1lbif2o\",ScVhc2I3s:\"framer-v-1n1j4sw\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:40};const transition1={damping:80,delay:.1,mass:1,stiffness:500,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:40};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Large Desktop\":\"RGEECBvfz\",Desktop:\"ScVhc2I3s\",Phone:\"mvIkM9PgC\",Tablet:\"rGG8bNxQn\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"RGEECBvfz\"};};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:\"M8a9bT0jP\",data:Shop,type:\"Collection\"},select:[{collection:\"M8a9bT0jP\",name:\"LlBKXIAEN\",type:\"Identifier\"},{collection:\"M8a9bT0jP\",name:\"aFkzJ4fI0\",type:\"Identifier\"},{collection:\"M8a9bT0jP\",name:\"M7RwnL0aV\",type:\"Identifier\"},{collection:\"M8a9bT0jP\",name:\"Mp73zzpVu\",type:\"Identifier\"},{collection:\"M8a9bT0jP\",name:\"S_sFP1vic\",type:\"Identifier\"},{collection:\"M8a9bT0jP\",name:\"jGX2B5JFW\",type:\"Identifier\"},{collection:\"M8a9bT0jP\",name:\"srNe39cuU\",type:\"Identifier\"},{collection:\"M8a9bT0jP\",name:\"kImLy4E2u\",type:\"Identifier\"},{collection:\"M8a9bT0jP\",name:\"YNmPdxXtR\",type:\"Identifier\"},{collection:\"M8a9bT0jP\",name:\"JyrNrPnKd\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"M8a9bT0jP\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,LlBKXIAEN=getFromCurrentRouteData(\"LlBKXIAEN\")??\"\",jGX2B5JFW=getFromCurrentRouteData(\"jGX2B5JFW\"),srNe39cuU=getFromCurrentRouteData(\"srNe39cuU\"),kImLy4E2u=getFromCurrentRouteData(\"kImLy4E2u\"),S_sFP1vic=getFromCurrentRouteData(\"S_sFP1vic\")??\"\",YNmPdxXtR=getFromCurrentRouteData(\"YNmPdxXtR\")??\"\",Mp73zzpVu=getFromCurrentRouteData(\"Mp73zzpVu\")??\"\",JyrNrPnKd=getFromCurrentRouteData(\"JyrNrPnKd\")??\"\",...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];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"jiarFcR8_\");const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"mvIkM9PgC\")return true;return false;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"mvIkM9PgC\")return false;return true;};const router=useRouter();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"RGEECBvfz\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-c6ljk7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mvIkM9PgC:{width:\"100vw\",y:0},rGG8bNxQn:{width:\"100.1235vw\",y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,y:20,children:/*#__PURE__*/_jsx(Container,{className:\"framer-11qon6-container\",layoutScroll:true,nodeId:\"GDETx_ec2\",scopeId:\"M8a9bT0jP\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mvIkM9PgC:{sG2_oXGa2:\"rgba(255, 255, 255, 0.95)\",style:{width:\"100%\"},variant:\"wLpyUMyTT\"},rGG8bNxQn:{sG2_oXGa2:\"rgba(255, 255, 255, 0.95)\",style:{width:\"100%\"},variant:\"QFrDOQu_j\"}},children:/*#__PURE__*/_jsx(TopNavigationBar,{height:\"100%\",id:\"GDETx_ec2\",layoutId:\"GDETx_ec2\",QC5fvS0rg:0,sG2_oXGa2:\"rgba(255, 255, 255, 0.88)\",variant:\"tZO_1MKZj\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1he2t9s\",\"data-framer-name\":\"Item\",id:elementId,ref:ref1,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1y6i0r9\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uulu9v\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18sgtnp\",children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7QWZhY2FkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Afacad\", \"Afacad Placeholder\", sans-serif',\"--framer-font-size\":\"41px\",\"--framer-text-color\":\"var(--token-8da69633-3daf-420e-84a9-5784bf4b7ab8, rgb(0, 0, 0))\",\"--framer-text-transform\":\"uppercase\"},children:\"Hisense 49WF25E\u2013 49\u2033 Schaufenster \u2013 High Brightness Display\"})}),className:\"framer-62yri8 hidden-c6ljk7 hidden-1n1j4sw hidden-1lbif2o\",fonts:[\"GF;Afacad-regular\"],text:LlBKXIAEN,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mvIkM9PgC:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+50+100+0+0+0+0+65.2),sizes:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 60px)`,...toResponsiveImage(jGX2B5JFW),...{positionX:\"center\",positionY:\"top\"}}},rGG8bNxQn:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+80+100+0+0+0+0),sizes:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 60px) / 2.3)`,...toResponsiveImage(jGX2B5JFW),...{positionX:\"center\",positionY:\"top\"}}},ScVhc2I3s:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+100+100+0+0+0+0),sizes:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 60px) / 2.3)`,...toResponsiveImage(jGX2B5JFW),...{positionX:\"center\",positionY:\"top\"}}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+100+0+0+0+0),sizes:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 60px) / 2.3)`,...toResponsiveImage(jGX2B5JFW),...{positionX:\"center\",positionY:\"top\"}},className:\"framer-1y6xj6i\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ecsd6y\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mvIkM9PgC:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+50+100+0+0+0+0+881.2+0+0),sizes:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 60px)`,...toResponsiveImage(srNe39cuU)}},rGG8bNxQn:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+80+100+0+0+0+816+0+0),sizes:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 60px) / 2.3)`,...toResponsiveImage(srNe39cuU)}},ScVhc2I3s:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+100+100+0+0+0+816+0),sizes:`max(((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 60px) / 2.3 - 16px) / 2, 1px)`,...toResponsiveImage(srNe39cuU)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+100+0+0+0+816+0),sizes:`max(((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 60px) / 2.3 - 16px) / 2, 1px)`,...toResponsiveImage(srNe39cuU)},className:\"framer-13ur3df\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mvIkM9PgC:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+50+100+0+0+0+0+881.2+0+316),sizes:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 60px)`,...toResponsiveImage(kImLy4E2u)}},rGG8bNxQn:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+80+100+0+0+0+816+0+316),sizes:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 60px) / 2.3)`,...toResponsiveImage(kImLy4E2u)}},ScVhc2I3s:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+100+100+0+0+0+816+1),sizes:`max(((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 60px) / 2.3 - 16px) / 2, 1px)`,...toResponsiveImage(kImLy4E2u)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+100+0+0+0+816+1),sizes:`max(((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 60px) / 2.3 - 16px) / 2, 1px)`,...toResponsiveImage(kImLy4E2u)},className:\"framer-1xct1w\"})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fvnhex\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14dh07r\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5gt94f\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rGG8bNxQn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7QWZhY2FkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Afacad\", \"Afacad Placeholder\", sans-serif',\"--framer-font-size\":\"51px\",\"--framer-text-color\":\"var(--token-8da69633-3daf-420e-84a9-5784bf4b7ab8, rgb(0, 0, 0))\",\"--framer-text-transform\":\"uppercase\"},children:\"Hisense 49WF25E\u2013 49\u2033 Schaufenster \u2013 High Brightness Display\"})})},ScVhc2I3s:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7QWZhY2FkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Afacad\", \"Afacad Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-text-color\":\"var(--token-8da69633-3daf-420e-84a9-5784bf4b7ab8, rgb(0, 0, 0))\",\"--framer-text-transform\":\"uppercase\"},children:\"Hisense 49WF25E\u2013 49\u2033 Schaufenster \u2013 High Brightness Display\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7QWZhY2FkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Afacad\", \"Afacad Placeholder\", sans-serif',\"--framer-font-size\":\"70px\",\"--framer-text-color\":\"var(--token-8da69633-3daf-420e-84a9-5784bf4b7ab8, rgb(0, 0, 0))\",\"--framer-text-transform\":\"uppercase\"},children:\"Hisense 49WF25E\u2013 49\u2033 Schaufenster \u2013 High Brightness Display\"})}),className:\"framer-1hsz4j8 hidden-9zzdom\",fonts:[\"GF;Afacad-regular\"],text:LlBKXIAEN,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mvIkM9PgC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC01MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--token-8da69633-3daf-420e-84a9-5784bf4b7ab8, rgb(0, 0, 0))\",\"--framer-text-transform\":\"uppercase\"},children:\"2299 \u20AC\"})})},rGG8bNxQn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC01MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--token-8da69633-3daf-420e-84a9-5784bf4b7ab8, rgb(0, 0, 0))\",\"--framer-text-transform\":\"uppercase\"},children:\"2299 \u20AC\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC01MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--token-8da69633-3daf-420e-84a9-5784bf4b7ab8, rgb(0, 0, 0))\",\"--framer-text-transform\":\"uppercase\"},children:\"2299 \u20AC\"})}),className:\"framer-1gkef3j\",fonts:[\"GF;Montserrat-500\"],text:S_sFP1vic,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"RQ9HlENi7\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:YNmPdxXtR,className:\"framer-1b00n1b\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1h7nsmd\",code:\"framer-styles-preset-18ncbo1\",h1:\"framer-styles-preset-l9pyi7\",h2:\"framer-styles-preset-1axzzt9\",h3:\"framer-styles-preset-umi62s\",h4:\"framer-styles-preset-67v8un\",h5:\"framer-styles-preset-1a12uxy\",h6:\"framer-styles-preset-xqgfa3\",img:\"framer-styles-preset-1j81i9s\",p:\"framer-styles-preset-1po14y4\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1r3k39v-container\",\"data-framer-name\":\"Stripe \",isAuthoredByUser:true,isModuleExternal:true,name:\"Stripe \",nodeId:\"BAf_YX4z8\",scopeId:\"M8a9bT0jP\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mvIkM9PgC:{fontControl:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"0em\",lineHeight:\"1.6em\"},styleOptions:{backgroundColor:\"var(--token-3df5206f-c0a5-454d-a059-6bc9fc42c4e2, rgb(255, 255, 48))\",borderRadius:0,color:\"var(--token-ed705807-585b-4e03-8afc-4b5ea6dac55d, rgb(1, 25, 50))\",padding:10,paddingBottom:12,paddingLeft:42,paddingPerSide:true,paddingRight:42,paddingTop:12}}},children:/*#__PURE__*/_jsx(LemonSqueezy,{fontControl:{fontFamily:'\"Poppins\", \"Poppins Placeholder\", sans-serif',fontSize:\"20px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"0em\",lineHeight:\"1.6em\"},height:\"100%\",hoverOptions:{hoverBackgroundColor:\"rgb(0, 0, 0)\",hoverColor:\"rgb(255, 255, 255)\",hoverScale:1,hoverTransition:{damping:60,delay:0,mass:1,stiffness:300,type:\"spring\"}},id:\"BAf_YX4z8\",isRedirect:true,layoutId:\"BAf_YX4z8\",name:\"Stripe \",styleOptions:{backgroundColor:\"var(--token-3df5206f-c0a5-454d-a059-6bc9fc42c4e2, rgb(255, 255, 48))\",borderRadius:10,color:\"var(--token-ed705807-585b-4e03-8afc-4b5ea6dac55d, rgb(1, 25, 50))\",padding:0,paddingBottom:16,paddingLeft:60,paddingPerSide:true,paddingRight:60,paddingTop:16},text:\"Kaufen\",url:Mp73zzpVu,width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xsg1uv\",children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"RQ9HlENi7\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:JyrNrPnKd,className:\"framer-1ry9uvx\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1h7nsmd\",code:\"framer-styles-preset-18ncbo1\",h1:\"framer-styles-preset-l9pyi7\",h2:\"framer-styles-preset-1axzzt9\",h3:\"framer-styles-preset-umi62s\",h4:\"framer-styles-preset-67v8un\",h5:\"framer-styles-preset-1a12uxy\",h6:\"framer-styles-preset-xqgfa3\",img:\"framer-styles-preset-1j81i9s\",p:\"framer-styles-preset-1po14y4\"},verticalAlignment:\"top\",withExternalLayout:true})})})]})]})})}),/*#__PURE__*/_jsx(\"header\",{className:\"framer-13jbnlc\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"hmubvcag7\"},implicitPathVariables:undefined},{href:{webPageId:\"hmubvcag7\"},implicitPathVariables:undefined},{href:{webPageId:\"hmubvcag7\"},implicitPathVariables:undefined},{href:{webPageId:\"hmubvcag7\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mvIkM9PgC:{y:(componentViewport?.y||0)+0+2235.2+60+10},rGG8bNxQn:{y:(componentViewport?.y||0)+0+1790+40+12},ScVhc2I3s:{y:(componentViewport?.y||0)+0+1516+40+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"307px\",y:(componentViewport?.y||0)+0+1436+40+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-r5kunv-container\",nodeId:\"LoDYISKht\",scopeId:\"M8a9bT0jP\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mvIkM9PgC:{CJwkcCfE5:resolvedLinks[3]},rGG8bNxQn:{CJwkcCfE5:resolvedLinks[2]},ScVhc2I3s:{CJwkcCfE5:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(Button,{B5PTj2R73:\"arrow-right\",CJwkcCfE5:resolvedLinks[0],GR68CgLTN:\"Entdecken Sie unsere Displays\",height:\"100%\",id:\"LoDYISKht\",layoutId:\"LoDYISKht\",LG5CSJpvD:true,ot18wTv79:false,style:{width:\"100%\"},variant:\"CthDFhD3Y\",w5Hgz19ND:10,width:\"100%\"})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mvIkM9PgC:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+2415.2},rGG8bNxQn:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1934},ScVhc2I3s:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1636}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:322,width:\"1920px\",y:(componentViewport?.y||0)+0+1556,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1aran2y-container\",nodeId:\"xvSV4r3j4\",scopeId:\"M8a9bT0jP\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mvIkM9PgC:{variant:\"b5pZoR74d\"},rGG8bNxQn:{variant:\"bxCCCX6Qn\"}},children:/*#__PURE__*/_jsx(SectionCTA,{height:\"100%\",id:\"xvSV4r3j4\",layoutId:\"xvSV4r3j4\",style:{width:\"100%\"},variant:\"RmqJkb9gf\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mvIkM9PgC:{y:(componentViewport?.y||0)+0+2737.2},rGG8bNxQn:{y:(componentViewport?.y||0)+0+2256},ScVhc2I3s:{y:(componentViewport?.y||0)+0+1958}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:501,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1878,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ijna6e-container\",nodeId:\"fGHwbfHkw\",rendersWithMotion:true,scopeId:\"M8a9bT0jP\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mvIkM9PgC:{variant:\"TfR8Rq4xe\"},rGG8bNxQn:{variant:\"F3zm5FrZx\"}},children:/*#__PURE__*/_jsx(SectionFooter,{height:\"100%\",id:\"fGHwbfHkw\",layoutId:\"fGHwbfHkw\",style:{width:\"100%\"},variant:\"Rnrfca9Uv\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-c3kY7.framer-e55vmz, .framer-c3kY7 .framer-e55vmz { display: block; }\",\".framer-c3kY7.framer-c6ljk7 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1600px; }\",\".framer-c3kY7 .framer-11qon6-container { flex: none; height: auto; left: 50%; position: fixed; top: 20px; transform: translateX(-50%); width: auto; z-index: 10; }\",\".framer-c3kY7 .framer-1he2t9s { 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: visible; padding: 120px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-c3kY7 .framer-1y6i0r9 { 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: hidden; padding: 100px 0px 100px 0px; position: relative; width: 1px; }\",\".framer-c3kY7 .framer-uulu9v { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px 30px 0px 30px; position: relative; width: 100%; }\",\".framer-c3kY7 .framer-18sgtnp { align-content: center; align-items: center; background-color: #f7f7f7; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 43%; }\",\".framer-c3kY7 .framer-62yri8, .framer-c3kY7 .framer-1hsz4j8, .framer-c3kY7 .framer-1b00n1b { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-c3kY7 .framer-1y6xj6i { aspect-ratio: 0.75 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 800px); overflow: hidden; position: sticky; top: 0px; width: 100%; z-index: 1; }\",\".framer-c3kY7 .framer-1ecsd6y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-c3kY7 .framer-13ur3df { flex: 1 0 0px; height: 300px; position: relative; width: 1px; }\",\".framer-c3kY7 .framer-1xct1w { flex: 1 0 0px; height: 298px; position: relative; width: 1px; }\",\".framer-c3kY7 .framer-fvnhex { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-c3kY7 .framer-14dh07r { 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-c3kY7 .framer-5gt94f { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-c3kY7 .framer-1gkef3j { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-c3kY7 .framer-1r3k39v-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-c3kY7 .framer-1xsg1uv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-c3kY7 .framer-1ry9uvx { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-c3kY7 .framer-13jbnlc { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 120px; justify-content: center; overflow: hidden; padding: 40px; position: relative; width: 1200px; }\",\".framer-c3kY7 .framer-r5kunv-container { flex: none; height: auto; position: relative; width: 307px; }\",\".framer-c3kY7 .framer-1aran2y-container { flex: none; height: auto; position: relative; width: 1920px; }\",\".framer-c3kY7 .framer-ijna6e-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-c3kY7.framer-c6ljk7, .framer-c3kY7 .framer-1he2t9s, .framer-c3kY7 .framer-1y6i0r9, .framer-c3kY7 .framer-uulu9v, .framer-c3kY7 .framer-18sgtnp, .framer-c3kY7 .framer-1ecsd6y, .framer-c3kY7 .framer-fvnhex, .framer-c3kY7 .framer-14dh07r, .framer-c3kY7 .framer-5gt94f, .framer-c3kY7 .framer-1xsg1uv, .framer-c3kY7 .framer-13jbnlc { gap: 0px; } .framer-c3kY7.framer-c6ljk7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-c3kY7.framer-c6ljk7 > :first-child, .framer-c3kY7 .framer-1y6i0r9 > :first-child, .framer-c3kY7 .framer-18sgtnp > :first-child, .framer-c3kY7 .framer-fvnhex > :first-child, .framer-c3kY7 .framer-14dh07r > :first-child, .framer-c3kY7 .framer-5gt94f > :first-child, .framer-c3kY7 .framer-13jbnlc > :first-child { margin-top: 0px; } .framer-c3kY7.framer-c6ljk7 > :last-child, .framer-c3kY7 .framer-1y6i0r9 > :last-child, .framer-c3kY7 .framer-18sgtnp > :last-child, .framer-c3kY7 .framer-fvnhex > :last-child, .framer-c3kY7 .framer-14dh07r > :last-child, .framer-c3kY7 .framer-5gt94f > :last-child, .framer-c3kY7 .framer-13jbnlc > :last-child { margin-bottom: 0px; } .framer-c3kY7 .framer-1he2t9s > *, .framer-c3kY7 .framer-1xsg1uv > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-c3kY7 .framer-1he2t9s > :first-child, .framer-c3kY7 .framer-uulu9v > :first-child, .framer-c3kY7 .framer-1ecsd6y > :first-child, .framer-c3kY7 .framer-1xsg1uv > :first-child { margin-left: 0px; } .framer-c3kY7 .framer-1he2t9s > :last-child, .framer-c3kY7 .framer-uulu9v > :last-child, .framer-c3kY7 .framer-1ecsd6y > :last-child, .framer-c3kY7 .framer-1xsg1uv > :last-child { margin-right: 0px; } .framer-c3kY7 .framer-1y6i0r9 > *, .framer-c3kY7 .framer-5gt94f > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-c3kY7 .framer-uulu9v > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-c3kY7 .framer-18sgtnp > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-c3kY7 .framer-1ecsd6y > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-c3kY7 .framer-fvnhex > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-c3kY7 .framer-14dh07r > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-c3kY7 .framer-13jbnlc > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,\"@media (min-width: 1200px) and (max-width: 1599px) { .framer-c3kY7.framer-c6ljk7 { width: 1200px; } .framer-c3kY7 .framer-1he2t9s { padding: 100px 0px 100px 0px; } .framer-c3kY7 .framer-1y6xj6i { height: var(--framer-aspect-ratio-supported, 661px); } .framer-c3kY7 .framer-1aran2y-container { width: 100%; }}\",\"@media (min-width: 810px) and (max-width: 1199px) { .framer-c3kY7.framer-c6ljk7 { width: 810px; } .framer-c3kY7 .framer-11qon6-container { top: 0px; width: 100%; } .framer-c3kY7 .framer-1he2t9s { padding: 80px 0px 80px 0px; } .framer-c3kY7 .framer-1y6xj6i { height: var(--framer-aspect-ratio-supported, 435px); } .framer-c3kY7 .framer-1ecsd6y { flex-direction: column; } .framer-c3kY7 .framer-13ur3df, .framer-c3kY7 .framer-1xct1w { flex: none; width: 100%; } .framer-c3kY7 .framer-13jbnlc { height: 144px; width: 100%; } .framer-c3kY7 .framer-1aran2y-container { width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-c3kY7 .framer-1ecsd6y { gap: 0px; } .framer-c3kY7 .framer-1ecsd6y > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-c3kY7 .framer-1ecsd6y > :first-child { margin-top: 0px; } .framer-c3kY7 .framer-1ecsd6y > :last-child { margin-bottom: 0px; } }}\",\"@media (max-width: 809px) { .framer-c3kY7.framer-c6ljk7 { width: 390px; } .framer-c3kY7 .framer-11qon6-container { top: 0px; width: 100%; } .framer-c3kY7 .framer-1he2t9s { padding: 50px 0px 60px 0px; } .framer-c3kY7 .framer-uulu9v, .framer-c3kY7 .framer-1ecsd6y { flex-direction: column; } .framer-c3kY7 .framer-18sgtnp { background-color: unset; width: 100%; } .framer-c3kY7 .framer-1y6xj6i { height: var(--framer-aspect-ratio-supported, 440px); } .framer-c3kY7 .framer-13ur3df, .framer-c3kY7 .framer-1xct1w { flex: none; width: 100%; } .framer-c3kY7 .framer-fvnhex { flex: none; gap: 40px; width: 100%; } .framer-c3kY7 .framer-14dh07r { gap: 16px; } .framer-c3kY7 .framer-5gt94f { order: 0; } .framer-c3kY7 .framer-1r3k39v-container { order: 1; } .framer-c3kY7 .framer-13jbnlc { height: 180px; padding: 60px; width: 100%; } .framer-c3kY7 .framer-1aran2y-container { width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-c3kY7 .framer-uulu9v, .framer-c3kY7 .framer-1ecsd6y, .framer-c3kY7 .framer-fvnhex, .framer-c3kY7 .framer-14dh07r { gap: 0px; } .framer-c3kY7 .framer-uulu9v > *, .framer-c3kY7 .framer-fvnhex > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-c3kY7 .framer-uulu9v > :first-child, .framer-c3kY7 .framer-1ecsd6y > :first-child, .framer-c3kY7 .framer-fvnhex > :first-child, .framer-c3kY7 .framer-14dh07r > :first-child { margin-top: 0px; } .framer-c3kY7 .framer-uulu9v > :last-child, .framer-c3kY7 .framer-1ecsd6y > :last-child, .framer-c3kY7 .framer-fvnhex > :last-child, .framer-c3kY7 .framer-14dh07r > :last-child { margin-bottom: 0px; } .framer-c3kY7 .framer-1ecsd6y > *, .framer-c3kY7 .framer-14dh07r > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3229\n * @framerIntrinsicWidth 1600\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ScVhc2I3s\":{\"layout\":[\"fixed\",\"auto\"]},\"rGG8bNxQn\":{\"layout\":[\"fixed\",\"auto\"]},\"mvIkM9PgC\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"jiarFcR8_\":{\"pattern\":\":jiarFcR8_\",\"name\":\"shop\"}}\n * @framerResponsiveScreen\n */const FramerM8a9bT0jP=withCSS(Component,css,\"framer-c3kY7\");export default FramerM8a9bT0jP;FramerM8a9bT0jP.displayName=\"Page\";FramerM8a9bT0jP.defaultProps={height:3229,width:1600};addFonts(FramerM8a9bT0jP,[{explicitInter:true,fonts:[{family:\"Afacad\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/afacad/v2/6NUK8FKMIQOGaw6wjYT7ZHG_zsBBfhXtWmU08mCgdfM.woff2\",weight:\"400\"},{family:\"Montserrat\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew7Y3tcoqK5.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/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:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/K4RHKGAGLQZBXEZQT2O2AGSLKJF2E4YC/JRUTXNFPWLFGIEVSSEYOW7EP7TYM3V6A/UCDYLFFGLZRGCFY5GYDYM5LDB52BAR5M.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/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\"}]},...TopNavigationBarFonts,...LemonSqueezyFonts,...ButtonFonts,...SectionCTAFonts,...SectionFooterFonts,...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),...componentPresets.fonts?.[\"RQ9HlENi7\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"RQ9HlENi7\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerM8a9bT0jP\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"3229\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerScrollSections\":\"{\\\"jiarFcR8_\\\":{\\\"pattern\\\":\\\":jiarFcR8_\\\",\\\"name\\\":\\\"shop\\\"}}\",\"framerIntrinsicWidth\":\"1600\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ScVhc2I3s\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rGG8bNxQn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"mvIkM9PgC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerResponsiveScreen\":\"\",\"framerContractVersion\":\"1\",\"framerAcceptsLayoutTemplate\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["LemonSqueezy", "props", "styleOptions", "hoverOptions", "backgroundColor", "color", "borderRadius", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingValue", "useConditionalScript", "p", "motion", "buttonStyles", "flexAlignSwitch", "addPropertyControls", "ControlType", "condition", "url", "id", "ue", "script", "ref", "window", "fontControlStyles", "TopNavigationBarFonts", "getFonts", "sltkc74h7_default", "LemonSqueezyFonts", "LemonSqueezy", "ButtonFonts", "KF7UbbSfc_default", "SectionCTAFonts", "LpjyIZj0_default", "SectionFooterFonts", "lS9TvqxVt_default", "ContainerWithFX", "withFX", "Container", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "toResponsiveImage", "value", "animation", "transition1", "animation1", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useQueryData", "fG4JPsjBb_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "LlBKXIAEN", "jGX2B5JFW", "srNe39cuU", "kImLy4E2u", "S_sFP1vic", "YNmPdxXtR", "Mp73zzpVu", "JyrNrPnKd", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "elementId", "useRouteElementId", "ref1", "isDisplayed", "isDisplayed1", "router", "useRouter", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "PropertyOverrides2", "ComponentViewportProvider", "RichText2", "getLoadingLazyAtYPosition", "Image2", "ComponentPresetsProvider", "ResolveLinks", "resolvedLinks", "css", "FramerM8a9bT0jP", "withCSS", "M8a9bT0jP_default", "addFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
