@sc-360-v2/storefront-cms-library 0.3.45 → 0.3.47

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