.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;
}

.ht-fpe--form-button-alt {
	font-family: Futura-PT, Helvetica, Arial, sans-serif;
	border: 2px solid #cceefb;
	background: #ffffff;
	color: inherit;
	font-size: 0.9em;
	letter-spacing: normal;
	display: inline-block;
	font-weight: 700;
	height: 2em;
	box-sizing: border-box;
	width: 100%;
	padding: 4px;
	text-transform: none;
	text-align: center;
}

.ht-fpe--form-quantity-alt {
	float: left;
	width: 2em;
	margin-right: 4px;
}

.ht-fpe--form-quantity-field-alt {
	height: 2em;
	box-sizing: border-box;
	width: 100%;
	padding: 2px;
	text-transform: none;
	text-align: center;
	font-size: 0.9em;
	display: block;
	border: 2px solid #cceefb;
}

.ht-pp--row {
	font-size: 0.8em;
}

.ht-fpe--form {
	display: flex;
}

@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;
	}
}
