.product__attention {
  margin-top: 30px;
}
.product__attention-list {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 30px 0;
  list-style-type: none;
}
.product__attention-list li + li {
  margin-top: 30px;
}
.product__attention-list li .title {
  font-weight: 700;
  font-size: 16px;
  color: #0e2d53;
}
.product__attention-list li .text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.67;
}
.product__price--delete span:after {
  top: 11px;
}
.product__image-main img {
  width: 100%;
	aspect-ratio: 1 / 1;
    object-fit: cover;
}
.product__image-thumb .col-lg-3 img {
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width:600px){
  .section__title-h2.product__name {
    margin-bottom: 10px;
  }
  .product__prices {
    margin-bottom: 20px;
  }
}