@nyris/nyris-webapp 0.3.47 → 0.3.49
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/build/asset-manifest.json +17 -12
- package/build/index.html +1 -1
- package/build/js/settings.example.js +87 -13
- package/build/{precache-manifest.694373c4d80fe3bb40d0d6526b473852.js → precache-manifest.943318a8942503f5324468a411afba1b.js} +30 -10
- package/build/service-worker.js +1 -1
- package/build/static/css/main.24b5a712.chunk.css +2 -0
- package/build/static/css/main.24b5a712.chunk.css.map +1 -0
- package/build/static/js/2.3399db0d.chunk.js +3 -0
- package/build/static/js/2.3399db0d.chunk.js.map +1 -0
- package/build/static/js/main.42571815.chunk.js +3 -0
- package/build/static/js/main.42571815.chunk.js.map +1 -0
- package/build/static/media/add.ba46a4bf.svg +4 -0
- package/build/static/media/arrow_left.fd9d4390.svg +3 -0
- package/build/static/media/arrow_right.c6fdab0b.svg +3 -0
- package/build/static/media/minus.3fce6c0a.svg +3 -0
- package/build/static/media/settings.e3c8138b.svg +3 -0
- package/package.json +3 -3
- package/public/js/settings.example.js +87 -13
- package/src/Store/Store.ts +1 -0
- package/src/Store/search/Search.ts +36 -0
- package/src/Store/search/search.initialState.ts +1 -0
- package/src/Store/search/types.ts +1 -0
- package/src/common/assets/icons/add.svg +4 -0
- package/src/common/assets/icons/minus.svg +3 -0
- package/src/common/assets/icons/settings.svg +3 -0
- package/src/components/HeaderMobile.tsx +41 -12
- package/src/components/ImagePreviewMobile.tsx +4 -14
- package/src/components/Inquiry/InquiryBanner.tsx +1 -1
- package/src/components/Layout.tsx +19 -1
- package/src/components/MobilePostFilter.tsx +14 -5
- package/src/components/PanelResult/PostFilter.tsx +314 -0
- package/src/components/PanelResult/{index.tsx → PostFilterAlgolia.tsx} +44 -15
- package/src/components/PanelResult/expandable-panel.tsx +20 -14
- package/src/components/ProductAttribute.tsx +38 -34
- package/src/components/ProductDetailView.tsx +92 -22
- package/src/components/ProductList/index.tsx +0 -3
- package/src/components/ProductList/useProductList.ts +6 -3
- package/src/components/SelectedPostFilter.tsx +103 -0
- package/src/components/SidePanel.tsx +18 -8
- package/src/components/common.scss +4 -0
- package/src/components/current-refinements/getCurrentRefinement.ts +10 -18
- package/src/components/icon-label/icon-label.tsx +23 -18
- package/src/components/input/inputSearch.tsx +2 -2
- package/src/components/pre-filter/index.tsx +16 -10
- package/src/components/results/ItemResult.tsx +99 -24
- package/src/hooks/useFilter.ts +92 -0
- package/src/hooks/useFilteredResult.ts +29 -0
- package/src/index.css +2 -1
- package/src/page/landingPage/AppMD.tsx +1 -5
- package/src/page/landingPage/common.scss +10 -3
- package/src/page/result/index.tsx +39 -31
- package/src/services/image.ts +0 -5
- package/src/translations.ts +9 -0
- package/src/types.ts +3 -5
- package/build/static/css/main.21021ebe.chunk.css +0 -2
- package/build/static/css/main.21021ebe.chunk.css.map +0 -1
- package/build/static/js/2.3e652625.chunk.js +0 -3
- package/build/static/js/2.3e652625.chunk.js.map +0 -1
- package/build/static/js/main.37e28702.chunk.js +0 -3
- package/build/static/js/main.37e28702.chunk.js.map +0 -1
- /package/build/static/js/{2.3e652625.chunk.js.LICENSE.txt → 2.3399db0d.chunk.js.LICENSE.txt} +0 -0
- /package/build/static/js/{main.37e28702.chunk.js.LICENSE.txt → main.42571815.chunk.js.LICENSE.txt} +0 -0
|
@@ -1,26 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"files": {
|
|
3
|
-
"main.css": "./static/css/main.
|
|
4
|
-
"main.js": "./static/js/main.
|
|
5
|
-
"main.js.map": "./static/js/main.
|
|
3
|
+
"main.css": "./static/css/main.24b5a712.chunk.css",
|
|
4
|
+
"main.js": "./static/js/main.42571815.chunk.js",
|
|
5
|
+
"main.js.map": "./static/js/main.42571815.chunk.js.map",
|
|
6
6
|
"runtime-main.js": "./static/js/runtime-main.1ff80965.js",
|
|
7
7
|
"runtime-main.js.map": "./static/js/runtime-main.1ff80965.js.map",
|
|
8
8
|
"static/css/2.27ad1145.chunk.css": "./static/css/2.27ad1145.chunk.css",
|
|
9
|
-
"static/js/2.
|
|
10
|
-
"static/js/2.
|
|
9
|
+
"static/js/2.3399db0d.chunk.js": "./static/js/2.3399db0d.chunk.js",
|
|
10
|
+
"static/js/2.3399db0d.chunk.js.map": "./static/js/2.3399db0d.chunk.js.map",
|
|
11
11
|
"index.html": "./index.html",
|
|
12
|
-
"precache-manifest.
|
|
12
|
+
"precache-manifest.943318a8942503f5324468a411afba1b.js": "./precache-manifest.943318a8942503f5324468a411afba1b.js",
|
|
13
13
|
"service-worker.js": "./service-worker.js",
|
|
14
14
|
"static/css/2.27ad1145.chunk.css.map": "./static/css/2.27ad1145.chunk.css.map",
|
|
15
|
-
"static/css/main.
|
|
16
|
-
"static/js/2.
|
|
17
|
-
"static/js/main.
|
|
15
|
+
"static/css/main.24b5a712.chunk.css.map": "./static/css/main.24b5a712.chunk.css.map",
|
|
16
|
+
"static/js/2.3399db0d.chunk.js.LICENSE.txt": "./static/js/2.3399db0d.chunk.js.LICENSE.txt",
|
|
17
|
+
"static/js/main.42571815.chunk.js.LICENSE.txt": "./static/js/main.42571815.chunk.js.LICENSE.txt",
|
|
18
18
|
"static/media/3d.24adb2c2.svg": "./static/media/3d.24adb2c2.svg",
|
|
19
19
|
"static/media/Fill.619a9d98.svg": "./static/media/Fill.619a9d98.svg",
|
|
20
20
|
"static/media/IconUploadDownward.6b47ab39.svg": "./static/media/IconUploadDownward.6b47ab39.svg",
|
|
21
21
|
"static/media/index.css": "./static/media/sectionTransTop.3dcf290f.svg",
|
|
22
22
|
"static/media/Union.svg": "./static/media/Union.2545c072.svg",
|
|
23
|
+
"static/media/add.ba46a4bf.svg": "./static/media/add.ba46a4bf.svg",
|
|
23
24
|
"static/media/arrow_down.c1b611db.svg": "./static/media/arrow_down.c1b611db.svg",
|
|
25
|
+
"static/media/arrow_left.fd9d4390.svg": "./static/media/arrow_left.fd9d4390.svg",
|
|
26
|
+
"static/media/arrow_right.c6fdab0b.svg": "./static/media/arrow_right.c6fdab0b.svg",
|
|
24
27
|
"static/media/arrow_up.fcd6b144.svg": "./static/media/arrow_up.fcd6b144.svg",
|
|
25
28
|
"static/media/avatar.4c5346ed.svg": "./static/media/avatar.4c5346ed.svg",
|
|
26
29
|
"static/media/appMobile.scss": "./static/media/bgDragmobile.e4913a92.svg",
|
|
@@ -53,18 +56,20 @@
|
|
|
53
56
|
"static/media/img6-2.png": "./static/media/img6-2.1e3e7fed.png",
|
|
54
57
|
"static/media/info-tooltip.b98e8a9c.svg": "./static/media/info-tooltip.b98e8a9c.svg",
|
|
55
58
|
"static/media/logout.07b9ef7f.svg": "./static/media/logout.07b9ef7f.svg",
|
|
59
|
+
"static/media/minus.3fce6c0a.svg": "./static/media/minus.3fce6c0a.svg",
|
|
56
60
|
"static/media/no-image.svg": "./static/media/no-image.04b676b3.svg",
|
|
57
61
|
"static/media/powered_by_nyris.e6766baf.svg": "./static/media/powered_by_nyris.e6766baf.svg",
|
|
58
62
|
"static/media/powered_by_nyris_colored.08d00bae.svg": "./static/media/powered_by_nyris_colored.08d00bae.svg",
|
|
59
63
|
"static/media/reverse_camera.svg": "./static/media/reverse_camera.28c80509.svg",
|
|
64
|
+
"static/media/settings.e3c8138b.svg": "./static/media/settings.e3c8138b.svg",
|
|
60
65
|
"static/media/take_photo.76423216.svg": "./static/media/take_photo.76423216.svg",
|
|
61
66
|
"static/media/trash.1624780d.svg": "./static/media/trash.1624780d.svg"
|
|
62
67
|
},
|
|
63
68
|
"entrypoints": [
|
|
64
69
|
"static/js/runtime-main.1ff80965.js",
|
|
65
70
|
"static/css/2.27ad1145.chunk.css",
|
|
66
|
-
"static/js/2.
|
|
67
|
-
"static/css/main.
|
|
68
|
-
"static/js/main.
|
|
71
|
+
"static/js/2.3399db0d.chunk.js",
|
|
72
|
+
"static/css/main.24b5a712.chunk.css",
|
|
73
|
+
"static/js/main.42571815.chunk.js"
|
|
69
74
|
]
|
|
70
75
|
}
|
package/build/index.html
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,viewport-fit=auto,user-scalable=no"/><meta name="theme-color" content="#000000"/><link rel="apple-touch-icon" sizes="57x57" href="images/fav/apple-icon-57x57.png"/><link rel="apple-touch-icon" sizes="60x60" href="images/fav/apple-icon-60x60.png"/><link rel="apple-touch-icon" sizes="72x72" href="images/fav/apple-icon-72x72.png"/><link rel="apple-touch-icon" sizes="76x76" href="images/fav/apple-icon-76x76.png"/><link rel="apple-touch-icon" sizes="114x114" href="images/fav/apple-icon-114x114.png"/><link rel="apple-touch-icon" sizes="120x120" href="images/fav/apple-icon-120x120.png"/><link rel="apple-touch-icon" sizes="144x144" href="images/fav/apple-icon-144x144.png"/><link rel="apple-touch-icon" sizes="152x152" href="images/fav/apple-icon-152x152.png"/><link rel="apple-touch-icon" sizes="180x180" href="images/fav/apple-icon-180x180.png"/><link rel="icon" type="image/png" sizes="192x192" href="images/fav/android-icon-192x192.png"/><link rel="icon" type="image/png" sizes="32x32" href="images/fav/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="96x96" href="images/fav/favicon-96x96.png"/><link rel="icon" type="image/png" sizes="16x16" href="images/fav/favicon-16x16.png"/><link rel="manifest" href="images/fav/manifest.json" crossorigin="use-credentials"/><link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"/><meta name="msapplication-TileColor" content="#ffffff"/><meta name="theme-color" content="#ffffff"/><script src="js/settings.js?CI_COMMIT_SHA"></script><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@algolia/autocomplete-theme-classic"/><script type="text/javascript">!function(e,t,a,r){e.dataLayer=e.dataLayer||[],e.dataLayer.push({start:(new Date).getTime(),event:"stg.start"});var i=t.getElementsByTagName("script")[0],n=t.createElement("script");var c=(e.location.href.match("stg_debug")||t.cookie.match("stg_debug"))&&!e.location.href.match("stg_disable_debug");!function(e,a,r){var i="";if(r){var n=new Date;n.setTime(n.getTime()+24*r*60*60*1e3),i="; expires="+n.toUTCString(),f="; SameSite=Strict"}t.cookie=e+"="+a+i+f+"; path=/"}("stg_debug",c?1:"",c?14:-1);var s=[];c&&s.push("stg_debug");var o=s.length>0?"?"+s.join("&"):"";n.async=!0,n.src="https://nyris.containers.piwik.pro/ace6a922-26e4-44b2-becf-ac94e9e5ecb4.js"+o,i.parentNode.insertBefore(n,i),function(t,a,r){t[a]=t[a]||{};for(var i=0;i<r.length;i++)!function(r){t[a][r]=t[a][r]||{},t[a][r].api=t[a][r].api||function(){var t=[].slice.call(arguments,0);"string"==typeof t[0]&&e.dataLayer.push({event:a+"."+r+":"+t[0],parameters:[].slice.call(arguments,1)})}}(r[i])}(e,"ppms",["tm","cm"])}(window,document)</script><script src="https://863a167094994e54bc22149eafac1699.js.ubembed.com" async></script><script>let vh=.01*window.innerHeight;document.documentElement.style.setProperty("--vh",vh+"px")</script><link rel="stylesheet" href="./cadenas/8.1.0/api/css/psol.components.min.css?v=1693816692897"><script type="text/javascript" src="./cadenas/8.1.0/api/js/fabric.min.js?v=1693816692897"></script><script type="text/javascript" src="./cadenas/8.1.0/api/js/quill.min.js?v=169381669289"></script><script type="text/javascript" src="./cadenas/8.1.0/api/js/thirdparty.min.js?v=1693816692897"></script><script type="text/javascript" src="./cadenas/8.1.0/api/js/psol.components.min.js?v=1693816692897"></script><link href="./static/css/2.27ad1145.chunk.css" rel="stylesheet"><link href="./static/css/main.
|
|
1
|
+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,viewport-fit=auto,user-scalable=no"/><meta name="theme-color" content="#000000"/><link rel="apple-touch-icon" sizes="57x57" href="images/fav/apple-icon-57x57.png"/><link rel="apple-touch-icon" sizes="60x60" href="images/fav/apple-icon-60x60.png"/><link rel="apple-touch-icon" sizes="72x72" href="images/fav/apple-icon-72x72.png"/><link rel="apple-touch-icon" sizes="76x76" href="images/fav/apple-icon-76x76.png"/><link rel="apple-touch-icon" sizes="114x114" href="images/fav/apple-icon-114x114.png"/><link rel="apple-touch-icon" sizes="120x120" href="images/fav/apple-icon-120x120.png"/><link rel="apple-touch-icon" sizes="144x144" href="images/fav/apple-icon-144x144.png"/><link rel="apple-touch-icon" sizes="152x152" href="images/fav/apple-icon-152x152.png"/><link rel="apple-touch-icon" sizes="180x180" href="images/fav/apple-icon-180x180.png"/><link rel="icon" type="image/png" sizes="192x192" href="images/fav/android-icon-192x192.png"/><link rel="icon" type="image/png" sizes="32x32" href="images/fav/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="96x96" href="images/fav/favicon-96x96.png"/><link rel="icon" type="image/png" sizes="16x16" href="images/fav/favicon-16x16.png"/><link rel="manifest" href="images/fav/manifest.json" crossorigin="use-credentials"/><link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"/><meta name="msapplication-TileColor" content="#ffffff"/><meta name="theme-color" content="#ffffff"/><script src="js/settings.js?CI_COMMIT_SHA"></script><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@algolia/autocomplete-theme-classic"/><script type="text/javascript">!function(e,t,a,r){e.dataLayer=e.dataLayer||[],e.dataLayer.push({start:(new Date).getTime(),event:"stg.start"});var i=t.getElementsByTagName("script")[0],n=t.createElement("script");var c=(e.location.href.match("stg_debug")||t.cookie.match("stg_debug"))&&!e.location.href.match("stg_disable_debug");!function(e,a,r){var i="";if(r){var n=new Date;n.setTime(n.getTime()+24*r*60*60*1e3),i="; expires="+n.toUTCString(),f="; SameSite=Strict"}t.cookie=e+"="+a+i+f+"; path=/"}("stg_debug",c?1:"",c?14:-1);var s=[];c&&s.push("stg_debug");var o=s.length>0?"?"+s.join("&"):"";n.async=!0,n.src="https://nyris.containers.piwik.pro/ace6a922-26e4-44b2-becf-ac94e9e5ecb4.js"+o,i.parentNode.insertBefore(n,i),function(t,a,r){t[a]=t[a]||{};for(var i=0;i<r.length;i++)!function(r){t[a][r]=t[a][r]||{},t[a][r].api=t[a][r].api||function(){var t=[].slice.call(arguments,0);"string"==typeof t[0]&&e.dataLayer.push({event:a+"."+r+":"+t[0],parameters:[].slice.call(arguments,1)})}}(r[i])}(e,"ppms",["tm","cm"])}(window,document)</script><script src="https://863a167094994e54bc22149eafac1699.js.ubembed.com" async></script><script>let vh=.01*window.innerHeight;document.documentElement.style.setProperty("--vh",vh+"px")</script><link rel="stylesheet" href="./cadenas/8.1.0/api/css/psol.components.min.css?v=1693816692897"><script type="text/javascript" src="./cadenas/8.1.0/api/js/fabric.min.js?v=1693816692897"></script><script type="text/javascript" src="./cadenas/8.1.0/api/js/quill.min.js?v=169381669289"></script><script type="text/javascript" src="./cadenas/8.1.0/api/js/thirdparty.min.js?v=1693816692897"></script><script type="text/javascript" src="./cadenas/8.1.0/api/js/psol.components.min.js?v=1693816692897"></script><link href="./static/css/2.27ad1145.chunk.css" rel="stylesheet"><link href="./static/css/main.24b5a712.chunk.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>!function(e){function r(r){for(var n,i,p=r[0],l=r[1],a=r[2],c=0,s=[];c<p.length;c++)i=p[c],Object.prototype.hasOwnProperty.call(o,i)&&o[i]&&s.push(o[i][0]),o[i]=0;for(n in l)Object.prototype.hasOwnProperty.call(l,n)&&(e[n]=l[n]);for(f&&f(r);s.length;)s.shift()();return u.push.apply(u,a||[]),t()}function t(){for(var e,r=0;r<u.length;r++){for(var t=u[r],n=!0,p=1;p<t.length;p++){var l=t[p];0!==o[l]&&(n=!1)}n&&(u.splice(r--,1),e=i(i.s=t[0]))}return e}var n={},o={1:0},u=[];function i(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,i),t.l=!0,t.exports}i.m=e,i.c=n,i.d=function(e,r,t){i.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},i.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.t=function(e,r){if(1&r&&(e=i(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(i.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)i.d(t,n,function(r){return e[r]}.bind(null,n));return t},i.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(r,"a",r),r},i.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},i.p="./";var p=this["webpackJsonp@nyris/nyris-webapp"]=this["webpackJsonp@nyris/nyris-webapp"]||[],l=p.push.bind(p);p.push=r,p=p.slice();for(var a=0;a<p.length;a++)r(p[a]);var f=l;t()}([])</script><script src="./static/js/2.3399db0d.chunk.js"></script><script src="./static/js/main.42571815.chunk.js"></script></body></html>
|
|
@@ -1,19 +1,93 @@
|
|
|
1
1
|
var settings = {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
auth0: {
|
|
3
|
+
enabled: '',
|
|
4
|
+
domain: '',
|
|
5
|
+
clientId: '',
|
|
6
|
+
supportEmail: '',
|
|
7
|
+
},
|
|
8
|
+
algolia: {
|
|
9
|
+
apiKey: '',
|
|
10
|
+
appId: '',
|
|
11
|
+
indexName: '',
|
|
12
|
+
},
|
|
13
|
+
alogoliaFilterField: 'keyword',
|
|
14
|
+
refinements: [
|
|
15
|
+
{
|
|
16
|
+
attribute: 'brand',
|
|
17
|
+
header: 'Brands',
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
attribute: 'keyword_0',
|
|
21
|
+
header: 'Category',
|
|
22
|
+
},
|
|
23
|
+
],
|
|
24
|
+
// Nyris - visual search
|
|
25
|
+
apiKey: '',
|
|
26
|
+
baseUrl: 'https://api.nyris.io',
|
|
5
27
|
jpegQuality: 0.9,
|
|
28
|
+
maxHeight: 1024,
|
|
29
|
+
maxWidth: 1024,
|
|
6
30
|
regions: true,
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'
|
|
12
|
-
'
|
|
13
|
-
'
|
|
14
|
-
'
|
|
15
|
-
'
|
|
16
|
-
|
|
31
|
+
responseFormat: 'application/offers.complete+json',
|
|
32
|
+
visualSearchFilterKey: '',
|
|
33
|
+
// UI - theme
|
|
34
|
+
theme: {
|
|
35
|
+
appBarLogoUrl: '',
|
|
36
|
+
headerColor: '',
|
|
37
|
+
logoHeight: '',
|
|
38
|
+
logoWidth: '',
|
|
39
|
+
primaryColor: '',
|
|
40
|
+
secondaryColor: '',
|
|
41
|
+
},
|
|
42
|
+
language: 'en',
|
|
43
|
+
// features
|
|
44
|
+
shareOption: '',
|
|
45
|
+
showFeedbackAndShare: '',
|
|
46
|
+
showPoweredByNyris: '',
|
|
47
|
+
warehouseVariant: false,
|
|
48
|
+
postFilterOption: '',
|
|
49
|
+
preFilterOption: '',
|
|
50
|
+
rfq: {
|
|
51
|
+
enabled: '',
|
|
52
|
+
emailTemplateId: '',
|
|
53
|
+
},
|
|
54
|
+
support: {
|
|
55
|
+
enabled: '',
|
|
56
|
+
emailInquiry: '',
|
|
57
|
+
emailTemplateId: '',
|
|
58
|
+
supportNumber: '',
|
|
59
|
+
description: '',
|
|
60
|
+
},
|
|
61
|
+
cadenas: {
|
|
62
|
+
catalog: '',
|
|
63
|
+
cadenasAPIKey: '',
|
|
64
|
+
cadenas3dWebView: '',
|
|
65
|
+
},
|
|
66
|
+
//UI - labels
|
|
67
|
+
appTitle: '',
|
|
68
|
+
brandName: '',
|
|
69
|
+
headerText: '',
|
|
70
|
+
itemIdLabel: 'SKU',
|
|
71
|
+
preFilterTitle: '',
|
|
72
|
+
CTAButtonText: 'View More',
|
|
73
|
+
secondaryCTAButtonText: 'Configure Now',
|
|
74
|
+
|
|
75
|
+
//field mappins
|
|
76
|
+
field: {
|
|
77
|
+
ctaLinkField: 'main_offer_link',
|
|
78
|
+
secondaryCTALinkField: 'main_offer_link',
|
|
79
|
+
productName: 'title',
|
|
80
|
+
productDetails: 'keyword_1',
|
|
81
|
+
manufacturerNumber: 'keyword_0',
|
|
82
|
+
productTag: 'brand',
|
|
83
|
+
//WarehouseVariant
|
|
84
|
+
warehouseNumber: 'custom_id_key_2',
|
|
85
|
+
warehouseNumberValue: 'custom_id_value_2',
|
|
86
|
+
warehouseShelfNumber: 'custom_id_key_1',
|
|
87
|
+
warehouseShelfNumberValue: 'custom_id_value_1',
|
|
88
|
+
warehouseStock: 'custom_id_key_3',
|
|
89
|
+
warehouseStockValue: 'custom_id_value_3',
|
|
90
|
+
},
|
|
17
91
|
};
|
|
18
92
|
settings['customSearchRequest'] = null;
|
|
19
93
|
settings['responseHook'] = null;
|
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
self.__precacheManifest = (self.__precacheManifest || []).concat([
|
|
2
2
|
{
|
|
3
|
-
"revision": "
|
|
3
|
+
"revision": "b6dc71d5dae627a852ebe94bf148b849",
|
|
4
4
|
"url": "./index.html"
|
|
5
5
|
},
|
|
6
6
|
{
|
|
7
|
-
"revision": "
|
|
7
|
+
"revision": "8c20fcb5dd0ad1236335",
|
|
8
8
|
"url": "./static/css/2.27ad1145.chunk.css"
|
|
9
9
|
},
|
|
10
10
|
{
|
|
11
|
-
"revision": "
|
|
12
|
-
"url": "./static/css/main.
|
|
11
|
+
"revision": "f208b02c1db04a2bdfe7",
|
|
12
|
+
"url": "./static/css/main.24b5a712.chunk.css"
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
|
-
"revision": "
|
|
16
|
-
"url": "./static/js/2.
|
|
15
|
+
"revision": "8c20fcb5dd0ad1236335",
|
|
16
|
+
"url": "./static/js/2.3399db0d.chunk.js"
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
19
|
"revision": "bd99f7c44e94c70e36ed31faa2d961af",
|
|
20
|
-
"url": "./static/js/2.
|
|
20
|
+
"url": "./static/js/2.3399db0d.chunk.js.LICENSE.txt"
|
|
21
21
|
},
|
|
22
22
|
{
|
|
23
|
-
"revision": "
|
|
24
|
-
"url": "./static/js/main.
|
|
23
|
+
"revision": "f208b02c1db04a2bdfe7",
|
|
24
|
+
"url": "./static/js/main.42571815.chunk.js"
|
|
25
25
|
},
|
|
26
26
|
{
|
|
27
27
|
"revision": "4e0e34f265fae8f33b01b27ae29d9d6f",
|
|
28
|
-
"url": "./static/js/main.
|
|
28
|
+
"url": "./static/js/main.42571815.chunk.js.LICENSE.txt"
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"revision": "f430fedd4ac6a493b817",
|
|
@@ -67,10 +67,22 @@ self.__precacheManifest = (self.__precacheManifest || []).concat([
|
|
|
67
67
|
"revision": "2545c072132f07d667d95152eb35d399",
|
|
68
68
|
"url": "./static/media/Union.2545c072.svg"
|
|
69
69
|
},
|
|
70
|
+
{
|
|
71
|
+
"revision": "ba46a4bfcf996027467e3478a2ac48b4",
|
|
72
|
+
"url": "./static/media/add.ba46a4bf.svg"
|
|
73
|
+
},
|
|
70
74
|
{
|
|
71
75
|
"revision": "c1b611dbe092dc842d30da5ab3c17a4b",
|
|
72
76
|
"url": "./static/media/arrow_down.c1b611db.svg"
|
|
73
77
|
},
|
|
78
|
+
{
|
|
79
|
+
"revision": "fd9d43909fc8d13194ac89d9c09e651a",
|
|
80
|
+
"url": "./static/media/arrow_left.fd9d4390.svg"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"revision": "c6fdab0b57012b94328bed0e2afa1835",
|
|
84
|
+
"url": "./static/media/arrow_right.c6fdab0b.svg"
|
|
85
|
+
},
|
|
74
86
|
{
|
|
75
87
|
"revision": "fcd6b144a9625c20fbfeae73064e3f0a",
|
|
76
88
|
"url": "./static/media/arrow_up.fcd6b144.svg"
|
|
@@ -215,6 +227,10 @@ self.__precacheManifest = (self.__precacheManifest || []).concat([
|
|
|
215
227
|
"revision": "07b9ef7fa1acb3299d290e8717f6dc87",
|
|
216
228
|
"url": "./static/media/logout.07b9ef7f.svg"
|
|
217
229
|
},
|
|
230
|
+
{
|
|
231
|
+
"revision": "3fce6c0a68748f7b6318d85bf83dc58b",
|
|
232
|
+
"url": "./static/media/minus.3fce6c0a.svg"
|
|
233
|
+
},
|
|
218
234
|
{
|
|
219
235
|
"revision": "04b676b3bbce419d47330ca67c5449c3",
|
|
220
236
|
"url": "./static/media/no-image.04b676b3.svg"
|
|
@@ -335,6 +351,10 @@ self.__precacheManifest = (self.__precacheManifest || []).concat([
|
|
|
335
351
|
"revision": "3dcf290f4c9293934d8f51cb590ad946",
|
|
336
352
|
"url": "./static/media/sectionTransTop.3dcf290f.svg"
|
|
337
353
|
},
|
|
354
|
+
{
|
|
355
|
+
"revision": "e3c8138b10a12e58eee8bea2c28da13f",
|
|
356
|
+
"url": "./static/media/settings.e3c8138b.svg"
|
|
357
|
+
},
|
|
338
358
|
{
|
|
339
359
|
"revision": "76423216793291e69e8228e359726af6",
|
|
340
360
|
"url": "./static/media/take_photo.76423216.svg"
|
package/build/service-worker.js
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");
|
|
15
15
|
|
|
16
16
|
importScripts(
|
|
17
|
-
"./precache-manifest.
|
|
17
|
+
"./precache-manifest.943318a8942503f5324468a411afba1b.js"
|
|
18
18
|
);
|
|
19
19
|
|
|
20
20
|
self.addEventListener('message', (event) => {
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
@media screen and (max-width:776px){html{background-color:#fff}body{margin:0!important}.d-none{display:none!important}}.psol-comp-viewbase-svgcontainer{display:none!important}.layout-main-mobile{height:100%}@media screen and (max-width:776px){.layout-main-mobile{overflow:hidden;display:flex;flex-direction:column;width:100%;background-color:#fafafa}.layout-main-mobile .box-header-mobile-main{z-index:100;background-color:#fff;display:flex;align-items:center;justify-content:center;width:100%;margin-top:0!important}.layout-main-mobile .box-header-mobile-main.hide{display:none}.layout-main-mobile .box-header-mobile-main .wrap-header-mobile{background:#fff;border-bottom:1px solid #e9e9ec;box-shadow:0 0 16px 0 rgba(170,171,181,.5);border-radius:32px;width:100%;position:relative;height:48px}.layout-main-mobile .box-header-mobile-main .wrap-header-mobile .box-suggest-search{position:absolute;bottom:-30px;left:0;width:100%;background-color:red;padding:0 50px}.layout-main-mobile .box-header-mobile-main .wrap-header-mobile .box-suggest-search.open{z-index:100;opacity:1}.layout-main-mobile .box-header-mobile-main .wrap-header-mobile .box-suggest-search.close{z-index:-99;opacity:0}.layout-main-mobile .box-header-mobile-main .wrap-header-mobile .wrap-input-search{width:100%}.layout-main-mobile .box-header-mobile-main .wrap-header-mobile .wrap-input-search .box-input-search,.layout-main-mobile .box-header-mobile-main .wrap-header-mobile .wrap-input-search .box-input-search input{background-color:#fff}.layout-main-mobile .box-header-mobile-main .wrap-header-mobile .wrap-input-search .box-input-search .btn-mobile-filter{padding:12px;width:40px;height:40px;background-color:#f7f7f7;border-radius:100%}.layout-main-mobile .box-header-mobile-main .box-image-search-thumb-mobile{height:40px;min-width:76px;margin-left:10px;position:relative;display:flex;border-radius:4px;max-width:80px!important}.layout-main-mobile .box-header-mobile-main .box-image-search-thumb-mobile button{display:flex;justify-content:center;align-items:center;height:100%;min-width:36px!important;border:0}.layout-main-mobile .box-header-mobile-main .box-image-search-thumb-mobile img{width:100%;height:100%;border-radius:100%}.layout-main-mobile .box-body-mobile-wrap-main{display:flex;width:100%;background-color:#fafafa;flex-grow:1;overflow-y:auto;margin-bottom:50px}.layout-main-mobile .box-body-mobile-wrap-main .wrap-content-body{margin-top:auto;height:336px;width:100%;background-image:url(../../static/media/bgDragmobile.e4913a92.svg);background-repeat:no-repeat;background-size:cover;z-index:0;position:relative;padding-top:74px;overflow:hidden}.layout-main-mobile .box-body-mobile-wrap-main .wrap-content-body .box-content-body{z-index:2;display:flex;justify-content:center;align-items:center;flex-direction:column;height:100%}.layout-main-mobile .box-body-mobile-wrap-main .wrap-content-body .box-drag-mobile .useExampleImg{position:relative!important}.layout-main-mobile .box-body-mobile-wrap-main .wrap-content-body .box-drag-mobile .box-content-main{background-color:transparent;background-color:initial}.layout-main-mobile .box-body-mobile-wrap-main .wrap-content-body .box-drag-mobile .useExampleImg .exampleImages img{width:80px;height:80px;opacity:1;object-fit:contain;background:#fff}.layout-main-mobile .box-body-mobile-wrap-main .box-title_col-left{margin-top:auto}.layout-main-mobile .box-body-mobile-wrap-main .wrap-main-result{width:100%}.layout-main-mobile .box-body-mobile-wrap-main .wrap-main-result .col-right-result-mobile{overflow:visible;overflow:initial;display:flex;flex-direction:column}.layout-main-mobile .box-body-mobile-wrap-main .wrap-main-result .col-right-result-mobile .col-left{max-width:100%}.layout-main-mobile .box-body-mobile-wrap-main .wrap-main-result .col-right-result-mobile .box-item-result{height:100%;width:390px}.layout-main-mobile .box-body-mobile-wrap-main .wrap-main-result .col-right-result-mobile .box-item-result .wrap-main-item-result{width:180px;max-width:180px!important}.layout-main-mobile .box-body-mobile-wrap-main .wrap-main-result .col-right-result-mobile .box-item-result .wrap-main-item-result:first-child{margin-top:0!important}}@media screen and (max-width:776px)and (max-width:370px){.layout-main-mobile .box-body-mobile-wrap-main .wrap-main-result .col-right-result-mobile .box-item-result{padding:0;display:flex;justify-content:center}}@media screen and (max-width:776px){.layout-main-mobile .box-body-mobile-wrap-main .wrap-main-support-page{width:100%;background-color:#fff!important;padding:0 20px!important;margin-top:0}.layout-main-mobile .box-body-mobile-wrap-main .wrap-main-support-page .box-preview-image{display:none}.layout-main-mobile .box-body-mobile-wrap-main .wrap-main-support-page .col-left{width:100%}.layout-main-mobile .box-body-mobile-wrap-main .wrap-main-support-page .col-left .col-left__bottom .col-left__bottom__content{width:100%!important}.layout-main-mobile .box-body-mobile-wrap-main .wrap-main-support-page .col-left .btn-submit-support span{text-align:center;display:block;font-size:14px}.layout-main-mobile .box-body-mobile-wrap-main .wrap-main-support-page .col-left .box-choose-file-mobile .col-left,.layout-main-mobile .box-body-mobile-wrap-main .wrap-main-support-page .col-left .box-choose-file-mobile .col-right{width:50%;display:block;border:2px solid #2b2c46}.layout-main-mobile .box-body-mobile-wrap-main .wrap-main-support-page .col-left .box-choose-file-mobile .col-left button,.layout-main-mobile .box-body-mobile-wrap-main .wrap-main-support-page .col-left .box-choose-file-mobile .col-right button{width:100%}.layout-main-mobile .box-body-mobile-wrap-main .wrap-main-support-page .col-left .box-choose-file-mobile .col-left button span,.layout-main-mobile .box-body-mobile-wrap-main .wrap-main-support-page .col-left .box-choose-file-mobile .col-right button span{display:flex;width:100%}.layout-main-mobile .box-body-mobile-wrap-main .wrap-main-support-page .col-left .box-choose-file-mobile .col-left button span svg,.layout-main-mobile .box-body-mobile-wrap-main .wrap-main-support-page .col-left .box-choose-file-mobile .col-right button span svg{margin-left:auto}.layout-main-mobile .box-body-mobile-wrap-main .wrap-main-support-page .col-left .box-choose-file-mobile .col-left{border-right:1px solid #2b2c46!important}.layout-main-mobile .box-body-mobile-wrap-main .wrap-main-support-page .col-left .box-choose-file-mobile .col-right{border-left:1px solid #2b2c46!important}.layout-main-mobile .box-body-mobile-wrap-main .wrap-main-support-page .col-left .box-form .box-form-control .item-field label{color:#1e1f31!important}.layout-main-mobile .box-body-mobile-wrap-main .wrap-main-support-page .col-left .box-form .box-form-control .item-field .box-input-control{box-shadow:none!important}.layout-main-mobile .box-body-mobile-wrap-main .wrap-main-support-page .col-left .text-title-support{color:#1e1f31!important}.layout-main-mobile .box-body-mobile-wrap-main .wrap-main-support-page .col-right{display:none}}@media screen and (max-width:776px){.box-header-mobile-main{z-index:100;background-color:#fff;display:flex;align-items:center;justify-content:center;width:100%;margin-top:0!important}.box-header-mobile-main.hide{display:none}.box-header-mobile-main .wrap-header-mobile{background:#fff;border-bottom:1px solid #e9e9ec;box-shadow:0 0 16px 0 rgba(170,171,181,.5);border-radius:32px;width:100%;position:relative;height:48px}.box-header-mobile-main .wrap-header-mobile .box-suggest-search{position:absolute;bottom:-30px;left:0;width:100%;background-color:red;padding:0 50px}.box-header-mobile-main .wrap-header-mobile .box-suggest-search.open{z-index:100;opacity:1}.box-header-mobile-main .wrap-header-mobile .box-suggest-search.close{z-index:-99;opacity:0}.box-header-mobile-main .wrap-header-mobile .wrap-input-search{width:100%}.box-header-mobile-main .wrap-header-mobile .wrap-input-search .box-input-search,.box-header-mobile-main .wrap-header-mobile .wrap-input-search .box-input-search input{background-color:#fff}.box-header-mobile-main .wrap-header-mobile .wrap-input-search .box-input-search .btn-mobile-filter{padding:12px;width:40px;height:40px;background-color:#f7f7f7;border-radius:100%}.box-header-mobile-main .box-image-search-thumb-mobile{height:40px;min-width:76px;margin-left:10px;position:relative;display:flex;border-radius:4px;max-width:80px!important}.box-header-mobile-main .box-image-search-thumb-mobile button{display:flex;justify-content:center;align-items:center;height:100%;min-width:36px!important;border:0}.box-header-mobile-main .box-image-search-thumb-mobile img{width:100%;height:100%;border-radius:100%}.box-icon-camera-mobile{z-index:10;box-shadow:0 0 16px rgba(85,86,107,.2);border-radius:100%;position:absolute;left:0;right:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:auto;top:-50%;width:56px;height:56px;background-color:#fff}.box-icon-camera-mobile button{border:0!important;padding:17px 14px;width:56px;height:56px}.box-filter{bottom:0;left:0;width:100%;height:calc(100% - 47px);background-color:#fff;overflow:auto;opacity:1;display:flex;flex-direction:column;justify-content:space-between}.box-filter ul li{list-style-type:none}.box-filter ul li input{margin-right:9px}.box-filter ul li span{color:#1e1f31;font-size:14px;font-weight:400}.box-filter.open{z-index:1000}.box-filter.close{z-index:-100;opacity:0}}@media screen and (max-width:776px){.wrap-mobile{height:100vh;height:calc(var(--vh, 1vh)*100);background-color:#f3f3f5;display:flex;flex-direction:column}#box-input-search{position:relative}#box-input-search .box-button-input-mobile{display:flex;justify-content:center;align-items:center}#box-input-search .box-button-input-mobile button{background-color:#f7f7f7;border-radius:100%;width:32px;height:32px}#box-input-search .btn-close-header,.modal-togggle-cam .wrap-camera{display:flex;justify-content:center;align-items:center}.modal-togggle-cam .wrap-camera{position:relative;height:100vh;height:calc(var(--vh, 1vh)*100);background-color:#1e1f31}.modal-togggle-cam .wrap-camera .btn-capture-camera{position:absolute;left:0;right:0;margin:auto;bottom:80px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background-color:transparent;border:1px solid #fff;border-radius:100%;display:flex;justify-content:center;align-items:center;padding:2px}.modal-togggle-cam .wrap-camera .btn-switch-camera{position:absolute;left:38px;margin:auto;bottom:60px;padding:0;background-color:transparent;border:0}.modal-togggle-cam .wrap-camera video{overflow:hidden;height:100%;width:100%;object-fit:cover;min-width:100%;min-height:100%}.modal-togggle-cam .btn-close-modal{background-color:#655ee3;width:24px;height:24px;position:absolute;top:16px;border:0;display:flex;align-items:center;justify-content:center;padding:0;z-index:1}.modal-togggle-cam .btn-close-modal.right{right:21px;border-radius:100%}.modal-togggle-cam .btn-close-modal.left{border-radius:12px;left:21px;width:48px}.modal-togggle-cam .box-scale-camera{position:absolute;bottom:170px;left:0;right:0;margin:auto;display:flex;justify-content:center;align-items:center;background:rgba(43,44,70,.7019607843);border-radius:15px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:2px 0}.modal-togggle-cam .box-scale-camera button{width:28px;height:28px;background-color:transparent;border-radius:100%;border:0;color:#fff;font-size:14px;font-weight:500;margin:0 6px}.modal-togggle-cam .box-scale-camera button.active{background-color:#655ee3}.modal-togggle-cam .MuiBackdrop-root{background-color:#1e1f31}.wrap-main-profile{height:100%!important;width:100%;background-color:#fff}.wrap-main-profile .box-col-left{padding:30px 20px}.wrap-main-profile .box-top{padding:0!important;display:block!important;min-height:100px!important}.wrap-main-profile .box-bottom .box-content{width:100%!important;background-color:#fff!important}.wrap-box-input-mobile.custom-library{position:absolute;width:52px;height:52px;background-color:rgba(104,103,120,.7019607843)!important;border-radius:100%;display:flex;justify-content:center;align-items:center;border:2px solid #fff!important;padding:3px;bottom:66px;right:38px}.wrap-box-input-mobile.custom-library .MuiIconButton-colorPrimary{background-color:transparent!important}.wrap-box-input-mobile.custom-library svg{color:#fff!important;font-size:30px!important}.aa-InputWrapperSuffix{display:none}.aa-DetachedSearchButtonPlaceholder{color:#1e1f31!important}.aa-Panel{overflow:visible!important;overflow:initial!important}.box-modal-default{margin:auto!important}.box-modal-default .box-carosel .carousel-root{height:80%!important}.box-modal-default .box-top .btn-detail-item{margin:10px 0!important}.box-modal-default .box-carosel{min-height:0;min-height:0!important}.box-modal-default.box-modal-share{width:85vw!important}.box-footer-mobile{border-top:1px solid #cacad1;background-color:#f3f3f5}.box-modal-default{max-width:360px}.box-modal-default .box-carosel .thumbs-wrapper{width:300px}}@media screen and (max-width:400px){.box-item-result{height:100%;grid-gap:12px!important;gap:12px!important;width:360px!important}.box-item-result .wrap-main-item-result{width:170px!important;max-width:180px!important}}.pre-filter-icon{display:flex;min-width:56px;height:100%;justify-content:center;align-items:center;border-right:1px solid #e0e0e0;background:#fafafa;border-top-left-radius:32px;border-bottom-left-radius:32px}.take-photo{border-radius:100%;padding:3px;background:linear-gradient(1turn,#e9e9ec,#fff 44.79%,#aaabb5)}.take-photo .take-photo-wrapper{border-radius:100%;padding:30px}.take-photo .take-photo-wrapper .outer{display:block;border-radius:100%;padding:3px;background:linear-gradient(180deg,#aaabb5,#fff);box-shadow:-2px 10px 24px rgba(43,44,70,.6)}.take-photo .take-photo-wrapper .inner{display:flex;justify-content:center;align-items:center;width:192px;height:192px;border-radius:100%;background:linear-gradient(180deg,#fff 30.73%,#c5c5c5)}.psol-comp-viewbase-iconbutton-44{width:32px;height:32px}.psol-comp-viewbase-iconbutton-44 .psol-comp-viewbase-svgicon{width:16px;height:16px}.psol-comp-webviewer3d-copyright-container a{font-size:10px!important;color:#55566b!important}.psol-comp-webviewer3d-copyright-container{margin-bottom:-2px}.ComponentCustomizeWebViewer3DFavoriteButtonsBarContainer{padding-bottom:6px}.loading-spinner{-webkit-animation:spin 3s linear infinite;animation:spin 3s linear infinite}.full-height,.layout-main-newVersion{height:100vh;height:calc(var(--vh, 1vh)*100)}.layout-main-newVersion{display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.layout-main-newVersion .box-header-newVersion-main{height:50px;min-height:50px;border-bottom:1px solid #e0e0e0}.layout-main-newVersion .box-header-newVersion-main .box-content{margin:auto;height:100%;justify-content:space-between;align-items:center}.layout-main-newVersion .box-body-newVersion-wrap-main{height:calc(100% - 50px)}.layout-main-newVersion .box-body-newVersion-wrap-main .box-content-main{height:auto;margin-top:calc(50vh - 75px)}.d-none{display:none}@-webkit-keyframes slidedown{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slidedown{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slideup{0%{-webkit-transform:translateY(40px);transform:translateY(40px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideup{0%{-webkit-transform:translateY(40px);transform:translateY(40px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.slideDown{-webkit-animation:slidedown 1s ease-in-out;animation:slidedown 1s ease-in-out}.slideUp{-webkit-animation:slideup .5s ease-in-out;animation:slideup .5s ease-in-out}@-webkit-keyframes reduceSize{0%{height:240px;width:240px}to{height:80px;width:81px}}@keyframes reduceSize{0%{height:240px;width:240px}to{height:80px;width:81px}}.shrink-animation{-webkit-animation:reduceSize .3s;animation:reduceSize .3s}@-webkit-keyframes extendSize{0%{height:80px;width:81px}to{height:240px;width:240px}}@keyframes extendSize{0%{height:80px;width:81px}to{height:240px;width:240px}}.expand-animation{-webkit-animation:extendSize .25s;animation:extendSize .25s;-webkit-animation-timing-function:linear;animation-timing-function:linear}.circle-layer{position:absolute;width:81px;height:80px;-webkit-clip-path:polygon(100% 50%,100% 100%,0 100%,0 0,100% 0,100% 50%,80% 50%,79.850923261% 47.0129646021%,79.4051746355% 44.055615704%,78.6671841736% 41.1573447677%,77.6442863561% 38.3469561118%,76.3466472011% 35.6523806414%,74.7871632295% 33.1003982581%,72.9813332936% 30.7163717094%,70.9471045426% 28.5239945222%,68.7046940558% 26.545055526%,66.276387916% 24.7992223055%,63.6863197206% 23.3038457357%,60.960230731% 22.0737875407%,58.1252140443% 21.1212725915%,55.20944533% 20.4557674096%,52.2419028076% 20.0838860846%,49.2520792479% 20.00932454%,46.2696888606% 20.232823802%,43.3243719813% 20.7521626345%,40.4454004924% 21.562179615%,37.6613869061% 22.6548244306%,35% 24.0192378865%,32.487689833% 25.6418598285%,30.1494248721% 27.506563911%,28.0084438451% 29.5948178669%,26.0860247833% 31.8858676902%,24.401273551% 34.3569438986%,22.9709339629% 36.9834878265%,21.8092213764% 39.7393957002%,20.9276814131% 42.5972780693%,20.3350752132% 45.5287320147%,20.0372923634% 48.5046234302%,20.0372923634% 51.4953765698%,20.3350752132% 54.4712679853%,20.9276814131% 57.4027219307%,21.8092213764% 60.2606042998%,22.9709339629% 63.0165121735%,24.401273551% 65.6430561014%,26.0860247833% 68.1141323098%,28.0084438451% 70.4051821331%,30.1494248721% 72.493436089%,32.487689833% 74.3581401715%,35% 75.9807621135%,37.6613869061% 77.3451755694%,40.4454004924% 78.437820385%,43.3243719813% 79.2478373655%,46.2696888606% 79.767176198%,49.2520792479% 79.99067546%,52.2419028076% 79.9161139154%,55.20944533% 79.5442325904%,58.1252140443% 78.8787274085%,60.960230731% 77.9262124593%,63.6863197206% 76.6961542643%,66.276387916% 75.2007776945%,68.7046940558% 73.454944474%,70.9471045426% 71.4760054778%,72.9813332936% 69.2836282906%,74.7871632295% 66.8996017419%,76.3466472011% 64.3476193586%,77.6442863561% 61.6530438882%,78.6671841736% 58.8426552323%,79.4051746355% 55.944384296%,79.850923261% 52.9870353979%,80% 50%);clip-path:polygon(100% 50%,100% 100%,0 100%,0 0,100% 0,100% 50%,80% 50%,79.850923261% 47.0129646021%,79.4051746355% 44.055615704%,78.6671841736% 41.1573447677%,77.6442863561% 38.3469561118%,76.3466472011% 35.6523806414%,74.7871632295% 33.1003982581%,72.9813332936% 30.7163717094%,70.9471045426% 28.5239945222%,68.7046940558% 26.545055526%,66.276387916% 24.7992223055%,63.6863197206% 23.3038457357%,60.960230731% 22.0737875407%,58.1252140443% 21.1212725915%,55.20944533% 20.4557674096%,52.2419028076% 20.0838860846%,49.2520792479% 20.00932454%,46.2696888606% 20.232823802%,43.3243719813% 20.7521626345%,40.4454004924% 21.562179615%,37.6613869061% 22.6548244306%,35% 24.0192378865%,32.487689833% 25.6418598285%,30.1494248721% 27.506563911%,28.0084438451% 29.5948178669%,26.0860247833% 31.8858676902%,24.401273551% 34.3569438986%,22.9709339629% 36.9834878265%,21.8092213764% 39.7393957002%,20.9276814131% 42.5972780693%,20.3350752132% 45.5287320147%,20.0372923634% 48.5046234302%,20.0372923634% 51.4953765698%,20.3350752132% 54.4712679853%,20.9276814131% 57.4027219307%,21.8092213764% 60.2606042998%,22.9709339629% 63.0165121735%,24.401273551% 65.6430561014%,26.0860247833% 68.1141323098%,28.0084438451% 70.4051821331%,30.1494248721% 72.493436089%,32.487689833% 74.3581401715%,35% 75.9807621135%,37.6613869061% 77.3451755694%,40.4454004924% 78.437820385%,43.3243719813% 79.2478373655%,46.2696888606% 79.767176198%,49.2520792479% 79.99067546%,52.2419028076% 79.9161139154%,55.20944533% 79.5442325904%,58.1252140443% 78.8787274085%,60.960230731% 77.9262124593%,63.6863197206% 76.6961542643%,66.276387916% 75.2007776945%,68.7046940558% 73.454944474%,70.9471045426% 71.4760054778%,72.9813332936% 69.2836282906%,74.7871632295% 66.8996017419%,76.3466472011% 64.3476193586%,77.6442863561% 61.6530438882%,78.6671841736% 58.8426552323%,79.4051746355% 55.944384296%,79.850923261% 52.9870353979%,80% 50%);background-color:rgba(0,0,0,.3);z-index:1}.powered-by-nyris{background-color:#fff}.powered-by-nyris:hover{background-color:#f0efff}.feedback-floating{margin-left:-24px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;bottom:35px;position:fixed;z-index:201;display:flex;justify-content:flex-end}@media screen and (max-width:776px){.feedback-floating{margin-left:0;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;bottom:105px;justify-content:center!important}}.feedback-wrapper{background-color:rgba(228,227,255,.968627451);mix-blend-mode:multiply;border-radius:24px;display:flex;justify-content:center;align-items:center;padding:8px 30px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;grid-column-gap:22px;-webkit-column-gap:22px;column-gap:22px;flex-shrink:0;color:#2b2c46}.feedback-wrapper:hover{background-color:rgba(211,209,255,.97)}@media screen and (max-width:776px){.feedback-wrapper{padding-left:20px;padding-right:20px}}.feedback-wrapper p{font-size:14px;font-weight:600}@media screen and (max-width:776px){.feedback-wrapper p{font-size:12px}}.feedback-wrapper .feedback-icon-wrapper{width:34px;height:34px;border-radius:100%;display:flex;justify-content:center;align-items:center}.feedback-wrapper .feedback-icon-wrapper:hover{background-color:#fff;box-shadow:0 0 7.04px 0 rgba(0,0,0,.1);cursor:pointer}.feedback-wrapper .feedback-icon-wrapper svg{width:16px;height:16px}@media screen and (max-width:776px){.feedback-wrapper .feedback-icon-wrapper svg{width:14px;height:14px}}@media screen and (max-width:776px){.feedback-wrapper .feedback-icon-wrapper{width:25px;height:25px}}.feedback-success{font-size:14px;font-weight:600;color:#fff;background-color:#2b2c46;width:282px;padding-top:16px;padding-bottom:16px;text-align:center;border-radius:26px}@media screen and (max-width:776px){.feedback-success{font-size:12px;padding-top:8px;padding-bottom:8px;width:264px}}.rfq-box{padding:24px 40px}@media screen and (max-width:776px){.rfq-box{padding:16px}}@media screen and (max-width:820px){.rfq-box{padding:16px}}.rfq-box .support-button-wrapper{flex-wrap:nowrap}@media screen and (max-width:820px){.rfq-box .support-button-wrapper{grid-gap:8px;gap:8px}}.MuiButton-root:hover{text-decoration:none}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2b2c46}@font-face{font-family:"Source Sans 3";src:url(../../static/media/SourceSans3-Light.d1772158.ttf);font-style:normal;font-weight:300;font-display:swap}@font-face{font-family:"Source Sans 3";src:url(../../static/media/SourceSans3-Regular.04f1a4f0.ttf);font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:"Source Sans 3";src:url(../../static/media/SourceSans3-Medium.fda30e61.ttf);font-style:medium;font-weight:500;font-display:swap}@font-face{font-family:"Source Sans 3";src:url(../../static/media/SourceSans3-SemiBold.cf5be839.ttf);font-style:medium;font-weight:600;font-display:swap}@font-face{font-family:"Source Sans 3";src:url(../../static/media/SourceSans3-Bold.a923b66a.ttf);font-style:medium;font-weight:700;font-display:swap}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}#branding,.btn{transition:all .2s ease}.headSection,.mainContentWrap{overflow:hidden}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{font:inherit;padding:0;border:0;margin:0}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}.container,.mainContentWrap,article{position:relative}*{box-sizing:border-box}.wrapper{width:96%;max-width:1200px;margin:0 auto;flex:1 1}.fullWidth,.wrapper{padding:4% 0;position:relative}.fullWidth.noPadding,.wrapper.noPadding{padding:0}@media only screen and (min-width:1300px){.fullWidth,.wrapper{padding:2% 0}}@media only screen and (min-width:900px) and (max-width:1120px){.fullWidth,.wrapper{padding:4% 0}}.fullWidth .wrapper,article{padding:0}.flexWrapper{align-items:center;flex-flow:row wrap;flex-direction:row;display:flex}.flexWrapper.alignTop{align-items:flex-start}.tileFlexible{margin:20px 0;flex-grow:1;float:left}.tileHalf{width:50%;float:left}@media only screen and (min-width:530px) and (max-width:750px){.tileHalf{float:none;width:100%}}.tileThird{width:33%;float:left}.center{text-align:center}.smallerWidth{width:70%;display:inline-block}@media only screen and (min-width:900px) and (max-width:1120px){.smallerWidth br{display:none}}@media only screen and (min-width:750px) and (max-width:900px){.smallerWidth{width:100%}}@media only screen and (max-width:530px){.onDesktop{display:none}}.bold,.bold a,.bold div,.bold span{font-weight:700!important}.disabled,.notAvailableJet{pointer-events:none}.disabled:hover,.notAvailableJet:hover{cursor:default}.notAvailableJet{opacity:.5}.container{min-height:60vh;background:#e7eaee;background:linear-gradient(180deg,#e7eaee 0,#f0f2f4);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#e7eaee",endColorstr="#f0f2f4",GradientType=0)}.page-template-template-contact .container{min-height:0}.btn{min-width:200px;border-radius:3px;padding:15px 35px;font-size:14px;line-height:14px;text-transform:uppercase;display:inline-block;text-align:center;height:45px;font-weight:700;transition:all .2s ease}.hide,.oldBrowserHint{display:none}.btn.primary{background:#4c8f9f;color:#fff}.btn.primary:hover{cursor:pointer;opacity:.8}.btn.withShadow{box-shadow:0 19px 25px -17px rgba(0,0,0,.3)}.btn.withShadow:hover{opacity:.8}.btn.withShadow:active{transition:all 50ms cubic-bezier(.54,.03,.42,.99);-webkit-transform:translateY(1px);transform:translateY(1px);box-shadow:0 17px 22px -15px rgba(0,0,0,.2)}.no-borderradius .oldBrowserHint,.no-opacity .oldBrowserHint{text-align:center;padding:20% 5%;position:fixed;z-index:9999;top:0;right:0;bottom:0;left:0;color:#fff;background:#031f2b}body,button,input,select,textarea{color:#2b2c46;font-family:Roboto,Arial,Helvetica,sans-serif;font-size:17px;line-height:1.5;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a,b,h1,h2,h3,h4,h5,h6,strong{font-weight:700}body{background:#fafafa}h1,h2,h3,h4,h5,h6{line-height:1}h1,h2{line-height:1.618;color:#031f2b}h1{font-size:25px;margin:0 auto 25px}h1.entry-title a{color:#031f2b;font-size:25px}h2{font-size:16px;margin:15px auto 25px}h2.entry-title a{color:#031f2b;font-size:25px}h1 p,h2 p{margin-bottom:0}@media only screen and (min-width:530px) and (max-width:750px){h1 br,h2 br{display:none}}h3{color:#031f2b;font-size:17px;line-height:1.5;margin:22px auto 16px}h4{font-size:15px;margin:22px auto 12px}h5{font-size:13px;margin:22px auto 10px}h6{font-size:11px;margin:22px auto 8px}p a{text-decoration:underline}em{font-style:italic}iframe,img{max-width:100%;height:auto}a{text-decoration:none;color:rgba(3,31,43,.54)}a:hover{cursor:pointer;color:rgba(3,31,43,.7)}ol,ul{list-style:none;padding-left:20px}ol li,ul li{list-style:disc;padding-left:10px;margin-bottom:10px}.alignnone{margin:5px 20px 20px 0}.aligncenter,div.aligncenter{display:block;margin:5px auto}.alignright{float:right;margin:5px 0 20px 20px}.alignleft{float:left;margin:5px 20px 20px 0}a img.alignright{float:right;margin:5px 0 20px 20px}a img.alignleft,a img.alignnone{margin:5px 20px 20px 0}a img.alignleft{float:left}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{background:#fff;border:1px solid #f0f0f0;max-width:96%;padding:5px 3px 10px;text-align:center}.wp-caption.alignleft,.wp-caption.alignnone{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{border:0;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}.gallery-caption,.wp-caption .wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}@media print{blockquote,img,pre,tr{page-break-inside:avoid}*{background:0 0!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{border:1px solid #999}thead{display:table-header-group}img{max-width:100%!important}@page{margin:.5cm}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}}.headerSeparatorBack,.headerSeparatorTop{position:absolute;right:0;bottom:-2px;left:0;width:100%;height:61px;z-index:9996;background:url(../../static/media/sectionTransBack.6cee2e36.svg) 0 bottom repeat-x}.no-svg .headerSeparatorBack,.no-svg .headerSeparatorTop{background:url(data:image/png;base64,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) 0 bottom repeat-x}.headerSeparatorTop{height:30px;z-index:9999;background:url(../../static/media/sectionTransTop.3dcf290f.svg) 0 bottom repeat-x}.no-svg .headerSeparatorTop{background:url(data:image/png;base64,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) 0 bottom repeat-x}.headSection{position:relative;width:100%;height:90vh;height:calc(100svh - 30px);background:#031f2b;transition:height .3s}.headSection.hidden{height:110px}@media only screen and (max-width:530px){.headSection{min-height:146px}}.headSection .wrapper{padding:0;flex:0 1}.navWrap{width:100%;height:60px;position:absolute;z-index:9996}.contentWrap,.uploadImage{position:relative;width:100%}.menuWrap{float:right;z-index:1}.menuWrap ul{margin:0;padding:17px 0 0}.menuWrap ul li{float:left;list-style:none;margin:0;padding:0}.menuWrap ul li a{color:hsla(0,0%,100%,.54);padding:7px 0 7px 10px;font-size:11px;display:inline-block}.menuWrap ul li a:hover{color:#fff}#branding{float:left;width:93px;height:60px;min-height:0;background:url(data:image/png;base64,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) 50% 50% no-repeat;overflow:hidden;text-indent:-99999px;transition:all .2s ease}.resultsActive #branding{opacity:.54}.dragAndDropActionArea{height:90vh;padding-bottom:80px;display:flex;align-items:center;justify-content:center}.dragAndDropActionArea:focus{outline:0}.contentWrap{flex:1 1 100%;overflow:hidden}.uploadImage{min-height:120px;border-radius:12px;border:4px dashed hsla(0,0%,100%,.12);padding:12vh 0;text-align:center;font-size:22px;color:rgba(251,253,254,.54);display:block;transition:all .2s ease}@media only screen and (max-height:610px){.uploadImage{padding:30px 0}}@media only screen and (max-width:530px){.uploadImage{padding:10vh 0;border:0;height:70vh}}.uploadImage .smallText{font-size:14px;color:rgba(251,253,254,.38);margin:8px auto 17px}.fileIsHover .uploadImage{border:4px dashed hsla(0,0%,100%,.38)}.mobileUploadHandler{position:absolute;width:100%;display:block;top:70px;right:0;height:100px;left:0}.inputfile{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.useExampleImg{color:hsla(0,0%,100%,.38);font-size:14px;margin-top:30px}@media only screen and (max-width:530px){.fileIsHover .uploadImage{border:0}.useExampleImg{position:absolute;bottom:-20px;width:102%}}.useExampleImg .exampleImages{margin-top:10px;width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding-bottom:20px}.useExampleImg .exampleImages .exImagesWrap{white-space:nowrap}.useExampleImg .exampleImages img{opacity:.54;width:86px;height:86px;border-radius:3px;margin-right:4px;vertical-align:bottom}.useExampleImg .exampleImages img:hover{cursor:pointer;opacity:1}.camIcon{margin-bottom:15px}@media (pointer:fine){.onMobile{display:none}}@media (pointer:none) or (pointer:coarse){.onDesktop{display:none}}.tryDifferent .icIcon,.tryDifferent .textDesc{display:inline-block;vertical-align:top}.tryDifferent{position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:18.5%;height:90px;text-align:center;padding:25px 15px;z-index:9997;border-radius:3px 3px 0 0;background:#4c8f9f;font-size:14px;color:#fff;max-width:240px;transition:bottom .5s}.tryDifferent.hidden{bottom:-80px}@media only screen and (min-width:900px) and (max-width:1120px){.tryDifferent{width:23.5%}}@media only screen and (min-width:750px) and (max-width:900px){.tryDifferent{width:31.8%}}@media only screen and (min-width:530px) and (max-width:750px){.tryDifferent{width:48.5%}}@media only screen and (max-width:530px){.tryDifferent{width:80%;margin-bottom:-13px;padding-top:20px}}.tryDifferent .icIcon{width:22px;height:18px;background:url(../../static/media/ic_cam.5318e2d0.svg) no-repeat;margin-right:10px}.no-svg .tryDifferent .icIcon{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAASCAYAAAC0EpUuAAABHElEQVR4Aa3TgUZDURzH8XNNl937BMMECAPIyCAhBqOxF5gk0zsk9gqhN4ieIBoTwdILrNRcAgYBajh9Lz/JnNPpdPvxca7z//dr28z4Yq0dYg5X5hiamPAHPTyh5Zm3NO/9tnADNxgE9gbaS13DLUzxjjIfuEUWKM20x/5XHrFdDu9whtxUDB3HuDf6T7lnKcEI11joHCFZ2zvFJepYGUs8hSkmso9NnRNJv+2e4FzP9qfSMa4cryrR/dg4EipdouGZNbCMKuWqiSLwpRRoxpTmeEPNU1jTPI99+zP0PbM+Zn/5TNt4RWftvqP7dnSpFrooMMWFzgJdQ4KlgZ/jLo50ZhoFS+MTKH3GIer/UHiAl/JhBw9YoWoW2PsExBIlzjWyrMUAAAAASUVORK5CYII=) no-repeat}.tryDifferent:hover{cursor:pointer}.resultsTitle{text-align:center;-webkit-transform:translateY(20px);transform:translateY(20px);margin-top:3%}.results{position:relative}.results.resultsActive{height:auto;min-height:90vh}.results .wrapper{max-width:calc(1200px + 1.5%);width:97.5%}@media only screen and (max-width:530px){.results .wrapper{width:96%}}.results .loadingOverlay{padding:30px;position:absolute;top:0;right:0;left:0;bottom:0;background:#e7eaee;z-index:3;border-radius:3px}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.results .loadingOverlay .loading{position:absolute;top:150px;left:50%;margin-left:-12px;margin-top:-12px;border-radius:50%;width:24px;height:24px;border:.25rem solid rgba(0,0,0,.12);border-top-color:rgba(3,31,43,.6);-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.prdctItem{width:18.5%;margin:0 .75% 2%;float:left;background:#fbfdfe;border-radius:3px;overflow:hidden;box-shadow:0 1px 3px rgba(3,31,43,.2);font-size:14px;line-height:1.3}@media only screen and (min-width:1120px){.prdctItem:visible:nth-of-type(5n+6){clear:both}}@media only screen and (min-width:900px) and (max-width:1120px){.prdctItem{width:23.5%;margin:0 .75% 3%}.prdctItem:visible:nth-of-type(4n+5){clear:both}}@media only screen and (min-width:750px) and (max-width:900px){.prdctItem{width:31.8%;margin:0 .75% 3%}.prdctItem:visible:nth-of-type(3n+4){clear:both}}@media only screen and (min-width:530px) and (max-width:750px){.prdctItem{width:48.5%;margin:0 .75% 3%}.prdctItem:visible:nth-of-type(2n+3){clear:both}}.prdctItem .prdctImg{position:relative;background:#fff;text-align:center;border-bottom:1px solid rgba(3,31,43,.12)}@media only screen and (max-width:530px){.prdctItem{width:100%;margin:0 0 4%}.multipleProducts .prdctItem .prdctImg{float:left;width:25%;border-bottom:0}}.prdctItem .prdctImg:after{content:"";display:block;width:100%;padding-bottom:100%;position:relative}.prdctItem .prdctImg .imgWrap{position:absolute;top:9%;right:9%;bottom:9%;left:9%}.prdctItem .prdctImg img{position:absolute;top:0;right:0;bottom:0;left:0;max-width:100%;max-height:100%;margin:auto;vertical-align:middle}.prdctItem .prdctDetailsWrap{padding:8% 9%}@media only screen and (max-width:530px){.multipleProducts .prdctItem .prdctDetailsWrap{float:left;width:75%;padding:4%;border-left:1px solid rgba(3,31,43,.12)}.feedback{text-align:center}}.prdctItem .prdctDetailsWrap .prdctTitle{color:#031f2b}.prdctItem .prdctDetailsWrap .prdctMeta{margin:10px 0}.prdctItem .prdctDetailsWrap .prdctMeta .prdctPrice{font-weight:700;color:#031f2b}.prdctItem .prdctDetailsWrap .prdctShipping{margin-bottom:10px}.prdctItem .prdctDetailsWrap .prdctShopLink{margin-top:3px;display:inline-block;padding:7px 10px 7px 30px;text-transform:uppercase;font-size:13px;border-radius:3px;background:url(../../static/media/ic_shopNowLight.d8eadc1e.svg) 10px 50% no-repeat #fbfdfe;border:1px solid rgba(3,31,43,.12)}.no-svg .prdctItem .prdctDetailsWrap .prdctShopLink{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAtElEQVR4AZVPVc6CMRBs0q+/uwtWQWshODxzANzt/pcgiztl6rIjCFPVxyE5vqfqG10CQqXFocTEZXhUlRHgSco3tyIYqrVSg4NLEaEyuyryuCydL5Kjv1TqblV0y2TgXBEQo02kUikCTCdUxm8i97RVdBdP/WImu4TrFBE2uTtuhfGhXWCmqqsHV5CQyYOFk7mo6m8VNRoNfM2leNb6Fc5Ob3A5Z0s04Oz0BixwCTbhfOptCq4dRHAgSPs4AAAAAElFTkSuQmCC) 10px 50% no-repeat #fbfdfe}.prdctItem .prdctDetailsWrap .prdctShopLink:hover{background:url(../../static/media/ic_shopNow.0348013a.svg) 10px 50% no-repeat #4c8f9f;border:1px solid #4c8f9f;color:#fbfdfe}.no-svg .prdctItem .prdctDetailsWrap .prdctShopLink:hover{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAoUlEQVR4AZWQIRLCQAxFozDcAIuswOOQGI7AQVAILAIc9+AqWAwWUQlsso/sDEyhok3/zBc/f17Srmimdr+AuQyRwSZZJmLNnKUImA2AbvJVCTGQfQMZp8CVJzBpIFj1Qr5YfgWMNfPouKLA9A9KsPDinoyde9u2wlLaSplLUwSlxrF8Qs9D1O1/GimsgcpjrCvDz7arx1gHVGWYjIPHzu4NGUGVtKWch8MAAAAASUVORK5CYII=) 10px 50% no-repeat #4c8f9f}@media only screen and (min-width:530px){.singleProduct .prdctItem{width:50%;display:block;margin:0 auto 4%;float:none;position:relative}.singleProduct .prdctItem .prdctImg{float:left;width:50%;border-bottom:0;border-right:1px solid rgba(3,31,43,.12)}.singleProduct .prdctItem .prdctDetailsWrap{float:left;width:50%;position:absolute;top:0;right:0;bottom:0;left:50%;padding:4%;display:flex;align-items:center;flex-wrap:wrap}}.feedback .btn,.feedback .btn.primary{border:1px solid rgba(251,253,254,.12)}.footnote .wrapper{padding:30px 0 6px;font-size:12px;color:rgba(3,31,43,.38);text-align:center}.footnote .wrapper a{color:rgba(3,31,43,.38);font-weight:400}.footnote .wrapper a:hover{color:rgba(3,31,43,.54)}.feedback{position:fixed;right:0;bottom:0;left:0;-webkit-transform:translateY(100%);transform:translateY(100%);opacity:0;background:#031f2b;z-index:9999;font-size:14px;color:rgba(251,253,254,.54)}.feedback .wrapper{padding:15px 0}.feedback p{display:inline-block;margin:0 10px 0 0}@media only screen and (max-width:530px){.feedback p{display:block;margin-bottom:15px}}.feedback .btn{min-width:100px;padding:10px 25px;display:inline-block;height:auto;margin:0 4px}.feedback .btn.primary{background:0 0;color:rgba(251,253,254,.54)}.feedback .btn.primary:hover{background:#4c8f9f;border:1px solid rgba(251,253,254,0);color:#fff}.feedback .btn.secondary{background:0 0}.feedback .btn.secondary:hover{background:#e31b5d;border:1px solid rgba(3,31,43,0);color:#fff}.feedback .btn.dismiss{margin-top:15px;color:rgba(251,253,254,.54)}.feedback .btn.dismiss:hover{background:#4c8f9f;border:1px solid rgba(251,253,254,0);color:#fff}.feedback .btn:hover{cursor:pointer}.feedback .closeFeedbackContainer{position:absolute;top:0;right:0;bottom:0}.feedback .closeFeedbackContainer .closeFeedback{position:absolute;right:15px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:30px;height:30px;background:url(../../static/media/ic_close_feedback.f0834c16.svg) 50% 50% no-repeat;float:right;opacity:.38;transition:all .2s ease}.feedback .closeFeedbackContainer .closeFeedback:hover{cursor:pointer;opacity:1}.feedback .feedbackMessage{font-size:17px;text-align:center;max-width:80%;margin:15px auto}@media only screen and (max-width:530px){.feedback .closeFeedbackContainer .closeFeedback{width:18px;top:10px;-webkit-transform:translateY(0);transform:translateY(0)}.feedback .feedbackMessage{max-width:95%}}.feedback .feedbackMessage.positive,.feedback .feedbackMessage span{color:#4c8f9f}.negativeFeedback .feedback .feedbackMessage.negative,.positiveFeedback .feedback .feedbackMessage.positive{display:block}.noscript,.oldBrowserHint{display:none;text-align:center;padding:20% 5%;position:fixed;z-index:9999;top:0;right:0;bottom:0;left:0;color:#fff;background:#031f2b}.no-borderradius .oldBrowserHint,.no-opacity .oldBrowserHint{display:block}.prdctTitle{height:1.3em;line-height:1.3em}.prdctMeta,.prdctTitle{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:100%}.prdctMeta{height:1.2em;line-height:1.2em}.singleProduct .prdctTitle{height:auto;white-space:normal}.errorMsg{color:red;background-color:#4f4f4f;border-radius:10px;margin:auto;padding:.2em;text-align:center}.preview{z-index:4}.preview .jcrop-holder{display:inline-block}.preview .circle{display:block;border-radius:50%;width:18px;height:18px;-webkit-transform:translate(-9px,-9px);transform:translate(-9px,-9px);background-color:#fff;border:6px solid #4c8f9f;position:absolute;z-index:4000}.preview .circle span{position:absolute;background:rgba(0,0,0,.7);color:#fff;font-family:monospace;font-size:10px;white-space:nowrap}.preview .circle:hover{border-color:#5ed6e6;z-index:4001}.preview .circle:hover span{color:green}@media only screen and (max-width:500px){.feedback{font-size:10px}}.noResults{color:#999;font-size:3em;text-align:center;cursor:default}.selection_mask{background-color:rgba(0,0,0,.5);position:absolute}.selection_rect{position:absolute;background:linear-gradient(90deg,#000 50%,#fff 0),linear-gradient(0deg,#000 50%,#fff 0),linear-gradient(90deg,#000 50%,#fff 0),linear-gradient(0deg,#000 50%,#fff 0);background-repeat:repeat-x,repeat-y,repeat-x,repeat-y;background-size:15px 2px,2px 15px,15px 2px,2px 15px;background-position:0 0,100% 0,0 100%,0 0;-webkit-animation:border-dance 8s linear infinite;animation:border-dance 8s linear infinite}.selection_grip{position:absolute;background:rgba(0,0,0,.2);width:40px;height:40px}.selection_grip:hover{transition:background-color .1s;position:absolute;background-color:rgba(0,0,0,.5)}.selection_grip.tl{border-top:5px solid #000;border-left:5px solid #000}.selection_grip.tr{border-top:5px solid #000;border-right:5px solid #000}.selection_grip.bl{border-bottom:5px solid #000;border-left:5px solid #000}.selection_grip.br{border-bottom:5px solid #000;border-right:5px solid #000}@-webkit-keyframes border-dance{0%{background-position:0 0,100% 0,100% 100%,0 100%}to{background-position:100% 0,100% 100%,0 100%,0 0}}@keyframes border-dance{0%{background-position:0 0,100% 0,100% 100%,0 100%}to{background-position:100% 0,100% 100%,0 100%,0 0}}#catlist a{display:inline-block;padding:10px;border-radius:10px}#catlist a:hover{background-color:#fff}#catlist a.selected{background-color:#444;color:#ddd}.btn-outline{border:0!important}#select_file{width:100%!important;position:absolute!important;height:100%!important;left:0!important;top:0!important;opacity:0;border:1px solid red;z-index:10}.d-flex{display:flex!important}.justify-center{justify-content:center}.flex-end{align-items:flex-end}.flex-center{align-items:center}*{margin:0;padding:0;font-family:"Source Sans 3"!important}.w-100{width:100%!important}.w-50{width:50%!important}.textarea-ct{padding:5px 10px}.bg-dark{background-color:#2b2c46!important}.bg-pink2{background-color:#e31b5d!important}a{text-decoration:none!important}.text-gray2{color:#55566b!important}.box-gray2{background-color:#e9e9ec}button{min-width:auto!important}.ml-auto{margin-left:auto!important}.mr-auto{margin-right:auto!important}.mt-auto{margin-top:auto!important}.w-100{width:100%}.fw-400{font-weight:400!important}.fw-500{font-weight:500!important}.fw-600{font-weight:600!important}.fw-700{font-weight:700!important}.text-dark{color:#1e1f31}.text-dark2{color:#2b2c46}.text-white{color:#fff!important}.text-gray{color:#55566b}.text-f32{font-size:32px!important}.text-f30{font-size:30px!important}.text-f10{font-size:10px!important;line-height:10px!important}.text-f10,.text-f22{font-family:"Source Sans 3"}.text-f22{font-size:22px!important;line-height:20px!important}.text-btn-small{font-family:"Source Sans 3";font-weight:500!important;font-size:11px!important;line-height:14px!important;text-transform:none!important}.bg-pink{background-color:#f9d1df!important}.text-red{color:#e31b5d!important}.text-f8{font-family:"Source Sans 3"!important;font-weight:500!important}.text-f8,.text-f9{font-size:11px!important;line-height:14px!important}.text-f9{font-family:"Source Sans 3"}.text-f12{font-size:12px!important}.text-f12,.text-f13{line-height:16px!important}.text-f13{font-size:13px!important}.text-f40{font-size:40px!important;line-height:37px!important}.text-f16{font-size:16px;line-height:17px}.max-line-1{max-height:33px;-webkit-line-clamp:1}.max-line-1,.max-line-3{word-break:break-word;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}.max-line-3{-webkit-line-clamp:3}.max-line-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.btn-ct{border-right:1px solid #e9e9ec;font-weight:500;font-size:11!important;line-height:14px!important;color:#2b2c46!important;font-family:"Source Sans 3"!important;padding:0 10px}.btn-ct:after,.btn-ct:before{border:0!important}.btn-ct .MuiSelect-select:focus{background-color:transparent;background-color:initial}.btn-detail-item{background-size:100% 200%!important;background-position:0 100%;transition:all 1s ease-out}.btn-detail-item:hover{background-position:0 100%!important}.box-wrap-loading{position:fixed;background:rgba(0,0,0,.4588235294);left:0;width:100%;height:100%;z-index:1000;top:0}.loadingSpinCT{position:absolute;width:104px;height:104px;border-radius:100%;z-index:111;left:0;right:0;margin:auto}.box-modal-default{width:408px;min-height:468px;min-width:330px;display:flex;flex-direction:column;background-color:#fff;position:relative}.box-modal-default.box-modal-share{min-height:192px;width:186px;box-shadow:0 0 13px rgba(30,31,49,.3);border-radius:5px;height:192px}.box-modal-default.box-modal-share .box-content-box-share{padding:0 10px 10px}.box-modal-default.box-modal-share .box-content-box-share .box-input{display:flex;padding:5px 10px;box-shadow:none;background-color:#f3f3f5}.box-modal-default.box-modal-share .box-content-box-share .box-input input{color:#55566b!important}.box-modal-default.box-modal-share .box-content-box-share .box-media-share button{padding:0}.box-modal-default.box-modal-share .box-content-box-share .box-media-share button .MuiButton-label{justify-content:flex-start!important}.box-modal-default.box-modal-share .box-content-box-share .box-media-share p{text-transform:none}.box-modal-default .icon-ct{font-size:11px}.box-modal-default .btn-carousel-left{position:absolute;top:0;left:-10px;bottom:0;margin:auto;z-index:11}.box-modal-default .btn-carousel-left:hover{background-color:transparent!important;background-color:initial!important}.box-modal-default .btn-carousel-right{position:absolute;top:0;right:-10px;bottom:0;margin:auto;z-index:11}.box-modal-default .btn-carousel-right:hover{background-color:transparent!important;background-color:initial!important}.box-modal-default .carousel{display:flex;justify-content:center}.box-modal-default .carousel .control-next.control-arrow,.box-modal-default .control-prev.control-arrow{top:35%;opacity:1}.box-modal-default .carousel .control-next.control-arrow:before{border:0}@media only screen and (min-width:776px){.box-modal-default .carousel .control-next.control-arrow:before{border:solid #2b2c45;border-width:0 3px 3px 0;display:inline-block;padding:3px;margin:0;transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}}.box-modal-default .carousel .control-prev.control-arrow:before{border:0}@media only screen and (min-width:776px){.box-modal-default .carousel .control-prev.control-arrow:before{border:solid #2b2c45;border-width:0 3px 3px 0;display:inline-block;padding:3px;margin:0;transform:rotate(135deg);-webkit-transform:rotate(135deg)}}@media only screen and (max-width:776px){.box-modal-default .carousel .slide img{width:100%;vertical-align:top;border:0;height:300px;object-fit:cover;object-position:bottom}}.box-modal-default .box-carosel{position:relative}.box-modal-default .box-carosel .thumbs-wrapper{margin:10px!important}.box-modal-default .box-carosel ul.thumbs .thumb{border:0;height:40px;margin-right:0}.box-modal-default .box-carosel ul.thumbs .thumb.selected,.box-modal-default .box-carosel ul.thumbs .thumb:hover{border:2px solid #e0e0e0!important;border-radius:2px}.box-modal-default .box-carosel .carousel-root,.box-modal-default .box-carosel .carousel-root .carousel-slider,.box-modal-default .box-carosel .slider-wrapper,.box-modal-default .box-carosel .slider-wrapper .slider{height:100%}.box-modal-default .box-carosel .icon-style{position:absolute;bottom:70px;right:16px;z-index:9;border-radius:100%;background-color:#f3f3f5;display:block;overflow:hidden;z-index:11;width:48px;height:48px;display:flex;align-items:center;justify-content:center}@media only screen and (max-width:776px){.box-modal-default .box-carosel .icon-style{bottom:50px}}.box-modal-default .box-carosel .icon-style button{padding:0}.box-modal-default .box-carosel .icon-style img{width:48px!important;height:48px;padding:0}.box-modal-default .box-carosel img{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.box-modal-default .box-carosel .control-dots{margin:0}.box-modal-default .box-carosel .control-dots li.dot{box-shadow:none!important;width:5px;height:5px;padding:0;background:#aaabb5}.box-modal-default .box-carosel .control-dots li.dot.active{background:#55566b}.box-modal-default .box-content{background-color:#fafafa;min-height:138px;height:40%}.box-modal-default .box-content .MuiIconButton-label{width:100%!important}.box-modal-default .box-content .box-bottom{margin-top:auto}.box-modal-default .box-content .box-bottom .btn-item{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;min-width:auto!important;border-radius:16px;padding:8px!important}.box-modal-default .box-content .box-bottom .btn-item:hover{background-color:#e0e0e0!important}.box-modal-default .box-content .box-gray{background:linear-gradient(180deg,#aaabb5,#55566b)}.box-modal-default .box-content .box-gray.box-support{width:21px;height:21px;border-radius:100%}.box-modal-default .box-content .box-gray img{width:10px;height:10px}.box-modal-default .box-btn-next-item{position:absolute;top:0;bottom:0;width:140%;margin:auto;height:36px;left:-20%;z-index:22}.box-modal-default .box-btn-next-item .icon-left,.box-modal-default .box-btn-next-item .icon-right{border-radius:100%;width:32px;height:32px;background:linear-gradient(0deg,#cc1854,#e31b5d)}.box-modal-default .box-btn-next-item .icon-left .style-icon,.box-modal-default .box-btn-next-item .icon-right .style-icon{font-size:11px;color:#fff}.contact-support:hover{cursor:pointer;color:#fff!important}.wrap-main-item-result{box-shadow:0 0 6px rgba(170,171,181,.7019607843)}.wrap-main-item-result .box-top{position:relative;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.wrap-main-item-result .box-top .btn-show-result{position:absolute;top:10px;right:10px;z-index:11;background:linear-gradient(180deg,#fff,#f4f4f6);box-shadow:0 0 3px rgba(0,0,0,.25);border-radius:12px}.wrap-main-item-result .box-top .btn-show-result:hover{background:#ececec;box-shadow:0 0 3px rgba(0,0,0,.25)}.wrap-main-item-result .box-top .btn-show-result button{padding:5px!important}.wrap-main-item-result .box-top .btn-show-result span{font-size:10px;font-weight:600;text-transform:none}.wrap-main-item-result .box-top .box-icon-modal{right:6px}.wrap-main-item-result .box-top .box-icon-modal,.wrap-main-item-result .box-top .box-icon-modal-3d{bottom:6px;position:absolute;border-radius:100%;background-color:#f3f3f5;display:block;overflow:hidden;z-index:11;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer}.wrap-main-item-result .box-top .box-icon-modal-3d{left:6px}.wrap-main-item-result .box-top .box-image{text-align:center;background-color:#fff;height:168px;z-index:10;position:relative;label-height:100%;label-display:block}.wrap-main-item-result .box-top .box-image button{height:100%!important;padding:0}.wrap-main-item-result .box-top .box-image button span{height:100%}.wrap-main-item-result .box-top .box-image .img-style{width:100%!important;height:100%!important}.wrap-main-item-result .box-top .box-image:hover .box-hover{display:flex}.wrap-main-item-result .box-top .box-image .box-hover{position:absolute;top:0;right:0;z-index:10;background:rgba(86,87,108,.7019607843);width:100%;height:100%;display:none;justify-content:center;align-items:center}.wrap-main-item-result .box-top .box-image .box-hover button{font-size:11px;font-weight:600;line-height:14px;color:#fafafa;text-transform:none}.wrap-main-item-result .box-content{background-color:#e9e9ec;padding-left:8px;padding-right:8px;padding-bottom:12px;min-height:82px;justify-content:space-between}.wrap-main-item-result .box-content .box-top .btn-item{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;min-width:auto!important;border-radius:16px;padding:8px!important}.wrap-main-item-result .box-content .box-top .btn-item:hover{background-color:#e0e0e0!important}.wrap-main-item-result .box-content .box-bottom .btn-item{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;min-width:auto!important;border-radius:16px;padding:8px!important}.wrap-main-item-result .box-content .box-bottom .btn-item:hover{background-color:#e0e0e0!important}.wrap-main-item-result .box-content .box-gray{background:#fff}.wrap-main-item-result .box-content .box-gray.box-support{width:21px;height:21px;border-radius:100%}.wrap-main-item-result .box-content .box-gray img{width:10px;height:10px}.box-content-main{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;background:#fafafa}.box-content-main.loading{z-index:111}.box-content-main.loading:before{content:"";position:absolute;width:100%;height:100%;background:rgba(43,44,70,.8);z-index:111}.box-content-main .box-thumb .box-camera,.box-content-main .box-thumb .box-qr{width:42px;height:42px;background:#d8d7f8;border-radius:2px;margin-right:5px;display:flex;align-items:center;justify-content:center}.box-content-main .box-thumb .box-camera button,.box-content-main .box-thumb .box-qr button{padding:0;width:100%;height:100%}.box-content-main .box-thumb .exampleImages{padding-bottom:0!important;display:flex;justify-content:center}.box-content-main .box-thumb .useExampleImg{margin-top:0!important}.box-content-main .box-thumb .useExampleImg .title-box{font-size:11px;font-family:"Source Sans 3"!important;line-height:21px;color:#fff!important;text-align:center;font-weight:700}.box-content-main .box-thumb .useExampleImg .exImagesWrap img{width:42px;height:42px;opacity:1!important}.box-content-main .text-tractor{font-weight:300}.box-content-main .text-drop-file,.box-content-main .text-tractor{font-size:32px;line-height:21px;color:#fff;font-family:"Source Sans 3"}.box-content-main .text-drop-file{font-weight:700}.box-content-main .box-content_top{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.box-content-main .box-content_top .box-logo{width:64px;height:64px;background:linear-gradient(180deg,#fafafa,#e9e9ec);border-radius:100%;display:flex;align-items:center;justify-content:center}.box-content-main .box-content_top .box-input{margin-top:27px;max-width:512px}.box-content-main .box-content_top .box-bottom{margin-top:26px}.box-content-main .box-content_top .box-bottom .text-bottom{font-family:"Source Sans 3";font-weight:600;font-size:11px;line-height:14px;color:#55566b}.box-content-main .box-content_bottom{width:100%;max-width:512px;position:relative}@media screen and (min-width:2047px){.box-content-main .box-content_bottom{position:static}.box-content-main .box-content_bottom .loadingSpinCT{top:0;bottom:0}}.box-content-main .box-content_bottom .drag-active{border-radius:60px;border:2px dashed #e0e0e0!important;background:#fafafa!important;color:#2b2c46!important}.box-content-main .box-content_bottom .box-content-drop{display:flex;flex-direction:column;align-items:center;cursor:pointer;width:100%;padding-top:16px;padding-bottom:16px;color:#cacad1;border:2px dashed transparent}.box-content-main .box-content_bottom .box-content-drop:hover{border-radius:60px;border:2px dashed #e0e0e0;background:#fafafa;color:#2b2c46}.box-content-main .box-content_bottom .box-image{width:64px;height:64px;background:linear-gradient(180deg,#56577c,#2b2c46);border-radius:100%;display:flex;justify-content:center;align-items:center;margin-bottom:16px}.box-content-main .box-content_bottom .box-content-main-drop{background:linear-gradient(180deg,#3e36dc,#2b2c46);padding:21px;height:100%;-webkit-animation:gradient 15s ease infinite;animation:gradient 15s ease infinite;position:relative;background-size:100% 100%}@media screen and (min-width:2047px){.box-content-main .box-content_bottom .box-content-main-drop{position:static}}@-webkit-keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.box-content-main .box-content_bottom .box-content-main{padding:16px;border-radius:16px;height:100%}@media screen and (min-width:2047px){.box-content-main .box-content_bottom .box-content-main{position:inherit}}.box-content-main .box-content_bottom .box-border{border:2px dashed #aaabb5;border-radius:16px;height:100%;display:flex;justify-content:center;align-items:center;color:#fff;width:100%;flex-direction:column}.box-content-main .box-content_bottom .box-border-none{height:80%;display:flex;justify-content:center;align-items:center;color:#fff;width:100%;flex-direction:column}.btn-input-search{background:#f7f7f7;border:0;width:32px;height:32px;border-radius:100%;display:flex;justify-content:center;align-items:center;cursor:pointer}.text-blue{color:#3e36dc!important}.box-blue{background:#3e36dc;box-shadow:1.33333px 1.33333px 13.3333px rgba(0,0,0,.3);border-radius:16px;padding:5px}.text-f14{font-size:14px;line-height:16px;font-style:normal}.text-f20{font-family:"Source Sans 3";font-size:16px;line-height:21px}.text-bold{font-weight:600!important}.text-center{text-align:center!important}.box-wrap-result-component{height:100%;min-height:100%;display:flex;flex-direction:column;background-color:#fafafa}.box-wrap-result-component .box-search{margin:0 auto;padding:24px 0;display:flex;justify-content:center;align-items:center;background-color:#fafafa;flex-direction:column;width:100%;border-bottom:1px solid #e0e0e0}.box-wrap-result-component .box-search .box-filter{margin-top:26px;background:#f3f3f5;max-width:1083px;width:100%;min-height:32px}.box-wrap-result-component .box-result{display:flex;justify-content:space-between;position:relative}@media screen and (max-width:776px){.box-wrap-result-component .box-result{height:100%}}.box-wrap-result-component .box-result .col-left{width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-height:auto;position:relative;display:flex;justify-content:center;align-items:center}.box-wrap-result-component .box-result .col-left.toggle .box-title_col-left{display:none}.box-wrap-result-component .box-result .col-left .box-title_col-left{position:absolute;top:50%;margin:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background-color:#3e36dc;padding:4px;border-radius:16px}.box-wrap-result-component .box-result .col-left.toggle{width:32px;padding:0}.box-wrap-result-component .box-result .col-left.toggle .box-preview{border:0}.box-wrap-result-component .box-result .col-left.toggle .button-toggle{right:-5px}.box-wrap-result-component .box-result .col-left .box-preview{width:100%;display:flex;justify-content:center;align-content:center;height:100%;position:relative}.box-wrap-result-component .box-result .col-left .box-preview .preview-item{display:flex;align-items:center;justify-content:center;max-width:500px;max-height:500px}.box-wrap-result-component .box-result .col-left .button-toggle{height:32px;width:10px;padding:0;min-width:auto;position:absolute;right:-37px;top:0;bottom:0;margin:auto;background-color:#e9e9ec;box-shadow:0 0 2px rgba(0,0,0,.5);border-radius:5px}.box-wrap-result-component .box-result .col-right{width:100%}.box-wrap-result-component .box-result .col-right .box-item-result{max-width:864px;width:100%;display:flex;flex-wrap:wrap;grid-gap:24px;gap:24px;padding-left:2px}@media screen and (min-width:2047px){.box-wrap-result-component .box-result .col-right .box-item-result{max-width:1300px}}.box-wrap-result-component .box-result .col-right .box-item-result .wrap-main-item-result{display:flex;flex-direction:column;max-width:192px;width:192px;border-radius:4px;overflow:hidden;height:100%}.box-wrap-result-component .box-result .col-right .box-item-result:first-child{margin-top:0!important}.box-wrap-result-component .box-result .col-right .box-item-result ul{padding:0;display:flex;flex-wrap:wrap}.box-wrap-result-component .box-result .col-right .box-item-result ul li{list-style:none;width:174px}.box-wrap-result-component .box-result .col-right .box-item-result ul li:last-child{margin-right:auto!important}.box-wrap-result-component .box-result .col-right .box-item-result .ais-InfiniteHits-loadMore{display:none}@media screen and (max-width:776px){.box-wrap-result-component .box-result .col-right .box-item-result{height:100%;width:390px}.box-wrap-result-component .box-result .col-right .box-item-result .wrap-main-item-result{width:180px;max-width:180px!important}.box-wrap-result-component .box-result .col-right .box-item-result .wrap-main-item-result:first-child{margin-top:0!important}}@media screen and (max-width:370px){.box-wrap-result-component .box-result .col-right .box-item-result{padding:0;display:flex;justify-content:center}}.box-wrap-result-component .box-notify{height:50px;background:#f3f3f5;border-top:1px solid #e9e9ec}.box-wrap-result-component .box-notify .select-choose-page:after,.box-wrap-result-component .box-notify .select-choose-page:before{display:none}.box-wrap-result-component .box-notify .item-notify-right{padding-left:20px;border-left:1px solid #e9e9ec}.box-wrap-result-component .box-notify .box-change-hit-items{z-index:500;font-family:"Source Sans 3";font-style:normal;font-weight:500;font-size:12px;color:#2b2c46;border-right:1.33333px solid #e9e9ec;height:100%;display:flex;align-items:center}.box-wrap-result-component .box-notify .box-change-hit-items .ais-HitsPerPage-select{border:0;background-color:transparent;font-size:12px;color:#2b2c46!important;font-weight:500}.box-wrap-result-component .box-notify .item-notify{height:100%;display:flex;align-items:center;justify-content:center}.box-main-filter .item{width:calc(44% - 20px);padding:0 10px}.box-main-filter .item .btn-ct{padding:2px!important;border:0}.box-main-filter .item-one{min-width:243px}.box-main-filter .item-tow{min-width:122px}.box-main-filter .item-three{min-width:259px}.box-main-filter .item-four{min-width:125px}.box-main-filter .item-five{min-width:123px}.box-main-filter .item-six{min-width:115px}.box-main-filter .item-seven{min-width:94px;display:flex;justify-content:center;align-items:center}.wrap-main-search-history{background-color:#fafafa;height:100%}.wrap-main-search-history .box-main-top{background-color:#fff;padding:32px 0;margin:auto;display:flex;justify-content:center}.wrap-main-search-history .box-main-bottom{padding:20px 16px;height:calc(100% - 106px);display:flex}.wrap-main-search-history .box-main-bottom .col-left .box-time{padding:0}.wrap-main-search-history .box-main-bottom .col-left .box-time li{list-style-type:none;padding:0;margin:0}.wrap-main-search-history .box-main-bottom .col-left .box-time li .active{font-weight:700}.wrap-main-search-history .box-main-bottom .col-left .box-time li button{padding:0}.wrap-main-search-history .box-main-bottom .col-right{min-width:568px;margin-left:auto;margin-right:auto;overflow:auto}.wrap-main-search-history .box-main-bottom .col-right .box-image-search{width:32px;height:32px;border-radius:2px;background-color:#fff;display:flex;justify-content:center;align-items:center;margin-right:10px}.wrap-main-search-history .box-main-bottom .col-right .box-image-search img{max-width:-webkit-fit-content!important;max-width:-moz-fit-content!important;max-width:fit-content!important}.wrap-main-search-history .box-main-bottom .col-right .MuiDataGrid-root{flex:none!important;border:0!important}.wrap-main-search-history .box-main-bottom .col-right .MuiDataGrid-root .MuiDataGrid-columnHeader:focus-within,.wrap-main-search-history .box-main-bottom .col-right .MuiDataGrid-root .MuiDataGrid-root .MuiDataGrid-cell:focus-within{outline:none!important}.wrap-main-search-history .box-main-bottom .col-right .MuiDataGrid-root .MuiDataGrid-columnHeaderTitleContainer{justify-content:space-between}.wrap-main-search-history .box-main-bottom .col-right .MuiDataGrid-root .MuiDataGrid-sortIcon{opacity:1}.wrap-main-search-history .box-main-bottom .col-right .MuiDataGrid-root .MuiDataGrid-window{top:43px!important}.wrap-main-search-history .box-main-bottom .col-right .MuiDataGrid-root .MuiDataGrid-iconSeparator{display:none!important}.wrap-main-search-history .box-main-bottom .col-right .MuiDataGrid-root .MuiDataGrid-columnsContainer{background:#aaabb5;min-height:auto!important;line-height:12px!important}.wrap-main-search-history .box-main-bottom .col-right .MuiDataGrid-root .MuiDataGrid-columnsContainer .MuiSvgIcon-root{color:#fff!important}.wrap-main-search-history .box-main-bottom .col-right .MuiDataGrid-root .MuiDataGrid-row{max-width:inherit!important;min-height:inherit!important}.wrap-main-search-history .box-main-bottom .col-right .MuiDataGrid-root .MuiDataGrid-row.Mui-selected{background-color:inherit!important}.wrap-main-search-history .box-main-bottom .col-right .MuiDataGrid-root .MuiDataGrid-cell--textCenter.MuiDataGrid-cell--withRenderer,.wrap-main-search-history .box-main-bottom .col-right .MuiDataGrid-root .MuiDataGrid-cell--textLeft.MuiDataGrid-cell--withRenderer{line-height:inherit!important;min-height:inherit!important;max-height:inherit!important}.wrap-main-search-history .box-main-bottom .col-right .MuiDataGrid-root .MuiDataGrid-cell{border:0!important}.wrap-main-search-history .box-main-bottom .col-right .MuiDataGrid-root .MuiDataGrid-cell:last-child{display:none}.wrap-main-saved{height:100%;background-color:#fafafa}.wrap-main-saved .box-main-top .box-top{background-color:#fff;padding:32px 0}.wrap-main-saved .box-main-top .box-bottom{margin-top:26px;text-align:center;display:flex;justify-content:center}.wrap-main-saved .box-main-bottom{max-width:726px;width:726px;margin-left:auto;margin-right:auto}.wrap-main-profile{max-width:1280px;margin:auto}.wrap-main-profile .box-col-left .box-top{min-height:170px;display:flex;justify-content:center;align-items:flex-start;flex-direction:column;padding:0 94px;background-color:#fff}.wrap-main-profile .box-col-left .box-bottom{display:flex;flex-direction:column;justify-content:center;align-items:center;height:calc(100% - 170px)}.wrap-main-profile .box-col-left .box-bottom .box-content{width:242px}.wrap-main-profile .box-col-left .box-bottom .box-content span{font-size:11px!important;line-height:14px!important;color:#2b2c46!important;font-weight:500!important;margin-bottom:5px}.wrap-main-profile .box-col-left .box-bottom .box-content input{min-height:21px!important;background:#f3f3f5!important;width:100%!important;border:0!important}.wrap-main-profile .box-col-left .box-bottom .box-content .btn-log-out{background:#2b2c46;border-radius:0!important;padding:10px 35px 10px 10px}.wrap-main-profile .box-col-left .box-bottom .box-content .btn-log-out span{color:#fff!important;font-size:11px!important;line-height:14px!important;font-weight:700!important;margin:0;padding:0}.wrap-input-search{width:512px}.wrap-input-search .box-input-search{justify-content:space-between;box-shadow:0 2px 12px rgba(43,44,70,.13);background-color:#fff;border-radius:24px;height:42px;overflow:hidden;padding:0 12px 0 0!important}.wrap-input-search .box-input-search form,.wrap-input-search .box-input-search form .box-inp{width:100%;display:flex;justify-content:center;align-items:center}.wrap-input-search .box-input-search form .box-inp{position:relative;height:100%}.wrap-input-search .box-input-search form .box-inp input{background-color:#fff}.wrap-input-search .box-input-search form .box-inp .box-key-filter{padding:8px;background-color:#e0e0e0;border-radius:42px;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;display:flex;align-items:center;height:75%;margin-left:5px}.wrap-input-search .box-input-search form .box-inp .box-key-filter p{font-size:14px;font-size:700;color:#2b2c46}.wrap-input-search .box-input-search form .box-inp .icon-search{display:flex;bottom:0;margin:auto;order:0}.wrap-input-search .box-input-search .input-search{padding-left:6px;order:2;width:100%;border:0!important}.wrap-input-search .box-input-search .input-search::-webkit-input-placeholder{font-size:14px!important;color:#aaabb5!important;font-weight:500!important}.wrap-input-search .box-input-search .input-search:-ms-input-placeholder{font-size:14px!important;color:#aaabb5!important;font-weight:500!important}.wrap-input-search .box-input-search .input-search::placeholder{font-size:14px!important;color:#aaabb5!important;font-weight:500!important}.wrap-input-search .box-input-search .input-search::-webkit-search-cancel-button{position:relative;right:20px;-webkit-appearance:none;height:20px;width:20px;border-radius:10px;background:red}.wrap-input-search .box-input-search .input-search:focus-visible{outline:none!important}.wrap-input-search .box-input-search .input-search:after,.wrap-input-search .box-input-search .input-search:before{display:none!important}.wrap-input-search .box-input-search .btn-clear-text{width:32px;height:32px;border-radius:100%;z-index:10;cursor:pointer!important;margin-right:8px}.wrap-input-search .box-input-search .btn-clear-text:after{content:"";font-size:39px;position:absolute;right:-3px;font-weight:100;background-color:#e0e0e0;width:1px;height:35px}.box-panigation .ais-Pagination-list{display:flex;justify-content:center;align-items:center;margin-bottom:22px}.box-panigation .ais-Pagination-list li{list-style-type:none;margin:0!important;padding:0 5px!important;font-size:12px}.box-panigation .ais-Pagination-list li a{font-weight:500!important}.box-panigation .ais-Pagination-list li.ais-Pagination-item--selected{font-size:13px}.box-panigation .ais-Pagination-list li.ais-Pagination-item--selected a{font-weight:700!important}.wrap-main-result{position:relative;height:100%}.wrap-main-result.loading .loadingSpinCT{display:block;position:absolute;top:0;bottom:0;margin:auto;left:0;right:0}.wrap-main-result .loadingSpinCT{display:none}.wrap-main-support-page{background-color:#2b2c46;min-height:calc(100vh - 32px);padding:40px;margin:auto}.wrap-main-support-page .col-left{width:50%}.wrap-main-support-page .col-left .col-left__bottom .box-form .MuiButton-label{justify-content:flex-start!important}.wrap-main-support-page .col-left .col-left__bottom .box-form .box-content-main-drop{background:linear-gradient(180deg,#3e36dc,#2b2c46);padding:21px;height:100%;-webkit-animation:gradient 15s ease infinite;animation:gradient 15s ease infinite;position:relative;background-size:100% 100%;min-height:150px}@media screen and (min-width:2047px){.wrap-main-support-page .col-left .col-left__bottom .box-form .box-content-main-drop{position:static}}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.wrap-main-support-page .col-left .col-left__bottom .box-form .box-content-main{background:#1e1f31;padding:21px;height:100%;min-height:150px}.wrap-main-support-page .col-left .col-left__bottom .box-form .box-content-main label{color:#fff}@media screen and (min-width:2047px){.wrap-main-support-page .col-left .col-left__bottom .box-form .box-content-main{position:inherit}}.wrap-main-support-page .col-left .col-left__bottom .box-form .box-border{border:2px dashed #aaabb5;height:150px;display:flex;justify-content:center;align-items:center;color:#fff;width:100%;flex-direction:column}.wrap-main-support-page .col-left .col-left__bottom .box-form .box-form-control .item-field{margin-top:10px;font-size:12px;font-weight:500;width:100%}.wrap-main-support-page .col-left .col-left__bottom .box-form .box-form-control .item-field label{color:#fff}.wrap-main-support-page .col-left .col-left__bottom .box-form .box-form-control .item-field label span{color:red}.wrap-main-support-page .col-left .col-left__bottom .box-form .box-form-control .item-field .box-input-control{background:#f3f3f5;box-shadow:0 4px 4px rgba(0,0,0,.25);border-radius:2px;padding:0 9px}.wrap-main-support-page .col-left .col-left__bottom .box-form .box-form-control .item-field .box-input-control:before{display:none}.wrap-main-support-page .col-left .col-left__bottom .box-form .box-form-control .box-textArea{position:relative}.wrap-main-support-page .col-left .col-left__bottom .box-form .box-form-control .box-textArea .box-icon{position:absolute;top:10px;left:10px}.wrap-main-support-page .col-left .col-left__bottom .box-form .box-form-control .box-textArea textarea{padding:10px 25px 10px 35px;font-size:14px}.wrap-main-support-page .col-left .col-left__bottom .box-btn-upload .btn-upload{background-color:#2b2c46;border-radius:3px}.wrap-main-support-page .col-left .col-left__bottom .box-btn-upload .MuiIconButton-label{width:122px;font-weight:700!important;font-size:11px!important;line-height:14px!important;display:flex;color:#fff;justify-content:space-between}.wrap-main-support-page .col-left .col-left__bottom .box-preview-image-mobile .box-image,.wrap-main-support-page .col-left .col-left__bottom .box-preview-image .box-image{position:relative;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;height:106px!important;border-radius:2px;padding:5px 7px;text-align:center}.wrap-main-support-page .col-left .col-left__bottom .box-preview-image-mobile .box-image .btn-close,.wrap-main-support-page .col-left .col-left__bottom .box-preview-image .box-image .btn-close{position:absolute;top:5px;right:5px;padding:0}.wrap-main-support-page .col-left .col-left__bottom .box-preview-image-mobile .box-image .btn-close .MuiButton-label,.wrap-main-support-page .col-left .col-left__bottom .box-preview-image .box-image .btn-close .MuiButton-label{justify-content:flex-end!important}.wrap-main-support-page .col-right{width:50%}.border-rd-0{border-radius:0!important}.hide-btn-arrow .btn-carousel-left,.hide-btn-arrow .btn-carousel-right{display:none!important}.btn-text-item-result{padding:5px 10px;background-color:#55566b;box-shadow:"-2px 2px 4px rgba(170, 171, 181, 0.5)";border-radius:1;display:flex;justify-content:space-between}.wrap-main-col-left{max-width:320px;width:100%;box-shadow:3px -2px 3px -3px #d3d4d8;overflow-x:hidden;overflow-y:auto;background:#fff;position:relative}.wrap-main-col-left.toggle{max-width:32px}.wrap-main-col-left.toggle>*{display:none!important}.wrap-main-col-left.toggle .box-toggle-coloumn{display:block!important;margin:auto}.wrap-main-col-left .box-toggle-coloumn{position:absolute;z-index:222}.wrap-main-col-left .col-left__bottom{width:100%;padding:0 24px}.wrap-main-col-left .col-left__bottom button{display:flex;justify-content:space-between;width:100%;align-items:center;padding-right:0}.wrap-main-col-left .col-left__bottom .border-neutral-light{border-bottom:1px solid #d3d4d8}.wrap-main-col-left .col-left__bottom .ais-RefinementList ul li{list-style-type:none}.wrap-main-col-left .col-left__bottom .ais-RefinementList ul li label{color:#1e1f31;font-size:16px;font-weight:500}.wrap-main-col-left .col-left__bottom .ais-RefinementList ul li input[type=checkbox]{background-color:red;margin-right:10px;width:15px;height:15px;border-radius:20px;border:3px solid}.wrap-box-refinements{width:100%}.wrap-box-refinements ul{display:flex;flex-wrap:wrap;width:100%;grid-gap:8px;gap:8px;align-items:center}.wrap-box-refinements ul li{list-style-type:none;margin-bottom:0;padding:0;background:#f3f3f5;border:1px solid #e0e0e0;border-radius:1px}.wrap-box-refinements ul li:last-child{border:0;background:transparent none repeat 0 0/auto auto padding-box border-box scroll;background:initial}.wrap-box-refinements ul li button{padding:2px 5px}.box-image-search-thumb{z-index:11;position:relative;height:100%;padding-right:4px;border-radius:4px;margin-left:8px;justify-content:space-between;align-items:center;min-width:60px}.box-image-search-thumb img{width:35px;height:100%}.box-image-search-thumb button{display:flex;align-items:center;border:0!important;background-color:transparent;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;cursor:pointer}.pagination-result .ais-Pagination-list{flex-wrap:nowrap!important;text-align:center}.pagination-result .ais-Pagination-list .ais-Pagination-item{position:relative;padding:0}.pagination-result .ais-Pagination-list .ais-Pagination-item a{font-family:"Source Sans 3";font-style:normal;font-weight:400;font-size:14px;line-height:18px;color:#161616}.pagination-result .ais-Pagination-list .ais-Pagination-item--selected a:after{position:absolute;content:"";left:0;right:0;width:16px;height:4px;background-color:#161616;margin:auto;bottom:-11px}.box-refinement-list .ais-SearchBox-form{display:flex;background:#e9e9ec;border-radius:16px;padding:0 10px;height:32px;margin-bottom:16px}.box-refinement-list .ais-SearchBox-form input{order:1;width:100%;margin-left:5px!important;border:0;background-color:transparent!important;background-color:initial!important}.box-refinement-list .ais-SearchBox-form input:focus{outline:none}.box-refinement-list .ais-SearchBox-form .ais-SearchBox-submit{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;order:0;display:flex;align-items:center;border:0;background-color:transparent;background-color:initial}.box-refinement-list .ais-SearchBox-form .ais-SearchBox-submit svg{width:15px!important;height:15px!important}.box-refinement-list .ais-SearchBox-form .ais-SearchBox-reset{display:none}.ais-RefinementList .ais-RefinementList-list,.ais-RefinementList .ais-RefinementList-list .ais-RefinementList-item{padding-left:0!important}.ais-RefinementList .ais-RefinementList-list .ais-RefinementList-item label{display:inline-flex;align-items:center}.ais-RefinementList .ais-RefinementList-list .ais-RefinementList-item label span{font-size:14px;font-family:"Source Sans 3";font-style:normal}.ais-RefinementList .ais-RefinementList-list .ais-RefinementList-item label span em{font-style:normal!important}.box-switch-apply-fillter span.MuiFormControlLabel-label{color:#aaabb5;font-family:"Source Sans 3";font-style:normal;font-weight:400;font-size:14px;line-height:16px}.ais-RefinementList-count{display:block!important;position:relative;padding-left:6px;padding-right:6px;margin-left:3px}.ais-RefinementList-count:after{content:"(";position:absolute;top:0;left:0}.ais-RefinementList-count:before{content:")";position:absolute;top:0;right:0}.wrap-filter-desktop .box-filter-desktop{background-color:#fff;width:90%;max-width:1500px;height:80%;margin:auto}.wrap-filter-desktop .box-filter-desktop.isMobile{width:100%}.wrap-filter-desktop .box-filter-desktop .box-child-component-filter-desktop{background-color:#fff;width:100%;height:100%;padding-top:10px}@media only screen and (max-width:776px){.wrap-filter-desktop .box-filter-desktop .box-child-component-filter-desktop{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding-bottom:56px}}.wrap-filter-desktop .box-filter-desktop .box-child-component-filter-desktop .box-top{padding:24px 16px}.wrap-filter-desktop .box-filter-desktop .box-child-component-filter-desktop .box-top .box-input-search-filter{background-color:#f3f3f5;border-radius:21px;height:40px}.wrap-filter-desktop .box-filter-desktop .box-child-component-filter-desktop .box-top .box-input-search-filter .icon-search{margin-left:11px}.wrap-filter-desktop .box-filter-desktop .box-child-component-filter-desktop .box-top .box-input-search-filter .input-search-filter{border:0!important;width:100%;background-color:transparent}.wrap-filter-desktop .box-filter-desktop .box-child-component-filter-desktop .box-top .box-input-search-filter .input-search-filter:focus-visible{outline:none!important}@media only screen and (min-width:776px){.wrap-filter-desktop .box-filter-desktop .box-child-component-filter-desktop .box-top .box-input-search-filter .input-search-filter{width:400px}}@media only screen and (min-width:980px){.wrap-filter-desktop .box-filter-desktop .box-child-component-filter-desktop .box-top .box-input-search-filter .input-search-filter{width:512px}}.wrap-filter-desktop .box-filter-desktop .box-child-component-filter-desktop .box-bottom{grid-column-gap:20px;-webkit-column-gap:20px;column-gap:20px;padding:0 24px;flex-wrap:wrap;width:100%;max-width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;overflow-y:auto}.wrap-filter-desktop .box-filter-desktop .box-child-component-filter-desktop .box-bottom .box-group-items{margin-top:20px;width:100%}.wrap-filter-desktop .box-filter-desktop .box-child-component-filter-desktop .box-bottom .box-group-items:first-child{margin-top:0!important}.wrap-filter-desktop .box-filter-desktop .box-child-component-filter-desktop .box-bottom .box-group-items .box-btn-group{flex-direction:column}.wrap-filter-desktop .box-filter-desktop .box-child-component-filter-desktop .box-bottom .box-group-items .box-btn-group button{padding-left:11px;min-height:0}.wrap-filter-desktop .box-filter-desktop .box-child-component-filter-desktop .box-bottom .box-group-items .box-btn-group button span{font-size:12px}.wrap-filter-desktop .box-filter-desktop .box-child-component-filter-desktop .box-bottom .box-group-items .box-btn-group button:hover{font-weight:700}.wrap-filter-desktop .box-filter-desktop .box-child-component-filter-desktop .box-bottom .box-btn-group{padding:0;display:flex;flex-wrap:wrap;grid-gap:5px;gap:5px;min-width:100px}.wrap-filter-desktop .box-filter-desktop .box-child-component-filter-desktop .box-bottom .box-btn-group .item-btn{list-style-type:none;min-height:40px;text-align:left;border:0;justify-content:left;padding:0 0 0 10px;font-size:12px;color:#000;border-radius:15px}.wrap-filter-desktop .box-filter-desktop .box-child-component-filter-desktop .box-bottom .box-btn-group .item-btn.Mui-selected{background-color:#e9e9e9;border-radius:15px;font-weight:700}.wrap-filter-desktop .box-filter-desktop .box-child-component-filter-desktop .box-bottom .box-btn-group .item-btn:active{background:transparent none repeat 0 0/auto auto padding-box border-box scroll!important;background:initial!important}.box-keyFilter{align-items:center;border-radius:21px;background-color:#e0e0e0;height:100%;padding:4px 8px}.box-keyFilter .keyFilter{font-weight:400;font-size:12px;line-height:16px;font-style:normal;color:#2b2c46;text-transform:uppercase;margin-bottom:0}.modal-container::-webkit-scrollbar{width:3px}.modal-container::-webkit-scrollbar-track{background:#f1f1f1}.modal-container::-webkit-scrollbar-thumb{background:#888}.modal-container::-webkit-scrollbar-thumb:hover{background:#555}.wrap-input-search-field{width:512px;height:48px}.wrap-input-search-field .box-input-search{justify-content:space-between;box-shadow:0 2px 12px rgba(43,44,70,.13);background-color:#fff;border-radius:24px;height:48px;overflow:hidden;padding:0 12px 0 0!important}.wrap-input-search-field .box-input-search .input-wrapper{width:100%;display:flex;justify-content:center;align-items:center}.wrap-input-search-field .box-input-search .input-wrapper .box-inp{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:100%}.wrap-input-search-field .box-input-search .input-wrapper .box-inp input{background-color:#fff}.wrap-input-search-field .box-input-search .input-wrapper .box-inp .pre-filter-icon{display:flex;min-width:56px;height:100%;justify-content:center;align-items:center;border-right:1px solid #e0e0e0;background:#fafafa;cursor:pointer}.wrap-input-search-field .box-input-search .input-wrapper .box-inp .box-key-filter{padding:8px;background-color:#e0e0e0;border-radius:42px;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;display:flex;align-items:center;height:75%;margin-left:5px}.wrap-input-search-field .box-input-search .input-wrapper .box-inp .box-key-filter p{font-size:14px;font-size:700;color:#2b2c46}.wrap-input-search-field .box-input-search .input-wrapper .box-inp .icon-search{display:flex;bottom:0;margin:auto;order:0}.wrap-input-search-field .box-input-search .input-search{padding-left:6px;order:2;width:100%;border:0!important}.wrap-input-search-field .box-input-search .input-search::-webkit-input-placeholder{font-size:14px!important;color:#aaabb5!important;font-weight:500!important}.wrap-input-search-field .box-input-search .input-search:-ms-input-placeholder{font-size:14px!important;color:#aaabb5!important;font-weight:500!important}.wrap-input-search-field .box-input-search .input-search::placeholder{font-size:14px!important;color:#aaabb5!important;font-weight:500!important}.wrap-input-search-field .box-input-search .input-search::-webkit-search-cancel-button{position:relative;right:20px;-webkit-appearance:none;height:20px;width:20px;border-radius:10px;background:red}.wrap-input-search-field .box-input-search .input-search:focus-visible{outline:none!important}.wrap-input-search-field .box-input-search .input-search:after,.wrap-input-search-field .box-input-search .input-search:before{display:none!important}.wrap-input-search-field .box-input-search .btn-clear-text{width:32px;height:32px;border-radius:100%;z-index:10;cursor:pointer!important;margin-right:8px}.wrap-input-search-field .box-input-search .btn-clear-text:after{content:"";font-size:39px;position:absolute;right:-3px;font-weight:100;background-color:#e0e0e0;width:1px;height:35px}.icon-hover{padding:12px;border-radius:100%;display:flex}.icon-hover:hover{background-color:rgba(0,0,0,.0392156863)}.button-hover:hover{background-color:#e0e0e0!important}.product-image{transition:all .3s;display:block;-webkit-transform:scale(1);transform:scale(1);overflow:hidden}.product-image:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.result-wrapper{max-width:864px;width:100%}@media screen and (min-width:2047px){.result-wrapper{max-width:1300px}}.splide__track.splide__track--slide{margin:0 46px}.splide__arrow{background:transparent}.splide__arrow svg{fill:#a3a3a3}.splide__track--nav>.splide__list>.splide__slide.is-active{border:2px solid #e0e0e0;border-radius:2px}.thumbs-list{margin:8px 0}.img-container,.thumbs-list{display:flex;justify-content:center}.img-container img{max-height:400px}
|
|
2
|
+
/*# sourceMappingURL=main.24b5a712.chunk.css.map */
|