{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/FZjYlw33eNo8pxLbSFLX/5Wj2gEjrQTmjAcV7DfG4/SuperfieldsShared.js", "ssg:https://framer.com/m/CMSLibrary-09eo.js", "ssg:https://framerusercontent.com/modules/JfW6EfEeJnrqM1YQCYmc/3By4VvLRRlsqmHmoICUC/Masonry.js", "ssg:https://ga.jspm.io/npm:zustand@3.7.1/esm/index.js", "ssg:https://ga.jspm.io/npm:zustand@3.7.0/esm/shallow.js", "ssg:https://framerusercontent.com/modules/OoGHZMzWDzm2mNN7bmeR/quqdohq6i4dLZg5wuqIc/Store.js", "ssg:https://ga.jspm.io/npm:js-cookie@3.0.5/dist/js.cookie.mjs", "ssg:https://framerusercontent.com/modules/c1jaZMVo1HBulMCJfZHW/iKEgwCv7dmbKuDZ42rdk/FavouriteStore.js", "ssg:https://framerusercontent.com/modules/1o5Bk6b6qvbR58A6b2Ej/nj6SwKqBYI8IpVpEAAXW/Superfields.js", "ssg:https://framerusercontent.com/modules/FZjYlw33eNo8pxLbSFLX/Gx0FjAQAwVtX3n3htBz9/SuperfieldsShared.js", "ssg:https://framerusercontent.com/modules/LYyAFjx6EnDQcWGl8jCk/LgdV4uHZavls9EJ1XLVb/Filter.js", "ssg:https://framerusercontent.com/modules/qNLKoFETvJiWggCTqabc/rlgzTAMVdylJZLGV9OtS/Examples_1.js", "ssg:https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/Z4QJ2YpzpVnWRfR6Ccgg/Video.js", "ssg:https://framerusercontent.com/modules/ofoyqOe8BmEk4mePybsj/LBPUzWu5vN8RegopbfWx/ProgressAnimation_5.js", "ssg:https://framerusercontent.com/modules/tq7jXCKgOIEfQNqpJH0o/8mJuqfPQ3gh9xh0HSzXP/Download_Code.js", "ssg:https://framerusercontent.com/modules/5buEtcE2CIhSDGpQB4MM/hJpbHVymnZ8TGlQxh3Vz/ZyTBerqGe.js", "ssg:https://framerusercontent.com/modules/AsH3PSElpxohSoP5of9j/KpFg5HfxBfLclpIcKd9Q/Jf5B6H9eu.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{ControlType}from\"framer\";import{motion}from\"framer-motion\";import{createContext,cloneElement,useMemo}from\"react\";export const SuperfieldsContext=/*#__PURE__*/createContext({active:false});export const calculateTotalPages=(totalItems,itemsPerPage)=>{if(itemsPerPage<=0){return 0;}return Math.ceil(totalItems/itemsPerPage);};const characters=\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\";export const generateInstanceId=()=>{const id=useMemo(()=>{let result=\"\";for(let i=0;i<13;i++){result+=characters.charAt(Math.floor(Math.random()*characters.length));}return result;},[]);return id;};export const FAVOURITES_FILTER_ID=\"[{(FAVOURITES)}]\";export const DELIMITER=\"_&%#|_\"// Used for multi-select items and multiple options field names\n;export const superfieldsId=({hidden=undefined}={})=>({superfieldsId:{type:ControlType.Number,defaultValue:0,min:0,step:1,displayStepper:true,title:\"CMS ID\",description:\"Match with ID on Superfields component\",hidden}});export const buttonPropertyControls=({text=\"\"})=>({appearance:{type:ControlType.Enum,defaultValue:\"default\",options:[\"default\",\"custom\"],optionTitles:[\"Default\",\"Custom\"],displaySegmentedControl:true},customLayer:{type:ControlType.ComponentInstance,title:\"Layer\",description:\"Connect a custom layer from outside the breakpoint\",hidden:props=>props.appearance!==\"custom\"},text:{type:ControlType.String,defaultValue:text,hidden:props=>props.appearance!==\"default\"},fill:fillProp({color:\"#000\",gradientColorA:\"#8C8C8C\",gradientColorB:\"#000\",hidden:props=>props.appearance!==\"default\"}),fontColor:{type:ControlType.Color,defaultValue:\"#FFF\",hidden:props=>props.appearance!==\"default\"},font:{type:\"font\",controls:\"extended\",defaultFontType:\"sans-serif\",defaultValue:{fontSize:14,lineHeight:1.4},hidden:props=>props.appearance!==\"default\"},padding:{type:ControlType.FusedNumber,defaultValue:12,toggleKey:\"paddingIsMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0,hidden:props=>props.appearance!==\"default\"},radius:{type:ControlType.FusedNumber,defaultValue:8,toggleKey:\"radiusIsMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"radiusTopLeft\",\"radiusTopRight\",\"radiusBottomRight\",\"radiusBottomLeft\"],valueLabels:[\"TL\",\"TR\",\"BR\",\"BL\"],min:0,hidden:props=>props.appearance!==\"default\"},border:borderPropertyControl({hidden:props=>props.appearance!==\"default\"}),shadows:{type:ControlType.BoxShadow,hidden:props=>props.appearance!==\"default\"}});export function Button({props,onClick,onMouseEnter=null}){var _props_font,_props_style;if(props.appearance==\"custom\"){var _props_customLayer,_props_style1,_props_style2;let layer=(_props_customLayer=props.customLayer)===null||_props_customLayer===void 0?void 0:_props_customLayer[0];const width=(_props_style1=props.style)===null||_props_style1===void 0?void 0:_props_style1.width;const height=(_props_style2=props.style)===null||_props_style2===void 0?void 0:_props_style2.height;if(layer&&props.style&&(width||height)){layer=/*#__PURE__*/cloneElement(layer,{style:{...layer.props.style,...width&&{width:width},...height&&{height:height}}});}return /*#__PURE__*/_jsx(\"div\",{style:{display:\"contents\"},onClick:onClick,children:layer});}return /*#__PURE__*/_jsxs(\"div\",{onClick:onClick,style:{position:\"relative\",display:\"flex\",justifyContent:((_props_font=props.font)===null||_props_font===void 0?void 0:_props_font.textAlign)||\"center\",alignItems:\"center\",...createBackground(props.fill),color:props.fontColor,padding:props.paddingIsMixed?`${props.paddingTop}px ${props.paddingRight}px ${props.paddingBottom}px ${props.paddingLeft}px`:`${props.padding}px`,borderRadius:props.radiusIsMixed?`${props.radiusTopLeft}px ${props.radiusTopRight}px ${props.radiusBottomRight}px ${props.radiusBottomLeft}px`:`${props.radius}px`,userSelect:\"none\",cursor:\"pointer\",flex:props.sizing==\"fill\"?\"1 0 0\":undefined,textWrap:((_props_style=props.style)===null||_props_style===void 0?void 0:_props_style.width)==\"100%\"?undefined:\"nowrap\",boxShadow:props.shadows,...props.font,...props.style},children:[props.text,/*#__PURE__*/_jsx(Border,{...props.border})]});}Button.displayName=\"Superfields/Button\";export const borderPropertyControl=(props={})=>({type:ControlType.Object,optional:true,controls:{color:{type:ControlType.Color,defaultValue:\"#222\"},width:{type:ControlType.FusedNumber,defaultValue:1,toggleKey:\"widthIsMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"widthTop\",\"widthRight\",\"widthBottom\",\"widthLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},style:{type:ControlType.Enum,defaultValue:\"solid\",options:[\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"Double\"]}},...props});export function Border({width,widthIsMixed,widthTop,widthRight,widthBottom,widthLeft,style,color,transition,animate,radius=\"inherit\"}){return /*#__PURE__*/_jsx(motion.div,{animate:{borderColor:color,...animate},style:{position:\"absolute\",inset:0,borderWidth:widthIsMixed?`${widthTop}px ${widthRight}px ${widthBottom}px ${widthLeft}px`:`${width}px`,borderStyle:style,borderRadius:radius,pointerEvents:\"none\"},initial:false,transition:transition});}Border.displayName=\"Superfields/Border\";export function Message({title,subtitle}){return /*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",gap:16,backgroundColor:\"rgba(136, 85, 255, 0.1)\",borderRadius:6,border:\"1px dashed rgb(136, 85, 255)\",color:\"rgb(136, 85, 255)\",fontSize:16,padding:20,minHeight:200,textWrap:\"balance\"},children:[/*#__PURE__*/_jsx(\"p\",{style:{margin:0,fontWeight:600,textAlign:\"center\"},children:title}),/*#__PURE__*/_jsx(\"p\",{style:{margin:0,opacity:.7,lineHeight:1.5,textAlign:\"center\"},children:subtitle})]});}Message.displayName=\"Superfields/Message\";export const EmptyState=Message;export function createBackground(fill,on=null){if(fill){let{color,colorA,colorB}=fill;if(typeof on==\"boolean\"){if(on){color=fill.colorOn;colorA=fill.colorAOn;colorB=fill.colorBOn;}else{color=fill.colorOff;colorA=fill.colorAOff;colorB=fill.colorBOff;}}if(fill.type==\"color\"){return{backgroundColor:color,backgroundImage:\"none\"};}else{return{backgroundColor:\"none\",backgroundImage:`linear-gradient(${fill.gradientAngle}deg, ${colorB}, ${colorA})`};}}return{};}export function fillProp({color=\"#FFF\",gradientColorA=\"#FFF\",gradientColorB=\"#BDBDBD\",noDefault=false,...props}){return{type:ControlType.Object,optional:true,icon:\"color\",defaultValue:noDefault?undefined:{type:\"color\",color,colorA:gradientColorA,colorB:gradientColorB,gradientAngle:0},controls:{type:{type:ControlType.Enum,defaultValue:\"color\",options:[\"color\",\"gradient\"],optionTitles:[\"Color\",\"Gradient\"],displaySegmentedControl:true},color:{type:ControlType.Color,defaultValue:color,hidden:props=>props.type!=\"color\"},colorA:{type:ControlType.Color,defaultValue:gradientColorA,title:\"Colors\",hidden:props=>props.type!=\"gradient\"},colorB:{type:ControlType.Color,defaultValue:gradientColorB,title:\" \",hidden:props=>props.type!=\"gradient\"},gradientAngle:{type:ControlType.Number,defaultValue:0,title:\"Angle\",step:1,min:0,max:360,unit:\"\\xb0\",hidden:props=>props.type!=\"gradient\"}},...props};}export function fillPropOnOff({colorOn=\"#FFF\",colorAOn=\"#FFF\",colorBOn=\"#000\",colorOff=\"#FFF\",colorAOff=\"#FFF\",colorBOff=\"#000\",noDefault=false,...props}){return{type:ControlType.Object,optional:true,icon:\"color\",defaultValue:noDefault?undefined:{type:\"color\",colorOn,colorAOn,colorBOn,colorOff,colorAOff,colorBOff,gradientAngle:0},controls:{type:{type:ControlType.Enum,defaultValue:\"color\",options:[\"color\",\"gradient\"],optionTitles:[\"Color\",\"Gradient\"],displaySegmentedControl:true},colorOn:{type:ControlType.Color,defaultValue:colorOn,hidden:props=>props.type!=\"color\"},colorAOn:{type:ControlType.Color,defaultValue:colorAOn,title:\"Colors On\",hidden:props=>props.type!=\"gradient\"},colorBOn:{type:ControlType.Color,defaultValue:colorBOn,title:\" \",hidden:props=>props.type!=\"gradient\"},colorOff:{type:ControlType.Color,defaultValue:colorOff,hidden:props=>props.type!=\"color\"},colorAOff:{type:ControlType.Color,defaultValue:colorAOff,title:\"Colors Off\",hidden:props=>props.type!=\"gradient\"},colorBOff:{type:ControlType.Color,defaultValue:colorBOff,title:\" \",hidden:props=>props.type!=\"gradient\"},gradientAngle:{type:ControlType.Number,defaultValue:0,title:\"Angle\",step:1,min:0,max:360,unit:\"\\xb0\",hidden:props=>props.type!=\"gradient\"}},...props};}export function parsePadding(padding){if(typeof padding!==\"string\"){return[0,0,0,0];}const values=padding.split(\" \");const parsedValues=values.map(value=>parseInt(value.replace(\"px\",\"\"),10));switch(parsedValues.length){case 1:const p=parsedValues[0];return[p,p,p,p];case 4:return parsedValues;}return[0,0,0,0];}export function sortingControls({defaultSorting=false,hidden=null}={}){return{sortBy:{type:ControlType.Enum,defaultValue:\"field\",options:[\"field\",\"favourites\",...defaultSorting?[\"defaultSorting\"]:[]],optionTitles:[\"CMS Field\",\"Favourites\",...defaultSorting?[\"Default Sorting\"]:[]],displaySegmentedControl:true,segmentedControlDirection:\"vertical\",hidden},fieldName:{type:ControlType.String,defaultValue:\"\",placeholder:\"CMS Field Name\",hidden:props=>props.sortBy!==\"field\"||(hidden===null||hidden===void 0?void 0:hidden(props))},fieldType:{type:ControlType.Enum,defaultValue:\"string\",options:[\"string\",\"number\",\"date\",\"boolean\",\"enum\"],optionTitles:[\"Text\",\"Number\",\"Date\",\"Toggle\",\"Option\"],hidden:props=>props.sortBy!==\"field\"||(hidden===null||hidden===void 0?void 0:hidden(props))},stringSort:{type:ControlType.Enum,defaultValue:\"ascending\",options:[\"ascending\",\"descending\"],optionTitles:[\"A \u2192 Z\",\"Z \u2192 A\"],displaySegmentedControl:true,title:\"Sort\",hidden:props=>props.fieldType!==\"string\"||props.sortBy!==\"field\"||(hidden===null||hidden===void 0?void 0:hidden(props))},numberSort:{type:ControlType.Enum,defaultValue:\"ascending\",options:[\"ascending\",\"descending\"],optionTitles:[\"Ascending \u2191\",\"Descending \u2193\"],displaySegmentedControl:true,segmentedControlDirection:\"vertical\",title:\"Sort\",hidden:props=>props.fieldType!==\"number\"||props.sortBy!==\"field\"||(hidden===null||hidden===void 0?void 0:hidden(props))},dateSort:{type:ControlType.Enum,defaultValue:\"ascending\",options:[\"ascending\",\"descending\"],optionTitles:[\"Ascending \u2191\",\"Descending \u2193\"],displaySegmentedControl:true,segmentedControlDirection:\"vertical\",title:\"Sort\",hidden:props=>props.fieldType!==\"date\"||props.sortBy!==\"field\"||(hidden===null||hidden===void 0?void 0:hidden(props))},booleanSort:{type:ControlType.Enum,defaultValue:\"ascending\",options:[\"yesNo\",\"noYes\"],optionTitles:[\"Yes, No\",\"No, Yes\"],displaySegmentedControl:true,title:\"Sort\",hidden:props=>props.fieldType!==\"boolean\"||props.sortBy!==\"field\"||(hidden===null||hidden===void 0?void 0:hidden(props))},enumSort:{type:ControlType.Enum,defaultValue:\"ascending\",options:[\"optionOrder\",\"reverseOptionOrder\",\"ascending\",\"descending\"],optionTitles:[\"Option Order\",\"Reverse Order\",\"A \u2192 Z\",\"Z \u2192 A\"],displaySegmentedControl:true,segmentedControlDirection:\"vertical\",title:\"Sort\",hidden:props=>props.fieldType!==\"enum\"||props.sortBy!==\"field\"||(hidden===null||hidden===void 0?void 0:hidden(props))},favouritesSort:{type:ControlType.Enum,defaultValue:\"favouritesFirst\",options:[\"favouritesFirst\",\"favouritesLast\"],optionTitles:[\"Favourites First\",\"Favourites Last\"],displaySegmentedControl:true,segmentedControlDirection:\"vertical\",title:\"Sort\",hidden:props=>props.sortBy!==\"favourites\"||(hidden===null||hidden===void 0?void 0:hidden(props))}};}\nexport const __FramerMetadata__ = {\"exports\":{\"generateInstanceId\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"SuperfieldsContext\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"sortingControls\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"superfieldsId\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"EmptyState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"borderPropertyControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"calculateTotalPages\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"FAVOURITES_FILTER_ID\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Message\":{\"type\":\"reactComponent\",\"name\":\"Message\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"DELIMITER\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Border\":{\"type\":\"reactComponent\",\"name\":\"Border\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"parsePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fillPropOnOff\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"createBackground\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fillProp\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"buttonPropertyControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Button\":{\"type\":\"reactComponent\",\"name\":\"Button\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SuperfieldsShared.map", "export function getCollectionData(collectionList){var _collectionList_props,_collectionList_props_children_props,_collectionList_props_children,_collectionList_props1,_collectionList_props_children_props_children_props,_collectionList_props_children_props_children,_collectionList_props_children_props1,_collectionList_props_children1,_collectionList_props2,_queryParent_props;let queryParent=null;if(collectionList===null||collectionList===void 0?void 0:(_collectionList_props=collectionList.props)===null||_collectionList_props===void 0?void 0:_collectionList_props.query){queryParent=collectionList;}else if(collectionList===null||collectionList===void 0?void 0:(_collectionList_props1=collectionList.props)===null||_collectionList_props1===void 0?void 0:(_collectionList_props_children=_collectionList_props1.children)===null||_collectionList_props_children===void 0?void 0:(_collectionList_props_children_props=_collectionList_props_children.props)===null||_collectionList_props_children_props===void 0?void 0:_collectionList_props_children_props.query){queryParent=collectionList.props.children;}else if(collectionList===null||collectionList===void 0?void 0:(_collectionList_props2=collectionList.props)===null||_collectionList_props2===void 0?void 0:(_collectionList_props_children1=_collectionList_props2.children)===null||_collectionList_props_children1===void 0?void 0:(_collectionList_props_children_props1=_collectionList_props_children1.props)===null||_collectionList_props_children_props1===void 0?void 0:(_collectionList_props_children_props_children=_collectionList_props_children_props1.children)===null||_collectionList_props_children_props_children===void 0?void 0:(_collectionList_props_children_props_children_props=_collectionList_props_children_props_children.props)===null||_collectionList_props_children_props_children_props===void 0?void 0:_collectionList_props_children_props_children_props.query){queryParent=collectionList.props.children.props.children;}const query=queryParent===null||queryParent===void 0?void 0:(_queryParent_props=queryParent.props)===null||_queryParent_props===void 0?void 0:_queryParent_props.query;let queryData=null;if(query===null||query===void 0?void 0:query.from){if(query.from.data){queryData=query.from.data;}else if(query.from.left){let left=query.from.left;for(let i=0;i<100;i++){if(left.type==\"Collection\"){queryData=left.data;break;}else if(left.left){left=left.left;}else{break;}}}}// Get property controls\nconst propertyControlsById=(queryData===null||queryData===void 0?void 0:queryData.propertyControls)||{};const propertyControlsByName={};for(const id in propertyControlsById){const control=propertyControlsById[id];propertyControlsByName[control.title]={id,...control};}// Get children function\nlet childrenFunction=null;if(collectionList){var _collectionList_props3,_clpc_props,_clpc_props_children_props,_clpc_props_children,_clpc_props1;const clpc=(_collectionList_props3=collectionList.props)===null||_collectionList_props3===void 0?void 0:_collectionList_props3.children;if(typeof clpc==\"function\"){childrenFunction=clpc;}else if(typeof(clpc===null||clpc===void 0?void 0:(_clpc_props=clpc.props)===null||_clpc_props===void 0?void 0:_clpc_props.children)==\"function\"){childrenFunction=clpc.props.children;}else if(typeof(clpc===null||clpc===void 0?void 0:(_clpc_props1=clpc.props)===null||_clpc_props1===void 0?void 0:(_clpc_props_children=_clpc_props1.children)===null||_clpc_props_children===void 0?void 0:(_clpc_props_children_props=_clpc_props_children.props)===null||_clpc_props_children_props===void 0?void 0:_clpc_props_children_props.children)==\"function\"){childrenFunction=clpc.props.children.props.children;}}return{query,queryParent,queryData,propertyControlsById,propertyControlsByName,childrenFunction};}export function addFieldsToSelect(fields,query,propertyControlsByName){const alias=query.alias;const select=Array.isArray(query===null||query===void 0?void 0:query.select)?[...query.select]:[];for(const fieldName of fields){var _propertyControlsByName_fieldName;const fieldId=(_propertyControlsByName_fieldName=propertyControlsByName[fieldName])===null||_propertyControlsByName_fieldName===void 0?void 0:_propertyControlsByName_fieldName.id;if(!fieldId){continue;}let matchFound=false;for(const item of select){if(item.name===fieldId&&item.type===\"Identifier\"&&item.collection===alias){matchFound=true;continue;}}if(matchFound){continue;}select.push({collection:alias,name:fieldId,type:\"Identifier\"});}return select;}\nexport const __FramerMetadata__ = {\"exports\":{\"getCollectionData\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"addFieldsToSelect\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./CMSLibrary.map", "// Code from Nikolay Goncharuk on GitHub:\n// https://github.com/GoncharukBro/react-smart-masonry/blob/master/src/Masonry.tsx\n// https://github.com/GoncharukBro/react-smart-masonry/blob/master/src/useResize.ts\n//\n// Modified by Isaac Roberts\n// https://framestack.co/components/masonry-layout\n//\n// Copyright (c) 2021 Nikolay Goncharuk\n// MIT License\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{useState,useLayoutEffect,useMemo,useRef,Children,isValidElement}from\"react\";const DEFAULT_COLUMNS=1;const DEFAULT_GAP=0;export default function Masonry({breakpoints,columns=DEFAULT_COLUMNS,gap=DEFAULT_GAP,reverse=false,autoArrange=false,alignment=\"center\",children,style,...otherProps},forwardedRef){const elements=useRef([]);const[arrange,setArrange]=useState(false);// eslint-disable-next-line react-hooks/exhaustive-deps\nuseLayoutEffect(()=>{if(autoArrange&&!arrange)setArrange(true);return()=>{if(autoArrange&&arrange)setArrange(false);};});const layout=useMemo(()=>{if(columns<1)return[];const arrayOfChildren=Children.toArray(children);if(reverse)arrayOfChildren.reverse();const newLayout=Array.from({length:columns},()=>{return[];});const columnHeights=newLayout.map(()=>0);const getcolumnIndex=index=>{if(autoArrange&&arrange&&elements.current.length>0){const columnIndex=columnHeights.findIndex(item=>{return item===Math.min(...columnHeights);});const element=elements.current.find(item=>item.index===index);const elementHeight=element===null||element===void 0?void 0:element.element.getBoundingClientRect().height;columnHeights[columnIndex]+=elementHeight||0;return columnIndex;}return index%columns;};arrayOfChildren.forEach((child,index)=>{if(child&&/*#__PURE__*/isValidElement(child)){newLayout[getcolumnIndex(index)].push({element:child,index});}});return newLayout;},[arrange,autoArrange,children,columns,reverse]);const temporaryElements=[];const addElement=index=>element=>{if(element!==null){temporaryElements.push({element,index});elements.current=temporaryElements;}};return /*#__PURE__*/_jsx(\"div\",{ref:forwardedRef,style:{display:\"flex\",gap,...style},...otherProps,children:layout.map((column,columnIndex)=>/*#__PURE__*/_jsx(\"div\",{style:{flex:1,display:\"flex\",flexDirection:\"column\",alignItems:alignment,gap},children:column.map((item,itemIndex)=>/*#__PURE__*/_jsx(\"div\",{ref:addElement(item.index),children:item.element},itemIndex))},columnIndex))});}Masonry.displayName=\"Superfields/Masonry\";\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Masonry\",\"slots\":[\"children\"],\"annotations\":{\"framerContractVersion\":\"1\"}},\"MasonryProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Masonry.map", "import{useEffect as t,useLayoutEffect as e,useReducer as n,useRef as r,useDebugValue as c}from\"react\";function createStore(t){let e;const n=new Set;const setState=(t,r)=>{const c=\"function\"===typeof t?t(e):t;if(c!==e){const t=e;e=r?c:Object.assign({},e,c);n.forEach((n=>n(e,t)))}};const getState=()=>e;const subscribeWithSelector=(t,r=getState,c=Object.is)=>{console.warn(\"[DEPRECATED] Please use `subscribeWithSelector` middleware\");let o=r(e);function listenerToAdd(){const n=r(e);if(!c(o,n)){const e=o;t(o=n,e)}}n.add(listenerToAdd);return()=>n.delete(listenerToAdd)};const subscribe=(t,e,r)=>{if(e||r)return subscribeWithSelector(t,e,r);n.add(t);return()=>n.delete(t)};const destroy=()=>n.clear();const r={setState:setState,getState:getState,subscribe:subscribe,destroy:destroy};e=t(setState,getState,r);return r}const o=\"undefined\"===typeof window||!window.navigator||/ServerSideRendering|^Deno\\//.test(window.navigator.userAgent);const s=o?t:e;function create(t){const e=\"function\"===typeof t?createStore(t):t;const useStore=(t=e.getState,o=Object.is)=>{const[,u]=n((t=>t+1),0);const i=e.getState();const a=r(i);const d=r(t);const l=r(o);const f=r(false);const S=r();void 0===S.current&&(S.current=t(i));let b;let g=false;if(a.current!==i||d.current!==t||l.current!==o||f.current){b=t(i);g=!o(S.current,b)}s((()=>{g&&(S.current=b);a.current=i;d.current=t;l.current=o;f.current=false}));const w=r(i);s((()=>{const listener=()=>{try{const t=e.getState();const n=d.current(t);if(!l.current(S.current,n)){a.current=t;S.current=n;u()}}catch(t){f.current=true;u()}};const t=e.subscribe(listener);e.getState()!==w.current&&listener();return t}),[]);const p=g?b:S.current;c(p);return p};Object.assign(useStore,e);useStore[Symbol.iterator]=function(){console.warn(\"[useStore, api] = create() is deprecated and will be removed in v4\");const t=[useStore,e];return{next(){const e=t.length<=0;return{value:t.shift(),done:e}}}};return useStore}export{create as default};\n\n//# sourceMappingURL=index.js.map", "function shallow(e,t){if(Object.is(e,t))return true;if(\"object\"!==typeof e||null===e||\"object\"!==typeof t||null===t)return false;const l=Object.keys(e);if(l.length!==Object.keys(t).length)return false;for(let r=0;r<l.length;r++)if(!Object.prototype.hasOwnProperty.call(t,l[r])||!Object.is(e[l[r]],t[l[r]]))return false;return true}export{shallow as default};\n\n//# sourceMappingURL=shallow.js.map", "import create from\"zustand\";import{useRef,useTransition,useMemo}from\"react\";import shallow from\"zustand/shallow\";// Create a function to generate the initial state\nconst createInitialState=()=>({totalItems:0,filters:{},randomizationSeed:null,search:\"\",sortOption:null,defaultSortOption:null,sortingUrlParameter:null,page:0,itemsPerPage:0,paginationType:null,paginationActive:false});const useBaseStore=create((set,get)=>({instances:{},getState:id=>{var _get_instances_path;const path=getCurrentPath();const state=(_get_instances_path=get().instances[path])===null||_get_instances_path===void 0?void 0:_get_instances_path[id];return state||createInitialState();},setState:(id,updates)=>{const path=getCurrentPath();set(state=>({instances:{...state.instances,[path]:{...state.instances[path],[id]:{...state.getState(id),...updates}}}}));},// Example of how to update a specific state property\n    setTotalItems:(id,totalItems)=>{get().setState(id,{totalItems});},setFilterValue:(id,fieldName,value)=>{const currentFilters=get().getState(id).filters;get().setState(id,{filters:{...currentFilters,[fieldName]:{...currentFilters[fieldName],value}}});},setRandomizationSeed:(id,randomizationSeed)=>{get().setState(id,{randomizationSeed});},setSearch:(id,search)=>{get().setState(id,{search});},setSortOption:(id,sortOption)=>{get().setState(id,{sortOption});},setPage:(id,page)=>{get().setState(id,{page});}}));const useSuperfieldsStore=(id,selector,initialize=null)=>{const initializedRef=useRef(false);const[_,startTransition]=useTransition();// Memoize the function wrappers\nconst memoizedFunctions=useMemo(()=>{const functions={};for(const key in useBaseStore.getState()){const value=useBaseStore.getState()[key];if(typeof value===\"function\"){if(key.startsWith(\"set\")){functions[key]=(...args)=>{if(typeof window!==\"undefined\"){startTransition(()=>value(id,...args));}else{value(id,...args);}};}else{functions[key]=(...args)=>value(id,...args);}}}return functions;},[id]);return useBaseStore(state=>{var _state_instances_path;const path=getCurrentPath();if(!((_state_instances_path=state.instances[path])===null||_state_instances_path===void 0?void 0:_state_instances_path[id])){const initialState=createInitialState();state.setState(id,initialState);}if(initialize&&!initializedRef.current){const currentState=state.getState(id);const initializedState={...currentState};initialize(initializedState);state.setState(id,initializedState);initializedRef.current=true;}let newState={...state.getState(id),...memoizedFunctions};return selector(newState);},shallow);};export default useSuperfieldsStore;const getCurrentPath=()=>{if(typeof window===\"undefined\"){return\"/\";}return window.location.pathname;};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Store.map", "function assign(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)e[r]=n[r]}return e}var e={read:function(e){'\"'===e[0]&&(e=e.slice(1,-1));return e.replace(/(%[\\dA-F]{2})+/gi,decodeURIComponent)},write:function(e){return encodeURIComponent(e).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}};function init(e,t){function set(n,r,i){if(\"undefined\"!==typeof document){i=assign({},t,i);\"number\"===typeof i.expires&&(i.expires=new Date(Date.now()+864e5*i.expires));i.expires&&(i.expires=i.expires.toUTCString());n=encodeURIComponent(n).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var o=\"\";for(var c in i)if(i[c]){o+=\"; \"+c;true!==i[c]&&(o+=\"=\"+i[c].split(\";\")[0])}return document.cookie=n+\"=\"+e.write(r,n)+o}}function get(t){if(\"undefined\"!==typeof document&&(!arguments.length||t)){var n=document.cookie?document.cookie.split(\"; \"):[];var r={};for(var i=0;i<n.length;i++){var o=n[i].split(\"=\");var c=o.slice(1).join(\"=\");try{var a=decodeURIComponent(o[0]);r[a]=e.read(c,a);if(t===a)break}catch(e){}}return t?r[t]:r}}return Object.create({set:set,get:get,remove:function(e,t){set(e,\"\",assign({},t,{expires:-1}))},withAttributes:function(e){return init(this.converter,assign({},this.attributes,e))},withConverter:function(e){return init(assign({},this.converter,e),this.attributes)}},{attributes:{value:Object.freeze(t)},converter:{value:Object.freeze(e)}})}var t=init(e,{path:\"/\"});export{t as default};\n\n//# sourceMappingURL=js.cookie.mjs.map", "import create from\"zustand\";import Cookies from\"js-cookie\";const useBaseStore=create((set,get)=>({collections:{},getFavourites:cmsCollectionName=>{const state=get().collections[cmsCollectionName];return state||[];},setFavourites:(cmsCollectionName,favourites)=>{set(state=>({collections:{...state.collections,[cmsCollectionName]:favourites}}));Cookies.set(`superfieldsFavourites_${cmsCollectionName}`,favourites);},addFavourite:(cmsCollectionName,favourite)=>{const currentFavourites=get().getFavourites(cmsCollectionName);get().setFavourites(cmsCollectionName,[...currentFavourites,favourite]);},removeFavourite:(cmsCollectionName,favouriteToRemove)=>{const currentFavourites=get().getFavourites(cmsCollectionName);get().setFavourites(cmsCollectionName,currentFavourites.filter(fav=>fav!==favouriteToRemove));}}));const useFavouriteStore=(cmsCollectionName,selector)=>{return useBaseStore(state=>{let newState={favourites:state.getFavourites(cmsCollectionName)};if(!Array.isArray(state.collections[cmsCollectionName])){// Load favourites from cookies\ntry{const savedState=Cookies.get(`superfieldsFavourites_${cmsCollectionName}`);if(savedState){const savedFavourites=savedState.split(\",\");state.setFavourites(cmsCollectionName,savedFavourites);newState.favourites=savedFavourites;}}catch(error){console.error(\"Failed to load or parse favourites cookie:\",error);}}for(const key in state){const value=state[key];if(typeof value===\"function\"){newState[key]=(...args)=>value(cmsCollectionName,...args);}else{newState[key]=value;}}return selector(newState);});};export default useFavouriteStore;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./FavouriteStore.map", "import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget,// @ts-ignore\nResolveLinks,// @ts-ignore\nuseQueryData}from\"framer\";import{cloneElement,useEffect,useRef,useMemo,memo}from\"react\";import{Message,sortingControls,FAVOURITES_FILTER_ID,DELIMITER}from\"https://framerusercontent.com/modules/FZjYlw33eNo8pxLbSFLX/5Wj2gEjrQTmjAcV7DfG4/SuperfieldsShared.js\";import{getCollectionData,addFieldsToSelect}from\"https://framer.com/m/CMSLibrary-09eo.js\";import Masonry from\"https://framerusercontent.com/modules/JfW6EfEeJnrqM1YQCYmc/3By4VvLRRlsqmHmoICUC/Masonry.js\";import useSuperfieldsStore from\"https://framerusercontent.com/modules/OoGHZMzWDzm2mNN7bmeR/quqdohq6i4dLZg5wuqIc/Store.js\";import useFavouriteStore from\"https://framerusercontent.com/modules/c1jaZMVo1HBulMCJfZHW/iKEgwCv7dmbKuDZ42rdk/FavouriteStore.js\";var Order;(function(Order){Order[\"Ascending\"]=\"ascending\";Order[\"Descending\"]=\"descending\";})(Order||(Order={}));var FieldType;(function(FieldType){FieldType[\"String\"]=\"string\";FieldType[\"Number\"]=\"number\";FieldType[\"Boolean\"]=\"boolean\";FieldType[\"Enum\"]=\"enum\";FieldType[\"Date\"]=\"date\";})(FieldType||(FieldType={}));var PaginationType;(function(PaginationType){PaginationType[\"PrevNextButtons\"]=\"prevNextButtons\";PaginationType[\"LoadMoreButton\"]=\"loadMoreButton\";PaginationType[\"FramerPagination\"]=\"framerPagination\";})(PaginationType||(PaginationType={}));var LayoutType;(function(LayoutType){LayoutType[\"Stack\"]=\"stack\";LayoutType[\"Grid\"]=\"grid\";LayoutType[\"Masonry\"]=\"masonry\";})(LayoutType||(LayoutType={}));/**\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any\n * @framerIntrinsicWidth 600\n * @framerDisableUnlink\n */export default function Superfields(props){var _props_collectionList,_props_emptyState,_queryParent_props,_propertyControlsByName_slugFieldName,_filters_FAVOURITES_FILTER_ID,_collectionList_props,_collectionList_props1;const{superfieldsId,layout,componentConfig,favouriting,cmsCollectionName,slugFieldName,favouritesOnly,searchFields,sortingField,urlParameters}=props;const collectionList=(_props_collectionList=props.collectionList)===null||_props_collectionList===void 0?void 0:_props_collectionList[0];const emptyState=(_props_emptyState=props.emptyState)===null||_props_emptyState===void 0?void 0:_props_emptyState[0];const isCanvas=RenderTarget.current()===RenderTarget.canvas;const isOptimizing=typeof window===\"undefined\";const scrollUpRef=useRef(null);const itemCountRef=useRef(0);const isFirstRender=useRef(true);const{query,queryParent,propertyControlsByName,childrenFunction}=useMemo(()=>getCollectionData(collectionList),[collectionList]);const framerPaginationSize=isCanvas?0:(queryParent===null||queryParent===void 0?void 0:(_queryParent_props=queryParent.props)===null||_queryParent_props===void 0?void 0:_queryParent_props.pageSize)||0;const framerPagination=framerPaginationSize>0;const[filters,randomizationSeed,search,sortOption,defaultSortOption,sortingUrlParameter,paginationActive,paginationType,itemsPerPage,page,setPage,setTotalItems]=useSuperfieldsStore(superfieldsId,state=>[state.filters,state.randomizationSeed,state.search,state.sortOption,state.defaultSortOption,state.sortingUrlParameter,state.paginationActive,state.paginationType,state.itemsPerPage,state.page,state.setPage,state.setTotalItems],state=>{state.itemsPerPage=framerPagination?framerPaginationSize:props.pagination?props.itemsPerPage:0;state.paginationType=framerPagination?\"framerPagination\":props.pagination?props.paginationType:null;state.paginationActive=framerPagination||props.pagination;if(!isOptimizing&&!isCanvas){if(props.randomize){state.randomizationSeed=Math.floor(Math.random()*1e8);}const urlParams=new URLSearchParams(window.location.search);if((urlParameters===null||urlParameters===void 0?void 0:urlParameters.search)&&urlParameters.searchName){const searchParam=urlParams.get(urlParameters.searchName);if(searchParam){state.search=searchParam;}}if((urlParameters===null||urlParameters===void 0?void 0:urlParameters.pagination)&&urlParameters.paginationName){const pageParam=urlParams.get(urlParameters.paginationName);if(pageParam){const parsedPage=parseInt(pageParam,10);const maxPages=Math.ceil(data.length/state.itemsPerPage);if(!isNaN(parsedPage)&&parsedPage>=1&&parsedPage<=maxPages){state.page=parsedPage-1// Convert to 0-based index\n;}}}}});const favourites=useFavouriteStore(cmsCollectionName,state=>state.favourites);const randomize=props.randomize||(randomizationSeed?true:false);const sort=sortOption||sortingField;var _propertyControlsByName_slugFieldName_id;const slugFieldId=(_propertyControlsByName_slugFieldName_id=(_propertyControlsByName_slugFieldName=propertyControlsByName[slugFieldName])===null||_propertyControlsByName_slugFieldName===void 0?void 0:_propertyControlsByName_slugFieldName.id)!==null&&_propertyControlsByName_slugFieldName_id!==void 0?_propertyControlsByName_slugFieldName_id:\"\";const filterNames=Object.keys(filters);const select=useMemo(()=>{const hasFilters=filterNames.length;if((query===null||query===void 0?void 0:query.select)&&(hasFilters||props.search||(sort===null||sort===void 0?void 0:sort.sortBy)===\"field\")){const usedFieldNames=new Set;if(hasFilters){for(const fieldName of filterNames){const filter=filters[fieldName];if(filter.fieldType==\"multipleOptions\"){for(const name of fieldName.split(DELIMITER)){usedFieldNames.add(name);}}else{usedFieldNames.add(fieldName);}}}for(const fieldName of searchFields){usedFieldNames.add(fieldName);}if(sort&&sort.sortBy===\"field\"){usedFieldNames.add(sort.fieldName);}return addFieldsToSelect(usedFieldNames,query,propertyControlsByName);}return query===null||query===void 0?void 0:query.select;},[query,filters,props.search,searchFields,sort===null||sort===void 0?void 0:sort.sortBy,sort===null||sort===void 0?void 0:sort.fieldName]);const data=query?useQueryData({...query,select}):[];const dataIds=data.map(item=>item.id);const dataItemsById={};if(!isCanvas&&Array.isArray(data)){for(const item of data){dataItemsById[item.id]=item;}}useEffect(()=>{if(isFirstRender.current){isFirstRender.current=false;return;}if(paginationActive&&props.scrollUp&&scrollUpRef.current&&paginationType==\"prevNextButtons\"&&!isOptimizing){const rect=scrollUpRef.current.getBoundingClientRect();const topIsInView=rect.top>=0&&rect.top<=window.innerHeight;if(!topIsInView){scrollUpRef.current.scrollIntoView({behavior:props.scrollUp.scrollStyle});}}// Update URL parameter\nif(paginationActive&&(urlParameters===null||urlParameters===void 0?void 0:urlParameters.pagination)&&urlParameters.paginationName&&!isOptimizing){const url=new URL(window.location.href);const pageNumber=page+1// Convert to 1-based\n;if(pageNumber>1){url.searchParams.set(urlParameters.paginationName,pageNumber.toString());}else{url.searchParams.delete(urlParameters.paginationName);}window.history.replaceState({path:url.href},\"\",url.href);}},[page,paginationActive,paginationType,urlParameters]);useEffect(()=>{if(!(urlParameters===null||urlParameters===void 0?void 0:urlParameters.search)||!urlParameters.searchName||isCanvas||isOptimizing){return;}const url=new URL(window.location.href);if(search){url.searchParams.set(urlParameters.searchName,search);}else{url.searchParams.delete(urlParameters.searchName);}window.history.replaceState({path:url.href},\"\",url.href);},[search,urlParameters]);useEffect(()=>{if(isCanvas||isOptimizing){return;}const url=new URL(window.location.href);let hasUrlParameterFilter=false;for(const fieldName of filterNames){const filter=filters[fieldName];if(filter&&filter.urlParameter){hasUrlParameterFilter=true;const value=filter.value;if(value!=null&&value!==undefined&&value!==\"\"){url.searchParams.set(filter.urlParameter,value.toString());}else{url.searchParams.delete(filter.urlParameter);}}}if(hasUrlParameterFilter){window.history.replaceState({path:url.href},\"\",url.href);}},[filters,urlParameters]);useEffect(()=>{if(isCanvas||isOptimizing||!sortingUrlParameter){return;}const url=new URL(window.location.href);if(sortOption&&sortOption.title!==(defaultSortOption===null||defaultSortOption===void 0?void 0:defaultSortOption.title)){url.searchParams.set(sortingUrlParameter,sortOption.title);}else{url.searchParams.delete(sortingUrlParameter);}window.history.replaceState({path:url.href},\"\",url.href);},[sortOption,defaultSortOption,sortingUrlParameter]);// Filtering\nconst filteredData=useMemo(()=>{if(isCanvas||!filterNames.length){return dataIds;}let itemIds=dataIds;for(const fieldName of filterNames){if(fieldName==FAVOURITES_FILTER_ID){continue;}const filter=filters[fieldName];const value=filter===null||filter===void 0?void 0:filter.value;const conditionContains=(filter===null||filter===void 0?void 0:filter.condition)===\"contains\";const fields=[];if(filter.fieldType===\"multipleOptions\"){for(const n of fieldName.split(DELIMITER)){const field=propertyControlsByName[n.trim()];if(field){fields.push(field);}}}else{const field=propertyControlsByName[fieldName];if(field){fields.push(field);}}if(filter&&fields.length&&value!=null&&value!=undefined){const filteredData=[];for(const id of itemIds){let foundMatch=false;const dataItem=dataItemsById[id];for(const field of fields){const dataFieldValue=dataItem[field.id];if(typeof value==\"string\"&&filter.multiSelect){const values=value.split(DELIMITER);switch(field.type){case\"string\":if(conditionContains){for(const value of values){if(dataFieldValue.includes(value)){foundMatch=true;break;}}}else{if(values.includes(dataFieldValue)){foundMatch=true;}}break;case\"enum\":var _field_options,_field_optionTitles;const dataValueTitle=conditionContains?(_field_optionTitles=field.optionTitles)===null||_field_optionTitles===void 0?void 0:_field_optionTitles[(_field_options=field.options)===null||_field_options===void 0?void 0:_field_options.indexOf(dataFieldValue)]:null;for(const v of values){if(conditionContains){if(dataValueTitle===null||dataValueTitle===void 0?void 0:dataValueTitle.includes(v)){foundMatch=true;}}else{var _field_optionTitles1,_field_options1;if(dataFieldValue==((_field_options1=field.options)===null||_field_options1===void 0?void 0:_field_options1[(_field_optionTitles1=field.optionTitles)===null||_field_optionTitles1===void 0?void 0:_field_optionTitles1.indexOf(v)])){foundMatch=true;}}}break;}}else{switch(field.type){case\"boolean\":if(dataFieldValue==value){foundMatch=true;}break;case\"string\":if(conditionContains){var _dataItem_field_id;if((_dataItem_field_id=dataItem[field.id])===null||_dataItem_field_id===void 0?void 0:_dataItem_field_id.includes(value)){foundMatch=true;}}else{if(dataFieldValue==value){foundMatch=true;}}break;case\"enum\":if(conditionContains){var _field_options2,_field_optionTitles2;const dataValueTitle=(_field_optionTitles2=field.optionTitles)===null||_field_optionTitles2===void 0?void 0:_field_optionTitles2[(_field_options2=field.options)===null||_field_options2===void 0?void 0:_field_options2.indexOf(dataFieldValue)];if(dataValueTitle&&dataValueTitle.includes(value)){foundMatch=true;}}else{var _field_optionTitles3,_field_options3;if(dataFieldValue==((_field_options3=field.options)===null||_field_options3===void 0?void 0:_field_options3[(_field_optionTitles3=field.optionTitles)===null||_field_optionTitles3===void 0?void 0:_field_optionTitles3.indexOf(value)])){foundMatch=true;}}break;}}if(foundMatch){filteredData.push(id);break;}}}itemIds=filteredData;}}return itemIds;},[filters,data]);// Favourites filter\nconst favouriteFilterValue=(_filters_FAVOURITES_FILTER_ID=filters[FAVOURITES_FILTER_ID])===null||_filters_FAVOURITES_FILTER_ID===void 0?void 0:_filters_FAVOURITES_FILTER_ID.value;const favouriteFilteredData=useMemo(()=>{if(isCanvas||!slugFieldId||!favouritesOnly&&typeof favouriteFilterValue!==\"boolean\"){return dataIds;}const shouldFilterFavorites=favouriteFilterValue===true||favouritesOnly;if(!Array.isArray(favourites)||favourites.length===0){if(shouldFilterFavorites){return[];}}else{return dataIds.filter(id=>favourites.includes(dataItemsById[id][slugFieldId])===shouldFilterFavorites);}return dataIds;},[favouriteFilterValue,favouritesOnly,favourites,data]);var _search_trim_toLowerCase;// Search\nconst searchText=(_search_trim_toLowerCase=search===null||search===void 0?void 0:search.trim().toLowerCase())!==null&&_search_trim_toLowerCase!==void 0?_search_trim_toLowerCase:\"\";const[searchData,missingSearchField]=useMemo(()=>{if(isCanvas||!searchText.length||!Array.isArray(data)){return[dataIds,null];}let missingFieldName=null;// 0: Hidden\n// 1: Includes text\n// 2: Includes full word\n// 3: Starts with\n// 4: Exact match\nconst levels=[[...dataIds],[],[],[],[]];const itemLevels=new Array(data.length).fill(0);for(let i=0;i<searchFields.length;i++){const fieldName=searchFields[i];const property=propertyControlsByName[fieldName];if(!property){missingFieldName=fieldName;break;}const propertyID=property.id;const propertyType=property.type;const optionMap={};const propIsString=propertyType==\"string\";const propIsEnum=propertyType==\"enum\";const propIsNumber=propertyType==\"number\";if(propertyType==\"enum\"&&property.options&&property.optionTitles){for(let i=0;i<property.options.length;i++){optionMap[property.options[i]]=property.optionTitles[i].toLowerCase();}}for(const ii in data){var _dataItemsById_cmsItem_id;const cmsItem=data[ii];const value=(_dataItemsById_cmsItem_id=dataItemsById[cmsItem.id])===null||_dataItemsById_cmsItem_id===void 0?void 0:_dataItemsById_cmsItem_id[propertyID];if(value==undefined||value==null){continue;}let text=propIsString?value.toLowerCase():propIsEnum?optionMap[value]:propIsNumber?String(value):\"\";let level=0;if(text==searchText){level=4;}else if(text.includes(searchText)){if(text.startsWith(searchText)){level=3;}else if((\" \"+text+\" \").includes(\" \"+searchText+\" \")){level=2;}else{level=1;}}// Move item to new level if it's a higher level\nconst oldLevel=itemLevels[ii];if(level>oldLevel){// Remove from old level\nconst oldLevelItems=[];for(const item of levels[oldLevel]){if(item!=cmsItem.id){oldLevelItems.push(item);}}levels[oldLevel]=oldLevelItems;// Add to new level\nlevels[level].push(cmsItem.id);itemLevels[ii]=level;}}}return[missingFieldName?dataIds:[...levels[4],...levels[3],...levels[2],...levels[1]],missingFieldName];},[searchText,data,searchFields]);// Pagination, randomization and sorting are applied after filtering and search\nlet itemIds=dataIds.filter(itemId=>filteredData.includes(itemId)&&favouriteFilteredData.includes(itemId)&&searchData.includes(itemId));const itemCount=itemIds.length;const pageCount=itemsPerPage&&itemCount?Math.ceil(itemCount/itemsPerPage):1;if(itemCount!==itemCountRef.current){setTotalItems(itemCount);}itemCountRef.current=itemCount;// Randomization\nconst dataOrder=useMemo(()=>{if(randomizationSeed&&!isCanvas&&Array.isArray(data)){const newDataOrder=Array.from({length:data.length},(_,i)=>i);return shuffle(newDataOrder,randomizationSeed);}return null;},[randomizationSeed,isCanvas,data]);if(!isCanvas&&!searchText&&randomize){let orderedItemIds=dataIds;if(dataOrder){orderedItemIds=new Array(dataIds.length);for(let i=0;i<dataOrder.length;i++){orderedItemIds[dataOrder[i]]=dataIds[i];}}itemIds=orderedItemIds.filter(itemId=>itemIds.includes(itemId));}let missingSortField=\"\";if(!isCanvas&&!randomize&&sort&&sort.sortBy!==\"defaultSorting\"){const{fieldName,fieldType,sortBy}=sort;const property=propertyControlsByName[fieldName];var _property_id;const fieldID=(_property_id=property===null||property===void 0?void 0:property.id)!==null&&_property_id!==void 0?_property_id:\"\";if(sortBy===\"field\"&&fieldID||sortBy===\"favourites\"&&slugFieldId){const isAscending=sortBy===\"favourites\"?sort.favouritesSort===\"favouritesLast\":fieldType===\"string\"&&sort.stringSort===\"ascending\"||fieldType===\"number\"&&sort.numberSort===\"ascending\"||fieldType===\"date\"&&sort.dateSort===\"ascending\"||fieldType===\"boolean\"&&sort.booleanSort===\"yesNo\"||fieldType===\"enum\"&&(sort.enumSort===\"optionOrder\"||sort.enumSort===\"ascending\");const getSortValue=id=>{var _dataItemsById_id;if(sortBy===\"favourites\"){var _dataItemsById_id1;const slug=(_dataItemsById_id1=dataItemsById[id])===null||_dataItemsById_id1===void 0?void 0:_dataItemsById_id1[slugFieldId];return Array.isArray(favourites)&&favourites.includes(slug)?1:0;}const value=(_dataItemsById_id=dataItemsById[id])===null||_dataItemsById_id===void 0?void 0:_dataItemsById_id[fieldID];if(value==null){return null;}switch(fieldType){case\"number\":return Number(value);case\"date\":return new Date(value).getTime();case\"boolean\":return value?1:0;case\"enum\":return property.options?property.options.indexOf(value):-1;default:return String(value);}};const sortedItemIds=[...itemIds].sort((a,b)=>{const aValue=getSortValue(a);const bValue=getSortValue(b);if(aValue===null&&bValue===null)return 0;if(aValue===null)return 1;if(bValue===null)return-1;let comparison;if(fieldType===\"enum\"&&(sort.enumSort===\"ascending\"||sort.enumSort===\"descending\")){const aTitle=property.optionTitles[aValue];const bTitle=property.optionTitles[bValue];comparison=aTitle.localeCompare(bTitle);}else if(fieldType===\"string\"){comparison=aValue.localeCompare(bValue);}else{comparison=aValue<bValue?-1:aValue>bValue?1:0;}return isAscending?comparison:-comparison;});itemIds=sortedItemIds;}else{missingSortField=fieldName;}}// Pagination\nif(!isCanvas&&paginationActive){switch(paginationType){case\"prevNextButtons\":itemIds=itemIds.slice(page*itemsPerPage,(page+1)*itemsPerPage);break;case\"loadMoreButton\":case\"framerPagination\":itemIds=itemIds.slice(0,(page+1)*itemsPerPage);break;}}const memoizedChildren=useMemo(()=>{var _clChildren_props;if(isCanvas||!collectionList||!query||!childrenFunction){return null;}const{offset,limit}=query;const paginationInfo={currentPage:page+1,totalPages:pageCount,isLoading:false};const loadMore=()=>{if(paginationActive){const newPage=page+1;if(newPage>=0&&newPage<pageCount){setPage(newPage);}}};const items=itemIds.map(itemId=>dataItemsById[itemId]);let clChildren=childrenFunction(items,paginationInfo,loadMore);const modifyChildren=elements=>{if(componentConfig&&componentConfig.variant.length>0&&(elements===null||elements===void 0?void 0:elements.length)){const newChildren=[];let isComponentWithVariants=true;for(let i=0;i<elements.length;i++){var _child_props;const child=elements[i];const component=/*#__PURE__*/_jsx(MemoizedComponentVariantSwitch,{child:child,componentConfig:componentConfig},(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.id);if(component===child){isComponentWithVariants=false;break;}else{newChildren.push(component);}}if(isComponentWithVariants){return newChildren;}}return elements;};if(Array.isArray(clChildren)){return modifyChildren(clChildren);}else if(Array.isArray(clChildren===null||clChildren===void 0?void 0:(_clChildren_props=clChildren.props)===null||_clChildren_props===void 0?void 0:_clChildren_props.children)){const childrenArray=clChildren.props.children;let arrayIndex=childrenArray.findIndex(child=>Array.isArray(child));if(arrayIndex==-1){return modifyChildren(childrenArray);}else{let newChildren=[];for(const child of childrenArray){if(Array.isArray(child)){newChildren=newChildren.concat(modifyChildren(child));}else{newChildren.push(child);}}return newChildren;}}return null;},[isCanvas,collectionList,query,itemIds,page,componentConfig]);if(!collectionList){return /*#__PURE__*/_jsx(Message,{title:\"Connect a CMS Collection List\",subtitle:\"Drag the handle on the right side to a Collection List or select from the dropdown list. The Collection List must be outside of a page to be connected.\"});}else if(!isCanvas&&!query){return /*#__PURE__*/_jsx(Message,{title:\"Connect a CMS Collection List\",subtitle:\"The layer that's connected isn't a Collection List. Make sure the Collection List isn't inside of any other layers or components when connecting it.\"});}else if(favouriting&&cmsCollectionName==\"\"){return /*#__PURE__*/_jsx(Message,{title:\"Enter a CMS Collection Name\",subtitle:'Write the name of the CMS collection in the \"CMS Collection Name\" property. The name is used for saving favourites as a cookie and for matching with favourite buttons.'});}else if(favouriting&&slugFieldName==\"\"){return /*#__PURE__*/_jsx(Message,{title:\"Enter a Slug Field Name\",subtitle:'Write the name of the field in the \"Slug Field Name\" property. \"Slug\" is the default value unless you renamed it.'});}else if(missingSearchField){return /*#__PURE__*/_jsx(Message,{title:`\"${missingSearchField}\" field does not exist in your CMS collection`,subtitle:`The field \"${missingSearchField}\" is in the search fields list, but there are no fields in your CMS collection with that name. Edit the field name in the search fields list or add a new CMS field with that name.`});}else if(missingSortField){return /*#__PURE__*/_jsx(Message,{title:`\"${missingSortField}\" field does not exist in your CMS collection`,subtitle:`The field \"${missingSortField}\" is in the search fields list, but there are no fields in your CMS collection with that name. Edit the field name in the sorting condiguration or add a new CMS field with that name.`});}let layoutStyle={};if(layout){switch(layout.type){case\"stack\":const isVertical=layout.direction==\"vertical\";layoutStyle={display:\"flex\",flexDirection:isVertical?\"column\":\"row\",flexWrap:layout.wrap?\"wrap\":\"nowrap\",alignItems:isVertical?layout.alignV:layout.alignH,justifyContent:layout.distribute,gap:layout.gap};break;case\"grid\":// Columns\nlet gridTemplateColumns=\"\";if(layout.columns==\"auto\"){if(layout.gridWidthType==\"min\"){gridTemplateColumns=`repeat(auto-fill, minmax(${layout.gridWidth}px, 1fr))`;}else{// \"fixed\"\ngridTemplateColumns=`repeat(auto-fill, ${layout.gridWidth}px)`;}}else{if(layout.gridWidthType==\"min\"){gridTemplateColumns=`repeat(${layout.columnCount}, minmax(${layout.gridWidth}px, 1fr))`;}else{// \"fixed\"\ngridTemplateColumns=`repeat(${layout.columnCount}, ${layout.gridWidth}px)`;}}// Rows\nlet gridAutoRows=\"\";switch(layout.gridHeightType){case\"fixed\":gridAutoRows=`${layout.gridHeight}px`;break;case\"fit\":gridAutoRows=\"min-content\";break;}layoutStyle={display:\"grid\",gridTemplateColumns,gridAutoRows,justifyContent:layout.gridAlign,alignItems:layout.gridAlignV,columnGap:layout.gapH,rowGap:layout.gapV};break;}}const isMasonry=(layout===null||layout===void 0?void 0:layout.type)===\"masonry\";const collectionListStyle={...isMasonry?{}:(_collectionList_props=collectionList.props)===null||_collectionList_props===void 0?void 0:_collectionList_props.style,...props.style,...layoutStyle,position:\"relative\",padding:layout?layout.paddingIsMixed?`${layout.paddingTop}px ${layout.paddingRight}px ${layout.paddingBottom}px ${layout.paddingLeft}px`:`${layout.padding}px`:undefined};// Canvas view\nif(isCanvas){if(collectionList){let paginationPreviewOffset=0;let paginationItemsAfter=0;if(paginationActive&&paginationType!==\"framerPagination\"){try{// const children = collectionList.type.type(collectionList.props).props.children.props\n// \t.children;\n// if (children.length > 1) {\n// \tfor (let i = 0; i < children.length; i++) {\n// \t\tif (children[i].key == \"repeated\") {\n// \t\t\tpaginationPreviewOffset = i;\n// \t\t\tpaginationItemsAfter = children.length - i - 1;\n// \t\t\tbreak;\n// \t\t}\n// \t}\n// }\n}catch{console.warn(\"Failed to calculate Superfields pagination preview offset.\");}}if(isMasonry){var _collectionList_props___node_cache,_collectionList_props___node,_collectionList_props2;const htmlElement=(_collectionList_props2=collectionList.props)===null||_collectionList_props2===void 0?void 0:(_collectionList_props___node=_collectionList_props2.__node)===null||_collectionList_props___node===void 0?void 0:(_collectionList_props___node_cache=_collectionList_props___node.cache)===null||_collectionList_props___node_cache===void 0?void 0:_collectionList_props___node_cache.htmlElement;if(htmlElement){var _htmlElement_reactFiberKey_memoizedProps_children__props_children_props_children__props_children__props,_htmlElement_reactFiberKey_memoizedProps_children__props_children_props_children__props_children_,_htmlElement_reactFiberKey_memoizedProps_children__props_children_props_children__props_children,_htmlElement_reactFiberKey_memoizedProps_children__props_children_props_children__props,_htmlElement_reactFiberKey_memoizedProps_children__props_children_props_children_,_htmlElement_reactFiberKey_memoizedProps_children__props_children_props_children,_htmlElement_reactFiberKey_memoizedProps_children__props_children_props,_htmlElement_reactFiberKey_memoizedProps_children__props_children,_htmlElement_reactFiberKey_memoizedProps_children__props,_htmlElement_reactFiberKey_memoizedProps_children_,_htmlElement_reactFiberKey_memoizedProps_children,_htmlElement_reactFiberKey_memoizedProps,_htmlElement_reactFiberKey;let reactFiberKey=\"\";for(const key of Object.keys(htmlElement)){if(key.startsWith(\"__reactFiber\")){reactFiberKey=key;}}// Solution for getting React children from CMS collection on canvas by Fehmi Ozuseven\nlet cmsChildren=(_htmlElement_reactFiberKey=htmlElement[reactFiberKey])===null||_htmlElement_reactFiberKey===void 0?void 0:(_htmlElement_reactFiberKey_memoizedProps=_htmlElement_reactFiberKey.memoizedProps)===null||_htmlElement_reactFiberKey_memoizedProps===void 0?void 0:(_htmlElement_reactFiberKey_memoizedProps_children=_htmlElement_reactFiberKey_memoizedProps.children)===null||_htmlElement_reactFiberKey_memoizedProps_children===void 0?void 0:(_htmlElement_reactFiberKey_memoizedProps_children_=_htmlElement_reactFiberKey_memoizedProps_children[0])===null||_htmlElement_reactFiberKey_memoizedProps_children_===void 0?void 0:(_htmlElement_reactFiberKey_memoizedProps_children__props=_htmlElement_reactFiberKey_memoizedProps_children_.props)===null||_htmlElement_reactFiberKey_memoizedProps_children__props===void 0?void 0:(_htmlElement_reactFiberKey_memoizedProps_children__props_children=_htmlElement_reactFiberKey_memoizedProps_children__props.children)===null||_htmlElement_reactFiberKey_memoizedProps_children__props_children===void 0?void 0:(_htmlElement_reactFiberKey_memoizedProps_children__props_children_props=_htmlElement_reactFiberKey_memoizedProps_children__props_children.props)===null||_htmlElement_reactFiberKey_memoizedProps_children__props_children_props===void 0?void 0:(_htmlElement_reactFiberKey_memoizedProps_children__props_children_props_children=_htmlElement_reactFiberKey_memoizedProps_children__props_children_props.children)===null||_htmlElement_reactFiberKey_memoizedProps_children__props_children_props_children===void 0?void 0:(_htmlElement_reactFiberKey_memoizedProps_children__props_children_props_children_=_htmlElement_reactFiberKey_memoizedProps_children__props_children_props_children[1])===null||_htmlElement_reactFiberKey_memoizedProps_children__props_children_props_children_===void 0?void 0:(_htmlElement_reactFiberKey_memoizedProps_children__props_children_props_children__props=_htmlElement_reactFiberKey_memoizedProps_children__props_children_props_children_.props)===null||_htmlElement_reactFiberKey_memoizedProps_children__props_children_props_children__props===void 0?void 0:(_htmlElement_reactFiberKey_memoizedProps_children__props_children_props_children__props_children=_htmlElement_reactFiberKey_memoizedProps_children__props_children_props_children__props.children)===null||_htmlElement_reactFiberKey_memoizedProps_children__props_children_props_children__props_children===void 0?void 0:(_htmlElement_reactFiberKey_memoizedProps_children__props_children_props_children__props_children_=_htmlElement_reactFiberKey_memoizedProps_children__props_children_props_children__props_children[0])===null||_htmlElement_reactFiberKey_memoizedProps_children__props_children_props_children__props_children_===void 0?void 0:(_htmlElement_reactFiberKey_memoizedProps_children__props_children_props_children__props_children__props=_htmlElement_reactFiberKey_memoizedProps_children__props_children_props_children__props_children_.props)===null||_htmlElement_reactFiberKey_memoizedProps_children__props_children_props_children__props_children__props===void 0?void 0:_htmlElement_reactFiberKey_memoizedProps_children__props_children_props_children__props_children__props.children;if(Array.isArray(cmsChildren)){let children=[];for(const child of cmsChildren){var _child_props;if(child.key==\"repeated\"&&Array.isArray((_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.children)){children=children.concat(child.props.children);}else{children.push(child);}}return /*#__PURE__*/_jsx(\"div\",{style:collectionListStyle,children:/*#__PURE__*/_jsx(MemoizedMasonry,{columns:layout.masonryColumns,gap:`${layout.gapV}px ${layout.gapH}px`,alignment:layout.masonryItemWidth===\"fit\"?layout.masonryAlign:\"stretch\",children:children})});}}}else{var _props_id;const id=(_props_id=props.id)!==null&&_props_id!==void 0?_props_id:\"a\"+String(Math.floor(Math.random()*999999999));return /*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/cloneElement(collectionList,{id,style:collectionListStyle}),paginationActive&&paginationType!==\"framerPagination\"&&/*#__PURE__*/_jsx(\"style\",{children:`#${id} > *:nth-child(n+${itemsPerPage+1+paginationPreviewOffset})${paginationItemsAfter?`:not(:nth-last-child(-n+${paginationItemsAfter}))`:\"\"} { display: none !important; }`})]});}}else{return /*#__PURE__*/_jsx(\"div\",{style:{height:100}});}}// Empty state\nif(!(itemIds===null||itemIds===void 0?void 0:itemIds.length)){if(emptyState){return /*#__PURE__*/cloneElement(emptyState,{style:{...emptyState.props.style,...props.style}});}else{return /*#__PURE__*/_jsx(\"div\",{});}}return /*#__PURE__*/_jsxs(\"div\",{...collectionList.props,style:collectionListStyle,className:isMasonry?\"\":((_collectionList_props1=collectionList.props)===null||_collectionList_props1===void 0?void 0:_collectionList_props1.className)||\"\",children:[isMasonry?/*#__PURE__*/_jsx(MemoizedMasonry,{columns:layout.masonryColumns,gap:`${layout.gapV}px ${layout.gapH}px`,alignment:layout.masonryItemWidth===\"fit\"?layout.masonryAlign:\"stretch\",autoArrange:true,reverse:false,children:memoizedChildren}):memoizedChildren,paginationActive&&props.scrollUp&&/*#__PURE__*/_jsx(\"div\",{ref:scrollUpRef,style:{position:\"absolute\",top:props.scrollUp.offset,pointerEvents:\"none\"}})]});}addPropertyControls(Superfields,{superfieldsId:{type:ControlType.Number,defaultValue:0,step:1,min:0,displayStepper:true,title:\"ID\"},collectionList:{type:ControlType.ComponentInstance},emptyState:{type:ControlType.ComponentInstance},layout:{type:ControlType.Object,optional:true,controls:{type:{type:ControlType.Enum,defaultValue:\"stack\",options:[\"stack\",\"grid\",\"masonry\"],optionTitles:[\"Stack\",\"Grid\",\"Masonry\"],displaySegmentedControl:true,segmentedControlDirection:\"vertical\"},direction:{type:ControlType.Enum,defaultValue:\"vertical\",options:[\"horizontal\",\"vertical\"],optionTitles:[\"Horizontal\",\"Vertical\"],optionIcons:[\"direction-horizontal\",\"direction-vertical\"],displaySegmentedControl:true,hidden:props=>props.type!=\"stack\"},distribute:{type:ControlType.Enum,defaultValue:\"start\",options:[\"start\",\"center\",\"end\",\"space-between\",\"space-around\",\"space-evenly\"],optionTitles:[\"Start\",\"Center\",\"End\",\"Space Between\",\"Space Around\",\"Space Evenly\"],hidden:props=>props.type!=\"stack\"},alignH:{type:ControlType.Enum,defaultValue:\"start\",options:[\"start\",\"center\",\"end\"],optionTitles:[\"Top\",\"Center\",\"Bottom\"],optionIcons:[\"align-top\",\"align-middle\",\"align-bottom\"],displaySegmentedControl:true,title:\"Align\",hidden:props=>props.type!=\"stack\"||props.direction!=\"horizontal\"},alignV:{type:ControlType.Enum,defaultValue:\"start\",options:[\"start\",\"center\",\"end\"],optionTitles:[\"Left\",\"Center\",\"Right\"],optionIcons:[\"align-left\",\"align-center\",\"align-right\"],displaySegmentedControl:true,title:\"Align\",hidden:props=>props.type!=\"stack\"||props.direction!=\"vertical\"},wrap:{type:ControlType.Boolean,defaultValue:false,hidden:props=>props.type!=\"stack\"},columns:{type:ControlType.Enum,defaultValue:\"fixed\",options:[\"auto\",\"fixed\"],optionTitles:[\"Auto\",\"Fixed\"],displaySegmentedControl:true,hidden:props=>props.type!=\"grid\"},columnCount:{type:ControlType.Number,defaultValue:2,min:1,step:1,displayStepper:true,title:\" \",hidden:props=>props.type!=\"grid\"||props.columns==\"auto\"},gridWidthType:{type:ControlType.Enum,defaultValue:\"min\",options:[\"min\",\"fixed\"],optionTitles:[\"Min\",\"Fixed\"],displaySegmentedControl:true,title:\"Width\",hidden:props=>props.type!=\"grid\"},gridWidth:{type:ControlType.Number,defaultValue:200,min:1,step:1,title:\" \",hidden:props=>props.type!=\"grid\"},gridHeightType:{type:ControlType.Enum,defaultValue:\"fit\",options:[\"fit\",\"fixed\"],optionTitles:[\"Fit\",\"Fixed\"],displaySegmentedControl:true,title:\"Height\",hidden:props=>props.type!=\"grid\"},gridHeight:{type:ControlType.Number,defaultValue:200,min:1,step:1,title:\" \",hidden:props=>props.type!=\"grid\"||props.gridHeightType!=\"fixed\"},gridAlign:{type:ControlType.Enum,defaultValue:\"center\",options:[\"start\",\"center\",\"end\"],optionTitles:[\"Left\",\"Center\",\"Right\"],displaySegmentedControl:true,title:\"Align\",hidden:props=>props.type!=\"grid\"},gridAlignV:{type:ControlType.Enum,defaultValue:\"start\",options:[\"start\",\"center\",\"end\"],optionTitles:[\"Top\",\"Center\",\"Bottom\"],optionIcons:[\"align-top\",\"align-middle\",\"align-bottom\"],displaySegmentedControl:true,title:\" \",hidden:props=>props.type!=\"grid\"||props.gridHeightType!==\"fit\"},masonryColumns:{type:ControlType.Number,defaultValue:3,min:1,step:1,displayStepper:true,title:\"Columns\",hidden:props=>props.type!==\"masonry\"},masonryItemWidth:{type:ControlType.Enum,defaultValue:\"fill\",options:[\"fit\",\"fill\"],optionTitles:[\"Fit\",\"Fill\"],displaySegmentedControl:true,title:\"Item Width\",hidden:props=>props.type!==\"masonry\"},masonryAlign:{type:ControlType.Enum,defaultValue:\"center\",options:[\"start\",\"center\",\"end\"],optionTitles:[\"Left\",\"Center\",\"Right\"],displaySegmentedControl:true,title:\"Align\",hidden:props=>props.type!==\"masonry\"||props.masonryItemWidth!==\"fit\"},gap:{type:ControlType.Number,defaultValue:10,min:0,step:1,hidden:props=>props.type!==\"stack\"},gapH:{type:ControlType.Number,defaultValue:10,min:0,step:1,hidden:props=>props.type!==\"grid\"&&(props.type!==\"masonry\"||props.masonryColumns===1)},gapV:{type:ControlType.Number,defaultValue:10,min:0,step:1,hidden:props=>props.type!==\"grid\"&&props.type!==\"masonry\"},padding:{type:ControlType.FusedNumber,defaultValue:0,toggleKey:\"paddingIsMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0}}},componentConfig:{type:ControlType.Object,optional:true,title:\"Component\",description:\" \",controls:{variant:{type:ControlType.String,defaultValue:\"\",placeholder:\"Variant Name\",description:\"Override the component's variant for responsive design.\\n\\n*Note:* The component must be the only layer inside the Collection List to use this.\\n\\n*Note:* Variant does not appear while editing. Preview your project to see the variant.\"}}},// urlParameters: {\n//     type: ControlType.Object,\n//     title: \"URL Parameters\",\n//     description: \" \",\n//     controls: {\n//         pagination: {\n//             type: ControlType.Boolean,\n//             defaultValue: false,\n//         },\n//         paginationName: {\n//             type: ControlType.String,\n//             defaultValue: \"page\",\n//             placeholder: \"URL Parameter\",\n//             title: \"Name\",\n//             description: \"Current page\",\n//             hidden: (props) => !props.pagination,\n//         },\n//         search: {\n//             type: ControlType.Boolean,\n//             defaultValue: false,\n//         },\n//         searchName: {\n//             type: ControlType.String,\n//             defaultValue: \"search\",\n//             placeholder: \"URL Parameter\",\n//             title: \"Name\",\n//             description: \"Search input text\",\n//             // \"Search input text\\n\\n*Note:* URL parameters for filters and sorting can be added on the Filter and Sorting Selector components.\",\n//             hidden: (props) => !props.search,\n//         },\n//     },\n// },\npagination:{type:ControlType.Boolean,defaultValue:false},paginationType:{type:ControlType.Enum,defaultValue:\"pagination\",options:[\"prevNextButtons\",\"loadMoreButton\"],optionTitles:[\"Prev/Next Buttons\",\"Load More Button\"],title:\"Type\",displaySegmentedControl:true,segmentedControlDirection:\"vertical\",hidden:props=>!props.pagination},itemsPerPage:{type:ControlType.Number,defaultValue:4,min:1,step:1,displayStepper:true,hidden:props=>!props.pagination},scrollUp:{type:ControlType.Object,optional:true,defaultValue:{scrollStyle:\"smooth\",offset:0},title:\"Scroll to Top\",controls:{scrollStyle:{type:ControlType.Enum,defaultValue:\"smooth\",options:[\"smooth\",\"instant\"],optionTitles:[\"Smooth\",\"Instant\"],displaySegmentedControl:true,title:\"Scroll\"},offset:{type:ControlType.Number,defaultValue:-32,step:1,description:\"When the page changes, scroll to the top of the Superfields component with offset\"}},hidden:props=>!props.pagination||props.paginationType!=\"prevNextButtons\"},filtering:{type:ControlType.Boolean,defaultValue:false},favouriting:{type:ControlType.Boolean,defaultValue:false},cmsCollectionName:{type:ControlType.String,defaultValue:\"\",placeholder:\"CMS Collection Name\",title:\"CMS Collection Name\",hidden:props=>!props.favouriting},favouritesOnly:{type:ControlType.Boolean,defaultValue:false,hidden:props=>!props.favouriting},search:{type:ControlType.Boolean,defaultValue:false},searchFields:{type:ControlType.Array,defaultValue:[\"Title\"],title:\"Fields\",control:{type:ControlType.String,placeholder:\"CMS Field Name\"},description:\"CMS fields to search\",hidden:props=>!props.search},randomize:{type:ControlType.Boolean,defaultValue:false},sorting:{type:ControlType.Boolean,defaultValue:false,hidden:props=>props.randomize},sortingField:{type:ControlType.Object,optional:true,hidden:props=>props.randomize||!props.sorting,controls:sortingControls()},slugFieldName:{type:ControlType.String,defaultValue:\"Slug\",placeholder:\"Slug Field Name\",hidden:props=>!props.favouriting&&!props.sorting}});function ComponentVariantSwitch({child,componentConfig}){var _child_props_children_props,_child_props_children,_child_props,_component_type;const componentChild=child===null||child===void 0?void 0:(_child_props=child.props)===null||_child_props===void 0?void 0:(_child_props_children=_child_props.children)===null||_child_props_children===void 0?void 0:(_child_props_children_props=_child_props_children.props)===null||_child_props_children_props===void 0?void 0:_child_props_children_props.children;const componentProps=componentChild===null||componentChild===void 0?void 0:componentChild.props;const component=componentProps===null||componentProps===void 0?void 0:componentProps.children;const variant=componentConfig.variant;if(!component){return child;}if((componentChild===null||componentChild===void 0?void 0:componentChild.type)==ResolveLinks){return /*#__PURE__*/_jsx(ResolveLinks,{...componentProps,children:(...values)=>{const element=component(...values);return /*#__PURE__*/cloneElement(element,{children:{...element.props.children,props:{...element.props.children.props,children:{...element.props.children.props.children,props:{...element.props.children.props.children.props,variant}}}}});}});}else if(!((_component_type=component.type)===null||_component_type===void 0?void 0:_component_type.propertyControls)){var _component_props;const cData=component===null||component===void 0?void 0:(_component_props=component.props)===null||_component_props===void 0?void 0:_component_props.children;if(component&&cData){var _cData_type_propertyControls,_cData_type;const variantProp=(_cData_type=cData.type)===null||_cData_type===void 0?void 0:(_cData_type_propertyControls=_cData_type.propertyControls)===null||_cData_type_propertyControls===void 0?void 0:_cData_type_propertyControls.variant;if(variantProp){return /*#__PURE__*/cloneElement(component,{children:{...cData,props:{...cData.props,variant}}});}}}return /*#__PURE__*/cloneElement(component,{variant});}const MemoizedComponentVariantSwitch=/*#__PURE__*/memo(ComponentVariantSwitch);const MemoizedMasonry=/*#__PURE__*/memo(Masonry);function shuffle(array,seed){// Create a copy of the original array to avoid modifying it directly\nconst shuffled=array.slice();// Create a seeded random number generator\nlet currentSeed=seed;const random=()=>{const x=Math.sin(currentSeed++)*1e4;return x-Math.floor(x);};// Fisher-Yates shuffle algorithm\nfor(let i=shuffled.length-1;i>0;i--){const j=Math.floor(random()*(i+1));[shuffled[i],shuffled[j]]=[shuffled[j],shuffled[i]];}return shuffled;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Superfields\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any\",\"framerIntrinsicWidth\":\"600\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Superfields.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{ControlType}from\"framer\";import{motion}from\"framer-motion\";import{createContext,cloneElement,useMemo}from\"react\";export const SuperfieldsContext=/*#__PURE__*/createContext({active:false});export const calculateTotalPages=(totalItems,itemsPerPage)=>{if(itemsPerPage<=0){return 0;}return Math.ceil(totalItems/itemsPerPage);};const characters=\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\";export const generateInstanceId=()=>{const id=useMemo(()=>{let result=\"\";for(let i=0;i<13;i++){result+=characters.charAt(Math.floor(Math.random()*characters.length));}return result;},[]);return id;};export const FAVOURITES_FILTER_ID=\"[{(FAVOURITES)}]\";export const DELIMITER=\"_&%#|_\"// Used for multi-select items and multiple options field names\n;export const superfieldsId=({hidden=undefined}={})=>({superfieldsId:{type:ControlType.Number,defaultValue:0,min:0,step:1,displayStepper:true,title:\"CMS ID\",description:\"Match with ID on Superfields component\",hidden}});export const buttonPropertyControls=({text=\"\"})=>({appearance:{type:ControlType.Enum,defaultValue:\"default\",options:[\"default\",\"custom\"],optionTitles:[\"Default\",\"Custom\"],displaySegmentedControl:true},customLayer:{type:ControlType.ComponentInstance,title:\"Layer\",description:\"Connect a custom layer from outside the breakpoint\",hidden:props=>props.appearance!==\"custom\"},text:{type:ControlType.String,defaultValue:text,hidden:props=>props.appearance!==\"default\"},fill:fillProp({color:\"#000\",gradientColorA:\"#8C8C8C\",gradientColorB:\"#000\",hidden:props=>props.appearance!==\"default\"}),fontColor:{type:ControlType.Color,defaultValue:\"#FFF\",hidden:props=>props.appearance!==\"default\"},font:{type:\"font\",controls:\"extended\",defaultFontType:\"sans-serif\",defaultValue:{fontSize:14,lineHeight:1.4},hidden:props=>props.appearance!==\"default\"},padding:{type:ControlType.FusedNumber,defaultValue:12,toggleKey:\"paddingIsMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0,hidden:props=>props.appearance!==\"default\"},radius:{type:ControlType.FusedNumber,defaultValue:8,toggleKey:\"radiusIsMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"radiusTopLeft\",\"radiusTopRight\",\"radiusBottomRight\",\"radiusBottomLeft\"],valueLabels:[\"TL\",\"TR\",\"BR\",\"BL\"],min:0,hidden:props=>props.appearance!==\"default\"},border:borderPropertyControl({hidden:props=>props.appearance!==\"default\"}),shadows:{type:ControlType.BoxShadow,hidden:props=>props.appearance!==\"default\"}});export function Button({props,onClick,onMouseEnter=null}){var _props_font,_props_style;if(props.appearance==\"custom\"){var _props_customLayer,_props_style1,_props_style2;let layer=(_props_customLayer=props.customLayer)===null||_props_customLayer===void 0?void 0:_props_customLayer[0];const width=(_props_style1=props.style)===null||_props_style1===void 0?void 0:_props_style1.width;const height=(_props_style2=props.style)===null||_props_style2===void 0?void 0:_props_style2.height;if(layer&&props.style&&(width||height)){layer=/*#__PURE__*/cloneElement(layer,{style:{...layer.props.style,...width&&{width:width},...height&&{height:height}}});}return /*#__PURE__*/_jsx(\"div\",{\"data-superfields\":true,style:{display:\"contents\"},onClick:onClick,children:layer});}return /*#__PURE__*/_jsxs(\"div\",{\"data-superfields\":true,onClick:onClick,style:{position:\"relative\",display:\"flex\",justifyContent:((_props_font=props.font)===null||_props_font===void 0?void 0:_props_font.textAlign)||\"center\",alignItems:\"center\",...createBackground(props.fill),color:props.fontColor,padding:props.paddingIsMixed?`${props.paddingTop}px ${props.paddingRight}px ${props.paddingBottom}px ${props.paddingLeft}px`:`${props.padding}px`,borderRadius:props.radiusIsMixed?`${props.radiusTopLeft}px ${props.radiusTopRight}px ${props.radiusBottomRight}px ${props.radiusBottomLeft}px`:`${props.radius}px`,userSelect:\"none\",cursor:\"pointer\",flex:props.sizing==\"fill\"?\"1 0 0\":undefined,textWrap:((_props_style=props.style)===null||_props_style===void 0?void 0:_props_style.width)==\"100%\"?undefined:\"nowrap\",boxShadow:props.shadows,...props.font,...props.style},children:[props.text,/*#__PURE__*/_jsx(Border,{...props.border})]});}Button.displayName=\"Superfields/Button\";export const borderPropertyControl=(props={})=>({type:ControlType.Object,optional:true,controls:{color:{type:ControlType.Color,defaultValue:\"#222\"},width:{type:ControlType.FusedNumber,defaultValue:1,toggleKey:\"widthIsMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"widthTop\",\"widthRight\",\"widthBottom\",\"widthLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},style:{type:ControlType.Enum,defaultValue:\"solid\",options:[\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"Double\"]}},...props});export function Border({width,widthIsMixed,widthTop,widthRight,widthBottom,widthLeft,style,color,transition,animate,radius=\"inherit\"}){return /*#__PURE__*/_jsx(motion.div,{animate:{borderColor:color,...animate},style:{position:\"absolute\",inset:0,borderWidth:widthIsMixed?`${widthTop}px ${widthRight}px ${widthBottom}px ${widthLeft}px`:`${width}px`,borderStyle:style,borderRadius:radius,pointerEvents:\"none\"},initial:false,transition:transition});}Border.displayName=\"Superfields/Border\";export function Message({title,subtitle}){return /*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",gap:16,backgroundColor:\"rgba(136, 85, 255, 0.1)\",borderRadius:6,border:\"1px dashed rgb(136, 85, 255)\",color:\"rgb(136, 85, 255)\",fontSize:16,padding:20,minHeight:200,textWrap:\"balance\"},children:[/*#__PURE__*/_jsx(\"p\",{style:{margin:0,fontWeight:600,textAlign:\"center\"},children:title}),/*#__PURE__*/_jsx(\"p\",{style:{margin:0,opacity:.7,lineHeight:1.5,textAlign:\"center\"},children:subtitle})]});}Message.displayName=\"Superfields/Message\";export const EmptyState=Message;export function createBackground(fill,on=null){if(fill){let{color,colorA,colorB}=fill;if(typeof on==\"boolean\"){if(on){color=fill.colorOn;colorA=fill.colorAOn;colorB=fill.colorBOn;}else{color=fill.colorOff;colorA=fill.colorAOff;colorB=fill.colorBOff;}}if(fill.type==\"color\"){return{backgroundColor:color,backgroundImage:\"none\"};}else{return{backgroundColor:\"none\",backgroundImage:`linear-gradient(${fill.gradientAngle}deg, ${colorB}, ${colorA})`};}}return{};}export function fillProp({color=\"#FFF\",gradientColorA=\"#FFF\",gradientColorB=\"#BDBDBD\",noDefault=false,...props}){return{type:ControlType.Object,optional:true,icon:\"color\",defaultValue:noDefault?undefined:{type:\"color\",color,colorA:gradientColorA,colorB:gradientColorB,gradientAngle:0},controls:{type:{type:ControlType.Enum,defaultValue:\"color\",options:[\"color\",\"gradient\"],optionTitles:[\"Color\",\"Gradient\"],displaySegmentedControl:true},color:{type:ControlType.Color,defaultValue:color,hidden:props=>props.type!=\"color\"},colorA:{type:ControlType.Color,defaultValue:gradientColorA,title:\"Colors\",hidden:props=>props.type!=\"gradient\"},colorB:{type:ControlType.Color,defaultValue:gradientColorB,title:\" \",hidden:props=>props.type!=\"gradient\"},gradientAngle:{type:ControlType.Number,defaultValue:0,title:\"Angle\",step:1,min:0,max:360,unit:\"\\xb0\",hidden:props=>props.type!=\"gradient\"}},...props};}export function fillPropOnOff({colorOn=\"#FFF\",colorAOn=\"#FFF\",colorBOn=\"#000\",colorOff=\"#FFF\",colorAOff=\"#FFF\",colorBOff=\"#000\",noDefault=false,...props}){return{type:ControlType.Object,optional:true,icon:\"color\",defaultValue:noDefault?undefined:{type:\"color\",colorOn,colorAOn,colorBOn,colorOff,colorAOff,colorBOff,gradientAngle:0},controls:{type:{type:ControlType.Enum,defaultValue:\"color\",options:[\"color\",\"gradient\"],optionTitles:[\"Color\",\"Gradient\"],displaySegmentedControl:true},colorOn:{type:ControlType.Color,defaultValue:colorOn,hidden:props=>props.type!=\"color\"},colorAOn:{type:ControlType.Color,defaultValue:colorAOn,title:\"Colors On\",hidden:props=>props.type!=\"gradient\"},colorBOn:{type:ControlType.Color,defaultValue:colorBOn,title:\" \",hidden:props=>props.type!=\"gradient\"},colorOff:{type:ControlType.Color,defaultValue:colorOff,hidden:props=>props.type!=\"color\"},colorAOff:{type:ControlType.Color,defaultValue:colorAOff,title:\"Colors Off\",hidden:props=>props.type!=\"gradient\"},colorBOff:{type:ControlType.Color,defaultValue:colorBOff,title:\" \",hidden:props=>props.type!=\"gradient\"},gradientAngle:{type:ControlType.Number,defaultValue:0,title:\"Angle\",step:1,min:0,max:360,unit:\"\\xb0\",hidden:props=>props.type!=\"gradient\"}},...props};}export function parsePadding(padding){if(typeof padding!==\"string\"){return[0,0,0,0];}const values=padding.split(\" \");const parsedValues=values.map(value=>parseInt(value.replace(\"px\",\"\"),10));switch(parsedValues.length){case 1:const p=parsedValues[0];return[p,p,p,p];case 4:return parsedValues;}return[0,0,0,0];}export function sortingControls({defaultSorting=false,hidden=null}={}){return{sortBy:{type:ControlType.Enum,defaultValue:\"field\",options:[\"field\",\"favourites\",...defaultSorting?[\"defaultSorting\"]:[]],optionTitles:[\"CMS Field\",\"Favourites\",...defaultSorting?[\"Default Sorting\"]:[]],displaySegmentedControl:true,segmentedControlDirection:\"vertical\",hidden},fieldName:{type:ControlType.String,defaultValue:\"\",placeholder:\"CMS Field Name\",preventLocalization:true,hidden:props=>props.sortBy!==\"field\"||(hidden===null||hidden===void 0?void 0:hidden(props))},fieldType:{type:ControlType.Enum,defaultValue:\"string\",options:[\"string\",\"number\",\"date\",\"boolean\",\"enum\"],optionTitles:[\"Text\",\"Number\",\"Date\",\"Toggle\",\"Option\"],hidden:props=>props.sortBy!==\"field\"||(hidden===null||hidden===void 0?void 0:hidden(props))},stringSort:{type:ControlType.Enum,defaultValue:\"ascending\",options:[\"ascending\",\"descending\"],optionTitles:[\"A \u2192 Z\",\"Z \u2192 A\"],displaySegmentedControl:true,title:\"Sort\",hidden:props=>props.fieldType!==\"string\"||props.sortBy!==\"field\"||(hidden===null||hidden===void 0?void 0:hidden(props))},numberSort:{type:ControlType.Enum,defaultValue:\"ascending\",options:[\"ascending\",\"descending\"],optionTitles:[\"Ascending \u2191\",\"Descending \u2193\"],displaySegmentedControl:true,segmentedControlDirection:\"vertical\",title:\"Sort\",hidden:props=>props.fieldType!==\"number\"||props.sortBy!==\"field\"||(hidden===null||hidden===void 0?void 0:hidden(props))},dateSort:{type:ControlType.Enum,defaultValue:\"ascending\",options:[\"ascending\",\"descending\"],optionTitles:[\"Ascending \u2191\",\"Descending \u2193\"],displaySegmentedControl:true,segmentedControlDirection:\"vertical\",title:\"Sort\",hidden:props=>props.fieldType!==\"date\"||props.sortBy!==\"field\"||(hidden===null||hidden===void 0?void 0:hidden(props))},booleanSort:{type:ControlType.Enum,defaultValue:\"ascending\",options:[\"yesNo\",\"noYes\"],optionTitles:[\"Yes, No\",\"No, Yes\"],displaySegmentedControl:true,title:\"Sort\",hidden:props=>props.fieldType!==\"boolean\"||props.sortBy!==\"field\"||(hidden===null||hidden===void 0?void 0:hidden(props))},enumSort:{type:ControlType.Enum,defaultValue:\"ascending\",options:[\"optionOrder\",\"reverseOptionOrder\",\"ascending\",\"descending\"],optionTitles:[\"Option Order\",\"Reverse Order\",\"A \u2192 Z\",\"Z \u2192 A\"],displaySegmentedControl:true,segmentedControlDirection:\"vertical\",title:\"Sort\",hidden:props=>props.fieldType!==\"enum\"||props.sortBy!==\"field\"||(hidden===null||hidden===void 0?void 0:hidden(props))},favouritesSort:{type:ControlType.Enum,defaultValue:\"favouritesFirst\",options:[\"favouritesFirst\",\"favouritesLast\"],optionTitles:[\"Favourites First\",\"Favourites Last\"],displaySegmentedControl:true,segmentedControlDirection:\"vertical\",title:\"Sort\",hidden:props=>props.sortBy!==\"favourites\"||(hidden===null||hidden===void 0?void 0:hidden(props))}};}\nexport const __FramerMetadata__ = {\"exports\":{\"buttonPropertyControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Button\":{\"type\":\"reactComponent\",\"name\":\"Button\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"createBackground\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"parsePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"sortingControls\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Border\":{\"type\":\"reactComponent\",\"name\":\"Border\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"SuperfieldsContext\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"superfieldsId\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"EmptyState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"generateInstanceId\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fillPropOnOff\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Message\":{\"type\":\"reactComponent\",\"name\":\"Message\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"borderPropertyControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fillProp\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"DELIMITER\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"calculateTotalPages\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"FAVOURITES_FILTER_ID\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SuperfieldsShared.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget,// @ts-ignore\nuseQueryData}from\"framer\";import{motion}from\"framer-motion\";import{borderPropertyControl,Border,fillProp,fillPropOnOff,createBackground,superfieldsId,FAVOURITES_FILTER_ID,DELIMITER}from\"https://framerusercontent.com/modules/FZjYlw33eNo8pxLbSFLX/Gx0FjAQAwVtX3n3htBz9/SuperfieldsShared.js\";import{getCollectionData}from\"https://framer.com/m/CMSLibrary-09eo.js\";import useSuperfieldsStore from\"https://framerusercontent.com/modules/OoGHZMzWDzm2mNN7bmeR/quqdohq6i4dLZg5wuqIc/Store.js\";const ALL_SELECTED_VALUE=\"[{(ALL)}]\";const LAYOUT_ALIGNMENTS={fill:\"center\",left:\"start\",center:\"center\",right:\"end\"};const TOGGLE_VALUES={all:null,[ALL_SELECTED_VALUE]:null,off:false,on:true};const DASHES_ONLY_REGEX=/^-+$/;const CONDITION_FIELD_TYPES=[\"text\",\"option\",\"multipleOptions\"];const DIVIDER=\"divider\";const FAVOURITES_URL_PARAMETER=\"favorites\";const TRUE_VALUES=[\"true\",\"yes\",\"on\"];const FALSE_VALUES=[\"false\",\"no\",\"off\"];/**\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n * @framerDisableUnlink\n */export default function Filter(props){var _props_collectionList,_filters_fieldName;const{superfieldsId,filterBy,options,buttonGroupLayout,buttonGroupStyle,toggleMultiOptions,toggleTwoStateOptions,toggleTwoStateText,dropdownStyle,toggleSwitchStyle,checkboxStyle,layout,transition}=props;const isCanvas=RenderTarget.current()===RenderTarget.canvas;const rawFieldType=filterBy==\"field\"?props.fieldType:\"toggle\";const fieldName=filterBy===\"field\"?rawFieldType==\"multipleOptions\"?props.optionFieldNames.join(DELIMITER):props.fieldName:FAVOURITES_FILTER_ID;const fieldType=rawFieldType===\"multipleOptions\"?\"option\":rawFieldType;const filterType=filterBy===\"field\"?fieldType===\"toggle\"?props.filterTypeToggle:props.filterTypeOption:props.filterTypeToggle;const allOption=fieldType===\"toggle\"?toggleMultiOptions.allOption:options.allOption;const showDividers=(fieldType===\"option\"||fieldType===\"text\")&&options.optionMode===\"manual\";const urlParameter=props.urlParameter?props.urlParameter.name||(filterBy===\"field\"?rawFieldType==\"multipleOptions\"?props.optionFieldNames.join(\",\"):fieldName:FAVOURITES_URL_PARAMETER):null;const collectionList=(_props_collectionList=props.collectionList)===null||_props_collectionList===void 0?void 0:_props_collectionList[0];const{query,propertyControlsById}=getCollectionData(collectionList);const select=[{name:\"id\",type:\"Identifier\"}];if(!isCanvas&&propertyControlsById&&rawFieldType!==\"multipleOptions\"){for(const fieldId in propertyControlsById){const control=propertyControlsById[fieldId];if(control.title==fieldName&&control.type!==\"enum\"){select.push({name:fieldId,type:\"Identifier\"});}}}const collectionData=query?useQueryData({...query,select}):[];let optionValues=[];if(fieldType==\"option\"||fieldType==\"text\"){if(options.optionMode===\"auto\"){var _Object_keys;if((_Object_keys=Object.keys(propertyControlsById))===null||_Object_keys===void 0?void 0:_Object_keys.length){if(rawFieldType==\"multipleOptions\"){const{optionFieldNames}=props;const optionValuesList=[];for(const fieldId in propertyControlsById){const control=propertyControlsById[fieldId];if(optionFieldNames.includes(control.title)){if(control.type==\"enum\"){optionValuesList.push(control.optionTitles);}else if(control.type==\"string\"){const allValues=new Set;for(const index in collectionData){if(!isNaN(index)){const value=collectionData[index][fieldId];if(value!=\"\"&&value!=null){allValues.add(value);}}}optionValuesList.push(Array.from(allValues));}}}optionValues=Array.from(new Set(optionValuesList.flat()));// Remove none option\nif(props.multipleOptionsNoneOption.length&&optionValues.includes(props.multipleOptionsNoneOption)){optionValues.splice(optionValues.indexOf(props.multipleOptionsNoneOption),1);}}else{for(const fieldId in propertyControlsById){const control=propertyControlsById[fieldId];if(control.title==fieldName){if(control.type==\"enum\"){optionValues=control.optionTitles;break;}else if(control.type==\"string\"){const allValues=new Set;for(const index in collectionData){if(!isNaN(index)){const value=collectionData[index][fieldId];if(value!=\"\"&&value!=null){allValues.add(value);}}}optionValues=Array.from(allValues);break;}}}}}else if(isCanvas&&(filterType!==\"dropdown\"||!allOption)){optionValues=[options.placeholder];}if(options.optionOrder==\"alphabetical\"){optionValues=optionValues.sort();}}else if(options.optionMode===\"manual\"){optionValues=options.optionValues;}}if(!Array.isArray(optionValues)){optionValues=[];}const defaultOptionIsValid=options.defaultValue.length&&optionValues.includes(options.defaultValue);let offValue=null;let onValue=null;let defaultValue=null;if(fieldType==\"toggle\"){if(filterType==\"dropdown\"||filterType==\"buttonGroup\"){const values=[];if(toggleMultiOptions.allOption){values.push(null);}if(toggleMultiOptions.order==\"yesNo\"){if(toggleMultiOptions.yesOption){values.push(true);}if(toggleMultiOptions.noOption){values.push(false);}}else{if(toggleMultiOptions.noOption){values.push(false);}if(toggleMultiOptions.yesOption){values.push(true);}}defaultValue=values.includes(TOGGLE_VALUES[toggleMultiOptions.defaultValue])?TOGGLE_VALUES[toggleMultiOptions.defaultValue]:values[0];}else{offValue=TOGGLE_VALUES[toggleTwoStateOptions.offState];onValue=TOGGLE_VALUES[toggleTwoStateOptions.onState];defaultValue=toggleTwoStateOptions.defaultValue==\"off\"?offValue:onValue;}}else{var _optionValues_;defaultValue=defaultOptionIsValid?options.defaultValue:!options.allOption&&filterType==\"dropdown\"?(_optionValues_=optionValues[0])!==null&&_optionValues_!==void 0?_optionValues_:null:null;}const[filters,setFilterValue]=useSuperfieldsStore(superfieldsId,state=>[state.filters,state.setFilterValue],state=>{let initialValue=defaultValue;if(urlParameter&&!isCanvas){const urlParams=new URLSearchParams(window.location.search);const paramValue=urlParams.get(urlParameter);if(paramValue){if(fieldType===\"toggle\"){const lowerParamValue=paramValue.toLowerCase();if(TRUE_VALUES.includes(lowerParamValue)){initialValue=true;}else if(FALSE_VALUES.includes(lowerParamValue)){initialValue=false;}}else{if(paramValue.includes(DELIMITER)){const values=paramValue.split(DELIMITER);if(values.every(value=>optionValues.includes(value))){initialValue=paramValue;}}else if(optionValues.includes(paramValue)){initialValue=paramValue;}}}}state.filters[fieldName]={value:initialValue,defaultValue,multiSelect:filterType==\"buttonGroup\"&&props.multiSelect,fieldType:rawFieldType,noneOption:rawFieldType==\"multipleOptions\"?props.multipleOptionsNoneOption:undefined,condition:CONDITION_FIELD_TYPES.includes(fieldType)?props.textCondition:\"equals\",urlParameter};});const value=isCanvas?defaultValue:(_filters_fieldName=filters[fieldName])===null||_filters_fieldName===void 0?void 0:_filters_fieldName.value;const setFilter=newValue=>{setFilterValue(fieldName,newValue);};const optionItems=[];if(fieldType==\"option\"||fieldType==\"text\"){for(let i=0;i<optionValues.length;i++){const value=optionValues[i];if(showDividers&&isDivider(value)){optionItems.push(DIVIDER);}else if(value){optionItems.push({value,text:value});}}}else if(fieldType==\"toggle\"){if(toggleMultiOptions.order==\"yesNo\"){if(toggleMultiOptions.yesOption){optionItems.push({value:\"on\",text:toggleMultiOptions.yesText});}if(toggleMultiOptions.noOption){optionItems.push({value:\"off\",text:toggleMultiOptions.noText});}}else{if(toggleMultiOptions.noOption){optionItems.push({value:\"off\",text:toggleMultiOptions.noText});}if(toggleMultiOptions.yesOption){optionItems.push({value:\"on\",text:toggleMultiOptions.yesText});}}}const layers=[];switch(filterType){case\"dropdown\":const dropdownArrow=dropdownStyle.arrow;const pt=dropdownStyle.paddingIsMixed?dropdownStyle.paddingTop:dropdownStyle.padding;const pl=dropdownStyle.paddingIsMixed?dropdownStyle.paddingLeft:dropdownStyle.padding;const pb=dropdownStyle.paddingIsMixed?dropdownStyle.paddingBottom:dropdownStyle.padding;const pr=(dropdownStyle.paddingIsMixed?dropdownStyle.paddingRight:dropdownStyle.padding)+(dropdownArrow?dropdownArrow.size+dropdownArrow.gap:0);const dropdownRadius=dropdownStyle.radiusIsMixed?`${dropdownStyle.radiusTopLeft}px ${dropdownStyle.radiusTopRight}px ${dropdownStyle.radiusBottomRight}px ${dropdownStyle.radiusBottomLeft}px`:`${dropdownStyle.radius}px`;layers.push(/*#__PURE__*/_jsxs(\"select\",{value:fieldType==\"toggle\"?({true:\"on\",false:\"off\",null:ALL_SELECTED_VALUE})[String(value)]:value||(allOption?ALL_SELECTED_VALUE:defaultValue),onChange:event=>{if(fieldType==\"toggle\"){setFilter(TOGGLE_VALUES[event.target.value]);}else{setFilter(event.target.value==ALL_SELECTED_VALUE?null:event.target.value);}},style:{position:\"relative\",appearance:\"none\",height:\"100%\",cursor:\"pointer\",...createBackground(dropdownStyle.fill),color:dropdownStyle.fontColor,padding:`${pt}px ${pr}px ${pb}px ${pl}px`,borderRadius:dropdownRadius,border:\"none\",boxShadow:dropdownStyle.shadows,...props.font,...props.style},children:[allOption&&/*#__PURE__*/_jsx(\"option\",{value:ALL_SELECTED_VALUE,children:fieldType==\"toggle\"?toggleMultiOptions.allText:options.allText}),optionItems.map((item,index)=>item===DIVIDER?/*#__PURE__*/_jsx(\"hr\",{}):/*#__PURE__*/_jsx(\"option\",{value:item.value,children:item.text},index))]}),dropdownStyle.border&&/*#__PURE__*/_jsx(Border,{...dropdownStyle.border,radius:dropdownRadius}));if(dropdownArrow){var _dropdownArrow_color;layers.push(/*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:dropdownArrow.size,height:dropdownArrow.size,viewBox:\"0 0 18 18\",fill:\"none\",strokeWidth:dropdownArrow.stroke,stroke:(_dropdownArrow_color=dropdownArrow.color)!==null&&_dropdownArrow_color!==void 0?_dropdownArrow_color:dropdownStyle.fontColor,strokeLinecap:\"round\",strokeLinejoin:\"round\",style:{display:\"block\",position:\"absolute\",right:dropdownStyle.paddingIsMixed?dropdownStyle.paddingRight:dropdownStyle.padding,top:`calc(50% - ${dropdownArrow.size/2}px)`,pointerEvents:\"none\"},children:/*#__PURE__*/_jsx(\"path\",{d:\"M2 5.5L9 12.5L16 5.5\"})}));}break;case\"buttonGroup\":var _props_font;layers.push(/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",flexDirection:buttonGroupLayout.direction==\"horizontal\"?\"row\":\"column\",flexWrap:buttonGroupLayout.wrap?\"wrap\":\"nowrap\",justifyContent:buttonGroupLayout.distribute,columnGap:buttonGroupLayout.gapH,rowGap:buttonGroupLayout.gapV,textAlign:((_props_font=props.font)===null||_props_font===void 0?void 0:_props_font.textAlign)||\"center\",...props.style},children:[allOption&&/*#__PURE__*/_jsx(FilterButton,{selected:value==null,onClick:()=>setFilter(null),text:options.allText,direction:buttonGroupLayout.direction,width:buttonGroupLayout.width,transition:transition,...buttonGroupStyle}),optionItems.map((item,index)=>item===DIVIDER?/*#__PURE__*/_jsx(ButtonGroupDivider,{...props.dividerStyle,layout:buttonGroupLayout}):/*#__PURE__*/_jsx(FilterButton,{selected:fieldType==\"toggle\"?value==(item.value==\"on\"):props.multiSelect?value?value.split(DELIMITER).includes(item.value):false:value==item.value,onClick:()=>{if(fieldType==\"toggle\"){setFilter(item.value==\"on\");}else if(props.multiSelect){if(!value){setFilter(item.value);}else{const values=value?value.split(DELIMITER):[];if(value==item.value){if(options.allOption||!defaultOptionIsValid){setFilter(null);}}else if(values.includes(item.value)){setFilter(values.filter(v=>v!=item.value).join(DELIMITER));}else{setFilter(`${value}${DELIMITER}${item.value}`);}}}else{if(value==item.value&&(!defaultOptionIsValid||options.allOption)){setFilter(null);}else{setFilter(item.value);}}},text:item.text,direction:buttonGroupLayout.direction,width:buttonGroupLayout.width,transition:transition,...buttonGroupStyle},index))]}));break;case\"toggleSwitch\":const{height,padding,border,switchBorder}=toggleSwitchStyle;return /*#__PURE__*/_jsxs(\"div\",{onClick:()=>setFilter(value==onValue?offValue:onValue),style:{display:\"flex\",flexDirection:(toggleTwoStateText===null||toggleTwoStateText===void 0?void 0:toggleTwoStateText.location)==\"left\"?\"row-reverse\":\"row\",gap:toggleTwoStateText===null||toggleTwoStateText===void 0?void 0:toggleTwoStateText.gap,alignItems:\"center\",justifyContent:LAYOUT_ALIGNMENTS[layout],cursor:\"pointer\",...props.style},children:[/*#__PURE__*/_jsxs(motion.div,{animate:{...createBackground(toggleSwitchStyle.fill,value==onValue)},style:{position:\"relative\",height:height,width:height*2-padding*2,padding:padding,borderRadius:toggleSwitchStyle.radius},initial:false,transition:transition,children:[border&&/*#__PURE__*/_jsx(motion.div,{animate:{borderColor:value==onValue?border.colorOn:border.colorOff},style:{position:\"absolute\",inset:0,boxSizing:\"border-box\",borderRadius:toggleSwitchStyle.radius,borderWidth:border.width,borderStyle:border.style},initial:false,transition:transition}),/*#__PURE__*/_jsx(motion.div,{animate:{translateX:value==onValue?\"100%\":\"0%\",...createBackground(toggleSwitchStyle.switchFill,value==onValue)},style:{position:\"absolute\",height:height-padding*2,aspectRatio:1,left:padding,borderRadius:toggleSwitchStyle.radius-padding,boxShadow:toggleSwitchStyle.shadows,boxSizing:\"border-box\"},// layout\ninitial:false,transition:transition,children:switchBorder&&/*#__PURE__*/_jsx(motion.div,{animate:{borderColor:value==onValue?switchBorder.colorOn:switchBorder.colorOff},style:{position:\"absolute\",inset:0,boxSizing:\"border-box\",borderRadius:toggleSwitchStyle.radius-padding,borderWidth:switchBorder.width,borderStyle:switchBorder.style},initial:false,transition:transition})})]}),toggleTwoStateText&&/*#__PURE__*/_jsx(\"p\",{style:{color:toggleTwoStateText.fontColor,margin:0,userSelect:\"none\",flex:layout==\"fill\"?1:undefined,...props.font},children:value==onValue?toggleTwoStateText.onText:toggleTwoStateText.offText})]});break;case\"checkbox\":var _checkboxStyle_icon;var _checkboxStyle_fillOn,_checkboxStyle_fillOff;layers.push(/*#__PURE__*/_jsxs(\"div\",{onClick:()=>setFilter(value==onValue?offValue:onValue),style:{display:\"flex\",flexDirection:(toggleTwoStateText===null||toggleTwoStateText===void 0?void 0:toggleTwoStateText.location)==\"left\"?\"row-reverse\":\"row\",gap:toggleTwoStateText===null||toggleTwoStateText===void 0?void 0:toggleTwoStateText.gap,alignItems:\"center\",justifyContent:LAYOUT_ALIGNMENTS[layout],cursor:\"pointer\",...props.style},children:[/*#__PURE__*/_jsx(motion.div,{animate:{backgroundColor:value==onValue?(_checkboxStyle_fillOn=checkboxStyle.fillOn)!==null&&_checkboxStyle_fillOn!==void 0?_checkboxStyle_fillOn:\"transparent\":(_checkboxStyle_fillOff=checkboxStyle.fillOff)!==null&&_checkboxStyle_fillOff!==void 0?_checkboxStyle_fillOff:\"transparent\",color:(_checkboxStyle_icon=checkboxStyle.icon)===null||_checkboxStyle_icon===void 0?void 0:_checkboxStyle_icon.colorOn},style:{display:\"flex\",justifyContent:\"center\",alignItems:\"center\",width:checkboxStyle.size,height:checkboxStyle.size,borderRadius:checkboxStyle.radius,position:\"relative\"},initial:false,transition:transition,children:checkboxStyle.icon&&/*#__PURE__*/_jsx(motion.svg,{xmlns:\"http://www.w3.org/2000/svg\",width:checkboxStyle.icon.size,height:checkboxStyle.icon.size,viewBox:\"0 0 24 24\",strokeWidth:checkboxStyle.icon.lineWidth*(24/checkboxStyle.icon.size),stroke:\"currentColor\",fill:\"none\",strokeLinecap:checkboxStyle.icon.rounded?\"round\":\"butt\",strokeLinejoin:checkboxStyle.icon.rounded?\"round\":\"miter\",animate:{opacity:value==onValue?1:0},style:{display:\"block\"},initial:false,transition:transition,children:/*#__PURE__*/_jsx(\"path\",{d:\"M5 12l5 5l10 -10\"})})}),toggleTwoStateText&&/*#__PURE__*/_jsx(\"p\",{style:{color:toggleTwoStateText.fontColor,margin:0,userSelect:\"none\",flex:layout==\"fill\"?1:undefined,...props.font},children:value==onValue?toggleTwoStateText.onText:toggleTwoStateText.offText})]}));break;}return /*#__PURE__*/_jsx(\"div\",{\"data-superfields\":true,style:{position:\"relative\",userSelect:\"none\",...props.font,...props.style},children:layers});}const paddingRadiusProps={padding:{type:ControlType.FusedNumber,defaultValue:16,toggleKey:\"paddingIsMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},radius:{type:ControlType.FusedNumber,defaultValue:8,toggleKey:\"radiusIsMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"radiusTopLeft\",\"radiusTopRight\",\"radiusBottomRight\",\"radiusBottomLeft\"],valueLabels:[\"TL\",\"TR\",\"BR\",\"BL\"],min:0}};addPropertyControls(Filter,{...superfieldsId(),filterBy:{type:ControlType.Enum,defaultValue:\"field\",options:[\"field\",\"favourites\"],optionTitles:[\"CMS Field\",\"Favourites\"],displaySegmentedControl:true,segmentedControlDirection:\"vertical\"},fieldType:{type:ControlType.Enum,defaultValue:\"option\",options:[\"option\",\"toggle\",\"text\",\"multipleOptions\"],optionTitles:[\"Option\",\"Toggle\",\"Text\",\"Multiple Options\"],hidden:props=>props.filterBy!=\"field\"},fieldName:{type:ControlType.String,defaultValue:\"\",placeholder:\"CMS Field Name\",preventLocalization:true,hidden:props=>props.filterBy!==\"field\"||props.fieldType===\"multipleOptions\"},optionFieldNames:{type:ControlType.Array,title:\"Field Names\",control:{type:ControlType.String,defaultValue:\"\",placeholder:\"CMS Field Name\",preventLocalization:true},hidden:props=>props.filterBy!==\"field\"||props.fieldType!==\"multipleOptions\"},filterTypeOption:{type:ControlType.Enum,defaultValue:\"dropdown\",options:[\"dropdown\",\"buttonGroup\"],optionTitles:[\"Dropdown\",\"Buttons\"],displaySegmentedControl:true,segmentedControlDirection:\"vertical\",title:\"Type\",hidden:props=>!isOptionType(props)},filterTypeToggle:{type:ControlType.Enum,defaultValue:\"toggleSwitch\",options:[\"toggleSwitch\",\"checkbox\",\"dropdown\",\"buttonGroup\"],optionTitles:[\"Toggle Switch\",\"Checkbox\",\"Dropdown\",\"Buttons\"],title:\"Type\",hidden:props=>fieldType(props)!=\"toggle\"},options:{type:ControlType.Object,controls:{defaultValue:{type:ControlType.String,defaultValue:\"\",placeholder:\"Default Value\",preventLocalization:true},optionMode:{type:ControlType.Enum,defaultValue:\"manual\",options:[\"manual\",\"auto\"],optionTitles:[\"Manual\",\"Auto\"],displaySegmentedControl:true,title:\"Options\"},optionValues:{type:ControlType.Array,title:\" \",control:{type:ControlType.String,defaultValue:\"\",preventLocalization:true},hidden:props=>props.optionMode!==\"manual\"},optionOrder:{type:ControlType.Enum,defaultValue:\"default\",options:[\"default\",\"alphabetical\"],optionTitles:[\"Default\",\"Alphabetical\"],displaySegmentedControl:true,segmentedControlDirection:\"vertical\",title:\"Order\",description:\"Connect the collection list to enable auto options.\",hidden:props=>props.optionMode!==\"auto\"},placeholder:{type:ControlType.String,defaultValue:\"[Preview project]\",hidden:props=>props.optionMode!==\"auto\"},allOption:{type:ControlType.Boolean,defaultValue:true,enabledTitle:\"Show\",disabledTitle:\"Hide\"},allText:{type:ControlType.String,defaultValue:\"All\",title:\" \",hidden:props=>!props.allOption}},hidden:props=>!isOptionType(props)},textCondition:{type:ControlType.Enum,defaultValue:\"equals\",options:[\"equals\",\"contains\"],optionTitles:[\"Equals\",\"Contains\"],displaySegmentedControl:true,title:\"Condition\",hidden:props=>!CONDITION_FIELD_TYPES.includes(fieldType(props))||props.options.optionMode!==\"manual\"},multipleOptionsNoneOption:{type:ControlType.String,defaultValue:\"\",placeholder:\"None Option Name\",title:\"None Option\",hidden:props=>props.fieldType!==\"multipleOptions\"},collectionList:{type:ControlType.ComponentInstance,hidden:props=>!isOptionType(props)||props.options.optionMode!=\"auto\"},toggleMultiOptions:{type:ControlType.Object,title:\"Options\",controls:{defaultValue:{type:ControlType.Enum,defaultValue:null,options:[\"all\",\"on\",\"off\"],optionTitles:[\"All\",\"Yes\",\"No\"],displaySegmentedControl:true},allOption:{type:ControlType.Boolean,defaultValue:true,enabledTitle:\"Show\",disabledTitle:\"Hide\"},allText:{type:ControlType.String,defaultValue:\"All\",title:\" \",hidden:props=>!props.allOption},yesOption:{type:ControlType.Boolean,defaultValue:true,enabledTitle:\"Show\",disabledTitle:\"Hide\"},yesText:{type:ControlType.String,defaultValue:\"On\",title:\" \",hidden:props=>!props.yesOption},noOption:{type:ControlType.Boolean,defaultValue:false,enabledTitle:\"Show\",disabledTitle:\"Hide\"},noText:{type:ControlType.String,defaultValue:\"Off\",title:\" \",hidden:props=>!props.noOption},order:{type:ControlType.Enum,defaultValue:\"yesNo\",options:[\"yesNo\",\"noYes\"],optionTitles:[\"Yes/No\",\"No/Yes\"],displaySegmentedControl:true,hidden:props=>!props.yesOption||!props.noOption}},hidden:props=>fieldType(props)!=\"toggle\"||filterType(props)!=\"dropdown\"&&filterType(props)!=\"buttonGroup\"},toggleTwoStateOptions:{type:ControlType.Object,title:\"Options\",icon:\"boolean\",controls:{defaultValue:{type:ControlType.Enum,defaultValue:\"off\",options:[\"off\",\"on\"],optionTitles:[\"Off\",\"On\"],displaySegmentedControl:true},offState:{type:ControlType.Enum,defaultValue:\"all\",options:[\"all\",\"on\",\"off\"],optionTitles:[\"All Items\",\"On/True Only\",\"Off/False Only\"],displaySegmentedControl:true,segmentedControlDirection:\"vertical\"},onState:{type:ControlType.Enum,defaultValue:\"on\",options:[\"all\",\"on\",\"off\"],optionTitles:[\"All Items\",\"On/True Only\",\"Off/False Only\"],displaySegmentedControl:true,segmentedControlDirection:\"vertical\"}},hidden:props=>fieldType(props)!=\"toggle\"||filterType(props)!=\"toggleSwitch\"&&filterType(props)!=\"checkbox\"},toggleTwoStateText:{type:ControlType.Object,optional:true,defaultValue:{offText:\"Off\",onText:\"On\",location:\"right\",gap:10},title:\"Text\",controls:{offText:{type:ControlType.String,defaultValue:\"Off\"},onText:{type:ControlType.String,defaultValue:\"On\"},fontColor:{type:ControlType.Color,defaultValue:\"#000\"},location:{type:ControlType.Enum,defaultValue:\"right\",options:[\"left\",\"right\"],optionTitles:[\"Left\",\"Right\"],displaySegmentedControl:true},gap:{type:ControlType.Number,defaultValue:10,min:0,step:1}},hidden:props=>fieldType(props)!=\"toggle\"||filterType(props)!=\"toggleSwitch\"&&filterType(props)!=\"checkbox\"},multiSelect:{type:ControlType.Boolean,defaultValue:false,title:\"Multi-Select\",hidden:props=>filterType(props)!=\"buttonGroup\"||fieldType(props)==\"toggle\"},font:{type:ControlType.Font,controls:\"extended\",defaultFontType:\"sans-serif\",defaultValue:{fontSize:14,lineHeight:1.4}},buttonGroupStyle:{type:ControlType.Object,title:\"Buttons\",buttonTitle:\"Styles\",controls:{fill:fillPropOnOff({colorOff:\"#F0F0F0\",colorAOff:\"#EDEDED\",colorBOff:\"#CCC\",colorOn:\"#0075FF\",colorAOn:\"#70B3FF\",colorBOn:\"#0075FF\"}),selectedFontColor:{type:ControlType.Color,defaultValue:\"#FFF\",title:\"Font Color On\"},defaultFontColor:{type:ControlType.Color,defaultValue:\"#000\",title:\"Font Color Off\"},...paddingRadiusProps,border:{type:ControlType.Object,optional:true,controls:{selectedColor:{type:ControlType.Color,defaultValue:\"#0051ad\",title:\"Color On\"},defaultColor:{type:ControlType.Color,defaultValue:\"#222\",title:\"Color Off\"},width:{type:ControlType.FusedNumber,defaultValue:1,toggleKey:\"widthIsMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"widthTop\",\"widthRight\",\"widthBottom\",\"widthLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},style:{type:ControlType.Enum,defaultValue:\"solid\",options:[\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"Double\"]}}},shadowsSelected:{type:ControlType.BoxShadow,title:\"Shadow On\"},shadows:{type:ControlType.BoxShadow,title:\"Shadow Off\"}},hidden:props=>filterType(props)!=\"buttonGroup\"},buttonGroupLayout:{type:ControlType.Object,title:\"Layout\",buttonTitle:\"Stack\",controls:{direction:{type:ControlType.Enum,defaultValue:\"horizontal\",options:[\"horizontal\",\"vertical\"],displaySegmentedControl:true},distribute:{type:ControlType.Enum,defaultValue:\"center\",options:[\"flex-start\",\"center\",\"flex-end\",\"space-between\",\"space-around\",\"space-evenly\"],optionTitles:[\"Start\",\"Center\",\"End\",\"Space Between\",\"Space Around\",\"Space Evenly\"]},wrap:{type:ControlType.Boolean,defaultValue:false},gapH:{type:ControlType.Number,defaultValue:8,min:0,step:1},gapV:{type:ControlType.Number,defaultValue:8,min:0,step:1},width:{type:ControlType.Enum,defaultValue:\"fit\",options:[\"fit\",\"fill\"],optionTitles:[\"Fit\",\"Fill\"],displaySegmentedControl:true}},hidden:props=>filterType(props)!=\"buttonGroup\"},dividerStyle:{type:ControlType.Object,title:\"Dividers\",controls:{color:{type:ControlType.Color,defaultValue:\"rgba(0, 0, 0, 0.25)\"},width:{type:ControlType.Number,defaultValue:1,min:0,displayStepper:true},rounded:{type:ControlType.Boolean,defaultValue:false},marginH:{type:ControlType.Number,defaultValue:0,min:0,step:1,displayStepper:true},marginV:{type:ControlType.Number,defaultValue:0,min:0,step:1,displayStepper:true,description:\"Add a divider by using *---* as an option name\"}},hidden:props=>filterType(props)!=\"buttonGroup\"||fieldType(props)!=\"option\"&&fieldType(props)!=\"text\"||props.options.optionMode!==\"manual\"},dropdownStyle:{type:ControlType.Object,title:\"Dropdown\",buttonTitle:\"Styles\",controls:{fill:fillProp({color:\"#F0F0F0\"}),fontColor:{type:ControlType.Color,defaultValue:\"#000\"},...paddingRadiusProps,arrow:{type:ControlType.Object,defaultValue:{size:12,gap:10},optional:true,buttonTitle:\"Style\",controls:{color:{type:ControlType.Color,optional:true},size:{type:ControlType.Number,defaultValue:12,min:1,step:1},gap:{type:ControlType.Number,defaultValue:10,min:0,step:1},stroke:{type:ControlType.Number,defaultValue:2,min:.1,step:.1,displayStepper:true}}},border:borderPropertyControl(),shadows:{type:ControlType.BoxShadow}},hidden:props=>filterType(props)!=\"dropdown\"},toggleSwitchStyle:{type:ControlType.Object,title:\"Toggle Switch\",buttonTitle:\"Styles\",icon:\"boolean\",controls:{fill:fillPropOnOff({colorOn:\"#0075FF\",colorAOn:\"#70B3FF\",colorBOn:\"#0075FF\",colorOff:\"#EDEDED\",colorAOff:\"#EDEDED\",colorBOff:\"#CCC\"}),border:{type:ControlType.Object,optional:true,controls:{colorOn:{type:ControlType.Color,defaultValue:\"#222\"},colorOff:{type:ControlType.Color,defaultValue:\"#222\"},width:{type:ControlType.Number,defaultValue:1,min:0,step:1},style:{type:ControlType.Enum,defaultValue:\"solid\",options:[\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"Double\"]}}},switchFill:fillPropOnOff({colorOn:\"#FFF\",colorAOn:\"#FFF\",colorBOn:\"#D6D6D6\",colorOff:\"#FFF\",colorAOff:\"#FFF\",colorBOff:\"#D6D6D6\"}),switchBorder:{type:ControlType.Object,optional:true,controls:{colorOn:{type:ControlType.Color,defaultValue:\"#222\"},colorOff:{type:ControlType.Color,defaultValue:\"#222\"},width:{type:ControlType.Number,defaultValue:1,min:0,step:1},style:{type:ControlType.Enum,defaultValue:\"solid\",options:[\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"Double\"]}}},shadows:{type:ControlType.BoxShadow,defaultValue:\"0px 2px 4px 0px rgba(0,0,0,0.2)\"},height:{type:ControlType.Number,defaultValue:32,min:1,step:1},padding:{type:ControlType.Number,defaultValue:4,min:0,step:1,displayStepper:true},radius:{type:ControlType.Number,defaultValue:16,min:0}},hidden:props=>filterType(props)!=\"toggleSwitch\"},checkboxStyle:{type:ControlType.Object,title:\"Checkbox\",buttonTitle:\"Styles\",controls:{fillOn:{type:ControlType.Color,defaultValue:\"#0075FF\"},fillOff:{type:ControlType.Color,defaultValue:\"#EDEDED\"},size:{type:ControlType.Number,defaultValue:24,min:1,step:1},radius:{type:ControlType.Number,defaultValue:6,min:0},icon:{type:ControlType.Object,optional:true,defaultValue:{size:16,color:\"#FFF\",rounded:true},buttonTitle:\"Options\",controls:{size:{type:ControlType.Number,defaultValue:16,min:1,step:1},lineWidth:{type:ControlType.Number,defaultValue:2,min:1,step:.1},colorOn:{type:ControlType.Color,defaultValue:\"#FFF\",title:\"Color\"},rounded:{type:ControlType.Boolean,defaultValue:true}}}},hidden:props=>filterType(props)!=\"checkbox\"},transition:{type:ControlType.Transition,defaultValue:{type:\"spring\",duration:.2,bounce:0},hidden:props=>filterType(props)==\"dropdown\"}});function filterType(props){if(props.filterBy==\"field\"){if(props.fieldType==\"toggle\"){return props.filterTypeToggle;}else{return props.filterTypeOption;}}else{return props.filterTypeToggle;}}function fieldType(props){if(props.filterBy==\"field\"){return props.fieldType===\"multipleOptions\"?\"option\":props.fieldType;}else{return\"toggle\";}}function isOptionType(props){if(props.filterBy==\"field\"){return props.fieldType==\"option\"||props.fieldType==\"text\"||props.fieldType==\"multipleOptions\";}else{return false;}}function isDivider(text){return text?DASHES_ONLY_REGEX.test(text)&&text.length>=3:false;}function FilterButton(props){const{selected,border}=props;return /*#__PURE__*/_jsxs(motion.div,{onClick:props.onClick,animate:{...createBackground(props.fill,selected),color:selected?props.selectedFontColor:props.defaultFontColor,boxShadow:selected&&props.shadowsSelected?props.shadowsSelected:props.shadows},style:{position:\"relative\",width:props.direction==\"vertical\"&&props.width==\"fill\"?\"100%\":\"max-content\",flex:props.width==\"fill\"?1:undefined,cursor:\"pointer\",padding:props.paddingIsMixed?`${props.paddingTop}px ${props.paddingRight}px ${props.paddingBottom}px ${props.paddingLeft}px`:`${props.padding}px`,borderRadius:props.radiusIsMixed?`${props.radiusTopLeft}px ${props.radiusTopRight}px ${props.radiusBottomRight}px ${props.radiusBottomLeft}px`:`${props.radius}px`},initial:false,transition:props.transition,children:[props.text,border&&/*#__PURE__*/_jsx(Border,{...border,color:selected?border.selectedColor:border.defaultColor,transition:props.transition})]});}function ButtonGroupDivider({color,width,rounded,marginH,marginV,layout}){const horizontal=layout.direction==\"vertical\";return /*#__PURE__*/_jsx(\"div\",{style:{backgroundColor:color,width:horizontal?undefined:width,height:horizontal?width:undefined,margin:`${marginV}px ${marginH}px`,borderRadius:rounded?1e4:undefined,alignSelf:\"stretch\"}});}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Filter\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"\",\"framerSupportedLayoutWidth\":\"any\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{useState,useEffect,useLayoutEffect}from\"react\";import{createStore}from\"https://framer.com/m/framer/store.js@^1.0.0\";// Made with love by Cl\u00E9ment. https://lionneclement.com/\n// Full tutorial: https://lionneclement.com/tutorial/how-to-create-pagination-for-cms-collections-in-framer\nconst LIMIT=8;const OFFSET=0;const SCROLL_THRESHOLD=200;const PREVIOUS_CLASS=\"Previous\";const PREVIOUS_DISABLED_CLASS=\"Previous Disabled\";const NEXT_CLASS=\"Next\";const NEXT_DISABLED_CLASS=\"Next Disabled\";const PAGE_NUMBER_CLASS=\"Page Number\";const PAGE_NUMBER_ACTIVE_CLASS=\"Page Number Active\";const useStore=createStore({limit:LIMIT,offset:OFFSET,totalItems:null,currentPage:1});export const withCollectionList=Component=>{return props=>{const[store,setStore]=useStore();const[newProps,setNewProps]=useState(useState({...props,children:{...props.children,props:{...props.children.props,query:{...props.children.props.query,limit:{type:\"LiteralValue\",value:store.limit}}}}}));useEffect(()=>{if(store.totalItems===null){const queryTotalItems=document.querySelector(`.${props.className}none .${props.className}`).children.length;const newTotalItems=queryTotalItems-OFFSET;setStore({totalItems:Math.max(newTotalItems,0)});}},[props,store]);useLayoutEffect(()=>{setNewProps({...props,children:{...props.children,props:{...props.children.props,query:{...props.children.props.query,limit:{type:\"LiteralValue\",value:store.limit},offset:{type:\"LiteralValue\",value:store.offset}}}}});},[store.offset,store.limit,props]);return /*#__PURE__*/_jsxs(_Fragment,{children:[store.totalItems===null&&/*#__PURE__*/_jsx(\"div\",{className:`${props.className}none`,style:{display:\"none\"},children:/*#__PURE__*/_jsx(Component,{...props})}),/*#__PURE__*/_jsx(Component,{...newProps})]});};};export const withLoadMore=Component=>{return props=>{const[store,setStore]=useStore();useEffect(()=>{setStore({offset:OFFSET,totalItems:null,currentPage:1});},[]);return /*#__PURE__*/_jsx(_Fragment,{children:store.limit<store.totalItems&&/*#__PURE__*/_jsx(Component,{...props,onClick:()=>setStore({limit:store.limit+LIMIT})})});};};export const withInfiniteScroll=Component=>{return props=>{const[store,setStore]=useStore();useEffect(()=>{setStore({offset:OFFSET,totalItems:null,currentPage:1});},[]);useEffect(()=>{window.addEventListener(\"scroll\",handleScroll);return()=>{window.removeEventListener(\"scroll\",handleScroll);};},[store,store.limit,store.totalItems]);const handleScroll=()=>{if(store.totalItems&&store.limit<store.totalItems&&window.innerHeight+document.documentElement.scrollTop>=document.documentElement.offsetHeight-SCROLL_THRESHOLD){setStore({limit:store.limit+LIMIT});}};return /*#__PURE__*/_jsx(Component,{...props});};};export const withPrevious=Component=>{return props=>{const[store,setStore]=useStore();useEffect(()=>{setStore({totalItems:null,limit:LIMIT});},[]);const handlePreviousPage=()=>{if(store.currentPage>1){const newPage=store.currentPage-1;const newOffset=(newPage-1)*LIMIT;setStore({offset:newOffset,currentPage:newPage});window.scrollTo(0,0);}};return /*#__PURE__*/_jsx(Component,{...props,onClick:handlePreviousPage,variant:store.currentPage!==1?PREVIOUS_CLASS:PREVIOUS_DISABLED_CLASS});};};export const withNext=Component=>{return props=>{const[store,setStore]=useStore();useEffect(()=>{setStore({totalItems:null,limit:LIMIT});},[]);const handleNextPage=()=>{if(store.currentPage*LIMIT<store.totalItems){const newPage=store.currentPage+1;const newOffset=(newPage-1)*LIMIT;setStore({offset:newOffset,currentPage:newPage});window.scrollTo(0,0);}};return /*#__PURE__*/_jsx(Component,{...props,onClick:handleNextPage,variant:store.currentPage*LIMIT<store.totalItems?NEXT_CLASS:NEXT_DISABLED_CLASS});};};export const withCurrentPage=Component=>{return props=>{const[store,setStore]=useStore();useEffect(()=>{setStore({totalItems:null,limit:LIMIT});},[]);const[currentPage,setCurrentPage]=useState(()=>store.currentPage.toString());const[totalPages,setTotalPages]=useState(()=>Math.ceil(store.totalItems/LIMIT));useEffect(()=>{setCurrentPage(store.currentPage.toString());setTotalPages(Math.ceil(store.totalItems/LIMIT));},[store.currentPage,store.totalItems]);return /*#__PURE__*/_jsx(Component,{...props,page:`${currentPage}/${totalPages}`});};};export const withPageSelector=Component=>{return props=>{const[store,setStore]=useStore();const[pages,setPages]=useState([]);useEffect(()=>{setStore({totalItems:null,limit:LIMIT});},[]);useEffect(()=>{const generatePages=()=>{const totalPages=Math.ceil(store.totalItems/LIMIT);const newPages=Array.from({length:totalPages},(_,index)=>index+1);setPages(newPages);};generatePages();},[store.totalItems]);const handleNewPage=newPage=>{const newOffset=(newPage-1)*LIMIT;setStore({offset:newOffset,currentPage:newPage});window.scrollTo(0,0);};return /*#__PURE__*/_jsx(\"div\",{style:{display:\"flex\",flexDirection:\"row\"},children:pages.map((item,index)=>{return /*#__PURE__*/_jsx(Component,{...props,page:item.toString(),onClick:()=>handleNewPage(item),variant:store.currentPage===item?PAGE_NUMBER_ACTIVE_CLASS:PAGE_NUMBER_CLASS},index);})});};};export const withTablePagination=Component=>{return props=>{const[store,setStore]=useStore();const[pages,setPages]=useState([]);useEffect(()=>{setStore({totalItems:null,limit:LIMIT});},[]);useEffect(()=>{const generatePages=()=>{const totalPages=Math.ceil(store.totalItems/LIMIT);const adjacentPages=store.currentPage===1||store.currentPage===totalPages?2:1;const pages=[];for(let i=1;i<=totalPages;i++){const isWithinRange=i>=store.currentPage-adjacentPages&&i<=store.currentPage+adjacentPages;if(i===1||i===totalPages||isWithinRange){pages.push(i);}else if(i===store.currentPage-adjacentPages-1&&i!==1||i===store.currentPage+adjacentPages+1&&i!==totalPages){pages.push(\"...\");}}setPages(pages);};generatePages();},[store.totalItems,store.currentPage]);const handleNewPage=newPage=>{const newOffset=(newPage-1)*LIMIT;setStore({offset:newOffset,currentPage:newPage});window.scrollTo(0,0);};return /*#__PURE__*/_jsx(\"div\",{style:{display:\"flex\",flexDirection:\"row\"},children:pages.map((item,index,array)=>{const isEllipsis=item===\"...\";return /*#__PURE__*/_jsx(Component,{...props,page:item.toString(),onClick:()=>!isEllipsis&&handleNewPage(item),variant:store.currentPage===item||isEllipsis?PAGE_NUMBER_ACTIVE_CLASS:PAGE_NUMBER_CLASS},index);})});};};export const withClear=Component=>{return props=>{const[store,setStore]=useStore();const handleClick=()=>{setStore({offset:OFFSET,totalItems:null,currentPage:1,limit:LIMIT});};return /*#__PURE__*/_jsx(Component,{...props,onClick:handleClick});};};\nexport const __FramerMetadata__ = {\"exports\":{\"withCurrentPage\":{\"type\":\"reactHoc\",\"name\":\"withCurrentPage\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withPageSelector\":{\"type\":\"reactHoc\",\"name\":\"withPageSelector\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withCollectionList\":{\"type\":\"reactHoc\",\"name\":\"withCollectionList\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withTablePagination\":{\"type\":\"reactHoc\",\"name\":\"withTablePagination\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withLoadMore\":{\"type\":\"reactHoc\",\"name\":\"withLoadMore\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withPrevious\":{\"type\":\"reactHoc\",\"name\":\"withPrevious\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withNext\":{\"type\":\"reactHoc\",\"name\":\"withNext\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withInfiniteScroll\":{\"type\":\"reactHoc\",\"name\":\"withInfiniteScroll\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withClear\":{\"type\":\"reactHoc\",\"name\":\"withClear\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Examples_1.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,useIsInCurrentNavigationTarget}from\"framer\";import{isMotionValue,useInView}from\"framer-motion\";import{borderRadiusControl,defaultEvents,useIsBrowserSafari,useIsOnCanvas,useOnEnter,useOnExit,useRadius}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{memo,useCallback,useEffect,useMemo,useRef,useState}from\"react\";var ObjectFitType;(function(ObjectFitType){ObjectFitType[\"Fill\"]=\"fill\";ObjectFitType[\"Contain\"]=\"contain\";ObjectFitType[\"Cover\"]=\"cover\";ObjectFitType[\"None\"]=\"none\";ObjectFitType[\"ScaleDown\"]=\"scale-down\";})(ObjectFitType||(ObjectFitType={}));var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));// Reduce renders\nfunction getProps(props){const{width,height,topLeft,topRight,bottomRight,bottomLeft,id,children,...rest}=props;return rest;}/**\n * VIDEO\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 112\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export function Video(props){const newProps=getProps(props);return /*#__PURE__*/_jsx(VideoMemo,{...newProps});}function usePlaybackControls(videoRef){const isInCurrentNavigationTarget=useIsInCurrentNavigationTarget();const requestingPlay=useRef(false);const setProgress=useCallback(rawProgress=>{if(!videoRef.current)return;const newProgress=(rawProgress===1?.999:rawProgress)*videoRef.current.duration;const isAlreadySet=Math.abs(videoRef.current.currentTime-newProgress)<.1;if(videoRef.current.duration>0&&!isAlreadySet){videoRef.current.currentTime=newProgress;}},[]);const play=useCallback(()=>{const isPlaying=videoRef.current.currentTime>0&&videoRef.current.onplaying&&!videoRef.current.paused&&!videoRef.current.ended&&videoRef.current.readyState>videoRef.current.HAVE_CURRENT_DATA;if(!isPlaying&&videoRef.current&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;videoRef.current.play().catch(e=>{})// It's likely fine, swallow error\n.finally(()=>requestingPlay.current=false);}},[]);const pause=useCallback(()=>{if(!videoRef.current||requestingPlay.current)return;videoRef.current.pause();},[]);return{play,pause,setProgress};}function useAutoplayBehavior({playingProp,muted,loop,playsinline,controls}){const[initialPlayingProp]=useState(()=>playingProp);const[hasPlayingPropChanged,setHasPlayingPropChanged]=useState(false);if(playingProp!==initialPlayingProp&&!hasPlayingPropChanged){setHasPlayingPropChanged(true);}const behavesAsGif=// passing `playing === true` on mount indicates that the video should\n// autoplay, like a GIF\ninitialPlayingProp&&muted&&loop&&playsinline&&!controls&&// Some users of the <Video> component use it by wrapping it with\n// another smart component and adding their own controls on top. (The\n// controls use transitions to control the video: e.g., when clicking\n// the play button, the smart component will transition to a state with\n// <Video playing={true} />.) In this case, we don't want the video to\n// behave as a gif, as it will be weird if the video suddenly started\n// acting as such (and auto-pausing when leaving the viewport) as soon\n// as the site visitor mutes it and clicks \u201CPlay\u201D.\n!hasPlayingPropChanged;let autoplay;if(behavesAsGif)autoplay=\"on-viewport\";else if(initialPlayingProp)autoplay=\"on-mount\";else autoplay=\"no-autoplay\";return autoplay;}/**\n * The Video component has some effects that sync the video element with props\n * like `startTime`, `progress`, etc. React calls these effects whenever these\n * props change. However, it also calls them on the first mount, and this is\n * troublesome \u2013 if we\u2019re doing SSR, and the user changed the video state before\n * the video was hydrated, the initial `useEffect` call will reset the video\n * state. To avoid this, we use this flag.\n */let isMountedAndReadyForProgressChanges=false;const VideoMemo=/*#__PURE__*/memo(function VideoInner(props){const{srcType,srcFile,srcUrl,playing:playingProp,muted,playsinline,controls,progress,objectFit,backgroundColor,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,poster,posterEnabled,startTime:startTimeProp,volume,loop}=props;const videoRef=useRef();const isSafari=useIsBrowserSafari();const wasPausedOnLeave=useRef(null);const wasEndedOnLeave=useRef(null);const isOnCanvas=useIsOnCanvas();const borderRadius=useRadius(props);// Hard-coding `autoplayBehavior` and `isInViewport` when on canvas as a\n// tiny perf optimization. isOnCanvas won\u2019t change through the lifecycle of\n// the component, so using these hooks conditionally should be safe\nconst autoplayBehavior=isOnCanvas?\"no-autoplay\":useAutoplayBehavior({playingProp,muted,loop,playsinline,controls});const isInViewport=isOnCanvas?true:useInView(videoRef);// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const{play,pause,setProgress}=usePlaybackControls(videoRef);// Pause/play via props\nuseEffect(()=>{if(isOnCanvas)return;if(playingProp)play();else pause();},[playingProp]);// Pause/play via viewport\nuseEffect(()=>{if(isOnCanvas)return;if(autoplayBehavior!==\"on-viewport\")return;if(isInViewport)play();else pause();},[autoplayBehavior,isInViewport]);// Allow scrubbling via progress prop\n// 1) Handle cases when the progress prop itself changes\nuseEffect(()=>{if(!isMountedAndReadyForProgressChanges){isMountedAndReadyForProgressChanges=true;return;}const rawProgressValue=isMotionValue(progress)?progress.get():(progress!==null&&progress!==void 0?progress:0)*.01;setProgress(// When the progress value exists (e.g. <Video startTime={10}\n// progress={50} />), we respect the `progress` value over\n// `startTime`, even if `startTime` changes. That\u2019s because\n// `startTime` == start == changing it shouldn\u2019t affect the current\n// progress\n(rawProgressValue!==null&&rawProgressValue!==void 0?rawProgressValue:0)||// Then why fall back to `startTime` when `progress` doesn\u2019t exist,\n// you might ask? Now, that\u2019s for\n// - canvas UX: we want the video progress to change when the user\n//   is scrobbling the \u201CStart Time\u201D in component settings.\n// - backwards compatibility: maybe some users *are* scrobbling\n//   using `startTime` instead of `progress`? We don\u2019t know, and it\n//   always supported it, so let\u2019s not break it\n(startTime!==null&&startTime!==void 0?startTime:0)/100);},[startTime,srcFile,srcUrl,progress]);// 2) Handle cases when the motion value inside the progress prop changes\nuseEffect(()=>{if(!isMotionValue(progress))return;return progress.on(\"change\",value=>setProgress(value));},[progress]);// (Prototyping) Checking if we need to play on navigation enter\nuseOnEnter(()=>{if(wasPausedOnLeave.current===null)return;if(videoRef.current){// if (restartOnEnter) setProgress(0)\nif(!wasEndedOnLeave&&loop||!wasPausedOnLeave.current)play();}});// (Prototyping) Pausing & saving playing state on navigation exit\nuseOnExit(()=>{if(videoRef.current){wasEndedOnLeave.current=videoRef.current.ended;wasPausedOnLeave.current=videoRef.current.paused;pause();}});const src=useMemo(()=>{let fragment=\"\";// if (\n//     startTime > 0 &&\n//     videoRef.current &&\n//     !isNaN(videoRef.current.duration) &&\n//     !isOnCanvas\n// ) {\n//     console.log(startTime, videoRef.current.duration)\n//     fragment = `#t=${startTime * videoRef.current.duration}`\n// }\nif(srcType===\"URL\")return srcUrl+fragment;if(srcType===\"Upload\")return srcFile+fragment;},[srcType,srcFile,srcUrl,startTime]);// Autoplay via JS to work in Safari\nuseEffect(()=>{if(isSafari&&videoRef.current&&autoplayBehavior===\"on-mount\"){setTimeout(()=>play(),50);}},[]);// Volume Control\nuseEffect(()=>{if(videoRef.current&&!muted)videoRef.current.volume=(volume!==null&&volume!==void 0?volume:0)/100;},[volume]);// When video is ready, set start-time, then autoplay if needed\nconst handleReady=()=>{if(!videoRef.current)return;if(videoRef.current.currentTime<.3)setProgress((startTime!==null&&startTime!==void 0?startTime:0)*.01);if(autoplayBehavior===\"on-mount\")play();};return /*#__PURE__*/_jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>onSeeked===null||onSeeked===void 0?void 0:onSeeked(e),onPause:e=>onPause===null||onPause===void 0?void 0:onPause(e),onPlay:e=>onPlay===null||onPlay===void 0?void 0:onPlay(e),onEnded:e=>onEnd===null||onEnd===void 0?void 0:onEnd(e),autoPlay:autoplayBehavior===\"on-mount\",preload:autoplayBehavior!==\"on-mount\"&&posterEnabled?\"metadata\":\"auto\",poster:posterEnabled?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isOnCanvas?true:muted,playsInline:playsinline,style:{cursor:!!onClick?\"pointer\":\"auto\",width:\"100%\",height:\"100%\",borderRadius,display:\"block\",objectFit:objectFit,backgroundColor:backgroundColor,objectPosition:\"50% 50%\"}});});Video.displayName=\"Video\";Video.defaultProps={srcType:\"URL\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",srcFile:\"\",posterEnabled:false,controls:false,playing:true,loop:true,muted:true,playsinline:true,restartOnEnter:false,objectFit:\"cover\",backgroundColor:\"rgba(0,0,0,0)\",radius:0,volume:25,startTime:0};const groupsRegex=/[A-Z]{2,}|[A-Z][a-z]+|[a-z]+|[A-Z]|\\d+/gu;function capitalizeFirstLetter(value){return value.charAt(0).toUpperCase()+value.slice(1);}export function titleCase(value){const groups=value.match(groupsRegex)||[];return groups.map(capitalizeFirstLetter).join(\" \");}const objectFitOptions=[\"cover\",\"fill\",\"contain\",\"scale-down\",\"none\"];addPropertyControls(Video,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[\"URL\",\"Upload\"]},srcUrl:{type:ControlType.String,title:\"URL\",placeholder:\"../example.mp4\",hidden(props){return props.srcType===\"Upload\";},description:\"Hosted video file URL. For YouTube, use the YouTube component.\"},srcFile:{type:ControlType.File,title:\"File\",allowedFileTypes:[\"mp4\",\"webm\"],hidden(props){return props.srcType===\"URL\";}},playing:{type:ControlType.Boolean,title:\"Playing\",enabledTitle:\"Yes\",disabledTitle:\"No\"},posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\"},poster:{type:ControlType.Image,title:\" \",hidden:({posterEnabled})=>!posterEnabled},backgroundColor:{type:ControlType.Color,title:\"Background\"},...borderRadiusControl,startTime:{title:\"Start Time\",type:ControlType.Number,min:0,max:100,step:.1,unit:\"%\"},loop:{type:ControlType.Boolean,title:\"Loop\",enabledTitle:\"Yes\",disabledTitle:\"No\"},objectFit:{type:ControlType.Enum,title:\"Fit\",options:objectFitOptions,optionTitles:objectFitOptions.map(titleCase)},// restartOnEnter: {\n//     type: ControlType.Boolean,\n//     title: \"On ReEnter\",\n//     enabledTitle: \"Restart\",\n//     disabledTitle: \"Resume\",\n// },\ncontrols:{type:ControlType.Boolean,title:\"Controls\",enabledTitle:\"Show\",disabledTitle:\"Hide\"},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted},onEnd:{type:ControlType.EventHandler},onSeeked:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onPlay:{type:ControlType.EventHandler},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerIntrinsicHeight\":\"112\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"200\"}},\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useEffect,useState}from\"react\";import{addPropertyControls,ControlType}from\"framer\";export default function ProgressAnimation(props){const{backgroundColor,progressColor,file}=props;const[width,setWidth]=useState(0);const[duration,setDuration]=useState(0);useEffect(()=>{// Obtener la duraci\u00F3n del archivo .mp4\nif(file){const video=document.createElement(\"video\");video.src=file;video.addEventListener(\"loadedmetadata\",()=>{setDuration(video.duration*1e3)// Convertir a milisegundos\n;});}},[file]);useEffect(()=>{// Actualizar la barra de progreso\nconst interval=setInterval(()=>{setWidth(prevWidth=>prevWidth>=100?0:prevWidth+100/(duration/100));},100);return()=>clearInterval(interval);},[duration]);const styles={container:{width:\"100%\",height:\"100%\",position:\"relative\",overflow:\"hidden\"},background:{position:\"absolute\",top:0,left:0,width:\"100%\",height:\"100%\",background:backgroundColor},progress:{position:\"absolute\",top:0,left:0,height:\"100%\",width:`${width}%`,background:progressColor}};return /*#__PURE__*/_jsxs(\"div\",{style:styles.container,children:[/*#__PURE__*/_jsx(\"div\",{style:styles.background}),/*#__PURE__*/_jsx(\"div\",{style:styles.progress})]});}addPropertyControls(ProgressAnimation,{backgroundColor:{title:\"Background Color\",type:ControlType.Color,defaultValue:\"rgba(0, 0, 0, 0.12)\"},progressColor:{title:\"Progress Color\",type:ControlType.Color,defaultValue:\"black\"},file:{title:\"Video File\",type:ControlType.File,allowedFileTypes:[\"mp4\"]}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"ProgressAnimation\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ProgressAnimation_5.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import{addPropertyControls,ControlType}from\"framer\";// Learn more: https://www.framer.com/docs/guides/overrides/\n// By Vinaykumar C (www.linkedin.com/in/vinay-sc)\nexport default function Download(props){const{title,tint,style,file,downloadFileName}=props;const downloadFile=()=>{fetch(file).then(response=>response.blob()).then(blob=>{const url=window.URL.createObjectURL(blob);const link=document.createElement(\"a\");link.href=url;link.download=downloadFileName||getFileNameFromUrl(file)||\"download\";document.body.appendChild(link);link.click();document.body.removeChild(link);window.URL.revokeObjectURL(url);}).catch(error=>{console.error(\"Error downloading the file:\",error);});};return /*#__PURE__*/_jsx(motion.div,{style:{...style,...containerStyle},children:/*#__PURE__*/_jsx(motion.div,{onTap:downloadFile,style:{margin:0,padding:4,borderRadius:4,backgroundColor:tint,color:\"#161616\",fontSize:\"10px\",fontWeight:\"bold\",width:\"100%\",height:\"100%\",cursor:\"pointer\"},whileHover:{backgroundColor:\"#C6C6C6\"},children:title})});}Download.defaultProps={tint:\"#F2F2F2\",title:\"Download\",downloadFileName:\"\"};addPropertyControls(Download,{tint:{title:\"Tint\",type:ControlType.Color},title:{title:\"Label\",type:ControlType.String},file:{title:\"File\",type:ControlType.File,allowedFileTypes:[]},downloadFileName:{title:\"Download File Name\",type:ControlType.String,defaultValue:\"\"}});const containerStyle={display:\"flex\",justifyContent:\"center\",alignItems:\"center\",overflow:\"hidden\"};function getFileNameFromUrl(url){const decodedUrl=decodeURIComponent(url);const parts=decodedUrl.split(\"/\");return parts[parts.length-1];}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Download\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Download_Code.map", "// Generated by Framer (f082bd6)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"ObyYzCAxg\",\"GtuoANLe7\",\"FOEloecqP\",\"Mgp9JHaC5\",\"KSqK1hVZj\",\"MQC9d9LbD\",\"TK0qaY_Ul\",\"Vfpt9kcoI\",\"DYfYQZgiw\",\"s9f9mO95V\",\"jwWw6ctyk\",\"NoNn2xlV0\",\"z4CNaExn1\",\"h7A4cO0Tf\",\"YidpSN8pY\",\"eA0jnu6bW\",\"uwVS4dvAl\",\"DETc98wNR\",\"J1y45L3Sl\",\"RtfOY03uR\",\"t9jc71srm\",\"vMIleID92\",\"emE4UU9A9\",\"N1glmyYuE\",\"Q_wgZ59i8\",\"huX_m4n8A\",\"J2YhE3tWd\",\"WYIP7Tyih\",\"VZzKgJ1KB\",\"b_P32Ix46\",\"O2Jy5dXpq\",\"DZQNNBWZL\",\"ZlX9FUgP_\",\"OAXDkzXfo\",\"iD18Ks2el\",\"BD7pc3l1h\",\"ot2_b5F6b\",\"a_U0dAW1W\",\"xxwoQcgBy\",\"gbP32nkwd\",\"MaSmjZ6wj\",\"GKMrpo8cv\",\"dwTuyitNL\",\"kH6szZatG\",\"bRvGCcy8G\",\"x9TBRNbGv\",\"XbRt85G85\",\"rOACDIEoW\",\"E5tcYwSq_\",\"jE9WkqHWX\",\"lgKU_4gMN\",\"RvzDk6lwg\",\"nn78DLuk7\",\"kDsMyYSS3\",\"AEQQfOe5M\",\"dJRdyDX4Y\",\"OwKgr66A8\",\"RnLGrcFsb\",\"sRd538yKO\",\"w42rlOjvL\",\"M36ndf83z\",\"cMqzGA6aK\",\"XlEIRDjDs\",\"zloBQLQHn\",\"PPLdSpkX9\",\"OZRE9sImg\",\"braiMQZju\",\"fPD97pdcz\",\"lITwEhLWv\",\"niAoBwSkN\",\"VxMwBPsHF\",\"ZWYYRXerx\",\"Ddb4zhO5g\",\"XjUttuzbu\",\"tU9Gr3FtJ\",\"r4Q1zMcio\",\"uJP4zbkff\",\"NUKrAa8ly\",\"dvJDOD_Df\",\"y8_ZSWOUh\",\"byepXb_94\",\"Xpe_iioFd\",\"WnEUTKDiU\",\"pmtk5R9Cr\",\"FuDFXIbaT\",\"YL7KeJKMU\",\"U06_L36w7\",\"e5DHZ0ppV\",\"SFjmxcTli\",\"phK8aB6Eh\",\"DFEuKhNPq\",\"av_VsNZim\",\"dO0SNiFdF\",\"ypYFNtqo7\",\"os75a90lr\",\"BHarK0aNq\",\"Na941xtDH\",\"XiKru7hSX\",\"kwwFRUjw9\",\"uMdfDx1fs\",\"nJCEir8tO\",\"fdKtCPPCs\",\"ruD63HYix\",\"cQsolyILZ\",\"koF1ql1JM\",\"aOMxk8hoq\"];const serializationHash=\"framer-pkP9p\";const variantClassNames={a_U0dAW1W:\"framer-v-w5djfr\",AEQQfOe5M:\"framer-v-8fgnob\",aOMxk8hoq:\"framer-v-2ebmq7\",av_VsNZim:\"framer-v-mj4kzu\",b_P32Ix46:\"framer-v-b3nkdx\",BD7pc3l1h:\"framer-v-1ymigt7\",BHarK0aNq:\"framer-v-1dud5b0\",braiMQZju:\"framer-v-hhoc4v\",bRvGCcy8G:\"framer-v-ilj0t0\",byepXb_94:\"framer-v-wmgcg\",cMqzGA6aK:\"framer-v-y6dhzi\",cQsolyILZ:\"framer-v-19p24d8\",Ddb4zhO5g:\"framer-v-1b4yzwr\",DETc98wNR:\"framer-v-twnjd\",DFEuKhNPq:\"framer-v-1e8dph1\",dJRdyDX4Y:\"framer-v-6hj252\",dO0SNiFdF:\"framer-v-3gbpst\",dvJDOD_Df:\"framer-v-18czlhy\",dwTuyitNL:\"framer-v-6pako\",DYfYQZgiw:\"framer-v-17dpzzn\",DZQNNBWZL:\"framer-v-1dxnp34\",e5DHZ0ppV:\"framer-v-1bt7uso\",E5tcYwSq_:\"framer-v-e32gpd\",eA0jnu6bW:\"framer-v-llvnzc\",emE4UU9A9:\"framer-v-2ym4ga\",fdKtCPPCs:\"framer-v-ypv170\",FOEloecqP:\"framer-v-ae6sf9\",fPD97pdcz:\"framer-v-wfrgvk\",FuDFXIbaT:\"framer-v-1tgbbek\",gbP32nkwd:\"framer-v-1x8f2np\",GKMrpo8cv:\"framer-v-1ihxmi4\",GtuoANLe7:\"framer-v-p3umpp\",h7A4cO0Tf:\"framer-v-7s19oq\",huX_m4n8A:\"framer-v-1u0i2yx\",iD18Ks2el:\"framer-v-14qfp5m\",J1y45L3Sl:\"framer-v-1bts14e\",J2YhE3tWd:\"framer-v-ykv1nd\",jE9WkqHWX:\"framer-v-rqjeqy\",jwWw6ctyk:\"framer-v-vi6yof\",kDsMyYSS3:\"framer-v-aa24uq\",kH6szZatG:\"framer-v-1i1zjpd\",koF1ql1JM:\"framer-v-14g4c7n\",KSqK1hVZj:\"framer-v-1bv30op\",kwwFRUjw9:\"framer-v-m350pj\",lgKU_4gMN:\"framer-v-11y259k\",lITwEhLWv:\"framer-v-9m5jjz\",M36ndf83z:\"framer-v-z0hk95\",MaSmjZ6wj:\"framer-v-m7anuq\",Mgp9JHaC5:\"framer-v-12g7ym3\",MQC9d9LbD:\"framer-v-3gm7v\",N1glmyYuE:\"framer-v-1ajdepl\",Na941xtDH:\"framer-v-h6wcnx\",niAoBwSkN:\"framer-v-1sspq13\",nJCEir8tO:\"framer-v-1ux5fby\",nn78DLuk7:\"framer-v-1068cvc\",NoNn2xlV0:\"framer-v-1wssfai\",NUKrAa8ly:\"framer-v-1inqe4q\",O2Jy5dXpq:\"framer-v-1867bav\",OAXDkzXfo:\"framer-v-68yh19\",ObyYzCAxg:\"framer-v-1nw7snq\",os75a90lr:\"framer-v-10hlfnj\",ot2_b5F6b:\"framer-v-5ydh4k\",OwKgr66A8:\"framer-v-nwosv8\",OZRE9sImg:\"framer-v-vd21zy\",phK8aB6Eh:\"framer-v-iqsf76\",pmtk5R9Cr:\"framer-v-kpntnx\",PPLdSpkX9:\"framer-v-1n11m6p\",Q_wgZ59i8:\"framer-v-izqcem\",r4Q1zMcio:\"framer-v-1dro3ss\",RnLGrcFsb:\"framer-v-8rf7ws\",rOACDIEoW:\"framer-v-11veafu\",RtfOY03uR:\"framer-v-1v557bm\",ruD63HYix:\"framer-v-1vxum2r\",RvzDk6lwg:\"framer-v-1gl2x19\",s9f9mO95V:\"framer-v-14i41e3\",SFjmxcTli:\"framer-v-dabbdi\",sRd538yKO:\"framer-v-lugzp8\",t9jc71srm:\"framer-v-lrkyqn\",TK0qaY_Ul:\"framer-v-boribr\",tU9Gr3FtJ:\"framer-v-zcsrmo\",U06_L36w7:\"framer-v-5s4kd6\",uJP4zbkff:\"framer-v-1jccfun\",uMdfDx1fs:\"framer-v-1l903a2\",uwVS4dvAl:\"framer-v-xhpnr6\",Vfpt9kcoI:\"framer-v-f6llbq\",vMIleID92:\"framer-v-1ea7c4x\",VxMwBPsHF:\"framer-v-1k18udx\",VZzKgJ1KB:\"framer-v-1qmcufg\",w42rlOjvL:\"framer-v-1whb6rl\",WnEUTKDiU:\"framer-v-zhyi46\",WYIP7Tyih:\"framer-v-5tle81\",x9TBRNbGv:\"framer-v-wg9pru\",XbRt85G85:\"framer-v-j9dket\",XiKru7hSX:\"framer-v-1iz1ukw\",XjUttuzbu:\"framer-v-qodtl5\",XlEIRDjDs:\"framer-v-9dn8rv\",Xpe_iioFd:\"framer-v-1dr99m6\",xxwoQcgBy:\"framer-v-1khll9r\",y8_ZSWOUh:\"framer-v-yrgfqg\",YidpSN8pY:\"framer-v-4vbi59\",YL7KeJKMU:\"framer-v-s94yt0\",ypYFNtqo7:\"framer-v-qcbxo\",z4CNaExn1:\"framer-v-1mr6ffq\",zloBQLQHn:\"framer-v-1s2kx58\",ZlX9FUgP_:\"framer-v-alfwqa\",ZWYYRXerx:\"framer-v-uagmou\"};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 Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"12 Storeez\":\"GtuoANLe7\",\"Acne Studios\":\"FOEloecqP\",\"Amina Muaddi\":\"MQC9d9LbD\",\"And Other Stories\":\"TK0qaY_Ul\",\"Another Aspect\":\"Vfpt9kcoI\",\"Armed Angels\":\"jwWw6ctyk\",\"Axel Arigato\":\"h7A4cO0Tf\",\"Bimba y Lola\":\"DETc98wNR\",\"Bobo Choses\":\"J1y45L3Sl\",\"Calvin Klein\":\"N1glmyYuE\",\"Canada Goose\":\"huX_m4n8A\",\"Cold Culture\":\"O2Jy5dXpq\",\"Colorful Standard\":\"DZQNNBWZL\",\"Dr. Martens\":\"gbP32nkwd\",\"Edmmond Studios\":\"b_P32Ix46\",\"Eme Studios\":\"MaSmjZ6wj\",\"Fake Gods\":\"dwTuyitNL\",\"Family First Milano\":\"kH6szZatG\",\"Jaded London\":\"nn78DLuk7\",\"Jimmy Choo\":\"AEQQfOe5M\",\"Joseph Fashion\":\"dJRdyDX4Y\",\"Levi's\":\"w42rlOjvL\",\"Loro Piana\":\"cMqzGA6aK\",\"Luisa Via Roma\":\"XlEIRDjDs\",\"Magda Butrym\":\"zloBQLQHn\",\"Maison Kitsune\u0301\":\"PPLdSpkX9\",\"Marc o polo\":\"braiMQZju\",\"Massimo Dutti\":\"fPD97pdcz\",\"Minimalism Brand\":\"niAoBwSkN\",\"Miu Miu\":\"VxMwBPsHF\",\"New Balance\":\"XjUttuzbu\",\"Nude Project\":\"r4Q1zMcio\",\"Oas Company\":\"uJP4zbkff\",\"Off-White\":\"dvJDOD_Df\",\"Organic Basics\":\"byepXb_94\",\"Pull & Bear\":\"YL7KeJKMU\",\"Studio Nicholson\":\"av_VsNZim\",\"The Campamento\":\"BHarK0aNq\",\"The North Face\":\"Na941xtDH\",\"Thinking Mu\":\"XiKru7hSX\",\"Tommy Hilfiger\":\"kwwFRUjw9\",\"Two Jeys\":\"nJCEir8tO\",\"Victoria Beckham\":\"ruD63HYix\",\"We are not friends\":\"cQsolyILZ\",Alohas:\"Mgp9JHaC5\",Ami:\"KSqK1hVZj\",APC:\"DYfYQZgiw\",Arket:\"ObyYzCAxg\",Asket:\"NoNn2xlV0\",Aspesi:\"s9f9mO95V\",Asphaltgold:\"z4CNaExn1\",Bareen:\"YidpSN8pY\",Berluti:\"eA0jnu6bW\",Bershka:\"uwVS4dvAl\",Boboli:\"RtfOY03uR\",Boss:\"t9jc71srm\",Bound:\"vMIleID92\",Burberry:\"emE4UU9A9\",Camper:\"Q_wgZ59i8\",Carhartt:\"J2YhE3tWd\",Carrer:\"WYIP7Tyih\",CDLP:\"VZzKgJ1KB\",Converse:\"ZlX9FUgP_\",Coperni:\"OAXDkzXfo\",Cordera:\"iD18Ks2el\",Cos:\"BD7pc3l1h\",Courreges:\"ot2_b5F6b\",Dickies:\"a_U0dAW1W\",Diesel:\"xxwoQcgBy\",Etro:\"GKMrpo8cv\",Ferragamo:\"bRvGCcy8G\",Ganni:\"x9TBRNbGv\",Gant:\"XbRt85G85\",Givenchy:\"rOACDIEoW\",Hermes:\"E5tcYwSq_\",Hoka:\"jE9WkqHWX\",Holzweiler:\"lgKU_4gMN\",Hugo:\"RvzDk6lwg\",Jacquemus:\"kDsMyYSS3\",Kenzo:\"OwKgr66A8\",Lacoste:\"RnLGrcFsb\",LDB:\"sRd538yKO\",Loewe:\"M36ndf83z\",Mango:\"OZRE9sImg\",Meller:\"lITwEhLWv\",Mnml:\"ZWYYRXerx\",Nanushka:\"Ddb4zhO5g\",Nike:\"tU9Gr3FtJ\",OBS:\"NUKrAa8ly\",On:\"y8_ZSWOUh\",Parel:\"Xpe_iioFd\",Polene:\"WnEUTKDiU\",Pompeii:\"pmtk5R9Cr\",Prada:\"FuDFXIbaT\",Puma:\"U06_L36w7\",Rains:\"e5DHZ0ppV\",Salomon:\"SFjmxcTli\",Sandro:\"phK8aB6Eh\",Scuffers:\"DFEuKhNPq\",Suitsupply:\"dO0SNiFdF\",Sunnei:\"ypYFNtqo7\",Tekla:\"os75a90lr\",Tous:\"uMdfDx1fs\",Vibram:\"fdKtCPPCs\",Zalando:\"koF1ql1JM\",Zegna:\"aOMxk8hoq\"};const getProps=({height,id,tap,width,...props})=>{return{...props,mBs7h59hK:tap??props.mBs7h59hK,variant:humanReadableVariantMap[props.variant]??props.variant??\"ObyYzCAxg\"};};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,mBs7h59hK,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ObyYzCAxg\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap5qur1c=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(mBs7h59hK){const res=await mBs7h59hK(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);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__*/_jsx(Image,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\",intrinsicHeight:225,intrinsicWidth:225,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:225,pixelWidth:225,src:\"https://framerusercontent.com/images/CUh7XAZXdMCPltrdbu4yCubRFR0.png\"},className:cx(scopingClassNames,\"framer-1nw7snq\",className,classNames),\"data-framer-name\":\"Arket\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"ObyYzCAxg\",onTap:onTap5qur1c,ref:ref??ref1,style:{borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\",...style},...addPropertyOverrides({a_U0dAW1W:{\"data-framer-name\":\"Dickies\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/veiJDtqjtoZRmgkp3vJSOmRVOQ.jpg\",srcSet:\"https://framerusercontent.com/images/veiJDtqjtoZRmgkp3vJSOmRVOQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/veiJDtqjtoZRmgkp3vJSOmRVOQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/veiJDtqjtoZRmgkp3vJSOmRVOQ.jpg 2000w\"}},AEQQfOe5M:{\"data-framer-name\":\"Jimmy Choo\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/Cayf4GyNBk6lk2W3DIQutIS3c3Y.jpg\",srcSet:\"https://framerusercontent.com/images/Cayf4GyNBk6lk2W3DIQutIS3c3Y.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Cayf4GyNBk6lk2W3DIQutIS3c3Y.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Cayf4GyNBk6lk2W3DIQutIS3c3Y.jpg 2000w\"}},aOMxk8hoq:{\"data-framer-name\":\"Zegna\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/Z2bOwmKsFSd9BJpRL0iv2NfU18.jpg\",srcSet:\"https://framerusercontent.com/images/Z2bOwmKsFSd9BJpRL0iv2NfU18.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Z2bOwmKsFSd9BJpRL0iv2NfU18.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Z2bOwmKsFSd9BJpRL0iv2NfU18.jpg 2000w\"}},av_VsNZim:{\"data-framer-name\":\"Studio Nicholson\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/B7ssJ4eN8yF7oi7mNCRsh5dVw.jpg\",srcSet:\"https://framerusercontent.com/images/B7ssJ4eN8yF7oi7mNCRsh5dVw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/B7ssJ4eN8yF7oi7mNCRsh5dVw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/B7ssJ4eN8yF7oi7mNCRsh5dVw.jpg 2000w\"}},b_P32Ix46:{\"data-framer-name\":\"Edmmond Studios\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/XAH09XsHkOtEz43gqE4MdKjOIxk.jpg\",srcSet:\"https://framerusercontent.com/images/XAH09XsHkOtEz43gqE4MdKjOIxk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/XAH09XsHkOtEz43gqE4MdKjOIxk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/XAH09XsHkOtEz43gqE4MdKjOIxk.jpg 2000w\"}},BD7pc3l1h:{\"data-framer-name\":\"Cos\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/H0WJFPNeUtwA7rs9x91GDTDG9o.jpg\",srcSet:\"https://framerusercontent.com/images/H0WJFPNeUtwA7rs9x91GDTDG9o.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/H0WJFPNeUtwA7rs9x91GDTDG9o.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/H0WJFPNeUtwA7rs9x91GDTDG9o.jpg 2000w\"}},BHarK0aNq:{\"data-framer-name\":\"The Campamento\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/bpjBPysoSqNoctMC2ODtuwdmw3w.jpg\",srcSet:\"https://framerusercontent.com/images/bpjBPysoSqNoctMC2ODtuwdmw3w.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/bpjBPysoSqNoctMC2ODtuwdmw3w.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/bpjBPysoSqNoctMC2ODtuwdmw3w.jpg 2000w\"}},braiMQZju:{\"data-framer-name\":\"Marc o polo\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/YsVMdcJund7CDwVUPJUbKl87bI.jpg\",srcSet:\"https://framerusercontent.com/images/YsVMdcJund7CDwVUPJUbKl87bI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/YsVMdcJund7CDwVUPJUbKl87bI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/YsVMdcJund7CDwVUPJUbKl87bI.jpg 2000w\"}},bRvGCcy8G:{\"data-framer-name\":\"Ferragamo\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/KetrV9G9pEEyZs79uwoNqoxSuE.jpg\",srcSet:\"https://framerusercontent.com/images/KetrV9G9pEEyZs79uwoNqoxSuE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/KetrV9G9pEEyZs79uwoNqoxSuE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/KetrV9G9pEEyZs79uwoNqoxSuE.jpg 2000w\"}},byepXb_94:{\"data-framer-name\":\"Organic Basics\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/wZLBpkW6py79uhv1fgJI44M.jpg\",srcSet:\"https://framerusercontent.com/images/wZLBpkW6py79uhv1fgJI44M.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/wZLBpkW6py79uhv1fgJI44M.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/wZLBpkW6py79uhv1fgJI44M.jpg 2000w\"}},cMqzGA6aK:{\"data-framer-name\":\"Loro Piana\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/gqjE7ylSIExlC4bQOMB0Omuk0.jpg\",srcSet:\"https://framerusercontent.com/images/gqjE7ylSIExlC4bQOMB0Omuk0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/gqjE7ylSIExlC4bQOMB0Omuk0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/gqjE7ylSIExlC4bQOMB0Omuk0.jpg 2000w\"}},cQsolyILZ:{\"data-framer-name\":\"We are not friends\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/Mk54raNwTuK2GfVQ11ibqGOyog.jpg\",srcSet:\"https://framerusercontent.com/images/Mk54raNwTuK2GfVQ11ibqGOyog.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Mk54raNwTuK2GfVQ11ibqGOyog.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Mk54raNwTuK2GfVQ11ibqGOyog.jpg 2000w\"}},Ddb4zhO5g:{\"data-framer-name\":\"Nanushka\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/OpWvXJIQIcRwFgZKKH6YR16V7Ok.jpg\",srcSet:\"https://framerusercontent.com/images/OpWvXJIQIcRwFgZKKH6YR16V7Ok.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/OpWvXJIQIcRwFgZKKH6YR16V7Ok.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/OpWvXJIQIcRwFgZKKH6YR16V7Ok.jpg 2000w\"}},DETc98wNR:{\"data-framer-name\":\"Bimba y Lola\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/LryDOopdeXSxUEGE8fOGz56eoGM.jpg\",srcSet:\"https://framerusercontent.com/images/LryDOopdeXSxUEGE8fOGz56eoGM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/LryDOopdeXSxUEGE8fOGz56eoGM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/LryDOopdeXSxUEGE8fOGz56eoGM.jpg 2000w\"}},DFEuKhNPq:{\"data-framer-name\":\"Scuffers\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/C0skVhpTdVZMF4MTmQF9MIJWXTM.jpg\",srcSet:\"https://framerusercontent.com/images/C0skVhpTdVZMF4MTmQF9MIJWXTM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/C0skVhpTdVZMF4MTmQF9MIJWXTM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/C0skVhpTdVZMF4MTmQF9MIJWXTM.jpg 2000w\"}},dJRdyDX4Y:{\"data-framer-name\":\"Joseph Fashion\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/CgkfEYmQa6aidalzHxWFLkBRPY.jpg\",srcSet:\"https://framerusercontent.com/images/CgkfEYmQa6aidalzHxWFLkBRPY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/CgkfEYmQa6aidalzHxWFLkBRPY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/CgkfEYmQa6aidalzHxWFLkBRPY.jpg 2000w\"}},dO0SNiFdF:{\"data-framer-name\":\"Suitsupply\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/k5BZTMrjGQiRnxZXKSCkhJxvs.jpg\",srcSet:\"https://framerusercontent.com/images/k5BZTMrjGQiRnxZXKSCkhJxvs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/k5BZTMrjGQiRnxZXKSCkhJxvs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/k5BZTMrjGQiRnxZXKSCkhJxvs.jpg 2000w\"}},dvJDOD_Df:{\"data-framer-name\":\"Off-White\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/4JowErHyGXzA3neXTx7XkNhZRyQ.jpg\",srcSet:\"https://framerusercontent.com/images/4JowErHyGXzA3neXTx7XkNhZRyQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/4JowErHyGXzA3neXTx7XkNhZRyQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/4JowErHyGXzA3neXTx7XkNhZRyQ.jpg 2000w\"}},dwTuyitNL:{\"data-framer-name\":\"Fake Gods\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/4ccaXFAdfC9hSuO3yOpDxujcOxU.jpg\",srcSet:\"https://framerusercontent.com/images/4ccaXFAdfC9hSuO3yOpDxujcOxU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/4ccaXFAdfC9hSuO3yOpDxujcOxU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/4ccaXFAdfC9hSuO3yOpDxujcOxU.jpg 2000w\"}},DYfYQZgiw:{\"data-framer-name\":\"APC\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:225,intrinsicWidth:225,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/fsPiY8Njox44IAVBvGZjCHIjIUI.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/fsPiY8Njox44IAVBvGZjCHIjIUI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/fsPiY8Njox44IAVBvGZjCHIjIUI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/fsPiY8Njox44IAVBvGZjCHIjIUI.jpg 2000w\"}},DZQNNBWZL:{\"data-framer-name\":\"Colorful Standard\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/by2zLblKFGvmmGNWeVlt53PpU.jpg\",srcSet:\"https://framerusercontent.com/images/by2zLblKFGvmmGNWeVlt53PpU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/by2zLblKFGvmmGNWeVlt53PpU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/by2zLblKFGvmmGNWeVlt53PpU.jpg 2000w\"}},e5DHZ0ppV:{\"data-framer-name\":\"Rains\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/77C0NZVCvpfSrKeGuBalt1eQU.jpg\",srcSet:\"https://framerusercontent.com/images/77C0NZVCvpfSrKeGuBalt1eQU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/77C0NZVCvpfSrKeGuBalt1eQU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/77C0NZVCvpfSrKeGuBalt1eQU.jpg 2000w\"}},E5tcYwSq_:{\"data-framer-name\":\"Hermes\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/0a6L9T8MrKq6DXQ4PcX4CI5neJw.jpg\",srcSet:\"https://framerusercontent.com/images/0a6L9T8MrKq6DXQ4PcX4CI5neJw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/0a6L9T8MrKq6DXQ4PcX4CI5neJw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/0a6L9T8MrKq6DXQ4PcX4CI5neJw.jpg 2000w\"}},eA0jnu6bW:{\"data-framer-name\":\"Berluti\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/NZIE4xEWD0OLiaMIbafUiAumVI.jpg\",srcSet:\"https://framerusercontent.com/images/NZIE4xEWD0OLiaMIbafUiAumVI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/NZIE4xEWD0OLiaMIbafUiAumVI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/NZIE4xEWD0OLiaMIbafUiAumVI.jpg 2000w\"}},emE4UU9A9:{\"data-framer-name\":\"Burberry\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/kZL8RYKQCeoUyPJHkxXKr6YgD4k.jpg\",srcSet:\"https://framerusercontent.com/images/kZL8RYKQCeoUyPJHkxXKr6YgD4k.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/kZL8RYKQCeoUyPJHkxXKr6YgD4k.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/kZL8RYKQCeoUyPJHkxXKr6YgD4k.jpg 2000w\"}},fdKtCPPCs:{\"data-framer-name\":\"Vibram\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2774,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/ZJ4CzcR0at8uRAWWWjBXwcPyk.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/ZJ4CzcR0at8uRAWWWjBXwcPyk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ZJ4CzcR0at8uRAWWWjBXwcPyk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZJ4CzcR0at8uRAWWWjBXwcPyk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/ZJ4CzcR0at8uRAWWWjBXwcPyk.jpg 2774w\"}},FOEloecqP:{\"data-framer-name\":\"Acne Studios\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/xYKg3Ip0iy6aSw6QmT2UALo1SPI.jpg\",srcSet:\"https://framerusercontent.com/images/xYKg3Ip0iy6aSw6QmT2UALo1SPI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/xYKg3Ip0iy6aSw6QmT2UALo1SPI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/xYKg3Ip0iy6aSw6QmT2UALo1SPI.jpg 2000w\"}},fPD97pdcz:{\"data-framer-name\":\"Massimo Dutti\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/j7KqhtE0O54dXdzXXd7FYcLdHDI.jpg\",srcSet:\"https://framerusercontent.com/images/j7KqhtE0O54dXdzXXd7FYcLdHDI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/j7KqhtE0O54dXdzXXd7FYcLdHDI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/j7KqhtE0O54dXdzXXd7FYcLdHDI.jpg 2000w\"}},FuDFXIbaT:{\"data-framer-name\":\"Prada\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/NgEzt4iqPxKUZYDARfJlzkaIwsc.jpg\",srcSet:\"https://framerusercontent.com/images/NgEzt4iqPxKUZYDARfJlzkaIwsc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/NgEzt4iqPxKUZYDARfJlzkaIwsc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/NgEzt4iqPxKUZYDARfJlzkaIwsc.jpg 2000w\"}},gbP32nkwd:{\"data-framer-name\":\"Dr. Martens\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2310,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/IF6IRjcM1U0Ah3noCXWQTm3teV4.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/IF6IRjcM1U0Ah3noCXWQTm3teV4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/IF6IRjcM1U0Ah3noCXWQTm3teV4.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/IF6IRjcM1U0Ah3noCXWQTm3teV4.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/IF6IRjcM1U0Ah3noCXWQTm3teV4.jpg 2310w\"}},GKMrpo8cv:{\"data-framer-name\":\"Etro\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/uYfh1MT8BPzv9ir2pcLMmjrl1A.jpg\",srcSet:\"https://framerusercontent.com/images/uYfh1MT8BPzv9ir2pcLMmjrl1A.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/uYfh1MT8BPzv9ir2pcLMmjrl1A.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/uYfh1MT8BPzv9ir2pcLMmjrl1A.jpg 2000w\"}},GtuoANLe7:{\"data-framer-name\":\"12 Storeez\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/2LRcjwYmmVLYE8ptYhPFqcmV40.jpg\",srcSet:\"https://framerusercontent.com/images/2LRcjwYmmVLYE8ptYhPFqcmV40.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/2LRcjwYmmVLYE8ptYhPFqcmV40.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/2LRcjwYmmVLYE8ptYhPFqcmV40.jpg 2000w\"}},h7A4cO0Tf:{\"data-framer-name\":\"Axel Arigato\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:500,intrinsicWidth:500,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:500,pixelWidth:500,src:\"https://framerusercontent.com/images/Lk9QLwH9MwtgD1kIHkUT1dP3BQ.png\"}},huX_m4n8A:{\"data-framer-name\":\"Canada Goose\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/rW14Janx1RQZSnZ5Ws41xUx9Fc.jpg\",srcSet:\"https://framerusercontent.com/images/rW14Janx1RQZSnZ5Ws41xUx9Fc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/rW14Janx1RQZSnZ5Ws41xUx9Fc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/rW14Janx1RQZSnZ5Ws41xUx9Fc.jpg 2000w\"}},iD18Ks2el:{\"data-framer-name\":\"Cordera\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/j3zE9X5R7sfTeyVl58atzdeJbk.jpg\",srcSet:\"https://framerusercontent.com/images/j3zE9X5R7sfTeyVl58atzdeJbk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/j3zE9X5R7sfTeyVl58atzdeJbk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/j3zE9X5R7sfTeyVl58atzdeJbk.jpg 2000w\"}},J1y45L3Sl:{\"data-framer-name\":\"Bobo Choses\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/lLVuWd7PR9R004nOboJ8ONqA.jpg\",srcSet:\"https://framerusercontent.com/images/lLVuWd7PR9R004nOboJ8ONqA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/lLVuWd7PR9R004nOboJ8ONqA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/lLVuWd7PR9R004nOboJ8ONqA.jpg 2000w\"}},J2YhE3tWd:{\"data-framer-name\":\"Carhartt\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/KyP8woYf7KSnqG1OHQuaJhE7KQ.jpg\",srcSet:\"https://framerusercontent.com/images/KyP8woYf7KSnqG1OHQuaJhE7KQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/KyP8woYf7KSnqG1OHQuaJhE7KQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/KyP8woYf7KSnqG1OHQuaJhE7KQ.jpg 2000w\"}},jE9WkqHWX:{\"data-framer-name\":\"Hoka\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/sf2cJkvHnjpFwdyiwgVWJK7w.jpg\",srcSet:\"https://framerusercontent.com/images/sf2cJkvHnjpFwdyiwgVWJK7w.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/sf2cJkvHnjpFwdyiwgVWJK7w.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/sf2cJkvHnjpFwdyiwgVWJK7w.jpg 2000w\"}},jwWw6ctyk:{\"data-framer-name\":\"Armed Angels\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:225,intrinsicWidth:225,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/DLkWiswGWNvcI1OOIc6LQrz3bM.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/DLkWiswGWNvcI1OOIc6LQrz3bM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/DLkWiswGWNvcI1OOIc6LQrz3bM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/DLkWiswGWNvcI1OOIc6LQrz3bM.jpg 2000w\"}},kDsMyYSS3:{\"data-framer-name\":\"Jacquemus\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/YokSFmHOz1KyiO5TdKrEvzIWgKo.jpg\",srcSet:\"https://framerusercontent.com/images/YokSFmHOz1KyiO5TdKrEvzIWgKo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/YokSFmHOz1KyiO5TdKrEvzIWgKo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/YokSFmHOz1KyiO5TdKrEvzIWgKo.jpg 2000w\"}},kH6szZatG:{\"data-framer-name\":\"Family First Milano\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/s4pP38EQrCboChLB4rCxApT6rvw.jpg\",srcSet:\"https://framerusercontent.com/images/s4pP38EQrCboChLB4rCxApT6rvw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/s4pP38EQrCboChLB4rCxApT6rvw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/s4pP38EQrCboChLB4rCxApT6rvw.jpg 2000w\"}},koF1ql1JM:{\"data-framer-name\":\"Zalando\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/QDaefvwHUp5rHpksGA84hOf3300.jpg\",srcSet:\"https://framerusercontent.com/images/QDaefvwHUp5rHpksGA84hOf3300.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/QDaefvwHUp5rHpksGA84hOf3300.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/QDaefvwHUp5rHpksGA84hOf3300.jpg 2000w\"}},KSqK1hVZj:{\"data-framer-name\":\"Ami\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/BcZNlZRaqhkSSUyR7MW1CYDEpi0.jpg\",srcSet:\"https://framerusercontent.com/images/BcZNlZRaqhkSSUyR7MW1CYDEpi0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/BcZNlZRaqhkSSUyR7MW1CYDEpi0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/BcZNlZRaqhkSSUyR7MW1CYDEpi0.jpg 2000w\"}},kwwFRUjw9:{\"data-framer-name\":\"Tommy Hilfiger\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/rnOIJjcpehhWQE65Z9RDJ9M.jpg\",srcSet:\"https://framerusercontent.com/images/rnOIJjcpehhWQE65Z9RDJ9M.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/rnOIJjcpehhWQE65Z9RDJ9M.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/rnOIJjcpehhWQE65Z9RDJ9M.jpg 2000w\"}},lgKU_4gMN:{\"data-framer-name\":\"Holzweiler\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/n6MieJh7McqSQNooBMNNxqzlLI.jpg\",srcSet:\"https://framerusercontent.com/images/n6MieJh7McqSQNooBMNNxqzlLI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/n6MieJh7McqSQNooBMNNxqzlLI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/n6MieJh7McqSQNooBMNNxqzlLI.jpg 2000w\"}},lITwEhLWv:{\"data-framer-name\":\"Meller\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/kS3w2HqiYa39bnpvtxYtaBCYlb8.jpg\",srcSet:\"https://framerusercontent.com/images/kS3w2HqiYa39bnpvtxYtaBCYlb8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/kS3w2HqiYa39bnpvtxYtaBCYlb8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/kS3w2HqiYa39bnpvtxYtaBCYlb8.jpg 2000w\"}},M36ndf83z:{\"data-framer-name\":\"Loewe\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/lD7qaKjpV4d0fbFl6ot447nIs.jpg\",srcSet:\"https://framerusercontent.com/images/lD7qaKjpV4d0fbFl6ot447nIs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/lD7qaKjpV4d0fbFl6ot447nIs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/lD7qaKjpV4d0fbFl6ot447nIs.jpg 2000w\"}},MaSmjZ6wj:{\"data-framer-name\":\"Eme Studios\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/qtJZIZgAQLwj6cqEaxs6q2HUpM.jpg\",srcSet:\"https://framerusercontent.com/images/qtJZIZgAQLwj6cqEaxs6q2HUpM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/qtJZIZgAQLwj6cqEaxs6q2HUpM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/qtJZIZgAQLwj6cqEaxs6q2HUpM.jpg 2000w\"}},Mgp9JHaC5:{\"data-framer-name\":\"Alohas\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/yvOxPCn11wLEU40HWkdACt6dc.jpg\",srcSet:\"https://framerusercontent.com/images/yvOxPCn11wLEU40HWkdACt6dc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/yvOxPCn11wLEU40HWkdACt6dc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/yvOxPCn11wLEU40HWkdACt6dc.jpg 2000w\"}},MQC9d9LbD:{\"data-framer-name\":\"Amina Muaddi\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/VRqNR7EEfH0M3pXyaFJRhjVvTe4.jpg\",srcSet:\"https://framerusercontent.com/images/VRqNR7EEfH0M3pXyaFJRhjVvTe4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/VRqNR7EEfH0M3pXyaFJRhjVvTe4.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/VRqNR7EEfH0M3pXyaFJRhjVvTe4.jpg 2000w\"}},N1glmyYuE:{\"data-framer-name\":\"Calvin Klein\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/ePkAqvdxl2ow7IXFsxqLTPqC6TA.jpg\",srcSet:\"https://framerusercontent.com/images/ePkAqvdxl2ow7IXFsxqLTPqC6TA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ePkAqvdxl2ow7IXFsxqLTPqC6TA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ePkAqvdxl2ow7IXFsxqLTPqC6TA.jpg 2000w\"}},Na941xtDH:{\"data-framer-name\":\"The North Face\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/YR8ZPcdt7XY0StPABAMewAiNaZ0.jpg\",srcSet:\"https://framerusercontent.com/images/YR8ZPcdt7XY0StPABAMewAiNaZ0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/YR8ZPcdt7XY0StPABAMewAiNaZ0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/YR8ZPcdt7XY0StPABAMewAiNaZ0.jpg 2000w\"}},niAoBwSkN:{\"data-framer-name\":\"Minimalism Brand\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:600,pixelWidth:600,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/AanBq0Y1HckPGVCK86LaHDWGklQ.jpg\",srcSet:\"https://framerusercontent.com/images/AanBq0Y1HckPGVCK86LaHDWGklQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/AanBq0Y1HckPGVCK86LaHDWGklQ.jpg 600w\"}},nJCEir8tO:{\"data-framer-name\":\"Two Jeys\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/WqPRsbGvSTsCeQHZHP3oNiSpAgc.jpg\",srcSet:\"https://framerusercontent.com/images/WqPRsbGvSTsCeQHZHP3oNiSpAgc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/WqPRsbGvSTsCeQHZHP3oNiSpAgc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/WqPRsbGvSTsCeQHZHP3oNiSpAgc.jpg 2000w\"}},nn78DLuk7:{\"data-framer-name\":\"Jaded London\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/zdJF55dhsVtDYihXcoXfJnzw.jpg\",srcSet:\"https://framerusercontent.com/images/zdJF55dhsVtDYihXcoXfJnzw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/zdJF55dhsVtDYihXcoXfJnzw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/zdJF55dhsVtDYihXcoXfJnzw.jpg 2000w\"}},NoNn2xlV0:{\"data-framer-name\":\"Asket\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:225,intrinsicWidth:225,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/C8dJDlY2Jknm8QYuK1rTW3VLc.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/C8dJDlY2Jknm8QYuK1rTW3VLc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/C8dJDlY2Jknm8QYuK1rTW3VLc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/C8dJDlY2Jknm8QYuK1rTW3VLc.jpg 2000w\"}},NUKrAa8ly:{\"data-framer-name\":\"OBS\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/0S4kUiAmLdbyhC2iB9Vd0CdMCas.jpg\",srcSet:\"https://framerusercontent.com/images/0S4kUiAmLdbyhC2iB9Vd0CdMCas.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/0S4kUiAmLdbyhC2iB9Vd0CdMCas.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/0S4kUiAmLdbyhC2iB9Vd0CdMCas.jpg 2000w\"}},O2Jy5dXpq:{\"data-framer-name\":\"Cold Culture\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/UkMv7T8pNzbGvVoHtPqLM1ovvZI.jpg\",srcSet:\"https://framerusercontent.com/images/UkMv7T8pNzbGvVoHtPqLM1ovvZI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/UkMv7T8pNzbGvVoHtPqLM1ovvZI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/UkMv7T8pNzbGvVoHtPqLM1ovvZI.jpg 2000w\"}},OAXDkzXfo:{\"data-framer-name\":\"Coperni\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/xSB4PJR1QciqkO4WrC1DesTvhkw.jpg\",srcSet:\"https://framerusercontent.com/images/xSB4PJR1QciqkO4WrC1DesTvhkw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/xSB4PJR1QciqkO4WrC1DesTvhkw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/xSB4PJR1QciqkO4WrC1DesTvhkw.jpg 2000w\"}},os75a90lr:{\"data-framer-name\":\"Tekla\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/ZDvaSYwPIgweydVyif6Qa9mMg.jpg\",srcSet:\"https://framerusercontent.com/images/ZDvaSYwPIgweydVyif6Qa9mMg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ZDvaSYwPIgweydVyif6Qa9mMg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZDvaSYwPIgweydVyif6Qa9mMg.jpg 2000w\"}},ot2_b5F6b:{\"data-framer-name\":\"Courreges\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/96ZCTy0SGKqb1nLVwp62OuaJhI.jpg\",srcSet:\"https://framerusercontent.com/images/96ZCTy0SGKqb1nLVwp62OuaJhI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/96ZCTy0SGKqb1nLVwp62OuaJhI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/96ZCTy0SGKqb1nLVwp62OuaJhI.jpg 2000w\"}},OwKgr66A8:{\"data-framer-name\":\"Kenzo\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/wPozo5SMNkru3AVrxd8g47Tzro0.jpg\",srcSet:\"https://framerusercontent.com/images/wPozo5SMNkru3AVrxd8g47Tzro0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/wPozo5SMNkru3AVrxd8g47Tzro0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/wPozo5SMNkru3AVrxd8g47Tzro0.jpg 2000w\"}},OZRE9sImg:{\"data-framer-name\":\"Mango\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/32ibASmsS4LIp6CNz3Aweoeo4Fc.jpg\",srcSet:\"https://framerusercontent.com/images/32ibASmsS4LIp6CNz3Aweoeo4Fc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/32ibASmsS4LIp6CNz3Aweoeo4Fc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/32ibASmsS4LIp6CNz3Aweoeo4Fc.jpg 2000w\"}},phK8aB6Eh:{\"data-framer-name\":\"Sandro\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/tkOknA5FD5ta2EEQNnXgYzfWuMc.jpg\",srcSet:\"https://framerusercontent.com/images/tkOknA5FD5ta2EEQNnXgYzfWuMc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/tkOknA5FD5ta2EEQNnXgYzfWuMc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/tkOknA5FD5ta2EEQNnXgYzfWuMc.jpg 2000w\"}},pmtk5R9Cr:{\"data-framer-name\":\"Pompeii\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/3cX0dkdxSGqxzoeWgoppvyZwY.jpg\",srcSet:\"https://framerusercontent.com/images/3cX0dkdxSGqxzoeWgoppvyZwY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/3cX0dkdxSGqxzoeWgoppvyZwY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/3cX0dkdxSGqxzoeWgoppvyZwY.jpg 2000w\"}},PPLdSpkX9:{\"data-framer-name\":\"Maison Kitsune\u0301\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/LeBp8dJkuO9ReCHqAS1JJP59fw.jpg\",srcSet:\"https://framerusercontent.com/images/LeBp8dJkuO9ReCHqAS1JJP59fw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/LeBp8dJkuO9ReCHqAS1JJP59fw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/LeBp8dJkuO9ReCHqAS1JJP59fw.jpg 2000w\"}},Q_wgZ59i8:{\"data-framer-name\":\"Camper\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/DPsXqxsRgINVpvr2kaoXEhl1Zgo.jpg\",srcSet:\"https://framerusercontent.com/images/DPsXqxsRgINVpvr2kaoXEhl1Zgo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/DPsXqxsRgINVpvr2kaoXEhl1Zgo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/DPsXqxsRgINVpvr2kaoXEhl1Zgo.jpg 2000w\"}},r4Q1zMcio:{\"data-framer-name\":\"Nude Project\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/JJfdQzaKXZ9ZpEgm94DPL6klIJM.jpg\",srcSet:\"https://framerusercontent.com/images/JJfdQzaKXZ9ZpEgm94DPL6klIJM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/JJfdQzaKXZ9ZpEgm94DPL6klIJM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/JJfdQzaKXZ9ZpEgm94DPL6klIJM.jpg 2000w\"}},RnLGrcFsb:{\"data-framer-name\":\"Lacoste\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/nA48ei9QhxS75fcio54YjBJASc.jpg\",srcSet:\"https://framerusercontent.com/images/nA48ei9QhxS75fcio54YjBJASc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/nA48ei9QhxS75fcio54YjBJASc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/nA48ei9QhxS75fcio54YjBJASc.jpg 2000w\"}},rOACDIEoW:{\"data-framer-name\":\"Givenchy\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/ETIKX3YrxeJGpYYt0qcsZ6Oxi0.jpg\",srcSet:\"https://framerusercontent.com/images/ETIKX3YrxeJGpYYt0qcsZ6Oxi0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ETIKX3YrxeJGpYYt0qcsZ6Oxi0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ETIKX3YrxeJGpYYt0qcsZ6Oxi0.jpg 2000w\"}},RtfOY03uR:{\"data-framer-name\":\"Boboli\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/21IHCFVbLAmdoKihWjIm3TQNkg.jpg\",srcSet:\"https://framerusercontent.com/images/21IHCFVbLAmdoKihWjIm3TQNkg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/21IHCFVbLAmdoKihWjIm3TQNkg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/21IHCFVbLAmdoKihWjIm3TQNkg.jpg 2000w\"}},ruD63HYix:{\"data-framer-name\":\"Victoria Beckham\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/W3Ntufj4xUwxSlbZCSD7ZBYFWg.jpg\",srcSet:\"https://framerusercontent.com/images/W3Ntufj4xUwxSlbZCSD7ZBYFWg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/W3Ntufj4xUwxSlbZCSD7ZBYFWg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/W3Ntufj4xUwxSlbZCSD7ZBYFWg.jpg 2000w\"}},RvzDk6lwg:{\"data-framer-name\":\"Hugo\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/DWcGO89jFt0D9ko8nnzAB4L4hE.jpg\",srcSet:\"https://framerusercontent.com/images/DWcGO89jFt0D9ko8nnzAB4L4hE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/DWcGO89jFt0D9ko8nnzAB4L4hE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/DWcGO89jFt0D9ko8nnzAB4L4hE.jpg 2000w\"}},s9f9mO95V:{\"data-framer-name\":\"Aspesi\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:225,intrinsicWidth:225,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/mRXeN1T12dC05ZQx8sumVNh54.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/mRXeN1T12dC05ZQx8sumVNh54.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/mRXeN1T12dC05ZQx8sumVNh54.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/mRXeN1T12dC05ZQx8sumVNh54.jpg 2000w\"}},SFjmxcTli:{\"data-framer-name\":\"Salomon\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/pgkuQUV6i4Iu8wA5DZLGCd85BY.jpg\",srcSet:\"https://framerusercontent.com/images/pgkuQUV6i4Iu8wA5DZLGCd85BY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/pgkuQUV6i4Iu8wA5DZLGCd85BY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/pgkuQUV6i4Iu8wA5DZLGCd85BY.jpg 2000w\"}},sRd538yKO:{\"data-framer-name\":\"LDB\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/rE5oUIW07iQ8fhBFSfARZw5B2vY.jpg\",srcSet:\"https://framerusercontent.com/images/rE5oUIW07iQ8fhBFSfARZw5B2vY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/rE5oUIW07iQ8fhBFSfARZw5B2vY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/rE5oUIW07iQ8fhBFSfARZw5B2vY.jpg 2000w\"}},t9jc71srm:{\"data-framer-name\":\"Boss\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/hTo4ooQVKKEPqVc2jA1FVP4ejYI.jpg\",srcSet:\"https://framerusercontent.com/images/hTo4ooQVKKEPqVc2jA1FVP4ejYI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/hTo4ooQVKKEPqVc2jA1FVP4ejYI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/hTo4ooQVKKEPqVc2jA1FVP4ejYI.jpg 2000w\"}},TK0qaY_Ul:{\"data-framer-name\":\"And Other Stories\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/u7S5JyZW5pFOAJEVICMMszV1eq4.jpg\",srcSet:\"https://framerusercontent.com/images/u7S5JyZW5pFOAJEVICMMszV1eq4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/u7S5JyZW5pFOAJEVICMMszV1eq4.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/u7S5JyZW5pFOAJEVICMMszV1eq4.jpg 2000w\"}},tU9Gr3FtJ:{\"data-framer-name\":\"Nike\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/rv36kxHftVeqELPQbpv15WneY.jpg\",srcSet:\"https://framerusercontent.com/images/rv36kxHftVeqELPQbpv15WneY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/rv36kxHftVeqELPQbpv15WneY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/rv36kxHftVeqELPQbpv15WneY.jpg 2000w\"}},U06_L36w7:{\"data-framer-name\":\"Puma\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/x9fTs11hiBZ56T1HfPwqUPUg.jpg\",srcSet:\"https://framerusercontent.com/images/x9fTs11hiBZ56T1HfPwqUPUg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/x9fTs11hiBZ56T1HfPwqUPUg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/x9fTs11hiBZ56T1HfPwqUPUg.jpg 2000w\"}},uJP4zbkff:{\"data-framer-name\":\"Oas Company\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/3FVMAfakXpm1kLgt5XujkzqCdZk.jpg\",srcSet:\"https://framerusercontent.com/images/3FVMAfakXpm1kLgt5XujkzqCdZk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/3FVMAfakXpm1kLgt5XujkzqCdZk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/3FVMAfakXpm1kLgt5XujkzqCdZk.jpg 2000w\"}},uMdfDx1fs:{\"data-framer-name\":\"Tous\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/adaIzJtf1BhAFRkL3wJisoeSzGs.jpg\",srcSet:\"https://framerusercontent.com/images/adaIzJtf1BhAFRkL3wJisoeSzGs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/adaIzJtf1BhAFRkL3wJisoeSzGs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/adaIzJtf1BhAFRkL3wJisoeSzGs.jpg 2000w\"}},uwVS4dvAl:{\"data-framer-name\":\"Bershka\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/pSvY67rWopV9Fy1U5aPxtHOjo4Q.jpg\",srcSet:\"https://framerusercontent.com/images/pSvY67rWopV9Fy1U5aPxtHOjo4Q.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/pSvY67rWopV9Fy1U5aPxtHOjo4Q.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/pSvY67rWopV9Fy1U5aPxtHOjo4Q.jpg 2000w\"}},Vfpt9kcoI:{\"data-framer-name\":\"Another Aspect\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:225,intrinsicWidth:225,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/hUL2H0XJaD3F7ubTJ2509UeZc.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/hUL2H0XJaD3F7ubTJ2509UeZc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/hUL2H0XJaD3F7ubTJ2509UeZc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/hUL2H0XJaD3F7ubTJ2509UeZc.jpg 2000w\"}},vMIleID92:{\"data-framer-name\":\"Bound\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/f9BBUNnS3LBv3a8qPBGhQ2Pw8.jpg\",srcSet:\"https://framerusercontent.com/images/f9BBUNnS3LBv3a8qPBGhQ2Pw8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/f9BBUNnS3LBv3a8qPBGhQ2Pw8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/f9BBUNnS3LBv3a8qPBGhQ2Pw8.jpg 2000w\"}},VxMwBPsHF:{\"data-framer-name\":\"Miu Miu\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/gUx8ihev5epEikP8IbnWNrMhTHw.jpg\",srcSet:\"https://framerusercontent.com/images/gUx8ihev5epEikP8IbnWNrMhTHw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/gUx8ihev5epEikP8IbnWNrMhTHw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/gUx8ihev5epEikP8IbnWNrMhTHw.jpg 2000w\"}},VZzKgJ1KB:{\"data-framer-name\":\"CDLP\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/w1sw1bII7pDr2uzVZ3Gnd7vGkL8.jpg\",srcSet:\"https://framerusercontent.com/images/w1sw1bII7pDr2uzVZ3Gnd7vGkL8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/w1sw1bII7pDr2uzVZ3Gnd7vGkL8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/w1sw1bII7pDr2uzVZ3Gnd7vGkL8.jpg 2000w\"}},w42rlOjvL:{\"data-framer-name\":\"Levi's\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/hBAXtt38m1ReoX7XAgqO6RdaGuM.jpg\",srcSet:\"https://framerusercontent.com/images/hBAXtt38m1ReoX7XAgqO6RdaGuM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/hBAXtt38m1ReoX7XAgqO6RdaGuM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/hBAXtt38m1ReoX7XAgqO6RdaGuM.jpg 2000w\"}},WnEUTKDiU:{\"data-framer-name\":\"Polene\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/rzTx4rZ5J8HcMyYiotWbo1b29Rs.jpg\",srcSet:\"https://framerusercontent.com/images/rzTx4rZ5J8HcMyYiotWbo1b29Rs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/rzTx4rZ5J8HcMyYiotWbo1b29Rs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/rzTx4rZ5J8HcMyYiotWbo1b29Rs.jpg 2000w\"}},WYIP7Tyih:{\"data-framer-name\":\"Carrer\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/yfqfu6dFoR9B5QMg0tr3pv28T4.jpg\",srcSet:\"https://framerusercontent.com/images/yfqfu6dFoR9B5QMg0tr3pv28T4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/yfqfu6dFoR9B5QMg0tr3pv28T4.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/yfqfu6dFoR9B5QMg0tr3pv28T4.jpg 2000w\"}},x9TBRNbGv:{\"data-framer-name\":\"Ganni\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/naG5NEHXx4F4Wp6OcFTwxzAhXQ.jpg\",srcSet:\"https://framerusercontent.com/images/naG5NEHXx4F4Wp6OcFTwxzAhXQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/naG5NEHXx4F4Wp6OcFTwxzAhXQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/naG5NEHXx4F4Wp6OcFTwxzAhXQ.jpg 2000w\"}},XbRt85G85:{\"data-framer-name\":\"Gant\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/fKEOoT1rw61xGJnm4ksH9qdeUsU.jpg\",srcSet:\"https://framerusercontent.com/images/fKEOoT1rw61xGJnm4ksH9qdeUsU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/fKEOoT1rw61xGJnm4ksH9qdeUsU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/fKEOoT1rw61xGJnm4ksH9qdeUsU.jpg 2000w\"}},XiKru7hSX:{\"data-framer-name\":\"Thinking Mu\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/MuDyRqD8OJ5f4qLyVfqXNfmH44.jpg\",srcSet:\"https://framerusercontent.com/images/MuDyRqD8OJ5f4qLyVfqXNfmH44.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/MuDyRqD8OJ5f4qLyVfqXNfmH44.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/MuDyRqD8OJ5f4qLyVfqXNfmH44.jpg 2000w\"}},XjUttuzbu:{\"data-framer-name\":\"New Balance\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/LPt35GaNHbiYXtvpBoNWdHGUCA.jpg\",srcSet:\"https://framerusercontent.com/images/LPt35GaNHbiYXtvpBoNWdHGUCA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/LPt35GaNHbiYXtvpBoNWdHGUCA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/LPt35GaNHbiYXtvpBoNWdHGUCA.jpg 2000w\"}},XlEIRDjDs:{\"data-framer-name\":\"Luisa Via Roma\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/wVVvJYjB0ePteBNz4MWoHtEDlxo.jpg\",srcSet:\"https://framerusercontent.com/images/wVVvJYjB0ePteBNz4MWoHtEDlxo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/wVVvJYjB0ePteBNz4MWoHtEDlxo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/wVVvJYjB0ePteBNz4MWoHtEDlxo.jpg 2000w\"}},Xpe_iioFd:{\"data-framer-name\":\"Parel\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/nqEzzqn1WokzNNGgCIwttFRgo.jpg\",srcSet:\"https://framerusercontent.com/images/nqEzzqn1WokzNNGgCIwttFRgo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/nqEzzqn1WokzNNGgCIwttFRgo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/nqEzzqn1WokzNNGgCIwttFRgo.jpg 2000w\"}},xxwoQcgBy:{\"data-framer-name\":\"Diesel\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/xfGX2Bbr4nRERcsT9fvhRqMiCyg.jpg\",srcSet:\"https://framerusercontent.com/images/xfGX2Bbr4nRERcsT9fvhRqMiCyg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/xfGX2Bbr4nRERcsT9fvhRqMiCyg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/xfGX2Bbr4nRERcsT9fvhRqMiCyg.jpg 2000w\"}},y8_ZSWOUh:{\"data-framer-name\":\"On\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/cFEDnSBaDad3lqAU23NB87R7o.jpg\",srcSet:\"https://framerusercontent.com/images/cFEDnSBaDad3lqAU23NB87R7o.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/cFEDnSBaDad3lqAU23NB87R7o.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/cFEDnSBaDad3lqAU23NB87R7o.jpg 2000w\"}},YidpSN8pY:{\"data-framer-name\":\"Bareen\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/n4QiNXlABB4mgJtKIaeRgOKcgnk.jpg\",srcSet:\"https://framerusercontent.com/images/n4QiNXlABB4mgJtKIaeRgOKcgnk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/n4QiNXlABB4mgJtKIaeRgOKcgnk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/n4QiNXlABB4mgJtKIaeRgOKcgnk.jpg 2000w\"}},YL7KeJKMU:{\"data-framer-name\":\"Pull & Bear\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/xvagCIIOb78hR8loBCcXFP9R02A.jpg\",srcSet:\"https://framerusercontent.com/images/xvagCIIOb78hR8loBCcXFP9R02A.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/xvagCIIOb78hR8loBCcXFP9R02A.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/xvagCIIOb78hR8loBCcXFP9R02A.jpg 2000w\"}},ypYFNtqo7:{\"data-framer-name\":\"Sunnei\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/klCgL40hjtPagUdpAGfJjLIeYA8.jpg\",srcSet:\"https://framerusercontent.com/images/klCgL40hjtPagUdpAGfJjLIeYA8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/klCgL40hjtPagUdpAGfJjLIeYA8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/klCgL40hjtPagUdpAGfJjLIeYA8.jpg 2000w\"}},z4CNaExn1:{\"data-framer-name\":\"Asphaltgold\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:225,intrinsicWidth:225,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/EhXfRIQWZudDoIgE4JjVgsUW3s.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/EhXfRIQWZudDoIgE4JjVgsUW3s.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/EhXfRIQWZudDoIgE4JjVgsUW3s.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/EhXfRIQWZudDoIgE4JjVgsUW3s.jpg 2000w\"}},zloBQLQHn:{\"data-framer-name\":\"Magda Butrym\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/IuiU7uMoVjwS9GJ5FUvHOOqxo.jpg\",srcSet:\"https://framerusercontent.com/images/IuiU7uMoVjwS9GJ5FUvHOOqxo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/IuiU7uMoVjwS9GJ5FUvHOOqxo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/IuiU7uMoVjwS9GJ5FUvHOOqxo.jpg 2000w\"}},ZlX9FUgP_:{\"data-framer-name\":\"Converse\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/coM45fPqNFMaE8aB7KTPTSMxVeY.jpg\",srcSet:\"https://framerusercontent.com/images/coM45fPqNFMaE8aB7KTPTSMxVeY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/coM45fPqNFMaE8aB7KTPTSMxVeY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/coM45fPqNFMaE8aB7KTPTSMxVeY.jpg 2000w\"}},ZWYYRXerx:{\"data-framer-name\":\"Mnml\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/7dJGvSS9TszGcUukt3CyJ3A060.jpg\",srcSet:\"https://framerusercontent.com/images/7dJGvSS9TszGcUukt3CyJ3A060.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/7dJGvSS9TszGcUukt3CyJ3A060.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/7dJGvSS9TszGcUukt3CyJ3A060.jpg 2000w\"}}},baseVariant,gestureVariant)})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-pkP9p.framer-141shpu, .framer-pkP9p .framer-141shpu { display: block; }\",\".framer-pkP9p.framer-1nw7snq { cursor: pointer; height: 33px; position: relative; width: 33px; }\",\".framer-pkP9p.framer-v-p3umpp.framer-1nw7snq, .framer-pkP9p.framer-v-ae6sf9.framer-1nw7snq, .framer-pkP9p.framer-v-12g7ym3.framer-1nw7snq, .framer-pkP9p.framer-v-1bv30op.framer-1nw7snq, .framer-pkP9p.framer-v-3gm7v.framer-1nw7snq, .framer-pkP9p.framer-v-boribr.framer-1nw7snq, .framer-pkP9p.framer-v-f6llbq.framer-1nw7snq, .framer-pkP9p.framer-v-17dpzzn.framer-1nw7snq, .framer-pkP9p.framer-v-14i41e3.framer-1nw7snq, .framer-pkP9p.framer-v-vi6yof.framer-1nw7snq, .framer-pkP9p.framer-v-1wssfai.framer-1nw7snq, .framer-pkP9p.framer-v-1mr6ffq.framer-1nw7snq, .framer-pkP9p.framer-v-7s19oq.framer-1nw7snq, .framer-pkP9p.framer-v-4vbi59.framer-1nw7snq, .framer-pkP9p.framer-v-llvnzc.framer-1nw7snq, .framer-pkP9p.framer-v-xhpnr6.framer-1nw7snq, .framer-pkP9p.framer-v-twnjd.framer-1nw7snq, .framer-pkP9p.framer-v-1bts14e.framer-1nw7snq, .framer-pkP9p.framer-v-1v557bm.framer-1nw7snq, .framer-pkP9p.framer-v-lrkyqn.framer-1nw7snq, .framer-pkP9p.framer-v-1ea7c4x.framer-1nw7snq, .framer-pkP9p.framer-v-2ym4ga.framer-1nw7snq, .framer-pkP9p.framer-v-1ajdepl.framer-1nw7snq, .framer-pkP9p.framer-v-izqcem.framer-1nw7snq, .framer-pkP9p.framer-v-1u0i2yx.framer-1nw7snq, .framer-pkP9p.framer-v-ykv1nd.framer-1nw7snq, .framer-pkP9p.framer-v-5tle81.framer-1nw7snq, .framer-pkP9p.framer-v-1qmcufg.framer-1nw7snq, .framer-pkP9p.framer-v-b3nkdx.framer-1nw7snq, .framer-pkP9p.framer-v-1867bav.framer-1nw7snq, .framer-pkP9p.framer-v-1dxnp34.framer-1nw7snq, .framer-pkP9p.framer-v-alfwqa.framer-1nw7snq, .framer-pkP9p.framer-v-68yh19.framer-1nw7snq, .framer-pkP9p.framer-v-14qfp5m.framer-1nw7snq, .framer-pkP9p.framer-v-1ymigt7.framer-1nw7snq, .framer-pkP9p.framer-v-5ydh4k.framer-1nw7snq, .framer-pkP9p.framer-v-w5djfr.framer-1nw7snq, .framer-pkP9p.framer-v-1khll9r.framer-1nw7snq, .framer-pkP9p.framer-v-1x8f2np.framer-1nw7snq, .framer-pkP9p.framer-v-m7anuq.framer-1nw7snq, .framer-pkP9p.framer-v-1ihxmi4.framer-1nw7snq, .framer-pkP9p.framer-v-6pako.framer-1nw7snq, .framer-pkP9p.framer-v-1i1zjpd.framer-1nw7snq, .framer-pkP9p.framer-v-ilj0t0.framer-1nw7snq, .framer-pkP9p.framer-v-wg9pru.framer-1nw7snq, .framer-pkP9p.framer-v-j9dket.framer-1nw7snq, .framer-pkP9p.framer-v-11veafu.framer-1nw7snq, .framer-pkP9p.framer-v-e32gpd.framer-1nw7snq, .framer-pkP9p.framer-v-rqjeqy.framer-1nw7snq, .framer-pkP9p.framer-v-11y259k.framer-1nw7snq, .framer-pkP9p.framer-v-1gl2x19.framer-1nw7snq, .framer-pkP9p.framer-v-1068cvc.framer-1nw7snq, .framer-pkP9p.framer-v-aa24uq.framer-1nw7snq, .framer-pkP9p.framer-v-8fgnob.framer-1nw7snq, .framer-pkP9p.framer-v-6hj252.framer-1nw7snq, .framer-pkP9p.framer-v-nwosv8.framer-1nw7snq, .framer-pkP9p.framer-v-8rf7ws.framer-1nw7snq, .framer-pkP9p.framer-v-lugzp8.framer-1nw7snq, .framer-pkP9p.framer-v-1whb6rl.framer-1nw7snq, .framer-pkP9p.framer-v-z0hk95.framer-1nw7snq, .framer-pkP9p.framer-v-y6dhzi.framer-1nw7snq, .framer-pkP9p.framer-v-9dn8rv.framer-1nw7snq, .framer-pkP9p.framer-v-1s2kx58.framer-1nw7snq, .framer-pkP9p.framer-v-1n11m6p.framer-1nw7snq, .framer-pkP9p.framer-v-vd21zy.framer-1nw7snq, .framer-pkP9p.framer-v-hhoc4v.framer-1nw7snq, .framer-pkP9p.framer-v-wfrgvk.framer-1nw7snq, .framer-pkP9p.framer-v-9m5jjz.framer-1nw7snq, .framer-pkP9p.framer-v-1sspq13.framer-1nw7snq, .framer-pkP9p.framer-v-1k18udx.framer-1nw7snq, .framer-pkP9p.framer-v-uagmou.framer-1nw7snq, .framer-pkP9p.framer-v-1b4yzwr.framer-1nw7snq, .framer-pkP9p.framer-v-qodtl5.framer-1nw7snq, .framer-pkP9p.framer-v-zcsrmo.framer-1nw7snq, .framer-pkP9p.framer-v-1dro3ss.framer-1nw7snq, .framer-pkP9p.framer-v-1jccfun.framer-1nw7snq, .framer-pkP9p.framer-v-1inqe4q.framer-1nw7snq, .framer-pkP9p.framer-v-18czlhy.framer-1nw7snq, .framer-pkP9p.framer-v-yrgfqg.framer-1nw7snq, .framer-pkP9p.framer-v-wmgcg.framer-1nw7snq, .framer-pkP9p.framer-v-1dr99m6.framer-1nw7snq, .framer-pkP9p.framer-v-zhyi46.framer-1nw7snq, .framer-pkP9p.framer-v-kpntnx.framer-1nw7snq, .framer-pkP9p.framer-v-1tgbbek.framer-1nw7snq, .framer-pkP9p.framer-v-s94yt0.framer-1nw7snq, .framer-pkP9p.framer-v-5s4kd6.framer-1nw7snq, .framer-pkP9p.framer-v-1bt7uso.framer-1nw7snq, .framer-pkP9p.framer-v-dabbdi.framer-1nw7snq, .framer-pkP9p.framer-v-iqsf76.framer-1nw7snq, .framer-pkP9p.framer-v-1e8dph1.framer-1nw7snq, .framer-pkP9p.framer-v-mj4kzu.framer-1nw7snq, .framer-pkP9p.framer-v-3gbpst.framer-1nw7snq, .framer-pkP9p.framer-v-qcbxo.framer-1nw7snq, .framer-pkP9p.framer-v-10hlfnj.framer-1nw7snq, .framer-pkP9p.framer-v-1dud5b0.framer-1nw7snq, .framer-pkP9p.framer-v-h6wcnx.framer-1nw7snq, .framer-pkP9p.framer-v-1iz1ukw.framer-1nw7snq, .framer-pkP9p.framer-v-m350pj.framer-1nw7snq, .framer-pkP9p.framer-v-1l903a2.framer-1nw7snq, .framer-pkP9p.framer-v-1ux5fby.framer-1nw7snq, .framer-pkP9p.framer-v-ypv170.framer-1nw7snq, .framer-pkP9p.framer-v-1vxum2r.framer-1nw7snq, .framer-pkP9p.framer-v-19p24d8.framer-1nw7snq, .framer-pkP9p.framer-v-14g4c7n.framer-1nw7snq, .framer-pkP9p.framer-v-2ebmq7.framer-1nw7snq { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 33px); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 33\n * @framerIntrinsicWidth 33\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"GtuoANLe7\":{\"layout\":[\"fixed\",\"fixed\"]},\"FOEloecqP\":{\"layout\":[\"fixed\",\"fixed\"]},\"Mgp9JHaC5\":{\"layout\":[\"fixed\",\"fixed\"]},\"KSqK1hVZj\":{\"layout\":[\"fixed\",\"fixed\"]},\"MQC9d9LbD\":{\"layout\":[\"fixed\",\"fixed\"]},\"TK0qaY_Ul\":{\"layout\":[\"fixed\",\"fixed\"]},\"Vfpt9kcoI\":{\"layout\":[\"fixed\",\"fixed\"]},\"DYfYQZgiw\":{\"layout\":[\"fixed\",\"fixed\"]},\"s9f9mO95V\":{\"layout\":[\"fixed\",\"fixed\"]},\"jwWw6ctyk\":{\"layout\":[\"fixed\",\"fixed\"]},\"NoNn2xlV0\":{\"layout\":[\"fixed\",\"fixed\"]},\"z4CNaExn1\":{\"layout\":[\"fixed\",\"fixed\"]},\"h7A4cO0Tf\":{\"layout\":[\"fixed\",\"fixed\"]},\"YidpSN8pY\":{\"layout\":[\"fixed\",\"fixed\"]},\"eA0jnu6bW\":{\"layout\":[\"fixed\",\"fixed\"]},\"uwVS4dvAl\":{\"layout\":[\"fixed\",\"fixed\"]},\"DETc98wNR\":{\"layout\":[\"fixed\",\"fixed\"]},\"J1y45L3Sl\":{\"layout\":[\"fixed\",\"fixed\"]},\"RtfOY03uR\":{\"layout\":[\"fixed\",\"fixed\"]},\"t9jc71srm\":{\"layout\":[\"fixed\",\"fixed\"]},\"vMIleID92\":{\"layout\":[\"fixed\",\"fixed\"]},\"emE4UU9A9\":{\"layout\":[\"fixed\",\"fixed\"]},\"N1glmyYuE\":{\"layout\":[\"fixed\",\"fixed\"]},\"Q_wgZ59i8\":{\"layout\":[\"fixed\",\"fixed\"]},\"huX_m4n8A\":{\"layout\":[\"fixed\",\"fixed\"]},\"J2YhE3tWd\":{\"layout\":[\"fixed\",\"fixed\"]},\"WYIP7Tyih\":{\"layout\":[\"fixed\",\"fixed\"]},\"VZzKgJ1KB\":{\"layout\":[\"fixed\",\"fixed\"]},\"b_P32Ix46\":{\"layout\":[\"fixed\",\"fixed\"]},\"O2Jy5dXpq\":{\"layout\":[\"fixed\",\"fixed\"]},\"DZQNNBWZL\":{\"layout\":[\"fixed\",\"fixed\"]},\"ZlX9FUgP_\":{\"layout\":[\"fixed\",\"fixed\"]},\"OAXDkzXfo\":{\"layout\":[\"fixed\",\"fixed\"]},\"iD18Ks2el\":{\"layout\":[\"fixed\",\"fixed\"]},\"BD7pc3l1h\":{\"layout\":[\"fixed\",\"fixed\"]},\"ot2_b5F6b\":{\"layout\":[\"fixed\",\"fixed\"]},\"a_U0dAW1W\":{\"layout\":[\"fixed\",\"fixed\"]},\"xxwoQcgBy\":{\"layout\":[\"fixed\",\"fixed\"]},\"gbP32nkwd\":{\"layout\":[\"fixed\",\"fixed\"]},\"MaSmjZ6wj\":{\"layout\":[\"fixed\",\"fixed\"]},\"GKMrpo8cv\":{\"layout\":[\"fixed\",\"fixed\"]},\"dwTuyitNL\":{\"layout\":[\"fixed\",\"fixed\"]},\"kH6szZatG\":{\"layout\":[\"fixed\",\"fixed\"]},\"bRvGCcy8G\":{\"layout\":[\"fixed\",\"fixed\"]},\"x9TBRNbGv\":{\"layout\":[\"fixed\",\"fixed\"]},\"XbRt85G85\":{\"layout\":[\"fixed\",\"fixed\"]},\"rOACDIEoW\":{\"layout\":[\"fixed\",\"fixed\"]},\"E5tcYwSq_\":{\"layout\":[\"fixed\",\"fixed\"]},\"jE9WkqHWX\":{\"layout\":[\"fixed\",\"fixed\"]},\"lgKU_4gMN\":{\"layout\":[\"fixed\",\"fixed\"]},\"RvzDk6lwg\":{\"layout\":[\"fixed\",\"fixed\"]},\"nn78DLuk7\":{\"layout\":[\"fixed\",\"fixed\"]},\"kDsMyYSS3\":{\"layout\":[\"fixed\",\"fixed\"]},\"AEQQfOe5M\":{\"layout\":[\"fixed\",\"fixed\"]},\"dJRdyDX4Y\":{\"layout\":[\"fixed\",\"fixed\"]},\"OwKgr66A8\":{\"layout\":[\"fixed\",\"fixed\"]},\"RnLGrcFsb\":{\"layout\":[\"fixed\",\"fixed\"]},\"sRd538yKO\":{\"layout\":[\"fixed\",\"fixed\"]},\"w42rlOjvL\":{\"layout\":[\"fixed\",\"fixed\"]},\"M36ndf83z\":{\"layout\":[\"fixed\",\"fixed\"]},\"cMqzGA6aK\":{\"layout\":[\"fixed\",\"fixed\"]},\"XlEIRDjDs\":{\"layout\":[\"fixed\",\"fixed\"]},\"zloBQLQHn\":{\"layout\":[\"fixed\",\"fixed\"]},\"PPLdSpkX9\":{\"layout\":[\"fixed\",\"fixed\"]},\"OZRE9sImg\":{\"layout\":[\"fixed\",\"fixed\"]},\"braiMQZju\":{\"layout\":[\"fixed\",\"fixed\"]},\"fPD97pdcz\":{\"layout\":[\"fixed\",\"fixed\"]},\"lITwEhLWv\":{\"layout\":[\"fixed\",\"fixed\"]},\"niAoBwSkN\":{\"layout\":[\"fixed\",\"fixed\"]},\"VxMwBPsHF\":{\"layout\":[\"fixed\",\"fixed\"]},\"ZWYYRXerx\":{\"layout\":[\"fixed\",\"fixed\"]},\"Ddb4zhO5g\":{\"layout\":[\"fixed\",\"fixed\"]},\"XjUttuzbu\":{\"layout\":[\"fixed\",\"fixed\"]},\"tU9Gr3FtJ\":{\"layout\":[\"fixed\",\"fixed\"]},\"r4Q1zMcio\":{\"layout\":[\"fixed\",\"fixed\"]},\"uJP4zbkff\":{\"layout\":[\"fixed\",\"fixed\"]},\"NUKrAa8ly\":{\"layout\":[\"fixed\",\"fixed\"]},\"dvJDOD_Df\":{\"layout\":[\"fixed\",\"fixed\"]},\"y8_ZSWOUh\":{\"layout\":[\"fixed\",\"fixed\"]},\"byepXb_94\":{\"layout\":[\"fixed\",\"fixed\"]},\"Xpe_iioFd\":{\"layout\":[\"fixed\",\"fixed\"]},\"WnEUTKDiU\":{\"layout\":[\"fixed\",\"fixed\"]},\"pmtk5R9Cr\":{\"layout\":[\"fixed\",\"fixed\"]},\"FuDFXIbaT\":{\"layout\":[\"fixed\",\"fixed\"]},\"YL7KeJKMU\":{\"layout\":[\"fixed\",\"fixed\"]},\"U06_L36w7\":{\"layout\":[\"fixed\",\"fixed\"]},\"e5DHZ0ppV\":{\"layout\":[\"fixed\",\"fixed\"]},\"SFjmxcTli\":{\"layout\":[\"fixed\",\"fixed\"]},\"phK8aB6Eh\":{\"layout\":[\"fixed\",\"fixed\"]},\"DFEuKhNPq\":{\"layout\":[\"fixed\",\"fixed\"]},\"av_VsNZim\":{\"layout\":[\"fixed\",\"fixed\"]},\"dO0SNiFdF\":{\"layout\":[\"fixed\",\"fixed\"]},\"ypYFNtqo7\":{\"layout\":[\"fixed\",\"fixed\"]},\"os75a90lr\":{\"layout\":[\"fixed\",\"fixed\"]},\"BHarK0aNq\":{\"layout\":[\"fixed\",\"fixed\"]},\"Na941xtDH\":{\"layout\":[\"fixed\",\"fixed\"]},\"XiKru7hSX\":{\"layout\":[\"fixed\",\"fixed\"]},\"kwwFRUjw9\":{\"layout\":[\"fixed\",\"fixed\"]},\"uMdfDx1fs\":{\"layout\":[\"fixed\",\"fixed\"]},\"nJCEir8tO\":{\"layout\":[\"fixed\",\"fixed\"]},\"fdKtCPPCs\":{\"layout\":[\"fixed\",\"fixed\"]},\"ruD63HYix\":{\"layout\":[\"fixed\",\"fixed\"]},\"cQsolyILZ\":{\"layout\":[\"fixed\",\"fixed\"]},\"koF1ql1JM\":{\"layout\":[\"fixed\",\"fixed\"]},\"aOMxk8hoq\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"mBs7h59hK\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerZyTBerqGe=withCSS(Component,css,\"framer-pkP9p\");export default FramerZyTBerqGe;FramerZyTBerqGe.displayName=\"Logo Brand Copy 6\";FramerZyTBerqGe.defaultProps={height:33,width:33};addPropertyControls(FramerZyTBerqGe,{variant:{options:[\"ObyYzCAxg\",\"GtuoANLe7\",\"FOEloecqP\",\"Mgp9JHaC5\",\"KSqK1hVZj\",\"MQC9d9LbD\",\"TK0qaY_Ul\",\"Vfpt9kcoI\",\"DYfYQZgiw\",\"s9f9mO95V\",\"jwWw6ctyk\",\"NoNn2xlV0\",\"z4CNaExn1\",\"h7A4cO0Tf\",\"YidpSN8pY\",\"eA0jnu6bW\",\"uwVS4dvAl\",\"DETc98wNR\",\"J1y45L3Sl\",\"RtfOY03uR\",\"t9jc71srm\",\"vMIleID92\",\"emE4UU9A9\",\"N1glmyYuE\",\"Q_wgZ59i8\",\"huX_m4n8A\",\"J2YhE3tWd\",\"WYIP7Tyih\",\"VZzKgJ1KB\",\"b_P32Ix46\",\"O2Jy5dXpq\",\"DZQNNBWZL\",\"ZlX9FUgP_\",\"OAXDkzXfo\",\"iD18Ks2el\",\"BD7pc3l1h\",\"ot2_b5F6b\",\"a_U0dAW1W\",\"xxwoQcgBy\",\"gbP32nkwd\",\"MaSmjZ6wj\",\"GKMrpo8cv\",\"dwTuyitNL\",\"kH6szZatG\",\"bRvGCcy8G\",\"x9TBRNbGv\",\"XbRt85G85\",\"rOACDIEoW\",\"E5tcYwSq_\",\"jE9WkqHWX\",\"lgKU_4gMN\",\"RvzDk6lwg\",\"nn78DLuk7\",\"kDsMyYSS3\",\"AEQQfOe5M\",\"dJRdyDX4Y\",\"OwKgr66A8\",\"RnLGrcFsb\",\"sRd538yKO\",\"w42rlOjvL\",\"M36ndf83z\",\"cMqzGA6aK\",\"XlEIRDjDs\",\"zloBQLQHn\",\"PPLdSpkX9\",\"OZRE9sImg\",\"braiMQZju\",\"fPD97pdcz\",\"lITwEhLWv\",\"niAoBwSkN\",\"VxMwBPsHF\",\"ZWYYRXerx\",\"Ddb4zhO5g\",\"XjUttuzbu\",\"tU9Gr3FtJ\",\"r4Q1zMcio\",\"uJP4zbkff\",\"NUKrAa8ly\",\"dvJDOD_Df\",\"y8_ZSWOUh\",\"byepXb_94\",\"Xpe_iioFd\",\"WnEUTKDiU\",\"pmtk5R9Cr\",\"FuDFXIbaT\",\"YL7KeJKMU\",\"U06_L36w7\",\"e5DHZ0ppV\",\"SFjmxcTli\",\"phK8aB6Eh\",\"DFEuKhNPq\",\"av_VsNZim\",\"dO0SNiFdF\",\"ypYFNtqo7\",\"os75a90lr\",\"BHarK0aNq\",\"Na941xtDH\",\"XiKru7hSX\",\"kwwFRUjw9\",\"uMdfDx1fs\",\"nJCEir8tO\",\"fdKtCPPCs\",\"ruD63HYix\",\"cQsolyILZ\",\"koF1ql1JM\",\"aOMxk8hoq\"],optionTitles:[\"Arket\",\"12 Storeez\",\"Acne Studios\",\"Alohas\",\"Ami\",\"Amina Muaddi\",\"And Other Stories\",\"Another Aspect\",\"APC\",\"Aspesi\",\"Armed Angels\",\"Asket\",\"Asphaltgold\",\"Axel Arigato\",\"Bareen\",\"Berluti\",\"Bershka\",\"Bimba y Lola\",\"Bobo Choses\",\"Boboli\",\"Boss\",\"Bound\",\"Burberry\",\"Calvin Klein\",\"Camper\",\"Canada Goose\",\"Carhartt\",\"Carrer\",\"CDLP\",\"Edmmond Studios\",\"Cold Culture\",\"Colorful Standard\",\"Converse\",\"Coperni\",\"Cordera\",\"Cos\",\"Courreges\",\"Dickies\",\"Diesel\",\"Dr. Martens\",\"Eme Studios\",\"Etro\",\"Fake Gods\",\"Family First Milano\",\"Ferragamo\",\"Ganni\",\"Gant\",\"Givenchy\",\"Hermes\",\"Hoka\",\"Holzweiler\",\"Hugo\",\"Jaded London\",\"Jacquemus\",\"Jimmy Choo\",\"Joseph Fashion\",\"Kenzo\",\"Lacoste\",\"LDB\",\"Levi's\",\"Loewe\",\"Loro Piana\",\"Luisa Via Roma\",\"Magda Butrym\",\"Maison Kitsune\u0301\",\"Mango\",\"Marc o polo\",\"Massimo Dutti\",\"Meller\",\"Minimalism Brand\",\"Miu Miu\",\"Mnml\",\"Nanushka\",\"New Balance\",\"Nike\",\"Nude Project\",\"Oas Company\",\"OBS\",\"Off-White\",\"On\",\"Organic Basics\",\"Parel\",\"Polene\",\"Pompeii\",\"Prada\",\"Pull & Bear\",\"Puma\",\"Rains\",\"Salomon\",\"Sandro\",\"Scuffers\",\"Studio Nicholson\",\"Suitsupply\",\"Sunnei\",\"Tekla\",\"The Campamento\",\"The North Face\",\"Thinking Mu\",\"Tommy Hilfiger\",\"Tous\",\"Two Jeys\",\"Vibram\",\"Victoria Beckham\",\"We are not friends\",\"Zalando\",\"Zegna\"],title:\"Variant\",type:ControlType.Enum},mBs7h59hK:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerZyTBerqGe,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZyTBerqGe\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"mBs7h59hK\\\":\\\"tap\\\"}\",\"framerIntrinsicHeight\":\"33\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"GtuoANLe7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"FOEloecqP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Mgp9JHaC5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"KSqK1hVZj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"MQC9d9LbD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"TK0qaY_Ul\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Vfpt9kcoI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"DYfYQZgiw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"s9f9mO95V\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"jwWw6ctyk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"NoNn2xlV0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"z4CNaExn1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"h7A4cO0Tf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"YidpSN8pY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"eA0jnu6bW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"uwVS4dvAl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"DETc98wNR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"J1y45L3Sl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"RtfOY03uR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"t9jc71srm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"vMIleID92\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"emE4UU9A9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"N1glmyYuE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Q_wgZ59i8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"huX_m4n8A\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"J2YhE3tWd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"WYIP7Tyih\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"VZzKgJ1KB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"b_P32Ix46\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"O2Jy5dXpq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"DZQNNBWZL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ZlX9FUgP_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"OAXDkzXfo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"iD18Ks2el\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"BD7pc3l1h\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ot2_b5F6b\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"a_U0dAW1W\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"xxwoQcgBy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"gbP32nkwd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"MaSmjZ6wj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"GKMrpo8cv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"dwTuyitNL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"kH6szZatG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"bRvGCcy8G\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"x9TBRNbGv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"XbRt85G85\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"rOACDIEoW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"E5tcYwSq_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"jE9WkqHWX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"lgKU_4gMN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"RvzDk6lwg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"nn78DLuk7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"kDsMyYSS3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"AEQQfOe5M\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"dJRdyDX4Y\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"OwKgr66A8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"RnLGrcFsb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"sRd538yKO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"w42rlOjvL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"M36ndf83z\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"cMqzGA6aK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"XlEIRDjDs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"zloBQLQHn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"PPLdSpkX9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"OZRE9sImg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"braiMQZju\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"fPD97pdcz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"lITwEhLWv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"niAoBwSkN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"VxMwBPsHF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ZWYYRXerx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Ddb4zhO5g\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"XjUttuzbu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"tU9Gr3FtJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"r4Q1zMcio\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"uJP4zbkff\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"NUKrAa8ly\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"dvJDOD_Df\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"y8_ZSWOUh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"byepXb_94\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Xpe_iioFd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"WnEUTKDiU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"pmtk5R9Cr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"FuDFXIbaT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"YL7KeJKMU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"U06_L36w7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"e5DHZ0ppV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"SFjmxcTli\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"phK8aB6Eh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"DFEuKhNPq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"av_VsNZim\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"dO0SNiFdF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ypYFNtqo7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"os75a90lr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"BHarK0aNq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Na941xtDH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"XiKru7hSX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"kwwFRUjw9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"uMdfDx1fs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"nJCEir8tO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"fdKtCPPCs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ruD63HYix\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"cQsolyILZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"koF1ql1JM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"aOMxk8hoq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"33\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ZyTBerqGe.map", "// Generated by Framer (2b47498)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Video as Video1}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/IZ0vSV62Dv7ax4rBiGUk/Video.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/Z4QJ2YpzpVnWRfR6Ccgg/Video.js\";import ProgressAnimation from\"https://framerusercontent.com/modules/ofoyqOe8BmEk4mePybsj/LBPUzWu5vN8RegopbfWx/ProgressAnimation_5.js\";import Download from\"https://framerusercontent.com/modules/tq7jXCKgOIEfQNqpJH0o/8mJuqfPQ3gh9xh0HSzXP/Download_Code.js\";import Download1 from\"https://framerusercontent.com/modules/eaa7Ckxp4QfcoUwvHrW2/cJgwnMQKDMFEPXhqArRK/Download_Code.js\";import ProgressAnimation1 from\"https://framerusercontent.com/modules/NtTrcSStD7HWV7mAUjvN/HQlUBR5BCmmZcxlxFEHt/ProgressAnimation_5.js\";import LogoBrandCopy6 from\"https://framerusercontent.com/modules/5buEtcE2CIhSDGpQB4MM/hJpbHVymnZ8TGlQxh3Vz/ZyTBerqGe.js\";const VideoFonts=getFonts(Video);const ProgressAnimationFonts=getFonts(ProgressAnimation);const LogoBrandCopy6Fonts=getFonts(LogoBrandCopy6);const Video1Fonts=getFonts(Video1);const DownloadFonts=getFonts(Download);const Video1Controls=getPropertyControls(Video1);const Download1Controls=getPropertyControls(Download1);const ProgressAnimation1Controls=getPropertyControls(ProgressAnimation1);const LogoBrandCopy6Controls=getPropertyControls(LogoBrandCopy6);const cycleOrder=[\"Kho6PlQxK\",\"dp_DY5KXA\",\"ewqY4d3V6\",\"ReLhMbFuC\"];const serializationHash=\"framer-wE9SY\";const variantClassNames={dp_DY5KXA:\"framer-v-1ocq81x\",ewqY4d3V6:\"framer-v-10bcec5\",Kho6PlQxK:\"framer-v-1w8tzpe\",ReLhMbFuC:\"framer-v-u3sffk\"};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 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 humanReadableEnumMap={\"12 Storeez\":\"GtuoANLe7\",\"Acne Studios\":\"FOEloecqP\",\"Amina Muaddi\":\"MQC9d9LbD\",\"Another Aspect\":\"Vfpt9kcoI\",\"Armed Angels\":\"jwWw6ctyk\",\"Axel Arigato\":\"h7A4cO0Tf\",\"Bimba y Lola\":\"DETc98wNR\",\"Bobo Choses\":\"J1y45L3Sl\",\"Cold Culture\":\"O2Jy5dXpq\",\"Colorful Standard\":\"DZQNNBWZL\",\"Edmmond Studios\":\"b_P32Ix46\",\"Eme Studios\":\"MaSmjZ6wj\",\"Family First Milano\":\"kH6szZatG\",\"Joseph Fashion\":\"dJRdyDX4Y\",\"Levi's\":\"w42rlOjvL\",\"Luisa Via Roma\":\"XlEIRDjDs\",\"Maison Kitsune\u0301\":\"PPLdSpkX9\",\"Marc o polo\":\"braiMQZju\",\"Massimo Dutti\":\"fPD97pdcz\",\"Minimalism Brand\":\"niAoBwSkN\",\"Miu Miu\":\"VxMwBPsHF\",\"New Balance\":\"XjUttuzbu\",\"Nude Project\":\"r4Q1zMcio\",\"Oas Company\":\"uJP4zbkff\",\"Off-White\":\"dvJDOD_Df\",\"Organic Basics\":\"byepXb_94\",\"Pull & Bear\":\"YL7KeJKMU\",\"Studio Nicholson\":\"av_VsNZim\",\"The Campamento\":\"BHarK0aNq\",\"The North Face\":\"Na941xtDH\",\"Thinking Mu\":\"XiKru7hSX\",\"Tommy Hilfiger\":\"kwwFRUjw9\",\"Two Jeys\":\"RzS93dM7n\",\"We are not friends\":\"cQsolyILZ\",Alohas:\"Mgp9JHaC5\",APC:\"DYfYQZgiw\",Arket:\"ObyYzCAxg\",Asphaltgold:\"z4CNaExn1\",Bareen:\"YidpSN8pY\",Berluti:\"eA0jnu6bW\",Bershka:\"uwVS4dvAl\",Boboli:\"RtfOY03uR\",Boss:\"t9jc71srm\",Bound:\"vMIleID92\",Burberry:\"emE4UU9A9\",Camper:\"Q_wgZ59i8\",Carhartt:\"J2YhE3tWd\",CDLP:\"VZzKgJ1KB\",Converse:\"ZlX9FUgP_\",Cordera:\"iD18Ks2el\",Cos:\"BD7pc3l1h\",Diesel:\"xxwoQcgBy\",Ferragamo:\"bRvGCcy8G\",Gant:\"XbRt85G85\",Givenchy:\"rOACDIEoW\",Hermes:\"E5tcYwSq_\",Hoka:\"jE9WkqHWX\",Holzweiler:\"lgKU_4gMN\",Hugo:\"RvzDk6lwg\",Kenzo:\"OwKgr66A8\",Lacoste:\"RnLGrcFsb\",LDB:\"sRd538yKO\",Loewe:\"M36ndf83z\",Mango:\"OZRE9sImg\",Mnml:\"ZWYYRXerx\",Nanushka:\"Ddb4zhO5g\",Nike:\"tU9Gr3FtJ\",OBS:\"NUKrAa8ly\",On:\"y8_ZSWOUh\",Rains:\"e5DHZ0ppV\",Tekla:\"os75a90lr\",Tous:\"uMdfDx1fs\",Vibram:\"fdKtCPPCs\",Zalando:\"koF1ql1JM\"};const humanReadableVariantMap={\"Desktop Hover\":\"dp_DY5KXA\",\"Mobile Appear\":\"ReLhMbFuC\",Desktop:\"Kho6PlQxK\",Mobile:\"ewqY4d3V6\"};const getProps=({download,file,height,id,logo2Version,title,videoFile,width,...props})=>{return{...props,eKaHcrwEZ:humanReadableEnumMap[logo2Version]??logo2Version??props.eKaHcrwEZ??\"ObyYzCAxg\",HWagtoP8z:videoFile??props.HWagtoP8z,lLlbIkQmG:download??props.lLlbIkQmG,SP7h8we2j:file??props.SP7h8we2j,variant:humanReadableVariantMap[props.variant]??props.variant??\"Kho6PlQxK\",Xql3sInV6:title??props.Xql3sInV6??\"Brand\"};};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,Xql3sInV6,SP7h8we2j,lLlbIkQmG,HWagtoP8z,eKaHcrwEZ,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Kho6PlQxK\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnterg3y5lt=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"dp_DY5KXA\");});const onMouseLeave1c066yl=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"Kho6PlQxK\");});const onAppearlntx0c=activeVariantCallback(async(...args)=>{setVariant(\"ReLhMbFuC\");});const mBs7h59hK1euf0z2=activeVariantCallback(async(...args)=>{setVariant(\"Kho6PlQxK\");});useOnVariantChange(baseVariant,{ewqY4d3V6:onAppearlntx0c});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"dp_DY5KXA\",\"ReLhMbFuC\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"ewqY4d3V6\")return true;return false;};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,...gestureHandlers,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1920,intrinsicWidth:1080},className:cx(serializationHash,...sharedStyleClassNames,\"framer-1w8tzpe\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Kho6PlQxK\",onMouseEnter:onMouseEnterg3y5lt,ref:ref??ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(57, 57, 57)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,...style},...addPropertyOverrides({dp_DY5KXA:{\"data-framer-name\":\"Desktop Hover\",onMouseEnter:undefined,onMouseLeave:onMouseLeave1c066yl},ewqY4d3V6:{\"data-framer-name\":\"Mobile\",onMouseEnter:undefined},ReLhMbFuC:{\"data-framer-name\":\"Mobile Appear\",\"data-highlight\":undefined,onMouseEnter:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1k9vmmz-container\",layoutDependency:layoutDependency,layoutId:\"zNN5sxDDu-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"zNN5sxDDu\",isMixedBorderRadius:false,layoutId:\"zNN5sxDDu\",loop:true,muted:true,objectFit:\"cover\",playing:false,posterEnabled:false,srcFile:SP7h8we2j,srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\",...addPropertyOverrides({dp_DY5KXA:{playing:true,startTime:.1}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-k7r3gy\",\"data-framer-name\":\"Elements top wrapper\",layoutDependency:layoutDependency,layoutId:\"si8pnUpCq\",style:{background:'linear-gradient(180deg, var(--token-e00c4134-1edd-40df-af37-81c0919c0967, rgb(22, 22, 22)) /* {\"name\":\"Dark Background\"} */ 0%, rgba(22, 22, 22, 0) 100%)'},children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1j04nxb-container\",layoutDependency:layoutDependency,layoutId:\"wiidCx53f-container\",children:/*#__PURE__*/_jsx(ProgressAnimation,{backgroundColor:\"rgba(255, 255, 255, 0.12)\",file:HWagtoP8z,height:\"100%\",id:\"wiidCx53f\",layoutId:\"wiidCx53f\",progressColor:\"var(--token-854a6afb-5793-4c55-9cb0-f9624053bdbf, rgb(242, 242, 242))\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1atp0s5\",\"data-framer-name\":\"Logo and Brand brand wrapper\",layoutDependency:layoutDependency,layoutId:\"PAUoZ2djE\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33.032257080078125,width:\"33.0323px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-l0mzb1-container\",layoutDependency:layoutDependency,layoutId:\"CSrpJ0xpS-container\",children:/*#__PURE__*/_jsx(LogoBrandCopy6,{height:\"100%\",id:\"CSrpJ0xpS\",layoutId:\"CSrpJ0xpS\",mBs7h59hK:mBs7h59hK1euf0z2,style:{height:\"100%\",width:\"100%\"},variant:eKaHcrwEZ,width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13.42px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Brand\"})}),className:\"framer-15lpphw\",\"data-framer-name\":\"Brand Name\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"o17gihTnc\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},text:Xql3sInV6,verticalAlignment:\"top\",withExternalLayout:true})]})]}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1k2qa15-container\",\"data-framer-name\":\"File\",layoutDependency:layoutDependency,layoutId:\"LJU3SB_uZ-container\",name:\"File\",children:/*#__PURE__*/_jsx(Video1,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"LJU3SB_uZ\",isMixedBorderRadius:false,layoutId:\"LJU3SB_uZ\",loop:false,muted:true,name:\"File\",objectFit:\"fill\",playing:false,posterEnabled:false,srcFile:SP7h8we2j,srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\",...addPropertyOverrides({ewqY4d3V6:{onEnd:undefined,poster:\"https://framerusercontent.com/images/D5QLZxFzxapl1CznqzyeujHo.jpg\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-pn0a32-container\",layoutDependency:layoutDependency,layoutId:\"RperKDp15-container\",children:/*#__PURE__*/_jsx(Download,{downloadFileName:\"Adschive-CustomFileName\",file:lLlbIkQmG,height:\"100%\",id:\"RperKDp15\",layoutId:\"RperKDp15\",tint:\"var(--token-854a6afb-5793-4c55-9cb0-f9624053bdbf, rgb(242, 242, 242))\",title:\"DOWNLOAD\",width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-wE9SY.framer-1e7h22k, .framer-wE9SY .framer-1e7h22k { display: block; }\",\".framer-wE9SY.framer-1w8tzpe { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: wrap; gap: 0px; height: 510px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 287px; will-change: var(--framer-will-change-override, transform); }\",\".framer-wE9SY .framer-1k9vmmz-container { flex: none; height: 100%; position: relative; width: 100%; }\",\".framer-wE9SY .framer-k7r3gy { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; left: 0px; overflow: hidden; padding: 8px 8px 0px 8px; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-wE9SY .framer-1j04nxb-container { flex: none; height: 2px; position: relative; width: 100%; }\",\".framer-wE9SY .framer-1atp0s5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-wE9SY .framer-l0mzb1-container { flex: none; height: 33px; position: relative; width: 33px; }\",\".framer-wE9SY .framer-15lpphw { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-wE9SY .framer-1k2qa15-container { flex: none; height: 100%; position: relative; width: 100%; z-index: -1; }\",\".framer-wE9SY .framer-pn0a32-container { bottom: 8px; flex: none; height: auto; left: 8px; position: absolute; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wE9SY.framer-1w8tzpe, .framer-wE9SY .framer-k7r3gy, .framer-wE9SY .framer-1atp0s5 { gap: 0px; } .framer-wE9SY.framer-1w8tzpe > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-wE9SY.framer-1w8tzpe > :first-child, .framer-wE9SY .framer-k7r3gy > :first-child { margin-top: 0px; } .framer-wE9SY.framer-1w8tzpe > :last-child, .framer-wE9SY .framer-k7r3gy > :last-child { margin-bottom: 0px; } .framer-wE9SY .framer-k7r3gy > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } .framer-wE9SY .framer-1atp0s5 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-wE9SY .framer-1atp0s5 > :first-child { margin-left: 0px; } .framer-wE9SY .framer-1atp0s5 > :last-child { margin-right: 0px; } }\",\".framer-wE9SY.framer-v-1ocq81x .framer-1k9vmmz-container { order: 0; }\",\".framer-wE9SY.framer-v-1ocq81x .framer-k7r3gy { order: 1; }\",\".framer-wE9SY.framer-v-1ocq81x .framer-1atp0s5, .framer-wE9SY.framer-v-u3sffk .framer-1atp0s5 { padding: 0px; }\",\".framer-wE9SY.framer-v-1ocq81x .framer-pn0a32-container { order: 3; }\",'.framer-wE9SY[data-border=\"true\"]::after, .framer-wE9SY [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 510\n * @framerIntrinsicWidth 287\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"dp_DY5KXA\":{\"layout\":[\"fixed\",\"fixed\"]},\"ewqY4d3V6\":{\"layout\":[\"fixed\",\"fixed\"]},\"ReLhMbFuC\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"Xql3sInV6\":\"title\",\"SP7h8we2j\":\"file\",\"lLlbIkQmG\":\"download\",\"HWagtoP8z\":\"videoFile\",\"eKaHcrwEZ\":\"logo2Version\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerJf5B6H9eu=withCSS(Component,css,\"framer-wE9SY\");export default FramerJf5B6H9eu;FramerJf5B6H9eu.displayName=\"Card Copy 11\";FramerJf5B6H9eu.defaultProps={height:510,width:287};addPropertyControls(FramerJf5B6H9eu,{variant:{options:[\"Kho6PlQxK\",\"dp_DY5KXA\",\"ewqY4d3V6\",\"ReLhMbFuC\"],optionTitles:[\"Desktop\",\"Desktop Hover\",\"Mobile\",\"Mobile Appear\"],title:\"Variant\",type:ControlType.Enum},Xql3sInV6:{defaultValue:\"Brand\",displayTextArea:false,title:\"Title\",type:ControlType.String},SP7h8we2j:Video1Controls?.[\"srcFile\"]&&{...Video1Controls[\"srcFile\"],__defaultAssetReference:\"\",description:undefined,hidden:undefined,title:\"File\"},lLlbIkQmG:Download1Controls?.[\"file\"]&&{...Download1Controls[\"file\"],__defaultAssetReference:\"\",description:undefined,hidden:undefined,title:\"Download\"},HWagtoP8z:ProgressAnimation1Controls?.[\"file\"]&&{...ProgressAnimation1Controls[\"file\"],__defaultAssetReference:\"\",description:undefined,hidden:undefined,title:\"Video File\"},eKaHcrwEZ:LogoBrandCopy6Controls?.[\"variant\"]&&{...LogoBrandCopy6Controls[\"variant\"],defaultValue:\"ObyYzCAxg\",description:undefined,hidden:undefined,title:\"Logo 2 version\"}});addFonts(FramerJf5B6H9eu,[{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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]},...VideoFonts,...ProgressAnimationFonts,...LogoBrandCopy6Fonts,...Video1Fonts,...DownloadFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerJf5B6H9eu\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"Xql3sInV6\\\":\\\"title\\\",\\\"SP7h8we2j\\\":\\\"file\\\",\\\"lLlbIkQmG\\\":\\\"download\\\",\\\"HWagtoP8z\\\":\\\"videoFile\\\",\\\"eKaHcrwEZ\\\":\\\"logo2Version\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"dp_DY5KXA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ewqY4d3V6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ReLhMbFuC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"287\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"510\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["FAVOURITES_FILTER_ID", "DELIMITER", "Button", "props", "onClick", "onMouseEnter", "_props_font", "_props_style", "_props_customLayer", "_props_style1", "_props_style2", "layer", "width", "height", "q", "p", "u", "createBackground", "Border", "Border", "width", "widthIsMixed", "widthTop", "widthRight", "widthBottom", "widthLeft", "style", "color", "transition", "animate", "radius", "p", "motion", "Message", "title", "subtitle", "u", "createBackground", "fill", "on", "color", "colorA", "colorB", "sortingControls", "defaultSorting", "hidden", "ControlType", "props", "getCollectionData", "collectionList", "_collectionList_props", "_collectionList_props_children_props", "_collectionList_props_children", "_collectionList_props1", "_collectionList_props_children_props_children_props", "_collectionList_props_children_props_children", "_collectionList_props_children_props1", "_collectionList_props_children1", "_collectionList_props2", "_queryParent_props", "queryParent", "query", "queryData", "left", "i", "propertyControlsById", "propertyControlsByName", "id", "control", "childrenFunction", "_collectionList_props3", "_clpc_props", "_clpc_props_children_props", "_clpc_props_children", "_clpc_props1", "clpc", "addFieldsToSelect", "fields", "alias", "select", "fieldName", "_propertyControlsByName_fieldName", "fieldId", "matchFound", "item", "DEFAULT_COLUMNS", "DEFAULT_GAP", "Masonry", "breakpoints", "columns", "gap", "reverse", "autoArrange", "alignment", "children", "style", "otherProps", "forwardedRef", "elements", "pe", "arrange", "setArrange", "ye", "fe", "layout", "se", "arrayOfChildren", "j", "newLayout", "columnHeights", "getcolumnIndex", "index", "columnIndex", "item", "element", "elementHeight", "child", "J", "temporaryElements", "addElement", "p", "column", "itemIndex", "createStore", "t", "e", "setState", "r", "c", "n", "getState", "subscribeWithSelector", "o", "listenerToAdd", "window", "s", "ue", "fe", "create", "useStore", "u", "le", "i", "a", "pe", "d", "l", "f", "S", "b", "g", "w", "listener", "p", "ne", "shallow", "t", "l", "r", "createInitialState", "useBaseStore", "create", "set", "get", "id", "_get_instances_path", "path", "getCurrentPath", "updates", "state", "totalItems", "fieldName", "value", "currentFilters", "randomizationSeed", "search", "sortOption", "page", "useSuperfieldsStore", "selector", "initialize", "initializedRef", "pe", "_", "startTransition", "_e", "memoizedFunctions", "se", "functions", "key", "args", "window", "_state_instances_path", "initialState", "initializedState", "newState", "shallow", "Store_default", "assign", "t", "r", "e", "init", "set", "n", "i", "o", "c", "get", "a", "useBaseStore", "create", "set", "get", "cmsCollectionName", "favourites", "state", "t", "favourite", "currentFavourites", "favouriteToRemove", "fav", "useFavouriteStore", "selector", "newState", "savedState", "savedFavourites", "error", "key", "value", "args", "FavouriteStore_default", "Order", "FieldType", "PaginationType", "LayoutType", "Superfields", "props", "_props_collectionList", "_props_emptyState", "_queryParent_props", "_propertyControlsByName_slugFieldName", "_filters_FAVOURITES_FILTER_ID", "_collectionList_props", "_collectionList_props1", "superfieldsId", "layout", "componentConfig", "favouriting", "cmsCollectionName", "slugFieldName", "favouritesOnly", "searchFields", "sortingField", "urlParameters", "collectionList", "emptyState", "isCanvas", "RenderTarget", "isOptimizing", "window", "scrollUpRef", "pe", "itemCountRef", "isFirstRender", "query", "queryParent", "propertyControlsByName", "childrenFunction", "se", "getCollectionData", "framerPaginationSize", "framerPagination", "filters", "randomizationSeed", "search", "sortOption", "defaultSortOption", "sortingUrlParameter", "paginationActive", "paginationType", "itemsPerPage", "page", "setPage", "setTotalItems", "Store_default", "state", "urlParams", "searchParam", "pageParam", "parsedPage", "maxPages", "data", "favourites", "FavouriteStore_default", "randomize", "sort", "_propertyControlsByName_slugFieldName_id", "slugFieldId", "filterNames", "select", "hasFilters", "usedFieldNames", "fieldName", "name", "DELIMITER", "addFieldsToSelect", "useQueryData", "dataIds", "item", "dataItemsById", "ue", "rect", "url", "pageNumber", "hasUrlParameterFilter", "filter", "value", "filteredData", "itemIds", "FAVOURITES_FILTER_ID", "conditionContains", "fields", "n", "field", "id", "foundMatch", "dataItem", "dataFieldValue", "values", "_field_options", "_field_optionTitles", "dataValueTitle", "v", "_field_optionTitles1", "_field_options1", "_dataItem_field_id", "_field_options2", "_field_optionTitles2", "_field_optionTitles3", "_field_options3", "favouriteFilterValue", "favouriteFilteredData", "shouldFilterFavorites", "_search_trim_toLowerCase", "searchText", "searchData", "missingSearchField", "missingFieldName", "levels", "itemLevels", "i", "property", "propertyID", "propertyType", "optionMap", "propIsString", "propIsEnum", "propIsNumber", "ii", "_dataItemsById_cmsItem_id", "cmsItem", "text", "level", "oldLevel", "oldLevelItems", "itemId", "itemCount", "pageCount", "dataOrder", "newDataOrder", "_", "shuffle", "orderedItemIds", "missingSortField", "fieldType", "sortBy", "_property_id", "fieldID", "isAscending", "getSortValue", "_dataItemsById_id", "_dataItemsById_id1", "slug", "a", "b", "aValue", "bValue", "comparison", "aTitle", "bTitle", "memoizedChildren", "_clChildren_props", "offset", "limit", "paginationInfo", "loadMore", "newPage", "items", "clChildren", "modifyChildren", "elements", "newChildren", "isComponentWithVariants", "_child_props", "child", "component", "p", "MemoizedComponentVariantSwitch", "childrenArray", "Message", "layoutStyle", "isVertical", "gridTemplateColumns", "gridAutoRows", "isMasonry", "collectionListStyle", "paginationPreviewOffset", "paginationItemsAfter", "_collectionList_props___node_cache", "_collectionList_props___node", "_collectionList_props2", "htmlElement", "_htmlElement_reactFiberKey_memoizedProps_children__props_children_props_children__props_children__props", "_htmlElement_reactFiberKey_memoizedProps_children__props_children_props_children__props_children_", "_htmlElement_reactFiberKey_memoizedProps_children__props_children_props_children__props_children", "_htmlElement_reactFiberKey_memoizedProps_children__props_children_props_children__props", "_htmlElement_reactFiberKey_memoizedProps_children__props_children_props_children_", "_htmlElement_reactFiberKey_memoizedProps_children__props_children_props_children", "_htmlElement_reactFiberKey_memoizedProps_children__props_children_props", "_htmlElement_reactFiberKey_memoizedProps_children__props_children", "_htmlElement_reactFiberKey_memoizedProps_children__props", "_htmlElement_reactFiberKey_memoizedProps_children_", "_htmlElement_reactFiberKey_memoizedProps_children", "_htmlElement_reactFiberKey_memoizedProps", "_htmlElement_reactFiberKey", "reactFiberKey", "key", "cmsChildren", "children", "MemoizedMasonry", "_props_id", "u", "l", "q", "addPropertyControls", "ControlType", "sortingControls", "ComponentVariantSwitch", "_child_props_children_props", "_child_props_children", "_component_type", "componentChild", "componentProps", "variant", "ResolveLinks", "element", "_component_props", "cData", "_cData_type_propertyControls", "_cData_type", "X", "Masonry", "array", "seed", "shuffled", "currentSeed", "random", "x", "j", "calculateTotalPages", "totalItems", "itemsPerPage", "characters", "generateInstanceId", "se", "result", "i", "FAVOURITES_FILTER_ID", "DELIMITER", "superfieldsId", "hidden", "ControlType", "Button", "props", "onClick", "onMouseEnter", "_props_font", "_props_style", "_props_customLayer", "_props_style1", "_props_style2", "layer", "width", "height", "q", "p", "u", "createBackground", "Border", "borderPropertyControl", "ControlType", "widthIsMixed", "widthTop", "widthRight", "widthBottom", "widthLeft", "style", "color", "transition", "animate", "radius", "motion", "Message", "title", "subtitle", "createBackground", "fill", "on", "color", "colorA", "colorB", "fillProp", "gradientColorA", "gradientColorB", "noDefault", "props", "ControlType", "fillPropOnOff", "colorOn", "colorAOn", "colorBOn", "colorOff", "colorAOff", "colorBOff", "ALL_SELECTED_VALUE", "LAYOUT_ALIGNMENTS", "TOGGLE_VALUES", "DASHES_ONLY_REGEX", "CONDITION_FIELD_TYPES", "DIVIDER", "FAVOURITES_URL_PARAMETER", "TRUE_VALUES", "FALSE_VALUES", "Filter", "props", "_props_collectionList", "_filters_fieldName", "superfieldsId", "filterBy", "options", "buttonGroupLayout", "buttonGroupStyle", "toggleMultiOptions", "toggleTwoStateOptions", "toggleTwoStateText", "dropdownStyle", "toggleSwitchStyle", "checkboxStyle", "layout", "transition", "isCanvas", "RenderTarget", "rawFieldType", "fieldName", "DELIMITER", "FAVOURITES_FILTER_ID", "fieldType", "filterType", "allOption", "showDividers", "urlParameter", "collectionList", "query", "propertyControlsById", "getCollectionData", "select", "fieldId", "control", "collectionData", "useQueryData", "optionValues", "_Object_keys", "optionFieldNames", "optionValuesList", "allValues", "index", "value", "defaultOptionIsValid", "offValue", "onValue", "defaultValue", "values", "_optionValues_", "filters", "setFilterValue", "Store_default", "state", "initialValue", "paramValue", "window", "lowerParamValue", "setFilter", "newValue", "optionItems", "i", "isDivider", "layers", "dropdownArrow", "pt", "pl", "pb", "pr", "dropdownRadius", "u", "event", "createBackground", "p", "item", "Border", "_dropdownArrow_color", "_props_font", "FilterButton", "ButtonGroupDivider", "v", "height", "padding", "border", "switchBorder", "motion", "_checkboxStyle_icon", "_checkboxStyle_fillOn", "_checkboxStyle_fillOff", "paddingRadiusProps", "ControlType", "addPropertyControls", "isOptionType", "fillPropOnOff", "fillProp", "borderPropertyControl", "text", "selected", "color", "width", "rounded", "marginH", "marginV", "horizontal", "LIMIT", "OFFSET", "useStore", "createStore", "LIMIT", "OFFSET", "withCollectionList", "Component", "props", "store", "setStore", "newProps", "setNewProps", "ye", "ue", "newTotalItems", "fe", "u", "l", "p", "ObjectFitType", "SrcType", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "usePlaybackControls", "videoRef", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "requestingPlay", "pe", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "e", "pause", "useAutoplayBehavior", "playingProp", "muted", "loop", "playsinline", "controls", "initialPlayingProp", "ye", "hasPlayingPropChanged", "setHasPlayingPropChanged", "behavesAsGif", "autoplay", "isMountedAndReadyForProgressChanges", "X", "srcType", "srcFile", "srcUrl", "progress", "objectFit", "backgroundColor", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "poster", "posterEnabled", "startTimeProp", "volume", "isSafari", "useIsBrowserSafari", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "borderRadius", "useRadius", "autoplayBehavior", "isInViewport", "useInView", "startTime", "ue", "rawProgressValue", "isMotionValue", "value", "useOnEnter", "useOnExit", "src", "se", "fragment", "groupsRegex", "capitalizeFirstLetter", "titleCase", "objectFitOptions", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "ProgressAnimation", "props", "backgroundColor", "progressColor", "file", "width", "setWidth", "ye", "duration", "setDuration", "ue", "video", "interval", "prevWidth", "styles", "u", "p", "addPropertyControls", "ControlType", "Download", "props", "title", "tint", "style", "file", "downloadFileName", "downloadFile", "response", "blob", "url", "window", "link", "getFileNameFromUrl", "error", "p", "motion", "containerStyle", "addPropertyControls", "ControlType", "parts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "tap", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "mBs7h59hK", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap5qur1c", "args", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "css", "FramerZyTBerqGe", "withCSS", "ZyTBerqGe_default", "addPropertyControls", "ControlType", "addFonts", "VideoFonts", "getFonts", "Video", "ProgressAnimationFonts", "ProgressAnimation", "LogoBrandCopy6Fonts", "ZyTBerqGe_default", "Video1Fonts", "DownloadFonts", "Download", "Video1Controls", "getPropertyControls", "Download1Controls", "ProgressAnimation1Controls", "LogoBrandCopy6Controls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "download", "file", "height", "id", "logo2Version", "title", "videoFile", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Xql3sInV6", "SP7h8we2j", "lLlbIkQmG", "HWagtoP8z", "eKaHcrwEZ", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnterg3y5lt", "args", "onMouseLeave1c066yl", "onAppearlntx0c", "mBs7h59hK1euf0z2", "useOnVariantChange", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "RichText2", "css", "FramerJf5B6H9eu", "withCSS", "Jf5B6H9eu_default", "addPropertyControls", "ControlType", "addFonts"]
}
