/* body  */
body{
    background-color: #fff;
}
#cart-options img{
    width: 25px;
    height: 25px;
    }
h1{
    font-size: 35px;
}
/* navabr  */
.navbar{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: rgb(245, 242, 242);
}
    input{
    margin-top: 25px;
    width: 800px;
    height: 35px;
}
#cart-options{
    margin-top: 25px;
}

span{
color: red;
}
.product-container{
display: flex;
flex-direction: row;
justify-content: space-between;
align-content: center;
background-color: #fff;
gap: 10px;
}

.item1{
background-color: white;
width: 100%;
}
.item1 img{
width: 100%;
height: 350px;
}
.product-categories-links-container{
display: flex;
flex-direction: row;
justify-content: center;
gap: 10px;
}
.product-categories-circle img{
border-radius: 50%;
width: 100%;
height: 130px;
}
.product-categories-circle{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;

}
#homepage{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 50px;
}