.wfbt-image-wrapper,
.wfbt-image-wrapper div {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 24px
}
.wfbt-image-wrapper img {
	height: 120px;
	width: 120px
}
.wfbt-image-wrapper .inactive {
	opacity: 0.2
}
.wfbt-product-wrapper {
	margin-top: 32px
}
.wfbt-product {
	flex-wrap: wrap;
	margin-top: 8px
}
.wfbt-product,
.wfbt-product-header {
	align-items: center;
	display: flex;
	gap: 8px
}
.wfbt-variation-select {
	width: auto
}
@media screen and (max-width:768px) {
	.wfbt-image-wrapper,
	.wfbt-image-wrapper div {
		gap: 16px
	}
	.wfbt-image-wrapper img {
		height: 70px;
		width: 70px
	}
	.wfbt-product {
		border: 1px solid #DDD;
		border-radius: 4px;
		display: grid;
		grid-template-columns: 1fr;
		margin-top: 8px;
		padding: 8px;
	}
}