[class*="wd-swatches"].wd-bg-style-1 .wd-swatch.wd-bg:after {
	bottom: -5px;
}

@media (hover: hover) {
	[class*="wd-swatches"].wd-bg-style-1 .wd-swatch.wd-bg:hover:not(.wd-disabled):after {
		opacity: 1;
	}
}

@media (hover: hover) {}

[class*="wd-swatches"].wd-text-style-1.wd-swatches-grid {
	--wd-swatch-text-min-width: 15px;
}

[class*="wd-swatches"].wd-text-style-1.wd-swatches-grid .wd-swatch.wd-text:after {
	bottom: -1px;
}

[class*="wd-swatches"].wd-text-style-1.wd-swatches-grid .wd-swatch.wd-bg:after {
	bottom: -4px;
}

.wd-swatches-grid.wd-bg-style-1 .wd-swatch:hover:not(.wd-active):after {
	opacity: 0 !important;
}