
/* 10.26.12 — desktop: nada do menu mobile abaixo do rodapé */
@media (min-width:741px){
  html body{
    padding-bottom:0!important;
  }

  html body .clc-mobile-bottom-nav,
  html body nav.clc-mobile-bottom-nav,
  html body .clc-mobile-bottom-nav__item,
  html body .clc-mobile-bottom-nav__home,
  html body .clc-mobile-bottom-nav__cart,
  html body .clc-mobile-bottom-nav__publish,
  html body .clc-mobile-bottom-nav__favorites,
  html body .clc-mobile-bottom-nav__assistant{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    width:0!important;
    height:0!important;
    min-width:0!important;
    min-height:0!important;
    max-width:0!important;
    max-height:0!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    overflow:hidden!important;
    pointer-events:none!important;
    position:absolute!important;
    left:-99999px!important;
    bottom:auto!important;
  }

  /* Bloqueia outras barras mobile herdadas que possam surgir após o footer. */
  html body footer ~ .clc-mobile-bottom-nav,
  html body footer ~ [class*="mobile-bottom"],
  html body footer ~ [class*="bottom-mobile"],
  html body footer ~ [class*="mobile-nav"],
  html body footer ~ [class*="mobile-menu"]{
    display:none!important;
    visibility:hidden!important;
  }
}
