.cart-page{padding:max(1.5rem,min(4vw,2.5rem)) 1rem 3rem}.cart-page__inner{max-width:52rem;margin:0 auto}.cart-page h1{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.04em;margin:0 0 1.25rem}.cart-page__empty,.cart-page__muted{color:rgba(255,255,255,.65)}.cart-page__error{color:#ffb4b4;margin-bottom:1rem}.cart-page__list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.cart-page__row{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.12);grid-template-columns:4rem 1fr auto;gap:1rem;padding:1rem;display:grid}.cart-page__thumb{border-radius:4px;width:4rem;height:4rem;overflow:hidden}.cart-page__info{flex-direction:column;gap:.35rem;min-width:0;display:flex}.cart-page__meta{color:rgba(255,255,255,.62);font-size:.85rem}.cart-page__qty{align-items:center;gap:.5rem;margin-top:.35rem;display:flex}.cart-page__qty button{width:2rem;height:2rem;color:inherit;cursor:pointer;background:0 0;border:1px solid rgba(255,255,255,.2)}.cart-page__qty button:disabled{opacity:.4;cursor:not-allowed}.cart-page__max{color:rgba(255,255,255,.5);font-size:.75rem}.cart-page__line-total{text-align:right;flex-direction:column;align-items:flex-end;gap:.5rem;font-weight:600;display:flex}.cart-page__remove{color:var(--color-gold);cursor:pointer;background:0 0;border:none;font-size:.8rem;text-decoration:underline}.cart-page__footer{border-top:1px solid rgba(255,255,255,.12);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.5rem;padding-top:1.25rem;display:flex}.cart-page__checkout-btn{background:var(--color-gold);color:#111;text-transform:uppercase;letter-spacing:.04em;padding:.75rem 1.25rem;font-weight:700;text-decoration:none;display:inline-block}@media (max-width:560px){.cart-page__row{grid-template-columns:3.5rem 1fr}.cart-page__line-total{flex-direction:row;grid-column:1/-1;justify-content:space-between;width:100%}}
