/* Center logo on desktop only */
@media screen and (min-width: 750px) {
.header__heading,
.header__heading-logo {
display: flex !important;
justify-content: center !important;
align-items: center !important;
text-align: center !important;
margin: 0 auto !important;
}
.header__inline-menu {
flex: 1 !important;
}
}
Choosing a selection results in a full page refresh.