.vtlr-store-selector {
	display: inline-flex;
	align-items: center;
	gap: 0.4em;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	text-align: inherit;
	cursor: pointer;
	text-decoration: none;
}

.vtlr-store-selector:hover,
.vtlr-store-selector:focus {
	color: #ffffff;
	text-decoration: none;
	opacity: 0.9;
	outline: none;
}

.vtlr-store-selector:focus-visible {
	outline: 2px solid #ffffff;
	outline-offset: 2px;
}

.vtlr-store-selector--has-store .vtlr-store-selector__text {
	font-weight: 600;
}

.vtlr-store-selector__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 15px;
	height: 15px;
	flex-shrink: 0;
	color: #ffffff;
}

.vtlr-store-selector__icon svg {
	display: block;
	width: 15px;
	height: 15px;
	fill: currentColor;
}

.vtlr-store-selector__text {
	color: #ffffff;
	text-decoration: none;
}

@media (max-width: 767px) {
	.vtlr-store-selector {
		font-size: 12px;
	}

	.vtlr-store-selector__icon {
		width: 12px;
		height: 12px;
	}

	.vtlr-store-selector__icon svg {
		width: 12px;
		height: 12px;
	}
}
