@sunrise-upc/sales-static-components 3.7.8-beta.0 → 3.7.8-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1343 @@
1
+ /* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/MinimizedHeader/MinimizedHeader.module.scss */
2
+ /* center a block element */
3
+ /* use this to any of the pseudo elements as these are the mandatory properties */
4
+ /* setting styles in separate formats for cross browser support */
5
+ /* specify the max width for an element and apply ellipses and truncate the overflow */
6
+ /* vertically center alilgn any HTML element */
7
+ /* add basePath to assets */
8
+ @media (min-width: 768px) {
9
+ .MinimizedHeader-module__outer___JOzJC {
10
+ background-color: #ffffff;
11
+ border-top: 4px solid #da291c;
12
+ box-shadow: 0px 2px 4px rgba(87, 84, 82, 0.2);
13
+ height: 72px;
14
+ }
15
+ .MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__s20-header__version-number___vI9Rr {
16
+ position: fixed;
17
+ top: 0;
18
+ left: 0;
19
+ padding: 4px 8px;
20
+ font-size: 14px;
21
+ z-index: 10000;
22
+ color: #5f5955;
23
+ background: #ffffff;
24
+ }
25
+ }
26
+ @media (min-width: 768px) and (max-width: 850px) {
27
+ .MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__s20-header__version-number___vI9Rr {
28
+ padding: 0 4px;
29
+ font-size: 8px;
30
+ }
31
+ }
32
+ @media (min-width: 768px) {
33
+ .MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X {
34
+ width: 100%;
35
+ display: inline-block;
36
+ }
37
+ .MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__wrap___rUhGO {
38
+ display: flex;
39
+ float: left;
40
+ align-items: center;
41
+ margin: 10px 0;
42
+ }
43
+ .MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__wrap___rUhGO .MinimizedHeader-module__title___4dK49 {
44
+ padding-left: 10px;
45
+ }
46
+ .MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__after-login___-BGe- {
47
+ float: right;
48
+ display: flex;
49
+ margin: 24px 0 24px 0;
50
+ }
51
+ .MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__after-login___-BGe- .MinimizedHeader-module__profile-icon___LlK8O {
52
+ background-image: url("/ecom-int/HeaderIcons/new_profile_icon1.svg");
53
+ background-repeat: no-repeat;
54
+ background-size: contain;
55
+ display: block;
56
+ height: 24px;
57
+ margin-right: 6px;
58
+ width: 24px;
59
+ }
60
+ .MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__after-login___-BGe- .MinimizedHeader-module__profile-name___Kh-fd {
61
+ color: #da291c;
62
+ font-weight: 700;
63
+ font-size: 18px;
64
+ line-height: 24px;
65
+ }
66
+ }
67
+ @media (max-width: 767px) {
68
+ .MinimizedHeader-module__outer___JOzJC {
69
+ background-color: #ffffff;
70
+ border-top: 4px solid #da291c;
71
+ box-shadow: 0px 2px 4px rgba(87, 84, 82, 0.2);
72
+ height: 48px;
73
+ }
74
+ .MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X {
75
+ width: 100%;
76
+ display: inline-block;
77
+ }
78
+ .MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__wrap___rUhGO {
79
+ display: flex;
80
+ float: left;
81
+ }
82
+ .MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__wrap___rUhGO .MinimizedHeader-module__icon___wYr8J {
83
+ margin-top: 12px;
84
+ }
85
+ .MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__wrap___rUhGO .MinimizedHeader-module__icon___wYr8J > img {
86
+ height: 24px;
87
+ width: 24px;
88
+ float: left;
89
+ }
90
+ .MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__wrap___rUhGO .MinimizedHeader-module__title___4dK49 {
91
+ margin-top: 8px;
92
+ padding-left: 6px;
93
+ }
94
+ .MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__wrap___rUhGO .MinimizedHeader-module__title___4dK49 > img {
95
+ height: 20px;
96
+ }
97
+ .MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__after-login___-BGe- {
98
+ float: right;
99
+ display: flex;
100
+ margin: 12px 0 12px 0;
101
+ }
102
+ .MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__after-login___-BGe- .MinimizedHeader-module__profile-icon___LlK8O {
103
+ background-image: url("/ecom-int/HeaderIcons/new_profile_icon1.svg");
104
+ background-repeat: no-repeat;
105
+ background-size: contain;
106
+ display: block;
107
+ height: 20px;
108
+ margin-right: 6px;
109
+ width: 20px;
110
+ }
111
+ .MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__after-login___-BGe- .MinimizedHeader-module__profile-name___Kh-fd {
112
+ color: #da291c;
113
+ font-weight: 700;
114
+ font-size: 18px;
115
+ line-height: 24px;
116
+ }
117
+ }
118
+ .MinimizedHeader-module__s20-header__version-number___vI9Rr {
119
+ position: fixed;
120
+ top: 0;
121
+ left: 0;
122
+ padding: 4px 8px;
123
+ font-size: 14px;
124
+ z-index: 10000;
125
+ color: #5f5955;
126
+ background: #ffffff;
127
+ }
128
+ @media (max-width: 850px) {
129
+ .MinimizedHeader-module__s20-header__version-number___vI9Rr {
130
+ padding: 0 4px;
131
+ font-size: 8px;
132
+ }
133
+ }
134
+
135
+ /* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/FalconMainNavigation/NavigationMenuItem/NavigationMenuItem.module.scss */
136
+ /* center a block element */
137
+ /* use this to any of the pseudo elements as these are the mandatory properties */
138
+ /* setting styles in separate formats for cross browser support */
139
+ /* specify the max width for an element and apply ellipses and truncate the overflow */
140
+ /* vertically center alilgn any HTML element */
141
+ /* add basePath to assets */
142
+ .NavigationMenuItem-module__nav-link___ZDsjB {
143
+ font-size: 16px;
144
+ line-height: 24px;
145
+ margin-right: 6px;
146
+ }
147
+ .NavigationMenuItem-module__nav-link___ZDsjB .NavigationMenuItem-module__outer___5QxvG {
148
+ padding: 10px 4px;
149
+ display: flex;
150
+ align-items: center;
151
+ gap: 8px;
152
+ }
153
+ .NavigationMenuItem-module__nav-link___ZDsjB .NavigationMenuItem-module__outer___5QxvG img {
154
+ flex-shrink: 0;
155
+ height: 24px;
156
+ width: 24px;
157
+ }
158
+ .NavigationMenuItem-module__nav-link___ZDsjB .NavigationMenuItem-module__menu-icon___9BnYz {
159
+ filter: none;
160
+ }
161
+ .NavigationMenuItem-module__nav-link___ZDsjB.sunrise-bold div {
162
+ color: #3d3935;
163
+ background-color: #f7f6f5;
164
+ border-radius: 8px;
165
+ }
166
+ .NavigationMenuItem-module__nav-link___ZDsjB.sunrise-bold div img {
167
+ padding-left: unset;
168
+ padding-right: 4px;
169
+ transform: rotate(-180deg);
170
+ }
171
+ .NavigationMenuItem-module__nav-link___ZDsjB.NavigationMenuItem-module__inverted___JCI48 {
172
+ color: #ffffff;
173
+ }
174
+ .NavigationMenuItem-module__nav-link___ZDsjB.NavigationMenuItem-module__inverted___JCI48 .NavigationMenuItem-module__menu-icon___9BnYz {
175
+ filter: brightness(0) invert(0.9);
176
+ }
177
+ .NavigationMenuItem-module__nav-link___ZDsjB.NavigationMenuItem-module__inverted___JCI48.sunrise-bold div {
178
+ color: #ffffff;
179
+ background-color: #1f1f1f;
180
+ }
181
+
182
+ .active-item .NavigationMenuItem-module__submenu___cWv9X {
183
+ -webkit-transform: translateY(0);
184
+ -moz-transform: translateY(0);
185
+ -o-transform: translateY(0);
186
+ transform: translateY(0);
187
+ transition-delay: 0.3s;
188
+ visibility: visible;
189
+ border-radius: 0px 0px 8px 8px;
190
+ }
191
+
192
+ .NavigationMenuItem-module__submenu___cWv9X {
193
+ background-color: #ffffff;
194
+ display: block;
195
+ left: 60%;
196
+ margin-left: -58%;
197
+ margin-top: -16px;
198
+ position: absolute;
199
+ top: 85px;
200
+ font-size: 16px;
201
+ line-height: 20px;
202
+ -webkit-transform: translateY(-100%);
203
+ -moz-transform: translateY(-100%);
204
+ -o-transform: translateY(-100%);
205
+ transform: translateY(-100%);
206
+ visibility: hidden;
207
+ }
208
+
209
+ .NavigationMenuItem-module__submenu___cWv9X.NavigationMenuItem-module__inverted___JCI48 {
210
+ background-color: #1f1f1f;
211
+ }
212
+
213
+ .NavigationMenuItem-module__out___rzlPg {
214
+ position: relative;
215
+ }
216
+
217
+ /* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/FalconMainNavigation/MobileNavigation/MobileNavigation.module.scss */
218
+ /* center a block element */
219
+ /* use this to any of the pseudo elements as these are the mandatory properties */
220
+ /* setting styles in separate formats for cross browser support */
221
+ /* specify the max width for an element and apply ellipses and truncate the overflow */
222
+ /* vertically center alilgn any HTML element */
223
+ /* add basePath to assets */
224
+ .MobileNavigation-module__container___apq4z {
225
+ background-color: #ffffff;
226
+ }
227
+ @media (max-width: 1023px) {
228
+ .MobileNavigation-module__container___apq4z {
229
+ background-color: #f8f8f8;
230
+ }
231
+ }
232
+ .MobileNavigation-module__container___apq4z {
233
+ left: 0;
234
+ min-height: calc(100vh - 50px);
235
+ position: absolute;
236
+ -webkit-transform: translateY(-100%);
237
+ -moz-transform: translateY(-100%);
238
+ -o-transform: translateY(-100%);
239
+ transform: translateY(-100%);
240
+ transition: visibility 0.3s ease, -webkit-transform 0.3s ease;
241
+ transition: transform 0.3s ease, visibility 0.3s ease;
242
+ transition: transform 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
243
+ visibility: hidden;
244
+ width: 100%;
245
+ z-index: 10;
246
+ }
247
+ .MobileNavigation-module__container___apq4z .MobileNavigation-module__content___MW3Pm {
248
+ height: calc(100vh - 47px);
249
+ overflow-y: auto;
250
+ padding-top: 16px;
251
+ padding-bottom: 16px;
252
+ }
253
+ .MobileNavigation-module__container___apq4z .MobileNavigation-module__content___MW3Pm .MobileNavigation-module__outer___M5sp- {
254
+ margin-top: 24px;
255
+ }
256
+ .MobileNavigation-module__container___apq4z .MobileNavigation-module__header-top___TGURc {
257
+ margin-top: 20px;
258
+ }
259
+ .MobileNavigation-module__container___apq4z .MobileNavigation-module__header-top___TGURc .MobileNavigation-module__header-links___3DUqQ a {
260
+ background-color: #ffffff;
261
+ font-size: 16px;
262
+ line-height: 24px;
263
+ display: flex;
264
+ height: auto;
265
+ padding: 10px;
266
+ margin-bottom: 4px;
267
+ color: #333333;
268
+ }
269
+ .MobileNavigation-module__container___apq4z .MobileNavigation-module__header-top___TGURc .MobileNavigation-module__header-links___3DUqQ.MobileNavigation-module__new-style___z9paT a {
270
+ border: 1px solid #e8e8e8;
271
+ }
272
+ .MobileNavigation-module__container___apq4z .MobileNavigation-module__header-top___TGURc .MobileNavigation-module__header-links___3DUqQ img {
273
+ margin-left: 12px;
274
+ }
275
+ .MobileNavigation-module__container___apq4z .MobileNavigation-module__profile___XTDNT {
276
+ border-bottom: 2px solid #f8f8f8;
277
+ border-top: 2px solid #f8f8f8;
278
+ }
279
+
280
+ .MobileNavigation-module__container___apq4z.MobileNavigation-module__inverted___MwrvI {
281
+ background-color: #111111;
282
+ }
283
+ @media (max-width: 1023px) {
284
+ .MobileNavigation-module__container___apq4z.MobileNavigation-module__inverted___MwrvI {
285
+ background-color: #111111;
286
+ }
287
+ }
288
+ .MobileNavigation-module__container___apq4z.MobileNavigation-module__inverted___MwrvI .MobileNavigation-module__header-top___TGURc .MobileNavigation-module__header-links___3DUqQ a {
289
+ background-color: #1f1f1f;
290
+ color: #ffffff;
291
+ border: 1px solid #2c2c2c;
292
+ }
293
+ .MobileNavigation-module__container___apq4z.MobileNavigation-module__inverted___MwrvI .MobileNavigation-module__profile___XTDNT {
294
+ border-bottom: 2px solid #2c2c2c;
295
+ border-top: 2px solid #2c2c2c;
296
+ }
297
+
298
+ .mob-nav-expand .MobileNavigation-module__container___apq4z {
299
+ -webkit-transform: translateY(0);
300
+ -moz-transform: translateY(0);
301
+ -o-transform: translateY(0);
302
+ transform: translateY(0);
303
+ visibility: visible;
304
+ }
305
+
306
+ /* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/FalconMainNavigation/FalconMainNavigation.module.scss */
307
+ /* center a block element */
308
+ /* use this to any of the pseudo elements as these are the mandatory properties */
309
+ /* setting styles in separate formats for cross browser support */
310
+ /* specify the max width for an element and apply ellipses and truncate the overflow */
311
+ /* vertically center alilgn any HTML element */
312
+ /* add basePath to assets */
313
+ .FalconMainNavigation-module__container___85E7S {
314
+ -webkit-transition: all 1s ease-out;
315
+ transition: all 1s ease-out;
316
+ font-size: 20px;
317
+ line-height: 23px;
318
+ position: fixed;
319
+ width: 100%;
320
+ z-index: 10;
321
+ top: 0;
322
+ }
323
+ .FalconMainNavigation-module__container___85E7S .FalconMainNavigation-module__new-logo___ZzsM8 {
324
+ position: absolute;
325
+ z-index: 1;
326
+ top: 17px;
327
+ -webkit-transition: all 1s ease-out;
328
+ transition: all 1s ease-out;
329
+ }
330
+ .FalconMainNavigation-module__container___85E7S .FalconMainNavigation-module__new-logo___ZzsM8 > img {
331
+ height: 89px;
332
+ width: 98px;
333
+ margin-left: auto;
334
+ margin-right: auto;
335
+ -webkit-transition: all 1s ease-out;
336
+ transition: all 1s ease-out;
337
+ }
338
+ .FalconMainNavigation-module__container___85E7S .FalconMainNavigation-module__resize___12RpH {
339
+ top: 61px;
340
+ -webkit-transition: all 1s ease-out;
341
+ transition: all 1s ease-out;
342
+ }
343
+ .FalconMainNavigation-module__container___85E7S .FalconMainNavigation-module__resize___12RpH > img {
344
+ height: 56px;
345
+ -webkit-transition: all 1s ease-out;
346
+ transition: all 1s ease-out;
347
+ }
348
+ .FalconMainNavigation-module__container___85E7S ul,
349
+ .FalconMainNavigation-module__container___85E7S li {
350
+ list-style: none;
351
+ margin: 0px;
352
+ padding: 0px;
353
+ }
354
+ .FalconMainNavigation-module__container___85E7S a {
355
+ color: #3d3935;
356
+ text-decoration: none;
357
+ }
358
+ .FalconMainNavigation-module__container___85E7S a::before {
359
+ content: attr(title);
360
+ display: block;
361
+ font-weight: bold;
362
+ height: 0;
363
+ opacity: 1;
364
+ overflow: hidden;
365
+ }
366
+ @media (max-width: 1023px) {
367
+ .FalconMainNavigation-module__container___85E7S .FalconMainNavigation-module__desktop-block___ye48P {
368
+ display: none;
369
+ }
370
+ }
371
+ .FalconMainNavigation-module__container___85E7S .sunrise-bold {
372
+ color: #86807c;
373
+ }
374
+ .FalconMainNavigation-module__container___85E7S .sunrise-box-shadow {
375
+ background: #ffffff;
376
+ box-shadow: 0px 2px 4px rgba(87, 84, 82, 0.2);
377
+ }
378
+ .FalconMainNavigation-module__container___85E7S .full-width {
379
+ width: 100%;
380
+ }
381
+ @media (max-width: 1023px) {
382
+ .FalconMainNavigation-module__container___85E7S .sr-responsive-row {
383
+ max-width: 100%;
384
+ }
385
+ }
386
+ @media (min-width: 1024px) and (max-width: 1439px) {
387
+ .FalconMainNavigation-module__container___85E7S .sr-responsive-row {
388
+ max-width: 1308px;
389
+ padding-left: 42px;
390
+ padding-right: 42px;
391
+ }
392
+ }
393
+ .FalconMainNavigation-module__container___85E7S .FalconMainNavigation-module__content___A420C, .FalconMainNavigation-module__container___85E7S .FalconMainNavigation-module__open-content___OTiQd {
394
+ background-color: #ffffff;
395
+ position: relative;
396
+ z-index: auto;
397
+ }
398
+ @media (max-width: 1023px) {
399
+ .FalconMainNavigation-module__container___85E7S .FalconMainNavigation-module__open-content___OTiQd {
400
+ background-color: #f8f8f8;
401
+ }
402
+ }
403
+ @media (min-width: 1024px) {
404
+ .FalconMainNavigation-module__container___85E7S .FalconMainNavigation-module__open-content___OTiQd {
405
+ box-shadow: 0px 2px 4px rgba(87, 84, 82, 0.2);
406
+ }
407
+ }
408
+ .FalconMainNavigation-module__container___85E7S .FalconMainNavigation-module__nav-bar___F5CYo {
409
+ min-height: 68px;
410
+ }
411
+ @media (max-width: 1023px) {
412
+ .FalconMainNavigation-module__container___85E7S .FalconMainNavigation-module__nav-bar___F5CYo {
413
+ min-height: 44px;
414
+ height: 44px;
415
+ }
416
+ }
417
+ .FalconMainNavigation-module__container___85E7S .FalconMainNavigation-module__sunrise-logo___t1jat {
418
+ background-repeat: no-repeat;
419
+ background-size: contain;
420
+ }
421
+ @media (max-width: 1023px) {
422
+ .FalconMainNavigation-module__container___85E7S .FalconMainNavigation-module__sunrise-logo___t1jat {
423
+ display: block;
424
+ background-size: contain;
425
+ width: 120px;
426
+ height: 24px;
427
+ margin-right: 10px;
428
+ }
429
+ }
430
+ @media (min-width: 1024px) {
431
+ .FalconMainNavigation-module__container___85E7S .FalconMainNavigation-module__visible___NFwXh {
432
+ visibility: visible;
433
+ }
434
+ .FalconMainNavigation-module__container___85E7S .FalconMainNavigation-module__not-visible___0BZWH {
435
+ visibility: hidden;
436
+ }
437
+ }
438
+ @media (min-width: 1024px) {
439
+ .FalconMainNavigation-module__container___85E7S .FalconMainNavigation-module__search-icon-div___LZCOw {
440
+ height: 24px;
441
+ border-right: 1px solid #e6e3df;
442
+ border-left: 1px solid #e6e3df;
443
+ padding: 0 16px;
444
+ margin-top: 10px;
445
+ }
446
+ }
447
+ .FalconMainNavigation-module__container___85E7S .FalconMainNavigation-module__search-icon___cmCaV {
448
+ cursor: pointer;
449
+ display: block;
450
+ height: 24px;
451
+ width: 24px;
452
+ }
453
+ @media (max-width: 1023px) {
454
+ .FalconMainNavigation-module__container___85E7S .FalconMainNavigation-module__search-icon___cmCaV {
455
+ margin-right: 20px;
456
+ margin-left: 16px;
457
+ }
458
+ }
459
+ .FalconMainNavigation-module__container___85E7S .FalconMainNavigation-module__search-icon-disabled___nUb7q {
460
+ opacity: 0.6;
461
+ pointer-events: none;
462
+ cursor: default;
463
+ }
464
+ .FalconMainNavigation-module__container___85E7S .FalconMainNavigation-module__phone-icon___1cmCg {
465
+ background-image: url("/ecom-int/icons/phone.svg");
466
+ background-repeat: no-repeat;
467
+ background-size: contain;
468
+ display: block;
469
+ height: 24px;
470
+ margin: 10px 8px 0 10px;
471
+ width: 24px;
472
+ }
473
+ .FalconMainNavigation-module__container___85E7S .FalconMainNavigation-module__phone-number___s-w4H {
474
+ font-size: 16px;
475
+ line-height: 24px;
476
+ color: #3d3935;
477
+ margin: 10px 16px 0 8px;
478
+ font-weight: 700;
479
+ cursor: pointer;
480
+ }
481
+ .FalconMainNavigation-module__container___85E7S .FalconMainNavigation-module__headset___u-idx {
482
+ background-image: url("/ecom-int/icons/headset_black.svg");
483
+ background-repeat: no-repeat;
484
+ background-size: contain;
485
+ display: block;
486
+ height: 24px;
487
+ margin: 11px 0px 0 0px;
488
+ width: 24px;
489
+ cursor: pointer;
490
+ }
491
+ @media (max-width: 1023px) {
492
+ .FalconMainNavigation-module__container___85E7S .FalconMainNavigation-module__headset___u-idx {
493
+ margin: 0px;
494
+ cursor: pointer;
495
+ }
496
+ }
497
+ .FalconMainNavigation-module__container___85E7S .FalconMainNavigation-module__rewards___27ZIQ {
498
+ margin: 10px 0px 0px;
499
+ cursor: pointer;
500
+ }
501
+ @media (max-width: 1023px) {
502
+ .FalconMainNavigation-module__container___85E7S .FalconMainNavigation-module__rewards___27ZIQ {
503
+ margin: 0px;
504
+ }
505
+ }
506
+ @media (min-width: 1024px) {
507
+ .FalconMainNavigation-module__container___85E7S .FalconMainNavigation-module__desktop-margin1___Lr-US {
508
+ position: relative;
509
+ justify-content: space-between;
510
+ padding: 12px 0;
511
+ }
512
+ .FalconMainNavigation-module__container___85E7S .FalconMainNavigation-module__desktop-margin1___Lr-US nav {
513
+ margin-left: 58px;
514
+ }
515
+ }
516
+ @media (min-width: 1024px) {
517
+ .FalconMainNavigation-module__container___85E7S .FalconMainNavigation-module__desktop-margin___-NxUQ {
518
+ position: relative;
519
+ justify-content: space-between;
520
+ padding: 12px 0;
521
+ }
522
+ .FalconMainNavigation-module__container___85E7S .FalconMainNavigation-module__desktop-margin___-NxUQ nav {
523
+ margin-left: 58px;
524
+ }
525
+ }
526
+ @media (min-width: 1024px) {
527
+ .FalconMainNavigation-module__container___85E7S .FalconMainNavigation-module__desktop-padding___A2XWw {
528
+ padding-bottom: 47px;
529
+ }
530
+ .FalconMainNavigation-module__container___85E7S .FalconMainNavigation-module__desk-auth___MK5cF {
531
+ padding-bottom: 0;
532
+ }
533
+ }
534
+ @media (min-width: 1440px) {
535
+ .FalconMainNavigation-module__container___85E7S .FalconMainNavigation-module__desktop-padding___A2XWw {
536
+ padding-bottom: 0;
537
+ }
538
+ .FalconMainNavigation-module__container___85E7S .FalconMainNavigation-module__desk-auth___MK5cF {
539
+ padding-bottom: 0;
540
+ }
541
+ }
542
+
543
+ @media (min-width: 1024px) {
544
+ .FalconMainNavigation-module__falcon-nav___YMp-r {
545
+ top: -52px;
546
+ }
547
+ }
548
+
549
+ .FalconMainNavigation-module__black-friday___L1K5J .sunrise-box-shadow {
550
+ background: #1f1f1f;
551
+ box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35);
552
+ }
553
+ .FalconMainNavigation-module__black-friday___L1K5J .FalconMainNavigation-module__content___A420C,
554
+ .FalconMainNavigation-module__black-friday___L1K5J .FalconMainNavigation-module__open-content___OTiQd {
555
+ background-color: #1f1f1f;
556
+ }
557
+ .FalconMainNavigation-module__black-friday___L1K5J .FalconMainNavigation-module__search-icon-div___LZCOw {
558
+ border-right-color: #86807c;
559
+ border-left-color: #86807c;
560
+ }
561
+ .FalconMainNavigation-module__black-friday___L1K5J .FalconMainNavigation-module__phone-number___s-w4H {
562
+ color: #ffffff;
563
+ }
564
+
565
+ .FalconMainNavigation-module__s20-header__version-number___sPVVP {
566
+ position: fixed;
567
+ top: 0;
568
+ left: 0;
569
+ padding: 4px 8px;
570
+ font-size: 14px;
571
+ z-index: 10000;
572
+ color: #5f5955;
573
+ background: #ffffff;
574
+ }
575
+ @media (max-width: 850px) {
576
+ .FalconMainNavigation-module__s20-header__version-number___sPVVP {
577
+ padding: 0 4px;
578
+ font-size: 8px;
579
+ }
580
+ }
581
+
582
+ /* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/FalconMainNavigation/ProfileLinkOut/ProfileLinkOut.module.scss */
583
+ /* center a block element */
584
+ /* use this to any of the pseudo elements as these are the mandatory properties */
585
+ /* setting styles in separate formats for cross browser support */
586
+ /* specify the max width for an element and apply ellipses and truncate the overflow */
587
+ /* vertically center alilgn any HTML element */
588
+ /* add basePath to assets */
589
+ .ProfileLinkOut-module__section-clicked___iOTsY .ProfileLinkOut-module__profile-arrow-down-icon___Ug9Rs {
590
+ transform: rotate(-180deg);
591
+ }
592
+
593
+ .ProfileLinkOut-module__personalized___VgbDx {
594
+ margin-left: 8px;
595
+ }
596
+
597
+ .ProfileLinkOut-module__section___kiIP8, .ProfileLinkOut-module__non-section___G1jJY {
598
+ padding: 10px 8px;
599
+ }
600
+ .ProfileLinkOut-module__section___kiIP8 .ProfileLinkOut-module__profile-icon___zBkhI, .ProfileLinkOut-module__non-section___G1jJY .ProfileLinkOut-module__profile-icon___zBkhI {
601
+ background-repeat: no-repeat;
602
+ background-size: contain;
603
+ display: block;
604
+ height: 24px;
605
+ margin-right: 4px;
606
+ width: 24px;
607
+ }
608
+ @media (max-width: 1023px) {
609
+ .ProfileLinkOut-module__section___kiIP8 .ProfileLinkOut-module__profile-arrow-icon___qRTRn, .ProfileLinkOut-module__non-section___G1jJY .ProfileLinkOut-module__profile-arrow-icon___qRTRn {
610
+ background-repeat: no-repeat;
611
+ background-size: contain;
612
+ display: block;
613
+ margin-left: auto;
614
+ height: 24px;
615
+ width: 24px;
616
+ }
617
+ }
618
+ @media (max-width: 1023px) {
619
+ .ProfileLinkOut-module__section___kiIP8 .ProfileLinkOut-module__profile-arrow-down-icon___Ug9Rs, .ProfileLinkOut-module__non-section___G1jJY .ProfileLinkOut-module__profile-arrow-down-icon___Ug9Rs {
620
+ background-repeat: no-repeat;
621
+ background-size: contain;
622
+ display: block;
623
+ margin-left: auto;
624
+ height: 8px;
625
+ width: 14px;
626
+ }
627
+ }
628
+ .ProfileLinkOut-module__section___kiIP8 .ProfileLinkOut-module__profile-name___HZpSJ, .ProfileLinkOut-module__non-section___G1jJY .ProfileLinkOut-module__profile-name___HZpSJ {
629
+ color: #da291c;
630
+ font-weight: 700;
631
+ font-size: 16px;
632
+ line-height: 24px;
633
+ }
634
+ @media (max-width: 1023px) {
635
+ .ProfileLinkOut-module__section___kiIP8, .ProfileLinkOut-module__non-section___G1jJY {
636
+ background-color: #ffffff;
637
+ padding: 10px;
638
+ }
639
+ }
640
+
641
+ .ProfileLinkOut-module__highlight___XDufd {
642
+ border-radius: 8px;
643
+ background-color: #f7f6f5;
644
+ }
645
+
646
+ .ProfileLinkOut-module__non-section___G1jJY {
647
+ padding-left: 16px;
648
+ height: fit-content;
649
+ }
650
+ @media (min-width: 1024px) and (max-width: 1439px) {
651
+ .ProfileLinkOut-module__non-section___G1jJY {
652
+ padding-left: 12px;
653
+ }
654
+ }
655
+ .ProfileLinkOut-module__non-section___G1jJY {
656
+ background-color: unset !important;
657
+ }
658
+ @media (max-width: 1023px) {
659
+ .ProfileLinkOut-module__non-section___G1jJY {
660
+ background-color: #ffffff !important;
661
+ }
662
+ }
663
+
664
+ @media (max-width: 1023px) {
665
+ .ProfileLinkOut-module__non-section___G1jJY.ProfileLinkOut-module__black-friday___2i7mp {
666
+ background-color: #1f1f1f !important;
667
+ }
668
+ }
669
+
670
+ .ProfileLinkOut-module__arrow___Mc7yw {
671
+ display: none;
672
+ }
673
+ @media (max-width: 1023px) {
674
+ .ProfileLinkOut-module__arrow___Mc7yw {
675
+ position: absolute;
676
+ right: 10px;
677
+ display: inline-block;
678
+ }
679
+ }
680
+
681
+ @media (min-width: 1024px) {
682
+ .ProfileLinkOut-module__log___JdxjK {
683
+ display: none;
684
+ }
685
+ }
686
+ @media (min-width: 1024px) {
687
+ .ProfileLinkOut-module__login-flyover___YDIVp {
688
+ position: absolute;
689
+ transform: matrix(1, 0, 0, 1, -96.6667, 0) translateY(12px) translateX(-60px);
690
+ min-width: max-content;
691
+ display: block;
692
+ padding: 24px 32px;
693
+ font-size: 16px;
694
+ border: 0;
695
+ color: #e6003c;
696
+ font-weight: 700;
697
+ box-shadow: 0 2px 4px rgba(87, 84, 82, 0.2);
698
+ background-color: #ffffff;
699
+ border-radius: 4px;
700
+ }
701
+ .ProfileLinkOut-module__login-flyover___YDIVp .ProfileLinkOut-module__salutation___u-T7S {
702
+ padding-bottom: 16px;
703
+ letter-spacing: 1px;
704
+ text-transform: uppercase;
705
+ color: #86807c;
706
+ font-weight: 500;
707
+ font-size: 14px;
708
+ line-height: 20px;
709
+ border-bottom: 1px solid #e6e3df;
710
+ }
711
+ .ProfileLinkOut-module__login-flyover___YDIVp .ProfileLinkOut-module__mysunrise___F326W {
712
+ padding: 28px 0;
713
+ }
714
+ .ProfileLinkOut-module__login-flyover___YDIVp .ProfileLinkOut-module__mysunrise___F326W :hover {
715
+ text-decoration: underline;
716
+ }
717
+ .ProfileLinkOut-module__login-flyover___YDIVp .ProfileLinkOut-module__mysunrise___F326W a {
718
+ font-size: 18px;
719
+ line-height: 24px;
720
+ color: #da291c;
721
+ }
722
+ .ProfileLinkOut-module__login-flyover___YDIVp .ProfileLinkOut-module__logout___GfbcJ {
723
+ color: #3d3935;
724
+ font-weight: 400;
725
+ font-size: 18px;
726
+ line-height: 24px;
727
+ }
728
+ .ProfileLinkOut-module__login-flyover___YDIVp .ProfileLinkOut-module__logout___GfbcJ .ProfileLinkOut-module__logout1___jBQl3 {
729
+ padding-left: 10px;
730
+ }
731
+ .ProfileLinkOut-module__login-flyover___YDIVp .ProfileLinkOut-module__logout___GfbcJ a:hover {
732
+ text-decoration: underline;
733
+ }
734
+ }
735
+ @media (max-width: 1023px) {
736
+ .ProfileLinkOut-module__login-flyover___YDIVp {
737
+ color: #86807c;
738
+ font-weight: 500;
739
+ font-size: 14px;
740
+ line-height: 20px;
741
+ padding-left: 16px;
742
+ }
743
+ .ProfileLinkOut-module__login-flyover___YDIVp .ProfileLinkOut-module__salutation___u-T7S {
744
+ padding: 20px 0 8px 10px;
745
+ letter-spacing: 1px;
746
+ text-transform: uppercase;
747
+ }
748
+ .ProfileLinkOut-module__mysunrise___F326W {
749
+ color: #da291c;
750
+ font-weight: 700;
751
+ font-size: 18px;
752
+ line-height: 24px;
753
+ background-color: #ffffff;
754
+ padding: 10px;
755
+ margin-bottom: 4px;
756
+ }
757
+ .ProfileLinkOut-module__mysunrise___F326W a:hover {
758
+ font-weight: unset;
759
+ }
760
+ .ProfileLinkOut-module__logout___GfbcJ {
761
+ color: #3d3935;
762
+ font-weight: 400;
763
+ background-color: #ffffff;
764
+ padding: 10px;
765
+ font-size: 18px;
766
+ line-height: 24px;
767
+ position: relative;
768
+ }
769
+ .ProfileLinkOut-module__logout___GfbcJ img {
770
+ position: absolute;
771
+ padding-left: 10px;
772
+ }
773
+ }
774
+
775
+ /* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/FalconMainNavigation/FalconHeader/FalconHeader.module.scss */
776
+ /* center a block element */
777
+ /* use this to any of the pseudo elements as these are the mandatory properties */
778
+ /* setting styles in separate formats for cross browser support */
779
+ /* specify the max width for an element and apply ellipses and truncate the overflow */
780
+ /* vertically center alilgn any HTML element */
781
+ /* add basePath to assets */
782
+ .FalconHeader-module__outer___cpG-W {
783
+ padding: 14px 0 18px;
784
+ }
785
+
786
+ .FalconHeader-module__container___r3bIZ {
787
+ -webkit-transition: all 1s ease-out;
788
+ transition: all 1s ease-out;
789
+ background-color: #f7f6f5;
790
+ font-size: 14px;
791
+ line-height: 18px;
792
+ font-weight: 700;
793
+ max-height: 60px;
794
+ min-height: 3px;
795
+ opacity: 1;
796
+ width: 100%;
797
+ padding-top: 4px;
798
+ }
799
+ .FalconHeader-module__container___r3bIZ.FalconHeader-module__scroll-break___XIx2- {
800
+ opacity: 1;
801
+ background-color: #da291c;
802
+ -webkit-transition: all 1s ease-out;
803
+ transition: all 1s ease-out;
804
+ }
805
+ @media (max-width: 1023px) {
806
+ .FalconHeader-module__container___r3bIZ {
807
+ background-color: #da291c;
808
+ min-height: 4px;
809
+ }
810
+ }
811
+ .FalconHeader-module__container___r3bIZ :not(:first-child) {
812
+ margin-left: 20px;
813
+ }
814
+ .FalconHeader-module__container___r3bIZ .FalconHeader-module__menu-top___OLbuL {
815
+ margin-left: 100px;
816
+ }
817
+ .FalconHeader-module__container___r3bIZ .FalconHeader-module__menu1___VHXos {
818
+ float: left;
819
+ color: #3d3935;
820
+ font-weight: 400;
821
+ font-size: 14px;
822
+ line-height: 20px;
823
+ display: block;
824
+ height: 30px;
825
+ text-decoration: none;
826
+ }
827
+ .FalconHeader-module__container___r3bIZ .FalconHeader-module__menu1___VHXos:hover {
828
+ text-decoration: none;
829
+ }
830
+ .FalconHeader-module__container___r3bIZ .FalconHeader-module__menu___BInxX {
831
+ float: right;
832
+ }
833
+ .FalconHeader-module__container___r3bIZ .FalconHeader-module__menu___BInxX a {
834
+ color: #3d3935;
835
+ font-weight: 400;
836
+ font-size: 14px;
837
+ line-height: 20px;
838
+ display: block;
839
+ margin-bottom: 4px;
840
+ text-decoration: none;
841
+ }
842
+ .FalconHeader-module__container___r3bIZ .FalconHeader-module__menu___BInxX a:hover {
843
+ text-decoration: none;
844
+ }
845
+
846
+ .FalconHeader-module__container___r3bIZ.FalconHeader-module__black-friday___ChUdJ {
847
+ background-color: #111111;
848
+ }
849
+ .FalconHeader-module__container___r3bIZ.FalconHeader-module__black-friday___ChUdJ .FalconHeader-module__menu1___VHXos,
850
+ .FalconHeader-module__container___r3bIZ.FalconHeader-module__black-friday___ChUdJ .FalconHeader-module__menu___BInxX a {
851
+ color: #ffffff;
852
+ }
853
+
854
+ /* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/FalconMainNavigation/InteractiveHamburger/InteractiveHamburger.module.scss */
855
+ /* center a block element */
856
+ /* use this to any of the pseudo elements as these are the mandatory properties */
857
+ /* setting styles in separate formats for cross browser support */
858
+ /* specify the max width for an element and apply ellipses and truncate the overflow */
859
+ /* vertically center alilgn any HTML element */
860
+ /* add basePath to assets */
861
+ .InteractiveHamburger-module__container___UPh6b .InteractiveHamburger-module__hamburger___fUISu {
862
+ -webkit-align-items: center;
863
+ -moz-align-items: center;
864
+ -o-align-items: center;
865
+ align-items: center;
866
+ cursor: pointer;
867
+ display: flex;
868
+ flex-direction: column;
869
+ height: 18px;
870
+ justify-content: space-between;
871
+ width: 26px;
872
+ }
873
+ .InteractiveHamburger-module__container___UPh6b .InteractiveHamburger-module__hamburger___fUISu .InteractiveHamburger-module__hamburger-line___xZnuw {
874
+ background-color: #575452;
875
+ border-radius: 4px;
876
+ height: 2px;
877
+ opacity: 1;
878
+ position: relative;
879
+ -webkit-transform: scale(1);
880
+ -moz-transform: scale(1);
881
+ -o-transform: scale(1);
882
+ transform: scale(1);
883
+ transition: transform 0.3s ease-in-out, width 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
884
+ width: 26px;
885
+ }
886
+ .InteractiveHamburger-module__container___UPh6b.InteractiveHamburger-module__active___0fZ1l .InteractiveHamburger-module__hamburger___fUISu {
887
+ justify-content: center;
888
+ background-repeat: no-repeat;
889
+ background-size: contain;
890
+ cursor: pointer;
891
+ display: block;
892
+ height: 24px;
893
+ width: 24px;
894
+ }
895
+
896
+ /* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/FalconMainNavigation/SubNavigation/SubNavigation.module.scss */
897
+ /* center a block element */
898
+ /* use this to any of the pseudo elements as these are the mandatory properties */
899
+ /* setting styles in separate formats for cross browser support */
900
+ /* specify the max width for an element and apply ellipses and truncate the overflow */
901
+ /* vertically center alilgn any HTML element */
902
+ /* add basePath to assets */
903
+ .SubNavigation-module__container___Wb5XN {
904
+ background-color: #ffffff;
905
+ color: #575452;
906
+ border-radius: 0px 0px 8px 8px;
907
+ margin: 0 auto;
908
+ max-width: 1308px;
909
+ min-height: 47px;
910
+ -webkit-align-items: center;
911
+ -moz-align-items: center;
912
+ -o-align-items: center;
913
+ align-items: center;
914
+ }
915
+ .SubNavigation-module__container___Wb5XN .SubNavigation-module__item___c32EK {
916
+ font-size: 14px;
917
+ line-height: 20px;
918
+ font-weight: 700;
919
+ }
920
+ .SubNavigation-module__container___Wb5XN .SubNavigation-module__item___c32EK a {
921
+ margin-left: 0 !important;
922
+ margin-top: 0 !important;
923
+ font-size: 18px;
924
+ line-height: 24px;
925
+ font-weight: 400;
926
+ display: block !important;
927
+ }
928
+ .SubNavigation-module__container___Wb5XN .SubNavigation-module__item___c32EK:not(:last-child) {
929
+ padding-bottom: 28px;
930
+ }
931
+ .SubNavigation-module__container___Wb5XN .SubNavigation-module__columns___q7D8X {
932
+ display: flex;
933
+ grid-column: 2;
934
+ grid-template-columns: repeat(auto-fit, 20%);
935
+ padding: 24px 32px;
936
+ }
937
+ .SubNavigation-module__container___Wb5XN .SubNavigation-module__columns___q7D8X > div {
938
+ border-left: 1px solid #e6e3df;
939
+ padding-left: 24px;
940
+ padding-right: 24px;
941
+ max-width: 248px;
942
+ }
943
+ .SubNavigation-module__container___Wb5XN .SubNavigation-module__columns___q7D8X > div:first-child {
944
+ padding-left: 0;
945
+ border: none;
946
+ }
947
+ .SubNavigation-module__container___Wb5XN .SubNavigation-module__promo-icon___fW190 {
948
+ margin-left: 4px;
949
+ vertical-align: middle;
950
+ height: 24px;
951
+ width: 24px;
952
+ }
953
+ .SubNavigation-module__container___Wb5XN .SubNavigation-module__promo-text-tail___L5-D5 {
954
+ white-space: nowrap;
955
+ display: inline-flex;
956
+ align-items: center;
957
+ }
958
+
959
+ .SubNavigation-module__container___Wb5XN.SubNavigation-module__inverted___3w-wB {
960
+ background-color: #1f1f1f;
961
+ color: #ffffff;
962
+ }
963
+ .SubNavigation-module__container___Wb5XN.SubNavigation-module__inverted___3w-wB .SubNavigation-module__item___c32EK {
964
+ color: #ffffff;
965
+ }
966
+ .SubNavigation-module__container___Wb5XN.SubNavigation-module__inverted___3w-wB .SubNavigation-module__item___c32EK a {
967
+ color: #ffffff;
968
+ }
969
+ .SubNavigation-module__container___Wb5XN.SubNavigation-module__inverted___3w-wB .SubNavigation-module__columns___q7D8X > div {
970
+ border-left: 1px solid #86807c;
971
+ }
972
+ .SubNavigation-module__container___Wb5XN.SubNavigation-module__inverted___3w-wB .SubNavigation-module__columns___q7D8X > div:first-child {
973
+ border: none;
974
+ }
975
+
976
+ /* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/FalconMainNavigation/MobileNavigation/MobileMenuItem/MobileMenuItem.module.scss */
977
+ /* center a block element */
978
+ /* use this to any of the pseudo elements as these are the mandatory properties */
979
+ /* setting styles in separate formats for cross browser support */
980
+ /* specify the max width for an element and apply ellipses and truncate the overflow */
981
+ /* vertically center alilgn any HTML element */
982
+ /* add basePath to assets */
983
+ .MobileMenuItem-module__container___7iZGF .MobileMenuItem-module__open-item___F6T3z:hover {
984
+ font-weight: unset;
985
+ }
986
+ .MobileMenuItem-module__container___7iZGF .MobileMenuItem-module__nav-link___56LxY {
987
+ position: relative;
988
+ color: #333333;
989
+ display: -webkit-box;
990
+ font-size: 16px;
991
+ line-height: 24px;
992
+ display: flex;
993
+ height: auto;
994
+ text-decoration: none;
995
+ padding: 10px 10px 10px 10px;
996
+ margin-bottom: 4px;
997
+ background-color: #ffffff;
998
+ }
999
+ .MobileMenuItem-module__container___7iZGF .MobileMenuItem-module__nav-link___56LxY.MobileMenuItem-module__new-style___tBLR0 {
1000
+ border: 1px solid #e8e8e8;
1001
+ }
1002
+ .MobileMenuItem-module__container___7iZGF .MobileMenuItem-module__nav-link___56LxY > img {
1003
+ position: absolute;
1004
+ left: 10px;
1005
+ }
1006
+ .MobileMenuItem-module__container___7iZGF .MobileMenuItem-module__nav-link___56LxY .MobileMenuItem-module__icon___mC-gC {
1007
+ position: absolute;
1008
+ right: 10px;
1009
+ }
1010
+ .MobileMenuItem-module__container___7iZGF .MobileMenuItem-module__nav-link___56LxY .MobileMenuItem-module__icon___mC-gC img {
1011
+ transition: transform 0.2s ease;
1012
+ }
1013
+ .MobileMenuItem-module__container___7iZGF .MobileMenuItem-module__nav-link___56LxY .MobileMenuItem-module__promo-icon___TLFaw {
1014
+ display: block;
1015
+ flex-shrink: 0;
1016
+ height: 24px;
1017
+ width: 24px;
1018
+ margin-right: 8px;
1019
+ }
1020
+
1021
+ .MobileMenuItem-module__container___7iZGF.active-link .MobileMenuItem-module__nav-link___56LxY .MobileMenuItem-module__icon___mC-gC img {
1022
+ transform: rotate(-180deg);
1023
+ }
1024
+
1025
+ .MobileMenuItem-module__container___7iZGF.MobileMenuItem-module__inverted___kaJ2O .MobileMenuItem-module__nav-link___56LxY {
1026
+ background-color: #1f1f1f;
1027
+ color: #ffffff;
1028
+ border: 1px solid #2c2c2c;
1029
+ }
1030
+ .MobileMenuItem-module__container___7iZGF.MobileMenuItem-module__inverted___kaJ2O .MobileMenuItem-module__icon___mC-gC img {
1031
+ filter: brightness(0) invert(0.9);
1032
+ }
1033
+
1034
+ /* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/FalconMainNavigation/FalconHeader/BusinessCustomerLinkOut/BusinessCustomerLinkOut.module.scss */
1035
+ /* center a block element */
1036
+ /* use this to any of the pseudo elements as these are the mandatory properties */
1037
+ /* setting styles in separate formats for cross browser support */
1038
+ /* specify the max width for an element and apply ellipses and truncate the overflow */
1039
+ /* vertically center alilgn any HTML element */
1040
+ /* add basePath to assets */
1041
+ .BusinessCustomerLinkOut-module__outer-icon___lsbX9 {
1042
+ margin-left: 0 !important;
1043
+ }
1044
+
1045
+ .BusinessCustomerLinkOut-module__icon___lYHUm {
1046
+ padding: 14px 8px 18px 8px;
1047
+ cursor: pointer;
1048
+ }
1049
+ .BusinessCustomerLinkOut-module__icon___lYHUm img {
1050
+ margin-left: 0px !important;
1051
+ padding-left: 8px;
1052
+ }
1053
+
1054
+ .BusinessCustomerLinkOut-module__icon1___VBeT5 {
1055
+ color: #da291c;
1056
+ background-color: #ffffff;
1057
+ padding: 14px 8px 18px 8px;
1058
+ border-radius: 4px 4px 0 0;
1059
+ }
1060
+ .BusinessCustomerLinkOut-module__icon1___VBeT5 img {
1061
+ color: #da291c;
1062
+ margin-left: 0px !important;
1063
+ padding-left: unset;
1064
+ padding-right: 8px;
1065
+ transform: rotate(-180deg);
1066
+ }
1067
+
1068
+ .BusinessCustomerLinkOut-module__icon2___gPMoZ a, .BusinessCustomerLinkOut-module__icon2-scroll___lSNWm a {
1069
+ color: #da291c !important;
1070
+ }
1071
+ .BusinessCustomerLinkOut-module__icon2___gPMoZ, .BusinessCustomerLinkOut-module__icon2-scroll___lSNWm {
1072
+ border-radius: 4px 4px 0 0;
1073
+ background-color: #ffffff;
1074
+ padding: 14px 8px 18px 8px;
1075
+ }
1076
+
1077
+ .BusinessCustomerLinkOut-module__dropdown-one-item___MVk1f a {
1078
+ color: unset !important;
1079
+ }
1080
+ .BusinessCustomerLinkOut-module__dropdown-one-item___MVk1f {
1081
+ background-color: unset;
1082
+ }
1083
+
1084
+ .BusinessCustomerLinkOut-module__icon2-scroll___lSNWm {
1085
+ background-color: transparent;
1086
+ }
1087
+
1088
+ .BusinessCustomerLinkOut-module__login-flyover___9GsNf {
1089
+ margin-left: 0px !important;
1090
+ position: absolute;
1091
+ min-width: 214px;
1092
+ display: block;
1093
+ padding: 36px 32px 36px 32px;
1094
+ font-size: 18px;
1095
+ line-height: 24px;
1096
+ border: 0;
1097
+ box-shadow: 0 2px 4px rgba(87, 84, 82, 0.2);
1098
+ background-color: #ffffff;
1099
+ border-radius: 0 0 8px 8px;
1100
+ z-index: 1;
1101
+ }
1102
+ .BusinessCustomerLinkOut-module__login-flyover___9GsNf :not(:first-child) {
1103
+ margin-left: 0 !important;
1104
+ padding-top: 18px;
1105
+ }
1106
+ .BusinessCustomerLinkOut-module__login-flyover___9GsNf :last-child {
1107
+ padding-top: 28px;
1108
+ }
1109
+ .BusinessCustomerLinkOut-module__login-flyover___9GsNf div:nth-child(1) {
1110
+ border-bottom: 1px solid #e6e3df;
1111
+ padding-bottom: 18px;
1112
+ }
1113
+
1114
+ .BusinessCustomerLinkOut-module__black-friday___AwfEN .BusinessCustomerLinkOut-module__icon2___gPMoZ, .BusinessCustomerLinkOut-module__black-friday___AwfEN .BusinessCustomerLinkOut-module__icon2-scroll___lSNWm {
1115
+ background-color: #111111;
1116
+ }
1117
+ .BusinessCustomerLinkOut-module__black-friday___AwfEN .BusinessCustomerLinkOut-module__highlighted___Y5Afb {
1118
+ background-color: #1f1f1f;
1119
+ }
1120
+
1121
+ /* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/FalconMainNavigation/FalconHeader/LocaleSelector/LocaleSelector.module.scss */
1122
+ /* center a block element */
1123
+ /* use this to any of the pseudo elements as these are the mandatory properties */
1124
+ /* setting styles in separate formats for cross browser support */
1125
+ /* specify the max width for an element and apply ellipses and truncate the overflow */
1126
+ /* vertically center alilgn any HTML element */
1127
+ /* add basePath to assets */
1128
+ .LocaleSelector-module__button___0LEXR {
1129
+ position: relative;
1130
+ }
1131
+ .LocaleSelector-module__button___0LEXR button {
1132
+ background-color: transparent;
1133
+ color: #3d3935;
1134
+ border: 0;
1135
+ border-radius: 4px;
1136
+ padding-bottom: 5px;
1137
+ cursor: pointer;
1138
+ height: 42px;
1139
+ font-size: 14px;
1140
+ line-height: 20px;
1141
+ width: 100%;
1142
+ }
1143
+ .LocaleSelector-module__button___0LEXR .LocaleSelector-module__chevron___o3l3R {
1144
+ background-position: center center;
1145
+ background-repeat: no-repeat;
1146
+ height: 8px;
1147
+ margin-left: 10px;
1148
+ margin-top: 2px;
1149
+ transition: transform 0.2s ease, -webkit-transform 0.2s ease;
1150
+ width: 14px;
1151
+ }
1152
+ .LocaleSelector-module__button___0LEXR .LocaleSelector-module__chevron___o3l3R.active {
1153
+ -webkit-transform: rotate(-180deg);
1154
+ -moz-transform: rotate(-180deg);
1155
+ -o-transform: rotate(-180deg);
1156
+ transform: rotate(-180deg);
1157
+ }
1158
+ .LocaleSelector-module__button___0LEXR .LocaleSelector-module__pop-up___HV8Ta {
1159
+ padding: 24px 32px;
1160
+ background-color: #ffffff;
1161
+ transform: matrix(1, 0, 0, 1, -96.6667, 0) translateY(0px) translateX(-57px) !important;
1162
+ }
1163
+ @media (max-width: 1023px) {
1164
+ .LocaleSelector-module__button___0LEXR .LocaleSelector-module__pop-up___HV8Ta {
1165
+ transform: matrix(1, 0, 0, 1, -96.6667, 0) translateY(0px) translateX(7px) !important;
1166
+ }
1167
+ }
1168
+ .LocaleSelector-module__button___0LEXR .LocaleSelector-module__pop-up___HV8Ta {
1169
+ box-shadow: 0px 20px 30px -8px rgba(87, 84, 82, 0.4);
1170
+ border-radius: 0px 0px 8px 8px;
1171
+ margin-bottom: 4px;
1172
+ white-space: nowrap;
1173
+ position: absolute;
1174
+ z-index: 100;
1175
+ -webkit-transform: translateX(-50%);
1176
+ -moz-transform: translateX(-50%);
1177
+ -o-transform: translateX(-50%);
1178
+ transform: translateX(-50%);
1179
+ }
1180
+ .LocaleSelector-module__button___0LEXR .LocaleSelector-module__pop-up___HV8Ta .LocaleSelector-module__list-item___JVlRE:not(:first-child) {
1181
+ margin-left: 0 !important;
1182
+ }
1183
+ .LocaleSelector-module__button___0LEXR .LocaleSelector-module__pop-up___HV8Ta .LocaleSelector-module__list-item___JVlRE.active {
1184
+ font-weight: bold;
1185
+ }
1186
+ .LocaleSelector-module__button___0LEXR .LocaleSelector-module__pop-up___HV8Ta .LocaleSelector-module__list-item___JVlRE.active a {
1187
+ color: #da291c;
1188
+ }
1189
+ .LocaleSelector-module__button___0LEXR .LocaleSelector-module__pop-up___HV8Ta .LocaleSelector-module__list-item___JVlRE.active a::before {
1190
+ content: none !important;
1191
+ display: none !important;
1192
+ }
1193
+ .LocaleSelector-module__button___0LEXR .LocaleSelector-module__pop-up___HV8Ta .LocaleSelector-module__list-item___JVlRE.active a:before {
1194
+ display: none !important;
1195
+ }
1196
+
1197
+ .LocaleSelector-module__button___0LEXR.LocaleSelector-module__black-friday___j6YP0 button {
1198
+ color: #ffffff;
1199
+ }
1200
+ @media (max-width: 1023px) {
1201
+ .LocaleSelector-module__button___0LEXR.LocaleSelector-module__black-friday___j6YP0 button {
1202
+ background-color: #1f1f1f;
1203
+ }
1204
+ }
1205
+ .LocaleSelector-module__button___0LEXR.LocaleSelector-module__black-friday___j6YP0 .LocaleSelector-module__chevron___o3l3R {
1206
+ filter: brightness(0) invert(0.9);
1207
+ }
1208
+ .LocaleSelector-module__button___0LEXR.LocaleSelector-module__black-friday___j6YP0 .LocaleSelector-module__pop-up___HV8Ta {
1209
+ background-color: #1f1f1f;
1210
+ box-shadow: 0px 20px 30px -8px rgba(0, 0, 0, 0.5);
1211
+ }
1212
+ .LocaleSelector-module__button___0LEXR.LocaleSelector-module__black-friday___j6YP0 .LocaleSelector-module__pop-up___HV8Ta .LocaleSelector-module__list-item___JVlRE a {
1213
+ color: #ffffff;
1214
+ }
1215
+ .LocaleSelector-module__button___0LEXR.LocaleSelector-module__black-friday___j6YP0 .LocaleSelector-module__pop-up___HV8Ta .LocaleSelector-module__list-item___JVlRE.active a {
1216
+ color: #da291c;
1217
+ }
1218
+
1219
+ .LocaleSelector-module__list-item___JVlRE a {
1220
+ font-size: 16px !important;
1221
+ line-height: 24px !important;
1222
+ display: flex;
1223
+ padding: 0 !important;
1224
+ }
1225
+ .LocaleSelector-module__list-item___JVlRE a span {
1226
+ margin: 10px 0 !important;
1227
+ }
1228
+ .LocaleSelector-module__list-item___JVlRE a::before {
1229
+ content: none;
1230
+ display: none !important;
1231
+ }
1232
+
1233
+ @media (max-width: 1023px) {
1234
+ .LocaleSelector-module__button___0LEXR {
1235
+ color: #575452;
1236
+ position: relative;
1237
+ }
1238
+ .LocaleSelector-module__button___0LEXR button {
1239
+ background-color: #ffffff;
1240
+ border: 0;
1241
+ border-radius: 4px;
1242
+ cursor: pointer;
1243
+ font-size: 14px;
1244
+ line-height: 20px;
1245
+ width: 100%;
1246
+ }
1247
+ .LocaleSelector-module__pop-up___HV8Ta {
1248
+ padding: 0px 12px !important;
1249
+ }
1250
+ .LocaleSelector-module__pop-up___HV8Ta img {
1251
+ padding-left: 12px;
1252
+ }
1253
+ .LocaleSelector-module__list-item___JVlRE a {
1254
+ font-size: 16px;
1255
+ line-height: 24px;
1256
+ font-weight: 400;
1257
+ display: flex;
1258
+ padding: 10px 12px;
1259
+ }
1260
+ .LocaleSelector-module__list-item___JVlRE a::before {
1261
+ content: none;
1262
+ display: none !important;
1263
+ }
1264
+ }
1265
+
1266
+ /* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/FalconMainNavigation/MobileNavigation/MobileSubNavigation/MobileSubNavigation.module.scss */
1267
+ /* center a block element */
1268
+ /* use this to any of the pseudo elements as these are the mandatory properties */
1269
+ /* setting styles in separate formats for cross browser support */
1270
+ /* specify the max width for an element and apply ellipses and truncate the overflow */
1271
+ /* vertically center alilgn any HTML element */
1272
+ /* add basePath to assets */
1273
+ .MobileSubNavigation-module__container___1tQpO {
1274
+ max-height: 0px;
1275
+ overflow: hidden;
1276
+ transition: -webkit-max-height 0.1s cubic-bezier(0.75, 0, 0.75, 0.9);
1277
+ transition: max-height 0.1s cubic-bezier(0.75, 0, 0.75, 0.9);
1278
+ transition: max-height 0.1s cubic-bezier(0.75, 0, 0.75, 0.9), -webkit-max-height 0.1s cubic-bezier(0.75, 0, 0.75, 0.9);
1279
+ width: 100%;
1280
+ }
1281
+ .MobileSubNavigation-module__container___1tQpO .MobileSubNavigation-module__title___f2AKU {
1282
+ cursor: unset;
1283
+ padding: 20px 10px 4px;
1284
+ color: #858585;
1285
+ letter-spacing: 1px;
1286
+ text-transform: uppercase;
1287
+ font-size: 14px;
1288
+ line-height: 20px;
1289
+ font-weight: 500;
1290
+ }
1291
+ .MobileSubNavigation-module__container___1tQpO .MobileSubNavigation-module__sub-title___ADRB3 {
1292
+ background-color: #ffffff;
1293
+ padding: 10px;
1294
+ }
1295
+ .MobileSubNavigation-module__container___1tQpO .MobileSubNavigation-module__sub-title___ADRB3.MobileSubNavigation-module__new-style___xPfpe {
1296
+ border: 1px solid #e8e8e8;
1297
+ }
1298
+ .MobileSubNavigation-module__container___1tQpO .MobileSubNavigation-module__sub-title___ADRB3 {
1299
+ color: #333333;
1300
+ font-weight: 500;
1301
+ font-size: 16px;
1302
+ line-height: 24px;
1303
+ }
1304
+ .MobileSubNavigation-module__container___1tQpO .MobileSubNavigation-module__promo-icon___o7ngJ {
1305
+ margin-left: 4px;
1306
+ flex-shrink: 0;
1307
+ height: 24px;
1308
+ width: 24px;
1309
+ }
1310
+ .MobileSubNavigation-module__container___1tQpO .MobileSubNavigation-module__promo-text-tail___yKZNS {
1311
+ white-space: nowrap;
1312
+ display: inline-flex;
1313
+ align-items: center;
1314
+ }
1315
+ .MobileSubNavigation-module__container___1tQpO .MobileSubNavigation-module__content___Cl7sf {
1316
+ display: none;
1317
+ }
1318
+ .MobileSubNavigation-module__container___1tQpO .MobileSubNavigation-module__content___Cl7sf a {
1319
+ display: block;
1320
+ height: auto;
1321
+ }
1322
+ .MobileSubNavigation-module__container___1tQpO .MobileSubNavigation-module__content___Cl7sf ul {
1323
+ padding: 0 0 24px 16px;
1324
+ }
1325
+ .MobileSubNavigation-module__container___1tQpO .MobileSubNavigation-module__content___Cl7sf ul li:not(:last-child) {
1326
+ padding-bottom: 4px;
1327
+ }
1328
+
1329
+ .MobileSubNavigation-module__container___1tQpO.MobileSubNavigation-module__inverted___OotxO .MobileSubNavigation-module__title___f2AKU {
1330
+ color: #f2f2f2;
1331
+ }
1332
+ .MobileSubNavigation-module__container___1tQpO.MobileSubNavigation-module__inverted___OotxO .MobileSubNavigation-module__sub-title___ADRB3 {
1333
+ background-color: #1f1f1f;
1334
+ border: 1px solid #2c2c2c;
1335
+ color: #ffffff;
1336
+ }
1337
+
1338
+ .active-link .MobileSubNavigation-module__container___1tQpO {
1339
+ max-height: 200vh;
1340
+ }
1341
+ .active-link .MobileSubNavigation-module__container___1tQpO .MobileSubNavigation-module__content___Cl7sf {
1342
+ display: block;
1343
+ }