@font-face {
	font-family: 'proxima_nova_rgregular';
	src: url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.eot');
	src: url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.woff') format('woff'),
		 url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.ttf') format('truetype'),
		 url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

body{
	font-family: "proxima_nova_rgregular", Helvetica, Arial, sans-serif !important;
}

.listagem-item .produto-sobrepor {
    background: rgba(255,255,255,0);
}
   .listagem .listagem-item .produto-sobrepor { 
    border: 1px solid #e5e7eb;
   }
 
.category-tabs {
  display: flex;
  justify-content: space-around;
  background-color: #f9f9f9; /* Cor de fundo */
  padding: 10px 0; /* Espaçamento */
}

.tab {
  text-align: center;
}

.tab img {
  width: 60px; /* Ajuste conforme necessário */
  height: 60px; /* Ajuste conforme necessário */
  border-radius: 50%; /* Torna a imagem redonda */
  border: 2px solid #ddd; /* Borda ao redor da imagem */
}

.tab p {
  margin-top: 5px; /* Espaço entre a imagem e o texto */
  font-size: 14px; /* Tamanho da fonte */
  color: #333; /* Cor do texto */
}

@media (max-width: 768px) {
  .category-tabs {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .tab {
    flex: 0 0 auto;
    scroll-snap-align: start;
    margin: 0 10px;
  }

  /* Estilos para esconder a barra de rolagem */
  .category-tabs::-webkit-scrollbar {
    display: none;
  }

  .category-tabs {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
}

.botao-whatsapp {
    border-radius: 12px !important; 
    
}
.botao-principal {
    border-radius: 12px !important; 
    
}