.cart-item{border:1px solid var(--border);border-radius:var(--radius);background:#120f0fb8;grid-template-columns:94px minmax(0,1fr) auto;align-items:center;gap:1rem;padding:.85rem;display:grid}.cart-item-image{aspect-ratio:2/3;border-radius:var(--radius-sm);background:#f4efe70d;justify-content:center;align-items:center;display:flex;overflow:hidden}.cart-item-image img{object-fit:contain;width:100%;height:100%}.cart-item-image div{color:var(--accent);font-family:var(--font-display),Georgia,serif;text-align:center;padding:.5rem;font-size:1.1rem;line-height:1}.cart-item-main{flex-direction:column;gap:1rem;min-width:0;display:flex}.cart-item-main h3{font-size:clamp(1.45rem,2.4vw,2rem)}.cart-item-main p{color:var(--text-muted);font-size:.94rem}.cart-item-controls{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.quantity-control{border:1px solid var(--border);border-radius:999px;align-items:center;display:inline-flex;overflow:hidden}.quantity-control button{width:42px;height:38px;color:var(--foreground);cursor:pointer;background:0 0;border:0;font-size:1.15rem}.quantity-control button:hover{background:#f4efe714}.quantity-control span{text-align:center;min-width:38px;font-weight:800}.remove-item{color:#f4efe7d1;cursor:pointer;letter-spacing:.09em;text-transform:uppercase;background:0 0;border:1px solid #d13d3d61;border-radius:999px;min-height:38px;padding:.4rem .8rem;font-size:.72rem;font-weight:800}.remove-item:hover{border-color:var(--destructive);color:var(--foreground)}.cart-item-total{text-align:right}.cart-item-total span{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.35rem;font-size:.76rem;font-weight:800;display:block}.cart-item-total strong{color:var(--foreground);white-space:nowrap}@media only screen and (max-width:768px){.cart-item{grid-template-columns:82px minmax(0,1fr)}.cart-item-total{text-align:left;grid-column:1/-1}}
.cart-page{--page-image:url(/images/orderpage.png)}.cart-hero{padding:clamp(3rem,8vw,7rem) 0 clamp(1.5rem,4vw,3rem)}.cart-hero h1{margin:1rem 0}.cart-hero p{max-width:640px}.cart-section{padding-bottom:var(--space-section)}.cart-layout{grid-template-columns:minmax(0,1fr) minmax(300px,.34fr);align-items:start;gap:1rem;display:grid}.cart-items-panel,.cart-summary{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);box-shadow:var(--shadow-soft)}.cart-items-panel{min-width:0;padding:clamp(1rem,2.5vw,1.5rem)}.cart-panel-header{border-bottom:1px solid var(--border);justify-content:space-between;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.cart-panel-header span{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;padding-top:.5rem;font-size:.82rem;font-weight:800}.cart-items-list{flex-direction:column;gap:.85rem;display:flex}.empty-cart-state{padding:clamp(1rem,4vw,2.5rem)}.empty-cart-state p{color:var(--text-muted);margin:.5rem 0 1rem}.cart-summary{padding:clamp(1.2rem,3vw,1.6rem);position:sticky;top:92px}.cart-summary .button{width:100%;margin-top:.75rem}.summary-row{border-bottom:1px solid var(--border);justify-content:space-between;gap:1rem;margin:1.2rem 0 .85rem;padding-bottom:1rem;display:flex}.summary-row span{color:var(--text-muted)}.summary-row strong{color:var(--foreground);white-space:nowrap}.shipping-note{color:var(--text-muted);margin-bottom:1rem;font-size:.9rem}@media only screen and (max-width:1024px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media only screen and (max-width:768px){.cart-panel-header{flex-direction:column;align-items:flex-start}}
