.cart-container{max-width:1000px;margin:0 auto;padding:2rem}.cart-header,.cart-row{display:grid;grid-template-columns:3fr 1fr 1fr 1fr .5fr;grid-gap:1rem;gap:1rem;align-items:center;padding:1rem 0;border-bottom:1px solid #ddd}.cart-header{font-weight:700;border-bottom:2px solid #000}.cart-product{display:flex;align-items:center;gap:1rem}.cart-product img{width:60px;height:60px;object-fit:cover;border:1px solid #ccc}.cart-qty{display:flex;align-items:center;gap:.5rem}.cart-qty button{width:30px;height:30px;font-size:16px;cursor:pointer}.cart-qty input{width:40px;text-align:center;border:1px solid #ccc;padding:.3rem}.cart-price,.cart-total{font-weight:500}.cart-remove button{background:#ffdddd;border:1px solid #cc0000;color:#cc0000;font-size:14px;padding:.3rem .6rem;cursor:pointer}.cart-summary{margin-top:2rem;text-align:right}.checkout-btn{display:inline-block;background-color:#000;color:#fff;padding:.8rem 1.5rem;text-decoration:none;margin-top:1rem}