.card img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: 160px !important;
  aspect-ratio: 16 / 9 !important;
  object-fit: cover !important;
  object-position: center !important;
}

.product-card img {
  max-height: 220px !important;
  aspect-ratio: 4 / 3 !important;
  object-fit: contain !important;
  object-position: center !important;
  background: #fff !important;
}

.hero-visual img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 10 !important;
  object-fit: cover !important;
  object-position: center !important;
}

.hero-cats img {
  aspect-ratio: 16 / 9 !important;
  max-height: 110px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.page-visual img {
  width: min(100%, 720px) !important;
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
  object-fit: cover !important;
  object-position: center !important;
}
