.cart-page-container{max-width:1200px;margin:0 auto;padding:2.5rem 1.5rem 5rem;min-height:75vh}.cart-header{margin-bottom:2rem}.cart-title-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.cart-main-title{font-size:2rem;font-weight:900;color:var(--text-primary,#0f172a);margin:0;display:flex;align-items:center;gap:.75rem}.cart-clear-btn{background:transparent;border:none;color:#ef4444;font-size:.85rem;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:.35rem;padding:.4rem .75rem;border-radius:.5rem;transition:background .2s ease}.cart-clear-btn:hover{background:rgba(239,68,68,.1)}.cart-content-grid{display:grid;grid-template-columns:1fr 360px;grid-gap:2rem;gap:2rem;align-items:start}.cart-items-list{display:flex;flex-direction:column;gap:1rem}.cart-item-card{background:var(--bg-card,#fff);border:1px solid var(--border-color,#e2e8f0);border-radius:1.25rem;padding:1.25rem;display:flex;align-items:center;gap:1.25rem;transition:all .2s ease;box-shadow:0 2px 8px rgba(0,0,0,.04)}.cart-item-card:hover{border-color:rgba(0,88,188,.25);box-shadow:0 4px 16px rgba(0,88,188,.08)}.cart-item-img-wrap{width:100px;height:90px;border-radius:.85rem;background:#f8fafc;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.cart-item-img{width:100%;height:100%;object-fit:cover}.cart-item-details{flex:1 1;display:flex;flex-direction:column;gap:.25rem}.cart-item-name{font-size:1.05rem;font-weight:800;color:var(--text-primary,#0f172a);margin:0}.cart-item-specs{font-size:.8rem;color:var(--text-secondary,#64748b)}.cart-item-price-unit{font-size:.85rem;color:#0058bc;font-weight:700}.cart-qty-control{display:flex;align-items:center;background:#f1f5f9;border-radius:.65rem;padding:.25rem;border:1px solid #cbd5e1}.cart-qty-btn{width:28px;height:28px;border-radius:.45rem;border:none;background:#fff;color:#0f172a;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease;box-shadow:0 1px 3px rgba(0,0,0,.1)}.cart-qty-btn:hover{background:#e2e8f0}.cart-qty-value{width:34px;text-align:center;font-size:.9rem;font-weight:800;color:#0f172a}.cart-item-total{font-size:1.15rem;font-weight:900;color:#0058bc;min-width:110px;text-align:right}.cart-item-remove{background:transparent;border:none;color:#94a3b8;cursor:pointer;padding:.4rem;border-radius:.5rem;transition:all .2s ease}.cart-item-remove:hover{color:#ef4444;background:rgba(239,68,68,.1)}.cart-summary-card{background:var(--bg-card,#fff);border:1px solid var(--border-color,#e2e8f0);border-radius:1.5rem;padding:1.75rem;box-shadow:0 4px 20px rgba(0,0,0,.06);position:-webkit-sticky;position:sticky;top:100px}.cart-summary-title{font-size:1.2rem;font-weight:800;color:var(--text-primary,#0f172a);margin:0 0 1.25rem;padding-bottom:.75rem;border-bottom:1px solid #f1f5f9}.cart-summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.85rem;font-size:.9rem;color:var(--text-secondary,#64748b)}.cart-summary-row.total{font-size:1.25rem;font-weight:900;color:var(--text-primary,#0f172a);padding-top:.85rem;margin-top:.85rem;border-top:1px solid #e2e8f0}.cart-summary-row.total .total-amount{color:#0058bc}.cart-checkout-btn{width:100%;padding:.9rem 1.25rem;border-radius:.85rem;border:none;background:linear-gradient(135deg,#0058bc,#00428e);color:#fff;font-size:.95rem;font-weight:800;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.5rem;box-shadow:0 4px 14px rgba(0,88,188,.25)}.cart-checkout-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,88,188,.4)}.cart-continue-btn{width:100%;padding:.75rem 1.25rem;border-radius:.85rem;border:1px solid #cbd5e1;background:transparent;color:#475569;font-size:.875rem;font-weight:700;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.75rem}.cart-continue-btn:hover{background:#f8fafc;border-color:#94a3b8}.cart-empty-box{text-align:center;padding:5rem 2rem;background:var(--bg-card,#fff);border-radius:1.5rem;border:1px dashed var(--border-color,#cbd5e1);max-width:550px;margin:0 auto}.cart-empty-icon{width:72px;height:72px;border-radius:50%;background:rgba(0,88,188,.08);color:#0058bc;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}@media (max-width:900px){.cart-content-grid{grid-template-columns:1fr}.cart-item-card{flex-wrap:wrap}.cart-item-total{text-align:left;min-width:auto}}