@use "@depict-ai/js-ui" as plp-styling; // If your bundler doesn't support the package.json#exports field, try importing from @depict-ai/js-ui/styles or @depict-ai/plp-styling
@include plp-styling.default-theme("VALUE"); // Replace VALUE with "search", "category", or "all" depending on what you are integrating
// comment out below line if you're not using recommendations to save some bundle size
@include plp-styling.recommendations();