/*カートの販売期間非表示*/
.fs-c-cartTable__salesPeriod.fs-c-cartProductSalesPeriod {
    display: none;
}

/*商品パーツの販売期間非表示*/
.fs-c-productListItem__salesPeriod.fs-c-salesPeriod {
    display: none;
}

h2.fs-c-wishlistProduct__title {
    margin-bottom: 15px;
    padding-bottom: 10px;
}