/*
 * 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;
}

.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: 34px;
	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: column;
	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);
}

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

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

.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;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.psc-v4-report-viewer__actions a,
.psc-v4-report-viewer__failure a {
	display: inline-flex;
	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;
}

.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__pdf iframe {
	display: block;
	width: 100%;
	height: min(78vh, 860px);
	min-height: 620px;
	margin-top: 16px;
	border: 1px solid #cbd5e1;
	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__pdf iframe {
		height: 72vh;
		min-height: 420px;
	}
}

/*
 * 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__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__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: 40px;
	}

	.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);
	}
}

/*
 * 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;
}

.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(280px, 320px) minmax(0, 1fr) minmax(280px, 320px);
	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-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;
	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 .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__filter {
	display: grid;
	min-width: 0;
	gap: 3px;
	padding: 11px 13px;
	border: 1px solid var(--psc-catalog-border);
	border-radius: 13px;
	background: #f8fafc;
	cursor: default;
}

.psc-v4-catalog__filter span {
	color: var(--psc-catalog-muted);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.psc-v4-catalog__filter strong {
	overflow: hidden;
	color: #94a3b8;
	font-size: 12px;
	font-weight: 850;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.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;
	}
}

/*
 * 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 checkout mobile footer simplification.
 * Hide only the plugin-owned footer immediately following checkout.
 */
@media (max-width: 700px) {
	.psc-v4-checkout + .psc-v4-shell__footer {
		display: none;
	}
}

/*
 * 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-bottom: 38px;
	background:
		linear-gradient(180deg, rgba(211, 224, 233, 0.72) 0, rgba(238, 243, 246, 0) 360px),
		var(--psc-v12-canvas);
}

.psc-v4-checkout__hero {
	border-radius: 16px;
}

.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: 24px;
}

.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, 1fr) minmax(330px, 400px);
	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: 22px;
	border: 1px solid #cbd9e3;
	border-radius: 15px;
	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 {
	margin: 0 0 16px !important;
	padding: 24px !important;
	border: 1px solid var(--psc-v12-line);
	border-radius: 15px;
	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__phone,
.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_phone_field,
.psc-v4-checkout__native #shipping_phone_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 5;
}

.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 4;
}

.psc-v4-checkout__native .wc-block-components-address-form__postcode,
.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 {
	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: linear-gradient(135deg, #164b6c, #09263d);
	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: linear-gradient(135deg, #1b587d, #0b304d);
	box-shadow: 0 12px 25px rgba(9, 38, 61, 0.24);
}

.psc-v4-checkout__trust {
	border-color: var(--psc-v12-line);
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 5px 16px rgba(16, 40, 61, 0.035);
}

@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__phone,
	.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_phone_field,
	.psc-v4-checkout__native #shipping_phone_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 5 !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 4 !important;
	}

	.psc-v4-checkout__native .wc-block-components-address-form__postcode,
	.psc-v4-checkout__native #billing_postcode_field,
	.psc-v4-checkout__native #shipping_postcode_field {
		grid-column: span 3 !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;
	}
}

@media (min-width: 701px) and (max-width: 1099px) {
	.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-bottom: 14px;
	}

	.psc-v4-checkout__hero {
		gap: 10px;
		padding: 12px 12px 11px;
		border-radius: 10px;
	}

	.psc-v4-checkout__hero h1 {
		margin: 5px 0 4px;
		font-size: clamp(23px, 7.4vw, 29px);
		line-height: 1.05;
	}

	.psc-v4-checkout__hero-lead {
		font-size: 11px;
		line-height: 1.4;
	}

	.psc-v4-checkout__hero-support {
		margin-top: 2px;
		font-size: 9px;
		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: 7px;
		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-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 .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: 46px;
		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: 24px;
		font-size: 11px;
	}

	.psc-v4-checkout__native .wc-block-checkout__terms,
	.psc-v4-checkout__native .woocommerce-terms-and-conditions-wrapper {
		font-size: 10px;
		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 {
		min-height: 54px;
		margin-top: 11px;
	}

	.psc-v4-checkout__trust {
		gap: 3px;
		margin-top: 8px;
		padding: 7px 4px;
	}

	.psc-v4-checkout__trust span {
		font-size: 7px;
		line-height: 1.25;
	}

	.psc-v4-checkout__native .wc-block-checkout__sidebar,
	.psc-v4-checkout + .psc-v4-shell__footer {
		display: none !important;
	}
}

/*
 * 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;
	}
}

/* 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: 250px;
	border-radius: 10px;
	background: #f8fafc;
}

.psc-v4-pdp .psc-v4-pdp__persistent-image {
	height: clamp(260px, 22vw, 340px);
}

.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 {
	gap: 8px;
	margin: 14px 0 16px;
}

.psc-v4-pdp .psc-v4-pdp__identity-item,
.psc-v4-pdp .psc-v4-pdp__use-label {
	display: inline-flex;
	min-width: 0;
	max-width: 100%;
	align-items: center;
	gap: 6px;
	padding: 7px 9px;
	border: 1px solid #dbe4ed;
	border-radius: 999px;
	background: #f8fafc;
	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.06em;
	text-transform: uppercase;
}

.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: 14px 0 16px;
	padding: 16px 18px;
	border-color: #bcd7fb;
	border-radius: 12px;
	background: linear-gradient(135deg, #eff6ff 0%, #ffffff 72%);
}

.psc-v4-pdp .psc-v4-pdp__price-label {
	font-size: 10px;
	letter-spacing: 0.08em;
}

.psc-v4-pdp .psc-v4-pdp__price-value .price {
	margin: 0;
	font-size: clamp(38px, 3.8vw, 52px);
	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-pdp__cart form.cart,
.psc-v4-pdp .psc-v4-pdp__cart .woocommerce-variation-add-to-cart {
	display: flex;
	align-items: stretch;
	gap: 10px;
	width: 100%;
}

.psc-v4-pdp .psc-v4-pdp__cart .quantity {
	position: relative;
	display: block;
	flex: 0 0 138px;
	width: 138px;
	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: 48px;
	overflow: hidden;
	border: 1px solid #cbd5e1;
	border-radius: 10px;
	background: #ffffff;
}

.psc-v4-pdp .psc-v4-pdp__qty-stepper-button {
	width: 38px;
	height: 48px;
	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: 48px;
	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: 48px;
	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;
	padding: 6px 8px;
	font-size: 10px;
	text-align: right;
}

.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) auto;
	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-row .psc-v4-pdp__evidence-status {
	padding: 5px 7px;
	border: 1px solid rgba(15, 39, 70, 0.1);
	border-radius: 999px;
	background: #ffffff;
	color: #0f2746;
	font-size: 11px;
	font-weight: 850;
	line-height: 1.2;
	text-align: right;
	white-space: normal;
	overflow-wrap: anywhere;
}

.psc-v4-pdp .psc-v4-pdp__evidence-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	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::after {
	content: "->";
}

.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: 176px;
	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__support-actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.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__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__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: 22px minmax(0, 1fr);
	}

	.psc-v4-pdp .psc-v4-pdp__evidence-row .psc-v4-pdp__evidence-status {
		grid-column: 2;
		justify-self: start;
		text-align: left;
	}

	.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: none;
	}

	.psc-v4-pdp__breadcrumb strong {
		flex-basis: 100%;
	}

	.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: 168px;
		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(160px, 48vw, 210px) !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 {
		gap: 6px;
		margin: 10px 0 11px;
	}

	.psc-v4-pdp .psc-v4-pdp__identity-item,
	.psc-v4-pdp .psc-v4-pdp__use-label {
		padding: 6px 8px;
		font-size: 10px;
	}

	.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: 44px;
		height: 44px;
	}

	.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;
	}
}
