/* Vime - compactacao do cabecalho. Parte do plugin "Vime - Ajustes da Loja". */

/* Menu: 15 itens em 18px quebravam em 4 linhas. */
.elementor-location-header .elementor-nav-menu a.elementor-item{
  font-size:15px !important; padding:8px 13px !important; line-height:1.4 !important;
}

/* Icones sociais ja existem no rodape; no topo so empurravam o conteudo. */
@media (min-width:1025px){
  .elementor-location-header .elementor-widget-social-icons{ display:none !important; }
}

/* Respiro das faixas do topo */
.elementor-location-header .e-con.e-parent{ padding-top:10px !important; padding-bottom:10px !important; }

/* Faixa da busca mais enxuta */
.elementor-location-header .elementor-widget-search-form{ margin-block:0 !important; }
.elementor-location-header .elementor-search-form__container{ min-height:46px !important; }

/* Titulo animado das categorias ocupava uma tela sozinho */
.elementor-widget-animated-headline .elementor-headline{ font-size:30px !important; line-height:1.25 !important; }
