/**
 * FARREACH compact B2B Product Catalog.
 * Loaded only for Product archives, Product Categories and single Products.
 */

body.farreach-products-page {
	background: #f2f4f6;
	color: var(--fr-ink, #161d25);
}

body.farreach-products-page .site-content,
body.farreach-products-page .ast-container,
body.farreach-products-page #primary,
body.farreach-products-page .site-main {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.farreach-products-page #secondary {
	display: none;
}

.fa-products-wrap {
	width: min(1180px, calc(100% - 64px));
	margin-right: auto;
	margin-left: auto;
}

.fa-products-kicker {
	margin: 0 0 11px;
	color: #ad3c3c;
	font-size: 11px;
	font-weight: 750;
	letter-spacing: 0.17em;
	line-height: 1.4;
	text-transform: uppercase;
}

.fa-product-breadcrumbs,
.farreach-products .rank-math-breadcrumb,
.farreach-products .yoast-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	align-items: center;
	margin: 0 0 28px;
	color: #8994a1;
	font-size: 12px;
	line-height: 1.5;
}

.fa-product-breadcrumbs a,
.farreach-products .rank-math-breadcrumb a,
.farreach-products .yoast-breadcrumbs a {
	color: #d7dce3;
	text-decoration: none;
}

.farreach-products .rank-math-breadcrumb p,
.farreach-products .yoast-breadcrumbs p {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 0;
}

/* Archive and category landing. */

.fa-product-archive-hero {
	position: relative;
	display: flex;
	min-height: clamp(400px, 46vw, 500px);
	overflow: hidden;
	align-items: center;
	padding: 54px 0 62px;
	background:
		radial-gradient(circle at 84% 18%, rgba(160, 51, 51, 0.22), transparent 25%),
		linear-gradient(135deg, #080c11, #151c25 62%, #090c11);
	color: #fff;
}

.fa-product-archive-hero::after {
	position: absolute;
	right: -170px;
	bottom: -350px;
	width: 660px;
	height: 660px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 50%;
	box-shadow: 0 0 0 105px rgba(255, 255, 255, 0.012), 0 0 0 210px rgba(255, 255, 255, 0.008);
	content: "";
}

.fa-product-archive-hero .fa-products-wrap {
	position: relative;
	z-index: 1;
}

.fa-product-archive-hero h1 {
	max-width: 900px;
	margin: 0;
	color: #fff;
	font-size: clamp(42px, 6vw, 72px);
	font-weight: 620;
	letter-spacing: -0.052em;
	line-height: 0.98;
}

.fa-product-archive-summary {
	max-width: 690px;
	margin-top: 20px;
	color: #c0c8d3;
	font-size: clamp(16px, 1.65vw, 20px);
	line-height: 1.56;
}

.fa-product-archive-summary p {
	margin: 0;
	color: inherit;
}

.fa-product-catalog-surface {
	padding: 30px 0 88px;
	background: #f2f4f6;
}

.fa-product-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 30px;
}

.fa-product-filters a {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 8px 15px;
	border: 1px solid #d5dae0;
	border-radius: 999px;
	background: #fff;
	color: #38414d;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
	transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.fa-product-filters a:hover,
.fa-product-filters a:focus-visible,
.fa-product-filters a.is-active {
	border-color: #121820;
	background: #121820;
	color: #fff;
}

.fa-product-list {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.fa-product-row {
	display: grid;
	grid-template-columns: minmax(300px, 38%) minmax(0, 62%);
	min-height: 380px;
	overflow: hidden;
	border: 1px solid #dde2e7;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 18px 46px rgba(13, 20, 30, 0.07);
}

.fa-product-row-visual {
	display: block;
	min-width: 0;
	background: #e8ebef;
	text-decoration: none;
}

.fa-product-media {
	width: 100%;
	height: 100%;
	min-height: 100%;
}

.fa-product-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	mix-blend-mode: multiply;
}

.fa-product-row-media {
	padding: clamp(22px, 3vw, 38px);
	background: linear-gradient(145deg, #f8f9fa, #e0e4e8);
}

.fa-product-placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	min-height: 260px;
	place-content: center;
	background:
		linear-gradient(135deg, transparent 49.5%, rgba(255, 255, 255, 0.07) 49.5% 50%, transparent 50%),
		radial-gradient(circle at 76% 24%, rgba(160, 51, 51, 0.27), transparent 24%),
		linear-gradient(145deg, #181f28, #313a45);
	color: rgba(255, 255, 255, 0.55);
	text-align: center;
}

.fa-product-placeholder span {
	font-size: 12px;
	font-weight: 750;
	letter-spacing: 0.24em;
}

.fa-product-placeholder small {
	margin-top: 7px;
	font-size: 10px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.fa-product-row-copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	justify-content: center;
	padding: 36px clamp(36px, 4vw, 50px);
}

.fa-product-category-label {
	display: inline-flex;
	align-self: flex-start;
	color: #a03333;
	font-size: 11px;
	font-weight: 750;
	letter-spacing: 0.14em;
	line-height: 1.4;
	text-decoration: none;
	text-transform: uppercase;
}

.fa-product-row h2 {
	margin: 10px 0 12px;
	font-size: clamp(29px, 3.1vw, 42px);
	letter-spacing: -0.043em;
	line-height: 1.02;
}

.fa-product-row h2 a {
	color: #151b23;
	text-decoration: none;
}

.fa-product-row-description {
	display: -webkit-box;
	max-width: 650px;
	margin: 0 0 15px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: #65707c;
	font-size: 15px;
	line-height: 1.58;
}

.fa-product-row-meta,
.fa-single-product-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 22px;
	margin: 0 0 17px;
}

.fa-product-row-meta > div,
.fa-single-product-meta > div {
	display: flex;
	gap: 7px;
	align-items: baseline;
}

.fa-product-row-meta dt,
.fa-single-product-meta dt {
	color: #858e98;
	font-size: 10px;
	font-weight: 750;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.fa-product-row-meta dd,
.fa-single-product-meta dd {
	margin: 0;
	color: #29333e;
	font-size: 13px;
	font-weight: 700;
	overflow-wrap: anywhere;
}

.fa-product-key-features > p {
	margin: 0 0 8px;
	color: #222a34;
	font-size: 10px;
	font-weight: 750;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.fa-product-key-features ul {
	display: grid;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fa-product-key-features li {
	position: relative;
	padding-left: 22px;
	color: #3d4753;
	font-size: 13px;
	line-height: 1.42;
}

.fa-product-key-features li::before {
	position: absolute;
	top: 0.62em;
	left: 1px;
	width: 10px;
	height: 1px;
	background: #a03333;
	content: "";
}

.fa-product-row-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	align-items: center;
	margin-top: 22px;
}

.fa-product-button {
	display: inline-flex;
	width: fit-content;
	gap: 18px;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 19px;
	border: 1px solid #a03333;
	border-radius: 999px;
	background: #a03333;
	color: #fff;
	font-size: 11px;
	font-weight: 750;
	letter-spacing: 0.055em;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
	transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.fa-product-button:hover,
.fa-product-button:focus-visible {
	border-color: #151b23;
	background: #151b23;
	color: #fff;
}

.fa-product-text-link {
	color: #313a45;
	font-size: 13px;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-color: #b9c0c8;
	text-underline-offset: 4px;
}

.fa-product-empty {
	padding: 58px 34px;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 18px 46px rgba(13, 20, 30, 0.06);
	text-align: center;
}

.fa-product-empty h2 {
	max-width: 700px;
	margin: 0 auto 24px;
	font-size: clamp(28px, 3.5vw, 42px);
	letter-spacing: -0.04em;
}

.fa-product-empty .fa-product-button {
	margin: 0 auto;
}

.farreach-products-page .navigation.pagination {
	margin: 42px 0 0;
}

.farreach-products-page .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
}

.farreach-products-page .page-numbers {
	display: inline-grid;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	place-items: center;
	border: 1px solid #d5d9df;
	border-radius: 999px;
	background: #fff;
	color: #2b333d;
	text-decoration: none;
}

.farreach-products-page .page-numbers.current,
.farreach-products-page a.page-numbers:hover {
	border-color: #171d25;
	background: #171d25;
	color: #fff;
}

/* Single Product. */

.fa-single-product-hero {
	padding: 38px 0 62px;
	background:
		radial-gradient(circle at 80% 16%, rgba(160, 51, 51, 0.2), transparent 26%),
		linear-gradient(135deg, #090c11, #151c25);
	color: #fff;
}

.fa-single-product-intro {
	display: grid;
	grid-template-columns: minmax(0, 43%) minmax(0, 57%);
	gap: clamp(38px, 5vw, 66px);
	align-items: center;
}

.fa-single-product-visual {
	min-height: 450px;
	overflow: hidden;
	border-radius: 22px;
	background: linear-gradient(145deg, #fff, #dfe3e7);
	box-shadow: 0 28px 74px rgba(0, 0, 0, 0.25);
}

.fa-single-product-media {
	padding: clamp(24px, 3vw, 40px);
}

.fa-single-product-copy {
	min-width: 0;
}

.fa-single-product-copy .fa-product-category-label {
	color: #d16969;
}

.fa-single-product-copy h1 {
	margin: 11px 0 16px;
	color: #fff;
	font-size: clamp(42px, 5vw, 66px);
	font-weight: 620;
	letter-spacing: -0.052em;
	line-height: 0.98;
}

.fa-single-product-summary {
	max-width: 620px;
	margin: 0 0 15px;
	color: #c4ccd6;
	font-size: clamp(16px, 1.65vw, 19px);
	line-height: 1.55;
}

.fa-single-product-meta {
	margin-bottom: 18px;
}

.fa-single-product-meta dt {
	color: #8f9aa6;
}

.fa-single-product-meta dd {
	color: #fff;
}

.fa-product-key-features-dark {
	margin-bottom: 20px;
	padding: 15px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.fa-product-key-features-dark > p {
	color: #fff;
}

.fa-product-key-features-dark li {
	color: #bec7d1;
}

.fa-single-product-surface {
	padding: 0 0 72px;
	background: #f2f4f6;
}

.fa-product-overview,
.fa-product-specifications,
.fa-product-gallery {
	display: grid;
	grid-template-columns: minmax(220px, 0.33fr) minmax(0, 0.67fr);
	gap: clamp(38px, 6vw, 76px);
	padding: 62px 0;
	border-bottom: 1px solid #d9dde2;
}

.fa-product-section-heading h2 {
	margin: 0;
	color: #151b23;
	font-size: clamp(34px, 4vw, 48px);
	letter-spacing: -0.045em;
	line-height: 1;
}

.fa-product-overview-content {
	color: #4d5865;
	font-size: clamp(16px, 1.5vw, 18px);
	line-height: 1.72;
}

.fa-product-overview-content > *:first-child {
	margin-top: 0;
}

.fa-product-overview-content > *:last-child {
	margin-bottom: 0;
}

.fa-product-spec-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 28px;
	margin: 0;
}

.fa-product-spec-list > div {
	display: grid;
	grid-template-columns: minmax(86px, 0.36fr) minmax(0, 0.64fr);
	gap: 14px;
	align-items: start;
	padding: 14px 0;
	border-top: 1px solid #d9dde2;
}

.fa-product-spec-list dt {
	color: #7a838e;
	font-size: 10px;
	font-weight: 750;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.fa-product-spec-list dd {
	min-width: 0;
	margin: 0;
	color: #242d37;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.fa-product-gallery-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.fa-product-gallery-grid figure {
	min-height: 220px;
	margin: 0;
	overflow: hidden;
	border-radius: 18px;
	background: #fff;
}

.fa-product-gallery-grid img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.fa-product-oem {
	display: grid;
	grid-template-columns: minmax(0, 0.43fr) minmax(320px, 0.57fr);
	gap: clamp(38px, 6vw, 76px);
	align-items: center;
	margin-top: 62px;
	padding: 42px clamp(36px, 5vw, 60px);
	border-radius: 22px;
	background: #151b23;
	color: #c3cbd5;
}

.fa-product-oem h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(34px, 4vw, 48px);
	letter-spacing: -0.045em;
	line-height: 1;
}

.fa-product-oem > p {
	margin: 0;
	font-size: 15px;
	line-height: 1.65;
}

.fa-product-support-list {
	margin: 0;
}

.fa-product-support-list > div {
	display: grid;
	grid-template-columns: minmax(105px, 0.34fr) minmax(0, 0.66fr);
	gap: 18px;
	padding: 11px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.fa-product-support-list > div:first-child {
	padding-top: 0;
}

.fa-product-support-list > div:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.fa-product-support-list dt {
	color: rgba(255, 255, 255, 0.58);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.fa-product-support-list dd {
	margin: 0;
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
}

.fa-product-cta {
	display: flex;
	min-height: 300px;
	align-items: center;
	padding: 48px 0;
	background: #080c11;
	color: #fff;
}

.fa-product-cta-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 48px;
	align-items: center;
}

.fa-product-cta h2 {
	max-width: 720px;
	margin: 0;
	color: #fff;
	font-size: clamp(34px, 4vw, 50px);
	letter-spacing: -0.045em;
	line-height: 1.04;
}

.fa-product-button-light {
	border-color: #fff;
	background: #fff;
	color: #121820;
}

.fa-product-button-light:hover,
.fa-product-button-light:focus-visible {
	border-color: #a03333;
	background: #a03333;
	color: #fff;
}

@media (max-width: 1024px) {
	.fa-product-row {
		grid-template-columns: minmax(280px, 37%) minmax(0, 63%);
	}

	.fa-product-row-copy {
		padding: 32px 34px;
	}

	.fa-single-product-visual {
		min-height: 390px;
	}

	.fa-product-spec-list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	.fa-products-wrap {
		width: calc(100% - 34px);
		max-width: 1180px;
	}

	.fa-product-archive-hero {
		min-height: 400px;
		padding: 46px 0 54px;
	}

	.fa-single-product-hero {
		padding: 34px 0 50px;
	}

	.fa-product-breadcrumbs,
	.farreach-products .rank-math-breadcrumb,
	.farreach-products .yoast-breadcrumbs {
		margin-bottom: 24px;
	}

	.fa-product-archive-hero h1,
	.fa-single-product-copy h1 {
		letter-spacing: -0.04em;
		overflow-wrap: anywhere;
	}

	.fa-product-catalog-surface {
		padding-top: 22px;
		padding-bottom: 62px;
	}

	.fa-product-filters {
		flex-wrap: nowrap;
		margin-right: -17px;
		margin-bottom: 22px;
		margin-left: -17px;
		padding: 0 17px 7px;
		overflow-x: auto;
		scrollbar-width: thin;
	}

	.fa-product-filters a {
		flex: 0 0 auto;
	}

	.fa-product-list {
		gap: 18px;
	}

	.fa-product-row {
		grid-template-columns: 1fr;
		min-height: 0;
		border-radius: 18px;
	}

	.fa-product-row-visual {
		aspect-ratio: 4 / 3;
	}

	.fa-product-row-copy {
		padding: 28px 24px 32px;
	}

	.fa-product-row h2 {
		overflow-wrap: anywhere;
	}

	.fa-single-product-intro,
	.fa-product-overview,
	.fa-product-specifications,
	.fa-product-gallery,
	.fa-product-oem,
	.fa-product-cta-inner {
		grid-template-columns: 1fr;
	}

	.fa-single-product-intro {
		gap: 32px;
	}

	.fa-single-product-visual {
		min-height: 0;
		aspect-ratio: 4 / 3;
	}

	.fa-product-overview,
	.fa-product-specifications,
	.fa-product-gallery {
		gap: 28px;
		padding: 48px 0;
	}

	.fa-product-gallery-grid {
		grid-template-columns: 1fr;
	}

	.fa-product-oem {
		gap: 26px;
		margin-top: 48px;
		padding: 34px 27px;
	}

	.fa-product-cta {
		min-height: 280px;
	}

	.fa-product-cta-inner {
		gap: 28px;
		align-items: start;
	}
}

@media (max-width: 480px) {
	.fa-product-archive-hero {
		min-height: 380px;
	}

	.fa-product-row-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.fa-product-button {
		width: 100%;
	}

	.fa-product-row-actions .fa-product-text-link {
		align-self: flex-start;
	}

	.fa-product-spec-list > div,
	.fa-product-support-list > div {
		grid-template-columns: 1fr;
		gap: 5px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.fa-product-filters a,
	.fa-product-button {
		transition: none;
	}
}
