@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.
@@ -0,0 +1,1131 @@
1
+ @use "sass:map";
2
+ @use "sass:list";
3
+ @use "./functions.scss" as *;
4
+
5
+ $resizerId: "[data-cms-tool='cms-element-resizer']";
6
+ $resizeActive: '[data-cms-element-resizer="true"]';
7
+ // $defaultValues: (
8
+ // --_dm-flt: getListOfResponsive(flex-end, flex-start),
9
+ // );
10
+ [data-div-type="element"] {
11
+ &[data-element-type="addProductsTab"] {
12
+ // width: var(
13
+ // --_sf-el-wh-st-mx,
14
+ // calc(
15
+ // 1% *
16
+ // var(
17
+ // --_mob-ctm-ele-nw-wh-vl,
18
+ // var(--_tab-ctm-ele-nw-wh-vl, var(--_ctm-ele-nw-wh-vl, var(--_sf-nw-wh)))
19
+ // )
20
+ // )
21
+ // );
22
+ // margin: var(--_ctm-mob-lt-mn, var(--_ctm-tab-lt-mn, var(--_ctm-lt-mn)));
23
+ & > div {
24
+ &.wrapper {
25
+ width: 100%;
26
+ }
27
+ }
28
+
29
+ .product-section {
30
+ display: flex;
31
+ justify-content: space-between;
32
+ align-items: center;
33
+ border-bottom: 1px solid #e0e0e0;
34
+ padding: 0.5rem;
35
+ .section-title {
36
+ font-size: var(
37
+ --_ctm-mob-dn-hr-te-ft-se,
38
+ var(--_ctm-tab-dn-hr-te-ft-se, var(--_ctm-dn-hr-te-ft-se))
39
+ );
40
+ font-family: var(
41
+ --_ctm-mob-dn-hr-te-ft-fy,
42
+ var(--_ctm-tab-dn-hr-te-ft-fy, var(--_ctm-dn-hr-te-ft-fy))
43
+ );
44
+ font-weight: var(
45
+ --_ctm-mob-dn-hr-te-ft-wt,
46
+ var(--_ctm-tab-dn-hr-te-ft-wtvar(--_ctm-dn-hr-te-ft-wt))
47
+ );
48
+ line-height: var(
49
+ --_ctm-mob-dn-hr-te-le-ht,
50
+ var(--_ctm-tab-dn-hr-te-le-ht, var(--_ctm-dn-hr-te-le-ht))
51
+ );
52
+ letter-spacing: var(
53
+ --_ctm-mob-dn-hr-te-lr-sg,
54
+ var(--_ctm-tab-dn-hr-te-lr-sg, var(--_ctm-dn-hr-te-lr-sg))
55
+ );
56
+ color: var(--_ctm-mob-dn-hr-te-cr, var(--_ctm-tab-dn-hr-te-cr, var(--_ctm-dn-hr-te-cr)));
57
+ }
58
+ .search-bar {
59
+ display: flex;
60
+ align-items: center;
61
+ gap: 0.5rem;
62
+
63
+ .search-input {
64
+ display: flex;
65
+ align-items: center;
66
+ border: 1px solid #d1d5db;
67
+ border-radius: 4px;
68
+ padding: 0.25rem 0.5rem;
69
+ background: #fff;
70
+ height: 40px;
71
+
72
+ .icon {
73
+ margin-right: 0.5rem;
74
+ color: #6b7280;
75
+ }
76
+
77
+ input {
78
+ border: none;
79
+ outline: none;
80
+ font-size: 14px;
81
+ width: 160px;
82
+ }
83
+ }
84
+
85
+ .filter-btn {
86
+ border: 1px solid #d1d5db;
87
+ background: white;
88
+ border-radius: 4px;
89
+ padding: 0.25rem 0.5rem;
90
+ font-size: 18px;
91
+ cursor: pointer;
92
+ }
93
+ }
94
+ }
95
+
96
+ .add-product-wrapper {
97
+ display: grid;
98
+ grid-template-columns: 1fr 1fr;
99
+ gap: 48px;
100
+ padding-top: 16px;
101
+
102
+ .product-list {
103
+ display: flex;
104
+ flex-direction: column;
105
+ gap: 48px;
106
+
107
+ .product-category {
108
+ display: flex;
109
+ flex-direction: column;
110
+ gap: 16px;
111
+
112
+ .product-header {
113
+ display: flex;
114
+ gap: 6px;
115
+ border-bottom: 0.5px solid #d0d5dd;
116
+ padding-bottom: 16px;
117
+ flex-direction: column;
118
+
119
+ h2 {
120
+ font-family: "Lato";
121
+ font-size: 20px;
122
+ color: var(--_gray-900);
123
+ font-weight: 700;
124
+ line-height: 30px;
125
+ }
126
+ .product-subheader {
127
+ display: flex;
128
+ flex-direction: row;
129
+ gap: 12px;
130
+ word-break: keep-all;
131
+ align-items: center;
132
+
133
+ @media (max-width: 500px) {
134
+ flex-direction: column;
135
+ white-space: nowrap;
136
+ align-items: flex-start;
137
+ }
138
+ .product-quota {
139
+ font-family: "Lato";
140
+ font-weight: 400;
141
+ font-size: 14px;
142
+ line-height: 20px;
143
+ letter-spacing: 0%;
144
+ color: var(--_gray-500);
145
+ padding-right: 12px;
146
+ border-right: 1px solid var(--_border-light-color);
147
+ gap: 6px;
148
+ display: flex;
149
+ span {
150
+ font-family: "Lato";
151
+ font-weight: 700;
152
+ font-size: 14px;
153
+ line-height: 20px;
154
+ color: var(--_gray-900);
155
+ }
156
+ }
157
+ .product-payment-methods {
158
+ font-family: "Lato";
159
+ font-weight: 400;
160
+ font-size: 14px;
161
+ line-height: 20px;
162
+ letter-spacing: 0%;
163
+ color: var(--_gray-500);
164
+ gap: 6px;
165
+ display: flex;
166
+ span {
167
+ font-family: "Lato";
168
+ font-weight: 700;
169
+ font-size: 14px;
170
+ line-height: 20px;
171
+ letter-spacing: 0%;
172
+ color: var(--_gray-900);
173
+ }
174
+ }
175
+ }
176
+ }
177
+
178
+ .product-grid {
179
+ display: grid;
180
+ // grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
181
+ grid-template-columns: 1fr 1fr;
182
+
183
+ @media (max-width: 500px) {
184
+ grid-template-columns: 1fr;
185
+ }
186
+
187
+ .product-card {
188
+ display: flex;
189
+ flex-direction: column;
190
+ gap: 24px;
191
+ padding: 16px;
192
+ border: 0.5px solid transparent;
193
+ &:hover {
194
+ background-color: var(--_gray-100);
195
+ border: 0.5px solid var(--_primary-400);
196
+ cursor: pointer;
197
+ border-radius: 4px;
198
+ }
199
+ &.active {
200
+ border: 0.5px solid #243dc6;
201
+ border-radius: 4px;
202
+ border-width: 0.5px;
203
+
204
+ background-color: prepareMediaVariable(dn-pt-im-ss-bd-cr);
205
+ border-width: prepareMediaVariable(dn-pt-im-ss-br-wh);
206
+ border-color: prepareMediaVariable(dn-pt-im-ss-br-cr);
207
+ border-style: prepareMediaVariable(dn-pt-im-ss-br-se);
208
+ border-radius: prepareMediaVariable(dn-pt-im-ss-br-rs);
209
+ box-shadow: prepareMediaVariable(dn-pt-im-ss-sw-ae)
210
+ prepareMediaVariable(dn-pt-im-ss-sw-br) prepareMediaVariable(dn-pt-im-ss-sw-sd)
211
+ prepareMediaVariable(dn-pt-im-ss-sw-cr);
212
+ }
213
+
214
+ .product-image {
215
+ width: 268px;
216
+ height: 240px;
217
+ display: flex;
218
+ align-items: center;
219
+ justify-content: center;
220
+ align-self: center;
221
+ }
222
+
223
+ .product-info {
224
+ gap: 4px;
225
+ display: flex;
226
+ flex-direction: column;
227
+
228
+ .product-title {
229
+ font-family: var(
230
+ --_ctm-mob-dn-pt-cd-pt-cd-te-ft-fy,
231
+ var(--_ctm-tab-dn-pt-cd-pt-cd-te-ft-fy, var(--_ctm-dn-pt-cd-pt-cd-te-ft-fy))
232
+ );
233
+ font-size: var(
234
+ --_ctm-mob-dn-pt-cd-pt-cd-te-ft-se,
235
+ var(--_ctm-tab-dn-pt-cd-pt-cd-te-ft-se, var(--_ctm-dn-pt-cd-pt-cd-te-ft-se))
236
+ );
237
+ font-weight: var(
238
+ --_ctm-mob-dn-pt-cd-pt-cd-te-ft-wt,
239
+ var(--_ctm-tab-dn-pt-cd-pt-cd-te-ft-wt, var(--_ctm-dn-pt-cd-pt-cd-te-ft-wt))
240
+ );
241
+ color: var(
242
+ --_ctm-mob-dn-pt-cd-pt-cd-te-cr,
243
+ var(--_ctm-tab-dn-pt-cd-pt-cd-te-cr, var(--_ctm-dn-pt-cd-pt-cd-te-cr))
244
+ );
245
+ line-height: var(
246
+ --_ctm-mob-dn-pt-cd-pt-cd-te-le-ht,
247
+ var(--_ctm-tab-dn-pt-cd-pt-cd-te-le-ht, var(--_ctm-dn-pt-cd-pt-cd-te-le-ht))
248
+ );
249
+ letter-spacing: var(
250
+ --_ctm-mob-dn-pt-cd-pt-cd-te-lr-sg,
251
+ var(--_ctm-tab-dn-pt-cd-pt-cd-te-lr-sg, var(--_ctm-dn-pt-cd-pt-cd-te-lr-sg))
252
+ );
253
+ text-decoration: var(
254
+ --_ctm-mob-dn-pt-cd-pt-cd-te-ue,
255
+ var(--_ctm-tab-dn-pt-cd-pt-cd-te-ue, var(--_ctm-dn-pt-cd-pt-cd-te-ue))
256
+ );
257
+ font-style: var(
258
+ --_ctm-mob-dn-pt-cd-pt-cd-te-ft-se-ic,
259
+ var(
260
+ --_ctm-tab-dn-pt-cd-pt-cd-te-ft-se-ic,
261
+ var(--_ctm-dn-pt-cd-pt-cd-te-ft-se-ic)
262
+ )
263
+ );
264
+ padding: var(
265
+ --_ctm-mob-dn-pt-cd-pt-cd-te-pg,
266
+ var(--_ctm-tab-dn-pt-cd-pt-cd-te-pg, var(--_ctm-dn-pt-cd-pt-cd-te-pg))
267
+ );
268
+ }
269
+
270
+ .product-code {
271
+ font-family: var(
272
+ --_ctm-mob-dn-pt-cd-pt-cd-dn-ft-fy,
273
+ var(--_ctm-tab-dn-pt-cd-pt-cd-dn-ft-fy, var(--_ctm-dn-pt-cd-pt-cd-dn-ft-fy))
274
+ );
275
+ font-size: var(
276
+ --_ctm-mob-dn-pt-cd-pt-cd-dn-ft-se,
277
+ var(--_ctm-tab-dn-pt-cd-pt-cd-dn-ft-se, var(--_ctm-dn-pt-cd-pt-cd-dn-ft-se))
278
+ );
279
+ font-weight: var(
280
+ --_ctm-mob-dn-pt-cd-pt-cd-dn-ft-wt,
281
+ var(--_ctm-tab-dn-pt-cd-pt-cd-dn-ft-wt, var(--_ctm-dn-pt-cd-pt-cd-dn-ft-wt))
282
+ );
283
+ color: var(
284
+ --_ctm-mob-dn-pt-cd-pt-cd-dn-cr,
285
+ var(--_ctm-tab-dn-pt-cd-pt-cd-dn-cr, var(--_ctm-dn-pt-cd-pt-cd-dn-cr))
286
+ );
287
+ line-height: var(
288
+ --_ctm-mob-dn-pt-cd-pt-cd-dn-le-ht,
289
+ var(--_ctm-tab-dn-pt-cd-pt-cd-dn-le-ht, var(--_ctm-dn-pt-cd-pt-cd-dn-le-ht))
290
+ );
291
+ letter-spacing: var(
292
+ --_ctm-mob-dn-pt-cd-pt-cd-dn-lr-sg,
293
+ var(--_ctm-tab-dn-pt-cd-pt-cd-dn-lr-sg, var(--_ctm-dn-pt-cd-pt-cd-dn-lr-sg))
294
+ );
295
+ text-decoration: var(
296
+ --_ctm-mob-dn-pt-cd-pt-cd-dn-ue,
297
+ var(--_ctm-tab-dn-pt-cd-pt-cd-dn-ue, var(--_ctm-dn-pt-cd-pt-cd-dn-ue))
298
+ );
299
+ font-style: var(
300
+ --_ctm-mob-dn-pt-cd-pt-cd-dn-ft-se-ic,
301
+ var(
302
+ --_ctm-tab-dn-pt-cd-pt-cd-dn-ft-se-ic,
303
+ var(--_ctm-dn-pt-cd-pt-cd-dn-ft-se-ic)
304
+ )
305
+ );
306
+ padding: var(
307
+ --_ctm-mob-dn-pt-cd-pt-cd-dn-pg,
308
+ var(--_ctm-tab-dn-pt-cd-pt-cd-dn-pg, var(--_ctm-dn-pt-cd-pt-cd-dn-pg))
309
+ );
310
+ }
311
+ .product-price {
312
+ font-family: var(
313
+ --_ctm-mob-dn-pt-cd-pt-cd-pe-ft-fy,
314
+ var(--_ctm-tab-dn-pt-cd-pt-cd-pe-ft-fy, var(--_ctm-dn-pt-cd-pt-cd-pe-ft-fy))
315
+ );
316
+ font-size: var(
317
+ --_ctm-mob-dn-pt-cd-pt-cd-pe-ft-se,
318
+ var(--_ctm-tab-dn-pt-cd-pt-cd-pe-ft-se, var(--_ctm-dn-pt-cd-pt-cd-pe-ft-se))
319
+ );
320
+ font-weight: var(
321
+ --_ctm-mob-dn-pt-cd-pt-cd-pe-ft-wt,
322
+ var(--_ctm-tab-dn-pt-cd-pt-cd-pe-ft-wt, var(--_ctm-dn-pt-cd-pt-cd-pe-ft-wt))
323
+ );
324
+ color: var(
325
+ --_ctm-mob-dn-pt-cd-pt-cd-pe-cr,
326
+ var(--_ctm-tab-dn-pt-cd-pt-cd-pe-cr, var(--_ctm-dn-pt-cd-pt-cd-pe-cr))
327
+ );
328
+ line-height: var(
329
+ --_ctm-mob-dn-pt-cd-pt-cd-pe-le-ht,
330
+ var(--_ctm-tab-dn-pt-cd-pt-cd-pe-le-ht, var(--_ctm-dn-pt-cd-pt-cd-pe-le-ht))
331
+ );
332
+ letter-spacing: var(
333
+ --_ctm-mob-dn-pt-cd-pt-cd-pe-lr-sg,
334
+ var(--_ctm-tab-dn-pt-cd-pt-cd-pe-lr-sg, var(--_ctm-dn-pt-cd-pt-cd-pe-lr-sg))
335
+ );
336
+ text-decoration: var(
337
+ --_ctm-mob-dn-pt-cd-pt-cd-pe-ue,
338
+ var(--_ctm-tab-dn-pt-cd-pt-cd-pe-ue, var(--_ctm-dn-pt-cd-pt-cd-pe-ue))
339
+ );
340
+ font-style: var(
341
+ --_ctm-mob-dn-pt-cd-pt-cd-pe-ft-se-ic,
342
+ var(
343
+ --_ctm-tab-dn-pt-cd-pt-cd-pe-ft-se-ic,
344
+ var(--_ctm-dn-pt-cd-pt-cd-pe-ft-se-ic)
345
+ )
346
+ );
347
+ padding: var(
348
+ --_ctm-mob-dn-pt-cd-pt-cd-pe-pg,
349
+ var(--_ctm-tab-dn-pt-cd-pt-cd-pe-pg, var(--_ctm-dn-pt-cd-pt-cd-pe-pg))
350
+ );
351
+ }
352
+
353
+ .product-meta {
354
+ font-size: 0.75rem;
355
+ display: flex;
356
+ gap: 0.5rem;
357
+ margin-top: 0.5rem;
358
+ justify-content: space-between;
359
+ align-items: center;
360
+ .product-views {
361
+ gap: 6px;
362
+ display: flex;
363
+ flex-direction: row;
364
+ align-items: center;
365
+ span {
366
+ gap: 6px;
367
+ display: flex;
368
+ flex-direction: row;
369
+ align-items: center;
370
+ .icon {
371
+ display: flex;
372
+ svg {
373
+ width: 20px;
374
+ height: 20px;
375
+
376
+ path {
377
+ stroke: var(--_gray-400);
378
+ }
379
+ }
380
+ }
381
+
382
+ font-family: "Lato";
383
+ font-weight: 700;
384
+ font-size: 16px;
385
+ line-height: 150%;
386
+ color: var(--_gray-600);
387
+ }
388
+ }
389
+ .product-cart {
390
+ position: relative;
391
+ width: 50px;
392
+ height: 50px;
393
+ .icon {
394
+ display: flex;
395
+ svg {
396
+ width: 32px;
397
+ height: 32px;
398
+
399
+ path {
400
+ stroke: var(--_gray-400);
401
+ }
402
+ }
403
+ }
404
+ .cart-badge {
405
+ position: absolute;
406
+ top: -5px;
407
+ right: 8px;
408
+ background-color: #ffd400; /* bright yellow */
409
+ color: #000;
410
+ border-radius: 4px;
411
+ padding: 2px 6px;
412
+ font-size: 14px;
413
+ font-weight: bold;
414
+ min-width: 20px;
415
+ text-align: center;
416
+ }
417
+ }
418
+ }
419
+ }
420
+ }
421
+ }
422
+ }
423
+ }
424
+
425
+ .customizer-panel {
426
+ display: flex;
427
+ flex-direction: column;
428
+ gap: 12px;
429
+ border-left: 0.5px solid #d0d5dd;
430
+ padding-left: 48px;
431
+
432
+ .product-header {
433
+ display: flex;
434
+ flex-direction: column;
435
+ gap: 12px;
436
+ h2 {
437
+ font-family: var(
438
+ --_ctm-mob-dn-pt-ds-pt-te-ft-fy,
439
+ var(--_ctm-tab-dn-pt-ds-pt-te-ft-fy, var(--_ctm-dn-pt-ds-pt-te-ft-fy))
440
+ );
441
+ font-size: var(
442
+ --_ctm-mob-dn-pt-ds-pt-te-ft-se,
443
+ var(--_ctm-tab-dn-pt-ds-pt-te-ft-se, var(--_ctm-dn-pt-ds-pt-te-ft-se))
444
+ );
445
+ font-weight: var(
446
+ --_ctm-mob-dn-pt-ds-pt-te-ft-wt,
447
+ var(--_ctm-tab-dn-pt-ds-pt-te-ft-wt, var(--_ctm-dn-pt-ds-pt-te-ft-wt))
448
+ );
449
+ color: var(
450
+ --_ctm-mob-dn-pt-ds-pt-te-cr,
451
+ var(--_ctm-tab-dn-pt-ds-pt-te-cr, var(--_ctm-dn-pt-ds-pt-te-cr))
452
+ );
453
+ line-height: var(
454
+ --_ctm-mob-dn-pt-ds-pt-te-le-ht,
455
+ var(--_ctm-tab-dn-pt-ds-pt-te-le-ht, var(--_ctm-dn-pt-ds-pt-te-le-ht))
456
+ );
457
+ letter-spacing: var(
458
+ --_ctm-mob-dn-pt-ds-pt-te-lr-sg,
459
+ var(--_ctm-tab-dn-pt-ds-pt-te-lr-sg, var(--_ctm-dn-pt-ds-pt-te-lr-sg))
460
+ );
461
+ // text-decoration: var(--_ctm-dn-pt-ds-pt-te-ue);
462
+ // font-style: var(--_ctm-dn-pt-ds-pt-te-ft-se-ic);
463
+ padding: var(
464
+ --_ctm-dn-mob-pt-ds-pt-te-pg,
465
+ var(--_ctm-tab-dn-pt-ds-pt-te-pg, var(--_ctm-dn-pt-ds-pt-te-pg))
466
+ );
467
+ }
468
+ p {
469
+ font-family: var(
470
+ --_ctm-mob-dn-pt-ds-pt-dn-ft-fy,
471
+ var(--_ctm-tab-dn-pt-ds-pt-dn-ft-fy, var(--_ctm-dn-pt-ds-pt-dn-ft-fy))
472
+ );
473
+ font-size: var(
474
+ --_ctm-mob-dn-pt-ds-pt-dn-ft-se,
475
+ var(--_ctm-tab-dn-pt-ds-pt-dn-ft-se, var(--_ctm-dn-pt-ds-pt-dn-ft-se))
476
+ );
477
+ font-weight: var(
478
+ --_ctm-mob-dn-pt-ds-pt-dn-ft-wt,
479
+ var(--_ctm-tab-dn-pt-ds-pt-dn-ft-wt, var(--_ctm-dn-pt-ds-pt-dn-ft-wt))
480
+ );
481
+ color: var(
482
+ --_ctm-mob-dn-pt-ds-pt-dn-cr,
483
+ var(--_ctm-tab-dn-pt-ds-pt-dn-cr, var(--_ctm-dn-pt-ds-pt-dn-cr))
484
+ );
485
+ line-height: var(
486
+ --_ctm-mob-dn-pt-ds-pt-dn-le-ht,
487
+ var(--_ctm-tab-dn-pt-ds-pt-dn-le-ht, var(--_ctm-dn-pt-ds-pt-dn-le-ht))
488
+ );
489
+ letter-spacing: var(
490
+ --_ctm-mob-dn-pt-ds-pt-dn-lr-sg,
491
+ var(--_ctm-tab-dn-pt-ds-pt-dn-lr-sg, var(--_ctm-dn-pt-ds-pt-dn-lr-sg))
492
+ );
493
+ // text-decoration: var(--_ctm-dn-pt-ds-pt-te-ue);
494
+ // font-style: var(--_ctm-dn-pt-ds-pt-te-ft-se-ic);
495
+ padding: var(
496
+ --_ctm-dn-mob-pt-ds-pt-dn-pg,
497
+ var(--_ctm-tab-dn-pt-ds-pt-dn-pg, var(--_ctm-dn-pt-ds-pt-dn-pg))
498
+ );
499
+ }
500
+ }
501
+
502
+ .price-options {
503
+ display: flex;
504
+ align-items: center;
505
+
506
+ .price {
507
+ display: flex;
508
+ flex-direction: column;
509
+
510
+ .amount {
511
+ font-family: var(
512
+ --_ctm-mob-dn-pt-ds-pt-pe-ft-fy,
513
+ var(--_ctm-tab-dn-pt-ds-pt-pe-ft-fy, var(--_ctm-dn-pt-ds-pt-pe-ft-fy))
514
+ );
515
+ font-size: var(
516
+ --_ctm-mob-dn-pt-ds-pt-pe-ft-se,
517
+ var(--_ctm-tab-dn-pt-ds-pt-pe-ft-se, var(--_ctm-dn-pt-ds-pt-pe-ft-se))
518
+ );
519
+ font-weight: var(
520
+ --_ctm-mob-dn-pt-ds-pt-pe-ft-wt,
521
+ var(--_ctm-tab-dn-pt-ds-pt-pe-ft-wt, var(--_ctm-dn-pt-ds-pt-pe-ft-wt))
522
+ );
523
+ color: var(
524
+ --_ctm-mob-dn-pt-ds-pt-pe-cr,
525
+ var(--_ctm-tab-dn-pt-ds-pt-pe-cr, var(--_ctm-dn-pt-ds-pt-pe-cr))
526
+ );
527
+ line-height: var(
528
+ --_ctm-mob-dn-pt-ds-pt-pe-le-ht,
529
+ var(--_ctm-tab-dn-pt-ds-pt-pe-le-ht, var(--_ctm-dn-pt-ds-pt-pe-le-ht))
530
+ );
531
+ letter-spacing: var(
532
+ --_ctm-mob-dn-pt-ds-pt-pe-lr-sg,
533
+ var(--_ctm-tab-dn-pt-ds-pt-pe-lr-sg, var(--_ctm-dn-pt-ds-pt-pe-lr-sg))
534
+ );
535
+ // text-decoration: var(--_ctm-dn-pt-ds-pt-te-ue);
536
+ // font-style: var(--_ctm-dn-pt-ds-pt-te-ft-se-ic);
537
+ padding: var(
538
+ --_ctm-dn-mob-pt-ds-pt-pe-pg,
539
+ var(--_ctm-tab-dn-pt-ds-pt-pe-pg, var(--_ctm-dn-pt-ds-pt-pe-pg))
540
+ );
541
+ }
542
+
543
+ .note {
544
+ font-family: "Lato";
545
+ font-weight: 500;
546
+ font-size: 16px;
547
+ line-height: 24px;
548
+ color: var(--_success-700);
549
+ }
550
+ }
551
+ }
552
+
553
+ .color-options {
554
+ display: flex;
555
+ flex-direction: column;
556
+ margin-top: 12px;
557
+ gap: 6px;
558
+
559
+ label {
560
+ font-family: "Lato";
561
+ font-weight: 600;
562
+ font-size: 16px;
563
+ line-height: 24px;
564
+ color: var(--_gray-600);
565
+ }
566
+ .colors {
567
+ display: flex;
568
+ flex-wrap: wrap;
569
+ gap: 6px;
570
+
571
+ .color-circle {
572
+ width: 28px;
573
+ height: 28px;
574
+ border-radius: 50%;
575
+ cursor: pointer;
576
+
577
+ &.selected {
578
+ width: 50px;
579
+ height: 28px;
580
+ border-radius: 100px;
581
+ //border: 0.5px solid var(--_gray-600);
582
+ //padding: 6px 5px;
583
+ }
584
+ .color-code {
585
+ width: 28px;
586
+ height: 28px;
587
+ border-radius: 50%;
588
+ cursor: pointer;
589
+ &.selected {
590
+ width: 50px;
591
+ height: 28px;
592
+ border-radius: 100px;
593
+ border: 0.5px solid var(--_gray-600);
594
+ padding: 6px 5px;
595
+ }
596
+ }
597
+ }
598
+ }
599
+ }
600
+
601
+ .fit-size-options {
602
+ display: flex;
603
+ flex-direction: column;
604
+ margin-top: 20px;
605
+ gap: 2rem;
606
+
607
+ .select_fit,
608
+ .fit,
609
+ .size {
610
+ display: flex;
611
+ flex-direction: column;
612
+ gap: 6px;
613
+
614
+ label {
615
+ font-family: "Lato";
616
+ font-weight: 600;
617
+ font-size: 16px;
618
+ line-height: 24px;
619
+ color: var(--_gray-600);
620
+ }
621
+
622
+ .fit_options,
623
+ .size_options {
624
+ display: flex;
625
+ gap: 12px;
626
+ flex-wrap: wrap;
627
+
628
+ button {
629
+ padding: 8px 12px;
630
+ border: 0.5px solid var(--_gray-300);
631
+ border-radius: 4px;
632
+ background: #fff;
633
+ font-family: "Lato";
634
+ font-weight: 400;
635
+ font-size: 16px;
636
+ line-height: 24px;
637
+ color: var(--_gray-600);
638
+ cursor: pointer;
639
+
640
+ &.selected {
641
+ border: 0.5px solid var(--_primary-400);
642
+ background-color: var(--_gray-200);
643
+ font-weight: 600;
644
+ font-size: 16px;
645
+ color: var(--_primary-400);
646
+ }
647
+ }
648
+ }
649
+ }
650
+ }
651
+
652
+ .product_qty_wrapper {
653
+ display: flex;
654
+ // width: 124px;
655
+ flex-direction: column;
656
+ align-items: flex-start;
657
+ gap: 6px;
658
+ width: 120px;
659
+
660
+ .product_qty_container {
661
+ display: flex;
662
+ align-items: flex-start;
663
+ align-self: stretch;
664
+ border-radius: 4px;
665
+ border: 0.5px solid #d0d5dd;
666
+ background: #fff;
667
+ box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
668
+
669
+ .product_qty_label {
670
+ display: flex;
671
+ padding: 8px 12px;
672
+ align-items: center;
673
+ border-radius: 8px 0px 0px 8px;
674
+ p {
675
+ color: #475467;
676
+ font-size: 16px;
677
+ font-weight: 400;
678
+ line-height: 24px;
679
+ }
680
+ }
681
+
682
+ .product_qty_number {
683
+ display: flex;
684
+ padding: 8px 12px;
685
+ align-items: center;
686
+ gap: 8px;
687
+ flex: 1 0 0;
688
+ align-self: stretch;
689
+ border-radius: 0px 4px 4px 0px;
690
+ background: #fff;
691
+ border-left: 1px solid #d0d5dd;
692
+ max-width: 80px;
693
+ text-align: center;
694
+ }
695
+ }
696
+ }
697
+ .add-to-cart {
698
+ width: 100%;
699
+ height: 56;
700
+ opacity: 1;
701
+ border-radius: 4px;
702
+ gap: 8px;
703
+ padding-top: 12px;
704
+ padding-right: 24px;
705
+ padding-bottom: 12px;
706
+ padding-left: 24px;
707
+ border-width: 1px;
708
+ background: #243dc6;
709
+ border: 1px solid #243dc6;
710
+ box-shadow: 0px 1px 2px 0px #1018280d;
711
+ text-align: center;
712
+ span {
713
+ vertical-align: middle;
714
+ }
715
+ button {
716
+ font-family: Lato;
717
+ font-weight: 600;
718
+ font-size: 16px;
719
+ line-height: 24px;
720
+ letter-spacing: 0%;
721
+ color: #ffffff;
722
+ }
723
+ }
724
+ }
725
+
726
+ @media (max-width: 768px) {
727
+ grid-template-columns: 1fr;
728
+ .customizer-panel {
729
+ border-left: none;
730
+ padding-left: 0;
731
+ margin-top: 2rem;
732
+ }
733
+ }
734
+ }
735
+
736
+ .embla {
737
+ width: 100%;
738
+ height: 100%;
739
+ position: relative;
740
+ display: flex;
741
+ flex-direction: column;
742
+ padding: 20px;
743
+ // overflow: hidden;
744
+
745
+ .embla__viewport {
746
+ width: 100%;
747
+ height: 100%;
748
+ position: relative;
749
+ display: flex;
750
+ flex-direction: column;
751
+
752
+ overflow: hidden;
753
+
754
+ .embla__container {
755
+ width: 100%;
756
+ height: 100%;
757
+ display: grid;
758
+ grid-template-rows: 100%;
759
+
760
+ grid-template-columns: repeat(
761
+ var(--_ctm-mob-lt-is-pr-se, var(--_ctm-tab-lt-is-pr-se, var(--_ctm-lt-is-pr-se))),
762
+ calc(
763
+ 100% /
764
+ var(--_ctm-mob-lt-is-pr-se, var(--_ctm-tab-lt-is-pr-se, var(--_ctm-lt-is-pr-se)))
765
+ )
766
+ );
767
+
768
+ grid-auto-flow: column;
769
+ gap: var(--_ctm-mob-lt-im-gp, var(--_ctm-tab-lt-im-gp, var(--_ctm-lt-im-gp)));
770
+
771
+ &[data-control-type="Bottom"][data-slider-control="Arrows"] {
772
+ height: calc(100% - calc(50px + 10px));
773
+ }
774
+
775
+ &[data-control-type="Bottom"][data-slider-control="Pagination Line"] {
776
+ height: calc(100% - calc(50px + 20px));
777
+ }
778
+
779
+ &[data-control-type="Bottom"][data-slider-control="Dots"] {
780
+ height: calc(
781
+ 100% - calc(
782
+ var(
783
+ --_ctm-mob-dn-pn-ds-dt-se,
784
+ var(--_ctm-tab-dn-pn-ds-dt-se, var(--_ctm-dn-pn-ds-dt-se))
785
+ ) +
786
+ 20px
787
+ )
788
+ );
789
+ }
790
+
791
+ .embla__slide {
792
+ width: 100%;
793
+ height: 100%;
794
+ & > img {
795
+ width: 100%;
796
+ height: 100%;
797
+ }
798
+ }
799
+ }
800
+ }
801
+ &:not([data-display-style="Column"]) {
802
+ .embla__container {
803
+ grid-auto-columns: calc(
804
+ 100% / var(--_ctm-mob-lt-is-pr-se, var(--_ctm-tab-lt-is-pr-se, var(--_ctm-lt-is-pr-se)))
805
+ );
806
+ }
807
+ }
808
+
809
+ .arrow-navigation {
810
+ display: flex;
811
+ position: absolute;
812
+ top: 50%;
813
+ left: 50%;
814
+ width: 100%;
815
+ justify-content: space-between;
816
+ transform: translate(-50%, -50%);
817
+ // padding-left: 20px;
818
+
819
+ &[data-control-type="Bottom-Overflow"] {
820
+ transform: translateX(-50%);
821
+ width: 100%;
822
+ justify-content: center;
823
+ gap: 12px;
824
+ top: unset;
825
+ bottom: 6px;
826
+ }
827
+ &[data-control-type="Bottom"] {
828
+ transform: unset;
829
+ position: static;
830
+ width: 100%;
831
+ justify-content: center;
832
+ gap: 12px;
833
+ margin-top: 10px;
834
+ }
835
+ }
836
+ &[data-control-type="Side"] {
837
+ .left-button,
838
+ .right-button {
839
+ background-color: transparent;
840
+ }
841
+ }
842
+ &[data-background-shape="Round"] {
843
+ .left-button,
844
+ .right-button {
845
+ background-color: #f2f5f5;
846
+ box-sizing: 0 4px 8px rgba(0, 0, 0, 0.1);
847
+ }
848
+ }
849
+ .left-button {
850
+ padding: 10px;
851
+ border-radius: 50%;
852
+ border: none;
853
+ width: var(
854
+ --_ctm-mob-dn-pn-as-aw-se,
855
+ var(--_ctm-tab-dn-pn-as-aw-se, var(--_ctm-dn-pn-as-aw-se))
856
+ );
857
+ height: var(
858
+ --_ctm-mob-dn-pn-as-aw-se,
859
+ var(--_ctm-tab-dn-pn-as-aw-se, var(--_ctm-dn-pn-as-aw-se))
860
+ );
861
+
862
+ display: flex;
863
+ align-items: center;
864
+ justify-content: center;
865
+ cursor: pointer;
866
+ outline: none;
867
+ margin-left: 12px;
868
+ &:disabled {
869
+ & svg {
870
+ path {
871
+ stroke: #c3b7b7;
872
+ }
873
+ }
874
+ }
875
+ }
876
+ .right-button {
877
+ border-radius: 50%;
878
+ border: none;
879
+ width: var(
880
+ --_ctm-mob-dn-pn-as-aw-se,
881
+ var(--_ctm-tab-dn-pn-as-aw-se, var(--_ctm-dn-pn-as-aw-se))
882
+ );
883
+ height: var(
884
+ --_ctm-mob-dn-pn-as-aw-se,
885
+ var(--_ctm-tab-dn-pn-as-aw-se, var(--_ctm-dn-pn-as-aw-se))
886
+ );
887
+
888
+ display: flex;
889
+ align-items: center;
890
+ justify-content: center;
891
+ cursor: pointer;
892
+ outline: none;
893
+ margin-right: 12px;
894
+ padding: 10px;
895
+
896
+ &:disabled {
897
+ & svg {
898
+ path {
899
+ stroke: #c3b7b7;
900
+ }
901
+ }
902
+ }
903
+ }
904
+ .icon {
905
+ display: flex;
906
+
907
+ svg {
908
+ width: calc(
909
+ var(
910
+ --_ctm-mob-dn-pn-as-aw-se,
911
+ var(--_ctm-tab-dn-pn-as-aw-se, var(--_ctm-dn-pn-as-aw-se))
912
+ ) *
913
+ 0.5
914
+ );
915
+ height: calc(
916
+ var(
917
+ --_ctm-mob-dn-pn-as-aw-se,
918
+ var(--_ctm-tab-dn-pn-as-aw-se, var(--_ctm-dn-pn-as-aw-se))
919
+ ) *
920
+ 0.5
921
+ );
922
+
923
+ path {
924
+ stroke: #514949;
925
+ }
926
+ }
927
+ }
928
+
929
+ &[data-control-type="Side"] {
930
+ .embla__viewport {
931
+ width: calc(100% - 120px);
932
+ margin-inline: auto;
933
+ }
934
+ .left-button {
935
+ position: absolute;
936
+ left: 0;
937
+ top: 50%;
938
+ transform: translateY(-50%);
939
+ }
940
+ .right-button {
941
+ position: absolute;
942
+
943
+ right: 0;
944
+ top: 50%;
945
+ transform: translateY(-50%);
946
+ }
947
+ }
948
+
949
+ &[data-thumbnail-placement="top"] {
950
+ flex-direction: column-reverse;
951
+ }
952
+ &[data-thumbnail-placement="bottom"] {
953
+ flex-direction: column;
954
+ }
955
+ &[data-thumbnail-placement="left"] {
956
+ flex-direction: row-reverse;
957
+
958
+ .embla__thumbs {
959
+ width: var(--_ctm-lt-tl-se);
960
+ height: 100%;
961
+
962
+ & .embla__thumbs__container {
963
+ flex-direction: column;
964
+ height: 100%;
965
+ }
966
+ }
967
+ }
968
+ &[data-thumbnail-placement="right"] {
969
+ flex-direction: row;
970
+ .embla__thumbs {
971
+ width: var(--_ctm-mob-lt-tl-se, var(--_ctm-tab-lt-tl-se, var(--_ctm-lt-tl-se)));
972
+
973
+ height: 100%;
974
+
975
+ & .embla__thumbs__container {
976
+ flex-direction: column;
977
+ height: 100%;
978
+ }
979
+ }
980
+ }
981
+ .embla__dots {
982
+ display: flex;
983
+ flex-wrap: wrap;
984
+ justify-content: center;
985
+ align-items: center;
986
+ margin-right: calc((2.6rem - 1.4rem) / 2 * -1);
987
+ gap: 6px;
988
+
989
+ &[data-control-type="Bottom-Overflow"] {
990
+ position: absolute;
991
+ bottom: 10px;
992
+ left: 50%;
993
+ transform: translateX(-50%);
994
+ width: 75%;
995
+ }
996
+ .embla__dot {
997
+ -webkit-tap-highlight-color: rgba(var(--text-high-contrast-rgb-value), 0.5);
998
+ -webkit-appearance: none;
999
+ appearance: none;
1000
+ background-color: var(
1001
+ --_ctm-mob-dn-pn-ds-or-dt-cr,
1002
+ var(--_ctm-tab-dn-pn-ds-or-dt-cr, var(--_ctm-dn-pn-ds-or-dt-cr))
1003
+ );
1004
+
1005
+ touch-action: manipulation;
1006
+ display: inline-flex;
1007
+ text-decoration: none;
1008
+ cursor: pointer;
1009
+ border: 0;
1010
+ padding: 0;
1011
+ margin: 0;
1012
+ // width: 0.6rem;
1013
+ // height: 0.6rem;
1014
+ width: var(
1015
+ --_ctm-mob-dn-pn-ds-dt-se,
1016
+ var(--_ctm-tab-dn-pn-ds-dt-se, var(--_ctm-dn-pn-ds-dt-se))
1017
+ );
1018
+ height: var(
1019
+ --_ctm-mob-dn-pn-ds-dt-se,
1020
+ var(--_ctm-tab-dn-pn-ds-dt-se, var(--_ctm-dn-pn-ds-dt-se))
1021
+ );
1022
+
1023
+ display: flex;
1024
+ align-items: center;
1025
+ justify-content: center;
1026
+ border-radius: 50%;
1027
+ }
1028
+ .embla__dot:after {
1029
+ // box-shadow: inset 0 0 0 0.2rem var(--detail-medium-contrast);
1030
+ width: var(
1031
+ --_ctm-mob-dn-pn-ds-dt-se,
1032
+ var(--_ctm-tab-dn-pn-ds-dt-se, var(--_ctm-dn-pn-ds-dt-se))
1033
+ );
1034
+ height: var(
1035
+ --_ctm-mob-dn-pn-ds-dt-se,
1036
+ var(--_ctm-tab-dn-pn-ds-dt-se, var(--_ctm-dn-pn-ds-dt-se))
1037
+ );
1038
+
1039
+ border-radius: 50%;
1040
+ display: flex;
1041
+ align-items: center;
1042
+ content: "";
1043
+ }
1044
+ .embla__dot--selected:after {
1045
+ box-shadow: inset 0 0 0 1px var(--text-body);
1046
+ background-color: var(
1047
+ --_ctm-mob-dn-pn-ds-ct-dt-cr,
1048
+ var(--_ctm-tab-dn-pn-ds-ct-dt-cr, var(--_ctm-dn-pn-ds-ct-dt-cr))
1049
+ );
1050
+ }
1051
+ &[data-slider-control="Pagination Line"] {
1052
+ .embla__dot {
1053
+ width: var(
1054
+ --_ctm-mob-dn-pn-le-le-wh,
1055
+ var(--_ctm-tab-dn-pn-le-le-wh, var(--_ctm-dn-pn-le-le-wh))
1056
+ );
1057
+ height: var(
1058
+ --_ctm-mob-dn-pn-le-le-ht,
1059
+ var(--_ctm-tab-dn-pn-le-le-ht, var(--_ctm-dn-pn-le-le-ht))
1060
+ );
1061
+ background-color: var(
1062
+ --_ctm-mob-dn-pn-le-or-le-cr,
1063
+ var(--_ctm-tab-dn-pn-le-or-le-cr, var(--_ctm-dn-pn-le-or-le-cr))
1064
+ );
1065
+ border-radius: 6px;
1066
+ }
1067
+
1068
+ .embla__dot--selected:after {
1069
+ box-shadow: inset 0 0 0 1px var(--text-body);
1070
+ border-radius: 6px;
1071
+ width: var(
1072
+ --_ctm-mob-dn-pn-le-le-wh,
1073
+ var(--_ctm-tab-dn-pn-le-le-wh, var(--_ctm-dn-pn-le-le-wh))
1074
+ );
1075
+ height: var(
1076
+ --_ctm-mob-dn-pn-le-le-ht,
1077
+ var(--_ctm-tab-dn-pn-le-le-ht, var(--_ctm-dn-pn-le-le-ht))
1078
+ );
1079
+ background-color: var(
1080
+ --_ctm-mob-dn-pn-le-ct-le-cr,
1081
+ var(--_ctm-tab-dn-pn-le-ct-le-cr, var(--_ctm-dn-pn-le-ct-le-cr))
1082
+ );
1083
+ }
1084
+ }
1085
+ }
1086
+
1087
+ .embla__thumbs {
1088
+ width: 100%;
1089
+ height: var(--_ctm-mob-lt-tl-se, var(--_ctm-tab-lt-tl-se, var(--_ctm-lt-tl-se)));
1090
+
1091
+ position: relative;
1092
+ display: grid;
1093
+ grid-template-columns: 1fr;
1094
+ overflow: hidden;
1095
+ // margin: 10px;
1096
+ padding: 10px;
1097
+
1098
+ .embla__thumbs__viewport {
1099
+ width: 100%;
1100
+ height: 100%;
1101
+ position: relative;
1102
+ display: flex;
1103
+ flex-direction: column;
1104
+
1105
+ overflow: hidden;
1106
+ }
1107
+ .embla__thumbs__container {
1108
+ display: flex;
1109
+ flex-direction: row;
1110
+ margin-left: calc(var(--thumbs-slide-spacing) * -1);
1111
+ gap: var(--_ctm-mob-lt-tl-sg, var(--_ctm-tab-lt-tl-sg, var(--_ctm-lt-tl-sg)));
1112
+
1113
+ width: 100%;
1114
+ // justify-content: center;
1115
+ // height: 200px;
1116
+
1117
+ .embla__thumbs__slide {
1118
+ min-width: var(--_ctm-mob-lt-tl-se, var(--_ctm-tab-lt-tl-se, var(--_ctm-lt-tl-se)));
1119
+ max-width: var(--_ctm-mob-lt-tl-se, var(--_ctm-tab-lt-tl-se, var(--_ctm-lt-tl-se)));
1120
+ height: var(--_ctm-mob-lt-tl-se, var(--_ctm-tab-lt-tl-se, var(--_ctm-lt-tl-se)));
1121
+
1122
+ & img {
1123
+ width: 100%;
1124
+ height: 100%;
1125
+ }
1126
+ }
1127
+ }
1128
+ }
1129
+ }
1130
+ }
1131
+ }