/* Top Soldas: compact brand, search and categories at laptop widths. */
@media (min-width: 961px) and (max-width: 1399px) {
  .header-regular .header-primary.header.container {
    min-height: 270px;
  }

  .header-regular .hp-blocks-holder {
    min-height: 270px;
  }

  .header-regular .hp-blocks-holder > .hp-block:not(.search-wrapper-centered):not(.user-menu) {
    min-height: 270px;
  }

  .header-regular .logo-wrapper--regular,
  .header-regular .logo-wrapper--regular .logo,
  .header-regular .logo-wrapper--regular a {
    height: 260px !important;
  }

  .header-regular .logo-wrapper--regular img {
    width: 256px !important;
    max-width: 256px !important;
    height: 256px !important;
    max-height: 256px !important;
  }

  .header-regular:not(.sticky-header) .nav-container {
    top: 155px;
  }

  .header-regular:not(.sticky-header) .nav.container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .header-regular:not(.sticky-header) .nav.container > .inner-container {
    box-sizing: border-box;
    width: min(760px, 100%);
    margin-right: auto;
    margin-left: auto;
  }
}
