.wd-products-shop-view {
	--wd-link-color: var(--color-gray-300);
	--wd-link-color-hover: var(--color-gray-600);
	--wd-link-decor: none;
	--wd-link-decor-hover: none;
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px .9em;
	line-height: 1;
}

.wd-products-shop-view a.current-variation {
	color: var(--color-gray-800);
	cursor: default;
}

.wd-products-shop-view a svg {
	display: none;
}

.wd-products-shop-view a:before {
	font-size: 180%;
	font-weight: 400;
	content: "";
	font-family: "woodmart-font";
}

.wd-products-shop-view a.per-row-1:before {
	content: "༓";
}

.wd-products-shop-view a.per-row-2:before {
	content: "";
}

.wd-products-shop-view a.per-row-3:before {
	content: "";
}

.wd-products-shop-view a.per-row-4:before {
	content: "";
}

.wd-products-shop-view a.per-row-5:before {
	content: "";
}

.wd-products-shop-view a.per-row-6:before {
	content: "";
}