.bw-swatches {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin-top: 8px;
}

.bw-swatch {
	font-size: 11px;
	line-height: 1;
	padding: 5px 8px;
	border: 1px solid #ddd;
	border-radius: 4px;
	color: #333;
	text-decoration: none;
	background: #fff;
	max-width: 110px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: border-color .15s ease, color .15s ease;
}

.bw-swatch:hover {
	border-color: #111;
	color: #111;
}

.bw-out {
	opacity: .35;
	text-decoration: line-through;
}

.bw-more {
	background: #f5f5f5;
}
