/* ZLOT V455 - Favoriler kaldır, 3 mobil menüyü ortala */
@media (max-width: 900px){
  html body .mobile-app-nav{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    align-items:stretch!important;
    justify-content:center!important;
    gap:8px!important;
    left:50%!important;
    right:auto!important;
    width:calc(100% - 24px)!important;
    max-width:620px!important;
    transform:translateX(-50%)!important;
    padding:10px!important;
    box-sizing:border-box!important;
  }

  html body .mobile-app-nav > a[href*="#favoriler"],
  html body .mobile-app-nav > a:nth-child(4){
    display:none!important;
  }

  html body .mobile-app-nav > a{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    margin:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex-direction:column!important;
    text-align:center!important;
  }

  html body .mobile-app-nav > a span,
  html body .mobile-app-nav > a strong{
    margin-left:auto!important;
    margin-right:auto!important;
    text-align:center!important;
  }
}

@media (max-width: 420px){
  html body .mobile-app-nav{
    width:calc(100% - 16px)!important;
    gap:6px!important;
    padding:8px!important;
  }
}
