:root {
	--primary: #3d3d3c;
	--secondary: #7c7c79;
	--success: #00cc99;
	--info: #78c3fb;
	--warning: #ba9d57;
	--danger: #ff674d;
}

.ds-important-input {
	width: 1px;
	height: 1px;
	visibility: hidden;
	opacity: 0;
}

.ds-workshop-container *,
.ds-workshop-show-container * {
	font-family: DIN Pro;
	font-style: normal;
}

.ds-workshop-lg-icon {
	width: 64px;
	height: auto;
	aspect-ratio: auto;
	fill: #000;
}

.ds-workshop-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	position: relative;
	box-sizing: border-box;
	gap: 40px;
}

.ds-workshop-item {
	display: flex;
	flex-direction: column;
	width: calc(50% - 40px);
	flex-wrap: nowrap;
	border: 1px solid #000;
	border-radius: 24px;
	background-color: #fff;
}

.ds-workshop-item.ds-hide {
	opacity: 0;
	display: none;
	visibility: hidden;
}

.ds-workshop-img {
	height: 250px;
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
}

.ds-workshop-body {
	display: flex;
	flex-direction: column;
	color: #000;
	gap: 8px;
	box-sizing: border-box;
	position: relative;
	justify-content: space-between;
	min-height: 350px;
	max-height: 400px;
	padding: 32px;
}

.ds-workshop-date {
	font-weight: 400;
	font-size: 16px;
}

.ds-workshop-title {
	font-weight: 600;
	font-size: 28px;
	width: 100%;
	text-overflow: clip;
	line-height: 1.1em;
}

.ds-workshop-description {
	font-weight: 400;
	height: 72px;
	font-size: 16px;
	word-break: break-word;
}

.ds-workshop-ticket {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

.ds-workshop-footer {
	display: flex;
	flex-direction: row;
	align-items: end;
	gap: 32px;
}

.ds-workshop-cost,
.ds-workshop-book {
	display: flex;
	width: calc(50% - 16px);
}
.ds-workshop-cost {
	flex-direction: row;
	gap: 16px;
}
.ds-workshop-money {
	display: flex;
	flex-direction: column;
	gap: 4px;
	justify-content: center;
	letter-spacing: 2px;
}
.ds-workshop-book {
	flex-direction: column;
	justify-content: center;
}

.ds-bold {
	font-weight: 600;
}
.ds-small {
	font-size: 12px;
}
.ds-medium {
	font-size: 16px;
}
.ds-huge {
	font-size: 28px;
}

.ds-money {
	letter-spacing: 2px;
}

.ds-book-btn,
.ds-cart-item-remove {
	box-sizing: border-box !important;
	padding: 12px 28px !important;
	background: var(--warning) !important;
	border: 2px solid var(--warning) !important;
	text-align: center !important;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 600 !important;
	cursor: pointer !important;
}
.ds-book-btn:hover,
.ds-cart-item-remove:hover {
	color: var(--warning) !important;
	background-color: #fff !important;
}
select.ds-book-select,
select.ds-cart-item-update {
	box-sizing: border-box !important;
	padding: 12px 28px !important;
	appearance: base-select !important;
	border-radius: 0px !important;
	border-width: 2px;
	height: 52px !important;
	min-width: 64px !important;
}

.ds-takeawayMeal-icon {
	height: 32px;
	width: auto;
	aspect-ratio: auto;
	fill: #000;
}
.ds-workshop-sm-icon {
	height: 32px;
	width: auto;
	aspect-ratio: auto;
	fill: #000;
}

span.ds-required {
	color: red;
	font-weight: 600;
}

.ds-input-group {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	padding: 12px 0 0 0;
}

.ds-checkout-input-wrapper {
	display: flex;
	flex-direction: row;
	gap: 16px;
	flex-wrap: nowrap;
}

.ds-checkout-input-wrapper > * {
	width: calc(50% - 8px);
}

.ds-checkbox-group {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
	box-sizing: border-box;
	padding: 12px 0 0 0;
}

.ds-checkbox-group input[type="checkbox"] {
	height: 32px;
	width: 32px;
	aspect-ratio: 1/1;
	border: 2px solid #000;
	border-radius: 0px;
}

.ds-input-group input,
.ds-input-group select,
.ds-input-group textarea {
	box-sizing: border-box;
	padding: 12px;
}

.ds-input-group select {
	appearance: base-select;
	min-height: 32px;
	min-width: 32px;
	border-radius: 0px;
}

.ds-input-group label {
	padding: 4px 0;
	font-weight: 600;
}

.ds-input-group textarea {
	resize: none;
}
.ds-cart-container {
	position: relative;
	width: max-content;
}
.ds-cart {
	fill: #000000;
	height: 40px;
	width: auto;
}
.ds-cart-item-number {
	width: 24px;
	height: 24px;
	aspect-ratio: 1 / 1;
	background-color: rgb(255, 0, 0);
	border-radius: 50%;
	position: absolute;
	right: -4px;
	top: -8px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	z-index: 2;
	line-height: 1em;
	font-weight: 600;
}

.ds-shopping-cart {
	box-sizing: border-box;
	width: 100%;
	color: #000;
}
.ds-shopping-cart-wrapper {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 16px 0 0 0;
}
.ds-shopping-cart-item-image {
	height: auto !important;
	width: 10% !important;
	border: 1px solid #000 !important;
	aspect-ratio: 1 / 1 !important;
	border-radius: 50% !important;
}
.ds-shopping-cart-content {
	width: 40%;
}
.ds-shopping-cart-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 48px;
	box-sizing: border-box;
	padding: 24px;
	background-color: #fff;
	border: 1px solid #000;
}
.ds-shopping-item-quantity-wrapper {
	display: flex;
	flex-direction: row;
	gap: 32px;
	justify-content: end;
	align-items: center;
	width: 30%;
}
.ds-shopping-item-delete {
	width: 20%;
	display: flex;
	justify-content: end;
}

.ds-shopping-item-delete button {
	background: none !important;
	border: none !important;
}

.ds-shopping-item-quantity-form {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.ds-quantity-btn {
	aspect-ratio: 1 / 1 !important;
	height: 32px !important;
	width: 32px !important;
	line-height: 1em !important;
	padding: 4px !important;
	border-radius: 50% !important;
	background: #000 !important;
	color: #fff !important;
	border: 1px solid #000 !important;
}
.ds-quantity-btn:hover {
	background: #fff !important;
	color: #000 !important;
}
.ds-cart-item {
	display: inline-flex;
	gap: 32px;
	width: 100%;
	box-sizing: border-box;
	padding: 32px;
	background: #fff;
	align-items: center;
	border: 1px solid #000;
	border-radius: 15px;
}
.ds-checkout-redeem-gift-voucher {
	display: flex;
	flex-direction: row;
	gap: 32px;
	width: 100%;
	align-items: end;
}
.w-50 {
	width: 50%;
}

.ds-checkout-form {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	padding: 32px;
	background-color: #fff;
	border-radius: 16px;
	border: 1px solid #000;
}
.ds-price-container {
	box-sizing: border-box;
	padding: 32px 0;
}

.ds-filter-container {
	display: flex;
	flex-direction: column;
	position: relative;
	box-sizing: border-box;
	gap: 24px;
	width: 100%;
}
.ds-filter-row {
	display: flex;
	flex-direction: row;
	position: relative;
	gap: 12px;
	justify-content: start;
	width: 100%;
	flex-wrap: wrap;
}
.ds-filter-badge {
	box-sizing: border-box;
	padding: 4px 24px;
	background: #fff;
	color: #000;
	border-radius: 24px;
	font-size: 12px;
	cursor: pointer;
	text-transform: uppercase;
	flex-wrap: nowrap;
}
.ds-filter-badge:hover,
.ds-filter-badge.ds-active {
	background: #ba9d57;
	color: #fff;
}

.ds-notification-message {
	color: rgb(0, 160, 0);
}
.ds-notification-error {
	color: rgb(160, 0, 0);
}

.ds-none {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
}

.ds-booking-wrapper {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.ds-booking-item {
	display: flex;
	flex-direction: row;
	gap: 24px;
	align-items: start;
}

.ds-workshop-image {
	height: 500px;
}

.ds-open-modal {
	text-decoration: underline;
	cursor: pointer;
}

.ds-close-dialog {
	display: flex;
	justify-content: end;
}

.ds-modal-close-icon {
	cursor: pointer;
	height: 48px;
	width: 48px;
	aspect-ratio: 1/1;
}

.ds-spacer {
	box-sizing: border-box;
	padding: 12px 0 0 0;
}

dialog {
	position: fixed !important; /* nicht relativ zum Flow, sondern fixiert */
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important; /* exakte Zentrierung */
	margin: 0 !important; /* wichtig, sonst verschiebt es sich */
	border: 1.5px solid #000 !important;
	border-radius: 1rem !important;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2) !important;
	background: white !important;
	width: min(90%, 600px) !important;
	max-height: 80vh !important;
	overflow: hidden;
	font-family: "DIN Pro", sans-serif !important;
	animation: fadeIn 0.3s ease-out !important;
	z-index: 999;
}

.ds-dialog-wrapper {
	position: relative;
	padding: 2rem 0;
	margin: 0;
	overflow-y: auto !important;
	max-height: 80vh !important;
}

.ds-dialog-header {
	display: flex;
	justify-content: space-between;
	padding: 0 2rem !important;
}

.ds-dialog-body {
	margin: 0;
	height: 100%;
	padding: 0 2rem 2rem 2rem;
}

/* Overlay-Hintergrund */
dialog::backdrop {
	background: rgba(0, 0, 0, 0.8) !important;
	backdrop-filter: blur(3px) !important;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media only screen and (max-width: 768px) {
	.ds-workshop-body {
		max-height: 900px;
	}
	.ds-checkout-redeem-gift-voucher {
		flex-direction: column;
		gap: 16px;
		flex-wrap: wrap;
		align-items: start;
	}

	.ds-checkout-redeem-gift-voucher .w-50 {
		width: 100%;
	}

	.ds-checkout-input-wrapper {
		flex-wrap: wrap;
		gap: 0;
	}
	.ds-checkout-input-wrapper > * {
		width: 100%;
	}

	.ds-shopping-item-quantity-number {
		font-size: 24px;
	}

	.ds-shopping-cart-item-image {
		height: 64px !important;
		width: 64px !important;
	}

	.ds-shopping-cart-item {
		flex-wrap: wrap;
		gap: 24px;
	}

	.ds-shopping-item-quantity-wrapper,
	.ds-shopping-item-delete {
		width: calc(50% - 12px);
		height: min-content;
	}

	.ds-shopping-item-delete {
	}

	.ds-shopping-cart-content {
		width: 100%;
	}

	.ds-shopping-item-quantity-wrapper {
		justify-content: start;
		align-items: start;
		flex-direction: column;
		gap: 8px;
	}

	.ds-shopping-item-quantity-form {
		flex-direction: row;
	}
	.ds-workshop-image {
		height: 250px;
	}
	.ds-booking-wrapper {
		flex-direction: column;
	}
	.ds-workshop-container {
		width: 100%;
		flex-direction: column;
	}
	.ds-workshop-item {
		width: 100%;
		flex-wrap: no-wrap;
	}
	.ds-workshop-footer {
		flex-direction: column;
		gap: 16px;
	}
	.ds-workshop-cost {
		width: 100%;
	}
	.ds-workshop-book {
		width: 100%;
	}
}
