.header {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.tophead {
    height: 59px;
    display: flex;
    grid-row: auto;
    align-items: center;
    justify-content: space-between;

}

.menu {
    display: flex;
    width: 69%;
    justify-content: space-between;
    align-items: center;
}

.itemmenu {
    display: flex;
    align-items: flex-start;
}

.caixalupa {
    display: flex;
    width: 33%;
    height: 25px;
    justify-content: left;
    /*align-items: left;*/
    flex-shrink: 0;
    /*padding: 10px;*/
    margin-top: -50px;
}

.lupa {
    display: flex;
    width: 20px;
    height: 19px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: var(--black, #1E2832);
    text-align: center;
    font-family: Font Awesome 6 Free;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.logo {
    width: 302px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: -10px;
}

.icon_nav_bar{
    color: #dddddd;
}
.icon_nav_bar:hover{
    cursor: pointer;
    color: #666666;
}

.account {
    width: 33%;
    display: inline-flex;
    justify-content: right;
    align-items: right;
    gap: 22px;
    padding: 10px;
}

.button1 {
    display: flex;
    align-items: center;
    gap: 8px;
}

.iconuser {
    display: flex;
    width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
}

.button2 {
    display: flex;
    align-items: center;
    gap: 8px;
}

.iconshop {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
}

.corpo {
    width: 100%;
    height: 776px;
    flex-shrink: 0;
    background-image: url(Rectangle\ 128.png);
    background-repeat: no-repeat;
}

.corpo2 {
    width: 100%;
    height: 1057, 4px;
}

.corpo1 {
    width: 100%;
    height: 776px;
    flex-shrink: 0;
    background-image: url(homepage.png);
    background-repeat: no-repeat;
}

.footer {
    display: inline-flex;
    height: 149px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
    flex-shrink: 0;
    width: 981px;
}

.menufooter {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.leftfooter {
    display: flex;
    height: 91.352px;
    align-items: flex-start;
    gap: 5px;
}

.middlefooter {
    display: flex;
    height: 93.559px;
    align-items: flex-start;
    gap: 5px;
}

.rightfooter {
    display: flex;
    height: 93.559px;
    align-items: flex-start;
    gap: 5px;
}

.font {
    font-family: 'Open Sans', sans-serif;
}

.fontfooter {
    color: var(--black-75, rgba(30, 40, 50, 0.75));
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}

.container {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.gridproducts {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content:space-around;
}

.containerfiltros {
    display: flex;
    width: 201px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.titulofiltro {
    display: flex;
    padding: 5px 15px;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
}

.categoriapisco {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    align-self: stretch;
}

.titulocategoria {
    display: flex;
    align-items: flex-start;
}

.categorias {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    align-self: stretch;
}

.itemtab {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.framebody {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
}

.framelinha {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.frameprodutos {
    display: flex;
    align-items: flex-start;
    gap: 2%;
    width: 19%;
}

.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    width: 100%;
}

.topcard {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.bottomcard {
    display: flex;
    align-items: center;
    align-content: center;
    align-self: stretch;
    flex-wrap: wrap;
}

