@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";.container{padding:20px}.navbar{width:100%;height:50px;background-color:#222;display:flex;align-items:center;justify-content:space-between;padding:0 20px}.logo{color:#fff;font-size:20px}ul{display:flex;gap:10px}.navbar ul li{list-style:none}.navbar ul li a{color:#fff;text-decoration:none}span{background-color:#7fffd4;padding:0 5px;border-radius:50%;margin-right:10px;color:#222;cursor:default}.product{height:300px;width:250px;border:1px solid#ccc;box-sizing:5px;background-color:#f0f8ff}.product .img{width:100%;height:150px;transition:2s}.product:hover img{transform:scale(.9)}img{height:100%;width:100%;object-fit:cover}.details{padding:10px}.details h3{margin-bottom:10px;font-size:20px}.details p{font-size:20px;font-weight:500;color:#888}.details button{margin-top:10px;padding:5px 10px;border-radius:4px;border:none;cursor:pointer;transition:1s;background-color:teal;color:#fff}.details button:hover{background-color:#074444}.btn-remove{background-color:#c53f3f!important}.product-container{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.cart-container{display:flex;flex-direction:column;padding:10px}.cart-product{display:flex;gap:10px;align-items:center;margin-bottom:10px;border:1px solid #ccc;padding:10px}.cart-product .img,.cart-product .img img{height:100px;width:100px}.cart-amt,.cart-heading{font-weight:20px;font-weight:600}.remove-btn{border:none;padding:7px;border-radius:5px;background-color:#e55d5d;font-size:15px;color:#fff;font-weight:200;cursor:pointer}.btns{display:flex}*{font-family:Roboto,sans-serif;margin:0;padding:0;box-sizing:border-box}
