.cart-page{min-height:calc(100vh - 140px);padding:3rem 1.5rem 5rem}.page-title{font-size:2.1rem;font-family:var(--font-heading);color:#111827;align-items:center;gap:.75rem;margin-bottom:2rem;display:flex}.empty-cart{justify-content:center;align-items:center;min-height:60vh;display:flex}.empty-cart-content{text-align:center;background:#fff;border:1.5px dashed #d1fae5;border-radius:1.5rem;flex-direction:column;align-items:center;width:100%;max-width:500px;padding:4rem 2.5rem;display:flex;box-shadow:0 20px 60px #16653414}.empty-cart-icon-wrapper{background:linear-gradient(135deg,#16a34a1f,#16653414);border:2px solid #16a34a26;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:1.75rem;display:flex}.empty-cart-icon{color:#16a34a}.empty-cart h2{color:#111827;font-size:1.8rem;font-family:var(--font-heading);margin-bottom:.5rem}.empty-cart p{color:#6b7280;margin-bottom:0;font-size:.95rem}.mt-6{margin-top:1.5rem}.auth-prompt{border-top:1px solid #f3f4f6;width:100%;margin-top:2.5rem;padding-top:1.5rem}.auth-prompt p{color:#6b7280;margin-bottom:1rem;font-size:.9rem}.cart-layout{grid-template-columns:2fr 1fr;align-items:start;gap:2rem;display:grid}.cart-list{background:#fff;border:1.5px solid #e5e7eb;border-radius:1.5rem;padding:0;overflow:hidden;box-shadow:0 4px 20px #0000000d}.cart-list-header{color:#fff;background:linear-gradient(135deg,#14532d 0%,#15803d 100%);align-items:center;gap:.75rem;padding:1.25rem 1.75rem;display:flex}.cart-list-header-icon{background:#ffffff26;border-radius:.625rem;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.cart-list-header-title{color:#fff;font-size:1rem;font-weight:700}.cart-list-header-count{color:#ffffffbf;margin-top:.1rem;font-size:.8rem}.cart-list-body{padding:.5rem 0}.cart-item{border-bottom:1px solid #f3f4f6;gap:1.25rem;padding:1.25rem 1.75rem;transition:background .2s;display:flex}.cart-item:last-child{border-bottom:none}.cart-item:hover{background:#fafffe}.cart-item-image{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:.875rem;flex-shrink:0;justify-content:center;align-items:center;width:90px;height:90px;display:flex;overflow:hidden}.cart-item-image img{object-fit:cover;width:100%;height:100%}.cart-item-img-ph{color:#9ca3af;text-align:center;font-size:.7rem}.cart-item-details{flex-direction:column;flex:1;gap:.3rem;display:flex}.cart-item-details h3{color:#111827;margin-bottom:0;font-size:1.05rem;font-weight:700;line-height:1.35}.cart-item-details p,.cart-item-variant{color:#9ca3af;font-size:.82rem}.cart-item-price{color:#15803d;letter-spacing:-.01em;margin-top:auto;font-size:1.2rem;font-weight:800}.cart-item-actions{flex-direction:column;justify-content:space-between;align-items:flex-end;gap:.75rem;display:flex}.qty-controls{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:9999px;align-items:center;gap:.625rem;padding:.25rem .5rem;display:flex}.qty-btn{color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.qty-btn:hover:not(:disabled){color:#fff;background:#15803d;border-color:#15803d;transform:scale(1.1)}.qty-btn:disabled{opacity:.4;cursor:not-allowed}.qty-val{text-align:center;color:#111827;min-width:22px;font-size:.95rem;font-weight:700}.remove-btn{color:#d1d5db;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:.5rem;padding:.4rem;transition:all .2s}.remove-btn:hover{color:#ef4444;background:#ef444414;border-color:#ef444433}.summary-card{background:#fff;border:1.5px solid #e5e7eb;border-radius:1.5rem;position:sticky;top:90px;overflow:hidden;box-shadow:0 4px 20px #0000000d}.summary-card-header{background:linear-gradient(135deg,#14532d,#15803d);align-items:center;gap:.75rem;padding:1.25rem 1.75rem;display:flex}.summary-card-header h3{color:#fff;margin:0;font-size:1rem;font-weight:700}.summary-card-body{padding:1.5rem 1.75rem}.summary-row{color:#6b7280;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.9rem;display:flex}.summary-row span:last-child{color:#374151;font-weight:600}.summary-divider{background:linear-gradient(90deg,#e5e7eb,#0000,#e5e7eb);height:1px;margin:1rem 0}.summary-row.total{color:#111827;padding:.75rem 0;font-size:1.1rem;font-weight:800}.summary-row.total span{color:#111827}.summary-row.total span:last-child{color:#15803d;font-size:1.2rem}.text-success{color:#16a34a!important;font-weight:700!important}.checkout-btn{color:#fff;cursor:pointer;width:100%;font-size:1rem;font-weight:700;font-family:var(--font-body);text-align:center;background:linear-gradient(135deg,#15803d,#16a34a);border:none;border-radius:.875rem;justify-content:center;align-items:center;gap:.5rem;margin-top:1.25rem;padding:1rem;transition:all .25s;display:flex;box-shadow:0 4px 15px #16a34a4d}.checkout-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #16a34a66}.cart-secure-note{color:#9ca3af;justify-content:center;align-items:center;gap:.4rem;margin-top:1rem;font-size:.78rem;display:flex}@media (max-width:992px){.cart-layout{grid-template-columns:1fr}.summary-card{position:static}}@media (max-width:576px){.cart-page{padding:1.5rem 1rem 4rem}.cart-item{gap:1rem;padding:1rem 1.25rem}.cart-item-image{width:72px;height:72px}.cart-item-actions{flex-direction:row;align-items:center}.page-title{font-size:1.65rem}}
