@faststore/core 2.0.117-alpha.0 → 2.0.120-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +38 -26
- package/CHANGELOG.md +10 -0
- package/cms/faststore/content-types.json +6 -0
- package/cms/faststore/sections.json +8 -0
- package/package.json +3 -3
- package/src/Layout.tsx +2 -24
- package/src/components/cms/GlobalSections.tsx +81 -0
- package/src/components/cms/RenderSections.tsx +39 -0
- package/src/components/common/Alert/Alert.tsx +7 -5
- package/src/components/common/Alert/index.ts +1 -0
- package/src/components/sections/Alert/Alert.tsx +28 -0
- package/src/pages/404.tsx +25 -3
- package/src/pages/500.tsx +25 -3
- package/src/pages/[...slug].tsx +85 -66
- package/src/pages/[slug]/p.tsx +16 -6
- package/src/pages/account.tsx +25 -3
- package/src/pages/checkout.tsx +25 -3
- package/src/pages/index.tsx +20 -10
- package/src/pages/login.tsx +25 -3
- package/src/pages/s.tsx +63 -39
- package/.next/BUILD_ID +0 -1
- package/.next/build-manifest.json +0 -99
- package/.next/cache/.tsbuildinfo +0 -1
- package/.next/cache/config.json +0 -7
- package/.next/cache/eslint/.cache_1gneedd +0 -1
- package/.next/cache/next-server.js.nft.json +0 -1
- package/.next/cache/webpack/client-production/0.pack +0 -0
- package/.next/cache/webpack/client-production/index.pack +0 -0
- package/.next/cache/webpack/server-production/0.pack +0 -0
- package/.next/cache/webpack/server-production/index.pack +0 -0
- package/.next/export-marker.json +0 -1
- package/.next/images-manifest.json +0 -1
- package/.next/next-server.js.nft.json +0 -1
- package/.next/package.json +0 -1
- package/.next/prerender-manifest.json +0 -1
- package/.next/react-loadable-manifest.json +0 -42
- package/.next/required-server-files.json +0 -1
- package/.next/routes-manifest.json +0 -1
- package/.next/server/chunks/120.js +0 -435
- package/.next/server/chunks/123.js +0 -58
- package/.next/server/chunks/1394.js +0 -3801
- package/.next/server/chunks/1597.js +0 -151
- package/.next/server/chunks/1608.js +0 -515
- package/.next/server/chunks/2154.js +0 -206
- package/.next/server/chunks/247.js +0 -61
- package/.next/server/chunks/2502.js +0 -584
- package/.next/server/chunks/2914.js +0 -95
- package/.next/server/chunks/2922.js +0 -7293
- package/.next/server/chunks/3264.js +0 -67
- package/.next/server/chunks/3431.js +0 -7241
- package/.next/server/chunks/350.js +0 -142
- package/.next/server/chunks/3746.js +0 -250
- package/.next/server/chunks/3898.js +0 -240
- package/.next/server/chunks/4312.js +0 -674
- package/.next/server/chunks/4371.js +0 -1424
- package/.next/server/chunks/5098.js +0 -124
- package/.next/server/chunks/5335.js +0 -544
- package/.next/server/chunks/5576.js +0 -79
- package/.next/server/chunks/6280.js +0 -322
- package/.next/server/chunks/6465.js +0 -91
- package/.next/server/chunks/676.js +0 -32
- package/.next/server/chunks/6859.js +0 -959
- package/.next/server/chunks/6881.js +0 -320
- package/.next/server/chunks/6898.js +0 -149
- package/.next/server/chunks/7104.js +0 -235
- package/.next/server/chunks/7181.js +0 -664
- package/.next/server/chunks/7183.js +0 -79
- package/.next/server/chunks/8098.js +0 -246
- package/.next/server/chunks/810.js +0 -432
- package/.next/server/chunks/8287.js +0 -58
- package/.next/server/chunks/9143.js +0 -106
- package/.next/server/chunks/9557.js +0 -119
- package/.next/server/chunks/9854.js +0 -72
- package/.next/server/chunks/font-manifest.json +0 -1
- package/.next/server/font-manifest.json +0 -1
- package/.next/server/middleware-build-manifest.js +0 -1
- package/.next/server/middleware-manifest.json +0 -6
- package/.next/server/middleware-react-loadable-manifest.js +0 -1
- package/.next/server/pages/404.js.nft.json +0 -1
- package/.next/server/pages/500.js.nft.json +0 -1
- package/.next/server/pages/[...slug].js +0 -666
- package/.next/server/pages/[...slug].js.nft.json +0 -1
- package/.next/server/pages/[slug]/p.js +0 -2327
- package/.next/server/pages/[slug]/p.js.nft.json +0 -1
- package/.next/server/pages/_app.js +0 -2454
- package/.next/server/pages/_app.js.nft.json +0 -1
- package/.next/server/pages/_document.js +0 -304
- package/.next/server/pages/_document.js.nft.json +0 -1
- package/.next/server/pages/_error.js +0 -164
- package/.next/server/pages/_error.js.nft.json +0 -1
- package/.next/server/pages/account.js.nft.json +0 -1
- package/.next/server/pages/api/graphql.js +0 -315
- package/.next/server/pages/api/graphql.js.nft.json +0 -1
- package/.next/server/pages/api/preview.js +0 -118
- package/.next/server/pages/api/preview.js.nft.json +0 -1
- package/.next/server/pages/checkout.js.nft.json +0 -1
- package/.next/server/pages/en-US/404.html +0 -81
- package/.next/server/pages/en-US/500.html +0 -81
- package/.next/server/pages/en-US/account.html +0 -81
- package/.next/server/pages/en-US/checkout.html +0 -81
- package/.next/server/pages/en-US/login.html +0 -81
- package/.next/server/pages/en-US/s.html +0 -81
- package/.next/server/pages/en-US.html +0 -81
- package/.next/server/pages/en-US.json +0 -1
- package/.next/server/pages/index.js +0 -475
- package/.next/server/pages/index.js.nft.json +0 -1
- package/.next/server/pages/login.js.nft.json +0 -1
- package/.next/server/pages/s.js.nft.json +0 -1
- package/.next/server/pages-manifest.json +0 -16
- package/.next/server/webpack-api-runtime.js +0 -229
- package/.next/server/webpack-runtime.js +0 -229
- package/.next/static/chunks/143.dd8a556e6957baa1.js +0 -1
- package/.next/static/chunks/170.79b2f8527e327bca.js +0 -1
- package/.next/static/chunks/264-5b07911df63b8601.js +0 -1
- package/.next/static/chunks/351-a4e28d64f48c5269.js +0 -1
- package/.next/static/chunks/54.e6562383f8a1dfe7.js +0 -1
- package/.next/static/chunks/597.fc79494903e8bb84.js +0 -1
- package/.next/static/chunks/608.59e69b83f35d9c44.js +0 -1
- package/.next/static/chunks/651.7142f31ce1e052b3.js +0 -1
- package/.next/static/chunks/741.52f7fb873418346f.js +0 -1
- package/.next/static/chunks/781-e1b538e051ff4c3e.js +0 -1
- package/.next/static/chunks/98.97381d2021f86cd9.js +0 -1
- package/.next/static/chunks/996.98e590872c51f815.js +0 -1
- package/.next/static/chunks/framework-dfd14d7ce6600b03.js +0 -1
- package/.next/static/chunks/main-9746772201fe3ac1.js +0 -1
- package/.next/static/chunks/pages/404-3637ef83b3359df7.js +0 -1
- package/.next/static/chunks/pages/500-910883c20541d9ce.js +0 -1
- package/.next/static/chunks/pages/[...slug]-29d3b81ee0953846.js +0 -1
- package/.next/static/chunks/pages/[slug]/p-9b24055cb30ee7a8.js +0 -1
- package/.next/static/chunks/pages/_app-4aeb21d72aeea9b7.js +0 -1
- package/.next/static/chunks/pages/_error-a7a0c1d9bfbb4f38.js +0 -1
- package/.next/static/chunks/pages/account-b8fc5222ffe89b60.js +0 -1
- package/.next/static/chunks/pages/checkout-f8cb7cb22225ef9d.js +0 -1
- package/.next/static/chunks/pages/index-d48285f48d2a66ea.js +0 -1
- package/.next/static/chunks/pages/login-45cc84352bac2408.js +0 -1
- package/.next/static/chunks/pages/s-ba2868e14fedb65b.js +0 -1
- package/.next/static/chunks/polyfills-c67a75d1b6f99dc8.js +0 -1
- package/.next/static/chunks/webpack-f725b61675603493.js +0 -1
- package/.next/static/css/1f987650dd4e39d0.css +0 -1
- package/.next/static/css/3a57acf6e411f24d.css +0 -1
- package/.next/static/css/4abccf9803c3c356.css +0 -1
- package/.next/static/css/502746c995f64cce.css +0 -1
- package/.next/static/css/6507cb48401e73a4.css +0 -1
- package/.next/static/css/6f4d3e91f1d161a8.css +0 -1
- package/.next/static/kFT8gMGQbscGgKaZLxG_K/_buildManifest.js +0 -1
- package/.next/static/kFT8gMGQbscGgKaZLxG_K/_ssgManifest.js +0 -1
- package/.next/static/media/brandless-neutral.76ddf63a.png +0 -0
- package/.next/trace +0 -64
- package/public/~partytown/debug/partytown-atomics.js +0 -556
- package/public/~partytown/debug/partytown-media.js +0 -374
- package/public/~partytown/debug/partytown-sandbox-sw.js +0 -543
- package/public/~partytown/debug/partytown-sw.js +0 -59
- package/public/~partytown/debug/partytown-ww-atomics.js +0 -1789
- package/public/~partytown/debug/partytown-ww-sw.js +0 -1781
- package/public/~partytown/debug/partytown.js +0 -72
- package/public/~partytown/partytown-atomics.js +0 -2
- package/public/~partytown/partytown-media.js +0 -2
- package/public/~partytown/partytown-sw.js +0 -2
- package/public/~partytown/partytown.js +0 -2
- package/src/components/cms/RenderPageSections.tsx +0 -37
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":1,"files":["../../webpack-api-runtime.js","../../chunks/3431.js","../../chunks/5576.js","../../../package.json","../../../../@generated/graphql/persisted.json","../../../../package.json"]}
|
|
@@ -1,118 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
(() => {
|
|
3
|
-
var exports = {};
|
|
4
|
-
exports.id = 4157;
|
|
5
|
-
exports.ids = [4157];
|
|
6
|
-
exports.modules = {
|
|
7
|
-
|
|
8
|
-
/***/ 4774:
|
|
9
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10
|
-
|
|
11
|
-
// ESM COMPAT FLAG
|
|
12
|
-
__webpack_require__.r(__webpack_exports__);
|
|
13
|
-
|
|
14
|
-
// EXPORTS
|
|
15
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
16
|
-
"default": () => (/* binding */ preview)
|
|
17
|
-
});
|
|
18
|
-
|
|
19
|
-
;// CONCATENATED MODULE: external "@vtex/client-cms"
|
|
20
|
-
const client_cms_namespaceObject = require("@vtex/client-cms");
|
|
21
|
-
var client_cms_default = /*#__PURE__*/__webpack_require__.n(client_cms_namespaceObject);
|
|
22
|
-
// EXTERNAL MODULE: ./faststore.config.js
|
|
23
|
-
var faststore_config = __webpack_require__(5576);
|
|
24
|
-
var faststore_config_default = /*#__PURE__*/__webpack_require__.n(faststore_config);
|
|
25
|
-
;// CONCATENATED MODULE: ./src/server/cms.ts
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const clientCMS = new (client_cms_default())({
|
|
29
|
-
workspace: (faststore_config_default()).api.workspace,
|
|
30
|
-
tenant: (faststore_config_default()).api.storeId
|
|
31
|
-
});
|
|
32
|
-
|
|
33
|
-
const isLocator = x => typeof x.contentType === 'string' && (typeof x.releaseId === 'string' || typeof x.documentId === 'string');
|
|
34
|
-
|
|
35
|
-
const getPage = async options => {
|
|
36
|
-
const result = await (isLocator(options) ? clientCMS.getCMSPage(options).then(page => ({
|
|
37
|
-
data: [page]
|
|
38
|
-
})) : clientCMS.getCMSPagesByContentType(options.contentType, options.filters));
|
|
39
|
-
const pages = result.data;
|
|
40
|
-
|
|
41
|
-
if (!pages[0]) {
|
|
42
|
-
throw new Error(`Missing content on the CMS for content type ${options.contentType}. Add content before proceeding. Context: ${JSON.stringify(options, null, 2)}`);
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
if (pages.length !== 1) {
|
|
46
|
-
throw new Error(`Multiple content defined on the CMS for content type ${options.contentType}. Remove duplicated content before proceeding. Context: ${JSON.stringify(options, null, 2)}`);
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
return pages[0];
|
|
50
|
-
};
|
|
51
|
-
;// CONCATENATED MODULE: ./src/pages/api/preview.ts
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
class StatusError extends Error {
|
|
55
|
-
constructor(message, status) {
|
|
56
|
-
super(message);
|
|
57
|
-
this.status = status;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
const pickParam = (req, parameter) => {
|
|
63
|
-
const maybeParam = req.query[parameter];
|
|
64
|
-
|
|
65
|
-
if (typeof maybeParam !== 'string') {
|
|
66
|
-
throw new StatusError(`Parameter ${parameter} missing from querystring`, 400);
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
return maybeParam;
|
|
70
|
-
}; // TODO: Improve security by disabling CMS preview in production
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
const handler = async (req, res) => {
|
|
74
|
-
try {
|
|
75
|
-
const locator = {
|
|
76
|
-
contentType: pickParam(req, 'contentType'),
|
|
77
|
-
documentId: pickParam(req, 'documentId'),
|
|
78
|
-
versionId: pickParam(req, 'versionId')
|
|
79
|
-
}; // Fetch CMS to check if the provided `locator` exists
|
|
80
|
-
|
|
81
|
-
const page = await clientCMS.getCMSPage(locator); // If the content doesn't exist prevent preview mode from being enabled
|
|
82
|
-
|
|
83
|
-
if (!page) {
|
|
84
|
-
throw new StatusError(`Content NotFound for ${JSON.stringify(locator, null, 2)}`, 404);
|
|
85
|
-
} // Enable Preview Mode by setting the cookies
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
res.setPreviewData(locator, {
|
|
89
|
-
maxAge: 3600
|
|
90
|
-
}); // Redirect to the path from the fetched locator
|
|
91
|
-
// TODO: apply redirect based on the content
|
|
92
|
-
|
|
93
|
-
res.redirect('/');
|
|
94
|
-
} catch (error) {
|
|
95
|
-
if (error instanceof StatusError) {
|
|
96
|
-
res.status(error.status).end(error.message);
|
|
97
|
-
return;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
throw error;
|
|
101
|
-
}
|
|
102
|
-
};
|
|
103
|
-
|
|
104
|
-
/* harmony default export */ const preview = (handler);
|
|
105
|
-
|
|
106
|
-
/***/ })
|
|
107
|
-
|
|
108
|
-
};
|
|
109
|
-
;
|
|
110
|
-
|
|
111
|
-
// load runtime
|
|
112
|
-
var __webpack_require__ = require("../../webpack-api-runtime.js");
|
|
113
|
-
__webpack_require__.C(exports);
|
|
114
|
-
var __webpack_exec__ = (moduleId) => (__webpack_require__(__webpack_require__.s = moduleId))
|
|
115
|
-
var __webpack_exports__ = __webpack_require__.X(0, [5576], () => (__webpack_exec__(4774)));
|
|
116
|
-
module.exports = __webpack_exports__;
|
|
117
|
-
|
|
118
|
-
})();
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":1,"files":["../../webpack-api-runtime.js","../../chunks/5576.js","../../../package.json","../../../../package.json"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":1,"files":["../webpack-runtime.js","../chunks/7183.js","../../package.json","../../../package.json"]}
|
|
@@ -1,81 +0,0 @@
|
|
|
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="2"/><script type="text/partytown">!window.location.search.includes('gtm_debug=')&&
|
|
2
|
-
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
|
|
3
|
-
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
|
4
|
-
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
|
5
|
-
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
|
|
6
|
-
})(window,document,'script',"dataLayer","GTM-PGHZ95N");</script><script type="text/javascript">window.location.search.includes('gtm_debug=')&&
|
|
7
|
-
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
|
|
8
|
-
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
|
9
|
-
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
|
10
|
-
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
|
|
11
|
-
})(window,document,'script',"dataLayer","GTM-PGHZ95N");</script><script type="text/partytown">
|
|
12
|
-
window.sendrc=function(en,ed){window.NavigationCapture&&window.NavigationCapture.sendEvent(en,ed)};
|
|
13
|
-
</script><script type="text/partytown" async="" src="https://io.vtex.com.br/rc/rc.js"></script><script>!(function(w,p,f,c){c=w[p]=w[p]||{};c[f]=(c[f]||[]).concat(["dataLayer.push","sendrc"])})(window,'partytown','forward');/* Partytown 0.6.4 - MIT builder.io */
|
|
14
|
-
!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/502746c995f64cce.css" as="style"/><link rel="stylesheet" href="/_next/static/css/502746c995f64cce.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"></script><script src="/_next/static/chunks/webpack-f725b61675603493.js" defer=""></script><script src="/_next/static/chunks/framework-dfd14d7ce6600b03.js" defer=""></script><script src="/_next/static/chunks/main-9746772201fe3ac1.js" defer=""></script><script src="/_next/static/chunks/pages/_app-4aeb21d72aeea9b7.js" defer=""></script><script src="/_next/static/chunks/351-a4e28d64f48c5269.js" defer=""></script><script src="/_next/static/chunks/pages/404-3637ef83b3359df7.js" defer=""></script><script src="/_next/static/kFT8gMGQbscGgKaZLxG_K/_buildManifest.js" defer=""></script><script src="/_next/static/kFT8gMGQbscGgKaZLxG_K/_ssgManifest.js" defer=""></script></head><body class="theme"><div id="__next"><style>
|
|
15
|
-
#nprogress {
|
|
16
|
-
pointer-events: none;
|
|
17
|
-
}
|
|
18
|
-
#nprogress .bar {
|
|
19
|
-
background: var(--fs-color-primary-bkg);;
|
|
20
|
-
position: fixed;
|
|
21
|
-
z-index: 9999;
|
|
22
|
-
top: 0;
|
|
23
|
-
left: 0;
|
|
24
|
-
width: 100%;
|
|
25
|
-
height: 3px;
|
|
26
|
-
}
|
|
27
|
-
#nprogress .peg {
|
|
28
|
-
display: block;
|
|
29
|
-
position: absolute;
|
|
30
|
-
right: 0px;
|
|
31
|
-
width: 100px;
|
|
32
|
-
height: 100%;
|
|
33
|
-
box-shadow: 0 0 10px var(--fs-color-primary-bkg);, 0 0 5px var(--fs-color-primary-bkg);;
|
|
34
|
-
opacity: 1;
|
|
35
|
-
-webkit-transform: rotate(3deg) translate(0px, -4px);
|
|
36
|
-
-ms-transform: rotate(3deg) translate(0px, -4px);
|
|
37
|
-
transform: rotate(3deg) translate(0px, -4px);
|
|
38
|
-
}
|
|
39
|
-
#nprogress .spinner {
|
|
40
|
-
display: block;
|
|
41
|
-
position: fixed;
|
|
42
|
-
z-index: 1031;
|
|
43
|
-
top: 15px;
|
|
44
|
-
right: 15px;
|
|
45
|
-
}
|
|
46
|
-
#nprogress .spinner-icon {
|
|
47
|
-
width: 18px;
|
|
48
|
-
height: 18px;
|
|
49
|
-
box-sizing: border-box;
|
|
50
|
-
border: solid 2px transparent;
|
|
51
|
-
border-top-color: var(--fs-color-primary-bkg);;
|
|
52
|
-
border-left-color: var(--fs-color-primary-bkg);;
|
|
53
|
-
border-radius: 50%;
|
|
54
|
-
-webkit-animation: nprogresss-spinner 400ms linear infinite;
|
|
55
|
-
animation: nprogress-spinner 400ms linear infinite;
|
|
56
|
-
}
|
|
57
|
-
.nprogress-custom-parent {
|
|
58
|
-
overflow: hidden;
|
|
59
|
-
position: relative;
|
|
60
|
-
}
|
|
61
|
-
.nprogress-custom-parent #nprogress .spinner,
|
|
62
|
-
.nprogress-custom-parent #nprogress .bar {
|
|
63
|
-
position: absolute;
|
|
64
|
-
}
|
|
65
|
-
@-webkit-keyframes nprogress-spinner {
|
|
66
|
-
0% {
|
|
67
|
-
-webkit-transform: rotate(0deg);
|
|
68
|
-
}
|
|
69
|
-
100% {
|
|
70
|
-
-webkit-transform: rotate(360deg);
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
@keyframes nprogress-spinner {
|
|
74
|
-
0% {
|
|
75
|
-
transform: rotate(0deg);
|
|
76
|
-
}
|
|
77
|
-
100% {
|
|
78
|
-
transform: rotate(360deg);
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
</style><div role="alert" data-fs-alert="true" data-testid="fs-alert" data-fs-alert-dismissible="true"><svg data-fs-icon="true" data-testid="fs-icon" width="24" height="24" stroke-width="16"><use href="/icons.svg#Bell"></use></svg><p data-fs-alert-content="true">Get 10% off today: <span>NEW10</span></p><a data-fs-link="true" data-fs-link-variant="inline" data-fs-link-size="regular" data-testid="fs-link" data-fs-alert-link="true" href="/office" target="_self">Buy now</a><button data-fs-button="true" data-fs-button-size="regular" data-testid="fs-button" data-fs-alert-button="true" aria-label="Close"><span><span><svg data-fs-icon="true" data-testid="fs-icon" width="24" height="24" stroke-width="16"><use href="/icons.svg#X"></use></svg></span></span></button></div><header data-fs-navbar="true" data-testid="fs-navbar" data-fs-navbar-scroll="" class="layout__content-full"><section data-fs-navbar-header="true" data-testid="fs-navbar-header"><div data-fs-navbar-row="true" data-testid="fs-navbar-row" class="layout__content"><button data-fs-button="true" data-fs-button-size="regular" data-fs-button-variant="tertiary" data-testid="fs-icon-button" data-fs-icon-button="true" aria-label="Open Menu" data-fs-navbar-button-menu="true"><span data-fs-button-icon="true"><svg data-fs-icon="true" data-testid="fs-icon" width="32" height="32" stroke-width="16"><use href="/icons.svg#List"></use></svg></span></button><a data-fs-link="true" data-fs-link-variant="default" data-fs-link-size="regular" data-testid="fs-link" aria-label="Go to Faststore home" title="Go to Faststore home" data-fs-navbar-logo="true" href="/"><span class="logo_fs-logo__4mmCZ" data-fs-logo="true" role="img" aria-label="BaseStore logo"></span></a><div data-fs-search-input="true" data-fs-search-input-dropdown-visible="false" data-testid="fs-search-input"><form data-fs-search-input-field="true" data-testid="fs-search-input" role="search"><input data-fs-input="true" data-testid="fs-input" aria-label="search" data-fs-search-input-field-input="true" placeholder="Search everything at the store" value=""/><button data-fs-button="true" data-fs-button-size="regular" data-fs-button-variant="tertiary" data-testid="fs-search-button" data-fs-icon-button="null" aria-label="Submit Search" type="submit"><span data-fs-button-icon="true"><svg data-fs-icon="true" data-testid="fs-icon" width="24" height="24" stroke-width="16"><use href="/icons.svg#MagnifyingGlass"></use></svg></span></button></form></div><div data-fs-navbar-buttons="true" data-testid="fs-navbar-buttons" data-fs-navbar-search-expanded="false"><div data-fs-search-input="true" data-fs-search-input-dropdown-visible="false" data-testid="fs-search-input"><form data-fs-search-input-field="true" data-testid="store-input-mobile" role="search"><input data-fs-input="true" data-testid="fs-input" aria-label="search" data-fs-search-input-field-input="true" placeholder="" value=""/><button data-fs-button="true" data-fs-button-size="regular" data-fs-button-variant="tertiary" data-testid="store-input-mobile-button" data-fs-icon-button="null" aria-label="Submit Search" type="submit"><span data-fs-button-icon="true"><svg data-fs-icon="true" data-testid="fs-icon" width="24" height="24" stroke-width="16"><use href="/icons.svg#MagnifyingGlass"></use></svg></span></button></form></div><!--$--><a data-fs-button="true" data-fs-link-button="true" data-fs-button-size="regular" data-fs-button-variant="tertiary" data-testid="fs-link-button" data-fs-button-signin-link="true" href="/login?orderFormId=" class="button_fs-button__inf6p text__title-mini"><svg data-fs-icon="true" data-testid="fs-icon" width="18" height="18" stroke-width="24"><use href="/icons.svg#User"></use></svg><span>Sign In</span></a><!--/$--><button data-fs-button="true" data-fs-button-size="regular" data-fs-button-variant="tertiary" data-testid="cart-toggle" data-fs-icon-button="true" aria-label="Cart with 0 items" data-fs-cart-toggle="true" data-items="0"><span data-fs-button-icon="true"><svg data-fs-icon="true" data-testid="fs-icon" width="32" height="32" stroke-width="16"><use href="/icons.svg#ShoppingCart"></use></svg></span><span><div data-fs-badge="true" data-fs-badge-size="small" data-fs-badge-counter="true" data-testid="fs-badge"><div data-fs-badge-wrapper="true">0</div></div></span></button></div></div></section><nav data-fs-navbar-links="true" data-testid="fs-navbar-links" class="hidden-mobile"><div class="layout__content"><button data-fs-button="true" data-fs-button-size="small" data-fs-button-variant="tertiary" data-testid="fs-button"><span data-fs-button-icon="true"><svg data-fs-icon="true" data-testid="fs-icon" width="24" height="24" stroke-width="16"><use href="/icons.svg#MapPin"></use></svg></span><span><span>Set your location</span></span></button><ul data-fs-list="true" data-testid="fs-navbar-links-list" data-fs-navbar-links-list="true"><li data-fs-navbar-links-list-item="true" data-testid="fs-navbar-links-list-item"><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="regular" data-testid="fs-link" href="/office">Office</a></li><li data-fs-navbar-links-list-item="true" data-testid="fs-navbar-links-list-item"><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="regular" data-testid="fs-link" href="/kitchen---home-appliances">Home Appliances</a></li><li data-fs-navbar-links-list-item="true" data-testid="fs-navbar-links-list-item"><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="regular" data-testid="fs-link" href="/computer---software">Computer and Software</a></li><li data-fs-navbar-links-list-item="true" data-testid="fs-navbar-links-list-item"><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="regular" data-testid="fs-link" href="/technology">Technology</a></li></ul></div></nav></header><main><div data-fs-region-bar="true" class="display-mobile"><button data-fs-button="true" data-fs-button-size="regular" data-testid="fs-button"><span><svg data-fs-icon="true" data-testid="fs-icon" width="24" height="24" stroke-width="16"><use href="/icons.svg#MapPin"></use></svg><span data-fs-region-bar-message="true">Set your location</span><svg data-fs-icon="true" data-testid="fs-icon" width="24" height="24" stroke-width="16"><use href="/icons.svg#CaretRight"></use></svg></span></button></div><section data-fs-empty-state="true" data-fs-empty-state-variant="default" data-fs-empty-state-bkg-color="light" data-testid="fs-empty-state"><header data-fs-empty-state-title="true"><svg data-fs-icon="true" data-testid="fs-icon" width="56" height="56" stroke-width="8"><use href="/icons.svg#CircleWavyWarning"></use></svg><p>Not Found: 404</p></header><p>This app could not find url <!-- -->/404</p></section></main><footer data-fs-footer="true" data-fs-footer-incentives="true" data-fs-footer-social="true" data-fs-footer-payment-methods="true" class="footer_fs-footer__ivJqk layout__content-full"><div data-fs-incentives="true" data-fs-incentives-colored="false" data-fs-incentives-variant="horizontal" class="incentives_fs-incentives__nlTSn"><ul data-fs-list="true" data-testid="fs-list" class="layout__content"><li><div data-fs-incentive="true" data-testid="store-incentive"><svg data-fs-icon="true" data-testid="fs-icon" width="32" height="32" stroke-width="16" data-fs-incentive-icon="true"><use href="/icons.svg#ShieldCheck"></use></svg><div data-fs-incentive-content="true"><span data-fs-incentive-description="true">Trusted</span><span data-fs-incentive-description="true">by Safecon</span></div></div></li><li><div data-fs-incentive="true" data-testid="store-incentive"><svg data-fs-icon="true" data-testid="fs-icon" width="32" height="32" stroke-width="16" data-fs-incentive-icon="true"><use href="/icons.svg#Medal"></use></svg><div data-fs-incentive-content="true"><span data-fs-incentive-description="true">Quality</span><span data-fs-incentive-description="true">Products</span></div></div></li><li><div data-fs-incentive="true" data-testid="store-incentive"><svg data-fs-icon="true" data-testid="fs-icon" width="32" height="32" stroke-width="16" data-fs-incentive-icon="true"><use href="/icons.svg#CircleWavyCheck"></use></svg><div data-fs-incentive-content="true"><span data-fs-incentive-description="true">3-year</span><span data-fs-incentive-description="true">Guarantee</span></div></div></li><li><div data-fs-incentive="true" data-testid="store-incentive"><svg data-fs-icon="true" data-testid="fs-icon" width="32" height="32" stroke-width="16" data-fs-incentive-icon="true"><use href="/icons.svg#Storefront"></use></svg><div data-fs-incentive-content="true"><span data-fs-incentive-description="true">Pickup</span><span data-fs-incentive-description="true">Options</span></div></div></li><li><div data-fs-incentive="true" data-testid="store-incentive"><svg data-fs-icon="true" data-testid="fs-icon" width="32" height="32" stroke-width="16" data-fs-incentive-icon="true"><use href="/icons.svg#Truck"></use></svg><div data-fs-incentive-content="true"><span data-fs-incentive-description="true">Free</span><span data-fs-incentive-description="true">Shippping</span></div></div></li></ul></div><div data-fs-footer-nav="true" class="layout__content"><section class="footer_fs-footer__ivJqk" data-fs-footer-links="true"><div class="display-mobile"><div data-fs-accordion="true" role="region" data-testid="fs-accordion"><div data-fs-accordion-item="true" data-testid="fs-accordion-item"><button data-fs-button="true" data-fs-button-size="regular" data-testid="fs-accordion-button" id="button--0" data-fs-accordion-button="true" aria-expanded="false" aria-controls="panel--0"><span>Our company</span><span data-fs-button-icon="true"><svg data-fs-icon="true" data-testid="fs-icon" width="24" height="24" stroke-width="16" data-icon="collapsed"><use href="/icons.svg#PlusCircle"></use></svg></span></button><div id="panel--0" data-fs-accordion-panel="true" aria-labelledby="button--0" role="region" hidden="" data-testid="fs-accordion-panel"><ul data-fs-list="true" data-testid="fs-list"><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">About Us</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Our Blog</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Stores</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Work With Us</a></li></ul></div></div><div data-fs-accordion-item="true" data-testid="fs-accordion-item"><button data-fs-button="true" data-fs-button-size="regular" data-testid="fs-accordion-button" id="button--1" data-fs-accordion-button="true" aria-expanded="false" aria-controls="panel--1"><span>Orders & Purchases</span><span data-fs-button-icon="true"><svg data-fs-icon="true" data-testid="fs-icon" width="24" height="24" stroke-width="16" data-icon="collapsed"><use href="/icons.svg#PlusCircle"></use></svg></span></button><div id="panel--1" data-fs-accordion-panel="true" aria-labelledby="button--1" role="region" hidden="" data-testid="fs-accordion-panel"><ul data-fs-list="true" data-testid="fs-list"><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Check Order Status</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Returns and Exchanges</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Product Recall</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Gift Cards</a></li></ul></div></div><div data-fs-accordion-item="true" data-testid="fs-accordion-item"><button data-fs-button="true" data-fs-button-size="regular" data-testid="fs-accordion-button" id="button--2" data-fs-accordion-button="true" aria-expanded="false" aria-controls="panel--2"><span>Support & Services</span><span data-fs-button-icon="true"><svg data-fs-icon="true" data-testid="fs-icon" width="24" height="24" stroke-width="16" data-icon="collapsed"><use href="/icons.svg#PlusCircle"></use></svg></span></button><div id="panel--2" data-fs-accordion-panel="true" aria-labelledby="button--2" role="region" hidden="" data-testid="fs-accordion-panel"><ul data-fs-list="true" data-testid="fs-list"><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Support Center</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Schedule a Service</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Contact Us</a></li></ul></div></div><div data-fs-accordion-item="true" data-testid="fs-accordion-item"><button data-fs-button="true" data-fs-button-size="regular" data-testid="fs-accordion-button" id="button--3" data-fs-accordion-button="true" aria-expanded="false" aria-controls="panel--3"><span>Partnerships</span><span data-fs-button-icon="true"><svg data-fs-icon="true" data-testid="fs-icon" width="24" height="24" stroke-width="16" data-icon="collapsed"><use href="/icons.svg#PlusCircle"></use></svg></span></button><div id="panel--3" data-fs-accordion-panel="true" aria-labelledby="button--3" role="region" hidden="" data-testid="fs-accordion-panel"><ul data-fs-list="true" data-testid="fs-list"><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Affiliate Program</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Advertise with US</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Market Place</a></li></ul></div></div></div></div><div class="hidden-mobile"><nav data-fs-footer-links-columns="true"><div><p data-fs-footer-title="true">Our company</p><ul data-fs-list="true" data-testid="fs-list"><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">About Us</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Our Blog</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Stores</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Work With Us</a></li></ul></div><div><p data-fs-footer-title="true">Orders & Purchases</p><ul data-fs-list="true" data-testid="fs-list"><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Check Order Status</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Returns and Exchanges</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Product Recall</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Gift Cards</a></li></ul></div><div><p data-fs-footer-title="true">Support & Services</p><ul data-fs-list="true" data-testid="fs-list"><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Support Center</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Schedule a Service</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Contact Us</a></li></ul></div><div><p data-fs-footer-title="true">Partnerships</p><ul data-fs-list="true" data-testid="fs-list"><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Affiliate Program</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Advertise with US</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Market Place</a></li></ul></div></nav></div></section><section data-fs-footer-social="true"><p data-fs-footer-title="true">Follow us</p><ul data-fs-list="true" data-testid="fs-list"><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="https://www.facebook.com/" title="Facebook" target="_blank" rel="noopener noreferrer"><svg data-fs-icon="true" data-testid="fs-icon" width="24px" height="24px" stroke-width="16"><use href="/icons.svg#Facebook"></use></svg></a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="https://www.instagram.com/" title="Instagram" target="_blank" rel="noopener noreferrer"><svg data-fs-icon="true" data-testid="fs-icon" width="24px" height="24px" stroke-width="16"><use href="/icons.svg#Instagram"></use></svg></a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="https://www.pinterest.com/" title="Pinterest" target="_blank" rel="noopener noreferrer"><svg data-fs-icon="true" data-testid="fs-icon" width="24px" height="24px" stroke-width="16"><use href="/icons.svg#Pinterest"></use></svg></a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="https://twitter.com/" title="Twitter" target="_blank" rel="noopener noreferrer"><svg data-fs-icon="true" data-testid="fs-icon" width="24px" height="24px" stroke-width="16"><use href="/icons.svg#Twitter"></use></svg></a></li></ul></section></div><div data-fs-footer-note="true" class="layout__content"><span class="logo_fs-logo__4mmCZ" data-fs-logo="true" role="img" aria-label="BaseStore logo"></span><div data-fs-payment-methods="true" data-testid="fs-payment-methods"><div data-fs-payment-methods-title="true"><p>Payment Methods</p></div><ul data-fs-list="true" data-testid="fs-list" data-fs-payment-methods-flags="true"><li data-fs-payment-methods-flag="true"><svg data-fs-icon="true" data-testid="fs-icon" width="32" height="22.5" stroke-width="16"><use href="/icons.svg#Visa"></use></svg><span data-fs-sr-only="true">Visa</span></li><li data-fs-payment-methods-flag="true"><svg data-fs-icon="true" data-testid="fs-icon" width="32" height="22.5" stroke-width="16"><use href="/icons.svg#Diners"></use></svg><span data-fs-sr-only="true">Diners Club</span></li><li data-fs-payment-methods-flag="true"><svg data-fs-icon="true" data-testid="fs-icon" width="32" height="22.5" stroke-width="16"><use href="/icons.svg#Mastercard"></use></svg><span data-fs-sr-only="true">Mastercard</span></li><li data-fs-payment-methods-flag="true"><svg data-fs-icon="true" data-testid="fs-icon" width="32" height="22.5" stroke-width="16"><use href="/icons.svg#EloCard"></use></svg><span data-fs-sr-only="true">Elo Card</span></li><li data-fs-payment-methods-flag="true"><svg data-fs-icon="true" data-testid="fs-icon" width="32" height="22.5" stroke-width="16"><use href="/icons.svg#PayPal"></use></svg><span data-fs-sr-only="true">PayPal</span></li><li data-fs-payment-methods-flag="true"><svg data-fs-icon="true" data-testid="fs-icon" width="32" height="22.5" stroke-width="16"><use href="/icons.svg#Stripe"></use></svg><span data-fs-sr-only="true">Stripe</span></li><li data-fs-payment-methods-flag="true"><svg data-fs-icon="true" data-testid="fs-icon" width="32" height="22.5" stroke-width="16"><use href="/icons.svg#GooglePay"></use></svg><span data-fs-sr-only="true">GooglePay</span></li><li data-fs-payment-methods-flag="true"><svg data-fs-icon="true" data-testid="fs-icon" width="32" height="22.5" stroke-width="16"><use href="/icons.svg#ApplePay"></use></svg><span data-fs-sr-only="true">ApplePay</span></li></ul></div><div data-fs-footer-copyright="true" class="text__legend"><p>This website uses VTEX technology</p><p>In-store price may vary. Prices and offers are subject to change. 2021 Store name. All rights reserved. Store is a trademark of Store and its affiliated companies.</p><address>Mount St, 000, New York / NY - 00000.</address></div></div></footer></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{}},"page":"/404","query":{},"buildId":"kFT8gMGQbscGgKaZLxG_K","nextExport":true,"autoExport":true,"isFallback":false,"locale":"en-US","locales":["en-US"],"defaultLocale":"en-US","scriptLoader":[]}</script></body></html>
|
|
@@ -1,81 +0,0 @@
|
|
|
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="2"/><script type="text/partytown">!window.location.search.includes('gtm_debug=')&&
|
|
2
|
-
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
|
|
3
|
-
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
|
4
|
-
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
|
5
|
-
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
|
|
6
|
-
})(window,document,'script',"dataLayer","GTM-PGHZ95N");</script><script type="text/javascript">window.location.search.includes('gtm_debug=')&&
|
|
7
|
-
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
|
|
8
|
-
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
|
9
|
-
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
|
10
|
-
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
|
|
11
|
-
})(window,document,'script',"dataLayer","GTM-PGHZ95N");</script><script type="text/partytown">
|
|
12
|
-
window.sendrc=function(en,ed){window.NavigationCapture&&window.NavigationCapture.sendEvent(en,ed)};
|
|
13
|
-
</script><script type="text/partytown" async="" src="https://io.vtex.com.br/rc/rc.js"></script><script>!(function(w,p,f,c){c=w[p]=w[p]||{};c[f]=(c[f]||[]).concat(["dataLayer.push","sendrc"])})(window,'partytown','forward');/* Partytown 0.6.4 - MIT builder.io */
|
|
14
|
-
!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/502746c995f64cce.css" as="style"/><link rel="stylesheet" href="/_next/static/css/502746c995f64cce.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"></script><script src="/_next/static/chunks/webpack-f725b61675603493.js" defer=""></script><script src="/_next/static/chunks/framework-dfd14d7ce6600b03.js" defer=""></script><script src="/_next/static/chunks/main-9746772201fe3ac1.js" defer=""></script><script src="/_next/static/chunks/pages/_app-4aeb21d72aeea9b7.js" defer=""></script><script src="/_next/static/chunks/351-a4e28d64f48c5269.js" defer=""></script><script src="/_next/static/chunks/pages/500-910883c20541d9ce.js" defer=""></script><script src="/_next/static/kFT8gMGQbscGgKaZLxG_K/_buildManifest.js" defer=""></script><script src="/_next/static/kFT8gMGQbscGgKaZLxG_K/_ssgManifest.js" defer=""></script></head><body class="theme"><div id="__next"><style>
|
|
15
|
-
#nprogress {
|
|
16
|
-
pointer-events: none;
|
|
17
|
-
}
|
|
18
|
-
#nprogress .bar {
|
|
19
|
-
background: var(--fs-color-primary-bkg);;
|
|
20
|
-
position: fixed;
|
|
21
|
-
z-index: 9999;
|
|
22
|
-
top: 0;
|
|
23
|
-
left: 0;
|
|
24
|
-
width: 100%;
|
|
25
|
-
height: 3px;
|
|
26
|
-
}
|
|
27
|
-
#nprogress .peg {
|
|
28
|
-
display: block;
|
|
29
|
-
position: absolute;
|
|
30
|
-
right: 0px;
|
|
31
|
-
width: 100px;
|
|
32
|
-
height: 100%;
|
|
33
|
-
box-shadow: 0 0 10px var(--fs-color-primary-bkg);, 0 0 5px var(--fs-color-primary-bkg);;
|
|
34
|
-
opacity: 1;
|
|
35
|
-
-webkit-transform: rotate(3deg) translate(0px, -4px);
|
|
36
|
-
-ms-transform: rotate(3deg) translate(0px, -4px);
|
|
37
|
-
transform: rotate(3deg) translate(0px, -4px);
|
|
38
|
-
}
|
|
39
|
-
#nprogress .spinner {
|
|
40
|
-
display: block;
|
|
41
|
-
position: fixed;
|
|
42
|
-
z-index: 1031;
|
|
43
|
-
top: 15px;
|
|
44
|
-
right: 15px;
|
|
45
|
-
}
|
|
46
|
-
#nprogress .spinner-icon {
|
|
47
|
-
width: 18px;
|
|
48
|
-
height: 18px;
|
|
49
|
-
box-sizing: border-box;
|
|
50
|
-
border: solid 2px transparent;
|
|
51
|
-
border-top-color: var(--fs-color-primary-bkg);;
|
|
52
|
-
border-left-color: var(--fs-color-primary-bkg);;
|
|
53
|
-
border-radius: 50%;
|
|
54
|
-
-webkit-animation: nprogresss-spinner 400ms linear infinite;
|
|
55
|
-
animation: nprogress-spinner 400ms linear infinite;
|
|
56
|
-
}
|
|
57
|
-
.nprogress-custom-parent {
|
|
58
|
-
overflow: hidden;
|
|
59
|
-
position: relative;
|
|
60
|
-
}
|
|
61
|
-
.nprogress-custom-parent #nprogress .spinner,
|
|
62
|
-
.nprogress-custom-parent #nprogress .bar {
|
|
63
|
-
position: absolute;
|
|
64
|
-
}
|
|
65
|
-
@-webkit-keyframes nprogress-spinner {
|
|
66
|
-
0% {
|
|
67
|
-
-webkit-transform: rotate(0deg);
|
|
68
|
-
}
|
|
69
|
-
100% {
|
|
70
|
-
-webkit-transform: rotate(360deg);
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
@keyframes nprogress-spinner {
|
|
74
|
-
0% {
|
|
75
|
-
transform: rotate(0deg);
|
|
76
|
-
}
|
|
77
|
-
100% {
|
|
78
|
-
transform: rotate(360deg);
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
</style><div role="alert" data-fs-alert="true" data-testid="fs-alert" data-fs-alert-dismissible="true"><svg data-fs-icon="true" data-testid="fs-icon" width="24" height="24" stroke-width="16"><use href="/icons.svg#Bell"></use></svg><p data-fs-alert-content="true">Get 10% off today: <span>NEW10</span></p><a data-fs-link="true" data-fs-link-variant="inline" data-fs-link-size="regular" data-testid="fs-link" data-fs-alert-link="true" href="/office" target="_self">Buy now</a><button data-fs-button="true" data-fs-button-size="regular" data-testid="fs-button" data-fs-alert-button="true" aria-label="Close"><span><span><svg data-fs-icon="true" data-testid="fs-icon" width="24" height="24" stroke-width="16"><use href="/icons.svg#X"></use></svg></span></span></button></div><header data-fs-navbar="true" data-testid="fs-navbar" data-fs-navbar-scroll="" class="layout__content-full"><section data-fs-navbar-header="true" data-testid="fs-navbar-header"><div data-fs-navbar-row="true" data-testid="fs-navbar-row" class="layout__content"><button data-fs-button="true" data-fs-button-size="regular" data-fs-button-variant="tertiary" data-testid="fs-icon-button" data-fs-icon-button="true" aria-label="Open Menu" data-fs-navbar-button-menu="true"><span data-fs-button-icon="true"><svg data-fs-icon="true" data-testid="fs-icon" width="32" height="32" stroke-width="16"><use href="/icons.svg#List"></use></svg></span></button><a data-fs-link="true" data-fs-link-variant="default" data-fs-link-size="regular" data-testid="fs-link" aria-label="Go to Faststore home" title="Go to Faststore home" data-fs-navbar-logo="true" href="/"><span class="logo_fs-logo__4mmCZ" data-fs-logo="true" role="img" aria-label="BaseStore logo"></span></a><div data-fs-search-input="true" data-fs-search-input-dropdown-visible="false" data-testid="fs-search-input"><form data-fs-search-input-field="true" data-testid="fs-search-input" role="search"><input data-fs-input="true" data-testid="fs-input" aria-label="search" data-fs-search-input-field-input="true" placeholder="Search everything at the store" value=""/><button data-fs-button="true" data-fs-button-size="regular" data-fs-button-variant="tertiary" data-testid="fs-search-button" data-fs-icon-button="null" aria-label="Submit Search" type="submit"><span data-fs-button-icon="true"><svg data-fs-icon="true" data-testid="fs-icon" width="24" height="24" stroke-width="16"><use href="/icons.svg#MagnifyingGlass"></use></svg></span></button></form></div><div data-fs-navbar-buttons="true" data-testid="fs-navbar-buttons" data-fs-navbar-search-expanded="false"><div data-fs-search-input="true" data-fs-search-input-dropdown-visible="false" data-testid="fs-search-input"><form data-fs-search-input-field="true" data-testid="store-input-mobile" role="search"><input data-fs-input="true" data-testid="fs-input" aria-label="search" data-fs-search-input-field-input="true" placeholder="" value=""/><button data-fs-button="true" data-fs-button-size="regular" data-fs-button-variant="tertiary" data-testid="store-input-mobile-button" data-fs-icon-button="null" aria-label="Submit Search" type="submit"><span data-fs-button-icon="true"><svg data-fs-icon="true" data-testid="fs-icon" width="24" height="24" stroke-width="16"><use href="/icons.svg#MagnifyingGlass"></use></svg></span></button></form></div><!--$--><a data-fs-button="true" data-fs-link-button="true" data-fs-button-size="regular" data-fs-button-variant="tertiary" data-testid="fs-link-button" data-fs-button-signin-link="true" href="/login?orderFormId=" class="button_fs-button__inf6p text__title-mini"><svg data-fs-icon="true" data-testid="fs-icon" width="18" height="18" stroke-width="24"><use href="/icons.svg#User"></use></svg><span>Sign In</span></a><!--/$--><button data-fs-button="true" data-fs-button-size="regular" data-fs-button-variant="tertiary" data-testid="cart-toggle" data-fs-icon-button="true" aria-label="Cart with 0 items" data-fs-cart-toggle="true" data-items="0"><span data-fs-button-icon="true"><svg data-fs-icon="true" data-testid="fs-icon" width="32" height="32" stroke-width="16"><use href="/icons.svg#ShoppingCart"></use></svg></span><span><div data-fs-badge="true" data-fs-badge-size="small" data-fs-badge-counter="true" data-testid="fs-badge"><div data-fs-badge-wrapper="true">0</div></div></span></button></div></div></section><nav data-fs-navbar-links="true" data-testid="fs-navbar-links" class="hidden-mobile"><div class="layout__content"><button data-fs-button="true" data-fs-button-size="small" data-fs-button-variant="tertiary" data-testid="fs-button"><span data-fs-button-icon="true"><svg data-fs-icon="true" data-testid="fs-icon" width="24" height="24" stroke-width="16"><use href="/icons.svg#MapPin"></use></svg></span><span><span>Set your location</span></span></button><ul data-fs-list="true" data-testid="fs-navbar-links-list" data-fs-navbar-links-list="true"><li data-fs-navbar-links-list-item="true" data-testid="fs-navbar-links-list-item"><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="regular" data-testid="fs-link" href="/office">Office</a></li><li data-fs-navbar-links-list-item="true" data-testid="fs-navbar-links-list-item"><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="regular" data-testid="fs-link" href="/kitchen---home-appliances">Home Appliances</a></li><li data-fs-navbar-links-list-item="true" data-testid="fs-navbar-links-list-item"><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="regular" data-testid="fs-link" href="/computer---software">Computer and Software</a></li><li data-fs-navbar-links-list-item="true" data-testid="fs-navbar-links-list-item"><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="regular" data-testid="fs-link" href="/technology">Technology</a></li></ul></div></nav></header><main><div data-fs-region-bar="true" class="display-mobile"><button data-fs-button="true" data-fs-button-size="regular" data-testid="fs-button"><span><svg data-fs-icon="true" data-testid="fs-icon" width="24" height="24" stroke-width="16"><use href="/icons.svg#MapPin"></use></svg><span data-fs-region-bar-message="true">Set your location</span><svg data-fs-icon="true" data-testid="fs-icon" width="24" height="24" stroke-width="16"><use href="/icons.svg#CaretRight"></use></svg></span></button></div><h1>500</h1><h2>Internal Server Error</h2><div>The server errored with id <!-- --> when visiting page </div></main><footer data-fs-footer="true" data-fs-footer-incentives="true" data-fs-footer-social="true" data-fs-footer-payment-methods="true" class="footer_fs-footer__ivJqk layout__content-full"><div data-fs-incentives="true" data-fs-incentives-colored="false" data-fs-incentives-variant="horizontal" class="incentives_fs-incentives__nlTSn"><ul data-fs-list="true" data-testid="fs-list" class="layout__content"><li><div data-fs-incentive="true" data-testid="store-incentive"><svg data-fs-icon="true" data-testid="fs-icon" width="32" height="32" stroke-width="16" data-fs-incentive-icon="true"><use href="/icons.svg#ShieldCheck"></use></svg><div data-fs-incentive-content="true"><span data-fs-incentive-description="true">Trusted</span><span data-fs-incentive-description="true">by Safecon</span></div></div></li><li><div data-fs-incentive="true" data-testid="store-incentive"><svg data-fs-icon="true" data-testid="fs-icon" width="32" height="32" stroke-width="16" data-fs-incentive-icon="true"><use href="/icons.svg#Medal"></use></svg><div data-fs-incentive-content="true"><span data-fs-incentive-description="true">Quality</span><span data-fs-incentive-description="true">Products</span></div></div></li><li><div data-fs-incentive="true" data-testid="store-incentive"><svg data-fs-icon="true" data-testid="fs-icon" width="32" height="32" stroke-width="16" data-fs-incentive-icon="true"><use href="/icons.svg#CircleWavyCheck"></use></svg><div data-fs-incentive-content="true"><span data-fs-incentive-description="true">3-year</span><span data-fs-incentive-description="true">Guarantee</span></div></div></li><li><div data-fs-incentive="true" data-testid="store-incentive"><svg data-fs-icon="true" data-testid="fs-icon" width="32" height="32" stroke-width="16" data-fs-incentive-icon="true"><use href="/icons.svg#Storefront"></use></svg><div data-fs-incentive-content="true"><span data-fs-incentive-description="true">Pickup</span><span data-fs-incentive-description="true">Options</span></div></div></li><li><div data-fs-incentive="true" data-testid="store-incentive"><svg data-fs-icon="true" data-testid="fs-icon" width="32" height="32" stroke-width="16" data-fs-incentive-icon="true"><use href="/icons.svg#Truck"></use></svg><div data-fs-incentive-content="true"><span data-fs-incentive-description="true">Free</span><span data-fs-incentive-description="true">Shippping</span></div></div></li></ul></div><div data-fs-footer-nav="true" class="layout__content"><section class="footer_fs-footer__ivJqk" data-fs-footer-links="true"><div class="display-mobile"><div data-fs-accordion="true" role="region" data-testid="fs-accordion"><div data-fs-accordion-item="true" data-testid="fs-accordion-item"><button data-fs-button="true" data-fs-button-size="regular" data-testid="fs-accordion-button" id="button--0" data-fs-accordion-button="true" aria-expanded="false" aria-controls="panel--0"><span>Our company</span><span data-fs-button-icon="true"><svg data-fs-icon="true" data-testid="fs-icon" width="24" height="24" stroke-width="16" data-icon="collapsed"><use href="/icons.svg#PlusCircle"></use></svg></span></button><div id="panel--0" data-fs-accordion-panel="true" aria-labelledby="button--0" role="region" hidden="" data-testid="fs-accordion-panel"><ul data-fs-list="true" data-testid="fs-list"><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">About Us</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Our Blog</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Stores</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Work With Us</a></li></ul></div></div><div data-fs-accordion-item="true" data-testid="fs-accordion-item"><button data-fs-button="true" data-fs-button-size="regular" data-testid="fs-accordion-button" id="button--1" data-fs-accordion-button="true" aria-expanded="false" aria-controls="panel--1"><span>Orders & Purchases</span><span data-fs-button-icon="true"><svg data-fs-icon="true" data-testid="fs-icon" width="24" height="24" stroke-width="16" data-icon="collapsed"><use href="/icons.svg#PlusCircle"></use></svg></span></button><div id="panel--1" data-fs-accordion-panel="true" aria-labelledby="button--1" role="region" hidden="" data-testid="fs-accordion-panel"><ul data-fs-list="true" data-testid="fs-list"><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Check Order Status</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Returns and Exchanges</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Product Recall</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Gift Cards</a></li></ul></div></div><div data-fs-accordion-item="true" data-testid="fs-accordion-item"><button data-fs-button="true" data-fs-button-size="regular" data-testid="fs-accordion-button" id="button--2" data-fs-accordion-button="true" aria-expanded="false" aria-controls="panel--2"><span>Support & Services</span><span data-fs-button-icon="true"><svg data-fs-icon="true" data-testid="fs-icon" width="24" height="24" stroke-width="16" data-icon="collapsed"><use href="/icons.svg#PlusCircle"></use></svg></span></button><div id="panel--2" data-fs-accordion-panel="true" aria-labelledby="button--2" role="region" hidden="" data-testid="fs-accordion-panel"><ul data-fs-list="true" data-testid="fs-list"><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Support Center</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Schedule a Service</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Contact Us</a></li></ul></div></div><div data-fs-accordion-item="true" data-testid="fs-accordion-item"><button data-fs-button="true" data-fs-button-size="regular" data-testid="fs-accordion-button" id="button--3" data-fs-accordion-button="true" aria-expanded="false" aria-controls="panel--3"><span>Partnerships</span><span data-fs-button-icon="true"><svg data-fs-icon="true" data-testid="fs-icon" width="24" height="24" stroke-width="16" data-icon="collapsed"><use href="/icons.svg#PlusCircle"></use></svg></span></button><div id="panel--3" data-fs-accordion-panel="true" aria-labelledby="button--3" role="region" hidden="" data-testid="fs-accordion-panel"><ul data-fs-list="true" data-testid="fs-list"><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Affiliate Program</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Advertise with US</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Market Place</a></li></ul></div></div></div></div><div class="hidden-mobile"><nav data-fs-footer-links-columns="true"><div><p data-fs-footer-title="true">Our company</p><ul data-fs-list="true" data-testid="fs-list"><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">About Us</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Our Blog</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Stores</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Work With Us</a></li></ul></div><div><p data-fs-footer-title="true">Orders & Purchases</p><ul data-fs-list="true" data-testid="fs-list"><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Check Order Status</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Returns and Exchanges</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Product Recall</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Gift Cards</a></li></ul></div><div><p data-fs-footer-title="true">Support & Services</p><ul data-fs-list="true" data-testid="fs-list"><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Support Center</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Schedule a Service</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Contact Us</a></li></ul></div><div><p data-fs-footer-title="true">Partnerships</p><ul data-fs-list="true" data-testid="fs-list"><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Affiliate Program</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Advertise with US</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Market Place</a></li></ul></div></nav></div></section><section data-fs-footer-social="true"><p data-fs-footer-title="true">Follow us</p><ul data-fs-list="true" data-testid="fs-list"><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="https://www.facebook.com/" title="Facebook" target="_blank" rel="noopener noreferrer"><svg data-fs-icon="true" data-testid="fs-icon" width="24px" height="24px" stroke-width="16"><use href="/icons.svg#Facebook"></use></svg></a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="https://www.instagram.com/" title="Instagram" target="_blank" rel="noopener noreferrer"><svg data-fs-icon="true" data-testid="fs-icon" width="24px" height="24px" stroke-width="16"><use href="/icons.svg#Instagram"></use></svg></a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="https://www.pinterest.com/" title="Pinterest" target="_blank" rel="noopener noreferrer"><svg data-fs-icon="true" data-testid="fs-icon" width="24px" height="24px" stroke-width="16"><use href="/icons.svg#Pinterest"></use></svg></a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="https://twitter.com/" title="Twitter" target="_blank" rel="noopener noreferrer"><svg data-fs-icon="true" data-testid="fs-icon" width="24px" height="24px" stroke-width="16"><use href="/icons.svg#Twitter"></use></svg></a></li></ul></section></div><div data-fs-footer-note="true" class="layout__content"><span class="logo_fs-logo__4mmCZ" data-fs-logo="true" role="img" aria-label="BaseStore logo"></span><div data-fs-payment-methods="true" data-testid="fs-payment-methods"><div data-fs-payment-methods-title="true"><p>Payment Methods</p></div><ul data-fs-list="true" data-testid="fs-list" data-fs-payment-methods-flags="true"><li data-fs-payment-methods-flag="true"><svg data-fs-icon="true" data-testid="fs-icon" width="32" height="22.5" stroke-width="16"><use href="/icons.svg#Visa"></use></svg><span data-fs-sr-only="true">Visa</span></li><li data-fs-payment-methods-flag="true"><svg data-fs-icon="true" data-testid="fs-icon" width="32" height="22.5" stroke-width="16"><use href="/icons.svg#Diners"></use></svg><span data-fs-sr-only="true">Diners Club</span></li><li data-fs-payment-methods-flag="true"><svg data-fs-icon="true" data-testid="fs-icon" width="32" height="22.5" stroke-width="16"><use href="/icons.svg#Mastercard"></use></svg><span data-fs-sr-only="true">Mastercard</span></li><li data-fs-payment-methods-flag="true"><svg data-fs-icon="true" data-testid="fs-icon" width="32" height="22.5" stroke-width="16"><use href="/icons.svg#EloCard"></use></svg><span data-fs-sr-only="true">Elo Card</span></li><li data-fs-payment-methods-flag="true"><svg data-fs-icon="true" data-testid="fs-icon" width="32" height="22.5" stroke-width="16"><use href="/icons.svg#PayPal"></use></svg><span data-fs-sr-only="true">PayPal</span></li><li data-fs-payment-methods-flag="true"><svg data-fs-icon="true" data-testid="fs-icon" width="32" height="22.5" stroke-width="16"><use href="/icons.svg#Stripe"></use></svg><span data-fs-sr-only="true">Stripe</span></li><li data-fs-payment-methods-flag="true"><svg data-fs-icon="true" data-testid="fs-icon" width="32" height="22.5" stroke-width="16"><use href="/icons.svg#GooglePay"></use></svg><span data-fs-sr-only="true">GooglePay</span></li><li data-fs-payment-methods-flag="true"><svg data-fs-icon="true" data-testid="fs-icon" width="32" height="22.5" stroke-width="16"><use href="/icons.svg#ApplePay"></use></svg><span data-fs-sr-only="true">ApplePay</span></li></ul></div><div data-fs-footer-copyright="true" class="text__legend"><p>This website uses VTEX technology</p><p>In-store price may vary. Prices and offers are subject to change. 2021 Store name. All rights reserved. Store is a trademark of Store and its affiliated companies.</p><address>Mount St, 000, New York / NY - 00000.</address></div></div></footer></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{}},"page":"/500","query":{},"buildId":"kFT8gMGQbscGgKaZLxG_K","nextExport":true,"autoExport":true,"isFallback":false,"locale":"en-US","locales":["en-US"],"defaultLocale":"en-US","scriptLoader":[]}</script></body></html>
|
|
@@ -1,81 +0,0 @@
|
|
|
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="2"/><script type="text/partytown">!window.location.search.includes('gtm_debug=')&&
|
|
2
|
-
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
|
|
3
|
-
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
|
4
|
-
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
|
5
|
-
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
|
|
6
|
-
})(window,document,'script',"dataLayer","GTM-PGHZ95N");</script><script type="text/javascript">window.location.search.includes('gtm_debug=')&&
|
|
7
|
-
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
|
|
8
|
-
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
|
9
|
-
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
|
10
|
-
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
|
|
11
|
-
})(window,document,'script',"dataLayer","GTM-PGHZ95N");</script><script type="text/partytown">
|
|
12
|
-
window.sendrc=function(en,ed){window.NavigationCapture&&window.NavigationCapture.sendEvent(en,ed)};
|
|
13
|
-
</script><script type="text/partytown" async="" src="https://io.vtex.com.br/rc/rc.js"></script><script>!(function(w,p,f,c){c=w[p]=w[p]||{};c[f]=(c[f]||[]).concat(["dataLayer.push","sendrc"])})(window,'partytown','forward');/* Partytown 0.6.4 - MIT builder.io */
|
|
14
|
-
!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/502746c995f64cce.css" as="style"/><link rel="stylesheet" href="/_next/static/css/502746c995f64cce.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"></script><script src="/_next/static/chunks/webpack-f725b61675603493.js" defer=""></script><script src="/_next/static/chunks/framework-dfd14d7ce6600b03.js" defer=""></script><script src="/_next/static/chunks/main-9746772201fe3ac1.js" defer=""></script><script src="/_next/static/chunks/pages/_app-4aeb21d72aeea9b7.js" defer=""></script><script src="/_next/static/chunks/351-a4e28d64f48c5269.js" defer=""></script><script src="/_next/static/chunks/pages/account-b8fc5222ffe89b60.js" defer=""></script><script src="/_next/static/kFT8gMGQbscGgKaZLxG_K/_buildManifest.js" defer=""></script><script src="/_next/static/kFT8gMGQbscGgKaZLxG_K/_ssgManifest.js" defer=""></script></head><body class="theme"><div id="__next"><style>
|
|
15
|
-
#nprogress {
|
|
16
|
-
pointer-events: none;
|
|
17
|
-
}
|
|
18
|
-
#nprogress .bar {
|
|
19
|
-
background: var(--fs-color-primary-bkg);;
|
|
20
|
-
position: fixed;
|
|
21
|
-
z-index: 9999;
|
|
22
|
-
top: 0;
|
|
23
|
-
left: 0;
|
|
24
|
-
width: 100%;
|
|
25
|
-
height: 3px;
|
|
26
|
-
}
|
|
27
|
-
#nprogress .peg {
|
|
28
|
-
display: block;
|
|
29
|
-
position: absolute;
|
|
30
|
-
right: 0px;
|
|
31
|
-
width: 100px;
|
|
32
|
-
height: 100%;
|
|
33
|
-
box-shadow: 0 0 10px var(--fs-color-primary-bkg);, 0 0 5px var(--fs-color-primary-bkg);;
|
|
34
|
-
opacity: 1;
|
|
35
|
-
-webkit-transform: rotate(3deg) translate(0px, -4px);
|
|
36
|
-
-ms-transform: rotate(3deg) translate(0px, -4px);
|
|
37
|
-
transform: rotate(3deg) translate(0px, -4px);
|
|
38
|
-
}
|
|
39
|
-
#nprogress .spinner {
|
|
40
|
-
display: block;
|
|
41
|
-
position: fixed;
|
|
42
|
-
z-index: 1031;
|
|
43
|
-
top: 15px;
|
|
44
|
-
right: 15px;
|
|
45
|
-
}
|
|
46
|
-
#nprogress .spinner-icon {
|
|
47
|
-
width: 18px;
|
|
48
|
-
height: 18px;
|
|
49
|
-
box-sizing: border-box;
|
|
50
|
-
border: solid 2px transparent;
|
|
51
|
-
border-top-color: var(--fs-color-primary-bkg);;
|
|
52
|
-
border-left-color: var(--fs-color-primary-bkg);;
|
|
53
|
-
border-radius: 50%;
|
|
54
|
-
-webkit-animation: nprogresss-spinner 400ms linear infinite;
|
|
55
|
-
animation: nprogress-spinner 400ms linear infinite;
|
|
56
|
-
}
|
|
57
|
-
.nprogress-custom-parent {
|
|
58
|
-
overflow: hidden;
|
|
59
|
-
position: relative;
|
|
60
|
-
}
|
|
61
|
-
.nprogress-custom-parent #nprogress .spinner,
|
|
62
|
-
.nprogress-custom-parent #nprogress .bar {
|
|
63
|
-
position: absolute;
|
|
64
|
-
}
|
|
65
|
-
@-webkit-keyframes nprogress-spinner {
|
|
66
|
-
0% {
|
|
67
|
-
-webkit-transform: rotate(0deg);
|
|
68
|
-
}
|
|
69
|
-
100% {
|
|
70
|
-
-webkit-transform: rotate(360deg);
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
@keyframes nprogress-spinner {
|
|
74
|
-
0% {
|
|
75
|
-
transform: rotate(0deg);
|
|
76
|
-
}
|
|
77
|
-
100% {
|
|
78
|
-
transform: rotate(360deg);
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
</style><div role="alert" data-fs-alert="true" data-testid="fs-alert" data-fs-alert-dismissible="true"><svg data-fs-icon="true" data-testid="fs-icon" width="24" height="24" stroke-width="16"><use href="/icons.svg#Bell"></use></svg><p data-fs-alert-content="true">Get 10% off today: <span>NEW10</span></p><a data-fs-link="true" data-fs-link-variant="inline" data-fs-link-size="regular" data-testid="fs-link" data-fs-alert-link="true" href="/office" target="_self">Buy now</a><button data-fs-button="true" data-fs-button-size="regular" data-testid="fs-button" data-fs-alert-button="true" aria-label="Close"><span><span><svg data-fs-icon="true" data-testid="fs-icon" width="24" height="24" stroke-width="16"><use href="/icons.svg#X"></use></svg></span></span></button></div><header data-fs-navbar="true" data-testid="fs-navbar" data-fs-navbar-scroll="" class="layout__content-full"><section data-fs-navbar-header="true" data-testid="fs-navbar-header"><div data-fs-navbar-row="true" data-testid="fs-navbar-row" class="layout__content"><button data-fs-button="true" data-fs-button-size="regular" data-fs-button-variant="tertiary" data-testid="fs-icon-button" data-fs-icon-button="true" aria-label="Open Menu" data-fs-navbar-button-menu="true"><span data-fs-button-icon="true"><svg data-fs-icon="true" data-testid="fs-icon" width="32" height="32" stroke-width="16"><use href="/icons.svg#List"></use></svg></span></button><a data-fs-link="true" data-fs-link-variant="default" data-fs-link-size="regular" data-testid="fs-link" aria-label="Go to Faststore home" title="Go to Faststore home" data-fs-navbar-logo="true" href="/"><span class="logo_fs-logo__4mmCZ" data-fs-logo="true" role="img" aria-label="BaseStore logo"></span></a><div data-fs-search-input="true" data-fs-search-input-dropdown-visible="false" data-testid="fs-search-input"><form data-fs-search-input-field="true" data-testid="fs-search-input" role="search"><input data-fs-input="true" data-testid="fs-input" aria-label="search" data-fs-search-input-field-input="true" placeholder="Search everything at the store" value=""/><button data-fs-button="true" data-fs-button-size="regular" data-fs-button-variant="tertiary" data-testid="fs-search-button" data-fs-icon-button="null" aria-label="Submit Search" type="submit"><span data-fs-button-icon="true"><svg data-fs-icon="true" data-testid="fs-icon" width="24" height="24" stroke-width="16"><use href="/icons.svg#MagnifyingGlass"></use></svg></span></button></form></div><div data-fs-navbar-buttons="true" data-testid="fs-navbar-buttons" data-fs-navbar-search-expanded="false"><div data-fs-search-input="true" data-fs-search-input-dropdown-visible="false" data-testid="fs-search-input"><form data-fs-search-input-field="true" data-testid="store-input-mobile" role="search"><input data-fs-input="true" data-testid="fs-input" aria-label="search" data-fs-search-input-field-input="true" placeholder="" value=""/><button data-fs-button="true" data-fs-button-size="regular" data-fs-button-variant="tertiary" data-testid="store-input-mobile-button" data-fs-icon-button="null" aria-label="Submit Search" type="submit"><span data-fs-button-icon="true"><svg data-fs-icon="true" data-testid="fs-icon" width="24" height="24" stroke-width="16"><use href="/icons.svg#MagnifyingGlass"></use></svg></span></button></form></div><!--$--><a data-fs-button="true" data-fs-link-button="true" data-fs-button-size="regular" data-fs-button-variant="tertiary" data-testid="fs-link-button" data-fs-button-signin-link="true" href="/login?orderFormId=" class="button_fs-button__inf6p text__title-mini"><svg data-fs-icon="true" data-testid="fs-icon" width="18" height="18" stroke-width="24"><use href="/icons.svg#User"></use></svg><span>Sign In</span></a><!--/$--><button data-fs-button="true" data-fs-button-size="regular" data-fs-button-variant="tertiary" data-testid="cart-toggle" data-fs-icon-button="true" aria-label="Cart with 0 items" data-fs-cart-toggle="true" data-items="0"><span data-fs-button-icon="true"><svg data-fs-icon="true" data-testid="fs-icon" width="32" height="32" stroke-width="16"><use href="/icons.svg#ShoppingCart"></use></svg></span><span><div data-fs-badge="true" data-fs-badge-size="small" data-fs-badge-counter="true" data-testid="fs-badge"><div data-fs-badge-wrapper="true">0</div></div></span></button></div></div></section><nav data-fs-navbar-links="true" data-testid="fs-navbar-links" class="hidden-mobile"><div class="layout__content"><button data-fs-button="true" data-fs-button-size="small" data-fs-button-variant="tertiary" data-testid="fs-button"><span data-fs-button-icon="true"><svg data-fs-icon="true" data-testid="fs-icon" width="24" height="24" stroke-width="16"><use href="/icons.svg#MapPin"></use></svg></span><span><span>Set your location</span></span></button><ul data-fs-list="true" data-testid="fs-navbar-links-list" data-fs-navbar-links-list="true"><li data-fs-navbar-links-list-item="true" data-testid="fs-navbar-links-list-item"><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="regular" data-testid="fs-link" href="/office">Office</a></li><li data-fs-navbar-links-list-item="true" data-testid="fs-navbar-links-list-item"><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="regular" data-testid="fs-link" href="/kitchen---home-appliances">Home Appliances</a></li><li data-fs-navbar-links-list-item="true" data-testid="fs-navbar-links-list-item"><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="regular" data-testid="fs-link" href="/computer---software">Computer and Software</a></li><li data-fs-navbar-links-list-item="true" data-testid="fs-navbar-links-list-item"><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="regular" data-testid="fs-link" href="/technology">Technology</a></li></ul></div></nav></header><main><div data-fs-region-bar="true" class="display-mobile"><button data-fs-button="true" data-fs-button-size="regular" data-testid="fs-button"><span><svg data-fs-icon="true" data-testid="fs-icon" width="24" height="24" stroke-width="16"><use href="/icons.svg#MapPin"></use></svg><span data-fs-region-bar-message="true">Set your location</span><svg data-fs-icon="true" data-testid="fs-icon" width="24" height="24" stroke-width="16"><use href="/icons.svg#CaretRight"></use></svg></span></button></div><div>loading...</div></main><footer data-fs-footer="true" data-fs-footer-incentives="true" data-fs-footer-social="true" data-fs-footer-payment-methods="true" class="footer_fs-footer__ivJqk layout__content-full"><div data-fs-incentives="true" data-fs-incentives-colored="false" data-fs-incentives-variant="horizontal" class="incentives_fs-incentives__nlTSn"><ul data-fs-list="true" data-testid="fs-list" class="layout__content"><li><div data-fs-incentive="true" data-testid="store-incentive"><svg data-fs-icon="true" data-testid="fs-icon" width="32" height="32" stroke-width="16" data-fs-incentive-icon="true"><use href="/icons.svg#ShieldCheck"></use></svg><div data-fs-incentive-content="true"><span data-fs-incentive-description="true">Trusted</span><span data-fs-incentive-description="true">by Safecon</span></div></div></li><li><div data-fs-incentive="true" data-testid="store-incentive"><svg data-fs-icon="true" data-testid="fs-icon" width="32" height="32" stroke-width="16" data-fs-incentive-icon="true"><use href="/icons.svg#Medal"></use></svg><div data-fs-incentive-content="true"><span data-fs-incentive-description="true">Quality</span><span data-fs-incentive-description="true">Products</span></div></div></li><li><div data-fs-incentive="true" data-testid="store-incentive"><svg data-fs-icon="true" data-testid="fs-icon" width="32" height="32" stroke-width="16" data-fs-incentive-icon="true"><use href="/icons.svg#CircleWavyCheck"></use></svg><div data-fs-incentive-content="true"><span data-fs-incentive-description="true">3-year</span><span data-fs-incentive-description="true">Guarantee</span></div></div></li><li><div data-fs-incentive="true" data-testid="store-incentive"><svg data-fs-icon="true" data-testid="fs-icon" width="32" height="32" stroke-width="16" data-fs-incentive-icon="true"><use href="/icons.svg#Storefront"></use></svg><div data-fs-incentive-content="true"><span data-fs-incentive-description="true">Pickup</span><span data-fs-incentive-description="true">Options</span></div></div></li><li><div data-fs-incentive="true" data-testid="store-incentive"><svg data-fs-icon="true" data-testid="fs-icon" width="32" height="32" stroke-width="16" data-fs-incentive-icon="true"><use href="/icons.svg#Truck"></use></svg><div data-fs-incentive-content="true"><span data-fs-incentive-description="true">Free</span><span data-fs-incentive-description="true">Shippping</span></div></div></li></ul></div><div data-fs-footer-nav="true" class="layout__content"><section class="footer_fs-footer__ivJqk" data-fs-footer-links="true"><div class="display-mobile"><div data-fs-accordion="true" role="region" data-testid="fs-accordion"><div data-fs-accordion-item="true" data-testid="fs-accordion-item"><button data-fs-button="true" data-fs-button-size="regular" data-testid="fs-accordion-button" id="button--0" data-fs-accordion-button="true" aria-expanded="false" aria-controls="panel--0"><span>Our company</span><span data-fs-button-icon="true"><svg data-fs-icon="true" data-testid="fs-icon" width="24" height="24" stroke-width="16" data-icon="collapsed"><use href="/icons.svg#PlusCircle"></use></svg></span></button><div id="panel--0" data-fs-accordion-panel="true" aria-labelledby="button--0" role="region" hidden="" data-testid="fs-accordion-panel"><ul data-fs-list="true" data-testid="fs-list"><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">About Us</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Our Blog</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Stores</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Work With Us</a></li></ul></div></div><div data-fs-accordion-item="true" data-testid="fs-accordion-item"><button data-fs-button="true" data-fs-button-size="regular" data-testid="fs-accordion-button" id="button--1" data-fs-accordion-button="true" aria-expanded="false" aria-controls="panel--1"><span>Orders & Purchases</span><span data-fs-button-icon="true"><svg data-fs-icon="true" data-testid="fs-icon" width="24" height="24" stroke-width="16" data-icon="collapsed"><use href="/icons.svg#PlusCircle"></use></svg></span></button><div id="panel--1" data-fs-accordion-panel="true" aria-labelledby="button--1" role="region" hidden="" data-testid="fs-accordion-panel"><ul data-fs-list="true" data-testid="fs-list"><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Check Order Status</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Returns and Exchanges</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Product Recall</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Gift Cards</a></li></ul></div></div><div data-fs-accordion-item="true" data-testid="fs-accordion-item"><button data-fs-button="true" data-fs-button-size="regular" data-testid="fs-accordion-button" id="button--2" data-fs-accordion-button="true" aria-expanded="false" aria-controls="panel--2"><span>Support & Services</span><span data-fs-button-icon="true"><svg data-fs-icon="true" data-testid="fs-icon" width="24" height="24" stroke-width="16" data-icon="collapsed"><use href="/icons.svg#PlusCircle"></use></svg></span></button><div id="panel--2" data-fs-accordion-panel="true" aria-labelledby="button--2" role="region" hidden="" data-testid="fs-accordion-panel"><ul data-fs-list="true" data-testid="fs-list"><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Support Center</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Schedule a Service</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Contact Us</a></li></ul></div></div><div data-fs-accordion-item="true" data-testid="fs-accordion-item"><button data-fs-button="true" data-fs-button-size="regular" data-testid="fs-accordion-button" id="button--3" data-fs-accordion-button="true" aria-expanded="false" aria-controls="panel--3"><span>Partnerships</span><span data-fs-button-icon="true"><svg data-fs-icon="true" data-testid="fs-icon" width="24" height="24" stroke-width="16" data-icon="collapsed"><use href="/icons.svg#PlusCircle"></use></svg></span></button><div id="panel--3" data-fs-accordion-panel="true" aria-labelledby="button--3" role="region" hidden="" data-testid="fs-accordion-panel"><ul data-fs-list="true" data-testid="fs-list"><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Affiliate Program</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Advertise with US</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Market Place</a></li></ul></div></div></div></div><div class="hidden-mobile"><nav data-fs-footer-links-columns="true"><div><p data-fs-footer-title="true">Our company</p><ul data-fs-list="true" data-testid="fs-list"><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">About Us</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Our Blog</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Stores</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Work With Us</a></li></ul></div><div><p data-fs-footer-title="true">Orders & Purchases</p><ul data-fs-list="true" data-testid="fs-list"><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Check Order Status</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Returns and Exchanges</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Product Recall</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Gift Cards</a></li></ul></div><div><p data-fs-footer-title="true">Support & Services</p><ul data-fs-list="true" data-testid="fs-list"><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Support Center</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Schedule a Service</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Contact Us</a></li></ul></div><div><p data-fs-footer-title="true">Partnerships</p><ul data-fs-list="true" data-testid="fs-list"><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Affiliate Program</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Advertise with US</a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="/">Market Place</a></li></ul></div></nav></div></section><section data-fs-footer-social="true"><p data-fs-footer-title="true">Follow us</p><ul data-fs-list="true" data-testid="fs-list"><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="https://www.facebook.com/" title="Facebook" target="_blank" rel="noopener noreferrer"><svg data-fs-icon="true" data-testid="fs-icon" width="24px" height="24px" stroke-width="16"><use href="/icons.svg#Facebook"></use></svg></a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="https://www.instagram.com/" title="Instagram" target="_blank" rel="noopener noreferrer"><svg data-fs-icon="true" data-testid="fs-icon" width="24px" height="24px" stroke-width="16"><use href="/icons.svg#Instagram"></use></svg></a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="https://www.pinterest.com/" title="Pinterest" target="_blank" rel="noopener noreferrer"><svg data-fs-icon="true" data-testid="fs-icon" width="24px" height="24px" stroke-width="16"><use href="/icons.svg#Pinterest"></use></svg></a></li><li><a data-fs-link="true" data-fs-link-variant="display" data-fs-link-size="small" data-testid="fs-link" href="https://twitter.com/" title="Twitter" target="_blank" rel="noopener noreferrer"><svg data-fs-icon="true" data-testid="fs-icon" width="24px" height="24px" stroke-width="16"><use href="/icons.svg#Twitter"></use></svg></a></li></ul></section></div><div data-fs-footer-note="true" class="layout__content"><span class="logo_fs-logo__4mmCZ" data-fs-logo="true" role="img" aria-label="BaseStore logo"></span><div data-fs-payment-methods="true" data-testid="fs-payment-methods"><div data-fs-payment-methods-title="true"><p>Payment Methods</p></div><ul data-fs-list="true" data-testid="fs-list" data-fs-payment-methods-flags="true"><li data-fs-payment-methods-flag="true"><svg data-fs-icon="true" data-testid="fs-icon" width="32" height="22.5" stroke-width="16"><use href="/icons.svg#Visa"></use></svg><span data-fs-sr-only="true">Visa</span></li><li data-fs-payment-methods-flag="true"><svg data-fs-icon="true" data-testid="fs-icon" width="32" height="22.5" stroke-width="16"><use href="/icons.svg#Diners"></use></svg><span data-fs-sr-only="true">Diners Club</span></li><li data-fs-payment-methods-flag="true"><svg data-fs-icon="true" data-testid="fs-icon" width="32" height="22.5" stroke-width="16"><use href="/icons.svg#Mastercard"></use></svg><span data-fs-sr-only="true">Mastercard</span></li><li data-fs-payment-methods-flag="true"><svg data-fs-icon="true" data-testid="fs-icon" width="32" height="22.5" stroke-width="16"><use href="/icons.svg#EloCard"></use></svg><span data-fs-sr-only="true">Elo Card</span></li><li data-fs-payment-methods-flag="true"><svg data-fs-icon="true" data-testid="fs-icon" width="32" height="22.5" stroke-width="16"><use href="/icons.svg#PayPal"></use></svg><span data-fs-sr-only="true">PayPal</span></li><li data-fs-payment-methods-flag="true"><svg data-fs-icon="true" data-testid="fs-icon" width="32" height="22.5" stroke-width="16"><use href="/icons.svg#Stripe"></use></svg><span data-fs-sr-only="true">Stripe</span></li><li data-fs-payment-methods-flag="true"><svg data-fs-icon="true" data-testid="fs-icon" width="32" height="22.5" stroke-width="16"><use href="/icons.svg#GooglePay"></use></svg><span data-fs-sr-only="true">GooglePay</span></li><li data-fs-payment-methods-flag="true"><svg data-fs-icon="true" data-testid="fs-icon" width="32" height="22.5" stroke-width="16"><use href="/icons.svg#ApplePay"></use></svg><span data-fs-sr-only="true">ApplePay</span></li></ul></div><div data-fs-footer-copyright="true" class="text__legend"><p>This website uses VTEX technology</p><p>In-store price may vary. Prices and offers are subject to change. 2021 Store name. All rights reserved. Store is a trademark of Store and its affiliated companies.</p><address>Mount St, 000, New York / NY - 00000.</address></div></div></footer></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{}},"page":"/account","query":{},"buildId":"kFT8gMGQbscGgKaZLxG_K","nextExport":true,"autoExport":true,"isFallback":false,"locale":"en-US","locales":["en-US"],"defaultLocale":"en-US","scriptLoader":[]}</script></body></html>
|