.tauchlotse-product-page,
.tauchlotse-product-page * {
	box-sizing: border-box;
}

.tauchlotse-product-page {
	--tauchlotse-surface: var(--wp--preset--color--base, #ffffff);
	--tauchlotse-surface-muted: var(--wp--preset--color--base, #f3f4f6);
	--tauchlotse-border: rgba(127, 127, 127, 0.35);
	--tauchlotse-text: var(--wp--preset--color--contrast, #17212b);
	--tauchlotse-accent: var(--wp--preset--color--accent-1, #075985);
	color: var(--tauchlotse-text);
	margin-block: clamp(2rem, 6vw, 5rem);
	margin-inline: auto;
	max-width: min(100% - 2rem, 74rem);
	overflow-wrap: anywhere;
}

@supports (color: color-mix(in srgb, #000 10%, #fff)) {
	.tauchlotse-product-page {
		--tauchlotse-surface-muted: color-mix(in srgb, var(--wp--preset--color--contrast, #17212b) 5%, var(--tauchlotse-surface));
		--tauchlotse-border: color-mix(in srgb, var(--wp--preset--color--contrast, #17212b) 18%, transparent);
	}
}

.tauchlotse-product-page__header,
.tauchlotse-product-price,
.tauchlotse-product-configurations,
.tauchlotse-product-page__editorial,
.tauchlotse-product-related {
	margin-block-end: clamp(2.5rem, 7vw, 5rem);
}

.tauchlotse-product-page__header {
	display: grid;
	gap: 1rem;
}

.tauchlotse-product-page__taxonomy-meta {
	display: grid;
	gap: 0.5rem;
	grid-area: meta;
}

.tauchlotse-product-page__term-group {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.75rem;
}

.tauchlotse-product-page__term-group > span,
.tauchlotse-product-price dt,
.tauchlotse-product-configuration dt {
	font-weight: 600;
}

.tauchlotse-product-page__term-group ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.75rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tauchlotse-product-page a {
	text-underline-offset: 0.18em;
}

.tauchlotse-product-page a:focus-visible {
	border-radius: 0.15rem;
	outline: 3px solid var(--tauchlotse-accent);
	outline-offset: 3px;
}

.tauchlotse-product-page__title {
	font-size: clamp(1.9rem, 6vw, 3.9rem);
	grid-area: title;
	letter-spacing: -0.025em;
	line-height: 1.05;
	margin: 0;
}

.tauchlotse-product-page__excerpt {
	font-size: clamp(1.05rem, 3vw, 1.3rem);
	grid-area: excerpt;
	line-height: 1.55;
}

.tauchlotse-product-page__excerpt > :first-child,
.tauchlotse-product-page__content > :first-child {
	margin-block-start: 0;
}

.tauchlotse-product-page__excerpt > :last-child,
.tauchlotse-product-page__content > :last-child {
	margin-block-end: 0;
}

.tauchlotse-product-page__media {
	align-self: start;
	grid-area: media;
	margin: 0;
}

.tauchlotse-product-page__image {
	border-radius: 0.75rem;
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

.tauchlotse-product-page__transparency {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	grid-area: transparency;
	margin: 0;
}

.tauchlotse-product-page__transparency span {
	font-size: 0.9em;
}

.tauchlotse-product-price h2,
.tauchlotse-product-configurations h2,
.tauchlotse-product-page__editorial h2,
.tauchlotse-product-related h2 {
	font-size: clamp(1.4rem, 3vw, 2rem);
	line-height: 1.15;
	margin-block: 0 1.25rem;
}

.tauchlotse-product-price__card,
.tauchlotse-product-configuration,
.tauchlotse-product-related__card {
	background: var(--tauchlotse-surface);
	border: 1px solid var(--tauchlotse-border);
	border-radius: 0.75rem;
	padding: clamp(1.1rem, 4vw, 2rem);
}

.tauchlotse-product-price--empty {
	background: var(--tauchlotse-surface-muted);
	border-radius: 0.75rem;
	padding: clamp(1.1rem, 4vw, 2rem);
}

.tauchlotse-product-price--empty h2 {
	font-size: clamp(1.35rem, 4vw, 1.8rem);
}

.tauchlotse-product-price--empty > :last-child {
	margin-block-end: 0;
}

.tauchlotse-product-price__lead {
	display: grid;
	gap: 0.6rem;
	margin-block: 0 0.75rem;
}

.tauchlotse-product-price__lead span {
	font-size: 0.95rem;
	font-weight: 600;
}

.tauchlotse-product-price__lead strong {
	font-size: clamp(2.2rem, 9vw, 4rem);
	letter-spacing: -0.035em;
	line-height: 1;
}

.tauchlotse-product-price__freshness,
.tauchlotse-product-price__offer-note {
	font-size: 0.9rem;
	line-height: 1.5;
	max-width: 52rem;
}

.tauchlotse-product-price__freshness {
	margin-block: 0 1.25rem;
}

.tauchlotse-product-price__scope {
	background: var(--tauchlotse-surface-muted);
	border-inline-start: 0.25rem solid var(--tauchlotse-accent);
	margin-block: 1.25rem;
	padding: 0.8rem 1rem;
}

.tauchlotse-product-price__details,
.tauchlotse-product-price__statistics,
.tauchlotse-product-configuration__summary {
	display: grid;
	gap: 0;
	margin: 0;
}

.tauchlotse-product-price__details > div,
.tauchlotse-product-configuration__summary > div {
	border-block-start: 1px solid var(--tauchlotse-border);
	display: grid;
	gap: 0.2rem;
	padding-block: 0.8rem;
}

.tauchlotse-product-price dd,
.tauchlotse-product-configuration dd {
	margin: 0;
}

.tauchlotse-product-price code,
.tauchlotse-product-configuration code {
	font-size: 0.95em;
	overflow-wrap: anywhere;
	white-space: normal;
}

.tauchlotse-product-price__statistics {
	gap: 0.75rem;
	margin-block-start: 1.25rem;
}

.tauchlotse-product-price__statistics > div {
	background: var(--tauchlotse-surface-muted);
	border-radius: 0.5rem;
	padding: 0.85rem;
}

.tauchlotse-product-price__statistics dd {
	font-size: 1.15rem;
	font-weight: 600;
	margin-block-start: 0.25rem;
}

.tauchlotse-product-price__action {
	margin-block: 1.5rem 0.5rem;
}

.tauchlotse-product-price__action a {
	background: transparent;
	border: 2px solid currentColor;
	border-radius: 0.35rem;
	color: var(--tauchlotse-accent);
	display: inline-block;
	font-weight: 600;
	padding: 0.75rem 1rem;
	text-decoration: none;
}

.tauchlotse-product-price__offer-note {
	margin-block: 0;
}

.tauchlotse-product-page__section-heading {
	max-width: 52rem;
}

.tauchlotse-product-configurations__grid,
.tauchlotse-product-related__grid {
	display: grid;
	gap: 1rem;
}

.tauchlotse-product-configuration__eyebrow {
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin-block: 0 0.5rem;
	text-transform: uppercase;
}

.tauchlotse-product-configuration h3,
.tauchlotse-product-related h3,
.tauchlotse-product-related h4 {
	line-height: 1.25;
}

.tauchlotse-product-configuration h3 {
	font-size: clamp(1.3rem, 4vw, 1.75rem);
	margin-block: 0 1.25rem;
}

.tauchlotse-product-configuration__items {
	list-style: none;
	margin: 0 0 1.25rem;
	padding: 0;
}

.tauchlotse-product-configuration__items > li {
	border-block-start: 1px solid var(--tauchlotse-border);
	display: grid;
	gap: 0.6rem;
	padding-block: 0.85rem;
}

.tauchlotse-product-configuration__item-name,
.tauchlotse-product-configuration__item-values {
	display: grid;
	gap: 0.15rem;
}

.tauchlotse-product-configuration__item-name span,
.tauchlotse-product-configuration__item-values span {
	font-size: 0.9em;
}

.tauchlotse-product-configuration__empty {
	background: var(--tauchlotse-surface-muted);
	border-radius: 0.5rem;
	margin-block: 1rem 0;
	padding: 0.9rem;
}

.tauchlotse-product-configuration__total dd {
	font-size: clamp(1.55rem, 6vw, 2.25rem);
	font-weight: 700;
	line-height: 1.1;
}

.tauchlotse-product-configuration__total {
	background: var(--tauchlotse-surface-muted);
	border-radius: 0.5rem;
	margin-block-start: 0.5rem;
	padding-inline: 0.75rem;
}

.tauchlotse-product-page__editorial,
.tauchlotse-product-related {
	max-width: 100%;
}

.tauchlotse-product-page__content {
	line-height: 1.7;
	max-width: 48rem;
}

.tauchlotse-product-related__group + .tauchlotse-product-related__group {
	margin-block-start: 2rem;
}

.tauchlotse-product-related__group > h3 {
	font-size: 1.35rem;
	margin-block: 0 0.85rem;
}

.tauchlotse-product-related__card h4 {
	font-size: 1.15rem;
	margin-block: 0 0.5rem;
}

.tauchlotse-product-related__card p {
	margin-block: 0;
}

@media (min-width: 52rem) {
	.tauchlotse-product-page__header {
		align-items: start;
		grid-template-areas:
			"media meta"
			"media title"
			"media excerpt"
			"media transparency";
		grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
		grid-template-rows: auto auto auto 1fr;
		column-gap: clamp(2rem, 5vw, 4.5rem);
	}

	.tauchlotse-product-page__header--without-image {
		grid-template-areas:
			"meta"
			"title"
			"excerpt"
			"transparency";
		grid-template-columns: minmax(0, 52rem);
	}

	.tauchlotse-product-price__details > div,
	.tauchlotse-product-configuration__summary > div {
		align-items: baseline;
		grid-template-columns: minmax(9rem, 0.7fr) minmax(0, 1.3fr);
	}

	.tauchlotse-product-price__statistics {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.tauchlotse-product-configuration__items > li {
		align-items: end;
		grid-template-columns: minmax(0, 1.3fr) minmax(9rem, 0.7fr);
	}

	.tauchlotse-product-configuration__item-values {
		text-align: end;
	}

	.tauchlotse-product-configurations__grid,
	.tauchlotse-product-related__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tauchlotse-product-configurations__grid > .tauchlotse-product-configuration:only-child {
		grid-column: 1 / -1;
	}

	.tauchlotse-product-configurations__grid > .tauchlotse-product-configuration--with-observation:only-child {
		column-gap: clamp(2rem, 5vw, 4rem);
		display: grid;
		grid-template-columns: minmax(0, 1.15fr) minmax(17rem, 0.85fr);
		grid-template-rows: auto auto 1fr;
	}

	.tauchlotse-product-configurations__grid > .tauchlotse-product-configuration--with-observation:only-child > .tauchlotse-product-configuration__eyebrow {
		grid-column: 1;
		grid-row: 1;
	}

	.tauchlotse-product-configurations__grid > .tauchlotse-product-configuration--with-observation:only-child > h3 {
		grid-column: 1;
		grid-row: 2;
	}

	.tauchlotse-product-configurations__grid > .tauchlotse-product-configuration--with-observation:only-child > .tauchlotse-product-configuration__items {
		grid-column: 1;
		grid-row: 3;
		margin-block-end: 0;
	}

	.tauchlotse-product-configurations__grid > .tauchlotse-product-configuration--with-observation:only-child > .tauchlotse-product-configuration__summary {
		align-self: start;
		grid-column: 2;
		grid-row: 1 / span 3;
	}
}

@media (min-width: 72rem) {
	.tauchlotse-product-page {
		max-width: min(100% - 4rem, 74rem);
	}

	.tauchlotse-product-related__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
