.woocommerce-products-header__title {
	width: 100%;
}
.mf-category-header {
	width: 100%;
	height: 300px;
	position: relative;
	line-height: 0.7;
	overflow: hidden;
}

.mf-category-header img {
	z-index: 1;
	object-fit: cover;	
	width: 100%;
	object-position: center center;
	height: 100%;
}

.mf-category-header-title {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(56, 142, 60, 0.8);
	color: white;
	z-index: 2;
	padding: 10px 20px;
}
.mf-category-gradient{
	height: 3em;
	position: absolute; 
	bottom: 0px;
	left: 0px;
	right: 0px; 
	background: rgba(255,255,255, 0.5);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	z-index: 1; 
}

.mf-category-description-container {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

@media screen and (min-width: 1024px) {
	.mf-category-description-container {
		flex-direction: row;
	}
}

.mf-category-description {
	max-height: 5.2em;
	margin-bottom: 8px;
	overflow: hidden;
	display: block;
	position: relative;
}

.mf-category-description-button {
	padding: 1px 0px;
}

.mf-category-description-button-text {
	text-decoration: underline;
}
