/* Loop Item */

.fbh-product-item {
	display: block;
	width: 360px;
	max-width: 100%;
	height: 540px;
	border-radius: 12px;
	background-color: #f6f6f6;
	color: #202020;
	position: relative;
}
.fbh-product-item:hover {
	background-color: #f0f0f0;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.fbh-product-icon {
	height: 16px;
	width: 16px;
	margin-right: 15px;
}

.fbh-product-item--imagecontainer {
	width: 100%;
	height: 240px;
	border-radius: 12px 12px 0 0;
	overflow: hidden;
	margin-bottom: 30px;
}

.fbh-product-item--imagecontainer img {
	height: 100% !important;
	width: 100%;
	object-fit: cover;
}

.fbh-product-title {
	margin: 12px;
	padding: 0;
	font-size: 1.5rem;
	line-height: 1.8rem;
	height: 3.6rem;
	max-height: 3.6rem;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.fbh-product-meta {
	margin: 12px;
}

.fbh-product-meta--item {
	display: flex;
	align-items: center;
	font-size: 1.2rem;
	margin-bottom: 5px;
	color: #54595F;
}

.fbh-product-price {
	font-weight: 400;
	font-size: 1.2rem;
	color: #7f2e63;
	text-align: right;
	margin: 12px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.fbh-course-level--container {
	display: flex;
	flex-flow: row nowrap;
	height: 20px;
}

.fbh-product-item .fbh-course-level--container {
	margin-left: 12px;
}

.woocommerce ul.products li.product a img.fbh-course-level--icon,
img.fbh-course-level--icon,
.fbh-course-level--icon {
	height: 40px;
	width: 40px;
	margin: 0 5px 0 0;
}

.grey {
    filter: contrast(0.1);
    opacity: 0.4;
}