/* ===== MENU SUPERIOR PRETO DEFINITIVO ===== */

#topo .menu,
#topo .menu-superior,
#topo nav,
.menu,
.menu-superior {
    background: #000000 !important;
}

/* Links do menu */
#topo .menu a,
#topo .menu-superior a,
.menu a,
.menu-superior a {
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
}

/* Hover (efeito forte de clique) */
#topo .menu a:hover,
#topo .menu-superior a:hover,
.menu a:hover,
.menu-superior a:hover {
    background: #c62828 !important;
    color: #ffffff !important;
    border-radius: 6px !important;
    transition: 0.3s ease !important;
}

/* Remove fundo cinza padrão */
#topo .menu li,
#topo .menu-superior li,
.menu li,
.menu-superior li {
    background: transparent !important;
}

#ceresso-whats-float:hover{
  transform: translateY(-2px) !important;
}
.nome-produto {
    display: block !important;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-top: 8px;
}
/* =========================
   VITRINE ESTILO MARKETPLACE
   ========================= */

/* Card do produto */
.produto {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 12px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: all 0.25s ease;
    height: 100%;
}

/* Hover do card */
.produto:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.10);
    border-color: #dcdcdc;
}

/* Área da imagem */
.produto-imagem,
.imagem-produto,
.produto .imagem {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
}

/* Imagem mais suave */
.produto img {
    transition: transform 0.25s ease;
}

.produto:hover img {
    transform: scale(1.03);
}

/* Nome do produto */
.nome-produto,
.produto-nome {
    display: block !important;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    line-height: 1.35;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 10px;
    min-height: 42px;
}

/* Preço */
.preco-produto,
.preco-venda,
.preco-promocional {
    font-size: 22px;
    font-weight: 700;
    color: #d40000;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 10px;
}

/* Preço antigo */
.preco-antigo,
.preco-de {
    font-size: 14px;
    color: #888;
    text-decoration: line-through;
    display: block;
    margin-bottom: 4px;
}

/* Parcelamento */
.preco-parcela,
.parcelamento,
.preco-a-prazo {
    font-size: 13px;
    color: #555;
    margin-bottom: 10px;
}

/* Botão comprar */
.botao-comprar,
.botao.principal,
acao-comprar,
a.botao-comprar {
    background: #3483fa !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    border: none !important;
    border-radius: 8px !important;
    padding: 12px 18px !important;
    display: inline-block;
    width: 100%;
    text-align: center;
    box-shadow: 0 2px 6px rgba(52,131,250,0.25);
    transition: all 0.25s ease;
}

/* Hover botão */
.botao-comprar:hover,
.botao.principal:hover,
a.botao-comprar:hover {
    background: #2968c8 !important;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(41,104,200,0.28);
}

/* Espaçamento interno da info */
.produto-info,
.info-produto {
    padding-top: 6px;
}

/* Esconde excesso visual, se houver */
.produto .atributos,
.produto .descricao-curta {
    display: none;
}

/* Ajuste da grade */
.listagem .produto,
.listagem-item .produto {
    margin-bottom: 18px;
}

/* Selo ou badge, caso apareça */
.selo-promo,
.selo-oferta,
.tag-produto {
    background: #fff0f0;
    color: #d40000;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 8px;
}
/* REMOVE ÍCONE ANTIGO */
a[href*="wa.me"] i,
a[href*="whatsapp"] i {
    display: none !important;
}

/* BOTÃO */
a[href*="wa.me"],
a[href*="whatsapp"] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25D366;
    color: #fff !important;
    font-size: 15px;
    font-weight: bold;
    padding: 12px 16px 12px 50px;
    border-radius: 50px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
    z-index: 9999;
    text-decoration: none;
    display: flex;
    align-items: center;
}

/* ÍCONE OFICIAL WHATSAPP (IGUAL CELULAR) */
a[href*="wa.me"]::before,
a[href*="whatsapp"]::before {
    content: "";
    position: absolute;
    left: 14px;
    width: 26px;
    height: 26px;
    background: url("https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg") no-repeat center;
    background-size: contain;
}
/* Ícones gerais da loja */
i,
.icon,
svg {
  transition: all 0.3s ease;
}

/* Ícones do topo */
.header i,
.topbar i,
.header svg,
.topbar svg {
  font-size: 20px;
  color: #222;
  vertical-align: middle;
}

/* Hover dos ícones */
.header a:hover i,
.topbar a:hover i,
.header a:hover svg,
.topbar a:hover svg {
  color: #c62828;
  transform: scale(1.08);
}

/* Ícone do carrinho */
.carrinho i,
.carrinho svg,
.cart-icon i,
.cart-icon svg {
  font-size: 22px;
  color: #111;
}

/* Contador do carrinho */
.carrinho .qtd-carrinho,
.cart-count {
  background: #c62828;
  color: #fff;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  display: inline-block;
  text-align: center;
  position: relative;
  top: -8px;
  left: -4px;
}

/* Ícones de busca, usuário e menu */
.busca i,
.cliente i,
.menu-superior i,
.busca svg,
.cliente svg,
.menu-superior svg {
  font-size: 18px;
  color: #222;
}

/* Ícones das redes sociais */
.redes-sociais i,
.social-icons i,
.redes-sociais svg,
.social-icons svg {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background: #f5f5f5;
  color: #222;
  font-size: 16px;
  margin: 0 4px;
  display: inline-block;
}

.redes-sociais a:hover i,
.social-icons a:hover i,
.redes-sociais a:hover svg,
.social-icons a:hover svg {
  background: #c62828;
  color: #fff;
  transform: translateY(-2px);
}

/* Ícones de formas de pagamento e selos */
.pagamento i,
.selos i,
.pagamento svg,
.selos svg {
  font-size: 24px;
  color: #444;
  opacity: 0.9;
}

/* Ícones em botões */
.botao i,
.btn i,
.botao svg,
.btn svg {
  margin-right: 6px;
  font-size: 14px;
  vertical-align: middle;
}
svg {
  stroke-width: 1.8;
}