:root {
	--cspns-admin-offset: 0px;
	--cspns-purple: #5b0b86;
	--cspns-purple-2: #7838f6;
	--cspns-indigo: #5865ef;
	--cspns-cyan: #1394a8;
	--cspns-ink: #171a2b;
	--cspns-muted: #667085;
	--cspns-line: #e7e9f0;
	--cspns-surface: #ffffff;
	--cspns-soft: #f7f7fb;
	--cspns-header-height: 76px;
}

.cspns-shell[hidden],
.cspns-mobile-drawer[hidden],
.cspns-search-panel[hidden],
.cspns-dropdown__panel[hidden],
.cspns-context-rail[hidden],
.cspns-language-fallback[hidden] {
	display: none !important;
}

.cspns-products-fallback[hidden],
.cspns-products-quick[hidden],
.cspns-cart-fallback[hidden],
.cspns-cart-badge[hidden] {
	display: none !important;
}

/* Keep the legacy shell's geometry as a layout fallback while removing it from interaction. */
.cspns-legacy-suppressed {
	visibility: hidden !important;
	pointer-events: none !important;
	user-select: none !important;
}

/* Legacy desktop rails sometimes force visibility on their descendants. Once
 * the owned context rail is active they must leave the paint tree entirely;
 * removing the marker restores the original panel during fail-open. */
body.cspns-active :is(#buddypanel, .buddypanel, .bb-left-panel, #left-panel, .bb-rl-left-panel, .bb-rl-panel).cspns-legacy-suppressed {
	display: none !important;
	visibility: hidden !important;
	overflow: hidden !important;
}

.cspns-shell,
.cspns-shell *,
.cspns-shell *::before,
.cspns-shell *::after {
	box-sizing: border-box;
}

.cspns-shell {
	position: fixed;
	z-index: 2147482000;
	top: var(--cspns-admin-offset);
	right: 0;
	left: 0;
	height: 0;
	color: var(--cspns-ink);
	font-family: inherit;
	pointer-events: none;
	--cspns-main-offset: 0px;
}

.cspns-shell :where(a, button, input, summary) {
	font: inherit;
}

.cspns-shell a {
	text-decoration: none;
}

.cspns-toolbar {
	display: flex;
	align-items: center;
	width: 100%;
	height: var(--cspns-header-height);
	padding: 0 22px;
	border-bottom: 1px solid var(--cspns-line);
	background: rgba(255, 255, 255, .97);
	box-shadow: 0 5px 22px rgba(29, 24, 47, .055);
	backdrop-filter: blur(18px) saturate(130%);
	pointer-events: auto;
}

.cspns-brand {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	margin-right: 8px;
	border-radius: 14px;
	overflow: hidden;
}

.cspns-brand img {
	display: block;
	width: 44px;
	height: 44px;
	max-height: 44px;
	border-radius: 12px;
	object-fit: contain;
}

.cspns-icon {
	display: block;
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
}

.cspns-mobile-toggle {
	display: none;
}

.cspns-mobile-toolbar-integration {
	display: none !important;
}

.cspns-icon-button.cspns-mobile-notifications {
	display: none !important;
}

.cspns-integration-destination {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
}

.cspns-integration-destination--launcher {
	min-width: 48px;
	margin-right: 12px;
}

.cspns-integration-slots {
	position: absolute;
	width: 0;
	height: 0;
	overflow: visible;
}

#cspns-launcher-slot:empty,
#cspns-language-slot:empty {
	display: none;
}

#cspns-launcher-slot #csptl,
#cspns-language-slot .csptl-language {
	position: relative !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	left: auto !important;
	margin: 0 !important;
}

/* The launcher calculates a fixed panel offset in document coordinates. The
 * WordPress admin bar already shifts the fixed shell, so the old 102.5px value
 * counted its 32px twice. 62px attaches the panel to the 46px trigger in both
 * authenticated and guest desktop layouts. Mobile owns its panel geometry in
 * the responsive section below. */
@media (min-width: 1024px) {
	#cspns-launcher-slot #csptl,
	#cspns-launcher-slot #csptl-panel,
	#cspns-launcher-slot .csptl__panel {
		--csptl-panel-top: 62px !important;
	}
}

.cspns-commerce-destination {
	min-width: 42px;
}

/*
 * The host deliberately retains the .site-header ancestor contract used by
 * the current Commerce mini-cart CSS, while neutralising the theme shell box.
 */
.cspns-native-commerce-host.site-header {
	display: inline-flex !important;
	position: relative !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	left: auto !important;
	align-items: center !important;
	gap: 4px;
	width: auto !important;
	min-width: 0 !important;
	height: auto !important;
	min-height: 42px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	transform: none !important;
}

.cspns-native-commerce-host .header-cart-link-wrap,
.cspns-native-commerce-host .csp-products-launcher--topbar {
	position: relative;
	flex: 0 0 auto;
	margin: 0 !important;
}

.cspns-native-commerce-host .notification-dropdown {
	z-index: 40;
}

.cspns-products-fallback {
	cursor: pointer;
}

/* Groups 4.8.6 writes the same custom property inline; important keeps its
 * Studio drawer below the independent fixed toolbar without editing Groups. */
body.cspns-active .csg-lb-wrap {
	--csg-lb-sticky-top: calc(var(--cspns-admin-offset) + var(--cspns-header-height) + 10px) !important;
}

.cspns-language-fallback {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 68px;
	height: 40px;
	padding: 0 13px;
	border: 1px solid #ded9e7;
	border-radius: 999px;
	color: #5c2378;
	background: #fff;
	font-size: 13px;
	font-weight: 700;
}

.cspns-desktop-nav {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex: 1 1 auto;
	min-width: 0;
	height: 100%;
}

.cspns-desktop-link,
.cspns-nav-button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-width: 0;
	height: 100%;
	padding: 0 11px !important;
	border: 0 !important;
	border-radius: 0 !important;
	color: #303446 !important;
	background: transparent !important;
	box-shadow: none !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	white-space: nowrap;
	cursor: pointer;
}

.cspns-desktop-link .cspns-icon,
.cspns-nav-button > .cspns-icon:first-child {
	width: 18px;
	height: 18px;
}

.cspns-nav-button > .cspns-icon:last-child {
	width: 14px;
	height: 14px;
	transition: transform .18s ease;
}

.cspns-dropdown.is-open > .cspns-nav-button > .cspns-icon:last-child,
.cspns-dropdown.is-open > .cspns-profile__button > .cspns-icon:last-child {
	transform: rotate(180deg);
}

.cspns-desktop-link:hover,
.cspns-desktop-link.is-current,
.cspns-nav-button:hover,
.cspns-dropdown.is-open > .cspns-nav-button {
	color: var(--cspns-purple) !important;
	background: linear-gradient(180deg, transparent, rgba(91, 11, 134, .055)) !important;
}

.cspns-desktop-link.is-current::after,
.cspns-dropdown.is-open > .cspns-nav-button::after {
	position: absolute;
	right: 11px;
	bottom: 0;
	left: 11px;
	height: 3px;
	border-radius: 3px 3px 0 0;
	background: linear-gradient(90deg, var(--cspns-purple), var(--cspns-purple-2));
	content: "";
}

.cspns-desktop-link,
.cspns-nav-button,
.cspns-dropdown {
	position: relative;
}

.cspns-dropdown__panel {
	position: absolute;
	z-index: 20;
	top: calc(100% + 10px);
	left: 50%;
	display: grid;
	width: 272px;
	padding: 9px;
	border: 1px solid rgba(92, 72, 113, .13);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 24px 60px rgba(31, 24, 43, .2);
	transform: translateX(-50%);
}

.cspns-dropdown__panel::before {
	position: absolute;
	top: -6px;
	left: calc(50% - 6px);
	width: 12px;
	height: 12px;
	border-top: 1px solid rgba(92, 72, 113, .13);
	border-left: 1px solid rgba(92, 72, 113, .13);
	background: #fff;
	content: "";
	transform: rotate(45deg);
}

.cspns-dropdown__link {
	display: flex !important;
	align-items: center;
	gap: 11px;
	min-height: 46px;
	padding: 9px 11px !important;
	border-radius: 12px;
	color: #303446 !important;
	font-size: 13px;
	font-weight: 600;
}

.cspns-dropdown__link:hover,
.cspns-dropdown__link.is-current {
	color: var(--cspns-purple) !important;
	background: #f7f1fb;
}

.cspns-dropdown__link .cspns-icon {
	width: 19px;
	height: 19px;
}

.cspns-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 0 0 auto;
	gap: 7px;
	margin-left: 12px;
}

.cspns-icon-button {
	position: relative;
	display: inline-grid !important;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 0 !important;
	border: 1px solid transparent !important;
	border-radius: 13px !important;
	color: #34394a !important;
	background: transparent !important;
	box-shadow: none !important;
}

.cspns-icon-button:hover {
	color: var(--cspns-purple) !important;
	border-color: #e8dced !important;
	background: #faf5fc !important;
}

.cspns-badge {
	position: absolute;
	top: 1px;
	right: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box !important;
	min-width: 20px;
	height: 20px;
	padding: 0 3px !important;
	border: 2px solid #fff;
	border-radius: 999px;
	color: #fff;
	background: linear-gradient(135deg, #681399, #8150ff);
	font-size: 10px;
	font-weight: 800;
	line-height: 1 !important;
	text-align: center !important;
	text-indent: 0 !important;
}

.cspns-create__button,
.cspns-register {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 42px;
	padding: 0 16px !important;
	border: 0 !important;
	border-radius: 12px !important;
	color: #fff !important;
	background: linear-gradient(135deg, #5b0b86, #7430e8 66%, #5363ef) !important;
	box-shadow: 0 8px 22px rgba(94, 23, 149, .2) !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	white-space: nowrap;
}

.cspns-create__button .cspns-icon {
	width: 17px;
	height: 17px;
}

.cspns-create__panel {
	right: 0;
	left: auto;
	transform: none;
}

.cspns-create__panel::before {
	right: 28px;
	left: auto;
}

.cspns-login {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 13px;
	border-radius: 12px;
	color: #3e3348 !important;
	font-size: 13px;
	font-weight: 700;
}

.cspns-login:hover {
	color: var(--cspns-purple) !important;
	background: #faf5fc;
}

.cspns-profile__button {
	display: inline-flex !important;
	align-items: center;
	gap: 8px;
	height: 46px;
	padding: 4px 7px 4px 5px !important;
	border: 1px solid #ece8f0 !important;
	border-radius: 999px !important;
	color: #2e3140 !important;
	background: #fff !important;
	box-shadow: 0 5px 15px rgba(30, 25, 40, .06) !important;
}

.cspns-profile__button img {
	display: block;
	width: 36px;
	height: 36px;
	border: 2px solid #eee5f3;
	border-radius: 50%;
	object-fit: cover;
}

.cspns-profile__button span {
	max-width: 92px;
	overflow: hidden;
	font-size: 12px;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cspns-profile__button .cspns-icon {
	width: 14px;
	height: 14px;
}

.cspns-profile__panel {
	right: 0;
	left: auto;
	width: 284px;
	transform: none;
}

.cspns-profile__panel::before {
	right: 28px;
	left: auto;
}

.cspns-search-panel {
	position: fixed;
	z-index: 18;
	top: calc(var(--cspns-admin-offset) + var(--cspns-header-height) + 10px);
	right: 24px;
	width: min(540px, calc(100vw - 48px));
	padding: 18px;
	border: 1px solid rgba(90, 69, 105, .14);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 25px 70px rgba(33, 25, 45, .22);
	pointer-events: auto;
}

.cspns-search-panel label {
	display: block;
	margin-bottom: 9px;
	color: #4d5262;
	font-size: 12px;
	font-weight: 700;
}

.cspns-search-panel > div {
	display: flex;
	gap: 8px;
}

.cspns-search-panel input {
	flex: 1 1 auto;
	min-width: 0;
	height: 46px;
	padding: 0 15px;
	border: 1px solid #dcdfe7;
	border-radius: 13px;
	color: var(--cspns-ink);
	background: #fafbfc;
	font-size: 14px;
}

.cspns-search-panel button {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 0 17px;
	border: 0;
	border-radius: 13px;
	color: #fff;
	background: var(--cspns-purple);
	font-weight: 700;
}

.cspns-mobile-drawer {
	display: none;
}

.cspns-context-rail {
	position: fixed;
	z-index: 10;
	top: calc(var(--cspns-admin-offset) + var(--cspns-header-height));
	bottom: 0;
	left: var(--cspns-rail-left, 0);
	display: flex;
	flex-direction: column;
	width: var(--cspns-rail-width, 232px);
	padding: 12px 10px 24px;
	border-right: 1px solid var(--cspns-line);
	background: #fff;
	box-shadow: 8px 0 25px rgba(31, 28, 43, .025);
	overflow-y: auto;
	pointer-events: auto;
	transition: width 180ms ease, box-shadow 180ms ease;
}

.cspns-context-rail__toggle {
	display: inline-flex !important;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	flex: 0 0 auto;
	width: 100%;
	min-height: 44px;
	margin: 0 0 12px !important;
	padding: 8px 10px !important;
	border: 1px solid #ece7f0 !important;
	border-radius: 12px !important;
	color: #3e4353 !important;
	background: #fff !important;
	box-shadow: 0 4px 14px rgba(40, 30, 55, .055) !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	cursor: pointer;
}

.cspns-context-rail__toggle:hover {
	color: var(--cspns-purple) !important;
	border-color: #ddcce7 !important;
	background: #fbf7fd !important;
}

.cspns-context-rail__toggle .cspns-icon {
	width: 20px;
	height: 20px;
}

.cspns-context-rail__content {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.cspns-context-rail__content > strong {
	margin: 0 10px 13px;
	color: #8a8fa0;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.cspns-context-rail.is-collapsed {
	--cspns-rail-width: 68px !important;
	padding-right: 10px;
	padding-left: 10px;
	overflow-x: hidden !important;
}

.cspns-context-rail.is-collapsed .cspns-context-rail__content,
.cspns-context-rail.is-collapsed .cspns-context-link {
	min-width: 0 !important;
	overflow: hidden !important;
}

.cspns-context-rail.is-collapsed .cspns-context-rail__toggle {
	justify-content: center;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.cspns-context-rail.is-collapsed .cspns-context-rail__toggle > span,
.cspns-context-rail.is-collapsed .cspns-context-rail__content > strong,
.cspns-context-rail.is-collapsed .cspns-context-link > span,
.cspns-context-rail.is-collapsed .cspns-context-cta {
	display: none !important;
}

.cspns-context-rail.is-collapsed .cspns-context-link {
	justify-content: center;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.cspns-context-link {
	display: flex !important;
	align-items: center;
	gap: 10px;
	min-height: 44px;
	padding: 8px 10px !important;
	border-radius: 11px;
	color: #424758 !important;
	font-size: 12px;
	font-weight: 600;
}

.cspns-context-link:hover,
.cspns-context-link.is-current {
	color: var(--cspns-purple) !important;
	background: #f7f1fb;
}

.cspns-context-link .cspns-icon {
	width: 18px;
	height: 18px;
}

.cspns-context-cta {
	display: grid;
	gap: 9px;
	margin-bottom: 18px;
	padding: 17px;
	border-radius: 18px;
	color: #fff;
	background: linear-gradient(145deg, #351144, #641894 56%, #465ee0);
	box-shadow: 0 15px 32px rgba(77, 25, 115, .2);
}

.cspns-context-cta span {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.cspns-context-cta strong {
	font-size: 14px;
	line-height: 1.35;
}

.cspns-context-cta a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	border-radius: 10px;
	color: #4d126f !important;
	background: #fff;
	font-size: 11px;
	font-weight: 800;
}

.cspns-context-cta a:last-child {
	color: #fff !important;
	background: rgba(255,255,255,.13);
}

.cspns-shell :where(a, button, input, summary):focus-visible {
	outline: 3px solid rgba(106, 29, 150, .28) !important;
	outline-offset: 3px !important;
}

body.cspns-drawer-open {
	overflow: hidden !important;
}

body.cspns-drawer-open .cky-btn-revisit-wrapper,
body.cspns-drawer-open #cookie-law-info-again {
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

/*
 * The production action launcher must remain usable while the mobile drawer
 * is open. The shell creates a top-level stacking context close to the CSS
 * z-index limit, so merely restoring pointer-events is not sufficient: the
 * drawer would still win the hit-test. Keep the FAB above the drawer without
 * changing its geometry or the FAB plugin's own open/close behaviour.
 */
body.cspns-drawer-open #csp-fab-root {
	position: relative !important;
	visibility: visible !important;
	opacity: 1 !important;
	pointer-events: auto !important;
	z-index: 2147483000 !important;
}

body.cspns-drawer-open #csp-fab-root #csp-fab-toggle,
body.cspns-drawer-open #csp-fab-root .csp-fab__toggle {
	pointer-events: auto !important;
}

@media (max-width: 1500px) and (min-width: 1024px) {
	.cspns-toolbar {
		padding-right: 12px;
		padding-left: 12px;
	}

	.cspns-brand {
		flex-basis: 48px;
		width: 48px;
		margin-right: 8px;
	}

	.cspns-integration-destination--launcher {
		margin-right: 5px;
	}

	.cspns-desktop-link,
	.cspns-nav-button {
		flex: 0 0 auto;
		padding-right: 7px !important;
		padding-left: 7px !important;
		font-size: 12px !important;
	}

	.cspns-desktop-link .cspns-icon,
	.cspns-nav-button > .cspns-icon:first-child {
		display: none;
	}

	.cspns-actions {
		gap: 3px;
		margin-left: 6px;
	}

	.cspns-profile__button span {
		display: none;
	}

	.cspns-create__button {
		padding: 0 11px !important;
	}
}

@media (max-width: 1023px) {
	:root {
		--cspns-header-height: 72px;
	}

	.cspns-toolbar {
		position: relative;
		z-index: 25;
		gap: 11px;
		padding: 0 16px;
		-webkit-backdrop-filter: none !important;
		backdrop-filter: none !important;
	}

	.cspns-mobile-toggle {
		display: inline-grid !important;
		place-items: center;
		flex: 0 0 auto;
		width: 44px;
		height: 44px;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 13px !important;
		color: #202433 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	.cspns-mobile-toggle__close,
	.cspns-shell.is-drawer-open .cspns-mobile-toggle__open {
		display: none;
	}

	.cspns-shell.is-drawer-open .cspns-mobile-toggle__close {
		display: block;
	}

	.cspns-mobile-toggle .cspns-icon {
		width: 25px;
		height: 25px;
	}

	.cspns-brand {
		flex: 0 0 44px;
		width: 44px;
		max-width: none;
		height: 44px;
		margin: 0;
	}

	.cspns-brand img {
		width: 42px;
		height: 42px;
		max-height: 42px;
	}

	.cspns-mobile-toolbar-integration {
		display: flex !important;
		align-items: center;
		justify-content: center;
		min-width: 44px;
		min-height: 44px;
		overflow: visible;
	}

	.cspns-mobile-toolbar-integration:empty {
		display: none !important;
	}

	.cspns-mobile-toolbar-integration--launcher {
		flex: 0 0 60px;
		width: 60px;
	}

	.cspns-mobile-toolbar-integration--launcher > #cspns-launcher-slot {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 60px;
		min-width: 60px;
		height: 46px;
		min-height: 46px;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		overflow: visible;
	}

	.cspns-mobile-toolbar-integration--launcher #csptl {
		display: inline-flex !important;
		width: 60px !important;
		min-width: 60px !important;
		height: 46px !important;
		min-height: 46px !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	.cspns-mobile-toolbar-integration--launcher #csptl-trigger,
	.cspns-mobile-toolbar-integration--launcher .csptl__trigger {
		width: 60px !important;
		min-width: 60px !important;
		height: 46px !important;
		min-height: 46px !important;
		padding: 0 8px !important;
	}

	.cspns-mobile-toolbar-integration--launcher .csptl__legacy-paint-guard {
		display: none !important;
	}

	.cspns-mobile-toolbar-integration--language {
		flex: 0 0 76px;
		width: 76px;
	}

	.cspns-mobile-toolbar-integration--language > #cspns-language-slot {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 76px;
		min-width: 76px;
		height: 40px;
		min-height: 40px;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	.cspns-mobile-toolbar-integration--language .csptl-language {
		display: inline-flex !important;
		width: 76px !important;
		min-width: 76px !important;
		height: 40px !important;
		min-height: 40px !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	.cspns-mobile-toolbar-integration--language :is(button, .csptl-language__trigger),
	.cspns-mobile-toolbar-integration--language .cspns-language-fallback {
		width: 76px !important;
		min-width: 76px !important;
		max-width: 76px !important;
		height: 40px !important;
		min-height: 40px !important;
		padding-right: 11px !important;
		padding-left: 11px !important;
	}

	/*
	 * Topbar Launcher owns these fixed overlays. Bound them to the visible
	 * mobile viewport and add real scroll breathing-room so the last language
	 * and the social icons remain reachable above browser chrome/safe areas.
	 */
	.cspns-mobile-toolbar-integration--launcher .csptl__panel,
	.cspns-mobile-toolbar-integration--language .csptl-language__panel {
		top: calc(var(--cspns-admin-offset) + var(--cspns-header-height) + 8px) !important;
		right: max(10px, env(safe-area-inset-right)) !important;
		bottom: max(10px, env(safe-area-inset-bottom)) !important;
		left: max(10px, env(safe-area-inset-left)) !important;
		width: auto !important;
		height: auto !important;
		max-width: none !important;
		max-height: none !important;
		margin: 0 !important;
		overscroll-behavior: contain;
		pointer-events: auto !important;
		z-index: 2147483600 !important;
	}

	.cspns-mobile-toolbar-integration--launcher .csptl__panel {
		overflow: hidden !important;
	}

	.cspns-mobile-toolbar-integration--launcher .csptl__scroll {
		height: 100% !important;
		max-height: 100% !important;
		padding-bottom: calc(72px + env(safe-area-inset-bottom)) !important;
		overflow-y: auto !important;
		scroll-padding-bottom: calc(72px + env(safe-area-inset-bottom));
	}

	.cspns-mobile-toolbar-integration--language .csptl-language__panel {
		padding-bottom: calc(64px + env(safe-area-inset-bottom)) !important;
		overflow-y: auto !important;
		scroll-padding-bottom: calc(64px + env(safe-area-inset-bottom));
	}

	.cspns-shell.is-drawer-open .cspns-mobile-toolbar-integration,
	.cspns-shell.is-drawer-open .cspns-mobile-toolbar-integration :is(button, a, input) {
		position: relative;
		z-index: 26;
		pointer-events: auto !important;
	}

	.cspns-desktop-nav,
	.cspns-desktop-utility,
	.cspns-actions > .cspns-create,
	.cspns-actions > .cspns-profile,
	.cspns-actions > [data-cspns-language-destination="desktop"],
	.cspns-actions > [data-cspns-commerce-destination="desktop"],
	.cspns-integration-destination--launcher {
		display: none !important;
	}

	.cspns-actions {
		gap: 3px;
		margin-left: auto;
	}

	/*
	 * Mobile uses the explicit Products and Cart quick actions. The original
	 * commerce nodes remain parked in the zero-sized technical slot and must
	 * not leak above the member avatar while the drawer is open.
	 */
	.cspns-integration-slots #cspns-commerce-slot {
		display: none !important;
	}

	.cspns-icon-button.cspns-mobile-notifications {
		display: inline-grid !important;
	}

	.cspns-mobile-drawer {
		position: fixed;
		z-index: 15;
		top: calc(var(--cspns-admin-offset) + var(--cspns-header-height));
		right: 0;
		bottom: 0;
		left: 0;
		display: block;
		border-top: 1px solid var(--cspns-line);
		background: #fff;
		box-shadow: 0 24px 60px rgba(23, 19, 32, .2);
		pointer-events: auto;
	}

	.cspns-mobile-drawer__scroll {
		height: 100%;
		padding: 18px max(16px, env(safe-area-inset-right)) calc(28px + env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));
		overflow-y: auto;
		overscroll-behavior: contain;
	}

	.cspns-guest-card {
		display: grid;
		gap: 8px;
		padding: 19px;
		border-radius: 22px;
		color: #fff;
		background: radial-gradient(circle at 90% 0, rgba(64, 213, 223, .34), transparent 38%), linear-gradient(145deg, #2d0d3a, #64148d 56%, #455ce1);
		box-shadow: 0 18px 45px rgba(70, 21, 103, .23);
	}

	.cspns-guest-card > span {
		font-size: 10px;
		font-weight: 800;
		letter-spacing: .1em;
		text-transform: uppercase;
	}

	.cspns-guest-card > strong {
		max-width: 520px;
		font-size: 17px;
		line-height: 1.4;
	}

	.cspns-guest-card > div {
		display: grid;
		grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
		gap: 9px;
		margin-top: 5px;
	}

	.cspns-guest-card .cspns-login,
	.cspns-guest-card .cspns-register {
		min-height: 46px;
	}

	.cspns-guest-card .cspns-login {
		color: #fff !important;
		border: 1px solid rgba(255,255,255,.3);
		background: rgba(255,255,255,.1);
	}

	.cspns-guest-card .cspns-register {
		color: #50116f !important;
		background: #fff !important;
		box-shadow: 0 10px 24px rgba(18, 5, 27, .17) !important;
	}

	.cspns-mobile-offer {
		display: flex !important;
		align-items: center;
		gap: 11px;
		min-height: 54px;
		margin-top: 12px;
		padding: 10px 14px !important;
		border: 1px solid #e8dcef;
		border-radius: 16px;
		color: var(--cspns-purple) !important;
		background: #fcf8fe;
		font-size: 14px;
		font-weight: 750;
	}

	.cspns-member-card {
		display: grid;
		grid-template-columns: 56px minmax(0, 1fr) auto;
		align-items: center;
		gap: 12px;
		padding: 17px;
		border: 1px solid #eadff0;
		border-radius: 22px;
		background: linear-gradient(135deg, #fff, #fbf6fd);
		box-shadow: 0 12px 30px rgba(50, 31, 63, .07);
	}

	.cspns-member-card > img {
		width: 56px;
		height: 56px;
		border: 3px solid #fff;
		border-radius: 50%;
		box-shadow: 0 4px 14px rgba(69, 24, 94, .14);
		object-fit: cover;
	}

	.cspns-member-card > div {
		display: grid;
		min-width: 0;
	}

	.cspns-member-card strong {
		overflow: hidden;
		font-size: 15px;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.cspns-member-card span {
		overflow: hidden;
		color: var(--cspns-muted);
		font-size: 12px;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.cspns-member-card__profile {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		width: 42px;
		height: 42px;
		border-radius: 13px;
		color: var(--cspns-purple) !important;
		background: #f3e8f8;
	}

	.cspns-member-card__profile span {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0,0,0,0);
	}

	.cspns-mobile-quick {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 8px;
		margin-top: 12px;
	}

	.cspns-quick-link {
		display: grid !important;
		place-items: center;
		gap: 5px;
		min-width: 0;
		min-height: 68px;
		padding: 8px 4px !important;
		border: 1px solid #ececf2;
		border-radius: 15px;
		color: #464b5c !important;
		background: #fff;
		font-size: 10px;
		font-weight: 650;
		text-align: center;
	}

	button.cspns-quick-link {
		width: 100%;
		margin: 0 !important;
		box-shadow: none !important;
		cursor: pointer;
	}

	.cspns-quick-link span {
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.cspns-mobile-group {
		display: block;
		margin: 18px 0 0;
		border: 0;
	}

	.cspns-mobile-group > h3,
	.cspns-mobile-group > summary {
		margin: 0;
		padding: 10px 9px;
		color: #8a8fa0;
		font-size: 10px;
		font-weight: 800;
		letter-spacing: .1em;
		text-transform: uppercase;
	}

	.cspns-mobile-group > summary {
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 44px;
		border-radius: 12px;
		cursor: pointer;
		list-style: none;
	}

	.cspns-mobile-group > summary::-webkit-details-marker {
		display: none;
	}

	.cspns-mobile-group > summary .cspns-icon {
		width: 16px;
		height: 16px;
		transition: transform .18s ease;
	}

	.cspns-mobile-group[open] > summary .cspns-icon {
		transform: rotate(180deg);
	}

	.cspns-mobile-group__items {
		display: grid;
		gap: 3px;
	}

	.cspns-mobile-link {
		display: flex !important;
		align-items: center;
		gap: 13px;
		min-height: 52px;
		padding: 9px 13px !important;
		border-radius: 14px;
		color: #242938 !important;
		font-size: 15px;
		font-weight: 590;
	}

	.cspns-mobile-link:hover {
		background: #f7f7fa;
	}

	.cspns-mobile-link.is-current {
		color: #fff !important;
		background: linear-gradient(135deg, #5b0b86, #7531ed 65%, #5965ef);
		box-shadow: 0 12px 28px rgba(91, 18, 142, .18);
	}

	.cspns-mobile-link .cspns-icon {
		width: 22px;
		height: 22px;
	}

	.cspns-mobile-footer {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, auto));
		align-items: center;
		gap: 10px;
		margin-top: 22px;
		padding: 18px 9px 6px;
		border-top: 1px solid var(--cspns-line);
	}

	.cspns-mobile-footer__link {
		display: inline-flex !important;
		align-items: center;
		gap: 8px;
		min-height: 44px;
		padding: 8px 10px !important;
		border-radius: 12px;
		color: #505568 !important;
		font-size: 12px;
		font-weight: 650;
	}

	.cspns-mobile-footer__logout {
		color: #b4233d !important;
		justify-self: start;
		margin-left: -34px;
	}

	.cspns-context-rail {
		display: none !important;
	}

	.cspns-search-panel {
		top: calc(var(--cspns-admin-offset) + var(--cspns-header-height) + 7px);
		right: 12px;
		left: 12px;
		width: auto;
	}
}

@media (max-width: 420px) {
	.cspns-toolbar {
		gap: 2px;
		padding-right: 3px;
		padding-left: 3px;
	}

	.cspns-brand {
		flex-basis: 40px;
		width: 40px;
		height: 40px;
	}

	.cspns-brand img {
		width: 38px;
		height: 38px;
		max-height: 38px;
	}

	.cspns-mobile-toolbar-integration--launcher {
		flex-basis: 60px;
		width: 60px;
	}

	.cspns-mobile-toolbar-integration--launcher #csptl-trigger,
	.cspns-mobile-toolbar-integration--launcher .csptl__trigger {
		width: 60px !important;
		min-width: 60px !important;
		height: 46px !important;
		min-height: 46px !important;
	}

	.cspns-mobile-toolbar-integration--language {
		flex-basis: 76px;
		width: 76px;
	}

	.cspns-mobile-toolbar-integration--language > #cspns-language-slot {
		min-width: 76px;
	}

	.cspns-mobile-toolbar-integration--language :is(button, .csptl-language__trigger),
	.cspns-mobile-toolbar-integration--language .cspns-language-fallback {
		width: 76px !important;
		min-width: 76px !important;
		max-width: 76px !important;
		padding-right: 11px !important;
		padding-left: 11px !important;
	}

	.cspns-actions {
		gap: 2px;
	}

	.cspns-icon-button {
		width: 36px;
		height: 40px;
	}

	.cspns-guest-card > div {
		grid-template-columns: 1fr;
	}

	.cspns-mobile-quick {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1501px) {
	.cspns-desktop-nav {
		position: relative;
		left: var(--cspns-main-offset, 0px);
	}
}

@media (min-width: 1024px) {
	/* BuddyBoss renders a working panel toggle but its icon font is missing on
	 * the current child theme. The owned SVG-like CSS mark restores an obvious
	 * affordance even when the optional custom context rail is disabled. */
	body.cspns-active .buddypanel .bb-toggle-panel {
		display: inline-grid !important;
		place-items: center;
		width: 48px !important;
		height: 48px !important;
		border-radius: 12px !important;
		color: #34394a !important;
		background: #fff !important;
		box-shadow: 0 4px 14px rgba(40, 30, 55, .07) !important;
	}

	body.cspns-active .buddypanel .bb-toggle-panel > i {
		display: none !important;
	}

	body.cspns-active .buddypanel .bb-toggle-panel::before {
		display: block !important;
		width: 21px;
		height: 18px;
		border: 1.8px solid currentColor;
		border-radius: 4px;
		background: linear-gradient(90deg, currentColor 0 4px, transparent 4px 100%);
		content: "" !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cspns-shell *,
	.cspns-shell *::before,
	.cspns-shell *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}

@media (forced-colors: active) {
	.cspns-toolbar,
	.cspns-mobile-drawer,
	.cspns-dropdown__panel,
	.cspns-context-rail {
		border: 1px solid CanvasText;
	}

	.cspns-mobile-link.is-current,
	.cspns-register,
	.cspns-create__button {
		border: 2px solid CanvasText !important;
	}
}
