.tsr-alcohol-product-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 26px;
	margin-left: 9px;
	padding: 0 8px;
	border-radius: 999px;
	background: #df202e;
	box-shadow: 0 2px 8px rgba(223, 32, 46, 0.2);
	color: #fff;
	font-family: inherit;
	font-size: 13px;
	font-style: normal;
	font-weight: 800;
	line-height: 1;
	vertical-align: 3px;
	white-space: nowrap;
}

html.tsr-alcohol-modal-open,
html.tsr-alcohol-modal-open body {
	overflow: hidden;
}

.tsr-alcohol-modal[hidden] {
	display: none !important;
}

.tsr-alcohol-modal {
	position: fixed;
	inset: 0;
	z-index: 2147483000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	font-family: inherit;
	opacity: 0;
	transition: opacity 160ms ease;
}

.tsr-alcohol-modal.is-open {
	opacity: 1;
}

.tsr-alcohol-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(17, 20, 25, 0.68);
	backdrop-filter: blur(3px);
}

.tsr-alcohol-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 460px);
	padding: 30px;
	border: 1px solid rgba(223, 32, 46, 0.16);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.25);
	color: #1f252d;
	text-align: center;
	transform: translateY(8px) scale(0.985);
	transition: transform 160ms ease;
	outline: 0;
}

.tsr-alcohol-modal.is-open .tsr-alcohol-modal__dialog {
	transform: translateY(0) scale(1);
}

.tsr-alcohol-modal__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	margin-bottom: 16px;
	border: 5px solid #df202e;
	border-radius: 50%;
	color: #df202e;
	font-size: 25px;
	font-weight: 900;
	line-height: 1;
}

.tsr-alcohol-modal__dialog h2 {
	margin: 0 0 12px;
	color: #171a1f;
	font-family: inherit;
	font-size: clamp(24px, 5vw, 30px);
	font-weight: 800;
	line-height: 1.2;
}

.tsr-alcohol-modal__question {
	margin: 0;
	font-size: 17px;
	line-height: 1.55;
}

.tsr-alcohol-modal__notice {
	margin: 14px 0 0;
	padding: 11px 13px;
	border-radius: 9px;
	background: #f5f6f8;
	color: #424a54;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
}

.tsr-alcohol-modal__error {
	margin: 12px 0 0;
	color: #b51622;
	font-size: 14px;
	font-weight: 700;
}

.tsr-alcohol-modal__actions {
	display: grid;
	gap: 10px;
	margin-top: 22px;
}

.tsr-alcohol-modal__actions button {
	min-height: 50px;
	padding: 12px 18px;
	border-radius: 999px;
	font-family: inherit;
	font-size: 16px;
	font-weight: 750;
	line-height: 1.25;
	cursor: pointer;
	transition: transform 120ms ease, box-shadow 120ms ease, background 120ms ease;
}

.tsr-alcohol-modal__actions button:focus-visible {
	outline: 3px solid rgba(223, 32, 46, 0.28);
	outline-offset: 3px;
}

.tsr-alcohol-modal__yes {
	border: 2px solid #df202e;
	background: #df202e;
	box-shadow: 0 8px 20px rgba(223, 32, 46, 0.22);
	color: #fff;
}

.tsr-alcohol-modal__yes:hover {
	background: #c91b28;
	box-shadow: 0 10px 24px rgba(223, 32, 46, 0.3);
	transform: translateY(-1px);
}

.tsr-alcohol-modal__yes.is-loading::after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 9px;
	border: 2px solid rgba(255, 255, 255, 0.45);
	border-top-color: #fff;
	border-radius: 50%;
	vertical-align: -2px;
	animation: tsr-alcohol-spin 700ms linear infinite;
}

.tsr-alcohol-modal__no {
	border: 2px solid #d9dde2;
	background: #fff;
	color: #303640;
}

.tsr-alcohol-modal__no:hover {
	border-color: #bcc2c9;
	background: #f7f8f9;
}

/* Voorkom dat de algemene Torosushi-knopstijl de tekst wit maakt. */
.tsr-alcohol-modal .tsr-alcohol-modal__no:hover,
.tsr-alcohol-modal .tsr-alcohol-modal__no:focus,
.tsr-alcohol-modal .tsr-alcohol-modal__no:focus-visible,
.tsr-alcohol-modal .tsr-alcohol-modal__no:active {
	color: #303640 !important;
}

.tsr-alcohol-modal__actions button:disabled {
	opacity: 0.72;
	cursor: wait;
}

.tsr-alcohol-checkout-fallback {
	margin: 0 0 18px;
	padding: 15px;
	border: 2px solid #df202e;
	border-radius: 10px;
	background: #fff7f8;
}

.tsr-alcohol-checkout-fallback p {
	margin: 6px 0 0;
	font-size: 13px;
}

@keyframes tsr-alcohol-spin {
	to { transform: rotate(360deg); }
}

@media (max-width: 520px) {
	.tsr-alcohol-modal {
		align-items: flex-end;
		padding: 12px;
	}

	.tsr-alcohol-modal__dialog {
		width: 100%;
		padding: 24px 20px 21px;
		border-radius: 20px;
	}

	.tsr-alcohol-modal__badge {
		width: 62px;
		height: 62px;
		margin-bottom: 13px;
		border-width: 4px;
		font-size: 22px;
	}

	.tsr-alcohol-modal__actions button {
		min-height: 52px;
		font-size: 15px;
	}

	.tsr-alcohol-product-badge {
		min-width: 35px;
		height: 24px;
		margin-left: 7px;
		padding: 0 7px;
		font-size: 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tsr-alcohol-modal,
	.tsr-alcohol-modal__dialog,
	.tsr-alcohol-modal__actions button {
		transition: none;
	}
}
