/* G6M_BUNDLE_22 — 4 feuilles, ordre du document preserve */
/* ==== g6m-breadcrumb-premium-v378.css ==== */
/* G6M_BREADCRUMB_PREMIUM_V378
   Visual-only upgrade of XenForo .p-breadcrumbs
   — glassmorphism container, neon edge, modern chevrons
   — does NOT change HTML, URLs, SEO, or microdata
*/

:root {
	--g6m-bc-v: V378;
	--g6m-bc-radius: 18px;
	--g6m-bc-pad-y: 20px;
	--g6m-bc-pad-x: 22px;
	--g6m-bc-gap: 10px;
	--g6m-bc-fg: rgba(236, 228, 255, 0.88);
	--g6m-bc-fg-hover: #ffffff;
	--g6m-bc-current: #ff7ad9;
	--g6m-bc-current-glow: rgba(255, 11, 139, 0.45);
	--g6m-bc-sep: rgba(186, 160, 255, 0.55);
	--g6m-bc-border: rgba(168, 120, 255, 0.38);
	--g6m-bc-glow: 0 0 22px rgba(141, 56, 255, 0.22), 0 0 40px rgba(255, 11, 139, 0.1);
}

/* —— Container: glassmorphism pill/card —— */
html body .p-body-header .p-breadcrumbs,
html body .p-body .p-breadcrumbs,
html body .p-body-main .p-breadcrumbs,
html body .p-body-pageContent > .p-breadcrumbs,
html body .p-breadcrumbs,
html body ul.p-breadcrumbs,
html body ol.p-breadcrumbs,
html body .breadcrumb .p-breadcrumbs,
html body .p-breadcrumb .p-breadcrumbs {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	gap: var(--g6m-bc-gap) !important;
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 14px 0 18px !important;
	padding: var(--g6m-bc-pad-y) var(--g6m-bc-pad-x) !important;
	list-style: none !important;
	border-radius: var(--g6m-bc-radius) !important;
	border: 1px solid transparent !important;
	background:
		linear-gradient(
			135deg,
			rgba(18, 10, 28, 0.72) 0%,
			rgba(28, 18, 56, 0.55) 45%,
			rgba(14, 24, 58, 0.62) 100%
		) padding-box,
		linear-gradient(135deg, rgba(255, 11, 139, 0.75), rgba(141, 56, 255, 0.55), rgba(64, 140, 255, 0.65)) border-box !important;
	-webkit-backdrop-filter: blur(14px) saturate(1.25) !important;
	backdrop-filter: blur(14px) saturate(1.25) !important;
	box-shadow:
		var(--g6m-bc-glow),
		inset 0 1px 0 rgba(255, 255, 255, 0.08),
		0 10px 28px rgba(0, 0, 0, 0.28) !important;
	overflow-x: auto !important;
	overflow-y: hidden !important;
}

/* Soft outer inset so crumbs never kiss content edges */
html body .p-body-header .p-breadcrumbs,
html body .p-body-header .breadcrumb,
html body .p-body-header .p-breadcrumb {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* UI.X wrapper around crumbs — transparent, no double chrome */
html body .breadcrumb,
html body .p-breadcrumb,
html body .p-body-header .breadcrumb,
html body .p-body-header .p-breadcrumb {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 0 4px !important;
	max-width: 100% !important;
}

html body .p-body-header {
	/* keep header breathing room around the glass crumb bar */
	padding-top: 0.35rem !important;
}

/* —— Items —— */
html body .p-breadcrumbs > li,
html body ul.p-breadcrumbs > li,
html body ol.p-breadcrumbs > li {
	display: inline-flex !important;
	align-items: center !important;
	gap: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	max-width: 100% !important;
	min-width: 0 !important;
	line-height: 1.45 !important;
	font-family: "Rajdhani", "Segoe UI", sans-serif !important;
	font-size: 0.98rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.02em !important;
	color: var(--g6m-bc-fg) !important;
	vertical-align: middle !important;
}

/* Hide default XF / UI.X separators — we draw modern chevrons */
html body .p-breadcrumbs > li:before,
html body .p-breadcrumbs > li:after,
html body .p-breadcrumbs > li .u-concealed:before,
html body .p-breadcrumbs .p-breadcrumbs-separator {
	content: none !important;
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
}

/* Modern chevron between crumbs (not before the first) */
html body .p-breadcrumbs > li:not(:first-child)::before {
	content: "" !important;
	display: inline-block !important;
	width: 7px !important;
	height: 7px !important;
	margin: 0 12px 0 2px !important;
	border-right: 2px solid var(--g6m-bc-sep) !important;
	border-top: 2px solid var(--g6m-bc-sep) !important;
	transform: rotate(45deg) !important;
	opacity: 0.85 !important;
	flex: 0 0 auto !important;
	box-shadow: 0 0 8px rgba(168, 120, 255, 0.25) !important;
	background: none !important;
	font-size: 0 !important;
	line-height: 0 !important;
	vertical-align: middle !important;
}

/* —— Links —— */
html body .p-breadcrumbs a,
html body .p-breadcrumbs a span,
html body .p-breadcrumbs [itemprop="name"] {
	color: var(--g6m-bc-fg) !important;
	-webkit-text-fill-color: var(--g6m-bc-fg) !important;
	text-decoration: none !important;
	font-weight: 600 !important;
	line-height: 1.45 !important;
	transition:
		color 200ms ease,
		text-shadow 200ms ease,
		filter 200ms ease,
		opacity 200ms ease !important;
}

html body .p-breadcrumbs a:hover,
html body .p-breadcrumbs a:hover span,
html body .p-breadcrumbs a:hover [itemprop="name"] {
	color: var(--g6m-bc-fg-hover) !important;
	-webkit-text-fill-color: var(--g6m-bc-fg-hover) !important;
	text-shadow: 0 0 12px rgba(255, 122, 217, 0.45), 0 0 18px rgba(141, 56, 255, 0.28) !important;
	filter: brightness(1.12) !important;
}

html body .p-breadcrumbs a:focus-visible {
	outline: 2px solid rgba(255, 11, 139, 0.7) !important;
	outline-offset: 3px !important;
	border-radius: 6px !important;
}

/* Current / last crumb — luminous GTA VI accent */
html body .p-breadcrumbs > li:last-child,
html body .p-breadcrumbs > li:last-child a,
html body .p-breadcrumbs > li:last-child span,
html body .p-breadcrumbs > li:last-child [itemprop="name"],
html body .p-breadcrumbs > li.is-active,
html body .p-breadcrumbs > li.is-active span {
	color: var(--g6m-bc-current) !important;
	-webkit-text-fill-color: var(--g6m-bc-current) !important;
	font-weight: 700 !important;
	text-shadow: 0 0 14px var(--g6m-bc-current-glow) !important;
}

/* Home icon integration */
html body .p-breadcrumbs > li:first-child a,
html body .p-breadcrumbs--home,
html body .p-breadcrumbs .p-breadcrumbs-home,
html body .p-breadcrumbs .fa-home,
html body .p-breadcrumbs .far.fa-home,
html body .p-breadcrumbs .fas.fa-home {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 6px !important;
}

html body .p-breadcrumbs > li:first-child a::before {
	/* subtle neon home glyph if plain text / emoji already present — skip double icon */
	content: none !important;
}

html body .p-breadcrumbs .fa-home,
html body .p-breadcrumbs [class*="fa-home"] {
	color: #ff7ad9 !important;
	filter: drop-shadow(0 0 6px rgba(255, 11, 139, 0.45)) !important;
	font-size: 1.05em !important;
	line-height: 1 !important;
	vertical-align: middle !important;
}

/* Truncate long titles gracefully inside the glass bar */
html body .p-breadcrumbs > li > a,
html body .p-breadcrumbs > li > span {
	display: inline-block !important;
	max-width: min(52vw, 28rem) !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
	vertical-align: middle !important;
}

/* —— Responsive —— */
@media (max-width: 900px) {
	:root {
		--g6m-bc-pad-y: 14px;
		--g6m-bc-pad-x: 16px;
		--g6m-bc-radius: 16px;
	}

	html body .p-breadcrumbs,
	html body ul.p-breadcrumbs,
	html body ol.p-breadcrumbs {
		flex-wrap: nowrap !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		-webkit-overflow-scrolling: touch !important;
		scrollbar-width: thin !important;
		scrollbar-color: rgba(255, 11, 139, 0.4) transparent !important;
		margin: 10px 0 14px !important;
	}

	html body .p-breadcrumbs > li > a,
	html body .p-breadcrumbs > li > span {
		max-width: 58vw !important;
		font-size: 0.92rem !important;
	}

	html body .p-breadcrumbs > li:not(:first-child)::before {
		margin: 0 8px 0 2px !important;
	}
}

@media (max-width: 420px) {
	html body .p-breadcrumbs > li > a,
	html body .p-breadcrumbs > li > span {
		max-width: 48vw !important;
	}
}

/* END G6M_BREADCRUMB_PREMIUM_V378 */

/* ==== g6m-inline-p2-29-v701.css ==== */
/* Externalise (passe 2) — bloc inline #29 — position inchangee */

/* G6M_BREADCRUMB_PREMIUM_V378
   Visual-only upgrade of XenForo .p-breadcrumbs
   — glassmorphism container, neon edge, modern chevrons
   — does NOT change HTML, URLs, SEO, or microdata
*/

:root {
	--g6m-bc-v: V378;
	--g6m-bc-radius: 18px;
	--g6m-bc-pad-y: 20px;
	--g6m-bc-pad-x: 22px;
	--g6m-bc-gap: 10px;
	--g6m-bc-fg: rgba(236, 228, 255, 0.88);
	--g6m-bc-fg-hover: #ffffff;
	--g6m-bc-current: #ff7ad9;
	--g6m-bc-current-glow: rgba(255, 11, 139, 0.45);
	--g6m-bc-sep: rgba(186, 160, 255, 0.55);
	--g6m-bc-border: rgba(168, 120, 255, 0.38);
	--g6m-bc-glow: 0 0 22px rgba(141, 56, 255, 0.22), 0 0 40px rgba(255, 11, 139, 0.1);
}

/* —— Container: glassmorphism pill/card —— */
html body .p-body-header .p-breadcrumbs,
html body .p-body .p-breadcrumbs,
html body .p-body-main .p-breadcrumbs,
html body .p-body-pageContent > .p-breadcrumbs,
html body .p-breadcrumbs,
html body ul.p-breadcrumbs,
html body ol.p-breadcrumbs,
html body .breadcrumb .p-breadcrumbs,
html body .p-breadcrumb .p-breadcrumbs {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	gap: var(--g6m-bc-gap) !important;
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 14px 0 18px !important;
	padding: var(--g6m-bc-pad-y) var(--g6m-bc-pad-x) !important;
	list-style: none !important;
	border-radius: var(--g6m-bc-radius) !important;
	border: 1px solid transparent !important;
	background:
		linear-gradient(
			135deg,
			rgba(18, 10, 28, 0.72) 0%,
			rgba(28, 18, 56, 0.55) 45%,
			rgba(14, 24, 58, 0.62) 100%
		) padding-box,
		linear-gradient(135deg, rgba(255, 11, 139, 0.75), rgba(141, 56, 255, 0.55), rgba(64, 140, 255, 0.65)) border-box !important;
	-webkit-backdrop-filter: blur(14px) saturate(1.25) !important;
	backdrop-filter: blur(14px) saturate(1.25) !important;
	box-shadow:
		var(--g6m-bc-glow),
		inset 0 1px 0 rgba(255, 255, 255, 0.08),
		0 10px 28px rgba(0, 0, 0, 0.28) !important;
	overflow-x: auto !important;
	overflow-y: hidden !important;
}

/* Soft outer inset so crumbs never kiss content edges */
html body .p-body-header .p-breadcrumbs,
html body .p-body-header .breadcrumb,
html body .p-body-header .p-breadcrumb {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* UI.X wrapper around crumbs — transparent, no double chrome */
html body .breadcrumb,
html body .p-breadcrumb,
html body .p-body-header .breadcrumb,
html body .p-body-header .p-breadcrumb {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 0 4px !important;
	max-width: 100% !important;
}

html body .p-body-header {
	/* keep header breathing room around the glass crumb bar */
	padding-top: 0.35rem !important;
}

/* —— Items —— */
html body .p-breadcrumbs > li,
html body ul.p-breadcrumbs > li,
html body ol.p-breadcrumbs > li {
	display: inline-flex !important;
	align-items: center !important;
	gap: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	max-width: 100% !important;
	min-width: 0 !important;
	line-height: 1.45 !important;
	font-family: "Rajdhani", "Segoe UI", sans-serif !important;
	font-size: 0.98rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.02em !important;
	color: var(--g6m-bc-fg) !important;
	vertical-align: middle !important;
}

/* Hide default XF / UI.X separators — we draw modern chevrons */
html body .p-breadcrumbs > li:before,
html body .p-breadcrumbs > li:after,
html body .p-breadcrumbs > li .u-concealed:before,
html body .p-breadcrumbs .p-breadcrumbs-separator {
	content: none !important;
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
}

/* Modern chevron between crumbs (not before the first) */
html body .p-breadcrumbs > li:not(:first-child)::before {
	content: "" !important;
	display: inline-block !important;
	width: 7px !important;
	height: 7px !important;
	margin: 0 12px 0 2px !important;
	border-right: 2px solid var(--g6m-bc-sep) !important;
	border-top: 2px solid var(--g6m-bc-sep) !important;
	transform: rotate(45deg) !important;
	opacity: 0.85 !important;
	flex: 0 0 auto !important;
	box-shadow: 0 0 8px rgba(168, 120, 255, 0.25) !important;
	background: none !important;
	font-size: 0 !important;
	line-height: 0 !important;
	vertical-align: middle !important;
}

/* —— Links —— */
html body .p-breadcrumbs a,
html body .p-breadcrumbs a span,
html body .p-breadcrumbs [itemprop="name"] {
	color: var(--g6m-bc-fg) !important;
	-webkit-text-fill-color: var(--g6m-bc-fg) !important;
	text-decoration: none !important;
	font-weight: 600 !important;
	line-height: 1.45 !important;
	transition:
		color 200ms ease,
		text-shadow 200ms ease,
		filter 200ms ease,
		opacity 200ms ease !important;
}

html body .p-breadcrumbs a:hover,
html body .p-breadcrumbs a:hover span,
html body .p-breadcrumbs a:hover [itemprop="name"] {
	color: var(--g6m-bc-fg-hover) !important;
	-webkit-text-fill-color: var(--g6m-bc-fg-hover) !important;
	text-shadow: 0 0 12px rgba(255, 122, 217, 0.45), 0 0 18px rgba(141, 56, 255, 0.28) !important;
	filter: brightness(1.12) !important;
}

html body .p-breadcrumbs a:focus-visible {
	outline: 2px solid rgba(255, 11, 139, 0.7) !important;
	outline-offset: 3px !important;
	border-radius: 6px !important;
}

/* Current / last crumb — luminous GTA VI accent */
html body .p-breadcrumbs > li:last-child,
html body .p-breadcrumbs > li:last-child a,
html body .p-breadcrumbs > li:last-child span,
html body .p-breadcrumbs > li:last-child [itemprop="name"],
html body .p-breadcrumbs > li.is-active,
html body .p-breadcrumbs > li.is-active span {
	color: var(--g6m-bc-current) !important;
	-webkit-text-fill-color: var(--g6m-bc-current) !important;
	font-weight: 700 !important;
	text-shadow: 0 0 14px var(--g6m-bc-current-glow) !important;
}

/* Home icon integration */
html body .p-breadcrumbs > li:first-child a,
html body .p-breadcrumbs--home,
html body .p-breadcrumbs .p-breadcrumbs-home,
html body .p-breadcrumbs .fa-home,
html body .p-breadcrumbs .far.fa-home,
html body .p-breadcrumbs .fas.fa-home {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 6px !important;
}

html body .p-breadcrumbs > li:first-child a::before {
	/* subtle neon home glyph if plain text / emoji already present — skip double icon */
	content: none !important;
}

html body .p-breadcrumbs .fa-home,
html body .p-breadcrumbs [class*="fa-home"] {
	color: #ff7ad9 !important;
	filter: drop-shadow(0 0 6px rgba(255, 11, 139, 0.45)) !important;
	font-size: 1.05em !important;
	line-height: 1 !important;
	vertical-align: middle !important;
}

/* Truncate long titles gracefully inside the glass bar */
html body .p-breadcrumbs > li > a,
html body .p-breadcrumbs > li > span {
	display: inline-block !important;
	max-width: min(52vw, 28rem) !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
	vertical-align: middle !important;
}

/* —— Responsive —— */
@media (max-width: 900px) {
	:root {
		--g6m-bc-pad-y: 14px;
		--g6m-bc-pad-x: 16px;
		--g6m-bc-radius: 16px;
	}

	html body .p-breadcrumbs,
	html body ul.p-breadcrumbs,
	html body ol.p-breadcrumbs {
		flex-wrap: nowrap !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		-webkit-overflow-scrolling: touch !important;
		scrollbar-width: thin !important;
		scrollbar-color: rgba(255, 11, 139, 0.4) transparent !important;
		margin: 10px 0 14px !important;
	}

	html body .p-breadcrumbs > li > a,
	html body .p-breadcrumbs > li > span {
		max-width: 58vw !important;
		font-size: 0.92rem !important;
	}

	html body .p-breadcrumbs > li:not(:first-child)::before {
		margin: 0 8px 0 2px !important;
	}
}

@media (max-width: 420px) {
	html body .p-breadcrumbs > li > a,
	html body .p-breadcrumbs > li > span {
		max-width: 48vw !important;
	}
}

/* END G6M_BREADCRUMB_PREMIUM_V378 */

/* ==== g6m-nav-boutique-v379.css ==== */
/* G6M_NAV_BOUTIQUE_V379
   Boutique tab: same chrome as other main-nav tabs + shopping-bag icon
   Label Boutique→Shop handled by companion JS (nav ::after used by underline)
*/

:root { --g6m-nav-boutique: V379; }

/* Match sibling main-nav link chrome (Chat / Accueil / …) */
html#XF body .p-nav-list a[data-nav-id="dbtechShop"],
html body .p-nav-list a[data-nav-id="dbtechShop"],
html body .offCanvasMenu a[data-nav-id="dbtechShop"],
html body .offCanvasMenu-link[data-nav-id="dbtechShop"] {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-sizing: border-box !important;
	gap: 0.45rem !important;
	white-space: nowrap !important;
	text-transform: uppercase !important;
	font-family: Rajdhani, system-ui, sans-serif !important;
	font-weight: 700 !important;
	letter-spacing: 0.035em !important;
	color: rgba(242, 242, 250, 0.97) !important;
	text-decoration: none !important;
	line-height: 1 !important;
}

/* Icon slot — same size as other nav icons (use rem, NOT em: font-size:0 would zero em) */
html#XF body .p-nav-list a[data-nav-id="dbtechShop"]::before,
html body .p-nav-list a[data-nav-id="dbtechShop"]::before,
html body .p-nav-list a[data-nav-id="dbtechShop"].fa-shopping-bag::before,
html body .p-nav-list a.p-navEl-link[data-nav-id="dbtechShop"]::before,
html body .offCanvasMenu a[data-nav-id="dbtechShop"]::before,
html body .offCanvasMenu-link[data-nav-id="dbtechShop"]::before {
	display: inline-block !important;
	content: "" !important;
	flex: 0 0 auto !important;
	width: 1.05rem !important;
	min-width: 1.05rem !important;
	height: 1.05rem !important;
	min-height: 1.05rem !important;
	margin: 0 !important;
	padding: 0 !important;
	opacity: 1 !important;
	visibility: visible !important;
	vertical-align: middle !important;
	background-color: currentColor !important;
	background-image: none !important;
	-webkit-mask: url("/forum/styles/fa/solid/shopping-bag.svg?v=5.15.3") no-repeat center / contain !important;
	mask: url("/forum/styles/fa/solid/shopping-bag.svg?v=5.15.3") no-repeat center / contain !important;
	-webkit-mask-size: contain !important;
	mask-size: contain !important;
}

html body .p-nav-list .p-navEl:has(> a[data-nav-id="dbtechShop"]) {
	flex: 0 0 auto !important;
	white-space: nowrap !important;
}

/* Active state — same selected treatment when on DragonByte Shop pages */
html body[data-template^="dbtech_shop"] .p-nav-list .p-navEl:has(> a[data-nav-id="dbtechShop"]),
html body[data-template*="dbtech_shop"] .p-nav-list .p-navEl:has(> a[data-nav-id="dbtechShop"]),
html body[data-template^="dbtech_shop"] .p-navEl.is-selected:has(> a[data-nav-id="dbtechShop"]) {
	/* rely on theme is-selected; force class parity if XF misses it */
}

html body[data-template^="dbtech_shop"] .p-nav-list a[data-nav-id="dbtechShop"],
html body[data-template*="dbtech_shop"] .p-nav-list a[data-nav-id="dbtechShop"] {
	color: #fff !important;
	background: rgba(141, 56, 255, 0.22) !important;
	box-shadow: inset 0 0 0 1px rgba(255, 11, 139, 0.28) !important;
}

/* END G6M_NAV_BOUTIQUE_V379 */

/* ==== g6m-inline-p2-30-v701.css ==== */
/* Externalise (passe 2) — bloc inline #30 — position inchangee */

/* G6M_NAV_BOUTIQUE_V379
   Boutique tab: same chrome as other main-nav tabs + shopping-bag icon
   Label Boutique→Shop handled by companion JS (nav ::after used by underline)
*/

:root { --g6m-nav-boutique: V379; }

/* Match sibling main-nav link chrome (Chat / Accueil / …) */
html#XF body .p-nav-list a[data-nav-id="dbtechShop"],
html body .p-nav-list a[data-nav-id="dbtechShop"],
html body .offCanvasMenu a[data-nav-id="dbtechShop"],
html body .offCanvasMenu-link[data-nav-id="dbtechShop"] {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-sizing: border-box !important;
	gap: 0.45rem !important;
	white-space: nowrap !important;
	text-transform: uppercase !important;
	font-family: Rajdhani, system-ui, sans-serif !important;
	font-weight: 700 !important;
	letter-spacing: 0.035em !important;
	color: rgba(242, 242, 250, 0.97) !important;
	text-decoration: none !important;
	line-height: 1 !important;
}

/* Icon slot — same size as other nav icons (use rem, NOT em: font-size:0 would zero em) */
html#XF body .p-nav-list a[data-nav-id="dbtechShop"]::before,
html body .p-nav-list a[data-nav-id="dbtechShop"]::before,
html body .p-nav-list a[data-nav-id="dbtechShop"].fa-shopping-bag::before,
html body .p-nav-list a.p-navEl-link[data-nav-id="dbtechShop"]::before,
html body .offCanvasMenu a[data-nav-id="dbtechShop"]::before,
html body .offCanvasMenu-link[data-nav-id="dbtechShop"]::before {
	display: inline-block !important;
	content: "" !important;
	flex: 0 0 auto !important;
	width: 1.05rem !important;
	min-width: 1.05rem !important;
	height: 1.05rem !important;
	min-height: 1.05rem !important;
	margin: 0 !important;
	padding: 0 !important;
	opacity: 1 !important;
	visibility: visible !important;
	vertical-align: middle !important;
	background-color: currentColor !important;
	background-image: none !important;
	-webkit-mask: url("/forum/styles/fa/solid/shopping-bag.svg?v=5.15.3") no-repeat center / contain !important;
	mask: url("/forum/styles/fa/solid/shopping-bag.svg?v=5.15.3") no-repeat center / contain !important;
	-webkit-mask-size: contain !important;
	mask-size: contain !important;
}

html body .p-nav-list .p-navEl:has(> a[data-nav-id="dbtechShop"]) {
	flex: 0 0 auto !important;
	white-space: nowrap !important;
}

/* Active state — same selected treatment when on DragonByte Shop pages */
html body[data-template^="dbtech_shop"] .p-nav-list .p-navEl:has(> a[data-nav-id="dbtechShop"]),
html body[data-template*="dbtech_shop"] .p-nav-list .p-navEl:has(> a[data-nav-id="dbtechShop"]),
html body[data-template^="dbtech_shop"] .p-navEl.is-selected:has(> a[data-nav-id="dbtechShop"]) {
	/* rely on theme is-selected; force class parity if XF misses it */
}

html body[data-template^="dbtech_shop"] .p-nav-list a[data-nav-id="dbtechShop"],
html body[data-template*="dbtech_shop"] .p-nav-list a[data-nav-id="dbtechShop"] {
	color: #fff !important;
	background: rgba(141, 56, 255, 0.22) !important;
	box-shadow: inset 0 0 0 1px rgba(255, 11, 139, 0.28) !important;
}

/* END G6M_NAV_BOUTIQUE_V379 */
