.atlas-package-card .table-price-text small {
	display: inline;
	margin-left: .4rem;
	font-size: .52em;
	font-weight: 600;
	line-height: 1.25;
	opacity: .72;
}

.atlas-package-card,
.atlas-package-card > .elementor-widget-container,
.atlas-package-card .ygency-pricing-table {
	height: 100%;
}

.atlas-package-card .ygency-pricing-table {
	display: flex;
	flex-direction: column;
}

.atlas-package-card .features-list {
	flex: 1 0 auto;
}

.atlas-package-card .table-btn {
	margin-top: auto;
}

#formats-accompagnement {
	position: relative;
}

.atlas-currency-switcher {
	position: absolute;
	top: 1.25rem;
	right: 1.25rem;
	z-index: 4;
	display: flex;
	align-items: center;
	gap: .7rem;
	padding: .55rem .65rem .55rem .9rem;
	border: 1px solid rgba(21, 87, 255, .2);
	border-radius: 999px;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 10px 30px rgba(17, 28, 68, .08);
	color: #17203a;
	font-size: .8rem;
	font-weight: 700;
	backdrop-filter: blur(12px);
}

.atlas-currency-switcher select {
	min-width: 76px;
	min-height: 34px;
	padding: 0 1.8rem 0 .65rem;
	border: 0;
	border-radius: 999px;
	background-color: #eef3ff;
	color: #1557ff;
	font: inherit;
	cursor: pointer;
}

.atlas-currency-switcher label {
	white-space: nowrap;
}

.atlas-commerce-checkout,
.atlas-commerce-cart {
	--atlas-ink: #0d1830;
	--atlas-muted: #536179;
	--atlas-blue: #1557ff;
	--atlas-blue-dark: #0d43d6;
	--atlas-border: #dbe3ef;
	--atlas-surface: #ffffff;
	--atlas-background: #f3f6fb;
	background: var(--atlas-background);
	color: var(--atlas-ink);
}

.atlas-commerce-checkout .site-main,
.atlas-commerce-checkout main,
.atlas-commerce-cart .site-main,
.atlas-commerce-cart main {
	background: var(--atlas-background);
}

.atlas-commerce-checkout .container.container-gap,
.atlas-commerce-cart .container.container-gap {
	padding-top: 0 !important;
}

.atlas-commerce-checkout .page-title-wrapper,
.atlas-commerce-cart .page-title-wrapper,
body.atlas-commerce-checkout header:not(.atlas-checkout-bar),
body.atlas-commerce-cart header:not(.atlas-checkout-bar),
body.atlas-commerce-checkout footer:not(.atlas-checkout-footer),
body.atlas-commerce-cart footer:not(.atlas-checkout-footer),
.atlas-commerce-checkout .kodee-fab,
.atlas-commerce-cart .kodee-fab,
.atlas-commerce-checkout .back-to-top,
.atlas-commerce-cart .back-to-top {
	display: none !important;
}

body.atlas-commerce-checkout #gt_float_wrapper,
body.atlas-commerce-cart #gt_float_wrapper {
	display: block !important;
	left: 20px !important;
	right: auto !important;
	bottom: 20px !important;
	transform: scale(.82) !important;
	transform-origin: bottom left !important;
}

/* Atlas cart — a focused service summary before the two-step checkout. */
.atlas-commerce-cart .woocommerce {
	width: min(1180px, calc(100% - 32px));
	margin-inline: auto;
	padding-block: clamp(38px, 5vw, 64px) 64px;
}

.atlas-cart-progress {
	margin: 0 0 clamp(32px, 4vw, 48px);
}

.atlas-cart-progress ol {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	list-style: none;
}

.atlas-cart-progress li {
	position: relative;
	display: flex;
	align-items: center;
	gap: .72rem;
	color: #7b879a;
	font-size: .8rem;
	letter-spacing: .02em;
}

.atlas-cart-progress li:not(:last-child)::after {
	position: absolute;
	top: 50%;
	left: 42px;
	right: 16px;
	height: 1px;
	background: var(--atlas-border);
	content: "";
}

.atlas-cart-progress li span {
	position: relative;
	z-index: 1;
	display: grid;
	width: 32px;
	height: 32px;
	place-items: center;
	border: 1px solid var(--atlas-border);
	border-radius: 50%;
	background: var(--atlas-surface);
	font-weight: 800;
}

.atlas-cart-progress li strong {
	position: relative;
	z-index: 1;
	padding-right: .75rem;
	background: var(--atlas-background);
	font-weight: 750;
}

.atlas-cart-progress li.is-active {
	color: var(--atlas-ink);
}

.atlas-cart-progress li.is-active span {
	border-color: var(--atlas-blue);
	background: var(--atlas-blue);
	box-shadow: 0 0 0 5px rgba(21, 87, 255, .1);
	color: #fff;
}

.atlas-cart-intro {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 2rem;
	margin-bottom: clamp(26px, 3.5vw, 40px);
}

.atlas-cart-intro > div {
	max-width: 720px;
}

.atlas-cart-intro .atlas-eyebrow,
.atlas-empty-cart .atlas-eyebrow {
	margin: 0 0 .6rem;
	color: var(--atlas-blue);
	font-size: .75rem;
	font-weight: 850;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.atlas-cart-intro h1,
.atlas-empty-cart h1 {
	margin: 0 0 .75rem;
	color: var(--atlas-ink);
	font-size: clamp(2.2rem, 4.5vw, 3.45rem);
	font-weight: 850;
	letter-spacing: -.04em;
	line-height: 1.04;
}

.atlas-cart-intro p:last-child,
.atlas-empty-cart > p:last-child {
	margin: 0;
	color: var(--atlas-muted);
	font-size: 1.04rem;
	line-height: 1.7;
}

.atlas-cart-back {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	gap: .55rem;
	padding: .7rem 1rem;
	border: 1px solid #c8d3e3;
	border-radius: 12px;
	background: #fff;
	color: var(--atlas-ink);
	font-size: .88rem;
	font-weight: 750;
	text-decoration: none;
	white-space: nowrap;
	transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.atlas-cart-back:hover {
	border-color: var(--atlas-blue);
	color: var(--atlas-blue);
	transform: translateY(-1px);
}

.atlas-cart-shell {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(330px, .72fr);
	align-items: start;
	gap: clamp(22px, 3vw, 34px);
}

.atlas-commerce-cart .woocommerce-cart-form,
.atlas-commerce-cart .cart_totals {
	overflow: hidden;
	border: 1px solid var(--atlas-border);
	border-radius: 24px;
	background: var(--atlas-surface);
	box-shadow: 0 18px 55px rgba(20, 38, 73, .075);
}

.atlas-commerce-cart .woocommerce-cart-form {
	min-width: 0;
	padding: 10px clamp(18px, 3vw, 30px);
}

.atlas-commerce-cart table.shop_table,
.atlas-commerce-cart table.shop_table_responsive {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	background: transparent;
}

.atlas-commerce-cart table.shop_table thead th {
	padding: 18px 10px 15px;
	border: 0;
	border-bottom: 1px solid var(--atlas-border);
	background: transparent;
	color: #718097;
	font-size: .7rem;
	font-weight: 850;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.atlas-commerce-cart table.shop_table th.product-name {
	padding-left: 42px;
	text-align: left;
}

.atlas-commerce-cart table.shop_table th.product-subtotal {
	text-align: right;
}

.atlas-commerce-cart .product-thumbnail,
.atlas-commerce-cart .product-price,
.atlas-commerce-cart .product-quantity,
.atlas-commerce-cart table.shop_table td.actions {
	display: none !important;
}

.atlas-commerce-cart table.shop_table td {
	padding: clamp(24px, 4vw, 38px) 10px;
	border: 0;
	border-bottom: 1px solid var(--atlas-border);
	background: transparent;
	vertical-align: top;
}

.atlas-commerce-cart table.shop_table tbody tr:last-child td {
	border-bottom: 0;
}

.atlas-commerce-cart td.product-remove {
	width: 32px;
	padding-right: 0 !important;
}

.atlas-commerce-cart td.product-remove a.remove {
	display: grid;
	width: 32px;
	height: 32px;
	place-items: center;
	border: 1px solid #d8e0ec;
	border-radius: 50%;
	background: #fff;
	color: #657187 !important;
	font-size: 1.15rem;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.atlas-commerce-cart td.product-remove a.remove:hover {
	border-color: #f1b8c0;
	background: #fff3f5;
	color: #b42339 !important;
}

.atlas-commerce-cart td.product-name {
	color: var(--atlas-ink);
	font-size: clamp(1.05rem, 1.5vw, 1.22rem);
	font-weight: 800;
	line-height: 1.35;
}

.atlas-commerce-cart td.product-name > a {
	color: inherit;
	text-decoration: none;
}

.atlas-commerce-cart td.product-name::after {
	display: block;
	margin-top: .55rem;
	color: #748197;
	content: "Prestation numérique · Aucun envoi physique";
	font-size: .78rem;
	font-weight: 600;
}

.atlas-commerce-cart td.product-name dl.variation {
	margin: 1rem 0 0;
	color: var(--atlas-muted);
	font-size: .86rem;
	font-weight: 500;
	line-height: 1.55;
}

.atlas-commerce-cart td.product-name dl.variation dt,
.atlas-commerce-cart td.product-name dl.variation dd {
	float: none;
	display: block;
	margin: 0;
	padding: 0;
}

.atlas-commerce-cart td.product-name dl.variation dt {
	margin-top: .5rem;
	color: #36445b;
	font-weight: 750;
}

.atlas-commerce-cart td.product-subtotal {
	color: var(--atlas-ink);
	font-size: 1.08rem;
	font-weight: 850;
	text-align: right;
	white-space: nowrap;
}

.atlas-commerce-cart .cart-collaterals,
.atlas-commerce-cart .cart-collaterals .cart_totals {
	float: none !important;
	width: 100% !important;
}

.atlas-commerce-cart .cart-collaterals {
	margin: 0 !important;
}

.atlas-commerce-cart .cart_totals {
	margin: 0 !important;
	padding: clamp(22px, 3vw, 30px);
}

.atlas-commerce-cart .cart_totals h2 {
	margin: 0 0 1.2rem;
	color: var(--atlas-ink);
	font-size: 1.4rem;
	font-weight: 850;
	letter-spacing: -.025em;
}

.atlas-commerce-cart .cart_totals table th,
.atlas-commerce-cart .cart_totals table td {
	padding: .85rem 0 !important;
	border: 0 !important;
	border-bottom: 1px solid var(--atlas-border) !important;
	background: transparent !important;
}

.atlas-commerce-cart .cart_totals table th {
	width: 46% !important;
	color: var(--atlas-muted);
	font-size: .84rem;
	font-weight: 700;
	text-align: left;
}

.atlas-commerce-cart .cart_totals table td {
	width: 54% !important;
	color: var(--atlas-ink);
	font-size: .96rem;
	text-align: right;
}

.atlas-commerce-cart .cart_totals tr.order-total th,
.atlas-commerce-cart .cart_totals tr.order-total td {
	padding-top: 1.15rem;
	border-bottom: 0 !important;
	font-size: 1.08rem;
	font-weight: 850;
}

.atlas-commerce-cart .wc-proceed-to-checkout {
	padding: 1.15rem 0 0;
}

.atlas-commerce-cart .wc-proceed-to-checkout a.checkout-button {
	display: flex;
	min-height: 56px;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: .9rem 1.2rem;
	border: 1px solid var(--atlas-blue);
	border-radius: 13px;
	background: var(--atlas-blue);
	box-shadow: 0 12px 28px rgba(21, 87, 255, .2);
	color: #fff;
	font-size: .95rem;
	font-weight: 800;
	line-height: 1.35;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	transition: background 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.atlas-commerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	border-color: var(--atlas-blue-dark);
	background: var(--atlas-blue-dark);
	box-shadow: 0 15px 32px rgba(21, 87, 255, .26);
	transform: translateY(-1px);
}

.atlas-cart-assurance {
	display: grid;
	gap: .7rem;
	margin-top: 1.15rem;
	padding-top: 1.15rem;
	border-top: 1px solid var(--atlas-border);
}

.atlas-cart-assurance p {
	display: flex;
	align-items: center;
	gap: .58rem;
	margin: 0;
	color: #536179;
	font-size: .78rem;
	font-weight: 650;
	line-height: 1.4;
}

.atlas-cart-assurance svg {
	flex: 0 0 auto;
	color: #14805e;
}

.atlas-empty-cart {
	width: min(680px, 100%);
	margin: clamp(20px, 4vw, 48px) auto 1.25rem;
	padding: clamp(38px, 7vw, 68px) clamp(24px, 6vw, 58px);
	border: 1px solid var(--atlas-border);
	border-radius: 26px;
	background: #fff;
	box-shadow: 0 20px 65px rgba(20, 38, 73, .08);
	text-align: center;
}

.atlas-empty-cart__icon {
	display: grid;
	width: 68px;
	height: 68px;
	margin: 0 auto 1.35rem;
	place-items: center;
	border-radius: 20px;
	background: #edf3ff;
	color: var(--atlas-blue);
}

.atlas-commerce-cart .return-to-shop {
	margin: 0 auto clamp(48px, 7vw, 78px);
	text-align: center;
}

.atlas-commerce-cart .return-to-shop .button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	padding: .75rem 1.35rem;
	border: 1px solid var(--atlas-blue);
	border-radius: 12px;
	background: var(--atlas-blue);
	color: #fff;
	font-weight: 800;
	text-decoration: none;
	text-transform: none;
}

/* Standard WooCommerce mini-cart, should it be enabled in the Atlas header. */
.widget_shopping_cart_content {
	--atlas-mini-ink: #0d1830;
	--atlas-mini-blue: #1557ff;
	--atlas-mini-border: #dbe3ef;
	min-width: min(360px, calc(100vw - 32px));
	padding: 18px;
	border: 1px solid var(--atlas-mini-border);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 20px 55px rgba(13, 24, 48, .15);
	color: var(--atlas-mini-ink);
}

.widget_shopping_cart_content .woocommerce-mini-cart {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item {
	position: relative;
	min-height: 68px;
	padding: 12px 32px 12px 0;
	border-bottom: 1px solid var(--atlas-mini-border);
}

.widget_shopping_cart_content .woocommerce-mini-cart-item img {
	display: none;
}

.widget_shopping_cart_content .remove_from_cart_button {
	position: absolute;
	top: 12px;
	right: 0;
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	border-radius: 50%;
	color: #66748a;
	text-decoration: none;
}

.widget_shopping_cart_content .woocommerce-mini-cart__total {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 16px 0;
	font-weight: 800;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin: 0;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons .button {
	display: flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	margin: 0;
	border: 1px solid var(--atlas-mini-blue);
	border-radius: 10px;
	background: #fff;
	color: var(--atlas-mini-blue);
	font-size: .82rem;
	font-weight: 800;
	text-decoration: none;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons .checkout {
	background: var(--atlas-mini-blue);
	color: #fff;
}

.atlas-commerce-cart a:focus-visible,
.atlas-commerce-cart button:focus-visible,
.widget_shopping_cart_content a:focus-visible {
	outline: 3px solid rgba(21, 87, 255, .35);
	outline-offset: 3px;
}

@media (max-width: 860px) {
	.atlas-cart-shell {
		grid-template-columns: minmax(0, 1fr);
	}

	.atlas-commerce-cart .cart_totals {
		max-width: none;
	}
}

@media (max-width: 640px) {
	.atlas-commerce-cart .woocommerce {
		width: min(100% - 24px, 1180px);
		padding-block: 28px 48px;
	}

	.atlas-cart-progress li {
		justify-content: center;
	}

	.atlas-cart-progress li strong {
		display: none;
	}

	.atlas-cart-progress li:not(:last-child)::after {
		left: calc(50% + 22px);
		right: calc(-50% + 22px);
	}

	.atlas-cart-intro {
		align-items: flex-start;
		flex-direction: column;
		gap: 1.15rem;
	}

	.atlas-cart-back {
		width: 100%;
		justify-content: center;
	}

	.atlas-commerce-cart .woocommerce-cart-form,
	.atlas-commerce-cart .cart_totals {
		border-radius: 18px;
	}

	.atlas-commerce-cart .woocommerce-cart-form {
		padding: 8px 18px;
	}

	.atlas-commerce-cart table.shop_table thead {
		display: none;
	}

	.atlas-commerce-cart table.shop_table tbody,
	.atlas-commerce-cart table.shop_table tr.cart_item,
	.atlas-commerce-cart table.shop_table td {
		display: block;
		width: 100%;
	}

	.atlas-commerce-cart table.shop_table tr.cart_item {
		position: relative;
		padding: 24px 0;
	}

	.atlas-commerce-cart table.shop_table td {
		padding: 0;
		border: 0;
	}

	.atlas-commerce-cart td.product-remove {
		position: absolute;
		top: 19px;
		right: 0;
		z-index: 2;
	}

	.atlas-commerce-cart td.product-name {
		padding-right: 46px !important;
	}

	.atlas-commerce-cart td.product-subtotal {
		display: flex !important;
		align-items: baseline;
		justify-content: space-between;
		margin-top: 1.25rem;
		padding-top: 1rem !important;
		border-top: 1px solid var(--atlas-border);
		text-align: right;
	}

	.atlas-commerce-cart td.product-subtotal::before {
		color: var(--atlas-muted);
		content: attr(data-title);
		font-size: .78rem;
		font-weight: 700;
	}

	.widget_shopping_cart_content .woocommerce-mini-cart__buttons {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.atlas-cart-back,
	.atlas-commerce-cart .checkout-button,
	.atlas-commerce-cart .remove,
	.widget_shopping_cart_content a {
		transition: none !important;
	}
}

.atlas-checkout-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 72px;
	padding: 0 max(24px, calc((100vw - 1180px) / 2));
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	background: #050a13;
	color: #fff;
}

.atlas-checkout-brand {
	color: #fff;
	font-size: clamp(.95rem, 1.8vw, 1.15rem);
	font-weight: 900;
	letter-spacing: .16em;
	text-decoration: none;
}

.atlas-checkout-brand span {
	color: #7ea3ff;
}

.atlas-checkout-trust {
	display: flex;
	align-items: center;
	gap: .6rem;
	color: #dce5f5;
	font-size: .8rem;
	font-weight: 700;
}

.atlas-checkout-trust span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #3dd6a0;
	box-shadow: 0 0 0 4px rgba(61, 214, 160, .12);
}

.atlas-commerce-checkout .woocommerce {
	width: min(1180px, calc(100% - 32px));
	margin-inline: auto;
	padding-block: clamp(44px, 5vw, 64px) 64px;
}

.atlas-checkout-intro {
	max-width: 760px;
	margin-bottom: 1.75rem;
}

.atlas-checkout-intro .atlas-eyebrow,
.atlas-order-review-heading p {
	margin: 0 0 .6rem;
	color: var(--atlas-blue);
	font-size: .75rem;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.atlas-checkout-intro h2 {
	margin: 0 0 .75rem;
	color: var(--atlas-ink);
	font-size: clamp(2.25rem, 4.7vw, 3.55rem);
	font-weight: 800;
	letter-spacing: -.035em;
	line-height: 1.02;
}

.atlas-checkout-intro p:last-child {
	max-width: 700px;
	margin: 0;
	color: var(--atlas-muted);
	font-size: 1rem;
	line-height: 1.65;
}

.atlas-commerce-checkout form.checkout {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
	gap: 24px;
	align-items: stretch;
}

/* WooCommerce injects this summary as the first checkout child after a failed
 * submission. Make it a full-width grid row so it never replaces a panel. */
body.atlas-commerce-checkout form.checkout > .woocommerce-NoticeGroup,
body.atlas-commerce-checkout form.checkout > .woocommerce-notices-wrapper {
	grid-column: 1 / -1;
	min-width: 0;
	margin: 0;
}

body.atlas-commerce-checkout form.checkout > .woocommerce-NoticeGroup-checkout ul.woocommerce-error {
	position: relative;
	display: grid;
	gap: 6px;
	box-sizing: border-box;
	width: 100%;
	margin: 0 !important;
	padding: 16px 18px 16px 50px !important;
	border: 1px solid #efc6c2 !important;
	border-left: 4px solid #b42318 !important;
	border-radius: 14px;
	background: #fff8f7 !important;
	box-shadow: 0 10px 28px rgba(122, 39, 26, .06);
	color: #7a271a;
	font-size: .92rem;
	line-height: 1.5;
}

body.atlas-commerce-checkout form.checkout > .woocommerce-NoticeGroup-checkout ul.woocommerce-error::before {
	top: 18px;
	left: 20px;
	color: #b42318;
}

body.atlas-commerce-checkout form.checkout > .woocommerce-NoticeGroup-checkout ul.woocommerce-error li {
	margin: 0;
	padding: 0 !important;
	color: inherit;
	line-height: inherit;
}

body.atlas-commerce-checkout form.checkout > .woocommerce-NoticeGroup-checkout ul.woocommerce-error a {
	display: block;
	color: inherit;
	font-weight: 600;
	text-decoration: none;
}

.atlas-commerce-checkout #customer_details,
.atlas-commerce-checkout #order_review {
	box-sizing: border-box;
	display: flex;
	float: none;
	flex-direction: column;
	width: auto;
	height: 100%;
	padding: clamp(26px, 3vw, 38px);
	border: 1px solid var(--atlas-border);
	border-radius: 22px;
	background: var(--atlas-surface);
	box-shadow: 0 20px 55px rgba(19, 37, 75, .08);
}

body.atlas-commerce-checkout #customer_details .col-1,
body.atlas-commerce-checkout #customer_details .woocommerce-billing-fields {
	float: none;
	width: 100% !important;
	max-width: none !important;
	height: 100%;
}

.atlas-commerce-checkout #customer_details .col-2 {
	display: none;
}

body.atlas-commerce-checkout #customer_details h3,
.atlas-order-review-heading h3 {
	margin: 0 0 1.6rem;
	color: var(--atlas-ink);
	font-size: clamp(1.4rem, 2.4vw, 1.7rem);
	font-weight: 800;
	letter-spacing: -.02em;
	line-height: 1.15;
	text-transform: none !important;
}

.atlas-order-review-heading h3 {
	margin-bottom: 1.35rem;
}

.atlas-commerce-checkout #order_review_heading {
	display: none;
}

.atlas-commerce-checkout .woocommerce-billing-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-areas:
		"first last"
		"email email"
		"country country"
		"city postcode"
		"phone phone";
	gap: 19px 18px;
}

.atlas-commerce-checkout .woocommerce-billing-fields__field-wrapper::before,
.atlas-commerce-checkout .woocommerce-billing-fields__field-wrapper::after {
	display: none;
}

body.atlas-commerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper > .form-row {
	float: none !important;
	clear: none !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0;
	padding: 0;
}

.atlas-commerce-checkout #billing_first_name_field {
	grid-area: first;
}

.atlas-commerce-checkout #billing_last_name_field {
	grid-area: last;
}

.atlas-commerce-checkout #billing_email_field {
	grid-area: email;
}

.atlas-commerce-checkout #billing_country_field {
	grid-area: country;
}

.atlas-commerce-checkout #billing_city_field {
	grid-area: city;
}

.atlas-commerce-checkout #billing_postcode_field {
	grid-area: postcode;
}

.atlas-commerce-checkout #billing_phone_field {
	grid-area: phone;
}

.atlas-commerce-checkout .form-row label {
	display: block;
	margin: 0 0 8px;
	color: #24314a;
	font-size: .91rem;
	font-weight: 700;
	line-height: 1.35;
}

.atlas-commerce-checkout .form-row .required {
	color: #b42318;
	font-weight: 800;
}

.atlas-commerce-checkout .form-row .optional {
	color: #6b7890;
	font-size: .78rem;
	font-weight: 600;
}

.atlas-commerce-checkout .form-row input.input-text,
.atlas-commerce-checkout .form-row select,
.atlas-commerce-checkout .select2-container .select2-selection--single {
	box-sizing: border-box;
	width: 100%;
	min-height: 56px;
	border: 1px solid #bdc9da;
	border-radius: 12px;
	background: #fff;
	color: var(--atlas-ink);
	font-size: 17px;
	font-weight: 500;
	line-height: 1.4;
	transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.atlas-commerce-checkout .form-row input.input-text,
.atlas-commerce-checkout .form-row select {
	padding: 0 16px;
}

.atlas-commerce-checkout .form-row input.input-text:hover,
.atlas-commerce-checkout .form-row select:hover,
.atlas-commerce-checkout .select2-container .select2-selection--single:hover {
	border-color: #8596af;
}

.atlas-commerce-checkout .form-row input.input-text:focus,
.atlas-commerce-checkout .form-row select:focus,
.atlas-commerce-checkout .select2-container--focus .select2-selection--single,
.atlas-commerce-checkout .select2-container--open .select2-selection--single {
	border-color: var(--atlas-blue) !important;
	outline: 0;
	box-shadow: 0 0 0 4px rgba(21, 87, 255, .12);
}

.atlas-commerce-checkout .select2-container {
	width: 100% !important;
}

body.atlas-commerce-checkout .select2-container .select2-selection--single {
	background: #fff !important;
}

/* The theme briefly renders WooCommerce's native country select before
 * SelectWoo is ready. Both states receive the same stable, visible control. */
body.atlas-commerce-checkout #billing_country_field select.country_to_state:not(.select2-hidden-accessible) {
	position: static !important;
	display: block !important;
	clip: auto !important;
	clip-path: none !important;
	width: 100% !important;
	height: 56px !important;
	margin: 0 !important;
	padding: 0 44px 0 16px !important;
	border: 1px solid #bdc9da !important;
	border-radius: 12px !important;
	background-color: #fff !important;
	opacity: 1 !important;
}

body.atlas-commerce-checkout #billing_country_field .select2-container .select2-selection--single {
	box-sizing: border-box !important;
	height: 56px !important;
	min-height: 56px !important;
	padding: 0 !important;
	border: 1px solid #bdc9da !important;
	border-radius: 12px !important;
	background: #fff !important;
}

body.atlas-commerce-checkout #billing_country_field .select2-container .select2-selection--single:hover {
	border-color: #8596af !important;
}

body.atlas-commerce-checkout #billing_country_field .select2-container--focus .select2-selection--single,
body.atlas-commerce-checkout #billing_country_field .select2-container--open .select2-selection--single {
	border-color: var(--atlas-blue) !important;
}

/* Completed fields stay visually quiet. Errors remain unmistakable through
 * border, text and the field-level message (never colour alone). */
body.atlas-commerce-checkout .form-row.woocommerce-validated input.input-text,
body.atlas-commerce-checkout .form-row.woocommerce-validated select,
body.atlas-commerce-checkout .form-row.woocommerce-validated .select2-selection--single {
	border-color: #bdc9da !important;
	background-color: #fff !important;
}

body.atlas-commerce-checkout .form-row.woocommerce-invalid input.input-text,
body.atlas-commerce-checkout .form-row.woocommerce-invalid select,
body.atlas-commerce-checkout .form-row.woocommerce-invalid .select2-selection--single {
	border-color: #c4322b !important;
	background-color: #fffafa !important;
	box-shadow: 0 0 0 3px rgba(196, 50, 43, .08);
}

body.atlas-commerce-checkout .form-row.woocommerce-invalid label {
	color: #8f201a;
}

body.atlas-commerce-checkout .form-row > .woocommerce-error,
body.atlas-commerce-checkout .form-row .woocommerce-input-wrapper + .woocommerce-error {
	display: block;
	margin: 6px 0 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: #b42318;
	font-size: .78rem;
	font-weight: 500;
	line-height: 1.45;
}

.atlas-commerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0 44px 0 16px;
	color: var(--atlas-ink) !important;
	font-size: 17px;
	font-weight: 500;
	line-height: 54px;
}

.atlas-commerce-checkout .select2-container .select2-selection--single .select2-selection__arrow {
	top: 1px;
	right: 12px;
	height: 54px;
}

.select2-container--default .select2-dropdown {
	border: 1px solid #b9c6d9 !important;
	border-radius: 12px !important;
	background: #fff !important;
	box-shadow: 0 18px 48px rgba(13, 24, 48, .18);
	overflow: hidden;
}

.select2-container--default .select2-search--dropdown {
	padding: 10px;
	background: #fff;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	box-sizing: border-box;
	height: 46px;
	padding: 0 12px;
	border: 1px solid #aebdd1 !important;
	border-radius: 9px;
	background: #fff !important;
	color: #0d1830 !important;
	font-size: 16px;
	outline: none;
}

.select2-container--default .select2-results > .select2-results__options {
	max-height: 300px;
	background: #fff;
}

.select2-container--default .select2-results__option {
	box-sizing: border-box;
	min-height: 44px;
	padding: 11px 14px;
	background: #fff !important;
	color: #15213a !important;
	font-size: 16px;
	line-height: 1.4;
}

.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[data-selected="true"] {
	background: #eaf0ff !important;
	color: #0e357d !important;
	font-weight: 700;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background: var(--atlas-blue) !important;
	color: #fff !important;
}

.atlas-commerce-checkout #order_review {
	position: relative;
}

.atlas-commerce-checkout #order_review table.shop_table {
	margin: 0;
	border: 0;
	border-collapse: collapse;
	color: #24314a;
	font-size: .95rem;
}

.atlas-commerce-checkout #order_review table.shop_table th,
.atlas-commerce-checkout #order_review table.shop_table td {
	padding: 15px 0;
	border: 0;
	border-bottom: 1px solid #e3e9f2;
	background: transparent;
}

.atlas-commerce-checkout #order_review table.shop_table thead th {
	padding-top: 0;
	color: #66748a;
	font-size: .75rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.atlas-commerce-checkout #order_review table.shop_table th:last-child,
.atlas-commerce-checkout #order_review table.shop_table td:last-child {
	text-align: right;
}

.atlas-commerce-checkout #order_review .product-name .variation {
	display: grid;
	gap: 4px;
	margin: 8px 0 0;
	color: #5b6880;
	font-size: .78rem;
	line-height: 1.5;
}

.atlas-commerce-checkout #order_review .product-name .variation dt,
.atlas-commerce-checkout #order_review .product-name .variation dd {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.atlas-commerce-checkout #order_review .product-name .variation dt {
	color: #344057;
	font-weight: 750;
}

.atlas-commerce-checkout #order_review .product-name .variation dd p {
	margin: 0;
	overflow-wrap: anywhere;
}

.atlas-commerce-checkout #order_review table.shop_table .order-total th,
.atlas-commerce-checkout #order_review table.shop_table .order-total td {
	padding-top: 20px;
	border-bottom: 0;
	color: var(--atlas-ink);
	font-size: 1.12rem;
}

.atlas-commerce-checkout #payment {
	margin-top: auto;
	padding-top: 26px;
	border-radius: 0;
	background: transparent;
}

.atlas-commerce-checkout #payment ul.payment_methods {
	display: grid;
	gap: 12px;
	margin: 0 0 22px;
	padding: 0;
	border: 0;
	background: transparent;
}

.atlas-commerce-checkout #payment ul.payment_methods > li.wc_payment_method {
	margin: 0;
	padding: 0;
	border: 1px solid #c4d0e1;
	border-radius: 16px;
	background: #fff;
	overflow: hidden;
	transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.atlas-commerce-checkout #payment ul.payment_methods > li.wc_payment_method:has(> input:checked) {
	border-color: var(--atlas-blue);
	background: #f6f8ff;
	box-shadow: 0 0 0 3px rgba(21, 87, 255, .11);
}

.atlas-commerce-checkout #payment .wc_payment_method > input[type="radio"] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.atlas-commerce-checkout #payment .wc_payment_method > label {
	display: flex;
	align-items: center;
	min-height: 68px;
	margin: 0;
	padding: 16px 20px 16px 52px;
	position: relative;
	color: #17203a;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.4;
	cursor: pointer;
}

.atlas-commerce-checkout #payment .wc_payment_method > label::before {
	content: "";
	position: absolute;
	left: 20px;
	width: 19px;
	height: 19px;
	border: 2px solid #8190a8;
	border-radius: 50%;
	background: #fff;
	box-shadow: inset 0 0 0 4px #fff;
}

.atlas-commerce-checkout #payment .wc_payment_method > input:checked + label::before {
	border-color: var(--atlas-blue);
	background: var(--atlas-blue);
}

.atlas-commerce-checkout #payment .wc_payment_method > input:focus-visible + label {
	outline: 3px solid rgba(21, 87, 255, .28);
	outline-offset: -3px;
}

.atlas-commerce-checkout #payment .wc_payment_method > label img {
	flex: 0 1 auto;
	width: auto;
	max-width: 105px;
	max-height: 25px;
	margin-left: auto;
	object-fit: contain;
}

.atlas-commerce-checkout #payment .payment_method_nowpayments_gateway > label img {
	display: none !important;
}

.atlas-commerce-checkout #payment div.payment_box {
	margin: 0;
	padding: 14px 20px 16px 52px;
	border-top: 1px solid #e4e9f2;
	background: #f8faff;
	color: #45546c;
	font-size: 14px;
	line-height: 1.6;
}

.atlas-commerce-checkout #payment div.payment_box p:last-child {
	margin-bottom: 0;
}

.atlas-commerce-checkout #payment .atlas-nowpayments-provider {
	display: flex;
	align-items: center;
	min-height: 28px;
	margin: 0 0 10px;
}

.atlas-commerce-checkout #payment .atlas-nowpayments-provider img {
	display: block !important;
	width: auto;
	max-width: 142px;
	height: 24px;
	object-fit: contain;
}

.atlas-commerce-checkout #payment .atlas-nowpayments-copy {
	display: block;
}

.atlas-commerce-checkout #payment .payment_method_atlas_stripe_preview {
	border-color: #d8dfeb;
	background: #f8fafc;
}

.atlas-commerce-checkout #payment .payment_method_atlas_stripe_preview > label {
	color: #46546b;
	cursor: not-allowed;
	white-space: nowrap;
}

.atlas-commerce-checkout #payment .payment_method_atlas_stripe_preview > label::before {
	border-color: #a8b3c3;
	background: #edf1f6;
}

.atlas-commerce-checkout #payment .atlas-stripe-preview-meta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-left: auto;
	color: #4a5870;
	font-size: 13px;
	font-weight: 800;
}

.atlas-commerce-checkout #payment .atlas-card-symbol {
	display: inline-flex;
	width: 24px;
	height: 24px;
	align-items: center;
	justify-content: center;
}

.atlas-commerce-checkout #payment .atlas-card-symbol svg {
	display: block;
	width: 22px;
	height: 22px;
}

.atlas-commerce-checkout #payment .atlas-card-symbol svg * {
	fill: none;
}

.atlas-commerce-checkout #payment .atlas-stripe-wordmark {
	color: #635bff;
	font-size: 15px;
	letter-spacing: -.02em;
}

.atlas-commerce-checkout #payment .atlas-gateway-unavailable {
	padding: 5px 8px;
	border: 1px solid #d4dbe7;
	border-radius: 999px;
	background: #eef2f7;
	color: #46546b;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .035em;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

.atlas-commerce-checkout #payment .payment_method_atlas_stripe_preview div.payment_box {
	display: block !important;
	border-top-color: #e0e6ef;
	background: #f4f7fa;
	color: #526078;
}

.atlas-commerce-checkout #payment .atlas-stripe-preview-copy,
.atlas-commerce-checkout #payment .atlas-stripe-preview-copy > span {
	display: block;
}

.atlas-commerce-checkout #payment .atlas-stripe-preview-copy strong {
	display: block;
	margin-bottom: 3px;
	color: #27344a;
	font-size: 14px;
}

.atlas-commerce-checkout #payment ul.payment_methods > li.payment_method_atlas_stripe_preview.atlas-payment-method--unavailable:has(> input:checked) {
	border-color: #d8dfeb;
	background: #f8fafc;
	box-shadow: none;
}

.atlas-commerce-checkout #payment div.payment_box::before {
	display: none;
}

@media (max-width: 520px) {
	.atlas-commerce-checkout #payment .payment_method_atlas_stripe_preview > label {
		align-items: flex-start;
		flex-wrap: wrap;
		white-space: normal;
	}

	.atlas-commerce-checkout #payment .atlas-stripe-preview-meta {
		flex: 1 0 100%;
		margin: 8px 0 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.atlas-commerce-checkout #payment ul.payment_methods > li.wc_payment_method {
		transition: none;
	}
}

.atlas-commerce-checkout #payment .form-row.place-order {
	display: block;
	padding: 0;
}

.atlas-commerce-checkout .woocommerce-privacy-policy-text {
	margin-bottom: 16px;
	color: var(--atlas-muted);
	font-size: .86rem;
	line-height: 1.55;
}

.atlas-commerce-checkout .woocommerce-terms-and-conditions-wrapper {
	margin-bottom: 18px;
}

.atlas-commerce-checkout .woocommerce-form__label-for-checkbox {
	display: flex !important;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	color: #25324a;
	font-size: .9rem;
	font-weight: 650;
	line-height: 1.45;
}

.atlas-commerce-checkout input#terms {
	appearance: auto !important;
	position: static !important;
	flex: 0 0 auto;
	width: 20px !important;
	height: 20px !important;
	margin: 1px 0 0 !important;
	opacity: 1 !important;
	accent-color: var(--atlas-blue);
}

.atlas-commerce-checkout #place_order {
	width: 100%;
	min-height: 56px;
	margin: 0;
	border: 0;
	border-radius: 12px;
	background: var(--atlas-blue);
	box-shadow: 0 12px 26px rgba(21, 87, 255, .23);
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: .01em;
	transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.atlas-commerce-checkout #place_order:hover,
.atlas-commerce-checkout #place_order:focus-visible {
	background: var(--atlas-blue-dark);
	box-shadow: 0 14px 30px rgba(13, 67, 214, .28);
	transform: translateY(-1px);
}

.atlas-commerce-checkout #place_order:focus-visible {
	outline: 3px solid rgba(21, 87, 255, .26);
	outline-offset: 3px;
}

.atlas-checkout-security-note {
	margin: 13px 0 0;
	color: #69768b;
	font-size: .75rem;
	line-height: 1.5;
	text-align: center;
}

.atlas-checkout-footer {
	border-top: 1px solid var(--atlas-border, #dbe3ef);
	background: var(--atlas-background, #f3f6fb);
}

.atlas-checkout-footer__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	width: min(1180px, calc(100% - 32px));
	min-height: 78px;
	margin-inline: auto;
	color: #637188;
	font-size: .78rem;
}

.atlas-checkout-footer__inner p {
	margin: 0;
}

.atlas-checkout-footer__inner strong {
	color: var(--atlas-ink, #0d1830);
	letter-spacing: .04em;
}

.atlas-crypto-status {
	margin: 1.5rem 0;
	padding: 1.1rem 1.25rem;
	border: 1px solid #bfd0ff;
	border-radius: 12px;
	background: #eef3ff;
	color: #17203a;
}

.atlas-crypto-status p {
	margin: .35rem 0 0;
}

/* Atlas Media verified order status */
.atlas-commerce-status {
	--atlas-status-color: #7ea3ff;
	--atlas-status-soft: rgba(126, 163, 255, .16);
}

.atlas-commerce-status .woocommerce {
	width: min(1120px, calc(100% - 32px));
	padding-block: clamp(34px, 5vw, 68px) clamp(52px, 7vw, 88px);
}

.atlas-commerce-status .woocommerce-order,
.atlas-commerce-status .atlas-order-status {
	width: 100%;
}

.atlas-status-page,
.atlas-status-page *,
.atlas-status-page *::before,
.atlas-status-page *::after {
	box-sizing: border-box;
}

.atlas-status-page[data-state="success"] {
	--atlas-status-color: #48d6a6;
	--atlas-status-soft: rgba(72, 214, 166, .15);
}

.atlas-status-page[data-state="pending"],
.atlas-status-page[data-state="waiting"] {
	--atlas-status-color: #7ea3ff;
	--atlas-status-soft: rgba(126, 163, 255, .16);
}

.atlas-status-page[data-state="partial"],
.atlas-status-page[data-state="expired"] {
	--atlas-status-color: #ffbf6b;
	--atlas-status-soft: rgba(255, 191, 107, .16);
}

.atlas-status-page[data-state="error"],
.atlas-status-page[data-state="cancelled"] {
	--atlas-status-color: #ff8585;
	--atlas-status-soft: rgba(255, 133, 133, .15);
}

.atlas-status-page[data-state="refunded"],
.atlas-status-page[data-state="unavailable"] {
	--atlas-status-color: #b4c0d3;
	--atlas-status-soft: rgba(180, 192, 211, .15);
}

.atlas-status-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(250px, .75fr);
	gap: clamp(28px, 5vw, 72px);
	min-height: 600px;
	padding: clamp(38px, 6vw, 72px);
	border: 1px solid rgba(143, 169, 218, .2);
	border-radius: 32px;
	background:
		radial-gradient(circle at 78% 25%, rgba(21, 87, 255, .27), transparent 31%),
		radial-gradient(circle at 8% 105%, var(--atlas-status-soft), transparent 34%),
		linear-gradient(145deg, #091426 0%, #050a13 62%, #07101e 100%);
	box-shadow: 0 34px 90px rgba(8, 20, 43, .24);
	color: #fff;
	overflow: hidden;
isolation: isolate;
}

.atlas-status-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image: linear-gradient(rgba(255, 255, 255, .026) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .026) 1px, transparent 1px);
	background-size: 56px 56px;
	-webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .8), transparent 88%);
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .8), transparent 88%);
}

.atlas-status-hero__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-width: 0;
}

.atlas-status-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: clamp(28px, 5vw, 48px);
	color: #aebdd3;
	font-size: .75rem;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.atlas-status-kicker__dot {
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: var(--atlas-status-color);
	box-shadow: 0 0 0 5px var(--atlas-status-soft);
}

.atlas-status-badge {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-height: 38px;
	margin-bottom: 22px;
	padding: 8px 13px;
	border: 1px solid color-mix(in srgb, var(--atlas-status-color) 38%, transparent);
	border-radius: 999px;
	background: var(--atlas-status-soft);
	color: var(--atlas-status-color);
	font-size: .79rem;
	font-weight: 800;
	letter-spacing: .025em;
}

.atlas-status-svg {
	display: block;
	flex: 0 0 auto;
}

.atlas-status-svg--small {
	width: 18px;
	height: 18px;
}

.atlas-status-svg--large {
	width: clamp(70px, 8vw, 100px);
	height: clamp(70px, 8vw, 100px);
}

.atlas-status-hero h1 {
	max-width: 720px;
	margin: 0;
	color: #fff;
	font-size: clamp(3rem, 6vw, 5.25rem);
	font-weight: 850;
	letter-spacing: -.055em;
	line-height: .96;
	text-wrap: balance;
}

.atlas-status-greeting {
	margin: 26px 0 0;
	color: #f5f8ff;
	font-size: 1.08rem;
	font-weight: 800;
}

.atlas-status-lead {
	max-width: 640px;
	margin: 8px 0 0;
	color: #b7c4d7;
	font-size: clamp(1rem, 1.7vw, 1.12rem);
	line-height: 1.72;
}

.atlas-status-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.atlas-status-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 52px;
	padding: 13px 20px;
	border: 1px solid transparent;
	border-radius: 12px;
	font-size: .93rem;
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	touch-action: manipulation;
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.atlas-status-button--primary {
	border-color: #fff;
	background: #fff;
	box-shadow: 0 14px 32px rgba(0, 0, 0, .18);
	color: #07101f !important;
}

.atlas-status-button--secondary {
	border-color: rgba(255, 255, 255, .24);
	background: rgba(255, 255, 255, .055);
	color: #edf3ff !important;
}

.atlas-status-button:hover,
.atlas-status-button:focus-visible {
	transform: translateY(-2px);
}

.atlas-status-button--primary:hover,
.atlas-status-button--primary:focus-visible {
	background: #edf3ff;
	box-shadow: 0 17px 38px rgba(0, 0, 0, .24);
}

.atlas-status-button--secondary:hover,
.atlas-status-button--secondary:focus-visible {
	border-color: rgba(255, 255, 255, .5);
	background: rgba(255, 255, 255, .1);
}

.atlas-status-button:focus-visible {
	outline: 3px solid rgba(126, 163, 255, .48);
	outline-offset: 3px;
}

.atlas-status-button[aria-busy="true"] {
	cursor: wait;
	opacity: .78;
	transform: none;
}

.atlas-status-button__spinner {
	display: none;
	width: 16px;
	height: 16px;
	border: 2px solid rgba(7, 16, 31, .25);
	border-top-color: #07101f;
	border-radius: 50%;
}

.atlas-status-button[aria-busy="true"] .atlas-status-button__spinner {
	display: block;
	animation: atlas-status-spin .75s linear infinite;
}

.atlas-status-refresh-note {
	min-height: 21px;
	margin: 17px 0 0;
	color: #8999b1;
	font-size: .78rem;
	line-height: 1.55;
}

.atlas-status-visual {
	position: relative;
	display: grid;
	align-self: center;
	place-items: center;
	width: min(100%, 330px);
	aspect-ratio: 1;
	margin-inline: auto;
}

.atlas-status-icon {
	position: relative;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 48%;
	aspect-ratio: 1;
	border: 1px solid color-mix(in srgb, var(--atlas-status-color) 42%, transparent);
	border-radius: 50%;
	background: radial-gradient(circle at 34% 30%, color-mix(in srgb, var(--atlas-status-color) 31%, #0c182b), #0b1526 68%);
	box-shadow: 0 0 0 18px var(--atlas-status-soft), 0 25px 60px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .16);
	color: var(--atlas-status-color);
}

.atlas-status-orbit {
	position: absolute;
	border: 1px solid rgba(151, 177, 221, .18);
	border-radius: 50%;
}

.atlas-status-orbit::after {
	content: "";
	position: absolute;
	top: 50%;
	left: -4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--atlas-status-color);
	box-shadow: 0 0 16px var(--atlas-status-color);
}

.atlas-status-orbit--outer {
	inset: 2%;
}

.atlas-status-orbit--inner {
	inset: 18%;
	border-style: dashed;
	transform: rotate(42deg);
}

.atlas-status-page[data-pollable="true"] .atlas-status-orbit--outer {
	animation: atlas-status-orbit 14s linear infinite;
}

.atlas-status-page[data-pollable="true"] .atlas-status-orbit--inner {
	animation: atlas-status-orbit-reverse 9s linear infinite;
}

.atlas-status-progress {
	position: relative;
	z-index: 3;
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin: 6px 0 0;
	padding: 28px 0 0;
	border-top: 1px solid rgba(255, 255, 255, .11);
	list-style: none;
}

.atlas-status-progress__step {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	color: #8797af;
	font-size: .79rem;
	font-weight: 750;
}

.atlas-status-progress__marker {
	display: block;
	flex: 0 0 auto;
	width: 10px;
	height: 10px;
	border: 2px solid #66758d;
	border-radius: 50%;
}

.atlas-status-progress__step.is-complete,
.atlas-status-progress__step.is-current {
	color: #f2f6ff;
}

.atlas-status-progress__step.is-complete .atlas-status-progress__marker {
	border-color: var(--atlas-status-color);
	background: var(--atlas-status-color);
	box-shadow: 0 0 0 4px var(--atlas-status-soft);
}

.atlas-status-progress__step.is-current .atlas-status-progress__marker {
	border-color: var(--atlas-status-color);
	box-shadow: 0 0 0 4px var(--atlas-status-soft);
}

.atlas-status-progress__step.is-error {
	color: #ffc2c2;
}

.atlas-status-progress__step.is-error .atlas-status-progress__marker {
	border-color: #ff8585;
	background: #ff8585;
}

.atlas-status-content {
	display: grid;
	grid-template-columns: minmax(0, 1.22fr) minmax(320px, .78fr);
	gap: 22px;
	margin-top: 22px;
}

.atlas-status-card {
	padding: clamp(26px, 4vw, 40px);
	border: 1px solid var(--atlas-border);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 18px 52px rgba(13, 24, 48, .07);
}

.atlas-status-next {
	background: linear-gradient(150deg, #f8faff, #eef3ff);
}

.atlas-status-section-heading p {
	margin: 0 0 7px;
	color: var(--atlas-blue);
	font-size: .7rem;
	font-weight: 850;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.atlas-status-section-heading h2 {
	margin: 0;
	color: var(--atlas-ink);
	font-size: clamp(1.45rem, 2.4vw, 1.8rem);
	font-weight: 850;
	letter-spacing: -.025em;
	line-height: 1.15;
}

.atlas-status-details {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 28px 0 0;
}

.atlas-status-details > div {
	min-width: 0;
	padding: 18px;
	border: 1px solid #e2e8f1;
	border-radius: 15px;
	background: #fbfcfe;
}

.atlas-status-details dt {
	margin: 0 0 7px;
	color: #728097;
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.atlas-status-details dd {
	margin: 0;
	color: #132039;
	font-size: .96rem;
	font-weight: 750;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.atlas-status-details dd.atlas-status-amount {
	font-size: 1.16rem;
	font-variant-numeric: tabular-nums;
}

.atlas-status-next__list {
	display: grid;
	gap: 17px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.atlas-status-next__list li {
	display: grid;
	grid-template-columns: 26px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	margin: 0;
	color: #42516a;
	font-size: .91rem;
	line-height: 1.55;
}

.atlas-status-next__list li > span {
	display: grid;
	place-items: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 5px 14px rgba(21, 87, 255, .11);
	color: var(--atlas-blue);
}

.atlas-status-next__list svg {
	width: 15px;
	height: 15px;
}

.atlas-status-trust {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	max-width: 760px;
	margin: 24px auto 0;
	padding: 10px 0;
	color: #69778d;
	text-align: center;
}

.atlas-status-trust > span {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 1px solid #d5deeb;
	border-radius: 50%;
	background: #fff;
	color: #355079;
}

.atlas-status-trust svg {
	width: 17px;
	height: 17px;
}

.atlas-status-trust p {
	margin: 0;
	font-size: .76rem;
	line-height: 1.55;
}

.atlas-status-trust strong {
	color: #25344e;
}

.atlas-status-extensions {
	display: none !important;
}

@keyframes atlas-status-spin {
	to { transform: rotate(360deg); }
}

@keyframes atlas-status-orbit {
	to { transform: rotate(360deg); }
}

@keyframes atlas-status-orbit-reverse {
	from { transform: rotate(42deg); }
	to { transform: rotate(-318deg); }
}

@media (max-width: 900px) {
	.atlas-currency-switcher {
		position: static;
		width: max-content;
		margin: 1rem auto 1.5rem;
	}

	.atlas-commerce-checkout form.checkout {
		grid-template-columns: 1fr;
	}

	.atlas-commerce-checkout #customer_details,
	.atlas-commerce-checkout #order_review {
		height: auto;
	}

	.atlas-status-hero {
		grid-template-columns: minmax(0, 1fr) minmax(190px, .5fr);
		min-height: 560px;
	}

	.atlas-status-visual {
		width: min(100%, 250px);
	}

	.atlas-status-content {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 620px) {
	body.atlas-commerce-checkout #gt_float_wrapper,
	body.atlas-commerce-cart #gt_float_wrapper {
		left: 12px !important;
		bottom: 12px !important;
		transform: scale(.74) !important;
	}

	.atlas-checkout-bar {
		min-height: 64px;
		padding-inline: 18px;
	}

	.atlas-checkout-trust {
		font-size: .73rem;
	}

	.atlas-commerce-checkout .woocommerce {
		width: min(100% - 24px, 1180px);
		padding-block: 34px 44px;
	}

	.atlas-checkout-intro {
		margin-bottom: 1.35rem;
	}

	.atlas-checkout-intro h2 {
		font-size: clamp(2rem, 11vw, 2.7rem);
	}

	.atlas-commerce-checkout .woocommerce-billing-fields__field-wrapper {
		grid-template-columns: 1fr;
		grid-template-areas:
			"first"
			"last"
			"email"
			"country"
			"city"
			"postcode"
			"phone";
	}

	.atlas-commerce-checkout .form-row,
	.atlas-commerce-checkout .form-row-wide {
		grid-column: 1;
	}

	.atlas-commerce-checkout #customer_details,
	.atlas-commerce-checkout #order_review {
		padding: 24px 20px;
		border-radius: 18px;
	}

	.atlas-checkout-footer__inner {
		align-items: center;
		padding-block: 22px;
	}

	.atlas-commerce-status .woocommerce {
		width: min(100% - 20px, 1120px);
		padding-block: 68px 48px;
	}

	body.atlas-commerce-status #gt_float_wrapper {
		position: absolute !important;
		top: 76px !important;
		bottom: auto !important;
	}

	.atlas-status-hero {
		grid-template-columns: 1fr;
		gap: 26px;
		min-height: 0;
		padding: 30px 22px 26px;
		border-radius: 24px;
	}

	.atlas-status-kicker {
		margin-bottom: 28px;
	}

	.atlas-status-hero h1 {
		font-size: clamp(2.65rem, 14vw, 3.65rem);
	}

	.atlas-status-lead {
		font-size: 1rem;
	}

	.atlas-status-actions,
	.atlas-status-button {
		width: 100%;
	}

	.atlas-status-visual {
		grid-row: 1;
		width: 185px;
	}

	.atlas-status-hero__content {
		grid-row: 2;
	}

	.atlas-status-progress {
		grid-row: 3;
		grid-template-columns: 1fr;
		gap: 14px;
		padding-top: 24px;
	}

	.atlas-status-progress__step {
		font-size: .78rem;
	}

	.atlas-status-card {
		padding: 26px 20px;
		border-radius: 19px;
	}

	.atlas-status-details {
		grid-template-columns: 1fr;
	}

	.atlas-status-trust {
		align-items: flex-start;
		padding-inline: 8px;
		text-align: left;
	}
}

@media (prefers-reduced-motion: reduce) {
	.atlas-commerce-checkout *,
	.atlas-commerce-checkout *::before,
	.atlas-commerce-checkout *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}

	.atlas-status-page .atlas-status-orbit,
	.atlas-status-page .atlas-status-button__spinner {
		animation: none !important;
	}
}

/* Atlas checkout Option B: one native WooCommerce order, presented in two
 * focused customer steps. Gateway fields and provider callbacks remain owned
 * by the official Stripe and NOWPayments extensions. */
.atlas-checkout-progress {
	width: min(760px, 100%);
	margin: 0 0 clamp(30px, 4vw, 46px);
}

.atlas-checkout-progress ol {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	list-style: none;
}

.atlas-checkout-progress ol::before {
	content: "";
	position: absolute;
	top: 21px;
	left: calc(16.666% + 21px);
	right: calc(16.666% + 21px);
	height: 2px;
	background: #d8e0ec;
}

.atlas-checkout-progress li {
	position: relative;
	z-index: 1;
	min-width: 0;
	color: #748197;
}

.atlas-progress-action {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 11px;
	align-items: center;
	min-width: 0;
	min-height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	text-align: left;
	cursor: pointer;
	touch-action: manipulation;
}

.atlas-progress-action:focus-visible {
	border-radius: 12px;
	box-shadow: 0 0 0 4px rgba(21, 87, 255, .16);
	outline: 2px solid transparent;
}

.atlas-progress-action:disabled {
	cursor: default;
	opacity: 1;
}

.atlas-checkout-progress li:nth-child(2) {
	justify-self: center;
}

.atlas-checkout-progress li:nth-child(3) {
	justify-self: end;
}

.atlas-progress-marker {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border: 2px solid #d2dbe8;
	border-radius: 50%;
	background: var(--atlas-background);
	color: #748197;
	font-size: .84rem;
	font-weight: 850;
	transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.atlas-progress-action > span:last-child {
	display: grid;
	gap: 2px;
}

.atlas-checkout-progress strong {
	color: #4b5970;
	font-size: .83rem;
	font-weight: 800;
	line-height: 1.25;
}

.atlas-checkout-progress small {
	font-size: .7rem;
	font-weight: 600;
	line-height: 1.3;
}

.atlas-checkout-progress li.is-active .atlas-progress-marker {
	border-color: var(--atlas-blue);
	background: var(--atlas-blue);
	box-shadow: 0 0 0 5px rgba(21, 87, 255, .1);
	color: #fff;
}

.atlas-checkout-progress li.is-active strong {
	color: var(--atlas-ink);
}

.atlas-checkout-progress li.is-complete .atlas-progress-marker {
	border-color: #27a77a;
	background: #e8f8f1;
	color: #147052;
}

.atlas-checkout-progress li.is-complete .atlas-progress-marker::before {
	content: "✓";
}

.atlas-checkout-progress li.is-complete .atlas-progress-marker {
	font-size: 0;
}

.atlas-checkout-progress li.is-complete .atlas-progress-marker::before {
	font-size: .92rem;
}

body.atlas-commerce-checkout form.checkout {
	grid-template-areas: "primary summary";
}

body.atlas-commerce-checkout #customer_details,
body.atlas-commerce-checkout .atlas-payment-stage {
	grid-area: primary;
}

body.atlas-commerce-checkout #order_review {
	grid-area: summary;
}

body.atlas-commerce-checkout form.checkout > .woocommerce-NoticeGroup,
body.atlas-commerce-checkout form.checkout > .woocommerce-notices-wrapper {
	grid-area: auto / 1 / auto / -1;
}

.atlas-payment-stage {
	box-sizing: border-box;
	display: none;
	flex-direction: column;
	min-width: 0;
	padding: clamp(26px, 3vw, 38px);
	border: 1px solid var(--atlas-border);
	border-radius: 22px;
	background: var(--atlas-surface);
	box-shadow: 0 20px 55px rgba(19, 37, 75, .08);
}

body.atlas-commerce-checkout form.checkout[data-atlas-checkout-step="payment"] .atlas-payment-stage {
	display: flex;
}

body.atlas-commerce-checkout form.checkout[data-atlas-checkout-step="payment"] #customer_details {
	display: none;
}

body.atlas-commerce-checkout #order_review > #payment {
	display: none;
}

.atlas-back-to-details {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 9px;
	min-height: 44px;
	margin: -7px 0 17px;
	padding: 6px 2px;
	border: 0;
	background: transparent;
	color: #43516a;
	font-size: .86rem;
	font-weight: 750;
	cursor: pointer;
}

.atlas-back-to-details > span:first-child {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border: 1px solid #cbd5e3;
	border-radius: 50%;
	background: #f8faff;
	font-size: 1rem;
}

.atlas-back-to-details:hover,
.atlas-back-to-details:focus-visible {
	color: var(--atlas-blue-dark);
}

.atlas-back-to-details:focus-visible {
	border-radius: 7px;
	outline: 3px solid rgba(21, 87, 255, .2);
	outline-offset: 3px;
}

.atlas-payment-stage__heading {
	margin-bottom: 22px;
}

.atlas-payment-stage__heading .atlas-eyebrow {
	margin: 0 0 8px;
	color: var(--atlas-blue);
	font-size: .73rem;
	font-weight: 850;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.atlas-payment-stage__heading h3 {
	margin: 0 0 9px;
	color: var(--atlas-ink);
	font-size: clamp(1.55rem, 2.6vw, 2rem);
	font-weight: 850;
	letter-spacing: -.03em;
	line-height: 1.12;
}

.atlas-payment-stage__heading h3:focus {
	outline: none;
}

.atlas-payment-stage__heading > p:last-child {
	max-width: 620px;
	margin: 0;
	color: var(--atlas-muted);
	font-size: .92rem;
	line-height: 1.6;
}

.atlas-payment-slot {
	min-width: 0;
}

body.atlas-commerce-checkout .atlas-payment-slot #payment {
	display: block;
	margin: 0;
	padding: 0;
}

.atlas-stripe-assurance {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin: 0 0 18px;
	padding: 13px 15px;
	border: 1px solid #dce4ef;
	border-radius: 13px;
	background: #f8faff;
}

.atlas-stripe-assurance[hidden] {
	display: none !important;
}

.atlas-card-brands {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.atlas-card-brands > span {
	color: #536179;
	font-size: .72rem;
	font-weight: 750;
	white-space: nowrap;
}

.atlas-card-brands > div {
	display: flex;
	align-items: center;
	gap: 6px;
}

.atlas-card-brands img {
	display: block;
	box-sizing: border-box;
	width: 42px;
	height: 28px;
	padding: 3px 5px;
	border: 1px solid #d8e0ec;
	border-radius: 6px;
	background: #fff;
	object-fit: contain;
}

.atlas-powered-by-stripe {
	display: flex;
	align-items: center;
	gap: 7px;
	flex: 0 0 auto;
	color: #6b7890;
	font-size: .7rem;
	font-weight: 650;
	white-space: nowrap;
}

.atlas-powered-by-stripe img {
	display: block;
	width: 56px;
	height: 24px;
	object-fit: contain;
}

.atlas-details-actions {
	display: grid;
	gap: 12px;
	margin-top: 27px;
}

.atlas-continue-payment {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 58px;
	padding: 0 20px;
	border: 0;
	border-radius: 12px;
	background: var(--atlas-blue);
	box-shadow: 0 12px 26px rgba(21, 87, 255, .23);
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	cursor: pointer;
	transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.atlas-continue-payment:hover,
.atlas-continue-payment:focus-visible {
	background: var(--atlas-blue-dark);
	box-shadow: 0 14px 30px rgba(13, 67, 214, .28);
	transform: translateY(-1px);
}

.atlas-continue-payment:focus-visible {
	outline: 3px solid rgba(21, 87, 255, .26);
	outline-offset: 3px;
}

.atlas-continue-payment > span:last-child {
	font-size: 1.25rem;
}

.atlas-details-actions > p {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 0;
	color: #6a778c;
	font-size: .74rem;
	line-height: 1.5;
}

.atlas-details-actions > p > span {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #e8f8f1;
	color: #147052;
	font-size: .7rem;
	font-weight: 900;
}

.atlas-field-error {
	display: block;
	grid-column: 1 / -1;
	margin: 6px 0 0;
	color: #b42318;
	font-size: .78rem;
	font-weight: 550;
	line-height: 1.45;
}

.atlas-customer-summary {
	display: none;
	margin-top: 25px;
	padding-top: 22px;
	border-top: 1px solid #e2e8f1;
}

body.atlas-commerce-checkout form.checkout[data-atlas-checkout-step="payment"] .atlas-customer-summary {
	display: block;
}

.atlas-customer-summary__heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 16px;
}

.atlas-customer-summary__heading p {
	margin: 0 0 3px;
	color: #68768b;
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.atlas-customer-summary__heading h4 {
	margin: 0;
	color: var(--atlas-ink);
	font-size: .96rem;
	font-weight: 800;
	line-height: 1.35;
}

.atlas-customer-summary__heading button {
	flex: 0 0 auto;
	align-self: flex-start;
	width: auto !important;
	min-height: 36px;
	padding: 5px 10px;
	border: 1px solid #cbd6e5;
	border-radius: 8px;
	background: #fff;
	color: var(--atlas-blue-dark);
	font-size: .73rem;
	font-weight: 800;
	cursor: pointer;
}

.atlas-customer-summary__heading button:hover,
.atlas-customer-summary__heading button:focus-visible {
	border-color: var(--atlas-blue);
	background: #f4f7ff;
}

.atlas-customer-summary__heading button:focus-visible {
	outline: 3px solid rgba(21, 87, 255, .18);
	outline-offset: 2px;
}

.atlas-customer-summary dl {
	display: grid;
	gap: 11px;
	margin: 0;
}

.atlas-customer-summary dl > div {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 12px;
	align-items: baseline;
}

.atlas-customer-summary dt {
	color: #748197;
	font-size: .72rem;
	font-weight: 700;
}

.atlas-customer-summary dd {
	min-width: 0;
	margin: 0;
	color: #27344a;
	font-size: .78rem;
	font-weight: 700;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

body.atlas-commerce-checkout .atlas-payment-stage #payment ul.payment_methods {
	gap: 14px;
	margin-bottom: 24px;
}

body.atlas-commerce-checkout .atlas-payment-stage #payment ul.payment_methods > li.wc_payment_method {
	border-radius: 17px;
}

body.atlas-commerce-checkout .atlas-payment-stage #payment .wc_payment_method > label {
	min-height: 72px;
	padding: 17px 22px 17px 56px;
}

body.atlas-commerce-checkout .atlas-payment-stage #payment .wc_payment_method > label::before {
	left: 21px;
}

body.atlas-commerce-checkout .atlas-payment-stage #payment div.payment_box {
	padding: 20px 22px 22px;
	border-top-color: #dde5f0;
	background: #fbfcff;
}

body.atlas-commerce-checkout .atlas-payment-stage #payment .payment_method_nowpayments_gateway div.payment_box {
	padding-left: 56px;
}

body.atlas-commerce-checkout .atlas-payment-stage #payment .wc-stripe-upe-element,
body.atlas-commerce-checkout .atlas-payment-stage #payment #wc-stripe-upe-form,
body.atlas-commerce-checkout .atlas-payment-stage #payment .wc-stripe-ocs-container,
body.atlas-commerce-checkout .atlas-payment-stage #payment .wc-stripe-optimized-checkout-element {
	width: 100% !important;
	max-width: none !important;
}

body.atlas-commerce-checkout .atlas-payment-stage #payment .form-row.place-order {
	margin-top: 6px;
	padding: 22px 0 0;
	border-top: 1px solid #e1e7f0;
}

body.atlas-commerce-checkout #order_review table.shop_table .cart-subtotal td,
body.atlas-commerce-checkout #order_review table.shop_table .order-total td,
body.atlas-commerce-checkout #order_review table.shop_table .woocommerce-Price-amount,
body.atlas-commerce-checkout #order_review table.shop_table .woocommerce-Price-amount bdi {
	white-space: nowrap;
}

body.atlas-commerce-checkout #place_order {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 60px;
}

body.atlas-commerce-checkout #place_order::before {
	content: "✓";
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 22px;
	height: 25px;
	padding-bottom: 3px;
	background: #45d5a3;
	clip-path: polygon(50% 0, 91% 17%, 87% 65%, 50% 100%, 13% 65%, 9% 17%);
	color: #063e2e;
	font-size: .72rem;
	font-weight: 950;
}

body.atlas-commerce-checkout .atlas-payment-stage .atlas-checkout-security-note {
	margin-top: 14px;
}

@media (max-width: 900px) {
	body.atlas-commerce-checkout form.checkout {
		grid-template-areas:
			"primary"
			"summary";
	}

	.atlas-payment-stage {
		height: auto;
	}

	.atlas-checkout-progress {
		width: 100%;
	}
}

@media (max-width: 620px) {
	.atlas-checkout-progress {
		margin-bottom: 28px;
	}

	.atlas-checkout-progress ol::before {
		top: 18px;
		left: calc(16.666% + 18px);
		right: calc(16.666% + 18px);
	}

	.atlas-checkout-progress li,
	.atlas-checkout-progress li:nth-child(2),
	.atlas-checkout-progress li:nth-child(3) {
		justify-self: center;
		text-align: center;
	}

	.atlas-progress-action {
		grid-template-columns: 36px;
		gap: 7px;
		justify-items: center;
		min-width: 64px;
	}

	.atlas-progress-marker {
		width: 36px;
		height: 36px;
	}

	.atlas-progress-action > span:last-child {
		justify-items: center;
	}

	.atlas-checkout-progress strong {
		font-size: .73rem;
	}

	.atlas-checkout-progress small {
		display: none;
	}

	.atlas-payment-stage {
		padding: 24px 20px;
		border-radius: 18px;
	}

	.atlas-stripe-assurance {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.atlas-card-brands {
		align-items: flex-start;
		flex-direction: column;
		gap: 7px;
		width: 100%;
	}

	.atlas-card-brands > div {
		width: 100%;
		justify-content: space-between;
	}

	.atlas-card-brands img {
		width: min(21%, 44px);
		height: 28px;
	}

	body.atlas-commerce-checkout .atlas-payment-stage #payment div.payment_box,
	body.atlas-commerce-checkout .atlas-payment-stage #payment .payment_method_nowpayments_gateway div.payment_box {
		padding: 17px 16px 19px;
	}

	.atlas-customer-summary dl > div {
		grid-template-columns: 78px minmax(0, 1fr);
	}
}
