.product-list{
  margin: 0 auto;
  padding: 0 !important;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-around; 
  border-top: #eaeaea 1px solid;
}
.product-list__unit {
  position: relative;
  box-sizing: border-box;
  margin: 0 !important;
  padding-bottom: 40px;
  list-style: none;
  border-bottom: #eaeaea 1px solid;
}
.product-list .product-list__unit__inner {
  margin: 0 !important;
  padding: 0 !important;
}



/* 769px- */
@media screen and (min-width: 769px) {
.product-list__unit {
  width: 25% !important;
  border-right: #eaeaea 1px solid;
}
.product-list__unit:nth-of-type(4n) {
  border-right: #fff 1px solid !important;
}
.product-list .product-list__text {
  margin-left: 1.2em !important;
  margin-right: 1.2em !important;
}
}

/* -768px */
@media screen and (max-width: 768px) {
.product-list{
  width:96% !important;
}
.product-list__unit {
  width: 50% !important;
}
.product-list__unit:nth-of-type(odd) {
  border-right: #eaeaea 1px solid !important;
}
.product-list__text {
  margin-left: 1em !important;
  margin-right: 1em !important;
}
}

/* --お気に入りハート-- */
.product-list__fav-items {
  position: absolute;
  right: 5px;
  bottom: 5px;
  margin-top: 10px;
  width: 30px;
}
.product-list__fav-items button {
  display: block;
  width: 100%;
  padding: 5px 0;
  cursor: pointer;
  transition: .2s;
  text-align: center;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}
.product-list__fav-items .fav-items {
  color: #ff7373 !important;
}
.product-list__fav-items svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
/* ---- */

/* マウスオーバー */
.product-list .product-list__unit .mouseover {
  position: relative;
}
.product-list .product-list__unit .mouseover::before {
  content: '';
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #fff;
}
/* 2本入り */
.product-list li[data-itemid="181644257"] .mouseover:hover::before {
  opacity: 1;
  background-image: url('https://img07.shop-pro.jp/PA01395/929/etc_base64/R2lmdC1Cb3hfcmVfMg.jpg') !important;
}
/* 3本入り */
.product-list li[data-itemid="181644412"] .mouseover:hover::before {
  opacity: 1;
  background-image: url('https://img07.shop-pro.jp/PA01395/929/etc_base64/R2lmdC1Cb3hfcmVfMg.jpg') !important;
}


