/* 详情页视频居中 */
.entry-content .wp-video,
#tab-description .wp-video {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

body.woocommerce ul.products li.product .woocommerce-loop-category__title,
body.woocommerce ul.products li.product .woocommerce-loop-product__title,
body.woocommerce ul.products li.product h3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	white-space: pre-wrap;
	/* line-height: 1.8; */
	padding-bottom: 0;
	margin-bottom: 0.5em;
}