1
+ /* stylelint-disable no-descending-specificity */
2
+ /* stylelint-disable font-family-no-missing-generic-family-keyword */
1
3
main .carousel-container {
2
4
margin : 60px 0 ;
3
5
padding : 0 ;
@@ -12,8 +14,9 @@ main .carousel {
12
14
scroll-snap-type : x mandatory;
13
15
overflow-x : scroll;
14
16
scroll-behavior : smooth;
15
- /* max-width: 1680px; */
16
17
margin : auto;
18
+
19
+ /* max-width: 1680px; */
17
20
}
18
21
19
22
main .carousel picture {
@@ -32,8 +35,8 @@ main .carousel img {
32
35
height : 100% ;
33
36
object-position : 90% ;
34
37
}
35
-
36
- main .carousel > div {
38
+
39
+ main .carousel > div {
37
40
width : 100% ;
38
41
flex-shrink : 0 ;
39
42
scroll-snap-align : start;
@@ -46,12 +49,13 @@ main .carousel > div {
46
49
main .carousel div .carousel-text {
47
50
max-width : 1200px ;
48
51
margin : 0 auto;
49
- /* background-color: white; */
50
- font-family : Playfair Display, times;
52
+ font-family : 'Playfair Display' , times;
51
53
font-size : 35px ;
52
54
font-style : italic;
53
55
min-height : 80px ;
54
56
padding : 0 28px ;
57
+
58
+ /* background-color: white; */
55
59
}
56
60
57
61
main .carousel div .carousel-text p {
@@ -61,17 +65,17 @@ main .carousel div.carousel-text p {
61
65
62
66
main .carousel div .carousel-text h2 {
63
67
margin : 0 ;
64
- margin-top : 16px ;
68
+ margin-top : 16px ;
65
69
}
66
70
67
71
main .carousel div .carousel-text .button {
68
72
margin : 0 ;
69
73
}
70
-
74
+
71
75
72
76
main .carousel ::-webkit-scrollbar {
73
- display : none;
74
- }
77
+ display : none;
78
+ }
75
79
76
80
main .carousel-wrapper {
77
81
max-width : 1250px ;
@@ -120,11 +124,13 @@ main .carousel-buttons button.selected {
120
124
position : relative;
121
125
}
122
126
123
- .configurable-carousel > .product-item {
124
- /* flex: 0 0 auto; */
127
+ .configurable-carousel > .product-item {
125
128
display : inline-block;
126
- /* padding-right: 23px; */
127
129
list-style : none;
130
+
131
+ /* padding-right: 23px; */
132
+
133
+ /* flex: 0 0 auto; */
128
134
}
129
135
130
136
.configurable-carousel .product-item {
@@ -142,7 +148,7 @@ main .carousel-buttons button.selected {
142
148
143
149
.configurable-carousel .product-item-photo {
144
150
display : block;
145
- background-color : # ffffff ;
151
+ background-color : # fff ;
146
152
}
147
153
148
154
.configurable-carousel .product-item-link {
@@ -168,7 +174,7 @@ main .carousel-buttons button.selected {
168
174
}
169
175
170
176
.configurable-carousel .product-sub-title {
171
- color : # 56585a ;
177
+ color : # 56585a ;
172
178
text-align : left;
173
179
font-size : 14px ;
174
180
}
@@ -185,15 +191,15 @@ main .carousel-buttons button.selected {
185
191
cursor : pointer;
186
192
}
187
193
188
- .carousel-wrapper .carousel-arrow : before {
194
+ .carousel-wrapper .carousel-arrow :: before {
189
195
font-family : luma-icons;
190
196
display : block;
191
197
justify-content : center;
192
198
align-items : center;
193
199
height : 100% ;
194
200
font-size : 18px ;
195
201
color : # fff ;
196
- content : url ("data:image/svg+xml;utf8,<svg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' version='1.1' x='0px' y='0px' viewBox='0 0 100 125'><g transform='translate(0,-952.36218)'><path style='text-indent:0;text-transform:none;direction:ltr;block-progression:tb;baseline-shift:baseline;color:white;enable-background:accumulate;' d='m 62.097008,1002.081 a 3.0003,3.0003 0 0 0 -0.7188,-1.6563 l -18.00002,-21.00001 a 3.0003,3.0003 0 1 0 -4.5312,3.875 l 16.34372,19.06251 -16.34372,19.0625 a 3.0003,3.0003 0 1 0 4.5312,3.875 l 18.00002,-21 a 3.0003,3.0003 0 0 0 0.7188,-2.2187 z' fill='white' fill-opacity='1' marker='none' visibility='visible' display='inline' overflow='visible'/></g></svg>" );
202
+ content : url ("data:image/svg+xml;utf8,<svg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' version='1.1' x='0px' y='0px' viewBox='0 0 100 125'><g transform='translate(0,-952.36218)'><path style='text-indent:0;text-transform:none;direction:ltr;block-progression:tb;baseline-shift:baseline;color:white;enable-background:accumulate;' d='m 62.097008,1002.081 a 3.0003,3.0003 0 0 0 -0.7188,-1.6563 l -18.00002,-21.00001 a 3.0003,3.0003 0 1 0 -4.5312,3.875 l 16.34372,19.06251 -16.34372,19.0625 a 3.0003,3.0003 0 1 0 4.5312,3.875 l 18.00002,-21 a 3.0003,3.0003 0 0 0 0.7188,-2.2187 z' fill='white' fill-opacity='1' marker='none' visibility='visible' display='inline' overflow='visible'/></g></svg>" );
197
203
padding : 0 ;
198
204
199
205
}
@@ -202,7 +208,7 @@ main .carousel-buttons button.selected {
202
208
left : 0 ;
203
209
}
204
210
205
- .carousel-wrapper .carousel-arrow-left : before {
211
+ .carousel-wrapper .carousel-arrow-left :: before {
206
212
transform : rotate (180deg );
207
213
}
208
214
0 commit comments