*{margin: 0px; padding: 0px;}
.container{
    display: flex;
}
body{
    background-color: #fff0f5;
    font-family: "Cormorant", serif;
}
#lupa{
    width: 20px;
    margin-left: 5px;
}
#iconescabecalho{
    width: 30px;
    cursor: pointer;
    margin: 5px;
}
.geral{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #fff;
}
.cabecalho{
   width:100px;
}
.carrinho{
    width: 140px;
    height: 30px;
    padding: 5px;
}
#barrapesquisa{
    height: 28px;
    border: none;
    width: 200px;
    outline: none;
    margin: 6px;
}
.pesquisa{
    background-color: #fff;
    width: 500px;
    border-radius: 15px;
    height: 40px;
     border: solid 1px rgba(255, 222, 227, 0.925) ;
}
.lupapesquisa{
    border: none;
    background-color: #fff;
    cursor: pointer;
    margin-left: 220px;
}   
    
.produtos{
    height: 550px;
    width: 1100px;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.imagens{
    height: 500px;
    width: 150px;
    margin: 65px 5px;
}
.imgdescricao{
    height: 165px;
    width: 150px;
}
.imagemproduto{
    height: 550px;
    width: 525px;
    background-color :#fff;
    margin: 5px;
}
#img1{
    cursor: pointer;
    transition: transform 0.5s;
}    
.img1:hover {
  transform: scale(1.5);
}



.descricao{
    height: 550px;
    width: 525px;
    background-color: #fff;
    border-radius: 10px;
    margin:5px; 
}
.botoes{
    text-align: center;
}
.logocabecalho{
    width: 80px;
    height: 70px;
}
.nome{
    text-align: center;
    margin: 15px;
    font-family: "Cormorant", serif;
    font-size: 35px;
}
.mais{
    margin: 20px;
    font-family: "Cormorant", serif;
    font-size: 17px;
}
.promo{
    margin: 20px;
    font-family: "Cormorant", serif;
    font-size: 20px;
    color: #a5cc7a;
}
.preco{
    text-align: center;
    margin: 20px;
    font-family: "Cormorant", serif;
    font-size: 25px;
    
}
#compreagr{
    width:250px;
    height: 40px;
    margin: 20px;
    border-radius: 10px;
    border: none;
    font-family: "Cormorant", serif;
    font-size: 22px;
    background-color:rgba(255, 222, 227, 0.925) ; 
    transition: transform 0.5s ease;
    cursor: pointer;
}
#compreagr:hover{
    transform: scale(1.05);
}

#addcarrinho{
    width:220px;
    height: 40px;
    margin: 25px;
    border-radius: 10px;
    border: none;
    font-family: "Cormorant", serif;
    font-size: 20px;
    background-color:rgba(255, 222, 227, 0.925) ; 
      transition: transform 0.5s ease;
    cursor: pointer;
}
#addcarrinho:hover{
    transform: scale(1.05);
}
