.cfvsw-swatches-container[swatches-attr="attribute_pa_hide"] .cfvsw-swatches-option {
	display: inline-flex !important;
	visibility: visible !important;
}

.codex-unavailable-hide-choice {
	opacity: 0.28;
	filter: grayscale(1);
	cursor: not-allowed;
}

.codex-unavailable-hide-choice .cfvsw-swatch-inner {
	filter: grayscale(1);
}

.codex-variation-clear-wrap {
	display: block !important;
	margin-top: 10px;
	width: 100%;
}

.codex-variation-clear {
	appearance: none;
	background: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	font: inherit;
	font-size: 14px;
	padding: 0;
	text-decoration: underline;
}

.codex-variation-clear:hover,
.codex-variation-clear:focus {
	text-decoration-thickness: 2px;
}
