.u-mt-32 {
  margin-top: 32px;
}

@media all and (min-width:577px) {
    .product-list--favorite-list {
        width: 800px;
        margin: auto;
    }

    .product-list .product-list__unit {
        width: calc((100% - 100px) / 4);
        margin: 0 25px 0 0;
    }

    .product-list {
      padding: 50px 0;
    }

    .u-sp {
        display: none;
    }
}

@media all and (max-width:576px) {
    .product-list .product-list__unit {
        width: calc(100% / 2);
        padding:0 8px;
    }

    .product-list {
      padding: 24px 0;
    }
}

#favorite .product-list {
	list-style: none;
}

#favorite .section__title-h2 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}



.product-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


.product-list .product-list__unit .title {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: calc(1em+10px);
}

.product-list .product-list__unit .price,
.product-list .product-list__unit .soldout {
    color: #999;
    font-size: 13px;
    font-weight: 400;
}


#favorite .new_mark_img1{
  display: none!important;
}

.p-product-detail-link-btn {
    margin: 40px auto;
    width: 90%;
}
