.woocommerce-products-header .page-title {
	margin-top: 2rem;

	color: #4A4848;
    font-family: "Open Sans", Sans-serif;
    font-size: 60px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    line-height: 80px;
    text-align: center;
}

.woocommerce-products-header .category-image {
	position: relative;
	text-align: center;
	margin-top: 10rem;
}

.woocommerce-products-header .category-image .category-image-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

	color: #4A4848;
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
}

.woocommerce-breadcrumb {
	display: none;
}

@media screen and (max-width: 776px) {
	.woocommerce-products-header .page-title {
		font-size: 48px;
	}
}