.cart-page{padding-top:2rem;padding-bottom:5rem}.cart-page h1{font-size:clamp(1.8rem,3vw,2.5rem);margin:.5rem 0 2rem}.cart-loading{padding:4rem 2rem;text-align:center;color:var(--text-muted);font-family:var(--font-sans)}.cart-empty{background:var(--surface-elevated);border:1px solid var(--border-soft);border-radius:var(--r-lg);padding:4rem 2rem 3.5rem;text-align:center;max-width:36rem;margin:0 auto}.cart-empty .empty-mark{color:var(--brand-soft);margin-bottom:1.2rem}.cart-empty h2{font-family:var(--font-display);font-size:1.6rem;margin:0 0 .8rem;font-weight:500}.cart-empty p{font-family:var(--font-serif);font-size:1.05rem;color:var(--text-soft);margin:0 0 1.6rem}.cart-body{display:grid;grid-template-columns:1fr 360px;gap:2rem;align-items:start}@media (max-width: 800px){.cart-body{grid-template-columns:1fr}}.cart-list{display:flex;flex-direction:column;gap:.8rem}.cart-item{display:grid;grid-template-columns:96px 1fr auto;gap:1.2rem;background:var(--surface-elevated);border:1px solid var(--border-soft);border-radius:var(--r-lg);padding:1rem;align-items:center}@media (max-width: 600px){.cart-item{grid-template-columns:72px 1fr;gap:.9rem}.cart-actions{grid-column:1 / -1;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;padding-top:.5rem;border-top:1px solid var(--border-soft)}}.cart-item-thumb{width:96px;height:96px;background:linear-gradient(135deg,var(--cream-50),var(--cream-100));border-radius:var(--r);overflow:hidden;display:grid;place-items:center;color:var(--copper-300);font-family:var(--font-display);font-size:1.8rem}.cart-item-thumb img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width: 600px){.cart-item-thumb{width:72px;height:72px}}.cart-item-info{min-width:0}.cart-item-info h4{font-family:var(--font-display);font-size:1.1rem;margin:0 0 .18rem;font-weight:500;line-height:1.25}.cart-item-info h4 a{color:inherit;border-bottom:none}.cart-item-info h4 a:hover{color:var(--brand-strong)}.cart-item-info .sku{font-family:var(--font-mono);font-size:.74rem;color:var(--text-muted);margin-bottom:.4rem}.cart-item-info .unit-price{font-family:var(--font-sans);font-size:.86rem;color:var(--text-soft)}.cart-item-line{font-family:var(--font-display);font-size:1.15rem;font-weight:600;color:var(--brand-strong);margin-top:.3rem}.cart-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.6rem}.qty-control{display:inline-flex;align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:999px;overflow:hidden}.qty-control button{background:transparent;border:none;width:32px;height:32px;font-size:1.1rem;line-height:1;color:var(--text-soft);cursor:pointer;transition:all var(--t-fast)}.qty-control button:hover{background:var(--brand-bg-soft);color:var(--brand-strong)}.qty-control .qty-display{min-width:28px;text-align:center;font-family:var(--font-sans);font-size:.92rem;font-weight:600;color:var(--text-strong)}.cart-item-remove{background:none;border:none;padding:0;color:var(--text-muted);font-size:.78rem;font-family:var(--font-sans);cursor:pointer;border-bottom:1px solid transparent;transition:color var(--t-fast),border-color var(--t-fast)}.cart-item-remove:hover{color:var(--berry-600);border-color:var(--berry-600)}.cart-summary{background:var(--surface-elevated);border:1px solid var(--border-soft);border-radius:var(--r-lg);padding:1.5rem 1.6rem;position:sticky;top:5rem}@media (max-width: 800px){.cart-summary{position:static}}.cart-summary h3{font-family:var(--font-display);font-size:1.25rem;margin:0 0 1.1rem;font-weight:500}.sum-row{display:flex;justify-content:space-between;padding:.55rem 0;font-family:var(--font-sans);font-size:.94rem}.sum-row.total{font-family:var(--font-display);font-size:1.3rem;font-weight:600;color:var(--brand-strong);border-top:1px solid var(--border);padding-top:.9rem;margin-top:.3rem}.sum-row .muted,.sum-row [data-cart-shipping]{color:var(--text-muted);font-size:.86rem}.sum-row [data-cart-shipping].free{color:var(--brand-strong);font-weight:600;font-size:.94rem}.cart-checkout{display:block;text-align:center;margin-top:1.3rem;width:100%}.cart-note{font-size:.78rem;color:var(--text-muted);margin:.9rem 0 1rem;line-height:1.45;font-family:var(--font-sans)}.cart-clear{width:100%;padding:.55rem;font-size:.82rem}
