* {
  margin: 0;
  /* padding: 0; */
  box-sizing: border-box;
  font-family: 'poppins', 'Roboto';
}

body{
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
}

header{
    display: flex;
    flex-direction: column;
    width: -webkit-fill-available;
    border-bottom: 1px solid black;
}

header img{
    max-width: 20px;
}

#icones-sociais{
    display: flex;
    justify-content: end;
    align-items: center;
    background-color: black;
    padding-right: 3%;
    width: 100%;
}
#icones-sociais img{
    max-width: 21px;
    filter: invert();
    opacity: .8;
}

.header{
    display: flex;
    margin-top: 1%;
    width: 100%;
    scale: .8;
    justify-content: space-around;
    align-items: center;
    font-weight: bolder;
}

.header ul, menu{
    display: flex;
}
.btnLogin{
    border: #000 solid 1px;
    padding: 2%;
    box-shadow: 2px 2px 2px ;
    border-radius: 15px;
}
#btnLogin:hover{
    border-color: #007bff;
}
.header a{
    color: black;
}

.header li{
    list-style-type: none;
    margin: 0 9px;
    width: fit-content;
}
.header li:hover {
    color: #007bff;
    cursor: pointer;
    scale: 1.2;
}

.header button {
    background-color: #fff;
    color: #007bff;
    border: 1px solid #007bff;
    border-radius: 15px;
    text-decoration: none;
    cursor: pointer;
    font-size: .6rem;
}

#navegacao span a:hover{
    text-decoration: underline;
    color: #0156ff;
}
#fotoPerfil{
    width: 40px;
}
#navegacao{
    margin: 3% 0% 0 8%;
}

#navegacao a {
    text-decoration: none;
    color: #020202;
}

.nav-path {
    margin: 2% 0 0 10%;
}

.spn-blue {
    font-weight: bolder;
    color: #0156ff;
}

#cabecalho {
    grid-area: area11;
    display: grid;
    grid-template-areas:
    "div1 div2 div3 div4 div5 div6";
    height: 44px;
    background: #020202;
    position: relative;
}

#icones-sociais {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-right: 2%;
}

#icones-sociais a {
    margin-right: 20px;
}

#icones-sociais img {
    margin-top: 5px;
    scale: 1.8;
    padding: 5px;
}

/* Header inicial vem até aqui */

.header {
    display: flex;
    
}

.header img {
    max-width: 100px;
    margin-right: 200px;
}

.header ul {
    list-style: none;
    padding: 0;
    margin: 10px 10px;
    display: flex;
}



.header li img {
    margin: 0;
}

.header button {
    background-color: #fff;
    color: #007bff;
    padding: 10px 20px;
    border: 3px solid #007bff;
    border-radius: 15px;
    text-decoration: none;
    cursor: pointer;
    margin-left: 150px 0 100px;
}

.header a {
    text-decoration: none;
    color: inherit;
}

.nav-items {
    list-style: none;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.nav-items li {
    margin-right: 20px;
}

.nav-items button {
    height: 28px;
    width: auto;
    display: flex;
    align-items: center;
}

.nav-items button:hover {
    cursor: pointer;
    filter: brightness(.9);
}

.nav img {
    max-width: 30px; 
}

#parte1{
    width: 100%;
    margin: 0 5%;
}
#parte22 a{
    color: #fff !important;
    text-decoration: none;
}

#parte22{
    display: none;
    flex-direction: column;
    position: absolute;
    z-index: 15;
    right: 1px;
    top: 113px;
    background-color: #000;
}
#parte22 li{
    list-style-type: none;
    margin: 20px;
    font-size: 2rem;
    text-align: center;
    border-bottom: #fff dotted 1px;
    transition: all 2s;
    color: #fff;
}
#divHamburguer{
    display: none;
}

#navegacao a{
    color: #000;
}
.verMaisProcurados img{
    height: 30px;
    margin: 10%;
}
#verMais img{
    height: 35px ;
    opacity: .6 !important;
    margin-left: 15px;
}
.verMaisProcurados img:hover{
    height: 50px !important;
}

/* lupa */
#divLupa{
    display: none;
    position: absolute;
    width: 190px;
    z-index: 10;
    margin-top: 45px;
    right: 1px;
    zoom: 1.5;
    border: #000 solid 1px;
    box-shadow: 2px 4px 4px #000;
    font-size: .5rem;
    background-color: #fff;
    align-items: center;
}
#divLogado{
    display: none;
    flex-direction: column !important;
    position: absolute;
    width: 100px;
    z-index: 11;
    margin-top: 45px;
    top: -10px;
    right: -50px;
    zoom: 1.5;
    border: #000 solid 1px;
    box-shadow: 2px 4px 4px #000;
    background-color: #fff;
    align-items: center;
}
#divLogado li{
    border-bottom: #000 solid 1px;
    width: 100%;
    padding: 10%;
    margin-left: 20px !important;
    text-align: center;
    z-index: auto;
}
#divLogado li:hover{
    color: #000;
    zoom: normal;
    scale: none;
}
#inputLupa{
    padding: 1%;
    border: none;
    margin-right: 2px;
    padding-left: 4px;
    width: 230px;
}
#inputLupa::placeholder{
    font-size: .5rem;
}
#exitLupa{
    
height: 15px;
}
#exitLupa:hover{
    cursor: pointer;
}

#carrinhoQtdade{
    text-align: center;
    /* display: none; */
    width: 25px;
    border-radius: 50%;
    border: 1px solid black;
    position: relative;
    right: 20px;
    top: 10px;
    padding: 0 5px;
}
#containerEncontrados{
    display: flex;
    width: 57%;
    overflow-x: hidden;
    overflow-y: hidden;
    scroll-behavior: smooth;
}
#containerEncontrados p{
    margin: auto;
}
.containerProdutoEncontrado {
    max-width: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    zoom: .6;
    margin: 0px 50px;
}
.containerProdutoEncontrado:hover{
    cursor: pointer;
}
.containerProdutoEncontrado>img {
    max-width: 150px;
}
#buscados{
    display: flex;
    justify-content: center;
}
.verMaisProcurados{
    display: flex;
    display: none;
    align-items: center;
    justify-content: center;
    margin: auto 0;
    padding: 2px;
    height: 150px;
    background-color: #fff;
    border: none;
}
#verMaisProcurados:hover{
    filter: brightness(1.1);
    cursor: pointer;
    background-color: #dad7d7 ;
}
#btnSairProcurados{
    display: none;
    align-items: start;
    height: fit-content;
    padding: 3px;
    width: 25px;
    justify-content: center;
    font-size: larger;
    border: none;
    background-color: #dad7d7;
}
#btnSairProcurados:hover{
    border: 1px solid rgba(65, 63, 63, 0.39);
    box-shadow: 1px 1px 1px #000 ;
    cursor: pointer;
}

/*modal*/

#ModalGeral {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100vh; 
    background-color: #f0f0f054;
    z-index: 999;
    transition: top 2.5s ease; /* Adiciona uma transição na propriedade top */

  }
  

  
  #avaliarModal {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 400px;
    z-index: 1000;
    margin: auto;
    transform: translateY(-500px);
    transition: all 0.5s; /* Adiciona uma transição na propriedade transform */
  }

.fecharModalSup{
    width: 100%;
    display: flex;
    justify-content: end;
}
#ModalGeral button{
    cursor: pointer;
    padding: 0 3%;
    width: max-content;
}
.fecharModalSup button{
    border-radius: 81%;
    font-size: x-large;
    padding: 1%;
    width: 40px;
}
.btnModal{
    width: 100%;
    display: flex;
    justify-content: space-around;
}

@media screen and (max-width: 950px) {
    header{
    font-size: .7rem;
    }
    .header li{
        margin: 0 4px;
    }
    #carrinhoQtdade{
        right: 5px;
    }
}
@media screen and (max-width: 720px) {
    
    #parte1{
    margin: 0 2%;
    }
    #parte2{
        width: fit-content;
    }
    .header{
        justify-content: space-around;
    }
 
}
    @media screen and (max-width: 600px) {
        
        .header{
            justify-content: space-between;
        }
        .header img {
            margin-right: 50px;
        }
        #parte1{
            margin: 0 5%;
        }
        #parte2{
            display: none;
        }
        #parte22{
            display: none;
            zoom: 1.5;
            margin-top: -38px;            
            transform: translateX(300px);
            transition: all .5s;
        }
        .parte22.active {
            display: flex;
            height: fit-content;
            width: fit-content;
            transform: translateX(0);
          }
        #divHamburguer{
            display: block;
        }
    
    }
    @media screen and (max-width: 400px) {
        header{
        zoom: .5;
        }
        .header li {
            margin: 0 5px;
        }
        #divLupa{
            width: fit-content;
        }
        #inputLupa{
            zoom: .8;
           
        }
        #exitLupa{
            position: absolute;
            right: -45px;
        }
            
        
        .nav-items{
            zoom: 1.7;
        }
        #divHamburguer{
            zoom: 1.4;
        }
        
    }
    @media screen and (max-width: 350px) {
        header{
        zoom: .4;
        }
        .header li {
            margin: 0 4px;
        }
    }


