/* Solid variant of the shared landing header, only for inventory. */
#header.inventory-detail-header {
  position: relative;
  background: #fff;
  box-shadow: 0 1px 0 #e4eaf4;
}
#header.inventory-detail-header .header-section { background: #fff; }
#header.inventory-detail-header .navbar-brand-default,
#header.inventory-detail-header .navbar-brand-collapsed { display: none !important; }
#header.inventory-detail-header .navbar-brand-on-scroll { display: flex !important; }
#header.inventory-detail-header .nav-link,
#header.inventory-detail-header .navbar-toggler { color: #071d51 !important; }
#header.inventory-detail-header a[href="/landing/functions/"] {
  position: relative;
  color: #075fe4 !important;
  font-weight: 700;
}
#header.inventory-detail-header a[href="/landing/functions/"]::before {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 14px;
  height: 2px;
  border-radius: 2px;
  background: #075fe4;
}
@media (max-width: 991px) {
  #header.inventory-detail-header a[href="/landing/functions/"]::before { display: none; }
}
