body.tax-product_cat .hero-section[data-type="type-2"] {
	min-height: clamp(260px, 30vw, 400px);
	isolation: isolate;
}

body.tax-product_cat .hero-section[data-type="type-2"] > figure {
	position: absolute;
	inset: 0;
	z-index: -2;
	margin: 0;
}

body.tax-product_cat .hero-section[data-type="type-2"] > figure::after {
	position: absolute;
	inset: 0;
	background: rgba(26, 31, 48, 0.46);
	content: "";
}

body.tax-product_cat .hero-section[data-type="type-2"] > figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.tax-product_cat .hero-section[data-type="type-2"] .entry-header {
	position: relative;
	z-index: 1;
	color: #fff;
	text-align: center;
}

body.tax-product_cat .hero-section[data-type="type-2"] .page-title {
	color: #fff;
	font-size: clamp(2rem, 4vw, 3.5rem);
	font-weight: 400;
	line-height: 1.12;
	text-shadow: 0 2px 20px rgba(0, 0, 0, 0.22);
}

body.tax-product_cat .hero-section[data-type="type-2"] .ct-breadcrumbs,
body.tax-product_cat .hero-section[data-type="type-2"] .ct-breadcrumbs a {
	color: rgba(255, 255, 255, 0.92);
}

body.tax-product_cat .lbcc-category-content {
	clear: both;
	width: 100%;
}

body.tax-product_cat .lbcc-category-content__inner {
	font-size: 1rem;
	line-height: 1.75;
}

body.tax-product_cat .lbcc-category-intro {
	margin: 0 0 clamp(28px, 4vw, 54px);
	padding: clamp(22px, 3vw, 38px);
	border: 1px solid rgba(36, 42, 62, 0.09);
	background: #fff;
	box-shadow: 0 12px 45px rgba(36, 42, 62, 0.06);
}

body.tax-product_cat .lbcc-category-seo {
	margin: clamp(44px, 6vw, 82px) 0 0;
	padding: clamp(28px, 4vw, 54px) clamp(22px, 4vw, 56px);
	background: #f7f6f3;
}

body.tax-product_cat .lbcc-category-content__inner > :first-child {
	margin-top: 0;
}

body.tax-product_cat .lbcc-category-content__inner > :last-child {
	margin-bottom: 0;
}

body.tax-product_cat .lbcc-replaced-category-heading {
	display: none !important;
}

@media (max-width: 689px) {
	body.tax-product_cat .hero-section[data-type="type-2"] {
		min-height: 250px;
	}

	body.tax-product_cat .hero-section[data-type="type-2"] .page-title {
		font-size: clamp(1.75rem, 9vw, 2.5rem);
	}
}

