body {
    font-family: Arial, sans-serif;
    padding: 20px;
}
*{
    
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#inicio{
    height: 100vh;
}

.search-container {
    text-align: center;
  }
  
  .busca {height: 35px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 19px;
  }
  
  
#cabecalho{
    height: 20vh;
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#pags{
    height: 10vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 40px;
  
}
#pags a{
    color: #ADA8A8;
    text-decoration: none;
    font-family: Instrument Sans;
    font-size: 18px;
}

.carrinho {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 800px;
    margin: auto;
}

.item-carrinho {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.info-produto {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 2;
}

.imagem-produto {
    width: 60px;
    height: 60px;
    background: #ccc;
}

.texto-produto {
    font-size: 14px;
    color: #555;
}

.preco, .quantidade, .total {
    flex: 1;
    text-align: center;
    font-weight: bold;
    color: #c00;
}

.quantidade {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.quantidade button {
    border: none;
    
    background: #eee;
    padding: 5px 10px;
    cursor: pointer;
}

.produtos-relacionados {
    margin-top: 40px;
    display: flex;
   justify-content: center;
    align-items: center;
    margin-top: 3%;
    text-align: center;
    flex-direction: column;
}

.lista-relacionados {
    display: flex;
    gap: 20px;
    
    display: flex;

    align-items: center;
    text-align: center;
;
}

.item-relacionado {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 10%;
}
h3{ 
   
    text-align: center;
    
  
}
.imagem-relacionada {
    width: 80px;
    height: 80px;
    background: #ccc;
}#p{
   
}