﻿/* ==========================================================================
   ARTbuilding checkout-test — premium, compact, mobile-first
   Scoped under .art-checkout so site header/footer stay untouched
   ========================================================================== */

.art-checkout {
	--art-navy: #052454;
	--art-navy-dark: #031a3d;
	--art-navy-soft: #eef3f9;
	--art-navy-line: rgba(5, 36, 84, 0.18);
	--art-green: #16a34a;
	--art-green-soft: #dcfce7;
	--art-burgundy: #6a2033;
	--art-burgundy-deep: #491522;
	--art-burgundy-hot: #8a2955;
	--art-bg: #f6f8fb;
	--art-card: #ffffff;
	--art-border: #e1e6ee;
	--art-border-strong: #cdd6e3;
	--art-text: #13233a;
	--art-muted: #6b7a90;
	--art-err: #b42318;
	--art-err-soft: #fee4e2;
	--art-radius-lg: 14px;
	--art-radius: 12px;
	--art-radius-sm: 10px;
	--art-shadow: 0 8px 28px rgba(15, 42, 75, 0.05);
	--art-focus: 0 0 0 3px rgba(5, 36, 84, 0.18);
	--art-sticky-top: 88px;
	--art-sticky-gap: 22px;
	--art-sticky-bottom: 16px;
	--art-checkout-max: 1320px;
	--art-bg-badge-w: 114px;
	--art-bg-badge-h: 38px;
	color: var(--art-text);
	font-family: inherit;
	font-size: 15px;
	line-height: 1.5;
	background: transparent;
}

#checkout-test.art-checkout.container {
	max-width: var(--art-checkout-max);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
/* HVAC spiral atmosphere — ONLY checkout-test page (html class set by art-checkout.js) */
html.art-checkout-page,
html.art-checkout-page body {
	background-color: #eef3f9 !important;
}

html.art-checkout-page body::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		radial-gradient(ellipse 80% 50% at 90% 10%, rgba(10, 74, 138, 0.16), transparent 55%),
		radial-gradient(ellipse 60% 40% at 5% 80%, rgba(86, 173, 86, 0.09), transparent 50%),
		linear-gradient(180deg, #e8eef7 0%, #f4f7fb 42%, #eaf0f8 100%);
}

html.art-checkout-page body::after {
	content: "";
	position: fixed;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	opacity: 0.5;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='480' height='480' viewBox='0 0 480 480'%3E%3Cg fill='none' stroke='%23052454' stroke-opacity='0.12' stroke-width='1.25'%3E%3Cpath d='M240 240c0-88 72-160 160-160'/%3E%3Cpath d='M240 240c0-66 54-120 120-120'/%3E%3Cpath d='M240 240c0-44 36-80 80-80'/%3E%3Cpath d='M240 240c88 0 160 72 160 160'/%3E%3Cpath d='M240 240c66 0 120 54 120 120'/%3E%3Cpath d='M240 240c0 88-72 160-160 160'/%3E%3Cpath d='M240 240c-88 0-160-72-160-160'/%3E%3Cpath d='M80 120c40-28 88-40 132-28M60 280c48 36 108 44 164 20M400 100c-36 40-48 96-28 148' stroke-opacity='0.09'/%3E%3C/g%3E%3C/svg%3E");
	background-size: 420px 420px;
	background-repeat: repeat;
	animation: art-page-spiral 80s linear infinite;
}

html.art-checkout-page #wrapper,
html.art-checkout-page #content,
html.art-checkout-page main,
html.art-checkout-page .container {
	position: relative;
	z-index: 1;
	background: transparent !important;
}

@keyframes art-page-spiral {
	from { background-position: 0 0; }
	to { background-position: 420px 420px; }
}


.art-checkout,
.art-checkout *,
.art-checkout *::before,
.art-checkout *::after {
	box-sizing: border-box;
}

.art-checkout .visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.art-checkout [hidden] {
	display: none !important;
}

/* overflow-x: clip/hidden on ancestors breaks position:sticky — keep scroll chain open */
html:has(#checkout-test),
html:has(#checkout-test) body,
html.art-checkout-page,
html.art-checkout-page body {
	overflow-x: visible !important;
	overflow-y: visible !important;
}

html:has(#checkout-test) #wrapper,
html:has(#checkout-test) #content,
html:has(#checkout-test) #ab43-wrap,
html:has(#checkout-test) .empire-below-header,
html:has(#checkout-test) main,
html:has(#checkout-test) .wrapper,
html:has(#checkout-test) .container,
html.art-checkout-page #wrapper,
html.art-checkout-page #content,
html.art-checkout-page #ab43-wrap,
html.art-checkout-page .empire-below-header,
html.art-checkout-page main,
html.art-checkout-page .wrapper,
html.art-checkout-page .container {
	overflow: visible !important;
}

/* Page hero */
.art-checkout-hero {
	margin: 0 0 12px;
	padding: 12px 16px 11px;
	background: linear-gradient(125deg, #021530 0%, #052454 42%, #0a4a8a 78%, #0d5c6e 100%) !important;
	background-size: 160% 160% !important;
	animation: art-hero-gradient 10s ease-in-out infinite alternate;
	border-radius: var(--art-radius-lg);
	color: #fff !important;
	box-shadow: 0 12px 36px rgba(5, 36, 84, 0.28);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	overflow: hidden;
	position: relative;
	min-height: 96px;
	float: none !important;
	width: auto !important;
	border-bottom: 0 !important;
}

.art-checkout-hero::before {
	content: "";
	position: absolute;
	inset: -40% auto auto -20%;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(86, 173, 86, 0.22) 0%, transparent 70%);
	pointer-events: none;
	animation: art-hero-glow 6s ease-in-out infinite alternate;
}

.art-checkout-hero__art {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
	overflow: hidden;
}

.art-checkout-hero__art-svg {
	position: absolute;
	right: -28px;
	top: 50%;
	transform: translateY(-50%);
	width: min(520px, 68%);
	height: 140%;
	opacity: 0.95;
}

.art-checkout-hero__spiral {
	stroke-dasharray: 280;
	stroke-dashoffset: 40;
	animation: art-hero-spiral 7s linear infinite;
}

.art-checkout-hero__spiral--2 {
	animation-duration: 9s;
	animation-direction: reverse;
	opacity: 0.85;
}

.art-checkout-hero__spiral--3 {
	animation-duration: 11s;
	opacity: 0.7;
}

.art-checkout-hero__spiral--4 {
	animation: art-hero-air 5.5s ease-in-out infinite alternate;
}

.art-checkout-hero__copy {
	flex: 1 1 auto;
	min-width: 0;
	position: relative;
	z-index: 1;
	max-width: 58%;
}

.art-checkout-hero__icon {
	flex: 0 0 auto;
	width: 88px;
	height: 88px;
	opacity: 1;
	align-self: center;
	margin-top: 0;
	margin-right: 4px;
	position: relative;
	z-index: 1;
	animation: art-hero-float 3.6s ease-in-out infinite;
	filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.32));
}

.art-checkout-hero__icon svg {
	display: block;
	width: 88px;
	height: 88px;
}

.art-checkout-hero__fan {
	transform-box: fill-box;
	transform-origin: center;
	animation: art-hero-fan 4.8s linear infinite;
}

.art-checkout-hero h1 {
	margin: 0 0 6px !important;
	padding: 0 !important;
	font-size: clamp(22px, 2.2vw, 28px) !important;
	font-weight: 800 !important;
	letter-spacing: -0.02em;
	color: #fff !important;
	line-height: 1.15;
	float: none !important;
	width: auto !important;
	max-width: 100%;
	border: 0 !important;
	border-bottom: 0 !important;
}

.art-checkout-hero p {
	margin: 0 !important;
	color: rgba(255, 255, 255, 0.92) !important;
	font-size: 14.5px;
	line-height: 1.4;
	max-width: 42em;
	float: none !important;
	border: 0 !important;
}

@keyframes art-hero-gradient {
	0% { background-position: 0% 40%; }
	100% { background-position: 100% 60%; }
}

@keyframes art-hero-float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-7px); }
}

@keyframes art-hero-glow {
	0% { opacity: 0.55; transform: scale(1); }
	100% { opacity: 1; transform: scale(1.12); }
}

@keyframes art-hero-spiral {
	to { stroke-dashoffset: -280; }
}

@keyframes art-hero-air {
	0% { opacity: 0.35; transform: translateX(0); }
	100% { opacity: 0.7; transform: translateX(6px); }
}

@keyframes art-hero-fan {
	to { transform: rotate(360deg); }
}

@media (min-width: 768px) {
	.art-checkout-hero {
		margin-left: 0;
		margin-right: 0;
		padding: 14px 20px 12px;
		gap: 20px;
		min-height: 108px;
	}

	.art-checkout-hero__icon {
		width: 100px;
		height: 100px;
		margin-right: 10px;
	}

	.art-checkout-hero__icon svg {
		width: 100px;
		height: 100px;
	}

	.art-checkout-hero__art-svg {
		width: min(560px, 62%);
		right: -18px;
	}
}

@media (max-width: 767.98px) {
	.art-checkout-hero__copy {
		max-width: 62%;
	}

	.art-checkout-hero__icon {
		width: 72px;
		height: 72px;
	}

	.art-checkout-hero__icon svg {
		width: 72px;
		height: 72px;
	}

	.art-checkout-hero p {
		font-size: 13.5px;
	}

	.art-checkout-hero__art-svg {
		opacity: 0.55;
		width: 70%;
	}
}
/* Auth tabs */
.art-checkout-auth {
	margin: 0 0 14px;
	padding: 10px 12px;
	background: #fff;
	border: 1px solid var(--art-border);
	border-radius: var(--art-radius);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 12px;
}

.art-checkout-auth.is-logged .art-checkout-auth__label,
.art-checkout-auth.is-logged .art-checkout-auth__tabs {
	display: none;
}

.art-checkout-auth__label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--art-navy);
	font-weight: 600;
	font-size: 14px;
	flex: 0 0 auto;
	padding-right: 10px;
	border-right: 1px solid var(--art-border);
	min-height: 36px;
}

.art-checkout-auth__tabs {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 6px;
	flex: 1 1 auto;
}

.art-checkout-auth__tab {
	appearance: none;
	background: #fff;
	border: 1px solid var(--art-border-strong);
	border-radius: 8px;
	padding: 7px 14px;
	font-size: 13px;
	font-weight: 600;
	color: var(--art-text);
	cursor: pointer;
	text-decoration: none;
	line-height: 1.2;
	min-height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background .15s ease, border-color .15s ease, color .15s ease;
}

.art-checkout-auth__tab:hover {
	border-color: var(--art-navy);
	color: var(--art-navy);
}

.art-checkout-auth__tab.is-active {
	background: var(--art-green);
	border-color: var(--art-green);
	color: #fff;
}

.art-checkout-auth__logged {
	margin: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 12px;
	font-size: 13.5px;
	color: var(--art-muted);
}

.art-checkout-auth__logged strong {
	color: var(--art-navy);
}

.art-checkout-auth__logged-actions {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-left: auto;
}

.art-checkout-auth__logged .art-checkout-linkbtn {
	margin-left: 0;
}

.art-checkout-linkbtn {
	appearance: none;
	background: none;
	border: 0;
	padding: 0;
	color: var(--art-navy);
	font-weight: 600;
	cursor: pointer;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.art-checkout-linkbtn:hover {
	color: var(--art-navy-dark);
}

.art-checkout-auth__logout,
a.art-checkout-btn.art-checkout-auth__logout {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 7px 14px;
	border-radius: 999px;
	border: none;
	background: var(--art-navy);
	color: #fff !important;
	font-size: 12.5px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none !important;
	box-shadow: none;
	white-space: nowrap;
}

.art-checkout-auth__logout:hover,
a.art-checkout-btn.art-checkout-auth__logout:hover {
	background: #0a4a8a;
	color: #fff !important;
	text-decoration: none !important;
}

.art-checkout-login {
	width: 100%;
	margin-top: 10px;
	padding-top: 12px;
	border-top: 1px dashed var(--art-border);
}

.art-checkout-login__actions {
	display: flex;
	gap: 10px;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 10px;
}

/* Layout */
.art-checkout-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	margin-bottom: 24px;
}

@media (min-width: 992px) {
	.art-checkout-layout {
		grid-template-columns: minmax(0, 1fr) 340px;
		gap: 16px;
	}
}

@media (min-width: 1280px) {
	.art-checkout-layout {
		grid-template-columns: minmax(0, 1fr) 356px;
		gap: 18px;
	}
}

/* Steps */
.art-checkout-main {
	background: #fff;
	border: 1px solid var(--art-border);
	border-radius: var(--art-radius-lg);
	box-shadow: var(--art-shadow);
	overflow: hidden;
}

.art-checkout-step {
	padding: 10px 12px 11px;
	border-bottom: 1px solid var(--art-border);
}

.art-checkout-step__head {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	margin-bottom: 10px;
}

.art-checkout-step__num {
	flex: 0 0 auto;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: var(--art-navy);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 12.5px;
	font-weight: 700;
	line-height: 1;
	margin-top: 1px;
}

.art-checkout-step__titles h2 {
	margin: 0;
	font-size: 15.5px;
	font-weight: 700;
	color: var(--art-navy);
	line-height: 1.2;
}

.art-checkout-step__titles p {
	margin: 1px 0 0;
	font-size: 12.5px;
	color: var(--art-muted);
}

.art-checkout-step__body {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.art-checkout-step:last-child {
	border-bottom: 0;
}

/* Grid */
.art-checkout-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 720px) {
	.art-checkout-grid--2 {
		grid-template-columns: 1fr 1fr;
	}
	.art-checkout-grid--3 {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.art-checkout-grid--3-1 {
		grid-template-columns: minmax(140px, 220px) minmax(0, 1fr);
	}
}

/* Fields */
.art-checkout-field {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
}

.art-checkout-field > label {
	font-size: 13px;
	font-weight: 500;
	color: var(--art-navy);
	margin: 0;
}

.art-checkout-field input,
.art-checkout-field select,
.art-checkout-field textarea {
	width: 100%;
	min-height: 38px;
	padding: 6px 11px;
	border-radius: var(--art-radius-sm);
	border: 1px solid var(--art-border-strong);
	background: #fff;
	color: var(--art-text);
	font-size: 14px;
	font-family: inherit;
	line-height: 1.3;
	transition: border-color .15s ease, box-shadow .15s ease;
	appearance: none;
}

.art-checkout-field input::placeholder,
.art-checkout-field textarea::placeholder {
	color: #9aa8ba;
}

.art-checkout-field textarea {
	resize: vertical;
	min-height: 76px;
}

.art-checkout-field select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236b7a90' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 14px 14px;
	padding-right: 40px;
}

.art-checkout-field input:hover,
.art-checkout-field select:hover,
.art-checkout-field textarea:hover {
	border-color: #a9b4c5;
}

.art-checkout-field input:focus,
.art-checkout-field select:focus,
.art-checkout-field textarea:focus {
	outline: 0;
	border-color: var(--art-navy);
	box-shadow: var(--art-focus);
}

.art-checkout-field.is-valid input:not(:focus),
.art-checkout-field.is-valid select:not(:focus) {
	border-color: var(--art-green);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2316a34a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 14px 14px;
	padding-right: 40px;
}

.art-checkout-field.is-invalid input,
.art-checkout-field.is-invalid select,
.art-checkout-field.is-invalid textarea {
	border-color: var(--art-err);
	background-color: #fff8f7;
}

.art-checkout-field__error {
	margin: 0;
	padding: 0;
	font-size: 11.5px;
	color: var(--art-err);
	line-height: 1.2;
}

.art-checkout-hint {
	margin: 0;
	font-size: 12.5px;
	color: var(--art-muted);
}

.art-checkout-hint.is-ok {
	color: var(--art-green);
	font-weight: 500;
}

.art-checkout-muted {
	margin: 4px 0 0;
	color: var(--art-muted);
	font-size: 13.5px;
}

/* CUI spinner */
.art-checkout-cui {
	position: relative;
}

.art-checkout-cui__spin {
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid var(--art-border-strong);
	border-top-color: var(--art-navy);
	animation: art-spin .8s linear infinite;
}

@keyframes art-spin {
	to { transform: translateY(-50%) rotate(360deg); }
}

/* Type cards (PF / PJ) */
.art-checkout-type {
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr;
}

@media (min-width: 560px) {
	.art-checkout-type {
		grid-template-columns: 1fr 1fr;
	}
}

.art-checkout-type__card {
	display: flex;
	align-items: center;
	padding: 10px 54px 10px 12px;
	background: #fff;
	border: 1.5px solid var(--art-border);
	border-radius: var(--art-radius);
	cursor: pointer;
	transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
	position: relative;
	min-height: 56px;
	box-sizing: border-box;
}

.art-checkout-type__card input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.art-checkout-type__icon {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	border: 0;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}

.art-checkout-type__icon img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	object-fit: contain;
	object-position: center;
}

.art-checkout-type__icon--pf,
.art-checkout-type__icon--pj {
	color: var(--art-navy);
}

.art-checkout-type__card.is-active .art-checkout-type__icon {
	background: transparent;
	border: 0;
	box-shadow: none;
}

.art-checkout-type__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	flex: 1 1 auto;
	order: 2;
	gap: 1px;
}

.art-checkout-type__copy strong {
	font-size: 13.5px;
	color: var(--art-navy);
	font-weight: 600;
	line-height: 1.2;
}

.art-checkout-type__copy small {
	font-size: 11.5px;
	color: var(--art-muted);
	line-height: 1.25;
}

.art-checkout-type__mark {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1.5px solid var(--art-border-strong);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 20px;
	order: 1;
	margin-right: 12px;
	z-index: 2;
	background: #fff;
	align-self: center;
}

.art-checkout-type__card:hover {
	border-color: var(--art-navy-line);
}

.art-checkout-type__card.is-active {
	border-color: var(--art-navy);
	background: rgba(5, 36, 84, 0.03);
	box-shadow: 0 4px 14px rgba(5, 36, 84, 0.07);
}

.art-checkout-type__card.is-active .art-checkout-type__mark {
	border-color: var(--art-navy);
	background: var(--art-navy);
}

.art-checkout-type__card.is-active .art-checkout-type__mark::after {
	content: "";
	width: 6px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	margin-top: -2px;
}

/* Saved addresses */
.art-checkout-addresses {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.art-checkout-saved {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	width: 100%;
}

.art-checkout-saved button {
	appearance: none;
	background: #fff;
	border: 1px solid var(--art-border);
	border-radius: 999px;
	padding: 6px 12px;
	font-size: 12.5px;
	color: var(--art-navy);
	cursor: pointer;
}

.art-checkout-saved button:hover {
	border-color: var(--art-navy);
}

/* Methods (shipping / payment) */
.art-checkout-methods {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.art-checkout-methods--pay {
	display: grid;
	grid-template-columns: 1fr;
	gap: 6px;
}

@media (min-width: 720px) {
	.art-checkout-methods--pay {
		grid-template-columns: 1fr 1fr;
	}
}

.art-checkout-method {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 10px;
	background: #fff;
	border: 1.5px solid var(--art-border);
	border-radius: var(--art-radius);
	cursor: pointer;
	transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
	min-height: 56px;
}

.art-checkout-method:hover {
	border-color: var(--art-navy-line);
}

.art-checkout-method input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.art-checkout-method__mark {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1.5px solid var(--art-border-strong);
	background: #fff;
	flex: 0 0 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.art-checkout-method__media {
	flex: 0 0 auto;
	width: 52px;
	min-height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--art-navy);
}

.art-checkout-method__media .art-checkout-icon {
	width: 36px;
	height: 36px;
	border-radius: 10px;
	background: var(--art-navy-soft);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--art-navy);
}

.art-checkout-method__media .art-checkout-icon--cash {
	background: var(--art-green-soft);
	color: var(--art-green);
}

.art-checkout-method__logo {
	display: block;
	max-width: 100%;
	max-height: 64px;
	width: auto;
	height: auto;
	object-fit: contain;
	object-position: center;
}

.art-checkout-method__text-only {
	font-size: 13.5px;
	font-weight: 600;
	color: var(--art-navy);
}

.art-checkout-method--pay .art-checkout-method__media,
.art-checkout-method--ship.art-checkout-method--card .art-checkout-method__media {
	background: transparent;
}

.art-checkout-methods--ship {
	display: grid;
	grid-template-columns: 1fr;
	gap: 6px;
}

@media (min-width: 720px) {
	.art-checkout-methods--ship {
		grid-template-columns: 1fr 1fr;
	}
}

.art-checkout-method--pay {
	display: grid;
	grid-template-columns: 18px minmax(120px, 170px) minmax(0, 1fr);
	align-items: center;
	column-gap: 10px;
	row-gap: 0;
	min-height: 28px;
	height: auto;
	padding: 5px 10px;
	overflow: visible;
}

.art-checkout-method--pay.art-checkout-method--banner {
	grid-template-columns: 18px minmax(120px, 170px) minmax(0, 1fr);
}

.art-checkout-method--ship {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr) auto;
	align-items: center;
	column-gap: 8px;
	min-height: 28px;
	padding: 5px 10px;
}

.art-checkout-method--ship.art-checkout-method--card,
.art-checkout-method--ship.art-checkout-method--fan {
	display: grid;
	grid-template-columns: 18px minmax(120px, 170px) auto;
	align-items: center;
	column-gap: 10px;
	row-gap: 0;
	min-height: 28px;
	height: auto;
	padding: 5px 10px;
	overflow: visible;
}

.art-checkout-method--pay .art-checkout-method__media,
.art-checkout-method--ship.art-checkout-method--card .art-checkout-method__media,
.art-checkout-method--ship.art-checkout-method--fan .art-checkout-method__media {
	width: 100%;
	max-width: 170px;
	flex: 0 0 auto;
	height: auto;
	min-height: 0;
	max-height: none;
	justify-self: start;
	justify-content: flex-start;
}

.art-checkout-method--pay .art-checkout-method__logo,
.art-checkout-method--pay .art-checkout-method__logo--lg,
.art-checkout-method--ship.art-checkout-method--card .art-checkout-method__logo,
.art-checkout-method--ship.art-checkout-method--card .art-checkout-method__logo--lg,
.art-checkout-method--ship.art-checkout-method--fan .art-checkout-method__logo,
.art-checkout-method--ship.art-checkout-method--fan .art-checkout-method__logo--lg,
.art-checkout-method--ship.art-checkout-method--fan .art-checkout-method__logo--fan {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 56px;
	object-fit: contain;
	object-position: left center;
}

.art-checkout-method--hu-pill {
	grid-template-columns: 18px auto !important;
	padding: 1px 4px 1px 2px;
	min-height: 0;
	overflow: visible;
	background: #fff;
	align-items: center;
}

.art-checkout-method--ship.art-checkout-method--hu-pill {
	grid-template-columns: 18px auto auto !important;
}

.art-checkout-method--hu-pill .art-checkout-method__media {
	width: var(--art-bg-badge-w) !important;
	max-width: var(--art-bg-badge-w) !important;
	height: var(--art-bg-badge-h) !important;
	min-height: var(--art-bg-badge-h);
	flex: 0 0 var(--art-bg-badge-w);
	overflow: hidden;
	border-radius: 5px;
	line-height: 0;
}

.art-checkout-method--hu-pill .art-checkout-method__logo,
.art-checkout-method--hu-pill .art-checkout-method__logo--lg,
.art-checkout-method--hu-pill .art-checkout-method__logo--fan {
	max-height: none !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: contain;
	object-position: center center;
	display: block;
	border-radius: 5px;
}

.art-bg-badge {
	display: block;
	width: var(--art-bg-badge-w, 114px);
	height: var(--art-bg-badge-h, 38px);
	max-width: var(--art-bg-badge-w, 114px);
	max-height: var(--art-bg-badge-h, 38px);
	object-fit: contain;
	object-position: center center;
	border-radius: 5px;
}

@media (max-width: 719.98px) {
	.art-checkout-method--pay,
	.art-checkout-method--pay.art-checkout-method--banner,
	.art-checkout-method--ship.art-checkout-method--fan {
		display: grid;
		grid-template-columns: 20px minmax(0, 1fr);
		grid-template-areas:
			"mark media"
			". extra";
		column-gap: 8px;
		row-gap: 6px;
		align-items: center;
		padding: 8px 10px;
	}

	.art-checkout-method--ship.art-checkout-method--card:not(.art-checkout-method--fan) {
		grid-template-columns: 18px minmax(100px, 125px) auto;
		grid-template-areas: none;
	}

	.art-checkout-method--pay .art-checkout-method__mark,
	.art-checkout-method--ship.art-checkout-method--fan .art-checkout-method__mark {
		grid-area: mark;
		align-self: center;
		justify-self: center;
		margin: 0;
		width: 18px;
		height: 18px;
		flex: 0 0 18px;
	}

	.art-checkout-method.is-active .art-checkout-method__mark::after {
		width: 8px;
		height: 8px;
	}

	.art-checkout-method--hu-pill {
		grid-template-columns: 20px auto !important;
		grid-template-areas: none !important;
		padding: 2px 6px;
	}

	.art-checkout-method--ship.art-checkout-method--hu-pill {
		grid-template-columns: 20px auto auto !important;
	}

	.art-checkout-method--hu-pill .art-checkout-method__mark {
		grid-area: auto;
	}

	.art-checkout-method--pay:not(.art-checkout-method--hu-pill) .art-checkout-method__media,
	.art-checkout-method--ship.art-checkout-method--fan:not(.art-checkout-method--hu-pill) .art-checkout-method__media {
		grid-area: media;
		width: 100%;
		max-width: 100%;
		aspect-ratio: 300 / 100;
		height: auto;
		display: block;
		overflow: hidden;
		border-radius: 6px;
		justify-self: stretch;
	}

	.art-checkout-method--hu-pill .art-checkout-method__media {
		grid-area: auto !important;
		width: var(--art-bg-badge-w) !important;
		max-width: var(--art-bg-badge-w) !important;
		height: var(--art-bg-badge-h) !important;
		min-height: var(--art-bg-badge-h) !important;
		aspect-ratio: auto !important;
		justify-self: start !important;
		overflow: hidden;
	}

	.art-checkout-method--ship.art-checkout-method--card:not(.art-checkout-method--fan) .art-checkout-method__media {
		width: 100%;
		max-width: 125px;
		aspect-ratio: 300 / 100;
		height: auto;
		display: block;
		overflow: hidden;
	}

	.art-checkout-method--pay .art-checkout-method__copy {
		grid-area: extra;
		justify-self: start;
		text-align: left;
	}

	.art-checkout-method--ship.art-checkout-method--fan .art-checkout-method__price {
		grid-area: extra;
		justify-self: start;
		margin: 0;
	}

	.art-checkout-method--pay .art-checkout-method__logo,
	.art-checkout-method--pay .art-checkout-method__logo--lg,
	.art-checkout-method--ship.art-checkout-method--fan .art-checkout-method__logo,
	.art-checkout-method--ship.art-checkout-method--fan .art-checkout-method__logo--fan,
	.art-checkout-method--ship.art-checkout-method--card:not(.art-checkout-method--fan) .art-checkout-method__logo,
	.art-checkout-method--ship.art-checkout-method--card:not(.art-checkout-method--fan) .art-checkout-method__logo--lg {
		width: 100%;
		height: 100%;
		max-width: 100%;
		max-height: none;
		object-fit: contain;
		object-position: left center;
		display: block;
	}
}

.art-checkout-method--pay .art-checkout-method__copy {
	min-width: 0;
	gap: 2px;
}

.art-checkout-method--pay .art-checkout-method__copy strong {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.25;
	display: block;
	color: var(--art-navy);
	overflow: visible;
}

.art-checkout-method--pay .art-checkout-method__copy small {
	font-size: 11.5px;
	line-height: 1.25;
	margin-top: 0;
	display: block;
	color: var(--art-muted);
	overflow: visible;
}

.art-checkout-method--ship .art-checkout-method__price {
	white-space: nowrap;
	font-weight: 600;
}

.art-checkout-install-note {
	margin: 0 0 12px;
	padding: 10px 14px;
	border-radius: var(--art-radius-sm);
	background: var(--art-green-soft);
	border: 1px solid rgba(22, 163, 74, 0.22);
	font-size: 13px;
	line-height: 1.45;
	color: #166534;
	font-weight: 500;
}

.art-checkout-methods--ship .art-checkout-method--installation {
	grid-column: 1 / -1;
}

.art-checkout-method--ship.art-checkout-method--installation {
	display: grid;
	grid-template-columns: 22px 58px minmax(0, 1fr) auto;
	grid-template-areas: "mark icon copy price";
	align-items: center;
	align-content: center;
	column-gap: 12px;
	row-gap: 0;
	min-height: 78px;
	padding: 12px 14px;
	width: 100%;
	max-width: 100%;
	cursor: pointer;
}

.art-checkout-method--ship.art-checkout-method--installation .art-checkout-method__mark {
	grid-area: mark;
	align-self: center;
	justify-self: center;
	margin: 0;
	flex: none;
	width: 20px;
	height: 20px;
}

.art-checkout-method--ship.art-checkout-method--installation .art-checkout-method__media {
	grid-area: icon;
	width: 58px;
	height: 58px;
	min-width: 58px;
	max-width: 58px;
	flex: 0 0 58px;
	border-radius: 14px;
	background: linear-gradient(145deg, #eef4fb 0%, #dce8f4 100%);
	border: 1px solid rgba(5, 36, 84, 0.08);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
	display: flex;
	align-items: center;
	justify-content: center;
	justify-self: center;
}

.art-checkout-method--ship.art-checkout-method--installation .art-checkout-method__logo--installation {
	width: 40px;
	height: 40px;
	object-fit: contain;
	display: block;
}

.art-checkout-method--ship.art-checkout-method--installation .art-checkout-method__copy {
	grid-area: copy;
	min-width: 0;
	gap: 4px;
}

.art-checkout-method--ship.art-checkout-method--installation .art-checkout-method__copy strong {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.25;
}

.art-checkout-method--ship.art-checkout-method--installation .art-checkout-method__copy small {
	font-size: 12px;
	line-height: 1.35;
}

.art-checkout-method--ship.art-checkout-method--installation .art-checkout-method__price {
	grid-area: price;
	margin-left: 0;
	align-self: center;
	justify-self: end;
	font-size: 14px;
	font-weight: 700;
	padding-left: 8px;
	white-space: nowrap;
}

.art-checkout-method--ship.art-checkout-method--installation .art-checkout-method__price.is-free {
	color: var(--art-green);
}

@media (max-width: 719.98px) {
	.art-checkout-method--ship.art-checkout-method--installation {
		grid-template-columns: 22px 52px minmax(0, 1fr) auto;
		column-gap: 10px;
		min-height: 72px;
		padding: 10px 12px;
	}

	.art-checkout-method--ship.art-checkout-method--installation .art-checkout-method__media {
		width: 52px;
		height: 52px;
		min-width: 52px;
		max-width: 52px;
		flex-basis: 52px;
	}

	.art-checkout-method--ship.art-checkout-method--installation .art-checkout-method__logo--installation {
		width: 36px;
		height: 36px;
	}
}

.art-checkout-method__copy {
	display: flex;
	flex-direction: column;
	min-width: 0;
	flex: 1 1 auto;
}

.art-checkout-method__copy strong {
	font-size: 13.5px;
	font-weight: 500;
	color: var(--art-navy);
	line-height: 1.25;
}

.art-checkout-method__copy small {
	font-size: 12.5px;
	color: var(--art-muted);
	line-height: 1.3;
}

.art-checkout-method__price {
	margin-left: auto;
	font-size: 14.5px;
	color: var(--art-navy);
	font-weight: 600;
	white-space: nowrap;
}

.art-checkout-method__price.is-free {
	color: var(--art-green);
}

.art-checkout-method.is-active {
	border-color: var(--art-navy);
	background: rgba(5, 36, 84, 0.02);
	box-shadow: 0 4px 14px rgba(5, 36, 84, 0.07);
}

.art-checkout-method.is-active .art-checkout-method__mark {
	border-color: var(--art-navy);
}

.art-checkout-method.is-active .art-checkout-method__mark::after {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--art-navy);
}

/* Check (custom checkbox) */
.art-checkout-check {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 10px 12px;
	background: var(--art-bg);
	border: 1px solid var(--art-border);
	border-radius: var(--art-radius-sm);
	cursor: pointer;
	font-size: 12.5px;
	line-height: 1.35;
}

.art-checkout-check--tight {
	background: transparent;
	border: 0;
	padding: 8px 0 0;
}

.art-checkout-check input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.art-checkout-check__box {
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	border-radius: 6px;
	border: 1.5px solid var(--art-border-strong);
	background: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 1px;
	transition: border-color .15s ease, background .15s ease;
}

.art-checkout-check input:checked + .art-checkout-check__box {
	background: var(--art-navy);
	border-color: var(--art-navy);
}

.art-checkout-check input:checked + .art-checkout-check__box::after {
	content: "";
	width: 6px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	margin-top: -2px;
}

.art-checkout-check input:focus-visible + .art-checkout-check__box {
	box-shadow: var(--art-focus);
}

.art-checkout-check__copy {
	flex: 1;
	min-width: 0;
	color: var(--art-text);
	line-height: 1.45;
	font-size: 12.5px;
}

.art-checkout-check__copy strong {
	font-weight: 600;
	color: var(--art-navy);
	font-size: 14px;
}

.art-checkout-check__copy small {
	color: var(--art-muted);
	font-size: 12.5px;
}

.art-checkout-check a {
	color: var(--art-navy);
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid rgba(5, 36, 84, 0.22);
	white-space: nowrap;
}

.art-checkout-check a:hover {
	border-bottom-color: var(--art-navy);
}

/* Ship fields fold — [hidden] hides; is-open shows even if theme CSS fights hidden */
.art-checkout-ship-fields {
	margin-top: 4px;
	padding-top: 8px;
	border-top: 1px dashed var(--art-border);
	flex-direction: column;
	gap: 10px;
}

.art-checkout-ship-fields.is-open {
	display: flex !important;
}

/* Banner */
.art-checkout-banner {
	margin: 12px 0 0;
	padding: 10px 14px;
	background: var(--art-err-soft);
	color: var(--art-err);
	border-radius: var(--art-radius-sm);
	font-size: 13.5px;
}

.art-checkout-banner--form {
	margin: 0 22px 20px;
}

/* Summary column */
.art-checkout-side {
	min-width: 0;
	align-self: start;
}

.art-checkout-summary {
	background: #fff;
	border: 1px solid var(--art-border);
	border-radius: var(--art-radius-lg);
	box-shadow: var(--art-shadow);
	overflow: visible;
}

@media (min-width: 992px) {
	/* Row must be as tall as main column or sticky has nowhere to travel */
	.art-checkout-layout {
		align-items: stretch;
	}

	.art-checkout-side {
		align-self: stretch;
		display: flex;
		flex-direction: column;
		max-height: none;
		overflow: visible;
	}

	.art-checkout-summary {
		position: sticky;
		top: var(--art-sticky-top);
		z-index: 20;
		flex: 0 0 auto;
		align-self: flex-start;
		width: 100%;
		overflow: visible;
	}
}

.art-checkout-summary__head {
	padding: 12px 16px;
	background: linear-gradient(135deg, #031a3d 0%, #052454 55%, #0a3d7a 100%);
	color: #fff;
	border-radius: var(--art-radius-lg) var(--art-radius-lg) 0 0;
}

.art-checkout-summary__head h2 {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
}

.art-checkout-summary__toggle {
	display: none;
	width: 100%;
	appearance: none;
	background: #fff;
	border: 0;
	padding: 14px 16px;
	color: var(--art-navy);
	font-weight: 600;
	font-size: 15px;
	cursor: pointer;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	border-bottom: 1px solid var(--art-border);
	text-align: left;
}

.art-checkout-summary__toggle-copy {
	display: flex;
	flex-direction: column;
}

.art-checkout-summary__toggle-copy span {
	font-size: 12.5px;
	color: var(--art-muted);
	font-weight: 400;
}

.art-checkout-summary__body {
	padding: 10px 12px 12px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.art-checkout-summary__heading {
	display: none;
}

.art-checkout-products {
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-height: 260px;
	overflow-y: auto;
	padding-right: 2px;
}

.art-checkout-product img {
	width: 52px;
	height: 52px;
	object-fit: contain;
	flex: 0 0 52px;
	background: #fff;
}

.art-checkout-perks,
.art-checkout-summary__foot {
	content-visibility: auto;
	contain-intrinsic-size: 1px 220px;
}

.art-checkout-product {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	gap: 8px;
	align-items: flex-start;
	padding-bottom: 10px;
	border-bottom: 1px dashed var(--art-border);
}

.art-checkout-product > img {
	width: 52px;
	height: 52px;
	border-radius: 8px;
	object-fit: contain;
	background: var(--art-bg);
	padding: 3px;
	flex: 0 0 52px;
}

.art-checkout-product h3 {
	margin: 0;
	font-size: 12.5px;
	font-weight: 600;
	line-height: 1.3;
	color: var(--art-text);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.art-checkout-product__price {
	display: none !important;
}

.art-checkout-product h3 a {
	color: inherit;
	text-decoration: none;
}

.art-checkout-product h3 a:hover {
	color: var(--art-navy);
}

.art-checkout-product small {
	display: block;
	font-size: 11px;
	color: var(--art-muted);
	margin-top: 1px;
}

.art-checkout-opt {
	display: block;
	font-size: 11px;
	color: var(--art-muted);
	margin-top: 1px;
}

.art-checkout-product__actions {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 7px;
	flex-wrap: wrap;
}

.art-checkout-qty {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 2px 4px;
	border: 1px solid var(--art-border-strong);
	border-radius: 999px;
	margin-top: 0;
	background: #fff;
	flex: 0 0 auto;
}

.art-checkout-qty button {
	appearance: none;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: var(--art-navy-soft);
	border: 0;
	color: var(--art-navy);
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.art-checkout-qty button:hover {
	background: rgba(5, 36, 84, 0.12);
}

.art-checkout-qty span {
	min-width: 22px;
	text-align: center;
	font-weight: 600;
	color: var(--art-navy);
	font-size: 13.5px;
}

.art-checkout-product__remove {
	appearance: none;
	background: transparent;
	border: 0;
	padding: 5px 8px;
	margin: 0;
	color: var(--art-muted);
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
	border-radius: 8px;
	line-height: 1.2;
	text-decoration: none;
	transition: color .15s ease, background .15s ease;
	flex: 0 0 auto;
}

.art-checkout-product__remove:hover {
	color: var(--art-err);
	background: var(--art-err-soft);
}

/* Coupon */
.art-checkout-coupon {
	background: var(--art-bg);
	border-radius: var(--art-radius);
	padding: 12px;
}

.art-checkout-coupon__title {
	margin: 0 0 8px;
	font-size: 13px;
	color: var(--art-navy);
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-weight: 600;
}

.art-checkout-coupon__row {
	display: flex;
	gap: 8px;
	align-items: stretch;
	min-width: 0;
	max-width: 100%;
	box-sizing: border-box;
}

.art-checkout-coupon__row input {
	flex: 1 1 0;
	min-width: 0;
	width: 100%;
	max-width: 100%;
	min-height: 42px;
	padding: 8px 12px;
	border-radius: var(--art-radius-sm);
	border: 1px solid var(--art-border-strong);
	background: #fff;
	font-size: 14px;
	box-sizing: border-box;
}

.art-checkout-coupon__row input:focus {
	outline: 0;
	border-color: var(--art-navy);
	box-shadow: var(--art-focus);
}

.art-checkout-coupon__ok {
	margin: 8px 0 0;
	color: var(--art-green);
	font-size: 12.5px;
	font-weight: 500;
}

/* Totals */
.art-checkout-totals {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.art-checkout-totals > div {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	padding: 2px 0;
	font-size: 13px;
	color: var(--art-text);
}

.art-checkout-totals > div.is-total {
	border-top: 1px solid var(--art-border);
	margin-top: 4px;
	padding-top: 8px;
	font-size: 15px;
	font-weight: 700;
	color: var(--art-navy);
}

.art-checkout-totals > div.is-discount dd {
	color: var(--art-green);
}

.art-checkout-totals dt,
.art-checkout-totals dd {
	margin: 0;
}

.art-checkout-vat {
	margin: -4px 0 0;
	font-size: 11px;
	color: var(--art-muted);
	text-align: right;
}

/* Buttons */
.art-checkout-btn {
	appearance: none;
	border: 0;
	background: #fff;
	color: var(--art-navy);
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	padding: 10px 16px;
	border-radius: var(--art-radius-sm);
	cursor: pointer;
	line-height: 1.2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	transition: background .15s ease, box-shadow .15s ease, transform .1s ease;
	min-height: 44px;
}

.art-checkout-btn--ghost {
	border: 1px solid var(--art-border-strong);
}

.art-checkout-btn--ghost:hover {
	border-color: var(--art-navy);
}

.art-checkout-btn--apply {
	background: var(--art-navy);
	color: #fff;
	min-height: 42px;
	padding: 0 16px;
	white-space: nowrap;
	flex: 0 0 auto;
	max-width: 100%;
	box-sizing: border-box;
}

.art-checkout-btn--apply:hover {
	background: var(--art-navy-dark);
}

.art-checkout-btn--primary {
	background: var(--art-navy);
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	min-height: 48px;
	width: 100%;
	padding: 10px 16px;
	box-shadow: 0 6px 14px rgba(5, 36, 84, 0.16);
}

.art-checkout-btn--primary:hover {
	background: var(--art-navy-dark);
}

.art-checkout-btn--primary:disabled {
	background: var(--art-navy);
	opacity: .85;
	cursor: progress;
}

.art-checkout-btn--primary[data-art-submit] {
	background: linear-gradient(180deg, #7d2840 0%, var(--art-burgundy) 52%, var(--art-burgundy-deep) 100%);
	border: 0;
	color: #fff;
	box-shadow: 0 6px 16px rgba(106, 32, 51, 0.28), 0 0 0 0 rgba(106, 32, 51, 0.18);
	animation: art-burgundy-pulse 1.55s ease-out infinite;
}

.art-checkout-btn--primary[data-art-submit]:hover {
	background: linear-gradient(180deg, var(--art-burgundy-hot) 0%, #7d2840 55%, var(--art-burgundy) 100%);
}

.art-checkout-btn--primary[data-art-submit]:disabled {
	background: linear-gradient(180deg, #7d2840 0%, var(--art-burgundy) 52%, var(--art-burgundy-deep) 100%);
	opacity: .88;
	cursor: progress;
}

.art-checkout-btn--cta {
	justify-content: space-between;
	gap: 12px;
	padding-left: 20px;
	padding-right: 18px;
}

.art-checkout-btn__label {
	text-align: left;
}

.art-checkout-btn__aside {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 15px;
	font-weight: 400;
}

.art-checkout-btn.is-pulsing {
	animation: art-burgundy-pulse 1.55s ease-out infinite;
}

@keyframes art-burgundy-pulse {
	0% {
		box-shadow: 0 6px 14px rgba(106, 32, 51, 0.34), 0 0 0 0 rgba(106, 32, 51, 0.42);
	}
	70% {
		box-shadow: 0 8px 20px rgba(106, 32, 51, 0.42), 0 0 0 10px rgba(106, 32, 51, 0);
	}
	100% {
		box-shadow: 0 6px 14px rgba(106, 32, 51, 0.34), 0 0 0 0 rgba(106, 32, 51, 0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.art-checkout-btn--primary[data-art-submit],
	.art-checkout-float__cta,
	.art-checkout-btn.is-pulsing {
		animation: none;
		box-shadow: 0 8px 22px rgba(106, 32, 51, 0.38);
	}
}

.art-checkout-place {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 0;
}

.art-checkout-summary__foot {
	padding: 0 12px 12px;
}

.art-checkout-secureline {
	margin: 10px 0 0;
	padding-top: 8px;
	border-top: 1px dashed var(--art-border);
	color: var(--art-muted);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0;
	line-height: 1.15;
	text-align: center;
}

.art-checkout-secureline svg {
	display: none;
}

.art-checkout-secureline__main {
	font-size: 14.5px;
	font-weight: 600;
	color: var(--art-navy);
	line-height: 1.2;
}

.art-checkout-secureline__sub {
	font-size: 11.5px;
	color: var(--art-muted);
	line-height: 1.2;
}

.art-checkout-accepted {
	margin: 12px 0 0;
	padding-top: 10px;
	border-top: 1px dashed var(--art-border);
	text-align: center;
}

.art-checkout-accepted > p {
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: 600;
	color: var(--art-navy);
}

.art-checkout-accepted__logos {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 6px 8px;
}

.art-checkout-accepted__logos .art-bg-badge {
	flex: 0 0 auto;
}

.art-checkout-accepted__logos img:not(.art-bg-badge) {
	display: block;
	height: auto;
	max-height: 22px;
	width: auto;
	object-fit: contain;
}

.art-checkout-warranty-note {
	margin: 8px 0 0;
	font-size: 11px;
	line-height: 1.35;
	color: var(--art-muted);
}

/* Perks */
.art-checkout-perks {
	border-top: 1px dashed var(--art-border);
	padding-top: 8px;
	margin-top: 2px;
}

.art-checkout-perks__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 6px;
}

.art-checkout-perks__item {
	display: flex;
	align-items: flex-start;
	gap: 7px;
	padding: 7px 8px;
	background: var(--art-bg);
	border: 1px solid var(--art-border);
	border-radius: 8px;
	min-height: 100%;
}

.art-checkout-perks__icon {
	width: 42px;
	height: 42px;
	min-width: 42px;
	flex: 0 0 42px;
	border-radius: 0;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: visible;
}

.art-checkout-perks__icon img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	object-fit: contain;
	object-position: center;
	background: transparent;
}

.art-checkout-perks__copy {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
	min-width: 0;
}

.art-checkout-perks__copy strong {
	font-size: 11px;
	color: var(--art-navy);
	font-weight: 700;
}

.art-checkout-perks__copy small {
	font-size: 10px;
	color: var(--art-muted);
}
.art-checkout-perks__copy small a {
	color: var(--art-navy);
	text-decoration: underline;
}

.art-checkout-perks__item--wide {
	grid-column: 1 / -1;
}

/* Loading skeleton for method blocks */
.is-loading-block {
	opacity: .55;
	pointer-events: none;
	transition: opacity .15s ease;
}

/* Empty state */
.art-checkout-empty {
	background: #fff;
	border: 1px solid var(--art-border);
	border-radius: var(--art-radius);
	padding: 30px 20px;
	text-align: center;
	margin: 20px 0;
}

.art-checkout-empty p {
	margin: 0 0 12px;
	color: var(--art-muted);
}

/* Floating dock (scroll) */
.art-checkout-float {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 70;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
	pointer-events: none;
	opacity: 0;
	transform: translateY(12px);
	transition: opacity .2s ease, transform .2s ease;
}

.art-checkout-float.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.art-checkout-float__group {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	flex-wrap: nowrap;
	max-width: min(var(--art-checkout-max), calc(100vw - 24px));
	pointer-events: auto;
}

.art-checkout-float__back,
.art-checkout-float__cta {
	appearance: none;
	font-family: inherit;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2;
	min-height: 40px;
	padding: 0 14px;
	border-radius: 999px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	white-space: nowrap;
	box-shadow: 0 8px 22px rgba(5, 36, 84, 0.18);
	flex: 0 0 auto;
}

.art-checkout-float__back {
	background: #fff;
	color: var(--art-navy);
	border: 1.5px solid var(--art-navy);
	text-decoration: none;
	position: static;
}

.art-checkout-float__cta {
	background: linear-gradient(180deg, #7d2840 0%, var(--art-burgundy) 52%, var(--art-burgundy-deep) 100%);
	color: #fff;
	border: 0;
	box-shadow: 0 6px 16px rgba(106, 32, 51, 0.28);
	animation: art-burgundy-pulse 1.55s ease-out infinite;
}

.art-checkout-float__cta:hover {
	background: linear-gradient(180deg, var(--art-burgundy-hot) 0%, #7d2840 55%, var(--art-burgundy) 100%);
}

.art-checkout-float__cta:disabled {
	opacity: .88;
	cursor: progress;
}

/* Mobile bar (legacy fallback) */
.art-checkout-mobilebar {
	display: none;
}

/* Debug */
.art-checkout-debug {
	white-space: pre-wrap;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	background: #0f172a;
	color: #e5e7eb;
	padding: 12px;
	border-radius: var(--art-radius);
	font-size: 12px;
	margin: 20px 0;
}

/* Payment slot (offscreen form) */
.art-checkout-payment {
	position: absolute;
	left: -9999px;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
	#checkout-test.art-checkout.container {
		padding-left: 16px;
		padding-right: 16px;
	}

	.art-checkout-hero {
		margin: 0 0 12px;
		padding: 14px 16px 12px;
	}

	.art-checkout-auth {
		padding: 10px 12px;
		gap: 8px;
	}

	.art-checkout-auth__label {
		border-right: 0;
		padding-right: 0;
		width: 100%;
		min-height: 0;
		font-size: 13px;
	}

	.art-checkout-auth__tabs {
		width: 100%;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 6px;
	}

	.art-checkout-auth__tab {
		width: 100%;
		padding: 8px 10px;
		font-size: 12.5px;
		min-height: 38px;
	}

	.art-checkout-auth__logged {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}

	.art-checkout-auth__logged-actions {
		margin-left: 0;
		width: 100%;
	}

	.art-checkout-auth__logout {
		flex: 1 1 auto;
		min-width: 110px;
	}

	.art-checkout-summary__head {
		display: block;
	}
	.art-checkout-summary__toggle {
		display: none;
	}
	.art-checkout-summary__body {
		display: flex;
	}
	.art-checkout-summary {
		position: static;
		max-height: none;
		overflow: visible;
	}
	.art-checkout-products {
		max-height: none;
		overflow: visible;
	}
	.art-checkout-perks,
	.art-checkout-summary__foot {
		content-visibility: visible;
		contain-intrinsic-size: none;
	}
	.art-checkout-place {
		display: flex;
		padding: 12px;
		border-top: 1px solid var(--art-border);
		background: #fff;
	}
	.art-checkout-summary .art-checkout-btn--primary[data-art-submit],
	.art-checkout-place .art-checkout-btn--primary[data-art-submit] {
		display: inline-flex;
		width: 100%;
		min-height: 54px;
		font-size: 16px;
		padding: 14px 16px;
		animation: art-burgundy-pulse 1.55s ease-out infinite;
	}
	.art-checkout-summary__foot {
		padding: 0 12px 14px;
	}
	.art-checkout-float__group {
		gap: 6px;
	}
	.art-checkout-float__back,
	.art-checkout-float__cta {
		font-size: 12px;
		min-height: 38px;
		padding: 0 12px;
	}
	.art-checkout-float__cta {
		display: none;
	}
	#checkout-test.art-checkout {
		padding-bottom: 64px;
	}
}

@media (min-width: 992px) {
	.art-checkout-summary__toggle {
		display: none;
	}
	.art-checkout-products {
		max-height: none;
		overflow: visible;
	}
	.art-checkout-place {
		padding: 4px 12px 10px;
	}
	.art-checkout-summary__foot {
		padding: 0 12px 12px;
	}
	#checkout-test.art-checkout {
		padding-bottom: 72px;
	}
}

@media (max-width: 719.98px) {
	.art-checkout-step {
		padding: 14px 12px 14px;
	}
	.art-checkout-step__head {
		gap: 10px;
	}
	.art-checkout-step__num {
		width: 26px;
		height: 26px;
		font-size: 13px;
	}
	.art-checkout-step__titles h2 {
		font-size: 16px;
	}
	.art-checkout-hero {
		padding: 12px 14px 11px;
	}
	.art-checkout-hero h1 {
		font-size: 20px;
	}
	.art-checkout-method--pay,
	.art-checkout-method--ship.art-checkout-method--card,
	.art-checkout-method--ship.art-checkout-method--fan {
		min-height: 28px;
		height: auto;
		padding: 5px 8px;
	}
	.art-checkout-method--pay .art-checkout-method__logo,
	.art-checkout-method--pay .art-checkout-method__logo--lg,
	.art-checkout-method--ship.art-checkout-method--fan .art-checkout-method__logo,
	.art-checkout-method--ship.art-checkout-method--fan .art-checkout-method__logo--fan {
		max-height: 48px;
	}
	.art-checkout-btn--cta {
		padding-left: 14px;
		padding-right: 14px;
	}
	.art-checkout-btn__aside {
		font-size: 14px;
	}
	.art-checkout-coupon {
		padding: 10px;
		max-width: 100%;
		overflow: hidden;
	}
	.art-checkout-coupon__row {
		flex-wrap: wrap;
	}
	.art-checkout-coupon__row input {
		flex: 1 1 calc(100% - 96px);
		min-width: 0;
	}
	.art-checkout-btn--apply {
		flex: 0 0 auto;
		padding: 0 12px;
		font-size: 13px;
	}
}

@media (max-width: 419.98px) {
	.art-checkout-coupon__row {
		flex-direction: column;
		align-items: stretch;
	}
	.art-checkout-coupon__row input {
		flex: 1 1 auto;
		width: 100%;
	}
	.art-checkout-btn--apply {
		width: 100%;
	}
}

@media (max-width: 369.98px) {
	#checkout-test.art-checkout.container {
		padding-left: 12px;
		padding-right: 12px;
	}

	.art-checkout-hero {
		padding: 11px 12px 10px;
		gap: 10px;
	}

	.art-checkout-auth {
		padding: 8px 10px;
	}

	.art-checkout-auth__tabs {
		grid-template-columns: 1fr;
	}

	.art-checkout-place .art-checkout-btn--primary[data-art-submit] {
		min-height: 52px;
		font-size: 15px;
		flex-wrap: wrap;
		gap: 6px;
	}
}

@media (max-width: 379.98px) {
	.art-checkout-intro h1 {
		font-size: 22px;
	}
	.art-checkout-method {
		gap: 10px;
	}
	.art-checkout-method__price {
		font-size: 13.5px;
	}
}
