/* Remove the legacy petrol artwork layers so the PAK navy archive title is visible. */
html body.tax-product_cat .category-page-title .page-title-bg.fill,
html body.tax-product_cat .category-page-title .page-title-bg.fill .title-bg.fill,
html body.tax-product_cat .category-page-title .page-title-bg.fill .title-overlay.fill,
html body.post-type-archive-product .shop-page-title .page-title-bg.fill,
html body.post-type-archive-product .shop-page-title .page-title-bg.fill .title-bg.fill,
html body.post-type-archive-product .shop-page-title .page-title-bg.fill .title-overlay.fill {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
}

html body.tax-product_cat .category-page-title .page-title-bg.fill::before,
html body.tax-product_cat .category-page-title .page-title-bg.fill::after,
html body.post-type-archive-product .shop-page-title .page-title-bg.fill::before,
html body.post-type-archive-product .shop-page-title .page-title-bg.fill::after {
	content: none !important;
	background: none !important;
	opacity: 0 !important;
}

