The left section displays a list of products that the user has added to their cart. The right section displays a list of the cart's products, with a calculated price that dynamically updates based on the quantity of each product
Users can increase or decrease the quantity of products by clicking on the + and - buttons. Products can also be removed from the cart list by clicking on the Close Icon button associated with each product.
Clicking on the Process to Checkout button takes the user to the checkout page.