/* === EU-Gewaehrleistungslabel / GARAN-Label Popup (ab 27.09.2026 Pflicht) === */
.guarantee-label-trigger {
	cursor: pointer;
}

.guarantee-modal {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 9999;
}

.guarantee-modal.is-open {
	display: block;
}

.guarantee-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .5);
}

.guarantee-modal__dialog {
	position: relative;
	max-width: 600px;
	width: 90%;
	margin: 5% auto;
	background: #fff;
	padding: 24px;
	z-index: 1;
	border-radius: 4px;
	max-height: 85vh;
	overflow-y: auto;
}

.guarantee-modal__close {
	position: absolute;
	top: 8px;
	right: 12px;
	background: none;
	border: none;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.guarantee-modal__content img {
	width: 100%;
	max-width: 400px;
	height: auto;
	display: block;
	margin: 16px auto;
}

.guarantee-checkout-note {
	margin: 10px 0;
}
