/* Language switcher — alineado con carrito y búsqueda */
.nav-holder {
	width: auto;
	min-width: 122px;
}

.nav-holder .align-right {
	width: auto !important;
	min-width: 79px;
}

.nav-holder .icon-list {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	white-space: nowrap;
	padding-top: 8px;
}

.nav-holder .icon-list > li {
	float: none !important;
	margin: 0 0 0 18px !important;
	display: flex;
	align-items: center;
	height: 25px;
	line-height: 25px;
}

.nav-holder .icon-list > li:first-child {
	margin-left: 0 !important;
}

.lang-switch-item {
	position: relative;
	z-index: 5;
}

.lang-switch {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin: 0;
	height: 25px;
}

.lang-switch a {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #8a8989;
	text-decoration: none;
	padding: 0 3px;
	cursor: pointer;
	line-height: 25px;
	display: inline-block;
}

.lang-switch a.is-active,
.lang-switch a:hover {
	color: #4C582F;
}

.lang-switch .sep {
	color: #c1c1c1;
	font-size: 11px;
	line-height: 25px;
	pointer-events: none;
}
