/**
 * Keep Brizy's product-title appearance when its semantic wrapper becomes h1.
 */
.single-product h1.brz-wp-title[data-horizon-product-title="true"] {
	clear: none;
	color: inherit;
	font: inherit;
	letter-spacing: normal;
	margin: 0;
	padding: 0;
}

/* Brizy's saved product hero has a -23px right margin which overflows the
 * iPad/tablet page width and makes the two-column product layout appear
 * pulled off-centre. Keep the correction limited to touch-first tablets. */
@media (min-width: 768px) and (max-width: 1366px) and (pointer: coarse) {
	.single-product .brz-root__container-page > .brz-section:first-child {
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}
