
@media (max-width:1100px){
  /* Known/likely mobile quick navigation containers */
  [data-v608-mobile-quick-menu-removed="1"],
  .mobile-bottom-nav,
  .mobile-bottom-navigation,
  .bottom-mobile-nav,
  .bottom-nav,
  .app-bottom-nav,
  .vifood-mobile-nav,
  nav[data-mobile-bottom-nav],
  [data-testid="mobile-bottom-nav"],
  [data-testid="bottom-navigation"],
  body>nav.fixed.bottom-0,
  body>div>nav.fixed.bottom-0,
  #root>div>nav.fixed.bottom-0,
  #root>div>div.fixed.bottom-0.left-0.right-0,
  #root>div>div.fixed.inset-x-0.bottom-0{
    display:none!important;
    visibility:hidden!important;
    pointer-events:none!important;
    height:0!important;
    min-height:0!important;
    max-height:0!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
  }

  /* Remove reserved bottom gap left by the old quick menu */
  html,body,#root,#root>div{
    padding-bottom:0!important;
    margin-bottom:0!important;
  }
}
