/* Botão de WhatsApp – deslocar um pouco mais para a esquerda */
.whatsapp-button,
#whatsapp-button,
a[href*="wa.me"] {
  right: 80px !important;
  bottom: 20px !important;
  z-index: 9999 !important;
  position: fixed !important;
}

/* Botão de topo – garantir prioridade acima do restante */
#barraTopo {
  z-index: 99999 !important;
}

/* Se quiser, pode ajustar a posição do botão de topo também */
#barraTopo .hidden-phone {
  bottom: 80px !important; /* sobe o botão para não ficar colado no Whats */
}

* {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.conteiner, .tema-pequeno .conteiner {
    max-width: 85%;
}

/* Ícone do carrinho */
.icon-shopping-cart {
  color: #31a54c !important;           /* Verde fixo */
  font-size: 24px;
  position: relative;
  transition: transform 0.3s ease, filter 0.3s ease;
  z-index: 1;
  background: none !important;
}

/* Efeito de zoom + brilho no hover */
.icon-shopping-cart:hover {
  transform: scale(1.2);
  filter: drop-shadow(0 0 4px #31a54c); /* Brilho verde */
}

/* Número de itens no carrinho */
.qtd-carrinho {
  position: absolute;
  top: -8px;
  right: -12px;
  background-color: #31a54c;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 10px;
  z-index: 2;
  line-height: 1;
}

/* MENU SUPERIOR */
.menu.superior {
  background: #a50d2b;
}

.menu.superior .nivel-um > li a strong {
  color: white;
}

.menu.superior .nivel-um > li {
  transition: background-color 0.3s ease;
}

.menu.superior .nivel-um > li:hover {
  background-color: #494949;
}

.menu.superior .nivel-um > li:hover a strong {
  color: white;
  transition: color 0.3s ease;
}

/* BOTÃO COMPRAR */
.acoes-produto.hidden-phone .botao-comprar {
  background: #a50d2b;
  color: #ffffff !important;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.botao.botao-comprar.principal {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease, color 0.3s ease;
  will-change: transform;
}

.botao.botao-comprar.principal:hover {
  background-color: #31a54c;
  color: #ffffff;
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* PRODUTOS EM LISTAGEM */
.listagem-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}

.listagem-item .imagem-produto {
  text-align: center;
}

.listagem-item .info-produto {
  flex-grow: 1;
  min-height: 150px; /* Esse valor é o que resolve o botão desalinhado */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.listagem-item .acoes-produto {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 60px;
}

/* REDES SOCIAIS */
.lista-redes a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 30px;
  background-color: transparent;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  transform: scale(1);
  margin: 0;
}

.lista-redes a:hover {
  background-color: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
}

.lista-redes a:hover i {
  color: #a50d2b !important;
}

.preco-produto strong.titulo {
    font-size: 20px;
    white-space: nowrap
}

/* Tamanho das parcelas quando existir */
.listagem .listagem-item .info-produto .preco-produto .preco-parcela {
  font-size: 14px;
  line-height: 1.2;
}

.preco-promocional {
  font-size: 20px;
  line-height: 1.2;
}

.logo a img {
    bottom: 15px;

}

.mini-banner {
  width: 80%
}
