.header{display:flex;justify-content:space-between;align-items:center;padding:20px;background-color:#f5f5f5;box-shadow:0 4px 6px -6px #000}.header-icon{font-size:1.5rem;color:#000;cursor:pointer}.product-display{display:flex;padding:20px}.product-name{display:flex}.product-price{margin-top:10px;padding:10px}.product-accessory{margin-left:auto}.cart-count{background-color:#ff4500;color:#fff;padding:4px 8px;border-radius:50%;font-size:14px}.new-product{color:#000;margin:50px;display:flex;list-style:none}.form-styling{display:flex;flex-direction:column;background-color:#a4daeb;justify-content:center;align-items:center;width:50%;margin:50px auto 30px;padding:30px;border-radius:8px;box-shadow:0 4px 8px #0009;overflow-y:auto}.form-styling form{max-height:120vh;overflow-y:auto}.form-label{font-weight:600}.custom-btn{width:150px;margin-top:40px;margin-left:auto;display:flex;justify-content:center;align-items:center}.product-button{margin-right:25px}.empty-cart{display:flex;justify-content:center;align-items:center;padding:20px;font-size:2rem}body{margin-top:20px;background-color:#e0ffff}
