@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*{padding:0;margin:0;box-sizing:border-box;font-family:Poppins,sans-serif}.product-list-container{max-width:100%;margin:auto;padding:20px;background-image:linear-gradient(135deg,#000,#fff);box-shadow:0 0 10px #0000001a;display:flex;flex-direction:column}.search-container{height:50px;width:1300px;display:flex;margin-top:30px}.search-input{width:300px;height:30px;padding:10px;font-size:16px;border:1px solid #ccc}.search-btn{width:100px;height:30px;margin-left:20px;font-size:16px;text-align:center;background-color:#4caf50;color:#fff;border:none;border-radius:5px;cursor:pointer}.items-btn{width:100px;height:30px;margin-left:390px;font-size:16px;text-align:center;background-color:#151079;color:#fff;border:none;border-radius:5px;cursor:pointer}.add-to-cart{width:60px;height:40px;margin-left:600px;font-size:16px;cursor:pointer}.heading{color:#be93c9;background:none;font-weight:bolder;border:none;font-size:16px}.list-container{display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px;margin-top:20px}.list-item{width:400px;height:300px;text-align:center;border:1px solid #ccc;border-radius:5px;padding:30px 10px;overflow:hidden}.add{height:30px;width:100px;background-color:#4a4f8f;color:#fff;border:none;border-radius:5px;cursor:pointer}.list-item button :hover{background-color:#4a4f8f}.product-img{width:100px;height:120px;border-radius:10px;font-size:30px;color:#fff;padding:5px}.product-name{font-weight:700;font-size:10px;margin-top:0;color:#fff;padding:5px}.product-price,.category{font-size:15px;color:#666;color:#fff;padding:5px}.product-description{font-size:10px;color:#666;color:#fff;padding:5px}.add-container{display:flex;flex-wrap:wrap;margin-bottom:20px;margin-top:30px;color:#fff}.add-item{height:100px;width:auto;display:flex;flex-wrap:wrap;flex-direction:column;justify-content:space-between;padding:5px 10px;margin:10px 0;border:1px solid #ccc;border-radius:5px;overflow:hidden;color:#fff}.add-img{height:90px;width:90px}.add-name{margin-left:15px;font-size:15px}.add-price,.add-category{margin-left:15px}.add-description{margin-left:15px;height:auto;margin-right:15px}.home-container{max-width:100%;display:flex;flex-direction:column}.img-container{max-width:100%}.img-container img{width:1480px;height:540px;border-radius:30px}.btn-container{max-width:100%}.btn-container button{width:1480px;height:40px;border-radius:20px;background-color:#90795b;color:#fff}
