@sc-360-v2/storefront-cms-library 0.5.50 → 0.5.52

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.
Files changed (58) hide show
  1. package/dist/add-order.scss +62 -13
  2. package/dist/brand-basic-elements.scss +109 -46
  3. package/dist/brand.scss +6 -0
  4. package/dist/breadcrumbs.scss +157 -51
  5. package/dist/builder.js +1 -1
  6. package/dist/bundle copy.scss +2805 -0
  7. package/dist/bundle.scss +74 -48
  8. package/dist/bundleDetails.scss +1360 -275
  9. package/dist/button copy.scss +271 -0
  10. package/dist/cart-details.scss +214 -0
  11. package/dist/cart.scss +124 -41
  12. package/dist/category-groups-product-image.scss +72 -21
  13. package/dist/category.scss +25 -4
  14. package/dist/container.scss +20 -17
  15. package/dist/embed-temp.scss +2 -2
  16. package/dist/hotspot.scss +153 -77
  17. package/dist/icon-library.scss +78 -74
  18. package/dist/image-temp.scss +2 -1
  19. package/dist/language-selector.scss +215 -55
  20. package/dist/light-box-v2.scss +4 -3
  21. package/dist/line.scss +54 -36
  22. package/dist/login.scss +225 -69
  23. package/dist/map.scss +354 -147
  24. package/dist/marchandiserSets.scss +34 -0
  25. package/dist/menu-v2.scss +51 -3
  26. package/dist/modal.scss +251 -28
  27. package/dist/product-actions.scss +53 -0
  28. package/dist/product-basic-elements.scss +44 -244
  29. package/dist/product-image-allocation.scss +51 -15
  30. package/dist/product-image-bundles.scss +72 -15
  31. package/dist/product-image.scss +178 -19
  32. package/dist/productDetails.scss +33 -0
  33. package/dist/quick-links.scss +23 -2
  34. package/dist/repeater copy.scss +635 -0
  35. package/dist/repeater-embla-controls.scss +9 -1
  36. package/dist/repeater-grid-toggle.scss +121 -7
  37. package/dist/repeater-item.scss +5 -1
  38. package/dist/repeater.scss +69 -102
  39. package/dist/review-cart.scss +7 -1
  40. package/dist/scroll.scss +52 -11
  41. package/dist/search.scss +46 -6
  42. package/dist/skeleton.scss +24 -35
  43. package/dist/styles.css +1 -1
  44. package/dist/tab-container.scss +14 -12
  45. package/dist/tab-v2.scss +834 -583
  46. package/dist/text-temp-v2.scss +18 -1
  47. package/dist/types/builder/tools/element-edit/breadcrumbs.d.ts +26 -5
  48. package/dist/types/builder/tools/element-edit/cart.d.ts +7 -0
  49. package/dist/types/builder/tools/element-edit/map.d.ts +0 -1
  50. package/dist/types/builder/tools/element-edit/product-image.d.ts +1 -0
  51. package/dist/types/builder/tools/element-edit/quickLinks.d.ts +6 -0
  52. package/dist/types/builder/tools/element-edit/repeater.d.ts +1 -1
  53. package/dist/types/builder/tools/element-edit/search.d.ts +4 -61
  54. package/dist/types/builder/tools/element-edit/tabsV2.d.ts +164 -1
  55. package/dist/types/builder/tools/element-edit/video.d.ts +32 -0
  56. package/dist/upload-media.scss +14 -2
  57. package/dist/video.scss +548 -476
  58. package/package.json +1 -1
@@ -4,6 +4,7 @@
4
4
 
5
5
  $resizerId: "[data-cms-tool='cms-element-resizer']";
6
6
  $resizeActive: '[data-cms-element-resizer="true"]';
7
+
7
8
  // $defaultValues: (
8
9
  // --_dm-flt: getListOfResponsive(flex-end, flex-start),
9
10
  // );
@@ -51,45 +52,55 @@ $resizeActive: '[data-cms-element-resizer="true"]';
51
52
  cursor: pointer;
52
53
  margin-bottom: 16px;
53
54
  gap: 8px;
55
+
54
56
  h4 {
55
57
  font-size: 20px;
56
58
  color: var(--_gray-900);
57
59
  font-weight: 700;
58
60
  margin-right: 8px;
61
+
59
62
  .cart_items_length {
60
63
  font-size: 14px;
61
64
  color: var(--_gray-600);
62
65
  margin-left: 4px;
63
66
  }
64
67
  }
68
+
65
69
  .toggle_btn {
66
70
  display: flex;
67
71
  margin-right: 6px;
72
+
68
73
  svg {
69
74
  width: 24px;
70
75
  height: 24px;
76
+
71
77
  path {
72
78
  stroke: var(--_gray-600);
73
79
  }
74
80
  }
75
81
  }
76
82
  }
83
+
77
84
  .attr_header {
78
85
  display: flex;
79
86
  justify-content: space-between;
80
87
  align-items: center;
81
88
  padding: 8px;
89
+
82
90
  .group_attr_info_sec {
83
91
  display: flex;
84
92
  align-items: center;
85
93
  gap: 8px;
94
+
86
95
  .attributes_validation_info_sec {
87
96
  display: flex;
97
+
88
98
  .attr_val_info_detail {
89
99
  font-size: 14px;
90
100
  color: #475467;
91
101
  display: flex;
92
102
  gap: 4px;
103
+
93
104
  b {
94
105
  color: #000;
95
106
  }
@@ -98,8 +109,10 @@ $resizeActive: '[data-cms-element-resizer="true"]';
98
109
  }
99
110
  }
100
111
  }
112
+
101
113
  .cart_details_section {
102
114
  width: 100%;
115
+
103
116
  .cart_title_wrapper {
104
117
  display: flex;
105
118
  // padding: 0px 36px 0px 96px;
@@ -148,9 +161,11 @@ $resizeActive: '[data-cms-element-resizer="true"]';
148
161
  --_ctm-mob-dn-ct-an-ss-pg,
149
162
  var(--_ctm-tab-dn-ct-an-ss-pg, var(--_ctm-dn-ct-an-ss-pg))
150
163
  );
164
+
151
165
  &[data-has-link="true"] {
152
166
  cursor: pointer;
153
167
  }
168
+
154
169
  // color: var(--_ctm-dn-ct-an-ss-cr);
155
170
  // font-size: var(--_ctm-dn-ct-an-ss-ft-se);
156
171
  // font-weight: var(--_ctm-dn-ct-an-ss-ft-wt);
@@ -185,23 +200,29 @@ $resizeActive: '[data-cms-element-resizer="true"]';
185
200
  --_ctm-mob-dn-ct-an-ss-le-ht,
186
201
  var(--_ctm-tab-dn-ct-an-ss-le-ht, var(--_ctm-dn-ct-an-ss-le-ht))
187
202
  );
203
+
188
204
  &:hover {
189
205
  text-decoration: underline;
190
206
  }
207
+
191
208
  &.disabled {
192
209
  opacity: 0.5;
193
210
  pointer-events: none;
194
211
  }
212
+
195
213
  span {
196
214
  display: flex;
197
215
  transition: transform 0.4s ease-in-out;
216
+
198
217
  &.rotate__180 {
199
218
  transform: rotate(180deg);
200
219
  }
220
+
201
221
  &.rotate__0 {
202
222
  transform: rotate(0deg);
203
223
  }
204
224
  }
225
+
205
226
  &:has(span) {
206
227
  gap: 4px;
207
228
  }
@@ -210,6 +231,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
210
231
  }
211
232
  }
212
233
  }
234
+
213
235
  @media (max-width: 677px) {
214
236
  .cart_details_wrapper {
215
237
  width: 100%;
@@ -321,6 +343,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
321
343
  display: flex;
322
344
  flex-direction: column;
323
345
  gap: 12px;
346
+
324
347
  .employee-row {
325
348
  display: flex;
326
349
  align-items: center;
@@ -424,9 +447,11 @@ $resizeActive: '[data-cms-element-resizer="true"]';
424
447
  .delete-icon {
425
448
  cursor: pointer;
426
449
  display: flex;
450
+
427
451
  svg {
428
452
  width: 24px;
429
453
  height: 24px;
454
+
430
455
  path {
431
456
  stroke: #6b7280; // gray-500
432
457
  }
@@ -499,6 +524,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
499
524
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
500
525
  gap: 1rem;
501
526
  margin-top: 24px;
527
+
502
528
  .attriTitle {
503
529
  font-weight: 600;
504
530
  font-size: 14px;
@@ -506,11 +532,13 @@ $resizeActive: '[data-cms-element-resizer="true"]';
506
532
  color: #101828;
507
533
  padding-bottom: 6px;
508
534
  }
535
+
509
536
  .attriDes {
510
537
  font-weight: 400;
511
538
  font-size: 14px;
512
539
  line-height: 20px;
513
540
  }
541
+
514
542
  .attribute {
515
543
  width: 100%;
516
544
  display: flex;
@@ -522,19 +550,23 @@ $resizeActive: '[data-cms-element-resizer="true"]';
522
550
  border: 1px solid var(--_thm-cs-be-se-3);
523
551
  background-color: var(--_base-white);
524
552
  border-radius: 4px;
553
+
525
554
  .label {
526
555
  display: block;
527
556
  color: var(--_gray-700);
528
557
  font-weight: 500;
529
558
  font-size: 14px;
530
559
  line-height: 20px;
560
+
531
561
  &.required::after {
532
562
  content: " *";
533
563
  color: var(--_error-500);
534
564
  }
535
565
  }
566
+
536
567
  .attribute_field {
537
568
  width: 100% !important;
569
+
538
570
  input {
539
571
  background-color: var(--_base-white);
540
572
  padding: 8px 12px;
@@ -545,12 +577,14 @@ $resizeActive: '[data-cms-element-resizer="true"]';
545
577
  color 0.2s,
546
578
  border-color 0.2s,
547
579
  box-shadow 0.2s;
580
+
548
581
  &::placeholder {
549
582
  color: var(--_gray-500);
550
583
  font-weight: 500;
551
584
  font-size: 14px;
552
585
  line-height: 24px;
553
586
  }
587
+
554
588
  &:focus {
555
589
  outline: 0 none;
556
590
  outline-offset: 0;
@@ -561,13 +595,16 @@ $resizeActive: '[data-cms-element-resizer="true"]';
561
595
  border: 1px solid var(--primary-300);
562
596
  }
563
597
  }
598
+
564
599
  .date_picker_container {
565
600
  position: relative;
601
+
566
602
  .svg_icon {
567
603
  position: absolute;
568
604
  left: 8px;
569
605
  top: 9px;
570
606
  }
607
+
571
608
  .react-datepicker-wrapper {
572
609
  .react-datepicker__input-container {
573
610
  input {
@@ -576,9 +613,11 @@ $resizeActive: '[data-cms-element-resizer="true"]';
576
613
  }
577
614
  }
578
615
  }
616
+
579
617
  .color-picker-container {
580
618
  .custom_hex_color_picker_div {
581
619
  margin-top: 8px;
620
+
582
621
  label {
583
622
  display: inline-block;
584
623
  margin-bottom: 4px;
@@ -588,6 +627,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
588
627
  line-height: 20px;
589
628
  }
590
629
  }
630
+
591
631
  .custom__div {
592
632
  display: grid;
593
633
  grid-template-columns: repeat(4, 1fr);
@@ -642,6 +682,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
642
682
  }
643
683
  }
644
684
  }
685
+
645
686
  .attribute_form_field {
646
687
  background-color: var(--_base-white);
647
688
  padding: 8px 12px;
@@ -649,6 +690,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
649
690
  border-radius: 4px;
650
691
  height: 40px;
651
692
  }
693
+
652
694
  .attribute_text_area_field {
653
695
  width: 100% !important;
654
696
  transition:
@@ -656,6 +698,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
656
698
  color 0.2s,
657
699
  border-color 0.2s,
658
700
  box-shadow 0.2s;
701
+
659
702
  &:focus {
660
703
  outline: 0 none;
661
704
  outline-offset: 0;
@@ -750,18 +793,22 @@ $resizeActive: '[data-cms-element-resizer="true"]';
750
793
  border-color: var(--_primary-400);
751
794
  outline: 2px solid var(--_primary-200);
752
795
  }
796
+
753
797
  &.error {
754
798
  border-color: #dc2626;
755
799
  background-color: #fef2f2;
756
800
  }
801
+
757
802
  .react-datepicker-wrapper {
758
803
  width: 100%;
804
+
759
805
  .react-datepicker__close-icon::after {
760
806
  background-color: transparent;
761
807
  font-size: 25px;
762
808
  color: var(--_gray-500);
763
809
  }
764
810
  }
811
+
765
812
  .custom-upload {
766
813
  display: flex;
767
814
  // flex-direction: column;
@@ -773,6 +820,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
773
820
  background-color: var(--_base-white);
774
821
  border: 1px solid var(--_thm-cs-be-se-3);
775
822
  border-radius: 4px;
823
+
776
824
  .clear_upload_icon {
777
825
  // display: none;
778
826
  width: 30px;
@@ -783,6 +831,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
783
831
  border-radius: 50%;
784
832
  margin-top: 3px;
785
833
  padding: 3px;
834
+
786
835
  .svg_icon {
787
836
  // position: absolute;
788
837
  // top: 4px;
@@ -792,6 +841,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
792
841
  height: 20px;
793
842
  }
794
843
  }
844
+
795
845
  &:hover {
796
846
  .svg_icon {
797
847
  svg {
@@ -802,16 +852,19 @@ $resizeActive: '[data-cms-element-resizer="true"]';
802
852
  }
803
853
  }
804
854
  }
855
+
805
856
  .preview_image {
806
857
  display: flex;
807
858
  align-items: center;
808
859
  gap: 8px;
860
+
809
861
  img {
810
862
  width: 40px;
811
863
  height: 40px;
812
864
 
813
865
  border-radius: 50%;
814
866
  }
867
+
815
868
  p {
816
869
  color: var(--_gray-700);
817
870
  font-size: 14px;
@@ -823,16 +876,19 @@ $resizeActive: '[data-cms-element-resizer="true"]';
823
876
  overflow: hidden;
824
877
  }
825
878
  }
879
+
826
880
  &:hover {
827
881
  .clear_upload_icon {
828
882
  display: block;
829
883
  }
830
884
  }
885
+
831
886
  .file_upload_text {
832
887
  text-align: center;
833
888
  display: flex;
834
889
  flex-direction: column;
835
890
  gap: 4px;
891
+
836
892
  p {
837
893
  strong {
838
894
  color: var(--_primary-400);
@@ -841,6 +897,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
841
897
  line-height: 150%;
842
898
  }
843
899
  }
900
+
844
901
  span {
845
902
  color: var(--_gray-600);
846
903
  font-size: 12px;
@@ -848,6 +905,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
848
905
  line-height: 150%;
849
906
  }
850
907
  }
908
+
851
909
  .uploadicon {
852
910
  // padding: 10px;
853
911
  // background: #f2f4f7;
@@ -855,10 +913,12 @@ $resizeActive: '[data-cms-element-resizer="true"]';
855
913
  // border-radius: 50%;
856
914
  // color: var(--_gray-600);
857
915
  }
916
+
858
917
  .preview_file {
859
918
  display: flex;
860
919
  align-items: center;
861
920
  gap: 8px;
921
+
862
922
  .file_extension {
863
923
  color: var(--_gray-700);
864
924
  font-size: 14px;
@@ -871,6 +931,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
871
931
  }
872
932
  }
873
933
  }
934
+
874
935
  .has-file {
875
936
  justify-content: space-between;
876
937
  }
@@ -878,6 +939,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
878
939
 
879
940
  .input_percent_a {
880
941
  position: relative;
942
+
881
943
  .svg_icon {
882
944
  position: absolute;
883
945
  top: 12px;
@@ -885,10 +947,12 @@ $resizeActive: '[data-cms-element-resizer="true"]';
885
947
  background-color: var(--_base-white);
886
948
  }
887
949
  }
950
+
888
951
  // toggle styles
889
952
  .input_toggle_switch_container {
890
953
  display: flex;
891
954
  gap: 10px;
955
+
892
956
  .input_toggle_switch {
893
957
  position: relative;
894
958
  display: inline-block;
@@ -933,16 +997,19 @@ $resizeActive: '[data-cms-element-resizer="true"]';
933
997
  }
934
998
  }
935
999
  }
1000
+
936
1001
  .input_toggle_switch_text {
937
1002
  gap: 2px;
938
1003
  display: flex;
939
1004
  flex-direction: column;
1005
+
940
1006
  .checkbox_title {
941
1007
  color: var(--_gray-700);
942
1008
  font-size: 16px;
943
1009
  font-weight: 500;
944
1010
  line-height: 24px;
945
1011
  }
1012
+
946
1013
  .checkbox_des {
947
1014
  color: var(--_gray-600);
948
1015
  font-size: 16px;
@@ -950,6 +1017,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
950
1017
  line-height: 24px;
951
1018
  }
952
1019
  }
1020
+
953
1021
  &.active {
954
1022
  border: 1px solid var(--_primary-500);
955
1023
  border-radius: 4px;
@@ -957,16 +1025,20 @@ $resizeActive: '[data-cms-element-resizer="true"]';
957
1025
  }
958
1026
  }
959
1027
  }
1028
+
960
1029
  .error-text {
961
1030
  font-size: 12px;
962
1031
  color: var(--_error-500);
963
1032
  }
1033
+
964
1034
  .text_area_attribute {
965
1035
  width: 100%;
1036
+
966
1037
  .input_textarea_a {
967
1038
  width: 100%;
968
1039
  }
969
1040
  }
1041
+
970
1042
  .cart_item_attr_disabled {
971
1043
  pointer-events: none;
972
1044
 
@@ -979,6 +1051,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
979
1051
  // height: 40px;
980
1052
  // }
981
1053
  }
1054
+
982
1055
  border-radius: 4px;
983
1056
  box-shadow: var(--_ctm-dn-ct-im-ss-sw-ae) var(--_ctm-dn-ct-im-ss-sw-br)
984
1057
  var(--_ctm-dn-ct-im-ss-sw-sd) var(--_ctm-dn-ct-im-ss-sw-cr);
@@ -1009,6 +1082,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
1009
1082
  gap: 16px;
1010
1083
  // max-width: 60%;
1011
1084
  height: 100%;
1085
+
1012
1086
  .checkbox_wrapper {
1013
1087
  width: fit-content;
1014
1088
  }
@@ -1146,6 +1220,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
1146
1220
  --_ctm-mob-dn-pt-in-ss-ue,
1147
1221
  var(--_ctm-tab-dn-pt-in-ss-ue, var(--_ctm-dn-pt-in-ss-ue))
1148
1222
  );
1223
+
1149
1224
  &:not(:last-child)::after {
1150
1225
  content: "";
1151
1226
  display: inline-block;
@@ -1168,6 +1243,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
1168
1243
  align-self: stretch;
1169
1244
  flex-wrap: wrap;
1170
1245
  font-size: 14px;
1246
+
1171
1247
  span {
1172
1248
  white-space: nowrap;
1173
1249
  color: var(
@@ -1209,10 +1285,12 @@ $resizeActive: '[data-cms-element-resizer="true"]';
1209
1285
  --_ctm-mob-dn-pt-in-ss-ue,
1210
1286
  var(--_ctm-tab-dn-pt-in-ss-ue, var(--_ctm-dn-pt-in-ss-ue))
1211
1287
  );
1288
+
1212
1289
  &::after {
1213
1290
  content: "/";
1214
1291
  padding-left: 4px;
1215
1292
  }
1293
+
1216
1294
  &:last-of-type::after {
1217
1295
  content: "";
1218
1296
  }
@@ -1225,6 +1303,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
1225
1303
  align-items: center;
1226
1304
  gap: 16px;
1227
1305
  min-height: 28px;
1306
+
1228
1307
  .svg_icon {
1229
1308
  display: flex;
1230
1309
  // svg path {
@@ -1278,14 +1357,17 @@ $resizeActive: '[data-cms-element-resizer="true"]';
1278
1357
  --_ctm-mob-dn-pt-as-ss-ue,
1279
1358
  var(--_ctm-tab-dn-pt-as-ss-ue, var(--_ctm-dn-pt-as-ss-ue))
1280
1359
  );
1360
+
1281
1361
  .attr_val_info_detail {
1282
1362
  b {
1283
1363
  margin-right: 4px;
1284
1364
  }
1285
1365
  }
1366
+
1286
1367
  .svg_icon {
1287
1368
  display: flex;
1288
1369
  transition: all 400ms linear;
1370
+
1289
1371
  svg {
1290
1372
  path {
1291
1373
  // stroke: var(
@@ -1294,6 +1376,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
1294
1376
  // );
1295
1377
  stroke: var(--_thm-cs-tt-ls-as);
1296
1378
  }
1379
+
1297
1380
  width: 18px;
1298
1381
  height: 18px;
1299
1382
  margin-top: 2px;
@@ -1301,25 +1384,30 @@ $resizeActive: '[data-cms-element-resizer="true"]';
1301
1384
  }
1302
1385
  }
1303
1386
  }
1387
+
1304
1388
  .attributes_validation_info_sec {
1305
1389
  display: flex;
1306
1390
  justify-content: center;
1307
1391
  align-items: center;
1308
1392
  gap: 4px;
1309
1393
  white-space: nowrap;
1394
+
1310
1395
  b {
1311
1396
  margin-right: 4px;
1312
1397
  }
1313
1398
  }
1399
+
1314
1400
  .svg_icon svg {
1315
1401
  vertical-align: middle;
1316
1402
  }
1403
+
1317
1404
  .svg_icon.down svg {
1318
1405
  transform: rotate(180deg);
1319
1406
  transition: transform 400ms linear;
1320
1407
  // width: 20px;
1321
1408
  // height: 20px;
1322
1409
  }
1410
+
1323
1411
  .customizationInfo_button {
1324
1412
  display: flex;
1325
1413
  justify-content: center;
@@ -1401,6 +1489,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
1401
1489
  background: #fff;
1402
1490
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
1403
1491
  margin-top: 2px;
1492
+
1404
1493
  &:focus-within {
1405
1494
  outline: 2px solid var(--_gray-100);
1406
1495
  border: 1px solid var(--_gray-300);
@@ -1411,6 +1500,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
1411
1500
  padding: 8px 12px;
1412
1501
  align-items: center;
1413
1502
  border-radius: 8px 0px 0px 8px;
1503
+
1414
1504
  p {
1415
1505
  color: var(--_thm-ty-p1-tt-cr);
1416
1506
  font-size: var(--_thm-ty-p1-ft-se);
@@ -1419,6 +1509,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
1419
1509
  line-height: var(--_thm-ty-p1-le-ht);
1420
1510
  }
1421
1511
  }
1512
+
1422
1513
  .product_qty_input_container {
1423
1514
  height: 40px;
1424
1515
  display: flex;
@@ -1428,10 +1519,12 @@ $resizeActive: '[data-cms-element-resizer="true"]';
1428
1519
  background: #fff;
1429
1520
  border-left: 1px solid var(--_thm-cs-be-se-3);
1430
1521
  padding: 8px 12px;
1522
+
1431
1523
  .svg_icon {
1432
1524
  position: absolute;
1433
1525
  top: 8px;
1434
1526
  right: 0px;
1527
+
1435
1528
  g {
1436
1529
  rect {
1437
1530
  fill: var(--_gray-500);
@@ -1441,6 +1534,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
1441
1534
  }
1442
1535
  }
1443
1536
  }
1537
+
1444
1538
  .product_qty_number {
1445
1539
  // display: flex;
1446
1540
  // padding: 8px 12px;
@@ -1458,6 +1552,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
1458
1552
  // max-width: 80px;
1459
1553
  text-align: center;
1460
1554
  width: 75%;
1555
+
1461
1556
  &::-webkit-outer-spin-button,
1462
1557
  &::-webkit-inner-spin-button {
1463
1558
  -webkit-appearance: none;
@@ -1520,18 +1615,22 @@ $resizeActive: '[data-cms-element-resizer="true"]';
1520
1615
  display: flex;
1521
1616
  align-items: center;
1522
1617
  gap: 16px;
1618
+
1523
1619
  & > a,
1524
1620
  span {
1525
1621
  cursor: pointer;
1526
1622
  }
1623
+
1527
1624
  & > * {
1528
1625
  display: flex;
1529
1626
  align-items: center;
1530
1627
  justify-content: center;
1531
1628
  }
1629
+
1532
1630
  button {
1533
1631
  display: flex;
1534
1632
  }
1633
+
1535
1634
  & > a,
1536
1635
  & > span {
1537
1636
  width: 32px;
@@ -1542,14 +1641,18 @@ $resizeActive: '[data-cms-element-resizer="true"]';
1542
1641
  background-color: var(--_gray-100);
1543
1642
  }
1544
1643
  }
1644
+
1545
1645
  span:hover {
1546
1646
  background-color: var(--_gray-100);
1547
1647
  }
1648
+
1548
1649
  .delete_cart_icon:hover {
1549
1650
  background-color: var(--_error-50);
1550
1651
  }
1652
+
1551
1653
  .edit_icon {
1552
1654
  cursor: pointer;
1655
+
1553
1656
  svg {
1554
1657
  width: var(
1555
1658
  --_ctm-mob-dn-pt-an-pt-an-et-dt-se-in-se,
@@ -1565,6 +1668,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
1565
1668
  var(--_ctm-dn-pt-an-pt-an-et-dt-se-in-se)
1566
1669
  )
1567
1670
  );
1671
+
1568
1672
  path {
1569
1673
  // stroke: var(
1570
1674
  // --_ctm-mob-dn-pt-an-pt-an-et-in-c1,
@@ -1573,6 +1677,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
1573
1677
  stroke: var(--_thm-cs-be-se-1);
1574
1678
  }
1575
1679
  }
1680
+
1576
1681
  &:hover {
1577
1682
  svg {
1578
1683
  width: var(
@@ -1589,6 +1694,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
1589
1694
  var(--_ctm-dn-pt-an-pt-an-et-dt-se-in-se)
1590
1695
  )
1591
1696
  );
1697
+
1592
1698
  path {
1593
1699
  stroke: var(--_thm-cs-at-py);
1594
1700
  // stroke: var(
@@ -1599,8 +1705,10 @@ $resizeActive: '[data-cms-element-resizer="true"]';
1599
1705
  }
1600
1706
  }
1601
1707
  }
1708
+
1602
1709
  .wishlist_icon {
1603
1710
  cursor: pointer;
1711
+
1604
1712
  svg {
1605
1713
  width: var(
1606
1714
  --_ctm-mob-dn-pt-an-pt-an-wt-in-se,
@@ -1610,6 +1718,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
1610
1718
  --_ctm-mob-dn-pt-an-pt-an-wt-in-se,
1611
1719
  var(--_ctm-tab-dn-pt-an-pt-an-wt-in-se, var(--_ctm-dn-pt-an-pt-an-wt-in-se))
1612
1720
  );
1721
+
1613
1722
  path {
1614
1723
  // stroke: var(
1615
1724
  // --_ctm-mob-dn-pt-an-pt-an-wt-in-c1,
@@ -1618,6 +1727,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
1618
1727
  stroke: var(--_thm-cs-be-se-1);
1619
1728
  }
1620
1729
  }
1730
+
1621
1731
  &:hover {
1622
1732
  svg {
1623
1733
  width: var(
@@ -1628,6 +1738,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
1628
1738
  --_ctm-mob-dn-pt-an-pt-an-wt-in-se,
1629
1739
  var(--_ctm-tab-dn-pt-an-pt-an-wt-in-se, var(--_ctm-dn-pt-an-pt-an-wt-in-se))
1630
1740
  );
1741
+
1631
1742
  path {
1632
1743
  // stroke: var(
1633
1744
  // --_ctm-mob-dn-pt-an-pt-an-wt-in-c1,
@@ -1641,6 +1752,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
1641
1752
 
1642
1753
  .delete_cart_icon {
1643
1754
  cursor: pointer;
1755
+
1644
1756
  svg {
1645
1757
  width: var(
1646
1758
  --_ctm-mob-dn-pt-an-pt-an-de-in-se,
@@ -1650,6 +1762,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
1650
1762
  --_ctm-mob-dn-pt-an-pt-an-de-in-se,
1651
1763
  var(--_ctm-tab-dn-pt-an-pt-an-de-in-se, var(--_ctm-dn-pt-an-pt-an-de-in-se))
1652
1764
  );
1765
+
1653
1766
  path {
1654
1767
  stroke: var(
1655
1768
  --_ctm-mob-dn-pt-an-pt-an-de-in-c1,
@@ -1657,6 +1770,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
1657
1770
  );
1658
1771
  }
1659
1772
  }
1773
+
1660
1774
  &:hover {
1661
1775
  svg {
1662
1776
  width: var(
@@ -1667,6 +1781,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
1667
1781
  --_ctm-mob-dn-pt-an-pt-an-de-in-se,
1668
1782
  var(--_ctm-tab-dn-pt-an-pt-an-de-in-se, var(--_ctm-dn-pt-an-pt-an-de-in-se))
1669
1783
  );
1784
+
1670
1785
  path {
1671
1786
  stroke: var(
1672
1787
  --_ctm-mob-dn-pt-an-pt-an-de-in-c1,
@@ -1676,6 +1791,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
1676
1791
  }
1677
1792
  }
1678
1793
  }
1794
+
1679
1795
  .svg_icon {
1680
1796
  display: flex;
1681
1797
  justify-content: center;
@@ -1694,6 +1810,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
1694
1810
  // }
1695
1811
  // }
1696
1812
  }
1813
+
1697
1814
  .product_action_button {
1698
1815
  display: flex;
1699
1816
  justify-content: center;
@@ -1776,10 +1893,12 @@ $resizeActive: '[data-cms-element-resizer="true"]';
1776
1893
  display: flex;
1777
1894
  align-items: center;
1778
1895
  justify-content: center;
1896
+
1779
1897
  svg {
1780
1898
  path {
1781
1899
  stroke: var(--_thm-cs-tt-ls-as);
1782
1900
  }
1901
+
1783
1902
  width: 18px;
1784
1903
  height: 18px;
1785
1904
  transition: transform 400ms linear;
@@ -1831,6 +1950,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
1831
1950
  gap: 16px;
1832
1951
  border: 1px solid var(--_thm-cs-be-se-3);
1833
1952
  border-radius: 4px;
1953
+
1834
1954
  .bundle-product-item {
1835
1955
  .product_qty_price_wrapper {
1836
1956
  gap: 8px;
@@ -2334,19 +2454,23 @@ $resizeActive: '[data-cms-element-resizer="true"]';
2334
2454
  grid-template-columns: 1fr;
2335
2455
  margin-top: 0px;
2336
2456
  }
2457
+
2337
2458
  .cart_product_responsive_wrapper {
2338
2459
  display: flex;
2339
2460
  flex-direction: column;
2340
2461
  gap: 16px;
2462
+
2341
2463
  .cart_product_top_section_wrapper {
2342
2464
  display: flex;
2343
2465
  align-items: flex-start;
2344
2466
  gap: 16px;
2467
+
2345
2468
  .product_info_wrapper {
2346
2469
  .product_info_container {
2347
2470
  display: flex;
2348
2471
  flex-direction: column;
2349
2472
  gap: 2px;
2473
+
2350
2474
  .product_title {
2351
2475
  text-overflow: ellipsis;
2352
2476
  line-height: 125%;
@@ -2434,6 +2558,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
2434
2558
  --_ctm-mob-dn-pt-in-ss-ue,
2435
2559
  var(--_ctm-tab-dn-pt-in-ss-ue, var(--_ctm-dn-pt-in-ss-ue))
2436
2560
  );
2561
+
2437
2562
  &:not(:last-child)::after {
2438
2563
  content: "";
2439
2564
  display: inline-block;
@@ -2456,6 +2581,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
2456
2581
  align-self: stretch;
2457
2582
  flex-wrap: wrap;
2458
2583
  font-size: 14px;
2584
+
2459
2585
  span {
2460
2586
  white-space: nowrap;
2461
2587
  color: var(
@@ -2497,10 +2623,12 @@ $resizeActive: '[data-cms-element-resizer="true"]';
2497
2623
  --_ctm-mob-dn-pt-in-ss-ue,
2498
2624
  var(--_ctm-tab-dn-pt-in-ss-ue, var(--_ctm-dn-pt-in-ss-ue))
2499
2625
  );
2626
+
2500
2627
  &::after {
2501
2628
  content: "/";
2502
2629
  padding-left: 4px;
2503
2630
  }
2631
+
2504
2632
  &:last-of-type::after {
2505
2633
  content: "";
2506
2634
  }
@@ -2508,14 +2636,17 @@ $resizeActive: '[data-cms-element-resizer="true"]';
2508
2636
  }
2509
2637
  }
2510
2638
  }
2639
+
2511
2640
  .cart_product_info_wrapper {
2512
2641
  display: flex;
2513
2642
  flex-direction: column;
2514
2643
  gap: 16px;
2644
+
2515
2645
  .product_details_wrapper {
2516
2646
  display: flex;
2517
2647
  gap: 16px;
2518
2648
  }
2649
+
2519
2650
  .product_qty_price_wrapper {
2520
2651
  display: flex;
2521
2652
  justify-content: space-between;
@@ -2545,6 +2676,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
2545
2676
  align-items: center;
2546
2677
  border-radius: 8px 0px 0px 8px;
2547
2678
  height: 40px;
2679
+
2548
2680
  p {
2549
2681
  color: var(--_thm-ty-p1-tt-cr);
2550
2682
  font-size: var(--_thm-ty-p1-ft-se);
@@ -2553,6 +2685,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
2553
2685
  line-height: var(--_thm-ty-p1-le-ht);
2554
2686
  }
2555
2687
  }
2688
+
2556
2689
  .product_qty_input_container {
2557
2690
  height: 40px;
2558
2691
  display: flex;
@@ -2562,10 +2695,12 @@ $resizeActive: '[data-cms-element-resizer="true"]';
2562
2695
  background: #fff;
2563
2696
  border-left: 1px solid var(--_thm-cs-be-se-3);
2564
2697
  padding: 8px 12px;
2698
+
2565
2699
  .svg_icon {
2566
2700
  position: absolute;
2567
2701
  top: 8px;
2568
2702
  right: 0px;
2703
+
2569
2704
  g {
2570
2705
  rect {
2571
2706
  fill: var(--_gray-500);
@@ -2575,6 +2710,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
2575
2710
  }
2576
2711
  }
2577
2712
  }
2713
+
2578
2714
  .product_qty_number {
2579
2715
  // display: flex;
2580
2716
  // padding: 8px 12px;
@@ -2592,6 +2728,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
2592
2728
  // max-width: 80px;
2593
2729
  text-align: center;
2594
2730
  width: 75%;
2731
+
2595
2732
  &::-webkit-outer-spin-button,
2596
2733
  &::-webkit-inner-spin-button {
2597
2734
  -webkit-appearance: none;
@@ -2649,19 +2786,23 @@ $resizeActive: '[data-cms-element-resizer="true"]';
2649
2786
  min-width: 80px;
2650
2787
  }
2651
2788
  }
2789
+
2652
2790
  .product_customization_container {
2653
2791
  display: flex;
2654
2792
  justify-content: space-between;
2655
2793
  align-items: center;
2656
2794
  padding-top: 16px;
2657
2795
  border-top: 1px solid var(--_thm-cs-be-se-3);
2796
+
2658
2797
  .product_customization_left_container {
2659
2798
  display: flex;
2660
2799
  align-items: center;
2661
2800
  gap: 16px;
2662
2801
  min-height: 28px;
2802
+
2663
2803
  .wishlist_icon {
2664
2804
  cursor: pointer;
2805
+
2665
2806
  svg {
2666
2807
  padding: 4px;
2667
2808
  border-radius: 4px;
@@ -2673,6 +2814,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
2673
2814
  --_ctm-mob-dn-pt-an-pt-an-wt-in-se,
2674
2815
  var(--_ctm-tab-dn-pt-an-pt-an-wt-in-se, var(--_ctm-dn-pt-an-pt-an-wt-in-se))
2675
2816
  );
2817
+
2676
2818
  path {
2677
2819
  // stroke: var(
2678
2820
  // --_ctm-mob-dn-pt-an-pt-an-wt-in-c1,
@@ -2681,6 +2823,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
2681
2823
  stroke: var(--_thm-cs-be-se-1);
2682
2824
  }
2683
2825
  }
2826
+
2684
2827
  &:hover {
2685
2828
  svg {
2686
2829
  background-color: color-mix(in srgb, var(--_thm-cs-at-py) 10%, transparent);
@@ -2692,6 +2835,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
2692
2835
  --_ctm-mob-dn-pt-an-pt-an-wt-in-se,
2693
2836
  var(--_ctm-tab-dn-pt-an-pt-an-wt-in-se, var(--_ctm-dn-pt-an-pt-an-wt-in-se))
2694
2837
  );
2838
+
2695
2839
  path {
2696
2840
  // stroke: var(
2697
2841
  // --_ctm-mob-dn-pt-an-pt-an-wt-in-c1,
@@ -2702,6 +2846,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
2702
2846
  }
2703
2847
  }
2704
2848
  }
2849
+
2705
2850
  .svg_icon {
2706
2851
  display: flex;
2707
2852
  // svg path {
@@ -2755,14 +2900,17 @@ $resizeActive: '[data-cms-element-resizer="true"]';
2755
2900
  --_ctm-mob-dn-pt-as-ss-ue,
2756
2901
  var(--_ctm-tab-dn-pt-as-ss-ue, var(--_ctm-dn-pt-as-ss-ue))
2757
2902
  );
2903
+
2758
2904
  .attr_val_info_detail {
2759
2905
  b {
2760
2906
  margin-right: 4px;
2761
2907
  }
2762
2908
  }
2909
+
2763
2910
  .svg_icon {
2764
2911
  display: flex;
2765
2912
  transition: all 400ms linear;
2913
+
2766
2914
  svg {
2767
2915
  path {
2768
2916
  // stroke: var(
@@ -2771,6 +2919,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
2771
2919
  // );
2772
2920
  stroke: var(--_thm-cs-tt-ls-as);
2773
2921
  }
2922
+
2774
2923
  width: 18px;
2775
2924
  height: 18px;
2776
2925
  // margin-top: 2px;
@@ -2778,25 +2927,30 @@ $resizeActive: '[data-cms-element-resizer="true"]';
2778
2927
  }
2779
2928
  }
2780
2929
  }
2930
+
2781
2931
  .attributes_validation_info_sec {
2782
2932
  display: flex;
2783
2933
  justify-content: center;
2784
2934
  align-items: center;
2785
2935
  gap: 4px;
2786
2936
  white-space: nowrap;
2937
+
2787
2938
  b {
2788
2939
  margin-right: 4px;
2789
2940
  }
2790
2941
  }
2942
+
2791
2943
  .svg_icon svg {
2792
2944
  vertical-align: middle;
2793
2945
  }
2946
+
2794
2947
  .svg_icon.down svg {
2795
2948
  transform: rotate(180deg);
2796
2949
  transition: transform 400ms linear;
2797
2950
  // width: 20px;
2798
2951
  // height: 20px;
2799
2952
  }
2953
+
2800
2954
  .customizationInfo_button {
2801
2955
  display: flex;
2802
2956
  justify-content: center;
@@ -2845,12 +2999,14 @@ $resizeActive: '[data-cms-element-resizer="true"]';
2845
2999
  }
2846
3000
  }
2847
3001
  }
3002
+
2848
3003
  .product_actions_wrapper {
2849
3004
  padding-block: 16px;
2850
3005
  border-block: 1px solid var(--_thm-cs-be-se-3);
2851
3006
  display: flex;
2852
3007
  align-items: center;
2853
3008
  gap: 16px;
3009
+
2854
3010
  & > a,
2855
3011
  span {
2856
3012
  cursor: pointer;
@@ -2858,21 +3014,26 @@ $resizeActive: '[data-cms-element-resizer="true"]';
2858
3014
  align-items: center;
2859
3015
  border-radius: 4px;
2860
3016
  }
3017
+
2861
3018
  & > * {
2862
3019
  display: flex;
2863
3020
  align-items: center;
2864
3021
  justify-content: center;
2865
3022
  }
3023
+
2866
3024
  button {
2867
3025
  display: flex;
2868
3026
  }
3027
+
2869
3028
  & > a,
2870
3029
  & > span {
2871
3030
  border-radius: 4px;
2872
3031
  padding: 4px;
2873
3032
  }
3033
+
2874
3034
  .edit_icon {
2875
3035
  cursor: pointer;
3036
+
2876
3037
  svg {
2877
3038
  width: var(
2878
3039
  --_ctm-mob-dn-pt-an-pt-an-et-dt-se-in-se,
@@ -2888,10 +3049,12 @@ $resizeActive: '[data-cms-element-resizer="true"]';
2888
3049
  var(--_ctm-dn-pt-an-pt-an-et-dt-se-in-se)
2889
3050
  )
2890
3051
  );
3052
+
2891
3053
  path {
2892
3054
  stroke: var(--_thm-cs-be-se-1);
2893
3055
  }
2894
3056
  }
3057
+
2895
3058
  &:hover {
2896
3059
  svg {
2897
3060
  width: var(
@@ -2908,14 +3071,17 @@ $resizeActive: '[data-cms-element-resizer="true"]';
2908
3071
  var(--_ctm-dn-pt-an-pt-an-et-dt-se-in-se)
2909
3072
  )
2910
3073
  );
3074
+
2911
3075
  path {
2912
3076
  stroke: var(--_thm-cs-at-py);
2913
3077
  }
2914
3078
  }
2915
3079
  }
2916
3080
  }
3081
+
2917
3082
  .wishlist_icon {
2918
3083
  cursor: pointer;
3084
+
2919
3085
  svg {
2920
3086
  width: var(
2921
3087
  --_ctm-mob-dn-pt-an-pt-an-wt-in-se,
@@ -2925,10 +3091,12 @@ $resizeActive: '[data-cms-element-resizer="true"]';
2925
3091
  --_ctm-mob-dn-pt-an-pt-an-wt-in-se,
2926
3092
  var(--_ctm-tab-dn-pt-an-pt-an-wt-in-se, var(--_ctm-dn-pt-an-pt-an-wt-in-se))
2927
3093
  );
3094
+
2928
3095
  path {
2929
3096
  stroke: var(--_thm-cs-be-se-1);
2930
3097
  }
2931
3098
  }
3099
+
2932
3100
  &:hover {
2933
3101
  svg {
2934
3102
  width: var(
@@ -2939,6 +3107,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
2939
3107
  --_ctm-mob-dn-pt-an-pt-an-wt-in-se,
2940
3108
  var(--_ctm-tab-dn-pt-an-pt-an-wt-in-se, var(--_ctm-dn-pt-an-pt-an-wt-in-se))
2941
3109
  );
3110
+
2942
3111
  path {
2943
3112
  stroke: var(--_thm-cs-at-py);
2944
3113
  }
@@ -2958,6 +3127,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
2958
3127
  --_ctm-mob-dn-pt-an-pt-an-de-in-se,
2959
3128
  var(--_ctm-tab-dn-pt-an-pt-an-de-in-se, var(--_ctm-dn-pt-an-pt-an-de-in-se))
2960
3129
  );
3130
+
2961
3131
  path {
2962
3132
  stroke: var(
2963
3133
  --_ctm-mob-dn-pt-an-pt-an-de-in-c1,
@@ -2965,8 +3135,10 @@ $resizeActive: '[data-cms-element-resizer="true"]';
2965
3135
  );
2966
3136
  }
2967
3137
  }
3138
+
2968
3139
  &:hover {
2969
3140
  background-color: var(--_error-50);
3141
+
2970
3142
  svg {
2971
3143
  width: var(
2972
3144
  --_ctm-mob-dn-pt-an-pt-an-de-in-se,
@@ -2976,6 +3148,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
2976
3148
  --_ctm-mob-dn-pt-an-pt-an-de-in-se,
2977
3149
  var(--_ctm-tab-dn-pt-an-pt-an-de-in-se, var(--_ctm-dn-pt-an-pt-an-de-in-se))
2978
3150
  );
3151
+
2979
3152
  path {
2980
3153
  stroke: var(
2981
3154
  --_ctm-mob-dn-pt-an-pt-an-de-in-c1,
@@ -2985,25 +3158,30 @@ $resizeActive: '[data-cms-element-resizer="true"]';
2985
3158
  }
2986
3159
  }
2987
3160
  }
3161
+
2988
3162
  .svg_icon {
2989
3163
  display: flex;
2990
3164
  justify-content: center;
2991
3165
  align-items: center;
2992
3166
  }
3167
+
2993
3168
  .product_action_button {
2994
3169
  display: flex;
2995
3170
  justify-content: center;
2996
3171
  align-items: center;
2997
3172
  gap: 8px;
2998
3173
  }
3174
+
2999
3175
  a {
3000
3176
  width: 33%;
3001
3177
  display: flex;
3002
3178
  justify-content: center;
3003
3179
  border-radius: 4px;
3004
3180
  padding: 4px !important;
3181
+
3005
3182
  &:hover {
3006
3183
  background-color: color-mix(in srgb, var(--_thm-cs-at-py) 10%, transparent);
3184
+
3007
3185
  svg {
3008
3186
  path {
3009
3187
  stroke: var(--_thm-cs-at-py);
@@ -3011,6 +3189,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
3011
3189
  }
3012
3190
  }
3013
3191
  }
3192
+
3014
3193
  button {
3015
3194
  width: 33%;
3016
3195
  display: flex;
@@ -3018,22 +3197,27 @@ $resizeActive: '[data-cms-element-resizer="true"]';
3018
3197
  border-radius: 4px;
3019
3198
  padding: 4px !important;
3020
3199
  }
3200
+
3021
3201
  span:has(.cart-dropdown-container) {
3022
3202
  width: 33%;
3023
3203
  display: flex;
3024
3204
  justify-content: center;
3025
3205
  border-radius: 4px;
3206
+
3026
3207
  button {
3027
3208
  width: 100%;
3028
3209
  padding: 0 !important;
3210
+
3029
3211
  span {
3030
3212
  display: flex;
3031
3213
  align-items: center;
3032
3214
  border-radius: 4px;
3033
3215
  }
3034
3216
  }
3217
+
3035
3218
  &:hover {
3036
3219
  background-color: color-mix(in srgb, var(--_thm-cs-at-py) 10%, transparent);
3220
+
3037
3221
  span {
3038
3222
  svg {
3039
3223
  path {
@@ -3043,11 +3227,13 @@ $resizeActive: '[data-cms-element-resizer="true"]';
3043
3227
  }
3044
3228
  }
3045
3229
  }
3230
+
3046
3231
  .line_divider {
3047
3232
  height: 12px;
3048
3233
  background: var(--_thm-cs-be-se-3);
3049
3234
  width: 1px;
3050
3235
  }
3236
+
3051
3237
  .primary_link {
3052
3238
  display: flex;
3053
3239
  justify-content: center;
@@ -3059,6 +3245,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
3059
3245
  var(--_ctm-tab-ty-bs-dt-se-tt-cr, var(--_thm-ty-bs-dt-se-tt-cr, inherit))
3060
3246
  )
3061
3247
  ) !important;
3248
+
3062
3249
  span {
3063
3250
  svg {
3064
3251
  path {
@@ -3073,11 +3260,13 @@ $resizeActive: '[data-cms-element-resizer="true"]';
3073
3260
  }
3074
3261
  }
3075
3262
  }
3263
+
3076
3264
  .destructive {
3077
3265
  color: var(--_gray-900);
3078
3266
  display: flex;
3079
3267
  align-items: center;
3080
3268
  justify-content: center;
3269
+
3081
3270
  span {
3082
3271
  svg {
3083
3272
  path {
@@ -3085,9 +3274,11 @@ $resizeActive: '[data-cms-element-resizer="true"]';
3085
3274
  }
3086
3275
  }
3087
3276
  }
3277
+
3088
3278
  &:hover {
3089
3279
  color: var(--_error-500);
3090
3280
  background-color: var(--_error-50);
3281
+
3091
3282
  span {
3092
3283
  svg {
3093
3284
  path {
@@ -3114,6 +3305,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
3114
3305
 
3115
3306
  .infinite-group-list-container {
3116
3307
  max-height: calc(100vh - 200px);
3308
+
3117
3309
  &.cart_items_grouped {
3118
3310
  margin-left: 30px;
3119
3311
  }
@@ -3129,6 +3321,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
3129
3321
  .section {
3130
3322
  padding: 12px;
3131
3323
  border: 1px solid #d9d9d9;
3324
+
3132
3325
  .section-title {
3133
3326
  font-size: 1rem;
3134
3327
  font-weight: 600;
@@ -3262,15 +3455,18 @@ $resizeActive: '[data-cms-element-resizer="true"]';
3262
3455
  background-color: var(--_base-white);
3263
3456
  }
3264
3457
  }
3458
+
3265
3459
  .cart_wrapper_container {
3266
3460
  display: flex;
3267
3461
  flex-direction: column;
3268
3462
  gap: 24px;
3269
3463
  height: 400px;
3270
3464
  background-color: var(--_base-white);
3465
+
3271
3466
  h2 {
3272
3467
  margin-bottom: 24px;
3273
3468
  }
3469
+
3274
3470
  .cart_wrapper_empty_styles {
3275
3471
  height: 400px;
3276
3472
  display: flex;
@@ -3279,6 +3475,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
3279
3475
  font-size: 20px;
3280
3476
  color: var(--_gray-900);
3281
3477
  }
3478
+
3282
3479
  .cart_wrapper_loading {
3283
3480
  height: 400px;
3284
3481
  display: flex;
@@ -3307,6 +3504,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
3307
3504
  overflow: hidden;
3308
3505
  border-radius: 30px;
3309
3506
  }
3507
+
3310
3508
  .cart_loader::before {
3311
3509
  content: "";
3312
3510
  box-sizing: border-box;
@@ -3329,6 +3527,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
3329
3527
  background-size: 15px 15px;
3330
3528
  z-index: 10;
3331
3529
  }
3530
+
3332
3531
  .cart_loader::after {
3333
3532
  content: "";
3334
3533
  box-sizing: border-box;
@@ -3346,8 +3545,23 @@ $resizeActive: '[data-cms-element-resizer="true"]';
3346
3545
  0% {
3347
3546
  width: 0;
3348
3547
  }
3548
+
3349
3549
  100% {
3350
3550
  width: 100%;
3351
3551
  }
3352
3552
  }
3353
3553
  }
3554
+
3555
+ .product_qty_wrapper {
3556
+ .product_qty_uom {
3557
+ color: var(--_thm-ty-p3-tt-cr, var(--_gray-500));
3558
+ font-size: var(--_thm-ty-p3-ft-se, 12px);
3559
+ font-weight: var(--_thm-ty-p3-bd, 400);
3560
+ line-height: var(--_thm-ty-p3-le-ht, 18px);
3561
+ text-align: left;
3562
+ white-space: nowrap;
3563
+ overflow: hidden;
3564
+ text-overflow: ellipsis;
3565
+ max-width: 100%;
3566
+ }
3567
+ }