.cart-page .container{max-width:1100px;margin:0 auto;padding:16px}.cart-page h1{margin:32px 0 24px}.cart-grid{display:grid;grid-template-columns:2fr 1fr;grid-gap:24px;gap:24px}.cart-lines .cart-line{display:grid;grid-template-columns:120px 1fr;grid-gap:16px;gap:16px;padding:12px 0;border-bottom:1px solid #eee}.cart-line img{width:100%;border:1px solid #eee;border-radius:6px;background:#fff}.cart-line .title{display:inline-block;font-weight:600;color:#0f172a;margin-bottom:4px}.cart-line .variant{color:#64748b;font-size:13px;margin-bottom:4px}.cart-line .price{font-weight:600;margin-bottom:8px}.cart-line .qty{display:flex;align-items:center;gap:8px}.cart-line .qty input{width:64px;padding:6px}.cart-line .qty .remove{background:none;border:none;color:#ef4444;cursor:pointer}.cart-summary{border:1px solid #eee;border-radius:8px;padding:16px;background:#fff;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.cart-summary h2{margin-top:0;margin-bottom:12px}.cart-summary .row{display:flex;justify-content:space-between;margin:8px 0}.cart-summary .hint{color:#64748b;font-size:13px;margin:8px 0 16px}.checkout-btn{width:100%;background:#3b82f6;color:white;border:none;padding:12px 16px;border-radius:6px;cursor:pointer;margin-bottom:16px;text-align:center}.checkout-btn,.helper-link{display:block;text-decoration:none}.helper-link{color:#334155;margin-top:8px}@media (max-width:900px){.cart-grid{grid-template-columns:1fr}.cart-line{grid-template-columns:100px 1fr}}.cart-empty{text-align:center;padding:120px 0 160px}.cart-empty .lead{font-size:24px;font-weight:700;color:#0f172a;margin:0 0 8px}.cart-empty .sub{color:#64748b;margin:0 0 24px}.cart-empty .spacer{height:8px}.cart-empty .btn{display:inline-block;background:#0ea5e9;color:#fff;padding:12px 16px;border-radius:8px;text-decoration:none}