{"version":3,"file":"btnyZnNli.CqkCHELr.mjs","names":["Component","serializationHash","variantClassNames","transition1","Transition","Variants","getProps","createLayoutDependency","Component","Image","css","__FramerMetadata__","RoundPlus","RoundPlusInfo","ProductBannerChildren","_Fragment"],"sources":["https:/framerusercontent.com/modules/skUd7YRRheLYtpyEEqw4/cXMThMp81UzoQLd2sv8i/Analytics.js","https:/framerusercontent.com/modules/uDS1oFvyQ0oPpQPRIpUx/j8G7ELEuwMDZR3kmA35B/au87qXrWd.js","https:/framerusercontent.com/modules/use1pCDIycZuY33fG9yo/X4jmeshWJz2kNB8CKnIR/btnyZnNli.js"],"sourcesContent":["import{jsx as _jsx}from\"react/jsx-runtime\";import{forwardRef}from\"react\";import{useRef,useEffect}from\"react\";import{useInView}from\"framer-motion\";import{useTrackClickComponent,useTrackViewComponent}from\"https://asset.29cm.co.kr/contents/framer/components/canvas/ComponentEventTracker/ComponentEventTracker.hooks.event.js\";const getComponent=(props,Component)=>Component[\"displayName\"]||props[\"name\"]||props[\"data-framer-name\"];// prettier-ignore\nconst mergeRefs=(...refs)=>{return value=>{refs.forEach(ref=>{if(typeof ref===\"function\"){ref(value);}else if(ref!=null){ref.current=value;}});};};export function withViewEventTracker(Component){return /*#__PURE__*/forwardRef((props,ref)=>{const component=getComponent(props,Component);const containerRef=useRef(null);const isInView=useInView(containerRef);const{trackViewComponent}=useTrackViewComponent();useEffect(()=>{if(!isInView){return;}trackViewComponent(component);},[isInView]);return /*#__PURE__*/_jsx(Component,{...props,ref:mergeRefs(ref,containerRef)});});}export function withClickEventTracker(Component){return /*#__PURE__*/forwardRef((props,ref)=>{const component=getComponent(props,Component);const{trackClickComponent}=useTrackClickComponent();const handleClick=e=>{if(e.isTriggered){return;}e.isTriggered=true;props.onTap?.(e);trackClickComponent(component);};return /*#__PURE__*/_jsx(Component,{ref:ref,...props,onTap:handleClick});});}export function withViewClickEventTracker(Component){return /*#__PURE__*/forwardRef((props,ref)=>{const component=getComponent(props,Component);const containerRef=useRef(null);const isInView=useInView(containerRef);const{trackViewComponent}=useTrackViewComponent();const{trackClickComponent}=useTrackClickComponent();useEffect(()=>{if(!isInView){return;}trackViewComponent(component);},[isInView]);const handleClick=e=>{if(e.isTriggered){return;}e.isTriggered=true;props.onTap?.(e);trackClickComponent(component);};return /*#__PURE__*/_jsx(Component,{ref:mergeRefs(ref,containerRef),...props,onTap:handleClick});});}export function withScrollSectionName(Component){return /*#__PURE__*/forwardRef((props,ref)=>{const component=getComponent(props,Component);// const { trackClickComponent } = useTrackClickComponent()\nconsole.log(props);// const handleClick = (e) => {\n//     if (e.isTriggered) {\n//         return\n//     }\n//     e.isTriggered = true\n//     props.onTap?.(e)\n//     trackClickComponent(component)\n// }\nreturn /*#__PURE__*/_jsx(Component,{ref:ref,...props});});}\nexport const __FramerMetadata__ = {\"exports\":{\"withViewEventTracker\":{\"type\":\"reactHoc\",\"name\":\"withViewEventTracker\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withViewClickEventTracker\":{\"type\":\"reactHoc\",\"name\":\"withViewClickEventTracker\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withClickEventTracker\":{\"type\":\"reactHoc\",\"name\":\"withClickEventTracker\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withScrollSectionName\":{\"type\":\"reactHoc\",\"name\":\"withScrollSectionName\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Analytics.map","// Generated by Framer (f082bd6)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const serializationHash=\"framer-VAfWR\";const variantClassNames={aFgdbYuz_:\"framer-v-66n6ia\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const negate=value=>{return!value;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({black,height,id,onTap,width,...props})=>{return{...props,NbptsICC0:onTap??props.NbptsICC0,SORPoIsee:black??props.SORPoIsee??true};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,SORPoIsee,NbptsICC0,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"aFgdbYuz_\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap16qmto7=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(NbptsICC0){const res=await NbptsICC0(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const visible=negate(SORPoIsee);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-66n6ia\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"aFgdbYuz_\",onTap:onTap16qmto7,ref:ref??ref1,style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,...style},children:[SORPoIsee&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-e5s9bx\",layoutDependency:layoutDependency,layoutId:\"KSQy61UsQ\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:150,intrinsicWidth:150,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||34)*.5000000000000002-10)+2.0000000000000036),pixelHeight:150,pixelWidth:150,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/UpKr8xIAht06ws4oSwd2liSdm0.svg\"},className:\"framer-1mlkb6r\",\"data-framer-name\":\"iconw\",layoutDependency:layoutDependency,layoutId:\"MZepecHqC\",transformTemplate:transformTemplate1})}),visible&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-u5n6fa\",layoutDependency:layoutDependency,layoutId:\"rI9DIcGID\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:150,intrinsicWidth:150,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||34)*.5000000000000002-10)+2.0000000000000036),pixelHeight:150,pixelWidth:150,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/WTfdvA1F2U4V8uMGZSsr5fsV0Y.svg\"},className:\"framer-mfw2bf\",\"data-framer-name\":\"iconb\",layoutDependency:layoutDependency,layoutId:\"MsAzgrkAk\",transformTemplate:transformTemplate1})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-VAfWR.framer-12d19in, .framer-VAfWR .framer-12d19in { display: block; }\",\".framer-VAfWR.framer-66n6ia { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 34px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 34px; }\",\".framer-VAfWR .framer-e5s9bx, .framer-VAfWR .framer-u5n6fa { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); left: 50%; overflow: hidden; position: absolute; top: 50%; width: 20px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-VAfWR .framer-1mlkb6r, .framer-VAfWR .framer-mfw2bf { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); left: 50%; overflow: visible; position: absolute; top: 50%; width: 16px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-VAfWR.framer-66n6ia { gap: 0px; } .framer-VAfWR.framer-66n6ia > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-VAfWR.framer-66n6ia > :first-child { margin-top: 0px; } .framer-VAfWR.framer-66n6ia > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 34\n * @framerIntrinsicWidth 34\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"SORPoIsee\":\"black\",\"NbptsICC0\":\"onTap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerau87qXrWd=withCSS(Component,css,\"framer-VAfWR\");export default Framerau87qXrWd;Framerau87qXrWd.displayName=\"RoundPlus\";Framerau87qXrWd.defaultProps={height:34,width:34};addPropertyControls(Framerau87qXrWd,{SORPoIsee:{defaultValue:true,title:\"black\",type:ControlType.Boolean},NbptsICC0:{title:\"OnTap\",type:ControlType.EventHandler}});addFonts(Framerau87qXrWd,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerau87qXrWd\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"SORPoIsee\\\":\\\"black\\\",\\\"NbptsICC0\\\":\\\"onTap\\\"}\",\"framerIntrinsicHeight\":\"34\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"34\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./au87qXrWd.map","// Generated by Framer (508aa67)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useVariantState,withCSS,withMappedReactProps}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import ProductProvider from\"https://framerusercontent.com/modules/KbHpzadKlTHZMPIgErtm/rMoN0UNCTkzEGgukeJzI/ProductProvider.js\";import{withClickEventTracker}from\"https://framerusercontent.com/modules/skUd7YRRheLYtpyEEqw4/cXMThMp81UzoQLd2sv8i/Analytics.js\";import RoundPlus,*as RoundPlusInfo from\"https://framerusercontent.com/modules/uDS1oFvyQ0oPpQPRIpUx/j8G7ELEuwMDZR3kmA35B/au87qXrWd.js\";import ProductBannerChildren from\"https://framerusercontent.com/modules/d2b1JPdec2YplpV88yxp/i14VLnflnxhHJhRtMCHL/Bdjq0BQCb.js\";const RoundPlusFonts=getFonts(RoundPlus);const RoundPlusWithClickEventTrackerWithMappedReactPropsio7s59=withMappedReactProps(withClickEventTracker(RoundPlus),RoundPlusInfo);const ProductBannerChildrenFonts=getFonts(ProductBannerChildren);const ProductProviderFonts=getFonts(ProductProvider);const cycleOrder=[\"lsGMRNrBO\",\"E6i7g9ubl\",\"zY1AGMGBr\",\"ivytzE2j7\"];const serializationHash=\"framer-ZnBFV\";const variantClassNames={E6i7g9ubl:\"framer-v-1iwz87e\",ivytzE2j7:\"framer-v-112aum5\",lsGMRNrBO:\"framer-v-egbxoe\",zY1AGMGBr:\"framer-v-l35gc6\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.2,skewX:0,skewY:0,transition:transition2};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transition:transition2};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 Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={bottom:\"zY1AGMGBr\",bottomTap:\"ivytzE2j7\",top:\"lsGMRNrBO\",topTap:\"E6i7g9ubl\"};const getProps=({height,id,pinColor,productNo,width,...props})=>{return{...props,iTieKbSu0:pinColor??props.iTieKbSu0??true,t4lQCYrx3:productNo??props.t4lQCYrx3,variant:humanReadableVariantMap[props.variant]??props.variant??\"lsGMRNrBO\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,iTieKbSu0,t4lQCYrx3,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"lsGMRNrBO\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const NbptsICC0xwf3fs=overlay=>activeVariantCallback(async(...args)=>{setVariant(\"E6i7g9ubl\");overlay.show();});const NbptsICC01ii2642=overlay=>activeVariantCallback(async(...args)=>{setVariant(\"lsGMRNrBO\");overlay.show();});const NbptsICC01oskco3=activeVariantCallback(async(...args)=>{setVariant(\"ivytzE2j7\");});const NbptsICC01k0x885=overlay=>activeVariantCallback(async(...args)=>{setVariant(\"zY1AGMGBr\");overlay.show();});const ref1=React.useRef(null);const ref2=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-egbxoe\",className,classNames),\"data-framer-name\":\"top\",layoutDependency:layoutDependency,layoutId:\"lsGMRNrBO\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref??ref1,style:{...style},...addPropertyOverrides({E6i7g9ubl:{\"data-framer-name\":\"topTap\"},ivytzE2j7:{\"data-framer-name\":\"bottomTap\"},zY1AGMGBr:{\"data-framer-name\":\"bottom\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-g4gc2a-container\",id:`${layoutId}-g4gc2a`,layoutDependency:layoutDependency,layoutId:\"xsSCOdi6h-container\",ref:ref2,whileHover:animation,whileTap:animation1,children:/*#__PURE__*/_jsx(RoundPlusWithClickEventTrackerWithMappedReactPropsio7s59,{height:\"100%\",id:\"xsSCOdi6h\",layoutId:\"xsSCOdi6h\",NbptsICC0:NbptsICC0xwf3fs(overlay),SORPoIsee:iTieKbSu0,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({E6i7g9ubl:{NbptsICC0:NbptsICC01ii2642(overlay)},ivytzE2j7:{NbptsICC0:NbptsICC01k0x885(overlay)},zY1AGMGBr:{NbptsICC0:NbptsICC01oskco3}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mwmph9-container\",layoutDependency:layoutDependency,layoutId:\"msJqUrzZS-container\",style:{opacity:0},variants:{E6i7g9ubl:{opacity:1},ivytzE2j7:{opacity:1}},children:/*#__PURE__*/_jsx(ProductProvider,{fallbackChildren:[],height:\"100%\",id:\"msJqUrzZS\",layoutId:\"msJqUrzZS\",productNo:t4lQCYrx3,style:{width:\"100%\"},width:\"100%\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"196px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pocvq6-container\",layoutDependency:layoutDependency,layoutId:\"RVzYO2XME-container\",children:/*#__PURE__*/_jsx(ProductBannerChildren,{GWVzvjNGD:\"브랜드 국문명\",height:\"100%\",id:\"RVzYO2XME\",layoutId:\"RVzYO2XME\",PVlNO5YXz:1e3,QM7ZizQku:\"RR STITCH TERRY JACKET (BLACK)\",sDjSFQc8o:10,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ZnBFV.framer-w11o8z, .framer-ZnBFV .framer-w11o8z { display: block; }\",\".framer-ZnBFV.framer-egbxoe { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 196px; }\",\".framer-ZnBFV .framer-g4gc2a-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); position: relative; width: 32px; }\",\".framer-ZnBFV .framer-1mwmph9-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-ZnBFV .framer-1pocvq6-container { aspect-ratio: 3.161290322580645 / 1; height: var(--framer-aspect-ratio-supported, 62px); position: relative; width: 196px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ZnBFV.framer-egbxoe { gap: 0px; } .framer-ZnBFV.framer-egbxoe > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-ZnBFV.framer-egbxoe > :first-child { margin-top: 0px; } .framer-ZnBFV.framer-egbxoe > :last-child { margin-bottom: 0px; } }\",\".framer-ZnBFV.framer-v-1iwz87e.framer-egbxoe { aspect-ratio: 1.8846153846153846 / 1; height: var(--framer-aspect-ratio-supported, 104px); }\",\".framer-ZnBFV.framer-v-l35gc6.framer-egbxoe { aspect-ratio: 1.849056603773585 / 1; height: var(--framer-aspect-ratio-supported, 106px); }\",\".framer-ZnBFV.framer-v-l35gc6 .framer-g4gc2a-container, .framer-ZnBFV.framer-v-112aum5 .framer-g4gc2a-container { order: 1; }\",\".framer-ZnBFV.framer-v-l35gc6 .framer-1mwmph9-container, .framer-ZnBFV.framer-v-112aum5 .framer-1mwmph9-container { order: 0; }\",\".framer-ZnBFV.framer-v-112aum5.framer-egbxoe { height: 106px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 104\n * @framerIntrinsicWidth 196\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"E6i7g9ubl\":{\"layout\":[\"fixed\",\"fixed\"]},\"zY1AGMGBr\":{\"layout\":[\"fixed\",\"fixed\"]},\"ivytzE2j7\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"iTieKbSu0\":\"pinColor\",\"t4lQCYrx3\":\"productNo\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerbtnyZnNli=withCSS(Component,css,\"framer-ZnBFV\");export default FramerbtnyZnNli;FramerbtnyZnNli.displayName=\"legacy/ProductBarBanner\";FramerbtnyZnNli.defaultProps={height:104,width:196};addPropertyControls(FramerbtnyZnNli,{variant:{options:[\"lsGMRNrBO\",\"E6i7g9ubl\",\"zY1AGMGBr\",\"ivytzE2j7\"],optionTitles:[\"top\",\"topTap\",\"bottom\",\"bottomTap\"],title:\"Variant\",type:ControlType.Enum},iTieKbSu0:{defaultValue:true,title:\"PinColor\",type:ControlType.Boolean},t4lQCYrx3:{defaultValue:\"\",title:\"Product No\",type:ControlType.String}});addFonts(FramerbtnyZnNli,[{explicitInter:true,fonts:[]},...RoundPlusFonts,...ProductBannerChildrenFonts,...ProductProviderFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerbtnyZnNli\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"E6i7g9ubl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"zY1AGMGBr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ivytzE2j7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"196\",\"framerVariables\":\"{\\\"iTieKbSu0\\\":\\\"pinColor\\\",\\\"t4lQCYrx3\\\":\\\"productNo\\\"}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"104\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}