/*
 * PSC V4 PDP Override
 * WooCommerce adaptation of research-procurement-conversion-v4.html.
 * Shell selectors use .psc-v4-shell; PDP selectors use .psc-v4-pdp.
 */

.psc-v4-shell {
	min-height: 100%;
	margin: 0;
	overflow-x: hidden;
	background: #f8fafc;
	color: #0f172a;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 15px;
	line-height: 1.48;
}

/* V16 HPL-controlled Order Pay review and secure-payment surface. */
body.psc-v4-order-pay-route .psc-v4-checkout__hero,
body.psc-v4-order-pay-route .psc-v4-checkout__trust {
	display: none;
}

body.psc-v4-order-pay-route .psc-v4-checkout {
	padding: 24px 16px 36px;
	background: #f4f7fa;
}

body.psc-v4-order-pay-route .psc-v4-checkout__container {
	width: min(100%, 1220px);
	max-width: 1220px;
}

body.psc-v4-order-pay-route .psc-v4-checkout__workflow,
body.psc-v4-order-pay-route .psc-v4-checkout__native,
body.psc-v4-order-pay-route .psc-v4-checkout__native .woocommerce {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.psc-v4-order-pay,
.psc-v4-order-pay * {
	box-sizing: border-box;
}

.psc-v4-order-pay {
	display: grid;
	width: 100%;
	min-width: 0;
	gap: 18px;
	color: #102342;
	font-size: 15px;
	letter-spacing: 0;
}

.psc-v4-order-pay svg {
	display: block;
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.psc-v4-order-pay__hero {
	position: relative;
	display: grid;
	min-height: 300px;
	padding: 34px 38px 28px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 12px;
	background-color: #0a356d;
	background-image: url("../images/account/veridia-account-hero-desktop-v1.png");
	background-position: center right;
	background-size: cover;
	background-blend-mode: multiply;
	box-shadow: 0 10px 28px rgba(13, 44, 83, 0.14);
	color: #ffffff;
}

.psc-v4-order-pay--approved .psc-v4-order-pay__hero,
.psc-v4-order-pay--temporary_unavailable .psc-v4-order-pay__hero {
	background-color: #087568;
}

.psc-v4-order-pay--link_pending .psc-v4-order-pay__hero {
	background-color: #126f69;
}

.psc-v4-order-pay--expired .psc-v4-order-pay__hero {
	background-color: #29465f;
}

.psc-v4-order-pay--terminal .psc-v4-order-pay__hero {
	background-color: #285b61;
}

.psc-v4-order-pay__hero-top {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 32px;
	align-items: start;
}

.psc-v4-order-pay__hero-copy {
	min-width: 0;
}

.psc-v4-order-pay__badge {
	display: inline-flex;
	min-height: 28px;
	padding: 5px 12px;
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
}

.psc-v4-order-pay__hero h1 {
	margin: 16px 0 10px;
	color: #ffffff;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.16;
	letter-spacing: 0;
}

.psc-v4-order-pay__hero-body {
	display: grid;
	gap: 5px;
	max-width: 650px;
}

.psc-v4-order-pay__hero-body p {
	margin: 0;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.5;
}

.psc-v4-order-pay__hero-countdown {
	display: grid;
	min-width: 225px;
	padding: 18px 20px;
	justify-items: center;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 10px;
	background: rgba(3, 49, 47, 0.28);
	color: #ffffff;
}

.psc-v4-order-pay__hero-countdown span {
	font-size: 14px;
	font-weight: 700;
}

.psc-v4-order-pay__hero-countdown strong {
	margin: 6px 0 1px;
	font-size: 36px;
	font-variant-numeric: tabular-nums;
	line-height: 1;
}

.psc-v4-order-pay__hero-countdown small {
	font-size: 11px;
	font-weight: 800;
}

.psc-v4-order-pay__steps {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: auto 0 0;
	padding: 30px 0 0;
	list-style: none;
}

.psc-v4-order-pay__steps::before {
	position: absolute;
	top: 46px;
	left: 12.5%;
	width: 75%;
	height: 2px;
	background: rgba(255, 255, 255, 0.34);
	content: "";
}

.psc-v4-order-pay__steps li {
	position: relative;
	z-index: 1;
	display: grid;
	min-width: 0;
	justify-items: center;
	gap: 5px;
	color: rgba(255, 255, 255, 0.78);
	text-align: center;
}

.psc-v4-order-pay__steps li > span {
	display: grid;
	width: 34px;
	height: 34px;
	margin-bottom: 5px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.46);
	border-radius: 50%;
	background: rgba(16, 49, 88, 0.7);
	color: #ffffff;
	font-size: 14px;
	font-weight: 800;
}

.psc-v4-order-pay__steps li > span svg {
	width: 18px;
	height: 18px;
}

.psc-v4-order-pay__steps .is-complete > span {
	border-color: #61d0ad;
	background: #2c9d7d;
}

.psc-v4-order-pay__steps .is-current > span {
	border: 4px solid #9ad6ff;
	background: #ffffff;
	color: #15375e;
}

.psc-v4-order-pay__steps .is-expired > span {
	border-color: #f4c36d;
	background: #9a682a;
}

.psc-v4-order-pay__steps strong,
.psc-v4-order-pay__steps small {
	max-width: 150px;
	color: inherit;
	line-height: 1.25;
}

.psc-v4-order-pay__steps strong {
	font-size: 12px;
	font-weight: 800;
}

.psc-v4-order-pay__steps small {
	font-size: 12px;
	font-weight: 650;
}

.psc-v4-order-pay__steps .is-complete,
.psc-v4-order-pay__steps .is-current {
	color: #ffffff;
}

.psc-v4-order-pay__card {
	min-width: 0;
	padding: 20px;
	border: 1px solid #d9e3ec;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 7px 22px rgba(21, 50, 82, 0.055);
}

.psc-v4-order-pay__card > h2 {
	display: flex;
	min-width: 0;
	margin: 0;
	padding: 0 0 14px;
	align-items: center;
	gap: 10px;
	border-bottom: 1px solid #e3eaf1;
	color: #102342;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: 0;
}

.psc-v4-order-pay__card > h2 > span:first-child {
	display: grid;
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	place-items: center;
	border-radius: 9px;
	background: #edf4ff;
	color: #2e67d7;
}

.psc-v4-order-pay__card > h2 svg {
	width: 18px;
	height: 18px;
}

.psc-v4-order-pay__card > h2 > b {
	min-width: 0;
	font: inherit;
	overflow-wrap: break-word;
}

.psc-v4-order-pay__summary dl {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	margin: 16px 0 0;
}

.psc-v4-order-pay__summary dl > div {
	display: grid;
	min-width: 0;
	gap: 6px;
}

.psc-v4-order-pay dt,
.psc-v4-order-pay dd {
	margin: 0;
}

.psc-v4-order-pay__summary dt {
	color: #62748a;
	font-size: 13px;
	font-weight: 650;
}

.psc-v4-order-pay__summary dd {
	min-width: 0;
	color: #102342;
	font-size: 16px;
	font-weight: 750;
	line-height: 1.35;
	overflow-wrap: break-word;
}

.psc-v4-order-pay__summary dl > div:last-child dd {
	color: #0f54d8;
	font-size: 18px;
	font-weight: 800;
}

.psc-v4-order-pay__main-grid {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
	gap: 18px;
	align-items: start;
}

.psc-v4-order-pay__products {
	padding-bottom: 16px;
}

.psc-v4-order-pay__products-head,
.psc-v4-order-pay__item {
	display: grid;
	grid-template-columns: minmax(220px, 2.1fr) minmax(110px, 1fr) minmax(52px, 0.45fr) minmax(100px, 0.8fr) minmax(100px, 0.8fr);
	gap: 12px;
	align-items: center;
}

.psc-v4-order-pay__products-head {
	padding: 14px 4px 10px;
	color: #62748a;
	font-size: 12px;
	font-weight: 700;
}

.psc-v4-order-pay__products-head span:nth-last-child(-n + 3) {
	text-align: right;
}

.psc-v4-order-pay__item {
	padding: 13px 4px;
	border-top: 1px solid #e7edf2;
}

.psc-v4-order-pay__product-identity {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	min-width: 0;
}

.psc-v4-order-pay__thumb {
	display: grid;
	width: 54px;
	height: 54px;
	place-items: center;
	overflow: hidden;
	border: 1px solid #e0e7ee;
	border-radius: 8px;
	background: #f8fafc;
}

.psc-v4-order-pay__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.psc-v4-order-pay__product-identity strong {
	min-width: 0;
	color: #114fc4;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
	overflow-wrap: break-word;
}

.psc-v4-order-pay__item-value {
	min-width: 0;
	text-align: right;
}

.psc-v4-order-pay__item-value--sku {
	text-align: left;
}

.psc-v4-order-pay__item-value > span {
	display: none;
}

.psc-v4-order-pay__item-value strong {
	color: #132943;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	white-space: normal;
	overflow-wrap: break-word;
}

.psc-v4-order-pay__totals {
	display: grid;
	margin: 0;
	border-top: 1px solid #dbe4ec;
}

.psc-v4-order-pay__total {
	display: grid;
	grid-template-columns: minmax(120px, 1fr) minmax(0, 2fr);
	gap: 18px;
	padding: 11px 4px;
	align-items: baseline;
	border-bottom: 1px solid #e8eef3;
}

.psc-v4-order-pay__total dt,
.psc-v4-order-pay__total dd {
	color: #152943;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}

.psc-v4-order-pay__total dd {
	min-width: 0;
	text-align: right;
	overflow-wrap: break-word;
}

.psc-v4-order-pay__total--order_total {
	border-top: 1px solid #cad7e3;
}

.psc-v4-order-pay__total--order_total dt,
.psc-v4-order-pay__total--order_total dd {
	color: #0f54d8;
	font-size: 17px;
	font-weight: 800;
}

.psc-v4-order-pay__total:last-child {
	border-bottom: 0;
}

.psc-v4-order-pay__payment-column {
	display: grid;
	gap: 12px;
	min-width: 0;
}

.psc-v4-order-pay__payment {
	padding: 18px;
}

.psc-v4-order-pay__payment--approved {
	border-color: #b9ddd3;
	background: #f2faf7;
}

.psc-v4-order-pay__payment--approved > h2 > span {
	background: #dff3ec;
	color: #128266;
}

.psc-v4-order-pay__payment--temporary_unavailable {
	border-color: #e7c98f;
	background: #fff8e8;
}

.psc-v4-order-pay__payment--temporary_unavailable > h2 > span:first-child {
	background: #ffedc7;
	color: #a96812;
}

.psc-v4-order-pay__payment--temporary_unavailable .psc-v4-order-pay__payment-message {
	border-color: #ead4aa;
	background: #fffdf7;
}

.psc-v4-order-pay__payment--temporary_unavailable .psc-v4-order-pay__payment-message > svg {
	color: #a96812;
}

.psc-v4-order-pay__payment--pending_review,
.psc-v4-order-pay__payment--link_pending {
	border-color: #efd7ad;
	background: #fffaf2;
}

.psc-v4-order-pay__payment--pending_review > h2 > span,
.psc-v4-order-pay__payment--link_pending > h2 > span {
	background: #fff0d7;
	color: #c97816;
}

.psc-v4-order-pay__payment--expired {
	border-color: #e5c8c8;
	background: #fff7f7;
}

.psc-v4-order-pay__payment-message {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 12px;
	margin: 16px 0;
	padding: 16px;
	align-items: start;
	border: 1px solid #e0e7ed;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.68);
}

.psc-v4-order-pay__payment-message > svg {
	width: 38px;
	height: 38px;
	padding: 7px;
	border: 1px solid currentColor;
	border-radius: 10px;
	color: #c97816;
}

.psc-v4-order-pay__payment--approved .psc-v4-order-pay__payment-message > svg {
	color: #128266;
}

.psc-v4-order-pay__payment-message strong {
	display: block;
	color: #18324d;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.4;
}

.psc-v4-order-pay__payment-message p {
	margin: 4px 0 0;
	color: #5a6e82;
	font-size: 13px;
	line-height: 1.5;
}

.psc-v4-order-pay__pay,
.psc-v4-order-pay__disabled > span,
.psc-v4-order-pay__expired-control > span {
	display: flex;
	width: 100%;
	min-height: 52px;
	padding: 12px 16px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border-radius: 9px;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
}

.psc-v4-order-pay__pay {
	border: 1px solid #3157c8;
	background: #4169e1;
	box-shadow: 0 7px 16px rgba(49, 87, 200, 0.18);
	color: #ffffff;
	text-decoration: none;
}

.psc-v4-order-pay__pay:hover,
.psc-v4-order-pay__pay:focus-visible {
	border-color: #2749b8;
	background: #3157c8;
	color: #ffffff;
}

.psc-v4-order-pay__pay:active {
	background: #2749b8;
}

.psc-v4-order-pay__pay:focus-visible {
	outline: 3px solid rgba(65, 105, 225, 0.28);
	outline-offset: 3px;
}

.psc-v4-order-pay__disabled > span,
.psc-v4-order-pay__expired-control > span {
	border: 1px solid #c9d3e1;
	background: #d9e1ec;
	box-shadow: none;
	color: #74849a;
	cursor: not-allowed;
}

.psc-v4-order-pay__disabled svg,
.psc-v4-order-pay__expired-control svg {
	width: 17px;
	height: 17px;
}

.psc-v4-order-pay__session {
	display: flex;
	margin: 11px 0 0;
	align-items: center;
	justify-content: center;
	gap: 5px;
	color: #577087;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
}

.psc-v4-order-pay__session svg {
	width: 16px;
	height: 16px;
	color: #3272db;
}

.psc-v4-order-pay__session strong {
	font-variant-numeric: tabular-nums;
}

.psc-v4-order-pay__temporary-support {
	margin: 11px 0 0;
	color: #6b5737;
	font-size: 13px;
	font-weight: 650;
	line-height: 1.45;
	text-align: center;
}

.psc-v4-order-pay__assistance {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 12px;
	padding: 15px 18px;
	align-items: center;
	border: 1px solid #dae3ec;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0 5px 16px rgba(21, 50, 82, 0.045);
}

.psc-v4-order-pay__assistance > svg {
	width: 30px;
	height: 30px;
	color: #26477c;
}

.psc-v4-order-pay__assistance p {
	display: grid;
	gap: 2px;
	margin: 0;
	color: #52677c;
	font-size: 13px;
	line-height: 1.45;
}

.psc-v4-order-pay__assistance strong {
	color: #193353;
	font-weight: 800;
}

.psc-v4-order-pay__notice {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border: 1px solid #dae3eb;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 6px 20px rgba(21, 50, 82, 0.05);
}

.psc-v4-order-pay__notice > div {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 13px;
	min-width: 0;
	padding: 18px 20px;
	align-items: center;
}

.psc-v4-order-pay__notice > div + div {
	border-left: 1px solid #e2e9ef;
}

.psc-v4-order-pay__notice > div > span {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border-radius: 50%;
	background: #eaf7f2;
	color: #148269;
}

.psc-v4-order-pay__notice > div:nth-child(2) > span {
	background: #edf4ff;
	color: #2466d2;
}

.psc-v4-order-pay__notice p {
	display: grid;
	gap: 3px;
	min-width: 0;
	margin: 0;
	color: #586d82;
	font-size: 12px;
	line-height: 1.45;
	overflow-wrap: break-word;
}

.psc-v4-order-pay__notice strong {
	color: #15745f;
	font-size: 13px;
	font-weight: 800;
}

.psc-v4-order-pay__notice > div:nth-child(2) strong {
	color: #205ac0;
}

@media (max-width: 1024px) {
	.psc-v4-order-pay__main-grid {
		grid-template-columns: minmax(0, 1.65fr) minmax(300px, 0.9fr);
	}

	.psc-v4-order-pay__products-head,
	.psc-v4-order-pay__item {
		grid-template-columns: minmax(190px, 1.8fr) minmax(90px, 0.8fr) 44px minmax(84px, 0.7fr) minmax(84px, 0.7fr);
		gap: 9px;
	}

	.psc-v4-order-pay__notice > div {
		padding: 16px;
	}
}

@media (max-width: 768px) {
	body.psc-v4-order-pay-route .psc-v4-checkout {
		padding: 12px 16px 28px;
	}

	.psc-v4-order-pay {
		gap: 12px;
	}

	.psc-v4-order-pay__hero {
		min-height: 0;
		padding: 20px 16px 17px;
		background-position: 67% center;
	}

	.psc-v4-order-pay__hero-top {
		grid-template-columns: minmax(0, 1fr);
		gap: 14px;
	}

	.psc-v4-order-pay__badge {
		min-height: 25px;
		padding: 4px 9px;
		font-size: 10px;
	}

	.psc-v4-order-pay__hero h1 {
		margin: 11px 0 7px;
		font-size: 25px;
	}

	.psc-v4-order-pay__hero-body {
		gap: 2px;
	}

	.psc-v4-order-pay__hero-body p {
		font-size: 13px;
		line-height: 1.45;
	}

	.psc-v4-order-pay__hero-countdown {
		width: max-content;
		min-width: 0;
		padding: 0;
		justify-items: start;
		border: 0;
		background: transparent;
	}

	.psc-v4-order-pay__hero-countdown span {
		font-size: 12px;
	}

	.psc-v4-order-pay__hero-countdown strong {
		margin-top: 4px;
		font-size: 30px;
	}

	.psc-v4-order-pay__steps {
		padding-top: 18px;
	}

	.psc-v4-order-pay__steps::before {
		top: 32px;
	}

	.psc-v4-order-pay__steps li {
		gap: 3px;
	}

	.psc-v4-order-pay__steps li > span {
		width: 29px;
		height: 29px;
		margin-bottom: 3px;
		font-size: 12px;
	}

	.psc-v4-order-pay__steps li > span svg {
		width: 15px;
		height: 15px;
	}

	.psc-v4-order-pay__steps strong {
		max-width: 78px;
		font-size: 9px;
	}

	.psc-v4-order-pay__steps small {
		max-width: 78px;
		font-size: 10px;
	}

	.psc-v4-order-pay__card {
		padding: 16px;
	}

	.psc-v4-order-pay__card > h2 {
		padding-bottom: 12px;
		font-size: 16px;
	}

	.psc-v4-order-pay__card > h2 > span {
		width: 30px;
		height: 30px;
		flex-basis: 30px;
	}

	.psc-v4-order-pay__summary dl {
		grid-template-columns: minmax(0, 1fr);
		gap: 0;
		margin-top: 8px;
	}

	.psc-v4-order-pay__summary dl > div {
		grid-template-columns: minmax(96px, 38%) minmax(0, 62%);
		gap: 12px;
		padding: 7px 0;
		align-items: baseline;
	}

	.psc-v4-order-pay__summary dd {
		font-size: 14px;
		text-align: right;
	}

	.psc-v4-order-pay__summary dl > div:last-child dd {
		font-size: 16px;
	}

	.psc-v4-order-pay__main-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 12px;
	}

	.psc-v4-order-pay__products-head {
		display: none;
	}

	.psc-v4-order-pay__item {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 0;
		padding: 14px 0;
	}

	.psc-v4-order-pay__product-identity {
		grid-column: 1 / -1;
		grid-template-columns: 52px minmax(0, 1fr);
		margin-bottom: 10px;
	}

	.psc-v4-order-pay__thumb {
		width: 52px;
		height: 52px;
	}

	.psc-v4-order-pay__item-value {
		display: grid;
		gap: 3px;
		padding: 8px 9px 0;
		border-top: 1px solid #e5ebf0;
		text-align: right;
	}

	.psc-v4-order-pay__item-value--sku {
		grid-column: 1 / -1;
		grid-template-columns: auto minmax(0, 1fr);
		padding: 0 0 10px;
		align-items: baseline;
		border-top: 0;
		text-align: left;
	}

	.psc-v4-order-pay__item-value--sku:empty {
		display: none;
	}

	.psc-v4-order-pay__item-value + .psc-v4-order-pay__item-value:not(.psc-v4-order-pay__item-value--sku) {
		border-left: 1px solid #e5ebf0;
	}

	.psc-v4-order-pay__item-value > span {
		display: block;
		color: #687a8d;
		font-size: 11px;
		font-weight: 650;
		line-height: 1.25;
	}

	.psc-v4-order-pay__item-value strong {
		font-size: 13px;
		word-break: normal;
		overflow-wrap: break-word;
	}

	.psc-v4-order-pay__total {
		grid-template-columns: minmax(94px, 36%) minmax(0, 64%);
		gap: 12px;
		padding: 10px 0;
	}

	.psc-v4-order-pay__payment-message {
		grid-template-columns: 36px minmax(0, 1fr);
		gap: 10px;
		padding: 13px;
	}

	.psc-v4-order-pay__payment-message > svg {
		width: 34px;
		height: 34px;
	}

	.psc-v4-order-pay__pay,
	.psc-v4-order-pay__disabled > span,
	.psc-v4-order-pay__expired-control > span {
		min-height: 48px;
	}

	.psc-v4-order-pay--temporary_unavailable .psc-v4-order-pay__pay {
		width: 100%;
	}

	.psc-v4-order-pay__notice {
		grid-template-columns: minmax(0, 1fr);
	}

	.psc-v4-order-pay__notice > div {
		grid-template-columns: 42px minmax(0, 1fr);
		padding: 13px 14px;
	}

	.psc-v4-order-pay__notice > div + div {
		border-top: 1px solid #e2e9ef;
		border-left: 0;
	}

	.psc-v4-order-pay__notice > div > span {
		width: 42px;
		height: 42px;
	}
}

@media (max-width: 430px) {
	body.psc-v4-order-pay-route .psc-v4-checkout {
		padding-right: 16px;
		padding-left: 16px;
	}

	.psc-v4-order-pay__hero {
		padding-right: 12px;
		padding-left: 12px;
	}

	.psc-v4-order-pay__steps strong,
	.psc-v4-order-pay__steps small {
		max-width: 70px;
	}

	.psc-v4-order-pay__product-identity strong,
	.psc-v4-order-pay__summary dd,
	.psc-v4-order-pay__total dd,
	.psc-v4-order-pay__item-value strong,
	.psc-v4-order-pay__notice p {
		word-break: normal;
		overflow-wrap: break-word;
	}
}

@media (max-width: 360px) {
	body.psc-v4-order-pay-route .psc-v4-checkout {
		padding-right: 16px;
		padding-left: 16px;
	}

	.psc-v4-order-pay__hero h1 {
		font-size: 23px;
	}

	.psc-v4-order-pay__steps strong {
		font-size: 8px;
	}

	.psc-v4-order-pay__steps small {
		font-size: 9px;
	}

	.psc-v4-order-pay__card {
		padding: 14px;
	}

	.psc-v4-order-pay__item-value {
		padding-right: 5px;
		padding-left: 5px;
	}
}

/* Product Data visual consolidation: shared light procurement presentation. */
.psc-v4-product-data {
	--psc-v4-data-navy: #102958;
	--psc-v4-data-blue: #2463ea;
	--psc-v4-data-muted: #526b8d;
	--psc-v4-data-line: #dbe4ed;
	--psc-v4-data-soft: #f4f7fb;
	--psc-v4-data-card: #fff;
	padding: 18px 4.8% 44px;
	background: #f8fafc;
	color: var(--psc-v4-data-navy);
}

.psc-v4-product-data .psc-v4-product-data__container {
	width: min(1384px, 100%);
}

.psc-v4-product-data .psc-v4-product-data__breadcrumb {
	margin-bottom: 13px;
	font-size: 12px;
}

.psc-v4-product-data .psc-v4-product-data__hero {
	padding: 26px 30px;
	border: 1px solid var(--psc-v4-data-line);
	border-radius: 14px;
	background: linear-gradient(135deg, #fff 0%, #eff6ff 100%);
	box-shadow: 0 10px 28px rgba(25, 73, 144, .06);
}

.psc-v4-product-data .psc-v4-product-data__hero h1 {
	color: var(--psc-v4-data-navy);
	font-size: clamp(32px, 4vw, 48px);
}

.psc-v4-product-data .psc-v4-product-data__hero p {
	margin-top: 10px;
	color: #526b8d;
	font-size: 15px;
}

.psc-v4-product-data .psc-v4-product-data__eyebrow,
.psc-v4-product-data .psc-v4-product-data__section-label {
	color: var(--psc-v4-data-muted);
	letter-spacing: .06em;
}

.psc-v4-product-data .psc-v4-product-data__eyebrow {
	color: var(--psc-v4-data-blue);
}

.psc-v4-product-data .psc-v4-product-data__use-badge {
	border-color: #bfdbfe;
	background: #eff6ff;
	color: #1d4ed8;
}

.psc-v4-product-data .psc-v4-product-data__lookup,
.psc-v4-product-data .psc-v4-product-data__card,
.psc-v4-product-data .psc-v4-product-data__status,
.psc-v4-product-data .psc-v4-product-data__review,
.psc-v4-product-data .psc-v4-product-data__unavailable {
	border-color: var(--psc-v4-data-line);
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(25, 73, 144, .045);
}

.psc-v4-product-data .psc-v4-product-data__lookup {
	margin-top: 14px;
	padding: 16px;
}

.psc-v4-product-data .psc-v4-product-data__lookup h2,
.psc-v4-product-data .psc-v4-product-data__card h2,
.psc-v4-product-data .psc-v4-product-data__status h2,
.psc-v4-product-data .psc-v4-product-data__review h2 {
	color: var(--psc-v4-data-navy);
}

.psc-v4-product-data .psc-v4-product-data__lookup-field button,
.psc-v4-product-data .psc-v4-product-data__lookup-filters button,
.psc-v4-product-data .psc-v4-product-data__document-card a,
.psc-v4-product-data .psc-v4-product-data__review > a,
.psc-v4-product-data .psc-v4-product-data__unavailable > a {
	background: var(--psc-v4-data-blue);
}

.psc-v4-product-data .psc-v4-product-data__primary-grid {
	grid-template-columns: minmax(0, 1fr);
	margin-top: 14px;
}

.psc-v4-product-data .psc-v4-product-data__card,
.psc-v4-product-data .psc-v4-product-data__status,
.psc-v4-product-data .psc-v4-product-data__review {
	padding: 20px;
}

.psc-v4-product-data .psc-v4-product-data__facts > div {
	grid-template-columns: minmax(130px, .32fr) minmax(0, 1fr);
	padding: 8px 0;
	border-color: var(--psc-v4-data-soft);
}

.psc-v4-product-data .psc-v4-product-data__document-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
	margin-top: 14px;
}

.psc-v4-product-data .psc-v4-product-data__document-card {
	min-height: 0;
	padding: 12px;
	border-radius: 9px;
	background: #f8fafc;
}

.psc-v4-product-data .psc-v4-product-data__document-card h3 {
	font-size: 12px;
}

.psc-v4-product-data .psc-v4-product-data__review {
	margin-top: 14px;
	background: #eff6ff;
}

.psc-v4-product-data .psc-v4-product-data__safe-fallback {
	max-width: 720px;
	margin: 28px auto;
	padding: 20px;
	border: 1px solid var(--psc-v4-data-line);
	border-radius: 12px;
	background: #fff;
	color: var(--psc-v4-data-muted);
}

@media (max-width: 620px) {
	.psc-v4-product-data {
		padding: 10px 12px 28px;
	}

	.psc-v4-product-data .psc-v4-product-data__breadcrumb {
		font-size: 11px;
	}

	.psc-v4-product-data .psc-v4-product-data__hero {
		padding: 18px;
		border-radius: 11px;
	}

	.psc-v4-product-data .psc-v4-product-data__hero h1 {
		font-size: clamp(28px, 8vw, 36px);
		line-height: 1.08;
	}

	.psc-v4-product-data .psc-v4-product-data__hero p {
		font-size: 13px;
		line-height: 1.45;
	}

	.psc-v4-product-data .psc-v4-product-data__use-badge {
		font-size: 9px;
	}

	.psc-v4-product-data .psc-v4-product-data__lookup,
	.psc-v4-product-data .psc-v4-product-data__card,
	.psc-v4-product-data .psc-v4-product-data__status,
	.psc-v4-product-data .psc-v4-product-data__review {
		padding: 13px;
		border-radius: 10px;
	}

	.psc-v4-product-data .psc-v4-product-data__lookup-field {
		grid-template-columns: minmax(0, 1fr);
	}

	.psc-v4-product-data .psc-v4-product-data__lookup-field button {
		min-height: 48px;
	}

	.psc-v4-product-data .psc-v4-product-data__lookup-summary-head,
	.psc-v4-product-data .psc-v4-product-data__section-heading,
	.psc-v4-product-data .psc-v4-product-data__review {
		align-items: flex-start;
		flex-direction: column;
	}

	.psc-v4-product-data .psc-v4-product-data__lookup-status-grid,
	.psc-v4-product-data .psc-v4-product-data__document-grid,
	.psc-v4-product-data .psc-v4-product-data__lookup-records {
		grid-template-columns: minmax(0, 1fr);
	}

	.psc-v4-product-data .psc-v4-product-data__facts > div {
		grid-template-columns: minmax(96px, .38fr) minmax(0, 1fr);
		gap: 9px;
		font-size: 11px;
	}

	.psc-v4-product-data .psc-v4-product-data__review > a,
	.psc-v4-product-data .psc-v4-product-data__unavailable > a {
		width: 100%;
	}
}

/* Catalog visual refinement: presentation-only, scoped to the V4 catalog route. */
.psc-v4-catalog__hero {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(290px, 0.65fr);
	gap: 28px;
	padding: 34px;
	border-radius: 24px;
	background: linear-gradient(135deg, #07143a 0%, #0f255b 68%, #1e3a8a 100%);
	box-shadow: 0 20px 50px rgba(15, 23, 42, 0.16);
	color: #fff;
}

.psc-v4-catalog__hero-copy > p { color: #cbd5e1; }
.psc-v4-catalog__value-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 24px; }
.psc-v4-catalog__value-card { display: grid; gap: 5px; padding: 13px; border: 1px solid rgba(255,255,255,.15); border-radius: 13px; background: rgba(255,255,255,.08); }
.psc-v4-catalog__value-card strong { color: #fff; font-size: 12px; }
.psc-v4-catalog__value-card span { color: #cbd5e1; font-size: 11px; line-height: 1.4; }
.psc-v4-catalog__workflow { align-self: stretch; padding: 22px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(255,255,255,.08); }
.psc-v4-catalog__workflow > strong { color: #fff; font-size: 14px; }
.psc-v4-catalog__workflow ol { display: grid; gap: 14px; margin: 20px 0 0; padding: 0; list-style: none; counter-reset: workflow; }
.psc-v4-catalog__workflow li { position: relative; padding-left: 34px; color: #dbeafe; font-size: 12px; line-height: 1.45; counter-increment: workflow; }
.psc-v4-catalog__workflow li::before { position: absolute; top: -2px; left: 0; display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: #60a5fa; color: #07143a; content: counter(workflow); font-size: 11px; font-weight: 950; }
.psc-v4-catalog__filters { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.psc-v4-catalog .psc-v4-catalog__filters { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.psc-v4-catalog__filter-group { display: grid; gap: 5px; padding: 11px 13px; border: 1px solid var(--psc-catalog-border); border-radius: 13px; background: #f8fafc; }
.psc-v4-catalog__filter-group strong { color: var(--psc-catalog-text); font-size: 11px; }
.psc-v4-catalog__filter-group span { color: var(--psc-catalog-muted); font-size: 10px; line-height: 1.35; }
.psc-v4-catalog__filters--active { grid-template-columns: minmax(220px, 1fr) auto auto; align-items: end; }
.psc-v4-catalog__filters--active select { width: 100%; min-height: 36px; padding: 7px 9px; border: 1px solid var(--psc-catalog-border-strong); border-radius: 8px; background: #fff; color: var(--psc-catalog-text); font-size: 12px; }
.psc-v4-catalog__filter-submit, .psc-v4-catalog__filter-reset { display: inline-flex; min-height: 36px; padding: 8px 12px; align-items: center; justify-content: center; border-radius: 8px; font-size: 11px; font-weight: 850; text-decoration: none; }
.psc-v4-catalog__filter-submit { border: 1px solid var(--psc-catalog-navy); background: var(--psc-catalog-navy); color: #fff; cursor: pointer; }
.psc-v4-catalog__filter-submit:hover, .psc-v4-catalog__filter-submit:focus-visible { background: #1e3a8a; }
.psc-v4-catalog__filter-reset { border: 1px solid var(--psc-catalog-border-strong); color: var(--psc-catalog-text-2); }
.psc-v4-catalog__filter-reset:hover, .psc-v4-catalog__filter-reset:focus-visible { border-color: var(--psc-catalog-blue); color: var(--psc-catalog-blue); }
.psc-v4-catalog__layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 18px; align-items: start; }
.psc-v4-catalog__filter-panel { display: grid; gap: 12px; padding: 17px; border: 1px solid var(--psc-catalog-border); border-radius: 16px; background: #fff; }
.psc-v4-catalog__filter-panel > strong { color: var(--psc-catalog-navy); font-size: 14px; }
.psc-v4-catalog__filter-panel > p { margin: 0; color: var(--psc-catalog-muted); font-size: 11px; line-height: 1.45; }
.psc-v4-catalog__product-list { display: grid; gap: 12px; }
.psc-v4-catalog__product-row { display: grid; grid-template-columns: 116px minmax(190px, 1.1fr) minmax(150px, .8fr) minmax(190px, 1fr); gap: 16px; padding: 15px; border: 1px solid var(--psc-catalog-border); border-radius: 16px; background: #fff; box-shadow: 0 8px 24px rgba(15,23,42,.045); }
.psc-v4-catalog__product-visual { display: grid; min-height: 116px; place-items: center; overflow: hidden; border-radius: 12px; background: linear-gradient(135deg,#f8fafc,#eff6ff); text-decoration: none; }
.psc-v4-catalog__product-visual img { width: 100%; height: 116px; object-fit: contain; }
.psc-v4-catalog__product-visual .psc-v4-catalog__visual-fallback { padding: 10px; }
.psc-v4-catalog__product-visual .psc-v4-catalog__record-mark { transform: scale(.56); transform-origin: center; margin: -18px 0; }
.psc-v4-catalog__product-identity { min-width: 0; }
.psc-v4-catalog__product-kicker { display: inline-flex; padding: 4px 7px; border-radius: 999px; background: var(--psc-catalog-navy); color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.psc-v4-catalog__product-identity h3 { margin: 11px 0 5px; font-size: 18px; }
.psc-v4-catalog__product-identity h3 a { color: var(--psc-catalog-text); text-decoration: none; }
.psc-v4-catalog__product-identity p { margin: 0 0 8px; color: var(--psc-catalog-muted); font-size: 11px; }
.psc-v4-catalog__product-identity dl { display: grid; gap: 4px; margin: 0; }
.psc-v4-catalog__product-identity dl > div { display: flex; gap: 6px; font-size: 10px; }
.psc-v4-catalog__product-identity dt { min-width: 62px; color: var(--psc-catalog-muted); }
.psc-v4-catalog__product-identity dd { margin: 0; color: var(--psc-catalog-text-2); font-weight: 750; overflow-wrap: anywhere; }
.psc-v4-catalog__spec { display: inline-flex; margin-top: 10px; padding: 5px 8px; border-radius: 8px; background: var(--psc-catalog-panel); color: var(--psc-catalog-text-2); font-size: 10px; font-weight: 800; }
.psc-v4-catalog__documentation, .psc-v4-catalog__procurement { display: grid; align-content: start; gap: 7px; }
.psc-v4-catalog__documentation > strong, .psc-v4-catalog__procurement > strong { color: var(--psc-catalog-text); font-size: 11px; }
.psc-v4-catalog__doc-status { display: flex; justify-content: space-between; gap: 8px; padding: 7px 8px; border-radius: 8px; background: #f8fafc; font-size: 10px; }
.psc-v4-catalog__doc-status b { color: var(--psc-catalog-text-2); }
.psc-v4-catalog__doc-status em { color: var(--psc-catalog-muted); font-style: normal; text-align: right; }
.psc-v4-catalog__doc-status--available em { color: #15803d; font-weight: 850; }
.psc-v4-catalog__doc-status--review em { color: #c2410c; font-weight: 850; }
.psc-v4-catalog__procurement-status { display: inline-flex; width: max-content; padding: 6px 9px; border-radius: 999px; font-size: 10px; font-weight: 900; }
.psc-v4-catalog__procurement-status--available { background: #dcfce7; color: #166534; }
.psc-v4-catalog__procurement-status--review { background: #ffedd5; color: #9a3412; }
.psc-v4-catalog__procurement-status--quote { background: #dbeafe; color: #1d4ed8; }
.psc-v4-catalog__reference-price { display: grid; gap: 2px; margin-top: 8px; }
.psc-v4-catalog__reference-price strong { color: var(--psc-catalog-text); font-size: 16px; }
.psc-v4-catalog__reference-price span { color: var(--psc-catalog-muted); font-size: 9px; line-height: 1.35; }
.psc-v4-catalog__product-actions { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 8px; }
.psc-v4-catalog__quote, .psc-v4-catalog__view { display: inline-flex; min-height: 34px; padding: 7px 9px; align-items: center; justify-content: center; border-radius: 8px; font-size: 10px; font-weight: 900; text-decoration: none; }
.psc-v4-catalog__quote { background: var(--psc-catalog-navy); color: #fff; }
.psc-v4-catalog__quote:hover, .psc-v4-catalog__quote:focus-visible { background: #1e3a8a; color: #fff; }
.psc-v4-catalog__quote.is-disabled { background: #e2e8f0; color: #64748b; }
.psc-v4-catalog__view { border: 1px solid var(--psc-catalog-border-strong); background: #fff; color: var(--psc-catalog-text-2); }
.psc-v4-catalog__view:hover, .psc-v4-catalog__view:focus-visible { border-color: var(--psc-catalog-blue); color: var(--psc-catalog-blue); }

@media (max-width: 1100px) {
	.psc-v4-catalog__product-row { grid-template-columns: 104px minmax(180px, 1fr) minmax(145px, .8fr); }
	.psc-v4-catalog__procurement { grid-column: 2 / -1; border-top: 1px solid var(--psc-catalog-border); padding-top: 10px; }
}

@media (max-width: 820px) {
	.psc-v4-pdp .psc-v4-pdp__grid {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}

	.psc-v4-catalog__hero { grid-template-columns: 1fr; }
	.psc-v4-catalog__filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.psc-v4-catalog .psc-v4-catalog__filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.psc-v4-catalog__filters--active { grid-template-columns: 1fr 1fr; }
	.psc-v4-catalog__layout { grid-template-columns: 1fr; }
	.psc-v4-catalog__filter-panel { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.psc-v4-catalog__filter-panel > strong, .psc-v4-catalog__filter-panel > p { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
	.psc-v4-catalog { padding: 16px 14px 30px; }
	.psc-v4-catalog__hero { padding: 23px 18px; border-radius: 18px; }
	.psc-v4-catalog__value-grid, .psc-v4-catalog__filters, .psc-v4-catalog__filter-panel { grid-template-columns: 1fr; }
	.psc-v4-catalog .psc-v4-catalog__filters { grid-template-columns: 1fr; }
	.psc-v4-catalog__filters--active { grid-template-columns: 1fr; }
	.psc-v4-catalog__hero h1 { font-size: 38px; }
	.psc-v4-catalog__product-row { grid-template-columns: 86px minmax(0, 1fr); gap: 11px; padding: 11px; }
	.psc-v4-catalog__product-visual, .psc-v4-catalog__product-visual img { min-height: 86px; height: 86px; }
	.psc-v4-catalog__product-identity h3 { font-size: 16px; }
	.psc-v4-catalog__documentation, .psc-v4-catalog__procurement { grid-column: 1 / -1; }
	.psc-v4-catalog__documentation { border-top: 1px solid var(--psc-catalog-border); padding-top: 10px; }
	.psc-v4-catalog__procurement { padding-top: 10px; }
	.psc-v4-catalog__product-actions { flex-direction: column; align-items: stretch; }
	.psc-v4-catalog__quote, .psc-v4-catalog__view { width: 100%; }
}

.psc-v4-pdp .psc-v4-pdp__support-report-links {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 7px;
	margin-top: 8px;
}

.psc-v4-pdp .psc-v4-pdp__support-report-links a,
.psc-v4-pdp .psc-v4-pdp__evidence-actions a {
	display: inline-flex;
	min-width: 0;
	min-height: 46px;
	padding: 7px 9px;
	align-items: center;
	justify-content: center;
	gap: 4px;
	border: 1px solid #bfdbfe;
	border-radius: 8px;
	background: #eff6ff;
	color: #173b66;
	font-size: 11px;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	overflow-wrap: anywhere;
}

.psc-v4-pdp .psc-v4-pdp__support-report-links a {
	flex-direction: column;
}

.psc-v4-pdp .psc-v4-pdp__support-report-links small {
	color: #476178;
	font-size: 9px;
	font-weight: 750;
}

.psc-v4-pdp .psc-v4-pdp__support-report-links a:hover,
.psc-v4-pdp .psc-v4-pdp__support-report-links a:focus-visible,
.psc-v4-pdp .psc-v4-pdp__evidence-actions a:hover,
.psc-v4-pdp .psc-v4-pdp__evidence-actions a:focus-visible {
	border-color: #2563eb;
	background: #dbeafe;
	color: #1d4ed8;
}

.psc-v4-pdp .psc-v4-pdp__evidence-actions {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: minmax(0, 1fr);
	gap: 6px;
	margin-top: 1px;
	overflow: visible;
	visibility: visible;
	opacity: 1;
}

.psc-v4-pdp .psc-v4-pdp__evidence-actions a {
	width: 100%;
	flex-direction: row;
	justify-content: center;
	overflow: visible;
}

.psc-v4-pdp .psc-v4-pdp__evidence-actions small {
	color: #476178;
	font-size: 9px;
	font-weight: 750;
	line-height: 1.25;
}

.psc-v4-report-viewer {
	--psc-v4-report-navy: #10283d;
	--psc-v4-report-blue: #245b7c;
	--psc-v4-report-muted: #5f7180;
	--psc-v4-report-line: #d7e0e7;
	--psc-v4-report-soft: #edf3f6;
	min-width: 0;
	padding: 24px 20px 44px;
	background: #f3f6f8;
	color: var(--psc-v4-report-navy);
	width: 100%;
	overflow-x: hidden;
}

body.psc-v4-report-viewer-page:not(.admin-bar) {
	width: 100%;
	max-width: 100%;
	margin-top: 0;
	padding-top: 0;
	overflow-x: hidden;
}

.psc-v4-report-viewer,
.psc-v4-report-viewer * {
	box-sizing: border-box;
}

.psc-v4-report-viewer__container {
	width: min(1240px, 100%);
	max-width: 100%;
	min-width: 0;
	margin: 0 auto;
}

.psc-v4-report-viewer__pdf {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.psc-v4-report-viewer__pdfjs {
	display: none;
	width: 100%;
	min-width: 0;
}

.psc-v4-report-viewer__breadcrumb {
	display: flex;
	min-width: 0;
	margin-bottom: 14px;
	align-items: center;
	gap: 8px;
	color: var(--psc-v4-report-muted);
	font-size: 11px;
	font-weight: 750;
	line-height: 1.4;
	overflow-wrap: anywhere;
}

.psc-v4-report-viewer__breadcrumb a {
	color: var(--psc-v4-report-blue);
	text-decoration: none;
}

.psc-v4-report-viewer__hero,
.psc-v4-report-viewer__identity,
.psc-v4-report-viewer__pdf,
.psc-v4-report-viewer__notice,
.psc-v4-report-viewer__failure {
	min-width: 0;
	border: 1px solid var(--psc-v4-report-line);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(16, 40, 61, 0.08);
}

.psc-v4-report-viewer__hero {
	display: flex;
	padding: 28px;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	background: linear-gradient(135deg, #10283d 0%, #173f5c 64%, #245b7c 100%);
	color: #fff;
}

.psc-v4-report-viewer__hero h1,
.psc-v4-report-viewer__failure h1 {
	margin: 0;
	font-size: 34px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.08;
	overflow-wrap: anywhere;
}

.psc-v4-report-viewer__hero p,
.psc-v4-report-viewer__failure p,
.psc-v4-report-viewer__notice p {
	margin: 10px 0 0;
	color: inherit;
	font-size: 13px;
	line-height: 1.55;
}

.psc-v4-report-viewer__hero > strong,
.psc-v4-report-viewer__identity-head > span {
	display: inline-flex;
	padding: 8px 11px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
	color: #fff;
	font-size: 11px;
	font-weight: 900;
	line-height: 1.2;
	white-space: nowrap;
}

.psc-v4-report-viewer__eyebrow {
	display: block;
	margin: 0 0 7px;
	color: #4c718a;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.12em;
	line-height: 1.2;
	text-transform: uppercase;
}

.psc-v4-report-viewer__hero .psc-v4-report-viewer__eyebrow {
	color: #b8d5e6;
}

.psc-v4-report-viewer__identity,
.psc-v4-report-viewer__pdf,
.psc-v4-report-viewer__notice,
.psc-v4-report-viewer__failure {
	margin-top: 16px;
	padding: 20px;
}

.psc-v4-report-viewer__identity-head,
.psc-v4-report-viewer__pdf-head {
	display: flex;
	min-width: 0;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.psc-v4-report-viewer__identity h2,
.psc-v4-report-viewer__pdf h2 {
	margin: 0;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.16;
}

.psc-v4-report-viewer__identity-head > span {
	background: #eff6ff;
	color: #173b66;
}

.psc-v4-report-viewer__facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 18px 0 0;
}

.psc-v4-report-viewer__facts div {
	min-width: 0;
	padding: 12px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #f8fafb;
}

.psc-v4-report-viewer__facts dt,
.psc-v4-report-viewer__facts dd {
	margin: 0;
	font-size: 12px;
	line-height: 1.4;
	overflow-wrap: anywhere;
}

.psc-v4-report-viewer__facts dt {
	color: var(--psc-v4-report-muted);
	font-weight: 750;
}

.psc-v4-report-viewer__facts dd {
	margin-top: 4px;
	color: var(--psc-v4-report-navy);
	font-weight: 850;
}

.psc-v4-report-viewer__actions {
	display: flex;
	min-width: 0;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.psc-v4-report-viewer__actions a,
.psc-v4-report-viewer__failure a {
	display: inline-flex;
	max-width: 100%;
	min-width: 0;
	min-height: 40px;
	padding: 10px 14px;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: var(--psc-v4-report-navy);
	color: #fff;
	font-size: 12px;
	font-weight: 850;
	line-height: 1.2;
	text-decoration: none;
	overflow-wrap: anywhere;
	white-space: normal;
}

.psc-v4-report-viewer__actions a:hover,
.psc-v4-report-viewer__actions a:focus-visible,
.psc-v4-report-viewer__failure a:hover,
.psc-v4-report-viewer__failure a:focus-visible {
	background: var(--psc-v4-report-blue);
	color: #fff;
}

.psc-v4-report-viewer__frame,
.psc-v4-report-viewer__pdf iframe {
	display: block;
	width: 100%;
	height: min(calc(100vh - 220px), 1100px);
	min-height: 760px;
	margin-top: 16px;
	border: 0;
	border-radius: 8px;
	background: #f8fafc;
}

.psc-v4-report-viewer__notice {
	background: var(--psc-v4-report-soft);
	box-shadow: none;
}

.psc-v4-report-viewer__notice p,
.psc-v4-report-viewer__failure p {
	color: var(--psc-v4-report-muted);
}

.psc-v4-report-viewer__failure {
	max-width: 720px;
	margin-inline: auto;
	padding: 32px;
	text-align: center;
}

.psc-v4-report-viewer__failure a {
	margin-top: 18px;
}

@media (max-width: 760px) {
	.psc-v4-pdp .psc-v4-pdp__support-report-links {
		grid-template-columns: 1fr;
	}

	.psc-v4-report-viewer {
		padding: 16px 12px 30px;
	}

	.psc-v4-report-viewer__hero,
	.psc-v4-report-viewer__identity-head,
	.psc-v4-report-viewer__pdf-head {
		display: grid;
		gap: 12px;
	}

	.psc-v4-report-viewer__hero,
	.psc-v4-report-viewer__identity,
	.psc-v4-report-viewer__pdf,
	.psc-v4-report-viewer__notice,
	.psc-v4-report-viewer__failure {
		padding: 16px;
	}

	.psc-v4-report-viewer__hero h1,
	.psc-v4-report-viewer__failure h1 {
		font-size: 26px;
	}

	.psc-v4-report-viewer__facts {
		grid-template-columns: 1fr;
	}

	.psc-v4-report-viewer__actions a,
	.psc-v4-report-viewer__failure a {
		width: 100%;
	}

	.psc-v4-report-viewer__frame,
	.psc-v4-report-viewer__pdf iframe {
		height: 70vh;
		height: 70dvh;
		min-height: 70dvh;
		max-height: none;
	}
}

@media (max-width: 620px) {
	.psc-v4-report-viewer__pdf iframe,
	.psc-v4-report-viewer__frame {
		display: none;
	}

	.psc-v4-report-viewer__pdfjs {
		display: flex;
		flex-direction: column;
		width: 100%;
		max-width: 100%;
		overflow-x: hidden;
	}

	.psc-v4-report-viewer__pdfjs-page {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		margin: 0 0 12px;
		overflow: hidden;
		background: #fff;
		box-shadow: 0 1px 4px rgba(16, 40, 61, 0.12);
	}

	.psc-v4-report-viewer__pdfjs-canvas {
		display: block;
		width: 100%;
		max-width: 100%;
		height: auto;
	}
}

/*
 * V13 Product Data route and PDP entry.
 * All new presentation remains inside plugin-owned PDP/Product Data wrappers.
 */
.psc-v4-pdp .psc-v4-pdp__product-data-action {
	display: flex;
	margin-top: 14px;
}

.psc-v4-pdp .psc-v4-pdp__purchase-unavailable {
	margin: 0;
	padding: 12px 14px;
	border: 1px solid #e7c78f;
	border-radius: 8px;
	background: #fff8ea;
	color: #6d4b10;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
}

.psc-v4-pdp .psc-v4-pdp__product-data-action a {
	display: inline-flex;
	min-height: 42px;
	padding: 10px 16px;
	align-items: center;
	justify-content: center;
	border: 1px solid #173d5c;
	border-radius: 8px;
	background: #fff;
	color: #173d5c;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
}

.psc-v4-pdp .psc-v4-pdp__product-data-action a:hover,
.psc-v4-pdp .psc-v4-pdp__product-data-action a:focus-visible {
	background: #eef4f8;
	color: #10283d;
}

.psc-v4-product-data {
	--psc-v4-data-navy: #10283d;
	--psc-v4-data-blue: #245b7c;
	--psc-v4-data-muted: #5f7180;
	--psc-v4-data-line: #d7e0e7;
	--psc-v4-data-soft: #edf3f6;
	--psc-v4-data-card: #fff;
	min-width: 0;
	padding: 24px 20px 42px;
	background: #f3f6f8;
	color: var(--psc-v4-data-navy);
}

.psc-v4-product-data,
.psc-v4-product-data * {
	box-sizing: border-box;
}

.psc-v4-product-data__container {
	width: min(1180px, 100%);
	margin: 0 auto;
}

.psc-v4-product-data__breadcrumb {
	display: flex;
	min-width: 0;
	margin-bottom: 14px;
	align-items: center;
	gap: 8px;
	color: var(--psc-v4-data-muted);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.4;
	overflow-wrap: anywhere;
}

.psc-v4-product-data__breadcrumb a {
	color: var(--psc-v4-data-blue);
	text-decoration: none;
}

.psc-v4-product-data__hero {
	display: flex;
	min-width: 0;
	padding: clamp(24px, 4vw, 44px);
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	border-radius: 16px;
	background: linear-gradient(135deg, #10283d 0%, #173f5c 64%, #245b7c 100%);
	box-shadow: 0 18px 42px rgba(16, 40, 61, 0.14);
	color: #fff;
}

.psc-v4-product-data__hero > div {
	min-width: 0;
}

.psc-v4-product-data__eyebrow,
.psc-v4-product-data__section-label {
	display: block;
	margin: 0 0 8px;
	color: #4c718a;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.12em;
	line-height: 1.2;
	text-transform: uppercase;
}

.psc-v4-product-data__eyebrow {
	color: #b8d5e6;
}

.psc-v4-product-data__hero h1 {
	max-width: 760px;
	margin: 0;
	color: #fff;
	font-size: clamp(30px, 4.5vw, 52px);
	font-weight: 850;
	letter-spacing: -0.035em;
	line-height: 1.02;
	overflow-wrap: anywhere;
}

.psc-v4-product-data__hero p {
	max-width: 720px;
	margin: 14px 0 0;
	color: #d6e4ec;
	font-size: 14px;
	line-height: 1.6;
}

.psc-v4-product-data__use-badge {
	flex: 0 0 auto;
	padding: 8px 11px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.09);
	color: #fff;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.06em;
	line-height: 1.2;
	text-transform: uppercase;
}

.psc-v4-product-data__lookup {
	min-width: 0;
	margin-top: 16px;
	padding: 18px;
	border: 1px solid var(--psc-v4-data-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(16, 40, 61, 0.05);
}

.psc-v4-product-data__lookup h2 {
	margin: 0;
	color: var(--psc-v4-data-navy);
	font-size: 21px;
	font-weight: 830;
	letter-spacing: 0;
	line-height: 1.2;
}

.psc-v4-product-data__lookup .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	white-space: nowrap;
}

.psc-v4-product-data__lookup-form {
	position: relative;
	margin-top: 14px;
}

.psc-v4-product-data__lookup-field {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	min-width: 0;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}

.psc-v4-product-data__lookup-field input[type="search"] {
	width: 100%;
	min-width: 0;
	padding: 12px 14px;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--psc-v4-data-navy);
	font: inherit;
	font-size: 13px;
	line-height: 1.3;
}

.psc-v4-product-data__lookup-field input[type="search"]:focus-visible {
	box-shadow: inset 0 0 0 2px #2563eb;
}

.psc-v4-product-data__lookup-field button,
.psc-v4-product-data__lookup-filters button {
	display: inline-flex;
	min-height: 42px;
	padding: 0 16px;
	align-items: center;
	justify-content: center;
	border: 0;
	background: var(--psc-v4-data-navy);
	color: #fff;
	font: inherit;
	font-size: 12px;
	font-weight: 850;
	line-height: 1.2;
	cursor: pointer;
}

.psc-v4-product-data .psc-v4-product-data__lookup-field button {
	min-height: 48px;
}

.psc-v4-product-data__lookup-field button:hover,
.psc-v4-product-data__lookup-field button:focus-visible,
.psc-v4-product-data__lookup-filters button:hover,
.psc-v4-product-data__lookup-filters button:focus-visible {
	background: var(--psc-v4-data-blue);
}

.psc-v4-product-data__lookup-status {
	margin: 9px 0 0;
	color: var(--psc-v4-data-muted);
	font-size: 11px;
	font-weight: 650;
	line-height: 1.4;
}

.psc-v4-product-data__lookup-options {
	position: relative;
	z-index: 4;
}

.psc-v4-product-data__lookup-options-list,
.psc-v4-product-data__lookup-fallback {
	display: grid;
	width: 100%;
	margin-top: 8px;
	gap: 6px;
}

.psc-v4-product-data__lookup-options-list {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 7px;
	border: 1px solid var(--psc-v4-data-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 34px rgba(16, 40, 61, 0.14);
}

.psc-v4-product-data__lookup-option,
.psc-v4-product-data__lookup-option-link {
	display: grid;
	min-width: 0;
	width: 100%;
	padding: 10px 12px;
	gap: 3px;
	border: 1px solid #e2e8f0;
	border-radius: 7px;
	background: #f8fafb;
	color: var(--psc-v4-data-navy);
	font: inherit;
	line-height: 1.35;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
}

.psc-v4-product-data__lookup-option:hover,
.psc-v4-product-data__lookup-option:focus-visible,
.psc-v4-product-data__lookup-option-link:hover,
.psc-v4-product-data__lookup-option-link:focus-visible {
	border-color: var(--psc-v4-data-blue);
	background: #eef4f8;
}

.psc-v4-product-data__lookup-option strong,
.psc-v4-product-data__lookup-option-link strong {
	color: var(--psc-v4-data-navy);
	font-size: 12px;
	font-weight: 830;
	overflow-wrap: anywhere;
}

.psc-v4-product-data__lookup-option span,
.psc-v4-product-data__lookup-option-link span,
.psc-v4-product-data__lookup-option em,
.psc-v4-product-data__lookup-option-link em {
	color: var(--psc-v4-data-muted);
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	overflow-wrap: anywhere;
}

.psc-v4-product-data__lookup-option em,
.psc-v4-product-data__lookup-option-link em,
.psc-v4-product-data__draft-badge {
	display: inline-flex;
	width: fit-content;
	padding: 3px 7px;
	border-radius: 999px;
	background: #fff3cd;
	color: #7a4c00;
	font-size: 10px;
	font-style: normal;
	font-weight: 850;
	line-height: 1.2;
}

.psc-v4-product-data__lookup-summary {
	min-width: 0;
	margin-top: 14px;
	padding: 14px;
	border: 1px solid var(--psc-v4-data-line);
	border-radius: 8px;
	background: #f8fafb;
}

.psc-v4-product-data__lookup-summary-head {
	display: flex;
	min-width: 0;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
}

.psc-v4-product-data__lookup-summary h3 {
	margin: 0;
	color: var(--psc-v4-data-navy);
	font-size: 17px;
	font-weight: 850;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.psc-v4-product-data__lookup-summary p,
.psc-v4-product-data__lookup-batches span,
.psc-v4-product-data__lookup-empty {
	margin: 5px 0 0;
	color: var(--psc-v4-data-muted);
	font-size: 11px;
	font-weight: 650;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.psc-v4-product-data__lookup-summary-head a,
.psc-v4-product-data__lookup-record a {
	display: inline-flex;
	min-height: 38px;
	padding: 9px 12px;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	border-radius: 7px;
	background: var(--psc-v4-data-navy);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
}

.psc-v4-product-data__lookup-summary-head a:hover,
.psc-v4-product-data__lookup-summary-head a:focus-visible,
.psc-v4-product-data__lookup-record a:hover,
.psc-v4-product-data__lookup-record a:focus-visible {
	background: var(--psc-v4-data-blue);
	color: #fff;
}

.psc-v4-product-data__lookup-batches {
	display: grid;
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid var(--psc-v4-data-line);
	gap: 3px;
}

.psc-v4-product-data__lookup-batches strong {
	color: var(--psc-v4-data-navy);
	font-size: 11px;
	font-weight: 850;
	line-height: 1.3;
}

.psc-v4-product-data__lookup-status-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin: 12px 0 0;
	gap: 8px;
}

.psc-v4-product-data__lookup-status-grid div {
	min-width: 0;
	padding: 9px;
	border: 1px solid #e2e8f0;
	border-radius: 7px;
	background: #fff;
}

.psc-v4-product-data__lookup-status-grid dt,
.psc-v4-product-data__lookup-status-grid dd {
	margin: 0;
	font-size: 11px;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.psc-v4-product-data__lookup-status-grid dt {
	color: var(--psc-v4-data-muted);
	font-weight: 750;
}

.psc-v4-product-data__lookup-status-grid dd {
	margin-top: 4px;
	color: var(--psc-v4-data-navy);
	font-weight: 850;
}

.psc-v4-product-data__lookup-filters {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid var(--psc-v4-data-line);
}

.psc-v4-product-data__lookup-filters summary {
	color: var(--psc-v4-data-blue);
	font-size: 11px;
	font-weight: 850;
	cursor: pointer;
}

.psc-v4-product-data__lookup-filters form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
	margin-top: 10px;
	gap: 8px;
}

.psc-v4-product-data__lookup-filters label {
	display: grid;
	gap: 5px;
	color: var(--psc-v4-data-muted);
	font-size: 10px;
	font-weight: 800;
	line-height: 1.3;
}

.psc-v4-product-data__lookup-filters select {
	width: 100%;
	min-height: 38px;
	min-width: 0;
	padding: 8px 10px;
	border: 1px solid #cbd5e1;
	border-radius: 7px;
	background: #fff;
	color: var(--psc-v4-data-navy);
	font: inherit;
	font-size: 12px;
}

.psc-v4-product-data__lookup-records {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 12px;
	gap: 8px;
}

.psc-v4-product-data__lookup-record {
	min-width: 0;
	padding: 11px;
	border: 1px solid var(--psc-v4-data-line);
	border-radius: 7px;
	background: #fff;
}

.psc-v4-product-data__lookup-record h4 {
	margin: 0 0 7px;
	color: var(--psc-v4-data-navy);
	font-size: 12px;
	font-weight: 850;
	line-height: 1.3;
}

.psc-v4-product-data__lookup-record p,
.psc-v4-product-data__lookup-record span {
	display: block;
	margin: 5px 0 0;
	color: var(--psc-v4-data-muted);
	font-size: 10px;
	font-weight: 650;
	line-height: 1.4;
	overflow-wrap: anywhere;
}

.psc-v4-product-data__lookup-record p strong {
	color: var(--psc-v4-data-navy);
}

.psc-v4-product-data__lookup-record a {
	width: fit-content;
	margin-top: 9px;
}

.psc-v4-product-data__primary-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-top: 18px;
}

.psc-v4-product-data__card,
.psc-v4-product-data__status,
.psc-v4-product-data__analytical,
.psc-v4-product-data__review,
.psc-v4-product-data__unavailable {
	min-width: 0;
	padding: 22px;
	border: 1px solid var(--psc-v4-data-line);
	border-radius: 14px;
	background: var(--psc-v4-data-card);
	box-shadow: 0 8px 24px rgba(16, 40, 61, 0.05);
}

.psc-v4-product-data__card h2,
.psc-v4-product-data__status h2,
.psc-v4-product-data__analytical h2,
.psc-v4-product-data__review h2,
.psc-v4-product-data__unavailable h1 {
	margin: 0;
	color: var(--psc-v4-data-navy);
	font-size: 21px;
	font-weight: 830;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.psc-v4-product-data__facts {
	display: grid;
	margin: 18px 0 0;
	gap: 0;
}

.psc-v4-product-data__facts > div {
	display: grid;
	grid-template-columns: minmax(120px, 0.42fr) minmax(0, 1fr);
	gap: 14px;
	padding: 10px 0;
	border-bottom: 1px solid var(--psc-v4-data-soft);
}

.psc-v4-product-data__facts > div:last-child {
	border-bottom: 0;
}

.psc-v4-product-data__facts dt,
.psc-v4-product-data__facts dd {
	min-width: 0;
	margin: 0;
	font-size: 12px;
	line-height: 1.5;
	overflow-wrap: anywhere;
}

.psc-v4-product-data__facts dt {
	color: var(--psc-v4-data-muted);
	font-weight: 700;
}

.psc-v4-product-data__facts dd {
	color: var(--psc-v4-data-navy);
	font-weight: 780;
}

.psc-v4-product-data__multiline {
	white-space: pre-line;
}

.psc-v4-product-data__research-note {
	margin: 14px 0 0;
	padding: 11px 12px;
	border-left: 3px solid var(--psc-v4-data-blue);
	background: #f4f8fa;
	color: #40596b;
	font-size: 11px;
	font-weight: 680;
	line-height: 1.5;
}

.psc-v4-product-data__status,
.psc-v4-product-data__analytical,
.psc-v4-product-data__review {
	margin-top: 16px;
}

.psc-v4-product-data__section-heading,
.psc-v4-product-data__review {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.psc-v4-product-data__overall-status {
	display: flex;
	max-width: 420px;
	flex-direction: column;
	align-items: flex-end;
	gap: 4px;
	text-align: right;
}

.psc-v4-product-data__overall-status span,
.psc-v4-product-data__overall-status strong {
	color: var(--psc-v4-data-muted);
	font-size: 11px;
	line-height: 1.4;
	overflow-wrap: anywhere;
}

.psc-v4-product-data__overall-status strong {
	color: var(--psc-v4-data-navy);
}

.psc-v4-product-data__document-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin-top: 18px;
}

.psc-v4-product-data__document-card {
	display: flex;
	min-width: 0;
	min-height: 142px;
	padding: 15px;
	flex-direction: column;
	align-items: flex-start;
	border: 1px solid var(--psc-v4-data-line);
	border-radius: 10px;
	background: #f8fafb;
}

.psc-v4-product-data__document-card h3 {
	margin: 0;
	color: var(--psc-v4-data-navy);
	font-size: 13px;
	font-weight: 820;
	line-height: 1.3;
}

.psc-v4-product-data__document-card p {
	margin: 8px 0 14px;
	color: var(--psc-v4-data-muted);
	font-size: 11px;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.psc-v4-product-data__document-card--imported {
	gap: 7px;
	background: #ffffff;
}

.psc-v4-product-data__document-card--imported p {
	margin: 0;
}

.psc-v4-product-data__document-card--imported p strong {
	color: var(--psc-v4-data-navy);
}

.psc-v4-product-data__no-link {
	margin-top: auto !important;
	padding-top: 8px;
	border-top: 1px solid var(--psc-v4-data-line);
}

.psc-v4-product-data__document-card a,
.psc-v4-product-data__review > a,
.psc-v4-product-data__unavailable > a {
	display: inline-flex;
	min-height: 38px;
	margin-top: auto;
	padding: 9px 12px;
	align-items: center;
	justify-content: center;
	border-radius: 7px;
	background: var(--psc-v4-data-navy);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
}

.psc-v4-product-data__document-card a:hover,
.psc-v4-product-data__document-card a:focus-visible,
.psc-v4-product-data__review > a:hover,
.psc-v4-product-data__review > a:focus-visible,
.psc-v4-product-data__unavailable > a:hover,
.psc-v4-product-data__unavailable > a:focus-visible {
	background: var(--psc-v4-data-blue);
	color: #fff;
}

.psc-v4-product-data__analytical {
	background: #edf3f6;
}

.psc-v4-product-data__analytical p:last-child,
.psc-v4-product-data__review p,
.psc-v4-product-data__unavailable p {
	max-width: 820px;
	margin: 10px 0 0;
	color: var(--psc-v4-data-muted);
	font-size: 12px;
	line-height: 1.6;
}

.psc-v4-product-data__review > div {
	min-width: 0;
}

.psc-v4-product-data__review > a {
	flex: 0 0 auto;
	margin-top: 0;
	padding-inline: 18px;
}

.psc-v4-product-data__unavailable {
	max-width: 760px;
	margin: 24px auto;
}

.psc-v4-product-data__unavailable > a {
	width: max-content;
	margin-top: 18px;
}

@media (max-width: 900px) {
	.psc-v4-product-data__lookup-status-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

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

@media (max-width: 700px) {
	.psc-v4-pdp .psc-v4-pdp__product-data-action,
	.psc-v4-pdp .psc-v4-pdp__product-data-action a {
		width: 100%;
	}

	.psc-v4-product-data {
		padding: 12px 10px 24px;
	}

	.psc-v4-product-data__breadcrumb {
		margin-bottom: 9px;
		font-size: 9px;
	}

	.psc-v4-product-data__hero {
		padding: 20px 16px;
		flex-direction: column;
		align-items: flex-start;
		gap: 14px;
		border-radius: 12px;
	}

	.psc-v4-product-data__hero h1 {
		font-size: clamp(27px, 9vw, 36px);
		line-height: 1.05;
	}

	.psc-v4-product-data__hero p {
		margin-top: 10px;
		font-size: 12px;
		line-height: 1.5;
	}

	.psc-v4-product-data__lookup {
		margin-top: 10px;
		padding: 13px 12px;
	}

	.psc-v4-product-data__lookup h2 {
		font-size: 18px;
	}

	.psc-v4-product-data__lookup-field {
		grid-template-columns: minmax(0, 1fr);
	}

	.psc-v4-product-data__lookup-field button {
		min-height: 48px;
	}

	.psc-v4-product-data__lookup-summary-head,
	.psc-v4-product-data__lookup-filters form {
		grid-template-columns: minmax(0, 1fr);
		flex-direction: column;
	}

	.psc-v4-product-data__lookup-summary-head a,
	.psc-v4-product-data__lookup-filters button,
	.psc-v4-product-data__lookup-record a {
		width: 100%;
	}

	.psc-v4-product-data__lookup-status-grid,
	.psc-v4-product-data__lookup-records {
		grid-template-columns: minmax(0, 1fr);
	}

	.psc-v4-product-data__primary-grid,
	.psc-v4-product-data__document-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 9px;
		margin-top: 10px;
	}

	.psc-v4-product-data__card,
	.psc-v4-product-data__status,
	.psc-v4-product-data__analytical,
	.psc-v4-product-data__review,
	.psc-v4-product-data__unavailable {
		padding: 15px 13px;
		border-radius: 10px;
	}

	.psc-v4-product-data__card h2,
	.psc-v4-product-data__status h2,
	.psc-v4-product-data__analytical h2,
	.psc-v4-product-data__review h2,
	.psc-v4-product-data__unavailable h1 {
		font-size: 18px;
	}

	.psc-v4-product-data__facts {
		margin-top: 11px;
	}

	.psc-v4-product-data__facts > div {
		grid-template-columns: minmax(94px, 0.42fr) minmax(0, 1fr);
		gap: 8px;
		padding: 8px 0;
	}

	.psc-v4-product-data__facts dt,
	.psc-v4-product-data__facts dd {
		font-size: 10px;
	}

	.psc-v4-product-data__status,
	.psc-v4-product-data__analytical,
	.psc-v4-product-data__review {
		margin-top: 10px;
	}

	.psc-v4-product-data__section-heading,
	.psc-v4-product-data__review {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.psc-v4-product-data__overall-status {
		max-width: none;
		align-items: flex-start;
		text-align: left;
	}

	.psc-v4-product-data__document-card {
		min-height: 0;
		padding: 12px;
	}

	.psc-v4-product-data__document-card a,
	.psc-v4-product-data__review > a {
		width: 100%;
	}
}

/*
 * V13.2 mobile Product Data polish.
 * Mobile presentation only; Product Data routing and document binding are unchanged.
 */
@media (max-width: 700px) {
	.psc-v4-pdp .psc-v4-pdp__product-data-action {
		margin-top: 10px;
	}

	.psc-v4-pdp .psc-v4-pdp__product-data-action a {
		min-height: 52px;
		padding: 14px 16px;
		border-color: #10283d;
		border-radius: 10px;
		background: linear-gradient(135deg, #10283d, #245b7c);
		box-shadow: 0 9px 20px rgba(16, 40, 61, 0.18), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
		color: #fff;
		font-size: 13px;
		letter-spacing: 0.01em;
	}

	.psc-v4-pdp .psc-v4-pdp__product-data-action a:hover,
	.psc-v4-pdp .psc-v4-pdp__product-data-action a:focus-visible {
		background: linear-gradient(135deg, #173d5c, #2f6f94);
		color: #fff;
	}

	.psc-v4-pdp .psc-v4-pdp__restriction-note {
		margin-top: 8px;
		padding: 7px 10px;
		border-left: 3px solid #245b7c;
		border-radius: 8px;
		font-size: 11px;
		line-height: 1.35;
	}

	.psc-v4-pdp .psc-v4-pdp__trust-card {
		padding: 12px;
	}

	.psc-v4-pdp .psc-v4-pdp__trust-card .psc-v4-pdp__section-label {
		margin-bottom: 4px;
		font-size: 9px;
	}

	.psc-v4-pdp .psc-v4-pdp__trust-card h2 {
		margin: 3px 0 6px;
		font-size: 17px;
		line-height: 1.15;
	}

	.psc-v4-pdp .psc-v4-pdp__trust-line {
		display: grid;
		grid-template-columns: minmax(76px, 0.38fr) minmax(0, 1fr);
		padding: 6px 0;
		align-items: center;
		gap: 8px;
		font-size: 11px;
		line-height: 1.3;
	}

	.psc-v4-pdp .psc-v4-pdp__trust-line strong {
		font-size: 11px;
		line-height: 1.3;
		text-align: right;
		overflow-wrap: anywhere;
	}

	.psc-v4-pdp .psc-v4-pdp__overview {
		margin-top: 10px;
		padding: 14px;
	}

	.psc-v4-pdp .psc-v4-pdp__overview > h2 {
		margin-bottom: 10px;
		font-size: 21px;
	}

	.psc-v4-pdp .psc-v4-pdp__overview-grid {
		gap: 8px;
	}

	.psc-v4-pdp .psc-v4-pdp__overview-card {
		padding: 12px;
	}

	.psc-v4-pdp .psc-v4-pdp__overview-card h3 {
		margin-bottom: 6px;
		font-size: 14px;
	}

	.psc-v4-pdp .psc-v4-pdp__overview-card p,
	.psc-v4-pdp .psc-v4-pdp__overview-card dt,
	.psc-v4-pdp .psc-v4-pdp__overview-card dd {
		font-size: 11px;
		line-height: 1.4;
		overflow-wrap: anywhere;
	}

	.psc-v4-product-data {
		padding-bottom: max(92px, calc(24px + env(safe-area-inset-bottom)));
	}

	.psc-v4-product-data__hero {
		padding: 17px 14px;
		gap: 10px;
	}

	.psc-v4-product-data__hero h1 {
		font-size: clamp(25px, 8vw, 32px);
		line-height: 1.08;
	}

	.psc-v4-product-data__hero p {
		margin-top: 7px;
		font-size: 11px;
		line-height: 1.42;
	}

	.psc-v4-product-data__card,
	.psc-v4-product-data__status,
	.psc-v4-product-data__analytical,
	.psc-v4-product-data__review,
	.psc-v4-product-data__unavailable {
		padding: 13px 12px;
	}

	.psc-v4-product-data__section-label {
		margin-bottom: 5px;
	}

	.psc-v4-product-data__card h2,
	.psc-v4-product-data__status h2,
	.psc-v4-product-data__analytical h2,
	.psc-v4-product-data__review h2,
	.psc-v4-product-data__unavailable h1 {
		font-size: 17px;
		line-height: 1.2;
	}

	.psc-v4-product-data__research-note {
		margin-top: 9px;
		padding: 7px 9px;
		font-size: 10px;
		line-height: 1.35;
	}

	.psc-v4-product-data__section-heading,
	.psc-v4-product-data__review {
		gap: 8px;
	}

	.psc-v4-product-data__overall-status {
		gap: 2px;
	}

	.psc-v4-product-data__document-grid {
		gap: 7px;
	}

	.psc-v4-product-data__document-card {
		display: grid;
		grid-template-columns: minmax(96px, 0.42fr) minmax(0, 1fr);
		min-height: 0;
		padding: 9px 10px;
		align-items: center;
		gap: 6px 10px;
	}

	.psc-v4-product-data__document-card h3 {
		font-size: 11px;
		line-height: 1.3;
	}

	.psc-v4-product-data__document-card p {
		margin: 0;
		font-size: 10px;
		line-height: 1.35;
	}

	.psc-v4-product-data__document-card a {
		grid-column: 1 / -1;
		min-height: 38px;
		margin-top: 0;
	}

	.psc-v4-product-data__analytical p:last-child,
	.psc-v4-product-data__review p,
	.psc-v4-product-data__unavailable p {
		margin-top: 7px;
		font-size: 11px;
		line-height: 1.45;
	}

	.psc-v4-product-data__review > a,
	.psc-v4-product-data__unavailable > a {
		min-height: 44px;
	}
}

/*
 * V12.6 V4 procurement Cart route.
 * All Cart presentation remains beneath the plugin-owned .psc-v4-cart wrapper.
 */
.psc-v4-cart,
.psc-v4-cart * {
	box-sizing: border-box;
}

.psc-v4-cart {
	min-height: 60vh;
	padding: 34px 22px 64px;
	background:
		linear-gradient(180deg, rgba(219, 228, 242, 0.78) 0, rgba(248, 250, 252, 0) 350px),
		#f8fafc;
	color: #0f172a;
}

.psc-v4-cart__container {
	width: min(100%, 1320px);
	margin: 0 auto;
}

.psc-v4-cart__notices {
	margin-bottom: 18px;
}

.psc-v4-cart__notices .woocommerce-error,
.psc-v4-cart__notices .woocommerce-info,
.psc-v4-cart__notices .woocommerce-message {
	margin: 0 0 10px;
	border: 1px solid #cbd5e1;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
}

.psc-v4-cart__hero {
	position: relative;
	overflow: hidden;
	padding: 34px 38px;
	border: 1px solid rgba(96, 165, 250, 0.24);
	border-radius: 22px;
	background:
		radial-gradient(circle at 88% 18%, rgba(59, 130, 246, 0.2), transparent 34%),
		linear-gradient(135deg, #07143a 0%, #102a5d 60%, #163b74 100%);
	box-shadow: 0 20px 48px rgba(15, 23, 42, 0.16);
	color: #f8fafc;
}

.psc-v4-cart__eyebrow {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 5px 11px;
	border: 1px solid rgba(191, 219, 254, 0.32);
	border-radius: 999px;
	background: rgba(219, 234, 254, 0.09);
	color: #bfdbfe;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0.12em;
	line-height: 1.2;
	text-transform: uppercase;
}

.psc-v4-cart__hero h1 {
	margin: 14px 0 9px;
	color: #ffffff;
	font-size: clamp(38px, 4.6vw, 58px);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1.03;
}

.psc-v4-cart__hero p {
	max-width: 760px;
	margin: 0;
	color: #dbeafe;
	font-size: 16px;
	line-height: 1.65;
}

.psc-v4-cart__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(310px, 360px);
	gap: 24px;
	align-items: start;
	margin-top: 26px;
}

.psc-v4-cart__items,
.psc-v4-cart__summary,
.psc-v4-cart__empty {
	border: 1px solid #dbe3ee;
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.075);
}

.psc-v4-cart__items {
	min-width: 0;
	padding: 26px;
}

.psc-v4-cart__section-heading {
	margin-bottom: 19px;
}

.psc-v4-cart__section-heading > span,
.psc-v4-cart__summary-kicker {
	display: block;
	color: #2563eb;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.15em;
	line-height: 1.2;
	text-transform: uppercase;
}

.psc-v4-cart__section-heading h2,
.psc-v4-cart__summary h2 {
	margin: 7px 0 0;
	color: #0f172a;
	font-size: 25px;
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.16;
}

.psc-v4-cart__form {
	margin: 0;
}

.psc-v4-cart__table {
	overflow: hidden;
	border: 1px solid #dbe3ee;
	border-radius: 14px;
}

.psc-v4-cart__table-head,
.psc-v4-cart__item {
	display: grid;
	grid-template-columns: minmax(300px, 1fr) 120px 112px 125px;
	align-items: center;
	column-gap: 16px;
}

.psc-v4-cart__table-head {
	min-height: 44px;
	padding: 9px 16px;
	background: #eef3f9;
	color: #475569;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-transform: uppercase;
}

.psc-v4-cart__item {
	padding: 17px 16px;
	border-top: 1px solid #e2e8f0;
}

.psc-v4-cart__product {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 15px;
}

.psc-v4-cart__image {
	display: flex;
	width: 88px;
	height: 96px;
	flex: 0 0 88px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border: 1px solid #dbe3ee;
	border-radius: 12px;
	background: #f8fafc;
}

.psc-v4-cart__image img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: contain;
}

.psc-v4-cart__product-copy {
	min-width: 0;
}

.psc-v4-cart__product-name {
	display: block;
	margin: 0;
	color: #0f2c59;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: -0.015em;
	line-height: 1.35;
	text-decoration: none;
}

.psc-v4-cart__product-name:hover,
.psc-v4-cart__product-name:focus-visible {
	color: #1d4ed8;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.psc-v4-cart__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 12px;
	margin-top: 8px;
	color: #64748b;
	font-size: 11px;
	line-height: 1.35;
}

.psc-v4-cart__meta span {
	overflow-wrap: anywhere;
}

.psc-v4-cart__meta strong {
	margin-right: 3px;
	color: #334155;
	font-weight: 800;
}

.psc-v4-cart__remove.remove {
	display: inline-flex;
	width: auto;
	height: auto;
	margin-top: 9px;
	padding: 0;
	align-items: center;
	justify-content: flex-start;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #64748b !important;
	font-size: 11px;
	font-weight: 750;
	line-height: 1.3;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.psc-v4-cart__remove.remove:hover,
.psc-v4-cart__remove.remove:focus-visible {
	background: transparent;
	color: #b91c1c !important;
}

.psc-v4-cart__price,
.psc-v4-cart__line-total {
	color: #172554;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
}

.psc-v4-cart__quantity .quantity {
	display: inline-flex;
	margin: 0;
}

.psc-v4-cart__quantity input.qty {
	width: 70px;
	min-height: 42px;
	margin: 0;
	padding: 7px 9px;
	border: 1px solid #b8c5d6;
	border-radius: 9px;
	background: #ffffff;
	color: #0f172a;
	font: inherit;
	font-weight: 750;
	text-align: center;
}

.psc-v4-cart__quantity input.qty:focus-visible,
.psc-v4-cart__coupon input:focus-visible {
	border-color: #2563eb;
	outline: 3px solid rgba(37, 99, 235, 0.15);
	outline-offset: 1px;
}

.psc-v4-cart__form-actions {
	display: flex;
	margin-top: 16px;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.psc-v4-cart__coupon {
	display: flex;
	min-width: 0;
	gap: 8px;
}

.psc-v4-cart__coupon input {
	width: min(210px, 100%);
	min-height: 42px;
	padding: 8px 11px;
	border: 1px solid #b8c5d6;
	border-radius: 9px;
	background: #ffffff;
	color: #0f172a;
	font: inherit;
}

.psc-v4-cart__coupon button,
.psc-v4-cart__update {
	min-height: 42px;
	padding: 9px 14px;
	border: 1px solid #b8c5d6;
	border-radius: 9px;
	background: #f8fafc;
	color: #172554;
	font: inherit;
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
}

.psc-v4-cart__coupon button:hover,
.psc-v4-cart__coupon button:focus-visible,
.psc-v4-cart__update:hover,
.psc-v4-cart__update:focus-visible {
	border-color: #2563eb;
	background: #eff6ff;
	color: #1d4ed8;
}

.psc-v4-cart__summary {
	position: sticky;
	top: 24px;
	padding: 27px;
	border-color: #1e3a68;
	background:
		linear-gradient(155deg, rgba(59, 130, 246, 0.15), transparent 48%),
		#081a3a;
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.18);
	color: #e2e8f0;
}

.psc-v4-cart__summary-kicker {
	color: #93c5fd;
}

.psc-v4-cart__summary h2 {
	color: #ffffff;
}

.psc-v4-cart__totals {
	display: grid;
	gap: 0;
	margin: 22px 0 0;
}

.psc-v4-cart__totals > div {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(110px, auto);
	gap: 14px;
	margin: 0;
	padding: 13px 0;
	align-items: start;
	border-top: 1px solid rgba(191, 219, 254, 0.16);
}

.psc-v4-cart__totals dt,
.psc-v4-cart__totals dd {
	margin: 0;
}

.psc-v4-cart__totals dt {
	color: #aebdd1;
	font-size: 12px;
	font-weight: 700;
}

.psc-v4-cart__totals dd {
	color: #ffffff;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.4;
	text-align: right;
}

.psc-v4-cart__estimated-total dt,
.psc-v4-cart__estimated-total dd {
	color: #ffffff;
	font-size: 16px;
}

.psc-v4-cart__payment-note {
	margin: 6px 0 0;
	padding: 13px 14px;
	border: 1px solid rgba(147, 197, 253, 0.2);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.055);
	color: #c7d7eb;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.5;
}

.psc-v4-cart__summary-actions {
	display: grid;
	gap: 9px;
	margin-top: 18px;
}

.psc-v4-cart__primary-action,
.psc-v4-cart__secondary-action {
	display: flex;
	min-height: 48px;
	padding: 11px 14px;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	font-size: 13px;
	font-weight: 850;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
}

.psc-v4-cart__primary-action {
	border: 1px solid #60a5fa;
	background: #2563eb;
	color: #ffffff;
}

.psc-v4-cart__primary-action:hover,
.psc-v4-cart__primary-action:focus-visible {
	border-color: #93c5fd;
	background: #1d4ed8;
	color: #ffffff;
}

.psc-v4-cart__primary-action.is-disabled {
	border-color: #475569;
	background: #334155;
	color: #cbd5e1;
	cursor: not-allowed;
}

.psc-v4-cart__secondary-action {
	border: 1px solid rgba(191, 219, 254, 0.26);
	background: rgba(255, 255, 255, 0.055);
	color: #dbeafe;
}

.psc-v4-cart__secondary-action:hover,
.psc-v4-cart__secondary-action:focus-visible {
	border-color: rgba(191, 219, 254, 0.48);
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
}

.psc-v4-cart__empty {
	display: grid;
	max-width: 780px;
	margin: 26px auto 0;
	padding: 42px;
	justify-items: center;
	text-align: center;
}

.psc-v4-cart__empty-mark {
	display: block;
	width: 54px;
	height: 54px;
	border: 10px solid #dbeafe;
	border-radius: 16px;
	background: #2563eb;
	box-shadow: 0 0 0 1px #93c5fd;
}

.psc-v4-cart__empty h2 {
	margin: 19px 0 8px;
	color: #0f172a;
	font-size: 28px;
	letter-spacing: -0.03em;
	line-height: 1.15;
}

.psc-v4-cart__empty p {
	margin: 0;
	color: #64748b;
	line-height: 1.6;
}

.psc-v4-cart__empty a {
	display: inline-flex;
	min-height: 46px;
	margin-top: 20px;
	padding: 10px 18px;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: #0f2c59;
	color: #ffffff;
	font-size: 13px;
	font-weight: 850;
	text-decoration: none;
}

.psc-v4-cart__empty a:hover,
.psc-v4-cart__empty a:focus-visible {
	background: #1d4ed8;
	color: #ffffff;
}

@media (max-width: 1080px) {
	.psc-v4-cart__layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.psc-v4-cart__summary {
		position: static;
	}
}

@media (max-width: 780px) {
	.psc-v4-cart {
		padding: 20px 14px 44px;
	}

	.psc-v4-cart__hero {
		padding: 25px 21px;
		border-radius: 17px;
	}

	.psc-v4-cart__hero h1 {
		font-size: clamp(32px, 10vw, 42px);
	}

	.psc-v4-cart__hero p {
		font-size: 14px;
	}

	.psc-v4-cart__layout {
		gap: 17px;
		margin-top: 18px;
	}

	.psc-v4-cart__items,
	.psc-v4-cart__summary {
		padding: 18px 15px;
		border-radius: 16px;
	}

	.psc-v4-cart__table-head {
		display: none;
	}

	.psc-v4-cart__item {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 14px 10px;
		padding: 15px 13px;
	}

	.psc-v4-cart__product {
		grid-column: 1 / -1;
		align-items: flex-start;
	}

	.psc-v4-cart__image {
		width: 78px;
		height: 86px;
		flex-basis: 78px;
	}

	.psc-v4-cart__price,
	.psc-v4-cart__quantity,
	.psc-v4-cart__line-total {
		position: relative;
		padding-top: 18px;
		font-size: 13px;
	}

	.psc-v4-cart__price::before,
	.psc-v4-cart__quantity::before,
	.psc-v4-cart__line-total::before {
		position: absolute;
		top: 0;
		left: 0;
		color: #64748b;
		content: attr(data-label);
		font-size: 9px;
		font-weight: 850;
		letter-spacing: 0.08em;
		line-height: 1.2;
		text-transform: uppercase;
	}

	.psc-v4-cart__quantity input.qty {
		width: 62px;
		min-height: 38px;
		padding: 5px 7px;
	}

	.psc-v4-cart__form-actions,
	.psc-v4-cart__coupon {
		align-items: stretch;
	}

	.psc-v4-cart__form-actions {
		flex-direction: column;
	}

	.psc-v4-cart__coupon input,
	.psc-v4-cart__coupon button,
	.psc-v4-cart__update {
		min-height: 42px;
	}

	.psc-v4-cart__coupon input {
		width: 100%;
		min-width: 0;
	}

	.psc-v4-cart__estimated-total dt,
	.psc-v4-cart__estimated-total dd {
		font-size: 15px;
	}

	.psc-v4-cart__empty {
		margin-top: 18px;
		padding: 30px 20px;
		border-radius: 16px;
	}

	.psc-v4-cart__empty h2 {
		font-size: 24px;
	}
}

@media (max-width: 480px) {
	.psc-v4-cart__item {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.psc-v4-cart__line-total {
		grid-column: 1 / -1;
	}

	.psc-v4-cart__coupon {
		flex-direction: column;
	}

	.psc-v4-cart__totals > div {
		grid-template-columns: minmax(0, 0.8fr) minmax(120px, 1.2fr);
	}
}

/* PSC 2.6.98 Cart Procurement Review visual. */
.psc-v4-cart {
	overflow: clip;
	padding: 0 22px 64px;
	background: #f7faff;
	color: #10254b;
}

.psc-v4-cart__notices {
	margin-top: 18px;
}

.psc-v4-cart__hero {
	display: grid;
	min-height: 290px;
	margin-inline: calc(50% - 50vw);
	padding: 42px max(22px, calc((100vw - 1320px) / 2 + 22px));
	align-items: center;
	border: 0;
	border-radius: 0;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 38%, rgba(255, 255, 255, 0.48) 67%, rgba(255, 255, 255, 0.08) 100%),
		url("../images/cart/veridia-cart-procurement-review-hero-desktop-v1.png") center right / cover no-repeat;
	box-shadow: inset 0 -1px 0 rgba(133, 161, 196, 0.32);
	color: #10254b;
}

.psc-v4-cart__hero-copy {
	width: min(100%, 610px);
}

.psc-v4-cart__eyebrow {
	min-height: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #125fd6;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0;
}

.psc-v4-cart__hero h1 {
	margin: 20px 0 12px;
	color: #0b2150;
	font-size: 46px;
	font-weight: 760;
	letter-spacing: 0;
	line-height: 1.08;
}

.psc-v4-cart__hero p {
	max-width: 590px;
	color: #293e60;
	font-size: 16px;
	line-height: 1.6;
}

.psc-v4-cart__progress {
	margin-inline: calc(50% - 50vw);
	padding: 20px max(22px, calc((100vw - 1180px) / 2 + 22px)) 22px;
	border-bottom: 1px solid #dce6f2;
	background: rgba(255, 255, 255, 0.96);
}

.psc-v4-cart__progress ol {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	max-width: 1180px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.psc-v4-cart__progress li {
	position: relative;
	display: grid;
	gap: 8px;
	justify-items: center;
	min-width: 0;
	color: #223858;
	text-align: center;
}

.psc-v4-cart__progress li:not(:last-child)::after {
	position: absolute;
	top: 19px;
	left: calc(50% + 22px);
	z-index: 0;
	width: calc(100% - 44px);
	height: 1px;
	background: #bdcadb;
	content: "";
}

.psc-v4-cart__progress li > span {
	position: relative;
	z-index: 1;
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border: 1px solid #aebed3;
	border-radius: 50%;
	background: #fff;
	color: #1a2b4d;
	font-size: 12px;
	font-weight: 850;
}

.psc-v4-cart__progress li.is-active > span {
	border-color: #1768e5;
	background: #1768e5;
	box-shadow: 0 6px 15px rgba(23, 104, 229, 0.22);
	color: #fff;
}

.psc-v4-cart__progress li > strong {
	max-width: 150px;
	font-size: 11px;
	font-weight: 760;
	line-height: 1.35;
}

.psc-v4-cart__progress li.is-active > strong {
	color: #0c3f98;
}

.psc-v4-cart__layout {
	grid-template-columns: minmax(0, 7fr) minmax(290px, 3fr);
	gap: 24px;
	margin-top: 30px;
}

.psc-v4-cart__items,
.psc-v4-cart__summary,
.psc-v4-cart__empty {
	border: 1px solid #d5e1ee;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(26, 57, 94, 0.07);
}

.psc-v4-cart__items {
	padding: 22px;
}

.psc-v4-cart__section-heading {
	display: flex;
	align-items: center;
	gap: 11px;
	min-width: 0;
	margin: 0 0 18px;
}

.psc-v4-cart__section-icon,
.psc-v4-cart__information-icon {
	display: grid;
	width: 36px;
	height: 36px;
	flex: 0 0 36px;
	place-items: center;
	border-radius: 50%;
	background: #edf4ff;
	color: #1768e5;
}

.psc-v4-cart__section-icon svg,
.psc-v4-cart__information-icon svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.psc-v4-cart__section-heading h2,
.psc-v4-cart__summary h2 {
	margin: 0;
	color: #10254b;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0;
}

.psc-v4-cart__table {
	border-color: #d8e3ef;
	border-radius: 12px;
}

.psc-v4-cart__table-head,
.psc-v4-cart__item {
	grid-template-columns: minmax(280px, 1fr) 100px 94px 108px 66px;
	column-gap: 12px;
}

.psc-v4-cart__table-head {
	min-height: 42px;
	padding: 8px 14px;
	background: #f2f6fb;
	color: #50647f;
	font-size: 10px;
	letter-spacing: 0;
}

.psc-v4-cart__item {
	padding: 18px 14px;
	border-top-color: #e1e8f1;
}

.psc-v4-cart__product {
	gap: 14px;
}

.psc-v4-cart__image {
	width: 80px;
	height: 92px;
	flex-basis: 80px;
	border-color: #d8e3ef;
	border-radius: 9px;
	background: #f6f9fc;
}

.psc-v4-cart__product-name {
	color: #10254b;
	font-size: 15px;
	letter-spacing: 0;
}

.psc-v4-cart__product-subtitle {
	margin: 4px 0 0;
	color: #526780;
	font-size: 11px;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.psc-v4-cart__meta {
	gap: 5px 10px;
	margin-top: 9px;
	color: #526780;
}

.psc-v4-cart__meta strong {
	color: #10254b;
}

.psc-v4-cart__remove.remove {
	min-height: 32px;
	margin-top: 0;
	color: #31598f !important;
	font-size: 11px;
	text-decoration: none;
}

.psc-v4-cart__price,
.psc-v4-cart__line-total {
	color: #10254b;
	font-size: 13px;
}

.psc-v4-cart__quantity input.qty {
	width: 66px;
	min-height: 48px;
	border-color: #b8c8da;
	border-radius: 8px;
}

.psc-v4-cart__form-actions {
	margin-top: 18px;
}

.psc-v4-cart__coupon input,
.psc-v4-cart__coupon button,
.psc-v4-cart__update {
	min-height: 48px;
	border-color: #b8c8da;
	border-radius: 8px;
	background: #fff;
	color: #102f5a;
}

.psc-v4-cart__coupon input {
	width: min(220px, 100%);
}

.psc-v4-cart__coupon button,
.psc-v4-cart__update {
	padding-inline: 18px;
}

.psc-v4-cart__coupon button:disabled,
.psc-v4-cart__update:disabled {
	opacity: 1;
	border-color: #cbd5e1;
	background: #f1f5f9;
	color: #607087;
	cursor: not-allowed;
}

.psc-v4-cart__summary {
	position: sticky;
	top: 24px;
	padding: 22px;
	border-color: #d5e1ee;
	background: #fff;
	box-shadow: 0 8px 24px rgba(26, 57, 94, 0.08);
	color: #10254b;
}

.psc-v4-cart__summary .psc-v4-cart__section-heading {
	margin-bottom: 14px;
}

.psc-v4-cart__totals {
	margin-top: 0;
}

.psc-v4-cart__totals > div {
	grid-template-columns: minmax(0, 1fr) minmax(100px, auto);
	gap: 12px;
	padding: 13px 0;
	border-top-color: #e0e8f1;
}

.psc-v4-cart__totals dt {
	color: #526780;
}

.psc-v4-cart__totals dd {
	color: #10254b;
}

.psc-v4-cart__estimated-total dt {
	color: #10254b;
	font-size: 15px;
}

.psc-v4-cart__estimated-total dd {
	color: #075fe0;
	font-size: 15px;
}

.psc-v4-cart__payment-note {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr);
	gap: 9px;
	margin-top: 8px;
	padding: 13px;
	border: 0;
	border-radius: 9px;
	background: #f1f6fd;
	color: #334c6d;
	font-size: 11px;
	font-weight: 650;
}

.psc-v4-cart__payment-note > span {
	display: grid;
	width: 19px;
	height: 19px;
	place-items: center;
	border: 1px solid #1768e5;
	border-radius: 50%;
	color: #1768e5;
	font-size: 11px;
	font-weight: 850;
}

.psc-v4-cart__primary-action {
	border-color: #1768e5;
	background: #1768e5;
	color: #fff;
}

.psc-v4-cart__primary-action:hover,
.psc-v4-cart__primary-action:focus-visible {
	border-color: #0e52bd;
	background: #0e52bd;
}

.psc-v4-cart__secondary-action {
	border: 1px solid #b8c8da;
	background: #fff;
	color: #11386d;
}

.psc-v4-cart__secondary-action:hover,
.psc-v4-cart__secondary-action:focus-visible {
	border-color: #1768e5;
	background: #f1f6fd;
	color: #0e52bd;
}

.psc-v4-cart__information {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-top: 30px;
	padding: 20px 22px;
	border: 1px solid #d5e1ee;
	border-radius: 12px;
	background: #f3f7fd;
}

.psc-v4-cart__information article {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.psc-v4-cart__information-icon {
	background: #e8f7ec;
	color: #173d67;
}

.psc-v4-cart__information h2 {
	margin: 0 0 4px;
	color: #10254b;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
}

.psc-v4-cart__information p {
	margin: 0;
	color: #415976;
	font-size: 11px;
	line-height: 1.5;
}

@media (min-width: 769px) {
	.psc-v4-cart__hero {
		isolation: isolate;
		min-height: 372px;
		background: #f7faff;
	}

	.psc-v4-cart__hero::before {
		position: absolute;
		z-index: -2;
		top: 0;
		right: 96px;
		bottom: 0;
		width: 72%;
		background: url("../images/cart/veridia-cart-procurement-review-hero-desktop-v1.png") center center / cover no-repeat;
		content: "";
		filter: none;
		opacity: 1;
		pointer-events: none;
	}

	.psc-v4-cart__hero::after {
		position: absolute;
		z-index: -1;
		inset: 0 auto 0 0;
		width: 62%;
		background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.98) 28%, rgba(255, 255, 255, 0.62) 45%, rgba(255, 255, 255, 0) 100%);
		content: "";
		pointer-events: none;
	}

	.psc-v4-cart__hero-copy {
		position: relative;
		z-index: 1;
		width: 44%;
		max-width: 610px;
	}
}

@media (max-width: 768px) {
	.psc-v4-cart {
		padding: 0 14px 44px;
	}

	.psc-v4-cart__hero {
		min-height: 300px;
		padding: 28px 18px;
		background:
			linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 52%, rgba(255, 255, 255, 0.42) 100%),
			url("../images/cart/veridia-cart-procurement-review-hero-desktop-v1.png") 68% center / cover no-repeat;
	}

	.psc-v4-cart__hero-copy {
		width: min(100%, 430px);
	}

	.psc-v4-cart__hero h1 {
		margin-top: 16px;
		font-size: 34px;
	}

	.psc-v4-cart__hero p {
		max-width: 360px;
		font-size: 14px;
		line-height: 1.55;
	}

	.psc-v4-cart__progress {
		padding: 15px 10px 17px;
	}

	.psc-v4-cart__progress li {
		gap: 7px;
	}

	.psc-v4-cart__progress li:not(:last-child)::after {
		top: 17px;
		left: calc(50% + 19px);
		width: calc(100% - 38px);
	}

	.psc-v4-cart__progress li > span {
		width: 36px;
		height: 36px;
		font-size: 10px;
	}

	.psc-v4-cart__progress li > strong {
		max-width: 88px;
		font-size: 10px;
	}

	.psc-v4-cart__layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 16px;
		margin-top: 18px;
	}

	.psc-v4-cart__items,
	.psc-v4-cart__summary {
		padding: 16px;
		border-radius: 12px;
	}

	.psc-v4-cart__summary {
		position: static;
	}

	.psc-v4-cart__section-heading {
		margin-bottom: 14px;
	}

	.psc-v4-cart__section-heading h2,
	.psc-v4-cart__summary h2 {
		font-size: 16px;
	}

	.psc-v4-cart__table-head {
		display: none;
	}

	.psc-v4-cart__item {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 14px 10px;
		padding: 14px 12px;
	}

	.psc-v4-cart__product {
		grid-column: 1 / -1;
		align-items: flex-start;
	}

	.psc-v4-cart__image {
		width: 76px;
		height: 84px;
		flex-basis: 76px;
	}

	.psc-v4-cart__price,
	.psc-v4-cart__quantity,
	.psc-v4-cart__line-total,
	.psc-v4-cart__item-action {
		position: relative;
		min-width: 0;
		padding-top: 20px;
	}

	.psc-v4-cart__price::before,
	.psc-v4-cart__quantity::before,
	.psc-v4-cart__line-total::before,
	.psc-v4-cart__item-action::before {
		position: absolute;
		top: 0;
		left: 0;
		color: #526780;
		content: attr(data-label);
		font-size: 10px;
		font-weight: 800;
		line-height: 1.25;
		text-transform: none;
	}

	.psc-v4-cart__item-action {
		grid-column: 1 / -1;
		padding-top: 12px;
	}

	.psc-v4-cart__item-action::before {
		display: none;
	}

	.psc-v4-cart__remove.remove {
		min-height: 48px;
		align-items: center;
	}

	.psc-v4-cart__quantity input.qty,
	.psc-v4-cart__coupon input,
	.psc-v4-cart__coupon button,
	.psc-v4-cart__update,
	.psc-v4-cart__primary-action,
	.psc-v4-cart__secondary-action {
		min-height: 48px;
	}

	.psc-v4-cart__form-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.psc-v4-cart__coupon {
		width: 100%;
	}

	.psc-v4-cart__coupon input {
		width: auto;
		min-width: 0;
		flex: 1 1 auto;
	}

	.psc-v4-cart__update {
		width: 100%;
	}

	.psc-v4-cart__information {
		gap: 14px;
		padding: 16px;
	}
}

@media (max-width: 600px) {
	.psc-v4-cart__information {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 430px) {
	.psc-v4-cart__hero {
		min-height: 288px;
		background-position: 70% center;
	}

	.psc-v4-cart__hero h1 {
		font-size: 31px;
	}

	.psc-v4-cart__progress {
		padding-inline: 5px;
	}

	.psc-v4-cart__progress li > strong {
		max-width: 78px;
	}

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

	.psc-v4-cart__line-total {
		grid-column: 1 / -1;
	}

	.psc-v4-cart__coupon {
		flex-direction: column;
	}

	.psc-v4-cart__coupon input,
	.psc-v4-cart__coupon button {
		width: 100%;
	}

	.psc-v4-cart__totals > div {
		grid-template-columns: minmax(0, 0.9fr) minmax(120px, 1.1fr);
	}
}

/*
 * V4 checkout route.
 * Every checkout rule remains beneath the plugin-owned .psc-v4-checkout wrapper.
 */
.psc-v4-checkout,
.psc-v4-checkout * {
	box-sizing: border-box;
}

.psc-v4-checkout {
	min-height: 60vh;
	padding: 34px 22px 64px;
	background:
		linear-gradient(180deg, rgba(224, 235, 229, 0.72) 0, rgba(244, 247, 245, 0) 340px),
		#f4f7f5;
	color: #14231d;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.psc-v4-checkout__container {
	width: min(100%, 1240px);
	margin: 0 auto;
}

.psc-v4-checkout__hero {
	position: relative;
	overflow: hidden;
	padding: 34px 38px;
	border: 1px solid rgba(139, 185, 163, 0.3);
	border-radius: 22px;
	background:
		radial-gradient(circle at 88% 18%, rgba(80, 168, 126, 0.22), transparent 34%),
		linear-gradient(135deg, #10261e 0%, #17372b 58%, #1e4938 100%);
	box-shadow: 0 20px 48px rgba(18, 43, 33, 0.16);
	color: #f7fbf8;
}

.psc-v4-checkout__eyebrow {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 5px 11px;
	border: 1px solid rgba(180, 227, 204, 0.35);
	border-radius: 999px;
	background: rgba(220, 244, 232, 0.1);
	color: #bfe4d1;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.2;
	text-transform: uppercase;
}

.psc-v4-checkout__hero h1 {
	max-width: 780px;
	margin: 16px 0 10px;
	color: #ffffff;
	font-size: clamp(38px, 5vw, 62px);
	font-weight: 760;
	letter-spacing: -0.045em;
	line-height: 1.02;
}

.psc-v4-checkout__hero > p {
	max-width: 790px;
	margin: 0;
	color: #d6e7de;
	font-size: 16px;
	line-height: 1.7;
}

.psc-v4-checkout__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 24px;
}

.psc-v4-checkout__chips span {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 7px 12px;
	border: 1px solid rgba(219, 240, 229, 0.24);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #edf7f2;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
}

.psc-v4-checkout__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(290px, 340px);
	gap: 24px;
	align-items: start;
	margin-top: 26px;
}

.psc-v4-checkout__native {
	min-width: 0;
	padding: clamp(20px, 3vw, 34px);
	border: 1px solid #d8e2dc;
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(26, 55, 43, 0.08);
}

.psc-v4-checkout__native .wp-block-woocommerce-checkout,
.psc-v4-checkout__native .wc-block-checkout,
.psc-v4-checkout__native .woocommerce {
	width: 100%;
	max-width: none;
	margin: 0;
}

.psc-v4-checkout__native .wc-block-components-title,
.psc-v4-checkout__native .wc-block-checkout__form h2,
.psc-v4-checkout__native .woocommerce h2,
.psc-v4-checkout__native .woocommerce h3 {
	color: #172a22;
	font-weight: 760;
	letter-spacing: -0.02em;
}

.psc-v4-checkout__native .wc-block-components-text-input input,
.psc-v4-checkout__native .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.psc-v4-checkout__native .woocommerce input.input-text,
.psc-v4-checkout__native .woocommerce select,
.psc-v4-checkout__native .woocommerce textarea {
	border-color: #cbd8d1;
	border-radius: 10px;
	background: #fbfdfc;
	color: #172a22;
}

.psc-v4-checkout__native .wc-block-components-button,
.psc-v4-checkout__native .woocommerce button.button,
.psc-v4-checkout__native .woocommerce input.button {
	min-height: 48px;
	border-radius: 10px;
	font-weight: 760;
}

.psc-v4-checkout__native .wc-block-components-checkout-place-order-button,
.psc-v4-checkout__native .woocommerce #place_order {
	border: 1px solid #173f30;
	background: #173f30;
	color: #ffffff;
	box-shadow: none;
}

.psc-v4-checkout__native .wc-block-components-checkout-place-order-button:hover,
.psc-v4-checkout__native .wc-block-components-checkout-place-order-button:focus-visible,
.psc-v4-checkout__native .woocommerce #place_order:hover,
.psc-v4-checkout__native .woocommerce #place_order:focus-visible {
	background: #0f3023;
	color: #ffffff;
}

.psc-v4-checkout__native .wc-block-components-notice-banner,
.psc-v4-checkout__native .woocommerce-error,
.psc-v4-checkout__native .woocommerce-info,
.psc-v4-checkout__native .woocommerce-message {
	border-radius: 10px;
}

.psc-v4-checkout__review {
	padding: 26px;
	border: 1px solid #315d49;
	border-radius: 20px;
	background:
		linear-gradient(160deg, rgba(69, 141, 105, 0.16), transparent 48%),
		#10281e;
	box-shadow: 0 16px 38px rgba(15, 40, 30, 0.17);
	color: #e7f2ec;
}

.psc-v4-checkout__review-kicker {
	display: block;
	color: #8fc7a9;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.15em;
	line-height: 1.2;
}

.psc-v4-checkout__review h2 {
	margin: 10px 0 20px;
	color: #ffffff;
	font-size: 25px;
	font-weight: 760;
	letter-spacing: -0.03em;
	line-height: 1.15;
}

.psc-v4-checkout__review > strong {
	display: block;
	padding: 11px 12px;
	border: 1px solid rgba(180, 224, 201, 0.24);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.06);
	color: #dff2e8;
	font-size: 13px;
	line-height: 1.4;
}

.psc-v4-checkout__review ul {
	display: grid;
	gap: 12px;
	margin: 20px 0;
	padding: 0;
	list-style: none;
}

.psc-v4-checkout__review li {
	position: relative;
	margin: 0;
	padding-left: 19px;
	color: #c9ddd2;
	font-size: 13px;
	line-height: 1.55;
}

.psc-v4-checkout__review li::before {
	position: absolute;
	top: 0.58em;
	left: 0;
	width: 7px;
	height: 7px;
	border: 1px solid #78b995;
	border-radius: 50%;
	background: #315d49;
	content: "";
}

.psc-v4-checkout__review > p {
	margin: 0;
	padding-top: 16px;
	border-top: 1px solid rgba(189, 224, 205, 0.18);
	color: #9fc1af;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.035em;
	line-height: 1.55;
	text-transform: uppercase;
}

@media (max-width: 1040px) {
	.psc-v4-checkout__layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.psc-v4-checkout__review {
		max-width: none;
	}
}

@media (max-width: 700px) {
	.psc-v4-checkout {
		padding: 20px 14px 44px;
	}

	.psc-v4-checkout__hero {
		padding: 25px 21px;
		border-radius: 17px;
	}

	.psc-v4-checkout__hero h1 {
		font-size: clamp(34px, 12vw, 46px);
	}

	.psc-v4-checkout__hero > p {
		font-size: 14px;
	}

	.psc-v4-checkout__chips {
		gap: 7px;
		margin-top: 19px;
	}

	.psc-v4-checkout__chips span {
		min-height: 29px;
		padding: 6px 10px;
		font-size: 11px;
	}

	.psc-v4-checkout__layout {
		gap: 18px;
		margin-top: 18px;
	}

	.psc-v4-checkout__native,
	.psc-v4-checkout__review {
		padding: 20px 17px;
		border-radius: 16px;
	}
}

.psc-v4-shell__top-strip,
.psc-v4-shell__header,
.psc-v4-shell__footer,
.psc-v4-shell__top-strip *,
.psc-v4-shell__header *,
.psc-v4-shell__footer * {
	box-sizing: border-box;
}

.psc-v4-shell__top-strip {
	display: flex;
	min-height: 38px;
	align-items: center;
	background: #07143a;
	color: #e2e8f0;
	font-size: 12px;
}

.psc-v4-shell__strip-inner {
	display: flex;
	width: min(1440px, 100%);
	margin: 0 auto;
	padding: 8px 28px;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.psc-v4-shell__strip-inner strong {
	color: #ffffff;
	font-weight: 950;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.psc-v4-shell__strip-status {
	color: #bfdbfe;
	white-space: nowrap;
}

.psc-v4-shell__header {
	border-bottom: 1px solid #e2e8f0;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.045);
	color: #0f172a;
}

.psc-v4-shell__header-main {
	display: grid;
	grid-template-columns: 245px minmax(330px, 1fr) auto;
	width: min(1440px, 100%);
	margin: 0 auto;
	padding: 14px 28px 10px;
	align-items: center;
	gap: 18px;
}

.psc-v4-shell__brand {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 12px;
	color: #07143a;
}

.psc-v4-shell__brand-mark {
	position: relative;
	display: block;
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	border-radius: 14px;
	background: linear-gradient(135deg, #07143a 0%, #1e3a8a 58%, #2563eb 100%);
	box-shadow: 0 10px 24px rgba(37, 99, 235, 0.2);
}

.psc-v4-shell__brand-mark::before,
.psc-v4-shell__brand-mark::after {
	position: absolute;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.78);
	content: "";
}

.psc-v4-shell__brand-mark::before {
	top: 15px;
	left: 12px;
	width: 18px;
	height: 3px;
	transform: rotate(-28deg);
}

.psc-v4-shell__brand-mark::after {
	top: 12px;
	left: 21px;
	width: 3px;
	height: 18px;
	transform: rotate(-28deg);
}

.psc-v4-shell__brand strong,
.psc-v4-shell__brand small {
	display: block;
}

.psc-v4-shell__brand strong {
	font-size: 18px;
	font-weight: 950;
	letter-spacing: -0.045em;
}

.psc-v4-shell__brand small {
	margin-top: -2px;
	color: #64748b;
	font-size: 10px;
	font-weight: 750;
	letter-spacing: 0.08em;
}

.psc-v4-shell__search {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	min-width: 0;
	height: 46px;
	overflow: hidden;
	border: 1px solid #cbd5e1;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
}

.psc-v4-shell__search .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	white-space: nowrap;
}

.psc-v4-shell__search > input[type="search"] {
	width: 100%;
	min-width: 0;
	padding: 0 15px;
	border: 0;
	outline: 0;
	background: transparent;
	color: #0f172a;
	font: inherit;
	font-size: 13px;
}

.psc-v4-shell__search > input[type="search"]:focus-visible {
	box-shadow: inset 0 0 0 2px #2563eb;
}

.psc-v4-shell__search > button {
	display: flex;
	padding: 0 18px;
	align-items: center;
	border: 0;
	background: #2563eb;
	color: #ffffff;
	font: inherit;
	font-size: 12px;
	font-weight: 900;
	white-space: nowrap;
	cursor: pointer;
}

.psc-v4-shell__search > button:hover,
.psc-v4-shell__search > button:focus-visible {
	background: #1d4ed8;
}

.psc-v4-shell__actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.psc-v4-shell__actions > a {
	display: inline-flex;
	min-height: 42px;
	padding: 9px 11px;
	align-items: center;
	justify-content: center;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: #ffffff;
	color: #475569;
	font-size: 11px;
	font-weight: 850;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
}

.psc-v4-shell__nav {
	display: flex;
	width: min(1440px, 100%);
	margin: 0 auto;
	padding: 0 28px 10px;
	align-items: center;
	gap: 6px;
	color: #475569;
}

.psc-v4-shell__nav > a {
	padding: 7px 10px;
	border-radius: 10px;
	color: inherit;
	font-size: 12px;
	font-weight: 850;
	text-decoration: none;
}

.psc-v4-shell__nav > :first-child {
	background: #eff6ff;
	color: #2563eb;
}

.psc-v4-shell__footer {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	background: #07143a;
	color: #cbd5e1;
}

.psc-v4-shell__footer-inner {
	width: min(1440px, 100%);
	margin: 0 auto;
	padding: 30px 28px 20px;
}

.psc-v4-shell__footer-grid {
	display: grid;
	grid-template-columns: minmax(240px, 1.2fr) minmax(180px, 0.7fr) minmax(240px, 0.9fr);
	align-items: start;
	gap: 32px 48px;
}

.psc-v4-shell__footer-brand strong,
.psc-v4-shell__footer-brand span {
	display: block;
}

.psc-v4-shell__footer-brand strong {
	color: #ffffff;
	font-size: 17px;
	font-weight: 950;
}

.psc-v4-shell__footer-brand span {
	margin-top: 4px;
	color: #93a8c1;
	font-size: 12px;
}

.psc-v4-shell__footer-heading {
	display: block;
	color: #ffffff;
	font-size: 11px;
	font-weight: 950;
	letter-spacing: 0.12em;
}

.psc-v4-shell__footer-links {
	display: grid;
	justify-items: start;
	gap: 8px;
	margin-top: 12px;
	color: #bfdbfe;
	font-size: 12px;
	font-weight: 800;
}

.psc-v4-shell__footer-links > a {
	color: inherit;
	text-decoration: none;
}

.psc-v4-shell__footer-documentation {
	margin: 0;
	padding-top: 12px;
	color: #93a8c1;
	font-size: 12px;
	line-height: 1.55;
}

.psc-v4-shell__footer-bottom {
	display: flex;
	margin-top: 24px;
	padding-top: 14px;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: #93a8c1;
	font-size: 11px;
}

/* Full-page shell for the two shortcode-gated public quote journey routes. */
.psc-v4-public-journey {
	min-width: 0;
	margin: 0;
	background: #f4f8fb;
	color: #132b44;
}

.psc-v4-public-journey .psc-v4-shell__header {
	position: relative;
	top: auto;
	z-index: 1;
}

.psc-v4-public-journey .psc-v4-public-journey__main {
	min-width: 0;
	min-height: 56vh;
	padding: 26px 0 40px;
	background: linear-gradient(180deg, #f8fbfd 0%, #f2f7fa 100%);
}

.psc-v4-public-journey .psc-v4-public-journey__container {
	width: min(1280px, calc(100% - 48px));
	margin: 0 auto;
}

.psc-v4-public-journey .psc-v4-public-journey__breadcrumb {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 2px;
	color: #64748b;
	font-size: 12px;
	font-weight: 750;
}

.psc-v4-public-journey .psc-v4-public-journey__breadcrumb a {
	color: #2563eb;
	text-decoration: none;
}

.psc-v4-public-journey .psc-v4-public-journey__breadcrumb strong {
	color: #334155;
	font-weight: 850;
}

.psc-v4-public-journey .psc-v4-public-journey__unavailable {
	max-width: 720px;
	margin: 18px auto 24px;
	padding: clamp(24px, 5vw, 42px);
	border: 1px solid #e1b6b2;
	border-radius: 14px;
	background: #fff8f7;
	box-shadow: 0 16px 38px rgba(13, 39, 63, .08);
	color: #6f302c;
}

.psc-v4-public-journey .psc-v4-public-journey__unavailable h1 {
	margin: 0;
	font-size: clamp(24px, 3vw, 34px);
	letter-spacing: -.025em;
}

.psc-v4-public-journey .psc-v4-public-journey__unavailable p {
	margin: 10px 0 0;
	color: #694b49;
	font-size: 14px;
	line-height: 1.6;
}

.psc-v4-public-journey .psc-v4-shell__footer-grid {
	grid-template-columns: minmax(240px, 1.2fr) minmax(180px, 0.7fr);
}

@media (max-width: 760px) {
	.psc-v4-public-journey .psc-v4-public-journey__main {
		padding: 16px 0 26px;
	}

	.psc-v4-public-journey .psc-v4-public-journey__container {
		width: calc(100% - 24px);
	}

	.psc-v4-public-journey .psc-v4-public-journey__breadcrumb {
		margin-bottom: 0;
		font-size: 11px;
	}
}

.psc-v4-pdp {
	--psc-bg: #f8fafc;
	--psc-surface: #ffffff;
	--psc-panel: #f1f5f9;
	--psc-border: #e2e8f0;
	--psc-border-2: #cbd5e1;
	--psc-text: #0f172a;
	--psc-text-2: #475569;
	--psc-muted: #64748b;
	--psc-navy: #07143a;
	--psc-cta: #0f172a;
	--psc-blue: #2563eb;
	--psc-soft-blue: #eff6ff;
	--psc-orange: #ffedd5;
	--psc-orange-text: #9a3412;
	--psc-shadow-soft: 0 10px 26px rgba(15, 23, 42, 0.055);
	--psc-radius: 18px;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: clamp(18px, 2vw, 28px) 0;
	overflow-x: clip;
	background: var(--psc-bg);
	color: var(--psc-text);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 15px;
	line-height: 1.48;
}

.psc-v4-pdp#primary {
	float: none;
	width: 100%;
	max-width: none;
	margin: 0;
}

.psc-v4-pdp,
.psc-v4-pdp * {
	box-sizing: border-box;
}

.psc-v4-pdp img,
.psc-v4-pdp svg {
	max-width: 100%;
}

.psc-v4-pdp__container {
	width: calc(100% - 32px);
	max-width: 1680px;
	margin-inline: auto;
}

.psc-v4-pdp__notices:empty {
	display: none;
}

.psc-v4-pdp__notices .woocommerce-message,
.psc-v4-pdp__notices .woocommerce-error,
.psc-v4-pdp__notices .woocommerce-info {
	margin: 0 0 14px;
	border: 1px solid var(--psc-border);
	border-radius: 12px;
	background: var(--psc-surface);
	color: var(--psc-text-2);
}

.psc-v4-pdp__breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
	margin: 0 0 14px;
	color: var(--psc-muted);
	font-size: 13px;
}

.psc-v4-pdp__breadcrumb strong {
	color: var(--psc-text-2);
	font-weight: 850;
}

.psc-v4-pdp__breadcrumb a {
	color: var(--psc-blue);
	font-weight: 800;
	text-decoration: none;
}

.psc-v4-pdp__breadcrumb a:hover,
.psc-v4-pdp__breadcrumb a:focus-visible {
	text-decoration: underline;
}

.psc-v4-pdp__grid {
	display: grid;
	grid-template-columns: minmax(250px, .23fr) minmax(0, .54fr) minmax(250px, .23fr);
	align-items: start;
	gap: 20px 24px;
}

.psc-v4-pdp__card,
.psc-v4-pdp__main {
	border: 1px solid var(--psc-border);
	background: var(--psc-surface);
	box-shadow: var(--psc-shadow-soft);
}

.psc-v4-pdp__card,
.psc-v4-pdp__main {
	border-radius: var(--psc-radius);
}

.psc-v4-pdp__media-card {
	min-width: 0;
	padding: 10px;
}

.psc-v4-pdp__media-large {
	display: grid;
	min-height: 276px;
	place-items: center;
	overflow: hidden;
	border: 1px solid var(--psc-border);
	border-radius: var(--psc-radius);
	background: linear-gradient(135deg, #f8fafc, #eff6ff);
}

.psc-v4-pdp__gallery {
	width: 100%;
	padding: 10px;
}

.psc-v4-pdp__gallery .woocommerce-product-gallery {
	float: none !important;
	width: 100% !important;
	max-width: 100%;
	margin: 0 !important;
}

.psc-v4-pdp__gallery .woocommerce-product-gallery__wrapper,
.psc-v4-pdp__gallery .woocommerce-product-gallery__image,
.psc-v4-pdp__gallery .woocommerce-product-gallery__image a {
	display: block;
	width: 100%;
}

.psc-v4-pdp__gallery .woocommerce-product-gallery__image img,
.psc-v4-pdp__gallery > img {
	display: block;
	width: 100%;
	max-height: 330px;
	margin: 0 auto;
	object-fit: contain;
}

.psc-v4-pdp__persistent-image {
	display: grid;
	width: 100%;
	height: clamp(360px, 34vw, 440px);
	padding: 0;
	place-items: center;
}

.psc-v4-pdp__image-link {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	overflow: hidden;
	border-radius: inherit;
}

.psc-v4-pdp__primary-image {
	display: block !important;
	width: 100%;
	max-width: 100% !important;
	height: 100% !important;
	max-height: none;
	margin: 0 auto;
	object-fit: contain;
	opacity: 1 !important;
	visibility: visible !important;
}

.psc-v4-pdp__gallery .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
	margin: 12px 0 0 !important;
	padding: 0;
	list-style: none;
}

.psc-v4-pdp__gallery .flex-control-thumbs li {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
}

.psc-v4-pdp__gallery .flex-control-thumbs img {
	border: 1px solid var(--psc-border);
	border-radius: 10px;
}

.psc-v4-pdp__visual-fallback {
	display: grid;
	place-items: center;
	gap: 8px;
	padding: 24px 14px;
	color: var(--psc-muted);
	text-align: center;
}

.psc-v4-pdp__visual-fallback strong {
	color: var(--psc-text-2);
	font-size: 14px;
	font-weight: 900;
}

.psc-v4-pdp__vial-shape {
	position: relative;
	display: block;
	width: 62px;
	height: 108px;
	margin: 10px 0 6px;
	transform: scale(1.22);
	border: 2px solid #94a3b8;
	border-radius: 20px 20px 11px 11px;
	background: linear-gradient(#ffffff, #eff6ff);
}

.psc-v4-pdp__vial-shape::before {
	position: absolute;
	top: -15px;
	left: 14px;
	width: 30px;
	height: 18px;
	border: 2px solid #94a3b8;
	border-radius: 8px 8px 4px 4px;
	background: #cbd5e1;
	content: "";
}

.psc-v4-pdp__vial-shape::after {
	position: absolute;
	right: 9px;
	bottom: 22px;
	left: 9px;
	height: 20px;
	border: 1px solid #bfdbfe;
	border-radius: 6px;
	background: #dbeafe;
	content: "";
}

.psc-v4-pdp__main {
	min-width: 0;
	padding: 22px;
}

.psc-v4-pdp__eyebrow {
	display: inline-flex;
	align-items: center;
	padding: 7px 11px;
	border: 1px solid rgba(37, 99, 235, 0.22);
	border-radius: 999px;
	background: var(--psc-soft-blue);
	color: #1d4ed8;
	font-size: 11px;
	font-weight: 950;
	letter-spacing: 0.08em;
	line-height: 1.25;
	text-transform: uppercase;
}

.psc-v4-pdp__title .product_title {
	margin: 10px 0 7px;
	color: var(--psc-text);
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 950;
	letter-spacing: -0.058em;
	line-height: 0.98;
	overflow-wrap: anywhere;
}

.psc-v4-pdp__summary,
.psc-v4-pdp__summary p {
	color: var(--psc-muted);
}

.psc-v4-pdp__summary p {
	margin: 0;
}

.psc-v4-pdp__identity-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 12px 0 14px;
}

.psc-v4-pdp__identity-item,
.psc-v4-pdp__use-label {
	display: inline-block;
	color: var(--psc-text-2);
	font-size: 12px;
	line-height: 1.45;
}

.psc-v4-pdp__identity-item + .psc-v4-pdp__identity-item::before {
	margin-right: 7px;
	color: var(--psc-text-3);
	content: "\00b7";
}

.psc-v4-pdp__use-label {
	color: var(--psc-navy);
	font-weight: 900;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.psc-v4-pdp__section-label {
	margin: 0;
	color: #2563eb;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.psc-v4-pdp__price-anchor {
	margin: 13px 0;
	padding: 15px;
	border: 1px solid #bfdbfe;
	border-radius: 18px;
	background: linear-gradient(135deg, #eff6ff, #ffffff);
}

.psc-v4-pdp__price-label {
	color: var(--psc-muted);
	font-size: 12px;
	font-weight: 950;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.psc-v4-pdp__price-value .price {
	display: block;
	margin: 6px 0 0;
	color: var(--psc-text);
	font-size: 36px;
	font-weight: 950;
	letter-spacing: -0.055em;
	line-height: 1;
}

.psc-v4-pdp__price-value .price del,
.psc-v4-pdp__price-value .price ins {
	font-size: 0.72em;
}

.psc-v4-pdp__price-value .price ins {
	text-decoration: none;
}

.psc-v4-pdp__price-note {
	margin: 8px 0 0;
	color: var(--psc-muted);
	font-size: 13px;
}

.psc-v4-pack-selector {
	min-width: 0;
	flex: 0 0 100%;
	margin: 0 0 12px;
	padding: 0;
	border: 0;
}

.psc-v4-pack-selector legend {
	margin: 0 0 8px;
	padding: 0;
	color: var(--psc-text);
	font-size: 13px;
	font-weight: 950;
	line-height: 1.2;
}

.psc-v4-pack-selector__options {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.psc-v4-pack-selector__option {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 8px;
	min-width: 0;
	min-height: 116px;
	padding: 11px;
	border: 1px solid #dbe4ed;
	border-radius: 10px;
	background: #ffffff;
	color: var(--psc-text-2);
	cursor: pointer;
}

.psc-v4-pack-selector__option:hover,
.psc-v4-pack-selector__option:focus-within,
.psc-v4-pack-selector__option.is-selected {
	border-color: #2563eb;
	box-shadow: 0 10px 22px rgba(37, 99, 235, 0.12);
}

.psc-v4-pack-selector__option.is-disabled {
	cursor: not-allowed;
	opacity: 0.58;
}

.psc-v4-pack-selector__option input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.psc-v4-pack-selector__copy,
.psc-v4-pack-selector__meta {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.psc-v4-pack-selector__copy strong,
.psc-v4-pack-selector__meta strong {
	color: #0f2746;
	font-size: 13px;
	font-weight: 950;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.psc-v4-pack-selector__copy small,
.psc-v4-pack-selector__meta span {
	color: #64748b;
	font-size: 11px;
	font-weight: 750;
	line-height: 1.3;
}

.psc-v4-pack-selector__notice,
.psc-v4-pack-selector__unavailable {
	margin: 8px 0 0;
	color: #9a3412;
	font-size: 12px;
	line-height: 1.4;
}

.psc-v4-pdp__pack-heading {
	margin: 14px 0 7px;
	color: var(--psc-text);
	font-size: 17px;
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.psc-v4-pdp__pack-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin: 12px 0;
}

.psc-v4-pdp__pack-card {
	min-width: 0;
	padding: 11px;
	border: 1px solid var(--psc-border);
	border-radius: 14px;
	background: var(--psc-surface);
	color: var(--psc-text-2);
}

.psc-v4-pdp__pack-card strong,
.psc-v4-pdp__pack-card span {
	display: block;
}

.psc-v4-pdp__pack-card strong {
	color: var(--psc-text);
	font-size: 13px;
	font-weight: 900;
}

.psc-v4-pdp__pack-card span {
	margin-top: 4px;
	color: var(--psc-muted);
	font-size: 12px;
}

.psc-v4-pdp__decision-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(170px, 0.42fr);
	align-items: end;
	gap: 10px;
	margin-top: 12px;
}

.psc-v4-pdp__cart,
.psc-v4-pdp__cart form.cart {
	min-width: 0;
}

.psc-v4-pdp__cart form.cart {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 10px;
	margin: 0;
}

.psc-v4-pdp__cart form.variations_form,
.psc-v4-pdp__cart form.grouped_form {
	display: block;
}

.psc-v4-pdp__cart .variations,
.psc-v4-pdp__cart .group_table {
	width: 100%;
	margin: 0 0 12px;
	border: 0;
	border-collapse: collapse;
}

.psc-v4-pdp__cart .variations th,
.psc-v4-pdp__cart .variations td,
.psc-v4-pdp__cart .group_table td {
	padding: 6px 8px 6px 0;
	border: 0;
	background: transparent;
	text-align: left;
}

.psc-v4-pdp__cart .variations label {
	color: var(--psc-text-2);
	font-size: 12px;
	font-weight: 900;
}

.psc-v4-pdp__cart select {
	width: 100%;
	min-height: 44px;
	padding: 9px 34px 9px 11px;
	border: 1px solid var(--psc-border-2);
	border-radius: 10px;
	background: #ffffff;
	color: var(--psc-text-2);
}

.psc-v4-pdp__cart .single_variation_wrap,
.psc-v4-pdp__cart .woocommerce-variation-add-to-cart {
	width: 100%;
}

.psc-v4-pdp__cart .woocommerce-variation-add-to-cart {
	display: flex;
	align-items: center;
	gap: 10px;
}

.psc-v4-pdp__cart .quantity {
	display: block;
	flex: 0 0 90px;
	margin: 0 !important;
}

.psc-v4-pdp__cart .qty {
	width: 90px;
	height: 50px;
	margin: 0;
	padding: 0 8px;
	border: 1px solid var(--psc-border);
	border-radius: 12px;
	background: var(--psc-surface);
	color: var(--psc-text);
	font-weight: 900;
	text-align: center;
}

.psc-v4-pdp__cart .single_add_to_cart_button {
	min-height: 50px;
	flex: 1 1 auto;
	margin: 0 !important;
	padding: 12px 16px !important;
	border: 1px solid var(--psc-blue) !important;
	border-radius: 12px !important;
	background: var(--psc-blue) !important;
	box-shadow: 0 16px 28px rgba(37, 99, 235, 0.18);
	color: #ffffff !important;
	font-size: 14px !important;
	font-weight: 900 !important;
	line-height: 1.2 !important;
}

.psc-v4-pdp__cart .single_add_to_cart_button:hover,
.psc-v4-pdp__cart .single_add_to_cart_button:focus-visible {
	background: #1d4ed8 !important;
}

.psc-v4-pdp__cart .single_add_to_cart_button:disabled,
.psc-v4-pdp__cart .single_add_to_cart_button[aria-disabled="true"] {
	cursor: not-allowed;
	opacity: 0.58;
}

.psc-v4-pdp__cart .reset_variations {
	display: inline-block;
	margin-top: 6px;
	color: var(--psc-blue);
	font-size: 12px;
}

.psc-v4-pdp__cart .stock,
.psc-v4-pdp__cart .woocommerce-variation-description {
	color: var(--psc-muted);
	font-size: 12px;
}

.psc-v4-pdp__restriction-note {
	margin-top: 11px;
	padding: 11px 12px;
	border: 1px solid var(--psc-border);
	border-radius: 14px;
	background: #f8fafc;
	color: var(--psc-text-2);
	font-size: 13px;
}

.psc-v4-pdp__trust-compact {
	display: grid;
	min-width: 0;
	gap: 10px;
}

.psc-v4-pdp__trust-card {
	padding: 15px;
}

.psc-v4-pdp__trust-card h2 {
	margin: 9px 0;
	color: var(--psc-text);
	font-size: clamp(21px, 2vw, 26px);
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 1.06;
}

.psc-v4-pdp__trust-line {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 7px 0;
	border-bottom: 1px solid var(--psc-border);
	color: var(--psc-text-2);
}

.psc-v4-pdp__trust-line:last-of-type {
	border-bottom: 0;
}

.psc-v4-pdp__trust-line span {
	color: var(--psc-muted);
}

.psc-v4-pdp__trust-line strong {
	color: var(--psc-text);
	font-size: 12px;
	font-weight: 900;
	text-align: right;
}

.psc-v4-pdp__overview {
	margin-top: 16px;
	padding: 20px;
	border: 1px solid var(--psc-border);
	border-radius: var(--psc-radius);
	background: var(--psc-surface);
	box-shadow: var(--psc-shadow-soft);
}

.psc-v4-pdp__overview > h2 {
	margin: 0 0 15px;
	color: var(--psc-text);
	font-size: clamp(24px, 3vw, 32px);
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 1.08;
}

.psc-v4-pdp__overview-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.psc-v4-pdp__overview-card {
	min-width: 0;
	padding: 16px;
	border: 1px solid var(--psc-border);
	border-radius: 14px;
	background: var(--psc-panel);
}

.psc-v4-pdp__overview-card h3 {
	margin: 0 0 9px;
	color: var(--psc-text);
	font-size: 16px;
	font-weight: 900;
	letter-spacing: -0.02em;
}

.psc-v4-pdp__overview-card p {
	margin: 0;
	color: var(--psc-muted);
	font-size: 13px;
}

.psc-v4-pdp__overview-card p + p {
	margin-top: 7px;
}

.psc-v4-pdp__overview-card dl {
	margin: 0;
}

.psc-v4-pdp__overview-card dl > div {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 7px 0;
	border-bottom: 1px solid var(--psc-border);
}

.psc-v4-pdp__overview-card dl > div:last-child {
	border-bottom: 0;
}

.psc-v4-pdp__overview-card dt,
.psc-v4-pdp__overview-card dd {
	margin: 0;
}

.psc-v4-pdp__overview-card dt {
	color: var(--psc-muted);
}

.psc-v4-pdp__overview-card dd {
	color: var(--psc-text);
	font-weight: 850;
	text-align: right;
	overflow-wrap: anywhere;
}

.psc-v4-pdp__protected {
	padding: 28px;
	border: 1px solid var(--psc-border);
	border-radius: var(--psc-radius);
	background: var(--psc-surface);
	box-shadow: var(--psc-shadow-soft);
}

@media (max-width: 1180px) {
	.psc-v4-shell__header-main {
		grid-template-columns: 220px minmax(0, 1fr);
	}

	.psc-v4-shell__actions {
		grid-column: 1 / -1;
		justify-content: flex-end;
	}

	.psc-v4-pdp__grid {
		grid-template-columns: minmax(280px, 320px) minmax(0, 1fr);
	}

	.psc-v4-pdp__trust-compact {
		grid-column: 1 / -1;
		grid-template-columns: minmax(0, 1fr);
	}

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

}

@media (max-width: 820px) {
	.psc-v4-shell__strip-inner {
		padding: 5px 12px;
		align-items: center;
		flex-direction: row;
		gap: 10px;
		font-size: 10px;
	}

	.psc-v4-shell__strip-status {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.psc-v4-shell__header-main {
		grid-template-columns: minmax(0, 1fr);
		padding: 8px 12px 6px;
		gap: 6px;
	}

	.psc-v4-shell__brand {
		gap: 9px;
	}

	.psc-v4-shell__brand-mark {
		width: 34px;
		height: 34px;
		flex-basis: 34px;
		border-radius: 11px;
	}

	.psc-v4-shell__brand-mark::before {
		top: 12px;
		left: 9px;
		width: 16px;
	}

	.psc-v4-shell__brand-mark::after {
		top: 9px;
		left: 17px;
		height: 16px;
	}

	.psc-v4-shell__brand strong {
		font-size: 15px;
	}

	.psc-v4-shell__brand small {
		font-size: 9px;
	}

	.psc-v4-shell__search {
		height: 36px;
		border-radius: 10px;
	}

	.psc-v4-shell__search > input[type="search"] {
		padding-inline: 10px;
		font-size: 11px;
	}

	.psc-v4-shell__search > button {
		padding-inline: 10px;
		font-size: 10px;
	}

	.psc-v4-shell__actions {
		display: grid;
		grid-column: auto;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		width: 100%;
		gap: 5px;
	}

	.psc-v4-shell__actions > a {
		min-height: 34px;
		padding: 5px 7px;
		border-radius: 9px;
		font-size: 10px;
	}

	.psc-v4-shell__nav {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		padding: 0 12px 6px;
		gap: 4px;
	}

	.psc-v4-shell__nav > a {
		padding: 5px 4px;
		font-size: 10px;
		line-height: 1.2;
		text-align: center;
	}

	.psc-v4-shell__footer-inner {
		padding: 24px 16px;
	}

	.psc-v4-shell__footer-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 20px;
	}

	.psc-v4-shell__footer-bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
	}

	.psc-v4-pdp {
		padding: 10px 16px 16px;
	}

	.psc-v4-pdp__container {
		width: 100%;
	}

	.psc-v4-pdp__grid,
	.psc-v4-pdp__trust-compact,
	.psc-v4-pdp__overview-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.psc-v4-pdp__persistent-image {
		height: auto;
		min-height: 0;
	}

	.psc-v4-pdp__image-link {
		width: 100%;
		max-width: 100%;
		height: auto;
		min-height: 0;
		overflow: visible;
	}

	.psc-v4-pdp__primary-image {
		width: auto !important;
		max-width: 100% !important;
		height: auto !important;
		max-height: clamp(240px, 64vw, 340px) !important;
		object-fit: contain !important;
		object-position: center;
	}

	.psc-v4-pdp__trust-compact {
		grid-column: auto;
	}

	.psc-v4-pdp__main {
		padding: 20px;
	}

	.psc-v4-pdp__media-large {
		min-height: 240px;
		padding: 12px;
	}

	.psc-v4-pdp__price-value .price {
		font-size: 34px;
	}

	.psc-v4-pdp__pack-grid,
	.psc-v4-pdp__decision-row {
		grid-template-columns: minmax(0, 1fr);
	}

}

@media (max-width: 560px) {
	.psc-v4-shell__strip-status {
		display: none;
	}

	.psc-v4-shell__search {
		grid-template-columns: minmax(0, 1fr) auto;
		height: 34px;
	}

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

	.psc-v4-shell__actions > :last-child {
		grid-column: 1 / -1;
	}

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

	.psc-v4-pdp {
		padding-inline: 12px;
	}

	.psc-v4-pdp__media-card,
	.psc-v4-pdp__trust-card {
		padding: 16px;
	}

	.psc-v4-pdp__media-card {
		padding: 10px;
	}

	.psc-v4-pdp__media-large {
		min-height: 210px;
	}

	.psc-v4-pdp__persistent-image {
		height: auto;
	}

	.psc-v4-pdp__primary-image {
		max-height: clamp(210px, 64vw, 280px) !important;
	}

	.psc-v4-pdp__visual-fallback {
		padding-block: 24px;
	}

	.psc-v4-pdp__vial-shape {
		transform: scale(1.25);
	}

	.psc-v4-pdp__title .product_title {
		margin: 8px 0 6px;
		font-size: clamp(27px, 7.4vw, 32px);
		letter-spacing: -0.035em;
		line-height: 1.08;
	}

	.psc-v4-pdp__cart form.cart,
	.psc-v4-pdp__cart .woocommerce-variation-add-to-cart {
		align-items: stretch;
		flex-direction: column;
	}

	.psc-v4-pdp__cart .quantity,
	.psc-v4-pdp__cart .qty,
	.psc-v4-pdp__cart .single_add_to_cart_button {
		width: 100%;
	}

	.psc-v4-pdp__cart .quantity {
		flex-basis: auto;
	}

	.psc-v4-pdp__cart .variations th,
	.psc-v4-pdp__cart .variations td,
	.psc-v4-pdp__cart .group_table td {
		display: block;
		width: 100%;
		padding-right: 0;
	}

	.psc-v4-pdp__trust-line {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	.psc-v4-pdp__trust-line strong {
		text-align: left;
	}
}

/*
 * V4 Catalog route.
 * Every catalog rule remains beneath the plugin-owned .psc-v4-catalog wrapper.
 */

.psc-v4-catalog,
.psc-v4-catalog * {
	box-sizing: border-box;
}

.psc-v4-catalog {
	--psc-catalog-bg: #f8fafc;
	--psc-catalog-surface: #ffffff;
	--psc-catalog-panel: #f1f5f9;
	--psc-catalog-border: #e2e8f0;
	--psc-catalog-border-strong: #cbd5e1;
	--psc-catalog-text: #0f172a;
	--psc-catalog-text-2: #475569;
	--psc-catalog-muted: #64748b;
	--psc-catalog-navy: #07143a;
	--psc-catalog-blue: #2563eb;
	--psc-catalog-soft-blue: #eff6ff;
	--psc-catalog-radius: 18px;
	min-height: 58vh;
	padding: 24px 28px 44px;
	background: var(--psc-catalog-bg);
	color: var(--psc-catalog-text);
}

.psc-v4-catalog__container {
	width: min(1384px, 100%);
	margin: 0 auto;
}

.psc-v4-catalog__notices {
	margin-bottom: 14px;
}

.psc-v4-catalog__intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
	align-items: center;
	gap: 28px;
	padding: 34px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 24px;
	background:
		radial-gradient(circle at 88% 18%, rgba(37, 99, 235, 0.34), transparent 34%),
		linear-gradient(135deg, #07143a 0%, #0f255b 68%, #1e3a8a 100%);
	box-shadow: 0 20px 50px rgba(15, 23, 42, 0.16);
	color: #ffffff;
}

.psc-v4-catalog__eyebrow {
	display: inline-flex;
	padding: 7px 10px;
	border: 1px solid rgba(191, 219, 254, 0.28);
	border-radius: 999px;
	background: rgba(37, 99, 235, 0.18);
	color: #dbeafe;
	font-size: 11px;
	font-weight: 950;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.psc-v4-catalog__intro h1 {
	max-width: 820px;
	margin: 14px 0 10px;
	color: #ffffff;
	font-size: clamp(38px, 5vw, 68px);
	font-weight: 950;
	letter-spacing: -0.058em;
	line-height: 0.98;
}

.psc-v4-catalog__intro p {
	max-width: 760px;
	margin: 0;
	color: #cbd5e1;
	font-size: 15px;
}

.psc-v4-catalog__context {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 15px !important;
	font-size: 12px !important;
}

.psc-v4-catalog__context span,
.psc-v4-catalog__context strong {
	display: inline-flex;
	padding: 6px 9px;
	border-radius: 999px;
}

.psc-v4-catalog__context span {
	background: rgba(255, 255, 255, 0.08);
}

.psc-v4-catalog__context strong {
	background: #ffffff;
	color: var(--psc-catalog-navy);
}

.psc-v4-catalog__intro-status {
	display: grid;
	gap: 9px;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(8px);
}

.psc-v4-catalog__intro-status strong {
	color: #ffffff;
	font-size: 13px;
	font-weight: 950;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.psc-v4-catalog__intro-status span {
	position: relative;
	padding-left: 16px;
	color: #dbeafe;
	font-size: 12px;
}

.psc-v4-catalog__intro-status span::before {
	position: absolute;
	top: 0.55em;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #60a5fa;
	content: "";
}

.psc-v4-catalog__filters {
	display: grid;
	grid-template-columns: minmax(220px, 1.5fr) repeat(3, minmax(150px, 1fr));
	gap: 10px;
	margin: 16px 0 24px;
	padding: 14px;
	border: 1px solid var(--psc-catalog-border);
	border-radius: var(--psc-catalog-radius);
	background: var(--psc-catalog-surface);
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.psc-v4-catalog__results-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 14px;
}

.psc-v4-catalog__results-head span {
	color: var(--psc-catalog-blue);
	font-size: 10px;
	font-weight: 950;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.psc-v4-catalog__results-head h2 {
	margin: 4px 0 0;
	color: var(--psc-catalog-text);
	font-size: clamp(25px, 3vw, 36px);
	font-weight: 950;
	letter-spacing: -0.045em;
	line-height: 1;
}

.psc-v4-catalog__results-head > strong {
	padding: 7px 10px;
	border: 1px solid #bfdbfe;
	border-radius: 999px;
	background: var(--psc-catalog-soft-blue);
	color: #1d4ed8;
	font-size: 11px;
	white-space: nowrap;
}

.psc-v4-catalog__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.psc-v4-catalog__card {
	display: flex;
	min-width: 0;
	height: 100%;
	overflow: hidden;
	flex-direction: column;
	border: 1px solid var(--psc-catalog-border);
	border-radius: var(--psc-catalog-radius);
	background: var(--psc-catalog-surface);
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.055);
}

.psc-v4-catalog__visual {
	display: grid;
	min-height: 235px;
	place-items: center;
	overflow: hidden;
	border-bottom: 1px solid var(--psc-catalog-border);
	background: linear-gradient(135deg, #f8fafc, #eff6ff);
	text-decoration: none;
}

.psc-v4-catalog__visual img {
	display: block;
	width: 100%;
	height: 235px;
	object-fit: contain;
}

.psc-v4-catalog__visual-fallback {
	display: grid;
	place-items: center;
	gap: 6px;
	padding: 24px;
	color: var(--psc-catalog-muted);
	text-align: center;
}

.psc-v4-catalog__record-mark {
	position: relative;
	display: block;
	width: 72px;
	height: 88px;
	margin-bottom: 6px;
	border: 2px solid #94a3b8;
	border-radius: 13px;
	background:
		linear-gradient(#bfdbfe, #bfdbfe) 14px 22px / 42px 3px no-repeat,
		linear-gradient(#cbd5e1, #cbd5e1) 14px 35px / 32px 3px no-repeat,
		linear-gradient(#cbd5e1, #cbd5e1) 14px 48px / 40px 3px no-repeat,
		#ffffff;
}

.psc-v4-catalog__record-mark::after {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 18px;
	height: 18px;
	border: 2px solid #2563eb;
	border-radius: 50%;
	content: "";
}

.psc-v4-catalog__visual-fallback strong {
	color: var(--psc-catalog-text-2);
	font-size: 13px;
}

.psc-v4-catalog__visual-fallback small {
	color: #94a3b8;
	font-size: 11px;
}

.psc-v4-catalog__card-body {
	display: flex;
	min-width: 0;
	min-height: 250px;
	padding: 17px;
	flex: 1 1 auto;
	flex-direction: column;
}

.psc-v4-catalog__card-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.psc-v4-catalog__card-meta span,
.psc-v4-catalog__card-meta strong {
	display: inline-flex;
	min-width: 0;
	padding: 5px 7px;
	border-radius: 999px;
	font-size: 9px;
	font-weight: 950;
	line-height: 1.2;
}

.psc-v4-catalog__card-meta span {
	background: var(--psc-catalog-navy);
	color: #ffffff;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.psc-v4-catalog__card-meta strong {
	overflow: hidden;
	background: var(--psc-catalog-panel);
	color: var(--psc-catalog-muted);
	text-overflow: ellipsis;
	white-space: nowrap;
}

.psc-v4-catalog__card h3 {
	margin: 14px 0 8px;
	font-size: 20px;
	font-weight: 950;
	letter-spacing: -0.035em;
	line-height: 1.08;
}

.psc-v4-catalog__card h3 a {
	color: var(--psc-catalog-text);
	text-decoration: none;
}

.psc-v4-catalog__card h3 a:hover,
.psc-v4-catalog__card h3 a:focus-visible {
	color: var(--psc-catalog-blue);
}

.psc-v4-catalog__card-body > p {
	margin: 0;
	color: var(--psc-catalog-muted);
	font-size: 12px;
}

.psc-v4-catalog .psc-v4-report-status {
	display: grid;
	gap: 3px;
	margin-top: 14px;
	padding: 10px 11px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 10px;
	background: #f8fafc;
}

.psc-v4-catalog .psc-v4-report-status span {
	color: var(--psc-catalog-muted);
	font-size: 9px;
	font-weight: 850;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.psc-v4-catalog .psc-v4-report-status strong {
	color: var(--psc-catalog-text);
	font-size: 11px;
	font-weight: 800;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.psc-v4-catalog__card-footer {
	display: flex;
	margin-top: auto;
	padding-top: 16px;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.psc-v4-catalog__price,
.psc-v4-catalog__price .amount {
	color: var(--psc-catalog-text);
	font-size: 18px;
	font-weight: 950;
}

.psc-v4-catalog__price del {
	color: var(--psc-catalog-muted);
	font-size: 0.72em;
}

.psc-v4-catalog__price ins {
	text-decoration: none;
}

.psc-v4-catalog__price-unavailable {
	color: #94a3b8;
	font-size: 11px;
	font-weight: 750;
}

.psc-v4-catalog__view {
	display: inline-flex;
	min-height: 38px;
	padding: 8px 11px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--psc-catalog-blue);
	border-radius: 10px;
	background: var(--psc-catalog-blue);
	color: #ffffff;
	font-size: 11px;
	font-weight: 900;
	text-decoration: none;
	white-space: nowrap;
}

.psc-v4-catalog__view:hover,
.psc-v4-catalog__view:focus-visible {
	background: #1d4ed8;
	color: #ffffff;
}

.psc-v4-catalog__pagination {
	display: flex;
	margin-top: 22px;
	justify-content: center;
}

.psc-v4-catalog__pagination .woocommerce-pagination ul.page-numbers {
	display: flex;
	margin: 0;
	padding: 5px;
	gap: 4px;
	border: 1px solid var(--psc-catalog-border);
	border-radius: 14px;
	background: var(--psc-catalog-surface);
	list-style: none;
}

.psc-v4-catalog__pagination .woocommerce-pagination ul.page-numbers li {
	margin: 0;
	border: 0;
}

.psc-v4-catalog__pagination .page-numbers a,
.psc-v4-catalog__pagination .page-numbers span {
	display: grid;
	min-width: 36px;
	height: 36px;
	place-items: center;
	border-radius: 9px;
	color: var(--psc-catalog-text-2);
	font-size: 12px;
	font-weight: 850;
	text-decoration: none;
}

.psc-v4-catalog__pagination .page-numbers .current {
	background: var(--psc-catalog-navy);
	color: #ffffff;
}

.psc-v4-catalog__empty {
	display: flex;
	min-height: 250px;
	padding: 34px;
	align-items: center;
	justify-content: center;
	gap: 24px;
	border: 1px solid var(--psc-catalog-border);
	border-radius: 24px;
	background: var(--psc-catalog-surface);
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.055);
}

.psc-v4-catalog__empty-mark {
	position: relative;
	display: block;
	width: 74px;
	height: 74px;
	flex: 0 0 74px;
	border-radius: 20px;
	background: var(--psc-catalog-soft-blue);
}

.psc-v4-catalog__empty-mark::before,
.psc-v4-catalog__empty-mark::after {
	position: absolute;
	background: #60a5fa;
	content: "";
}

.psc-v4-catalog__empty-mark::before {
	top: 24px;
	left: 19px;
	width: 36px;
	height: 3px;
}

.psc-v4-catalog__empty-mark::after {
	top: 35px;
	left: 19px;
	width: 26px;
	height: 3px;
}

.psc-v4-catalog__empty h2 {
	margin: 0 0 7px;
	color: var(--psc-catalog-text);
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 950;
	letter-spacing: -0.04em;
	line-height: 1.05;
}

.psc-v4-catalog__empty p {
	margin: 0;
	color: var(--psc-catalog-muted);
}

@media (max-width: 1120px) {
	.psc-v4-catalog__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

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

@media (max-width: 820px) {
	.psc-v4-catalog {
		padding: 16px 16px 32px;
	}

	.psc-v4-catalog__intro {
		grid-template-columns: minmax(0, 1fr);
		padding: 26px;
	}

	.psc-v4-catalog__intro-status {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.psc-v4-catalog__intro-status strong {
		grid-column: 1 / -1;
	}

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

@media (max-width: 560px) {
	.psc-v4-catalog {
		padding-inline: 12px;
	}

	.psc-v4-catalog__intro {
		gap: 18px;
		padding: 22px 18px;
		border-radius: 18px;
	}

	.psc-v4-catalog__intro h1 {
		font-size: clamp(34px, 12vw, 48px);
	}

	.psc-v4-catalog__intro-status,
	.psc-v4-catalog__filters,
	.psc-v4-catalog__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.psc-v4-catalog__results-head,
	.psc-v4-catalog__card-footer,
	.psc-v4-catalog__empty {
		align-items: flex-start;
		flex-direction: column;
	}

	.psc-v4-catalog__visual,
	.psc-v4-catalog__visual img {
		height: 210px;
		min-height: 210px;
	}

	.psc-v4-catalog__card-body {
		min-height: 230px;
	}

	.psc-v4-catalog__view {
		width: 100%;
	}

	.psc-v4-catalog__empty {
		min-height: 0;
		padding: 24px;
	}
}

/* Catalog workspace alignment: one scoped filter rail and aligned procurement rows. */
.psc-v4-catalog .psc-v4-catalog__breadcrumb {
	display: flex;
	min-height: 40px;
	align-items: center;
	gap: 9px;
	color: var(--psc-catalog-muted);
	font-size: 11px;
}

.psc-v4-catalog .psc-v4-catalog__breadcrumb a {
	color: var(--psc-catalog-text-2);
	font-weight: 750;
	text-decoration: none;
}

.psc-v4-catalog .psc-v4-catalog__breadcrumb a:last-child {
	color: var(--psc-catalog-navy);
}

.psc-v4-catalog .psc-v4-catalog__hero {
	min-height: 210px;
	padding: 24px 30px;
	border-radius: 12px;
	box-shadow: 0 10px 25px rgba(15, 23, 42, 0.09);
}

.psc-v4-catalog .psc-v4-catalog__hero h1 {
	margin: 10px 0 8px;
	font-size: clamp(38px, 3.4vw, 42px);
	letter-spacing: -0.045em;
}

.psc-v4-catalog .psc-v4-catalog__hero-copy > p {
	font-size: 17px;
}

.psc-v4-catalog .psc-v4-catalog__value-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	margin-top: 22px;
}

.psc-v4-catalog .psc-v4-catalog__value-card {
	display: flex;
	min-width: 0;
	align-items: flex-start;
	gap: 10px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.psc-v4-catalog .psc-v4-catalog__value-icon {
	display: grid;
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	place-items: center;
	border: 1px solid rgba(219, 234, 254, 0.75);
	border-radius: 7px;
	color: #dbeafe;
	font-size: 13px;
	font-weight: 850;
}

.psc-v4-catalog .psc-v4-catalog__value-card > span:last-child {
	display: grid;
	gap: 3px;
}

.psc-v4-catalog .psc-v4-catalog__value-card strong {
	font-size: 11px;
	line-height: 1.25;
}

.psc-v4-catalog .psc-v4-catalog__value-card small {
	color: #cbd5e1;
	font-size: 10px;
	line-height: 1.35;
}

.psc-v4-catalog .psc-v4-catalog__workflow {
	width: min(100%, 300px);
	justify-self: end;
	padding: 15px 17px;
	border-radius: 10px;
}

.psc-v4-catalog .psc-v4-catalog__workflow ol {
	gap: 9px;
	margin-top: 14px;
}

.psc-v4-catalog .psc-v4-catalog__workflow li {
	padding-left: 28px;
	font-size: 11px;
}

.psc-v4-catalog .psc-v4-catalog__workflow li::before {
	width: 18px;
	height: 18px;
	font-size: 9px;
}

.psc-v4-catalog .psc-v4-catalog__results {
	margin-top: 16px;
}

.psc-v4-catalog .psc-v4-catalog__results-head {
	margin-bottom: 10px;
	align-items: center;
}

.psc-v4-catalog .psc-v4-catalog__results-head h2 {
	margin: 0;
	font-size: clamp(20px, 2vw, 24px);
	letter-spacing: -0.035em;
}

.psc-v4-catalog .psc-v4-catalog__results-head > strong {
	border-color: var(--psc-catalog-border-strong);
	background: var(--psc-catalog-panel);
	color: var(--psc-catalog-text-2);
}

.psc-v4-catalog .psc-v4-catalog__layout {
	grid-template-columns: minmax(230px, 245px) minmax(0, 1fr);
	gap: 18px;
}

.psc-v4-catalog .psc-v4-catalog__filter-panel {
	gap: 11px;
	min-width: 0;
	padding: 16px;
	border-radius: 10px;
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.035);
}

.psc-v4-catalog .psc-v4-catalog__filter-panel > strong {
	font-size: 16px;
}

.psc-v4-catalog .psc-v4-catalog__filters {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.psc-v4-catalog .psc-v4-catalog__filter-group {
	gap: 7px;
	padding: 0;
	border: 0;
	background: transparent;
}

.psc-v4-catalog .psc-v4-catalog__filter-group select {
	min-height: 40px;
	font-size: 12px;
}

.psc-v4-catalog .psc-v4-catalog__filter-submit,
.psc-v4-catalog .psc-v4-catalog__filter-reset {
	width: 100%;
	min-height: 40px;
}

.psc-v4-catalog .psc-v4-catalog__filter-reset {
	background: #fff;
}

.psc-v4-catalog .psc-v4-catalog__product-row {
	grid-template-columns: minmax(300px, 2.15fr) minmax(115px, 0.75fr) minmax(175px, 1.05fr) minmax(145px, 0.85fr) minmax(145px, 0.85fr) minmax(150px, 0.9fr);
	gap: 14px;
	padding: 12px 14px;
	border-radius: 8px;
	box-shadow: none;
	min-width: 0;
}

.psc-v4-catalog .psc-v4-catalog__product-list {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.psc-v4-catalog .psc-v4-catalog__table-head {
	display: grid;
	grid-template-columns: minmax(300px, 2.15fr) minmax(115px, 0.75fr) minmax(175px, 1.05fr) minmax(145px, 0.85fr) minmax(145px, 0.85fr) minmax(150px, 0.9fr);
	gap: 14px;
	margin-bottom: 2px;
	padding: 11px 14px;
	border: 1px solid #edf1f6;
	border-radius: 8px;
	background: #f4f7fb;
	color: var(--psc-catalog-muted);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.02em;
	min-width: 0;
}

.psc-v4-catalog .psc-v4-catalog__table-head strong {
	min-width: 0;
}

.psc-v4-catalog .psc-v4-catalog__product-row > * {
	min-width: 0;
}

.psc-v4-catalog .psc-v4-catalog__product-info {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 12px;
}

.psc-v4-catalog .psc-v4-catalog__product-visual,
.psc-v4-catalog .psc-v4-catalog__product-visual img {
	width: 60px;
	min-width: 60px;
	height: 60px;
	min-height: 60px;
	border-radius: 7px;
}

.psc-v4-catalog .psc-v4-catalog__documentation,
.psc-v4-catalog .psc-v4-catalog__procurement {
	min-width: 0;
}

.psc-v4-catalog .psc-v4-catalog__product-spec,
.psc-v4-catalog .psc-v4-catalog__reference-price,
.psc-v4-catalog .psc-v4-catalog__product-actions {
	min-width: 0;
	align-self: center;
}

.psc-v4-catalog .psc-v4-catalog__product-spec {
	display: grid;
	gap: 4px;
}

.psc-v4-catalog .psc-v4-catalog__product-spec strong {
	color: var(--psc-catalog-text);
	font-size: 13px;
}

.psc-v4-catalog .psc-v4-catalog__product-spec span {
	color: var(--psc-catalog-muted);
	font-size: 10px;
}

.psc-v4-catalog .psc-v4-catalog__product-identity h3 {
	margin-top: 4px;
	font-size: 16px;
}

.psc-v4-catalog .psc-v4-catalog__product-kicker {
	padding: 3px 6px;
	font-size: 8px;
}

.psc-v4-catalog .psc-v4-catalog__product-identity dl {
	gap: 2px;
}

.psc-v4-catalog .psc-v4-catalog__doc-status {
	border: 1px solid #e8edf3;
	border-radius: 6px;
	background: #f8fafc;
	padding: 5px 6px;
}

.psc-v4-catalog .psc-v4-catalog__documentation > strong,
.psc-v4-catalog .psc-v4-catalog__procurement > strong {
	display: none;
}

.psc-v4-catalog .psc-v4-catalog__procurement > strong {
	font-size: 12px;
}

.psc-v4-catalog .psc-v4-catalog__reference-price strong {
	font-size: 15px;
}

.psc-v4-catalog .psc-v4-catalog__reference-price span {
	max-width: 150px;
	font-size: 9px;
}

.psc-v4-catalog .psc-v4-catalog__product-actions {
	display: grid;
	align-items: stretch;
	grid-template-columns: 1fr;
	gap: 6px;
	margin-top: 0;
}

.psc-v4-catalog .psc-v4-catalog__quote,
.psc-v4-catalog .psc-v4-catalog__view {
	width: 100%;
	min-height: 34px;
	min-width: 0;
	padding: 6px 7px;
	font-size: 10px;
}

@media (max-width: 1120px) {
	.psc-v4-catalog .psc-v4-catalog__value-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.psc-v4-catalog .psc-v4-catalog__layout {
		grid-template-columns: 1fr;
	}

	.psc-v4-catalog .psc-v4-catalog__filter-panel {
		grid-template-columns: minmax(0, 1fr) minmax(180px, 220px) minmax(130px, 160px);
		align-items: end;
	}

	.psc-v4-catalog .psc-v4-catalog__filter-panel > strong {
		align-self: center;
	}

	.psc-v4-catalog .psc-v4-catalog__filters {
		grid-column: 2 / -1;
		grid-template-columns: minmax(180px, 1fr) auto auto;
		align-items: end;
	}

	.psc-v4-catalog .psc-v4-catalog__product-row {
		grid-template-columns: minmax(0, 1fr) minmax(150px, 220px);
	}

	.psc-v4-catalog .psc-v4-catalog__table-head {
		display: none;
	}

	.psc-v4-catalog .psc-v4-catalog__documentation > strong,
	.psc-v4-catalog .psc-v4-catalog__procurement > strong {
		display: block;
	}

	.psc-v4-catalog .psc-v4-catalog__product-info {
		grid-column: 1;
	}

	.psc-v4-catalog .psc-v4-catalog__product-spec {
		grid-column: 2;
	}

	.psc-v4-catalog .psc-v4-catalog__documentation,
	.psc-v4-catalog .psc-v4-catalog__procurement,
	.psc-v4-catalog .psc-v4-catalog__reference-price,
	.psc-v4-catalog .psc-v4-catalog__product-actions {
		grid-column: 1 / -1;
		border-top: 1px solid var(--psc-catalog-border);
		padding-top: 12px;
	}
}

@media (max-width: 620px) {
	.psc-v4-catalog .psc-v4-catalog__value-grid {
		grid-template-columns: 1fr;
	}

	.psc-v4-catalog .psc-v4-catalog__results-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.psc-v4-catalog .psc-v4-catalog__filter-panel,
	.psc-v4-catalog .psc-v4-catalog__filters {
		grid-template-columns: 1fr;
	}

	.psc-v4-catalog .psc-v4-catalog__filters {
		grid-column: auto;
	}

	.psc-v4-catalog .psc-v4-catalog__product-row {
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 13px;
	}

	.psc-v4-catalog .psc-v4-catalog__product-info,
	.psc-v4-catalog .psc-v4-catalog__product-spec,
	.psc-v4-catalog .psc-v4-catalog__documentation,
	.psc-v4-catalog .psc-v4-catalog__procurement,
	.psc-v4-catalog .psc-v4-catalog__reference-price,
	.psc-v4-catalog .psc-v4-catalog__product-actions {
		grid-column: 1;
	}

	.psc-v4-catalog .psc-v4-catalog__product-visual {
		max-width: 150px;
	}

	.psc-v4-catalog .psc-v4-catalog__documentation,
	.psc-v4-catalog .psc-v4-catalog__procurement {
		grid-column: 1;
	}

	.psc-v4-catalog .psc-v4-catalog__product-actions {
		flex-direction: column;
	}

	.psc-v4-catalog .psc-v4-catalog__quote,
	.psc-v4-catalog .psc-v4-catalog__view {
		width: 100%;
	}
}

/* Catalog mobile/tablet density correction. */
@media (max-width: 820px) {
	.psc-v4-catalog-route .psc-v4-shell__top-strip {
		min-height: 30px;
		font-size: 10px;
	}

	.psc-v4-catalog-route .psc-v4-shell__strip-inner {
		padding: 4px 12px;
		gap: 8px;
	}

	.psc-v4-catalog-route .psc-v4-shell__header-main {
		grid-template-columns: minmax(0, 1fr) auto;
		padding: 6px 12px 5px;
		gap: 5px;
	}

	.psc-v4-catalog-route .psc-v4-shell__search {
		grid-column: 1 / -1;
		height: 34px;
	}

	.psc-v4-catalog-route .psc-v4-shell__actions {
		display: flex;
		width: auto;
		grid-column: auto;
	}

	.psc-v4-catalog-route .psc-v4-shell__actions > a {
		min-height: 32px;
		padding: 5px 8px;
	}

	.psc-v4-catalog-route .psc-v4-shell__nav {
		display: flex;
		padding: 0 12px 5px;
	}

	.psc-v4-catalog .psc-v4-catalog__hero {
		min-height: 0;
		padding: 22px 20px;
	}

	.psc-v4-catalog .psc-v4-catalog__hero h1 {
		font-size: 36px;
		line-height: 1.1;
	}

	.psc-v4-catalog .psc-v4-catalog__workflow {
		width: 100%;
		padding: 18px 20px;
	}

	.psc-v4-catalog .psc-v4-catalog__results {
		margin-top: 12px;
	}

	.psc-v4-catalog .psc-v4-catalog__filter-panel {
		padding: 18px;
	}

	.psc-v4-catalog .psc-v4-catalog__product-row {
		gap: 10px;
		padding: 14px;
	}
}

@media (max-width: 640px) {
	.psc-v4-catalog-route .psc-v4-shell__header-main {
		padding: 5px 10px 4px;
	}

	.psc-v4-catalog-route .psc-v4-shell__brand {
		gap: 7px;
	}

	.psc-v4-catalog-route .psc-v4-shell__brand-mark {
		width: 30px;
		height: 30px;
		flex-basis: 30px;
		border-radius: 9px;
	}

	.psc-v4-catalog-route .psc-v4-shell__brand strong {
		font-size: 14px;
	}

	.psc-v4-catalog-route .psc-v4-shell__brand small {
		font-size: 8px;
	}

	.psc-v4-catalog-route .psc-v4-shell__search {
		height: 32px;
	}

	.psc-v4-catalog-route .psc-v4-shell__footer-inner {
		padding: 18px 14px 14px;
	}

	.psc-v4-catalog-route .psc-v4-shell__footer-grid {
		gap: 12px;
	}

	.psc-v4-catalog-route .psc-v4-shell__footer-bottom {
		margin-top: 14px;
		padding-top: 10px;
	}

	.psc-v4-catalog {
		padding: 8px 12px 20px;
	}

	.psc-v4-catalog .psc-v4-catalog__breadcrumb {
		min-height: 30px;
	}

	.psc-v4-catalog .psc-v4-catalog__hero {
		padding: 24px 20px;
	}

	.psc-v4-catalog .psc-v4-catalog__eyebrow {
		padding: 5px 8px;
		font-size: 9px;
	}

	.psc-v4-catalog .psc-v4-catalog__hero h1 {
		max-width: 340px;
		margin: 8px 0 7px;
		font-size: 35px;
		line-height: 1.1;
	}

	.psc-v4-catalog .psc-v4-catalog__hero-copy > p {
		font-size: 14px;
		line-height: 1.35;
	}

	.psc-v4-catalog .psc-v4-catalog__value-grid {
		gap: 13px;
		margin-top: 16px;
	}

	.psc-v4-catalog .psc-v4-catalog__value-icon {
		width: 20px;
		height: 20px;
		flex-basis: 20px;
		font-size: 11px;
	}

	.psc-v4-catalog .psc-v4-catalog__value-card strong {
		font-size: 10px;
	}

	.psc-v4-catalog .psc-v4-catalog__value-card small {
		font-size: 9px;
	}

	.psc-v4-catalog .psc-v4-catalog__workflow {
		padding: 18px 18px;
	}

	.psc-v4-catalog .psc-v4-catalog__workflow ol {
		gap: 7px;
		margin-top: 10px;
	}

	.psc-v4-catalog .psc-v4-catalog__workflow li {
		font-size: 10px;
	}

	.psc-v4-catalog .psc-v4-catalog__results-head {
		margin-bottom: 7px;
	}

	.psc-v4-catalog .psc-v4-catalog__results-head h2 {
		font-size: 26px;
	}

	.psc-v4-catalog .psc-v4-catalog__filter-panel {
		gap: 9px;
		padding: 18px 16px;
	}

	.psc-v4-catalog .psc-v4-catalog__filter-panel > strong {
		font-size: 14px;
	}

	.psc-v4-catalog .psc-v4-catalog__filters {
		gap: 9px;
	}

	.psc-v4-catalog .psc-v4-catalog__filter-group {
		gap: 5px;
	}

	.psc-v4-catalog .psc-v4-catalog__filter-group select,
	.psc-v4-catalog .psc-v4-catalog__filter-submit,
	.psc-v4-catalog .psc-v4-catalog__filter-reset {
		min-height: 48px;
	}

	.psc-v4-catalog .psc-v4-catalog__product-list {
		gap: 13px;
	}

	.psc-v4-catalog .psc-v4-catalog__product-row {
		gap: 12px;
		padding: 18px 16px;
	}

	.psc-v4-catalog .psc-v4-catalog__product-info {
		align-items: flex-start;
		gap: 10px;
	}

	.psc-v4-catalog .psc-v4-catalog__product-visual,
	.psc-v4-catalog .psc-v4-catalog__product-visual img {
		width: 62px;
		min-width: 62px;
		height: 62px;
		min-height: 62px;
	}

	.psc-v4-catalog .psc-v4-catalog__product-identity h3 {
		margin: 2px 0 4px;
		font-size: 21px;
		line-height: 1.12;
	}

	.psc-v4-catalog .psc-v4-catalog__product-identity p {
		margin-bottom: 5px;
	}

	.psc-v4-catalog .psc-v4-catalog__product-identity dl {
		gap: 2px;
	}

	.psc-v4-catalog .psc-v4-catalog__product-spec {
		gap: 2px;
	}

	.psc-v4-catalog .psc-v4-catalog__documentation,
	.psc-v4-catalog .psc-v4-catalog__procurement,
	.psc-v4-catalog .psc-v4-catalog__reference-price,
	.psc-v4-catalog .psc-v4-catalog__product-actions {
		padding-top: 9px;
	}

	.psc-v4-catalog .psc-v4-catalog__documentation {
		gap: 8px;
	}

	.psc-v4-catalog .psc-v4-catalog__doc-status {
		min-height: 40px;
		padding: 8px 7px;
	}

	.psc-v4-catalog .psc-v4-catalog__procurement {
		gap: 5px;
	}

	.psc-v4-catalog .psc-v4-catalog__reference-price {
		gap: 2px;
	}

	.psc-v4-catalog .psc-v4-catalog__reference-price strong {
		font-size: 16px;
	}

	.psc-v4-catalog .psc-v4-catalog__product-actions {
		gap: 8px;
	}

	.psc-v4-catalog .psc-v4-catalog__quote,
	.psc-v4-catalog .psc-v4-catalog__view {
		min-height: 48px;
	}
}

/*
 * V4 checkout visual refinement.
 * Presentation-only overrides remain inside the checkout route wrapper.
 */
.psc-v4-checkout {
	--psc-checkout-navy-950: #071828;
	--psc-checkout-navy-900: #0b2238;
	--psc-checkout-navy-800: #10324f;
	--psc-checkout-navy-700: #174766;
	--psc-checkout-blue-500: #397da3;
	--psc-checkout-blue-100: #e6f0f6;
	--psc-checkout-slate-900: #172435;
	--psc-checkout-slate-700: #46566a;
	--psc-checkout-slate-500: #718096;
	--psc-checkout-slate-300: #cbd5e1;
	--psc-checkout-slate-200: #dbe3ec;
	--psc-checkout-slate-100: #edf2f7;
	--psc-checkout-slate-50: #f7f9fc;
	padding-top: 38px;
	background:
		linear-gradient(180deg, rgba(219, 229, 240, 0.78) 0, rgba(242, 246, 250, 0) 360px),
		#f2f5f8;
	color: var(--psc-checkout-slate-900);
}

.psc-v4-checkout__hero {
	border-color: rgba(133, 174, 204, 0.34);
	background:
		radial-gradient(circle at 88% 14%, rgba(76, 145, 184, 0.26), transparent 34%),
		linear-gradient(135deg, var(--psc-checkout-navy-950) 0%, var(--psc-checkout-navy-900) 58%, #123b5c 100%);
	box-shadow: 0 20px 50px rgba(7, 24, 40, 0.18);
}

.psc-v4-checkout__eyebrow {
	border-color: rgba(175, 211, 232, 0.34);
	background: rgba(174, 210, 231, 0.1);
	color: #b9d8ea;
}

.psc-v4-checkout__hero > p {
	color: #d6e2ec;
}

.psc-v4-checkout__chips span {
	border-color: rgba(190, 216, 232, 0.24);
	background: rgba(255, 255, 255, 0.07);
	color: #eef5f9;
}

.psc-v4-checkout__layout {
	gap: 26px;
	margin-top: 28px;
}

.psc-v4-checkout__native {
	padding: clamp(22px, 3vw, 36px);
	border-color: var(--psc-checkout-slate-200);
	border-radius: 18px;
	box-shadow: 0 16px 42px rgba(18, 38, 58, 0.09);
}

.psc-v4-checkout__native .wc-block-checkout__main {
	padding-right: clamp(18px, 3vw, 34px);
}

.psc-v4-checkout__native .wc-block-checkout__sidebar {
	padding: 20px;
	border: 1px solid var(--psc-checkout-slate-200);
	border-radius: 14px;
	background: var(--psc-checkout-slate-50);
	box-shadow: 0 10px 26px rgba(22, 45, 68, 0.06);
}

.psc-v4-checkout__native .wc-block-components-checkout-step,
.psc-v4-checkout__native .woocommerce-billing-fields,
.psc-v4-checkout__native .woocommerce-additional-fields,
.psc-v4-checkout__native .woocommerce-checkout-review-order {
	margin: 0 0 18px;
	padding: 22px;
	border: 1px solid var(--psc-checkout-slate-200);
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 8px 22px rgba(22, 45, 68, 0.045);
}

.psc-v4-checkout__native .wc-block-components-checkout-step:last-child,
.psc-v4-checkout__native .woocommerce-additional-fields:last-child,
.psc-v4-checkout__native .woocommerce-checkout-review-order:last-child {
	margin-bottom: 0;
}

.psc-v4-checkout__native .wc-block-components-checkout-step__heading {
	align-items: flex-start;
	margin: 0 0 20px;
	padding: 0 0 15px;
	border-bottom: 1px solid var(--psc-checkout-slate-100);
}

.psc-v4-checkout__native .wc-block-components-checkout-step__title,
.psc-v4-checkout__native .wc-block-components-title,
.psc-v4-checkout__native .wc-block-checkout__form h2,
.psc-v4-checkout__native .woocommerce h2,
.psc-v4-checkout__native .woocommerce h3 {
	margin-top: 0;
	color: var(--psc-checkout-navy-900);
	font-size: 20px;
	font-weight: 760;
	letter-spacing: -0.025em;
	line-height: 1.25;
}

.psc-v4-checkout__native .wc-block-components-checkout-step__description,
.psc-v4-checkout__native .wc-block-components-checkout-step__heading-content,
.psc-v4-checkout__native .woocommerce form .form-row label,
.psc-v4-checkout__native .woocommerce .form-row label {
	color: var(--psc-checkout-slate-700);
	font-size: 12px;
	font-weight: 650;
	line-height: 1.45;
}

.psc-v4-checkout__native .wc-block-components-checkout-step__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border: 1px solid #b7cad8;
	border-radius: 50%;
	background: var(--psc-checkout-blue-100);
	color: var(--psc-checkout-navy-800);
	font-size: 12px;
	font-weight: 800;
}

.psc-v4-checkout__native .wc-block-components-address-form,
.psc-v4-checkout__native .wc-block-components-checkout-step__container {
	gap: 15px;
}

.psc-v4-checkout__native .wc-block-components-text-input,
.psc-v4-checkout__native .wc-block-components-combobox,
.psc-v4-checkout__native .woocommerce form .form-row {
	margin-bottom: 14px;
}

.psc-v4-checkout__native .wc-block-components-text-input input,
.psc-v4-checkout__native .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.psc-v4-checkout__native .woocommerce input.input-text,
.psc-v4-checkout__native .woocommerce select,
.psc-v4-checkout__native .woocommerce textarea {
	min-height: 50px;
	padding: 12px 14px;
	border: 1px solid var(--psc-checkout-slate-300);
	border-radius: 9px;
	background: #ffffff;
	box-shadow: 0 1px 2px rgba(18, 38, 58, 0.025);
	color: var(--psc-checkout-slate-900);
	font-size: 14px;
	line-height: 1.4;
	transition: border-color 150ms ease, box-shadow 150ms ease, background-color 150ms ease;
}

.psc-v4-checkout__native .woocommerce textarea {
	min-height: 112px;
	resize: vertical;
}

.psc-v4-checkout__native .wc-block-components-text-input input:focus,
.psc-v4-checkout__native .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.psc-v4-checkout__native .woocommerce input.input-text:focus,
.psc-v4-checkout__native .woocommerce select:focus,
.psc-v4-checkout__native .woocommerce textarea:focus {
	border-color: var(--psc-checkout-blue-500);
	outline: 0;
	box-shadow: 0 0 0 3px rgba(57, 125, 163, 0.14);
	background: #ffffff;
}

.psc-v4-checkout__native .wc-block-components-text-input label,
.psc-v4-checkout__native .wc-block-components-combobox .components-base-control__label,
.psc-v4-checkout__native .wc-block-components-formatted-money-amount {
	color: var(--psc-checkout-slate-700);
}

.psc-v4-checkout__native input[type="checkbox"],
.psc-v4-checkout__native input[type="radio"] {
	accent-color: var(--psc-checkout-navy-700);
}

.psc-v4-checkout__native .wc-block-components-checkbox,
.psc-v4-checkout__native .woocommerce .form-row label.checkbox {
	color: var(--psc-checkout-slate-700);
	font-size: 13px;
	line-height: 1.5;
}

.psc-v4-checkout__native .wc-block-checkout__payment-method .wc-block-components-radio-control,
.psc-v4-checkout__native .wc-block-components-radio-control-accordion-option,
.psc-v4-checkout__native .woocommerce-checkout-payment {
	border: 1px solid var(--psc-checkout-slate-200);
	border-radius: 12px;
	background: var(--psc-checkout-slate-50);
}

.psc-v4-checkout__native .wc-block-components-radio-control__option,
.psc-v4-checkout__native .wc-block-components-radio-control-accordion-option {
	padding: 16px;
	border-bottom: 1px solid var(--psc-checkout-slate-200);
	background: #ffffff;
}

.psc-v4-checkout__native .wc-block-components-radio-control__option:last-child,
.psc-v4-checkout__native .wc-block-components-radio-control-accordion-option:last-child {
	border-bottom: 0;
}

.psc-v4-checkout__native .wc-block-components-radio-control__option:has(input:checked),
.psc-v4-checkout__native .wc-block-components-radio-control-accordion-option:has(input:checked) {
	background: #eef5f9;
	box-shadow: inset 3px 0 0 var(--psc-checkout-navy-700);
}

.psc-v4-checkout__native .wc-block-components-radio-control__label,
.psc-v4-checkout__native .wc-block-components-radio-control__option-layout {
	color: var(--psc-checkout-navy-900);
	font-size: 14px;
	font-weight: 750;
}

.psc-v4-checkout__native .wc-block-components-radio-control-accordion-content,
.psc-v4-checkout__native .wc-block-components-radio-control__description-group,
.psc-v4-checkout__native .woocommerce-checkout-payment .payment_box {
	margin: 0;
	padding: 14px 16px 16px;
	border-top: 1px solid var(--psc-checkout-slate-200);
	background: #f4f8fb;
	color: var(--psc-checkout-slate-700);
	font-size: 13px;
	line-height: 1.6;
}

.psc-v4-checkout__native .wc-block-components-order-summary,
.psc-v4-checkout__native .woocommerce-checkout-review-order-table {
	border: 0;
	background: transparent;
}

.psc-v4-checkout__native .wc-block-components-order-summary__button-text,
.psc-v4-checkout__native .wc-block-components-order-summary__button-text strong,
.psc-v4-checkout__native .woocommerce-checkout-review-order-table thead th {
	color: var(--psc-checkout-navy-900);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.01em;
}

.psc-v4-checkout__native .wc-block-components-order-summary-item,
.psc-v4-checkout__native .woocommerce-checkout-review-order-table tbody tr,
.psc-v4-checkout__native .woocommerce-checkout-review-order-table tfoot tr {
	border-bottom: 1px solid var(--psc-checkout-slate-200);
}

.psc-v4-checkout__native .wc-block-components-order-summary-item {
	padding: 16px 0;
}

.psc-v4-checkout__native .wc-block-components-order-summary-item__description,
.psc-v4-checkout__native .wc-block-components-order-summary-item__total-price,
.psc-v4-checkout__native .woocommerce-checkout-review-order-table td,
.psc-v4-checkout__native .woocommerce-checkout-review-order-table th {
	padding-top: 13px;
	padding-bottom: 13px;
	color: var(--psc-checkout-slate-700);
	font-size: 13px;
	line-height: 1.45;
}

.psc-v4-checkout__native .wc-block-components-order-summary-item__description .wc-block-components-product-name,
.psc-v4-checkout__native .woocommerce-checkout-review-order-table .product-name {
	color: var(--psc-checkout-slate-900);
	font-weight: 700;
}

.psc-v4-checkout__native .wc-block-components-order-summary-item__image img {
	border: 1px solid var(--psc-checkout-slate-200);
	border-radius: 8px;
	background: #ffffff;
}

.psc-v4-checkout__native .wc-block-components-totals-wrapper {
	padding: 14px 0;
	border-top: 0;
	border-bottom: 1px solid var(--psc-checkout-slate-200);
}

.psc-v4-checkout__native .wc-block-components-totals-footer-item,
.psc-v4-checkout__native .woocommerce-checkout-review-order-table .order-total {
	margin-top: 4px;
	padding-top: 18px;
	border-top: 2px solid var(--psc-checkout-navy-800);
}

.psc-v4-checkout__native .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.psc-v4-checkout__native .wc-block-components-totals-footer-item .wc-block-formatted-money-amount,
.psc-v4-checkout__native .woocommerce-checkout-review-order-table .order-total th,
.psc-v4-checkout__native .woocommerce-checkout-review-order-table .order-total td {
	color: var(--psc-checkout-navy-900);
	font-size: 17px;
	font-weight: 850;
}

.psc-v4-checkout__native .wc-block-checkout__add-note,
.psc-v4-checkout__native .wc-block-checkout__terms,
.psc-v4-checkout__native .woocommerce-additional-fields,
.psc-v4-checkout__native .woocommerce-terms-and-conditions-wrapper {
	color: var(--psc-checkout-slate-700);
	font-size: 12px;
	line-height: 1.6;
}

.psc-v4-checkout__native .wc-block-checkout__add-note {
	margin-top: 10px;
	padding: 14px 0;
	border-top: 1px solid var(--psc-checkout-slate-200);
	border-bottom: 1px solid var(--psc-checkout-slate-200);
}

.psc-v4-checkout__native .wc-block-components-panel__button {
	color: var(--psc-checkout-navy-800);
	font-size: 13px;
	font-weight: 750;
}

.psc-v4-checkout__native .wc-block-checkout__terms a,
.psc-v4-checkout__native .woocommerce-privacy-policy-text a,
.psc-v4-checkout__native .woocommerce-terms-and-conditions-wrapper a {
	color: var(--psc-checkout-blue-500);
	font-weight: 700;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.psc-v4-checkout__native .wc-block-components-checkout-place-order-button,
.psc-v4-checkout__native .woocommerce #place_order {
	min-height: 54px;
	padding: 14px 20px;
	border: 1px solid var(--psc-checkout-navy-800);
	border-radius: 10px;
	background: var(--psc-checkout-navy-800);
	box-shadow: 0 9px 20px rgba(16, 50, 79, 0.18);
	color: #ffffff;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.015em;
}

.psc-v4-checkout__native .wc-block-components-checkout-place-order-button:hover,
.psc-v4-checkout__native .wc-block-components-checkout-place-order-button:focus-visible,
.psc-v4-checkout__native .woocommerce #place_order:hover,
.psc-v4-checkout__native .woocommerce #place_order:focus-visible {
	border-color: var(--psc-checkout-navy-950);
	background: var(--psc-checkout-navy-950);
	box-shadow: 0 0 0 3px rgba(57, 125, 163, 0.18), 0 10px 24px rgba(7, 24, 40, 0.2);
}

.psc-v4-checkout__review {
	border-color: #294b68;
	background:
		linear-gradient(160deg, rgba(59, 115, 153, 0.18), transparent 48%),
		var(--psc-checkout-navy-900);
	box-shadow: 0 16px 40px rgba(7, 24, 40, 0.18);
	color: #e7eef4;
}

.psc-v4-checkout__review-kicker {
	color: #8fc3de;
}

.psc-v4-checkout__review > strong {
	border-color: rgba(184, 211, 229, 0.23);
	background: rgba(255, 255, 255, 0.055);
	color: #e5f1f7;
}

.psc-v4-checkout__review li {
	color: #c6d4df;
}

.psc-v4-checkout__review li::before {
	border-color: #78aeca;
	background: #284f6d;
}

.psc-v4-checkout__review > p {
	border-top-color: rgba(183, 207, 224, 0.18);
	color: #9fb7c8;
}

@media (max-width: 1180px) {
	.psc-v4-checkout__native .wc-block-checkout__main {
		padding-right: 20px;
	}

	.psc-v4-checkout__native .wc-block-checkout__sidebar {
		padding: 16px;
	}
}

@media (max-width: 900px) {
	.psc-v4-checkout__native .wc-block-checkout__main {
		padding-right: 0;
	}

	.psc-v4-checkout__native .wc-block-checkout__sidebar {
		margin-top: 20px;
	}
}

@media (max-width: 700px) {
	.psc-v4-checkout {
		padding-top: 20px;
	}

	.psc-v4-checkout__native .wc-block-components-checkout-step,
	.psc-v4-checkout__native .woocommerce-billing-fields,
	.psc-v4-checkout__native .woocommerce-additional-fields,
	.psc-v4-checkout__native .woocommerce-checkout-review-order {
		padding: 17px 14px;
		border-radius: 11px;
	}

	.psc-v4-checkout__native .wc-block-checkout__sidebar {
		padding: 14px;
		border-radius: 11px;
	}

	.psc-v4-checkout__native .wc-block-components-text-input input,
	.psc-v4-checkout__native .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
	.psc-v4-checkout__native .woocommerce input.input-text,
	.psc-v4-checkout__native .woocommerce select {
		min-height: 48px;
	}

	.psc-v4-checkout__native .wc-block-components-checkout-place-order-button,
	.psc-v4-checkout__native .woocommerce #place_order {
		width: 100%;
	}
}

/*
 * V4 checkout inner-form polish.
 * Presentation-only overrides for native WooCommerce Checkout Block markup.
 */
.psc-v4-checkout__native {
	background:
		linear-gradient(180deg, rgba(230, 238, 246, 0.38), rgba(255, 255, 255, 0) 190px),
		#ffffff;
}

.psc-v4-checkout__native .wc-block-checkout,
.psc-v4-checkout__native .woocommerce-checkout {
	color: var(--psc-checkout-slate-900);
}

.psc-v4-checkout__native .wc-block-checkout__main {
	min-width: 0;
}

.psc-v4-checkout__native .wc-block-components-checkout-step,
.psc-v4-checkout__native .woocommerce-billing-fields,
.psc-v4-checkout__native .woocommerce-additional-fields,
.psc-v4-checkout__native .woocommerce-checkout-review-order {
	position: relative;
	overflow: hidden;
	border-color: #d5e0ea;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.9) inset,
		0 9px 26px rgba(14, 42, 65, 0.055);
}

.psc-v4-checkout__native .wc-block-components-checkout-step::before,
.psc-v4-checkout__native .woocommerce-billing-fields::before,
.psc-v4-checkout__native .woocommerce-additional-fields::before,
.psc-v4-checkout__native .woocommerce-checkout-review-order::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--psc-checkout-navy-800), #6f9db8 72%, #c8dae5);
	content: "";
}

.psc-v4-checkout__native .wc-block-components-checkout-step__heading {
	gap: 14px;
	min-height: 44px;
	margin-bottom: 22px;
	padding-bottom: 17px;
}

.psc-v4-checkout__native .wc-block-components-checkout-step__title,
.psc-v4-checkout__native .wc-block-components-title,
.psc-v4-checkout__native .wc-block-checkout__form h2,
.psc-v4-checkout__native .woocommerce h2,
.psc-v4-checkout__native .woocommerce h3 {
	color: var(--psc-checkout-navy-950);
	font-size: clamp(18px, 1.6vw, 21px);
	font-weight: 800;
}

.psc-v4-checkout__native .wc-block-components-checkout-step__description,
.psc-v4-checkout__native .wc-block-components-checkout-step__heading-content {
	max-width: 56ch;
	margin-top: 5px;
	color: var(--psc-checkout-slate-500);
	font-weight: 550;
}

.psc-v4-checkout__native .wc-block-components-checkout-step__number {
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	border-color: #9fb9ca;
	background: #edf5f9;
	box-shadow: 0 0 0 4px rgba(230, 240, 246, 0.82);
}

.psc-v4-checkout__native .wc-block-components-address-form,
.psc-v4-checkout__native .wc-block-components-checkout-step__container {
	row-gap: 17px;
}

.psc-v4-checkout__native .wc-block-components-text-input,
.psc-v4-checkout__native .wc-block-components-combobox,
.psc-v4-checkout__native .wc-block-components-country-input,
.psc-v4-checkout__native .wc-block-components-state-input {
	min-width: 0;
}

.psc-v4-checkout__native .wc-block-components-text-input input,
.psc-v4-checkout__native .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.psc-v4-checkout__native .wc-block-components-textarea,
.psc-v4-checkout__native .woocommerce input.input-text,
.psc-v4-checkout__native .woocommerce select,
.psc-v4-checkout__native .woocommerce textarea {
	min-height: 52px;
	border-color: #b9c8d7;
	border-radius: 8px;
	background: #fbfcfe;
	box-shadow: 0 1px 2px rgba(12, 35, 54, 0.035) inset;
}

.psc-v4-checkout__native .wc-block-components-textarea,
.psc-v4-checkout__native .woocommerce textarea {
	min-height: 112px;
}

.psc-v4-checkout__native .wc-block-components-text-input input:hover,
.psc-v4-checkout__native .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:hover,
.psc-v4-checkout__native .wc-block-components-textarea:hover,
.psc-v4-checkout__native .woocommerce input.input-text:hover,
.psc-v4-checkout__native .woocommerce select:hover,
.psc-v4-checkout__native .woocommerce textarea:hover {
	border-color: #8fa8bb;
	background: #ffffff;
}

.psc-v4-checkout__native .wc-block-components-text-input input:focus,
.psc-v4-checkout__native .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.psc-v4-checkout__native .wc-block-components-textarea:focus,
.psc-v4-checkout__native .woocommerce input.input-text:focus,
.psc-v4-checkout__native .woocommerce select:focus,
.psc-v4-checkout__native .woocommerce textarea:focus {
	border-color: var(--psc-checkout-navy-700);
	box-shadow: 0 0 0 3px rgba(45, 105, 143, 0.15);
}

.psc-v4-checkout__native .wc-block-components-text-input label,
.psc-v4-checkout__native .wc-block-components-combobox .components-base-control__label,
.psc-v4-checkout__native .wc-block-components-checkbox__label,
.psc-v4-checkout__native .woocommerce form .form-row label {
	color: #34485c;
	font-weight: 650;
}

.psc-v4-checkout__native input[type="checkbox"],
.psc-v4-checkout__native input[type="radio"] {
	accent-color: var(--psc-checkout-navy-800);
}

.psc-v4-checkout__native .wc-block-components-checkbox .wc-block-components-checkbox__input,
.psc-v4-checkout__native .wc-block-components-radio-control__input {
	width: 18px;
	height: 18px;
}

.psc-v4-checkout__native .wc-block-checkout__payment-method .wc-block-components-radio-control,
.psc-v4-checkout__native .woocommerce-checkout-payment {
	overflow: hidden;
	border-color: #c5d4e0;
	background: #ffffff;
	box-shadow: 0 8px 20px rgba(14, 42, 65, 0.05);
}

.psc-v4-checkout__native .wc-block-components-radio-control-accordion-option {
	overflow: hidden;
	padding: 0;
	border: 0;
	border-radius: 10px;
	background: #ffffff;
}

.psc-v4-checkout__native .wc-block-components-radio-control__option,
.psc-v4-checkout__native .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option {
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr);
	align-items: start;
	column-gap: 13px;
	min-height: 58px;
	margin: 0;
	padding: 18px 20px;
	border: 0;
	border-bottom: 1px solid #d7e2eb;
	background: #ffffff;
	cursor: pointer;
}

.psc-v4-checkout__native .wc-block-components-radio-control__option .wc-block-components-radio-control__input {
	position: static;
	grid-column: 1;
	align-self: start;
	margin: 2px 0 0;
	transform: none;
}

.psc-v4-checkout__native .wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout,
.psc-v4-checkout__native .wc-block-components-radio-control__option .wc-block-components-radio-control__label-group {
	grid-column: 2;
	min-width: 0;
	margin: 0;
	padding: 0;
}

.psc-v4-checkout__native .wc-block-components-radio-control__option .wc-block-components-radio-control__label,
.psc-v4-checkout__native .wc-block-components-radio-control__option .wc-block-components-payment-method-label {
	display: block;
	min-width: 0;
	color: var(--psc-checkout-navy-950);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.psc-v4-checkout__native .wc-block-components-radio-control__option.wc-block-components-radio-control__option-checked,
.psc-v4-checkout__native .wc-block-components-radio-control__option:has(.wc-block-components-radio-control__input:checked) {
	background: #edf5f9;
	box-shadow: inset 4px 0 0 var(--psc-checkout-navy-700);
}

.psc-v4-checkout__native .wc-block-components-radio-control-accordion-content,
.psc-v4-checkout__native .wc-block-components-radio-control__description-group,
.psc-v4-checkout__native .psc-manual-procurement-review-description,
.psc-v4-checkout__native .woocommerce-checkout-payment .payment_box {
	margin: 0;
	padding: 16px 20px 18px 53px;
	border-top: 0;
	background: #f3f7fa;
	color: #455b6f;
	font-size: 13px;
	line-height: 1.65;
}

.psc-v4-checkout__native .wc-block-checkout__sidebar {
	min-width: 0;
	border-color: #cbd9e4;
	background:
		linear-gradient(180deg, #f8fafc 0, #f3f7fa 100%);
	box-shadow: 0 12px 30px rgba(14, 42, 65, 0.075);
}

.psc-v4-checkout__native .wc-block-components-order-summary {
	min-width: 0;
}

.psc-v4-checkout__native .wc-block-components-order-summary__button-text {
	padding-bottom: 14px;
	border-bottom: 2px solid var(--psc-checkout-navy-800);
	color: var(--psc-checkout-navy-950);
	font-size: 15px;
	letter-spacing: 0.015em;
}

.psc-v4-checkout__native .wc-block-components-order-summary-item {
	grid-template-columns: minmax(58px, 72px) minmax(0, 1fr) auto;
	gap: 13px;
	min-width: 0;
	padding: 18px 0;
}

.psc-v4-checkout__native .wc-block-components-order-summary-item__image,
.psc-v4-checkout__native .wc-block-components-order-summary-item__description,
.psc-v4-checkout__native .wc-block-components-order-summary-item__total-price {
	min-width: 0;
}

.psc-v4-checkout__native .wc-block-components-order-summary-item__description {
	padding-right: 5px;
}

.psc-v4-checkout__native .wc-block-components-order-summary-item__description .wc-block-components-product-name {
	color: var(--psc-checkout-navy-950);
	font-size: 13px;
	font-weight: 750;
	line-height: 1.4;
	overflow-wrap: anywhere;
}

.psc-v4-checkout__native .wc-block-components-product-metadata,
.psc-v4-checkout__native .wc-block-components-product-details {
	margin-top: 5px;
	color: var(--psc-checkout-slate-500);
	font-size: 11px;
	line-height: 1.45;
}

.psc-v4-checkout__native .wc-block-components-order-summary-item__total-price {
	color: var(--psc-checkout-navy-900);
	font-weight: 750;
	white-space: nowrap;
}

.psc-v4-checkout__native .wc-block-components-totals-wrapper {
	padding: 15px 0;
	border-bottom-color: #d4dfe8;
}

.psc-v4-checkout__native .wc-block-components-totals-item__label,
.psc-v4-checkout__native .wc-block-components-totals-item__value {
	color: #42576b;
	font-size: 13px;
}

.psc-v4-checkout__native .wc-block-components-totals-coupon-link {
	color: var(--psc-checkout-navy-700);
	font-weight: 750;
	text-underline-offset: 3px;
}

.psc-v4-checkout__native .wc-block-components-totals-coupon__content {
	gap: 8px;
	padding-top: 12px;
}

.psc-v4-checkout__native .wc-block-components-totals-coupon__content .wc-block-components-text-input {
	margin: 0;
}

.psc-v4-checkout__native .wc-block-components-totals-coupon__button {
	min-height: 50px;
	border: 1px solid var(--psc-checkout-navy-700);
	border-radius: 8px;
	background: #ffffff;
	color: var(--psc-checkout-navy-800);
	font-weight: 750;
}

.psc-v4-checkout__native .wc-block-components-totals-footer-item {
	margin-top: 7px;
	padding-top: 20px;
	border-top-color: var(--psc-checkout-navy-800);
}

.psc-v4-checkout__native .wc-block-checkout__add-note {
	margin-top: 14px;
	padding: 16px;
	border: 1px solid #d4e0e9;
	border-radius: 9px;
	background: #f8fafc;
}

.psc-v4-checkout__native .wc-block-checkout__add-note .wc-block-components-panel__button {
	width: 100%;
	color: var(--psc-checkout-navy-800);
	font-weight: 800;
	text-align: left;
}

.psc-v4-checkout__native .wc-block-checkout__terms,
.psc-v4-checkout__native .woocommerce-terms-and-conditions-wrapper {
	margin-top: 16px;
	padding: 15px 16px;
	border: 1px solid #d8e2ea;
	border-radius: 9px;
	background: #f8fafc;
	color: #53677a;
}

.psc-v4-checkout__native .wc-block-components-checkout-place-order-button,
.psc-v4-checkout__native .woocommerce #place_order {
	min-height: 58px;
	margin-top: 18px;
	border-color: var(--psc-checkout-navy-950);
	border-radius: 9px;
	background: linear-gradient(135deg, var(--psc-checkout-navy-800), var(--psc-checkout-navy-950));
	box-shadow: 0 11px 23px rgba(7, 24, 40, 0.22);
	font-size: 14px;
	font-weight: 850;
	letter-spacing: 0.025em;
}

.psc-v4-checkout__native .wc-block-components-checkout-place-order-button:disabled,
.psc-v4-checkout__native .woocommerce #place_order:disabled {
	border-color: #8a9aa8;
	background: #8a9aa8;
	box-shadow: none;
	cursor: not-allowed;
}

@media (max-width: 700px) {
	.psc-v4-checkout__native .wc-block-components-checkout-step__heading {
		gap: 10px;
		margin-bottom: 18px;
	}

	.psc-v4-checkout__native .wc-block-components-radio-control__option,
	.psc-v4-checkout__native .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option {
		grid-template-columns: 19px minmax(0, 1fr);
		column-gap: 11px;
		padding: 16px 14px;
	}

	.psc-v4-checkout__native .wc-block-components-radio-control-accordion-content,
	.psc-v4-checkout__native .wc-block-components-radio-control__description-group,
	.psc-v4-checkout__native .psc-manual-procurement-review-description,
	.psc-v4-checkout__native .woocommerce-checkout-payment .payment_box {
		padding: 14px 14px 16px 44px;
	}

	.psc-v4-checkout__native .wc-block-components-order-summary-item {
		grid-template-columns: 56px minmax(0, 1fr) auto;
		gap: 10px;
	}

	.psc-v4-checkout__native .wc-block-checkout__add-note,
	.psc-v4-checkout__native .wc-block-checkout__terms,
	.psc-v4-checkout__native .woocommerce-terms-and-conditions-wrapper {
		padding: 13px;
	}
}

/*
 * V4 checkout mobile visual fix.
 * Mobile presentation only; native Checkout Block behavior is preserved.
 */
@media (max-width: 700px) {
	.psc-v4-checkout__native {
		padding: 14px;
		border-radius: 13px;
	}

	.psc-v4-checkout__native .wc-block-components-checkout-step,
	.psc-v4-checkout__native .woocommerce-billing-fields,
	.psc-v4-checkout__native .woocommerce-additional-fields,
	.psc-v4-checkout__native .woocommerce-checkout-review-order {
		margin-bottom: 15px;
		padding: 24px 14px 18px;
		border-color: #d7e1e9;
		border-radius: 10px;
		box-shadow: 0 6px 16px rgba(14, 42, 65, 0.04);
	}

	.psc-v4-checkout__native .wc-block-components-checkout-step::before,
	.psc-v4-checkout__native .woocommerce-billing-fields::before,
	.psc-v4-checkout__native .woocommerce-additional-fields::before,
	.psc-v4-checkout__native .woocommerce-checkout-review-order::before {
		height: 2px;
		background: linear-gradient(90deg, var(--psc-checkout-navy-800), #94b4c7 68%, #d8e4eb);
	}

	.psc-v4-checkout__native .wc-block-components-checkout-step__heading {
		align-items: flex-start;
		min-height: 0;
		margin: 0 0 18px;
		padding: 2px 0 14px;
		border-bottom-color: #e2e9ef;
	}

	.psc-v4-checkout__native .wc-block-components-checkout-step__title,
	.psc-v4-checkout__native .wc-block-components-title,
	.psc-v4-checkout__native .wc-block-checkout__form h2,
	.psc-v4-checkout__native .woocommerce h2,
	.psc-v4-checkout__native .woocommerce h3 {
		margin: 0;
		padding: 0;
		font-size: 18px;
		line-height: 1.32;
	}

	.psc-v4-checkout__native .wc-block-components-checkout-step__description,
	.psc-v4-checkout__native .wc-block-components-checkout-step__heading-content {
		margin: 5px 0 0;
		line-height: 1.5;
	}

	.psc-v4-checkout__native .wc-block-components-checkout-step__number {
		flex-basis: 27px;
		width: 27px;
		height: 27px;
		margin-top: 0;
		box-shadow: 0 0 0 3px rgba(230, 240, 246, 0.75);
	}

	.psc-v4-checkout__native .wc-block-components-address-form,
	.psc-v4-checkout__native .wc-block-components-checkout-step__container {
		row-gap: 14px;
	}

	.psc-v4-checkout__native .wc-block-components-text-input,
	.psc-v4-checkout__native .wc-block-components-combobox,
	.psc-v4-checkout__native .woocommerce form .form-row {
		margin-bottom: 12px;
	}

	.psc-v4-checkout__native .wc-block-components-text-input input,
	.psc-v4-checkout__native .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
	.psc-v4-checkout__native .wc-block-components-textarea,
	.psc-v4-checkout__native .woocommerce input.input-text,
	.psc-v4-checkout__native .woocommerce select,
	.psc-v4-checkout__native .woocommerce textarea {
		min-height: 50px;
	}

	.psc-v4-checkout__native .wc-block-checkout__payment-method .wc-block-components-radio-control,
	.psc-v4-checkout__native .wc-block-components-radio-control-accordion-option,
	.psc-v4-checkout__native .woocommerce-checkout-payment {
		overflow: hidden;
		border-color: #cbd8e2;
		border-radius: 9px;
		box-shadow: 0 5px 14px rgba(14, 42, 65, 0.045);
	}

	.psc-v4-checkout__native .wc-block-components-radio-control-accordion-option {
		padding: 0;
		background: #ffffff;
	}

	.psc-v4-checkout__native .wc-block-components-radio-control__option,
	.psc-v4-checkout__native .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option {
		position: relative;
		display: block;
		min-height: 54px;
		margin: 0;
		padding: 16px 14px 16px 47px;
		border: 0;
		border-bottom: 1px solid #dce5ec;
		background: #ffffff;
		box-shadow: none;
	}

	.psc-v4-checkout__native .wc-block-components-radio-control__option .wc-block-components-radio-control__input {
		position: absolute;
		top: 17px;
		left: 15px;
		width: 18px;
		height: 18px;
		margin: 0;
		transform: none;
	}

	.psc-v4-checkout__native .wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout,
	.psc-v4-checkout__native .wc-block-components-radio-control__option .wc-block-components-radio-control__label-group {
		display: block;
		width: auto;
		min-width: 0;
		margin: 0;
		padding: 0;
	}

	.psc-v4-checkout__native .wc-block-components-radio-control__option .wc-block-components-radio-control__label,
	.psc-v4-checkout__native .wc-block-components-radio-control__option .wc-block-components-payment-method-label {
		display: block;
		margin: 0;
		padding: 0;
		font-size: 14px;
		line-height: 1.48;
		overflow-wrap: anywhere;
	}

	.psc-v4-checkout__native .wc-block-components-radio-control-accordion-content,
	.psc-v4-checkout__native .wc-block-components-radio-control__description-group {
		margin: 0;
		padding: 0;
		border: 0;
		background: #f3f7fa;
	}

	.psc-v4-checkout__native .psc-manual-procurement-review-description,
	.psc-v4-checkout__native .woocommerce-checkout-payment .payment_box {
		margin: 0;
		padding: 14px 15px 16px;
		border: 0;
		border-top: 1px solid #dce5ec;
		background: #f3f7fa;
		font-size: 12px;
		line-height: 1.6;
	}

	.psc-v4-checkout__native .wc-block-checkout__sidebar {
		margin-top: 16px;
		padding: 15px;
		border-color: #cedae4;
		border-radius: 10px;
		box-shadow: 0 6px 17px rgba(14, 42, 65, 0.05);
	}

	.psc-v4-checkout__native .wc-block-components-order-summary__button-text {
		padding-bottom: 12px;
		border-bottom-width: 1px;
		font-size: 14px;
		line-height: 1.4;
	}

	.psc-v4-checkout__native .wc-block-components-order-summary-item {
		display: grid;
		grid-template-columns: 58px minmax(0, 1fr);
		grid-template-areas:
			"image description"
			"image total";
		column-gap: 12px;
		row-gap: 6px;
		padding: 16px 0;
		border-bottom-color: #dce5ec;
	}

	.psc-v4-checkout__native .wc-block-components-order-summary-item__image {
		grid-area: image;
		align-self: start;
		width: 58px;
	}

	.psc-v4-checkout__native .wc-block-components-order-summary-item__description {
		grid-area: description;
		align-self: start;
		padding: 0;
	}

	.psc-v4-checkout__native .wc-block-components-order-summary-item__total-price {
		grid-area: total;
		justify-self: start;
		padding: 0;
		font-size: 13px;
		line-height: 1.35;
		white-space: normal;
	}

	.psc-v4-checkout__native .wc-block-components-order-summary-item__description .wc-block-components-product-name {
		font-size: 13px;
		line-height: 1.45;
	}

	.psc-v4-checkout__native .wc-block-components-product-metadata,
	.psc-v4-checkout__native .wc-block-components-product-details {
		margin-top: 4px;
		line-height: 1.45;
	}

	.psc-v4-checkout__native .wc-block-components-totals-wrapper {
		padding: 13px 0;
		border-bottom-color: #dce5ec;
	}

	.psc-v4-checkout__native .wc-block-components-totals-coupon__content {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		gap: 9px;
		padding-top: 11px;
	}

	.psc-v4-checkout__native .wc-block-components-totals-coupon__button {
		width: 100%;
		min-height: 46px;
	}

	.psc-v4-checkout__native .wc-block-components-totals-footer-item {
		margin-top: 4px;
		padding-top: 17px;
		border-top-width: 1px;
	}

	.psc-v4-checkout__native .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
	.psc-v4-checkout__native .wc-block-components-totals-footer-item .wc-block-formatted-money-amount {
		font-size: 16px;
	}

	.psc-v4-checkout__native .wc-block-checkout__add-note,
	.psc-v4-checkout__native .wc-block-checkout__terms,
	.psc-v4-checkout__native .woocommerce-terms-and-conditions-wrapper {
		margin-top: 13px;
		padding: 13px;
		border-color: #dbe4eb;
		border-radius: 8px;
	}

	.psc-v4-checkout__native .wc-block-components-checkout-place-order-button,
	.psc-v4-checkout__native .woocommerce #place_order {
		min-height: 56px;
		margin-top: 15px;
	}
}

/*
 * V4 checkout mobile simplification.
 * Desktop presentation and native checkout behavior remain unchanged.
 */
@media (max-width: 700px) {
	.psc-v4-checkout__hero {
		padding: 17px 16px;
		border-radius: 12px;
		box-shadow: 0 11px 28px rgba(7, 24, 40, 0.14);
	}

	.psc-v4-checkout__eyebrow {
		padding: 5px 8px;
		font-size: 9px;
		letter-spacing: 0.1em;
	}

	.psc-v4-checkout__hero h1 {
		margin: 9px 0 6px;
		font-size: clamp(27px, 8.5vw, 34px);
		letter-spacing: -0.035em;
		line-height: 1.05;
	}

	.psc-v4-checkout__hero > p {
		font-size: 12px;
		line-height: 1.5;
	}

	.psc-v4-checkout__chips {
		display: none;
	}

	.psc-v4-checkout__layout {
		margin-top: 14px;
	}

	.psc-v4-checkout__review {
		display: none;
	}

	.psc-v4-checkout__native .wc-block-checkout__payment-method .wc-block-components-radio-control,
	.psc-v4-checkout__native .wc-block-components-radio-control-accordion-option,
	.psc-v4-checkout__native .woocommerce-checkout-payment {
		box-shadow: 0 3px 10px rgba(14, 42, 65, 0.04);
	}

	.psc-v4-checkout__native .wc-block-components-radio-control__option,
	.psc-v4-checkout__native .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option {
		min-height: 50px;
		padding: 14px 13px 14px 44px;
	}

	.psc-v4-checkout__native .wc-block-components-radio-control__option .wc-block-components-radio-control__input {
		top: 15px;
		left: 13px;
	}

	.psc-v4-checkout__native .wc-block-components-radio-control__option .wc-block-components-radio-control__label,
	.psc-v4-checkout__native .wc-block-components-radio-control__option .wc-block-components-payment-method-label {
		font-size: 13px;
		line-height: 1.4;
	}

	.psc-v4-checkout__native .wc-block-components-radio-control-accordion-content,
	.psc-v4-checkout__native .wc-block-components-radio-control__description-group {
		padding: 0;
	}

	.psc-v4-checkout__native .psc-manual-procurement-review-description {
		padding: 11px 13px 12px;
		font-size: 0;
		line-height: 0;
	}

	.psc-v4-checkout__native .psc-manual-procurement-review-description::after {
		display: block;
		color: #455b6f;
		content: "No online payment is collected at this step.";
		font-size: 12px;
		line-height: 1.5;
	}
}

/*
 * V4 procurement workflow checkout.
 * Static guidance and presentation only; WooCommerce retains all processing.
 */
.psc-v4-checkout__hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 480px);
	align-items: end;
	gap: clamp(28px, 4vw, 64px);
}

.psc-v4-checkout__hero-copy {
	min-width: 0;
}

.psc-v4-checkout__hero h1 {
	max-width: 720px;
	margin-bottom: 12px;
	font-size: clamp(36px, 4.5vw, 58px);
}

.psc-v4-checkout__hero-lead,
.psc-v4-checkout__hero-support {
	max-width: 720px;
	margin: 0;
}

.psc-v4-checkout__hero-lead {
	color: #f0f6fa;
	font-size: 16px;
	font-weight: 650;
	line-height: 1.5;
}

.psc-v4-checkout__hero-support {
	margin-top: 5px;
	color: #b9cad7;
	font-size: 13px;
	line-height: 1.55;
}

.psc-v4-checkout__progress {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.psc-v4-checkout__progress::before {
	position: absolute;
	top: 15px;
	right: 11%;
	left: 11%;
	height: 1px;
	background: rgba(194, 216, 230, 0.34);
	content: "";
}

.psc-v4-checkout__progress-item {
	position: relative;
	z-index: 1;
	display: grid;
	justify-items: center;
	gap: 8px;
	min-width: 0;
	color: #aebfcb;
	text-align: center;
}

.psc-v4-checkout__progress-item > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 31px;
	height: 31px;
	border: 1px solid rgba(191, 215, 230, 0.42);
	border-radius: 50%;
	background: #15364f;
	color: #d6e5ee;
	font-size: 11px;
	font-weight: 800;
}

.psc-v4-checkout__progress-item > strong {
	font-size: 10px;
	font-weight: 750;
	letter-spacing: 0.055em;
	line-height: 1.2;
	text-transform: uppercase;
}

.psc-v4-checkout__progress-item--complete > span {
	border-color: #8eb5cb;
	background: #244f6c;
	color: #ffffff;
}

.psc-v4-checkout__progress-item--current {
	color: #ffffff;
}

.psc-v4-checkout__progress-item--current > span {
	border-color: #b5d5e7;
	background: #f4f9fc;
	box-shadow: 0 0 0 4px rgba(143, 195, 222, 0.15);
	color: var(--psc-checkout-navy-900);
}

.psc-v4-checkout__process {
	margin-top: 18px;
	padding: 22px 24px 18px;
	border: 1px solid #cedbe5;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 10px 28px rgba(14, 42, 65, 0.06);
}

.psc-v4-checkout__process-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 18px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dce5ec;
}

.psc-v4-checkout__process-heading span {
	display: block;
	margin-bottom: 5px;
	color: var(--psc-checkout-blue-500);
	font-size: 9px;
	font-weight: 850;
	letter-spacing: 0.14em;
	line-height: 1.2;
	text-transform: uppercase;
}

.psc-v4-checkout__process-heading h2 {
	margin: 0;
	color: var(--psc-checkout-navy-950);
	font-size: 20px;
	font-weight: 820;
	letter-spacing: -0.025em;
	line-height: 1.2;
}

.psc-v4-checkout__process-heading > strong {
	max-width: 360px;
	color: var(--psc-checkout-slate-700);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.45;
	text-align: right;
}

.psc-v4-checkout__process-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.psc-v4-checkout__process-list li {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	min-width: 0;
	padding: 13px 12px;
	border: 1px solid #dce5ec;
	border-radius: 9px;
	background: #f7f9fb;
}

.psc-v4-checkout__process-list li > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 7px;
	background: var(--psc-checkout-navy-800);
	color: #ffffff;
	font-size: 11px;
	font-weight: 850;
}

.psc-v4-checkout__process-list li div {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.psc-v4-checkout__process-list strong {
	color: var(--psc-checkout-navy-950);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.3;
}

.psc-v4-checkout__process-list small {
	color: var(--psc-checkout-slate-500);
	font-size: 10px;
	line-height: 1.35;
}

.psc-v4-checkout__process-note {
	margin: 14px 0 0;
	color: var(--psc-checkout-slate-500);
	font-size: 10px;
	line-height: 1.5;
}

.psc-v4-checkout__workflow {
	margin-top: 22px;
}

.psc-v4-checkout__workflow .psc-v4-checkout__native {
	padding: clamp(20px, 2.6vw, 32px);
	border-color: #cbd9e4;
	box-shadow: 0 16px 38px rgba(14, 42, 65, 0.08);
}

.psc-v4-checkout__native .wc-block-checkout__main {
	min-width: 0;
	padding-right: clamp(22px, 3vw, 38px);
}

.psc-v4-checkout__native .wc-block-checkout__sidebar {
	min-width: 0;
	border-color: #c8d7e2;
	background: linear-gradient(180deg, #f8fafc, #f1f5f8);
	box-shadow: 0 12px 28px rgba(14, 42, 65, 0.07);
}

.psc-v4-checkout__trust {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 16px;
	padding: 13px 15px;
	border: 1px solid #d5e0e8;
	border-radius: 10px;
	background: #ffffff;
}

.psc-v4-checkout__trust span {
	position: relative;
	padding-left: 16px;
	color: var(--psc-checkout-slate-700);
	font-size: 10px;
	font-weight: 750;
	letter-spacing: 0.035em;
	line-height: 1.35;
	text-align: center;
	text-transform: uppercase;
}

.psc-v4-checkout__trust span::before {
	position: absolute;
	top: 50%;
	left: calc(50% - 62px);
	width: 6px;
	height: 6px;
	border: 1px solid #6e9bb7;
	border-radius: 50%;
	background: #dcebf3;
	content: "";
	transform: translateY(-50%);
}

@media (max-width: 1040px) {
	.psc-v4-checkout__hero {
		grid-template-columns: minmax(0, 1fr) minmax(330px, 400px);
		gap: 28px;
	}

	.psc-v4-checkout__process-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.psc-v4-checkout__hero {
		grid-template-columns: minmax(0, 1fr);
		align-items: start;
	}

	.psc-v4-checkout__progress {
		max-width: 480px;
	}

	.psc-v4-checkout__native .wc-block-checkout__main {
		padding-right: 0;
	}
}

@media (max-width: 700px) {
	.psc-v4-checkout__hero {
		display: grid;
		gap: 16px;
		padding: 17px 16px 15px;
	}

	.psc-v4-checkout__hero h1 {
		margin: 8px 0 6px;
		font-size: clamp(27px, 8.5vw, 34px);
	}

	.psc-v4-checkout__hero-lead {
		font-size: 12px;
		line-height: 1.45;
	}

	.psc-v4-checkout__hero-support {
		margin-top: 3px;
		font-size: 10px;
		line-height: 1.45;
	}

	.psc-v4-checkout__progress {
		width: 100%;
		max-width: none;
	}

	.psc-v4-checkout__progress::before {
		top: 12px;
		right: 10%;
		left: 10%;
	}

	.psc-v4-checkout__progress-item {
		gap: 6px;
	}

	.psc-v4-checkout__progress-item > span {
		width: 25px;
		height: 25px;
		font-size: 9px;
	}

	.psc-v4-checkout__progress-item > strong {
		font-size: 8px;
		letter-spacing: 0.035em;
	}

	.psc-v4-checkout__process {
		margin-top: 12px;
		padding: 14px 13px 13px;
		border-radius: 10px;
		box-shadow: 0 5px 15px rgba(14, 42, 65, 0.045);
	}

	.psc-v4-checkout__process-heading {
		display: grid;
		gap: 5px;
		margin-bottom: 11px;
		padding-bottom: 10px;
	}

	.psc-v4-checkout__process-heading span {
		display: none;
	}

	.psc-v4-checkout__process-heading h2 {
		font-size: 15px;
	}

	.psc-v4-checkout__process-heading > strong {
		font-size: 10px;
		font-weight: 650;
		text-align: left;
	}

	.psc-v4-checkout__process-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 7px;
	}

	.psc-v4-checkout__process-list li {
		grid-template-columns: 23px minmax(0, 1fr);
		gap: 7px;
		padding: 9px 8px;
		border-radius: 7px;
	}

	.psc-v4-checkout__process-list li > span {
		width: 23px;
		height: 23px;
		border-radius: 6px;
		font-size: 9px;
	}

	.psc-v4-checkout__process-list strong {
		font-size: 10px;
	}

	.psc-v4-checkout__process-list small {
		font-size: 8px;
	}

	.psc-v4-checkout__process-note {
		display: none;
	}

	.psc-v4-checkout__workflow {
		margin-top: 13px;
	}

	.psc-v4-checkout__workflow .psc-v4-checkout__native {
		padding: 14px;
	}

	.psc-v4-checkout__trust {
		gap: 4px;
		margin-top: 10px;
		padding: 10px 6px;
		border-radius: 8px;
	}

	.psc-v4-checkout__trust span {
		padding-left: 0;
		font-size: 8px;
		letter-spacing: 0.015em;
	}

	.psc-v4-checkout__trust span::before {
		display: none;
	}
}

/*
 * V4 checkout mobile order-summary deduplication.
 * Keep the final native review summary adjacent to checkout submission.
 */
@media (max-width: 700px) {
	.psc-v4-checkout__native .wc-block-checkout__sidebar {
		display: none;
	}
}

/*
 * V4 checkout form integration.
 * Presentation only: native WooCommerce fields, validation, and submission remain intact.
 */
.psc-v4-checkout__workflow .psc-v4-checkout__native {
	background: #f5f8fa;
}

.psc-v4-checkout__native .wc-block-checkout,
.psc-v4-checkout__native .woocommerce-checkout {
	color: var(--psc-checkout-slate-900);
}

.psc-v4-checkout__native .wc-block-checkout__main,
.psc-v4-checkout__native .woocommerce-checkout > .col2-set {
	min-width: 0;
}

.psc-v4-checkout__native .wc-block-components-checkout-step,
.psc-v4-checkout__native .woocommerce-billing-fields,
.psc-v4-checkout__native .woocommerce-shipping-fields,
.psc-v4-checkout__native .woocommerce-additional-fields,
.psc-v4-checkout__native .woocommerce-checkout-payment {
	position: relative;
	overflow: hidden;
	border: 1px solid #d7e1e8;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 7px 20px rgba(14, 42, 65, 0.045);
}

.psc-v4-checkout__native .wc-block-checkout__contact-fields,
.psc-v4-checkout__native .wc-block-checkout__billing-fields,
.psc-v4-checkout__native .wc-block-checkout__shipping-fields,
.psc-v4-checkout__native .wc-block-checkout__payment-method {
	border-top: 3px solid #9abbd0;
}

.psc-v4-checkout__native .wc-block-components-checkout-step__heading {
	gap: 12px;
	margin-bottom: 20px;
	padding-bottom: 16px;
	border-bottom: 1px solid #e2e9ee;
}

.psc-v4-checkout__native .wc-block-components-checkout-step__title,
.psc-v4-checkout__native .woocommerce-billing-fields > h3,
.psc-v4-checkout__native .woocommerce-shipping-fields > h3,
.psc-v4-checkout__native .woocommerce-additional-fields > h3 {
	color: var(--psc-checkout-navy-950);
	font-size: 19px;
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.25;
}

.psc-v4-checkout__native .wc-block-components-checkout-step__description,
.psc-v4-checkout__native .wc-block-components-checkout-step__heading-content {
	color: #66788a;
	font-size: 12px;
	line-height: 1.5;
}

.psc-v4-checkout__native .wc-block-components-address-form,
.psc-v4-checkout__native .woocommerce-billing-fields__field-wrapper,
.psc-v4-checkout__native .woocommerce-shipping-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 15px 14px;
}

.psc-v4-checkout__native .wc-block-components-address-form > *,
.psc-v4-checkout__native .woocommerce-billing-fields__field-wrapper > *,
.psc-v4-checkout__native .woocommerce-shipping-fields__field-wrapper > * {
	min-width: 0;
	margin: 0;
}

.psc-v4-checkout__native .wc-block-components-address-form__country,
.psc-v4-checkout__native .wc-block-components-address-form__address_1,
.psc-v4-checkout__native .wc-block-components-address-form__address_2,
.psc-v4-checkout__native .wc-block-components-address-form__phone,
.psc-v4-checkout__native .wc-block-components-address-form__email,
.psc-v4-checkout__native .woocommerce-billing-fields__field-wrapper .form-row-wide,
.psc-v4-checkout__native .woocommerce-shipping-fields__field-wrapper .form-row-wide {
	grid-column: 1 / -1;
}

.psc-v4-checkout__native .wc-block-components-address-form__first_name,
.psc-v4-checkout__native .wc-block-components-address-form__last_name,
.psc-v4-checkout__native .woocommerce-billing-fields__field-wrapper .form-row-first,
.psc-v4-checkout__native .woocommerce-billing-fields__field-wrapper .form-row-last,
.psc-v4-checkout__native .woocommerce-shipping-fields__field-wrapper .form-row-first,
.psc-v4-checkout__native .woocommerce-shipping-fields__field-wrapper .form-row-last {
	grid-column: span 6;
	width: auto;
}

.psc-v4-checkout__native .wc-block-components-address-form__city {
	grid-column: span 5;
}

.psc-v4-checkout__native .wc-block-components-address-form__state {
	grid-column: span 4;
}

.psc-v4-checkout__native .wc-block-components-address-form__postcode {
	grid-column: span 3;
}

.psc-v4-checkout__native #billing_city_field,
.psc-v4-checkout__native #shipping_city_field {
	grid-column: span 5;
}

.psc-v4-checkout__native #billing_state_field,
.psc-v4-checkout__native #shipping_state_field {
	grid-column: span 4;
}

.psc-v4-checkout__native #billing_postcode_field,
.psc-v4-checkout__native #shipping_postcode_field {
	grid-column: span 3;
}

.psc-v4-checkout__native .wc-block-components-text-input,
.psc-v4-checkout__native .wc-block-components-combobox,
.psc-v4-checkout__native .woocommerce form .form-row {
	margin-bottom: 0;
}

.psc-v4-checkout__native .wc-block-components-text-input input,
.psc-v4-checkout__native .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.psc-v4-checkout__native .woocommerce input.input-text,
.psc-v4-checkout__native .woocommerce select,
.psc-v4-checkout__native .woocommerce textarea,
.psc-v4-checkout__native .select2-container--default .select2-selection--single {
	min-height: 54px;
	border: 1px solid #c9d6df;
	border-radius: 10px;
	background: #fbfcfd;
	box-shadow: 0 1px 2px rgba(14, 42, 65, 0.025);
	color: var(--psc-checkout-slate-900);
}

.psc-v4-checkout__native .wc-block-components-text-input input,
.psc-v4-checkout__native .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.psc-v4-checkout__native .woocommerce input.input-text,
.psc-v4-checkout__native .woocommerce select,
.psc-v4-checkout__native .woocommerce textarea {
	padding-right: 15px;
	padding-left: 15px;
	font-size: 14px;
	transition: border-color 150ms ease, box-shadow 150ms ease, background-color 150ms ease;
}

.psc-v4-checkout__native .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 12px 40px 12px 15px;
	color: var(--psc-checkout-slate-900);
	line-height: 28px;
}

.psc-v4-checkout__native .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 13px;
	right: 10px;
}

.psc-v4-checkout__native .wc-block-components-text-input input:focus,
.psc-v4-checkout__native .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.psc-v4-checkout__native .woocommerce input.input-text:focus,
.psc-v4-checkout__native .woocommerce select:focus,
.psc-v4-checkout__native .woocommerce textarea:focus,
.psc-v4-checkout__native .select2-container--focus .select2-selection--single,
.psc-v4-checkout__native .select2-container--open .select2-selection--single {
	border-color: #4f88aa;
	outline: 0;
	background: #ffffff;
	box-shadow: 0 0 0 3px rgba(57, 125, 163, 0.13);
}

.psc-v4-checkout__native .wc-block-components-text-input label,
.psc-v4-checkout__native .wc-block-components-combobox .components-base-control__label,
.psc-v4-checkout__native .woocommerce form .form-row label {
	color: #4b6073;
	font-size: 12px;
	font-weight: 700;
}

.psc-v4-checkout__native .wc-block-checkout__payment-method .wc-block-components-radio-control,
.psc-v4-checkout__native .wc-block-components-radio-control-accordion-option,
.psc-v4-checkout__native .woocommerce-checkout-payment {
	border-color: #d3dee6;
	border-radius: 11px;
	background: #f7fafc;
	box-shadow: none;
}

.psc-v4-checkout__native .wc-block-components-radio-control__option,
.psc-v4-checkout__native .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option {
	min-height: 52px;
	background: #ffffff;
}

.psc-v4-checkout__native .wc-block-components-radio-control-accordion-content,
.psc-v4-checkout__native .wc-block-components-radio-control__description-group,
.psc-v4-checkout__native .psc-manual-procurement-review-description,
.psc-v4-checkout__native .woocommerce-checkout-payment .payment_box {
	background: #f4f7f9;
	color: #53687a;
}

.psc-v4-checkout__native .wc-block-checkout__add-note,
.psc-v4-checkout__native .wc-block-checkout__terms,
.psc-v4-checkout__native .woocommerce-additional-fields,
.psc-v4-checkout__native .woocommerce-terms-and-conditions-wrapper {
	border-color: #dce5eb;
	background: #f8fafb;
	box-shadow: none;
}

.psc-v4-checkout__native .wc-block-checkout__add-note .wc-block-components-panel__button,
.psc-v4-checkout__native .wc-block-checkout__terms,
.psc-v4-checkout__native .woocommerce-terms-and-conditions-wrapper {
	color: #526779;
	font-size: 12px;
	line-height: 1.55;
}

.psc-v4-checkout__native .wc-block-components-checkout-place-order-button,
.psc-v4-checkout__native .woocommerce #place_order {
	min-height: 58px;
	border-radius: 10px;
	background: linear-gradient(135deg, #123f5f, #071f34);
	box-shadow: 0 10px 22px rgba(7, 31, 52, 0.2);
}

@media (max-width: 700px) {
	.psc-v4-checkout__workflow .psc-v4-checkout__native {
		padding: 11px;
		border-radius: 12px;
	}

	.psc-v4-checkout__native .wc-block-components-checkout-step,
	.psc-v4-checkout__native .woocommerce-billing-fields,
	.psc-v4-checkout__native .woocommerce-shipping-fields,
	.psc-v4-checkout__native .woocommerce-additional-fields,
	.psc-v4-checkout__native .woocommerce-checkout-payment {
		margin-bottom: 12px;
		padding: 16px 14px;
		border-radius: 11px;
		box-shadow: 0 4px 13px rgba(14, 42, 65, 0.035);
	}

	.psc-v4-checkout__native .wc-block-components-checkout-step__heading {
		gap: 9px;
		margin-bottom: 14px;
		padding-bottom: 12px;
	}

	.psc-v4-checkout__native .wc-block-components-checkout-step__title,
	.psc-v4-checkout__native .woocommerce-billing-fields > h3,
	.psc-v4-checkout__native .woocommerce-shipping-fields > h3,
	.psc-v4-checkout__native .woocommerce-additional-fields > h3 {
		font-size: 17px;
	}

	.psc-v4-checkout__native .wc-block-components-address-form,
	.psc-v4-checkout__native .woocommerce-billing-fields__field-wrapper,
	.psc-v4-checkout__native .woocommerce-shipping-fields__field-wrapper {
		grid-template-columns: minmax(0, 1fr);
		gap: 11px;
	}

	.psc-v4-checkout__native .wc-block-components-address-form > *,
	.psc-v4-checkout__native .woocommerce-billing-fields__field-wrapper > *,
	.psc-v4-checkout__native .woocommerce-shipping-fields__field-wrapper > *,
	.psc-v4-checkout__native .wc-block-components-address-form__city,
	.psc-v4-checkout__native .wc-block-components-address-form__state,
	.psc-v4-checkout__native .wc-block-components-address-form__postcode,
	.psc-v4-checkout__native .wc-block-components-address-form__first_name,
	.psc-v4-checkout__native .wc-block-components-address-form__last_name,
	.psc-v4-checkout__native #billing_city_field,
	.psc-v4-checkout__native #shipping_city_field,
	.psc-v4-checkout__native #billing_state_field,
	.psc-v4-checkout__native #shipping_state_field,
	.psc-v4-checkout__native #billing_postcode_field,
	.psc-v4-checkout__native #shipping_postcode_field,
	.psc-v4-checkout__native .woocommerce-billing-fields__field-wrapper .form-row-first,
	.psc-v4-checkout__native .woocommerce-billing-fields__field-wrapper .form-row-last,
	.psc-v4-checkout__native .woocommerce-shipping-fields__field-wrapper .form-row-first,
	.psc-v4-checkout__native .woocommerce-shipping-fields__field-wrapper .form-row-last {
		grid-column: 1;
		width: 100%;
	}

	.psc-v4-checkout__native .wc-block-components-text-input input,
	.psc-v4-checkout__native .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
	.psc-v4-checkout__native .woocommerce input.input-text,
	.psc-v4-checkout__native .woocommerce select,
	.psc-v4-checkout__native .select2-container--default .select2-selection--single {
		min-height: 52px;
		border-radius: 9px;
	}

	.psc-v4-checkout__native .wc-block-components-radio-control__option,
	.psc-v4-checkout__native .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option {
		min-height: 50px;
		padding-top: 14px;
		padding-bottom: 14px;
	}

	.psc-v4-checkout__native .wc-block-checkout__add-note,
	.psc-v4-checkout__native .wc-block-checkout__terms,
	.psc-v4-checkout__native .woocommerce-terms-and-conditions-wrapper {
		margin-top: 10px;
		padding: 11px 12px;
	}

	.psc-v4-checkout__native .wc-block-components-checkout-place-order-button,
	.psc-v4-checkout__native .woocommerce #place_order {
		width: 100%;
		min-height: 56px;
		margin-top: 13px;
	}
}

/*
 * V12 checkout structural visual system.
 * Native WooCommerce rendering, validation, and submission remain unchanged.
 */
.psc-v4-checkout {
	--psc-v12-ink: #10283d;
	--psc-v12-muted: #607487;
	--psc-v12-line: #d5e0e8;
	--psc-v12-line-soft: #e5ebf0;
	--psc-v12-blue: #2f7298;
	--psc-v12-blue-soft: #e9f2f7;
	--psc-v12-canvas: #eef3f6;
	--psc-v12-card: #ffffff;
	padding: 24px 22px 44px;
	overflow-x: hidden;
	background: var(--psc-v12-canvas);
}

.psc-v4-checkout__hero {
	display: grid;
	min-height: 184px;
	grid-template-columns: minmax(0, 1fr) minmax(380px, 470px);
	align-items: center;
	gap: 36px;
	padding: 28px 32px;
	border: 1px solid rgba(143, 181, 207, .28);
	border-radius: 14px;
	background: linear-gradient(118deg, #071b45 0%, #0b2b5c 68%, #123b68 100%);
	box-shadow: 0 14px 34px rgba(7, 27, 69, .16);
}

.psc-v4-checkout__hero h1 {
	margin: 10px 0 7px;
	font-size: 38px;
	letter-spacing: 0;
	line-height: 1.08;
}

.psc-v4-checkout__eyebrow {
	min-height: 24px;
	padding: 4px 9px;
	border-color: rgba(181, 216, 235, .3);
	background: rgba(255, 255, 255, .07);
	color: #b9dbea;
	font-size: 10px;
	letter-spacing: 0;
}

.psc-v4-checkout__hero-lead {
	font-size: 14px;
	line-height: 1.45;
}

.psc-v4-checkout__hero-support {
	margin-top: 3px;
	font-size: 11px;
	line-height: 1.45;
}

.psc-v4-checkout__process {
	border-color: var(--psc-v12-line);
	box-shadow: 0 8px 24px rgba(16, 40, 61, 0.055);
}

.psc-v4-checkout__workflow {
	margin-top: 22px;
}

.psc-v4-checkout__workflow .psc-v4-checkout__native {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.psc-v4-checkout__native .wp-block-woocommerce-checkout,
.psc-v4-checkout__native .wc-block-checkout,
.psc-v4-checkout__native .woocommerce-checkout {
	width: 100%;
	max-width: none;
	margin: 0;
}

.psc-v4-checkout__native .wc-block-checkout {
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) minmax(340px, .92fr);
	grid-template-areas: "main summary";
	align-items: start;
	gap: clamp(20px, 2.5vw, 30px);
	padding: 0;
}

.psc-v4-checkout__native .wc-block-checkout__main {
	grid-area: main;
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 0;
}

.psc-v4-checkout__native .wc-block-checkout__sidebar {
	grid-area: summary;
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 20px;
	border: 1px solid #cbd9e3;
	border-radius: 12px;
	background: var(--psc-v12-card);
	box-shadow: 0 12px 32px rgba(16, 40, 61, 0.075);
}

.psc-v4-checkout__native .wc-block-components-checkout-step,
.psc-v4-checkout__native .woocommerce-billing-fields,
.psc-v4-checkout__native .woocommerce-shipping-fields,
.psc-v4-checkout__native .woocommerce-additional-fields,
.psc-v4-checkout__native .woocommerce-checkout-review-order,
.psc-v4-checkout__native .woocommerce-checkout-payment {
	overflow: visible;
	margin: 0 0 16px !important;
	padding: 22px !important;
	border: 1px solid var(--psc-v12-line);
	border-radius: 12px;
	background: var(--psc-v12-card);
	box-shadow: 0 8px 24px rgba(16, 40, 61, 0.05);
}

.psc-v4-checkout__native .wc-block-checkout__contact-fields,
.psc-v4-checkout__native .wc-block-checkout__billing-fields,
.psc-v4-checkout__native .wc-block-checkout__shipping-fields,
.psc-v4-checkout__native .wc-block-checkout__payment-method {
	border-top: 0;
}

.psc-v4-checkout__native .wc-block-components-checkout-step__heading {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 34px;
	margin: 0 0 20px !important;
	padding: 0 0 16px !important;
	border-bottom: 1px solid var(--psc-v12-line-soft);
}

.psc-v4-checkout__native .wc-block-components-checkout-step__number {
	position: static !important;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	margin: 0;
	border: 1px solid #9ebdd0;
	border-radius: 9px;
	background: var(--psc-v12-blue-soft);
	box-shadow: inset 0 0 0 3px #f7fbfd;
	color: #185878;
	font-size: 11px;
	font-weight: 850;
}

.psc-v4-checkout__native .wc-block-components-checkout-step__title {
	flex: 1 1 auto;
	margin: 0;
	color: var(--psc-v12-ink);
	font-size: 19px;
	font-weight: 820;
	letter-spacing: -0.022em;
	line-height: 1.25;
}

.psc-v4-checkout__native .wc-block-components-checkout-step__heading-content {
	flex: 0 1 auto;
	margin-left: auto;
	color: var(--psc-v12-muted);
	font-size: 11px;
	line-height: 1.4;
	text-align: right;
}

.psc-v4-checkout__native .wc-block-components-checkout-step__description {
	margin: -8px 0 16px;
	color: var(--psc-v12-muted);
	font-size: 12px;
	line-height: 1.5;
}

.psc-v4-checkout__native .wc-block-components-checkout-step__container {
	margin: 0 !important;
	padding: 0 !important;
}

.psc-v4-checkout__native .woocommerce-billing-fields > h3,
.psc-v4-checkout__native .woocommerce-shipping-fields > h3,
.psc-v4-checkout__native .woocommerce-additional-fields > h3,
.psc-v4-checkout__native #order_review_heading {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 20px;
	padding: 0 0 16px;
	border-bottom: 1px solid var(--psc-v12-line-soft);
	color: var(--psc-v12-ink);
	font-size: 19px;
	font-weight: 820;
	letter-spacing: -0.022em;
}

.psc-v4-checkout__native .woocommerce-billing-fields > h3::before,
.psc-v4-checkout__native .woocommerce-shipping-fields > h3::before,
.psc-v4-checkout__native .woocommerce-additional-fields > h3::before,
.psc-v4-checkout__native #order_review_heading::before {
	display: block;
	flex: 0 0 9px;
	width: 9px;
	height: 9px;
	border: 3px solid #dcebf3;
	border-radius: 3px;
	background: var(--psc-v12-blue);
	content: "";
}

.psc-v4-checkout__native .wc-block-components-address-form,
.psc-v4-checkout__native .woocommerce-billing-fields__field-wrapper,
.psc-v4-checkout__native .woocommerce-shipping-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 16px 14px;
	width: 100%;
}

.psc-v4-checkout__native .wc-block-components-address-form > *,
.psc-v4-checkout__native .woocommerce-billing-fields__field-wrapper > *,
.psc-v4-checkout__native .woocommerce-shipping-fields__field-wrapper > * {
	min-width: 0;
	max-width: none;
	margin: 0 !important;
}

.psc-v4-checkout__native .wc-block-components-address-form__country,
.psc-v4-checkout__native .wc-block-components-address-form__address_1,
.psc-v4-checkout__native .wc-block-components-address-form__address_2,
.psc-v4-checkout__native .wc-block-components-address-form__email,
.psc-v4-checkout__native #billing_country_field,
.psc-v4-checkout__native #shipping_country_field,
.psc-v4-checkout__native #billing_address_1_field,
.psc-v4-checkout__native #shipping_address_1_field,
.psc-v4-checkout__native #billing_address_2_field,
.psc-v4-checkout__native #shipping_address_2_field,
.psc-v4-checkout__native #billing_email_field {
	grid-column: 1 / -1;
}

.psc-v4-checkout__native .wc-block-components-address-form__first_name,
.psc-v4-checkout__native .wc-block-components-address-form__last_name,
.psc-v4-checkout__native #billing_first_name_field,
.psc-v4-checkout__native #billing_last_name_field,
.psc-v4-checkout__native #shipping_first_name_field,
.psc-v4-checkout__native #shipping_last_name_field {
	grid-column: span 6;
	width: auto;
}

.psc-v4-checkout__native .wc-block-components-address-form__city,
.psc-v4-checkout__native #billing_city_field,
.psc-v4-checkout__native #shipping_city_field {
	grid-column: span 6;
}

.psc-v4-checkout__native .wc-block-components-address-form__state,
.psc-v4-checkout__native #billing_state_field,
.psc-v4-checkout__native #shipping_state_field {
	grid-column: span 6;
}

.psc-v4-checkout__native .wc-block-components-address-form__postcode,
.psc-v4-checkout__native .wc-block-components-address-form__phone,
.psc-v4-checkout__native #billing_postcode_field,
.psc-v4-checkout__native #shipping_postcode_field,
.psc-v4-checkout__native #billing_phone_field,
.psc-v4-checkout__native #shipping_phone_field {
	grid-column: span 6;
}

.psc-v4-checkout__native .wc-block-components-text-input,
.psc-v4-checkout__native .wc-block-components-combobox,
.psc-v4-checkout__native .woocommerce form .form-row {
	width: 100%;
	margin: 0;
}

.psc-v4-checkout__native .wc-block-components-text-input input,
.psc-v4-checkout__native .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.psc-v4-checkout__native .woocommerce input.input-text,
.psc-v4-checkout__native .woocommerce select,
.psc-v4-checkout__native .woocommerce textarea,
.psc-v4-checkout__native .select2-container--default .select2-selection--single {
	box-sizing: border-box;
	width: 100%;
	min-height: 55px;
	border: 1px solid #c7d4de;
	border-radius: 11px;
	background: #fbfcfd;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 1px 2px rgba(16, 40, 61, 0.025);
	color: var(--psc-v12-ink);
}

.psc-v4-checkout__native .wc-block-components-text-input input,
.psc-v4-checkout__native .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.psc-v4-checkout__native .woocommerce input.input-text,
.psc-v4-checkout__native .woocommerce select,
.psc-v4-checkout__native .woocommerce textarea {
	padding-right: 15px;
	padding-left: 15px;
	font-size: 14px;
	transition: border-color 150ms ease, box-shadow 150ms ease, background-color 150ms ease;
}

.psc-v4-checkout__native .wc-block-components-text-input input:hover,
.psc-v4-checkout__native .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:hover,
.psc-v4-checkout__native .woocommerce input.input-text:hover,
.psc-v4-checkout__native .woocommerce select:hover,
.psc-v4-checkout__native .woocommerce textarea:hover {
	border-color: #9eb3c2;
	background: #ffffff;
}

.psc-v4-checkout__native .wc-block-components-text-input input:focus,
.psc-v4-checkout__native .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.psc-v4-checkout__native .woocommerce input.input-text:focus,
.psc-v4-checkout__native .woocommerce select:focus,
.psc-v4-checkout__native .woocommerce textarea:focus,
.psc-v4-checkout__native .select2-container--focus .select2-selection--single,
.psc-v4-checkout__native .select2-container--open .select2-selection--single {
	border-color: #3f80a3;
	outline: 0;
	background: #ffffff;
	box-shadow: 0 0 0 3px rgba(47, 114, 152, 0.14);
}

.psc-v4-checkout__native .wc-block-components-text-input.has-error input,
.psc-v4-checkout__native .wc-block-components-combobox.has-error input,
.psc-v4-checkout__native .woocommerce .form-row.woocommerce-invalid input,
.psc-v4-checkout__native .woocommerce .form-row.woocommerce-invalid select {
	border-color: #b34f56;
	box-shadow: 0 0 0 3px rgba(179, 79, 86, 0.1);
}

.psc-v4-checkout__native .wc-block-components-text-input label,
.psc-v4-checkout__native .wc-block-components-combobox .components-base-control__label,
.psc-v4-checkout__native .woocommerce form .form-row label {
	color: #435a6d;
	font-size: 12px;
	font-weight: 720;
	letter-spacing: 0.005em;
}

.psc-v4-checkout__native .wc-block-components-checkbox,
.psc-v4-checkout__native .woocommerce label.checkbox {
	align-items: flex-start;
	gap: 10px;
	color: #506679;
	font-size: 12px;
	line-height: 1.5;
}

.psc-v4-checkout__native input[type="checkbox"],
.psc-v4-checkout__native input[type="radio"] {
	accent-color: var(--psc-v12-blue);
}

.psc-v4-checkout__native .wc-block-checkout__payment-method .wc-block-components-radio-control,
.psc-v4-checkout__native .wc-block-components-radio-control-accordion-option,
.psc-v4-checkout__native .woocommerce-checkout-payment {
	overflow: hidden;
	border: 1px solid #cfdce5;
	border-radius: 11px;
	background: #ffffff;
	box-shadow: none;
}

.psc-v4-checkout__native .wc-block-components-radio-control__option,
.psc-v4-checkout__native .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option {
	min-height: 52px;
	border: 0;
	background: #ffffff;
}

.psc-v4-checkout__native .wc-block-components-radio-control__option:has(input:checked),
.psc-v4-checkout__native .wc-block-components-radio-control-accordion-option:has(input:checked) {
	background: #f1f7fa;
	box-shadow: inset 3px 0 0 var(--psc-v12-blue);
}

.psc-v4-checkout__native .wc-block-components-radio-control__label,
.psc-v4-checkout__native .wc-block-components-payment-method-label {
	color: var(--psc-v12-ink);
	font-size: 14px;
	font-weight: 800;
}

.psc-v4-checkout__native .wc-block-components-radio-control-accordion-content,
.psc-v4-checkout__native .wc-block-components-radio-control__description-group,
.psc-v4-checkout__native .psc-manual-procurement-review-description,
.psc-v4-checkout__native .woocommerce-checkout-payment .payment_box {
	margin: 0;
	border-top: 1px solid #dce5eb;
	background: #f5f8fa;
	color: #53697b;
}

.psc-v4-checkout__native .psc-manual-procurement-review-description,
.psc-v4-checkout__native .payment_method_psc_manual_procurement_review .payment_box {
	font-size: 0;
	line-height: 0;
}

.psc-v4-checkout__native .psc-manual-procurement-review-description::after,
.psc-v4-checkout__native .payment_method_psc_manual_procurement_review .payment_box::after {
	display: block;
	color: #53697b;
	content: "No online payment is collected at this step.";
	font-size: 12px;
	line-height: 1.5;
}

.psc-v4-checkout__native .wc-block-checkout__add-note,
.psc-v4-checkout__native .wc-block-checkout__terms,
.psc-v4-checkout__native .woocommerce-additional-fields,
.psc-v4-checkout__native .woocommerce-terms-and-conditions-wrapper {
	margin-top: 12px;
	padding: 13px 14px;
	border: 1px solid #dbe4ea;
	border-radius: 10px;
	background: #f8fafb;
	box-shadow: none;
}

.psc-v4-checkout__native .wc-block-checkout__add-note .wc-block-components-panel__button {
	min-height: 28px;
	padding: 0;
	color: #315f7c;
	font-size: 12px;
	font-weight: 780;
}

.psc-v4-checkout__native .wc-block-checkout__terms,
.psc-v4-checkout__native .woocommerce-terms-and-conditions-wrapper {
	color: #5c7081;
	font-size: 11px;
	line-height: 1.55;
}

.psc-v4-checkout__native .wc-block-components-order-summary {
	min-width: 0;
}

.psc-v4-checkout__native .wc-block-components-order-summary__button-text {
	padding-bottom: 14px;
	border-bottom: 2px solid #183f5a;
	color: var(--psc-v12-ink);
	font-size: 15px;
	font-weight: 820;
}

.psc-v4-checkout__native .wc-block-components-order-summary-item {
	padding: 17px 0;
	border-bottom: 1px solid var(--psc-v12-line-soft);
}

.psc-v4-checkout__native .wc-block-components-order-summary-item__description .wc-block-components-product-name {
	color: var(--psc-v12-ink);
	font-weight: 760;
}

.psc-v4-checkout__native .wc-block-components-totals-wrapper {
	padding: 13px 0;
	border-bottom-color: var(--psc-v12-line-soft);
}

.psc-v4-checkout__native .wc-block-components-totals-footer-item {
	margin-top: 6px;
	padding-top: 18px;
	border-top: 2px solid #183f5a;
}

.psc-v4-checkout__native .wc-block-components-checkout-place-order-button,
.psc-v4-checkout__native .woocommerce #place_order {
	width: 100%;
	min-height: 58px;
	margin-top: 16px;
	border: 1px solid #09243a;
	border-radius: 10px;
	background: #4169e1;
	box-shadow: 0 10px 22px rgba(9, 38, 61, 0.2);
	color: #ffffff;
	font-size: 14px;
	font-weight: 850;
	letter-spacing: 0.02em;
}

.psc-v4-checkout__native .wc-block-components-checkout-place-order-button:hover,
.psc-v4-checkout__native .wc-block-components-checkout-place-order-button:focus-visible,
.psc-v4-checkout__native .woocommerce #place_order:hover,
.psc-v4-checkout__native .woocommerce #place_order:focus-visible {
	background: #3157c8;
	box-shadow: 0 12px 25px rgba(9, 38, 61, 0.24);
}

.psc-v4-checkout__trust {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	padding: 11px 14px;
	border-color: var(--psc-v12-line);
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 5px 16px rgba(16, 40, 61, 0.035);
}

.psc-v4-checkout__trust span {
	display: flex;
	min-width: 0;
	min-height: 34px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 0;
	color: #4d6478;
	font-size: 10px;
	font-weight: 760;
	letter-spacing: 0;
	line-height: 1.3;
	text-align: left;
	text-transform: none;
}

.psc-v4-checkout__trust span::before {
	display: none;
}

.psc-v4-checkout__trust svg {
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	fill: none;
	stroke: #168f91;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

@media (max-width: 980px) {
	.psc-v4-checkout__native .wc-block-checkout {
		grid-template-columns: minmax(0, 1fr);
		grid-template-areas:
			"main"
			"summary";
	}

	.psc-v4-checkout__native .wc-block-checkout__sidebar {
		width: 100%;
	}
}

@media (max-width: 700px) {
	.psc-v4-checkout {
		padding-bottom: 18px;
	}

	.psc-v4-checkout__hero {
		gap: 13px;
		padding: 15px 14px 13px;
		border-radius: 11px;
	}

	.psc-v4-checkout__hero h1 {
		margin: 7px 0 5px;
		font-size: clamp(25px, 8vw, 31px);
	}

	.psc-v4-checkout__progress-item > span {
		width: 24px;
		height: 24px;
	}

	.psc-v4-checkout__process {
		margin-top: 10px;
		padding: 12px;
	}

	.psc-v4-checkout__process-list {
		gap: 6px;
	}

	.psc-v4-checkout__process-list li {
		padding: 8px 7px;
	}

	.psc-v4-checkout__workflow {
		margin-top: 12px;
	}

	.psc-v4-checkout__workflow .psc-v4-checkout__native {
		padding: 0;
	}

	.psc-v4-checkout__native .wc-block-checkout {
		display: block;
	}

	.psc-v4-checkout__native .wc-block-checkout__sidebar {
		display: none;
	}

	.psc-v4-checkout__native .wc-block-components-checkout-step,
	.psc-v4-checkout__native .woocommerce-billing-fields,
	.psc-v4-checkout__native .woocommerce-shipping-fields,
	.psc-v4-checkout__native .woocommerce-additional-fields,
	.psc-v4-checkout__native .woocommerce-checkout-review-order,
	.psc-v4-checkout__native .woocommerce-checkout-payment {
		margin-bottom: 11px !important;
		padding: 15px 13px !important;
		border-radius: 11px;
		box-shadow: 0 4px 14px rgba(16, 40, 61, 0.035);
	}

	.psc-v4-checkout__native .wc-block-components-checkout-step__heading {
		align-items: flex-start;
		gap: 9px;
		min-height: 27px;
		margin-bottom: 14px !important;
		padding-bottom: 11px !important;
	}

	.psc-v4-checkout__native .wc-block-components-checkout-step__number {
		flex-basis: 26px;
		width: 26px;
		height: 26px;
		border-radius: 7px;
		font-size: 10px;
	}

	.psc-v4-checkout__native .wc-block-components-checkout-step__title,
	.psc-v4-checkout__native .woocommerce-billing-fields > h3,
	.psc-v4-checkout__native .woocommerce-shipping-fields > h3,
	.psc-v4-checkout__native .woocommerce-additional-fields > h3,
	.psc-v4-checkout__native #order_review_heading {
		font-size: 16px;
	}

	.psc-v4-checkout__native .wc-block-components-checkout-step__heading-content {
		display: none;
	}

	.psc-v4-checkout__native .wc-block-components-address-form,
	.psc-v4-checkout__native .woocommerce-billing-fields__field-wrapper,
	.psc-v4-checkout__native .woocommerce-shipping-fields__field-wrapper {
		grid-template-columns: minmax(0, 1fr);
		gap: 10px;
	}

	.psc-v4-checkout__native .wc-block-components-address-form > *,
	.psc-v4-checkout__native .woocommerce-billing-fields__field-wrapper > *,
	.psc-v4-checkout__native .woocommerce-shipping-fields__field-wrapper > * {
		grid-column: 1 !important;
		width: 100% !important;
	}

	.psc-v4-checkout__native .wc-block-components-text-input input,
	.psc-v4-checkout__native .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
	.psc-v4-checkout__native .woocommerce input.input-text,
	.psc-v4-checkout__native .woocommerce select,
	.psc-v4-checkout__native .select2-container--default .select2-selection--single {
		min-height: 52px;
		border-radius: 9px;
		font-size: 16px;
	}

	.psc-v4-checkout__native .wc-block-checkout__payment-method .wc-block-components-radio-control,
	.psc-v4-checkout__native .wc-block-components-radio-control-accordion-option,
	.psc-v4-checkout__native .woocommerce-checkout-payment {
		border-radius: 9px;
	}

	.psc-v4-checkout__native .wc-block-components-radio-control__option,
	.psc-v4-checkout__native .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option {
		min-height: 49px;
		padding-top: 13px;
		padding-bottom: 13px;
	}

	.psc-v4-checkout__native .wc-block-components-radio-control-accordion-content,
	.psc-v4-checkout__native .wc-block-components-radio-control__description-group,
	.psc-v4-checkout__native .psc-manual-procurement-review-description,
	.psc-v4-checkout__native .woocommerce-checkout-payment .payment_box {
		padding: 11px 12px;
	}

	.psc-v4-checkout__native .wc-block-checkout__add-note,
	.psc-v4-checkout__native .wc-block-checkout__terms,
	.psc-v4-checkout__native .woocommerce-terms-and-conditions-wrapper {
		margin-top: 9px;
		padding: 10px 11px;
	}

	.psc-v4-checkout__native .wc-block-components-order-summary-item {
		padding: 14px 0;
	}

	.psc-v4-checkout__native .wc-block-components-totals-wrapper {
		padding: 11px 0;
	}

	.psc-v4-checkout__native .wc-block-components-checkout-place-order-button,
	.psc-v4-checkout__native .woocommerce #place_order {
		min-height: 56px;
		margin-top: 12px;
	}

	.psc-v4-checkout__trust {
		margin-top: 9px;
		padding: 8px 5px;
	}

	.psc-v4-checkout__trust span {
		font-size: 7px;
	}
}

/*
 * V12.1 desktop checkout compatibility.
 * Neutralize native sidebar widths without changing mobile or checkout behavior.
 */
@media (min-width: 701px) {
	.psc-v4-checkout__container {
		width: 100%;
		max-width: 1180px;
		margin-right: auto;
		margin-left: auto;
	}

	.psc-v4-checkout__native .wc-block-checkout:has(> .wc-block-checkout__main),
	.psc-v4-checkout__native .wc-block-checkout:has(> .wc-block-components-main),
	.psc-v4-checkout__native .wc-block-components-sidebar-layout:has(> .wc-block-checkout__main),
	.psc-v4-checkout__native .wc-block-components-sidebar-layout:has(> .wc-block-components-main) {
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
	}

	.psc-v4-checkout__native .wc-block-checkout__main,
	.psc-v4-checkout__native .wc-block-components-main {
		box-sizing: border-box;
		flex: none !important;
		width: 100% !important;
		max-width: none !important;
		min-width: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.psc-v4-checkout__native .wc-block-checkout__sidebar,
	.psc-v4-checkout__native .wc-block-components-sidebar {
		box-sizing: border-box;
		flex: none !important;
		width: 100% !important;
		min-width: 0 !important;
		margin: 0 !important;
	}

	.psc-v4-checkout__native .wc-block-components-checkout-step,
	.psc-v4-checkout__native .wc-block-checkout__contact-fields,
	.psc-v4-checkout__native .wc-block-checkout__billing-fields,
	.psc-v4-checkout__native .wc-block-checkout__shipping-fields,
	.psc-v4-checkout__native .wc-block-checkout__payment-method {
		width: 100% !important;
		max-width: none !important;
	}

	.psc-v4-checkout__native .wc-block-components-address-form,
	.psc-v4-checkout__native .woocommerce-billing-fields__field-wrapper,
	.psc-v4-checkout__native .woocommerce-shipping-fields__field-wrapper {
		display: grid !important;
		grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
		width: 100% !important;
		min-width: 0 !important;
	}

	.psc-v4-checkout__native .wc-block-components-address-form__country,
	.psc-v4-checkout__native .wc-block-components-address-form__address_1,
	.psc-v4-checkout__native .wc-block-components-address-form__address_2,
	.psc-v4-checkout__native .wc-block-components-address-form__email,
	.psc-v4-checkout__native #billing_country_field,
	.psc-v4-checkout__native #shipping_country_field,
	.psc-v4-checkout__native #billing_address_1_field,
	.psc-v4-checkout__native #shipping_address_1_field,
	.psc-v4-checkout__native #billing_address_2_field,
	.psc-v4-checkout__native #shipping_address_2_field,
	.psc-v4-checkout__native #billing_email_field {
		grid-column: 1 / -1 !important;
	}

	.psc-v4-checkout__native .wc-block-components-address-form__first_name,
	.psc-v4-checkout__native .wc-block-components-address-form__last_name,
	.psc-v4-checkout__native #billing_first_name_field,
	.psc-v4-checkout__native #billing_last_name_field,
	.psc-v4-checkout__native #shipping_first_name_field,
	.psc-v4-checkout__native #shipping_last_name_field {
		grid-column: span 6 !important;
	}

	.psc-v4-checkout__native .wc-block-components-address-form__city,
	.psc-v4-checkout__native #billing_city_field,
	.psc-v4-checkout__native #shipping_city_field {
		grid-column: span 6 !important;
}

	.psc-v4-checkout__native .wc-block-components-address-form__state,
	.psc-v4-checkout__native #billing_state_field,
	.psc-v4-checkout__native #shipping_state_field {
		grid-column: span 6 !important;
}

	.psc-v4-checkout__native .wc-block-components-address-form__postcode,
	.psc-v4-checkout__native .wc-block-components-address-form__phone,
	.psc-v4-checkout__native #billing_postcode_field,
	.psc-v4-checkout__native #shipping_postcode_field,
	.psc-v4-checkout__native #billing_phone_field,
	.psc-v4-checkout__native #shipping_phone_field {
		grid-column: span 6 !important;
	}

	.psc-v4-checkout__native .wc-block-components-text-input,
	.psc-v4-checkout__native .wc-block-components-combobox,
	.psc-v4-checkout__native .woocommerce form .form-row,
	.psc-v4-checkout__native .wc-block-components-text-input input,
	.psc-v4-checkout__native .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
	.psc-v4-checkout__native .woocommerce input.input-text,
	.psc-v4-checkout__native .woocommerce select,
	.psc-v4-checkout__native .woocommerce textarea {
		width: 100% !important;
		max-width: none !important;
		min-width: 0 !important;
	}
}

@media (min-width: 1100px) {
	.psc-v4-checkout__native .wc-block-checkout:has(> .wc-block-checkout__main),
	.psc-v4-checkout__native .wc-block-checkout:has(> .wc-block-components-main),
	.psc-v4-checkout__native .wc-block-components-sidebar-layout:has(> .wc-block-checkout__main),
	.psc-v4-checkout__native .wc-block-components-sidebar-layout:has(> .wc-block-components-main) {
		display: grid !important;
		grid-template-columns: minmax(620px, 1fr) minmax(360px, 420px) !important;
		grid-template-areas: "main summary" !important;
		align-items: start !important;
		column-gap: 20px !important;
		row-gap: 0 !important;
	}

	.psc-v4-checkout__native .wc-block-checkout__main,
	.psc-v4-checkout__native .wc-block-components-main {
		grid-area: main;
	}

	.psc-v4-checkout__native .wc-block-checkout__sidebar,
	.psc-v4-checkout__native .wc-block-components-sidebar {
		grid-area: summary;
		max-width: 420px !important;
		position: sticky;
		top: 24px;
	}

	.psc-v4-checkout__native form.checkout.woocommerce-checkout {
		display: grid;
		grid-template-columns: minmax(0, 1.7fr) minmax(340px, .92fr);
		grid-template-areas:
			"details heading"
			"details review";
		align-items: start;
		gap: 0 24px;
	}

	.psc-v4-checkout__native form.checkout.woocommerce-checkout > .col2-set {
		grid-area: details;
		min-width: 0;
	}

	.psc-v4-checkout__native form.checkout.woocommerce-checkout > #order_review_heading {
		grid-area: heading;
	}

	.psc-v4-checkout__native form.checkout.woocommerce-checkout > #order_review {
		grid-area: review;
		position: sticky;
		top: 74px;
	}
}

@media (min-width: 701px) and (max-width: 1099px) {
	.psc-v4-checkout__hero {
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
	}

	.psc-v4-checkout__progress {
		max-width: 520px;
	}

	.psc-v4-checkout__native .wc-block-checkout:has(> .wc-block-checkout__main),
	.psc-v4-checkout__native .wc-block-checkout:has(> .wc-block-components-main),
	.psc-v4-checkout__native .wc-block-components-sidebar-layout:has(> .wc-block-checkout__main),
	.psc-v4-checkout__native .wc-block-components-sidebar-layout:has(> .wc-block-components-main) {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
		grid-template-areas:
			"main"
			"summary" !important;
		gap: 18px !important;
	}

	.psc-v4-checkout__native .wc-block-checkout__sidebar,
	.psc-v4-checkout__native .wc-block-components-sidebar {
		max-width: none !important;
	}
}

/*
 * V12.2 mobile H5 checkout final polish.
 * Presentation only; desktop and WooCommerce checkout behavior remain unchanged.
 */
@media (max-width: 700px) {
	.psc-v4-checkout {
		padding: 12px 10px 22px;
	}

	.psc-v4-checkout__hero {
		grid-template-columns: minmax(0, 1fr);
		gap: 10px;
		padding: 12px 12px 11px;
		border-radius: 10px;
	}

	.psc-v4-checkout__hero h1 {
		margin: 5px 0 4px;
		font-size: 28px;
		line-height: 1.05;
	}

	.psc-v4-checkout__hero-lead {
		font-size: 12px;
		line-height: 1.4;
	}

	.psc-v4-checkout__hero-support {
		margin-top: 2px;
		font-size: 11px;
		line-height: 1.4;
	}

	.psc-v4-checkout__progress::before {
		top: 10px;
	}

	.psc-v4-checkout__progress-item {
		gap: 4px;
	}

	.psc-v4-checkout__progress-item > span {
		width: 21px;
		height: 21px;
		font-size: 8px;
	}

	.psc-v4-checkout__progress-item > strong {
		font-size: 9px;
		letter-spacing: 0.025em;
	}

	.psc-v4-checkout__process {
		margin-top: 8px;
		padding: 10px;
		border-radius: 9px;
	}

	.psc-v4-checkout__process-heading {
		gap: 3px;
		margin-bottom: 8px;
		padding-bottom: 7px;
	}

	.psc-v4-checkout__process-heading h2 {
		font-size: 14px;
	}

	.psc-v4-checkout__process-heading > strong {
		font-size: 9px;
		line-height: 1.35;
	}

	.psc-v4-checkout__process-list {
		gap: 4px;
	}

	.psc-v4-checkout__process-list li {
		grid-template-columns: 20px minmax(0, 1fr);
		gap: 5px;
		padding: 6px;
	}

	.psc-v4-checkout__process-list li > span {
		width: 20px;
		height: 20px;
		font-size: 8px;
	}

	.psc-v4-checkout__process-list strong {
		font-size: 9px;
		line-height: 1.2;
	}

	.psc-v4-checkout__process-list small {
		font-size: 7px;
		line-height: 1.25;
	}

	.psc-v4-checkout__workflow {
		margin-top: 10px;
	}

	.psc-v4-checkout__native .wc-block-checkout,
	.psc-v4-checkout__native .wc-block-components-sidebar-layout:has(> .wc-block-components-main) {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		grid-template-areas:
			"summary"
			"main";
		gap: 10px;
	}

	.psc-v4-checkout__native .wc-block-checkout__main,
	.psc-v4-checkout__native .wc-block-components-main {
		grid-area: main;
		min-width: 0;
		padding-bottom: 8px;
	}

	.psc-v4-checkout__native .wc-block-checkout__sidebar,
	.psc-v4-checkout__native .wc-block-components-sidebar {
		display: block !important;
		grid-area: summary;
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 13px;
		border-radius: 10px;
		box-shadow: 0 6px 18px rgba(16, 40, 61, .06);
	}

	.psc-v4-checkout__native .wc-block-components-checkout-order-summary__title,
	.psc-v4-checkout__native .wc-block-components-order-summary__button-text {
		min-height: 48px;
		color: var(--psc-v12-ink);
		font-size: 14px;
		font-weight: 820;
	}

	.psc-v4-checkout__native .wc-block-components-checkout-step,
	.psc-v4-checkout__native .woocommerce-billing-fields,
	.psc-v4-checkout__native .woocommerce-shipping-fields,
	.psc-v4-checkout__native .woocommerce-additional-fields,
	.psc-v4-checkout__native .woocommerce-checkout-review-order,
	.psc-v4-checkout__native .woocommerce-checkout-payment {
		margin-bottom: 9px !important;
		padding: 13px 12px !important;
		border-radius: 10px;
	}

	.psc-v4-checkout__native .wc-block-components-checkout-step__heading {
		gap: 8px;
		margin-bottom: 11px !important;
		padding-bottom: 9px !important;
	}

	.psc-v4-checkout__native .wc-block-components-checkout-step__number {
		flex-basis: 24px;
		width: 24px;
		height: 24px;
	}

	.psc-v4-checkout__native .wc-block-components-checkout-step__title,
	.psc-v4-checkout__native .woocommerce-billing-fields > h3,
	.psc-v4-checkout__native .woocommerce-shipping-fields > h3,
	.psc-v4-checkout__native .woocommerce-additional-fields > h3,
	.psc-v4-checkout__native #order_review_heading {
		font-size: 15px;
	}

	.psc-v4-checkout__native .wc-block-components-address-form,
	.psc-v4-checkout__native .woocommerce-billing-fields__field-wrapper,
	.psc-v4-checkout__native .woocommerce-shipping-fields__field-wrapper {
		gap: 8px;
	}

	.psc-v4-checkout__native .wc-block-components-text-input input,
	.psc-v4-checkout__native .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
	.psc-v4-checkout__native .woocommerce input.input-text,
	.psc-v4-checkout__native .woocommerce select,
	.psc-v4-checkout__native .select2-container--default .select2-selection--single {
		min-height: 48px;
		border-color: #d3dee6;
		border-radius: 8px;
		box-shadow: none;
		font-size: 16px;
	}

	.psc-v4-checkout__native .woocommerce textarea {
		min-height: 96px;
		font-size: 16px;
	}

	.psc-v4-checkout__native .wc-block-components-text-input input,
	.psc-v4-checkout__native .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
	.psc-v4-checkout__native .woocommerce input.input-text,
	.psc-v4-checkout__native .woocommerce select,
	.psc-v4-checkout__native .woocommerce textarea {
		padding-right: 12px;
		padding-left: 12px;
	}

	.psc-v4-checkout__native .wc-block-components-radio-control__option,
	.psc-v4-checkout__native .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option {
		min-height: 48px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.psc-v4-checkout__native .wc-block-components-radio-control-accordion-content,
	.psc-v4-checkout__native .wc-block-components-radio-control__description-group,
	.psc-v4-checkout__native .psc-manual-procurement-review-description,
	.psc-v4-checkout__native .woocommerce-checkout-payment .payment_box {
		padding: 9px 10px;
	}

	.psc-v4-checkout__native .psc-manual-procurement-review-description::after,
	.psc-v4-checkout__native .payment_method_psc_manual_procurement_review .payment_box::after {
		font-size: 11px;
		line-height: 1.4;
	}

	.psc-v4-checkout__native .wc-block-checkout__add-note,
	.psc-v4-checkout__native .wc-block-checkout__terms,
	.psc-v4-checkout__native .woocommerce-terms-and-conditions-wrapper {
		margin-top: 7px;
		padding: 8px 9px;
	}

	.psc-v4-checkout__native .wc-block-checkout__add-note .wc-block-components-panel__button {
		min-height: 48px;
		font-size: 11px;
	}

	.psc-v4-checkout__native .wc-block-components-checkbox label,
	.psc-v4-checkout__native .woocommerce-terms-and-conditions-wrapper label {
		min-height: 48px;
		align-items: flex-start;
	}

	.psc-v4-checkout__native .wc-block-checkout__terms,
	.psc-v4-checkout__native .woocommerce-terms-and-conditions-wrapper {
		font-size: 12px;
		line-height: 1.4;
	}

	.psc-v4-checkout__native .wc-block-components-order-summary__button-text {
		padding-bottom: 10px;
		font-size: 14px;
	}

	.psc-v4-checkout__native .wc-block-components-order-summary-item {
		display: grid;
		grid-template-columns: 52px minmax(0, 1fr);
		grid-template-areas:
			"image description"
			"image total";
		column-gap: 12px;
		row-gap: 5px;
		padding: 13px 0;
	}

	.psc-v4-checkout__native .wc-block-components-order-summary-item__image {
		grid-area: image;
		align-self: start;
		width: 52px;
	}

	.psc-v4-checkout__native .wc-block-components-order-summary-item__description {
		grid-area: description;
		min-width: 0;
		padding: 0;
	}

	.psc-v4-checkout__native .wc-block-components-order-summary-item__description .wc-block-components-product-name {
		font-size: 13px;
		line-height: 1.4;
		overflow-wrap: anywhere;
	}

	.psc-v4-checkout__native .wc-block-components-order-summary-item__total-price {
		grid-area: total;
		justify-self: end;
		padding: 0;
		font-size: 13px;
		font-weight: 800;
		line-height: 1.35;
		white-space: nowrap;
	}

	.psc-v4-checkout__native .wc-block-components-totals-wrapper {
		padding: 10px 0;
	}

	.psc-v4-checkout__native .wc-block-components-totals-footer-item {
		padding-top: 14px;
	}

	.psc-v4-checkout__native .wc-block-components-checkout-place-order-button,
	.psc-v4-checkout__native .woocommerce #place_order {
		position: sticky;
		z-index: 12;
		bottom: calc(8px + env(safe-area-inset-bottom));
		min-height: 54px;
		margin-top: 11px;
		box-shadow: 0 8px 22px rgba(9, 38, 61, .22);
	}

	.psc-v4-checkout__trust {
		gap: 3px;
		margin-top: 8px;
		padding: 7px 4px;
	}

	.psc-v4-checkout__trust span {
		font-size: 9px;
		line-height: 1.25;
	}

	.psc-v4-checkout__trust svg {
		width: 17px;
		height: 17px;
		flex-basis: 17px;
	}
}

/*
 * V12.7 Order Received confirmation polish.
 * These rules are isolated to the route modifier emitted only for the native
 * WooCommerce order-received endpoint; normal Checkout remains unchanged.
 */
.psc-v4-checkout--order-received {
	padding-top: 24px;
}

.psc-v4-checkout--order-received .psc-v4-checkout__hero {
	display: block;
	padding: clamp(24px, 3.2vw, 38px);
}

.psc-v4-checkout--order-received .psc-v4-checkout__hero-copy {
	max-width: 820px;
}

.psc-v4-checkout--order-received .psc-v4-checkout__eyebrow {
	background: rgba(255, 255, 255, 0.14);
	color: #d9edf7;
}

.psc-v4-checkout--order-received .psc-v4-checkout__hero h1 {
	max-width: none;
	margin-bottom: 10px;
}

.psc-v4-checkout--order-received .psc-v4-checkout__hero-support {
	max-width: 720px;
}

.psc-v4-checkout--order-received .psc-v4-checkout__workflow {
	margin-top: 18px;
}

.psc-v4-checkout--order-received .psc-v4-checkout__confirmation-heading {
	margin: 0 0 10px;
	color: var(--psc-v12-ink);
	font-size: 13px;
	font-weight: 850;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.psc-v4-checkout--order-received .psc-v4-checkout__native,
.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce,
.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-order {
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-order > .woocommerce-notice,
.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-thankyou-order-received,
.psc-v4-checkout--order-received .psc-v4-checkout__native .wp-block-woocommerce-order-confirmation-status,
.psc-v4-checkout--order-received .psc-v4-checkout__native .wc-block-order-confirmation-status-description {
	margin: 0 0 12px;
	padding: 12px 14px;
	border: 1px solid #d4e1e9;
	border-radius: 10px;
	background: #f7fafc;
	color: var(--psc-v12-muted);
	font-size: 12px;
	line-height: 1.5;
}

.psc-v4-checkout--order-received .psc-v4-checkout__native .wp-block-woocommerce-order-confirmation-status h1 {
	margin: 0 0 5px;
	color: var(--psc-v12-ink);
	font-size: 18px;
	line-height: 1.25;
}

.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-order-overview,
.psc-v4-checkout--order-received .psc-v4-checkout__native .wc-block-order-confirmation-summary-list {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0;
	width: 100%;
	margin: 0 0 16px !important;
	padding: 0 !important;
	overflow: hidden;
	border: 1px solid var(--psc-v12-line);
	border-radius: 12px;
	background: var(--psc-v12-card);
	box-shadow: 0 7px 20px rgba(16, 40, 61, 0.045);
	list-style: none;
}

.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-order-overview::before,
.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-order-overview::after {
	display: none !important;
	content: none !important;
}

.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-order-overview li,
.psc-v4-checkout--order-received .psc-v4-checkout__native .wc-block-order-confirmation-summary-list-item {
	float: none;
	min-width: 0;
	margin: 0 !important;
	padding: 14px !important;
	border: 0;
	border-right: 1px solid var(--psc-v12-line-soft);
	color: var(--psc-v12-muted);
	font-size: 10px;
	font-weight: 750;
	letter-spacing: 0.04em;
	line-height: 1.35;
	text-transform: uppercase;
	overflow-wrap: anywhere;
}

.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-order-overview li:last-child,
.psc-v4-checkout--order-received .psc-v4-checkout__native .wc-block-order-confirmation-summary-list-item:last-child {
	border-right: 0;
}

.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-order-overview li strong,
.psc-v4-checkout--order-received .psc-v4-checkout__native .wc-block-order-confirmation-summary-list-item__value {
	display: block;
	margin-top: 6px;
	color: var(--psc-v12-ink);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.35;
	text-transform: none;
	overflow-wrap: anywhere;
}

.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-order-details,
.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-customer-details,
.psc-v4-checkout--order-received .psc-v4-checkout__native .wp-block-woocommerce-order-confirmation-totals,
.psc-v4-checkout--order-received .psc-v4-checkout__native .wp-block-woocommerce-order-confirmation-billing-address,
.psc-v4-checkout--order-received .psc-v4-checkout__native .wp-block-woocommerce-order-confirmation-shipping-address {
	min-width: 0;
	margin: 0 0 16px !important;
	padding: 20px;
	border: 1px solid var(--psc-v12-line);
	border-radius: 12px;
	background: var(--psc-v12-card);
	box-shadow: 0 7px 20px rgba(16, 40, 61, 0.045);
}

.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-order-details__title,
.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-column__title,
.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-customer-details h2,
.psc-v4-checkout--order-received .psc-v4-checkout__native [class*="wp-block-woocommerce-order-confirmation-"] h2,
.psc-v4-checkout--order-received .psc-v4-checkout__native [class*="wp-block-woocommerce-order-confirmation-"] h3 {
	margin: 0 0 14px;
	color: var(--psc-v12-ink);
	font-size: 17px;
	font-weight: 820;
	line-height: 1.3;
}

.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-table--order-details,
.psc-v4-checkout--order-received .psc-v4-checkout__native .wc-block-order-confirmation-totals table {
	width: 100%;
	max-width: 100%;
	margin: 0 !important;
	border-collapse: collapse;
	table-layout: fixed;
}

.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-table--order-details th,
.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-table--order-details td,
.psc-v4-checkout--order-received .psc-v4-checkout__native .wc-block-order-confirmation-totals th,
.psc-v4-checkout--order-received .psc-v4-checkout__native .wc-block-order-confirmation-totals td {
	padding: 11px 10px;
	border: 0;
	border-bottom: 1px solid var(--psc-v12-line-soft);
	font-size: 13px;
	line-height: 1.45;
	vertical-align: top;
	overflow-wrap: anywhere;
}

.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-table--order-details .product-name {
	width: 72%;
	padding-right: 18px;
	color: var(--psc-v12-ink);
	font-weight: 720;
}

.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-table--order-details .product-total {
	width: 28%;
	color: var(--psc-v12-ink);
	font-weight: 800;
	text-align: right;
}

.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-table--order-details tfoot th {
	color: var(--psc-v12-muted);
	font-weight: 700;
}

.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-table--order-details tfoot td {
	color: var(--psc-v12-ink);
	font-weight: 780;
	text-align: right;
}

.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-columns--addresses {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	grid-auto-flow: row;
	align-items: stretch;
	gap: 14px;
	width: 100%;
	margin: 0 !important;
}

.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-column--billing-address,
.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-column--shipping-address {
	float: none !important;
	clear: none !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0;
	height: 100%;
	margin: 0 !important;
	padding: 16px;
	align-self: stretch;
	box-sizing: border-box;
	border: 1px solid var(--psc-v12-line-soft);
	border-radius: 10px;
	background: #f9fbfc;
}

.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-column--billing-address {
	grid-column: 1;
	grid-row: 1;
}

.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-column--shipping-address {
	grid-column: 2;
	grid-row: 1;
}

.psc-v4-checkout--order-received .psc-v4-checkout__native address,
.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-customer-details--phone,
.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-customer-details--email {
	color: #40586c;
	font-size: 13px;
	line-height: 1.6;
	overflow-wrap: anywhere;
}

.psc-v4-checkout--order-received .psc-v4-checkout__trust {
	margin-top: 10px;
}

@media (max-width: 700px) {
	.psc-v4-checkout--order-received {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.psc-v4-checkout--order-received .psc-v4-checkout__hero {
		padding: 16px 14px;
	}

	.psc-v4-checkout--order-received .psc-v4-checkout__hero h1 {
		margin: 6px 0;
		font-size: clamp(24px, 7.5vw, 29px);
		line-height: 1.08;
	}

	.psc-v4-checkout--order-received .psc-v4-checkout__hero-lead {
		font-size: 12px;
		line-height: 1.4;
	}

	.psc-v4-checkout--order-received .psc-v4-checkout__hero-support {
		font-size: 10px;
		line-height: 1.4;
	}

	.psc-v4-checkout--order-received .psc-v4-checkout__workflow {
		margin-top: 12px;
	}

	.psc-v4-checkout--order-received .psc-v4-checkout__confirmation-heading {
		margin-bottom: 8px;
		font-size: 11px;
	}

	.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-order > .woocommerce-notice,
	.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-thankyou-order-received,
	.psc-v4-checkout--order-received .psc-v4-checkout__native .wp-block-woocommerce-order-confirmation-status,
	.psc-v4-checkout--order-received .psc-v4-checkout__native .wc-block-order-confirmation-status-description {
		margin-bottom: 8px;
		padding: 9px 10px;
		font-size: 10px;
	}

	.psc-v4-checkout--order-received .psc-v4-checkout__native .wp-block-woocommerce-order-confirmation-status h1 {
		font-size: 15px;
	}

	.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-order-overview,
	.psc-v4-checkout--order-received .psc-v4-checkout__native .wc-block-order-confirmation-summary-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-bottom: 10px !important;
		border-radius: 10px;
	}

	.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-order-overview li,
	.psc-v4-checkout--order-received .psc-v4-checkout__native .wc-block-order-confirmation-summary-list-item {
		padding: 10px !important;
		border-right: 1px solid var(--psc-v12-line-soft);
		border-bottom: 1px solid var(--psc-v12-line-soft);
		font-size: 8px;
	}

	.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-order-overview li:nth-child(2n),
	.psc-v4-checkout--order-received .psc-v4-checkout__native .wc-block-order-confirmation-summary-list-item:nth-child(2n) {
		border-right: 0;
	}

	.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-order-overview__email,
	.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-order-overview__payment-method,
	.psc-v4-checkout--order-received .psc-v4-checkout__native .wc-block-order-confirmation-summary-list-item:nth-last-child(-n + 2) {
		min-width: 0;
	}

	.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-order-overview__payment-method {
		grid-column: 1 / -1;
	}

	.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-order-overview li strong,
	.psc-v4-checkout--order-received .psc-v4-checkout__native .wc-block-order-confirmation-summary-list-item__value {
		margin-top: 4px;
		font-size: 11px;
		line-height: 1.35;
	}

	.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-order-details,
	.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-customer-details,
	.psc-v4-checkout--order-received .psc-v4-checkout__native .wp-block-woocommerce-order-confirmation-totals,
	.psc-v4-checkout--order-received .psc-v4-checkout__native .wp-block-woocommerce-order-confirmation-billing-address,
	.psc-v4-checkout--order-received .psc-v4-checkout__native .wp-block-woocommerce-order-confirmation-shipping-address {
		margin-bottom: 10px !important;
		padding: 12px 10px;
		border-radius: 10px;
	}

	.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-order-details__title,
	.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-column__title,
	.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-customer-details h2,
	.psc-v4-checkout--order-received .psc-v4-checkout__native [class*="wp-block-woocommerce-order-confirmation-"] h2,
	.psc-v4-checkout--order-received .psc-v4-checkout__native [class*="wp-block-woocommerce-order-confirmation-"] h3 {
		margin-bottom: 9px;
		font-size: 15px;
	}

	.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-table--order-details th,
	.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-table--order-details td,
	.psc-v4-checkout--order-received .psc-v4-checkout__native .wc-block-order-confirmation-totals th,
	.psc-v4-checkout--order-received .psc-v4-checkout__native .wc-block-order-confirmation-totals td {
		padding: 9px 6px;
		font-size: 11px;
		line-height: 1.4;
	}

	.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-table--order-details .product-name {
		width: 66%;
		padding-right: 9px;
	}

	.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-table--order-details .product-total {
		width: 34%;
		min-width: 88px;
		white-space: normal;
	}

	.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-table--order-details tfoot th {
		width: 58%;
	}

	.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-table--order-details tfoot td {
		width: 42%;
		white-space: normal;
	}

	.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-columns--addresses {
		grid-template-columns: minmax(0, 1fr) !important;
		grid-auto-flow: row;
		gap: 8px;
	}

	.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-column--billing-address,
	.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-column--shipping-address {
		height: auto;
		padding: 10px;
		border-radius: 8px;
	}

	.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-column--billing-address {
		grid-column: 1;
		grid-row: 1;
	}

	.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-column--shipping-address {
		grid-column: 1;
		grid-row: 2;
	}

	.psc-v4-checkout--order-received .psc-v4-checkout__native address,
	.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-customer-details--phone,
	.psc-v4-checkout--order-received .psc-v4-checkout__native .woocommerce-customer-details--email {
		font-size: 11px;
		line-height: 1.5;
	}

	.psc-v4-checkout--order-received .psc-v4-checkout__trust {
		margin-top: 7px;
		padding: 7px 4px;
	}
}

/*
 * V15 Order Received visual system.
 * The custom WooCommerce thank-you template owns all selectors below.
 */
.psc-v4-checkout--order-received {
	padding: 24px 22px 34px;
	background: #f3f7fa;
}

.psc-v4-checkout--order-received .psc-v4-checkout__workflow {
	margin-top: 0;
}

.psc-v4-checkout--order-received .psc-v4-checkout__native,
.psc-v4-checkout--order-received .psc-v4-order-received,
.psc-v4-checkout--order-received .psc-v4-order-received * {
	box-sizing: border-box;
}

.psc-v4-checkout--order-received .psc-v4-order-received {
	display: grid;
	gap: 14px;
	width: 100%;
	min-width: 0;
	color: #10284b;
}

.psc-v4-checkout--order-received .psc-v4-order-received__hero {
	position: relative;
	display: block;
	min-height: 184px;
	padding: 25px 34px 23px;
	overflow: hidden;
	border: 1px solid rgba(86, 137, 195, 0.3);
	border-radius: 12px;
	background:
		radial-gradient(circle at 88% 36%, rgba(42, 139, 193, 0.24), transparent 31%),
		linear-gradient(118deg, #071b45 0%, #0a3470 70%, #0b4380 100%);
	box-shadow: 0 12px 30px rgba(7, 27, 69, 0.14);
	color: #ffffff;
}

.psc-v4-checkout--order-received .psc-v4-order-received__hero::after {
	position: absolute;
	top: -58px;
	right: -16px;
	width: 380px;
	height: 300px;
	border: 1px solid rgba(87, 191, 215, 0.12);
	border-radius: 50%;
	box-shadow: 0 0 0 28px rgba(87, 191, 215, 0.035), 0 0 0 58px rgba(87, 191, 215, 0.025);
	content: "";
	pointer-events: none;
	transform: rotate(-18deg);
}

.psc-v4-checkout--order-received .psc-v4-order-received__eyebrow {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	min-height: 27px;
	padding: 4px 13px;
	border: 1px solid rgba(130, 239, 231, 0.38);
	border-radius: 999px;
	background: #16b9b8;
	color: #ffffff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
}

.psc-v4-checkout--order-received .psc-v4-order-received__title-row {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 14px;
}

.psc-v4-checkout--order-received .psc-v4-order-received__success-icon {
	display: inline-grid;
	flex: 0 0 38px;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 50%;
	background: rgba(17, 187, 185, 0.2);
	color: #1bd0c8;
}

.psc-v4-checkout--order-received .psc-v4-order-received__success-icon svg {
	width: 30px;
	height: 30px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.psc-v4-checkout--order-received .psc-v4-order-received__hero h1 {
	margin: 0;
	color: #ffffff;
	font-size: 34px;
	font-weight: 750;
	letter-spacing: 0;
	line-height: 1.1;
}

.psc-v4-checkout--order-received .psc-v4-order-received__hero p {
	position: relative;
	z-index: 1;
	max-width: 760px;
	margin: 8px 0 0;
	color: #e4edf8;
	font-size: 15px;
	line-height: 1.5;
	overflow-wrap: anywhere;
}

.psc-v4-checkout--order-received .psc-v4-order-received__hero .psc-v4-order-received__lead {
	margin-top: 12px;
	color: #ffffff;
	font-size: 17px;
	font-weight: 700;
}

.psc-v4-checkout--order-received .psc-v4-order-received__overview {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	min-width: 0;
	overflow: hidden;
	border: 1px solid #d8e2eb;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 6px 18px rgba(15, 40, 68, 0.055);
}

.psc-v4-checkout--order-received .psc-v4-order-received__overview-item {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
	min-height: 104px;
	padding: 18px 16px;
	border-right: 1px solid #e0e7ee;
}

.psc-v4-checkout--order-received .psc-v4-order-received__overview-item:last-child {
	border-right: 0;
}

.psc-v4-checkout--order-received .psc-v4-order-received__overview-item > svg {
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	padding: 9px;
	border-radius: 10px;
	background: #edf3ff;
	color: #2261db;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.psc-v4-checkout--order-received .psc-v4-order-received__overview-item--date > svg {
	background: #e9f7f0;
	color: #14805e;
}

.psc-v4-checkout--order-received .psc-v4-order-received__overview-item--email > svg {
	background: #f1edff;
	color: #744de7;
}

.psc-v4-checkout--order-received .psc-v4-order-received__overview-item--total > svg {
	background: #fff3e3;
	color: #f08a18;
}

.psc-v4-checkout--order-received .psc-v4-order-received__overview-item > span {
	display: grid;
	gap: 5px;
	min-width: 0;
}

.psc-v4-checkout--order-received .psc-v4-order-received__overview-item small {
	color: #526887;
	font-size: 11px;
	font-weight: 750;
	letter-spacing: 0;
	line-height: 1.25;
	text-transform: uppercase;
}

.psc-v4-checkout--order-received .psc-v4-order-received__overview-item strong {
	min-width: 0;
	color: #10284b;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.psc-v4-checkout--order-received .psc-v4-order-received__details,
.psc-v4-checkout--order-received .psc-v4-order-received__address-card,
.psc-v4-checkout--order-received .psc-v4-order-received__unavailable {
	min-width: 0;
	border: 1px solid #d8e2eb;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 6px 18px rgba(15, 40, 68, 0.055);
}

.psc-v4-checkout--order-received .psc-v4-order-received__details {
	padding: 20px 22px 14px;
}

.psc-v4-checkout--order-received .psc-v4-order-received__details h2,
.psc-v4-checkout--order-received .psc-v4-order-received__address-card h2 {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	color: #10284b;
	font-size: 18px;
	font-weight: 750;
	letter-spacing: 0;
	line-height: 1.3;
}

.psc-v4-checkout--order-received .psc-v4-order-received__details h2 > span,
.psc-v4-checkout--order-received .psc-v4-order-received__address-card h2 > span {
	display: inline-grid;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	place-items: center;
	border-radius: 8px;
	background: #edf3f9;
	color: #254f7b;
}

.psc-v4-checkout--order-received .psc-v4-order-received__details h2 svg,
.psc-v4-checkout--order-received .psc-v4-order-received__address-card h2 svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.psc-v4-checkout--order-received .psc-v4-order-received__items-wrap {
	width: 100%;
	min-width: 0;
	margin-top: 12px;
	overflow: visible;
}

.psc-v4-checkout--order-received .psc-v4-order-received__items {
	width: 100%;
	max-width: 100%;
	margin: 0;
	border-collapse: collapse;
	table-layout: fixed;
}

.psc-v4-checkout--order-received .psc-v4-order-received__items th,
.psc-v4-checkout--order-received .psc-v4-order-received__items td {
	padding: 10px 8px;
	border: 0;
	border-bottom: 1px solid #e2e8ef;
	color: #203b60;
	font-size: 14px;
	line-height: 1.4;
	vertical-align: middle;
	overflow-wrap: anywhere;
}

.psc-v4-checkout--order-received .psc-v4-order-received__items th {
	padding-top: 7px;
	padding-bottom: 9px;
	color: #415a7b;
	font-size: 12px;
	font-weight: 700;
	text-align: left;
}

.psc-v4-checkout--order-received .psc-v4-order-received__items th:first-child,
.psc-v4-checkout--order-received .psc-v4-order-received__items td:first-child {
	width: 55%;
	padding-left: 0;
}

.psc-v4-checkout--order-received .psc-v4-order-received__items th:not(:first-child),
.psc-v4-checkout--order-received .psc-v4-order-received__items td:not(:first-child) {
	width: 15%;
	text-align: right;
}

.psc-v4-checkout--order-received .psc-v4-order-received__items th:last-child,
.psc-v4-checkout--order-received .psc-v4-order-received__items td:last-child {
	padding-right: 0;
}

.psc-v4-checkout--order-received .psc-v4-order-received__product {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.psc-v4-checkout--order-received .psc-v4-order-received__product-image {
	display: inline-grid;
	flex: 0 0 58px;
	width: 58px;
	height: 58px;
	place-items: center;
	overflow: hidden;
	border: 1px solid #d8e2eb;
	border-radius: 8px;
	background: #f7fafc;
}

.psc-v4-checkout--order-received .psc-v4-order-received__product-image img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: contain;
}

.psc-v4-checkout--order-received .psc-v4-order-received__product-copy {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.psc-v4-checkout--order-received .psc-v4-order-received__product-copy strong,
.psc-v4-checkout--order-received .psc-v4-order-received__product-copy a {
	color: #1461df;
	font-size: 15px;
	font-weight: 750;
	line-height: 1.35;
	text-decoration: none;
}

.psc-v4-checkout--order-received .psc-v4-order-received__product-copy small,
.psc-v4-checkout--order-received .psc-v4-order-received__item-meta,
.psc-v4-checkout--order-received .psc-v4-order-received__item-meta p {
	margin: 0;
	color: #5a708d;
	font-size: 12px;
	line-height: 1.4;
}

.psc-v4-checkout--order-received .psc-v4-order-received__cell-label {
	display: none;
}

.psc-v4-checkout--order-received .psc-v4-order-received__totals {
	margin: 0;
}

.psc-v4-checkout--order-received .psc-v4-order-received__total,
.psc-v4-checkout--order-received .psc-v4-order-received__actions-row {
	display: grid;
	grid-template-columns: minmax(130px, 1fr) minmax(180px, 1.35fr);
	align-items: center;
	gap: 18px;
	min-height: 38px;
	border-bottom: 1px solid #e2e8ef;
}

.psc-v4-checkout--order-received .psc-v4-order-received__total dt,
.psc-v4-checkout--order-received .psc-v4-order-received__actions-row > span {
	color: #344f72;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
}

.psc-v4-checkout--order-received .psc-v4-order-received__total dd {
	min-width: 0;
	margin: 0;
	color: #10284b;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	text-align: right;
	overflow-wrap: anywhere;
}

.psc-v4-checkout--order-received .psc-v4-order-received__total--order_total dt,
.psc-v4-checkout--order-received .psc-v4-order-received__total--order_total dd {
	font-size: 18px;
	font-weight: 800;
}

.psc-v4-checkout--order-received .psc-v4-order-received__total--order_total dd {
	color: #1162e8;
}

.psc-v4-checkout--order-received .psc-v4-order-received__actions-row {
	padding: 8px 0 0;
	border-bottom: 0;
}

.psc-v4-checkout--order-received .psc-v4-order-received__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	min-width: 0;
}

.psc-v4-checkout--order-received .psc-v4-order-received__action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 152px;
	min-height: 44px;
	padding: 10px 18px;
	border: 1px solid #1761e8;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
}

.psc-v4-checkout--order-received .psc-v4-order-received__action--pay {
	background: #1761e8;
	box-shadow: 0 5px 12px rgba(23, 97, 232, 0.17);
	color: #ffffff;
}

.psc-v4-checkout--order-received .psc-v4-order-received__action--pay:hover,
.psc-v4-checkout--order-received .psc-v4-order-received__action--pay:focus-visible {
	background: #104fc3;
	color: #ffffff;
}

.psc-v4-checkout--order-received .psc-v4-order-received__action--cancel {
	background: #ffffff;
	box-shadow: none;
	color: #1761e8;
}

.psc-v4-checkout--order-received .psc-v4-order-received__action--cancel:hover,
.psc-v4-checkout--order-received .psc-v4-order-received__action--cancel:focus-visible {
	background: #f2f6ff;
	color: #104fc3;
}

.psc-v4-checkout--order-received .psc-v4-order-received__action:focus-visible {
	outline: 3px solid rgba(23, 97, 232, 0.28);
	outline-offset: 2px;
}

.psc-v4-checkout--order-received .psc-v4-order-received__action svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.psc-v4-checkout--order-received .psc-v4-order-received__addresses {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: stretch;
	gap: 14px;
	min-width: 0;
}

.psc-v4-checkout--order-received .psc-v4-order-received__address-card {
	padding: 18px 22px 20px;
}

.psc-v4-checkout--order-received .psc-v4-order-received__address-card h2 {
	margin-bottom: 12px;
}

.psc-v4-checkout--order-received .psc-v4-order-received__address-card h2 > span {
	background: transparent;
	color: #087a58;
}

.psc-v4-checkout--order-received .psc-v4-order-received__address-row {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-top: 5px;
	color: #405a79;
	font-size: 13px;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.psc-v4-checkout--order-received .psc-v4-order-received__address-row svg {
	flex: 0 0 17px;
	width: 17px;
	height: 17px;
	margin-top: 1px;
	fill: none;
	stroke: #315273;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.psc-v4-checkout--order-received .psc-v4-order-received__address-row address {
	margin: 0;
	font: inherit;
}

.psc-v4-checkout--order-received .psc-v4-order-received__notices {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	min-width: 0;
	padding: 15px 10px;
	overflow: hidden;
	border: 1px solid #bcded2;
	border-radius: 12px;
	background: #eff9f6;
}

.psc-v4-checkout--order-received .psc-v4-order-received__notices > div {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
	padding: 0 22px;
	border-right: 1px solid #c9e2da;
}

.psc-v4-checkout--order-received .psc-v4-order-received__notices > div:last-child {
	border-right: 0;
}

.psc-v4-checkout--order-received .psc-v4-order-received__notices svg {
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	padding: 10px;
	border-radius: 10px;
	background: #dcefe9;
	color: #087a58;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.psc-v4-checkout--order-received .psc-v4-order-received__notices span {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.psc-v4-checkout--order-received .psc-v4-order-received__notices strong {
	color: #087552;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.3;
}

.psc-v4-checkout--order-received .psc-v4-order-received__notices small {
	color: #365b55;
	font-size: 12px;
	line-height: 1.45;
}

.psc-v4-checkout--order-received .psc-v4-order-received__extension:empty {
	display: none;
}

.psc-v4-checkout--order-received .psc-v4-order-received__extension > .psc-hpl-card {
	display: none;
}

.psc-v4-checkout--order-received .psc-v4-order-received__extension > * {
	max-width: 100%;
	overflow-wrap: anywhere;
}

.psc-v4-checkout--order-received .psc-v4-order-received__unavailable {
	padding: 28px;
}

.psc-v4-checkout--order-received .psc-v4-order-received__unavailable h1 {
	margin: 0 0 8px;
	color: #10284b;
	font-size: 26px;
	letter-spacing: 0;
}

.psc-v4-checkout--order-received .psc-v4-order-received__unavailable p {
	margin: 0;
	color: #526887;
	font-size: 15px;
	line-height: 1.55;
}

@media (max-width: 1024px) {
	.psc-v4-checkout--order-received .psc-v4-order-received__hero {
		padding-right: 28px;
		padding-left: 28px;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__overview-item {
		align-items: flex-start;
		flex-direction: column;
		gap: 9px;
		padding: 16px 14px;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__notices > div {
		padding: 0 14px;
	}
}

@media (max-width: 767.98px) {
	.psc-v4-checkout--order-received {
		padding: 16px 16px 22px;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received {
		gap: 10px;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__hero {
		min-height: 0;
		padding: 20px 20px 18px;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__hero::after {
		top: -18px;
		right: -165px;
		width: 330px;
		height: 260px;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__eyebrow {
		min-height: 28px;
		font-size: 12px;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__title-row {
		gap: 11px;
		margin-top: 14px;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__success-icon {
		flex-basis: 36px;
		width: 36px;
		height: 36px;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__hero h1 {
		font-size: 29px;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__hero .psc-v4-order-received__lead {
		margin-top: 12px;
		font-size: 16px;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__hero p {
		font-size: 14px;
		line-height: 1.5;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__overview {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__overview-item {
		align-items: center;
		flex-direction: row;
		gap: 11px;
		min-height: 76px;
		padding: 12px;
		border-right: 1px solid #e0e7ee;
		border-bottom: 1px solid #e0e7ee;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__overview-item--date,
	.psc-v4-checkout--order-received .psc-v4-order-received__overview-item--total {
		border-right: 0;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__overview-item--payment {
		grid-column: 1 / -1;
		border-right: 0;
		border-bottom: 0;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__overview-item > svg {
		flex-basis: 40px;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__overview-item small {
		font-size: 10px;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__overview-item strong {
		font-size: 13px;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__details {
		padding: 16px 14px 12px;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__details h2,
	.psc-v4-checkout--order-received .psc-v4-order-received__address-card h2 {
		font-size: 17px;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__items th,
	.psc-v4-checkout--order-received .psc-v4-order-received__items td {
		padding: 9px 4px;
		font-size: 12px;
		line-height: 1.35;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__items th {
		font-size: 10px;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__items th:first-child,
	.psc-v4-checkout--order-received .psc-v4-order-received__items td:first-child {
		width: 49%;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__items th:not(:first-child),
	.psc-v4-checkout--order-received .psc-v4-order-received__items td:not(:first-child) {
		width: 17%;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__product {
		gap: 8px;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__product-image {
		flex-basis: 52px;
		width: 52px;
		height: 52px;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__product-copy strong,
	.psc-v4-checkout--order-received .psc-v4-order-received__product-copy a {
		font-size: 13px;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__product-copy small,
	.psc-v4-checkout--order-received .psc-v4-order-received__item-meta,
	.psc-v4-checkout--order-received .psc-v4-order-received__item-meta p {
		font-size: 10px;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__total,
	.psc-v4-checkout--order-received .psc-v4-order-received__actions-row {
		grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
		gap: 12px;
		min-height: 36px;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__total dt,
	.psc-v4-checkout--order-received .psc-v4-order-received__total dd,
	.psc-v4-checkout--order-received .psc-v4-order-received__actions-row > span {
		font-size: 12px;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__total--order_total dt,
	.psc-v4-checkout--order-received .psc-v4-order-received__total--order_total dd {
		font-size: 18px;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__actions-row {
		display: block;
		padding-top: 9px;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__actions-row > span {
		display: block;
		margin-bottom: 6px;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__actions {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		gap: 8px;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__action {
		width: 100%;
		min-width: 0;
		min-height: 48px;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__addresses {
		grid-template-columns: minmax(0, 1fr);
		gap: 10px;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__address-card {
		padding: 15px 18px 17px;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__notices {
		grid-template-columns: minmax(0, 1fr);
		padding: 6px 14px;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__notices > div {
		gap: 12px;
		min-height: 68px;
		padding: 9px 4px;
		border-right: 0;
		border-bottom: 1px solid #c9e2da;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__notices > div:last-child {
		border-bottom: 0;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__notices svg {
		flex-basis: 46px;
		width: 46px;
		height: 46px;
	}
}

@media (max-width: 430px) {
	.psc-v4-checkout--order-received .psc-v4-order-received__hero {
		padding-right: 18px;
		padding-left: 18px;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__overview-item {
		padding: 10px;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__overview-item > svg {
		flex-basis: 38px;
		width: 38px;
		height: 38px;
		padding: 8px;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__details {
		padding-right: 12px;
		padding-left: 12px;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__product-image {
		flex-basis: 48px;
		width: 48px;
		height: 48px;
	}
}

@media (max-width: 360px) {
	.psc-v4-checkout--order-received {
		padding-right: 14px;
		padding-left: 14px;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__hero {
		padding-right: 16px;
		padding-left: 16px;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__hero h1 {
		font-size: 27px;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__overview-item {
		gap: 8px;
		padding-right: 8px;
		padding-left: 8px;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__overview-item > svg {
		flex-basis: 34px;
		width: 34px;
		height: 34px;
		padding: 7px;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__overview-item strong {
		font-size: 12px;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__items th:first-child,
	.psc-v4-checkout--order-received .psc-v4-order-received__items td:first-child {
		width: 46%;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__items th:not(:first-child),
	.psc-v4-checkout--order-received .psc-v4-order-received__items td:not(:first-child) {
		width: 18%;
		font-size: 11px;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__product-image {
		flex-basis: 42px;
		width: 42px;
		height: 42px;
	}
}

/* V15.1 Order Received mobile Order Details reflow. */
@media (max-width: 768px) {
	.psc-v4-checkout--order-received .psc-v4-order-received__details {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		padding: 16px;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__items-wrap,
	.psc-v4-checkout--order-received .psc-v4-order-received__items,
	.psc-v4-checkout--order-received .psc-v4-order-received__items tbody {
		display: block;
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__items {
		table-layout: auto;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__items thead {
		display: none;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__item {
		display: grid;
		grid-template-columns: minmax(0, 20%) minmax(0, 38%) minmax(0, 42%);
		width: 100%;
		min-width: 0;
		padding: 12px 0 10px;
		border-bottom: 1px solid #e2e8ef;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__items .psc-v4-order-received__product {
		display: flex;
		grid-column: 1 / -1;
		align-items: center;
		gap: 12px;
		width: auto;
		min-width: 0;
		padding: 0 0 12px;
		border: 0;
		text-align: left;
		word-break: normal;
		overflow-wrap: break-word;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__product-image {
		flex: 0 0 60px;
		width: 60px;
		height: 60px;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__product-image img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__product-copy,
	.psc-v4-checkout--order-received .psc-v4-order-received__product-copy strong,
	.psc-v4-checkout--order-received .psc-v4-order-received__product-copy a,
	.psc-v4-checkout--order-received .psc-v4-order-received__product-copy small,
	.psc-v4-checkout--order-received .psc-v4-order-received__item-meta,
	.psc-v4-checkout--order-received .psc-v4-order-received__item-meta p {
		min-width: 0;
		word-break: normal;
		overflow-wrap: break-word;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__item-value {
		display: grid;
		align-content: start;
		gap: 4px;
		width: auto;
		min-width: 0;
		padding: 9px 8px 2px;
		border: 0;
		word-break: normal;
		overflow-wrap: break-word;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__item-value--quantity {
		grid-column: 1;
		padding-left: 0;
		text-align: left;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__item-value--unit {
		grid-column: 2;
		text-align: center;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__item-value--total {
		grid-column: 3;
		padding-right: 0;
		text-align: right;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__cell-label {
		display: block;
		color: #667b96;
		font-size: 10px;
		font-weight: 750;
		letter-spacing: 0;
		line-height: 1.25;
		text-transform: uppercase;
		white-space: normal;
		word-break: normal;
		overflow-wrap: break-word;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__cell-value {
		display: block;
		min-width: 0;
		color: #10284b;
		font-size: 13px;
		font-weight: 700;
		line-height: 1.35;
		word-break: normal;
		overflow-wrap: break-word;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__total {
		grid-template-columns: minmax(88px, 34%) minmax(0, 66%);
		gap: 12px;
		width: 100%;
		min-width: 0;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__total dt,
	.psc-v4-checkout--order-received .psc-v4-order-received__total dd {
		min-width: 0;
		word-break: normal;
		overflow-wrap: break-word;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__total dd {
		max-width: 100%;
		text-align: right;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__actions-row {
		display: block;
		width: 100%;
		min-width: 0;
		padding-top: 9px;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__actions-row > span {
		display: block;
		margin-bottom: 6px;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__actions {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		gap: 8px;
		width: 100%;
		min-width: 0;
	}

	.psc-v4-checkout--order-received .psc-v4-order-received__action {
		width: 100%;
		min-width: 0;
		min-height: 48px;
	}
}

/* V13.3 Product Data desktop and mobile alignment. */
.psc-v4-pdp .psc-v4-pdp__product-data-action {
	margin-top: 16px;
}

.psc-v4-pdp .psc-v4-pdp__product-data-action a {
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	gap: 3px;
	width: 300px;
	max-width: 100%;
	min-height: 60px;
	padding: 11px 16px 11px 18px;
	border-left-width: 4px;
	background: linear-gradient(135deg, #ffffff 0%, #f2f6fb 100%);
	box-shadow: 0 8px 22px rgba(15, 35, 64, 0.09);
	text-align: left;
}

.psc-v4-pdp .psc-v4-pdp__product-data-action a > span {
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
}

.psc-v4-pdp .psc-v4-pdp__product-data-action a > small {
	color: #526176;
	font-size: 10px;
	font-weight: 600;
	line-height: 1.35;
}

.psc-v4-pdp .psc-v4-pdp__trust-heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

.psc-v4-pdp .psc-v4-pdp__trust-heading h2 {
	margin: 3px 0 0;
}

.psc-v4-pdp .psc-v4-pdp__trust-overall {
	max-width: 48%;
	padding: 6px 9px;
	border: 1px solid rgba(15, 39, 70, 0.14);
	border-radius: 999px;
	background: #eff6ff;
	color: #0f2746;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.25;
	text-align: right;
	overflow-wrap: anywhere;
	opacity: 1;
	visibility: visible;
}

.psc-v4-pdp .psc-v4-pdp__evidence-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.psc-v4-pdp .psc-v4-pdp__evidence-card {
	display: grid;
	min-width: 0;
	min-height: 62px;
	padding: 10px 11px;
	align-content: start;
	gap: 4px;
	overflow: visible;
	border: 1px solid rgba(15, 39, 70, 0.12);
	border-radius: 10px;
	background: #f8fafc;
}

.psc-v4-pdp .psc-v4-pdp__evidence-card span,
.psc-v4-pdp .psc-v4-pdp__evidence-card strong {
	position: static;
	display: block;
	width: auto;
	height: auto;
	max-height: none;
	overflow: visible;
	clip-path: none;
	opacity: 1;
	visibility: visible;
	white-space: normal;
	overflow-wrap: anywhere;
}

.psc-v4-pdp .psc-v4-pdp__evidence-card span {
	margin-bottom: 0;
	color: #47627d;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.psc-v4-pdp .psc-v4-pdp__evidence-card strong {
	color: #0f2746;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.35;
}

.psc-v4-pdp .psc-v4-report-status {
	display: grid;
	gap: 4px;
	margin-top: 10px;
	padding: 10px 12px;
	border: 1px solid rgba(29, 78, 216, 0.16);
	border-radius: 10px;
	background: rgba(239, 246, 255, 0.95);
}

.psc-v4-pdp .psc-v4-report-status span {
	color: #47627d;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.psc-v4-pdp .psc-v4-report-status strong {
	color: #0f2746;
	font-size: 12px;
	font-weight: 850;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.psc-v4-pdp,
.psc-v4-product-data {
	padding-bottom: max(72px, calc(28px + env(safe-area-inset-bottom)));
}

@media (max-width: 700px) {
	.psc-v4-pdp .psc-v4-pdp__product-data-action {
		margin-top: 10px;
	}

	.psc-v4-pdp .psc-v4-pdp__product-data-action a {
		width: 100%;
		min-height: 52px;
		padding: 10px 14px;
		border-left-width: 1px;
		background: linear-gradient(135deg, #173b66 0%, #0f2746 100%);
		box-shadow: 0 7px 18px rgba(15, 39, 70, 0.16);
	}

	.psc-v4-pdp .psc-v4-pdp__product-data-action a > span {
		font-size: 13px;
	}

	.psc-v4-pdp .psc-v4-pdp__product-data-action a > small {
		color: rgba(255, 255, 255, 0.78);
		font-size: 9px;
		line-height: 1.25;
	}

	.psc-v4-pdp .psc-v4-pdp__trust-heading {
		align-items: flex-start;
		gap: 8px;
		margin-bottom: 9px;
	}

	.psc-v4-pdp .psc-v4-pdp__trust-heading h2 {
		font-size: 16px;
		line-height: 1.2;
	}

	.psc-v4-pdp .psc-v4-pdp__trust-overall {
		max-width: 46%;
		padding: 4px 7px;
		font-size: 9px;
	}

	.psc-v4-pdp .psc-v4-pdp__evidence-grid {
		gap: 6px;
	}

	.psc-v4-pdp .psc-v4-pdp__evidence-card {
		padding: 8px 9px;
		border-radius: 8px;
	}

	.psc-v4-pdp .psc-v4-pdp__evidence-card span {
		margin-bottom: 3px;
		font-size: 8px;
	}

	.psc-v4-pdp .psc-v4-pdp__evidence-card strong {
		font-size: 10px;
		line-height: 1.25;
	}

	.psc-v4-pdp,
	.psc-v4-product-data {
		padding-bottom: max(92px, calc(36px + env(safe-area-inset-bottom)));
	}
}

/* PDP enterprise visual density refinement. */
.psc-v4-pdp .psc-v4-pdp__grid {
	align-items: start;
}

.psc-v4-pdp .psc-v4-pdp__card,
.psc-v4-pdp .psc-v4-pdp__main,
.psc-v4-pdp .psc-v4-pdp__overview {
	border-color: #dbe4ed;
	border-radius: 12px;
	box-shadow: 0 12px 32px rgba(15, 35, 64, 0.065);
}

.psc-v4-pdp .psc-v4-pdp__media-card {
	display: grid;
	gap: 10px;
	padding: 12px;
}

.psc-v4-pdp .psc-v4-pdp__media-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 24px;
}

.psc-v4-pdp .psc-v4-pdp__media-badge,
.psc-v4-pdp .psc-v4-pdp__media-action {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.psc-v4-pdp .psc-v4-pdp__media-badge {
	padding: 6px 9px;
	border: 1px solid rgba(37, 99, 235, 0.18);
	background: #eff6ff;
	color: #1d4ed8;
}

.psc-v4-pdp .psc-v4-pdp__media-large {
	min-height: 320px;
	border-radius: 10px;
	background: #f8fafc;
}

.psc-v4-pdp .psc-v4-pdp__persistent-image {
	height: clamp(320px, 30vw, 480px);
}

.psc-v4-pdp .psc-v4-pdp__image-link {
	padding: 10px;
}

.psc-v4-pdp .psc-v4-pdp__primary-image {
	width: auto !important;
	height: auto !important;
	max-height: 100%;
	object-fit: contain;
}

.psc-v4-pdp .psc-v4-pdp__media-action {
	justify-content: space-between;
	padding: 9px 11px;
	border: 1px solid #dbe4ed;
	background: #ffffff;
	color: #173b66;
	text-decoration: none;
}

.psc-v4-pdp .psc-v4-pdp__media-action:hover,
.psc-v4-pdp .psc-v4-pdp__media-action:focus-visible {
	border-color: #bfdbfe;
	background: #eff6ff;
	color: #1d4ed8;
}

.psc-v4-pdp .psc-v4-pdp__main {
	padding: 24px;
}

.psc-v4-pdp .psc-v4-pdp__eyebrow {
	padding: 6px 10px;
	font-size: 10px;
	letter-spacing: 0.08em;
}

.psc-v4-pdp .psc-v4-pdp__title .product_title {
	margin: 12px 0 8px;
	font-size: clamp(34px, 3.2vw, 46px);
	letter-spacing: 0;
	line-height: 1.02;
}

.psc-v4-pdp .psc-v4-pdp__summary,
.psc-v4-pdp .psc-v4-pdp__summary p {
	font-size: 14px;
	line-height: 1.55;
}

.psc-v4-pdp .psc-v4-pdp__identity-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 14px 0 16px;
}

.psc-v4-pdp .psc-v4-pdp__identity-item {
	display: grid;
	min-width: 0;
	align-content: start;
	gap: 4px;
	padding: 10px;
	border: 1px solid #dbe4ed;
	border-radius: 8px;
	background: #f8fafc;
	font-size: 12px;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.psc-v4-pdp .psc-v4-pdp__use-label {
	display: inline-flex;
	max-width: 100%;
	align-items: center;
	gap: 6px;
	padding: 7px 9px;
	border-radius: 999px;
	font-size: 11px;
	line-height: 1.2;
	 overflow-wrap: anywhere;
}

.psc-v4-pdp .psc-v4-pdp__identity-item + .psc-v4-pdp__identity-item::before {
	content: none;
}

.psc-v4-pdp .psc-v4-pdp__identity-item span {
	color: #64748b;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.psc-v4-pdp .psc-v4-pdp__identity-item strong {
	min-width: 0;
	color: #0f2746;
	font-weight: 900;
	overflow-wrap: anywhere;
}

.psc-v4-pdp .psc-v4-pdp__use-label {
	border-color: rgba(154, 52, 18, 0.18);
	background: #fff7ed;
	color: #9a3412;
}

.psc-v4-pdp .psc-v4-pdp__price-anchor {
	display: grid;
	gap: 8px;
	margin: 12px 0 14px;
	padding: 12px 14px;
	border-color: #bcd7fb;
	border-radius: 12px;
	background: linear-gradient(135deg, #eff6ff 0%, #ffffff 72%);
}

.psc-v4-pdp .psc-v4-pdp__price-label {
	font-size: 12px;
	letter-spacing: 0.02em;
}

.psc-v4-pdp .psc-v4-pdp__price-value .price {
	margin: 0;
	font-size: clamp(32px, 3.2vw, 44px);
	letter-spacing: 0;
	line-height: 0.95;
}

.psc-v4-pdp .psc-v4-pdp__price-note {
	margin: 0;
	max-width: 68ch;
	font-size: 12px;
	line-height: 1.45;
}

.psc-v4-pdp .psc-v4-pdp__decision-row {
	display: block;
	margin-top: 0;
}

.psc-v4-pdp .psc-v4-pack-selector__option {
	min-height: 0;
	padding: 10px;
}

.psc-v4-pdp .psc-v4-pack-selector__meta {
	display: none;
}

.psc-v4-pdp .psc-v4-pack-selector__copy {
	gap: 3px;
}

.psc-v4-pdp .psc-v4-pack-selector__option,
.psc-v4-pdp .psc-v4-pack-selector__copy,
.psc-v4-pdp .psc-v4-pack-selector__label {
	min-width: 0;
	overflow-wrap: anywhere;
}

.psc-v4-pdp .psc-v4-pdp__cart form.cart,
.psc-v4-pdp .psc-v4-pdp__cart .woocommerce-variation-add-to-cart {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 10px;
	width: 100%;
}

.psc-v4-pdp .psc-v4-pdp__cart .quantity {
	position: relative;
	display: block;
	flex: 0 0 160px;
	width: 160px;
	margin: 0 !important;
}

.psc-v4-pdp .psc-v4-pdp__qty-stepper {
	display: grid;
	grid-template-columns: 38px minmax(48px, 1fr) 38px;
	align-items: center;
	width: 100%;
	min-height: 54px;
	overflow: hidden;
	border: 1px solid #cbd5e1;
	border-radius: 10px;
	background: #ffffff;
}

.psc-v4-pdp .psc-v4-pdp__qty-stepper-button {
	width: 38px;
	height: 54px;
	padding: 0;
	border: 0;
	background: #f1f5f9;
	color: #173b66;
	font-size: 18px;
	font-weight: 850;
	line-height: 1;
	cursor: pointer;
}

.psc-v4-pdp .psc-v4-pdp__qty-stepper-button:hover,
.psc-v4-pdp .psc-v4-pdp__qty-stepper-button:focus-visible {
	background: #e0ebf7;
	color: #0f2746;
}

.psc-v4-pdp .psc-v4-pdp__cart .qty {
	width: 100%;
	height: 54px;
	min-width: 0;
	padding: 0 4px;
	border: 0;
	border-radius: 0;
	background: #ffffff;
	box-shadow: none;
	font-size: 14px;
}

.psc-v4-pdp .psc-v4-pdp__cart .qty::-webkit-outer-spin-button,
.psc-v4-pdp .psc-v4-pdp__cart .qty::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.psc-v4-pdp .psc-v4-pdp__cart .single_add_to_cart_button {
	min-height: 54px;
	border-radius: 10px !important;
	box-shadow: 0 14px 24px rgba(37, 99, 235, 0.18);
	font-size: 13px !important;
}

.psc-v4-pdp .psc-v4-pdp__restriction-note {
	position: relative;
	margin-top: 14px;
	padding: 10px 12px 10px 34px;
	border-color: #dbe4ed;
	border-radius: 10px;
	background: #f8fafc;
	font-size: 12px;
	line-height: 1.45;
}

.psc-v4-pdp .psc-v4-pdp__restriction-note::before {
	position: absolute;
	top: 12px;
	left: 13px;
	width: 10px;
	height: 10px;
	border: 2px solid #245b7c;
	border-radius: 999px;
	background: #ffffff;
	content: "";
}

.psc-v4-pdp .psc-v4-pdp__support-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 14px;
}

.psc-v4-pdp .psc-v4-pdp__support-card {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	min-width: 0;
	min-height: 72px;
	padding: 12px;
	border: 1px solid #dbe4ed;
	border-radius: 10px;
	background: #ffffff;
	color: #0f2746;
	text-decoration: none;
}

.psc-v4-pdp .psc-v4-pdp__support-card--link:hover,
.psc-v4-pdp .psc-v4-pdp__support-card--link:focus-visible {
	border-color: #bfdbfe;
	background: #eff6ff;
}

.psc-v4-pdp .psc-v4-pdp__support-icon,
.psc-v4-pdp .psc-v4-pdp__overview-icon {
	display: inline-grid;
	width: 32px;
	height: 32px;
	place-items: center;
	border-radius: 8px;
	background: #eff6ff;
}

.psc-v4-pdp .psc-v4-pdp__support-icon::before,
.psc-v4-pdp .psc-v4-pdp__overview-icon::before {
	width: 14px;
	height: 14px;
	border: 2px solid #2563eb;
	border-radius: 4px;
	content: "";
}

.psc-v4-pdp .psc-v4-pdp__support-copy {
	display: grid;
	min-width: 0;
	gap: 3px;
}

.psc-v4-pdp .psc-v4-pdp__support-copy strong {
	color: #0f2746;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.2;
}

.psc-v4-pdp .psc-v4-pdp__support-copy small {
	color: #64748b;
	font-size: 11px;
	line-height: 1.3;
}

.psc-v4-pdp .psc-v4-pdp__support-arrow,
.psc-v4-pdp .psc-v4-pdp__support-status {
	color: #2563eb;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.2;
	text-align: right;
}

.psc-v4-pdp .psc-v4-pdp__support-status {
	padding: 5px 7px;
	border-radius: 999px;
	background: #eff6ff;
	color: #0f2746;
	white-space: normal;
	overflow-wrap: anywhere;
}

.psc-v4-pdp .psc-v4-pdp__trust-card {
	padding: 16px;
}

.psc-v4-pdp .psc-v4-pdp__trust-heading {
	align-items: flex-start;
	margin-bottom: 14px;
}

.psc-v4-pdp .psc-v4-pdp__trust-heading h2 {
	margin-top: 4px;
	font-size: 22px;
	letter-spacing: 0;
	line-height: 1.08;
}

.psc-v4-pdp .psc-v4-pdp__trust-status {
	display: inline-flex;
	max-width: 48%;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
}

.psc-v4-pdp .psc-v4-pdp__status-dot {
	width: 8px;
	height: 8px;
	flex: 0 0 8px;
	border-radius: 999px;
	background: #94a3b8;
	box-shadow: 0 0 0 4px rgba(148, 163, 184, 0.16);
}

.psc-v4-pdp .psc-v4-pdp__trust-overall {
	max-width: none;
	width: max-content;
	padding: 6px 8px;
	font-size: 10px;
	text-align: right;
	white-space: nowrap;
}

.psc-v4-pdp .psc-v4-pdp__evidence-list {
	display: grid;
	gap: 8px;
}

.psc-v4-pdp .psc-v4-pdp__evidence-row {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr);
	align-items: center;
	gap: 8px;
	min-width: 0;
	padding: 10px;
	border: 1px solid #dbe4ed;
	border-radius: 10px;
	background: #f8fafc;
}

.psc-v4-pdp .psc-v4-pdp__evidence-marker {
	display: inline-block;
	width: 22px;
	height: 22px;
	border: 1px solid #bfdbfe;
	border-radius: 7px;
	background: #ffffff;
}

.psc-v4-pdp .psc-v4-pdp__evidence-marker::before {
	display: block;
	width: 8px;
	height: 8px;
	margin: 6px auto 0;
	border-radius: 999px;
	background: #2563eb;
	content: "";
}

.psc-v4-pdp .psc-v4-pdp__evidence-row .psc-v4-pdp__evidence-label {
	color: #0f2746;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.2;
	text-transform: uppercase;
}

.psc-v4-pdp .psc-v4-pdp__evidence-copy {
	display: grid;
	min-width: 0;
	gap: 3px;
}

.psc-v4-pdp .psc-v4-pdp__evidence-batch {
	color: #64748b;
	font-size: 11px;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.psc-v4-pdp .psc-v4-pdp__evidence-link {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 12px;
	padding: 10px 11px;
	border: 1px solid #dbe4ed;
	border-radius: 10px;
	background: #ffffff;
	color: #173b66;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.2;
	text-decoration: none;
}

.psc-v4-pdp .psc-v4-pdp__evidence-link:hover,
.psc-v4-pdp .psc-v4-pdp__evidence-link:focus-visible {
	border-color: #bfdbfe;
	background: #eff6ff;
	color: #1d4ed8;
}

.psc-v4-pdp .psc-v4-pdp__overview {
	margin-top: 20px;
	padding: 18px;
}

.psc-v4-pdp .psc-v4-pdp__overview > h2 {
	margin-bottom: 14px;
	font-size: 24px;
	letter-spacing: 0;
}

.psc-v4-pdp .psc-v4-pdp__overview-grid {
	gap: 12px;
	align-items: stretch;
}

.psc-v4-pdp .psc-v4-pdp__overview-card {
	display: grid;
	align-content: start;
	gap: 10px;
	min-height: 0;
	padding: 14px;
	border-radius: 10px;
	background: #f8fafc;
}

.psc-v4-pdp .psc-v4-pdp__overview-heading {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 9px;
}

.psc-v4-pdp .psc-v4-pdp__overview-heading h3 {
	margin: 0;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 1.2;
}

.psc-v4-pdp .psc-v4-pdp__overview-card p,
.psc-v4-pdp .psc-v4-pdp__overview-card dt,
.psc-v4-pdp .psc-v4-pdp__overview-card dd {
	font-size: 12px;
	line-height: 1.4;
}

.psc-v4-pdp .psc-v4-pdp__overview-card dl > div {
	padding: 6px 0;
}

@media (max-width: 1180px) {
	.psc-v4-pdp .psc-v4-pdp__support-actions {
		grid-template-columns: minmax(0, 1fr);
	}

	.psc-v4-pdp .psc-v4-pdp__trust-status {
		max-width: 54%;
	}
}

@media (max-width: 820px) {
	.psc-v4-pdp .psc-v4-pdp__media-card {
		order: 1;
	}

	.psc-v4-pdp .psc-v4-pdp__main {
		order: 2;
		padding: 20px;
	}

	.psc-v4-pdp .psc-v4-pdp__trust-compact {
		order: 3;
	}

	.psc-v4-pdp .psc-v4-pdp__persistent-image {
		height: auto;
		min-height: 0;
	}

	.psc-v4-pdp .psc-v4-pdp__media-large {
		min-height: 280px;
	}

	.psc-v4-pdp .psc-v4-pdp__primary-image {
		max-height: 360px !important;
	}

	.psc-v4-pdp .psc-v4-pack-selector__options {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.psc-v4-pdp .psc-v4-pdp__support-actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.psc-v4-pdp .psc-v4-pdp__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.psc-v4-pdp .psc-v4-pdp__title .product_title {
		font-size: clamp(27px, 7.4vw, 32px);
		line-height: 1.08;
	}

	.psc-v4-pdp .psc-v4-pdp__price-value .price {
		font-size: 34px;
	}

	.psc-v4-pdp .psc-v4-pdp__cart form.cart,
	.psc-v4-pdp .psc-v4-pdp__cart .woocommerce-variation-add-to-cart {
		flex-direction: column;
	}

	.psc-v4-pdp .psc-v4-pdp__identity-row {
		grid-template-columns: minmax(0, 1fr);
		gap: 7px;
		margin: 10px 0 12px;
	}

	.psc-v4-pdp .psc-v4-pdp__identity-item {
		padding: 9px 10px;
		font-size: 12px;
	}

	.psc-v4-pdp .psc-v4-pack-selector__options {
		grid-template-columns: minmax(0, 1fr);
	}

	.psc-v4-pdp .psc-v4-pack-selector__option {
		min-height: 0;
	}

	.psc-v4-pdp .psc-v4-pdp__cart .quantity,
	.psc-v4-pdp .psc-v4-pdp__cart .single_add_to_cart_button {
		width: 100%;
		flex-basis: auto;
	}

	.psc-v4-pdp .psc-v4-pdp__cart .single_add_to_cart_button {
		min-height: 56px;
		height: 56px;
		flex: 0 0 auto;
	}

	.psc-v4-pdp .psc-v4-pdp__cart .quantity {
		flex: 0 0 auto;
	}

	.psc-v4-pdp .psc-v4-pdp__support-actions {
		grid-template-columns: minmax(0, 1fr);
	}

	.psc-v4-pdp .psc-v4-pdp__support-card {
		grid-template-columns: 32px minmax(0, 1fr) auto;
	}

	.psc-v4-pdp .psc-v4-pdp__trust-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.psc-v4-pdp .psc-v4-pdp__trust-status {
		max-width: none;
		justify-content: flex-start;
	}

	.psc-v4-pdp .psc-v4-pdp__evidence-row {
		grid-template-columns: 18px minmax(0, 1fr);
	}

	.psc-v4-pdp .psc-v4-pdp__evidence-actions {
		grid-column: 2;
		width: 100%;
	}

	.psc-v4-pdp .psc-v4-pdp__overview-card {
		min-height: 0;
	}
}

/* Phone-only PDP compaction. */
@media (max-width: 560px) {
	body.single-product .psc-v4-shell__top-strip {
		min-height: 30px;
	}

	body.single-product .psc-v4-shell__strip-inner {
		padding: 5px 12px;
		font-size: 10px;
		line-height: 1.25;
	}

	body.single-product .psc-v4-shell__header-main {
		grid-template-columns: minmax(0, 1fr) auto;
		padding: 6px 12px 5px;
		gap: 6px 8px;
	}

	body.single-product .psc-v4-shell__brand {
		gap: 8px;
	}

	body.single-product .psc-v4-shell__brand-mark {
		width: 30px;
		height: 30px;
		flex-basis: 30px;
		border-radius: 10px;
	}

	body.single-product .psc-v4-shell__brand-mark::before {
		top: 10px;
		left: 8px;
		width: 14px;
	}

	body.single-product .psc-v4-shell__brand-mark::after {
		top: 8px;
		left: 15px;
		height: 14px;
	}

	body.single-product .psc-v4-shell__brand strong {
		font-size: 14px;
		line-height: 1.1;
	}

	body.single-product .psc-v4-shell__brand small {
		font-size: 8px;
		line-height: 1.15;
	}

	body.single-product .psc-v4-shell__search {
		grid-column: 1 / -1;
		grid-row: 2;
		height: 34px;
		border-radius: 9px;
	}

	body.single-product .psc-v4-shell__search > input[type="search"] {
		padding-inline: 10px;
		font-size: 11px;
	}

	body.single-product .psc-v4-shell__search > button {
		padding-inline: 11px;
		font-size: 10px;
	}

	body.single-product .psc-v4-shell__actions {
		display: flex;
		grid-column: 2;
		grid-row: 1;
		width: auto;
		justify-self: end;
	}

	body.single-product .psc-v4-shell__actions > a {
		min-height: 30px;
		padding: 5px 8px;
		border-radius: 9px;
		font-size: 10px;
	}

	body.single-product .psc-v4-shell__nav {
		display: flex;
		padding: 0 12px 6px;
		justify-content: flex-end;
		gap: 4px;
	}

	body.single-product .psc-v4-shell__nav > a {
		padding: 5px 8px;
		font-size: 10px;
		line-height: 1.1;
	}

	.psc-v4-pdp {
		padding: 10px 12px 14px;
	}

	.psc-v4-pdp__container {
		width: 100%;
	}

	.psc-v4-pdp__breadcrumb {
		gap: 4px 7px;
		margin-bottom: 10px;
		font-size: 11px;
		line-height: 1.3;
	}

	.psc-v4-pdp__breadcrumb span[aria-hidden="true"] {
		display: inline;
	}

	.psc-v4-pdp__breadcrumb strong {
		flex-basis: auto;
		min-width: 0;
		overflow-wrap: anywhere;
	}

	.psc-v4-pdp .psc-v4-pdp__grid {
		gap: 12px;
	}

	.psc-v4-pdp .psc-v4-pdp__media-card,
	.psc-v4-pdp .psc-v4-pdp__main,
	.psc-v4-pdp .psc-v4-pdp__trust-card,
	.psc-v4-pdp .psc-v4-pdp__overview {
		border-radius: 10px;
	}

	.psc-v4-pdp .psc-v4-pdp__media-card {
		gap: 8px;
		padding: 8px;
	}

	.psc-v4-pdp .psc-v4-pdp__media-toolbar {
		min-height: 20px;
	}

	.psc-v4-pdp .psc-v4-pdp__media-badge {
		padding: 5px 7px;
		font-size: 9px;
	}

	.psc-v4-pdp .psc-v4-pdp__media-large {
		min-height: 260px;
		padding: 8px;
		border-radius: 9px;
	}

	.psc-v4-pdp .psc-v4-pdp__persistent-image,
	.psc-v4-pdp .psc-v4-pdp__image-link {
		height: auto;
		min-height: 0;
	}

	.psc-v4-pdp .psc-v4-pdp__primary-image {
		width: auto !important;
		height: auto !important;
		max-width: 100% !important;
		max-height: clamp(260px, 78vw, 340px) !important;
		object-fit: contain !important;
	}

	.psc-v4-pdp .psc-v4-pdp__media-action {
		padding: 7px 9px;
		font-size: 9px;
	}

	.psc-v4-pdp .psc-v4-pdp__main {
		padding: 14px;
	}

	.psc-v4-pdp .psc-v4-pdp__eyebrow {
		padding: 5px 8px;
		font-size: 9px;
	}

	.psc-v4-pdp .psc-v4-pdp__title .product_title {
		margin: 8px 0 6px;
		font-size: clamp(25px, 7vw, 30px);
		line-height: 1.08;
	}

	.psc-v4-pdp .psc-v4-pdp__summary,
	.psc-v4-pdp .psc-v4-pdp__summary p {
		font-size: 13px;
		line-height: 1.45;
	}

	.psc-v4-pdp .psc-v4-pdp__identity-row {
		grid-template-columns: minmax(0, 1fr);
		gap: 6px;
		margin: 10px 0 11px;
	}

	.psc-v4-pdp .psc-v4-pdp__identity-item {
		padding: 8px;
		font-size: 11px;
	}

	.psc-v4-pdp .psc-v4-pdp__price-anchor {
		gap: 6px;
		margin: 10px 0 12px;
		padding: 12px;
		border-radius: 10px;
	}

	.psc-v4-pdp .psc-v4-pdp__price-value .price {
		font-size: 30px;
	}

	.psc-v4-pdp .psc-v4-pdp__price-note {
		font-size: 11px;
		line-height: 1.35;
	}

	.psc-v4-pdp .psc-v4-pdp__cart form.cart,
	.psc-v4-pdp .psc-v4-pdp__cart .woocommerce-variation-add-to-cart {
		gap: 8px;
	}

	.psc-v4-pdp .psc-v4-pdp__cart .single_add_to_cart_button,
	.psc-v4-pdp .psc-v4-pdp__qty-stepper,
	.psc-v4-pdp .psc-v4-pdp__cart .qty,
	.psc-v4-pdp .psc-v4-pdp__qty-stepper-button {
		min-height: 48px;
		height: 48px;
	}

	.psc-v4-pdp .psc-v4-pdp__restriction-note {
		margin-top: 10px;
		padding: 9px 10px 9px 30px;
		font-size: 11px;
		line-height: 1.35;
	}

	.psc-v4-pdp .psc-v4-pdp__restriction-note::before {
		top: 11px;
		left: 11px;
	}

	.psc-v4-pdp .psc-v4-pdp__support-actions {
		gap: 8px;
		margin-top: 10px;
	}

	.psc-v4-pdp .psc-v4-pdp__support-card {
		grid-template-columns: 28px minmax(0, 1fr) auto;
		gap: 8px;
		min-height: 58px;
		padding: 9px;
		border-radius: 9px;
	}

	.psc-v4-pdp .psc-v4-pdp__support-icon,
	.psc-v4-pdp .psc-v4-pdp__overview-icon {
		width: 28px;
		height: 28px;
		border-radius: 7px;
	}

	.psc-v4-pdp .psc-v4-pdp__support-copy strong {
		font-size: 12px;
	}

	.psc-v4-pdp .psc-v4-pdp__support-copy small,
	.psc-v4-pdp .psc-v4-pdp__support-arrow,
	.psc-v4-pdp .psc-v4-pdp__support-status {
		font-size: 10px;
	}

	.psc-v4-pdp .psc-v4-pdp__trust-card {
		padding: 12px;
	}

	.psc-v4-pdp .psc-v4-pdp__trust-heading {
		gap: 8px;
		margin-bottom: 10px;
	}

	.psc-v4-pdp .psc-v4-pdp__trust-heading h2 {
		margin-top: 3px;
		font-size: 19px;
	}

	.psc-v4-pdp .psc-v4-pdp__section-label {
		font-size: 10px;
	}

	.psc-v4-pdp .psc-v4-pdp__trust-overall {
		padding: 5px 7px;
		font-size: 9px;
	}

	.psc-v4-pdp .psc-v4-pdp__evidence-list {
		gap: 6px;
	}

	.psc-v4-pdp .psc-v4-pdp__evidence-row {
		grid-template-columns: 18px minmax(58px, 1fr) minmax(78px, auto);
		gap: 6px;
		padding: 7px 8px;
		border-radius: 8px;
	}

	.psc-v4-pdp .psc-v4-pdp__evidence-marker {
		width: 18px;
		height: 18px;
		border-radius: 6px;
	}

	.psc-v4-pdp .psc-v4-pdp__evidence-marker::before {
		width: 6px;
		height: 6px;
		margin-top: 5px;
	}

	.psc-v4-pdp .psc-v4-pdp__evidence-row .psc-v4-pdp__evidence-label {
		font-size: 11px;
	}

	.psc-v4-pdp .psc-v4-pdp__evidence-row .psc-v4-pdp__evidence-status {
		grid-column: auto;
		justify-self: end;
		padding: 4px 6px;
		font-size: 10px;
		text-align: right;
	}

	.psc-v4-pdp .psc-v4-pdp__evidence-link {
		margin-top: 8px;
		padding: 8px 9px;
		font-size: 11px;
	}

	.psc-v4-pdp .psc-v4-pdp__overview {
		margin-top: 12px;
		padding: 12px;
	}

	.psc-v4-pdp .psc-v4-pdp__overview > h2 {
		margin-bottom: 10px;
		font-size: 20px;
	}

	.psc-v4-pdp .psc-v4-pdp__overview-grid {
		gap: 10px;
	}

	.psc-v4-pdp .psc-v4-pdp__overview-card {
		gap: 7px;
		min-height: 0;
		padding: 10px;
		border-radius: 9px;
	}

	.psc-v4-pdp .psc-v4-pdp__overview-heading {
		gap: 7px;
	}

	.psc-v4-pdp .psc-v4-pdp__overview-heading h3 {
		font-size: 13px;
	}

	.psc-v4-pdp .psc-v4-pdp__overview-card p,
	.psc-v4-pdp .psc-v4-pdp__overview-card dt,
	.psc-v4-pdp .psc-v4-pdp__overview-card dd {
		font-size: 11px;
		line-height: 1.32;
	}

	.psc-v4-pdp .psc-v4-pdp__overview-card p {
		margin: 0;
	}

	.psc-v4-pdp .psc-v4-pdp__overview-card p + p {
		margin-top: 4px;
	}

	.psc-v4-pdp .psc-v4-pdp__overview-card dl {
		gap: 0;
	}

	.psc-v4-pdp .psc-v4-pdp__overview-card dl > div {
		padding: 4px 0;
	}
}

/* Owner reference alignment: Catalog component only; query and action contracts unchanged. */
.psc-v4-catalog {
	padding: 0 4.8% 46px;
	background: #fff;
	color: #102958;
}
.psc-v4-catalog .psc-v4-catalog__container { width: min(1384px, 100%); }
.psc-v4-catalog .psc-v4-catalog__breadcrumb { padding: 17px 0; font-size: 12px; }
.psc-v4-catalog .psc-v4-catalog__hero {
	grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
	min-height: 0;
	padding: 24px 30px;
	border: 1px solid #e0e9f6;
	border-radius: 14px;
	background: linear-gradient(180deg, #f4f8ff, #edf4fd);
	box-shadow: none;
	color: #102958;
}
.psc-v4-catalog .psc-v4-catalog__hero h1,
.psc-v4-catalog .psc-v4-catalog__hero p { color: #102958; }
.psc-v4-catalog .psc-v4-catalog__hero h1 { font-size: clamp(40px, 4.2vw, 56px); line-height: 1.05; }
.psc-v4-catalog .psc-v4-catalog__hero p { color: #365274; font-size: 16px; }
.psc-v4-catalog .psc-v4-catalog__value-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; margin-top: 21px; }
.psc-v4-catalog .psc-v4-catalog__value-card { padding: 10px; border: 1px solid #dbe6f5; border-radius: 8px; background: rgba(255,255,255,.78); }
.psc-v4-catalog .psc-v4-catalog__value-card strong { color: #102958; font-size: 12px; }
.psc-v4-catalog .psc-v4-catalog__value-card small { color: #526b8d; font-size: 11px; }
.psc-v4-catalog .psc-v4-catalog__workflow { border: 1px solid #dce6f3; border-radius: 11px; background: #fff; box-shadow: 0 9px 22px rgba(25,73,144,.06); }
.psc-v4-catalog .psc-v4-catalog__workflow > strong { color: #102958; font-size: 14px; }
.psc-v4-catalog .psc-v4-catalog__workflow li { color: #365274; font-size: 12px; }
.psc-v4-catalog .psc-v4-catalog__workflow li::before { background: #2463ea; color: #fff; }
.psc-v4-catalog .psc-v4-catalog__results { margin-top: 27px; }
.psc-v4-catalog .psc-v4-catalog__results-head h2 { color: #102958; font-size: 22px; }
.psc-v4-catalog .psc-v4-catalog__results-head > strong { color: #526b8d; font-size: 14px; }
.psc-v4-catalog .psc-v4-catalog__layout { grid-template-columns: minmax(220px, .26fr) minmax(0, 1.74fr); gap: 22px; }
.psc-v4-catalog .psc-v4-catalog__filter-panel { padding: 17px; border: 1px solid #e0e9f6; border-radius: 11px; background: #fff; box-shadow: 0 7px 20px rgba(25,73,144,.05); }
.psc-v4-catalog .psc-v4-catalog__filter-panel > strong { color: #102958; font-size: 15px; }
.psc-v4-catalog .psc-v4-catalog__filters select,
.psc-v4-catalog .psc-v4-catalog__filter-submit,
.psc-v4-catalog .psc-v4-catalog__filter-reset { min-height: 42px; font-size: 13px; }
.psc-v4-catalog .psc-v4-catalog__product-list { gap: 8px; }
.psc-v4-catalog .psc-v4-catalog__product-row {
	grid-template-columns: minmax(210px, 1.42fr) minmax(90px, .7fr) minmax(125px, .9fr) minmax(105px, .72fr) minmax(115px, .75fr) minmax(135px, .9fr);
	gap: 10px;
	padding: 13px 14px;
	border: 1px solid #e1e9f4;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 5px 16px rgba(25,73,144,.04);
}
.psc-v4-catalog .psc-v4-catalog__product-info { gap: 12px; align-items: center; }
.psc-v4-catalog .psc-v4-catalog__product-visual,
.psc-v4-catalog .psc-v4-catalog__product-visual img { width: 66px; min-width: 66px; height: 66px; min-height: 66px; border-radius: 8px; }
.psc-v4-catalog .psc-v4-catalog__product-identity h3 { margin: 3px 0 6px; font-size: 16px; line-height: 1.2; }
.psc-v4-catalog .psc-v4-catalog__product-identity p { margin: 0 0 4px; color: #526b8d; font-size: 11px; }
.psc-v4-catalog .psc-v4-catalog__product-identity dl > div { font-size: 10px; line-height: 1.4; }
.psc-v4-catalog .psc-v4-catalog__product-identity dd { overflow-wrap: break-word; word-break: normal; }
.psc-v4-catalog .psc-v4-catalog__product-spec strong,
.psc-v4-catalog .psc-v4-catalog__reference-price strong { color: #102958; font-size: 14px; }
.psc-v4-catalog .psc-v4-catalog__product-spec span,
.psc-v4-catalog .psc-v4-catalog__reference-price span { color: #526b8d; font-size: 11px; }
.psc-v4-catalog .psc-v4-catalog__documentation { gap: 4px; }
.psc-v4-catalog .psc-v4-catalog__documentation > strong,
.psc-v4-catalog .psc-v4-catalog__procurement > strong { color: #365274; font-size: 11px; }
.psc-v4-catalog .psc-v4-catalog__doc-status { padding: 3px 5px; font-size: 10px; }
.psc-v4-catalog .psc-v4-catalog__procurement-status { padding: 4px 7px; border-radius: 6px; font-size: 10px; }
.psc-v4-catalog .psc-v4-catalog__reference-price { align-self: center; }
.psc-v4-catalog .psc-v4-catalog__product-actions { gap: 5px; align-self: center; }
.psc-v4-catalog .psc-v4-catalog__quote,
.psc-v4-catalog .psc-v4-catalog__view { min-height: 34px; padding: 7px 8px; border-radius: 6px; font-size: 10px; }

@media (max-width: 1120px) {
	.psc-v4-catalog .psc-v4-catalog__hero { grid-template-columns: 1fr; }
	.psc-v4-catalog .psc-v4-catalog__workflow { margin-top: 16px; }
	.psc-v4-catalog .psc-v4-catalog__layout { grid-template-columns: 1fr; }
	.psc-v4-catalog .psc-v4-catalog__filter-panel { order: 0; }
}

@media (max-width: 760px) {
	.psc-v4-catalog { padding: 0 16px 30px; }
	.psc-v4-catalog .psc-v4-catalog__hero { padding: 20px; }
	.psc-v4-catalog .psc-v4-catalog__hero h1 { font-size: 32px; }
	.psc-v4-catalog .psc-v4-catalog__value-grid { display: none; }
	.psc-v4-catalog .psc-v4-catalog__workflow { display: none; }
	.psc-v4-catalog .psc-v4-catalog__workflow ol { grid-template-columns: 1fr; }
	.psc-v4-catalog .psc-v4-catalog__product-row { grid-template-columns: 1fr; gap: 12px; padding: 15px; }
	.psc-v4-catalog .psc-v4-catalog__product-row > * { grid-column: 1; }
	.psc-v4-catalog .psc-v4-catalog__product-row > [data-label]::before { display: block; margin-bottom: 5px; color: #7185a3; content: attr(data-label); font-size: 10px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
	.psc-v4-catalog .psc-v4-catalog__product-info::before { display: none; }
	.psc-v4-catalog .psc-v4-catalog__documentation > strong,
	.psc-v4-catalog .psc-v4-catalog__procurement > strong { display: none; }
	.psc-v4-catalog .psc-v4-catalog__product-actions { flex-direction: column; }
	.psc-v4-catalog .psc-v4-catalog__quote,
	.psc-v4-catalog .psc-v4-catalog__view { width: 100%; min-height: 40px; font-size: 13px; }
}

/* Catalog H5 final optimization: compact cards, drawer overlay and stable pagination. */
.psc-v4-catalog-route .psc-v4-catalog__filter-overlay { display: none; }
.psc-v4-catalog .psc-v4-catalog__pagination { margin-bottom: 8px; }

@media (max-width: 760px) {
	.psc-v4-catalog .psc-v4-catalog__toolbar-actions { flex-wrap: nowrap; }
	.psc-v4-catalog .psc-v4-catalog__sort-control { display: flex !important; }
	.psc-v4-catalog .psc-v4-catalog__filter-panel { width: min(92vw, 420px); max-width: 420px; padding: 16px; }
	.psc-v4-catalog .psc-v4-catalog__filter-panel.is-open { box-shadow: 16px 0 36px rgba(5, 22, 60, .22); }
	.psc-v4-catalog .psc-v4-catalog__filter-heading { position: sticky; top: -16px; z-index: 1; margin: -16px -16px 0; padding: 14px 16px 12px; background: #fff; }
	.psc-v4-catalog .psc-v4-catalog__filters { gap: 12px; padding-top: 12px; }
	.psc-v4-catalog .psc-v4-catalog__filter-group { gap: 5px; }
	.psc-v4-catalog .psc-v4-catalog__filter-group select { min-height: 38px; }
	.psc-v4-catalog .psc-v4-catalog__filter-submit { margin-top: 2px; }
	.psc-v4-catalog-route .psc-v4-catalog__filter-overlay { position: fixed; z-index: 99; inset: 0; display: block; visibility: hidden; background: rgba(4, 17, 48, .52); opacity: 0; transition: opacity .2s ease, visibility .2s ease; }
	.psc-v4-catalog-route .psc-v4-catalog__filter-overlay.is-open { visibility: visible; opacity: 1; }
	.psc-v4-catalog .psc-v4-catalog__product-row { gap: 9px; padding: 13px; }
	.psc-v4-catalog .psc-v4-catalog__product-visual,
	.psc-v4-catalog .psc-v4-catalog__product-visual img { flex: 0 0 84px; width: 84px; min-width: 84px; height: 96px; min-height: 96px; object-fit: contain; }
	.psc-v4-catalog .psc-v4-catalog__product-identity h3 { font-size: 20px; }
	.psc-v4-catalog .psc-v4-catalog__product-kicker { font-size: 11px; }
	.psc-v4-catalog .psc-v4-catalog__product-spec { padding-top: 7px; }
	.psc-v4-catalog .psc-v4-catalog__product-actions { padding-top: 8px; gap: 6px; }
}

@media (max-width: 620px) {
	.psc-v4-catalog .psc-v4-catalog__toolbar > div:first-child { gap: 8px; }
	.psc-v4-catalog .psc-v4-catalog__toolbar h2 { font-size: 18px; }
	.psc-v4-catalog .psc-v4-catalog__toolbar strong { font-size: 13px; white-space: nowrap; }
	.psc-v4-catalog .psc-v4-catalog__sort-control select { min-width: 132px; max-width: 150px; }
	.psc-v4-catalog .psc-v4-catalog__documentation { grid-template-columns: 1fr; gap: 6px; }
	.psc-v4-catalog .psc-v4-catalog__doc-status { min-height: 42px; padding: 7px 10px; display: flex; align-items: center; justify-content: space-between; gap: 8px; white-space: nowrap; text-align: left; }
	.psc-v4-catalog .psc-v4-catalog__doc-status b,
	.psc-v4-catalog .psc-v4-catalog__doc-status em { display: inline; white-space: nowrap; }
	.psc-v4-catalog .psc-v4-catalog__procurement { grid-column: 1; border-top: 0; padding-top: 8px; }
	.psc-v4-catalog .psc-v4-catalog__reference-price { grid-column: 2; border-top: 0; padding-top: 8px; }
	.psc-v4-catalog .psc-v4-catalog__reference-price span { white-space: nowrap; }
	.psc-v4-catalog .psc-v4-catalog__product-actions { grid-column: 1 / -1; }
	.psc-v4-catalog .psc-v4-catalog__pagination { padding-top: 10px; }
}

/* Phase 1 final reference correction: Catalog component only. */
.psc-v4-catalog .psc-v4-catalog__hero { padding: 18px 24px; }
.psc-v4-catalog .psc-v4-catalog__hero h1 { font-size: clamp(36px, 3.6vw, 48px); }
.psc-v4-catalog .psc-v4-catalog__results { margin-top: 18px; }
.psc-v4-catalog .psc-v4-catalog__product-row {
	grid-template-columns: minmax(250px, 1.55fr) minmax(110px, .72fr) minmax(145px, .9fr) minmax(125px, .76fr) minmax(130px, .8fr) minmax(150px, .9fr);
	gap: 12px;
	padding: 16px 17px;
}
.psc-v4-catalog .psc-v4-catalog__product-visual,
.psc-v4-catalog .psc-v4-catalog__product-visual img { width: 82px; min-width: 82px; height: 82px; min-height: 82px; }
.psc-v4-catalog .psc-v4-catalog__product-info { gap: 14px; }
.psc-v4-catalog .psc-v4-catalog__product-identity h3 { font-size: 18px; }
.psc-v4-catalog .psc-v4-catalog__product-identity p { font-size: 12px; }
.psc-v4-catalog .psc-v4-catalog__product-identity dl > div { font-size: 11px; }
.psc-v4-catalog .psc-v4-catalog__product-spec strong,
.psc-v4-catalog .psc-v4-catalog__reference-price strong { font-size: 15px; }
.psc-v4-catalog .psc-v4-catalog__doc-status,
.psc-v4-catalog .psc-v4-catalog__procurement-status { font-size: 11px; }
.psc-v4-catalog .psc-v4-catalog__quote,
.psc-v4-catalog .psc-v4-catalog__view { min-height: 38px; padding: 8px 10px; font-size: 11px; }

@media (max-width: 760px) {
	.psc-v4-catalog .psc-v4-catalog__hero { padding: 17px 18px; }
	.psc-v4-catalog .psc-v4-catalog__hero h1 { font-size: 32px; }
	.psc-v4-catalog .psc-v4-catalog__product-row { gap: 14px; padding: 17px; }
	.psc-v4-catalog .psc-v4-catalog__product-visual,
	.psc-v4-catalog .psc-v4-catalog__product-visual img { width: 78px; min-width: 78px; height: 78px; min-height: 78px; }
	.psc-v4-catalog .psc-v4-catalog__product-identity h3 { font-size: 19px; }
}

/* Catalog mobile-card and pagination correction. */
.psc-v4-catalog .psc-v4-catalog__pagination ul,
.psc-v4-catalog .psc-v4-catalog__pagination .page-numbers { display: flex !important; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px; margin: 0; padding: 0; list-style: none !important; }
.psc-v4-catalog .psc-v4-catalog__pagination li { display: block; margin: 0; padding: 0; list-style: none !important; }
.psc-v4-catalog .psc-v4-catalog__pagination a,
.psc-v4-catalog .psc-v4-catalog__pagination span { display: inline-flex; min-width: 34px; min-height: 34px; padding: 7px 9px; align-items: center; justify-content: center; border: 1px solid #d9e3f1; border-radius: 6px; color: #173b73; font-size: 13px; font-weight: 800; text-decoration: none; }
.psc-v4-catalog .psc-v4-catalog__pagination .current { border-color: #2463ea; background: #2463ea; color: #fff; }

@media (max-width: 760px) {
	.psc-v4-catalog .psc-v4-catalog__toolbar { align-items: flex-start; flex-wrap: wrap; }
	.psc-v4-catalog .psc-v4-catalog__toolbar-actions { width: 100%; justify-content: space-between; }
	.psc-v4-catalog .psc-v4-catalog__sort-control { display: flex; }
	.psc-v4-catalog .psc-v4-catalog__sort-control select { min-width: 150px; }
	.psc-v4-catalog .psc-v4-catalog__product-row { display: grid; grid-template-columns: 1fr; gap: 10px; padding: 13px; }
	.psc-v4-catalog .psc-v4-catalog__product-row > [data-label]::before { display: none; }
	.psc-v4-catalog .psc-v4-catalog__product-info { display: flex; grid-column: 1; align-items: flex-start; gap: 11px; }
	.psc-v4-catalog .psc-v4-catalog__product-visual,
	.psc-v4-catalog .psc-v4-catalog__product-visual img { width: 82px; min-width: 82px; height: 82px; min-height: 82px; }
	.psc-v4-catalog .psc-v4-catalog__product-identity { min-width: 0; flex: 1; }
	.psc-v4-catalog .psc-v4-catalog__product-identity h3 { margin: 2px 0 4px; font-size: 18px; line-height: 1.22; overflow-wrap: anywhere; word-break: normal; }
	.psc-v4-catalog .psc-v4-catalog__product-identity p { margin: 0; font-size: 13px; line-height: 1.35; }
	.psc-v4-catalog .psc-v4-catalog__product-spec,
	.psc-v4-catalog .psc-v4-catalog__documentation,
	.psc-v4-catalog .psc-v4-catalog__procurement,
	.psc-v4-catalog .psc-v4-catalog__reference-price,
	.psc-v4-catalog .psc-v4-catalog__product-actions { grid-column: 1; border-top: 1px solid #e7edf5; padding-top: 9px; }
	.psc-v4-catalog .psc-v4-catalog__product-spec { display: grid; gap: 2px; font-size: 14px; }
	.psc-v4-catalog .psc-v4-catalog__documentation { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 5px; }
	.psc-v4-catalog .psc-v4-catalog__documentation > strong { display: none; }
	.psc-v4-catalog .psc-v4-catalog__doc-status { min-height: 30px; padding: 4px 3px; align-content: center; font-size: 10px; text-align: center; }
	.psc-v4-catalog .psc-v4-catalog__doc-status b,
	.psc-v4-catalog .psc-v4-catalog__doc-status em { display: block; }
	.psc-v4-catalog .psc-v4-catalog__procurement { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
	.psc-v4-catalog .psc-v4-catalog__procurement > strong { display: none; }
	.psc-v4-catalog .psc-v4-catalog__reference-price { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 5px 10px; }
	.psc-v4-catalog .psc-v4-catalog__reference-price span { flex-basis: 100%; font-size: 11px; }
	.psc-v4-catalog .psc-v4-catalog__product-actions { display: flex; flex-direction: column; gap: 7px; }
	.psc-v4-catalog .psc-v4-catalog__quote,
	.psc-v4-catalog .psc-v4-catalog__view { width: 100%; min-height: 40px; font-size: 13px; }
}

/* Catalog procurement listing candidate: reference-aligned structure, scoped to Catalog. */
.psc-v4-catalog .psc-v4-catalog__hero { grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr); min-height: 0; padding: 22px 32px; border: 0; background: linear-gradient(115deg, #071b55 0%, #153eaa 100%); color: #fff; }
.psc-v4-catalog .psc-v4-catalog__hero h1,
.psc-v4-catalog .psc-v4-catalog__hero p,
.psc-v4-catalog .psc-v4-catalog__hero .psc-v4-catalog__eyebrow { color: #fff; }
.psc-v4-catalog .psc-v4-catalog__hero h1 { font-size: clamp(36px, 3.3vw, 48px); }
.psc-v4-catalog .psc-v4-catalog__hero p { max-width: 670px; color: rgba(255,255,255,.86); font-size: 15px; }
.psc-v4-catalog .psc-v4-catalog__workflow { padding: 18px 20px; border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.1); box-shadow: none; color: #fff; }
.psc-v4-catalog .psc-v4-catalog__workflow > strong,
.psc-v4-catalog .psc-v4-catalog__workflow li { color: #fff; }
.psc-v4-catalog .psc-v4-catalog__workflow li::before { background: #4d85ff; }
.psc-v4-catalog .psc-v4-catalog__toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 22px 0 12px; }
.psc-v4-catalog .psc-v4-catalog__toolbar > div:first-child { display: flex; align-items: baseline; gap: 14px; }
.psc-v4-catalog .psc-v4-catalog__toolbar h2 { margin: 0; color: #102958; font-size: 22px; }
.psc-v4-catalog .psc-v4-catalog__toolbar strong { color: #7185a3; font-size: 14px; }
.psc-v4-catalog .psc-v4-catalog__toolbar-actions { display: flex; align-items: center; gap: 10px; }
.psc-v4-catalog .psc-v4-catalog__filter-toggle { display: none; }
.psc-v4-catalog .psc-v4-catalog__sort-control { display: flex; align-items: center; gap: 8px; color: #526b8d; font-size: 12px; font-weight: 800; }
.psc-v4-catalog .psc-v4-catalog__sort-control select { min-width: 190px; min-height: 40px; border: 1px solid #d8e2f0; border-radius: 7px; background: #fff; color: #102958; font-size: 13px; }
.psc-v4-catalog .psc-v4-catalog__layout { grid-template-columns: minmax(280px, 320px) minmax(0, 1fr); gap: 24px; align-items: start; }
.psc-v4-catalog .psc-v4-catalog__filter-panel { padding: 18px; }
.psc-v4-catalog .psc-v4-catalog__filter-heading { display: flex; align-items: center; gap: 10px; padding-bottom: 14px; border-bottom: 1px solid #e5ebf4; }
.psc-v4-catalog .psc-v4-catalog__filter-heading strong { margin-right: auto; font-size: 17px; }
.psc-v4-catalog .psc-v4-catalog__filter-heading a { color: #2463ea; font-size: 11px; font-weight: 800; text-decoration: none; }
.psc-v4-catalog .psc-v4-catalog__filter-close { display: none; }
.psc-v4-catalog .psc-v4-catalog__filters { display: grid; gap: 16px; padding-top: 16px; }
.psc-v4-catalog .psc-v4-catalog__filter-group { display: grid; gap: 7px; }
.psc-v4-catalog .psc-v4-catalog__filter-group strong { color: #173b73; font-size: 12px; }
.psc-v4-catalog .psc-v4-catalog__filter-group select { min-height: 40px; border: 1px solid #d8e2f0; border-radius: 6px; background: #fff; color: #173b73; font-size: 13px; }
.psc-v4-catalog .psc-v4-catalog__filter-submit { min-height: 42px; border: 1px solid #2463ea; border-radius: 6px; background: #2463ea; color: #fff; font-size: 13px; font-weight: 800; }
.psc-v4-catalog .psc-v4-catalog__filter-reset { color: #2463ea; font-size: 12px; font-weight: 800; text-align: center; text-decoration: none; }
.psc-v4-catalog .psc-v4-catalog__product-list { gap: 0; overflow: hidden; border: 1px solid #dfe7f2; border-radius: 9px; background: #fff; }
.psc-v4-catalog .psc-v4-catalog__product-row { grid-template-columns: minmax(250px, 1.55fr) minmax(115px, .74fr) minmax(150px, .92fr) minmax(125px, .76fr) minmax(135px, .8fr) minmax(150px, .9fr); min-height: 154px; padding: 17px 18px; border: 0; border-bottom: 1px solid #e5ebf4; border-radius: 0; box-shadow: none; }
.psc-v4-catalog .psc-v4-catalog__product-row:last-child { border-bottom: 0; }
.psc-v4-catalog .psc-v4-catalog__product-visual,
.psc-v4-catalog .psc-v4-catalog__product-visual img { width: 78px; min-width: 78px; height: 78px; min-height: 78px; }
.psc-v4-catalog .psc-v4-catalog__product-info { gap: 14px; }
.psc-v4-catalog .psc-v4-catalog__product-identity h3 { font-size: 18px; }
.psc-v4-catalog .psc-v4-catalog__product-identity p { font-size: 12px; }
.psc-v4-catalog .psc-v4-catalog__product-spec strong,
.psc-v4-catalog .psc-v4-catalog__reference-price strong { font-size: 15px; }
.psc-v4-catalog .psc-v4-catalog__product-spec span,
.psc-v4-catalog .psc-v4-catalog__reference-price span { font-size: 12px; }
.psc-v4-catalog .psc-v4-catalog__doc-status,
.psc-v4-catalog .psc-v4-catalog__procurement-status { font-size: 11px; }
.psc-v4-catalog .psc-v4-catalog__quote,
.psc-v4-catalog .psc-v4-catalog__view { min-height: 38px; font-size: 12px; }
.psc-v4-catalog .psc-v4-catalog__pagination { padding: 15px 0 2px; }
.psc-v4-catalog .psc-v4-catalog__filter-sort { display: none; }

@media (max-width: 760px) {
	.psc-v4-catalog .psc-v4-catalog__hero { grid-template-columns: 1fr; padding: 18px; }
	.psc-v4-catalog .psc-v4-catalog__hero h1 { font-size: 32px; }
	.psc-v4-catalog .psc-v4-catalog__workflow { display: none; }
	.psc-v4-catalog .psc-v4-catalog__toolbar { margin: 14px 0 10px; }
	.psc-v4-catalog .psc-v4-catalog__toolbar-actions { gap: 7px; }
	.psc-v4-catalog .psc-v4-catalog__filter-toggle { display: inline-flex; min-height: 40px; padding: 8px 12px; align-items: center; border: 1px solid #2463ea; border-radius: 6px; background: #fff; color: #2463ea; font-size: 13px; font-weight: 800; }
	.psc-v4-catalog .psc-v4-catalog__sort-control span { display: none; }
	.psc-v4-catalog .psc-v4-catalog__sort-control { display: none; }
	.psc-v4-catalog .psc-v4-catalog__filter-sort { display: grid; }
	.psc-v4-catalog .psc-v4-catalog__sort-control select { min-width: 145px; }
	.psc-v4-catalog .psc-v4-catalog__layout { display: block; }
	.psc-v4-catalog .psc-v4-catalog__filter-panel { position: fixed; z-index: 100; top: 0; bottom: 0; left: 0; width: min(340px, 90vw); overflow-y: auto; border-radius: 0 12px 12px 0; transform: translateX(-105%); transition: transform .2s ease; }
	.psc-v4-catalog .psc-v4-catalog__filter-panel.is-open { transform: translateX(0); }
	.psc-v4-catalog .psc-v4-catalog__filter-close { display: inline-grid; width: 30px; height: 30px; place-items: center; border: 0; background: transparent; color: #526b8d; font-size: 24px; }
	.psc-v4-catalog .psc-v4-catalog__product-list { border-radius: 8px; }
	.psc-v4-catalog .psc-v4-catalog__product-row { display: grid; min-height: 0; gap: 13px; padding: 16px; }
	.psc-v4-catalog .psc-v4-catalog__product-row > * { grid-column: 1; }
	.psc-v4-catalog .psc-v4-catalog__product-identity h3 { font-size: 19px; }
	.psc-v4-catalog .psc-v4-catalog__product-identity p,
	.psc-v4-catalog .psc-v4-catalog__product-spec,
	.psc-v4-catalog .psc-v4-catalog__reference-price { font-size: 14px; }
	.psc-v4-catalog .psc-v4-catalog__product-actions { flex-direction: column; }
	.psc-v4-catalog .psc-v4-catalog__quote,
	.psc-v4-catalog .psc-v4-catalog__view { width: 100%; min-height: 42px; font-size: 14px; }
}

/* Final H5 mobile card alignment; Catalog-scoped override only. */
@media (max-width: 620px) {
	.psc-v4-catalog .psc-v4-h5-card { gap: 10px; padding: 13px; }
	.psc-v4-catalog .psc-v4-h5-card__identity { display: flex; align-items: flex-start; gap: 11px; min-width: 0; }
	.psc-v4-catalog .psc-v4-h5-card__image,
	.psc-v4-catalog .psc-v4-h5-card__image img { flex: 0 0 84px; width: 84px; min-width: 84px; height: 96px; min-height: 96px; object-fit: contain; }
	.psc-v4-catalog .psc-v4-h5-card__content { flex: 1; min-width: 0; }
	.psc-v4-catalog .psc-v4-h5-card__content h3 { font-size: 20px; line-height: 1.22; overflow-wrap: anywhere; word-break: normal; }
	.psc-v4-catalog .psc-v4-h5-card [data-label]::before { display: none !important; }
	.psc-v4-catalog .psc-v4-h5-card__spec,
	.psc-v4-catalog .psc-v4-h5-card__docs,
	.psc-v4-catalog .psc-v4-h5-card__procurement,
	.psc-v4-catalog .psc-v4-h5-card__price,
	.psc-v4-catalog .psc-v4-h5-card__actions { padding-top: 9px; }
	.psc-v4-catalog .psc-v4-h5-card__docs { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 5px; }
	.psc-v4-catalog .psc-v4-h5-card__docs > strong { display: none; }
	.psc-v4-catalog .psc-v4-h5-card__docs .psc-v4-catalog__doc-status { min-height: 34px; padding: 5px 3px; font-size: 11px; }
	.psc-v4-catalog .psc-v4-h5-card__procurement,
	.psc-v4-catalog .psc-v4-h5-card__price { font-size: 14px; }
	.psc-v4-catalog .psc-v4-h5-card__actions { gap: 7px; }
	.psc-v4-catalog .psc-v4-h5-card__actions a,
	.psc-v4-catalog .psc-v4-h5-card__actions span { width: 100%; min-height: 40px; }
}

@media (max-width: 430px) {
	.psc-v4-catalog .psc-v4-h5-card__docs { grid-template-columns: 1fr; gap: 4px; }
	.psc-v4-catalog .psc-v4-h5-card__docs .psc-v4-catalog__doc-status { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 6px 8px; text-align: left; }
	.psc-v4-catalog .psc-v4-h5-card__docs .psc-v4-catalog__doc-status b,
	.psc-v4-catalog .psc-v4-h5-card__docs .psc-v4-catalog__doc-status em { display: inline; white-space: nowrap; }
}

/* H5 width correction: remove the reserved desktop price/action column on Catalog mobile. */
@media (max-width: 620px) {
	.psc-v4-catalog .psc-v4-catalog__product-list { width: 100%; max-width: none; }
	.psc-v4-catalog .psc-v4-catalog__product-row {
		width: 100%;
		max-width: none;
		box-sizing: border-box;
		grid-template-columns: minmax(0, 1fr) !important;
	}
	.psc-v4-catalog .psc-v4-catalog__product-row > *,
	.psc-v4-catalog .psc-v4-catalog__product-card > *,
	.psc-v4-catalog .psc-v4-h5-card__identity,
	.psc-v4-catalog .psc-v4-h5-card__spec,
	.psc-v4-catalog .psc-v4-h5-card__docs,
	.psc-v4-catalog .psc-v4-h5-card__procurement,
	.psc-v4-catalog .psc-v4-h5-card__price,
	.psc-v4-catalog .psc-v4-h5-card__actions {
		width: 100%;
		max-width: none;
		min-width: 0;
		grid-column: 1 / -1 !important;
		box-sizing: border-box;
	}
	.psc-v4-catalog .psc-v4-h5-card__price span,
	.psc-v4-catalog .psc-v4-catalog__reference-price span {
		max-width: 100%;
		white-space: normal;
		overflow-wrap: anywhere;
		word-break: normal;
	}
}

/* Compact mobile Catalog Results toolbar. */
@media (max-width: 620px) {
	.psc-v4-catalog .psc-v4-catalog__toolbar {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		gap: 10px;
	}
	.psc-v4-catalog .psc-v4-catalog__toolbar > div:first-child {
		width: 100%;
		min-width: 0;
	}
	.psc-v4-catalog .psc-v4-catalog__toolbar-actions {
		display: grid;
		grid-template-columns: minmax(0, 38fr) minmax(0, 62fr);
		width: 100%;
		gap: 10px;
		align-items: stretch;
	}
	.psc-v4-catalog .psc-v4-catalog__filter-toggle,
	.psc-v4-catalog .psc-v4-catalog__sort-control,
	.psc-v4-catalog .psc-v4-catalog__sort-control select {
		width: 100%;
		min-width: 0;
		max-width: none;
		min-height: 52px;
		box-sizing: border-box;
	}
	.psc-v4-catalog .psc-v4-catalog__filter-toggle {
		justify-content: center;
		padding: 10px;
	}
	.psc-v4-catalog .psc-v4-catalog__sort-control {
		display: flex !important;
		align-items: center;
		gap: 6px;
	}
	.psc-v4-catalog .psc-v4-catalog__sort-control span {
		display: inline;
		flex: 0 0 auto;
	}
	.psc-v4-catalog .psc-v4-catalog__sort-control select {
		flex: 1 1 auto;
		font-size: 13px;
	}
}

/* Catalog final procurement cards: one authoritative Catalog-only cascade. */
.psc-v4-catalog {
	padding: 0 4.8% 46px;
	background: #f8fafc;
	color: #102958;
}
.psc-v4-catalog .psc-v4-catalog__hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(300px, .85fr);
	gap: 28px;
	min-height: 0;
	width: 100%;
	padding: 26px 32px;
	overflow: hidden;
	box-sizing: border-box;
	border: 0;
	border-radius: 16px;
	background:
		linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .97) 38%, rgba(255, 255, 255, .58) 56%, rgba(255, 255, 255, 0) 76%),
		url("../images/catalog/veridia-catalog-hero-desktop-v3.png") 58% center / cover no-repeat;
	color: #102958;
}
.psc-v4-catalog .psc-v4-catalog__hero h1,
.psc-v4-catalog .psc-v4-catalog__hero p,
.psc-v4-catalog .psc-v4-catalog__hero .psc-v4-catalog__eyebrow { color: #102958; }
.psc-v4-catalog .psc-v4-catalog__hero h1 { font-size: clamp(34px, 3.4vw, 48px); line-height: 1.08; }
.psc-v4-catalog .psc-v4-catalog__hero .psc-v4-catalog__eyebrow { color: #2563d9; }
.psc-v4-catalog .psc-v4-catalog__hero p { max-width: 680px; color: #365274; font-size: 15px; }
.psc-v4-catalog .psc-v4-catalog__workflow { align-self: center; padding: 18px 20px; border: 1px solid rgba(177,199,229,.76); border-radius: 12px; background: rgba(255,255,255,.82); box-shadow: none; color: #102958; }
.psc-v4-catalog .psc-v4-catalog__workflow > strong { color: #102958; font-size: 15px; }
.psc-v4-catalog .psc-v4-catalog__workflow ol { display: grid; gap: 9px; margin: 14px 0 0; padding: 0; list-style: none; }
.psc-v4-catalog .psc-v4-catalog__workflow li { display: flex; align-items: center; gap: 9px; color: #284b74; font-size: 13px; }
.psc-v4-catalog .psc-v4-catalog__workflow li b { display: inline-grid; width: 24px; height: 24px; flex: 0 0 24px; place-items: center; border-radius: 50%; background: #4d85ff; color: #fff; font-size: 12px; }
.psc-v4-catalog .psc-v4-catalog__workflow li::before { display: none; content: none; }
.psc-v4-catalog .psc-v4-catalog__workflow li { position: static; padding-left: 0; counter-increment: none; }
@media (min-width: 1180px) {
	.psc-v4-catalog .psc-v4-catalog__hero {
		position: relative;
		isolation: isolate;
		overflow: hidden;
		grid-template-columns: minmax(0, 44%) minmax(0, 1fr);
		grid-template-rows: auto auto;
		gap: 14px 0;
		min-height: 372px;
		padding: 30px 32px;
		background: #f8fbff;
	}

	.psc-v4-catalog .psc-v4-catalog__hero::before {
		position: absolute;
		z-index: -2;
		top: 0;
		right: 32px;
		bottom: 0;
		width: 72%;
		background: url("../images/catalog/veridia-catalog-hero-desktop-v3.png") 58% center / cover no-repeat;
		content: "";
		filter: none;
		opacity: 1;
		pointer-events: none;
	}

	.psc-v4-catalog .psc-v4-catalog__hero::after {
		position: absolute;
		z-index: -1;
		inset: 0 auto 0 0;
		width: 58%;
		background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .98) 34%, rgba(255, 255, 255, .66) 58%, rgba(255, 255, 255, 0) 100%);
		content: "";
		pointer-events: none;
	}

	.psc-v4-catalog .psc-v4-catalog__hero-copy {
		position: relative;
		z-index: 1;
		grid-column: 1;
		grid-row: 1;
		width: 100%;
		max-width: 610px;
		align-self: end;
	}

	.psc-v4-catalog .psc-v4-catalog__workflow {
		position: relative;
		z-index: 1;
		grid-column: 1;
		grid-row: 2;
		width: 100%;
		max-width: 560px;
		align-self: start;
		justify-self: start;
		padding: 12px 14px;
		background: rgba(255, 255, 255, .88);
	}

	.psc-v4-catalog .psc-v4-catalog__workflow ol {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
		margin-top: 10px;
	}

	.psc-v4-catalog .psc-v4-catalog__workflow li {
		align-items: flex-start;
		gap: 7px;
		font-size: 11px;
		line-height: 1.35;
	}

	.psc-v4-catalog .psc-v4-catalog__workflow li b {
		width: 22px;
		height: 22px;
		flex-basis: 22px;
		font-size: 11px;
	}
}
.psc-v4-catalog .psc-v4-catalog__toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 22px 0 14px; }
.psc-v4-catalog .psc-v4-catalog__toolbar > div:first-child { display: flex; align-items: baseline; gap: 14px; }
.psc-v4-catalog .psc-v4-catalog__toolbar h2 { margin: 0; color: #102958; font-size: 22px; }
.psc-v4-catalog .psc-v4-catalog__toolbar strong { color: #7185a3; font-size: 14px; }
.psc-v4-catalog .psc-v4-catalog__toolbar-actions { display: flex; align-items: center; gap: 10px; }
.psc-v4-catalog .psc-v4-catalog__filter-toggle { display: none; }
.psc-v4-catalog .psc-v4-catalog__sort-control { display: flex; align-items: center; gap: 8px; color: #526b8d; font-size: 12px; font-weight: 800; }
.psc-v4-catalog .psc-v4-catalog__sort-control select { min-width: 190px; min-height: 42px; border: 1px solid #d8e2f0; border-radius: 8px; background: #fff; color: #102958; font-size: 13px; }
.psc-v4-catalog .psc-v4-catalog__layout { display: grid; grid-template-columns: minmax(260px, 290px) minmax(0, 1fr); gap: 24px; align-items: start; }
.psc-v4-catalog .psc-v4-catalog__filter-panel { padding: 18px; border: 1px solid #dfe7f2; border-radius: 14px; background: #fff; box-shadow: 0 8px 22px rgba(25,73,144,.05); }
.psc-v4-catalog .psc-v4-catalog__filters { display: grid; gap: 15px; padding-top: 16px; }
.psc-v4-catalog .psc-v4-catalog__filter-group { display: grid; gap: 7px; }
.psc-v4-catalog .psc-v4-catalog__filter-group select { min-height: 42px; border: 1px solid #d8e2f0; border-radius: 7px; color: #173b73; font-size: 13px; }
.psc-v4-catalog .psc-v4-catalog__filter-submit { min-height: 44px; border: 1px solid #2463ea; border-radius: 7px; background: #2463ea; color: #fff; font-size: 13px; font-weight: 800; }
.psc-v4-catalog .psc-v4-catalog__filter-reset { color: #2463ea; font-size: 12px; font-weight: 800; text-align: center; text-decoration: none; }
.psc-v4-catalog .psc-v4-catalog__product-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; overflow: visible; border: 0; background: transparent; }
.psc-v4-catalog .psc-v4-catalog__product-list > .psc-v4-catalog__empty { grid-column: 1 / -1; }
.psc-v4-catalog .psc-v4-catalog__product-card { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(150px, .75fr); gap: 16px 20px; height: 100%; padding: 20px; border: 1px solid #dfe7f2; border-radius: 17px; background: #fff; box-shadow: 0 8px 24px rgba(25,73,144,.06); }
.psc-v4-catalog .psc-v4-catalog__product-info { display: flex; grid-column: 1 / -1; gap: 15px; align-items: flex-start; min-width: 0; }
.psc-v4-catalog .psc-v4-catalog__product-visual,
.psc-v4-catalog .psc-v4-catalog__product-visual img { display: grid; width: 92px; min-width: 92px; height: 92px; min-height: 92px; place-items: center; border-radius: 10px; object-fit: contain; }
.psc-v4-catalog .psc-v4-catalog__product-identity { min-width: 0; }
.psc-v4-catalog .psc-v4-catalog__product-kicker { color: #2463ea; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.psc-v4-catalog .psc-v4-catalog__field-label { display: block; margin-bottom: 4px; color: #7185a3; font-size: 11px; font-weight: 700; letter-spacing: .01em; }
.psc-v4-catalog .psc-v4-catalog__product-identity h3 { margin: 4px 0 6px; font-size: 20px; line-height: 1.18; }
.psc-v4-catalog .psc-v4-catalog__product-identity h3 a { color: #102958; text-decoration: none; }
.psc-v4-catalog .psc-v4-catalog__product-identity p { margin: 0 0 5px; color: #526b8d; font-size: 13px; }
.psc-v4-catalog .psc-v4-catalog__product-code { display: block; color: #7185a3; font-size: 12px; overflow-wrap: anywhere; }
.psc-v4-catalog .psc-v4-catalog__product-spec,
.psc-v4-catalog .psc-v4-catalog__procurement,
.psc-v4-catalog .psc-v4-catalog__reference-price { display: grid; align-content: start; gap: 4px; min-width: 0; }
.psc-v4-catalog .psc-v4-catalog__product-spec strong,
.psc-v4-catalog .psc-v4-catalog__reference-price strong { color: #102958; font-size: 16px; }
.psc-v4-catalog .psc-v4-catalog__product-spec span,
.psc-v4-catalog .psc-v4-catalog__reference-price span { color: #526b8d; font-size: 12px; line-height: 1.35; }
.psc-v4-catalog .psc-v4-catalog__product-spec .psc-v4-catalog__field-label,
.psc-v4-catalog .psc-v4-catalog__reference-price .psc-v4-catalog__field-label { color: #7185a3; font-size: 11px; }
.psc-v4-catalog .psc-v4-catalog__documentation { display: grid; grid-column: 1 / -1; gap: 8px; min-width: 0; }
.psc-v4-catalog .psc-v4-catalog__documentation > strong,
.psc-v4-catalog .psc-v4-catalog__procurement > strong { color: #365274; font-size: 12px; }
.psc-v4-catalog .psc-v4-catalog__doc-list { display: flex; flex-wrap: wrap; gap: 6px; }
.psc-v4-catalog .psc-v4-catalog__doc-status { display: inline-flex; gap: 6px; align-items: center; padding: 6px 8px; border-radius: 7px; background: #f3f6fa; color: #526b8d; font-size: 11px; }
.psc-v4-catalog .psc-v4-catalog__doc-status--available { background: #ecfdf3; color: #15803d; }
.psc-v4-catalog .psc-v4-catalog__doc-status--review { background: #fff7ed; color: #b45309; }
.psc-v4-catalog .psc-v4-catalog__docs-neutral { margin: 0; color: #7185a3; font-size: 13px; }
.psc-v4-catalog .psc-v4-catalog__procurement-status { display: inline-flex; width: max-content; max-width: 100%; padding: 6px 9px; border-radius: 7px; background: #eff6ff; color: #1d4ed8; font-size: 12px; font-weight: 800; }
.psc-v4-catalog .psc-v4-catalog__procurement-status--available { background: #ecfdf3; color: #15803d; }
.psc-v4-catalog .psc-v4-catalog__procurement-status--review { background: #fff7ed; color: #b45309; }
.psc-v4-catalog .psc-v4-catalog__reference-price { align-self: start; }
.psc-v4-catalog .psc-v4-catalog__product-actions { display: flex; grid-column: 1 / -1; gap: 8px; align-items: stretch; margin-top: auto; }
.psc-v4-catalog .psc-v4-catalog__quote,
.psc-v4-catalog .psc-v4-catalog__view { display: inline-flex; min-height: 42px; flex: 1 1 0; align-items: center; justify-content: center; padding: 9px 12px; border: 1px solid #2463ea; border-radius: 8px; font-size: 13px; font-weight: 800; text-align: center; text-decoration: none; }
.psc-v4-catalog .psc-v4-catalog__quote { background: #2463ea; color: #fff; }
.psc-v4-catalog .psc-v4-catalog__view { background: #fff; color: #2463ea; }
.psc-v4-catalog .psc-v4-catalog__pagination { padding: 18px 0 0; }

@media (max-width: 1179px) {
	.psc-v4-catalog .psc-v4-catalog__hero { grid-template-columns: 1fr; }
	.psc-v4-catalog .psc-v4-catalog__workflow { max-width: 680px; }
	.psc-v4-catalog .psc-v4-catalog__layout { grid-template-columns: 1fr; }
	.psc-v4-catalog .psc-v4-catalog__filter-panel { order: 0; }
	.psc-v4-catalog .psc-v4-catalog__product-list { grid-template-columns: 1fr; }
}
@media (max-width: 819.98px) {
	.psc-v4-catalog { padding: 0 16px 32px; }
	.psc-v4-catalog .psc-v4-catalog__hero { padding: 22px; }
	.psc-v4-catalog .psc-v4-catalog__hero h1 { font-size: 34px; }
	.psc-v4-catalog .psc-v4-catalog__toolbar { flex-wrap: wrap; }
	.psc-v4-catalog .psc-v4-catalog__toolbar-actions { width: 100%; justify-content: flex-end; }
	.psc-v4-catalog .psc-v4-catalog__filter-toggle { display: inline-flex; min-height: 42px; align-items: center; padding: 8px 12px; border: 1px solid #2463ea; border-radius: 8px; background: #fff; color: #2463ea; font-size: 13px; font-weight: 800; }
	.psc-v4-catalog .psc-v4-catalog__filter-panel { position: fixed; z-index: 100; top: 0; bottom: 0; left: 0; width: min(340px, 90vw); overflow-y: auto; border-radius: 0 14px 14px 0; transform: translateX(-105%); transition: transform .2s ease; }
	.psc-v4-catalog .psc-v4-catalog__filter-panel.is-open { transform: translateX(0); }
	.psc-v4-catalog .psc-v4-catalog__filter-close { display: inline-grid; width: 34px; height: 34px; place-items: center; border: 0; background: transparent; color: #526b8d; font-size: 22px; }
}
@media (max-width: 620px) {
	.psc-v4-catalog .psc-v4-catalog__hero { padding: 18px; }
	.psc-v4-catalog .psc-v4-catalog__hero h1 { font-size: 30px; }
	.psc-v4-catalog .psc-v4-catalog__workflow ol { gap: 8px; }
	.psc-v4-catalog .psc-v4-catalog__workflow li { align-items: flex-start; font-size: 12px; }
	.psc-v4-catalog .psc-v4-catalog__toolbar { display: grid; grid-template-columns: 1fr; gap: 10px; }
	.psc-v4-catalog .psc-v4-catalog__toolbar-actions { display: grid; grid-template-columns: 38fr 62fr; width: 100%; gap: 10px; }
	.psc-v4-catalog .psc-v4-catalog__filter-toggle,
	.psc-v4-catalog .psc-v4-catalog__sort-control,
	.psc-v4-catalog .psc-v4-catalog__sort-control select { width: 100%; min-width: 0; min-height: 52px; box-sizing: border-box; }
	.psc-v4-catalog .psc-v4-catalog__sort-control { display: flex !important; align-items: center; gap: 6px; }
	.psc-v4-catalog .psc-v4-catalog__sort-control span { display: inline; }
	.psc-v4-catalog .psc-v4-catalog__sort-control select { flex: 1 1 auto; }
	.psc-v4-catalog .psc-v4-catalog__product-card { grid-template-columns: 1fr; gap: 12px; padding: 15px; }
	.psc-v4-catalog .psc-v4-catalog__product-info,
	.psc-v4-catalog .psc-v4-catalog__documentation,
	.psc-v4-catalog .psc-v4-catalog__product-actions { grid-column: 1; }
	.psc-v4-catalog .psc-v4-catalog__product-visual,
	.psc-v4-catalog .psc-v4-catalog__product-visual img { width: 82px; min-width: 82px; height: 82px; min-height: 82px; }
	.psc-v4-catalog .psc-v4-catalog__product-identity h3 { font-size: 19px; overflow-wrap: anywhere; }
	.psc-v4-catalog .psc-v4-catalog__product-spec,
	.psc-v4-catalog .psc-v4-catalog__documentation,
	.psc-v4-catalog .psc-v4-catalog__procurement,
	.psc-v4-catalog .psc-v4-catalog__reference-price,
	.psc-v4-catalog .psc-v4-catalog__product-actions { padding-top: 10px; border-top: 1px solid #e7edf5; }
	.psc-v4-catalog .psc-v4-catalog__documentation > strong,
	.psc-v4-catalog .psc-v4-catalog__procurement > strong { display: block; margin-bottom: 4px; color: #7185a3; font-size: 11px; font-weight: 700; }
	.psc-v4-catalog .psc-v4-catalog__doc-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.psc-v4-catalog .psc-v4-catalog__doc-status { justify-content: center; min-width: 0; padding: 5px 4px; font-size: 10px; }
	.psc-v4-catalog .psc-v4-catalog__procurement { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
	.psc-v4-catalog .psc-v4-catalog__reference-price span { overflow-wrap: anywhere; }
	.psc-v4-catalog .psc-v4-catalog__product-actions { display: flex; flex-direction: column; }
	.psc-v4-catalog .psc-v4-catalog__quote,
	.psc-v4-catalog .psc-v4-catalog__view { width: 100%; min-height: 42px; }
}
@media (max-width: 430px) {
	.psc-v4-catalog .psc-v4-catalog__doc-list { grid-template-columns: 1fr; gap: 4px; }
	.psc-v4-catalog .psc-v4-catalog__doc-status { justify-content: space-between; }
}

/* PDP v4.1 consolidation: single evidence entry and safe mobile evidence rows. */
.psc-v4-pdp .psc-v4-pdp__price-label {
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0;
	text-transform: none;
}

.psc-v4-pdp .psc-v4-pdp__cart .single_add_to_cart_button {
	min-width: 0;
	flex: 1 1 auto;
}

.psc-v4-pdp .psc-v4-pdp__support-actions > :only-child {
	grid-column: 1 / -1;
}

@media (max-width: 700px) {
	.psc-v4-pdp .psc-v4-pdp__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.psc-v4-pdp .psc-v4-pdp__cart .single_add_to_cart_button {
		flex: 0 0 auto;
		min-height: 56px;
		height: 56px;
	}

	.psc-v4-pdp .psc-v4-pdp__evidence-list {
		gap: 6px;
	}

	.psc-v4-pdp .psc-v4-pdp__evidence-row {
		grid-template-columns: 20px minmax(0, 1fr);
		align-items: start;
		gap: 5px 7px;
		padding: 8px;
	}

	.psc-v4-pdp .psc-v4-pdp__evidence-row .psc-v4-pdp__evidence-actions {
		grid-column: 2;
		justify-self: stretch;
		min-width: 0;
		text-align: left;
	}

	.psc-v4-pdp .psc-v4-pdp__evidence-actions {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		gap: 6px;
	}

	.psc-v4-pdp .psc-v4-pdp__evidence-actions a {
		min-width: 0;
	}
}

/* Product Data final shell alignment; all selectors remain route-scoped. */
.psc-v4-product-data {
	padding: 18px 4.8% 44px;
	background: #f8fafc;
	color: #102958;
}
.psc-v4-product-data .psc-v4-product-data__container { width: min(1384px, 100%); }
.psc-v4-product-data .psc-v4-product-data__hero { padding: 26px 30px; border: 1px solid #dbe4ed; border-radius: 14px; background: linear-gradient(135deg, #fff, #eff6ff); box-shadow: 0 10px 28px rgba(25,73,144,.06); }
.psc-v4-product-data .psc-v4-product-data__hero h1 { color: #102958; font-size: clamp(32px, 4vw, 48px); }
.psc-v4-product-data .psc-v4-product-data__hero p { color: #526b8d; font-size: 15px; }
.psc-v4-product-data .psc-v4-product-data__eyebrow { color: #2463ea; }
.psc-v4-product-data .psc-v4-product-data__use-badge { border-color: #bfdbfe; background: #eff6ff; color: #1d4ed8; }
.psc-v4-product-data .psc-v4-product-data__lookup,
.psc-v4-product-data .psc-v4-product-data__card,
.psc-v4-product-data .psc-v4-product-data__status,
.psc-v4-product-data .psc-v4-product-data__review,
.psc-v4-product-data .psc-v4-product-data__unavailable { border-color: #dbe4ed; border-radius: 12px; box-shadow: 0 8px 24px rgba(25,73,144,.045); }
.psc-v4-product-data .psc-v4-product-data__lookup { margin-top: 14px; padding: 16px; }
.psc-v4-product-data .psc-v4-product-data__lookup h2,
.psc-v4-product-data .psc-v4-product-data__card h2,
.psc-v4-product-data .psc-v4-product-data__status h2,
.psc-v4-product-data .psc-v4-product-data__review h2 { color: #102958; }
.psc-v4-product-data .psc-v4-product-data__primary-grid { grid-template-columns: minmax(0, 1fr); margin-top: 14px; }
.psc-v4-product-data .psc-v4-product-data__card,
.psc-v4-product-data .psc-v4-product-data__status,
.psc-v4-product-data .psc-v4-product-data__review { padding: 20px; }
.psc-v4-product-data .psc-v4-product-data__facts > div { grid-template-columns: minmax(130px,.32fr) minmax(0,1fr); padding: 8px 0; border-color: #f4f7fb; }
.psc-v4-product-data .psc-v4-product-data__document-grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 8px; margin-top: 14px; }
.psc-v4-product-data .psc-v4-product-data__document-card { min-height: 0; padding: 12px; border-radius: 9px; background: #f8fafc; }
.psc-v4-product-data .psc-v4-product-data__review { margin-top: 14px; background: #eff6ff; }
.psc-v4-product-data .psc-v4-product-data__lookup-field button,
.psc-v4-product-data .psc-v4-product-data__lookup-filters button,
.psc-v4-product-data .psc-v4-product-data__document-card a,
.psc-v4-product-data .psc-v4-product-data__review > a,
.psc-v4-product-data .psc-v4-product-data__unavailable > a { background: #2463ea; }

@media (max-width: 620px) {
	.psc-v4-product-data { padding: 10px 12px 28px; }
	.psc-v4-product-data .psc-v4-product-data__hero { padding: 18px; border-radius: 11px; }
	.psc-v4-product-data .psc-v4-product-data__hero h1 { font-size: clamp(28px,8vw,36px); line-height: 1.08; }
	.psc-v4-product-data .psc-v4-product-data__hero p { font-size: 13px; line-height: 1.45; }
	.psc-v4-product-data .psc-v4-product-data__lookup,
	.psc-v4-product-data .psc-v4-product-data__card,
	.psc-v4-product-data .psc-v4-product-data__status,
	.psc-v4-product-data .psc-v4-product-data__review { padding: 13px; border-radius: 10px; }
	.psc-v4-product-data .psc-v4-product-data__lookup-field { grid-template-columns: minmax(0,1fr); }
	.psc-v4-product-data .psc-v4-product-data__lookup-field button { min-height: 48px; }
	.psc-v4-product-data .psc-v4-product-data__lookup-summary-head,
	.psc-v4-product-data .psc-v4-product-data__section-heading,
	.psc-v4-product-data .psc-v4-product-data__review { align-items: flex-start; flex-direction: column; }
	.psc-v4-product-data .psc-v4-product-data__lookup-status-grid,
	.psc-v4-product-data .psc-v4-product-data__document-grid,
	.psc-v4-product-data .psc-v4-product-data__lookup-records { grid-template-columns: minmax(0,1fr); }
	.psc-v4-product-data .psc-v4-product-data__facts > div { grid-template-columns: minmax(96px,.38fr) minmax(0,1fr); gap: 9px; }
	.psc-v4-product-data .psc-v4-product-data__review > a,
	.psc-v4-product-data .psc-v4-product-data__unavailable > a { width: 100%; }
}

/* Product Data & Documentation reference composition. */
.psc-v4-product-data .psc-v4-product-data__identity-layout {
	display: grid;
	grid-template-columns: 248px minmax(0, 1fr);
	gap: 24px;
	align-items: center;
}

.psc-v4-product-data .psc-v4-product-data__product-image {
	display: grid;
	min-height: 190px;
	place-items: center;
	padding: 14px;
	border: 1px solid #dbe4ed;
	border-radius: 12px;
	background: linear-gradient(135deg, #f8fafc, #eff6ff);
}

.psc-v4-product-data .psc-v4-product-data__product-image img {
	width: auto;
	max-width: 100%;
	max-height: 188px;
	object-fit: contain;
}

.psc-v4-product-data .psc-v4-product-data__product-image > span {
	display: block;
	width: 64px;
	height: 112px;
	border: 2px solid #94a3b8;
	border-radius: 14px 14px 20px 20px;
	background: linear-gradient(#dbeafe 0 26%, #fff 26% 100%);
}

.psc-v4-product-data .psc-v4-product-data__identity-description {
	margin: 10px 0 0;
	color: #526b8d;
	font-size: 14px;
	line-height: 1.5;
	overflow-wrap: anywhere;
}

.psc-v4-product-data .psc-v4-product-data__identity-layout + .psc-v4-product-data__facts {
	margin-top: 18px;
}

.psc-v4-product-data .psc-v4-product-data__summary-card .psc-v4-product-data__facts {
	margin-top: 12px;
}

.psc-v4-product-data .psc-v4-product-data__summary-status {
	display: inline-flex;
	max-width: 100%;
	padding: 6px 10px;
	border-radius: 999px;
	background: #ecfdf3;
	color: #15803d;
	font-size: 11px;
	font-weight: 800;
	overflow-wrap: anywhere;
}

.psc-v4-product-data .psc-v4-product-data__search-state {
	max-width: 760px;
	margin: 16px auto;
	padding: 28px;
	border: 1px solid #dbe4ed;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(25,73,144,.05);
}

.psc-v4-product-data .psc-v4-product-data__search-state h2 {
	margin: 0;
	color: #102958;
	font-size: clamp(24px, 3vw, 34px);
}

.psc-v4-product-data .psc-v4-product-data__search-state > p:not(.psc-v4-product-data__section-label):not(.psc-v4-product-data__search-message) {
	margin: 10px 0 0;
	color: #526b8d;
	font-size: 14px;
}

.psc-v4-product-data .psc-v4-product-data__search-form {
	display: grid;
	gap: 7px;
	margin-top: 20px;
}

.psc-v4-product-data .psc-v4-product-data__search-form label {
	color: #102958;
	font-size: 12px;
	font-weight: 800;
}

.psc-v4-product-data .psc-v4-product-data__search-form > div {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
}

.psc-v4-product-data .psc-v4-product-data__search-form input {
	min-width: 0;
	min-height: 46px;
	padding: 10px 12px;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	font: inherit;
	font-size: 14px;
}

.psc-v4-product-data .psc-v4-product-data__search-form button {
	min-height: 46px;
	padding: 10px 20px;
	border: 0;
	border-radius: 8px;
	background: #2463ea;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	cursor: pointer;
}

.psc-v4-product-data .psc-v4-product-data__search-message {
	margin: 14px 0 0;
	color: #526b8d;
	font-size: 13px;
}

.psc-v4-product-data .psc-v4-product-data__search-results {
	display: grid;
	gap: 8px;
	margin-top: 16px;
}

.psc-v4-product-data .psc-v4-product-data__search-results a {
	display: flex;
	min-width: 0;
	padding: 12px 14px;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	border: 1px solid #dbe4ed;
	border-radius: 9px;
	background: #f8fafc;
	color: #102958;
	text-decoration: none;
}

.psc-v4-product-data .psc-v4-product-data__search-results a:hover,
.psc-v4-product-data .psc-v4-product-data__search-results a:focus-visible {
	border-color: #93c5fd;
	background: #eff6ff;
}

.psc-v4-product-data .psc-v4-product-data__search-results strong {
	min-width: 0;
	overflow-wrap: anywhere;
}

.psc-v4-product-data .psc-v4-product-data__search-results span {
	flex: 0 0 auto;
	color: #2463ea;
	font-size: 12px;
	font-weight: 800;
}

@media (min-width: 821px) {
	.psc-v4-product-data .psc-v4-product-data__primary-grid {
		grid-template-columns: minmax(0, 1.6fr) minmax(280px, .8fr);
		align-items: start;
	}
}

@media (max-width: 620px) {
	.psc-v4-product-data .psc-v4-product-data__identity-layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 14px;
	}

	.psc-v4-product-data .psc-v4-product-data__product-image {
		min-height: 160px;
	}

	.psc-v4-product-data .psc-v4-product-data__product-image img {
		max-height: 150px;
	}

	.psc-v4-product-data .psc-v4-product-data__search-state {
		margin: 12px 0;
		padding: 17px;
		border-radius: 10px;
	}

	.psc-v4-product-data .psc-v4-product-data__search-form > div {
		grid-template-columns: minmax(0, 1fr);
	}

	.psc-v4-product-data .psc-v4-product-data__search-results a {
		align-items: flex-start;
		flex-direction: column;
		gap: 5px;
	}
}

/* Checkout Blocks already makes each shipping/payment option row interactive. */
.psc-v4-checkout__native .wc-block-components-radio-control__option,
.psc-v4-checkout__native .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option {
	grid-template-columns: minmax(0, 1fr);
	padding-left: 20px;
}

.psc-v4-checkout__native .wc-block-components-radio-control__input {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
}

.psc-v4-checkout__native .wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout,
.psc-v4-checkout__native .wc-block-components-radio-control__option .wc-block-components-radio-control__label-group {
	grid-column: 1;
}

.psc-v4-checkout__native .wc-block-components-radio-control__option:focus-within {
	outline: 3px solid rgba(37, 99, 235, 0.22);
	outline-offset: -3px;
}

@media (max-width: 700px) {
	.psc-v4-checkout__native .wc-block-components-radio-control__option,
	.psc-v4-checkout__native .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option {
		padding-left: 13px;
	}
}

/* PDP 2.6.71 responsive architecture. All final rules remain product-route scoped. */
body.psc-v4-pdp-body {
	overflow-x: clip;
}

.psc-v4-pdp[data-psc-v4-pdp] {
	--psc-v4-pdp-navy: #071a3d;
	--psc-v4-pdp-primary: #4169e1;
	--psc-v4-pdp-success: #159a83;
	--psc-v4-pdp-light-teal: #62d9cf;
	--psc-v4-pdp-background: #f5f8fc;
	--psc-v4-pdp-card: #fff;
	--psc-v4-pdp-border: #d9e4f1;
	--psc-v4-pdp-text: #0b1f44;
	--psc-v4-pdp-secondary: #60708a;
	padding: 18px 3.2% 72px;
	background: var(--psc-v4-pdp-background);
	color: var(--psc-v4-pdp-text);
}

.psc-v4-pdp[data-psc-v4-pdp] *,
.psc-v4-pdp[data-psc-v4-pdp] *::before,
.psc-v4-pdp[data-psc-v4-pdp] *::after {
	box-sizing: border-box;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__container {
	width: min(1384px, 100%);
	margin: 0 auto;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__breadcrumb {
	display: flex;
	min-width: 0;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px 10px;
	margin: 0 0 16px;
	color: #637692;
	font-size: 12px;
	line-height: 1.4;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__breadcrumb a {
	color: #1d4ed8;
	font-weight: 750;
	text-decoration: none;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__breadcrumb strong {
	min-width: 0;
	color: #17375f;
	overflow-wrap: anywhere;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 31fr) minmax(0, 39fr) minmax(300px, 30fr);
	grid-template-areas:
		"media identity purchase"
		"media documentation purchase";
	gap: 16px 22px;
	align-items: start;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__media-card,
.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__purchase-panel,
.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__documentation,
.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__details,
.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__related,
.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__assistance {
	min-width: 0;
	border: 1px solid #dce5f0;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 35, 71, 0.055);
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__media-card {
	grid-area: media;
	display: grid;
	gap: 10px;
	padding: 12px;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__media-stage {
	position: relative;
	display: grid;
	width: 100%;
	aspect-ratio: 1 / 1.04;
	min-height: 320px;
	place-items: center;
	overflow: hidden;
	border-radius: 7px;
	background: #eef4fa;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__zoom-link {
	position: relative;
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	padding: 18px;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__primary-image {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
	object-fit: contain;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__zoom-icon {
	position: absolute;
	top: 10px;
	right: 10px;
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border: 1px solid #cbd9e8;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.94);
	color: var(--psc-v4-pdp-primary);
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__zoom-icon svg {
	width: 22px;
	height: 22px;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__thumbnails {
	display: flex;
	gap: 8px;
	min-width: 0;
	overflow-x: auto;
	scrollbar-width: thin;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__thumbnail {
	display: grid;
	width: 64px;
	height: 64px;
	min-width: 64px;
	place-items: center;
	padding: 4px;
	border: 1px solid #d7e1ec;
	border-radius: 7px;
	background: #f8fafc;
	cursor: pointer;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__thumbnail.is-active {
	border-color: #2563eb;
	box-shadow: inset 0 0 0 1px #2563eb;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__identity {
	grid-area: identity;
	min-width: 0;
	padding: 6px 0 0;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__mode-label {
	display: inline-flex;
	max-width: 100%;
	align-items: center;
	padding: 6px 9px;
	border: 1px solid #b8d0ff;
	border-radius: 999px;
	background: #eef5ff;
	color: #1d4ed8;
	font-size: 10px;
	font-weight: 850;
	line-height: 1.2;
	text-transform: uppercase;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__mode-label--quote {
	border-color: #9fd9d2;
	background: #ecfdf9;
	color: #0f766e;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__title .product_title {
	margin: 12px 0 10px;
	color: #081f43;
	font-size: clamp(31px, 3.1vw, 44px);
	font-weight: 850;
	line-height: 1.08;
	overflow-wrap: anywhere;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__summary,
.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__summary p {
	margin: 0;
	color: #435a78;
	font-size: 14px;
	line-height: 1.55;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__summary {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__identifier-table {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	margin: 18px 0 0;
	border-top: 1px solid #dfe7f0;
	border-left: 1px solid #dfe7f0;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__identifier-table > div {
	display: grid;
	min-width: 0;
	grid-template-columns: minmax(74px, 0.42fr) minmax(0, 0.58fr);
	gap: 8px;
	padding: 9px 10px;
	border-right: 1px solid #dfe7f0;
	border-bottom: 1px solid #dfe7f0;
	background: #fbfcfe;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__identifier-table dt,
.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__identifier-table dd {
	min-width: 0;
	margin: 0;
	font-size: 11px;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__identifier-table dt {
	color: #64748b;
	font-weight: 750;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__identifier-table dd {
	color: #102f57;
	font-weight: 850;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__purchase-panel {
	grid-area: purchase;
	position: sticky;
	top: 16px;
	padding: 20px;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__section-label {
	margin: 0;
	color: #1f4f8a;
	font-size: 10px;
	font-weight: 850;
	line-height: 1.3;
	text-transform: uppercase;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__purchase-panel h2,
.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__documentation h2 {
	margin: 5px 0 0;
	color: #0b2850;
	font-size: 20px;
	line-height: 1.2;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__purchase-mode-copy {
	margin: 7px 0 0;
	color: #536983;
	font-size: 11px;
	line-height: 1.4;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__price-anchor {
	display: grid;
	gap: 6px;
	margin: 16px 0;
	padding: 14px;
	border: 1px solid #cfe0f2;
	border-radius: 8px;
	background: #f5f9ff;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__price-value .price {
	margin: 0;
	color: #071f45;
	font-size: 32px;
	font-weight: 850;
	line-height: 1.05;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__price-note {
	margin: 0;
	color: #536983;
	font-size: 11px;
	line-height: 1.4;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__cart,
.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__cart form.cart,
.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__cart .woocommerce-variation-add-to-cart {
	width: 100%;
	min-width: 0;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__cart form.cart,
.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__cart .woocommerce-variation-add-to-cart {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__cart .quantity {
	width: 132px;
	min-width: 132px;
	margin: 0 !important;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__qty-stepper {
	display: grid;
	grid-template-columns: 44px minmax(44px, 1fr) 44px;
	width: 100%;
	min-height: 52px;
	overflow: hidden;
	border: 1px solid #c8d5e4;
	border-radius: 7px;
	background: #fff;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__qty-stepper-button,
.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__cart .qty {
	width: 100%;
	height: 52px;
	min-height: 52px;
	border: 0;
	border-radius: 0;
	background: #fff;
	color: #17385f;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__qty-stepper-button {
	font-size: 18px;
	font-weight: 800;
	cursor: pointer;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__qty-stepper-button:hover,
.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__qty-stepper-button:focus-visible {
	background: #eaf2fb;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__cart .single_add_to_cart_button {
	min-width: 0;
	min-height: 52px;
	flex: 1 1 150px;
	padding: 11px 16px;
	border: 1px solid var(--psc-v4-pdp-primary);
	border-radius: 7px !important;
	background: var(--psc-v4-pdp-primary);
	box-shadow: none;
	color: #fff;
	font-size: 14px !important;
	font-weight: 850;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__purchase-panel--quote .single_add_to_cart_button {
	border-color: var(--psc-v4-pdp-primary);
	background: var(--psc-v4-pdp-primary);
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pack-selector {
	width: 100%;
	margin: 0 0 10px;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pack-selector__options {
	grid-template-columns: minmax(0, 1fr);
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__restriction-note {
	margin: 14px 0 0;
	padding: 10px 12px;
	border: 1px solid #dce5ef;
	border-radius: 7px;
	background: #f8fafc;
	color: #435a78;
	font-size: 11px;
	line-height: 1.45;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__restriction-note::before {
	display: none;
	content: none;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__documentation {
	grid-area: documentation;
	padding: 14px;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__documentation-heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__documentation-heading > strong {
	max-width: 48%;
	padding: 5px 7px;
	border-radius: 999px;
	background: #e9f8f4;
	color: #0f766e;
	font-size: 10px;
	line-height: 1.3;
	text-align: right;
	overflow-wrap: anywhere;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__documentation-list {
	display: grid;
	gap: 8px;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__document-row {
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	min-width: 0;
	min-height: 60px;
	padding: 8px 10px;
	border: 1px solid var(--psc-v4-pdp-border);
	border-radius: 7px;
	background: var(--psc-v4-pdp-card);
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__document-icon {
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border: 1px solid var(--psc-v4-pdp-border);
	border-radius: 7px;
	background: #eef5ff;
	color: var(--psc-v4-pdp-primary);
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__document-icon svg {
	width: 22px;
	height: 22px;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__document-row h3,
.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__document-row p {
	margin: 0;
	overflow-wrap: anywhere;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__document-row h3 {
	color: #102f57;
	font-size: 12px;
	line-height: 1.25;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__document-row p {
	margin-top: 2px;
	color: #64748b;
	font-size: 10px;
	line-height: 1.3;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__report-action {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-self: start;
	padding: 8px 11px;
	border: 1px solid var(--psc-v4-pdp-border);
	border-radius: 7px;
	background: #fff;
	color: var(--psc-v4-pdp-primary);
	font-size: 11px;
	font-weight: 850;
	text-decoration: none;
	white-space: nowrap;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__documentation-empty {
	margin: 0;
	padding: 10px;
	border-radius: 7px;
	background: #f8fafc;
	color: #64748b;
	font-size: 12px;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__details {
	margin-top: 22px;
	overflow: hidden;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__tabs {
	display: flex;
	gap: 8px;
	padding: 0 18px;
	border-bottom: 1px solid #dce5ef;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__tabs button {
	position: relative;
	min-height: 48px;
	padding: 10px 14px;
	border: 0;
	background: transparent;
	color: #526982;
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__tabs button[aria-selected="true"] {
	color: #1d4ed8;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__tabs button[aria-selected="true"]::after {
	position: absolute;
	right: 8px;
	bottom: -1px;
	left: 8px;
	height: 2px;
	background: #2563eb;
	content: "";
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__detail-panel {
	padding: 18px 22px;
	color: #3f5674;
	font-size: 13px;
	line-height: 1.55;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__detail-panel[hidden] {
	display: none;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__neutral-content {
	max-width: 92ch;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__neutral-content h2,
.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__neutral-content h3 {
	margin: 0;
	color: var(--psc-v4-pdp-text);
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__neutral-content h2 {
	font-size: 18px;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__neutral-content h3 {
	margin-top: 16px;
	font-size: 14px;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__neutral-content p {
	margin: 8px 0 0;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__documentation-guidance {
	padding-left: 10px;
	border-left: 3px solid var(--psc-v4-pdp-border);
	color: var(--psc-v4-pdp-secondary);
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__neutral-rows {
	display: grid;
	gap: 0;
	margin: 12px 0 0;
	border: 1px solid var(--psc-v4-pdp-border);
	border-radius: 7px;
	background: #fff;
	overflow: hidden;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__neutral-rows > div {
	display: grid;
	grid-template-columns: minmax(130px, 0.28fr) minmax(0, 0.72fr);
	gap: 12px;
	padding: 9px 11px;
	border-bottom: 1px solid var(--psc-v4-pdp-border);
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__neutral-rows > div:last-child {
	border-bottom: 0;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__neutral-rows dt,
.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__neutral-rows dd {
	margin: 0;
	overflow-wrap: anywhere;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__neutral-rows dt {
	color: var(--psc-v4-pdp-secondary);
	font-weight: 750;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__neutral-rows dd {
	color: var(--psc-v4-pdp-text);
	font-weight: 700;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__quick-summary {
	margin-top: 8px;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__accordion-trigger {
	display: none;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__overview-copy {
	display: -webkit-box;
	max-width: 92ch;
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px solid var(--psc-v4-pdp-border);
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__overview-copy.is-expanded {
	display: block;
	overflow: visible;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__overview-copy > :first-child {
	margin-top: 0;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__overview-toggle {
	min-height: 44px;
	margin-top: 8px;
	padding: 8px 0;
	border: 0;
	background: transparent;
	color: #1d4ed8;
	font-size: 12px;
	font-weight: 850;
	cursor: pointer;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__specification-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	margin: 0;
	border-top: 1px solid #e2e8f0;
	border-left: 1px solid #e2e8f0;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__specification-list > div {
	display: grid;
	grid-template-columns: minmax(110px, 0.42fr) minmax(0, 0.58fr);
	gap: 10px;
	padding: 10px;
	border-right: 1px solid #e2e8f0;
	border-bottom: 1px solid #e2e8f0;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__specification-list dt,
.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__specification-list dd {
	margin: 0;
	overflow-wrap: anywhere;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__specification-list dt {
	color: #64748b;
	font-weight: 750;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__specification-list dd {
	color: #102f57;
	font-weight: 800;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__detail-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__detail-links a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	padding: 9px 12px;
	border: 1px solid #b9cff0;
	border-radius: 7px;
	color: #1d4ed8;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__detail-report-list {
	display: grid;
	gap: 8px;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__detail-report-row {
	display: flex;
	min-width: 0;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 8px 10px;
	border: 1px solid var(--psc-v4-pdp-border);
	border-radius: 7px;
	background: #fff;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__detail-report-row span {
	display: grid;
	gap: 2px;
	color: var(--psc-v4-pdp-text);
	font-weight: 800;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__detail-report-row small {
	color: var(--psc-v4-pdp-secondary);
	font-size: 11px;
	font-weight: 650;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__detail-report-row a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	padding: 8px 11px;
	border: 1px solid var(--psc-v4-pdp-border);
	border-radius: 7px;
	background: #fff;
	color: var(--psc-v4-pdp-primary);
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__related {
	margin-top: 16px;
	padding: 16px;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__section-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__section-heading h2 {
	margin: 0;
	color: #0b2850;
	font-size: 19px;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__section-heading > a {
	color: #1d4ed8;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__related-track {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
	min-width: 0;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__related-card {
	display: grid;
	grid-template-columns: 84px minmax(0, 1fr);
	gap: 10px;
	min-width: 0;
	padding: 9px;
	border: 1px solid #dce5ef;
	border-radius: 7px;
	background: #fff;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__related-image {
	display: grid;
	width: 84px;
	height: 84px;
	place-items: center;
	border-radius: 6px;
	background: #f3f7fb;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__related-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__related-card h3 {
	margin: 0 0 6px;
	font-size: 12px;
	line-height: 1.3;
	overflow-wrap: anywhere;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__related-card h3 a {
	color: #102f57;
	text-decoration: none;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__related-price {
	color: #0b2850;
	font-size: 12px;
	font-weight: 850;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__related-price .price {
	font-size: inherit;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__related-link {
	display: inline-flex;
	min-height: 36px;
	align-items: center;
	margin-top: 7px;
	padding: 6px 10px;
	border: 1px solid var(--psc-v4-pdp-border);
	border-radius: 7px;
	background: #fff;
	color: var(--psc-v4-pdp-primary);
	font-size: 10px;
	font-weight: 850;
	text-decoration: none;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__assistance {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
	margin-top: 16px;
	padding: 16px 18px;
	border-color: #cfe0f2;
	background: #edf5ff;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__assistance-icon {
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border: 1px solid var(--psc-v4-pdp-border);
	border-radius: 8px;
	background: #fff;
	color: var(--psc-v4-pdp-primary);
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__assistance-icon svg {
	width: 22px;
	height: 22px;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__assistance h2,
.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__assistance p {
	margin: 0;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__assistance h2 {
	color: #0b2850;
	font-size: 16px;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__assistance p {
	margin-top: 4px;
	color: #526982;
	font-size: 12px;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__assistance > a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	gap: 6px;
	padding: 9px 12px;
	border: 1px solid var(--psc-v4-pdp-primary);
	border-radius: 7px;
	background: #fff;
	color: var(--psc-v4-pdp-primary);
	font-size: 12px;
	font-weight: 850;
	text-decoration: none;
}

.psc-v4-pdp[data-psc-v4-pdp] button:focus-visible,
.psc-v4-pdp[data-psc-v4-pdp] a:focus-visible {
	outline: 3px solid rgba(13, 148, 136, 0.34);
	outline-offset: 2px;
}

.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__sticky-action {
	display: none;
}

@media (max-width: 1100px) {
	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__hero-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-areas:
			"media identity"
			"documentation purchase";
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__purchase-panel {
		position: static;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__related-track {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.psc-v4-pdp[data-psc-v4-pdp] {
		padding: 10px 12px max(120px, calc(96px + env(safe-area-inset-bottom)));
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__breadcrumb {
		margin-bottom: 10px;
		font-size: 11px;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__hero-grid {
		grid-template-columns: minmax(0, 1fr);
		grid-template-areas:
			"media"
			"identity"
			"purchase"
			"documentation";
		gap: 12px;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__media-card {
		padding: 8px;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__media-stage {
		aspect-ratio: 1 / 0.96;
		min-height: 0;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__zoom-link {
		padding: 12px;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__identity {
		padding: 2px 2px 0;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__title .product_title {
		margin: 9px 0 7px;
		font-size: clamp(27px, 8vw, 32px);
		line-height: 1.1;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__summary {
		-webkit-line-clamp: 3;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__summary,
	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__summary p {
		font-size: 13px;
		line-height: 1.45;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__identifier-table {
		grid-template-columns: minmax(0, 1fr);
		margin-top: 13px;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__purchase-panel {
		padding: 15px;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__cart form.cart,
	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__cart .woocommerce-variation-add-to-cart {
		flex-direction: column;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__cart .quantity,
	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__cart .single_add_to_cart_button {
		width: 100%;
		min-width: 0;
		min-height: 52px;
		flex-basis: auto;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__documentation {
		padding: 13px;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__documentation-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__documentation-heading > strong {
		max-width: 100%;
		text-align: left;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__documentation-list {
		grid-template-columns: minmax(0, 1fr);
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__document-row {
		grid-template-columns: 40px minmax(0, 1fr) auto;
		align-items: center;
		min-height: 60px;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__document-icon {
		width: 40px;
		height: 40px;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__report-action {
		grid-column: 3;
		grid-row: 1;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__details {
		margin-top: 12px;
		border: 0;
		background: transparent;
		box-shadow: none;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__tabs {
		display: none;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__detail-sections {
		display: grid;
		gap: 8px;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__detail-section {
		overflow: hidden;
		border: 1px solid #dce5ef;
		border-radius: 8px;
		background: #fff;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__detail-section--analytical-empty {
		display: none;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__accordion-trigger {
		display: flex;
		width: 100%;
		min-height: 64px;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		padding: 14px 18px;
		border: 0;
		background: #fff;
		color: var(--psc-v4-pdp-text);
		font-size: 18px;
		font-weight: 850;
		text-align: left;
		cursor: pointer;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__accordion-trigger[aria-expanded="true"] {
		background: var(--psc-v4-pdp-background);
		color: var(--psc-v4-pdp-primary);
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__accordion-chevron {
		display: grid;
		width: 32px;
		height: 32px;
		min-width: 32px;
		place-items: center;
		border: 1px solid var(--psc-v4-pdp-border);
		border-radius: 7px;
		background: #fff;
		color: var(--psc-v4-pdp-primary);
		transition: transform 200ms ease;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__accordion-chevron svg {
		width: 20px;
		height: 20px;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__accordion-trigger[aria-expanded="true"] .psc-v4-pdp__accordion-chevron {
		transform: rotate(180deg);
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__detail-panel {
		padding: 13px 14px 15px;
		border-top: 1px solid #e2e8f0;
		font-size: 12px;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__overview-copy {
		-webkit-line-clamp: 3;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__neutral-content h2 {
		font-size: 16px;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__neutral-content h3 {
		font-size: 13px;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__neutral-rows > div {
		grid-template-columns: minmax(105px, 0.38fr) minmax(0, 0.62fr);
		gap: 8px;
		padding: 9px;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__specification-list {
		grid-template-columns: minmax(0, 1fr);
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__specification-list > div {
		grid-template-columns: minmax(96px, 0.4fr) minmax(0, 0.6fr);
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__related {
		margin-top: 12px;
		padding: 13px;
		overflow: hidden;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__related-track {
		display: flex;
		gap: 12px;
		overflow-x: auto;
		padding: 2px 2px 10px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		overscroll-behavior-inline: contain;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__related-track::-webkit-scrollbar {
		display: none;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__related-card {
		width: min(84vw, 300px);
		min-width: min(84vw, 300px);
		grid-template-columns: 78px minmax(0, 1fr);
		scroll-snap-align: start;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__section-heading > a,
	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__related-link {
		display: inline-flex;
		min-height: 44px;
		align-items: center;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__related-image {
		width: 78px;
		height: 86px;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__assistance {
		grid-template-columns: 40px minmax(0, 1fr);
		gap: 10px;
		margin-top: 12px;
		padding: 14px;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__assistance > a {
		grid-column: 2;
		justify-self: start;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__sticky-action {
		position: fixed;
		z-index: 80;
		right: 0;
		bottom: 0;
		left: 0;
		display: grid;
		grid-template-columns: minmax(0, 0.82fr) minmax(146px, 1.18fr);
		gap: 10px;
		align-items: center;
		padding: 10px max(12px, env(safe-area-inset-left)) max(10px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-right));
		border-top: 1px solid #cdd9e7;
		background: rgba(255, 255, 255, 0.97);
		box-shadow: 0 -8px 24px rgba(8, 31, 67, 0.12);
		visibility: hidden;
		pointer-events: none;
		transform: translateY(110%);
		opacity: 0;
		transition: transform 200ms ease, opacity 200ms ease, visibility 0s linear 200ms;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__sticky-action.is-active:not(.is-footer-near) {
		visibility: visible;
		pointer-events: auto;
		transform: translateY(0);
		opacity: 1;
		transition-delay: 0s;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__sticky-action.is-footer-near {
		pointer-events: none;
		transform: translateY(110%);
		opacity: 0;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__sticky-action > div {
		display: grid;
		min-width: 0;
		gap: 2px;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__sticky-action span {
		color: #64748b;
		font-size: 10px;
		font-weight: 750;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__sticky-action strong {
		min-width: 0;
		color: #102f57;
		font-size: 13px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__sticky-action button {
		min-width: 0;
		min-height: 48px;
		padding: 10px;
		border: 1px solid var(--psc-v4-pdp-primary);
		border-radius: 7px;
		background: var(--psc-v4-pdp-primary);
		color: #fff;
		font-size: 13px;
		font-weight: 850;
		cursor: pointer;
	}

	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__sticky-action[data-purchase-mode="quote"] button {
		border-color: var(--psc-v4-pdp-primary);
		background: var(--psc-v4-pdp-primary);
	}
}

@media (prefers-reduced-motion: reduce) {
	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__sticky-action,
	.psc-v4-pdp[data-psc-v4-pdp] .psc-v4-pdp__accordion-chevron {
		transition: none;
	}
}

/* PSC V4 2.6.79 Catalog mobile filter drawer. Desktop remains on the existing inline form. */
.psc-v4-catalog .psc-v4-catalog__filter-mobile-brand,
.psc-v4-catalog .psc-v4-catalog__filter-mobile-intro,
.psc-v4-catalog .psc-v4-catalog__filter-current-results,
.psc-v4-catalog .psc-v4-catalog__filter-mobile-section-heading,
.psc-v4-catalog .psc-v4-catalog__filter-mobile-actions,
.psc-v4-catalog .psc-v4-catalog__filter-accordion > h3 {
	display: none;
}

.psc-v4-catalog .psc-v4-catalog__filter-accordion,
.psc-v4-catalog .psc-v4-catalog__filter-accordion-panel {
	display: contents;
}

@media (max-width: 819.98px) {
	.psc-v4-catalog .psc-v4-catalog__filter-toggle {
		display: none;
	}

	.psc-v4-catalog .psc-v4-catalog__filter-panel {
		position: static;
		width: auto;
		max-width: none;
		overflow: visible;
		border-radius: 14px;
		transform: none;
		transition: none;
	}

	.psc-v4-catalog .psc-v4-catalog__filter-close,
	.psc-v4-catalog-route .psc-v4-catalog__filter-overlay {
		display: none;
	}

	.psc-v4-catalog .psc-v4-catalog__filter-group select,
	.psc-v4-catalog .psc-v4-catalog__filter-submit--fallback,
	.psc-v4-catalog .psc-v4-catalog__filter-reset--fallback {
		min-height: 48px;
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-toggle {
		display: inline-flex;
		min-height: 48px;
		align-items: center;
		justify-content: center;
		padding: 10px 15px;
		border: 1px solid #4169e1;
		border-radius: 8px;
		background: #fff;
		color: #4169e1;
		font-size: 13px;
		font-weight: 800;
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-panel {
		position: fixed;
		z-index: 100;
		top: 0;
		bottom: 0;
		left: 0;
		display: block;
		width: min(430px, calc(100vw - 12px));
		height: 100vh;
		height: 100dvh;
		max-width: none;
		padding: 0;
		overflow-x: hidden;
		overflow-y: auto;
		overscroll-behavior: contain;
		border: 0;
		border-radius: 0 16px 16px 0;
		background: #fff;
		box-shadow: 18px 0 42px rgba(7, 26, 61, .22);
		transform: translateX(-105%);
		transition: transform .22s ease;
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-panel.is-open {
		transform: translateX(0);
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-panel[hidden] {
		display: none;
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog__filter-overlay {
		position: fixed;
		z-index: 99;
		inset: 0;
		display: block;
		visibility: hidden;
		background: rgba(7, 26, 61, .58);
		opacity: 0;
		transition: opacity .2s ease, visibility .2s ease;
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog__filter-overlay.is-open {
		visibility: visible;
		opacity: 1;
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-heading--desktop,
	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-submit--fallback,
	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-reset--fallback {
		display: none;
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-mobile-brand {
		position: sticky;
		top: 0;
		z-index: 3;
		display: flex;
		min-height: 78px;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		padding: 13px 18px;
		border-bottom: 1px solid #d9e4f1;
		background: #fff;
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-mobile-brand img {
		display: block;
		width: min(210px, 62vw);
		height: auto;
		max-height: 46px;
		object-fit: contain;
		object-position: left center;
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-mobile-brand > strong {
		color: #071a3d;
		font-size: 17px;
		letter-spacing: 0;
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-close {
		display: inline-grid;
		width: 48px;
		height: 48px;
		flex: 0 0 48px;
		place-items: center;
		padding: 0;
		border: 0;
		border-radius: 8px;
		background: transparent;
		color: #0b1f44;
		cursor: pointer;
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-close svg {
		width: 26px;
		height: 26px;
		fill: none;
		stroke: currentColor;
		stroke-linecap: round;
		stroke-width: 1.8;
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-mobile-intro {
		display: block;
		padding: 24px 20px 16px;
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-mobile-intro h2 {
		margin: 0;
		color: #071a3d;
		font-size: 26px;
		line-height: 1.15;
		letter-spacing: 0;
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-mobile-intro p {
		margin: 10px 0 0;
		color: #60708a;
		font-size: 14px;
		line-height: 1.55;
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-current-results {
		display: flex;
		min-height: 82px;
		align-items: center;
		gap: 12px;
		margin: 0 20px 22px;
		padding: 14px;
		border: 1px solid #d9e4f1;
		border-radius: 10px;
		background: #f5f8fc;
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-current-icon,
	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-accordion-icon {
		display: inline-grid;
		width: 44px;
		height: 44px;
		flex: 0 0 44px;
		place-items: center;
		border-radius: 50%;
		background: #eaf7f7;
		color: #0f8b8d;
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-current-icon svg,
	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-accordion-icon svg {
		width: 23px;
		height: 23px;
		fill: none;
		stroke: currentColor;
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke-width: 1.8;
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-current-results > span:last-child {
		display: grid;
		min-width: 0;
		gap: 3px;
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-current-results strong {
		color: #0f7779;
		font-size: 14px;
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-current-results small {
		color: #60708a;
		font-size: 12px;
		line-height: 1.4;
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-mobile-section-heading {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		padding: 0 20px 10px;
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-mobile-section-heading strong {
		color: #60708a;
		font-size: 12px;
		text-transform: uppercase;
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-mobile-section-heading a {
		display: inline-flex;
		min-height: 48px;
		align-items: center;
		color: #0f7779;
		font-size: 13px;
		font-weight: 800;
		text-decoration: none;
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filters {
		display: grid;
		gap: 10px;
		padding: 0 20px 112px;
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-accordion,
	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-accordion-panel {
		display: block;
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-accordion {
		overflow: hidden;
		border: 1px solid #d9e4f1;
		border-radius: 10px;
		background: #fff;
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-accordion > h3 {
		display: block;
		margin: 0;
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-accordion-trigger {
		display: grid;
		width: 100%;
		min-height: 76px;
		grid-template-columns: 44px minmax(0, 1fr) auto 24px;
		align-items: center;
		gap: 11px;
		padding: 12px;
		border: 0;
		background: #fff;
		color: #0b1f44;
		text-align: left;
		cursor: pointer;
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-accordion-copy {
		display: grid;
		min-width: 0;
		gap: 3px;
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-accordion-copy strong {
		color: #0b1f44;
		font-size: 15px;
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-accordion-copy small {
		color: #60708a;
		font-size: 12px;
		line-height: 1.35;
		overflow-wrap: anywhere;
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-selected-badge {
		display: inline-grid;
		min-width: 34px;
		height: 32px;
		place-items: center;
		padding: 0 8px;
		border-radius: 8px;
		background: #f0f4f8;
		color: #60708a;
		font-size: 13px;
		font-weight: 850;
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-accordion.is-selected .psc-v4-catalog__filter-selected-badge {
		background: #dff4f2;
		color: #0f7779;
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-chevron {
		width: 22px;
		height: 22px;
		fill: none;
		stroke: #0b1f44;
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke-width: 1.8;
		transition: transform .18s ease;
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-accordion-trigger[aria-expanded="true"] .psc-v4-catalog__filter-chevron {
		transform: rotate(180deg);
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-accordion-panel {
		padding: 0 12px 14px;
		border-top: 1px solid #e7edf5;
		background: #f9fbfd;
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-accordion-panel[hidden] {
		display: none;
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-group {
		display: grid;
		gap: 8px;
		padding: 14px 0 0;
		border: 0;
		border-radius: 0;
		background: transparent;
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-group strong {
		color: #0b1f44;
		font-size: 12px;
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-group select {
		width: 100%;
		min-height: 50px;
		padding: 10px 38px 10px 12px;
		border: 1px solid #b9c9dd;
		border-radius: 8px;
		background-color: #fff;
		color: #0b1f44;
		font-size: 14px;
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-mobile-actions {
		position: sticky;
		z-index: 4;
		bottom: 0;
		display: grid;
		grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
		gap: 10px;
		padding: 13px 16px calc(13px + env(safe-area-inset-bottom));
		border-top: 1px solid #d9e4f1;
		background: rgba(255, 255, 255, .98);
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-mobile-clear,
	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-mobile-primary {
		display: inline-flex;
		min-width: 0;
		min-height: 52px;
		align-items: center;
		justify-content: center;
		padding: 10px 12px;
		border-radius: 8px;
		font-size: 14px;
		font-weight: 850;
		line-height: 1.25;
		text-align: center;
		text-decoration: none;
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-mobile-clear {
		border: 1px solid #4169e1;
		background: #fff;
		color: #4169e1;
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-mobile-primary {
		border: 1px solid #4169e1;
		background: #4169e1;
		color: #fff;
		cursor: pointer;
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-toggle:focus-visible,
	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-close:focus-visible,
	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-accordion-trigger:focus-visible,
	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-mobile-clear:focus-visible,
	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-mobile-primary:focus-visible {
		outline: 3px solid rgba(65, 105, 225, .32);
		outline-offset: 2px;
	}
}

@media (max-width: 420px) {
	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-mobile-intro,
	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-mobile-section-heading {
		padding-right: 16px;
		padding-left: 16px;
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-current-results {
		margin-right: 16px;
		margin-left: 16px;
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filters {
		padding-right: 16px;
		padding-left: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-panel,
	.psc-v4-catalog-filters-enhanced .psc-v4-catalog__filter-overlay,
	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-chevron {
		transition: none;
	}
}

/* PSC V4 2.6.81 Catalog discovery surface. H5-only additions; desktop remains frozen. */
.psc-v4-catalog .psc-v4-catalog__hero-title-mobile,
.psc-v4-catalog .psc-v4-catalog__hero-copy-mobile,
.psc-v4-catalog .psc-v4-catalog__discovery-mobile,
.psc-v4-catalog .psc-v4-catalog__filter-utility,
.psc-v4-catalog .psc-v4-catalog__results-total-mobile,
.psc-v4-catalog .psc-v4-catalog__sticky-filter-wrap {
	display: none;
}

.psc-v4-catalog .psc-v4-catalog__hero-title-desktop,
.psc-v4-catalog .psc-v4-catalog__hero-copy-desktop {
	display: inline;
}

/* Keep the Catalog shell in its established mobile form through the H5 boundary. */
@media (min-width: 768px) and (max-width: 819.98px) {
	.psc-v4-catalog-route .psc-v4-home-shell__main {
		grid-template-columns: minmax(0, 1fr) auto;
		padding: 9px 14px;
		gap: 10px;
	}

	.psc-v4-catalog-route .psc-v4-home-shell__tools {
		display: grid;
		grid-template-columns: 44px 44px 44px;
		grid-template-areas: "menu account search";
		grid-column: 2;
		grid-row: 1;
		gap: 6px;
	}

	.psc-v4-catalog-route .psc-v4-home-shell__tools .psc-v4-home-shell__cart-link,
	.psc-v4-catalog-route .psc-v4-home-shell__tools .psc-v4-home-shell__request-link {
		display: none !important;
	}

	.psc-v4-catalog-route .psc-v4-home-shell__menu-toggle,
	.psc-v4-catalog-route .psc-v4-home-shell__search-toggle {
		display: inline-grid;
		width: 44px;
		height: 44px;
	}

	.psc-v4-catalog-route .psc-v4-home-shell__menu-toggle {
		grid-area: menu;
	}

	.psc-v4-catalog-route .psc-v4-home-shell__account-cart {
		grid-area: account;
		width: 44px;
		height: 44px;
		min-width: 44px;
		min-height: 44px;
	}

	.psc-v4-catalog-route .psc-v4-home-shell__search-toggle {
		grid-area: search;
	}

	.psc-v4-catalog-route .psc-v4-home-shell__tools .psc-v4-home-shell__search {
		display: none;
		grid-column: 1 / -1;
		grid-row: 2;
		width: 100%;
		min-width: 0;
		height: 44px;
	}

	.psc-v4-catalog-route .psc-v4-home-shell__tools .psc-v4-home-shell__search.is-open {
		display: grid;
	}

	.psc-v4-catalog-route .psc-v4-home-shell__nav {
		display: none;
		grid-template-columns: 1fr;
		grid-column: 1 / -1;
		grid-row: 3;
		gap: 6px;
		padding-top: 8px;
	}

	.psc-v4-catalog-route .psc-v4-home-shell__nav.is-open {
		display: grid;
	}

	.psc-v4-catalog-route .psc-v4-home-shell__nav a {
		min-height: 44px;
		padding: 11px 12px;
		text-align: left;
		white-space: nowrap;
	}

	.psc-v4-catalog-route .psc-v4-home-shell__nav .psc-v4-home-shell__mobile-account,
	.psc-v4-catalog-route .psc-v4-home-shell__nav .psc-v4-home-shell__mobile-cart {
		display: block;
	}
}

@media (max-width: 819.98px) {
	.psc-v4-catalog {
		margin-top: 0;
		padding: 0 14px 104px;
		overflow-x: clip;
		background: #f5f8fc;
	}

	.psc-v4-catalog .psc-v4-catalog__container {
		width: 100%;
		max-width: none;
	}

	.psc-v4-catalog .psc-v4-catalog__breadcrumb {
		display: flex;
		min-height: 42px;
		align-items: center;
		gap: 9px;
		padding: 7px 2px;
		box-sizing: border-box;
		font-size: 13px;
		line-height: 1.3;
	}

	.psc-v4-catalog .psc-v4-catalog__breadcrumb a:first-child {
		color: #60708a;
		font-weight: 600;
	}

	.psc-v4-catalog .psc-v4-catalog__breadcrumb a[aria-current="page"] {
		color: #0b1f44;
		font-weight: 800;
	}

	.psc-v4-catalog .psc-v4-catalog__breadcrumb > span {
		color: #94a3b8;
	}

	.psc-v4-catalog .psc-v4-catalog__hero {
		position: relative;
		isolation: isolate;
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		grid-template-rows: auto auto;
		align-content: center;
		gap: 14px;
		min-height: 360px;
		margin: 10px 0 0;
		padding: 24px 20px 22px;
		overflow: hidden;
		border: 0;
		border-radius: 18px;
		background: #f8fbff;
		box-shadow: 0 10px 24px rgba(7, 26, 61, .16);
	}

	.psc-v4-catalog .psc-v4-catalog__hero::before {
		position: absolute;
		z-index: -2;
		inset: 0;
		width: 100%;
		height: 100%;
		background: url("../images/catalog/veridia-catalog-hero-desktop-v3.png") 60% center / auto 100% no-repeat;
		content: "";
		filter: none;
		opacity: 1;
		pointer-events: none;
	}

	.psc-v4-catalog .psc-v4-catalog__hero::after {
		position: absolute;
		z-index: -1;
		inset: 0;
		background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .98) 42%, rgba(255, 255, 255, .7) 64%, rgba(255, 255, 255, 0) 90%);
		content: "";
		pointer-events: none;
	}

	.psc-v4-catalog .psc-v4-catalog__hero-copy {
		position: relative;
		z-index: 1;
		grid-column: 1;
		grid-row: 1;
		width: min(100%, 430px);
		max-width: 58%;
	}

	.psc-v4-catalog .psc-v4-catalog__hero-title-desktop,
	.psc-v4-catalog .psc-v4-catalog__hero-copy-desktop {
		display: none;
	}

	.psc-v4-catalog .psc-v4-catalog__hero-title-mobile,
	.psc-v4-catalog .psc-v4-catalog__hero-copy-mobile {
		display: inline;
	}

	.psc-v4-catalog .psc-v4-catalog__hero .psc-v4-catalog__eyebrow {
		display: inline-flex;
		min-height: 28px;
		align-items: center;
		padding: 4px 10px;
		border: 1px solid rgba(37, 99, 217, .28);
		border-radius: 999px;
		background: rgba(255, 255, 255, .78);
		color: #2563d9;
		font-size: 10px;
		letter-spacing: .12em;
	}

	.psc-v4-catalog .psc-v4-catalog__hero h1 {
		margin: 12px 0 10px;
		color: #102958;
		font-size: clamp(34px, 10.4vw, 44px);
		line-height: 1.04;
		letter-spacing: 0;
	}

	.psc-v4-catalog .psc-v4-catalog__hero p {
		max-width: 34em;
		margin: 0;
		color: #365274;
		font-size: 15px;
		line-height: 1.5;
	}

	.psc-v4-catalog .psc-v4-catalog__hero .psc-v4-catalog__context {
		display: none;
	}

	.psc-v4-catalog .psc-v4-catalog__workflow {
		position: relative;
		z-index: 1;
		display: block;
		grid-column: 1;
		grid-row: 2;
		width: min(100%, 300px);
		max-width: 58%;
		margin: 0;
		padding: 11px 13px;
		border-color: rgba(177, 199, 229, .72);
		background: rgba(255, 255, 255, .88);
	}

	.psc-v4-catalog .psc-v4-catalog__workflow ol {
		gap: 6px;
		margin-top: 8px;
	}

	.psc-v4-catalog .psc-v4-catalog__workflow li {
		gap: 7px;
		font-size: 11px;
		line-height: 1.3;
	}

	.psc-v4-catalog .psc-v4-catalog__workflow li b {
		width: 20px;
		height: 20px;
		flex-basis: 20px;
		font-size: 10px;
	}

	.psc-v4-catalog .psc-v4-catalog__discovery-mobile {
		display: block;
		margin-top: 20px;
	}

	.psc-v4-catalog .psc-v4-catalog__search-form {
		position: relative;
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: stretch;
		gap: 8px;
		margin: 0;
	}

	.psc-v4-catalog .psc-v4-catalog__search-form .screen-reader-text {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}

	.psc-v4-catalog .psc-v4-catalog__search-form input[type="search"] {
		grid-column: 1;
		width: 100%;
		min-width: 0;
		min-height: 54px;
		padding: 12px 12px 12px 39px;
		border: 1px solid #d9e4f1;
		border-radius: 10px;
		background: #fff;
		color: #0b1f44;
		font-size: 14px;
	}

	.psc-v4-catalog .psc-v4-catalog__search-form button {
		grid-column: 2;
		min-width: 82px;
		min-height: 54px;
		padding: 10px 15px;
		border: 1px solid #4169e1;
		border-radius: 10px;
		background: #4169e1;
		color: #fff;
		font-size: 13px;
		font-weight: 850;
	}

	.psc-v4-catalog .psc-v4-catalog__search-icon {
		position: absolute;
		z-index: 1;
		width: 22px;
		height: 22px;
		margin: 16px 0 0 12px;
		color: #60708a;
		pointer-events: none;
	}

	.psc-v4-catalog .psc-v4-catalog__search-icon svg {
		width: 100%;
		height: 100%;
		fill: none;
		stroke: currentColor;
		stroke-linecap: round;
		stroke-width: 1.8;
	}

	.psc-v4-catalog .psc-v4-catalog__trust-list {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 0;
		margin-top: 14px;
		padding: 10px 0;
		border-top: 1px solid rgba(158, 217, 215, .25);
		border-bottom: 1px solid rgba(158, 217, 215, .25);
	}

	.psc-v4-catalog .psc-v4-catalog__trust-list span {
		display: grid;
		grid-template-columns: 22px minmax(0, 1fr);
		min-width: 0;
		align-items: center;
		gap: 6px;
		padding: 2px 7px;
		color: rgba(255, 255, 255, .82);
		font-size: 12px;
		line-height: 1.25;
		word-break: normal;
	}

	.psc-v4-catalog .psc-v4-catalog__trust-list span:not(:last-child) {
		border-right: 1px solid rgba(158, 217, 215, .3);
	}

	.psc-v4-catalog .psc-v4-catalog__trust-list svg {
		width: 21px;
		height: 21px;
		fill: none;
		color: #9ed9d7;
		stroke: currentColor;
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke-width: 1.6;
	}

	.psc-v4-catalog .psc-v4-catalog__popular {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
		gap: 8px;
		margin-top: 12px;
	}

	.psc-v4-catalog .psc-v4-catalog__popular strong {
		grid-column: 1 / -1;
		color: rgba(255, 255, 255, .9);
		font-size: 13px;
		font-weight: 800;
	}

	.psc-v4-catalog .psc-v4-catalog__popular a {
		display: inline-flex;
		min-width: 0;
		min-height: 68px;
		align-items: center;
		justify-content: flex-start;
		gap: 9px;
		padding: 9px 11px;
		border: 1px solid rgba(255, 255, 255, .26);
		border-radius: 10px;
		background: rgba(16, 54, 112, .48);
		color: #fff;
		font-size: 12px;
		font-weight: 700;
		line-height: 1.25;
		text-align: left;
		text-decoration: none;
	}

	.psc-v4-catalog .psc-v4-catalog__category-icon {
		display: inline-grid;
		width: 24px;
		height: 24px;
		flex: 0 0 24px;
		place-items: center;
		color: #9ed9d7;
	}

	.psc-v4-catalog .psc-v4-catalog__category-icon svg {
		display: block;
		width: 22px;
		height: 22px;
		fill: none;
		stroke: currentColor;
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke-width: 1.6;
	}

	.psc-v4-catalog .psc-v4-catalog__category-label {
		min-width: 0;
		overflow-wrap: anywhere;
	}

	.psc-v4-catalog .psc-v4-catalog__filter-utility {
		display: flex;
		width: 100%;
		min-height: 64px;
		align-items: center;
		gap: 11px;
		margin-top: 14px;
		padding: 11px 15px;
		border: 1px solid #d5e1ef;
		border-radius: 13px;
		background: #fff;
		box-shadow: 0 7px 18px rgba(18, 58, 112, .08);
		color: #0b1f44;
		font-size: 14px;
		font-weight: 850;
		text-align: left;
	}

	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-utility {
		display: flex;
		min-height: 64px;
		justify-content: flex-start;
		gap: 11px;
		padding: 11px 15px;
		border: 1px solid #d5e1ef;
		border-radius: 13px;
		background: #fff;
		color: #0b1f44;
		font-size: 14px;
		font-weight: 850;
	}

	.psc-v4-catalog .psc-v4-catalog__filter-utility-icon,
	.psc-v4-catalog .psc-v4-catalog__filter-utility-chevron {
		display: inline-flex;
		width: 24px;
		height: 24px;
		flex: 0 0 24px;
		align-items: center;
		justify-content: center;
	}

	.psc-v4-catalog .psc-v4-catalog__filter-utility-icon svg,
	.psc-v4-catalog .psc-v4-catalog__filter-utility-chevron svg {
		width: 22px;
		height: 22px;
		fill: none;
		stroke: currentColor;
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke-width: 1.8;
	}

	.psc-v4-catalog .psc-v4-catalog__filter-utility-label {
		min-width: 0;
		flex: 1 1 auto;
	}

	.psc-v4-catalog .psc-v4-catalog__filter-utility-chevron {
		margin-left: auto;
		color: #60708a;
	}

	.psc-v4-catalog .psc-v4-catalog__results {
		margin-top: 17px;
	}

	.psc-v4-catalog .psc-v4-catalog__toolbar {
		display: grid;
		gap: 0;
		margin: 0 0 11px;
	}

	.psc-v4-catalog .psc-v4-catalog__toolbar > div:first-child {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: baseline;
		justify-content: space-between;
		gap: 8px;
	}

	.psc-v4-catalog .psc-v4-catalog__toolbar h2 {
		font-size: 20px;
		white-space: nowrap;
	}

	.psc-v4-catalog .psc-v4-catalog__results-total-desktop {
		display: none;
	}

	.psc-v4-catalog .psc-v4-catalog__results-total-mobile {
		display: inline;
		white-space: nowrap;
	}

	.psc-v4-catalog .psc-v4-catalog__toolbar strong {
		font-size: 12px;
		font-weight: 650;
	}

	.psc-v4-catalog .psc-v4-catalog__toolbar-actions {
		display: none;
	}

	.psc-v4-catalog .psc-v4-catalog__sort-control,
	.psc-v4-catalog .psc-v4-catalog__sort-control select {
		width: auto;
		min-width: 0;
		min-height: 46px;
		box-sizing: border-box;
	}

	.psc-v4-catalog .psc-v4-catalog__applied-badge {
		display: inline-grid;
		min-width: 24px;
		height: 24px;
		place-items: center;
		border-radius: 50%;
		background: #e3f4f3;
		color: #0f7779;
		font-size: 11px;
	}

	.psc-v4-catalog .psc-v4-catalog__applied-badge[aria-hidden="true"] {
		display: none;
	}

	.psc-v4-catalog .psc-v4-catalog__sort-control {
		display: inline-flex;
		align-items: center;
		gap: 6px;
		color: #526b8d;
		font-size: 12px;
		font-weight: 800;
	}

	.psc-v4-catalog .psc-v4-catalog__sort-control > span {
		position: static;
		width: auto;
		height: auto;
		padding: 0;
		margin: 0;
		overflow: visible;
		clip: auto;
		white-space: nowrap;
	}

	.psc-v4-catalog .psc-v4-catalog__sort-control > span::after {
		content: ":";
	}

	.psc-v4-catalog .psc-v4-catalog__sort-control select {
		min-width: 118px;
		padding: 10px 32px 10px 11px;
		border: 1px solid #d9e4f1;
		border-radius: 8px;
		background: #fff;
		color: #0b1f44;
		font-size: 12px;
	}

	.psc-v4-catalog .psc-v4-catalog__product-list {
		width: 100%;
		max-width: none;
		overflow: hidden;
		border: 0;
		background: transparent;
	}

	.psc-v4-catalog .psc-v4-catalog__product-row,
	.psc-v4-catalog .psc-v4-catalog__product-card {
		width: 100%;
		max-width: none;
		box-sizing: border-box;
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 0;
		margin-bottom: 8px;
		padding: 12px;
		border: 1px solid #d9e4f1;
		border-radius: 10px;
		background: #fff;
		box-shadow: 0 5px 14px rgba(7, 26, 61, .05);
	}

	.psc-v4-catalog .psc-v4-catalog__product-row > *,
	.psc-v4-catalog .psc-v4-catalog__product-card > *,
	.psc-v4-catalog .psc-v4-h5-card__identity,
	.psc-v4-catalog .psc-v4-h5-card__spec,
	.psc-v4-catalog .psc-v4-h5-card__docs,
	.psc-v4-catalog .psc-v4-h5-card__procurement,
	.psc-v4-catalog .psc-v4-h5-card__price,
	.psc-v4-catalog .psc-v4-h5-card__actions {
		grid-column: 1 / -1 !important;
		width: 100%;
		min-width: 0;
		max-width: none;
		box-sizing: border-box;
	}

	.psc-v4-catalog .psc-v4-h5-card__identity {
		display: flex;
		align-items: flex-start;
		gap: 10px;
		padding-bottom: 8px;
		border-bottom: 0;
	}

	.psc-v4-catalog .psc-v4-h5-card__image,
	.psc-v4-catalog .psc-v4-h5-card__image img {
		width: 92px;
		min-width: 92px;
		height: 100px;
		min-height: 100px;
		object-fit: contain;
	}

	.psc-v4-catalog .psc-v4-h5-card__content {
		flex: 1;
		min-width: 0;
	}

	.psc-v4-catalog .psc-v4-h5-card__content h3,
	.psc-v4-catalog .psc-v4-h5-card__content h3 a,
	.psc-v4-catalog .psc-v4-h5-card__content p,
	.psc-v4-catalog .psc-v4-h5-card__content .psc-v4-catalog__product-code {
		overflow-wrap: anywhere;
		word-break: normal;
	}

	.psc-v4-catalog .psc-v4-h5-card__content h3 {
		margin: 2px 0 4px;
		font-size: 18px;
		line-height: 1.2;
	}

	.psc-v4-catalog .psc-v4-h5-card__spec,
	.psc-v4-catalog .psc-v4-h5-card__docs,
	.psc-v4-catalog .psc-v4-h5-card__procurement,
	.psc-v4-catalog .psc-v4-h5-card__price,
	.psc-v4-catalog .psc-v4-h5-card__actions {
		padding-top: 8px;
		border-top: 1px solid #e8eef6;
	}

	.psc-v4-catalog .psc-v4-h5-card__docs {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 5px;
	}

	.psc-v4-catalog .psc-v4-h5-card__docs > strong,
	.psc-v4-catalog .psc-v4-h5-card [data-label]::before {
		display: none !important;
	}

	.psc-v4-catalog .psc-v4-h5-card__docs .psc-v4-catalog__doc-status {
		min-height: 32px;
		padding: 4px 6px;
		font-size: 10px;
	}

	.psc-v4-catalog .psc-v4-h5-card__procurement {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 8px;
	}

	.psc-v4-catalog .psc-v4-h5-card__procurement > strong {
		display: inline;
		color: #60708a;
		font-size: 11px;
	}

	.psc-v4-catalog .psc-v4-h5-card__price {
		display: flex;
		flex-wrap: wrap;
		align-items: baseline;
		justify-content: space-between;
		gap: 5px 10px;
	}

	.psc-v4-catalog .psc-v4-catalog__reference-price--h5-quote {
		display: none;
	}

	.psc-v4-catalog .psc-v4-h5-card__actions {
		display: flex;
		flex-direction: column;
		gap: 6px;
	}

	.psc-v4-catalog .psc-v4-h5-card__actions a,
	.psc-v4-catalog .psc-v4-h5-card__actions span {
		width: 100%;
		min-height: 48px;
		box-sizing: border-box;
	}

	.psc-v4-catalog .psc-v4-catalog__sticky-filter-wrap {
		padding-bottom: env(safe-area-inset-bottom);
	}

	.psc-v4-catalog-route.psc-v4-catalog-filters-enhanced .psc-v4-catalog__sticky-filter-wrap.is-active,
	body.psc-v4-catalog-filters-enhanced .psc-v4-catalog-route .psc-v4-catalog__sticky-filter-wrap.is-active {
		position: fixed;
		z-index: 80;
		right: 0;
		bottom: 0;
		left: 0;
		display: block;
		padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
		background: rgba(245, 248, 252, .97);
		box-shadow: 0 -3px 12px rgba(7, 26, 61, .08);
	}

	.psc-v4-catalog .psc-v4-catalog__sticky-filter {
		display: flex;
		width: 100%;
		min-height: 54px;
		align-items: center;
		justify-content: center;
		gap: 9px;
		padding: 10px 14px;
		border: 1px solid #4169e1;
		border-radius: 8px;
		background: #fff;
		color: #0b1f44;
		font-size: 13px;
		font-weight: 850;
	}

	.psc-v4-catalog .psc-v4-catalog__sticky-filter svg {
		width: 20px;
		height: 20px;
		fill: none;
		stroke: currentColor;
		stroke-linecap: round;
		stroke-width: 1.7;
	}

	.psc-v4-catalog .psc-v4-catalog__sticky-filter b {
		display: inline-grid;
		min-width: 24px;
		height: 24px;
		place-items: center;
		border-radius: 50%;
		background: #e3f4f3;
		color: #0f7779;
		font-size: 11px;
	}

	.psc-v4-catalog .psc-v4-catalog__sticky-filter b[aria-hidden="true"] {
		display: none;
	}
}

@media (max-width: 768px) {
	.psc-v4-catalog {
		padding-top: 24px;
		padding-bottom: 36px;
	}

	.psc-v4-catalog .psc-v4-catalog__breadcrumb {
		min-height: 0;
		margin: 0 0 18px;
		padding-top: 0;
		padding-bottom: 0;
		line-height: 1.4;
	}

	.psc-v4-catalog .psc-v4-catalog__hero {
		height: auto;
		min-height: 0;
		align-content: start;
		gap: 16px;
		margin-top: 0;
		padding: 22px 20px;
	}

	.psc-v4-catalog .psc-v4-catalog__hero::before {
		inset: 0 0 auto auto;
		width: 64%;
		height: 210px;
		background: url("../images/catalog/veridia-catalog-hero-desktop-v3.png") 62% center / auto 100% no-repeat;
		filter: none;
		opacity: 1;
	}

	.psc-v4-catalog .psc-v4-catalog__hero::after {
		inset: 0 0 auto 0;
		height: 210px;
		background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .98) 42%, rgba(255, 255, 255, .68) 63%, rgba(255, 255, 255, 0) 86%);
	}

	.psc-v4-catalog .psc-v4-catalog__hero-copy {
		width: 100%;
		max-width: none;
	}

	.psc-v4-catalog .psc-v4-catalog__hero h1 {
		max-width: 62%;
		margin: 10px 0 9px;
		font-size: clamp(38px, 10.2vw, 42px);
		line-height: 1.06;
	}

	.psc-v4-catalog .psc-v4-catalog__hero p {
		max-width: 62%;
		font-size: 16px;
		line-height: 1.45;
	}

	.psc-v4-catalog .psc-v4-catalog__discovery-mobile {
		position: relative;
		z-index: 1;
		margin-top: 18px;
	}

	.psc-v4-catalog .psc-v4-catalog__search-form {
		gap: 8px;
	}

	.psc-v4-catalog .psc-v4-catalog__search-form input[type="search"],
	.psc-v4-catalog .psc-v4-catalog__search-form button {
		min-height: 50px;
	}

	.psc-v4-catalog .psc-v4-catalog__search-form button {
		min-width: 72px;
		padding-right: 12px;
		padding-left: 12px;
	}

	.psc-v4-catalog .psc-v4-catalog__search-icon {
		margin-top: 14px;
	}

	.psc-v4-catalog .psc-v4-catalog__trust-list {
		min-height: 54px;
		margin-top: 14px;
		padding: 6px 0;
		border-color: #dbe6f2;
		background: rgba(255, 255, 255, .74);
	}

	.psc-v4-catalog .psc-v4-catalog__trust-list span {
		grid-template-columns: 19px minmax(0, 1fr);
		gap: 5px;
		min-height: 42px;
		padding: 3px 6px;
		color: #284b74;
		font-size: 10px;
		line-height: 1.15;
	}

	.psc-v4-catalog .psc-v4-catalog__trust-list span:not(:last-child) {
		border-right-color: #dbe6f2;
	}

	.psc-v4-catalog .psc-v4-catalog__trust-list svg {
		width: 19px;
		height: 19px;
		color: #2563d9;
	}

	.psc-v4-catalog .psc-v4-catalog__popular {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		margin-top: 14px;
	}

	.psc-v4-catalog .psc-v4-catalog__popular strong {
		color: #102958;
		font-size: 13px;
	}

	.psc-v4-catalog .psc-v4-catalog__popular a {
		min-height: 58px;
		padding: 8px 10px;
		border-color: #d7e3f0;
		background: rgba(255, 255, 255, .9);
		color: #173b73;
	}

	.psc-v4-catalog .psc-v4-catalog__category-icon {
		color: #2563d9;
	}

	.psc-v4-catalog .psc-v4-catalog__workflow {
		width: 100%;
		max-width: none;
		padding: 12px 14px;
		background: rgba(255, 255, 255, .94);
	}

	.psc-v4-catalog .psc-v4-catalog__workflow ol {
		gap: 6px;
		margin-top: 8px;
	}

	.psc-v4-catalog .psc-v4-catalog__workflow li {
		font-size: 12px;
	}

	.psc-v4-catalog .psc-v4-catalog__results {
		margin-top: 24px;
	}

	.psc-v4-catalog .psc-v4-catalog__filter-utility,
	.psc-v4-catalog-filters-enhanced .psc-v4-catalog .psc-v4-catalog__filter-utility {
		min-height: 52px;
		margin: 10px 0 14px;
		padding: 9px 14px;
	}

	.psc-v4-catalog-route.psc-v4-catalog-filters-enhanced .psc-v4-catalog__sticky-filter-wrap.is-active,
	body.psc-v4-catalog-filters-enhanced .psc-v4-catalog-route .psc-v4-catalog__sticky-filter-wrap.is-active {
		position: static;
		display: none;
	}
}

@media (max-width: 430px) {
	.psc-v4-catalog {
		padding-top: 20px;
	}

	.psc-v4-catalog .psc-v4-catalog__breadcrumb {
		margin-bottom: 16px;
	}

	.psc-v4-catalog .psc-v4-catalog__search-form input[type="search"] {
		padding-right: 8px;
		padding-left: 34px;
		font-size: 11px;
	}

	.psc-v4-catalog .psc-v4-catalog__search-icon {
		width: 18px;
		height: 18px;
		margin: 16px 0 0 10px;
	}

	.psc-v4-catalog .psc-v4-h5-card__docs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.psc-v4-catalog .psc-v4-h5-card__docs .psc-v4-catalog__doc-status {
		display: flex;
		min-height: 32px;
		align-items: center;
		justify-content: space-between;
		gap: 8px;
		padding: 4px 6px;
		text-align: left;
	}

	.psc-v4-catalog .psc-v4-h5-card__docs .psc-v4-catalog__docs-neutral {
		grid-column: 1 / -1;
	}
}

@media (max-width: 359px) {
	.psc-v4-catalog .psc-v4-catalog__trust-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.psc-v4-catalog .psc-v4-catalog__trust-list span {
		grid-template-columns: 18px minmax(0, 1fr);
		gap: 4px;
		min-height: 0;
		padding: 4px;
		font-size: 10px;
	}

	.psc-v4-catalog .psc-v4-catalog__trust-list span:not(:last-child) {
		border-right: 1px solid rgba(158, 217, 215, .3);
		border-bottom: 0;
	}

	.psc-v4-catalog .psc-v4-catalog__trust-list svg {
		width: 18px;
		height: 18px;
	}

	.psc-v4-catalog .psc-v4-catalog__toolbar > div:first-child {
		grid-template-columns: minmax(0, 1fr);
		align-items: start;
		gap: 2px;
	}

	.psc-v4-catalog .psc-v4-catalog__search-form {
		grid-template-columns: minmax(0, 1fr);
	}

	.psc-v4-catalog .psc-v4-catalog__search-form input[type="search"],
	.psc-v4-catalog .psc-v4-catalog__search-form button {
		grid-column: 1;
		width: 100%;
	}

	.psc-v4-catalog .psc-v4-catalog__search-form input[type="search"] {
		padding-right: 8px;
		padding-left: 34px;
		font-size: 12px;
	}

	.psc-v4-catalog .psc-v4-catalog__search-icon {
		width: 18px;
		height: 18px;
		margin: 16px 0 0 10px;
	}

	.psc-v4-catalog .psc-v4-h5-card__docs {
		grid-template-columns: 1fr;
	}

	.psc-v4-catalog .psc-v4-h5-card__docs .psc-v4-catalog__docs-neutral {
		grid-column: auto;
	}

	.psc-v4-catalog .psc-v4-h5-card__image,
	.psc-v4-catalog .psc-v4-h5-card__image img {
		width: 86px;
		min-width: 86px;
		height: 94px;
		min-height: 94px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.psc-v4-catalog .psc-v4-catalog__sticky-filter,
	.psc-v4-catalog .psc-v4-catalog__popular a {
		transition: none;
	}
}

/* Product Data search route: scientific product-discovery presentation. */
.psc-v4-product-data .psc-v4-product-data__discovery {
	width: min(1180px, 100%);
	margin: 0 auto;
}

.psc-v4-product-data .psc-v4-product-data__discovery-breadcrumb {
	display: flex;
	min-height: 42px;
	align-items: center;
	gap: 10px;
	color: #64748b;
	font-size: 13px;
	font-weight: 650;
}

.psc-v4-product-data .psc-v4-product-data__discovery-breadcrumb a {
	color: #0f2b5b;
	text-decoration: underline;
	text-decoration-color: #93c5fd;
	text-underline-offset: 4px;
}

.psc-v4-product-data .psc-v4-product-data__discovery-breadcrumb strong {
	color: #0b2450;
}

.psc-v4-product-data .psc-v4-product-data__discovery-hero {
	position: relative;
	display: flex;
	min-height: 300px;
	padding: 52px 58px 82px;
	align-items: center;
	overflow: hidden;
	border: 1px solid #dce8f5;
	border-radius: 18px;
	background: linear-gradient(112deg, #fafdff 0%, #f5faff 58%, #eaf4ff 100%);
	box-shadow: 0 14px 34px rgba(19, 57, 105, .08);
}

.psc-v4-product-data .psc-v4-product-data__discovery-copy {
	position: relative;
	z-index: 1;
	max-width: 650px;
}

.psc-v4-product-data .psc-v4-product-data__discovery-eyebrow {
	margin: 0 0 14px;
	color: #0f8c8c;
	font-size: 13px;
	font-weight: 850;
	letter-spacing: 0;
}

.psc-v4-product-data .psc-v4-product-data__discovery-hero h1 {
	max-width: 620px;
	margin: 0;
	color: #071b45;
	font-size: 46px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.08;
}

.psc-v4-product-data .psc-v4-product-data__discovery-hero .psc-v4-product-data__discovery-copy > p:last-child {
	max-width: 610px;
	margin: 20px 0 0;
	color: #536987;
	font-size: 17px;
	line-height: 1.65;
}

.psc-v4-product-data .psc-v4-product-data__discovery-pattern {
	position: absolute;
	top: -6px;
	right: -28px;
	width: min(54%, 620px);
	height: calc(100% + 12px);
	color: #8fc4e8;
	opacity: .22;
	pointer-events: none;
}

.psc-v4-product-data .psc-v4-product-data__discovery-search {
	position: relative;
	z-index: 2;
	width: min(840px, calc(100% - 48px));
	margin: -48px auto 0;
	padding: 26px;
	border: 1px solid #d7e2ee;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 16px 34px rgba(18, 52, 91, .12);
}

.psc-v4-product-data .psc-v4-product-data__discovery-form {
	margin: 0;
}

.psc-v4-product-data .psc-v4-product-data__discovery-form > label {
	color: #0b2450;
	font-size: 16px;
	font-weight: 800;
}

.psc-v4-product-data .psc-v4-product-data__discovery-form .psc-v4-product-data__discovery-search-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 148px;
	gap: 10px;
}

.psc-v4-product-data .psc-v4-product-data__discovery-input {
	position: relative;
	display: flex;
	min-width: 0;
	align-items: center;
}

.psc-v4-product-data .psc-v4-product-data__discovery-input svg {
	position: absolute;
	z-index: 1;
	left: 16px;
	width: 22px;
	height: 22px;
	fill: none;
	stroke: #55769d;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	pointer-events: none;
}

.psc-v4-product-data .psc-v4-product-data__discovery-form .psc-v4-product-data__discovery-input input {
	width: 100%;
	min-height: 54px;
	padding: 12px 16px 12px 50px;
	border-color: #bed0e2;
	border-radius: 9px;
	color: #102958;
	font-size: 15px;
}

.psc-v4-product-data .psc-v4-product-data__discovery-form button {
	min-height: 54px;
	border-radius: 9px;
	background: #2563eb;
	box-shadow: 0 5px 12px rgba(37, 99, 235, .18);
	font-size: 14px;
}

.psc-v4-product-data .psc-v4-product-data__discovery-form button:hover,
.psc-v4-product-data .psc-v4-product-data__discovery-form button:focus-visible {
	background: #1d4ed8;
}

.psc-v4-product-data .psc-v4-product-data__discovery-search .psc-v4-product-data__search-message {
	margin-top: 12px;
}

.psc-v4-product-data .psc-v4-product-data__discovery-divider {
	display: grid;
	grid-template-columns: auto minmax(30px, 1fr);
	margin: 24px 0 14px;
	align-items: center;
	gap: 16px;
	color: #415a7a;
	font-size: 12px;
	font-weight: 800;
}

.psc-v4-product-data .psc-v4-product-data__discovery-divider::after {
	height: 1px;
	background: #dbe5ef;
	content: "";
}

.psc-v4-product-data .psc-v4-product-data__discovery-capabilities {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.psc-v4-product-data .psc-v4-product-data__discovery-capabilities > div {
	display: grid;
	min-width: 0;
	min-height: 64px;
	grid-template-columns: 28px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	border: 1px solid #dbe5ef;
	border-radius: 9px;
	background: #fbfdff;
}

.psc-v4-product-data .psc-v4-product-data__discovery-capabilities svg,
.psc-v4-product-data .psc-v4-product-data__discovery-popular svg,
.psc-v4-product-data .psc-v4-product-data__discovery-trust svg,
.psc-v4-product-data .psc-v4-product-data__discovery-notice svg {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.75;
}

.psc-v4-product-data .psc-v4-product-data__discovery-capabilities svg {
	width: 26px;
	height: 26px;
	color: #0e9a9a;
}

.psc-v4-product-data .psc-v4-product-data__discovery-capabilities span,
.psc-v4-product-data .psc-v4-product-data__discovery-capabilities strong,
.psc-v4-product-data .psc-v4-product-data__discovery-capabilities small {
	display: block;
	min-width: 0;
}

.psc-v4-product-data .psc-v4-product-data__discovery-capabilities strong {
	color: #0b2450;
	font-size: 12px;
	line-height: 1.25;
}

.psc-v4-product-data .psc-v4-product-data__discovery-capabilities small {
	margin-top: 3px;
	color: #718096;
	font-size: 10px;
	line-height: 1.2;
}

.psc-v4-product-data .psc-v4-product-data__discovery-popular {
	width: min(840px, calc(100% - 48px));
	margin: 28px auto 0;
}

.psc-v4-product-data .psc-v4-product-data__discovery-popular h2 {
	margin: 0;
	color: #0b2450;
	font-size: 16px;
}

.psc-v4-product-data .psc-v4-product-data__discovery-popular > div {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-top: 12px;
}

.psc-v4-product-data .psc-v4-product-data__discovery-popular a {
	display: flex;
	min-width: 0;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 9px 12px;
	border: 1px solid #dbe5ef;
	border-radius: 999px;
	background: #eef4fa;
	color: #0b2450;
	font-size: 13px;
	font-weight: 750;
	text-decoration: none;
}

.psc-v4-product-data .psc-v4-product-data__discovery-popular a:hover,
.psc-v4-product-data .psc-v4-product-data__discovery-popular a:focus-visible {
	border-color: #73c7c3;
	background: #e7f7f6;
}

.psc-v4-product-data .psc-v4-product-data__discovery-popular svg {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	color: #0e9a9a;
}

.psc-v4-product-data .psc-v4-product-data__discovery-trust {
	display: grid;
	width: min(980px, calc(100% - 48px));
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 34px auto 0;
	border: 1px solid #d8e5f1;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(22, 58, 100, .06);
}

.psc-v4-product-data .psc-v4-product-data__discovery-trust article {
	position: relative;
	min-width: 0;
	padding: 22px 20px;
	text-align: center;
}

.psc-v4-product-data .psc-v4-product-data__discovery-trust article:not(:last-child)::after {
	position: absolute;
	top: 18px;
	right: 0;
	bottom: 18px;
	width: 1px;
	background: #dbe5ef;
	content: "";
}

.psc-v4-product-data .psc-v4-product-data__discovery-trust svg {
	width: 32px;
	height: 32px;
	color: #0e9a9a;
}

.psc-v4-product-data .psc-v4-product-data__discovery-trust h2 {
	margin: 8px 0 0;
	color: #0b2450;
	font-size: 15px;
}

.psc-v4-product-data .psc-v4-product-data__discovery-trust p {
	margin: 5px 0 0;
	color: #526b8d;
	font-size: 12px;
	line-height: 1.45;
}

.psc-v4-product-data .psc-v4-product-data__discovery-notice {
	display: flex;
	width: min(980px, calc(100% - 48px));
	min-height: 72px;
	margin: 16px auto 0;
	align-items: center;
	gap: 16px;
	padding: 14px 22px;
	border: 1px solid #cce9e7;
	border-radius: 12px;
	background: #eaf8f7;
	color: #0d8586;
}

.psc-v4-product-data .psc-v4-product-data__discovery-notice svg {
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
}

.psc-v4-product-data .psc-v4-product-data__discovery-notice p,
.psc-v4-product-data .psc-v4-product-data__discovery-notice strong,
.psc-v4-product-data .psc-v4-product-data__discovery-notice span {
	display: block;
	margin: 0;
}

.psc-v4-product-data .psc-v4-product-data__discovery-notice strong {
	font-size: 14px;
}

.psc-v4-product-data .psc-v4-product-data__discovery-notice span {
	margin-top: 2px;
	color: #334e68;
	font-size: 12px;
}

@media (max-width: 900px) {
	.psc-v4-product-data .psc-v4-product-data__discovery-hero {
		min-height: 280px;
		padding: 42px 38px 72px;
	}

	.psc-v4-product-data .psc-v4-product-data__discovery-hero h1 {
		max-width: 520px;
		font-size: 38px;
	}

	.psc-v4-product-data .psc-v4-product-data__discovery-pattern {
		right: -100px;
		width: 66%;
	}
}

@media (max-width: 767px) {
	.psc-v4-product-data {
		padding: 8px 12px 30px;
	}

	.psc-v4-product-data .psc-v4-product-data__discovery-breadcrumb {
		min-height: 40px;
		font-size: 12px;
	}

	.psc-v4-product-data .psc-v4-product-data__discovery-hero {
		min-height: 250px;
		padding: 30px 22px 56px;
		border-radius: 16px;
	}

	.psc-v4-product-data .psc-v4-product-data__discovery-eyebrow {
		margin-bottom: 10px;
		font-size: 11px;
	}

	.psc-v4-product-data .psc-v4-product-data__discovery-hero h1 {
		max-width: 340px;
		font-size: 31px;
		line-height: 1.1;
	}

	.psc-v4-product-data .psc-v4-product-data__discovery-hero .psc-v4-product-data__discovery-copy > p:last-child {
		max-width: 340px;
		margin-top: 14px;
		font-size: 14px;
		line-height: 1.55;
	}

	.psc-v4-product-data .psc-v4-product-data__discovery-pattern {
		top: 10px;
		right: -150px;
		width: 112%;
		height: 100%;
		opacity: .15;
	}

	.psc-v4-product-data .psc-v4-product-data__discovery-search,
	.psc-v4-product-data .psc-v4-product-data__discovery-popular,
	.psc-v4-product-data .psc-v4-product-data__discovery-trust,
	.psc-v4-product-data .psc-v4-product-data__discovery-notice {
		width: calc(100% - 20px);
	}

	.psc-v4-product-data .psc-v4-product-data__discovery-search {
		margin-top: -30px;
		padding: 18px;
		border-radius: 12px;
	}

	.psc-v4-product-data .psc-v4-product-data__discovery-capabilities {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.psc-v4-product-data .psc-v4-product-data__discovery-popular {
		margin-top: 24px;
	}

	.psc-v4-product-data .psc-v4-product-data__discovery-popular > div {
		gap: 8px;
	}

	.psc-v4-product-data .psc-v4-product-data__discovery-popular a {
		padding: 8px 6px;
		font-size: 11px;
	}

	.psc-v4-product-data .psc-v4-product-data__discovery-trust {
		margin-top: 26px;
	}

	.psc-v4-product-data .psc-v4-product-data__discovery-trust article {
		padding: 18px 9px;
	}

	.psc-v4-product-data .psc-v4-product-data__discovery-trust h2 {
		font-size: 12px;
		line-height: 1.3;
	}

	.psc-v4-product-data .psc-v4-product-data__discovery-trust p {
		font-size: 10px;
	}
}

@media (max-width: 520px) {
	.psc-v4-product-data .psc-v4-product-data__discovery-form .psc-v4-product-data__discovery-search-row {
		grid-template-columns: minmax(0, 1fr);
	}

	.psc-v4-product-data .psc-v4-product-data__discovery-form button {
		width: 100%;
	}
}

@media (max-width: 359px) {
	.psc-v4-product-data .psc-v4-product-data__discovery-hero {
		padding-right: 18px;
		padding-left: 18px;
	}

	.psc-v4-product-data .psc-v4-product-data__discovery-hero h1 {
		font-size: 28px;
	}

	.psc-v4-product-data .psc-v4-product-data__discovery-search {
		padding: 15px;
	}

	.psc-v4-product-data .psc-v4-product-data__discovery-capabilities,
	.psc-v4-product-data .psc-v4-product-data__discovery-popular > div {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.psc-v4-product-data .psc-v4-product-data__discovery-trust {
		grid-template-columns: minmax(0, 1fr);
	}

	.psc-v4-product-data .psc-v4-product-data__discovery-trust article:not(:last-child)::after {
		top: auto;
		right: 14px;
		bottom: 0;
		left: 14px;
		width: auto;
		height: 1px;
	}

	.psc-v4-product-data .psc-v4-product-data__discovery-notice {
		align-items: flex-start;
		padding: 14px;
	}
}

/*
 * V12.3 Direct Purchase Checkout Blocks runtime integration.
 * Scope the layout to the hydrated Blocks sidebar owner, not its outer block.
 */
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native > .wp-block-woocommerce-checkout.wc-block-checkout {
	display: block;
	width: 100%;
	min-width: 0;
	max-width: none;
	margin: 0;
	padding: 0;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-sidebar-layout.wc-block-checkout {
	display: grid;
	width: 100%;
	min-width: 0;
	max-width: none;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 380px) !important;
	grid-template-areas: "main summary";
	align-items: start;
	gap: 26px !important;
	margin: 0;
	padding: 0;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__main,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__sidebar,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-checkout-step,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-checkout-step__content,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-address-address-wrapper,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-address-form-wrapper {
	min-width: 0;
	max-width: 100%;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__main {
	grid-area: main;
	width: 100%;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__sidebar {
	grid-area: summary;
	width: 100%;
	max-width: 380px !important;
	position: sticky;
	top: 24px;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__guest-checkout-notice,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-address-form__address_2-toggle {
	grid-column: 1 / -1;
	width: 100%;
	min-width: 0;
	max-width: 100%;
	white-space: normal;
	word-break: normal;
	overflow-wrap: break-word;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__guest-checkout-notice {
	margin: 4px 0 0 !important;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-address-form__address_2-toggle {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	padding: 8px 0;
}

@media (max-width: 980px) {
	.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-sidebar-layout.wc-block-checkout {
		grid-template-columns: minmax(0, 1fr) !important;
		grid-template-areas:
			"main"
			"summary";
		gap: 18px !important;
	}

	.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__sidebar {
		display: block;
		max-width: none !important;
		position: static;
	}

	.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-address-form {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-address-form > * {
		grid-column: 1 / -1 !important;
		width: 100% !important;
		max-width: 100%;
	}
}

@media (max-width: 700px) {
	.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-sidebar-layout.wc-block-checkout {
		display: grid;
	}

	.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-address-form {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-address-form > * {
		grid-column: 1 / -1 !important;
		width: 100% !important;
		max-width: 100%;
	}

	.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__sidebar {
		padding: 13px;
	}

	.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__sidebar .wc-block-components-checkout-order-summary__content {
		display: block !important;
		max-height: none !important;
		overflow: visible !important;
		visibility: visible !important;
	}
}

/* V12.4 native Checkout Blocks UI harmonization. */
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__main > .wc-block-components-checkout-step {
	box-sizing: border-box;
	margin: 0 0 16px !important;
	padding: 24px !important;
	border: 1px solid #d4dfe7;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 8px 24px rgba(16, 40, 61, 0.055);
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-checkout-step__heading-container {
	width: 100%;
	margin: 0 0 18px;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-checkout-step__heading {
	display: flex;
	min-width: 0;
	align-items: center;
	margin: 0;
	padding: 0 0 14px;
	border-bottom: 1px solid #e3eaf0;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-checkout-step__title {
	min-width: 0;
	margin: 0;
	color: #10283d;
	font-size: 19px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.3;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-checkout-step__description,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__guest-checkout-notice,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-formatted-money-amount,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-product-metadata,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-product-details {
	min-width: 0;
	max-width: 100%;
	color: #607487;
	line-height: 1.5;
	white-space: normal;
	word-break: normal;
	overflow-wrap: break-word;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__guest-checkout-notice {
	margin-top: 5px;
	font-size: 12px;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-text-input,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-combobox,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-blocks-components-select,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-address-form > * {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-text-input input,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-combobox input,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-blocks-components-select__select,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-textarea {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	min-height: 52px;
	padding-right: 14px;
	padding-left: 14px;
	border: 1px solid #c7d4de;
	border-radius: 9px;
	background: #fbfcfd;
	color: #10283d;
	font: inherit;
	transition: border-color 150ms ease, box-shadow 150ms ease, background-color 150ms ease;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native textarea.wc-block-components-textarea,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__add-note textarea {
	min-height: 104px;
	padding-top: 12px;
	padding-bottom: 12px;
	resize: vertical;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-text-input input:hover,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-combobox input:hover,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-blocks-components-select__select:hover,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-textarea:hover {
	border-color: #9eb3c2;
	background: #ffffff;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-text-input input:focus,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-combobox input:focus,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-blocks-components-select__select:focus,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-textarea:focus {
	border-color: #2f7298;
	outline: 0;
	background: #ffffff;
	box-shadow: 0 0 0 3px rgba(47, 114, 152, 0.15);
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-text-input.has-error input,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-combobox.has-error input,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-blocks-components-select.has-error .wc-blocks-components-select__select {
	border-color: #b34f56;
	box-shadow: 0 0 0 3px rgba(179, 79, 86, 0.1);
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-radio-control__option,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-radio-control-accordion-option {
	box-sizing: border-box;
	min-width: 0;
	min-height: 52px;
	padding: 13px 14px;
	border: 1px solid #d3dee6;
	border-radius: 10px;
	background: #f8fafb;
	color: #10283d;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-radio-control__option:has(input:checked),
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-radio-control-accordion-option:has(input:checked) {
	border-color: #8fb5ca;
	background: #eef5f8;
	box-shadow: inset 3px 0 0 #2f7298;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-radio-control__option:focus-within,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-radio-control-accordion-option:focus-within {
	border-color: #2f7298;
	box-shadow: 0 0 0 3px rgba(47, 114, 152, 0.14);
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-radio-control-accordion-content,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-radio-control__description-group {
	margin: 0;
	padding: 12px 14px;
	border: 1px solid #dce5eb;
	border-top: 0;
	border-radius: 0 0 10px 10px;
	background: #f5f8fa;
	color: #53697b;
	line-height: 1.5;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__sidebar {
	box-sizing: border-box;
	padding: 20px;
	border: 1px solid #cbd9e3;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 12px 32px rgba(16, 40, 61, 0.07);
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-checkout-order-summary__title,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-order-summary__button-text {
	color: #10283d;
	font-size: 17px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.3;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-checkout-order-summary__title {
	margin: 0;
	padding: 0 0 14px;
	border-bottom: 2px solid #183f5a;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-order-summary-item {
	min-width: 0;
	align-items: flex-start;
	gap: 12px;
	padding: 16px 0;
	border-bottom: 1px solid #e5ebf0;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-order-summary-item__description {
	min-width: 0;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-order-summary-item__description .wc-block-components-product-name {
	color: #10283d;
	font-weight: 750;
	line-height: 1.4;
	overflow-wrap: anywhere;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-order-summary-item__total-price {
	margin-left: auto;
	color: #10283d;
	font-weight: 800;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-totals-item,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-totals-footer-item {
	display: flex;
	min-width: 0;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-totals-item__label {
	min-width: 0;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-totals-item__value,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-formatted-money-amount {
	margin-left: auto;
	font-variant-numeric: tabular-nums;
	text-align: right;
	white-space: nowrap;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-totals-footer-item {
	margin-top: 6px;
	padding-top: 17px;
	border-top: 2px solid #183f5a;
	color: #10283d;
	font-size: 17px;
	font-weight: 800;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__terms {
	box-sizing: border-box;
	margin-top: 14px;
	padding: 14px 16px;
	border: 1px solid #dbe4ea;
	border-radius: 10px;
	background: #f8fafb;
	color: #506679;
	font-size: 12px;
	line-height: 1.5;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__terms a {
	color: #185f83;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-checkout-place-order-button {
	position: static;
	width: 100%;
	min-height: 54px;
	margin-top: 14px;
	border: 1px solid #09243a;
	border-radius: 10px;
	background: linear-gradient(135deg, #164b6c, #09263d);
	box-shadow: 0 9px 20px rgba(9, 38, 61, 0.2);
	color: #ffffff;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0;
	text-align: center;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-checkout-place-order-button:hover {
	background: linear-gradient(135deg, #1b587d, #0b304d);
	box-shadow: 0 11px 23px rgba(9, 38, 61, 0.24);
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-checkout-place-order-button:active {
	background: #2749b8;
	box-shadow: 0 4px 12px rgba(9, 38, 61, 0.2);
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-checkout-place-order-button:focus-visible {
	outline: 3px solid rgba(47, 114, 152, 0.32);
	outline-offset: 3px;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-checkout-place-order-button:disabled,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-checkout-place-order-button[aria-disabled="true"] {
	cursor: not-allowed;
	border-color: #c9d3e1;
	background: #d9e1ec;
	box-shadow: none;
	color: #74849a;
	opacity: 1;
}

@media (max-width: 700px) {
	.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__main > .wc-block-components-checkout-step {
		margin-bottom: 12px !important;
		padding: 20px !important;
	}

	.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-checkout-step__heading-container {
		margin-bottom: 14px;
	}

	.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-checkout-step__heading {
		padding-bottom: 12px;
	}

	.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-checkout-step__title {
		font-size: 16px;
	}

	.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__sidebar {
		padding: 20px;
	}

	.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-text-input input,
	.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-combobox input,
	.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-blocks-components-select__select,
	.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-textarea {
		min-height: 52px;
		font-size: 16px;
	}

	.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__terms {
		padding: 13px 14px;
	}

	.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-checkout-place-order-button {
		position: static;
		bottom: auto;
		min-height: 54px;
	}
}

/* V12.5 Checkout mobile shell and optional native sections. */
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__order-notes,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wp-block-woocommerce-checkout-order-note-block {
	display: none;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__shipping-option,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wp-block-woocommerce-checkout-shipping-methods-block {
	display: none;
}

@media (max-width: 767px) {
	body.psc-v4-checkout-route:not(.psc-v4-order-received-route) .psc-v4-home-shell__main {
		min-height: 74px;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 8px;
		padding: 14px 16px;
	}

	body.psc-v4-checkout-route:not(.psc-v4-order-received-route) .psc-v4-home-shell__brand--homepage .psc-v4-home-shell__brand-logo {
		width: min(100%, 180px);
		max-height: 48px;
	}

	body.psc-v4-checkout-route:not(.psc-v4-order-received-route) .psc-v4-home-shell__tools {
		grid-template-columns: repeat(3, 43px);
		gap: 8px;
	}

	body.psc-v4-checkout-route:not(.psc-v4-order-received-route) .psc-v4-home-shell__menu-toggle,
	body.psc-v4-checkout-route:not(.psc-v4-order-received-route) .psc-v4-home-shell__search-toggle,
	body.psc-v4-checkout-route:not(.psc-v4-order-received-route) .psc-v4-home-shell__account-cart {
		width: 43px;
		height: 43px;
		min-width: 43px;
		min-height: 43px;
	}

	body.psc-v4-checkout-route:not(.psc-v4-order-received-route) .psc-v4-home-shell__search-toggle > span[aria-hidden="true"],
	body.psc-v4-checkout-route:not(.psc-v4-order-received-route) .psc-v4-home-shell__search-toggle > svg[aria-hidden="true"] {
		display: none;
	}

	body.psc-v4-checkout-route:not(.psc-v4-order-received-route) .psc-v4-home-shell__tools > .psc-v4-home-shell__cart-link,
	body.psc-v4-checkout-route:not(.psc-v4-order-received-route) .psc-v4-home-shell__tools > .psc-v4-home-shell__request-link {
		display: none !important;
	}

	body.psc-v4-checkout-route:not(.psc-v4-order-received-route) .psc-v4-checkout:not(.psc-v4-checkout--order-received) {
		padding-top: 8px;
	}
}

@media (max-width: 360px) {
	body.psc-v4-checkout-route:not(.psc-v4-order-received-route) .psc-v4-home-shell__main {
		gap: 6px;
		padding-right: 12px;
		padding-left: 12px;
	}

	body.psc-v4-checkout-route:not(.psc-v4-order-received-route) .psc-v4-home-shell__tools {
		grid-template-columns: repeat(3, 42px);
		gap: 6px;
	}

	body.psc-v4-checkout-route:not(.psc-v4-order-received-route) .psc-v4-home-shell__menu-toggle,
	body.psc-v4-checkout-route:not(.psc-v4-order-received-route) .psc-v4-home-shell__search-toggle,
	body.psc-v4-checkout-route:not(.psc-v4-order-received-route) .psc-v4-home-shell__account-cart {
		width: 42px;
		height: 42px;
		min-width: 42px;
		min-height: 42px;
	}
}

/* V12.6 native Terms and Order Summary refinement. */
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__terms {
	padding: 20px;
	color: #334b5f;
	font-size: 16px;
	line-height: 1.5;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__terms > p {
	margin: 0 0 14px;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__terms a {
	font-weight: 600;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__terms .wc-block-components-checkbox {
	margin: 0;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__terms .wc-block-components-checkbox label {
	display: flex;
	min-height: 48px;
	align-items: center;
	gap: 12px;
	margin: 0;
	color: #243d51;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__terms .wc-block-components-checkbox__input {
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	margin: 0;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__terms .wc-block-components-checkbox__label {
	min-width: 0;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	overflow-wrap: break-word;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__sidebar {
	padding: 24px;
	border: 1px solid #cbd9e3;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 10px 28px rgba(16, 40, 61, 0.07);
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__sidebar .wc-block-components-checkout-order-summary__content,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__sidebar .wc-block-components-order-summary,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__sidebar .wc-block-components-order-summary__content {
	padding-right: 0;
	padding-left: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-checkout-order-summary__title,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-checkout-order-summary__title-text,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-order-summary__button-text {
	color: #10283d;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.25;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-checkout-order-summary__title {
	margin: 0 0 4px;
	padding: 0 0 16px;
	border-bottom: 1px solid #cbd9e3;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-order-summary-item {
	min-width: 0;
	align-items: flex-start;
	gap: 14px;
	padding: 18px 0;
	border-bottom: 1px solid #e3eaf0;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-order-summary-item__image {
	width: 70px;
	flex: 0 0 70px;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-order-summary-item__image img {
	display: block;
	width: 70px;
	height: 70px;
	object-fit: contain;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-order-summary-item__description {
	min-width: 0;
	font-size: 15px;
	line-height: 1.45;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-order-summary-item__description .wc-block-components-product-name {
	color: #10283d;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-product-metadata,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-product-details,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-order-summary-item__quantity {
	font-size: 15px;
	line-height: 1.45;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-order-summary-item__total-price {
	min-width: max-content;
	margin-left: auto;
	color: #10283d;
	font-size: 16px;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	text-align: right;
	white-space: nowrap;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-totals-wrapper {
	padding: 12px 0;
	border-bottom: 1px solid #e5ebf0;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-totals-item {
	font-size: 16px;
	line-height: 1.5;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-totals-shipping .wc-block-components-totals-item__value,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wp-block-woocommerce-checkout-order-summary-shipping-block .wc-block-components-totals-item__value {
	max-width: 62%;
	white-space: normal;
	overflow-wrap: break-word;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-totals-footer-item {
	margin-top: 6px;
	padding-top: 18px;
	border-top: 1px solid #183f5a;
	color: #10283d;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.35;
}

@media (max-width: 700px) {
	.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__terms,
	.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__sidebar {
		padding: 20px;
	}

	.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-checkout-order-summary__title,
	.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-checkout-order-summary__title-text,
	.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-order-summary__button-text {
		font-size: 24px;
	}

	.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-order-summary-item {
		grid-template-columns: 68px minmax(0, 1fr);
		gap: 12px;
		padding: 16px 0;
	}

	.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-order-summary-item__image {
		width: 68px;
		flex-basis: 68px;
	}

	.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-order-summary-item__image img {
		width: 68px;
		height: 68px;
	}

	.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-totals-item {
		font-size: 15px;
	}

	.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-totals-footer-item {
		font-size: 20px;
	}
}

/* Final native Checkout icon and action-area cleanup. */
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__payment-method .wc-block-components-radio-control,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__payment-method .woocommerce-checkout-payment {
	overflow: visible;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__payment-method .wc-block-components-radio-control__option,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option {
	min-height: 52px;
	padding: 16px 18px;
	border: 1px solid #d3dee6;
	border-radius: 10px;
	background: #f8fafb;
	box-shadow: none;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:has(input:checked) {
	border: 0;
	background: transparent;
	box-shadow: none;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__payment-method .wc-block-components-radio-control__option:has(input:checked) {
	border-color: #8fb5ca;
	background: #eef5f8;
	box-shadow: none;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__payment-method .wc-block-components-radio-control__description-group,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__payment-method .woocommerce-checkout-payment .payment_box {
	margin: 0;
	padding: 10px 18px 16px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content .wc-block-components-radio-control__description-group,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__payment-method .psc-manual-procurement-review-description,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__payment-method .payment_method_psc_manual_procurement_review .payment_box {
	padding: 0;
	border: 0;
	background: transparent;
	color: #53697b;
	font-size: 14px;
	line-height: 1.5;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__payment-method .psc-manual-procurement-review-description::after,
.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__payment-method .payment_method_psc_manual_procurement_review .payment_box::after {
	display: none;
	content: none;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__terms {
	padding: 18px 20px;
	border: 1px solid #dbe4ea;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: none;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__terms .wc-block-components-checkbox label {
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.45;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__terms .wc-block-components-checkbox__input {
	width: 22px;
	height: 22px;
	flex-basis: 22px;
}

.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-components-checkout-place-order-button {
	margin-top: 18px;
}

@media (max-width: 767px) {
	body.psc-v4-checkout-route:not(.psc-v4-order-received-route) .psc-v4-home-shell__menu-toggle > span[aria-hidden="true"],
	body.psc-v4-checkout-route:not(.psc-v4-order-received-route) .psc-v4-home-shell__menu-toggle > svg[aria-hidden="true"] {
		display: none;
	}

	.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__payment-method .wc-block-components-radio-control__option,
	.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option {
		padding: 16px;
	}

	.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content,
	.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__payment-method .wc-block-components-radio-control__description-group,
	.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__payment-method .woocommerce-checkout-payment .payment_box {
		padding: 8px 16px 16px;
	}

	.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content .wc-block-components-radio-control__description-group,
	.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__payment-method .psc-manual-procurement-review-description,
	.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__payment-method .payment_method_psc_manual_procurement_review .payment_box {
		padding: 0;
	}

	.psc-v4-checkout:not(.psc-v4-checkout--order-received) .psc-v4-checkout__native .wc-block-checkout__terms {
		padding: 18px 20px;
	}
}
