.cart-page{width:100%;max-width:1000px;margin:0 auto}.cart-page h1{margin-bottom:1rem;font-family:Instrument Serif,serif;font-size:1.5rem}.cart-layout{grid-template-columns:1fr;gap:1.5rem;display:grid}.cart-items{flex-direction:column;gap:1rem;display:flex}.cart-item{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);gap:1rem;padding:.75rem;display:flex}.cart-item-img{border-radius:var(--radius-sm);flex-shrink:0;width:80px;height:80px;position:relative;overflow:hidden}.cart-item-img .cart-item-img-inner{object-fit:cover}.cart-item-details{flex:1}.cart-item-details a{margin-bottom:.5rem;font-weight:600;display:block}.cart-item-details a:hover{color:var(--primary)}.cart-custom{color:var(--charcoal-muted);margin:.25rem 0;font-size:.85rem;display:block}.remove{color:var(--charcoal-muted);background:0 0;font-size:.85rem}.remove:hover{color:var(--primary)}.cart-item-price{font-size:1.1rem;font-weight:700}.cart-summary{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);order:-1;height:fit-content;padding:1.25rem}.cart-summary h3{margin-bottom:1rem}.summary-row{justify-content:space-between;padding:.5rem 0;display:flex}.summary-row.total{border-top:2px solid var(--cream);margin-top:1rem;padding-top:1rem;font-size:1.25rem;font-weight:700}.btn-checkout{text-align:center;margin-top:1.5rem;padding:1rem;display:block}.empty-cart{text-align:center;padding:4rem 2rem}.empty-cart h2{color:var(--charcoal-muted);margin-bottom:1.5rem}@media (min-width:768px){.cart-page h1{margin-bottom:1.5rem;font-size:2rem}.cart-layout{grid-template-columns:1fr 340px;gap:2rem}.cart-summary{order:0;padding:1.5rem}.cart-item{gap:1.5rem;padding:1rem}.cart-item-img{width:100px;height:100px}}
