/*
 * Category hero title — centered with outlined/boxed treatment.
 * Scoped to WooCommerce product-category archive hero only.
 */

.tax-product_cat .page-header--products .page-header__content,
.tax-product_cat .page-header--standard .page-header__content {
	text-align: center;
	align-items: center;
	justify-content: center;
}

.tax-product_cat .page-header--products .page-header__title {
	display: inline-block;
	padding: 10px 28px;
	color: #fff;
	background-color: #111;
	border: 2px solid #111;
	letter-spacing: 0.5px;
	text-transform: none;
	line-height: 1.2;
}

.tax-product_cat .page-header--products .page-header__description {
	text-align: center;
}

.tax-product_cat .page-header--products .site-breadcrumb {
	text-align: center;
	justify-content: center;
}
