@import"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Open Sans,sans-serif}.navbar{width:100%;height:100px;background-color:#222831;display:flex;align-items:center;justify-content:space-between;padding:20px;position:sticky;top:0}.logo{color:#eee;margin:0 20px;font-size:18px}.logo img{width:150px;height:100px}.navbar ul{display:flex;margin:0 20px;text-decoration:none}.navbar ul li{list-style:none;margin:0 10px;font-size:18px}.navbar a{color:#eee;text-decoration:none}.cart-logo{color:#eee;height:30px;width:22px;font-weight:700}.products{width:300px;height:300px;border:1px solid #ccc;border-radius:10px;overflow:hidden;box-shadow:0 4px 8px #0000004d}.products .img{width:100%;height:63%}.products img{width:100%;height:100%;object-fit:cover}.product-details{text-align:center;padding:5px 10px}.product-details h3{margin-bottom:5px}.product-details p{font-weight:600;margin-bottom:7px}.product-details button{padding:8px 18px;border-radius:5px;border:none;background-color:#00adb5;color:#fff;font-weight:650;cursor:pointer}.product-details button:hover{filter:brightness(1.1)}.remove-btn{background-color:#dd0404!important}.product-container{display:flex;flex-wrap:wrap;gap:50px;justify-content:center;padding:50px}.cart-items{margin:20px;display:flex;border:1px solid #ccc;border-radius:8px;align-items:center;overflow:hidden}.cart-items .img{width:200px;height:200px}.cart-items .img img{width:100%;height:100%;object-fit:cover}.cart-details{padding:30px;color:#393e46}.cart-details h3,p,.cart-remove-btn{margin-bottom:10px}h1,h2{margin:0 20px;color:#393e46}.cart-remove-btn{padding:10px 20px;background-color:#00adb5;color:#fff;border-radius:4px;border:none;font-weight:500;cursor:pointer}.cart-remove-btn:hover{background-color:red}.empty-cart-container{display:flex;flex-direction:column;justify-content:center;align-items:center;color:#393e46}.empty-cart{width:400px}.go-home-btn{margin:30px;padding:10px 20px;border-radius:5px;border:none;background-color:#00adb5;color:#fff;font-weight:800;cursor:pointer}.go-home-btn:hover{filter:brightness(1.1)}.container{padding:20px}
