Currently, I am working on a client's store using opencart (version 1.5.1.3.1) and I am trying to figure out the most efficient way to add specific stylesheets for certain routes.
For instance, I would like to apply a different stylesheet to my category page instead of the default one, or potentially have a custom stylesheet that overrides the default styles. This need extends to multiple routes, and I aim to achieve this with minimal code edits to avoid complications during future upgrades, especially considering opencart's tendency to introduce unexpected changes and bug fixes regularly.