.cart-page{min-height:80vh;max-width:1200px;margin:0 auto;padding:100px 5% 60px}.cart-empty{text-align:center;padding:80px 20px}.cart-empty-icon{font-size:4rem;color:#ccc;margin-bottom:20px}.cart-empty h2{font-size:1.8rem;color:#333;margin-bottom:10px}.cart-empty p{color:#777;margin-bottom:30px}.cart-shop-btn{display:inline-block;background:#43b028;color:#fff;padding:14px 32px;border-radius:10px;font-weight:600;text-decoration:none;transition:background .2s}.cart-shop-btn:hover{background:#369921;color:#fff}.cart-back{margin-bottom:20px}.cart-back a{display:inline-flex;align-items:center;gap:8px;color:#43b028;font-weight:600;text-decoration:none}.cart-heading{font-size:1.8rem;color:#222;margin-bottom:30px}.cart-layout{display:flex;gap:30px;align-items:flex-start}.cart-items{flex:2;display:flex;flex-direction:column;gap:16px}.cart-item{display:flex;align-items:center;gap:20px;background:#fff;border-radius:14px;padding:16px;box-shadow:0 2px 10px rgba(0,0,0,.06)}.cart-item-image{width:100px;height:100px;-o-object-fit:contain;object-fit:contain;border-radius:10px;background:#f8f9fa}.cart-item-info{flex:1}.cart-item-title{font-size:1.05rem;font-weight:600;color:#222;margin-bottom:6px}.cart-item-price-row{display:flex;align-items:center;gap:10px;margin-bottom:10px}.cart-item-price{font-weight:700;color:#43b028;font-size:1.1rem}.cart-item-original{color:#999;text-decoration:line-through;font-size:.9rem}.cart-item-qty{display:flex;align-items:center;gap:0;border:2px solid #e0e0e0;border-radius:8px;overflow:hidden;width:-moz-fit-content;width:fit-content}.cart-item-qty button{width:34px;height:34px;background:#f5f5f5;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.7rem;padding:0;border-radius:0}.cart-item-qty span{width:40px;text-align:center;font-weight:700}.cart-item-right{display:flex;flex-direction:column;align-items:flex-end;gap:14px}.cart-item-subtotal{font-size:1.2rem;font-weight:700;color:#222}.cart-item-remove{background:none;border:none;color:#ff4d4f;cursor:pointer;font-size:1rem;padding:6px;border-radius:6px;transition:background .2s}.cart-item-remove:hover{background:#fff0f0}.cart-summary{flex:1;background:#fff;border-radius:14px;padding:24px;box-shadow:0 2px 10px rgba(0,0,0,.06);position:sticky;top:100px}.cart-summary h2{font-size:1.3rem;margin-bottom:20px;color:#222}.summary-row{display:flex;justify-content:space-between;margin-bottom:12px;font-size:.95rem;color:#555}.summary-total{font-size:1.15rem;font-weight:700;color:#222}.free-delivery{color:#43b028;font-weight:600}.summary-divider{border-top:1px solid #eee;margin:16px 0}.checkout-btn{width:100%;background:#43b028;color:#fff;border:none;padding:14px;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;margin-top:10px;transition:background .2s}.checkout-btn:hover{background:#369921}@media (max-width:768px){.cart-page{padding-top:80px}.cart-heading{font-size:1.4rem}.cart-layout{flex-direction:column}.cart-item{flex-wrap:wrap;gap:12px}.cart-item-image{width:70px;height:70px}.cart-item-right{flex-direction:row;width:100%;justify-content:space-between;align-items:center}.cart-summary{position:static}}