.lcs-switcher {
	--lcs-deep: #252422;
	--lcs-primary: #2E5A4F;
	--lcs-soft-blue: #EBEBEB;
	--lcs-soft: #FAF7F2;
	--lcs-white: #FFFFFF;
	--lcs-border-color: #EBEBEB;
	--lcs-accent: #CCC5B9;
	--lcs-text: #252422;
	--lcs-muted: #6F6A61;
	--lcs-surface: #FFFFFF;
	--lcs-surface-soft: #FAF7F2;
	font: inherit;
	color: var(--lcs-text);
	max-width: 100%;
	position: relative;
}

.lcs-switcher .lcs-switcher__group {
	position: relative;
	display: inline-flex;
	flex-direction: column;
	gap: 0.5rem;
}

.lcs-switcher .lcs-switcher__label {
	font: inherit;
	font-weight: 600;
	color: var(--lcs-text);
}

.lcs-switcher .lcs-switcher__trigger {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.38rem;
	min-height: 0;
	padding: 0;
	border: 0 !important;
	border-radius: 0;
	background: transparent !important;
	color: #ffffff;
	font-family: 'Exo 2', sans-serif !important;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	box-shadow: none;
	transition: color 0.2s ease;
}

.lcs-switcher .lcs-switcher__trigger::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 10px;
}

.lcs-switcher .lcs-switcher__trigger:hover,
.lcs-switcher .lcs-switcher__trigger:focus {
	border-color: transparent !important;
	background: transparent !important;
	color: var(--lcs-accent);
	box-shadow: none;
	outline: none;
}

.lcs-switcher .lcs-switcher__trigger-text {
	color: #ffffff !important;
	letter-spacing: 0.6px;
}

.lcs-switcher .lcs-switcher__trigger-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: currentColor;
	line-height: 1;
	transition: transform 0.2s ease;
}

.lcs-switcher .lcs-switcher__trigger-icon svg {
	display: block;
	width: 15px;
	height: 15px;
	stroke: currentColor;
}

.lcs-switcher .lcs-switcher__trigger:hover .lcs-switcher__trigger-icon,
.lcs-switcher .lcs-switcher__trigger:focus .lcs-switcher__trigger-icon,
.lcs-switcher.is-open .lcs-switcher__trigger-icon {
	transform: rotate(180deg);
}

.lcs-switcher .lcs-switcher__trigger:hover .lcs-switcher__trigger-text,
.lcs-switcher .lcs-switcher__trigger:focus .lcs-switcher__trigger-text {
	color: var(--lcs-accent) !important;
}

.sticky-header-blur .lcs-switcher .lcs-switcher__trigger:hover,
.sticky-header-blur .lcs-switcher .lcs-switcher__trigger:focus {
	color: #CCC5B9 !important;
}

.lcs-switcher .lcs-switcher__backdrop,
.lcs-switcher .lcs-switcher__close {
	display: none;
}

.lcs-switcher .lcs-switcher__panel {
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	z-index: 999999;
	width: 270px;
	max-height: min(70vh, 620px);
	overflow: auto;
	padding: 22px 20px;
	border: 0;
	border-radius: 0;
	background: var(--lcs-surface);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15),
		0 2px 8px rgba(0, 0, 0, 0.06);
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: opacity 0.28s ease,
		transform 0.28s ease,
		visibility 0.28s ease;
	pointer-events: none;
}

.lcs-switcher .lcs-switcher__trigger:hover ~ .lcs-switcher__panel,
.lcs-switcher .lcs-switcher__trigger:focus ~ .lcs-switcher__panel,
.lcs-switcher .lcs-switcher__panel:hover,
.lcs-switcher.is-open .lcs-switcher__panel {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

.lcs-switcher .lcs-switcher__menu {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
}

.lcs-switcher .lcs-switcher__card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	min-height: 58px;
	padding: 13px 10px;
	border: 0;
	border-top: 1px solid var(--lcs-border-color);
	border-radius: 0;
	background: var(--lcs-surface);
	color: var(--lcs-text);
	text-decoration: none;
	font: inherit;
	box-shadow: none;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.lcs-switcher .lcs-switcher__card:first-child {
	border-top: 0;
}

.lcs-switcher .lcs-switcher__card:hover,
.lcs-switcher .lcs-switcher__card:focus {
	border-color: transparent;
	background: var(--lcs-soft);
	color: var(--lcs-deep);
	box-shadow: none;
	outline: none;
}

.lcs-switcher .lcs-switcher__card.is-active {
	background: var(--lcs-soft);
	box-shadow: none;
}

.lcs-switcher .lcs-switcher__card-main {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	min-width: 0;
}

.lcs-switcher .lcs-switcher__card-flag,
.lcs-switcher .lcs-switcher__option-flag {
	font-size: 1.15rem;
	line-height: 1;
	flex: 0 0 auto;
}

.lcs-switcher .lcs-switcher__option-copy {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	min-width: 0;
}

.lcs-switcher .lcs-switcher__option-code {
	font-size: 1.08rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.3px;
	color: var(--lcs-deep);
}

.lcs-switcher .lcs-switcher__option-name {
	font-size: 0.92rem;
	line-height: 1.35;
	color: var(--lcs-muted);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lcs-switcher .lcs-switcher__check {
	flex: 0 0 auto;
	font-size: 1rem;
	font-weight: 700;
	color: var(--lcs-primary);
}

.lcs-switcher--minimal .lcs-switcher__panel,
.lcs-switcher--minimal .lcs-switcher__card {
	border-radius: 0;
}

.lcs-block-conversion-note,
.lcs-order-total-conversion,
.lcs-mini-cart-conversion,
.lcs-charge-note small {
	color: var(--lcs-primary);
	font-size: 0.875em;
}

/* Checkout notice rendered below the Place Order button */
.lcs-cad-notice-wrap {
	margin-top: 16px;
}

.lcs-cad-notice {
	margin: 0;
	padding: 0.45rem 0.75rem;
	font-size: 0.82em;
	line-height: 1.4;
	color: #2E5A4F;
	background: #FAF7F2;
	border-left: 3px solid #2E5A4F;
	border-radius: 0 6px 6px 0;
}

html.lcs-popup-open,
body.lcs-popup-open {
	overflow: hidden;
}

@keyframes lcs-popup-in {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes lcs-popup-card-in {
	0% {
		opacity: 0;
		filter: blur(3px);
		transform: translate(-50%, calc(-50% + 24px)) scale(0.92);
	}
	62% {
		opacity: 1;
		filter: blur(0);
		transform: translate(-50%, -50%) scale(1.015);
	}
	100% {
		opacity: 1;
		filter: blur(0);
		transform: translate(-50%, -50%) scale(1);
	}
}

@media (max-width: 1024px) {
	.lcs-switcher .lcs-switcher__trigger {
		padding: 0;
		font-size: 18px;
	}

	.lcs-switcher .lcs-switcher__trigger::after {
		display: none;
	}

	.lcs-switcher .lcs-switcher__backdrop {
		position: fixed;
		inset: 0;
		z-index: 999998;
		display: block;
		background: rgba(0, 0, 0, 0.45);
		backdrop-filter: blur(4px);
		-webkit-backdrop-filter: blur(4px);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}

	.lcs-switcher.is-open .lcs-switcher__backdrop {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		animation: lcs-popup-in 0.38s ease both;
	}

	.lcs-switcher:not(.is-open) .lcs-switcher__trigger:hover ~ .lcs-switcher__panel,
	.lcs-switcher:not(.is-open) .lcs-switcher__trigger:focus ~ .lcs-switcher__panel,
	.lcs-switcher:not(.is-open) .lcs-switcher__panel:hover {
		opacity: 0;
		visibility: hidden;
		transform: translate(-50%, calc(-50% + 24px)) scale(0.92);
		pointer-events: none;
	}

	.lcs-switcher .lcs-switcher__panel,
	.lcs-switcher.is-open .lcs-switcher__panel {
		position: fixed;
		top: 50%;
		left: 50%;
		right: auto;
		z-index: 999999;
		width: min(520px, calc(100vw - 40px));
		max-width: calc(100vw - 40px);
		max-height: 88vh;
		padding: 64px 20px 22px;
		border-radius: 0;
		background: var(--lcs-soft);
		box-sizing: border-box;
		transform: translate(-50%, calc(-50% + 24px)) scale(0.92);
	}

	.lcs-switcher.is-open .lcs-switcher__panel {
		opacity: 1;
		visibility: visible;
		transform: translate(-50%, -50%) scale(1);
		pointer-events: auto;
		animation: lcs-popup-card-in 0.48s cubic-bezier(0.16, 1, 0.3, 1) both;
	}

	.lcs-switcher .lcs-switcher__close {
		position: absolute;
		top: 14px;
		right: 14px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 42px;
		height: 42px;
		padding: 0;
		border: 2px solid var(--lcs-deep);
		border-radius: 0;
		background: var(--lcs-white);
		color: var(--lcs-deep);
		cursor: pointer;
		box-shadow: none;
		transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
	}

	.lcs-switcher .lcs-switcher__close svg {
		display: block;
		width: 16px;
		height: 16px;
		pointer-events: none;
	}

	.lcs-switcher .lcs-switcher__close:hover,
	.lcs-switcher .lcs-switcher__close:focus-visible {
		background: #1E293B;
		border-color: #1E293B;
		color: #ffffff;
		outline: none;
	}

	.lcs-switcher .lcs-switcher__menu {
		grid-template-columns: 1fr;
	}

	.lcs-switcher .lcs-switcher__card {
		min-height: 58px;
		padding: 13px 10px;
	}
}
