* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #e6dfe7;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    display: flex;
    justify-content: center;
}
.site{
    width: 1199px;
}

/* retirar sublinhado e mudar a cor de escrita dos botões de carrinho e conta*/
#iconboton{
    text-decoration: none;
    color: rgb(0, 0, 0);
}

/*cabeçalho*/
header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #d4d4d4;
    width: 1199px;
    height: 150px;
}
.pesquisa {
    display: flex;
    align-items: center;
}
.pesquisa input[type="text"] {
    padding: 5px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-right: 5px;
}
.pesquisa button {
    padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #e0e0e0;
    cursor: pointer;
}

.botoes {
    display: flex;
    align-items: center;
}
.botoes button {
    padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #e0e0e0;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.botoes button img {
    margin-right: 5px;
}
.img_car{
    width: 20px;
    height: 20px;
}
.img_perfil{
    width: 20px;
    height: 20px;
}

.logo_popnail{
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 240px;
    height: 80px;
}

/*Corpo do site*/
.produtos {
    margin-top: 50px;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 30px;
}

.esmalte {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: -1px 10px 19px rgb(187, 187, 187);
    border-radius: 10px;

}
.link_acesso {
    margin: 2px 0 2px 0;
    font-size: 13px;
    color: black;
    text-decoration: none;
    text-align: center;
}
.img-produto{
    width: 250px;
    height: 200px;
    border-radius: 10px;
}
h1{
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 20px;
    text-align: left;
    color: black;
    margin-left: 20px;
}
.preço{
    color: red;
    margin-top: 10px;
    margin-bottom: 10px;
}


.pagamento{
    padding: 20px;
    background-color: #d4d4d4;
    display: flex;
    align-items: center;
    align-content: flex-start;
    margin-top: 100px;

}

.cartao{
    width: 60px;
}
.segu{
    width: 140px;
}


.subrodape {
    background-color: rgb(230, 218, 229);
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    width: 1199px;
    height: 150px;
}

a {
    color: #7a2876;
    text-decoration: none;
  }

.links ul {
    list-style-type: none;
}

