.product-category-card-3ec8452a {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.05);
	background-color: #fff;
	transition: transform 0.3s ease;
	height: 100%;
}

.product-category-card-3ec8452a:hover {
	transform: translateY(-5px);
}

.pcc-wrapper-link-3ec8452a {
	text-decoration: none;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.pcc-image-3ec8452a {
	width: 100%;
	height: 250px;
	background-size: cover;
	background-position: center;
	border-radius: 8px 8px 0 0;
}

.pcc-content-3ec8452a {
	padding: 20px 15px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-grow: 1;
}

.pcc-title-3ec8452a {
	margin: 0 0 8px 0;
	font-size: 18px;
	font-weight: 600;
	color: #333;
}

.pcc-link-3ec8452a {
	font-size: 14px;
	font-weight: 500;
	color: #6d8e48;
	text-decoration: none;
	transition: color 0.2s ease;
}

.pcc-wrapper-link-3ec8452a:hover .pcc-link-3ec8452a {
	color: #557235;
}
