@restaround/react 1.1.2 → 1.2.3

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.
Files changed (183) hide show
  1. package/dist/components/Events/Events.d.ts +1 -2
  2. package/dist/components/PublicMenu/Branches/Branches.d.ts +1 -1
  3. package/dist/components/PublicMenu/Customer/CustomerAddress/CustomerAddress.d.ts +2 -0
  4. package/dist/components/PublicMenu/Customer/CustomerAddress/index.d.ts +1 -0
  5. package/dist/components/PublicMenu/FloatingOrdersButton/FloatingOrdersButton.d.ts +2 -0
  6. package/dist/components/PublicMenu/FloatingOrdersButton/index.d.ts +1 -0
  7. package/dist/components/PublicMenu/Header/Header.d.ts +1 -1
  8. package/dist/components/PublicMenu/Modals/AddUpdateAddress/AddUpdateAddress.d.ts +3 -0
  9. package/dist/components/PublicMenu/Modals/AddUpdateAddress/index.d.ts +1 -0
  10. package/dist/components/PublicMenu/Modals/AddUpdateNote/AddUpdateNote.d.ts +3 -0
  11. package/dist/components/PublicMenu/Modals/AddUpdateNote/index.d.ts +1 -0
  12. package/dist/components/PublicMenu/Modals/Auth/Auth.d.ts +3 -0
  13. package/dist/components/PublicMenu/Modals/Auth/EmailStep.d.ts +8 -0
  14. package/dist/components/PublicMenu/Modals/Auth/OTPStep.d.ts +8 -0
  15. package/dist/components/PublicMenu/Modals/Auth/PhoneStep.d.ts +7 -0
  16. package/dist/components/PublicMenu/Modals/Auth/index.d.ts +1 -0
  17. package/dist/components/PublicMenu/OrderDrawer/OrderDrawer.d.ts +2 -0
  18. package/dist/components/PublicMenu/OrderDrawer/OrderDrawerCart.d.ts +2 -0
  19. package/dist/components/PublicMenu/OrderDrawer/OrderDrawerCompleted.d.ts +2 -0
  20. package/dist/components/PublicMenu/OrderDrawer/OrderDrawerDetails.d.ts +2 -0
  21. package/dist/components/PublicMenu/OrderDrawer/OrderDrawerFooter.d.ts +5 -0
  22. package/dist/components/PublicMenu/OrderDrawer/index.d.ts +1 -0
  23. package/dist/components/PublicMenu/OrderItemsList/OrderItemsList.d.ts +5 -0
  24. package/dist/components/PublicMenu/OrderItemsList/OrderNoItems.d.ts +2 -0
  25. package/dist/components/PublicMenu/OrderItemsList/index.d.ts +1 -0
  26. package/dist/components/PublicMenu/OrderListItem/OptionsInfo/OptionsInfo.d.ts +9 -0
  27. package/dist/components/PublicMenu/OrderListItem/OrderListItem.d.ts +7 -0
  28. package/dist/components/PublicMenu/OrderListItem/index.d.ts +1 -0
  29. package/dist/components/PublicMenu/OrderStepper/OrderStepper.d.ts +7 -0
  30. package/dist/components/PublicMenu/OrderStepper/index.d.ts +1 -0
  31. package/dist/components/PublicMenu/ProductAddons/ProductAddons.d.ts +4 -4
  32. package/dist/components/PublicMenu/ProductDetails/ProductDetails.d.ts +2 -2
  33. package/dist/components/PublicMenu/ProductInOrder/ProductInOrder.d.ts +6 -0
  34. package/dist/components/PublicMenu/ProductInOrder/index.d.ts +1 -0
  35. package/dist/components/PublicMenu/ProductQuantity/ProductQuantity.d.ts +4 -3
  36. package/dist/components/PublicMenu/ProductVariants/ProductVariants.d.ts +2 -2
  37. package/dist/components/PublicMenu/ProductsGridItem/ProductsGridItem.d.ts +1 -1
  38. package/dist/components/PublicMenu/ProductsListItem/ProductsListItem.d.ts +1 -1
  39. package/dist/constants/analytics.d.ts +1 -1
  40. package/dist/constants/env.d.ts +1 -0
  41. package/dist/hooks/product.d.ts +4 -4
  42. package/dist/hooks/translation.d.ts +4 -2
  43. package/dist/index.esm.js +1 -1
  44. package/dist/index.esm.js.map +1 -1
  45. package/dist/index.js +1 -1
  46. package/dist/index.js.map +1 -1
  47. package/dist/models/index.d.ts +3 -3
  48. package/dist/models/index.esm.js.map +1 -1
  49. package/dist/models/index.js.map +1 -1
  50. package/dist/models/menu.d.ts +4 -3
  51. package/dist/models/models/category.d.ts +10 -0
  52. package/dist/models/models/index.d.ts +6 -0
  53. package/dist/models/models/menu.d.ts +30 -0
  54. package/dist/models/models/pricing.d.ts +17 -0
  55. package/dist/models/{addon.d.ts → modules/addon/models.d.ts} +0 -3
  56. package/dist/models/modules/customer/models.d.ts +47 -0
  57. package/dist/models/modules/feature/models.d.ts +3 -0
  58. package/dist/models/modules/order/models.d.ts +80 -0
  59. package/dist/{utils/models/product.d.ts → models/modules/product/models.d.ts} +5 -4
  60. package/dist/modules/addon/index.d.ts +2 -0
  61. package/dist/{utils/models/addon.d.ts → modules/addon/models.d.ts} +0 -3
  62. package/dist/{utils/utils/addon.d.ts → modules/addon/utils.d.ts} +1 -1
  63. package/dist/modules/branch/index.d.ts +1 -0
  64. package/dist/modules/business/index.d.ts +1 -0
  65. package/dist/modules/common/index.d.ts +1 -0
  66. package/dist/modules/common/services.d.ts +1 -0
  67. package/dist/modules/customer/hooks.d.ts +3 -0
  68. package/dist/modules/customer/index.d.ts +4 -0
  69. package/dist/modules/customer/models.d.ts +47 -0
  70. package/dist/modules/customer/services.d.ts +7 -0
  71. package/dist/modules/customer/utils.d.ts +6 -0
  72. package/dist/modules/feature/hooks.d.ts +2 -0
  73. package/dist/modules/feature/index.d.ts +2 -0
  74. package/dist/modules/feature/models.d.ts +3 -0
  75. package/dist/modules/order/constants.d.ts +9 -0
  76. package/dist/modules/order/hooks.d.ts +22 -0
  77. package/dist/modules/order/index.d.ts +5 -0
  78. package/dist/modules/order/models.d.ts +80 -0
  79. package/dist/modules/order/services.d.ts +2 -0
  80. package/dist/modules/order/utils.d.ts +20 -0
  81. package/dist/modules/product/index.d.ts +2 -0
  82. package/dist/{models/product.d.ts → modules/product/models.d.ts} +5 -4
  83. package/dist/{utils/product.d.ts → modules/product/utils.d.ts} +9 -8
  84. package/dist/modules/view/constants.d.ts +15 -0
  85. package/dist/modules/view/index.d.ts +3 -0
  86. package/dist/modules/view/services.d.ts +2 -0
  87. package/dist/modules/view/utils.d.ts +6 -0
  88. package/dist/services/api/index.d.ts +5 -0
  89. package/dist/services/translation/index.d.ts +3 -0
  90. package/dist/services/translation/locales/az/auth.d.ts +7 -0
  91. package/dist/services/translation/locales/az/common.d.ts +6 -0
  92. package/dist/services/translation/locales/az/customer.d.ts +75 -0
  93. package/dist/services/translation/locales/az/error.d.ts +11 -0
  94. package/dist/services/translation/locales/az/events.d.ts +8 -0
  95. package/dist/services/translation/locales/az/index.d.ts +164 -0
  96. package/dist/services/translation/locales/az/order.d.ts +32 -0
  97. package/dist/services/translation/locales/az/pricing.d.ts +29 -0
  98. package/dist/services/translation/locales/en/auth.d.ts +2 -0
  99. package/dist/services/translation/locales/en/common.d.ts +2 -0
  100. package/dist/services/translation/locales/en/customer.d.ts +2 -0
  101. package/dist/services/translation/locales/en/error.d.ts +7 -0
  102. package/dist/services/translation/locales/en/events.d.ts +2 -0
  103. package/dist/services/translation/locales/en/index.d.ts +15 -0
  104. package/dist/services/translation/locales/en/order.d.ts +2 -0
  105. package/dist/services/translation/locales/en/pricing.d.ts +2 -0
  106. package/dist/services/translation/locales/et/auth.d.ts +7 -0
  107. package/dist/services/translation/locales/et/common.d.ts +6 -0
  108. package/dist/services/translation/locales/et/customer.d.ts +75 -0
  109. package/dist/services/translation/locales/et/error.d.ts +11 -0
  110. package/dist/services/translation/locales/et/events.d.ts +8 -0
  111. package/dist/services/translation/locales/et/index.d.ts +165 -0
  112. package/dist/services/translation/locales/et/order.d.ts +33 -0
  113. package/dist/services/translation/locales/et/pricing.d.ts +29 -0
  114. package/dist/services/translation/locales/index.d.ts +836 -0
  115. package/dist/services/translation/locales/nl/auth.d.ts +7 -0
  116. package/dist/services/translation/locales/nl/common.d.ts +6 -0
  117. package/dist/services/translation/locales/nl/customer.d.ts +75 -0
  118. package/dist/services/translation/locales/nl/error.d.ts +11 -0
  119. package/dist/services/translation/locales/nl/events.d.ts +8 -0
  120. package/dist/services/translation/locales/nl/index.d.ts +165 -0
  121. package/dist/services/translation/locales/nl/order.d.ts +33 -0
  122. package/dist/services/translation/locales/nl/pricing.d.ts +29 -0
  123. package/dist/services/translation/locales/ru/auth.d.ts +7 -0
  124. package/dist/services/translation/locales/ru/common.d.ts +6 -0
  125. package/dist/services/translation/locales/ru/customer.d.ts +75 -0
  126. package/dist/services/translation/locales/ru/error.d.ts +11 -0
  127. package/dist/services/translation/locales/ru/events.d.ts +8 -0
  128. package/dist/services/translation/locales/ru/index.d.ts +165 -0
  129. package/dist/services/translation/locales/ru/order.d.ts +33 -0
  130. package/dist/services/translation/locales/ru/pricing.d.ts +29 -0
  131. package/dist/services/translation/locales/tr/auth.d.ts +7 -0
  132. package/dist/services/translation/locales/tr/common.d.ts +6 -0
  133. package/dist/services/translation/locales/tr/customer.d.ts +75 -0
  134. package/dist/services/translation/locales/tr/error.d.ts +11 -0
  135. package/dist/services/translation/locales/tr/events.d.ts +8 -0
  136. package/dist/services/translation/locales/tr/index.d.ts +165 -0
  137. package/dist/services/translation/locales/tr/order.d.ts +33 -0
  138. package/dist/services/translation/locales/tr/pricing.d.ts +29 -0
  139. package/dist/store/order.d.ts +30 -0
  140. package/dist/styles/ui.css +1 -1
  141. package/dist/styles/ui.css.map +1 -1
  142. package/dist/utils/index.d.ts +3 -3
  143. package/dist/utils/index.esm.js +1 -1
  144. package/dist/utils/index.esm.js.map +1 -1
  145. package/dist/utils/index.js +1 -1
  146. package/dist/utils/index.js.map +1 -1
  147. package/dist/utils/models/index.d.ts +3 -3
  148. package/dist/utils/models/menu.d.ts +4 -3
  149. package/dist/utils/modules/addon/models.d.ts +27 -0
  150. package/dist/utils/{addon.d.ts → modules/addon/utils.d.ts} +1 -1
  151. package/dist/utils/modules/branch/models.d.ts +11 -0
  152. package/dist/utils/modules/business/models.d.ts +20 -0
  153. package/dist/utils/modules/order/models.d.ts +80 -0
  154. package/dist/utils/modules/order/utils.d.ts +20 -0
  155. package/dist/utils/modules/product/models.d.ts +40 -0
  156. package/dist/utils/{utils/product.d.ts → modules/product/utils.d.ts} +9 -8
  157. package/dist/utils/utils/index.d.ts +3 -3
  158. package/package.json +17 -15
  159. package/dist/components/PublicMenu/Cart/Cart.d.ts +0 -2
  160. package/dist/components/PublicMenu/Cart/index.d.ts +0 -1
  161. package/dist/components/PublicMenu/CartDrawer/CartDrawer.d.ts +0 -2
  162. package/dist/components/PublicMenu/CartDrawer/index.d.ts +0 -1
  163. package/dist/components/PublicMenu/CartItem/CartItem.d.ts +0 -6
  164. package/dist/components/PublicMenu/CartItem/OptionsInfo/OptionsInfo.d.ts +0 -9
  165. package/dist/components/PublicMenu/CartItem/index.d.ts +0 -1
  166. package/dist/components/PublicMenu/CartStepper/CartStepper.d.ts +0 -6
  167. package/dist/components/PublicMenu/CartStepper/index.d.ts +0 -1
  168. package/dist/components/PublicMenu/ProductInCart/ProductInCart.d.ts +0 -6
  169. package/dist/components/PublicMenu/ProductInCart/index.d.ts +0 -1
  170. package/dist/constants/translations.d.ts +0 -212
  171. package/dist/hooks/cart.d.ts +0 -12
  172. package/dist/models/order.d.ts +0 -47
  173. package/dist/store/cart.d.ts +0 -23
  174. package/dist/utils/cart.d.ts +0 -7
  175. package/dist/utils/cart.test.d.ts +0 -1
  176. package/dist/utils/models/order.d.ts +0 -47
  177. package/dist/utils/utils/cart.d.ts +0 -7
  178. package/dist/utils/utils/cart.test.d.ts +0 -1
  179. /package/dist/components/PublicMenu/{CartItem → OrderListItem}/OptionsInfo/index.d.ts +0 -0
  180. /package/dist/models/{branch.d.ts → modules/branch/models.d.ts} +0 -0
  181. /package/dist/models/{business.d.ts → modules/business/models.d.ts} +0 -0
  182. /package/dist/{utils/models/branch.d.ts → modules/branch/models.d.ts} +0 -0
  183. /package/dist/{utils/models/business.d.ts → modules/business/models.d.ts} +0 -0
@@ -0,0 +1,7 @@
1
+ declare const _default: {
2
+ "Create an account or log in": string;
3
+ "Phone number": string;
4
+ "I don't have an email": string;
5
+ "We sent a confirmation code to {{address}}": string;
6
+ };
7
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: {
2
+ Save: string;
3
+ Cancel: string;
4
+ Continue: string;
5
+ };
6
+ export default _default;
@@ -0,0 +1,75 @@
1
+ declare const _default: {
2
+ "Unknown address": string;
3
+ "No address available": string;
4
+ "Update Delivery Address": string;
5
+ Country: string;
6
+ City: string;
7
+ "Baker Street": string;
8
+ Address: string;
9
+ "House number": string;
10
+ "Additional number": string;
11
+ "Example: Door code is 555": string;
12
+ "Delivery Instructions": string;
13
+ Azerbaijan: string;
14
+ Baku: string;
15
+ Ganja: string;
16
+ Sumgayit: string;
17
+ Mingachevir: string;
18
+ Shirvan: string;
19
+ Naftalan: string;
20
+ Shaki: string;
21
+ Lenkoran: string;
22
+ Yevlakh: string;
23
+ Shamkir: string;
24
+ Guba: string;
25
+ Gusar: string;
26
+ Gabala: string;
27
+ Tartar: string;
28
+ Aghjabadi: string;
29
+ Aghdam: string;
30
+ Aghdash: string;
31
+ Astara: string;
32
+ Balakan: string;
33
+ Barda: string;
34
+ Beylagan: string;
35
+ Bilasuvar: string;
36
+ Jalilabad: string;
37
+ Dashkasan: string;
38
+ Fuzuli: string;
39
+ Gedebey: string;
40
+ Goranboy: string;
41
+ Goychay: string;
42
+ Hajigabul: string;
43
+ Imishli: string;
44
+ Ismayilli: string;
45
+ Kurdamir: string;
46
+ Lerik: string;
47
+ Masalli: string;
48
+ Neftchala: string;
49
+ Oghuz: string;
50
+ Gakh: string;
51
+ Gazakh: string;
52
+ Gobustan: string;
53
+ Saatly: string;
54
+ Sabirabad: string;
55
+ Salyan: string;
56
+ Samukh: string;
57
+ Siyezen: string;
58
+ Shabran: string;
59
+ Shamakhi: string;
60
+ Tovuz: string;
61
+ Ujar: string;
62
+ Khachmaz: string;
63
+ Khizi: string;
64
+ Khojaly: string;
65
+ Khojavend: string;
66
+ Yardimli: string;
67
+ Zagatala: string;
68
+ Zardab: string;
69
+ Zangilan: string;
70
+ Shusha: string;
71
+ Lachin: string;
72
+ Kalbajar: string;
73
+ Khankendi: string;
74
+ };
75
+ export default _default;
@@ -0,0 +1,11 @@
1
+ declare const _default: {
2
+ SOMETHING_WRONG: string;
3
+ FIELD_REQUIRED: string;
4
+ "Azerbaijani numbers must be 9 digits and start with 50, 51, 10, 55, 99, 70, 77, 60": string;
5
+ "Unsupported country code": string;
6
+ "Invalid OTP": string;
7
+ INVALID_OTP: string;
8
+ OTP_RATE_LIMIT_EXCEEDED: string;
9
+ "Invalid Email Address": string;
10
+ };
11
+ export default _default;
@@ -0,0 +1,8 @@
1
+ declare const _default: {
2
+ Events: string;
3
+ "Scrolled to Category": string;
4
+ "Category Selected": string;
5
+ "Product Details": string;
6
+ "Product Added to Order": string;
7
+ };
8
+ export default _default;
@@ -0,0 +1,165 @@
1
+ declare const _default: {
2
+ error: {
3
+ SOMETHING_WRONG: string;
4
+ FIELD_REQUIRED: string;
5
+ "Azerbaijani numbers must be 9 digits and start with 50, 51, 10, 55, 99, 70, 77, 60": string;
6
+ "Unsupported country code": string;
7
+ "Invalid OTP": string;
8
+ INVALID_OTP: string;
9
+ OTP_RATE_LIMIT_EXCEEDED: string;
10
+ "Invalid Email Address": string;
11
+ };
12
+ common: {
13
+ Save: string;
14
+ Cancel: string;
15
+ Continue: string;
16
+ };
17
+ order: {
18
+ "View order": string;
19
+ "Remove from order": string;
20
+ "Update order": string;
21
+ "Add to order": string;
22
+ "Your order": string;
23
+ "Empty order": string;
24
+ "You don't have any items in your order": string;
25
+ "Add items": string;
26
+ Subtotal: string;
27
+ Events: string;
28
+ "Product choices": string;
29
+ "In order": string;
30
+ "Not available": string;
31
+ "Specify any allergies, special requests, or ingredients you want to add or remove": string;
32
+ "Thank you! We've received your order and it will be delivered shortly.": string;
33
+ "Go to checkout": string;
34
+ "Add an order note": string;
35
+ "Your Order is Completed!": string;
36
+ Delivery: string;
37
+ "Dine in": string;
38
+ Pickup: string;
39
+ Cash: string;
40
+ "POS Terminal": string;
41
+ "Order summary": string;
42
+ Items: string;
43
+ Tax: string;
44
+ Total: string;
45
+ "Special instructions, allergies, etc.": string;
46
+ "Place order": string;
47
+ Continue: string;
48
+ };
49
+ customer: {
50
+ "Unknown address": string;
51
+ "No address available": string;
52
+ "Update Delivery Address": string;
53
+ Country: string;
54
+ City: string;
55
+ "Baker Street": string;
56
+ Address: string;
57
+ "House number": string;
58
+ "Additional number": string;
59
+ "Example: Door code is 555": string;
60
+ "Delivery Instructions": string;
61
+ Azerbaijan: string;
62
+ Baku: string;
63
+ Ganja: string;
64
+ Sumgayit: string;
65
+ Mingachevir: string;
66
+ Shirvan: string;
67
+ Naftalan: string;
68
+ Shaki: string;
69
+ Lenkoran: string;
70
+ Yevlakh: string;
71
+ Shamkir: string;
72
+ Guba: string;
73
+ Gusar: string;
74
+ Gabala: string;
75
+ Tartar: string;
76
+ Aghjabadi: string;
77
+ Aghdam: string;
78
+ Aghdash: string;
79
+ Astara: string;
80
+ Balakan: string;
81
+ Barda: string;
82
+ Beylagan: string;
83
+ Bilasuvar: string;
84
+ Jalilabad: string;
85
+ Dashkasan: string;
86
+ Fuzuli: string;
87
+ Gedebey: string;
88
+ Goranboy: string;
89
+ Goychay: string;
90
+ Hajigabul: string;
91
+ Imishli: string;
92
+ Ismayilli: string;
93
+ Kurdamir: string;
94
+ Lerik: string;
95
+ Masalli: string;
96
+ Neftchala: string;
97
+ Oghuz: string;
98
+ Gakh: string;
99
+ Gazakh: string;
100
+ Gobustan: string;
101
+ Saatly: string;
102
+ Sabirabad: string;
103
+ Salyan: string;
104
+ Samukh: string;
105
+ Siyezen: string;
106
+ Shabran: string;
107
+ Shamakhi: string;
108
+ Tovuz: string;
109
+ Ujar: string;
110
+ Khachmaz: string;
111
+ Khizi: string;
112
+ Khojaly: string;
113
+ Khojavend: string;
114
+ Yardimli: string;
115
+ Zagatala: string;
116
+ Zardab: string;
117
+ Zangilan: string;
118
+ Shusha: string;
119
+ Lachin: string;
120
+ Kalbajar: string;
121
+ Khankendi: string;
122
+ };
123
+ auth: {
124
+ "Create an account or log in": string;
125
+ "Phone number": string;
126
+ "I don't have an email": string;
127
+ "We sent a confirmation code to {{address}}": string;
128
+ };
129
+ events: {
130
+ Events: string;
131
+ "Scrolled to Category": string;
132
+ "Category Selected": string;
133
+ "Product Details": string;
134
+ "Product Added to Order": string;
135
+ };
136
+ pricing: {
137
+ "Get Started": string;
138
+ "Choose Plan": string;
139
+ "Smart QR Menu": string;
140
+ "Link-in-bio": string;
141
+ "Menu Analytics": string;
142
+ "Unlimited Users": string;
143
+ "Unlimited Products": string;
144
+ "Unlimited Categories": string;
145
+ "Product variants": string;
146
+ "Product options": string;
147
+ "Sales reports": string;
148
+ "24/7 Support": string;
149
+ "Multiple Branches": string;
150
+ "Table Management": string;
151
+ "Order Management": string;
152
+ "Mobile App for Owners & Staff": string;
153
+ "Point of Sale (POS)": string;
154
+ "Delivery Management": string;
155
+ "Third-Party Delivery Integrations": string;
156
+ "RestaroundPay with Mobile": string;
157
+ "Event management": string;
158
+ "/ month": string;
159
+ monthly: string;
160
+ annually: string;
161
+ "Choose a pricing plan that fits your business. Subscribe monthly or annually and save more with long-term plans!": string;
162
+ "Flexible Plans for Every Business - Simple Pricing, More Value!": string;
163
+ };
164
+ };
165
+ export default _default;
@@ -0,0 +1,33 @@
1
+ declare const _default: {
2
+ "View order": string;
3
+ "Remove from order": string;
4
+ "Update order": string;
5
+ "Add to order": string;
6
+ "Your order": string;
7
+ "Empty order": string;
8
+ "You don't have any items in your order": string;
9
+ "Add items": string;
10
+ Subtotal: string;
11
+ Events: string;
12
+ "Product choices": string;
13
+ "In order": string;
14
+ "Not available": string;
15
+ "Specify any allergies, special requests, or ingredients you want to add or remove": string;
16
+ "Thank you! We've received your order and it will be delivered shortly.": string;
17
+ "Go to checkout": string;
18
+ "Add an order note": string;
19
+ "Your Order is Completed!": string;
20
+ Delivery: string;
21
+ "Dine in": string;
22
+ Pickup: string;
23
+ Cash: string;
24
+ "POS Terminal": string;
25
+ "Order summary": string;
26
+ Items: string;
27
+ Tax: string;
28
+ Total: string;
29
+ "Special instructions, allergies, etc.": string;
30
+ "Place order": string;
31
+ Continue: string;
32
+ };
33
+ export default _default;
@@ -0,0 +1,29 @@
1
+ declare const _default: {
2
+ "Get Started": string;
3
+ "Choose Plan": string;
4
+ "Smart QR Menu": string;
5
+ "Link-in-bio": string;
6
+ "Menu Analytics": string;
7
+ "Unlimited Users": string;
8
+ "Unlimited Products": string;
9
+ "Unlimited Categories": string;
10
+ "Product variants": string;
11
+ "Product options": string;
12
+ "Sales reports": string;
13
+ "24/7 Support": string;
14
+ "Multiple Branches": string;
15
+ "Table Management": string;
16
+ "Order Management": string;
17
+ "Mobile App for Owners & Staff": string;
18
+ "Point of Sale (POS)": string;
19
+ "Delivery Management": string;
20
+ "Third-Party Delivery Integrations": string;
21
+ "RestaroundPay with Mobile": string;
22
+ "Event management": string;
23
+ "/ month": string;
24
+ monthly: string;
25
+ annually: string;
26
+ "Choose a pricing plan that fits your business. Subscribe monthly or annually and save more with long-term plans!": string;
27
+ "Flexible Plans for Every Business - Simple Pricing, More Value!": string;
28
+ };
29
+ export default _default;
@@ -0,0 +1,30 @@
1
+ import { Dispatch, ReactNode } from "react";
2
+ import * as productModels from "src/modules/product/models";
3
+ import * as orderModels from "src/modules/order/models";
4
+ import * as customerModels from "src/modules/customer/models";
5
+ type UpdateOrderItemsParams = {
6
+ product: productModels.Product;
7
+ quantity?: number;
8
+ variantId?: number;
9
+ selectedAddons?: orderModels.SelectedAddons;
10
+ note?: string;
11
+ };
12
+ type OrderContent = {
13
+ order: Partial<orderModels.Order>;
14
+ orderStep: orderModels.OrderStep;
15
+ orderItems: orderModels.OrderItems;
16
+ isOrderOpen: boolean;
17
+ customer: customerModels.Customer;
18
+ setOrderStep: Dispatch<React.SetStateAction<orderModels.OrderStep>>;
19
+ updateOrder: (updatedFields: Partial<orderModels.Order>) => void;
20
+ addProduct: (params: UpdateOrderItemsParams) => void;
21
+ updateProduct: (params: UpdateOrderItemsParams) => void;
22
+ removeAllProductVariants: (productId: number) => void;
23
+ setIsOrderOpen: Dispatch<React.SetStateAction<boolean>>;
24
+ getCustomer: () => void;
25
+ };
26
+ export declare const OrderProvider: ({ children }: {
27
+ children: ReactNode;
28
+ }) => import("react/jsx-runtime").JSX.Element;
29
+ export declare const useOrderContext: () => OrderContent;
30
+ export {};
@@ -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)}}.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)}}.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)}}.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)}}.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_addToCart__WXrQZ{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)}}.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_addToCart__gYVrI{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)}}.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)}}.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}.ProductInCart-module_container__oSrwq .ProductInCart-module_title__Vnc4l{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)}}.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)}}.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 Cart-module_flexWide__d8A-8{0%{flex:0}to{flex:1}}@keyframes Cart-module_slidein__jBrqK{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes Cart-module_fadeInOut__FgYRJ{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes Cart-module_heightAnimation__PzaWz{0%{height:0}to{height:100%}}@keyframes Cart-module_fadein__aiRQy{0%{opacity:0}to{opacity:1}}@keyframes Cart-module_floatAnimation__D0ZI8{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes Cart-module_bottomSheet__Sf4us{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes Cart-module_slideRightToLeft__EQThb{0%{transform:translateX(100%)}to{transform:translateX(0)}}.Cart-module_container__3KQtx{bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;z-index:10}.Cart-module_container__3KQtx .Cart-module_content__rkiZa{animation-duration:.3s;animation-name:Cart-module_bottomSheet__Sf4us;animation-timing-function:cubic-bezier(.32,1,.23,1);max-width:25rem;width:100%}@keyframes CartStepper-module_flexWide__eXxCr{0%{flex:0}to{flex:1}}@keyframes CartStepper-module_slidein__d5JQ-{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes CartStepper-module_fadeInOut__pS8nn{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes CartStepper-module_heightAnimation__7-e5Z{0%{height:0}to{height:100%}}@keyframes CartStepper-module_fadein__-Ba0-{0%{opacity:0}to{opacity:1}}@keyframes CartStepper-module_floatAnimation__rq6zX{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes CartStepper-module_bottomSheet__1wHHD{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes CartStepper-module_slideRightToLeft__0KLAo{0%{transform:translateX(100%)}to{transform:translateX(0)}}.CartStepper-module_container__4CF1L{background-color:var(--sorocraft-color-primary,#2d3436);border-radius:1.5rem;color:#fff;min-height:3.375rem;padding:.9rem 1rem;width:100%}.CartStepper-module_container__4CF1L .CartStepper-module_count__E-RBg{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}.CartStepper-module_container__4CF1L .CartStepper-module_actionText__-rVKA{font-weight:600}.CartStepper-module_container__4CF1L .CartStepper-module_totalPrice__QboRN{font-weight:500;text-align:end}.CartStepper-module_container__4CF1L.CartStepper-module_isClickable__mDptU{cursor:pointer}@keyframes CartDrawer-module_flexWide__ySgY-{0%{flex:0}to{flex:1}}@keyframes CartDrawer-module_slidein__XC9AW{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes CartDrawer-module_fadeInOut__w9h6X{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes CartDrawer-module_heightAnimation__tBgkj{0%{height:0}to{height:100%}}@keyframes CartDrawer-module_fadein__QNPoQ{0%{opacity:0}to{opacity:1}}@keyframes CartDrawer-module_floatAnimation__nZWoY{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes CartDrawer-module_bottomSheet__m0wy7{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes CartDrawer-module_slideRightToLeft__gpixh{0%{transform:translateX(100%)}to{transform:translateX(0)}}.CartDrawer-module_container__zvapw{align-items:center;background-color:rgba(0,0,0,.5);display:flex;inset:0;justify-content:flex-end;position:fixed;z-index:100}.CartDrawer-module_container__zvapw .CartDrawer-module_content__ELSiG{height:100%;padding:1rem 0}@keyframes CartItem-module_flexWide__eNc4F{0%{flex:0}to{flex:1}}@keyframes CartItem-module_slidein__sKXwk{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes CartItem-module_fadeInOut__oUVpZ{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes CartItem-module_heightAnimation__3nX4t{0%{height:0}to{height:100%}}@keyframes CartItem-module_fadein__XlkRs{0%{opacity:0}to{opacity:1}}@keyframes CartItem-module_floatAnimation__-20XI{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes CartItem-module_bottomSheet__knS1f{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes CartItem-module_slideRightToLeft__szREy{0%{transform:translateX(100%)}to{transform:translateX(0)}}.CartItem-module_container__At7lj{border-bottom:1px solid #eff2f5;padding:.75rem 1rem}.CartItem-module_container__At7lj .CartItem-module_image__D-zzG{border-radius:.475rem;height:2.8125rem;-o-object-fit:cover;object-fit:cover;overflow:hidden;width:5rem}.CartItem-module_container__At7lj .CartItem-module_data__Lo3Fb{flex:1;max-width:100%;overflow:hidden;text-overflow:ellipsis}.CartItem-module_container__At7lj .CartItem-module_data__Lo3Fb .CartItem-module_name__EksZu{font-weight:500;line-height:1;margin-bottom:.5rem}.CartItem-module_container__At7lj .CartItem-module_data__Lo3Fb .CartItem-module_price__yJxl6{line-height:1.5rem;margin-top:.5rem}@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)}}.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 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)}}.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 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 */