.cart-page-main{min-height:80vh;padding:7rem 1.5rem 5rem;background:#f7f7f5}.cart-container{max-width:1100px;margin:0 auto}.cart-header{display:flex;align-items:center;gap:1rem;margin-bottom:2.5rem}.cart-header h1{font-size:2.4rem;font-weight:900;color:#111;letter-spacing:-1px}.cart-count-badge{background:#A7B64A;color:#111;font-size:.75rem;font-weight:800;padding:.3rem .8rem;border-radius:50px;text-transform:uppercase;letter-spacing:1px}.cart-layout{display:grid;grid-template-columns:1fr 360px;grid-gap:2rem;gap:2rem;align-items:start}.cart-items-col{display:flex;flex-direction:column;gap:1rem}.cart-item-card{background:#fff;border-radius:20px;padding:1.25rem;display:flex;align-items:flex-start;gap:1.2rem;box-shadow:0 2px 12px rgba(0,0,0,.06);position:relative}.cart-item-img-wrap{width:90px;height:90px;flex-shrink:0;border-radius:14px;overflow:hidden;background:#f4f8e8;display:flex;align-items:center;justify-content:center}.cart-item-img-wrap img{width:100%;height:100%;object-fit:cover;padding:0}.cart-item-info{flex:1 1;min-width:0}.cart-item-cat{font-size:.72rem;font-weight:800;color:#A7B64A;text-transform:uppercase;letter-spacing:1px;margin-bottom:.2rem}.cart-item-name{font-size:1.05rem;font-weight:800;color:#111;margin-bottom:.25rem}.cart-item-variant{font-size:.82rem;color:#888;margin-bottom:.15rem}.cart-item-text{font-size:.8rem;color:#555;font-style:italic;margin-bottom:.5rem}.cart-item-row{display:flex;align-items:center;gap:1.5rem;margin-top:.75rem}.cart-qty-picker{display:inline-flex;align-items:center;gap:0;border:1.5px solid #e2e2df;border-radius:10px;overflow:hidden;height:36px}.cart-qty-picker button{width:36px;height:100%;background:#f4f4f2;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#111;transition:background .2s}.cart-qty-picker button:hover{background:#A7B64A}.cart-qty-picker span{padding:0 .9rem;font-weight:800;font-size:.95rem;color:#111}.cart-item-price{font-size:.9rem;font-weight:700;color:#111}.cart-remove-btn{position:absolute;top:1rem;right:1rem;background:#fff0f0;border:none;border-radius:50%;width:34px;height:34px;display:flex;align-items:center;justify-content:center;color:#e04b4b;cursor:pointer;transition:all .2s}.cart-remove-btn:hover{background:#e04b4b;color:#fff}.cart-clear-btn{align-self:flex-start;background:transparent;border:1.5px solid #ddd;color:#888;font-size:.82rem;font-weight:700;padding:.5rem 1.25rem;border-radius:50px;cursor:pointer;margin-top:.5rem;transition:all .2s}.cart-clear-btn:hover{border-color:#e04b4b;color:#e04b4b}.cart-summary-col{position:-webkit-sticky;position:sticky;top:100px}.cart-summary-card{background:#fff;border-radius:24px;padding:2rem;box-shadow:0 4px 24px rgba(0,0,0,.08)}.cart-summary-card h2{font-size:1.4rem;font-weight:900;color:#111;margin-bottom:1.25rem}.summary-lines{display:flex;flex-direction:column;gap:.6rem;margin-bottom:.75rem}.summary-line{display:flex;justify-content:space-between;font-size:.88rem;color:#555}.summary-divider{height:1px;background:#eee;margin:1rem 0}.summary-total{display:flex;justify-content:space-between;font-size:1.1rem;font-weight:900;color:#111;margin-bottom:.5rem}.summary-note{font-size:.78rem;color:#aaa;margin-bottom:1.5rem}.cart-checkout-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;background:#111;color:#fff;border:none;border-radius:50px;padding:1rem;font-weight:800;font-size:.95rem;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .3s;margin-bottom:1rem}.cart-checkout-btn:hover{background:#A7B64A;color:#111;box-shadow:0 8px 24px rgba(167,182,74,.35)}.cart-continue-link{display:block;text-align:center;font-size:.85rem;font-weight:700;color:#888;text-decoration:none;transition:color .2s}.cart-continue-link:hover{color:#111}.cart-empty-state{text-align:center;padding:5rem 2rem;max-width:420px;margin:0 auto}.cart-empty-icon{color:#ccc;margin-bottom:1.5rem}.cart-empty-state h2{font-size:2rem;font-weight:900;color:#111;margin-bottom:.5rem}.cart-empty-state p{color:#888;margin-bottom:2rem}.cart-shop-btn{display:inline-flex;align-items:center;gap:.6rem;background:#111;color:#fff;text-decoration:none;padding:.9rem 2rem;border-radius:50px;font-weight:800;font-size:.9rem;text-transform:uppercase;letter-spacing:1px;transition:all .3s}.cart-shop-btn:hover{background:#A7B64A;color:#111}@media (max-width:900px){.cart-layout{grid-template-columns:1fr}.cart-summary-col{position:static}}