.cart-page{padding:4rem 0}.page-title{font-size:2rem;font-weight:700;margin-bottom:2rem}.cart-empty{text-align:center;padding:4rem 0}.cart-empty p{color:#636e72;margin-bottom:1.5rem}.btn-continue{display:inline-block;padding:1rem 2rem;background:#2d3436;color:#fff;border-radius:4px;font-weight:600}.cart-layout{display:grid;grid-template-columns:2fr 1fr;gap:3rem}.cart-items{display:flex;flex-direction:column;gap:1.5rem}.cart-item{display:grid;grid-template-columns:100px 1fr auto auto auto;align-items:center;gap:1.5rem;padding:1.5rem;background:#f7f7f7;border-radius:8px}.item-image{width:100px;height:100px;border-radius:4px;overflow:hidden}.item-image img{width:100%;height:100%;object-fit:cover}.item-name{font-weight:600;margin-bottom:.25rem}.item-price{color:#636e72}.item-quantity{display:flex;align-items:center;gap:.5rem}.qty-btn{width:32px;height:32px;background:#fff;border-radius:4px;font-weight:600}.qty-value{min-width:30px;text-align:center;font-weight:600}.item-total{font-weight:700}.item-remove{color:#636e72;transition:color .2s}.item-remove:hover{color:#ff6b6b}.cart-summary{position:sticky;top:100px;height:fit-content;padding:1.5rem;background:#f7f7f7;border-radius:8px}.cart-summary h2{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.summary-row{display:flex;justify-content:space-between;margin-bottom:1rem}.summary-total{font-size:1.25rem;font-weight:700;padding-top:1rem;border-top:1px solid #dfe6e9;margin-top:1rem}.btn-checkout{display:block;width:100%;padding:1rem;background:#ff6b6b;color:#fff;text-align:center;border-radius:4px;font-weight:600;margin:1.5rem 0}.shipping-note{font-size:.875rem;color:#636e72;margin-bottom:1rem}@media(max-width:1024px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media(max-width:640px){.cart-item{grid-template-columns:80px 1fr;gap:1rem}.item-quantity,.item-total,.item-remove{grid-column:2}}
