/* Frozen Homepage/Catalog product-card presentation. Business data remains template-owned. */
.psc-v4-home-route .psc-v4-product-card-grid {
	display: grid;
	gap: 20px;
	min-width: 0;
	align-items: stretch;
}

.psc-v4-home-route .psc-v4-product-card-grid--home {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.psc-v4-home-route .psc-v4-product-card-grid--catalog {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	overflow: visible;
	border: 0;
	background: transparent;
}

.psc-v4-home-route .psc-v4-product-card-grid > .psc-v4-product-card {
	display: flex;
	min-width: 0;
	height: 100%;
	padding: 16px;
	flex-direction: column;
	gap: 12px;
	border: 1px solid #dce6f3;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(24, 65, 124, .06);
}

.psc-v4-home-route .psc-v4-product-card .psc-v4-product-card__identity {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 14px;
	align-items: stretch;
}

.psc-v4-home-route .psc-v4-product-card .psc-v4-product-card__media {
	display: grid;
	width: 100%;
	min-width: 0;
	height: clamp(220px, 20vw, 260px);
	min-height: 220px;
	place-items: center;
	overflow: hidden;
	border: 1px solid #dce6f3;
	border-radius: 9px;
	background: #f3f7fd;
	text-decoration: none;
}

.psc-v4-home-route .psc-v4-product-card .psc-v4-product-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-width: 0;
	min-height: 0;
	object-fit: contain;
	object-position: center;
}

.psc-v4-home-route .psc-v4-product-card .psc-v4-product-card__content {
	min-width: 0;
}

.psc-v4-home-route .psc-v4-product-card :is(.psc-v4-home__product-kicker, .psc-v4-catalog__product-kicker) {
	display: inline-flex;
	width: max-content;
	max-width: 100%;
	min-height: 22px;
	padding: 5px 9px;
	align-items: center;
	border-radius: 999px;
	background: #0d3d91;
	color: #fff;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.25;
	text-transform: uppercase;
}

.psc-v4-home-route .psc-v4-product-card .psc-v4-product-card__content h3 {
	display: -webkit-box;
	min-height: 2.5em;
	margin: 9px 0 7px;
	overflow: hidden;
	color: #102958;
	font-size: 17px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.25;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.psc-v4-home-route .psc-v4-product-card .psc-v4-product-card__content h3 a {
	color: inherit;
	text-decoration: none;
}

.psc-v4-home-route .psc-v4-product-card .psc-v4-product-card__content h3 a:hover,
.psc-v4-home-route .psc-v4-product-card .psc-v4-product-card__content h3 a:focus-visible {
	color: #1d4ed8;
}

.psc-v4-home-route .psc-v4-product-card :is(.psc-v4-home__product-series, .psc-v4-catalog__product-identity p) {
	display: block;
	margin: 0 0 8px;
	color: #526b8d;
	font-size: 12px;
	line-height: 1.4;
}

.psc-v4-home-route .psc-v4-product-card .psc-v4-home__product-meta {
	display: block;
	margin-top: 0;
	color: #102958;
	font-size: 11px;
	line-height: 1.4;
}

.psc-v4-home-route .psc-v4-product-card .psc-v4-home__product-meta b {
	color: inherit;
	font-weight: 800;
}

.psc-v4-home-route .psc-v4-product-card .psc-v4-home__product-meta b::after,
.psc-v4-home-route .psc-v4-product-card .psc-v4-catalog__product-identity > .psc-v4-catalog__field-label::after {
	content: ":";
}

.psc-v4-home-route .psc-v4-product-card .psc-v4-catalog__product-identity > .psc-v4-catalog__field-label,
.psc-v4-home-route .psc-v4-product-card .psc-v4-catalog__product-code {
	display: inline;
	margin: 0;
	color: #102958;
	font-size: 11px;
	line-height: 1.4;
}

.psc-v4-home-route .psc-v4-product-card .psc-v4-catalog__product-identity > .psc-v4-catalog__field-label {
	font-weight: 800;
}

.psc-v4-home-route .psc-v4-product-card .psc-v4-catalog__product-code {
	margin-left: 4px;
}

.psc-v4-home-route .psc-v4-product-card :is(.psc-v4-home__product-spec, .psc-v4-catalog__product-spec) {
	display: none;
}

.psc-v4-home-route .psc-v4-product-card :is(.psc-v4-home__product-docs, .psc-v4-catalog__documentation) {
	display: grid;
	min-width: 0;
	grid-column: auto;
	gap: 7px;
	padding-top: 10px;
	border-top: 1px solid #e6edf6;
}

.psc-v4-home-route .psc-v4-product-card :is(.psc-v4-home__product-docs > .psc-v4-home__product-label, .psc-v4-catalog__documentation > strong) {
	display: none;
}

.psc-v4-home-route .psc-v4-product-card :is(.psc-v4-home__doc-status-list, .psc-v4-catalog__doc-list) {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 6px;
}

.psc-v4-home-route .psc-v4-product-card :is(.psc-v4-home__doc-status, .psc-v4-catalog__doc-status) {
	display: grid;
	min-width: 0;
	min-height: 54px;
	padding: 7px 4px;
	gap: 3px;
	place-content: center;
	border: 1px solid #d9efdf;
	border-radius: 7px;
	background: #eef9f1;
	color: #166534;
	font-size: 9px;
	line-height: 1.25;
	text-align: center;
}

.psc-v4-home-route .psc-v4-product-card :is(.psc-v4-home__doc-status, .psc-v4-catalog__doc-status) b {
	color: inherit;
	font-size: 10px;
	font-weight: 850;
}

.psc-v4-home-route .psc-v4-product-card :is(.psc-v4-home__doc-status, .psc-v4-catalog__doc-status) em {
	color: inherit;
	font-size: 9px;
	font-style: normal;
	overflow-wrap: anywhere;
}

.psc-v4-home-route .psc-v4-product-card :is(.psc-v4-home__docs-neutral, .psc-v4-catalog__docs-neutral) {
	margin: 0;
	padding: 10px;
	border-radius: 7px;
	background: #f3f6fa;
	color: #7185a3;
	font-size: 11px;
	line-height: 1.4;
	text-align: center;
}

.psc-v4-home-route .psc-v4-product-card :is(.psc-v4-home__product-procurement, .psc-v4-catalog__procurement) {
	display: flex;
	min-width: 0;
	grid-column: auto;
	justify-content: space-between;
	gap: 10px;
	align-items: center;
	padding-top: 10px;
	border-top: 1px solid #e6edf6;
}

.psc-v4-home-route .psc-v4-product-card :is(.psc-v4-home__product-procurement > .psc-v4-home__product-label, .psc-v4-catalog__procurement > strong) {
	display: block;
	margin: 0;
	color: #102958;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0;
}

.psc-v4-home-route .psc-v4-product-card :is(.psc-v4-home__proc-status, .psc-v4-catalog__procurement-status) {
	display: inline-flex;
	width: max-content;
	max-width: 100%;
	min-height: 26px;
	padding: 6px 9px;
	align-items: center;
	border-radius: 7px;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
}

.psc-v4-home-route .psc-v4-product-card :is(.psc-v4-home__proc-status--available, .psc-v4-catalog__procurement-status--available) {
	background: #ecfdf3;
	color: #15803d;
}

.psc-v4-home-route .psc-v4-product-card :is(.psc-v4-home__proc-status--review, .psc-v4-catalog__procurement-status--review) {
	background: #fff4e8;
	color: #b45309;
}

.psc-v4-home-route .psc-v4-product-card :is(.psc-v4-home__proc-status--quote, .psc-v4-catalog__procurement-status--quote) {
	background: #eff6ff;
	color: #1d4ed8;
}

.psc-v4-home-route .psc-v4-product-card :is(.psc-v4-home__product-price, .psc-v4-catalog__reference-price) {
	display: grid;
	min-width: 0;
	grid-template-columns: minmax(0, 1fr) auto;
	grid-column: auto;
	gap: 4px 10px;
	align-items: baseline;
	padding-top: 10px;
	border-top: 1px solid #e6edf6;
}

.psc-v4-home-route .psc-v4-product-card :is(.psc-v4-home__product-price > .psc-v4-home__product-label, .psc-v4-catalog__reference-price > .psc-v4-catalog__field-label) {
	display: block;
	margin: 0;
	color: #102958;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0;
}

.psc-v4-home-route .psc-v4-product-card :is(.psc-v4-home__product-price, .psc-v4-catalog__reference-price) > strong {
	display: block;
	color: #102958;
	font-size: 14px;
	font-weight: 850;
	text-align: right;
	overflow-wrap: anywhere;
}

.psc-v4-home-route .psc-v4-product-card .psc-v4-home__product-price > span:last-child,
.psc-v4-home-route .psc-v4-product-card .psc-v4-catalog__price-note {
	display: block;
	grid-column: 1 / -1;
	margin: 0;
	color: #667a95;
	font-size: 9px;
	line-height: 1.4;
	text-align: left;
	overflow-wrap: anywhere;
}

.psc-v4-home-route .psc-v4-product-card :is(.psc-v4-home__product-actions, .psc-v4-catalog__product-actions) {
	display: flex;
	width: 100%;
	min-width: 0;
	grid-column: auto;
	margin-top: auto;
	padding-top: 2px;
	flex-direction: column;
	gap: 8px;
	align-items: stretch;
}

.psc-v4-home-route .psc-v4-product-card :is(.psc-v4-home__product-actions .psc-v4-home__button, .psc-v4-catalog__quote, .psc-v4-catalog__view) {
	display: inline-flex;
	width: 100%;
	min-width: 0;
	min-height: 48px;
	padding: 11px 14px;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	border: 1px solid #2463ea;
	border-radius: 8px;
	background: #fff;
	color: #1d4ed8;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
}

.psc-v4-home-route .psc-v4-product-card .psc-v4-catalog__quote {
	display: none;
}

.psc-v4-home-route .psc-v4-product-card .psc-v4-catalog__view::after {
	margin-left: auto;
	content: "\2192";
}

.psc-v4-home-route .psc-v4-product-card :is(.psc-v4-home__product-actions .psc-v4-home__button, .psc-v4-catalog__quote, .psc-v4-catalog__view):hover,
.psc-v4-home-route .psc-v4-product-card :is(.psc-v4-home__product-actions .psc-v4-home__button, .psc-v4-catalog__quote, .psc-v4-catalog__view):focus-visible {
	border-color: #1d4ed8;
	background: #eef4ff;
	color: #173ea7;
}

@media (min-width: 1280px) {
	.psc-v4-home-route .psc-v4-product-card-grid--home {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (min-width: 768px) and (max-width: 1279px) {
	.psc-v4-home-route .psc-v4-product-card-grid--catalog {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 768px) {
	.psc-v4-home-route .psc-v4-product-card--home {
		gap: 10px;
	}

	.psc-v4-home-route .psc-v4-product-card--home .psc-v4-product-card__identity {
		gap: 11px;
	}

	.psc-v4-home-route .psc-v4-product-card--home .psc-v4-product-card__content h3 {
		margin: 7px 0 5px;
	}

	.psc-v4-home-route .psc-v4-product-card--home .psc-v4-home__product-series {
		margin-bottom: 5px;
	}

	.psc-v4-home-route .psc-v4-product-card--home .psc-v4-home__product-docs {
		padding-top: 8px;
	}
}

@media (min-width: 768px) {
	.psc-v4-catalog .psc-v4-catalog__pagination .psc-v4-catalog__pagination-pages--desktop {
		display: flex !important;
	}

	.psc-v4-catalog .psc-v4-catalog__pagination .psc-v4-catalog__pagination-pages--mobile {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.psc-v4-home-route .psc-v4-product-card-grid--home,
	.psc-v4-home-route .psc-v4-product-card-grid--catalog {
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
	}

	.psc-v4-home-route .psc-v4-product-card-grid > .psc-v4-product-card {
		box-sizing: border-box;
		padding: 15px;
		gap: 12px;
		justify-content: flex-start;
	}

	.psc-v4-home-route .psc-v4-product-card .psc-v4-product-card__identity {
		display: grid;
		grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
		gap: 12px;
		align-items: start;
	}

	.psc-v4-home-route .psc-v4-product-card .psc-v4-product-card__media {
		width: 100%;
		height: clamp(150px, 42vw, 180px);
		min-height: 150px;
	}

	.psc-v4-home-route .psc-v4-product-card .psc-v4-product-card__content h3 {
		min-height: 0;
		margin: 8px 0 6px;
		font-size: 16px;
		line-height: 1.22;
	}

	.psc-v4-home-route .psc-v4-product-card :is(.psc-v4-home__product-kicker, .psc-v4-catalog__product-kicker) {
		min-height: 20px;
		padding: 4px 7px;
		font-size: 8px;
	}

	.psc-v4-home-route .psc-v4-product-card :is(.psc-v4-home__product-series, .psc-v4-catalog__product-identity p) {
		margin-bottom: 6px;
		font-size: 10px;
	}

	.psc-v4-home-route .psc-v4-product-card .psc-v4-home__product-meta,
	.psc-v4-home-route .psc-v4-product-card .psc-v4-catalog__product-identity > .psc-v4-catalog__field-label,
	.psc-v4-home-route .psc-v4-product-card .psc-v4-catalog__product-code {
		font-size: 10px;
	}

	.psc-v4-home-route .psc-v4-product-card :is(.psc-v4-home__product-docs, .psc-v4-catalog__documentation),
	.psc-v4-home-route .psc-v4-product-card :is(.psc-v4-home__product-procurement, .psc-v4-catalog__procurement),
	.psc-v4-home-route .psc-v4-product-card :is(.psc-v4-home__product-price, .psc-v4-catalog__reference-price) {
		box-sizing: border-box;
		width: 100%;
		max-width: none;
		padding-top: 11px;
	}

	.psc-v4-home-route .psc-v4-product-card :is(.psc-v4-home__product-docs, .psc-v4-catalog__documentation) {
		grid-template-columns: minmax(0, 1fr);
		justify-items: stretch;
	}

	.psc-v4-home-route .psc-v4-product-card :is(.psc-v4-home__doc-status-list, .psc-v4-catalog__doc-list) {
		display: grid;
		box-sizing: border-box;
		width: 100%;
		max-width: none;
		min-width: 0;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		grid-column: 1 / -1;
		gap: 6px;
		align-items: stretch;
		justify-self: stretch;
	}

	.psc-v4-home-route .psc-v4-product-card :is(.psc-v4-home__doc-status, .psc-v4-catalog__doc-status) {
		display: grid;
		box-sizing: border-box;
		width: auto;
		min-width: 0;
		max-width: none;
		min-height: 48px;
		padding: 6px 3px;
		gap: 2px;
		place-content: center;
		overflow: visible;
		line-height: 1.25;
		text-align: center;
		white-space: normal;
		text-overflow: clip;
	}

	.psc-v4-home-route .psc-v4-product-card :is(.psc-v4-home__doc-status, .psc-v4-catalog__doc-status) b,
	.psc-v4-home-route .psc-v4-product-card :is(.psc-v4-home__doc-status, .psc-v4-catalog__doc-status) em {
		display: block;
		min-width: 0;
		max-width: none;
		overflow: visible;
		line-height: 1.25;
		text-align: center;
		white-space: normal;
		text-overflow: clip;
		word-break: normal;
	}

	.psc-v4-home-route .psc-v4-product-card :is(.psc-v4-home__doc-status, .psc-v4-catalog__doc-status) b {
		font-size: 12px;
	}

	.psc-v4-home-route .psc-v4-product-card :is(.psc-v4-home__doc-status, .psc-v4-catalog__doc-status) em {
		font-size: 11px;
		overflow-wrap: normal;
	}

	.psc-v4-home-route .psc-v4-product-card :is(.psc-v4-home__product-actions .psc-v4-home__button, .psc-v4-catalog__quote, .psc-v4-catalog__view) {
		min-height: 48px;
		font-size: 12px;
	}

	.psc-v4-catalog .psc-v4-catalog__pagination .psc-v4-catalog__pagination-pages--desktop {
		display: none !important;
	}

	.psc-v4-catalog .psc-v4-catalog__pagination .psc-v4-catalog__pagination-pages--mobile {
		display: flex !important;
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 0;
		flex-wrap: nowrap;
		gap: 3px;
		align-items: center;
		justify-content: center;
		list-style: none;
	}

	.psc-v4-catalog .psc-v4-catalog__pagination .psc-v4-catalog__pagination-pages--mobile li {
		display: block;
		margin: 0;
		padding: 0;
		flex: 0 0 auto;
	}

	.psc-v4-catalog .psc-v4-catalog__pagination .psc-v4-catalog__pagination-pages--mobile a,
	.psc-v4-catalog .psc-v4-catalog__pagination .psc-v4-catalog__pagination-pages--mobile span {
		display: inline-flex;
		box-sizing: border-box;
		width: 44px;
		min-width: 44px;
		height: 44px;
		min-height: 44px;
		padding: 0;
		align-items: center;
		justify-content: center;
	}

	.psc-v4-catalog .psc-v4-catalog__pagination .psc-v4-catalog__pagination-pages--mobile .dots {
		width: 8px;
		min-width: 8px;
		border: 0;
		background: transparent;
	}
}
