.wh2ff-gift-option {
	border-color: #53b42b;
}

.termek-container .wh2ff-surround-choice .center {
	align-items: center;
}

.termek-container .wh2ff-surround-choice .variation-name {
	margin-top: 0;
}

.termek-container .wh2ff-surround-preview {
	width: 72px;
	height: 72px;
	flex: 0 0 72px;
}

.termek-container .wh2ff-surround-options {
	margin-top: 10px;
	gap: 8px;
	flex-wrap: wrap;
}

.termek-container .wh2ff-surround-option.variable {
	width: auto;
	height: auto;
	min-width: 92px;
	padding: 8px 14px;
	border: 1px solid #cfcfcf;
	border-radius: 999px;
	background: #fff;
	color: #262626;
	font: inherit;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
}

.termek-container .wh2ff-surround-option.variable:hover {
	border-color: #5aab30;
}

.termek-container .wh2ff-surround-option.variable.chosen-variable {
	border-color: #5aab30;
	background: #eef8e9;
	box-shadow: inset 0 0 0 1px #5aab30;
}

.termek-container .wh2ff-surround-option.variable.disabled-variable {
	cursor: not-allowed;
	opacity: 0.45;
}

.termek-container .wh2ff-surround-option small {
	display: block;
	margin-top: 2px;
	font-size: 10px;
	font-weight: 400;
}

.wh2ff-gift-option .wh2ff-gift-price {
	color: #319416;
	font-size: 20px;
	font-weight: 700;
}

.wh2ff-gift-option .wh2ff-gift-price-badge {
	display: block;
	width: 177px;
	max-width: 100%;
	height: auto;
}

.wh2ff-gift-choice-error {
	margin: 0 0 16px;
	padding: 12px 16px;
	border-left: 4px solid #b81c23;
	background: #fff1f1;
	color: #8a1016;
	font-weight: 600;
}

@media (max-width: 560px) {
	.termek-container .wh2ff-surround-choice {
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.termek-container .wh2ff-surround-choice .center {
		align-items: flex-start;
	}

	.termek-container .wh2ff-surround-preview {
		width: 52px;
		height: 52px;
		flex-basis: 52px;
	}

	.termek-container .wh2ff-surround-choice .variation-price {
		margin-left: 38px;
	}

	.termek-container .wh2ff-surround-option.variable {
		min-width: 0;
		padding: 7px 11px;
		font-size: 13px;
	}
}
