@ikas/storefront 0.0.165-alpha.8 → 0.0.165
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.css +1483 -0
- package/build/index.es.css +1483 -0
- package/build/index.es.js +31 -85
- package/build/index.js +31 -86
- package/package.json +1 -1
package/build/index.css
ADDED
|
@@ -0,0 +1,1483 @@
|
|
|
1
|
+
.style-module_IkasPage__ATOib {
|
|
2
|
+
position: relative;
|
|
3
|
+
min-height: 100vh;
|
|
4
|
+
display: flex;
|
|
5
|
+
flex-direction: column;
|
|
6
|
+
justify-content: space-between;
|
|
7
|
+
visibility: hidden; }
|
|
8
|
+
|
|
9
|
+
.style-module_FormSectionTitle__2LxF2 {
|
|
10
|
+
width: 100%;
|
|
11
|
+
display: flex;
|
|
12
|
+
justify-content: space-between;
|
|
13
|
+
align-items: center; }
|
|
14
|
+
.style-module_FormSectionTitle__2LxF2 .style-module_Title__2PxW0 {
|
|
15
|
+
flex: 1 1 auto;
|
|
16
|
+
padding-bottom: 16px;
|
|
17
|
+
color: var(--checkout-primary-text-color);
|
|
18
|
+
font-size: 20px;
|
|
19
|
+
line-height: 32px; }
|
|
20
|
+
.style-module_FormSectionTitle__2LxF2 .style-module_Title__2PxW0.style-module_WithSubTitle__36X7i {
|
|
21
|
+
line-height: auto;
|
|
22
|
+
padding-bottom: 0; }
|
|
23
|
+
|
|
24
|
+
.style-module_SubTitle__2UOsH {
|
|
25
|
+
color: var(--checkout-secondary-text-color);
|
|
26
|
+
font-size: 14px;
|
|
27
|
+
padding-bottom: 16px;
|
|
28
|
+
padding-top: 2px; }
|
|
29
|
+
|
|
30
|
+
.style-module_Grid__1eODF {
|
|
31
|
+
display: grid;
|
|
32
|
+
grid-gap: 16px;
|
|
33
|
+
grid-template-columns: 1fr; }
|
|
34
|
+
.style-module_Grid__1eODF.style-module_Grid2__1HTRV {
|
|
35
|
+
grid-template-columns: repeat(2, 1fr); }
|
|
36
|
+
.style-module_Grid__1eODF.style-module_Grid3__uN7io {
|
|
37
|
+
grid-template-columns: repeat(3, 1fr); }
|
|
38
|
+
@media only screen and (max-width: 768px) {
|
|
39
|
+
.style-module_Grid__1eODF {
|
|
40
|
+
grid-template-columns: 1fr !important; } }
|
|
41
|
+
|
|
42
|
+
@keyframes style-module_fadeInFromRight__L_PAx {
|
|
43
|
+
from {
|
|
44
|
+
opacity: 0;
|
|
45
|
+
transform: translateY(10px); }
|
|
46
|
+
to {
|
|
47
|
+
opacity: 1;
|
|
48
|
+
transform: translateY(0); } }
|
|
49
|
+
|
|
50
|
+
.style-module_FormItem__1o0fc {
|
|
51
|
+
width: 100%; }
|
|
52
|
+
.style-module_FormItemWrapper__2NOxU {
|
|
53
|
+
width: 100%;
|
|
54
|
+
position: relative; }
|
|
55
|
+
.style-module_FormItemWrapper__2NOxU .style-module_RightContent__1fjX9 {
|
|
56
|
+
position: absolute;
|
|
57
|
+
height: 100%;
|
|
58
|
+
top: 0;
|
|
59
|
+
right: 0; }
|
|
60
|
+
.style-module_FormItemInputWrapper__2eOdJ {
|
|
61
|
+
position: relative;
|
|
62
|
+
width: 100%; }
|
|
63
|
+
.style-module_FormItemInputWrapper__2eOdJ label.style-module_FieldLabel__2Tx0b {
|
|
64
|
+
color: var(--checkout-secondary-text-color);
|
|
65
|
+
position: absolute;
|
|
66
|
+
top: 0;
|
|
67
|
+
left: 17px;
|
|
68
|
+
width: 100%;
|
|
69
|
+
z-index: 1;
|
|
70
|
+
user-select: none;
|
|
71
|
+
pointer-events: none;
|
|
72
|
+
overflow: hidden;
|
|
73
|
+
white-space: nowrap;
|
|
74
|
+
text-overflow: ellipsis;
|
|
75
|
+
transition: transform .1s;
|
|
76
|
+
transform: translateY(18px);
|
|
77
|
+
font-size: 0.85em;
|
|
78
|
+
line-height: 22px; }
|
|
79
|
+
.style-module_FormItemInputWrapper__2eOdJ label.style-module_FieldLabelTop__1nOBq {
|
|
80
|
+
transform: translateY(8px);
|
|
81
|
+
font-size: 0.7em; }
|
|
82
|
+
.style-module_FormItemInputWrapper__2eOdJ input,
|
|
83
|
+
.style-module_FormItemInputWrapper__2eOdJ select,
|
|
84
|
+
.style-module_FormItemInputWrapper__2eOdJ textarea {
|
|
85
|
+
border: 1px solid var(--checkout-border-color);
|
|
86
|
+
background-color: var(--checkout-primary-bg-color);
|
|
87
|
+
color: var(--checkout-primary-text-color);
|
|
88
|
+
background-clip: padding-box;
|
|
89
|
+
border-radius: 8px;
|
|
90
|
+
display: block;
|
|
91
|
+
width: 100%;
|
|
92
|
+
height: 56px;
|
|
93
|
+
padding: 8px 16px;
|
|
94
|
+
outline: none;
|
|
95
|
+
transition: padding .1s, border-color .5s, box-shadow .5s;
|
|
96
|
+
box-shadow: 0 0 0 1px transparent;
|
|
97
|
+
-moz-appearance: none;
|
|
98
|
+
-webkit-appearance: none; }
|
|
99
|
+
.style-module_FormItemInputWrapper__2eOdJ input:focus,
|
|
100
|
+
.style-module_FormItemInputWrapper__2eOdJ select:focus,
|
|
101
|
+
.style-module_FormItemInputWrapper__2eOdJ textarea:focus {
|
|
102
|
+
box-shadow: 0 0 0 1px var(--checkout-button-bg-color);
|
|
103
|
+
border-color: var(--checkout-button-bg-color); }
|
|
104
|
+
.style-module_FormItemInputWrapper__2eOdJ input.style-module_Bottom__3s4pZ,
|
|
105
|
+
.style-module_FormItemInputWrapper__2eOdJ select.style-module_Bottom__3s4pZ,
|
|
106
|
+
.style-module_FormItemInputWrapper__2eOdJ textarea.style-module_Bottom__3s4pZ {
|
|
107
|
+
padding-top: 1.2em;
|
|
108
|
+
padding-bottom: 0.2em; }
|
|
109
|
+
.style-module_FormItemInputWrapper__2eOdJ input.style-module_Error__nif12,
|
|
110
|
+
.style-module_FormItemInputWrapper__2eOdJ select.style-module_Error__nif12,
|
|
111
|
+
.style-module_FormItemInputWrapper__2eOdJ textarea.style-module_Error__nif12 {
|
|
112
|
+
box-shadow: 0 0 0 1px var(--checkout-error-color);
|
|
113
|
+
border-color: var(--checkout-error-color); }
|
|
114
|
+
.style-module_FormItemInputWrapper__2eOdJ input.style-module_WithTooltip__1KRSQ,
|
|
115
|
+
.style-module_FormItemInputWrapper__2eOdJ select.style-module_WithTooltip__1KRSQ,
|
|
116
|
+
.style-module_FormItemInputWrapper__2eOdJ textarea.style-module_WithTooltip__1KRSQ {
|
|
117
|
+
padding-right: 40px; }
|
|
118
|
+
.style-module_FormItemInputWrapper__2eOdJ input::-ms-expand,
|
|
119
|
+
.style-module_FormItemInputWrapper__2eOdJ select::-ms-expand,
|
|
120
|
+
.style-module_FormItemInputWrapper__2eOdJ textarea::-ms-expand {
|
|
121
|
+
display: none; }
|
|
122
|
+
.style-module_FormItemInputWrapper__2eOdJ input::placeholder,
|
|
123
|
+
.style-module_FormItemInputWrapper__2eOdJ select::placeholder,
|
|
124
|
+
.style-module_FormItemInputWrapper__2eOdJ textarea::placeholder {
|
|
125
|
+
color: var(--checkout-secondary-text-color) !important; }
|
|
126
|
+
.style-module_FormItemInputWrapper__2eOdJ textarea {
|
|
127
|
+
min-height: 120px; }
|
|
128
|
+
.style-module_FormItemInputWrapper__2eOdJ .style-module_ArrowContainer__27ejm {
|
|
129
|
+
position: absolute;
|
|
130
|
+
right: 1px;
|
|
131
|
+
padding-right: 0.5em;
|
|
132
|
+
top: 1px;
|
|
133
|
+
height: calc(100% - 2px);
|
|
134
|
+
display: flex;
|
|
135
|
+
align-items: center;
|
|
136
|
+
color: var(--checkout-secondary-text-color);
|
|
137
|
+
background-color: var(--checkout-primary-bg-color);
|
|
138
|
+
z-index: 2;
|
|
139
|
+
border-radius: 6px; }
|
|
140
|
+
.style-module_FormItemInputWrapper__2eOdJ .PhoneInput {
|
|
141
|
+
display: flex;
|
|
142
|
+
align-items: center; }
|
|
143
|
+
.style-module_FormItemInputWrapper__2eOdJ .PhoneInputInput {
|
|
144
|
+
padding-left: 64px; }
|
|
145
|
+
.style-module_FormItemInputWrapper__2eOdJ .PhoneInputInput::placeholder {
|
|
146
|
+
color: var(--checkout-secondary-text-color) !important;
|
|
147
|
+
font-size: 14px !important; }
|
|
148
|
+
.style-module_FormItemInputWrapper__2eOdJ .PhoneInputCountry {
|
|
149
|
+
position: absolute;
|
|
150
|
+
align-self: stretch;
|
|
151
|
+
display: flex;
|
|
152
|
+
align-items: center;
|
|
153
|
+
top: 26px;
|
|
154
|
+
left: 16px; }
|
|
155
|
+
.style-module_FormItemInputWrapper__2eOdJ .PhoneInputCountrySelect {
|
|
156
|
+
border: none;
|
|
157
|
+
display: inline-flex;
|
|
158
|
+
width: 60px;
|
|
159
|
+
position: absolute;
|
|
160
|
+
top: 0;
|
|
161
|
+
left: 0;
|
|
162
|
+
height: 100%;
|
|
163
|
+
width: 100%;
|
|
164
|
+
z-index: 1;
|
|
165
|
+
border: 0;
|
|
166
|
+
opacity: 0;
|
|
167
|
+
cursor: pointer; }
|
|
168
|
+
.style-module_FormItemInputWrapper__2eOdJ .PhoneInputCountryIcon {
|
|
169
|
+
width: calc(1em * 1.5);
|
|
170
|
+
height: 1em; }
|
|
171
|
+
.style-module_FormItemInputWrapper__2eOdJ .PhoneInputCountrySelectArrow {
|
|
172
|
+
display: block;
|
|
173
|
+
content: '';
|
|
174
|
+
width: 0.3em;
|
|
175
|
+
height: 0.3em;
|
|
176
|
+
margin-left: 0.35em;
|
|
177
|
+
border-style: solid;
|
|
178
|
+
border-color: inherit;
|
|
179
|
+
border-top-width: 0;
|
|
180
|
+
border-bottom-width: 1px;
|
|
181
|
+
border-left-width: 0;
|
|
182
|
+
border-right-width: 1px;
|
|
183
|
+
transform: rotate(45deg);
|
|
184
|
+
opacity: 0.45; }
|
|
185
|
+
.style-module_FormItemInputWrapper__2eOdJ .PhoneInputCountryIconImg {
|
|
186
|
+
width: 24px; }
|
|
187
|
+
.style-module_FormItem__1o0fc .style-module_ErrorMsg__3How6 {
|
|
188
|
+
color: var(--checkout-error-color);
|
|
189
|
+
font-size: 12px;
|
|
190
|
+
margin-top: 8px;
|
|
191
|
+
animation-name: style-module_fadeInFromRight__L_PAx;
|
|
192
|
+
animation-duration: .3s; }
|
|
193
|
+
.style-module_FormItem__1o0fc.style-module_PhoneError__2FrSf input {
|
|
194
|
+
box-shadow: 0 0 0 1px var(--checkout-error-color) !important;
|
|
195
|
+
border-color: var(--checkout-error-color) !important; }
|
|
196
|
+
|
|
197
|
+
.style-module_FormItemWrapper__2NOxU {
|
|
198
|
+
position: relative; }
|
|
199
|
+
|
|
200
|
+
.style-module_FormItemTooltipContainer__13wpt {
|
|
201
|
+
width: 16px;
|
|
202
|
+
height: 16px;
|
|
203
|
+
border-radius: 100%;
|
|
204
|
+
color: white;
|
|
205
|
+
background-color: var(--checkout-secondary-text-color);
|
|
206
|
+
position: absolute;
|
|
207
|
+
top: 0;
|
|
208
|
+
right: 16px;
|
|
209
|
+
bottom: 0;
|
|
210
|
+
margin: auto;
|
|
211
|
+
display: flex;
|
|
212
|
+
justify-content: center;
|
|
213
|
+
align-items: center;
|
|
214
|
+
font-size: 12px !important;
|
|
215
|
+
line-height: 16px !important;
|
|
216
|
+
cursor: pointer; }
|
|
217
|
+
|
|
218
|
+
.style-module_Button__1UPMN {
|
|
219
|
+
cursor: pointer;
|
|
220
|
+
user-select: none;
|
|
221
|
+
border: 1px transparent solid;
|
|
222
|
+
border-radius: 8px;
|
|
223
|
+
font-weight: 600 !important;
|
|
224
|
+
text-align: center;
|
|
225
|
+
position: relative;
|
|
226
|
+
transition: all .2s;
|
|
227
|
+
display: flex;
|
|
228
|
+
justify-content: center;
|
|
229
|
+
align-items: center; }
|
|
230
|
+
.style-module_Button__1UPMN:focus {
|
|
231
|
+
outline: 0; }
|
|
232
|
+
.style-module_Button__1UPMN.style-module_Large__2wPlw {
|
|
233
|
+
height: 56px;
|
|
234
|
+
padding: 0 24px; }
|
|
235
|
+
.style-module_Button__1UPMN.style-module_Medium__3t0pu {
|
|
236
|
+
height: 48px;
|
|
237
|
+
padding: 0 16px; }
|
|
238
|
+
.style-module_Button__1UPMN.style-module_Dark__1Z_hs {
|
|
239
|
+
background-color: var(--checkout-button-bg-color);
|
|
240
|
+
color: var(--checkout-button-text-color); }
|
|
241
|
+
.style-module_Button__1UPMN.style-module_Disabled__3HYF_ {
|
|
242
|
+
background-color: var(--checkout-button-disabled-bg-color);
|
|
243
|
+
color: var(--checkout-button-disabled-text-color);
|
|
244
|
+
pointer-events: none; }
|
|
245
|
+
@media only screen and (max-width: 1000px) {
|
|
246
|
+
.style-module_Button__1UPMN.style-module_FullWidthMobile__3MTFv {
|
|
247
|
+
width: 100%; } }
|
|
248
|
+
.style-module_Button__1UPMN.style-module_Line__1kche {
|
|
249
|
+
background-color: transparent;
|
|
250
|
+
border-color: var(--checkout-border-color);
|
|
251
|
+
color: var(--checkout-button-bg-color); }
|
|
252
|
+
.style-module_Button__1UPMN.style-module_Line__1kche .style-module_loader__3v6kq {
|
|
253
|
+
border-left: 0.5em solid var(--checkout-button-bg-color); }
|
|
254
|
+
.style-module_Button__1UPMN .style-module_loader__3v6kq,
|
|
255
|
+
.style-module_Button__1UPMN .style-module_loader__3v6kq:after {
|
|
256
|
+
border-radius: 50%;
|
|
257
|
+
width: 5em;
|
|
258
|
+
height: 5em; }
|
|
259
|
+
.style-module_Button__1UPMN .style-module_loader__3v6kq {
|
|
260
|
+
font-size: 6px;
|
|
261
|
+
position: relative;
|
|
262
|
+
text-indent: -9999em;
|
|
263
|
+
border-top: 0.5em solid rgba(255, 255, 255, 0.2);
|
|
264
|
+
border-right: 0.5em solid rgba(255, 255, 255, 0.2);
|
|
265
|
+
border-bottom: 0.5em solid rgba(255, 255, 255, 0.2);
|
|
266
|
+
border-left: 0.5em solid var(--checkout-button-text-color);
|
|
267
|
+
-webkit-transform: translateZ(0);
|
|
268
|
+
-ms-transform: translateZ(0);
|
|
269
|
+
transform: translateZ(0);
|
|
270
|
+
-webkit-animation: style-module_load8__2z7nj 1.1s infinite linear;
|
|
271
|
+
animation: style-module_load8__2z7nj 1.1s infinite linear; }
|
|
272
|
+
|
|
273
|
+
@-webkit-keyframes style-module_load8__2z7nj {
|
|
274
|
+
0% {
|
|
275
|
+
-webkit-transform: rotate(0deg);
|
|
276
|
+
transform: rotate(0deg); }
|
|
277
|
+
100% {
|
|
278
|
+
-webkit-transform: rotate(360deg);
|
|
279
|
+
transform: rotate(360deg); } }
|
|
280
|
+
|
|
281
|
+
@keyframes style-module_load8__2z7nj {
|
|
282
|
+
0% {
|
|
283
|
+
-webkit-transform: rotate(0deg);
|
|
284
|
+
transform: rotate(0deg); }
|
|
285
|
+
100% {
|
|
286
|
+
-webkit-transform: rotate(360deg);
|
|
287
|
+
transform: rotate(360deg); } }
|
|
288
|
+
|
|
289
|
+
.style-module_CheckboxWrapper__2tSbx {
|
|
290
|
+
width: 100%;
|
|
291
|
+
display: flex;
|
|
292
|
+
padding: 8px 0;
|
|
293
|
+
cursor: pointer;
|
|
294
|
+
user-select: none;
|
|
295
|
+
align-items: center; }
|
|
296
|
+
.style-module_CheckboxWrapper__2tSbx.style-module_WithoutPadding__3Azhr {
|
|
297
|
+
padding: 0; }
|
|
298
|
+
.style-module_CheckboxWrapper__2tSbx .style-module_CheckboxContainer__1zRvT {
|
|
299
|
+
flex: 0 0 auto;
|
|
300
|
+
position: relative;
|
|
301
|
+
width: 20px;
|
|
302
|
+
height: 20px;
|
|
303
|
+
margin-right: 12px; }
|
|
304
|
+
.style-module_CheckboxWrapper__2tSbx .style-module_CheckboxBorder__281X3 {
|
|
305
|
+
flex: 0 0 auto;
|
|
306
|
+
width: 20px;
|
|
307
|
+
height: 20px;
|
|
308
|
+
border-radius: 4px;
|
|
309
|
+
border: 1px solid var(--checkout-border-color);
|
|
310
|
+
position: absolute;
|
|
311
|
+
top: 0;
|
|
312
|
+
left: 0;
|
|
313
|
+
transition: border-width .2s ease-in-out; }
|
|
314
|
+
.style-module_CheckboxWrapper__2tSbx .style-module_CheckboxBorder__281X3.style-module_Checked__3-ZM4 {
|
|
315
|
+
border: 10px solid var(--checkout-button-bg-color); }
|
|
316
|
+
.style-module_CheckboxWrapper__2tSbx .style-module_CheckboxTick__2LpQ- {
|
|
317
|
+
width: 20px;
|
|
318
|
+
height: 20px;
|
|
319
|
+
display: flex;
|
|
320
|
+
justify-content: center;
|
|
321
|
+
align-items: center;
|
|
322
|
+
position: absolute;
|
|
323
|
+
top: 0;
|
|
324
|
+
left: 0;
|
|
325
|
+
color: var(--checkout-button-text-color);
|
|
326
|
+
z-index: 2;
|
|
327
|
+
transition: all 0.2s ease-in-out;
|
|
328
|
+
transition-delay: .1s;
|
|
329
|
+
opacity: 0;
|
|
330
|
+
transform: scale(0.2); }
|
|
331
|
+
.style-module_CheckboxWrapper__2tSbx .style-module_CheckboxTick__2LpQ-.style-module_Visible__2Ng5Q {
|
|
332
|
+
opacity: 1;
|
|
333
|
+
transform: scale(1.2); }
|
|
334
|
+
.style-module_CheckboxWrapper__2tSbx .style-module_CheckboxLabel__30uMC {
|
|
335
|
+
flex: 1 1 auto;
|
|
336
|
+
font-weight: normal;
|
|
337
|
+
color: var(--checkout-secondary-text-color); }
|
|
338
|
+
.style-module_CheckboxWrapper__2tSbx .style-module_CheckboxLabelError__FmdxF {
|
|
339
|
+
color: var(--checkout-error-color); }
|
|
340
|
+
|
|
341
|
+
.style-module_NotificationBox__1XbTC {
|
|
342
|
+
padding: 16px;
|
|
343
|
+
border-radius: 8px;
|
|
344
|
+
color: var(--checkout-primary-text-color);
|
|
345
|
+
display: flex; }
|
|
346
|
+
.style-module_NotificationBox__1XbTC.style-module_Error__2muwO {
|
|
347
|
+
border: 1px solid var(--checkout-error-color);
|
|
348
|
+
background-color: var(--checkout-error-light-color); }
|
|
349
|
+
.style-module_NotificationBox__1XbTC.style-module_Error__2muwO svg {
|
|
350
|
+
color: var(--checkout-error-color); }
|
|
351
|
+
.style-module_NotificationBox__1XbTC.style-module_Warning__1BFJi {
|
|
352
|
+
border: 1px solid var(--checkout-warning-color);
|
|
353
|
+
background-color: var(--checkout-warning-light-color); }
|
|
354
|
+
.style-module_NotificationBox__1XbTC.style-module_Warning__1BFJi svg {
|
|
355
|
+
color: var(--checkout-warning-color); }
|
|
356
|
+
.style-module_NotificationBox__1XbTC.style-module_Success__3E9Q7 {
|
|
357
|
+
border: 1px solid var(--checkout-success-color);
|
|
358
|
+
background-color: var(--checkout-success-light-color); }
|
|
359
|
+
.style-module_NotificationBox__1XbTC.style-module_Success__3E9Q7 svg {
|
|
360
|
+
color: var(--checkout-success-color); }
|
|
361
|
+
.style-module_NotificationBox__1XbTC .style-module_Left__2oQNx {
|
|
362
|
+
flex: 0 0 auto;
|
|
363
|
+
padding-right: 10px;
|
|
364
|
+
display: flex;
|
|
365
|
+
align-items: center;
|
|
366
|
+
height: 24px; }
|
|
367
|
+
.style-module_NotificationBox__1XbTC .style-module_Center__3DJ2K {
|
|
368
|
+
flex: 1 1 auto; }
|
|
369
|
+
.style-module_NotificationBox__1XbTC .style-module_Center__3DJ2K .style-module_Title__1Ae11 {
|
|
370
|
+
font-size: 16px;
|
|
371
|
+
font-weight: 600;
|
|
372
|
+
margin-bottom: 4px; }
|
|
373
|
+
.style-module_NotificationBox__1XbTC .style-module_Right__Uf0Z6 {
|
|
374
|
+
flex: 0 0 auto;
|
|
375
|
+
padding-left: 10px;
|
|
376
|
+
color: var(--checkout-secondary-text-color);
|
|
377
|
+
cursor: pointer;
|
|
378
|
+
display: flex; }
|
|
379
|
+
.style-module_NotificationBox__1XbTC .style-module_Right__Uf0Z6 svg {
|
|
380
|
+
color: var(--checkout-secondary-text-color); }
|
|
381
|
+
|
|
382
|
+
.common-module_FormSectionTitle___Mykh {
|
|
383
|
+
width: 100%;
|
|
384
|
+
display: flex;
|
|
385
|
+
justify-content: space-between;
|
|
386
|
+
align-items: center; }
|
|
387
|
+
.common-module_FormSectionTitle___Mykh .common-module_Title__3JTHt {
|
|
388
|
+
flex: 1 1 auto;
|
|
389
|
+
padding-bottom: 16px;
|
|
390
|
+
color: var(--checkout-primary-text-color);
|
|
391
|
+
font-size: 20px;
|
|
392
|
+
line-height: 32px; }
|
|
393
|
+
.common-module_FormSectionTitle___Mykh .common-module_Title__3JTHt.common-module_WithSubTitle__1VHWv {
|
|
394
|
+
line-height: auto;
|
|
395
|
+
padding-bottom: 0; }
|
|
396
|
+
|
|
397
|
+
.common-module_SubTitle__1H4kH {
|
|
398
|
+
color: var(--checkout-secondary-text-color);
|
|
399
|
+
font-size: 14px;
|
|
400
|
+
padding-bottom: 16px;
|
|
401
|
+
padding-top: 2px; }
|
|
402
|
+
|
|
403
|
+
.common-module_Grid__2CuvH {
|
|
404
|
+
display: grid;
|
|
405
|
+
grid-gap: 16px;
|
|
406
|
+
grid-template-columns: 1fr; }
|
|
407
|
+
.common-module_Grid__2CuvH.common-module_Grid2__9CCag {
|
|
408
|
+
grid-template-columns: repeat(2, 1fr); }
|
|
409
|
+
.common-module_Grid__2CuvH.common-module_Grid3__3p0jJ {
|
|
410
|
+
grid-template-columns: repeat(3, 1fr); }
|
|
411
|
+
@media only screen and (max-width: 768px) {
|
|
412
|
+
.common-module_Grid__2CuvH {
|
|
413
|
+
grid-template-columns: 1fr !important; } }
|
|
414
|
+
|
|
415
|
+
@keyframes common-module_fadeInFromRight__3RYk5 {
|
|
416
|
+
from {
|
|
417
|
+
opacity: 0;
|
|
418
|
+
transform: translateY(10px); }
|
|
419
|
+
to {
|
|
420
|
+
opacity: 1;
|
|
421
|
+
transform: translateY(0); } }
|
|
422
|
+
|
|
423
|
+
.style-module_CheckoutPage__A_f2V {
|
|
424
|
+
all: unset;
|
|
425
|
+
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
|
426
|
+
font-size: 16px !important;
|
|
427
|
+
width: 100%;
|
|
428
|
+
height: 100vh;
|
|
429
|
+
overflow: auto;
|
|
430
|
+
overflow-x: hidden;
|
|
431
|
+
display: flex;
|
|
432
|
+
color: var(--checkout-primary-text-color);
|
|
433
|
+
background-color: var(--checkout-primary-bg-color); }
|
|
434
|
+
.style-module_CheckoutPage__A_f2V input::placeholder, .style-module_CheckoutPage__A_f2V textarea::placeholder {
|
|
435
|
+
all: unset; }
|
|
436
|
+
.style-module_CheckoutPage__A_f2V a, .style-module_CheckoutPage__A_f2V a:hover, .style-module_CheckoutPage__A_f2V a:focus, .style-module_CheckoutPage__A_f2V a:active {
|
|
437
|
+
color: inherit; }
|
|
438
|
+
.style-module_CheckoutPage__A_f2V * {
|
|
439
|
+
box-sizing: border-box !important;
|
|
440
|
+
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
|
441
|
+
font-size: 16px;
|
|
442
|
+
letter-spacing: normal;
|
|
443
|
+
font-weight: normal;
|
|
444
|
+
line-height: unset; }
|
|
445
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 {
|
|
446
|
+
width: 50%;
|
|
447
|
+
flex: 0 0 auto;
|
|
448
|
+
display: flex;
|
|
449
|
+
justify-content: flex-end;
|
|
450
|
+
padding-left: 20px;
|
|
451
|
+
padding-right: 64px;
|
|
452
|
+
background-color: var(--checkout-primary-bg-color); }
|
|
453
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_LeftContent__1Tyb7 {
|
|
454
|
+
width: 100%;
|
|
455
|
+
min-width: 400px;
|
|
456
|
+
max-width: 600px;
|
|
457
|
+
display: flex;
|
|
458
|
+
flex-direction: column;
|
|
459
|
+
justify-content: space-between;
|
|
460
|
+
min-height: 100vh; }
|
|
461
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_LeftContent__1Tyb7 .style-module_Space__1e2de {
|
|
462
|
+
width: 100%;
|
|
463
|
+
height: 100px; }
|
|
464
|
+
@media only screen and (max-width: 1000px) {
|
|
465
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_LeftContent__1Tyb7 .style-module_Space__1e2de {
|
|
466
|
+
height: 48px; } }
|
|
467
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_LeftContent__1Tyb7 .style-module_Footer__ebdyg {
|
|
468
|
+
flex: 0 0 auto;
|
|
469
|
+
height: 50px;
|
|
470
|
+
background-color: transparent;
|
|
471
|
+
width: 100%;
|
|
472
|
+
display: flex;
|
|
473
|
+
justify-content: center;
|
|
474
|
+
align-items: center; }
|
|
475
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_LeftContent__1Tyb7 .style-module_Footer__ebdyg .style-module_FooterItem__1ofBc {
|
|
476
|
+
font-size: 14px;
|
|
477
|
+
color: var(--checkout-secondary-text-color);
|
|
478
|
+
cursor: pointer;
|
|
479
|
+
user-select: none; }
|
|
480
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_LeftContent__1Tyb7 .style-module_Footer__ebdyg .style-module_FooterItem__1ofBc:hover {
|
|
481
|
+
color: var(--checkout-primary-text-color); }
|
|
482
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_LeftContent__1Tyb7 .style-module_Footer__ebdyg .style-module_FooterBullet__1dD9S {
|
|
483
|
+
margin: 0 12px;
|
|
484
|
+
color: var(--checkout-secondary-text-color); }
|
|
485
|
+
@media only screen and (max-width: 1000px) {
|
|
486
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_LeftContent__1Tyb7 .style-module_Footer__ebdyg {
|
|
487
|
+
width: 100%; }
|
|
488
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_LeftContent__1Tyb7 .style-module_Footer__ebdyg .style-module_FooterItem__1ofBc {
|
|
489
|
+
text-align: center; } }
|
|
490
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_LeftContent__1Tyb7 .style-module_AdressStepInfo__27aR0 {
|
|
491
|
+
display: flex;
|
|
492
|
+
justify-content: space-between;
|
|
493
|
+
padding-left: 78px;
|
|
494
|
+
padding-top: 5px;
|
|
495
|
+
width: 100%; }
|
|
496
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_LeftContent__1Tyb7 .style-module_AdressStepInfo__27aR0 .style-module_Address__2tYiR {
|
|
497
|
+
font-size: 16px; }
|
|
498
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_LeftContent__1Tyb7 .style-module_AdressStepInfo__27aR0 .style-module_Address__2tYiR .style-module_Text__FkGkR {
|
|
499
|
+
font-size: 14px; }
|
|
500
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_LeftContent__1Tyb7 .style-module_AdressStepInfo__27aR0 .style-module_Address__2tYiR .style-module_Text__FkGkR.style-module_WithMBottom__TQbZL {
|
|
501
|
+
margin-bottom: 12px; }
|
|
502
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_LeftContent__1Tyb7 .style-module_AdressStepInfo__27aR0 .style-module_Address__2tYiR .style-module_Text__FkGkR.style-module_Gray__3vyMM {
|
|
503
|
+
color: var(--checkout-secondary-text-color); }
|
|
504
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_LeftContent__1Tyb7 .style-module_AdressStepInfo__27aR0 .style-module_EditBtn__3aAlL {
|
|
505
|
+
cursor: pointer;
|
|
506
|
+
user-select: none;
|
|
507
|
+
align-self: flex-start; }
|
|
508
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_LeftContent__1Tyb7 .style-module_AdressStepInfo__27aR0 .style-module_EditBtn__3aAlL:hover {
|
|
509
|
+
text-decoration: underline; }
|
|
510
|
+
@media only screen and (max-width: 1000px) {
|
|
511
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_LeftContent__1Tyb7 .style-module_AdressStepInfo__27aR0 {
|
|
512
|
+
padding-top: 0;
|
|
513
|
+
justify-content: flex-end; }
|
|
514
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_LeftContent__1Tyb7 .style-module_AdressStepInfo__27aR0 .style-module_Address__2tYiR {
|
|
515
|
+
display: none; } }
|
|
516
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_LeftContent__1Tyb7 .style-module_AddressStepInfoMobile__uwl92 {
|
|
517
|
+
display: none; }
|
|
518
|
+
@media only screen and (max-width: 1000px) {
|
|
519
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_LeftContent__1Tyb7 .style-module_AddressStepInfoMobile__uwl92 {
|
|
520
|
+
display: block;
|
|
521
|
+
padding-top: 16px; } }
|
|
522
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_LeftContent__1Tyb7 .style-module_AddressStepInfoMobile__uwl92 .style-module_Address__2tYiR {
|
|
523
|
+
font-size: 16px; }
|
|
524
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_LeftContent__1Tyb7 .style-module_AddressStepInfoMobile__uwl92 .style-module_Address__2tYiR .style-module_Text__FkGkR {
|
|
525
|
+
font-size: 14px; }
|
|
526
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_LeftContent__1Tyb7 .style-module_AddressStepInfoMobile__uwl92 .style-module_Address__2tYiR .style-module_Text__FkGkR.style-module_WithMBottom__TQbZL {
|
|
527
|
+
margin-bottom: 12px; }
|
|
528
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_LeftContent__1Tyb7 .style-module_AddressStepInfoMobile__uwl92 .style-module_Address__2tYiR .style-module_Text__FkGkR.style-module_Gray__3vyMM {
|
|
529
|
+
color: var(--checkout-secondary-text-color); }
|
|
530
|
+
@media only screen and (max-width: 1000px) {
|
|
531
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_LeftContent__1Tyb7 .style-module_ErrorContainer__3B5Gx {
|
|
532
|
+
padding: 0 24px; } }
|
|
533
|
+
@media only screen and (max-width: 480px) {
|
|
534
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_LeftContent__1Tyb7 .style-module_ErrorContainer__3B5Gx {
|
|
535
|
+
padding: 0 10px; } }
|
|
536
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_Header__1vfF1 {
|
|
537
|
+
width: 100%;
|
|
538
|
+
height: 96px;
|
|
539
|
+
display: flex;
|
|
540
|
+
justify-content: space-between;
|
|
541
|
+
align-items: center;
|
|
542
|
+
font-weight: 500;
|
|
543
|
+
font-size: 20px;
|
|
544
|
+
margin-bottom: 44px; }
|
|
545
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_Header__1vfF1 a {
|
|
546
|
+
flex: 1 1 auto; }
|
|
547
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_Header__1vfF1 .style-module_Logo__2E8Do {
|
|
548
|
+
width: calc(100% - 24px);
|
|
549
|
+
max-width: 200px;
|
|
550
|
+
height: 64px;
|
|
551
|
+
position: relative;
|
|
552
|
+
user-select: none;
|
|
553
|
+
cursor: pointer; }
|
|
554
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_Header__1vfF1 .style-module_Logo__2E8Do img {
|
|
555
|
+
object-fit: contain;
|
|
556
|
+
object-position: left;
|
|
557
|
+
pointer-events: none; }
|
|
558
|
+
@media only screen and (max-width: 1280px) {
|
|
559
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_Header__1vfF1 .style-module_Logo__2E8Do {
|
|
560
|
+
max-width: 150px; } }
|
|
561
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_Header__1vfF1 .style-module_LoginText__3FSC9 {
|
|
562
|
+
font-size: 14px;
|
|
563
|
+
text-align: right;
|
|
564
|
+
flex: 0 0 auto; }
|
|
565
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_Header__1vfF1 .style-module_LoginText__3FSC9 span {
|
|
566
|
+
color: var(--checkout-secondary-text-color); }
|
|
567
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_Header__1vfF1 .style-module_LoginBtn__XVF05 {
|
|
568
|
+
margin-left: 4px;
|
|
569
|
+
font-weight: bold;
|
|
570
|
+
user-select: none;
|
|
571
|
+
cursor: pointer;
|
|
572
|
+
font-weight: 500; }
|
|
573
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_Header__1vfF1 .style-module_CustomerInfo__3aAq9 {
|
|
574
|
+
display: flex;
|
|
575
|
+
flex-direction: column;
|
|
576
|
+
align-items: flex-end; }
|
|
577
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_Header__1vfF1 .style-module_CustomerInfo__3aAq9 .style-module_Name__11iSh {
|
|
578
|
+
font-size: 20px;
|
|
579
|
+
font-weight: 600; }
|
|
580
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_Header__1vfF1 .style-module_CustomerInfo__3aAq9 .style-module_Email__1AITY {
|
|
581
|
+
font-weight: 500;
|
|
582
|
+
font-size: 14px;
|
|
583
|
+
user-select: none;
|
|
584
|
+
color: var(--checkout-secondary-text-color); }
|
|
585
|
+
@media only screen and (max-width: 1000px) {
|
|
586
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_Header__1vfF1 {
|
|
587
|
+
height: 72px;
|
|
588
|
+
margin-bottom: 0;
|
|
589
|
+
padding: 0 24px; }
|
|
590
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_Header__1vfF1 .style-module_CustomerInfo__3aAq9 .style-module_Name__11iSh {
|
|
591
|
+
font-size: 15px; }
|
|
592
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_Header__1vfF1 .style-module_CustomerInfo__3aAq9 .style-module_Email__1AITY {
|
|
593
|
+
font-size: 13px; }
|
|
594
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_Header__1vfF1 .style-module_LoginText__3FSC9 {
|
|
595
|
+
display: flex;
|
|
596
|
+
flex-direction: column;
|
|
597
|
+
padding-bottom: 0; }
|
|
598
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_Header__1vfF1 .style-module_LoginText__3FSC9 .style-module_LoginCta__2sZZF {
|
|
599
|
+
display: none; } }
|
|
600
|
+
@media only screen and (min-width: 1000px) {
|
|
601
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_MobileCartSummary__3NrcP {
|
|
602
|
+
display: none; } }
|
|
603
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_RowPB__3M7Tz {
|
|
604
|
+
padding-bottom: 16px; }
|
|
605
|
+
@media only screen and (max-width: 1000px) {
|
|
606
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 {
|
|
607
|
+
width: 100%;
|
|
608
|
+
justify-content: center;
|
|
609
|
+
padding-right: 0px;
|
|
610
|
+
padding-left: 0px; }
|
|
611
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_LeftContent__1Tyb7 {
|
|
612
|
+
width: 100%;
|
|
613
|
+
min-width: auto;
|
|
614
|
+
max-width: 100%; } }
|
|
615
|
+
.style-module_CheckoutPage__A_f2V .style-module_Right__3AN4f {
|
|
616
|
+
width: 50%;
|
|
617
|
+
min-height: 100%;
|
|
618
|
+
flex: 0 0 auto;
|
|
619
|
+
background-color: var(--checkout-secondary-bg-color);
|
|
620
|
+
display: flex;
|
|
621
|
+
padding-left: 64px;
|
|
622
|
+
padding-right: 20px;
|
|
623
|
+
position: sticky;
|
|
624
|
+
top: 0;
|
|
625
|
+
overflow-y: auto; }
|
|
626
|
+
.style-module_CheckoutPage__A_f2V .style-module_Right__3AN4f .style-module_RightContent__1TcO5 {
|
|
627
|
+
width: 100%;
|
|
628
|
+
max-width: 600px;
|
|
629
|
+
padding-top: 168px;
|
|
630
|
+
display: flex;
|
|
631
|
+
flex-direction: column;
|
|
632
|
+
justify-content: space-between; }
|
|
633
|
+
.style-module_CheckoutPage__A_f2V .style-module_Right__3AN4f .style-module_RightContent__1TcO5 .style-module_PoweredBy__2kV_J {
|
|
634
|
+
width: 100%;
|
|
635
|
+
padding: 16px 0;
|
|
636
|
+
display: flex;
|
|
637
|
+
justify-content: center;
|
|
638
|
+
align-items: center;
|
|
639
|
+
color: var(--checkout-primary-text-color);
|
|
640
|
+
user-select: none; }
|
|
641
|
+
.style-module_CheckoutPage__A_f2V .style-module_Right__3AN4f .style-module_RightContent__1TcO5 .style-module_PoweredBy__2kV_J span {
|
|
642
|
+
font-size: 14px;
|
|
643
|
+
line-height: 20px;
|
|
644
|
+
color: var(--checkout-secondary-text-color);
|
|
645
|
+
margin-right: 8px; }
|
|
646
|
+
.style-module_CheckoutPage__A_f2V .style-module_Right__3AN4f .style-module_RightContent__1TcO5 .style-module_PoweredBy__2kV_J a {
|
|
647
|
+
display: flex;
|
|
648
|
+
align-items: center; }
|
|
649
|
+
@media only screen and (max-width: 1000px) {
|
|
650
|
+
.style-module_CheckoutPage__A_f2V .style-module_Right__3AN4f {
|
|
651
|
+
display: none; } }
|
|
652
|
+
|
|
653
|
+
.style-module_LightText__3dSVB {
|
|
654
|
+
color: var(--checkout-secondary-text-color); }
|
|
655
|
+
|
|
656
|
+
.style-module_ReactTooltipWrap__2hp2P {
|
|
657
|
+
max-width: 300px; }
|
|
658
|
+
|
|
659
|
+
.style-module_SelectBoxContainer__1T9C7 {
|
|
660
|
+
margin-bottom: 16px; }
|
|
661
|
+
|
|
662
|
+
.style-module_SelectBoxError__2diiS {
|
|
663
|
+
color: var(--checkout-error-color);
|
|
664
|
+
font-size: 12px;
|
|
665
|
+
margin-top: 8px;
|
|
666
|
+
animation-name: style-module_fadeInFromRight__9YMxj;
|
|
667
|
+
animation-duration: .3s; }
|
|
668
|
+
|
|
669
|
+
.style-module_SelectBox__1xZZi {
|
|
670
|
+
padding: 16px;
|
|
671
|
+
width: 100%;
|
|
672
|
+
transition: all .2s;
|
|
673
|
+
border-radius: 8px;
|
|
674
|
+
cursor: pointer;
|
|
675
|
+
border: 1px solid var(--checkout-border-color);
|
|
676
|
+
box-shadow: 0 0 0 1px transparent; }
|
|
677
|
+
.style-module_SelectBox__1xZZi .style-module_TopContent__oUtcc {
|
|
678
|
+
display: flex;
|
|
679
|
+
align-items: center;
|
|
680
|
+
user-select: none; }
|
|
681
|
+
.style-module_SelectBox__1xZZi .style-module_TopContent__oUtcc .style-module_Label__1I8Bm {
|
|
682
|
+
flex: 1 1 auto;
|
|
683
|
+
margin-left: 16px; }
|
|
684
|
+
.style-module_SelectBox__1xZZi .style-module_TopContent__oUtcc .style-module_RightContent__2Ob1u {
|
|
685
|
+
flex: 0 0 auto;
|
|
686
|
+
margin-left: 16px; }
|
|
687
|
+
.style-module_SelectBox__1xZZi .style-module_BottomContent__1AMWK {
|
|
688
|
+
padding-top: 16px;
|
|
689
|
+
width: 100%; }
|
|
690
|
+
.style-module_SelectBox__1xZZi.style-module_Selected__Ipn0q {
|
|
691
|
+
box-shadow: 0 0 0 1px var(--checkout-button-bg-color);
|
|
692
|
+
border-color: var(--checkout-button-bg-color);
|
|
693
|
+
background-color: var(--checkout-card-bg-color); }
|
|
694
|
+
.style-module_SelectBox__1xZZi.style-module_Selected__Ipn0q.style-module_Error__2TFZc {
|
|
695
|
+
box-shadow: 0 0 0 1px var(--checkout-error-color);
|
|
696
|
+
border-color: var(--checkout-error-color); }
|
|
697
|
+
|
|
698
|
+
.style-module_CheckboxWrapper__3CzTt {
|
|
699
|
+
width: 100%;
|
|
700
|
+
display: flex;
|
|
701
|
+
padding: 0.5em 0;
|
|
702
|
+
cursor: pointer;
|
|
703
|
+
user-select: none;
|
|
704
|
+
align-items: center; }
|
|
705
|
+
.style-module_CheckboxWrapper__3CzTt.style-module_WithoutPadding__2le2B {
|
|
706
|
+
padding: 0; }
|
|
707
|
+
.style-module_CheckboxWrapper__3CzTt.style-module_WithoutLabel__1s1q8 {
|
|
708
|
+
padding: 0;
|
|
709
|
+
width: auto; }
|
|
710
|
+
.style-module_CheckboxWrapper__3CzTt .style-module_CheckboxContainer__lWDtJ {
|
|
711
|
+
position: relative;
|
|
712
|
+
width: 20px;
|
|
713
|
+
height: 20px;
|
|
714
|
+
margin-right: 16px; }
|
|
715
|
+
.style-module_CheckboxWrapper__3CzTt .style-module_CheckboxBorder__EYjFT {
|
|
716
|
+
flex: 0 0 auto;
|
|
717
|
+
width: 20px;
|
|
718
|
+
height: 20px;
|
|
719
|
+
border-radius: 100%;
|
|
720
|
+
border: 1px solid var(--checkout-border-color);
|
|
721
|
+
position: absolute;
|
|
722
|
+
top: 0;
|
|
723
|
+
left: 0;
|
|
724
|
+
transition: border-width .2s ease-in-out; }
|
|
725
|
+
.style-module_CheckboxWrapper__3CzTt .style-module_CheckboxBorder__EYjFT.style-module_Checked__2kb9S {
|
|
726
|
+
border: 10px solid var(--checkout-button-bg-color); }
|
|
727
|
+
.style-module_CheckboxWrapper__3CzTt .style-module_CheckboxTick__149cN {
|
|
728
|
+
width: 20px;
|
|
729
|
+
height: 20px;
|
|
730
|
+
display: flex;
|
|
731
|
+
justify-content: center;
|
|
732
|
+
align-items: center;
|
|
733
|
+
position: absolute;
|
|
734
|
+
top: 0;
|
|
735
|
+
left: 0;
|
|
736
|
+
color: var(--checkout-button-text-color);
|
|
737
|
+
z-index: 2;
|
|
738
|
+
transition: all 0.2s ease-in-out;
|
|
739
|
+
transition-delay: .1s;
|
|
740
|
+
opacity: 0;
|
|
741
|
+
transform: scale(0.2); }
|
|
742
|
+
.style-module_CheckboxWrapper__3CzTt .style-module_CheckboxTick__149cN.style-module_Visible__gf4pv {
|
|
743
|
+
opacity: 1;
|
|
744
|
+
transform: scale(1.2); }
|
|
745
|
+
.style-module_CheckboxWrapper__3CzTt .style-module_CheckboxLabel__D36H4 {
|
|
746
|
+
flex: 1 1 auto;
|
|
747
|
+
font-weight: normal; }
|
|
748
|
+
.style-module_CheckboxWrapper__3CzTt .style-module_CheckboxLabelError__1x08H {
|
|
749
|
+
color: var(--checkout-error-color); }
|
|
750
|
+
|
|
751
|
+
.style-module_AddressText__2J31s {
|
|
752
|
+
padding-left: 32px;
|
|
753
|
+
color: var(--checkout-secondary-text-color); }
|
|
754
|
+
|
|
755
|
+
.style-module_CancelEdit__2MXfO {
|
|
756
|
+
font-size: 16px;
|
|
757
|
+
padding-bottom: 16px;
|
|
758
|
+
cursor: pointer;
|
|
759
|
+
user-select: none; }
|
|
760
|
+
|
|
761
|
+
.style-module_EditAddressActions__1TY0T {
|
|
762
|
+
display: grid;
|
|
763
|
+
grid-template-columns: 1fr 1fr;
|
|
764
|
+
grid-gap: 16px;
|
|
765
|
+
margin-top: 16px; }
|
|
766
|
+
|
|
767
|
+
.style-module_BackButtonContainer__2bAOw {
|
|
768
|
+
display: flex;
|
|
769
|
+
justify-content: center;
|
|
770
|
+
position: relative; }
|
|
771
|
+
.style-module_BackButtonContainer__2bAOw a {
|
|
772
|
+
line-height: 0.9em; }
|
|
773
|
+
|
|
774
|
+
.style-module_Actions__3fU7l {
|
|
775
|
+
display: flex;
|
|
776
|
+
align-items: center;
|
|
777
|
+
justify-content: space-between; }
|
|
778
|
+
@media only screen and (max-width: 1000px) {
|
|
779
|
+
.style-module_Actions__3fU7l {
|
|
780
|
+
flex-direction: column-reverse;
|
|
781
|
+
justify-content: flex-start; }
|
|
782
|
+
.style-module_Actions__3fU7l a {
|
|
783
|
+
margin-top: 1em; } }
|
|
784
|
+
|
|
785
|
+
.style-module_StepShipping__3nOPT {
|
|
786
|
+
margin-top: 8px; }
|
|
787
|
+
|
|
788
|
+
.style-module_InfoBox__kyrCZ.style-module_Dimmed__3dkFw {
|
|
789
|
+
opacity: 0.5; }
|
|
790
|
+
|
|
791
|
+
.style-module_GiftSection__2phwh {
|
|
792
|
+
margin-top: 32px; }
|
|
793
|
+
|
|
794
|
+
.style-module_ShippingPrice__KaEps {
|
|
795
|
+
font-weight: 600; }
|
|
796
|
+
|
|
797
|
+
.style-module_CardLogo__1jFyp {
|
|
798
|
+
display: flex;
|
|
799
|
+
align-items: center;
|
|
800
|
+
height: 100%;
|
|
801
|
+
padding-right: 16px; }
|
|
802
|
+
|
|
803
|
+
.style-module_Installments__aM2lS {
|
|
804
|
+
margin-top: 32px; }
|
|
805
|
+
.style-module_Installments__aM2lS .style-module_Title__15N6L {
|
|
806
|
+
font-size: 16px;
|
|
807
|
+
line-height: 24px;
|
|
808
|
+
margin-bottom: 16px; }
|
|
809
|
+
.style-module_Installments__aM2lS .style-module_Container__12sJp {
|
|
810
|
+
border: 1px solid var(--checkout-border-color);
|
|
811
|
+
border-radius: 8px;
|
|
812
|
+
background: var(--checkout-primary-bg-color); }
|
|
813
|
+
.style-module_Installments__aM2lS .style-module_Container__12sJp .style-module_Row__dxeKi {
|
|
814
|
+
height: 56px;
|
|
815
|
+
display: flex;
|
|
816
|
+
align-items: center;
|
|
817
|
+
padding: 0 16px;
|
|
818
|
+
border-bottom: 1px solid var(--checkout-border-color); }
|
|
819
|
+
.style-module_Installments__aM2lS .style-module_Container__12sJp .style-module_Row__dxeKi:last-of-type {
|
|
820
|
+
border-bottom: none; }
|
|
821
|
+
.style-module_Installments__aM2lS .style-module_Container__12sJp .style-module_Row__dxeKi .style-module_InstallmentInfo__G8QDB {
|
|
822
|
+
flex: 1 1 auto; }
|
|
823
|
+
.style-module_Installments__aM2lS .style-module_Container__12sJp .style-module_Row__dxeKi .style-module_InstallmentInfo__G8QDB .style-module_InstallmentCount__22FOH {
|
|
824
|
+
font-size: 16px; }
|
|
825
|
+
.style-module_Installments__aM2lS .style-module_Container__12sJp .style-module_Row__dxeKi .style-module_InstallmentInfo__G8QDB .style-module_InstallmentPrice__1cJHw {
|
|
826
|
+
font-size: 12px;
|
|
827
|
+
color: var(--checkout-secondary-text-color); }
|
|
828
|
+
.style-module_Installments__aM2lS .style-module_Container__12sJp .style-module_Row__dxeKi .style-module_Price__3gzwQ {
|
|
829
|
+
flex: 0 0 auto;
|
|
830
|
+
font-weight: 600;
|
|
831
|
+
font-size: 16px;
|
|
832
|
+
line-height: 24px; }
|
|
833
|
+
|
|
834
|
+
.style-module_PaymentLogoContainer__224HZ {
|
|
835
|
+
margin-left: 10px;
|
|
836
|
+
font-size: 0.7em; }
|
|
837
|
+
.style-module_PaymentLogoContainer__224HZ img {
|
|
838
|
+
height: 20px; }
|
|
839
|
+
|
|
840
|
+
.style-module_AdditionalPrice__gW28c {
|
|
841
|
+
color: var(--checkout-primary-text-color);
|
|
842
|
+
font-weight: 600; }
|
|
843
|
+
|
|
844
|
+
.style-module_StepPayment__3STxe {
|
|
845
|
+
margin-top: 8px; }
|
|
846
|
+
.style-module_StepPayment__3STxe .style-module_TermsLabelSpan__35xVC {
|
|
847
|
+
color: var(--checkout-primary-text-color); }
|
|
848
|
+
.style-module_StepPayment__3STxe .style-module_TermsLabelSpan__35xVC:hover {
|
|
849
|
+
text-decoration: underline; }
|
|
850
|
+
.style-module_StepPayment__3STxe .style-module_SecurePaymentContainer__8jSz4 {
|
|
851
|
+
width: 100%;
|
|
852
|
+
display: flex;
|
|
853
|
+
justify-content: center;
|
|
854
|
+
align-items: center;
|
|
855
|
+
margin-top: 24px;
|
|
856
|
+
color: var(--checkout-secondary-text-color); }
|
|
857
|
+
.style-module_StepPayment__3STxe .style-module_SecurePaymentContainer__8jSz4 .style-module_Lock__2gl_x {
|
|
858
|
+
color: #CFCED3;
|
|
859
|
+
margin-right: 8px;
|
|
860
|
+
display: flex;
|
|
861
|
+
align-items: center;
|
|
862
|
+
position: relative;
|
|
863
|
+
top: -1px; }
|
|
864
|
+
|
|
865
|
+
.style-module_Container__2_f6f {
|
|
866
|
+
width: 100%;
|
|
867
|
+
height: 44px;
|
|
868
|
+
background-color: white;
|
|
869
|
+
border-radius: 8px;
|
|
870
|
+
display: flex;
|
|
871
|
+
justify-content: flex-end;
|
|
872
|
+
position: relative; }
|
|
873
|
+
.style-module_Container__2_f6f input {
|
|
874
|
+
width: calc(100% - 2px);
|
|
875
|
+
height: 100%;
|
|
876
|
+
padding: 10px 16px;
|
|
877
|
+
outline: none;
|
|
878
|
+
-moz-appearance: none;
|
|
879
|
+
-webkit-appearance: none;
|
|
880
|
+
transition: all .5s;
|
|
881
|
+
box-shadow: 0 0 0 1px transparent;
|
|
882
|
+
border: 1px solid transparent;
|
|
883
|
+
border-radius: 9px;
|
|
884
|
+
margin-left: 1px;
|
|
885
|
+
color: var(--checkout-primary-text-color);
|
|
886
|
+
position: absolute;
|
|
887
|
+
top: 0px;
|
|
888
|
+
left: 0px;
|
|
889
|
+
padding-right: calc(33% + 16px); }
|
|
890
|
+
.style-module_Container__2_f6f input::placeholder {
|
|
891
|
+
color: var(--checkout-secondary-text-color) !important; }
|
|
892
|
+
.style-module_Container__2_f6f input:focus {
|
|
893
|
+
box-shadow: 0 0 0 1px var(--checkout-button-bg-color);
|
|
894
|
+
border-color: var(--checkout-button-bg-color); }
|
|
895
|
+
.style-module_Container__2_f6f .style-module_Button__38WsW {
|
|
896
|
+
flex: 0 0 auto;
|
|
897
|
+
height: 100%;
|
|
898
|
+
width: 33%;
|
|
899
|
+
color: var(--checkout-button-text-color);
|
|
900
|
+
background-color: var(--checkout-button-bg-color);
|
|
901
|
+
border-radius: 8px;
|
|
902
|
+
font-weight: 600;
|
|
903
|
+
text-align: center;
|
|
904
|
+
position: relative;
|
|
905
|
+
transition: all .2s;
|
|
906
|
+
display: flex;
|
|
907
|
+
justify-content: center;
|
|
908
|
+
align-items: center;
|
|
909
|
+
user-select: none;
|
|
910
|
+
cursor: pointer; }
|
|
911
|
+
.style-module_Container__2_f6f .style-module_Button__38WsW .style-module_loader__2oUyh,
|
|
912
|
+
.style-module_Container__2_f6f .style-module_Button__38WsW .style-module_loader__2oUyh:after {
|
|
913
|
+
border-radius: 50%;
|
|
914
|
+
width: 5em;
|
|
915
|
+
height: 5em; }
|
|
916
|
+
.style-module_Container__2_f6f .style-module_Button__38WsW .style-module_loader__2oUyh {
|
|
917
|
+
font-size: 4px;
|
|
918
|
+
position: relative;
|
|
919
|
+
text-indent: -9999em;
|
|
920
|
+
border-top: 0.5em solid rgba(255, 255, 255, 0.2);
|
|
921
|
+
border-right: 0.5em solid rgba(255, 255, 255, 0.2);
|
|
922
|
+
border-bottom: 0.5em solid rgba(255, 255, 255, 0.2);
|
|
923
|
+
border-left: 0.5em solid var(--checkout-button-text-color);
|
|
924
|
+
-webkit-transform: translateZ(0);
|
|
925
|
+
-ms-transform: translateZ(0);
|
|
926
|
+
transform: translateZ(0);
|
|
927
|
+
-webkit-animation: style-module_load8__2JtWU 1.1s infinite linear;
|
|
928
|
+
animation: style-module_load8__2JtWU 1.1s infinite linear; }
|
|
929
|
+
|
|
930
|
+
@-webkit-keyframes style-module_load8__2JtWU {
|
|
931
|
+
0% {
|
|
932
|
+
-webkit-transform: rotate(0deg);
|
|
933
|
+
transform: rotate(0deg); }
|
|
934
|
+
100% {
|
|
935
|
+
-webkit-transform: rotate(360deg);
|
|
936
|
+
transform: rotate(360deg); } }
|
|
937
|
+
|
|
938
|
+
@keyframes style-module_load8__2JtWU {
|
|
939
|
+
0% {
|
|
940
|
+
-webkit-transform: rotate(0deg);
|
|
941
|
+
transform: rotate(0deg); }
|
|
942
|
+
100% {
|
|
943
|
+
-webkit-transform: rotate(360deg);
|
|
944
|
+
transform: rotate(360deg); } }
|
|
945
|
+
|
|
946
|
+
.style-module_CheckoutItem__2JjSt {
|
|
947
|
+
display: flex;
|
|
948
|
+
width: 100%;
|
|
949
|
+
margin-bottom: 24px; }
|
|
950
|
+
.style-module_CheckoutItem__2JjSt .style-module_ImageContainer__2K2RG {
|
|
951
|
+
flex: 0 0 auto;
|
|
952
|
+
width: 114px;
|
|
953
|
+
height: 114px;
|
|
954
|
+
position: relative;
|
|
955
|
+
margin-right: 16px; }
|
|
956
|
+
.style-module_CheckoutItem__2JjSt .style-module_ImageContainer__2K2RG .style-module_Image__w2Q_P {
|
|
957
|
+
width: 100%;
|
|
958
|
+
height: 100%;
|
|
959
|
+
object-fit: cover;
|
|
960
|
+
border-radius: 8px; }
|
|
961
|
+
.style-module_CheckoutItem__2JjSt .style-module_Right__2HN2l {
|
|
962
|
+
position: relative; }
|
|
963
|
+
.style-module_CheckoutItem__2JjSt .style-module_Right__2HN2l .style-module_Name__nPgw1 {
|
|
964
|
+
font-size: 16px;
|
|
965
|
+
font-weight: 600;
|
|
966
|
+
color: var(--checkout-primary-text-color);
|
|
967
|
+
line-height: 24px;
|
|
968
|
+
max-height: 48px;
|
|
969
|
+
overflow: hidden;
|
|
970
|
+
text-overflow: ellipsis;
|
|
971
|
+
display: -webkit-box;
|
|
972
|
+
-webkit-line-clamp: 2;
|
|
973
|
+
-webkit-box-orient: vertical; }
|
|
974
|
+
.style-module_CheckoutItem__2JjSt .style-module_Right__2HN2l .style-module_LightText__2P69D {
|
|
975
|
+
font-size: 14px;
|
|
976
|
+
color: var(--checkout-secondary-text-color);
|
|
977
|
+
line-height: 20px;
|
|
978
|
+
margin-top: 2px; }
|
|
979
|
+
.style-module_CheckoutItem__2JjSt .style-module_Price__1Vw31 {
|
|
980
|
+
font-size: 14px;
|
|
981
|
+
display: flex;
|
|
982
|
+
align-items: center;
|
|
983
|
+
color: var(--checkout-primary-text-color);
|
|
984
|
+
position: absolute;
|
|
985
|
+
top: 90px; }
|
|
986
|
+
.style-module_CheckoutItem__2JjSt .style-module_Price__1Vw31 .style-module_GrayPrice__2wDyJ {
|
|
987
|
+
font-size: 14px;
|
|
988
|
+
color: var(--checkout-secondary-text-color);
|
|
989
|
+
text-decoration: line-through;
|
|
990
|
+
margin-right: 8px; }
|
|
991
|
+
|
|
992
|
+
.style-module_TooltipContainer__1IW8v {
|
|
993
|
+
width: 16px;
|
|
994
|
+
height: 16px;
|
|
995
|
+
border-radius: 100%;
|
|
996
|
+
color: white;
|
|
997
|
+
background-color: var(--checkout-secondary-text-color);
|
|
998
|
+
display: flex;
|
|
999
|
+
justify-content: center;
|
|
1000
|
+
align-items: center;
|
|
1001
|
+
font-size: 12px !important;
|
|
1002
|
+
cursor: pointer;
|
|
1003
|
+
position: relative; }
|
|
1004
|
+
.style-module_TooltipContainer__1IW8v .style-module_Tooltip__1Pxw6 {
|
|
1005
|
+
position: absolute;
|
|
1006
|
+
margin: auto;
|
|
1007
|
+
color: white;
|
|
1008
|
+
background-color: #404040;
|
|
1009
|
+
border-radius: 4px;
|
|
1010
|
+
padding: 12px;
|
|
1011
|
+
font-size: 12px;
|
|
1012
|
+
display: none;
|
|
1013
|
+
width: 280px;
|
|
1014
|
+
text-align: center;
|
|
1015
|
+
z-index: 999;
|
|
1016
|
+
font-size: 16px !important; }
|
|
1017
|
+
.style-module_TooltipContainer__1IW8v .style-module_Tooltip__1Pxw6 .style-module_TooltipArrow__1l6q_ {
|
|
1018
|
+
background-color: #404040;
|
|
1019
|
+
width: 12px;
|
|
1020
|
+
height: 12px;
|
|
1021
|
+
transform: rotate(45deg);
|
|
1022
|
+
position: absolute;
|
|
1023
|
+
margin: auto;
|
|
1024
|
+
border-radius: 2px; }
|
|
1025
|
+
.style-module_TooltipContainer__1IW8v .style-module_Tooltip__1Pxw6.style-module_Top__1_7C6 {
|
|
1026
|
+
bottom: 26px; }
|
|
1027
|
+
.style-module_TooltipContainer__1IW8v .style-module_Tooltip__1Pxw6.style-module_Top__1_7C6 .style-module_TooltipArrow__1l6q_ {
|
|
1028
|
+
bottom: -4px;
|
|
1029
|
+
left: 0;
|
|
1030
|
+
right: 0; }
|
|
1031
|
+
.style-module_TooltipContainer__1IW8v .style-module_Tooltip__1Pxw6.style-module_Bottom__2qCpQ {
|
|
1032
|
+
top: 26px; }
|
|
1033
|
+
.style-module_TooltipContainer__1IW8v .style-module_Tooltip__1Pxw6.style-module_Bottom__2qCpQ .style-module_TooltipArrow__1l6q_ {
|
|
1034
|
+
top: -4px;
|
|
1035
|
+
left: 0;
|
|
1036
|
+
right: 0; }
|
|
1037
|
+
.style-module_TooltipContainer__1IW8v .style-module_Tooltip__1Pxw6.style-module_Left__1T6gj {
|
|
1038
|
+
right: 26px; }
|
|
1039
|
+
.style-module_TooltipContainer__1IW8v .style-module_Tooltip__1Pxw6.style-module_Left__1T6gj .style-module_TooltipArrow__1l6q_ {
|
|
1040
|
+
right: -4px;
|
|
1041
|
+
top: 0;
|
|
1042
|
+
bottom: 0; }
|
|
1043
|
+
.style-module_TooltipContainer__1IW8v .style-module_Tooltip__1Pxw6.style-module_Right__uCMMF {
|
|
1044
|
+
left: 26px; }
|
|
1045
|
+
.style-module_TooltipContainer__1IW8v .style-module_Tooltip__1Pxw6.style-module_Right__uCMMF .style-module_TooltipArrow__1l6q_ {
|
|
1046
|
+
left: -4px;
|
|
1047
|
+
top: 0;
|
|
1048
|
+
bottom: 0; }
|
|
1049
|
+
.style-module_TooltipContainer__1IW8v:hover .style-module_Tooltip__1Pxw6 {
|
|
1050
|
+
display: inline-flex; }
|
|
1051
|
+
|
|
1052
|
+
@media only screen and (max-width: 1000px) {
|
|
1053
|
+
.style-module_CartSummary__30RcF {
|
|
1054
|
+
width: 100%;
|
|
1055
|
+
background-color: var(--checkout-card-bg-color); } }
|
|
1056
|
+
|
|
1057
|
+
.style-module_CartSummary__30RcF.style-module_AllowExpand__3kDXF {
|
|
1058
|
+
border-top: 1px solid var(--checkout-border-color); }
|
|
1059
|
+
|
|
1060
|
+
.style-module_CartSummary__30RcF .style-module_ExpandHeader__2ICjA {
|
|
1061
|
+
display: flex;
|
|
1062
|
+
justify-content: space-between;
|
|
1063
|
+
align-items: center;
|
|
1064
|
+
height: 48px;
|
|
1065
|
+
padding: 0 24px;
|
|
1066
|
+
width: 100%;
|
|
1067
|
+
border-bottom: 1px solid var(--checkout-border-color);
|
|
1068
|
+
transition: border-bottom .3s;
|
|
1069
|
+
user-select: none;
|
|
1070
|
+
background-color: var(--checkout-primary-bg-color); }
|
|
1071
|
+
.style-module_CartSummary__30RcF .style-module_ExpandHeader__2ICjA .style-module_Left__A54sv {
|
|
1072
|
+
display: flex;
|
|
1073
|
+
align-items: center;
|
|
1074
|
+
font-size: 16px;
|
|
1075
|
+
font-weight: 600; }
|
|
1076
|
+
.style-module_CartSummary__30RcF .style-module_ExpandHeader__2ICjA .style-module_Price__sosrJ {
|
|
1077
|
+
font-weight: 600;
|
|
1078
|
+
display: flex;
|
|
1079
|
+
align-items: center; }
|
|
1080
|
+
.style-module_CartSummary__30RcF .style-module_ExpandHeader__2ICjA .style-module_Price__sosrJ .style-module_PriceText__1ePGb {
|
|
1081
|
+
font-weight: 600;
|
|
1082
|
+
margin-right: 8px; }
|
|
1083
|
+
.style-module_CartSummary__30RcF .style-module_ExpandHeader__2ICjA .style-module_Price__sosrJ .style-module_ArrowDown__2ET-d {
|
|
1084
|
+
transition: all .3s;
|
|
1085
|
+
display: flex;
|
|
1086
|
+
align-items: center; }
|
|
1087
|
+
.style-module_CartSummary__30RcF .style-module_ExpandHeader__2ICjA .style-module_Price__sosrJ .style-module_ArrowDown__2ET-d.style-module_Rotated__3sgbm {
|
|
1088
|
+
transform: rotate(-180deg); }
|
|
1089
|
+
|
|
1090
|
+
.style-module_CartSummary__30RcF .style-module_DetailsContainer__FBBIP {
|
|
1091
|
+
overflow: hidden;
|
|
1092
|
+
width: 100%;
|
|
1093
|
+
transition: height .3s ease-in-out; }
|
|
1094
|
+
@media only screen and (max-width: 1000px) {
|
|
1095
|
+
.style-module_CartSummary__30RcF .style-module_DetailsContainer__FBBIP {
|
|
1096
|
+
padding: 0 24px; } }
|
|
1097
|
+
|
|
1098
|
+
.style-module_CartSummary__30RcF .style-module_Details__3-X_i {
|
|
1099
|
+
overflow: hidden; }
|
|
1100
|
+
@media only screen and (max-width: 1000px) {
|
|
1101
|
+
.style-module_CartSummary__30RcF .style-module_Details__3-X_i {
|
|
1102
|
+
padding-top: 24px; } }
|
|
1103
|
+
|
|
1104
|
+
.style-module_CartSummary__30RcF .style-module_Divider__2d0Zk {
|
|
1105
|
+
width: 100%;
|
|
1106
|
+
height: 1px;
|
|
1107
|
+
margin: auto;
|
|
1108
|
+
background-color: var(--checkout-border-color); }
|
|
1109
|
+
|
|
1110
|
+
.style-module_CartSummary__30RcF .style-module_ActionTextBtn__FXJQX {
|
|
1111
|
+
color: var(--checkout-primary-text-color);
|
|
1112
|
+
user-select: none;
|
|
1113
|
+
cursor: pointer;
|
|
1114
|
+
display: flex;
|
|
1115
|
+
align-items: center; }
|
|
1116
|
+
.style-module_CartSummary__30RcF .style-module_ActionTextBtn__FXJQX:hover {
|
|
1117
|
+
text-decoration: underline; }
|
|
1118
|
+
.style-module_CartSummary__30RcF .style-module_ActionTextBtn__FXJQX.style-module_NoUnderline__34-1r:hover {
|
|
1119
|
+
text-decoration: none; }
|
|
1120
|
+
.style-module_CartSummary__30RcF .style-module_ActionTextBtn__FXJQX.style-module_Light__WFzH8 {
|
|
1121
|
+
color: var(--checkout-secondary-text-color); }
|
|
1122
|
+
|
|
1123
|
+
.style-module_CartSummary__30RcF .style-module_SubTotalInfo__1QMnr {
|
|
1124
|
+
padding: 24px 0;
|
|
1125
|
+
border-bottom: 1px solid var(--checkout-border-color); }
|
|
1126
|
+
.style-module_CartSummary__30RcF .style-module_SubTotalInfo__1QMnr .style-module_InfoRow__3eZdJ {
|
|
1127
|
+
display: flex;
|
|
1128
|
+
justify-content: space-between;
|
|
1129
|
+
align-items: center;
|
|
1130
|
+
margin-bottom: 10px; }
|
|
1131
|
+
.style-module_CartSummary__30RcF .style-module_SubTotalInfo__1QMnr .style-module_InfoRow__3eZdJ .style-module_Label__3E7LF {
|
|
1132
|
+
color: var(--checkout-secondary-text-color);
|
|
1133
|
+
display: flex;
|
|
1134
|
+
align-items: center; }
|
|
1135
|
+
.style-module_CartSummary__30RcF .style-module_SubTotalInfo__1QMnr .style-module_InfoRow__3eZdJ:last-of-type {
|
|
1136
|
+
margin-bottom: 0; }
|
|
1137
|
+
|
|
1138
|
+
.style-module_CartSummary__30RcF .style-module_TotalContainer__36DNt {
|
|
1139
|
+
display: flex;
|
|
1140
|
+
justify-content: space-between;
|
|
1141
|
+
align-items: center;
|
|
1142
|
+
margin-top: 12px; }
|
|
1143
|
+
.style-module_CartSummary__30RcF .style-module_TotalContainer__36DNt .style-module_TitleContainer__3ptQE .style-module_Title__16M5E {
|
|
1144
|
+
font-size: 20px;
|
|
1145
|
+
font-weight: 600; }
|
|
1146
|
+
.style-module_CartSummary__30RcF .style-module_TotalContainer__36DNt .style-module_TotalPrice__2s7DC {
|
|
1147
|
+
font-size: 20px;
|
|
1148
|
+
font-weight: 600; }
|
|
1149
|
+
@media only screen and (max-width: 1000px) {
|
|
1150
|
+
.style-module_CartSummary__30RcF .style-module_TotalContainer__36DNt {
|
|
1151
|
+
height: 64px;
|
|
1152
|
+
margin-top: 0px; } }
|
|
1153
|
+
|
|
1154
|
+
.style-module_CartSummary__30RcF .style-module_AppliedCoupon__37qv8 {
|
|
1155
|
+
display: flex;
|
|
1156
|
+
align-items: center;
|
|
1157
|
+
padding: 4px 4px 4px 8px;
|
|
1158
|
+
background-color: white;
|
|
1159
|
+
border-radius: 6px;
|
|
1160
|
+
margin-left: 12px;
|
|
1161
|
+
font-size: 14px;
|
|
1162
|
+
line-height: 20px; }
|
|
1163
|
+
.style-module_CartSummary__30RcF .style-module_AppliedCoupon__37qv8 .style-module_CouponCode__3rgOu {
|
|
1164
|
+
font-size: 14px; }
|
|
1165
|
+
.style-module_CartSummary__30RcF .style-module_AppliedCoupon__37qv8 .style-module_ClearCoupon__1Rx4A {
|
|
1166
|
+
cursor: pointer;
|
|
1167
|
+
display: flex;
|
|
1168
|
+
align-items: center;
|
|
1169
|
+
color: var(--checkout-secondary-text-color); }
|
|
1170
|
+
.style-module_CartSummary__30RcF .style-module_AppliedCoupon__37qv8 .style-module_ClearCoupon__1Rx4A svg {
|
|
1171
|
+
transform: scale(0.8); }
|
|
1172
|
+
|
|
1173
|
+
.style-module_CartSummary__30RcF .style-module_NotificationContainer__Zblek {
|
|
1174
|
+
margin-bottom: 14px; }
|
|
1175
|
+
|
|
1176
|
+
.style-module_CartSummary__30RcF .style-module_CheckoutNoteContainer__zQQjd {
|
|
1177
|
+
margin-top: 24px;
|
|
1178
|
+
width: calc(100% - 2px);
|
|
1179
|
+
margin-left: 1px; }
|
|
1180
|
+
.style-module_CartSummary__30RcF .style-module_CheckoutNoteContainer__zQQjd .style-module_Title__16M5E {
|
|
1181
|
+
font-size: 16px;
|
|
1182
|
+
color: var(--checkout-primary-text-color);
|
|
1183
|
+
margin-bottom: 8px; }
|
|
1184
|
+
.style-module_CartSummary__30RcF .style-module_CheckoutNoteContainer__zQQjd .style-module_CheckoutNoteDisplay__kTFTx {
|
|
1185
|
+
color: var(--checkout-secondary-text-color); }
|
|
1186
|
+
.style-module_CartSummary__30RcF .style-module_CheckoutNoteContainer__zQQjd.style-module_Success__2vqWA {
|
|
1187
|
+
margin-top: 0; }
|
|
1188
|
+
@media only screen and (max-width: 1000px) {
|
|
1189
|
+
.style-module_CartSummary__30RcF .style-module_CheckoutNoteContainer__zQQjd {
|
|
1190
|
+
margin-top: 0px; } }
|
|
1191
|
+
|
|
1192
|
+
.style-module_CartSummary__30RcF .style-module_GiftLabel__2f-wC {
|
|
1193
|
+
display: flex;
|
|
1194
|
+
align-items: center; }
|
|
1195
|
+
.style-module_CartSummary__30RcF .style-module_GiftLabel__2f-wC span {
|
|
1196
|
+
margin-left: 8px; }
|
|
1197
|
+
|
|
1198
|
+
.style-module_CartSummary__30RcF .style-module_PoweredBy__1hgWQ {
|
|
1199
|
+
width: 100%;
|
|
1200
|
+
height: 50px;
|
|
1201
|
+
justify-content: center;
|
|
1202
|
+
align-items: center;
|
|
1203
|
+
color: var(--checkout-primary-text-color);
|
|
1204
|
+
display: none; }
|
|
1205
|
+
@media only screen and (max-width: 1000px) {
|
|
1206
|
+
.style-module_CartSummary__30RcF .style-module_PoweredBy__1hgWQ {
|
|
1207
|
+
display: flex; } }
|
|
1208
|
+
.style-module_CartSummary__30RcF .style-module_PoweredBy__1hgWQ span {
|
|
1209
|
+
font-size: 14px;
|
|
1210
|
+
line-height: 20px;
|
|
1211
|
+
color: var(--checkout-secondary-text-color);
|
|
1212
|
+
margin-right: 8px; }
|
|
1213
|
+
.style-module_CartSummary__30RcF .style-module_PoweredBy__1hgWQ a {
|
|
1214
|
+
display: flex;
|
|
1215
|
+
align-items: center; }
|
|
1216
|
+
|
|
1217
|
+
.style-module_StepSuccess__36Zg4 {
|
|
1218
|
+
padding-top: 24px; }
|
|
1219
|
+
.style-module_StepSuccess__36Zg4 .style-module_SuccessTitleContainer__3fT9P {
|
|
1220
|
+
margin-bottom: 24px;
|
|
1221
|
+
display: flex;
|
|
1222
|
+
align-items: center; }
|
|
1223
|
+
.style-module_StepSuccess__36Zg4 .style-module_SuccessTitleContainer__3fT9P .style-module_SuccessTitle__2cVxj {
|
|
1224
|
+
font-size: 28px;
|
|
1225
|
+
font-weight: 600;
|
|
1226
|
+
margin-left: 16px; }
|
|
1227
|
+
.style-module_StepSuccess__36Zg4 .style-module_SuccessSubTitle__2UvWI {
|
|
1228
|
+
margin: auto;
|
|
1229
|
+
margin-bottom: 32px; }
|
|
1230
|
+
.style-module_StepSuccess__36Zg4 .style-module_InfoGrid__2VYXk {
|
|
1231
|
+
display: grid;
|
|
1232
|
+
grid-template-columns: 1fr 1fr;
|
|
1233
|
+
grid-gap: 48px; }
|
|
1234
|
+
.style-module_StepSuccess__36Zg4 .style-module_InfoGrid__2VYXk .style-module_InfoTitle__2Whku {
|
|
1235
|
+
font-size: 16px;
|
|
1236
|
+
line-height: 24px;
|
|
1237
|
+
margin-bottom: 12px; }
|
|
1238
|
+
.style-module_StepSuccess__36Zg4 .style-module_InfoGrid__2VYXk .style-module_InfoText__1LHFw {
|
|
1239
|
+
font-size: 14px;
|
|
1240
|
+
color: var(--checkout-secondary-text-color);
|
|
1241
|
+
display: flex;
|
|
1242
|
+
align-items: center; }
|
|
1243
|
+
.style-module_StepSuccess__36Zg4 .style-module_InfoGrid__2VYXk .style-module_InfoTextBold__21977 {
|
|
1244
|
+
font-weight: 600;
|
|
1245
|
+
color: var(--checkout-primary-text-color); }
|
|
1246
|
+
.style-module_StepSuccess__36Zg4 .style-module_InfoGrid__2VYXk.style-module_WithBorder__1aBHw {
|
|
1247
|
+
border-bottom: 1px solid var(--checkout-border-color);
|
|
1248
|
+
padding-bottom: 24px; }
|
|
1249
|
+
.style-module_StepSuccess__36Zg4 .style-module_InfoGrid__2VYXk .style-module_CardLogoContainer__3tymO {
|
|
1250
|
+
display: flex;
|
|
1251
|
+
align-items: center;
|
|
1252
|
+
margin-right: 4px; }
|
|
1253
|
+
.style-module_StepSuccess__36Zg4 .style-module_Actions__3ZXaJ {
|
|
1254
|
+
width: 100%;
|
|
1255
|
+
display: flex;
|
|
1256
|
+
justify-content: space-between;
|
|
1257
|
+
margin: auto;
|
|
1258
|
+
margin-top: 24px; }
|
|
1259
|
+
.style-module_StepSuccess__36Zg4 .style-module_Actions__3ZXaJ .style-module_HelpText__39LA1 {
|
|
1260
|
+
display: flex;
|
|
1261
|
+
align-items: center;
|
|
1262
|
+
color: var(--checkout-secondary-text-color);
|
|
1263
|
+
flex-wrap: wrap; }
|
|
1264
|
+
.style-module_StepSuccess__36Zg4 .style-module_Actions__3ZXaJ .style-module_HelpText__39LA1 .style-module_Cta__3sxNK {
|
|
1265
|
+
color: var(--checkout-primary-text-color);
|
|
1266
|
+
margin-left: 4px; }
|
|
1267
|
+
.style-module_StepSuccess__36Zg4 .style-module_Actions__3ZXaJ .style-module_HelpText__39LA1 .style-module_Cta__3sxNK:hover {
|
|
1268
|
+
cursor: pointer;
|
|
1269
|
+
text-decoration: underline; }
|
|
1270
|
+
@media only screen and (max-width: 400px) {
|
|
1271
|
+
.style-module_StepSuccess__36Zg4 .style-module_Actions__3ZXaJ {
|
|
1272
|
+
flex-direction: column; }
|
|
1273
|
+
.style-module_StepSuccess__36Zg4 .style-module_Actions__3ZXaJ .style-module_HelpText__39LA1 {
|
|
1274
|
+
margin-bottom: 12px; }
|
|
1275
|
+
.style-module_StepSuccess__36Zg4 .style-module_Actions__3ZXaJ .style-module_HelpText__39LA1 .style-module_Cta__3sxNK {
|
|
1276
|
+
margin-left: 0; } }
|
|
1277
|
+
.style-module_StepSuccess__36Zg4 .style-module_OrderStatus__CPd7s {
|
|
1278
|
+
padding: 4px 8px;
|
|
1279
|
+
border-radius: 6px;
|
|
1280
|
+
margin-top: 8px;
|
|
1281
|
+
font-size: 14px;
|
|
1282
|
+
font-weight: 500;
|
|
1283
|
+
display: inline-flex; }
|
|
1284
|
+
.style-module_StepSuccess__36Zg4 .style-module_OrderStatus__CPd7s.style-module_Yellow__1mZZm {
|
|
1285
|
+
color: var(--checkout-warning-color);
|
|
1286
|
+
background-color: var(--checkout-warning-light-color);
|
|
1287
|
+
border: 1px solid var(--checkout-warning-color); }
|
|
1288
|
+
.style-module_StepSuccess__36Zg4 .style-module_OrderStatus__CPd7s.style-module_Green__2qwNg {
|
|
1289
|
+
color: var(--checkout-success-color);
|
|
1290
|
+
background-color: var(--checkout-success-light-color);
|
|
1291
|
+
border: 1px solid var(--checkout-success-color); }
|
|
1292
|
+
.style-module_StepSuccess__36Zg4 .style-module_OrderStatus__CPd7s.style-module_Red__TKRy8 {
|
|
1293
|
+
color: var(--checkout-error-color);
|
|
1294
|
+
background-color: var(--checkout-error-light-color);
|
|
1295
|
+
border: 1px solid var(--checkout-error-color); }
|
|
1296
|
+
@media only screen and (max-width: 1000px) {
|
|
1297
|
+
.style-module_StepSuccess__36Zg4 {
|
|
1298
|
+
padding-left: 24px;
|
|
1299
|
+
padding-right: 24px; }
|
|
1300
|
+
.style-module_StepSuccess__36Zg4 .style-module_SuccessTitleContainer__3fT9P {
|
|
1301
|
+
margin-bottom: 12px; }
|
|
1302
|
+
.style-module_StepSuccess__36Zg4 .style-module_SuccessTitleContainer__3fT9P .style-module_SuccessTitle__2cVxj {
|
|
1303
|
+
font-size: 20px; }
|
|
1304
|
+
.style-module_StepSuccess__36Zg4 .style-module_SuccessSubTitle__2UvWI {
|
|
1305
|
+
max-width: 400px;
|
|
1306
|
+
margin-left: 56px; } }
|
|
1307
|
+
@media only screen and (max-width: 400px) {
|
|
1308
|
+
.style-module_StepSuccess__36Zg4 .style-module_InfoGrid__2VYXk {
|
|
1309
|
+
grid-template-columns: 1fr;
|
|
1310
|
+
grid-gap: 24px; }
|
|
1311
|
+
.style-module_StepSuccess__36Zg4 .style-module_SuccessSubTitle__2UvWI {
|
|
1312
|
+
margin-left: 0; } }
|
|
1313
|
+
|
|
1314
|
+
.style-module_ExpandableSection__2JTCI {
|
|
1315
|
+
border-bottom: 1px solid var(--checkout-border-color); }
|
|
1316
|
+
.style-module_ExpandableSection__2JTCI .style-module_Top__3j_E0 {
|
|
1317
|
+
padding: 24px 0;
|
|
1318
|
+
display: flex;
|
|
1319
|
+
justify-content: space-between;
|
|
1320
|
+
align-items: center;
|
|
1321
|
+
user-select: none; }
|
|
1322
|
+
.style-module_ExpandableSection__2JTCI .style-module_Top__3j_E0 .style-module_Title__2w3G9 {
|
|
1323
|
+
font-weight: 600;
|
|
1324
|
+
font-size: 20px;
|
|
1325
|
+
line-height: 32px; }
|
|
1326
|
+
.style-module_ExpandableSection__2JTCI .style-module_Top__3j_E0 .style-module_HideBtn__xC3Ix {
|
|
1327
|
+
font-size: 14px;
|
|
1328
|
+
cursor: pointer;
|
|
1329
|
+
user-select: none; }
|
|
1330
|
+
.style-module_ExpandableSection__2JTCI .style-module_Content__3TXDF {
|
|
1331
|
+
padding-bottom: 24px; }
|
|
1332
|
+
|
|
1333
|
+
.style-module_ModalContainer__3JCG6 {
|
|
1334
|
+
position: fixed;
|
|
1335
|
+
top: 0;
|
|
1336
|
+
left: 0;
|
|
1337
|
+
width: 100vw;
|
|
1338
|
+
height: 100vh;
|
|
1339
|
+
background-color: rgba(0, 0, 0, 0.6);
|
|
1340
|
+
backdrop-filter: blur(6px);
|
|
1341
|
+
z-index: 9999;
|
|
1342
|
+
display: flex;
|
|
1343
|
+
justify-content: center;
|
|
1344
|
+
align-items: center; }
|
|
1345
|
+
.style-module_ModalContainer__3JCG6 .style-module_Modal__s3oha {
|
|
1346
|
+
border-radius: 8px;
|
|
1347
|
+
background-color: white;
|
|
1348
|
+
color: var(--checkout-primary-text-color);
|
|
1349
|
+
min-width: 400px;
|
|
1350
|
+
max-width: 750px;
|
|
1351
|
+
max-height: 90%;
|
|
1352
|
+
display: flex;
|
|
1353
|
+
flex-direction: column;
|
|
1354
|
+
overflow: hidden; }
|
|
1355
|
+
.style-module_ModalContainer__3JCG6 .style-module_Modal__s3oha .style-module_ModalHeader__vEeDs {
|
|
1356
|
+
flex: 0 0 auto;
|
|
1357
|
+
padding: 16px;
|
|
1358
|
+
font-size: 18px;
|
|
1359
|
+
border-bottom: 1px solid var(--checkout-border-color);
|
|
1360
|
+
display: flex;
|
|
1361
|
+
justify-content: space-between;
|
|
1362
|
+
align-items: center; }
|
|
1363
|
+
.style-module_ModalContainer__3JCG6 .style-module_Modal__s3oha .style-module_ModalHeader__vEeDs .style-module_CloseButton__3VdYY {
|
|
1364
|
+
cursor: pointer;
|
|
1365
|
+
display: flex;
|
|
1366
|
+
align-items: center; }
|
|
1367
|
+
.style-module_ModalContainer__3JCG6 .style-module_Modal__s3oha .style-module_ModalContent__2jGi3 {
|
|
1368
|
+
flex: 1 1 auto;
|
|
1369
|
+
padding: 24px;
|
|
1370
|
+
overflow-y: auto; }
|
|
1371
|
+
@media only screen and (max-width: 1000px) {
|
|
1372
|
+
.style-module_ModalContainer__3JCG6 .style-module_Modal__s3oha {
|
|
1373
|
+
max-width: unset;
|
|
1374
|
+
max-height: unset;
|
|
1375
|
+
width: 100%;
|
|
1376
|
+
height: 100%;
|
|
1377
|
+
margin: 0;
|
|
1378
|
+
border-radius: 0; }
|
|
1379
|
+
.style-module_ModalContainer__3JCG6 .style-module_Modal__s3oha .style-module_ModalHeader__vEeDs {
|
|
1380
|
+
padding: 1.5em; } }
|
|
1381
|
+
|
|
1382
|
+
.style-module_StepContainer__1O2dD {
|
|
1383
|
+
width: 100%; }
|
|
1384
|
+
.style-module_StepContainer__1O2dD .style-module_Step__1iOYA {
|
|
1385
|
+
width: 100%; }
|
|
1386
|
+
.style-module_StepContainer__1O2dD .style-module_Step__1iOYA .style-module_StepTitleContainer__2GUg2 {
|
|
1387
|
+
padding: 24px 0;
|
|
1388
|
+
border-top: 1px solid var(--checkout-border-color); }
|
|
1389
|
+
.style-module_StepContainer__1O2dD .style-module_Step__1iOYA .style-module_StepTitleContainer__2GUg2.style-module_First__cAzdJ {
|
|
1390
|
+
border-top: none; }
|
|
1391
|
+
.style-module_StepContainer__1O2dD .style-module_Step__1iOYA .style-module_StepTitleContainer__2GUg2 .style-module_StepTitleTop__3zfsj {
|
|
1392
|
+
display: flex;
|
|
1393
|
+
align-items: center; }
|
|
1394
|
+
.style-module_StepContainer__1O2dD .style-module_Step__1iOYA .style-module_StepTitleContainer__2GUg2 .style-module_StepTitleTop__3zfsj.style-module_WithRightContent__2fqb1 {
|
|
1395
|
+
align-items: flex-start; }
|
|
1396
|
+
.style-module_StepContainer__1O2dD .style-module_Step__1iOYA .style-module_StepTitleContainer__2GUg2 .style-module_StepCircle__36A5q {
|
|
1397
|
+
width: 32px;
|
|
1398
|
+
height: 32px;
|
|
1399
|
+
border-radius: 100%;
|
|
1400
|
+
border: 1px solid var(--checkout-button-bg-color);
|
|
1401
|
+
color: var(--checkout-button-bg-color);
|
|
1402
|
+
display: flex;
|
|
1403
|
+
justify-content: center;
|
|
1404
|
+
align-items: center;
|
|
1405
|
+
margin-right: 16px;
|
|
1406
|
+
flex: 0 0 auto;
|
|
1407
|
+
font-size: 20px; }
|
|
1408
|
+
.style-module_StepContainer__1O2dD .style-module_Step__1iOYA .style-module_StepTitleContainer__2GUg2 .style-module_StepCircle__36A5q.style-module_Selected__3j91L {
|
|
1409
|
+
background-color: var(--checkout-button-bg-color);
|
|
1410
|
+
color: var(--checkout-button-text-color); }
|
|
1411
|
+
.style-module_StepContainer__1O2dD .style-module_Step__1iOYA .style-module_StepTitleContainer__2GUg2 .style-module_StepCircle__36A5q.style-module_Selected__3j91L svg {
|
|
1412
|
+
transform: scale(1.5);
|
|
1413
|
+
position: relative;
|
|
1414
|
+
right: -1px; }
|
|
1415
|
+
.style-module_StepContainer__1O2dD .style-module_Step__1iOYA .style-module_StepTitleContainer__2GUg2 .style-module_StepTitle__10YDP {
|
|
1416
|
+
font-size: 22px;
|
|
1417
|
+
color: var(--checkout-primary-text-color);
|
|
1418
|
+
flex: 0 0 auto;
|
|
1419
|
+
font-weight: 600;
|
|
1420
|
+
line-height: 32px; }
|
|
1421
|
+
.style-module_StepContainer__1O2dD .style-module_Step__1iOYA .style-module_StepTitleContainer__2GUg2 .style-module_StepTitle__10YDP.style-module_Light__15wSX {
|
|
1422
|
+
color: var(--checkout-button-disabled-text-color); }
|
|
1423
|
+
.style-module_StepContainer__1O2dD .style-module_Step__1iOYA .style-module_StepTitleContainer__2GUg2 .style-module_StepTitleRightContent__2Q43m {
|
|
1424
|
+
flex: 1 1 auto; }
|
|
1425
|
+
.style-module_StepContainer__1O2dD .style-module_StepContent__20QIi {
|
|
1426
|
+
padding-bottom: 24px;
|
|
1427
|
+
padding-left: 48px;
|
|
1428
|
+
width: 100%; }
|
|
1429
|
+
@media only screen and (max-width: 1000px) {
|
|
1430
|
+
.style-module_StepContainer__1O2dD {
|
|
1431
|
+
padding: 0 24px; }
|
|
1432
|
+
.style-module_StepContainer__1O2dD .style-module_StepContent__20QIi {
|
|
1433
|
+
padding-left: 0px; } }
|
|
1434
|
+
|
|
1435
|
+
.style-module_Actions__ttsEZ {
|
|
1436
|
+
display: grid;
|
|
1437
|
+
grid-template-columns: 1fr 1fr;
|
|
1438
|
+
grid-gap: 16px; }
|
|
1439
|
+
|
|
1440
|
+
.style-module_Description__3BMvk {
|
|
1441
|
+
margin-bottom: 24px; }
|
|
1442
|
+
|
|
1443
|
+
.style-module_Container__1f6or {
|
|
1444
|
+
width: 100vw;
|
|
1445
|
+
height: 100vh;
|
|
1446
|
+
background-color: var(--checkout-primary-bg-color);
|
|
1447
|
+
display: flex;
|
|
1448
|
+
justify-content: center;
|
|
1449
|
+
align-items: center; }
|
|
1450
|
+
.style-module_Container__1f6or .style-module_loader__VCfEE,
|
|
1451
|
+
.style-module_Container__1f6or .style-module_loader__VCfEE:after {
|
|
1452
|
+
border-radius: 50%;
|
|
1453
|
+
width: 5em;
|
|
1454
|
+
height: 5em; }
|
|
1455
|
+
.style-module_Container__1f6or .style-module_loader__VCfEE {
|
|
1456
|
+
font-size: 6px;
|
|
1457
|
+
position: relative;
|
|
1458
|
+
text-indent: -9999em;
|
|
1459
|
+
border-top: 0.5em solid rgba(255, 255, 255, 0.2);
|
|
1460
|
+
border-right: 0.5em solid rgba(255, 255, 255, 0.2);
|
|
1461
|
+
border-bottom: 0.5em solid rgba(255, 255, 255, 0.2);
|
|
1462
|
+
border-left: 0.5em solid var(--checkout-button-bg-color);
|
|
1463
|
+
-webkit-transform: translateZ(0);
|
|
1464
|
+
-ms-transform: translateZ(0);
|
|
1465
|
+
transform: translateZ(0);
|
|
1466
|
+
-webkit-animation: style-module_load8__3N32j 1.1s infinite linear;
|
|
1467
|
+
animation: style-module_load8__3N32j 1.1s infinite linear; }
|
|
1468
|
+
|
|
1469
|
+
@-webkit-keyframes style-module_load8__3N32j {
|
|
1470
|
+
0% {
|
|
1471
|
+
-webkit-transform: rotate(0deg);
|
|
1472
|
+
transform: rotate(0deg); }
|
|
1473
|
+
100% {
|
|
1474
|
+
-webkit-transform: rotate(360deg);
|
|
1475
|
+
transform: rotate(360deg); } }
|
|
1476
|
+
|
|
1477
|
+
@keyframes style-module_load8__3N32j {
|
|
1478
|
+
0% {
|
|
1479
|
+
-webkit-transform: rotate(0deg);
|
|
1480
|
+
transform: rotate(0deg); }
|
|
1481
|
+
100% {
|
|
1482
|
+
-webkit-transform: rotate(360deg);
|
|
1483
|
+
transform: rotate(360deg); } }
|