/* 여기에 작업 또는 수정할 당신의 css style을 설정하세요. (customizations) */

/* 리스트 페이지용 이미지 */
.product_img img {
  width: 100% !important;
  height: 300px !important;
  object-fit: cover !important;
  background-color: #f5f5f5;
}

/* 상세 페이지용 fotorama 이미지 */
.fotorama__stage {
  height: 500px !important;
}

.fotorama__img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  background-color: #f5f5f5;
}

.product-img-big img {
  width: 100% !important;
  height: 500px !important;
  object-fit: cover !important;
  background-color: #f5f5f5;
}
