/*
Theme Name: Linghang Child
Theme URI: https://linghang.quhenet.com/
Template: linghang
Author: QuheNet
Author URI: https://www.quhenet.com
Description: Child theme for the Linghang theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: linghang-child
*/
/* WooCommerce 产品区块：标题强制1行 + 省略号 */
.wc-block-grid__product-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.2; /* 防止行高撑开 */
}