/*
 * Główne style pochodzą z Woodmart:
 * swatches base/style-4/dis-style-3.
 */
.souve-loop-color-swatches {
	margin: 8px 0 0;
}

.souve-loop-color-swatches .wd-swatch {
	flex: 0 0 auto;
}

.souve-loop-color-swatches .wd-swatch-bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.souve-loop-color-swatches .souve-loop-color-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	align-self: center;
	min-width: auto;
	min-height: 18px;
	margin: 0;
	padding: 0 2px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	color: var(--color-gray-600, #666);
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
}

.souve-loop-color-swatches .souve-loop-color-more:hover,
.souve-loop-color-swatches .souve-loop-color-more:focus {
	border: 0;
	background: transparent;
	box-shadow: none;
	color: var(--wd-primary-color, #333);
	text-decoration: none;
}
