@gofynd/theme-template 3.2.32 → 3.2.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (26) hide show
  1. package/dist/components/payment-options/card-payment.css +3556 -0
  2. package/dist/components/payment-options/card-payment.js +1 -0
  3. package/dist/components/payment-options/cardless-emi-pay.js +1 -0
  4. package/dist/components/payment-options/cod-payment.css +497 -0
  5. package/dist/components/payment-options/cod-payment.js +1 -0
  6. package/dist/components/payment-options/net-banking-pay.css +497 -0
  7. package/dist/components/payment-options/net-banking-pay.js +1 -0
  8. package/dist/components/payment-options/other-pay.js +1 -0
  9. package/dist/components/payment-options/pay-later.js +1 -0
  10. package/dist/components/payment-options/qr-code-pay.js +1 -0
  11. package/dist/components/payment-options/upi-app-pay.css +497 -0
  12. package/dist/components/payment-options/upi-app-pay.js +1 -0
  13. package/dist/components/payment-options/wallet-pay.css +497 -0
  14. package/dist/components/payment-options/wallet-pay.js +1 -0
  15. package/dist/index.js +1 -1
  16. package/dist/page-layouts/payment/useCheckoutPayment.js +1 -0
  17. package/dist/page-layouts/single-checkout/payment/card-form.js +1 -1
  18. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +269 -1257
  19. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
  20. package/dist/page-layouts/single-checkout/payment/checkout-payment.css +268 -1256
  21. package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
  22. package/dist/page-layouts/single-checkout/payment/juspay-card-from.js +1 -1
  23. package/dist/pages/checkout/checkout.js +1 -1
  24. package/dist/pages/checkout/index.js +1 -1
  25. package/dist/pages/index.js +1 -1
  26. package/package.json +1 -1
@@ -0,0 +1,3556 @@
1
+ /**color by character**/
2
+ /** Font family **/
3
+ /** Font weight **/
4
+ .modal__display-block___hgYd9 {
5
+ display: block;
6
+ }
7
+ .modal__inline-block___p6rme,
8
+ .modal__inlineBlock___pEzt0 {
9
+ display: inline-block;
10
+ }
11
+ .modal__flex-row___lpE6D {
12
+ display: flex;
13
+ }
14
+ .modal__flex-column___ExDN9,
15
+ .modal__flexColumn___xxTeX {
16
+ display: flex;
17
+ flex-direction: column;
18
+ }
19
+ .modal__flex-align-center___oGONG,
20
+ .modal__flexAlignCenter___GYZdu {
21
+ display: flex;
22
+ align-items: center;
23
+ }
24
+ .modal__flex-justify-center___y5ezr,
25
+ .modal__flexJustifyCenter___AzJKl {
26
+ display: flex;
27
+ justify-content: center;
28
+ }
29
+ .modal__flex-center___jm_N0,
30
+ .modal__flexCenter___RlaVj {
31
+ display: flex;
32
+ justify-content: center;
33
+ align-items: center;
34
+ }
35
+ .modal__justify-start___WJBo1,
36
+ .modal__justifyStart___v728x {
37
+ justify-content: flex-start;
38
+ }
39
+ .modal__justify-end___TGeOT,
40
+ .modal__justifyEnd___BfpWz {
41
+ justify-content: flex-end;
42
+ }
43
+ .modal__justify-between___Y6DMP,
44
+ .modal__justifyBetween___eLS0j {
45
+ justify-content: space-between;
46
+ }
47
+ .modal__justify-around___Umrnm,
48
+ .modal__justifyAround___Y_EP0 {
49
+ justify-content: space-around;
50
+ }
51
+ .modal__justify-evenly___H4zHB,
52
+ .modal__justifyEvenly___ToJy3 {
53
+ justify-content: space-evenly;
54
+ }
55
+ h1,
56
+ .modal__h1___tY1V2 {
57
+ font-weight: 700;
58
+ font-size: 28px;
59
+ line-height: 42px;
60
+ letter-spacing: -0.03em;
61
+ color: var(--textHeading, #26201a);
62
+ }
63
+ @media only screen and (min-width: 769px) {
64
+ h1,
65
+ .modal__h1___tY1V2 {
66
+ font-size: 36px;
67
+ line-height: 48px;
68
+ }
69
+ }
70
+ h2,
71
+ .modal__h2___zqsr0 {
72
+ font-weight: 700;
73
+ font-size: 28px;
74
+ line-height: 36px;
75
+ letter-spacing: -0.03em;
76
+ color: var(--textHeading, #26201a);
77
+ }
78
+ @media only screen and (min-width: 769px) {
79
+ h2,
80
+ .modal__h2___zqsr0 {
81
+ font-size: 32px;
82
+ line-height: 42px;
83
+ }
84
+ }
85
+ h3,
86
+ .modal__h3___uKlio {
87
+ font-weight: 700;
88
+ letter-spacing: -0.02em;
89
+ color: var(--textHeading, #26201a);
90
+ font-size: 24px;
91
+ line-height: 32px;
92
+ }
93
+ @media only screen and (min-width: 769px) {
94
+ h3,
95
+ .modal__h3___uKlio {
96
+ font-weight: 700;
97
+ letter-spacing: -0.02em;
98
+ color: var(--textHeading, #26201a);
99
+ font-size: 28px;
100
+ line-height: 36px;
101
+ }
102
+ }
103
+ h4,
104
+ .modal__h4___mLdGX {
105
+ font-weight: 600;
106
+ letter-spacing: -0.02em;
107
+ color: var(--textHeading, #26201a);
108
+ font-size: 16px;
109
+ line-height: 1.5;
110
+ }
111
+ @media only screen and (min-width: 769px) {
112
+ h4,
113
+ .modal__h4___mLdGX {
114
+ font-weight: 600;
115
+ letter-spacing: -0.02em;
116
+ color: var(--textHeading, #26201a);
117
+ font-size: 20px;
118
+ line-height: 1.5;
119
+ }
120
+ }
121
+ h5,
122
+ .modal__h5___XqZqX {
123
+ font-weight: 600;
124
+ font-size: 14px;
125
+ line-height: 16px;
126
+ letter-spacing: -0.02em;
127
+ color: var(--textHeading, #26201a);
128
+ }
129
+ @media only screen and (min-width: 769px) {
130
+ h5,
131
+ .modal__h5___XqZqX {
132
+ font-size: 16px;
133
+ line-height: 18px;
134
+ }
135
+ }
136
+ .modal__b1___FJ8O5 {
137
+ font-weight: 400;
138
+ font-size: 14px;
139
+ line-height: 18px;
140
+ letter-spacing: -0.02em;
141
+ color: var(--textBody, #3c3131);
142
+ }
143
+ @media only screen and (min-width: 769px) {
144
+ .modal__b1___FJ8O5 {
145
+ font-size: 16px;
146
+ line-height: 20px;
147
+ }
148
+ }
149
+ .modal__b-small___d5sGC,
150
+ .modal__bSmall___Jx2be,
151
+ .modal__b2___ww0WS {
152
+ font-weight: 400;
153
+ letter-spacing: -0.02em;
154
+ color: var(--textBody, #3c3131);
155
+ font-size: 12px;
156
+ line-height: 16px;
157
+ }
158
+ @media only screen and (min-width: 769px) {
159
+ .modal__b-small___d5sGC,
160
+ .modal__bSmall___Jx2be,
161
+ .modal__b2___ww0WS {
162
+ font-weight: 400;
163
+ letter-spacing: -0.02em;
164
+ color: var(--textBody, #3c3131);
165
+ font-size: 14px;
166
+ line-height: 18px;
167
+ }
168
+ }
169
+ .modal__d1___gmqls {
170
+ font-size: 36px;
171
+ font-weight: 700;
172
+ line-height: 48px;
173
+ letter-spacing: -0.02em;
174
+ }
175
+ @media only screen and (min-width: 769px) {
176
+ .modal__d1___gmqls {
177
+ font-size: 64px;
178
+ line-height: 85px;
179
+ letter-spacing: -0.03em;
180
+ }
181
+ }
182
+ .modal__caption-medium___GbhtF,
183
+ .modal__captionMedium___zCJpb {
184
+ font-size: 12px;
185
+ line-height: 1.5;
186
+ letter-spacing: -0.02em;
187
+ font-weight: 500;
188
+ }
189
+ @media only screen and (max-width: 480px) {
190
+ .modal__caption-medium___GbhtF,
191
+ .modal__captionMedium___zCJpb {
192
+ font-size: 11px;
193
+ }
194
+ }
195
+ .modal__caption-semi-bold___feZV5,
196
+ .modal__captionSemiBold___pxAn7 {
197
+ font-size: 12px;
198
+ line-height: 1.5;
199
+ letter-spacing: -0.02em;
200
+ font-weight: 600;
201
+ }
202
+ @media only screen and (max-width: 480px) {
203
+ .modal__caption-semi-bold___feZV5,
204
+ .modal__captionSemiBold___pxAn7 {
205
+ font-size: 11px;
206
+ }
207
+ }
208
+ .modal__btn-link___rkrNS,
209
+ .modal__btnLink___yqJlb {
210
+ font-weight: 500;
211
+ letter-spacing: -0.02em;
212
+ font-size: 12px;
213
+ line-height: 14px;
214
+ border-radius: var(--buttonRadius, 0px);
215
+ cursor: pointer;
216
+ color: var(--buttonLink, #b1655b);
217
+ text-decoration: underline;
218
+ background: none;
219
+ border: none;
220
+ }
221
+ @media only screen and (min-width: 769px) {
222
+ .modal__btn-link___rkrNS,
223
+ .modal__btnLink___yqJlb {
224
+ font-weight: 500;
225
+ letter-spacing: -0.02em;
226
+ font-size: 14px;
227
+ line-height: 16px;
228
+ }
229
+ }
230
+ .modal__btn-link___rkrNS:hover,
231
+ .modal__btnLink___yqJlb:hover {
232
+ color: var(--buttonLinkL1, #c1847c);
233
+ }
234
+ .modal__btn-link___rkrNS:disabled,
235
+ .modal__btnLink___yqJlb:disabled {
236
+ color: var(--buttonLinkL2, #d0a39d);
237
+ }
238
+ .modal__btn-link___rkrNS:active,
239
+ .modal__btnLink___yqJlb:active {
240
+ opacity: 0.8;
241
+ }
242
+ .modal__user-select-none___N6ZAk,
243
+ .modal__userSelectNone___TRXWQ {
244
+ user-select: none;
245
+ -moz-user-select: none;
246
+ -webkit-user-select: none;
247
+ -ms-user-select: none;
248
+ }
249
+ .modal__margin-0-auto___p_dGq,
250
+ .modal__margin0auto___dB88d {
251
+ margin: 0 auto;
252
+ }
253
+ .modal__base-page-container___eZhia,
254
+ .modal__basePageContainer___QUmCs {
255
+ max-width: 1440px !important;
256
+ }
257
+ .modal__remove-scroll___vOtMk,
258
+ .modal__removeScroll___sjuCx {
259
+ overflow-y: hidden !important;
260
+ }
261
+ .modal__mr-5___DjKqT,
262
+ .modal__mr5___il5jH {
263
+ margin-inline-end: 30px !important;
264
+ }
265
+ .modal__mr-2___SKD1t,
266
+ .modal__mr2___BSxti {
267
+ margin-inline-end: 5px !important;
268
+ }
269
+ .modal__py-5___OpCsp,
270
+ .modal__py5___hfa2b {
271
+ padding-top: 1.875rem !important;
272
+ padding-bottom: 1.875rem !important;
273
+ }
274
+ .modal__view-all-text___liM5N,
275
+ .modal__viewAllText___PNzm8 {
276
+ font-size: 20px;
277
+ font-weight: 400;
278
+ text-transform: lowercase;
279
+ text-decoration: underline;
280
+ }
281
+ .modal__view-all-mobile___QRBrP,
282
+ .modal__viewAllMobile___yTiiQ {
283
+ display: none;
284
+ }
285
+ @media only screen and (max-width: 768px) {
286
+ .modal__view-all-mobile___QRBrP,
287
+ .modal__viewAllMobile___yTiiQ {
288
+ display: flex;
289
+ align-items: center;
290
+ justify-content: center;
291
+ margin-top: 40px;
292
+ }
293
+ }
294
+ @media only screen and (max-width: 480px) {
295
+ .modal__view-all-mobile___QRBrP,
296
+ .modal__viewAllMobile___yTiiQ {
297
+ margin-top: 24px;
298
+ }
299
+ }
300
+ .modal__accent-btn___LaDY8,
301
+ .modal__accentBtn___qmSZa {
302
+ background-color: var(--accentColor);
303
+ color: #fff;
304
+ }
305
+ .modal__no-scroll___tsTBg,
306
+ .modal__noScroll___qaX_j {
307
+ overflow-y: hidden;
308
+ }
309
+ .modal__hide-overflow___KTJV8,
310
+ .modal__hideOverflow___eBPB_ {
311
+ overflow: hidden;
312
+ }
313
+ .modal__markdown-body___J3yk1 h6 {
314
+ margin-top: 0 !important;
315
+ margin-bottom: 0 !important;
316
+ }
317
+ @media only screen and (max-width: 480px) {
318
+ .modal__markdown-body___J3yk1 {
319
+ font-size: 12px !important;
320
+ padding: 5px !important;
321
+ }
322
+ }
323
+ .modal__view3d-canvas___qA5vJ {
324
+ width: 100%;
325
+ height: 100%;
326
+ }
327
+ @media only screen and (max-width: 480px) {
328
+ .modal__view-mobile-up___gXGqs {
329
+ display: none !important;
330
+ }
331
+ }
332
+ @media only screen and (min-width: 481px) {
333
+ .modal__view-mobile___nGCzH {
334
+ display: none !important;
335
+ }
336
+ }
337
+ .modal__modal___xT3RX {
338
+ position: fixed;
339
+ inset: 0;
340
+ z-index: 40;
341
+ overflow-y: auto;
342
+ overflow-x: hidden;
343
+ display: flex;
344
+ justify-content: center;
345
+ align-items: center;
346
+ }
347
+ @media only screen and (max-width: 768px) {
348
+ .modal__modal___xT3RX {
349
+ align-items: flex-end;
350
+ }
351
+ }
352
+ .modal__modal___xT3RX:before {
353
+ content: "";
354
+ background-color: var(--overlay, #14130e);
355
+ opacity: 0.6;
356
+ inset: 0;
357
+ position: fixed;
358
+ z-index: -1;
359
+ transform: translateZ(0);
360
+ -webkit-transform: translateZ(0);
361
+ }
362
+ .modal__modalContainer___BoKU8 {
363
+ min-width: 300px;
364
+ background-color: var(--dialogBackground, #fff);
365
+ border-radius: 3px;
366
+ min-height: 100px;
367
+ max-width: 720px;
368
+ overflow: hidden;
369
+ display: flex;
370
+ flex-direction: column;
371
+ border-radius: 8px;
372
+ box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
373
+ transform: translateZ(0);
374
+ -webkit-transform: translateZ(0);
375
+ /* Safari */
376
+ -moz-transform: translateZ(0);
377
+ /* Firefox */
378
+ -ms-transform: translateZ(0);
379
+ /* IE/Edge */
380
+ -o-transform: translateZ(0);
381
+ /* Opera */
382
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
383
+ }
384
+ @media only screen and (max-width: 768px) {
385
+ .modal__modalContainer___BoKU8 {
386
+ width: 100%;
387
+ max-width: unset;
388
+ }
389
+ }
390
+ @media only screen and (max-width: 768px) {
391
+ .modal__modalContainer--borders____AGZf {
392
+ border: none;
393
+ border-radius: 0;
394
+ border-start-start-radius: 8px;
395
+ border-start-end-radius: 8px;
396
+ }
397
+ }
398
+ .modal__modalHeader___xKo1g {
399
+ display: flex;
400
+ justify-content: space-between;
401
+ align-items: center;
402
+ position: sticky;
403
+ top: 0;
404
+ width: 100%;
405
+ box-sizing: border-box;
406
+ border-bottom: 1px solid var(--dividerStokes, #d4d1d1);
407
+ background: var(--dialogBackground, #fff);
408
+ z-index: 4;
409
+ padding: 8px;
410
+ }
411
+ .modal__modalHeader___xKo1g .modal__crossIcon___ieJau {
412
+ width: 21px;
413
+ height: 21px;
414
+ cursor: pointer;
415
+ }
416
+ .modal__modalBody___peHlJ {
417
+ flex: 1;
418
+ max-height: 95vh;
419
+ overflow-y: auto;
420
+ }
421
+ .modal__rightModal___acoje {
422
+ justify-content: flex-end;
423
+ }
424
+ .modal__rightModal___acoje .modal__modalContainer___BoKU8 {
425
+ height: 100%;
426
+ width: 40%;
427
+ border-radius: 0;
428
+ }
429
+ .modal__rightModal___acoje .modal__modalContainer___BoKU8 .modal__modalHeader___xKo1g {
430
+ padding: 24px;
431
+ }
432
+ @media only screen and (max-width: 768px) {
433
+ .modal__rightModal___acoje .modal__modalContainer___BoKU8 .modal__modalHeader___xKo1g {
434
+ padding: 16px;
435
+ }
436
+ }
437
+ .modal__rightModal___acoje .modal__modalContainer___BoKU8 .modal__modalHeader___xKo1g .modal__modalTitle___yvZQo {
438
+ font-size: 16px;
439
+ line-height: 18px;
440
+ }
441
+ @media only screen and (max-width: 768px) {
442
+ .modal__rightModal___acoje .modal__modalContainer___BoKU8 {
443
+ width: 100%;
444
+ border-radius: 0;
445
+ }
446
+ }
447
+ @media only screen and (max-width: 768px) {
448
+ .modal__centerModal___CkbLu {
449
+ align-items: center;
450
+ }
451
+ }
452
+ @media only screen and (max-width: 480px) {
453
+ .modal__centerModal___CkbLu {
454
+ align-items: flex-end;
455
+ }
456
+ }
457
+ .modal__centerModal___CkbLu .modal__modalContainer___BoKU8 {
458
+ border-radius: 8px;
459
+ }
460
+ @media only screen and (max-width: 768px) {
461
+ .modal__centerModal___CkbLu .modal__modalContainer___BoKU8 {
462
+ width: unset;
463
+ max-width: 720px;
464
+ }
465
+ }
466
+ @media only screen and (max-width: 480px) {
467
+ .modal__centerModal___CkbLu .modal__modalContainer___BoKU8 {
468
+ width: 100%;
469
+ max-width: 100%;
470
+ border-radius: 0;
471
+ }
472
+ }
473
+ .modal__centerModal___CkbLu .modal__modalContainer___BoKU8 .modal__modalHeader___xKo1g {
474
+ border-radius: 8px 8px 0px 0px;
475
+ }
476
+ @media only screen and (max-width: 480px) {
477
+ .modal__centerModal___CkbLu .modal__modalContainer___BoKU8 .modal__modalHeader___xKo1g {
478
+ border-radius: 0;
479
+ }
480
+ }
481
+ .modal__modalTitle___yvZQo {
482
+ font-weight: 600;
483
+ color: var(--textHeading, #26201a);
484
+ line-height: 140%;
485
+ font-size: 16px;
486
+ }
487
+ .modal__modalSubTitle___Jr61k {
488
+ line-height: 140%;
489
+ font-size: 14px;
490
+ margin-top: 8px;
491
+ font-weight: 500;
492
+ color: var(--textBody, #3c3131);
493
+ }
494
+ .modal__disableScroll___cy36a {
495
+ overflow-y: hidden;
496
+ }
497
+
498
+ /**color by character**/
499
+ /** Font family **/
500
+ /** Font weight **/
501
+ .checkout-payment-content__display-block___yLIFj {
502
+ display: block;
503
+ }
504
+ .checkout-payment-content__inline-block___QgQwP,
505
+ .checkout-payment-content__inlineBlock___AGJWQ {
506
+ display: inline-block;
507
+ }
508
+ .checkout-payment-content__flex-row___a2a7y {
509
+ display: flex;
510
+ }
511
+ .checkout-payment-content__flex-column___OThGc,
512
+ .checkout-payment-content__flexColumn___ed95o {
513
+ display: flex;
514
+ flex-direction: column;
515
+ }
516
+ .checkout-payment-content__flex-align-center___sD4GD,
517
+ .checkout-payment-content__flexAlignCenter___Xf_uF {
518
+ display: flex;
519
+ align-items: center;
520
+ }
521
+ .checkout-payment-content__flex-justify-center___SccER,
522
+ .checkout-payment-content__flexJustifyCenter___ci8UE {
523
+ display: flex;
524
+ justify-content: center;
525
+ }
526
+ .checkout-payment-content__flex-center___UIUsu,
527
+ .checkout-payment-content__flexCenter____SO_C {
528
+ display: flex;
529
+ justify-content: center;
530
+ align-items: center;
531
+ }
532
+ .checkout-payment-content__justify-start___Y9ZwR,
533
+ .checkout-payment-content__justifyStart___agOZF {
534
+ justify-content: flex-start;
535
+ }
536
+ .checkout-payment-content__justify-end___fXP67,
537
+ .checkout-payment-content__justifyEnd___xkRim {
538
+ justify-content: flex-end;
539
+ }
540
+ .checkout-payment-content__justify-between___UTJk4,
541
+ .checkout-payment-content__justifyBetween___G1bGA {
542
+ justify-content: space-between;
543
+ }
544
+ .checkout-payment-content__justify-around___V6eu8,
545
+ .checkout-payment-content__justifyAround___iwHYz {
546
+ justify-content: space-around;
547
+ }
548
+ .checkout-payment-content__justify-evenly___KQgot,
549
+ .checkout-payment-content__justifyEvenly___urAAS {
550
+ justify-content: space-evenly;
551
+ }
552
+ h1,
553
+ .checkout-payment-content__h1___J5QNY {
554
+ font-weight: 700;
555
+ font-size: 28px;
556
+ line-height: 42px;
557
+ letter-spacing: -0.03em;
558
+ color: var(--textHeading, #26201a);
559
+ }
560
+ @media only screen and (min-width: 769px) {
561
+ h1,
562
+ .checkout-payment-content__h1___J5QNY {
563
+ font-size: 36px;
564
+ line-height: 48px;
565
+ }
566
+ }
567
+ h2,
568
+ .checkout-payment-content__h2___b87fF {
569
+ font-weight: 700;
570
+ font-size: 28px;
571
+ line-height: 36px;
572
+ letter-spacing: -0.03em;
573
+ color: var(--textHeading, #26201a);
574
+ }
575
+ @media only screen and (min-width: 769px) {
576
+ h2,
577
+ .checkout-payment-content__h2___b87fF {
578
+ font-size: 32px;
579
+ line-height: 42px;
580
+ }
581
+ }
582
+ h3,
583
+ .checkout-payment-content__h3___dN06_ {
584
+ font-weight: 700;
585
+ letter-spacing: -0.02em;
586
+ color: var(--textHeading, #26201a);
587
+ font-size: 24px;
588
+ line-height: 32px;
589
+ }
590
+ @media only screen and (min-width: 769px) {
591
+ h3,
592
+ .checkout-payment-content__h3___dN06_ {
593
+ font-weight: 700;
594
+ letter-spacing: -0.02em;
595
+ color: var(--textHeading, #26201a);
596
+ font-size: 28px;
597
+ line-height: 36px;
598
+ }
599
+ }
600
+ h4,
601
+ .checkout-payment-content__h4___Yiff9 {
602
+ font-weight: 600;
603
+ letter-spacing: -0.02em;
604
+ color: var(--textHeading, #26201a);
605
+ font-size: 16px;
606
+ line-height: 1.5;
607
+ }
608
+ @media only screen and (min-width: 769px) {
609
+ h4,
610
+ .checkout-payment-content__h4___Yiff9 {
611
+ font-weight: 600;
612
+ letter-spacing: -0.02em;
613
+ color: var(--textHeading, #26201a);
614
+ font-size: 20px;
615
+ line-height: 1.5;
616
+ }
617
+ }
618
+ h5,
619
+ .checkout-payment-content__h5___wPPM8 {
620
+ font-weight: 600;
621
+ font-size: 14px;
622
+ line-height: 16px;
623
+ letter-spacing: -0.02em;
624
+ color: var(--textHeading, #26201a);
625
+ }
626
+ @media only screen and (min-width: 769px) {
627
+ h5,
628
+ .checkout-payment-content__h5___wPPM8 {
629
+ font-size: 16px;
630
+ line-height: 18px;
631
+ }
632
+ }
633
+ .checkout-payment-content__b1___TDLp4 {
634
+ font-weight: 400;
635
+ font-size: 14px;
636
+ line-height: 18px;
637
+ letter-spacing: -0.02em;
638
+ color: var(--textBody, #3c3131);
639
+ }
640
+ @media only screen and (min-width: 769px) {
641
+ .checkout-payment-content__b1___TDLp4 {
642
+ font-size: 16px;
643
+ line-height: 20px;
644
+ }
645
+ }
646
+ .checkout-payment-content__b-small___xA1iY,
647
+ .checkout-payment-content__bSmall___rJvaj,
648
+ .checkout-payment-content__b2___JaFrA {
649
+ font-weight: 400;
650
+ letter-spacing: -0.02em;
651
+ color: var(--textBody, #3c3131);
652
+ font-size: 12px;
653
+ line-height: 16px;
654
+ }
655
+ @media only screen and (min-width: 769px) {
656
+ .checkout-payment-content__b-small___xA1iY,
657
+ .checkout-payment-content__bSmall___rJvaj,
658
+ .checkout-payment-content__b2___JaFrA {
659
+ font-weight: 400;
660
+ letter-spacing: -0.02em;
661
+ color: var(--textBody, #3c3131);
662
+ font-size: 14px;
663
+ line-height: 18px;
664
+ }
665
+ }
666
+ .checkout-payment-content__d1___chClI {
667
+ font-size: 36px;
668
+ font-weight: 700;
669
+ line-height: 48px;
670
+ letter-spacing: -0.02em;
671
+ }
672
+ @media only screen and (min-width: 769px) {
673
+ .checkout-payment-content__d1___chClI {
674
+ font-size: 64px;
675
+ line-height: 85px;
676
+ letter-spacing: -0.03em;
677
+ }
678
+ }
679
+ .checkout-payment-content__caption-medium___s4nwJ,
680
+ .checkout-payment-content__captionMedium___boOFu {
681
+ font-size: 12px;
682
+ line-height: 1.5;
683
+ letter-spacing: -0.02em;
684
+ font-weight: 500;
685
+ }
686
+ @media only screen and (max-width: 480px) {
687
+ .checkout-payment-content__caption-medium___s4nwJ,
688
+ .checkout-payment-content__captionMedium___boOFu {
689
+ font-size: 11px;
690
+ }
691
+ }
692
+ .checkout-payment-content__caption-semi-bold____upNw,
693
+ .checkout-payment-content__captionSemiBold___ThE5O {
694
+ font-size: 12px;
695
+ line-height: 1.5;
696
+ letter-spacing: -0.02em;
697
+ font-weight: 600;
698
+ }
699
+ @media only screen and (max-width: 480px) {
700
+ .checkout-payment-content__caption-semi-bold____upNw,
701
+ .checkout-payment-content__captionSemiBold___ThE5O {
702
+ font-size: 11px;
703
+ }
704
+ }
705
+ .checkout-payment-content__btn-link___wufbA,
706
+ .checkout-payment-content__btnLink___ZQ48j {
707
+ font-weight: 500;
708
+ letter-spacing: -0.02em;
709
+ font-size: 12px;
710
+ line-height: 14px;
711
+ border-radius: var(--buttonRadius, 0px);
712
+ cursor: pointer;
713
+ color: var(--buttonLink, #b1655b);
714
+ text-decoration: underline;
715
+ background: none;
716
+ border: none;
717
+ }
718
+ @media only screen and (min-width: 769px) {
719
+ .checkout-payment-content__btn-link___wufbA,
720
+ .checkout-payment-content__btnLink___ZQ48j {
721
+ font-weight: 500;
722
+ letter-spacing: -0.02em;
723
+ font-size: 14px;
724
+ line-height: 16px;
725
+ }
726
+ }
727
+ .checkout-payment-content__btn-link___wufbA:hover,
728
+ .checkout-payment-content__btnLink___ZQ48j:hover {
729
+ color: var(--buttonLinkL1, #c1847c);
730
+ }
731
+ .checkout-payment-content__btn-link___wufbA:disabled,
732
+ .checkout-payment-content__btnLink___ZQ48j:disabled {
733
+ color: var(--buttonLinkL2, #d0a39d);
734
+ }
735
+ .checkout-payment-content__btn-link___wufbA:active,
736
+ .checkout-payment-content__btnLink___ZQ48j:active {
737
+ opacity: 0.8;
738
+ }
739
+ .checkout-payment-content__user-select-none___KA1Oo,
740
+ .checkout-payment-content__userSelectNone___crucG {
741
+ user-select: none;
742
+ -moz-user-select: none;
743
+ -webkit-user-select: none;
744
+ -ms-user-select: none;
745
+ }
746
+ .checkout-payment-content__margin-0-auto___b2Sr6,
747
+ .checkout-payment-content__margin0auto___nYFlQ {
748
+ margin: 0 auto;
749
+ }
750
+ .checkout-payment-content__base-page-container___e6ryj,
751
+ .checkout-payment-content__basePageContainer___SFq_B {
752
+ max-width: 1440px !important;
753
+ }
754
+ .checkout-payment-content__remove-scroll___llnAW,
755
+ .checkout-payment-content__removeScroll___B6zPl {
756
+ overflow-y: hidden !important;
757
+ }
758
+ .checkout-payment-content__mr-5___JyuiJ,
759
+ .checkout-payment-content__mr5___yab6i {
760
+ margin-inline-end: 30px !important;
761
+ }
762
+ .checkout-payment-content__mr-2___BpAkg,
763
+ .checkout-payment-content__mr2___bbNXm {
764
+ margin-inline-end: 5px !important;
765
+ }
766
+ .checkout-payment-content__py-5___n6RPT,
767
+ .checkout-payment-content__py5___jhOdB {
768
+ padding-top: 1.875rem !important;
769
+ padding-bottom: 1.875rem !important;
770
+ }
771
+ .checkout-payment-content__view-all-text___AfBBJ,
772
+ .checkout-payment-content__viewAllText___Ubv6m {
773
+ font-size: 20px;
774
+ font-weight: 400;
775
+ text-transform: lowercase;
776
+ text-decoration: underline;
777
+ }
778
+ .checkout-payment-content__view-all-mobile___y8nru,
779
+ .checkout-payment-content__viewAllMobile___oOagx {
780
+ display: none;
781
+ }
782
+ @media only screen and (max-width: 768px) {
783
+ .checkout-payment-content__view-all-mobile___y8nru,
784
+ .checkout-payment-content__viewAllMobile___oOagx {
785
+ display: flex;
786
+ align-items: center;
787
+ justify-content: center;
788
+ margin-top: 40px;
789
+ }
790
+ }
791
+ @media only screen and (max-width: 480px) {
792
+ .checkout-payment-content__view-all-mobile___y8nru,
793
+ .checkout-payment-content__viewAllMobile___oOagx {
794
+ margin-top: 24px;
795
+ }
796
+ }
797
+ .checkout-payment-content__accent-btn___EB1nj,
798
+ .checkout-payment-content__accentBtn___eYpUP {
799
+ background-color: var(--accentColor);
800
+ color: #fff;
801
+ }
802
+ .checkout-payment-content__no-scroll___W_vSi,
803
+ .checkout-payment-content__noScroll___XH8AD {
804
+ overflow-y: hidden;
805
+ }
806
+ .checkout-payment-content__hide-overflow___NTMwp,
807
+ .checkout-payment-content__hideOverflow___SsMwn {
808
+ overflow: hidden;
809
+ }
810
+ .checkout-payment-content__markdown-body___ZcwTu h6 {
811
+ margin-top: 0 !important;
812
+ margin-bottom: 0 !important;
813
+ }
814
+ @media only screen and (max-width: 480px) {
815
+ .checkout-payment-content__markdown-body___ZcwTu {
816
+ font-size: 12px !important;
817
+ padding: 5px !important;
818
+ }
819
+ }
820
+ .checkout-payment-content__view3d-canvas___FpDXh {
821
+ width: 100%;
822
+ height: 100%;
823
+ }
824
+ @media only screen and (max-width: 480px) {
825
+ .checkout-payment-content__view-mobile-up___j_pXl {
826
+ display: none !important;
827
+ }
828
+ }
829
+ @media only screen and (min-width: 481px) {
830
+ .checkout-payment-content__view-mobile___akebI {
831
+ display: none !important;
832
+ }
833
+ }
834
+ .card_number_div, .card_exp_month_div, .card_exp_year_div, .security_code_div, .name_on_card_div {
835
+ height: 48px;
836
+ border: 1px solid var(--dividerStokes);
837
+ border-radius: 4px;
838
+ color: var(--textBody, #3c3131);
839
+ overflow: hidden;
840
+ padding-left: 16px;
841
+ padding-right: 16px;
842
+ outline: none;
843
+ margin-top: 16px;
844
+ }
845
+ .security_code_div {
846
+ width: 103px;
847
+ }
848
+ .card_exp_month_div, .card_exp_year_div {
849
+ width: 25%;
850
+ }
851
+ .security_code_div {
852
+ width: 50%;
853
+ }
854
+ @media screen and (max-width: 768px) {
855
+ .card_number_div, .card_exp_month_div, .card_exp_year_div, .security_code_div, .name_on_card_div {
856
+ height: 48px;
857
+ }
858
+ }
859
+ .checkout-payment-content__juspayCardNumberBox___Hk0Td {
860
+ position: relative;
861
+ }
862
+ .checkout-payment-content__juspayCardNetwork___D2nCX {
863
+ cursor: pointer;
864
+ height: 28px;
865
+ position: absolute;
866
+ inset-inline-end: 8px;
867
+ top: 25px;
868
+ transform: translateY(-50%);
869
+ }
870
+ @media only screen and (min-width: 769px) {
871
+ .checkout-payment-content__juspayCardNetwork___D2nCX {
872
+ top: 25px;
873
+ transform: translateY(-50%);
874
+ height: 32px;
875
+ }
876
+ }
877
+ .checkout-payment-content__cardDateCvvJuspayWrapper____0KQj {
878
+ display: flex;
879
+ flex-direction: row;
880
+ gap: 8px;
881
+ }
882
+ .checkout-payment-content__checkbox___ci4x4 {
883
+ accent-color: var(--buttonPrimary);
884
+ height: 13px;
885
+ width: 13px;
886
+ cursor: pointer;
887
+ }
888
+ .checkout-payment-content__checkboxWrapper___ohDrw {
889
+ display: flex;
890
+ justify-content: start;
891
+ flex-direction: row;
892
+ align-items: center;
893
+ gap: 8px;
894
+ margin-top: 16px;
895
+ }
896
+ .checkout-payment-content__rbiGuidelines___jmtpW {
897
+ display: flex;
898
+ align-items: center;
899
+ margin-top: 16px;
900
+ }
901
+ @media only screen and (max-width: 480px) {
902
+ .checkout-payment-content__rbiGuidelines___jmtpW {
903
+ margin-bottom: 24px;
904
+ }
905
+ }
906
+ .checkout-payment-content__rbiGuidelines___jmtpW input:checked:before {
907
+ background-color: var(--buttonPrimary);
908
+ }
909
+ .checkout-payment-content__rbiGuidelines___jmtpW .checkout-payment-content__rbiGuidelinesText___N6rOU {
910
+ display: flex;
911
+ font-family: inherit;
912
+ font-weight: 400;
913
+ font-size: 12px;
914
+ color: #1f1f1f;
915
+ margin: 0 8px;
916
+ align-self: center;
917
+ line-height: 140%;
918
+ }
919
+ @media only screen and (max-width: 480px) {
920
+ .checkout-payment-content__marginBottom___qTP6J {
921
+ margin-bottom: 24px;
922
+ }
923
+ }
924
+ .checkout-payment-content__container___HusGh {
925
+ background: var(--pageBackground, #f8f8f8);
926
+ }
927
+ .checkout-payment-content__container___HusGh.checkout-payment-content__unsetBorder___iXIU7 {
928
+ border: unset;
929
+ padding-top: 0;
930
+ }
931
+ @media only screen and (min-width: 769px) and (max-width: 1024px) {
932
+ .checkout-payment-content__container___HusGh {
933
+ padding: 16px !important;
934
+ }
935
+ }
936
+ @media only screen and (min-width: 769px) {
937
+ .checkout-payment-content__container___HusGh {
938
+ display: flex;
939
+ padding: 24px;
940
+ border: 1px solid var(--dividerStokes);
941
+ border-top: none;
942
+ border-radius: 0 0 8px 8px;
943
+ flex-direction: column;
944
+ gap: 24px;
945
+ }
946
+ }
947
+ .checkout-payment-content__container___HusGh .checkout-payment-content__creditNote___giWgh {
948
+ display: none;
949
+ }
950
+ @media only screen and (max-width: 768px) {
951
+ .checkout-payment-content__container___HusGh .checkout-payment-content__creditNote___giWgh {
952
+ margin-top: 20px;
953
+ }
954
+ }
955
+ @media only screen and (min-width: 481px) {
956
+ .checkout-payment-content__container___HusGh .checkout-payment-content__creditNote___giWgh {
957
+ display: block;
958
+ }
959
+ }
960
+ .checkout-payment-content__container___HusGh .checkout-payment-content__paymentOptions___iL15l {
961
+ display: flex;
962
+ }
963
+ .checkout-payment-content__container___HusGh .checkout-payment-content__paymentOptions___iL15l.checkout-payment-content__displayNone___XXmrK {
964
+ display: none;
965
+ }
966
+ .checkout-payment-content__container___HusGh .checkout-payment-content__paymentOptions___iL15l.checkout-payment-content__disable___KTrde {
967
+ cursor: not-allowed;
968
+ pointer-events: none;
969
+ opacity: 0.5;
970
+ }
971
+ .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz {
972
+ width: 33.33%;
973
+ display: flex;
974
+ flex-direction: column;
975
+ border-width: 1px 0 1px 1px;
976
+ border-style: solid;
977
+ border-color: var(--dividerStokes);
978
+ border-radius: 4px 0px 0px 4px;
979
+ }
980
+ @media only screen and (min-width: 769px) and (max-width: 1024px) {
981
+ .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz {
982
+ width: 42.3%;
983
+ }
984
+ }
985
+ @media only screen and (max-width: 768px) {
986
+ .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz {
987
+ width: 100%;
988
+ border: none;
989
+ }
990
+ }
991
+ .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK:last-child {
992
+ border-bottom: none;
993
+ flex: 1;
994
+ }
995
+ .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK:last-child .checkout-payment-content__linkWrapper-row1___NJqkx {
996
+ border-bottom: 1px solid var(--dividerStokes);
997
+ }
998
+ @media only screen and (max-width: 768px) {
999
+ .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK:last-child .checkout-payment-content__linkWrapper-row1___NJqkx {
1000
+ border-bottom: unset;
1001
+ }
1002
+ }
1003
+ .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK:last-child .checkout-payment-content__indicator___tucmm {
1004
+ border-radius: 0px 0px 0px 4px !important;
1005
+ }
1006
+ .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK:first-child .checkout-payment-content__indicator___tucmm {
1007
+ border-radius: 4px 0px 0px 0px;
1008
+ }
1009
+ .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK {
1010
+ border-bottom: 1px solid var(--dividerStokes);
1011
+ border-inline-end: 1px solid var(--dividerStokes);
1012
+ background-color: #f8f8f8;
1013
+ cursor: pointer;
1014
+ }
1015
+ .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__link___ZIR_i .checkout-payment-content__icon___Ty1m1 svg > path {
1016
+ fill: var(--textBody, #3c3131);
1017
+ }
1018
+ @media only screen and (min-width: 769px) {
1019
+ .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__link___ZIR_i .checkout-payment-content__icon___Ty1m1 svg > path {
1020
+ fill: var(--textLabel, #7d7676);
1021
+ }
1022
+ }
1023
+ .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__activeIconColor___TWPaB svg > g > path {
1024
+ fill: var(--textHeading, #26201a);
1025
+ }
1026
+ @media only screen and (max-width: 768px) {
1027
+ .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK {
1028
+ background-color: var(--pageBackground, #f8f8f8);
1029
+ border-inline-end: none;
1030
+ padding: 0 16px;
1031
+ }
1032
+ }
1033
+ .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__linkWrapper-row1___NJqkx {
1034
+ display: flex;
1035
+ }
1036
+ .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__linkWrapper-row1___NJqkx .checkout-payment-content__subMopIcons___KG7BY {
1037
+ display: flex;
1038
+ flex: 1;
1039
+ align-items: center;
1040
+ padding-inline-end: 12px;
1041
+ }
1042
+ @media only screen and (max-width: 768px) {
1043
+ .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__linkWrapper-row1___NJqkx .checkout-payment-content__subMopIcons___KG7BY {
1044
+ flex: unset !important;
1045
+ padding-inline-start: 12px;
1046
+ }
1047
+ }
1048
+ @media only screen and (min-width: 769px) {
1049
+ .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__linkWrapper-row1___NJqkx .checkout-payment-content__subMopIcons___KG7BY {
1050
+ justify-content: flex-end;
1051
+ flex: 1;
1052
+ }
1053
+ }
1054
+ .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__linkWrapper-row1___NJqkx .checkout-payment-content__subMopIcons___KG7BY .checkout-payment-content__subMopIcon___yhK5z {
1055
+ width: 28px;
1056
+ height: 28px;
1057
+ border-radius: 50%;
1058
+ border: 1px solid var(--dividerStokes);
1059
+ margin-inline-start: -5.25px;
1060
+ background-color: #fff;
1061
+ object-fit: contain;
1062
+ }
1063
+ .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__linkWrapper-row1___NJqkx .checkout-payment-content__subMopIcons___KG7BY .checkout-payment-content__subMopIcon___yhK5z.checkout-payment-content__upiIcon___g2VYo {
1064
+ display: flex;
1065
+ align-items: center;
1066
+ justify-content: center;
1067
+ }
1068
+ .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__linkWrapper-row1___NJqkx .checkout-payment-content__subMopIcons___KG7BY .checkout-payment-content__subMopIcon___yhK5z.checkout-payment-content__upiIcon___g2VYo > svg {
1069
+ width: 100%;
1070
+ height: 100%;
1071
+ }
1072
+ .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__indicator___tucmm {
1073
+ width: 4px;
1074
+ background-color: var(--primaryColor);
1075
+ border: 1px solid var(--primaryColor);
1076
+ }
1077
+ @media only screen and (max-width: 768px) {
1078
+ .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__indicator___tucmm {
1079
+ display: none;
1080
+ }
1081
+ }
1082
+ .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__link___ZIR_i {
1083
+ display: flex;
1084
+ padding: 24px 16px;
1085
+ overflow: hidden;
1086
+ word-break: break-word;
1087
+ align-items: center;
1088
+ }
1089
+ @media only screen and (max-width: 768px) {
1090
+ .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__link___ZIR_i {
1091
+ padding: 24px 0px;
1092
+ }
1093
+ }
1094
+ .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__link___ZIR_i .checkout-payment-content__modeName___oABQ2 {
1095
+ align-self: center;
1096
+ margin-inline-start: 16px;
1097
+ color: var(--Text-Body, #4d4d4e);
1098
+ font-size: 14px;
1099
+ font-weight: 500;
1100
+ line-height: 140%;
1101
+ height: 18px;
1102
+ }
1103
+ @media only screen and (max-width: 768px) {
1104
+ .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__link___ZIR_i .checkout-payment-content__modeName___oABQ2 {
1105
+ color: var(--textHeading, #26201a);
1106
+ margin-inline-start: 8px;
1107
+ }
1108
+ }
1109
+ .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__link___ZIR_i .checkout-payment-content__selectedModeName___b23sW {
1110
+ font-weight: 600;
1111
+ color: var(--buttonPrimary, #4e3f09);
1112
+ }
1113
+ .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__link___ZIR_i .checkout-payment-content__codCharge___o7TCE {
1114
+ font-weight: 400;
1115
+ font-size: 12px;
1116
+ color: var(--errorText, #ff3333);
1117
+ line-height: 140%;
1118
+ border-radius: 4px;
1119
+ text-align: center;
1120
+ }
1121
+ @media only screen and (max-width: 768px) {
1122
+ .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__link___ZIR_i .checkout-payment-content__codCharge___o7TCE {
1123
+ padding-top: 4px;
1124
+ }
1125
+ }
1126
+ .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__payment-icons___Kaaz7 {
1127
+ display: flex;
1128
+ align-items: center;
1129
+ }
1130
+ @media only screen and (min-width: 769px) {
1131
+ .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__payment-icons___Kaaz7 {
1132
+ justify-content: flex-end;
1133
+ flex: 1;
1134
+ padding: 0 12px;
1135
+ }
1136
+ }
1137
+ .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__arrowContainer___LDeoa {
1138
+ display: flex;
1139
+ align-items: center;
1140
+ justify-content: flex-end;
1141
+ flex: 1;
1142
+ }
1143
+ @media only screen and (min-width: 769px) {
1144
+ .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__arrowContainer___LDeoa {
1145
+ display: none;
1146
+ }
1147
+ }
1148
+ .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__arrowContainer___LDeoa.checkout-payment-content__codIconContainer____fdEj svg {
1149
+ transform: rotate(270deg);
1150
+ }
1151
+ [dir="rtl"] .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__arrowContainer___LDeoa.checkout-payment-content__codIconContainer____fdEj svg {
1152
+ transform: rotate(90deg);
1153
+ }
1154
+ .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__arrowContainer___LDeoa .checkout-payment-content__upsideDown___dk0Z9 {
1155
+ transform: rotate(180deg);
1156
+ }
1157
+ .checkout-payment-content__container___HusGh .checkout-payment-content__selectedNavigationTab___SZWiz {
1158
+ border-inline-end: none;
1159
+ background-color: var(--pageBackground, #f8f8f8);
1160
+ }
1161
+ .checkout-payment-content__container___HusGh .checkout-payment-content__selectedNavigationTab___SZWiz .checkout-payment-content__link___ZIR_i .checkout-payment-content__icon___Ty1m1 svg > path {
1162
+ fill: var(--buttonPrimary, #4e3f09) !important;
1163
+ }
1164
+ .checkout-payment-content__container___HusGh .checkout-payment-content__headerHightlight___lhy4m .checkout-payment-content__link___ZIR_i .checkout-payment-content__icon___Ty1m1 svg > path {
1165
+ fill: var(--buttonPrimary, #4e3f09) !important;
1166
+ }
1167
+ .checkout-payment-content__container___HusGh .checkout-payment-content__headerHightlight___lhy4m .checkout-payment-content__activeIconColor___TWPaB svg > g > path {
1168
+ fill: var(--buttonPrimary, #4e3f09) !important;
1169
+ }
1170
+ .checkout-payment-content__container___HusGh .checkout-payment-content__headerHightlight___lhy4m .checkout-payment-content__rightArrow___Tq1Wk svg > g > path {
1171
+ fill: var(--textHeading, #26201a) !important;
1172
+ }
1173
+ .checkout-payment-content__container___HusGh .checkout-payment-content__selectedNavigationTab___SZWiz:last-child .checkout-payment-content__linkWrapper-row1___NJqkx {
1174
+ border-bottom: none !important;
1175
+ }
1176
+ .checkout-payment-content__container___HusGh .checkout-payment-content__linkWrapper___rbKAK.checkout-payment-content__selectedNavigationTab___SZWiz {
1177
+ border-inline-end: none;
1178
+ background-color: var(--pageBackground, #f8f8f8);
1179
+ }
1180
+ .checkout-payment-content__container___HusGh .checkout-payment-content__navigationTab___Tfdjy {
1181
+ width: 66.66%;
1182
+ padding: 24px;
1183
+ border-color: var(--dividerStokes);
1184
+ border-style: solid;
1185
+ border-width: 1px 1px 1px 0;
1186
+ border-radius: 0px 4px 4px 0px;
1187
+ }
1188
+ @media only screen and (min-width: 769px) and (max-width: 1024px) {
1189
+ .checkout-payment-content__container___HusGh .checkout-payment-content__navigationTab___Tfdjy {
1190
+ padding: 16px;
1191
+ width: unset;
1192
+ flex: 1 0 0;
1193
+ }
1194
+ }
1195
+ @media only screen and (max-width: 768px) {
1196
+ .checkout-payment-content__container___HusGh .checkout-payment-content__navigationTab___Tfdjy {
1197
+ padding: 6px;
1198
+ }
1199
+ }
1200
+ .checkout-payment-content__container___HusGh .checkout-payment-content__selectedBorder___xIVt8 .checkout-payment-content__modeItemName___FvXEZ {
1201
+ font-weight: 600 !important;
1202
+ }
1203
+ @media only screen and (min-width: 769px) {
1204
+ .checkout-payment-content__container___HusGh .checkout-payment-content__selectedBorder___xIVt8 {
1205
+ border: 1px solid var(--primaryColor);
1206
+ }
1207
+ }
1208
+ @media only screen and (min-width: 769px) {
1209
+ .checkout-payment-content__container___HusGh .checkout-payment-content__nonSelectedBorder___zA4x7 {
1210
+ border: 1px solid var(--dividerStokes);
1211
+ }
1212
+ }
1213
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardHeader___t2z6i,
1214
+ .checkout-payment-content__container___HusGh .checkout-payment-content__walletHeader___XQ4tZ,
1215
+ .checkout-payment-content__container___HusGh .checkout-payment-content__nbHeader___TAaVo,
1216
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardlessHeader___NXIQQ,
1217
+ .checkout-payment-content__container___HusGh .checkout-payment-content__payLaterHeader___v037e,
1218
+ .checkout-payment-content__container___HusGh .checkout-payment-content__codHeader___qtIba,
1219
+ .checkout-payment-content__container___HusGh .checkout-payment-content__addCardHeader___KWnY5,
1220
+ .checkout-payment-content__container___HusGh .checkout-payment-content__otherHeader___Mizrt {
1221
+ font-weight: 600;
1222
+ font-size: 14px;
1223
+ color: var(--textHeading);
1224
+ margin-bottom: 15px;
1225
+ line-height: 140%;
1226
+ }
1227
+ @media only screen and (max-width: 768px) {
1228
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardHeader___t2z6i,
1229
+ .checkout-payment-content__container___HusGh .checkout-payment-content__walletHeader___XQ4tZ,
1230
+ .checkout-payment-content__container___HusGh .checkout-payment-content__nbHeader___TAaVo,
1231
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardlessHeader___NXIQQ,
1232
+ .checkout-payment-content__container___HusGh .checkout-payment-content__payLaterHeader___v037e,
1233
+ .checkout-payment-content__container___HusGh .checkout-payment-content__codHeader___qtIba,
1234
+ .checkout-payment-content__container___HusGh .checkout-payment-content__addCardHeader___KWnY5,
1235
+ .checkout-payment-content__container___HusGh .checkout-payment-content__otherHeader___Mizrt {
1236
+ font-weight: 500;
1237
+ display: none;
1238
+ }
1239
+ }
1240
+ @media only screen and (max-width: 768px) {
1241
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardHeader___t2z6i,
1242
+ .checkout-payment-content__container___HusGh .checkout-payment-content__walletHeader___XQ4tZ,
1243
+ .checkout-payment-content__container___HusGh .checkout-payment-content__nbHeader___TAaVo,
1244
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardlessHeader___NXIQQ,
1245
+ .checkout-payment-content__container___HusGh .checkout-payment-content__payLaterHeader___v037e,
1246
+ .checkout-payment-content__container___HusGh .checkout-payment-content__codHeader___qtIba,
1247
+ .checkout-payment-content__container___HusGh .checkout-payment-content__addCardHeader___KWnY5,
1248
+ .checkout-payment-content__container___HusGh .checkout-payment-content__otherHeader___Mizrt {
1249
+ margin-bottom: 6px;
1250
+ line-height: 1;
1251
+ }
1252
+ }
1253
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__savedCardHeaderWrapper___Mx_n_ {
1254
+ display: flex;
1255
+ align-items: baseline;
1256
+ justify-content: space-between;
1257
+ }
1258
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__savedCardHeaderWrapper___Mx_n_ button {
1259
+ font-weight: 600;
1260
+ text-transform: uppercase;
1261
+ color: var(--buttonPrimary, #4e3f09);
1262
+ font-size: 14px;
1263
+ }
1264
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__savedCardHeaderWrapper___Mx_n_ button span {
1265
+ font-size: 16px;
1266
+ }
1267
+ @media only screen and (max-width: 768px) {
1268
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__savedCardHeaderWrapper___Mx_n_ {
1269
+ margin-bottom: 16px;
1270
+ }
1271
+ }
1272
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__number___QPYFK {
1273
+ font-size: 12px;
1274
+ font-weight: 400;
1275
+ color: var(--textBody, #3c3131);
1276
+ line-height: 16.8px;
1277
+ margin-top: 4px;
1278
+ color: var(--primaryColor);
1279
+ }
1280
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__cvvNotNeeded___KzTrL {
1281
+ font-size: 12px;
1282
+ font-weight: 400;
1283
+ line-height: 19.6px;
1284
+ color: var(--primaryColor);
1285
+ margin-inline-end: 8px;
1286
+ }
1287
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__why___Br7rt {
1288
+ font-size: 14px;
1289
+ font-weight: 600;
1290
+ line-height: 19.6px;
1291
+ color: var(--primaryColor);
1292
+ }
1293
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__savedCardCvvWrapper___F2jGC {
1294
+ position: relative;
1295
+ }
1296
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__savedCardCvvWrapper___F2jGC .checkout-payment-content__cvv___b1NMm {
1297
+ cursor: pointer;
1298
+ margin-top: 16px;
1299
+ padding: 16px;
1300
+ border: 1px solid var(--dividerStokes);
1301
+ border-radius: 4px;
1302
+ }
1303
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__savedCardCvvWrapper___F2jGC .checkout-payment-content__cvvIcon___x175S {
1304
+ position: absolute;
1305
+ inset-inline-end: 16px;
1306
+ top: 50%;
1307
+ transform: translateY(-50%);
1308
+ }
1309
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__cvvInfo___UveDM {
1310
+ padding: 24px 16px;
1311
+ display: flex;
1312
+ flex-direction: column;
1313
+ gap: 16px;
1314
+ }
1315
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__cvvInfo___UveDM .checkout-payment-content__type___rvnHr .checkout-payment-content__title___Id8fy {
1316
+ font-size: 16px;
1317
+ font-weight: 600;
1318
+ color: var(--textHeading);
1319
+ }
1320
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__cvvInfo___UveDM .checkout-payment-content__type___rvnHr .checkout-payment-content__desc___aVB9G {
1321
+ margin-top: 8px;
1322
+ margin-inline-end: 0;
1323
+ margin-bottom: 16px;
1324
+ margin-inline-start: 0;
1325
+ color: var(--textBody);
1326
+ font-size: 12px;
1327
+ }
1328
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__cardList___b7iIC {
1329
+ display: flex;
1330
+ flex-direction: column;
1331
+ }
1332
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__cardList___b7iIC .checkout-payment-content__cardItem___joyot {
1333
+ display: flex;
1334
+ flex-direction: column;
1335
+ padding: 16px;
1336
+ border-radius: 8px;
1337
+ margin-bottom: 15px;
1338
+ }
1339
+ @media only screen and (max-width: 768px) {
1340
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__cardList___b7iIC .checkout-payment-content__cardItem___joyot {
1341
+ padding: 0px;
1342
+ }
1343
+ }
1344
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__cardList___b7iIC .checkout-payment-content__cardItem___joyot .checkout-payment-content__cardDetailsWrapper___Sd8Fa {
1345
+ display: flex;
1346
+ flex-direction: column;
1347
+ gap: 8px;
1348
+ justify-content: space-between;
1349
+ }
1350
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__cardList___b7iIC .checkout-payment-content__cardItem___joyot .checkout-payment-content__cardDetailsWrapper___Sd8Fa .checkout-payment-content__cardDetailsRow1___S5WLy {
1351
+ display: flex;
1352
+ }
1353
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__cardList___b7iIC .checkout-payment-content__cardItem___joyot .checkout-payment-content__cardDetailsWrapper___Sd8Fa .checkout-payment-content__cardDetailsRow1___S5WLy .checkout-payment-content__cardLeft___wppcO {
1354
+ margin-inline-end: 10px;
1355
+ }
1356
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__cardList___b7iIC .checkout-payment-content__cardItem___joyot .checkout-payment-content__cardDetailsWrapper___Sd8Fa .checkout-payment-content__cardDetailsRow1___S5WLy .checkout-payment-content__cardMiddle___K_8TV {
1357
+ display: flex;
1358
+ flex-direction: column;
1359
+ }
1360
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__cardList___b7iIC .checkout-payment-content__cardItem___joyot .checkout-payment-content__cardDetailsWrapper___Sd8Fa .checkout-payment-content__cardDetailsRow1___S5WLy .checkout-payment-content__cardMiddle___K_8TV .checkout-payment-content__numberLogo___gaVXh {
1361
+ display: flex;
1362
+ }
1363
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__cardList___b7iIC .checkout-payment-content__cardItem___joyot .checkout-payment-content__cardDetailsWrapper___Sd8Fa .checkout-payment-content__cardDetailsRow1___S5WLy .checkout-payment-content__cardMiddle___K_8TV .checkout-payment-content__numberLogo___gaVXh .checkout-payment-content__number___QPYFK {
1364
+ font-size: 14px;
1365
+ font-weight: 400;
1366
+ margin-inline-end: 8px;
1367
+ align-self: center;
1368
+ line-height: 140%;
1369
+ }
1370
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__cardList___b7iIC .checkout-payment-content__cardItem___joyot .checkout-payment-content__cardDetailsWrapper___Sd8Fa .checkout-payment-content__cardDetailsRow1___S5WLy .checkout-payment-content__cardMiddle___K_8TV .checkout-payment-content__numberLogo___gaVXh .checkout-payment-content__number___QPYFK span {
1371
+ vertical-align: middle;
1372
+ }
1373
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__cardList___b7iIC .checkout-payment-content__cardItem___joyot .checkout-payment-content__cardDetailsWrapper___Sd8Fa .checkout-payment-content__cardDetailsRow1___S5WLy .checkout-payment-content__cardMiddle___K_8TV .checkout-payment-content__numberLogo___gaVXh .checkout-payment-content__logo___jNLmQ img {
1374
+ height: 24px;
1375
+ vertical-align: bottom;
1376
+ }
1377
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__cardList___b7iIC .checkout-payment-content__cardItem___joyot .checkout-payment-content__cardDetailsWrapper___Sd8Fa .checkout-payment-content__cardDetailsRow1___S5WLy .checkout-payment-content__cardMiddle___K_8TV .checkout-payment-content__securedCard___UZarA {
1378
+ display: flex;
1379
+ flex-direction: row;
1380
+ margin-top: 4px;
1381
+ }
1382
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__cardList___b7iIC .checkout-payment-content__cardItem___joyot .checkout-payment-content__cardDetailsWrapper___Sd8Fa .checkout-payment-content__cardDetailsRow1___S5WLy .checkout-payment-content__cardMiddle___K_8TV .checkout-payment-content__securedCard___UZarA .checkout-payment-content__securedCardText___Ff9jQ {
1383
+ font-weight: 500;
1384
+ font-size: 12px;
1385
+ line-height: 16px;
1386
+ text-transform: capitalize;
1387
+ color: #27ae60;
1388
+ margin-inline-start: 4px;
1389
+ line-height: 140%;
1390
+ }
1391
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__cardList___b7iIC .checkout-payment-content__cardItem___joyot .checkout-payment-content__cardDetailsWrapper___Sd8Fa .checkout-payment-content__cardDetailsRow2___LKxpn {
1392
+ display: flex;
1393
+ padding-inline-start: 32px;
1394
+ height: 48px;
1395
+ }
1396
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__cardList___b7iIC .checkout-payment-content__cardItem___joyot .checkout-payment-content__cardDetailsWrapper___Sd8Fa .checkout-payment-content__cardDetailsRow2___LKxpn input {
1397
+ padding: 0px 20px;
1398
+ width: 120px;
1399
+ border: 1px solid var(--dividerStokes);
1400
+ border-radius: 4px;
1401
+ }
1402
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__cardList___b7iIC .checkout-payment-content__cardItem___joyot .checkout-payment-content__cardDetailsWrapper___Sd8Fa .checkout-payment-content__cardDetailsRow2NotSelected___RWPAn {
1403
+ display: none;
1404
+ }
1405
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__cardList___b7iIC .checkout-payment-content__cardItem___joyot .checkout-payment-content__rbiGuidelines___jmtpW {
1406
+ display: flex;
1407
+ align-items: center;
1408
+ margin-top: 16px;
1409
+ }
1410
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__cardList___b7iIC .checkout-payment-content__cardItem___joyot .checkout-payment-content__rbiGuidelines___jmtpW input:checked:before {
1411
+ background-color: var(--buttonPrimary);
1412
+ }
1413
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__cardList___b7iIC .checkout-payment-content__cardItem___joyot .checkout-payment-content__rbiGuidelines___jmtpW .checkout-payment-content__rbiGuidelinesText___N6rOU {
1414
+ display: flex;
1415
+ font-family: inherit;
1416
+ font-weight: 400;
1417
+ font-size: 12px;
1418
+ color: #1f1f1f;
1419
+ margin: 0 8px;
1420
+ align-self: center;
1421
+ line-height: 140%;
1422
+ }
1423
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__cardList___b7iIC .checkout-payment-content__cardItem___joyot .checkout-payment-content__payBtn___dgcAp {
1424
+ padding: 14px;
1425
+ border-radius: var(--buttonRadius, 0px);
1426
+ background-color: var(--buttonPrimary);
1427
+ color: var(--buttonSecondary);
1428
+ border: none;
1429
+ width: 100%;
1430
+ margin-top: 24px;
1431
+ font-weight: 600;
1432
+ font-size: 14px;
1433
+ text-transform: uppercase;
1434
+ line-height: 140%;
1435
+ cursor: pointer;
1436
+ }
1437
+ @media only screen and (max-width: 768px) {
1438
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__cardList___b7iIC .checkout-payment-content__cardItem___joyot .checkout-payment-content__payBtn___dgcAp {
1439
+ padding: 6px;
1440
+ font-size: 12px;
1441
+ }
1442
+ }
1443
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__cardList___b7iIC .checkout-payment-content__cardItem___joyot .checkout-payment-content__payBtn___dgcAp:hover {
1444
+ background-color: var(--buttonPrimaryL1, #71653a);
1445
+ color: #ffffff;
1446
+ }
1447
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__cardList___b7iIC .checkout-payment-content__cardItem___joyot .checkout-payment-content__payBtn___dgcAp[disabled] {
1448
+ font-weight: 600;
1449
+ font-size: 14px;
1450
+ padding: 14px;
1451
+ border-radius: var(--buttonRadius, 0px);
1452
+ color: var(--buttonPrimary);
1453
+ opacity: 0.2;
1454
+ border: 1px solid var(--buttonPrimary);
1455
+ text-transform: uppercase;
1456
+ line-height: 140%;
1457
+ cursor: unset;
1458
+ }
1459
+ @media only screen and (max-width: 768px) {
1460
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__cardList___b7iIC .checkout-payment-content__cardItem___joyot .checkout-payment-content__payBtn___dgcAp[disabled] {
1461
+ padding: 6px;
1462
+ font-size: 12px;
1463
+ }
1464
+ }
1465
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__addNewCard___PpZop {
1466
+ font-weight: 600;
1467
+ font-size: 14px;
1468
+ padding: 12px;
1469
+ border-radius: 5px;
1470
+ color: var(--primaryColor);
1471
+ border: 1px solid var(--primaryColor);
1472
+ text-transform: uppercase;
1473
+ width: 100%;
1474
+ line-height: 140%;
1475
+ cursor: pointer;
1476
+ }
1477
+ @media only screen and (max-width: 768px) {
1478
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__addNewCard___PpZop {
1479
+ padding: 6px;
1480
+ font-size: 12px;
1481
+ }
1482
+ }
1483
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__addCardHeader___KWnY5 {
1484
+ display: flex;
1485
+ margin-bottom: 0px;
1486
+ }
1487
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__addCardHeader___KWnY5 button {
1488
+ cursor: pointer;
1489
+ border: none;
1490
+ background: none;
1491
+ padding: 0px;
1492
+ margin: 0px;
1493
+ }
1494
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__addCardHeader___KWnY5 .checkout-payment-content__newCardHeaderText___lJy6q {
1495
+ align-self: center;
1496
+ margin-inline-start: 10px;
1497
+ }
1498
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk {
1499
+ display: flex;
1500
+ flex-direction: column;
1501
+ }
1502
+ @media only screen and (max-width: 480px) {
1503
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk.checkout-payment-content__addPaddingBottom___Qc5bl {
1504
+ padding-bottom: 24px;
1505
+ }
1506
+ }
1507
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__cardInputWrapper___YqlSP {
1508
+ display: flex;
1509
+ flex-direction: column;
1510
+ margin-top: 16px;
1511
+ position: relative;
1512
+ }
1513
+ @media only screen and (max-width: 768px) {
1514
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__cardInputWrapper___YqlSP.checkout-payment-content__cardNumberBox___UUp9q {
1515
+ margin-top: 0;
1516
+ }
1517
+ }
1518
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__cardNetwork___GK7gx,
1519
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__cvv___b1NMm {
1520
+ cursor: pointer;
1521
+ position: absolute;
1522
+ inset-inline-end: 8px;
1523
+ top: 50%;
1524
+ transform: translateY(-50%);
1525
+ }
1526
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__cardNetwork___GK7gx.checkout-payment-content__iconPositionOnError___teSxE,
1527
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__cvv___b1NMm.checkout-payment-content__iconPositionOnError___teSxE {
1528
+ top: 35%;
1529
+ }
1530
+ @media only screen and (min-width: 769px) {
1531
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__cardNetwork___GK7gx,
1532
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__cvv___b1NMm {
1533
+ top: 38%;
1534
+ transform: unset;
1535
+ }
1536
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__cardNetwork___GK7gx.checkout-payment-content__iconPositionOnError___teSxE,
1537
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__cvv___b1NMm.checkout-payment-content__iconPositionOnError___teSxE {
1538
+ top: 25%;
1539
+ }
1540
+ }
1541
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__cardNetwork___GK7gx {
1542
+ width: 33px;
1543
+ }
1544
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__cardInputWrapper___YqlSP.checkout-payment-content__expiryContainer___uq0BY,
1545
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__cardInputWrapper___YqlSP.checkout-payment-content__cvvContainer___gw5Dt {
1546
+ width: 47%;
1547
+ }
1548
+ @media only screen and (max-width: 768px) {
1549
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__cardInputWrapper___YqlSP.checkout-payment-content__expiryContainer___uq0BY,
1550
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__cardInputWrapper___YqlSP.checkout-payment-content__cvvContainer___gw5Dt {
1551
+ width: 100%;
1552
+ }
1553
+ }
1554
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__cardDateCvvWrapper___dLwSn {
1555
+ display: flex;
1556
+ justify-content: space-between;
1557
+ gap: 16px;
1558
+ }
1559
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__cardDateCvvWrapper___dLwSn .checkout-payment-content__upArrowMark___JbdEA {
1560
+ position: absolute;
1561
+ inset-inline-start: 50%;
1562
+ top: -6px;
1563
+ }
1564
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__cardDateCvvWrapper___dLwSn .checkout-payment-content__upArrowMark___JbdEA path {
1565
+ fill: var(--dividerStokes, #d4d1d1);
1566
+ }
1567
+ @media only screen and (min-width: 769px) {
1568
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__cardDateCvvWrapper___dLwSn .checkout-payment-content__cvvInfoContainer___v7ixH {
1569
+ position: relative;
1570
+ left: 5px;
1571
+ }
1572
+ }
1573
+ @media only screen and (max-width: 768px) {
1574
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__cardDateCvvWrapper___dLwSn.checkout-payment-content__marginBottom___qTP6J {
1575
+ margin-bottom: 24px;
1576
+ }
1577
+ }
1578
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__cardDateCvvWrapper___dLwSn .checkout-payment-content__cardInputWrapper___YqlSP {
1579
+ flex: 1;
1580
+ display: flex;
1581
+ flex-direction: column;
1582
+ }
1583
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__cardDateCvvWrapper___dLwSn .checkout-payment-content__cardInputWrapper___YqlSP input {
1584
+ width: 100%;
1585
+ }
1586
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__cardNumber___Qk_yD,
1587
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__cardName___t6PnC,
1588
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__cardExpiry____xnGR,
1589
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__cardCvv___kuK0Q {
1590
+ padding: 16px;
1591
+ border: 1px solid var(--dividerStokes);
1592
+ border-radius: 4px;
1593
+ color: var(--textBody, #3c3131);
1594
+ pointer-events: inherit;
1595
+ }
1596
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__error___DzZ0L {
1597
+ border: 1px solid var(--errorText, #ff3333);
1598
+ }
1599
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__inputName___VvI9l {
1600
+ position: absolute;
1601
+ top: -8px;
1602
+ inset-inline-start: 16px;
1603
+ font-size: 12px;
1604
+ font-weight: 400;
1605
+ background-color: var(--pageBackground, #f8f8f8);
1606
+ line-height: 16.8px;
1607
+ color: var(--primaryColor);
1608
+ padding: 0 4px;
1609
+ }
1610
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__inputName___VvI9l .checkout-payment-content__required___YDb3J {
1611
+ color: var(--errorText, #ff3333);
1612
+ }
1613
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__errorInputName___creos {
1614
+ color: var(--errorText, #ff3333);
1615
+ }
1616
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__rbiGuidelines___jmtpW {
1617
+ display: flex;
1618
+ align-items: center;
1619
+ margin-top: 16px;
1620
+ accent-color: var(--primaryColor);
1621
+ }
1622
+ @media only screen and (max-width: 768px) {
1623
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__rbiGuidelines___jmtpW {
1624
+ margin-bottom: 24px;
1625
+ }
1626
+ }
1627
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__rbiGuidelines___jmtpW input:checked:before {
1628
+ background-color: var(--primaryColor);
1629
+ }
1630
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__rbiGuidelines___jmtpW .checkout-payment-content__rbiGuidelinesText___N6rOU {
1631
+ display: flex;
1632
+ font-family: inherit;
1633
+ font-weight: 400;
1634
+ font-size: 12px;
1635
+ color: var(--textBody);
1636
+ margin: 0 8px;
1637
+ align-self: center;
1638
+ line-height: 140%;
1639
+ }
1640
+ @media only screen and (min-width: 769px) {
1641
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__rbiGuidelines___jmtpW .checkout-payment-content__rbiGuidelinesModal___s6bGj {
1642
+ max-width: 450px;
1643
+ padding: 8px;
1644
+ }
1645
+ }
1646
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__rbiGuidelines___jmtpW .checkout-payment-content__rbiGuidelinesContent___ycqoZ {
1647
+ padding: 16px;
1648
+ }
1649
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__rbiGuidelines___jmtpW .checkout-payment-content__rbiGuidelinesContent___ycqoZ ul {
1650
+ padding-top: 0;
1651
+ padding-inline-end: 0;
1652
+ padding-bottom: 0;
1653
+ padding-inline-start: 16px;
1654
+ }
1655
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__rbiGuidelines___jmtpW .checkout-payment-content__rbiGuidelinesContent___ycqoZ ul li {
1656
+ list-style-type: disc;
1657
+ }
1658
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__rbiGuidelines___jmtpW .checkout-payment-content__rbiGuidelinesContent___ycqoZ ul li:not(:last-child) {
1659
+ margin-bottom: 16px;
1660
+ }
1661
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__saveNewCard___cPi2y {
1662
+ padding: 16px;
1663
+ border-radius: var(--buttonRadius, 0px);
1664
+ background-color: var(--primaryColor);
1665
+ border: none;
1666
+ width: 100%;
1667
+ margin-top: 16px;
1668
+ font-weight: 600;
1669
+ font-size: 14px;
1670
+ text-transform: uppercase;
1671
+ color: white;
1672
+ cursor: pointer;
1673
+ line-height: 140%;
1674
+ }
1675
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__saveNewCard___cPi2y[disabled] {
1676
+ padding: 16px;
1677
+ border-radius: var(--buttonRadius, 0px);
1678
+ background-color: var(--primaryColor);
1679
+ border: none;
1680
+ width: 100%;
1681
+ margin-top: 16px;
1682
+ font-weight: 600;
1683
+ font-size: 14px;
1684
+ text-transform: uppercase;
1685
+ color: white;
1686
+ line-height: 140%;
1687
+ opacity: 20%;
1688
+ cursor: not-allowed;
1689
+ }
1690
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCardModalContainer___pzx1_ {
1691
+ padding: 8px;
1692
+ }
1693
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCardModalBody___j7VUu {
1694
+ padding: 8px;
1695
+ }
1696
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__cvvInfo___UveDM {
1697
+ padding: 24px 16px;
1698
+ display: flex;
1699
+ flex-direction: column;
1700
+ gap: 16px;
1701
+ }
1702
+ @media only screen and (min-width: 769px) {
1703
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__cvvInfo___UveDM {
1704
+ width: 295px;
1705
+ padding: 8px 12px;
1706
+ box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
1707
+ border-radius: 8px;
1708
+ position: absolute;
1709
+ z-index: 99;
1710
+ inset-inline-end: -116px;
1711
+ transform: unset;
1712
+ background: var(--dialogBackground, #fff);
1713
+ border: 1px solid var(--dividerStokes, #d4d1d1);
1714
+ top: 29px;
1715
+ }
1716
+ }
1717
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__cvvInfo___UveDM .checkout-payment-content__type___rvnHr .checkout-payment-content__title___Id8fy {
1718
+ font-size: 16px;
1719
+ font-weight: 600;
1720
+ color: var(--textHeading);
1721
+ }
1722
+ @media only screen and (min-width: 769px) {
1723
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__cvvInfo___UveDM .checkout-payment-content__type___rvnHr .checkout-payment-content__title___Id8fy {
1724
+ font-size: 14px;
1725
+ }
1726
+ }
1727
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__cvvInfo___UveDM .checkout-payment-content__type___rvnHr .checkout-payment-content__desc___aVB9G {
1728
+ margin-top: 8px;
1729
+ margin-inline-end: 0;
1730
+ margin-bottom: 16px;
1731
+ margin-inline-start: 0;
1732
+ color: var(--textBody);
1733
+ }
1734
+ @media only screen and (min-width: 769px) {
1735
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__cvvInfo___UveDM .checkout-payment-content__type___rvnHr .checkout-payment-content__desc___aVB9G {
1736
+ font-size: 12px;
1737
+ }
1738
+ }
1739
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__addNewCardModal___HuBPW {
1740
+ padding-top: 0px;
1741
+ padding-inline-end: 16px;
1742
+ padding-bottom: 24px;
1743
+ padding-inline-start: 16px;
1744
+ }
1745
+ .checkout-payment-content__container___HusGh .checkout-payment-content__modePay___tBSpm .checkout-payment-content__payBtn___dgcAp,
1746
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardlessPay___dcGhw .checkout-payment-content__payBtn___dgcAp,
1747
+ .checkout-payment-content__container___HusGh .checkout-payment-content__codPay___MAXV3 .checkout-payment-content__payBtn___dgcAp,
1748
+ .checkout-payment-content__container___HusGh .checkout-payment-content__otherPay____c2Rs .checkout-payment-content__payBtn___dgcAp {
1749
+ padding: 14px;
1750
+ border-radius: var(--buttonRadius, 0px);
1751
+ background-color: var(--primaryColor);
1752
+ border: none;
1753
+ color: #fff;
1754
+ width: 100%;
1755
+ margin-top: 24px;
1756
+ font-weight: 600;
1757
+ font-size: 14px;
1758
+ text-transform: uppercase;
1759
+ cursor: pointer;
1760
+ line-height: 140%;
1761
+ }
1762
+ .checkout-payment-content__container___HusGh .checkout-payment-content__modePay___tBSpm .checkout-payment-content__payBtn___dgcAp:hover,
1763
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardlessPay___dcGhw .checkout-payment-content__payBtn___dgcAp:hover,
1764
+ .checkout-payment-content__container___HusGh .checkout-payment-content__codPay___MAXV3 .checkout-payment-content__payBtn___dgcAp:hover,
1765
+ .checkout-payment-content__container___HusGh .checkout-payment-content__otherPay____c2Rs .checkout-payment-content__payBtn___dgcAp:hover {
1766
+ background-color: var(--buttonPrimaryL1, #71653a);
1767
+ color: #ffffff;
1768
+ }
1769
+ .checkout-payment-content__container___HusGh .checkout-payment-content__modePay___tBSpm .checkout-payment-content__payBtn___dgcAp[disabled],
1770
+ .checkout-payment-content__container___HusGh .checkout-payment-content__cardlessPay___dcGhw .checkout-payment-content__payBtn___dgcAp[disabled],
1771
+ .checkout-payment-content__container___HusGh .checkout-payment-content__codPay___MAXV3 .checkout-payment-content__payBtn___dgcAp[disabled],
1772
+ .checkout-payment-content__container___HusGh .checkout-payment-content__otherPay____c2Rs .checkout-payment-content__payBtn___dgcAp[disabled] {
1773
+ padding: 14px;
1774
+ border-radius: var(--buttonRadius, 0px);
1775
+ color: var(--primaryColor);
1776
+ border: 1px solid var(--primaryColor);
1777
+ width: 100%;
1778
+ margin-top: 24px;
1779
+ font-weight: 600;
1780
+ font-size: 14px;
1781
+ text-transform: uppercase;
1782
+ cursor: pointer;
1783
+ line-height: 140%;
1784
+ opacity: 0.2;
1785
+ }
1786
+ .checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ {
1787
+ display: flex;
1788
+ flex-wrap: wrap;
1789
+ flex-direction: column;
1790
+ gap: 16px;
1791
+ }
1792
+ @media only screen and (max-width: 768px) {
1793
+ .checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ {
1794
+ gap: 0px;
1795
+ }
1796
+ }
1797
+ .checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ .checkout-payment-content__modeItemWrapper___IlJf3 {
1798
+ cursor: pointer;
1799
+ display: flex;
1800
+ flex-direction: column;
1801
+ padding: 16px;
1802
+ }
1803
+ @media only screen and (min-width: 769px) {
1804
+ .checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ .checkout-payment-content__modeItemWrapper___IlJf3 {
1805
+ border-radius: 8px;
1806
+ }
1807
+ }
1808
+ .checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ .checkout-payment-content__modeItemWrapper___IlJf3 label {
1809
+ cursor: pointer;
1810
+ }
1811
+ @media only screen and (max-width: 768px) {
1812
+ .checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ .checkout-payment-content__modeItemWrapper___IlJf3 {
1813
+ padding: 24px 0px;
1814
+ }
1815
+ .checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ .checkout-payment-content__modeItemWrapper___IlJf3:not(:last-child) {
1816
+ border-bottom: 1px solid var(--dividerStokes, #d4d1d1);
1817
+ }
1818
+ .checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ .checkout-payment-content__modeItemWrapper___IlJf3:first-child {
1819
+ padding-top: 0;
1820
+ }
1821
+ }
1822
+ .checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ .checkout-payment-content__modeItemWrapper___IlJf3 .checkout-payment-content__modeItem___M6Obf {
1823
+ display: flex;
1824
+ justify-content: space-between;
1825
+ align-items: center;
1826
+ width: 100%;
1827
+ border-radius: 8px;
1828
+ gap: 12px;
1829
+ }
1830
+ .checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ .checkout-payment-content__modeItemWrapper___IlJf3 .checkout-payment-content__modeItem___M6Obf .checkout-payment-content__modeItemLogo___mixsN {
1831
+ display: flex;
1832
+ }
1833
+ .checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ .checkout-payment-content__modeItemWrapper___IlJf3 .checkout-payment-content__modeItem___M6Obf .checkout-payment-content__modeItemLogo___mixsN img {
1834
+ height: 38px;
1835
+ width: 38px;
1836
+ }
1837
+ .checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ .checkout-payment-content__modeItemWrapper___IlJf3 .checkout-payment-content__modeItem___M6Obf .checkout-payment-content__modeItemName___FvXEZ {
1838
+ font-weight: 500;
1839
+ font-size: 14px;
1840
+ color: var(--textHeading, #26201a);
1841
+ }
1842
+ .checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ .checkout-payment-content__modeItemWrapper___IlJf3 .checkout-payment-content__modeItem___M6Obf .checkout-payment-content__moreModeName___F_lVI {
1843
+ color: var(--textLabel, #7d7676);
1844
+ font-size: 14px;
1845
+ font-weight: 400;
1846
+ line-height: 140%;
1847
+ }
1848
+ @media only screen and (max-width: 768px) {
1849
+ .checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ .checkout-payment-content__modeItemWrapper___IlJf3 .checkout-payment-content__modeItem___M6Obf .checkout-payment-content__moreModeName___F_lVI {
1850
+ color: var(--textHeading, #26201a);
1851
+ font-weight: 500;
1852
+ }
1853
+ }
1854
+ .checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ .checkout-payment-content__modeItemWrapper___IlJf3 .checkout-payment-content__modeItem___M6Obf .checkout-payment-content__moreModeArrow___yBQbk {
1855
+ transform: rotate(270deg);
1856
+ }
1857
+ [dir="rtl"] .checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ .checkout-payment-content__modeItemWrapper___IlJf3 .checkout-payment-content__modeItem___M6Obf .checkout-payment-content__moreModeArrow___yBQbk {
1858
+ transform: rotate(90deg);
1859
+ }
1860
+ .checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ .checkout-payment-content__modeItemWrapper___IlJf3 .checkout-payment-content__modeItem___M6Obf .checkout-payment-content__otherModeArrow___ulm30 {
1861
+ transform: rotate(360deg);
1862
+ }
1863
+ .checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ .checkout-payment-content__modeItemWrapper___IlJf3 .checkout-payment-content__modePay___tBSpm .checkout-payment-content__payBtn___dgcAp {
1864
+ margin-top: 12px;
1865
+ }
1866
+ .checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ .checkout-payment-content__modeItemWrapper___IlJf3 .checkout-payment-content__modePay___tBSpm .checkout-payment-content__payBtn___dgcAp[disabled] {
1867
+ margin-top: 12px;
1868
+ opacity: 0.2;
1869
+ }
1870
+ .checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ .checkout-payment-content__modalHeader___U6tIW {
1871
+ padding: 16px;
1872
+ }
1873
+ .checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ .checkout-payment-content__modalBody___pTEbc {
1874
+ padding: 0 16px;
1875
+ max-height: 70vh;
1876
+ min-height: 40vh;
1877
+ }
1878
+ @media only screen and (min-width: 769px) {
1879
+ .checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ .checkout-payment-content__modalBody___pTEbc {
1880
+ max-height: 554px;
1881
+ min-width: 420px;
1882
+ }
1883
+ .checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ .checkout-payment-content__modalBody___pTEbc > div {
1884
+ margin-bottom: 16px;
1885
+ }
1886
+ }
1887
+ .checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ .checkout-payment-content__modalBody___pTEbc .checkout-payment-content__searchBox___k_Nxn {
1888
+ height: 48px;
1889
+ padding: 12px;
1890
+ border: 1px solid var(--dividerStokes, #d4d1d1);
1891
+ border-radius: 8px;
1892
+ margin-top: 16px;
1893
+ display: flex;
1894
+ gap: 12px;
1895
+ }
1896
+ .checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ .checkout-payment-content__modalBody___pTEbc .checkout-payment-content__searchBox___k_Nxn svg {
1897
+ fill: var(--textSecondary, #9c9c9c);
1898
+ }
1899
+ .checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ .checkout-payment-content__modalBody___pTEbc .checkout-payment-content__searchBox___k_Nxn input {
1900
+ width: 100%;
1901
+ height: 100%;
1902
+ border: none;
1903
+ background: transparent;
1904
+ }
1905
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiMop___LVvVY {
1906
+ padding-bottom: 24px;
1907
+ }
1908
+ @media only screen and (max-width: 768px) {
1909
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiMop___LVvVY .checkout-payment-content__upiApp___M2sjF:first-child {
1910
+ padding-top: 0;
1911
+ }
1912
+ }
1913
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiApp___M2sjF {
1914
+ display: flex;
1915
+ align-items: center;
1916
+ justify-content: left;
1917
+ gap: 8px;
1918
+ padding: 24px 0;
1919
+ border-bottom: 1px solid var(--dividerStokes);
1920
+ }
1921
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiApp___M2sjF.checkout-payment-content__selectedUpiApp___b6O5B .checkout-payment-content__displayName___dLKMP {
1922
+ font-weight: 600 !important;
1923
+ }
1924
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiApp___M2sjF.checkout-payment-content__notBorderBottom___n0nXj:last-child {
1925
+ border-bottom: unset !important;
1926
+ padding-bottom: 0;
1927
+ }
1928
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiApp___M2sjF .checkout-payment-content__logo___jNLmQ {
1929
+ display: flex;
1930
+ justify-content: center;
1931
+ align-items: center;
1932
+ border: 1px solid var(--dividerStokes);
1933
+ border-radius: 100px;
1934
+ width: 38px;
1935
+ height: 38px;
1936
+ padding: 8px 4px;
1937
+ }
1938
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiApp___M2sjF .checkout-payment-content__logo___jNLmQ > svg {
1939
+ width: 100%;
1940
+ height: 100%;
1941
+ }
1942
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiApp___M2sjF .checkout-payment-content__logo___jNLmQ:last-child {
1943
+ padding: unset;
1944
+ }
1945
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiApp___M2sjF .checkout-payment-content__displayName___dLKMP {
1946
+ flex: 1;
1947
+ font-weight: 500;
1948
+ font-size: 14px;
1949
+ color: var(--textHeading, #26201a);
1950
+ line-height: 140%;
1951
+ }
1952
+ .checkout-payment-content__container___HusGh .checkout-payment-content__moreApps___zYveG {
1953
+ display: flex;
1954
+ align-items: center;
1955
+ justify-content: left;
1956
+ gap: 8px;
1957
+ padding: 24px 0;
1958
+ padding-bottom: 0;
1959
+ }
1960
+ .checkout-payment-content__container___HusGh .checkout-payment-content__moreApps___zYveG .checkout-payment-content__logo___jNLmQ {
1961
+ display: flex;
1962
+ justify-content: center;
1963
+ align-items: center;
1964
+ border: 1px solid var(--dividerStokes);
1965
+ border-radius: 100px;
1966
+ }
1967
+ .checkout-payment-content__container___HusGh .checkout-payment-content__moreApps___zYveG .checkout-payment-content__logo___jNLmQ .checkout-payment-content__svg___zJqI5 path {
1968
+ fill: var(--textBody, #3c3131);
1969
+ }
1970
+ .checkout-payment-content__container___HusGh .checkout-payment-content__moreApps___zYveG .checkout-payment-content__displayName___dLKMP {
1971
+ flex: 1;
1972
+ font-weight: 600;
1973
+ font-size: 14px;
1974
+ color: var(--textHeading, #26201a);
1975
+ }
1976
+ .checkout-payment-content__container___HusGh .checkout-payment-content__moreApps___zYveG .checkout-payment-content__rightArrow___Tq1Wk {
1977
+ padding: 5px;
1978
+ display: flex;
1979
+ }
1980
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiSectionTitle___WF1Dc {
1981
+ font-weight: 600;
1982
+ font-size: 14px;
1983
+ color: var(--textHeading);
1984
+ margin-bottom: 16px;
1985
+ }
1986
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiQrCodeSection___UkT7I {
1987
+ padding: 16px;
1988
+ border: 1px solid var(--dividerStokes);
1989
+ border-radius: 4px;
1990
+ display: flex;
1991
+ gap: 16px;
1992
+ }
1993
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiQrCodeSection___UkT7I .checkout-payment-content__upiQrCodeDescription___KSsNb {
1994
+ display: flex;
1995
+ flex-direction: column;
1996
+ justify-content: center;
1997
+ gap: 16px;
1998
+ }
1999
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiQrCodeSection___UkT7I .checkout-payment-content__upiQrCodeDescription___KSsNb .checkout-payment-content__scanQrTitle___YjK8c {
2000
+ font-weight: 600;
2001
+ font-size: 16px;
2002
+ color: var(--textHeading, #26201a);
2003
+ line-height: 22.4px;
2004
+ margin-bottom: 4px;
2005
+ }
2006
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiQrCodeSection___UkT7I .checkout-payment-content__upiQrCodeDescription___KSsNb .checkout-payment-content__scanQrDescripton___h6K9y {
2007
+ font-weight: 400;
2008
+ font-size: 12px;
2009
+ color: var(--textHeading);
2010
+ line-height: 16.8px;
2011
+ }
2012
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiQrCodeSection___UkT7I .checkout-payment-content__upiQrCodeDescription___KSsNb .checkout-payment-content__scanQrApps____vTtc {
2013
+ display: flex;
2014
+ align-items: center;
2015
+ gap: 4px;
2016
+ }
2017
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiQrCodeSection___UkT7I .checkout-payment-content__upiQrCodeDescription___KSsNb .checkout-payment-content__scanQrApps____vTtc .checkout-payment-content__upiAppLogo___nJntM {
2018
+ width: 38px;
2019
+ height: 38px;
2020
+ display: flex;
2021
+ align-items: center;
2022
+ justify-content: center;
2023
+ border: 0.43px solid var(--dividerStokes);
2024
+ border-radius: 50%;
2025
+ }
2026
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiQrCodeSection___UkT7I .checkout-payment-content__upiQrCodeDescription___KSsNb .checkout-payment-content__scanQrApps____vTtc .checkout-payment-content__upiAppLogo___nJntM > svg {
2027
+ width: 100%;
2028
+ height: 100%;
2029
+ }
2030
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiQrCodeSection___UkT7I .checkout-payment-content__upiQrCodeDescription___KSsNb .checkout-payment-content__scanQrApps____vTtc .checkout-payment-content__moreUpiApps___YV4Tu {
2031
+ font-weight: 500;
2032
+ font-size: 10px;
2033
+ }
2034
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiQrCodeSection___UkT7I .checkout-payment-content__upiQrCodeDescription___KSsNb .checkout-payment-content__expiryText___xlRcU {
2035
+ font-weight: 400;
2036
+ font-size: 12px;
2037
+ color: #1f1f1f;
2038
+ }
2039
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiQrCodeSection___UkT7I .checkout-payment-content__upiQrCodeDescription___KSsNb .checkout-payment-content__expiryText___xlRcU .checkout-payment-content__countDown___ntN15 {
2040
+ background-color: #edfaf4;
2041
+ border-radius: 40px;
2042
+ border: 1px solid #169256;
2043
+ padding: 2px 7px;
2044
+ margin: 0 4px;
2045
+ color: #169256;
2046
+ }
2047
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiQrCodeSection___UkT7I .checkout-payment-content__upiQrCodeDescription___KSsNb .checkout-payment-content__expiryText___xlRcU .checkout-payment-content__minutes___w5ZfY {
2048
+ font-weight: 600;
2049
+ }
2050
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiQrCodeSection___UkT7I .checkout-payment-content__upiQrCodeDescription___KSsNb .checkout-payment-content__cancel___dRQKv {
2051
+ font-weight: 600;
2052
+ font-size: 12px;
2053
+ color: var(--primaryColor);
2054
+ cursor: pointer;
2055
+ }
2056
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiQrCodeSection___UkT7I .checkout-payment-content__upiQrCode___Cv6Ak {
2057
+ border: 1px solid var(--dividerStokes);
2058
+ padding: 13.31px;
2059
+ border-radius: 4.25px;
2060
+ position: relative;
2061
+ display: flex;
2062
+ align-items: center;
2063
+ justify-content: center;
2064
+ }
2065
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiQrCodeSection___UkT7I .checkout-payment-content__upiQrCode___Cv6Ak .checkout-payment-content__qrCode___CPIcp {
2066
+ width: 142px;
2067
+ height: auto;
2068
+ }
2069
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiQrCodeSection___UkT7I .checkout-payment-content__upiQrCode___Cv6Ak .checkout-payment-content__blurred___waOKS {
2070
+ filter: blur(8px);
2071
+ }
2072
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiQrCodeSection___UkT7I .checkout-payment-content__upiQrCode___Cv6Ak .checkout-payment-content__showQrButton___KdwC4 {
2073
+ position: absolute;
2074
+ padding: 11.5px 16px;
2075
+ font-weight: 600;
2076
+ font-size: 12px;
2077
+ cursor: pointer;
2078
+ background-color: var(--primaryColor);
2079
+ color: #fff;
2080
+ border-radius: 4px;
2081
+ }
2082
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiQrCodeSection___UkT7I .checkout-payment-content__upiQrCode___Cv6Ak .checkout-payment-content__qrLoader___n7vp4 {
2083
+ position: absolute;
2084
+ border: 6px solid #f3f3f3;
2085
+ border-top: 6px solid var(--primaryColor);
2086
+ border-radius: 50%;
2087
+ width: 50px;
2088
+ height: 50px;
2089
+ animation: checkout-payment-content__spin___qw23q 1s linear infinite;
2090
+ }
2091
+ @keyframes checkout-payment-content__spin___qw23q {
2092
+ 0% {
2093
+ transform: rotate(0deg);
2094
+ }
2095
+ 100% {
2096
+ transform: rotate(360deg);
2097
+ }
2098
+ }
2099
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiOrLine___orX5y {
2100
+ display: flex;
2101
+ align-items: center;
2102
+ text-align: center;
2103
+ width: 100%;
2104
+ margin: 24px 0;
2105
+ }
2106
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiOrLine___orX5y::before,
2107
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiOrLine___orX5y::after {
2108
+ content: "";
2109
+ flex: 1;
2110
+ border-bottom: 1px solid var(--dividerStokes);
2111
+ }
2112
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiOrLine___orX5y .checkout-payment-content__upiOrText___FlwMt {
2113
+ font-weight: 400;
2114
+ font-size: 12px;
2115
+ padding: 12px 4px;
2116
+ color: var(--textHeading, #26201a);
2117
+ }
2118
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy {
2119
+ position: relative;
2120
+ }
2121
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__upiInput___unikS {
2122
+ padding: 16px;
2123
+ border: 1px solid var(--dividerStokes);
2124
+ border-radius: 4px;
2125
+ width: 100%;
2126
+ font-size: 16px;
2127
+ touch-action: manipulation;
2128
+ }
2129
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__input___CtIj_ {
2130
+ border: 1px solid var(--primaryColor);
2131
+ }
2132
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__error___DzZ0L {
2133
+ border: 1px solid var(--errorText, #ff3333);
2134
+ }
2135
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__upiInput___unikS.checkout-payment-content__input___CtIj_ {
2136
+ border: 1px solid var(--primaryColor);
2137
+ }
2138
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__upiInput___unikS.checkout-payment-content__error___DzZ0L {
2139
+ border: 1px solid var(--errorText, #ff3333);
2140
+ }
2141
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__inputName___VvI9l {
2142
+ position: absolute;
2143
+ top: -8px;
2144
+ inset-inline-start: 16px;
2145
+ font-size: 12px;
2146
+ font-weight: 400;
2147
+ background-color: var(--pageBackground, #f8f8f8);
2148
+ line-height: 16.8px;
2149
+ color: var(--primaryColor);
2150
+ padding: 0 4px;
2151
+ }
2152
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__inputName___VvI9l .checkout-payment-content__required___YDb3J {
2153
+ color: var(--errorText, #ff3333);
2154
+ }
2155
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__errorInputName___creos {
2156
+ color: var(--errorText, #ff3333);
2157
+ }
2158
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiPay___CycYi .checkout-payment-content__payBtn___dgcAp {
2159
+ padding: 14px;
2160
+ border-radius: var(--buttonRadius, 0px);
2161
+ background-color: var(--primaryColor);
2162
+ border: none;
2163
+ width: 100%;
2164
+ color: #fff;
2165
+ font-weight: 600;
2166
+ font-size: 14px;
2167
+ text-transform: uppercase;
2168
+ cursor: pointer;
2169
+ line-height: 140%;
2170
+ margin-top: 16px;
2171
+ margin-bottom: 24px;
2172
+ }
2173
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiPay___CycYi .checkout-payment-content__payBtn___dgcAp:hover {
2174
+ background-color: var(--buttonPrimaryL1, #71653a);
2175
+ color: #ffffff;
2176
+ }
2177
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiPay___CycYi .checkout-payment-content__payBtn___dgcAp[disabled] {
2178
+ padding: 14px;
2179
+ border-radius: var(--buttonRadius, 0px);
2180
+ width: 100%;
2181
+ font-weight: 600;
2182
+ font-size: 14px;
2183
+ text-transform: uppercase;
2184
+ margin: 24px 0;
2185
+ background-color: var(--primaryColor);
2186
+ border: none;
2187
+ color: white;
2188
+ line-height: 140%;
2189
+ opacity: 20%;
2190
+ cursor: not-allowed;
2191
+ }
2192
+ .checkout-payment-content__container___HusGh .checkout-payment-content__otherSelect___qPFNE {
2193
+ -webkit-appearance: none;
2194
+ user-select: none;
2195
+ padding: 16px;
2196
+ border: 1px solid #e2e2e2;
2197
+ border-radius: 4px;
2198
+ width: 100%;
2199
+ }
2200
+ .checkout-payment-content__container___HusGh .checkout-payment-content__codWrapper___CnYXV {
2201
+ padding-bottom: 16px;
2202
+ }
2203
+ .checkout-payment-content__container___HusGh .checkout-payment-content__codTitle___Ef0D5 {
2204
+ font-size: 12px;
2205
+ font-weight: 400;
2206
+ margin-bottom: 16px;
2207
+ }
2208
+ .checkout-payment-content__container___HusGh .checkout-payment-content__codInfo___MgPkv {
2209
+ font-weight: 400;
2210
+ font-size: 12px;
2211
+ color: var(--errorText, #ff3333);
2212
+ line-height: 140%;
2213
+ background-color: #fbeaea;
2214
+ border-radius: 4px;
2215
+ padding: 8px 0;
2216
+ text-align: center;
2217
+ }
2218
+ .checkout-payment-content__container___HusGh .checkout-payment-content__otherOption___DjTzG {
2219
+ display: flex;
2220
+ flex-wrap: wrap;
2221
+ justify-content: space-between;
2222
+ }
2223
+ .checkout-payment-content__container___HusGh .checkout-payment-content__otherOption___DjTzG .checkout-payment-content__otherItem___jN9vL {
2224
+ display: flex;
2225
+ width: 204px;
2226
+ height: unset;
2227
+ min-height: 56px;
2228
+ border-radius: 8px;
2229
+ margin-bottom: 16px;
2230
+ padding: 5px;
2231
+ }
2232
+ .checkout-payment-content__container___HusGh .checkout-payment-content__otherOption___DjTzG .checkout-payment-content__otherItem___jN9vL .checkout-payment-content__otherLeft___TkRNH {
2233
+ align-self: center;
2234
+ margin-inline-end: 10px;
2235
+ margin-inline-start: 10px;
2236
+ }
2237
+ .checkout-payment-content__container___HusGh .checkout-payment-content__otherOption___DjTzG .checkout-payment-content__otherItem___jN9vL .checkout-payment-content__otherMiddle___WxKzY {
2238
+ align-self: center;
2239
+ margin-inline-end: 10px;
2240
+ }
2241
+ .checkout-payment-content__container___HusGh .checkout-payment-content__otherOption___DjTzG .checkout-payment-content__otherItem___jN9vL .checkout-payment-content__otherMiddle___WxKzY img {
2242
+ width: 45px;
2243
+ }
2244
+ .checkout-payment-content__container___HusGh .checkout-payment-content__otherOption___DjTzG .checkout-payment-content__otherItem___jN9vL .checkout-payment-content__otherRight___lSkK_ {
2245
+ align-self: center;
2246
+ font-weight: 400;
2247
+ font-size: 14px;
2248
+ color: #1f1f1f;
2249
+ overflow: hidden;
2250
+ word-wrap: break-word;
2251
+ }
2252
+ .checkout-payment-content__container___HusGh input[type="radio"] {
2253
+ display: none;
2254
+ }
2255
+ .checkout-payment-content__container___HusGh input[type="radio"]:checked {
2256
+ color: green;
2257
+ }
2258
+ .checkout-payment-content__container___HusGh .checkout-payment-content__formError___Mntli {
2259
+ color: var(--errorText, #ff3333);
2260
+ font-size: 12px;
2261
+ font-weight: 400;
2262
+ margin-top: 8px;
2263
+ }
2264
+ .checkout-payment-content__container___HusGh .checkout-payment-content__lightXxxs___Gfrku {
2265
+ font-weight: 300;
2266
+ font-size: 10px;
2267
+ -webkit-font-smoothing: antialiased;
2268
+ }
2269
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiHeader___VjHto {
2270
+ font-weight: 600;
2271
+ font-size: 14px;
2272
+ color: var(--textHeading);
2273
+ line-height: 140%;
2274
+ margin-bottom: 10px;
2275
+ }
2276
+ .checkout-payment-content__container___HusGh .checkout-payment-content__savedUpi___z5oG5 {
2277
+ border: 1px solid #e2e2e2;
2278
+ border-radius: 5px;
2279
+ padding: 16px;
2280
+ }
2281
+ .checkout-payment-content__container___HusGh .checkout-payment-content__savedUpi___z5oG5 .checkout-payment-content__upiIdListItem___bqNvF {
2282
+ display: flex;
2283
+ justify-content: space-between;
2284
+ align-items: center;
2285
+ }
2286
+ .checkout-payment-content__container___HusGh .checkout-payment-content__savedUpi___z5oG5 .checkout-payment-content__upiIdListItem___bqNvF .checkout-payment-content__vpa___BT6NB {
2287
+ font-size: 12px;
2288
+ font-weight: 600;
2289
+ color: var(--primaryColor);
2290
+ line-height: 16.8px;
2291
+ }
2292
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiAutoCompleteWrapper___ai3TK {
2293
+ border: 1px solid var(--dividerStokes);
2294
+ display: flex;
2295
+ flex-direction: column;
2296
+ align-items: flex-start;
2297
+ margin-top: 5px;
2298
+ border-radius: 5px;
2299
+ max-height: 150px;
2300
+ height: auto;
2301
+ scrollbar-width: auto;
2302
+ /* Enable scrollbar */
2303
+ -ms-overflow-style: auto;
2304
+ /* For IE */
2305
+ overflow-y: auto;
2306
+ }
2307
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiAutoCompleteItem___eoJMo {
2308
+ border-bottom: 1px solid var(--dividerStokes);
2309
+ width: 100%;
2310
+ padding: 15.5px 16px;
2311
+ cursor: pointer;
2312
+ font-size: 12px;
2313
+ font-weight: 400;
2314
+ color: var(--textBody, #3c3131);
2315
+ line-height: 18px;
2316
+ }
2317
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiAutoCompleteItem___eoJMo:last-child {
2318
+ border-bottom: none;
2319
+ }
2320
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiAutoCompleteItem___eoJMo:hover {
2321
+ background-color: #f8f8f8;
2322
+ }
2323
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiChipsWrapper___kXA7X {
2324
+ margin-top: 16px;
2325
+ display: flex;
2326
+ gap: 8px;
2327
+ }
2328
+ .checkout-payment-content__container___HusGh .checkout-payment-content__upiChipsWrapper___kXA7X .checkout-payment-content__upiChip___Jr0g5 {
2329
+ padding: 4px 12px;
2330
+ border: 1px solid var(--dividerStokes);
2331
+ border-radius: 100px;
2332
+ font-size: 12px;
2333
+ font-weight: 400;
2334
+ line-height: 16.8px;
2335
+ }
2336
+ .checkout-payment-content__container___HusGh .checkout-payment-content__saveUpi___ZgiT2 {
2337
+ display: flex;
2338
+ align-items: center;
2339
+ margin-top: 24px;
2340
+ }
2341
+ .checkout-payment-content__container___HusGh .checkout-payment-content__saveUpi___ZgiT2 .checkout-payment-content__saveForLater___KeLM6 {
2342
+ margin-inline-end: 5px;
2343
+ accent-color: var(--primaryColor);
2344
+ }
2345
+ .checkout-payment-content__container___HusGh .checkout-payment-content__saveUpi___ZgiT2 .checkout-payment-content__saveUpiTitle____DJ9j {
2346
+ font-size: 12px;
2347
+ font-weight: 400;
2348
+ }
2349
+ .checkout-payment-content__container___HusGh .checkout-payment-content__saveUpi___ZgiT2 .checkout-payment-content__disableSaveUpiTitle___zWCAh {
2350
+ font-size: 12px;
2351
+ font-weight: 400;
2352
+ color: var(--primaryColor);
2353
+ opacity: 0.5;
2354
+ }
2355
+ .checkout-payment-content__upiRedirectionModal___A77Sr {
2356
+ padding: 24px;
2357
+ display: flex;
2358
+ flex-direction: column;
2359
+ align-items: center;
2360
+ }
2361
+ .checkout-payment-content__upiRedirectionModal___A77Sr .checkout-payment-content__loader___EjW1u {
2362
+ border: 6px solid #f3f3f3;
2363
+ border-top: 6px solid var(--primaryColor);
2364
+ border-radius: 50%;
2365
+ width: 50px;
2366
+ height: 50px;
2367
+ animation: checkout-payment-content__spin___qw23q 1s linear infinite;
2368
+ }
2369
+ @keyframes checkout-payment-content__spin___qw23q {
2370
+ 0% {
2371
+ transform: rotate(0deg);
2372
+ }
2373
+ 100% {
2374
+ transform: rotate(360deg);
2375
+ }
2376
+ }
2377
+ .checkout-payment-content__upiRedirectionModal___A77Sr .checkout-payment-content__title___Id8fy {
2378
+ font-weight: 700;
2379
+ font-size: 24px;
2380
+ line-height: 33.6px;
2381
+ margin-top: 16px;
2382
+ margin-inline-end: 0;
2383
+ margin-bottom: 8px;
2384
+ margin-inline-start: 0;
2385
+ color: var(--primaryColor);
2386
+ }
2387
+ .checkout-payment-content__upiRedirectionModal___A77Sr .checkout-payment-content__message___r1UVA {
2388
+ font-size: 14px;
2389
+ font-weight: 500;
2390
+ color: var(--textBody, #3c3131);
2391
+ line-height: 19.6px;
2392
+ text-align: center;
2393
+ margin-bottom: 8px;
2394
+ }
2395
+ .checkout-payment-content__couponValidity___qlGOR {
2396
+ padding: 16px;
2397
+ }
2398
+ .checkout-payment-content__couponValidity___qlGOR .checkout-payment-content__message___r1UVA {
2399
+ margin-bottom: 16px;
2400
+ max-width: 450px;
2401
+ color: var(--textBody, #3c3131);
2402
+ }
2403
+ .checkout-payment-content__couponValidity___qlGOR .checkout-payment-content__select___Z7csU {
2404
+ display: flex;
2405
+ gap: 16px;
2406
+ }
2407
+ .checkout-payment-content__couponValidity___qlGOR .checkout-payment-content__commonBtn___eJBhv {
2408
+ width: 100%;
2409
+ padding: 8px;
2410
+ border-radius: 20px;
2411
+ cursor: pointer;
2412
+ font-size: 12px;
2413
+ font-weight: 600;
2414
+ text-transform: uppercase;
2415
+ text-align: center;
2416
+ line-height: 140%;
2417
+ }
2418
+ .checkout-payment-content__couponValidity___qlGOR .checkout-payment-content__yesBtn___P6DY1 {
2419
+ background-color: var(--buttonSecondary);
2420
+ border: 1px solid var(--buttonPrimary);
2421
+ color: var(--primaryColor);
2422
+ }
2423
+ .checkout-payment-content__couponValidity___qlGOR .checkout-payment-content__noBtn___kkdC9 {
2424
+ background-color: var(--buttonPrimary);
2425
+ color: #fff;
2426
+ }
2427
+ .checkout-payment-content__couponValidityModal___dm1Lz {
2428
+ z-index: 99 !important;
2429
+ }
2430
+ .checkout-payment-content__codModal___SSel2 {
2431
+ padding: 24px;
2432
+ display: flex;
2433
+ flex-direction: column;
2434
+ align-items: center;
2435
+ gap: 16px;
2436
+ position: relative;
2437
+ }
2438
+ .checkout-payment-content__codModal___SSel2 .checkout-payment-content__closeCodModal___yySGE {
2439
+ position: absolute;
2440
+ inset-inline-end: 24px;
2441
+ }
2442
+ .checkout-payment-content__codModal___SSel2 .checkout-payment-content__message___r1UVA {
2443
+ font-size: 16px;
2444
+ font-weight: 600;
2445
+ line-height: 22.4px;
2446
+ text-align: center;
2447
+ color: var(--primaryColor);
2448
+ margin-bottom: 8px;
2449
+ }
2450
+ .checkout-payment-content__codModal___SSel2 .checkout-payment-content__codCharges___UvALn {
2451
+ font-size: 12px;
2452
+ font-weight: 400;
2453
+ line-height: 16.8px;
2454
+ color: var(--errorText, #ff3333);
2455
+ text-align: center;
2456
+ }
2457
+ .checkout-payment-content__codModal___SSel2 .checkout-payment-content__payBtn___dgcAp {
2458
+ padding: 14px;
2459
+ border-radius: var(--buttonRadius, 0px);
2460
+ background-color: var(--primaryColor);
2461
+ border: none;
2462
+ color: #fff;
2463
+ width: 100%;
2464
+ font-weight: 600;
2465
+ font-size: 14px;
2466
+ text-transform: uppercase;
2467
+ cursor: pointer;
2468
+ line-height: 140%;
2469
+ }
2470
+ .checkout-payment-content__codModal___SSel2 .checkout-payment-content__payBtn___dgcAp:hover {
2471
+ background-color: var(--buttonPrimaryL1, #71653a);
2472
+ color: #ffffff;
2473
+ }
2474
+ .checkout-payment-content__whyCvvContainer___M4rgx {
2475
+ position: relative;
2476
+ }
2477
+ .checkout-payment-content__whyCvvContainer___M4rgx .checkout-payment-content__upArrowMark___JbdEA {
2478
+ position: absolute;
2479
+ inset-inline-start: 50%;
2480
+ top: -6px;
2481
+ }
2482
+ .checkout-payment-content__whyCvvContainer___M4rgx .checkout-payment-content__upArrowMark___JbdEA path {
2483
+ fill: var(--dividerStokes, #d4d1d1);
2484
+ }
2485
+ .checkout-payment-content__cvvNotNeededModal___veTld {
2486
+ padding: 16px;
2487
+ font-size: 14px;
2488
+ font-weight: 400;
2489
+ line-height: 19.6px;
2490
+ max-width: 375px;
2491
+ }
2492
+ @media only screen and (min-width: 769px) {
2493
+ .checkout-payment-content__cvvNotNeededModal___veTld {
2494
+ width: 295px;
2495
+ padding: 8px 12px;
2496
+ box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
2497
+ border-radius: 8px;
2498
+ position: absolute;
2499
+ z-index: 99;
2500
+ inset-inline-end: -116px;
2501
+ transform: unset;
2502
+ background: var(--dialogBackground, #fff);
2503
+ border: 1px solid var(--dividerStokes, #d4d1d1);
2504
+ top: 29px;
2505
+ }
2506
+ }
2507
+ .checkout-payment-content__cvImage___qdwDj {
2508
+ display: flex;
2509
+ justify-content: center;
2510
+ }
2511
+ .checkout-payment-content__infoIcon___nT04a {
2512
+ cursor: pointer;
2513
+ }
2514
+ .checkout-payment-content__modalBody___pTEbc {
2515
+ overflow-y: auto;
2516
+ scrollbar-width: thin !important;
2517
+ }
2518
+ .checkout-payment-content__modalBody___pTEbc .checkout-payment-content__selectedBorder___xIVt8 {
2519
+ background-color: #f8f8f8;
2520
+ border-radius: 8px;
2521
+ }
2522
+ .checkout-payment-content__modalBody___pTEbc .checkout-payment-content__modeItemWrapper___IlJf3 {
2523
+ min-height: 66px;
2524
+ padding: 12px 16px !important;
2525
+ margin-bottom: unset !important;
2526
+ border: none !important;
2527
+ cursor: default !important;
2528
+ }
2529
+ .checkout-payment-content__modalBody___pTEbc .checkout-payment-content__searchBox___k_Nxn {
2530
+ margin-bottom: 12px !important;
2531
+ }
2532
+ .checkout-payment-content__modalBody___pTEbc .checkout-payment-content__nonSelectedBorder___zA4x7 {
2533
+ border: none;
2534
+ }
2535
+ @media only screen and (min-width: 769px) {
2536
+ .checkout-payment-content__modeItemLogo___mixsN .checkout-payment-content__svgColor___07c9F g > path {
2537
+ fill: var(--textBody, #3c3131);
2538
+ }
2539
+ .checkout-payment-content__modeItemLogo___mixsN .checkout-payment-content__svgColor___07c9F path {
2540
+ fill: var(--textBody, #3c3131);
2541
+ }
2542
+ }
2543
+ @media only screen and (max-width: 768px) {
2544
+ .checkout-payment-content__modeItemLogo___mixsN .checkout-payment-content__svgColor___07c9F g > path {
2545
+ fill: var(--textHeading, #26201a);
2546
+ }
2547
+ .checkout-payment-content__modeItemLogo___mixsN .checkout-payment-content__svgColor___07c9F path {
2548
+ fill: var(--textHeading, #26201a);
2549
+ }
2550
+ }
2551
+ .checkout-payment-content__modeItemLogo___mixsN img {
2552
+ border: 1px solid var(--dividerStokes, #d4d1d1);
2553
+ padding: 8px 4px;
2554
+ border-radius: 50%;
2555
+ object-fit: contain;
2556
+ margin-inline-end: 12px;
2557
+ }
2558
+ @media only screen and (max-width: 768px) {
2559
+ .checkout-payment-content__modeItemLogo___mixsN img {
2560
+ margin-inline-end: 8px;
2561
+ }
2562
+ }
2563
+ .checkout-payment-content__logoNameContainer___cajWe {
2564
+ display: flex;
2565
+ align-items: center;
2566
+ }
2567
+ .checkout-payment-content__modalBody___pTEbc::-webkit-scrollbar-thumb {
2568
+ background-color: gray;
2569
+ border-radius: 4px;
2570
+ }
2571
+ .checkout-payment-content__upiError___hFHVG {
2572
+ color: var(--errorText, #ff3333);
2573
+ font-size: 12px;
2574
+ font-weight: 400;
2575
+ }
2576
+ .checkout-payment-content__cardDetailsHeader___joBnn {
2577
+ margin-bottom: unset !important;
2578
+ }
2579
+ @media only screen and (min-width: 769px) {
2580
+ .checkout-payment-content__moreOptionContainer___lSVOn {
2581
+ width: 420px;
2582
+ height: 606px;
2583
+ }
2584
+ }
2585
+ @media only screen and (max-width: 768px) {
2586
+ .checkout-payment-content__moreOptionContainer___lSVOn {
2587
+ height: 434px;
2588
+ }
2589
+ }
2590
+ .checkout-payment-content__bodyContainer___HeZQG {
2591
+ min-width: unset !important;
2592
+ min-height: unset !important;
2593
+ margin-bottom: 16px;
2594
+ max-height: unset !important;
2595
+ }
2596
+ @media only screen and (max-width: 768px) {
2597
+ .checkout-payment-content__bodyContainer___HeZQG .checkout-payment-content__modeItemName___FvXEZ {
2598
+ color: var(--textBody, #3c3131) !important;
2599
+ font-size: 12px;
2600
+ font-weight: 400 !important;
2601
+ }
2602
+ .checkout-payment-content__bodyContainer___HeZQG .checkout-payment-content__selectedBorder___xIVt8 .checkout-payment-content__modeItemName___FvXEZ {
2603
+ font-weight: 500 !important;
2604
+ }
2605
+ }
2606
+ .checkout-payment-content__moreModeIcon___Hjipo {
2607
+ transform: rotate(270deg);
2608
+ display: flex;
2609
+ align-items: center;
2610
+ }
2611
+ [dir="rtl"] .checkout-payment-content__moreModeIcon___Hjipo {
2612
+ transform: rotate(90deg);
2613
+ }
2614
+ .checkout-payment-content__moreModeIcon___Hjipo svg {
2615
+ width: 20px;
2616
+ height: 20px;
2617
+ }
2618
+ .checkout-payment-content__moreModeIcon___Hjipo svg g > path {
2619
+ fill: var(--textLabel, #7d7676);
2620
+ }
2621
+ .checkout-payment-content__otherBorder___ARrf8 {
2622
+ border: 1px solid var(--dividerStokes, #d4d1d1);
2623
+ }
2624
+ @media only screen and (max-width: 768px) {
2625
+ .checkout-payment-content__otherBorder___ARrf8 {
2626
+ border: none;
2627
+ }
2628
+ }
2629
+ @media only screen and (min-width: 769px) {
2630
+ .checkout-payment-content__modeItemLogo___mixsN .checkout-payment-content__moreWlIcon___xHrT7 {
2631
+ width: 24px;
2632
+ height: 24px;
2633
+ }
2634
+ }
2635
+ @media only screen and (max-width: 768px) {
2636
+ .checkout-payment-content__modeItemLogo___mixsN span {
2637
+ border: 1px solid var(--dividerStokes, #d4d1d1);
2638
+ padding: 8px 4px;
2639
+ border-radius: 50%;
2640
+ object-fit: cover;
2641
+ width: 38px;
2642
+ height: 38px;
2643
+ display: flex;
2644
+ justify-content: center;
2645
+ align-items: anchor-center;
2646
+ }
2647
+ }
2648
+ @media only screen and (max-width: 768px) {
2649
+ .checkout-payment-content__upiMargin___LomcN:last-child {
2650
+ padding-bottom: 0 !important;
2651
+ }
2652
+ }
2653
+ @media only screen and (max-width: 768px) {
2654
+ .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardModalHeader___ixj3K {
2655
+ padding: 16px !important;
2656
+ }
2657
+ }
2658
+ @media only screen and (max-width: 768px) {
2659
+ .checkout-payment-content__newCardBodyModal___R9U49 .checkout-payment-content__rbiGuidelines___jmtpW {
2660
+ margin-top: 24px !important;
2661
+ }
2662
+ .checkout-payment-content__newCardBodyModal___R9U49 .checkout-payment-content__saveNewCard___cPi2y {
2663
+ margin-top: 0 !important;
2664
+ }
2665
+ }
2666
+ .checkout-payment-content__upiSuggestionsDesktop___NoYKi {
2667
+ position: absolute;
2668
+ width: 100%;
2669
+ background: var(--pageBackground, #f8f8f8);
2670
+ border-radius: 4px;
2671
+ box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
2672
+ }
2673
+ .checkout-payment-content__closeWrapper___hEtpT {
2674
+ display: flex;
2675
+ justify-content: space-between;
2676
+ }
2677
+ .checkout-payment-content__crossMobile___jmnlv {
2678
+ position: absolute;
2679
+ inset-inline-end: 16px;
2680
+ }
2681
+ .checkout-payment-content__noResultFound___suFuv {
2682
+ color: var(--Text-Body, #4d4d4e);
2683
+ font-family: var(--fontBody);
2684
+ font-size: 14px;
2685
+ font-style: normal;
2686
+ font-weight: 400;
2687
+ line-height: 140%;
2688
+ /* 19.6px */
2689
+ height: 75%;
2690
+ display: flex;
2691
+ align-items: center;
2692
+ justify-content: center;
2693
+ }
2694
+ @media only screen and (max-width: 768px) {
2695
+ .checkout-payment-content__visibleOnTab___SSdnx {
2696
+ display: block !important;
2697
+ }
2698
+ }
2699
+ @media only screen and (max-width: 768px) {
2700
+ .checkout-payment-content__onDesktopView___JFn5k {
2701
+ display: none;
2702
+ }
2703
+ }
2704
+ @media only screen and (min-width: 769px) {
2705
+ .checkout-payment-content__onMobileView___IBzw6 {
2706
+ display: none;
2707
+ }
2708
+ }
2709
+ .checkout-payment-content__mopIcon___koORc {
2710
+ width: 24px;
2711
+ height: 24px;
2712
+ }
2713
+ .checkout-payment-content__noOptionContainer___uCGHg {
2714
+ display: flex;
2715
+ padding: 24px;
2716
+ flex-direction: column;
2717
+ align-items: center;
2718
+ gap: 24px;
2719
+ align-self: stretch;
2720
+ border: 1px solid var(--dividerStokes);
2721
+ border-top: unset;
2722
+ border-radius: 0 0 8px 8px;
2723
+ background: var(--pageBackground, #f8f8f8);
2724
+ }
2725
+ @media only screen and (max-width: 768px) {
2726
+ .checkout-payment-content__noOptionContainer___uCGHg {
2727
+ border-radius: 0;
2728
+ border: none;
2729
+ }
2730
+ }
2731
+ .checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG {
2732
+ display: flex;
2733
+ max-width: 580px;
2734
+ width: 100%;
2735
+ flex-direction: column;
2736
+ align-items: center;
2737
+ gap: 8px;
2738
+ }
2739
+ .checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG h3 {
2740
+ color: var(--textHeading, #26201a);
2741
+ text-align: center;
2742
+ font-size: 16px;
2743
+ font-style: normal;
2744
+ font-weight: 700;
2745
+ line-height: 140%;
2746
+ align-self: stretch;
2747
+ }
2748
+ @media only screen and (max-width: 768px) {
2749
+ .checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG h3 {
2750
+ font-weight: 600;
2751
+ }
2752
+ }
2753
+ .checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG p {
2754
+ color: var(--textBody, #3c3131);
2755
+ text-align: center;
2756
+ font-size: 14px;
2757
+ font-style: normal;
2758
+ font-weight: 400;
2759
+ line-height: 140%;
2760
+ align-self: stretch;
2761
+ }
2762
+ @media only screen and (max-width: 768px) {
2763
+ .checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG p {
2764
+ font-size: 12px;
2765
+ }
2766
+ }
2767
+ .checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG .checkout-payment-content__contact_us___KWS91 {
2768
+ margin-top: 12px;
2769
+ }
2770
+
2771
+ /**color by character**/
2772
+ /** Font family **/
2773
+ /** Font weight **/
2774
+ .sticky-pay-now__display-block___VLyRZ {
2775
+ display: block;
2776
+ }
2777
+ .sticky-pay-now__inline-block___JGP4g,
2778
+ .sticky-pay-now__inlineBlock___N8h4Z {
2779
+ display: inline-block;
2780
+ }
2781
+ .sticky-pay-now__flex-row___lpkD_ {
2782
+ display: flex;
2783
+ }
2784
+ .sticky-pay-now__flex-column___Vi9q_,
2785
+ .sticky-pay-now__flexColumn___SCk44 {
2786
+ display: flex;
2787
+ flex-direction: column;
2788
+ }
2789
+ .sticky-pay-now__flex-align-center___HJV3k,
2790
+ .sticky-pay-now__flexAlignCenter___qkXY6 {
2791
+ display: flex;
2792
+ align-items: center;
2793
+ }
2794
+ .sticky-pay-now__flex-justify-center___Ip0Dt,
2795
+ .sticky-pay-now__flexJustifyCenter___tDdyM {
2796
+ display: flex;
2797
+ justify-content: center;
2798
+ }
2799
+ .sticky-pay-now__flex-center___KXi1R,
2800
+ .sticky-pay-now__flexCenter___Mugog {
2801
+ display: flex;
2802
+ justify-content: center;
2803
+ align-items: center;
2804
+ }
2805
+ .sticky-pay-now__justify-start___Vni_7,
2806
+ .sticky-pay-now__justifyStart___VS8x1 {
2807
+ justify-content: flex-start;
2808
+ }
2809
+ .sticky-pay-now__justify-end___HZj15,
2810
+ .sticky-pay-now__justifyEnd___yY1uu {
2811
+ justify-content: flex-end;
2812
+ }
2813
+ .sticky-pay-now__justify-between___RVU2w,
2814
+ .sticky-pay-now__justifyBetween___RxKSW {
2815
+ justify-content: space-between;
2816
+ }
2817
+ .sticky-pay-now__justify-around___JsDvV,
2818
+ .sticky-pay-now__justifyAround___JVt3d {
2819
+ justify-content: space-around;
2820
+ }
2821
+ .sticky-pay-now__justify-evenly___HaJgu,
2822
+ .sticky-pay-now__justifyEvenly___oqekF {
2823
+ justify-content: space-evenly;
2824
+ }
2825
+ h1,
2826
+ .sticky-pay-now__h1___Uuu_3 {
2827
+ font-weight: 700;
2828
+ font-size: 28px;
2829
+ line-height: 42px;
2830
+ letter-spacing: -0.03em;
2831
+ color: var(--textHeading, #26201a);
2832
+ }
2833
+ @media only screen and (min-width: 769px) {
2834
+ h1,
2835
+ .sticky-pay-now__h1___Uuu_3 {
2836
+ font-size: 36px;
2837
+ line-height: 48px;
2838
+ }
2839
+ }
2840
+ h2,
2841
+ .sticky-pay-now__h2___Tblc8 {
2842
+ font-weight: 700;
2843
+ font-size: 28px;
2844
+ line-height: 36px;
2845
+ letter-spacing: -0.03em;
2846
+ color: var(--textHeading, #26201a);
2847
+ }
2848
+ @media only screen and (min-width: 769px) {
2849
+ h2,
2850
+ .sticky-pay-now__h2___Tblc8 {
2851
+ font-size: 32px;
2852
+ line-height: 42px;
2853
+ }
2854
+ }
2855
+ h3,
2856
+ .sticky-pay-now__h3___DwLX6 {
2857
+ font-weight: 700;
2858
+ letter-spacing: -0.02em;
2859
+ color: var(--textHeading, #26201a);
2860
+ font-size: 24px;
2861
+ line-height: 32px;
2862
+ }
2863
+ @media only screen and (min-width: 769px) {
2864
+ h3,
2865
+ .sticky-pay-now__h3___DwLX6 {
2866
+ font-weight: 700;
2867
+ letter-spacing: -0.02em;
2868
+ color: var(--textHeading, #26201a);
2869
+ font-size: 28px;
2870
+ line-height: 36px;
2871
+ }
2872
+ }
2873
+ h4,
2874
+ .sticky-pay-now__h4___j97XS {
2875
+ font-weight: 600;
2876
+ letter-spacing: -0.02em;
2877
+ color: var(--textHeading, #26201a);
2878
+ font-size: 16px;
2879
+ line-height: 1.5;
2880
+ }
2881
+ @media only screen and (min-width: 769px) {
2882
+ h4,
2883
+ .sticky-pay-now__h4___j97XS {
2884
+ font-weight: 600;
2885
+ letter-spacing: -0.02em;
2886
+ color: var(--textHeading, #26201a);
2887
+ font-size: 20px;
2888
+ line-height: 1.5;
2889
+ }
2890
+ }
2891
+ h5,
2892
+ .sticky-pay-now__h5___UmYIp {
2893
+ font-weight: 600;
2894
+ font-size: 14px;
2895
+ line-height: 16px;
2896
+ letter-spacing: -0.02em;
2897
+ color: var(--textHeading, #26201a);
2898
+ }
2899
+ @media only screen and (min-width: 769px) {
2900
+ h5,
2901
+ .sticky-pay-now__h5___UmYIp {
2902
+ font-size: 16px;
2903
+ line-height: 18px;
2904
+ }
2905
+ }
2906
+ .sticky-pay-now__b1___Or1DE {
2907
+ font-weight: 400;
2908
+ font-size: 14px;
2909
+ line-height: 18px;
2910
+ letter-spacing: -0.02em;
2911
+ color: var(--textBody, #3c3131);
2912
+ }
2913
+ @media only screen and (min-width: 769px) {
2914
+ .sticky-pay-now__b1___Or1DE {
2915
+ font-size: 16px;
2916
+ line-height: 20px;
2917
+ }
2918
+ }
2919
+ .sticky-pay-now__b-small___BJ6H4,
2920
+ .sticky-pay-now__bSmall___xlY2_,
2921
+ .sticky-pay-now__b2___M8fDb {
2922
+ font-weight: 400;
2923
+ letter-spacing: -0.02em;
2924
+ color: var(--textBody, #3c3131);
2925
+ font-size: 12px;
2926
+ line-height: 16px;
2927
+ }
2928
+ @media only screen and (min-width: 769px) {
2929
+ .sticky-pay-now__b-small___BJ6H4,
2930
+ .sticky-pay-now__bSmall___xlY2_,
2931
+ .sticky-pay-now__b2___M8fDb {
2932
+ font-weight: 400;
2933
+ letter-spacing: -0.02em;
2934
+ color: var(--textBody, #3c3131);
2935
+ font-size: 14px;
2936
+ line-height: 18px;
2937
+ }
2938
+ }
2939
+ .sticky-pay-now__d1___S2Dnx {
2940
+ font-size: 36px;
2941
+ font-weight: 700;
2942
+ line-height: 48px;
2943
+ letter-spacing: -0.02em;
2944
+ }
2945
+ @media only screen and (min-width: 769px) {
2946
+ .sticky-pay-now__d1___S2Dnx {
2947
+ font-size: 64px;
2948
+ line-height: 85px;
2949
+ letter-spacing: -0.03em;
2950
+ }
2951
+ }
2952
+ .sticky-pay-now__caption-medium___gZCqf,
2953
+ .sticky-pay-now__captionMedium___V6P3J {
2954
+ font-size: 12px;
2955
+ line-height: 1.5;
2956
+ letter-spacing: -0.02em;
2957
+ font-weight: 500;
2958
+ }
2959
+ @media only screen and (max-width: 480px) {
2960
+ .sticky-pay-now__caption-medium___gZCqf,
2961
+ .sticky-pay-now__captionMedium___V6P3J {
2962
+ font-size: 11px;
2963
+ }
2964
+ }
2965
+ .sticky-pay-now__caption-semi-bold___QX3JZ,
2966
+ .sticky-pay-now__captionSemiBold___Fc8TZ {
2967
+ font-size: 12px;
2968
+ line-height: 1.5;
2969
+ letter-spacing: -0.02em;
2970
+ font-weight: 600;
2971
+ }
2972
+ @media only screen and (max-width: 480px) {
2973
+ .sticky-pay-now__caption-semi-bold___QX3JZ,
2974
+ .sticky-pay-now__captionSemiBold___Fc8TZ {
2975
+ font-size: 11px;
2976
+ }
2977
+ }
2978
+ .sticky-pay-now__btn-link___zQJQL,
2979
+ .sticky-pay-now__btnLink___ge_XT {
2980
+ font-weight: 500;
2981
+ letter-spacing: -0.02em;
2982
+ font-size: 12px;
2983
+ line-height: 14px;
2984
+ border-radius: var(--buttonRadius, 0px);
2985
+ cursor: pointer;
2986
+ color: var(--buttonLink, #b1655b);
2987
+ text-decoration: underline;
2988
+ background: none;
2989
+ border: none;
2990
+ }
2991
+ @media only screen and (min-width: 769px) {
2992
+ .sticky-pay-now__btn-link___zQJQL,
2993
+ .sticky-pay-now__btnLink___ge_XT {
2994
+ font-weight: 500;
2995
+ letter-spacing: -0.02em;
2996
+ font-size: 14px;
2997
+ line-height: 16px;
2998
+ }
2999
+ }
3000
+ .sticky-pay-now__btn-link___zQJQL:hover,
3001
+ .sticky-pay-now__btnLink___ge_XT:hover {
3002
+ color: var(--buttonLinkL1, #c1847c);
3003
+ }
3004
+ .sticky-pay-now__btn-link___zQJQL:disabled,
3005
+ .sticky-pay-now__btnLink___ge_XT:disabled {
3006
+ color: var(--buttonLinkL2, #d0a39d);
3007
+ }
3008
+ .sticky-pay-now__btn-link___zQJQL:active,
3009
+ .sticky-pay-now__btnLink___ge_XT:active {
3010
+ opacity: 0.8;
3011
+ }
3012
+ .sticky-pay-now__user-select-none___SZqoi,
3013
+ .sticky-pay-now__userSelectNone___GQ_bk {
3014
+ user-select: none;
3015
+ -moz-user-select: none;
3016
+ -webkit-user-select: none;
3017
+ -ms-user-select: none;
3018
+ }
3019
+ .sticky-pay-now__margin-0-auto___WxYX5,
3020
+ .sticky-pay-now__margin0auto___IUrzh {
3021
+ margin: 0 auto;
3022
+ }
3023
+ .sticky-pay-now__base-page-container___QXfUb,
3024
+ .sticky-pay-now__basePageContainer___KO0eb {
3025
+ max-width: 1440px !important;
3026
+ }
3027
+ .sticky-pay-now__remove-scroll___YX8cO,
3028
+ .sticky-pay-now__removeScroll___kF3g4 {
3029
+ overflow-y: hidden !important;
3030
+ }
3031
+ .sticky-pay-now__mr-5___oR6lr,
3032
+ .sticky-pay-now__mr5___HP_gl {
3033
+ margin-inline-end: 30px !important;
3034
+ }
3035
+ .sticky-pay-now__mr-2___ITKs9,
3036
+ .sticky-pay-now__mr2___QJbJ6 {
3037
+ margin-inline-end: 5px !important;
3038
+ }
3039
+ .sticky-pay-now__py-5___obGDP,
3040
+ .sticky-pay-now__py5___uIeyz {
3041
+ padding-top: 1.875rem !important;
3042
+ padding-bottom: 1.875rem !important;
3043
+ }
3044
+ .sticky-pay-now__view-all-text___HyWPd,
3045
+ .sticky-pay-now__viewAllText___RNUqq {
3046
+ font-size: 20px;
3047
+ font-weight: 400;
3048
+ text-transform: lowercase;
3049
+ text-decoration: underline;
3050
+ }
3051
+ .sticky-pay-now__view-all-mobile___xLKZJ,
3052
+ .sticky-pay-now__viewAllMobile___W7z6V {
3053
+ display: none;
3054
+ }
3055
+ @media only screen and (max-width: 768px) {
3056
+ .sticky-pay-now__view-all-mobile___xLKZJ,
3057
+ .sticky-pay-now__viewAllMobile___W7z6V {
3058
+ display: flex;
3059
+ align-items: center;
3060
+ justify-content: center;
3061
+ margin-top: 40px;
3062
+ }
3063
+ }
3064
+ @media only screen and (max-width: 480px) {
3065
+ .sticky-pay-now__view-all-mobile___xLKZJ,
3066
+ .sticky-pay-now__viewAllMobile___W7z6V {
3067
+ margin-top: 24px;
3068
+ }
3069
+ }
3070
+ .sticky-pay-now__accent-btn___vAN_Z,
3071
+ .sticky-pay-now__accentBtn___OaPzx {
3072
+ background-color: var(--accentColor);
3073
+ color: #fff;
3074
+ }
3075
+ .sticky-pay-now__no-scroll___RHPQu,
3076
+ .sticky-pay-now__noScroll___yclwp {
3077
+ overflow-y: hidden;
3078
+ }
3079
+ .sticky-pay-now__hide-overflow___gxMHz,
3080
+ .sticky-pay-now__hideOverflow___DPx6h {
3081
+ overflow: hidden;
3082
+ }
3083
+ .sticky-pay-now__markdown-body___No9SK h6 {
3084
+ margin-top: 0 !important;
3085
+ margin-bottom: 0 !important;
3086
+ }
3087
+ @media only screen and (max-width: 480px) {
3088
+ .sticky-pay-now__markdown-body___No9SK {
3089
+ font-size: 12px !important;
3090
+ padding: 5px !important;
3091
+ }
3092
+ }
3093
+ .sticky-pay-now__view3d-canvas___OKgzu {
3094
+ width: 100%;
3095
+ height: 100%;
3096
+ }
3097
+ @media only screen and (max-width: 480px) {
3098
+ .sticky-pay-now__view-mobile-up___H4kA7 {
3099
+ display: none !important;
3100
+ }
3101
+ }
3102
+ @media only screen and (min-width: 481px) {
3103
+ .sticky-pay-now__view-mobile___byTVe {
3104
+ display: none !important;
3105
+ }
3106
+ }
3107
+ .sticky-pay-now__stickyBtnContainer___L7zbD {
3108
+ position: fixed;
3109
+ width: 100%;
3110
+ z-index: 1;
3111
+ bottom: 0;
3112
+ inset-inline-start: 0;
3113
+ inset-inline-end: 0;
3114
+ display: none;
3115
+ box-sizing: border-box;
3116
+ background-color: var(--pageBackground, #f8f8f8);
3117
+ border-top: 1px solid var(--dividerStokes, #d4d1d1);
3118
+ box-shadow: 0px -4px 12px 0px rgba(0, 0, 0, 0.06);
3119
+ }
3120
+ @media only screen and (max-width: 480px) {
3121
+ .sticky-pay-now__stickyBtnContainer___L7zbD {
3122
+ display: block;
3123
+ z-index: 30;
3124
+ }
3125
+ }
3126
+ @media only screen and (max-width: 768px) {
3127
+ .sticky-pay-now__stickyBtnContainer___L7zbD {
3128
+ display: block;
3129
+ z-index: 30;
3130
+ }
3131
+ }
3132
+ .sticky-pay-now__stickyBtnContainer1___YFwCC {
3133
+ display: flex;
3134
+ justify-content: space-between;
3135
+ align-items: center;
3136
+ padding: 16px;
3137
+ }
3138
+ .sticky-pay-now__priceContainerMobile___Np09I {
3139
+ display: flex;
3140
+ flex-direction: column;
3141
+ width: 50%;
3142
+ }
3143
+ @media only screen and (max-width: 480px) {
3144
+ .sticky-pay-now__priceContainerMobile___Np09I {
3145
+ width: auto;
3146
+ }
3147
+ }
3148
+ .sticky-pay-now__priceContainerMobile___Np09I .sticky-pay-now__totalPrice___bn4DW {
3149
+ font-size: 16px;
3150
+ font-weight: 600;
3151
+ margin-bottom: 4px;
3152
+ }
3153
+ .sticky-pay-now__priceContainerMobile___Np09I.sticky-pay-now__CheckoutBtn___YI3iH {
3154
+ width: 100% !important;
3155
+ }
3156
+ @media only screen and (max-width: 480px) {
3157
+ .sticky-pay-now__priceContainerMobile___Np09I.sticky-pay-now__CheckoutBtn___YI3iH {
3158
+ width: 50% !important;
3159
+ }
3160
+ }
3161
+ .sticky-pay-now__priceContainerMobile___Np09I .sticky-pay-now__viewPriceBtn___nUnSN {
3162
+ color: var(--buttonPrimary, #4e3f09);
3163
+ }
3164
+ .sticky-pay-now__priceContainerMobile___Np09I .sticky-pay-now__viewPBtn___Z8jsC {
3165
+ cursor: pointer;
3166
+ font-size: 12px;
3167
+ font-weight: 600;
3168
+ width: 100%;
3169
+ }
3170
+ .sticky-pay-now__cartCheckoutBtn___jwQXW {
3171
+ background: var(--buttonPrimary, #4e3f09);
3172
+ border-radius: var(--buttonRadius, 0px);
3173
+ text-transform: uppercase;
3174
+ color: var(--buttonSecondary, #fff);
3175
+ width: 60.6%;
3176
+ height: 48px;
3177
+ border: none;
3178
+ line-height: 140%;
3179
+ }
3180
+ .sticky-pay-now__cartCheckoutBtn___jwQXW[disabled] {
3181
+ opacity: 0.5;
3182
+ cursor: default;
3183
+ }
3184
+ .sticky-pay-now__checkoutButton___mtO42,
3185
+ .sticky-pay-now__secondaryCheckoutBtn____wscK {
3186
+ cursor: pointer;
3187
+ font-size: 14px;
3188
+ font-weight: 600;
3189
+ display: flex;
3190
+ align-items: center;
3191
+ justify-content: center;
3192
+ padding: 20px 24px;
3193
+ }
3194
+ .sticky-pay-now__checkoutButton___mtO42 {
3195
+ gap: 12px;
3196
+ }
3197
+ .sticky-pay-now__checkoutButton___mtO42.sticky-pay-now__linkPayBtn___CY0FQ {
3198
+ width: 100%;
3199
+ }
3200
+ .sticky-pay-now__buttonWidth___nKraw {
3201
+ width: 100%;
3202
+ }
3203
+
3204
+ /**color by character**/
3205
+ /** Font family **/
3206
+ /** Font weight **/
3207
+ .shimmer__display-block___KqKOs {
3208
+ display: block;
3209
+ }
3210
+ .shimmer__inline-block___nil4V,
3211
+ .shimmer__inlineBlock___hAKaU {
3212
+ display: inline-block;
3213
+ }
3214
+ .shimmer__flex-row___K_GLH {
3215
+ display: flex;
3216
+ }
3217
+ .shimmer__flex-column___j7L8h,
3218
+ .shimmer__flexColumn____ueRj {
3219
+ display: flex;
3220
+ flex-direction: column;
3221
+ }
3222
+ .shimmer__flex-align-center___IU73o,
3223
+ .shimmer__flexAlignCenter___a20Y6 {
3224
+ display: flex;
3225
+ align-items: center;
3226
+ }
3227
+ .shimmer__flex-justify-center___k7rxq,
3228
+ .shimmer__flexJustifyCenter___qc6o_ {
3229
+ display: flex;
3230
+ justify-content: center;
3231
+ }
3232
+ .shimmer__flex-center___gPA9Y,
3233
+ .shimmer__flexCenter___kk6Ze {
3234
+ display: flex;
3235
+ justify-content: center;
3236
+ align-items: center;
3237
+ }
3238
+ .shimmer__justify-start___cdM76,
3239
+ .shimmer__justifyStart___KOCpm {
3240
+ justify-content: flex-start;
3241
+ }
3242
+ .shimmer__justify-end___mO5Xw,
3243
+ .shimmer__justifyEnd___JEWEK {
3244
+ justify-content: flex-end;
3245
+ }
3246
+ .shimmer__justify-between___i_6PG,
3247
+ .shimmer__justifyBetween___jgG4j {
3248
+ justify-content: space-between;
3249
+ }
3250
+ .shimmer__justify-around___eWwfy,
3251
+ .shimmer__justifyAround___XXzeg {
3252
+ justify-content: space-around;
3253
+ }
3254
+ .shimmer__justify-evenly___s10dI,
3255
+ .shimmer__justifyEvenly___KBq95 {
3256
+ justify-content: space-evenly;
3257
+ }
3258
+ h1,
3259
+ .shimmer__h1____gV3I {
3260
+ font-weight: 700;
3261
+ font-size: 28px;
3262
+ line-height: 42px;
3263
+ letter-spacing: -0.03em;
3264
+ color: var(--textHeading, #26201a);
3265
+ }
3266
+ @media only screen and (min-width: 769px) {
3267
+ h1,
3268
+ .shimmer__h1____gV3I {
3269
+ font-size: 36px;
3270
+ line-height: 48px;
3271
+ }
3272
+ }
3273
+ h2,
3274
+ .shimmer__h2___haEep {
3275
+ font-weight: 700;
3276
+ font-size: 28px;
3277
+ line-height: 36px;
3278
+ letter-spacing: -0.03em;
3279
+ color: var(--textHeading, #26201a);
3280
+ }
3281
+ @media only screen and (min-width: 769px) {
3282
+ h2,
3283
+ .shimmer__h2___haEep {
3284
+ font-size: 32px;
3285
+ line-height: 42px;
3286
+ }
3287
+ }
3288
+ h3,
3289
+ .shimmer__h3___ym9A9 {
3290
+ font-weight: 700;
3291
+ letter-spacing: -0.02em;
3292
+ color: var(--textHeading, #26201a);
3293
+ font-size: 24px;
3294
+ line-height: 32px;
3295
+ }
3296
+ @media only screen and (min-width: 769px) {
3297
+ h3,
3298
+ .shimmer__h3___ym9A9 {
3299
+ font-weight: 700;
3300
+ letter-spacing: -0.02em;
3301
+ color: var(--textHeading, #26201a);
3302
+ font-size: 28px;
3303
+ line-height: 36px;
3304
+ }
3305
+ }
3306
+ h4,
3307
+ .shimmer__h4___gyvMX {
3308
+ font-weight: 600;
3309
+ letter-spacing: -0.02em;
3310
+ color: var(--textHeading, #26201a);
3311
+ font-size: 16px;
3312
+ line-height: 1.5;
3313
+ }
3314
+ @media only screen and (min-width: 769px) {
3315
+ h4,
3316
+ .shimmer__h4___gyvMX {
3317
+ font-weight: 600;
3318
+ letter-spacing: -0.02em;
3319
+ color: var(--textHeading, #26201a);
3320
+ font-size: 20px;
3321
+ line-height: 1.5;
3322
+ }
3323
+ }
3324
+ h5,
3325
+ .shimmer__h5___bN7mp {
3326
+ font-weight: 600;
3327
+ font-size: 14px;
3328
+ line-height: 16px;
3329
+ letter-spacing: -0.02em;
3330
+ color: var(--textHeading, #26201a);
3331
+ }
3332
+ @media only screen and (min-width: 769px) {
3333
+ h5,
3334
+ .shimmer__h5___bN7mp {
3335
+ font-size: 16px;
3336
+ line-height: 18px;
3337
+ }
3338
+ }
3339
+ .shimmer__b1___LdTR4 {
3340
+ font-weight: 400;
3341
+ font-size: 14px;
3342
+ line-height: 18px;
3343
+ letter-spacing: -0.02em;
3344
+ color: var(--textBody, #3c3131);
3345
+ }
3346
+ @media only screen and (min-width: 769px) {
3347
+ .shimmer__b1___LdTR4 {
3348
+ font-size: 16px;
3349
+ line-height: 20px;
3350
+ }
3351
+ }
3352
+ .shimmer__b-small___qWHLA,
3353
+ .shimmer__bSmall___MRmV7,
3354
+ .shimmer__b2___izX7s {
3355
+ font-weight: 400;
3356
+ letter-spacing: -0.02em;
3357
+ color: var(--textBody, #3c3131);
3358
+ font-size: 12px;
3359
+ line-height: 16px;
3360
+ }
3361
+ @media only screen and (min-width: 769px) {
3362
+ .shimmer__b-small___qWHLA,
3363
+ .shimmer__bSmall___MRmV7,
3364
+ .shimmer__b2___izX7s {
3365
+ font-weight: 400;
3366
+ letter-spacing: -0.02em;
3367
+ color: var(--textBody, #3c3131);
3368
+ font-size: 14px;
3369
+ line-height: 18px;
3370
+ }
3371
+ }
3372
+ .shimmer__d1____e6av {
3373
+ font-size: 36px;
3374
+ font-weight: 700;
3375
+ line-height: 48px;
3376
+ letter-spacing: -0.02em;
3377
+ }
3378
+ @media only screen and (min-width: 769px) {
3379
+ .shimmer__d1____e6av {
3380
+ font-size: 64px;
3381
+ line-height: 85px;
3382
+ letter-spacing: -0.03em;
3383
+ }
3384
+ }
3385
+ .shimmer__caption-medium___pPy1K,
3386
+ .shimmer__captionMedium___r4GQ7 {
3387
+ font-size: 12px;
3388
+ line-height: 1.5;
3389
+ letter-spacing: -0.02em;
3390
+ font-weight: 500;
3391
+ }
3392
+ @media only screen and (max-width: 480px) {
3393
+ .shimmer__caption-medium___pPy1K,
3394
+ .shimmer__captionMedium___r4GQ7 {
3395
+ font-size: 11px;
3396
+ }
3397
+ }
3398
+ .shimmer__caption-semi-bold___XEL7J,
3399
+ .shimmer__captionSemiBold___tdnAw {
3400
+ font-size: 12px;
3401
+ line-height: 1.5;
3402
+ letter-spacing: -0.02em;
3403
+ font-weight: 600;
3404
+ }
3405
+ @media only screen and (max-width: 480px) {
3406
+ .shimmer__caption-semi-bold___XEL7J,
3407
+ .shimmer__captionSemiBold___tdnAw {
3408
+ font-size: 11px;
3409
+ }
3410
+ }
3411
+ .shimmer__btn-link___rwrdT,
3412
+ .shimmer__btnLink___rywxA {
3413
+ font-weight: 500;
3414
+ letter-spacing: -0.02em;
3415
+ font-size: 12px;
3416
+ line-height: 14px;
3417
+ border-radius: var(--buttonRadius, 0px);
3418
+ cursor: pointer;
3419
+ color: var(--buttonLink, #b1655b);
3420
+ text-decoration: underline;
3421
+ background: none;
3422
+ border: none;
3423
+ }
3424
+ @media only screen and (min-width: 769px) {
3425
+ .shimmer__btn-link___rwrdT,
3426
+ .shimmer__btnLink___rywxA {
3427
+ font-weight: 500;
3428
+ letter-spacing: -0.02em;
3429
+ font-size: 14px;
3430
+ line-height: 16px;
3431
+ }
3432
+ }
3433
+ .shimmer__btn-link___rwrdT:hover,
3434
+ .shimmer__btnLink___rywxA:hover {
3435
+ color: var(--buttonLinkL1, #c1847c);
3436
+ }
3437
+ .shimmer__btn-link___rwrdT:disabled,
3438
+ .shimmer__btnLink___rywxA:disabled {
3439
+ color: var(--buttonLinkL2, #d0a39d);
3440
+ }
3441
+ .shimmer__btn-link___rwrdT:active,
3442
+ .shimmer__btnLink___rywxA:active {
3443
+ opacity: 0.8;
3444
+ }
3445
+ .shimmer__user-select-none___Z0xme,
3446
+ .shimmer__userSelectNone___yN1Qu {
3447
+ user-select: none;
3448
+ -moz-user-select: none;
3449
+ -webkit-user-select: none;
3450
+ -ms-user-select: none;
3451
+ }
3452
+ .shimmer__margin-0-auto___adpvx,
3453
+ .shimmer__margin0auto___xyxLg {
3454
+ margin: 0 auto;
3455
+ }
3456
+ .shimmer__base-page-container___Rn5KL,
3457
+ .shimmer__basePageContainer___gzYLo {
3458
+ max-width: 1440px !important;
3459
+ }
3460
+ .shimmer__remove-scroll___HQR5l,
3461
+ .shimmer__removeScroll___tjurd {
3462
+ overflow-y: hidden !important;
3463
+ }
3464
+ .shimmer__mr-5___F8hOD,
3465
+ .shimmer__mr5___It4I_ {
3466
+ margin-inline-end: 30px !important;
3467
+ }
3468
+ .shimmer__mr-2___EaUKZ,
3469
+ .shimmer__mr2___dR4P0 {
3470
+ margin-inline-end: 5px !important;
3471
+ }
3472
+ .shimmer__py-5___M0fI2,
3473
+ .shimmer__py5___Rtxsj {
3474
+ padding-top: 1.875rem !important;
3475
+ padding-bottom: 1.875rem !important;
3476
+ }
3477
+ .shimmer__view-all-text___vmduf,
3478
+ .shimmer__viewAllText___D2C2T {
3479
+ font-size: 20px;
3480
+ font-weight: 400;
3481
+ text-transform: lowercase;
3482
+ text-decoration: underline;
3483
+ }
3484
+ .shimmer__view-all-mobile___S9Jmi,
3485
+ .shimmer__viewAllMobile___rHXMU {
3486
+ display: none;
3487
+ }
3488
+ @media only screen and (max-width: 768px) {
3489
+ .shimmer__view-all-mobile___S9Jmi,
3490
+ .shimmer__viewAllMobile___rHXMU {
3491
+ display: flex;
3492
+ align-items: center;
3493
+ justify-content: center;
3494
+ margin-top: 40px;
3495
+ }
3496
+ }
3497
+ @media only screen and (max-width: 480px) {
3498
+ .shimmer__view-all-mobile___S9Jmi,
3499
+ .shimmer__viewAllMobile___rHXMU {
3500
+ margin-top: 24px;
3501
+ }
3502
+ }
3503
+ .shimmer__accent-btn___aeNG4,
3504
+ .shimmer__accentBtn___yOXdz {
3505
+ background-color: var(--accentColor);
3506
+ color: #fff;
3507
+ }
3508
+ .shimmer__no-scroll___f4vKo,
3509
+ .shimmer__noScroll___jlm3A {
3510
+ overflow-y: hidden;
3511
+ }
3512
+ .shimmer__hide-overflow___qyrhR,
3513
+ .shimmer__hideOverflow___kiluw {
3514
+ overflow: hidden;
3515
+ }
3516
+ .shimmer__markdown-body___O0_VR h6 {
3517
+ margin-top: 0 !important;
3518
+ margin-bottom: 0 !important;
3519
+ }
3520
+ @media only screen and (max-width: 480px) {
3521
+ .shimmer__markdown-body___O0_VR {
3522
+ font-size: 12px !important;
3523
+ padding: 5px !important;
3524
+ }
3525
+ }
3526
+ .shimmer__view3d-canvas___Oe1zv {
3527
+ width: 100%;
3528
+ height: 100%;
3529
+ }
3530
+ @media only screen and (max-width: 480px) {
3531
+ .shimmer__view-mobile-up___kKqQL {
3532
+ display: none !important;
3533
+ }
3534
+ }
3535
+ @media only screen and (min-width: 481px) {
3536
+ .shimmer__view-mobile___pBIGH {
3537
+ display: none !important;
3538
+ }
3539
+ }
3540
+ .shimmer__shimmerBox___LToot {
3541
+ width: var(--width);
3542
+ height: var(--height);
3543
+ background: linear-gradient(90deg, var(--themeAccentL4, #f9f6f0) 25%, var(--themeAccentL3, #f5f1e7) 50%, var(--themeAccentL4, #f9f6f0) 75%);
3544
+ background-size: 200% 100%;
3545
+ animation: shimmer__shimmer___b_S5k 1.5s infinite linear;
3546
+ border-radius: 8px;
3547
+ }
3548
+ @keyframes shimmer__shimmer___b_S5k {
3549
+ 0% {
3550
+ background-position: -200% 0;
3551
+ }
3552
+ 100% {
3553
+ background-position: 200% 0;
3554
+ }
3555
+ }
3556
+