.store-switcher {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}

@media (min-width: 768px) {
	.store-switcher {
		display: flex;
		justify-content: center;
		list-style: none;
	}
}

.store-switcher li {
	margin: 16px 8px;
}

.store-switcher li:last-child {
	margin: 16px 8px;
}

.store-switcher li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	color: #fff;
}

.store-switcher li svg {
	margin-right: 8px;
	height: 14px;
	width: auto;
}

.store-switcher li svg.global path {
	fill: #fff;
}
