.product-wrap {
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	max-width: 1120px;
	width: 100%;
	margin-top: 1em;
}
.event-product--breadcrumb-link {
	font-weight: bold;
}
.productItem {
	display: flex;
	gap: 1em;
}
.product_details_inner {
	width: 12em;
	padding: 0 1em;
}
.programme-page--date,
.programme-page--time {
	font-size: 1.3em;
}
.product_text :where(a) {
	text-decoration: none;
	color: var(--color-black);
}
.product_persons {
	font-weight: bold;
}
.product_content {
	color: #5f5f5f;
}
.ht-fpe--product-title :where(img) {
	max-width: 100%;
}
.product_persons {
	margin-bottom: 1em;
}
.product_actions {
	color: #5f5f5f;
}

@media screen and (max-width: 800px) {
	.product-wrap {
		padding: 0 1em;
	}
	.productItem {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.product_actions :where(span) {
		display: flex;
		flex-direction: column;
		max-width: 18em;
		padding: 1em;
	}
	.event-product--breadcrumbs-trigger {
		display: none;
	}
}
