zz-shopify-components 0.0.27 → 0.0.28-beta.2
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/CHANGELOG.md +21 -21
- package/README.md +70 -56
- package/assets/ScrollTrigger.min.js +11 -11
- package/assets/gsap.min.js +11 -11
- package/assets/jquery.js +2 -2
- package/assets/lazy-video.js +2 -2
- package/assets/lazyload.min.js +1 -1
- package/assets/lozad.js +10 -10
- package/assets/site-jump.js +52 -52
- package/assets/site-jumpV2.js +35 -35
- package/assets/swiper-bundle.min.css +12 -12
- package/assets/swiper-bundle.min.js +13 -13
- package/assets/swiper.css +330 -330
- package/assets/zz-components.css +322 -322
- package/assets/zz-components.js +166 -166
- package/assets/zz-fade-in-content.js +169 -169
- package/assets/zz-http-request.js +73 -73
- package/assets/zz-world-video-comments-dialog.js +240 -240
- package/assets/zz-world-video-dialog.js +190 -190
- package/assets/zz-world-video-list.js +317 -317
- package/assets/zz-world-video.js +270 -270
- package/blocks/zz-accessories-item.liquid +188 -188
- package/blocks/zz-accessories-swiper.liquid +223 -223
- package/blocks/zz-button.liquid +216 -216
- package/blocks/zz-content-description-html.liquid +201 -201
- package/blocks/zz-content-description.liquid +209 -209
- package/blocks/zz-flex-layout-bg-block.liquid +524 -524
- package/blocks/zz-flex-layout-block.liquid +549 -549
- package/blocks/zz-flex-layout-widget.liquid +321 -321
- package/blocks/zz-full-screen-swiper.liquid +443 -443
- package/blocks/zz-icon.liquid +46 -46
- package/blocks/zz-mail.liquid +135 -135
- package/blocks/zz-mb-swiper-pc-flex.liquid +273 -273
- package/blocks/zz-price-tag-mini.liquid +106 -106
- package/blocks/zz-price-tag.liquid +41 -41
- package/blocks/zz-ratio-image.liquid +181 -181
- package/blocks/zz-ratio-video.liquid +115 -115
- package/blocks/zz-responsive-width-image.liquid +222 -222
- package/blocks/zz-responsive-width-video.liquid +166 -166
- package/blocks/zz-scroll-animate-bg-text.liquid +268 -268
- package/blocks/zz-scroll-cover.liquid +67 -67
- package/blocks/zz-tag.liquid +50 -50
- package/blocks/zz-text.liquid +227 -227
- package/blocks/zz-title.liquid +287 -287
- package/blocks/zz-video-button.liquid +84 -84
- package/blocks/zz-video-img-item.liquid +203 -203
- package/blocks/zz-video-img-list.liquid +166 -166
- package/blocks/zz-video-swiper-perview-item.liquid +221 -221
- package/blocks/zz-video-swiper-perview.liquid +585 -585
- package/blocks/zz-world-video.liquid +639 -639
- package/component.config.json +7 -7
- package/package.json +1 -1
- package/scripts/postinstall-v1.js +39 -39
- package/scripts/postinstall-v2.js +47 -47
- package/scripts/postinstall-v3.js +51 -51
- package/scripts/publish-npm.js +43 -43
- package/sections/zz-flex-layout-section.liquid +269 -269
- package/sections/zz-navigation-tab-v3.liquid +409 -409
- package/sections/zz-navigation-tab.liquid +411 -411
- package/sections/zz-shopping-card-list.liquid +399 -399
- package/sections/zz-video-collapse-swiper.liquid +522 -522
- package/sections/zz-video-tab-swiper.liquid +748 -748
- package/snippets/zz-button.liquid +70 -70
- package/snippets/zz-content-h3.liquid +15 -15
- package/snippets/zz-content-text.liquid +56 -56
- package/snippets/zz-h2.liquid +31 -31
- package/snippets/zz-h3.liquid +31 -31
- package/snippets/zz-h4.liquid +30 -30
- package/snippets/zz-h5.liquid +39 -39
- package/snippets/zz-h6.liquid +39 -39
- package/snippets/zz-icon-next.liquid +17 -17
- package/snippets/zz-icon-prev.liquid +17 -17
- package/snippets/zz-icon.liquid +74 -74
- package/snippets/zz-img-md.liquid +44 -44
- package/snippets/zz-img.liquid +44 -44
- package/snippets/zz-prev-next-blur-icon.liquid +36 -36
- package/snippets/zz-prev-next-btn.liquid +62 -62
- package/snippets/zz-price-tag.liquid +22 -22
- package/snippets/zz-spoke.liquid +142 -142
- package/snippets/zz-tag.liquid +22 -22
- package/snippets/zz-video-button.liquid +54 -54
- package/snippets/zz-video-md.liquid +117 -117
- package/snippets/zz-video.liquid +117 -117
package/assets/swiper.css
CHANGED
|
@@ -1,331 +1,331 @@
|
|
|
1
|
-
.titled-horizontal-swiper .slider-section-title {
|
|
2
|
-
color: white;
|
|
3
|
-
text-align: center;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.titled-horizontal-swiper .slider-section-title h2 {
|
|
7
|
-
color: white;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.titled-horizontal-swiper .slider-section-title p {
|
|
11
|
-
color: white;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.titled-horizontal-swiper .slider-container {
|
|
15
|
-
display: flex;
|
|
16
|
-
flex-direction: row;
|
|
17
|
-
justify-content: center;
|
|
18
|
-
align-items: center;
|
|
19
|
-
position: relative;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.titled-horizontal-swiper .slider-content-container {
|
|
23
|
-
position: relative;
|
|
24
|
-
display: flex;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.titled-horizontal-swiper .slider-indicators {
|
|
28
|
-
display: flex;
|
|
29
|
-
align-items: center;
|
|
30
|
-
justify-content: center;
|
|
31
|
-
position: absolute;
|
|
32
|
-
bottom: 0px;
|
|
33
|
-
left: 0px;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.titled-horizontal-swiper .swiper-indicator-prev,
|
|
37
|
-
.titled-horizontal-swiper .swiper-indicator-next {
|
|
38
|
-
z-index: 100;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.titled-horizontal-swiper .slider-index-indicator-container {
|
|
42
|
-
display: flex;
|
|
43
|
-
align-items: center;
|
|
44
|
-
justify-content: center;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.titled-horizontal-swiper .swiper-pagination-bullet {
|
|
48
|
-
width: 6px;
|
|
49
|
-
height: 6px;
|
|
50
|
-
background-color: rgba(255, 255, 255);
|
|
51
|
-
border-radius: 3px;
|
|
52
|
-
margin: 0 6px;
|
|
53
|
-
z-index: 100;
|
|
54
|
-
opacity: 0.5;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.titled-horizontal-swiper .swiper-pagination-bullet-active {
|
|
58
|
-
background-color: white;
|
|
59
|
-
opacity: 1;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
.titled-horizontal-swiper .slider-item .slider-item-content {
|
|
64
|
-
color: white;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.titled-horizontal-swiper .slider-item .slider-item-image {
|
|
68
|
-
width: 700px;
|
|
69
|
-
height: 392px;
|
|
70
|
-
position: relative;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.titled-horizontal-swiper .video-play-icon {
|
|
74
|
-
position: absolute;
|
|
75
|
-
left: 50%;
|
|
76
|
-
transform: translate(-50%, -50%);
|
|
77
|
-
cursor: pointer;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
.titled-horizontal-swiper .slider-item .slider-item-image .video-play-icon {
|
|
81
|
-
top: 50%;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
.titled-horizontal-swiper .slider-item .slider-item-image-mobile .video-play-icon {
|
|
85
|
-
top: 40%;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
.titled-horizontal-swiper .slider-item .slider-item-image img {
|
|
89
|
-
border-radius: 16px;
|
|
90
|
-
width: 700px;
|
|
91
|
-
height: 392px;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.titled-horizontal-swiper .slider-item .slider-item-image video {
|
|
95
|
-
border-radius: 16px;
|
|
96
|
-
width: 700px;
|
|
97
|
-
height: 392px;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
.titled-horizontal-swiper .slider-item .slider-item-image-mobile img {
|
|
101
|
-
border-radius: 12px;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
.titled-horizontal-swiper .slider-item .slider-item-image-mobile video {
|
|
105
|
-
border-radius: 12px;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
.titled-horizontal-swiper .slider-item-content .slider-item-head-notes {
|
|
109
|
-
color: white;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
@media (max-width: 768px) {
|
|
113
|
-
.titled-horizontal-swiper .slider-section-title {
|
|
114
|
-
padding-bottom: 30px
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
.titled-horizontal-swiper .slider-section-title h2 {
|
|
118
|
-
font-size: 24px;
|
|
119
|
-
line-height: 36px;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
.titled-horizontal-swiper .slider-section-title p {
|
|
123
|
-
margin-top: 4px;
|
|
124
|
-
font-size: 16px;
|
|
125
|
-
line-height: 24px;
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
.titled-horizontal-swiper .slider-container {
|
|
129
|
-
width: 100%;
|
|
130
|
-
/* height: 522px; */
|
|
131
|
-
overflow: hidden;
|
|
132
|
-
flex-direction: row;
|
|
133
|
-
justify-content: flex-start;
|
|
134
|
-
align-items: flex-start;
|
|
135
|
-
position: relative;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
.titled-horizontal-swiper .slider-content-container {
|
|
139
|
-
width: 100%;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
.titled-horizontal-swiper .slider-item {
|
|
143
|
-
display: flex;
|
|
144
|
-
flex-direction: column;
|
|
145
|
-
flex: 0 0 100%;
|
|
146
|
-
width: 100%;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
.titled-horizontal-swiper .slider-item-content {
|
|
150
|
-
padding: 16px 20px;
|
|
151
|
-
width: 100%;
|
|
152
|
-
min-height: 42px;
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
.titled-horizontal-swiper .slider-item-content .slider-item-head-notes {
|
|
156
|
-
font-size: 12px;
|
|
157
|
-
line-height: 18px;
|
|
158
|
-
margin-top: 0;
|
|
159
|
-
margin-bottom: 8px;
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
.titled-horizontal-swiper .slider-item-content h4 {
|
|
163
|
-
text-align: left;
|
|
164
|
-
font-size: 18px;
|
|
165
|
-
line-height: 21.6px;
|
|
166
|
-
margin: 12px 0 ;
|
|
167
|
-
width: 100%;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
.titled-horizontal-swiper .slider-item-content p {
|
|
171
|
-
font-size: 12px;
|
|
172
|
-
margin-top: 4px;
|
|
173
|
-
line-height: 18px;
|
|
174
|
-
width: calc(100% - 40px);
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
.titled-horizontal-swiper .slider-item-image {
|
|
178
|
-
display: none;
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
.titled-horizontal-swiper .slider-item-image-mobile {
|
|
182
|
-
padding: 0 20px;
|
|
183
|
-
overflow: hidden;
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
.titled-horizontal-swiper .slider-item-image-mobile img {
|
|
187
|
-
width: 100%;
|
|
188
|
-
object-fit: contain;
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
.titled-horizontal-swiper .slider-item-image-mobile video {
|
|
192
|
-
width: 100%;
|
|
193
|
-
object-fit: contain;
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
.titled-horizontal-swiper .slider-indicators {
|
|
197
|
-
position: absolute;
|
|
198
|
-
width: 100%;
|
|
199
|
-
bottom: 20%;
|
|
200
|
-
justify-content: center;
|
|
201
|
-
justify-content: space-between;
|
|
202
|
-
padding: 0 38px;
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
.titled-horizontal-swiper .swiper-indicator-prev,
|
|
206
|
-
.titled-horizontal-swiper .swiper-indicator-next {
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
.titled-horizontal-swiper .slider-indicator-arrow {
|
|
210
|
-
width: 10px;
|
|
211
|
-
height: 10px;
|
|
212
|
-
margin: 13px;
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
.titled-horizontal-swiper .slider-index-indicator-container {
|
|
216
|
-
display: flex;
|
|
217
|
-
align-items: center;
|
|
218
|
-
justify-content: center;
|
|
219
|
-
}
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
@media (min-width: 768px) {
|
|
223
|
-
.titled-horizontal-swiper .slider-section-title {
|
|
224
|
-
padding-bottom: 100px
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
.titled-horizontal-swiper .slider-section-title h2 {
|
|
228
|
-
font-size: 60px;
|
|
229
|
-
line-height: 90px;
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
.titled-horizontal-swiper .slider-section-title p {
|
|
233
|
-
margin-top: 12px;
|
|
234
|
-
font-size: 28px;
|
|
235
|
-
line-height: 42px;
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
.titled-horizontal-swiper .slider-container {
|
|
239
|
-
width: 1220px;
|
|
240
|
-
position: relative;
|
|
241
|
-
overflow: hidden;
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
.titled-horizontal-swiper .slider-content-container {
|
|
245
|
-
width: 1220px;
|
|
246
|
-
height: 392px;
|
|
247
|
-
flex: 0 0 1220px;
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
.titled-horizontal-swiper .slider-item {
|
|
252
|
-
flex: 0 0 1220px;
|
|
253
|
-
width: 1220px;
|
|
254
|
-
height: 392px;
|
|
255
|
-
|
|
256
|
-
display: flex;
|
|
257
|
-
flex-wrap: nowrap;
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
.titled-horizontal-swiper .slider-align-left .slider-item {
|
|
261
|
-
justify-content: flex-start;
|
|
262
|
-
flex-direction: row;
|
|
263
|
-
}
|
|
264
|
-
|
|
265
|
-
.titled-horizontal-swiper .slider-align-left .slider-indicators {
|
|
266
|
-
left: 0px;
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
.titled-horizontal-swiper .slider-align-right .slider-item {
|
|
270
|
-
justify-content: flex-end;
|
|
271
|
-
flex-direction: row-reverse;
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
.titled-horizontal-swiper .slider-align-right .slider-indicators {
|
|
275
|
-
left: 760px;
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
.titled-horizontal-swiper .slider-item-content {
|
|
279
|
-
width: 520px;
|
|
280
|
-
margin-top: 60px;
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
.titled-horizontal-swiper .slider-align-left .slider-item-content {
|
|
284
|
-
padding-right: 60px;
|
|
285
|
-
}
|
|
286
|
-
|
|
287
|
-
.titled-horizontal-swiper .slider-item-content .slider-item-head-notes {
|
|
288
|
-
font-size: 16px;
|
|
289
|
-
line-height: 24px;
|
|
290
|
-
margin: 0 0 12px 0;
|
|
291
|
-
}
|
|
292
|
-
|
|
293
|
-
.titled-horizontal-swiper .slider-align-right .slider-item-content .slider-item-head-notes {
|
|
294
|
-
margin-left: 60px;
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
.titled-horizontal-swiper .slider-item-content h4 {
|
|
298
|
-
font-size: 32px;
|
|
299
|
-
margin: 12px 0 ;
|
|
300
|
-
line-height: 38.4px;
|
|
301
|
-
}
|
|
302
|
-
.titled-horizontal-swiper .slider-align-right .slider-item-content h4 {
|
|
303
|
-
margin-left: 60px;
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
.titled-horizontal-swiper .slider-item-content p {
|
|
307
|
-
font-size: 16px;
|
|
308
|
-
line-height: 24px;
|
|
309
|
-
margin-top: 16px;
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
.titled-horizontal-swiper .slider-align-right .slider-item-content p {
|
|
313
|
-
margin-left: 60px;
|
|
314
|
-
}
|
|
315
|
-
|
|
316
|
-
.titled-horizontal-swiper .slider-item-image-mobile {
|
|
317
|
-
display: none;
|
|
318
|
-
}
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
.titled-horizontal-swiper .slider-indicator:hover {
|
|
323
|
-
background-color: white;
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
.titled-horizontal-swiper .slider-indicator-arrow {
|
|
327
|
-
width: 10px;
|
|
328
|
-
height: 10px;
|
|
329
|
-
margin: 6px;
|
|
330
|
-
}
|
|
1
|
+
.titled-horizontal-swiper .slider-section-title {
|
|
2
|
+
color: white;
|
|
3
|
+
text-align: center;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.titled-horizontal-swiper .slider-section-title h2 {
|
|
7
|
+
color: white;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.titled-horizontal-swiper .slider-section-title p {
|
|
11
|
+
color: white;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.titled-horizontal-swiper .slider-container {
|
|
15
|
+
display: flex;
|
|
16
|
+
flex-direction: row;
|
|
17
|
+
justify-content: center;
|
|
18
|
+
align-items: center;
|
|
19
|
+
position: relative;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.titled-horizontal-swiper .slider-content-container {
|
|
23
|
+
position: relative;
|
|
24
|
+
display: flex;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.titled-horizontal-swiper .slider-indicators {
|
|
28
|
+
display: flex;
|
|
29
|
+
align-items: center;
|
|
30
|
+
justify-content: center;
|
|
31
|
+
position: absolute;
|
|
32
|
+
bottom: 0px;
|
|
33
|
+
left: 0px;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.titled-horizontal-swiper .swiper-indicator-prev,
|
|
37
|
+
.titled-horizontal-swiper .swiper-indicator-next {
|
|
38
|
+
z-index: 100;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.titled-horizontal-swiper .slider-index-indicator-container {
|
|
42
|
+
display: flex;
|
|
43
|
+
align-items: center;
|
|
44
|
+
justify-content: center;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.titled-horizontal-swiper .swiper-pagination-bullet {
|
|
48
|
+
width: 6px;
|
|
49
|
+
height: 6px;
|
|
50
|
+
background-color: rgba(255, 255, 255);
|
|
51
|
+
border-radius: 3px;
|
|
52
|
+
margin: 0 6px;
|
|
53
|
+
z-index: 100;
|
|
54
|
+
opacity: 0.5;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.titled-horizontal-swiper .swiper-pagination-bullet-active {
|
|
58
|
+
background-color: white;
|
|
59
|
+
opacity: 1;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
.titled-horizontal-swiper .slider-item .slider-item-content {
|
|
64
|
+
color: white;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.titled-horizontal-swiper .slider-item .slider-item-image {
|
|
68
|
+
width: 700px;
|
|
69
|
+
height: 392px;
|
|
70
|
+
position: relative;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.titled-horizontal-swiper .video-play-icon {
|
|
74
|
+
position: absolute;
|
|
75
|
+
left: 50%;
|
|
76
|
+
transform: translate(-50%, -50%);
|
|
77
|
+
cursor: pointer;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.titled-horizontal-swiper .slider-item .slider-item-image .video-play-icon {
|
|
81
|
+
top: 50%;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.titled-horizontal-swiper .slider-item .slider-item-image-mobile .video-play-icon {
|
|
85
|
+
top: 40%;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.titled-horizontal-swiper .slider-item .slider-item-image img {
|
|
89
|
+
border-radius: 16px;
|
|
90
|
+
width: 700px;
|
|
91
|
+
height: 392px;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.titled-horizontal-swiper .slider-item .slider-item-image video {
|
|
95
|
+
border-radius: 16px;
|
|
96
|
+
width: 700px;
|
|
97
|
+
height: 392px;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.titled-horizontal-swiper .slider-item .slider-item-image-mobile img {
|
|
101
|
+
border-radius: 12px;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.titled-horizontal-swiper .slider-item .slider-item-image-mobile video {
|
|
105
|
+
border-radius: 12px;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.titled-horizontal-swiper .slider-item-content .slider-item-head-notes {
|
|
109
|
+
color: white;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
@media (max-width: 768px) {
|
|
113
|
+
.titled-horizontal-swiper .slider-section-title {
|
|
114
|
+
padding-bottom: 30px
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.titled-horizontal-swiper .slider-section-title h2 {
|
|
118
|
+
font-size: 24px;
|
|
119
|
+
line-height: 36px;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.titled-horizontal-swiper .slider-section-title p {
|
|
123
|
+
margin-top: 4px;
|
|
124
|
+
font-size: 16px;
|
|
125
|
+
line-height: 24px;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.titled-horizontal-swiper .slider-container {
|
|
129
|
+
width: 100%;
|
|
130
|
+
/* height: 522px; */
|
|
131
|
+
overflow: hidden;
|
|
132
|
+
flex-direction: row;
|
|
133
|
+
justify-content: flex-start;
|
|
134
|
+
align-items: flex-start;
|
|
135
|
+
position: relative;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.titled-horizontal-swiper .slider-content-container {
|
|
139
|
+
width: 100%;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.titled-horizontal-swiper .slider-item {
|
|
143
|
+
display: flex;
|
|
144
|
+
flex-direction: column;
|
|
145
|
+
flex: 0 0 100%;
|
|
146
|
+
width: 100%;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.titled-horizontal-swiper .slider-item-content {
|
|
150
|
+
padding: 16px 20px;
|
|
151
|
+
width: 100%;
|
|
152
|
+
min-height: 42px;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.titled-horizontal-swiper .slider-item-content .slider-item-head-notes {
|
|
156
|
+
font-size: 12px;
|
|
157
|
+
line-height: 18px;
|
|
158
|
+
margin-top: 0;
|
|
159
|
+
margin-bottom: 8px;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.titled-horizontal-swiper .slider-item-content h4 {
|
|
163
|
+
text-align: left;
|
|
164
|
+
font-size: 18px;
|
|
165
|
+
line-height: 21.6px;
|
|
166
|
+
margin: 12px 0 ;
|
|
167
|
+
width: 100%;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
.titled-horizontal-swiper .slider-item-content p {
|
|
171
|
+
font-size: 12px;
|
|
172
|
+
margin-top: 4px;
|
|
173
|
+
line-height: 18px;
|
|
174
|
+
width: calc(100% - 40px);
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.titled-horizontal-swiper .slider-item-image {
|
|
178
|
+
display: none;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.titled-horizontal-swiper .slider-item-image-mobile {
|
|
182
|
+
padding: 0 20px;
|
|
183
|
+
overflow: hidden;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.titled-horizontal-swiper .slider-item-image-mobile img {
|
|
187
|
+
width: 100%;
|
|
188
|
+
object-fit: contain;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
.titled-horizontal-swiper .slider-item-image-mobile video {
|
|
192
|
+
width: 100%;
|
|
193
|
+
object-fit: contain;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
.titled-horizontal-swiper .slider-indicators {
|
|
197
|
+
position: absolute;
|
|
198
|
+
width: 100%;
|
|
199
|
+
bottom: 20%;
|
|
200
|
+
justify-content: center;
|
|
201
|
+
justify-content: space-between;
|
|
202
|
+
padding: 0 38px;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.titled-horizontal-swiper .swiper-indicator-prev,
|
|
206
|
+
.titled-horizontal-swiper .swiper-indicator-next {
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
.titled-horizontal-swiper .slider-indicator-arrow {
|
|
210
|
+
width: 10px;
|
|
211
|
+
height: 10px;
|
|
212
|
+
margin: 13px;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.titled-horizontal-swiper .slider-index-indicator-container {
|
|
216
|
+
display: flex;
|
|
217
|
+
align-items: center;
|
|
218
|
+
justify-content: center;
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
@media (min-width: 768px) {
|
|
223
|
+
.titled-horizontal-swiper .slider-section-title {
|
|
224
|
+
padding-bottom: 100px
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
.titled-horizontal-swiper .slider-section-title h2 {
|
|
228
|
+
font-size: 60px;
|
|
229
|
+
line-height: 90px;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
.titled-horizontal-swiper .slider-section-title p {
|
|
233
|
+
margin-top: 12px;
|
|
234
|
+
font-size: 28px;
|
|
235
|
+
line-height: 42px;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
.titled-horizontal-swiper .slider-container {
|
|
239
|
+
width: 1220px;
|
|
240
|
+
position: relative;
|
|
241
|
+
overflow: hidden;
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
.titled-horizontal-swiper .slider-content-container {
|
|
245
|
+
width: 1220px;
|
|
246
|
+
height: 392px;
|
|
247
|
+
flex: 0 0 1220px;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
.titled-horizontal-swiper .slider-item {
|
|
252
|
+
flex: 0 0 1220px;
|
|
253
|
+
width: 1220px;
|
|
254
|
+
height: 392px;
|
|
255
|
+
|
|
256
|
+
display: flex;
|
|
257
|
+
flex-wrap: nowrap;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
.titled-horizontal-swiper .slider-align-left .slider-item {
|
|
261
|
+
justify-content: flex-start;
|
|
262
|
+
flex-direction: row;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
.titled-horizontal-swiper .slider-align-left .slider-indicators {
|
|
266
|
+
left: 0px;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
.titled-horizontal-swiper .slider-align-right .slider-item {
|
|
270
|
+
justify-content: flex-end;
|
|
271
|
+
flex-direction: row-reverse;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
.titled-horizontal-swiper .slider-align-right .slider-indicators {
|
|
275
|
+
left: 760px;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
.titled-horizontal-swiper .slider-item-content {
|
|
279
|
+
width: 520px;
|
|
280
|
+
margin-top: 60px;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
.titled-horizontal-swiper .slider-align-left .slider-item-content {
|
|
284
|
+
padding-right: 60px;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
.titled-horizontal-swiper .slider-item-content .slider-item-head-notes {
|
|
288
|
+
font-size: 16px;
|
|
289
|
+
line-height: 24px;
|
|
290
|
+
margin: 0 0 12px 0;
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
.titled-horizontal-swiper .slider-align-right .slider-item-content .slider-item-head-notes {
|
|
294
|
+
margin-left: 60px;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
.titled-horizontal-swiper .slider-item-content h4 {
|
|
298
|
+
font-size: 32px;
|
|
299
|
+
margin: 12px 0 ;
|
|
300
|
+
line-height: 38.4px;
|
|
301
|
+
}
|
|
302
|
+
.titled-horizontal-swiper .slider-align-right .slider-item-content h4 {
|
|
303
|
+
margin-left: 60px;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
.titled-horizontal-swiper .slider-item-content p {
|
|
307
|
+
font-size: 16px;
|
|
308
|
+
line-height: 24px;
|
|
309
|
+
margin-top: 16px;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
.titled-horizontal-swiper .slider-align-right .slider-item-content p {
|
|
313
|
+
margin-left: 60px;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
.titled-horizontal-swiper .slider-item-image-mobile {
|
|
317
|
+
display: none;
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
.titled-horizontal-swiper .slider-indicator:hover {
|
|
323
|
+
background-color: white;
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
.titled-horizontal-swiper .slider-indicator-arrow {
|
|
327
|
+
width: 10px;
|
|
328
|
+
height: 10px;
|
|
329
|
+
margin: 6px;
|
|
330
|
+
}
|
|
331
331
|
}
|