
/* FabricProductCard styles intentionally live in the parent's registered
   stylesheet: src/components/FabricCategory/styles.css

   ikas only bundles each component's REGISTERED styles.css (the one named in
   ikas.config.json). Sub-component stylesheets are not picked up by the build,
   and a JS `import "./styles.css"` is rejected ("no output path configured").
   FabricProductCard only renders inside FabricCategory, so its rules sit there
   under the correct scope. */
