/*--------------------------
お気に入りボタン
---------------------------*/
.product-list__fav-items {
  margin-top: -30px;
}

.product-list__fav-items button {
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.product-list__fav-items .fav-items {
  color: #ff7373;
}

.product-list__fav-items fas {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
/*--------------------------
お気に入りボタンここまで
---------------------------*/