/* The configurator has its own dark theme; product photos keep their original colors. */
:root { color-scheme: dark; }
.pc-app .pc-summary { color-scheme: light; }
.pc-app :is(.pc-preview, .pc-photo-frame, .pc-photo-main, .pc-photo-thumbs button, .pc-selection-strip button, .pc-preset figure),
.pc-app .pc-photo-dialog {
  color-scheme: only light;
  isolation: isolate;
}
.pc-app :is(.pc-preview, .pc-photo-frame, .pc-photo-main, .pc-photo-thumbs button, .pc-selection-strip button, .pc-preset figure) {
  background: #fff !important;
}
.pc-app :is(.pc-preview img, .pc-photo-main img, .pc-photo-thumbs img, .pc-selection-strip img, .pc-preset figure img, .pc-find-product img, .pc-guide-parts img),
.pc-app .pc-photo-dialog img {
  color-scheme: only light;
  mix-blend-mode: normal;
  opacity: 1;
  filter: none;
  background: #fff;
}
.pc-app .pc-preview > span {
  background: #172c27 !important;
  color: #fff !important;
}
.pc-app .pc-selection-strip button { color: #17372d; }
.pc-app .pc-photo-main > span { background: #fff; color: #17372d; }
.pc-app .pc-photo-dialog { background: #fff; color: #17372d; }
