/* BJP mobile header: menu, search | logo | account, cart. */
#navigation .bjp-mobile-favourites { display: none !important; }
@media (max-width: 767px) {
  #header .header-top { height: 64px; }
  #header .header-top #bjp-mobile-language,
  #header .header-top .languagesMenu,
  #header .header-top #oblibeneBtn { display: none !important; }
  #header .header-top .navigation-buttons,
  #header .header-top .responsive-tools { position: static; }
  #header .header-top .site-name-wrapper {
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
    width: 96px !important;
    height: 44px;
    overflow: hidden;
  }
  .navigation-window-visible #header .header-top .site-name-wrapper {
    left: 0;
    transform: none;
    z-index: 1001;
  }
  #header .header-top .site-name { margin: 0; }
  #header .header-top .site-name a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 44px;
  }
  /* The existing logo asset has symmetric white margins. */
  #header .header-top .site-name img {
    flex: none;
    width: 168px;
    max-width: none;
    height: auto;
    max-height: none;
  }
  #header .header-top .responsive-tools a,
  #header .header-top .navigation-buttons .cart-count {
    position: absolute !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    top: 10px !important;
    width: 44px !important;
    height: 44px !important;
    min-height: 44px;
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
    background: transparent !important;
    text-decoration: none;
  }
  #header .header-top .responsive-tools a[data-target="navigation"] { left: 0 !important; right: auto !important; }
  #header .header-top .responsive-tools a[data-target="search"] { left: 44px !important; right: auto !important; }
  #header .header-top .responsive-tools a:not([data-target="navigation"]):not([data-target="search"]) { left: auto !important; right: 44px !important; }
  #header .header-top .navigation-buttons .cart-count { left: auto !important; right: 0 !important; }
  #header .header-top .responsive-tools a::before,
  #header .header-top .navigation-buttons .cart-count::before {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    margin: 0;
    font-size: 23px !important;
    line-height: 1 !important;
    color: #1e1e1c;
  }
  #header .header-top a:focus-visible { outline: 2px solid #1e1e1c; outline-offset: -3px; border-radius: 4px; }
  #navigation .menu-level-1 > .bjp-mobile-favourites { display: block !important; }
  #navigation .bjp-mobile-favourites > a { display: flex; align-items: center; gap: 10px; }
  #navigation .bjp-mobile-favourites .icon-oblibene { font-size: 20px; font-weight: 400; }
}
