.listagem-item .acoes-produto .add-wishlist,
.listagem-item .acoes-produto .botao-comprar {
  display: none !important;
}

.listagem-item {
  position: relative;
}

.produto-sobrepor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 20;
}

.imagem-produto,
.imagem-produto * {
  pointer-events: none;
}

/* ==========================================================
   HOME SUA SOUL — AJUSTES FINAIS
   1. Banners full width
   2. Remove títulos das vitrines
   ========================================================== */


/* ==========================================================
   BANNERS FULL WIDTH
   ========================================================== */

.home-full-banner {
  width: 100vw !important;
  max-width: 100vw !important;

  position: relative !important;
  left: 50% !important;
  margin-left: -50vw !important;

  padding: 0 !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.home-full-banner .modulo.fullminibanner,
.home-full-banner .flexslider,
.home-full-banner .slides,
.home-full-banner .slides li,
.home-full-banner img {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  height: auto !important;
}


/* ==========================================================
   REMOVE TÍTULOS DAS VITRINES
   ========================================================== */

#listagemProdutos .titulo,
#listagemProdutos .titulo-categoria,
#listagemProdutos h2,
#listagemProdutos h3 {
  display: none !important;
}


/* ==========================================================
   RESPONSIVO
   ========================================================== */

@media (max-width: 767px) {
  .home-full-banner {
    margin-top: 25px !important;
    margin-bottom: 15px !important;
  }
}