.rey-swatches form.cart .rey-swatchList.iddd-swatch-selected-overlay .rey-swatchList-item.--type-color.--selected .rey-swatchList-itemContent {
	position: relative;
	overflow: hidden;
}

.rey-swatches form.cart .rey-swatchList.iddd-swatch-selected-overlay .rey-swatchList-item.--type-color.--selected .rey-swatchList-itemContent::after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.35);
	border-radius: inherit;
	pointer-events: none;
	z-index: 1;
}

.rey-swatches form.cart .rey-swatchList.iddd-swatch-selected-overlay .rey-swatchList-item.--type-color.--selected .rey-swatchList-itemContent::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 11px;
	height: 6px;
	margin-top: -1px;
	border: solid #fff;
	border-width: 0 0 2px 2px;
	transform: translate(-50%, -65%) rotate(-45deg);
	z-index: 2;
	pointer-events: none;
	box-sizing: border-box;
}
