/* --- CRITICAL MONOCHROME PURGE --- */
body, .main, #home_page .main, #product_page .main, #products_page .main {
  background-color: #ffffff !important;
  background: #ffffff !important;
}

/* Ensure all headers and system bars are black */
.sys-header, .rio-win-title, .win-title {
  background: #000000 !important;
  color: #ffffff !important;
}

/* Ensure data panes are white as requested */
.data-pane, .data-field, .product-list-thumb-info {
  background: #ffffff !important;
  border-color: #000000 !important;
}