/**
 * Print: product hero titles that wrap to 2 lines (scoped per page ID).
 * Overrides product-hero-print.css white-space: nowrap.
 */
@media print {
	html body.elementor-page-951 .elementor .elementor-element.elementor-element-b6c65e6,
	html body.elementor-page-1053 .elementor .elementor-element.elementor-element-b6c65e6,
	html body.elementor-page-1064 .elementor .elementor-element.elementor-element-b6c65e6,
	html body.elementor-page-1153 .elementor .elementor-element.elementor-element-b6c65e6 {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		--container-widget-width: 100% !important;
		flex: 0 0 auto !important;
	}

	html body.elementor-page-951 .elementor .e-con.elementor-element-263a9fb .elementor-heading-title,
	html body.elementor-page-951 .elementor .elementor-element.elementor-element-b6c65e6 .elementor-heading-title,
	html body.elementor-page-1053 .elementor .e-con.elementor-element-263a9fb .elementor-heading-title,
	html body.elementor-page-1053 .elementor .elementor-element.elementor-element-b6c65e6 .elementor-heading-title,
	html body.elementor-page-1064 .elementor .e-con.elementor-element-263a9fb .elementor-heading-title,
	html body.elementor-page-1064 .elementor .elementor-element.elementor-element-b6c65e6 .elementor-heading-title,
	html body.elementor-page-1153 .elementor .e-con.elementor-element-263a9fb .elementor-heading-title,
	html body.elementor-page-1153 .elementor .elementor-element.elementor-element-b6c65e6 .elementor-heading-title {
		white-space: normal !important;
		overflow: visible !important;
		text-overflow: clip !important;
		word-break: normal !important;
		line-height: 1.1 !important;
		max-width: 100% !important;
		width: auto !important;
	}
}
