@omnic/widget-locations 1.1.13-develop.0 → 1.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/style.css +1 -1439
- package/dist/lib/widget.cjs.js +31 -57988
- package/dist/lib/widget.esm.js +13787 -55656
- package/package.json +2 -2
- package/dist/lib/widget.cjs.js.map +0 -1
- package/dist/lib/widget.esm.js.map +0 -1
package/dist/lib/style.css
CHANGED
|
@@ -1,1439 +1 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--owl-color-primary: #1760ee;
|
|
3
|
-
--owl-color-primary-dark: #194fb8;
|
|
4
|
-
--owl-color-secondary: #dfe1e5;
|
|
5
|
-
--owl-color-error: #cc0000;
|
|
6
|
-
--owl-color-success: #00c10e;
|
|
7
|
-
--owl-color-text-dark: #000000;
|
|
8
|
-
--owl-color-text-light: #ffffff;
|
|
9
|
-
--owl-color-text-light-transparent: rgba(255, 255, 255, 0.4588235294);
|
|
10
|
-
--owl-color-text-disabled: #929db2;
|
|
11
|
-
--owl-color-text-disabled-transparent: rgba(146, 157, 178, 0.2);
|
|
12
|
-
--owl-color-border: #d3d7de;
|
|
13
|
-
--owl-color-graphite: #cbcfd4;
|
|
14
|
-
--owl-color-graphite-20: #e5e7ea;
|
|
15
|
-
--owl-color-grey-80: #333333;
|
|
16
|
-
--owl-color-black: #000000;
|
|
17
|
-
--owl-radius: 8px;
|
|
18
|
-
--owl-button-radius: 8px;
|
|
19
|
-
--owl-font: Roboto, sans-serif;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
[id="@omnic/widget-locations"] {
|
|
23
|
-
isolation: isolate;
|
|
24
|
-
position: relative;
|
|
25
|
-
font-family: var(--owl-font);
|
|
26
|
-
width: 100%;
|
|
27
|
-
height: 100%;
|
|
28
|
-
overflow: hidden;
|
|
29
|
-
color: var(--owl-color-text-dark);
|
|
30
|
-
}.pac-container {
|
|
31
|
-
border-radius: var(--owl-radius);
|
|
32
|
-
margin-block-start: 8px;
|
|
33
|
-
font-family: var(--owl-font);
|
|
34
|
-
}
|
|
35
|
-
.pac-container > * {
|
|
36
|
-
font-family: inherit;
|
|
37
|
-
}
|
|
38
|
-
.pac-container::after {
|
|
39
|
-
display: none;
|
|
40
|
-
}
|
|
41
|
-
.pac-container .pac-item {
|
|
42
|
-
padding: 16px;
|
|
43
|
-
display: flex;
|
|
44
|
-
flex-direction: column;
|
|
45
|
-
gap: 4px;
|
|
46
|
-
position: relative;
|
|
47
|
-
cursor: pointer;
|
|
48
|
-
text-align: start;
|
|
49
|
-
}
|
|
50
|
-
.pac-container .pac-item .pac-item-query {
|
|
51
|
-
font-size: 16px;
|
|
52
|
-
line-height: 20px;
|
|
53
|
-
}
|
|
54
|
-
.pac-container .pac-item .pac-item-query + span {
|
|
55
|
-
font-size: 14px;
|
|
56
|
-
line-height: 1.4;
|
|
57
|
-
}
|
|
58
|
-
.pac-container .pac-item .pac-icon {
|
|
59
|
-
display: none;
|
|
60
|
-
}
|
|
61
|
-
.pac-container .pac-item::after {
|
|
62
|
-
content: "";
|
|
63
|
-
width: 16px;
|
|
64
|
-
height: 16px;
|
|
65
|
-
background-color: var(--owl-color-primary);
|
|
66
|
-
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 8.00003C12.5 8.28678 12.392 8.5735 12.1763 8.79212L5.38748 15.6718C4.95562 16.1094 4.25544 16.1094 3.82376 15.6718C3.39208 15.2343 3.39208 14.5249 3.82376 14.0872L9.83091 8.00003L3.82397 1.91279C3.39229 1.47515 3.39229 0.765811 3.82397 0.328387C4.25565 -0.109461 4.95583 -0.109461 5.38769 0.328387L12.1765 7.20793C12.3922 7.42666 12.5 7.71338 12.5 8.00003Z' fill='currentcolor' /%3E%3C/svg%3E%0A");
|
|
67
|
-
mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 8.00003C12.5 8.28678 12.392 8.5735 12.1763 8.79212L5.38748 15.6718C4.95562 16.1094 4.25544 16.1094 3.82376 15.6718C3.39208 15.2343 3.39208 14.5249 3.82376 14.0872L9.83091 8.00003L3.82397 1.91279C3.39229 1.47515 3.39229 0.765811 3.82397 0.328387C4.25565 -0.109461 4.95583 -0.109461 5.38769 0.328387L12.1765 7.20793C12.3922 7.42666 12.5 7.71338 12.5 8.00003Z' fill='currentcolor' /%3E%3C/svg%3E%0A");
|
|
68
|
-
display: block;
|
|
69
|
-
position: absolute;
|
|
70
|
-
inset-block-start: 50%;
|
|
71
|
-
inset-inline-end: 16px;
|
|
72
|
-
transform: translateY(-50%);
|
|
73
|
-
}reach-portal {
|
|
74
|
-
font-family: var(--owl-font);
|
|
75
|
-
}.Overlay-module__root__3qTsUC {
|
|
76
|
-
inset-block-start: 0;
|
|
77
|
-
inset-inline-start: 0;
|
|
78
|
-
width: 100%;
|
|
79
|
-
height: 100%;
|
|
80
|
-
z-index: var(--z-index-overlay);
|
|
81
|
-
background-color: var(--owl-color-text-light);
|
|
82
|
-
display: flex;
|
|
83
|
-
justify-content: center;
|
|
84
|
-
align-items: center;
|
|
85
|
-
overflow: hidden;
|
|
86
|
-
}.Spinner-module__loader__U4GVhD,
|
|
87
|
-
.Spinner-module__loader__U4GVhD:after {
|
|
88
|
-
border-radius: 50%;
|
|
89
|
-
width: 10em;
|
|
90
|
-
height: 10em;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.Spinner-module__loader__U4GVhD {
|
|
94
|
-
--border-width: 1.1em;
|
|
95
|
-
margin: 60px auto;
|
|
96
|
-
font-size: 10px;
|
|
97
|
-
position: relative;
|
|
98
|
-
text-indent: -9999em;
|
|
99
|
-
border-top: var(--border-width) solid var(--owl-color-text-disabled);
|
|
100
|
-
border-right: var(--border-width) solid var(--owl-color-text-disabled);
|
|
101
|
-
border-bottom: var(--border-width) solid var(--owl-color-text-disabled);
|
|
102
|
-
border-left: var(--border-width) solid var(--owl-color-primary);
|
|
103
|
-
transform: translateZ(0);
|
|
104
|
-
animation: Spinner-module__loader__U4GVhD 1.1s infinite linear;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
@-webkit-keyframes Spinner-module__loader__U4GVhD {
|
|
108
|
-
0% {
|
|
109
|
-
transform: rotate(0deg);
|
|
110
|
-
}
|
|
111
|
-
100% {
|
|
112
|
-
transform: rotate(360deg);
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
@keyframes Spinner-module__loader__U4GVhD {
|
|
116
|
-
0% {
|
|
117
|
-
transform: rotate(0deg);
|
|
118
|
-
}
|
|
119
|
-
100% {
|
|
120
|
-
transform: rotate(360deg);
|
|
121
|
-
}
|
|
122
|
-
}.Button-module__root__8RX49h {
|
|
123
|
-
border: none;
|
|
124
|
-
font-size: 16px;
|
|
125
|
-
font-weight: 600;
|
|
126
|
-
line-height: 20px;
|
|
127
|
-
cursor: pointer;
|
|
128
|
-
outline: none;
|
|
129
|
-
transition: color 0.2s ease, background-color 0.2s ease;
|
|
130
|
-
}
|
|
131
|
-
.Button-module__root__8RX49h:disabled {
|
|
132
|
-
cursor: default;
|
|
133
|
-
pointer-events: none;
|
|
134
|
-
color: var(--owl-color-text-disabled);
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
button.Button-module__root__8RX49h {
|
|
138
|
-
padding-block: 12px;
|
|
139
|
-
border-radius: var(--owl-button-radius);
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
button.Button-module__primary__st6yY9 {
|
|
143
|
-
color: var(--owl-color-text-light);
|
|
144
|
-
background-color: var(--owl-color-primary);
|
|
145
|
-
}
|
|
146
|
-
@media (any-hover: hover) {
|
|
147
|
-
button.Button-module__primary__st6yY9:hover {
|
|
148
|
-
background-color: var(--owl-color-primary-dark);
|
|
149
|
-
}
|
|
150
|
-
}
|
|
151
|
-
button.Button-module__primary__st6yY9:disabled {
|
|
152
|
-
background-color: var(--owl-color-border);
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
button.Button-module__secondary__j-3rjz {
|
|
156
|
-
color: var(--owl-color-primary);
|
|
157
|
-
background-color: var(--owl-color-secondary);
|
|
158
|
-
}
|
|
159
|
-
button.Button-module__secondary__j-3rjz:disabled {
|
|
160
|
-
background-color: var(--owl-color-border);
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
a.Button-module__root__8RX49h {
|
|
164
|
-
text-decoration: none;
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
a.Button-module__primary__st6yY9 {
|
|
168
|
-
color: var(--owl-color-primary);
|
|
169
|
-
}
|
|
170
|
-
@media (any-hover: hover) {
|
|
171
|
-
a.Button-module__primary__st6yY9:hover {
|
|
172
|
-
color: var(--owl-color-primary-dark);
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
a.Button-module__secondary__j-3rjz {
|
|
177
|
-
color: var(--owl-color-text-disabled);
|
|
178
|
-
}
|
|
179
|
-
@media (any-hover: hover) {
|
|
180
|
-
a.Button-module__secondary__j-3rjz:hover {
|
|
181
|
-
color: var(--owl-color-text-dark);
|
|
182
|
-
}
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
.Button-module__loading__QfItr2 {
|
|
186
|
-
position: relative;
|
|
187
|
-
display: grid;
|
|
188
|
-
place-items: center;
|
|
189
|
-
}
|
|
190
|
-
.Button-module__loading__QfItr2 .Button-module__spinner__kVZYqS {
|
|
191
|
-
--border-width: 0.25em;
|
|
192
|
-
margin: 0;
|
|
193
|
-
width: 2em;
|
|
194
|
-
height: 2em;
|
|
195
|
-
}.LocationBalloon-module__root__GtUl6q {
|
|
196
|
-
display: flex;
|
|
197
|
-
flex-direction: column;
|
|
198
|
-
gap: 16px;
|
|
199
|
-
}
|
|
200
|
-
.LocationBalloon-module__root__GtUl6q .LocationBalloon-module__submit__lNcF4k {
|
|
201
|
-
min-width: unset;
|
|
202
|
-
padding-inline: 32px;
|
|
203
|
-
}
|
|
204
|
-
.LocationBalloon-module__root__GtUl6q .LocationBalloon-module__details__--VOKk {
|
|
205
|
-
display: flex;
|
|
206
|
-
align-items: center;
|
|
207
|
-
gap: 4px;
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
.LocationBalloon-module__icon__X7DOVA {
|
|
211
|
-
display: grid;
|
|
212
|
-
place-content: center;
|
|
213
|
-
width: 40px;
|
|
214
|
-
height: 40px;
|
|
215
|
-
flex-shrink: 0;
|
|
216
|
-
border-radius: 100vw;
|
|
217
|
-
border: 1px solid var(--owl-color-graphite-20);
|
|
218
|
-
background: var(--owl-color-text-light);
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
.LocationBalloon-module__header__5VQJDW {
|
|
222
|
-
display: flex;
|
|
223
|
-
align-items: center;
|
|
224
|
-
gap: 8px;
|
|
225
|
-
padding-block-end: 16px;
|
|
226
|
-
border-bottom: 1px solid var(--owl-color-border);
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
.LocationBalloon-module__title__bX9pf8 {
|
|
230
|
-
font-size: 16px;
|
|
231
|
-
line-height: 22px;
|
|
232
|
-
font-weight: 600;
|
|
233
|
-
padding-inline-end: 16px;
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
.LocationBalloon-module__description__htav7b {
|
|
237
|
-
font-size: 14px;
|
|
238
|
-
font-weight: 400;
|
|
239
|
-
line-height: 20px;
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
.LocationBalloon-module__actions__c8dlOR {
|
|
243
|
-
display: flex;
|
|
244
|
-
gap: 16px;
|
|
245
|
-
align-items: center;
|
|
246
|
-
}.CloseButton-module__root__2m1asd {
|
|
247
|
-
color: var(--owl-color-primary);
|
|
248
|
-
background-color: var(--owl-color-text-light);
|
|
249
|
-
cursor: pointer;
|
|
250
|
-
width: 24px;
|
|
251
|
-
aspect-ratio: 1;
|
|
252
|
-
display: grid;
|
|
253
|
-
place-items: center;
|
|
254
|
-
}
|
|
255
|
-
@media (any-hover: hover) {
|
|
256
|
-
.CloseButton-module__root__2m1asd:hover {
|
|
257
|
-
color: var(--owl-color-primary-dark);
|
|
258
|
-
}
|
|
259
|
-
}
|
|
260
|
-
|
|
261
|
-
.CloseButton-module__absolutePositionVariant__lGX4cQ {
|
|
262
|
-
position: absolute;
|
|
263
|
-
inset-block-start: 16px;
|
|
264
|
-
inset-inline-end: 16px;
|
|
265
|
-
}
|
|
266
|
-
|
|
267
|
-
.CloseButton-module__relativePositionVariant__LqTTWf {
|
|
268
|
-
position: relative;
|
|
269
|
-
}.LocationView-module__title__-wT0bl {
|
|
270
|
-
display: flex;
|
|
271
|
-
align-items: center;
|
|
272
|
-
gap: 12px;
|
|
273
|
-
font-size: 16px;
|
|
274
|
-
font-weight: 600;
|
|
275
|
-
line-height: 20px;
|
|
276
|
-
}
|
|
277
|
-
.LocationView-module__title__-wT0bl .LocationView-module__logo__jDjNMt {
|
|
278
|
-
display: grid;
|
|
279
|
-
place-content: center;
|
|
280
|
-
width: 50px;
|
|
281
|
-
height: 50px;
|
|
282
|
-
flex-shrink: 0;
|
|
283
|
-
border-radius: 100vw;
|
|
284
|
-
border: 1px solid var(--owl-color-graphite-20);
|
|
285
|
-
background: var(--owl-color-text-light);
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
.LocationView-module__header__K0gBYX {
|
|
289
|
-
outline: none;
|
|
290
|
-
padding: 24px 16px 16px 16px;
|
|
291
|
-
border-bottom: 1px solid var(--owl-color-border);
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
.LocationView-module__content__wtOPjm {
|
|
295
|
-
display: flex;
|
|
296
|
-
flex-direction: column;
|
|
297
|
-
gap: 24px;
|
|
298
|
-
padding: 16px;
|
|
299
|
-
font-size: 14px;
|
|
300
|
-
line-height: 20px;
|
|
301
|
-
overflow-y: auto;
|
|
302
|
-
}
|
|
303
|
-
.LocationView-module__content__wtOPjm::-webkit-scrollbar {
|
|
304
|
-
width: 4px;
|
|
305
|
-
height: 4px;
|
|
306
|
-
cursor: pointer;
|
|
307
|
-
}
|
|
308
|
-
.LocationView-module__content__wtOPjm::-webkit-scrollbar-track {
|
|
309
|
-
box-shadow: none;
|
|
310
|
-
background-color: var(--owl-color-text-light);
|
|
311
|
-
}
|
|
312
|
-
.LocationView-module__content__wtOPjm::-webkit-scrollbar-thumb {
|
|
313
|
-
border-radius: 100vw;
|
|
314
|
-
background-color: var(--owl-color-border);
|
|
315
|
-
cursor: pointer;
|
|
316
|
-
}
|
|
317
|
-
@media (any-hover: hover) {
|
|
318
|
-
.LocationView-module__content__wtOPjm::-webkit-scrollbar-thumb:hover, .LocationView-module__content__wtOPjm::-webkit-scrollbar-thumb:active {
|
|
319
|
-
background-color: var(--owl-color-text-disabled);
|
|
320
|
-
}
|
|
321
|
-
}
|
|
322
|
-
@media (any-hover: hover) {
|
|
323
|
-
.LocationView-module__content__wtOPjm::-webkit-scrollbar-thumb:hover {
|
|
324
|
-
cursor: pointer;
|
|
325
|
-
}
|
|
326
|
-
}
|
|
327
|
-
|
|
328
|
-
.LocationView-module__section__2J1zAJ {
|
|
329
|
-
display: flex;
|
|
330
|
-
flex-direction: column;
|
|
331
|
-
gap: 4px;
|
|
332
|
-
}
|
|
333
|
-
.LocationView-module__section__2J1zAJ span {
|
|
334
|
-
font-weight: 600;
|
|
335
|
-
}
|
|
336
|
-
|
|
337
|
-
.LocationView-module__chips__ALwJDx {
|
|
338
|
-
display: flex;
|
|
339
|
-
gap: 8px;
|
|
340
|
-
}
|
|
341
|
-
|
|
342
|
-
.LocationView-module__services__IgJ4ba {
|
|
343
|
-
display: flex;
|
|
344
|
-
flex-direction: column;
|
|
345
|
-
gap: 4px;
|
|
346
|
-
}
|
|
347
|
-
|
|
348
|
-
.LocationView-module__images__-wKmRM {
|
|
349
|
-
display: flex;
|
|
350
|
-
gap: 20px;
|
|
351
|
-
max-width: 100%;
|
|
352
|
-
overflow-x: auto;
|
|
353
|
-
scroll-snap-type: x mandatory;
|
|
354
|
-
min-height: 165px;
|
|
355
|
-
}
|
|
356
|
-
.LocationView-module__images__-wKmRM::-webkit-scrollbar {
|
|
357
|
-
width: 4px;
|
|
358
|
-
height: 4px;
|
|
359
|
-
cursor: pointer;
|
|
360
|
-
}
|
|
361
|
-
.LocationView-module__images__-wKmRM::-webkit-scrollbar-track {
|
|
362
|
-
box-shadow: none;
|
|
363
|
-
background-color: var(--owl-color-text-light);
|
|
364
|
-
}
|
|
365
|
-
.LocationView-module__images__-wKmRM::-webkit-scrollbar-thumb {
|
|
366
|
-
border-radius: 100vw;
|
|
367
|
-
background-color: var(--owl-color-border);
|
|
368
|
-
cursor: pointer;
|
|
369
|
-
}
|
|
370
|
-
@media (any-hover: hover) {
|
|
371
|
-
.LocationView-module__images__-wKmRM::-webkit-scrollbar-thumb:hover, .LocationView-module__images__-wKmRM::-webkit-scrollbar-thumb:active {
|
|
372
|
-
background-color: var(--owl-color-text-disabled);
|
|
373
|
-
}
|
|
374
|
-
}
|
|
375
|
-
@media (any-hover: hover) {
|
|
376
|
-
.LocationView-module__images__-wKmRM::-webkit-scrollbar-thumb:hover {
|
|
377
|
-
cursor: pointer;
|
|
378
|
-
}
|
|
379
|
-
}
|
|
380
|
-
|
|
381
|
-
.LocationView-module__image__T1E-gt {
|
|
382
|
-
flex-shrink: 0;
|
|
383
|
-
width: 220px;
|
|
384
|
-
aspect-ratio: 220/140;
|
|
385
|
-
scroll-snap-align: start;
|
|
386
|
-
border-radius: var(--owl-radius);
|
|
387
|
-
object-fit: cover;
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
.LocationView-module__actions__NuafMj {
|
|
391
|
-
padding: 16px 16px 24px 16px;
|
|
392
|
-
}
|
|
393
|
-
.LocationView-module__actions__NuafMj.LocationView-module__actionsHidden__-vX5kK {
|
|
394
|
-
display: none;
|
|
395
|
-
}
|
|
396
|
-
.LocationView-module__actions__NuafMj .LocationView-module__submit__c-Hc8u {
|
|
397
|
-
width: 100%;
|
|
398
|
-
}
|
|
399
|
-
|
|
400
|
-
.LocationView-module__scheduleItem__RhAgat {
|
|
401
|
-
padding: 0;
|
|
402
|
-
}
|
|
403
|
-
|
|
404
|
-
@media (max-width: 767px) {
|
|
405
|
-
.LocationView-module__header__K0gBYX {
|
|
406
|
-
padding-block-start: 0;
|
|
407
|
-
}
|
|
408
|
-
}.MapGoogle-module__root__Vi-sMl {
|
|
409
|
-
width: 100%;
|
|
410
|
-
height: 100%;
|
|
411
|
-
border: 1px solid var(--owl-color-border);
|
|
412
|
-
border-radius: var(--owl-radius);
|
|
413
|
-
position: relative;
|
|
414
|
-
isolation: isolate;
|
|
415
|
-
}
|
|
416
|
-
.MapGoogle-module__root__Vi-sMl div[role="dialog"] {
|
|
417
|
-
padding: unset !important;
|
|
418
|
-
padding: 12px !important;
|
|
419
|
-
padding-block-end: 0 !important;
|
|
420
|
-
padding-inline-end: 0 !important;
|
|
421
|
-
}
|
|
422
|
-
.MapGoogle-module__root__Vi-sMl div[role="dialog"] > button {
|
|
423
|
-
opacity: 1 !important;
|
|
424
|
-
top: unset !important;
|
|
425
|
-
right: unset !important;
|
|
426
|
-
inset-block-start: 12px !important;
|
|
427
|
-
inset-inline-end: 12px !important;
|
|
428
|
-
width: 26px !important;
|
|
429
|
-
height: 26px !important;
|
|
430
|
-
}
|
|
431
|
-
.MapGoogle-module__root__Vi-sMl div[role="dialog"] > button > span {
|
|
432
|
-
margin: 0 !important;
|
|
433
|
-
width: 100% !important;
|
|
434
|
-
height: 100% !important;
|
|
435
|
-
background-color: var(--owl-color-primary);
|
|
436
|
-
transition: background-color 0.2s ease;
|
|
437
|
-
}
|
|
438
|
-
.MapGoogle-module__root__Vi-sMl div[role="dialog"] > button > span:hover {
|
|
439
|
-
background-color: var(--owl-color-primary-dark);
|
|
440
|
-
}
|
|
441
|
-
|
|
442
|
-
.MapGoogle-module__mapContainer__OCCTIX {
|
|
443
|
-
position: relative;
|
|
444
|
-
width: 100%;
|
|
445
|
-
height: 100%;
|
|
446
|
-
}
|
|
447
|
-
|
|
448
|
-
.MapGoogle-module__balloon__4UVhuT {
|
|
449
|
-
max-width: 400px;
|
|
450
|
-
}
|
|
451
|
-
|
|
452
|
-
.MapGoogle-module__details__4osNXn {
|
|
453
|
-
--offset: 20px;
|
|
454
|
-
z-index: 20;
|
|
455
|
-
inset-block-start: var(--offset);
|
|
456
|
-
inset-inline-end: var(--offset);
|
|
457
|
-
inset-block-end: var(--offset);
|
|
458
|
-
width: calc(50% - var(--offset));
|
|
459
|
-
}
|
|
460
|
-
|
|
461
|
-
.MapGoogle-module__cluster__5qmRds {
|
|
462
|
-
fill: var(--owl-color-primary);
|
|
463
|
-
}
|
|
464
|
-
|
|
465
|
-
.MapGoogle-module__cluster__5qmRds:has(img) > img {
|
|
466
|
-
display: none;
|
|
467
|
-
}
|
|
468
|
-
.MapGoogle-module__cluster__5qmRds:has(img) > div {
|
|
469
|
-
font-size: 13px !important;
|
|
470
|
-
font-weight: 400 !important;
|
|
471
|
-
border: 8px solid var(--owl-color-primary);
|
|
472
|
-
border-radius: 100vw;
|
|
473
|
-
height: 100%;
|
|
474
|
-
display: flex;
|
|
475
|
-
align-items: center;
|
|
476
|
-
justify-content: center;
|
|
477
|
-
background-color: var(--owl-color-text-light);
|
|
478
|
-
box-shadow: 0 0 0 2px var(--owl-color-text-light-transparent);
|
|
479
|
-
pointer-events: none;
|
|
480
|
-
}
|
|
481
|
-
|
|
482
|
-
.MapGoogle-module__overlay__g-nEoT {
|
|
483
|
-
position: absolute;
|
|
484
|
-
background-color: var(--owl-color-text-light-transparent);
|
|
485
|
-
backdrop-filter: blur(5px);
|
|
486
|
-
}
|
|
487
|
-
|
|
488
|
-
.MapGoogle-module__mapControl__mzyTwr {
|
|
489
|
-
background-color: var(--owl-color-primary);
|
|
490
|
-
border-radius: 8px;
|
|
491
|
-
color: #ffffff;
|
|
492
|
-
width: 40px;
|
|
493
|
-
height: 40px;
|
|
494
|
-
display: grid;
|
|
495
|
-
place-content: center;
|
|
496
|
-
font-size: 24px;
|
|
497
|
-
cursor: pointer;
|
|
498
|
-
margin-right: 16px;
|
|
499
|
-
user-select: none;
|
|
500
|
-
}
|
|
501
|
-
.MapGoogle-module__mapControl__mzyTwr + .MapGoogle-module__mapControl__mzyTwr {
|
|
502
|
-
margin-top: 4px;
|
|
503
|
-
}
|
|
504
|
-
.MapGoogle-module__mapControl__mzyTwr.MapGoogle-module__geolocationControl__1exHgA {
|
|
505
|
-
margin-bottom: 26px;
|
|
506
|
-
color: var(--owl-color-primary);
|
|
507
|
-
}
|
|
508
|
-
.MapGoogle-module__mapControl__mzyTwr:last-of-type {
|
|
509
|
-
margin-bottom: 16px;
|
|
510
|
-
}
|
|
511
|
-
|
|
512
|
-
@media (max-width: 1023px) {
|
|
513
|
-
.MapGoogle-module__details__4osNXn {
|
|
514
|
-
inset-inline-start: var(--offset);
|
|
515
|
-
width: calc(100% - var(--offset) * 2);
|
|
516
|
-
}
|
|
517
|
-
}
|
|
518
|
-
@media (max-width: 767px) {
|
|
519
|
-
.MapGoogle-module__root__Vi-sMl {
|
|
520
|
-
border-radius: unset;
|
|
521
|
-
}
|
|
522
|
-
.MapGoogle-module__bottomSheet__avcBmY {
|
|
523
|
-
padding-inline: 20px;
|
|
524
|
-
padding-block-end: 20px;
|
|
525
|
-
}
|
|
526
|
-
.MapGoogle-module__bottomSheet__avcBmY .MapGoogle-module__locationViewContent__xwLeDh,
|
|
527
|
-
.MapGoogle-module__bottomSheet__avcBmY .MapGoogle-module__locationViewHeader__maBLv0,
|
|
528
|
-
.MapGoogle-module__bottomSheet__avcBmY .MapGoogle-module__deliveryDetailsViewContent__wH-RCe,
|
|
529
|
-
.MapGoogle-module__bottomSheet__avcBmY .MapGoogle-module__deliveryDetailsViewHeader__4AKoBe {
|
|
530
|
-
padding-inline: 0;
|
|
531
|
-
}
|
|
532
|
-
.MapGoogle-module__sheetSubmit__rPQG26 {
|
|
533
|
-
width: 100%;
|
|
534
|
-
}
|
|
535
|
-
}.DeliveryBalloon-module__root__Nu90iy {
|
|
536
|
-
display: flex;
|
|
537
|
-
flex-direction: column;
|
|
538
|
-
gap: 16px;
|
|
539
|
-
}
|
|
540
|
-
.DeliveryBalloon-module__root__Nu90iy .DeliveryBalloon-module__details__eqUTaI {
|
|
541
|
-
width: 100%;
|
|
542
|
-
min-width: 280px;
|
|
543
|
-
display: flex;
|
|
544
|
-
align-items: center;
|
|
545
|
-
justify-content: center;
|
|
546
|
-
}
|
|
547
|
-
|
|
548
|
-
.DeliveryBalloon-module__header__JVdyxN {
|
|
549
|
-
display: flex;
|
|
550
|
-
align-items: center;
|
|
551
|
-
gap: 8px;
|
|
552
|
-
padding-block-end: 16px;
|
|
553
|
-
border-bottom: 1px solid var(--owl-color-border);
|
|
554
|
-
}
|
|
555
|
-
|
|
556
|
-
.DeliveryBalloon-module__title__-zKKCt {
|
|
557
|
-
font-size: 16px;
|
|
558
|
-
line-height: 22px;
|
|
559
|
-
font-weight: 600;
|
|
560
|
-
}
|
|
561
|
-
|
|
562
|
-
.DeliveryBalloon-module__description__no5-ki {
|
|
563
|
-
font-size: 14px;
|
|
564
|
-
font-weight: 400;
|
|
565
|
-
line-height: 20px;
|
|
566
|
-
}
|
|
567
|
-
|
|
568
|
-
.DeliveryBalloon-module__actions__C-N0H- {
|
|
569
|
-
display: flex;
|
|
570
|
-
gap: 16px;
|
|
571
|
-
align-items: center;
|
|
572
|
-
}
|
|
573
|
-
|
|
574
|
-
.DeliveryBalloon-module__errorVariant__e6uhZl .DeliveryBalloon-module__logo__62gC5h {
|
|
575
|
-
color: var(--owl-color-error);
|
|
576
|
-
}
|
|
577
|
-
.DeliveryBalloon-module__errorVariant__e6uhZl .DeliveryBalloon-module__title__-zKKCt {
|
|
578
|
-
color: var(--owl-color-error);
|
|
579
|
-
}.Chip-module__root__zsoSyP {
|
|
580
|
-
background-color: var(--owl-color-secondary);
|
|
581
|
-
border-radius: 100vw;
|
|
582
|
-
padding: 8px 16px;
|
|
583
|
-
cursor: pointer;
|
|
584
|
-
transition: background-color 0.2s ease, color 0.2s ease;
|
|
585
|
-
}
|
|
586
|
-
@media (any-hover: hover) {
|
|
587
|
-
.Chip-module__root__zsoSyP:hover {
|
|
588
|
-
background-color: var(--owl-color-border);
|
|
589
|
-
}
|
|
590
|
-
}
|
|
591
|
-
.Chip-module__root__zsoSyP.Chip-module__active__BlTSFB {
|
|
592
|
-
background-color: var(--owl-color-primary);
|
|
593
|
-
color: var(--owl-color-text-light);
|
|
594
|
-
}.TextArea-module__root__8YFknR {
|
|
595
|
-
outline: none;
|
|
596
|
-
border-radius: var(--owl-radius);
|
|
597
|
-
border: 1px solid var(--owl-color-border);
|
|
598
|
-
font-family: var(--owl-font);
|
|
599
|
-
font-size: 16px;
|
|
600
|
-
padding: 18px 20px;
|
|
601
|
-
}.DeliveryDetailsView-module__title__azeoUr {
|
|
602
|
-
display: flex;
|
|
603
|
-
align-items: center;
|
|
604
|
-
gap: 12px;
|
|
605
|
-
font-size: 16px;
|
|
606
|
-
font-weight: 600;
|
|
607
|
-
line-height: 20px;
|
|
608
|
-
}
|
|
609
|
-
.DeliveryDetailsView-module__title__azeoUr .DeliveryDetailsView-module__logo__4zZtpM {
|
|
610
|
-
width: 50px;
|
|
611
|
-
height: 50px;
|
|
612
|
-
}
|
|
613
|
-
|
|
614
|
-
.DeliveryDetailsView-module__header__oDE9He {
|
|
615
|
-
outline: none;
|
|
616
|
-
padding: 24px 16px 16px 16px;
|
|
617
|
-
border-bottom: 1px solid var(--owl-color-border);
|
|
618
|
-
}
|
|
619
|
-
|
|
620
|
-
.DeliveryDetailsView-module__content__6P27SY {
|
|
621
|
-
display: flex;
|
|
622
|
-
flex-direction: column;
|
|
623
|
-
gap: 24px;
|
|
624
|
-
padding: 16px;
|
|
625
|
-
font-size: 14px;
|
|
626
|
-
line-height: 20px;
|
|
627
|
-
overflow-y: auto;
|
|
628
|
-
}
|
|
629
|
-
.DeliveryDetailsView-module__content__6P27SY::-webkit-scrollbar {
|
|
630
|
-
width: 4px;
|
|
631
|
-
height: 4px;
|
|
632
|
-
cursor: pointer;
|
|
633
|
-
}
|
|
634
|
-
.DeliveryDetailsView-module__content__6P27SY::-webkit-scrollbar-track {
|
|
635
|
-
box-shadow: none;
|
|
636
|
-
background-color: var(--owl-color-text-light);
|
|
637
|
-
}
|
|
638
|
-
.DeliveryDetailsView-module__content__6P27SY::-webkit-scrollbar-thumb {
|
|
639
|
-
border-radius: 100vw;
|
|
640
|
-
background-color: var(--owl-color-border);
|
|
641
|
-
cursor: pointer;
|
|
642
|
-
}
|
|
643
|
-
@media (any-hover: hover) {
|
|
644
|
-
.DeliveryDetailsView-module__content__6P27SY::-webkit-scrollbar-thumb:hover, .DeliveryDetailsView-module__content__6P27SY::-webkit-scrollbar-thumb:active {
|
|
645
|
-
background-color: var(--owl-color-text-disabled);
|
|
646
|
-
}
|
|
647
|
-
}
|
|
648
|
-
@media (any-hover: hover) {
|
|
649
|
-
.DeliveryDetailsView-module__content__6P27SY::-webkit-scrollbar-thumb:hover {
|
|
650
|
-
cursor: pointer;
|
|
651
|
-
}
|
|
652
|
-
}
|
|
653
|
-
|
|
654
|
-
.DeliveryDetailsView-module__section__2M3Qip {
|
|
655
|
-
display: flex;
|
|
656
|
-
flex-direction: column;
|
|
657
|
-
gap: 4px;
|
|
658
|
-
}
|
|
659
|
-
.DeliveryDetailsView-module__section__2M3Qip span {
|
|
660
|
-
font-weight: 600;
|
|
661
|
-
}
|
|
662
|
-
|
|
663
|
-
.DeliveryDetailsView-module__chips__KmYgha {
|
|
664
|
-
display: flex;
|
|
665
|
-
gap: 8px;
|
|
666
|
-
}
|
|
667
|
-
|
|
668
|
-
.DeliveryDetailsView-module__actions__43XZ-V {
|
|
669
|
-
padding: 16px 16px 24px 16px;
|
|
670
|
-
}
|
|
671
|
-
.DeliveryDetailsView-module__actions__43XZ-V .DeliveryDetailsView-module__submit__58LKBw {
|
|
672
|
-
width: 100%;
|
|
673
|
-
}
|
|
674
|
-
.DeliveryDetailsView-module__actions__43XZ-V.DeliveryDetailsView-module__actionsHidden__SW-67b {
|
|
675
|
-
display: none;
|
|
676
|
-
}
|
|
677
|
-
|
|
678
|
-
.DeliveryDetailsView-module__commentSection__GlX1A2 {
|
|
679
|
-
flex: 1;
|
|
680
|
-
}
|
|
681
|
-
|
|
682
|
-
.DeliveryDetailsView-module__comment__2pGG6h {
|
|
683
|
-
height: 100%;
|
|
684
|
-
}
|
|
685
|
-
|
|
686
|
-
@media (max-width: 767px) {
|
|
687
|
-
.DeliveryDetailsView-module__header__oDE9He {
|
|
688
|
-
padding-block-start: 0;
|
|
689
|
-
}
|
|
690
|
-
}.CurrentLocation-module__root__AeQCGT {
|
|
691
|
-
display: flex;
|
|
692
|
-
gap: 10px;
|
|
693
|
-
align-items: center;
|
|
694
|
-
cursor: pointer;
|
|
695
|
-
}
|
|
696
|
-
|
|
697
|
-
.CurrentLocation-module__icon__459m9q {
|
|
698
|
-
color: var(--owl-color-primary);
|
|
699
|
-
}
|
|
700
|
-
|
|
701
|
-
.CurrentLocation-module__text__w-9v28 {
|
|
702
|
-
font-size: 16px;
|
|
703
|
-
line-height: 19px;
|
|
704
|
-
}
|
|
705
|
-
|
|
706
|
-
@media (max-width: 767px) {
|
|
707
|
-
.CurrentLocation-module__root__AeQCGT {
|
|
708
|
-
gap: 6px;
|
|
709
|
-
}
|
|
710
|
-
.CurrentLocation-module__icon__459m9q {
|
|
711
|
-
width: 14px;
|
|
712
|
-
height: 16px;
|
|
713
|
-
}
|
|
714
|
-
}.Header-module__root__Pe4MYp {
|
|
715
|
-
display: flex;
|
|
716
|
-
align-items: center;
|
|
717
|
-
gap: 10px;
|
|
718
|
-
}
|
|
719
|
-
|
|
720
|
-
.Header-module__nav__wtnkmT {
|
|
721
|
-
display: flex;
|
|
722
|
-
align-items: center;
|
|
723
|
-
gap: 40px;
|
|
724
|
-
flex: 1;
|
|
725
|
-
}
|
|
726
|
-
.Header-module__nav__wtnkmT:not(:has(.Header-module__navItem__-Fy63Z)) {
|
|
727
|
-
justify-content: flex-end;
|
|
728
|
-
}
|
|
729
|
-
|
|
730
|
-
.Header-module__navItem__-Fy63Z:last-of-type {
|
|
731
|
-
flex: 1;
|
|
732
|
-
}
|
|
733
|
-
|
|
734
|
-
.Header-module__logo__xO2bWO {
|
|
735
|
-
height: 80px;
|
|
736
|
-
display: grid;
|
|
737
|
-
place-items: center start;
|
|
738
|
-
flex: 0 0 320px;
|
|
739
|
-
}
|
|
740
|
-
|
|
741
|
-
@media (max-width: 1023px) {
|
|
742
|
-
.Header-module__logo__xO2bWO {
|
|
743
|
-
flex: 0 0 240px;
|
|
744
|
-
}
|
|
745
|
-
}
|
|
746
|
-
@media (max-width: 767px) {
|
|
747
|
-
.Header-module__root__Pe4MYp {
|
|
748
|
-
flex-direction: column;
|
|
749
|
-
align-items: flex-start;
|
|
750
|
-
justify-content: center;
|
|
751
|
-
}
|
|
752
|
-
.Header-module__nav__wtnkmT {
|
|
753
|
-
display: none;
|
|
754
|
-
}
|
|
755
|
-
.Header-module__navItem__-Fy63Z {
|
|
756
|
-
font-size: 14px;
|
|
757
|
-
}
|
|
758
|
-
.Header-module__logo__xO2bWO {
|
|
759
|
-
height: 12px;
|
|
760
|
-
flex: unset;
|
|
761
|
-
margin-inline: auto;
|
|
762
|
-
color: var(--owl-color-graphite);
|
|
763
|
-
}
|
|
764
|
-
.Header-module__logo__xO2bWO svg {
|
|
765
|
-
width: 100%;
|
|
766
|
-
height: 100%;
|
|
767
|
-
}
|
|
768
|
-
}.Layout-module__root__qzPL-f {
|
|
769
|
-
isolation: isolate;
|
|
770
|
-
position: relative;
|
|
771
|
-
font-family: var(--owl-font);
|
|
772
|
-
width: 100%;
|
|
773
|
-
height: 100%;
|
|
774
|
-
overflow: hidden;
|
|
775
|
-
color: var(--owl-color-text-dark);
|
|
776
|
-
min-height: 100%;
|
|
777
|
-
transition: grid-template-columns 0.2s ease, grid-template-rows 0.2s ease;
|
|
778
|
-
display: grid;
|
|
779
|
-
grid-template-areas: "header header header" "sidebar map map" "sidebar map map";
|
|
780
|
-
grid-template-columns: 0 1fr 1fr;
|
|
781
|
-
grid-template-rows: 80px 1fr 1fr;
|
|
782
|
-
}
|
|
783
|
-
.Layout-module__root__qzPL-f.Layout-module__headerHidden__JEN-d0 {
|
|
784
|
-
grid-template-areas: "sidebar map map" "sidebar map map";
|
|
785
|
-
grid-template-columns: 0 1fr 1fr;
|
|
786
|
-
grid-template-rows: 1fr 1fr;
|
|
787
|
-
}
|
|
788
|
-
.Layout-module__root__qzPL-f.Layout-module__sidebarHidden__x017O3 {
|
|
789
|
-
grid-template-areas: "header header header" "map map map";
|
|
790
|
-
grid-template-columns: 0 1fr 1fr;
|
|
791
|
-
grid-template-rows: 80px 1fr;
|
|
792
|
-
}
|
|
793
|
-
.Layout-module__root__qzPL-f.Layout-module__headerHidden__JEN-d0.Layout-module__sidebarHidden__x017O3 {
|
|
794
|
-
grid-template-areas: "map";
|
|
795
|
-
grid-template-rows: 1fr;
|
|
796
|
-
grid-template-columns: 1fr;
|
|
797
|
-
}
|
|
798
|
-
.Layout-module__root__qzPL-f.Layout-module__sidebarOpen__IZnIjs {
|
|
799
|
-
grid-template-columns: 320px 1fr 1fr;
|
|
800
|
-
}
|
|
801
|
-
|
|
802
|
-
@media (max-width: 1023px) {
|
|
803
|
-
.Layout-module__root__qzPL-f.Layout-module__sidebarOpen__IZnIjs {
|
|
804
|
-
grid-template-columns: 240px 1fr 1fr;
|
|
805
|
-
}
|
|
806
|
-
}
|
|
807
|
-
@media (max-width: 767px) {
|
|
808
|
-
.Layout-module__root__qzPL-f {
|
|
809
|
-
grid-template-areas: "header" "map";
|
|
810
|
-
grid-template-columns: 1fr;
|
|
811
|
-
grid-template-rows: auto 1fr;
|
|
812
|
-
}
|
|
813
|
-
.Layout-module__root__qzPL-f.Layout-module__sidebarOpen__IZnIjs {
|
|
814
|
-
grid-template-columns: 1fr;
|
|
815
|
-
grid-template-rows: auto 1fr;
|
|
816
|
-
}
|
|
817
|
-
}.Aside-module__root__EotK2f {
|
|
818
|
-
position: absolute;
|
|
819
|
-
inset: 0;
|
|
820
|
-
opacity: 0;
|
|
821
|
-
transition: opacity 0.2s ease;
|
|
822
|
-
isolation: isolate;
|
|
823
|
-
pointer-events: none;
|
|
824
|
-
backdrop-filter: blur(5px);
|
|
825
|
-
}
|
|
826
|
-
.Aside-module__root__EotK2f.Aside-module__open__Zwmbs5 {
|
|
827
|
-
opacity: 1;
|
|
828
|
-
pointer-events: all;
|
|
829
|
-
}
|
|
830
|
-
|
|
831
|
-
.Aside-module__overlay__slLdHF {
|
|
832
|
-
position: absolute;
|
|
833
|
-
inset: 0;
|
|
834
|
-
width: 200%;
|
|
835
|
-
background-color: rgba(29, 54, 101, 0.4);
|
|
836
|
-
z-index: 0;
|
|
837
|
-
}
|
|
838
|
-
|
|
839
|
-
.Aside-module__container__28P4wq {
|
|
840
|
-
position: absolute;
|
|
841
|
-
inset-block-start: 0;
|
|
842
|
-
inset-inline-end: 0;
|
|
843
|
-
inset-block-end: 0;
|
|
844
|
-
z-index: 1;
|
|
845
|
-
width: 100%;
|
|
846
|
-
background-color: var(--owl-color-text-light);
|
|
847
|
-
transition: transform 0.2s ease;
|
|
848
|
-
transform: translateX(100%);
|
|
849
|
-
}
|
|
850
|
-
.Aside-module__open__Zwmbs5 .Aside-module__container__28P4wq {
|
|
851
|
-
transform: translateX(0);
|
|
852
|
-
}.Input-module__root__TF9IiD {
|
|
853
|
-
display: flex;
|
|
854
|
-
flex-direction: column;
|
|
855
|
-
gap: 8px;
|
|
856
|
-
}
|
|
857
|
-
.Input-module__root__TF9IiD:has(.Input-module__endAdornment__m40K5R) .Input-module__input__505b7i {
|
|
858
|
-
padding-inline-end: 60px;
|
|
859
|
-
}
|
|
860
|
-
.Input-module__root__TF9IiD:has(.Input-module__startAdornment__D-sJ0N) .Input-module__input__505b7i {
|
|
861
|
-
padding-inline-start: 60px;
|
|
862
|
-
}
|
|
863
|
-
|
|
864
|
-
.Input-module__input__505b7i {
|
|
865
|
-
width: -webkit-fill-available;
|
|
866
|
-
padding: 17px 22px;
|
|
867
|
-
border-radius: var(--owl-radius);
|
|
868
|
-
border: 1px solid var(--owl-color-border);
|
|
869
|
-
background: var(--owl-color-text-light);
|
|
870
|
-
font-size: 16px;
|
|
871
|
-
line-height: 20px;
|
|
872
|
-
outline: var(--owl-color-primary);
|
|
873
|
-
font-family: var(--owl-font);
|
|
874
|
-
}
|
|
875
|
-
.Input-module__input__505b7i::placeholder {
|
|
876
|
-
font-weight: 500;
|
|
877
|
-
color: var(--owl-color-text-disabled);
|
|
878
|
-
}
|
|
879
|
-
|
|
880
|
-
.Input-module__label__gmqtsf {
|
|
881
|
-
font-size: 16px;
|
|
882
|
-
font-weight: 600;
|
|
883
|
-
line-height: 22px;
|
|
884
|
-
}
|
|
885
|
-
|
|
886
|
-
.Input-module__inputContainer__vubIa- {
|
|
887
|
-
position: relative;
|
|
888
|
-
display: flex;
|
|
889
|
-
flex-direction: column;
|
|
890
|
-
gap: 8px;
|
|
891
|
-
}
|
|
892
|
-
|
|
893
|
-
.Input-module__endAdornment__m40K5R {
|
|
894
|
-
position: absolute;
|
|
895
|
-
inset-inline-end: 1px;
|
|
896
|
-
inset-block-start: 0px;
|
|
897
|
-
inset-block-end: 2px;
|
|
898
|
-
display: flex;
|
|
899
|
-
align-items: center;
|
|
900
|
-
padding: 0 20px;
|
|
901
|
-
color: var(--owl-color-text-disabled);
|
|
902
|
-
font-size: 16px;
|
|
903
|
-
line-height: 20px;
|
|
904
|
-
font-weight: 500;
|
|
905
|
-
}
|
|
906
|
-
|
|
907
|
-
.Input-module__startAdornment__D-sJ0N {
|
|
908
|
-
position: absolute;
|
|
909
|
-
inset-inline-start: 1px;
|
|
910
|
-
inset-block-start: 0;
|
|
911
|
-
inset-block-end: 2px;
|
|
912
|
-
display: flex;
|
|
913
|
-
align-items: center;
|
|
914
|
-
padding: 0 20px;
|
|
915
|
-
color: var(--owl-color-text-disabled);
|
|
916
|
-
font-size: 16px;
|
|
917
|
-
line-height: 20px;
|
|
918
|
-
font-weight: 500;
|
|
919
|
-
}.LocationAside-module__submit__CSKcqi {
|
|
920
|
-
margin-block-start: 20px;
|
|
921
|
-
width: 100%;
|
|
922
|
-
}
|
|
923
|
-
|
|
924
|
-
.LocationAside-module__container__S1NejR {
|
|
925
|
-
display: grid;
|
|
926
|
-
height: 100%;
|
|
927
|
-
place-items: start center;
|
|
928
|
-
padding-block-start: 80px;
|
|
929
|
-
}
|
|
930
|
-
|
|
931
|
-
.LocationAside-module__selector__hl74ke {
|
|
932
|
-
display: flex;
|
|
933
|
-
flex-direction: column;
|
|
934
|
-
gap: 16px;
|
|
935
|
-
width: clamp(320px, 50%, 520px);
|
|
936
|
-
}
|
|
937
|
-
|
|
938
|
-
.LocationAside-module__label__0Zk8at {
|
|
939
|
-
font-size: 24px;
|
|
940
|
-
font-weight: 600;
|
|
941
|
-
line-height: 140%;
|
|
942
|
-
}
|
|
943
|
-
|
|
944
|
-
.LocationAside-module__header__N1wgyn {
|
|
945
|
-
display: flex;
|
|
946
|
-
align-items: center;
|
|
947
|
-
justify-content: space-between;
|
|
948
|
-
}
|
|
949
|
-
|
|
950
|
-
.LocationAside-module__close__VsE88z {
|
|
951
|
-
cursor: pointer;
|
|
952
|
-
color: var(--owl-color-primary);
|
|
953
|
-
}
|
|
954
|
-
|
|
955
|
-
@media (max-width: 767px) {
|
|
956
|
-
.LocationAside-module__label__0Zk8at {
|
|
957
|
-
display: none;
|
|
958
|
-
}
|
|
959
|
-
.LocationAside-module__container__S1NejR {
|
|
960
|
-
padding-inline: 20px;
|
|
961
|
-
padding-block-start: 8px;
|
|
962
|
-
}
|
|
963
|
-
.LocationAside-module__selector__hl74ke {
|
|
964
|
-
width: 100%;
|
|
965
|
-
}
|
|
966
|
-
.LocationAside-module__header__N1wgyn {
|
|
967
|
-
justify-content: flex-end;
|
|
968
|
-
}
|
|
969
|
-
.LocationAside-module__close__VsE88z {
|
|
970
|
-
flex: 1;
|
|
971
|
-
}
|
|
972
|
-
}.DeliveryDetailsModal-module__root__qwKnjX {
|
|
973
|
-
position: absolute;
|
|
974
|
-
background-color: var(--owl-color-text-light);
|
|
975
|
-
box-shadow: 0px 4px 16px 0px var(--owl-color-text-disabled-transparent);
|
|
976
|
-
border: 1px solid var(--owl-color-border);
|
|
977
|
-
border-radius: calc(var(--owl-radius) * 2);
|
|
978
|
-
overflow: hidden;
|
|
979
|
-
display: grid;
|
|
980
|
-
grid-template-columns: 1fr;
|
|
981
|
-
grid-template-rows: auto 1fr auto;
|
|
982
|
-
}.LocationDetailsModal-module__root__PyRnLM {
|
|
983
|
-
position: absolute;
|
|
984
|
-
background-color: var(--owl-color-text-light);
|
|
985
|
-
box-shadow: 0px 4px 16px 0px var(--owl-color-text-disabled-transparent);
|
|
986
|
-
border: 1px solid var(--owl-color-border);
|
|
987
|
-
border-radius: calc(var(--owl-radius) * 2);
|
|
988
|
-
overflow: hidden;
|
|
989
|
-
display: grid;
|
|
990
|
-
grid-template-columns: 1fr;
|
|
991
|
-
grid-template-rows: auto 1fr auto;
|
|
992
|
-
}.MapContainer-module__root__1Os6Q- {
|
|
993
|
-
--filter-color: #323232;
|
|
994
|
-
position: relative;
|
|
995
|
-
isolation: isolate;
|
|
996
|
-
display: grid;
|
|
997
|
-
}
|
|
998
|
-
|
|
999
|
-
.MapContainer-module__mapWrapper__Cwe7qC {
|
|
1000
|
-
width: 100%;
|
|
1001
|
-
height: 100%;
|
|
1002
|
-
position: relative;
|
|
1003
|
-
}
|
|
1004
|
-
.MapContainer-module__mapWrapper__Cwe7qC::after {
|
|
1005
|
-
content: "";
|
|
1006
|
-
display: block;
|
|
1007
|
-
position: absolute;
|
|
1008
|
-
inset: 0;
|
|
1009
|
-
background-color: var(--owl-color-text-light);
|
|
1010
|
-
opacity: 0;
|
|
1011
|
-
transition: opacity 0.2s ease;
|
|
1012
|
-
pointer-events: none;
|
|
1013
|
-
}
|
|
1014
|
-
.MapContainer-module__mapWrapper__Cwe7qC.MapContainer-module__wrapperBlurred__04NN2L::after {
|
|
1015
|
-
opacity: 0.8;
|
|
1016
|
-
}
|
|
1017
|
-
|
|
1018
|
-
.MapContainer-module__locationSelector__Pr1zS- {
|
|
1019
|
-
position: absolute;
|
|
1020
|
-
inset-block-start: 20px;
|
|
1021
|
-
inset-inline-end: 20px;
|
|
1022
|
-
z-index: 1;
|
|
1023
|
-
width: clamp(320px, 50%, 520px);
|
|
1024
|
-
}
|
|
1025
|
-
|
|
1026
|
-
.MapContainer-module__filterButton__CW3Qv7 {
|
|
1027
|
-
position: absolute;
|
|
1028
|
-
cursor: pointer;
|
|
1029
|
-
z-index: 1;
|
|
1030
|
-
inset-block-start: 40px;
|
|
1031
|
-
inset-inline-start: 0;
|
|
1032
|
-
transition: opacity 0.2s ease;
|
|
1033
|
-
opacity: 1;
|
|
1034
|
-
background: var(--filter-color);
|
|
1035
|
-
border-start-end-radius: var(--owl-radius);
|
|
1036
|
-
border-end-end-radius: var(--owl-radius);
|
|
1037
|
-
}
|
|
1038
|
-
.MapContainer-module__filterButton__CW3Qv7.MapContainer-module__sidebarOpen__lGMVrJ {
|
|
1039
|
-
opacity: 0;
|
|
1040
|
-
}
|
|
1041
|
-
|
|
1042
|
-
.MapContainer-module__filterIcon__T01XsJ {
|
|
1043
|
-
width: 100%;
|
|
1044
|
-
height: 100%;
|
|
1045
|
-
}
|
|
1046
|
-
|
|
1047
|
-
.MapContainer-module__details__gM8LWX {
|
|
1048
|
-
--offset: 20px;
|
|
1049
|
-
z-index: 2;
|
|
1050
|
-
inset-block-start: var(--offset);
|
|
1051
|
-
inset-inline-end: var(--offset);
|
|
1052
|
-
width: 520px;
|
|
1053
|
-
max-height: calc(100% - var(--offset) * 2);
|
|
1054
|
-
}
|
|
1055
|
-
|
|
1056
|
-
@media (max-width: 1023px) {
|
|
1057
|
-
.MapContainer-module__details__gM8LWX {
|
|
1058
|
-
inset-inline-start: var(--offset);
|
|
1059
|
-
width: calc(100% - var(--offset) * 2);
|
|
1060
|
-
}
|
|
1061
|
-
}
|
|
1062
|
-
@media (max-width: 767px) {
|
|
1063
|
-
.MapContainer-module__root__1Os6Q- {
|
|
1064
|
-
display: flex;
|
|
1065
|
-
flex-direction: column;
|
|
1066
|
-
gap: 12px;
|
|
1067
|
-
}
|
|
1068
|
-
.MapContainer-module__filterButton__CW3Qv7 {
|
|
1069
|
-
all: unset;
|
|
1070
|
-
display: flex;
|
|
1071
|
-
align-items: center;
|
|
1072
|
-
justify-content: space-between;
|
|
1073
|
-
position: relative;
|
|
1074
|
-
border-radius: var(--owl-radius);
|
|
1075
|
-
padding-inline: 20px;
|
|
1076
|
-
}
|
|
1077
|
-
.MapContainer-module__filterButton__CW3Qv7.MapContainer-module__sidebarOpen__lGMVrJ {
|
|
1078
|
-
opacity: 1;
|
|
1079
|
-
}
|
|
1080
|
-
.MapContainer-module__filterIcon__T01XsJ {
|
|
1081
|
-
width: 28px;
|
|
1082
|
-
height: 28px;
|
|
1083
|
-
}
|
|
1084
|
-
.MapContainer-module__locationSelector__Pr1zS- {
|
|
1085
|
-
width: 100%;
|
|
1086
|
-
position: relative;
|
|
1087
|
-
inset-block-start: unset;
|
|
1088
|
-
inset-inline-end: unset;
|
|
1089
|
-
padding-inline: 20px;
|
|
1090
|
-
}
|
|
1091
|
-
}.Separator-module__root__eQtZey {
|
|
1092
|
-
margin-block: 24px;
|
|
1093
|
-
border: none;
|
|
1094
|
-
height: 1px;
|
|
1095
|
-
background-color: var(--owl-color-secondary);
|
|
1096
|
-
border-radius: 1px;
|
|
1097
|
-
}
|
|
1098
|
-
|
|
1099
|
-
@media (max-width: 767px) {
|
|
1100
|
-
.Separator-module__root__eQtZey {
|
|
1101
|
-
margin-block: 12px;
|
|
1102
|
-
}
|
|
1103
|
-
}.Sidebar-module__root__4j1MA3 {
|
|
1104
|
-
overflow: hidden;
|
|
1105
|
-
transition: opacity 0.2s ease;
|
|
1106
|
-
opacity: 0;
|
|
1107
|
-
min-width: 320px;
|
|
1108
|
-
}
|
|
1109
|
-
.Sidebar-module__root__4j1MA3 .Sidebar-module__closeButton__HLXy1c {
|
|
1110
|
-
position: relative;
|
|
1111
|
-
inset-block-start: 0;
|
|
1112
|
-
inset-inline-end: 0;
|
|
1113
|
-
}
|
|
1114
|
-
.Sidebar-module__root__4j1MA3.Sidebar-module__open__mqQXF6 {
|
|
1115
|
-
opacity: 1;
|
|
1116
|
-
}
|
|
1117
|
-
|
|
1118
|
-
.Sidebar-module__header__Afp6uz {
|
|
1119
|
-
position: relative;
|
|
1120
|
-
height: 32px;
|
|
1121
|
-
display: grid;
|
|
1122
|
-
place-content: start end;
|
|
1123
|
-
margin-inline-end: 12px;
|
|
1124
|
-
}
|
|
1125
|
-
|
|
1126
|
-
.Sidebar-module__typeFilter__GN46u9 {
|
|
1127
|
-
margin-block-end: 44px;
|
|
1128
|
-
}
|
|
1129
|
-
|
|
1130
|
-
.Sidebar-module__separator__6I4QoJ {
|
|
1131
|
-
margin-block-start: 48px;
|
|
1132
|
-
}
|
|
1133
|
-
|
|
1134
|
-
.Sidebar-module__withRightPadding__2u1Ina {
|
|
1135
|
-
padding-inline-end: 40px;
|
|
1136
|
-
}
|
|
1137
|
-
|
|
1138
|
-
.Sidebar-module__sheetContent__SaoncI {
|
|
1139
|
-
padding-inline: 20px;
|
|
1140
|
-
}
|
|
1141
|
-
|
|
1142
|
-
@media (max-width: 1023px) {
|
|
1143
|
-
.Sidebar-module__root__4j1MA3 {
|
|
1144
|
-
min-width: 240px;
|
|
1145
|
-
}
|
|
1146
|
-
}
|
|
1147
|
-
@media (max-width: 767px) {
|
|
1148
|
-
.Sidebar-module__header__Afp6uz {
|
|
1149
|
-
margin-inline-end: 0;
|
|
1150
|
-
}
|
|
1151
|
-
.Sidebar-module__withRightPadding__2u1Ina {
|
|
1152
|
-
padding-inline-end: 0;
|
|
1153
|
-
}
|
|
1154
|
-
.Sidebar-module__typeFilter__GN46u9 {
|
|
1155
|
-
margin-block-end: 0;
|
|
1156
|
-
}
|
|
1157
|
-
.Sidebar-module__separator__6I4QoJ {
|
|
1158
|
-
margin-block-start: 24px;
|
|
1159
|
-
}
|
|
1160
|
-
.Sidebar-module__doneButton__4aeaSD {
|
|
1161
|
-
font-size: 14px;
|
|
1162
|
-
font-weight: 700;
|
|
1163
|
-
color: var(--owl-color-primary);
|
|
1164
|
-
padding: 4px 8px;
|
|
1165
|
-
}
|
|
1166
|
-
}.Radio-module__root__7ElY2W {
|
|
1167
|
-
appearance: none;
|
|
1168
|
-
/* For iOS < 15 to remove gradient background */
|
|
1169
|
-
background-color: var(--owl-color-text-light);
|
|
1170
|
-
border-radius: 100vw;
|
|
1171
|
-
/* Not removed via appearance */
|
|
1172
|
-
margin: 0;
|
|
1173
|
-
}
|
|
1174
|
-
.Radio-module__root__7ElY2W::before {
|
|
1175
|
-
content: "";
|
|
1176
|
-
display: inline-block;
|
|
1177
|
-
width: 16px;
|
|
1178
|
-
height: 16px;
|
|
1179
|
-
border-radius: 50%;
|
|
1180
|
-
border: 1px solid var(--owl-color-border);
|
|
1181
|
-
background-color: var(--owl-color-secondary);
|
|
1182
|
-
vertical-align: middle;
|
|
1183
|
-
transition: background-color 0.2s ease, border-color 0.2s ease;
|
|
1184
|
-
}
|
|
1185
|
-
.Radio-module__root__7ElY2W:checked::before {
|
|
1186
|
-
background-color: var(--owl-color-primary);
|
|
1187
|
-
border-color: var(--owl-color-primary-dark);
|
|
1188
|
-
}
|
|
1189
|
-
.Radio-module__root__7ElY2W:disabled {
|
|
1190
|
-
border-color: var(--owl-color-text-disabled);
|
|
1191
|
-
background-color: var(--owl-color-text-disabled);
|
|
1192
|
-
}
|
|
1193
|
-
.Radio-module__root__7ElY2W:not(:disabled) {
|
|
1194
|
-
cursor: pointer;
|
|
1195
|
-
}
|
|
1196
|
-
|
|
1197
|
-
.Radio-module__label__c-sYW3 {
|
|
1198
|
-
display: flex;
|
|
1199
|
-
align-items: center;
|
|
1200
|
-
gap: 8px;
|
|
1201
|
-
padding-block: 8px;
|
|
1202
|
-
transition: color 0.2s ease;
|
|
1203
|
-
font-size: 14px;
|
|
1204
|
-
font-weight: 600;
|
|
1205
|
-
line-height: 16px;
|
|
1206
|
-
}
|
|
1207
|
-
.Radio-module__label__c-sYW3:has(.Radio-module__root__7ElY2W:checked) {
|
|
1208
|
-
color: var(--owl-color-primary);
|
|
1209
|
-
}
|
|
1210
|
-
.Radio-module__label__c-sYW3:has(.Radio-module__root__7ElY2W:not(:disabled)) {
|
|
1211
|
-
cursor: pointer;
|
|
1212
|
-
}.RadioGroup-module__root__ewZw-x {
|
|
1213
|
-
display: flex;
|
|
1214
|
-
flex-direction: column;
|
|
1215
|
-
gap: 8px;
|
|
1216
|
-
}
|
|
1217
|
-
|
|
1218
|
-
.RadioGroup-module__body__k8BJAs {
|
|
1219
|
-
display: flex;
|
|
1220
|
-
flex-direction: column;
|
|
1221
|
-
}
|
|
1222
|
-
|
|
1223
|
-
.RadioGroup-module__legend__tcfV7q {
|
|
1224
|
-
font-size: 16px;
|
|
1225
|
-
font-weight: 600;
|
|
1226
|
-
line-height: 22px;
|
|
1227
|
-
}.TypeFilter-module__root__WH5EQV {
|
|
1228
|
-
display: flex;
|
|
1229
|
-
flex-direction: column;
|
|
1230
|
-
gap: 10px;
|
|
1231
|
-
}
|
|
1232
|
-
|
|
1233
|
-
@media (max-width: 767px) {
|
|
1234
|
-
.TypeFilter-module__root__WH5EQV {
|
|
1235
|
-
flex-direction: row;
|
|
1236
|
-
}
|
|
1237
|
-
.TypeFilter-module__root__WH5EQV .TypeFilter-module__button__f0mSfo {
|
|
1238
|
-
flex-grow: 1;
|
|
1239
|
-
}
|
|
1240
|
-
}[data-rsbs-overlay] {
|
|
1241
|
-
border-top-left-radius: 16px;
|
|
1242
|
-
border-top-left-radius: var(--rsbs-overlay-rounded,16px);
|
|
1243
|
-
border-top-right-radius: 16px;
|
|
1244
|
-
border-top-right-radius: var(--rsbs-overlay-rounded,16px);
|
|
1245
|
-
display: flex;
|
|
1246
|
-
background: #fff;
|
|
1247
|
-
background: var(--rsbs-bg,#fff);
|
|
1248
|
-
flex-direction: column;
|
|
1249
|
-
height: 0px;
|
|
1250
|
-
height: var(--rsbs-overlay-h,0px);
|
|
1251
|
-
transform: translate3d(0, 0px, 0);
|
|
1252
|
-
transform: translate3d(0, var(--rsbs-overlay-translate-y,0px), 0);
|
|
1253
|
-
will-change: height;
|
|
1254
|
-
}
|
|
1255
|
-
|
|
1256
|
-
[data-rsbs-overlay]:focus {
|
|
1257
|
-
outline: none;
|
|
1258
|
-
}
|
|
1259
|
-
|
|
1260
|
-
[data-rsbs-is-blocking='false'] [data-rsbs-overlay] {
|
|
1261
|
-
box-shadow: 0 -5px 60px 0 rgba(38, 89, 115, 0.11),
|
|
1262
|
-
0 -1px 0 rgba(38, 89, 115, 0.05);
|
|
1263
|
-
}
|
|
1264
|
-
|
|
1265
|
-
[data-rsbs-overlay],
|
|
1266
|
-
[data-rsbs-root]:after {
|
|
1267
|
-
max-width: auto;
|
|
1268
|
-
max-width: var(--rsbs-max-w,auto);
|
|
1269
|
-
margin-left: env(safe-area-inset-left);
|
|
1270
|
-
margin-left: var(--rsbs-ml,env(safe-area-inset-left));
|
|
1271
|
-
margin-right: env(safe-area-inset-right);
|
|
1272
|
-
margin-right: var(--rsbs-mr,env(safe-area-inset-right));
|
|
1273
|
-
}
|
|
1274
|
-
|
|
1275
|
-
[data-rsbs-overlay],
|
|
1276
|
-
[data-rsbs-backdrop],
|
|
1277
|
-
[data-rsbs-root]:after {
|
|
1278
|
-
z-index: 3;
|
|
1279
|
-
-ms-scroll-chaining: none;
|
|
1280
|
-
overscroll-behavior: none;
|
|
1281
|
-
touch-action: none;
|
|
1282
|
-
position: fixed;
|
|
1283
|
-
right: 0;
|
|
1284
|
-
bottom: 0;
|
|
1285
|
-
left: 0;
|
|
1286
|
-
-webkit-user-select: none;
|
|
1287
|
-
-moz-user-select: none;
|
|
1288
|
-
-ms-user-select: none;
|
|
1289
|
-
user-select: none;
|
|
1290
|
-
-webkit-tap-highlight-color: transparent;
|
|
1291
|
-
-webkit-touch-callout: none;
|
|
1292
|
-
}
|
|
1293
|
-
|
|
1294
|
-
[data-rsbs-backdrop] {
|
|
1295
|
-
top: -60px;
|
|
1296
|
-
bottom: -60px;
|
|
1297
|
-
background-color: rgba(0, 0, 0, 0.6);
|
|
1298
|
-
background-color: var(--rsbs-backdrop-bg,rgba(0, 0, 0, 0.6));
|
|
1299
|
-
will-change: opacity;
|
|
1300
|
-
cursor: pointer;
|
|
1301
|
-
opacity: 1;
|
|
1302
|
-
}
|
|
1303
|
-
|
|
1304
|
-
[data-rsbs-is-dismissable='false'] [data-rsbs-backdrop] {
|
|
1305
|
-
cursor: ns-resize;
|
|
1306
|
-
}
|
|
1307
|
-
|
|
1308
|
-
[data-rsbs-root]:after {
|
|
1309
|
-
content: '';
|
|
1310
|
-
pointer-events: none;
|
|
1311
|
-
background: #fff;
|
|
1312
|
-
background: var(--rsbs-bg,#fff);
|
|
1313
|
-
height: 1px;
|
|
1314
|
-
transform-origin: bottom;
|
|
1315
|
-
transform: scale3d(1, 0, 1);
|
|
1316
|
-
transform: scale3d(1, var(--rsbs-antigap-scale-y,0), 1);
|
|
1317
|
-
will-change: transform;
|
|
1318
|
-
}
|
|
1319
|
-
|
|
1320
|
-
[data-rsbs-footer],
|
|
1321
|
-
[data-rsbs-header] {
|
|
1322
|
-
flex-shrink: 0;
|
|
1323
|
-
cursor: ns-resize;
|
|
1324
|
-
padding: 16px;
|
|
1325
|
-
}
|
|
1326
|
-
|
|
1327
|
-
[data-rsbs-header] {
|
|
1328
|
-
text-align: center;
|
|
1329
|
-
-webkit-user-select: none;
|
|
1330
|
-
-moz-user-select: none;
|
|
1331
|
-
-ms-user-select: none;
|
|
1332
|
-
user-select: none;
|
|
1333
|
-
box-shadow: 0 1px 0
|
|
1334
|
-
rgba(46, 59, 66, calc(1 * 0.125));
|
|
1335
|
-
box-shadow: 0 1px 0
|
|
1336
|
-
rgba(46, 59, 66, calc(var(--rsbs-content-opacity,1) * 0.125));
|
|
1337
|
-
z-index: 1;
|
|
1338
|
-
padding-top: calc(20px + env(safe-area-inset-top));
|
|
1339
|
-
padding-bottom: 8px;
|
|
1340
|
-
}
|
|
1341
|
-
|
|
1342
|
-
[data-rsbs-header]:before {
|
|
1343
|
-
position: absolute;
|
|
1344
|
-
content: '';
|
|
1345
|
-
display: block;
|
|
1346
|
-
width: 36px;
|
|
1347
|
-
height: 4px;
|
|
1348
|
-
top: calc(8px + env(safe-area-inset-top));
|
|
1349
|
-
left: 50%;
|
|
1350
|
-
transform: translateX(-50%);
|
|
1351
|
-
border-radius: 2px;
|
|
1352
|
-
background-color: hsla(0, 0%, 0%, 0.14);
|
|
1353
|
-
background-color: var(--rsbs-handle-bg,hsla(0, 0%, 0%, 0.14));
|
|
1354
|
-
}
|
|
1355
|
-
|
|
1356
|
-
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
|
|
1357
|
-
[data-rsbs-header]:before {
|
|
1358
|
-
transform: translateX(-50%) scaleY(0.75);
|
|
1359
|
-
}
|
|
1360
|
-
}
|
|
1361
|
-
|
|
1362
|
-
[data-rsbs-has-header='false'] [data-rsbs-header] {
|
|
1363
|
-
box-shadow: none;
|
|
1364
|
-
padding-top: calc(12px + env(safe-area-inset-top));
|
|
1365
|
-
}
|
|
1366
|
-
|
|
1367
|
-
[data-rsbs-scroll] {
|
|
1368
|
-
flex-shrink: 1;
|
|
1369
|
-
flex-grow: 1;
|
|
1370
|
-
-webkit-tap-highlight-color: revert;
|
|
1371
|
-
-webkit-touch-callout: revert;
|
|
1372
|
-
-webkit-user-select: auto;
|
|
1373
|
-
-ms-user-select: auto;
|
|
1374
|
-
-moz-user-select: auto;
|
|
1375
|
-
user-select: auto;
|
|
1376
|
-
overflow: auto;
|
|
1377
|
-
-ms-scroll-chaining: none;
|
|
1378
|
-
overscroll-behavior: contain;
|
|
1379
|
-
-webkit-overflow-scrolling: touch;
|
|
1380
|
-
}
|
|
1381
|
-
|
|
1382
|
-
[data-rsbs-scroll]:focus {
|
|
1383
|
-
outline: none;
|
|
1384
|
-
}
|
|
1385
|
-
|
|
1386
|
-
[data-rsbs-has-footer='false'] [data-rsbs-content] {
|
|
1387
|
-
padding-bottom: env(safe-area-inset-bottom);
|
|
1388
|
-
}
|
|
1389
|
-
|
|
1390
|
-
[data-rsbs-content] {
|
|
1391
|
-
/* The overflow hidden is to ensure any margin on child nodes are included when the resize observer is measuring the height */
|
|
1392
|
-
overflow: hidden;
|
|
1393
|
-
}
|
|
1394
|
-
|
|
1395
|
-
[data-rsbs-footer] {
|
|
1396
|
-
box-shadow: 0 -1px 0 rgba(46, 59, 66, calc(1 * 0.125)),
|
|
1397
|
-
0 2px 0 #fff;
|
|
1398
|
-
box-shadow: 0 -1px 0 rgba(46, 59, 66, calc(var(--rsbs-content-opacity,1) * 0.125)),
|
|
1399
|
-
0 2px 0 var(--rsbs-bg,#fff);
|
|
1400
|
-
overflow: hidden;
|
|
1401
|
-
z-index: 1;
|
|
1402
|
-
padding-bottom: calc(16px + env(safe-area-inset-bottom));
|
|
1403
|
-
}
|
|
1404
|
-
|
|
1405
|
-
[data-rsbs-is-dismissable='true'] [data-rsbs-header] > *, [data-rsbs-is-dismissable='true'] [data-rsbs-scroll] > *, [data-rsbs-is-dismissable='true'] [data-rsbs-footer] > *, [data-rsbs-is-dismissable='false'][data-rsbs-state='opening'] [data-rsbs-header] > *, [data-rsbs-is-dismissable='false'][data-rsbs-state='closing'] [data-rsbs-header] > *, [data-rsbs-is-dismissable='false'][data-rsbs-state='opening'] [data-rsbs-scroll] > *, [data-rsbs-is-dismissable='false'][data-rsbs-state='closing'] [data-rsbs-scroll] > *, [data-rsbs-is-dismissable='false'][data-rsbs-state='opening'] [data-rsbs-footer] > *, [data-rsbs-is-dismissable='false'][data-rsbs-state='closing'] [data-rsbs-footer] > * {
|
|
1406
|
-
opacity: 1;
|
|
1407
|
-
opacity: var(--rsbs-content-opacity,1);
|
|
1408
|
-
}
|
|
1409
|
-
|
|
1410
|
-
[data-rsbs-is-dismissable='true'] [data-rsbs-backdrop], [data-rsbs-is-dismissable='false'][data-rsbs-state='opening'] [data-rsbs-backdrop], [data-rsbs-is-dismissable='false'][data-rsbs-state='closing'] [data-rsbs-backdrop] {
|
|
1411
|
-
opacity: 1;
|
|
1412
|
-
opacity: var(--rsbs-backdrop-opacity,1);
|
|
1413
|
-
}
|
|
1414
|
-
|
|
1415
|
-
[data-rsbs-state='closed'],
|
|
1416
|
-
[data-rsbs-state='closing'] {
|
|
1417
|
-
/* Allows interactions on the rest of the page before the close transition is finished */
|
|
1418
|
-
pointer-events: none;
|
|
1419
|
-
}
|
|
1420
|
-
.App-module__map__Kf-2JS {
|
|
1421
|
-
grid-area: map;
|
|
1422
|
-
}
|
|
1423
|
-
|
|
1424
|
-
.App-module__sidebar__ORIzGk {
|
|
1425
|
-
grid-area: sidebar;
|
|
1426
|
-
}
|
|
1427
|
-
|
|
1428
|
-
.App-module__header__bgP9DA {
|
|
1429
|
-
grid-area: header;
|
|
1430
|
-
}
|
|
1431
|
-
|
|
1432
|
-
@media (max-width: 767px) {
|
|
1433
|
-
.App-module__sidebar__ORIzGk {
|
|
1434
|
-
margin-block-start: 0;
|
|
1435
|
-
}
|
|
1436
|
-
.App-module__header__bgP9DA {
|
|
1437
|
-
margin-block: 8px;
|
|
1438
|
-
}
|
|
1439
|
-
}
|
|
1
|
+
:root{--owl-color-primary: #1760ee;--owl-color-primary-dark: #194fb8;--owl-color-secondary: #dfe1e5;--owl-color-error: #cc0000;--owl-color-success: #00c10e;--owl-color-text-dark: #000000;--owl-color-text-light: #ffffff;--owl-color-text-light-transparent: rgba(255, 255, 255, .4588235294);--owl-color-text-disabled: #929db2;--owl-color-text-disabled-transparent: rgba(146, 157, 178, .2);--owl-color-border: #d3d7de;--owl-color-graphite: #cbcfd4;--owl-color-graphite-20: #e5e7ea;--owl-color-grey-80: #333333;--owl-color-black: #000000;--owl-radius: 8px;--owl-button-radius: 8px;--owl-font: Roboto, sans-serif}[id="@omnic/widget-locations"]{isolation:isolate;position:relative;font-family:var(--owl-font);width:100%;height:100%;overflow:hidden;color:var(--owl-color-text-dark)}.pac-container{border-radius:var(--owl-radius);margin-block-start:8px;font-family:var(--owl-font)}.pac-container>*{font-family:inherit}.pac-container:after{display:none}.pac-container .pac-item{padding:16px;display:flex;flex-direction:column;gap:4px;position:relative;cursor:pointer;text-align:start}.pac-container .pac-item .pac-item-query{font-size:16px;line-height:20px}.pac-container .pac-item .pac-item-query+span{font-size:14px;line-height:1.4}.pac-container .pac-item .pac-icon{display:none}.pac-container .pac-item:after{content:"";width:16px;height:16px;background-color:var(--owl-color-primary);-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 8.00003C12.5 8.28678 12.392 8.5735 12.1763 8.79212L5.38748 15.6718C4.95562 16.1094 4.25544 16.1094 3.82376 15.6718C3.39208 15.2343 3.39208 14.5249 3.82376 14.0872L9.83091 8.00003L3.82397 1.91279C3.39229 1.47515 3.39229 0.765811 3.82397 0.328387C4.25565 -0.109461 4.95583 -0.109461 5.38769 0.328387L12.1765 7.20793C12.3922 7.42666 12.5 7.71338 12.5 8.00003Z' fill='currentcolor' /%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 8.00003C12.5 8.28678 12.392 8.5735 12.1763 8.79212L5.38748 15.6718C4.95562 16.1094 4.25544 16.1094 3.82376 15.6718C3.39208 15.2343 3.39208 14.5249 3.82376 14.0872L9.83091 8.00003L3.82397 1.91279C3.39229 1.47515 3.39229 0.765811 3.82397 0.328387C4.25565 -0.109461 4.95583 -0.109461 5.38769 0.328387L12.1765 7.20793C12.3922 7.42666 12.5 7.71338 12.5 8.00003Z' fill='currentcolor' /%3E%3C/svg%3E%0A");display:block;position:absolute;inset-block-start:50%;inset-inline-end:16px;transform:translateY(-50%)}reach-portal{font-family:var(--owl-font)}.Overlay-module__root__3qTsUC{inset-block-start:0;inset-inline-start:0;width:100%;height:100%;z-index:var(--z-index-overlay);background-color:var(--owl-color-text-light);display:flex;justify-content:center;align-items:center;overflow:hidden}.Spinner-module__loader__U4GVhD,.Spinner-module__loader__U4GVhD:after{border-radius:50%;width:10em;height:10em}.Spinner-module__loader__U4GVhD{--border-width: 1.1em;margin:60px auto;font-size:10px;position:relative;text-indent:-9999em;border-top:var(--border-width) solid var(--owl-color-text-disabled);border-right:var(--border-width) solid var(--owl-color-text-disabled);border-bottom:var(--border-width) solid var(--owl-color-text-disabled);border-left:var(--border-width) solid var(--owl-color-primary);transform:translateZ(0);animation:Spinner-module__loader__U4GVhD 1.1s infinite linear}@-webkit-keyframes Spinner-module__loader__U4GVhD{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes Spinner-module__loader__U4GVhD{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Button-module__root__8RX49h{border:none;font-size:16px;font-weight:600;line-height:20px;cursor:pointer;outline:none;transition:color .2s ease,background-color .2s ease}.Button-module__root__8RX49h:disabled{cursor:default;pointer-events:none;color:var(--owl-color-text-disabled)}button.Button-module__root__8RX49h{padding-block:12px;border-radius:var(--owl-button-radius)}button.Button-module__primary__st6yY9{color:var(--owl-color-text-light);background-color:var(--owl-color-primary)}@media (any-hover: hover){button.Button-module__primary__st6yY9:hover{background-color:var(--owl-color-primary-dark)}}button.Button-module__primary__st6yY9:disabled{background-color:var(--owl-color-border)}button.Button-module__secondary__j-3rjz{color:var(--owl-color-primary);background-color:var(--owl-color-secondary)}button.Button-module__secondary__j-3rjz:disabled{background-color:var(--owl-color-border)}a.Button-module__root__8RX49h{text-decoration:none}a.Button-module__primary__st6yY9{color:var(--owl-color-primary)}@media (any-hover: hover){a.Button-module__primary__st6yY9:hover{color:var(--owl-color-primary-dark)}}a.Button-module__secondary__j-3rjz{color:var(--owl-color-text-disabled)}@media (any-hover: hover){a.Button-module__secondary__j-3rjz:hover{color:var(--owl-color-text-dark)}}.Button-module__loading__QfItr2{position:relative;display:grid;place-items:center}.Button-module__loading__QfItr2 .Button-module__spinner__kVZYqS{--border-width: .25em;margin:0;width:2em;height:2em}.LocationBalloon-module__root__GtUl6q{display:flex;flex-direction:column;gap:16px}.LocationBalloon-module__root__GtUl6q .LocationBalloon-module__submit__lNcF4k{min-width:unset;padding-inline:32px}.LocationBalloon-module__root__GtUl6q .LocationBalloon-module__details__--VOKk{display:flex;align-items:center;gap:4px}.LocationBalloon-module__icon__X7DOVA{display:grid;place-content:center;width:40px;height:40px;flex-shrink:0;border-radius:100vw;border:1px solid var(--owl-color-graphite-20);background:var(--owl-color-text-light)}.LocationBalloon-module__header__5VQJDW{display:flex;align-items:center;gap:8px;padding-block-end:16px;border-bottom:1px solid var(--owl-color-border)}.LocationBalloon-module__title__bX9pf8{font-size:16px;line-height:22px;font-weight:600;padding-inline-end:16px}.LocationBalloon-module__description__htav7b{font-size:14px;font-weight:400;line-height:20px}.LocationBalloon-module__actions__c8dlOR{display:flex;gap:16px;align-items:center}.CloseButton-module__root__2m1asd{color:var(--owl-color-primary);background-color:var(--owl-color-text-light);cursor:pointer;width:24px;aspect-ratio:1;display:grid;place-items:center}@media (any-hover: hover){.CloseButton-module__root__2m1asd:hover{color:var(--owl-color-primary-dark)}}.CloseButton-module__absolutePositionVariant__lGX4cQ{position:absolute;inset-block-start:16px;inset-inline-end:16px}.CloseButton-module__relativePositionVariant__LqTTWf{position:relative}.LocationView-module__title__-wT0bl{display:flex;align-items:center;gap:12px;font-size:16px;font-weight:600;line-height:20px}.LocationView-module__title__-wT0bl .LocationView-module__logo__jDjNMt{display:grid;place-content:center;width:50px;height:50px;flex-shrink:0;border-radius:100vw;border:1px solid var(--owl-color-graphite-20);background:var(--owl-color-text-light)}.LocationView-module__header__K0gBYX{outline:none;padding:24px 16px 16px;border-bottom:1px solid var(--owl-color-border)}.LocationView-module__content__wtOPjm{display:flex;flex-direction:column;gap:24px;padding:16px;font-size:14px;line-height:20px;overflow-y:auto}.LocationView-module__content__wtOPjm::-webkit-scrollbar{width:4px;height:4px;cursor:pointer}.LocationView-module__content__wtOPjm::-webkit-scrollbar-track{box-shadow:none;background-color:var(--owl-color-text-light)}.LocationView-module__content__wtOPjm::-webkit-scrollbar-thumb{border-radius:100vw;background-color:var(--owl-color-border);cursor:pointer}@media (any-hover: hover){.LocationView-module__content__wtOPjm::-webkit-scrollbar-thumb:hover,.LocationView-module__content__wtOPjm::-webkit-scrollbar-thumb:active{background-color:var(--owl-color-text-disabled)}}@media (any-hover: hover){.LocationView-module__content__wtOPjm::-webkit-scrollbar-thumb:hover{cursor:pointer}}.LocationView-module__section__2J1zAJ{display:flex;flex-direction:column;gap:4px}.LocationView-module__section__2J1zAJ span{font-weight:600}.LocationView-module__chips__ALwJDx{display:flex;gap:8px}.LocationView-module__services__IgJ4ba{display:flex;flex-direction:column;gap:4px}.LocationView-module__images__-wKmRM{display:flex;gap:20px;max-width:100%;overflow-x:auto;scroll-snap-type:x mandatory;min-height:165px}.LocationView-module__images__-wKmRM::-webkit-scrollbar{width:4px;height:4px;cursor:pointer}.LocationView-module__images__-wKmRM::-webkit-scrollbar-track{box-shadow:none;background-color:var(--owl-color-text-light)}.LocationView-module__images__-wKmRM::-webkit-scrollbar-thumb{border-radius:100vw;background-color:var(--owl-color-border);cursor:pointer}@media (any-hover: hover){.LocationView-module__images__-wKmRM::-webkit-scrollbar-thumb:hover,.LocationView-module__images__-wKmRM::-webkit-scrollbar-thumb:active{background-color:var(--owl-color-text-disabled)}}@media (any-hover: hover){.LocationView-module__images__-wKmRM::-webkit-scrollbar-thumb:hover{cursor:pointer}}.LocationView-module__image__T1E-gt{flex-shrink:0;width:220px;aspect-ratio:220/140;scroll-snap-align:start;border-radius:var(--owl-radius);object-fit:cover}.LocationView-module__actions__NuafMj{padding:16px 16px 24px}.LocationView-module__actions__NuafMj.LocationView-module__actionsHidden__-vX5kK{display:none}.LocationView-module__actions__NuafMj .LocationView-module__submit__c-Hc8u{width:100%}.LocationView-module__scheduleItem__RhAgat{padding:0}@media (max-width: 767px){.LocationView-module__header__K0gBYX{padding-block-start:0}}.MapGoogle-module__root__Vi-sMl{width:100%;height:100%;border:1px solid var(--owl-color-border);border-radius:var(--owl-radius);position:relative;isolation:isolate}.MapGoogle-module__root__Vi-sMl div[role=dialog]{padding:unset!important;padding:12px!important;padding-block-end:0!important;padding-inline-end:0!important}.MapGoogle-module__root__Vi-sMl div[role=dialog]>button{opacity:1!important;top:unset!important;right:unset!important;inset-block-start:12px!important;inset-inline-end:12px!important;width:26px!important;height:26px!important}.MapGoogle-module__root__Vi-sMl div[role=dialog]>button>span{margin:0!important;width:100%!important;height:100%!important;background-color:var(--owl-color-primary);transition:background-color .2s ease}.MapGoogle-module__root__Vi-sMl div[role=dialog]>button>span:hover{background-color:var(--owl-color-primary-dark)}.MapGoogle-module__mapContainer__OCCTIX{position:relative;width:100%;height:100%}.MapGoogle-module__balloon__4UVhuT{max-width:400px}.MapGoogle-module__details__4osNXn{--offset: 20px;z-index:20;inset-block-start:var(--offset);inset-inline-end:var(--offset);inset-block-end:var(--offset);width:calc(50% - var(--offset))}.MapGoogle-module__cluster__5qmRds{fill:var(--owl-color-primary)}.MapGoogle-module__cluster__5qmRds:has(img)>img{display:none}.MapGoogle-module__cluster__5qmRds:has(img)>div{font-size:13px!important;font-weight:400!important;border:8px solid var(--owl-color-primary);border-radius:100vw;height:100%;display:flex;align-items:center;justify-content:center;background-color:var(--owl-color-text-light);box-shadow:0 0 0 2px var(--owl-color-text-light-transparent);pointer-events:none}.MapGoogle-module__overlay__g-nEoT{position:absolute;background-color:var(--owl-color-text-light-transparent);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.MapGoogle-module__mapControl__mzyTwr{background-color:var(--owl-color-primary);border-radius:8px;color:#fff;width:40px;height:40px;display:grid;place-content:center;font-size:24px;cursor:pointer;margin-right:16px;-webkit-user-select:none;user-select:none}.MapGoogle-module__mapControl__mzyTwr+.MapGoogle-module__mapControl__mzyTwr{margin-top:4px}.MapGoogle-module__mapControl__mzyTwr.MapGoogle-module__geolocationControl__1exHgA{margin-bottom:26px;color:var(--owl-color-primary)}.MapGoogle-module__mapControl__mzyTwr:last-of-type{margin-bottom:16px}@media (max-width: 1023px){.MapGoogle-module__details__4osNXn{inset-inline-start:var(--offset);width:calc(100% - var(--offset) * 2)}}@media (max-width: 767px){.MapGoogle-module__root__Vi-sMl{border-radius:unset}.MapGoogle-module__bottomSheet__avcBmY{padding-inline:20px;padding-block-end:20px}.MapGoogle-module__bottomSheet__avcBmY .MapGoogle-module__locationViewContent__xwLeDh,.MapGoogle-module__bottomSheet__avcBmY .MapGoogle-module__locationViewHeader__maBLv0,.MapGoogle-module__bottomSheet__avcBmY .MapGoogle-module__deliveryDetailsViewContent__wH-RCe,.MapGoogle-module__bottomSheet__avcBmY .MapGoogle-module__deliveryDetailsViewHeader__4AKoBe{padding-inline:0}.MapGoogle-module__sheetSubmit__rPQG26{width:100%}}.DeliveryBalloon-module__root__Nu90iy{display:flex;flex-direction:column;gap:16px}.DeliveryBalloon-module__root__Nu90iy .DeliveryBalloon-module__details__eqUTaI{width:100%;min-width:280px;display:flex;align-items:center;justify-content:center}.DeliveryBalloon-module__header__JVdyxN{display:flex;align-items:center;gap:8px;padding-block-end:16px;border-bottom:1px solid var(--owl-color-border)}.DeliveryBalloon-module__title__-zKKCt{font-size:16px;line-height:22px;font-weight:600}.DeliveryBalloon-module__description__no5-ki{font-size:14px;font-weight:400;line-height:20px}.DeliveryBalloon-module__actions__C-N0H-{display:flex;gap:16px;align-items:center}.DeliveryBalloon-module__errorVariant__e6uhZl .DeliveryBalloon-module__logo__62gC5h,.DeliveryBalloon-module__errorVariant__e6uhZl .DeliveryBalloon-module__title__-zKKCt{color:var(--owl-color-error)}.Chip-module__root__zsoSyP{background-color:var(--owl-color-secondary);border-radius:100vw;padding:8px 16px;cursor:pointer;transition:background-color .2s ease,color .2s ease}@media (any-hover: hover){.Chip-module__root__zsoSyP:hover{background-color:var(--owl-color-border)}}.Chip-module__root__zsoSyP.Chip-module__active__BlTSFB{background-color:var(--owl-color-primary);color:var(--owl-color-text-light)}.TextArea-module__root__8YFknR{outline:none;border-radius:var(--owl-radius);border:1px solid var(--owl-color-border);font-family:var(--owl-font);font-size:16px;padding:18px 20px}.DeliveryDetailsView-module__title__azeoUr{display:flex;align-items:center;gap:12px;font-size:16px;font-weight:600;line-height:20px}.DeliveryDetailsView-module__title__azeoUr .DeliveryDetailsView-module__logo__4zZtpM{width:50px;height:50px}.DeliveryDetailsView-module__header__oDE9He{outline:none;padding:24px 16px 16px;border-bottom:1px solid var(--owl-color-border)}.DeliveryDetailsView-module__content__6P27SY{display:flex;flex-direction:column;gap:24px;padding:16px;font-size:14px;line-height:20px;overflow-y:auto}.DeliveryDetailsView-module__content__6P27SY::-webkit-scrollbar{width:4px;height:4px;cursor:pointer}.DeliveryDetailsView-module__content__6P27SY::-webkit-scrollbar-track{box-shadow:none;background-color:var(--owl-color-text-light)}.DeliveryDetailsView-module__content__6P27SY::-webkit-scrollbar-thumb{border-radius:100vw;background-color:var(--owl-color-border);cursor:pointer}@media (any-hover: hover){.DeliveryDetailsView-module__content__6P27SY::-webkit-scrollbar-thumb:hover,.DeliveryDetailsView-module__content__6P27SY::-webkit-scrollbar-thumb:active{background-color:var(--owl-color-text-disabled)}}@media (any-hover: hover){.DeliveryDetailsView-module__content__6P27SY::-webkit-scrollbar-thumb:hover{cursor:pointer}}.DeliveryDetailsView-module__section__2M3Qip{display:flex;flex-direction:column;gap:4px}.DeliveryDetailsView-module__section__2M3Qip span{font-weight:600}.DeliveryDetailsView-module__chips__KmYgha{display:flex;gap:8px}.DeliveryDetailsView-module__actions__43XZ-V{padding:16px 16px 24px}.DeliveryDetailsView-module__actions__43XZ-V .DeliveryDetailsView-module__submit__58LKBw{width:100%}.DeliveryDetailsView-module__actions__43XZ-V.DeliveryDetailsView-module__actionsHidden__SW-67b{display:none}.DeliveryDetailsView-module__commentSection__GlX1A2{flex:1}.DeliveryDetailsView-module__comment__2pGG6h{height:100%}@media (max-width: 767px){.DeliveryDetailsView-module__header__oDE9He{padding-block-start:0}}.CurrentLocation-module__root__AeQCGT{display:flex;gap:10px;align-items:center;cursor:pointer}.CurrentLocation-module__icon__459m9q{color:var(--owl-color-primary)}.CurrentLocation-module__text__w-9v28{font-size:16px;line-height:19px}@media (max-width: 767px){.CurrentLocation-module__root__AeQCGT{gap:6px}.CurrentLocation-module__icon__459m9q{width:14px;height:16px}}.Header-module__root__Pe4MYp{display:flex;align-items:center;gap:10px}.Header-module__nav__wtnkmT{display:flex;align-items:center;gap:40px;flex:1}.Header-module__nav__wtnkmT:not(:has(.Header-module__navItem__-Fy63Z)){justify-content:flex-end}.Header-module__navItem__-Fy63Z:last-of-type{flex:1}.Header-module__logo__xO2bWO{height:80px;display:grid;place-items:center start;flex:0 0 320px}@media (max-width: 1023px){.Header-module__logo__xO2bWO{flex:0 0 240px}}@media (max-width: 767px){.Header-module__root__Pe4MYp{flex-direction:column;align-items:flex-start;justify-content:center}.Header-module__nav__wtnkmT{display:none}.Header-module__navItem__-Fy63Z{font-size:14px}.Header-module__logo__xO2bWO{height:12px;flex:unset;margin-inline:auto;color:var(--owl-color-graphite)}.Header-module__logo__xO2bWO svg{width:100%;height:100%}}.Layout-module__root__qzPL-f{isolation:isolate;position:relative;font-family:var(--owl-font);width:100%;height:100%;overflow:hidden;color:var(--owl-color-text-dark);min-height:100%;transition:grid-template-columns .2s ease,grid-template-rows .2s ease;display:grid;grid-template-areas:"header header header" "sidebar map map" "sidebar map map";grid-template-columns:0 1fr 1fr;grid-template-rows:80px 1fr 1fr}.Layout-module__root__qzPL-f.Layout-module__headerHidden__JEN-d0{grid-template-areas:"sidebar map map" "sidebar map map";grid-template-columns:0 1fr 1fr;grid-template-rows:1fr 1fr}.Layout-module__root__qzPL-f.Layout-module__sidebarHidden__x017O3{grid-template-areas:"header header header" "map map map";grid-template-columns:0 1fr 1fr;grid-template-rows:80px 1fr}.Layout-module__root__qzPL-f.Layout-module__headerHidden__JEN-d0.Layout-module__sidebarHidden__x017O3{grid-template-areas:"map";grid-template-rows:1fr;grid-template-columns:1fr}.Layout-module__root__qzPL-f.Layout-module__sidebarOpen__IZnIjs{grid-template-columns:320px 1fr 1fr}@media (max-width: 1023px){.Layout-module__root__qzPL-f.Layout-module__sidebarOpen__IZnIjs{grid-template-columns:240px 1fr 1fr}}@media (max-width: 767px){.Layout-module__root__qzPL-f{grid-template-areas:"header" "map";grid-template-columns:1fr;grid-template-rows:auto 1fr}.Layout-module__root__qzPL-f.Layout-module__sidebarOpen__IZnIjs{grid-template-columns:1fr;grid-template-rows:auto 1fr}}.Aside-module__root__EotK2f{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .2s ease;isolation:isolate;pointer-events:none;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.Aside-module__root__EotK2f.Aside-module__open__Zwmbs5{opacity:1;pointer-events:all}.Aside-module__overlay__slLdHF{position:absolute;top:0;right:0;bottom:0;left:0;width:200%;background-color:#1d366566;z-index:0}.Aside-module__container__28P4wq{position:absolute;inset-block-start:0;inset-inline-end:0;inset-block-end:0;z-index:1;width:100%;background-color:var(--owl-color-text-light);transition:transform .2s ease;transform:translate(100%)}.Aside-module__open__Zwmbs5 .Aside-module__container__28P4wq{transform:translate(0)}.Input-module__root__TF9IiD{display:flex;flex-direction:column;gap:8px}.Input-module__root__TF9IiD:has(.Input-module__endAdornment__m40K5R) .Input-module__input__505b7i{padding-inline-end:60px}.Input-module__root__TF9IiD:has(.Input-module__startAdornment__D-sJ0N) .Input-module__input__505b7i{padding-inline-start:60px}.Input-module__input__505b7i{width:-webkit-fill-available;padding:17px 22px;border-radius:var(--owl-radius);border:1px solid var(--owl-color-border);background:var(--owl-color-text-light);font-size:16px;line-height:20px;outline:var(--owl-color-primary);font-family:var(--owl-font)}.Input-module__input__505b7i::placeholder{font-weight:500;color:var(--owl-color-text-disabled)}.Input-module__label__gmqtsf{font-size:16px;font-weight:600;line-height:22px}.Input-module__inputContainer__vubIa-{position:relative;display:flex;flex-direction:column;gap:8px}.Input-module__endAdornment__m40K5R{position:absolute;inset-inline-end:1px;inset-block-start:0px;inset-block-end:2px;display:flex;align-items:center;padding:0 20px;color:var(--owl-color-text-disabled);font-size:16px;line-height:20px;font-weight:500}.Input-module__startAdornment__D-sJ0N{position:absolute;inset-inline-start:1px;inset-block-start:0;inset-block-end:2px;display:flex;align-items:center;padding:0 20px;color:var(--owl-color-text-disabled);font-size:16px;line-height:20px;font-weight:500}.LocationAside-module__submit__CSKcqi{margin-block-start:20px;width:100%}.LocationAside-module__container__S1NejR{display:grid;height:100%;place-items:start center;padding-block-start:80px}.LocationAside-module__selector__hl74ke{display:flex;flex-direction:column;gap:16px;width:clamp(320px,50%,520px)}.LocationAside-module__label__0Zk8at{font-size:24px;font-weight:600;line-height:140%}.LocationAside-module__header__N1wgyn{display:flex;align-items:center;justify-content:space-between}.LocationAside-module__close__VsE88z{cursor:pointer;color:var(--owl-color-primary)}@media (max-width: 767px){.LocationAside-module__label__0Zk8at{display:none}.LocationAside-module__container__S1NejR{padding-inline:20px;padding-block-start:8px}.LocationAside-module__selector__hl74ke{width:100%}.LocationAside-module__header__N1wgyn{justify-content:flex-end}.LocationAside-module__close__VsE88z{flex:1}}.DeliveryDetailsModal-module__root__qwKnjX,.LocationDetailsModal-module__root__PyRnLM{position:absolute;background-color:var(--owl-color-text-light);box-shadow:0 4px 16px 0 var(--owl-color-text-disabled-transparent);border:1px solid var(--owl-color-border);border-radius:calc(var(--owl-radius) * 2);overflow:hidden;display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr auto}.MapContainer-module__root__1Os6Q-{--filter-color: #323232;position:relative;isolation:isolate;display:grid}.MapContainer-module__mapWrapper__Cwe7qC{width:100%;height:100%;position:relative}.MapContainer-module__mapWrapper__Cwe7qC:after{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--owl-color-text-light);opacity:0;transition:opacity .2s ease;pointer-events:none}.MapContainer-module__mapWrapper__Cwe7qC.MapContainer-module__wrapperBlurred__04NN2L:after{opacity:.8}.MapContainer-module__locationSelector__Pr1zS-{position:absolute;inset-block-start:20px;inset-inline-end:20px;z-index:1;width:clamp(320px,50%,520px)}.MapContainer-module__filterButton__CW3Qv7{position:absolute;cursor:pointer;z-index:1;inset-block-start:40px;inset-inline-start:0;transition:opacity .2s ease;opacity:1;background:var(--filter-color);border-start-end-radius:var(--owl-radius);border-end-end-radius:var(--owl-radius)}.MapContainer-module__filterButton__CW3Qv7.MapContainer-module__sidebarOpen__lGMVrJ{opacity:0}.MapContainer-module__filterIcon__T01XsJ{width:100%;height:100%}.MapContainer-module__details__gM8LWX{--offset: 20px;z-index:2;inset-block-start:var(--offset);inset-inline-end:var(--offset);width:520px;max-height:calc(100% - var(--offset) * 2)}@media (max-width: 1023px){.MapContainer-module__details__gM8LWX{inset-inline-start:var(--offset);width:calc(100% - var(--offset) * 2)}}@media (max-width: 767px){.MapContainer-module__root__1Os6Q-{display:flex;flex-direction:column;gap:12px}.MapContainer-module__filterButton__CW3Qv7{all:unset;display:flex;align-items:center;justify-content:space-between;position:relative;border-radius:var(--owl-radius);padding-inline:20px}.MapContainer-module__filterButton__CW3Qv7.MapContainer-module__sidebarOpen__lGMVrJ{opacity:1}.MapContainer-module__filterIcon__T01XsJ{width:28px;height:28px}.MapContainer-module__locationSelector__Pr1zS-{width:100%;position:relative;inset-block-start:unset;inset-inline-end:unset;padding-inline:20px}}.Separator-module__root__eQtZey{margin-block:24px;border:none;height:1px;background-color:var(--owl-color-secondary);border-radius:1px}@media (max-width: 767px){.Separator-module__root__eQtZey{margin-block:12px}}.Sidebar-module__root__4j1MA3{overflow:hidden;transition:opacity .2s ease;opacity:0;min-width:320px}.Sidebar-module__root__4j1MA3 .Sidebar-module__closeButton__HLXy1c{position:relative;inset-block-start:0;inset-inline-end:0}.Sidebar-module__root__4j1MA3.Sidebar-module__open__mqQXF6{opacity:1}.Sidebar-module__header__Afp6uz{position:relative;height:32px;display:grid;place-content:start end;margin-inline-end:12px}.Sidebar-module__typeFilter__GN46u9{margin-block-end:44px}.Sidebar-module__separator__6I4QoJ{margin-block-start:48px}.Sidebar-module__withRightPadding__2u1Ina{padding-inline-end:40px}.Sidebar-module__sheetContent__SaoncI{padding-inline:20px}@media (max-width: 1023px){.Sidebar-module__root__4j1MA3{min-width:240px}}@media (max-width: 767px){.Sidebar-module__header__Afp6uz{margin-inline-end:0}.Sidebar-module__withRightPadding__2u1Ina{padding-inline-end:0}.Sidebar-module__typeFilter__GN46u9{margin-block-end:0}.Sidebar-module__separator__6I4QoJ{margin-block-start:24px}.Sidebar-module__doneButton__4aeaSD{font-size:14px;font-weight:700;color:var(--owl-color-primary);padding:4px 8px}}.Radio-module__root__7ElY2W{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--owl-color-text-light);border-radius:100vw;margin:0}.Radio-module__root__7ElY2W:before{content:"";display:inline-block;width:16px;height:16px;border-radius:50%;border:1px solid var(--owl-color-border);background-color:var(--owl-color-secondary);vertical-align:middle;transition:background-color .2s ease,border-color .2s ease}.Radio-module__root__7ElY2W:checked:before{background-color:var(--owl-color-primary);border-color:var(--owl-color-primary-dark)}.Radio-module__root__7ElY2W:disabled{border-color:var(--owl-color-text-disabled);background-color:var(--owl-color-text-disabled)}.Radio-module__root__7ElY2W:not(:disabled){cursor:pointer}.Radio-module__label__c-sYW3{display:flex;align-items:center;gap:8px;padding-block:8px;transition:color .2s ease;font-size:14px;font-weight:600;line-height:16px}.Radio-module__label__c-sYW3:has(.Radio-module__root__7ElY2W:checked){color:var(--owl-color-primary)}.Radio-module__label__c-sYW3:has(.Radio-module__root__7ElY2W:not(:disabled)){cursor:pointer}.RadioGroup-module__root__ewZw-x{display:flex;flex-direction:column;gap:8px}.RadioGroup-module__body__k8BJAs{display:flex;flex-direction:column}.RadioGroup-module__legend__tcfV7q{font-size:16px;font-weight:600;line-height:22px}.TypeFilter-module__root__WH5EQV{display:flex;flex-direction:column;gap:10px}@media (max-width: 767px){.TypeFilter-module__root__WH5EQV{flex-direction:row}.TypeFilter-module__root__WH5EQV .TypeFilter-module__button__f0mSfo{flex-grow:1}}[data-rsbs-overlay]{border-top-left-radius:16px;border-top-left-radius:var(--rsbs-overlay-rounded,16px);border-top-right-radius:16px;border-top-right-radius:var(--rsbs-overlay-rounded,16px);display:flex;background:#fff;background:var(--rsbs-bg,#fff);flex-direction:column;height:0px;height:var(--rsbs-overlay-h,0px);transform:translateZ(0);transform:translate3d(0,var(--rsbs-overlay-translate-y,0px),0);will-change:height}[data-rsbs-overlay]:focus{outline:none}[data-rsbs-is-blocking=false] [data-rsbs-overlay]{box-shadow:0 -5px 60px #2659731c,0 -1px #2659730d}[data-rsbs-overlay],[data-rsbs-root]:after{max-width:auto;max-width:var(--rsbs-max-w,auto);margin-left:env(safe-area-inset-left);margin-left:var(--rsbs-ml,env(safe-area-inset-left));margin-right:env(safe-area-inset-right);margin-right:var(--rsbs-mr,env(safe-area-inset-right))}[data-rsbs-overlay],[data-rsbs-backdrop],[data-rsbs-root]:after{z-index:3;-ms-scroll-chaining:none;overscroll-behavior:none;touch-action:none;position:fixed;right:0;bottom:0;left:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}[data-rsbs-backdrop]{top:-60px;bottom:-60px;background-color:#0009;background-color:var(--rsbs-backdrop-bg,rgba(0, 0, 0, .6));will-change:opacity;cursor:pointer;opacity:1}[data-rsbs-is-dismissable=false] [data-rsbs-backdrop]{cursor:ns-resize}[data-rsbs-root]:after{content:"";pointer-events:none;background:#fff;background:var(--rsbs-bg,#fff);height:1px;transform-origin:bottom;transform:scale3d(1,0,1);transform:scale3d(1,var(--rsbs-antigap-scale-y,0),1);will-change:transform}[data-rsbs-footer],[data-rsbs-header]{flex-shrink:0;cursor:ns-resize;padding:16px}[data-rsbs-header]{text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-shadow:0 1px #2e3b4220;box-shadow:0 1px 0 rgba(46,59,66,calc(var(--rsbs-content-opacity,1) * .125));z-index:1;padding-top:calc(20px + env(safe-area-inset-top));padding-bottom:8px}[data-rsbs-header]:before{position:absolute;content:"";display:block;width:36px;height:4px;top:calc(8px + env(safe-area-inset-top));left:50%;transform:translate(-50%);border-radius:2px;background-color:#00000024;background-color:var(--rsbs-handle-bg,hsla(0, 0%, 0%, .14))}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx){[data-rsbs-header]:before{transform:translate(-50%) scaleY(.75)}}[data-rsbs-has-header=false] [data-rsbs-header]{box-shadow:none;padding-top:calc(12px + env(safe-area-inset-top))}[data-rsbs-scroll]{flex-shrink:1;flex-grow:1;-webkit-tap-highlight-color:revert;-webkit-touch-callout:revert;-webkit-user-select:auto;-ms-user-select:auto;-moz-user-select:auto;user-select:auto;overflow:auto;-ms-scroll-chaining:none;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}[data-rsbs-scroll]:focus{outline:none}[data-rsbs-has-footer=false] [data-rsbs-content]{padding-bottom:env(safe-area-inset-bottom)}[data-rsbs-content]{overflow:hidden}[data-rsbs-footer]{box-shadow:0 -1px #2e3b4220,0 2px #fff;box-shadow:0 -1px 0 rgba(46,59,66,calc(var(--rsbs-content-opacity,1) * .125)),0 2px 0 var(--rsbs-bg,#fff);overflow:hidden;z-index:1;padding-bottom:calc(16px + env(safe-area-inset-bottom))}[data-rsbs-is-dismissable=true] [data-rsbs-header]>*,[data-rsbs-is-dismissable=true] [data-rsbs-scroll]>*,[data-rsbs-is-dismissable=true] [data-rsbs-footer]>*,[data-rsbs-is-dismissable=false][data-rsbs-state=opening] [data-rsbs-header]>*,[data-rsbs-is-dismissable=false][data-rsbs-state=closing] [data-rsbs-header]>*,[data-rsbs-is-dismissable=false][data-rsbs-state=opening] [data-rsbs-scroll]>*,[data-rsbs-is-dismissable=false][data-rsbs-state=closing] [data-rsbs-scroll]>*,[data-rsbs-is-dismissable=false][data-rsbs-state=opening] [data-rsbs-footer]>*,[data-rsbs-is-dismissable=false][data-rsbs-state=closing] [data-rsbs-footer]>*{opacity:1;opacity:var(--rsbs-content-opacity,1)}[data-rsbs-is-dismissable=true] [data-rsbs-backdrop],[data-rsbs-is-dismissable=false][data-rsbs-state=opening] [data-rsbs-backdrop],[data-rsbs-is-dismissable=false][data-rsbs-state=closing] [data-rsbs-backdrop]{opacity:1;opacity:var(--rsbs-backdrop-opacity,1)}[data-rsbs-state=closed],[data-rsbs-state=closing]{pointer-events:none}.App-module__map__Kf-2JS{grid-area:map}.App-module__sidebar__ORIzGk{grid-area:sidebar}.App-module__header__bgP9DA{grid-area:header}@media (max-width: 767px){.App-module__sidebar__ORIzGk{margin-block-start:0}.App-module__header__bgP9DA{margin-block:8px}}
|