@faststore/core 2.0.106-alpha.0 → 2.0.108-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.next/BUILD_ID +1 -1
- package/.next/build-manifest.json +24 -24
- package/.next/cache/.tsbuildinfo +1 -1
- package/.next/cache/config.json +3 -3
- package/.next/cache/eslint/.cache_1gneedd +1 -1
- package/.next/cache/next-server.js.nft.json +1 -1
- package/.next/cache/webpack/client-production/0.pack +0 -0
- package/.next/cache/webpack/client-production/index.pack +0 -0
- package/.next/cache/webpack/server-production/0.pack +0 -0
- package/.next/cache/webpack/server-production/index.pack +0 -0
- package/.next/next-server.js.nft.json +1 -1
- package/.next/prerender-manifest.json +1 -1
- package/.next/react-loadable-manifest.json +4 -5
- package/.next/routes-manifest.json +1 -1
- package/.next/server/chunks/120.js +2 -2
- package/.next/server/chunks/2502.js +36 -69
- package/.next/server/chunks/4312.js +2 -2
- package/.next/server/chunks/4371.js +40 -73
- package/.next/server/chunks/6280.js +2 -2
- package/.next/server/chunks/6898.js +1 -1
- package/.next/server/chunks/7181.js +36 -30
- package/.next/server/chunks/7992.js +7 -26
- package/.next/server/chunks/8287.js +1 -1
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/middleware-react-loadable-manifest.js +1 -1
- package/.next/server/pages/404.js.nft.json +1 -1
- package/.next/server/pages/500.js.nft.json +1 -1
- package/.next/server/pages/[...slug].js +2 -2
- package/.next/server/pages/[...slug].js.nft.json +1 -1
- package/.next/server/pages/[slug]/p.js +5 -5
- package/.next/server/pages/[slug]/p.js.nft.json +1 -1
- package/.next/server/pages/_app.js +5 -5
- package/.next/server/pages/_app.js.nft.json +1 -1
- package/.next/server/pages/en-US/404.html +2 -2
- package/.next/server/pages/en-US/500.html +2 -2
- package/.next/server/pages/en-US/account.html +2 -2
- package/.next/server/pages/en-US/checkout.html +2 -2
- package/.next/server/pages/en-US/login.html +2 -2
- package/.next/server/pages/en-US/s.html +2 -2
- package/.next/server/pages/en-US.html +2 -2
- package/.next/server/pages/en-US.json +1 -1
- package/.next/server/pages/s.js.nft.json +1 -1
- package/.next/static/chunks/264-f45c6dcd6b439926.js +1 -0
- package/.next/static/chunks/54.e6562383f8a1dfe7.js +1 -0
- package/.next/static/chunks/{597.43467badf5c82358.js → 597.fc79494903e8bb84.js} +1 -1
- package/.next/static/chunks/{686.14ab3eb175c23970.js → 686.0136918bcab42e72.js} +1 -1
- package/.next/static/chunks/{996.64460309250b214c.js → 996.0cec637399d0f543.js} +1 -1
- package/.next/static/chunks/pages/404-3637ef83b3359df7.js +1 -0
- package/.next/static/chunks/pages/{[...slug]-ec85cc3d8b3622ad.js → [...slug]-a2ec94b035681582.js} +1 -1
- package/.next/static/chunks/pages/[slug]/p-67b681d02273f301.js +1 -0
- package/.next/static/chunks/pages/_app-9d067ed89f7a4001.js +1 -0
- package/.next/static/chunks/pages/index-7769e874d3fbd8dd.js +1 -0
- package/.next/static/chunks/pages/login-45cc84352bac2408.js +1 -0
- package/.next/static/chunks/webpack-182a506b4bd9e4b5.js +1 -0
- package/.next/static/css/{1024849ea6421e1e.css → 2c5f55d60ddda308.css} +1 -1
- package/.next/static/css/cf4c6e7294227fd7.css +1 -0
- package/.next/static/css/db8c05ac7f2f0071.css +1 -0
- package/.next/static/{78q0IAs7tpB_rHHIDEdG9 → zkJv0WcIQkZjhY4M0IF36}/_buildManifest.js +1 -1
- package/.next/trace +63 -64
- package/.turbo/turbo-build.log +11 -9
- package/CHANGELOG.md +12 -0
- package/package.json +4 -4
- package/src/components/cart/EmptyCart/EmptyCart.tsx +12 -9
- package/src/components/sections/Newsletter/Newsletter.tsx +3 -7
- package/src/components/sections/ProductGallery/EmptyGallery.tsx +26 -19
- package/src/components/sections/ProductGallery/product-gallery.module.scss +1 -1
- package/src/pages/404.tsx +15 -2
- package/src/pages/login.tsx +4 -1
- package/.next/static/chunks/264-6dc2258a751b3d74.js +0 -1
- package/.next/static/chunks/54.3965c4cb1b3f985c.js +0 -1
- package/.next/static/chunks/pages/404-ba608a2a9f0c420a.js +0 -1
- package/.next/static/chunks/pages/[slug]/p-1c7d20c6807d3dbc.js +0 -1
- package/.next/static/chunks/pages/_app-4656b49f263e86d4.js +0 -1
- package/.next/static/chunks/pages/index-9ea3f7868f5ed138.js +0 -1
- package/.next/static/chunks/pages/login-33954810b200eca8.js +0 -1
- package/.next/static/chunks/webpack-3587f79b2eaad6ba.js +0 -1
- package/.next/static/css/8ea129ea90e49e98.css +0 -1
- package/.next/static/css/db63ea05e98cb7e8.css +0 -1
- package/.next/static/css/dcd034ec6c716e5c.css +0 -1
- package/src/components/ui/EmptyState/EmptyState.stories.mdx +0 -146
- package/src/components/ui/EmptyState/EmptyState.tsx +0 -26
- package/src/components/ui/EmptyState/empty-state.module.scss +0 -63
- package/src/components/ui/EmptyState/index.ts +0 -1
- /package/.next/static/{78q0IAs7tpB_rHHIDEdG9 → zkJv0WcIQkZjhY4M0IF36}/_ssgManifest.js +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.filter-skeleton_fs-filter-skeleton___kwHE{--fs-filter-skeleton-margin-top:var(--fs-spacing-1);--fs-filter-skeleton-title-max-width:30%;--fs-filter-skeleton-title-margin-bottom:var(--fs-spacing-2);--fs-filter-skeleton-content-min-height:var(--fs-spacing-8);--fs-filter-skeleton-content-margin-bottom:var(--fs-spacing-0);--fs-filter-skeleton-content-padding:var(--fs-spacing-1) var(--fs-spacing-1) var(--fs-spacing-0);--fs-filter-skeleton-content-border-color:var(--fs-border-color-light);--fs-filter-skeleton-content-border-width:var(--fs-border-width);--fs-filter-skeleton-content-border-radius:var(--fs-border-radius);margin-top:var(--fs-filter-skeleton-margin-top)}@media(max-width:1279px){.filter-skeleton_fs-filter-skeleton___kwHE{display:none}}.filter-skeleton_fs-filter-skeleton___kwHE [data-fs-filter-skeleton-text]{max-width:var(--fs-filter-skeleton-title-max-width);margin-bottom:var(--fs-filter-skeleton-title-margin-bottom)}.filter-skeleton_fs-filter-skeleton___kwHE [data-fs-filter-skeleton-content]{position:relative;display:flex;flex-direction:column;padding:var(--fs-filter-skeleton-content-padding);overflow:hidden;border:var(--fs-filter-skeleton-content-border-width) solid var(--fs-filter-skeleton-content-border-color);border-radius:var(--fs-filter-skeleton-content-border-radius)}.filter-skeleton_fs-filter-skeleton___kwHE [data-fs-filter-skeleton-content] [data-fs-skeleton]{min-width:100%;min-height:var(--fs-filter-skeleton-content-min-height);margin-bottom:var(--fs-filter-skeleton-content-margin-bottom)}.product-card-skeleton_fs-product-card-skeleton__fPdHb{--fs-product-card-skeleton-padding:var(--fs-spacing-1) var(--fs-spacing-1) var(--fs-spacing-2);--fs-product-card-skeleton-border-radius:var(--fs-border-radius);--fs-product-card-skeleton-gap:var(--fs-spacing-1);--fs-product-card-skeleton-sectioned-min-width:10rem;--fs-product-card-skeleton-bordered:var(--fs-border-width) solid var(--fs-border-color-light);position:relative;padding:var(--fs-product-card-skeleton-padding);overflow:hidden;border-radius:var(--fs-product-card-skeleton-border-radius)}.product-card-skeleton_fs-product-card-skeleton__fPdHb,.product-card-skeleton_fs-product-card-skeleton__fPdHb [data-fs-product-card-skeleton-content]{display:flex;flex-direction:column;row-gap:var(--fs-product-card-skeleton-gap)}.product-card-skeleton_fs-product-card-skeleton__fPdHb [data-fs-product-card-skeleton-image]{aspect-ratio:var(--fs-product-card-skeleton-image-aspect-ratio)}.product-card-skeleton_fs-product-card-skeleton__fPdHb [data-fs-product-card-skeleton-image] [data-fs-skeleton-wrapper],.product-card-skeleton_fs-product-card-skeleton__fPdHb [data-fs-product-card-skeleton-image] [data-fs-skeleton]{width:100%;height:100%}.product-card-skeleton_fs-product-card-skeleton__fPdHb[data-fs-product-card-skeleton-sectioned=true]{min-width:var(--fs-product-card-skeleton-sectioned-min-width)}.product-card-skeleton_fs-product-card-skeleton__fPdHb[data-fs-product-card-skeleton-bordered=true]{border:var(--fs-product-card-skeleton-bordered)}.product-grid_fs-product-grid__SF25P{--fs-product-grid-gap-mobile:var(--fs-grid-gap-0);--fs-product-grid-gap-tablet:var(--fs-product-grid-gap-mobile);--fs-product-grid-gap-desktop:var(--fs-grid-gap-2);--fs-product-grid-columns-mobile:2;--fs-product-grid-columns-tablet:4;--fs-product-grid-columns-desktop:var(--fs-product-grid-columns-tablet);display:grid;grid-template-columns:repeat(var(--fs-product-grid-columns-mobile),1fr);grid-gap:var(--fs-product-grid-gap-mobile)}@media(min-width:768px){.product-grid_fs-product-grid__SF25P{grid-template-columns:repeat(var(--fs-product-grid-columns-desktop),1fr);grid-gap:var(--fs-product-grid-gap-tablet)}.product-grid_fs-product-grid__SF25P:nth-of-type(n+2){margin-top:var(--fs-product-grid-gap-desktop)}}@media(min-width:1280px){.product-grid_fs-product-grid__SF25P{grid-gap:var(--fs-product-grid-gap-desktop)}}.product-gallery_fs-product-listing__BBpw4{--product-listing-row-height:var(--fs-spacing-6);height:100%;padding-top:0}.product-gallery_fs-product-listing__BBpw4 [data-fs-empty-state]{margin:var(--fs-spacing-3) 0}@media(min-width:1280px){.product-gallery_fs-product-listing__BBpw4{padding-top:var(--fs-spacing-5)}.product-gallery_fs-product-listing__BBpw4 [data-fs-empty-state]{margin:0 0 var(--fs-spacing-5)}.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-search-term]{padding-bottom:var(--fs-spacing-6)}}.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-search-term] h1{font-size:var(--fs-text-size-4)}@media(min-width:768px){.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-search-term] h1{font-size:var(--fs-text-size-5)}}.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-search-term] h1 span{font-weight:var(--fs-text-weight-bold)}.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-content-grid]{display:flex;flex-direction:column;height:100%;padding-right:0;padding-left:0}@media(min-width:1280px){.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-content-grid]{display:grid;grid-template-rows:var(--product-listing-row-height) auto;grid-template-columns:repeat(12,1fr);row-gap:var(--fs-spacing-0);column-gap:var(--fs-spacing-4);padding-right:var(--fs-grid-padding);padding-left:var(--fs-grid-padding)}.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-filters]{position:-webkit-sticky;position:sticky;top:var(--fs-grid-gap-2);grid-row:span 2;grid-column:1/span 3;align-self:start}}.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-sort]{display:flex;align-items:center;justify-content:space-between;order:1;width:100%;min-height:4.25rem;padding:var(--fs-spacing-1) var(--fs-spacing-3) var(--fs-spacing-2);background-color:var(--fs-color-body-bkg)}.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-sort] [data-fs-product-listing-sort-skeleton]{min-width:14.0625rem;min-height:var(--fs-spacing-5)}@media(min-width:1280px){.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-sort]{grid-column:6/span 7;justify-content:flex-end;order:unset;min-height:auto;padding:0}.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-sort] [data-fs-button],.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-sort] [data-fs-product-listing-filter-button-skeleton]{display:none}}.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-results-count]{display:flex;align-items:center;justify-content:center;order:2;min-height:2.8125rem;padding:var(--fs-spacing-2) var(--fs-spacing-3);background-color:var(--fs-color-neutral-bkg)}@media(min-width:1280px){.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-results-count]{grid-column:4/span 2;justify-content:left;order:unset;min-height:auto;padding:0;background-color:unset}}.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-results-count] [data-fs-product-listing-results-count-skeleton]{min-width:8.125rem}.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-results]{--padding:var(--fs-spacing-1);order:3;padding:var(--padding) var(--padding) 0;background-color:var(--fs-color-neutral-bkg)}@media(min-width:1280px){.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-results]{grid-column:4/span 9;order:unset;padding:0;background-color:unset}}.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-results] [data-fs-product-card]{min-width:100%}.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-sponsored]{padding:var(--fs-spacing-4) var(--fs-spacing-3);margin:var(--fs-spacing-1) calc(-1*var(--padding));background-color:var(--fs-color-body-bkg)}@media(min-width:1280px){.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-sponsored]{padding:0;margin:var(--fs-spacing-6) 0}.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-sponsored] [data-fs-tiles]{row-gap:0;column-gap:var(--fs-grid-gap-2)}}.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-sponsored] h3{margin-bottom:var(--fs-spacing-1)}.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-pagination]{display:flex;align-items:center;justify-content:center;min-height:var(--fs-spacing-13);padding:var(--fs-spacing-4);margin-right:calc(-1*var(--padding));margin-left:calc(-1*var(--padding))}@media(min-width:1280px){.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-pagination]{padding:var(--fs-spacing-1) var(--fs-spacing-2)}}.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-pagination] [data-fs-button]{width:100%}@media(min-width:1280px){.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-pagination] [data-fs-button]{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-pagination=top]{margin-bottom:var(--padding)}.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-pagination=bottom]{margin-top:var(--padding)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.filter-skeleton_fs-filter-skeleton___kwHE{--fs-filter-skeleton-margin-top:var(--fs-spacing-1);--fs-filter-skeleton-title-max-width:30%;--fs-filter-skeleton-title-margin-bottom:var(--fs-spacing-2);--fs-filter-skeleton-content-min-height:var(--fs-spacing-8);--fs-filter-skeleton-content-margin-bottom:var(--fs-spacing-0);--fs-filter-skeleton-content-padding:var(--fs-spacing-1) var(--fs-spacing-1) var(--fs-spacing-0);--fs-filter-skeleton-content-border-color:var(--fs-border-color-light);--fs-filter-skeleton-content-border-width:var(--fs-border-width);--fs-filter-skeleton-content-border-radius:var(--fs-border-radius);margin-top:var(--fs-filter-skeleton-margin-top)}@media(max-width:1279px){.filter-skeleton_fs-filter-skeleton___kwHE{display:none}}.filter-skeleton_fs-filter-skeleton___kwHE [data-fs-filter-skeleton-text]{max-width:var(--fs-filter-skeleton-title-max-width);margin-bottom:var(--fs-filter-skeleton-title-margin-bottom)}.filter-skeleton_fs-filter-skeleton___kwHE [data-fs-filter-skeleton-content]{position:relative;display:flex;flex-direction:column;padding:var(--fs-filter-skeleton-content-padding);overflow:hidden;border:var(--fs-filter-skeleton-content-border-width) solid var(--fs-filter-skeleton-content-border-color);border-radius:var(--fs-filter-skeleton-content-border-radius)}.filter-skeleton_fs-filter-skeleton___kwHE [data-fs-filter-skeleton-content] [data-fs-skeleton]{min-width:100%;min-height:var(--fs-filter-skeleton-content-min-height);margin-bottom:var(--fs-filter-skeleton-content-margin-bottom)}.product-card-skeleton_fs-product-card-skeleton__fPdHb{--fs-product-card-skeleton-padding:var(--fs-spacing-1) var(--fs-spacing-1) var(--fs-spacing-2);--fs-product-card-skeleton-border-radius:var(--fs-border-radius);--fs-product-card-skeleton-gap:var(--fs-spacing-1);--fs-product-card-skeleton-sectioned-min-width:10rem;--fs-product-card-skeleton-bordered:var(--fs-border-width) solid var(--fs-border-color-light);position:relative;padding:var(--fs-product-card-skeleton-padding);overflow:hidden;border-radius:var(--fs-product-card-skeleton-border-radius)}.product-card-skeleton_fs-product-card-skeleton__fPdHb,.product-card-skeleton_fs-product-card-skeleton__fPdHb [data-fs-product-card-skeleton-content]{display:flex;flex-direction:column;row-gap:var(--fs-product-card-skeleton-gap)}.product-card-skeleton_fs-product-card-skeleton__fPdHb [data-fs-product-card-skeleton-image]{aspect-ratio:var(--fs-product-card-skeleton-image-aspect-ratio)}.product-card-skeleton_fs-product-card-skeleton__fPdHb [data-fs-product-card-skeleton-image] [data-fs-skeleton-wrapper],.product-card-skeleton_fs-product-card-skeleton__fPdHb [data-fs-product-card-skeleton-image] [data-fs-skeleton]{width:100%;height:100%}.product-card-skeleton_fs-product-card-skeleton__fPdHb[data-fs-product-card-skeleton-sectioned=true]{min-width:var(--fs-product-card-skeleton-sectioned-min-width)}.product-card-skeleton_fs-product-card-skeleton__fPdHb[data-fs-product-card-skeleton-bordered=true]{border:var(--fs-product-card-skeleton-bordered)}.product-grid_fs-product-grid__SF25P{--fs-product-grid-gap-mobile:var(--fs-grid-gap-0);--fs-product-grid-gap-tablet:var(--fs-product-grid-gap-mobile);--fs-product-grid-gap-desktop:var(--fs-grid-gap-2);--fs-product-grid-columns-mobile:2;--fs-product-grid-columns-tablet:4;--fs-product-grid-columns-desktop:var(--fs-product-grid-columns-tablet);display:grid;grid-template-columns:repeat(var(--fs-product-grid-columns-mobile),1fr);grid-gap:var(--fs-product-grid-gap-mobile)}@media(min-width:768px){.product-grid_fs-product-grid__SF25P{grid-template-columns:repeat(var(--fs-product-grid-columns-desktop),1fr);grid-gap:var(--fs-product-grid-gap-tablet)}.product-grid_fs-product-grid__SF25P:nth-of-type(n+2){margin-top:var(--fs-product-grid-gap-desktop)}}@media(min-width:1280px){.product-grid_fs-product-grid__SF25P{grid-gap:var(--fs-product-grid-gap-desktop)}}.product-gallery_fs-product-listing__BBpw4{--product-listing-row-height:var(--fs-spacing-6);height:100%;padding-top:0}.product-gallery_fs-product-listing__BBpw4 [data-fs-empty-state]{margin:var(--fs-spacing-3) 0}@media(min-width:1280px){.product-gallery_fs-product-listing__BBpw4{padding-top:var(--fs-spacing-5)}.product-gallery_fs-product-listing__BBpw4 [data-fs-empty-state]{margin:0 0 var(--fs-spacing-5)}.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-search-term]{padding-bottom:var(--fs-spacing-6)}}.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-search-term] h1{font-size:var(--fs-text-size-4)}@media(min-width:768px){.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-search-term] h1{font-size:var(--fs-text-size-5)}}.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-search-term] h1 span{font-weight:var(--fs-text-weight-bold)}.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-content-grid]{display:flex;flex-direction:column;height:100%;padding-right:0;padding-left:0}@media(min-width:1280px){.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-content-grid]{display:grid;grid-template-rows:var(--product-listing-row-height) auto;grid-template-columns:repeat(12,1fr);row-gap:var(--fs-spacing-0);column-gap:var(--fs-spacing-4);padding-right:var(--fs-grid-padding);padding-left:var(--fs-grid-padding)}.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-filters]{position:-webkit-sticky;position:sticky;top:var(--fs-grid-gap-2);grid-row:span 2;grid-column:1/span 3;align-self:start}}.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-sort]{display:flex;align-items:center;justify-content:space-between;order:1;width:100%;min-height:4.25rem;padding:var(--fs-spacing-1) var(--fs-spacing-3) var(--fs-spacing-2);background-color:var(--fs-color-body-bkg)}.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-sort] [data-fs-product-listing-sort-skeleton]{min-width:14.0625rem;min-height:var(--fs-spacing-5)}@media(min-width:1280px){.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-sort]{grid-column:6/span 7;justify-content:flex-end;order:unset;min-height:auto;padding:0}.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-sort] [data-fs-button],.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-sort] [data-fs-product-listing-filter-button-skeleton]{display:none}}.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-results-count]{display:flex;align-items:center;justify-content:center;order:2;min-height:2.8125rem;padding:var(--fs-spacing-2) var(--fs-spacing-3);background-color:var(--fs-color-neutral-bkg)}@media(min-width:1280px){.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-results-count]{grid-column:4/span 2;justify-content:left;order:unset;min-height:auto;padding:0;background-color:unset}}.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-results-count] [data-fs-product-listing-results-count-skeleton]{min-width:8.125rem}.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-results]{--padding:var(--fs-spacing-1);order:3;padding:var(--padding) var(--padding) 0;background-color:var(--fs-color-neutral-bkg)}@media(min-width:1280px){.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-results]{grid-column:4/span 9;order:unset;padding:0;background-color:unset}}.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-results] [data-fs-product-card]{min-width:100%}.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-sponsored]{padding:var(--fs-spacing-4) var(--fs-spacing-3);margin:var(--fs-spacing-1) calc(-1*var(--padding));background-color:var(--fs-color-body-bkg)}@media(min-width:1280px){.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-sponsored]{padding:0;margin:var(--fs-spacing-6) 0}.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-sponsored] [data-fs-tiles]{row-gap:0;column-gap:var(--fs-grid-gap-2)}}.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-sponsored] h3{margin-bottom:var(--fs-spacing-1)}.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-pagination]{display:flex;align-items:center;justify-content:center;min-height:var(--fs-spacing-13);padding:var(--fs-spacing-4);margin-right:calc(-1*var(--padding));margin-left:calc(-1*var(--padding))}@media(min-width:1280px){.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-pagination]{padding:var(--fs-spacing-1) var(--fs-spacing-2)}}.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-pagination] [data-fs-button]{width:100%}@media(min-width:1280px){.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-pagination] [data-fs-button]{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-pagination=top]{margin-bottom:var(--padding)}.product-gallery_fs-product-listing__BBpw4 [data-fs-product-listing-pagination=bottom]{margin-top:var(--padding)}.product-shelf_fs-product-shelf__65g4z{--fs-product-shelf-min-height:21.06rem;--fs-product-shelf-items-gap:var(--fs-grid-gap-1);--fs-product-shelf-items-padding-top:var(--fs-spacing-0);--fs-product-shelf-items-padding-bottom:var(--fs-spacing-3);--fs-product-shelf-first-item-margin-left:calc(-1 * var(--fs-spacing-1))}.product-shelf_fs-product-shelf__65g4z[data-fs-product-shelf]{min-height:var(--fs-product-shelf-min-height)}.product-shelf_fs-product-shelf__65g4z [data-fs-product-shelf-items]{display:flex;align-items:stretch;overflow-x:scroll}.product-shelf_fs-product-shelf__65g4z [data-fs-product-shelf-items] li{width:100%}.product-shelf_fs-product-shelf__65g4z [data-fs-product-shelf-items] li:first-child{margin-left:var(--fs-product-shelf-first-item-margin-left)}@media(min-width:768px){.product-shelf_fs-product-shelf__65g4z [data-fs-product-shelf-items]{column-gap:var(--fs-product-shelf-items-gap);padding-top:var(--fs-product-shelf-items-padding-top);padding-bottom:var(--fs-product-shelf-items-padding-bottom);overflow-x:auto}}.scroll-to-top-button_fs-scroll-to-top-button__KrFt7{display:flex;justify-content:center;width:100%;padding-bottom:var(--fs-spacing-10)}@media(min-width:1280px){.scroll-to-top-button_fs-scroll-to-top-button__KrFt7{padding-bottom:var(--fs-spacing-8)}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
self.__BUILD_MANIFEST=function(s,c,a){return{__rewrites:{beforeFiles:[],afterFiles:[],fallback:[]},"/":[s,c,"static/css/43d61b402f41569b.css","static/chunks/pages/index-
|
|
1
|
+
self.__BUILD_MANIFEST=function(s,c,a){return{__rewrites:{beforeFiles:[],afterFiles:[],fallback:[]},"/":[s,c,"static/css/43d61b402f41569b.css","static/chunks/pages/index-7769e874d3fbd8dd.js"],"/404":[s,"static/chunks/pages/404-3637ef83b3359df7.js"],"/500":[s,"static/chunks/pages/500-910883c20541d9ce.js"],"/_error":["static/chunks/pages/_error-a7a0c1d9bfbb4f38.js"],"/account":[s,"static/chunks/pages/account-b8fc5222ffe89b60.js"],"/checkout":[s,"static/chunks/pages/checkout-f8cb7cb22225ef9d.js"],"/login":[s,"static/chunks/pages/login-45cc84352bac2408.js"],"/s":[s,a,"static/css/cf4c6e7294227fd7.css","static/chunks/pages/s-ba2868e14fedb65b.js"],"/[slug]/p":[s,c,"static/css/8d4cc2151b8e3693.css","static/chunks/pages/[slug]/p-67b681d02273f301.js"],"/[...slug]":[s,a,"static/css/db8c05ac7f2f0071.css","static/chunks/pages/[...slug]-a2ec94b035681582.js"],sortedPages:["/","/404","/500","/_app","/_error","/account","/checkout","/login","/s","/[slug]/p","/[...slug]"]}}("static/chunks/351-a4e28d64f48c5269.js","static/chunks/781-e1b538e051ff4c3e.js","static/chunks/264-f45c6dcd6b439926.js"),self.__BUILD_MANIFEST_CB&&self.__BUILD_MANIFEST_CB();
|