@inera/ids-design 7.2.1 → 8.0.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 (200) hide show
  1. package/components/accordion/accordion-lit.js +1 -1
  2. package/components/accordion/accordion.css +157 -11
  3. package/components/alert/alert-lit.js +1 -1
  4. package/components/alert/alert.css +275 -77
  5. package/components/badge/badge-lit.js +1 -1
  6. package/components/badge/badge.css +16 -10
  7. package/components/box-link/box-link-lit.js +1 -1
  8. package/components/box-link/box-link.css +16 -28
  9. package/components/breadcrumbs/breadcrumbs-lit.js +1 -1
  10. package/components/breadcrumbs/breadcrumbs.css +11 -6
  11. package/components/button-group/button-group-lit.js +1 -1
  12. package/components/button-group/button-group.css +4 -0
  13. package/components/card/card-lit.js +1 -1
  14. package/components/card/card.css +162 -33
  15. package/components/carousel/carousel-item-lit.js +1 -1
  16. package/components/carousel/carousel-item.css +169 -7
  17. package/components/carousel/carousel-lit.js +1 -1
  18. package/components/carousel/carousel.css +18 -12
  19. package/components/data-table/data-table-lit.js +1 -1
  20. package/components/data-table/data-table.css +14 -6
  21. package/components/date-label/date-label-lit.js +1 -1
  22. package/components/date-label/date-label.css +35 -14
  23. package/components/dialog/dialog-lit.js +1 -1
  24. package/components/dialog/dialog.css +34 -39
  25. package/components/dropdown/dropdown-lit.js +1 -1
  26. package/components/dropdown/dropdown.css +87 -28
  27. package/components/footer-1177/footer-1177-lit.js +1 -1
  28. package/components/footer-1177/footer-1177.css +225 -116
  29. package/components/footer-1177-admin/footer-1177-admin-lit.js +1 -1
  30. package/components/footer-1177-admin/footer-1177-admin.css +292 -135
  31. package/components/footer-1177-pro/footer-1177-pro-lit.js +1 -1
  32. package/components/footer-1177-pro/footer-1177-pro.css +390 -104
  33. package/components/footer-inera/footer-inera-lit.js +1 -1
  34. package/components/footer-inera/footer-inera.css +279 -159
  35. package/components/footer-inera-admin/footer-inera-admin-lit.js +1 -1
  36. package/components/footer-inera-admin/footer-inera-admin.css +338 -183
  37. package/components/form/error-message/error-message-lit.js +1 -1
  38. package/components/form/error-message/error-message.css +10 -6
  39. package/components/form/group/group-lit.js +1 -1
  40. package/components/form/group/group.css +148 -1
  41. package/components/form/range/range-lit.js +1 -1
  42. package/components/form/range/range.css +225 -2
  43. package/components/form/select-multiple/select-multiple-lit.js +1 -1
  44. package/components/form/select-multiple/select-multiple.css +37 -33
  45. package/components/form/spinner/spinner-lit.js +1 -1
  46. package/components/form/spinner/spinner.css +6 -11
  47. package/components/global-alert/global-alert-lit.js +9 -0
  48. package/components/global-alert/global-alert.css +354 -0
  49. package/components/grid/container/container-lit.js +1 -1
  50. package/components/grid/container/container.css +2 -9
  51. package/components/header-1177/composite-header-1177.css +1105 -974
  52. package/components/header-1177/header-1177-avatar-lit.js +1 -1
  53. package/components/header-1177/header-1177-avatar.css +406 -191
  54. package/components/header-1177/header-1177-item-lit.js +1 -1
  55. package/components/header-1177/header-1177-item.css +125 -75
  56. package/components/header-1177/header-1177-lit.js +1 -1
  57. package/components/header-1177/header-1177-menu-mobile-lit.js +1 -1
  58. package/components/header-1177/header-1177-menu-mobile.css +14 -9
  59. package/components/header-1177/header-1177-nav-item-lit.js +1 -1
  60. package/components/header-1177/header-1177-nav-item-mobile-lit.js +1 -1
  61. package/components/header-1177/header-1177-nav-item-mobile.css +107 -164
  62. package/components/header-1177/header-1177-nav-item.css +109 -88
  63. package/components/header-1177/header-1177-nav-lit.js +1 -1
  64. package/components/header-1177/header-1177-nav.css +100 -45
  65. package/components/header-1177/header-1177-region-picker-lit.d.ts +2 -0
  66. package/components/header-1177/header-1177-region-picker-lit.js +7 -0
  67. package/components/header-1177/header-1177-region-picker-mobile-lit.d.ts +2 -0
  68. package/components/header-1177/header-1177-region-picker-mobile-lit.js +9 -0
  69. package/components/header-1177/header-1177-region-picker-mobile.css +112 -0
  70. package/components/header-1177/header-1177-region-picker.css +107 -0
  71. package/components/header-1177/header-1177.css +125 -450
  72. package/components/header-1177-admin/header-1177-admin-avatar-lit.js +1 -1
  73. package/components/header-1177-admin/header-1177-admin-avatar-mobile-lit.js +1 -1
  74. package/components/header-1177-admin/header-1177-admin-avatar-mobile.css +170 -29
  75. package/components/header-1177-admin/header-1177-admin-avatar.css +490 -278
  76. package/components/header-1177-admin/header-1177-admin-item-lit.js +1 -1
  77. package/components/header-1177-admin/header-1177-admin-item.css +131 -89
  78. package/components/header-1177-admin/header-1177-admin-lit.js +1 -1
  79. package/components/header-1177-admin/header-1177-admin-menu-mobile-lit.js +7 -0
  80. package/components/header-1177-admin/header-1177-admin-menu-mobile.css +145 -0
  81. package/components/header-1177-admin/header-1177-admin-nav-item-lit.js +1 -1
  82. package/components/header-1177-admin/header-1177-admin-nav-item.css +163 -134
  83. package/components/header-1177-admin/header-1177-admin-nav-lit.js +1 -1
  84. package/components/header-1177-admin/header-1177-admin-nav.css +76 -47
  85. package/components/header-1177-admin/header-1177-admin.css +91 -285
  86. package/components/header-1177-pro/header-1177-pro-avatar-lit.js +1 -1
  87. package/components/header-1177-pro/header-1177-pro-avatar-mobile-lit.js +1 -1
  88. package/components/header-1177-pro/header-1177-pro-avatar-mobile.css +146 -74
  89. package/components/header-1177-pro/header-1177-pro-avatar.css +448 -275
  90. package/components/header-1177-pro/header-1177-pro-item-lit.js +1 -1
  91. package/components/header-1177-pro/header-1177-pro-item.css +169 -103
  92. package/components/header-1177-pro/header-1177-pro-lit.js +1 -1
  93. package/components/header-1177-pro/header-1177-pro-menu-mobile-lit.js +7 -0
  94. package/components/header-1177-pro/header-1177-pro-menu-mobile.css +146 -0
  95. package/components/header-1177-pro/header-1177-pro-nav-item-lit.js +1 -1
  96. package/components/header-1177-pro/header-1177-pro-nav-item.css +139 -122
  97. package/components/header-1177-pro/header-1177-pro-nav-lit.js +1 -1
  98. package/components/header-1177-pro/header-1177-pro-nav.css +75 -46
  99. package/components/header-1177-pro/header-1177-pro-region-picker-lit.js +1 -1
  100. package/components/header-1177-pro/header-1177-pro-region-picker-mobile-lit.js +9 -0
  101. package/components/header-1177-pro/header-1177-pro-region-picker-mobile.css +117 -0
  102. package/components/header-1177-pro/header-1177-pro-region-picker.css +38 -810
  103. package/components/header-1177-pro/header-1177-pro.css +140 -139
  104. package/components/header-inera/header-inera-item-lit.js +1 -1
  105. package/components/header-inera/header-inera-item.css +31 -21
  106. package/components/header-inera/header-inera-lit.js +1 -1
  107. package/components/header-inera/header-inera-menu-mobile-lit.d.ts +2 -0
  108. package/components/header-inera/header-inera-menu-mobile-lit.js +7 -0
  109. package/components/header-inera/header-inera-menu-mobile.css +136 -0
  110. package/components/header-inera/header-inera-nav-item-lit.js +1 -1
  111. package/components/header-inera/header-inera-nav-item.css +26 -23
  112. package/components/header-inera/header-inera-nav-lit.js +1 -1
  113. package/components/header-inera/header-inera-nav.css +11 -8
  114. package/components/header-inera/header-inera.css +50 -21
  115. package/components/header-inera-admin/composite-header-inera-admin.css +858 -245
  116. package/components/header-inera-admin/header-inera-admin-avatar-lit.js +1 -1
  117. package/components/header-inera-admin/header-inera-admin-avatar-mobile-lit.js +1 -1
  118. package/components/header-inera-admin/header-inera-admin-avatar-mobile.css +173 -44
  119. package/components/header-inera-admin/header-inera-admin-avatar.css +558 -100
  120. package/components/header-inera-admin/header-inera-admin-item-lit.js +1 -1
  121. package/components/header-inera-admin/header-inera-admin-item.css +14 -7
  122. package/components/header-inera-admin/header-inera-admin-lit.js +1 -1
  123. package/components/header-inera-admin/header-inera-admin-menu-mobile-lit.d.ts +2 -0
  124. package/components/header-inera-admin/header-inera-admin-menu-mobile-lit.js +7 -0
  125. package/components/header-inera-admin/header-inera-admin-menu-mobile.css +147 -0
  126. package/components/header-inera-admin/header-inera-admin-nav-item-lit.js +1 -1
  127. package/components/header-inera-admin/header-inera-admin-nav-item.css +28 -25
  128. package/components/header-inera-admin/header-inera-admin-nav-lit.js +1 -1
  129. package/components/header-inera-admin/header-inera-admin-nav.css +16 -16
  130. package/components/header-inera-admin/header-inera-admin.css +34 -24
  131. package/components/header-patient/header-patient-lit.js +1 -1
  132. package/components/header-patient/header-patient.css +166 -8
  133. package/components/mobile-menu/mobile-menu-lit.js +1 -1
  134. package/components/mobile-menu/mobile-menu.css +340 -244
  135. package/components/navigation/content/navigation-content-lit.js +1 -1
  136. package/components/navigation/content/navigation-content.css +203 -16
  137. package/components/navigation/local/navigation-local-lit.js +1 -1
  138. package/components/navigation/local/navigation-local.css +37 -56
  139. package/components/notification-badge/notification-badge-lit.js +1 -1
  140. package/components/notification-badge/notification-badge.css +15 -13
  141. package/components/pagination/data-pagination/data-pagination-lit.js +1 -1
  142. package/components/pagination/data-pagination/data-pagination.css +206 -44
  143. package/components/pagination/list-pagination/list-pagination-lit.js +1 -1
  144. package/components/pagination/list-pagination/list-pagination.css +5 -5
  145. package/components/popover/popover-content-lit.js +1 -1
  146. package/components/popover/popover-content.css +262 -114
  147. package/components/progressbar/progressbar-lit.js +1 -1
  148. package/components/progressbar/progressbar.css +147 -4
  149. package/components/puff-list/puff-list-lit.js +1 -1
  150. package/components/puff-list/puff-list.css +258 -35
  151. package/components/region-icon/region-icon-lit.js +1 -1
  152. package/components/region-icon/region-icon.css +5 -5
  153. package/components/side-menu/side-menu-lit.js +1 -1
  154. package/components/side-menu/side-menu.css +6 -9
  155. package/components/side-panel/side-panel-lit.js +1 -1
  156. package/components/side-panel/side-panel.css +61 -26
  157. package/components/stepper/stepper-lit.js +1 -1
  158. package/components/stepper/stepper.css +170 -22
  159. package/components/table/table.css +6 -3
  160. package/components/tabs/tab-lit.js +1 -1
  161. package/components/tabs/tab-panel-lit.js +1 -1
  162. package/components/tabs/tab-panel.css +2 -0
  163. package/components/tabs/tab.css +26 -14
  164. package/components/tabs/tabs-lit.js +2 -2
  165. package/components/tabs/tabs.css +1 -1
  166. package/components/tag/tag-lit.js +1 -1
  167. package/components/tag/tag.css +10 -7
  168. package/components/tooltip/tooltip-lit.js +1 -1
  169. package/components/tooltip/tooltip.css +8 -5
  170. package/global/_partials.css +15 -0
  171. package/{themes/1177-pro/1177-pro.css → global/global.css} +3958 -3504
  172. package/global/icons/Inera-Design-Icons.eot +0 -0
  173. package/global/icons/Inera-Design-Icons.svg +9 -0
  174. package/global/icons/Inera-Design-Icons.ttf +0 -0
  175. package/global/icons/Inera-Design-Icons.woff +0 -0
  176. package/global/util/util.css +2745 -0
  177. package/package.json +1 -1
  178. package/reset.css +90 -0
  179. package/styles.css +8320 -0
  180. package/tokens/component-tokens.scss +86 -0
  181. package/tokens/themes/1177-admin-tokens.css +340 -263
  182. package/tokens/themes/1177-pro-tokens.css +340 -263
  183. package/tokens/themes/1177-tokens.css +340 -263
  184. package/tokens/themes/inera-admin-tokens.css +294 -252
  185. package/tokens/themes/inera-tokens.css +294 -252
  186. package/components/alert-global/alert-global-lit.js +0 -7
  187. package/components/alert-global/alert-global.css +0 -195
  188. package/components/header-1177-pro/header-1177-pro-nav-menu-mobile-lit.js +0 -7
  189. package/components/header-1177-pro/header-1177-pro-nav-menu-mobile.css +0 -304
  190. package/components/header-inera/header-inera-nav-mobile-lit.js +0 -7
  191. package/components/header-inera/header-inera-nav-mobile.css +0 -126
  192. package/components/header-inera-admin/header-inera-admin-nav-mobile-lit.js +0 -7
  193. package/components/header-inera-admin/header-inera-admin-nav-mobile.css +0 -126
  194. package/themes/1177/1177.css +0 -6196
  195. package/themes/inera/inera.css +0 -6220
  196. package/themes/inera-admin/inera-admin.css +0 -6293
  197. /package/components/{alert-global/alert-global-lit.d.ts → global-alert/global-alert-lit.d.ts} +0 -0
  198. /package/components/{header-1177-pro/header-1177-pro-nav-menu-mobile-lit.d.ts → header-1177-admin/header-1177-admin-menu-mobile-lit.d.ts} +0 -0
  199. /package/components/{header-inera-admin/header-inera-admin-nav-mobile-lit.d.ts → header-1177-pro/header-1177-pro-menu-mobile-lit.d.ts} +0 -0
  200. /package/components/{header-inera/header-inera-nav-mobile-lit.d.ts → header-1177-pro/header-1177-pro-region-picker-mobile-lit.d.ts} +0 -0
@@ -1,3 +1,15 @@
1
+ @media (max-width: 1023px) {
2
+ .ids-desktop {
3
+ display: none !important;
4
+ }
5
+ }
6
+
7
+ @media (min-width: 1024px) {
8
+ .ids-mobile {
9
+ display: none !important;
10
+ }
11
+ }
12
+
1
13
  /*******
2
14
  * ICONS
3
15
  ********/
@@ -5,7 +17,7 @@
5
17
  * BUTTONS
6
18
  ********/
7
19
  /*******
8
- * SCROLLBARS
20
+ * SCROLLBAR
9
21
  ********/
10
22
  /*******
11
23
  * FORM
@@ -13,629 +25,37 @@
13
25
  /*******
14
26
  * A11Y
15
27
  ********/
16
- @media (max-width: 1023px) {
17
- .ids-desktop {
18
- display: none !important;
19
- }
20
- }
21
-
22
- @media (min-width: 1024px) {
23
- .ids-mobile {
24
- display: none !important;
25
- }
26
- }
27
-
28
- .ids-header-1177-pro__items {
29
- display: block;
30
- margin-left: auto;
31
- }
32
-
33
- header.ids-header-1177-pro {
34
- background: var(--IDS-COLOR-NEUTRAL-100);
35
- position: relative;
36
- z-index: 1;
37
- border-top: 0.25rem solid var(--IDS-COLOR-ACCENT-40);
38
- }
39
- header.ids-header-1177-pro .ids-header-1177-pro__skip-to-content ::slotted(a),
40
- header.ids-header-1177-pro .ids-header-1177-pro__skip-to-content a {
28
+ .ids-header-1177-pro-region-picker {
41
29
  display: flex;
30
+ flex-direction: row;
42
31
  align-items: center;
43
- justify-content: center;
44
- padding: 0 1rem;
45
- height: 3rem;
46
- text-align: center;
47
- background-color: var(--IDS-COLOR-NEUTRAL-100);
48
- box-shadow: rgba(0, 0, 0, 0.3) 0 0 0.625rem 0;
49
- z-index: 20;
50
- font-family: var(--IDS-LINK__FONT-FAMILY);
51
- font-size: 1rem;
52
- color: var(--IDS-LINK--COLOR-PRESET-1__COLOR);
53
- text-decoration-color: var(--IDS-LINK--COLOR-PRESET-1__COLOR);
54
- text-decoration: underline;
55
- position: absolute;
56
- right: 0;
57
- left: 0;
58
- transform: translateY(-300%);
59
- transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
60
- }
61
- header.ids-header-1177-pro .ids-header-1177-pro__skip-to-content ::slotted(a:focus),
62
- header.ids-header-1177-pro .ids-header-1177-pro__skip-to-content a:focus {
63
- transform: translateY(0);
64
- transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
65
- color: var(--IDS-LINK--COLOR-PRESET-1__HOVER-COLOR);
66
- text-decoration-color: var(--IDS-LINK--COLOR-PRESET-1__HOVER-COLOR);
67
- outline-offset: -0.375rem !important;
68
- }
69
- header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container {
70
- padding: 0;
71
- position: relative;
72
- z-index: 2;
73
- }
74
- @media (max-width: 1024px) {
75
- header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container {
76
- box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.2);
77
- }
78
- }
79
- header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner {
80
- max-width: var(--IDS__MAX-WIDTH);
81
- box-sizing: border-box;
82
- margin-left: auto;
83
- margin-right: auto;
84
- width: 100%;
85
- min-height: 7.25rem;
86
- position: relative;
87
- margin-left: auto;
88
- margin-right: auto;
89
- display: flex;
90
32
  flex-wrap: wrap;
91
- align-items: center;
92
- justify-content: space-between;
93
- }
94
- @media (max-width: 1024px) {
95
- header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner {
96
- padding: 0 1rem;
97
- min-height: 3rem;
98
- }
99
- }
100
- header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-col {
101
- display: flex;
102
- align-items: center;
103
- }
104
- header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-col .ids-header-1177-pro__logo {
105
- width: 6.438rem;
106
- min-height: 2.5rem;
107
- position: relative;
108
- display: flex;
109
- align-items: center;
110
- justify-content: center;
111
- margin-left: 1.25rem;
112
- margin-right: 1.5rem;
113
33
  }
114
- header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-col .ids-header-1177-pro__logo .ids-header-1177-pro__logo-link {
115
- position: relative;
116
- display: flex;
117
- align-items: center;
118
- width: 6.438rem;
119
- min-height: 2.5rem;
120
- cursor: pointer;
121
- }
122
- header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-col .ids-header-1177-pro__logo .ids-header-1177-pro__logo-link:before {
123
- font: icon;
124
- font-family: "Inera-Design-Icons" !important;
125
- display: block;
126
- position: absolute;
127
- pointer-events: none;
128
- -webkit-font-smoothing: antialiased;
129
- -moz-osx-font-smoothing: grayscale;
130
- content: "\e91e";
131
- color: var(--IDS-ICON__COLOR);
132
- font-size: 6.125rem;
133
- }
134
- header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-col .ids-header-1177-pro__logo a,
135
- header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-col .ids-header-1177-pro__logo ::slotted([slot=logo]),
136
- header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-col .ids-header-1177-pro__logo ::slotted(a) {
137
- display: flex;
138
- align-items: center;
139
- width: 6.438rem;
140
- min-height: 2.5rem;
141
- font-size: 6.125rem;
142
- color: var(--IDS-ICON__COLOR);
143
- }
144
- header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-col .ids-header-1177-pro__logo a:focus,
145
- header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-col .ids-header-1177-pro__logo ::slotted([slot=logo]):focus,
146
- header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-col .ids-header-1177-pro__logo ::slotted(a):focus {
147
- outline: var(--IDS-FOCUS__OUTLINE);
148
- outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
149
- }
150
- header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-col .ids-header-1177-pro__logo a:focus,
151
- header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-col .ids-header-1177-pro__logo ::slotted([slot=logo]:focus),
152
- header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-col .ids-header-1177-pro__logo ::slotted(a:focus) {
153
- outline: var(--IDS-FOCUS__OUTLINE) !important;
154
- outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET);
155
- }
156
- @media (max-width: 1024px) {
157
- header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-col .ids-header-1177-pro__logo {
158
- width: 2.563rem;
159
- margin-left: 0;
160
- margin-right: 0.75rem;
161
- }
162
- header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-col .ids-header-1177-pro__logo .ids-header-1177-pro__logo-link:before {
163
- font-size: 2.5rem;
164
- }
165
- header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-col .ids-header-1177-pro__logo a,
166
- header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-col .ids-header-1177-pro__logo ::slotted([slot=logo]),
167
- header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-col .ids-header-1177-pro__logo ::slotted(a) {
168
- font-size: 2.5rem;
169
- }
170
- }
171
- header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-text {
172
- color: var(--IDS-COLOR-ACCENT-30);
173
- font-family: var(--IDS-FONT-FAMILY-HEADING);
174
- font-weight: 700;
175
- font-size: 1.25rem;
176
- margin-left: 1.5rem;
177
- margin-right: 1.5rem;
178
- position: relative;
179
- }
180
- header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-text::before {
181
- left: -1.5rem;
34
+ .ids-header-1177-pro-region-picker:before {
182
35
  content: "";
183
36
  position: absolute;
184
- display: block;
185
- min-height: 4rem;
186
- width: 0.063rem;
187
- top: 50%;
188
- transform: translateY(-50%);
189
- background: var(--IDS-COLOR-ACCENT-30);
190
- }
191
- @media (max-width: 1024px) {
192
- header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-text::before {
193
- min-height: 2rem;
194
- }
195
- }
196
- @media (max-width: 1024px) {
197
- header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-text {
198
- margin-left: 0.75rem;
199
- margin-right: 0.75rem;
200
- font-size: 0.875rem;
201
- }
202
- header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-text::before {
203
- min-height: 2rem;
204
- left: -0.75rem;
205
- content: "";
206
- position: absolute;
207
- display: block;
208
- min-height: 4rem;
209
- width: 0.063rem;
210
- top: 50%;
211
- transform: translateY(-50%);
212
- background: var(--IDS-COLOR-ACCENT-30);
213
- }
214
- }
215
- @media (max-width: 1024px) and (max-width: 1024px) {
216
- header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-text::before {
217
- min-height: 2rem;
218
- }
219
- }
220
- @media (max-width: 1024px) {
221
- header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-text::after {
222
- display: none;
223
- }
224
- }
225
- header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__items-inner {
226
- align-self: center;
227
- display: flex;
228
- padding-right: 1.25rem;
229
- gap: 2.5rem;
230
- }
231
- @media (max-width: 1024px) {
232
- header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__items-inner:not(.ids-header-1177-pro__items__item--mobile) {
233
- gap: 0;
234
- margin-right: 0;
235
- padding-right: 0;
236
- }
237
- }
238
- @media (max-width: 1024px) {
239
- header.ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) {
240
- border-top: 0.25rem solid var(--IDS-COLOR-ACCENT-40);
241
- box-shadow: none;
242
- }
243
- }
244
- header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__container {
245
- padding: 0;
246
- position: relative;
247
- z-index: 2;
248
- }
249
- header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__container .ids-header-1177-pro__inner {
250
- max-width: var(--IDS__MAX-WIDTH);
251
- box-sizing: border-box;
252
- margin-left: auto;
253
- margin-right: auto;
254
- width: 100%;
255
- min-height: 7.25rem;
256
- position: relative;
257
- margin-left: auto;
258
- margin-right: auto;
259
- display: flex;
260
- flex-wrap: wrap;
261
- align-items: center;
262
- justify-content: space-between;
263
- }
264
- header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-col {
265
- display: flex;
266
- align-items: center;
267
- }
268
- header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-col .ids-header-1177-pro__logo {
269
- width: 6.438rem;
270
- min-height: 2.5rem;
271
- position: relative;
272
- display: flex;
273
- align-items: center;
274
- justify-content: center;
275
- margin-left: 1.25rem;
276
- margin-right: 1.5rem;
277
- }
278
- header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-col .ids-header-1177-pro__logo .ids-header-1177-pro__logo-link {
279
- position: relative;
280
- display: flex;
281
- align-items: center;
282
- width: 6.438rem;
283
- min-height: 2.5rem;
284
- cursor: pointer;
285
- }
286
- header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-col .ids-header-1177-pro__logo .ids-header-1177-pro__logo-link:before {
287
- font: icon;
288
- font-family: "Inera-Design-Icons" !important;
289
- display: block;
290
- position: absolute;
291
- pointer-events: none;
292
- -webkit-font-smoothing: antialiased;
293
- -moz-osx-font-smoothing: grayscale;
294
- content: "\e91e";
295
- color: var(--IDS-ICON__COLOR);
296
- font-size: 6.125rem;
297
- }
298
- header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-col .ids-header-1177-pro__logo a,
299
- header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-col .ids-header-1177-pro__logo ::slotted([slot=logo]),
300
- header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-col .ids-header-1177-pro__logo ::slotted(a) {
301
- display: flex;
302
- align-items: center;
303
- width: 6.438rem;
304
- min-height: 2.5rem;
305
- font-size: 6.125rem;
306
- color: var(--IDS-ICON__COLOR);
307
- }
308
- header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-col .ids-header-1177-pro__logo a:focus,
309
- header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-col .ids-header-1177-pro__logo ::slotted([slot=logo]):focus,
310
- header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-col .ids-header-1177-pro__logo ::slotted(a):focus {
311
- outline: var(--IDS-FOCUS__OUTLINE);
312
- outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
313
- }
314
- header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-col .ids-header-1177-pro__logo a:focus,
315
- header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-col .ids-header-1177-pro__logo ::slotted([slot=logo]:focus),
316
- header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-col .ids-header-1177-pro__logo ::slotted(a:focus) {
317
- outline: var(--IDS-FOCUS__OUTLINE) !important;
318
- outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET);
319
- }
320
- header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-text {
321
- color: var(--IDS-COLOR-ACCENT-30);
322
- font-family: var(--IDS-FONT-FAMILY-HEADING);
323
- font-weight: 700;
324
- font-size: 1.25rem;
325
- margin-left: 1.5rem;
326
- margin-right: 1.5rem;
327
- position: relative;
328
- }
329
- header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__logo-text::before {
330
- left: -1.5rem;
331
- content: "";
332
- position: absolute;
333
- display: block;
334
- min-height: 4rem;
335
- width: 0.063rem;
336
- top: 50%;
337
- transform: translateY(-50%);
338
- background: var(--IDS-COLOR-ACCENT-30);
339
- }
340
- header.ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__container .ids-header-1177-pro__inner .ids-header-1177-pro__items-inner {
341
- align-self: center;
342
- display: flex;
343
- padding-right: 1.25rem;
344
- gap: 2.5rem;
345
- }
346
- header.ids-header-1177-pro.ids-header-1177-pro--fluid .ids-header-1177-pro__container .ids-header-1177-pro__inner {
347
- max-width: 100% !important;
348
- }
349
-
350
- .ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__region-picker-button {
351
- background: none;
352
- color: inherit;
353
- border: none;
354
- padding: 0;
355
- font: inherit;
356
- cursor: pointer;
357
- outline: inherit;
358
- border: none;
359
- font-size: 0.85rem !important;
360
- font-family: var(--IDS-FONT-FAMILY-BASE) !important;
361
- color: var(--IDS-COLOR-ACCENT-40) !important;
362
- min-height: 2.5rem;
363
- position: relative;
364
- display: flex;
365
- align-items: center;
366
- gap: 1rem;
367
- margin-left: 1rem;
368
- margin-right: 1rem;
369
- padding: 0 2rem 0 0.5rem;
370
- }
371
- .ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__region-picker-button::before {
37
+ z-index: 1;
372
38
  left: -1.5rem;
373
- content: "";
374
- position: absolute;
375
- display: block;
39
+ width: 0.0313rem;
376
40
  min-height: 4rem;
377
- width: 0.063rem;
378
- top: 50%;
379
- transform: translateY(-50%);
380
- background: var(--IDS-COLOR-ACCENT-30);
381
- }
382
- .ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__region-picker-button:after {
383
- font: icon;
384
- font-family: "Inera-Design-Icons" !important;
385
- display: block;
386
- position: absolute;
387
- pointer-events: none;
388
- -webkit-font-smoothing: antialiased;
389
- -moz-osx-font-smoothing: grayscale;
390
- content: "\e936";
391
- color: var(--IDS-ICON__COLOR);
392
- right: 0.5rem;
393
- }
394
- .ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__region-picker-button.ids-header-1177-pro__region-picker-button--expanded:after {
395
- content: "\e939";
41
+ background-color: var(--IDS-HEADER-1177-PRO-REGION-PICKER__SEPARATOR-COLOR);
396
42
  }
397
- .ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__region-picker-button:focus {
398
- outline: var(--IDS-FOCUS__OUTLINE);
399
- outline-offset: -0.125rem !important;
400
- }
401
- .ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__region-picker-button ::slotted([slot=region]) {
402
- height: 2.5rem;
403
- max-width: 12.5rem;
404
- }
405
- .ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__region-picker-button--mobile {
406
- background: none;
407
- color: inherit;
43
+ .ids-header-1177-pro-region-picker .ids-header-1177-pro-region-picker__button {
408
44
  border: none;
409
- padding: 0;
410
- font: inherit;
45
+ background-color: transparent;
411
46
  cursor: pointer;
412
- outline: inherit;
413
- position: relative;
414
- border: none;
415
- display: none;
416
- padding-right: 2rem !important;
417
- margin-right: 0;
418
- margin-left: 0;
419
- min-height: 1.875rem;
420
- align-items: center;
421
- }
422
- .ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__region-picker-button--mobile::before {
423
- display: none;
424
- }
425
- .ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__region-picker-button--mobile:after {
426
- font: icon;
427
- font-family: "Inera-Design-Icons" !important;
428
- display: block;
429
- position: absolute;
430
- pointer-events: none;
431
- -webkit-font-smoothing: antialiased;
432
- -moz-osx-font-smoothing: grayscale;
433
- content: "\e936";
434
- color: var(--IDS-ICON__COLOR);
435
- top: 50%;
436
- transform: translateY(-50%);
437
- right: 0;
438
- }
439
- .ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__region-picker-button--mobile.ids-header-1177-pro__region-picker-button--mobile--expanded:after {
440
- content: "\e939";
441
- }
442
- .ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__region-picker-button--mobile .ids-header-1177-pro__region-picker__text {
443
47
  font-size: 0.875rem;
444
- display: flex;
445
- position: relative;
446
- padding-left: 1.75rem;
447
- }
448
- .ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__region-picker-button--mobile .ids-header-1177-pro__region-picker__text::before {
449
- font: icon;
450
- font-family: "Inera-Design-Icons" !important;
451
- display: block;
452
- position: absolute;
453
- pointer-events: none;
454
- -webkit-font-smoothing: antialiased;
455
- -moz-osx-font-smoothing: grayscale;
456
- content: "\e921";
457
- font-size: 1.25rem;
458
- color: var(--IDS-ICON__COLOR);
459
- top: 0;
460
- left: 0;
461
- }
462
- .ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__region-picker-button--mobile:focus {
463
- outline: var(--IDS-FOCUS__OUTLINE);
464
- outline-offset: -0.125rem !important;
465
- }
466
- .ids-header-1177-pro.ids-header-1177-pro--unresponsive .ids-header-1177-pro__region-picker-button--mobile ::slotted([slot=region-mobile]) {
467
- height: 2.5rem;
468
- max-width: 12.5rem;
469
- }
470
- .ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__region-picker-button {
471
- background: none;
472
- color: inherit;
473
- border: none;
474
- padding: 0;
475
- font: inherit;
476
- cursor: pointer;
477
- outline: inherit;
478
- border: none;
479
- font-size: 0.85rem !important;
480
- font-family: var(--IDS-FONT-FAMILY-BASE) !important;
481
- color: var(--IDS-COLOR-ACCENT-40) !important;
482
- min-height: 2.5rem;
483
- position: relative;
484
- display: flex;
485
- align-items: center;
486
- gap: 1rem;
487
- margin-left: 1rem;
488
- margin-right: 1rem;
489
- padding: 0 2rem 0 0.5rem;
490
- }
491
- .ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__region-picker-button::before {
492
- left: -1.5rem;
493
- content: "";
494
- position: absolute;
495
- display: block;
496
- min-height: 4rem;
497
- width: 0.063rem;
498
- top: 50%;
499
- transform: translateY(-50%);
500
- background: var(--IDS-COLOR-ACCENT-30);
501
- }
502
- @media (max-width: 1024px) {
503
- .ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__region-picker-button::before {
504
- min-height: 2rem;
505
- }
506
- }
507
- .ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__region-picker-button:after {
508
- font: icon;
509
- font-family: "Inera-Design-Icons" !important;
510
- display: block;
511
- position: absolute;
512
- pointer-events: none;
513
- -webkit-font-smoothing: antialiased;
514
- -moz-osx-font-smoothing: grayscale;
515
- content: "\e936";
516
- color: var(--IDS-ICON__COLOR);
517
- right: 0.5rem;
518
- }
519
- .ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__region-picker-button.ids-header-1177-pro__region-picker-button--expanded:after {
520
- content: "\e939";
521
- }
522
- .ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__region-picker-button:focus {
523
- outline: var(--IDS-FOCUS__OUTLINE);
524
- outline-offset: -0.125rem !important;
525
- }
526
- .ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__region-picker-button ::slotted([slot=region]) {
527
- height: 2.5rem;
528
- max-width: 12.5rem;
529
- }
530
- @media (max-width: 1024px) {
531
- .ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__region-picker-button {
532
- display: none;
533
- }
534
- }
535
- .ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__region-picker-button--mobile {
536
- background: none;
537
- color: inherit;
538
- border: none;
539
- padding: 0;
540
- font: inherit;
541
- cursor: pointer;
542
- outline: inherit;
543
- position: relative;
544
- border: none;
545
- display: none;
546
- padding-right: 2rem !important;
547
- margin-right: 0;
548
- margin-left: 0;
549
- min-height: 1.875rem;
48
+ font-family: var(--IDS-FONT-FAMILY-HEADING);
49
+ color: var(--IDS-HEADER-1177-PRO-REGION-PICKER__TEXT-COLOR-DESKTOP);
550
50
  align-items: center;
551
- }
552
- .ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__region-picker-button--mobile::before {
553
- display: none;
554
- }
555
- .ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__region-picker-button--mobile:after {
556
- font: icon;
557
- font-family: "Inera-Design-Icons" !important;
558
- display: block;
559
- position: absolute;
560
- pointer-events: none;
561
- -webkit-font-smoothing: antialiased;
562
- -moz-osx-font-smoothing: grayscale;
563
- content: "\e936";
564
- color: var(--IDS-ICON__COLOR);
565
- top: 50%;
566
- transform: translateY(-50%);
567
- right: 0;
568
- }
569
- .ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__region-picker-button--mobile.ids-header-1177-pro__region-picker-button--mobile--expanded:after {
570
- content: "\e939";
571
- }
572
- .ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__region-picker-button--mobile .ids-header-1177-pro__region-picker__text {
573
- font-size: 0.875rem;
574
- display: flex;
51
+ padding: 1rem 1.75rem 1rem 0.125rem;
575
52
  position: relative;
576
- padding-left: 1.75rem;
577
- }
578
- .ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__region-picker-button--mobile .ids-header-1177-pro__region-picker__text::before {
579
- font: icon;
580
- font-family: "Inera-Design-Icons" !important;
581
- display: block;
582
- position: absolute;
583
- pointer-events: none;
584
- -webkit-font-smoothing: antialiased;
585
- -moz-osx-font-smoothing: grayscale;
586
- content: "\e921";
587
- font-size: 1.25rem;
588
- color: var(--IDS-ICON__COLOR);
589
- top: 0;
590
- left: 0;
591
53
  }
592
- @media (max-width: 1024px) {
593
- .ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__region-picker-button--mobile {
594
- display: flex;
595
- }
596
- }
597
- .ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__region-picker-button--mobile:focus {
54
+ .ids-header-1177-pro-region-picker .ids-header-1177-pro-region-picker__button:focus {
598
55
  outline: var(--IDS-FOCUS__OUTLINE);
599
- outline-offset: -0.125rem !important;
600
- }
601
- .ids-header-1177-pro:not(.ids-header-1177-pro--unresponsive) .ids-header-1177-pro__region-picker-button--mobile ::slotted([slot=region-mobile]) {
602
- height: 2.5rem;
603
- max-width: 12.5rem;
604
- }
605
-
606
- :host .ids-header-1177-pro__nav.ids-header-1177-pro__nav--unresponsive .ids-header-1177-pro__region-picker-button {
607
- background: none;
608
- color: inherit;
609
- border: none;
610
- padding: 0;
611
- font: inherit;
612
- cursor: pointer;
613
- outline: inherit;
614
- border: none;
615
- font-size: 0.85rem !important;
616
- font-family: var(--IDS-FONT-FAMILY-BASE) !important;
617
- color: var(--IDS-COLOR-ACCENT-40) !important;
618
- min-height: 2.5rem;
619
- position: relative;
620
- display: flex;
621
- align-items: center;
622
- gap: 1rem;
623
- margin-left: 1rem;
624
- margin-right: 1rem;
625
- padding: 0 2rem 0 0.5rem;
626
- }
627
- :host .ids-header-1177-pro__nav.ids-header-1177-pro__nav--unresponsive .ids-header-1177-pro__region-picker-button::before {
628
- left: -1.5rem;
629
- content: "";
630
- position: absolute;
631
- display: block;
632
- min-height: 4rem;
633
- width: 0.063rem;
634
- top: 50%;
635
- transform: translateY(-50%);
636
- background: var(--IDS-COLOR-ACCENT-30);
56
+ outline-offset: 0.125rem !important;
637
57
  }
638
- :host .ids-header-1177-pro__nav.ids-header-1177-pro__nav--unresponsive .ids-header-1177-pro__region-picker-button:after {
58
+ .ids-header-1177-pro-region-picker .ids-header-1177-pro-region-picker__button:after {
639
59
  font: icon;
640
60
  font-family: "Inera-Design-Icons" !important;
641
61
  display: block;
@@ -644,217 +64,25 @@ header.ids-header-1177-pro.ids-header-1177-pro--fluid .ids-header-1177-pro__cont
644
64
  -webkit-font-smoothing: antialiased;
645
65
  -moz-osx-font-smoothing: grayscale;
646
66
  content: "\e936";
647
- color: var(--IDS-ICON__COLOR);
648
- right: 0.5rem;
649
- }
650
- :host .ids-header-1177-pro__nav.ids-header-1177-pro__nav--unresponsive .ids-header-1177-pro__region-picker-button.ids-header-1177-pro__region-picker-button--expanded:after {
651
- content: "\e939";
652
- }
653
- :host .ids-header-1177-pro__nav.ids-header-1177-pro__nav--unresponsive .ids-header-1177-pro__region-picker-button:focus {
654
- outline: var(--IDS-FOCUS__OUTLINE);
655
- outline-offset: -0.125rem !important;
656
- }
657
- :host .ids-header-1177-pro__nav.ids-header-1177-pro__nav--unresponsive .ids-header-1177-pro__region-picker-button ::slotted([slot=region]) {
658
- height: 2.5rem;
659
- max-width: 12.5rem;
660
- }
661
- :host .ids-header-1177-pro__nav.ids-header-1177-pro__nav--unresponsive .ids-header-1177-pro__region-picker-button--mobile {
662
- background: none;
663
- color: inherit;
664
- border: none;
665
- padding: 0;
666
- font: inherit;
667
- cursor: pointer;
668
- outline: inherit;
669
- position: relative;
670
- border: none;
671
- display: none;
672
- padding-right: 2rem !important;
673
- margin-right: 0;
674
- margin-left: 0;
675
- min-height: 1.875rem;
676
- align-items: center;
677
- }
678
- :host .ids-header-1177-pro__nav.ids-header-1177-pro__nav--unresponsive .ids-header-1177-pro__region-picker-button--mobile::before {
679
- display: none;
680
- }
681
- :host .ids-header-1177-pro__nav.ids-header-1177-pro__nav--unresponsive .ids-header-1177-pro__region-picker-button--mobile:after {
682
- font: icon;
683
- font-family: "Inera-Design-Icons" !important;
684
- display: block;
685
- position: absolute;
686
- pointer-events: none;
687
- -webkit-font-smoothing: antialiased;
688
- -moz-osx-font-smoothing: grayscale;
689
- content: "\e936";
690
- color: var(--IDS-ICON__COLOR);
67
+ color: var(--IDS-HEADER-1177-PRO-REGION-PICKER__TEXT-COLOR-DESKTOP);
68
+ right: 0.125rem;
691
69
  top: 50%;
692
70
  transform: translateY(-50%);
693
- right: 0;
694
71
  }
695
- :host .ids-header-1177-pro__nav.ids-header-1177-pro__nav--unresponsive .ids-header-1177-pro__region-picker-button--mobile.ids-header-1177-pro__region-picker-button--mobile--expanded:after {
72
+ .ids-header-1177-pro-region-picker .ids-header-1177-pro-region-picker__button.ids-header-1177-pro-region-picker__button--expanded:after {
696
73
  content: "\e939";
697
74
  }
698
- :host .ids-header-1177-pro__nav.ids-header-1177-pro__nav--unresponsive .ids-header-1177-pro__region-picker-button--mobile .ids-header-1177-pro__region-picker__text {
699
- font-size: 0.875rem;
700
- display: flex;
701
- position: relative;
702
- padding-left: 1.75rem;
703
- }
704
- :host .ids-header-1177-pro__nav.ids-header-1177-pro__nav--unresponsive .ids-header-1177-pro__region-picker-button--mobile .ids-header-1177-pro__region-picker__text::before {
705
- font: icon;
706
- font-family: "Inera-Design-Icons" !important;
707
- display: block;
708
- position: absolute;
709
- pointer-events: none;
710
- -webkit-font-smoothing: antialiased;
711
- -moz-osx-font-smoothing: grayscale;
712
- content: "\e921";
713
- font-size: 1.25rem;
714
- color: var(--IDS-ICON__COLOR);
715
- top: 0;
716
- left: 0;
717
- }
718
- :host .ids-header-1177-pro__nav.ids-header-1177-pro__nav--unresponsive .ids-header-1177-pro__region-picker-button--mobile:focus {
719
- outline: var(--IDS-FOCUS__OUTLINE);
720
- outline-offset: -0.125rem !important;
75
+ .ids-header-1177-pro-region-picker .ids-header-1177-pro-region-picker__button:hover {
76
+ color: var(--IDS-HEADER-1177-PRO-REGION-PICKER__TEXT-HOVER-COLOR-DESKTOP);
77
+ text-decoration: underline;
78
+ text-underline-offset: 0.125rem;
721
79
  }
722
- :host .ids-header-1177-pro__nav.ids-header-1177-pro__nav--unresponsive .ids-header-1177-pro__region-picker-button--mobile ::slotted([slot=region-mobile]) {
723
- height: 2.5rem;
724
- max-width: 12.5rem;
80
+ .ids-header-1177-pro-region-picker .ids-header-1177-pro-region-picker__button:hover:after, .ids-header-1177-pro-region-picker .ids-header-1177-pro-region-picker__button:hover:before {
81
+ color: var(--IDS-HEADER-1177-PRO-REGION-PICKER__TEXT-HOVER-COLOR-DESKTOP);
725
82
  }
726
- :host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) .ids-header-1177-pro__region-picker-button {
727
- background: none;
728
- color: inherit;
729
- border: none;
730
- padding: 0;
731
- font: inherit;
732
- cursor: pointer;
733
- outline: inherit;
734
- border: none;
735
- font-size: 0.85rem !important;
736
- font-family: var(--IDS-FONT-FAMILY-BASE) !important;
737
- color: var(--IDS-COLOR-ACCENT-40) !important;
738
- min-height: 2.5rem;
83
+ .ids-header-1177-pro-region-picker.ids-header-1177-pro-region-picker--selected-region .ids-header-1177-pro-region-picker__region-icon {
84
+ padding-right: 1.25rem;
739
85
  position: relative;
740
86
  display: flex;
741
87
  align-items: center;
742
- gap: 1rem;
743
- margin-left: 1rem;
744
- margin-right: 1rem;
745
- padding: 0 2rem 0 0.5rem;
746
- }
747
- :host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) .ids-header-1177-pro__region-picker-button::before {
748
- left: -1.5rem;
749
- content: "";
750
- position: absolute;
751
- display: block;
752
- min-height: 4rem;
753
- width: 0.063rem;
754
- top: 50%;
755
- transform: translateY(-50%);
756
- background: var(--IDS-COLOR-ACCENT-30);
757
- }
758
- @media (max-width: 1024px) {
759
- :host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) .ids-header-1177-pro__region-picker-button::before {
760
- min-height: 2rem;
761
- }
762
- }
763
- :host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) .ids-header-1177-pro__region-picker-button:after {
764
- font: icon;
765
- font-family: "Inera-Design-Icons" !important;
766
- display: block;
767
- position: absolute;
768
- pointer-events: none;
769
- -webkit-font-smoothing: antialiased;
770
- -moz-osx-font-smoothing: grayscale;
771
- content: "\e936";
772
- color: var(--IDS-ICON__COLOR);
773
- right: 0.5rem;
774
- }
775
- :host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) .ids-header-1177-pro__region-picker-button.ids-header-1177-pro__region-picker-button--expanded:after {
776
- content: "\e939";
777
- }
778
- :host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) .ids-header-1177-pro__region-picker-button:focus {
779
- outline: var(--IDS-FOCUS__OUTLINE);
780
- outline-offset: -0.125rem !important;
781
- }
782
- :host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) .ids-header-1177-pro__region-picker-button ::slotted([slot=region]) {
783
- height: 2.5rem;
784
- max-width: 12.5rem;
785
- }
786
- @media (max-width: 1024px) {
787
- :host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) .ids-header-1177-pro__region-picker-button {
788
- display: none;
789
- }
790
- }
791
- :host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) .ids-header-1177-pro__region-picker-button--mobile {
792
- background: none;
793
- color: inherit;
794
- border: none;
795
- padding: 0;
796
- font: inherit;
797
- cursor: pointer;
798
- outline: inherit;
799
- position: relative;
800
- border: none;
801
- display: none;
802
- padding-right: 2rem !important;
803
- margin-right: 0;
804
- margin-left: 0;
805
- min-height: 1.875rem;
806
- align-items: center;
807
- }
808
- :host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) .ids-header-1177-pro__region-picker-button--mobile::before {
809
- display: none;
810
- }
811
- :host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) .ids-header-1177-pro__region-picker-button--mobile:after {
812
- font: icon;
813
- font-family: "Inera-Design-Icons" !important;
814
- display: block;
815
- position: absolute;
816
- pointer-events: none;
817
- -webkit-font-smoothing: antialiased;
818
- -moz-osx-font-smoothing: grayscale;
819
- content: "\e936";
820
- color: var(--IDS-ICON__COLOR);
821
- top: 50%;
822
- transform: translateY(-50%);
823
- right: 0;
824
- }
825
- :host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) .ids-header-1177-pro__region-picker-button--mobile.ids-header-1177-pro__region-picker-button--mobile--expanded:after {
826
- content: "\e939";
827
- }
828
- :host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) .ids-header-1177-pro__region-picker-button--mobile .ids-header-1177-pro__region-picker__text {
829
- font-size: 0.875rem;
830
- display: flex;
831
- position: relative;
832
- padding-left: 1.75rem;
833
- }
834
- :host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) .ids-header-1177-pro__region-picker-button--mobile .ids-header-1177-pro__region-picker__text::before {
835
- font: icon;
836
- font-family: "Inera-Design-Icons" !important;
837
- display: block;
838
- position: absolute;
839
- pointer-events: none;
840
- -webkit-font-smoothing: antialiased;
841
- -moz-osx-font-smoothing: grayscale;
842
- content: "\e921";
843
- font-size: 1.25rem;
844
- color: var(--IDS-ICON__COLOR);
845
- top: 0;
846
- left: 0;
847
- }
848
- @media (max-width: 1024px) {
849
- :host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) .ids-header-1177-pro__region-picker-button--mobile {
850
- display: flex;
851
- }
852
- }
853
- :host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) .ids-header-1177-pro__region-picker-button--mobile:focus {
854
- outline: var(--IDS-FOCUS__OUTLINE);
855
- outline-offset: -0.125rem !important;
856
- }
857
- :host .ids-header-1177-pro__nav:not(.ids-header-1177-pro__nav--unresponsive) .ids-header-1177-pro__region-picker-button--mobile ::slotted([slot=region-mobile]) {
858
- height: 2.5rem;
859
- max-width: 12.5rem;
860
88
  }