/**
 * Cyberspace Jung Commerce — focused Cart and Checkout experience.
 * Scoped to a managed Jung service so the social platform remains unchanged.
 */

body.csp-jung-purchase-mode {
	--csp-purchase-ink: #171a2b;
	--csp-purchase-muted: #6f7180;
	--csp-purchase-line: #e8e3ec;
	--csp-purchase-soft: #f7f4fa;
	--csp-purchase-purple: #5b0d87;
	--csp-purchase-purple-dark: #430766;
	--csp-purchase-green: #168260;
	--csp-purchase-card: #fff;
	--csp-purchase-shadow: 0 22px 60px rgba(38, 19, 50, .09), 0 2px 9px rgba(30, 20, 36, .04);
	--csp-purchase-sticky-top: 24px;
	background: #f8f8fb;
	color: var(--csp-purchase-ink);
}

body.admin-bar.csp-jung-purchase-mode {
	--csp-purchase-sticky-top: 56px;
}

/* Focused BuddyBoss shell. */
body.csp-jung-purchase-mode .site-header,
body.csp-jung-purchase-mode .bb-mobile-header,
body.csp-jung-purchase-mode .buddypanel,
body.csp-jung-purchase-mode #buddypanel,
body.csp-jung-purchase-mode .bb-mobile-panel-wrapper {
	display: none !important;
}

/* CSS safety net if a third-party overlay renders before its hook is removed. */
body.csp-jung-purchase-mode .cspgj-mount,
body.csp-jung-purchase-mode #csp-fab-root {
	display: none !important;
}

body.csp-jung-purchase-mode #page,
body.csp-jung-purchase-mode .site,
body.csp-jung-purchase-mode .site-content {
	min-height: 100vh;
	margin: 0 !important;
	padding: 0 !important;
	background: #f8f8fb;
}

body.csp-jung-purchase-mode .site-content {
	display: block !important;
}

/* Sticky positioning must not be clipped by BuddyBoss layout wrappers. */
body.csp-jung-purchase-mode--checkout #page,
body.csp-jung-purchase-mode--checkout .site,
body.csp-jung-purchase-mode--checkout .site-content,
body.csp-jung-purchase-mode--checkout .site-content > .container,
body.csp-jung-purchase-mode--checkout .site-content > .bb-grid,
body.csp-jung-purchase-mode--checkout .content-area,
body.csp-jung-purchase-mode--checkout .site-main,
body.csp-jung-purchase-mode--checkout article.page,
body.csp-jung-purchase-mode--checkout .entry-content,
body.csp-jung-purchase-mode--checkout .csp-jung-purchase-content {
	overflow: visible !important;
}

body.csp-jung-purchase-mode .site-content > .container,
body.csp-jung-purchase-mode .site-content > .bb-grid,
body.csp-jung-purchase-mode .content-area,
body.csp-jung-purchase-mode .site-main,
body.csp-jung-purchase-mode article.page,
body.csp-jung-purchase-mode .entry-content {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.csp-jung-purchase-mode .entry-title,
body.csp-jung-purchase-mode .page-title,
body.csp-jung-purchase-mode .csp-jung-purchase-content > .wp-block-heading:first-child {
	display: none !important;
}

/* Native server-rendered purchase header. */
.csp-jung-purchase-header {
	box-sizing: border-box;
	width: min(1240px, calc(100% - 48px));
	margin: 0 auto;
	padding: 18px 0 0;
}

.csp-jung-purchase-header__bar {
	display: grid;
	grid-template-columns: minmax(150px, 1fr) auto minmax(210px, 1fr);
	align-items: center;
	gap: 22px;
	min-height: 64px;
	padding: 10px 18px;
	border: 1px solid rgba(78, 13, 117, .1);
	border-radius: 18px;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 10px 34px rgba(43, 18, 57, .06);
}

.csp-jung-purchase-header__brand {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.csp-jung-purchase-header__brand-viewport {
	display: block;
	width: 200px;
	height: 42px;
	overflow: hidden;
}

.csp-jung-purchase-header__brand img {
	display: block;
	width: 200px;
	max-width: none;
	height: auto;
	transform: translateY(-14px);
}

.csp-jung-purchase-header__brand:focus-visible {
	border-radius: 9px;
	outline: 3px solid rgba(91, 13, 135, .24);
	outline-offset: 4px;
}

.csp-jung-purchase-header__back {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 38px;
	padding: 8px 14px;
	border: 1px solid var(--csp-purchase-line);
	border-radius: 999px;
	background: #fff;
	color: #444653;
	font-size: 13px;
	font-weight: 750;
	text-decoration: none;
	transition: border-color .18s ease, color .18s ease, transform .18s ease;
}

.csp-jung-purchase-header__back:hover,
.csp-jung-purchase-header__back:focus-visible {
	border-color: rgba(91, 13, 135, .32);
	color: var(--csp-purchase-purple);
	transform: translateY(-1px);
}

.csp-jung-purchase-header__secure {
	display: inline-flex;
	align-items: center;
	justify-self: end;
	gap: 10px;
	color: #3e4350;
}

.csp-jung-purchase-header__trust-copy {
	display: grid;
	gap: 1px;
	min-width: 0;
}

.csp-jung-purchase-header__secure strong {
	display: block;
	font-size: 13px;
	font-weight: 850;
	line-height: 1.35;
}

.csp-jung-purchase-header__secure small {
	display: block;
	color: var(--csp-purchase-muted);
	font-size: 11px;
	font-weight: 650;
	line-height: 1.35;
}

.csp-jung-purchase-header__secure a {
	margin-left: 4px;
	padding-left: 14px;
	border-left: 1px solid var(--csp-purchase-line);
	color: var(--csp-purchase-purple);
	font-size: 12px;
	font-weight: 850;
	text-decoration: none;
}

.csp-jung-purchase-header__secure a:hover,
.csp-jung-purchase-header__secure a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.csp-jung-purchase-header__shield {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 50%;
	background: #e8f7f1;
	color: var(--csp-purchase-green);
	font-size: 15px;
	font-weight: 900;
}

.csp-jung-purchase-header__hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 38px;
	padding: 44px 6px 28px;
}

.csp-jung-purchase-header__eyebrow {
	display: block;
	margin: 0 0 8px;
	color: var(--csp-purchase-purple);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .14em;
}

.csp-jung-purchase-header h1 {
	margin: 0;
	color: var(--csp-purchase-ink);
	font-size: clamp(30px, 4vw, 46px);
	font-weight: 900;
	line-height: 1.05;
	letter-spacing: -.045em;
}

.csp-jung-purchase-header__hero p {
	max-width: 650px;
	margin: 12px 0 0;
	color: var(--csp-purchase-muted);
	font-size: 15px;
	line-height: 1.55;
}

.csp-jung-purchase-steps {
	display: flex;
	align-items: flex-start;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.csp-jung-purchase-steps li {
	display: grid;
	position: relative;
	grid-template-columns: 30px;
	justify-items: center;
	gap: 7px;
	min-width: 112px;
	color: #8a8690;
	font-size: 11px;
	font-weight: 750;
	text-align: center;
}

.csp-jung-purchase-steps li:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 14px;
	left: calc(50% + 18px);
	width: calc(100% - 36px);
	height: 2px;
	background: #ded8e2;
}

.csp-jung-purchase-steps li > span {
	display: grid;
	z-index: 1;
	width: 30px;
	height: 30px;
	place-items: center;
	border: 2px solid #ded8e2;
	border-radius: 50%;
	background: #f8f8fb;
	font-size: 11px;
	font-weight: 900;
}

.csp-jung-purchase-steps li.is-active,
.csp-jung-purchase-steps li.is-complete {
	color: var(--csp-purchase-purple);
}

.csp-jung-purchase-steps li.is-active > span {
	border-color: var(--csp-purchase-purple);
	background: var(--csp-purchase-purple);
	box-shadow: 0 7px 18px rgba(91, 13, 135, .22);
	color: #fff;
}

.csp-jung-purchase-steps li.is-complete > span {
	border-color: #bee6d7;
	background: #e8f7f1;
	color: var(--csp-purchase-green);
}

.csp-jung-purchase-steps li.is-complete::after {
	background: #bee6d7;
}

/* Shared Cart/Checkout content width. */
.csp-jung-purchase-content,
.csp-jung-purchase-assurance,
.csp-jung-checkout-context {
	box-sizing: border-box;
	width: min(1240px, calc(100% - 48px));
	margin-right: auto;
	margin-left: auto;
}

.csp-jung-purchase-content {
	padding-bottom: 28px;
}

.csp-jung-checkout-context {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 18px;
	padding: 16px 18px;
	border: 1px solid #dce8ef;
	border-radius: 16px;
	background: linear-gradient(135deg, #f6fbfd, #fbf8fd);
	color: #344050;
}

.csp-jung-checkout-context > span {
	display: grid;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	place-items: center;
	border-radius: 50%;
	background: #e3f4f8;
	color: #087493;
	font-size: 15px;
	font-weight: 950;
}

.csp-jung-checkout-context strong {
	display: block;
	margin-bottom: 3px;
	font-size: 13px;
	font-weight: 900;
}

.csp-jung-checkout-context p {
	margin: 0;
	color: #657080;
	font-size: 12px;
	line-height: 1.5;
}

.csp-jung-purchase-content .wp-block-woocommerce-cart,
.csp-jung-purchase-content .wp-block-woocommerce-checkout {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}

/* Modern two-card Cart block. */
body.csp-jung-purchase-mode--cart .wc-block-components-sidebar-layout {
	display: flex;
	align-items: flex-start;
	gap: 28px;
	margin: 0;
}

body.csp-jung-purchase-mode--cart .wc-block-cart__main {
	box-sizing: border-box;
	width: calc(64% - 14px);
	margin: 0 !important;
	padding: 30px !important;
	border: 1px solid var(--csp-purchase-line);
	border-radius: 24px;
	background: var(--csp-purchase-card);
	box-shadow: var(--csp-purchase-shadow);
}

body.csp-jung-purchase-mode--cart .wc-block-cart__main::before {
	content: "Twoje produkty";
	display: block;
	margin: 0 0 22px;
	color: var(--csp-purchase-ink);
	font-size: 20px;
	font-weight: 900;
	letter-spacing: -.025em;
}

body.csp-jung-purchase-mode--cart .wc-block-cart__sidebar {
	display: flex;
	position: sticky;
	top: 24px;
	box-sizing: border-box;
	flex-direction: column;
	width: calc(36% - 14px);
	min-width: 350px;
	margin: 0 !important;
	padding: 28px !important;
	border: 1px solid rgba(91, 13, 135, .14);
	border-radius: 24px;
	background:
		radial-gradient(circle at 100% 0, rgba(114, 37, 158, .08), transparent 42%),
		var(--csp-purchase-card);
	box-shadow: var(--csp-purchase-shadow);
}

body.csp-jung-purchase-mode--cart .wp-block-woocommerce-cart-order-summary-block {
	order: 1;
}

body.csp-jung-purchase-mode--cart .wp-block-woocommerce-proceed-to-checkout-block {
	order: 2;
}

.csp-jung-cart-checkout-fallback {
	display: block;
	order: 2;
	margin: 8px 0 0;
}

.csp-jung-cart-checkout-fallback__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	min-height: 54px;
	padding: 14px 20px;
	border: 0;
	border-radius: 14px;
	background: linear-gradient(135deg, #6e159f, var(--csp-purchase-purple-dark));
	box-shadow: 0 13px 28px rgba(91, 13, 135, .26);
	color: #fff !important;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	transition: box-shadow .18s ease, filter .18s ease, transform .18s ease;
}

.csp-jung-cart-checkout-fallback__link:hover,
.csp-jung-cart-checkout-fallback__link:focus-visible {
	box-shadow: 0 16px 34px rgba(91, 13, 135, .31);
	filter: brightness(1.04);
	transform: translateY(-1px);
}

.csp-jung-cart-checkout-fallback__link:focus-visible {
	outline: 3px solid rgba(91, 13, 135, .24);
	outline-offset: 4px;
}

body.csp-jung-purchase-mode--cart .wp-block-woocommerce-cart-express-payment-block {
	order: 3;
}

body.csp-jung-purchase-mode--cart .wp-block-woocommerce-cart-accepted-payment-methods-block {
	order: 4;
}

body.csp-jung-purchase-mode--cart .wc-block-cart-items,
body.csp-jung-purchase-mode--cart .wc-block-cart-items th,
body.csp-jung-purchase-mode--cart .wc-block-cart-items td {
	border: 0 !important;
}

body.csp-jung-purchase-mode--cart .wc-block-cart-items thead {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

body.csp-jung-purchase-mode--cart .wc-block-cart-items__row {
	border: 1px solid #eee9f1 !important;
	border-radius: 18px;
	background: #fff;
}

body.csp-jung-purchase-mode--cart .wc-block-cart-item__image {
	width: 158px !important;
	padding: 18px 0 18px 18px !important;
}

body.csp-jung-purchase-mode--cart .wc-block-cart-item__image a,
body.csp-jung-purchase-mode--cart .wc-block-components-product-image {
	display: block;
	width: 140px;
	height: 96px;
	overflow: hidden;
	border: 1px solid rgba(91, 13, 135, .1);
	border-radius: 15px;
	background: var(--csp-purchase-soft);
	box-shadow: 0 10px 24px rgba(40, 20, 51, .11);
}

body.csp-jung-purchase-mode--cart .wc-block-cart-item__image img,
body.csp-jung-purchase-mode--cart .wc-block-components-product-image img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	object-fit: cover;
	object-position: center;
}

body.csp-jung-purchase-mode--cart .wc-block-cart-item__product {
	padding: 20px 18px !important;
}

body.csp-jung-purchase-mode--cart .wc-block-components-product-name {
	color: var(--csp-purchase-ink) !important;
	font-size: 18px !important;
	font-weight: 850 !important;
	line-height: 1.3 !important;
	letter-spacing: -.02em;
	text-decoration: none !important;
}

body.csp-jung-purchase-mode--cart .wc-block-components-product-metadata,
body.csp-jung-purchase-mode--cart .wc-block-components-product-details {
	margin-top: 10px !important;
	color: var(--csp-purchase-muted) !important;
	font-size: 12px !important;
	line-height: 1.5 !important;
}

body.csp-jung-purchase-mode--cart .wc-block-cart-item__product .wc-block-components-product-price {
	display: none !important;
}

body.csp-jung-purchase-mode--cart .wc-block-components-product-details li {
	margin: 4px 0 !important;
}

body.csp-jung-purchase-mode--cart .wc-block-components-product-details__name {
	color: #4c4651;
	font-weight: 800;
}

body.csp-jung-purchase-mode--cart .wc-block-cart-item__total {
	padding: 22px 18px !important;
	color: var(--csp-purchase-ink);
	font-size: 17px;
	font-weight: 900;
}

body.csp-jung-purchase-mode--cart .wc-block-cart-item__remove-link {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 7px;
	width: auto !important;
	min-width: 0 !important;
	min-height: 36px;
	margin-top: 12px !important;
	padding: 8px 11px !important;
	border: 1px solid #e9e3ec !important;
	border-radius: 10px !important;
	background: #fff !important;
	color: #746c78 !important;
	font-size: 0 !important;
	font-weight: 750 !important;
	line-height: 1 !important;
	text-indent: 0 !important;
	text-decoration: none !important;
	white-space: nowrap;
	transition: border-color .18s ease, background-color .18s ease, color .18s ease, transform .18s ease;
}

body.csp-jung-purchase-mode--cart .wc-block-cart-item__remove-link > svg {
	display: none !important;
}

body.csp-jung-purchase-mode--cart .wc-block-cart-item__remove-link::before {
	content: "";
	display: block;
	flex: 0 0 15px;
	width: 15px;
	height: 15px;
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 3h6l1 2h4v2H4V5h4l1-2Zm-3 6h12l-1 12H7L6 9Zm3 2v7h2v-7H9Zm4 0v7h2v-7h-2Z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 3h6l1 2h4v2H4V5h4l1-2Zm-3 6h12l-1 12H7L6 9Zm3 2v7h2v-7H9Zm4 0v7h2v-7h-2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.csp-jung-purchase-mode--cart .wc-block-cart-item__remove-link::after {
	content: "Usuń produkt";
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
}

body.csp-jung-purchase-mode--cart .wc-block-cart-item__remove-link:hover,
body.csp-jung-purchase-mode--cart .wc-block-cart-item__remove-link:focus-visible {
	border-color: #e8c8cf !important;
	background: #fff7f8 !important;
	color: #a62b45 !important;
	transform: translateY(-1px);
}

body.csp-jung-purchase-mode--cart .wc-block-cart__totals-title {
	margin: 0 0 14px !important;
	color: var(--csp-purchase-ink) !important;
	font-size: 20px !important;
	font-weight: 900 !important;
	letter-spacing: -.025em;
	text-transform: none !important;
}

body.csp-jung-purchase-mode--cart .wc-block-components-totals-wrapper {
	padding: 14px 0 !important;
	border-color: var(--csp-purchase-line) !important;
}

body.csp-jung-purchase-mode--cart .wc-block-components-totals-footer-item {
	color: var(--csp-purchase-ink);
	font-size: 16px;
	font-weight: 850;
}

body.csp-jung-purchase-mode--cart .wc-block-components-totals-footer-item .wc-block-formatted-money-amount {
	color: var(--csp-purchase-purple);
	font-size: 23px;
	font-weight: 950;
	letter-spacing: -.025em;
}

body.csp-jung-purchase-mode--cart .wc-block-cart__submit {
	margin: 8px 0 0 !important;
}

.csp-jung-blik-notice {
	display: flex;
	align-items: center;
	gap: 11px;
	margin: 12px 0 0;
	padding: 10px 12px;
	border: 1px solid #e6e1e9;
	border-radius: 12px;
	background: rgba(255, 255, 255, .88);
	color: var(--csp-purchase-ink);
}

.csp-jung-blik-notice__mark {
	display: inline-flex;
	position: relative;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	min-width: 50px;
	min-height: 28px;
	padding: 3px 8px;
	border: 1px solid #ddd8e0;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 3px 10px rgba(20, 20, 25, .05);
	color: #111;
	font-size: 13px;
	font-weight: 950;
	letter-spacing: .015em;
}

.csp-jung-blik-notice__mark::after {
	content: "";
	width: 5px;
	height: 5px;
	margin: 0 0 8px 2px;
	border-radius: 50%;
	background: #e71d36;
}

.csp-jung-blik-notice strong,
.csp-jung-blik-notice small {
	display: block;
}

.csp-jung-blik-notice strong {
	font-size: 12px;
	font-weight: 850;
	line-height: 1.3;
}

.csp-jung-blik-notice small {
	margin-top: 2px;
	color: var(--csp-purchase-muted);
	font-size: 10px;
	font-weight: 600;
	line-height: 1.4;
}

body.csp-jung-purchase-mode--cart .wc-block-cart__submit-container,
body.csp-jung-purchase-mode--cart .wc-block-cart__submit-container--sticky {
	padding: 0 !important;
	background: transparent !important;
}

body.csp-jung-purchase-mode--cart .wc-block-cart__submit-button,
body.csp-jung-purchase-mode--cart .wc-block-cart__submit-button.contained,
body.csp-jung-purchase-mode--checkout .wc-block-components-checkout-place-order-button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	min-height: 54px !important;
	padding: 14px 20px !important;
	border: 0 !important;
	border-radius: 14px !important;
	background: linear-gradient(135deg, #6e159f, var(--csp-purchase-purple-dark)) !important;
	box-shadow: 0 13px 28px rgba(91, 13, 135, .26) !important;
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 900 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	transition: box-shadow .18s ease, filter .18s ease, transform .18s ease !important;
}

body.csp-jung-purchase-mode--cart .wc-block-cart__submit-button:hover,
body.csp-jung-purchase-mode--cart .wc-block-cart__submit-button:focus-visible,
body.csp-jung-purchase-mode--checkout .wc-block-components-checkout-place-order-button:hover,
body.csp-jung-purchase-mode--checkout .wc-block-components-checkout-place-order-button:focus-visible {
	filter: brightness(1.06);
	box-shadow: 0 16px 34px rgba(91, 13, 135, .34) !important;
	transform: translateY(-1px);
}

body.csp-jung-purchase-mode--cart .wp-block-woocommerce-cart-express-payment-block {
	margin-top: 0;
}

body.csp-jung-purchase-mode--cart .wp-block-woocommerce-cart-express-payment-block::before {
	content: none;
}

.csp-jung-express-separator,
.csp-jung-express-title {
	order: 3;
}

.csp-jung-express-separator {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 22px 0 12px;
	color: #8a8690;
	font-size: 11px;
	font-weight: 800;
	text-align: center;
	text-transform: lowercase;
}

.csp-jung-express-separator::before,
.csp-jung-express-separator::after {
	content: "";
	flex: 1 1 auto;
	height: 1px;
	background: var(--csp-purchase-line);
}

.csp-jung-express-title {
	margin: 0 0 12px;
	color: #3c3e49;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: -.01em;
	text-align: center;
}

body.csp-jung-purchase-mode--cart .wc-block-components-express-payment-continue-rule {
	display: none !important;
}

body.csp-jung-purchase-mode--cart .wc-block-components-express-payment__event-buttons {
	display: grid !important;
	gap: 9px !important;
}

body.csp-jung-purchase-mode--cart .wc-block-components-express-payment__event-buttons > div,
body.csp-jung-purchase-mode--cart .wc-block-components-express-payment__event-buttons button {
	min-height: 46px !important;
	border-radius: 12px !important;
}

body.csp-jung-purchase-mode--cart .wc-block-components-payment-method-icons {
	justify-content: center;
	margin-top: 14px;
	opacity: .72;
}

body.csp-jung-purchase-mode--cart .wc-block-components-totals-coupon-link {
	color: var(--csp-purchase-purple) !important;
	font-weight: 800 !important;
}

/* Checkout block and classic checkout fallback. */
body.csp-jung-purchase-mode--checkout .wc-block-components-sidebar-layout {
	display: flex;
	align-items: flex-start;
	gap: 28px;
	margin: 0;
}

body.csp-jung-purchase-mode--checkout .wc-block-checkout__main,
body.csp-jung-purchase-mode--checkout form.woocommerce-checkout .col2-set {
	box-sizing: border-box;
	width: calc(62% - 14px) !important;
	margin: 0 !important;
	padding: 30px !important;
	border: 1px solid var(--csp-purchase-line);
	border-radius: 24px;
	background: #fff;
	box-shadow: var(--csp-purchase-shadow);
}

body.csp-jung-purchase-mode--checkout .wc-block-checkout__sidebar,
body.csp-jung-purchase-mode--checkout form.woocommerce-checkout #order_review {
	position: sticky;
	top: 24px;
	box-sizing: border-box;
	width: calc(38% - 14px) !important;
	margin: 0 !important;
	padding: 28px !important;
	border: 1px solid rgba(91, 13, 135, .14);
	border-radius: 24px;
	background: #fff;
	box-shadow: var(--csp-purchase-shadow);
}

/*
 * BuddyBoss wraps the classic WooCommerce form in nested bb-* containers and
 * then calculates #order_review as a percentage of an already narrow column.
 * Neutralise that presentation completely: the generated markup is only an
 * integration hook, while Cyberspace owns the visible layout and components.
 */
body.csp-jung-purchase-mode--checkout form.woocommerce-checkout .bb-wc-co {
	display: grid !important;
	grid-template-columns: minmax(0, 62fr) minmax(0, 38fr);
	align-items: start;
	gap: 28px;
	width: 100% !important;
	margin: 0 !important;
}

body.csp-jung-purchase-mode--checkout form.woocommerce-checkout .bb-wc-col,
body.csp-jung-purchase-mode--checkout form.woocommerce-checkout .bb-order-review {
	box-sizing: border-box;
	width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.csp-jung-purchase-mode--checkout form.woocommerce-checkout .col2-set,
body.csp-jung-purchase-mode--checkout form.woocommerce-checkout #order_review {
	width: 100% !important;
	min-width: 0 !important;
}

body.csp-jung-purchase-mode--checkout form.woocommerce-checkout .bb-order-review > h3 {
	margin: 0 0 16px !important;
	color: var(--csp-purchase-ink) !important;
	font-size: 18px !important;
	font-weight: 900 !important;
	letter-spacing: -.015em;
}

body.csp-jung-purchase-mode--checkout form.woocommerce-checkout #payment,
body.csp-jung-purchase-mode--checkout form.woocommerce-checkout #payment .payment_box,
body.csp-jung-purchase-mode--checkout form.woocommerce-checkout .wc-stripe-upe-element {
	box-sizing: border-box;
	width: 100% !important;
	min-width: 0 !important;
}

body.csp-jung-purchase-mode--checkout .wc-block-components-title,
body.csp-jung-purchase-mode--checkout .wc-block-checkout__sidebar .wc-block-components-title {
	color: var(--csp-purchase-ink) !important;
	font-weight: 900 !important;
	letter-spacing: -.02em;
}

body.csp-jung-purchase-mode--checkout .wc-block-components-text-input input,
body.csp-jung-purchase-mode--checkout .wc-block-components-combobox .wc-block-components-combobox-control input,
body.csp-jung-purchase-mode--checkout form.woocommerce-checkout input.input-text,
body.csp-jung-purchase-mode--checkout form.woocommerce-checkout select,
body.csp-jung-purchase-mode--checkout form.woocommerce-checkout textarea {
	min-height: 48px !important;
	border: 1px solid #dcd6e1 !important;
	border-radius: 12px !important;
	background: #fff !important;
	box-shadow: none !important;
}

body.csp-jung-purchase-mode--checkout .wc-block-components-text-input input:focus,
body.csp-jung-purchase-mode--checkout .wc-block-components-combobox .wc-block-components-combobox-control input:focus,
body.csp-jung-purchase-mode--checkout form.woocommerce-checkout input.input-text:focus,
body.csp-jung-purchase-mode--checkout form.woocommerce-checkout textarea:focus {
	border-color: rgba(91, 13, 135, .65) !important;
	box-shadow: 0 0 0 3px rgba(91, 13, 135, .1) !important;
}

body.csp-jung-purchase-mode--checkout .wc-block-components-order-summary-item__image img {
	border-radius: 12px;
	object-fit: cover;
}

/* Keep the order and final amount in sight throughout the desktop form. */
body.csp-jung-purchase-mode--checkout .wp-block-woocommerce-checkout,
body.csp-jung-purchase-mode--checkout .wc-block-components-sidebar-layout,
body.csp-jung-purchase-mode--checkout .wc-block-checkout__main {
	overflow: visible !important;
}

body.csp-jung-purchase-mode--checkout .wc-block-checkout__sidebar .wc-block-components-order-summary {
	font-size: 14px;
}

body.csp-jung-purchase-mode--checkout .wc-block-components-order-summary-item__description {
	padding-left: 12px;
}

body.csp-jung-purchase-mode--checkout .wc-block-components-order-summary-item__description .wc-block-components-product-name {
	color: var(--csp-purchase-ink) !important;
	font-size: 16px !important;
	font-weight: 900 !important;
	line-height: 1.35 !important;
}

body.csp-jung-purchase-mode--checkout .wc-block-components-order-summary-item__description .wc-block-components-product-details {
	margin-top: 10px !important;
	color: #666b78 !important;
	font-size: 13px !important;
	line-height: 1.55 !important;
}

body.csp-jung-purchase-mode--checkout .wc-block-components-order-summary-item__description .wc-block-components-product-details li {
	margin: 5px 0 !important;
}

/* The checkout summary keeps only fulfilment and timing; the cart retains all details. */
body.csp-jung-purchase-mode--checkout .wc-block-components-order-summary-item__description .wc-block-components-product-details li:nth-child(1),
body.csp-jung-purchase-mode--checkout .wc-block-components-order-summary-item__description .wc-block-components-product-details li:nth-child(4),
body.csp-jung-purchase-mode--checkout .wc-block-components-order-summary-item__description > .wc-block-components-product-price {
	display: none !important;
}

body.csp-jung-purchase-mode--checkout .wc-block-components-order-summary-item__total-price,
body.csp-jung-purchase-mode--checkout .wc-block-components-totals-footer-item .wc-block-formatted-money-amount {
	color: var(--csp-purchase-purple) !important;
	font-weight: 950 !important;
}

/* Premium card/accordion treatment for native payment methods. */
body.csp-jung-purchase-mode--checkout .wc-block-checkout__payment-method .wc-block-components-radio-control,
body.csp-jung-purchase-mode--checkout .wc-block-components-checkout-step--with-step-number .wc-block-components-radio-control {
	display: grid;
	gap: 10px;
}

body.csp-jung-purchase-mode--checkout .wc-block-components-radio-control-accordion-option,
body.csp-jung-purchase-mode--checkout .wc-block-components-radio-control__option {
	box-sizing: border-box;
	margin: 0 !important;
	border: 1px solid #e5dfea !important;
	border-radius: 15px !important;
	background: #fff !important;
	box-shadow: 0 5px 16px rgba(38, 20, 48, .035);
	transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

body.csp-jung-purchase-mode--checkout .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
body.csp-jung-purchase-mode--checkout .wc-block-components-radio-control__option-checked,
body.csp-jung-purchase-mode--checkout .wc-block-components-radio-control__option--checked-option-highlighted {
	border-color: rgba(91, 13, 135, .48) !important;
	background: linear-gradient(135deg, #fff, #fbf7fd) !important;
	box-shadow: 0 0 0 3px rgba(91, 13, 135, .08), 0 10px 24px rgba(52, 24, 67, .07);
}

body.csp-jung-purchase-mode--checkout .wc-block-components-radio-control__option-layout {
	min-height: 58px;
	padding: 14px 16px !important;
}

body.csp-jung-purchase-mode--checkout .wc-block-components-radio-control__input {
	width: 19px !important;
	height: 19px !important;
	accent-color: var(--csp-purchase-purple);
}

body.csp-jung-purchase-mode--checkout .wc-block-components-radio-control__label,
body.csp-jung-purchase-mode--checkout .wc-block-components-radio-control__label-group {
	color: #292b38 !important;
	font-size: 14px !important;
	font-weight: 850 !important;
}

body.csp-jung-purchase-mode--checkout .wc-block-components-radio-control-accordion-content {
	margin: 0 !important;
	padding: 2px 18px 20px 50px !important;
	border: 0 !important;
}

/* The Stripe accordion stays native, while its surrounding surface follows
 * the same visual hierarchy as the rest of the Cyberspace checkout. */
body.csp-jung-purchase-mode--checkout .wc-block-components-radio-control-accordion-option:has(.wc-stripe-upe-element),
body.csp-jung-purchase-mode--checkout .wc-block-components-radio-control__option:has(.wc-stripe-upe-element) {
	border-color: #d8c9e2 !important;
	border-radius: 20px !important;
	background: #fff !important;
	box-shadow: 0 15px 38px rgba(43, 21, 58, .08), 0 2px 8px rgba(43, 21, 58, .035) !important;
	overflow: hidden;
}

body.csp-jung-purchase-mode--checkout .wc-block-components-radio-control-accordion-option:has(.wc-stripe-upe-element) .wc-block-components-radio-control__option-layout,
body.csp-jung-purchase-mode--checkout .wc-block-components-radio-control__option:has(.wc-stripe-upe-element) .wc-block-components-radio-control__option-layout {
	min-height: 70px;
	padding: 17px 20px !important;
	border-bottom: 1px solid #eee8f2;
	background: linear-gradient(135deg, #fff 0%, #fcf9fe 100%);
}

body.csp-jung-purchase-mode--checkout .wc-block-components-radio-control-accordion-option:has(.wc-stripe-upe-element) .wc-block-components-radio-control-accordion-content,
body.csp-jung-purchase-mode--checkout .wc-block-components-radio-control__option:has(.wc-stripe-upe-element) .wc-block-components-radio-control-accordion-content {
	padding: 18px 20px 22px !important;
	background: #fbfafc;
}

body.csp-jung-purchase-mode--checkout .wc-block-components-radio-control-accordion-option:has(.wc-stripe-upe-element) .wc-block-components-radio-control-accordion-content::before,
body.csp-jung-purchase-mode--checkout .wc-block-components-radio-control__option:has(.wc-stripe-upe-element) .wc-block-components-radio-control-accordion-content::before {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 12px;
	color: #626473;
	content: "Bezpieczna płatność kartą • dane szyfrowane przez Stripe";
	font-size: 11px;
	font-weight: 750;
	line-height: 1.45;
}

body.csp-jung-purchase-mode--checkout .wc-block-components-radio-control-accordion-option:has(.wc-stripe-upe-element) .wc-block-components-radio-control-accordion-content::after,
body.csp-jung-purchase-mode--checkout .wc-block-components-radio-control__option:has(.wc-stripe-upe-element) .wc-block-components-radio-control-accordion-content::after {
	display: block;
	clear: both;
	content: "";
}

body.csp-jung-purchase-mode--checkout .wc-block-components-radio-control__secondary-label img,
body.csp-jung-purchase-mode--checkout .wc-block-components-payment-method-label img {
	width: auto !important;
	max-width: 96px !important;
	height: auto !important;
	max-height: 32px !important;
	object-fit: contain;
	filter: contrast(1.08) saturate(1.05);
	opacity: 1 !important;
}

body.csp-jung-purchase-mode--checkout .wc-block-components-radio-control__secondary-label,
body.csp-jung-purchase-mode--checkout .wc-block-components-payment-method-label {
	display: inline-flex !important;
	align-items: center;
	justify-content: flex-end;
	min-width: 92px;
}

body.csp-jung-purchase-mode--checkout img[alt*="Przelewy24" i],
body.csp-jung-purchase-mode--checkout img[src*="przelewy24" i],
body.csp-jung-purchase-mode--checkout img[src*="p24" i] {
	width: 96px !important;
	max-width: 96px !important;
	max-height: 34px !important;
	filter: contrast(1.22) saturate(1.12);
}

body.csp-jung-purchase-mode--checkout .wc-block-gateway-container {
	box-sizing: border-box;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 16px !important;
	background: transparent !important;
}

body.csp-jung-purchase-mode--checkout .wc-stripe-upe-element,
body.csp-jung-purchase-mode--checkout .wc-stripe-elements-field {
	box-sizing: border-box;
	padding: 15px !important;
	border: 1px solid #ded7e4 !important;
	border-radius: 16px !important;
	background: #fff !important;
	box-shadow: 0 7px 22px rgba(44, 27, 55, .055) !important;
}

body.csp-jung-purchase-mode--checkout .wc-stripe-upe-element iframe,
body.csp-jung-purchase-mode--checkout .wc-stripe-elements-field iframe {
	border-radius: 12px !important;
}

body.csp-jung-purchase-mode--checkout .wc-block-components-radio-control-accordion-option:has(.wc-stripe-upe-element) .testmode-info,
body.csp-jung-purchase-mode--checkout .wc-block-components-radio-control__option:has(.wc-stripe-upe-element) .testmode-info {
	margin: 0 0 12px !important;
	padding: 9px 11px !important;
	border: 1px solid #ead8a6;
	border-radius: 10px;
	background: #fffaf0;
	color: #725719;
	font-size: 11px;
	line-height: 1.45;
}

body.csp-jung-purchase-mode--checkout .wc-block-checkout__terms {
	position: relative;
	margin-top: 18px !important;
	padding: 17px !important;
	border: 1px solid #e5dfea;
	border-radius: 14px;
	background: #fbf9fc;
	color: #555866;
	font-size: 12px;
	line-height: 1.55;
	text-align: left;
}

body.csp-jung-purchase-mode--checkout .wc-block-checkout__terms a {
	color: var(--csp-purchase-purple);
	font-weight: 850;
	text-underline-offset: 3px;
}

body.csp-jung-purchase-mode--checkout .wc-block-components-checkbox__input[type="checkbox"] {
	width: 22px !important;
	height: 22px !important;
	border-radius: 7px !important;
	accent-color: var(--csp-purchase-purple);
	transition: box-shadow .18s ease, transform .18s ease;
}

body.csp-jung-purchase-mode--checkout .woocommerce-terms-and-conditions-wrapper {
	position: relative;
}

body.csp-jung-purchase-mode--checkout .csp-jung-consent--required {
	border-color: #8a28ba !important;
	background: #fdf8ff !important;
	box-shadow: 0 0 0 4px rgba(115, 29, 158, .13), 0 14px 34px rgba(76, 22, 101, .12) !important;
	animation: csp-jung-consent-attention .55s ease both;
}

body.csp-jung-purchase-mode--checkout .csp-jung-consent--required .wc-block-components-checkbox__input[type="checkbox"],
body.csp-jung-purchase-mode--checkout .csp-jung-consent--required #terms {
	box-shadow: 0 0 0 5px rgba(124, 35, 166, .2) !important;
	transform: scale(1.08);
}

.csp-jung-consent-tooltip {
	display: block;
	position: absolute;
	z-index: 30;
	right: 12px;
	bottom: calc(100% + 11px);
	max-width: min(330px, calc(100vw - 48px));
	padding: 11px 14px;
	border-radius: 11px;
	background: #4d075f;
	box-shadow: 0 13px 32px rgba(49, 10, 61, .25);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: .005em;
}

.csp-jung-consent-tooltip::after {
	content: "";
	position: absolute;
	right: 22px;
	top: 100%;
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-top-color: #4d075f;
}

@keyframes csp-jung-consent-attention {
	0% { transform: translateX(0); }
	28% { transform: translateX(-5px); }
	55% { transform: translateX(4px); }
	78% { transform: translateX(-2px); }
	100% { transform: translateX(0); }
}

/* Error, processing and disabled states remain visible and unambiguous. */
body.csp-jung-purchase-mode .wc-block-components-notice-banner {
	border-radius: 13px !important;
	font-size: 13px !important;
	line-height: 1.5 !important;
}

body.csp-jung-purchase-mode .wc-block-components-notice-banner.is-error {
	border: 1px solid #f0c5cd !important;
	background: #fff5f7 !important;
	color: #80243a !important;
}

body.csp-jung-purchase-mode--checkout .wc-block-components-checkout-place-order-button:disabled,
body.csp-jung-purchase-mode--checkout .wc-block-components-checkout-place-order-button[aria-disabled="true"] {
	cursor: wait !important;
	filter: saturate(.62) !important;
	opacity: .72 !important;
	transform: none !important;
}

@media (min-width: 961px) {
	body.csp-jung-purchase-mode--checkout .wc-block-components-sidebar-layout {
		align-items: stretch;
	}

	body.csp-jung-purchase-mode--checkout .wc-block-checkout__sidebar {
		position: relative !important;
		top: auto !important;
		align-self: stretch !important;
		max-height: none;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		overflow: visible !important;
	}

	body.csp-jung-purchase-mode--checkout .wc-block-checkout__sidebar .wp-block-woocommerce-checkout-totals-block {
		position: sticky !important;
		top: var(--csp-purchase-sticky-top) !important;
		box-sizing: border-box;
		padding: 28px !important;
		border: 1px solid rgba(91, 13, 135, .14);
		border-radius: 24px;
		background: #fff;
		box-shadow: var(--csp-purchase-shadow);
		max-height: calc(100vh - var(--csp-purchase-sticky-top) - 24px);
		overflow-y: auto !important;
		overscroll-behavior: contain;
		scrollbar-color: #cdbfd5 transparent;
		scrollbar-width: thin;
	}

	body.csp-jung-purchase-mode--checkout form.woocommerce-checkout #order_review {
		position: sticky !important;
		top: var(--csp-purchase-sticky-top) !important;
		align-self: flex-start !important;
		max-height: calc(100vh - var(--csp-purchase-sticky-top) - 24px);
		overflow-y: auto !important;
	}
}

/* Premium order confirmation: status, delivery journey and native details. */
body.csp-jung-purchase-mode--confirmation .csp-jung-purchase-content {
	padding: 28px;
	border: 1px solid var(--csp-purchase-line);
	border-radius: 28px;
	background:
		radial-gradient(circle at 100% 0, rgba(112, 30, 151, .075), transparent 29%),
		#fff;
	box-shadow: var(--csp-purchase-shadow);
}

body.csp-jung-purchase-mode--confirmation .wc-block-order-confirmation-status,
body.csp-jung-purchase-mode--confirmation .woocommerce-thankyou-order-received,
body.csp-jung-purchase-mode--confirmation .wc-block-order-confirmation-summary,
body.csp-jung-purchase-mode--confirmation .woocommerce-order-overview {
	display: none !important;
}

.csp-jung-confirmation {
	display: grid;
	grid-template-columns: minmax(0, 1.16fr) minmax(330px, .84fr);
	gap: 18px;
	margin: 0 0 22px;
}

.csp-jung-confirmation__status,
.csp-jung-confirmation__journey {
	box-sizing: border-box;
	min-width: 0;
	border: 1px solid #e5dce9;
	border-radius: 22px;
}

.csp-jung-confirmation__status {
	padding: 25px;
	background:
		radial-gradient(circle at 100% 0, rgba(124, 47, 160, .1), transparent 36%),
		linear-gradient(145deg, #fbf8fd 0%, #fff 72%);
}

.csp-jung-confirmation__status.is-success {
	border-color: #cfe5d8;
	background:
		radial-gradient(circle at 100% 0, rgba(21, 145, 101, .1), transparent 38%),
		linear-gradient(145deg, #f4fbf7 0%, #fff 72%);
}

.csp-jung-confirmation__status.is-pending {
	border-color: #e7dba8;
	background: linear-gradient(145deg, #fffbee 0%, #fff 72%);
}

.csp-jung-confirmation__status.is-error {
	border-color: #edc4cd;
	background: linear-gradient(145deg, #fff4f6 0%, #fff 72%);
}

.csp-jung-confirmation__status-topline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 22px;
}

.csp-jung-confirmation__status-badge {
	display: inline-flex;
	align-items: center;
	min-height: 25px;
	padding: 5px 9px;
	border: 1px solid #d9c4e4;
	border-radius: 999px;
	background: #f2e8f7;
	color: #64108a;
	font-size: 9px;
	font-weight: 950;
	line-height: 1.2;
	letter-spacing: .085em;
}

.csp-jung-confirmation__status.is-success .csp-jung-confirmation__status-badge {
	border-color: #bfe1ce;
	background: #e8f7ef;
	color: #126b4b;
}

.csp-jung-confirmation__status.is-pending .csp-jung-confirmation__status-badge {
	border-color: #ead995;
	background: #fff2bd;
	color: #7c5b0e;
}

.csp-jung-confirmation__status.is-error .csp-jung-confirmation__status-badge {
	border-color: #ecc3cc;
	background: #fbe3e8;
	color: #93243e;
}

.csp-jung-confirmation__order-number {
	color: #7a7280;
	font-size: 11px;
	font-weight: 800;
}

.csp-jung-confirmation__message {
	display: flex;
	align-items: flex-start;
	gap: 15px;
}

.csp-jung-confirmation__icon {
	display: grid;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 50%;
	background: #eee1f4;
	color: #63108b;
	font-size: 18px;
	font-weight: 950;
}

.csp-jung-confirmation__status.is-success .csp-jung-confirmation__icon {
	background: #dff4e8;
	color: #137a56;
}

.csp-jung-confirmation__status.is-pending .csp-jung-confirmation__icon {
	background: #fff0b9;
	color: #87610a;
}

.csp-jung-confirmation__status.is-error .csp-jung-confirmation__icon {
	background: #f9dce2;
	color: #9b2841;
}

.csp-jung-confirmation__message h2,
.csp-jung-confirmation__journey h2 {
	margin: 0;
	color: #211b26;
	font-size: 21px;
	font-weight: 950;
	line-height: 1.24;
	letter-spacing: -.025em;
}

.csp-jung-confirmation__message p {
	max-width: 640px;
	margin: 6px 0 0;
	color: #67606d;
	font-size: 12px;
	line-height: 1.55;
}

.csp-jung-confirmation__metrics {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px;
	margin: 22px 0 0;
}

.csp-jung-confirmation__metrics > div {
	min-width: 0;
	padding: 12px 13px;
	border: 1px solid #ebe5ed;
	border-radius: 12px;
	background: rgba(255, 255, 255, .83);
}

.csp-jung-confirmation__metrics dt {
	margin: 0 0 4px;
	color: #908894;
	font-size: 8px;
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.csp-jung-confirmation__metrics dd {
	min-width: 0;
	margin: 0;
	overflow-wrap: anywhere;
	color: #352e3a;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.4;
}

.csp-jung-confirmation__metrics dd.is-total {
	color: var(--csp-purchase-purple);
	font-size: 15px;
	font-weight: 950;
}

.csp-jung-confirmation__journey {
	padding: 24px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(43, 25, 52, .065);
}

.csp-jung-confirmation__journey header > span {
	display: block;
	margin-bottom: 7px;
	color: var(--csp-purchase-purple);
	font-size: 9px;
	font-weight: 950;
	letter-spacing: .1em;
}

.csp-jung-confirmation__journey header > p {
	margin: 7px 0 18px;
	color: #77707d;
	font-size: 11px;
	line-height: 1.5;
}

.csp-jung-confirmation__steps {
	display: grid;
	gap: 8px;
}

.csp-jung-confirmation__steps article {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	padding: 10px;
	border: 1px solid transparent;
	border-radius: 12px;
}

.csp-jung-confirmation__steps article.is-current {
	border-color: #ddc8e7;
	background: #faf5fc;
}

.csp-jung-confirmation__steps article > span {
	display: grid;
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	place-items: center;
	border-radius: 50%;
	background: #f1e8f5;
	color: #64108a;
	font-size: 10px;
	font-weight: 950;
}

.csp-jung-confirmation__steps article.is-complete > span {
	background: #dff4e8;
	color: #147250;
}

.csp-jung-confirmation__steps strong {
	display: block;
	color: #352e3a;
	font-size: 12px;
	font-weight: 900;
}

.csp-jung-confirmation__steps p {
	margin: 3px 0 0;
	color: #7a727e;
	font-size: 10px;
	line-height: 1.45;
}

.csp-jung-confirmation__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 17px;
}

.csp-jung-confirmation__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 9px 13px;
	border-radius: 11px;
	font-size: 10px;
	font-weight: 900;
	line-height: 1.2;
	text-decoration: none !important;
}

.csp-jung-confirmation__primary {
	background: linear-gradient(135deg, #7114a5, #4e086e);
	box-shadow: 0 9px 22px rgba(86, 12, 119, .22);
	color: #fff !important;
}

.csp-jung-confirmation__secondary {
	border: 1px solid #ddd4e2;
	background: #fff;
	color: #4e4455 !important;
}

.csp-jung-confirmation__help {
	margin-left: auto;
	color: var(--csp-purchase-purple) !important;
}

body.csp-jung-purchase-mode--confirmation .wc-block-order-confirmation-totals-wrapper,
body.csp-jung-purchase-mode--confirmation .woocommerce-order-details,
body.csp-jung-purchase-mode--confirmation .wc-block-order-confirmation-billing-wrapper,
body.csp-jung-purchase-mode--confirmation .woocommerce-customer-details {
	box-sizing: border-box;
	margin: 18px 0 0 !important;
	padding: 24px !important;
	border: 1px solid #e6dfe9;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(43, 25, 52, .05);
}

body.csp-jung-purchase-mode--confirmation .wc-block-order-confirmation-totals-wrapper h2,
body.csp-jung-purchase-mode--confirmation .woocommerce-order-details__title,
body.csp-jung-purchase-mode--confirmation .wc-block-order-confirmation-billing-wrapper h2,
body.csp-jung-purchase-mode--confirmation .woocommerce-column__title {
	margin: 0 0 17px !important;
	color: #211b26 !important;
	font-size: 18px !important;
	font-weight: 950 !important;
	letter-spacing: -.025em;
}

body.csp-jung-purchase-mode--confirmation table.order_details,
body.csp-jung-purchase-mode--confirmation .wc-block-order-confirmation-totals-wrapper table {
	width: 100%;
	border: 0 !important;
	border-collapse: collapse !important;
}

body.csp-jung-purchase-mode--confirmation table.order_details th,
body.csp-jung-purchase-mode--confirmation table.order_details td,
body.csp-jung-purchase-mode--confirmation .wc-block-order-confirmation-totals-wrapper th,
body.csp-jung-purchase-mode--confirmation .wc-block-order-confirmation-totals-wrapper td {
	padding: 14px 10px !important;
	border-color: #ebe5ed !important;
	color: #4d4652;
	font-size: 12px;
}

body.csp-jung-purchase-mode--confirmation table.order_details thead th,
body.csp-jung-purchase-mode--confirmation .wc-block-order-confirmation-totals-wrapper thead th {
	color: #8a818e;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .07em;
	text-transform: uppercase;
}

body.csp-jung-purchase-mode--confirmation table.order_details tfoot tr:last-child th,
body.csp-jung-purchase-mode--confirmation table.order_details tfoot tr:last-child td,
body.csp-jung-purchase-mode--confirmation .wc-block-order-confirmation-totals-wrapper tfoot tr:last-child th,
body.csp-jung-purchase-mode--confirmation .wc-block-order-confirmation-totals-wrapper tfoot tr:last-child td {
	color: var(--csp-purchase-purple);
	font-size: 15px;
	font-weight: 950;
}

body.csp-jung-purchase-mode--confirmation .woocommerce-customer-details address,
body.csp-jung-purchase-mode--confirmation .wc-block-order-confirmation-billing-wrapper address {
	padding: 16px !important;
	border: 1px solid #ebe4ee !important;
	border-radius: 14px !important;
	background: #faf8fb;
	color: #554e59;
	font-size: 12px;
	font-style: normal;
	line-height: 1.65;
}

body.csp-jung-purchase-mode--confirmation .wc-block-order-confirmation-additional-information {
	margin: 22px 0 0;
	padding: 18px;
	border-radius: 15px;
	background: #f7f3f9;
	color: #625a68;
	font-size: 12px;
	text-align: center;
}

/* Server-rendered trust row. */
.csp-jung-purchase-assurance {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	padding-bottom: 54px;
}

.csp-jung-purchase-assurance article {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 18px;
	border: 1px solid var(--csp-purchase-line);
	border-radius: 16px;
	background: rgba(255, 255, 255, .82);
}

.csp-jung-purchase-assurance article > span {
	display: grid;
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 10px;
	background: #f2eaf7;
	font-size: 15px;
}

.csp-jung-purchase-assurance strong {
	display: block;
	margin: 0 0 4px;
	color: #292b38;
	font-size: 13px;
	font-weight: 850;
}

.csp-jung-purchase-assurance p {
	margin: 0;
	color: var(--csp-purchase-muted);
	font-size: 12px;
	line-height: 1.45;
}

body.csp-jung-purchase-mode :focus-visible {
	outline: 3px solid rgba(91, 13, 135, .24);
	outline-offset: 3px;
}

@media (max-width: 960px) {
	.csp-jung-purchase-header__hero {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.csp-jung-purchase-steps {
		justify-content: center;
	}

	body.csp-jung-purchase-mode--cart .wc-block-components-sidebar-layout,
	body.csp-jung-purchase-mode--checkout .wc-block-components-sidebar-layout {
		display: grid;
		grid-template-columns: 1fr;
	}

	body.csp-jung-purchase-mode--checkout form.woocommerce-checkout .bb-wc-co {
		grid-template-columns: 1fr;
	}

	body.csp-jung-purchase-mode--checkout form.woocommerce-checkout #order_review {
		position: static !important;
		max-height: none !important;
		overflow: visible !important;
	}

	body.csp-jung-purchase-mode--cart .wc-block-cart__main,
	body.csp-jung-purchase-mode--cart .wc-block-cart__sidebar,
	body.csp-jung-purchase-mode--checkout .wc-block-checkout__main,
	body.csp-jung-purchase-mode--checkout .wc-block-checkout__sidebar {
		position: static;
		width: 100% !important;
		min-width: 0;
	}

	.csp-jung-purchase-assurance {
		grid-template-columns: 1fr;
	}

	.csp-jung-confirmation {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 620px) {
	.csp-jung-purchase-header,
	.csp-jung-purchase-content,
	.csp-jung-purchase-assurance,
	.csp-jung-checkout-context {
		width: calc(100% - 28px);
	}

	.csp-jung-purchase-header {
		padding-top: 10px;
	}

	.csp-jung-purchase-header__bar {
		grid-template-columns: 1fr auto;
		gap: 12px;
		min-height: 58px;
		padding: 9px 12px;
		border-radius: 15px;
	}

	.csp-jung-purchase-header__brand-viewport {
		width: 154px;
		height: 32px;
	}

	.csp-jung-purchase-header__brand img {
		width: 154px;
		transform: translateY(-10px);
	}

	.csp-jung-purchase-header__back {
		min-height: 36px;
		padding: 7px 10px;
		font-size: 0;
	}

	.csp-jung-purchase-header__back span {
		font-size: 18px;
	}

	.csp-jung-purchase-header__secure {
		grid-column: 1 / -1;
		justify-self: start;
		flex-wrap: wrap;
	}

	.csp-jung-purchase-header__secure a {
		flex-basis: 100%;
		margin: 6px 0 0 44px;
		padding: 0;
		border: 0;
	}

	.csp-jung-purchase-header__hero {
		gap: 22px;
		padding: 34px 2px 22px;
	}

	.csp-jung-purchase-header h1 {
		font-size: 32px;
	}

	.csp-jung-purchase-header__hero p {
		font-size: 14px;
	}

	.csp-jung-purchase-steps {
		width: 100%;
	}

	.csp-jung-purchase-steps li {
		min-width: 0;
		flex: 1 1 0;
		font-size: 9px;
	}

	body.csp-jung-purchase-mode--cart .wc-block-cart__main,
	body.csp-jung-purchase-mode--cart .wc-block-cart__sidebar,
	body.csp-jung-purchase-mode--checkout .wc-block-checkout__main,
	body.csp-jung-purchase-mode--checkout .wc-block-checkout__sidebar,
	body.csp-jung-purchase-mode--checkout form.woocommerce-checkout .col2-set,
	body.csp-jung-purchase-mode--checkout form.woocommerce-checkout #order_review {
		padding: 18px !important;
		border-radius: 18px;
	}

	body.csp-jung-purchase-mode--cart .wc-block-cart__main::before,
	body.csp-jung-purchase-mode--cart .wc-block-cart__totals-title {
		font-size: 18px !important;
	}

	body.csp-jung-purchase-mode--cart .wc-block-cart-items__row {
		display: grid !important;
		grid-template-columns: 92px minmax(0, 1fr);
		padding: 14px !important;
		border-radius: 15px;
	}

	body.csp-jung-purchase-mode--cart .wc-block-cart-item__image {
		width: auto !important;
		padding: 0 !important;
	}

	body.csp-jung-purchase-mode--cart .wc-block-cart-item__image a,
	body.csp-jung-purchase-mode--cart .wc-block-components-product-image {
		width: 82px;
		height: 68px;
		border-radius: 12px;
	}

	body.csp-jung-purchase-mode--cart .wc-block-cart-item__product {
		padding: 0 !important;
	}

	body.csp-jung-purchase-mode--cart .wc-block-components-product-name {
		font-size: 15px !important;
	}

	body.csp-jung-purchase-mode--cart .wc-block-cart-item__total {
		grid-column: 2;
		padding: 8px 0 0 !important;
		text-align: left !important;
	}

	body.csp-jung-purchase-mode--cart .wc-block-cart__submit-container--sticky {
		box-sizing: border-box;
		padding: 10px 14px calc(10px + env(safe-area-inset-bottom)) !important;
		border-top: 1px solid var(--csp-purchase-line);
		background: rgba(255, 255, 255, .96) !important;
		box-shadow: 0 -12px 30px rgba(34, 20, 42, .11);
		backdrop-filter: blur(12px);
	}

	body.csp-jung-purchase-mode--checkout .wc-block-checkout__actions {
		position: sticky;
		z-index: 20;
		bottom: 0;
		margin: 18px -18px -18px !important;
		padding: 12px 18px calc(12px + env(safe-area-inset-bottom)) !important;
		border-top: 1px solid var(--csp-purchase-line);
		background: rgba(255, 255, 255, .97) !important;
		box-shadow: 0 -12px 30px rgba(34, 20, 42, .12);
		backdrop-filter: blur(12px);
	}

	body.csp-jung-purchase-mode--checkout .wc-block-components-radio-control-accordion-content {
		padding-right: 12px !important;
		padding-left: 16px !important;
	}

	body.csp-jung-purchase-mode--confirmation .csp-jung-purchase-content {
		padding: 18px;
		border-radius: 18px;
	}

	.csp-jung-confirmation__status,
	.csp-jung-confirmation__journey {
		padding: 18px;
		border-radius: 17px;
	}

	.csp-jung-confirmation__status-topline {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.csp-jung-confirmation__message h2,
	.csp-jung-confirmation__journey h2 {
		font-size: 19px;
	}

	.csp-jung-confirmation__metrics {
		grid-template-columns: 1fr;
	}

	.csp-jung-confirmation__actions a {
		width: 100%;
	}

	.csp-jung-confirmation__help {
		margin-left: 0;
	}

	body.csp-jung-purchase-mode--confirmation .wc-block-order-confirmation-totals-wrapper,
	body.csp-jung-purchase-mode--confirmation .woocommerce-order-details,
	body.csp-jung-purchase-mode--confirmation .wc-block-order-confirmation-billing-wrapper,
	body.csp-jung-purchase-mode--confirmation .woocommerce-customer-details {
		padding: 18px !important;
		border-radius: 17px;
	}

	.csp-jung-consent-tooltip {
		right: auto;
		left: 0;
	}

	.csp-jung-consent-tooltip::after {
		right: auto;
		left: 22px;
	}

	.csp-jung-purchase-assurance {
		padding-bottom: 34px;
	}
}

@media (max-width: 360px) {
	.csp-jung-purchase-header,
	.csp-jung-purchase-content,
	.csp-jung-purchase-assurance,
	.csp-jung-checkout-context {
		width: calc(100% - 20px);
	}

	.csp-jung-purchase-header h1 {
		font-size: 29px;
	}

	.csp-jung-purchase-steps li {
		font-size: 8px;
	}

	body.csp-jung-purchase-mode--cart .wc-block-cart__main,
	body.csp-jung-purchase-mode--cart .wc-block-cart__sidebar {
		padding: 15px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.csp-jung-purchase-header__back,
	body.csp-jung-purchase-mode--cart .wc-block-cart__submit-button,
	body.csp-jung-purchase-mode--checkout .wc-block-components-checkout-place-order-button,
	.csp-jung-empty-product,
	.csp-jung-empty-product__cta,
	body.csp-jung-purchase-mode--checkout .csp-jung-consent--required {
		transition: none !important;
		animation: none !important;
	}
}

/* Premium empty-cart product showcase. */
body.csp-jung-purchase-mode--cart .wp-block-woocommerce-empty-cart-block {
	width: 100%;
	margin: 0 !important;
}

.csp-jung-empty-cart {
	box-sizing: border-box;
	width: 100%;
	padding: 34px;
	border: 1px solid rgba(91, 13, 135, .12);
	border-radius: 28px;
	background:
		radial-gradient(circle at 96% 2%, rgba(109, 35, 153, .1), transparent 26%),
		linear-gradient(145deg, #fff 0%, #fcfaff 58%, #f8f4fb 100%);
	box-shadow: var(--csp-purchase-shadow);
}

.csp-jung-empty-cart__intro {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin: 0 0 28px;
}

.csp-jung-empty-cart__eyebrow {
	display: block;
	margin-bottom: 8px;
	color: var(--csp-purchase-purple);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .14em;
}

.csp-jung-empty-cart__intro h2 {
	margin: 0;
	color: var(--csp-purchase-ink);
	font-size: clamp(26px, 3vw, 38px);
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: -.035em;
}

.csp-jung-empty-cart__intro p {
	max-width: 720px;
	margin: 11px 0 0;
	color: var(--csp-purchase-muted);
	font-size: 14px;
	line-height: 1.6;
}

.csp-jung-empty-cart__count {
	flex: 0 0 auto;
	padding: 8px 12px;
	border: 1px solid rgba(91, 13, 135, .13);
	border-radius: 999px;
	background: #fff;
	color: var(--csp-purchase-purple);
	font-size: 11px;
	font-weight: 850;
}

.csp-jung-empty-cart__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.csp-jung-empty-product {
	display: flex;
	position: relative;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid #e9e3ed;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(40, 21, 50, .07);
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.csp-jung-empty-product:hover {
	transform: translateY(-4px);
	border-color: rgba(91, 13, 135, .24);
	box-shadow: 0 20px 45px rgba(44, 20, 58, .12);
}

.csp-jung-empty-product.is-featured {
	border-color: rgba(91, 13, 135, .3);
	box-shadow: 0 18px 44px rgba(80, 18, 113, .13);
}

.csp-jung-empty-product__visual {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: linear-gradient(135deg, #efe5f5, #dbe5f5);
}

.csp-jung-empty-product__visual::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 54%, rgba(22, 13, 29, .38));
	pointer-events: none;
}

.csp-jung-empty-product__visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.csp-jung-empty-product:hover .csp-jung-empty-product__visual img {
	transform: scale(1.025);
}

.csp-jung-empty-product__label {
	position: absolute;
	z-index: 1;
	bottom: 14px;
	left: 14px;
	max-width: calc(100% - 28px);
	padding: 7px 10px;
	border: 1px solid rgba(255, 255, 255, .36);
	border-radius: 999px;
	background: rgba(30, 18, 37, .76);
	backdrop-filter: blur(10px);
	color: #fff;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .035em;
}

.csp-jung-empty-product.is-featured .csp-jung-empty-product__label {
	background: rgba(91, 13, 135, .9);
}

.csp-jung-empty-product__body {
	display: flex;
	box-sizing: border-box;
	height: 100%;
	flex-direction: column;
	padding: 22px;
}

.csp-jung-empty-product__body h3 {
	margin: 0;
	color: var(--csp-purchase-ink);
	font-size: 19px;
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: -.025em;
}

.csp-jung-empty-product__summary {
	margin: 11px 0 0;
	color: var(--csp-purchase-muted);
	font-size: 12px;
	line-height: 1.55;
}

.csp-jung-empty-product__facts {
	display: grid;
	gap: 9px;
	margin: 18px 0 0;
	padding: 15px 0 0;
	border-top: 1px solid #eee9f1;
	list-style: none;
}

.csp-jung-empty-product__facts li {
	display: grid;
	grid-template-columns: 18px auto 1fr;
	align-items: start;
	gap: 4px;
	margin: 0;
	color: #666876;
	font-size: 11px;
	line-height: 1.45;
}

.csp-jung-empty-product__facts li > span {
	display: grid;
	width: 16px;
	height: 16px;
	place-items: center;
	border-radius: 50%;
	background: #eaf7f2;
	color: var(--csp-purchase-green);
	font-size: 9px;
	font-weight: 900;
}

.csp-jung-empty-product__facts strong {
	color: #343744;
	font-weight: 850;
}

.csp-jung-empty-product__purchase {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 14px;
	margin-top: auto;
	padding-top: 22px;
}

.csp-jung-empty-product__purchase > div {
	display: grid;
	gap: 2px;
}

.csp-jung-empty-product__add-form {
	display: block;
	min-width: 0;
	margin: 0;
}

.csp-jung-empty-product__purchase small {
	color: #888995;
	font-size: 9px;
	font-weight: 750;
	text-transform: uppercase;
	letter-spacing: .07em;
}

.csp-jung-empty-product__purchase strong,
.csp-jung-empty-product__purchase .woocommerce-Price-amount {
	color: var(--csp-purchase-ink);
	font-size: 18px;
	font-weight: 900;
	white-space: nowrap;
}

.csp-jung-empty-product__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 46px;
	padding: 10px 15px;
	border: 0;
	border-radius: 13px;
	background: var(--csp-purchase-purple);
	box-shadow: 0 10px 22px rgba(91, 13, 135, .2);
	color: #fff !important;
	cursor: pointer;
	font-family: inherit;
	font-size: 12px;
	font-weight: 850;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.csp-jung-empty-product__cta:hover,
.csp-jung-empty-product__cta:focus-visible {
	transform: translateY(-1px);
	background: var(--csp-purchase-purple-dark);
	box-shadow: 0 13px 27px rgba(91, 13, 135, .28);
}

.csp-jung-empty-product__payment {
	margin: 11px 0 0;
	color: #858692;
	font-size: 9px;
	line-height: 1.45;
	text-align: center;
}

.csp-jung-empty-cart__unavailable {
	padding: 30px;
	border: 1px dashed rgba(91, 13, 135, .24);
	border-radius: 18px;
	background: #fff;
	text-align: center;
}

.csp-jung-empty-cart__unavailable strong {
	display: block;
	font-size: 18px;
	font-weight: 900;
}

.csp-jung-empty-cart__unavailable p {
	margin: 8px auto 16px;
	max-width: 560px;
	color: var(--csp-purchase-muted);
}

.csp-jung-empty-cart__unavailable a {
	color: var(--csp-purchase-purple);
	font-weight: 850;
}

@media (max-width: 1040px) {
	.csp-jung-empty-cart__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.csp-jung-empty-cart {
		padding: 20px;
		border-radius: 20px;
	}

	.csp-jung-empty-cart__intro {
		align-items: flex-start;
		flex-direction: column;
		gap: 13px;
		margin-bottom: 20px;
	}

	.csp-jung-empty-cart__grid {
		grid-template-columns: 1fr;
	}

	.csp-jung-empty-product__purchase {
		grid-template-columns: 1fr;
	}

	.csp-jung-empty-product__purchase > div {
		justify-items: center;
	}

	.csp-jung-empty-product__cta {
		width: 100%;
	}
}
