@media (min-width: 1050px){
  .shell nav{
    gap:5px!important;
    overflow-x:hidden!important;
    overflow-y:visible!important;
    scrollbar-width:none;
  }
  .shell nav::-webkit-scrollbar{display:none}
  .shell nav button{
    padding:8px 10px!important;
    border-radius:9px!important;
    font-size:13.5px!important;
    line-height:1.1!important;
    letter-spacing:-.01em;
    flex:0 1 auto!important;
    min-width:0!important;
    background:#dff25b!important;
    color:#10200f!important;
    border:1px solid #c7db43!important;
  }
  .shell nav button:hover{
    filter:brightness(1.06);
  }
  .shell nav button.active{
    background:#efff69!important;
    color:#08100d!important;
    border-color:#f4ff9b!important;
    box-shadow:0 0 0 2px rgba(223,242,91,.18),0 4px 14px rgba(0,0,0,.22);
  }
}
@media (min-width: 1250px){
  .shell nav button{padding:8px 11px!important;font-size:14px!important}
}
