.cvs-color-label {
	display: flex;
	align-items: baseline;
	gap: 6px;
	flex-wrap: wrap;
}

.cvs-swatch-list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	list-style: none;
	margin: 0;
	padding: 0;
}

.cvs-swatch-item {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	box-sizing: border-box;
	text-decoration: none;
	flex-shrink: 0;
	transition: opacity .2s ease, border-color .2s ease, padding .2s ease;
}

.cvs-swatch-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: inherit;
}

.cvs-swatch-color {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: inherit;
}

.cvs-swatch-fallback {
	font-size: 12px;
	color: #999;
}
