﻿/* PowerChall+290 hay-quality.html product header images */
/* 目的: hay-quality.html の商品タイトル左側 product image 枠だけに商品画像を収める */
.hay-product-image-pc290 {
  overflow: hidden;
  background: #ffffff;
  box-sizing: border-box;
  padding: 6px;
}

.hay-product-photo-pc290 {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
}
