@restaround/react 1.3.10 → 1.3.11
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/dist/components/AddressAutocomplete/AddressAutocomplete.d.ts +12 -0
- package/dist/components/AddressAutocomplete/AddressAutocomplete.models.d.ts +26 -0
- package/dist/components/AddressAutocomplete/AddressAutocomplete.utils.d.ts +3 -0
- package/dist/components/AddressAutocomplete/index.d.ts +1 -0
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/models/menu.d.ts +1 -0
- package/dist/models/models/menu.d.ts +1 -0
- package/dist/services/translation/locales/az/error.d.ts +4 -0
- package/dist/services/translation/locales/az/index.d.ts +4 -0
- package/dist/services/translation/locales/en/error.d.ts +4 -0
- package/dist/services/translation/locales/en/index.d.ts +4 -0
- package/dist/services/translation/locales/et/error.d.ts +4 -0
- package/dist/services/translation/locales/et/index.d.ts +4 -0
- package/dist/services/translation/locales/index.d.ts +24 -0
- package/dist/services/translation/locales/nl/error.d.ts +4 -0
- package/dist/services/translation/locales/nl/index.d.ts +4 -0
- package/dist/services/translation/locales/ru/error.d.ts +4 -0
- package/dist/services/translation/locales/ru/index.d.ts +4 -0
- package/dist/services/translation/locales/tr/error.d.ts +4 -0
- package/dist/services/translation/locales/tr/index.d.ts +4 -0
- package/dist/styles/ui.css +1 -1
- package/dist/styles/ui.css.map +1 -1
- package/dist/utils/index.esm.js +1 -1
- package/dist/utils/index.esm.js.map +1 -1
- package/dist/utils/index.js +1 -1
- package/dist/utils/index.js.map +1 -1
- package/dist/utils/models/menu.d.ts +1 -0
- package/package.json +3 -2
package/dist/models/menu.d.ts
CHANGED
|
@@ -26,6 +26,7 @@ export interface PublicMenuData {
|
|
|
26
26
|
imageTag?: any;
|
|
27
27
|
businessSegment?: featureModels.FeatureSegment;
|
|
28
28
|
businessSettings?: businessModels.BusinessSettings;
|
|
29
|
+
business: businessModels.Business;
|
|
29
30
|
onBranchSelect?: (branchId: number) => void;
|
|
30
31
|
onLanguageSelect?: (code: string) => void;
|
|
31
32
|
}
|
|
@@ -26,6 +26,7 @@ export interface PublicMenuData {
|
|
|
26
26
|
imageTag?: any;
|
|
27
27
|
businessSegment?: featureModels.FeatureSegment;
|
|
28
28
|
businessSettings?: businessModels.BusinessSettings;
|
|
29
|
+
business: businessModels.Business;
|
|
29
30
|
onBranchSelect?: (branchId: number) => void;
|
|
30
31
|
onLanguageSelect?: (code: string) => void;
|
|
31
32
|
}
|
|
@@ -9,5 +9,9 @@ declare const _default: {
|
|
|
9
9
|
"Invalid Email Address": string;
|
|
10
10
|
FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
|
|
11
11
|
ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
|
|
12
|
+
COUNTRY_REQUIRED: string;
|
|
13
|
+
CITY_REQUIRED: string;
|
|
14
|
+
STREET_REQUIRED: string;
|
|
15
|
+
STREET_NUMBER_REQUIRED: string;
|
|
12
16
|
};
|
|
13
17
|
export default _default;
|
|
@@ -10,6 +10,10 @@ declare const _default: {
|
|
|
10
10
|
"Invalid Email Address": string;
|
|
11
11
|
FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
|
|
12
12
|
ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
|
|
13
|
+
COUNTRY_REQUIRED: string;
|
|
14
|
+
CITY_REQUIRED: string;
|
|
15
|
+
STREET_REQUIRED: string;
|
|
16
|
+
STREET_NUMBER_REQUIRED: string;
|
|
13
17
|
};
|
|
14
18
|
common: {
|
|
15
19
|
Save: string;
|
|
@@ -5,5 +5,9 @@ declare const _default: {
|
|
|
5
5
|
OTP_RATE_LIMIT_EXCEEDED: string;
|
|
6
6
|
FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
|
|
7
7
|
ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
|
|
8
|
+
COUNTRY_REQUIRED: string;
|
|
9
|
+
CITY_REQUIRED: string;
|
|
10
|
+
STREET_REQUIRED: string;
|
|
11
|
+
STREET_NUMBER_REQUIRED: string;
|
|
8
12
|
};
|
|
9
13
|
export default _default;
|
|
@@ -6,6 +6,10 @@ declare const _default: {
|
|
|
6
6
|
OTP_RATE_LIMIT_EXCEEDED: string;
|
|
7
7
|
FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
|
|
8
8
|
ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
|
|
9
|
+
COUNTRY_REQUIRED: string;
|
|
10
|
+
CITY_REQUIRED: string;
|
|
11
|
+
STREET_REQUIRED: string;
|
|
12
|
+
STREET_NUMBER_REQUIRED: string;
|
|
9
13
|
};
|
|
10
14
|
common: {};
|
|
11
15
|
order: {};
|
|
@@ -9,5 +9,9 @@ declare const _default: {
|
|
|
9
9
|
"Invalid Email Address": string;
|
|
10
10
|
FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
|
|
11
11
|
ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
|
|
12
|
+
COUNTRY_REQUIRED: string;
|
|
13
|
+
CITY_REQUIRED: string;
|
|
14
|
+
STREET_REQUIRED: string;
|
|
15
|
+
STREET_NUMBER_REQUIRED: string;
|
|
12
16
|
};
|
|
13
17
|
export default _default;
|
|
@@ -10,6 +10,10 @@ declare const _default: {
|
|
|
10
10
|
"Invalid Email Address": string;
|
|
11
11
|
FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
|
|
12
12
|
ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
|
|
13
|
+
COUNTRY_REQUIRED: string;
|
|
14
|
+
CITY_REQUIRED: string;
|
|
15
|
+
STREET_REQUIRED: string;
|
|
16
|
+
STREET_NUMBER_REQUIRED: string;
|
|
13
17
|
};
|
|
14
18
|
common: {
|
|
15
19
|
Save: string;
|
|
@@ -11,6 +11,10 @@ declare const _default: {
|
|
|
11
11
|
"Invalid Email Address": string;
|
|
12
12
|
FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
|
|
13
13
|
ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
|
|
14
|
+
COUNTRY_REQUIRED: string;
|
|
15
|
+
CITY_REQUIRED: string;
|
|
16
|
+
STREET_REQUIRED: string;
|
|
17
|
+
STREET_NUMBER_REQUIRED: string;
|
|
14
18
|
};
|
|
15
19
|
common: {
|
|
16
20
|
Save: string;
|
|
@@ -177,6 +181,10 @@ declare const _default: {
|
|
|
177
181
|
OTP_RATE_LIMIT_EXCEEDED: string;
|
|
178
182
|
FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
|
|
179
183
|
ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
|
|
184
|
+
COUNTRY_REQUIRED: string;
|
|
185
|
+
CITY_REQUIRED: string;
|
|
186
|
+
STREET_REQUIRED: string;
|
|
187
|
+
STREET_NUMBER_REQUIRED: string;
|
|
180
188
|
};
|
|
181
189
|
common: {};
|
|
182
190
|
order: {};
|
|
@@ -197,6 +205,10 @@ declare const _default: {
|
|
|
197
205
|
"Invalid Email Address": string;
|
|
198
206
|
FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
|
|
199
207
|
ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
|
|
208
|
+
COUNTRY_REQUIRED: string;
|
|
209
|
+
CITY_REQUIRED: string;
|
|
210
|
+
STREET_REQUIRED: string;
|
|
211
|
+
STREET_NUMBER_REQUIRED: string;
|
|
200
212
|
};
|
|
201
213
|
common: {
|
|
202
214
|
Save: string;
|
|
@@ -366,6 +378,10 @@ declare const _default: {
|
|
|
366
378
|
"Invalid Email Address": string;
|
|
367
379
|
FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
|
|
368
380
|
ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
|
|
381
|
+
COUNTRY_REQUIRED: string;
|
|
382
|
+
CITY_REQUIRED: string;
|
|
383
|
+
STREET_REQUIRED: string;
|
|
384
|
+
STREET_NUMBER_REQUIRED: string;
|
|
369
385
|
};
|
|
370
386
|
common: {
|
|
371
387
|
Save: string;
|
|
@@ -535,6 +551,10 @@ declare const _default: {
|
|
|
535
551
|
"Invalid Email Address": string;
|
|
536
552
|
FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
|
|
537
553
|
ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
|
|
554
|
+
COUNTRY_REQUIRED: string;
|
|
555
|
+
CITY_REQUIRED: string;
|
|
556
|
+
STREET_REQUIRED: string;
|
|
557
|
+
STREET_NUMBER_REQUIRED: string;
|
|
538
558
|
};
|
|
539
559
|
common: {
|
|
540
560
|
Save: string;
|
|
@@ -703,6 +723,10 @@ declare const _default: {
|
|
|
703
723
|
"Invalid Email Address": string;
|
|
704
724
|
FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
|
|
705
725
|
ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
|
|
726
|
+
COUNTRY_REQUIRED: string;
|
|
727
|
+
CITY_REQUIRED: string;
|
|
728
|
+
STREET_REQUIRED: string;
|
|
729
|
+
STREET_NUMBER_REQUIRED: string;
|
|
706
730
|
};
|
|
707
731
|
common: {
|
|
708
732
|
Save: string;
|
|
@@ -9,5 +9,9 @@ declare const _default: {
|
|
|
9
9
|
"Invalid Email Address": string;
|
|
10
10
|
FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
|
|
11
11
|
ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
|
|
12
|
+
COUNTRY_REQUIRED: string;
|
|
13
|
+
CITY_REQUIRED: string;
|
|
14
|
+
STREET_REQUIRED: string;
|
|
15
|
+
STREET_NUMBER_REQUIRED: string;
|
|
12
16
|
};
|
|
13
17
|
export default _default;
|
|
@@ -10,6 +10,10 @@ declare const _default: {
|
|
|
10
10
|
"Invalid Email Address": string;
|
|
11
11
|
FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
|
|
12
12
|
ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
|
|
13
|
+
COUNTRY_REQUIRED: string;
|
|
14
|
+
CITY_REQUIRED: string;
|
|
15
|
+
STREET_REQUIRED: string;
|
|
16
|
+
STREET_NUMBER_REQUIRED: string;
|
|
13
17
|
};
|
|
14
18
|
common: {
|
|
15
19
|
Save: string;
|
|
@@ -9,5 +9,9 @@ declare const _default: {
|
|
|
9
9
|
"Invalid Email Address": string;
|
|
10
10
|
FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
|
|
11
11
|
ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
|
|
12
|
+
COUNTRY_REQUIRED: string;
|
|
13
|
+
CITY_REQUIRED: string;
|
|
14
|
+
STREET_REQUIRED: string;
|
|
15
|
+
STREET_NUMBER_REQUIRED: string;
|
|
12
16
|
};
|
|
13
17
|
export default _default;
|
|
@@ -10,6 +10,10 @@ declare const _default: {
|
|
|
10
10
|
"Invalid Email Address": string;
|
|
11
11
|
FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
|
|
12
12
|
ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
|
|
13
|
+
COUNTRY_REQUIRED: string;
|
|
14
|
+
CITY_REQUIRED: string;
|
|
15
|
+
STREET_REQUIRED: string;
|
|
16
|
+
STREET_NUMBER_REQUIRED: string;
|
|
13
17
|
};
|
|
14
18
|
common: {
|
|
15
19
|
Save: string;
|
|
@@ -9,5 +9,9 @@ declare const _default: {
|
|
|
9
9
|
"Invalid Email Address": string;
|
|
10
10
|
FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
|
|
11
11
|
ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
|
|
12
|
+
COUNTRY_REQUIRED: string;
|
|
13
|
+
CITY_REQUIRED: string;
|
|
14
|
+
STREET_REQUIRED: string;
|
|
15
|
+
STREET_NUMBER_REQUIRED: string;
|
|
12
16
|
};
|
|
13
17
|
export default _default;
|
|
@@ -10,6 +10,10 @@ declare const _default: {
|
|
|
10
10
|
"Invalid Email Address": string;
|
|
11
11
|
FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
|
|
12
12
|
ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
|
|
13
|
+
COUNTRY_REQUIRED: string;
|
|
14
|
+
CITY_REQUIRED: string;
|
|
15
|
+
STREET_REQUIRED: string;
|
|
16
|
+
STREET_NUMBER_REQUIRED: string;
|
|
13
17
|
};
|
|
14
18
|
common: {
|
|
15
19
|
Save: string;
|
package/dist/styles/ui.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@keyframes PublicMenu-module_flexWide__M9IEY{0%{flex:0}to{flex:1}}@keyframes PublicMenu-module_slidein__kwZ1c{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes PublicMenu-module_fadeInOut__ORUVR{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes PublicMenu-module_heightAnimation__Upf4B{0%{height:0}to{height:100%}}@keyframes PublicMenu-module_fadein__Q7QsJ{0%{opacity:0}to{opacity:1}}@keyframes PublicMenu-module_floatAnimation__IxmsY{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes PublicMenu-module_bottomSheet__4-IhG{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes PublicMenu-module_slideRightToLeft__Ue3GM{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes PublicMenu-module_rotation__LCRL3{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.PublicMenu-module_container__QLN6U{background-color:#fff;padding-bottom:4rem;position:relative}.PublicMenu-module_container__QLN6U .PublicMenu-module_description__Qlb4s{font-size:.9rem;padding:1rem 1rem .5rem;text-align:center}.PublicMenu-module_container__QLN6U .PublicMenu-module_contact__Jtkor{padding:1rem}.PublicMenu-module_container__QLN6U .PublicMenu-module_contact__Jtkor svg path{fill:#fff}.PublicMenu-module_container__QLN6U .PublicMenu-module_categories__Iy6NC{background-color:#fff;left:0;max-width:100%;padding:.5rem 1rem;position:sticky;right:0;top:0;z-index:1}.PublicMenu-module_container__QLN6U .PublicMenu-module_footer__6G3DQ{color:#a1a5b7;display:block;font-size:.75rem;padding:3rem 2rem 2rem;text-align:center;width:100%}@keyframes Header-module_flexWide__XiQ6l{0%{flex:0}to{flex:1}}@keyframes Header-module_slidein__srDhG{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes Header-module_fadeInOut__CRL2N{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes Header-module_heightAnimation__YItGG{0%{height:0}to{height:100%}}@keyframes Header-module_fadein__3t3t-{0%{opacity:0}to{opacity:1}}@keyframes Header-module_floatAnimation__yIXwQ{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes Header-module_bottomSheet__Ce3TO{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes Header-module_slideRightToLeft__7cKkn{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes Header-module_rotation__7xqRs{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Header-module_container__tenlF{height:12.5rem;margin-bottom:3rem;position:relative;width:100%}.Header-module_container__tenlF .Header-module_cover__BAWZK{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.Header-module_container__tenlF .Header-module_content__Gx4Al{align-items:flex-end;background:linear-gradient(0deg,rgba(0,0,0,.5) 20%,transparent);bottom:0;color:#fff;display:flex;left:0;padding:1rem 1rem 2rem;position:absolute;right:0;top:0;width:100%}.Header-module_container__tenlF .Header-module_content__Gx4Al .Header-module_logo__4MTCm{border-radius:50%;display:block;height:6rem;-o-object-fit:cover;object-fit:cover;overflow:hidden;width:6rem}.Header-module_container__tenlF .Header-module_content__Gx4Al .Header-module_info__IchYA{overflow:hidden;width:calc(100% - 7rem)}.Header-module_container__tenlF .Header-module_content__Gx4Al .Header-module_info__IchYA .Header-module_name__30wyw{font-size:1.5rem;margin:0;max-width:100%;overflow:hidden;text-overflow:ellipsis}.Header-module_container__tenlF .Header-module_content__Gx4Al .Header-module_info__IchYA .Header-module_address__WOxXc{color:#fff;font-size:.9rem}.Header-module_container__tenlF .Header-module_content__Gx4Al .Header-module_info__IchYA .Header-module_address__WOxXc .Header-module_addressText__lUszI{line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;white-space:normal}.Header-module_container__tenlF .Header-module_content__Gx4Al .Header-module_labels__gYyth{bottom:0;height:100%;padding:.75rem;position:absolute;right:0;scrollbar-width:none;top:0}.Header-module_container__tenlF .Header-module_content__Gx4Al .Header-module_labels__gYyth::-webkit-scrollbar{background:transparent;height:0;width:0}.Header-module_container__tenlF .Header-module_social__AoP0z{bottom:-1.25rem;display:flex;justify-content:center;left:0;position:absolute;right:0}.Header-module_container__tenlF .Header-module_links__EeQxg{background-color:#fff;border-radius:1.5rem;box-shadow:0 0 50px 0 rgba(0,0,0,.15);padding:.25rem .75rem;width:-moz-fit-content;width:fit-content}.Header-module_container__tenlF .Header-module_links__EeQxg .Header-module_wifiPassword__VWBTa{align-items:center;cursor:pointer;display:flex;padding:.5rem}.Header-module_container__tenlF .Header-module_links__EeQxg .Header-module_wifiPassword__VWBTa .Header-module_wifiPasswordIcon__Ukn3D{height:100%}@keyframes Languages-module_flexWide__zQ9jN{0%{flex:0}to{flex:1}}@keyframes Languages-module_slidein__C4UHU{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes Languages-module_fadeInOut__U-vhH{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes Languages-module_heightAnimation__gIQkF{0%{height:0}to{height:100%}}@keyframes Languages-module_fadein__vPmsX{0%{opacity:0}to{opacity:1}}@keyframes Languages-module_floatAnimation__L-kPH{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes Languages-module_bottomSheet__-t-q8{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes Languages-module_slideRightToLeft__y0l-f{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes Languages-module_rotation__gp8P5{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Languages-module_container__nJeK1{position:absolute;right:1rem;top:1rem;z-index:1}.Languages-module_container__nJeK1 .Languages-module_currentLanguage__EFw6Q{align-items:center;background-color:#fff;border:2px solid #fff;border-radius:50%;cursor:pointer;display:flex;flex:0 0 1.5rem;height:1.5rem;justify-content:center;-o-object-fit:cover;object-fit:cover;overflow:hidden;width:1.5rem}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm{border-radius:1.5rem;height:1.5rem;overflow:hidden;padding:0 1rem;width:0}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm .Languages-module_option__QkVQd{align-items:center;background-color:#fff;border:2px solid #fff;border-radius:50%;cursor:pointer;display:flex;flex:0 0 1.5rem;height:1.5rem;justify-content:center;-o-object-fit:cover;object-fit:cover;overflow:hidden;transform:translateX(500%);transition:transform .2s;width:1.5rem}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm .Languages-module_option__QkVQd:nth-child(2){transition-delay:.1s}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm .Languages-module_option__QkVQd:nth-child(3){transition-delay:.2s}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm .Languages-module_option__QkVQd:nth-child(4){transition-delay:.3s}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm .Languages-module_option__QkVQd:nth-child(5){transition-delay:.4s}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm .Languages-module_option__QkVQd:nth-child(6){transition-delay:.5s}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm .Languages-module_option__QkVQd:nth-child(7){transition-delay:.6s}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm .Languages-module_option__QkVQd:nth-child(8){transition-delay:.7s}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm .Languages-module_option__QkVQd:nth-child(9){transition-delay:.8s}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm .Languages-module_option__QkVQd:nth-child(10){transition-delay:.9s}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm.Languages-module_isOpen__eUGbg{width:-moz-max-content;width:max-content}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm.Languages-module_isOpen__eUGbg .Languages-module_option__QkVQd{transform:translateX(0)}.Products-module_container__bF2LF{padding:1rem}.Products-module_container__bF2LF .Products-module_header__0EFvL,.Products-module_container__bF2LF .Products-module_view__l857X{margin-bottom:-1rem}.Products-module_container__bF2LF .Products-module_products__AoDrY{overflow-x:hidden;padding:3rem 0 0;scroll-margin-top:2rem;text-overflow:ellipsis;width:100%}.Products-module_container__bF2LF .Products-module_products__AoDrY .Products-module_category__Sp7dE{font-size:1.5rem;margin-bottom:1rem;overflow-x:hidden;text-overflow:ellipsis;width:100%}.Products-module_container__bF2LF .Products-module_products__AoDrY .Products-module_list__LH4v5{width:100%}@keyframes ProductsListItem-module_flexWide__Ds6LE{0%{flex:0}to{flex:1}}@keyframes ProductsListItem-module_slidein__rEzMI{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes ProductsListItem-module_fadeInOut__i1FNq{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes ProductsListItem-module_heightAnimation__2fk7l{0%{height:0}to{height:100%}}@keyframes ProductsListItem-module_fadein__tPTJ6{0%{opacity:0}to{opacity:1}}@keyframes ProductsListItem-module_floatAnimation__vugAV{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes ProductsListItem-module_bottomSheet__-YAdd{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes ProductsListItem-module_slideRightToLeft__oXk26{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes ProductsListItem-module_rotation__ZMvMz{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ProductsListItem-module_container__i9tFs{border-bottom:1px solid #eff2f5;overflow:hidden;padding:1.5rem 0;position:relative;width:100%}.ProductsListItem-module_container__i9tFs.ProductsListItem-module_isClickable__iHHdI{cursor:pointer}.ProductsListItem-module_container__i9tFs .ProductsListItem-module_info__4s4j2{flex:1;overflow:hidden;padding-right:1.5rem}.ProductsListItem-module_container__i9tFs .ProductsListItem-module_info__4s4j2 .ProductsListItem-module_name__T1gyJ{font-size:1rem;font-weight:600;margin:0;max-width:100%;overflow:hidden}.ProductsListItem-module_container__i9tFs .ProductsListItem-module_info__4s4j2 .ProductsListItem-module_description__oL4CH{line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#a1a5b7;display:-webkit-box;font-size:.875rem;line-height:1.25rem;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:normal}.ProductsListItem-module_container__i9tFs .ProductsListItem-module_info__4s4j2 .ProductsListItem-module_price__V1GRM{line-height:1.5rem}.ProductsListItem-module_container__i9tFs .ProductsListItem-module_image__h6Wbi{border-radius:.475rem;height:5.625rem;-o-object-fit:cover;object-fit:cover;overflow:hidden;width:10rem}.ProductsListItem-module_container__i9tFs .ProductsListItem-module_image__h6Wbi.ProductsListItem-module_notAvailable__TeMCr{filter:grayscale(100%)}.ProductsListItem-module_container__i9tFs .ProductsListItem-module_addToOrder__6KqZn{pointer-events:all;position:absolute;right:.25rem;top:1.75rem}.ProductsListItem-module_container__i9tFs.ProductsListItem-module_noImage__G4E-a .ProductsListItem-module_info__4s4j2{padding-right:0}.ProductsListItem-module_container__i9tFs.ProductsListItem-module_noImage__G4E-a .ProductsListItem-module_info__4s4j2 .ProductsListItem-module_name__T1gyJ{margin-bottom:.5rem;padding-right:3rem}@keyframes ProductsGridItem-module_flexWide__qcB5X{0%{flex:0}to{flex:1}}@keyframes ProductsGridItem-module_slidein__oKaVb{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes ProductsGridItem-module_fadeInOut__d2zot{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes ProductsGridItem-module_heightAnimation__zgbh9{0%{height:0}to{height:100%}}@keyframes ProductsGridItem-module_fadein__Z067K{0%{opacity:0}to{opacity:1}}@keyframes ProductsGridItem-module_floatAnimation__GXjP-{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes ProductsGridItem-module_bottomSheet__-zrFD{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes ProductsGridItem-module_slideRightToLeft__R7hv5{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes ProductsGridItem-module_rotation__npCfA{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ProductsGridItem-module_container__DU5KG{border-bottom:1px solid #eff2f5;padding:1.5rem 0;width:100%}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y{overflow:hidden;position:relative;width:100%}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y.ProductsGridItem-module_isClickable__8zhwt{cursor:pointer}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y .ProductsGridItem-module_info__HkBG-{background-color:transparent;background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.25) 30%,transparent 60%);border-radius:.475rem;display:flex;flex-direction:column;height:100%;left:0;position:absolute;top:0;inset:0;justify-content:flex-end;overflow:hidden;padding:1rem;width:100%}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y .ProductsGridItem-module_data__Z-N1X{overflow:hidden;text-shadow:.5px .5px 5px #000}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y .ProductsGridItem-module_data__Z-N1X .ProductsGridItem-module_name__ZrIx3{color:#fff;font-size:1rem;font-weight:600;margin:0;max-width:100%;overflow:hidden}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y .ProductsGridItem-module_data__Z-N1X .ProductsGridItem-module_description__-FQPA{line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;color:hsla(0,0%,100%,.9);display:-webkit-box;font-size:.875rem;line-height:1.25rem;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:normal}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y .ProductsGridItem-module_data__Z-N1X .ProductsGridItem-module_price__BFu2H{color:#fff;line-height:1.5rem}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y .ProductsGridItem-module_imageContainer__eHS4Z{border-radius:.475rem;overflow:hidden;position:relative;width:100%}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y .ProductsGridItem-module_imageContainer__eHS4Z .ProductsGridItem-module_image__alZWL{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y .ProductsGridItem-module_imageContainer__eHS4Z .ProductsGridItem-module_image__alZWL.ProductsGridItem-module_notAvailable__i4-HA{filter:grayscale(100%)}@supports (aspect-ratio:16/9){.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y .ProductsGridItem-module_imageContainer__eHS4Z{aspect-ratio:16/9;padding-top:0}}@supports not (aspect-ratio:16/9){.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y .ProductsGridItem-module_imageContainer__eHS4Z{padding-top:56.25%}}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y .ProductsGridItem-module_addToOrder__PhQhg{pointer-events:all;position:absolute;right:.5rem;top:.5rem}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y.ProductsGridItem-module_noImage__78UHW{min-height:4.75rem}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y.ProductsGridItem-module_noImage__78UHW .ProductsGridItem-module_info__HkBG-{background:transparent;padding:0}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y.ProductsGridItem-module_noImage__78UHW .ProductsGridItem-module_info__HkBG- .ProductsGridItem-module_data__Z-N1X .ProductsGridItem-module_name__ZrIx3,.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y.ProductsGridItem-module_noImage__78UHW .ProductsGridItem-module_info__HkBG- .ProductsGridItem-module_data__Z-N1X .ProductsGridItem-module_price__BFu2H{color:#181c32}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y.ProductsGridItem-module_noImage__78UHW .ProductsGridItem-module_info__HkBG- .ProductsGridItem-module_data__Z-N1X .ProductsGridItem-module_name__ZrIx3{padding-right:3rem}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y.ProductsGridItem-module_noImage__78UHW .ProductsGridItem-module_info__HkBG- .ProductsGridItem-module_data__Z-N1X .ProductsGridItem-module_description__-FQPA,.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y.ProductsGridItem-module_noImage__78UHW .ProductsGridItem-module_info__HkBG- .ProductsGridItem-module_data__Z-N1X .ProductsGridItem-module_volume__oxEAr{color:#a1a5b7!important}@keyframes ProductDetails-module_flexWide__w06FX{0%{flex:0}to{flex:1}}@keyframes ProductDetails-module_slidein__N8f4g{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes ProductDetails-module_fadeInOut__hYRtK{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes ProductDetails-module_heightAnimation__hLQyz{0%{height:0}to{height:100%}}@keyframes ProductDetails-module_fadein__QN4mI{0%{opacity:0}to{opacity:1}}@keyframes ProductDetails-module_floatAnimation__dTQbc{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes ProductDetails-module_bottomSheet__HO2S-{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes ProductDetails-module_slideRightToLeft__hbtJg{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes ProductDetails-module_rotation__k-9gH{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ProductDetails-module_container__oa07j{align-items:center;background-color:rgba(0,0,0,.5);display:flex;inset:0;justify-content:center;position:fixed;z-index:110}.ProductDetails-module_container__oa07j .ProductDetails-module_content__Db3NC{padding:0 0 1rem;position:relative}.ProductDetails-module_container__oa07j .ProductDetails-module_content__Db3NC .ProductDetails-module_image__BlMfl{display:block;max-height:25rem;max-width:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden;width:100%}.ProductDetails-module_container__oa07j .ProductDetails-module_content__Db3NC .ProductDetails-module_details__zfnlt{max-width:100%;overflow:hidden;padding:1rem 1.5rem 2rem;text-overflow:ellipsis;width:100%}.ProductDetails-module_container__oa07j .ProductDetails-module_content__Db3NC .ProductDetails-module_details__zfnlt .ProductDetails-module_name__ganLM{font-size:1.5rem;margin:0}.ProductDetails-module_container__oa07j .ProductDetails-module_content__Db3NC .ProductDetails-module_details__zfnlt .ProductDetails-module_price__W34k9{line-height:1.5rem}.ProductDetails-module_container__oa07j .ProductDetails-module_content__Db3NC .ProductDetails-module_details__zfnlt .ProductDetails-module_volume__RWG5s{color:#a1a5b7}.ProductDetails-module_container__oa07j .ProductDetails-module_content__Db3NC .ProductDetails-module_details__zfnlt .ProductDetails-module_description__HBufi{color:#a1a5b7;font-size:1rem;line-height:1.25rem;margin-top:1rem}.ProductDetails-module_container__oa07j .ProductDetails-module_content__Db3NC .ProductDetails-module_choices__4tHaA{border-bottom:1px solid #eff2f5;border-top:1px solid #eff2f5;max-width:100%;overflow:hidden;text-overflow:ellipsis;width:100%}.ProductDetails-module_container__oa07j .ProductDetails-module_content__Db3NC .ProductDetails-module_close__4cHZ3{position:absolute;right:1rem;top:1rem}.ProductDetails-module_container__oa07j .ProductDetails-module_addAction__o4T5R .ProductDetails-module_actionTitle__NIJGW{white-space:break-spaces}@media (max-width:580px){.ProductDetails-module_container__oa07j{align-items:flex-end}}@keyframes Quantity-module_flexWide__R95Jw{0%{flex:0}to{flex:1}}@keyframes Quantity-module_slidein__5yeWf{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes Quantity-module_fadeInOut__cllco{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes Quantity-module_heightAnimation__dhOgA{0%{height:0}to{height:100%}}@keyframes Quantity-module_fadein__Cof2o{0%{opacity:0}to{opacity:1}}@keyframes Quantity-module_floatAnimation__DSqQr{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes Quantity-module_bottomSheet__5-5iY{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes Quantity-module_slideRightToLeft__cjDHk{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes Quantity-module_rotation__dn0J8{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Quantity-module_container__01ySb{background-color:var(--sorocraft-color-primary-light,#f5f8fa);border-radius:3.75rem}.Quantity-module_container__01ySb .Quantity-module_quantityAction__wRV2F,.Quantity-module_container__01ySb .Quantity-module_quantityValue__BBpyw{align-items:center;color:var(--sorocraft-color-primary,#2d3436);display:flex;justify-content:center;line-height:1.5rem;text-align:center}.Quantity-module_container__01ySb .Quantity-module_quantityAction__wRV2F{cursor:pointer}.Quantity-module_container__01ySb .Quantity-module_quantityAction__wRV2F svg path{stroke:var(--sorocraft-color-primary,#2d3436)}.Quantity-module_container__01ySb .Quantity-module_quantityAction__wRV2F.Quantity-module_isDisabled__crQCf{cursor:not-allowed}.Quantity-module_container__01ySb.Quantity-module_sm__0Hgp2{height:2.5rem!important;width:7.5rem!important}.Quantity-module_container__01ySb.Quantity-module_sm__0Hgp2 .Quantity-module_quantityAction__wRV2F,.Quantity-module_container__01ySb.Quantity-module_sm__0Hgp2 .Quantity-module_quantityValue__BBpyw{height:2.5rem!important;width:2.5rem}.Quantity-module_container__01ySb.Quantity-module_md__hu7a8{height:3.25rem!important;width:10rem!important}.Quantity-module_container__01ySb.Quantity-module_md__hu7a8 .Quantity-module_quantityAction__wRV2F,.Quantity-module_container__01ySb.Quantity-module_md__hu7a8 .Quantity-module_quantityValue__BBpyw{height:3.25rem!important;width:3.3333333333rem}.Quantity-module_container__01ySb.Quantity-module_lg__GA4jn{height:3.75rem!important;width:12.5rem!important}.Quantity-module_container__01ySb.Quantity-module_lg__GA4jn .Quantity-module_quantityAction__wRV2F,.Quantity-module_container__01ySb.Quantity-module_lg__GA4jn .Quantity-module_quantityValue__BBpyw{height:3.75rem!important;width:4.1666666667rem}.ProductInOrder-module_container__0N57G .ProductInOrder-module_title__TWjM9{font-weight:600}@keyframes ProductVariants-module_flexWide__CQO0G{0%{flex:0}to{flex:1}}@keyframes ProductVariants-module_slidein__9xYoM{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes ProductVariants-module_fadeInOut__NcGdX{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes ProductVariants-module_heightAnimation__c7ORS{0%{height:0}to{height:100%}}@keyframes ProductVariants-module_fadein__qqdC5{0%{opacity:0}to{opacity:1}}@keyframes ProductVariants-module_floatAnimation__Fy-NX{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes ProductVariants-module_bottomSheet__JVxKH{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes ProductVariants-module_slideRightToLeft__lHsqZ{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes ProductVariants-module_rotation__iJPfC{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ProductVariants-module_container__r059N{box-shadow:0;padding:1rem 1.5rem;transition:box-shadow .1s ease-in-out}.ProductVariants-module_container__r059N .ProductVariants-module_variantsTitle__G3wTr{font-weight:600;margin-bottom:.5rem}.ProductVariants-module_container__r059N .ProductVariants-module_variant__Pk6eP{cursor:pointer}.ProductVariants-module_container__r059N.ProductVariants-module_focused__tdy2R{box-shadow:0 0 5px 0 #f1416c}@keyframes ProductAddons-module_flexWide__kxcTh{0%{flex:0}to{flex:1}}@keyframes ProductAddons-module_slidein__C5osk{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes ProductAddons-module_fadeInOut__Wtu5Z{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes ProductAddons-module_heightAnimation__sA75y{0%{height:0}to{height:100%}}@keyframes ProductAddons-module_fadein__ErDv9{0%{opacity:0}to{opacity:1}}@keyframes ProductAddons-module_floatAnimation__crBUu{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes ProductAddons-module_bottomSheet__Irr5y{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes ProductAddons-module_slideRightToLeft__Q-PfS{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes ProductAddons-module_rotation__ycNtj{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ProductAddons-module_container__DRnT7{box-shadow:0;padding:1rem 1.5rem;transition:box-shadow .1s ease-in-out}.ProductAddons-module_container__DRnT7.ProductAddons-module_focused__KplXf{box-shadow:0 0 5px 0 #f1416c}.ProductAddons-module_container__DRnT7 .ProductAddons-module_optionsTitle__dE0ee{font-weight:600;margin-bottom:.5rem}@keyframes FloatingOrdersButton-module_flexWide__76axD{0%{flex:0}to{flex:1}}@keyframes FloatingOrdersButton-module_slidein__mtue7{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes FloatingOrdersButton-module_fadeInOut__x7Xvb{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes FloatingOrdersButton-module_heightAnimation__BQhjf{0%{height:0}to{height:100%}}@keyframes FloatingOrdersButton-module_fadein__OVkKy{0%{opacity:0}to{opacity:1}}@keyframes FloatingOrdersButton-module_floatAnimation__VSNFt{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes FloatingOrdersButton-module_bottomSheet__6AMVn{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes FloatingOrdersButton-module_slideRightToLeft__7Lxjo{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes FloatingOrdersButton-module_rotation__IM8zh{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.FloatingOrdersButton-module_container__RYr7V{bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;z-index:10}.FloatingOrdersButton-module_container__RYr7V .FloatingOrdersButton-module_content__2X3P-{animation-duration:.3s;animation-name:FloatingOrdersButton-module_bottomSheet__6AMVn;animation-timing-function:cubic-bezier(.32,1,.23,1);max-width:25rem;width:100%}@keyframes OrderStepper-module_flexWide__oIpQi{0%{flex:0}to{flex:1}}@keyframes OrderStepper-module_slidein__P6YJD{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes OrderStepper-module_fadeInOut__OVRav{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes OrderStepper-module_heightAnimation__bDpZh{0%{height:0}to{height:100%}}@keyframes OrderStepper-module_fadein__526L2{0%{opacity:0}to{opacity:1}}@keyframes OrderStepper-module_floatAnimation__rjwmv{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes OrderStepper-module_bottomSheet__777sc{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes OrderStepper-module_slideRightToLeft__UjVx6{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes OrderStepper-module_rotation__PedNC{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.OrderStepper-module_container__GVnVU{background-color:var(--sorocraft-color-primary,#2d3436);border-radius:1.5rem;color:#fff;min-height:3.375rem;padding:.9rem 1rem;width:100%}.OrderStepper-module_container__GVnVU .OrderStepper-module_count__u13tM{align-items:center;background-color:#fff;border-radius:50%;color:#181c32;display:flex;font-size:.75rem;font-weight:500;height:1.5rem;justify-content:center;line-height:1rem;width:1.5rem}.OrderStepper-module_container__GVnVU .OrderStepper-module_actionText__CZsVe{font-weight:600}.OrderStepper-module_container__GVnVU .OrderStepper-module_totalPrice__R9Mni{font-weight:500;text-align:end}.OrderStepper-module_container__GVnVU.OrderStepper-module_isClickable__M3rWK{cursor:pointer}.OrderStepper-module_container__GVnVU.OrderStepper-module_isLoading__FkS16{background-color:rgba(235,59,90,.75);cursor:not-allowed}.OrderStepper-module_container__GVnVU.OrderStepper-module_isLoading__FkS16 .OrderStepper-module_actionText__CZsVe{line-height:.75}@keyframes OrderDrawer-module_flexWide__WatFh{0%{flex:0}to{flex:1}}@keyframes OrderDrawer-module_slidein__-S7pZ{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes OrderDrawer-module_fadeInOut__Vnw9N{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes OrderDrawer-module_heightAnimation__vitnv{0%{height:0}to{height:100%}}@keyframes OrderDrawer-module_fadein__N0T5n{0%{opacity:0}to{opacity:1}}@keyframes OrderDrawer-module_floatAnimation__i-n3y{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes OrderDrawer-module_bottomSheet__ugbJC{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes OrderDrawer-module_slideRightToLeft__0x9E4{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes OrderDrawer-module_rotation__5WP1-{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.OrderDrawer-module_container__DymQj{align-items:center;background-color:rgba(0,0,0,.5);display:flex;inset:0;justify-content:flex-end;position:fixed;z-index:100}.OrderDrawer-module_container__DymQj .OrderDrawer-module_content__khduX{height:100%;padding:1rem 0}.OrderDrawer-module_container__DymQj .OrderDrawer-module_content__khduX .OrderDrawer-module_paymentMethods__9i-sb,.OrderDrawer-module_container__DymQj .OrderDrawer-module_content__khduX .OrderDrawer-module_transactionDetails__xzWgY{padding:0 1rem}.OrderDrawer-module_footer__8XfD9 .OrderDrawer-module_noteButton__M8BVx{padding:.625rem 1.5rem!important}@keyframes OrderListItem-module_flexWide__p06FA{0%{flex:0}to{flex:1}}@keyframes OrderListItem-module_slidein__npG1H{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes OrderListItem-module_fadeInOut__6-69i{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes OrderListItem-module_heightAnimation__9xQeY{0%{height:0}to{height:100%}}@keyframes OrderListItem-module_fadein__v9WHA{0%{opacity:0}to{opacity:1}}@keyframes OrderListItem-module_floatAnimation__E-PEL{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes OrderListItem-module_bottomSheet__tZCrN{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes OrderListItem-module_slideRightToLeft__tzJmH{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes OrderListItem-module_rotation__edZBL{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.OrderListItem-module_container__Tj4RI{border-bottom:1px solid #eff2f5;padding:.75rem 1rem}.OrderListItem-module_container__Tj4RI .OrderListItem-module_image__o3PIC{border-radius:.475rem;height:2.8125rem;-o-object-fit:cover;object-fit:cover;overflow:hidden;width:5rem}.OrderListItem-module_container__Tj4RI .OrderListItem-module_data__BLzxw{flex:1;max-width:100%;overflow:hidden;text-overflow:ellipsis}.OrderListItem-module_container__Tj4RI .OrderListItem-module_data__BLzxw .OrderListItem-module_name__QEzuZ{font-weight:500;line-height:1;margin-bottom:.5rem}.OrderListItem-module_container__Tj4RI .OrderListItem-module_data__BLzxw .OrderListItem-module_price__-V2qL{line-height:1.5rem;margin-top:.5rem}@keyframes ProductQuantity-module_flexWide__nM3ep{0%{flex:0}to{flex:1}}@keyframes ProductQuantity-module_slidein__WMIdH{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes ProductQuantity-module_fadeInOut__Slq12{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes ProductQuantity-module_heightAnimation__i7QLr{0%{height:0}to{height:100%}}@keyframes ProductQuantity-module_fadein__OyZ8J{0%{opacity:0}to{opacity:1}}@keyframes ProductQuantity-module_floatAnimation__asE7P{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes ProductQuantity-module_bottomSheet__wtuzd{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes ProductQuantity-module_slideRightToLeft__-t-QM{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes ProductQuantity-module_rotation__Ocswn{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ProductQuantity-module_quantity__PzTpj{align-items:center;background-color:#f5f8fa;border-radius:50%;color:#181c32;display:flex;font-size:.875rem;font-weight:500;height:2rem;justify-content:center;line-height:1rem;width:2rem}.CustomerAddress-module_container__TGYRV{cursor:pointer;padding:1rem;width:100%}@keyframes Branches-module_flexWide__-waUA{0%{flex:0}to{flex:1}}@keyframes Branches-module_slidein__6gTfw{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes Branches-module_fadeInOut__lplH2{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes Branches-module_heightAnimation__pcTJk{0%{height:0}to{height:100%}}@keyframes Branches-module_fadein__U1Mpr{0%{opacity:0}to{opacity:1}}@keyframes Branches-module_floatAnimation__sU2p3{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes Branches-module_bottomSheet__6rCLf{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes Branches-module_slideRightToLeft__xJE6w{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes Branches-module_rotation__w-5eY{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Branches-module_branches__sOuoV{background-color:#fff}.Branches-module_branches__sOuoV .Branches-module_list__vYoT2{display:grid;gap:2rem;grid-auto-rows:1fr;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));padding-bottom:2rem}@media (max-width:580px){.Branches-module_branches__sOuoV .Branches-module_list__vYoT2{grid-template-columns:1fr}}.Branches-module_branches__sOuoV .Branches-module_list__vYoT2 .Branches-module_name__K0Z-4{font-size:1.25rem;font-weight:500;margin:0;text-align:center}@keyframes Auth-module_flexWide__mT2k8{0%{flex:0}to{flex:1}}@keyframes Auth-module_slidein__OwMUO{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes Auth-module_fadeInOut__4LYll{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes Auth-module_heightAnimation__srw1h{0%{height:0}to{height:100%}}@keyframes Auth-module_fadein__NGXVC{0%{opacity:0}to{opacity:1}}@keyframes Auth-module_floatAnimation__2ifYP{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes Auth-module_bottomSheet__gcwUA{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes Auth-module_slideRightToLeft__PLnaH{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes Auth-module_rotation__uRs1v{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Auth-module_content__1ATBc{height:100%;padding:2rem 0}.Auth-module_content__1ATBc .Auth-module_countryCode__zLFy4{min-width:7.5rem}.Auth-module_content__1ATBc .Auth-module_terms__OH3th{color:#a1a5b7;font-size:.875rem;line-height:20px;text-align:center;width:100%}.Auth-module_content__1ATBc .Auth-module_terms__OH3th a{color:#1b84ff}@keyframes Pricing-module_flexWide__mXSDX{0%{flex:0}to{flex:1}}@keyframes Pricing-module_slidein__tTiof{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes Pricing-module_fadeInOut__rYI0L{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes Pricing-module_heightAnimation__WKFZx{0%{height:0}to{height:100%}}@keyframes Pricing-module_fadein__HeFT0{0%{opacity:0}to{opacity:1}}@keyframes Pricing-module_floatAnimation__1VcsO{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes Pricing-module_bottomSheet__v4vTu{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes Pricing-module_slideRightToLeft__GpKCA{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes Pricing-module_rotation__2tW8V{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Pricing-module_container__86ns8{align-items:center;display:flex;flex-direction:column}.Pricing-module_container__86ns8 .Pricing-module_intervals__YOrns{background-color:#fff;border-radius:3.75rem;box-shadow:0 10px 35px 0 rgba(56,71,109,.075);display:flex;gap:1rem;margin-bottom:2.5rem;padding:1rem 1.5rem}.Pricing-module_container__86ns8 .Pricing-module_intervals__YOrns .Pricing-module_interval__perjd{background-color:transparent;border-radius:3.75rem;cursor:pointer;padding:.75rem 1.5rem;text-transform:capitalize;transition:background-color .2s ease-in-out,color .2s ease-in-out}.Pricing-module_container__86ns8 .Pricing-module_intervals__YOrns .Pricing-module_interval__perjd.Pricing-module_active__BRQhl{background-color:var(--sorocraft-color-primary,#2d3436);color:#fff}.Pricing-module_container__86ns8 .Pricing-module_plans__hbRn5{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:6rem;width:100%}.Pricing-module_container__86ns8 .Pricing-module_plans__hbRn5 .Pricing-module_plan__pGWAl{border-radius:.85rem;height:100%;transition:transform .5s cubic-bezier(.7,0,0,1),box-shadow .5s cubic-bezier(.7,0,0,1)}.Pricing-module_container__86ns8 .Pricing-module_plans__hbRn5 .Pricing-module_plan__pGWAl>div{height:100%}.Pricing-module_container__86ns8 .Pricing-module_plans__hbRn5 .Pricing-module_plan__pGWAl .Pricing-module_title__rMUDX{border-bottom:1px dashed #e4e6ef;font-size:1.75rem;font-weight:600;padding-bottom:1rem}.Pricing-module_container__86ns8 .Pricing-module_plans__hbRn5 .Pricing-module_plan__pGWAl .Pricing-module_price__TKBkb{font-size:2rem;height:3.75rem;margin-top:1rem}.Pricing-module_container__86ns8 .Pricing-module_plans__hbRn5 .Pricing-module_plan__pGWAl .Pricing-module_price__TKBkb .Pricing-module_originalPrice__klyhF{font-size:1.5rem;font-weight:600;text-decoration:line-through}.Pricing-module_container__86ns8 .Pricing-module_plans__hbRn5 .Pricing-module_plan__pGWAl .Pricing-module_price__TKBkb .Pricing-module_discountedPrice__qS7GB{color:var(--sorocraft-color-primary,#2d3436);font-weight:600}.Pricing-module_container__86ns8 .Pricing-module_plans__hbRn5 .Pricing-module_plan__pGWAl .Pricing-module_action__08XLt{margin:2rem 0}.Pricing-module_container__86ns8 .Pricing-module_plans__hbRn5 .Pricing-module_plan__pGWAl .Pricing-module_benefits__OjGx8 .Pricing-module_benefit__-oBt1{align-items:center;display:flex;gap:1rem;padding:.5rem 0}.Pricing-module_container__86ns8 .Pricing-module_plans__hbRn5 .Pricing-module_plan__pGWAl .Pricing-module_benefits__OjGx8 .Pricing-module_benefit__-oBt1 i{margin-right:1rem}.Pricing-module_container__86ns8 .Pricing-module_plans__hbRn5 .Pricing-module_plan__pGWAl:hover{box-shadow:0 100px 50px -40px rgba(0,0,0,.1),0 60px 100px 0 rgba(50,50,93,.25);color:#181c32;transform:scale(1.018)}
|
|
1
|
+
@keyframes PublicMenu-module_flexWide__M9IEY{0%{flex:0}to{flex:1}}@keyframes PublicMenu-module_slidein__kwZ1c{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes PublicMenu-module_fadeInOut__ORUVR{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes PublicMenu-module_heightAnimation__Upf4B{0%{height:0}to{height:100%}}@keyframes PublicMenu-module_fadein__Q7QsJ{0%{opacity:0}to{opacity:1}}@keyframes PublicMenu-module_floatAnimation__IxmsY{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes PublicMenu-module_bottomSheet__4-IhG{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes PublicMenu-module_slideRightToLeft__Ue3GM{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes PublicMenu-module_rotation__LCRL3{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.PublicMenu-module_container__QLN6U{background-color:#fff;padding-bottom:4rem;position:relative}.PublicMenu-module_container__QLN6U .PublicMenu-module_description__Qlb4s{font-size:.9rem;padding:1rem 1rem .5rem;text-align:center}.PublicMenu-module_container__QLN6U .PublicMenu-module_contact__Jtkor{padding:1rem}.PublicMenu-module_container__QLN6U .PublicMenu-module_contact__Jtkor svg path{fill:#fff}.PublicMenu-module_container__QLN6U .PublicMenu-module_categories__Iy6NC{background-color:#fff;left:0;max-width:100%;padding:.5rem 1rem;position:sticky;right:0;top:0;z-index:1}.PublicMenu-module_container__QLN6U .PublicMenu-module_footer__6G3DQ{color:#a1a5b7;display:block;font-size:.75rem;padding:3rem 2rem 2rem;text-align:center;width:100%}@keyframes Header-module_flexWide__XiQ6l{0%{flex:0}to{flex:1}}@keyframes Header-module_slidein__srDhG{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes Header-module_fadeInOut__CRL2N{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes Header-module_heightAnimation__YItGG{0%{height:0}to{height:100%}}@keyframes Header-module_fadein__3t3t-{0%{opacity:0}to{opacity:1}}@keyframes Header-module_floatAnimation__yIXwQ{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes Header-module_bottomSheet__Ce3TO{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes Header-module_slideRightToLeft__7cKkn{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes Header-module_rotation__7xqRs{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Header-module_container__tenlF{height:12.5rem;margin-bottom:3rem;position:relative;width:100%}.Header-module_container__tenlF .Header-module_cover__BAWZK{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.Header-module_container__tenlF .Header-module_content__Gx4Al{align-items:flex-end;background:linear-gradient(0deg,rgba(0,0,0,.5) 20%,transparent);bottom:0;color:#fff;display:flex;left:0;padding:1rem 1rem 2rem;position:absolute;right:0;top:0;width:100%}.Header-module_container__tenlF .Header-module_content__Gx4Al .Header-module_logo__4MTCm{border-radius:50%;display:block;height:6rem;-o-object-fit:cover;object-fit:cover;overflow:hidden;width:6rem}.Header-module_container__tenlF .Header-module_content__Gx4Al .Header-module_info__IchYA{overflow:hidden;width:calc(100% - 7rem)}.Header-module_container__tenlF .Header-module_content__Gx4Al .Header-module_info__IchYA .Header-module_name__30wyw{font-size:1.5rem;margin:0;max-width:100%;overflow:hidden;text-overflow:ellipsis}.Header-module_container__tenlF .Header-module_content__Gx4Al .Header-module_info__IchYA .Header-module_address__WOxXc{color:#fff;font-size:.9rem}.Header-module_container__tenlF .Header-module_content__Gx4Al .Header-module_info__IchYA .Header-module_address__WOxXc .Header-module_addressText__lUszI{line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;white-space:normal}.Header-module_container__tenlF .Header-module_content__Gx4Al .Header-module_labels__gYyth{bottom:0;height:100%;padding:.75rem;position:absolute;right:0;scrollbar-width:none;top:0}.Header-module_container__tenlF .Header-module_content__Gx4Al .Header-module_labels__gYyth::-webkit-scrollbar{background:transparent;height:0;width:0}.Header-module_container__tenlF .Header-module_social__AoP0z{bottom:-1.25rem;display:flex;justify-content:center;left:0;position:absolute;right:0}.Header-module_container__tenlF .Header-module_links__EeQxg{background-color:#fff;border-radius:1.5rem;box-shadow:0 0 50px 0 rgba(0,0,0,.15);padding:.25rem .75rem;width:-moz-fit-content;width:fit-content}.Header-module_container__tenlF .Header-module_links__EeQxg .Header-module_wifiPassword__VWBTa{align-items:center;cursor:pointer;display:flex;padding:.5rem}.Header-module_container__tenlF .Header-module_links__EeQxg .Header-module_wifiPassword__VWBTa .Header-module_wifiPasswordIcon__Ukn3D{height:100%}@keyframes Languages-module_flexWide__zQ9jN{0%{flex:0}to{flex:1}}@keyframes Languages-module_slidein__C4UHU{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes Languages-module_fadeInOut__U-vhH{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes Languages-module_heightAnimation__gIQkF{0%{height:0}to{height:100%}}@keyframes Languages-module_fadein__vPmsX{0%{opacity:0}to{opacity:1}}@keyframes Languages-module_floatAnimation__L-kPH{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes Languages-module_bottomSheet__-t-q8{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes Languages-module_slideRightToLeft__y0l-f{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes Languages-module_rotation__gp8P5{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Languages-module_container__nJeK1{position:absolute;right:1rem;top:1rem;z-index:1}.Languages-module_container__nJeK1 .Languages-module_currentLanguage__EFw6Q{align-items:center;background-color:#fff;border:2px solid #fff;border-radius:50%;cursor:pointer;display:flex;flex:0 0 1.5rem;height:1.5rem;justify-content:center;-o-object-fit:cover;object-fit:cover;overflow:hidden;width:1.5rem}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm{border-radius:1.5rem;height:1.5rem;overflow:hidden;padding:0 1rem;width:0}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm .Languages-module_option__QkVQd{align-items:center;background-color:#fff;border:2px solid #fff;border-radius:50%;cursor:pointer;display:flex;flex:0 0 1.5rem;height:1.5rem;justify-content:center;-o-object-fit:cover;object-fit:cover;overflow:hidden;transform:translateX(500%);transition:transform .2s;width:1.5rem}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm .Languages-module_option__QkVQd:nth-child(2){transition-delay:.1s}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm .Languages-module_option__QkVQd:nth-child(3){transition-delay:.2s}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm .Languages-module_option__QkVQd:nth-child(4){transition-delay:.3s}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm .Languages-module_option__QkVQd:nth-child(5){transition-delay:.4s}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm .Languages-module_option__QkVQd:nth-child(6){transition-delay:.5s}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm .Languages-module_option__QkVQd:nth-child(7){transition-delay:.6s}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm .Languages-module_option__QkVQd:nth-child(8){transition-delay:.7s}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm .Languages-module_option__QkVQd:nth-child(9){transition-delay:.8s}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm .Languages-module_option__QkVQd:nth-child(10){transition-delay:.9s}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm.Languages-module_isOpen__eUGbg{width:-moz-max-content;width:max-content}.Languages-module_container__nJeK1 .Languages-module_options__6jLRm.Languages-module_isOpen__eUGbg .Languages-module_option__QkVQd{transform:translateX(0)}.Products-module_container__bF2LF{padding:1rem}.Products-module_container__bF2LF .Products-module_header__0EFvL,.Products-module_container__bF2LF .Products-module_view__l857X{margin-bottom:-1rem}.Products-module_container__bF2LF .Products-module_products__AoDrY{overflow-x:hidden;padding:3rem 0 0;scroll-margin-top:2rem;text-overflow:ellipsis;width:100%}.Products-module_container__bF2LF .Products-module_products__AoDrY .Products-module_category__Sp7dE{font-size:1.5rem;margin-bottom:1rem;overflow-x:hidden;text-overflow:ellipsis;width:100%}.Products-module_container__bF2LF .Products-module_products__AoDrY .Products-module_list__LH4v5{width:100%}@keyframes ProductsListItem-module_flexWide__Ds6LE{0%{flex:0}to{flex:1}}@keyframes ProductsListItem-module_slidein__rEzMI{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes ProductsListItem-module_fadeInOut__i1FNq{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes ProductsListItem-module_heightAnimation__2fk7l{0%{height:0}to{height:100%}}@keyframes ProductsListItem-module_fadein__tPTJ6{0%{opacity:0}to{opacity:1}}@keyframes ProductsListItem-module_floatAnimation__vugAV{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes ProductsListItem-module_bottomSheet__-YAdd{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes ProductsListItem-module_slideRightToLeft__oXk26{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes ProductsListItem-module_rotation__ZMvMz{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ProductsListItem-module_container__i9tFs{border-bottom:1px solid #eff2f5;overflow:hidden;padding:1.5rem 0;position:relative;width:100%}.ProductsListItem-module_container__i9tFs.ProductsListItem-module_isClickable__iHHdI{cursor:pointer}.ProductsListItem-module_container__i9tFs .ProductsListItem-module_info__4s4j2{flex:1;overflow:hidden;padding-right:1.5rem}.ProductsListItem-module_container__i9tFs .ProductsListItem-module_info__4s4j2 .ProductsListItem-module_name__T1gyJ{font-size:1rem;font-weight:600;margin:0;max-width:100%;overflow:hidden}.ProductsListItem-module_container__i9tFs .ProductsListItem-module_info__4s4j2 .ProductsListItem-module_description__oL4CH{line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#a1a5b7;display:-webkit-box;font-size:.875rem;line-height:1.25rem;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:normal}.ProductsListItem-module_container__i9tFs .ProductsListItem-module_info__4s4j2 .ProductsListItem-module_price__V1GRM{line-height:1.5rem}.ProductsListItem-module_container__i9tFs .ProductsListItem-module_image__h6Wbi{border-radius:.475rem;height:5.625rem;-o-object-fit:cover;object-fit:cover;overflow:hidden;width:10rem}.ProductsListItem-module_container__i9tFs .ProductsListItem-module_image__h6Wbi.ProductsListItem-module_notAvailable__TeMCr{filter:grayscale(100%)}.ProductsListItem-module_container__i9tFs .ProductsListItem-module_addToOrder__6KqZn{pointer-events:all;position:absolute;right:.25rem;top:1.75rem}.ProductsListItem-module_container__i9tFs.ProductsListItem-module_noImage__G4E-a .ProductsListItem-module_info__4s4j2{padding-right:0}.ProductsListItem-module_container__i9tFs.ProductsListItem-module_noImage__G4E-a .ProductsListItem-module_info__4s4j2 .ProductsListItem-module_name__T1gyJ{margin-bottom:.5rem;padding-right:3rem}@keyframes ProductsGridItem-module_flexWide__qcB5X{0%{flex:0}to{flex:1}}@keyframes ProductsGridItem-module_slidein__oKaVb{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes ProductsGridItem-module_fadeInOut__d2zot{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes ProductsGridItem-module_heightAnimation__zgbh9{0%{height:0}to{height:100%}}@keyframes ProductsGridItem-module_fadein__Z067K{0%{opacity:0}to{opacity:1}}@keyframes ProductsGridItem-module_floatAnimation__GXjP-{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes ProductsGridItem-module_bottomSheet__-zrFD{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes ProductsGridItem-module_slideRightToLeft__R7hv5{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes ProductsGridItem-module_rotation__npCfA{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ProductsGridItem-module_container__DU5KG{border-bottom:1px solid #eff2f5;padding:1.5rem 0;width:100%}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y{overflow:hidden;position:relative;width:100%}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y.ProductsGridItem-module_isClickable__8zhwt{cursor:pointer}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y .ProductsGridItem-module_info__HkBG-{background-color:transparent;background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.25) 30%,transparent 60%);border-radius:.475rem;display:flex;flex-direction:column;height:100%;left:0;position:absolute;top:0;inset:0;justify-content:flex-end;overflow:hidden;padding:1rem;width:100%}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y .ProductsGridItem-module_data__Z-N1X{overflow:hidden;text-shadow:.5px .5px 5px #000}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y .ProductsGridItem-module_data__Z-N1X .ProductsGridItem-module_name__ZrIx3{color:#fff;font-size:1rem;font-weight:600;margin:0;max-width:100%;overflow:hidden}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y .ProductsGridItem-module_data__Z-N1X .ProductsGridItem-module_description__-FQPA{line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;color:hsla(0,0%,100%,.9);display:-webkit-box;font-size:.875rem;line-height:1.25rem;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:normal}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y .ProductsGridItem-module_data__Z-N1X .ProductsGridItem-module_price__BFu2H{color:#fff;line-height:1.5rem}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y .ProductsGridItem-module_imageContainer__eHS4Z{border-radius:.475rem;overflow:hidden;position:relative;width:100%}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y .ProductsGridItem-module_imageContainer__eHS4Z .ProductsGridItem-module_image__alZWL{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y .ProductsGridItem-module_imageContainer__eHS4Z .ProductsGridItem-module_image__alZWL.ProductsGridItem-module_notAvailable__i4-HA{filter:grayscale(100%)}@supports (aspect-ratio:16/9){.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y .ProductsGridItem-module_imageContainer__eHS4Z{aspect-ratio:16/9;padding-top:0}}@supports not (aspect-ratio:16/9){.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y .ProductsGridItem-module_imageContainer__eHS4Z{padding-top:56.25%}}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y .ProductsGridItem-module_addToOrder__PhQhg{pointer-events:all;position:absolute;right:.5rem;top:.5rem}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y.ProductsGridItem-module_noImage__78UHW{min-height:4.75rem}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y.ProductsGridItem-module_noImage__78UHW .ProductsGridItem-module_info__HkBG-{background:transparent;padding:0}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y.ProductsGridItem-module_noImage__78UHW .ProductsGridItem-module_info__HkBG- .ProductsGridItem-module_data__Z-N1X .ProductsGridItem-module_name__ZrIx3,.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y.ProductsGridItem-module_noImage__78UHW .ProductsGridItem-module_info__HkBG- .ProductsGridItem-module_data__Z-N1X .ProductsGridItem-module_price__BFu2H{color:#181c32}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y.ProductsGridItem-module_noImage__78UHW .ProductsGridItem-module_info__HkBG- .ProductsGridItem-module_data__Z-N1X .ProductsGridItem-module_name__ZrIx3{padding-right:3rem}.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y.ProductsGridItem-module_noImage__78UHW .ProductsGridItem-module_info__HkBG- .ProductsGridItem-module_data__Z-N1X .ProductsGridItem-module_description__-FQPA,.ProductsGridItem-module_container__DU5KG .ProductsGridItem-module_content__FXs0Y.ProductsGridItem-module_noImage__78UHW .ProductsGridItem-module_info__HkBG- .ProductsGridItem-module_data__Z-N1X .ProductsGridItem-module_volume__oxEAr{color:#a1a5b7!important}@keyframes ProductDetails-module_flexWide__w06FX{0%{flex:0}to{flex:1}}@keyframes ProductDetails-module_slidein__N8f4g{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes ProductDetails-module_fadeInOut__hYRtK{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes ProductDetails-module_heightAnimation__hLQyz{0%{height:0}to{height:100%}}@keyframes ProductDetails-module_fadein__QN4mI{0%{opacity:0}to{opacity:1}}@keyframes ProductDetails-module_floatAnimation__dTQbc{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes ProductDetails-module_bottomSheet__HO2S-{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes ProductDetails-module_slideRightToLeft__hbtJg{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes ProductDetails-module_rotation__k-9gH{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ProductDetails-module_container__oa07j{align-items:center;background-color:rgba(0,0,0,.5);display:flex;inset:0;justify-content:center;position:fixed;z-index:110}.ProductDetails-module_container__oa07j .ProductDetails-module_content__Db3NC{padding:0 0 1rem;position:relative}.ProductDetails-module_container__oa07j .ProductDetails-module_content__Db3NC .ProductDetails-module_image__BlMfl{display:block;max-height:25rem;max-width:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden;width:100%}.ProductDetails-module_container__oa07j .ProductDetails-module_content__Db3NC .ProductDetails-module_details__zfnlt{max-width:100%;overflow:hidden;padding:1rem 1.5rem 2rem;text-overflow:ellipsis;width:100%}.ProductDetails-module_container__oa07j .ProductDetails-module_content__Db3NC .ProductDetails-module_details__zfnlt .ProductDetails-module_name__ganLM{font-size:1.5rem;margin:0}.ProductDetails-module_container__oa07j .ProductDetails-module_content__Db3NC .ProductDetails-module_details__zfnlt .ProductDetails-module_price__W34k9{line-height:1.5rem}.ProductDetails-module_container__oa07j .ProductDetails-module_content__Db3NC .ProductDetails-module_details__zfnlt .ProductDetails-module_volume__RWG5s{color:#a1a5b7}.ProductDetails-module_container__oa07j .ProductDetails-module_content__Db3NC .ProductDetails-module_details__zfnlt .ProductDetails-module_description__HBufi{color:#a1a5b7;font-size:1rem;line-height:1.25rem;margin-top:1rem}.ProductDetails-module_container__oa07j .ProductDetails-module_content__Db3NC .ProductDetails-module_choices__4tHaA{border-bottom:1px solid #eff2f5;border-top:1px solid #eff2f5;max-width:100%;overflow:hidden;text-overflow:ellipsis;width:100%}.ProductDetails-module_container__oa07j .ProductDetails-module_content__Db3NC .ProductDetails-module_close__4cHZ3{position:absolute;right:1rem;top:1rem}.ProductDetails-module_container__oa07j .ProductDetails-module_addAction__o4T5R .ProductDetails-module_actionTitle__NIJGW{white-space:break-spaces}@media (max-width:580px){.ProductDetails-module_container__oa07j{align-items:flex-end}}@keyframes Quantity-module_flexWide__R95Jw{0%{flex:0}to{flex:1}}@keyframes Quantity-module_slidein__5yeWf{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes Quantity-module_fadeInOut__cllco{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes Quantity-module_heightAnimation__dhOgA{0%{height:0}to{height:100%}}@keyframes Quantity-module_fadein__Cof2o{0%{opacity:0}to{opacity:1}}@keyframes Quantity-module_floatAnimation__DSqQr{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes Quantity-module_bottomSheet__5-5iY{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes Quantity-module_slideRightToLeft__cjDHk{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes Quantity-module_rotation__dn0J8{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Quantity-module_container__01ySb{background-color:var(--sorocraft-color-primary-light,#f5f8fa);border-radius:3.75rem}.Quantity-module_container__01ySb .Quantity-module_quantityAction__wRV2F,.Quantity-module_container__01ySb .Quantity-module_quantityValue__BBpyw{align-items:center;color:var(--sorocraft-color-primary,#2d3436);display:flex;justify-content:center;line-height:1.5rem;text-align:center}.Quantity-module_container__01ySb .Quantity-module_quantityAction__wRV2F{cursor:pointer}.Quantity-module_container__01ySb .Quantity-module_quantityAction__wRV2F svg path{stroke:var(--sorocraft-color-primary,#2d3436)}.Quantity-module_container__01ySb .Quantity-module_quantityAction__wRV2F.Quantity-module_isDisabled__crQCf{cursor:not-allowed}.Quantity-module_container__01ySb.Quantity-module_sm__0Hgp2{height:2.5rem!important;width:7.5rem!important}.Quantity-module_container__01ySb.Quantity-module_sm__0Hgp2 .Quantity-module_quantityAction__wRV2F,.Quantity-module_container__01ySb.Quantity-module_sm__0Hgp2 .Quantity-module_quantityValue__BBpyw{height:2.5rem!important;width:2.5rem}.Quantity-module_container__01ySb.Quantity-module_md__hu7a8{height:3.25rem!important;width:10rem!important}.Quantity-module_container__01ySb.Quantity-module_md__hu7a8 .Quantity-module_quantityAction__wRV2F,.Quantity-module_container__01ySb.Quantity-module_md__hu7a8 .Quantity-module_quantityValue__BBpyw{height:3.25rem!important;width:3.3333333333rem}.Quantity-module_container__01ySb.Quantity-module_lg__GA4jn{height:3.75rem!important;width:12.5rem!important}.Quantity-module_container__01ySb.Quantity-module_lg__GA4jn .Quantity-module_quantityAction__wRV2F,.Quantity-module_container__01ySb.Quantity-module_lg__GA4jn .Quantity-module_quantityValue__BBpyw{height:3.75rem!important;width:4.1666666667rem}.ProductInOrder-module_container__0N57G .ProductInOrder-module_title__TWjM9{font-weight:600}@keyframes ProductVariants-module_flexWide__CQO0G{0%{flex:0}to{flex:1}}@keyframes ProductVariants-module_slidein__9xYoM{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes ProductVariants-module_fadeInOut__NcGdX{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes ProductVariants-module_heightAnimation__c7ORS{0%{height:0}to{height:100%}}@keyframes ProductVariants-module_fadein__qqdC5{0%{opacity:0}to{opacity:1}}@keyframes ProductVariants-module_floatAnimation__Fy-NX{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes ProductVariants-module_bottomSheet__JVxKH{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes ProductVariants-module_slideRightToLeft__lHsqZ{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes ProductVariants-module_rotation__iJPfC{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ProductVariants-module_container__r059N{box-shadow:0;padding:1rem 1.5rem;transition:box-shadow .1s ease-in-out}.ProductVariants-module_container__r059N .ProductVariants-module_variantsTitle__G3wTr{font-weight:600;margin-bottom:.5rem}.ProductVariants-module_container__r059N .ProductVariants-module_variant__Pk6eP{cursor:pointer}.ProductVariants-module_container__r059N.ProductVariants-module_focused__tdy2R{box-shadow:0 0 5px 0 #f1416c}@keyframes ProductAddons-module_flexWide__kxcTh{0%{flex:0}to{flex:1}}@keyframes ProductAddons-module_slidein__C5osk{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes ProductAddons-module_fadeInOut__Wtu5Z{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes ProductAddons-module_heightAnimation__sA75y{0%{height:0}to{height:100%}}@keyframes ProductAddons-module_fadein__ErDv9{0%{opacity:0}to{opacity:1}}@keyframes ProductAddons-module_floatAnimation__crBUu{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes ProductAddons-module_bottomSheet__Irr5y{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes ProductAddons-module_slideRightToLeft__Q-PfS{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes ProductAddons-module_rotation__ycNtj{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ProductAddons-module_container__DRnT7{box-shadow:0;padding:1rem 1.5rem;transition:box-shadow .1s ease-in-out}.ProductAddons-module_container__DRnT7.ProductAddons-module_focused__KplXf{box-shadow:0 0 5px 0 #f1416c}.ProductAddons-module_container__DRnT7 .ProductAddons-module_optionsTitle__dE0ee{font-weight:600;margin-bottom:.5rem}@keyframes FloatingOrdersButton-module_flexWide__76axD{0%{flex:0}to{flex:1}}@keyframes FloatingOrdersButton-module_slidein__mtue7{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes FloatingOrdersButton-module_fadeInOut__x7Xvb{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes FloatingOrdersButton-module_heightAnimation__BQhjf{0%{height:0}to{height:100%}}@keyframes FloatingOrdersButton-module_fadein__OVkKy{0%{opacity:0}to{opacity:1}}@keyframes FloatingOrdersButton-module_floatAnimation__VSNFt{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes FloatingOrdersButton-module_bottomSheet__6AMVn{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes FloatingOrdersButton-module_slideRightToLeft__7Lxjo{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes FloatingOrdersButton-module_rotation__IM8zh{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.FloatingOrdersButton-module_container__RYr7V{bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;z-index:10}.FloatingOrdersButton-module_container__RYr7V .FloatingOrdersButton-module_content__2X3P-{animation-duration:.3s;animation-name:FloatingOrdersButton-module_bottomSheet__6AMVn;animation-timing-function:cubic-bezier(.32,1,.23,1);max-width:25rem;width:100%}@keyframes OrderStepper-module_flexWide__oIpQi{0%{flex:0}to{flex:1}}@keyframes OrderStepper-module_slidein__P6YJD{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes OrderStepper-module_fadeInOut__OVRav{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes OrderStepper-module_heightAnimation__bDpZh{0%{height:0}to{height:100%}}@keyframes OrderStepper-module_fadein__526L2{0%{opacity:0}to{opacity:1}}@keyframes OrderStepper-module_floatAnimation__rjwmv{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes OrderStepper-module_bottomSheet__777sc{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes OrderStepper-module_slideRightToLeft__UjVx6{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes OrderStepper-module_rotation__PedNC{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.OrderStepper-module_container__GVnVU{background-color:var(--sorocraft-color-primary,#2d3436);border-radius:1.5rem;color:#fff;min-height:3.375rem;padding:.9rem 1rem;width:100%}.OrderStepper-module_container__GVnVU .OrderStepper-module_count__u13tM{align-items:center;background-color:#fff;border-radius:50%;color:#181c32;display:flex;font-size:.75rem;font-weight:500;height:1.5rem;justify-content:center;line-height:1rem;width:1.5rem}.OrderStepper-module_container__GVnVU .OrderStepper-module_actionText__CZsVe{font-weight:600}.OrderStepper-module_container__GVnVU .OrderStepper-module_totalPrice__R9Mni{font-weight:500;text-align:end}.OrderStepper-module_container__GVnVU.OrderStepper-module_isClickable__M3rWK{cursor:pointer}.OrderStepper-module_container__GVnVU.OrderStepper-module_isLoading__FkS16{background-color:rgba(235,59,90,.75);cursor:not-allowed}.OrderStepper-module_container__GVnVU.OrderStepper-module_isLoading__FkS16 .OrderStepper-module_actionText__CZsVe{line-height:.75}@keyframes OrderDrawer-module_flexWide__WatFh{0%{flex:0}to{flex:1}}@keyframes OrderDrawer-module_slidein__-S7pZ{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes OrderDrawer-module_fadeInOut__Vnw9N{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes OrderDrawer-module_heightAnimation__vitnv{0%{height:0}to{height:100%}}@keyframes OrderDrawer-module_fadein__N0T5n{0%{opacity:0}to{opacity:1}}@keyframes OrderDrawer-module_floatAnimation__i-n3y{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes OrderDrawer-module_bottomSheet__ugbJC{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes OrderDrawer-module_slideRightToLeft__0x9E4{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes OrderDrawer-module_rotation__5WP1-{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.OrderDrawer-module_container__DymQj{align-items:center;background-color:rgba(0,0,0,.5);display:flex;inset:0;justify-content:flex-end;position:fixed;z-index:100}.OrderDrawer-module_container__DymQj .OrderDrawer-module_content__khduX{height:100%;padding:1rem 0}.OrderDrawer-module_container__DymQj .OrderDrawer-module_content__khduX .OrderDrawer-module_paymentMethods__9i-sb,.OrderDrawer-module_container__DymQj .OrderDrawer-module_content__khduX .OrderDrawer-module_transactionDetails__xzWgY{padding:0 1rem}.OrderDrawer-module_footer__8XfD9 .OrderDrawer-module_noteButton__M8BVx{padding:.625rem 1.5rem!important}@keyframes OrderListItem-module_flexWide__p06FA{0%{flex:0}to{flex:1}}@keyframes OrderListItem-module_slidein__npG1H{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes OrderListItem-module_fadeInOut__6-69i{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes OrderListItem-module_heightAnimation__9xQeY{0%{height:0}to{height:100%}}@keyframes OrderListItem-module_fadein__v9WHA{0%{opacity:0}to{opacity:1}}@keyframes OrderListItem-module_floatAnimation__E-PEL{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes OrderListItem-module_bottomSheet__tZCrN{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes OrderListItem-module_slideRightToLeft__tzJmH{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes OrderListItem-module_rotation__edZBL{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.OrderListItem-module_container__Tj4RI{border-bottom:1px solid #eff2f5;padding:.75rem 1rem}.OrderListItem-module_container__Tj4RI .OrderListItem-module_image__o3PIC{border-radius:.475rem;height:2.8125rem;-o-object-fit:cover;object-fit:cover;overflow:hidden;width:5rem}.OrderListItem-module_container__Tj4RI .OrderListItem-module_data__BLzxw{flex:1;max-width:100%;overflow:hidden;text-overflow:ellipsis}.OrderListItem-module_container__Tj4RI .OrderListItem-module_data__BLzxw .OrderListItem-module_name__QEzuZ{font-weight:500;line-height:1;margin-bottom:.5rem}.OrderListItem-module_container__Tj4RI .OrderListItem-module_data__BLzxw .OrderListItem-module_price__-V2qL{line-height:1.5rem;margin-top:.5rem}@keyframes ProductQuantity-module_flexWide__nM3ep{0%{flex:0}to{flex:1}}@keyframes ProductQuantity-module_slidein__WMIdH{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes ProductQuantity-module_fadeInOut__Slq12{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes ProductQuantity-module_heightAnimation__i7QLr{0%{height:0}to{height:100%}}@keyframes ProductQuantity-module_fadein__OyZ8J{0%{opacity:0}to{opacity:1}}@keyframes ProductQuantity-module_floatAnimation__asE7P{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes ProductQuantity-module_bottomSheet__wtuzd{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes ProductQuantity-module_slideRightToLeft__-t-QM{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes ProductQuantity-module_rotation__Ocswn{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ProductQuantity-module_quantity__PzTpj{align-items:center;background-color:#f5f8fa;border-radius:50%;color:#181c32;display:flex;font-size:.875rem;font-weight:500;height:2rem;justify-content:center;line-height:1rem;width:2rem}.CustomerAddress-module_container__TGYRV{cursor:pointer;padding:1rem;width:100%}@keyframes Branches-module_flexWide__-waUA{0%{flex:0}to{flex:1}}@keyframes Branches-module_slidein__6gTfw{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes Branches-module_fadeInOut__lplH2{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes Branches-module_heightAnimation__pcTJk{0%{height:0}to{height:100%}}@keyframes Branches-module_fadein__U1Mpr{0%{opacity:0}to{opacity:1}}@keyframes Branches-module_floatAnimation__sU2p3{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes Branches-module_bottomSheet__6rCLf{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes Branches-module_slideRightToLeft__xJE6w{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes Branches-module_rotation__w-5eY{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Branches-module_branches__sOuoV{background-color:#fff}.Branches-module_branches__sOuoV .Branches-module_list__vYoT2{display:grid;gap:2rem;grid-auto-rows:1fr;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));padding-bottom:2rem}@media (max-width:580px){.Branches-module_branches__sOuoV .Branches-module_list__vYoT2{grid-template-columns:1fr}}.Branches-module_branches__sOuoV .Branches-module_list__vYoT2 .Branches-module_name__K0Z-4{font-size:1.25rem;font-weight:500;margin:0;text-align:center}@keyframes Auth-module_flexWide__mT2k8{0%{flex:0}to{flex:1}}@keyframes Auth-module_slidein__OwMUO{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes Auth-module_fadeInOut__4LYll{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes Auth-module_heightAnimation__srw1h{0%{height:0}to{height:100%}}@keyframes Auth-module_fadein__NGXVC{0%{opacity:0}to{opacity:1}}@keyframes Auth-module_floatAnimation__2ifYP{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes Auth-module_bottomSheet__gcwUA{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes Auth-module_slideRightToLeft__PLnaH{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes Auth-module_rotation__uRs1v{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Auth-module_content__1ATBc{height:100%;padding:2rem 0}.Auth-module_content__1ATBc .Auth-module_countryCode__zLFy4{min-width:7.5rem}.Auth-module_content__1ATBc .Auth-module_terms__OH3th{color:#a1a5b7;font-size:.875rem;line-height:20px;text-align:center;width:100%}.Auth-module_content__1ATBc .Auth-module_terms__OH3th a{color:#1b84ff}@keyframes AddressAutocomplete-module_flexWide__KpKHm{0%{flex:0}to{flex:1}}@keyframes AddressAutocomplete-module_slidein__R8Or0{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes AddressAutocomplete-module_fadeInOut__g7225{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes AddressAutocomplete-module_heightAnimation__RiHRV{0%{height:0}to{height:100%}}@keyframes AddressAutocomplete-module_fadein__zyA6x{0%{opacity:0}to{opacity:1}}@keyframes AddressAutocomplete-module_floatAnimation__NteLZ{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes AddressAutocomplete-module_bottomSheet__3PhzM{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes AddressAutocomplete-module_slideRightToLeft__5nCDg{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes AddressAutocomplete-module_rotation__jP1lT{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.AddressAutocomplete-module_container__05nzV{position:relative;width:100%}.AddressAutocomplete-module_container__05nzV .AddressAutocomplete-module_suggestions__9-5Y2{background-color:#fff;box-shadow:0 10px 35px 0 rgba(56,71,109,.075);max-height:18rem;overflow:hidden;overflow-y:auto;position:absolute;top:3.75rem;z-index:10}@keyframes Pricing-module_flexWide__mXSDX{0%{flex:0}to{flex:1}}@keyframes Pricing-module_slidein__tTiof{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes Pricing-module_fadeInOut__rYI0L{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes Pricing-module_heightAnimation__WKFZx{0%{height:0}to{height:100%}}@keyframes Pricing-module_fadein__HeFT0{0%{opacity:0}to{opacity:1}}@keyframes Pricing-module_floatAnimation__1VcsO{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes Pricing-module_bottomSheet__v4vTu{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes Pricing-module_slideRightToLeft__GpKCA{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes Pricing-module_rotation__2tW8V{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Pricing-module_container__86ns8{align-items:center;display:flex;flex-direction:column}.Pricing-module_container__86ns8 .Pricing-module_intervals__YOrns{background-color:#fff;border-radius:3.75rem;box-shadow:0 10px 35px 0 rgba(56,71,109,.075);display:flex;gap:1rem;margin-bottom:2.5rem;padding:1rem 1.5rem}.Pricing-module_container__86ns8 .Pricing-module_intervals__YOrns .Pricing-module_interval__perjd{background-color:transparent;border-radius:3.75rem;cursor:pointer;padding:.75rem 1.5rem;text-transform:capitalize;transition:background-color .2s ease-in-out,color .2s ease-in-out}.Pricing-module_container__86ns8 .Pricing-module_intervals__YOrns .Pricing-module_interval__perjd.Pricing-module_active__BRQhl{background-color:var(--sorocraft-color-primary,#2d3436);color:#fff}.Pricing-module_container__86ns8 .Pricing-module_plans__hbRn5{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:6rem;width:100%}.Pricing-module_container__86ns8 .Pricing-module_plans__hbRn5 .Pricing-module_plan__pGWAl{border-radius:.85rem;height:100%;transition:transform .5s cubic-bezier(.7,0,0,1),box-shadow .5s cubic-bezier(.7,0,0,1)}.Pricing-module_container__86ns8 .Pricing-module_plans__hbRn5 .Pricing-module_plan__pGWAl>div{height:100%}.Pricing-module_container__86ns8 .Pricing-module_plans__hbRn5 .Pricing-module_plan__pGWAl .Pricing-module_title__rMUDX{border-bottom:1px dashed #e4e6ef;font-size:1.75rem;font-weight:600;padding-bottom:1rem}.Pricing-module_container__86ns8 .Pricing-module_plans__hbRn5 .Pricing-module_plan__pGWAl .Pricing-module_price__TKBkb{font-size:2rem;height:3.75rem;margin-top:1rem}.Pricing-module_container__86ns8 .Pricing-module_plans__hbRn5 .Pricing-module_plan__pGWAl .Pricing-module_price__TKBkb .Pricing-module_originalPrice__klyhF{font-size:1.5rem;font-weight:600;text-decoration:line-through}.Pricing-module_container__86ns8 .Pricing-module_plans__hbRn5 .Pricing-module_plan__pGWAl .Pricing-module_price__TKBkb .Pricing-module_discountedPrice__qS7GB{color:var(--sorocraft-color-primary,#2d3436);font-weight:600}.Pricing-module_container__86ns8 .Pricing-module_plans__hbRn5 .Pricing-module_plan__pGWAl .Pricing-module_action__08XLt{margin:2rem 0}.Pricing-module_container__86ns8 .Pricing-module_plans__hbRn5 .Pricing-module_plan__pGWAl .Pricing-module_benefits__OjGx8 .Pricing-module_benefit__-oBt1{align-items:center;display:flex;gap:1rem;padding:.5rem 0}.Pricing-module_container__86ns8 .Pricing-module_plans__hbRn5 .Pricing-module_plan__pGWAl .Pricing-module_benefits__OjGx8 .Pricing-module_benefit__-oBt1 i{margin-right:1rem}.Pricing-module_container__86ns8 .Pricing-module_plans__hbRn5 .Pricing-module_plan__pGWAl:hover{box-shadow:0 100px 50px -40px rgba(0,0,0,.1),0 60px 100px 0 rgba(50,50,93,.25);color:#181c32;transform:scale(1.018)}
|
|
2
2
|
/*# sourceMappingURL=ui.css.map */
|