{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/5FfZLcxyA2qA2vERi06H/bHyQOXskNHqoRGRhDtlj/yJwdNBd8p.js"],
  "sourcesContent": ["// Generated by Framer (77e91d3)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, Container, cx, GeneratedComponentContext, getFonts, PathVariablesContext, PropertyOverrides, removeHiddenBreakpointLayers, resolveLink, RichText, useHydratedBreakpointVariants, useLocaleInfo, useQueryData, useRouter, withCSS, withFX } from \"framer\";\nimport { LayoutGroup, motion } from \"framer-motion\";\nimport * as React from \"react\";\nimport ProductCard from \"https://framerusercontent.com/modules/jjJJOSoH1fQFhbamYNit/cd99px6doZdWp9ssdwVi/BmGjiFVr2.js\";\nimport RoomieFooter from \"https://framerusercontent.com/modules/8M60Psu74S4W7sqKUyy4/krSA7Qm6GhimCgmuL2rM/CsjP1hozs.js\";\nimport NavBar from \"https://framerusercontent.com/modules/xmMvja3vybQpIT4o0n5O/7FQpiukYVz1MthOKC7cN/mcGGzQuUs.js\";\nimport Newsletter from \"https://framerusercontent.com/modules/v5lPzV8yOeXcAaYhw6BQ/LLYPTHKPXIJoyCe4C1eY/NRvEg7dTW.js\";\nimport Shop, { enumToDisplayNameFunctions } from \"https://framerusercontent.com/modules/cSqY4YVd4WrMR7IlUbpl/EE3SwJ3hsJyiJWbOCufc/YlzMYdMy2.js\";\nimport * as sharedStyle from \"https://framerusercontent.com/modules/u3BHVOxVnfddulgjCNFR/5w5RDHdgRlnG0lADLVSR/O6oNwJIOA.js\";\nimport metadataProvider from \"https://framerusercontent.com/modules/sZvery18I1ZkK4crG2VP/k290sJgDzPxRkTFDcz9W/yJwdNBd8p.js\";\nconst NavBarFonts = getFonts(NavBar);\nconst ContainerWithFX = withFX(Container);\nconst RichTextWithFX = withFX(RichText);\nconst ProductCardFonts = getFonts(ProductCard);\nconst MotionDivWithFX = withFX(motion.div);\nconst NewsletterFonts = getFonts(Newsletter);\nconst RoomieFooterFonts = getFonts(RoomieFooter);\nconst cycleOrder = [\"mPCwzXutg\", \"jnF5t0vn0\", \"satbmkZfx\"];\nconst breakpoints = {\n  jnF5t0vn0: \"(max-width: 809px)\",\n  mPCwzXutg: \"(min-width: 1200px)\",\n  satbmkZfx: \"(min-width: 810px) and (max-width: 1199px)\"\n};\nconst isBrowser = () => typeof document !== \"undefined\";\nconst serializationHash = \"framer-V9mtB\";\nconst variantClassNames = {\n  jnF5t0vn0: \"framer-v-18lb6za\",\n  mPCwzXutg: \"framer-v-1bmut8d\",\n  satbmkZfx: \"framer-v-12sti6l\"\n};\nif (isBrowser()) {\n  removeHiddenBreakpointLayers(\"mPCwzXutg\", breakpoints, variantClassNames);\n}\nconst transitions = {\n  default: {\n    duration: 0\n  }\n};\nconst transition1 = {\n  damping: 35,\n  delay: 0,\n  mass: 1,\n  stiffness: 400,\n  type: \"spring\"\n};\nconst animation = {\n  opacity: 1,\n  rotate: 0,\n  scale: 1,\n  x: 0,\n  y: -64\n};\nconst transformTemplate = (_, t) => `perspective(1200px) ${t}`;\nconst animation1 = {\n  opacity: 0,\n  rotate: 0,\n  scale: 1,\n  x: 0,\n  y: 80\n};\nconst transition2 = {\n  delay: 0,\n  duration: .6,\n  ease: [.4, 0, .5, 1],\n  type: \"tween\"\n};\nconst animation2 = {\n  opacity: 0,\n  rotate: 0,\n  scale: 1,\n  transition: transition2,\n  x: 0,\n  y: 80\n};\nconst transition3 = {\n  delay: 0,\n  duration: .9,\n  ease: [.4, 0, .5, 1],\n  type: \"tween\"\n};\nconst animation3 = {\n  opacity: 0,\n  rotate: 0,\n  scale: 1,\n  transition: transition3,\n  x: 0,\n  y: 80\n};\nconst toResponsiveImage = value => {\n  if (typeof value === \"object\" && value !== null && typeof value.src === \"string\") {\n    return value;\n  }\n  return typeof value === \"string\" ? {\n    src: value\n  } : undefined;\n};\nconst QueryData = ({\n  query,\n  children\n}) => {\n  const data = useQueryData(query);\n  return children(data);\n};\nconst addImageAlt = (image, alt) => {\n  if (!image || typeof image !== \"object\") {\n    return;\n  }\n  return {\n    ...image,\n    alt\n  };\n};\nconst metadata = metadataProvider();\nconst humanReadableVariantMap = {\n  Desktop: \"mPCwzXutg\",\n  Phone: \"jnF5t0vn0\",\n  Tablet: \"satbmkZfx\"\n};\nconst getProps = ({\n  height,\n  id,\n  width,\n  ...props\n}) => {\n  var _humanReadableVariantMap_props_variant, _ref;\n  return {\n    ...props,\n    variant: (_ref = (_humanReadableVariantMap_props_variant = humanReadableVariantMap[props.variant]) !== null && _humanReadableVariantMap_props_variant !== void 0 ? _humanReadableVariantMap_props_variant : props.variant) !== null && _ref !== void 0 ? _ref : \"mPCwzXutg\"\n  };\n};\nconst Component = /*#__PURE__*/React.forwardRef(function (props, ref) {\n  const {\n    activeLocale\n  } = useLocaleInfo();\n  const {\n    style,\n    className,\n    layoutId,\n    variant,\n    LXPPb0mj_hFUFw9I1Y,\n    q1KoyN6Y_hFUFw9I1Y,\n    vg1OoX23fhFUFw9I1Y,\n    I64iam7vLhFUFw9I1Y,\n    z73Iw8W3BhFUFw9I1Y,\n    IiBdgchnNhFUFw9I1Y,\n    idhFUFw9I1Y,\n    ...restProps\n  } = getProps(props);\n  React.useLayoutEffect(() => {\n    const metadata1 = metadataProvider(undefined, activeLocale);\n    document.title = metadata1.title || \"\";\n    if (metadata1.viewport) {\n      var _document_querySelector;\n      (_document_querySelector = document.querySelector('meta[name=\"viewport\"]')) === null || _document_querySelector === void 0 ? void 0 : _document_querySelector.setAttribute(\"content\", metadata1.viewport);\n    }\n    if (metadata1.bodyClassName) {\n      Array.from(document.body.classList).filter(c => c.startsWith(\"framer-body-\")).map(c => document.body.classList.remove(c));\n      document.body.classList.add(metadata1.bodyClassName);\n      return () => {\n        document.body.classList.remove(metadata1.bodyClassName);\n      };\n    }\n  }, [undefined, activeLocale]);\n  const [baseVariant, hydratedBaseVariant] = useHydratedBreakpointVariants(variant, breakpoints, false);\n  const gestureVariant = undefined;\n  const transition = transitions.default;\n  const ref1 = React.useRef(null);\n  const router = useRouter();\n  const defaultLayoutId = React.useId();\n  const sharedStyleClassNames = [sharedStyle.className];\n  return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider, {\n    value: {\n      primaryVariantId: \"mPCwzXutg\",\n      variantClassNames\n    },\n    children: /*#__PURE__*/_jsx(LayoutGroup, {\n      id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n      children: /*#__PURE__*/_jsxs(motion.div, {\n        className: cx(\"framer-V9mtB\", ...sharedStyleClassNames),\n        style: {\n          display: \"contents\"\n        },\n        children: [/*#__PURE__*/_jsxs(motion.div, {\n          ...restProps,\n          className: cx(\"framer-1bmut8d\", className),\n          ref: ref !== null && ref !== void 0 ? ref : ref1,\n          style: {\n            ...style\n          },\n          children: [/*#__PURE__*/_jsx(ContainerWithFX, {\n            __framer__animate: {\n              transition: transition1\n            },\n            __framer__animateOnce: false,\n            __framer__scrollDirection: {\n              direction: \"down\",\n              target: animation\n            },\n            __framer__styleAppearEffectEnabled: true,\n            __framer__threshold: .5,\n            __perspectiveFX: false,\n            __targetOpacity: 1,\n            className: \"framer-160a6sv-container\",\n            \"data-framer-name\": \"Nav Bar\",\n            layoutScroll: true,\n            name: \"Nav Bar\",\n            transformTemplate: transformTemplate,\n            children: /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                jnF5t0vn0: {\n                  variant: \"nBCmD0ZtP\"\n                }\n              },\n              children: /*#__PURE__*/_jsx(NavBar, {\n                height: \"100%\",\n                id: \"Ploag5kkT\",\n                layoutId: \"Ploag5kkT\",\n                name: \"Nav Bar\",\n                style: {\n                  width: \"100%\"\n                },\n                variant: \"xTM4aAW1G\",\n                width: \"100%\"\n              })\n            })\n          }), /*#__PURE__*/_jsx(\"div\", {\n            className: \"framer-lrdgsw\",\n            \"data-framer-name\": \"Title\",\n            name: \"Title\",\n            children: /*#__PURE__*/_jsx(RichTextWithFX, {\n              __framer__animate: {\n                transition: transition2\n              },\n              __framer__animateOnce: true,\n              __framer__enter: animation1,\n              __framer__exit: animation2,\n              __framer__styleAppearEffectEnabled: true,\n              __framer__threshold: .5,\n              __fromCanvasComponent: true,\n              __perspectiveFX: false,\n              __targetOpacity: 1,\n              children: /*#__PURE__*/_jsx(React.Fragment, {\n                children: /*#__PURE__*/_jsx(\"p\", {\n                  className: \"framer-styles-preset-rx2v9t\",\n                  \"data-styles-preset\": \"O6oNwJIOA\",\n                  style: {\n                    \"--framer-text-color\": \"var(--token-d4389f1b-5b95-4515-8b2f-79789fffb29d, rgb(5, 2, 13))\"\n                  },\n                  children: \"Shop All\"\n                })\n              }),\n              className: \"framer-vh7y7q\",\n              transformTemplate: transformTemplate,\n              verticalAlignment: \"top\",\n              withExternalLayout: true\n            })\n          }), /*#__PURE__*/_jsx(MotionDivWithFX, {\n            __framer__animate: {\n              transition: transition3\n            },\n            __framer__animateOnce: true,\n            __framer__enter: animation1,\n            __framer__exit: animation3,\n            __framer__styleAppearEffectEnabled: true,\n            __framer__threshold: .5,\n            __perspectiveFX: false,\n            __targetOpacity: 1,\n            className: \"framer-qu86lv\",\n            \"data-framer-name\": \"Shop Content\",\n            name: \"Shop Content\",\n            transformTemplate: transformTemplate,\n            children: /*#__PURE__*/_jsx(\"div\", {\n              className: \"framer-lr46ua\",\n              children: /*#__PURE__*/_jsx(QueryData, {\n                query: {\n                  from: {\n                    data: Shop,\n                    type: \"Collection\"\n                  },\n                  select: [{\n                    name: \"LXPPb0mj_\",\n                    type: \"Identifier\"\n                  }, {\n                    name: \"q1KoyN6Y_\",\n                    type: \"Identifier\"\n                  }, {\n                    name: \"vg1OoX23f\",\n                    type: \"Identifier\"\n                  }, {\n                    name: \"I64iam7vL\",\n                    type: \"Identifier\"\n                  }, {\n                    name: \"z73Iw8W3B\",\n                    type: \"Identifier\"\n                  }, {\n                    name: \"IiBdgchnN\",\n                    type: \"Identifier\"\n                  }, {\n                    name: \"id\",\n                    type: \"Identifier\"\n                  }]\n                },\n                children: collection => collection.map(({\n                  LXPPb0mj_: LXPPb0mj_hFUFw9I1Y,\n                  q1KoyN6Y_: q1KoyN6Y_hFUFw9I1Y,\n                  vg1OoX23f: vg1OoX23fhFUFw9I1Y,\n                  I64iam7vL: I64iam7vLhFUFw9I1Y,\n                  z73Iw8W3B: z73Iw8W3BhFUFw9I1Y,\n                  IiBdgchnN: IiBdgchnNhFUFw9I1Y,\n                  id: idhFUFw9I1Y\n                }, i) => {\n                  var _enumToDisplayNameFunctions_I64iam7vL;\n                  return /*#__PURE__*/_jsx(LayoutGroup, {\n                    id: `hFUFw9I1Y-${idhFUFw9I1Y}`,\n                    children: /*#__PURE__*/_jsx(PathVariablesContext.Provider, {\n                      value: {\n                        LXPPb0mj_: LXPPb0mj_hFUFw9I1Y\n                      },\n                      children: /*#__PURE__*/_jsx(Container, {\n                        className: \"framer-wry08t-container\",\n                        children: /*#__PURE__*/_jsx(ProductCard, {\n                          EGzYwEou3: (_enumToDisplayNameFunctions_I64iam7vL = enumToDisplayNameFunctions[\"I64iam7vL\"]) === null || _enumToDisplayNameFunctions_I64iam7vL === void 0 ? void 0 : _enumToDisplayNameFunctions_I64iam7vL.call(enumToDisplayNameFunctions, I64iam7vLhFUFw9I1Y, activeLocale),\n                          height: \"100%\",\n                          id: \"QZkciVFsf\",\n                          layoutId: \"QZkciVFsf\",\n                          lN0q0tIcG: IiBdgchnNhFUFw9I1Y,\n                          qpcfNtQpU: toResponsiveImage(q1KoyN6Y_hFUFw9I1Y),\n                          style: {\n                            width: \"100%\"\n                          },\n                          uIPWYwfr7: z73Iw8W3BhFUFw9I1Y,\n                          UWt0IPq3i: resolveLink({\n                            pathVariables: {\n                              LXPPb0mj_: LXPPb0mj_hFUFw9I1Y\n                            },\n                            webPageId: \"BJpPCffM0\"\n                          }, router),\n                          width: \"100%\",\n                          XfrAPGxmn: toResponsiveImage(vg1OoX23fhFUFw9I1Y)\n                        })\n                      })\n                    })\n                  }, idhFUFw9I1Y);\n                })\n              })\n            })\n          }), /*#__PURE__*/_jsx(ContainerWithFX, {\n            __framer__animate: {\n              transition: transition2\n            },\n            __framer__animateOnce: true,\n            __framer__enter: animation1,\n            __framer__exit: animation2,\n            __framer__styleAppearEffectEnabled: true,\n            __framer__threshold: .5,\n            __perspectiveFX: false,\n            __targetOpacity: 1,\n            className: \"framer-1uy69cq-container\",\n            transformTemplate: transformTemplate,\n            children: /*#__PURE__*/_jsx(Newsletter, {\n              D612wtQHy: \"Stay up-to-date with us\",\n              height: \"100%\",\n              id: \"a_LN1UBnt\",\n              layoutId: \"a_LN1UBnt\",\n              style: {\n                height: \"100%\",\n                width: \"100%\"\n              },\n              variant: \"xHkZmEbvv\",\n              width: \"100%\",\n              yWpzBAWu8: addImageAlt({\n                src: \"https://framerusercontent.com/images/I7KfABE2Hcxk6qkuDrPZDwyTg.webp?scale-down-to=4096\",\n                srcSet: \"https://framerusercontent.com/images/I7KfABE2Hcxk6qkuDrPZDwyTg.webp?scale-down-to=512 512w, https://framerusercontent.com/images/I7KfABE2Hcxk6qkuDrPZDwyTg.webp?scale-down-to=1024 1024w, https://framerusercontent.com/images/I7KfABE2Hcxk6qkuDrPZDwyTg.webp?scale-down-to=2048 2048w, https://framerusercontent.com/images/I7KfABE2Hcxk6qkuDrPZDwyTg.webp?scale-down-to=4096 4096w, https://framerusercontent.com/images/I7KfABE2Hcxk6qkuDrPZDwyTg.webp 6720w\"\n              }, \"\"),\n              Zrx4EMZCY: \"Newsletter\"\n            })\n          }), /*#__PURE__*/_jsx(ContainerWithFX, {\n            __framer__animate: {\n              transition: transition2\n            },\n            __framer__animateOnce: true,\n            __framer__enter: animation1,\n            __framer__exit: animation2,\n            __framer__styleAppearEffectEnabled: true,\n            __framer__threshold: .5,\n            __perspectiveFX: false,\n            __targetOpacity: 1,\n            className: \"framer-zudswm-container\",\n            transformTemplate: transformTemplate,\n            children: /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                jnF5t0vn0: {\n                  variant: \"FGOwnqQkV\"\n                },\n                satbmkZfx: {\n                  variant: \"AV46uwoSR\"\n                }\n              },\n              children: /*#__PURE__*/_jsx(RoomieFooter, {\n                height: \"100%\",\n                id: \"kphFtbTVT\",\n                layoutId: \"kphFtbTVT\",\n                style: {\n                  width: \"100%\"\n                },\n                variant: \"O4IV8inmb\",\n                width: \"100%\"\n              })\n            })\n          })]\n        }), /*#__PURE__*/_jsx(\"div\", {\n          id: \"overlay\"\n        })]\n      })\n    })\n  });\n});\nconst css = ['.framer-V9mtB [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; }', \"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\", `.${metadata.bodyClassName} { background: var(--token-c03e1cd9-d230-4ffe-97fb-e78997e04de0, rgb(255, 255, 250)); }`, \".framer-V9mtB .framer-qt3d6c { display: block; }\", \".framer-V9mtB .framer-1bmut8d { align-content: center; align-items: center; background-color: var(--token-c03e1cd9-d230-4ffe-97fb-e78997e04de0, #fffffa); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1200px; }\", \".framer-V9mtB .framer-160a6sv-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; transform: perspective(1200px); z-index: 9; }\", \".framer-V9mtB .framer-lrdgsw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 100px 40px 200px 40px; position: relative; width: 100%; z-index: 2; }\", \".framer-V9mtB .framer-vh7y7q { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; transform: perspective(1200px); white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", \".framer-V9mtB .framer-qu86lv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 40px 40px 200px 40px; position: relative; transform: perspective(1200px); width: 100%; }\", \".framer-V9mtB .framer-lr46ua { display: grid; flex: none; gap: 20px; grid-auto-rows: min-content; grid-template-columns: repeat(4, minmax(200px, 1fr)); height: min-content; justify-content: center; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-V9mtB .framer-wry08t-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\", \".framer-V9mtB .framer-1uy69cq-container { aspect-ratio: 2.857142857142857 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 420px); position: relative; transform: perspective(1200px); width: 100%; }\", \".framer-V9mtB .framer-zudswm-container { flex: none; height: auto; position: relative; transform: perspective(1200px); width: 100%; z-index: 1; }\", \"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-V9mtB .framer-1bmut8d, .framer-V9mtB .framer-lrdgsw, .framer-V9mtB .framer-qu86lv { gap: 0px; } .framer-V9mtB .framer-1bmut8d > *, .framer-V9mtB .framer-qu86lv > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-V9mtB .framer-1bmut8d > :first-child, .framer-V9mtB .framer-lrdgsw > :first-child, .framer-V9mtB .framer-qu86lv > :first-child { margin-top: 0px; } .framer-V9mtB .framer-1bmut8d > :last-child, .framer-V9mtB .framer-lrdgsw > :last-child, .framer-V9mtB .framer-qu86lv > :last-child { margin-bottom: 0px; } .framer-V9mtB .framer-lrdgsw > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\", \"@media (min-width: 1200px) { .framer-V9mtB .hidden-1bmut8d { display: none !important; } }\", `@media (max-width: 809px) { .framer-V9mtB .hidden-18lb6za { display: none !important; } .${metadata.bodyClassName} { background: var(--token-c03e1cd9-d230-4ffe-97fb-e78997e04de0, rgb(255, 255, 250)); } .framer-V9mtB .framer-1bmut8d { width: 390px; } .framer-V9mtB .framer-lrdgsw { padding: 100px 20px 100px 20px; } .framer-V9mtB .framer-qu86lv { padding: 40px 20px 100px 20px; } .framer-V9mtB .framer-lr46ua { grid-template-columns: repeat(2, minmax(150px, 1fr)); order: 0; } .framer-V9mtB .framer-1uy69cq-container { aspect-ratio: 1.3 / 1; height: var(--framer-aspect-ratio-supported, 300px); }}`, `@media (min-width: 810px) and (max-width: 1199px) { .framer-V9mtB .hidden-12sti6l { display: none !important; } .${metadata.bodyClassName} { background: var(--token-c03e1cd9-d230-4ffe-97fb-e78997e04de0, rgb(255, 255, 250)); } .framer-V9mtB .framer-1bmut8d { width: 810px; } .framer-V9mtB .framer-lrdgsw { padding: 100px 40px 100px 40px; } .framer-V9mtB .framer-qu86lv { padding: 40px 40px 100px 40px; } .framer-V9mtB .framer-lr46ua { grid-template-columns: repeat(3, minmax(200px, 1fr)); } .framer-V9mtB .framer-1uy69cq-container { aspect-ratio: 2.3142857142857145 / 1; height: var(--framer-aspect-ratio-supported, 350px); }}`, ...sharedStyle.css]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     * @framerIntrinsicHeight 3494\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     * @framerIntrinsicWidth 1200\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"jnF5t0vn0\":{\"layout\":[\"fixed\",\"auto\"]},\"satbmkZfx\":{\"layout\":[\"fixed\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     * @framerImmutableVariables true\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     * @framerResponsiveScreen\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     */\nconst FrameryJwdNBd8p = withCSS(Component, css, \"framer-V9mtB\");\nexport default FrameryJwdNBd8p;\nFrameryJwdNBd8p.displayName = \"Shop\";\nFrameryJwdNBd8p.defaultProps = {\n  height: 3494,\n  width: 1200\n};\naddFonts(FrameryJwdNBd8p, [...NavBarFonts, ...ProductCardFonts, ...NewsletterFonts, ...RoomieFooterFonts, ...sharedStyle.fonts]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FrameryJwdNBd8p\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerImmutableVariables\": \"true\",\n        \"framerContractVersion\": \"1\",\n        \"framerIntrinsicWidth\": \"1200\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jnF5t0vn0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"satbmkZfx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\n        \"framerResponsiveScreen\": \"\",\n        \"framerIntrinsicHeight\": \"3494\"\n      }\n    },\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};"],
  "mappings": "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",
  "names": ["NavBarFonts", "getFonts", "mcGGzQuUs_default", "ContainerWithFX", "withFX", "Container", "RichTextWithFX", "RichText", "ProductCardFonts", "BmGjiFVr2_default", "MotionDivWithFX", "motion", "NewsletterFonts", "NRvEg7dTW_default", "RoomieFooterFonts", "CsjP1hozs_default", "breakpoints", "isBrowser", "variantClassNames", "isBrowser", "removeHiddenBreakpointLayers", "breakpoints", "transitions", "transition1", "animation", "transformTemplate", "_", "t", "animation1", "transition2", "animation2", "transition3", "animation3", "toResponsiveImage", "value", "QueryData", "query", "children", "data", "useQueryData", "addImageAlt", "image", "alt", "metadata", "e", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "LXPPb0mj_hFUFw9I1Y", "q1KoyN6Y_hFUFw9I1Y", "vg1OoX23fhFUFw9I1Y", "I64iam7vLhFUFw9I1Y", "z73Iw8W3BhFUFw9I1Y", "IiBdgchnNhFUFw9I1Y", "idhFUFw9I1Y", "restProps", "fe", "metadata1", "_document_querySelector", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "transition", "ref1", "pe", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "p", "GeneratedComponentContext", "LayoutGroup", "u", "motion", "cx", "ContainerWithFX", "PropertyOverrides", "mcGGzQuUs_default", "RichTextWithFX", "x", "MotionDivWithFX", "YlzMYdMy2_default", "collection", "i", "_enumToDisplayNameFunctions_I64iam7vL", "PathVariablesContext", "Container", "BmGjiFVr2_default", "enumToDisplayNameFunctions", "resolveLink", "NRvEg7dTW_default", "CsjP1hozs_default", "css", "FrameryJwdNBd8p", "withCSS", "yJwdNBd8p_default", "addFonts", "NavBarFonts", "ProductCardFonts", "NewsletterFonts", "RoomieFooterFonts", "fonts", "__FramerMetadata__"]
}
