/**
 * After ui-polish-pro.css: cosmetics catalog uses a flat canvas like the home hero
 * (solid --bg-deep) — no film grain, no radial halos, no fixed gradients.
 */
body.fngg-cosmetics.cosmetics-page {
  background-color: var(--bg-deep);
  background-image: none;
  background-attachment: scroll;
}

@media (prefers-reduced-motion: reduce) {
  body.fngg-cosmetics.cosmetics-page {
    background-image: none;
    background-attachment: scroll;
  }
}
