/* Pets use the normal catalogue and backpack grids. */
#cat-items .tile img[src*="/assets/pets/"],
#backpack-grid .tile img[src*="/assets/pets/"] {
  image-rendering: pixelated;
  object-fit: contain;
  width: 72px;
  height: 72px;
}
