.shopping-cart-wrapper{max-width:1200px;margin:0 auto;padding:20px;font-family:Segoe UI,sans-serif}.purchase-history-link{text-align:right;margin-bottom:15px}.shopping-cart-container{display:flex;gap:20px;align-items:flex-start}.purchase-history-link a{color:#06c;text-decoration:underline;font-weight:500;font-size:14px}.purchase-history-link a:hover{text-decoration:underline}.cart-table{flex:3;background-color:#fff;border-radius:8px;box-shadow:0 1px 2px #0000001a;overflow:hidden;min-width:500px}.cart-header{display:flex;padding:15px 20px;background-color:#f5f7fb;font-weight:500;border-bottom:1px solid #eaedf3}.header-product{flex:2}.header-price,.header-quantity,.header-subtotal{flex:1;text-align:center}.cart-item{display:flex;padding:20px;border-bottom:1px solid #eaedf3;align-items:center;position:relative}.item-product{flex:2;display:flex;align-items:center;gap:15px}.product-image{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background-color:#f5f7fb;border-radius:4px}.product-image img{max-width:100%;max-height:100%;object-fit:contain}.product-name{color:#666}.item-price,.item-quantity,.item-subtotal{flex:1;text-align:center}.item-quantity input{width:60px;padding:8px;border:1px solid #ddd;border-radius:4px;text-align:center}.item-remove{position:absolute;right:20px;top:50%;transform:translateY(-50%)}.remove-button{background:none;border:none;cursor:pointer;padding:5px}.cart-right-section{flex:1;display:flex;flex-direction:column;min-width:280px;max-width:320px;margin-top:0}.cart-totals{background-color:#f5f7fb;border-radius:8px;padding:20px;height:fit-content}.totals-header{font-size:24px;font-weight:600;margin-bottom:30px;text-align:center}.totals-row{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid #eaedf3}.totals-label{font-weight:500}.total-row{margin-top:10px;padding-top:10px;border-top:1px solid #eaedf3;border-bottom:none}.total-value{font-weight:600;font-size:18px}.checkout-button{width:100%;margin-top:25px;padding:12px 0;border:1px solid #111827;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease}.checkout-button:hover{background-color:#f9f9f9}@media (max-width: 900px){.shopping-cart-container{flex-direction:column}.cart-right-section{order:-1;max-width:none;margin-top:0}.cart-table{min-width:auto}.cart-header{display:none}.cart-item{flex-direction:column;gap:15px;position:relative}.item-product{width:100%}.item-price,.item-quantity,.item-subtotal{width:100%;display:flex;justify-content:space-between}.item-price:before{content:"Price:";font-weight:500}.item-quantity:before{content:"Quantity:";font-weight:500}.item-subtotal:before{content:"Subtotal:";font-weight:500}.item-remove{position:static;align-self:flex-end;transform:none}}
