
@media (prefers-reduced-motion: reduce) {
  .pageHeaderButton > a, .pageHeaderButton button {
    transition: none !important;
    animation: none !important;
  }
  .navigationListItem .icon {
    transition: none !important;
    animation: none !important;
  }
  .navigationListItem .icon svg {
    transition: none !important;
    animation: none !important;
  }
  .navigationList.level2 .navigationListItem.parentLink a .text,
  .navigationList.level2 .navigationListItem.parentLink > span .text {
    transition: none !important;
    animation: none !important;
  }
  .navPromo .promoBlockWrap .image img {
    transition: none !important;
    animation: none !important;
  }
}