<!-- お気に入りボタン -->

.product-desc a {text-decoration: none; color: #0000ff; }
.product-desc a:hover { text-decoration: none; color: #0000ff; }


.product__fav-item {
  margin-top: 10px;
}

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

.product__fav-item .fav-items {
  color: #ed551b;
}

.product__fav-item svg {
  width: 20px;
  height: 20px;
  vertical-align: -.35em;
  fill: currentColor;
}

