CardNexus product/card names are slugified into a URL-safe nameSlug — for example
Bravo, Showstopper → bravo-showstopper. If you have a name and want to reproduce
the exact slug (e.g. to build a /products/search filter), use the function below.
Under the hood we use the slugify package
(v1.6.6) with a fixed configuration plus a few extra character mappings. Matching that
configuration guarantees your slug lines up with ours.