.cart-page{max-width:1180px;margin:0 auto;padding:72px 28px 96px;min-height:62vh}.cart-heading{display:flex;align-items:end;gap:24px;margin-bottom:34px;border-bottom:1px solid #5b2020;padding-bottom:22px}.cart-heading .eyebrow{margin:0;color:#c72b25;font-weight:900;letter-spacing:.16em}.cart-heading h1{margin:0;font-size:clamp(2.2rem,5vw,4.4rem);line-height:.9}.cart-heading>a{margin-left:auto;color:#f4eee6;font-weight:800;font-size:.85rem;letter-spacing:.08em}.cart-form{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(280px,.75fr);gap:32px;align-items:start}.cart-items{border-top:1px solid #343434}.cart-item{display:grid;grid-template-columns:130px minmax(0,1fr) auto;gap:24px;align-items:center;padding:24px 0;border-bottom:1px solid #343434}.cart-item__image{display:flex;width:130px;height:150px;background:#111;align-items:center;justify-content:center;overflow:hidden}.cart-item__image img{width:100%;height:100%;object-fit:contain}.cart-item__details h2{margin:4px 0 8px;font-size:1.35rem;line-height:1.1}.cart-item__details h2 a{color:#f4eee6;text-decoration:none}.cart-item__vendor,.cart-item__variant,.cart-item__unit-price{margin:4px 0;color:#aaa}.cart-item__vendor{color:#c72b25;font-size:.72rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.cart-item__actions{display:flex;align-items:center;gap:10px;margin-top:18px}.cart-item__actions label{font-size:.72rem;font-weight:900;letter-spacing:.1em}.cart-item__actions input{width:66px;height:42px;padding:8px 10px;color:#fff;background:#0a0a0a;border:1px solid #555}.cart-remove,.cart-update{color:#ddd;background:none;border:0;text-decoration:underline;text-underline-offset:4px;font-weight:800;font-size:.72rem;letter-spacing:.08em;cursor:pointer}.cart-item__total{align-self:start;margin:4px 0 0;font-size:1.1rem;font-weight:900}.cart-summary{position:sticky;top:30px;padding:28px;border:1px solid #5b2020;background:linear-gradient(145deg,#120707,#050505);box-shadow:0 14px 40px #0008}.cart-summary__line{display:flex;justify-content:space-between;gap:20px;font-size:1.3rem;font-weight:900}.cart-summary p{color:#aaa;font-size:.85rem;line-height:1.5}.cart-checkout{display:block;width:100%;margin:22px 0 14px}.cart-update{display:block;margin:0 auto}.cart-empty{text-align:center;padding:70px 20px;border:1px solid #333}.cart-empty .button{display:inline-block;margin-top:14px}@media(max-width:800px){.cart-page{padding:44px 18px 70px}.cart-heading{align-items:start;flex-direction:column}.cart-heading>a{margin-left:0}.cart-form{grid-template-columns:1fr}.cart-summary{position:static}.cart-item{grid-template-columns:92px minmax(0,1fr);gap:16px}.cart-item__image{width:92px;height:115px}.cart-item__total{grid-column:2;margin-top:0}.cart-item__details h2{font-size:1.05rem}}
