@sc-360-v2/storefront-cms-library 0.3.46 → 0.3.48

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.
@@ -1,6 +1,12 @@
1
1
  @use "sass:map";
2
2
  @use "sass:list";
3
3
  @use "./functions.scss" as *;
4
+
5
+ $primary-color: var(--_primary-400);
6
+ $secondary-color: var(--_gray-300);
7
+ $light-color: #f5f5f5;
8
+ $dark-color: #343a40;
9
+
4
10
  $activeElementSelector: "[data-has-clicked='true']";
5
11
  [data-div-type="element"] {
6
12
  &[data-element-type="shipping-payment"] {
@@ -57,6 +63,1556 @@ $activeElementSelector: "[data-has-clicked='true']";
57
63
  )
58
64
  );
59
65
  }
66
+
67
+ .chk_checkout_accordion {
68
+ display: flex;
69
+ padding: var(--_ctm-lt-pg);
70
+ flex-direction: column;
71
+ gap: var(--_ctm-lt-te-ad-it-gp);
72
+ word-break: keep-all;
73
+ padding-bottom: 24px;
74
+
75
+ .chk_checkout_title {
76
+ color: rgba(16, 24, 40, 1);
77
+ font-family: var(--_ctm-dn-ct-hg-dn-ft-fy);
78
+ font-size: var(--_ctm-dn-ct-hg-dn-ft-se);
79
+ font-style: var(--_ctm-dn-ct-hg-dn-ft-se-ic);
80
+ font-weight: var(--_ctm-dn-ct-hg-dn-ft-wt);
81
+ line-height: var(--_ctm-dn-ct-hg-dn-le-ht);
82
+ letter-spacing: var(--_ctm-dn-ct-hg-dn-lr-sg);
83
+ text-align: var(--_ctm-dn-ct-hg-dn-tt-an);
84
+ width: 100%;
85
+ text-decoration: var(--_ctm-dn-ct-hg-dn-ue);
86
+ }
87
+
88
+ .accordion {
89
+ border-radius: 4px;
90
+ display: flex;
91
+ gap: 16px;
92
+ flex-direction: column;
93
+
94
+ .accordion-header {
95
+ padding: 12px;
96
+ display: flex;
97
+ justify-content: space-between;
98
+ align-items: center;
99
+ cursor: pointer;
100
+ background-color: var(--_gray-100);
101
+
102
+ .accordion-title {
103
+ margin-right: 1rem;
104
+ white-space: nowrap;
105
+ display: flex;
106
+ align-items: center;
107
+ gap: 12px;
108
+ font-weight: 700;
109
+ color: var(--_gray-700);
110
+
111
+ span {
112
+ display: flex;
113
+ }
114
+ }
115
+ .edit-btn {
116
+ cursor: pointer;
117
+ padding: 0;
118
+ color: #243dc6;
119
+
120
+ &:hover {
121
+ text-decoration: underline;
122
+ }
123
+ }
124
+ }
125
+
126
+ .accordion-body {
127
+ margin-bottom: 16px;
128
+ .summary {
129
+ .chk_shipping_method_label {
130
+ display: flex;
131
+ align-items: center;
132
+ gap: 4px;
133
+ color: var(--_gray-600);
134
+ font-size: var(--_ctm-dn-sg-md-dn-sg-md-ll-dn-ft-se);
135
+ font-style: var(--_ctm-dn-sg-md-dn-sg-md-ll-dn-ft-se-ic);
136
+ font-weight: var(--_ctm-dn-sg-md-dn-sg-md-ll-dn-ft-wt);
137
+ line-height: var(--_ctm-dn-sg-md-dn-sg-md-ll-dn-le-ht);
138
+ letter-spacing: var(--_ctm-dn-sg-md-dn-sg-md-ll-dn-lr-sg);
139
+ text-decoration: var(--_ctm-dn-sg-md-dn-sg-md-ll-dn-ue);
140
+ }
141
+
142
+ .chk_shipping_method_heading {
143
+ color: var(--_ctm-dn-sg-md-dn-hg-dn-cr);
144
+ font-family: var(--_ctm-dn-sg-md-dn-hg-dn-ft-fy);
145
+ font-size: var(--_ctm-dn-sg-md-dn-hg-dn-ft-se);
146
+ font-style: var(--_ctm-dn-sg-md-dn-hg-dn-ft-se-ic);
147
+ font-weight: var(--_ctm-dn-sg-md-dn-hg-dn-ft-wt);
148
+ line-height: var(--_ctm-dn-sg-md-dn-hg-dn-le-ht);
149
+ letter-spacing: var(--_ctm-dn-sg-md-dn-hg-dn-lr-sg);
150
+ text-decoration: var(--_ctm-dn-sg-md-dn-hg-dn-ue);
151
+ }
152
+ }
153
+
154
+ .shipping-address {
155
+ display: flex;
156
+ flex-direction: column;
157
+ gap: 24px;
158
+
159
+ .chk_saved_address_button {
160
+ cursor: pointer;
161
+ align-self: flex-start;
162
+ white-space: nowrap;
163
+ display: flex;
164
+ gap: 4px;
165
+ align-items: flex-start;
166
+ border-color: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-dt-se-bd-cr);
167
+ border-color: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-dt-se-br-cr);
168
+ border-radius: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-dt-se-br-rs);
169
+ border-style: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-dt-se-br-se);
170
+ border-width: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-dt-se-br-wh);
171
+ color: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-dt-se-cr);
172
+ font-family: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-dt-se-ft-fy);
173
+ font-size: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-dt-se-ft-se);
174
+ font-style: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-dt-se-ft-se-ic);
175
+ font-weight: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-dt-se-ft-wt);
176
+ line-height: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-dt-se-le-ht);
177
+ letter-spacing: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-dt-se-lr-sg);
178
+ box-shadow: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-dt-se-sw-ae)
179
+ var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-dt-se-sw-br)
180
+ var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-dt-se-sw-sd)
181
+ var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-dt-se-sw-cr);
182
+ text-decoration: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-dt-se-ue);
183
+ &:hover {
184
+ background-color: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-hr-se-bd-cr);
185
+ border-color: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-hr-se-br-cr);
186
+ border-radius: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-hr-se-br-rs);
187
+ border-style: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-hr-se-br-se);
188
+ border-width: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-hr-se-br-wh);
189
+ color: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-hr-se-cr);
190
+ font-family: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-hr-se-ft-fy);
191
+ font-size: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-hr-se-ft-se);
192
+ font-style: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-hr-se-ft-se-ic);
193
+ font-weight: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-hr-se-ft-wt);
194
+ line-height: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-hr-se-le-ht);
195
+ letter-spacing: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-hr-se-lr-sg);
196
+ box-shadow: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-hr-se-sw-ae)
197
+ var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-hr-se-sw-ae)
198
+ var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-hr-se-sw-sd)
199
+ var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-hr-se-sw-cr);
200
+ text-decoration: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-hr-se-ue);
201
+ }
202
+ }
203
+
204
+ .shipping_address_container {
205
+ display: flex;
206
+ flex-direction: column;
207
+ gap: 24px;
208
+ }
209
+
210
+ .shipping_address_heading_container {
211
+ display: flex;
212
+ justify-content: space-between;
213
+ align-items: center;
214
+ }
215
+
216
+ form {
217
+ display: flex;
218
+ flex-direction: column;
219
+ gap: 0.75rem;
220
+ max-width: 85%;
221
+
222
+ @media (max-width: 500px) {
223
+ max-width: 100%;
224
+ }
225
+ }
226
+
227
+ .chk_shipping_address_form_group {
228
+ display: flex;
229
+ justify-content: space-between;
230
+ flex-direction: row;
231
+ gap: 12px;
232
+ }
233
+
234
+ .chk_shipping_address_input_container {
235
+ display: flex;
236
+ width: 100%;
237
+ }
238
+
239
+ .chk_shipping_address_input_wrapper {
240
+ display: flex;
241
+ flex-direction: column;
242
+ gap: var(--_ctm-lt-ll-ad-it-gp);
243
+ width: 100%;
244
+ }
245
+
246
+ .chk_shipping_address_form_label {
247
+ white-space: nowrap;
248
+ color: var(--_gray-700);
249
+ font-family: var(--_ctm-dn-se-sg-as-dn-se-sg-as-ll-dn-ft-fy);
250
+ font-size: var(--_ctm-dn-se-sg-as-dn-se-sg-as-ll-dn-ft-se);
251
+ font-style: var(--_ctm-dn-se-sg-as-dn-se-sg-as-ll-dn-ft-se-ic);
252
+ font-weight: var(--_ctm-dn-se-sg-as-dn-se-sg-as-ll-dn-ft-wt);
253
+ line-height: var(--_ctm-dn-se-sg-as-dn-se-sg-as-ll-dn-le-ht);
254
+ letter-spacing: var(--_ctm-dn-se-sg-as-dn-se-sg-as-ll-dn-lr-sg);
255
+ text-decoration: var(--_ctm-dn-se-sg-as-dn-se-sg-as-ll-dn-ue);
256
+ }
257
+
258
+ .chk_shiping_address_form_input {
259
+ padding: 8px 12px;
260
+ width: -webkit-fill-available;
261
+ background-color: var(--_base-white);
262
+ border: 1px solid var(--_gray-300);
263
+ border-radius: 6px;
264
+
265
+ &:focus-within {
266
+ border: 1px solid #4b63ee;
267
+ outline: 2px solid #8497ff;
268
+ }
269
+
270
+ // &:focus-within {
271
+ // background-color: var(--_ctm-dn-se-sg-as-dn-it-bx-dn-sd-se-bd-cr);
272
+ // border-color: var(--_ctm-dn-se-sg-as-dn-it-bx-dn-sd-se-br-cr);
273
+ // border-radius: var(--_ctm-dn-se-sg-as-dn-it-bx-dn-sd-se-br-rs);
274
+ // border-style: var(--_ctm-dn-se-sg-as-dn-it-bx-dn-sd-se-br-se);
275
+ // border-width: var(--_ctm-dn-se-sg-as-dn-it-bx-dn-sd-se-br-wh);
276
+ // color: var(--_ctm-dn-se-sg-as-dn-it-bx-dn-sd-se-cr);
277
+ // font-family: var(--_ctm-dn-se-sg-as-dn-it-bx-dn-sd-se-ft-fy);
278
+ // font-size: var(--_ctm-dn-se-sg-as-dn-it-bx-dn-sd-se-ft-se);
279
+ // font-style: var(--_ctm-dn-se-sg-as-dn-it-bx-dn-sd-se-ft-se-ic);
280
+ // font-weight: var(--_ctm-dn-se-sg-as-dn-it-bx-dn-sd-se-ft-wt);
281
+ // line-height: var(--_ctm-dn-se-sg-as-dn-it-bx-dn-sd-se-le-ht);
282
+ // letter-spacing: var(--_ctm-dn-se-sg-as-dn-it-bx-dn-sd-se-lr-sg);
283
+ // text-decoration: var(--_ctm-dn-se-sg-as-dn-it-bx-dn-sd-se-ue);
284
+ // }
285
+ }
286
+
287
+ input[type="checkbox"] {
288
+ width: auto;
289
+ }
290
+
291
+ .error-msg {
292
+ font-size: 12px;
293
+ color: #ff0000;
294
+ }
295
+ label {
296
+ display: flex;
297
+ align-items: center;
298
+ gap: 0.5rem;
299
+ font-size: 14px;
300
+ }
301
+
302
+ .checkbox-group {
303
+ display: flex;
304
+ align-items: center;
305
+ justify-content: start;
306
+ gap: 8px;
307
+ }
308
+
309
+ .chk_shipping_address_submit_btn {
310
+ padding: 12px 24px;
311
+ width: fit-content;
312
+ background-color: var(--_primary-400);
313
+ border-radius: 6px;
314
+ color: var(--_base-white);
315
+ // border-color: var(--_ctm-dn-se-sg-as-dn-py-bn-dn-dt-se-br-cr);
316
+ // border-radius: var(--_ctm-dn-se-sg-as-dn-py-bn-dn-dt-se-br-rs);
317
+ // border-style: var(--_ctm-dn-se-sg-as-dn-py-bn-dn-dt-se-br-se);
318
+ // border-width: var(--_ctm-dn-se-sg-as-dn-py-bn-dn-dt-se-br-wh);
319
+ // color: var(--_ctm-dn-se-sg-as-dn-py-bn-dn-dt-se-cr);
320
+ // font-family: var(--_ctm-dn-se-sg-as-dn-py-bn-dn-dt-se-ft-fy);
321
+ // font-size: var(--_ctm-dn-se-sg-as-dn-py-bn-dn-dt-se-ft-se);
322
+ // font-style: var(--_ctm-dn-se-sg-as-dn-py-bn-dn-dt-se-ft-se-ic);
323
+ // font-weight: var(--_ctm-dn-se-sg-as-dn-py-bn-dn-dt-se-ft-wt);
324
+ // line-height: var(--_ctm-dn-se-sg-as-dn-py-bn-dn-dt-se-le-ht);
325
+ // letter-spacing: var(--_ctm-dn-se-sg-as-dn-py-bn-dn-dt-se-lr-sg);
326
+ // box-shadow: var(--_ctm-dn-se-sg-as-dn-py-bn-dn-dt-se-sw-ae)
327
+ // var(--_ctm-dn-se-sg-as-dn-py-bn-dn-dt-se-sw-br)
328
+ // var(--_ctm-dn-se-sg-as-dn-py-bn-dn-dt-se-sw-sd)
329
+ // var(--_ctm-dn-se-sg-as-dn-py-bn-dn-dt-se-sw-cr);
330
+ // text-decoration: var(--_ctm-dn-se-sg-as-dn-py-bn-dn-dt-se-ue);
331
+
332
+ &:hover {
333
+ // background-color: var(--_ctm-dn-se-sg-as-dn-py-bn-dn-hr-se-bd-cr);
334
+ // border-color: var(--_ctm-dn-se-sg-as-dn-py-bn-dn-hr-se-br-cr);
335
+ // border-radius: var(--_ctm-dn-se-sg-as-dn-py-bn-dn-hr-se-br-rs);
336
+ // border-style: var(--_ctm-dn-se-sg-as-dn-py-bn-dn-hr-se-br-se);
337
+ // border-width: var(--_ctm-dn-se-sg-as-dn-py-bn-dn-hr-se-br-wh);
338
+ // color: var(--_ctm-dn-se-sg-as-dn-py-bn-dn-hr-se-cr);
339
+ // font-family: var(--_ctm-dn-se-sg-as-dn-py-bn-dn-hr-se-ft-fy);
340
+ // font-size: var(--_ctm-dn-se-sg-as-dn-py-bn-dn-hr-se-ft-se);
341
+ // font-style: var(--_ctm-dn-se-sg-as-dn-py-bn-dn-hr-se-ft-se-ic);
342
+ // font-weight: var(--_ctm-dn-se-sg-as-dn-py-bn-dn-hr-se-ft-wt);
343
+ // line-height: var(--_ctm-dn-se-sg-as-dn-py-bn-dn-hr-se-le-ht);
344
+ // letter-spacing: var(--_ctm-dn-se-sg-as-dn-py-bn-dn-hr-se-lr-sg);
345
+ // box-shadow: var(--_ctm-dn-se-sg-as-dn-py-bn-dn-hr-se-sw-ae)
346
+ // var(--_ctm-dn-se-sg-as-dn-py-bn-dn-hr-se-sw-br)
347
+ // var(--_ctm-dn-se-sg-as-dn-py-bn-dn-hr-se-sw-sd)
348
+ // var(--_ctm-dn-se-sg-as-dn-py-bn-dn-hr-se-sw-cr);
349
+ // text-decoration: var(--_ctm-dn-se-sg-as-dn-py-bn-dn-hr-se-ue);
350
+ background-color: var(--_primary-500);
351
+ }
352
+ }
353
+
354
+ .chk_shipping_address_use_as_billing_address_chkbx {
355
+ display: flex;
356
+ align-items: center;
357
+ gap: 0.5rem;
358
+ color: var(--_ctm-dn-se-sg-as-dn-cx-dn-cr);
359
+ font-family: var(--_ctm-dn-se-sg-as-dn-cx-dn-ft-fy);
360
+ font-size: var(--_ctm-dn-se-sg-as-dn-cx-dn-ft-se);
361
+ font-style: var(--_ctm-dn-se-sg-as-dn-cx-dn-ft-se-ic);
362
+ font-weight: var(--_ctm-dn-se-sg-as-dn-cx-dn-ft-wt);
363
+ line-height: var(--_ctm-dn-se-sg-as-dn-cx-dn-le-ht);
364
+ letter-spacing: var(--_ctm-dn-se-sg-as-dn-cx-dn-lr-sg);
365
+ text-decoration: var(--_ctm-dn-se-sg-as-dn-cx-dn-ue);
366
+
367
+ .custom-checkbox {
368
+ width: 20px;
369
+ height: 20px;
370
+ border: 1px solid #d0d5dd;
371
+ border-radius: 4px;
372
+ position: relative;
373
+ background-color: #fff;
374
+ transition: all 0.2s ease;
375
+
376
+ &::after {
377
+ content: "";
378
+ position: absolute;
379
+ display: none;
380
+ left: 5px;
381
+ top: 0.5px;
382
+ width: 5px;
383
+ height: 10px;
384
+ border: solid #fff;
385
+ border-width: 0 2px 2px 0;
386
+ transform: rotate(45deg);
387
+ }
388
+ }
389
+ }
390
+
391
+ input[type="checkbox"]:checked + label {
392
+ .custom-checkbox {
393
+ background-color: #004dff;
394
+ border-color: #004dff;
395
+
396
+ &::after {
397
+ display: block;
398
+ }
399
+ }
400
+ }
401
+ }
402
+
403
+ .chk_multi_address {
404
+ display: flex;
405
+ flex-direction: column;
406
+ width: 100%;
407
+ gap: 48px;
408
+
409
+ &_product_container {
410
+ display: flex;
411
+ flex-direction: column;
412
+ gap: 16px;
413
+ width: 100%;
414
+ }
415
+
416
+ &_product_info_container {
417
+ display: flex;
418
+ flex-direction: row;
419
+ justify-content: space-between;
420
+ align-items: flex-start;
421
+ width: 100%;
422
+
423
+ @media (max-width: 500px) {
424
+ flex-direction: column;
425
+ }
426
+ }
427
+
428
+ &_product_left_container {
429
+ display: flex;
430
+ flex: 1 0 0;
431
+ width: 100%;
432
+ gap: var(--_ctm-lt-me-as-pt-io-vl-gp);
433
+ }
434
+
435
+ &_product_image {
436
+ height: var(--_ctm-lt-me-as-pt-ie-ht);
437
+ width: var(--_ctm-lt-me-as-pt-ie-wh);
438
+ border: 1px solid var(--_gray-100);
439
+ border-radius: 6px;
440
+ }
441
+
442
+ &_product_info_wrapper {
443
+ display: flex;
444
+ flex-direction: column;
445
+ gap: calc(var(--_ctm-lt-me-as-pt-io-hl-gp) / 4);
446
+
447
+ .chk_multi_address_product_name {
448
+ color: var(--_gray-700);
449
+ font-family: var(--_ctm-dn-me-sg-as-dn-pt-ne-dn-ft-fy);
450
+ font-size: 14px;
451
+ font-style: var(--_ctm-dn-me-sg-as-dn-pt-ne-dn-ft-se-ic);
452
+ font-weight: var(--_ctm-dn-me-sg-as-dn-pt-ne-dn-ft-wt);
453
+ line-height: var(--_ctm-dn-me-sg-as-dn-pt-ne-dn-le-ht);
454
+ letter-spacing: var(--_ctm-dn-me-sg-as-dn-pt-ne-dn-lr-sg);
455
+ text-decoration: var(--_ctm-dn-me-sg-as-dn-pt-ne-dn-ue);
456
+ }
457
+
458
+ .chk_multi_address_product_info {
459
+ color: var(--_gray-700);
460
+ font-family: var(--_ctm-dn-me-sg-as-dn-pt-in-dn-ft-fy);
461
+ font-size: var(--_ctm-dn-me-sg-as-dn-pt-in-dn-ft-se);
462
+ font-style: var(--_ctm-dn-me-sg-as-dn-pt-in-dn-ft-se-ic);
463
+ font-weight: var(--_ctm-dn-me-sg-as-dn-pt-in-dn-ft-wt);
464
+ line-height: var(--_ctm-dn-me-sg-as-dn-pt-in-dn-le-ht);
465
+ letter-spacing: var(--_ctm-dn-me-sg-as-dn-pt-in-dn-lr-sg);
466
+ text-decoration: var(--_ctm-dn-me-sg-as-dn-pt-in-dn-ue);
467
+ }
468
+ }
469
+
470
+ &_product_right_container {
471
+ display: flex;
472
+ flex-direction: row;
473
+ gap: 30px;
474
+ align-items: center;
475
+
476
+ @media (max-width: 500px) {
477
+ align-self: flex-end;
478
+ }
479
+
480
+ .chk_multi_address_product_price {
481
+ color: var(--_gray-700);
482
+ font-family: var(--_ctm-dn-me-sg-as-dn-pt-pe-dn-ft-fy);
483
+ font-size: var(--_ctm-dn-me-sg-as-dn-pt-pe-dn-ft-se);
484
+ font-style: var(--_ctm-dn-me-sg-as-dn-pt-pe-dn-ft-se-ic);
485
+ font-weight: var(--_ctm-dn-me-sg-as-dn-pt-pe-dn-ft-wt);
486
+ line-height: var(--_ctm-dn-me-sg-as-dn-pt-pe-dn-ft-wt);
487
+ letter-spacing: var(--_ctm-dn-me-sg-as-dn-pt-pe-dn-lr-sg);
488
+ text-decoration: var(--_ctm-dn-me-sg-as-dn-pt-pe-dn-ue);
489
+ }
490
+ }
491
+
492
+ &_qty_wrapper {
493
+ display: flex;
494
+ flex-direction: row;
495
+ align-items: center;
496
+ gap: 4px;
497
+
498
+ .chk_multi_address_product_info {
499
+ color: var(--_gray-700);
500
+ font-family: var(--_ctm-dn-me-sg-as-dn-pt-in-dn-ft-fy);
501
+ font-size: var(--_ctm-dn-me-sg-as-dn-pt-in-dn-ft-se);
502
+ font-style: var(--_ctm-dn-me-sg-as-dn-pt-in-dn-ft-se-ic);
503
+ font-weight: var(--_ctm-dn-me-sg-as-dn-pt-in-dn-ft-wt);
504
+ line-height: var(--_ctm-dn-me-sg-as-dn-pt-in-dn-le-ht);
505
+ letter-spacing: var(--_ctm-dn-me-sg-as-dn-pt-in-dn-lr-sg);
506
+ text-decoration: var(--_ctm-dn-me-sg-as-dn-pt-in-dn-ue);
507
+ }
508
+
509
+ .chk_multi_address_product_qty {
510
+ color: var(--_gray-700);
511
+ font-family: var(--_ctm-dn-me-sg-as-dn-pt-qy-dn-ft-fy);
512
+ font-size: var(--_ctm-dn-me-sg-as-dn-pt-qy-dn-ft-se);
513
+ font-style: var(--_ctm-dn-me-sg-as-dn-pt-qy-dn-ft-se-ic);
514
+ font-weight: var(--_ctm-dn-me-sg-as-dn-pt-qy-dn-ft-wt);
515
+ line-height: var(--_ctm-dn-me-sg-as-dn-pt-qy-dn-le-ht);
516
+ letter-spacing: var(--_ctm-dn-me-sg-as-dn-pt-qy-dn-lr-sg);
517
+ text-decoration: var(--_ctm-dn-me-sg-as-dn-pt-qy-dn-ue);
518
+ }
519
+ }
520
+
521
+ &_shipping_option_container {
522
+ display: flex;
523
+ flex-direction: column;
524
+ gap: 6px;
525
+
526
+ @media (max-width: 500px) {
527
+ flex-direction: row;
528
+ }
529
+ }
530
+
531
+ &_shiping_option_heading_wrapper {
532
+ display: grid;
533
+ grid-template-columns: 0.5fr 2fr 2fr auto;
534
+ gap: var(--_ctm-lt-me-as-pt-io-vl-gp);
535
+ white-space: nowrap;
536
+ align-items: center;
537
+
538
+ @media (max-width: 500px) {
539
+ grid-template-columns: auto;
540
+ }
541
+
542
+ .chk_multi_address_product_label {
543
+ color: var(--_gray-700);
544
+ font-family: var(--_ctm-dn-me-sg-as-dn-me-sg-as-ll-dn-ft-fy);
545
+ font-size: var(--_ctm-dn-me-sg-as-dn-me-sg-as-ll-dn-ft-se);
546
+ font-style: var(--_ctm-dn-me-sg-as-dn-me-sg-as-ll-dn-ft-se-ic);
547
+ font-weight: var(--_ctm-dn-me-sg-as-dn-me-sg-as-ll-dn-ft-wt);
548
+ line-height: var(--_ctm-dn-me-sg-as-dn-me-sg-as-ll-dn-le-ht);
549
+ letter-spacing: var(--_ctm-dn-me-sg-as-dn-me-sg-as-ll-dn-lr-sg);
550
+ text-decoration: var(--_ctm-dn-me-sg-as-dn-me-sg-as-ll-dn-ue);
551
+ }
552
+ }
553
+
554
+ .chk_multi_address_icon {
555
+ svg {
556
+ width: 18px;
557
+ height: 18px;
558
+ path {
559
+ stroke: var(--_gray-600);
560
+ }
561
+ }
562
+ &:hover {
563
+ cursor: pointer;
564
+ svg {
565
+ path {
566
+ stroke: var(--_error-700);
567
+ }
568
+ }
569
+ }
570
+ }
571
+ .chk_shiping_address_form_input {
572
+ padding: 8px 12px;
573
+ width: -webkit-fill-available;
574
+ position: relative;
575
+ background-color: var(--_base-white);
576
+ border: 1px solid var(--_gray-300);
577
+ border-radius: 6px;
578
+
579
+ &:focus-within {
580
+ }
581
+
582
+ .custom-arrows {
583
+ position: absolute;
584
+ right: 6px;
585
+ top: 50%;
586
+ transform: translateY(-50%);
587
+ display: flex;
588
+ flex-direction: column;
589
+
590
+ .arrow {
591
+ all: unset;
592
+ cursor: pointer;
593
+ font-size: 10px;
594
+ line-height: 1;
595
+ }
596
+ }
597
+
598
+ .input-field {
599
+ &:focus {
600
+ background-color: var(--_ctm-dn-me-sg-as-dn-me-sg-as-it-dn-sd-se-bd-cr);
601
+ color: var(--_ctm-dn-me-sg-as-dn-me-sg-as-it-dn-sd-se-cr);
602
+ font-family: var(--_ctm-dn-me-sg-as-dn-me-sg-as-it-dn-sd-se-ft-fy);
603
+ font-size: var(--_ctm-dn-me-sg-as-dn-me-sg-as-it-dn-sd-se-ft-se);
604
+ font-style: var(--_ctm-dn-me-sg-as-dn-me-sg-as-it-dn-sd-se-ft-se-ic);
605
+ font-weight: var(--_ctm-dn-me-sg-as-dn-me-sg-as-it-dn-sd-se-ft-wt);
606
+ line-height: var(--_ctm-dn-me-sg-as-dn-me-sg-as-it-dn-sd-se-le-ht);
607
+ letter-spacing: var(--_ctm-dn-me-sg-as-dn-me-sg-as-it-dn-sd-se-lr-sg);
608
+ text-decoration: var(--_ctm-dn-me-sg-as-dn-me-sg-as-it-dn-sd-se-ue);
609
+ }
610
+ }
611
+ }
612
+ }
613
+
614
+ .shipping-method {
615
+ display: flex;
616
+ flex-direction: column;
617
+ gap: 12px;
618
+
619
+ &__grid {
620
+ display: grid;
621
+ grid-template-columns: 1fr;
622
+ gap: var(--_ctm-lt-sg-md-le-gp);
623
+
624
+ @media (min-width: 768px) {
625
+ grid-template-columns: 1fr 1fr;
626
+ gap: 32px;
627
+ }
628
+ }
629
+
630
+ &__group {
631
+ display: flex;
632
+ flex-direction: column;
633
+ gap: 4px;
634
+
635
+ .chk_shipping_method_heading {
636
+ color: var(--_gray-700);
637
+ font-family: var(--_ctm-dn-sg-md-dn-hg-dn-ft-fy);
638
+ font-size: var(--_ctm-dn-sg-md-dn-hg-dn-ft-se);
639
+ font-style: var(--_ctm-dn-sg-md-dn-hg-dn-ft-se-ic);
640
+ font-weight: var(--_ctm-dn-sg-md-dn-hg-dn-ft-wt);
641
+ line-height: var(--_ctm-dn-sg-md-dn-hg-dn-le-ht);
642
+ letter-spacing: var(--_ctm-dn-sg-md-dn-hg-dn-lr-sg);
643
+ text-decoration: var(--_ctm-dn-sg-md-dn-hg-dn-ue);
644
+ }
645
+ }
646
+
647
+ &__options {
648
+ display: flex;
649
+ flex-direction: column;
650
+ gap: 12px;
651
+ }
652
+
653
+ &__option {
654
+ display: flex;
655
+ align-items: center;
656
+ cursor: pointer;
657
+ transition: all 0.2s ease;
658
+
659
+ .custom_radio {
660
+ width: 20px;
661
+ margin-right: 12px;
662
+ height: 20px;
663
+ border: 1px solid transparent; /* blue ring */
664
+ border-radius: 50%;
665
+ display: inline-block;
666
+ box-sizing: border-box;
667
+ background-color: white;
668
+ transition: all 0.2s ease;
669
+
670
+ input[type="radio"]:checked + .radio-style {
671
+ background-color: #1a3dcc;
672
+ border: 6px solid;
673
+ }
674
+ }
675
+
676
+ .chk_shipping_method_label {
677
+ color: var(--_gray-700);
678
+ font-family: var(--_ctm-dn-sg-md-dn-sg-md-ll-dn-cr);
679
+ font-size: var(--_ctm-dn-sg-md-dn-sg-md-ll-dn-ft-se);
680
+ font-style: var(--_ctm-dn-sg-md-dn-sg-md-ll-dn-ft-se-ic);
681
+ font-weight: var(--_ctm-dn-sg-md-dn-sg-md-ll-dn-ft-wt);
682
+ line-height: var(--_ctm-dn-sg-md-dn-sg-md-ll-dn-le-ht);
683
+ letter-spacing: var(--_ctm-dn-sg-md-dn-sg-md-ll-dn-lr-sg);
684
+ text-decoration: var(--_ctm-dn-sg-md-dn-sg-md-ll-dn-ue);
685
+ }
686
+
687
+ .chk_shipping_method_value {
688
+ color: var(--_gra-600);
689
+ font-family: var(--_ctm-dn-sg-md-dn-sg-md-ve-dn-ft-fy);
690
+ font-size: var(--_ctm-dn-sg-md-dn-sg-md-ve-dn-ft-se);
691
+ font-style: var(--_ctm-dn-sg-md-dn-sg-md-ve-dn-ft-se-ic);
692
+ font-weight: var(--_ctm-dn-sg-md-dn-sg-md-ve-dn-ft-wt);
693
+ line-height: var(--_ctm-dn-sg-md-dn-sg-md-ve-dn-le-ht);
694
+ letter-spacing: var(--_ctm-dn-sg-md-dn-sg-md-ve-dn-lr-sg);
695
+ text-decoration: var(--_ctm-dn-sg-md-dn-sg-md-ve-dn-ue);
696
+ }
697
+
698
+ // input[type="radio"] {
699
+ // margin-right: 12px;
700
+ // width: 16px;
701
+ // height: 16px;
702
+ // accent-color: #2563eb;
703
+ // cursor: pointer;
704
+ // // display: none;
705
+ // }
706
+
707
+ .custom_radio {
708
+ position: relative;
709
+ input[type="radio"] {
710
+ margin-right: 12px;
711
+ width: 16px;
712
+ height: 16px;
713
+ accent-color: #2563eb;
714
+ cursor: pointer;
715
+ display: none;
716
+ }
717
+ .radio-style {
718
+ width: 20px;
719
+ height: 20px;
720
+ border-radius: 50%;
721
+ border: 1px solid #d0d5dd;
722
+ background: white;
723
+ display: inline-block;
724
+ box-sizing: border-box;
725
+ transition: all 0.2s;
726
+ }
727
+ input[type="radio"]:checked + .radio-style {
728
+ background-color: #fff;
729
+ border: 5px solid #1a3dcc;
730
+ }
731
+ }
732
+
733
+ &.selected {
734
+ background-color: #f0f5ff;
735
+ border-color: #2563eb;
736
+ }
737
+ }
738
+
739
+ // order level shipping
740
+ .order_level_shipping {
741
+ display: flex;
742
+ gap: 24px;
743
+ .order_level_shipping_img {
744
+ width: 120px;
745
+ height: 120px;
746
+ background-color: var(--_gray-100);
747
+ border-radius: 6px;
748
+ }
749
+ }
750
+ }
751
+
752
+ .chk_payment-options {
753
+ display: flex;
754
+ flex-direction: column;
755
+ gap: var(--_ctm-lt-pt-os-gp-bn-cs);
756
+
757
+ .chk_primary_btn_link {
758
+ color: #1a3dcc;
759
+ text-align: left;
760
+
761
+ &:hover {
762
+ text-decoration: underline;
763
+ }
764
+ }
765
+
766
+ .chk_payment_option_wrapper {
767
+ display: flex;
768
+ flex-direction: column;
769
+ gap: var(--_ctm-lt-pt-os-gp-bn-cs);
770
+ }
771
+ .chk_pmnt_other_options {
772
+ display: flex;
773
+ justify-content: space-between;
774
+ gap: 80px;
775
+ padding: 16px;
776
+ .chk_pmnt_other_options_left_container {
777
+ display: flex;
778
+ gap: 12px;
779
+ .chk_pmnt_option_info_wrapper {
780
+ display: flex;
781
+ gap: 12px;
782
+ .cards {
783
+ display: flex;
784
+ flex-direction: column;
785
+ gap: 8px;
786
+ .chk_payment_options_name {
787
+ font-weight: 600;
788
+ }
789
+ span {
790
+ font-size: 12px;
791
+ .chk_payment_options_label {
792
+ color: var(--_gray-600);
793
+ }
794
+ .chk_payment_options_value {
795
+ color: var(--_gray-900);
796
+ }
797
+ }
798
+ }
799
+ }
800
+ }
801
+ .chk_pmnt_other_options_container {
802
+ padding: 16px;
803
+ }
804
+ }
805
+
806
+ .chk_payment_option {
807
+ width: 100%;
808
+ display: flex;
809
+ flex-direction: column;
810
+ gap: 12px;
811
+ background-color: rgba(255, 255, 255, 0);
812
+ border: 1px solid rgba(208, 213, 221, 1);
813
+ border-radius: 4px;
814
+
815
+ .chk_payment_options_heading {
816
+ color: var(--_gray-700);
817
+ font-family: var(--_ctm-dn-pt-os-dn-pt-hg-dn-ft-fy);
818
+ font-size: 14px;
819
+ font-style: var(--_ctm-dn-pt-os-dn-pt-hg-dn-ft-se-ic);
820
+ font-weight: var(--_ctm-dn-pt-os-dn-pt-hg-dn-ft-wt);
821
+ line-height: var(--_ctm-dn-pt-os-dn-pt-hg-dn-le-ht);
822
+ letter-spacing: var(--_ctm-dn-pt-os-dn-pt-hg-dn-lr-sg);
823
+ text-decoration: var(--_ctm-dn-pt-os-dn-pt-hg-dn-ue);
824
+ }
825
+
826
+ // gift card styles
827
+ .chk_gft_crd_wrapper {
828
+ display: flex;
829
+ justify-content: space-between;
830
+ align-items: center;
831
+ padding: 16px 16px 0 16px;
832
+ &_item {
833
+ display: flex;
834
+ align-items: center;
835
+ gap: 16px;
836
+ &_icon {
837
+ width: 40px;
838
+ height: 40px;
839
+ border: 1px solid var(--_gray-200);
840
+ border-radius: 6px;
841
+ display: flex;
842
+ justify-content: center;
843
+ align-items: center;
844
+ }
845
+ &_info {
846
+ display: flex;
847
+ flex-direction: column;
848
+ &_title {
849
+ font-size: 14px;
850
+ margin-bottom: 4px;
851
+ font-weight: 600;
852
+ }
853
+ &_desc {
854
+ display: flex;
855
+ &_value {
856
+ font-size: 12px;
857
+ color: var(--_gray-600);
858
+ }
859
+ &_label {
860
+ font-size: 12px;
861
+ color: var(--_gray-900);
862
+ }
863
+ }
864
+ }
865
+ &_pin {
866
+ margin-left: 36px;
867
+ input[type="number"] {
868
+ border: 1px solid var(--_gray-300);
869
+ border-radius: 4px;
870
+ background-color: var(--_base-white);
871
+ width: 95px;
872
+ height: 44px;
873
+ padding-inline: 10px;
874
+ &:focus {
875
+ outline: 2px solid var(--_primary-100);
876
+ border: 1px solid var(--_primary-300);
877
+ }
878
+ }
879
+ }
880
+ }
881
+
882
+ &_input {
883
+ border: 1px solid var(--_gray-300);
884
+ border-radius: 4px;
885
+ background-color: var(--_base-white);
886
+ height: 44px;
887
+ width: 100px;
888
+ display: flex;
889
+ align-items: center;
890
+ gap: 8px;
891
+ padding-left: 10px;
892
+ input[type="number"] {
893
+ background-color: var(--_base-white);
894
+ padding-right: 10px;
895
+ }
896
+ &:focus-within {
897
+ outline: 2px solid var(--_primary-100);
898
+ border: 1px solid var(--_primary-300);
899
+ }
900
+ }
901
+ }
902
+ .chk_gft_crd_wrapper {
903
+ &_btn {
904
+ text-align: left;
905
+ margin-bottom: 16px;
906
+ color: var(--_primary-400);
907
+ &:hover {
908
+ text-decoration: underline;
909
+ }
910
+ }
911
+ }
912
+
913
+ // payment other options styles
914
+ .chk_pmnt_other_options {
915
+ display: flex;
916
+ justify-content: space-between;
917
+ gap: 80px;
918
+ padding: 16px;
919
+ .chk_pmnt_other_options_left_container {
920
+ display: flex;
921
+ gap: 12px;
922
+ .chk_pmnt_option_info_wrapper {
923
+ display: flex;
924
+ gap: 12px;
925
+ .cards {
926
+ display: flex;
927
+ flex-direction: column;
928
+ gap: 8px;
929
+ .chk_payment_options_name {
930
+ font-weight: 600;
931
+ }
932
+ span {
933
+ font-size: 12px;
934
+ .chk_payment_options_label {
935
+ color: var(--_gray-600);
936
+ }
937
+ .chk_payment_options_value {
938
+ color: var(--_gray-900);
939
+ }
940
+ }
941
+ }
942
+ }
943
+ }
944
+ .chk_pmnt_other_options_container {
945
+ padding: 16px;
946
+ }
947
+ }
948
+
949
+ .chk_payment_option__other_option_wrapper {
950
+ display: flex;
951
+ width: 100%;
952
+ justify-content: space-between;
953
+ padding: 16px;
954
+
955
+ @media (max-width: 500px) {
956
+ flex-direction: column;
957
+ }
958
+ }
959
+
960
+ .chk_payment_option_left_container {
961
+ display: flex;
962
+ gap: 80px;
963
+ align-items: flex-start;
964
+
965
+ & > div {
966
+ display: flex;
967
+ gap: 12px;
968
+ }
969
+
970
+ @media (max-width: 500px) {
971
+ flex-wrap: wrap;
972
+ }
973
+ }
974
+
975
+ .chk_payment_option__left_wrapper {
976
+ display: flex;
977
+ flex-direction: column;
978
+ align-items: flex-start;
979
+ gap: 16px;
980
+ }
981
+
982
+ .chk_payment_option__card_icon {
983
+ width: 60px;
984
+ height: 40px;
985
+ }
986
+
987
+ .chk_payment_option__remove_card_btn {
988
+ color: #1a3dcc;
989
+
990
+ &:hover {
991
+ text-decoration: underline;
992
+ }
993
+ }
994
+
995
+ .chk_payment_option__info_wrapper {
996
+ display: flex;
997
+ flex-direction: column;
998
+ white-space: nowrap;
999
+ font-size: 14px;
1000
+
1001
+ .chk_payment_options_name {
1002
+ color: var(--_gray-700);
1003
+ font-family: var(--_ctm-dn-pt-os-dn-pt-ne-dn-ft-fy);
1004
+ font-size: 14px;
1005
+ font-style: var(--_ctm-dn-pt-os-dn-pt-ne-dn-ft-se-ic);
1006
+ font-weight: var(--_ctm-dn-pt-os-dn-pt-ne-dn-ft-wt);
1007
+ line-height: var(--_ctm-dn-pt-os-dn-pt-ne-dn-le-ht);
1008
+ letter-spacing: var(--_ctm-dn-pt-os-dn-pt-ne-dn-lr-sg);
1009
+ text-decoration: var(--_ctm-dn-pt-os-dn-pt-ne-dn-ue);
1010
+ }
1011
+
1012
+ .chk_payment_options_label {
1013
+ color: var(--_gray-700);
1014
+ font-family: var(--_ctm-dn-pt-os-dn-pt-os-ll-dn-ft-fy);
1015
+ font-size: 12px;
1016
+ font-style: var(--_ctm-dn-pt-os-dn-pt-os-ll-dn-ft-se-ic);
1017
+ font-weight: var(--_ctm-dn-pt-os-dn-pt-os-ll-dn-ft-wt);
1018
+ line-height: var(--_ctm-dn-pt-os-dn-pt-os-ll-dn-le-ht);
1019
+ letter-spacing: var(--_ctm-dn-pt-os-dn-pt-os-ll-dn-lr-sg);
1020
+ text-decoration: var(--_ctm-dn-pt-os-dn-pt-os-ll-dn-ue);
1021
+ }
1022
+
1023
+ .chk_payment_options_value {
1024
+ color: var(--_gray-700);
1025
+ font-family: var(--_ctm-dn-pt-os-dn-pt-os-ve-dn-ft-fy);
1026
+ font-size: 12px;
1027
+ font-style: var(--_ctm-dn-pt-os-dn-pt-os-ve-dn-ft-se-ic);
1028
+ font-weight: var(--_ctm-dn-pt-os-dn-pt-os-ve-dn-ft-wt);
1029
+ line-height: var(--_ctm-dn-pt-os-dn-pt-os-ve-dn-le-ht);
1030
+ letter-spacing: var(--_ctm-dn-pt-os-dn-pt-os-ve-dn-lr-sg);
1031
+ text-decoration: var(--_ctm-dn-pt-os-dn-pt-os-ve-dn-ue);
1032
+ }
1033
+ }
1034
+
1035
+ .chk_payment_option_right_container {
1036
+ display: flex;
1037
+ gap: 6px;
1038
+ align-items: flex-start;
1039
+
1040
+ @media (max-width: 500px) {
1041
+ justify-content: flex-end;
1042
+ }
1043
+ }
1044
+
1045
+ .chk_payment_option_input {
1046
+ display: flex;
1047
+ padding: 9px 12px;
1048
+ align-items: center;
1049
+ max-width: 96px;
1050
+ background-color: var(--_base-white);
1051
+ border: 1px solid var(--_gray-300);
1052
+ border-radius: 6px;
1053
+
1054
+ &:focus-within {
1055
+ outline: 2px solid #9baefa;
1056
+ border: 1px solid #3c5cdf;
1057
+ }
1058
+
1059
+ .icon {
1060
+ svg {
1061
+ path {
1062
+ stroke: #667085;
1063
+ }
1064
+ }
1065
+ }
1066
+
1067
+ .input_field {
1068
+ color: var(--_gray-700);
1069
+ font-family: var(--_ctm-dn-pt-os-dn-pt-os-it-dn-dt-se-ft-fy);
1070
+ font-size: var(--_ctm-dn-pt-os-dn-pt-os-it-dn-dt-se-ft-se);
1071
+ font-style: var(--_ctm-dn-pt-os-dn-pt-os-it-dn-dt-se-ft-se-ic);
1072
+ font-weight: var(--_ctm-dn-pt-os-dn-pt-os-it-dn-dt-se-ft-wt);
1073
+ line-height: var(--_ctm-dn-pt-os-dn-pt-os-it-dn-dt-se-le-ht);
1074
+ letter-spacing: var(--_ctm-dn-pt-os-dn-pt-os-it-dn-dt-se-lr-sg);
1075
+ text-decoration: var(--_ctm-dn-pt-os-dn-pt-os-it-dn-dt-se-ue);
1076
+
1077
+ &:focus-within {
1078
+ color: var(--_gray-900);
1079
+ font-family: var(--_ctm-dn-pt-os-dn-pt-os-it-dn-sd-se-ft-fy);
1080
+ font-size: var(--_ctm-dn-pt-os-dn-pt-os-it-dn-sd-se-ft-se);
1081
+ font-style: var(--_ctm-dn-pt-os-dn-pt-os-it-dn-sd-se-ft-se-ic);
1082
+ font-weight: var(--_ctm-dn-pt-os-dn-pt-os-it-dn-sd-se-ft-wt);
1083
+ line-height: var(--_ctm-dn-pt-os-dn-pt-os-it-dn-sd-se-le-ht);
1084
+ letter-spacing: var(--_ctm-dn-pt-os-dn-pt-os-it-dn-sd-se-lr-sg);
1085
+ text-decoration: var(--_ctm-dn-pt-os-dn-pt-os-it-dn-sd-se-ue);
1086
+ }
1087
+ }
1088
+ }
1089
+ }
1090
+
1091
+ .chk_billing_address {
1092
+ width: 100%;
1093
+ display: flex;
1094
+ flex-direction: column;
1095
+ background-color: var(--_ctm-dn-pt-os-dn-pt-os-cr-dn-bd-cr);
1096
+ box-shadow: var(--_ctm-dn-pt-os-dn-pt-os-cr-dn-sw-ae)
1097
+ var(--_ctm-dn-pt-os-dn-pt-os-cr-dn-sw-br)
1098
+ var(--_ctm-dn-pt-os-dn-pt-os-cr-dn-sw-sd)
1099
+ var(--_ctm-dn-pt-os-dn-pt-os-cr-dn-sw-cr);
1100
+
1101
+ .chk_billing_address_form_container {
1102
+ border-radius: 6px;
1103
+ padding-top: 24px;
1104
+ display: flex;
1105
+ flex-direction: column;
1106
+ gap: 24px;
1107
+ }
1108
+
1109
+ .chk_payment_options_heading {
1110
+ color: var(--_gray-700);
1111
+ font-family: var(--_ctm-dn-pt-os-dn-pt-hg-dn-ft-fy);
1112
+ font-size: var(--_ctm-dn-pt-os-dn-pt-hg-dn-ft-se);
1113
+ font-style: var(--_ctm-dn-pt-os-dn-pt-hg-dn-ft-se-ic);
1114
+ font-weight: 600;
1115
+ line-height: var(--_ctm-dn-pt-os-dn-pt-hg-dn-le-ht);
1116
+ letter-spacing: var(--_ctm-dn-pt-os-dn-pt-hg-dn-lr-sg);
1117
+ text-decoration: var(--_ctm-dn-pt-os-dn-pt-hg-dn-ue);
1118
+ &.pl_0 {
1119
+ padding-left: 0px;
1120
+ }
1121
+ }
1122
+
1123
+ .chk_billing_address_form_wrapper {
1124
+ display: flex;
1125
+ flex-direction: column;
1126
+ gap: 24px;
1127
+ border-radius: var(--_ctm-dn-pt-os-cr-dn-br-rs);
1128
+ }
1129
+
1130
+ .shipping_address_container {
1131
+ display: flex;
1132
+ flex-direction: column;
1133
+ gap: 24px;
1134
+ }
1135
+
1136
+ .shipping_address_heading_container {
1137
+ display: flex;
1138
+ justify-content: space-between;
1139
+ align-items: center;
1140
+
1141
+ .chk_heading_info {
1142
+ color: var(--_gray-700);
1143
+ font-family: var(--_ctm-dn-sg-md-dn-hg-dn-ft-fy);
1144
+ font-size: var(--_ctm-dn-sg-md-dn-hg-dn-ft-se);
1145
+ font-style: var(--_ctm-dn-sg-md-dn-hg-dn-ft-se-ic);
1146
+ font-weight: 600;
1147
+ line-height: var(--_ctm-dn-sg-md-dn-hg-dn-le-ht);
1148
+ letter-spacing: var(--_ctm-dn-sg-md-dn-hg-dn-lr-sg);
1149
+ text-decoration: var(--_ctm-dn-sg-md-dn-hg-dn-ue);
1150
+ }
1151
+ }
1152
+
1153
+ form {
1154
+ display: flex;
1155
+ flex-direction: column;
1156
+ gap: 0.75rem;
1157
+ max-width: 85%;
1158
+
1159
+ @media (max-width: 500px) {
1160
+ max-width: 100%;
1161
+ }
1162
+ }
1163
+
1164
+ .chk_shipping_address_form_group {
1165
+ display: flex;
1166
+ justify-content: space-between;
1167
+ flex-direction: row;
1168
+ gap: 12px;
1169
+ }
1170
+
1171
+ .chk_shipping_address_input_container {
1172
+ display: flex;
1173
+ width: 100%;
1174
+ }
1175
+
1176
+ .chk_shipping_address_input_wrapper {
1177
+ display: flex;
1178
+ flex-direction: column;
1179
+ gap: var(--_ctm-lt-ll-ad-it-gp);
1180
+ width: 100%;
1181
+ }
1182
+
1183
+ .chk_shipping_address_form_label {
1184
+ white-space: nowrap;
1185
+ color: var(--_gray-600);
1186
+ font-family: var(--_ctm-dn-se-sg-as-dn-se-sg-as-ll-dn-ft-fy);
1187
+ font-size: var(--_ctm-dn-se-sg-as-dn-se-sg-as-ll-dn-ft-se);
1188
+ font-style: var(--_ctm-dn-se-sg-as-dn-se-sg-as-ll-dn-ft-se-ic);
1189
+ font-weight: 400;
1190
+ line-height: var(--_ctm-dn-se-sg-as-dn-se-sg-as-ll-dn-le-ht);
1191
+ letter-spacing: var(--_ctm-dn-se-sg-as-dn-se-sg-as-ll-dn-lr-sg);
1192
+ text-decoration: var(--_ctm-dn-se-sg-as-dn-se-sg-as-ll-dn-ue);
1193
+ }
1194
+
1195
+ .chk_shiping_address_form_input {
1196
+ padding: 8px 12px;
1197
+ width: -webkit-fill-available;
1198
+ background-color: var(--_base-white);
1199
+ border: 1px solid var(--_gray-300);
1200
+ border-radius: 6px;
1201
+ height: 40px;
1202
+
1203
+ &:focus-within {
1204
+ border: 1px solid #4b63ee;
1205
+ outline: 2px solid #8497ff;
1206
+ }
1207
+
1208
+ // .input-field {
1209
+ // padding: 8px 12px;
1210
+ // width: -webkit-fill-available;
1211
+ // background-color: var(--_base-white);
1212
+ // border: 1px solid var(--_gray-300);
1213
+ // border-radius: 6px;
1214
+
1215
+ // &:focus-within {
1216
+ // border: 1px solid #4b63ee;
1217
+ // outline: 2px solid #8497ff;
1218
+ // }
1219
+ // }
1220
+ }
1221
+
1222
+ input[type="checkbox"] {
1223
+ width: auto;
1224
+ }
1225
+
1226
+ .error-msg {
1227
+ font-size: 12px;
1228
+ color: #ff0000;
1229
+ }
1230
+
1231
+ .chk_shipping_address_use_as_billing_address_chkbx {
1232
+ display: flex;
1233
+ align-items: center;
1234
+ gap: 0.5rem;
1235
+ color: var(--_gray-600);
1236
+ font-family: var(--_ctm-dn-se-sg-as-dn-cx-dn-ft-fy);
1237
+ font-size: var(--_ctm-dn-se-sg-as-dn-cx-dn-ft-se);
1238
+ font-style: var(--_ctm-dn-se-sg-as-dn-cx-dn-ft-se-ic);
1239
+ font-weight: var(--_ctm-dn-se-sg-as-dn-cx-dn-ft-wt);
1240
+ line-height: var(--_ctm-dn-se-sg-as-dn-cx-dn-le-ht);
1241
+ letter-spacing: var(--_ctm-dn-se-sg-as-dn-cx-dn-lr-sg);
1242
+ text-decoration: var(--_ctm-dn-se-sg-as-dn-cx-dn-ue);
1243
+
1244
+ .custom-checkbox {
1245
+ width: 20px;
1246
+ height: 20px;
1247
+ border: 1px solid #d0d5dd;
1248
+ border-radius: 4px;
1249
+ position: relative;
1250
+ background-color: #fff;
1251
+ transition: all 0.2s ease;
1252
+
1253
+ &::after {
1254
+ content: "";
1255
+ position: absolute;
1256
+ display: none;
1257
+ left: 5px;
1258
+ top: 0.5px;
1259
+ width: 5px;
1260
+ height: 10px;
1261
+ border: solid #fff;
1262
+ border-width: 0 2px 2px 0;
1263
+ transform: rotate(45deg);
1264
+ }
1265
+ }
1266
+ }
1267
+
1268
+ input[type="checkbox"]:checked + label {
1269
+ .custom-checkbox {
1270
+ background-color: #004dff;
1271
+ border-color: #004dff;
1272
+
1273
+ &::after {
1274
+ display: block;
1275
+ }
1276
+ }
1277
+ }
1278
+
1279
+ .checkbox-group {
1280
+ display: flex;
1281
+ align-items: center;
1282
+ justify-content: start;
1283
+ gap: 8px;
1284
+ }
1285
+
1286
+ .chk_shipping_address_submit_btn {
1287
+ padding: 12px 24px;
1288
+ width: fit-content;
1289
+ background-color: #004dff;
1290
+ color: var(--_base-white);
1291
+ border-radius: 6px;
1292
+
1293
+ &:hover {
1294
+ background-color: #0f43bd;
1295
+ }
1296
+ }
1297
+
1298
+ .chk_shipping_address_use_as_billing_address_chkbx_same_as_billing_address_chkbx {
1299
+ color: var(--_gray-600);
1300
+ font-family: var(--_ctm-dn-se-sg-as-dn-cx-dn-ft-fy);
1301
+ font-size: var(--_ctm-dn-se-sg-as-dn-cx-dn-ft-se);
1302
+ font-style: var(--_ctm-dn-se-sg-as-dn-cx-dn-ft-se-ic);
1303
+ font-weight: var(--_ctm-dn-se-sg-as-dn-cx-dn-ft-wt);
1304
+ line-height: var(--_ctm-dn-se-sg-as-dn-cx-dn-le-ht);
1305
+ letter-spacing: var(--_ctm-dn-se-sg-as-dn-cx-dn-lr-sg);
1306
+ text-decoration: var(--_ctm-dn-se-sg-as-dn-cx-dn-ue);
1307
+ }
1308
+
1309
+ .chk_billing_address_button_wrapper {
1310
+ display: flex;
1311
+ align-items: center;
1312
+ gap: 16px;
1313
+ }
1314
+ }
1315
+
1316
+ .payment_heading {
1317
+ padding: 12px;
1318
+ border-bottom: 1px solid var(--_gray-300);
1319
+ display: flex;
1320
+ justify-content: space-between;
1321
+ }
1322
+ }
1323
+
1324
+ .chk_submit-btn {
1325
+ padding: 12px 24px;
1326
+ width: fit-content;
1327
+ background-color: #004dff;
1328
+ color: var(--_base-white);
1329
+
1330
+ &:hover {
1331
+ background-color: #0f43bd;
1332
+ }
1333
+ }
1334
+
1335
+ .react-international-phone-country-selector-button {
1336
+ border: none !important;
1337
+ height: auto !important;
1338
+ }
1339
+
1340
+ .react-international-phone-input {
1341
+ height: 40px;
1342
+ border: none !important;
1343
+ color: var(--_gray-300);
1344
+ font-family: var(--_ctm-dn-it-bx-dn-ft-fy);
1345
+ font-size: 14px;
1346
+ font-style: var(--_ctm-dn-it-bx-dn-ft-se-ic);
1347
+ font-weight: var(--_ctm-dn-it-bx-dn-ft-wt);
1348
+ line-height: var(--_ctm-dn-it-bx-dn-le-ht);
1349
+ letter-spacing: var(--_ctm-dn-it-bx-dn-lr-sg);
1350
+ box-shadow: var(--_ctm-dn-it-bx-dn-sw-ae) var(--_ctm-dn-it-bx-dn-sw-br)
1351
+ var(--_ctm-dn-it-bx-dn-sw-sd) var(--_ctm-dn-it-bx-dn-sw-cr);
1352
+ text-align: var(--_ctm-dn-it-bx-dn-tt-an);
1353
+ text-decoration: var(--_ctm-dn-it-bx-dn-ue);
1354
+ }
1355
+
1356
+ .chk_checkbox_wrapper {
1357
+ display: flex;
1358
+ width: fit-content;
1359
+ align-items: center;
1360
+ font-family: sans-serif;
1361
+
1362
+ input[type="checkbox"] {
1363
+ display: none;
1364
+ }
1365
+
1366
+ .chk_payment_options_use_as_billing_address_chkbx {
1367
+ display: flex;
1368
+ align-items: center;
1369
+ cursor: pointer;
1370
+ gap: 10px;
1371
+ color: var(--_gray-700);
1372
+ font-family: var(--_ctm-dn-pt-os-dn-cx-ll-dn-ft-fy);
1373
+ font-size: var(--_ctm-dn-pt-os-dn-cx-ll-dn-ft-se);
1374
+ font-style: var(--_ctm-dn-pt-os-dn-cx-ll-dn-ft-se-ic);
1375
+ font-weight: var(--_ctm-dn-pt-os-dn-cx-ll-dn-ft-wt);
1376
+ line-height: var(--_ctm-dn-pt-os-dn-cx-ll-dn-le-ht);
1377
+ letter-spacing: var(--_ctm-dn-pt-os-dn-cx-ll-dn-lr-sg);
1378
+ text-decoration: var(--_ctm-dn-pt-os-dn-cx-ll-dn-ue);
1379
+
1380
+ .custom-checkbox {
1381
+ width: 20px;
1382
+ height: 20px;
1383
+ border: 1px solid #d0d5dd;
1384
+ border-radius: 4px;
1385
+ position: relative;
1386
+ background-color: #fff;
1387
+ transition: all 0.2s ease;
1388
+
1389
+ &::after {
1390
+ content: "";
1391
+ position: absolute;
1392
+ display: none;
1393
+ left: 5px;
1394
+ top: 0.5px;
1395
+ width: 5px;
1396
+ height: 10px;
1397
+ border: solid #fff;
1398
+ border-width: 0 2px 2px 0;
1399
+ transform: rotate(45deg);
1400
+ }
1401
+ }
1402
+ }
1403
+
1404
+ .chk_shipping_address_use_as_billing_address_chkbx {
1405
+ display: flex;
1406
+ align-items: center;
1407
+ cursor: pointer;
1408
+ gap: 10px;
1409
+ color: var(--_gray-700);
1410
+ font-family: var(--_ctm-dn-pt-os-dn-cx-ll-dn-ft-fy);
1411
+ font-size: var(--_ctm-dn-pt-os-dn-cx-ll-dn-ft-se);
1412
+ font-style: var(--_ctm-dn-pt-os-dn-cx-ll-dn-ft-se-ic);
1413
+ font-weight: var(--_ctm-dn-pt-os-dn-cx-ll-dn-ft-wt);
1414
+ line-height: var(--_ctm-dn-pt-os-dn-cx-ll-dn-le-ht);
1415
+ letter-spacing: var(--_ctm-dn-pt-os-dn-cx-ll-dn-lr-sg);
1416
+ text-decoration: var(--_ctm-dn-pt-os-dn-cx-ll-dn-ue);
1417
+
1418
+ .custom-checkbox {
1419
+ width: 20px;
1420
+ height: 20px;
1421
+ border: 1px solid #d0d5dd;
1422
+ border-radius: 4px;
1423
+ position: relative;
1424
+ background-color: #fff;
1425
+ transition: all 0.2s ease;
1426
+
1427
+ &::after {
1428
+ content: "";
1429
+ position: absolute;
1430
+ display: none;
1431
+ left: 5px;
1432
+ top: 0.5px;
1433
+ width: 5px;
1434
+ height: 10px;
1435
+ border: solid #fff;
1436
+ border-width: 0 2px 2px 0;
1437
+ transform: rotate(45deg);
1438
+ }
1439
+ }
1440
+ }
1441
+
1442
+ input[type="checkbox"]:checked + label {
1443
+ .custom-checkbox {
1444
+ background-color: #004dff;
1445
+ border-color: #004dff;
1446
+
1447
+ &::after {
1448
+ display: block;
1449
+ }
1450
+ }
1451
+ }
1452
+ }
1453
+ .chk_payment-card__note {
1454
+ padding: 8px 6px;
1455
+ display: flex;
1456
+ align-items: center;
1457
+ gap: 6px;
1458
+ background-color: var(--_gray-100);
1459
+ border-color: var(--_ctm-dn-pt-os-dn-ne-dn-br-cr);
1460
+ border-style: var(--_ctm-dn-pt-os-dn-ne-dn-br-se);
1461
+ border-width: var(--_ctm-dn-pt-os-dn-ne-dn-br-wh);
1462
+ color: var(--_ctm-dn-pt-os-dn-ne-dn-cr);
1463
+ font-family: var(--_ctm-dn-pt-os-dn-ne-dn-ft-fy);
1464
+ font-size: var(--_ctm-dn-pt-os-dn-ne-dn-ft-se);
1465
+ font-style: var(--_ctm-dn-pt-os-dn-ne-dn-ft-se-ic);
1466
+ font-weight: var(--_ctm-dn-pt-os-dn-ne-dn-ft-wt);
1467
+ line-height: var(--_ctm-dn-pt-os-dn-ne-dn-le-ht);
1468
+ letter-spacing: var(--_ctm-dn-pt-os-dn-ne-dn-lr-sg);
1469
+ box-shadow: var(--_ctm-dn-pt-os-dn-ne-dn-sw-ae) var(--_ctm-dn-pt-os-dn-ne-dn-sw-br)
1470
+ var(--_ctm-dn-pt-os-dn-ne-dn-sw-sd) var(--_ctm-dn-pt-os-dn-ne-dn-sw-cr);
1471
+ text-align: var(--_ctm-dn-pt-os-dn-ne-dn-tt-an);
1472
+ text-decoration: var(--_ctm-dn-pt-os-dn-ne-dn-ue);
1473
+
1474
+ .icon {
1475
+ svg {
1476
+ width: var(--_ctm-dn-pt-os-dn-ne-dn-in-se);
1477
+ height: var(--_ctm-dn-pt-os-dn-ne-dn-in-se);
1478
+ path {
1479
+ stroke: var(--_ctm-dn-pt-os-dn-ne-dn-in-c1);
1480
+ }
1481
+ }
1482
+ }
1483
+ }
1484
+
1485
+ .accordion-summary {
1486
+ flex: 1;
1487
+ display: flex;
1488
+ flex-direction: column;
1489
+ gap: 0.25rem;
1490
+
1491
+ .summary-content {
1492
+ display: flex;
1493
+ flex-direction: row;
1494
+ justify-content: space-between;
1495
+ gap: 0.5rem;
1496
+
1497
+ .chk_shipping-summary {
1498
+ display: flex;
1499
+ flex-direction: column;
1500
+ gap: 12px;
1501
+
1502
+ .chk_address {
1503
+ display: flex;
1504
+ flex-direction: column;
1505
+ gap: 12px;
1506
+
1507
+ .chk_saved_address_name {
1508
+ color: var(--_gray-900);
1509
+ font-family: var(--_ctm-dn-sd-sg-as-dn-sg-ne-dn-ft-fy);
1510
+ font-size: 16px;
1511
+ font-style: var(--_ctm-dn-sd-sg-as-dn-sg-ne-dn-ft-se-ic);
1512
+ font-weight: 600;
1513
+ line-height: 26px;
1514
+ }
1515
+
1516
+ .chk_saved_address {
1517
+ color: var--_gray-600;
1518
+ font-size: 14px;
1519
+ font-weight: 400;
1520
+ line-height: 20px;
1521
+ }
1522
+
1523
+ .chk_saved_address_label {
1524
+ color: var(--_gray-700);
1525
+ font-family: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-ll-dn-ft-fy);
1526
+ font-size: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-ll-dn-ft-se);
1527
+ font-style: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-ll-dn-ft-se-ic);
1528
+ font-weight: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-ll-dn-ft-wt);
1529
+ line-height: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-ll-dn-le-ht);
1530
+ letter-spacing: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-ll-dn-lr-sg);
1531
+ text-decoration: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-ll-dn-ue);
1532
+ }
1533
+
1534
+ .chk_saved_address_value {
1535
+ color: var(--_gray-700);
1536
+ font-family: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-ve-dn-ft-fy);
1537
+ font-size: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-ve-dn-ft-se);
1538
+ font-style: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-ve-dn-ft-se-ic);
1539
+ font-weight: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-ve-dn-ft-wt);
1540
+ line-height: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-ve-dn-le-ht);
1541
+ letter-spacing: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-ve-dn-lr-sg);
1542
+ text-decoration: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-ve-dn-ue);
1543
+ }
1544
+ }
1545
+
1546
+ .contact {
1547
+ font-size: 0.875rem;
1548
+ color: $dark-color;
1549
+ line-height: 1.4;
1550
+ }
1551
+ }
1552
+
1553
+ .right-btn {
1554
+ display: none;
1555
+ gap: 24px;
1556
+
1557
+ &:has(.chk_saved_address_button.selected) {
1558
+ display: flex !important;
1559
+ }
1560
+
1561
+ .chk_saved_address_button {
1562
+ cursor: pointer;
1563
+ align-self: flex-start;
1564
+ white-space: nowrap;
1565
+ display: flex;
1566
+ gap: 4px;
1567
+ align-items: flex-start;
1568
+ border-color: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-dt-se-bd-cr);
1569
+ border-radius: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-dt-se-br-rs);
1570
+ border-style: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-dt-se-br-se);
1571
+ border-width: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-dt-se-br-wh);
1572
+ color: rgba(36, 61, 198, 1);
1573
+ font-family: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-dt-se-ft-fy);
1574
+ font-size: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-dt-se-ft-se);
1575
+ font-style: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-dt-se-ft-se-ic);
1576
+ font-weight: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-dt-se-ft-wt);
1577
+ line-height: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-dt-se-le-ht);
1578
+ letter-spacing: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-dt-se-lr-sg);
1579
+ box-shadow: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-dt-se-sw-ae)
1580
+ var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-dt-se-sw-br)
1581
+ var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-dt-se-sw-sd)
1582
+ var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-dt-se-sw-cr);
1583
+ text-decoration: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-dt-se-ue);
1584
+ &:hover {
1585
+ background-color: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-hr-se-bd-cr);
1586
+ border-color: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-hr-se-br-cr);
1587
+ border-radius: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-hr-se-br-rs);
1588
+ border-style: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-hr-se-br-se);
1589
+ border-width: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-hr-se-br-wh);
1590
+ color: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-hr-se-cr);
1591
+ font-family: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-hr-se-ft-fy);
1592
+ font-size: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-hr-se-ft-se);
1593
+ font-style: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-hr-se-ft-se-ic);
1594
+ font-weight: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-hr-se-ft-wt);
1595
+ line-height: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-hr-se-le-ht);
1596
+ letter-spacing: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-hr-se-lr-sg);
1597
+ box-shadow: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-hr-se-sw-ae)
1598
+ var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-hr-se-sw-ae)
1599
+ var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-hr-se-sw-sd)
1600
+ var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-hr-se-sw-cr);
1601
+ text-decoration: var(--_ctm-dn-sd-sg-as-dn-sd-sg-as-bn-dn-hr-se-ue);
1602
+ }
1603
+ }
1604
+ }
1605
+
1606
+ &:hover {
1607
+ .right-btn {
1608
+ display: flex;
1609
+ }
1610
+ }
1611
+ }
1612
+ }
1613
+ }
1614
+ }
1615
+ }
60
1616
  }
61
1617
 
62
1618
  &[data-view-state="full"] {
@@ -76,3 +1632,180 @@ $activeElementSelector: "[data-has-clicked='true']";
76
1632
  }
77
1633
  }
78
1634
  }
1635
+
1636
+ // credit card form syles
1637
+ .chk_cred_form_details {
1638
+ border-top: 1px solid var(--_gray-300);
1639
+ padding: 16px;
1640
+ .chk_basic_form_title {
1641
+ font-size: 14px;
1642
+ margin-bottom: 16px;
1643
+ font-weight: 600;
1644
+ }
1645
+ .chk_form_fields {
1646
+ h3 {
1647
+ font-size: 14px;
1648
+ margin-bottom: 8px;
1649
+ }
1650
+ display: flex;
1651
+ flex-direction: column;
1652
+ gap: 24px;
1653
+ width: 500px;
1654
+ .chk_form_field {
1655
+ width: 100%;
1656
+ &.expiry_details {
1657
+ width: 80px;
1658
+ }
1659
+
1660
+ display: flex;
1661
+ flex-direction: column;
1662
+ gap: 6px;
1663
+ width: 100%;
1664
+
1665
+ .chk_form_field_label {
1666
+ font-size: 14px;
1667
+ color: var(--_gray-600);
1668
+ }
1669
+ .chk_form_field_inp {
1670
+ height: 40px;
1671
+ border: 1px solid var(--_gray-300);
1672
+ border-radius: 4px;
1673
+ padding-inline: 10px;
1674
+ &:placeholder-shown {
1675
+ color: var(--_gray-400);
1676
+ padding-left: 16px;
1677
+ }
1678
+ }
1679
+ .error_msg {
1680
+ display: block;
1681
+ color: var(--_error-700);
1682
+ font-size: 12px;
1683
+ }
1684
+ }
1685
+
1686
+ .checkbox {
1687
+ width: auto;
1688
+
1689
+ label {
1690
+ display: flex;
1691
+ align-items: center;
1692
+ gap: 8px;
1693
+ cursor: pointer;
1694
+ position: relative;
1695
+ user-select: none;
1696
+
1697
+ input[type="checkbox"] {
1698
+ display: none;
1699
+
1700
+ &:checked + .custom-checkbox::after {
1701
+ opacity: 1;
1702
+ }
1703
+ }
1704
+
1705
+ .custom-checkbox {
1706
+ width: 16px;
1707
+ height: 16px;
1708
+ border: 2px solid var(--_primary-400);
1709
+ border-radius: 4px;
1710
+ position: relative;
1711
+ display: inline-block;
1712
+ box-sizing: border-box;
1713
+
1714
+ &::after {
1715
+ content: "";
1716
+ position: absolute;
1717
+ left: 3px;
1718
+ top: 0px;
1719
+ width: 4px;
1720
+ height: 8px;
1721
+ border: solid var(--_primary-400);
1722
+ border-width: 0 1px 1px 0;
1723
+ transform: rotate(45deg);
1724
+ opacity: 0;
1725
+ transition: opacity 0.2s ease-in-out;
1726
+ }
1727
+ }
1728
+ }
1729
+ }
1730
+ .expiry_details {
1731
+ display: flex;
1732
+ gap: 12px;
1733
+ .cvv_inp {
1734
+ width: 110px;
1735
+ }
1736
+ }
1737
+ }
1738
+ }
1739
+
1740
+ // giftcard form styles
1741
+ .chk_gift_card_details {
1742
+ border-top: 1px solid var(--_gray-300);
1743
+ padding: 16px;
1744
+ .chk_gift_card_form {
1745
+ display: flex;
1746
+ flex-direction: column;
1747
+ gap: 16px;
1748
+ max-width: 480px;
1749
+ .chk_gift_cart_form_title {
1750
+ font-size: 14px;
1751
+ font-weight: 600;
1752
+ }
1753
+
1754
+ .chk_gift_form_fields {
1755
+ display: flex;
1756
+ gap: 12px;
1757
+ width: 100%;
1758
+ .chk_gift_inp_field {
1759
+ display: flex;
1760
+ flex-direction: column;
1761
+ gap: 6px;
1762
+ width: 100%;
1763
+ label {
1764
+ color: var(--_gray-600);
1765
+ }
1766
+ .chk_gift_inp {
1767
+ border: 1px solid var(--_gray-300);
1768
+ border-radius: 6px;
1769
+ height: 40px;
1770
+ padding-inline: 10px;
1771
+ }
1772
+ &.pin {
1773
+ width: 110px;
1774
+ }
1775
+ .error_msg {
1776
+ display: block;
1777
+ color: var(--_error-700);
1778
+ font-size: 12px;
1779
+ }
1780
+ }
1781
+ .error_msg {
1782
+ color: var(--_error-700);
1783
+ font-size: 14px;
1784
+ }
1785
+ }
1786
+ }
1787
+ }
1788
+ .chk_form_actions {
1789
+ display: flex;
1790
+ gap: 12px;
1791
+ .chk_sav_btn {
1792
+ padding: 12px 16px;
1793
+ background-color: var(--_primary-400);
1794
+ border-radius: 6px;
1795
+ color: var(--_base-white);
1796
+ &:hover {
1797
+ background-color: var(--_primary-500);
1798
+ }
1799
+ }
1800
+ .chk_can_btn {
1801
+ padding: 12px 16px;
1802
+ background-color: transparent;
1803
+ border-radius: 6px;
1804
+ color: var(--_gray-600);
1805
+ padding-inline: 10px;
1806
+ &:hover {
1807
+ background-color: var(--_gray-50);
1808
+ color: var(--_gray-900);
1809
+ }
1810
+ }
1811
+ }