@total_onion/onion-library 2.0.104 → 2.0.105

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.
@@ -1,9 +1,9 @@
1
- @use 'NodeModules/@total_onion/onion-library/components/fields-core-mixins-v3/core-mixins-v3';
2
- @use 'NodeModules/@total_onion/onion-library/components/fields-core-functions-v3/core-functions-v3';
3
- @use 'NodeModules/@total_onion/onion-library/breakpoints';
1
+ @use '../fields-core-mixins-v3/core-mixins-v3';
2
+ @use '../fields-core-functions-v3/core-functions-v3';
3
+ @use '../../breakpoints';
4
4
  // @use 'Assets/scss/modules/library-modules/core-gradient-designer/core-gradient-designer';
5
- @use 'NodeModules/@total_onion/onion-library/components/component-grid-layout-element-v3/grid-layout-element-v3';
6
- @use 'NodeModules/@total_onion/onion-library/components/component-element-positioning-v3/element-positioning-v3';
5
+ @use '../component-grid-layout-element-v3/grid-layout-element-v3';
6
+ @use '../component-element-positioning-v3/element-positioning-v3';
7
7
 
8
8
  .post-type-filter-grid-v3 {
9
9
  z-index: 10;
@@ -768,13 +768,7 @@
768
768
  @include grid-layout-element-v3.gridLayoutElement();
769
769
  z-index: 2;
770
770
 
771
- &:not(
772
- .post-type-filter-grid-v3__post-link,
773
- .post-type-filter-grid-v3__product-buy-now,
774
- .post-type-filter-grid-v3__post-image-container-link,
775
- .post-type-filter-grid-v3__post-tags,
776
- .post-type-filter-grid-v3__shopify
777
- ) {
771
+ &:not(.post-type-filter-grid-v3__post-link, .post-type-filter-grid-v3__product-buy-now, .post-type-filter-grid-v3__post-image-container-link, .post-type-filter-grid-v3__post-tags, .post-type-filter-grid-v3__shopify) {
778
772
  * {
779
773
  width: 100%;
780
774
  // @include core-mixins-v3.textStyle();
@@ -1,5 +1,7 @@
1
1
  @use '../component-responsive-image-v3/responsive-image-v3';
2
2
 
3
3
  .single-responsive-image-v3 {
4
+ display: flex;
5
+ align-items: stretch;
4
6
  @include responsive-image-v3.responsiveImage();
5
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@total_onion/onion-library",
3
- "version": "2.0.104",
3
+ "version": "2.0.105",
4
4
  "description": "Component library",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,21 +1,22 @@
1
1
  const dynamicAssets = [
2
- "./components/block-accent-image-v3/accent-image-v3.scss",
3
- "./components/block-accordion-v3/accordion-v3.scss",
4
- "./components/block-betterreviews-display-v3/betterreviews-display-v3.scss",
5
- "./components/block-block-interactions-v3/block-interactions-v3.scss",
6
2
  "./components/block-video-content-v3/video-content-v3.scss",
7
3
  "./components/block-sub-group-container-v3/sub-group-container-v3.scss",
8
4
  "./components/block-sticky-buy-cta-v3/sticky-buy-cta-v3.scss",
9
5
  "./components/block-standard-content-v3/standard-content-v3.scss",
6
+ "./components/block-spotify-embed-v3/spotify-embed-v3.scss",
10
7
  "./components/block-spacer-v3/spacer-v3.scss",
11
8
  "./components/block-social-networks-v3/social-networks-v3.scss",
12
9
  "./components/block-smash-balloon-social-media-v3/smash-balloon-social-media-v3.scss",
13
10
  "./components/block-site-title-and-tagline-v3/site-title-and-tagline-v3.scss",
14
11
  "./components/block-site-logo-container-v3/site-logo-container-v3.scss",
12
+ "./components/block-site-copyright-notice-v3/site-copyright-notice-v3.scss",
15
13
  "./components/block-single-responsive-image-v3/single-responsive-image-v3.scss",
16
14
  "./components/block-single-column-container-v3/single-column-container-v3.scss",
17
15
  "./components/block-section-separator-v3/section-separator-v3.scss",
16
+ "./components/block-scrolling-banner-v3/scrolling-banner-v3.scss",
17
+ "./components/block-responsive-table-v3/responsive-table-v3.scss",
18
18
  "./components/block-product-info-v3/product-info-v3.scss",
19
+ "./components/block-post-type-filter-grid-v3/post-type-filter-grid-v3.scss",
19
20
  "./components/block-post-info-v3/post-info-v3.scss",
20
21
  "./components/block-nav-menu-container-v3/nav-menu-container-v3.scss",
21
22
  "./components/block-modal-form-v3/modal-form-v3.scss",
@@ -24,10 +25,13 @@ const dynamicAssets = [
24
25
  "./components/block-group-container-v3/group-container-v3.scss",
25
26
  "./components/block-gradient-layer-v3/gradient-layer-v3.scss",
26
27
  "./components/block-form-selection-v3/form-selection-v3.scss",
28
+ "./components/block-featured-image-gallery-v3/featured-image-gallery-v3.scss",
27
29
  "./components/block-divider-v3/divider-v3.scss",
28
30
  "./components/block-cover-link-v3/cover-link-v3.scss",
29
31
  "./components/block-carousel-multi-layout-v3/carousel-multi-layout-v3.scss",
30
- "./components/block-featured-image-gallery-v3/featured-image-gallery-v3.scss",
31
- "./components/block-responsive-table-v3/responsive-table-v3.scss",
32
+ "./components/block-block-interactions-v3/block-interactions-v3.scss",
33
+ "./components/block-betterreviews-display-v3/betterreviews-display-v3.scss",
34
+ "./components/block-accordion-v3/accordion-v3.scss",
35
+ "./components/block-accent-image-v3/accent-image-v3.scss",
32
36
  ];
33
37
  export default dynamicAssets;
@@ -0,0 +1,1188 @@
1
+ .post-type-filter-grid-v3 {
2
+ z-index: 10;
3
+ position: relative;
4
+ background-color: var(--block-background-colour);
5
+ }
6
+ .mobile-menu-active .post-type-filter-grid-v3 {
7
+ z-index: 9999;
8
+ }
9
+ .post-type-filter-grid-v3__post-cover-link {
10
+ grid-area: unset;
11
+ position: absolute;
12
+ top: 0;
13
+ right: 0;
14
+ bottom: 0;
15
+ left: 0;
16
+ width: 100%;
17
+ height: 100%;
18
+ z-index: 99;
19
+ opacity: 0;
20
+ }
21
+ .post-type-filter-grid-v3__main-container {
22
+ display: grid;
23
+ grid-column-gap: var(--global-inline-spacing);
24
+ -moz-column-gap: var(--global-inline-spacing);
25
+ column-gap: var(--global-inline-spacing);
26
+ grid-template: "filter " "sort" "markettoggle" "grid" "loadmore"/1fr;
27
+ }
28
+ .post-type-filter-grid-v3__main-container--hide-filters {
29
+ grid-template: "markettoggle" "grid" "loadmore"/1fr;
30
+ }
31
+ @media screen and (min-width: 768px) {
32
+ .post-type-filter-grid-v3__main-container {
33
+ grid-template: "filter markettoggle grid" "sort markettoggle grid" "... loadmore"/1fr 4fr;
34
+ }
35
+ .post-type-filter-grid-v3__main-container--hide-filters {
36
+ grid-template: "markettoggle" "grid" "loadmore"/1fr;
37
+ }
38
+ .post-type-filter-grid-v3__main-container[data-layout="2"],
39
+ .post-type-filter-grid-v3__main-container[data-layout="5"] {
40
+ grid-template: "filter " "sort" "markettoggle" "grid" "loadmore"/1fr;
41
+ }
42
+ .post-type-filter-grid-v3__main-container[data-layout="3"],
43
+ .post-type-filter-grid-v3__main-container[data-layout="4"] {
44
+ grid-template: "filter " "sort" "markettoggle" "grid" "loadmore"/1fr;
45
+ }
46
+ }
47
+ .post-type-filter-grid-v3__filter {
48
+ position: relative;
49
+ position: sticky;
50
+ top: 10px;
51
+ z-index: 200;
52
+ display: grid;
53
+ top: calc(80 / var(--design-reference) * var(--screen-width));
54
+ background-color: var(--filter-background-colour-mobile);
55
+ align-items: center;
56
+ justify-items: center;
57
+ place-items: center;
58
+ }
59
+ .post-type-filter-grid-v3__filter[data-layout="2"],
60
+ .post-type-filter-grid-v3__filter[data-layout="5"] {
61
+ width: 100%;
62
+ padding-bottom: calc(var(--global-inline-spacing) / 2);
63
+ }
64
+ @media screen and (min-width: 768px) {
65
+ .post-type-filter-grid-v3__filter {
66
+ top: calc(140 / var(--design-reference) * var(--screen-width));
67
+ }
68
+ }
69
+ .post-type-filter-grid-v3__filter[data-layout="5"] {
70
+ top: auto;
71
+ top: initial;
72
+ }
73
+ @media screen and (min-width: 1024px) {
74
+ .post-type-filter-grid-v3__filter {
75
+ background-color: var(--filter-background-colour);
76
+ top: 0;
77
+ }
78
+ }
79
+ .post-type-filter-grid-v3__filter[data-layout="5"] {
80
+ top: auto;
81
+ top: initial;
82
+ }
83
+ .post-type-filter-grid-v3__filter[data-layout="5"] .post-type-filter-grid-v3__open-filter-toggle {
84
+ display: none;
85
+ }
86
+ .post-type-filter-grid-v3__filter[data-layout="3"] .post-type-filter-grid-v3__open-filter-toggle {
87
+ display: none;
88
+ }
89
+ .post-type-filter-grid-v3__filter[data-layout="3"] .post-type-filter-grid-v3__filter-top-level-categories {
90
+ overflow: scroll;
91
+ flex-wrap: nowrap;
92
+ justify-content: center;
93
+ }
94
+ .post-type-filter-grid-v3__filter[data-layout="3"] .post-type-filter-grid-v3__filter-container {
95
+ height: auto;
96
+ display: flex;
97
+ flex-direction: column-reverse;
98
+ }
99
+ .post-type-filter-grid-v3__filter[data-layout="3"] .post-type-filter-grid-v3__filter-categories {
100
+ display: grid;
101
+ padding-bottom: calc(20 / var(--desktop-design-reference) * var(--screen-width-static));
102
+ }
103
+ @media screen and (min-width: 768px) {
104
+ .post-type-filter-grid-v3__filter[data-layout="3"] .post-type-filter-grid-v3__filter-categories {
105
+ align-items: center;
106
+ justify-items: center;
107
+ place-items: center;
108
+ }
109
+ }
110
+ .post-type-filter-grid-v3__filter[data-layout="3"] .post-type-filter-grid-v3__filter-top-level-category-container {
111
+ display: flex;
112
+ list-style-type: none;
113
+ align-items: flex-start;
114
+ justify-items: flex-start;
115
+ place-items: flex-start;
116
+ margin: auto;
117
+ gap: calc(30 / var(--desktop-design-reference) * var(--screen-width-static));
118
+ }
119
+ .post-type-filter-grid-v3__filter[data-layout="3"] .post-type-filter-grid-v3__filter-categories-container {
120
+ display: grid;
121
+ grid-template: "main"/1fr;
122
+ overflow: scroll;
123
+ width: 100%;
124
+ scrollbar-width: none;
125
+ -ms-overflow-style: none;
126
+ }
127
+ .post-type-filter-grid-v3__filter[data-layout="3"] .post-type-filter-grid-v3__filter-categories-container::-webkit-scrollbar {
128
+ background: transparent;
129
+ width: 0px;
130
+ display: none;
131
+ }
132
+ .post-type-filter-grid-v3__filter[data-layout="3"] .post-type-filter-grid-v3__filter-top-level-category {
133
+ grid-area: main;
134
+ margin: 0;
135
+ }
136
+ .post-type-filter-grid-v3__filter[data-layout="3"] .post-type-filter-grid-v3__filter-top-level-category::after {
137
+ content: normal;
138
+ content: initial;
139
+ }
140
+ .post-type-filter-grid-v3__filter[data-layout="3"] .post-type-filter-grid-v3__filter-subcategories-container {
141
+ display: grid;
142
+ grid-template: "main"/1fr;
143
+ overflow: scroll;
144
+ scrollbar-width: none;
145
+ -ms-overflow-style: none;
146
+ }
147
+ .post-type-filter-grid-v3__filter[data-layout="3"] .post-type-filter-grid-v3__filter-subcategories-container::-webkit-scrollbar {
148
+ background: transparent;
149
+ width: 0px;
150
+ display: none;
151
+ }
152
+ .post-type-filter-grid-v3__filter[data-layout="3"] .post-type-filter-grid-v3__filter-subcategory-list {
153
+ grid-area: main;
154
+ display: flex;
155
+ opacity: 0;
156
+ pointer-events: none;
157
+ margin-bottom: 0;
158
+ gap: calc(30 / var(--desktop-design-reference) * var(--screen-width-static));
159
+ max-height: 0;
160
+ transition: none 0s ease 0s;
161
+ transition: initial;
162
+ width: 0;
163
+ max-width: 100%;
164
+ justify-self: center;
165
+ flex-wrap: var(--sub-filter-overflow-mobile);
166
+ overflow: var(--sub-filter-overflow-mobile);
167
+ justify-content: var(--sub-filter-overflow-center-mobile);
168
+ }
169
+ @media screen and (min-width: 768px) {
170
+ .post-type-filter-grid-v3__filter[data-layout="3"] .post-type-filter-grid-v3__filter-subcategory-list {
171
+ flex-wrap: var(--sub-filter-overflow-tablet);
172
+ overflow: var(--sub-filter-overflow-tablet);
173
+ justify-content: var(--sub-filter-overflow-center-tablet);
174
+ }
175
+ }
176
+ @media screen and (min-width: 1024px) {
177
+ .post-type-filter-grid-v3__filter[data-layout="3"] .post-type-filter-grid-v3__filter-subcategory-list {
178
+ flex-wrap: var(--sub-filter-overflow-desktop);
179
+ overflow: var(--sub-filter-overflow-desktop);
180
+ justify-content: var(--sub-filter-overflow-center-desktop);
181
+ }
182
+ }
183
+ .post-type-filter-grid-v3__filter[data-layout="3"] .post-type-filter-grid-v3__filter-subcategory-list {
184
+ scrollbar-width: none;
185
+ -ms-overflow-style: none;
186
+ }
187
+ .post-type-filter-grid-v3__filter[data-layout="3"] .post-type-filter-grid-v3__filter-subcategory-list::-webkit-scrollbar {
188
+ background: transparent;
189
+ width: 0px;
190
+ }
191
+ .post-type-filter-grid-v3__filter[data-layout="3"] .post-type-filter-grid-v3__filter-subcategory-list--active {
192
+ opacity: 1;
193
+ pointer-events: all;
194
+ max-height: 1000px;
195
+ }
196
+ .post-type-filter-grid-v3__filter[data-layout="3"] .post-type-filter-grid-v3__filter-subcategory-list--active[data-layout="3"] {
197
+ width: -moz-fit-content;
198
+ width: fit-content;
199
+ }
200
+ .post-type-filter-grid-v3__filter[data-layout="3"] .post-type-filter-grid-v3__filter-subcategory-list-item {
201
+ margin: 0;
202
+ justify-content: center;
203
+ }
204
+ .post-type-filter-grid-v3__filter[data-layout="3"] .post-type-filter-grid-v3__filter-subcategory-list-item--active {
205
+ opacity: 1;
206
+ pointer-events: all;
207
+ }
208
+ .post-type-filter-grid-v3__filter[data-layout="3"] .post-type-filter-grid-v3__show-all {
209
+ align-self: center;
210
+ justify-self: center;
211
+ place-self: center;
212
+ }
213
+ @media all and (max-width: 1023px) {
214
+ .post-type-filter-grid-v3__filter[data-layout="4"] .post-type-filter-grid-v3__filter-container--open {
215
+ background-color: var(--filter-background-colour-mobile);
216
+ position: fixed;
217
+ top: 0;
218
+ left: 0;
219
+ width: 100%;
220
+ height: 100%;
221
+ justify-content: flex-start;
222
+ z-index: 9;
223
+ }
224
+ .post-type-filter-grid-v3__filter[data-layout="4"] .post-type-filter-grid-v3__filter-categories {
225
+ display: flex;
226
+ flex-direction: column;
227
+ justify-content: flex-start;
228
+ }
229
+ .post-type-filter-grid-v3__filter[data-layout="4"] .post-type-filter-grid-v3__filter-update-button {
230
+ position: absolute;
231
+ width: 100%;
232
+ bottom: 0;
233
+ left: 0;
234
+ z-index: 99999;
235
+ }
236
+ .post-type-filter-grid-v3__filter[data-layout="4"] .post-type-filter-grid-v3__filter-category.active {
237
+ background-color: var(--filter-background-colour-mobile);
238
+ width: 100%;
239
+ top: 0;
240
+ left: 0;
241
+ position: absolute;
242
+ height: 100%;
243
+ z-index: 99999;
244
+ justify-content: flex-start;
245
+ }
246
+ }
247
+ @media screen and (min-width: 1024px) {
248
+ .post-type-filter-grid-v3__filter[data-layout="4"] .post-type-filter-grid-v3__filter-update-button {
249
+ display: none;
250
+ }
251
+ .post-type-filter-grid-v3__filter[data-layout="4"] .post-type-filter-grid-v3__filter-container {
252
+ overflow: visible;
253
+ }
254
+ .post-type-filter-grid-v3__filter[data-layout="4"] .post-type-filter-grid-v3__filter-categories {
255
+ display: flex;
256
+ flex-direction: row;
257
+ justify-content: center;
258
+ }
259
+ }
260
+ @media screen and (min-width: 1024px) and (min-width: 1024px) {
261
+ .post-type-filter-grid-v3__filter[data-layout="4"] .post-type-filter-grid-v3__filter-categories-label {
262
+ display: none;
263
+ }
264
+ }
265
+ @media screen and (min-width: 1024px) {
266
+ .post-type-filter-grid-v3__filter[data-layout="4"] .post-type-filter-grid-v3__cta {
267
+ min-width: calc(230 / var(--design-reference) * var(--screen-width));
268
+ width: auto;
269
+ }
270
+ .post-type-filter-grid-v3__filter[data-layout="4"] .post-type-filter-grid-v3__cta:hover {
271
+ background-color: transparent;
272
+ background-color: initial;
273
+ color: inherit;
274
+ }
275
+ .post-type-filter-grid-v3__filter[data-layout="4"] .post-type-filter-grid-v3__filter-subcategory-list {
276
+ display: none;
277
+ }
278
+ .post-type-filter-grid-v3__filter[data-layout="4"] .post-type-filter-grid-v3__cta.active .post-type-filter-grid-v3__filter-subcategory-list {
279
+ display: flex;
280
+ position: absolute;
281
+ background-color: var(--filter-background-colour);
282
+ width: auto;
283
+ flex-direction: column;
284
+ top: calc(60 / var(--design-reference) * var(--screen-width));
285
+ }
286
+ }
287
+ .post-type-filter-grid-v3__filter-container {
288
+ position: relative;
289
+ height: 0;
290
+ overflow: hidden;
291
+ width: 100%;
292
+ background-color: var(--filter-background-colour-mobile);
293
+ }
294
+ @media screen and (min-width: 768px) {
295
+ .post-type-filter-grid-v3__filter-container {
296
+ height: auto;
297
+ background-color: transparent;
298
+ }
299
+ .post-type-filter-grid-v3__filter-container[data-layout="2"],
300
+ .post-type-filter-grid-v3__filter-container[data-layout="5"] {
301
+ display: flex;
302
+ gap: calc(20 / var(--design-reference) * var(--screen-width));
303
+ grid-auto-flow: column;
304
+ grid-auto-columns: max-content;
305
+ justify-content: flex-start;
306
+ grid-auto-flow: row;
307
+ width: auto;
308
+ max-width: 100%;
309
+ grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
310
+ }
311
+ .post-type-filter-grid-v3__filter-container[data-layout="5"] {
312
+ grid-auto-flow: unset;
313
+ }
314
+ }
315
+ @media screen and (min-width: 768px) and (min-width: 768px) {
316
+ .post-type-filter-grid-v3__filter-container[data-layout="5"] {
317
+ grid-auto-flow: column;
318
+ }
319
+ }
320
+ @media screen and (min-width: 768px) and (min-width: 1024px) {
321
+ .post-type-filter-grid-v3__filter-container[data-layout="5"] {
322
+ grid-auto-flow: column;
323
+ }
324
+ }
325
+ .post-type-filter-grid-v3__filter-container--open {
326
+ height: auto;
327
+ position: absolute;
328
+ top: 100%;
329
+ box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2705882353);
330
+ display: flex;
331
+ flex-wrap: wrap;
332
+ gap: 10px;
333
+ }
334
+ .post-type-filter-grid-v3__open-filter-toggle {
335
+ position: relative;
336
+ position: sticky;
337
+ width: 100%;
338
+ cursor: pointer;
339
+ }
340
+ .post-type-filter-grid-v3__open-filter-toggle--open {
341
+ color: white;
342
+ }
343
+ @media screen and (min-width: 768px) {
344
+ .post-type-filter-grid-v3 button.post-type-filter-grid-v3__open-filter-toggle {
345
+ display: none;
346
+ }
347
+ }
348
+ @media screen and (min-width: 1024px) {
349
+ .post-type-filter-grid-v3 button.post-type-filter-grid-v3__open-filter-toggle {
350
+ display: none;
351
+ }
352
+ }
353
+ .post-type-filter-grid-v3__filter-top-level-category-name {
354
+ position: relative;
355
+ }
356
+ .post-type-filter-grid-v3__filter-top-level-category-name::after {
357
+ transition: transform 0.3s;
358
+ content: "";
359
+ width: 0.8em;
360
+ height: 0.8em;
361
+ background-color: var(--theme-primary-text-colour);
362
+ position: absolute;
363
+ translate: 160%;
364
+ right: 0;
365
+ clip-path: polygon(100% 0, 0 0, 50% 100%);
366
+ rotate: 180deg;
367
+ bottom: calc(3 / var(--desktop-design-reference) * var(--screen-width-static));
368
+ transform-origin: center;
369
+ }
370
+ .post-type-filter-grid-v3__filter-categories {
371
+ display: grid;
372
+ top: 0;
373
+ grid-gap: calc(10 / var(--design-reference) * var(--screen-width));
374
+ gap: calc(10 / var(--design-reference) * var(--screen-width));
375
+ grid-template-columns: 1fr;
376
+ padding-bottom: var(--global-inline-spacing);
377
+ width: 100%;
378
+ }
379
+ .post-type-filter-grid-v3__filter-categories[data-layout="2"],
380
+ .post-type-filter-grid-v3__filter-categories[data-layout="5"] {
381
+ padding-bottom: 0;
382
+ padding-bottom: initial;
383
+ }
384
+ @media screen and (min-width: 768px) {
385
+ .post-type-filter-grid-v3__filter-categories {
386
+ grid-template-columns: 1fr;
387
+ position: relative;
388
+ gap: calc(20 / var(--design-reference) * var(--screen-width));
389
+ }
390
+ .post-type-filter-grid-v3__filter-categories[data-layout="2"],
391
+ .post-type-filter-grid-v3__filter-categories[data-layout="5"] {
392
+ grid-auto-flow: column;
393
+ grid-auto-columns: 1fr;
394
+ width: -moz-max-content;
395
+ width: max-content;
396
+ margin: 0;
397
+ margin: initial;
398
+ }
399
+ }
400
+ @media screen and (min-width: 1024px) {
401
+ .post-type-filter-grid-v3__filter-categories {
402
+ gap: calc(30 / var(--design-reference) * var(--screen-width));
403
+ }
404
+ }
405
+ .post-type-filter-grid-v3__filter-category {
406
+ flex-direction: column;
407
+ width: 100%;
408
+ }
409
+ .post-type-filter-grid-v3__filter-category.active .post-type-filter-grid-v3__filter-subcategory-list {
410
+ max-height: 1000px;
411
+ }
412
+ .post-type-filter-grid-v3__filter-category.active .post-type-filter-grid-v3__filter-top-level-category-name::after {
413
+ rotate: 0deg;
414
+ }
415
+ .post-type-filter-grid-v3__filter-subcategory-list[data-layout="5"] {
416
+ flex-direction: column;
417
+ margin: 0;
418
+ margin: initial;
419
+ }
420
+ @media screen and (min-width: 768px) {
421
+ .post-type-filter-grid-v3__filter-subcategory-list[data-layout="5"] {
422
+ flex-direction: initial;
423
+ margin: auto;
424
+ }
425
+ }
426
+ @media screen and (min-width: 1024px) {
427
+ .post-type-filter-grid-v3__filter-subcategory-list[data-layout="5"] {
428
+ flex-direction: initial;
429
+ margin: auto;
430
+ }
431
+ }
432
+ .post-type-filter-grid-v3__filter-subcategory-list {
433
+ list-style-type: none;
434
+ display: flex;
435
+ flex-wrap: wrap;
436
+ width: 100%;
437
+ gap: calc(var(--filter-category-gap) / var(--design-reference) * var(--screen-width));
438
+ transition: 0.3s;
439
+ max-height: 0px;
440
+ overflow: hidden;
441
+ }
442
+ .post-type-filter-grid-v3__filter-subcategory-list::-webkit-scrollbar {
443
+ display: none;
444
+ }
445
+ @media screen and (min-width: 768px) {
446
+ .post-type-filter-grid-v3__filter-subcategory-list {
447
+ gap: calc(var(--filter-category-gap) / var(--design-reference) * var(--screen-width));
448
+ }
449
+ }
450
+ @media screen and (min-width: 1024px) {
451
+ .post-type-filter-grid-v3__filter-subcategory-list {
452
+ gap: calc(var(--filter-category-gap) / var(--design-reference) * var(--screen-width));
453
+ }
454
+ }
455
+ @media screen and (min-width: 1024px) {
456
+ .post-type-filter-grid-v3__filter-subcategory-list[data-layout="2"] {
457
+ grid-auto-flow: column;
458
+ }
459
+ }
460
+ .post-type-filter-grid-v3__filter-subcategory-list-item {
461
+ width: auto;
462
+ }
463
+ @media screen and (min-width: 1024px) {
464
+ .post-type-filter-grid-v3__filter-subcategory-list-item {
465
+ width: auto;
466
+ width: initial;
467
+ }
468
+ }
469
+ .post-type-filter-grid-v3__filter-subcategory-list-item[data-layout="2"],
470
+ .post-type-filter-grid-v3__filter-subcategory-list-item[data-layout="5"] {
471
+ margin: 0;
472
+ margin: initial;
473
+ }
474
+ @media screen and (min-width: 768px) {
475
+ .post-type-filter-grid-v3__filter-subcategory-list-item[data-layout="2"],
476
+ .post-type-filter-grid-v3__filter-subcategory-list-item[data-layout="5"] {
477
+ margin: auto;
478
+ }
479
+ }
480
+ @media screen and (min-width: 1024px) {
481
+ .post-type-filter-grid-v3__filter-subcategory-list-item[data-layout="2"],
482
+ .post-type-filter-grid-v3__filter-subcategory-list-item[data-layout="5"] {
483
+ margin: auto;
484
+ }
485
+ }
486
+ .post-type-filter-grid-v3__filter-subcategory-list-item[data-layout="5"] {
487
+ margin: 0;
488
+ margin: initial;
489
+ }
490
+ @media screen and (min-width: 768px) {
491
+ .post-type-filter-grid-v3__filter-subcategory-list-item[data-layout="5"] {
492
+ margin: auto;
493
+ }
494
+ }
495
+ @media screen and (min-width: 1024px) {
496
+ .post-type-filter-grid-v3__filter-subcategory-list-item[data-layout="5"] {
497
+ margin: auto;
498
+ }
499
+ }
500
+ .post-type-filter-grid-v3__filter-subcategory-button-icon {
501
+ width: 1em;
502
+ }
503
+ .post-type-filter-grid-v3__sort-container {
504
+ grid-area: sort;
505
+ }
506
+ .post-type-filter-grid-v3__sort {
507
+ display: none;
508
+ position: relative;
509
+ width: -moz-max-content;
510
+ width: max-content;
511
+ }
512
+ .post-type-filter-grid-v3__sort:hover {
513
+ cursor: pointer;
514
+ }
515
+ .post-type-filter-grid-v3--micro-gap .post-type-filter-grid-v3__grid {
516
+ gap: calc(var(--micro-grid-gap-amount) / var(--desktop-design-reference) * var(--screen-width-static));
517
+ }
518
+ .post-type-filter-grid-v3__market-toggle {
519
+ background: var(--black);
520
+ align-items: center;
521
+ display: inline-flex;
522
+ gap: calc(10 / var(--desktop-design-reference) * var(--screen-width-static));
523
+ padding: calc(15 / var(--desktop-design-reference) * var(--screen-width-static)) calc(10 / var(--desktop-design-reference) * var(--screen-width-static));
524
+ }
525
+ @media screen and (min-width: 768px) {
526
+ .post-type-filter-grid-v3__market-toggle {
527
+ padding: calc(15 / var(--desktop-design-reference) * var(--screen-width-static));
528
+ }
529
+ }
530
+ .post-type-filter-grid-v3__switch {
531
+ align-items: center;
532
+ display: inline-flex;
533
+ gap: calc(10 / var(--desktop-design-reference) * var(--screen-width-static));
534
+ }
535
+ @media screen and (min-width: 768px) {
536
+ .post-type-filter-grid-v3__switch {
537
+ gap: calc(20 / var(--desktop-design-reference) * var(--screen-width-static));
538
+ }
539
+ }
540
+ .post-type-filter-grid-v3__switch {
541
+ margin: auto;
542
+ }
543
+ .post-type-filter-grid-v3__switch-toggle {
544
+ display: inline-block;
545
+ position: relative;
546
+ height: calc(26 / var(--desktop-design-reference) * var(--screen-width-static));
547
+ width: calc(50 / var(--desktop-design-reference) * var(--screen-width-static));
548
+ }
549
+ @media screen and (min-width: 768px) {
550
+ .post-type-filter-grid-v3__switch-toggle {
551
+ height: calc(34 / var(--desktop-design-reference) * var(--screen-width-static));
552
+ width: calc(68 / var(--desktop-design-reference) * var(--screen-width-static));
553
+ }
554
+ }
555
+ .post-type-filter-grid-v3__switch-toggle input {
556
+ opacity: 0;
557
+ width: 0;
558
+ height: 0;
559
+ }
560
+ .post-type-filter-grid-v3__switch-toggle .switch-slider {
561
+ background-color: var(--palette-default-1);
562
+ border-radius: calc(34 / var(--desktop-design-reference) * var(--screen-width-static));
563
+ bottom: 0;
564
+ cursor: pointer;
565
+ height: calc(26 / var(--desktop-design-reference) * var(--screen-width-static));
566
+ left: 0;
567
+ top: 0;
568
+ position: absolute;
569
+ right: 0;
570
+ transition: 0.4s;
571
+ width: calc(50 / var(--desktop-design-reference) * var(--screen-width-static));
572
+ }
573
+ @media screen and (min-width: 768px) {
574
+ .post-type-filter-grid-v3__switch-toggle .switch-slider {
575
+ height: calc(34 / var(--desktop-design-reference) * var(--screen-width-static));
576
+ width: calc(68 / var(--desktop-design-reference) * var(--screen-width-static));
577
+ }
578
+ }
579
+ .post-type-filter-grid-v3__switch-toggle .switch-slider::before {
580
+ background-color: var(--black);
581
+ border-radius: 50%;
582
+ bottom: calc(2 / var(--desktop-design-reference) * var(--screen-width-static));
583
+ content: "";
584
+ height: calc(22 / var(--desktop-design-reference) * var(--screen-width-static));
585
+ right: calc(2 / var(--desktop-design-reference) * var(--screen-width-static));
586
+ position: absolute;
587
+ transition: 0.4s;
588
+ width: calc(22 / var(--desktop-design-reference) * var(--screen-width-static));
589
+ }
590
+ @media screen and (min-width: 768px) {
591
+ .post-type-filter-grid-v3__switch-toggle .switch-slider::before {
592
+ height: calc(30 / var(--desktop-design-reference) * var(--screen-width-static));
593
+ width: calc(30 / var(--desktop-design-reference) * var(--screen-width-static));
594
+ }
595
+ }
596
+ .post-type-filter-grid-v3__switch-toggle input:checked + .switch-slider::before {
597
+ transform: translateX(calc(-24 / var(--desktop-design-reference) * var(--screen-width-static)));
598
+ }
599
+ @media screen and (min-width: 768px) {
600
+ .post-type-filter-grid-v3__switch-toggle input:checked + .switch-slider::before {
601
+ transform: translateX(calc(-34 / var(--desktop-design-reference) * var(--screen-width-static)));
602
+ }
603
+ }
604
+ .post-type-filter-grid-v3__switch-toggle input:checked + .switch-slider {
605
+ background-color: var(--palette-default-1);
606
+ }
607
+ .post-type-filter-grid-v3__switch-text {
608
+ color: var(--palette-default-5);
609
+ font-family: var(--tertiary-font-family);
610
+ font-size: calc(10 / var(--desktop-design-reference) * var(--screen-width-static));
611
+ text-transform: uppercase;
612
+ }
613
+ @media screen and (min-width: 768px) {
614
+ .post-type-filter-grid-v3__switch-text {
615
+ font-size: calc(11 / var(--desktop-design-reference) * var(--screen-width-static));
616
+ }
617
+ }
618
+ .post-type-filter-grid-v3__grid {
619
+ grid-area: grid;
620
+ display: grid;
621
+ background-color: var(--grid-background-colour);
622
+ grid-template-columns: repeat(var(--columns-mobile), 1fr);
623
+ color: var(--theme-primary-text-colour);
624
+ grid-gap: calc(var(--global-inline-spacing) * var(--gap-multiplier-mobile));
625
+ gap: calc(var(--global-inline-spacing) * var(--gap-multiplier-mobile));
626
+ border: calc(var(--grid-border-width) / var(--desktop-design-reference) * var(--screen-width-static)) solid var(--grid-border-colour);
627
+ }
628
+ @media screen and (min-width: 768px) {
629
+ .post-type-filter-grid-v3__grid {
630
+ padding-top: 0;
631
+ padding-top: initial;
632
+ grid-template-columns: repeat(var(--columns-portrait), 1fr);
633
+ gap: calc(var(--global-inline-spacing) * var(--gap-multiplier-portrait));
634
+ }
635
+ }
636
+ @media screen and (min-width: 1024px) {
637
+ .post-type-filter-grid-v3__grid {
638
+ gap: calc(var(--global-inline-spacing) * var(--gap-multiplier));
639
+ grid-template-columns: repeat(var(--columns-desktop), 1fr);
640
+ }
641
+ }
642
+ .post-type-filter-grid-v3__featured-post {
643
+ background: var(--featured-post-background-colour);
644
+ }
645
+ .post-type-filter-grid-v3__post-container {
646
+ display: grid;
647
+ width: 100%;
648
+ z-index: 1;
649
+ position: relative;
650
+ padding: calc(var(--global-inline-spacing) * var(--post-container-padding-mobile));
651
+ align-self: var(--block-container-vertical-align);
652
+ justify-self: var(--block-container-vertical-align);
653
+ place-self: var(--block-container-vertical-align);
654
+ background-color: var(--post-container-background-colour);
655
+ grid-auto-rows: auto;
656
+ grid-auto-rows: var(--post-container-grid-auto-rows, auto);
657
+ grid-auto-columns: auto;
658
+ grid-auto-columns: var(--post-container-grid-auto-columns, auto);
659
+ grid-template-rows: auto;
660
+ grid-template-rows: var(--post-container-grid-template-rows, auto);
661
+ grid-template-columns: auto;
662
+ grid-template-columns: var(--post-container-grid-template-columns, auto);
663
+ grid-gap: calc(var(--global-inline-spacing) * (var(--post-container-grid-gap-mobile)));
664
+ gap: calc(var(--global-inline-spacing) * (var(--post-container-grid-gap-mobile)));
665
+ }
666
+ @media screen and (min-width: 768px) {
667
+ .post-type-filter-grid-v3__post-container {
668
+ gap: calc(var(--global-inline-spacing) * (var(--post-container-grid-gap-portrait)));
669
+ }
670
+ }
671
+ @media screen and (min-width: 1024px) {
672
+ .post-type-filter-grid-v3__post-container {
673
+ padding: calc(var(--global-inline-spacing) * var(--post-container-padding));
674
+ gap: calc(var(--global-inline-spacing) * (var(--post-container-grid-gap-desktop)));
675
+ }
676
+ }
677
+ .post-type-filter-grid-v3__overlay {
678
+ top: 0;
679
+ right: 0;
680
+ bottom: 0;
681
+ left: 0;
682
+ z-index: 1;
683
+ grid-row: 1/-1;
684
+ grid-row: var(--gradient-overlay-row-start, 1)/var(--gradient-overlay-row-end, -1);
685
+ }
686
+ .post-type-filter-grid-v3__overlay--gradient-overlay-top,
687
+ .post-type-filter-grid-v3__overlay--gradient-overlay-right,
688
+ .post-type-filter-grid-v3__overlay--gradient-overlay-bottom,
689
+ .post-type-filter-grid-v3__overlay--gradient-overlay-left {
690
+ position: absolute;
691
+ }
692
+ .post-type-filter-grid-v3__overlay--gradient-overlay-vertical {
693
+ position: absolute;
694
+ }
695
+ .post-type-filter-grid-v3__overlay--gradient-overlay-horizontal {
696
+ position: absolute;
697
+ }
698
+ .post-type-filter-grid-v3__post-image-container-link {
699
+ display: grid;
700
+ grid-template: "main"/1fr;
701
+ width: 100%;
702
+ z-index: 2;
703
+ max-width: none;
704
+ max-width: initial;
705
+ position: relative;
706
+ }
707
+ .post-type-filter-grid-v3__post-image-container-link--show-alt-image-on-hover:hover .post-type-filter-grid-v3__post-image {
708
+ opacity: 0;
709
+ }
710
+ .post-type-filter-grid-v3__post-image-container-link--show-alt-image-on-hover:hover .post-type-filter-grid-v3__post-image--secondary {
711
+ opacity: 1;
712
+ }
713
+ .post-type-filter-grid-v3__post-image-container-link--set-as-background-image {
714
+ position: absolute;
715
+ top: 0;
716
+ right: 0;
717
+ bottom: 0;
718
+ left: 0;
719
+ grid-area: unset;
720
+ }
721
+ .post-type-filter-grid-v3__post-image-container-link--set-as-background-image img {
722
+ height: 100%;
723
+ -o-object-fit: cover;
724
+ object-fit: cover;
725
+ }
726
+ .post-type-filter-grid-v3__info-item {
727
+ display: grid;
728
+ z-index: 5;
729
+ z-index: var(--element-z-index, 5);
730
+ grid-row: var(--grid-row-start-mobile)/span var(--grid-row-span-mobile);
731
+ grid-column: var(--grid-column-start-mobile)/span var(--grid-column-span-mobile);
732
+ align-self: var(--grid-vertical-placement-mobile);
733
+ justify-self: var(--grid-horizontal-placement-mobile);
734
+ place-self: var(--grid-vertical-placement-mobile) var(--grid-horizontal-placement-mobile);
735
+ }
736
+ .post-type-filter-grid-v3__info-item:has(> .subgrid-layout-mobile) {
737
+ grid-template-rows: subgrid;
738
+ }
739
+ .post-type-filter-grid-v3__info-item:has(> .subgrid-layout-mobile) > section {
740
+ grid-row: 1/-1;
741
+ grid-column: 1/-1;
742
+ }
743
+ @media screen and (min-width: 768px) {
744
+ .post-type-filter-grid-v3__info-item {
745
+ grid-row: var(--grid-row-start-portrait)/span var(--grid-row-span-portrait);
746
+ grid-column: var(--grid-column-start-portrait)/span var(--grid-column-span-portrait);
747
+ align-self: var(--grid-vertical-placement-portrait);
748
+ justify-self: var(--grid-horizontal-placement-portrait);
749
+ place-self: var(--grid-vertical-placement-portrait) var(--grid-horizontal-placement-portrait);
750
+ }
751
+ .post-type-filter-grid-v3__info-item:has(> .subgrid-layout-portrait) {
752
+ grid-template-rows: subgrid;
753
+ }
754
+ .post-type-filter-grid-v3__info-item:has(> .subgrid-layout-portrait) > section {
755
+ grid-row: 1/-1;
756
+ grid-column: 1/-1;
757
+ }
758
+ }
759
+ @media screen and (min-width: 1024px) {
760
+ .post-type-filter-grid-v3__info-item {
761
+ grid-row: var(--grid-row-start)/span var(--grid-row-span);
762
+ grid-column: var(--grid-column-start)/span var(--grid-column-span);
763
+ align-self: var(--grid-vertical-placement-desktop);
764
+ justify-self: var(--grid-horizontal-placement-desktop);
765
+ place-self: var(--grid-vertical-placement-desktop) var(--grid-horizontal-placement-desktop);
766
+ }
767
+ .post-type-filter-grid-v3__info-item:has(> .subgrid-layout-desktop) {
768
+ grid-template-rows: subgrid;
769
+ }
770
+ .post-type-filter-grid-v3__info-item:has(> .subgrid-layout-desktop) > section {
771
+ grid-row: 1/-1;
772
+ grid-column: 1/-1;
773
+ }
774
+ }
775
+ .post-type-filter-grid-v3__info-item {
776
+ z-index: 2;
777
+ }
778
+ .post-type-filter-grid-v3__info-item:not(.post-type-filter-grid-v3__post-link):not(.post-type-filter-grid-v3__product-buy-now):not(.post-type-filter-grid-v3__post-image-container-link):not(.post-type-filter-grid-v3__post-tags):not(.post-type-filter-grid-v3__shopify) * {
779
+ width: 100%;
780
+ }
781
+ .post-type-filter-grid-v3__post-tags {
782
+ pointer-events: none;
783
+ }
784
+ .post-type-filter-grid-v3__post-image,
785
+ .post-type-filter-grid-v3__post-image--secondary,
786
+ .post-type-filter-grid-v3__global-image,
787
+ .post-type-filter-grid-v3__media-image {
788
+ opacity: 1;
789
+ z-index: 1;
790
+ transition: opacity 0.3s;
791
+ position: relative;
792
+ margin-left: auto;
793
+ margin-right: auto;
794
+ width: var(--post-image-width-mobile);
795
+ -o-object-fit: var(--post-image-fit-style);
796
+ object-fit: var(--post-image-fit-style);
797
+ aspect-ratio: var(--post-image-aspect-ratio);
798
+ border-radius: var(--post-image-border-radius);
799
+ border: 0px solid transparent;
800
+ }
801
+ @media screen and (min-width: 768px) {
802
+ .post-type-filter-grid-v3__post-image,
803
+ .post-type-filter-grid-v3__post-image--secondary,
804
+ .post-type-filter-grid-v3__global-image,
805
+ .post-type-filter-grid-v3__media-image {
806
+ width: var(--post-image-width-portrait);
807
+ }
808
+ }
809
+ @media screen and (min-width: 1024px) {
810
+ .post-type-filter-grid-v3__post-image,
811
+ .post-type-filter-grid-v3__post-image--secondary,
812
+ .post-type-filter-grid-v3__global-image,
813
+ .post-type-filter-grid-v3__media-image {
814
+ width: var(--post-image-width-desktop);
815
+ }
816
+ }
817
+ .post-type-filter-grid-v3__post-image--image_accent,
818
+ .post-type-filter-grid-v3__post-image--secondary--image_accent,
819
+ .post-type-filter-grid-v3__global-image--image_accent,
820
+ .post-type-filter-grid-v3__media-image--image_accent {
821
+ position: relative;
822
+ position: var(--element-position, relative);
823
+ z-index: var(--element-z-index);
824
+ align-self: var(--mobile-vertical-placement);
825
+ justify-self: var(--mobile-horizontal-placement);
826
+ place-self: var(--mobile-vertical-placement) var(--mobile-horizontal-placement);
827
+ translate: 0 0;
828
+ translate: var(--element-horizontal-offset-mobile, 0) var(--element-vertical-offset-mobile, 0);
829
+ rotate: 0deg;
830
+ rotate: var(--element-rotation-mobile, 0deg);
831
+ }
832
+ @media screen and (min-width: 1024px) {
833
+ .post-type-filter-grid-v3__post-image--image_accent,
834
+ .post-type-filter-grid-v3__post-image--secondary--image_accent,
835
+ .post-type-filter-grid-v3__global-image--image_accent,
836
+ .post-type-filter-grid-v3__media-image--image_accent {
837
+ align-self: var(--desktop-vertical-placement);
838
+ justify-self: var(--desktop-horizontal-placement);
839
+ place-self: var(--desktop-vertical-placement) var(--desktop-horizontal-placement);
840
+ translate: 0 0;
841
+ translate: var(--element-horizontal-offset-desktop, 0) var(--element-vertical-offset-desktop, 0);
842
+ rotate: 0deg;
843
+ rotate: var(--element-rotation-desktop, 0deg);
844
+ }
845
+ }
846
+ .post-type-filter-grid-v3__post-image--image_accent,
847
+ .post-type-filter-grid-v3__post-image--secondary--image_accent,
848
+ .post-type-filter-grid-v3__global-image--image_accent,
849
+ .post-type-filter-grid-v3__media-image--image_accent {
850
+ width: var(--post-image-width-mobile);
851
+ }
852
+ @media screen and (min-width: 1024px) {
853
+ .post-type-filter-grid-v3__post-image--image_accent,
854
+ .post-type-filter-grid-v3__post-image--secondary--image_accent,
855
+ .post-type-filter-grid-v3__global-image--image_accent,
856
+ .post-type-filter-grid-v3__media-image--image_accent {
857
+ width: var(--post-image-width-desktop);
858
+ }
859
+ }
860
+ .post-type-filter-grid-v3__global-image {
861
+ display: grid;
862
+ z-index: 5;
863
+ z-index: var(--element-z-index, 5);
864
+ grid-row: var(--grid-row-start-mobile)/span var(--grid-row-span-mobile);
865
+ grid-column: var(--grid-column-start-mobile)/span var(--grid-column-span-mobile);
866
+ align-self: var(--grid-vertical-placement-mobile);
867
+ justify-self: var(--grid-horizontal-placement-mobile);
868
+ place-self: var(--grid-vertical-placement-mobile) var(--grid-horizontal-placement-mobile);
869
+ }
870
+ .post-type-filter-grid-v3__global-image:has(> .subgrid-layout-mobile) {
871
+ grid-template-rows: subgrid;
872
+ }
873
+ .post-type-filter-grid-v3__global-image:has(> .subgrid-layout-mobile) > section {
874
+ grid-row: 1/-1;
875
+ grid-column: 1/-1;
876
+ }
877
+ @media screen and (min-width: 768px) {
878
+ .post-type-filter-grid-v3__global-image {
879
+ grid-row: var(--grid-row-start-portrait)/span var(--grid-row-span-portrait);
880
+ grid-column: var(--grid-column-start-portrait)/span var(--grid-column-span-portrait);
881
+ align-self: var(--grid-vertical-placement-portrait);
882
+ justify-self: var(--grid-horizontal-placement-portrait);
883
+ place-self: var(--grid-vertical-placement-portrait) var(--grid-horizontal-placement-portrait);
884
+ }
885
+ .post-type-filter-grid-v3__global-image:has(> .subgrid-layout-portrait) {
886
+ grid-template-rows: subgrid;
887
+ }
888
+ .post-type-filter-grid-v3__global-image:has(> .subgrid-layout-portrait) > section {
889
+ grid-row: 1/-1;
890
+ grid-column: 1/-1;
891
+ }
892
+ }
893
+ @media screen and (min-width: 1024px) {
894
+ .post-type-filter-grid-v3__global-image {
895
+ grid-row: var(--grid-row-start)/span var(--grid-row-span);
896
+ grid-column: var(--grid-column-start)/span var(--grid-column-span);
897
+ align-self: var(--grid-vertical-placement-desktop);
898
+ justify-self: var(--grid-horizontal-placement-desktop);
899
+ place-self: var(--grid-vertical-placement-desktop) var(--grid-horizontal-placement-desktop);
900
+ }
901
+ .post-type-filter-grid-v3__global-image:has(> .subgrid-layout-desktop) {
902
+ grid-template-rows: subgrid;
903
+ }
904
+ .post-type-filter-grid-v3__global-image:has(> .subgrid-layout-desktop) > section {
905
+ grid-row: 1/-1;
906
+ grid-column: 1/-1;
907
+ }
908
+ }
909
+ .post-type-filter-grid-v3__global-image {
910
+ width: 100%;
911
+ max-width: 100%;
912
+ max-width: var(--global-image-max-width-mobile, 100%);
913
+ z-index: 1;
914
+ z-index: var(--global-image-z-index, 1);
915
+ position: relative;
916
+ position: var(--global-image-position, relative);
917
+ -o-object-fit: cover;
918
+ object-fit: cover;
919
+ -o-object-fit: var(--global-image-fit-style, cover);
920
+ object-fit: var(--global-image-fit-style, cover);
921
+ height: auto;
922
+ height: var(--global-image-height, auto);
923
+ }
924
+ @media screen and (min-width: 1024px) {
925
+ .post-type-filter-grid-v3__global-image {
926
+ max-width: 100%;
927
+ max-width: var(--global-image-max-width-desktop, 100%);
928
+ }
929
+ }
930
+ .post-type-filter-grid-v3__media-image-container {
931
+ position: relative;
932
+ width: 100%;
933
+ }
934
+ .post-type-filter-grid-v3__post-image--secondary {
935
+ opacity: 0;
936
+ z-index: 0;
937
+ position: absolute;
938
+ width: 100%;
939
+ height: 100%;
940
+ -o-object-fit: contain;
941
+ object-fit: contain;
942
+ }
943
+ .post-type-filter-grid-v3__post-text-container {
944
+ display: grid;
945
+ z-index: 2;
946
+ }
947
+ .post-type-filter-grid-v3__post-title {
948
+ display: flex;
949
+ gap: 1.5em;
950
+ flex-direction: row;
951
+ justify-content: space-between;
952
+ }
953
+ .post-type-filter-grid-v3__post-title * {
954
+ width: 100%;
955
+ }
956
+ .post-type-filter-grid-v3__post-headline {
957
+ width: 100%;
958
+ }
959
+ .post-type-filter-grid-v3__post-title-icon {
960
+ width: 1em;
961
+ }
962
+ .post-type-filter-grid-v3__post-category {
963
+ background: var(--black);
964
+ color: var(--white);
965
+ display: flex;
966
+ gap: calc(15 / var(--desktop-design-reference) * var(--screen-width-static));
967
+ padding: calc(10 / var(--desktop-design-reference) * var(--screen-width-static));
968
+ width: -moz-fit-content;
969
+ width: fit-content;
970
+ }
971
+ .post-type-filter-grid-v3__post-category--item {
972
+ margin: 0;
973
+ }
974
+ .post-type-filter-grid-v3__cta {
975
+ gap: 0.5em;
976
+ }
977
+ .post-type-filter-grid-v3__icon-image {
978
+ width: 1em;
979
+ }
980
+ .post-type-filter-grid-v3__icon-image * {
981
+ fill: inherit;
982
+ }
983
+ .post-type-filter-grid-v3__post-spacer {
984
+ z-index: 2;
985
+ width: 100%;
986
+ background-color: var(--spacer-bg-colour);
987
+ height: calc(var(--global-inline-spacing) * var(--spacer-size-mult-mobile));
988
+ }
989
+ @media screen and (min-width: 768px) {
990
+ .post-type-filter-grid-v3__post-spacer {
991
+ height: calc(var(--global-inline-spacing) * var(--spacer-size-mult-portrait));
992
+ }
993
+ }
994
+ @media screen and (min-width: 1024px) {
995
+ .post-type-filter-grid-v3__post-spacer {
996
+ height: calc(var(--global-inline-spacing) * var(--spacer-size-mult));
997
+ }
998
+ }
999
+ .post-type-filter-grid-v3__post-link,
1000
+ .post-type-filter-grid-v3__better-reviews {
1001
+ max-width: -moz-max-content;
1002
+ max-width: max-content;
1003
+ }
1004
+ .post-type-filter-grid-v3__cta-style-post-colour,
1005
+ .post-type-filter-grid-v3__cta-style-post-text-colour-style {
1006
+ padding-top: calc(10 / var(--design-reference) * var(--screen-width));
1007
+ padding-bottom: calc(10 / var(--design-reference) * var(--screen-width));
1008
+ padding-left: calc(20 / var(--design-reference) * var(--screen-width));
1009
+ padding-right: calc(20 / var(--design-reference) * var(--screen-width));
1010
+ }
1011
+ @media screen and (min-width: 768px) {
1012
+ .post-type-filter-grid-v3__cta-style-post-colour,
1013
+ .post-type-filter-grid-v3__cta-style-post-text-colour-style {
1014
+ padding-top: calc(10 / var(--design-reference) * var(--screen-width));
1015
+ padding-bottom: calc(10 / var(--design-reference) * var(--screen-width));
1016
+ padding-left: calc(20 / var(--design-reference) * var(--screen-width));
1017
+ padding-right: calc(20 / var(--design-reference) * var(--screen-width));
1018
+ }
1019
+ }
1020
+ @media screen and (min-width: 1024px) {
1021
+ .post-type-filter-grid-v3__cta-style-post-colour,
1022
+ .post-type-filter-grid-v3__cta-style-post-text-colour-style {
1023
+ padding-top: calc(10 / var(--design-reference) * var(--screen-width));
1024
+ padding-bottom: calc(10 / var(--design-reference) * var(--screen-width));
1025
+ padding-left: calc(20 / var(--design-reference) * var(--screen-width));
1026
+ padding-right: calc(20 / var(--design-reference) * var(--screen-width));
1027
+ }
1028
+ }
1029
+ .post-type-filter-grid-v3__cta-style-post-colour {
1030
+ color: var(--post-colour);
1031
+ border: 1px solid var(--post-colour);
1032
+ }
1033
+ .post-type-filter-grid-v3__cta-style-post-colour * {
1034
+ stroke: var(--post-colour);
1035
+ fill: var(--post-colour);
1036
+ }
1037
+ .post-type-filter-grid-v3__cta-style-post-colour:hover {
1038
+ color: var(--post-colour);
1039
+ }
1040
+ .post-type-filter-grid-v3__cta-style-post-colour:hover * {
1041
+ stroke: var(--post-colour);
1042
+ fill: var(--post-colour);
1043
+ }
1044
+ .post-type-filter-grid-v3__cta-style-post-text-colour-style {
1045
+ color: var(--post-text-colour-style);
1046
+ border: 1px solid var(--post-text-colour-style);
1047
+ }
1048
+ .post-type-filter-grid-v3__cta-style-post-text-colour-style * {
1049
+ stroke: var(--post-text-colour-style);
1050
+ fill: var(--post-text-colour-style);
1051
+ }
1052
+ .post-type-filter-grid-v3__cta-style-post-text-colour-style:hover {
1053
+ color: var(--post-text-colour-style);
1054
+ }
1055
+ .post-type-filter-grid-v3__cta-style-post-text-colour-style:hover * {
1056
+ stroke: var(--post-text-colour-style);
1057
+ fill: var(--post-text-colour-style);
1058
+ }
1059
+ .post-type-filter-grid-v3__product-c7-add-to-cart {
1060
+ display: flex;
1061
+ align-items: flex-end;
1062
+ z-index: 2;
1063
+ }
1064
+ .post-type-filter-grid-v3__post-tags {
1065
+ display: flex;
1066
+ justify-content: flex-start;
1067
+ flex-wrap: wrap;
1068
+ align-items: flex-start;
1069
+ z-index: 2;
1070
+ }
1071
+ .post-type-filter-grid-v3__person-email {
1072
+ display: flex;
1073
+ gap: 1em;
1074
+ align-items: center;
1075
+ }
1076
+ .post-type-filter-grid-v3__person-email-icon {
1077
+ width: 1em;
1078
+ }
1079
+ .post-type-filter-grid-v3__person-rating-star-container {
1080
+ display: flex;
1081
+ --rating-star-colour: #f8b94c;
1082
+ padding: calc(10 / var(--desktop-design-reference) * var(--screen-width-static));
1083
+ }
1084
+ .post-type-filter-grid-v3__person-rating-star {
1085
+ width: calc(20 / var(--desktop-design-reference) * var(--screen-width-static));
1086
+ }
1087
+ .post-type-filter-grid-v3__person-rating-star * {
1088
+ fill: var(--rating-star-colour);
1089
+ }
1090
+ .post-type-filter-grid-v3__load-more-container {
1091
+ grid-area: loadmore;
1092
+ width: 100%;
1093
+ display: flex;
1094
+ justify-content: center;
1095
+ flex-direction: column;
1096
+ align-items: center;
1097
+ z-index: 2;
1098
+ margin-top: calc(115 / var(--design-reference) * var(--screen-width));
1099
+ }
1100
+ .post-type-filter-grid-v3__load-more-container:has(.show-spinner) {
1101
+ pointer-events: none;
1102
+ }
1103
+ @media screen and (min-width: 768px) {
1104
+ .post-type-filter-grid-v3__load-more-container {
1105
+ margin-top: calc(90 / var(--design-reference) * var(--screen-width));
1106
+ }
1107
+ }
1108
+ @media screen and (min-width: 1024px) {
1109
+ .post-type-filter-grid-v3__load-more-container {
1110
+ margin-top: calc(80 / var(--design-reference) * var(--screen-width));
1111
+ }
1112
+ }
1113
+ .post-type-filter-grid-v3__load-more-button .cmpl-cta-span.hide-text {
1114
+ display: none;
1115
+ }
1116
+ .post-type-filter-grid-v3 .loader {
1117
+ --spinner-size: 20px;
1118
+ width: 20px;
1119
+ width: var(--spinner-size);
1120
+ height: 20px;
1121
+ height: var(--spinner-size);
1122
+ border: 2px solid #fff;
1123
+ border-bottom-color: transparent;
1124
+ border-radius: 50%;
1125
+ display: none;
1126
+ box-sizing: border-box;
1127
+ animation: rotation 1s linear infinite;
1128
+ }
1129
+ .post-type-filter-grid-v3 .loader.show-spinner {
1130
+ display: inline-block;
1131
+ }
1132
+ @keyframes rotation {
1133
+ 0% {
1134
+ transform: rotate(0deg);
1135
+ }
1136
+ 100% {
1137
+ transform: rotate(360deg);
1138
+ }
1139
+ }
1140
+ .post-type-filter-grid-v3__load-more-icon {
1141
+ width: 1em;
1142
+ }
1143
+ .post-type-filter-grid-v3__show-all[data-layout="5"] {
1144
+ text-align: left;
1145
+ justify-content: flex-start;
1146
+ }
1147
+ .post-type-filter-grid-v3__show-all {
1148
+ z-index: 2;
1149
+ position: relative;
1150
+ width: auto;
1151
+ align-self: flex-end;
1152
+ justify-self: flex-end;
1153
+ place-self: flex-end;
1154
+ margin-bottom: 0;
1155
+ margin-bottom: initial;
1156
+ cursor: pointer;
1157
+ width: 100%;
1158
+ }
1159
+ @media screen and (min-width: 768px) {
1160
+ .post-type-filter-grid-v3__show-all {
1161
+ width: auto;
1162
+ width: initial;
1163
+ }
1164
+ }
1165
+ @media screen and (min-width: 1024px) {
1166
+ .post-type-filter-grid-v3__show-all[data-layout="2"],
1167
+ .post-type-filter-grid-v3__show-all[data-layout="5"] {
1168
+ grid-column: 1;
1169
+ width: -moz-max-content;
1170
+ width: max-content;
1171
+ }
1172
+ }
1173
+ .post-type-filter-grid-v3 .fade-move,
1174
+ .post-type-filter-grid-v3 .fade-enter-active,
1175
+ .post-type-filter-grid-v3 .fade-leave-active {
1176
+ transition: opacity 0.5s ease;
1177
+ }
1178
+ .post-type-filter-grid-v3 .fade-enter-from,
1179
+ .post-type-filter-grid-v3 .fade-leave-to {
1180
+ opacity: 0;
1181
+ transform: translateX(30px);
1182
+ }
1183
+ .post-type-filter-grid-v3 .fade-leave-active {
1184
+ position: absolute;
1185
+ }
1186
+ .post-type-filter-grid-v3.shopify-add-to-cart {
1187
+ text-align: center;
1188
+ }
@@ -0,0 +1,85 @@
1
+ .scrolling-banner-v3 {
2
+ position: relative;
3
+ overflow-x: hidden;
4
+ color: var(--banner-text-colour);
5
+ font-weight: var(--weight-extra-bold);
6
+ width: 100%;
7
+ display: flex;
8
+ flex-wrap: nowrap;
9
+ line-height: 1;
10
+ text-transform: uppercase;
11
+ height: auto;
12
+ z-index: 99;
13
+ align-self: var(--position);
14
+ justify-self: var(--position);
15
+ place-self: var(--position);
16
+ }
17
+ .scrolling-banner-v3__wrapper {
18
+ display: grid;
19
+ grid-template: "main"/1fr;
20
+ width: 100%;
21
+ height: auto;
22
+ }
23
+ .scrolling-banner-v3__container {
24
+ width: auto;
25
+ display: flex;
26
+ justify-content: flex-start;
27
+ grid-area: main;
28
+ position: absolute;
29
+ left: 100%;
30
+ height: auto;
31
+ }
32
+ .scrolling-banner-v3__inner {
33
+ width: auto;
34
+ height: auto;
35
+ overflow-y: hidden;
36
+ display: flex;
37
+ flex-wrap: nowrap;
38
+ align-items: center;
39
+ align-self: flex-start;
40
+ white-space: nowrap;
41
+ font-size: calc(var(--text-size-mobile) / var(--design-reference) * var(--font-reference) * var(--font-size-multiplier));
42
+ }
43
+ @media screen and (min-width: 768px) {
44
+ .scrolling-banner-v3__inner {
45
+ font-size: calc(var(--text-size-portrait) / var(--design-reference) * var(--font-reference) * var(--font-size-multiplier));
46
+ }
47
+ }
48
+ @media screen and (min-width: 1024px) {
49
+ .scrolling-banner-v3__inner {
50
+ font-size: calc(var(--text-size-desktop) / var(--design-reference) * var(--font-reference) * var(--font-size-multiplier));
51
+ }
52
+ }
53
+ .scrolling-banner-v3__separator {
54
+ margin: auto calc(25 / var(--design-reference) * var(--screen-width));
55
+ position: relative;
56
+ height: 0.3em;
57
+ width: 0.3em;
58
+ display: grid;
59
+ }
60
+ @media screen and (min-width: 768px) {
61
+ .scrolling-banner-v3__separator {
62
+ margin: auto calc(25 / var(--design-reference) * var(--screen-width));
63
+ }
64
+ }
65
+ @media screen and (min-width: 1024px) {
66
+ .scrolling-banner-v3__separator {
67
+ margin: auto calc(25 / var(--design-reference) * var(--screen-width));
68
+ }
69
+ }
70
+ .scrolling-banner-v3__separator::before {
71
+ content: "";
72
+ background-color: var(--banner-text-colour);
73
+ width: 100%;
74
+ height: 100%;
75
+ position: absolute;
76
+ display: grid;
77
+ z-index: 1;
78
+ align-self: center;
79
+ justify-self: center;
80
+ place-self: center;
81
+ border-radius: 50%;
82
+ }
83
+ .scrolling-banner-v3--text-shadow {
84
+ text-shadow: calc(var(--text-shadow-offset-x) / var(--desktop-design-reference) * var(--screen-width-static)) calc(var(--text-shadow-offset-y) / var(--desktop-design-reference) * var(--screen-width-static)) calc(var(--text-shadow-blur) / var(--desktop-design-reference) * var(--screen-width-static)) var(--text-shadow-colour);
85
+ }
@@ -0,0 +1,7 @@
1
+ .spotify-embed-v3 {
2
+ max-width: calc(1086 / var(--design-reference) * var(--screen-width));
3
+ margin: auto;
4
+ }
5
+ .spotify-embed-v3 iframe {
6
+ pointer-events: all;
7
+ }