

@media (min-width: 1118px) {
  .header__menuButton[aria-expanded=true]::after {
    opacity: 1;
  }
  .header__searchBarInputWrapper .header__searchBarInput {
    --rch-header-magnifier-width: 37px;
    height: 75px;
  }
}

@media (min-width: 1442px) {
  .header__base {
    --dummy-var: 0;
  }
  .header__menuButtonText {
    clip-path: none;
    position: static;
    opacity: 1;
  }
}


@media (min-width: 1678px) {
  .header__logoImage {
    width: 176px;
    height: 41px;
  }
}