@faststore/core 3.14.1 → 3.14.2
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 +57 -57
- package/.next/cache/.tsbuildinfo +1 -1
- package/.next/cache/config.json +3 -3
- 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-minimal-server.js.nft.json +1 -1
- package/.next/next-server.js.nft.json +1 -1
- package/.next/prerender-manifest.js +1 -1
- package/.next/prerender-manifest.json +1 -1
- package/.next/react-loadable-manifest.json +99 -99
- package/.next/required-server-files.json +1 -1
- package/.next/routes-manifest.json +1 -1
- package/.next/server/chunks/1471.js +1 -0
- package/.next/server/chunks/{2552.js → 1484.js} +1 -1
- package/.next/server/chunks/1652.js +1 -0
- package/.next/server/chunks/1658.js +1 -0
- package/.next/server/chunks/1722.js +1 -0
- package/.next/server/chunks/223.js +1 -0
- package/.next/server/chunks/2296.js +1 -0
- package/.next/server/chunks/{5430.js → 2894.js} +1 -1
- package/.next/server/chunks/2987.js +1 -0
- package/.next/server/chunks/311.js +1 -0
- package/.next/server/chunks/320.js +1 -0
- package/.next/server/chunks/{6859.js → 331.js} +3 -3
- package/.next/server/chunks/{5342.js → 4171.js} +1 -1
- package/.next/server/chunks/4466.js +1 -0
- package/.next/server/chunks/4477.js +1 -0
- package/.next/server/chunks/{3668.js → 4614.js} +1 -1
- package/.next/server/chunks/4951.js +9 -0
- package/.next/server/chunks/5321.js +1 -0
- package/.next/server/chunks/5632.js +6 -0
- package/.next/server/chunks/{2245.js → 5781.js} +1 -1
- package/.next/server/chunks/581.js +1 -0
- package/.next/server/chunks/614.js +1 -0
- package/.next/server/chunks/628.js +1 -0
- package/.next/server/chunks/6628.js +1 -0
- package/.next/server/chunks/{9410.js → 7273.js} +1 -1
- package/.next/server/chunks/7464.js +1 -0
- package/.next/server/chunks/7516.js +1 -0
- package/.next/server/chunks/8194.js +1 -0
- package/.next/server/chunks/835.js +1 -0
- package/.next/server/chunks/{2082.js → 8728.js} +3 -3
- package/.next/server/chunks/{5484.js → 8837.js} +1 -1
- package/.next/server/chunks/8891.js +1 -0
- package/.next/server/chunks/9476.js +1 -0
- package/.next/server/chunks/9680.js +354 -0
- package/.next/server/chunks/{5476.js → 9977.js} +1 -1
- package/.next/server/chunks/ButtonSignIn.js +1 -1
- package/.next/server/chunks/FilterSkeleton.js +1 -1
- package/.next/server/chunks/ScrollToTopButton.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 +1 -1
- package/.next/server/pages/404.js.nft.json +1 -1
- package/.next/server/pages/500.js +1 -1
- package/.next/server/pages/500.js.nft.json +1 -1
- package/.next/server/pages/[...slug].js +1 -1
- package/.next/server/pages/[...slug].js.nft.json +1 -1
- package/.next/server/pages/[slug]/p.js +1 -1
- package/.next/server/pages/[slug]/p.js.nft.json +1 -1
- package/.next/server/pages/_app.js +1 -1
- package/.next/server/pages/_app.js.nft.json +1 -1
- package/.next/server/pages/_document.js +1 -1
- package/.next/server/pages/_document.js.nft.json +1 -1
- package/.next/server/pages/_error.js +1 -1
- package/.next/server/pages/_error.js.nft.json +1 -1
- package/.next/server/pages/account.js +1 -1
- package/.next/server/pages/account.js.nft.json +1 -1
- package/.next/server/pages/api/graphql.js +1 -1
- package/.next/server/pages/api/graphql.js.nft.json +1 -1
- package/.next/server/pages/api/health/live.js +1 -1
- package/.next/server/pages/api/health/live.js.nft.json +1 -1
- package/.next/server/pages/api/health/ready.js +1 -1
- package/.next/server/pages/api/health/ready.js.nft.json +1 -1
- package/.next/server/pages/api/preview.js +1 -1
- package/.next/server/pages/api/preview.js.nft.json +1 -1
- package/.next/server/pages/checkout.js +1 -1
- package/.next/server/pages/checkout.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/index.js +1 -1
- package/.next/server/pages/index.js.nft.json +1 -1
- package/.next/server/pages/login.js +1 -1
- package/.next/server/pages/login.js.nft.json +1 -1
- package/.next/server/pages/s.js +1 -1
- package/.next/server/pages/s.js.nft.json +1 -1
- package/.next/server/pages-manifest.json +1 -1
- package/.next/static/3H_fV7jqbTCbj1uDyqkdL/_buildManifest.js +1 -0
- package/.next/static/chunks/{1153.7f616071da309cf5.js → 1153.d7522522b6c917ed.js} +1 -1
- package/.next/static/chunks/{2552.9070ea604ee3c214.js → 1484.28c35c27d55eb35c.js} +1 -1
- package/.next/static/chunks/1576.a2a07a69d837f27e.js +1 -0
- package/.next/static/chunks/1722.855c6697e4b5bd99.js +1 -0
- package/.next/static/chunks/2075.a3644694fdb159b7.js +1 -0
- package/.next/static/chunks/2877.dd1b92e477403fe8.js +1 -0
- package/.next/static/chunks/2987.6193db68c490b04b.js +1 -0
- package/.next/static/chunks/311.bba6e44542ac8417.js +1 -0
- package/.next/static/chunks/320.9515e52c99a37cf2.js +1 -0
- package/.next/static/chunks/{3285.419d379c827c993d.js → 3285.bd01087f8c8cc932.js} +1 -1
- package/.next/static/chunks/4477.0a03aff4f06e13c4.js +1 -0
- package/.next/static/chunks/4579-0b95def0ee1ecb0f.js +33 -0
- package/.next/static/chunks/544.6d1146463051ac4b.js +1 -0
- package/.next/static/chunks/5698-27d87aae8c109e79.js +1 -0
- package/.next/static/chunks/581.4b280025e5abfc06.js +1 -0
- package/.next/static/chunks/{5997.8b2a914748263bb7.js → 5997.e70c77b8eab819e8.js} +1 -1
- package/.next/static/chunks/614.2acb5ac1cd243111.js +1 -0
- package/.next/static/chunks/667-12b06e64d8d692d5.js +1 -0
- package/.next/static/chunks/7516.617dd5aab0b74713.js +1 -0
- package/.next/static/chunks/{5484.4fe23adb8755a0dd.js → 8837.8223b510eb10a903.js} +1 -1
- package/.next/static/chunks/{5217.2c285832cd2bb950.js → 8998.3fc957235f535806.js} +1 -1
- package/.next/static/chunks/9082.0972669081ef3eb5.js +1 -0
- package/.next/static/chunks/9466-2f8573654062ca33.js +1 -0
- package/.next/static/chunks/9818.f0f462070e0db301.js +1 -0
- package/.next/static/chunks/BannerNewsletter.cd67899702cefc74.js +1 -0
- package/.next/static/chunks/{BannerText.2914f18ab31cab35.js → BannerText.0c8fd771d3b91dac.js} +1 -1
- package/.next/static/chunks/ButtonSignIn.0faf6468b51ce4b6.js +1 -0
- package/.next/static/chunks/CartItem.229dccb420761efe.js +1 -0
- package/.next/static/chunks/CartSidebar.4bed80612022167d.js +1 -0
- package/.next/static/chunks/{Dropdown.c185fbcccd9e9fa1.js → Dropdown.53864325be876069.js} +1 -1
- package/.next/static/chunks/{DropdownButton.4fdf060ed114b64c.js → DropdownButton.72931dd7850bf1ae.js} +1 -1
- package/.next/static/chunks/{DropdownItem.8193a09298ca6cfa.js → DropdownItem.d5df8682a0221647.js} +1 -1
- package/.next/static/chunks/{DropdownMenu.7e0dfc2c5ffbae11.js → DropdownMenu.b56cdd4ca38f4310.js} +1 -1
- package/.next/static/chunks/EmptyCart.5ab0501efc579ac5.js +1 -0
- package/.next/static/chunks/{FilterSkeleton.5cea0252ed1ff951.js → FilterSkeleton.9af255f1c13bd141.js} +1 -1
- package/.next/static/chunks/Footer.939b0b23c2ef1ecb.js +1 -0
- package/.next/static/chunks/Gift.214a5af8f52a63ac.js +1 -0
- package/.next/static/chunks/Newsletter.16d512eea4770e48.js +1 -0
- package/.next/static/chunks/OrderSummary.d0ea4b99c43940f3.js +1 -0
- package/.next/static/chunks/ProductShelf.603ccc716cff52e0.js +1 -0
- package/.next/static/chunks/ProductTiles.d48b80d68fbbafa0.js +1 -0
- package/.next/static/chunks/RegionModal.7ad48ac09e8e66a7.js +1 -0
- package/.next/static/chunks/{ScrollToTopButton.1fd39c18569afe69.js → ScrollToTopButton.7b494ac1f6e8f0b3.js} +1 -1
- package/.next/static/chunks/Toast.b8bf1fc575cfaa86.js +1 -0
- package/.next/static/chunks/main-bcf4c5804681e40a.js +1 -0
- package/.next/static/chunks/pages/404-23b334702035ebee.js +1 -0
- package/.next/static/chunks/pages/500-2fbf273f5ce9ceca.js +1 -0
- package/.next/static/chunks/pages/{[...slug]-ea558b39fbfcc27f.js → [...slug]-25f38fa57ace66f5.js} +1 -1
- package/.next/static/chunks/pages/[slug]/p-a3a9ea694ac3b322.js +1 -0
- package/.next/static/chunks/pages/_app-fa96080af43b51d4.js +1 -0
- package/.next/static/chunks/pages/{_error-6a4b9b22c63bd9d7.js → _error-c259d89560ef7ac1.js} +1 -1
- package/.next/static/chunks/pages/{account-1d2b1635afa59ace.js → account-432a55e008dba859.js} +1 -1
- package/.next/static/chunks/pages/checkout-d811420956257b8d.js +1 -0
- package/.next/static/chunks/pages/index-196c7f6cfa8ed5f3.js +1 -0
- package/.next/static/chunks/pages/login-66c720bdd1b3034e.js +1 -0
- package/.next/static/chunks/pages/s-1835e91d63b5f928.js +1 -0
- package/.next/static/chunks/webpack-afc8087dfb1d8df4.js +1 -0
- package/.next/static/css/2eafb8997a3946dc.css +1 -0
- package/.next/trace +102 -102
- package/.turbo/turbo-build.log +10 -10
- package/.turbo/turbo-test.log +5 -5
- package/CHANGELOG.md +4 -0
- package/package.json +8 -8
- package/.eslintrc.js +0 -9
- package/.next/server/chunks/1163.js +0 -6
- package/.next/server/chunks/2710.js +0 -1
- package/.next/server/chunks/3157.js +0 -1
- package/.next/server/chunks/319.js +0 -1
- package/.next/server/chunks/3202.js +0 -1
- package/.next/server/chunks/371.js +0 -1
- package/.next/server/chunks/4012.js +0 -1
- package/.next/server/chunks/4222.js +0 -1
- package/.next/server/chunks/4358.js +0 -1
- package/.next/server/chunks/5110.js +0 -1
- package/.next/server/chunks/5156.js +0 -1
- package/.next/server/chunks/5380.js +0 -1
- package/.next/server/chunks/5671.js +0 -1
- package/.next/server/chunks/5754.js +0 -9
- package/.next/server/chunks/64.js +0 -1
- package/.next/server/chunks/6414.js +0 -1
- package/.next/server/chunks/8096.js +0 -1
- package/.next/server/chunks/8724.js +0 -1
- package/.next/server/chunks/8857.js +0 -1
- package/.next/server/chunks/9160.js +0 -1
- package/.next/server/chunks/9369.js +0 -1
- package/.next/server/chunks/945.js +0 -1
- package/.next/server/chunks/9572.js +0 -354
- package/.next/server/chunks/983.js +0 -1
- package/.next/server/chunks/9844.js +0 -1
- package/.next/static/chunks/1774.85dc251aa39a517b.js +0 -1
- package/.next/static/chunks/1978.8bdcdd4ec5c7ac88.js +0 -1
- package/.next/static/chunks/2032.83b631dbb251fcc6.js +0 -1
- package/.next/static/chunks/2388.bad8c435f1425ffd.js +0 -1
- package/.next/static/chunks/3202.a1dabb5ce227338a.js +0 -1
- package/.next/static/chunks/3523.7b396bcd952800b9.js +0 -1
- package/.next/static/chunks/4501-effb6aa25a455116.js +0 -1
- package/.next/static/chunks/5156.d1a2bac5ee6f64ac.js +0 -1
- package/.next/static/chunks/5380.955177408ea25915.js +0 -1
- package/.next/static/chunks/6379-5bc15c2be0861eec.js +0 -1
- package/.next/static/chunks/64.225f7439e13cc375.js +0 -1
- package/.next/static/chunks/6941-691e0f68baf2036e.js +0 -33
- package/.next/static/chunks/7563-5d46c5ee03edcfef.js +0 -1
- package/.next/static/chunks/8724.66f3c6d121015974.js +0 -1
- package/.next/static/chunks/8857.141d2a4640c89f4a.js +0 -1
- package/.next/static/chunks/9024.a746900e79690cf9.js +0 -1
- package/.next/static/chunks/9160.f23fc2e8b2b6b813.js +0 -1
- package/.next/static/chunks/983.c7179ebdb154d450.js +0 -1
- package/.next/static/chunks/BannerNewsletter.ee0b11fa76f97f1e.js +0 -1
- package/.next/static/chunks/ButtonSignIn.530066e6a0aaaa4b.js +0 -1
- package/.next/static/chunks/CartItem.64f56e23e94f577b.js +0 -1
- package/.next/static/chunks/CartSidebar.71febd97344a7b4c.js +0 -1
- package/.next/static/chunks/EmptyCart.335d05fe570a1b28.js +0 -1
- package/.next/static/chunks/Footer.c0816f0c74d7e24b.js +0 -1
- package/.next/static/chunks/Gift.a189921eb7c7a1a8.js +0 -1
- package/.next/static/chunks/Newsletter.99c659682ed8b4eb.js +0 -1
- package/.next/static/chunks/OrderSummary.2b7aae72c78d68ae.js +0 -1
- package/.next/static/chunks/ProductShelf.4aeec65ee9e7d9bc.js +0 -1
- package/.next/static/chunks/ProductTiles.88604243e3683d44.js +0 -1
- package/.next/static/chunks/RegionModal.cec6e7d1faeeae2d.js +0 -1
- package/.next/static/chunks/Toast.0e3d2c547b67cf60.js +0 -1
- package/.next/static/chunks/main-48d1188fa94dad34.js +0 -1
- package/.next/static/chunks/pages/404-5e3ccc26e8693eea.js +0 -1
- package/.next/static/chunks/pages/500-823cb0432a498a6a.js +0 -1
- package/.next/static/chunks/pages/[slug]/p-9f818242d4684d7b.js +0 -1
- package/.next/static/chunks/pages/_app-ba0d9245cbb082f7.js +0 -1
- package/.next/static/chunks/pages/checkout-4b85659485b4500c.js +0 -1
- package/.next/static/chunks/pages/index-3afad5f7b3649b98.js +0 -1
- package/.next/static/chunks/pages/login-ec8f707d0c577b05.js +0 -1
- package/.next/static/chunks/pages/s-a3ece89271c90e66.js +0 -1
- package/.next/static/chunks/webpack-bc711f2cb2b8dee9.js +0 -1
- package/.next/static/css/ee0556daedda6306.css +0 -1
- package/.next/static/d8jAlBz4zA9EzMiMiY092/_buildManifest.js +0 -1
- /package/.next/static/{d8jAlBz4zA9EzMiMiY092 → 3H_fV7jqbTCbj1uDyqkdL}/_ssgManifest.js +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html lang="en-US"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><meta name="next-head-count" content="
|
|
1
|
+
<!DOCTYPE html><html lang="en-US"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><meta name="generated-at" content="2025-02-03T20:24:33.731Z"/><meta name="robots" content="noindex,nofollow"/><meta name="next-head-count" content="4"/><link rel="preconnect" href="https://storeframework.vtexassets.com"/><link rel="dns-prefetch" href="https://storeframework.vtexassets.com"/><meta name="storefront" content="fast_store"/><script>var partytown={forward:[...["sendrc"],!window.location.search.includes('gtm_debug=')&&true?'dataLayer.push':null].filter(Boolean)}</script><script type="text/partytown">!window.location.search.includes('gtm_debug=')&&
|
|
2
2
|
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
|
|
3
3
|
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
|
4
4
|
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
|
@@ -24,4 +24,4 @@
|
|
|
24
24
|
workspace: 'master'
|
|
25
25
|
});
|
|
26
26
|
</script><script>!(function(w,p,f,c){c=w[p]=w[p]||{};c[f]=(c[f]||[])})(window,'partytown','forward');/* Partytown 0.6.4 - MIT builder.io */
|
|
27
|
-
!function(t,e,n,i,r,o,a,d,s,c,p,l){function u(){l||(l=1,"/"==(a=(o.lib||"/~partytown/")+(o.debug?"debug/":""))[0]&&(s=e.querySelectorAll('script[type="text/partytown"]'),i!=t?i.dispatchEvent(new CustomEvent("pt1",{detail:t})):(d=setTimeout(w,1e4),e.addEventListener("pt0",f),r?h(1):n.serviceWorker?n.serviceWorker.register(a+(o.swPath||"partytown-sw.js"),{scope:a}).then((function(t){t.active?h():t.installing&&t.installing.addEventListener("statechange",(function(t){"activated"==t.target.state&&h()}))}),console.error):w())))}function h(t){c=e.createElement(t?"script":"iframe"),t||(c.setAttribute("style","display:block;width:0;height:0;border:0;visibility:hidden"),c.setAttribute("aria-hidden",!0)),c.src=a+"partytown-"+(t?"atomics.js?v=0.6.4":"sandbox-sw.html?"+Date.now()),e.body.appendChild(c)}function w(t,n){for(f(),t=0;t<s.length;t++)(n=e.createElement("script")).innerHTML=s[t].innerHTML,e.head.appendChild(n);c&&c.parentNode.removeChild(c)}function f(){clearTimeout(d)}o=t.partytown||{},i==t&&(o.forward||[]).map((function(e){p=t,e.split(".").map((function(e,n,i){p=p[i[n]]=n+1<i.length?"push"==i[n+1]?[]:p[i[n]]||{}:function(){(t._ptf=t._ptf||[]).push(i,arguments)}}))})),"complete"==e.readyState?u():(t.addEventListener("DOMContentLoaded",u),t.addEventListener("load",u))}(window,document,navigator,top,window.crossOriginIsolated);document.currentScript.dataset.partytown="";</script><link rel="preload" href="/_next/static/css/
|
|
27
|
+
!function(t,e,n,i,r,o,a,d,s,c,p,l){function u(){l||(l=1,"/"==(a=(o.lib||"/~partytown/")+(o.debug?"debug/":""))[0]&&(s=e.querySelectorAll('script[type="text/partytown"]'),i!=t?i.dispatchEvent(new CustomEvent("pt1",{detail:t})):(d=setTimeout(w,1e4),e.addEventListener("pt0",f),r?h(1):n.serviceWorker?n.serviceWorker.register(a+(o.swPath||"partytown-sw.js"),{scope:a}).then((function(t){t.active?h():t.installing&&t.installing.addEventListener("statechange",(function(t){"activated"==t.target.state&&h()}))}),console.error):w())))}function h(t){c=e.createElement(t?"script":"iframe"),t||(c.setAttribute("style","display:block;width:0;height:0;border:0;visibility:hidden"),c.setAttribute("aria-hidden",!0)),c.src=a+"partytown-"+(t?"atomics.js?v=0.6.4":"sandbox-sw.html?"+Date.now()),e.body.appendChild(c)}function w(t,n){for(f(),t=0;t<s.length;t++)(n=e.createElement("script")).innerHTML=s[t].innerHTML,e.head.appendChild(n);c&&c.parentNode.removeChild(c)}function f(){clearTimeout(d)}o=t.partytown||{},i==t&&(o.forward||[]).map((function(e){p=t,e.split(".").map((function(e,n,i){p=p[i[n]]=n+1<i.length?"push"==i[n+1]?[]:p[i[n]]||{}:function(){(t._ptf=t._ptf||[]).push(i,arguments)}}))})),"complete"==e.readyState?u():(t.addEventListener("DOMContentLoaded",u),t.addEventListener("load",u))}(window,document,navigator,top,window.crossOriginIsolated);document.currentScript.dataset.partytown="";</script><link rel="preload" href="/_next/static/css/2eafb8997a3946dc.css" as="style" crossorigin=""/><link rel="stylesheet" href="/_next/static/css/2eafb8997a3946dc.css" crossorigin="" data-n-g=""/><link rel="preload" href="/_next/static/css/93d239c461485bdf.css" as="style" crossorigin=""/><link rel="stylesheet" href="/_next/static/css/93d239c461485bdf.css" crossorigin="" data-n-p=""/><link rel="preload" href="/_next/static/css/2980acad3f8e1028.css" as="style" crossorigin=""/><link rel="stylesheet" href="/_next/static/css/2980acad3f8e1028.css" crossorigin="" data-n-p=""/><noscript data-n-css=""></noscript><script defer="" crossorigin="" nomodule="" src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"></script><script src="/_next/static/chunks/webpack-afc8087dfb1d8df4.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/framework-12a146e94cfcf7c4.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/main-bcf4c5804681e40a.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/pages/_app-fa96080af43b51d4.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/4579-0b95def0ee1ecb0f.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/5698-27d87aae8c109e79.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/pages/login-66c720bdd1b3034e.js" defer="" crossorigin=""></script><script src="/_next/static/3H_fV7jqbTCbj1uDyqkdL/_buildManifest.js" defer="" crossorigin=""></script><script src="/_next/static/3H_fV7jqbTCbj1uDyqkdL/_ssgManifest.js" defer="" crossorigin=""></script></head><body class="theme"><div id="__next"><div data-store-section-name="Alert" style="height:823px;width:100%"></div><div data-store-section-name="Navbar" style="height:823px;width:100%"></div><div data-store-section-name="RegionBar" style="height:823px;width:100%"></div><div data-store-section-name="EmptyState" style="height:823px;width:100%"></div><div data-store-section-name="Toast" style="height:823px;width:100%"></div><div data-store-section-name="Footer" style="height:823px;width:100%"></div></div><script id="__NEXT_DATA__" type="application/json" crossorigin="">{"props":{"pageProps":{"page":{"id":"6c797bfd-df43-11ef-b37f-e36ccade0c42","name":"Login Page","type":"login","status":"published","versionId":"72896d8c-df43-11ef-b37f-87b691dee416","versionStatus":"published","sections":[{"id":"3d2e09fe-4bc9-4447-b158-6048da40ab8c","name":"EmptyState","data":{"titleIcon":{},"showLoader":true,"errorState":{"errorId":{},"fromUrl":{}},"title":"Loading"}}]},"globalSections":{"id":"715f02f9-df43-11ef-b37f-e38fd0971ceb","name":"Global Sections","type":"globalSections","status":"published","versionId":"89ef6f6f-b867-49c4-9b5b-424e0ddc5ce7","versionStatus":"published","sections":[{"id":"7095268a-8ba6-4883-9c2c-c306bd8b5d46","name":"Alert","data":{"link":{"text":"Buy now","to":"/office"},"dismissible":true,"icon":"BellRinging","content":"Get 15% off today: NEW15!"}},{"id":"8b469cea-0c14-4efa-902d-d8bd2e526192","name":"Navbar","data":{"logo":{"link":{"url":"/","title":"Go To Home"},"src":"https://storeframework.vtexassets.com/assets/vtex.file-manager-graphql/images/ab9997f4-8fd6-46f5-99d2-9d5af3ef5e34___6d75a203771d7408d8f0d1c660a076dd.png","alt":"Store logo"},"searchInput":{"placeholder":"Search everything at the store","sort":"score_desc","quickOrderSettings":{"quickOrder":true,"skuMatrix":{"triggerButtonLabel":"Select multiple","columns":{"name":"Name","availability":{"label":"Availability","stockDisplaySettings":"showAvailability"},"price":"Price","quantitySelector":"Quantity"}}}},"signInButton":{"icon":{"icon":"User","alt":"User"},"label":"Sign In","myAccountLabel":"My Account"},"cartIcon":{"icon":"ShoppingCart","alt":"Shopping Cart"},"navigation":{"regionalization":{"enabled":true,"icon":{"icon":"MapPin","alt":"MapPin"},"label":"Set Your Location"},"pageLinks":[{"text":"Office","url":"/office"},{"text":"Technology","url":"/technology"}],"menu":{"icon":{"icon":"List","alt":"List"}},"home":{"label":"Go to Home"}}}},{"id":"dfec8f3e-b2d6-41c9-b756-ed4a780cda7f","name":"RegionBar","data":{"icon":{"icon":"MapPin","alt":"Map Pin icon"},"label":"Set your location","editLabel":"Edit","buttonIcon":{"icon":"CaretRight","alt":"Caret Right icon"}}},{"id":"2874267a-c892-41fd-83bf-85b708a4bca8","name":"CartSidebar","data":{"title":"Your Cart","alert":{"icon":{"icon":"Truck","alt":"Arrow Right icon"},"text":"Free shipping starts at $300"},"checkoutButton":{"label":"Checkout","loadingLabel":"Loading...","icon":{"icon":"ArrowRight","alt":"Arrow Right icon"}},"quantitySelector":{"useUnitMultiplier":false},"taxesConfiguration":{"usePriceWithTaxes":false,"taxesLabel":"Tax included"}}},{"id":"a8d87e90-5b51-418e-b755-b5466549c9d7","name":"RegionModal","data":{"title":"Set your location","description":"Prices, offers and availability may vary according to your location.","closeButtonAriaLabel":"Close Region Modal","inputField":{"label":"Postal Code","errorMessage":"You entered an invalid Postal Code"},"idkPostalCodeLink":{"text":"I don't know my Postal Code","icon":{"icon":"ArrowSquareOut","alt":"Arrow Square Out icon"}}}},{"id":"e2cc106c-06f1-4b00-8449-9e8eaa7449b4","name":"Children","data":{}},{"id":"34de56a6-f248-47ad-a172-8e22aca13c6d","name":"Footer","data":{"incentives":[{"title":" ","firstLineText":"Trusted","icon":"ShieldCheck","secondLineText":"by Safecon"},{"title":" ","firstLineText":"Free","icon":"Calendar","secondLineText":"Return"},{"title":" ","firstLineText":"Pickup","icon":"Storefront","secondLineText":"Options"},{"firstLineText":"Free","secondLineText":"Shipping","title":" ","icon":"Truck"}],"footerLinks":[{"items":[{"text":"About Us","url":"https://starter.vtex.app"},{"text":"Our Blog","url":"https://starter.vtex.app"},{"text":"Stores","url":"https://starter.vtex.app"},{"text":"Work With Us","url":"https://starter.vtex.app"}],"sectionTitle":"Our company"},{"items":[{"text":"Returns and Exchanges","url":"/"},{"text":"Product Recall","url":"/"},{"text":"Gift Cards","url":"/"}],"sectionTitle":"Orders and Purchases"},{"items":[{"text":"Support Center","url":"/"},{"text":"Support \u0026 Services","url":"/"},{"text":"Contact Us","url":"/"}],"sectionTitle":"Support \u0026 Services"},{"items":[{"text":"Affiliate Program","url":"/"},{"text":"Marketplace","url":"/"}],"sectionTitle":"Partnerships"}],"footerSocial":{"title":"Follow Us","socialLinks":[{"icon":{"icon":"Facebook"},"alt":"Facebook","url":"https://www.facebook.com"},{"icon":{"icon":"Instagram"},"alt":"Instagram","url":"https://www.instagram.com"},{"icon":{"icon":"Pinterest"},"alt":"Pinterest","url":"https://www.pinterest.com"},{"icon":{"icon":"Twitter"},"alt":"Twitter","url":"https://www.twitter.com"}]},"logo":{"link":{"title":"FastStore Starter","url":"https://starter.vtex.app/"},"src":"https://storeframework.vtexassets.com/assets/vtex.file-manager-graphql/images/ec191c4a-32d8-41a9-9255-f319819bc98c___c24a66e2bef2c3f2bea07571a3636804.png","alt":"Store Logo"},"acceptedPaymentMethods":{"showPaymentMethods":true,"title":"Payment Methods","paymentMethods":[{"icon":{"icon":"Diners"},"alt":"Diners Club"},{"icon":{"icon":"Visa"},"alt":"Visa"},{"icon":{"icon":"Mastercard"},"alt":"Mastercard"},{"icon":{"icon":"EloCard"},"alt":"Elo Card"},{"icon":{"icon":"PayPal"},"alt":"PayPal"},{"icon":{"icon":"GooglePay"},"alt":"GooglePay"},{"icon":{"icon":"ApplePay"},"alt":"Apple Pay"}]},"copyrightInfo":"This website uses VTEX technology. In-store price may vary. Prices and offers are subject to change. 2023 Brandless Store. All rights reserved. Store is a trademark of Store and its affiliated companies. Mount St, 000, New York / NY - 00000."}}]}},"__N_SSG":true},"page":"/login","query":{},"buildId":"3H_fV7jqbTCbj1uDyqkdL","isFallback":false,"gsp":true,"locale":"en-US","locales":["en-US"],"defaultLocale":"en-US","scriptLoader":[]}</script></body></html>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html lang="en-US"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><meta name="next-head-count" content="
|
|
1
|
+
<!DOCTYPE html><html lang="en-US"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><meta name="generated-at" content="2025-02-03T20:24:33.731Z"/><title>FastStore Starter | FastStore</title><meta name="robots" content="noindex,nofollow"/><meta name="description" content="Fast Demo Store"/><meta property="og:title" content="FastStore Starter"/><meta property="og:description" content="Fast Demo Store"/><meta property="og:type" content="website"/><meta name="next-head-count" content="9"/><link rel="preconnect" href="https://storeframework.vtexassets.com"/><link rel="dns-prefetch" href="https://storeframework.vtexassets.com"/><meta name="storefront" content="fast_store"/><script>var partytown={forward:[...["sendrc"],!window.location.search.includes('gtm_debug=')&&true?'dataLayer.push':null].filter(Boolean)}</script><script type="text/partytown">!window.location.search.includes('gtm_debug=')&&
|
|
2
2
|
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
|
|
3
3
|
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
|
4
4
|
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
|
@@ -24,4 +24,4 @@
|
|
|
24
24
|
workspace: 'master'
|
|
25
25
|
});
|
|
26
26
|
</script><script>!(function(w,p,f,c){c=w[p]=w[p]||{};c[f]=(c[f]||[])})(window,'partytown','forward');/* Partytown 0.6.4 - MIT builder.io */
|
|
27
|
-
!function(t,e,n,i,r,o,a,d,s,c,p,l){function u(){l||(l=1,"/"==(a=(o.lib||"/~partytown/")+(o.debug?"debug/":""))[0]&&(s=e.querySelectorAll('script[type="text/partytown"]'),i!=t?i.dispatchEvent(new CustomEvent("pt1",{detail:t})):(d=setTimeout(w,1e4),e.addEventListener("pt0",f),r?h(1):n.serviceWorker?n.serviceWorker.register(a+(o.swPath||"partytown-sw.js"),{scope:a}).then((function(t){t.active?h():t.installing&&t.installing.addEventListener("statechange",(function(t){"activated"==t.target.state&&h()}))}),console.error):w())))}function h(t){c=e.createElement(t?"script":"iframe"),t||(c.setAttribute("style","display:block;width:0;height:0;border:0;visibility:hidden"),c.setAttribute("aria-hidden",!0)),c.src=a+"partytown-"+(t?"atomics.js?v=0.6.4":"sandbox-sw.html?"+Date.now()),e.body.appendChild(c)}function w(t,n){for(f(),t=0;t<s.length;t++)(n=e.createElement("script")).innerHTML=s[t].innerHTML,e.head.appendChild(n);c&&c.parentNode.removeChild(c)}function f(){clearTimeout(d)}o=t.partytown||{},i==t&&(o.forward||[]).map((function(e){p=t,e.split(".").map((function(e,n,i){p=p[i[n]]=n+1<i.length?"push"==i[n+1]?[]:p[i[n]]||{}:function(){(t._ptf=t._ptf||[]).push(i,arguments)}}))})),"complete"==e.readyState?u():(t.addEventListener("DOMContentLoaded",u),t.addEventListener("load",u))}(window,document,navigator,top,window.crossOriginIsolated);document.currentScript.dataset.partytown="";</script><link rel="preload" href="/_next/static/css/ee0556daedda6306.css" as="style" crossorigin=""/><link rel="stylesheet" href="/_next/static/css/ee0556daedda6306.css" crossorigin="" data-n-g=""/><link rel="preload" href="/_next/static/css/93d239c461485bdf.css" as="style" crossorigin=""/><link rel="stylesheet" href="/_next/static/css/93d239c461485bdf.css" crossorigin="" data-n-p=""/><link rel="preload" href="/_next/static/css/449c3f167b150caf.css" as="style" crossorigin=""/><link rel="stylesheet" href="/_next/static/css/449c3f167b150caf.css" crossorigin="" data-n-p=""/><link rel="preload" href="/_next/static/css/2980acad3f8e1028.css" as="style" crossorigin=""/><link rel="stylesheet" href="/_next/static/css/2980acad3f8e1028.css" crossorigin="" data-n-p=""/><noscript data-n-css=""></noscript><script defer="" crossorigin="" nomodule="" src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"></script><script src="/_next/static/chunks/webpack-bc711f2cb2b8dee9.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/framework-12a146e94cfcf7c4.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/main-48d1188fa94dad34.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/pages/_app-ba0d9245cbb082f7.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/6941-691e0f68baf2036e.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/7563-5d46c5ee03edcfef.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/4501-effb6aa25a455116.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/pages/s-a3ece89271c90e66.js" defer="" crossorigin=""></script><script src="/_next/static/d8jAlBz4zA9EzMiMiY092/_buildManifest.js" defer="" crossorigin=""></script><script src="/_next/static/d8jAlBz4zA9EzMiMiY092/_ssgManifest.js" defer="" crossorigin=""></script></head><body class="theme"><div id="__next"><span data-fs-sr-only="true">FastStore Starter</span><section class="section section_section__4Hqa8 section-product-gallery"><section data-testid="product-gallery" data-fs-product-listing="true" data-fs-search-loading="true"><section class="section section_section__KG_b8 section-empty-state"><section data-fs-empty-state="true" data-fs-empty-state-variant="default" data-fs-empty-state-bkg-color="light" data-fs-content="empty-state" data-testid="fs-empty-state"><span data-fs-loader="true" data-fs-loader-variant="dark" data-testid="fs-loader"><span data-fs-loader-item="true"></span><span data-fs-loader-item="true"></span><span data-fs-loader-item="true"></span></span></section></section></section></section></div><script id="__NEXT_DATA__" type="application/json" crossorigin="">{"props":{"pageProps":{"page":{"id":"6c6ed0f5-df43-11ef-b37f-84279fde7901","name":"Search Page","type":"search","status":"published","versionId":"6ddd2c26-df43-11ef-b37f-8870e109abcc","versionStatus":"published","sections":[{"id":"ca36b6bc-57d6-49f9-a5bc-a0aefafc8c8b","name":"Breadcrumb","data":{"icon":"House","alt":"All Products result!!"}},{"id":"adddcb26-462e-496f-a4bf-eb7a8304e97e","name":"ProductGallery","data":{"searchTermLabel":"Showing results for:","totalCountLabel":"Results","previousPageButton":{"icon":{"icon":"ArrowLeft","alt":"Arrow Left icon"},"label":"Previous Page"},"loadMorePageButton":{"label":"Load more products"},"filter":{"title":"Filters","mobileOnly":{"filterButton":{"label":"Filters","icon":{"icon":"FadersHorizontal","alt":"Open Filters"}},"clearButtonLabel":"Clear All","applyButtonLabel":"Apply"}},"productCard":{"showDiscountBadge":true,"bordered":true}}}]},"globalSections":{"id":"715f02f9-df43-11ef-b37f-e38fd0971ceb","name":"Global Sections","type":"globalSections","status":"published","versionId":"89ef6f6f-b867-49c4-9b5b-424e0ddc5ce7","versionStatus":"published","sections":[{"id":"7095268a-8ba6-4883-9c2c-c306bd8b5d46","name":"Alert","data":{"link":{"text":"Buy now","to":"/office"},"dismissible":true,"icon":"BellRinging","content":"Get 15% off today: NEW15!"}},{"id":"8b469cea-0c14-4efa-902d-d8bd2e526192","name":"Navbar","data":{"logo":{"link":{"url":"/","title":"Go To Home"},"src":"https://storeframework.vtexassets.com/assets/vtex.file-manager-graphql/images/ab9997f4-8fd6-46f5-99d2-9d5af3ef5e34___6d75a203771d7408d8f0d1c660a076dd.png","alt":"Store logo"},"searchInput":{"placeholder":"Search everything at the store","sort":"score_desc","quickOrderSettings":{"quickOrder":true,"skuMatrix":{"triggerButtonLabel":"Select multiple","columns":{"name":"Name","availability":{"label":"Availability","stockDisplaySettings":"showAvailability"},"price":"Price","quantitySelector":"Quantity"}}}},"signInButton":{"icon":{"icon":"User","alt":"User"},"label":"Sign In","myAccountLabel":"My Account"},"cartIcon":{"icon":"ShoppingCart","alt":"Shopping Cart"},"navigation":{"regionalization":{"enabled":true,"icon":{"icon":"MapPin","alt":"MapPin"},"label":"Set Your Location"},"pageLinks":[{"text":"Office","url":"/office"},{"text":"Technology","url":"/technology"}],"menu":{"icon":{"icon":"List","alt":"List"}},"home":{"label":"Go to Home"}}}},{"id":"dfec8f3e-b2d6-41c9-b756-ed4a780cda7f","name":"RegionBar","data":{"icon":{"icon":"MapPin","alt":"Map Pin icon"},"label":"Set your location","editLabel":"Edit","buttonIcon":{"icon":"CaretRight","alt":"Caret Right icon"}}},{"id":"2874267a-c892-41fd-83bf-85b708a4bca8","name":"CartSidebar","data":{"title":"Your Cart","alert":{"icon":{"icon":"Truck","alt":"Arrow Right icon"},"text":"Free shipping starts at $300"},"checkoutButton":{"label":"Checkout","loadingLabel":"Loading...","icon":{"icon":"ArrowRight","alt":"Arrow Right icon"}},"quantitySelector":{"useUnitMultiplier":false},"taxesConfiguration":{"usePriceWithTaxes":false,"taxesLabel":"Tax included"}}},{"id":"a8d87e90-5b51-418e-b755-b5466549c9d7","name":"RegionModal","data":{"title":"Set your location","description":"Prices, offers and availability may vary according to your location.","closeButtonAriaLabel":"Close Region Modal","inputField":{"label":"Postal Code","errorMessage":"You entered an invalid Postal Code"},"idkPostalCodeLink":{"text":"I don't know my Postal Code","icon":{"icon":"ArrowSquareOut","alt":"Arrow Square Out icon"}}}},{"id":"e2cc106c-06f1-4b00-8449-9e8eaa7449b4","name":"Children","data":{}},{"id":"34de56a6-f248-47ad-a172-8e22aca13c6d","name":"Footer","data":{"incentives":[{"title":" ","firstLineText":"Trusted","icon":"ShieldCheck","secondLineText":"by Safecon"},{"title":" ","firstLineText":"Free","icon":"Calendar","secondLineText":"Return"},{"title":" ","firstLineText":"Pickup","icon":"Storefront","secondLineText":"Options"},{"firstLineText":"Free","secondLineText":"Shipping","title":" ","icon":"Truck"}],"footerLinks":[{"items":[{"text":"About Us","url":"https://starter.vtex.app"},{"text":"Our Blog","url":"https://starter.vtex.app"},{"text":"Stores","url":"https://starter.vtex.app"},{"text":"Work With Us","url":"https://starter.vtex.app"}],"sectionTitle":"Our company"},{"items":[{"text":"Returns and Exchanges","url":"/"},{"text":"Product Recall","url":"/"},{"text":"Gift Cards","url":"/"}],"sectionTitle":"Orders and Purchases"},{"items":[{"text":"Support Center","url":"/"},{"text":"Support \u0026 Services","url":"/"},{"text":"Contact Us","url":"/"}],"sectionTitle":"Support \u0026 Services"},{"items":[{"text":"Affiliate Program","url":"/"},{"text":"Marketplace","url":"/"}],"sectionTitle":"Partnerships"}],"footerSocial":{"title":"Follow Us","socialLinks":[{"icon":{"icon":"Facebook"},"alt":"Facebook","url":"https://www.facebook.com"},{"icon":{"icon":"Instagram"},"alt":"Instagram","url":"https://www.instagram.com"},{"icon":{"icon":"Pinterest"},"alt":"Pinterest","url":"https://www.pinterest.com"},{"icon":{"icon":"Twitter"},"alt":"Twitter","url":"https://www.twitter.com"}]},"logo":{"link":{"title":"FastStore Starter","url":"https://starter.vtex.app/"},"src":"https://storeframework.vtexassets.com/assets/vtex.file-manager-graphql/images/ec191c4a-32d8-41a9-9255-f319819bc98c___c24a66e2bef2c3f2bea07571a3636804.png","alt":"Store Logo"},"acceptedPaymentMethods":{"showPaymentMethods":true,"title":"Payment Methods","paymentMethods":[{"icon":{"icon":"Diners"},"alt":"Diners Club"},{"icon":{"icon":"Visa"},"alt":"Visa"},{"icon":{"icon":"Mastercard"},"alt":"Mastercard"},{"icon":{"icon":"EloCard"},"alt":"Elo Card"},{"icon":{"icon":"PayPal"},"alt":"PayPal"},{"icon":{"icon":"GooglePay"},"alt":"GooglePay"},{"icon":{"icon":"ApplePay"},"alt":"Apple Pay"}]},"copyrightInfo":"This website uses VTEX technology. In-store price may vary. Prices and offers are subject to change. 2023 Brandless Store. All rights reserved. Store is a trademark of Store and its affiliated companies. Mount St, 000, New York / NY - 00000."}}]}},"__N_SSG":true},"page":"/s","query":{},"buildId":"d8jAlBz4zA9EzMiMiY092","isFallback":false,"gsp":true,"locale":"en-US","locales":["en-US"],"defaultLocale":"en-US","scriptLoader":[]}</script></body></html>
|
|
27
|
+
!function(t,e,n,i,r,o,a,d,s,c,p,l){function u(){l||(l=1,"/"==(a=(o.lib||"/~partytown/")+(o.debug?"debug/":""))[0]&&(s=e.querySelectorAll('script[type="text/partytown"]'),i!=t?i.dispatchEvent(new CustomEvent("pt1",{detail:t})):(d=setTimeout(w,1e4),e.addEventListener("pt0",f),r?h(1):n.serviceWorker?n.serviceWorker.register(a+(o.swPath||"partytown-sw.js"),{scope:a}).then((function(t){t.active?h():t.installing&&t.installing.addEventListener("statechange",(function(t){"activated"==t.target.state&&h()}))}),console.error):w())))}function h(t){c=e.createElement(t?"script":"iframe"),t||(c.setAttribute("style","display:block;width:0;height:0;border:0;visibility:hidden"),c.setAttribute("aria-hidden",!0)),c.src=a+"partytown-"+(t?"atomics.js?v=0.6.4":"sandbox-sw.html?"+Date.now()),e.body.appendChild(c)}function w(t,n){for(f(),t=0;t<s.length;t++)(n=e.createElement("script")).innerHTML=s[t].innerHTML,e.head.appendChild(n);c&&c.parentNode.removeChild(c)}function f(){clearTimeout(d)}o=t.partytown||{},i==t&&(o.forward||[]).map((function(e){p=t,e.split(".").map((function(e,n,i){p=p[i[n]]=n+1<i.length?"push"==i[n+1]?[]:p[i[n]]||{}:function(){(t._ptf=t._ptf||[]).push(i,arguments)}}))})),"complete"==e.readyState?u():(t.addEventListener("DOMContentLoaded",u),t.addEventListener("load",u))}(window,document,navigator,top,window.crossOriginIsolated);document.currentScript.dataset.partytown="";</script><link rel="preload" href="/_next/static/css/2eafb8997a3946dc.css" as="style" crossorigin=""/><link rel="stylesheet" href="/_next/static/css/2eafb8997a3946dc.css" crossorigin="" data-n-g=""/><link rel="preload" href="/_next/static/css/93d239c461485bdf.css" as="style" crossorigin=""/><link rel="stylesheet" href="/_next/static/css/93d239c461485bdf.css" crossorigin="" data-n-p=""/><link rel="preload" href="/_next/static/css/449c3f167b150caf.css" as="style" crossorigin=""/><link rel="stylesheet" href="/_next/static/css/449c3f167b150caf.css" crossorigin="" data-n-p=""/><link rel="preload" href="/_next/static/css/2980acad3f8e1028.css" as="style" crossorigin=""/><link rel="stylesheet" href="/_next/static/css/2980acad3f8e1028.css" crossorigin="" data-n-p=""/><noscript data-n-css=""></noscript><script defer="" crossorigin="" nomodule="" src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"></script><script src="/_next/static/chunks/webpack-afc8087dfb1d8df4.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/framework-12a146e94cfcf7c4.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/main-bcf4c5804681e40a.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/pages/_app-fa96080af43b51d4.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/4579-0b95def0ee1ecb0f.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/5698-27d87aae8c109e79.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/9466-2f8573654062ca33.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/pages/s-1835e91d63b5f928.js" defer="" crossorigin=""></script><script src="/_next/static/3H_fV7jqbTCbj1uDyqkdL/_buildManifest.js" defer="" crossorigin=""></script><script src="/_next/static/3H_fV7jqbTCbj1uDyqkdL/_ssgManifest.js" defer="" crossorigin=""></script></head><body class="theme"><div id="__next"><span data-fs-sr-only="true">FastStore Starter</span><section class="section section_section__4Hqa8 section-product-gallery"><section data-testid="product-gallery" data-fs-product-listing="true" data-fs-search-loading="true"><section class="section section_section__KG_b8 section-empty-state"><section data-fs-empty-state="true" data-fs-empty-state-variant="default" data-fs-empty-state-bkg-color="light" data-fs-content="empty-state" data-testid="fs-empty-state"><span data-fs-loader="true" data-fs-loader-variant="dark" data-testid="fs-loader"><span data-fs-loader-item="true"></span><span data-fs-loader-item="true"></span><span data-fs-loader-item="true"></span></span></section></section></section></section></div><script id="__NEXT_DATA__" type="application/json" crossorigin="">{"props":{"pageProps":{"page":{"id":"6c6ed0f5-df43-11ef-b37f-84279fde7901","name":"Search Page","type":"search","status":"published","versionId":"6ddd2c26-df43-11ef-b37f-8870e109abcc","versionStatus":"published","sections":[{"id":"ca36b6bc-57d6-49f9-a5bc-a0aefafc8c8b","name":"Breadcrumb","data":{"icon":"House","alt":"All Products result!!"}},{"id":"adddcb26-462e-496f-a4bf-eb7a8304e97e","name":"ProductGallery","data":{"searchTermLabel":"Showing results for:","totalCountLabel":"Results","previousPageButton":{"icon":{"icon":"ArrowLeft","alt":"Arrow Left icon"},"label":"Previous Page"},"loadMorePageButton":{"label":"Load more products"},"filter":{"title":"Filters","mobileOnly":{"filterButton":{"label":"Filters","icon":{"icon":"FadersHorizontal","alt":"Open Filters"}},"clearButtonLabel":"Clear All","applyButtonLabel":"Apply"}},"productCard":{"showDiscountBadge":true,"bordered":true}}}]},"globalSections":{"id":"715f02f9-df43-11ef-b37f-e38fd0971ceb","name":"Global Sections","type":"globalSections","status":"published","versionId":"89ef6f6f-b867-49c4-9b5b-424e0ddc5ce7","versionStatus":"published","sections":[{"id":"7095268a-8ba6-4883-9c2c-c306bd8b5d46","name":"Alert","data":{"link":{"text":"Buy now","to":"/office"},"dismissible":true,"icon":"BellRinging","content":"Get 15% off today: NEW15!"}},{"id":"8b469cea-0c14-4efa-902d-d8bd2e526192","name":"Navbar","data":{"logo":{"link":{"url":"/","title":"Go To Home"},"src":"https://storeframework.vtexassets.com/assets/vtex.file-manager-graphql/images/ab9997f4-8fd6-46f5-99d2-9d5af3ef5e34___6d75a203771d7408d8f0d1c660a076dd.png","alt":"Store logo"},"searchInput":{"placeholder":"Search everything at the store","sort":"score_desc","quickOrderSettings":{"quickOrder":true,"skuMatrix":{"triggerButtonLabel":"Select multiple","columns":{"name":"Name","availability":{"label":"Availability","stockDisplaySettings":"showAvailability"},"price":"Price","quantitySelector":"Quantity"}}}},"signInButton":{"icon":{"icon":"User","alt":"User"},"label":"Sign In","myAccountLabel":"My Account"},"cartIcon":{"icon":"ShoppingCart","alt":"Shopping Cart"},"navigation":{"regionalization":{"enabled":true,"icon":{"icon":"MapPin","alt":"MapPin"},"label":"Set Your Location"},"pageLinks":[{"text":"Office","url":"/office"},{"text":"Technology","url":"/technology"}],"menu":{"icon":{"icon":"List","alt":"List"}},"home":{"label":"Go to Home"}}}},{"id":"dfec8f3e-b2d6-41c9-b756-ed4a780cda7f","name":"RegionBar","data":{"icon":{"icon":"MapPin","alt":"Map Pin icon"},"label":"Set your location","editLabel":"Edit","buttonIcon":{"icon":"CaretRight","alt":"Caret Right icon"}}},{"id":"2874267a-c892-41fd-83bf-85b708a4bca8","name":"CartSidebar","data":{"title":"Your Cart","alert":{"icon":{"icon":"Truck","alt":"Arrow Right icon"},"text":"Free shipping starts at $300"},"checkoutButton":{"label":"Checkout","loadingLabel":"Loading...","icon":{"icon":"ArrowRight","alt":"Arrow Right icon"}},"quantitySelector":{"useUnitMultiplier":false},"taxesConfiguration":{"usePriceWithTaxes":false,"taxesLabel":"Tax included"}}},{"id":"a8d87e90-5b51-418e-b755-b5466549c9d7","name":"RegionModal","data":{"title":"Set your location","description":"Prices, offers and availability may vary according to your location.","closeButtonAriaLabel":"Close Region Modal","inputField":{"label":"Postal Code","errorMessage":"You entered an invalid Postal Code"},"idkPostalCodeLink":{"text":"I don't know my Postal Code","icon":{"icon":"ArrowSquareOut","alt":"Arrow Square Out icon"}}}},{"id":"e2cc106c-06f1-4b00-8449-9e8eaa7449b4","name":"Children","data":{}},{"id":"34de56a6-f248-47ad-a172-8e22aca13c6d","name":"Footer","data":{"incentives":[{"title":" ","firstLineText":"Trusted","icon":"ShieldCheck","secondLineText":"by Safecon"},{"title":" ","firstLineText":"Free","icon":"Calendar","secondLineText":"Return"},{"title":" ","firstLineText":"Pickup","icon":"Storefront","secondLineText":"Options"},{"firstLineText":"Free","secondLineText":"Shipping","title":" ","icon":"Truck"}],"footerLinks":[{"items":[{"text":"About Us","url":"https://starter.vtex.app"},{"text":"Our Blog","url":"https://starter.vtex.app"},{"text":"Stores","url":"https://starter.vtex.app"},{"text":"Work With Us","url":"https://starter.vtex.app"}],"sectionTitle":"Our company"},{"items":[{"text":"Returns and Exchanges","url":"/"},{"text":"Product Recall","url":"/"},{"text":"Gift Cards","url":"/"}],"sectionTitle":"Orders and Purchases"},{"items":[{"text":"Support Center","url":"/"},{"text":"Support \u0026 Services","url":"/"},{"text":"Contact Us","url":"/"}],"sectionTitle":"Support \u0026 Services"},{"items":[{"text":"Affiliate Program","url":"/"},{"text":"Marketplace","url":"/"}],"sectionTitle":"Partnerships"}],"footerSocial":{"title":"Follow Us","socialLinks":[{"icon":{"icon":"Facebook"},"alt":"Facebook","url":"https://www.facebook.com"},{"icon":{"icon":"Instagram"},"alt":"Instagram","url":"https://www.instagram.com"},{"icon":{"icon":"Pinterest"},"alt":"Pinterest","url":"https://www.pinterest.com"},{"icon":{"icon":"Twitter"},"alt":"Twitter","url":"https://www.twitter.com"}]},"logo":{"link":{"title":"FastStore Starter","url":"https://starter.vtex.app/"},"src":"https://storeframework.vtexassets.com/assets/vtex.file-manager-graphql/images/ec191c4a-32d8-41a9-9255-f319819bc98c___c24a66e2bef2c3f2bea07571a3636804.png","alt":"Store Logo"},"acceptedPaymentMethods":{"showPaymentMethods":true,"title":"Payment Methods","paymentMethods":[{"icon":{"icon":"Diners"},"alt":"Diners Club"},{"icon":{"icon":"Visa"},"alt":"Visa"},{"icon":{"icon":"Mastercard"},"alt":"Mastercard"},{"icon":{"icon":"EloCard"},"alt":"Elo Card"},{"icon":{"icon":"PayPal"},"alt":"PayPal"},{"icon":{"icon":"GooglePay"},"alt":"GooglePay"},{"icon":{"icon":"ApplePay"},"alt":"Apple Pay"}]},"copyrightInfo":"This website uses VTEX technology. In-store price may vary. Prices and offers are subject to change. 2023 Brandless Store. All rights reserved. Store is a trademark of Store and its affiliated companies. Mount St, 000, New York / NY - 00000."}}]}},"__N_SSG":true},"page":"/s","query":{},"buildId":"3H_fV7jqbTCbj1uDyqkdL","isFallback":false,"gsp":true,"locale":"en-US","locales":["en-US"],"defaultLocale":"en-US","scriptLoader":[]}</script></body></html>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html lang="en-US"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><meta name="next-head-count" content="
|
|
1
|
+
<!DOCTYPE html><html lang="en-US"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><meta name="generated-at" content="2025-02-03T20:24:33.659Z"/><title>FastStore Starter | FastStore</title><meta name="robots" content="index,follow"/><meta name="description" content="A beautifully designed store"/><meta property="og:title" content="FastStore Starter"/><meta property="og:description" content="A beautifully designed store"/><meta property="og:url" content="https://vtexfaststore.com"/><meta property="og:type" content="website"/><link rel="canonical" href="https://vtexfaststore.com"/><script type="application/ld+json">{"@context":"https://schema.org","@type":"WebSite","name":"FastStore experience","url":"https://vtexfaststore.com","publisher":{"@id":"#test"},"potentialAction":[{"@type":"SearchAction","target":"https://vtexfaststore.com/s/?q={search_term_string}","query-input":"required name=search_term_string"}]}</script><meta name="next-head-count" content="12"/><link rel="preconnect" href="https://storeframework.vtexassets.com"/><link rel="dns-prefetch" href="https://storeframework.vtexassets.com"/><meta name="storefront" content="fast_store"/><script>var partytown={forward:[...["sendrc"],!window.location.search.includes('gtm_debug=')&&true?'dataLayer.push':null].filter(Boolean)}</script><script type="text/partytown">!window.location.search.includes('gtm_debug=')&&
|
|
2
2
|
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
|
|
3
3
|
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
|
4
4
|
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
|
@@ -24,4 +24,4 @@
|
|
|
24
24
|
workspace: 'master'
|
|
25
25
|
});
|
|
26
26
|
</script><script>!(function(w,p,f,c){c=w[p]=w[p]||{};c[f]=(c[f]||[])})(window,'partytown','forward');/* Partytown 0.6.4 - MIT builder.io */
|
|
27
|
-
!function(t,e,n,i,r,o,a,d,s,c,p,l){function u(){l||(l=1,"/"==(a=(o.lib||"/~partytown/")+(o.debug?"debug/":""))[0]&&(s=e.querySelectorAll('script[type="text/partytown"]'),i!=t?i.dispatchEvent(new CustomEvent("pt1",{detail:t})):(d=setTimeout(w,1e4),e.addEventListener("pt0",f),r?h(1):n.serviceWorker?n.serviceWorker.register(a+(o.swPath||"partytown-sw.js"),{scope:a}).then((function(t){t.active?h():t.installing&&t.installing.addEventListener("statechange",(function(t){"activated"==t.target.state&&h()}))}),console.error):w())))}function h(t){c=e.createElement(t?"script":"iframe"),t||(c.setAttribute("style","display:block;width:0;height:0;border:0;visibility:hidden"),c.setAttribute("aria-hidden",!0)),c.src=a+"partytown-"+(t?"atomics.js?v=0.6.4":"sandbox-sw.html?"+Date.now()),e.body.appendChild(c)}function w(t,n){for(f(),t=0;t<s.length;t++)(n=e.createElement("script")).innerHTML=s[t].innerHTML,e.head.appendChild(n);c&&c.parentNode.removeChild(c)}function f(){clearTimeout(d)}o=t.partytown||{},i==t&&(o.forward||[]).map((function(e){p=t,e.split(".").map((function(e,n,i){p=p[i[n]]=n+1<i.length?"push"==i[n+1]?[]:p[i[n]]||{}:function(){(t._ptf=t._ptf||[]).push(i,arguments)}}))})),"complete"==e.readyState?u():(t.addEventListener("DOMContentLoaded",u),t.addEventListener("load",u))}(window,document,navigator,top,window.crossOriginIsolated);document.currentScript.dataset.partytown="";</script><link rel="preload" href="/_next/static/css/ee0556daedda6306.css" as="style" crossorigin=""/><link rel="stylesheet" href="/_next/static/css/ee0556daedda6306.css" crossorigin="" data-n-g=""/><link rel="preload" href="/_next/static/css/93d239c461485bdf.css" as="style" crossorigin=""/><link rel="stylesheet" href="/_next/static/css/93d239c461485bdf.css" crossorigin="" data-n-p=""/><link rel="preload" href="/_next/static/css/b1806cbafd0c1f81.css" as="style" crossorigin=""/><link rel="stylesheet" href="/_next/static/css/b1806cbafd0c1f81.css" crossorigin="" data-n-p=""/><noscript data-n-css=""></noscript><script defer="" crossorigin="" nomodule="" src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"></script><script src="/_next/static/chunks/webpack-bc711f2cb2b8dee9.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/framework-12a146e94cfcf7c4.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/main-48d1188fa94dad34.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/pages/_app-ba0d9245cbb082f7.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/6941-691e0f68baf2036e.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/7563-5d46c5ee03edcfef.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/pages/index-3afad5f7b3649b98.js" defer="" crossorigin=""></script><script src="/_next/static/d8jAlBz4zA9EzMiMiY092/_buildManifest.js" defer="" crossorigin=""></script><script src="/_next/static/d8jAlBz4zA9EzMiMiY092/_ssgManifest.js" defer="" crossorigin=""></script></head><body class="theme"><div id="__next"><div data-store-section-name="Alert" style="height:823px;width:100%"></div><div data-store-section-name="Navbar" style="height:823px;width:100%"></div><div data-store-section-name="RegionBar" style="height:823px;width:100%"></div><div data-store-section-name="Hero" style="height:823px;width:100%"></div><div data-store-section-name="Incentives" style="height:823px;width:100%"></div><div data-store-section-name="ProductTiles" style="height:823px;width:100%"></div><div data-store-section-name="ProductShelf" style="height:823px;width:100%"></div><div data-store-section-name="BannerText" style="height:823px;width:100%"></div><div data-store-section-name="ProductShelf" style="height:823px;width:100%"></div><div data-store-section-name="Newsletter" style="height:823px;width:100%"></div><div data-store-section-name="Toast" style="height:823px;width:100%"></div><div data-store-section-name="Footer" style="height:823px;width:100%"></div></div><script id="__NEXT_DATA__" type="application/json" crossorigin="">{"props":{"pageProps":{"page":{"id":"70909b92-df43-11ef-b37f-dd4892427ad2","name":"Home","type":"home","status":"published","versionId":"4c768682-72d8-4a3a-9d5c-2fa8d81e31fe","versionStatus":"published","sections":[{"id":"b2dee944-2f26-4771-a276-484118bcc94a","name":"Hero","data":{"link":{"linkTargetBlank":false,"text":"See Offers","url":"/technology"},"image":{"src":"https://storeframework.vtexassets.com/assets/vtex.file-manager-graphql/images/1e46eee3-5cd9-4911-8a81-501fe9c744fe___57d4662d50c07e760e6e74d8da282508.jpg","alt":"technology banner"},"title":"Black November Huge Sale! 80% OFF","subtitle":"At FastStore you can shop the best tech of 2024. Enjoy and get 10% off on your first purchase!","linkText":"See ","imageAlt":"office","imageSrc":"https://storeframework.vtexassets.com/assets/vtex.file-manager-graphql/images/17555ae3-3405-4be6-a19a-e76997a333ea___1fa52ed2b11886ffe215bab9588c345d.jpg","colorVariant":"main","variant":"primary"}},{"id":"c0ba1b22-db46-4bca-ba71-34b08606d7df","name":"Incentives","data":{"incentives":[{"title":"Buy online","firstLineText":"Get Free Shipping","icon":"Truck","alt":"Truck"},{"title":"Free return","firstLineText":"30 days to return","icon":"Calendar","alt":"Calendar"},{"title":"Gift cards","firstLineText":"$20/$30/$40","icon":"Gift","alt":"Gift"},{"title":"Physical Stores","firstLineText":"+40 Stores in Brazil","icon":"Storefront","alt":"Store Front"},{"title":"Buy online","firstLineText":"Get Free Shipping","icon":"ShieldCheck","alt":"Shield Check"}]}},{"id":"436b428b-3a9f-4b06-98f0-e9fbc2b257b6","name":"ProductTiles","data":{"first":3,"after":"0","sort":"score_desc","selectedFacets":[{"key":"productClusterIds","value":"142"}],"taxesConfiguration":{"usePriceWithTaxes":false,"taxesLabel":"Tax included"},"title":"Just Arrived!"}},{"id":"2ee15938-ec4c-4586-badd-3667cdf46d10","name":"ProductShelf","data":{"numberOfItems":10,"itemsPerPage":5,"after":"0","sort":"score_desc","selectedFacets":[{"key":"productClusterIds","value":"140"}],"taxesConfiguration":{"usePriceWithTaxes":false,"taxesLabel":"Tax included"},"productCardConfiguration":{"showDiscountBadge":true,"bordered":true},"title":"Most Wanted"}},{"id":"80480df5-211b-418a-8848-43ecf01c5cfb","name":"BannerText","data":{"link":{"linkTargetBlank":false,"text":"Check it out now!","url":"/office"},"actionLabel":"Check it out now!","actionPath":"/office","caption":"Enjoy and get 10% off on your first purchase!!","title":"The sun has set out Summer Sale! Save up to 50% off. Don't miss out!","colorVariant":"light","variant":"primary"}},{"id":"451231e3-a496-4bf2-9875-df951cc88e70","name":"ProductShelf","data":{"numberOfItems":5,"itemsPerPage":5,"after":"0","sort":"score_desc","selectedFacets":[{"key":"productClusterIds","value":"142"}],"taxesConfiguration":{"usePriceWithTaxes":false,"taxesLabel":"Tax included"},"productCardConfiguration":{"showDiscountBadge":true,"bordered":true},"title":"Deals \u0026 Promotions"}},{"id":"3259add3-c48f-4f0e-99a7-09da6e9049a2","name":"Newsletter","data":{"icon":{"icon":"Envelop","alt":"Envelop"},"title":"Get News and Special Offers!","description":"Receive our news and promotions in advance. Enjoy and get 10% off your first purchase. For more information click here.","emailInputLabel":"Your Email","displayNameInput":true,"nameInputLabel":"Your Name","subscribeButtonLabel":"Subscribe","subscribeButtonLoadingLabel":"Loading...","card":false,"colorVariant":"main","toastSubscribe":{"title":"Hooray!","message":"Thank for your subscription.","icon":"CircleWavyCheck"},"toastSubscribeError":{"title":"Oops.","message":"Something went wrong. Please Try again.","icon":"CircleWavyWarning"},"privacyPolicy":"{\"blocks\":[{\"key\":\"clnfu\",\"text\":\"By subscribing to our newsletter you agree to to our Privacy Policy\",\"type\":\"unstyled\",\"depth\":0,\"inlineStyleRanges\":[],\"entityRanges\":[{\"offset\":53,\"length\":14,\"key\":0}],\"data\":{}}],\"entityMap\":{\"0\":{\"type\":\"LINK\",\"mutability\":\"MUTABLE\",\"data\":{\"url\":\"/\"}}}}"}}],"settings":{"seo":{"slug":"/","title":"FastStore Starter","description":"A beautifully designed store","name":"FastStore experience","publisherId":"#test"}}},"globalSections":{"id":"715f02f9-df43-11ef-b37f-e38fd0971ceb","name":"Global Sections","type":"globalSections","status":"published","versionId":"89ef6f6f-b867-49c4-9b5b-424e0ddc5ce7","versionStatus":"published","sections":[{"id":"7095268a-8ba6-4883-9c2c-c306bd8b5d46","name":"Alert","data":{"link":{"text":"Buy now","to":"/office"},"dismissible":true,"icon":"BellRinging","content":"Get 15% off today: NEW15!"}},{"id":"8b469cea-0c14-4efa-902d-d8bd2e526192","name":"Navbar","data":{"logo":{"link":{"url":"/","title":"Go To Home"},"src":"https://storeframework.vtexassets.com/assets/vtex.file-manager-graphql/images/ab9997f4-8fd6-46f5-99d2-9d5af3ef5e34___6d75a203771d7408d8f0d1c660a076dd.png","alt":"Store logo"},"searchInput":{"placeholder":"Search everything at the store","sort":"score_desc","quickOrderSettings":{"quickOrder":true,"skuMatrix":{"triggerButtonLabel":"Select multiple","columns":{"name":"Name","availability":{"label":"Availability","stockDisplaySettings":"showAvailability"},"price":"Price","quantitySelector":"Quantity"}}}},"signInButton":{"icon":{"icon":"User","alt":"User"},"label":"Sign In","myAccountLabel":"My Account"},"cartIcon":{"icon":"ShoppingCart","alt":"Shopping Cart"},"navigation":{"regionalization":{"enabled":true,"icon":{"icon":"MapPin","alt":"MapPin"},"label":"Set Your Location"},"pageLinks":[{"text":"Office","url":"/office"},{"text":"Technology","url":"/technology"}],"menu":{"icon":{"icon":"List","alt":"List"}},"home":{"label":"Go to Home"}}}},{"id":"dfec8f3e-b2d6-41c9-b756-ed4a780cda7f","name":"RegionBar","data":{"icon":{"icon":"MapPin","alt":"Map Pin icon"},"label":"Set your location","editLabel":"Edit","buttonIcon":{"icon":"CaretRight","alt":"Caret Right icon"}}},{"id":"2874267a-c892-41fd-83bf-85b708a4bca8","name":"CartSidebar","data":{"title":"Your Cart","alert":{"icon":{"icon":"Truck","alt":"Arrow Right icon"},"text":"Free shipping starts at $300"},"checkoutButton":{"label":"Checkout","loadingLabel":"Loading...","icon":{"icon":"ArrowRight","alt":"Arrow Right icon"}},"quantitySelector":{"useUnitMultiplier":false},"taxesConfiguration":{"usePriceWithTaxes":false,"taxesLabel":"Tax included"}}},{"id":"a8d87e90-5b51-418e-b755-b5466549c9d7","name":"RegionModal","data":{"title":"Set your location","description":"Prices, offers and availability may vary according to your location.","closeButtonAriaLabel":"Close Region Modal","inputField":{"label":"Postal Code","errorMessage":"You entered an invalid Postal Code"},"idkPostalCodeLink":{"text":"I don't know my Postal Code","icon":{"icon":"ArrowSquareOut","alt":"Arrow Square Out icon"}}}},{"id":"e2cc106c-06f1-4b00-8449-9e8eaa7449b4","name":"Children","data":{}},{"id":"34de56a6-f248-47ad-a172-8e22aca13c6d","name":"Footer","data":{"incentives":[{"title":" ","firstLineText":"Trusted","icon":"ShieldCheck","secondLineText":"by Safecon"},{"title":" ","firstLineText":"Free","icon":"Calendar","secondLineText":"Return"},{"title":" ","firstLineText":"Pickup","icon":"Storefront","secondLineText":"Options"},{"firstLineText":"Free","secondLineText":"Shipping","title":" ","icon":"Truck"}],"footerLinks":[{"items":[{"text":"About Us","url":"https://starter.vtex.app"},{"text":"Our Blog","url":"https://starter.vtex.app"},{"text":"Stores","url":"https://starter.vtex.app"},{"text":"Work With Us","url":"https://starter.vtex.app"}],"sectionTitle":"Our company"},{"items":[{"text":"Returns and Exchanges","url":"/"},{"text":"Product Recall","url":"/"},{"text":"Gift Cards","url":"/"}],"sectionTitle":"Orders and Purchases"},{"items":[{"text":"Support Center","url":"/"},{"text":"Support \u0026 Services","url":"/"},{"text":"Contact Us","url":"/"}],"sectionTitle":"Support \u0026 Services"},{"items":[{"text":"Affiliate Program","url":"/"},{"text":"Marketplace","url":"/"}],"sectionTitle":"Partnerships"}],"footerSocial":{"title":"Follow Us","socialLinks":[{"icon":{"icon":"Facebook"},"alt":"Facebook","url":"https://www.facebook.com"},{"icon":{"icon":"Instagram"},"alt":"Instagram","url":"https://www.instagram.com"},{"icon":{"icon":"Pinterest"},"alt":"Pinterest","url":"https://www.pinterest.com"},{"icon":{"icon":"Twitter"},"alt":"Twitter","url":"https://www.twitter.com"}]},"logo":{"link":{"title":"FastStore Starter","url":"https://starter.vtex.app/"},"src":"https://storeframework.vtexassets.com/assets/vtex.file-manager-graphql/images/ec191c4a-32d8-41a9-9255-f319819bc98c___c24a66e2bef2c3f2bea07571a3636804.png","alt":"Store Logo"},"acceptedPaymentMethods":{"showPaymentMethods":true,"title":"Payment Methods","paymentMethods":[{"icon":{"icon":"Diners"},"alt":"Diners Club"},{"icon":{"icon":"Visa"},"alt":"Visa"},{"icon":{"icon":"Mastercard"},"alt":"Mastercard"},{"icon":{"icon":"EloCard"},"alt":"Elo Card"},{"icon":{"icon":"PayPal"},"alt":"PayPal"},{"icon":{"icon":"GooglePay"},"alt":"GooglePay"},{"icon":{"icon":"ApplePay"},"alt":"Apple Pay"}]},"copyrightInfo":"This website uses VTEX technology. In-store price may vary. Prices and offers are subject to change. 2023 Brandless Store. All rights reserved. Store is a trademark of Store and its affiliated companies. Mount St, 000, New York / NY - 00000."}}]},"serverData":null},"__N_SSG":true},"page":"/","query":{},"buildId":"d8jAlBz4zA9EzMiMiY092","isFallback":false,"gsp":true,"locale":"en-US","locales":["en-US"],"defaultLocale":"en-US","scriptLoader":[]}</script></body></html>
|
|
27
|
+
!function(t,e,n,i,r,o,a,d,s,c,p,l){function u(){l||(l=1,"/"==(a=(o.lib||"/~partytown/")+(o.debug?"debug/":""))[0]&&(s=e.querySelectorAll('script[type="text/partytown"]'),i!=t?i.dispatchEvent(new CustomEvent("pt1",{detail:t})):(d=setTimeout(w,1e4),e.addEventListener("pt0",f),r?h(1):n.serviceWorker?n.serviceWorker.register(a+(o.swPath||"partytown-sw.js"),{scope:a}).then((function(t){t.active?h():t.installing&&t.installing.addEventListener("statechange",(function(t){"activated"==t.target.state&&h()}))}),console.error):w())))}function h(t){c=e.createElement(t?"script":"iframe"),t||(c.setAttribute("style","display:block;width:0;height:0;border:0;visibility:hidden"),c.setAttribute("aria-hidden",!0)),c.src=a+"partytown-"+(t?"atomics.js?v=0.6.4":"sandbox-sw.html?"+Date.now()),e.body.appendChild(c)}function w(t,n){for(f(),t=0;t<s.length;t++)(n=e.createElement("script")).innerHTML=s[t].innerHTML,e.head.appendChild(n);c&&c.parentNode.removeChild(c)}function f(){clearTimeout(d)}o=t.partytown||{},i==t&&(o.forward||[]).map((function(e){p=t,e.split(".").map((function(e,n,i){p=p[i[n]]=n+1<i.length?"push"==i[n+1]?[]:p[i[n]]||{}:function(){(t._ptf=t._ptf||[]).push(i,arguments)}}))})),"complete"==e.readyState?u():(t.addEventListener("DOMContentLoaded",u),t.addEventListener("load",u))}(window,document,navigator,top,window.crossOriginIsolated);document.currentScript.dataset.partytown="";</script><link rel="preload" href="/_next/static/css/2eafb8997a3946dc.css" as="style" crossorigin=""/><link rel="stylesheet" href="/_next/static/css/2eafb8997a3946dc.css" crossorigin="" data-n-g=""/><link rel="preload" href="/_next/static/css/93d239c461485bdf.css" as="style" crossorigin=""/><link rel="stylesheet" href="/_next/static/css/93d239c461485bdf.css" crossorigin="" data-n-p=""/><link rel="preload" href="/_next/static/css/b1806cbafd0c1f81.css" as="style" crossorigin=""/><link rel="stylesheet" href="/_next/static/css/b1806cbafd0c1f81.css" crossorigin="" data-n-p=""/><noscript data-n-css=""></noscript><script defer="" crossorigin="" nomodule="" src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"></script><script src="/_next/static/chunks/webpack-afc8087dfb1d8df4.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/framework-12a146e94cfcf7c4.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/main-bcf4c5804681e40a.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/pages/_app-fa96080af43b51d4.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/4579-0b95def0ee1ecb0f.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/5698-27d87aae8c109e79.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/pages/index-196c7f6cfa8ed5f3.js" defer="" crossorigin=""></script><script src="/_next/static/3H_fV7jqbTCbj1uDyqkdL/_buildManifest.js" defer="" crossorigin=""></script><script src="/_next/static/3H_fV7jqbTCbj1uDyqkdL/_ssgManifest.js" defer="" crossorigin=""></script></head><body class="theme"><div id="__next"><div data-store-section-name="Alert" style="height:823px;width:100%"></div><div data-store-section-name="Navbar" style="height:823px;width:100%"></div><div data-store-section-name="RegionBar" style="height:823px;width:100%"></div><div data-store-section-name="Hero" style="height:823px;width:100%"></div><div data-store-section-name="Incentives" style="height:823px;width:100%"></div><div data-store-section-name="ProductTiles" style="height:823px;width:100%"></div><div data-store-section-name="ProductShelf" style="height:823px;width:100%"></div><div data-store-section-name="BannerText" style="height:823px;width:100%"></div><div data-store-section-name="ProductShelf" style="height:823px;width:100%"></div><div data-store-section-name="Newsletter" style="height:823px;width:100%"></div><div data-store-section-name="Toast" style="height:823px;width:100%"></div><div data-store-section-name="Footer" style="height:823px;width:100%"></div></div><script id="__NEXT_DATA__" type="application/json" crossorigin="">{"props":{"pageProps":{"page":{"id":"70909b92-df43-11ef-b37f-dd4892427ad2","name":"Home","type":"home","status":"published","versionId":"4c768682-72d8-4a3a-9d5c-2fa8d81e31fe","versionStatus":"published","sections":[{"id":"b2dee944-2f26-4771-a276-484118bcc94a","name":"Hero","data":{"link":{"linkTargetBlank":false,"text":"See Offers","url":"/technology"},"image":{"src":"https://storeframework.vtexassets.com/assets/vtex.file-manager-graphql/images/1e46eee3-5cd9-4911-8a81-501fe9c744fe___57d4662d50c07e760e6e74d8da282508.jpg","alt":"technology banner"},"title":"Black November Huge Sale! 80% OFF","subtitle":"At FastStore you can shop the best tech of 2024. Enjoy and get 10% off on your first purchase!","linkText":"See ","imageAlt":"office","imageSrc":"https://storeframework.vtexassets.com/assets/vtex.file-manager-graphql/images/17555ae3-3405-4be6-a19a-e76997a333ea___1fa52ed2b11886ffe215bab9588c345d.jpg","colorVariant":"main","variant":"primary"}},{"id":"c0ba1b22-db46-4bca-ba71-34b08606d7df","name":"Incentives","data":{"incentives":[{"title":"Buy online","firstLineText":"Get Free Shipping","icon":"Truck","alt":"Truck"},{"title":"Free return","firstLineText":"30 days to return","icon":"Calendar","alt":"Calendar"},{"title":"Gift cards","firstLineText":"$20/$30/$40","icon":"Gift","alt":"Gift"},{"title":"Physical Stores","firstLineText":"+40 Stores in Brazil","icon":"Storefront","alt":"Store Front"},{"title":"Buy online","firstLineText":"Get Free Shipping","icon":"ShieldCheck","alt":"Shield Check"}]}},{"id":"436b428b-3a9f-4b06-98f0-e9fbc2b257b6","name":"ProductTiles","data":{"first":3,"after":"0","sort":"score_desc","selectedFacets":[{"key":"productClusterIds","value":"142"}],"taxesConfiguration":{"usePriceWithTaxes":false,"taxesLabel":"Tax included"},"title":"Just Arrived!"}},{"id":"2ee15938-ec4c-4586-badd-3667cdf46d10","name":"ProductShelf","data":{"numberOfItems":10,"itemsPerPage":5,"after":"0","sort":"score_desc","selectedFacets":[{"key":"productClusterIds","value":"140"}],"taxesConfiguration":{"usePriceWithTaxes":false,"taxesLabel":"Tax included"},"productCardConfiguration":{"showDiscountBadge":true,"bordered":true},"title":"Most Wanted"}},{"id":"80480df5-211b-418a-8848-43ecf01c5cfb","name":"BannerText","data":{"link":{"linkTargetBlank":false,"text":"Check it out now!","url":"/office"},"actionLabel":"Check it out now!","actionPath":"/office","caption":"Enjoy and get 10% off on your first purchase!!","title":"The sun has set out Summer Sale! Save up to 50% off. Don't miss out!","colorVariant":"light","variant":"primary"}},{"id":"451231e3-a496-4bf2-9875-df951cc88e70","name":"ProductShelf","data":{"numberOfItems":5,"itemsPerPage":5,"after":"0","sort":"score_desc","selectedFacets":[{"key":"productClusterIds","value":"142"}],"taxesConfiguration":{"usePriceWithTaxes":false,"taxesLabel":"Tax included"},"productCardConfiguration":{"showDiscountBadge":true,"bordered":true},"title":"Deals \u0026 Promotions"}},{"id":"3259add3-c48f-4f0e-99a7-09da6e9049a2","name":"Newsletter","data":{"icon":{"icon":"Envelop","alt":"Envelop"},"title":"Get News and Special Offers!","description":"Receive our news and promotions in advance. Enjoy and get 10% off your first purchase. For more information click here.","emailInputLabel":"Your Email","displayNameInput":true,"nameInputLabel":"Your Name","subscribeButtonLabel":"Subscribe","subscribeButtonLoadingLabel":"Loading...","card":false,"colorVariant":"main","toastSubscribe":{"title":"Hooray!","message":"Thank for your subscription.","icon":"CircleWavyCheck"},"toastSubscribeError":{"title":"Oops.","message":"Something went wrong. Please Try again.","icon":"CircleWavyWarning"},"privacyPolicy":"{\"blocks\":[{\"key\":\"clnfu\",\"text\":\"By subscribing to our newsletter you agree to to our Privacy Policy\",\"type\":\"unstyled\",\"depth\":0,\"inlineStyleRanges\":[],\"entityRanges\":[{\"offset\":53,\"length\":14,\"key\":0}],\"data\":{}}],\"entityMap\":{\"0\":{\"type\":\"LINK\",\"mutability\":\"MUTABLE\",\"data\":{\"url\":\"/\"}}}}"}}],"settings":{"seo":{"slug":"/","title":"FastStore Starter","description":"A beautifully designed store","name":"FastStore experience","publisherId":"#test"}}},"globalSections":{"id":"715f02f9-df43-11ef-b37f-e38fd0971ceb","name":"Global Sections","type":"globalSections","status":"published","versionId":"89ef6f6f-b867-49c4-9b5b-424e0ddc5ce7","versionStatus":"published","sections":[{"id":"7095268a-8ba6-4883-9c2c-c306bd8b5d46","name":"Alert","data":{"link":{"text":"Buy now","to":"/office"},"dismissible":true,"icon":"BellRinging","content":"Get 15% off today: NEW15!"}},{"id":"8b469cea-0c14-4efa-902d-d8bd2e526192","name":"Navbar","data":{"logo":{"link":{"url":"/","title":"Go To Home"},"src":"https://storeframework.vtexassets.com/assets/vtex.file-manager-graphql/images/ab9997f4-8fd6-46f5-99d2-9d5af3ef5e34___6d75a203771d7408d8f0d1c660a076dd.png","alt":"Store logo"},"searchInput":{"placeholder":"Search everything at the store","sort":"score_desc","quickOrderSettings":{"quickOrder":true,"skuMatrix":{"triggerButtonLabel":"Select multiple","columns":{"name":"Name","availability":{"label":"Availability","stockDisplaySettings":"showAvailability"},"price":"Price","quantitySelector":"Quantity"}}}},"signInButton":{"icon":{"icon":"User","alt":"User"},"label":"Sign In","myAccountLabel":"My Account"},"cartIcon":{"icon":"ShoppingCart","alt":"Shopping Cart"},"navigation":{"regionalization":{"enabled":true,"icon":{"icon":"MapPin","alt":"MapPin"},"label":"Set Your Location"},"pageLinks":[{"text":"Office","url":"/office"},{"text":"Technology","url":"/technology"}],"menu":{"icon":{"icon":"List","alt":"List"}},"home":{"label":"Go to Home"}}}},{"id":"dfec8f3e-b2d6-41c9-b756-ed4a780cda7f","name":"RegionBar","data":{"icon":{"icon":"MapPin","alt":"Map Pin icon"},"label":"Set your location","editLabel":"Edit","buttonIcon":{"icon":"CaretRight","alt":"Caret Right icon"}}},{"id":"2874267a-c892-41fd-83bf-85b708a4bca8","name":"CartSidebar","data":{"title":"Your Cart","alert":{"icon":{"icon":"Truck","alt":"Arrow Right icon"},"text":"Free shipping starts at $300"},"checkoutButton":{"label":"Checkout","loadingLabel":"Loading...","icon":{"icon":"ArrowRight","alt":"Arrow Right icon"}},"quantitySelector":{"useUnitMultiplier":false},"taxesConfiguration":{"usePriceWithTaxes":false,"taxesLabel":"Tax included"}}},{"id":"a8d87e90-5b51-418e-b755-b5466549c9d7","name":"RegionModal","data":{"title":"Set your location","description":"Prices, offers and availability may vary according to your location.","closeButtonAriaLabel":"Close Region Modal","inputField":{"label":"Postal Code","errorMessage":"You entered an invalid Postal Code"},"idkPostalCodeLink":{"text":"I don't know my Postal Code","icon":{"icon":"ArrowSquareOut","alt":"Arrow Square Out icon"}}}},{"id":"e2cc106c-06f1-4b00-8449-9e8eaa7449b4","name":"Children","data":{}},{"id":"34de56a6-f248-47ad-a172-8e22aca13c6d","name":"Footer","data":{"incentives":[{"title":" ","firstLineText":"Trusted","icon":"ShieldCheck","secondLineText":"by Safecon"},{"title":" ","firstLineText":"Free","icon":"Calendar","secondLineText":"Return"},{"title":" ","firstLineText":"Pickup","icon":"Storefront","secondLineText":"Options"},{"firstLineText":"Free","secondLineText":"Shipping","title":" ","icon":"Truck"}],"footerLinks":[{"items":[{"text":"About Us","url":"https://starter.vtex.app"},{"text":"Our Blog","url":"https://starter.vtex.app"},{"text":"Stores","url":"https://starter.vtex.app"},{"text":"Work With Us","url":"https://starter.vtex.app"}],"sectionTitle":"Our company"},{"items":[{"text":"Returns and Exchanges","url":"/"},{"text":"Product Recall","url":"/"},{"text":"Gift Cards","url":"/"}],"sectionTitle":"Orders and Purchases"},{"items":[{"text":"Support Center","url":"/"},{"text":"Support \u0026 Services","url":"/"},{"text":"Contact Us","url":"/"}],"sectionTitle":"Support \u0026 Services"},{"items":[{"text":"Affiliate Program","url":"/"},{"text":"Marketplace","url":"/"}],"sectionTitle":"Partnerships"}],"footerSocial":{"title":"Follow Us","socialLinks":[{"icon":{"icon":"Facebook"},"alt":"Facebook","url":"https://www.facebook.com"},{"icon":{"icon":"Instagram"},"alt":"Instagram","url":"https://www.instagram.com"},{"icon":{"icon":"Pinterest"},"alt":"Pinterest","url":"https://www.pinterest.com"},{"icon":{"icon":"Twitter"},"alt":"Twitter","url":"https://www.twitter.com"}]},"logo":{"link":{"title":"FastStore Starter","url":"https://starter.vtex.app/"},"src":"https://storeframework.vtexassets.com/assets/vtex.file-manager-graphql/images/ec191c4a-32d8-41a9-9255-f319819bc98c___c24a66e2bef2c3f2bea07571a3636804.png","alt":"Store Logo"},"acceptedPaymentMethods":{"showPaymentMethods":true,"title":"Payment Methods","paymentMethods":[{"icon":{"icon":"Diners"},"alt":"Diners Club"},{"icon":{"icon":"Visa"},"alt":"Visa"},{"icon":{"icon":"Mastercard"},"alt":"Mastercard"},{"icon":{"icon":"EloCard"},"alt":"Elo Card"},{"icon":{"icon":"PayPal"},"alt":"PayPal"},{"icon":{"icon":"GooglePay"},"alt":"GooglePay"},{"icon":{"icon":"ApplePay"},"alt":"Apple Pay"}]},"copyrightInfo":"This website uses VTEX technology. In-store price may vary. Prices and offers are subject to change. 2023 Brandless Store. All rights reserved. Store is a trademark of Store and its affiliated companies. Mount St, 000, New York / NY - 00000."}}]},"serverData":null},"__N_SSG":true},"page":"/","query":{},"buildId":"3H_fV7jqbTCbj1uDyqkdL","isFallback":false,"gsp":true,"locale":"en-US","locales":["en-US"],"defaultLocale":"en-US","scriptLoader":[]}</script></body></html>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(()=>{var e={};e.id=5405,e.ids=[5405,2888,660],e.modules={
|
|
1
|
+
(()=>{var e={};e.id=5405,e.ids=[5405,2888,660],e.modules={29502:(e,t,r)=>{"use strict";r.a(e,async(e,n)=>{try{r.d(t,{Z:()=>m});var s=r(25237),i=r.n(s),o=r(12668),c=r(15695),a=r(79644),l=r(18724),p=r(38132),u=e([a]);function ownKeys(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),r.push.apply(r,n)}return r}function _objectSpread(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?ownKeys(Object(r),!0).forEach(function(t){var n;n=r[t],t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ownKeys(Object(r)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))})}return e}a=(u.then?(await u)():u)[0];let d=i()(async()=>null,{ssr:!1}),b=i()(async()=>null,{ssr:!1}),f=i()(async()=>null,{ssr:!1}),g=i()(async()=>null,{ssr:!1}),v=_objectSpread(_objectSpread(_objectSpread({},a.Z),{},{Hero:o.V,Incentives:c.Z,BannerText:d,Newsletter:b,ProductShelf:f,ProductTiles:g},p.Z),l.Z),m=v;n()}catch(e){n(e)}})},15695:(e,t,r)=>{"use strict";r.d(t,{Z:()=>sections_Incentives_Incentives});var n=r(94564),s=r(42659),i=r(2614),o=r(20997);let Incentives_Incentives=function({incentives:e,variant:t="horizontal",colored:r=!1,label:c}){return o.jsx("section",{"data-fs-incentives":!0,"data-fs-incentives-colored":r,"data-fs-incentives-variant":t,"aria-label":`Incentives List ${c}`,children:o.jsx(n.Z,{"data-fs-content":"incentives",children:e.map((e,t)=>o.jsx("li",{role:"listitem",children:(0,o.jsxs)(s.Z,{tabIndex:0,children:[o.jsx(i.Z,{"data-fs-incentive-icon":!0,"aria-label":e.alt,name:e.icon,width:32,height:32}),(0,o.jsxs)("section",{"data-fs-incentive-content":!0,children:[o.jsx("p",{"data-fs-incentive-title":!0,children:e.title}),o.jsx("span",{"data-fs-incentive-description":!0,children:e.firstLineText}),e.secondLineText&&o.jsx("span",{"data-fs-incentive-description":!0,children:e.secondLineText})]})]})},String(t)))})})};var c=r(91962),a=r(41067),l=r.n(a);let sections_Incentives_Incentives=function({incentives:e,label:t}){return o.jsx(c.Z,{className:`${l().section} section-incentives layout__section`,children:o.jsx(Incentives_Incentives,{incentives:e,colored:!0,label:t??""})})}},34251:(e,t,r)=>{"use strict";r.a(e,async(e,n)=>{try{r.r(t),r.d(t,{default:()=>__WEBPACK_DEFAULT_EXPORT__,getStaticProps:()=>getStaticProps});var s=r(16641),i=r(63490),o=r(86250),c=r(68763),a=r(29502),l=r(73302),p=r(85558),u=r(44466),d=r.n(u),b=r(20997),f=e([i,a]);function ownKeys(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),r.push.apply(r,n)}return r}function _objectSpread(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?ownKeys(Object(r),!0).forEach(function(t){var n;n=r[t],t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ownKeys(Object(r)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))})}return e}[i,a]=f.then?(await f)():f;let getStaticProps=async({previewData:e})=>{let t=(0,c.T)(e),r=(0,p.V)({pageType:"home"}),n=null;if(d().cms.data){let e=JSON.parse(d().cms.data);n=e.home[0]}let s=n?(0,o.fx)({contentType:"home",documentId:n.documentId,versionId:n.versionId}):(0,o.fx)(_objectSpread(_objectSpread({},e?.contentType==="home"&&e),{},{contentType:"home"})),[i,a,l]=await Promise.all([s,t,r]);return{props:{page:i,globalSections:a,serverData:l}}},__WEBPACK_DEFAULT_EXPORT__=function({page:{sections:e,settings:t},globalSections:r,serverData:n}){let o=t?.seo?.publisherId??d().seo.publisherId;return(0,b.jsxs)(b.Fragment,{children:[b.jsx(s.NextSeo,{title:t?.seo?.title??d().seo.title,description:t?.seo?.description??d().seo?.description,titleTemplate:d().seo?.titleTemplate??d().seo?.title,canonical:t?.seo?.canonical??d().storeUrl,openGraph:{type:"website",url:d().storeUrl,title:t?.seo?.title??d().seo.title,description:t?.seo?.description??d().seo.description}}),b.jsx(s.SiteLinksSearchBoxJsonLd,_objectSpread({type:"WebSite",name:t?.seo?.name??d().seo.name,url:d().storeUrl,potentialActions:[{target:`${d().storeUrl}/s/?q`,queryInput:"search_term_string"}]},o&&{publisher:{"@id":o}})),b.jsx(l.ZP,{context:{data:n},children:b.jsx(i.Z,{globalSections:r.sections,sections:e,components:a.Z})})]})};n()}catch(e){n(e)}})},85558:(e,t,r)=>{"use strict";r.d(t,{V:()=>getDynamicContent});let n={};async function getDynamicContent({pageType:e}){try{let t=n[e];if(!t)return console.warn(`Warning: Dynamic Content not found for the page: ${e}. Refer to the Dynamic Content documentation at https://developers.vtex.com/docs/guides/faststore/dynamic-content-overview for mapping the page and the corresponding data-fetching function.`),null;let{data:r,errors:s=[]}=await t();return s.length>0&&console.error(...s),r}catch(e){return console.error("Error while fetching Dynamic Content:",e),console.warn("Refer to the Dynamic Content documentation at https://developers.vtex.com/docs/guides/faststore/dynamic-content-overview for mapping the page and the corresponding data-fetching function."),null}}},41067:e=>{e.exports={section:"section_section__jnQ3q"}},31540:(e,t,r)=>{"use strict";r.a(e,async(e,n)=>{try{r.r(t),r.d(t,{config:()=>g,default:()=>u,getServerSideProps:()=>f,getStaticPaths:()=>b,getStaticProps:()=>d,reportWebVitals:()=>v,routeModule:()=>j,unstable_getServerProps:()=>x,unstable_getServerSideProps:()=>_,unstable_getStaticParams:()=>y,unstable_getStaticPaths:()=>h,unstable_getStaticProps:()=>m});var s=r(18877),i=r(84591),o=r(6021),c=r(98728),a=r(40223),l=r(34251),p=e([l,c]);[l,c]=p.then?(await p)():p;let u=(0,o.l)(l,"default"),d=(0,o.l)(l,"getStaticProps"),b=(0,o.l)(l,"getStaticPaths"),f=(0,o.l)(l,"getServerSideProps"),g=(0,o.l)(l,"config"),v=(0,o.l)(l,"reportWebVitals"),m=(0,o.l)(l,"unstable_getStaticProps"),h=(0,o.l)(l,"unstable_getStaticPaths"),y=(0,o.l)(l,"unstable_getStaticParams"),x=(0,o.l)(l,"unstable_getServerProps"),_=(0,o.l)(l,"unstable_getServerSideProps"),j=new s.PagesRouteModule({definition:{kind:i.x.PAGES,page:"/index",pathname:"/",bundlePath:"",filename:""},components:{App:a.default,Document:c.default},userland:l});n()}catch(e){n(e)}})},42659:(e,t,r)=>{"use strict";r.d(t,{Z:()=>o});var n=r(16689),s=r.n(n);let i=(0,n.forwardRef)(function({testId:e="store-incentive",children:t,...r},n){return s().createElement("section",{ref:n,"data-fs-incentive":!0,"data-testid":e,...r},t)}),o=i},16676:e=>{"use strict";e.exports=require("@vtex/client-cms")},56330:e=>{"use strict";e.exports=require("deepmerge")},83430:e=>{"use strict";e.exports=require("idb-keyval")},16641:e=>{"use strict";e.exports=require("next-seo")},62785:e=>{"use strict";e.exports=require("next/dist/compiled/next-server/pages.runtime.prod.js")},71423:e=>{"use strict";e.exports=require("path")},16689:e=>{"use strict";e.exports=require("react")},66405:e=>{"use strict";e.exports=require("react-dom")},19785:e=>{"use strict";e.exports=require("react-intersection-observer")},3789:e=>{"use strict";e.exports=require("react-swipeable")},20997:e=>{"use strict";e.exports=require("react/jsx-runtime")},73823:e=>{"use strict";e.exports=require("tabbable")},14037:e=>{"use strict";e.exports=import("@builder.io/partytown/react")},15941:e=>{"use strict";e.exports=import("swr")},57147:e=>{"use strict";e.exports=require("fs")},12781:e=>{"use strict";e.exports=require("stream")},59796:e=>{"use strict";e.exports=require("zlib")}};var t=require("../webpack-runtime.js");t.C(e);var __webpack_exec__=e=>t(t.s=e),r=t.X(0,[4614,5632,331,1658,8194,4466,223,8728,7675,9680,3922,8737,7464],()=>__webpack_exec__(31540));module.exports=r})();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":1,"files":["../../../../components/dist/esm/atoms/Badge/Badge.js","../../../../components/dist/esm/atoms/Badge/index.js","../../../../components/dist/esm/atoms/Button/Button.js","../../../../components/dist/esm/atoms/Button/index.js","../../../../components/dist/esm/atoms/Checkbox/Checkbox.js","../../../../components/dist/esm/atoms/Checkbox/index.js","../../../../components/dist/esm/atoms/Icon/Icon.js","../../../../components/dist/esm/atoms/Icon/index.js","../../../../components/dist/esm/atoms/Input/Input.js","../../../../components/dist/esm/atoms/Input/index.js","../../../../components/dist/esm/atoms/Label/Label.js","../../../../components/dist/esm/atoms/Label/index.js","../../../../components/dist/esm/atoms/Link/Link.js","../../../../components/dist/esm/atoms/Link/index.js","../../../../components/dist/esm/atoms/List/List.js","../../../../components/dist/esm/atoms/List/index.js","../../../../components/dist/esm/atoms/Loader/Loader.js","../../../../components/dist/esm/atoms/Loader/index.js","../../../../components/dist/esm/atoms/Overlay/Overlay.js","../../../../components/dist/esm/atoms/Overlay/index.js","../../../../components/dist/esm/atoms/Price/Price.js","../../../../components/dist/esm/atoms/Price/index.js","../../../../components/dist/esm/atoms/Radio/Radio.js","../../../../components/dist/esm/atoms/Radio/index.js","../../../../components/dist/esm/atoms/SROnly/SROnly.js","../../../../components/dist/esm/atoms/SROnly/index.js","../../../../components/dist/esm/atoms/Select/Select.js","../../../../components/dist/esm/atoms/Select/index.js","../../../../components/dist/esm/atoms/Skeleton/Skeleton.js","../../../../components/dist/esm/atoms/Skeleton/index.js","../../../../components/dist/esm/atoms/Slider/Slider.js","../../../../components/dist/esm/atoms/Slider/index.js","../../../../components/dist/esm/hooks/UIProvider.js","../../../../components/dist/esm/hooks/index.js","../../../../components/dist/esm/hooks/useFadeEffect.js","../../../../components/dist/esm/hooks/useSKUMatrix.js","../../../../components/dist/esm/hooks/useScrollDirection.js","../../../../components/dist/esm/hooks/useSearch.js","../../../../components/dist/esm/hooks/useSlideVisibility.js","../../../../components/dist/esm/hooks/useSlider.js","../../../../components/dist/esm/hooks/useTrapFocus.js","../../../../components/dist/esm/index.js","../../../../components/dist/esm/molecules/Accordion/Accordion.js","../../../../components/dist/esm/molecules/Accordion/AccordionButton.js","../../../../components/dist/esm/molecules/Accordion/AccordionItem.js","../../../../components/dist/esm/molecules/Accordion/AccordionPanel.js","../../../../components/dist/esm/molecules/Accordion/index.js","../../../../components/dist/esm/molecules/Alert/Alert.js","../../../../components/dist/esm/molecules/Alert/index.js","../../../../components/dist/esm/molecules/Breadcrumb/Breadcrumb.js","../../../../components/dist/esm/molecules/Breadcrumb/BreadcrumbBase.js","../../../../components/dist/esm/molecules/Breadcrumb/BreadcrumbPure.js","../../../../components/dist/esm/molecules/Breadcrumb/Divider.js","../../../../components/dist/esm/molecules/Breadcrumb/ListItem.js","../../../../components/dist/esm/molecules/Breadcrumb/index.js","../../../../components/dist/esm/molecules/BuyButton/BuyButton.js","../../../../components/dist/esm/molecules/BuyButton/index.js","../../../../components/dist/esm/molecules/Card/Card.js","../../../../components/dist/esm/molecules/Card/index.js","../../../../components/dist/esm/molecules/Carousel/Carousel.js","../../../../components/dist/esm/molecules/Carousel/CarouselBullets.js","../../../../components/dist/esm/molecules/Carousel/CarouselItem.js","../../../../components/dist/esm/molecules/Carousel/index.js","../../../../components/dist/esm/molecules/CartItem/CartItem.js","../../../../components/dist/esm/molecules/CartItem/CartItemImage.js","../../../../components/dist/esm/molecules/CartItem/CartItemSummary.js","../../../../components/dist/esm/molecules/CartItem/index.js","../../../../components/dist/esm/molecules/CheckboxField/CheckboxField.js","../../../../components/dist/esm/molecules/CheckboxField/index.js","../../../../components/dist/esm/molecules/DiscountBadge/DiscountBadge.js","../../../../components/dist/esm/molecules/DiscountBadge/index.js","../../../../components/dist/esm/molecules/DiscountBadge/useDiscountPercent.js","../../../../components/dist/esm/molecules/Dropdown/Dropdown.js","../../../../components/dist/esm/molecules/Dropdown/DropdownButton.js","../../../../components/dist/esm/molecules/Dropdown/DropdownItem.js","../../../../components/dist/esm/molecules/Dropdown/DropdownMenu.js","../../../../components/dist/esm/molecules/Dropdown/contexts/DropdownContext.js","../../../../components/dist/esm/molecules/Dropdown/hooks/useDropdown.js","../../../../components/dist/esm/molecules/Dropdown/hooks/useDropdownItem.js","../../../../components/dist/esm/molecules/Dropdown/hooks/useDropdownPosition.js","../../../../components/dist/esm/molecules/Dropdown/hooks/useDropdownTrigger.js","../../../../components/dist/esm/molecules/Dropdown/index.js","../../../../components/dist/esm/molecules/Gift/Gift.js","../../../../components/dist/esm/molecules/Gift/GiftContent.js","../../../../components/dist/esm/molecules/Gift/GiftImage.js","../../../../components/dist/esm/molecules/Gift/index.js","../../../../components/dist/esm/molecules/IconButton/IconButton.js","../../../../components/dist/esm/molecules/IconButton/index.js","../../../../components/dist/esm/molecules/InputField/InputField.js","../../../../components/dist/esm/molecules/InputField/index.js","../../../../components/dist/esm/molecules/LinkButton/LinkButton.js","../../../../components/dist/esm/molecules/LinkButton/index.js","../../../../components/dist/esm/molecules/Modal/Modal.js","../../../../components/dist/esm/molecules/Modal/ModalBody.js","../../../../components/dist/esm/molecules/Modal/ModalContent.js","../../../../components/dist/esm/molecules/Modal/ModalHeader.js","../../../../components/dist/esm/molecules/Modal/index.js","../../../../components/dist/esm/molecules/NavbarLinks/NavbarLinks.js","../../../../components/dist/esm/molecules/NavbarLinks/NavbarLinksList.js","../../../../components/dist/esm/molecules/NavbarLinks/NavbarLinksListItem.js","../../../../components/dist/esm/molecules/NavbarLinks/index.js","../../../../components/dist/esm/molecules/OrderSummary/OrderSummary.js","../../../../components/dist/esm/molecules/OrderSummary/index.js","../../../../components/dist/esm/molecules/ProductCard/ProductCard.js","../../../../components/dist/esm/molecules/ProductCard/ProductCardContent.js","../../../../components/dist/esm/molecules/ProductCard/ProductCardImage.js","../../../../components/dist/esm/molecules/ProductCard/index.js","../../../../components/dist/esm/molecules/ProductPrice/ProductPrice.js","../../../../components/dist/esm/molecules/ProductPrice/index.js","../../../../components/dist/esm/molecules/ProductTitle/ProductTitle.js","../../../../components/dist/esm/molecules/ProductTitle/index.js","../../../../components/dist/esm/molecules/QuantitySelector/QuantitySelector.js","../../../../components/dist/esm/molecules/QuantitySelector/index.js","../../../../components/dist/esm/molecules/RadioField/RadioField.js","../../../../components/dist/esm/molecules/RadioField/index.js","../../../../components/dist/esm/molecules/RadioGroup/RadioGroup.js","../../../../components/dist/esm/molecules/RadioGroup/RadioOption.js","../../../../components/dist/esm/molecules/RadioGroup/index.js","../../../../components/dist/esm/molecules/RadioGroup/useRadioGroup.js","../../../../components/dist/esm/molecules/Rating/Rating.js","../../../../components/dist/esm/molecules/Rating/index.js","../../../../components/dist/esm/molecules/RegionBar/RegionBar.js","../../../../components/dist/esm/molecules/RegionBar/index.js","../../../../components/dist/esm/molecules/SearchAutoComplete/SearchAutoComplete.js","../../../../components/dist/esm/molecules/SearchAutoComplete/SearchAutoCompleteTerm.js","../../../../components/dist/esm/molecules/SearchAutoComplete/index.js","../../../../components/dist/esm/molecules/SearchDropdown/SearchDropdown.js","../../../../components/dist/esm/molecules/SearchDropdown/index.js","../../../../components/dist/esm/molecules/SearchHistory/SearchHistory.js","../../../../components/dist/esm/molecules/SearchHistory/SearchHistoryTerm.js","../../../../components/dist/esm/molecules/SearchHistory/index.js","../../../../components/dist/esm/molecules/SearchInputField/SearchInputField.js","../../../../components/dist/esm/molecules/SearchInputField/index.js","../../../../components/dist/esm/molecules/SearchProducts/SearchProductItem.js","../../../../components/dist/esm/molecules/SearchProducts/SearchProductItemContent.js","../../../../components/dist/esm/molecules/SearchProducts/SearchProductItemImage.js","../../../../components/dist/esm/molecules/SearchProducts/SearchProducts.js","../../../../components/dist/esm/molecules/SearchProducts/index.js","../../../../components/dist/esm/molecules/SearchProvider/SearchProvider.js","../../../../components/dist/esm/molecules/SearchProvider/index.js","../../../../components/dist/esm/molecules/SearchTop/SearchTop.js","../../../../components/dist/esm/molecules/SearchTop/SearchTopTerm.js","../../../../components/dist/esm/molecules/SearchTop/index.js","../../../../components/dist/esm/molecules/SelectField/SelectField.js","../../../../components/dist/esm/molecules/SelectField/index.js","../../../../components/dist/esm/molecules/SkuSelector/SkuSelector.js","../../../../components/dist/esm/molecules/SkuSelector/index.js","../../../../components/dist/esm/molecules/SkuSelector/useDefineVariant.js","../../../../components/dist/esm/molecules/SkuSelector/useSkuSlug.js","../../../../components/dist/esm/molecules/Table/Table.js","../../../../components/dist/esm/molecules/Table/TableBody.js","../../../../components/dist/esm/molecules/Table/TableCell.js","../../../../components/dist/esm/molecules/Table/TableFooter.js","../../../../components/dist/esm/molecules/Table/TableHead.js","../../../../components/dist/esm/molecules/Table/TableRow.js","../../../../components/dist/esm/molecules/Table/index.js","../../../../components/dist/esm/molecules/Tag/Tag.js","../../../../components/dist/esm/molecules/Tag/index.js","../../../../components/dist/esm/molecules/Toast/Toast.js","../../../../components/dist/esm/molecules/Toast/index.js","../../../../components/dist/esm/molecules/Toggle/Toggle.js","../../../../components/dist/esm/molecules/Toggle/index.js","../../../../components/dist/esm/molecules/ToggleField/ToggleField.js","../../../../components/dist/esm/molecules/ToggleField/index.js","../../../../components/dist/esm/organisms/BannerText/BannerText.js","../../../../components/dist/esm/organisms/BannerText/BannerTextContent.js","../../../../components/dist/esm/organisms/BannerText/index.js","../../../../components/dist/esm/organisms/CartSidebar/CartSidebar.js","../../../../components/dist/esm/organisms/CartSidebar/CartSidebarFooter.js","../../../../components/dist/esm/organisms/CartSidebar/CartSidebarList.js","../../../../components/dist/esm/organisms/CartSidebar/index.js","../../../../components/dist/esm/organisms/EmptyState/EmptyState.js","../../../../components/dist/esm/organisms/EmptyState/index.js","../../../../components/dist/esm/organisms/Filter/Filter.js","../../../../components/dist/esm/organisms/Filter/FilterFacetBoolean.js","../../../../components/dist/esm/organisms/Filter/FilterFacetBooleanItem.js","../../../../components/dist/esm/organisms/Filter/FilterFacetRange.js","../../../../components/dist/esm/organisms/Filter/FilterFacets.js","../../../../components/dist/esm/organisms/Filter/FilterSlider.js","../../../../components/dist/esm/organisms/Filter/index.js","../../../../components/dist/esm/organisms/Hero/Hero.js","../../../../components/dist/esm/organisms/Hero/HeroHeader.js","../../../../components/dist/esm/organisms/Hero/HeroImage.js","../../../../components/dist/esm/organisms/Hero/index.js","../../../../components/dist/esm/organisms/ImageGallery/ImageGallery.js","../../../../components/dist/esm/organisms/ImageGallery/ImageGallerySelector.js","../../../../components/dist/esm/organisms/ImageGallery/ImageGalleryViewer.js","../../../../components/dist/esm/organisms/ImageGallery/index.js","../../../../components/dist/esm/organisms/Navbar/Navbar.js","../../../../components/dist/esm/organisms/Navbar/NavbarButtons.js","../../../../components/dist/esm/organisms/Navbar/NavbarHeader.js","../../../../components/dist/esm/organisms/Navbar/NavbarRow.js","../../../../components/dist/esm/organisms/Navbar/index.js","../../../../components/dist/esm/organisms/NavbarSlider/NavbarSlider.js","../../../../components/dist/esm/organisms/NavbarSlider/NavbarSliderContent.js","../../../../components/dist/esm/organisms/NavbarSlider/NavbarSliderFooter.js","../../../../components/dist/esm/organisms/NavbarSlider/NavbarSliderHeader.js","../../../../components/dist/esm/organisms/NavbarSlider/index.js","../../../../components/dist/esm/organisms/Newsletter/Newsletter.js","../../../../components/dist/esm/organisms/Newsletter/NewsletterAddendum.js","../../../../components/dist/esm/organisms/Newsletter/NewsletterContent.js","../../../../components/dist/esm/organisms/Newsletter/NewsletterForm.js","../../../../components/dist/esm/organisms/Newsletter/NewsletterHeader.js","../../../../components/dist/esm/organisms/Newsletter/index.js","../../../../components/dist/esm/organisms/OutOfStock/OutOfStock.js","../../../../components/dist/esm/organisms/OutOfStock/index.js","../../../../components/dist/esm/organisms/PaymentMethods/PaymentMethods.js","../../../../components/dist/esm/organisms/PaymentMethods/index.js","../../../../components/dist/esm/organisms/PriceRange/PriceRange.js","../../../../components/dist/esm/organisms/PriceRange/index.js","../../../../components/dist/esm/organisms/ProductGrid/ProductGrid.js","../../../../components/dist/esm/organisms/ProductGrid/ProductGridItem.js","../../../../components/dist/esm/organisms/ProductGrid/index.js","../../../../components/dist/esm/organisms/ProductShelf/ProductShelf.js","../../../../components/dist/esm/organisms/ProductShelf/ProductShelfItem.js","../../../../components/dist/esm/organisms/ProductShelf/ProductShelfItems.js","../../../../components/dist/esm/organisms/ProductShelf/index.js","../../../../components/dist/esm/organisms/RegionModal/RegionModal.js","../../../../components/dist/esm/organisms/RegionModal/index.js","../../../../components/dist/esm/organisms/SKUMatrix/SKUMatrix.js","../../../../components/dist/esm/organisms/SKUMatrix/SKUMatrixSidebar.js","../../../../components/dist/esm/organisms/SKUMatrix/SKUMatrixTrigger.js","../../../../components/dist/esm/organisms/SKUMatrix/index.js","../../../../components/dist/esm/organisms/SKUMatrix/provider/SKUMatrixProvider.js","../../../../components/dist/esm/organisms/SearchInput/SearchInput.js","../../../../components/dist/esm/organisms/SearchInput/index.js","../../../../components/dist/esm/organisms/ShippingSimulation/ShippingSimulation.js","../../../../components/dist/esm/organisms/ShippingSimulation/index.js","../../../../components/dist/esm/organisms/SlideOver/SlideOver.js","../../../../components/dist/esm/organisms/SlideOver/SlideOverHeader.js","../../../../components/dist/esm/organisms/SlideOver/index.js","../../../../components/package.json","../../../../ui/dist/esm/components/atoms/Incentive/Incentive.js","../../../../ui/dist/esm/components/atoms/Incentive/index.js","../../../../ui/dist/esm/components/atoms/TextArea/TextArea.js","../../../../ui/dist/esm/components/atoms/TextArea/index.js","../../../../ui/dist/esm/components/organisms/Tiles/Tile.js","../../../../ui/dist/esm/components/organisms/Tiles/Tiles.js","../../../../ui/dist/esm/components/organisms/Tiles/index.js","../../../../ui/dist/esm/index.js","../../../../ui/package.json","../../../node_modules/deepmerge/dist/cjs.js","../../../node_modules/deepmerge/package.json","../../../node_modules/next/dist/compiled/@ampproject/toolbox-optimizer/index.js","../../../node_modules/next/dist/compiled/@edge-runtime/ponyfill/index.js","../../../node_modules/next/dist/compiled/@edge-runtime/ponyfill/package.json","../../../node_modules/next/dist/compiled/@edge-runtime/primitives/abort-controller.js.text.js","../../../node_modules/next/dist/compiled/@edge-runtime/primitives/blob.js.text.js","../../../node_modules/next/dist/compiled/@edge-runtime/primitives/console.js.text.js","../../../node_modules/next/dist/compiled/@edge-runtime/primitives/crypto.js.text.js","../../../node_modules/next/dist/compiled/@edge-runtime/primitives/encoding.js.text.js","../../../node_modules/next/dist/compiled/@edge-runtime/primitives/events.js.text.js","../../../node_modules/next/dist/compiled/@edge-runtime/primitives/fetch.js.text.js","../../../node_modules/next/dist/compiled/@edge-runtime/primitives/index.js","../../../node_modules/next/dist/compiled/@edge-runtime/primitives/load.js","../../../node_modules/next/dist/compiled/@edge-runtime/primitives/package.json","../../../node_modules/next/dist/compiled/@edge-runtime/primitives/structured-clone.js.text.js","../../../node_modules/next/dist/compiled/@edge-runtime/primitives/timers.js.text.js","../../../node_modules/next/dist/compiled/@edge-runtime/primitives/url.js.text.js","../../../node_modules/next/dist/compiled/@next/react-dev-overlay/dist/middleware.js","../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../node_modules/next/dist/compiled/acorn/acorn.js","../../../node_modules/next/dist/compiled/acorn/package.json","../../../node_modules/next/dist/compiled/browserslist/index.js","../../../node_modules/next/dist/compiled/browserslist/package.json","../../../node_modules/next/dist/compiled/cssnano-simple/index.js","../../../node_modules/next/dist/compiled/data-uri-to-buffer/index.js","../../../node_modules/next/dist/compiled/data-uri-to-buffer/package.json","../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../node_modules/next/dist/compiled/lru-cache/index.js","../../../node_modules/next/dist/compiled/lru-cache/package.json","../../../node_modules/next/dist/compiled/next-server/pages.runtime.prod.js","../../../node_modules/next/dist/compiled/node-fetch/index.js","../../../node_modules/next/dist/compiled/node-fetch/package.json","../../../node_modules/next/dist/compiled/node-html-parser/index.js","../../../node_modules/next/dist/compiled/node-html-parser/package.json","../../../node_modules/next/dist/compiled/postcss-plugin-stub-for-cssnano-simple/index.js","../../../node_modules/next/dist/compiled/postcss-safe-parser/package.json","../../../node_modules/next/dist/compiled/postcss-safe-parser/safe-parse.js","../../../node_modules/next/dist/compiled/postcss-value-parser/index.js","../../../node_modules/next/dist/compiled/postcss-value-parser/package.json","../../../node_modules/next/dist/compiled/semver/index.js","../../../node_modules/next/dist/compiled/semver/package.json","../../../node_modules/next/dist/compiled/shell-quote/index.js","../../../node_modules/next/dist/compiled/shell-quote/package.json","../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../node_modules/next/dist/compiled/terser/bundle.min.js","../../../node_modules/next/dist/compiled/terser/package.json","../../../node_modules/next/dist/server/capsize-font-metrics.json","../../../node_modules/next/dist/server/lib/trace/constants.js","../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../node_modules/next/package.json","../../../node_modules/styled-jsx/dist/index/index.js","../../../node_modules/styled-jsx/index.js","../../../node_modules/styled-jsx/package.json","../../../package.json","../../../src/components/search/SearchDropdown/index.ts","../../../src/components/ui/Button/index.ts","../../package.json","../chunks/1153.js","../chunks/1163.js","../chunks/2082.js","../chunks/2245.js","../chunks/2295.js","../chunks/2552.js","../chunks/2710.js","../chunks/2880.js","../chunks/2918.js","../chunks/3157.js","../chunks/319.js","../chunks/3202.js","../chunks/3668.js","../chunks/371.js","../chunks/3716.js","../chunks/3779.js","../chunks/3922.js","../chunks/4012.js","../chunks/4222.js","../chunks/4358.js","../chunks/4451.js","../chunks/5110.js","../chunks/5156.js","../chunks/5284.js","../chunks/5342.js","../chunks/5380.js","../chunks/5430.js","../chunks/5476.js","../chunks/5484.js","../chunks/5671.js","../chunks/5754.js","../chunks/6198.js","../chunks/6335.js","../chunks/64.js","../chunks/6414.js","../chunks/6859.js","../chunks/7169.js","../chunks/7228.js","../chunks/7468.js","../chunks/7675.js","../chunks/7986.js","../chunks/8096.js","../chunks/8640.js","../chunks/8724.js","../chunks/8737.js","../chunks/8857.js","../chunks/9088.js","../chunks/9160.js","../chunks/9369.js","../chunks/9410.js","../chunks/945.js","../chunks/9570.js","../chunks/9572.js","../chunks/983.js","../chunks/9844.js","../chunks/ButtonSignIn.js","../chunks/Dropdown.js","../chunks/DropdownButton.js","../chunks/DropdownItem.js","../chunks/DropdownMenu.js","../chunks/FilterSkeleton.js","../chunks/ScrollToTopButton.js","../chunks/UIBannerText.js","../chunks/font-manifest.json","../webpack-runtime.js"]}
|
|
1
|
+
{"version":1,"files":["../../../../components/dist/esm/atoms/Badge/Badge.js","../../../../components/dist/esm/atoms/Badge/index.js","../../../../components/dist/esm/atoms/Button/Button.js","../../../../components/dist/esm/atoms/Button/index.js","../../../../components/dist/esm/atoms/Checkbox/Checkbox.js","../../../../components/dist/esm/atoms/Checkbox/index.js","../../../../components/dist/esm/atoms/Icon/Icon.js","../../../../components/dist/esm/atoms/Icon/index.js","../../../../components/dist/esm/atoms/Input/Input.js","../../../../components/dist/esm/atoms/Input/index.js","../../../../components/dist/esm/atoms/Label/Label.js","../../../../components/dist/esm/atoms/Label/index.js","../../../../components/dist/esm/atoms/Link/Link.js","../../../../components/dist/esm/atoms/Link/index.js","../../../../components/dist/esm/atoms/List/List.js","../../../../components/dist/esm/atoms/List/index.js","../../../../components/dist/esm/atoms/Loader/Loader.js","../../../../components/dist/esm/atoms/Loader/index.js","../../../../components/dist/esm/atoms/Overlay/Overlay.js","../../../../components/dist/esm/atoms/Overlay/index.js","../../../../components/dist/esm/atoms/Price/Price.js","../../../../components/dist/esm/atoms/Price/index.js","../../../../components/dist/esm/atoms/Radio/Radio.js","../../../../components/dist/esm/atoms/Radio/index.js","../../../../components/dist/esm/atoms/SROnly/SROnly.js","../../../../components/dist/esm/atoms/SROnly/index.js","../../../../components/dist/esm/atoms/Select/Select.js","../../../../components/dist/esm/atoms/Select/index.js","../../../../components/dist/esm/atoms/Skeleton/Skeleton.js","../../../../components/dist/esm/atoms/Skeleton/index.js","../../../../components/dist/esm/atoms/Slider/Slider.js","../../../../components/dist/esm/atoms/Slider/index.js","../../../../components/dist/esm/hooks/UIProvider.js","../../../../components/dist/esm/hooks/index.js","../../../../components/dist/esm/hooks/useFadeEffect.js","../../../../components/dist/esm/hooks/useSKUMatrix.js","../../../../components/dist/esm/hooks/useScrollDirection.js","../../../../components/dist/esm/hooks/useSearch.js","../../../../components/dist/esm/hooks/useSlideVisibility.js","../../../../components/dist/esm/hooks/useSlider.js","../../../../components/dist/esm/hooks/useTrapFocus.js","../../../../components/dist/esm/index.js","../../../../components/dist/esm/molecules/Accordion/Accordion.js","../../../../components/dist/esm/molecules/Accordion/AccordionButton.js","../../../../components/dist/esm/molecules/Accordion/AccordionItem.js","../../../../components/dist/esm/molecules/Accordion/AccordionPanel.js","../../../../components/dist/esm/molecules/Accordion/index.js","../../../../components/dist/esm/molecules/Alert/Alert.js","../../../../components/dist/esm/molecules/Alert/index.js","../../../../components/dist/esm/molecules/Breadcrumb/Breadcrumb.js","../../../../components/dist/esm/molecules/Breadcrumb/BreadcrumbBase.js","../../../../components/dist/esm/molecules/Breadcrumb/BreadcrumbPure.js","../../../../components/dist/esm/molecules/Breadcrumb/Divider.js","../../../../components/dist/esm/molecules/Breadcrumb/ListItem.js","../../../../components/dist/esm/molecules/Breadcrumb/index.js","../../../../components/dist/esm/molecules/BuyButton/BuyButton.js","../../../../components/dist/esm/molecules/BuyButton/index.js","../../../../components/dist/esm/molecules/Card/Card.js","../../../../components/dist/esm/molecules/Card/index.js","../../../../components/dist/esm/molecules/Carousel/Carousel.js","../../../../components/dist/esm/molecules/Carousel/CarouselBullets.js","../../../../components/dist/esm/molecules/Carousel/CarouselItem.js","../../../../components/dist/esm/molecules/Carousel/index.js","../../../../components/dist/esm/molecules/CartItem/CartItem.js","../../../../components/dist/esm/molecules/CartItem/CartItemImage.js","../../../../components/dist/esm/molecules/CartItem/CartItemSummary.js","../../../../components/dist/esm/molecules/CartItem/index.js","../../../../components/dist/esm/molecules/CheckboxField/CheckboxField.js","../../../../components/dist/esm/molecules/CheckboxField/index.js","../../../../components/dist/esm/molecules/DiscountBadge/DiscountBadge.js","../../../../components/dist/esm/molecules/DiscountBadge/index.js","../../../../components/dist/esm/molecules/DiscountBadge/useDiscountPercent.js","../../../../components/dist/esm/molecules/Dropdown/Dropdown.js","../../../../components/dist/esm/molecules/Dropdown/DropdownButton.js","../../../../components/dist/esm/molecules/Dropdown/DropdownItem.js","../../../../components/dist/esm/molecules/Dropdown/DropdownMenu.js","../../../../components/dist/esm/molecules/Dropdown/contexts/DropdownContext.js","../../../../components/dist/esm/molecules/Dropdown/hooks/useDropdown.js","../../../../components/dist/esm/molecules/Dropdown/hooks/useDropdownItem.js","../../../../components/dist/esm/molecules/Dropdown/hooks/useDropdownPosition.js","../../../../components/dist/esm/molecules/Dropdown/hooks/useDropdownTrigger.js","../../../../components/dist/esm/molecules/Dropdown/index.js","../../../../components/dist/esm/molecules/Gift/Gift.js","../../../../components/dist/esm/molecules/Gift/GiftContent.js","../../../../components/dist/esm/molecules/Gift/GiftImage.js","../../../../components/dist/esm/molecules/Gift/index.js","../../../../components/dist/esm/molecules/IconButton/IconButton.js","../../../../components/dist/esm/molecules/IconButton/index.js","../../../../components/dist/esm/molecules/InputField/InputField.js","../../../../components/dist/esm/molecules/InputField/index.js","../../../../components/dist/esm/molecules/LinkButton/LinkButton.js","../../../../components/dist/esm/molecules/LinkButton/index.js","../../../../components/dist/esm/molecules/Modal/Modal.js","../../../../components/dist/esm/molecules/Modal/ModalBody.js","../../../../components/dist/esm/molecules/Modal/ModalContent.js","../../../../components/dist/esm/molecules/Modal/ModalHeader.js","../../../../components/dist/esm/molecules/Modal/index.js","../../../../components/dist/esm/molecules/NavbarLinks/NavbarLinks.js","../../../../components/dist/esm/molecules/NavbarLinks/NavbarLinksList.js","../../../../components/dist/esm/molecules/NavbarLinks/NavbarLinksListItem.js","../../../../components/dist/esm/molecules/NavbarLinks/index.js","../../../../components/dist/esm/molecules/OrderSummary/OrderSummary.js","../../../../components/dist/esm/molecules/OrderSummary/index.js","../../../../components/dist/esm/molecules/ProductCard/ProductCard.js","../../../../components/dist/esm/molecules/ProductCard/ProductCardContent.js","../../../../components/dist/esm/molecules/ProductCard/ProductCardImage.js","../../../../components/dist/esm/molecules/ProductCard/index.js","../../../../components/dist/esm/molecules/ProductPrice/ProductPrice.js","../../../../components/dist/esm/molecules/ProductPrice/index.js","../../../../components/dist/esm/molecules/ProductTitle/ProductTitle.js","../../../../components/dist/esm/molecules/ProductTitle/index.js","../../../../components/dist/esm/molecules/QuantitySelector/QuantitySelector.js","../../../../components/dist/esm/molecules/QuantitySelector/index.js","../../../../components/dist/esm/molecules/RadioField/RadioField.js","../../../../components/dist/esm/molecules/RadioField/index.js","../../../../components/dist/esm/molecules/RadioGroup/RadioGroup.js","../../../../components/dist/esm/molecules/RadioGroup/RadioOption.js","../../../../components/dist/esm/molecules/RadioGroup/index.js","../../../../components/dist/esm/molecules/RadioGroup/useRadioGroup.js","../../../../components/dist/esm/molecules/Rating/Rating.js","../../../../components/dist/esm/molecules/Rating/index.js","../../../../components/dist/esm/molecules/RegionBar/RegionBar.js","../../../../components/dist/esm/molecules/RegionBar/index.js","../../../../components/dist/esm/molecules/SearchAutoComplete/SearchAutoComplete.js","../../../../components/dist/esm/molecules/SearchAutoComplete/SearchAutoCompleteTerm.js","../../../../components/dist/esm/molecules/SearchAutoComplete/index.js","../../../../components/dist/esm/molecules/SearchDropdown/SearchDropdown.js","../../../../components/dist/esm/molecules/SearchDropdown/index.js","../../../../components/dist/esm/molecules/SearchHistory/SearchHistory.js","../../../../components/dist/esm/molecules/SearchHistory/SearchHistoryTerm.js","../../../../components/dist/esm/molecules/SearchHistory/index.js","../../../../components/dist/esm/molecules/SearchInputField/SearchInputField.js","../../../../components/dist/esm/molecules/SearchInputField/index.js","../../../../components/dist/esm/molecules/SearchProducts/SearchProductItem.js","../../../../components/dist/esm/molecules/SearchProducts/SearchProductItemContent.js","../../../../components/dist/esm/molecules/SearchProducts/SearchProductItemImage.js","../../../../components/dist/esm/molecules/SearchProducts/SearchProducts.js","../../../../components/dist/esm/molecules/SearchProducts/index.js","../../../../components/dist/esm/molecules/SearchProvider/SearchProvider.js","../../../../components/dist/esm/molecules/SearchProvider/index.js","../../../../components/dist/esm/molecules/SearchTop/SearchTop.js","../../../../components/dist/esm/molecules/SearchTop/SearchTopTerm.js","../../../../components/dist/esm/molecules/SearchTop/index.js","../../../../components/dist/esm/molecules/SelectField/SelectField.js","../../../../components/dist/esm/molecules/SelectField/index.js","../../../../components/dist/esm/molecules/SkuSelector/SkuSelector.js","../../../../components/dist/esm/molecules/SkuSelector/index.js","../../../../components/dist/esm/molecules/SkuSelector/useDefineVariant.js","../../../../components/dist/esm/molecules/SkuSelector/useSkuSlug.js","../../../../components/dist/esm/molecules/Table/Table.js","../../../../components/dist/esm/molecules/Table/TableBody.js","../../../../components/dist/esm/molecules/Table/TableCell.js","../../../../components/dist/esm/molecules/Table/TableFooter.js","../../../../components/dist/esm/molecules/Table/TableHead.js","../../../../components/dist/esm/molecules/Table/TableRow.js","../../../../components/dist/esm/molecules/Table/index.js","../../../../components/dist/esm/molecules/Tag/Tag.js","../../../../components/dist/esm/molecules/Tag/index.js","../../../../components/dist/esm/molecules/Toast/Toast.js","../../../../components/dist/esm/molecules/Toast/index.js","../../../../components/dist/esm/molecules/Toggle/Toggle.js","../../../../components/dist/esm/molecules/Toggle/index.js","../../../../components/dist/esm/molecules/ToggleField/ToggleField.js","../../../../components/dist/esm/molecules/ToggleField/index.js","../../../../components/dist/esm/organisms/BannerText/BannerText.js","../../../../components/dist/esm/organisms/BannerText/BannerTextContent.js","../../../../components/dist/esm/organisms/BannerText/index.js","../../../../components/dist/esm/organisms/CartSidebar/CartSidebar.js","../../../../components/dist/esm/organisms/CartSidebar/CartSidebarFooter.js","../../../../components/dist/esm/organisms/CartSidebar/CartSidebarList.js","../../../../components/dist/esm/organisms/CartSidebar/index.js","../../../../components/dist/esm/organisms/EmptyState/EmptyState.js","../../../../components/dist/esm/organisms/EmptyState/index.js","../../../../components/dist/esm/organisms/Filter/Filter.js","../../../../components/dist/esm/organisms/Filter/FilterFacetBoolean.js","../../../../components/dist/esm/organisms/Filter/FilterFacetBooleanItem.js","../../../../components/dist/esm/organisms/Filter/FilterFacetRange.js","../../../../components/dist/esm/organisms/Filter/FilterFacets.js","../../../../components/dist/esm/organisms/Filter/FilterSlider.js","../../../../components/dist/esm/organisms/Filter/index.js","../../../../components/dist/esm/organisms/Hero/Hero.js","../../../../components/dist/esm/organisms/Hero/HeroHeader.js","../../../../components/dist/esm/organisms/Hero/HeroImage.js","../../../../components/dist/esm/organisms/Hero/index.js","../../../../components/dist/esm/organisms/ImageGallery/ImageGallery.js","../../../../components/dist/esm/organisms/ImageGallery/ImageGallerySelector.js","../../../../components/dist/esm/organisms/ImageGallery/ImageGalleryViewer.js","../../../../components/dist/esm/organisms/ImageGallery/index.js","../../../../components/dist/esm/organisms/Navbar/Navbar.js","../../../../components/dist/esm/organisms/Navbar/NavbarButtons.js","../../../../components/dist/esm/organisms/Navbar/NavbarHeader.js","../../../../components/dist/esm/organisms/Navbar/NavbarRow.js","../../../../components/dist/esm/organisms/Navbar/index.js","../../../../components/dist/esm/organisms/NavbarSlider/NavbarSlider.js","../../../../components/dist/esm/organisms/NavbarSlider/NavbarSliderContent.js","../../../../components/dist/esm/organisms/NavbarSlider/NavbarSliderFooter.js","../../../../components/dist/esm/organisms/NavbarSlider/NavbarSliderHeader.js","../../../../components/dist/esm/organisms/NavbarSlider/index.js","../../../../components/dist/esm/organisms/Newsletter/Newsletter.js","../../../../components/dist/esm/organisms/Newsletter/NewsletterAddendum.js","../../../../components/dist/esm/organisms/Newsletter/NewsletterContent.js","../../../../components/dist/esm/organisms/Newsletter/NewsletterForm.js","../../../../components/dist/esm/organisms/Newsletter/NewsletterHeader.js","../../../../components/dist/esm/organisms/Newsletter/index.js","../../../../components/dist/esm/organisms/OutOfStock/OutOfStock.js","../../../../components/dist/esm/organisms/OutOfStock/index.js","../../../../components/dist/esm/organisms/PaymentMethods/PaymentMethods.js","../../../../components/dist/esm/organisms/PaymentMethods/index.js","../../../../components/dist/esm/organisms/PriceRange/PriceRange.js","../../../../components/dist/esm/organisms/PriceRange/index.js","../../../../components/dist/esm/organisms/ProductGrid/ProductGrid.js","../../../../components/dist/esm/organisms/ProductGrid/ProductGridItem.js","../../../../components/dist/esm/organisms/ProductGrid/index.js","../../../../components/dist/esm/organisms/ProductShelf/ProductShelf.js","../../../../components/dist/esm/organisms/ProductShelf/ProductShelfItem.js","../../../../components/dist/esm/organisms/ProductShelf/ProductShelfItems.js","../../../../components/dist/esm/organisms/ProductShelf/index.js","../../../../components/dist/esm/organisms/RegionModal/RegionModal.js","../../../../components/dist/esm/organisms/RegionModal/index.js","../../../../components/dist/esm/organisms/SKUMatrix/SKUMatrix.js","../../../../components/dist/esm/organisms/SKUMatrix/SKUMatrixSidebar.js","../../../../components/dist/esm/organisms/SKUMatrix/SKUMatrixTrigger.js","../../../../components/dist/esm/organisms/SKUMatrix/index.js","../../../../components/dist/esm/organisms/SKUMatrix/provider/SKUMatrixProvider.js","../../../../components/dist/esm/organisms/SearchInput/SearchInput.js","../../../../components/dist/esm/organisms/SearchInput/index.js","../../../../components/dist/esm/organisms/ShippingSimulation/ShippingSimulation.js","../../../../components/dist/esm/organisms/ShippingSimulation/index.js","../../../../components/dist/esm/organisms/SlideOver/SlideOver.js","../../../../components/dist/esm/organisms/SlideOver/SlideOverHeader.js","../../../../components/dist/esm/organisms/SlideOver/index.js","../../../../components/package.json","../../../../ui/dist/esm/components/atoms/Incentive/Incentive.js","../../../../ui/dist/esm/components/atoms/Incentive/index.js","../../../../ui/dist/esm/components/atoms/TextArea/TextArea.js","../../../../ui/dist/esm/components/atoms/TextArea/index.js","../../../../ui/dist/esm/components/organisms/Tiles/Tile.js","../../../../ui/dist/esm/components/organisms/Tiles/Tiles.js","../../../../ui/dist/esm/components/organisms/Tiles/index.js","../../../../ui/dist/esm/index.js","../../../../ui/package.json","../../../node_modules/deepmerge/dist/cjs.js","../../../node_modules/deepmerge/package.json","../../../package.json","../../../src/components/search/SearchDropdown/index.ts","../../../src/components/ui/Button/index.ts","../../package.json","../chunks/1153.js","../chunks/1471.js","../chunks/1484.js","../chunks/1652.js","../chunks/1658.js","../chunks/1722.js","../chunks/223.js","../chunks/2295.js","../chunks/2296.js","../chunks/2880.js","../chunks/2894.js","../chunks/2918.js","../chunks/2987.js","../chunks/311.js","../chunks/320.js","../chunks/331.js","../chunks/3716.js","../chunks/3779.js","../chunks/3922.js","../chunks/4171.js","../chunks/4451.js","../chunks/4466.js","../chunks/4477.js","../chunks/4614.js","../chunks/4951.js","../chunks/5284.js","../chunks/5321.js","../chunks/5632.js","../chunks/5781.js","../chunks/581.js","../chunks/614.js","../chunks/6198.js","../chunks/628.js","../chunks/6335.js","../chunks/6628.js","../chunks/7169.js","../chunks/7228.js","../chunks/7273.js","../chunks/7464.js","../chunks/7468.js","../chunks/7516.js","../chunks/7675.js","../chunks/7986.js","../chunks/8194.js","../chunks/835.js","../chunks/8640.js","../chunks/8728.js","../chunks/8737.js","../chunks/8837.js","../chunks/8891.js","../chunks/9088.js","../chunks/9476.js","../chunks/9570.js","../chunks/9680.js","../chunks/9977.js","../chunks/ButtonSignIn.js","../chunks/Dropdown.js","../chunks/DropdownButton.js","../chunks/DropdownItem.js","../chunks/DropdownMenu.js","../chunks/FilterSkeleton.js","../chunks/ScrollToTopButton.js","../chunks/UIBannerText.js","../chunks/font-manifest.json","../webpack-runtime.js"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";(()=>{var e={};e.id=3459,e.ids=[3459,2888,660],e.modules={
|
|
1
|
+
"use strict";(()=>{var e={};e.id=3459,e.ids=[3459,2888,660],e.modules={6785:(e,t,r)=>{r.a(e,async(e,o)=>{try{r.r(t),r.d(t,{default:()=>__WEBPACK_DEFAULT_EXPORT__,getStaticProps:()=>getStaticProps});var a=r(16641),s=r(16689),n=r(79644),i=r(68763),c=r(63490),p=r(81652),l=r(38132),u=r(18724),b=r(86250),d=r(44466),g=r.n(d),P=r(20997),_=e([n,c]);function ownKeys(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),r.push.apply(r,o)}return r}function _objectSpread(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?ownKeys(Object(r),!0).forEach(function(t){var o;o=r[t],t in e?Object.defineProperty(e,t,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[t]=o}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ownKeys(Object(r)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))})}return e}[n,c]=_.then?(await _)():_;let S=_objectSpread(_objectSpread(_objectSpread({},n.Z),{},{EmptyState:p.C},l.Z),u.Z),getStaticProps=async({previewData:e})=>{let[t,r]=await Promise.all([(0,b.fx)(_objectSpread(_objectSpread({},e?.contentType==="login"&&e),{},{contentType:"login"})),(0,i.T)(e)]);return{props:{page:t,globalSections:r}}},__WEBPACK_DEFAULT_EXPORT__=function({page:{sections:e},globalSections:t}){return(0,s.useEffect)(()=>{let e=new URL(g().loginUrl),t=new URLSearchParams(window.location.search);for(let[r,o]of Array.from(t))e.searchParams.append(r,o);window.location.href=e.toString()},[]),(0,P.jsxs)(P.Fragment,{children:[P.jsx(a.NextSeo,{noindex:!0,nofollow:!0}),P.jsx(c.Z,{sections:e,globalSections:t.sections,components:S})]})};o()}catch(e){o(e)}})},25705:(e,t,r)=>{r.a(e,async(e,o)=>{try{r.r(t),r.d(t,{config:()=>P,default:()=>u,getServerSideProps:()=>g,getStaticPaths:()=>d,getStaticProps:()=>b,reportWebVitals:()=>_,routeModule:()=>y,unstable_getServerProps:()=>m,unstable_getServerSideProps:()=>w,unstable_getStaticParams:()=>x,unstable_getStaticPaths:()=>f,unstable_getStaticProps:()=>S});var a=r(18877),s=r(84591),n=r(6021),i=r(98728),c=r(40223),p=r(6785),l=e([p,i]);[p,i]=l.then?(await l)():l;let u=(0,n.l)(p,"default"),b=(0,n.l)(p,"getStaticProps"),d=(0,n.l)(p,"getStaticPaths"),g=(0,n.l)(p,"getServerSideProps"),P=(0,n.l)(p,"config"),_=(0,n.l)(p,"reportWebVitals"),S=(0,n.l)(p,"unstable_getStaticProps"),f=(0,n.l)(p,"unstable_getStaticPaths"),x=(0,n.l)(p,"unstable_getStaticParams"),m=(0,n.l)(p,"unstable_getServerProps"),w=(0,n.l)(p,"unstable_getServerSideProps"),y=new a.PagesRouteModule({definition:{kind:s.x.PAGES,page:"/login",pathname:"/login",bundlePath:"",filename:""},components:{App:c.default,Document:i.default},userland:p});o()}catch(e){o(e)}})},16676:e=>{e.exports=require("@vtex/client-cms")},56330:e=>{e.exports=require("deepmerge")},83430:e=>{e.exports=require("idb-keyval")},16641:e=>{e.exports=require("next-seo")},62785:e=>{e.exports=require("next/dist/compiled/next-server/pages.runtime.prod.js")},71423:e=>{e.exports=require("path")},16689:e=>{e.exports=require("react")},66405:e=>{e.exports=require("react-dom")},19785:e=>{e.exports=require("react-intersection-observer")},3789:e=>{e.exports=require("react-swipeable")},20997:e=>{e.exports=require("react/jsx-runtime")},73823:e=>{e.exports=require("tabbable")},14037:e=>{e.exports=import("@builder.io/partytown/react")},15941:e=>{e.exports=import("swr")},57147:e=>{e.exports=require("fs")},12781:e=>{e.exports=require("stream")},59796:e=>{e.exports=require("zlib")}};var t=require("../webpack-runtime.js");t.C(e);var __webpack_exec__=e=>t(t.s=e),r=t.X(0,[4614,5632,331,1658,8194,4466,223,8728,7675,9680,6628,1652],()=>__webpack_exec__(25705));module.exports=r})();
|