/* Display the T01 product image without a card frame or shadow. */
main.t01-page .r290-overview__main-image,
main.t01-page .r290-overview__main-image img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  filter: none;
}
