@faststore/core 2.0.122-alpha.0 → 2.0.125-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.next/BUILD_ID +1 -1
- package/.next/build-manifest.json +27 -27
- package/.next/cache/.tsbuildinfo +1 -1
- package/.next/cache/config.json +3 -3
- package/.next/cache/eslint/.cache_1gneedd +1 -1
- package/.next/cache/webpack/client-production/0.pack +0 -0
- package/.next/cache/webpack/client-production/index.pack +0 -0
- package/.next/cache/webpack/server-production/0.pack +0 -0
- package/.next/cache/webpack/server-production/index.pack +0 -0
- package/.next/prerender-manifest.json +1 -1
- package/.next/routes-manifest.json +1 -1
- package/.next/server/chunks/104.js +42 -2
- package/.next/server/chunks/256.js +4 -4
- package/.next/server/chunks/401.js +5 -5
- package/.next/server/chunks/74.js +2 -10
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/pages/[...slug].js +1 -1
- package/.next/server/pages/[slug]/p.js +103 -59
- package/.next/server/pages/en-US/404.html +2 -2
- package/.next/server/pages/en-US/500.html +2 -2
- package/.next/server/pages/en-US/account.html +2 -2
- package/.next/server/pages/en-US/checkout.html +2 -2
- package/.next/server/pages/en-US/login.html +2 -2
- package/.next/server/pages/en-US/s.html +2 -2
- package/.next/server/pages/en-US.html +2 -2
- package/.next/server/pages/en-US.json +1 -1
- package/.next/server/pages/index.js +1 -1
- package/.next/server/pages/s.js +1 -1
- package/.next/server/pages-manifest.json +2 -2
- package/.next/static/{z81uKE37lBbYBn8W-39Mb → E3svUtP3jVTE--NFE5Ka5}/_buildManifest.js +1 -1
- package/.next/static/chunks/{419-274b5b8beee8c7b2.js → 533-7ddbc43c0305df0c.js} +1 -1
- package/.next/static/chunks/832-5460e7c4690723c9.js +1 -0
- package/.next/static/chunks/pages/{[...slug]-3aaeeabdb9564d0f.js → [...slug]-53c0858024f06998.js} +1 -1
- package/.next/static/chunks/pages/[slug]/p-fdc9d52c82f44e5d.js +1 -0
- package/.next/static/chunks/pages/{index-c2b6dfd205dc6cc2.js → index-dc845df360bc3a28.js} +1 -1
- package/.next/static/chunks/{webpack-426a37879992164d.js → webpack-aff0e2e4ba699b8a.js} +1 -1
- package/.next/trace +66 -65
- package/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +10 -0
- package/package.json +3 -3
- package/src/components/common/Footer/Footer.tsx +4 -4
- package/src/components/sections/ProductDetails/Overrides.tsx +11 -0
- package/src/components/sections/ProductDetails/ProductDetails.tsx +7 -6
- package/src/components/sections/ProductShelf/Overrides.tsx +10 -0
- package/src/components/sections/ProductShelf/ProductShelf.tsx +2 -1
- package/src/customizations/components/overrides/ProductDetails.tsx +10 -0
- package/src/customizations/components/overrides/ProductShelf.tsx +10 -0
- package/src/typings/overrides.d.ts +18 -0
- package/.next/static/chunks/832-99f4667bdaf092f8.js +0 -1
- package/.next/static/chunks/pages/[slug]/p-b269ba68926617dd.js +0 -1
- /package/.next/static/{z81uKE37lBbYBn8W-39Mb → E3svUtP3jVTE--NFE5Ka5}/_ssgManifest.js +0 -0
- /package/src/customizations/components/{index.ts → index.tsx} +0 -0
|
@@ -607,6 +607,46 @@ function ProductDetailsContent({
|
|
|
607
607
|
;// CONCATENATED MODULE: ./src/components/sections/ProducDetailsContent/index.ts
|
|
608
608
|
|
|
609
609
|
|
|
610
|
+
/***/ }),
|
|
611
|
+
|
|
612
|
+
/***/ 1750:
|
|
613
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
614
|
+
|
|
615
|
+
"use strict";
|
|
616
|
+
|
|
617
|
+
// EXPORTS
|
|
618
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
619
|
+
"z": () => (/* binding */ Components)
|
|
620
|
+
});
|
|
621
|
+
|
|
622
|
+
// EXTERNAL MODULE: ../components/dist/atoms/Price/Price.js
|
|
623
|
+
var Price = __webpack_require__(7549);
|
|
624
|
+
// EXTERNAL MODULE: ../components/dist/molecules/DiscountBadge/DiscountBadge.js + 1 modules
|
|
625
|
+
var DiscountBadge = __webpack_require__(9875);
|
|
626
|
+
;// CONCATENATED MODULE: ./src/customizations/components/overrides/ProductDetails.tsx
|
|
627
|
+
const SECTION = "ProductDetails";
|
|
628
|
+
const overrides = {
|
|
629
|
+
name: SECTION,
|
|
630
|
+
components: {}
|
|
631
|
+
};
|
|
632
|
+
/* harmony default export */ const ProductDetails = (overrides);
|
|
633
|
+
;// CONCATENATED MODULE: ./src/components/sections/ProductDetails/Overrides.tsx
|
|
634
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
635
|
+
|
|
636
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
637
|
+
|
|
638
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
639
|
+
|
|
640
|
+
|
|
641
|
+
|
|
642
|
+
|
|
643
|
+
const Components = _objectSpread({
|
|
644
|
+
Price: Price/* default */.Z,
|
|
645
|
+
DiscountBadge: DiscountBadge/* default */.Z
|
|
646
|
+
}, ProductDetails.components);
|
|
647
|
+
|
|
648
|
+
|
|
649
|
+
|
|
610
650
|
/***/ }),
|
|
611
651
|
|
|
612
652
|
/***/ 1644:
|
|
@@ -619,30 +659,29 @@ __webpack_require__.a(module, async (__webpack_handle_async_dependencies__, __we
|
|
|
619
659
|
/* harmony export */ });
|
|
620
660
|
/* unused harmony export fragment */
|
|
621
661
|
/* harmony import */ var _faststore_sdk__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(1072);
|
|
622
|
-
/* harmony import */ var _faststore_ui__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(7549);
|
|
623
662
|
/* harmony import */ var _faststore_ui__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(123);
|
|
624
663
|
/* harmony import */ var _faststore_ui__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(7738);
|
|
625
664
|
/* harmony import */ var _faststore_ui__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(1672);
|
|
626
|
-
/* harmony import */ var _faststore_ui__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(9875);
|
|
627
665
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6689);
|
|
628
666
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
629
|
-
/* harmony import */ var
|
|
630
|
-
/* harmony import */ var
|
|
631
|
-
/* harmony import */ var
|
|
632
|
-
/* harmony import */ var
|
|
633
|
-
/* harmony import */ var
|
|
634
|
-
/* harmony import */ var
|
|
635
|
-
/* harmony import */ var
|
|
636
|
-
/* harmony import */ var
|
|
637
|
-
/* harmony import */ var
|
|
638
|
-
/* harmony import */ var
|
|
639
|
-
/* harmony import */ var
|
|
667
|
+
/* harmony import */ var _Overrides__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1750);
|
|
668
|
+
/* harmony import */ var src_components_product_OutOfStock__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(492);
|
|
669
|
+
/* harmony import */ var src_components_ui_Breadcrumb__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(120);
|
|
670
|
+
/* harmony import */ var src_components_ui_ImageGallery__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(5693);
|
|
671
|
+
/* harmony import */ var src_components_ui_ShippingSimulation__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(104);
|
|
672
|
+
/* harmony import */ var src_components_ui_SkuSelector__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(4475);
|
|
673
|
+
/* harmony import */ var src_sdk_cart_useBuyButton__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(8892);
|
|
674
|
+
/* harmony import */ var src_sdk_product_useFormattedPrice__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(5346);
|
|
675
|
+
/* harmony import */ var src_sdk_product_useProduct__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(3874);
|
|
676
|
+
/* harmony import */ var src_sdk_session__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(7295);
|
|
677
|
+
/* harmony import */ var _ProducDetailsContent__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(4870);
|
|
678
|
+
/* harmony import */ var _Section__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(7067);
|
|
640
679
|
/* harmony import */ var _section_module_scss__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(9034);
|
|
641
680
|
/* harmony import */ var _section_module_scss__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(_section_module_scss__WEBPACK_IMPORTED_MODULE_17__);
|
|
642
|
-
/* harmony import */ var
|
|
643
|
-
/* harmony import */ var
|
|
644
|
-
var __webpack_async_dependencies__ = __webpack_handle_async_dependencies__([
|
|
645
|
-
|
|
681
|
+
/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(997);
|
|
682
|
+
/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__);
|
|
683
|
+
var __webpack_async_dependencies__ = __webpack_handle_async_dependencies__([src_sdk_product_useProduct__WEBPACK_IMPORTED_MODULE_9__]);
|
|
684
|
+
src_sdk_product_useProduct__WEBPACK_IMPORTED_MODULE_9__ = (__webpack_async_dependencies__.then ? (await __webpack_async_dependencies__)() : __webpack_async_dependencies__)[0];
|
|
646
685
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
647
686
|
|
|
648
687
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
@@ -653,6 +692,11 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
|
|
|
653
692
|
|
|
654
693
|
|
|
655
694
|
|
|
695
|
+
const {
|
|
696
|
+
Price,
|
|
697
|
+
DiscountBadge
|
|
698
|
+
} = _Overrides__WEBPACK_IMPORTED_MODULE_1__/* .Components */ .z;
|
|
699
|
+
|
|
656
700
|
|
|
657
701
|
|
|
658
702
|
|
|
@@ -673,7 +717,7 @@ function ProductDetails({
|
|
|
673
717
|
}) {
|
|
674
718
|
const {
|
|
675
719
|
currency
|
|
676
|
-
} = (0,
|
|
720
|
+
} = (0,src_sdk_session__WEBPACK_IMPORTED_MODULE_10__/* .useSession */ .kP)();
|
|
677
721
|
const {
|
|
678
722
|
0: addQuantity,
|
|
679
723
|
1: setAddQuantity
|
|
@@ -682,7 +726,7 @@ function ProductDetails({
|
|
|
682
726
|
const {
|
|
683
727
|
data,
|
|
684
728
|
isValidating
|
|
685
|
-
} = (0,
|
|
729
|
+
} = (0,src_sdk_product_useProduct__WEBPACK_IMPORTED_MODULE_9__/* .useProduct */ .i)(staleProduct.id, {
|
|
686
730
|
product: staleProduct
|
|
687
731
|
});
|
|
688
732
|
|
|
@@ -718,7 +762,7 @@ function ProductDetails({
|
|
|
718
762
|
}
|
|
719
763
|
} = data;
|
|
720
764
|
const buyDisabled = availability !== 'https://schema.org/InStock';
|
|
721
|
-
const buyProps = (0,
|
|
765
|
+
const buyProps = (0,src_sdk_cart_useBuyButton__WEBPACK_IMPORTED_MODULE_7__/* .useBuyButton */ .Q)({
|
|
722
766
|
id,
|
|
723
767
|
price,
|
|
724
768
|
listPrice,
|
|
@@ -736,33 +780,33 @@ function ProductDetails({
|
|
|
736
780
|
});
|
|
737
781
|
|
|
738
782
|
const ProductDetailsSection = () => {
|
|
739
|
-
return /*#__PURE__*/(0,
|
|
740
|
-
children: [/*#__PURE__*/(0,
|
|
783
|
+
return /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsxs)(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.Fragment, {
|
|
784
|
+
children: [/*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsxs)("section", {
|
|
741
785
|
"data-fs-product-details-values": true,
|
|
742
|
-
children: [/*#__PURE__*/(0,
|
|
786
|
+
children: [/*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsxs)("div", {
|
|
743
787
|
"data-fs-product-details-prices": true,
|
|
744
|
-
children: [/*#__PURE__*/
|
|
788
|
+
children: [/*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsx(Price, {
|
|
745
789
|
value: listPrice,
|
|
746
|
-
formatter:
|
|
790
|
+
formatter: src_sdk_product_useFormattedPrice__WEBPACK_IMPORTED_MODULE_8__/* .useFormattedPrice */ .P,
|
|
747
791
|
testId: "list-price",
|
|
748
792
|
"data-value": listPrice,
|
|
749
793
|
variant: "listing",
|
|
750
794
|
SRText: "Original price:"
|
|
751
|
-
}), /*#__PURE__*/
|
|
795
|
+
}), /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsx(Price, {
|
|
752
796
|
value: lowPrice,
|
|
753
|
-
formatter:
|
|
797
|
+
formatter: src_sdk_product_useFormattedPrice__WEBPACK_IMPORTED_MODULE_8__/* .useFormattedPrice */ .P,
|
|
754
798
|
testId: "price",
|
|
755
799
|
"data-value": lowPrice,
|
|
756
800
|
variant: "spot",
|
|
757
801
|
className: "text__lead",
|
|
758
802
|
SRText: "Sale Price:"
|
|
759
803
|
})]
|
|
760
|
-
}), /*#__PURE__*/
|
|
804
|
+
}), /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsx(_faststore_ui__WEBPACK_IMPORTED_MODULE_14__/* ["default"] */ .Z, {
|
|
761
805
|
min: 1,
|
|
762
806
|
max: 10,
|
|
763
807
|
onChange: setAddQuantity
|
|
764
808
|
})]
|
|
765
|
-
}), skuVariants && /*#__PURE__*/
|
|
809
|
+
}), skuVariants && /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsx(src_components_ui_SkuSelector__WEBPACK_IMPORTED_MODULE_6__/* ["default"] */ .Z, {
|
|
766
810
|
slugsMap: skuVariants.slugsMap,
|
|
767
811
|
availableVariations: skuVariants.availableVariations,
|
|
768
812
|
activeVariations: skuVariants.activeVariations,
|
|
@@ -772,7 +816,7 @@ function ProductDetails({
|
|
|
772
816
|
non-composited animation violation due to the button transitioning its
|
|
773
817
|
background color when changing from its initial disabled to active state.
|
|
774
818
|
See full explanation on commit https://git.io/JyXV5. */
|
|
775
|
-
isValidating ? /*#__PURE__*/
|
|
819
|
+
isValidating ? /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsx(AddToCartLoadingSkeleton, {}) : /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsx(_faststore_ui__WEBPACK_IMPORTED_MODULE_15__/* ["default"] */ .Z, _objectSpread(_objectSpread({
|
|
776
820
|
disabled: buyDisabled
|
|
777
821
|
}, buyProps), {}, {
|
|
778
822
|
children: "Add to Cart"
|
|
@@ -800,38 +844,38 @@ function ProductDetails({
|
|
|
800
844
|
}
|
|
801
845
|
});
|
|
802
846
|
}, [isVariantOf.productGroupID, isVariantOf.name, brand.name, sku, price, listPrice, currency.code, variantName, gtin]);
|
|
803
|
-
return /*#__PURE__*/
|
|
847
|
+
return /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsx(_Section__WEBPACK_IMPORTED_MODULE_12__/* ["default"] */ .Z, {
|
|
804
848
|
className: `${(_section_module_scss__WEBPACK_IMPORTED_MODULE_17___default().section)} section-product-details layout__content layout__section`,
|
|
805
|
-
children: /*#__PURE__*/(0,
|
|
849
|
+
children: /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsxs)("section", {
|
|
806
850
|
"data-fs-product-details": true,
|
|
807
|
-
children: [/*#__PURE__*/
|
|
851
|
+
children: [/*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsx(src_components_ui_Breadcrumb__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .Z, {
|
|
808
852
|
breadcrumbList: breadcrumbs.itemListElement
|
|
809
|
-
}), /*#__PURE__*/(0,
|
|
853
|
+
}), /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsxs)("section", {
|
|
810
854
|
"data-fs-product-details-body": true,
|
|
811
|
-
children: [/*#__PURE__*/
|
|
855
|
+
children: [/*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsx("header", {
|
|
812
856
|
"data-fs-product-details-title": true,
|
|
813
857
|
"data-fs-product-details-section": true,
|
|
814
|
-
children: /*#__PURE__*/
|
|
815
|
-
title: /*#__PURE__*/
|
|
858
|
+
children: /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsx(_faststore_ui__WEBPACK_IMPORTED_MODULE_18__/* ["default"] */ .Z, {
|
|
859
|
+
title: /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsx("h1", {
|
|
816
860
|
children: name
|
|
817
861
|
}),
|
|
818
|
-
label: /*#__PURE__*/
|
|
862
|
+
label: /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsx(DiscountBadge, {
|
|
819
863
|
listPrice: listPrice,
|
|
820
864
|
spotPrice: lowPrice,
|
|
821
865
|
size: "big"
|
|
822
866
|
}),
|
|
823
867
|
refNumber: productId
|
|
824
868
|
})
|
|
825
|
-
}), /*#__PURE__*/
|
|
869
|
+
}), /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsx(src_components_ui_ImageGallery__WEBPACK_IMPORTED_MODULE_4__/* ["default"] */ .Z, {
|
|
826
870
|
"data-fs-product-details-gallery": true,
|
|
827
871
|
images: productImages
|
|
828
|
-
}), /*#__PURE__*/(0,
|
|
872
|
+
}), /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsxs)("section", {
|
|
829
873
|
"data-fs-product-details-info": true,
|
|
830
|
-
children: [/*#__PURE__*/
|
|
874
|
+
children: [/*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsx("section", {
|
|
831
875
|
"data-fs-product-details-settings": true,
|
|
832
876
|
"data-fs-product-details-section": true,
|
|
833
|
-
children: availability ? /*#__PURE__*/
|
|
834
|
-
}), availability && /*#__PURE__*/
|
|
877
|
+
children: availability ? /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsx(ProductDetailsSection, {}) : /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsx(src_components_product_OutOfStock__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z, {})
|
|
878
|
+
}), availability && /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsx(src_components_ui_ShippingSimulation__WEBPACK_IMPORTED_MODULE_5__/* ["default"] */ .Z, {
|
|
835
879
|
"data-fs-product-details-section": true,
|
|
836
880
|
"data-fs-product-details-shipping": true,
|
|
837
881
|
productShippingInfo: {
|
|
@@ -839,9 +883,9 @@ function ProductDetails({
|
|
|
839
883
|
quantity: addQuantity,
|
|
840
884
|
seller: seller.identifier
|
|
841
885
|
},
|
|
842
|
-
formatter:
|
|
886
|
+
formatter: src_sdk_product_useFormattedPrice__WEBPACK_IMPORTED_MODULE_8__/* .useFormattedPrice */ .P
|
|
843
887
|
})]
|
|
844
|
-
}), /*#__PURE__*/
|
|
888
|
+
}), /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsx(_ProducDetailsContent__WEBPACK_IMPORTED_MODULE_11__/* ["default"] */ .Z, {})]
|
|
845
889
|
})]
|
|
846
890
|
})
|
|
847
891
|
});
|
|
@@ -849,17 +893,17 @@ function ProductDetails({
|
|
|
849
893
|
|
|
850
894
|
function AddToCartLoadingSkeleton() {
|
|
851
895
|
// Generated via https://skeletonreact.com/.
|
|
852
|
-
return /*#__PURE__*/(0,
|
|
896
|
+
return /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsxs)("svg", {
|
|
853
897
|
role: "img",
|
|
854
898
|
width: "100%",
|
|
855
899
|
height: "48",
|
|
856
900
|
"aria-labelledby": "loading-aria",
|
|
857
901
|
viewBox: "0 0 112 48",
|
|
858
902
|
preserveAspectRatio: "none",
|
|
859
|
-
children: [/*#__PURE__*/
|
|
903
|
+
children: [/*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsx("title", {
|
|
860
904
|
id: "loading-aria",
|
|
861
905
|
children: "Loading..."
|
|
862
|
-
}), /*#__PURE__*/
|
|
906
|
+
}), /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsx("rect", {
|
|
863
907
|
x: "0",
|
|
864
908
|
y: "0",
|
|
865
909
|
width: "100%",
|
|
@@ -868,10 +912,10 @@ function AddToCartLoadingSkeleton() {
|
|
|
868
912
|
style: {
|
|
869
913
|
fill: 'url("#fill")'
|
|
870
914
|
}
|
|
871
|
-
}), /*#__PURE__*/(0,
|
|
872
|
-
children: [/*#__PURE__*/
|
|
915
|
+
}), /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsxs)("defs", {
|
|
916
|
+
children: [/*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsx("clipPath", {
|
|
873
917
|
id: "clip-path",
|
|
874
|
-
children: /*#__PURE__*/
|
|
918
|
+
children: /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsx("rect", {
|
|
875
919
|
x: "0",
|
|
876
920
|
y: "0",
|
|
877
921
|
rx: "2",
|
|
@@ -879,35 +923,35 @@ function AddToCartLoadingSkeleton() {
|
|
|
879
923
|
width: "112",
|
|
880
924
|
height: "48"
|
|
881
925
|
})
|
|
882
|
-
}), /*#__PURE__*/(0,
|
|
926
|
+
}), /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsxs)("linearGradient", {
|
|
883
927
|
id: "fill",
|
|
884
|
-
children: [/*#__PURE__*/
|
|
928
|
+
children: [/*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsx("stop", {
|
|
885
929
|
offset: "0.599964",
|
|
886
930
|
stopColor: "#f3f3f3",
|
|
887
931
|
stopOpacity: "1",
|
|
888
|
-
children: /*#__PURE__*/
|
|
932
|
+
children: /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsx("animate", {
|
|
889
933
|
attributeName: "offset",
|
|
890
934
|
values: "-2; -2; 1",
|
|
891
935
|
keyTimes: "0; 0.25; 1",
|
|
892
936
|
dur: "2s",
|
|
893
937
|
repeatCount: "indefinite"
|
|
894
938
|
})
|
|
895
|
-
}), /*#__PURE__*/
|
|
939
|
+
}), /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsx("stop", {
|
|
896
940
|
offset: "1.59996",
|
|
897
941
|
stopColor: "#ecebeb",
|
|
898
942
|
stopOpacity: "1",
|
|
899
|
-
children: /*#__PURE__*/
|
|
943
|
+
children: /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsx("animate", {
|
|
900
944
|
attributeName: "offset",
|
|
901
945
|
values: "-1; -1; 2",
|
|
902
946
|
keyTimes: "0; 0.25; 1",
|
|
903
947
|
dur: "2s",
|
|
904
948
|
repeatCount: "indefinite"
|
|
905
949
|
})
|
|
906
|
-
}), /*#__PURE__*/
|
|
950
|
+
}), /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsx("stop", {
|
|
907
951
|
offset: "2.59996",
|
|
908
952
|
stopColor: "#f3f3f3",
|
|
909
953
|
stopOpacity: "1",
|
|
910
|
-
children: /*#__PURE__*/
|
|
954
|
+
children: /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsx("animate", {
|
|
911
955
|
attributeName: "offset",
|
|
912
956
|
values: "0; 0; 3",
|
|
913
957
|
keyTimes: "0; 0.25; 1",
|
|
@@ -1606,7 +1650,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1606
1650
|
/* harmony import */ var src_components_sections_BannerNewsletter_BannerNewsletter__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(2951);
|
|
1607
1651
|
/* harmony import */ var src_components_sections_CrossSellingShelf__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7990);
|
|
1608
1652
|
/* harmony import */ var src_components_sections_ProductDetails__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(3220);
|
|
1609
|
-
/* harmony import */ var src_customizations_components__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
1653
|
+
/* harmony import */ var src_customizations_components__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(859);
|
|
1610
1654
|
/* harmony import */ var src_sdk_session__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(7295);
|
|
1611
1655
|
/* harmony import */ var src_sdk_tests_mark__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(2541);
|
|
1612
1656
|
/* harmony import */ var src_server__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(9685);
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
})(window,document,'script',"dataLayer","GTM-PGHZ95N");</script><script type="text/partytown">
|
|
12
12
|
window.sendrc=function(en,ed){window.NavigationCapture&&window.NavigationCapture.sendEvent(en,ed)};
|
|
13
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/587c27bbda64e700.css" as="style"/><link rel="stylesheet" href="/_next/static/css/587c27bbda64e700.css" data-n-g=""/><link rel="preload" href="/_next/static/css/364c439adafef5c8.css" as="style"/><link rel="stylesheet" href="/_next/static/css/364c439adafef5c8.css" data-n-p=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"></script><script src="/_next/static/chunks/webpack-
|
|
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/587c27bbda64e700.css" as="style"/><link rel="stylesheet" href="/_next/static/css/587c27bbda64e700.css" data-n-g=""/><link rel="preload" href="/_next/static/css/364c439adafef5c8.css" as="style"/><link rel="stylesheet" href="/_next/static/css/364c439adafef5c8.css" data-n-p=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"></script><script src="/_next/static/chunks/webpack-aff0e2e4ba699b8a.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-b601536188b9a919.js" defer=""></script><script src="/_next/static/chunks/861-d1a326525092ab9c.js" defer=""></script><script src="/_next/static/chunks/832-5460e7c4690723c9.js" defer=""></script><script src="/_next/static/chunks/pages/404-ac22e12eb22b9c50.js" defer=""></script><script src="/_next/static/E3svUtP3jVTE--NFE5Ka5/_buildManifest.js" defer=""></script><script src="/_next/static/E3svUtP3jVTE--NFE5Ka5/_ssgManifest.js" defer=""></script></head><body class="theme"><div id="__next"><style>
|
|
15
15
|
#nprogress {
|
|
16
16
|
pointer-events: none;
|
|
17
17
|
}
|
|
@@ -78,4 +78,4 @@
|
|
|
78
78
|
transform: rotate(360deg);
|
|
79
79
|
}
|
|
80
80
|
}
|
|
81
|
-
</style><section class="section section_section__YiggP section-alert"><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#Info"></use></svg><p data-fs-alert-content="true">Alert from master</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 it 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></section><header class="section section_section___itif section-navbar"><section data-fs-navbar="true" data-testid="fs-navbar" data-fs-navbar-scroll=""><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 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="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></section></header><main><section class="section section_section__qqZcd section-region-bar"><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><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 class="section section_section__71Nrw section-footer"><div data-fs-footer="true" data-fs-footer-incentives="true" data-fs-footer-social="true" data-fs-footer-payment-methods="true" class="layout__content-full"><div data-fs-incentives="true" data-fs-incentives-colored="false" data-fs-incentives-variant="horizontal"><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 data-fs-footer="true" 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 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></div></footer></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"globalSections":{"sections":[{"id":"1652830526597","name":"Alert","data":{"link":{"text":"buy it now","to":"/office"},"dismissible":true,"icon":"Info","content":"Alert from master"}},{"id":"1681930565832","name":"Children","data":{}},{"id":"1681930565832","name":"Children","data":{}},{"id":"1681930565832","name":"Children","data":{}}]}},"__N_SSG":true},"page":"/404","query":{},"buildId":"z81uKE37lBbYBn8W-39Mb","isFallback":false,"gsp":true,"locale":"en-US","locales":["en-US"],"defaultLocale":"en-US","scriptLoader":[]}</script></body></html>
|
|
81
|
+
</style><section class="section section_section__YiggP section-alert"><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#Info"></use></svg><p data-fs-alert-content="true">Alert from master</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 it 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></section><header class="section section_section___itif section-navbar"><section data-fs-navbar="true" data-testid="fs-navbar" data-fs-navbar-scroll=""><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 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="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></section></header><main><section class="section section_section__qqZcd section-region-bar"><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><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 class="section section_section__71Nrw section-footer"><div data-fs-footer="true" data-fs-footer-incentives="true" data-fs-footer-social="true" data-fs-footer-payment-methods="true" class="layout__content-full"><div data-fs-incentives="true" data-fs-incentives-colored="false" data-fs-incentives-variant="horizontal"><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 data-fs-footer="true" 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="24" height="24" 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="24" height="24" 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="24" height="24" 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="24" height="24" 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 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></div></footer></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"globalSections":{"sections":[{"id":"1652830526597","name":"Alert","data":{"link":{"text":"buy it now","to":"/office"},"dismissible":true,"icon":"Info","content":"Alert from master"}},{"id":"1681930565832","name":"Children","data":{}},{"id":"1681930565832","name":"Children","data":{}},{"id":"1681930565832","name":"Children","data":{}}]}},"__N_SSG":true},"page":"/404","query":{},"buildId":"E3svUtP3jVTE--NFE5Ka5","isFallback":false,"gsp":true,"locale":"en-US","locales":["en-US"],"defaultLocale":"en-US","scriptLoader":[]}</script></body></html>
|