
.wd-product-count>span {
	vertical-align: middle;
	line-height: 1;
}

.wd-builder-off .wd-product-count {
	margin-bottom: 20px;
}

.wd-count-icon {
	color: var(--wd-primary-color);
	font-size: 110%;
	margin-inline-end: 6px;
}

.wd-count-icon img {
	max-width: 100px;
	min-width: 18px;
}

.wd-count-number {
	display: inline-block;
	color: var(--color-gray-800);
	font-weight: 600;
	margin-inline-end: 4px;
}

.wd-product-count.wd-style-with-bg {
	position: relative;
	padding: 15px 20px;
}

.wd-product-count.wd-style-with-bg:before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: var(--wd-brd-radius);
	background: var(--wd-primary-color);
	opacity: .1;
	pointer-events: none;
}
