.cart-item-row{display:flex;justify-content:space-between;align-items:center;padding:var(--space-4) 0;border-bottom:1px solid var(--border);gap:var(--space-4);flex-wrap:wrap}.cart-item-info{flex:1 1;min-width:180px}.cart-item-info h4{color:var(--primary);font-size:15px;font-weight:800;line-height:1.3;margin-bottom:4px}.cart-item-modifiers{list-style:none;color:var(--muted);font-size:.85rem;display:flex;flex-direction:column;gap:2px}.cart-item-modifiers span{color:var(--primary);font-weight:700;margin-left:4px}.cart-item-controls{display:flex;align-items:center;gap:var(--space-5)}.cart-item-controls .quantity-stepper{display:flex;align-items:center;gap:var(--space-3);background:var(--surface-muted);border-radius:var(--radius-full);height:38px;padding:0 var(--space-2)}.cart-item-controls .quantity-stepper button{border:none;border-radius:9px;width:28px;height:28px;font-size:1rem;font-weight:800}.cart-item-controls .quantity-stepper-minus{background:var(--surface-muted)}.cart-item-controls .quantity-stepper-plus{background:var(--brand-yellow)}.cart-item-controls .quantity-stepper button:disabled{opacity:.4}.cart-item-controls .quantity-stepper span{min-width:1.25rem;text-align:center;font-weight:800}.cart-item-price{font-weight:800;color:var(--primary);width:80px;text-align:right;font-size:1.05rem}.cart-item-remove{background:transparent;border:none;color:var(--danger);font-size:1rem;padding:6px 8px;border-radius:var(--radius-sm)}.cart-item-remove:hover{background:var(--danger-bg)}