/* NS-Project: browse title/search typography unified with homepage */

.topbar .eyebrow{
  display:none !important;
}

.topbar-inner{
  padding:5px 0 !important;
  align-items:center !important;
}

.page-title{
  font-size:17px !important;
  line-height:1.22 !important;
  font-weight:700 !important;
}

.page-subtitle{
  margin-top:2px !important;
  font-size:10px !important;
  line-height:1.2 !important;
  color:#64748b !important;
  font-weight:600 !important;
}

.nav-search{
  padding:9px 12px !important;
  border-radius:14px !important;
  font-size:13px !important;
  line-height:1.5 !important;
  font-weight:500 !important;
  font-family:-apple-system,BlinkMacSystemFont,"Hiragino Sans","Yu Gothic","YuGothic","Meiryo",sans-serif !important;
}

.nav-search::placeholder{
  font-size:13px !important;
  font-weight:500 !important;
  color:#94a3b8 !important;
}

.nav-search-results,
.nav-search-results *{
  font-size:15px !important;
  line-height:1.75 !important;
  font-weight:500 !important;
  font-family:-apple-system,BlinkMacSystemFont,"Hiragino Sans","Yu Gothic","YuGothic","Meiryo",sans-serif !important;
}

.nav-search-item{
  padding-top:6px !important;
  padding-bottom:6px !important;
}

@media (max-width:760px){
  .topbar-inner{
    padding:5px 0 !important;
  }

  .page-title{
    font-size:15px !important;
  }

  .page-subtitle{
    font-size:9px !important;
  }

  .nav-search{
    font-size:13px !important;
  }
}
