@charset "utf-8";
/* セール商品用　価格テキスト色変更 */

.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    color: #cc0000!important;
    font-weight: 600;
}
