barbican-reset 2.33.0 → 2.35.0

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 (110) hide show
  1. package/README.md +159 -0
  2. package/components/br_alert.vue +10 -9
  3. package/components/br_skiplink.vue +17 -0
  4. package/components/card_display.vue +15 -15
  5. package/components/fluid_iframe.vue +8 -9
  6. package/index.js +34 -35
  7. package/package.json +9 -8
  8. package/patterns/components/alert.pug +8 -0
  9. package/patterns/components/section.pug +3 -0
  10. package/patterns/html/blocks.html +1 -0
  11. package/patterns/html/index.html +1 -0
  12. package/patterns/html/layouts.html +1 -0
  13. package/patterns/index.js +19 -7
  14. package/patterns/layouts/main.pug +21 -0
  15. package/patterns/layouts/page.pug +2 -0
  16. package/patterns/pages/alerts.pug +9 -0
  17. package/patterns/pages/colors.pug +25 -0
  18. package/patterns/scss/styles.scss +68 -3
  19. package/patterns/static/favicon.ico +0 -0
  20. package/patterns/static/styles.css +2206 -26
  21. package/patterns/views/blocks.pug +7 -0
  22. package/patterns/views/index.pug +5 -28
  23. package/patterns/views/layouts.pug +4 -0
  24. package/scss/_atomic.scss +40 -14
  25. package/scss/_br-alert.scss +10 -5
  26. package/scss/_br-button.scss +186 -0
  27. package/scss/_br-skiplink.scss +3 -0
  28. package/scss/helpers/mixins/_br-skiplink.scss +16 -0
  29. package/{helpers → scss/helpers}/mixins/_buttons.scss +0 -7
  30. package/{helpers → scss/helpers}/mixins/_focus.scss +2 -2
  31. package/{helpers → scss/helpers}/mixins/_font.scss +1 -1
  32. package/{helpers → scss/helpers}/mixins/_headings.scss +2 -0
  33. package/{helpers → scss/helpers}/mixins/index.scss +9 -7
  34. package/{helpers → scss/helpers}/mixins/input/_generic.scss +1 -1
  35. package/{helpers → scss/helpers}/variables/_columns.scss +0 -1
  36. package/{helpers → scss/helpers}/variables/_typography.scss +5 -1
  37. package/scss/helpers/variables/colors/_brand.scss +96 -0
  38. package/{patterns/scss → scss/helpers/variables}/colors/_grey.scss +3 -1
  39. package/{patterns/scss → scss/helpers/variables}/colors/index.scss +1 -1
  40. package/scss/helpers/variables/index.scss +5 -0
  41. package/scss/index.scss +5 -3
  42. package/components/skip_link.vue +0 -38
  43. package/fonts/SupremeLLWeb-Black.woff +0 -0
  44. package/fonts/SupremeLLWeb-Black.woff2 +0 -0
  45. package/fonts/SupremeLLWeb-BlackItalic.woff +0 -0
  46. package/fonts/SupremeLLWeb-BlackItalic.woff2 +0 -0
  47. package/fonts/SupremeLLWeb-Italic.woff +0 -0
  48. package/fonts/SupremeLLWeb-Italic.woff2 +0 -0
  49. package/fonts/SupremeLLWeb-Light.woff +0 -0
  50. package/fonts/SupremeLLWeb-Light.woff2 +0 -0
  51. package/fonts/SupremeLLWeb-LightItalic.woff +0 -0
  52. package/fonts/SupremeLLWeb-LightItalic.woff2 +0 -0
  53. package/fonts/SupremeLLWeb-Regular.woff +0 -0
  54. package/fonts/SupremeLLWeb-Regular.woff2 +0 -0
  55. package/helpers/variables/index.scss +0 -5
  56. package/patterns/scss/colors/_brand.scss +0 -79
  57. package/patterns/views/layout.pug +0 -8
  58. /package/patterns/{views/mixins.pug → components/samples.pug} +0 -0
  59. /package/{helpers → scss/helpers}/functions/index.scss +0 -0
  60. /package/{helpers → scss/helpers}/index.scss +0 -0
  61. /package/{helpers → scss/helpers}/mixins/_basket.scss +0 -0
  62. /package/{helpers → scss/helpers}/mixins/_br-alert.scss +0 -0
  63. /package/{helpers → scss/helpers}/mixins/_br-card.scss +0 -0
  64. /package/{helpers → scss/helpers}/mixins/_br-footer.scss +0 -0
  65. /package/{helpers → scss/helpers}/mixins/_br-form-password.scss +0 -0
  66. /package/{helpers → scss/helpers}/mixins/_br-form-row.scss +0 -0
  67. /package/{helpers → scss/helpers}/mixins/_br-form-update.scss +0 -0
  68. /package/{helpers → scss/helpers}/mixins/_breakpoints.scss +0 -0
  69. /package/{helpers → scss/helpers}/mixins/_city-of-london.scss +0 -0
  70. /package/{helpers → scss/helpers}/mixins/_content.scss +0 -0
  71. /package/{helpers → scss/helpers}/mixins/_core.scss +0 -0
  72. /package/{helpers → scss/helpers}/mixins/_festival.scss +0 -0
  73. /package/{helpers → scss/helpers}/mixins/_input.scss +0 -0
  74. /package/{helpers → scss/helpers}/mixins/_loading.scss +0 -0
  75. /package/{helpers → scss/helpers}/mixins/_table.scss +0 -0
  76. /package/{helpers → scss/helpers}/mixins/account/_orders.scss +0 -0
  77. /package/{helpers → scss/helpers}/mixins/buttons/_outline.scss +0 -0
  78. /package/{helpers → scss/helpers}/mixins/buttons/_setup.scss +0 -0
  79. /package/{helpers → scss/helpers}/mixins/buttons/_solid.scss +0 -0
  80. /package/{helpers → scss/helpers}/mixins/buttons/_spektrix.scss +0 -0
  81. /package/{helpers → scss/helpers}/mixins/drupal/_br-border-reset.scss +0 -0
  82. /package/{helpers → scss/helpers}/mixins/drupal/_br-column.scss +0 -0
  83. /package/{helpers → scss/helpers}/mixins/drupal/_br-container.scss +0 -0
  84. /package/{helpers → scss/helpers}/mixins/drupal/_br-inner.scss +0 -0
  85. /package/{helpers → scss/helpers}/mixins/drupal/_br-search-form.scss +0 -0
  86. /package/{helpers → scss/helpers}/mixins/drupal/_br-site-logo.scss +0 -0
  87. /package/{helpers → scss/helpers}/mixins/drupal/index.scss +0 -0
  88. /package/{helpers → scss/helpers}/mixins/input/_checkbox.scss +0 -0
  89. /package/{helpers → scss/helpers}/mixins/input/_radio.scss +0 -0
  90. /package/{helpers → scss/helpers}/mixins/input/_select.scss +0 -0
  91. /package/{helpers → scss/helpers}/mixins/input/_status.scss +0 -0
  92. /package/{helpers → scss/helpers}/mixins/input/_text.scss +0 -0
  93. /package/{helpers → scss/helpers}/mixins/table/_basket.scss +0 -0
  94. /package/{helpers → scss/helpers}/mixins/table/_details.scss +0 -0
  95. /package/{helpers → scss/helpers}/mixins/table/_etickets.scss +0 -0
  96. /package/{helpers → scss/helpers}/mixins/table/_gifts.scss +0 -0
  97. /package/{helpers → scss/helpers}/mixins/table/_membership.scss +0 -0
  98. /package/{helpers → scss/helpers}/mixins/table/_orders.scss +0 -0
  99. /package/{helpers → scss/helpers}/mixins/table/_preferences.scss +0 -0
  100. /package/{helpers → scss/helpers}/mixins/table/_resale.scss +0 -0
  101. /package/{helpers → scss/helpers}/mixins/table/_section.scss +0 -0
  102. /package/{helpers → scss/helpers}/mixins/table/_simple.scss +0 -0
  103. /package/{helpers → scss/helpers}/mixins/table/_tickets.scss +0 -0
  104. /package/{helpers → scss/helpers}/mixins/table/row/_disabled.scss +0 -0
  105. /package/{helpers → scss/helpers}/variables/_alerts.scss +0 -0
  106. /package/{helpers → scss/helpers}/variables/_layout.scss +0 -0
  107. /package/{patterns/scss → scss/helpers/variables}/colors/_docs.scss +0 -0
  108. /package/{patterns/scss → scss/helpers/variables}/colors/_llf.scss +0 -0
  109. /package/{patterns/scss → scss/helpers/variables}/colors/_status.scss +0 -0
  110. /package/{patterns/scss → scss/helpers/variables}/colors/_wgp.scss +0 -0
@@ -1,25 +1,2140 @@
1
- @font-face {
2
- font-family: "FuturaLTPro";
3
- src: url("../fonts/FuturaLTPro-Book.woff") format("woff"), url("../fonts/FuturaLTPro-Book.woff2") format("woff2");
4
- font-style: normal;
5
- }
6
- @font-face {
7
- font-family: "FuturaLTPro";
8
- src: url("../fonts/FuturaLTPro-BookOblique.woff") format("woff"), url("../fonts/FuturaLTPro-BookOblique.woff2") format("woff2");
9
- font-style: italic;
10
- }
11
- @font-face {
12
- font-family: "FuturaLTPro";
13
- src: url("../fonts/FuturaLTPro-Bold.woff") format("woff"), url("../fonts/FuturaLTPro-Bold.woff2") format("woff2");
14
- font-style: normal;
15
- font-weight: bold;
16
- }
17
- @font-face {
18
- font-family: "FuturaLTPro";
19
- src: url("../fonts/FuturaLTPro-BoldOblique.woff") format("woff"), url("../fonts/FuturaLTPro-BoldOblique.woff2") format("woff2");
20
- font-style: italic;
21
- font-weight: bold;
1
+ @media only screen and (max-width: 415px) {
2
+ .br-alert {
3
+ font-size: 0.875rem;
4
+ }
5
+ }
6
+ .br-alert .title {
7
+ font-family: Supreme-Black, "Helvetica", "Arial", sans-serif;
8
+ font-weight: 400;
9
+ margin-bottom: 0.25rem;
10
+ }
11
+ .br-alert .flex {
12
+ justify-content: space-between;
13
+ display: flex;
14
+ }
15
+ .br-alert .icon {
16
+ grid-auto-flow: column;
17
+ display: inline-grid;
18
+ align-items: center;
19
+ gap: 0.75rem;
20
+ }
21
+ .br-alert .btn.btn-exit.error path.cross {
22
+ fill: hsl(0deg, 45%, 37%);
23
+ }
24
+ .br-alert .btn.btn-exit.error path.tint {
25
+ fill: hsl(0deg, 45%, 95%);
26
+ }
27
+ @media (hover: hover) {
28
+ .br-alert .btn.btn-exit.error:hover {
29
+ outline-color: hsl(0deg, 45%, 37%);
30
+ }
31
+ .br-alert .btn.btn-exit.error:hover path.cross {
32
+ fill: hsl(0deg, 45%, 95%);
33
+ }
34
+ .br-alert .btn.btn-exit.error:hover path.tint {
35
+ fill: hsl(0deg, 45%, 37%);
36
+ }
37
+ }
38
+ .br-alert .btn.btn-exit.error:active {
39
+ outline-color: hsl(0deg, 45%, 37%);
40
+ }
41
+ .br-alert .btn.btn-exit.error:active path.cross {
42
+ fill: hsl(0deg, 45%, 95%);
43
+ }
44
+ .br-alert .btn.btn-exit.error:active path.tint {
45
+ fill: hsl(0deg, 45%, 37%);
46
+ }
47
+ .br-alert .btn.btn-exit.error[data-focus-visible-added] {
48
+ outline-color: hsl(0deg, 45%, 37%);
49
+ }
50
+ .br-alert .btn.btn-exit.error[data-focus-visible-added] path.cross {
51
+ fill: hsl(0deg, 45%, 95%);
52
+ }
53
+ .br-alert .btn.btn-exit.error[data-focus-visible-added] path.tint {
54
+ fill: hsl(0deg, 45%, 37%);
55
+ }
56
+ .br-alert .btn.btn-exit.success path.cross {
57
+ fill: hsl(120deg, 30%, 37%);
58
+ }
59
+ .br-alert .btn.btn-exit.success path.tint {
60
+ fill: hsl(120deg, 30%, 95%);
61
+ }
62
+ @media (hover: hover) {
63
+ .br-alert .btn.btn-exit.success:hover {
64
+ outline-color: hsl(120deg, 30%, 37%);
65
+ }
66
+ .br-alert .btn.btn-exit.success:hover path.cross {
67
+ fill: hsl(120deg, 30%, 95%);
68
+ }
69
+ .br-alert .btn.btn-exit.success:hover path.tint {
70
+ fill: hsl(120deg, 30%, 37%);
71
+ }
72
+ }
73
+ .br-alert .btn.btn-exit.success:active {
74
+ outline-color: hsl(120deg, 30%, 37%);
75
+ }
76
+ .br-alert .btn.btn-exit.success:active path.cross {
77
+ fill: hsl(120deg, 30%, 95%);
78
+ }
79
+ .br-alert .btn.btn-exit.success:active path.tint {
80
+ fill: hsl(120deg, 30%, 37%);
81
+ }
82
+ .br-alert .btn.btn-exit.success[data-focus-visible-added] {
83
+ outline-color: hsl(120deg, 30%, 37%);
84
+ }
85
+ .br-alert .btn.btn-exit.success[data-focus-visible-added] path.cross {
86
+ fill: hsl(120deg, 30%, 95%);
87
+ }
88
+ .br-alert .btn.btn-exit.success[data-focus-visible-added] path.tint {
89
+ fill: hsl(120deg, 30%, 37%);
90
+ }
91
+ .br-alert .btn.btn-exit.neutral path.cross {
92
+ fill: hsl(205deg, 100%, 37%);
93
+ }
94
+ .br-alert .btn.btn-exit.neutral path.tint {
95
+ fill: hsl(205deg, 100%, 95%);
96
+ }
97
+ @media (hover: hover) {
98
+ .br-alert .btn.btn-exit.neutral:hover {
99
+ outline-color: hsl(205deg, 100%, 37%);
100
+ }
101
+ .br-alert .btn.btn-exit.neutral:hover path.cross {
102
+ fill: hsl(205deg, 100%, 95%);
103
+ }
104
+ .br-alert .btn.btn-exit.neutral:hover path.tint {
105
+ fill: hsl(205deg, 100%, 37%);
106
+ }
107
+ }
108
+ .br-alert .btn.btn-exit.neutral:active {
109
+ outline-color: hsl(205deg, 100%, 37%);
110
+ }
111
+ .br-alert .btn.btn-exit.neutral:active path.cross {
112
+ fill: hsl(205deg, 100%, 95%);
113
+ }
114
+ .br-alert .btn.btn-exit.neutral:active path.tint {
115
+ fill: hsl(205deg, 100%, 37%);
116
+ }
117
+ .br-alert .btn.btn-exit.neutral[data-focus-visible-added] {
118
+ outline-color: hsl(205deg, 100%, 37%);
119
+ }
120
+ .br-alert .btn.btn-exit.neutral[data-focus-visible-added] path.cross {
121
+ fill: hsl(205deg, 100%, 95%);
122
+ }
123
+ .br-alert .btn.btn-exit.neutral[data-focus-visible-added] path.tint {
124
+ fill: hsl(205deg, 100%, 37%);
125
+ }
126
+ .br-alert.center {
127
+ text-align: center;
128
+ }
129
+ .br-alert.center .wrap {
130
+ justify-content: center;
131
+ }
132
+ .br-alert .wrap {
133
+ background-color: hsl(205deg, 100%, 95%);
134
+ border-color: hsl(205deg, 100%, 75%);
135
+ color: hsl(205deg, 100%, 37%);
136
+ border-radius: 0.375rem;
137
+ border-width: 0.0625rem;
138
+ padding: 0.75rem 0.875rem;
139
+ border-style: solid;
140
+ }
141
+ .br-alert .wrap svg {
142
+ fill: hsl(205deg, 100%, 37%);
143
+ }
144
+ @media (hover: hover) {
145
+ .br-alert .wrap .btn.btn-link:hover, .br-alert .wrap a:hover {
146
+ position: relative;
147
+ outline: none;
148
+ z-index: 2;
149
+ box-shadow: 0 0 0 0.25rem hsl(205deg, 100%, 37%);
150
+ background-color: hsl(205deg, 100%, 37%);
151
+ color: hsl(205deg, 100%, 95%);
152
+ }
153
+ }
154
+ .br-alert .wrap .btn.btn-link:active, .br-alert .wrap a:active {
155
+ position: relative;
156
+ outline: none;
157
+ z-index: 2;
158
+ box-shadow: 0 0 0 0.25rem hsl(205deg, 100%, 37%);
159
+ background-color: hsl(205deg, 100%, 37%);
160
+ color: hsl(205deg, 100%, 95%);
161
+ }
162
+ .br-alert .wrap .btn.btn-link[data-focus-visible-added], .br-alert .wrap a[data-focus-visible-added] {
163
+ position: relative;
164
+ outline: none;
165
+ z-index: 2;
166
+ box-shadow: 0 0 0 0.25rem hsl(205deg, 100%, 37%);
167
+ background-color: hsl(205deg, 100%, 37%);
168
+ color: hsl(205deg, 100%, 95%);
169
+ }
170
+ .br-alert .wrap.error {
171
+ background-color: hsl(0deg, 45%, 95%);
172
+ border-color: hsl(0deg, 45%, 75%);
173
+ color: hsl(0deg, 45%, 37%);
174
+ }
175
+ .br-alert .wrap.error svg {
176
+ fill: hsl(0deg, 45%, 37%);
177
+ }
178
+ @media (hover: hover) {
179
+ .br-alert .wrap.error .btn.btn-link:hover, .br-alert .wrap.error a:hover {
180
+ position: relative;
181
+ outline: none;
182
+ z-index: 2;
183
+ box-shadow: 0 0 0 0.25rem hsl(0deg, 45%, 37%);
184
+ background-color: hsl(0deg, 45%, 37%);
185
+ color: hsl(0deg, 45%, 95%);
186
+ }
187
+ }
188
+ .br-alert .wrap.error .btn.btn-link:active, .br-alert .wrap.error a:active {
189
+ position: relative;
190
+ outline: none;
191
+ z-index: 2;
192
+ box-shadow: 0 0 0 0.25rem hsl(0deg, 45%, 37%);
193
+ background-color: hsl(0deg, 45%, 37%);
194
+ color: hsl(0deg, 45%, 95%);
195
+ }
196
+ .br-alert .wrap.error .btn.btn-link[data-focus-visible-added], .br-alert .wrap.error a[data-focus-visible-added] {
197
+ position: relative;
198
+ outline: none;
199
+ z-index: 2;
200
+ box-shadow: 0 0 0 0.25rem hsl(0deg, 45%, 37%);
201
+ background-color: hsl(0deg, 45%, 37%);
202
+ color: hsl(0deg, 45%, 95%);
203
+ }
204
+ .br-alert .wrap.success {
205
+ background-color: hsl(120deg, 30%, 95%);
206
+ border-color: hsl(120deg, 30%, 75%);
207
+ color: hsl(120deg, 30%, 37%);
208
+ }
209
+ .br-alert .wrap.success svg {
210
+ fill: hsl(120deg, 30%, 37%);
211
+ }
212
+ @media (hover: hover) {
213
+ .br-alert .wrap.success .btn.btn-link:hover, .br-alert .wrap.success a:hover {
214
+ position: relative;
215
+ outline: none;
216
+ z-index: 2;
217
+ box-shadow: 0 0 0 0.25rem hsl(120deg, 30%, 37%);
218
+ background-color: hsl(120deg, 30%, 37%);
219
+ color: hsl(120deg, 30%, 95%);
220
+ }
221
+ }
222
+ .br-alert .wrap.success .btn.btn-link:active, .br-alert .wrap.success a:active {
223
+ position: relative;
224
+ outline: none;
225
+ z-index: 2;
226
+ box-shadow: 0 0 0 0.25rem hsl(120deg, 30%, 37%);
227
+ background-color: hsl(120deg, 30%, 37%);
228
+ color: hsl(120deg, 30%, 95%);
229
+ }
230
+ .br-alert .wrap.success .btn.btn-link[data-focus-visible-added], .br-alert .wrap.success a[data-focus-visible-added] {
231
+ position: relative;
232
+ outline: none;
233
+ z-index: 2;
234
+ box-shadow: 0 0 0 0.25rem hsl(120deg, 30%, 37%);
235
+ background-color: hsl(120deg, 30%, 37%);
236
+ color: hsl(120deg, 30%, 95%);
237
+ }
238
+ .br-alert .wrap.inline {
239
+ vertical-align: middle;
240
+ display: inline-block;
241
+ }
242
+ .br-alert .wrap.toggle {
243
+ justify-content: space-between;
244
+ align-items: center;
245
+ display: flex;
246
+ gap: 0.625rem;
247
+ }
248
+ .br-alert .wrap.toggle.inline {
249
+ display: inline-flex;
250
+ }
251
+ .br-alert .wrap p {
252
+ margin-bottom: 0;
253
+ }
254
+ .br-alert .wrap p + p {
255
+ margin-top: 1rem;
256
+ }
257
+
258
+ .btn {
259
+ font-family: Supreme-Black, "Helvetica", "Arial", sans-serif;
260
+ font-weight: 400;
261
+ border-radius: 0.375rem;
262
+ padding: 1rem;
263
+ text-decoration: none;
264
+ font-size: 1.0625rem;
265
+ text-align: center;
266
+ transition: none;
267
+ cursor: pointer;
268
+ line-height: 1;
269
+ }
270
+ .btn:focus {
271
+ box-shadow: none;
272
+ outline: none;
273
+ }
274
+ .btn[slim] {
275
+ padding: 0.75rem;
276
+ }
277
+ .btn[large] {
278
+ padding-bottom: 0.9375rem;
279
+ padding-top: 0.9375rem;
280
+ font-size: 1.125rem;
281
+ }
282
+ .btn:disabled, .btn.disabled {
283
+ opacity: 1;
284
+ }
285
+ .btn.btn-primary {
286
+ border: 1px solid hsl(21deg, 100%, 41%);
287
+ background-color: hsl(21deg, 100%, 41%);
288
+ color: white;
289
+ min-width: 8rem;
290
+ }
291
+ .btn.btn-primary path {
292
+ fill: currentColor;
293
+ }
294
+ @media (hover: hover) {
295
+ .btn.btn-primary:hover {
296
+ position: relative;
297
+ outline: none;
298
+ z-index: 2;
299
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(21deg, 100%, 41%);
300
+ border: 1px solid hsl(21deg, 100%, 41%);
301
+ background-color: hsl(21deg, 100%, 41%);
302
+ color: white;
303
+ }
304
+ }
305
+ .btn.btn-primary:active {
306
+ position: relative;
307
+ outline: none;
308
+ z-index: 2;
309
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(21deg, 100%, 41%);
310
+ border: 1px solid hsl(21deg, 100%, 41%);
311
+ background-color: hsl(21deg, 100%, 41%);
312
+ color: white;
313
+ }
314
+ .btn.btn-primary[data-focus-visible-added] {
315
+ position: relative;
316
+ outline: none;
317
+ z-index: 2;
318
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(21deg, 100%, 41%);
319
+ border: 1px solid hsl(21deg, 100%, 41%);
320
+ background-color: hsl(21deg, 100%, 41%);
321
+ color: white;
322
+ }
323
+ .btn.btn-primary.hide {
324
+ visibility: hidden;
325
+ }
326
+ .btn.btn-primary[disabled=disabled] {
327
+ border: 1px solid hsl(0deg, 0%, 20%);
328
+ background-color: hsl(0deg, 0%, 20%);
329
+ color: white;
330
+ cursor: not-allowed;
331
+ }
332
+ .btn.btn-primary[disabled=disabled] path {
333
+ fill: currentColor;
334
+ }
335
+ @media (hover: hover) {
336
+ .btn.btn-primary[disabled=disabled]:hover {
337
+ position: relative;
338
+ outline: none;
339
+ z-index: 2;
340
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(0deg, 0%, 20%);
341
+ border: 1px solid hsl(0deg, 0%, 20%);
342
+ background-color: hsl(0deg, 0%, 20%);
343
+ color: white;
344
+ }
345
+ }
346
+ .btn.btn-primary[disabled=disabled]:active {
347
+ position: relative;
348
+ outline: none;
349
+ z-index: 2;
350
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(0deg, 0%, 20%);
351
+ border: 1px solid hsl(0deg, 0%, 20%);
352
+ background-color: hsl(0deg, 0%, 20%);
353
+ color: white;
354
+ }
355
+ .btn.btn-primary[disabled=disabled][data-focus-visible-added] {
356
+ position: relative;
357
+ outline: none;
358
+ z-index: 2;
359
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(0deg, 0%, 20%);
360
+ border: 1px solid hsl(0deg, 0%, 20%);
361
+ background-color: hsl(0deg, 0%, 20%);
362
+ color: white;
363
+ }
364
+ .btn.btn-primary[disabled=disabled].hide {
365
+ visibility: hidden;
366
+ }
367
+ .btn.btn-outline-primary {
368
+ background-color: white;
369
+ border: 1px solid hsl(21deg, 100%, 41%);
370
+ color: hsl(21deg, 100%, 41%);
371
+ }
372
+ .btn.btn-outline-primary path {
373
+ fill: hsl(21deg, 100%, 41%);
374
+ }
375
+ @media (hover: hover) {
376
+ .btn.btn-outline-primary:hover {
377
+ background-color: hsl(21deg, 100%, 41%);
378
+ color: white;
379
+ box-shadow: none;
380
+ border: 1px solid 1px;
381
+ outline: none;
382
+ }
383
+ .btn.btn-outline-primary:hover path {
384
+ fill: white;
385
+ }
386
+ }
387
+ .btn.btn-outline-primary:active {
388
+ background-color: hsl(21deg, 100%, 41%);
389
+ color: white;
390
+ box-shadow: none;
391
+ border: 1px solid 1px;
392
+ outline: none;
393
+ }
394
+ .btn.btn-outline-primary:active path {
395
+ fill: white;
396
+ }
397
+ .btn.btn-outline-primary[data-focus-visible-added] {
398
+ background-color: hsl(21deg, 100%, 41%);
399
+ color: white;
400
+ box-shadow: none;
401
+ border: 1px solid 1px;
402
+ outline: none;
403
+ }
404
+ .btn.btn-outline-primary[data-focus-visible-added] path {
405
+ fill: white;
406
+ }
407
+ @media (hover: hover) {
408
+ .btn.btn-outline-primary:hover {
409
+ background-color: hsl(21deg, 100%, 41%);
410
+ color: white;
411
+ box-shadow: none;
412
+ border: 1px solid hsl(21deg, 100%, 41%);
413
+ outline: none;
414
+ }
415
+ .btn.btn-outline-primary:hover path {
416
+ fill: white;
417
+ }
418
+ }
419
+ .btn.btn-outline-primary:active {
420
+ background-color: hsl(21deg, 100%, 41%);
421
+ color: white;
422
+ box-shadow: none;
423
+ border: 1px solid hsl(21deg, 100%, 41%);
424
+ outline: none;
425
+ }
426
+ .btn.btn-outline-primary:active path {
427
+ fill: white;
428
+ }
429
+ .btn.btn-outline-primary[data-focus-visible-added] {
430
+ background-color: hsl(21deg, 100%, 41%);
431
+ color: white;
432
+ box-shadow: none;
433
+ border: 1px solid hsl(21deg, 100%, 41%);
434
+ outline: none;
435
+ }
436
+ .btn.btn-outline-primary[data-focus-visible-added] path {
437
+ fill: white;
438
+ }
439
+ .btn.btn-outline-header {
440
+ background-color: hsl(21deg, 100%, 41%);
441
+ border: 0.125rem solid white;
442
+ color: white;
443
+ display: inline-flex;
444
+ align-items: center;
445
+ gap: 1rem;
446
+ }
447
+ .btn.btn-outline-header path {
448
+ fill: white;
449
+ }
450
+ @media (hover: hover) {
451
+ .btn.btn-outline-header:hover {
452
+ background-color: white;
453
+ color: hsl(21deg, 100%, 41%);
454
+ box-shadow: none;
455
+ border: 1px solid 0.125rem;
456
+ outline: none;
457
+ }
458
+ .btn.btn-outline-header:hover path {
459
+ fill: hsl(21deg, 100%, 41%);
460
+ }
461
+ }
462
+ .btn.btn-outline-header:active {
463
+ background-color: white;
464
+ color: hsl(21deg, 100%, 41%);
465
+ box-shadow: none;
466
+ border: 1px solid 0.125rem;
467
+ outline: none;
468
+ }
469
+ .btn.btn-outline-header:active path {
470
+ fill: hsl(21deg, 100%, 41%);
471
+ }
472
+ .btn.btn-outline-header[data-focus-visible-added] {
473
+ background-color: white;
474
+ color: hsl(21deg, 100%, 41%);
475
+ box-shadow: none;
476
+ border: 1px solid 0.125rem;
477
+ outline: none;
478
+ }
479
+ .btn.btn-outline-header[data-focus-visible-added] path {
480
+ fill: hsl(21deg, 100%, 41%);
481
+ }
482
+ .btn.btn-info {
483
+ border: 1px solid hsl(205deg, 100%, 37%);
484
+ background-color: hsl(205deg, 100%, 37%);
485
+ color: white;
486
+ }
487
+ .btn.btn-info path {
488
+ fill: currentColor;
489
+ }
490
+ @media (hover: hover) {
491
+ .btn.btn-info:hover {
492
+ position: relative;
493
+ outline: none;
494
+ z-index: 2;
495
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(205deg, 100%, 37%);
496
+ border: 1px solid hsl(205deg, 100%, 37%);
497
+ background-color: hsl(205deg, 100%, 37%);
498
+ color: white;
499
+ }
500
+ }
501
+ .btn.btn-info:active {
502
+ position: relative;
503
+ outline: none;
504
+ z-index: 2;
505
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(205deg, 100%, 37%);
506
+ border: 1px solid hsl(205deg, 100%, 37%);
507
+ background-color: hsl(205deg, 100%, 37%);
508
+ color: white;
509
+ }
510
+ .btn.btn-info[data-focus-visible-added] {
511
+ position: relative;
512
+ outline: none;
513
+ z-index: 2;
514
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(205deg, 100%, 37%);
515
+ border: 1px solid hsl(205deg, 100%, 37%);
516
+ background-color: hsl(205deg, 100%, 37%);
517
+ color: white;
518
+ }
519
+ .btn.btn-info.hide {
520
+ visibility: hidden;
521
+ }
522
+ .btn.btn-outline-info {
523
+ background-color: white;
524
+ border: 1px solid hsl(205deg, 100%, 37%);
525
+ color: hsl(205deg, 100%, 37%);
526
+ }
527
+ .btn.btn-outline-info path {
528
+ fill: hsl(205deg, 100%, 37%);
529
+ }
530
+ @media (hover: hover) {
531
+ .btn.btn-outline-info:hover {
532
+ background-color: hsl(205deg, 100%, 37%);
533
+ color: white;
534
+ box-shadow: none;
535
+ border: 1px solid 1px;
536
+ outline: none;
537
+ }
538
+ .btn.btn-outline-info:hover path {
539
+ fill: white;
540
+ }
541
+ }
542
+ .btn.btn-outline-info:active {
543
+ background-color: hsl(205deg, 100%, 37%);
544
+ color: white;
545
+ box-shadow: none;
546
+ border: 1px solid 1px;
547
+ outline: none;
548
+ }
549
+ .btn.btn-outline-info:active path {
550
+ fill: white;
551
+ }
552
+ .btn.btn-outline-info[data-focus-visible-added] {
553
+ background-color: hsl(205deg, 100%, 37%);
554
+ color: white;
555
+ box-shadow: none;
556
+ border: 1px solid 1px;
557
+ outline: none;
558
+ }
559
+ .btn.btn-outline-info[data-focus-visible-added] path {
560
+ fill: white;
561
+ }
562
+ .btn.btn-secondary {
563
+ border: 1px solid hsl(0deg, 0%, 20%);
564
+ background-color: hsl(0deg, 0%, 20%);
565
+ color: white;
566
+ }
567
+ .btn.btn-secondary path {
568
+ fill: currentColor;
569
+ }
570
+ @media (hover: hover) {
571
+ .btn.btn-secondary:hover {
572
+ position: relative;
573
+ outline: none;
574
+ z-index: 2;
575
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(0deg, 0%, 20%);
576
+ border: 1px solid hsl(0deg, 0%, 20%);
577
+ background-color: hsl(0deg, 0%, 20%);
578
+ color: white;
579
+ }
580
+ }
581
+ .btn.btn-secondary:active {
582
+ position: relative;
583
+ outline: none;
584
+ z-index: 2;
585
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(0deg, 0%, 20%);
586
+ border: 1px solid hsl(0deg, 0%, 20%);
587
+ background-color: hsl(0deg, 0%, 20%);
588
+ color: white;
589
+ }
590
+ .btn.btn-secondary[data-focus-visible-added] {
591
+ position: relative;
592
+ outline: none;
593
+ z-index: 2;
594
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(0deg, 0%, 20%);
595
+ border: 1px solid hsl(0deg, 0%, 20%);
596
+ background-color: hsl(0deg, 0%, 20%);
597
+ color: white;
598
+ }
599
+ .btn.btn-secondary.hide {
600
+ visibility: hidden;
601
+ }
602
+ .btn.btn-outline-secondary {
603
+ background-color: white;
604
+ border: 1px solid hsl(0deg, 0%, 20%);
605
+ color: hsl(0deg, 0%, 20%);
606
+ }
607
+ .btn.btn-outline-secondary path {
608
+ fill: hsl(0deg, 0%, 20%);
609
+ }
610
+ @media (hover: hover) {
611
+ .btn.btn-outline-secondary:hover {
612
+ background-color: hsl(0deg, 0%, 20%);
613
+ color: white;
614
+ box-shadow: none;
615
+ border: 1px solid 1px;
616
+ outline: none;
617
+ }
618
+ .btn.btn-outline-secondary:hover path {
619
+ fill: white;
620
+ }
621
+ }
622
+ .btn.btn-outline-secondary:active {
623
+ background-color: hsl(0deg, 0%, 20%);
624
+ color: white;
625
+ box-shadow: none;
626
+ border: 1px solid 1px;
627
+ outline: none;
628
+ }
629
+ .btn.btn-outline-secondary:active path {
630
+ fill: white;
631
+ }
632
+ .btn.btn-outline-secondary[data-focus-visible-added] {
633
+ background-color: hsl(0deg, 0%, 20%);
634
+ color: white;
635
+ box-shadow: none;
636
+ border: 1px solid 1px;
637
+ outline: none;
638
+ }
639
+ .btn.btn-outline-secondary[data-focus-visible-added] path {
640
+ fill: white;
641
+ }
642
+ .btn.btn-input-edit {
643
+ background-color: white;
644
+ border: 1px solid hsl(0deg, 0%, 35%);
645
+ color: hsl(0deg, 0%, 35%);
646
+ background-color: hsl(0deg, 0%, 85%);
647
+ border-bottom-left-radius: 0;
648
+ border-top-left-radius: 0;
649
+ border-color: hsl(0deg, 0%, 65%);
650
+ padding: 0.625rem 0.75rem;
651
+ }
652
+ .btn.btn-input-edit path {
653
+ fill: hsl(0deg, 0%, 35%);
654
+ }
655
+ @media (hover: hover) {
656
+ .btn.btn-input-edit:hover {
657
+ background-color: hsl(0deg, 0%, 35%);
658
+ color: white;
659
+ box-shadow: none;
660
+ border: 1px solid 1px;
661
+ outline: none;
662
+ }
663
+ .btn.btn-input-edit:hover path {
664
+ fill: white;
665
+ }
666
+ }
667
+ .btn.btn-input-edit:active {
668
+ background-color: hsl(0deg, 0%, 35%);
669
+ color: white;
670
+ box-shadow: none;
671
+ border: 1px solid 1px;
672
+ outline: none;
673
+ }
674
+ .btn.btn-input-edit:active path {
675
+ fill: white;
676
+ }
677
+ .btn.btn-input-edit[data-focus-visible-added] {
678
+ background-color: hsl(0deg, 0%, 35%);
679
+ color: white;
680
+ box-shadow: none;
681
+ border: 1px solid 1px;
682
+ outline: none;
683
+ }
684
+ .btn.btn-input-edit[data-focus-visible-added] path {
685
+ fill: white;
686
+ }
687
+ .btn.btn-remove {
688
+ border: 1px solid hsl(0deg, 0%, 20%);
689
+ background-color: hsl(0deg, 0%, 20%);
690
+ color: white;
691
+ line-height: 1.375;
692
+ padding: 0.625em;
693
+ }
694
+ .btn.btn-remove path {
695
+ fill: currentColor;
696
+ }
697
+ @media (hover: hover) {
698
+ .btn.btn-remove:hover {
699
+ position: relative;
700
+ outline: none;
701
+ z-index: 2;
702
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(0deg, 0%, 20%);
703
+ border: 1px solid hsl(0deg, 0%, 20%);
704
+ background-color: hsl(0deg, 0%, 20%);
705
+ color: white;
706
+ }
707
+ }
708
+ .btn.btn-remove:active {
709
+ position: relative;
710
+ outline: none;
711
+ z-index: 2;
712
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(0deg, 0%, 20%);
713
+ border: 1px solid hsl(0deg, 0%, 20%);
714
+ background-color: hsl(0deg, 0%, 20%);
715
+ color: white;
716
+ }
717
+ .btn.btn-remove[data-focus-visible-added] {
718
+ position: relative;
719
+ outline: none;
720
+ z-index: 2;
721
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(0deg, 0%, 20%);
722
+ border: 1px solid hsl(0deg, 0%, 20%);
723
+ background-color: hsl(0deg, 0%, 20%);
724
+ color: white;
725
+ }
726
+ .btn.btn-remove.hide {
727
+ visibility: hidden;
728
+ }
729
+ .btn.btn-link {
730
+ background-color: transparent;
731
+ text-decoration: underline;
732
+ vertical-align: baseline;
733
+ padding: 0;
734
+ border-radius: 0;
735
+ font-weight: 400;
736
+ text-align: left;
737
+ color: inherit;
738
+ border: none;
739
+ line-height: 1.3;
740
+ }
741
+ @media (hover: hover) {
742
+ .btn.btn-link:hover {
743
+ position: relative;
744
+ outline: none;
745
+ z-index: 2;
746
+ box-shadow: 0 0 0 0.25rem hsl(0deg, 0%, 20%);
747
+ background-color: hsl(0deg, 0%, 20%);
748
+ border-radius: 0;
749
+ color: #fff;
750
+ }
751
+ }
752
+ .btn.btn-link:active {
753
+ position: relative;
754
+ outline: none;
755
+ z-index: 2;
756
+ box-shadow: 0 0 0 0.25rem hsl(0deg, 0%, 20%);
757
+ background-color: hsl(0deg, 0%, 20%);
758
+ border-radius: 0;
759
+ color: #fff;
760
+ }
761
+ .btn.btn-link[data-focus-visible-added] {
762
+ position: relative;
763
+ outline: none;
764
+ z-index: 2;
765
+ box-shadow: 0 0 0 0.25rem hsl(0deg, 0%, 20%);
766
+ background-color: hsl(0deg, 0%, 20%);
767
+ border-radius: 0;
768
+ color: #fff;
769
+ }
770
+ .btn.btn-video-help {
771
+ background-color: hsl(0deg, 0%, 95%);
772
+ text-decoration: underline;
773
+ vertical-align: baseline;
774
+ padding: 1.25em;
775
+ border-radius: 0;
776
+ font-weight: 400;
777
+ text-align: left;
778
+ color: inherit;
779
+ border: none;
780
+ font-family: Supreme-Black, "Helvetica", "Arial", sans-serif;
781
+ font-weight: 400;
782
+ width: 100%;
783
+ }
784
+ @media (hover: hover) {
785
+ .btn.btn-video-help:hover {
786
+ background-color: hsl(0deg, 0%, 35%);
787
+ color: white;
788
+ }
789
+ }
790
+ .btn.btn-video-help:active {
791
+ background-color: hsl(0deg, 0%, 35%);
792
+ color: white;
793
+ }
794
+ .btn.btn-video-help[data-focus-visible-added] {
795
+ background-color: hsl(0deg, 0%, 35%);
796
+ color: white;
797
+ }
798
+ .btn.btn-exit {
799
+ background-color: transparent;
800
+ text-decoration: underline;
801
+ vertical-align: baseline;
802
+ padding: 0;
803
+ border-radius: 0;
804
+ font-weight: 400;
805
+ text-align: left;
806
+ color: inherit;
807
+ border: none;
808
+ }
809
+ .btn.btn-exit svg {
810
+ display: block;
811
+ }
812
+ @media (hover: hover) {
813
+ .btn.btn-exit:hover {
814
+ position: relative;
815
+ outline: none;
816
+ z-index: 2;
817
+ box-shadow: 0 0 0 0.1875rem currentColor;
818
+ border-radius: 50%;
819
+ }
820
+ .btn.btn-exit:hover path.cross {
821
+ fill: white;
822
+ }
823
+ .btn.btn-exit:hover path.tint {
824
+ fill: currentColor;
825
+ }
826
+ }
827
+ .btn.btn-exit:active {
828
+ position: relative;
829
+ outline: none;
830
+ z-index: 2;
831
+ box-shadow: 0 0 0 0.1875rem currentColor;
832
+ border-radius: 50%;
833
+ }
834
+ .btn.btn-exit:active path.cross {
835
+ fill: white;
836
+ }
837
+ .btn.btn-exit:active path.tint {
838
+ fill: currentColor;
839
+ }
840
+ .btn.btn-exit[data-focus-visible-added] {
841
+ position: relative;
842
+ outline: none;
843
+ z-index: 2;
844
+ box-shadow: 0 0 0 0.1875rem currentColor;
845
+ border-radius: 50%;
846
+ }
847
+ .btn.btn-exit[data-focus-visible-added] path.cross {
848
+ fill: white;
849
+ }
850
+ .btn.btn-exit[data-focus-visible-added] path.tint {
851
+ fill: currentColor;
852
+ }
853
+ @media only screen and (max-width: 519px) {
854
+ .btn.btn-remove-ticket {
855
+ border: 1px solid hsl(0deg, 0%, 20%);
856
+ background-color: hsl(0deg, 0%, 20%);
857
+ color: white;
858
+ line-height: 1.375;
859
+ padding: 0.625em;
860
+ width: 100%;
861
+ }
862
+ .btn.btn-remove-ticket path {
863
+ fill: currentColor;
864
+ }
865
+ }
866
+ @media only screen and (max-width: 519px) and (hover: hover) {
867
+ .btn.btn-remove-ticket:hover {
868
+ position: relative;
869
+ outline: none;
870
+ z-index: 2;
871
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(0deg, 0%, 20%);
872
+ border: 1px solid hsl(0deg, 0%, 20%);
873
+ background-color: hsl(0deg, 0%, 20%);
874
+ color: white;
875
+ }
876
+ }
877
+ @media only screen and (max-width: 519px) {
878
+ .btn.btn-remove-ticket:active {
879
+ position: relative;
880
+ outline: none;
881
+ z-index: 2;
882
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(0deg, 0%, 20%);
883
+ border: 1px solid hsl(0deg, 0%, 20%);
884
+ background-color: hsl(0deg, 0%, 20%);
885
+ color: white;
886
+ }
887
+ }
888
+ @media only screen and (max-width: 519px) {
889
+ .btn.btn-remove-ticket[data-focus-visible-added] {
890
+ position: relative;
891
+ outline: none;
892
+ z-index: 2;
893
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(0deg, 0%, 20%);
894
+ border: 1px solid hsl(0deg, 0%, 20%);
895
+ background-color: hsl(0deg, 0%, 20%);
896
+ color: white;
897
+ }
898
+ }
899
+ @media only screen and (max-width: 519px) {
900
+ .btn.btn-remove-ticket.hide {
901
+ visibility: hidden;
902
+ }
903
+ }
904
+ @media only screen and (min-width: 520px) {
905
+ .btn.btn-remove-ticket {
906
+ background-color: transparent;
907
+ text-decoration: underline;
908
+ vertical-align: baseline;
909
+ padding: 0;
910
+ border-radius: 0;
911
+ font-weight: 400;
912
+ text-align: left;
913
+ color: inherit;
914
+ border: none;
915
+ line-height: 1.3;
916
+ }
917
+ }
918
+ @media only screen and (min-width: 520px) and (hover: hover) {
919
+ .btn.btn-remove-ticket:hover {
920
+ position: relative;
921
+ outline: none;
922
+ z-index: 2;
923
+ box-shadow: 0 0 0 0.25rem hsl(0deg, 0%, 20%);
924
+ background-color: hsl(0deg, 0%, 20%);
925
+ border-radius: 0;
926
+ color: #fff;
927
+ }
928
+ }
929
+ @media only screen and (min-width: 520px) {
930
+ .btn.btn-remove-ticket:active {
931
+ position: relative;
932
+ outline: none;
933
+ z-index: 2;
934
+ box-shadow: 0 0 0 0.25rem hsl(0deg, 0%, 20%);
935
+ background-color: hsl(0deg, 0%, 20%);
936
+ border-radius: 0;
937
+ color: #fff;
938
+ }
939
+ }
940
+ @media only screen and (min-width: 520px) {
941
+ .btn.btn-remove-ticket[data-focus-visible-added] {
942
+ position: relative;
943
+ outline: none;
944
+ z-index: 2;
945
+ box-shadow: 0 0 0 0.25rem hsl(0deg, 0%, 20%);
946
+ background-color: hsl(0deg, 0%, 20%);
947
+ border-radius: 0;
948
+ color: #fff;
949
+ }
950
+ }
951
+ @media only screen and (max-width: 1199px) {
952
+ .btn.btn-remove-gift {
953
+ border: 1px solid hsl(0deg, 0%, 20%);
954
+ background-color: hsl(0deg, 0%, 20%);
955
+ color: white;
956
+ line-height: 1.375;
957
+ padding: 0.625em;
958
+ width: 100%;
959
+ }
960
+ .btn.btn-remove-gift path {
961
+ fill: currentColor;
962
+ }
963
+ }
964
+ @media only screen and (max-width: 1199px) and (hover: hover) {
965
+ .btn.btn-remove-gift:hover {
966
+ position: relative;
967
+ outline: none;
968
+ z-index: 2;
969
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(0deg, 0%, 20%);
970
+ border: 1px solid hsl(0deg, 0%, 20%);
971
+ background-color: hsl(0deg, 0%, 20%);
972
+ color: white;
973
+ }
974
+ }
975
+ @media only screen and (max-width: 1199px) {
976
+ .btn.btn-remove-gift:active {
977
+ position: relative;
978
+ outline: none;
979
+ z-index: 2;
980
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(0deg, 0%, 20%);
981
+ border: 1px solid hsl(0deg, 0%, 20%);
982
+ background-color: hsl(0deg, 0%, 20%);
983
+ color: white;
984
+ }
985
+ }
986
+ @media only screen and (max-width: 1199px) {
987
+ .btn.btn-remove-gift[data-focus-visible-added] {
988
+ position: relative;
989
+ outline: none;
990
+ z-index: 2;
991
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(0deg, 0%, 20%);
992
+ border: 1px solid hsl(0deg, 0%, 20%);
993
+ background-color: hsl(0deg, 0%, 20%);
994
+ color: white;
995
+ }
996
+ }
997
+ @media only screen and (max-width: 1199px) {
998
+ .btn.btn-remove-gift.hide {
999
+ visibility: hidden;
1000
+ }
1001
+ }
1002
+ @media only screen and (min-width: 1200px) {
1003
+ .btn.btn-remove-gift {
1004
+ background-color: transparent;
1005
+ text-decoration: underline;
1006
+ vertical-align: baseline;
1007
+ padding: 0;
1008
+ border-radius: 0;
1009
+ font-weight: 400;
1010
+ text-align: left;
1011
+ color: inherit;
1012
+ border: none;
1013
+ line-height: 1.3;
1014
+ }
1015
+ }
1016
+ @media only screen and (min-width: 1200px) and (hover: hover) {
1017
+ .btn.btn-remove-gift:hover {
1018
+ position: relative;
1019
+ outline: none;
1020
+ z-index: 2;
1021
+ box-shadow: 0 0 0 0.25rem hsl(0deg, 0%, 20%);
1022
+ background-color: hsl(0deg, 0%, 20%);
1023
+ border-radius: 0;
1024
+ color: #fff;
1025
+ }
1026
+ }
1027
+ @media only screen and (min-width: 1200px) {
1028
+ .btn.btn-remove-gift:active {
1029
+ position: relative;
1030
+ outline: none;
1031
+ z-index: 2;
1032
+ box-shadow: 0 0 0 0.25rem hsl(0deg, 0%, 20%);
1033
+ background-color: hsl(0deg, 0%, 20%);
1034
+ border-radius: 0;
1035
+ color: #fff;
1036
+ }
1037
+ }
1038
+ @media only screen and (min-width: 1200px) {
1039
+ .btn.btn-remove-gift[data-focus-visible-added] {
1040
+ position: relative;
1041
+ outline: none;
1042
+ z-index: 2;
1043
+ box-shadow: 0 0 0 0.25rem hsl(0deg, 0%, 20%);
1044
+ background-color: hsl(0deg, 0%, 20%);
1045
+ border-radius: 0;
1046
+ color: #fff;
1047
+ }
1048
+ }
1049
+ .btn.btn-membership-card {
1050
+ background-color: transparent;
1051
+ border: 1px solid white;
1052
+ color: white;
1053
+ }
1054
+ .btn.btn-membership-card path {
1055
+ fill: white;
1056
+ }
1057
+ @media (hover: hover) {
1058
+ .btn.btn-membership-card:hover {
1059
+ background-color: white;
1060
+ color: transparent;
1061
+ box-shadow: none;
1062
+ border: 1px solid 1px;
1063
+ outline: none;
1064
+ }
1065
+ .btn.btn-membership-card:hover path {
1066
+ fill: transparent;
1067
+ }
1068
+ }
1069
+ .btn.btn-membership-card:active {
1070
+ background-color: white;
1071
+ color: transparent;
1072
+ box-shadow: none;
1073
+ border: 1px solid 1px;
1074
+ outline: none;
1075
+ }
1076
+ .btn.btn-membership-card:active path {
1077
+ fill: transparent;
1078
+ }
1079
+ .btn.btn-membership-card[data-focus-visible-added] {
1080
+ background-color: white;
1081
+ color: transparent;
1082
+ box-shadow: none;
1083
+ border: 1px solid 1px;
1084
+ outline: none;
1085
+ }
1086
+ .btn.btn-membership-card[data-focus-visible-added] path {
1087
+ fill: transparent;
1088
+ }
1089
+ @media (hover: hover) {
1090
+ .btn.btn-membership-card:hover.member {
1091
+ color: hsl(217deg, 72%, 53%);
1092
+ }
1093
+ .btn.btn-membership-card:hover.member-plus {
1094
+ color: hsl(223deg, 87%, 21%);
1095
+ }
1096
+ }
1097
+ .btn.btn-membership-card:active.member {
1098
+ color: hsl(217deg, 72%, 53%);
1099
+ }
1100
+ .btn.btn-membership-card:active.member-plus {
1101
+ color: hsl(223deg, 87%, 21%);
1102
+ }
1103
+ .btn.btn-membership-card[data-focus-visible-added].member {
1104
+ color: hsl(217deg, 72%, 53%);
1105
+ }
1106
+ .btn.btn-membership-card[data-focus-visible-added].member-plus {
1107
+ color: hsl(223deg, 87%, 21%);
1108
+ }
1109
+ .btn.btn-video-login {
1110
+ border: 1px solid white;
1111
+ background-color: white;
1112
+ color: #0a0a0a;
1113
+ }
1114
+ .btn.btn-video-login path {
1115
+ fill: currentColor;
1116
+ }
1117
+ @media (hover: hover) {
1118
+ .btn.btn-video-login:hover {
1119
+ position: relative;
1120
+ outline: none;
1121
+ z-index: 2;
1122
+ box-shadow: 0 0 0 0.25rem #0a0a0a, 0 0 0 0.4rem white;
1123
+ border: 1px solid white;
1124
+ background-color: white;
1125
+ color: #0a0a0a;
1126
+ }
1127
+ }
1128
+ .btn.btn-video-login:active {
1129
+ position: relative;
1130
+ outline: none;
1131
+ z-index: 2;
1132
+ box-shadow: 0 0 0 0.25rem #0a0a0a, 0 0 0 0.4rem white;
1133
+ border: 1px solid white;
1134
+ background-color: white;
1135
+ color: #0a0a0a;
1136
+ }
1137
+ .btn.btn-video-login[data-focus-visible-added] {
1138
+ position: relative;
1139
+ outline: none;
1140
+ z-index: 2;
1141
+ box-shadow: 0 0 0 0.25rem #0a0a0a, 0 0 0 0.4rem white;
1142
+ border: 1px solid white;
1143
+ background-color: white;
1144
+ color: #0a0a0a;
1145
+ }
1146
+ .btn.btn-video-login.hide {
1147
+ visibility: hidden;
1148
+ }
1149
+ .btn.btn-cta {
1150
+ border: 1px solid hsl(0deg, 0%, 20%);
1151
+ background-color: hsl(0deg, 0%, 20%);
1152
+ color: white;
1153
+ display: inline-flex;
1154
+ align-items: center;
1155
+ gap: 1rem;
1156
+ fill: white;
1157
+ }
1158
+ .btn.btn-cta path {
1159
+ fill: currentColor;
1160
+ }
1161
+ @media (hover: hover) {
1162
+ .btn.btn-cta:hover {
1163
+ position: relative;
1164
+ outline: none;
1165
+ z-index: 2;
1166
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(0deg, 0%, 20%);
1167
+ border: 1px solid hsl(0deg, 0%, 20%);
1168
+ background-color: hsl(0deg, 0%, 20%);
1169
+ color: white;
1170
+ }
1171
+ }
1172
+ .btn.btn-cta:active {
1173
+ position: relative;
1174
+ outline: none;
1175
+ z-index: 2;
1176
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(0deg, 0%, 20%);
1177
+ border: 1px solid hsl(0deg, 0%, 20%);
1178
+ background-color: hsl(0deg, 0%, 20%);
1179
+ color: white;
1180
+ }
1181
+ .btn.btn-cta[data-focus-visible-added] {
1182
+ position: relative;
1183
+ outline: none;
1184
+ z-index: 2;
1185
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(0deg, 0%, 20%);
1186
+ border: 1px solid hsl(0deg, 0%, 20%);
1187
+ background-color: hsl(0deg, 0%, 20%);
1188
+ color: white;
1189
+ }
1190
+ .btn.btn-cta.hide {
1191
+ visibility: hidden;
22
1192
  }
1193
+ .btn.btn-carousel {
1194
+ border: 1px solid hsl(0deg, 0%, 20%);
1195
+ background-color: hsl(0deg, 0%, 20%);
1196
+ color: white;
1197
+ position: relative;
1198
+ outline: none;
1199
+ z-index: 2;
1200
+ box-shadow: 0 0 0 0.25rem white;
1201
+ border-radius: 50%;
1202
+ font-size: 0;
1203
+ fill: white;
1204
+ }
1205
+ .btn.btn-carousel path {
1206
+ fill: currentColor;
1207
+ }
1208
+ @media (hover: hover) {
1209
+ .btn.btn-carousel:hover {
1210
+ position: relative;
1211
+ outline: none;
1212
+ z-index: 2;
1213
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(0deg, 0%, 20%);
1214
+ border: 1px solid hsl(0deg, 0%, 20%);
1215
+ background-color: hsl(0deg, 0%, 20%);
1216
+ color: white;
1217
+ }
1218
+ }
1219
+ .btn.btn-carousel:active {
1220
+ position: relative;
1221
+ outline: none;
1222
+ z-index: 2;
1223
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(0deg, 0%, 20%);
1224
+ border: 1px solid hsl(0deg, 0%, 20%);
1225
+ background-color: hsl(0deg, 0%, 20%);
1226
+ color: white;
1227
+ }
1228
+ .btn.btn-carousel[data-focus-visible-added] {
1229
+ position: relative;
1230
+ outline: none;
1231
+ z-index: 2;
1232
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(0deg, 0%, 20%);
1233
+ border: 1px solid hsl(0deg, 0%, 20%);
1234
+ background-color: hsl(0deg, 0%, 20%);
1235
+ color: white;
1236
+ }
1237
+ .btn.btn-carousel.hide {
1238
+ visibility: hidden;
1239
+ }
1240
+ @media only screen and (max-width: 959px) {
1241
+ .btn.btn-carousel {
1242
+ padding: 0.75rem;
1243
+ }
1244
+ }
1245
+ .btn.btn-carousel:disabled {
1246
+ background-color: hsl(0deg, 0%, 85%);
1247
+ border-color: hsl(0deg, 0%, 85%);
1248
+ opacity: 1;
1249
+ }
1250
+ .btn.btn-carousel label {
1251
+ clip: rect(0, 0, 0, 0);
1252
+ position: absolute;
1253
+ overflow: hidden;
1254
+ margin: -1px;
1255
+ height: 1px;
1256
+ padding: 0;
1257
+ width: 1px;
1258
+ border: 0;
1259
+ }
1260
+ .btn.btn-invisible {
1261
+ color: inherit;
1262
+ padding: 0;
1263
+ }
1264
+ @media (hover: hover) {
1265
+ .btn.btn-invisible:hover {
1266
+ box-shadow: none;
1267
+ }
1268
+ }
1269
+ .btn.btn-invisible:active {
1270
+ box-shadow: none;
1271
+ }
1272
+ .btn.btn-invisible[data-focus-visible-added] {
1273
+ box-shadow: none;
1274
+ }
1275
+ .btn.btn-returns {
1276
+ border: 1px solid hsl(21deg, 100%, 41%);
1277
+ background-color: hsl(21deg, 100%, 41%);
1278
+ color: white;
1279
+ padding: 0.75em;
1280
+ white-space: nowrap;
1281
+ }
1282
+ .btn.btn-returns path {
1283
+ fill: currentColor;
1284
+ }
1285
+ @media (hover: hover) {
1286
+ .btn.btn-returns:hover {
1287
+ position: relative;
1288
+ outline: none;
1289
+ z-index: 2;
1290
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(21deg, 100%, 41%);
1291
+ border: 1px solid hsl(21deg, 100%, 41%);
1292
+ background-color: hsl(21deg, 100%, 41%);
1293
+ color: white;
1294
+ }
1295
+ }
1296
+ .btn.btn-returns:active {
1297
+ position: relative;
1298
+ outline: none;
1299
+ z-index: 2;
1300
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(21deg, 100%, 41%);
1301
+ border: 1px solid hsl(21deg, 100%, 41%);
1302
+ background-color: hsl(21deg, 100%, 41%);
1303
+ color: white;
1304
+ }
1305
+ .btn.btn-returns[data-focus-visible-added] {
1306
+ position: relative;
1307
+ outline: none;
1308
+ z-index: 2;
1309
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(21deg, 100%, 41%);
1310
+ border: 1px solid hsl(21deg, 100%, 41%);
1311
+ background-color: hsl(21deg, 100%, 41%);
1312
+ color: white;
1313
+ }
1314
+ .btn.btn-returns.hide {
1315
+ visibility: hidden;
1316
+ }
1317
+ .btn.btn-returns:disabled, .btn.btn-returns.disabled {
1318
+ background-color: white;
1319
+ border: 1px solid hsl(0deg, 0%, 20%);
1320
+ color: hsl(0deg, 0%, 20%);
1321
+ }
1322
+ .btn.btn-returns:disabled path, .btn.btn-returns.disabled path {
1323
+ fill: hsl(0deg, 0%, 20%);
1324
+ }
1325
+ @media (hover: hover) {
1326
+ .btn.btn-returns:disabled:hover, .btn.btn-returns.disabled:hover {
1327
+ background-color: hsl(0deg, 0%, 20%);
1328
+ color: white;
1329
+ box-shadow: none;
1330
+ border: 1px solid 1px;
1331
+ outline: none;
1332
+ }
1333
+ .btn.btn-returns:disabled:hover path, .btn.btn-returns.disabled:hover path {
1334
+ fill: white;
1335
+ }
1336
+ }
1337
+ .btn.btn-returns:disabled:active, .btn.btn-returns.disabled:active {
1338
+ background-color: hsl(0deg, 0%, 20%);
1339
+ color: white;
1340
+ box-shadow: none;
1341
+ border: 1px solid 1px;
1342
+ outline: none;
1343
+ }
1344
+ .btn.btn-returns:disabled:active path, .btn.btn-returns.disabled:active path {
1345
+ fill: white;
1346
+ }
1347
+ .btn.btn-returns:disabled[data-focus-visible-added], .btn.btn-returns.disabled[data-focus-visible-added] {
1348
+ background-color: hsl(0deg, 0%, 20%);
1349
+ color: white;
1350
+ box-shadow: none;
1351
+ border: 1px solid 1px;
1352
+ outline: none;
1353
+ }
1354
+ .btn.btn-returns:disabled[data-focus-visible-added] path, .btn.btn-returns.disabled[data-focus-visible-added] path {
1355
+ fill: white;
1356
+ }
1357
+ .btn.btn-cancel-returns {
1358
+ border: 1px solid hsl(0deg, 0%, 20%);
1359
+ background-color: hsl(0deg, 0%, 20%);
1360
+ color: white;
1361
+ padding: 0.75em;
1362
+ }
1363
+ .btn.btn-cancel-returns path {
1364
+ fill: currentColor;
1365
+ }
1366
+ @media (hover: hover) {
1367
+ .btn.btn-cancel-returns:hover {
1368
+ position: relative;
1369
+ outline: none;
1370
+ z-index: 2;
1371
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(0deg, 0%, 20%);
1372
+ border: 1px solid hsl(0deg, 0%, 20%);
1373
+ background-color: hsl(0deg, 0%, 20%);
1374
+ color: white;
1375
+ }
1376
+ }
1377
+ .btn.btn-cancel-returns:active {
1378
+ position: relative;
1379
+ outline: none;
1380
+ z-index: 2;
1381
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(0deg, 0%, 20%);
1382
+ border: 1px solid hsl(0deg, 0%, 20%);
1383
+ background-color: hsl(0deg, 0%, 20%);
1384
+ color: white;
1385
+ }
1386
+ .btn.btn-cancel-returns[data-focus-visible-added] {
1387
+ position: relative;
1388
+ outline: none;
1389
+ z-index: 2;
1390
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(0deg, 0%, 20%);
1391
+ border: 1px solid hsl(0deg, 0%, 20%);
1392
+ background-color: hsl(0deg, 0%, 20%);
1393
+ color: white;
1394
+ }
1395
+ .btn.btn-cancel-returns.hide {
1396
+ visibility: hidden;
1397
+ }
1398
+ .btn.btn-resale {
1399
+ background-color: white;
1400
+ border: 1px solid hsl(21deg, 100%, 41%);
1401
+ color: hsl(21deg, 100%, 41%);
1402
+ font-size: 0.875rem;
1403
+ padding: 0.625em;
1404
+ }
1405
+ .btn.btn-resale path {
1406
+ fill: hsl(21deg, 100%, 41%);
1407
+ }
1408
+ @media (hover: hover) {
1409
+ .btn.btn-resale:hover {
1410
+ background-color: hsl(21deg, 100%, 41%);
1411
+ color: white;
1412
+ box-shadow: none;
1413
+ border: 1px solid 1px;
1414
+ outline: none;
1415
+ }
1416
+ .btn.btn-resale:hover path {
1417
+ fill: white;
1418
+ }
1419
+ }
1420
+ .btn.btn-resale:active {
1421
+ background-color: hsl(21deg, 100%, 41%);
1422
+ color: white;
1423
+ box-shadow: none;
1424
+ border: 1px solid 1px;
1425
+ outline: none;
1426
+ }
1427
+ .btn.btn-resale:active path {
1428
+ fill: white;
1429
+ }
1430
+ .btn.btn-resale[data-focus-visible-added] {
1431
+ background-color: hsl(21deg, 100%, 41%);
1432
+ color: white;
1433
+ box-shadow: none;
1434
+ border: 1px solid 1px;
1435
+ outline: none;
1436
+ }
1437
+ .btn.btn-resale[data-focus-visible-added] path {
1438
+ fill: white;
1439
+ }
1440
+ .btn.btn-radio {
1441
+ border: 1px solid hsl(0deg, 0%, 65%);
1442
+ padding: 0.75rem 0.75rem 0.625rem;
1443
+ font-weight: 400;
1444
+ margin: 0.25rem;
1445
+ }
1446
+ @media (hover: hover) {
1447
+ .btn.btn-radio:hover {
1448
+ position: relative;
1449
+ outline: none;
1450
+ z-index: 2;
1451
+ box-shadow: 0 0 0 0.0625rem hsl(0deg, 0%, 35%);
1452
+ border: 1px solid hsl(0deg, 0%, 35%);
1453
+ background-color: hsl(0deg, 0%, 95%);
1454
+ }
1455
+ }
1456
+ .btn.btn-radio:active {
1457
+ position: relative;
1458
+ outline: none;
1459
+ z-index: 2;
1460
+ box-shadow: 0 0 0 0.0625rem hsl(0deg, 0%, 35%);
1461
+ border: 1px solid hsl(0deg, 0%, 35%);
1462
+ background-color: hsl(0deg, 0%, 95%);
1463
+ }
1464
+ .btn.btn-radio[data-focus-visible-added] {
1465
+ position: relative;
1466
+ outline: none;
1467
+ z-index: 2;
1468
+ box-shadow: 0 0 0 0.0625rem hsl(0deg, 0%, 35%);
1469
+ border: 1px solid hsl(0deg, 0%, 35%);
1470
+ background-color: hsl(0deg, 0%, 95%);
1471
+ }
1472
+ .btn.btn-menu {
1473
+ background-color: hsl(21deg, 100%, 41%);
1474
+ border: 1px solid white;
1475
+ color: white;
1476
+ line-height: 2.375rem;
1477
+ padding: 0 0.75rem;
1478
+ margin: 0.25rem;
1479
+ display: inline-flex;
1480
+ align-items: center;
1481
+ gap: 0.75rem;
1482
+ vertical-align: middle;
1483
+ min-height: 2.5rem;
1484
+ }
1485
+ .btn.btn-menu path {
1486
+ fill: white;
1487
+ }
1488
+ @media (hover: hover) {
1489
+ .btn.btn-menu:hover {
1490
+ background-color: white;
1491
+ color: hsl(21deg, 100%, 41%);
1492
+ box-shadow: none;
1493
+ border: 1px solid 1px;
1494
+ outline: none;
1495
+ }
1496
+ .btn.btn-menu:hover path {
1497
+ fill: hsl(21deg, 100%, 41%);
1498
+ }
1499
+ }
1500
+ .btn.btn-menu:active {
1501
+ background-color: white;
1502
+ color: hsl(21deg, 100%, 41%);
1503
+ box-shadow: none;
1504
+ border: 1px solid 1px;
1505
+ outline: none;
1506
+ }
1507
+ .btn.btn-menu:active path {
1508
+ fill: hsl(21deg, 100%, 41%);
1509
+ }
1510
+ .btn.btn-menu[data-focus-visible-added] {
1511
+ background-color: white;
1512
+ color: hsl(21deg, 100%, 41%);
1513
+ box-shadow: none;
1514
+ border: 1px solid 1px;
1515
+ outline: none;
1516
+ }
1517
+ .btn.btn-menu[data-focus-visible-added] path {
1518
+ fill: hsl(21deg, 100%, 41%);
1519
+ }
1520
+ @media (hover: hover) {
1521
+ .btn.btn-menu:hover {
1522
+ background-color: white;
1523
+ color: hsl(21deg, 100%, 41%);
1524
+ }
1525
+ .btn.btn-menu:hover path {
1526
+ fill: currentColor;
1527
+ }
1528
+ }
1529
+ .btn.btn-menu:active {
1530
+ background-color: white;
1531
+ color: hsl(21deg, 100%, 41%);
1532
+ }
1533
+ .btn.btn-menu:active path {
1534
+ fill: currentColor;
1535
+ }
1536
+ .btn.btn-menu[data-focus-visible-added] {
1537
+ background-color: white;
1538
+ color: hsl(21deg, 100%, 41%);
1539
+ }
1540
+ .btn.btn-menu[data-focus-visible-added] path {
1541
+ fill: currentColor;
1542
+ }
1543
+ .btn.btn-menu[data-clicked=true] {
1544
+ background-color: white;
1545
+ color: hsl(21deg, 100%, 41%);
1546
+ }
1547
+ .btn.btn-menu[data-clicked=true] path {
1548
+ fill: currentColor;
1549
+ }
1550
+ .btn.btn-basket {
1551
+ border: 1px solid white;
1552
+ background-color: white;
1553
+ color: hsl(21deg, 100%, 41%);
1554
+ line-height: 2.375rem;
1555
+ padding: 0 0.75rem;
1556
+ margin: 0.25rem;
1557
+ display: inline-flex;
1558
+ align-items: center;
1559
+ gap: 0.5rem;
1560
+ vertical-align: middle;
1561
+ min-height: 2.5rem;
1562
+ }
1563
+ .btn.btn-basket path {
1564
+ fill: currentColor;
1565
+ }
1566
+ @media (hover: hover) {
1567
+ .btn.btn-basket:hover {
1568
+ position: relative;
1569
+ outline: none;
1570
+ z-index: 2;
1571
+ box-shadow: 0 0 0 0.25rem hsl(21deg, 100%, 41%), 0 0 0 0.4rem white;
1572
+ border: 1px solid white;
1573
+ background-color: white;
1574
+ color: hsl(21deg, 100%, 41%);
1575
+ }
1576
+ }
1577
+ .btn.btn-basket:active {
1578
+ position: relative;
1579
+ outline: none;
1580
+ z-index: 2;
1581
+ box-shadow: 0 0 0 0.25rem hsl(21deg, 100%, 41%), 0 0 0 0.4rem white;
1582
+ border: 1px solid white;
1583
+ background-color: white;
1584
+ color: hsl(21deg, 100%, 41%);
1585
+ }
1586
+ .btn.btn-basket[data-focus-visible-added] {
1587
+ position: relative;
1588
+ outline: none;
1589
+ z-index: 2;
1590
+ box-shadow: 0 0 0 0.25rem hsl(21deg, 100%, 41%), 0 0 0 0.4rem white;
1591
+ border: 1px solid white;
1592
+ background-color: white;
1593
+ color: hsl(21deg, 100%, 41%);
1594
+ }
1595
+ .btn.btn-basket.hide {
1596
+ visibility: hidden;
1597
+ }
1598
+ @media (hover: hover) {
1599
+ .btn.btn-basket:hover {
1600
+ background-color: white;
1601
+ color: hsl(21deg, 100%, 41%);
1602
+ }
1603
+ .btn.btn-basket:hover path {
1604
+ fill: currentColor;
1605
+ }
1606
+ }
1607
+ .btn.btn-basket:active {
1608
+ background-color: white;
1609
+ color: hsl(21deg, 100%, 41%);
1610
+ }
1611
+ .btn.btn-basket:active path {
1612
+ fill: currentColor;
1613
+ }
1614
+ .btn.btn-basket[data-focus-visible-added] {
1615
+ background-color: white;
1616
+ color: hsl(21deg, 100%, 41%);
1617
+ }
1618
+ .btn.btn-basket[data-focus-visible-added] path {
1619
+ fill: currentColor;
1620
+ }
1621
+ .btn.btn-basket[data-clicked=true] {
1622
+ background-color: white;
1623
+ color: hsl(21deg, 100%, 41%);
1624
+ }
1625
+ .btn.btn-basket[data-clicked=true] path {
1626
+ fill: currentColor;
1627
+ }
1628
+ .btn.btn-discover {
1629
+ background-color: hsl(0deg, 0%, 20%);
1630
+ border: 1px solid white;
1631
+ color: white;
1632
+ display: inline-flex;
1633
+ align-items: center;
1634
+ gap: 0.75rem;
1635
+ }
1636
+ .btn.btn-discover path {
1637
+ fill: white;
1638
+ }
1639
+ @media (hover: hover) {
1640
+ .btn.btn-discover:hover {
1641
+ background-color: white;
1642
+ color: hsl(0deg, 0%, 20%);
1643
+ box-shadow: none;
1644
+ border: 1px solid 1px;
1645
+ outline: none;
1646
+ }
1647
+ .btn.btn-discover:hover path {
1648
+ fill: hsl(0deg, 0%, 20%);
1649
+ }
1650
+ }
1651
+ .btn.btn-discover:active {
1652
+ background-color: white;
1653
+ color: hsl(0deg, 0%, 20%);
1654
+ box-shadow: none;
1655
+ border: 1px solid 1px;
1656
+ outline: none;
1657
+ }
1658
+ .btn.btn-discover:active path {
1659
+ fill: hsl(0deg, 0%, 20%);
1660
+ }
1661
+ .btn.btn-discover[data-focus-visible-added] {
1662
+ background-color: white;
1663
+ color: hsl(0deg, 0%, 20%);
1664
+ box-shadow: none;
1665
+ border: 1px solid 1px;
1666
+ outline: none;
1667
+ }
1668
+ .btn.btn-discover[data-focus-visible-added] path {
1669
+ fill: hsl(0deg, 0%, 20%);
1670
+ }
1671
+ .btn.btn-discover span {
1672
+ position: relative;
1673
+ top: 0.125rem;
1674
+ }
1675
+ .btn.btn-membership-pill {
1676
+ background-color: white;
1677
+ border: 1px solid hsl(0deg, 0%, 10%);
1678
+ color: hsl(0deg, 0%, 10%);
1679
+ }
1680
+ .btn.btn-membership-pill path {
1681
+ fill: hsl(0deg, 0%, 10%);
1682
+ }
1683
+ @media (hover: hover) {
1684
+ .btn.btn-membership-pill:hover {
1685
+ background-color: hsl(0deg, 0%, 10%);
1686
+ color: white;
1687
+ box-shadow: none;
1688
+ border: 1px solid 1px;
1689
+ outline: none;
1690
+ }
1691
+ .btn.btn-membership-pill:hover path {
1692
+ fill: white;
1693
+ }
1694
+ }
1695
+ .btn.btn-membership-pill:active {
1696
+ background-color: hsl(0deg, 0%, 10%);
1697
+ color: white;
1698
+ box-shadow: none;
1699
+ border: 1px solid 1px;
1700
+ outline: none;
1701
+ }
1702
+ .btn.btn-membership-pill:active path {
1703
+ fill: white;
1704
+ }
1705
+ .btn.btn-membership-pill[data-focus-visible-added] {
1706
+ background-color: hsl(0deg, 0%, 10%);
1707
+ color: white;
1708
+ box-shadow: none;
1709
+ border: 1px solid 1px;
1710
+ outline: none;
1711
+ }
1712
+ .btn.btn-membership-pill[data-focus-visible-added] path {
1713
+ fill: white;
1714
+ }
1715
+ .btn.btn-membership-pill:hover {
1716
+ background-color: hsl(0deg, 0%, 85%);
1717
+ color: hsl(0deg, 0%, 10%);
1718
+ box-shadow: none;
1719
+ border: 1px solid hsl(0deg, 0%, 10%);
1720
+ outline: none;
1721
+ }
1722
+ .btn.btn-membership-pill:hover path {
1723
+ fill: hsl(0deg, 0%, 10%);
1724
+ }
1725
+ .btn.btn-membership-pill[data-focus-visible-added] {
1726
+ background-color: hsl(0deg, 0%, 85%);
1727
+ color: hsl(0deg, 0%, 10%);
1728
+ box-shadow: none;
1729
+ border: 1px solid hsl(0deg, 0%, 10%);
1730
+ outline: none;
1731
+ outline: 1px solid hsl(0deg, 0%, 10%);
1732
+ }
1733
+ .btn.btn-membership-pill[data-focus-visible-added] path {
1734
+ fill: hsl(0deg, 0%, 10%);
1735
+ }
1736
+ .btn.btn-membership-pill[data-status=active] {
1737
+ background-color: hsl(0deg, 0%, 10%);
1738
+ color: white;
1739
+ box-shadow: none;
1740
+ border: 1px solid hsl(0deg, 0%, 10%);
1741
+ outline: none;
1742
+ }
1743
+ .btn.btn-membership-pill[data-status=active] path {
1744
+ fill: white;
1745
+ }
1746
+ @media (hover: hover) {
1747
+ .btn.btn-membership-pill[data-status=active]:hover {
1748
+ outline: 2px solid hsl(0deg, 0%, 10%);
1749
+ outline-offset: 0.125rem;
1750
+ }
1751
+ }
1752
+ .btn.btn-membership-pill[data-status=active]:active {
1753
+ outline: 2px solid hsl(0deg, 0%, 10%);
1754
+ outline-offset: 0.125rem;
1755
+ }
1756
+ .btn.btn-membership-pill[data-status=active][data-focus-visible-added] {
1757
+ outline: 2px solid hsl(0deg, 0%, 10%);
1758
+ outline-offset: 0.125rem;
1759
+ }
1760
+ .btn.btn-priority-row {
1761
+ background-color: white;
1762
+ border: 1px solid hsl(21deg, 100%, 41%);
1763
+ color: hsl(21deg, 100%, 41%);
1764
+ display: inline-flex;
1765
+ align-items: center;
1766
+ gap: 0.5rem;
1767
+ }
1768
+ .btn.btn-priority-row path {
1769
+ fill: hsl(21deg, 100%, 41%);
1770
+ }
1771
+ @media (hover: hover) {
1772
+ .btn.btn-priority-row:hover {
1773
+ background-color: hsl(21deg, 100%, 41%);
1774
+ color: white;
1775
+ box-shadow: none;
1776
+ border: 1px solid 1px;
1777
+ outline: none;
1778
+ }
1779
+ .btn.btn-priority-row:hover path {
1780
+ fill: white;
1781
+ }
1782
+ }
1783
+ .btn.btn-priority-row:active {
1784
+ background-color: hsl(21deg, 100%, 41%);
1785
+ color: white;
1786
+ box-shadow: none;
1787
+ border: 1px solid 1px;
1788
+ outline: none;
1789
+ }
1790
+ .btn.btn-priority-row:active path {
1791
+ fill: white;
1792
+ }
1793
+ .btn.btn-priority-row[data-focus-visible-added] {
1794
+ background-color: hsl(21deg, 100%, 41%);
1795
+ color: white;
1796
+ box-shadow: none;
1797
+ border: 1px solid 1px;
1798
+ outline: none;
1799
+ }
1800
+ .btn.btn-priority-row[data-focus-visible-added] path {
1801
+ fill: white;
1802
+ }
1803
+ @media (hover: hover) {
1804
+ .btn.btn-priority-row:hover {
1805
+ background-color: hsl(21deg, 100%, 41%);
1806
+ color: white;
1807
+ box-shadow: none;
1808
+ border: 1px solid hsl(21deg, 100%, 41%);
1809
+ outline: none;
1810
+ }
1811
+ .btn.btn-priority-row:hover path {
1812
+ fill: white;
1813
+ }
1814
+ }
1815
+ .btn.btn-priority-row:active {
1816
+ background-color: hsl(21deg, 100%, 41%);
1817
+ color: white;
1818
+ box-shadow: none;
1819
+ border: 1px solid hsl(21deg, 100%, 41%);
1820
+ outline: none;
1821
+ }
1822
+ .btn.btn-priority-row:active path {
1823
+ fill: white;
1824
+ }
1825
+ .btn.btn-priority-row[data-focus-visible-added] {
1826
+ background-color: hsl(21deg, 100%, 41%);
1827
+ color: white;
1828
+ box-shadow: none;
1829
+ border: 1px solid hsl(21deg, 100%, 41%);
1830
+ outline: none;
1831
+ }
1832
+ .btn.btn-priority-row[data-focus-visible-added] path {
1833
+ fill: white;
1834
+ }
1835
+ .btn.btn-login-to-book {
1836
+ border: 1px solid hsl(21deg, 100%, 41%);
1837
+ background-color: hsl(21deg, 100%, 41%);
1838
+ color: white;
1839
+ min-width: 8rem;
1840
+ display: inline-flex;
1841
+ align-items: center;
1842
+ gap: 0.5rem;
1843
+ justify-content: center;
1844
+ min-width: initial;
1845
+ }
1846
+ .btn.btn-login-to-book path {
1847
+ fill: currentColor;
1848
+ }
1849
+ @media (hover: hover) {
1850
+ .btn.btn-login-to-book:hover {
1851
+ position: relative;
1852
+ outline: none;
1853
+ z-index: 2;
1854
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(21deg, 100%, 41%);
1855
+ border: 1px solid hsl(21deg, 100%, 41%);
1856
+ background-color: hsl(21deg, 100%, 41%);
1857
+ color: white;
1858
+ }
1859
+ }
1860
+ .btn.btn-login-to-book:active {
1861
+ position: relative;
1862
+ outline: none;
1863
+ z-index: 2;
1864
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(21deg, 100%, 41%);
1865
+ border: 1px solid hsl(21deg, 100%, 41%);
1866
+ background-color: hsl(21deg, 100%, 41%);
1867
+ color: white;
1868
+ }
1869
+ .btn.btn-login-to-book[data-focus-visible-added] {
1870
+ position: relative;
1871
+ outline: none;
1872
+ z-index: 2;
1873
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(21deg, 100%, 41%);
1874
+ border: 1px solid hsl(21deg, 100%, 41%);
1875
+ background-color: hsl(21deg, 100%, 41%);
1876
+ color: white;
1877
+ }
1878
+ .btn.btn-login-to-book.hide {
1879
+ visibility: hidden;
1880
+ }
1881
+ .btn.btn-login-to-book[disabled=disabled] {
1882
+ border: 1px solid hsl(0deg, 0%, 20%);
1883
+ background-color: hsl(0deg, 0%, 20%);
1884
+ color: white;
1885
+ cursor: not-allowed;
1886
+ }
1887
+ .btn.btn-login-to-book[disabled=disabled] path {
1888
+ fill: currentColor;
1889
+ }
1890
+ @media (hover: hover) {
1891
+ .btn.btn-login-to-book[disabled=disabled]:hover {
1892
+ position: relative;
1893
+ outline: none;
1894
+ z-index: 2;
1895
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(0deg, 0%, 20%);
1896
+ border: 1px solid hsl(0deg, 0%, 20%);
1897
+ background-color: hsl(0deg, 0%, 20%);
1898
+ color: white;
1899
+ }
1900
+ }
1901
+ .btn.btn-login-to-book[disabled=disabled]:active {
1902
+ position: relative;
1903
+ outline: none;
1904
+ z-index: 2;
1905
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(0deg, 0%, 20%);
1906
+ border: 1px solid hsl(0deg, 0%, 20%);
1907
+ background-color: hsl(0deg, 0%, 20%);
1908
+ color: white;
1909
+ }
1910
+ .btn.btn-login-to-book[disabled=disabled][data-focus-visible-added] {
1911
+ position: relative;
1912
+ outline: none;
1913
+ z-index: 2;
1914
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(0deg, 0%, 20%);
1915
+ border: 1px solid hsl(0deg, 0%, 20%);
1916
+ background-color: hsl(0deg, 0%, 20%);
1917
+ color: white;
1918
+ }
1919
+ .btn.btn-login-to-book[disabled=disabled].hide {
1920
+ visibility: hidden;
1921
+ }
1922
+ @media only screen and (max-width: 767px) {
1923
+ .btn.btn-login-to-book {
1924
+ margin-top: 1rem;
1925
+ width: 100%;
1926
+ }
1927
+ }
1928
+ .btn.btn-sold-out {
1929
+ border: 1px solid hsl(0deg, 0%, 20%);
1930
+ background-color: hsl(0deg, 0%, 20%);
1931
+ color: white;
1932
+ display: inline-flex;
1933
+ align-items: center;
1934
+ gap: 0.5rem;
1935
+ pointer-events: none;
1936
+ min-width: initial;
1937
+ }
1938
+ .btn.btn-sold-out path {
1939
+ fill: currentColor;
1940
+ }
1941
+ @media (hover: hover) {
1942
+ .btn.btn-sold-out:hover {
1943
+ position: relative;
1944
+ outline: none;
1945
+ z-index: 2;
1946
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(0deg, 0%, 20%);
1947
+ border: 1px solid hsl(0deg, 0%, 20%);
1948
+ background-color: hsl(0deg, 0%, 20%);
1949
+ color: white;
1950
+ }
1951
+ }
1952
+ .btn.btn-sold-out:active {
1953
+ position: relative;
1954
+ outline: none;
1955
+ z-index: 2;
1956
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(0deg, 0%, 20%);
1957
+ border: 1px solid hsl(0deg, 0%, 20%);
1958
+ background-color: hsl(0deg, 0%, 20%);
1959
+ color: white;
1960
+ }
1961
+ .btn.btn-sold-out[data-focus-visible-added] {
1962
+ position: relative;
1963
+ outline: none;
1964
+ z-index: 2;
1965
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(0deg, 0%, 20%);
1966
+ border: 1px solid hsl(0deg, 0%, 20%);
1967
+ background-color: hsl(0deg, 0%, 20%);
1968
+ color: white;
1969
+ }
1970
+ .btn.btn-sold-out.hide {
1971
+ visibility: hidden;
1972
+ }
1973
+ .btn.btn-add-membership-to-basket {
1974
+ border: 1px solid hsl(217deg, 72%, 53%);
1975
+ background-color: hsl(217deg, 72%, 53%);
1976
+ color: white;
1977
+ display: inline-flex;
1978
+ align-items: center;
1979
+ gap: 0.5rem;
1980
+ }
1981
+ .btn.btn-add-membership-to-basket path {
1982
+ fill: currentColor;
1983
+ }
1984
+ @media (hover: hover) {
1985
+ .btn.btn-add-membership-to-basket:hover {
1986
+ position: relative;
1987
+ outline: none;
1988
+ z-index: 2;
1989
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(217deg, 72%, 53%);
1990
+ border: 1px solid hsl(217deg, 72%, 53%);
1991
+ background-color: hsl(217deg, 72%, 53%);
1992
+ color: white;
1993
+ }
1994
+ }
1995
+ .btn.btn-add-membership-to-basket:active {
1996
+ position: relative;
1997
+ outline: none;
1998
+ z-index: 2;
1999
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(217deg, 72%, 53%);
2000
+ border: 1px solid hsl(217deg, 72%, 53%);
2001
+ background-color: hsl(217deg, 72%, 53%);
2002
+ color: white;
2003
+ }
2004
+ .btn.btn-add-membership-to-basket[data-focus-visible-added] {
2005
+ position: relative;
2006
+ outline: none;
2007
+ z-index: 2;
2008
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(217deg, 72%, 53%);
2009
+ border: 1px solid hsl(217deg, 72%, 53%);
2010
+ background-color: hsl(217deg, 72%, 53%);
2011
+ color: white;
2012
+ }
2013
+ .btn.btn-add-membership-to-basket.hide {
2014
+ visibility: hidden;
2015
+ }
2016
+ .btn.btn-remove-membership-from-basket {
2017
+ border: 1px solid hsl(0deg, 45%, 37%);
2018
+ background-color: hsl(0deg, 45%, 37%);
2019
+ color: white;
2020
+ display: inline-flex;
2021
+ align-items: center;
2022
+ gap: 0.5rem;
2023
+ }
2024
+ .btn.btn-remove-membership-from-basket path {
2025
+ fill: currentColor;
2026
+ }
2027
+ @media (hover: hover) {
2028
+ .btn.btn-remove-membership-from-basket:hover {
2029
+ position: relative;
2030
+ outline: none;
2031
+ z-index: 2;
2032
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(0deg, 45%, 37%);
2033
+ border: 1px solid hsl(0deg, 45%, 37%);
2034
+ background-color: hsl(0deg, 45%, 37%);
2035
+ color: white;
2036
+ }
2037
+ }
2038
+ .btn.btn-remove-membership-from-basket:active {
2039
+ position: relative;
2040
+ outline: none;
2041
+ z-index: 2;
2042
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(0deg, 45%, 37%);
2043
+ border: 1px solid hsl(0deg, 45%, 37%);
2044
+ background-color: hsl(0deg, 45%, 37%);
2045
+ color: white;
2046
+ }
2047
+ .btn.btn-remove-membership-from-basket[data-focus-visible-added] {
2048
+ position: relative;
2049
+ outline: none;
2050
+ z-index: 2;
2051
+ box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(0deg, 45%, 37%);
2052
+ border: 1px solid hsl(0deg, 45%, 37%);
2053
+ background-color: hsl(0deg, 45%, 37%);
2054
+ color: white;
2055
+ }
2056
+ .btn.btn-remove-membership-from-basket.hide {
2057
+ visibility: hidden;
2058
+ }
2059
+ .btn.btn-additional-information {
2060
+ background-color: white;
2061
+ border: 1px solid hsl(21deg, 100%, 41%);
2062
+ color: hsl(21deg, 100%, 41%);
2063
+ display: inline-flex;
2064
+ align-items: center;
2065
+ gap: 0.5rem;
2066
+ }
2067
+ .btn.btn-additional-information path {
2068
+ fill: hsl(21deg, 100%, 41%);
2069
+ }
2070
+ @media (hover: hover) {
2071
+ .btn.btn-additional-information:hover {
2072
+ background-color: hsl(21deg, 100%, 41%);
2073
+ color: white;
2074
+ box-shadow: none;
2075
+ border: 1px solid 1px;
2076
+ outline: none;
2077
+ }
2078
+ .btn.btn-additional-information:hover path {
2079
+ fill: white;
2080
+ }
2081
+ }
2082
+ .btn.btn-additional-information:active {
2083
+ background-color: hsl(21deg, 100%, 41%);
2084
+ color: white;
2085
+ box-shadow: none;
2086
+ border: 1px solid 1px;
2087
+ outline: none;
2088
+ }
2089
+ .btn.btn-additional-information:active path {
2090
+ fill: white;
2091
+ }
2092
+ .btn.btn-additional-information[data-focus-visible-added] {
2093
+ background-color: hsl(21deg, 100%, 41%);
2094
+ color: white;
2095
+ box-shadow: none;
2096
+ border: 1px solid 1px;
2097
+ outline: none;
2098
+ }
2099
+ .btn.btn-additional-information[data-focus-visible-added] path {
2100
+ fill: white;
2101
+ }
2102
+ @media (hover: hover) {
2103
+ .btn.btn-additional-information:hover {
2104
+ background-color: hsl(21deg, 100%, 41%);
2105
+ color: white;
2106
+ box-shadow: none;
2107
+ border: 1px solid hsl(21deg, 100%, 41%);
2108
+ outline: none;
2109
+ }
2110
+ .btn.btn-additional-information:hover path {
2111
+ fill: white;
2112
+ }
2113
+ }
2114
+ .btn.btn-additional-information:active {
2115
+ background-color: hsl(21deg, 100%, 41%);
2116
+ color: white;
2117
+ box-shadow: none;
2118
+ border: 1px solid hsl(21deg, 100%, 41%);
2119
+ outline: none;
2120
+ }
2121
+ .btn.btn-additional-information:active path {
2122
+ fill: white;
2123
+ }
2124
+ .btn.btn-additional-information[data-focus-visible-added] {
2125
+ background-color: hsl(21deg, 100%, 41%);
2126
+ color: white;
2127
+ box-shadow: none;
2128
+ border: 1px solid hsl(21deg, 100%, 41%);
2129
+ outline: none;
2130
+ }
2131
+ .btn.btn-additional-information[data-focus-visible-added] path {
2132
+ fill: white;
2133
+ }
2134
+ .btn.expand {
2135
+ display: block;
2136
+ }
2137
+
23
2138
  .br-container--outer {
24
2139
  padding-right: 5%;
25
2140
  padding-left: 5%;
@@ -41,7 +2156,7 @@
41
2156
  padding-bottom: 1.5rem;
42
2157
  padding-top: 1.5rem;
43
2158
  }
44
- @media (min-width: 32.5em) {
2159
+ @media only screen and (min-width: 520px) {
45
2160
  .br-container--inner:not(.footer) {
46
2161
  padding-bottom: 2.5rem;
47
2162
  padding-top: 2.5rem;
@@ -54,7 +2169,7 @@
54
2169
  .br-container--inner.thin {
55
2170
  max-width: 50rem;
56
2171
  }
57
- @media (min-width: 32.5em) {
2172
+ @media only screen and (min-width: 520px) {
58
2173
  .br-container--inner.masthead {
59
2174
  padding-bottom: 3rem;
60
2175
  padding-top: 3rem;
@@ -65,17 +2180,74 @@
65
2180
  }
66
2181
 
67
2182
  body {
68
- line-height: 1.4;
69
- font-family: FuturaLTPro, "Helvetica", "Arial", sans-serif;
2183
+ font-family: Supreme-Light, "Helvetica", "Arial", sans-serif;
2184
+ font-weight: 400;
2185
+ line-height: 1.35;
70
2186
  color: hsl(0deg, 0%, 20%);
2187
+ margin: 0;
2188
+ background-color: hsl(0deg, 0%, 95%);
2189
+ }
2190
+
2191
+ .topbar {
2192
+ justify-content: space-between;
2193
+ border-bottom: 1px solid grey;
2194
+ background-color: white;
2195
+ line-height: 60px;
2196
+ display: flex;
2197
+ }
2198
+
2199
+ .topbar .sections {
2200
+ display: flex;
2201
+ }
2202
+ .topbar .sections h3 {
2203
+ margin-bottom: 0;
2204
+ }
2205
+ .topbar .sections a {
2206
+ padding-right: 1rem;
2207
+ padding-left: 1rem;
2208
+ color: inherit;
2209
+ }
2210
+ @media (hover: hover) {
2211
+ .topbar .sections a:hover {
2212
+ background-color: hsl(0deg, 0%, 95%);
2213
+ }
2214
+ }
2215
+ .topbar .sections a:active {
2216
+ background-color: hsl(0deg, 0%, 95%);
2217
+ }
2218
+ .topbar .sections a[data-focus-visible-added] {
2219
+ background-color: hsl(0deg, 0%, 95%);
2220
+ }
2221
+
2222
+ .page {
2223
+ background-color: #ffffff;
2224
+ padding: 1.25rem;
2225
+ }
2226
+ .page + .page {
2227
+ margin-top: 1.25rem;
2228
+ }
2229
+ .page + .section-header {
2230
+ margin-top: 2.5rem;
2231
+ }
2232
+
2233
+ .section-header {
2234
+ background-color: black;
2235
+ padding: 1.25rem;
2236
+ color: white;
2237
+ }
2238
+ .section-header h3 {
2239
+ margin-bottom: 0;
2240
+ }
2241
+ .section-header + .page {
2242
+ margin-top: 1.25rem;
71
2243
  }
72
2244
 
73
2245
  .list.list-palette {
74
2246
  list-style: none;
75
- margin: 0 0 2rem;
76
2247
  display: flex;
77
2248
  gap: 0.125rem;
78
2249
  padding: 0;
2250
+ margin: 0;
79
2251
  }
80
2252
  .list.list-palette.brand-contemporary-music .item.item-palette {
81
2253
  background-color: hsl(254deg, 44%, 33%);
@@ -414,6 +2586,10 @@ body {
414
2586
  background-color: #f3f9f8;
415
2587
  }
416
2588
 
2589
+ .list.list-palette + .title.title-palette {
2590
+ margin-top: 2rem;
2591
+ }
2592
+
417
2593
  .list.list-palette.grey .item.item-palette.l11 {
418
2594
  background-color: hsl(0deg, 0%, 10%);
419
2595
  }
@@ -455,4 +2631,8 @@ h2 {
455
2631
 
456
2632
  h3 {
457
2633
  margin: 0 0 0.5rem;
2634
+ }
2635
+
2636
+ .br-alert + .br-alert {
2637
+ margin-top: 1.25rem;
458
2638
  }