/* Final header/search layer loaded after tablet overrides. */
html.knopa-search-active,
body.knopa-search-active {
  overflow-x: hidden !important;
}

html body.knopa-live-page [data-knopa-live-search].knopa-live-search-box,
html body.knopa-live-page #search.knopa-live-search-box {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: 52px !important;
  min-height: 52px !important;
  overflow: visible !important;
  border: 1px solid #e1e4ea !important;
  border-radius: 999px !important;
  background: #fff !important;
  box-shadow: 0 12px 28px rgba(15, 39, 64, .06), inset 0 0 0 1px rgba(255, 255, 255, .72) !important;
  z-index: 210 !important;
}

html body.knopa-live-page [data-knopa-live-search].is-active {
  border-color: #d3dae5 !important;
  box-shadow: 0 18px 40px rgba(15, 39, 64, .14), 0 0 0 4px rgba(230, 0, 79, .06) !important;
}

html body.knopa-live-page [data-knopa-live-search] input[name="search"] {
  position: relative !important;
  display: block !important;
  flex: 1 1 auto !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 112px 0 22px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: #112033 !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  box-shadow: none !important;
  outline: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  z-index: 1 !important;
}

html body.knopa-live-page [data-knopa-live-search] input[name="search"]::placeholder {
  color: #8a95a5 !important;
  font-weight: 700 !important;
  opacity: 1 !important;
}

html body.knopa-live-page [data-knopa-live-search].is-active input[name="search"],
html body.knopa-live-page [data-knopa-live-search].has-value input[name="search"] {
  padding-left: 48px !important;
}

html body.knopa-live-page .knopa-search-close,
html body.knopa-live-page .knopa-search-voice,
html body.knopa-live-page [data-knopa-live-search] .input-group-btn > button {
  position: absolute !important;
  top: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: #0c1b31 !important;
  font-size: 22px !important;
  line-height: 1 !important;
  box-shadow: none !important;
  transform: translateY(-50%) !important;
  z-index: 6 !important;
  cursor: pointer !important;
}

html body.knopa-live-page .knopa-search-close {
  left: 5px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

html body.knopa-live-page [data-knopa-live-search].is-active .knopa-search-close,
html body.knopa-live-page [data-knopa-live-search].has-value .knopa-search-close {
  opacity: 1 !important;
  pointer-events: auto !important;
  z-index: 8 !important;
}

html body.knopa-live-page .knopa-search-voice {
  right: 47px !important;
}

html body.knopa-live-page [data-knopa-live-search].is-listening .knopa-search-voice {
  color: #e6004f !important;
  background: rgba(230, 0, 79, .08) !important;
}

html body.knopa-live-page .knopa-search-divider {
  position: absolute !important;
  top: 50% !important;
  right: 46px !important;
  width: 1px !important;
  height: 24px !important;
  background: #e1e6ee !important;
  transform: translateY(-50%) !important;
  z-index: 2 !important;
}

html body.knopa-live-page [data-knopa-live-search] .input-group-btn {
  position: absolute !important;
  top: 0 !important;
  right: 4px !important;
  bottom: 0 !important;
  display: block !important;
  width: 42px !important;
  min-width: 42px !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  z-index: 3 !important;
}

html body.knopa-live-page [data-knopa-live-search] .input-group-btn > button {
  right: 0 !important;
}

html body.knopa-live-page [data-knopa-live-search] .input-group-btn > button span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

html body.knopa-live-page .knopa-search-close i,
html body.knopa-live-page .knopa-search-voice i,
html body.knopa-live-page [data-knopa-live-search] .input-group-btn > button i {
  font-size: inherit !important;
  line-height: 1 !important;
}

html body.knopa-live-page .knopa-live-search-panel {
  position: absolute !important;
  top: calc(100% + 10px) !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 12000 !important;
  display: block !important;
  max-height: min(520px, 72vh) !important;
  padding: 14px !important;
  overflow: auto !important;
  border: 1px solid rgba(215, 223, 234, .96) !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: 0 24px 60px rgba(8, 28, 54, .18) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(-6px) !important;
  transition: opacity .2s ease, transform .2s ease !important;
}

html body.knopa-live-page [data-knopa-live-search].is-panel-open .knopa-live-search-panel {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

@media (min-width: 1024px) {
  html body.knopa-live-page .knopa-live-header {
    padding: 0 !important;
    border-top: 1px solid #e8eef6 !important;
    border-bottom: 1px solid #e8eef6 !important;
    background: #fff !important;
    box-shadow: 0 12px 34px rgba(13, 38, 70, .055) !important;
  }

  html body.knopa-live-page .knopa-live-header__inner,
  html body.knopa-live-page .middle-header__content.knopa-live-header__inner {
    display: grid !important;
    grid-template-columns: 172px minmax(360px, 1fr) 1px 66px 66px 66px !important;
    align-items: center !important;
    gap: 18px !important;
    min-height: 88px !important;
    padding: 8px 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html body.knopa-live-page .knopa-live-header__inner .knopa-fixed-catalog-button {
    display: none !important;
  }

  html body.knopa-live-page .knopa-live-header__inner .knopa-fixed-catalog-button span,
  html body.knopa-live-page .knopa-live-header__inner .knopa-fixed-catalog-button .fa-angle-down,
  html body.knopa-live-page .knopa-live-header__inner .knopa-fixed-catalog-button .fa-list-ul {
    display: none !important;
  }

  html body.knopa-live-page .knopa-live-header__inner .knopa-fixed-catalog-button .fa-bars {
    display: block !important;
    margin: 0 !important;
    font-size: 25px !important;
  }

  html body.knopa-live-page .knopa-live-logo {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 172px !important;
    max-width: 172px !important;
    min-width: 0 !important;
    justify-self: start !important;
    align-self: center !important;
  }

  html body.knopa-live-page .knopa-live-logo img {
    max-width: 168px !important;
    max-height: 54px !important;
  }

  html body.knopa-live-page .knopa-live-header__inner .knopa-live-search {
    grid-column: 2 !important;
    grid-row: 1 !important;
    position: relative !important;
    width: 100% !important;
    max-width: 720px !important;
    min-width: 0 !important;
    justify-self: center !important;
    align-self: center !important;
  }

  html body.knopa-live-page .knopa-live-header__inner .knopa-live-search:after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    right: -19px !important;
    width: 1px !important;
    height: 34px !important;
    background: #e9eef5 !important;
    transform: translateY(-50%) !important;
  }

  html body.knopa-live-page .knopa-live-phone {
    display: none !important;
  }

  html body.knopa-live-page .knopa-live-account-card,
  html body.knopa-live-page .knopa-live-wishlist,
  html body.knopa-live-page .knopa-live-cart,
  html body.knopa-live-page .knopa-live-cart #cart,
  html body.knopa-live-page .knopa-live-cart #cart > button {
    width: 66px !important;
    min-width: 66px !important;
    max-width: 66px !important;
    height: 68px !important;
    min-height: 68px !important;
  }

  html body.knopa-live-page .knopa-live-account-card {
    grid-column: 4 !important;
    grid-row: 1 !important;
  }

  html body.knopa-live-page .knopa-live-wishlist {
    grid-column: 5 !important;
    grid-row: 1 !important;
  }

  html body.knopa-live-page .knopa-live-cart {
    grid-column: 6 !important;
    grid-row: 1 !important;
  }

  html body.knopa-live-page .knopa-live-account-card,
  html body.knopa-live-page .knopa-live-wishlist,
  html body.knopa-live-page .knopa-live-cart #cart > button {
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #0a172b !important;
    box-shadow: none !important;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, color .18s ease !important;
  }

  html body.knopa-live-page .knopa-live-account-card:hover,
  html body.knopa-live-page .knopa-live-wishlist:hover,
  html body.knopa-live-page .knopa-live-cart #cart > button:hover {
    color: #e6004f !important;
    transform: translateY(-1px) !important;
  }

  html body.knopa-live-page .knopa-live-account-card span,
  html body.knopa-live-page .knopa-live-wishlist span,
  html body.knopa-live-page .knopa-live-cart-copy {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    color: inherit !important;
    text-align: center !important;
    font-size: 12.5px !important;
    line-height: 1.1 !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
  }

  html body.knopa-live-page .knopa-live-cart #cart-total {
    display: none !important;
  }

  html body.knopa-live-page .knopa-live-account-card span b,
  html body.knopa-live-page .knopa-live-wishlist span b,
  html body.knopa-live-page .knopa-live-cart-copy b {
    display: block !important;
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
  }

  html body.knopa-live-page .knopa-live-account-card span b {
    font-size: 0 !important;
  }

  html body.knopa-live-page .knopa-live-account-card span b:after {
    content: "Вхід" !important;
    font-size: 12.5px !important;
  }

  html[lang^="ru"] body.knopa-live-page .knopa-live-account-card span b:after {
    content: "Вход" !important;
  }

  html body.knopa-live-page .knopa-live-account-card span small,
  html body.knopa-live-page .knopa-live-wishlist span small,
  html body.knopa-live-page .knopa-live-cart-copy small {
    display: none !important;
  }

  html body.knopa-live-page .knopa-live-account-card i,
  html body.knopa-live-page .knopa-live-wishlist i,
  html body.knopa-live-page .knopa-live-cart #cart > button i.knopa-cart-main-icon,
  html body.knopa-live-page .knopa-live-cart #cart > button > i.fa-shopping-cart {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    margin: 0 !important;
    border: 1px solid #e0e7f0 !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #0a172b !important;
    font-size: 23px !important;
    box-shadow: 0 7px 18px rgba(15, 39, 64, .052) !important;
    transition: border-color .18s ease, box-shadow .18s ease, color .18s ease !important;
  }

  html body.knopa-live-page .knopa-live-account-card:hover i,
  html body.knopa-live-page .knopa-live-wishlist:hover i,
  html body.knopa-live-page .knopa-live-cart #cart > button:hover i.knopa-cart-main-icon,
  html body.knopa-live-page .knopa-live-cart #cart > button:hover > i.fa-shopping-cart {
    border-color: rgba(230, 0, 79, .24) !important;
    color: #e6004f !important;
    box-shadow: 0 12px 26px rgba(15, 39, 64, .09) !important;
  }

  html body.knopa-live-page .knopa-live-search #search.knopa-live-search-box,
  html body.knopa-live-page .knopa-live-search [data-knopa-live-search].knopa-live-search-box {
    height: 52px !important;
    min-height: 52px !important;
    border-color: #dfe7f1 !important;
    box-shadow: 0 12px 26px rgba(15, 39, 64, .07) !important;
  }

  html body.knopa-live-page .knopa-live-search #search.knopa-live-search-box input[name="search"] {
    padding-right: 112px !important;
  }

  html body.knopa-live-page .knopa-live-search #search.knopa-live-search-box.is-active input[name="search"],
  html body.knopa-live-page .knopa-live-search #search.knopa-live-search-box.has-value input[name="search"] {
    padding-left: 52px !important;
  }

  html body.knopa-live-page .knopa-live-search #search.knopa-live-search-box .knopa-search-voice {
    right: 47px !important;
  }

  html body.knopa-live-page .knopa-live-search #search.knopa-live-search-box .knopa-search-voice i {
    font-size: 22px !important;
  }

  html body.knopa-live-page .knopa-live-search #search.knopa-live-search-box .knopa-search-divider {
    right: 46px !important;
  }

  html body.knopa-live-page .knopa-live-search #search.knopa-live-search-box .input-group-btn {
    position: absolute !important;
    top: 0 !important;
    right: 4px !important;
    bottom: 0 !important;
    display: block !important;
    width: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body.knopa-live-page .knopa-live-search #search.knopa-live-search-box .input-group-btn > button.btn {
    right: 0 !important;
    width: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: #0c1b31 !important;
    font-size: 22px !important;
    box-shadow: none !important;
  }

  html body.knopa-live-page .knopa-live-search #search.knopa-live-search-box .input-group-btn > button.btn:after {
    content: none !important;
    display: none !important;
  }

  html body.knopa-live-page .knopa-live-search #search.knopa-live-search-box .input-group-btn > button.btn i {
    margin: 0 !important;
    font-size: 22px !important;
  }

  html body.knopa-live-page .knopa-live-language:after {
    content: "\f107" !important;
    display: inline-block !important;
    margin-left: 7px !important;
    font-family: FontAwesome !important;
    font-weight: normal !important;
    font-size: 12px !important;
    color: #17304c !important;
  }
}

@media (max-width: 1023px) {
  html body.knopa-live-page .mob-header.codex-mobile-search-header {
    padding: 0 !important;
    background: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  html body.knopa-live-page .mob-header .knopa-live-container,
  html body.knopa-live-page .mob-header__container {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  html body.knopa-live-page .mob-header.codex-mobile-search-header > .container.mob-header__container.knopa-live-container,
  html body.knopa-live-page .codex-mobile-search-header .container.mob-header__container.knopa-live-container {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  html body.knopa-live-page .mob-header__content {
    display: block !important;
    padding: 8px 10px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
  }

  html body.knopa-live-page .codex-mobile-search-header__top {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
  }

  html body.knopa-live-page.knopa-search-active .mob-header.codex-mobile-search-header,
  html body.knopa-live-page.knopa-search-active .mob-header .knopa-live-container,
  html body.knopa-live-page.knopa-search-active .mob-header__container,
  html body.knopa-live-page.knopa-search-active .mob-header__content,
  html body.knopa-live-page.knopa-search-active .codex-mobile-search-header__top {
    overflow: visible !important;
  }

  html body.knopa-live-page.knopa-search-active .mob-header.codex-mobile-search-header {
    z-index: 15000 !important;
  }

  html body.knopa-live-page .codex-mobile-search-header__search-row,
  html body.knopa-live-page .codex-mobile-search-header__home-link {
    display: none !important;
  }

  html body.knopa-live-page .codex-mobile-search-header__catalog.codex-mobile-search-header__burger {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 36px !important;
    width: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;
    height: 36px !important;
    min-height: 36px !important;
    padding: 0 !important;
    border: 1px solid #dfe7f1 !important;
    border-radius: 12px !important;
    background: #fff !important;
    color: #0a172b !important;
    box-shadow: none !important;
  }

  html body.knopa-live-page .codex-mobile-search-header__catalog.codex-mobile-search-header__burger span {
    display: none !important;
  }

  html body.knopa-live-page .codex-mobile-search-header__catalog.codex-mobile-search-header__burger i {
    margin: 0 !important;
    color: inherit !important;
    font-size: 20px !important;
  }

  html body.knopa-live-page .codex-mobile-search-header__logo,
  html body.knopa-live-page .codex-mobile-search-header__logo img {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: 76px !important;
    height: auto !important;
    max-height: 30px !important;
    object-fit: contain !important;
  }

  html body.knopa-live-page .codex-mobile-search-header__top > #search.knopa-live-search-box,
  html body.knopa-live-page .codex-mobile-search-header__top > [data-knopa-live-search].knopa-live-search-box {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    height: 38px !important;
    min-height: 38px !important;
    margin: 0 !important;
    align-self: center !important;
    box-shadow: none !important;
  }

  html body.knopa-live-page .codex-mobile-search-header__top > #search.knopa-live-search-box.is-active,
  html body.knopa-live-page .codex-mobile-search-header__top > [data-knopa-live-search].is-active {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 40 !important;
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    box-shadow: none !important;
  }

  html body.knopa-live-page .codex-mobile-search-header__top > [data-knopa-live-search] input[name="search"] {
    padding-left: 10px !important;
    padding-right: 56px !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
  }

  html body.knopa-live-page .codex-mobile-search-header__top > [data-knopa-live-search] input[name="search"]::placeholder {
    font-size: 15px !important;
  }

  html body.knopa-live-page .codex-mobile-search-header__top > [data-knopa-live-search].is-active input[name="search"],
  html body.knopa-live-page .codex-mobile-search-header__top > [data-knopa-live-search].has-value input[name="search"] {
    padding-left: 40px !important;
  }

  html body.knopa-live-page .codex-mobile-search-header__top > [data-knopa-live-search].is-active input[name="search"] {
    padding-right: 74px !important;
  }

  html body.knopa-live-page .codex-mobile-search-header__top > [data-knopa-live-search] .knopa-search-close,
  html body.knopa-live-page .codex-mobile-search-header__top > [data-knopa-live-search] .knopa-search-voice,
  html body.knopa-live-page .codex-mobile-search-header__top > [data-knopa-live-search] .input-group-btn > button {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    font-size: 18px !important;
  }

  html body.knopa-live-page .codex-mobile-search-header__top > [data-knopa-live-search] .knopa-search-voice {
    right: 35px !important;
  }

  html body.knopa-live-page .codex-mobile-search-header__top > [data-knopa-live-search]:not(.is-active) .knopa-search-divider {
    display: none !important;
  }

  html body.knopa-live-page .codex-mobile-search-header__top > [data-knopa-live-search]:not(.is-active) .knopa-search-voice {
    display: inline-flex !important;
    right: 27px !important;
    width: 27px !important;
    min-width: 27px !important;
    height: 32px !important;
    min-height: 32px !important;
    font-size: 16px !important;
  }

  html body.knopa-live-page .codex-mobile-search-header__top > [data-knopa-live-search] .knopa-search-divider {
    right: 34px !important;
    height: 18px !important;
  }

  html body.knopa-live-page .codex-mobile-search-header__top > [data-knopa-live-search] .input-group-btn {
    width: 32px !important;
    min-width: 32px !important;
  }

  html body.knopa-live-page .codex-mobile-search-header__top > [data-knopa-live-search]:not(.is-active) .input-group-btn {
    width: 28px !important;
    min-width: 28px !important;
  }

  html body.knopa-live-page .codex-mobile-search-header__top > [data-knopa-live-search]:not(.is-active) .input-group-btn > button {
    width: 28px !important;
    min-width: 28px !important;
    height: 32px !important;
    min-height: 32px !important;
    font-size: 18px !important;
  }

  html body.knopa-live-page .codex-mobile-search-header__actions {
    display: flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    gap: 3px !important;
    margin: 0 !important;
  }

  html body.knopa-live-page .codex-mobile-search-header__icon-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 34px !important;
    width: 34px !important;
    min-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    border: 1px solid #dfe7f1 !important;
    border-radius: 12px !important;
    background: #fff !important;
    color: #0a172b !important;
    box-shadow: none !important;
  }

  html body.knopa-live-page .codex-mobile-search-header__icon-link i {
    color: inherit !important;
    font-size: 19px !important;
  }

  html body.knopa-live-page .codex-mobile-search-header__top > [data-knopa-live-search] .knopa-live-search-panel {
    top: calc(100% + 9px) !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-height: min(470px, 72vh) !important;
    border-radius: 20px !important;
    padding: 12px !important;
  }
}

@media (min-width: 1024px) {
  html.knopa-header-fixed body.knopa-live-page .knopa-live-header__inner,
  html.knopa-header-fixed body.knopa-live-page .middle-header__content.knopa-live-header__inner {
    grid-template-columns: 164px 218px minmax(330px, 1fr) 1px 66px 66px 66px !important;
    gap: 14px !important;
    min-height: 82px !important;
    padding: 7px 0 !important;
  }

  html.knopa-header-fixed body.knopa-live-page .knopa-live-logo {
    grid-column: 1 !important;
    width: 164px !important;
    max-width: 164px !important;
  }

  html.knopa-header-fixed body.knopa-live-page .knopa-live-logo img {
    max-width: 160px !important;
    max-height: 52px !important;
  }

  html.knopa-header-fixed body.knopa-live-page .knopa-live-header__inner .knopa-fixed-catalog-button {
    grid-column: 2 !important;
    grid-row: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    align-self: center !important;
    justify-self: stretch !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: 52px !important;
    min-height: 52px !important;
    margin: 0 !important;
    padding: 0 17px !important;
    border: 0 !important;
    border-radius: 16px !important;
    background: linear-gradient(135deg, #1f364e 0%, #36536f 100%) !important;
    color: #fff !important;
    box-shadow: 0 12px 24px rgba(21, 45, 72, .16) !important;
    text-decoration: none !important;
    overflow: hidden !important;
    transition: background .18s ease, box-shadow .18s ease, transform .18s ease !important;
  }

  html.knopa-header-fixed body.knopa-live-page .knopa-live-header__inner .knopa-fixed-catalog-button:hover,
  html.knopa-header-fixed body.knopa-live-page .knopa-live-header__inner .knopa-fixed-catalog-button.is-open {
    background: linear-gradient(135deg, #17304a 0%, #294a68 100%) !important;
    box-shadow: 0 14px 28px rgba(21, 45, 72, .22) !important;
    color: #fff !important;
    transform: translateY(-1px) !important;
  }

  html.knopa-header-fixed body.knopa-live-page .knopa-live-header__inner .knopa-fixed-catalog-button span,
  html.knopa-header-fixed body.knopa-live-page .knopa-live-header__inner .knopa-fixed-catalog-button .fa-bars,
  html.knopa-header-fixed body.knopa-live-page .knopa-live-header__inner .knopa-fixed-catalog-button .fa-angle-down {
    display: inline-flex !important;
    align-items: center !important;
    color: inherit !important;
    line-height: 1 !important;
  }

  html.knopa-header-fixed body.knopa-live-page .knopa-live-header__inner .knopa-fixed-catalog-button span {
    flex: 1 1 auto !important;
    justify-content: center !important;
    min-width: 0 !important;
    padding: 0 10px !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
  }

  html.knopa-header-fixed body.knopa-live-page .knopa-live-header__inner .knopa-fixed-catalog-button .fa-bars,
  html.knopa-header-fixed body.knopa-live-page .knopa-live-header__inner .knopa-fixed-catalog-button .fa-angle-down {
    flex: 0 0 18px !important;
    justify-content: center !important;
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
    font-size: 17px !important;
  }

  html.knopa-header-fixed body.knopa-live-page .knopa-live-header__inner .knopa-fixed-catalog-button .fa-angle-down {
    transition: transform .18s ease !important;
  }

  html.knopa-header-fixed body.knopa-live-page .knopa-live-header__inner .knopa-fixed-catalog-button.is-open .fa-angle-down {
    transform: rotate(180deg) !important;
  }

  html.knopa-header-fixed body.knopa-live-page .knopa-live-header__inner .knopa-live-search {
    grid-column: 3 !important;
    max-width: none !important;
    width: 100% !important;
  }

  html.knopa-header-fixed body.knopa-live-page .knopa-live-header__inner .knopa-live-search:after {
    right: -14px !important;
    height: 32px !important;
  }

  html.knopa-header-fixed body.knopa-live-page .knopa-live-account-card {
    grid-column: 5 !important;
  }

  html.knopa-header-fixed body.knopa-live-page .knopa-live-wishlist {
    grid-column: 6 !important;
  }

  html.knopa-header-fixed body.knopa-live-page .knopa-live-cart {
    grid-column: 7 !important;
  }
}

@media (min-width: 1024px) and (max-width: 1180px) {
  html.knopa-header-fixed body.knopa-live-page .knopa-live-header__inner,
  html.knopa-header-fixed body.knopa-live-page .middle-header__content.knopa-live-header__inner {
    grid-template-columns: 146px 184px minmax(260px, 1fr) 1px 62px 62px 62px !important;
    gap: 10px !important;
  }

  html.knopa-header-fixed body.knopa-live-page .knopa-live-header__inner .knopa-fixed-catalog-button {
    height: 50px !important;
    min-height: 50px !important;
    padding: 0 14px !important;
    border-radius: 15px !important;
  }

  html.knopa-header-fixed body.knopa-live-page .knopa-live-header__inner .knopa-fixed-catalog-button span {
    padding: 0 7px !important;
    font-size: 14.5px !important;
  }

  html.knopa-header-fixed body.knopa-live-page .knopa-live-logo {
    width: 146px !important;
    max-width: 146px !important;
  }

  html.knopa-header-fixed body.knopa-live-page .knopa-live-logo img {
    max-width: 142px !important;
  }
}

@media (max-width: 374px) {
  html body.knopa-live-page .codex-mobile-search-header__logo,
  html body.knopa-live-page .codex-mobile-search-header__logo img {
    max-width: 68px !important;
  }

  html body.knopa-live-page .codex-mobile-search-header__icon-link {
    flex-basis: 32px !important;
    width: 32px !important;
    min-width: 32px !important;
    height: 32px !important;
    min-height: 32px !important;
  }

  html body.knopa-live-page .codex-mobile-search-header__icon-link i {
    font-size: 18px !important;
  }

  html body.knopa-live-page .codex-mobile-search-header__top > [data-knopa-live-search] input[name="search"]::placeholder {
    font-size: 12px !important;
  }

  html body.knopa-live-page .codex-mobile-search-header__top > [data-knopa-live-search]:not(.is-active) input[name="search"] {
    padding-left: 8px !important;
    padding-right: 55px !important;
  }
}

@media (min-width: 1024px) {
  html body.knopa-live-page .knopa-live-wishlist,
  html body.knopa-live-page .knopa-live-cart #cart > button {
    position: relative !important;
    overflow: visible !important;
  }

  html body.knopa-live-page .knopa-live-wishlist > .knopa-header-badge,
  html body.knopa-live-page .knopa-live-cart #cart > button > .knopa-cart-count-badge {
    position: absolute !important;
    top: -2px !important;
    right: 7px !important;
    left: auto !important;
    bottom: auto !important;
    z-index: 12 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 20px !important;
    width: auto !important;
    height: 20px !important;
    margin: 0 !important;
    padding: 0 5px !important;
    border: 2px solid #fff !important;
    border-radius: 999px !important;
    background: #ff0054 !important;
    color: #fff !important;
    font-size: 11px !important;
    line-height: 16px !important;
    font-weight: 900 !important;
    font-style: normal !important;
    text-align: center !important;
    box-shadow: 0 6px 14px rgba(255, 0, 84, .26) !important;
    pointer-events: none !important;
    transform: none !important;
  }

  html body.knopa-live-page .knopa-live-wishlist > .knopa-header-badge[hidden],
  html body.knopa-live-page .knopa-live-cart #cart > button > .knopa-cart-count-badge[hidden],
  html body.knopa-live-page .knopa-live-wishlist > .knopa-header-badge:empty,
  html body.knopa-live-page .knopa-live-cart #cart > button > .knopa-cart-count-badge:empty {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  html body.knopa-live-page .codex-mobile-search-header__icon-link {
    position: relative !important;
    overflow: visible !important;
  }

  html body.knopa-live-page .codex-mobile-search-header__icon-link > .knopa-header-badge,
  html body.knopa-live-page .codex-mobile-search-header__icon-link > .knopa-mobile-count-badge,
  html body.knopa-live-page .codex-mobile-search-header__icon-link > .knopa-wishlist-count,
  html body.knopa-live-page .codex-mobile-search-header__icon-link > .knopa-cart-count-badge {
    position: absolute !important;
    top: -6px !important;
    right: -4px !important;
    left: auto !important;
    bottom: auto !important;
    z-index: 12 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 18px !important;
    width: auto !important;
    height: 18px !important;
    margin: 0 !important;
    padding: 0 4px !important;
    border: 2px solid #fff !important;
    border-radius: 999px !important;
    background: #ff0054 !important;
    color: #fff !important;
    font-size: 10px !important;
    line-height: 14px !important;
    font-weight: 900 !important;
    font-style: normal !important;
    text-align: center !important;
    box-shadow: 0 5px 11px rgba(255, 0, 84, .28) !important;
    pointer-events: none !important;
    transform: none !important;
  }

  html body.knopa-live-page .codex-mobile-search-header__icon-link > .knopa-header-badge[hidden],
  html body.knopa-live-page .codex-mobile-search-header__icon-link > .knopa-mobile-count-badge[hidden],
  html body.knopa-live-page .codex-mobile-search-header__icon-link > .knopa-wishlist-count[hidden],
  html body.knopa-live-page .codex-mobile-search-header__icon-link > .knopa-cart-count-badge[hidden] {
    display: none !important;
  }
}
