.product-list__fav-items {
  margin-top: 10px;
  width: 10%;
  margin-left: 90%;
}

.product-list__fav-items button {
  display: block;
  width: 100%;
  padding: 5px 0;
  cursor: pointer;
  transition: 0.2s;
  text-align: center;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

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

.product-list__fav-items svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
#contents h2 {
  font-size: 19px;
  line-height: 1.4em;
}

@media (max-width: 768px) {
  #contents h2 {
    font-size: 14px;
    line-height: 1.4em;
  }
}
