@sc-360-v2/storefront-cms-library 0.2.60 → 0.2.62

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/menu.scss CHANGED
@@ -10,7 +10,6 @@
10
10
  1 * (var(--_ctm-lt-ht, var(--_tst-lt-ht)) / var(--_ctm-lt-wh, var(--_tst-lt-wh)))
11
11
  );
12
12
 
13
- background-color: green !important;
14
13
  & > .wrapper {
15
14
  width: 100%;
16
15
  height: 100%;
@@ -39,10 +39,13 @@
39
39
  }
40
40
  }
41
41
  .text-element {
42
- background: #6d96e4;
43
- padding: 10px;
42
+ color: var(--Gray-900, #101828);
43
+ font-family: "Hanken Grotesk";
44
+ font-size: 20px;
45
+ font-style: normal;
44
46
  font-weight: 600;
45
- color: rgba(75, 69, 70, 1);
47
+ line-height: 150%; /* 30px */
48
+ letter-spacing: -0.4px;
46
49
  }
47
50
  .highlights__container {
48
51
  padding: var(--_ctm-lt-pg);
@@ -30,10 +30,12 @@
30
30
  --_show-shadow: none;
31
31
  }
32
32
  .text-element {
33
- background: #6d96e4;
34
- padding: 10px;
35
- font-weight: 600;
36
- color: rgba(75, 69, 70, 1);
33
+ // background: #6d96e4;
34
+ // padding: 10px;
35
+ // font-weight: 600;
36
+ // color: rgba(75, 69, 70, 1);
37
+ width: 100%;
38
+ height: auto;
37
39
  }
38
40
  .gallery-slider-element {
39
41
  --text-high-contrast-rgb-value: 49, 49, 49;
@@ -33,20 +33,45 @@
33
33
  .product__option__element {
34
34
  display: flex;
35
35
  flex-direction: column;
36
+ min-height: 30px;
36
37
  gap: var(--_ctm-lt-on-te-ve-sg);
37
38
 
38
- background-color: var(--_ctm-dn-bd-cr, var(--_tst-dn-bd-cr));
39
- padding: var(--_ctm-lt-pg, var(--_tst-lt-pg));
39
+ background-color: var(
40
+ --_ctm-mob-dn-wt-se-bd-cr,
41
+ var(--_ctm-tab-dn-wt-se-bd-cr, var(--_ctm-dn-wt-se-bd-cr))
42
+ );
43
+ padding: var(--_ctm-mob-lt-pg, var(--_ctm-tab-lt-pg, var(--_ctm-lt-pg)));
40
44
 
45
+ // --_sf-gp: var(
46
+ // --_ctm-mob-lt-im-sg,
47
+ // var(--_ctm-tab-lt-im-sg, var(--_ctm-lt-im-sg, var(--_ctm-lt-im-sg), 16px))
48
+ // );
49
+ // --_sf-cd-gp: calc(var(--_sf-gp) * 0.5);
50
+ // row-gap: var(--_sf-gp);
41
51
  width: 100%;
42
- border-color: var(--_ctm-dn-br-cr, var(--_tst-dn-br-cr));
43
- border-style: var(--_ctm-dn-br-se, var(--_tst-dn-br-se));
44
- border-width: var(--_ctm-dn-br-wh, var(--_tst-dn-br-wh));
45
- border-radius: var(--_ctm-dn-br-rs, var(--_tst-dn-br-rs));
52
+ // height: 100%;
53
+ border-color: var(
54
+ --_ctm-mob-dn-wt-se-br-cr,
55
+ var(--_ctm-tab-dn-wt-se-br-cr, var(--_ctm-dn-wt-se-br-cr))
56
+ );
57
+ border-style: var(
58
+ --_ctm-mob-dn-wt-se-br-se,
59
+ var(--_ctm-tab-dn-wt-se-br-se, var(--_ctm-dn-wt-se-br-se))
60
+ );
61
+ border-width: var(
62
+ --_ctm-mob-dn-wt-se-br-wh,
63
+ var(--_ctm-tab-dn-wt-se-br-wh, var(--_ctm-dn-wt-se-br-wh))
64
+ );
65
+ border-radius: var(
66
+ --_ctm-mob-dn-wt-se-br-rs,
67
+ var(--_ctm-tab-dn-wt-se-br-rs, var(--_ctm-dn-wt-se-br-rs))
68
+ );
46
69
  box-shadow: var(
47
70
  --_show-shadow,
48
- var(--_ctm-dn-sw-ae, var(--_tst-dn-sw-ae)) var(--_ctm-dn-sw-br, var(--_tst-dn-sw-br))
49
- var(--_ctm-dn-sw-sd, var(--_tst-dn-sw-sd)) var(--_ctm-dn-sw-cr, var(--_tst-dn-sw-cr))
71
+ var(--_ctm-mob-dn-wt-se-sw-ae, var(--_ctm-tab-dn-wt-se-sw-ae, var(--_ctm-dn-wt-se-sw-ae)))
72
+ var(--_ctm-mob-dn-wt-se-sw-br, var(--_ctm-tab-dn-wt-se-sw-br, var(--_ctm-dn-wt-se-sw-br)))
73
+ var(--_ctm-mob-dn-wt-se-sw-sd, var(--_ctm-tab-dn-wt-se-sw-sd, var(--_ctm-dn-wt-se-sw-sd)))
74
+ var(--_ctm-mob-dn-wt-se-sw-cr, var(--_ctm-tab-dn-wt-se-sw-cr, var(--_ctm-dn-wt-se-sw-cr)))
50
75
  );
51
76
 
52
77
  .product__option__element__size {
@@ -105,20 +130,237 @@
105
130
  // &[data-wrap-items="true"] {
106
131
  // flex-wrap: wrap;
107
132
  // }
108
- flex-wrap: wrap;
133
+ // flex-wrap: wrap;
134
+ }
109
135
 
110
- .swatch__item {
111
- flex-shrink: 0;
112
- border: 1px solid gray;
113
- padding: var(--_ctm-lt-sh-im-pg);
114
- &[data-is-selected="true"] {
115
- border-color: green;
136
+ &[data-overflow-items="Wrap"] {
137
+ .swatch__list {
138
+ flex-wrap: wrap;
139
+ }
140
+ }
141
+ &[data-overflow-items="Scroll"] {
142
+ .swatch__list {
143
+ overflow-x: auto;
144
+ // overflow-y: hidden;
145
+ flex-wrap: nowrap;
146
+ }
147
+ }
148
+ }
149
+
150
+ .swatch__item:hover {
151
+ --_sf-hr-bd-cr: var(
152
+ --_ctm-mob-dn-on-ve-se-hr-se-bd-cr,
153
+ var(--_ctm-tab-dn-on-ve-se-hr-se-bd-cr, var(--_ctm-dn-on-ve-se-hr-se-bd-cr))
154
+ );
155
+ --_sf-hr-br-cr: var(
156
+ --_ctm-mob-dn-on-ve-se-hr-se-br-cr,
157
+ var(--_ctm-tab-dn-on-ve-se-hr-se-br-cr, var(--_ctm-dn-on-ve-se-hr-se-br-cr))
158
+ );
159
+ --_sf-hr-br-se: var(
160
+ --_ctm-mob-dn-on-ve-se-hr-se-br-se,
161
+ var(--_ctm-tab-dn-on-ve-se-hr-se-br-se, var(--_ctm-dn-on-ve-se-hr-se-br-se))
162
+ );
163
+ --_sf-hr-br-wh: var(
164
+ --_ctm-mob-dn-on-ve-se-hr-se-br-wh,
165
+ var(--_ctm-tab-dn-on-ve-se-hr-se-br-wh, var(--_ctm-dn-on-ve-se-hr-se-br-wh))
166
+ );
167
+ --_sf-hr-br-bs: var(
168
+ --_ctm-mob-dn-on-ve-se-hr-se-br-rs,
169
+ var(--_ctm-tab-dn-on-ve-se-hr-se-br-rs, var(--_ctm-dn-on-ve-se-hr-se-br-rs))
170
+ );
171
+ --_sf-hr-bx-sw: var(
172
+ --_show-shadow,
173
+ var(
174
+ --_ctm-mob-dn-on-ve-se-hr-se-sw-ae,
175
+ var(--_ctm-tab-dn-on-ve-se-hr-se-sw-ae, var(--_ctm-dn-on-ve-se-hr-se-sw-ae))
176
+ )
177
+ var(
178
+ --_ctm-mob-dn-on-ve-se-hr-se-sw-br,
179
+ var(--_ctm-tab-dn-on-ve-se-hr-se-sw-br, var(--_ctm-dn-on-ve-se-hr-se-sw-br))
180
+ )
181
+ var(
182
+ --_ctm-mob-dn-on-ve-se-hr-se-sw-sd,
183
+ var(--_ctm-tab-dn-on-ve-se-hr-se-sw-sd, var(--_ctm-dn-on-ve-se-hr-se-sw-sd))
184
+ )
185
+ var(
186
+ --_ctm-mob-dn-on-ve-se-hr-se-sw-cr,
187
+ var(--_ctm-tab-dn-on-ve-se-hr-se-sw-cr, var(--_ctm-dn-on-ve-se-hr-se-sw-cr))
188
+ )
189
+ );
190
+ }
191
+ .swatch__item[data-is-selected="true"] {
192
+ --_sf-hr-bd-cr: var(
193
+ --_ctm-mob-dn-on-ve-se-sd-se-bd-cr,
194
+ var(--_ctm-tab-dn-on-ve-se-sd-se-bd-cr, var(--_ctm-dn-on-ve-se-sd-se-bd-cr))
195
+ );
196
+ --_sf-hr-br-cr: var(
197
+ --_ctm-mob-dn-on-ve-se-sd-se-br-cr,
198
+ var(--_ctm-tab-dn-on-ve-se-sd-se-br-cr, var(--_ctm-dn-on-ve-se-sd-se-br-cr))
199
+ );
200
+ --_sf-hr-br-se: var(
201
+ --_ctm-mob-dn-on-ve-se-sd-se-br-se,
202
+ var(--_ctm-tab-dn-on-ve-se-sd-se-br-se, var(--_ctm-dn-on-ve-se-sd-se-br-se))
203
+ );
204
+ --_sf-hr-br-wh: var(
205
+ --_ctm-mob-dn-on-ve-se-sd-se-br-wh,
206
+ var(--_ctm-tab-dn-on-ve-se-sd-se-br-wh, var(--_ctm-dn-on-ve-se-sd-se-br-wh))
207
+ );
208
+ --_sf-hr-br-bs: var(
209
+ --_ctm-mob-dn-on-ve-se-sd-se-br-rs,
210
+ var(--_ctm-tab-dn-on-ve-se-sd-se-br-rs, var(--_ctm-dn-on-ve-se-sd-se-br-rs))
211
+ );
212
+ --_sf-hr-bx-sw: var(
213
+ --_show-shadow,
214
+ var(
215
+ --_ctm-mob-dn-on-ve-se-sd-se-sw-ae,
216
+ var(--_ctm-tab-dn-on-ve-se-sd-se-sw-ae, var(--_ctm-dn-on-ve-se-sd-se-sw-ae))
217
+ )
218
+ var(
219
+ --_ctm-mob-dn-on-ve-se-sd-se-sw-br,
220
+ var(--_ctm-tab-dn-on-ve-se-sd-se-sw-br, var(--_ctm-dn-on-ve-se-sd-se-sw-br))
221
+ )
222
+ var(
223
+ --_ctm-mob-dn-on-ve-se-sd-se-sw-sd,
224
+ var(--_ctm-tab-dn-on-ve-se-sd-se-sw-sd, var(--_ctm-dn-on-ve-se-sd-se-sw-sd))
225
+ )
226
+ var(
227
+ --_ctm-mob-dn-on-ve-se-sd-se-sw-cr,
228
+ var(--_ctm-tab-dn-on-ve-se-sd-se-sw-cr, var(--_ctm-dn-on-ve-se-sd-se-sw-cr))
229
+ )
230
+ );
231
+ }
232
+
233
+ .swatch__item {
234
+ height: var(--_ctm-lt-sh-im-se);
235
+ width: var(--_ctm-lt-sh-im-se);
236
+ gap: var(--_ctm-lt-im-gp);
237
+ text-align: center;
238
+ overflow: hidden;
239
+ flex-shrink: 0;
240
+ // border: 1px solid gray;
241
+ padding: var(--_ctm-lt-sh-im-pg);
242
+
243
+ border-color: var(
244
+ --_sf-hr-br-cr,
245
+ var(
246
+ --_ctm-mob-dn-on-ve-se-dt-se-br-cr,
247
+ var(--_ctm-tab-dn-on-ve-se-dt-se-br-cr, var(--_ctm-dn-on-ve-se-dt-se-br-cr))
248
+ )
249
+ );
250
+
251
+ background-color: var(
252
+ --_sf-hr-bd-cr,
253
+ var(
254
+ --_ctm-mob-dn-on-ve-se-dt-se-bd-cr,
255
+ var(--_ctm-tab-dn-on-ve-se-dt-se-bd-cr, var(--_ctm-dn-on-ve-se-dt-se-bd-cr))
256
+ )
257
+ );
258
+ border-style: var(
259
+ --_sf-hr-br-se,
260
+ var(
261
+ --_ctm-mob-dn-on-ve-se-dt-se-br-se,
262
+ var(--_ctm-tab-dn-on-ve-se-dt-se-br-se, var(--_ctm-dn-on-ve-se-dt-se-br-se))
263
+ )
264
+ );
265
+ border-width: var(
266
+ --_sf-hr-br-wh,
267
+ var(
268
+ --_ctm-mob-dn-on-ve-se-dt-se-br-wh,
269
+ var(--_ctm-tab-dn-on-ve-se-dt-se-br-wh, var(--_ctm-dn-on-ve-se-dt-se-br-wh))
270
+ )
271
+ );
272
+ // border-radius: var(
273
+ // --_ctm-mob-dn-on-ve-se-dt-se-br-rs,
274
+ // var(--_ctm-tab-dn-on-ve-se-dt-se-br-rs, var(--_ctm-dn-on-ve-se-dt-se-br-rs))
275
+ // );
276
+ box-shadow: var(
277
+ --_sf-hr-bd-cr,
278
+ var(
279
+ --_show-shadow,
280
+ var(
281
+ --_ctm-mob-dn-on-ve-se-dt-se-sw-ae,
282
+ var(--_ctm-tab-dn-on-ve-se-dt-se-sw-ae, var(--_ctm-dn-on-ve-se-dt-se-sw-ae))
283
+ )
284
+ var(
285
+ --_ctm-mob-dn-on-ve-se-dt-se-sw-br,
286
+ var(--_ctm-tab-dn-on-ve-se-dt-se-sw-br, var(--_ctm-dn-on-ve-se-dt-se-sw-br))
287
+ )
288
+ var(
289
+ --_ctm-mob-dn-on-ve-se-dt-se-sw-sd,
290
+ var(--_ctm-tab-dn-on-ve-se-dt-se-sw-sd, var(--_ctm-dn-on-ve-se-dt-se-sw-sd))
291
+ )
292
+ var(
293
+ --_ctm-mob-dn-on-ve-se-dt-se-sw-cr,
294
+ var(--_ctm-tab-dn-on-ve-se-dt-se-sw-cr, var(--_ctm-dn-on-ve-se-dt-se-sw-cr))
295
+ )
296
+ )
297
+ );
298
+
299
+ & div {
300
+ height: 100%;
301
+ width: 100%;
302
+ }
303
+ &[data-background-shape="circle"] {
304
+ border-radius: 50%;
305
+ }
306
+ &[data-background-shape="capsule"] {
307
+ border-radius: 80%;
308
+ width: calc(var(--_ctm-lt-sh-im-se) + 10px);
309
+ }
310
+ &[data-swatch-shape="circle"] {
311
+ & div {
312
+ border-radius: 50%;
313
+ }
314
+ // border-radius: 50%;
315
+ }
316
+ &[data-swatch-shape="capsule"] {
317
+ & div {
318
+ border-radius: 50%;
319
+ }
320
+ // border-radius: 50%;
321
+ }
322
+
323
+ &:hover {
324
+ &[data-background-shape-hover="circle"] {
325
+ border-radius: 50%;
326
+ }
327
+ &[data-background-shape-hover="capsule"] {
328
+ border-radius: 80%;
329
+ width: calc(var(--_ctm-lt-sh-im-se) + 10px);
330
+ }
331
+ &[data-swatch-shape-hover="circle"] {
332
+ & div {
333
+ border-radius: 50%;
116
334
  }
335
+ // border-radius: 50%;
336
+ }
337
+ &[data-swatch-shape-hover="capsule"] {
338
+ & div {
339
+ border-radius: 50%;
340
+ }
341
+ // border-radius: 50%;
342
+ }
343
+ }
117
344
 
345
+ &[data-is-selected="true"] {
346
+ &[data-background-shape-selected="circle"] {
347
+ border-radius: 50%;
348
+ }
349
+ &[data-background-shape-selected="capsule"] {
350
+ border-radius: 80%;
351
+ width: calc(var(--_ctm-lt-sh-im-se) + 10px);
352
+ }
353
+ &[data-swatch-shape-selected="circle"] {
354
+ & div {
355
+ border-radius: 50%;
356
+ }
357
+ // border-radius: 50%;
358
+ }
359
+ &[data-swatch-shape-selected="capsule"] {
118
360
  & div {
119
- height: 30px;
120
- width: 30px;
361
+ border-radius: 50%;
121
362
  }
363
+ // border-radius: 50%;
122
364
  }
123
365
  }
124
366
  }
@@ -151,6 +393,295 @@
151
393
  }
152
394
  }
153
395
  }
396
+
397
+ .embla {
398
+ width: 100%;
399
+ height: 100%;
400
+ position: relative;
401
+ display: flex;
402
+ flex-direction: column;
403
+
404
+ // overflow: hidden;
405
+
406
+ .embla__viewport {
407
+ width: 100%;
408
+ height: 100%;
409
+ position: relative;
410
+ display: flex;
411
+ flex-direction: column;
412
+
413
+ overflow: hidden;
414
+
415
+ .embla__container {
416
+ width: 100%;
417
+ height: 100%;
418
+ display: flex;
419
+ grid-template-rows: 100%;
420
+ // grid-template-columns: 100%;
421
+ // grid-template-columns: repeat(
422
+ // var(--_ctm-lt-is-pr-se),
423
+ // calc(100% / var(--_ctm-lt-is-pr-se))
424
+ // );
425
+ // grid-auto-flow: column;
426
+ gap: var(--_ctm-lt-sh-im-sg);
427
+
428
+ &[data-control-type="Bottom"][data-slider-control="Arrows"] {
429
+ height: calc(100% - calc(var(--_ctm-dn-pn-as-aw-se) + 10px));
430
+ }
431
+ &[data-control-type="Bottom"][data-slider-control="Pagination Line"] {
432
+ height: calc(100% - calc(var(--_ctm-dn-pn-le-le-ht) + 20px));
433
+ }
434
+ &[data-control-type="Bottom"][data-slider-control="Dots"] {
435
+ height: calc(100% - calc(var(--_ctm-dn-pn-ds-dt-se) + 20px));
436
+ }
437
+
438
+ .embla__slide {
439
+ // width: 100%;
440
+ height: 100%;
441
+ }
442
+ }
443
+ }
444
+
445
+ .arrow-navigation {
446
+ display: flex;
447
+ position: absolute;
448
+ top: 50%;
449
+ left: 50%;
450
+ width: 100%;
451
+ justify-content: space-between;
452
+ transform: translate(-50%, -50%);
453
+ // padding-left: 20px;
454
+ &[data-control-type="Side"] {
455
+ .left-button,
456
+ .right-button {
457
+ background-color: transparent;
458
+ }
459
+ }
460
+ &[data-background-shape="Round"] {
461
+ .left-button,
462
+ .right-button {
463
+ background-color: #f2f5f5;
464
+ box-sizing: 0 4px 8px rgba(0, 0, 0, 0.1);
465
+ }
466
+ }
467
+ &[data-control-type="Bottom-Overflow"] {
468
+ transform: translateX(-50%);
469
+ width: 100%;
470
+ justify-content: center;
471
+ gap: 12px;
472
+ top: unset;
473
+ bottom: 6px;
474
+ }
475
+ &[data-control-type="Bottom"] {
476
+ transform: unset;
477
+ position: static;
478
+ width: 100%;
479
+ justify-content: center;
480
+ gap: 12px;
481
+ margin-top: 10px;
482
+ }
483
+ .left-button {
484
+ padding: 10px;
485
+ border-radius: 50%;
486
+ border: none;
487
+ width: var(--_ctm-dn-pn-as-aw-se);
488
+ height: var(--_ctm-dn-pn-as-aw-se);
489
+ display: flex;
490
+ align-items: center;
491
+ justify-content: center;
492
+ cursor: pointer;
493
+ outline: none;
494
+ margin-left: 12px;
495
+ &:disabled {
496
+ & svg {
497
+ path {
498
+ stroke: rgb(192, 192, 192);
499
+ }
500
+ }
501
+ }
502
+ }
503
+ .right-button {
504
+ border-radius: 50%;
505
+ border: none;
506
+ width: var(--_ctm-dn-pn-as-aw-se);
507
+ height: var(--_ctm-dn-pn-as-aw-se);
508
+ display: flex;
509
+ align-items: center;
510
+ justify-content: center;
511
+ cursor: pointer;
512
+ outline: none;
513
+ margin-right: 12px;
514
+ padding: 10px;
515
+
516
+ &:disabled {
517
+ & svg {
518
+ path {
519
+ stroke: rgb(192, 192, 192);
520
+ }
521
+ }
522
+ }
523
+ }
524
+ .icon {
525
+ display: flex;
526
+ svg {
527
+ width: calc(var(--_ctm-dn-pn-as-aw-se) * 0.5);
528
+ height: calc(var(--_ctm-dn-pn-as-aw-se) * 0.5);
529
+ path {
530
+ stroke: var(--_ctm-dn-pn-as-aw-cr, var(--_tst-dn-pn-as-aw-cr));
531
+ }
532
+ }
533
+ }
534
+ }
535
+
536
+ &[data-thumbnail-placement="top"] {
537
+ flex-direction: column-reverse;
538
+ }
539
+ &[data-thumbnail-placement="bottom"] {
540
+ flex-direction: column;
541
+ }
542
+ &[data-thumbnail-placement="left"] {
543
+ flex-direction: row-reverse;
544
+
545
+ .embla__thumbs {
546
+ width: var(--_ctm-lt-tl-se);
547
+ height: 100%;
548
+
549
+ & .embla__thumbs__container {
550
+ flex-direction: column;
551
+ height: 100%;
552
+ }
553
+ }
554
+ }
555
+ &[data-thumbnail-placement="right"] {
556
+ flex-direction: row;
557
+ .embla__thumbs {
558
+ width: var(--_ctm-lt-tl-se);
559
+ height: 100%;
560
+
561
+ & .embla__thumbs__container {
562
+ flex-direction: column;
563
+ height: 100%;
564
+ }
565
+ }
566
+ }
567
+ &[data-control-type="Side"] {
568
+ display: flex;
569
+ align-self: center;
570
+ flex-direction: row;
571
+ .left-button:disabled,
572
+ .right-button:disabled {
573
+ display: none;
574
+ }
575
+ }
576
+ .embla__dots {
577
+ display: flex;
578
+ flex-wrap: wrap;
579
+ justify-content: center;
580
+ align-items: center;
581
+ margin-right: calc((2.6rem - 1.4rem) / 2 * -1);
582
+ gap: 6px;
583
+ margin-top: 16px;
584
+
585
+ &[data-control-type="Bottom-Overflow"] {
586
+ position: absolute;
587
+ bottom: 10px;
588
+ left: 50%;
589
+ transform: translateX(-50%);
590
+ width: 75%;
591
+ }
592
+ .embla__dot {
593
+ -webkit-tap-highlight-color: rgba(var(--text-high-contrast-rgb-value), 0.5);
594
+ -webkit-appearance: none;
595
+ appearance: none;
596
+ background-color: var(--_ctm-dn-pn-ds-or-dt-cr, var(--_tst-dn-pn-ds-or-dt-cr));
597
+ touch-action: manipulation;
598
+ display: inline-flex;
599
+ text-decoration: none;
600
+ cursor: pointer;
601
+ border: 0;
602
+ padding: 0;
603
+ margin: 0;
604
+ // width: 0.6rem;
605
+ // height: 0.6rem;
606
+ width: var(--_ctm-dn-pn-ds-dt-se, var(--_tst-dn-pn-ds-dt-se));
607
+ height: var(--_ctm-dn-pn-ds-dt-se, var(--_tst-dn-pn-ds-dt-se));
608
+ display: flex;
609
+ align-items: center;
610
+ justify-content: center;
611
+ border-radius: 50%;
612
+ }
613
+ .embla__dot:after {
614
+ // box-shadow: inset 0 0 0 0.2rem var(--detail-medium-contrast);
615
+ width: var(--_ctm-dn-pn-ds-dt-se, var(--_tst-dn-pn-ds-dt-se));
616
+ height: var(--_ctm-dn-pn-ds-dt-se, var(--_tst-dn-pn-ds-dt-se));
617
+ border-radius: 50%;
618
+ display: flex;
619
+ align-items: center;
620
+ content: "";
621
+ }
622
+ .embla__dot--selected:after {
623
+ box-shadow: inset 0 0 0 1px var(--text-body);
624
+ background-color: var(--_ctm-dn-pn-ds-ct-dt-cr, var(--_tst-dn-pn-ds-ct-dt-cr));
625
+ }
626
+ &[data-slider-control="Pagination Line"] {
627
+ .embla__dot {
628
+ width: var(--_ctm-dn-pn-le-le-wh, var(--_ctm-dn-pn-le-le-wh));
629
+ height: var(--_ctm-dn-pn-le-le-ht, var(--_tst-dn-pn-le-le-ht));
630
+ background-color: var(--_ctm-dn-pn-le-or-le-cr, var(--_ctm-dn-pn-le-or-le-cr));
631
+
632
+ border-radius: 6px;
633
+ }
634
+ .embla__dot--selected:after {
635
+ box-shadow: inset 0 0 0 1px var(--text-body);
636
+ border-radius: 6px;
637
+ width: var(--_ctm-dn-pn-le-le-wh, var(--_ctm-dn-pn-le-le-wh));
638
+ height: var(--_ctm-dn-pn-le-le-ht, var(--_tst-dn-pn-le-le-ht));
639
+ // background-color: #fff;
640
+ background-color: var(--_ctm-dn-pn-le-ct-le-cr, var(--_tst-dn-pn-le-ct-le-cr));
641
+ }
642
+ }
643
+ }
644
+
645
+ .embla__thumbs {
646
+ width: 100%;
647
+ height: var(--_ctm-lt-tl-se);
648
+ position: relative;
649
+ display: grid;
650
+ grid-template-columns: 1fr;
651
+ overflow: hidden;
652
+ // margin: 10px;
653
+ padding: 10px;
654
+
655
+ .embla__thumbs__viewport {
656
+ width: 100%;
657
+ height: 100%;
658
+ position: relative;
659
+ display: flex;
660
+ flex-direction: column;
661
+
662
+ overflow: hidden;
663
+ }
664
+ .embla__thumbs__container {
665
+ display: flex;
666
+ flex-direction: row;
667
+ margin-left: calc(var(--thumbs-slide-spacing) * -1);
668
+ gap: var(--_ctm-lt-tl-sg);
669
+ width: 100%;
670
+ // justify-content: center;
671
+ // height: 200px;
672
+
673
+ .embla__thumbs__slide {
674
+ min-width: var(--_ctm-lt-tl-se);
675
+ max-width: var(--_ctm-lt-tl-se);
676
+ height: var(--_ctm-lt-tl-se);
677
+ & img {
678
+ width: 100%;
679
+ height: 100%;
680
+ }
681
+ }
682
+ }
683
+ }
684
+ }
154
685
  }
155
686
  }
156
687
  }
@@ -27,10 +27,16 @@
27
27
  --_show-shadow: none;
28
28
  }
29
29
  .text-element {
30
- background: #6d96e4;
31
- padding: 10px;
32
- font-weight: 600;
33
- color: rgba(75, 69, 70, 1);
30
+ // background: #6d96e4;
31
+ // padding: 10px;
32
+ // font-weight: 600;
33
+ // color: rgba(75, 69, 70, 1);
34
+ color: var(--Gray-900, #101828);
35
+ font-family: "Hanken Grotesk";
36
+ font-size: 32px;
37
+ font-style: normal;
38
+ font-weight: 700;
39
+ line-height: 150%; /* 48px */
34
40
  }
35
41
  .price-text-element {
36
42
  // background-color: var(--_ctm-dn-bd-cr, var(--_tst-dn-bd-cr));
@@ -9,7 +9,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
9
9
  width: var(--_sf-el-wh-st-mx, calc(1% * var(--_ctm-subc-ele-nw-wh-vl, var(--_sf-nw-wh))));
10
10
  // width: calc(1% * var(--_ctm-subc-ele-nw-wh-vl, auto));
11
11
  // width: 100%;
12
- height: var(--_ctm-subc-lt-ht) !important;
12
+ // height: var(--_ctm-subc-lt-ht) !important;
13
13
  // height: auto;
14
14
  margin: var(--_ctm-subc-lt-mn, var(--_ctm-lt-mn, --_tst-lt-mn));
15
15
 
@@ -0,0 +1,27 @@
1
+ import { CMSHTMLAttributes } from "../../../global/attributes";
2
+ import { CommonStyleProperties } from "../../../global/style-properties";
3
+ import { AlignSelfValue, BoxSizingValue, GridAreaValue, HeightValue, JustifySelfValue, MaxHeightValue, MaxWidthValue, MinHeightValue, MinWidthValue, PaddingValue, CommonBuilderAttributes, GlobalImageAttributes } from "../../../global/types";
4
+ import { BuilderAttributes, CMSElementInterface } from "../common";
5
+ export interface ResetPasswordStyleProperties extends CommonStyleProperties {
6
+ minHeight?: MinHeightValue;
7
+ height?: HeightValue;
8
+ minWidth?: MinWidthValue;
9
+ maxWidth?: MaxWidthValue;
10
+ maxHeight?: MaxHeightValue;
11
+ gridArea?: GridAreaValue;
12
+ boxSizing?: BoxSizingValue;
13
+ padding?: PaddingValue;
14
+ justifySelf?: JustifySelfValue;
15
+ alignSelf?: AlignSelfValue;
16
+ }
17
+ export declare const getDefaultStyles: () => ResetPasswordStyleProperties;
18
+ export interface CMSResetPasswordInterface extends Omit<CMSElementInterface, "attributes"> {
19
+ attributes: {
20
+ HTML: Pick<CMSHTMLAttributes, GlobalImageAttributes>;
21
+ BUILDER: Pick<BuilderAttributes, CommonBuilderAttributes>;
22
+ CUSTOM: any;
23
+ };
24
+ styles: ResetPasswordStyleProperties;
25
+ childrenStyles?: CommonStyleProperties;
26
+ content?: string;
27
+ }