.esans-currency-header-item {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.esans-currency-switcher--header,
.esans-currency-switcher--inline {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	box-shadow: none;
}

.esans-currency-switcher__select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	padding: 0 0.35em;
	margin: 0;
	cursor: pointer;
	min-width: 0;
	width: auto;
	max-width: 5.5em;
}

.esans-currency-switcher__select:focus {
	outline: none;
}

.esans-currency-switcher__select:focus-visible {
	outline: 1px solid currentColor;
	outline-offset: 2px;
}

.header-nav .esans-currency-header-item,
.header-bottom-nav .esans-currency-header-item {
	height: 100%;
}

.header-nav .esans-currency-switcher__select,
.header-bottom-nav .esans-currency-switcher__select {
	height: 100%;
	display: inline-flex;
	align-items: center;
}

.esans-price--dual .esans-price-usd {
	font-weight: 600;
	color: #0f172a;
}

.esans-price--dual .esans-price-try {
	color: #475569;
}

.esans-price--dual .esans-price-separator {
	margin: 0 4px;
	color: #94a3b8;
}

.esans-price--dual del {
	opacity: 0.65;
}

.esans-price--dual ins {
	text-decoration: none;
	font-weight: 700;
}

@media (max-width: 849px) {
	.esans-currency-switcher__select {
		max-width: 4.8em;
		font-size: 0.95em;
	}
}
