
.laboruntersuchungen-hero {
	position: relative;
	box-sizing: border-box;
	width: 100vw;
	max-width: 100vw;
	min-height: 640px;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	overflow: hidden;
	display: flex;
	align-items: stretch;
	background: #dcdadb;
	--laboruntersuchungen-hero-title-size: clamp(28px, calc(18px + 4.2vw), 62px);
}

.laboruntersuchungen-hero__img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.laboruntersuchungen-hero__overlay {
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	width: 100%;
	min-height: 640px;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between;
	text-align: center;
}

.laboruntersuchungen-hero__breadcrumbs.blog-page__breadcrumbs-bar {
	width: 100%;
	max-width: none;
	margin: 0;
	padding-bottom: 0;
	text-align: left;
}

.laboruntersuchungen-hero__content {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	margin-top: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	padding: 32px var(--w22-header-gutter, 1rem) 56px;
}

.laboruntersuchungen-hero__blur {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background: rgba(1, 1, 1, 0.12);
	backdrop-filter: blur(40px);
	-webkit-backdrop-filter: blur(40px);
	mask-image: linear-gradient(to top, #000 0%, #000 40%, transparent 100%);
	-webkit-mask-image: linear-gradient(to top, #000 0%, #000 40%, transparent 100%);
}

.laboruntersuchungen-hero__title {
	position: relative;
	z-index: 1;
	margin: 0;
	max-width: 100%;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: var(--laboruntersuchungen-hero-title-size);
	line-height: 1.1;
	color: black;
	text-align: center;
}

.laboruntersuchungen-hero__subtitle {
	position: relative;
	z-index: 1;
	margin: 0;
	max-width: 100%;
	font-family: 'Roboto Mono', monospace;
	font-weight: 400;
	font-size: clamp(13px, calc(10px + 0.55vw), 16px);
	line-height: 1.4;
	color: black;
	text-align: center;
}

@media (max-width: 1370px) {
	.laboruntersuchungen-hero__img {
		object-fit: cover;
	}
}

@media (max-width: 900px) {
	.laboruntersuchungen-hero {
		min-height: 500px;
	}

	.laboruntersuchungen-hero__overlay {
		min-height: 500px;
	}
}

@media (max-width: 767.98px) {
	.laboruntersuchungen-hero {
		min-height: 400px;
	}

	.laboruntersuchungen-hero__overlay {
		min-height: 400px;
	}

	.laboruntersuchungen-hero__content {
		padding-bottom: 40px;
	}
}

.laboruntersuchungen-intro,
.laboruntersuchungen-standards,
.laboruntersuchungen-panel,
.laboruntersuchungen-formula {
	--laboruntersuchungen-gutter: var(--w22-header-gutter, 1rem);
}

.laboruntersuchungen-intro {
	box-sizing: border-box;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	background: #ffffff;
}

.laboruntersuchungen-intro__inner {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	box-sizing: border-box;
	width: 100%;
	min-height: clamp(480px, 42vw, 640px);
	padding-top: clamp(48px, 8vw, 96px);
	padding-bottom: clamp(32px, 4vw, 48px);
	padding-left: var(--laboruntersuchungen-gutter);
	padding-right: var(--laboruntersuchungen-gutter);
	gap: clamp(24px, 4vw, 48px);
}

.laboruntersuchungen-intro__col {
	flex: 1 1 0;
	width: auto;
	min-width: 0;
	box-sizing: border-box;
}

.laboruntersuchungen-intro__col--content {
	display: flex;
	padding: 0;
}

.laboruntersuchungen-intro__body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 24px;
	width: 100%;
	max-width: 520px;
}

.laboruntersuchungen-intro__title {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 32px;
	line-height: 38px;
	text-transform: uppercase;
	color: #101012;
}

.laboruntersuchungen-intro__text {
	margin: 0;
	font-family: 'Roboto Mono', monospace;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #323235;
}

.laboruntersuchungen-intro__badge {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #101012;
}

.laboruntersuchungen-intro__col--media {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.laboruntersuchungen-intro__col--media img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 100%;
	object-fit: contain;
}

@media (max-width: 767.98px) {
	.laboruntersuchungen-intro__inner {
		flex-direction: column;
		min-height: 0;
		padding-top: 48px;
		padding-bottom: 32px;
		padding-left: var(--laboruntersuchungen-gutter);
		padding-right: var(--laboruntersuchungen-gutter);
		gap: 24px;
	}

	.laboruntersuchungen-intro__col {
		flex: 0 0 auto;
		width: 100%;
	}

	.laboruntersuchungen-intro__body {
		max-width: none;
		gap: 20px;
	}

	.laboruntersuchungen-intro__title {
		font-size: 28px;
		line-height: 34px;
	}
}

.laboruntersuchungen-standards {
	box-sizing: border-box;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	background: #ffffff;
}

.laboruntersuchungen-standards__inner {
	display: flex;
	flex-direction: column;
	gap: 32px;
	box-sizing: border-box;
	width: 100%;
	padding: 80px var(--laboruntersuchungen-gutter);
}

.laboruntersuchungen-standards__heading {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	text-align: left;
	color: #101012;
}

.laboruntersuchungen-standards__grid {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	width: 100%;
}

.laboruntersuchungen-standards__item {
	flex: 1 1 0;
	min-width: 0;
	box-sizing: border-box;
	padding: 0 clamp(16px, 2.5vw, 32px);
}

.laboruntersuchungen-standards__item:first-child {
	padding-left: 0;
}

.laboruntersuchungen-standards__item:last-child {
	padding-right: 0;
}

.laboruntersuchungen-standards__item-inner {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 16px;
	width: 100%;
}

.laboruntersuchungen-standards__icon {
	display: flex;
	flex: none;
	align-items: flex-start;
	justify-content: center;
}

.laboruntersuchungen-standards__icon svg {
	display: block;
	flex: none;
}

.laboruntersuchungen-standards__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	min-width: 0;
}

.laboruntersuchungen-standards__title {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-align: left;
	color: #101012;
}

.laboruntersuchungen-standards__text {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	color: #101012;
}

.laboruntersuchungen-standards__divider {
	flex: none;
	align-self: stretch;
	width: 1px;
	background: #101012;
}

@media (max-width: 767.98px) {
	.laboruntersuchungen-standards__inner {
		gap: 24px;
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.laboruntersuchungen-standards__grid {
		flex-direction: column;
		gap: 24px;
	}

	.laboruntersuchungen-standards__item {
		padding: 0;
	}

	.laboruntersuchungen-standards__divider {
		width: 100%;
		height: 1px;
	}
}

/* Laboruntersuchungen — panel */
.laboruntersuchungen-panel {
	box-sizing: border-box;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	background: #f6f7f1;
}

.laboruntersuchungen-panel__inner {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 48px;
	box-sizing: border-box;
	width: 100%;
	padding: 80px var(--laboruntersuchungen-gutter);
}

.laboruntersuchungen-panel__intro {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	width: 100%;
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}

.laboruntersuchungen-panel__title {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 32px;
	line-height: 38px;
	color: #101012;
}

.laboruntersuchungen-panel__text {
	margin: 0;
	font-family: 'Roboto Mono', monospace;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #323235;
}

.laboruntersuchungen-panel__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-template-rows: minmax(clamp(180px, 18vw, 280px), auto) auto 1fr auto;
	justify-content: space-between;
	row-gap: 12px;
	column-gap: clamp(16px, 2.5vw, 32px);
	width: 100%;
	align-items: start;
}

.laboruntersuchungen-panel__item {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 4;
	justify-items: center;
	align-items: start;
	min-width: 0;
	padding: clamp(12px, 1.5vw, 16px);
	background: #ffffff;
	box-sizing: border-box;
	text-align: center;
}

.laboruntersuchungen-panel__media {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: clamp(180px, 18vw, 280px);
}

.laboruntersuchungen-panel__thumb {
	display: block;
	width: 100%;
	max-width: 220px;
	height: auto;
	max-height: 100%;
	object-fit: contain;
}

.laboruntersuchungen-panel__item-title {
	width: 100%;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #101012;
}

.laboruntersuchungen-panel__item-text {
	margin-bottom: 30px;
	width: 100%;
	
	font-family: 'Roboto Mono', monospace;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #77777c;
}

.laboruntersuchungen-panel__link {
	width: 100%;
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 8px;
	justify-self: center;
	align-self: start;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #101012;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.laboruntersuchungen-panel__link:hover {
	opacity: 0.75;
}

.laboruntersuchungen-panel__link-dot {
	display: inline-block;
	flex: none;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #101012;
}

@media (max-width: 1024px) {
	.laboruntersuchungen-panel__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767.98px) {
	.laboruntersuchungen-panel__inner {
		gap: 32px;
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.laboruntersuchungen-panel__title {
		font-size: 28px;
		line-height: 34px;
	}

	.laboruntersuchungen-panel__grid {
		grid-template-columns: 1fr;
		grid-template-rows: none;
		padding: 10px;
	}

	.laboruntersuchungen-panel__item {
		display: flex;
		flex-direction: column;
		grid-row: auto;
		grid-template-rows: none;
	}
}

/* Laboruntersuchungen — formula */
.laboruntersuchungen-formula {
	box-sizing: border-box;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	background: #ffffff;
}

.laboruntersuchungen-formula__inner {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	box-sizing: border-box;
	width: 100%;
	min-height: clamp(400px, 36vw, 560px);
	padding-top: clamp(48px, 8vw, 80px);
	padding-bottom: clamp(48px, 8vw, 80px);
	padding-left: var(--laboruntersuchungen-gutter);
	padding-right: var(--laboruntersuchungen-gutter);
	gap: clamp(24px, 4vw, 48px);
}

.laboruntersuchungen-formula__col {
	flex: 1 1 0;
	min-width: 0;
	box-sizing: border-box;
}

.laboruntersuchungen-formula__col--media {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.laboruntersuchungen-formula__col--media img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 100%;
	object-fit: contain;
}

.laboruntersuchungen-formula__col--content {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0;
}

.laboruntersuchungen-formula__body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	width: 100%;
	max-width: 520px;
	text-align: left;
}

.laboruntersuchungen-formula__title {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 32px;
	line-height: 38px;
	color: #101012;
}

.laboruntersuchungen-formula__text {
	margin: 0;
	font-family: 'Roboto Mono', monospace;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #323235;
}

@media (max-width: 767.98px) {
	.laboruntersuchungen-formula__inner {
		flex-direction: column;
		min-height: 0;
		padding-top: 48px;
		padding-bottom: 48px;
		gap: 24px;
	}

	.laboruntersuchungen-formula--reversed .laboruntersuchungen-formula__col--media {
		order: -1;
	}

	.laboruntersuchungen-formula__body {
		max-width: none;
		gap: 20px;
	}

	.laboruntersuchungen-formula__title {
		font-size: 28px;
		line-height: 34px;
		text-align: center;
		width: 100%;
	}

	.laboruntersuchungen-formula__text {
		text-align: center;
		width: 100%;
	}
}

/* Laboruntersuchungen — products section (from main-page) */
.products-section {
	box-sizing: border-box;
	width: 100%;
	background: #fff;
}

.products-section__inner {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 20px;

}

.products-section__header {
	padding: 64px var(--w22-header-gutter, 1rem) 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	gap: 24px;
}

.products-section__intro {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	max-width: 652px;
}

.products-section__title {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: clamp(
		24px,
		calc(100vw * 32 / var(--w22-fluid-baseline, 1440)),
		40px
	);

	line-height: clamp(
		30px,
		calc(100vw * 38 / var(--w22-fluid-baseline, 1440)),
		48px
	);
	text-transform: uppercase;
	color: #101012;
}

.products-section__subtitle {
	margin: 0;
	font-family: 'Roboto Mono', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: clamp(
		12px,
		calc(100vw * 14 / var(--w22-fluid-baseline, 1440)),
		18px
	);
	
	line-height: clamp(
		15px,
		calc(100vw * 18 / var(--w22-fluid-baseline, 1440)),
		24px
	);
	color: #323235;
}

.products-section__all-link {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 4px 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: clamp(
		14px,
		calc(100vw * 16 / var(--w22-fluid-baseline, 1440)),
		20px
	);
	
	line-height: clamp(
		16px,
		calc(100vw * 19 / var(--w22-fluid-baseline, 1440)),
		24px
	);
	color: #101012;
	text-decoration: none;
}

.products-section__all-link-dot {
	display: block;
	width: clamp(
		6px,
		calc(100vw * 8 / var(--w22-fluid-baseline, 1440)),
		12px
	);
	
	height: clamp(
		6px,
		calc(100vw * 8 / var(--w22-fluid-baseline, 1440)),
		12px
	);
	border-radius: 50%;
	background: #101012;
}

.products-section__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
	gap: 16px;
	padding: 0px 18px;
	position: relative;
}

.products-section__card {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1;
	min-height: 491px;
	background: #e9ebea;
	overflow: visible;
}

.products-section__card.is-open {
	z-index: 3;
}

.products-section__card-media {
	position: relative;
	flex: 0 0 340px;
	height: 340px;
	overflow: hidden;
}

.products-section__visual {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: stretch;
	min-height: 491px;
	padding: 40px;
	overflow: hidden;
	background: #e9ebea;
	isolation: isolate;
}

.products-section__visual-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	background-color: #d8dbd9;
}

.products-section__visual-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.products-section__visual-blur {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	height: 180px;
	pointer-events: none;
	background: rgba(1, 1, 1, 0.12);
	backdrop-filter: blur(40px);
	-webkit-backdrop-filter: blur(40px);
	mask-image: linear-gradient(to top, #000 0%, #000 40%, transparent 100%);
	-webkit-mask-image: linear-gradient(to top, #000 0%, #000 40%, transparent 100%);
}

.products-section__visual-text {
	position: relative;
	z-index: 2;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: clamp(
		16px,
		calc(100vw * 20 / var(--w22-fluid-baseline, 1440)),
		26px
	);
	
	line-height: clamp(
		18px,
		calc(100vw * 23 / var(--w22-fluid-baseline, 1440)),
		30px
	);
	text-align: center;
	color: #fff;
}

.products-section__badge {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 3;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: clamp(
		10px,
		calc(100vw * 12 / var(--w22-fluid-baseline, 1440)),
		14px
	);

	line-height: clamp(
		12px,
		calc(100vw * 14 / var(--w22-fluid-baseline, 1440)),
		18px
	);
	text-transform: uppercase;
	color: #101012;
}

.products-section__wishlist {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	overflow: hidden;
}

.products-section__wishlist .yith-wcwl-add-to-wishlist {
	margin: 0;
	width: 32px;
	height: 32px;
}

.products-section__wishlist .yith-wcwl-add-button,
.products-section__wishlist .yith-wcwl-wishlistexistsbrowse,
.products-section__wishlist .yith-wcwl-wishlistaddedbrowse {
	margin: 0;
}

.products-section__wishlist a {
	position: relative;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 32px !important;
	height: 32px !important;
	font-size: 0 !important;
	line-height: 0 !important;
	color: transparent !important;
	text-decoration: none;
}

.products-section__wishlist a span,
.products-section__wishlist .yith-wcwl-add-to-wishlist-button__label,
.products-section__wishlist .feedback,
.products-section__wishlist a .yith-wcwl-icon,
.products-section__wishlist a svg,
.products-section__wishlist a i {
	display: none !important;
}

.products-section__wishlist a::before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23BBBBC2' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 6C10.2 3.9 7.19 3.25 4.94 5.18C2.68 7.1 2.37 10.31 4.14 12.58C5.61 14.46 10.06 18.44 11.52 19.73C11.69 19.88 11.77 19.95 11.86 19.98C11.94 20 12.04 20 12.12 19.98C12.22 19.95 12.3 19.88 12.46 19.73C13.92 18.44 18.38 14.46 19.85 12.58C21.62 10.31 21.34 7.08 19.05 5.18C16.76 3.28 13.8 3.9 12 6Z'/%3E%3C/svg%3E");
}

.products-section__wishlist a:hover::before,
.products-section__wishlist .yith-wcwl-wishlistaddedbrowse a::before,
.products-section__wishlist .yith-wcwl-wishlistexistsbrowse a::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23101012' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 6C10.2 3.9 7.19 3.25 4.94 5.18C2.68 7.1 2.37 10.31 4.14 12.58C5.61 14.46 10.06 18.44 11.52 19.73C11.69 19.88 11.77 19.95 11.86 19.98C11.94 20 12.04 20 12.12 19.98C12.22 19.95 12.3 19.88 12.46 19.73C13.92 18.44 18.38 14.46 19.85 12.58C21.62 10.31 21.34 7.08 19.05 5.18C16.76 3.28 13.8 3.9 12 6Z'/%3E%3C/svg%3E");
}

.products-section__card-image-link {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.products-section__card-image-frame {
	position: relative;
	display: inline-block;
	height: 100%;
	max-width: 100%;
	line-height: 0;
}

.products-section__card-img {
	display: block;
	height: 100%;
	width: auto;
	max-width: 100%;
	object-fit: contain;
	object-position: center;
}

.products-section__card-fade {
	position: absolute;
	z-index: 2;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(233, 235, 234, 0) 0%, #e9ebea 100%);
}

/* Figma Rectangle 10 / 11 вЂ” РїРѕ РєСЂР°СЏРј РєР°СЂС‚РёРЅРєРё (frame РїРѕРґСЃС‚СЂР°РёРІР°РµС‚СЃСЏ РїРѕРґ С€РёСЂРёРЅСѓ img) */
.products-section__card-fade--left {
	left: 70px;
	top: 0;
	width: min(378px, 130%);
	height: 84px;
	transform: rotate(90deg);
	transform-origin: top left;
}

.products-section__card-fade--right {
	right: 70px;
	top: 0;
	width: min(378px, 130%);
	height: 84px;
	transform: rotate(-90deg);
	transform-origin: top right;
}

.products-section__card-fade--bottom {
	left: 0;
	right: 0;
	bottom: 0;
	height: 40px;
	background: linear-gradient(180deg, rgba(233, 235, 234, 0) 0%, #e9ebea 100%);
}

.products-section__card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	gap: 16px;
	min-height: 151px;
	padding: 16px;
	background: #e9ebea;
	text-align: center;
	position: relative;
	overflow: visible;
}

.products-section__cart-form {
	margin: 0;
	margin-top: auto;
	width: 100%;
	position: relative;
	z-index: 0;
}

.products-section__card-title {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: clamp(
		14px,
		calc(100vw * 16 / var(--w22-fluid-baseline, 1440)),
		20px
	);

	line-height: clamp(
		16px,
		calc(100vw * 19 / var(--w22-fluid-baseline, 1440)),
		24px
	);
}

.products-section__card-title a {
	font-style: normal;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	font-size: clamp(
		14px,
		calc(100vw * 16 / var(--w22-fluid-baseline, 1440)),
		20px
	);

	line-height: clamp(
		16px,
		calc(100vw * 19 / var(--w22-fluid-baseline, 1440)),
		24px
	);
	color: #101012;
	text-decoration: none;
}

.products-section__card-desc {
	margin: 0;
	font-family: 'Roboto Mono', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: clamp(
		10px,
		calc(100vw * 12 / var(--w22-fluid-baseline, 1440)),
		14px
	);
	
	line-height: clamp(
		13px,
		calc(100vw * 16 / var(--w22-fluid-baseline, 1440)),
		20px
	);
	color: #77777C;
}

.products-section__price-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	font: inherit;
	color: inherit;
	cursor: default;
}

.products-section__price-trigger {
	cursor: pointer;
}

.products-section__price-trigger:hover .products-section__price {
	opacity: 0.75;
}

.products-section__price {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: clamp(
		12px,
		calc(100vw * 14 / var(--w22-fluid-baseline, 1440)),
		18px
	);
	
	line-height: clamp(
		14px,
		calc(100vw * 16 / var(--w22-fluid-baseline, 1440)),
		20px
	);
	color: #101012;
}

.products-section__price .woocommerce-Price-amount {
	font-weight: inherit;
}

.products-section__price-arrow {
	flex-shrink: 0;
	transition: transform 0.2s ease;
}

.products-section__purchase-block {
	position: relative;
	width: 100%;
	z-index: 2;
}

.products-section__purchase-block.is-open {
	z-index: 400;
}

.products-section__purchase {
	position: relative;
}

.products-section__purchase-block.is-open .products-section__price-arrow,
.products-section__price-trigger[aria-expanded="true"] .products-section__price-arrow {
	transform: rotate(180deg);
}

.products-section__variations-panel {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 6px);
	z-index: 500;
	padding: 6px;
	background: #fafafa;
	border: 1px solid #e2e2e5;
	border-radius: 10px;
	box-shadow: 0 12px 32px rgba(16, 16, 18, 0.16);
}

.products-section__variations-panel[hidden] {
	display: none !important;
}

.products-section__variations-heading {
	margin: 8px 8px 4px;
	padding-top: 8px;
	border-top: 1px solid #e9e9ec;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: clamp(
		10px,
		calc(100vw * 11 / var(--w22-fluid-baseline, 1440)),
		14px
	);
	
	line-height: clamp(
		12px,
		calc(100vw * 14 / var(--w22-fluid-baseline, 1440)),
		18px
	);
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #77777c;
}

.products-section__variations-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.products-section__variations-item + .products-section__variations-item {
	margin-top: 2px;
}

.products-section__variations-option {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	padding: 10px 12px;
	border: 0;
	border-radius: 8px;
	background: transparent;
	font-family: 'Roboto', sans-serif;
	font-size: clamp(
		11px,
		calc(100vw * 13 / var(--w22-fluid-baseline, 1440)),
		16px
	);
	
	line-height: clamp(
		14px,
		calc(100vw * 16 / var(--w22-fluid-baseline, 1440)),
		20px
	);
	color: #101012;
	text-align: left;
	cursor: pointer;
	transition: background-color 0.15s ease, color 0.15s ease;
}

.products-section__variations-option:hover {
	background: #f0f0f2;
}

.products-section__variations-option.is-active {
	background: #fff;
	box-shadow: inset 0 0 0 1px #101012;
}

.products-section__variations-option-label {
	font-weight: 500;
	white-space: nowrap;
}

.products-section__variations-option-meta {
	flex: 1;
	min-width: 0;
	font-family: 'PT Mono', monospace;
	font-size: clamp(
		10px,
		calc(100vw * 11 / var(--w22-fluid-baseline, 1440)),
		14px
	);
	
	line-height: clamp(
		12px,
		calc(100vw * 14 / var(--w22-fluid-baseline, 1440)),
		18px
	);
	color: #77777c;
	text-align: center;
}

.products-section__variations-option-price {
	font-family: 'PT Mono', monospace;
	font-size: clamp(
		10px,
		calc(100vw * 12 / var(--w22-fluid-baseline, 1440)),
		16px
	);
	
	line-height: clamp(
		14px,
		calc(100vw * 16 / var(--w22-fluid-baseline, 1440)),
		20px
	);
	color: #323235;
	white-space: nowrap;
}

.products-section__variations-option-price .woocommerce-Price-amount {
	font-weight: inherit;
}

.products-section__form-error {
	margin: 0;
	font-family: 'PT Mono', monospace;
	font-size: clamp(
		10px,
		calc(100vw * 11 / var(--w22-fluid-baseline, 1440)),
		14px
	);
	
	line-height: clamp(
		12px,
		calc(100vw * 14 / var(--w22-fluid-baseline, 1440)),
		18px
	);
	color: #b42318;
	text-align: center;
}

.products-section__add-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	margin-top: auto;
	padding: 12px 16px;
	background: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: clamp(
		12px,
		calc(100vw * 14 / var(--w22-fluid-baseline, 1440)),
		18px
	);
	
	line-height: clamp(
		14px,
		calc(100vw * 16 / var(--w22-fluid-baseline, 1440)),
		20px
	);
	color: #101012;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transform: translateY(6px);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.products-section__add-btn.is-loading {
	pointer-events: none;
	opacity: 0.6;
}

.products-section__add-btn-dot {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #101012;
	flex-shrink: 0;
}

.products-section__add-btn-text .woocommerce-Price-amount {
	font-weight: inherit;
}

@media (hover: hover) {
	.products-section__card:hover .products-section__add-btn {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
}

.products-section__card.is-open .products-section__add-btn,
.products-section__card.is-actions-visible .products-section__add-btn,
.products-section__card:focus-within .products-section__add-btn {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

@media (max-width: 1100px) {
	.products-section__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.products-section__visual {
		min-height: 360px;
	}

	
}

@media (max-width: 767.98px) {
	.products-section__inner {
		gap: min(24px, calc(100vw * 24 / 430));
	
	}

	.products-section__header {
		flex-direction: column;
		align-items: flex-start;
		gap: min(16px, calc(100vw * 16 / 430));
		padding-bottom: 0;
	}

	.products-section__intro {
		gap: min(12px, calc(100vw * 12 / 430));
		max-width: none;
	}

	.products-section__title {
		font-size: min(26px, calc(100vw * 26 / 430));
		line-height: min(33px, calc(100vw * 33 / 430));
	}

	.products-section__subtitle {
		font-size: min(14px, calc(100vw * 14 / 430));
		line-height: min(18px, calc(100vw * 18 / 430));
		width: 90%;
	}

	.products-section__all-link {
		font-size: min(16px, calc(100vw * 16 / 430));
		line-height: min(19px, calc(100vw * 19 / 430));
	}

	.products-section__all-link-dot {
		width: min(6px, calc(100vw * 6 / 430));
		height: min(6px, calc(100vw * 6 / 430));
	}

	.products-section__grid {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: min(12px, calc(100vw * 12 / 430));
	}

	.products-section__visual {
		display: none;
	}

	.products-section__card {
		height: auto;
		min-height: 0;
	}

	.products-section__card-media {
		height: min(228px, calc(100vw * 228 / 430));
		flex-shrink: 0;
	}

	.products-section__badge {
		font-size: min(10px, calc(100vw * 10 / 430));
		line-height: min(12px, calc(100vw * 12 / 430));
	}

	.products-section__card-body {
		position: relative;
		z-index: 1;
		flex: 1 1 auto;
		justify-content: flex-start;
		min-height: min(182px, calc(100vw * 182 / 430));
		gap: min(8px, calc(100vw * 8 / 430));
		padding: min(12px, calc(100vw * 12 / 430));
	}

	.products-section__card-title,
	.products-section__card-title a {
		font-size: min(16px, calc(100vw * 16 / 430));
		line-height: min(19px, calc(100vw * 19 / 430));
		min-height: min(38px, calc(100vw * 38 / 430));
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.products-section__card-desc {
		font-size: min(12px, calc(100vw * 12 / 430));
		line-height: min(16px, calc(100vw * 16 / 430));
		flex: 1 1 auto;
		min-height: 0;
		margin: 0;
		overflow: visible;
	}

	.products-section__purchase-block {
		flex-shrink: 0;
		width: 100%;
		margin-top: auto;
	}

	.products-section__purchase {
		width: 100%;
		min-height: min(20px, calc(100vw * 20 / 430));
	}

	.products-section__cart-form {
		flex-shrink: 0;
		min-height: 0;
	}

	.products-section__price,
	.products-section__price .woocommerce-Price-amount {
		font-size: min(14px, calc(100vw * 14 / 430));
		line-height: min(16px, calc(100vw * 16 / 430));
	}

	.products-section__price-row {
		gap: min(8px, calc(100vw * 8 / 430));
	}

	.products-section__add-btn,
	.products-section__add-btn-text,
	.products-section__add-btn-text .woocommerce-Price-amount {
		font-size: min(8px, calc(100vw * 8 / 430));
		line-height: min(16px, calc(100vw * 16 / 430));
	}

	.products-section__add-btn {
		padding: min(10px, calc(100vw * 10 / 430)) min(12px, calc(100vw * 12 / 430));
	}

	.products-section__add-btn-dot {
		width: min(6px, calc(100vw * 6 / 430));
		height: min(6px, calc(100vw * 6 / 430));
	}
}

/* Laboruntersuchungen — precision banner (from main-page) */
.precision-banner {
	box-sizing: border-box;
	width: 100%;
	background: #fff;
	padding: 64px var(--w22-header-gutter, 1rem) 0;

}

@media (max-width: 767.98px) {
	.precision-banner {
		padding: 10px;
	}
}

.precision-banner__outer {
	margin-top: 100px;
	box-sizing: border-box;
	background: #f6f7f1;

}

.precision-banner__card {
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	max-width: 760px;
	margin: 0 auto;
	padding: 24px 40px;
	gap: 16px;
	background: #f6f7f1;
	text-align: center;
}

.precision-banner__title {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: clamp(
		14px,
		calc(100vw * 20 / var(--w22-fluid-baseline, 1440)),
		22px
	);

	line-height: clamp(
		16px,
		calc(100vw * 23 / var(--w22-fluid-baseline, 1440)),
		25px
	);
	color: #101012;
}

.precision-banner__text {
	width: 50vw;
	margin: 0;
	font-family: 'Roboto Mono', sans-serif;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	font-size: clamp(
		12px,
		calc(100vw * 14 / var(--w22-fluid-baseline, 1440)),
		16px
	);

	line-height: clamp(
		15px,
		calc(100vw * 18 / var(--w22-fluid-baseline, 1440)),
		21px
	);
	color: #101012;
}

@media (max-width: 900px) {
	.precision-banner__outer {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.precision-banner__card {
		padding: 20px 24px;
	}
}

@media (max-width: 767.98px) {
	.precision-banner__outer {
		margin-top: min(24px, calc(100vw * 24 / 430));
		padding-top: min(32px, calc(100vw * 32 / 430));
		padding-bottom: min(32px, calc(100vw * 32 / 430));
	}

	.precision-banner__card {
		padding: min(20px, calc(100vw * 20 / 430)) var(--w22-mobile-header-gutter, 1rem);
		gap: min(12px, calc(100vw * 12 / 430));
	}

	.precision-banner__title {
		font-size: min(20px, calc(100vw * 20 / 430));
		line-height: min(24px, calc(100vw * 24 / 430));
		width: 70%;
	}

	.precision-banner__text {
		font-size: min(14px, calc(100vw * 14 / 430));
		line-height: min(18px, calc(100vw * 18 / 430));

	}
}

.precision-banner--text-only .precision-banner__card {
	gap: 0;
}

.precision-banner--text-only {
	padding-top: 60px;
	padding-bottom: 80px;
}

.precision-banner--text-only .precision-banner__outer {
	margin-top: 0;
	padding-bottom: 0;
}

@media (max-width: 900px) {
	.precision-banner--text-only {
		padding-top: 24px;
		padding-bottom: 64px;
	}

	.precision-banner--text-only .precision-banner__outer {
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media (max-width: 767.98px) {
	.precision-banner--text-only {
		padding: 16px var(--w22-header-gutter, 1rem) 48px;
	}

	.precision-banner--text-only .precision-banner__outer {
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
}

