/* =========================================================
   LOVESTOCK — CATEGORIAS OVERLAY INTEIRO V2

   O painel agora ocupa a tela inteira por trás da barra
   inferior. A barra permanece flutuando por cima, sem
   recortar o painel. O conteúdo recebe espaço interno para
   que o último card continue acessível.
========================================================= */

@media (max-width:900px){

  html.lsmm-open,
  html.lsmm-open body{
    overflow:hidden !important;
    overscroll-behavior:none !important;
  }

  #lsmmBackdrop.lsmm-backdrop{
    position:fixed !important;
    inset:0 !important;
    z-index:2147483000 !important;
  }

  #lsmmPanel.lsmm-panel{
    position:fixed !important;
    top:10px !important;
    right:10px !important;
    bottom:0 !important;
    left:10px !important;
    max-height:none !important;
    height:auto !important;
    z-index:2147483001 !important;
    border-bottom-left-radius:0 !important;
    border-bottom-right-radius:0 !important;
  }

  #lsmmPanel .lsmm-list{
    padding-bottom:calc(var(--lsmm-bottom, 92px) + 28px + env(safe-area-inset-bottom)) !important;
    scroll-padding-bottom:calc(var(--lsmm-bottom, 92px) + 28px + env(safe-area-inset-bottom)) !important;
  }

  .mobile-bottom.ls-premium-nav{
    position:fixed !important;
    z-index:2147483002 !important;
  }
}

@media (max-width:390px){
  #lsmmPanel.lsmm-panel{
    top:6px !important;
    right:6px !important;
    bottom:0 !important;
    left:6px !important;
  }
}
