/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 29 2022 | 00:33:47 */
.content-cards--products .post-cards__item {
	background-color: transparent;
}

.content-cards--products .post-cards__item-link {
	display: none;
}

.content-cards--products .post-cards__item-image {
	height: 382px;
}

.content-cards--products .post-cards__item-content {
	padding: 20px 0 0;
	text-align: center;
}

.content-cards--products .post-cards__item-text {
	color: var(--primary-brand-color);
	font-weight: bold;
	font-size: 24px;
	line-height: 34px;
}

.content-cards--products .content-cards__category {
	display: flex;
	justify-content: center;
	text-transform: uppercase;
	color: var(--primary-brand-color);
	font-weight: bold;
	font-size: 12px;
	line-height: 19px;
}

.post-cards__item-image .content-cards__category {
	display: none;
}