:root {
	--psm-bg: #f4f7fa;
	--psm-ink: #172033;
	--psm-muted: #5f6b7a;
	--psm-line: #dce4ed;
	--psm-navy: #202f7c;
	--psm-blue: #2f5da8;
	--psm-mid-blue: #4d98cc;
	--psm-sky: #5bb5df;
	--psm-pale-blue: #edf6fb;
	--psm-red: #c2343b;
	--psm-red-dark: #9d252d;
	--psm-gold: #4d98cc;
	--psm-green: #147a4b;
	--psm-green-soft: #eaf7f0;
	--psm-card: #fff;
	--psm-shadow: 0 12px 32px rgba(23, 32, 51, .09);
	--psm-font: IRANSansx, IRANSansXFaNum, IRANSansX, IRANSans, IRANSansWeb, var(--wd-text-font, Tahoma), Arial, sans-serif;
}


.psm-page {
	margin: 0;
	background: var(--psm-bg);
	color: var(--psm-ink);
	font-family: var(--psm-font) !important;
}

.psm-shell {
	width: min(100% - 28px, 920px);
	margin: 0 auto;
	padding: 20px 0 96px;
}

.psm-hero {
	position: relative;
	overflow: hidden;
	padding: 20px;
	border: 1px solid var(--psm-line);
	border-radius: 8px;
	background: linear-gradient(180deg, #fffefd, #fff8ed);
	box-shadow: var(--psm-shadow);
}

.psm-pattern {
	position: absolute;
	inset: 0;
	opacity: .18;
	background-image:
		linear-gradient(45deg, transparent 42%, rgba(168, 50, 50, .26) 43%, rgba(168, 50, 50, .26) 46%, transparent 47%),
		linear-gradient(-45deg, transparent 42%, rgba(198, 156, 70, .22) 43%, rgba(198, 156, 70, .22) 46%, transparent 47%);
	background-size: 34px 34px;
}

.psm-seller-card,
.psm-trust {
	position: relative;
}

.psm-seller-card {
	display: flex;
	align-items: center;
	gap: 14px;
}

.psm-seller-photo {
	width: 74px;
	height: 74px;
	border-radius: 50%;
	object-fit: cover;
	border: 3px solid #fff;
	box-shadow: 0 8px 22px rgba(31, 41, 51, .16);
	flex: 0 0 auto;
}

.psm-seller-info {
	min-width: 0;
}


.psm-kicker {
	display: inline-block;
	color: var(--psm-red);
	font-size: 13px;
	margin-bottom: 6px;
}

.psm-hero h1,
.psm-surface h1 {
	margin: 0 0 8px;
	font-size: clamp(24px, 7vw, 42px);
	line-height: 1.25;
	letter-spacing: 0;
}

.psm-seller-card a {
	color: var(--psm-ink);
	font-weight: 700;
	text-decoration: none;
}

.psm-trust {
	margin: 18px 0 0;
	color: var(--psm-muted);
}

.psm-mobile-gate,
.psm-surface,
.psm-faq,
.psm-history,
.psm-invoice {
	margin-top: 16px;
	padding: 18px;
	border: 1px solid var(--psm-line);
	border-radius: 8px;
	background: var(--psm-card);
	box-shadow: 0 12px 28px rgba(32, 26, 18, .06);
}

.psm-mobile-gate.is-attention {
	border-color: var(--psm-red);
	box-shadow: 0 0 0 4px rgba(168, 50, 50, .1), var(--psm-shadow);
}

.psm-mobile-gate h2,
.psm-products h2,
.psm-faq h2 {
	margin: 0 0 10px;
	font-size: 20px;
}

.psm-muted {
	color: var(--psm-muted);
	font-size: 14px;
}

#psm-mobile-form,
.psm-details-form {
	display: grid;
	gap: 10px;
	margin-top: 14px;
}

#psm-mobile-form input,
.psm-details-form input,
.psm-details-form textarea,
.psm-controls select,
.psm-controls input {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid var(--psm-line);
	border-radius: 8px;
	background: #fff;
	color: var(--psm-ink);
	padding: 12px;
	font-size: 16px;
}

#psm-mobile-form button,
.psm-button,
.psm-add-button,
.psm-restock-button,
.psm-disabled-button,
.psm-sticky-bar button,
.psm-sticky-bar a {
	border: 0;
	border-radius: 8px;
	background: var(--psm-red);
	color: #fff;
	padding: 12px 14px;
	font-weight: 700;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.psm-button.ghost {
	background: #fff;
	color: var(--psm-red);
	border: 1px solid var(--psm-red);
}

button:disabled,
.psm-disabled-button {
	background: #9ca3af;
	cursor: not-allowed;
}

.psm-form-message {
	min-height: 22px;
	margin: 10px 0 0;
	color: var(--psm-red);
}

.psm-form-message.is-good {
	color: var(--psm-green);
}

.psm-products {
	display: none;
	margin-top: 18px;
}

.psm-products.is-visible {
	display: block;
}

.psm-product-list {
	display: grid;
	gap: 14px;
}

.psm-product-card {
	overflow: hidden;
	border: 1px solid var(--psm-line);
	border-radius: 8px;
	background: #fff;
}

.psm-product-image {
	position: relative;
	aspect-ratio: 4 / 3;
	background: #f4efe5;
}

.psm-product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.psm-image-fallback {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	color: var(--psm-gold);
	font-size: 70px;
}

.psm-ended-badge {
	position: absolute;
	inset: auto 10px 10px 10px;
	padding: 10px;
	border-radius: 8px;
	background: rgba(31, 41, 51, .88);
	color: #fff;
	text-align: center;
	animation: psm-ended-pulse 4s ease-in-out infinite;
}

@keyframes psm-ended-pulse {
	0%, 90%, 100% { transform: translateY(0); opacity: .92; }
	45% { transform: translateY(-3px); opacity: 1; }
}

.psm-product-body {
	padding: 14px;
}

.psm-product-body h3 {
	margin: 0 0 8px;
	font-size: 19px;
	line-height: 1.45;
}

.psm-price-row {
	display: flex;
	align-items: baseline;
	gap: 10px;
	margin: 12px 0;
}

.psm-price-row strong {
	color: var(--psm-red-dark);
	font-size: 20px;
}

.psm-price-row del {
	color: var(--psm-muted);
}

.psm-delivery,
.psm-stock-text {
	margin-top: 8px;
	color: var(--psm-muted);
	font-size: 14px;
}

.psm-controls {
	display: grid;
	grid-template-columns: 1fr 96px;
	gap: 8px;
	margin: 12px 0;
}

.psm-controls-qty-only {
	grid-template-columns: minmax(142px, 180px);
}

.psm-variation-list {
	display: grid;
	gap: 10px;
	margin-top: 12px;
}

.psm-variation-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
	align-items: center;
	padding: 10px;
	border: 1px solid var(--psm-line);
	border-radius: 8px;
	background: #fff;
}

.psm-variation-row strong,
.psm-variation-row span {
	display: block;
}

.psm-variation-row span {
	margin-top: 3px;
	color: var(--psm-muted);
	font-size: 12px;
}

.psm-variation-row.is-disabled {
	background: #f9fafb;
	opacity: .72;
}

.psm-history-jump {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	margin: 0 0 14px;
	padding: 12px 14px;
	border: 1px solid var(--psm-line);
	border-radius: 8px;
	background: #fff;
	color: var(--psm-red-dark);
	font-weight: 800;
	cursor: pointer;
}

.psm-history-jump svg {
	width: 20px;
	height: 20px;
}

.psm-restock-button.is-done {
	background: var(--psm-green);
}

.psm-faq details {
	padding: 12px 0;
	border-bottom: 1px solid var(--psm-line);
}

.psm-faq details:last-child {
	border-bottom: 0;
}

.psm-faq summary {
	cursor: pointer;
	font-weight: 700;
}

.psm-sticky-bar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
	padding: 10px;
	background: rgba(255, 253, 248, .96);
	border-top: 1px solid var(--psm-line);
	backdrop-filter: blur(10px);
}

.psm-vpn-warning {
	display: block;
	color: var(--psm-red-dark);
	font-size: 18px;
	line-height: 1.8;
	text-align: center;
}

.psm-sticky-message {
	grid-column: 1 / -1;
	min-height: 0;
	margin: 0;
	color: var(--psm-red);
	font-size: 13px;
	text-align: center;
}

.psm-sticky-message:empty {
	display: none;
}

.psm-sticky-message.is-good {
	color: var(--psm-green);
}

.psm-sticky-bar button,
.psm-sticky-bar a {
	padding: 11px 8px;
	font-size: 13px;
}

.psm-preinvoice[hidden] {
	display: none !important;
}

.psm-preinvoice {
	position: fixed;
	inset: 0;
	z-index: 50;
	display: grid;
	place-items: end center;
	padding: 16px;
	background: rgba(17, 24, 39, .45);
}

.psm-preinvoice-box {
	position: relative;
	width: min(100%, 640px);
	box-sizing: border-box;
	max-height: 84vh;
	overflow: auto;
	border-radius: 8px;
	background: #fff;
	padding: 18px;
	box-shadow: var(--psm-shadow);
}

.psm-close {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 50%;
	background: #f3f4f6;
	color: var(--psm-ink);
	font-size: 24px;
	cursor: pointer;
}

.psm-preinvoice-item,
.psm-history-item {
	display: grid;
	gap: 8px;
	padding: 12px 0;
	border-bottom: 1px solid var(--psm-line);
}

.psm-preinvoice-item:last-child,
.psm-history-item:last-child {
	border-bottom: 0;
}

.psm-preinvoice-item {
	grid-template-columns: 1fr auto;
	align-items: center;
}

.psm-preinvoice-title {
	font-weight: 800;
}

.psm-preinvoice-meta {
	color: var(--psm-muted);
	font-size: 13px;
}

.psm-preinvoice-total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 14px 0;
	padding-top: 12px;
	border-top: 1px solid var(--psm-line);
	font-size: 18px;
}

.psm-preinvoice-warnings:not(:empty) {
	margin: 0 0 12px;
	padding: 10px;
	border-radius: 8px;
	background: #fff7ed;
	color: #9a3412;
}

.psm-final-payment-card {
	display: grid;
	gap: 10px;
	margin-top: 14px;
	padding: 12px;
	border-radius: 8px;
	background: #ecfdf3;
	border: 1px solid #abefc6;
}

.psm-preinvoice-vpn-warning {
	color: #b42318;
	font-size: 17px;
	font-weight: 900;
	line-height: 1.8;
	text-align: center;
}

.psm-pay-final {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	background: var(--psm-green);
	color: #fff;
}

.psm-pay-final svg {
	width: 20px;
	height: 20px;
}

.psm-lead-popup[hidden] {
	display: none !important;
}

.psm-lead-popup {
	position: fixed;
	inset: 0;
	z-index: 45;
	display: grid;
	place-items: center;
	padding: 22px;
	background: rgba(17, 24, 39, .34);
}

.psm-lead-popup-box {
	width: min(100%, 360px);
	padding: 18px;
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--psm-shadow);
	color: var(--psm-ink);
	font-weight: 800;
	line-height: 2;
	text-align: center;
}

.psm-details-form label {
	display: grid;
	gap: 6px;
	font-weight: 700;
}

.psm-error {
	padding: 10px;
	border-radius: 8px;
	background: #fff1f2;
	color: #9f1239;
}

.psm-invoice {
	background: #fff;
}

.psm-invoice header,
.psm-invoice footer {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	align-items: center;
	border-bottom: 1px solid var(--psm-line);
	padding-bottom: 16px;
}

.psm-invoice footer {
	border-top: 1px solid var(--psm-line);
	border-bottom: 0;
	padding-top: 16px;
	margin-top: 16px;
}

.psm-invoice h1 {
	margin: 4px 0 0;
	font-size: 30px;
}

.psm-print-actions {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.psm-invoice-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin: 16px 0;
}

.psm-invoice-grid div {
	border: 1px solid var(--psm-line);
	border-radius: 8px;
	padding: 10px;
}

.psm-invoice-grid .wide {
	grid-column: 1 / -1;
}

.psm-invoice-grid strong,
.psm-invoice-grid span {
	display: block;
}

.psm-invoice-grid strong {
	color: var(--psm-muted);
	font-size: 13px;
	margin-bottom: 4px;
}

.psm-invoice-table {
	width: 100%;
	min-width: 1180px;
	border-collapse: collapse;
	font-size: 14px;
}

.psm-invoice-table-wrap {
	overflow-x: auto;
	border: 1px solid var(--psm-line);
}

.psm-invoice-table th,
.psm-invoice-table td {
	padding: 10px;
	border: 1px solid var(--psm-line);
	text-align: right;
	vertical-align: top;
}

.psm-invoice-totals {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 10px;
	margin-top: 16px;
}

.psm-invoice-totals div {
	display: grid;
	gap: 4px;
	padding: 12px;
	border: 1px solid var(--psm-line);
	border-radius: 8px;
}

.psm-invoice-totals span {
	color: var(--psm-muted);
	font-size: 13px;
}

@media (min-width: 720px) {
	.psm-shell {
		padding-top: 34px;
	}
	#psm-mobile-form {
		grid-template-columns: 1fr auto;
	}
	.psm-product-card {
		display: grid;
		grid-template-columns: 260px 1fr;
	}
	.psm-product-image {
		aspect-ratio: auto;
		min-height: 100%;
	}
	.psm-sticky-bar {
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		width: min(920px, calc(100% - 28px));
		border: 1px solid var(--psm-line);
		border-bottom: 0;
		border-radius: 8px 8px 0 0;
	}
}

@media print {
	.psm-print-actions,
	.psm-sticky-bar {
		display: none !important;
	}
	.psm-page {
		background: #fff;
	}
	.psm-shell {
		width: 100%;
		padding: 0;
	}
	.psm-invoice {
		border: 0;
		box-shadow: none;
	}
	.psm-invoice-table {
		min-width: 0;
		font-size: 9px;
	}
	.psm-invoice-table th,
	.psm-invoice-table td {
		padding: 4px;
	}
}



.psm-landing.psm-has-lead .psm-hero,
.psm-landing.psm-has-lead .psm-mobile-gate,
.psm-landing.psm-has-lead .psm-faq {
	display: none;
}

.psm-landing:not(.psm-has-lead) .psm-hero,
.psm-landing:not(.psm-has-lead) .psm-faq,
.psm-landing:not(.psm-has-lead) .psm-sticky-bar {
	display: none;
}

.psm-landing.psm-has-lead .psm-products {
	display: block;
	margin-top: 0;
}

.psm-qty-stepper {
	display: grid;
	grid-template-columns: 42px 58px 42px;
	align-items: stretch;
	direction: ltr;
	border: 1px solid var(--psm-line);
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}

.psm-qty-stepper input[data-psm-qty] {
	border: 0;
	border-inline: 1px solid var(--psm-line);
	border-radius: 0;
	text-align: center;
	padding: 10px 4px;
	font-weight: 700;
	appearance: textfield;
}

.psm-qty-stepper input[data-psm-qty]::-webkit-outer-spin-button,
.psm-qty-stepper input[data-psm-qty]::-webkit-inner-spin-button {
	appearance: none;
	margin: 0;
}

.psm-qty-btn {
	border: 0;
	background: #fff8ed;
	color: var(--psm-red-dark);
	font-size: 22px;
	font-weight: 800;
	cursor: pointer;
	line-height: 1;
}

.psm-qty-btn:active {
	background: #f3e6d0;
}

@media (max-width: 420px) {
	.psm-variation-row {
		grid-template-columns: 1fr;
	}

	.psm-variation-row .psm-qty-stepper {
		width: 100%;
	}
}

/* Mandegar presale frontend refresh. */
.psm-page,
.psm-page input,
.psm-page button,
.psm-page textarea,
.psm-page select,
.psm-page a {
	font-family: var(--psm-font) !important;
	letter-spacing: 0;
}

.psm-page *,
.psm-page *::before,
.psm-page *::after {
	box-sizing: border-box;
}

.psm-page button,
.psm-page a,
.psm-page input,
.psm-page textarea,
.psm-page select {
	-webkit-tap-highlight-color: transparent;
}

.psm-shell {
	width: min(100% - 24px, 980px);
	padding: 24px 0 124px;
}

.psm-landing:not(.psm-has-lead) .psm-shell {
	display: grid;
	min-height: 100svh;
	align-items: center;
	padding-block: 24px;
}

.psm-landing.psm-has-lead .psm-hero {
	display: block;
}

.psm-landing.psm-has-lead .psm-mobile-gate,
.psm-landing.psm-has-lead .psm-faq {
	display: none;
}

.psm-hero {
	overflow: visible;
	padding: 0 0 20px;
	border: 0;
	border-bottom: 1px solid var(--psm-line);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.psm-brand-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.psm-brand-bar span,
.psm-gate-eyebrow,
.psm-section-heading span,
.psm-preinvoice-eyebrow {
	color: var(--psm-blue);
	font-size: 12px;
	font-weight: 800;
}

.psm-brand-logo {
	display: block;
	width: min(100%, 250px);
	height: auto;
	margin: 0 auto 8px;
	object-fit: contain;
}

.psm-brand-logo-compact {
	width: 150px;
	margin: 0;
}

.psm-seller-card {
	gap: 12px;
}

.psm-seller-photo {
	width: 62px;
	height: 62px;
	border: 2px solid #fff;
	box-shadow: 0 4px 14px rgba(23, 32, 51, .14);
}

.psm-kicker {
	margin-bottom: 3px;
	color: var(--psm-blue);
	font-weight: 700;
}

.psm-hero h1,
.psm-surface h1 {
	margin-bottom: 4px;
	font-size: 24px;
	line-height: 1.4;
}

.psm-seller-card a {
	color: var(--psm-blue);
}

.psm-trust {
	margin: 14px 0 0;
	padding: 10px 12px;
	border-right: 3px solid var(--psm-sky);
	background: var(--psm-pale-blue);
	color: var(--psm-muted);
	font-size: 13px;
	line-height: 1.8;
}

.psm-mobile-gate {
	width: min(100%, 540px);
	margin: 0 auto;
	padding: 24px 20px 20px;
	border: 1px solid var(--psm-line);
	border-top: 4px solid var(--psm-navy);
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--psm-shadow);
	text-align: center;
}

.psm-mobile-gate.is-attention {
	border-color: var(--psm-red);
	box-shadow: 0 0 0 4px rgba(194, 52, 59, .09), var(--psm-shadow);
}

.psm-mobile-gate h1 {
	margin: 8px 0 14px;
	font-size: 25px;
	line-height: 1.45;
}

.psm-gate-seller {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 0 -20px 16px;
	padding: 12px 20px;
	background: var(--psm-pale-blue);
	text-align: right;
}

.psm-gate-seller .psm-seller-photo {
	width: 50px;
	height: 50px;
}

.psm-gate-seller p {
	margin: 0;
	line-height: 1.7;
}

.psm-gate-seller span {
	display: block;
	color: var(--psm-muted);
	font-size: 12px;
}

.psm-gate-seller strong {
	color: var(--psm-navy);
	font-size: 16px;
}

.psm-gate-copy {
	margin: 0 auto;
	max-width: 430px;
	color: var(--psm-muted);
	font-size: 14px;
	line-height: 1.9;
}

#psm-mobile-form {
	grid-template-columns: 1fr;
	gap: 9px;
	margin-top: 18px;
	text-align: right;
}

#psm-mobile-form label,
.psm-details-form label {
	color: var(--psm-ink);
	font-size: 13px;
	font-weight: 800;
}

#psm-mobile-form input,
.psm-details-form input,
.psm-details-form textarea,
.psm-controls select,
.psm-controls input {
	min-height: 50px;
	border-color: #bdc9d7;
	background: #fff;
	color: var(--psm-ink);
}

#psm-mobile-form input {
	direction: ltr;
	text-align: left;
}

#psm-mobile-form input:focus,
.psm-details-form input:focus,
.psm-details-form textarea:focus,
.psm-qty-stepper input:focus {
	outline: 3px solid rgba(77, 152, 204, .2);
	border-color: var(--psm-blue);
}

#psm-mobile-form button,
.psm-button,
.psm-add-button,
.psm-restock-button,
.psm-sticky-bar button,
.psm-sticky-bar a {
	min-height: 48px;
	background: var(--psm-navy);
	color: #fff;
}

#psm-mobile-form button {
	width: 100%;
	font-size: 16px;
}

#psm-mobile-form button:hover,
.psm-button:hover,
.psm-sticky-bar button:hover {
	background: var(--psm-blue);
}

.psm-button.ghost {
	background: #fff;
	color: var(--psm-navy);
	border-color: var(--psm-blue);
}

.psm-gate-trust {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 7px;
	margin: 14px 0 0;
	color: var(--psm-muted);
	font-size: 12px;
	line-height: 1.8;
}

.psm-gate-trust svg {
	flex: 0 0 auto;
	width: 17px;
	height: 17px;
	margin-top: 2px;
	color: var(--psm-green);
}

.psm-form-message {
	color: var(--psm-red);
	font-weight: 700;
}

.psm-products {
	margin-top: 20px;
}

.psm-landing.psm-has-lead .psm-products {
	margin-top: 20px;
}

.psm-history-jump {
	min-height: 48px;
	margin-bottom: 20px;
	border-color: #b9cce0;
	background: #fff;
	color: var(--psm-navy);
}

.psm-section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 14px;
}

.psm-section-heading h2,
.psm-products > h2,
.psm-history h2 {
	margin: 3px 0 0;
	font-size: 21px;
	line-height: 1.5;
}

.psm-section-heading p {
	max-width: 380px;
	margin: 0;
	color: var(--psm-muted);
	font-size: 13px;
	line-height: 1.7;
}

.psm-product-list {
	gap: 16px;
}

.psm-product-card {
	border-color: var(--psm-line);
	background: #fff;
	box-shadow: 0 6px 22px rgba(23, 32, 51, .06);
}

.psm-product-image {
	aspect-ratio: 1 / 1;
	background: #fff;
	border-bottom: 1px solid var(--psm-line);
}

.psm-product-image img,
.psm-product-photo {
	object-fit: contain;
	padding: 10px;
}

.psm-image-fallback {
	background: var(--psm-pale-blue);
	color: var(--psm-mid-blue);
}

.psm-ended-badge {
	animation: none;
	background: rgba(23, 32, 51, .92);
	font-size: 13px;
}

.psm-product-body {
	padding: 18px;
}

.psm-product-body h3 {
	margin-bottom: 7px;
	font-size: 20px;
	line-height: 1.55;
}

.psm-product-body > p {
	margin: 0;
	color: var(--psm-muted);
	font-size: 13px;
	line-height: 1.85;
}

.psm-price-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: stretch;
	gap: 1px;
	margin: 16px 0 12px;
	overflow: hidden;
	border: 1px solid var(--psm-line);
	border-radius: 8px;
	background: var(--psm-line);
}

.psm-price-row > div {
	display: grid;
	align-content: center;
	gap: 4px;
	min-height: 76px;
	padding: 10px 12px;
	background: #fff;
}

.psm-price-row span {
	color: var(--psm-muted);
	font-size: 11px;
	font-weight: 700;
}

.psm-price-row .psm-price-original del,
.psm-price-row .psm-price-original strong {
	color: var(--psm-red);
	font-size: 15px;
	font-weight: 800;
}

.psm-price-row .psm-price-presale {
	background: var(--psm-green-soft);
}

.psm-price-row .psm-price-presale strong {
	color: var(--psm-green);
	font-size: 19px;
	line-height: 1.45;
}

.psm-purchase-discount-badge,
.psm-preinvoice-discount {
	display: inline-flex;
	width: fit-content;
	padding: 3px 7px;
	border: 1px solid #9cd5b9;
	border-radius: 6px;
	background: #ecfdf3;
	color: #087443;
	font-size: 11px;
	font-style: normal;
	font-weight: 800;
	line-height: 1.6;
}

.psm-preinvoice-discount {
	margin-top: 5px;
}

.psm-delivery,
.psm-stock-text {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	margin: 4px 0 0 6px;
	padding: 5px 9px;
	border-right: 3px solid var(--psm-mid-blue);
	background: var(--psm-pale-blue);
	color: var(--psm-ink);
	font-size: 12px;
}

.psm-stock-text {
	border-right-color: var(--psm-green);
	background: var(--psm-green-soft);
}

.psm-choice-title {
	margin: 18px 0 8px;
	font-size: 14px;
	line-height: 1.6;
}

.psm-variation-list {
	gap: 8px;
	margin-top: 0;
}

.psm-variation-row {
	gap: 12px;
	padding: 12px;
	border-color: #cbd7e3;
	background: #f9fbfd;
}

.psm-variation-info > strong {
	color: var(--psm-navy);
	font-size: 14px;
}

.psm-variation-row .psm-variation-price {
	display: flex;
	align-items: baseline;
	gap: 7px;
	margin-top: 7px;
}

.psm-variation-price del {
	color: var(--psm-red);
	font-size: 11px;
}

.psm-variation-price strong {
	color: var(--psm-green);
	font-size: 13px;
}

.psm-controls-qty-only {
	grid-template-columns: minmax(156px, 192px);
	margin: 0;
}

.psm-qty-stepper {
	grid-template-columns: 48px 60px 48px;
	min-height: 48px;
	border-color: #b8c7d6;
	background: #fff;
}

.psm-qty-stepper input[data-psm-qty],
.psm-qty-stepper input[data-psm-preview-qty] {
	min-width: 0;
	min-height: 48px;
	padding: 8px 2px;
	border-inline-color: #c8d3df;
	font-size: 16px;
}

.psm-qty-btn {
	min-width: 48px;
	min-height: 48px;
	background: var(--psm-pale-blue);
	color: var(--psm-navy);
	font-size: 23px;
}

.psm-qty-btn:hover,
.psm-qty-btn:active {
	background: #dcecf6;
}

.psm-disabled-button {
	min-height: 46px;
	background: #8b97a6;
	color: #fff;
}

.psm-ended-copy {
	margin: 12px 0 !important;
}

.psm-restock-button {
	width: 100%;
	background: var(--psm-blue);
}

.psm-history,
.psm-faq,
.psm-surface,
.psm-invoice {
	border-color: var(--psm-line);
	background: #fff;
	box-shadow: 0 6px 22px rgba(23, 32, 51, .05);
}

.psm-history-item {
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 6px 14px;
}

.psm-history-item .psm-button {
	grid-column: 2;
	grid-row: 1 / span 3;
	min-height: 42px;
}

.psm-sticky-bar {
	gap: 7px;
	padding: 9px 12px max(9px, env(safe-area-inset-bottom));
	border-top-color: #cbd6e2;
	background: #fff;
	box-shadow: 0 -8px 24px rgba(23, 32, 51, .1);
	backdrop-filter: none;
}

.psm-vpn-warning {
	padding: 5px 8px;
	border-right: 3px solid #d97706;
	background: #fff8e8;
	color: #8a4b08;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.6;
}

.psm-sticky-bar button,
.psm-sticky-bar a {
	min-height: 50px;
	padding: 11px 14px;
	background: var(--psm-navy);
	font-size: 14px;
}

.psm-sticky-message {
	color: var(--psm-red);
	font-weight: 700;
}

.psm-preinvoice {
	background: rgba(15, 23, 42, .56);
}

.psm-preinvoice-box {
	border-top: 4px solid var(--psm-navy);
	background: #fff;
	box-shadow: 0 24px 70px rgba(15, 23, 42, .28);
}

.psm-preinvoice-box h2 {
	margin: 4px 0 16px;
	font-size: 22px;
}

.psm-close {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	background: #edf1f5;
	color: var(--psm-ink);
}

.psm-preinvoice-item {
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px 14px;
	padding: 14px 0;
}

.psm-preinvoice-item > strong {
	grid-column: 1 / -1;
	padding-top: 8px;
	border-top: 1px dashed var(--psm-line);
	color: var(--psm-green);
	text-align: left;
}

.psm-preinvoice-price del {
	margin-left: 7px;
	color: var(--psm-red);
}

.psm-preinvoice-price strong {
	color: var(--psm-green);
}

.psm-preinvoice-total {
	padding: 14px;
	border: 1px solid #b9dec9;
	border-radius: 8px;
	background: var(--psm-green-soft);
}

.psm-preinvoice-total strong {
	color: var(--psm-green);
}

.psm-preinvoice-warnings:not(:empty),
.psm-preinvoice-vpn-warning {
	background: #fff8e8;
	color: #8a4b08;
}

.psm-final-payment-card {
	border-color: #a9d8bd;
	background: var(--psm-green-soft);
}

.psm-pay-final,
.psm-pay-final:hover {
	background: var(--psm-green);
}

.psm-lead-popup {
	background: rgba(15, 23, 42, .5);
}

.psm-lead-popup-box {
	border-top: 4px solid var(--psm-green);
	background: #fff;
	color: var(--psm-ink);
}

.psm-page :focus-visible {
	outline: 3px solid rgba(77, 152, 204, .4);
	outline-offset: 2px;
}

@media (min-width: 720px) {
	.psm-shell {
		padding-top: 28px;
	}

	#psm-mobile-form {
		grid-template-columns: 1fr;
	}

	.psm-product-card {
		grid-template-columns: 280px minmax(0, 1fr);
	}

	.psm-product-image {
		aspect-ratio: auto;
		min-height: 100%;
		border-left: 1px solid var(--psm-line);
		border-bottom: 0;
	}

	.psm-sticky-bar {
		grid-template-columns: 230px minmax(0, 1fr);
		width: min(980px, calc(100% - 24px));
	}

	.psm-vpn-warning {
	display: flex;
		align-items: center;
		justify-content: center;
	}

	.psm-sticky-message {
		grid-column: 1 / -1;
	}

	.psm-preinvoice {
		place-items: center;
	}
}

@media (max-width: 560px) {
	.psm-shell {
		width: min(100% - 20px, 980px);
		padding-top: 14px;
	}

	.psm-mobile-gate {
		padding: 20px 16px 18px;
	}

	.psm-gate-seller {
		margin-inline: -16px;
		padding-inline: 16px;
	}

	.psm-mobile-gate h1 {
		font-size: 22px;
	}

	.psm-brand-logo {
		width: min(100%, 220px);
	}

	.psm-brand-logo-compact {
		width: 126px;
	}

	.psm-brand-bar {
		gap: 10px;
	}

	.psm-section-heading {
		display: block;
	}

	.psm-section-heading p {
		margin-top: 6px;
	}

	.psm-product-body {
		padding: 15px;
	}

	.psm-price-row .psm-price-presale strong {
		font-size: 16px;
	}

	.psm-variation-row {
		grid-template-columns: 1fr;
	}

	.psm-variation-row .psm-qty-stepper,
	.psm-controls-qty-only .psm-qty-stepper {
		width: 156px;
	}

	.psm-history-item {
		grid-template-columns: 1fr;
	}

	.psm-history-item .psm-button {
		grid-column: 1;
		grid-row: auto;
	}

	.psm-preinvoice {
		padding: 0;
	}

	.psm-preinvoice-box {
		width: 100%;
		max-height: 90svh;
		border-radius: 8px 8px 0 0;
		padding: 18px 14px max(18px, env(safe-area-inset-bottom));
	}

	.psm-preinvoice-item {
		grid-template-columns: 1fr;
	}

	.psm-preinvoice-item > strong {
		grid-column: 1;
	}
}

/* Corrective frontend patch: payment, details submit, and invoice retry states. */
.psm-page .psm-preinvoice .psm-final-payment-card button.psm-pay-final:not(:disabled):not([aria-busy="true"]) {
	background: #0e633d !important;
	color: #fff !important;
	cursor: pointer;
	filter: none !important;
	opacity: 1 !important;
}

.psm-page .psm-preinvoice .psm-final-payment-card button.psm-pay-final[aria-busy="true"] {
	background: #2f7d5a !important;
	color: #fff !important;
	cursor: wait;
	filter: none !important;
	opacity: 1 !important;
}

.psm-page .psm-preinvoice .psm-final-payment-card button.psm-pay-final:disabled:not([aria-busy="true"]) {
	background: #718096 !important;
	color: #f7fafc !important;
	cursor: not-allowed;
	filter: grayscale(.15);
	opacity: .78 !important;
}

.psm-page .psm-preinvoice .psm-final-payment-card button.psm-pay-final svg {
	color: #fff !important;
	stroke: currentColor;
}

.psm-page .psm-details-form > button.psm-button[type="submit"]:not(:disabled):not([aria-busy="true"]) {
	background: #0e633d !important;
	color: #fff !important;
	cursor: pointer;
	filter: none !important;
	opacity: 1 !important;
}

.psm-page .psm-details-form > button.psm-button[type="submit"][aria-busy="true"] {
	background: #2f7d5a !important;
	color: #fff !important;
	cursor: wait;
	opacity: 1 !important;
}

.psm-page .psm-details-form > button.psm-button[type="submit"]:disabled:not([aria-busy="true"]) {
	background: #718096 !important;
	color: #f7fafc !important;
	cursor: not-allowed;
	opacity: .78 !important;
}

.psm-page .psm-payment-reassurance {
	color: var(--psm-blue);
	font-weight: 700;
	text-decoration: none;
	cursor: default;
}

.psm-page .psm-invoice-recovery-slot {
	display: grid;
	place-items: center;
	min-height: 64px;
	margin-top: 12px;
}

.psm-page .psm-invoice-countdown {
	margin: 0;
	color: var(--psm-blue);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.8;
	text-align: center;
}

.psm-page .psm-invoice-countdown strong {
	display: inline-block;
	min-width: 2ch;
	color: var(--psm-navy);
	font-size: 16px;
	font-variant-numeric: tabular-nums;
}

.psm-page [data-psm-invoice-countdown][hidden],
.psm-page [data-psm-invoice-retry][hidden] {
	display: none !important;
}

.psm-page .psm-invoice-recovery-slot [data-psm-invoice-retry] {
	margin-top: 0;
}

.psm-invoice-wait[hidden] {
	display: none;
}

.psm-invoice-wait {
	position: fixed;
	z-index: 100000;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 18px;
	background: rgba(17, 24, 39, .62);
}

.psm-invoice-wait__panel {
	width: min(100%, 420px);
	padding: 28px 22px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(0, 0, 0, .24);
	text-align: center;
}

.psm-invoice-wait__panel h2 {
	margin: 16px 0 8px;
	font-size: 21px;
	line-height: 1.6;
}

.psm-invoice-wait__panel p {
	margin: 0;
	color: var(--psm-muted);
	line-height: 1.9;
}

.psm-invoice-wait__panel .psm-button {
	margin-top: 18px;
}

.psm-wait-spinner {
	width: 38px;
	height: 38px;
	margin: 0 auto;
	border: 4px solid var(--psm-line);
	border-top-color: var(--psm-blue);
	border-radius: 50%;
	animation: psm-wait-spin .8s linear infinite;
}

.psm-invoice-wait.is-timeout .psm-wait-spinner {
	display: none;
}

@keyframes psm-wait-spin {
	to {
		transform: rotate(360deg);
	}
}

@media (prefers-reduced-motion: reduce) {
	.psm-page *,
	.psm-page *::before,
	.psm-page *::after {
		scroll-behavior: auto !important;
		animation: none !important;
		transition: none !important;
	}
}

/* Frontend Phase 1: compact mobile ordering flow. */
.psm-product-brand {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--psm-line);
}

.psm-product-brand .psm-brand-logo {
	width: 132px;
	margin: 0;
}

.psm-mobile-gate {
	padding-top: 18px;
}

.psm-mobile-gate > .psm-brand-logo {
	width: min(100%, 210px);
	margin-bottom: 2px;
}

.psm-mobile-gate h1 {
	margin-top: 4px;
	margin-bottom: 10px;
}

.psm-gate-seller {
	margin-bottom: 12px;
	padding-block: 10px;
}

.psm-gate-copy {
	line-height: 1.8;
}

#psm-mobile-form {
	margin-top: 14px;
}

.psm-ended-heading {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 30px 0 16px !important;
	color: #b42318;
	font-size: 23px !important;
	font-weight: 900;
	text-align: center;
}

.psm-ended-heading::before,
.psm-ended-heading::after {
	content: "";
	flex: 1 1 auto;
	height: 1px;
	background: #e6aaa5;
}

.psm-ended-heading span {
	flex: 0 1 auto;
}

.psm-product-card.status-pre_sale_ended .psm-product-photo {
	filter: brightness(.86);
}

.psm-ended-badge {
	inset: 50% auto auto 50%;
	width: calc(100% - 34px);
	padding: 12px 10px;
	border: 1px solid rgba(180, 35, 24, .22);
	border-radius: 6px;
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, .9);
	box-shadow: 0 4px 16px rgba(23, 32, 51, .12);
	color: #a51d27;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.75;
}

.psm-restock-button,
.psm-restock-button:hover,
.psm-restock-button:focus-visible {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 50px;
	background: #147a4b;
	color: #fff;
}

.psm-restock-button svg {
	flex: 0 0 auto;
	width: 21px;
	height: 21px;
}

.psm-restock-button:disabled,
.psm-restock-button.is-done {
	background: #176b46;
	color: #fff;
	opacity: .9;
}

.psm-choice-title {
	margin-top: 19px;
	font-size: 17px;
	font-weight: 900;
}

.psm-qty-stepper {
	grid-template-columns: 50px 64px 50px;
	min-height: 50px;
	border-width: 2px;
	border-color: #9fb2c5;
	box-shadow: 0 2px 8px rgba(23, 32, 51, .06);
}

.psm-qty-btn {
	min-width: 50px;
	min-height: 50px;
	background: #e6f1f8;
	font-size: 25px;
}

.psm-qty-stepper input[data-psm-qty],
.psm-qty-stepper input[data-psm-preview-qty] {
	min-height: 50px;
	font-size: 19px;
	font-weight: 900;
}

.psm-controls-qty-only {
	grid-template-columns: minmax(164px, 198px);
}

.psm-price-row .psm-price-presale strong {
	color: #116a43;
	font-size: 23px;
	font-weight: 900;
}

.psm-preinvoice-vpn-warning {
	padding: 8px 9px;
	color: #7a4b00;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.85;
}

.psm-vpn-token {
	color: #b42318;
	font-weight: 900;
}

.psm-payment-reassurance {
	margin: 0;
	color: var(--psm-muted);
	font-size: 13px;
	line-height: 1.8;
	text-align: center;
}

.psm-pay-final,
.psm-pay-final:hover,
.psm-pay-final:focus-visible {
	min-height: 52px;
	background: #0e633d;
	color: #fff;
	font-size: 16px;
}

.psm-pay-final svg {
	color: #fff;
}

.psm-pay-final:disabled,
.psm-pay-final[aria-busy="true"] {
	background: #718096;
	color: #f7fafc;
	cursor: wait;
	opacity: .88;
}

.psm-details-form {
	gap: 12px;
}

.psm-field-label {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
}

.psm-field-status {
	color: #6b7280;
	font-size: 11px;
	font-weight: 600;
}

.psm-field-status.is-optional {
	color: #64748b;
}

.psm-field.has-error .psm-field-status {
	color: #b42318;
	font-weight: 800;
}

.psm-field.has-error input,
.psm-field.has-error textarea,
.psm-details-form [aria-invalid="true"] {
	border-color: #b42318;
	box-shadow: 0 0 0 2px rgba(180, 35, 24, .12);
}

.psm-error {
	margin: 12px 0;
	border-right: 3px solid #b42318;
	font-weight: 700;
	line-height: 1.8;
}

.psm-invoice-wait__panel p {
	white-space: pre-line;
}

.psm-invoice-wait.is-timeout .psm-invoice-wait__panel {
	border-top: 4px solid #b7791f;
}

@media (max-width: 560px) {
	.psm-mobile-gate {
		padding-top: 15px;
	}

	.psm-mobile-gate > .psm-brand-logo {
		width: min(100%, 192px);
	}

	.psm-mobile-gate h1 {
		font-size: 21px;
	}

	.psm-product-brand .psm-brand-logo {
		width: 116px;
	}

	.psm-ended-heading {
		gap: 8px;
		font-size: 20px !important;
	}

	.psm-price-row .psm-price-presale strong {
		font-size: 20px;
	}

	.psm-variation-row .psm-qty-stepper,
	.psm-controls-qty-only .psm-qty-stepper {
		width: 164px;
	}
}

/* Customer operation feedback: mobile registration, pre-invoice, and payment. */
.psm-preinvoice-top-actions {
	position: sticky;
	top: -18px;
	z-index: 4;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	margin: 12px -18px 8px;
	padding: 10px 18px;
	border-block: 1px solid var(--psm-line);
	background: rgba(255, 255, 255, .98);
	box-shadow: 0 5px 14px rgba(23, 32, 51, .06);
}

.psm-preinvoice-top-actions p {
	min-width: 0;
	margin: 0;
	color: #5f4a26;
	font-size: 12px;
	line-height: 1.75;
}

.psm-preinvoice-top-actions .psm-pay-top {
	min-width: 88px;
	min-height: 40px;
	padding: 8px 14px;
	background: #0e633d;
	font-size: 14px;
}

.psm-preinvoice-top-actions .psm-pay-top:disabled,
.psm-preinvoice-top-actions .psm-pay-top[aria-busy="true"] {
	background: #718096;
	cursor: wait;
	opacity: .88;
}

.psm-gateway-selector {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin: 14px 0;
	padding: 0;
	border: 0;
}

.psm-gateway-selector legend {
	grid-column: 1 / -1;
	margin-bottom: 4px;
	font-weight: 700;
}

.psm-gateway-selector label {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 58px;
	padding: 9px 10px;
	border: 1px solid #d8dee8;
	border-radius: 6px;
	background: #fff;
	cursor: pointer;
}

.psm-gateway-selector label:has(input:checked) {
	border-color: #243b8f;
	box-shadow: 0 0 0 1px #243b8f;
}

.psm-gateway-selector input {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: #243b8f;
}

.psm-gateway-selector span,
.psm-gateway-selector strong,
.psm-gateway-selector small {
	display: block;
}

.psm-gateway-selector small {
	margin-top: 2px;
	color: #5f6775;
}

.psm-gateway-unavailable {
	padding: 10px;
	border-right: 3px solid #b42318;
	background: #fff4f2;
	color: #8a1c14;
}

@media (max-width: 520px) {
	.psm-gateway-selector {
		grid-template-columns: 1fr;
	}
}

.psm-operation-popup[hidden] {
	display: none !important;
}

.psm-operation-popup {
	position: fixed;
	inset: 0;
	z-index: 100100;
	display: grid;
	place-items: center;
	padding: 18px;
	background: rgba(17, 24, 39, .62);
}

.psm-operation-popup__panel {
	position: relative;
	width: min(100%, 390px);
	box-sizing: border-box;
	padding: 26px 22px 22px;
	border-top: 4px solid var(--psm-blue);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 20px 50px rgba(0, 0, 0, .24);
	text-align: center;
}

.psm-operation-popup__close {
	position: absolute;
	inset-block-start: 10px;
	inset-inline-end: 10px;
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #eef2f6;
	color: var(--psm-navy);
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}

.psm-operation-popup__close[hidden] {
	display: none !important;
}

.psm-operation-popup__close:focus-visible {
	outline: 3px solid rgba(35, 63, 143, .3);
	outline-offset: 2px;
}

.psm-operation-popup__panel:focus {
	outline: none;
}

.psm-operation-popup__visual {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	margin: 0 auto 14px;
}

.psm-operation-spinner {
	width: 42px;
	height: 42px;
	box-sizing: border-box;
	border: 4px solid #dce4ed;
	border-top-color: var(--psm-blue);
	border-radius: 50%;
	animation: psm-operation-spin .8s linear infinite;
}

.psm-operation-check {
	display: none;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--psm-green-soft);
	color: var(--psm-green);
	font-size: 31px;
	font-weight: 900;
	line-height: 1;
}

.psm-operation-popup.is-success .psm-operation-popup__panel {
	border-top-color: var(--psm-green);
}

.psm-operation-popup.is-success .psm-operation-spinner,
.psm-operation-popup.is-error .psm-operation-spinner {
	display: none;
}

.psm-operation-popup.is-success .psm-operation-check {
	display: grid;
}

.psm-operation-popup.is-error .psm-operation-popup__panel {
	border-top-color: var(--psm-red);
}

.psm-operation-popup.is-error .psm-operation-popup__visual::before {
	content: "!";
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #fff0f0;
	color: var(--psm-red);
	font-size: 30px;
	font-weight: 900;
	line-height: 1;
}

.psm-operation-popup h2 {
	margin: 0 0 7px;
	font-size: 20px;
	line-height: 1.65;
	letter-spacing: 0;
}

.psm-operation-popup p {
	margin: 0;
	color: var(--psm-muted);
	font-size: 14px;
	line-height: 1.9;
	white-space: pre-line;
}

.psm-operation-popup .psm-operation-stage {
	margin-top: 12px;
	padding-top: 11px;
	border-top: 1px solid var(--psm-line);
	color: var(--psm-blue);
	font-weight: 800;
}

.psm-operation-countdown {
	display: inline-grid;
	grid-template-columns: auto 42px auto;
	align-items: baseline;
	justify-content: center;
	gap: 5px;
	min-height: 38px;
	margin-top: 12px;
	color: var(--psm-muted);
	font-size: 12px;
}

.psm-operation-countdown[hidden],
.psm-operation-stage[hidden],
.psm-operation-retry[hidden] {
	display: none !important;
}

.psm-operation-countdown strong {
	display: inline-block;
	min-width: 2ch;
	color: var(--psm-navy);
	font-size: 26px;
	font-variant-numeric: tabular-nums;
	line-height: 1;
}

.psm-operation-retry {
	width: 100%;
	margin-top: 18px;
	background: var(--psm-red);
}

@keyframes psm-operation-spin {
	to {
		transform: rotate(360deg);
	}
}

@media (max-width: 420px) {
	.psm-preinvoice-top-actions {
		grid-template-columns: minmax(0, 1fr) 82px;
		gap: 8px;
		margin-inline: -14px;
		padding-inline: 14px;
	}

	.psm-preinvoice-top-actions .psm-pay-top {
		min-width: 82px;
		padding-inline: 10px;
	}

	.psm-operation-popup {
		padding: 12px;
	}

	.psm-operation-popup__panel {
		padding: 23px 18px 20px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.psm-operation-spinner {
		animation-duration: 1.6s;
	}
}
