
.products .product-small.box {
	background-color: #F7F7F7;
	border-radius: 15px;
	overflow: hidden;
}
.products .product-small.box .price-wrapper {
	display: none;
}

.products .product-small.box .woocommerce-product-details__short-description {
	
}

.tag-badge-wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 5px;
	margin: 5px auto;
}
.tag-badge{
	border-radius: 5px;
	background-color: var(--fs-color-secondary);
	color: var(--dark-text-color);
	padding: 3px 8px;
	font-size: .9em;	
	line-height: 1;
}

