@asantemedia-org/leybold-design-system 1.0.10 → 1.0.12

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 (82) hide show
  1. package/dist/assets/ai-banner-desktop.png +0 -0
  2. package/dist/assets/ai-banner-mobile.png +0 -0
  3. package/dist/assets/carousel-card.png +0 -0
  4. package/dist/assets/desktop-layout-alt.svg +27 -0
  5. package/dist/assets/desktop-layout.svg +29 -0
  6. package/dist/assets/globe.svg +7 -0
  7. package/dist/assets/language-selector-bg.png +0 -0
  8. package/dist/assets/leybold-footer-logo.svg +19 -0
  9. package/dist/assets/leybold-white.svg +19 -0
  10. package/dist/assets/list-card-alt.png +0 -0
  11. package/dist/assets/list-card.png +0 -0
  12. package/dist/assets/list-link-a.png +0 -0
  13. package/dist/assets/list-link-b.png +0 -0
  14. package/dist/assets/list-link-c.png +0 -0
  15. package/dist/assets/list-product-overlay-tip-active.svg +3 -0
  16. package/dist/assets/list-product-overlay-tip.svg +3 -0
  17. package/dist/assets/list-product.png +0 -0
  18. package/dist/assets/logo-example.svg +9 -0
  19. package/dist/assets/logo.svg +19 -0
  20. package/dist/assets/phone-layout.svg +14 -0
  21. package/dist/assets/red-tip.svg +10 -0
  22. package/dist/assets/tablet-layout.svg +28 -0
  23. package/dist/index.esm.js +449 -6
  24. package/dist/index.esm.js.map +1 -1
  25. package/dist/index.esm.scss +1542 -84
  26. package/dist/index.js +454 -5
  27. package/dist/index.js.map +1 -1
  28. package/dist/index.scss +1542 -84
  29. package/dist/src/app/layout.d.ts +1 -0
  30. package/dist/src/app/page.d.ts +1 -0
  31. package/dist/src/components/AIBanner/AIBanner.d.ts +15 -0
  32. package/dist/src/components/AIBanner/AIBanner.stories.d.ts +7 -0
  33. package/dist/src/components/AIBanner/index.d.ts +2 -0
  34. package/dist/src/components/Button/Button.d.ts +50 -5
  35. package/dist/src/components/Button/Button.stories.d.ts +16 -3
  36. package/dist/src/components/LanguageSelector/LanguageSelector.d.ts +7 -0
  37. package/dist/src/components/LanguageSelector/LanguageSelector.stories.d.ts +32 -0
  38. package/dist/src/components/LanguageSelector/LanguageSelector.types.d.ts +64 -0
  39. package/dist/src/components/LanguageSelector/LanguageSelectorLink.d.ts +20 -0
  40. package/dist/src/components/LanguageSelector/LocationDropdown.d.ts +6 -0
  41. package/dist/src/components/LanguageSelector/LocationSelectorLink.d.ts +20 -0
  42. package/dist/src/components/LanguageSelector/index.d.ts +7 -0
  43. package/dist/src/experience/Carousel/Carousel.d.ts +36 -0
  44. package/dist/src/experience/Carousel/Carousel.stories.d.ts +7 -0
  45. package/dist/src/experience/Carousel/index.d.ts +2 -0
  46. package/dist/src/experience/Footer/Footer.d.ts +201 -0
  47. package/dist/src/experience/Footer/Footer.stories.d.ts +28 -0
  48. package/dist/src/experience/Footer/icons/AtlasCopcoIcon.d.ts +10 -0
  49. package/dist/src/experience/Footer/icons/ExternalLinkIcon.d.ts +10 -0
  50. package/dist/src/experience/Footer/icons/index.d.ts +2 -0
  51. package/dist/src/experience/Footer/index.d.ts +2 -0
  52. package/dist/src/experience/GeneratedList/GeneratedList.d.ts +40 -0
  53. package/dist/src/experience/GeneratedList/GeneratedList.stories.d.ts +7 -0
  54. package/dist/src/experience/GeneratedList/GeneratedList.types.d.ts +131 -0
  55. package/dist/src/experience/GeneratedList/GeneratedListExternalLink.stories.d.ts +7 -0
  56. package/dist/src/experience/GeneratedList/GeneratedListList.stories.d.ts +9 -0
  57. package/dist/src/experience/GeneratedList/GeneratedListProduct.stories.d.ts +7 -0
  58. package/dist/src/experience/GeneratedList/_Card.d.ts +8 -0
  59. package/dist/src/experience/GeneratedList/_CardMobile.d.ts +8 -0
  60. package/dist/src/experience/GeneratedList/_ExternalLink.d.ts +8 -0
  61. package/dist/src/experience/GeneratedList/_List.d.ts +8 -0
  62. package/dist/src/experience/GeneratedList/_Product.d.ts +9 -0
  63. package/dist/src/experience/GeneratedList/index.d.ts +2 -0
  64. package/dist/src/experience/Header/Header.d.ts +20 -0
  65. package/dist/src/experience/Header/Header.stories.d.ts +9 -0
  66. package/dist/src/experience/Header/HeaderNavButton.d.ts +9 -0
  67. package/dist/src/experience/Header/MegaMenu.d.ts +10 -0
  68. package/dist/src/experience/Header/MenuLink.d.ts +8 -0
  69. package/dist/src/experience/Header/MobileHeader.stories.d.ts +6 -0
  70. package/dist/src/experience/Header/MobileMenu.d.ts +9 -0
  71. package/dist/src/experience/Header/MobileNavBar.d.ts +13 -0
  72. package/dist/src/experience/Header/index.d.ts +6 -0
  73. package/dist/src/experience/algolia-dynamic-search/AlgoliaDynamicSearch.d.ts +1 -0
  74. package/dist/src/experience/qr-form-journey/QrFormJourney.d.ts +1 -0
  75. package/dist/src/index.d.ts +2 -0
  76. package/dist/src/stories/foundation/Buttons/ButtonComponents.d.ts +56 -0
  77. package/dist/src/stories/foundation/Typography/TypographyComponents.d.ts +45 -0
  78. package/dist/src/stories/foundation/_components/StoryLayout.d.ts +11 -0
  79. package/dist/src/types/cards.d.ts +1 -0
  80. package/dist/src/types/search.d.ts +5 -2
  81. package/dist/tsconfig.tsbuildinfo +1 -1
  82. package/package.json +5 -2
package/dist/index.scss CHANGED
@@ -1,107 +1,1220 @@
1
+ :root {
2
+ --leybold-red: #e2001a;
3
+ --leybold-black: #000000;
4
+ --leybold-white: #ffffff;
5
+ --leybold-blue-grey: #546672;
6
+ --leybold-white-aluminium: #dae0e3;
7
+ --leybold-window-gray: #99a1ab;
8
+ --leybold-light-grey: #c5c7c4;
9
+ --leybold-slate-gray: #4a4e54;
10
+ --leybold-anthracite-gray: #383e42;
11
+ --leybold-orange: #d18e56;
12
+ --leybold-yellow: #edd163;
13
+ --leybold-green: #6ea67b;
14
+ --leybold-purple: #732d5d;
15
+ --leybold-purple-gray: #945e67;
16
+ --leybold-blue: #2b4679;
17
+ --leybold-light-blue: #3f6a98;
18
+ --leybold-blue-green: #39788e;
19
+ --leybold-green-gray: #6d8f9f;
20
+ --color-primary: #e2001a;
21
+ --color-secondary: #546672;
22
+ --color-success: #6ea67b;
23
+ --color-danger: #e2001a;
24
+ --color-warning: #d18e56;
25
+ --color-info: #3f6a98;
26
+ --text-primary: #000000;
27
+ --text-secondary: #4a4e54;
28
+ --text-muted: #99a1ab;
29
+ --text-inverse: #ffffff;
30
+ --bg-primary: #ffffff;
31
+ --bg-secondary: #dae0e3;
32
+ --bg-dark: #383e42;
33
+ --border-color: #c5c7c4;
34
+ --border-color-dark: #4a4e54;
35
+ --font-family-base: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
36
+ --h1-mobile-size: 32px;
37
+ --h1-mobile-line-height: 1.2;
38
+ --h2-mobile-size: 24px;
39
+ --h2-mobile-line-height: 1.2;
40
+ --h3-mobile-size: 18px;
41
+ --h3-mobile-line-height: 1.6;
42
+ --h4-mobile-size: 16px;
43
+ --h4-mobile-line-height: 1.55;
44
+ --h5-mobile-size: 14px;
45
+ --h5-mobile-line-height: 1.5;
46
+ --body-mobile-size: 14px;
47
+ --body-mobile-line-height: 1.5;
48
+ --h1-desktop-size: 55px;
49
+ --h1-desktop-line-height: 1.15;
50
+ --h1-desktop-letter-spacing: -0.02em;
51
+ --h2-desktop-size: 40px;
52
+ --h2-desktop-line-height: 1.2;
53
+ --h2-desktop-letter-spacing: -0.01em;
54
+ --h3-desktop-size: 32px;
55
+ --h3-desktop-line-height: 1.2;
56
+ --h4-desktop-size: 24px;
57
+ --h4-desktop-line-height: 1.2;
58
+ --h5-desktop-size: 18px;
59
+ --h5-desktop-line-height: 1.6;
60
+ --body-desktop-size: 18px;
61
+ --body-desktop-line-height: 1.6;
62
+ --text-lg-size: 27px;
63
+ --text-lg-line-height: 1.4;
64
+ --text-xl-size: 36px;
65
+ --text-xl-line-height: 1.4;
66
+ --text-xxl-size: 64px;
67
+ --text-xxl-line-height: 1;
68
+ }
69
+
1
70
  .Button-module__button___18Bed {
2
71
  display: inline-flex;
3
72
  align-items: center;
4
73
  justify-content: center;
5
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
6
- font-weight: 600;
74
+ gap: 0.5rem;
75
+ font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
76
+ font-weight: 600;
77
+ line-height: 1.5;
78
+ text-align: center;
79
+ text-decoration: none;
80
+ vertical-align: middle;
81
+ cursor: pointer;
82
+ -webkit-user-select: none;
83
+ -moz-user-select: none;
84
+ user-select: none;
85
+ border: 2px solid transparent;
86
+ border-radius: 0;
87
+ transition: all 0.2s ease-in-out;
88
+ padding: 0.5rem 1rem;
89
+ text-transform: uppercase;
90
+ }
91
+ .Button-module__button___18Bed:focus-visible {
92
+ outline: 2px solid #000000;
93
+ outline-offset: 2px;
94
+ }
95
+ .Button-module__button___18Bed {
96
+ white-space: nowrap;
97
+ }
98
+ .Button-module__button--primary___VuF-P, .Button-module__button--default___MDa35 {
99
+ color: #ffffff;
100
+ background-color: #e2001a;
101
+ border-color: #e2001a;
102
+ }
103
+ .Button-module__button--primary___VuF-P:hover:not(.Button-module__button--disabled___IuOY8):not([data-force-state]), .Button-module__button--default___MDa35:hover:not(.Button-module__button--disabled___IuOY8):not([data-force-state]) {
104
+ background-color: #546672;
105
+ border-color: #546672;
106
+ }
107
+ .Button-module__button--primary___VuF-P:active:not(.Button-module__button--disabled___IuOY8), .Button-module__button--default___MDa35:active:not(.Button-module__button--disabled___IuOY8) {
108
+ background-color: #546672;
109
+ border-color: #000000;
110
+ }
111
+ .Button-module__button--primary___VuF-P:focus-visible:not([data-force-state]), .Button-module__button--default___MDa35:focus-visible:not([data-force-state]) {
112
+ background-color: #546672;
113
+ border-color: #546672;
114
+ outline: 2px solid #000000;
115
+ outline-offset: 0;
116
+ }
117
+ .Button-module__button--primary___VuF-P[data-force-state=hover], .Button-module__button--default___MDa35[data-force-state=hover] {
118
+ background-color: #546672;
119
+ border-color: #546672;
120
+ }
121
+ .Button-module__button--primary___VuF-P[data-force-state=focus], .Button-module__button--default___MDa35[data-force-state=focus] {
122
+ background-color: #546672;
123
+ border-color: #546672;
124
+ outline: 2px solid #000000;
125
+ outline-offset: 0;
126
+ }
127
+ .Button-module__button--secondary___lD5E3 {
128
+ color: #e2001a;
129
+ background-color: transparent;
130
+ border: 1.5px solid #e2001a;
131
+ }
132
+ .Button-module__button--secondary___lD5E3:hover:not(.Button-module__button--disabled___IuOY8):not([data-force-state]) {
133
+ color: #ffffff;
134
+ background-color: #546672;
135
+ border-color: #546672;
136
+ }
137
+ .Button-module__button--secondary___lD5E3:active:not(.Button-module__button--disabled___IuOY8) {
138
+ background-color: #546672;
139
+ border-color: #000000;
140
+ }
141
+ .Button-module__button--secondary___lD5E3:focus-visible:not([data-force-state]) {
142
+ color: #ffffff;
143
+ background-color: #546672;
144
+ border: 2px solid #546672;
145
+ outline: 2px solid #000000;
146
+ outline-offset: 0;
147
+ }
148
+ .Button-module__button--secondary___lD5E3[data-force-state=hover] {
149
+ color: #ffffff;
150
+ background-color: #546672;
151
+ border-color: #546672;
152
+ }
153
+ .Button-module__button--secondary___lD5E3[data-force-state=focus] {
154
+ color: #ffffff;
155
+ background-color: #546672;
156
+ border: 2px solid #546672;
157
+ outline: 2px solid #000000;
158
+ outline-offset: 0;
159
+ }
160
+ .Button-module__button--solid-red___YPpnL {
161
+ color: #ffffff;
162
+ background-color: #e2001a;
163
+ border-color: #e2001a;
164
+ }
165
+ .Button-module__button--solid-red___YPpnL:hover:not(.Button-module__button--disabled___IuOY8):not([data-force-state]) {
166
+ background-color: #546672;
167
+ border-color: #546672;
168
+ }
169
+ .Button-module__button--solid-red___YPpnL:active:not(.Button-module__button--disabled___IuOY8) {
170
+ background-color: rgb(73.1818181818, 88.8636363636, 99.3181818182);
171
+ border-color: rgb(73.1818181818, 88.8636363636, 99.3181818182);
172
+ }
173
+ .Button-module__button--solid-red___YPpnL:focus-visible:not([data-force-state]) {
174
+ background-color: #000000;
175
+ border-color: #000000;
176
+ outline: 2px solid #000000;
177
+ outline-offset: 0;
178
+ }
179
+ .Button-module__button--solid-red___YPpnL[data-force-state=hover] {
180
+ background-color: #546672;
181
+ border-color: #546672;
182
+ }
183
+ .Button-module__button--solid-red___YPpnL[data-force-state=focus] {
184
+ background-color: #000000;
185
+ border-color: #000000;
186
+ outline: 2px solid #000000;
187
+ outline-offset: 0;
188
+ }
189
+ .Button-module__button--solid-grey___oRbEy {
190
+ color: #000000;
191
+ background-color: #dae0e3;
192
+ border-color: #dae0e3;
193
+ }
194
+ .Button-module__button--solid-grey___oRbEy:hover:not(.Button-module__button--disabled___IuOY8):not([data-force-state]) {
195
+ color: #ffffff;
196
+ background-color: #546672;
197
+ border-color: #546672;
198
+ }
199
+ .Button-module__button--solid-grey___oRbEy:active:not(.Button-module__button--disabled___IuOY8) {
200
+ background-color: #546672;
201
+ border-color: #000000;
202
+ }
203
+ .Button-module__button--solid-grey___oRbEy:focus-visible:not([data-force-state]) {
204
+ color: #ffffff;
205
+ background-color: #546672;
206
+ border-color: #546672;
207
+ outline: 2px solid #000000;
208
+ outline-offset: 0;
209
+ }
210
+ .Button-module__button--solid-grey___oRbEy[data-force-state=hover] {
211
+ color: #ffffff;
212
+ background-color: #546672;
213
+ border-color: #546672;
214
+ }
215
+ .Button-module__button--solid-grey___oRbEy[data-force-state=focus] {
216
+ color: #ffffff;
217
+ background-color: #546672;
218
+ border-color: #546672;
219
+ outline: 2px solid #000000;
220
+ outline-offset: 0;
221
+ }
222
+ .Button-module__button--solid-black___1Ma5K {
223
+ color: #ffffff;
224
+ background-color: #000000;
225
+ border-color: #000000;
226
+ }
227
+ .Button-module__button--solid-black___1Ma5K:hover:not(.Button-module__button--disabled___IuOY8):not([data-force-state]) {
228
+ background-color: #e2001a;
229
+ border-color: #e2001a;
230
+ }
231
+ .Button-module__button--solid-black___1Ma5K:active:not(.Button-module__button--disabled___IuOY8) {
232
+ background-color: rgb(200.5, 0, 23.0663716814);
233
+ border-color: rgb(200.5, 0, 23.0663716814);
234
+ }
235
+ .Button-module__button--solid-black___1Ma5K:focus-visible:not([data-force-state]) {
236
+ background-color: #e2001a;
237
+ border-color: #e2001a;
238
+ outline: 2px solid #000000;
239
+ outline-offset: 0;
240
+ }
241
+ .Button-module__button--solid-black___1Ma5K[data-force-state=hover] {
242
+ background-color: #e2001a;
243
+ border-color: #e2001a;
244
+ }
245
+ .Button-module__button--solid-black___1Ma5K[data-force-state=focus] {
246
+ background-color: #e2001a;
247
+ border-color: #e2001a;
248
+ outline: 2px solid #000000;
249
+ outline-offset: 0;
250
+ }
251
+ .Button-module__button--solid-white___bE-Z0 {
252
+ color: #000000;
253
+ background-color: #ffffff;
254
+ border-color: #000000;
255
+ }
256
+ .Button-module__button--solid-white___bE-Z0:hover:not(.Button-module__button--disabled___IuOY8):not([data-force-state]) {
257
+ color: #ffffff;
258
+ background-color: #000000;
259
+ border-color: #000000;
260
+ }
261
+ .Button-module__button--solid-white___bE-Z0:active:not(.Button-module__button--disabled___IuOY8) {
262
+ background-color: black;
263
+ border-color: black;
264
+ }
265
+ .Button-module__button--solid-white___bE-Z0:focus-visible:not([data-force-state]) {
266
+ color: #ffffff;
267
+ background-color: #000000;
268
+ border-color: #000000;
269
+ outline: 2px solid #ffffff;
270
+ outline-offset: 0;
271
+ }
272
+ .Button-module__button--solid-white___bE-Z0[data-force-state=hover] {
273
+ color: #ffffff;
274
+ background-color: #000000;
275
+ border-color: #000000;
276
+ }
277
+ .Button-module__button--solid-white___bE-Z0[data-force-state=focus] {
278
+ color: #ffffff;
279
+ background-color: #000000;
280
+ border-color: #000000;
281
+ outline: 2px solid #ffffff;
282
+ outline-offset: 0;
283
+ }
284
+ .Button-module__button--outlined-red___cgZXa {
285
+ color: #e2001a;
286
+ background-color: transparent;
287
+ border: 1.5px solid #e2001a;
288
+ }
289
+ .Button-module__button--outlined-red___cgZXa:hover:not(.Button-module__button--disabled___IuOY8):not([data-force-state]) {
290
+ color: #ffffff;
291
+ background-color: #546672;
292
+ border-color: #546672;
293
+ }
294
+ .Button-module__button--outlined-red___cgZXa:active:not(.Button-module__button--disabled___IuOY8) {
295
+ background-color: #546672;
296
+ border-color: #000000;
297
+ }
298
+ .Button-module__button--outlined-red___cgZXa:focus-visible:not([data-force-state]) {
299
+ color: #ffffff;
300
+ background-color: #546672;
301
+ border: 2px solid #546672;
302
+ outline: 2px solid #000000;
303
+ outline-offset: 0;
304
+ }
305
+ .Button-module__button--outlined-red___cgZXa[data-force-state=hover] {
306
+ color: #ffffff;
307
+ background-color: #546672;
308
+ border-color: #546672;
309
+ }
310
+ .Button-module__button--outlined-red___cgZXa[data-force-state=focus] {
311
+ color: #ffffff;
312
+ background-color: #546672;
313
+ border: 2px solid #546672;
314
+ outline: 2px solid #000000;
315
+ outline-offset: 0;
316
+ }
317
+ .Button-module__button--outlined-grey___xWGbB {
318
+ color: #dae0e3;
319
+ background-color: transparent;
320
+ border: 1.5px solid #dae0e3;
321
+ }
322
+ .Button-module__button--outlined-grey___xWGbB:hover:not(.Button-module__button--disabled___IuOY8):not(:focus-visible):not([data-force-state]) {
323
+ color: #e2001a;
324
+ background-color: #ffffff;
325
+ border-color: #ffffff;
326
+ }
327
+ .Button-module__button--outlined-grey___xWGbB:active:not(.Button-module__button--disabled___IuOY8) {
328
+ background-color: #ffffff;
329
+ border-color: #ffffff;
330
+ }
331
+ .Button-module__button--outlined-grey___xWGbB:focus-visible:not([data-force-state]) {
332
+ color: #e2001a;
333
+ background-color: #ffffff;
334
+ border: 2px solid #000000;
335
+ outline: none;
336
+ }
337
+ .Button-module__button--outlined-grey___xWGbB[data-force-state=hover] {
338
+ color: #e2001a;
339
+ background-color: #ffffff;
340
+ border-color: #ffffff;
341
+ }
342
+ .Button-module__button--outlined-grey___xWGbB[data-force-state=focus] {
343
+ color: #e2001a;
344
+ background-color: #ffffff;
345
+ border: 2px solid #000000;
346
+ outline: none;
347
+ }
348
+ .Button-module__button--outlined-black___qfX5o {
349
+ color: #000000;
350
+ background-color: transparent;
351
+ border: 1.5px solid #000000;
352
+ }
353
+ .Button-module__button--outlined-black___qfX5o:hover:not(.Button-module__button--disabled___IuOY8):not(:focus-visible):not([data-force-state]) {
354
+ color: #e2001a;
355
+ background-color: transparent;
356
+ border-color: #e2001a;
357
+ }
358
+ .Button-module__button--outlined-black___qfX5o:active:not(.Button-module__button--disabled___IuOY8) {
359
+ background-color: transparent;
360
+ border-color: rgb(175, 0, 20.1327433628);
361
+ }
362
+ .Button-module__button--outlined-black___qfX5o:focus-visible:not([data-force-state]) {
363
+ color: #e2001a;
364
+ background-color: transparent;
365
+ border: 2px solid #000000;
366
+ outline: none;
367
+ }
368
+ .Button-module__button--outlined-black___qfX5o[data-force-state=hover] {
369
+ color: #e2001a;
370
+ background-color: transparent;
371
+ border-color: #e2001a;
372
+ }
373
+ .Button-module__button--outlined-black___qfX5o[data-force-state=focus] {
374
+ color: #e2001a;
375
+ background-color: transparent;
376
+ border: 2px solid #000000;
377
+ outline: none;
378
+ }
379
+ .Button-module__button--outlined-white___QLXNP {
380
+ color: #ffffff;
381
+ background-color: transparent;
382
+ border: 1.5px solid #ffffff;
383
+ }
384
+ .Button-module__button--outlined-white___QLXNP:hover:not(.Button-module__button--disabled___IuOY8):not(:focus-visible):not([data-force-state]) {
385
+ color: #000000;
386
+ background-color: #ffffff;
387
+ border-color: #ffffff;
388
+ }
389
+ .Button-module__button--outlined-white___QLXNP:active:not(.Button-module__button--disabled___IuOY8) {
390
+ background-color: #ffffff;
391
+ border-color: #ffffff;
392
+ }
393
+ .Button-module__button--outlined-white___QLXNP:focus-visible:not([data-force-state]) {
394
+ color: #000000;
395
+ background-color: #ffffff;
396
+ border: 2px solid #000000;
397
+ outline: none;
398
+ }
399
+ .Button-module__button--outlined-white___QLXNP[data-force-state=hover] {
400
+ color: #000000;
401
+ background-color: #ffffff;
402
+ border-color: #ffffff;
403
+ }
404
+ .Button-module__button--outlined-white___QLXNP[data-force-state=focus] {
405
+ color: #000000;
406
+ background-color: #ffffff;
407
+ border: 2px solid #000000;
408
+ outline: none;
409
+ }
410
+ .Button-module__button--link-text___R2kun {
411
+ color: #e2001a;
412
+ background-color: transparent;
413
+ border: 2px solid transparent;
414
+ padding: 0;
415
+ text-transform: uppercase;
416
+ font-weight: 600;
417
+ }
418
+ .Button-module__button--link-text___R2kun:hover:not(.Button-module__button--disabled___IuOY8):not(:focus-visible):not([data-force-state]) {
419
+ color: #000000;
420
+ border-top: 2px solid transparent;
421
+ border-left: 2px solid transparent;
422
+ border-right: 2px solid transparent;
423
+ border-bottom: 1.5px solid #000000;
424
+ }
425
+ .Button-module__button--link-text___R2kun:hover:not(.Button-module__button--disabled___IuOY8):not(:focus-visible):not([data-force-state]) .Button-module__button__icon___hlcHo {
426
+ transform: rotate(-45deg);
427
+ }
428
+ .Button-module__button--link-text___R2kun:active:not(.Button-module__button--disabled___IuOY8) {
429
+ color: black;
430
+ }
431
+ .Button-module__button--link-text___R2kun:focus-visible:not([data-force-state]) {
432
+ color: #000000;
433
+ border: 2px solid #000000;
434
+ outline: none;
435
+ }
436
+ .Button-module__button--link-text___R2kun:focus-visible:not([data-force-state]) .Button-module__button__icon___hlcHo {
437
+ transform: rotate(-45deg);
438
+ }
439
+ .Button-module__button--link-text___R2kun[data-force-state=hover] {
440
+ color: #000000;
441
+ border-top: 2px solid transparent;
442
+ border-left: 2px solid transparent;
443
+ border-right: 2px solid transparent;
444
+ border-bottom: 1.5px solid #000000;
445
+ }
446
+ .Button-module__button--link-text___R2kun[data-force-state=hover] .Button-module__button__icon___hlcHo {
447
+ transform: rotate(-45deg);
448
+ }
449
+ .Button-module__button--link-text___R2kun[data-force-state=focus] {
450
+ color: #000000;
451
+ border: 2px solid #000000;
452
+ outline: none;
453
+ }
454
+ .Button-module__button--link-text___R2kun[data-force-state=focus] .Button-module__button__icon___hlcHo {
455
+ transform: rotate(-45deg);
456
+ }
457
+ .Button-module__button--link-text-alt___1p7wH {
458
+ color: #e2001a;
459
+ background-color: transparent;
460
+ border: 2px solid transparent;
461
+ padding: 0;
462
+ height: 44px;
463
+ text-transform: uppercase;
464
+ font-weight: 600;
465
+ }
466
+ .Button-module__button--link-text-alt___1p7wH:hover:not(.Button-module__button--disabled___IuOY8):not(:focus-visible):not([data-force-state]) {
467
+ color: #e2001a;
468
+ }
469
+ .Button-module__button--link-text-alt___1p7wH:hover:not(.Button-module__button--disabled___IuOY8):not(:focus-visible):not([data-force-state]) .Button-module__button__icon___hlcHo {
470
+ transform: translateX(16px);
471
+ }
472
+ .Button-module__button--link-text-alt___1p7wH:active:not(.Button-module__button--disabled___IuOY8) {
473
+ color: rgb(175, 0, 20.1327433628);
474
+ }
475
+ .Button-module__button--link-text-alt___1p7wH:focus-visible:not([data-force-state]) {
476
+ color: #e2001a;
477
+ border: 2px solid #000000;
478
+ outline: none;
479
+ }
480
+ .Button-module__button--link-text-alt___1p7wH:focus-visible:not([data-force-state]) .Button-module__button__icon___hlcHo {
481
+ transform: translateX(16px);
482
+ }
483
+ .Button-module__button--link-text-alt___1p7wH[data-force-state=hover] {
484
+ color: #e2001a;
485
+ }
486
+ .Button-module__button--link-text-alt___1p7wH[data-force-state=hover] .Button-module__button__icon___hlcHo {
487
+ transform: translateX(16px);
488
+ }
489
+ .Button-module__button--link-text-alt___1p7wH[data-force-state=focus] {
490
+ color: #e2001a;
491
+ border: 2px solid #000000;
492
+ outline: none;
493
+ }
494
+ .Button-module__button--link-text-alt___1p7wH[data-force-state=focus] .Button-module__button__icon___hlcHo {
495
+ transform: translateX(16px);
496
+ }
497
+ .Button-module__button--external-link___Mhxuk {
498
+ color: #e2001a;
499
+ background-color: transparent;
500
+ border-color: #e2001a;
501
+ }
502
+ .Button-module__button--external-link___Mhxuk:hover:not(.Button-module__button--disabled___IuOY8) {
503
+ color: #ffffff;
504
+ background-color: #546672;
505
+ border-color: #546672;
506
+ }
507
+ .Button-module__button--external-link___Mhxuk:active:not(.Button-module__button--disabled___IuOY8) {
508
+ background-color: rgb(62.3636363636, 75.7272727273, 84.6363636364);
509
+ border-color: rgb(62.3636363636, 75.7272727273, 84.6363636364);
510
+ }
511
+ .Button-module__button--external-link___Mhxuk:focus-visible {
512
+ color: #ffffff;
513
+ background-color: #546672;
514
+ border-color: #546672;
515
+ outline: 2px solid #000000;
516
+ outline-offset: 0;
517
+ }
518
+ .Button-module__button--carousel-arrow-left___Wx-Jo, .Button-module__button--carousel-arrow-right___3ZtgT {
519
+ color: #383e42;
520
+ background-color: transparent;
521
+ border: none;
522
+ padding: 0.5rem;
523
+ width: 56px;
524
+ height: 30px;
525
+ position: relative;
526
+ }
527
+ .Button-module__button--carousel-arrow-left___Wx-Jo .Button-module__button__icon___hlcHo, .Button-module__button--carousel-arrow-right___3ZtgT .Button-module__button__icon___hlcHo {
528
+ position: relative;
529
+ }
530
+ .Button-module__button--carousel-arrow-left___Wx-Jo .Button-module__button__icon__default___0qlF1, .Button-module__button--carousel-arrow-right___3ZtgT .Button-module__button__icon__default___0qlF1 {
531
+ position: absolute;
532
+ top: 50%;
533
+ left: 50%;
534
+ transform: translate(-50%, -50%);
535
+ opacity: 1;
536
+ transition: opacity 0.1s ease-in-out;
537
+ font-size: 20px;
538
+ }
539
+ .Button-module__button--carousel-arrow-left___Wx-Jo .Button-module__button__icon__hover___3xPGT, .Button-module__button--carousel-arrow-right___3ZtgT .Button-module__button__icon__hover___3xPGT {
540
+ position: absolute;
541
+ top: 50%;
542
+ left: 50%;
543
+ transform: translate(-50%, -50%);
544
+ opacity: 0;
545
+ transition: opacity 0.1s ease-in-out;
546
+ font-size: 24px;
547
+ }
548
+ .Button-module__button--carousel-arrow-left___Wx-Jo:hover:not(.Button-module__button--disabled___IuOY8):not(:focus-visible), .Button-module__button--carousel-arrow-right___3ZtgT:hover:not(.Button-module__button--disabled___IuOY8):not(:focus-visible) {
549
+ color: #e2001a;
550
+ background-color: transparent;
551
+ border: none;
552
+ }
553
+ .Button-module__button--carousel-arrow-left___Wx-Jo:hover:not(.Button-module__button--disabled___IuOY8):not(:focus-visible) .Button-module__button__icon__default___0qlF1, .Button-module__button--carousel-arrow-right___3ZtgT:hover:not(.Button-module__button--disabled___IuOY8):not(:focus-visible) .Button-module__button__icon__default___0qlF1 {
554
+ opacity: 0;
555
+ }
556
+ .Button-module__button--carousel-arrow-left___Wx-Jo:hover:not(.Button-module__button--disabled___IuOY8):not(:focus-visible) .Button-module__button__icon__hover___3xPGT, .Button-module__button--carousel-arrow-right___3ZtgT:hover:not(.Button-module__button--disabled___IuOY8):not(:focus-visible) .Button-module__button__icon__hover___3xPGT {
557
+ opacity: 1;
558
+ }
559
+ .Button-module__button--carousel-arrow-left___Wx-Jo:active:not(.Button-module__button--disabled___IuOY8), .Button-module__button--carousel-arrow-right___3ZtgT:active:not(.Button-module__button--disabled___IuOY8) {
560
+ background-color: transparent;
561
+ border: none;
562
+ }
563
+ .Button-module__button--carousel-arrow-left___Wx-Jo:focus-visible, .Button-module__button--carousel-arrow-right___3ZtgT:focus-visible {
564
+ color: #e2001a;
565
+ background-color: transparent;
566
+ border: 2px solid #000000;
567
+ outline: none;
568
+ }
569
+ .Button-module__button--carousel-arrow-left___Wx-Jo:focus-visible .Button-module__button__icon__default___0qlF1, .Button-module__button--carousel-arrow-right___3ZtgT:focus-visible .Button-module__button__icon__default___0qlF1 {
570
+ opacity: 0;
571
+ }
572
+ .Button-module__button--carousel-arrow-left___Wx-Jo:focus-visible .Button-module__button__icon__hover___3xPGT, .Button-module__button--carousel-arrow-right___3ZtgT:focus-visible .Button-module__button__icon__hover___3xPGT {
573
+ opacity: 1;
574
+ }
575
+ .Button-module__button--extra-small___R0QTM {
576
+ padding: 0.25rem 0.375rem;
577
+ font-size: 0.625rem;
578
+ line-height: 1.2;
579
+ }
580
+ .Button-module__button--extra-small___R0QTM.Button-module__button--carousel-arrow-left___Wx-Jo, .Button-module__button--extra-small___R0QTM.Button-module__button--carousel-arrow-right___3ZtgT {
581
+ padding: 0.25rem;
582
+ width: 32px;
583
+ height: 20px;
584
+ }
585
+ .Button-module__button--extra-small___R0QTM.Button-module__button--link-text___R2kun, .Button-module__button--extra-small___R0QTM.Button-module__button--link-text-alt___1p7wH {
586
+ padding: 0;
587
+ }
588
+ .Button-module__button--small___ADJQe {
589
+ padding: 0.25rem 0.5rem;
590
+ font-size: 0.75rem;
591
+ }
592
+ .Button-module__button--small___ADJQe.Button-module__button--carousel-arrow-left___Wx-Jo, .Button-module__button--small___ADJQe.Button-module__button--carousel-arrow-right___3ZtgT {
593
+ padding: 0.25rem;
594
+ }
595
+ .Button-module__button--small___ADJQe.Button-module__button--link-text___R2kun, .Button-module__button--small___ADJQe.Button-module__button--link-text-alt___1p7wH {
596
+ padding: 0;
597
+ }
598
+ .Button-module__button--medium___ZuR4Z {
599
+ padding: 0.5rem 1rem;
600
+ font-size: 0.875rem;
601
+ }
602
+ .Button-module__button--medium___ZuR4Z.Button-module__button--carousel-arrow-left___Wx-Jo, .Button-module__button--medium___ZuR4Z.Button-module__button--carousel-arrow-right___3ZtgT {
603
+ padding: 0.5rem;
604
+ }
605
+ .Button-module__button--medium___ZuR4Z.Button-module__button--link-text___R2kun, .Button-module__button--medium___ZuR4Z.Button-module__button--link-text-alt___1p7wH {
606
+ padding: 0;
607
+ }
608
+ .Button-module__button--large___-FaV5 {
609
+ padding: 1rem 1.5rem;
610
+ font-size: 1rem;
611
+ }
612
+ .Button-module__button--large___-FaV5.Button-module__button--carousel-arrow-left___Wx-Jo, .Button-module__button--large___-FaV5.Button-module__button--carousel-arrow-right___3ZtgT {
613
+ padding: 1rem;
614
+ }
615
+ .Button-module__button--large___-FaV5.Button-module__button--link-text___R2kun, .Button-module__button--large___-FaV5.Button-module__button--link-text-alt___1p7wH {
616
+ padding: 0;
617
+ }
618
+ .Button-module__button--disabled___IuOY8 {
619
+ opacity: 0.5;
620
+ cursor: not-allowed;
621
+ pointer-events: none;
622
+ }
623
+ .Button-module__button__icon___hlcHo {
624
+ display: inline-flex;
625
+ align-items: center;
626
+ justify-content: center;
627
+ flex-shrink: 0;
628
+ transition: transform 0.2s ease-in-out;
629
+ }
630
+ .Button-module__button__icon--left___wMCeH {
631
+ order: -1;
632
+ }
633
+ .Button-module__button__icon--right___-pGHl {
634
+ order: 1;
635
+ }
636
+ :root {
637
+ --leybold-red: #e2001a;
638
+ --leybold-black: #000000;
639
+ --leybold-white: #ffffff;
640
+ --leybold-blue-grey: #546672;
641
+ --leybold-white-aluminium: #dae0e3;
642
+ --leybold-window-gray: #99a1ab;
643
+ --leybold-light-grey: #c5c7c4;
644
+ --leybold-slate-gray: #4a4e54;
645
+ --leybold-anthracite-gray: #383e42;
646
+ --leybold-orange: #d18e56;
647
+ --leybold-yellow: #edd163;
648
+ --leybold-green: #6ea67b;
649
+ --leybold-purple: #732d5d;
650
+ --leybold-purple-gray: #945e67;
651
+ --leybold-blue: #2b4679;
652
+ --leybold-light-blue: #3f6a98;
653
+ --leybold-blue-green: #39788e;
654
+ --leybold-green-gray: #6d8f9f;
655
+ --color-primary: #e2001a;
656
+ --color-secondary: #546672;
657
+ --color-success: #6ea67b;
658
+ --color-danger: #e2001a;
659
+ --color-warning: #d18e56;
660
+ --color-info: #3f6a98;
661
+ --text-primary: #000000;
662
+ --text-secondary: #4a4e54;
663
+ --text-muted: #99a1ab;
664
+ --text-inverse: #ffffff;
665
+ --bg-primary: #ffffff;
666
+ --bg-secondary: #dae0e3;
667
+ --bg-dark: #383e42;
668
+ --border-color: #c5c7c4;
669
+ --border-color-dark: #4a4e54;
670
+ --font-family-base: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
671
+ --h1-mobile-size: 32px;
672
+ --h1-mobile-line-height: 1.2;
673
+ --h2-mobile-size: 24px;
674
+ --h2-mobile-line-height: 1.2;
675
+ --h3-mobile-size: 18px;
676
+ --h3-mobile-line-height: 1.6;
677
+ --h4-mobile-size: 16px;
678
+ --h4-mobile-line-height: 1.55;
679
+ --h5-mobile-size: 14px;
680
+ --h5-mobile-line-height: 1.5;
681
+ --body-mobile-size: 14px;
682
+ --body-mobile-line-height: 1.5;
683
+ --h1-desktop-size: 55px;
684
+ --h1-desktop-line-height: 1.15;
685
+ --h1-desktop-letter-spacing: -0.02em;
686
+ --h2-desktop-size: 40px;
687
+ --h2-desktop-line-height: 1.2;
688
+ --h2-desktop-letter-spacing: -0.01em;
689
+ --h3-desktop-size: 32px;
690
+ --h3-desktop-line-height: 1.2;
691
+ --h4-desktop-size: 24px;
692
+ --h4-desktop-line-height: 1.2;
693
+ --h5-desktop-size: 18px;
694
+ --h5-desktop-line-height: 1.6;
695
+ --body-desktop-size: 18px;
696
+ --body-desktop-line-height: 1.6;
697
+ --text-lg-size: 27px;
698
+ --text-lg-line-height: 1.4;
699
+ --text-xl-size: 36px;
700
+ --text-xl-line-height: 1.4;
701
+ --text-xxl-size: 64px;
702
+ --text-xxl-line-height: 1;
703
+ }
704
+
705
+ .Footer-module__footer___Oavyx {
706
+ background-color: #383e42;
707
+ font-family: var(--font-family-base);
708
+ width: 100%;
709
+ color: #ffffff;
710
+ }
711
+
712
+ .Footer-module__footer--mobile___9HQC- .Footer-module__footer__container___ohvnm {
713
+ display: flex;
714
+ flex-direction: column;
715
+ align-items: stretch;
716
+ padding: 24px;
717
+ text-align: left;
718
+ }
719
+ .Footer-module__footer--mobile___9HQC- .Footer-module__footer__links___DdVK8 {
720
+ display: flex;
721
+ flex-direction: column;
722
+ align-items: stretch;
723
+ gap: 24px;
724
+ margin-left: 0;
725
+ margin-right: 0;
726
+ margin-bottom: 24px;
727
+ }
728
+ .Footer-module__footer--mobile___9HQC- .Footer-module__footer__linkGroup___1B7JA {
729
+ display: flex;
730
+ flex-direction: column;
731
+ align-items: flex-start;
732
+ gap: 8px;
733
+ width: 100%;
734
+ }
735
+ .Footer-module__footer--mobile___9HQC- .Footer-module__footer__linkGroup___1B7JA:first-child {
736
+ padding-bottom: 24px;
737
+ border-bottom: 0.5px solid #ffffff;
738
+ }
739
+ .Footer-module__footer--mobile___9HQC- .Footer-module__footer__linkList___j-DWF {
740
+ display: flex;
741
+ flex-direction: column;
742
+ align-items: flex-start;
743
+ width: 100%;
744
+ }
745
+ .Footer-module__footer--mobile___9HQC- .Footer-module__footer__linkHeading___LtE6X {
746
+ margin-bottom: 0;
747
+ text-align: left;
748
+ width: 100%;
749
+ }
750
+ .Footer-module__footer--mobile___9HQC- .Footer-module__footer__link___G5HPW {
751
+ padding: 4px 0;
752
+ text-align: left;
753
+ }
754
+ .Footer-module__footer--mobile___9HQC- .Footer-module__footer__cta___MRJLr {
755
+ display: flex;
756
+ width: 100%;
757
+ margin-bottom: 20px;
758
+ }
759
+ .Footer-module__footer--mobile___9HQC- .Footer-module__footer__socialIcons___j0aRp {
760
+ margin-top: 0;
761
+ margin-bottom: 16px;
762
+ gap: 32px;
763
+ justify-content: center;
764
+ }
765
+ .Footer-module__footer--mobile___9HQC- .Footer-module__footer__socialIcon___1uVTm {
766
+ width: 32px;
767
+ height: 32px;
768
+ }
769
+ .Footer-module__footer--mobile___9HQC- .Footer-module__footer__socialIcon___1uVTm svg {
770
+ width: 32px;
771
+ height: 32px;
772
+ }
773
+ .Footer-module__footer--mobile___9HQC- .Footer-module__footer__countrySelector___pVtN5 {
774
+ margin-bottom: 0;
775
+ color: #99a1ab;
776
+ }
777
+ .Footer-module__footer--mobile___9HQC- .Footer-module__footer__bottom___77bPL {
778
+ flex-direction: column-reverse;
779
+ align-items: center;
780
+ gap: 8px;
781
+ padding: 16px 0;
782
+ border-top: 0.5px solid #ffffff;
783
+ border-bottom: 0.5px solid #ffffff;
784
+ }
785
+ .Footer-module__footer--mobile___9HQC- .Footer-module__footer__bottomLeft___tlst1 {
786
+ display: flex;
787
+ flex-direction: row;
788
+ justify-content: center;
789
+ align-items: center;
790
+ width: 100%;
791
+ gap: 16px;
792
+ }
793
+ .Footer-module__footer--mobile___9HQC- .Footer-module__footer__bottomLinks___s22h7 {
794
+ display: flex;
795
+ flex-direction: row;
796
+ align-items: center;
797
+ gap: 16px;
798
+ }
799
+ .Footer-module__footer--mobile___9HQC- .Footer-module__footer__bottomLink___SLzwY {
800
+ padding: 4px 0;
801
+ font-size: var(--h5-mobile-size);
802
+ color: #99a1ab;
803
+ }
804
+ .Footer-module__footer--mobile___9HQC- .Footer-module__footer__bottomLink___SLzwY:not(:last-child)::after {
805
+ display: none;
806
+ }
807
+ .Footer-module__footer--mobile___9HQC- .Footer-module__footer__copyright___4bZOF {
808
+ margin-left: 0;
809
+ font-size: var(--h5-mobile-size);
810
+ color: #ffffff;
811
+ }
812
+ .Footer-module__footer--mobile___9HQC- .Footer-module__footer__brandSection___BBr5f {
813
+ display: flex;
814
+ flex-direction: column;
815
+ gap: 16px;
816
+ padding-top: 20px;
817
+ }
818
+ .Footer-module__footer--mobile___9HQC- .Footer-module__footer__brandSection___BBr5f .Footer-module__footer__logo___mv-9M {
819
+ margin-bottom: 0;
820
+ }
821
+ .Footer-module__footer--mobile___9HQC- .Footer-module__footer__brandSection___BBr5f .Footer-module__footer__leftCol___vmKNN {
822
+ gap: 16px;
823
+ }
824
+ .Footer-module__footer--mobile___9HQC- .Footer-module__footer__brandSection___BBr5f .Footer-module__footer__motto___QtB2m {
825
+ font-size: 24px;
826
+ }
827
+
828
+ .Footer-module__footer__container___ohvnm {
829
+ max-width: 1440px;
830
+ margin: 0 auto;
831
+ padding: 56px 22px 20px;
832
+ }
833
+ @media (min-width: 768px) {
834
+ .Footer-module__footer__container___ohvnm {
835
+ padding: 83px 68px 18px;
836
+ }
837
+ }
838
+
839
+ .Footer-module__footer__logo___mv-9M {
840
+ display: block;
841
+ width: 113px;
842
+ height: 32px;
843
+ margin-bottom: 36px;
844
+ }
845
+ .Footer-module__footer__logo___mv-9M img {
846
+ width: 100%;
847
+ height: 100%;
848
+ -o-object-fit: contain;
849
+ object-fit: contain;
850
+ }
851
+
852
+ .Footer-module__footer__main___NSU9d {
853
+ display: flex;
854
+ flex-direction: column;
855
+ gap: 48px;
856
+ padding-bottom: 32px;
857
+ border-bottom: 0.5px solid #ffffff;
858
+ }
859
+ @media (min-width: 768px) {
860
+ .Footer-module__footer__main___NSU9d {
861
+ flex-direction: row;
862
+ justify-content: space-between;
863
+ gap: 40px;
864
+ padding-bottom: 16px;
865
+ }
866
+ }
867
+
868
+ .Footer-module__footer__leftCol___vmKNN {
869
+ display: flex;
870
+ flex-direction: column;
871
+ gap: 32px;
872
+ }
873
+ @media (min-width: 768px) {
874
+ .Footer-module__footer__leftCol___vmKNN {
875
+ flex: 0 0 438px;
876
+ gap: 136px;
877
+ justify-content: space-between;
878
+ }
879
+ }
880
+
881
+ .Footer-module__footer__motto___QtB2m {
882
+ font-size: var(--h2-mobile-size);
883
+ font-weight: 700;
884
+ line-height: 1.2;
885
+ color: #ffffff;
886
+ margin: 0;
887
+ }
888
+ @media (min-width: 768px) {
889
+ .Footer-module__footer__motto___QtB2m {
890
+ font-size: var(--h3-desktop-size);
891
+ }
892
+ }
893
+
894
+ .Footer-module__footer__badge___faejb {
895
+ display: flex;
896
+ align-items: center;
897
+ gap: 8px;
898
+ }
899
+
900
+ .Footer-module__footer__badgeIcon___xJ519 {
901
+ display: flex;
902
+ align-items: center;
903
+ justify-content: center;
904
+ color: #99a1ab;
905
+ flex-shrink: 0;
906
+ }
907
+
908
+ .Footer-module__footer__badgeText___imXgG {
909
+ font-size: var(--h5-mobile-size);
910
+ font-weight: 400;
911
+ line-height: 1.6;
912
+ color: #ffffff;
913
+ }
914
+
915
+ .Footer-module__footer__links___DdVK8 {
916
+ display: flex;
917
+ flex-direction: column;
918
+ gap: 48px;
919
+ }
920
+ @media (min-width: 768px) {
921
+ .Footer-module__footer__links___DdVK8 {
922
+ flex-direction: row;
923
+ gap: 146px;
924
+ margin-left: auto;
925
+ }
926
+ }
927
+
928
+ .Footer-module__footer__linkGroup___1B7JA {
929
+ display: flex;
930
+ flex-direction: column;
931
+ gap: 16px;
932
+ }
933
+ @media (min-width: 768px) {
934
+ .Footer-module__footer__linkGroup___1B7JA {
935
+ min-width: 185px;
936
+ height: 100%;
937
+ }
938
+ }
939
+
940
+ .Footer-module__footer__linkHeading___LtE6X {
941
+ font-size: var(--h5-desktop-size);
942
+ font-weight: 400;
943
+ line-height: 1.6;
944
+ color: #ffffff;
945
+ margin: 0 0 4px;
946
+ }
947
+
948
+ .Footer-module__footer__linkList___j-DWF {
949
+ list-style: none;
950
+ padding: 0;
951
+ margin: 0;
952
+ display: flex;
953
+ flex-direction: column;
954
+ gap: 0;
955
+ }
956
+ .Footer-module__footer__linkList___j-DWF li {
957
+ height: 38px;
958
+ display: flex;
959
+ align-items: center;
960
+ padding-bottom: 2px;
961
+ margin-bottom: -4px;
962
+ }
963
+
964
+ .Footer-module__footer__link___G5HPW {
965
+ display: inline-flex;
966
+ align-items: center;
967
+ gap: 6px;
968
+ width: -moz-fit-content;
969
+ width: fit-content;
970
+ font-size: var(--h4-mobile-size);
971
+ font-weight: 400;
7
972
  line-height: 1.5;
8
- text-align: center;
973
+ color: #99a1ab;
9
974
  text-decoration: none;
10
- vertical-align: middle;
11
- cursor: pointer;
12
- -webkit-user-select: none;
13
- -moz-user-select: none;
14
- user-select: none;
15
- border: 2px solid transparent;
16
- transition: all 0.2s ease-in-out;
17
- padding: 0.5rem 1rem;
18
- text-transform: uppercase;
19
975
  }
20
- .Button-module__button___18Bed:focus-visible {
21
- outline: 2px solid #000000;
22
- outline-offset: 1px;
976
+ .Footer-module__footer__link___G5HPW:hover, .Footer-module__footer__link--hover___5PxzS {
977
+ border-bottom: 1px solid currentColor;
23
978
  }
24
- .Button-module__button___18Bed {
25
- white-space: nowrap;
979
+ .Footer-module__footer__link___G5HPW:focus-visible .Footer-module__footer__linkText___Gc18Z, .Footer-module__footer__link--focus___eJN6z .Footer-module__footer__linkText___Gc18Z {
980
+ outline: 1px solid #ffffff;
981
+ outline-offset: 2px;
26
982
  }
27
- .Button-module__button--primary___VuF-P {
28
- color: white;
29
- background-color: #e2001a;
983
+ .Footer-module__footer__link___G5HPW:focus-visible {
984
+ outline: none;
30
985
  }
31
- .Button-module__button--primary___VuF-P:hover:not(.Button-module__button--disabled___IuOY8) {
32
- background-color: #546672;
986
+
987
+ .Footer-module__footer__linkIcon___IZzJM {
988
+ display: inline-flex;
989
+ flex-shrink: 0;
990
+ color: currentColor;
33
991
  }
34
- .Button-module__button--primary___VuF-P:active:not(.Button-module__button--disabled___IuOY8) {
35
- background-color: #546672;
36
- border-color: #000000;
992
+
993
+ .Footer-module__footer__socialIcons___j0aRp {
994
+ display: flex;
995
+ align-items: center;
996
+ gap: 48px;
997
+ margin-top: 0;
998
+ padding-top: 14px;
999
+ padding-bottom: 14px;
37
1000
  }
38
- .Button-module__button--secondary___lD5E3 {
39
- color: #e2001a;
40
- background-color: white;
41
- border-color: #e2001a;
1001
+ @media (min-width: 768px) {
1002
+ .Footer-module__footer__socialIcons___j0aRp {
1003
+ gap: 6px;
1004
+ margin-top: auto;
1005
+ padding-top: 0;
1006
+ padding-bottom: 0;
1007
+ }
42
1008
  }
43
- .Button-module__button--secondary___lD5E3:hover:not(.Button-module__button--disabled___IuOY8) {
44
- background-color: #4a4e54;
45
- border-color: #4a4e54;
46
- color: white;
1009
+
1010
+ .Footer-module__footer__socialIcon___1uVTm {
1011
+ display: inline-flex;
1012
+ align-items: center;
1013
+ justify-content: center;
1014
+ color: #99a1ab;
1015
+ text-decoration: none;
1016
+ transition: color 0.2s ease-in-out;
47
1017
  }
48
- .Button-module__button--secondary___lD5E3:active:not(.Button-module__button--disabled___IuOY8) {
49
- background-color: rgb(51.5454545455, 62.5909090909, 69.9545454545);
50
- border-color: rgb(51.5454545455, 62.5909090909, 69.9545454545);
1018
+ .Footer-module__footer__socialIcon___1uVTm:hover, .Footer-module__footer__socialIcon--hover___5COSP {
1019
+ color: #ffffff;
51
1020
  }
52
- .Button-module__button--secondary___lD5E3:focus-visible:not(.Button-module__button--disabled___IuOY8) {
53
- background-color: #4a4e54;
54
- border-color: #4a4e54;
55
- color: white;
56
- outline: 1px solid #000000;
57
- outline-offset: 2px;
1021
+ .Footer-module__footer__socialIcon___1uVTm:focus-visible, .Footer-module__footer__socialIcon--focus___c39DU {
1022
+ outline: 1px solid #ffffff;
1023
+ outline-offset: 5px;
58
1024
  }
59
- .Button-module__button--outline___wB6-g {
60
- color: #e2001a;
61
- background-color: transparent;
62
- border-color: #e2001a;
1025
+ .Footer-module__footer__socialIcon___1uVTm svg {
1026
+ width: 32px;
1027
+ height: 32px;
63
1028
  }
64
- .Button-module__button--outline___wB6-g:hover:not(.Button-module__button--disabled___IuOY8) {
65
- color: white;
66
- background-color: #e2001a;
1029
+ @media (min-width: 768px) {
1030
+ .Footer-module__footer__socialIcon___1uVTm svg {
1031
+ width: 24px;
1032
+ height: 24px;
1033
+ }
67
1034
  }
68
- .Button-module__button--outline___wB6-g:active:not(.Button-module__button--disabled___IuOY8) {
69
- background-color: rgb(175, 0, 20.1327433628);
70
- border-color: rgb(175, 0, 20.1327433628);
1035
+
1036
+ .Footer-module__footer__cta___MRJLr {
1037
+ display: flex;
1038
+ width: 100%;
1039
+ margin-top: 32px;
71
1040
  }
72
- .Button-module__button--text___iZIMo {
73
- color: #e2001a;
74
- background-color: transparent;
75
- border-color: transparent;
1041
+ @media (min-width: 768px) {
1042
+ .Footer-module__footer__cta___MRJLr {
1043
+ display: none;
1044
+ }
76
1045
  }
77
- .Button-module__button--text___iZIMo:hover:not(.Button-module__button--disabled___IuOY8) {
78
- background-color: rgba(226, 0, 26, 0.1);
1046
+
1047
+ .Footer-module__footer__bottom___77bPL {
1048
+ display: flex;
1049
+ flex-direction: column;
1050
+ gap: 24px;
1051
+ padding-top: 20px;
79
1052
  }
80
- .Button-module__button--text___iZIMo:active:not(.Button-module__button--disabled___IuOY8) {
81
- background-color: rgba(226, 0, 26, 0.2);
1053
+ @media (min-width: 768px) {
1054
+ .Footer-module__footer__bottom___77bPL {
1055
+ flex-direction: row;
1056
+ align-items: center;
1057
+ justify-content: space-between;
1058
+ padding-top: 10px;
1059
+ }
82
1060
  }
83
- .Button-module__button--extra-small___R0QTM {
84
- padding: 0.5rem 0.675rem;
85
- font-size: 0.5rem;
86
- line-height: 0.5;
1061
+
1062
+ .Footer-module__footer__bottomLeft___tlst1 {
1063
+ display: flex;
1064
+ flex-direction: column;
1065
+ gap: 16px;
87
1066
  }
88
- .Button-module__button--small___ADJQe {
89
- padding: 1rem 1.35rem;
90
- font-size: 12px;
91
- line-height: 0.5;
1067
+ @media (min-width: 768px) {
1068
+ .Footer-module__footer__bottomLeft___tlst1 {
1069
+ flex-direction: row;
1070
+ align-items: center;
1071
+ gap: 0;
1072
+ }
92
1073
  }
93
- .Button-module__button--medium___ZuR4Z {
94
- padding: 1rem 1.5rem;
95
- font-size: 1rem;
1074
+
1075
+ .Footer-module__footer__bottomLinks___s22h7 {
1076
+ display: flex;
1077
+ align-items: center;
1078
+ gap: 24px;
96
1079
  }
97
- .Button-module__button--large___-FaV5 {
98
- padding: 1.5rem 2rem;
99
- font-size: 1.125rem;
1080
+
1081
+ .Footer-module__footer__bottomLink___SLzwY {
1082
+ display: inline-flex;
1083
+ align-items: center;
1084
+ font-size: var(--h5-mobile-size);
1085
+ font-weight: 400;
1086
+ line-height: 1.6;
1087
+ color: #99a1ab;
1088
+ text-decoration: none;
1089
+ padding: 8px 0;
1090
+ border: 1px solid transparent;
1091
+ transition: border-color 0.2s ease-in-out;
100
1092
  }
101
- .Button-module__button--disabled___IuOY8 {
102
- opacity: 0.5;
103
- cursor: not-allowed;
1093
+ @media (min-width: 768px) {
1094
+ .Footer-module__footer__bottomLink___SLzwY {
1095
+ padding: 8px 0;
1096
+ }
1097
+ }
1098
+ .Footer-module__footer__bottomLink___SLzwY:hover {
1099
+ text-decoration: underline;
1100
+ text-underline-offset: 2px;
1101
+ }
1102
+ .Footer-module__footer__bottomLink___SLzwY:focus-visible {
1103
+ outline: none;
1104
+ border-color: #ffffff;
1105
+ border-radius: 2px;
1106
+ }
1107
+
1108
+ .Footer-module__footer__copyright___4bZOF {
1109
+ font-size: var(--h5-mobile-size);
1110
+ font-weight: 400;
1111
+ line-height: 1.6;
1112
+ color: #ffffff;
1113
+ margin: 0;
1114
+ }
1115
+ @media (min-width: 768px) {
1116
+ .Footer-module__footer__copyright___4bZOF {
1117
+ margin-left: 12px;
1118
+ }
1119
+ }
1120
+
1121
+ .Footer-module__footer__countrySelector___pVtN5 {
1122
+ display: inline-flex;
1123
+ align-items: center;
1124
+ gap: 8px;
1125
+ font-size: var(--h5-mobile-size);
1126
+ font-weight: 400;
1127
+ line-height: 1.6;
1128
+ color: #99a1ab;
1129
+ text-decoration: none;
1130
+ padding: 8px 0;
1131
+ border: 1px solid transparent;
1132
+ transition: border-color 0.2s ease-in-out;
1133
+ }
1134
+ .Footer-module__footer__countrySelector___pVtN5:hover {
1135
+ text-decoration: underline;
1136
+ text-underline-offset: 2px;
1137
+ }
1138
+ .Footer-module__footer__countrySelector___pVtN5:focus-visible {
1139
+ outline: none;
1140
+ border-color: #ffffff;
1141
+ border-radius: 2px;
1142
+ }
1143
+
1144
+ .Footer-module__footer__countrySelectorIcon___hhEd4 {
1145
+ display: inline-flex;
1146
+ color: currentColor;
1147
+ flex-shrink: 0;
104
1148
  }
1149
+ :root {
1150
+ --leybold-red: #e2001a;
1151
+ --leybold-black: #000000;
1152
+ --leybold-white: #ffffff;
1153
+ --leybold-blue-grey: #546672;
1154
+ --leybold-white-aluminium: #dae0e3;
1155
+ --leybold-window-gray: #99a1ab;
1156
+ --leybold-light-grey: #c5c7c4;
1157
+ --leybold-slate-gray: #4a4e54;
1158
+ --leybold-anthracite-gray: #383e42;
1159
+ --leybold-orange: #d18e56;
1160
+ --leybold-yellow: #edd163;
1161
+ --leybold-green: #6ea67b;
1162
+ --leybold-purple: #732d5d;
1163
+ --leybold-purple-gray: #945e67;
1164
+ --leybold-blue: #2b4679;
1165
+ --leybold-light-blue: #3f6a98;
1166
+ --leybold-blue-green: #39788e;
1167
+ --leybold-green-gray: #6d8f9f;
1168
+ --color-primary: #e2001a;
1169
+ --color-secondary: #546672;
1170
+ --color-success: #6ea67b;
1171
+ --color-danger: #e2001a;
1172
+ --color-warning: #d18e56;
1173
+ --color-info: #3f6a98;
1174
+ --text-primary: #000000;
1175
+ --text-secondary: #4a4e54;
1176
+ --text-muted: #99a1ab;
1177
+ --text-inverse: #ffffff;
1178
+ --bg-primary: #ffffff;
1179
+ --bg-secondary: #dae0e3;
1180
+ --bg-dark: #383e42;
1181
+ --border-color: #c5c7c4;
1182
+ --border-color-dark: #4a4e54;
1183
+ --font-family-base: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
1184
+ --h1-mobile-size: 32px;
1185
+ --h1-mobile-line-height: 1.2;
1186
+ --h2-mobile-size: 24px;
1187
+ --h2-mobile-line-height: 1.2;
1188
+ --h3-mobile-size: 18px;
1189
+ --h3-mobile-line-height: 1.6;
1190
+ --h4-mobile-size: 16px;
1191
+ --h4-mobile-line-height: 1.55;
1192
+ --h5-mobile-size: 14px;
1193
+ --h5-mobile-line-height: 1.5;
1194
+ --body-mobile-size: 14px;
1195
+ --body-mobile-line-height: 1.5;
1196
+ --h1-desktop-size: 55px;
1197
+ --h1-desktop-line-height: 1.15;
1198
+ --h1-desktop-letter-spacing: -0.02em;
1199
+ --h2-desktop-size: 40px;
1200
+ --h2-desktop-line-height: 1.2;
1201
+ --h2-desktop-letter-spacing: -0.01em;
1202
+ --h3-desktop-size: 32px;
1203
+ --h3-desktop-line-height: 1.2;
1204
+ --h4-desktop-size: 24px;
1205
+ --h4-desktop-line-height: 1.2;
1206
+ --h5-desktop-size: 18px;
1207
+ --h5-desktop-line-height: 1.6;
1208
+ --body-desktop-size: 18px;
1209
+ --body-desktop-line-height: 1.6;
1210
+ --text-lg-size: 27px;
1211
+ --text-lg-line-height: 1.4;
1212
+ --text-xl-size: 36px;
1213
+ --text-xl-line-height: 1.4;
1214
+ --text-xxl-size: 64px;
1215
+ --text-xxl-line-height: 1;
1216
+ }
1217
+
105
1218
  .Pagination-module__pagination___Kih79 {
106
1219
  display: flex;
107
1220
  justify-content: center;
@@ -134,7 +1247,7 @@
134
1247
  min-width: 32px;
135
1248
  height: 32px;
136
1249
  padding: 0.25rem 0.5rem;
137
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
1250
+ font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
138
1251
  font-size: 0.875rem;
139
1252
  font-weight: 400;
140
1253
  line-height: 1.5;
@@ -177,7 +1290,7 @@
177
1290
  align-items: center;
178
1291
  gap: 0.25rem;
179
1292
  padding: 0.25rem 1rem;
180
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
1293
+ font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
181
1294
  font-size: 0.875rem;
182
1295
  font-weight: 400;
183
1296
  line-height: 1.5;
@@ -271,6 +1384,75 @@
271
1384
  border-width: 2px;
272
1385
  }
273
1386
  }
1387
+ :root {
1388
+ --leybold-red: #e2001a;
1389
+ --leybold-black: #000000;
1390
+ --leybold-white: #ffffff;
1391
+ --leybold-blue-grey: #546672;
1392
+ --leybold-white-aluminium: #dae0e3;
1393
+ --leybold-window-gray: #99a1ab;
1394
+ --leybold-light-grey: #c5c7c4;
1395
+ --leybold-slate-gray: #4a4e54;
1396
+ --leybold-anthracite-gray: #383e42;
1397
+ --leybold-orange: #d18e56;
1398
+ --leybold-yellow: #edd163;
1399
+ --leybold-green: #6ea67b;
1400
+ --leybold-purple: #732d5d;
1401
+ --leybold-purple-gray: #945e67;
1402
+ --leybold-blue: #2b4679;
1403
+ --leybold-light-blue: #3f6a98;
1404
+ --leybold-blue-green: #39788e;
1405
+ --leybold-green-gray: #6d8f9f;
1406
+ --color-primary: #e2001a;
1407
+ --color-secondary: #546672;
1408
+ --color-success: #6ea67b;
1409
+ --color-danger: #e2001a;
1410
+ --color-warning: #d18e56;
1411
+ --color-info: #3f6a98;
1412
+ --text-primary: #000000;
1413
+ --text-secondary: #4a4e54;
1414
+ --text-muted: #99a1ab;
1415
+ --text-inverse: #ffffff;
1416
+ --bg-primary: #ffffff;
1417
+ --bg-secondary: #dae0e3;
1418
+ --bg-dark: #383e42;
1419
+ --border-color: #c5c7c4;
1420
+ --border-color-dark: #4a4e54;
1421
+ --font-family-base: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
1422
+ --h1-mobile-size: 32px;
1423
+ --h1-mobile-line-height: 1.2;
1424
+ --h2-mobile-size: 24px;
1425
+ --h2-mobile-line-height: 1.2;
1426
+ --h3-mobile-size: 18px;
1427
+ --h3-mobile-line-height: 1.6;
1428
+ --h4-mobile-size: 16px;
1429
+ --h4-mobile-line-height: 1.55;
1430
+ --h5-mobile-size: 14px;
1431
+ --h5-mobile-line-height: 1.5;
1432
+ --body-mobile-size: 14px;
1433
+ --body-mobile-line-height: 1.5;
1434
+ --h1-desktop-size: 55px;
1435
+ --h1-desktop-line-height: 1.15;
1436
+ --h1-desktop-letter-spacing: -0.02em;
1437
+ --h2-desktop-size: 40px;
1438
+ --h2-desktop-line-height: 1.2;
1439
+ --h2-desktop-letter-spacing: -0.01em;
1440
+ --h3-desktop-size: 32px;
1441
+ --h3-desktop-line-height: 1.2;
1442
+ --h4-desktop-size: 24px;
1443
+ --h4-desktop-line-height: 1.2;
1444
+ --h5-desktop-size: 18px;
1445
+ --h5-desktop-line-height: 1.6;
1446
+ --body-desktop-size: 18px;
1447
+ --body-desktop-line-height: 1.6;
1448
+ --text-lg-size: 27px;
1449
+ --text-lg-line-height: 1.4;
1450
+ --text-xl-size: 36px;
1451
+ --text-xl-line-height: 1.4;
1452
+ --text-xxl-size: 64px;
1453
+ --text-xxl-line-height: 1;
1454
+ }
1455
+
274
1456
  .ProductCardHorizontal-module__productCard___Nl4jK {
275
1457
  display: block;
276
1458
  border: 1px solid transparent;
@@ -448,6 +1630,75 @@ h3.ProductCardHorizontal-module__productTitle___xBuu7 {
448
1630
  outline: 2px solid #0066cc;
449
1631
  outline-offset: 2px;
450
1632
  }
1633
+ :root {
1634
+ --leybold-red: #e2001a;
1635
+ --leybold-black: #000000;
1636
+ --leybold-white: #ffffff;
1637
+ --leybold-blue-grey: #546672;
1638
+ --leybold-white-aluminium: #dae0e3;
1639
+ --leybold-window-gray: #99a1ab;
1640
+ --leybold-light-grey: #c5c7c4;
1641
+ --leybold-slate-gray: #4a4e54;
1642
+ --leybold-anthracite-gray: #383e42;
1643
+ --leybold-orange: #d18e56;
1644
+ --leybold-yellow: #edd163;
1645
+ --leybold-green: #6ea67b;
1646
+ --leybold-purple: #732d5d;
1647
+ --leybold-purple-gray: #945e67;
1648
+ --leybold-blue: #2b4679;
1649
+ --leybold-light-blue: #3f6a98;
1650
+ --leybold-blue-green: #39788e;
1651
+ --leybold-green-gray: #6d8f9f;
1652
+ --color-primary: #e2001a;
1653
+ --color-secondary: #546672;
1654
+ --color-success: #6ea67b;
1655
+ --color-danger: #e2001a;
1656
+ --color-warning: #d18e56;
1657
+ --color-info: #3f6a98;
1658
+ --text-primary: #000000;
1659
+ --text-secondary: #4a4e54;
1660
+ --text-muted: #99a1ab;
1661
+ --text-inverse: #ffffff;
1662
+ --bg-primary: #ffffff;
1663
+ --bg-secondary: #dae0e3;
1664
+ --bg-dark: #383e42;
1665
+ --border-color: #c5c7c4;
1666
+ --border-color-dark: #4a4e54;
1667
+ --font-family-base: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
1668
+ --h1-mobile-size: 32px;
1669
+ --h1-mobile-line-height: 1.2;
1670
+ --h2-mobile-size: 24px;
1671
+ --h2-mobile-line-height: 1.2;
1672
+ --h3-mobile-size: 18px;
1673
+ --h3-mobile-line-height: 1.6;
1674
+ --h4-mobile-size: 16px;
1675
+ --h4-mobile-line-height: 1.55;
1676
+ --h5-mobile-size: 14px;
1677
+ --h5-mobile-line-height: 1.5;
1678
+ --body-mobile-size: 14px;
1679
+ --body-mobile-line-height: 1.5;
1680
+ --h1-desktop-size: 55px;
1681
+ --h1-desktop-line-height: 1.15;
1682
+ --h1-desktop-letter-spacing: -0.02em;
1683
+ --h2-desktop-size: 40px;
1684
+ --h2-desktop-line-height: 1.2;
1685
+ --h2-desktop-letter-spacing: -0.01em;
1686
+ --h3-desktop-size: 32px;
1687
+ --h3-desktop-line-height: 1.2;
1688
+ --h4-desktop-size: 24px;
1689
+ --h4-desktop-line-height: 1.2;
1690
+ --h5-desktop-size: 18px;
1691
+ --h5-desktop-line-height: 1.6;
1692
+ --body-desktop-size: 18px;
1693
+ --body-desktop-line-height: 1.6;
1694
+ --text-lg-size: 27px;
1695
+ --text-lg-line-height: 1.4;
1696
+ --text-xl-size: 36px;
1697
+ --text-xl-line-height: 1.4;
1698
+ --text-xxl-size: 64px;
1699
+ --text-xxl-line-height: 1;
1700
+ }
1701
+
451
1702
  .ProductCardDetails-module__productDetails___-sx2l .cmp-card--type-product_details {
452
1703
  display: grid;
453
1704
  grid-template-columns: repeat(1, 1fr);
@@ -566,6 +1817,75 @@ h3.ProductCardHorizontal-module__productTitle___xBuu7 {
566
1817
  .ProductCardDetails-module__productDetails___-sx2l .accordion-section__content {
567
1818
  padding: 0 0 1rem 0;
568
1819
  }
1820
+ :root {
1821
+ --leybold-red: #e2001a;
1822
+ --leybold-black: #000000;
1823
+ --leybold-white: #ffffff;
1824
+ --leybold-blue-grey: #546672;
1825
+ --leybold-white-aluminium: #dae0e3;
1826
+ --leybold-window-gray: #99a1ab;
1827
+ --leybold-light-grey: #c5c7c4;
1828
+ --leybold-slate-gray: #4a4e54;
1829
+ --leybold-anthracite-gray: #383e42;
1830
+ --leybold-orange: #d18e56;
1831
+ --leybold-yellow: #edd163;
1832
+ --leybold-green: #6ea67b;
1833
+ --leybold-purple: #732d5d;
1834
+ --leybold-purple-gray: #945e67;
1835
+ --leybold-blue: #2b4679;
1836
+ --leybold-light-blue: #3f6a98;
1837
+ --leybold-blue-green: #39788e;
1838
+ --leybold-green-gray: #6d8f9f;
1839
+ --color-primary: #e2001a;
1840
+ --color-secondary: #546672;
1841
+ --color-success: #6ea67b;
1842
+ --color-danger: #e2001a;
1843
+ --color-warning: #d18e56;
1844
+ --color-info: #3f6a98;
1845
+ --text-primary: #000000;
1846
+ --text-secondary: #4a4e54;
1847
+ --text-muted: #99a1ab;
1848
+ --text-inverse: #ffffff;
1849
+ --bg-primary: #ffffff;
1850
+ --bg-secondary: #dae0e3;
1851
+ --bg-dark: #383e42;
1852
+ --border-color: #c5c7c4;
1853
+ --border-color-dark: #4a4e54;
1854
+ --font-family-base: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
1855
+ --h1-mobile-size: 32px;
1856
+ --h1-mobile-line-height: 1.2;
1857
+ --h2-mobile-size: 24px;
1858
+ --h2-mobile-line-height: 1.2;
1859
+ --h3-mobile-size: 18px;
1860
+ --h3-mobile-line-height: 1.6;
1861
+ --h4-mobile-size: 16px;
1862
+ --h4-mobile-line-height: 1.55;
1863
+ --h5-mobile-size: 14px;
1864
+ --h5-mobile-line-height: 1.5;
1865
+ --body-mobile-size: 14px;
1866
+ --body-mobile-line-height: 1.5;
1867
+ --h1-desktop-size: 55px;
1868
+ --h1-desktop-line-height: 1.15;
1869
+ --h1-desktop-letter-spacing: -0.02em;
1870
+ --h2-desktop-size: 40px;
1871
+ --h2-desktop-line-height: 1.2;
1872
+ --h2-desktop-letter-spacing: -0.01em;
1873
+ --h3-desktop-size: 32px;
1874
+ --h3-desktop-line-height: 1.2;
1875
+ --h4-desktop-size: 24px;
1876
+ --h4-desktop-line-height: 1.2;
1877
+ --h5-desktop-size: 18px;
1878
+ --h5-desktop-line-height: 1.6;
1879
+ --body-desktop-size: 18px;
1880
+ --body-desktop-line-height: 1.6;
1881
+ --text-lg-size: 27px;
1882
+ --text-lg-line-height: 1.4;
1883
+ --text-xl-size: 36px;
1884
+ --text-xl-line-height: 1.4;
1885
+ --text-xxl-size: 64px;
1886
+ --text-xxl-line-height: 1;
1887
+ }
1888
+
569
1889
  @keyframes loading {
570
1890
  0% {
571
1891
  transform: skewX(-10deg) translateX(-100%);
@@ -702,6 +2022,75 @@ h3.ProductCardHorizontal-module__productTitle___xBuu7 {
702
2022
  left: 0;
703
2023
  animation: loading 1s infinite;
704
2024
  }
2025
+ :root {
2026
+ --leybold-red: #e2001a;
2027
+ --leybold-black: #000000;
2028
+ --leybold-white: #ffffff;
2029
+ --leybold-blue-grey: #546672;
2030
+ --leybold-white-aluminium: #dae0e3;
2031
+ --leybold-window-gray: #99a1ab;
2032
+ --leybold-light-grey: #c5c7c4;
2033
+ --leybold-slate-gray: #4a4e54;
2034
+ --leybold-anthracite-gray: #383e42;
2035
+ --leybold-orange: #d18e56;
2036
+ --leybold-yellow: #edd163;
2037
+ --leybold-green: #6ea67b;
2038
+ --leybold-purple: #732d5d;
2039
+ --leybold-purple-gray: #945e67;
2040
+ --leybold-blue: #2b4679;
2041
+ --leybold-light-blue: #3f6a98;
2042
+ --leybold-blue-green: #39788e;
2043
+ --leybold-green-gray: #6d8f9f;
2044
+ --color-primary: #e2001a;
2045
+ --color-secondary: #546672;
2046
+ --color-success: #6ea67b;
2047
+ --color-danger: #e2001a;
2048
+ --color-warning: #d18e56;
2049
+ --color-info: #3f6a98;
2050
+ --text-primary: #000000;
2051
+ --text-secondary: #4a4e54;
2052
+ --text-muted: #99a1ab;
2053
+ --text-inverse: #ffffff;
2054
+ --bg-primary: #ffffff;
2055
+ --bg-secondary: #dae0e3;
2056
+ --bg-dark: #383e42;
2057
+ --border-color: #c5c7c4;
2058
+ --border-color-dark: #4a4e54;
2059
+ --font-family-base: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
2060
+ --h1-mobile-size: 32px;
2061
+ --h1-mobile-line-height: 1.2;
2062
+ --h2-mobile-size: 24px;
2063
+ --h2-mobile-line-height: 1.2;
2064
+ --h3-mobile-size: 18px;
2065
+ --h3-mobile-line-height: 1.6;
2066
+ --h4-mobile-size: 16px;
2067
+ --h4-mobile-line-height: 1.55;
2068
+ --h5-mobile-size: 14px;
2069
+ --h5-mobile-line-height: 1.5;
2070
+ --body-mobile-size: 14px;
2071
+ --body-mobile-line-height: 1.5;
2072
+ --h1-desktop-size: 55px;
2073
+ --h1-desktop-line-height: 1.15;
2074
+ --h1-desktop-letter-spacing: -0.02em;
2075
+ --h2-desktop-size: 40px;
2076
+ --h2-desktop-line-height: 1.2;
2077
+ --h2-desktop-letter-spacing: -0.01em;
2078
+ --h3-desktop-size: 32px;
2079
+ --h3-desktop-line-height: 1.2;
2080
+ --h4-desktop-size: 24px;
2081
+ --h4-desktop-line-height: 1.2;
2082
+ --h5-desktop-size: 18px;
2083
+ --h5-desktop-line-height: 1.6;
2084
+ --body-desktop-size: 18px;
2085
+ --body-desktop-line-height: 1.6;
2086
+ --text-lg-size: 27px;
2087
+ --text-lg-line-height: 1.4;
2088
+ --text-xl-size: 36px;
2089
+ --text-xl-line-height: 1.4;
2090
+ --text-xxl-size: 64px;
2091
+ --text-xxl-line-height: 1;
2092
+ }
2093
+
705
2094
  .qr-journey-form-wrapper .disabled-product-fields-section h2::before, .qr-journey-form-wrapper .qr-form-filed-wrapper.info::before {
706
2095
  content: "i";
707
2096
  position: absolute;
@@ -719,7 +2108,7 @@ h3.ProductCardHorizontal-module__productTitle___xBuu7 {
719
2108
  }
720
2109
 
721
2110
  .qr-journey-form-wrapper * {
722
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
2111
+ font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
723
2112
  font-size: 18px;
724
2113
  }
725
2114
  .qr-journey-form-wrapper ::-moz-placeholder {
@@ -1988,6 +3377,75 @@ h3.ProductCardHorizontal-module__productTitle___xBuu7 {
1988
3377
  .InstantResults-module__errorState___hTBbE {
1989
3378
  color: #dc2626;
1990
3379
  }
3380
+ :root {
3381
+ --leybold-red: #e2001a;
3382
+ --leybold-black: #000000;
3383
+ --leybold-white: #ffffff;
3384
+ --leybold-blue-grey: #546672;
3385
+ --leybold-white-aluminium: #dae0e3;
3386
+ --leybold-window-gray: #99a1ab;
3387
+ --leybold-light-grey: #c5c7c4;
3388
+ --leybold-slate-gray: #4a4e54;
3389
+ --leybold-anthracite-gray: #383e42;
3390
+ --leybold-orange: #d18e56;
3391
+ --leybold-yellow: #edd163;
3392
+ --leybold-green: #6ea67b;
3393
+ --leybold-purple: #732d5d;
3394
+ --leybold-purple-gray: #945e67;
3395
+ --leybold-blue: #2b4679;
3396
+ --leybold-light-blue: #3f6a98;
3397
+ --leybold-blue-green: #39788e;
3398
+ --leybold-green-gray: #6d8f9f;
3399
+ --color-primary: #e2001a;
3400
+ --color-secondary: #546672;
3401
+ --color-success: #6ea67b;
3402
+ --color-danger: #e2001a;
3403
+ --color-warning: #d18e56;
3404
+ --color-info: #3f6a98;
3405
+ --text-primary: #000000;
3406
+ --text-secondary: #4a4e54;
3407
+ --text-muted: #99a1ab;
3408
+ --text-inverse: #ffffff;
3409
+ --bg-primary: #ffffff;
3410
+ --bg-secondary: #dae0e3;
3411
+ --bg-dark: #383e42;
3412
+ --border-color: #c5c7c4;
3413
+ --border-color-dark: #4a4e54;
3414
+ --font-family-base: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
3415
+ --h1-mobile-size: 32px;
3416
+ --h1-mobile-line-height: 1.2;
3417
+ --h2-mobile-size: 24px;
3418
+ --h2-mobile-line-height: 1.2;
3419
+ --h3-mobile-size: 18px;
3420
+ --h3-mobile-line-height: 1.6;
3421
+ --h4-mobile-size: 16px;
3422
+ --h4-mobile-line-height: 1.55;
3423
+ --h5-mobile-size: 14px;
3424
+ --h5-mobile-line-height: 1.5;
3425
+ --body-mobile-size: 14px;
3426
+ --body-mobile-line-height: 1.5;
3427
+ --h1-desktop-size: 55px;
3428
+ --h1-desktop-line-height: 1.15;
3429
+ --h1-desktop-letter-spacing: -0.02em;
3430
+ --h2-desktop-size: 40px;
3431
+ --h2-desktop-line-height: 1.2;
3432
+ --h2-desktop-letter-spacing: -0.01em;
3433
+ --h3-desktop-size: 32px;
3434
+ --h3-desktop-line-height: 1.2;
3435
+ --h4-desktop-size: 24px;
3436
+ --h4-desktop-line-height: 1.2;
3437
+ --h5-desktop-size: 18px;
3438
+ --h5-desktop-line-height: 1.6;
3439
+ --body-desktop-size: 18px;
3440
+ --body-desktop-line-height: 1.6;
3441
+ --text-lg-size: 27px;
3442
+ --text-lg-line-height: 1.4;
3443
+ --text-xl-size: 36px;
3444
+ --text-xl-line-height: 1.4;
3445
+ --text-xxl-size: 64px;
3446
+ --text-xxl-line-height: 1;
3447
+ }
3448
+
1991
3449
  .Filters-module__filtersPanel___T3SlK {
1992
3450
  display: flex;
1993
3451
  flex-direction: column;
@@ -2046,7 +3504,7 @@ h3.ProductCardHorizontal-module__productTitle___xBuu7 {
2046
3504
  font-size: 1rem;
2047
3505
  font-weight: 600;
2048
3506
  color: #111827;
2049
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
3507
+ font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
2050
3508
  }
2051
3509
 
2052
3510
  .Filters-module__accordionIcon___zRGrv {
@@ -2095,7 +3553,7 @@ h3.ProductCardHorizontal-module__productTitle___xBuu7 {
2095
3553
  .Filters-module__searchInput___nzOMK {
2096
3554
  width: 100%;
2097
3555
  padding: 0.5rem 2rem 0.5rem 2.5rem;
2098
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
3556
+ font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
2099
3557
  font-size: 0.875rem;
2100
3558
  color: #111827;
2101
3559
  background-color: #f9fafb;
@@ -2301,7 +3759,7 @@ h3.ProductCardHorizontal-module__productTitle___xBuu7 {
2301
3759
  border-radius: 4px;
2302
3760
  cursor: pointer;
2303
3761
  transition: all 0.2s ease-in-out;
2304
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
3762
+ font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
2305
3763
  }
2306
3764
  .Filters-module__clearAllButton___yviGV:hover {
2307
3765
  background-color: #dc2626;
@@ -2328,7 +3786,7 @@ h3.ProductCardHorizontal-module__productTitle___xBuu7 {
2328
3786
  border-radius: 4px;
2329
3787
  font-size: 0.875rem;
2330
3788
  font-weight: 500;
2331
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
3789
+ font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
2332
3790
  line-height: 1.25;
2333
3791
  transition: background-color 0.2s ease-in-out;
2334
3792
  }