/* Clean neutral page canvas across all storefront routes. Component-specific
   backgrounds (cards, banners, header, footer and highlighted modules) remain intact. */
html,
body,
.site-wrapper,
.site-wrapper > .container,
.site-wrapper > .container > .row,
.site-wrapper #content {
  background-color: #fff !important;
}
