.emargy-product-swatches {
	--emargy-swatches-row-gap: 18px;
	--emargy-color-size: 42px;
	--emargy-color-radius: 999px;
	--emargy-button-min-width: 47px;
	--emargy-button-height: 48px;
	--emargy-button-radius: 0;
	--emargy-items-gap: 10px;
	display: grid;
	gap: var(--emargy-swatches-row-gap);
}

.emargy-product-swatches__label {
	color: #666;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .02em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.emargy-product-swatches__selected::before {
	content: ": ";
}

.emargy-product-swatches__items {
	display: flex;
	flex-wrap: wrap;
	gap: var(--emargy-items-gap);
}

.emargy-product-swatches__item {
	cursor: pointer;
	transition: border-color .2s ease, box-shadow .2s ease, opacity .2s ease, transform .2s ease;
}

.emargy-product-swatches__item:hover {
	transform: translateY(-1px);
}

.emargy-product-swatches__color {
	align-items: center;
	background: #fff;
	border: 1px solid #d8d8d8;
	border-radius: var(--emargy-color-radius);
	display: inline-flex;
	height: var(--emargy-color-size);
	justify-content: center;
	padding: 3px;
	width: var(--emargy-color-size);
}

.emargy-product-swatches__color span {
	background: var(--emargy-swatch-color);
	background-position: center;
	background-size: cover;
	border: 1px solid rgba(0,0,0,.12);
	border-radius: inherit;
	display: block;
	height: 100%;
	width: 100%;
}

.emargy-product-swatches__color--image span {
	background-image: var(--emargy-swatch-image);
}

.emargy-product-swatches__color.is-active {
	border-color: #111;
	box-shadow: 0 0 0 1px #111;
}

.emargy-product-swatches__button {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: var(--emargy-button-radius);
	color: #666;
	min-width: var(--emargy-button-min-width);
	height: var(--emargy-button-height);
	padding: 0 14px;
}

.emargy-product-swatches__button.is-active {
	border-color: #111;
	color: #111;
}

.emargy-product-swatches__item.is-unavailable {
	cursor: not-allowed;
	position: relative;
}

.emargy-product-swatches--stock-blur .emargy-product-swatches__item.is-unavailable {
	opacity: .38;
}

.emargy-product-swatches--stock-cross .emargy-product-swatches__item.is-unavailable::after {
	background: currentColor;
	content: "";
	height: 1px;
	left: 10%;
	position: absolute;
	right: 10%;
	top: 50%;
	transform: rotate(-28deg);
}

.emargy-product-swatches--stock-hide .emargy-product-swatches__item.is-unavailable {
	display: none;
}

.emargy-product-swatches__clear {
	align-self: start;
	background: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	font-size: 13px;
	justify-self: start;
	padding: 0;
	text-decoration: underline;
}

body.emargy-hide-native-variation-selects form.variations_form table.variations,
body.emargy-hide-native-variation-selects form.variations_form .variations {
	display: none;
}

.emargy-product-swatches-placeholder {
	background: #fff8e5;
	border: 1px solid #f0d36d;
	color: #5c4400;
	padding: 14px;
}
