

*{
    font-family: 'archivo';
    margin: 0;
    scroll-behavior: smooth;
}

body{
    height:100vh;
    overflow-x: hidden;

}

header{
    display: flex;
    width: 100vw;
    height: 8%;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.4rem;
    gap: 2%;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.25);

}

a{
    text-decoration: none;
    color: #000;
}

#product{
    width: 100vw;
    margin-top: 2%;
    display: flex;
    height: 65%;
    gap: 1%;
}

.media{
    margin-left: 5%;
    display: flex;
    flex-direction: column;
    width: 45%;
    height: 90%;
    gap: 1%;
}

.images{
    display: flex;
    width: 100%;
    height: 30%;
    gap:2%;
    justify-content: space-between;
}

.media img{
    width: 30%;
    height: 100%;
}

video{
    width: 100%;
    height: 70%;
}

.productInfo{
    display: flex;
    flex-direction: column;
    height: 130%;
    width: 45%;
    gap: 2%;
}

.productInfo .name{
    font-weight: bold;
    font-size: 1.3rem;
    width: 85%;
}

.productInfo .rating{
    display: flex;
    flex-direction: row;
    height: 5%;
    font-size: 0.7rem;
    align-items: center;
}

.productInfo .rating img{
    height: 75%;
}

.productInfo p{
    width: 85%;
    font-size: 1.25rem;
}

.colors{
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 1%;
    align-items: center;
}

.colors p{
    width: 19%;
    font-weight: bold;
}

.circle{
    background-color: #000;
    width:6%;
    height: 80%;
    border-radius: 50%;
    border: #7A8C81 1px solid;
}

.circle:nth-of-type(2){
    background-color: gray;
}

.shopping{
    height: 10%;
}

.shopping p{
    margin-bottom: 0.5%;
    font-size: 1.7rem;
    font-weight: 600;
}

.button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    background-color: #596F62;
    border-radius: 20px;
    height: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
}

#reviews{
    background-color: #f2f2f2;
    height: 60%;
    width: 100%;
}

#reviews h1{
    font-weight: 600;
    margin-left: 3.5%;
}

.reviews-top{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 15%;
    margin-bottom: 2%;
}

.reviews-top h2{
    margin-left: 12%;
}

.arrows{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-right: 5%;
    width: 6%;
    height: 80%;
}

.arrow{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #9DAEA5;
    width: 40%;
    height: 70%;
    border-radius: 50%;
}

.arrow:hover{
    background-color: #7A8C81;
}

.arrow img{
    height: 60%;
    margin-right: 10%;
    width: 80%;
}

.arrow img[title~="right"]{
    margin-right: 0%;
    margin-left: 10%
}

.review-boxes{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    
    height: 60%;

}

.review{
    display: flex;
    flex-direction: column;
    gap: 1%;
    padding: 1%;
    height: 100%;
    width: 25%;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
}

.review .name{
    font-weight: bold;
    font-size: 1.1rem;
    margin: 2% 0% 0% 2%;
}

.review img{
    margin-left:2%;
    width:40%;
    height:90%;
}

.review p{
    margin-left:2%;
    font-size: 1.2rem;
    margin-right: 2%;
}

#products{
    height: 70%;
    width: 100%;
}

#products h1{
    font-weight: 600;
    margin: 2.5% 5% 1% 5%;
}

.item-boxes{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0% 5% 0% 5%;
    height: 95%;
}

.item{
    display: flex;
    flex-direction: column;
    gap: 2%;
    height: 90%;
    width: 25%;
    background-color: #CDDED5;
    border-radius: 30px;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
}

.item .name{
    font-weight: bold;
    font-size: 1.1rem;
    margin: 2% 0% 0% 2%;
}

.item > img{
    width:100%;
    background-color: #fff;
}

.item p{
    margin-left:2%;
    font-size: 1.1rem;
}

.item .rating{
    display:flex;
    align-items: center;
    margin-left: 2%;
}

.item .rating img{
    width: 40%;
}

.item .rating p{
    font-size: 0.7rem;
}


footer{
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: black 1px solid;
    border-bottom: black 1px solid;
    width: 100%;
    height: 30%;
    margin-top: 2%;
}

.logo img{
    width: 50%;
}

.links{
    display: flex;
    flex-direction: column;
    width: 30%;
    height: 50%;

}

#contact{
    display: flex;
    height: 50%;
    flex-direction: column;
    width: 30%;


}

h3{
    margin: 1% 4.5%;

}

@media screen and (max-width: 430px){

    #product{
        display: flex;
        flex-direction: column;
        height: 150%;
        justify-content: center;
    }

    .media{
        width: 90%;
        height: 50%;
    }

    .productInfo{
        width: 100%;
        margin-left: 5%;
        height: 35%;
    }

    .item-boxes{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90%;
    }

    #products{
        height: 260%;
    
    }

    .item{
        width: 80%;
        height: 100%;
        margin-bottom: 3%;
    }

    #reviews{
        height: 80%;
    }

}