/*
 * LALUZ UI Patch — MODULE PDP_H2 (SEO, 22/08)
 * H2 chèn đầu mô tả sản phẩm (xem laluz_ui_patch_pdp_h2 trong PHP).
 * Theo hệ chữ đang dùng của site: serif lớn, ink, không màu mè.
 */

html body .lz-pdp-h2 {
	margin: 0 0 14px !important;
	font-family: var( --lz-serif, 'Fraunces', Georgia, serif ) !important;
	font-size: 20px !important;
	font-weight: 600 !important;
	line-height: 1.35 !important;
	color: var( --lz-ink, #141310 ) !important;
}
