The product of two invertible matrices is always invertible. If $A^{-1}$ and $B^{-1}$ both exist, then $(AB)^{-1} = B^{-1}A^{-1}$.
This can be verified by pre and post multiplication.
Premultiplication:
$B^{-1}A^{-1}AB = B^{-1}(A^{-1}A)B = B^{-1}IB = B^{-1}B = I $
The postmultiplication should be obvious.
The matrix product in your example is indeed invertible as it has a nonzero determinant.