.checkoutPage{width:100%;margin:auto;padding:20px}.orderReview,.orderSummary,.paymentInfo{margin-bottom:20px}.customerInfo,.orderReview,.orderSummary,.paymentInfo{padding:24px;border-radius:var(--border-radius-big);box-shadow:var(--shadow-large)}.customerInfo h2,.orderReview h2,.orderSummary h2,.paymentInfo h2{margin-bottom:10px}.orderSummary ul{list-style:none;padding:0}.orderSummary li{margin-bottom:5px}.proceedButton{background-color:var(--color-primary);color:var(--color-white)}.proceedButton:hover{background-color:#005bb5}.cancelButton{background-color:#e0e0e0;color:#333}.cancelButton:hover{background-color:#b0b0b0}.cart-wrapper{min-height:calc(100vh - 64px)}.cart-page-container{max-width:1200px;margin:0 auto}.cart-items{display:flex;flex-direction:column;gap:20px}.cart-item{display:flex;padding:10px;border:1px solid #ddd;border-radius:8px;background:#fff;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:background .3s ease}.cart-item:hover{background:#f9f9f9}.cart-item-image{flex-shrink:0}.cart-item-info{flex:1;margin-left:20px}.cart-item-description{margin:5px 0;color:#666}.cart-item-price{font-size:1.125rem;font-weight:700}.cart-section .cart-items{flex:75%}.cart-section .cart-totals{flex:25%}.payment-header{max-height:180px;overflow-y:auto}.payment-container{padding-top:20px}label{display:flex;flex-direction:column;gap:8px}@media (max-width:768px){.cart-section{flex-direction:column}.customerInfo{text-align:start}.checkoutPage{padding:0}.cart-page-container{text-align:center}.cart-totals{margin-left:0;margin-top:24px}.payment-header{max-height:200px;overflow-y:auto}}@media (max-width:576px){.payment-header{max-height:144px;overflow-y:auto}}