.elementor-1669 .elementor-element.elementor-element-5859b86{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2cbf034 */body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #000000;
  color: #e4e4f0;
}

.pagina-produtos {
  display: flex;
  padding: 20px;
}

.filtro-categorias {
  width: 200px;
  padding-right: 40px;
}

.filtro-categorias h3 {
  font-size: 1rem;
  margin-bottom: 10px;
}

.filtro-categorias ul {
  list-style: none;
  padding: 0;
}

.filtro-categorias li a {
  display: block;
  padding: 8px;
  text-decoration: none;
  color: #313A5B;
  border-bottom: 1px solid #333;
  transition: background 0.3s;
}

.filtro-categorias li a:hover {
  background-color: #1a1a1a;
}

.btn-filtrar {
  margin-top: 16px;
  background-color: #2a2d44;
  color: white;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  cursor: pointer;
}

.area-produtos {
  flex: 1;
}

.area-produtos h2 {
  margin-bottom: 20px;
}

.produtos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.produto-item {
  background-color: #eee;
  color: #000;
  padding: 20px;
  border-radius: 40px;
  text-align: center;
}

.foto-produto {
  background-color: #f2f2f2;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  border-radius: 40px;
  font-size: 1rem;
}

.produto-item h4 {
  margin: 0;
  font-weight: bold;
  font-size: 1.5rem;
  color: #313A5B;
}

.produto-item .preco {
  margin: 8px 0 0;
  font-size: 1rem;
  color: #313A5B;
}

.paginacao {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.paginacao button {
  padding: 10px 20px;
  border: none;
  background-color: #fff;
  color: #000;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
}/* End custom CSS */