@sc-360-v2/storefront-cms-library 0.2.81 → 0.2.84

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/bundle.scss CHANGED
@@ -97,5 +97,871 @@ $resizeActive: '[data-cms-element-resizer="true"]';
97
97
  // grid-template-rows: max(var(--_ctm-bun-lt-ht), auto) !important;
98
98
  }
99
99
  }
100
+ .bundle__element__container {
101
+ display: flex;
102
+ flex-direction: column;
103
+ padding: 2rem;
104
+ .single__bundle_container {
105
+ .bundle__header {
106
+ display: flex;
107
+ flex-direction: row;
108
+ align-items: center;
109
+ justify-content: space-between;
110
+ .button__items {
111
+ display: flex;
112
+ align-items: center;
113
+ .arrow-navigation {
114
+ display: flex;
115
+ flex-direction: row;
116
+ align-items: center;
117
+ justify-content: space-between;
118
+ }
119
+ }
120
+ }
121
+ hr {
122
+ margin: 1rem;
123
+ }
124
+ .single__bundle_slider {
125
+ .bundle-image-container {
126
+ border: 1px solid gray;
127
+ border-radius: 1rem;
128
+ width: 100%;
129
+ .showcase-img {
130
+ height: 400px;
131
+ padding: 24px;
132
+ img {
133
+ max-width: 100%;
134
+ max-height: 100%;
135
+ object-fit: contain;
136
+ }
137
+ }
138
+ h4 {
139
+ padding: 12px;
140
+ }
141
+ }
142
+ }
143
+ }
144
+ }
145
+ // .embla {
146
+ // width: 100%;
147
+ // height: 100%;
148
+ // position: relative;
149
+ // display: flex;
150
+ // flex-direction: column;
151
+
152
+ // // overflow: hidden;
153
+
154
+ // .embla__viewport {
155
+ // width: 100%;
156
+ // height: 100%;
157
+ // position: relative;
158
+ // display: flex;
159
+ // flex-direction: column;
160
+
161
+ // overflow: hidden;
162
+
163
+ // .embla__container {
164
+ // width: 100%;
165
+ // height: 100%;
166
+ // display: grid;
167
+ // grid-template-rows: 100%;
168
+ // grid-template-columns: repeat(
169
+ // var(--_ctm-lt-is-pr-se),
170
+ // calc(100% / var(--_ctm-lt-is-pr-se))
171
+ // );
172
+ // grid-auto-flow: column;
173
+ // gap: var(--_ctm-lt-sh-im-sg);
174
+
175
+ // &[data-control-type="Bottom"][data-slider-control="Arrows"] {
176
+ // height: calc(100% - calc(var(--_ctm-dn-pn-as-aw-se) + 8px));
177
+ // }
178
+ // &[data-control-type="Bottom"][data-slider-control="Pagination Line"] {
179
+ // height: calc(100% - calc(var(--_ctm-dn-pn-le-le-ht) + 20px));
180
+ // }
181
+ // &[data-control-type="Bottom"][data-slider-control="Dots"] {
182
+ // height: calc(100% - calc(var(--_ctm-dn-pn-ds-dt-se) + 20px));
183
+ // }
184
+
185
+ // .embla__slide {
186
+ // height: 100%;
187
+ // padding: 24px;
188
+ // }
189
+ // }
190
+ // }
191
+
192
+ // .arrow-navigation {
193
+ // display: flex;
194
+ // position: absolute;
195
+ // top: 50%;
196
+ // left: 50%;
197
+ // width: 100%;
198
+ // justify-content: space-between;
199
+ // transform: translate(-50%, -50%);
200
+ // // padding-left: 20px;
201
+ // &[data-control-type="Side"] {
202
+ // .left-button,
203
+ // .right-button {
204
+ // background-color: transparent;
205
+ // }
206
+ // }
207
+ // &[data-background-shape="Round"] {
208
+ // .left-button,
209
+ // .right-button {
210
+ // background-color: #f2f5f5;
211
+ // box-sizing: 0 4px 8px rgba(0, 0, 0, 0.1);
212
+ // }
213
+ // }
214
+ // &[data-control-type="Bottom-Overflow"] {
215
+ // transform: translateX(-50%);
216
+ // width: 100%;
217
+ // justify-content: center;
218
+ // gap: 12px;
219
+ // top: unset;
220
+ // bottom: 6px;
221
+ // }
222
+ // &[data-control-type="Bottom"] {
223
+ // transform: unset;
224
+ // position: static;
225
+ // width: 100%;
226
+ // justify-content: center;
227
+ // gap: 12px;
228
+ // margin-top: 10px;
229
+ // }
230
+ // .left-button {
231
+ // padding: 10px;
232
+ // border-radius: 50%;
233
+ // border: none;
234
+ // width: var(--_ctm-dn-pn-as-aw-se);
235
+ // height: var(--_ctm-dn-pn-as-aw-se);
236
+ // display: flex;
237
+ // align-items: center;
238
+ // justify-content: center;
239
+ // cursor: pointer;
240
+ // outline: none;
241
+ // margin-left: 12px;
242
+ // &:disabled {
243
+ // & svg {
244
+ // path {
245
+ // stroke: rgb(192, 192, 192);
246
+ // }
247
+ // }
248
+ // }
249
+ // }
250
+ // .right-button {
251
+ // border-radius: 50%;
252
+ // border: none;
253
+ // width: var(--_ctm-dn-pn-as-aw-se);
254
+ // height: var(--_ctm-dn-pn-as-aw-se);
255
+ // display: flex;
256
+ // align-items: center;
257
+ // justify-content: center;
258
+ // cursor: pointer;
259
+ // outline: none;
260
+ // margin-right: 12px;
261
+ // padding: 10px;
262
+
263
+ // &:disabled {
264
+ // & svg {
265
+ // path {
266
+ // stroke: rgb(192, 192, 192);
267
+ // }
268
+ // }
269
+ // }
270
+ // }
271
+ // .icon {
272
+ // display: flex;
273
+ // svg {
274
+ // width: calc(var(--_ctm-dn-pn-as-aw-se) * 0.5);
275
+ // height: calc(var(--_ctm-dn-pn-as-aw-se) * 0.5);
276
+ // path {
277
+ // stroke: var(--_ctm-dn-pn-as-aw-cr, var(--_tst-dn-pn-as-aw-cr));
278
+ // }
279
+ // }
280
+ // }
281
+ // }
282
+
283
+ // &[data-thumbnail-placement="top"] {
284
+ // flex-direction: column-reverse;
285
+ // }
286
+ // &[data-thumbnail-placement="bottom"] {
287
+ // flex-direction: column;
288
+ // }
289
+ // &[data-thumbnail-placement="left"] {
290
+ // flex-direction: row-reverse;
291
+
292
+ // .embla__thumbs {
293
+ // width: var(--_ctm-lt-tl-se);
294
+ // height: 100%;
295
+
296
+ // & .embla__thumbs__container {
297
+ // flex-direction: column;
298
+ // height: 100%;
299
+ // }
300
+ // }
301
+ // }
302
+ // &[data-thumbnail-placement="right"] {
303
+ // flex-direction: row;
304
+ // .embla__thumbs {
305
+ // width: var(--_ctm-lt-tl-se);
306
+ // height: 100%;
307
+
308
+ // & .embla__thumbs__container {
309
+ // flex-direction: column;
310
+ // height: 100%;
311
+ // }
312
+ // }
313
+ // }
314
+ // &[data-control-type="Side"] {
315
+ // display: flex;
316
+ // align-self: center;
317
+ // gap: 16px;
318
+ // flex-direction: row;
319
+ // .left-button:disabled,
320
+ // .right-button:disabled {
321
+ // display: none;
322
+ // }
323
+ // }
324
+ // .embla__dots {
325
+ // display: flex;
326
+ // flex-wrap: wrap;
327
+ // justify-content: center;
328
+ // align-items: center;
329
+ // margin-right: calc((2.6rem - 1.4rem) / 2 * -1);
330
+ // gap: 6px;
331
+ // margin-top: 16px;
332
+
333
+ // &[data-control-type="Bottom-Overflow"] {
334
+ // position: absolute;
335
+ // bottom: 10px;
336
+ // left: 50%;
337
+ // transform: translateX(-50%);
338
+ // width: 75%;
339
+ // }
340
+ // .embla__dot {
341
+ // -webkit-tap-highlight-color: rgba(var(--text-high-contrast-rgb-value), 0.5);
342
+ // -webkit-appearance: none;
343
+ // appearance: none;
344
+ // background-color: var(--_ctm-dn-pn-ds-or-dt-cr, var(--_tst-dn-pn-ds-or-dt-cr));
345
+ // touch-action: manipulation;
346
+ // display: inline-flex;
347
+ // text-decoration: none;
348
+ // cursor: pointer;
349
+ // border: 0;
350
+ // padding: 0;
351
+ // margin: 0;
352
+ // // width: 0.6rem;
353
+ // // height: 0.6rem;
354
+ // width: var(--_ctm-dn-pn-ds-dt-se, var(--_tst-dn-pn-ds-dt-se));
355
+ // height: var(--_ctm-dn-pn-ds-dt-se, var(--_tst-dn-pn-ds-dt-se));
356
+ // display: flex;
357
+ // align-items: center;
358
+ // justify-content: center;
359
+ // border-radius: 50%;
360
+ // }
361
+ // .embla__dot:after {
362
+ // // box-shadow: inset 0 0 0 0.2rem var(--detail-medium-contrast);
363
+ // width: var(--_ctm-dn-pn-ds-dt-se, var(--_tst-dn-pn-ds-dt-se));
364
+ // height: var(--_ctm-dn-pn-ds-dt-se, var(--_tst-dn-pn-ds-dt-se));
365
+ // border-radius: 50%;
366
+ // display: flex;
367
+ // align-items: center;
368
+ // content: "";
369
+ // }
370
+ // .embla__dot--selected:after {
371
+ // box-shadow: inset 0 0 0 1px var(--text-body);
372
+ // background-color: var(--_ctm-dn-pn-ds-ct-dt-cr, var(--_tst-dn-pn-ds-ct-dt-cr));
373
+ // }
374
+ // &[data-slider-control="Pagination Line"] {
375
+ // .embla__dot {
376
+ // width: var(--_ctm-dn-pn-le-le-wh, var(--_ctm-dn-pn-le-le-wh));
377
+ // height: var(--_ctm-dn-pn-le-le-ht, var(--_tst-dn-pn-le-le-ht));
378
+ // background-color: var(--_ctm-dn-pn-le-or-le-cr, var(--_ctm-dn-pn-le-or-le-cr));
379
+
380
+ // border-radius: 6px;
381
+ // }
382
+ // .embla__dot--selected:after {
383
+ // box-shadow: inset 0 0 0 1px var(--text-body);
384
+ // border-radius: 6px;
385
+ // width: var(--_ctm-dn-pn-le-le-wh, var(--_ctm-dn-pn-le-le-wh));
386
+ // height: var(--_ctm-dn-pn-le-le-ht, var(--_tst-dn-pn-le-le-ht));
387
+ // // background-color: #fff;
388
+ // background-color: var(--_ctm-dn-pn-le-ct-le-cr, var(--_tst-dn-pn-le-ct-le-cr));
389
+ // }
390
+ // }
391
+ // }
392
+
393
+ // .embla__thumbs {
394
+ // width: 100%;
395
+ // height: var(--_ctm-lt-tl-se);
396
+ // position: relative;
397
+ // display: grid;
398
+ // grid-template-columns: 1fr;
399
+ // overflow: hidden;
400
+ // // margin: 10px;
401
+ // padding: 10px;
402
+
403
+ // .embla__thumbs__viewport {
404
+ // width: 100%;
405
+ // height: 100%;
406
+ // position: relative;
407
+ // display: flex;
408
+ // flex-direction: column;
409
+
410
+ // overflow: hidden;
411
+ // }
412
+ // .embla__thumbs__container {
413
+ // display: flex;
414
+ // flex-direction: row;
415
+ // margin-left: calc(var(--thumbs-slide-spacing) * -1);
416
+ // gap: var(--_ctm-lt-tl-sg);
417
+ // width: 100%;
418
+ // // justify-content: center;
419
+ // // height: 200px;
420
+
421
+ // .embla__thumbs__slide {
422
+ // min-width: var(--_ctm-lt-tl-se);
423
+ // max-width: var(--_ctm-lt-tl-se);
424
+ // height: var(--_ctm-lt-tl-se);
425
+ // & img {
426
+ // width: 100%;
427
+ // height: 100%;
428
+ // }
429
+ // }
430
+ // }
431
+ // }
432
+ // }
433
+
434
+ .embla {
435
+ width: 100%;
436
+ height: 100%;
437
+ position: relative;
438
+ display: flex;
439
+ flex-direction: column;
440
+ // overflow: hidden;
441
+
442
+ .embla__viewport {
443
+ width: 100%;
444
+ height: 100%;
445
+ position: relative;
446
+ display: flex;
447
+ flex-direction: column;
448
+
449
+ overflow: hidden;
450
+
451
+ .embla__container {
452
+ width: 100%;
453
+ height: 100%;
454
+ display: grid;
455
+ grid-template-rows: 100%;
456
+
457
+ grid-template-columns: repeat(
458
+ var(--_ctm-mob-lt-is-pr-se, var(--_ctm-tab-lt-is-pr-se, var(--_ctm-lt-is-pr-se))),
459
+ calc(
460
+ 100% /
461
+ var(--_ctm-mob-lt-is-pr-se, var(--_ctm-tab-lt-is-pr-se, var(--_ctm-lt-is-pr-se)))
462
+ )
463
+ );
464
+
465
+ grid-auto-flow: column;
466
+ gap: var(--_ctm-mob-lt-im-gp, var(--_ctm-tab-lt-im-gp, var(--_ctm-lt-im-gp)));
467
+
468
+ &[data-control-type="Bottom"][data-slider-control="Arrows"] {
469
+ height: calc(
470
+ 100% - calc(
471
+ var(
472
+ --_ctm-mob-dn-pn-as-aw-se,
473
+ var(--_ctm-tab-dn-pn-as-aw-se, var(--_ctm-dn-pn-as-aw-se))
474
+ ) +
475
+ 10px
476
+ )
477
+ );
478
+ }
479
+
480
+ &[data-control-type="Bottom"][data-slider-control="Pagination Line"] {
481
+ height: calc(
482
+ 100% - calc(
483
+ var(
484
+ --_ctm-mob-dn-pn-le-le-ht,
485
+ var(--_ctm-tab-dn-pn-le-le-ht, var(--_ctm-dn-pn-le-le-ht))
486
+ ) +
487
+ 20px
488
+ )
489
+ );
490
+ }
491
+
492
+ &[data-control-type="Bottom"][data-slider-control="Dots"] {
493
+ height: calc(
494
+ 100% - calc(
495
+ var(
496
+ --_ctm-mob-dn-pn-ds-dt-se,
497
+ var(--_ctm-tab-dn-pn-ds-dt-se, var(--_ctm-dn-pn-ds-dt-se))
498
+ ) +
499
+ 20px
500
+ )
501
+ );
502
+ }
503
+
504
+ .embla__slide {
505
+ width: 100%;
506
+ height: 100%;
507
+ }
508
+ }
509
+ }
510
+ &:not([data-display-style="Column"]) {
511
+ .embla__container {
512
+ grid-auto-columns: calc(
513
+ 100% / var(--_ctm-mob-lt-is-pr-se, var(--_ctm-tab-lt-is-pr-se, var(--_ctm-lt-is-pr-se)))
514
+ );
515
+ }
516
+ }
517
+
518
+ &[data-display-style="Grid"][data-scroll-direction="Vertical"] {
519
+ // overflow: unset;
520
+
521
+ .embla__viewport {
522
+ overflow: unset;
523
+ height: 80%;
524
+ flex-grow: 1;
525
+ &:not([data-is-builder-type="true"]) {
526
+ height: var(--_ctm-mob-height, var(--_ctm-tab-height, var(--_ctm-height)));
527
+ }
528
+
529
+ .embla__container {
530
+ overflow: unset;
531
+ height: var(--_ctm-mob-height, var(--_ctm-tab-height, var(--_ctm-height)));
532
+ // min-height: var(--_ctm-mob-height, var(--_ctm-tab-height, var(--_ctm-height)));
533
+
534
+ grid-template-columns: repeat(var(--_ctm-lt-is-pr-rw), 1fr);
535
+ grid-template-rows: unset;
536
+
537
+ grid-auto-flow: row;
538
+
539
+ &[data-overflow-hidden="true"] {
540
+ overflow: hidden;
541
+ }
542
+ }
543
+ }
544
+ }
545
+
546
+ &[data-display-style="Grid"][data-scroll-direction="Horizontal"] {
547
+ .embla__viewport {
548
+ .embla__container {
549
+ grid-template-rows: repeat(
550
+ var(--_ctm-mob-lt-is-pr-cn, var(--_ctm-tab-lt-is-pr-cn, var(--_ctm-lt-is-pr-cn))),
551
+ calc(
552
+ 100% /
553
+ var(--_ctm-mob-lt-is-pr-cn, var(--_ctm-tab-lt-is-pr-cn, var(--_ctm-lt-is-pr-cn)))
554
+ )
555
+ );
556
+ }
557
+ }
558
+ }
559
+
560
+ &[data-display-style="Rows"] {
561
+ // overflow: unset;
562
+
563
+ .embla__viewport {
564
+ overflow: unset;
565
+ height: 80%;
566
+ flex-grow: 1;
567
+
568
+ &:not([data-is-builder-type="true"]) {
569
+ height: var(--_ctm-height);
570
+ }
571
+
572
+ .embla__container {
573
+ overflow: hidden;
574
+ height: var(--_ctm-height);
575
+ // min-height: var(--_ctm-height);
576
+
577
+ grid-template-columns: repeat(
578
+ var(--_ctm-mob-lt-is-pr-rw, var(--_ctm-tab-lt-is-pr-rw, var(--_ctm-lt-is-pr-rw))),
579
+ 1fr
580
+ );
581
+ grid-template-rows: unset;
582
+ grid-auto-flow: row;
583
+ }
584
+ }
585
+ }
586
+
587
+ &[data-display-style="Column"] {
588
+ // overflow: unset;
589
+
590
+ .embla__viewport {
591
+ .embla__container {
592
+ display: flex;
593
+ .embla__slide {
594
+ width: unset;
595
+ height: 100%;
596
+ aspect-ratio: 1 / 2;
597
+ }
598
+ }
599
+ }
600
+ }
601
+ &[data-display-style="Masonry"] {
602
+ // overflow: unset;
603
+
604
+ .embla__viewport {
605
+ overflow: hidden;
606
+ height: 80%;
607
+ flex-grow: 1;
608
+
609
+ &:not([data-is-builder-type="true"]) {
610
+ height: var(--_ctm-height);
611
+ }
612
+
613
+ .embla__container {
614
+ overflow: unset;
615
+ display: block;
616
+
617
+ column-count: var(
618
+ --_ctm-mob-lt-is-pr-rw,
619
+ var(--_ctm-tab-lt-is-pr-rw, var(--_ctm-lt-is-pr-rw))
620
+ );
621
+ gap: unset;
622
+
623
+ column-gap: var(--_ctm-mob-lt-im-gp, var(--_ctm-tab-lt-im-gp, var(--_ctm-lt-im-gp)));
624
+
625
+ height: auto;
626
+
627
+ .embla__slide {
628
+ margin-bottom: var(
629
+ --_ctm-mob-lt-im-gp,
630
+ var(--_ctm-tab-lt-im-gp, var(--_ctm-lt-im-gp))
631
+ );
632
+ height: unset;
633
+
634
+ .gallery__slide {
635
+ height: unset;
636
+ }
637
+ }
638
+ }
639
+ }
640
+ }
641
+
642
+ .arrow-navigation {
643
+ display: flex;
644
+ position: absolute;
645
+ top: 50%;
646
+ left: 50%;
647
+ width: 100%;
648
+ justify-content: space-between;
649
+ transform: translate(-50%, -50%);
650
+ // padding-left: 20px;
651
+ &[data-control-type="Side"] {
652
+ .left-button,
653
+ .right-button {
654
+ background-color: transparent;
655
+ }
656
+ }
657
+ &[data-background-shape="Round"] {
658
+ .left-button,
659
+ .right-button {
660
+ background-color: #f2f5f5;
661
+ box-sizing: 0 4px 8px rgba(0, 0, 0, 0.1);
662
+ }
663
+ }
664
+ &[data-control-type="Bottom-Overflow"] {
665
+ transform: translateX(-50%);
666
+ width: 100%;
667
+ justify-content: center;
668
+ gap: 12px;
669
+ top: unset;
670
+ bottom: 6px;
671
+ }
672
+ &[data-control-type="Bottom"] {
673
+ transform: unset;
674
+ position: static;
675
+ width: 100%;
676
+ justify-content: center;
677
+ gap: 12px;
678
+ margin-top: 10px;
679
+ }
680
+ .left-button {
681
+ padding: 10px;
682
+ border-radius: 50%;
683
+ border: none;
684
+ width: var(
685
+ --_ctm-mob-dn-pn-as-aw-se,
686
+ var(--_ctm-tab-dn-pn-as-aw-se, var(--_ctm-dn-pn-as-aw-se))
687
+ );
688
+ height: var(
689
+ --_ctm-mob-dn-pn-as-aw-se,
690
+ var(--_ctm-tab-dn-pn-as-aw-se, var(--_ctm-dn-pn-as-aw-se))
691
+ );
692
+
693
+ display: flex;
694
+ align-items: center;
695
+ justify-content: center;
696
+ cursor: pointer;
697
+ outline: none;
698
+ margin-left: 12px;
699
+ &:disabled {
700
+ & svg {
701
+ path {
702
+ stroke: rgb(192, 192, 192);
703
+ }
704
+ }
705
+ }
706
+ }
707
+ .right-button {
708
+ border-radius: 50%;
709
+ border: none;
710
+ width: var(
711
+ --_ctm-mob-dn-pn-as-aw-se,
712
+ var(--_ctm-tab-dn-pn-as-aw-se, var(--_ctm-dn-pn-as-aw-se))
713
+ );
714
+ height: var(
715
+ --_ctm-mob-dn-pn-as-aw-se,
716
+ var(--_ctm-tab-dn-pn-as-aw-se, var(--_ctm-dn-pn-as-aw-se))
717
+ );
718
+
719
+ display: flex;
720
+ align-items: center;
721
+ justify-content: center;
722
+ cursor: pointer;
723
+ outline: none;
724
+ margin-right: 12px;
725
+ padding: 10px;
726
+
727
+ &:disabled {
728
+ & svg {
729
+ path {
730
+ stroke: rgb(192, 192, 192);
731
+ }
732
+ }
733
+ }
734
+ }
735
+ .icon {
736
+ display: flex;
737
+
738
+ svg {
739
+ width: calc(
740
+ var(
741
+ --_ctm-mob-dn-pn-as-aw-se,
742
+ var(--_ctm-tab-dn-pn-as-aw-se, var(--_ctm-dn-pn-as-aw-se))
743
+ ) *
744
+ 0.5
745
+ );
746
+ height: calc(
747
+ var(
748
+ --_ctm-mob-dn-pn-as-aw-se,
749
+ var(--_ctm-tab-dn-pn-as-aw-se, var(--_ctm-dn-pn-as-aw-se))
750
+ ) *
751
+ 0.5
752
+ );
753
+
754
+ path {
755
+ stroke: var(
756
+ --_ctm-mob-dn-pn-as-aw-cr,
757
+ var(--_ctm-tab-dn-pn-as-aw-cr, var(--_ctm-dn-pn-as-aw-cr))
758
+ );
759
+ }
760
+ }
761
+ }
762
+ }
763
+
764
+ &[data-control-type="Side"] {
765
+ .embla__viewport {
766
+ width: calc(100% - 120px);
767
+ margin-inline: auto;
768
+ }
769
+ .left-button {
770
+ position: absolute;
771
+ left: 0;
772
+ top: 50%;
773
+ transform: translateY(-50%);
774
+ }
775
+ .right-button {
776
+ position: absolute;
777
+
778
+ right: 0;
779
+ top: 50%;
780
+ transform: translateY(-50%);
781
+ }
782
+ }
783
+
784
+ &[data-thumbnail-placement="top"] {
785
+ flex-direction: column-reverse;
786
+ }
787
+ &[data-thumbnail-placement="bottom"] {
788
+ flex-direction: column;
789
+ }
790
+ &[data-thumbnail-placement="left"] {
791
+ flex-direction: row-reverse;
792
+
793
+ .embla__thumbs {
794
+ width: var(--_ctm-lt-tl-se);
795
+ height: 100%;
796
+
797
+ & .embla__thumbs__container {
798
+ flex-direction: column;
799
+ height: 100%;
800
+ }
801
+ }
802
+ }
803
+ &[data-thumbnail-placement="right"] {
804
+ flex-direction: row;
805
+ .embla__thumbs {
806
+ width: var(--_ctm-mob-lt-tl-se, var(--_ctm-tab-lt-tl-se, var(--_ctm-lt-tl-se)));
807
+
808
+ height: 100%;
809
+
810
+ & .embla__thumbs__container {
811
+ flex-direction: column;
812
+ height: 100%;
813
+ }
814
+ }
815
+ }
816
+ .embla__dots {
817
+ display: flex;
818
+ flex-wrap: wrap;
819
+ justify-content: center;
820
+ align-items: center;
821
+ margin-right: calc((2.6rem - 1.4rem) / 2 * -1);
822
+ gap: 6px;
823
+ margin-top: 16px;
824
+
825
+ &[data-control-type="Bottom-Overflow"] {
826
+ position: absolute;
827
+ bottom: 10px;
828
+ left: 50%;
829
+ transform: translateX(-50%);
830
+ width: 75%;
831
+ }
832
+ .embla__dot {
833
+ -webkit-tap-highlight-color: rgba(var(--text-high-contrast-rgb-value), 0.5);
834
+ -webkit-appearance: none;
835
+ appearance: none;
836
+ background-color: var(
837
+ --_ctm-mob-dn-pn-ds-or-dt-cr,
838
+ var(--_ctm-tab-dn-pn-ds-or-dt-cr, var(--_ctm-dn-pn-ds-or-dt-cr))
839
+ );
840
+
841
+ touch-action: manipulation;
842
+ display: inline-flex;
843
+ text-decoration: none;
844
+ cursor: pointer;
845
+ border: 0;
846
+ padding: 0;
847
+ margin: 0;
848
+ // width: 0.6rem;
849
+ // height: 0.6rem;
850
+ width: var(
851
+ --_ctm-mob-dn-pn-ds-dt-se,
852
+ var(--_ctm-tab-dn-pn-ds-dt-se, var(--_ctm-dn-pn-ds-dt-se))
853
+ );
854
+ height: var(
855
+ --_ctm-mob-dn-pn-ds-dt-se,
856
+ var(--_ctm-tab-dn-pn-ds-dt-se, var(--_ctm-dn-pn-ds-dt-se))
857
+ );
858
+
859
+ display: flex;
860
+ align-items: center;
861
+ justify-content: center;
862
+ border-radius: 50%;
863
+ }
864
+ .embla__dot:after {
865
+ // box-shadow: inset 0 0 0 0.2rem var(--detail-medium-contrast);
866
+ width: var(
867
+ --_ctm-mob-dn-pn-ds-dt-se,
868
+ var(--_ctm-tab-dn-pn-ds-dt-se, var(--_ctm-dn-pn-ds-dt-se))
869
+ );
870
+ height: var(
871
+ --_ctm-mob-dn-pn-ds-dt-se,
872
+ var(--_ctm-tab-dn-pn-ds-dt-se, var(--_ctm-dn-pn-ds-dt-se))
873
+ );
874
+
875
+ border-radius: 50%;
876
+ display: flex;
877
+ align-items: center;
878
+ content: "";
879
+ }
880
+ .embla__dot--selected:after {
881
+ box-shadow: inset 0 0 0 1px var(--text-body);
882
+ background-color: var(
883
+ --_ctm-mob-dn-pn-ds-ct-dt-cr,
884
+ var(--_ctm-tab-dn-pn-ds-ct-dt-cr, var(--_ctm-dn-pn-ds-ct-dt-cr))
885
+ );
886
+ }
887
+ &[data-slider-control="Pagination Line"] {
888
+ .embla__dot {
889
+ width: var(
890
+ --_ctm-mob-dn-pn-le-le-wh,
891
+ var(--_ctm-tab-dn-pn-le-le-wh, var(--_ctm-dn-pn-le-le-wh))
892
+ );
893
+ height: var(
894
+ --_ctm-mob-dn-pn-le-le-ht,
895
+ var(--_ctm-tab-dn-pn-le-le-ht, var(--_ctm-dn-pn-le-le-ht))
896
+ );
897
+ background-color: var(
898
+ --_ctm-mob-dn-pn-le-or-le-cr,
899
+ var(--_ctm-tab-dn-pn-le-or-le-cr, var(--_ctm-dn-pn-le-or-le-cr))
900
+ );
901
+ border-radius: 6px;
902
+ }
903
+
904
+ .embla__dot--selected:after {
905
+ box-shadow: inset 0 0 0 1px var(--text-body);
906
+ border-radius: 6px;
907
+ width: var(
908
+ --_ctm-mob-dn-pn-le-le-wh,
909
+ var(--_ctm-tab-dn-pn-le-le-wh, var(--_ctm-dn-pn-le-le-wh))
910
+ );
911
+ height: var(
912
+ --_ctm-mob-dn-pn-le-le-ht,
913
+ var(--_ctm-tab-dn-pn-le-le-ht, var(--_ctm-dn-pn-le-le-ht))
914
+ );
915
+ background-color: var(
916
+ --_ctm-mob-dn-pn-le-ct-le-cr,
917
+ var(--_ctm-tab-dn-pn-le-ct-le-cr, var(--_ctm-dn-pn-le-ct-le-cr))
918
+ );
919
+ }
920
+ }
921
+ }
922
+
923
+ .embla__thumbs {
924
+ width: 100%;
925
+ height: var(--_ctm-mob-lt-tl-se, var(--_ctm-tab-lt-tl-se, var(--_ctm-lt-tl-se)));
926
+
927
+ position: relative;
928
+ display: grid;
929
+ grid-template-columns: 1fr;
930
+ overflow: hidden;
931
+ // margin: 10px;
932
+ padding: 10px;
933
+
934
+ .embla__thumbs__viewport {
935
+ width: 100%;
936
+ height: 100%;
937
+ position: relative;
938
+ display: flex;
939
+ flex-direction: column;
940
+
941
+ overflow: hidden;
942
+ }
943
+ .embla__thumbs__container {
944
+ display: flex;
945
+ flex-direction: row;
946
+ margin-left: calc(var(--thumbs-slide-spacing) * -1);
947
+ gap: var(--_ctm-mob-lt-tl-sg, var(--_ctm-tab-lt-tl-sg, var(--_ctm-lt-tl-sg)));
948
+
949
+ width: 100%;
950
+ // justify-content: center;
951
+ // height: 200px;
952
+
953
+ .embla__thumbs__slide {
954
+ min-width: var(--_ctm-mob-lt-tl-se, var(--_ctm-tab-lt-tl-se, var(--_ctm-lt-tl-se)));
955
+ max-width: var(--_ctm-mob-lt-tl-se, var(--_ctm-tab-lt-tl-se, var(--_ctm-lt-tl-se)));
956
+ height: var(--_ctm-mob-lt-tl-se, var(--_ctm-tab-lt-tl-se, var(--_ctm-lt-tl-se)));
957
+
958
+ & img {
959
+ width: 100%;
960
+ height: 100%;
961
+ }
962
+ }
963
+ }
964
+ }
965
+ }
100
966
  }
101
967
  }