* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
    scroll-behavior: smooth;
}

.krona-one-regular {
    font-family: "Krona One", sans-serif;
    font-weight: 400;
    font-style: normal;
}


.lacquer-regular {
    font-family: "lacquer", sans-serif;
    font-weight: 400;
    font-style: normal;
}


/*header*/

.main header {
    width: 100%;
    height: 60px;
    background-color: #9243F2;
    display: flex;
}

#containerheader {
    width: 50%;
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#logo {
    margin-top: 10px;
    margin-left: 35px;
}

#menu {
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 99;
}

#containerheader2 {
    display: flex;
    width: 50%;
    height: 60px;
    justify-content: end;
    align-items: end;
}

#login {
    margin-right: 40px;
}

#cart {
    margin-right: 20px;
}

/*header*/
#menuopen {
    width: 250px;
    background-color: #9243F2;
    height: 100vh;
    border-right: solid 1px #000000;
    position: fixed;
    top: 0;
    left: -250px;
    transition: left 0.4s ease;
    z-index: 98;
}

#checkmenu:checked~#menuopen {
    left: 0;
}

#logoopen {
    margin-top: 15px;
    margin-left: 60px;
}

#menuopen li {
    font-family: "Krona One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    color: #EDFF00;
    margin-bottom: 20px;

}

#menuopen ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
}

.main {
    background-image: url(background/55472298-grafite-do-seta-formas-com-colorida-meio-tom-espirrar-efeito-vetor.jpg);
    background-repeat: no-repeat;
    background-position: fill;
    background-size: cover;
}

#lista {
    margin-top: 100px;
    height: 70%;
    width: 100%;
    justify-content: center;
    align-items: center;
}

#button {
    align-items: center;
    justify-content: center;
    padding: 10px;

    background-color: #EDFF00;
    border-radius: 5%;
    text-decoration: none;
    font-family: "Krona One", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 25px;
}

#divbutton {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#checkmenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    opacity: 0%;
    cursor: pointer;
    z-index: 99;
}

/*menuopen*/
#maisvendidoscontainer {
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;


}

#maisvendidostexto {
    color: white;
    font-size: 40px;
}

#pesquisa {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    >img{
        height: 50px;
        position: absolute;
        top: 34.5%;
        right: 40%;
        
    }

    >input {
        margin-top: 50px;
        background-color: #9243F2;
        padding: 15px;
        display: flex;
        width: 400px;
        border-radius: 20px;
        position: relative;
    }

    input,
    textarea {
        color: white;
        font-size: 20px;
        /* Opcional: tamanho da fonte */
    }
}

#maisvendidos {
    width: 100%;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


#container_produtos {
    width: 80%;
    height: 1980px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 140px;
    background: rgba(146, 67, 242, 0.9);
    padding: 50px;
    border-radius: 10px;
    margin-bottom: 30px;
}


#btncomprar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 40px;
    background-color: #EDFF00;
    border-radius: 8px;
    text-decoration: none;
    font-family: "Krona One", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    color: black;
    text-transform: uppercase;

}

.btncontainer {
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background: white;
    padding: 15px;
    border-radius: 8px;
}

#containervermais {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

#btnvermais {
    text-decoration: none;
    background-color: #E9D9FC;
    padding: 20px;
    font-weight: 1000;
    color: #000000;
    margin-top: 20px;

}

#footer {
    height: 80px;
    width: 100%;
    background-color: #9243F2;
    opacity: 100%;
    display: flex;

}

#footer1 {
    width: 70%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer1 a {
    display: flex;
    margin-left: 15px;
    text-decoration: none;
    color: #EDFF00;
}

#menusymbol {
    margin-top: 10px;
}

#footer2 {
    display: flex;
    width: 30%;
    height: 70px;
    align-items: center;
    justify-content: center;
}

#social img {
    height: 20px;
}

#insta {
    margin-top: 5px;
}

#contato {
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 70px;

    >h1 {
        font-size: 20px;
        text-align: center;
        color: #EDFF00;
        font-weight: 50;
        margin-top: 30px;
    }

    >p {
        font-size: 15px;
        text-align: center;
        color: #EDFF00;
        font-weight: 50;
    }

    #containerbtn {
        width: 70%;
        display: flex;
    }

    #pesquisa {
        display: flex;
        width: 100%
    }


}

a:link {
    color: blue;
}

a:visited {
    color: purple;
}

a:active {
    color: yellow;
}