.cores-personalizadas .info-destaque {
    background: #6a6a691a!important;
}

footer p:last-child {
  display: none !important;
}

footer div:last-child {
  display: none !important;
}
#descricao .zelar-info-col ul,
#descricao .zelar-info-col li,
#descricao .zelar-info-col ol,
#descricao .zelar-frag-card ul,
#descricao .zelar-frag-card li,
#descricao .zelar-frag-card ol{
  list-style:none !important;
}

.banner-full img {
     max-width: 100%!important;
}

/* ===== Melhoria visual das vitrines de produtos - Zelar Aromas ===== */

.listagem-item-wrap {
  background: #ffffff;
  border-radius: 18px;
  padding: 14px;
  transition: all 0.35s ease;
  box-shadow: 0 3px 14px rgba(0,0,0,0.06);
  border: 1px solid rgba(0,0,0,0.04);
}

.listagem-item-wrap:hover {
  box-shadow: 0 16px 34px rgba(0,0,0,0.13);
  transform: translateY(-6px);
}

.imagem-produto {
  border-radius: 14px;
  overflow: hidden;
  background: #faf9f7;
}

.imagem-produto img {
  transition: transform 0.5s ease;
}

.listagem-item-wrap:hover .imagem-produto img {
  transform: scale(1.06);
}

.info-produto {
  padding-top: 14px;
}

.nome-produto {
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #4a4a49;
}

.preco-promocional {
  font-size: 19px;
}

.pp-avista {
  border-radius: 10px;
  background: #f3f6f1;
  padding: 6px 10px;
  margin-top: 4px;
}

.botao-comprar {
  border-radius: 30px !important;
  transition: all 0.3s ease !important;
}

.botao-comprar:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 18px rgba(0,0,0,0.15);
}

.qtde-adicionar-carrinho {
  border-radius: 30px;
  overflow: hidden;
}

.bandeira-desejos {
  transition: transform 0.25s ease;
}

.bandeira-desejos:hover {
  transform: scale(1.15);
}

/* Título das seções (Lançamentos, Mais vendidos...) com respiro visual */
.titulo-categoria {
  text-align: center;
  margin-bottom: 24px;
}

.titulo-categoria strong {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.titulo-categoria strong::after {
  content: '';
  display: block;
  width: 46px;
  height: 3px;
  background: var(--cBotoes, #aa9886);
  margin: 8px auto 0;
  border-radius: 2px;
}

.banners-extras img {
    width: 100%;
    border-radius: 10px!important;
}