.Container{background-color:#62615e;padding:20px}.navbar{width:100%;height:50px;background-color:#222;display:flex;align-items:center;justify-content:space-between;padding:0 15px}.logo{color:#fff;font-size:20px}.navbar ul{display:inline-flex;gap:10px}.navbar ul li{list-style-type:none}.navbar ul li a{color:#fff;text-decoration:none}.cart-count{background-color:#000;padding:5px;border-radius:50%;font-size:15px;text-align:center;line-height:20px}.product{width:200px;height:300px;border:1px solid #ccc;background-color:#e0e0df}.product .img{width:100%;height:150px}.product .img img{width:100%;height:100%;object-fit:cover}.details{padding:10px}.details h3{margin-bottom:10px;font-size:15px}.details p{font-size:17px;font-weight:500;color:888}.details button{margin-top:5px;padding:5px 10px;background-color:gray;color:azure;border:none;border-radius:3px}.details button:hover{background-color:#585757}.btn-remove{background-color:#000!important}.Product-container{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;background-color:#62615e}.cart-container{display:flex;flex-direction:column;padding:15px;background-color:#adabaf}.cart-product{display:flex;gap:5px;align-items:center;margin-bottom:10px;border:1px solid gray}.cart-product img{width:100px;height:100px}.cart-product img img{width:100%;height:100%}.cart-heading,.cart-amount{font-size:20px;font-weight:600}
