.navbar{display:flex;justify-content:space-around;margin-top:10px;border-bottom:2px solid #ccc;padding-bottom:20px;align-items:center}.images{display:flex;gap:10px}img{width:30px;gap:10px}.navbar input{border:none;border-bottom:2px solid #ccc;outline:none;margin-left:200px}*{padding:0;margin:0;box-sizing:border-box}.filterbox{position:fixed;display:flex;flex-direction:column;height:100vh;justify-content:space-between;border-right:2px solid #ccc;z-index:3;top:0;background-color:#fff}.filterbox img{width:100px}.logobox{padding-right:35px;padding-left:35px}.category div,.price div,.colors div{display:flex;margin-bottom:1px}h1{font-family:sans-serif;font-size:20px;margin-bottom:10px}.category,.price{display:flex;flex-direction:column;align-items:flex-start;margin-left:10px;padding-right:35px;padding-left:35px}.colors{display:flex;flex-direction:column;align-items:flex-start;margin-left:10px;margin-bottom:40px;padding-right:35px;padding-left:35px}p{font-family:sans-serif;font-size:13px;font-weight:300;margin-left:3px}.category,.price,.colors,input{position:relative}.category input:after,.price input:after,.colors input:after{background-color:#fff;width:14px;height:14px;position:absolute;content:"";right:0;top:0;border-radius:50%;border:1px solid black;cursor:pointer}.category .active:before,.price .active:before,.colors .active:before{background-color:#0cf;width:7px;height:7px;position:absolute;content:"";right:4.2px;top:4.2px;z-index:8;border-radius:50%}.price input,.colors input{accent-color:black}.category div,.price div,.colors div{margin-bottom:4px}.recom{margin-left:200px;margin-top:20px}.recom button{margin-right:10px;margin-top:10px;background-color:#fff;outline:none;border:1px solid #ccc;padding:6px 10px;border-radius:5px;color:#363636;cursor:pointer}.recom .active{background-color:#cfcfcf}.card{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;width:200px;height:300px;border:1px solid #ccc;margin:10px;box-shadow:1px 1px 2px #00000080}.container{display:flex;margin-top:20px;flex-direction:row;flex-wrap:wrap;margin-left:170px;justify-content:center}.logocontainer img{margin-top:20px;width:150px;height:auto}.logocontainer{display:flex;flex-direction:column;align-items:center;justify-content:space-around}.reviews img{width:15px;margin:0}.reviews{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-top:5px;margin-bottom:8px}.pricecontainer{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:60px;width:100%;margin-bottom:30px}.pricecontainer span{display:flex;flex-direction:row;align-items:center}.pricecontainer p{font-size:13px;font-weight:500}.title{display:flex;margin-top:10px;justify-content:center}.title p{font-weight:700}.pricecontainer img{width:20px;margin:0}
