* {
    margin: 0px;
    padding: 0px;
}
body{
   font-family: "Cormorant", serif;
}

#lupa{
    width: 20px;
    margin-left: 5px;
    margin-top: 5px;
}
#iconescabecalho{
    width: 30px;
    cursor: pointer;
    margin: 5px;
    transition: transform 0.4s ease;
}
#iconescabecalho:hover{
    transform: scale(1.2);
}

.geral{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 60px;
    background-color: #fff;
    width: 100%;
}


.carrinho{
    width: 140px;
    height: 30px;
}
#barrapesquisa{
    height: 28px;
    width: 200px;
    outline: none;
    margin: 6px;
    border: none;
    font-family: "Cormorant", serif;
    font-size: 15px;
}
.pesquisa{
    background-color: #fff;
    width: 500px;
    border-radius: 15px;
    height: 40px;
    margin: 5px;
    border: solid 1px rgba(255, 222, 227, 0.925) ;
}
button{
    border: none;
    background-color: #fff;
    cursor: pointer;
    margin-left: 220px;
    margin-top: 3px;
    transition: transform 0.4s ease;
}
button:hover{
    transform: scale(1.3);
}

.logocabecalho{
    width: 80px;
    height: 70px;
    transition: transform 0.4s ease;
}
.logocabecalho:hover{
    transform: scale(1.1);
}

.banner{
    width: 100%;
    background-image: url(bloom.gif);
    height: 400px;
    background-size: cover;
}
body {
    background-color: #fff0f5;
}
#title{
    text-align: center;
    margin-top: 10px;
    font-family: "Pinyon Script", cursive;
    font-style: normal;
    font-size: 46px;
    font-weight: normal;
    transition: transform 0.8s ease;
}
#title:hover{
    transform: scale(1.1);
}
.linha1{
    display: flex;
}
.linha2{
    display: flex;
}
.produtos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
}
.imagensdosprodutos{
    height: 240px;
    width:225px; 
    transition: transform 0.4s ease;
  }
.imagensdosprodutos:hover {
   transform: scale(1.1);
  }
.produto {
    background-color: #fff;
    text-align: center;
    padding: 15px;
    width: 225px;
    height: 300px;
    display: flex; 
    font-size: 18px;
    margin: 10px;
    flex-direction: column;
    align-items: center;
}

.nomes{
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.preco{
  font-size: 21px;
  color: #6D6875;
  
}
.rodape{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 200px;
    background-color:#fff;
    padding: 35px;
}
a{
    text-decoration: none; 
    color: #6D6875;  
}
li{
    list-style-type: none;
}
#titulo2{
    font-family: "Pinyon Script", cursive;
    font-weight: normal;
    font-size: 30px;
    margin: 0px;
    transition: transform 0.8s ease;
}
#titulo2:hover{
    transform: scale(1.1);
}

.certificados{
    width: 90px;
    height: 70px;
    margin: 8px;
}

.pagamento{
    width: 300px;
    align-items: center;
    text-align: center;
}
.bancos{
    width: 185px;
    height: 80px;
}
.frete{
    background-color: pink;
    width: 100%;
    height:25px;
    text-align: center;
}