.mtk-wc-products__choices {
	display:flex;flex-wrap:wrap;
	align-items: stretch;
	gap:.5rem;
}
.mtk-wc-products__choice {
	display:flex;flex-wrap:wrap;
	justify-content: center;
	text-align: center;
	align-items:stretch;
	width: 45%;
	flex-grow:1;
	overflow:hidden;
}
.mtk-wc-products__label {
	display:flex;flex-wrap:wrap;
	justify-content: center;
	text-align: center;
	align-items:end;
	padding: 1rem;
	color: white;
	flex-grow:1;
	overflow:hidden;
	border: 2px solid var(--e-global-color-5251bf1);
	cursor:pointer;
}
@media (min-width: 768px) { 
	.mtk-wc-products__choice {
		width:30%;
	}
}
.mtk-wc-products__label img {
	object-fit:contain;
}
.mtk-wc-products__input {
	position:absolute;opacity:0;width:0;height:0;left:-999%;
	transition:.3s all;
}
.mtk-wc-products__input:checked + label {
	border-color:gold;
	background:rgba(255,255,255,.05);
	color:red;
}
.mtk-wc-products__input:disabled + label {
	opacity:.35;
	border: 2px solid var(--e-global-color-5251bf1);
	background:transparent;
}
.mtk-wc-products__input:disabled + label img {
	filter:grayscale(1);
}
.mtk-wc-products__title {
	color: white;
	font-size: 1.35em;
	font-weight: 600;
	text-transform: none;
}

