/* Tamanho da Logo */ 
.logo a img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-height: 85%;
}

/*Remover Voltar ao Topo*/
  .botao-topo {
    display: none !important;
  }


/* você quiser descer aquele botão flutuante que está acima do “Voltar ao Topo”, adiciona!*/
.central-chats {
    bottom: 1rem !important;
}

.product-name,
.nome-produto,
h2.product-name,
h3.product-name,
.item-name {
    text-transform: uppercase;
}