@sc-360-v2/storefront-cms-library 0.4.97 → 0.4.99

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 (97) hide show
  1. package/dist/add-existing-form.scss +66 -66
  2. package/dist/amount-estimator.scss +1083 -1083
  3. package/dist/animation-control.scss +23 -23
  4. package/dist/badge.scss +388 -388
  5. package/dist/brand.scss +93 -93
  6. package/dist/breadcrumbs.scss +802 -802
  7. package/dist/bulk-variant-picker copy.scss +1121 -1121
  8. package/dist/bundleDetails copy.scss +1431 -1431
  9. package/dist/button copy.scss +271 -271
  10. package/dist/buy-for-tab-container.scss +90 -90
  11. package/dist/buy-for-tabs-container-item.scss +80 -80
  12. package/dist/cart-products-sidebar.scss +211 -211
  13. package/dist/cart-wrapper.scss +127 -127
  14. package/dist/cartGrouping.scss +89 -89
  15. package/dist/category.scss +73 -73
  16. package/dist/categoryDetails.scss +61 -61
  17. package/dist/categoryWidget.scss +34 -34
  18. package/dist/checkbox-radio.scss +124 -124
  19. package/dist/code-temp.scss +58 -58
  20. package/dist/common-element.scss +35 -35
  21. package/dist/confirmationModal.scss +139 -139
  22. package/dist/custom-fonts.scss +100 -100
  23. package/dist/embed-temp.scss +72 -72
  24. package/dist/embroider-preview-element.scss +94 -94
  25. package/dist/embroider-template-1.scss +482 -482
  26. package/dist/emtpy-templates.scss +165 -165
  27. package/dist/faq.scss +564 -564
  28. package/dist/fb-dropdown.scss +125 -125
  29. package/dist/filter-results.scss +323 -323
  30. package/dist/flex-text-editor.scss +271 -271
  31. package/dist/form-zindex-module.scss +24 -24
  32. package/dist/global-styles.scss +86 -86
  33. package/dist/grid.scss +119 -119
  34. package/dist/hotspot.scss +397 -397
  35. package/dist/icon-library.scss +74 -74
  36. package/dist/image-for-product.scss +21 -21
  37. package/dist/item-stock.scss +87 -87
  38. package/dist/layouter-pro.scss +88 -88
  39. package/dist/light-box-v2.scss +105 -105
  40. package/dist/lightbox.scss +78 -78
  41. package/dist/line.scss +166 -166
  42. package/dist/loader.scss +37 -37
  43. package/dist/login.scss +3 -3
  44. package/dist/marchandiserSets.scss +60 -60
  45. package/dist/mega-menu-container.scss +99 -99
  46. package/dist/menu-item.scss +19 -19
  47. package/dist/menu.scss +162 -162
  48. package/dist/my-wishlist.scss +17 -17
  49. package/dist/option-bar.scss +845 -845
  50. package/dist/order-processing.scss +61 -61
  51. package/dist/overflow-module.scss +63 -63
  52. package/dist/past-orders.scss +975 -975
  53. package/dist/payment-methods.scss +289 -289
  54. package/dist/pickup-locations.scss +1167 -1167
  55. package/dist/position-module.scss +95 -95
  56. package/dist/prefix-list.scss +86 -86
  57. package/dist/product-actions copy.scss +2765 -2765
  58. package/dist/product-customizations.scss +149 -149
  59. package/dist/product-image copy.scss +787 -787
  60. package/dist/product-image.scss +0 -4
  61. package/dist/product-inventory.scss +1378 -1378
  62. package/dist/product-promotions.scss +2759 -2759
  63. package/dist/product.scss +97 -97
  64. package/dist/productDetails.scss +70 -70
  65. package/dist/quota-details.scss +263 -263
  66. package/dist/quotes.scss +737 -737
  67. package/dist/repeater copy.scss +635 -635
  68. package/dist/responsive-behaviour.scss +29 -29
  69. package/dist/rfqs.scss +736 -736
  70. package/dist/search-results-heading.scss +279 -279
  71. package/dist/shareCartSideBar.scss +254 -254
  72. package/dist/shipping-estimator.scss +41 -41
  73. package/dist/simple-list.scss +259 -259
  74. package/dist/social.scss +276 -276
  75. package/dist/sort.scss +89 -89
  76. package/dist/stack.scss +129 -129
  77. package/dist/static-text.scss +52 -52
  78. package/dist/stockStatus.scss +64 -64
  79. package/dist/store-locations.scss +1398 -1398
  80. package/dist/sub-category.scss +74 -74
  81. package/dist/submit-quote.scss +275 -275
  82. package/dist/tab-container-item.scss +80 -80
  83. package/dist/tab-container.scss +89 -89
  84. package/dist/tab-v2.scss +583 -583
  85. package/dist/table-common.scss +506 -506
  86. package/dist/table.scss +685 -685
  87. package/dist/tabs.scss +395 -395
  88. package/dist/text-temp-v2.scss +139 -139
  89. package/dist/text-temp.scss +109 -109
  90. package/dist/toaster.scss +350 -350
  91. package/dist/toggle-button.scss +32 -32
  92. package/dist/transform-properties-module.scss +20 -20
  93. package/dist/user-elements copy.scss +1437 -1437
  94. package/dist/video.scss +476 -476
  95. package/dist/widget.scss +148 -148
  96. package/dist/wishlist-overlay.scss +48 -48
  97. package/package.json +1 -1
@@ -1,139 +1,139 @@
1
- .confirm-modal-overlay {
2
- position: fixed;
3
- top: 0;
4
- left: 0;
5
- width: 100%;
6
- height: 100%;
7
- background: rgba(17, 24, 39, 0.5); // dark semi-transparent
8
- display: flex;
9
- align-items: center;
10
- justify-content: center;
11
- z-index: 1000;
12
-
13
- .confirm-modal {
14
- background: #ffffff;
15
- border-radius: 10px;
16
- padding: 24px;
17
- width: 480px;
18
- max-width: 480px;
19
- box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
20
- position: relative;
21
- text-align: center;
22
- min-height: 174px;
23
- line-height: 20px;
24
- display: grid;
25
- gap: 10px;
26
-
27
- .confirm-modal-header {
28
- display: flex;
29
- align-items: center;
30
- width: 100%;
31
- justify-content: space-between;
32
- .title {
33
- font-size: 18px;
34
- font-weight: 700;
35
- color: #101828;
36
- }
37
- }
38
- .confirm-modal-body {
39
- .message {
40
- font-size: 14px;
41
- color: #475467;
42
- text-align: left;
43
- padding-block-end: 16px;
44
- }
45
- }
46
- .shp-type {
47
- display: flex;
48
- gap: 24px;
49
- padding: 24px;
50
- border: 1px solid var(--_gray-200);
51
- border-radius: 6px;
52
- margin-block-end: 24px;
53
- label {
54
- display: flex;
55
- gap: 8px;
56
- cursor: pointer;
57
- align-items: center;
58
- position: relative;
59
-
60
- input[type="radio"] {
61
- appearance: none;
62
- width: 16px;
63
- height: 16px;
64
- border: 2px solid var(--_gray-300);
65
- border-radius: 50%;
66
- position: relative;
67
- transition: all 0.2s ease-in-out;
68
- cursor: pointer;
69
- background-color: transparent;
70
-
71
- &:checked {
72
- border-color: var(--_primary-400);
73
- background-color: var(--_primary-400); // Changed from white for visibility
74
-
75
- &::after {
76
- content: "";
77
- position: absolute;
78
- top: 1px;
79
- left: 1px;
80
- width: 10px;
81
- height: 10px;
82
- background: var(--_base-white);
83
- border-radius: 50%;
84
- }
85
- }
86
- }
87
-
88
- span {
89
- font-size: 14px;
90
- color: #333;
91
- }
92
- }
93
- }
94
-
95
- .actions {
96
- display: flex;
97
- justify-content: space-between;
98
- gap: 16px;
99
- height: 40px;
100
- button {
101
- height: 40px;
102
- width: 204px;
103
- // font-size: 16px;
104
- cursor: pointer;
105
- border: none;
106
- // border-radius: 5px;
107
- }
108
- .cancel-button {
109
- background: transparent;
110
- color: #6b7280;
111
- font-weight: 500;
112
- &:hover {
113
- border: 1px solid #d0d5dd;
114
- }
115
- }
116
- .confirm-button {
117
- color: #ffffff;
118
- font-weight: 600;
119
- }
120
-
121
- .confirmation-button {
122
- background-color: #dc2626; // red-600
123
- color: #ffffff;
124
- border-radius: var(--_sf-hr-br-rs, var(--_thm-py-bs-dt-se-br-rs));
125
- &:hover {
126
- background-color: #b91c1c;
127
- }
128
- }
129
-
130
- .primaryConfirmation-button {
131
- background-color: #162578; // red-600
132
-
133
- &:hover {
134
- background-color: #101c5f;
135
- }
136
- }
137
- }
138
- }
139
- }
1
+ .confirm-modal-overlay {
2
+ position: fixed;
3
+ top: 0;
4
+ left: 0;
5
+ width: 100%;
6
+ height: 100%;
7
+ background: rgba(17, 24, 39, 0.5); // dark semi-transparent
8
+ display: flex;
9
+ align-items: center;
10
+ justify-content: center;
11
+ z-index: 1000;
12
+
13
+ .confirm-modal {
14
+ background: #ffffff;
15
+ border-radius: 10px;
16
+ padding: 24px;
17
+ width: 480px;
18
+ max-width: 480px;
19
+ box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
20
+ position: relative;
21
+ text-align: center;
22
+ min-height: 174px;
23
+ line-height: 20px;
24
+ display: grid;
25
+ gap: 10px;
26
+
27
+ .confirm-modal-header {
28
+ display: flex;
29
+ align-items: center;
30
+ width: 100%;
31
+ justify-content: space-between;
32
+ .title {
33
+ font-size: 18px;
34
+ font-weight: 700;
35
+ color: #101828;
36
+ }
37
+ }
38
+ .confirm-modal-body {
39
+ .message {
40
+ font-size: 14px;
41
+ color: #475467;
42
+ text-align: left;
43
+ padding-block-end: 16px;
44
+ }
45
+ }
46
+ .shp-type {
47
+ display: flex;
48
+ gap: 24px;
49
+ padding: 24px;
50
+ border: 1px solid var(--_gray-200);
51
+ border-radius: 6px;
52
+ margin-block-end: 24px;
53
+ label {
54
+ display: flex;
55
+ gap: 8px;
56
+ cursor: pointer;
57
+ align-items: center;
58
+ position: relative;
59
+
60
+ input[type="radio"] {
61
+ appearance: none;
62
+ width: 16px;
63
+ height: 16px;
64
+ border: 2px solid var(--_gray-300);
65
+ border-radius: 50%;
66
+ position: relative;
67
+ transition: all 0.2s ease-in-out;
68
+ cursor: pointer;
69
+ background-color: transparent;
70
+
71
+ &:checked {
72
+ border-color: var(--_primary-400);
73
+ background-color: var(--_primary-400); // Changed from white for visibility
74
+
75
+ &::after {
76
+ content: "";
77
+ position: absolute;
78
+ top: 1px;
79
+ left: 1px;
80
+ width: 10px;
81
+ height: 10px;
82
+ background: var(--_base-white);
83
+ border-radius: 50%;
84
+ }
85
+ }
86
+ }
87
+
88
+ span {
89
+ font-size: 14px;
90
+ color: #333;
91
+ }
92
+ }
93
+ }
94
+
95
+ .actions {
96
+ display: flex;
97
+ justify-content: space-between;
98
+ gap: 16px;
99
+ height: 40px;
100
+ button {
101
+ height: 40px;
102
+ width: 204px;
103
+ // font-size: 16px;
104
+ cursor: pointer;
105
+ border: none;
106
+ // border-radius: 5px;
107
+ }
108
+ .cancel-button {
109
+ background: transparent;
110
+ color: #6b7280;
111
+ font-weight: 500;
112
+ &:hover {
113
+ border: 1px solid #d0d5dd;
114
+ }
115
+ }
116
+ .confirm-button {
117
+ color: #ffffff;
118
+ font-weight: 600;
119
+ }
120
+
121
+ .confirmation-button {
122
+ background-color: #dc2626; // red-600
123
+ color: #ffffff;
124
+ border-radius: var(--_sf-hr-br-rs, var(--_thm-py-bs-dt-se-br-rs));
125
+ &:hover {
126
+ background-color: #b91c1c;
127
+ }
128
+ }
129
+
130
+ .primaryConfirmation-button {
131
+ background-color: #162578; // red-600
132
+
133
+ &:hover {
134
+ background-color: #101c5f;
135
+ }
136
+ }
137
+ }
138
+ }
139
+ }
@@ -1,100 +1,100 @@
1
- @font-face {
2
- font-family: "Poppins";
3
- // font-family: 'Roboto',Arial,Calibiri,sans-serif;
4
- font-style: normal;
5
- font-weight: 400;
6
- font-display: swap;
7
- src: url("https://sellerscommerce.sirv.com/fonts/poppins-font/Poppins-Regular.woff2")
8
- format("woff2");
9
- }
10
-
11
- /* Inter-Medium*/
12
- @font-face {
13
- font-family: "Poppins";
14
- font-style: normal;
15
- font-weight: 500;
16
- font-display: swap;
17
- src: url("https://sellerscommerce.sirv.com/fonts/poppins-font/poppins-medium.woff2")
18
- format("woff2");
19
- }
20
-
21
- /* Inter-SemiBold*/
22
- @font-face {
23
- font-family: "Poppins";
24
- font-style: normal;
25
- font-weight: 600;
26
- font-display: swap;
27
- src: url("https://sellerscommerce.sirv.com/fonts/poppins-font/Poppins-SemiBold.woff2")
28
- format("woff2");
29
- }
30
-
31
- /* Inter-Bold*/
32
- @font-face {
33
- font-family: "Poppins";
34
- font-style: normal;
35
- font-weight: 700;
36
- font-display: swap;
37
- src: url("https://sellerscommerce.sirv.com/fonts/poppins-font/poppins-bold.woff2") format("woff2");
38
- }
39
-
40
- /* Inter-ExtraBold*/
41
- // @font-face {
42
- // font-family: "poppins";
43
- // font-style: normal;
44
- // font-weight: 800;
45
- // font-display: swap;
46
- // src:
47
- // url('https://cdn.grabon.in/gograbon/v8/fonts-v2/minified/inter-extrabold-webfont.woff2') format('woff2'), / Super Modern Browsers /
48
- // url('https://cdn.grabon.in/gograbon/v8/fonts-v2/minified/inter-extrabold-webfont.woff') format('woff'); / Modern Browsers /
49
- // }
50
-
51
- /* Inter-Black*/
52
- @font-face {
53
- font-family: "Poppins";
54
- font-style: normal;
55
- font-weight: 900;
56
- font-display: swap;
57
- src: url("https://sellerscommerce.sirv.com/fonts/poppins-font/poppins-black.woff2")
58
- format("woff2");
59
- }
60
-
61
- /* Lato Fonts */
62
- @font-face {
63
- font-family: "Lato";
64
- src: url("https://sellerscommerce.sirv.com/fonts/lato-font/Lato-Regular.woff2") format("woff2");
65
- font-weight: normal;
66
- font-style: normal;
67
- font-display: swap;
68
- }
69
-
70
- @font-face {
71
- font-family: "Lato";
72
- src: url("https://sellerscommerce.sirv.com/fonts/lato-font/Lato-Bold.woff2") format("woff2");
73
- font-weight: bold;
74
- font-style: normal;
75
- font-display: swap;
76
- }
77
-
78
- @font-face {
79
- font-family: "Lato Hairline";
80
- src: url("https://sellerscommerce.sirv.com/fonts/lato-font/Lato-Hairline.woff2") format("woff2");
81
- font-weight: 300;
82
- font-style: normal;
83
- font-display: swap;
84
- }
85
-
86
- @font-face {
87
- font-family: "Lato";
88
- src: url("https://sellerscommerce.sirv.com/fonts/lato-font/Lato-Light.woff2") format("woff2");
89
- font-weight: 300;
90
- font-style: normal;
91
- font-display: swap;
92
- }
93
-
94
- @font-face {
95
- font-family: "Lato";
96
- src: url("https://sellerscommerce.sirv.com/fonts/lato-font/Lato-Black.woff2") format("woff2");
97
- font-weight: 900;
98
- font-style: normal;
99
- font-display: swap;
100
- }
1
+ @font-face {
2
+ font-family: "Poppins";
3
+ // font-family: 'Roboto',Arial,Calibiri,sans-serif;
4
+ font-style: normal;
5
+ font-weight: 400;
6
+ font-display: swap;
7
+ src: url("https://sellerscommerce.sirv.com/fonts/poppins-font/Poppins-Regular.woff2")
8
+ format("woff2");
9
+ }
10
+
11
+ /* Inter-Medium*/
12
+ @font-face {
13
+ font-family: "Poppins";
14
+ font-style: normal;
15
+ font-weight: 500;
16
+ font-display: swap;
17
+ src: url("https://sellerscommerce.sirv.com/fonts/poppins-font/poppins-medium.woff2")
18
+ format("woff2");
19
+ }
20
+
21
+ /* Inter-SemiBold*/
22
+ @font-face {
23
+ font-family: "Poppins";
24
+ font-style: normal;
25
+ font-weight: 600;
26
+ font-display: swap;
27
+ src: url("https://sellerscommerce.sirv.com/fonts/poppins-font/Poppins-SemiBold.woff2")
28
+ format("woff2");
29
+ }
30
+
31
+ /* Inter-Bold*/
32
+ @font-face {
33
+ font-family: "Poppins";
34
+ font-style: normal;
35
+ font-weight: 700;
36
+ font-display: swap;
37
+ src: url("https://sellerscommerce.sirv.com/fonts/poppins-font/poppins-bold.woff2") format("woff2");
38
+ }
39
+
40
+ /* Inter-ExtraBold*/
41
+ // @font-face {
42
+ // font-family: "poppins";
43
+ // font-style: normal;
44
+ // font-weight: 800;
45
+ // font-display: swap;
46
+ // src:
47
+ // url('https://cdn.grabon.in/gograbon/v8/fonts-v2/minified/inter-extrabold-webfont.woff2') format('woff2'), / Super Modern Browsers /
48
+ // url('https://cdn.grabon.in/gograbon/v8/fonts-v2/minified/inter-extrabold-webfont.woff') format('woff'); / Modern Browsers /
49
+ // }
50
+
51
+ /* Inter-Black*/
52
+ @font-face {
53
+ font-family: "Poppins";
54
+ font-style: normal;
55
+ font-weight: 900;
56
+ font-display: swap;
57
+ src: url("https://sellerscommerce.sirv.com/fonts/poppins-font/poppins-black.woff2")
58
+ format("woff2");
59
+ }
60
+
61
+ /* Lato Fonts */
62
+ @font-face {
63
+ font-family: "Lato";
64
+ src: url("https://sellerscommerce.sirv.com/fonts/lato-font/Lato-Regular.woff2") format("woff2");
65
+ font-weight: normal;
66
+ font-style: normal;
67
+ font-display: swap;
68
+ }
69
+
70
+ @font-face {
71
+ font-family: "Lato";
72
+ src: url("https://sellerscommerce.sirv.com/fonts/lato-font/Lato-Bold.woff2") format("woff2");
73
+ font-weight: bold;
74
+ font-style: normal;
75
+ font-display: swap;
76
+ }
77
+
78
+ @font-face {
79
+ font-family: "Lato Hairline";
80
+ src: url("https://sellerscommerce.sirv.com/fonts/lato-font/Lato-Hairline.woff2") format("woff2");
81
+ font-weight: 300;
82
+ font-style: normal;
83
+ font-display: swap;
84
+ }
85
+
86
+ @font-face {
87
+ font-family: "Lato";
88
+ src: url("https://sellerscommerce.sirv.com/fonts/lato-font/Lato-Light.woff2") format("woff2");
89
+ font-weight: 300;
90
+ font-style: normal;
91
+ font-display: swap;
92
+ }
93
+
94
+ @font-face {
95
+ font-family: "Lato";
96
+ src: url("https://sellerscommerce.sirv.com/fonts/lato-font/Lato-Black.woff2") format("woff2");
97
+ font-weight: 900;
98
+ font-style: normal;
99
+ font-display: swap;
100
+ }
@@ -1,72 +1,72 @@
1
- @use "sass:map";
2
- @use "sass:list";
3
-
4
- [data-div-type="element"] {
5
- &[data-element-type="embed"] {
6
- // width: var(--_lt-wh);
7
- // height: var(--_lt-ht);
8
- // margin: var(--_lt-mn);
9
- // padding: var(--_lt-pg);
10
- // width: var(--_ctm-lt-wh, var(--_ctm-lt-wh));
11
- // width: var(--_sf-nw-wh, var(--_ctm-lt-wh));
12
- width: var(
13
- --_sf-el-wh-st-mx,
14
- calc(
15
- 1% *
16
- var(
17
- --_ctm-mob-ele-nw-wh-vl,
18
- var(--_ctm-tab-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
- aspect-ratio: 1 / var(--_sf-aspect-ratio);
24
- --_aspect-ratio: calc(
25
- 1 * var(--_ctm-mob-lt-ht, var(--_ctm-tab-lt-ht, var(--_ctm-lt-ht))) /
26
- var(--_ctm-mob-lt-wh, var(--_ctm-tab-lt-wh, var(--_ctm-lt-wh)))
27
- );
28
-
29
- & > .wrapper {
30
- width: 100%;
31
- height: 100%;
32
- }
33
- &[data-show-shadow="false"] {
34
- --_show-shadow: none;
35
- }
36
-
37
- .embed-element {
38
- background-color: var(--_ctm-mob-dn-bd-cr, var(--_ctm-tab-dn-bd-cr, var(--_ctm-dn-bd-cr)));
39
- padding: var(--_ctm-mob-lt-pg, var(--_ctm-tab-lt-pg, var(--_ctm-lt-pg)));
40
- display: flex;
41
- flex-direction: column;
42
- --_sf-gp: 16px;
43
- --_sf-cd-gp: calc(var(--_sf-gp) * 0.5);
44
- row-gap: var(--_sf-gp);
45
- width: 100%;
46
- height: 100%;
47
- border-color: var(--_ctm-mob-dn-br-cr, var(--_ctm-tab-dn-br-cr, var(--_ctm-dn-br-cr)));
48
- border-style: var(--_ctm-mob-dn-br-se, var(--_ctm-tab-dn-br-se, var(--_ctm-dn-br-se)));
49
-
50
- border-width: var(--_ctm-mob-dn-br-wh, var(--_ctm-tab-dn-br-wh, var(--_ctm-dn-br-wh)));
51
-
52
- border-radius: var(--_ctm-mob-dn-br-rs, var(--_ctm-tab-dn-br-rs, var(--_ctm-dn-br-rs)));
53
-
54
- box-shadow: var(
55
- --_show-shadow,
56
- var(--_ctm-mob-dn-sw-ae, var(--_ctm-tab-dn-sw-ae, var(--_ctm-dn-sw-ae)))
57
- var(--_ctm-mob-dn-sw-br, var(--_ctm-tab-dn-sw-br, var(--_ctm-dn-sw-br)))
58
- var(--_ctm-mob-dn-sw-sd, var(--_ctm-tab-dn-sw-sd, var(--_ctm-dn-sw-sd)))
59
- var(--_ctm-mob-dn-sw-cr, var(--_ctm-tab-dn-sw-cr, var(--_ctm-dn-sw-cr)))
60
- );
61
-
62
- // transform: scale(var(--_ctm-dn-zm-ie));
63
- scale: var(--_ctm-mob-dn-zm-ie, var(--_ctm-tab-dn-zm-ie, var(--_ctm-dn-zm-ie)));
64
- &[data-flip-x="true"] {
65
- transform: scaleX(-1);
66
- }
67
- &[data-flip-y="true"] {
68
- transform: scaleY(-1);
69
- }
70
- }
71
- }
72
- }
1
+ @use "sass:map";
2
+ @use "sass:list";
3
+
4
+ [data-div-type="element"] {
5
+ &[data-element-type="embed"] {
6
+ // width: var(--_lt-wh);
7
+ // height: var(--_lt-ht);
8
+ // margin: var(--_lt-mn);
9
+ // padding: var(--_lt-pg);
10
+ // width: var(--_ctm-lt-wh, var(--_ctm-lt-wh));
11
+ // width: var(--_sf-nw-wh, var(--_ctm-lt-wh));
12
+ width: var(
13
+ --_sf-el-wh-st-mx,
14
+ calc(
15
+ 1% *
16
+ var(
17
+ --_ctm-mob-ele-nw-wh-vl,
18
+ var(--_ctm-tab-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
+ aspect-ratio: 1 / var(--_sf-aspect-ratio);
24
+ --_aspect-ratio: calc(
25
+ 1 * var(--_ctm-mob-lt-ht, var(--_ctm-tab-lt-ht, var(--_ctm-lt-ht))) /
26
+ var(--_ctm-mob-lt-wh, var(--_ctm-tab-lt-wh, var(--_ctm-lt-wh)))
27
+ );
28
+
29
+ & > .wrapper {
30
+ width: 100%;
31
+ height: 100%;
32
+ }
33
+ &[data-show-shadow="false"] {
34
+ --_show-shadow: none;
35
+ }
36
+
37
+ .embed-element {
38
+ background-color: var(--_ctm-mob-dn-bd-cr, var(--_ctm-tab-dn-bd-cr, var(--_ctm-dn-bd-cr)));
39
+ padding: var(--_ctm-mob-lt-pg, var(--_ctm-tab-lt-pg, var(--_ctm-lt-pg)));
40
+ display: flex;
41
+ flex-direction: column;
42
+ --_sf-gp: 16px;
43
+ --_sf-cd-gp: calc(var(--_sf-gp) * 0.5);
44
+ row-gap: var(--_sf-gp);
45
+ width: 100%;
46
+ height: 100%;
47
+ border-color: var(--_ctm-mob-dn-br-cr, var(--_ctm-tab-dn-br-cr, var(--_ctm-dn-br-cr)));
48
+ border-style: var(--_ctm-mob-dn-br-se, var(--_ctm-tab-dn-br-se, var(--_ctm-dn-br-se)));
49
+
50
+ border-width: var(--_ctm-mob-dn-br-wh, var(--_ctm-tab-dn-br-wh, var(--_ctm-dn-br-wh)));
51
+
52
+ border-radius: var(--_ctm-mob-dn-br-rs, var(--_ctm-tab-dn-br-rs, var(--_ctm-dn-br-rs)));
53
+
54
+ box-shadow: var(
55
+ --_show-shadow,
56
+ var(--_ctm-mob-dn-sw-ae, var(--_ctm-tab-dn-sw-ae, var(--_ctm-dn-sw-ae)))
57
+ var(--_ctm-mob-dn-sw-br, var(--_ctm-tab-dn-sw-br, var(--_ctm-dn-sw-br)))
58
+ var(--_ctm-mob-dn-sw-sd, var(--_ctm-tab-dn-sw-sd, var(--_ctm-dn-sw-sd)))
59
+ var(--_ctm-mob-dn-sw-cr, var(--_ctm-tab-dn-sw-cr, var(--_ctm-dn-sw-cr)))
60
+ );
61
+
62
+ // transform: scale(var(--_ctm-dn-zm-ie));
63
+ scale: var(--_ctm-mob-dn-zm-ie, var(--_ctm-tab-dn-zm-ie, var(--_ctm-dn-zm-ie)));
64
+ &[data-flip-x="true"] {
65
+ transform: scaleX(-1);
66
+ }
67
+ &[data-flip-y="true"] {
68
+ transform: scaleY(-1);
69
+ }
70
+ }
71
+ }
72
+ }