@faststore/core 3.35.1 → 3.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.next/BUILD_ID +1 -1
- package/.next/build-manifest.json +25 -15
- 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/prerender-manifest.js +1 -1
- package/.next/prerender-manifest.json +1 -1
- package/.next/routes-manifest.json +1 -1
- package/.next/server/chunks/1506.js +1 -1
- package/.next/server/chunks/8646.js +1 -1
- package/.next/server/functions-config-manifest.json +1 -1
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/pages/account/profile.js +1 -0
- package/.next/server/pages/account/profile.js.nft.json +1 -0
- package/.next/server/pages/account.js +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/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-manifest.json +1 -1
- package/.next/static/chunks/pages/{_app-836e2ad874a5b36e.js → _app-012e51403727ae6a.js} +1 -1
- package/.next/static/chunks/pages/account/profile-1fdb500de8f12b3a.js +1 -0
- package/.next/static/chunks/pages/account-32bc9db3fea9b0c4.js +1 -0
- package/.next/static/chunks/webpack-1cd1c4aa7f418483.js +1 -0
- package/.next/static/css/249b9deaabc0d32d.css +1 -0
- package/.next/static/go585duKn6vmUmdZiKusb/_buildManifest.js +1 -0
- package/.next/static/go585duKn6vmUmdZiKusb/_ssgManifest.js +1 -0
- package/.next/trace +124 -122
- package/.turbo/turbo-build.log +18 -16
- package/.turbo/turbo-test.log +5 -5
- package/CHANGELOG.md +6 -0
- package/discovery.config.default.js +1 -0
- package/index.ts +1 -0
- package/package.json +2 -2
- package/src/components/account/MyAccountLayout/MyAccountLayout.tsx +25 -0
- package/src/components/account/MyAccountLayout/index.ts +1 -0
- package/src/components/account/MyAccountLayout/styles.scss +17 -0
- package/src/components/account/MyAccountMenu/MyAccountMenu.tsx +74 -0
- package/src/components/account/MyAccountMenu/index.ts +1 -0
- package/src/components/account/MyAccountMenu/styles.scss +124 -0
- package/src/components/account/index.ts +2 -0
- package/src/components/account/section.module.scss +3 -0
- package/src/customizations/src/myAccount/navigation.ts +3 -0
- package/src/experimental/myAccountSeverSideProps.ts +42 -0
- package/src/pages/account/index.tsx +44 -0
- package/src/pages/account/profile.tsx +48 -0
- package/src/sdk/account/getMyAccountRoutes.ts +34 -0
- package/.next/server/pages/en-US/account.html +0 -28
- package/.next/server/pages/en-US/account.json +0 -1
- package/.next/static/Shnxq4E8-HNxCfP-iRIQV/_buildManifest.js +0 -1
- package/.next/static/Shnxq4E8-HNxCfP-iRIQV/_ssgManifest.js +0 -1
- package/.next/static/chunks/pages/account-2123c229c3e93039.js +0 -1
- package/.next/static/chunks/webpack-045fa70c18f7d0f7.js +0 -1
- package/src/pages/account.tsx +0 -72
package/.next/cache/config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"telemetry": {
|
|
3
|
-
"notifiedAt": "
|
|
4
|
-
"anonymousId": "
|
|
5
|
-
"salt": "
|
|
3
|
+
"notifiedAt": "1744234536236",
|
|
4
|
+
"anonymousId": "0900492209f7fc17444dcfe3f409b9a3190c22550ca7bf86ad6983bfe5348ff2",
|
|
5
|
+
"salt": "e18c22cda94db9bea2a485beeee02acb"
|
|
6
6
|
}
|
|
7
7
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1 +1 @@
|
|
|
1
|
-
self.__PRERENDER_MANIFEST="{\"version\":4,\"routes\":{\"/en-US/500\":{\"initialRevalidateSeconds\":false,\"srcRoute\":null,\"dataRoute\":\"/_next/data/
|
|
1
|
+
self.__PRERENDER_MANIFEST="{\"version\":4,\"routes\":{\"/en-US/500\":{\"initialRevalidateSeconds\":false,\"srcRoute\":null,\"dataRoute\":\"/_next/data/go585duKn6vmUmdZiKusb/500.json\"},\"/en-US/404\":{\"initialRevalidateSeconds\":false,\"srcRoute\":null,\"dataRoute\":\"/_next/data/go585duKn6vmUmdZiKusb/404.json\"},\"/en-US/checkout\":{\"initialRevalidateSeconds\":false,\"srcRoute\":null,\"dataRoute\":\"/_next/data/go585duKn6vmUmdZiKusb/checkout.json\"},\"/en-US\":{\"initialRevalidateSeconds\":false,\"srcRoute\":null,\"dataRoute\":\"/_next/data/go585duKn6vmUmdZiKusb/index.json\"},\"/en-US/login\":{\"initialRevalidateSeconds\":false,\"srcRoute\":null,\"dataRoute\":\"/_next/data/go585duKn6vmUmdZiKusb/login.json\"},\"/en-US/s\":{\"initialRevalidateSeconds\":false,\"srcRoute\":null,\"dataRoute\":\"/_next/data/go585duKn6vmUmdZiKusb/s.json\"}},\"dynamicRoutes\":{\"/[...slug]\":{\"routeRegex\":\"^/(.+?)(?:/)?$\",\"dataRoute\":\"/_next/data/go585duKn6vmUmdZiKusb/[...slug].json\",\"fallback\":null,\"dataRouteRegex\":\"^/_next/data/go585duKn6vmUmdZiKusb/(.+?)\\\\.json$\"},\"/[slug]/p\":{\"routeRegex\":\"^/([^/]+?)/p(?:/)?$\",\"dataRoute\":\"/_next/data/go585duKn6vmUmdZiKusb/[slug]/p.json\",\"fallback\":null,\"dataRouteRegex\":\"^/_next/data/go585duKn6vmUmdZiKusb/([^/]+?)/p\\\\.json$\"}},\"notFoundRoutes\":[],\"preview\":{\"previewModeId\":\"bd0713d2cd3fbdf8377e1ff333d040c4\",\"previewModeSigningKey\":\"2e6bc9b73ad96d70319699bdc80ffac0e4f5ec05cb1ff5d7b9d8a1f0115567eb\",\"previewModeEncryptionKey\":\"ccfce7340fb73c13bff2924f9305d5e01d33d34660fe33a51a925d24ac783a0b\"}}"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":4,"routes":{"/en-US/500":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/
|
|
1
|
+
{"version":4,"routes":{"/en-US/500":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/go585duKn6vmUmdZiKusb/500.json"},"/en-US/404":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/go585duKn6vmUmdZiKusb/404.json"},"/en-US/checkout":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/go585duKn6vmUmdZiKusb/checkout.json"},"/en-US":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/go585duKn6vmUmdZiKusb/index.json"},"/en-US/login":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/go585duKn6vmUmdZiKusb/login.json"},"/en-US/s":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/go585duKn6vmUmdZiKusb/s.json"}},"dynamicRoutes":{"/[...slug]":{"routeRegex":"^/(.+?)(?:/)?$","dataRoute":"/_next/data/go585duKn6vmUmdZiKusb/[...slug].json","fallback":null,"dataRouteRegex":"^/_next/data/go585duKn6vmUmdZiKusb/(.+?)\\.json$"},"/[slug]/p":{"routeRegex":"^/([^/]+?)/p(?:/)?$","dataRoute":"/_next/data/go585duKn6vmUmdZiKusb/[slug]/p.json","fallback":null,"dataRouteRegex":"^/_next/data/go585duKn6vmUmdZiKusb/([^/]+?)/p\\.json$"}},"notFoundRoutes":[],"preview":{"previewModeId":"bd0713d2cd3fbdf8377e1ff333d040c4","previewModeSigningKey":"2e6bc9b73ad96d70319699bdc80ffac0e4f5ec05cb1ff5d7b9d8a1f0115567eb","previewModeEncryptionKey":"ccfce7340fb73c13bff2924f9305d5e01d33d34660fe33a51a925d24ac783a0b"}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"pages404":true,"caseSensitive":false,"basePath":"","redirects":[{"source":"/:path+/","destination":"/:path+","locale":false,"internal":true,"statusCode":308,"regex":"^(?:/((?:[^/]+?)(?:/(?:[^/]+?))*))/$"}],"headers":[],"dynamicRoutes":[{"page":"/[slug]/p","regex":"^/([^/]+?)/p(?:/)?$","routeKeys":{"nxtPslug":"nxtPslug"},"namedRegex":"^/(?<nxtPslug>[^/]+?)/p(?:/)?$"},{"page":"/[...slug]","regex":"^/(.+?)(?:/)?$","routeKeys":{"nxtPslug":"nxtPslug"},"namedRegex":"^/(?<nxtPslug>.+?)(?:/)?$"}],"staticRoutes":[{"page":"/","regex":"^/(?:/)?$","routeKeys":{},"namedRegex":"^/(?:/)?$"},{"page":"/404","regex":"^/404(?:/)?$","routeKeys":{},"namedRegex":"^/404(?:/)?$"},{"page":"/500","regex":"^/500(?:/)?$","routeKeys":{},"namedRegex":"^/500(?:/)?$"},{"page":"/account","regex":"^/account(?:/)?$","routeKeys":{},"namedRegex":"^/account(?:/)?$"},{"page":"/checkout","regex":"^/checkout(?:/)?$","routeKeys":{},"namedRegex":"^/checkout(?:/)?$"},{"page":"/login","regex":"^/login(?:/)?$","routeKeys":{},"namedRegex":"^/login(?:/)?$"},{"page":"/s","regex":"^/s(?:/)?$","routeKeys":{},"namedRegex":"^/s(?:/)?$"}],"dataRoutes":[{"page":"/","dataRouteRegex":"^/_next/data/
|
|
1
|
+
{"version":3,"pages404":true,"caseSensitive":false,"basePath":"","redirects":[{"source":"/:path+/","destination":"/:path+","locale":false,"internal":true,"statusCode":308,"regex":"^(?:/((?:[^/]+?)(?:/(?:[^/]+?))*))/$"}],"headers":[],"dynamicRoutes":[{"page":"/[slug]/p","regex":"^/([^/]+?)/p(?:/)?$","routeKeys":{"nxtPslug":"nxtPslug"},"namedRegex":"^/(?<nxtPslug>[^/]+?)/p(?:/)?$"},{"page":"/[...slug]","regex":"^/(.+?)(?:/)?$","routeKeys":{"nxtPslug":"nxtPslug"},"namedRegex":"^/(?<nxtPslug>.+?)(?:/)?$"}],"staticRoutes":[{"page":"/","regex":"^/(?:/)?$","routeKeys":{},"namedRegex":"^/(?:/)?$"},{"page":"/404","regex":"^/404(?:/)?$","routeKeys":{},"namedRegex":"^/404(?:/)?$"},{"page":"/500","regex":"^/500(?:/)?$","routeKeys":{},"namedRegex":"^/500(?:/)?$"},{"page":"/account","regex":"^/account(?:/)?$","routeKeys":{},"namedRegex":"^/account(?:/)?$"},{"page":"/account/profile","regex":"^/account/profile(?:/)?$","routeKeys":{},"namedRegex":"^/account/profile(?:/)?$"},{"page":"/checkout","regex":"^/checkout(?:/)?$","routeKeys":{},"namedRegex":"^/checkout(?:/)?$"},{"page":"/login","regex":"^/login(?:/)?$","routeKeys":{},"namedRegex":"^/login(?:/)?$"},{"page":"/s","regex":"^/s(?:/)?$","routeKeys":{},"namedRegex":"^/s(?:/)?$"}],"dataRoutes":[{"page":"/","dataRouteRegex":"^/_next/data/go585duKn6vmUmdZiKusb/index.json$"},{"page":"/404","dataRouteRegex":"^/_next/data/go585duKn6vmUmdZiKusb/404.json$"},{"page":"/500","dataRouteRegex":"^/_next/data/go585duKn6vmUmdZiKusb/500.json$"},{"page":"/account","dataRouteRegex":"^/_next/data/go585duKn6vmUmdZiKusb/account.json$"},{"page":"/account/profile","dataRouteRegex":"^/_next/data/go585duKn6vmUmdZiKusb/account/profile.json$"},{"page":"/checkout","dataRouteRegex":"^/_next/data/go585duKn6vmUmdZiKusb/checkout.json$"},{"page":"/login","dataRouteRegex":"^/_next/data/go585duKn6vmUmdZiKusb/login.json$"},{"page":"/s","dataRouteRegex":"^/_next/data/go585duKn6vmUmdZiKusb/s.json$"},{"page":"/[slug]/p","routeKeys":{"nxtPslug":"nxtPslug"},"dataRouteRegex":"^/_next/data/go585duKn6vmUmdZiKusb/([^/]+?)/p\\.json$","namedDataRouteRegex":"^/_next/data/go585duKn6vmUmdZiKusb/(?<nxtPslug>[^/]+?)/p\\.json$"},{"page":"/[...slug]","routeKeys":{"nxtPslug":"nxtPslug"},"dataRouteRegex":"^/_next/data/go585duKn6vmUmdZiKusb/(.+?)\\.json$","namedDataRouteRegex":"^/_next/data/go585duKn6vmUmdZiKusb/(?<nxtPslug>.+?)\\.json$"}],"i18n":{"locales":["en-US"],"defaultLocale":"en-US"},"rsc":{"header":"RSC","varyHeader":"RSC, Next-Router-State-Tree, Next-Router-Prefetch, Next-Url","prefetchHeader":"Next-Router-Prefetch","contentTypeHeader":"text/x-component"},"rewrites":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
exports.id=1506,exports.ids=[1506],exports.modules={34708:e=>{e.exports={seo:{title:"FastStore Starter",description:"Fast Demo Store",titleTemplate:"%s | FastStore",author:"Store Framework",name:"FastStore",publisherId:"",plp:{titleTemplate:"%s | FastStore PLP",descriptionTemplate:"%s products on FastStore Product Listing Page"},pdp:{titleTemplate:"%s | FastStore PDP",descriptionTemplate:"%s products on FastStore Product Detail Page"},search:{titleTemplate:"%s: Search results title",descriptionTemplate:"%s: Search results description",noIndex:!0,noFollow:!0,bodyH1:"Showing results for:"}},theme:"custom-theme",platform:"vtex",api:{storeId:"storeframework",workspace:"master",subDomainPrefix:["www"],environment:"vtexcommercestable",hideUnavailableItems:!1,showSponsored:!1,incrementAddress:!0},session:{currency:{code:"USD",symbol:"$"},locale:"en-US",channel:'{"salesChannel":"1","regionId":"","hasOnlyDefaultSalesChannel":"true"}',country:"USA",deliveryMode:null,addressType:null,postalCode:null,geoCoordinates:null,b2b:null,person:null,marketingData:{utmCampaign:"",utmMedium:"",utmSource:"",utmiCampaign:"",utmiPart:"",utmiPage:""}},cart:{id:"",items:[],messages:[],shouldSplitItem:!0},storeUrl:"https://vtexfaststore.com",secureSubdomain:"https://secure.vtexfaststore.com",checkoutUrl:"https://secure.vtexfaststore.com/checkout",loginUrl:"https://secure.vtexfaststore.com/api/io/login",accountUrl:"https://secure.vtexfaststore.com/api/io/account",previewRedirects:{home:"/",plp:"/office",search:"/s?q=headphone",pdp:"/apple-magic-mouse/p"},lighthouse:{server:process.env.BASE_SITE_URL||"http://localhost:3000",pages:{home:"/",pdp:"/4k-philips-monitor-99988213/p",collection:"/office"}},cypress:{pages:{home:"/",pdp:"/4k-philips-monitor-99988213/p",collection:"/office",collection_2:"/technology",collection_filtered:"/office/?category-1=office&marca=acer&facets=category-1%2Cmarca",search:"/s?q=orange"}},analytics:{gtmContainerId:"GTM-PGHZ95N"},cms:{data:process.env.CMS_DATA},experimental:{cypressVersion:12,enableCypressExtension:!1,noRobots:!1,noindex:!1,nofollow:!1,preact:!1,enableRedirects:!1,enableSearchSSR:!1,enableVtexAssetsLoader:!1,graphqlCacheControl:{maxAge:0,staleWhileRevalidate:60}}}},11506:(e,t,o)=>{let s=o(34708),r=o(26786),a=o(56330),l=a(s,r);e.exports=l},26786:e=>{e.exports={}}};
|
|
1
|
+
exports.id=1506,exports.ids=[1506],exports.modules={34708:e=>{e.exports={seo:{title:"FastStore Starter",description:"Fast Demo Store",titleTemplate:"%s | FastStore",author:"Store Framework",name:"FastStore",publisherId:"",plp:{titleTemplate:"%s | FastStore PLP",descriptionTemplate:"%s products on FastStore Product Listing Page"},pdp:{titleTemplate:"%s | FastStore PDP",descriptionTemplate:"%s products on FastStore Product Detail Page"},search:{titleTemplate:"%s: Search results title",descriptionTemplate:"%s: Search results description",noIndex:!0,noFollow:!0,bodyH1:"Showing results for:"}},theme:"custom-theme",platform:"vtex",api:{storeId:"storeframework",workspace:"master",subDomainPrefix:["www"],environment:"vtexcommercestable",hideUnavailableItems:!1,showSponsored:!1,incrementAddress:!0},session:{currency:{code:"USD",symbol:"$"},locale:"en-US",channel:'{"salesChannel":"1","regionId":"","hasOnlyDefaultSalesChannel":"true"}',country:"USA",deliveryMode:null,addressType:null,postalCode:null,geoCoordinates:null,b2b:null,person:null,marketingData:{utmCampaign:"",utmMedium:"",utmSource:"",utmiCampaign:"",utmiPart:"",utmiPage:""}},cart:{id:"",items:[],messages:[],shouldSplitItem:!0},storeUrl:"https://vtexfaststore.com",secureSubdomain:"https://secure.vtexfaststore.com",checkoutUrl:"https://secure.vtexfaststore.com/checkout",loginUrl:"https://secure.vtexfaststore.com/api/io/login",accountUrl:"https://secure.vtexfaststore.com/api/io/account",previewRedirects:{home:"/",plp:"/office",search:"/s?q=headphone",pdp:"/apple-magic-mouse/p"},lighthouse:{server:process.env.BASE_SITE_URL||"http://localhost:3000",pages:{home:"/",pdp:"/4k-philips-monitor-99988213/p",collection:"/office"}},cypress:{pages:{home:"/",pdp:"/4k-philips-monitor-99988213/p",collection:"/office",collection_2:"/technology",collection_filtered:"/office/?category-1=office&marca=acer&facets=category-1%2Cmarca",search:"/s?q=orange"}},analytics:{gtmContainerId:"GTM-PGHZ95N"},cms:{data:process.env.CMS_DATA},experimental:{cypressVersion:12,enableCypressExtension:!1,noRobots:!1,noindex:!1,nofollow:!1,preact:!1,enableRedirects:!1,enableSearchSSR:!1,enableFaststoreMyAccount:!1,enableVtexAssetsLoader:!1,graphqlCacheControl:{maxAge:0,staleWhileRevalidate:60}}}},11506:(e,t,o)=>{let s=o(34708),r=o(26786),a=o(56330),l=a(s,r);e.exports=l},26786:e=>{e.exports={}}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
exports.id=8646,exports.ids=[8646],exports.modules={32369:e=>{e.exports={seo:{title:"FastStore Starter",description:"Fast Demo Store",titleTemplate:"%s | FastStore",author:"Store Framework",name:"FastStore",publisherId:"",plp:{titleTemplate:"%s | FastStore PLP",descriptionTemplate:"%s products on FastStore Product Listing Page"},pdp:{titleTemplate:"%s | FastStore PDP",descriptionTemplate:"%s products on FastStore Product Detail Page"},search:{titleTemplate:"%s: Search results title",descriptionTemplate:"%s: Search results description",noIndex:!0,noFollow:!0,bodyH1:"Showing results for:"}},theme:"custom-theme",platform:"vtex",api:{storeId:"storeframework",workspace:"master",subDomainPrefix:["www"],environment:"vtexcommercestable",hideUnavailableItems:!1,showSponsored:!1,incrementAddress:!0},session:{currency:{code:"USD",symbol:"$"},locale:"en-US",channel:'{"salesChannel":"1","regionId":"","hasOnlyDefaultSalesChannel":"true"}',country:"USA",deliveryMode:null,addressType:null,postalCode:null,geoCoordinates:null,b2b:null,person:null,marketingData:{utmCampaign:"",utmMedium:"",utmSource:"",utmiCampaign:"",utmiPart:"",utmiPage:""}},cart:{id:"",items:[],messages:[],shouldSplitItem:!0},storeUrl:"https://vtexfaststore.com",secureSubdomain:"https://secure.vtexfaststore.com",checkoutUrl:"https://secure.vtexfaststore.com/checkout",loginUrl:"https://secure.vtexfaststore.com/api/io/login",accountUrl:"https://secure.vtexfaststore.com/api/io/account",previewRedirects:{home:"/",plp:"/office",search:"/s?q=headphone",pdp:"/apple-magic-mouse/p"},lighthouse:{server:process.env.BASE_SITE_URL||"http://localhost:3000",pages:{home:"/",pdp:"/4k-philips-monitor-99988213/p",collection:"/office"}},cypress:{pages:{home:"/",pdp:"/4k-philips-monitor-99988213/p",collection:"/office",collection_2:"/technology",collection_filtered:"/office/?category-1=office&marca=acer&facets=category-1%2Cmarca",search:"/s?q=orange"}},analytics:{gtmContainerId:"GTM-PGHZ95N"},cms:{data:process.env.CMS_DATA},experimental:{cypressVersion:12,enableCypressExtension:!1,noRobots:!1,noindex:!1,nofollow:!1,preact:!1,enableRedirects:!1,enableSearchSSR:!1,enableVtexAssetsLoader:!1,graphqlCacheControl:{maxAge:0,staleWhileRevalidate:60}}}},48646:(e,t,o)=>{let s=o(32369),r=o(96911),a=o(56330),l=a(s,r);e.exports=l},96911:e=>{e.exports={}}};
|
|
1
|
+
exports.id=8646,exports.ids=[8646],exports.modules={32369:e=>{e.exports={seo:{title:"FastStore Starter",description:"Fast Demo Store",titleTemplate:"%s | FastStore",author:"Store Framework",name:"FastStore",publisherId:"",plp:{titleTemplate:"%s | FastStore PLP",descriptionTemplate:"%s products on FastStore Product Listing Page"},pdp:{titleTemplate:"%s | FastStore PDP",descriptionTemplate:"%s products on FastStore Product Detail Page"},search:{titleTemplate:"%s: Search results title",descriptionTemplate:"%s: Search results description",noIndex:!0,noFollow:!0,bodyH1:"Showing results for:"}},theme:"custom-theme",platform:"vtex",api:{storeId:"storeframework",workspace:"master",subDomainPrefix:["www"],environment:"vtexcommercestable",hideUnavailableItems:!1,showSponsored:!1,incrementAddress:!0},session:{currency:{code:"USD",symbol:"$"},locale:"en-US",channel:'{"salesChannel":"1","regionId":"","hasOnlyDefaultSalesChannel":"true"}',country:"USA",deliveryMode:null,addressType:null,postalCode:null,geoCoordinates:null,b2b:null,person:null,marketingData:{utmCampaign:"",utmMedium:"",utmSource:"",utmiCampaign:"",utmiPart:"",utmiPage:""}},cart:{id:"",items:[],messages:[],shouldSplitItem:!0},storeUrl:"https://vtexfaststore.com",secureSubdomain:"https://secure.vtexfaststore.com",checkoutUrl:"https://secure.vtexfaststore.com/checkout",loginUrl:"https://secure.vtexfaststore.com/api/io/login",accountUrl:"https://secure.vtexfaststore.com/api/io/account",previewRedirects:{home:"/",plp:"/office",search:"/s?q=headphone",pdp:"/apple-magic-mouse/p"},lighthouse:{server:process.env.BASE_SITE_URL||"http://localhost:3000",pages:{home:"/",pdp:"/4k-philips-monitor-99988213/p",collection:"/office"}},cypress:{pages:{home:"/",pdp:"/4k-philips-monitor-99988213/p",collection:"/office",collection_2:"/technology",collection_filtered:"/office/?category-1=office&marca=acer&facets=category-1%2Cmarca",search:"/s?q=orange"}},analytics:{gtmContainerId:"GTM-PGHZ95N"},cms:{data:process.env.CMS_DATA},experimental:{cypressVersion:12,enableCypressExtension:!1,noRobots:!1,noindex:!1,nofollow:!1,preact:!1,enableRedirects:!1,enableSearchSSR:!1,enableFaststoreMyAccount:!1,enableVtexAssetsLoader:!1,graphqlCacheControl:{maxAge:0,staleWhileRevalidate:60}}}},48646:(e,t,o)=>{let s=o(32369),r=o(96911),a=o(56330),l=a(s,r);e.exports=l},96911:e=>{e.exports={}}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":1,"functions":{"/404":{},"/500":{},"/[...slug]":{},"/[slug]/p":{},"/account":{},"/checkout":{},"/":{},"/login":{},"/s":{}}}
|
|
1
|
+
{"version":1,"functions":{"/404":{},"/500":{},"/[...slug]":{},"/account":{},"/[slug]/p":{},"/account/profile":{},"/checkout":{},"/":{},"/login":{},"/s":{}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
self.__BUILD_MANIFEST={polyfillFiles:["static/chunks/polyfills-c67a75d1b6f99dc8.js"],devFiles:[],ampDevFiles:[],lowPriorityFiles:["static/
|
|
1
|
+
self.__BUILD_MANIFEST={polyfillFiles:["static/chunks/polyfills-c67a75d1b6f99dc8.js"],devFiles:[],ampDevFiles:[],lowPriorityFiles:["static/go585duKn6vmUmdZiKusb/_buildManifest.js","static/go585duKn6vmUmdZiKusb/_ssgManifest.js"],rootMainFiles:[],pages:{"/":["static/chunks/webpack-1cd1c4aa7f418483.js","static/chunks/framework-807b0f81cbc129f0.js","static/chunks/main-5569625b3fdd6741.js","static/chunks/6167-ecb49640dcb9d566.js","static/css/b0c0e0632c5d7f52.css","static/chunks/6335-2bf379c0870c440e.js","static/css/b1806cbafd0c1f81.css","static/chunks/pages/index-d36123e232b889d8.js"],"/404":["static/chunks/webpack-1cd1c4aa7f418483.js","static/chunks/framework-807b0f81cbc129f0.js","static/chunks/main-5569625b3fdd6741.js","static/chunks/6167-ecb49640dcb9d566.js","static/css/b0c0e0632c5d7f52.css","static/chunks/6335-2bf379c0870c440e.js","static/css/2980acad3f8e1028.css","static/chunks/pages/404-8e61ea158e7b314c.js"],"/500":["static/chunks/webpack-1cd1c4aa7f418483.js","static/chunks/framework-807b0f81cbc129f0.js","static/chunks/main-5569625b3fdd6741.js","static/chunks/6167-ecb49640dcb9d566.js","static/css/b0c0e0632c5d7f52.css","static/chunks/6335-2bf379c0870c440e.js","static/css/2980acad3f8e1028.css","static/chunks/pages/500-68f51177e64de6e7.js"],"/[...slug]":["static/chunks/webpack-1cd1c4aa7f418483.js","static/chunks/framework-807b0f81cbc129f0.js","static/chunks/main-5569625b3fdd6741.js","static/chunks/6167-ecb49640dcb9d566.js","static/css/b0c0e0632c5d7f52.css","static/chunks/6335-2bf379c0870c440e.js","static/css/2841bab51b99dd53.css","static/chunks/4625-4befc256b42bee75.js","static/chunks/pages/[...slug]-f4fd6c8d7dc53f8f.js"],"/[slug]/p":["static/chunks/webpack-1cd1c4aa7f418483.js","static/chunks/framework-807b0f81cbc129f0.js","static/chunks/main-5569625b3fdd6741.js","static/chunks/6167-ecb49640dcb9d566.js","static/chunks/5259-90f7ef92cf24e49a.js","static/css/b0c0e0632c5d7f52.css","static/chunks/6335-2bf379c0870c440e.js","static/chunks/7498-49bf89838314b503.js","static/css/a3ca6a9b63f657be.css","static/css/62a5153ac7061286.css","static/chunks/4349-24e224a3b1307f65.js","static/css/b5bf49598c8f8b66.css","static/chunks/pages/[slug]/p-2e02254149cef33d.js"],"/_app":["static/chunks/webpack-1cd1c4aa7f418483.js","static/chunks/framework-807b0f81cbc129f0.js","static/chunks/main-5569625b3fdd6741.js","static/css/0a57ee6c7a57788c.css","static/chunks/pages/_app-012e51403727ae6a.js"],"/_error":["static/chunks/webpack-1cd1c4aa7f418483.js","static/chunks/framework-807b0f81cbc129f0.js","static/chunks/main-5569625b3fdd6741.js","static/chunks/pages/_error-f432276d5ac8f150.js"],"/account":["static/chunks/webpack-1cd1c4aa7f418483.js","static/chunks/framework-807b0f81cbc129f0.js","static/chunks/main-5569625b3fdd6741.js","static/chunks/6167-ecb49640dcb9d566.js","static/css/b0c0e0632c5d7f52.css","static/chunks/6335-2bf379c0870c440e.js","static/chunks/pages/account-32bc9db3fea9b0c4.js"],"/account/profile":["static/chunks/webpack-1cd1c4aa7f418483.js","static/chunks/framework-807b0f81cbc129f0.js","static/chunks/main-5569625b3fdd6741.js","static/chunks/6167-ecb49640dcb9d566.js","static/css/b0c0e0632c5d7f52.css","static/chunks/6335-2bf379c0870c440e.js","static/css/249b9deaabc0d32d.css","static/chunks/pages/account/profile-1fdb500de8f12b3a.js"],"/checkout":["static/chunks/webpack-1cd1c4aa7f418483.js","static/chunks/framework-807b0f81cbc129f0.js","static/chunks/main-5569625b3fdd6741.js","static/chunks/6167-ecb49640dcb9d566.js","static/css/b0c0e0632c5d7f52.css","static/chunks/6335-2bf379c0870c440e.js","static/chunks/pages/checkout-0dfe0dc9cee443ba.js"],"/login":["static/chunks/webpack-1cd1c4aa7f418483.js","static/chunks/framework-807b0f81cbc129f0.js","static/chunks/main-5569625b3fdd6741.js","static/chunks/6167-ecb49640dcb9d566.js","static/css/b0c0e0632c5d7f52.css","static/chunks/6335-2bf379c0870c440e.js","static/css/2980acad3f8e1028.css","static/chunks/pages/login-b59ea5561defc0d4.js"],"/s":["static/chunks/webpack-1cd1c4aa7f418483.js","static/chunks/framework-807b0f81cbc129f0.js","static/chunks/main-5569625b3fdd6741.js","static/chunks/6167-ecb49640dcb9d566.js","static/css/b0c0e0632c5d7f52.css","static/chunks/6335-2bf379c0870c440e.js","static/css/2841bab51b99dd53.css","static/chunks/4625-4befc256b42bee75.js","static/css/2980acad3f8e1028.css","static/chunks/pages/s-ffb46af7067b79b1.js"]},ampFirstPages:[]};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var e={};e.id=2771,e.ids=[2771,2888,660],e.modules={18538:(e,t,r)=>{"use strict";r.d(t,{Z:()=>MyAccountLayout_MyAccountLayout});var s=r(40727),a=r(83339),c=r(74444),n=r(82690),i=r.n(n),o=r(36259),u=r(20997);let Nav=({items:e})=>{let t=(0,c.useRouter)(),r=t.pathname;return u.jsx("ul",{className:i().nav,children:e.map(({route:e,title:t})=>u.jsx("li",{className:i().navItem,"data-is-selected":r===e,children:u.jsx(s.Z,{href:e,tabIndex:0,children:t})},e))})},MyAccountMenu_MyAccountMenu=({avatarImageUrl:e,accountName:t,items:r})=>{let{isDesktop:s}=(0,o.Z)();return(0,u.jsxs)("div",{className:i().menu,children:[s?(0,u.jsxs)("div",{className:i().account,children:[(0,u.jsxs)("div",{className:i().avatarContainer,children:[e?u.jsx("img",{className:i().avatar,src:e}):u.jsx("span",{className:i().avatar,children:t[0]}),u.jsx("h2",{children:t})]}),u.jsx(a.Z,{className:i().switchButton,variant:"secondary",size:"small",children:"Switch"})]}):null,u.jsx(Nav,{items:r})]})},l=[{title:"Profile",route:"/account/profile"},{title:"Orders",route:"/account/orders"},{title:"User Details",route:"/account/user-details"},{title:"Security",route:"/account/security"}],p=function({routes:e}){return[...l,...e]}({routes:[]}),MyAccountLayout_MyAccountLayout=({children:e})=>(0,u.jsxs)("div",{className:i().layout,children:[u.jsx(MyAccountMenu_MyAccountMenu,{accountName:"Mocked Username",items:p}),e]})},74561:(e,t,r)=>{"use strict";r.d(t,{N:()=>getServerSideProps});var s=r(80608),a=r(11715);let getServerSideProps=async({previewData:e})=>{let[t,r,c]=(0,s.Tc)(e),[n,i,o]=await Promise.all([t,r,c]),u=(0,a.z)({globalSections:n,globalSectionsHeader:i,globalSectionsFooter:o});return{props:{globalSections:u}}}},10507:(e,t,r)=>{"use strict";r.a(e,async(e,s)=>{try{r.r(t),r.d(t,{default:()=>Profile,getServerSideProps:()=>u.N});var a=r(16641),c=r(18538),n=r(75938),i=r(595),o=r(56283),u=r(74561),l=r(20997),p=e([i,n]);function ownKeys(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);t&&(s=s.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),r.push.apply(r,s)}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 s;s=r[t],t in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s}):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,n]=p.then?(await p)():p;let d=_objectSpread(_objectSpread({},i.Z),o.Z),_={alignContent:"center",justifyContent:"center",alignItems:"center",display:"flex",h1:{fontSize:"100px"}};function Profile({globalSections:e}){return(0,l.jsxs)(n.Z,{globalSections:e.sections,components:d,children:[l.jsx(a.NextSeo,{noindex:!0,nofollow:!0}),l.jsx(c.Z,{children:l.jsx("div",{style:_,children:l.jsx("h1",{style:_.h1,children:"Profile"})})})]})}s()}catch(e){s(e)}})},82690:e=>{e.exports={layout:"section_layout__QJ4xs",menu:"section_menu__WKZdl",account:"section_account__YjCAC",avatarContainer:"section_avatarContainer__1RMsJ",switchButton:"section_switchButton__ul06M",nav:"section_nav__Jjee8",navItem:"section_navItem__yr27R",avatar:"section_avatar__IQLo8"}},73832:(e,t,r)=>{"use strict";r.a(e,async(e,s)=>{try{r.r(t),r.d(t,{config:()=>x,default:()=>p,getServerSideProps:()=>m,getStaticPaths:()=>_,getStaticProps:()=>d,reportWebVitals:()=>v,routeModule:()=>g,unstable_getServerProps:()=>j,unstable_getServerSideProps:()=>f,unstable_getStaticParams:()=>h,unstable_getStaticPaths:()=>b,unstable_getStaticProps:()=>y});var a=r(9339),c=r(50958),n=r(55365),i=r(86291),o=r(29594),u=r(10507),l=e([u,i]);[u,i]=l.then?(await l)():l;let p=(0,n.l)(u,"default"),d=(0,n.l)(u,"getStaticProps"),_=(0,n.l)(u,"getStaticPaths"),m=(0,n.l)(u,"getServerSideProps"),x=(0,n.l)(u,"config"),v=(0,n.l)(u,"reportWebVitals"),y=(0,n.l)(u,"unstable_getStaticProps"),b=(0,n.l)(u,"unstable_getStaticPaths"),h=(0,n.l)(u,"unstable_getStaticParams"),j=(0,n.l)(u,"unstable_getServerProps"),f=(0,n.l)(u,"unstable_getServerSideProps"),g=new a.PagesRouteModule({definition:{kind:c.x.PAGES,page:"/account/profile",pathname:"/account/profile",bundlePath:"",filename:""},components:{App:o.default,Document:i.default},userland:u});s()}catch(e){s(e)}})},16676:e=>{"use strict";e.exports=require("@vtex/client-cms")},56330:e=>{"use strict";e.exports=require("deepmerge")},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")},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")},20997:e=>{"use strict";e.exports=require("react/jsx-runtime")},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")},71017:e=>{"use strict";e.exports=require("path")},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,[298,4444,3105,9380,7337,8355,1506,9594,6291,7675,4289],()=>__webpack_exec__(73832));module.exports=r})();
|
|
@@ -0,0 +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/atoms/Textarea/Textarea.js","../../../../../components/dist/esm/atoms/Textarea/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/ModalFooter.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/RatingField/RatingField.js","../../../../../components/dist/esm/molecules/RatingField/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/TextareaField/TextareaField.js","../../../../../components/dist/esm/molecules/TextareaField/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/molecules/Tooltip/Tooltip.js","../../../../../components/dist/esm/molecules/Tooltip/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/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/@builder.io/partytown","../../../../node_modules/@vtex/client-cms","../../../../node_modules/deepmerge","../../../../node_modules/next","../../../../node_modules/next-seo","../../../../node_modules/react","../../../../node_modules/react-dom","../../../../node_modules/react-intersection-observer","../../../../node_modules/swr","../../../../package.json","../../../../src/components/search/SearchDropdown/index.ts","../../../../src/components/ui/Button/index.ts","../../../package.json","../../chunks/1153.js","../../chunks/1246.js","../../chunks/1280.js","../../chunks/1506.js","../../chunks/1650.js","../../chunks/1990.js","../../chunks/2032.js","../../chunks/2295.js","../../chunks/2880.js","../../chunks/298.js","../../chunks/3105.js","../../chunks/3117.js","../../chunks/3529.js","../../chunks/3675.js","../../chunks/3684.js","../../chunks/3779.js","../../chunks/3922.js","../../chunks/3979.js","../../chunks/4216.js","../../chunks/4289.js","../../chunks/4444.js","../../chunks/4451.js","../../chunks/4746.js","../../chunks/5071.js","../../chunks/5080.js","../../chunks/5146.js","../../chunks/5284.js","../../chunks/563.js","../../chunks/6076.js","../../chunks/6198.js","../../chunks/6291.js","../../chunks/6335.js","../../chunks/674.js","../../chunks/6866.js","../../chunks/7169.js","../../chunks/7228.js","../../chunks/7337.js","../../chunks/7468.js","../../chunks/7668.js","../../chunks/7675.js","../../chunks/7819.js","../../chunks/7986.js","../../chunks/804.js","../../chunks/8355.js","../../chunks/8562.js","../../chunks/8640.js","../../chunks/8646.js","../../chunks/8737.js","../../chunks/8924.js","../../chunks/9019.js","../../chunks/9068.js","../../chunks/9088.js","../../chunks/9130.js","../../chunks/938.js","../../chunks/9380.js","../../chunks/9570.js","../../chunks/9594.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=7966,e.ids=[7966,2888,660],e.modules={
|
|
1
|
+
"use strict";(()=>{var e={};e.id=7966,e.ids=[7966,2888,660],e.modules={74561:(e,t,r)=>{r.d(t,{N:()=>getServerSideProps});var o=r(80608),a=r(11715);let getServerSideProps=async({previewData:e})=>{let[t,r,s]=(0,o.Tc)(e),[n,i,c]=await Promise.all([t,r,s]),l=(0,a.z)({globalSections:n,globalSectionsHeader:i,globalSectionsFooter:c});return{props:{globalSections:l}}}},80032:(e,t,r)=>{r.a(e,async(e,o)=>{try{r.r(t),r.d(t,{default:()=>__WEBPACK_DEFAULT_EXPORT__,getServerSideProps:()=>u.N});var a=r(16641),s=r(16689),n=r(75938),i=r(595),c=r(56283),l=r(11506),p=r.n(l),u=r(74561),d=r(74444),b=r(20997),g=e([i,n]);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}[i,n]=g.then?(await g)():g;let P=_objectSpread(_objectSpread({},i.Z),c.Z),__WEBPACK_DEFAULT_EXPORT__=function({globalSections:e}){let t=(0,d.useRouter)();return(0,s.useEffect)(()=>{p().experimental.enableFaststoreMyAccount?t.push("/account/profile"):window.location.href=`${p().accountUrl}${window.location.search}`},[]),(0,b.jsxs)(n.Z,{globalSections:e.sections,components:P,children:[b.jsx(a.NextSeo,{noindex:!0,nofollow:!0}),b.jsx("div",{children:"loading..."})]})};o()}catch(e){o(e)}})},42949:(e,t,r)=>{r.a(e,async(e,o)=>{try{r.r(t),r.d(t,{config:()=>P,default:()=>u,getServerSideProps:()=>g,getStaticPaths:()=>b,getStaticProps:()=>d,reportWebVitals:()=>S,routeModule:()=>w,unstable_getServerProps:()=>m,unstable_getServerSideProps:()=>v,unstable_getStaticParams:()=>x,unstable_getStaticPaths:()=>f,unstable_getStaticProps:()=>_});var a=r(9339),s=r(50958),n=r(55365),i=r(86291),c=r(29594),l=r(80032),p=e([l,i]);[l,i]=p.then?(await p)():p;let u=(0,n.l)(l,"default"),d=(0,n.l)(l,"getStaticProps"),b=(0,n.l)(l,"getStaticPaths"),g=(0,n.l)(l,"getServerSideProps"),P=(0,n.l)(l,"config"),S=(0,n.l)(l,"reportWebVitals"),_=(0,n.l)(l,"unstable_getStaticProps"),f=(0,n.l)(l,"unstable_getStaticPaths"),x=(0,n.l)(l,"unstable_getStaticParams"),m=(0,n.l)(l,"unstable_getServerProps"),v=(0,n.l)(l,"unstable_getServerSideProps"),w=new a.PagesRouteModule({definition:{kind:s.x.PAGES,page:"/account",pathname:"/account",bundlePath:"",filename:""},components:{App:c.default,Document:i.default},userland:l});o()}catch(e){o(e)}})},16676:e=>{e.exports=require("@vtex/client-cms")},56330:e=>{e.exports=require("deepmerge")},16641:e=>{e.exports=require("next-seo")},62785:e=>{e.exports=require("next/dist/compiled/next-server/pages.runtime.prod.js")},16689:e=>{e.exports=require("react")},66405:e=>{e.exports=require("react-dom")},19785:e=>{e.exports=require("react-intersection-observer")},20997:e=>{e.exports=require("react/jsx-runtime")},14037:e=>{e.exports=import("@builder.io/partytown/react")},15941:e=>{e.exports=import("swr")},57147:e=>{e.exports=require("fs")},71017:e=>{e.exports=require("path")},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,[298,4444,3105,9380,7337,8355,1506,9594,6291,7675,4289],()=>__webpack_exec__(42949));module.exports=r})();
|
|
@@ -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="generated-at" content="2025-04-
|
|
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-04-09T21:36:23.009Z"/><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=
|
|
@@ -25,4 +25,4 @@
|
|
|
25
25
|
workspace: 'master'
|
|
26
26
|
});
|
|
27
27
|
</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 */
|
|
28
|
-
!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/0a57ee6c7a57788c.css" as="style" crossorigin=""/><link rel="stylesheet" href="/_next/static/css/0a57ee6c7a57788c.css" crossorigin="" data-n-g=""/><link rel="preload" href="/_next/static/css/b0c0e0632c5d7f52.css" as="style" crossorigin=""/><link rel="stylesheet" href="/_next/static/css/b0c0e0632c5d7f52.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-
|
|
28
|
+
!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/0a57ee6c7a57788c.css" as="style" crossorigin=""/><link rel="stylesheet" href="/_next/static/css/0a57ee6c7a57788c.css" crossorigin="" data-n-g=""/><link rel="preload" href="/_next/static/css/b0c0e0632c5d7f52.css" as="style" crossorigin=""/><link rel="stylesheet" href="/_next/static/css/b0c0e0632c5d7f52.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-1cd1c4aa7f418483.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/framework-807b0f81cbc129f0.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/main-5569625b3fdd6741.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/pages/_app-012e51403727ae6a.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/6167-ecb49640dcb9d566.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/6335-2bf379c0870c440e.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/pages/404-8e61ea158e7b314c.js" defer="" crossorigin=""></script><script src="/_next/static/go585duKn6vmUmdZiKusb/_buildManifest.js" defer="" crossorigin=""></script><script src="/_next/static/go585duKn6vmUmdZiKusb/_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":"983ca18d-1482-11f0-b37f-e110198baa70","name":"404 Error","type":"404","status":"published","versionId":"9a9baead-1482-11f0-b37f-f2a9279e9f63","versionStatus":"published","sections":[{"id":"c7fc788b-c0be-455c-a953-a2ae19b0ca1d","name":"EmptyState","data":{"titleIcon":{"icon":"CircleWavyWarning","alt":"Circle Wavy Warning"},"showLoader":false,"errorState":{"errorId":{},"fromUrl":{"show":true,"description":"This app could not find url"}},"title":"Not Found: 404!"}}]},"globalSections":{"id":"962a7773-1482-11f0-b37f-8c36bb18d2b3","name":"Global Sections","type":"globalSections","status":"published","versionId":"1bed2716-397d-4632-a671-2675cd613147","versionStatus":"published","sections":[{"id":"a426dc2f-3ae6-4951-8466-cf88534b83e7","name":"Alert","data":{"link":{"text":"Buy now","to":"/office"},"dismissible":true,"icon":"BellRinging","content":"Get 15% off today: NEW15!"}},{"id":"5d447cb2-9175-4a52-90c6-bd1ed518d966","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"},"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":"897b0dfa-5da0-4a68-aa93-e6ec5032c817","name":"RegionBar","data":{"icon":{"icon":"MapPin","alt":"Map Pin icon"},"label":"Set your location","editLabel":"Edit","buttonIcon":{"icon":"CaretRight","alt":"Caret Right icon"}}},{"id":"748c1ef3-9684-48b2-8153-1902ad71ff6b","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":"d4117c2b-4081-4b9a-b5b9-2251a0b46756","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","buttonActionText":"Apply"},"idkPostalCodeLink":{"text":"I don't know my Postal Code","icon":{"icon":"ArrowSquareOut","alt":"Arrow Square Out icon"}}}},{"id":"e64ccc72-aca1-488b-aac4-096dc750ee70","name":"Children","data":{}},{"id":"e0338a6b-ad72-4069-b8b3-39d2d4747a7f","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":"/404","query":{},"buildId":"go585duKn6vmUmdZiKusb","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="generated-at" content="2025-04-
|
|
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-04-09T21:36:23.030Z"/><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=
|
|
@@ -25,4 +25,4 @@
|
|
|
25
25
|
workspace: 'master'
|
|
26
26
|
});
|
|
27
27
|
</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 */
|
|
28
|
-
!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/0a57ee6c7a57788c.css" as="style" crossorigin=""/><link rel="stylesheet" href="/_next/static/css/0a57ee6c7a57788c.css" crossorigin="" data-n-g=""/><link rel="preload" href="/_next/static/css/b0c0e0632c5d7f52.css" as="style" crossorigin=""/><link rel="stylesheet" href="/_next/static/css/b0c0e0632c5d7f52.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-
|
|
28
|
+
!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/0a57ee6c7a57788c.css" as="style" crossorigin=""/><link rel="stylesheet" href="/_next/static/css/0a57ee6c7a57788c.css" crossorigin="" data-n-g=""/><link rel="preload" href="/_next/static/css/b0c0e0632c5d7f52.css" as="style" crossorigin=""/><link rel="stylesheet" href="/_next/static/css/b0c0e0632c5d7f52.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-1cd1c4aa7f418483.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/framework-807b0f81cbc129f0.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/main-5569625b3fdd6741.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/pages/_app-012e51403727ae6a.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/6167-ecb49640dcb9d566.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/6335-2bf379c0870c440e.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/pages/500-68f51177e64de6e7.js" defer="" crossorigin=""></script><script src="/_next/static/go585duKn6vmUmdZiKusb/_buildManifest.js" defer="" crossorigin=""></script><script src="/_next/static/go585duKn6vmUmdZiKusb/_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":"9548c593-1482-11f0-b37f-90d5b139557b","name":"500 Error","type":"500","status":"published","versionId":"988734b1-1482-11f0-b37f-ae9d1a17b1c3","versionStatus":"published","sections":[{"id":"14d6d520-19a4-4d7b-8505-9c93e4a12c80","name":"EmptyState","data":{"titleIcon":{"icon":"CircleWavyWarning","alt":"Circle Wavy Warning"},"showLoader":false,"errorState":{"errorId":{"description":"The server errored with id","show":true},"fromUrl":{"show":true,"description":"when visiting page"}},"title":"500","subtitle":"Internal Server Error!!!!"}}]},"globalSections":{"id":"962a7773-1482-11f0-b37f-8c36bb18d2b3","name":"Global Sections","type":"globalSections","status":"published","versionId":"1bed2716-397d-4632-a671-2675cd613147","versionStatus":"published","sections":[{"id":"a426dc2f-3ae6-4951-8466-cf88534b83e7","name":"Alert","data":{"link":{"text":"Buy now","to":"/office"},"dismissible":true,"icon":"BellRinging","content":"Get 15% off today: NEW15!"}},{"id":"5d447cb2-9175-4a52-90c6-bd1ed518d966","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"},"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":"897b0dfa-5da0-4a68-aa93-e6ec5032c817","name":"RegionBar","data":{"icon":{"icon":"MapPin","alt":"Map Pin icon"},"label":"Set your location","editLabel":"Edit","buttonIcon":{"icon":"CaretRight","alt":"Caret Right icon"}}},{"id":"748c1ef3-9684-48b2-8153-1902ad71ff6b","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":"d4117c2b-4081-4b9a-b5b9-2251a0b46756","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","buttonActionText":"Apply"},"idkPostalCodeLink":{"text":"I don't know my Postal Code","icon":{"icon":"ArrowSquareOut","alt":"Arrow Square Out icon"}}}},{"id":"e64ccc72-aca1-488b-aac4-096dc750ee70","name":"Children","data":{}},{"id":"e0338a6b-ad72-4069-b8b3-39d2d4747a7f","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":"/500","query":{},"buildId":"go585duKn6vmUmdZiKusb","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="generated-at" content="2025-04-
|
|
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-04-09T21:36:23.150Z"/><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=
|
|
@@ -25,4 +25,4 @@
|
|
|
25
25
|
workspace: 'master'
|
|
26
26
|
});
|
|
27
27
|
</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 */
|
|
28
|
-
!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/0a57ee6c7a57788c.css" as="style" crossorigin=""/><link rel="stylesheet" href="/_next/static/css/0a57ee6c7a57788c.css" crossorigin="" data-n-g=""/><link rel="preload" href="/_next/static/css/b0c0e0632c5d7f52.css" as="style" crossorigin=""/><link rel="stylesheet" href="/_next/static/css/b0c0e0632c5d7f52.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-
|
|
28
|
+
!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/0a57ee6c7a57788c.css" as="style" crossorigin=""/><link rel="stylesheet" href="/_next/static/css/0a57ee6c7a57788c.css" crossorigin="" data-n-g=""/><link rel="preload" href="/_next/static/css/b0c0e0632c5d7f52.css" as="style" crossorigin=""/><link rel="stylesheet" href="/_next/static/css/b0c0e0632c5d7f52.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-1cd1c4aa7f418483.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/framework-807b0f81cbc129f0.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/main-5569625b3fdd6741.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/pages/_app-012e51403727ae6a.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/6167-ecb49640dcb9d566.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/6335-2bf379c0870c440e.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/pages/checkout-0dfe0dc9cee443ba.js" defer="" crossorigin=""></script><script src="/_next/static/go585duKn6vmUmdZiKusb/_buildManifest.js" defer="" crossorigin=""></script><script src="/_next/static/go585duKn6vmUmdZiKusb/_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>loading...</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":{"globalSections":{"id":"962a7773-1482-11f0-b37f-8c36bb18d2b3","name":"Global Sections","type":"globalSections","status":"published","versionId":"1bed2716-397d-4632-a671-2675cd613147","versionStatus":"published","sections":[{"id":"a426dc2f-3ae6-4951-8466-cf88534b83e7","name":"Alert","data":{"link":{"text":"Buy now","to":"/office"},"dismissible":true,"icon":"BellRinging","content":"Get 15% off today: NEW15!"}},{"id":"5d447cb2-9175-4a52-90c6-bd1ed518d966","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"},"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":"897b0dfa-5da0-4a68-aa93-e6ec5032c817","name":"RegionBar","data":{"icon":{"icon":"MapPin","alt":"Map Pin icon"},"label":"Set your location","editLabel":"Edit","buttonIcon":{"icon":"CaretRight","alt":"Caret Right icon"}}},{"id":"748c1ef3-9684-48b2-8153-1902ad71ff6b","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":"d4117c2b-4081-4b9a-b5b9-2251a0b46756","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","buttonActionText":"Apply"},"idkPostalCodeLink":{"text":"I don't know my Postal Code","icon":{"icon":"ArrowSquareOut","alt":"Arrow Square Out icon"}}}},{"id":"e64ccc72-aca1-488b-aac4-096dc750ee70","name":"Children","data":{}},{"id":"e0338a6b-ad72-4069-b8b3-39d2d4747a7f","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":"/checkout","query":{},"buildId":"go585duKn6vmUmdZiKusb","isFallback":false,"gsp":true,"locale":"en-US","locales":["en-US"],"defaultLocale":"en-US","scriptLoader":[]}</script></body></html>
|