/* 折扣前价格 */
.yhsm-discount-price del {
    color: #999;
    text-decoration: line-through;
    font-size: 14px;
}

/* 折扣后价格 */
.yhsm-discount-price ins {
    color: #d35400; /* 橙红色 */
    font-size: 22px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

/* 折扣标签 */
.yhsm-discount-badge {
    background: #d35400;
    color: white;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 3px;
    display: inline-block;
    margin-left: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
