/* Keep product archive title bands in the same PAK navy family as the utility bar. */
html body.tax-product_cat .category-page-title.page-title.featured-title,
html body.post-type-archive-product .shop-page-title.page-title.featured-title {
	background-color: #061a3b !important;
	background-image:
		radial-gradient(circle at 84% 12%, rgba(32, 137, 224, 0.24), transparent 38%),
		repeating-linear-gradient(118deg, rgba(255, 255, 255, 0.025) 0, rgba(255, 255, 255, 0.025) 1px, transparent 1px, transparent 74px),
		linear-gradient(100deg, #061a3b 0%, #092d5d 54%, #073d70 100%) !important;
	color: #f5f9ff !important;
}

body.tax-product_cat .category-page-title .page-title-inner::before,
body.post-type-archive-product .shop-page-title .page-title-inner::before {
	background: linear-gradient(90deg, #65c7f2, rgba(101, 199, 242, 0.16)) !important;
}

body.tax-product_cat .category-page-title h1,
body.tax-product_cat .category-page-title .breadcrumb-container,
body.tax-product_cat .category-page-title .breadcrumbs,
body.tax-product_cat .category-page-title .breadcrumbs a,
body.post-type-archive-product .shop-page-title h1,
body.post-type-archive-product .shop-page-title .breadcrumb-container,
body.post-type-archive-product .shop-page-title .breadcrumbs,
body.post-type-archive-product .shop-page-title .breadcrumbs a {
	color: #f5f9ff !important;
}

body.tax-product_cat .category-page-title .breadcrumbs,
body.tax-product_cat .category-page-title .breadcrumbs a,
body.post-type-archive-product .shop-page-title .breadcrumbs,
body.post-type-archive-product .shop-page-title .breadcrumbs a {
	opacity: 0.84;
}

body.tax-product_cat .category-page-title select,
body.post-type-archive-product .shop-page-title select {
	background-color: rgba(255, 255, 255, 0.11) !important;
	border-color: rgba(255, 255, 255, 0.32) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 10px 30px rgba(3, 16, 39, 0.12) !important;
	color: #fff !important;
}

body.tax-product_cat .category-page-title select option,
body.post-type-archive-product .shop-page-title select option {
	background: #fff;
	color: #071b3d;
}
