@media (max-width: 1024px) {
  .lio-mh-header .whb-general-header > .container {
    width: 100% !important;
    max-width: none !important;
    padding-inline: 0 !important;
  }

  .lio-mh-header .lio-mh-row {
    display: grid !important;
    grid-template-columns: 56px minmax(78px, 1fr) 44px;
    align-items: center;
    gap: 6px;
    min-height: 72px;
    height: auto !important;
    width: 100%;
    margin-inline: 0;
    padding: 10px 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.58);
    border-right: 0;
    border-bottom: 1px solid rgba(126, 126, 126, 0.18);
    border-left: 0;
    border-radius: 0;
    background: #ececec;
    box-shadow: -7px -7px 16px rgba(255, 255, 255, 0.88), 8px 9px 18px rgba(126, 126, 126, 0.2);
  }

  .lio-mh-row .lio-mh-left,
  .lio-mh-row .lio-mh-center,
  .lio-mh-row .lio-mh-right {
    min-width: 0;
    height: auto !important;
    min-height: 0;
    margin: 0 !important;
    padding: 0 !important;
    flex: none !important;
  }

  .lio-mh-row .lio-mh-left,
  .lio-mh-row .lio-mh-center {
    display: grid;
    align-items: center;
  }

  .lio-mh-row .lio-mh-left {
    justify-content: start;
  }

  .lio-mh-row .lio-mh-center {
    justify-content: center;
  }

  .lio-mh-center > .site-logo,
  .lio-mh-right > .wd-header-text {
    padding: 0 !important;
    min-width: 0;
  }

  .lio-mh-row .lio-mh-right {
    display: grid;
    grid-template-columns: 44px;
    align-items: center;
    justify-content: end;
    gap: 6px;
  }

  .lio-mh-row .lio-mh-menu,
  .lio-mh-row .lio-mh-search {
    min-width: 44px;
    min-height: 44px;
    place-items: center;
    border-radius: 14px;
    background: #ececec;
    box-shadow: -4px -4px 10px rgba(255, 255, 255, 0.9), 4px 5px 11px rgba(126, 126, 126, 0.2);
    transition: box-shadow 150ms ease, transform 150ms ease, color 150ms ease;
  }

  .lio-mh-row .lio-mh-menu {
    display: inline-flex !important;
    width: 56px;
    padding: 0 7px !important;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 10px;
  }

  .lio-mh-row .lio-mh-menu svg {
    width: 19px;
    height: 19px;
  }

  .lio-mh-row .lio-mh-menu .wd-tools-text {
    margin: 0;
    font-size: 10px;
    font-weight: 800;
  }

  .lio-mh-row .lio-mh-menu .wd-tools-icon {
    flex: 0 0 19px;
    width: 19px;
  }

  .lio-mh-row .lio-mh-search {
    display: inline-grid !important;
    padding: 0 !important;
  }

  .lio-mh-row .lio-mh-search .wd-tools-icon {
    --lio-mh-search-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8.25' cy='8.25' r='5.75'/%3E%3Cpath d='m12.75 12.75 5 5'/%3E%3C/svg%3E");
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    background-color: currentColor;
    color: inherit;
    font-size: 0 !important;
    -webkit-mask: var(--lio-mh-search-icon) center / contain no-repeat;
    mask: var(--lio-mh-search-icon) center / contain no-repeat;
    forced-color-adjust: none;
  }

  .lio-mh-row .lio-mh-search .wd-tools-icon::before,
  .lio-mh-row .lio-mh-search .wd-tools-icon::after {
    content: none !important;
    display: none !important;
  }

  .lio-mh-row .lio-mh-menu:active,
  .lio-mh-row .lio-mh-search:active {
    transform: translateY(1px);
    box-shadow: inset 3px 3px 7px rgba(126, 126, 126, 0.2), inset -3px -3px 7px rgba(255, 255, 255, 0.9);
  }

  .lio-mh-row .lio-mh-menu:focus-visible,
  .lio-mh-row .lio-mh-search:focus-visible,
  .lio-mh-row .lio-mh-logo:focus-visible {
    outline: 2px solid #8e1d1d;
    outline-offset: 3px;
  }

  .lio-mh-row .lio-mh-logo {
    display: grid;
    min-width: 0;
    min-height: 44px;
    place-items: center;
    border-radius: 13px;
  }

  .lio-mh-row .lio-mh-logo picture,
  .lio-mh-row .lio-mh-logo img {
    display: block;
    width: min(100%, 108px);
    max-width: 108px;
    height: auto;
  }

  .lio-mh-row .lio-mh-logo img {
    mix-blend-mode: multiply;
  }

  .lio-mh-row .lio-mh-phone {
    display: none !important;
    min-width: 68px;
    padding: 0 7px !important;
    align-items: center;
    justify-content: center;
    color: #8e1d1d !important;
    font-size: 9px !important;
    font-family: Tahoma, Arial, sans-serif;
    font-weight: 800 !important;
    white-space: nowrap !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lio-mh-header .lio-mh-menu,
  .lio-mh-header .lio-mh-search {
    transition-duration: 0.01ms;
  }
}
