.wce-switcher {
	--wce-switcher-accent: var(--theme-palette-color-1, #6b3fa0);
	--wce-switcher-menu-background: #fff;
	--wce-switcher-menu-color: #29262d;
	--wce-switcher-menu-border: rgba(41, 38, 45, .14);
	--wce-switcher-option-hover: rgba(107, 63, 160, .1);
	--wce-switcher-offset-y: 0;
	position: relative;
	display: inline-flex;
	align-self: stretch;
	align-items: center;
	justify-content: center;
	height: 100%;
	inset-block-start: var(--wce-switcher-offset-y);
	vertical-align: middle;
	font: inherit;
}

.wce-switcher--open {
	z-index: 10000;
}

@media (min-width: 1000px) {
	.wce-switcher {
		--wce-switcher-offset-y: -.65rem;
	}
}

.wce-switcher__select {
	appearance: none;
	min-height: 2.5rem;
	padding: .35rem 2rem .35rem .65rem;
	border: 1px solid currentColor;
	border-radius: 4px;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5l5-5' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right .65rem center !important;
	background-size: 12px 8px !important;
	color: inherit;
	font: inherit;
	line-height: 1.2;
	cursor: pointer;
}

.wce-switcher__select:focus-visible {
	outline: 2px solid var(--theme-palette-color-1, #6b3fa0);
	outline-offset: 2px;
}

.wce-switcher--enhanced .wce-switcher__select {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	border: 0 !important;
	white-space: nowrap !important;
}

.wce-switcher__custom {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
}

.wce-switcher__button {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: .75rem;
	min-width: 7.9rem;
	min-height: 2.5rem;
	margin: 0;
	padding: .5rem .65rem;
	border: 1px solid currentColor;
	border-radius: 4px;
	background: transparent !important;
	background-image: none !important;
	box-shadow: none;
	color: inherit;
	font: inherit;
	font-weight: 500;
	line-height: 1.2;
	text-align: start;
	text-transform: none;
	cursor: pointer;
}

.wce-switcher__button::before,
.wce-switcher__button::after {
	display: none !important;
	content: none !important;
}

.wce-switcher__button:hover,
.wce-switcher__button[aria-expanded="true"] {
	border-color: var(--wce-switcher-accent);
	color: inherit;
}

.wce-switcher__button:focus-visible,
.wce-switcher__option:focus-visible {
	outline: 2px solid var(--wce-switcher-accent);
	outline-offset: 2px;
}

.wce-switcher__chevron {
	flex: 0 0 auto;
	transition: transform 150ms ease;
}

.wce-switcher__button[aria-expanded="true"] .wce-switcher__chevron {
	transform: rotate(180deg);
}

.wce-switcher__listbox {
	position: absolute;
	z-index: 1000;
	top: calc(100% + .4rem);
	inset-inline-start: 0;
	width: max-content;
	min-width: 100%;
	max-height: min(20rem, 70vh);
	margin: 0;
	padding: .35rem;
	overflow-y: auto;
	list-style: none;
	border: 1px solid var(--wce-switcher-menu-border);
	border-radius: 7px;
	background: var(--wce-switcher-menu-background);
	box-shadow: 0 10px 28px rgba(0, 0, 0, .22);
	color: var(--wce-switcher-menu-color);
	font: inherit;
}

.wce-switcher__listbox[hidden],
.wce-switcher__custom[hidden] {
	display: none !important;
}

.wce-switcher__option {
	position: relative;
	margin: 0;
	padding-block: .42rem;
	padding-inline: 1.45rem .7rem;
	border-radius: 4px;
	font-weight: 600;
	line-height: 1.25;
	white-space: nowrap;
	cursor: pointer;
}

.wce-switcher__option:hover,
.wce-switcher__option:focus-visible {
	background: var(--wce-switcher-option-hover);
}

.wce-switcher__option[aria-selected="true"]::before {
	position: absolute;
	inset-inline-start: .45rem;
	color: var(--wce-switcher-accent);
	content: "\2713";
}

@media (prefers-reduced-motion: reduce) {
	.wce-switcher__chevron {
		transition: none;
	}
}

.wce-price {
	display: inline;
}

.wce-eur-notice {
	margin: .75rem 0;
	font-size: .9em;
}

.wce-eur-notice--active {
	padding: .6rem .75rem;
	border-inline-start: 3px solid var(--theme-palette-color-1, #6b3fa0);
	background: rgba(107, 63, 160, .08);
	font-weight: 600;
}
