.malow-apf-color-product .wapf-field-container.malow-color-field-enhanced select.malow-color-select-hidden {
	display: none !important;
}

.malow-apf-color-product .wapf-field-container.malow-color-field-enhanced .wapf-field-input {
	overflow: visible;
}

.malow-apf-color-product .malow-color-swatches {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.malow-apf-color-product .malow-color-swatches .malow-swatch-item {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	height: var(--wvs-single-product-item-width, 30px);
	list-style: none;
	margin: 0;
	position: relative;
	width: var(--wvs-single-product-item-width, 30px);
}

.malow-apf-color-product .malow-color-swatches .malow-swatch-item.selected {
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.85);
}

.malow-apf-color-product .malow-color-swatches .malow-swatch-item-light .malow-swatch-color,
.malow-apf-color-product .malow-color-swatches .malow-swatch-item-white .malow-swatch-color {
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.malow-apf-color-product .malow-color-swatches .malow-swatch-item .malow-swatch-color {
	display: block;
	height: 100%;
	width: 100%;
}

.malow-apf-color-product .malow-color-swatches .malow-swatch-tick {
	background-image: var(--wvs-tick);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 60%;
	display: block;
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}
