.cart-item-qty-controls{display:flex;align-items:center;gap:0.5rem;margin-top:0.5rem}.cart-btn{background:var(--muted);border:none;border-radius:var(--radius-sm);padding:0.4rem 0.6rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background 0.2s}.cart-btn:hover{background:var(--primary);color:var(--primary-foreground)}.cart-btn-remove{background:var(--destructive);color:var(--destructive-foreground);margin-left:0.5rem}.cart-btn-remove:hover{opacity:0.85}.cart-item-qty-value{min-width:2rem;text-align:center;font-weight:600;font-size:1rem;color:var(--foreground)}@media (max-width:600px){.cart-section{padding:1rem 0.5rem 1rem 0.5rem}.cart-item-qty-controls{gap:0.2rem}.cart-btn{padding:0.3rem 0.4rem}.cart-item-qty-value{min-width:1.2rem;font-size:0.95rem}}.cart-section{max-width:600px;margin:0 auto;background:var(--card);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:2rem 2rem 1.5rem 2rem;margin-top:3.5rem}.cart-section h2{font-size:2rem;font-weight:700;color:var(--foreground);margin-bottom:1.5rem;text-align:center}.cart-list{list-style:none;padding:0;margin-bottom:2rem}.cart-item{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);padding:1rem 0;gap:1rem}.cart-item-main{display:flex;align-items:center;gap:1rem}.cart-item-img{width:56px;height:56px;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow-card)}.cart-item-placeholder{width:56px;height:56px;background:var(--muted);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:var(--muted-foreground);font-size:1.5rem}.cart-item-name{font-weight:600;color:var(--card-foreground)}.cart-item-qty{color:var(--muted-foreground);font-size:0.95rem}.cart-item-price{font-weight:600;color:var(--primary);font-size:1.1rem}.cart-total-row{display:flex;align-items:center;justify-content:space-between;font-size:1.2rem;font-weight:600;margin-bottom:2rem}.cart-total-label{color:var(--foreground)}.cart-total-value{color:var(--primary);font-size:1.5rem}.checkout-button{width:100%;background:var(--gradient-primary);color:var(--primary-foreground);border:none;padding:1rem;border-radius:var(--radius);font-size:1.1rem;font-weight:600;box-shadow:var(--shadow-card);transition:var(--transition);text-align:center;text-decoration:none}.cart-empty{text-align:center;color:var(--muted-foreground);font-size:1.1rem;padding:2rem 0}.cart-item-inactive{background-color:rgba(var(--muted-rgb),0.3);border-radius:var(--radius);position:relative}.cart-item-inactive::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(var(--muted-rgb),0.1);border-radius:var(--radius);pointer-events:none}.cart-item-img-inactive{opacity:0.5;filter:grayscale(1)}.cart-item-placeholder-inactive{opacity:0.5;background:var(--muted)}.product-inactive-badge{display:inline-flex;align-items:center;gap:0.3rem;background:var(--destructive);color:var(--destructive-foreground);padding:0.2rem 0.5rem;border-radius:var(--radius-sm);font-size:0.75rem;font-weight:500;margin-left:0.5rem}.product-inactive-badge i{width:12px;height:12px}.cart-item-inactive-message{color:var(--muted-foreground);font-size:0.85rem;font-style:italic;margin-top:0.3rem}.cart-item-price-inactive{opacity:0.6;text-decoration:line-through}.cart-btn:disabled{opacity:0.4;cursor:not-allowed;background:var(--muted);color:var(--muted-foreground)}.cart-btn:disabled:hover{background:var(--muted);color:var(--muted-foreground)}