.block-product-price {
    display: block;
    margin-bottom: 8px;
}

/* 当前价格 */
.block-product-price .price,
.block-product-price .sale-price,
.block-product-price .product-price {
    font-size: 28px !important;
    font-weight: 800 !important;
    color: #111 !important;
    line-height: 1.1;
}

/* 原价 */
.block-product-price .compare-price,
.block-product-price .origin-price,
.block-product-price .price-old {
    font-size: 14px !important;
    color: #999 !important;
    text-decoration: line-through;
    margin-left: 6px;
}

/* 卖点区域 */
.product-selling-points {
    margin-top: 10px;
}

.product-selling-points div {
    font-size: 13px;
    color: #444;
    margin-bottom: 6px;
    line-height: 1.4;
    font-weight: 500;
}

.product-selling-points div:last-child {
    margin-bottom: 0;
}