.shop_attributes tbody {
	display: grid;
	grid-template-columns: repeat(var(--wd-attr-col, 1), 1fr);
	margin-bottom: calc(-1 * ( var(--wd-attr-v-gap, 30px) + var(--wd-attr-brd-width, 1px) ));
	column-gap: var(--wd-attr-h-gap, 30px);
}

.shop_attributes .wd-attr-label img {
	width: var(--wd-attr-img-width, 1.2em);
}

.shop_attributes .wd-term img {
	width: var(--wd-term-img-width, 1.2em);
}