body.brand-lteng {
	--ltg-bg: #040811;
	--ltg-bg-2: #07101f;
	--ltg-bg-3: #0a1428;
	--ltg-panel: #0d1729;
	--ltg-panel-2: #111c33;
	--ltg-line: rgba(178, 207, 255, .14);
	--ltg-line-strong: rgba(178, 207, 255, .24);
	--ltg-text: #f7f9ff;
	--ltg-soft: #c5d0e4;
	--ltg-muted: #70809d;
	--ltg-faint: #44536c;
	--ltg-pink: #ff0f86;
	--ltg-pink-2: #ff4aae;
	--ltg-blue: #66a6ff;
	--ltg-cyan: #7ad7ff;
	--ltg-green: #6df2c6;
	--ltg-sans: "Manrope", "Segoe UI", Arial, sans-serif;
	--ltg-mono: "JetBrains Mono", Consolas, monospace;
	background: var(--ltg-bg);
	color: var(--ltg-text);
	font-family: var(--ltg-sans);
	min-height: 100vh;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	text-rendering: geometricPrecision;
}

html:has(body.brand-lteng) {
	background: var(--ltg-bg);
}

.brand-lteng *,
.brand-lteng *::before,
.brand-lteng *::after {
	box-sizing: border-box;
}

.brand-lteng a {
	color: inherit;
	text-decoration: none;
}

.brand-lteng img,
.brand-lteng svg {
	display: block;
	max-width: 100%;
}

.brand-lteng [hidden] {
	display: none !important;
}

.brand-lteng #main {
	background: var(--ltg-bg);
}

.brand-lteng #main.no-index-main {
	margin-top: 0 !important;
	padding: 0 !important;
}

.brand-lteng #shopify-section-header,
.brand-lteng #shopify-section-footer {
	background: transparent;
}

.brand-lteng .gdp-bottom-nav,
.brand-lteng .v7-tab {
	display: none !important;
}

.brand-lteng .ltg-shell {
	width: min(1160px, calc(100% - 48px));
	margin: 0 auto;
}

.brand-lteng .ltg-topline {
	position: fixed;
	inset: 0 0 auto;
	z-index: 1200;
	height: 26px;
	border-bottom: 1px solid rgba(178, 207, 255, .09);
	background: rgba(3, 7, 15, .94);
	color: var(--ltg-muted);
	font-family: var(--ltg-mono);
	font-size: 10px;
	letter-spacing: 0;
}

.brand-lteng .ltg-topline .ltg-shell {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	gap: 18px;
}

.brand-lteng .ltg-topline span:first-child {
	color: var(--ltg-pink-2);
}

.brand-lteng .ltg-hdr {
	position: fixed;
	top: 26px;
	left: 0;
	right: 0;
	z-index: 1190;
	height: 70px;
	border-bottom: 1px solid rgba(178, 207, 255, .1);
	background: rgba(4, 8, 17, .9);
	backdrop-filter: blur(18px);
	transition: background .2s ease, box-shadow .2s ease;
}

.brand-lteng .ltg-hdr.is-scrolled {
	background: rgba(4, 8, 17, .97);
	box-shadow: 0 18px 54px rgba(0, 0, 0, .32);
}

.brand-lteng .ltg-hdr__inner {
	width: min(1160px, calc(100% - 48px));
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.brand-lteng .ltg-logo {
	display: inline-flex;
	align-items: center;
	width: 124px;
	flex: 0 0 auto;
}

.brand-lteng .ltg-logo img,
.brand-lteng .ltg-footer-logo img {
	width: 100%;
	height: auto;
	object-fit: contain;
	filter: brightness(0) invert(1);
	opacity: .96;
}

.brand-lteng .ltg-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	flex: 1 1 auto;
	font-family: var(--ltg-mono);
	font-size: 12px;
	font-weight: 600;
	color: var(--ltg-soft);
}

.brand-lteng .ltg-nav a {
	position: relative;
	padding: 26px 0;
	transition: color .18s ease;
}

.brand-lteng .ltg-nav a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 19px;
	height: 1px;
	background: var(--ltg-pink);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .18s ease;
}

.brand-lteng .ltg-nav a:hover,
.brand-lteng .ltg-nav .is-sale {
	color: var(--ltg-pink-2);
}

.brand-lteng .ltg-nav a:hover::after {
	transform: scaleX(1);
}

.brand-lteng .ltg-hdr__right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	flex: 0 0 auto;
}

.brand-lteng .ltg-search,
.brand-lteng .ltg-icon-btn,
.brand-lteng .ltg-ham {
	height: 36px;
	border: 1px solid var(--ltg-line);
	background: rgba(13, 23, 41, .72);
	color: var(--ltg-soft);
}

.brand-lteng .ltg-search {
	display: flex;
	align-items: center;
	gap: 9px;
	min-width: 170px;
	border-radius: 999px;
	padding: 0 14px;
	font-family: var(--ltg-mono);
	font-size: 11px;
}

.brand-lteng .ltg-search svg,
.brand-lteng .ltg-icon-btn svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.brand-lteng .ltg-icon-btn,
.brand-lteng .ltg-ham {
	width: 36px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.brand-lteng .ltg-ham {
	display: none;
	flex-direction: column;
	gap: 4px;
	cursor: pointer;
}

.brand-lteng .ltg-ham span {
	width: 14px;
	height: 1px;
	background: currentColor;
}

.brand-lteng .ltg-mobile-overlay {
	position: fixed;
	inset: 0;
	z-index: 1195;
	background: rgba(0, 0, 0, .48);
	opacity: 0;
	pointer-events: none;
	transition: opacity .2s ease;
}

.brand-lteng .ltg-mobile-nav {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1201;
	width: min(360px, 88vw);
	height: 100vh;
	padding: 26px;
	background: #07101f;
	border-left: 1px solid var(--ltg-line);
	transform: translateX(100%);
	transition: transform .22s ease;
	display: flex;
	flex-direction: column;
	gap: 18px;
	color: var(--ltg-text);
	font-weight: 700;
}

.brand-lteng .ltg-mobile-close {
	align-self: flex-end;
	width: 36px;
	height: 36px;
	border: 1px solid var(--ltg-line);
	border-radius: 50%;
	background: transparent;
	color: var(--ltg-text);
}

.brand-lteng .ltg-mobile-nav__accent {
	margin-top: 8px;
	padding: 14px 16px;
	border-radius: 999px;
	background: var(--ltg-pink);
	text-align: center;
}

.brand-lteng.ltg-menu-open .ltg-mobile-overlay {
	opacity: 1;
	pointer-events: auto;
}

.brand-lteng.ltg-menu-open .ltg-mobile-nav {
	transform: translateX(0);
}

.brand-lteng .ltg-page {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 76% 16%, rgba(33, 86, 167, .28), transparent 26%),
		radial-gradient(circle at 12% 72%, rgba(255, 15, 134, .13), transparent 23%),
		linear-gradient(180deg, #030711 0%, #050913 44%, #060a13 100%);
	color: var(--ltg-text);
}

.brand-lteng .ltg-page::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image:
		linear-gradient(rgba(178, 207, 255, .035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(178, 207, 255, .035) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(180deg, #000 0%, transparent 55%);
}

.brand-lteng .ltg-hero {
	position: relative;
	padding: 164px 0 72px;
	background:
		linear-gradient(90deg, rgba(3, 7, 15, .96) 0%, rgba(3, 7, 15, .86) 44%, rgba(7, 22, 47, .9) 100%);
	border-bottom: 1px solid var(--ltg-line);
}

.brand-lteng .ltg-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(380px, .98fr);
	align-items: center;
	gap: 58px;
}

.brand-lteng .ltg-eyebrow {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 16px;
	font-family: var(--ltg-mono);
	font-size: 11px;
	font-weight: 700;
	color: var(--ltg-muted);
	text-transform: uppercase;
}

.brand-lteng .ltg-eyebrow span {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--ltg-pink);
	box-shadow: 0 0 16px var(--ltg-pink);
}

.brand-lteng .ltg-hero h1,
.brand-lteng .ltg-section h2 {
	margin: 0;
	letter-spacing: 0;
	color: var(--ltg-text);
}

.brand-lteng .ltg-hero h1 {
	font-size: clamp(42px, 6vw, 76px);
	line-height: .88;
	font-weight: 800;
	max-width: 680px;
}

.brand-lteng .ltg-hero h1 em {
	font-style: italic;
	font-weight: 500;
	color: transparent;
	-webkit-text-stroke: 1px rgba(247, 249, 255, .9);
	text-shadow: 0 0 24px rgba(102, 166, 255, .22);
}

.brand-lteng .ltg-hero h1 strong {
	color: var(--ltg-pink-2);
	font-weight: 800;
}

.brand-lteng .ltg-lead {
	margin: 22px 0 0;
	max-width: 560px;
	color: var(--ltg-soft);
	font-size: 15px;
	line-height: 1.75;
	overflow-wrap: break-word;
}

.brand-lteng .ltg-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-top: 28px;
}

.brand-lteng .ltg-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	border-radius: 999px;
	padding: 0 20px;
	font-size: 12px;
	font-weight: 800;
	transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.brand-lteng .ltg-btn:hover {
	transform: translateY(-1px);
}

.brand-lteng .ltg-btn--light {
	background: #fff;
	color: #050913;
	box-shadow: 0 16px 44px rgba(255, 255, 255, .12);
}

.brand-lteng .ltg-btn--ghost {
	border: 1px solid var(--ltg-line-strong);
	background: rgba(10, 20, 40, .5);
	color: var(--ltg-text);
}

.brand-lteng .ltg-hero-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	max-width: 550px;
	margin-top: 42px;
}

.brand-lteng .ltg-hero-stats strong {
	display: block;
	font-family: var(--ltg-mono);
	font-size: 17px;
	font-weight: 800;
}

.brand-lteng .ltg-hero-stats strong::after {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	margin-left: 5px;
	border-radius: 50%;
	background: var(--ltg-pink);
	vertical-align: middle;
}

.brand-lteng .ltg-hero-stats span {
	display: block;
	margin-top: 6px;
	color: var(--ltg-muted);
	font-family: var(--ltg-mono);
	font-size: 10px;
	line-height: 1.5;
}

.brand-lteng .ltg-stage {
	position: relative;
	min-height: 430px;
	border: 1px solid rgba(178, 207, 255, .25);
	background:
		linear-gradient(145deg, rgba(18, 37, 73, .78), rgba(5, 10, 20, .64) 62%),
		repeating-linear-gradient(135deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 14px);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .03), 0 30px 100px rgba(0, 0, 0, .32);
}

.brand-lteng .ltg-stage-dot {
	position: absolute;
	width: 10px;
	height: 10px;
	border-color: rgba(210, 229, 255, .58);
}

.brand-lteng .ltg-stage-dot--tl { top: -1px; left: -1px; border-top: 1px solid; border-left: 1px solid; }
.brand-lteng .ltg-stage-dot--tr { top: -1px; right: -1px; border-top: 1px solid; border-right: 1px solid; }
.brand-lteng .ltg-stage-dot--bl { bottom: -1px; left: -1px; border-bottom: 1px solid; border-left: 1px solid; }
.brand-lteng .ltg-stage-dot--br { bottom: -1px; right: -1px; border-bottom: 1px solid; border-right: 1px solid; }

.brand-lteng .ltg-stage-card {
	position: absolute;
	inset: 78px 110px 74px;
	border: 1px solid rgba(178, 207, 255, .28);
	background: rgba(6, 12, 25, .52);
}

.brand-lteng .ltg-stage-badge,
.brand-lteng .ltg-product-badge {
	position: absolute;
	left: 14px;
	top: 14px;
	z-index: 1;
	border-radius: 4px;
	background: var(--ltg-pink);
	color: #fff;
	font-family: var(--ltg-mono);
	font-size: 10px;
	font-weight: 800;
	padding: 5px 8px;
}

.brand-lteng .ltg-shelf-art {
	width: 100%;
	height: 100%;
	padding: 20px;
	fill: rgba(105, 129, 170, .28);
	stroke: rgba(176, 207, 255, .28);
	stroke-width: 1.2;
}

.brand-lteng .ltg-stage-cta {
	position: absolute;
	left: 50%;
	bottom: 28px;
	transform: translateX(-50%);
	white-space: nowrap;
	border-radius: 5px;
	background: var(--ltg-pink);
	padding: 11px 18px;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	box-shadow: 0 18px 42px rgba(255, 15, 134, .3);
}

.brand-lteng .ltg-stage-note {
	position: absolute;
	border-radius: 5px;
	border: 1px solid var(--ltg-line);
	background: rgba(6, 12, 25, .86);
	padding: 9px 12px;
	color: var(--ltg-text);
	font-family: var(--ltg-mono);
	font-size: 10px;
	line-height: 1.35;
	box-shadow: 0 16px 38px rgba(0, 0, 0, .28);
}

.brand-lteng .ltg-stage-note::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 6px;
	border-radius: 50%;
	background: var(--ltg-pink);
	vertical-align: 1px;
}

.brand-lteng .ltg-stage-note small {
	color: var(--ltg-muted);
}

.brand-lteng .ltg-stage-note--left {
	top: 54px;
	left: 28px;
}

.brand-lteng .ltg-stage-note--right {
	right: 26px;
	bottom: 92px;
}

.brand-lteng .ltg-strip {
	border-bottom: 1px solid var(--ltg-line);
	background: rgba(4, 8, 17, .96);
}

.brand-lteng .ltg-strip__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
}

.brand-lteng .ltg-strip__grid div {
	position: relative;
	padding: 24px 22px 26px 64px;
	border-left: 1px solid var(--ltg-line);
	min-height: 94px;
}

.brand-lteng .ltg-strip__grid div:last-child {
	border-right: 1px solid var(--ltg-line);
}

.brand-lteng .ltg-strip span {
	position: absolute;
	left: 24px;
	top: 28px;
	width: 22px;
	height: 22px;
	color: var(--ltg-pink);
	display: flex;
	align-items: center;
	justify-content: center;
}

.brand-lteng .ltg-strip span svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.brand-lteng .ltg-strip strong {
	display: block;
	font-size: 13px;
}

.brand-lteng .ltg-strip small {
	display: block;
	margin-top: 6px;
	color: var(--ltg-muted);
	font-family: var(--ltg-mono);
	font-size: 10px;
	line-height: 1.5;
}

.brand-lteng .ltg-section {
	position: relative;
	padding: 86px 0;
}

.brand-lteng .ltg-section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 28px;
}

.brand-lteng .ltg-section h2 {
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1;
	font-weight: 800;
	overflow-wrap: break-word;
}

.brand-lteng .ltg-section h2 em {
	display: inline;
	color: rgba(247, 249, 255, .82);
	font-style: italic;
	font-weight: 400;
}

.brand-lteng .ltg-section-head > a {
	color: var(--ltg-soft);
	font-family: var(--ltg-mono);
	font-size: 11px;
}

.brand-lteng .ltg-section-head > a::after {
	content: " →";
	color: var(--ltg-pink);
}

.brand-lteng .ltg-space-grid {
	display: grid;
	grid-template-columns: 1.5fr .75fr .75fr;
	grid-auto-rows: 226px;
	gap: 14px;
}

.brand-lteng .ltg-space-card {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid var(--ltg-line);
	background:
		linear-gradient(145deg, rgba(25, 48, 87, .78), rgba(8, 15, 29, .95)),
		repeating-linear-gradient(135deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 13px);
	padding: 22px;
	min-height: 0;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.brand-lteng .ltg-space-card--large {
	grid-row: span 2;
}

.brand-lteng .ltg-space-card svg {
	position: absolute;
	inset: 40px 22px 58px;
	width: calc(100% - 44px);
	height: calc(100% - 98px);
	fill: none;
	stroke: rgba(183, 211, 255, .2);
	stroke-width: 1.1;
}

.brand-lteng .ltg-space-card strong,
.brand-lteng .ltg-space-card p,
.brand-lteng .ltg-space-index {
	position: relative;
	z-index: 1;
}

.brand-lteng .ltg-space-index {
	display: block;
	color: var(--ltg-pink);
	font-family: var(--ltg-mono);
	font-size: 10px;
	font-weight: 700;
}

.brand-lteng .ltg-space-card strong {
	display: block;
	margin-top: 144px;
	font-size: 16px;
	font-weight: 800;
}

.brand-lteng .ltg-space-card--large strong {
	margin-top: 342px;
}

.brand-lteng .ltg-space-card p {
	max-width: 360px;
	margin: 6px 38px 0 0;
	color: var(--ltg-muted);
	font-family: var(--ltg-mono);
	font-size: 10px;
	line-height: 1.55;
}

.brand-lteng .ltg-space-card i {
	position: absolute;
	right: 18px;
	bottom: 18px;
	z-index: 1;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #fff;
	color: #050913;
	display: flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-weight: 800;
}

.brand-lteng .ltg-mount {
	background:
		radial-gradient(circle at 50% 10%, rgba(55, 118, 220, .28), transparent 28%),
		linear-gradient(180deg, #0b1d3c 0%, #071225 100%);
	border-top: 1px solid rgba(122, 176, 255, .12);
	border-bottom: 1px solid rgba(122, 176, 255, .12);
}

.brand-lteng .ltg-mount-head {
	max-width: 760px;
	margin: 0 auto 42px;
	text-align: center;
}

.brand-lteng .ltg-mount-head .ltg-eyebrow {
	justify-content: center;
}

.brand-lteng .ltg-mount-head p:not(.ltg-eyebrow) {
	max-width: 650px;
	margin: 18px auto 0;
	color: var(--ltg-muted);
	font-family: var(--ltg-mono);
	font-size: 12px;
	line-height: 1.75;
}

.brand-lteng .ltg-tabs {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	margin-top: 24px;
	padding: 4px;
	border: 1px solid var(--ltg-line);
	border-radius: 999px;
	background: rgba(3, 8, 18, .62);
}

.brand-lteng .ltg-tabs--left {
	margin: 0 0 22px;
}

.brand-lteng .ltg-tabs button {
	min-height: 28px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: var(--ltg-muted);
	padding: 0 14px;
	font-family: var(--ltg-mono);
	font-size: 10px;
	font-weight: 800;
	cursor: pointer;
}

.brand-lteng .ltg-tabs button.is-active {
	background: #fff;
	color: #050913;
}

.brand-lteng .ltg-mount-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.brand-lteng .ltg-mount-card,
.brand-lteng .ltg-why-list article,
.brand-lteng .ltg-product-card,
.brand-lteng .ltg-club-card {
	border: 1px solid var(--ltg-line);
	border-radius: 8px;
	background: rgba(13, 23, 41, .72);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
}

.brand-lteng .ltg-mount-card {
	position: relative;
	padding: 24px;
}

.brand-lteng .ltg-mount-card:first-child {
	border-color: rgba(255, 15, 134, .72);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035), 0 0 0 1px rgba(255, 15, 134, .18), 0 24px 70px rgba(255, 15, 134, .12);
}

.brand-lteng .ltg-mount-card:first-child::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 8px;
	pointer-events: none;
	background: radial-gradient(circle at 18% 0%, rgba(255, 15, 134, .18), transparent 36%);
}

.brand-lteng .ltg-mount-card > p {
	margin: 0 0 12px;
	color: var(--ltg-muted);
	font-family: var(--ltg-mono);
	font-size: 10px;
	font-weight: 800;
}

.brand-lteng .ltg-mount-card h3 {
	margin: 0;
	font-size: 22px;
	line-height: 1.1;
}

.brand-lteng .ltg-mount-card > span {
	display: block;
	margin-top: 5px;
	color: var(--ltg-muted);
	font-family: var(--ltg-mono);
	font-size: 10px;
}

.brand-lteng .ltg-mount-preview {
	position: relative;
	overflow: hidden;
	margin-top: 22px;
	border: 1px solid var(--ltg-line);
	border-radius: 7px;
	background:
		linear-gradient(145deg, rgba(26, 50, 92, .75), rgba(8, 15, 29, .92)),
		repeating-linear-gradient(135deg, rgba(255, 255, 255, .04) 0 1px, transparent 1px 12px);
	height: 178px;
}

.brand-lteng .ltg-mount-preview svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: rgba(183, 211, 255, .34);
	stroke-width: 1.2;
}

.brand-lteng .ltg-mount-preview i,
.brand-lteng .ltg-mount-preview b {
	position: absolute;
	top: 13px;
	border-radius: 999px;
	font-family: var(--ltg-mono);
	font-size: 9px;
	font-style: normal;
	font-weight: 800;
}

.brand-lteng .ltg-mount-preview i {
	left: 13px;
	border: 1px solid var(--ltg-line);
	padding: 5px 8px;
	color: var(--ltg-soft);
}

.brand-lteng .ltg-mount-preview b {
	right: 13px;
	background: var(--ltg-pink);
	padding: 6px 9px;
	color: #fff;
}

.brand-lteng .ltg-mount-card ul {
	display: grid;
	gap: 9px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
	color: var(--ltg-soft);
	font-size: 13px;
}

.brand-lteng .ltg-mount-card li {
	position: relative;
	padding-left: 22px;
}

.brand-lteng .ltg-mount-card li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--ltg-cyan);
	font-family: var(--ltg-mono);
}

.brand-lteng .ltg-compare {
	margin-top: 20px;
	overflow: hidden;
	border: 1px solid var(--ltg-line);
	border-radius: 8px;
	background: rgba(9, 16, 31, .72);
}

.brand-lteng .ltg-compare div {
	display: grid;
	grid-template-columns: 1fr 1.2fr 1.25fr;
	border-top: 1px solid var(--ltg-line);
}

.brand-lteng .ltg-compare div:first-child {
	border-top: 0;
	background: rgba(33, 52, 96, .62);
}

.brand-lteng .ltg-compare strong,
.brand-lteng .ltg-compare span {
	padding: 14px 18px;
	color: var(--ltg-soft);
	font-family: var(--ltg-mono);
	font-size: 11px;
	border-left: 1px solid var(--ltg-line);
}

.brand-lteng .ltg-compare strong:first-child,
.brand-lteng .ltg-compare span:first-child {
	border-left: 0;
	color: var(--ltg-text);
}

.brand-lteng .ltg-why {
	background:
		radial-gradient(circle at 84% 66%, rgba(255, 15, 134, .2), transparent 24%),
		linear-gradient(180deg, #050913 0%, #050813 100%);
}

.brand-lteng .ltg-why__grid {
	display: grid;
	grid-template-columns: .96fr 1fr;
	gap: 60px;
	align-items: center;
}

.brand-lteng .ltg-why-stats {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1px;
	max-width: 460px;
	margin: 32px 0 26px;
	border: 1px solid var(--ltg-line);
	border-radius: 8px;
	overflow: hidden;
	background: var(--ltg-line);
}

.brand-lteng .ltg-why-stats div {
	padding: 20px;
	background: rgba(13, 23, 41, .78);
}

.brand-lteng .ltg-why-stats strong {
	display: block;
	font-family: var(--ltg-mono);
	font-size: 25px;
}

.brand-lteng .ltg-why-stats strong::after {
	content: "+";
	color: var(--ltg-pink);
	margin-left: 2px;
}

.brand-lteng .ltg-why-stats span {
	display: block;
	margin-top: 5px;
	color: var(--ltg-muted);
	font-family: var(--ltg-mono);
	font-size: 10px;
}

.brand-lteng .ltg-why-list {
	display: grid;
	gap: 14px;
}

.brand-lteng .ltg-why-list article {
	position: relative;
	min-height: 84px;
	padding: 18px 64px 18px 74px;
}

.brand-lteng .ltg-why-list span,
.brand-lteng .ltg-why-list i {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
}

.brand-lteng .ltg-why-list span {
	left: 18px;
	top: 18px;
	width: 38px;
	height: 38px;
	border-radius: 7px;
	background: rgba(102, 166, 255, .14);
	color: var(--ltg-cyan);
	font-family: var(--ltg-mono);
	font-size: 10px;
	font-weight: 800;
}

.brand-lteng .ltg-why-list i {
	right: 18px;
	top: 24px;
	width: 30px;
	height: 30px;
	border-radius: 6px;
	background: rgba(255, 255, 255, .06);
	color: var(--ltg-text);
	font-style: normal;
	font-weight: 800;
}

.brand-lteng .ltg-why-list h3 {
	margin: 0;
	font-size: 16px;
}

.brand-lteng .ltg-why-list p {
	margin: 5px 0 0;
	color: var(--ltg-muted);
	font-family: var(--ltg-mono);
	font-size: 10px;
	line-height: 1.6;
}

.brand-lteng .ltg-products {
	background: #08101e;
	border-top: 1px solid var(--ltg-line);
	border-bottom: 1px solid var(--ltg-line);
}

.brand-lteng .ltg-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.brand-lteng .ltg-product-card {
	overflow: hidden;
	transition: transform .18s ease, border-color .18s ease;
}

.brand-lteng .ltg-product-card:hover {
	transform: translateY(-2px);
	border-color: rgba(255, 15, 134, .34);
}

.brand-lteng .ltg-product-art {
	position: relative;
	height: 210px;
	background:
		linear-gradient(145deg, rgba(25, 48, 87, .8), rgba(8, 15, 29, .98)),
		repeating-linear-gradient(135deg, rgba(255, 255, 255, .04) 0 1px, transparent 1px 13px);
	border-bottom: 1px solid var(--ltg-line);
}

.brand-lteng .ltg-product-art svg {
	position: absolute;
	inset: 24px 14px 14px;
	width: calc(100% - 28px);
	height: calc(100% - 38px);
	fill: none;
	stroke: rgba(183, 211, 255, .3);
	stroke-width: 1.1;
}

.brand-lteng .ltg-product-art img {
	position: absolute;
	inset: 44px 18px 18px;
	width: calc(100% - 36px);
	height: calc(100% - 62px);
	object-fit: contain;
}

.brand-lteng .ltg-product-force {
	position: absolute;
	left: 14px;
	top: 42px;
	z-index: 1;
	border-radius: 4px;
	background: rgba(4, 8, 17, .82);
	color: var(--ltg-text);
	font-family: var(--ltg-mono);
	font-size: 9px;
	font-weight: 800;
	padding: 5px 8px;
}

.brand-lteng .ltg-product-fav {
	position: absolute;
	right: 12px;
	top: 12px;
	z-index: 1;
	width: 28px;
	height: 28px;
	border: 1px solid var(--ltg-line);
	border-radius: 50%;
	background: rgba(4, 8, 17, .78);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--ltg-soft);
}

.brand-lteng .ltg-product-fav svg {
	position: static;
	width: 14px;
	height: 14px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

.brand-lteng .ltg-product-body {
	padding: 14px 14px 16px;
}

.brand-lteng .ltg-product-body > span {
	color: var(--ltg-muted);
	font-family: var(--ltg-mono);
	font-size: 9px;
	text-transform: uppercase;
}

.brand-lteng .ltg-product-body h3 {
	min-height: 44px;
	margin: 6px 0 10px;
	color: var(--ltg-text);
	font-size: 14px;
	line-height: 1.35;
	font-weight: 800;
}

.brand-lteng .ltg-product-price {
	display: flex;
	align-items: baseline;
	gap: 8px;
}

.brand-lteng .ltg-product-price strong {
	color: #fff;
	font-family: var(--ltg-mono);
	font-size: 14px;
}

.brand-lteng .ltg-product-price del {
	color: var(--ltg-faint);
	font-family: var(--ltg-mono);
	font-size: 10px;
}

.brand-lteng .ltg-product-meta {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-top: 13px;
	color: var(--ltg-muted);
	font-family: var(--ltg-mono);
	font-size: 9px;
}

.brand-lteng .ltg-more {
	display: flex;
	justify-content: center;
	margin-top: 34px;
}

.brand-lteng .ltg-club {
	padding: 104px 0;
	background:
		radial-gradient(circle at 24% 45%, rgba(69, 130, 236, .18), transparent 25%),
		linear-gradient(180deg, #050913 0%, #030711 100%);
}

.brand-lteng .ltg-club-card {
	display: grid;
	grid-template-columns: 1fr .92fr;
	gap: 42px;
	align-items: center;
	padding: 42px;
	background:
		radial-gradient(circle at 22% 20%, rgba(35, 83, 157, .34), transparent 34%),
		linear-gradient(145deg, rgba(13, 23, 41, .9), rgba(7, 13, 25, .92));
}

.brand-lteng .ltg-club-copy h2 {
	max-width: 420px;
}

.brand-lteng .ltg-club-copy p:not(.ltg-eyebrow) {
	max-width: 520px;
	margin: 16px 0 0;
	color: var(--ltg-soft);
	font-size: 14px;
	line-height: 1.75;
}

.brand-lteng .ltg-club-form {
	display: flex;
	width: min(420px, 100%);
	margin-top: 24px;
	padding: 4px;
	border: 1px solid var(--ltg-line);
	border-radius: 999px;
	background: rgba(4, 8, 17, .6);
}

.brand-lteng .ltg-club-form input {
	min-width: 0;
	flex: 1;
	border: 0;
	background: transparent;
	color: var(--ltg-text);
	padding: 0 14px;
	font-family: var(--ltg-mono);
	font-size: 11px;
	outline: 0;
}

.brand-lteng .ltg-club-form input::placeholder {
	color: var(--ltg-muted);
}

.brand-lteng .ltg-club-form button {
	border: 0;
	border-radius: 999px;
	background: var(--ltg-pink);
	color: #fff;
	padding: 0 18px;
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
}

.brand-lteng .ltg-club-perks {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
}

.brand-lteng .ltg-club-perks div {
	min-height: 118px;
	border: 1px solid var(--ltg-line);
	border-radius: 8px;
	background: rgba(6, 12, 25, .52);
	padding: 18px;
}

.brand-lteng .ltg-club-perks div:first-child {
	background: linear-gradient(135deg, rgba(255, 15, 134, .42), rgba(18, 37, 73, .52));
}

.brand-lteng .ltg-club-perks strong {
	display: block;
	font-family: var(--ltg-mono);
	font-size: 22px;
}

.brand-lteng .ltg-club-perks span {
	display: block;
	margin-top: 8px;
	color: var(--ltg-muted);
	font-family: var(--ltg-mono);
	font-size: 10px;
	line-height: 1.55;
}

.brand-lteng .ltg-footer {
	padding: 70px 0 36px;
	background: #030711;
	border-top: 1px solid var(--ltg-line);
	color: var(--ltg-soft);
}

.brand-lteng .ltg-footer-grid {
	display: grid;
	grid-template-columns: 1.45fr repeat(4, 1fr);
	gap: 42px;
}

.brand-lteng .ltg-footer-logo {
	display: block;
	width: 132px;
	margin-bottom: 18px;
}

.brand-lteng .ltg-footer p,
.brand-lteng .ltg-footer a {
	color: var(--ltg-muted);
	font-size: 13px;
	line-height: 1.7;
}

.brand-lteng .ltg-footer p {
	margin: 0 0 8px;
}

.brand-lteng .ltg-footer h3 {
	margin: 0 0 14px;
	color: var(--ltg-text);
	font-size: 13px;
	font-weight: 800;
}

.brand-lteng .ltg-footer-grid a {
	display: block;
	margin-top: 8px;
}

.brand-lteng .ltg-socials {
	display: flex;
	gap: 8px;
	margin-top: 20px;
}

.brand-lteng .ltg-socials a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	margin: 0;
	border: 1px solid var(--ltg-line);
	border-radius: 50%;
	color: var(--ltg-soft);
	font-family: var(--ltg-mono);
	font-size: 10px;
}

.brand-lteng .ltg-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 54px;
	padding-top: 24px;
	border-top: 1px solid var(--ltg-line);
	color: var(--ltg-faint);
	font-family: var(--ltg-mono);
	font-size: 10px;
}

.brand-lteng .ltg-payments {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 6px;
}

.brand-lteng .ltg-payments i {
	border: 1px solid var(--ltg-line);
	border-radius: 4px;
	padding: 5px 8px;
	font-style: normal;
	color: var(--ltg-muted);
}

.brand-lteng .ltg-bottom-nav {
	position: fixed;
	left: 10px;
	right: 10px;
	bottom: 10px;
	z-index: 1160;
	display: none;
	grid-template-columns: repeat(4, 1fr);
	border: 1px solid var(--ltg-line);
	border-radius: 18px;
	background: rgba(4, 8, 17, .94);
	backdrop-filter: blur(16px);
	box-shadow: 0 16px 50px rgba(0, 0, 0, .34);
	overflow: hidden;
}

.brand-lteng .ltg-bottom-nav a {
	padding: 12px 6px;
	color: var(--ltg-soft);
	font-family: var(--ltg-mono);
	font-size: 10px;
	text-align: center;
	border-left: 1px solid var(--ltg-line);
}

.brand-lteng .ltg-bottom-nav a:first-child {
	border-left: 0;
	color: var(--ltg-pink-2);
}

.brand-lteng .ltg-product-page {
	min-height: 70vh;
	padding: 150px 0 80px;
	background: linear-gradient(180deg, #050913, #08101e);
}

.brand-lteng .ltg-simple-head {
	max-width: 760px;
	margin-bottom: 32px;
}

.brand-lteng .ltg-simple-head h1 {
	margin: 0;
	font-size: clamp(36px, 5vw, 64px);
	line-height: .95;
}

.brand-lteng .ltg-simple-head p {
	margin: 18px 0 0;
	color: var(--ltg-soft);
	line-height: 1.7;
}

.brand-lteng .ltg-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 24px;
	color: var(--ltg-muted);
	font-family: var(--ltg-mono);
	font-size: 11px;
}

.brand-lteng .ltg-breadcrumb a {
	color: var(--ltg-soft);
}

.brand-lteng .ltg-product-detail {
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(0, 1fr);
	gap: 42px;
	align-items: center;
}

.brand-lteng .ltg-product-media {
	position: relative;
	min-height: 520px;
	border: 1px solid var(--ltg-line);
	border-radius: 8px;
	background:
		linear-gradient(145deg, rgba(25, 48, 87, .78), rgba(8, 15, 29, .95)),
		repeating-linear-gradient(135deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 13px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 38px;
	overflow: hidden;
}

.brand-lteng .ltg-product-media img {
	max-height: 440px;
	object-fit: contain;
}

.brand-lteng .ltg-product-media svg {
	width: 88%;
	height: 88%;
	fill: none;
	stroke: rgba(183, 211, 255, .25);
	stroke-width: 1.2;
}

.brand-lteng .ltg-product-info h1 {
	margin: 0;
	color: var(--ltg-text);
	font-size: clamp(34px, 4.7vw, 58px);
	line-height: 1;
}

.brand-lteng .ltg-product-price--large {
	margin-top: 24px;
}

.brand-lteng .ltg-product-price--large strong {
	font-size: 28px;
}

.brand-lteng .ltg-product-price--large del {
	font-size: 14px;
}

.brand-lteng .ltg-product-points {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 28px 0;
}

.brand-lteng .ltg-product-points span {
	border: 1px solid var(--ltg-line);
	border-radius: 8px;
	background: rgba(13, 23, 41, .72);
	padding: 14px;
	color: var(--ltg-soft);
	font-family: var(--ltg-mono);
	font-size: 10px;
	line-height: 1.45;
}

.brand-lteng .ltg-product-form {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.brand-lteng .ltg-product-page.ltg-pdp {
	padding: 96px 0 0;
	background: #050913;
}

.brand-lteng .ltg-pdp-hero {
	border-bottom: 1px solid var(--ltg-line);
	background:
		radial-gradient(circle at 34% 22%, rgba(52, 101, 184, .13), transparent 34%),
		linear-gradient(180deg, #050913 0%, #070d18 100%);
}

.brand-lteng .ltg-pdp-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.06fr) minmax(360px, .84fr);
	gap: 72px;
	align-items: start;
	padding: 64px 0 114px;
}

.brand-lteng .ltg-pdp-hero__grid > *,
.brand-lteng .ltg-pdp-gallery,
.brand-lteng .ltg-pdp-stage,
.brand-lteng .ltg-pdp-panel,
.brand-lteng .ltg-pdp-editorial > *,
.brand-lteng .ltg-pdp-strength__grid > *,
.brand-lteng .ltg-pdp-specs__grid > *,
.brand-lteng .ltg-pdp-review-grid > * {
	min-width: 0;
}

.brand-lteng .ltg-pdp-gallery {
	position: sticky;
	top: 126px;
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
}

.brand-lteng .ltg-pdp-thumbs {
	display: grid;
	gap: 10px;
}

.brand-lteng .ltg-pdp-thumb {
	position: relative;
	width: 56px;
	aspect-ratio: 1 / 1.27;
	overflow: hidden;
	border: 1px solid var(--ltg-line);
	border-radius: 5px;
	background:
		linear-gradient(145deg, rgba(20, 38, 70, .78), rgba(7, 14, 28, .96)),
		repeating-linear-gradient(135deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 12px);
	cursor: pointer;
	opacity: .56;
	transition: border-color .16s ease, opacity .16s ease, transform .16s ease;
}

.brand-lteng .ltg-pdp-thumb.is-active {
	border-color: var(--ltg-pink);
	opacity: 1;
	box-shadow: 0 0 0 1px rgba(255, 15, 134, .3);
}

.brand-lteng .ltg-pdp-thumb:hover {
	opacity: 1;
	transform: translateY(-1px);
}

.brand-lteng .ltg-pdp-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .18;
	filter: saturate(.35) contrast(.74) brightness(.5);
}

.brand-lteng .ltg-pdp-thumb::before,
.brand-lteng .ltg-pdp-mini-art::before {
	content: "";
	position: absolute;
	z-index: 1;
	inset: 14px 10px;
	border: 1px solid rgba(183, 211, 255, .28);
	box-shadow: inset 0 22px 0 rgba(183, 211, 255, .05), inset 0 44px 0 rgba(183, 211, 255, .035);
}

.brand-lteng .ltg-pdp-stage {
	position: relative;
	min-height: 528px;
	border: 1px solid rgba(178, 207, 255, .18);
	border-radius: 8px;
	background:
		linear-gradient(145deg, rgba(21, 40, 76, .84), rgba(7, 13, 27, .98)),
		repeating-linear-gradient(135deg, rgba(255, 255, 255, .04) 0 1px, transparent 1px 13px);
	overflow: hidden;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04), 0 30px 90px rgba(0, 0, 0, .26);
}

.brand-lteng .ltg-pdp-slide {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity .18s ease;
}

.brand-lteng .ltg-pdp-slide.is-active {
	opacity: 1;
}

.brand-lteng .ltg-pdp-slide img {
	width: 86%;
	height: 86%;
	object-fit: contain;
	filter: saturate(.35) contrast(.78) brightness(.48);
	mix-blend-mode: luminosity;
	opacity: .18;
}

.brand-lteng .ltg-pdp-wire {
	position: relative;
	min-height: 100%;
	color: rgba(183, 211, 255, .36);
}

.brand-lteng .ltg-pdp-wire::after {
	content: attr(data-label);
	position: absolute;
	left: 18px;
	bottom: 16px;
	color: var(--ltg-muted);
	font-family: var(--ltg-mono);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0;
}

.brand-lteng .ltg-pdp-wire--overlay {
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: .95;
}

.brand-lteng .ltg-pdp-stage .ltg-shelf-svg {
	position: absolute;
	inset: 10% 8%;
	width: 84%;
	height: 80%;
	fill: none;
	stroke: currentColor;
}

.brand-lteng .ltg-pdp-measure {
	position: absolute;
	right: 16px;
	bottom: 14px;
	z-index: 2;
	border: 1px solid var(--ltg-line);
	border-radius: 5px;
	background: rgba(5, 10, 20, .8);
	padding: 7px 10px;
	color: var(--ltg-soft);
	font-family: var(--ltg-mono);
	font-size: 10px;
	font-weight: 800;
}

.brand-lteng .ltg-pdp-corner {
	position: absolute;
	width: 12px;
	height: 12px;
	border-color: rgba(210, 229, 255, .45);
}

.brand-lteng .ltg-pdp-corner--tl { top: -1px; left: -1px; border-top: 1px solid; border-left: 1px solid; }
.brand-lteng .ltg-pdp-corner--tr { top: -1px; right: -1px; border-top: 1px solid; border-right: 1px solid; }
.brand-lteng .ltg-pdp-corner--bl { bottom: -1px; left: -1px; border-bottom: 1px solid; border-left: 1px solid; }
.brand-lteng .ltg-pdp-corner--br { bottom: -1px; right: -1px; border-bottom: 1px solid; border-right: 1px solid; }

.brand-lteng .ltg-pdp-panel {
	padding-top: 10px;
	color: var(--ltg-soft);
}

.brand-lteng .ltg-pdp-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: 28px;
	color: var(--ltg-muted);
	font-family: var(--ltg-mono);
	font-size: 10px;
}

.brand-lteng .ltg-pdp-breadcrumb a:hover {
	color: var(--ltg-text);
}

.brand-lteng .ltg-pdp-panel h1 {
	max-width: 520px;
	margin: 12px 0 0;
	color: #fff;
	font-size: 31px;
	line-height: 1.08;
	font-weight: 900;
	letter-spacing: 0;
	overflow-wrap: break-word;
}

.brand-lteng .ltg-pdp-panel h1 span {
	display: inline;
}

.brand-lteng .ltg-pdp-sub {
	margin: 7px 0 0;
	color: var(--ltg-muted);
	font-family: var(--ltg-mono);
	font-size: 11px;
}

.brand-lteng .ltg-pdp-rating {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: 22px;
	color: var(--ltg-muted);
	font-family: var(--ltg-mono);
	font-size: 10px;
}

.brand-lteng .ltg-stars {
	color: #ffb84d;
	letter-spacing: 1px;
}

.brand-lteng .ltg-pdp-rating strong {
	color: #fff;
}

.brand-lteng .ltg-pdp-rating em,
.brand-lteng .ltg-pdp-price span {
	border-radius: 4px;
	background: rgba(255, 15, 134, .14);
	color: var(--ltg-pink-2);
	font-style: normal;
	font-weight: 800;
	padding: 4px 7px;
}

.brand-lteng .ltg-pdp-price {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 30px;
}

.brand-lteng .ltg-pdp-price strong {
	color: #fff;
	font-family: var(--ltg-mono);
	font-size: 34px;
	line-height: 1;
}

.brand-lteng .ltg-pdp-price del {
	color: var(--ltg-faint);
	font-family: var(--ltg-mono);
	font-size: 13px;
}

.brand-lteng .ltg-pdp-tax {
	margin: 9px 0 0;
	color: var(--ltg-muted);
	font-family: var(--ltg-mono);
	font-size: 10px;
}

.brand-lteng .ltg-pdp-form {
	display: grid;
	gap: 22px;
	margin-top: 24px;
}

.brand-lteng .ltg-pdp-option__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 10px;
	font-family: var(--ltg-mono);
	font-size: 10px;
}

.brand-lteng .ltg-pdp-option__head span {
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
}

.brand-lteng .ltg-pdp-option__head small {
	color: var(--ltg-muted);
}

.brand-lteng .ltg-pdp-variants {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.brand-lteng .ltg-pdp-variant,
.brand-lteng .ltg-pdp-mounts button {
	border: 1px solid var(--ltg-line);
	border-radius: 6px;
	background: rgba(13, 23, 41, .72);
	color: var(--ltg-soft);
	font-family: var(--ltg-mono);
	font-size: 10px;
	font-weight: 800;
	cursor: pointer;
	transition: border-color .16s ease, background .16s ease, color .16s ease;
}

.brand-lteng .ltg-pdp-variant {
	min-height: 32px;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	max-width: 100%;
	padding: 0 10px;
	text-align: left;
	white-space: normal;
}

.brand-lteng .ltg-pdp-variant span {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: linear-gradient(135deg, #c4cad4, #646c78);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .26);
}

.brand-lteng .ltg-pdp-variant.is-active,
.brand-lteng .ltg-pdp-mounts button.is-active {
	border-color: var(--ltg-pink);
	background: rgba(255, 15, 134, .1);
	color: #fff;
}

.brand-lteng .ltg-pdp-mounts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.brand-lteng .ltg-pdp-mounts button {
	min-height: 70px;
	padding: 12px;
	text-align: left;
}

.brand-lteng .ltg-pdp-mounts strong,
.brand-lteng .ltg-pdp-mounts small {
	display: block;
}

.brand-lteng .ltg-pdp-mounts small {
	margin-top: 5px;
	color: var(--ltg-muted);
	font-weight: 600;
	line-height: 1.4;
}

.brand-lteng .ltg-pdp-buy {
	display: grid;
	grid-template-columns: 108px 1fr;
	gap: 10px;
}

.brand-lteng .ltg-pdp-qty {
	display: grid;
	grid-template-columns: 32px 1fr 32px;
	height: 42px;
	overflow: hidden;
	border: 1px solid var(--ltg-line);
	border-radius: 6px;
	background: rgba(5, 10, 20, .55);
}

.brand-lteng .ltg-pdp-qty button,
.brand-lteng .ltg-pdp-qty input {
	border: 0;
	background: transparent;
	color: #fff;
	font-family: var(--ltg-mono);
	font-weight: 800;
	text-align: center;
}

.brand-lteng .ltg-pdp-qty button {
	cursor: pointer;
}

.brand-lteng .ltg-pdp-qty input {
	width: 100%;
	appearance: textfield;
}

.brand-lteng .ltg-pdp-add,
.brand-lteng .ltg-pdp-now {
	height: 42px;
	border-radius: 6px;
	font-family: var(--ltg-mono);
	font-size: 11px;
	font-weight: 900;
	cursor: pointer;
}

.brand-lteng .ltg-pdp-add {
	border: 1px solid rgba(255, 255, 255, .86);
	background: transparent;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.brand-lteng .ltg-pdp-add svg {
	width: 14px;
	height: 14px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.brand-lteng .ltg-pdp-now {
	border: 0;
	background: var(--ltg-pink);
	color: #fff;
	box-shadow: 0 20px 44px rgba(255, 15, 134, .24);
}

.brand-lteng .ltg-pdp-perks {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 13px 16px;
	margin-top: 28px;
}

.brand-lteng .ltg-pdp-perks div {
	position: relative;
	padding-left: 24px;
	color: var(--ltg-muted);
	font-family: var(--ltg-mono);
	font-size: 10px;
	line-height: 1.45;
}

.brand-lteng .ltg-pdp-perks span {
	position: absolute;
	left: 0;
	top: 0;
	color: var(--ltg-pink);
}

.brand-lteng .ltg-pdp-perks b,
.brand-lteng .ltg-pdp-perks small {
	display: block;
}

.brand-lteng .ltg-pdp-perks b {
	color: #fff;
}

.brand-lteng .ltg-pdp-desc,
.brand-lteng .ltg-pdp-specs,
.brand-lteng .ltg-pdp-reviews,
.brand-lteng .ltg-pdp-related {
	padding: 92px 0;
	background: #050913;
	border-bottom: 1px solid var(--ltg-line);
}

.brand-lteng .ltg-pdp-section-head {
	max-width: 660px;
	margin-bottom: 34px;
}

.brand-lteng .ltg-pdp-section-head--center {
	margin: 0 auto 38px;
	text-align: center;
}

.brand-lteng .ltg-pdp-section-head--center .ltg-eyebrow {
	justify-content: center;
}

.brand-lteng .ltg-pdp-section-head h2,
.brand-lteng .ltg-pdp-strength h2,
.brand-lteng .ltg-pdp-specs h2 {
	margin: 8px 0 0;
	color: #fff;
	font-size: 38px;
	line-height: .98;
	font-weight: 900;
	letter-spacing: 0;
}

.brand-lteng .ltg-pdp-section-head em,
.brand-lteng .ltg-pdp-editorial em,
.brand-lteng .ltg-pdp-related em {
	color: var(--ltg-soft);
	font-style: italic;
	font-weight: 400;
}

.brand-lteng .ltg-pdp-section-head p:not(.ltg-eyebrow),
.brand-lteng .ltg-pdp-strength p,
.brand-lteng .ltg-pdp-specs p {
	margin: 14px 0 0;
	color: var(--ltg-muted);
	font-family: var(--ltg-mono);
	font-size: 11px;
	line-height: 1.75;
}

.brand-lteng .ltg-pdp-showcase {
	position: relative;
	height: 520px;
	overflow: hidden;
	border: 1px solid var(--ltg-line);
	border-radius: 8px;
	background:
		linear-gradient(145deg, rgba(20, 42, 82, .78), rgba(6, 12, 24, .98)),
		repeating-linear-gradient(135deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 14px);
}

.brand-lteng .ltg-pdp-showcase .ltg-shelf-svg {
	position: absolute;
	inset: 8% 14%;
	width: 72%;
	height: 82%;
	fill: none;
	stroke: rgba(183, 211, 255, .3);
}

.brand-lteng .ltg-pdp-editorial {
	display: grid;
	grid-template-columns: minmax(0, .82fr) minmax(0, 1fr);
	gap: 62px;
	margin-top: 28px;
}

.brand-lteng .ltg-pdp-editorial h3 {
	margin: 0;
	color: #fff;
	font-size: 25px;
	line-height: 1.02;
	font-weight: 900;
	overflow-wrap: break-word;
}

.brand-lteng .ltg-pdp-copy {
	color: var(--ltg-soft);
	font-size: 14px;
	line-height: 1.75;
}

.brand-lteng .ltg-pdp-copy p {
	margin: 0 0 15px;
}

.brand-lteng .ltg-pdp-copy ul {
	display: grid;
	gap: 10px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
	font-family: var(--ltg-mono);
	font-size: 11px;
}

.brand-lteng .ltg-pdp-copy li {
	position: relative;
	padding-left: 20px;
}

.brand-lteng .ltg-pdp-copy li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .6em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--ltg-pink);
}

.brand-lteng .ltg-pdp-seeded-description {
	display: grid;
	gap: 14px;
	margin-top: 24px;
	padding-top: 22px;
	border-top: 1px solid var(--ltg-line);
}

.brand-lteng .ltg-pdp-seeded-description p,
.brand-lteng .ltg-pdp-seeded-description li {
	margin: 0;
	color: var(--ltg-soft);
	font-size: 13px;
	line-height: 1.75;
}

.brand-lteng .ltg-pdp-seeded-description img,
.brand-lteng .ltg-pdp-seeded-description iframe {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	border: 1px solid var(--ltg-line);
	border-radius: 8px;
	background: #08101e;
}

.brand-lteng .ltg-pdp-feature-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 54px;
}

.brand-lteng .ltg-pdp-feature-row article {
	overflow: hidden;
	border: 1px solid var(--ltg-line);
	border-radius: 8px;
	background: rgba(13, 23, 41, .74);
}

.brand-lteng .ltg-pdp-feature-row .ltg-pdp-wire {
	height: 172px;
	background:
		linear-gradient(145deg, rgba(22, 43, 80, .78), rgba(7, 14, 28, .98)),
		repeating-linear-gradient(135deg, rgba(255, 255, 255, .04) 0 1px, transparent 1px 12px);
}

.brand-lteng .ltg-pdp-feature-row .ltg-shelf-svg {
	position: absolute;
	inset: 16px 22px 18px;
	width: calc(100% - 44px);
	height: calc(100% - 34px);
	fill: none;
	stroke: rgba(183, 211, 255, .3);
}

.brand-lteng .ltg-pdp-feature-row b {
	display: block;
	padding: 13px 14px 16px;
	color: #fff;
	font-size: 13px;
}

.brand-lteng .ltg-pdp-strength {
	padding: 78px 0;
	background: #07101f;
	border-bottom: 1px solid var(--ltg-line);
}

.brand-lteng .ltg-pdp-strength__grid,
.brand-lteng .ltg-pdp-specs__grid {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
	gap: 74px;
	align-items: center;
}

.brand-lteng .ltg-pdp-load {
	padding: 16px 0;
}

.brand-lteng .ltg-pdp-load strong {
	display: flex;
	align-items: baseline;
	gap: 8px;
	color: #fff;
	font-family: var(--ltg-mono);
	font-size: 70px;
	line-height: .86;
}

.brand-lteng .ltg-pdp-load small {
	font-size: 24px;
	color: var(--ltg-soft);
}

.brand-lteng .ltg-pdp-load > div {
	position: relative;
	height: 8px;
	margin: 24px 0 18px;
	overflow: hidden;
	border-radius: 999px;
	background: rgba(255, 255, 255, .08);
}

.brand-lteng .ltg-pdp-load i {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--ltg-cyan), #ffd05a 62%, var(--ltg-pink));
	box-shadow: 0 0 24px rgba(255, 15, 134, .42);
}

.brand-lteng .ltg-pdp-load ul {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.brand-lteng .ltg-pdp-load li {
	border: 1px solid var(--ltg-line);
	border-radius: 7px;
	background: rgba(13, 23, 41, .72);
	padding: 13px 8px;
	color: #fff;
	font-family: var(--ltg-mono);
	font-size: 13px;
	font-weight: 800;
	text-align: center;
}

.brand-lteng .ltg-pdp-load span {
	display: block;
	margin-top: 4px;
	color: var(--ltg-muted);
	font-size: 9px;
}

.brand-lteng .ltg-link-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	margin-top: 20px;
	border: 1px solid var(--ltg-line);
	border-radius: 999px;
	padding: 0 15px;
	color: #fff;
	font-family: var(--ltg-mono);
	font-size: 10px;
	font-weight: 800;
}

.brand-lteng .ltg-pdp-note {
	max-width: 360px;
	margin-top: 26px;
	border: 1px solid rgba(255, 15, 134, .34);
	border-radius: 7px;
	background: rgba(255, 15, 134, .1);
	padding: 16px;
	font-family: var(--ltg-mono);
	font-size: 10px;
	line-height: 1.6;
}

.brand-lteng .ltg-pdp-note b,
.brand-lteng .ltg-pdp-note span {
	display: block;
}

.brand-lteng .ltg-pdp-note b {
	color: #fff;
}

.brand-lteng .ltg-pdp-note span {
	margin-top: 5px;
	color: var(--ltg-muted);
}

.brand-lteng .ltg-pdp-spec-table {
	overflow: hidden;
	border: 1px solid var(--ltg-line);
	border-radius: 8px;
	background: rgba(10, 17, 32, .72);
}

.brand-lteng .ltg-pdp-spec-table div {
	display: grid;
	grid-template-columns: minmax(130px, .62fr) minmax(0, 1fr);
	border-top: 1px solid var(--ltg-line);
}

.brand-lteng .ltg-pdp-spec-table div:first-child {
	border-top: 0;
}

.brand-lteng .ltg-pdp-spec-table span,
.brand-lteng .ltg-pdp-spec-table b {
	padding: 15px 18px;
	color: var(--ltg-soft);
	font-family: var(--ltg-mono);
	font-size: 11px;
	font-weight: 700;
}

.brand-lteng .ltg-pdp-spec-table span {
	border-right: 1px solid var(--ltg-line);
	color: var(--ltg-muted);
}

.brand-lteng .ltg-pdp-seeded-specs .parameter {
	display: block;
	border-top: 0;
}

.brand-lteng .ltg-pdp-seeded-specs .parameter__title {
	margin: 0;
	padding: 15px 18px;
	border-bottom: 1px solid var(--ltg-line);
	color: #fff;
	font-size: 12px;
	font-weight: 900;
}

.brand-lteng .ltg-pdp-seeded-specs .parameter__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.brand-lteng .ltg-pdp-seeded-specs .parameter__list li {
	display: grid;
	grid-template-columns: minmax(130px, .62fr) minmax(0, 1fr);
	border-top: 1px solid var(--ltg-line);
}

.brand-lteng .ltg-pdp-seeded-specs .parameter__list li:first-child {
	border-top: 0;
}

.brand-lteng .ltg-pdp-seeded-specs .lileft,
.brand-lteng .ltg-pdp-seeded-specs .liright {
	display: block;
	padding: 15px 18px;
	font-family: var(--ltg-mono);
	font-size: 11px;
	font-weight: 700;
}

.brand-lteng .ltg-pdp-seeded-specs .lileft {
	border-right: 1px solid var(--ltg-line);
	color: var(--ltg-muted);
}

.brand-lteng .ltg-pdp-seeded-specs .liright {
	color: var(--ltg-soft);
}

.brand-lteng .ltg-pdp-install {
	padding: 86px 0 94px;
	background:
		radial-gradient(circle at 50% 0%, rgba(55, 118, 220, .22), transparent 35%),
		linear-gradient(180deg, #07172f 0%, #061021 100%);
	border-bottom: 1px solid var(--ltg-line);
}

.brand-lteng .ltg-pdp-surfaces {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 12px;
}

.brand-lteng .ltg-pdp-surfaces button {
	min-height: 104px;
	border: 1px solid var(--ltg-line);
	border-radius: 8px;
	background: rgba(13, 23, 41, .72);
	color: var(--ltg-soft);
	padding: 16px 10px;
	font-family: var(--ltg-mono);
	font-size: 10px;
	cursor: pointer;
}

.brand-lteng .ltg-pdp-surfaces button.is-active {
	border-color: rgba(255, 15, 134, .64);
	background: rgba(255, 15, 134, .1);
	color: #fff;
}

.brand-lteng .ltg-pdp-surfaces span {
	display: block;
	width: 34px;
	height: 34px;
	margin: 0 auto 12px;
	border: 1px solid rgba(183, 211, 255, .32);
	background:
		linear-gradient(90deg, transparent 48%, rgba(183, 211, 255, .28) 49% 51%, transparent 52%),
		linear-gradient(0deg, transparent 48%, rgba(183, 211, 255, .28) 49% 51%, transparent 52%);
}

.brand-lteng .ltg-pdp-surfaces b,
.brand-lteng .ltg-pdp-surfaces small {
	display: block;
}

.brand-lteng .ltg-pdp-surfaces small {
	margin-top: 5px;
	color: var(--ltg-muted);
}

.brand-lteng .ltg-pdp-review-grid {
	display: grid;
	grid-template-columns: 270px minmax(0, 1fr);
	gap: 44px;
}

.brand-lteng .ltg-pdp-review-score {
	align-self: start;
	border: 1px solid var(--ltg-line);
	border-radius: 8px;
	background: rgba(13, 23, 41, .72);
	padding: 24px;
}

.brand-lteng .ltg-pdp-review-score strong {
	display: block;
	color: #fff;
	font-family: var(--ltg-mono);
	font-size: 56px;
	line-height: .9;
}

.brand-lteng .ltg-pdp-review-score p {
	margin: 8px 0 22px;
	color: var(--ltg-muted);
	font-family: var(--ltg-mono);
	font-size: 10px;
}

.brand-lteng .ltg-pdp-review-score div {
	display: grid;
	grid-template-columns: 42px 1fr 36px;
	gap: 8px;
	align-items: center;
	margin-top: 9px;
	color: var(--ltg-muted);
	font-family: var(--ltg-mono);
	font-size: 9px;
}

.brand-lteng .ltg-pdp-review-score i {
	height: 5px;
	overflow: hidden;
	border-radius: 999px;
	background: rgba(255, 255, 255, .08);
}

.brand-lteng .ltg-pdp-review-score em {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: #ffb84d;
}

.brand-lteng .ltg-pdp-review-score button {
	width: 100%;
	margin-top: 24px;
	border: 1px solid var(--ltg-line);
	border-radius: 999px;
	background: transparent;
	color: #fff;
	font-family: var(--ltg-mono);
	font-size: 10px;
	font-weight: 800;
	padding: 10px;
}

.brand-lteng .ltg-pdp-review-list {
	display: grid;
	gap: 16px;
}

.brand-lteng .ltg-pdp-review-list article {
	border-bottom: 1px solid var(--ltg-line);
	padding: 0 0 22px;
}

.brand-lteng .ltg-pdp-review-list header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.brand-lteng .ltg-pdp-review-list b {
	color: #fff;
	font-size: 14px;
}

.brand-lteng .ltg-pdp-review-list small {
	display: block;
	margin-top: 6px;
	color: var(--ltg-muted);
	font-family: var(--ltg-mono);
	font-size: 10px;
}

.brand-lteng .ltg-pdp-review-list p {
	margin: 13px 0 14px;
	color: var(--ltg-soft);
	font-size: 13px;
	line-height: 1.7;
}

.brand-lteng .ltg-pdp-review-list div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	color: var(--ltg-muted);
	font-family: var(--ltg-mono);
	font-size: 10px;
}

.brand-lteng .ltg-pdp-review-list button {
	border: 1px solid var(--ltg-line);
	border-radius: 999px;
	background: rgba(13, 23, 41, .72);
	color: var(--ltg-soft);
	padding: 7px 10px;
	font-family: var(--ltg-mono);
	font-size: 9px;
}

.brand-lteng .ltg-pdp-seeded-reviews div {
	display: block;
	font-family: inherit;
	color: inherit;
}

.brand-lteng .ltg-pdp-seeded-reviews .v-p1,
.brand-lteng .ltg-pdp-seeded-reviews .v-p2 {
	display: grid;
	gap: 16px;
}

.brand-lteng .ltg-pdp-seeded-reviews .v-p3 {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 14px;
	padding: 0 0 22px;
	border-bottom: 1px solid var(--ltg-line);
}

.brand-lteng .ltg-pdp-seeded-reviews .v-p5 {
	position: relative;
	width: 44px;
}

.brand-lteng .ltg-pdp-seeded-reviews .v-p5__img {
	width: 42px;
	height: 42px;
	border: 1px solid var(--ltg-line);
	border-radius: 50%;
	object-fit: cover;
	background: #111c31;
}

.brand-lteng .ltg-pdp-seeded-reviews .va3 {
	min-width: 0;
}

.brand-lteng .ltg-pdp-seeded-reviews .vj3 {
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
}

.brand-lteng .ltg-pdp-seeded-reviews .ltg-stars {
	display: block;
	margin-top: 5px;
}

.brand-lteng .ltg-pdp-seeded-reviews .vk3 {
	margin-top: 7px;
	color: var(--ltg-muted);
	font-family: var(--ltg-mono);
	font-size: 10px;
	line-height: 1.6;
}

.brand-lteng .ltg-pdp-seeded-reviews ._280jKz {
	margin: 13px 0 0;
	color: var(--ltg-soft);
	font-size: 13px;
	line-height: 1.7;
	white-space: pre-line;
}

.brand-lteng .ltg-pdp-seeded-reviews .vo3 {
	margin-top: 12px;
}

.brand-lteng .ltg-pdp-seeded-reviews .vs6 {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.brand-lteng .ltg-pdp-seeded-reviews .vy6 {
	width: 72px;
	height: 72px;
	overflow: hidden;
	border: 1px solid var(--ltg-line);
	border-radius: 8px;
	background: #08101e;
}

.brand-lteng .ltg-pdp-seeded-reviews .vi4,
.brand-lteng .ltg-pdp-seeded-reviews .vr2 {
	width: 100%;
	height: 100%;
}

.brand-lteng .ltg-pdp-seeded-reviews .vr2 {
	position: relative;
	background-position: center;
	background-size: cover;
}

.brand-lteng .ltg-pdp-seeded-reviews .ltg-pdp-video-icon {
	position: absolute;
	inset: 50% auto auto 50%;
	transform: translate(-50%, -50%);
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(255, 30, 112, .9);
	color: #fff;
	font-size: 11px;
}

.brand-lteng .ltg-pdp-seeded-reviews .vu7 {
	position: relative;
	margin-top: -28px;
	color: #fff;
	font-family: var(--ltg-mono);
	font-size: 9px;
	text-align: center;
}

.brand-lteng .ltg-pdp-seeded-reviews ._3lF5CE {
	margin-top: 13px;
	border-left: 2px solid var(--ltg-pink);
	border-radius: 0 8px 8px 0;
	background: rgba(255, 30, 112, .08);
	padding: 10px 12px;
}

.brand-lteng .ltg-pdp-seeded-reviews ._1rc11Y {
	color: #fff;
	font-family: var(--ltg-mono);
	font-size: 10px;
	font-weight: 900;
	text-transform: uppercase;
}

.brand-lteng .ltg-pdp-seeded-reviews ._2w33Zs {
	margin-top: 5px;
	color: var(--ltg-soft);
	font-size: 12px;
	line-height: 1.6;
}

.brand-lteng .ltg-pdp-seeded-reviews .ve1 {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	margin-top: 12px;
	color: var(--ltg-muted);
	font-family: var(--ltg-mono);
	font-size: 10px;
}

.brand-lteng .ltg-pdp-seeded-reviews .ve1 > div {
	display: flex;
	align-items: center;
	gap: 5px;
}

.brand-lteng .ltg-pdp-seeded-reviews .ltg-pdp-like-icon {
	color: var(--ltg-pink);
}

.brand-lteng .ltg-pdp-related {
	background: #08101e;
}

.brand-lteng .ltg-pdp-related-grid {
	margin-top: 26px;
}

.brand-lteng .ltg-collection {
	min-height: 70vh;
	padding-top: 96px;
	background: #050913;
}

.brand-lteng .ltg-cat-breadcrumb {
	border-top: 1px solid rgba(178, 207, 255, .08);
	border-bottom: 1px solid rgba(178, 207, 255, .08);
	background: #060b16;
	color: var(--ltg-muted);
	font-family: var(--ltg-mono);
	font-size: 10px;
}

.brand-lteng .ltg-cat-breadcrumb .ltg-shell {
	display: flex;
	align-items: center;
	height: 58px;
	gap: 10px;
}

.brand-lteng .ltg-cat-breadcrumb a {
	color: var(--ltg-muted);
	transition: color .16s ease;
}

.brand-lteng .ltg-cat-breadcrumb a:hover {
	color: var(--ltg-text);
}

.brand-lteng .ltg-cat-breadcrumb span:last-child {
	color: var(--ltg-soft);
}

.brand-lteng .ltg-cat-hero {
	padding: 36px 0 0;
	background: linear-gradient(180deg, #08101e 0%, #08101e 86%, #050913 100%);
}

.brand-lteng .ltg-cat-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 28px;
}

.brand-lteng .ltg-cat-tab {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	border: 1px solid rgba(178, 207, 255, .12);
	border-radius: 999px;
	background: rgba(255, 255, 255, .035);
	color: var(--ltg-soft);
	padding: 0 18px;
	font-size: 12px;
	font-weight: 800;
	transition: background .16s ease, color .16s ease, border-color .16s ease;
}

.brand-lteng .ltg-cat-tab:hover,
.brand-lteng .ltg-cat-tab.is-active {
	border-color: #fff;
	background: #fff;
	color: #07101f;
}

.brand-lteng .ltg-cat-hero h1 {
	margin: 8px 0 0;
	color: var(--ltg-text);
	font-size: clamp(44px, 5.1vw, 68px);
	font-weight: 900;
	line-height: .9;
}

.brand-lteng .ltg-cat-count {
	margin: 8px 0 0;
	color: var(--ltg-muted);
	font-family: var(--ltg-mono);
	font-size: 10px;
	text-transform: uppercase;
}

.brand-lteng .ltg-cat-count strong {
	color: var(--ltg-soft);
}

.brand-lteng .ltg-cat-subcats {
	display: flex;
	gap: 12px;
	margin-top: 34px;
	padding-bottom: 34px;
	overflow-x: auto;
	scrollbar-width: thin;
}

.brand-lteng .ltg-cat-subcat {
	position: relative;
	flex: 0 0 102px;
	color: var(--ltg-soft);
	text-align: center;
}

.brand-lteng .ltg-cat-subcat::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -34px;
	height: 2px;
	background: transparent;
}

.brand-lteng .ltg-cat-subcat.is-active::after {
	background: var(--ltg-pink);
}

.brand-lteng .ltg-cat-subcat__art {
	position: relative;
	display: block;
	height: 86px;
	border: 1px solid rgba(178, 207, 255, .12);
	border-radius: 8px;
	background:
		linear-gradient(145deg, rgba(26, 50, 91, .9), rgba(12, 22, 39, .96)),
		repeating-linear-gradient(135deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 12px);
	overflow: hidden;
}

.brand-lteng .ltg-cat-subcat.is-active .ltg-cat-subcat__art {
	border-color: rgba(255, 15, 134, .9);
	box-shadow: 0 0 0 1px rgba(255, 15, 134, .25) inset;
}

.brand-lteng .ltg-cat-subcat__art::after {
	content: attr(data-code);
	position: absolute;
	left: 9px;
	bottom: 8px;
	color: rgba(197, 208, 228, .22);
	font-family: var(--ltg-mono);
	font-size: 10px;
	font-weight: 800;
}

.brand-lteng .ltg-cat-subcat__art svg {
	position: absolute;
	inset: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	fill: none;
	stroke: rgba(183, 211, 255, .34);
	stroke-width: 1.1;
}

.brand-lteng .ltg-cat-subcat > span:last-of-type {
	display: block;
	margin-top: 9px;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.25;
}

.brand-lteng .ltg-cat-subcat small {
	display: none;
}

.brand-lteng .ltg-cat-main {
	border-top: 1px solid rgba(178, 207, 255, .08);
	background: #08101e;
	padding: 40px 0 96px;
}

.brand-lteng .ltg-cat-layout {
	display: grid;
	grid-template-columns: 240px minmax(0, 1fr);
	gap: 30px;
	align-items: start;
}

.brand-lteng .ltg-cat-filter-overlay {
	display: none;
}

.brand-lteng .ltg-cat-sidebar {
	position: sticky;
	top: 120px;
	border: 1px solid rgba(178, 207, 255, .12);
	border-radius: 12px;
	background: #111a2f;
	color: var(--ltg-soft);
	padding: 22px;
}

.brand-lteng .ltg-cat-filter-close,
.brand-lteng .ltg-cat-filter-open {
	display: none;
}

.brand-lteng .ltg-cat-sidebar__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
	color: var(--ltg-muted);
	font-family: var(--ltg-mono);
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
}

.brand-lteng .ltg-cat-sidebar__head a {
	color: var(--ltg-pink-2);
	text-transform: none;
}

.brand-lteng .ltg-filter-group {
	border-top: 1px solid rgba(178, 207, 255, .1);
}

.brand-lteng .ltg-filter-group:first-of-type {
	border-top: 0;
}

.brand-lteng .ltg-filter-trigger {
	width: 100%;
	min-height: 48px;
	border: 0;
	background: transparent;
	color: var(--ltg-text);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	font-size: 13px;
	font-weight: 900;
	cursor: pointer;
}

.brand-lteng .ltg-filter-trigger i,
.brand-lteng .ltg-filter-trigger i::before {
	display: block;
	width: 7px;
	height: 7px;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
}

.brand-lteng .ltg-filter-trigger i {
	color: var(--ltg-muted);
	transform: rotate(45deg);
	transition: transform .16s ease;
}

.brand-lteng .ltg-filter-group.is-open .ltg-filter-trigger i {
	transform: rotate(225deg);
}

.brand-lteng .ltg-filter-panel {
	display: none;
	padding: 0 0 18px;
}

.brand-lteng .ltg-filter-group.is-open .ltg-filter-panel {
	display: block;
}

.brand-lteng .ltg-filter-option {
	display: grid;
	grid-template-columns: 17px 1fr auto;
	align-items: center;
	gap: 10px;
	min-height: 34px;
	color: var(--ltg-soft);
	font-size: 12px;
	line-height: 1.35;
}

.brand-lteng .ltg-filter-option small {
	color: var(--ltg-muted);
	font-family: var(--ltg-mono);
	font-size: 10px;
}

.brand-lteng .ltg-filter-box {
	position: relative;
	width: 14px;
	height: 14px;
	border: 1px solid rgba(178, 207, 255, .14);
	border-radius: 3px;
	background: rgba(4, 8, 17, .38);
}

.brand-lteng .ltg-filter-option.is-active .ltg-filter-box {
	border-color: var(--ltg-pink);
	background: var(--ltg-pink);
}

.brand-lteng .ltg-filter-option.is-active .ltg-filter-box::after {
	content: "";
	position: absolute;
	left: 4px;
	top: 2px;
	width: 4px;
	height: 8px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(45deg);
}

.brand-lteng .ltg-filter-chips {
	display: none;
	flex-wrap: wrap;
	gap: 8px;
}

.brand-lteng .ltg-filter-group.is-open .ltg-filter-chips {
	display: flex;
}

.brand-lteng .ltg-filter-chips a {
	display: inline-flex;
	align-items: center;
	min-height: 29px;
	border: 1px solid rgba(178, 207, 255, .12);
	border-radius: 999px;
	background: rgba(4, 8, 17, .24);
	color: var(--ltg-soft);
	padding: 0 13px;
	font-size: 11px;
	font-weight: 800;
}

.brand-lteng .ltg-filter-chips a.is-active {
	background: #fff;
	color: #07101f;
}

.brand-lteng .ltg-price-inputs {
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 8px;
}

.brand-lteng .ltg-filter-group.is-open .ltg-price-inputs {
	display: grid;
}

.brand-lteng .ltg-price-inputs input {
	min-width: 0;
	height: 34px;
	border: 1px solid rgba(178, 207, 255, .12);
	border-radius: 6px;
	background: rgba(4, 8, 17, .45);
	color: var(--ltg-text);
	padding: 0 10px;
	font-family: var(--ltg-mono);
	font-size: 11px;
	outline: 0;
}

.brand-lteng .ltg-price-inputs span {
	color: var(--ltg-muted);
}

.brand-lteng .ltg-cat-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 24px;
}

.brand-lteng .ltg-cat-products {
	min-width: 0;
}

.brand-lteng .ltg-cat-toolbar__left,
.brand-lteng .ltg-cat-sort {
	display: flex;
	align-items: center;
	gap: 10px;
}

.brand-lteng .ltg-cat-sort {
	max-width: 100%;
	overflow-x: auto;
	scrollbar-width: none;
}

.brand-lteng .ltg-cat-sort::-webkit-scrollbar {
	display: none;
}

.brand-lteng .ltg-cat-toolbar p {
	margin: 0;
	color: var(--ltg-muted);
	font-family: var(--ltg-mono);
	font-size: 10px;
}

.brand-lteng .ltg-cat-toolbar p strong {
	color: var(--ltg-text);
	font-size: 12px;
}

.brand-lteng .ltg-cat-sort span {
	color: var(--ltg-muted);
	font-family: var(--ltg-mono);
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
}

.brand-lteng .ltg-cat-sort a,
.brand-lteng .ltg-cat-view {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-height: 32px;
	border: 1px solid rgba(178, 207, 255, .12);
	border-radius: 999px;
	background: rgba(255, 255, 255, .035);
	color: var(--ltg-soft);
	padding: 0 14px;
	font-size: 11px;
	font-weight: 900;
	transition: background .16s ease, color .16s ease, border-color .16s ease;
}

.brand-lteng .ltg-cat-sort a:hover,
.brand-lteng .ltg-cat-sort a.is-active {
	background: #fff;
	color: #07101f;
	border-color: #fff;
}

.brand-lteng .ltg-cat-view {
	width: 32px;
	padding: 0;
	border-radius: 7px;
	cursor: pointer;
}

.brand-lteng .ltg-cat-view svg {
	width: 15px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.6;
}

.brand-lteng .ltg-cat-view.is-active {
	background: #fff;
	color: #07101f;
	border-color: #fff;
}

.brand-lteng .ltg-cat-grid,
.brand-lteng .ltg-cat-recent__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	min-width: 0;
}

.brand-lteng .ltg-cat-recent__grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.brand-lteng .ltg-cat-grid.is-list {
	grid-template-columns: 1fr;
}

.brand-lteng .ltg-cat-card {
	position: relative;
	min-width: 0;
	overflow: hidden;
	border: 1px solid rgba(178, 207, 255, .12);
	border-radius: 12px;
	background: #111a2f;
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.brand-lteng .ltg-cat-card:hover,
.brand-lteng .ltg-cat-card:focus-within {
	transform: translateY(-2px);
	border-color: rgba(255, 15, 134, .48);
	box-shadow: 0 20px 44px rgba(0, 0, 0, .24);
}

.brand-lteng .ltg-cat-card__link {
	display: block;
	height: 100%;
}

.brand-lteng .ltg-cat-card__art {
	position: relative;
	height: 218px;
	background:
		linear-gradient(145deg, rgba(28, 53, 96, .9), rgba(8, 15, 29, .98)),
		repeating-linear-gradient(135deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 13px);
	overflow: hidden;
}

.brand-lteng .ltg-cat-card__art::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 46px;
	background: rgba(3, 7, 15, .82);
	border-top: 1px solid rgba(178, 207, 255, .08);
}

.brand-lteng .ltg-cat-card__tags {
	position: absolute;
	left: 12px;
	top: 12px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
}

.brand-lteng .ltg-cat-tag {
	display: inline-flex;
	align-items: center;
	min-height: 20px;
	border-radius: 3px;
	background: rgba(4, 8, 17, .92);
	color: #fff;
	padding: 0 8px;
	font-family: var(--ltg-mono);
	font-size: 9px;
	font-weight: 900;
	text-transform: uppercase;
}

.brand-lteng .ltg-cat-tag--sale {
	background: var(--ltg-pink);
}

.brand-lteng .ltg-cat-tag--new {
	background: #fff;
	color: #07101f;
}

.brand-lteng .ltg-cat-fav {
	position: absolute;
	right: 12px;
	top: 12px;
	z-index: 3;
	display: flex;
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(178, 207, 255, .16);
	border-radius: 50%;
	background: rgba(4, 8, 17, .82);
	color: var(--ltg-soft);
}

.brand-lteng .ltg-cat-fav svg {
	width: 15px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

.brand-lteng .ltg-cat-ph {
	position: absolute;
	inset: 24px 24px 12px;
	z-index: 1;
}

.brand-lteng .ltg-cat-ph svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: rgba(183, 211, 255, .28);
	stroke-width: 1.25;
}

.brand-lteng .ltg-cat-ph g {
	fill: none;
}

.brand-lteng .ltg-cat-ph rect:nth-last-child(-n+2) {
	fill: rgba(183, 211, 255, .15);
}

.brand-lteng .ltg-cat-ph::after {
	content: attr(data-label);
	position: absolute;
	left: 0;
	bottom: 4px;
	color: rgba(197, 208, 228, .25);
	font-family: var(--ltg-mono);
	font-size: 9px;
	font-weight: 800;
}

.brand-lteng .ltg-cat-card__body {
	position: relative;
	z-index: 1;
	min-width: 0;
	padding: 15px 14px 16px;
}

.brand-lteng .ltg-cat-card__spec {
	display: block;
	color: var(--ltg-muted);
	font-family: var(--ltg-mono);
	font-size: 9px;
	font-weight: 800;
	text-transform: uppercase;
}

.brand-lteng .ltg-cat-card h2 {
	display: -webkit-box;
	height: 54px;
	min-width: 0;
	margin: 7px 0 12px;
	overflow: hidden;
	color: #fff;
	font-size: 13.5px;
	font-weight: 900;
	line-height: 1.34;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.brand-lteng .ltg-cat-price {
	display: flex;
	align-items: baseline;
	gap: 8px;
	min-height: 23px;
}

.brand-lteng .ltg-cat-price strong {
	color: #fff;
	font-family: var(--ltg-mono);
	font-size: 18px;
	font-weight: 900;
}

.brand-lteng .ltg-cat-price del {
	color: var(--ltg-faint);
	font-family: var(--ltg-mono);
	font-size: 10px;
}

.brand-lteng .ltg-cat-price span {
	margin-left: auto;
	color: var(--ltg-pink-2);
	font-family: var(--ltg-mono);
	font-size: 10px;
	font-weight: 900;
}

.brand-lteng .ltg-cat-card__meta {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-top: 14px;
	color: var(--ltg-muted);
	font-family: var(--ltg-mono);
	font-size: 9px;
	text-transform: uppercase;
}

.brand-lteng .ltg-cat-card__meta span:first-child {
	color: var(--ltg-pink-2);
}

.brand-lteng .ltg-cat-quick {
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: 102px;
	z-index: 4;
	display: flex;
	gap: 8px;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity .16s ease, transform .16s ease;
	pointer-events: none;
}

.brand-lteng .ltg-cat-card:hover .ltg-cat-quick,
.brand-lteng .ltg-cat-card:focus-within .ltg-cat-quick {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.brand-lteng .ltg-cat-quick form,
.brand-lteng .ltg-cat-quick a {
	flex: 1;
}

.brand-lteng .ltg-cat-quick button,
.brand-lteng .ltg-cat-quick a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 32px;
	border: 1px solid rgba(255, 255, 255, .82);
	border-radius: 6px;
	background: rgba(4, 8, 17, .9);
	color: #fff;
	font-size: 11px;
	font-weight: 900;
	cursor: pointer;
}

.brand-lteng .ltg-cat-quick button {
	border-color: #fff;
	background: #fff;
	color: #07101f;
}

.brand-lteng .ltg-cat-empty {
	border: 1px solid rgba(178, 207, 255, .12);
	border-radius: 12px;
	background: rgba(17, 26, 47, .74);
	padding: 42px;
	text-align: center;
}

.brand-lteng .ltg-cat-empty h2 {
	margin: 0;
	font-size: 26px;
}

.brand-lteng .ltg-cat-empty p {
	margin: 10px 0 22px;
	color: var(--ltg-muted);
}

.brand-lteng .ltg-cat-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 48px;
}

.brand-lteng .ltg-cat-pagination a,
.brand-lteng .ltg-cat-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(178, 207, 255, .12);
	border-radius: 8px;
	background: rgba(4, 8, 17, .35);
	color: var(--ltg-soft);
	font-family: var(--ltg-mono);
	font-size: 12px;
	font-weight: 900;
}

.brand-lteng .ltg-cat-pagination .is-active {
	background: #fff;
	color: #07101f;
	border-color: #fff;
}

.brand-lteng .ltg-cat-recent {
	padding: 72px 0 90px;
	border-top: 1px solid rgba(178, 207, 255, .08);
	background: #050913;
}

.brand-lteng .ltg-cat-recent > .ltg-shell > h2 {
	margin: 8px 0 30px;
	color: #fff;
	font-size: clamp(34px, 4.6vw, 56px);
	font-weight: 900;
	line-height: .98;
}

.brand-lteng .ltg-cat-recent > .ltg-shell > h2 em {
	color: #8f98ad;
	font-style: italic;
	font-weight: 300;
}

@media screen and (max-width: 1120px) {
	.brand-lteng .ltg-nav {
		gap: 18px;
	}

	.brand-lteng .ltg-search {
		min-width: 44px;
		width: 44px;
		padding: 0;
		justify-content: center;
	}

	.brand-lteng .ltg-search span {
		display: none;
	}

	.brand-lteng .ltg-hero__grid {
		grid-template-columns: 1fr;
	}

	.brand-lteng .ltg-hero__visual {
		max-width: 620px;
	}

	.brand-lteng .ltg-product-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.brand-lteng .ltg-pdp-hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(330px, .8fr);
		gap: 42px;
	}

	.brand-lteng .ltg-pdp-stage {
		min-height: 470px;
	}

	.brand-lteng .ltg-pdp-surfaces {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.brand-lteng .ltg-footer-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (max-width: 860px) {
	.brand-lteng .ltg-shell,
	.brand-lteng .ltg-hdr__inner {
		width: min(100% - 32px, 720px);
	}

	.brand-lteng .ltg-topline {
		display: none;
	}

	.brand-lteng .ltg-hdr {
		top: 0;
		height: 64px;
	}

	.brand-lteng .ltg-nav,
	.brand-lteng .ltg-icon-btn {
		display: none;
	}

	.brand-lteng .ltg-ham {
		display: inline-flex;
	}

	.brand-lteng .ltg-logo {
		width: 112px;
	}

	.brand-lteng .ltg-hero {
		padding-top: 112px;
	}

	.brand-lteng .ltg-hero h1 {
		font-size: clamp(34px, 10.8vw, 46px);
		line-height: .96;
		max-width: 100%;
	}

	.brand-lteng .ltg-hero-stats,
	.brand-lteng .ltg-strip__grid,
	.brand-lteng .ltg-mount-grid,
	.brand-lteng .ltg-why__grid,
	.brand-lteng .ltg-club-card {
		grid-template-columns: 1fr;
	}

	.brand-lteng .ltg-product-detail {
		grid-template-columns: 1fr;
	}

	.brand-lteng .ltg-product-page.ltg-pdp {
		padding-top: 64px;
	}

	.brand-lteng .ltg-pdp-hero__grid,
	.brand-lteng .ltg-pdp-editorial,
	.brand-lteng .ltg-pdp-strength__grid,
	.brand-lteng .ltg-pdp-specs__grid,
	.brand-lteng .ltg-pdp-review-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.brand-lteng .ltg-pdp-hero__grid {
		padding: 34px 0 70px;
	}

	.brand-lteng .ltg-pdp-gallery {
		position: static;
		grid-template-columns: 1fr;
	}

	.brand-lteng .ltg-pdp-thumbs {
		order: 2;
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.brand-lteng .ltg-pdp-thumb {
		width: 100%;
	}

	.brand-lteng .ltg-pdp-panel h1 {
		font-size: 30px;
	}

	.brand-lteng .ltg-pdp-feature-row,
	.brand-lteng .ltg-pdp-surfaces {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.brand-lteng .ltg-product-media {
		min-height: 420px;
	}

	.brand-lteng .ltg-strip__grid div,
	.brand-lteng .ltg-strip__grid div:last-child {
		border-right: 1px solid var(--ltg-line);
	}

	.brand-lteng .ltg-section-head {
		display: block;
	}

	.brand-lteng .ltg-section-head > a {
		display: inline-block;
		margin-top: 16px;
	}

	.brand-lteng .ltg-space-grid {
		grid-template-columns: 1fr;
		grid-auto-rows: 250px;
	}

	.brand-lteng .ltg-space-card--large {
		grid-row: span 1;
	}

	.brand-lteng .ltg-space-card strong,
	.brand-lteng .ltg-space-card--large strong {
		margin-top: 166px;
	}

	.brand-lteng .ltg-compare {
		overflow-x: auto;
	}

	.brand-lteng .ltg-compare div {
		min-width: 720px;
	}

	.brand-lteng .ltg-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.brand-lteng .ltg-footer-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.brand-lteng .ltg-footer-brand {
		grid-column: 1 / -1;
	}

	.brand-lteng .ltg-footer-bottom {
		display: block;
	}

	.brand-lteng .ltg-payments {
		justify-content: flex-start;
		margin-top: 14px;
	}
}

@media screen and (max-width: 560px) {
	.brand-lteng .ltg-shell,
	.brand-lteng .ltg-hdr__inner {
		width: calc(100% - 24px);
	}

	.brand-lteng .ltg-hero {
		padding-bottom: 48px;
	}

	.brand-lteng .ltg-lead {
		font-size: 14px;
	}

	.brand-lteng .ltg-stage {
		min-height: 340px;
		overflow: hidden;
	}

	.brand-lteng .ltg-stage-card {
		inset: 64px 34px 64px;
	}

	.brand-lteng .ltg-stage-note {
		max-width: 136px;
		padding: 8px 10px;
		font-size: 9px;
	}

	.brand-lteng .ltg-stage-note--left {
		top: 48px;
		left: 12px;
	}

	.brand-lteng .ltg-stage-note--right {
		right: 10px;
		bottom: 40px;
	}

	.brand-lteng .ltg-stage-cta {
		max-width: calc(100% - 56px);
		padding: 10px 12px;
		font-size: 10px;
	}

	.brand-lteng .ltg-section {
		padding: 64px 0;
	}

	.brand-lteng .ltg-section h2 {
		font-size: 28px;
		line-height: 1.08;
	}

	.brand-lteng .ltg-tabs {
		max-width: 100%;
		overflow-x: auto;
		justify-content: flex-start;
	}

	.brand-lteng .ltg-tabs button {
		white-space: nowrap;
	}

	.brand-lteng .ltg-product-grid,
	.brand-lteng .ltg-footer-grid,
	.brand-lteng .ltg-club-perks,
	.brand-lteng .ltg-product-points {
		grid-template-columns: 1fr;
	}

	.brand-lteng .ltg-pdp-stage {
		min-height: 360px;
	}

	.brand-lteng .ltg-pdp-panel h1,
	.brand-lteng .ltg-pdp-section-head h2,
	.brand-lteng .ltg-pdp-strength h2,
	.brand-lteng .ltg-pdp-specs h2 {
		font-size: 25px;
		line-height: 1.08;
	}

	.brand-lteng .ltg-pdp-panel h1,
	.brand-lteng .ltg-pdp-editorial h3,
	.brand-lteng .ltg-pdp-section-head h2 {
		max-width: calc(100vw - 52px);
		margin-left: auto;
		margin-right: auto;
	}

	.brand-lteng .ltg-pdp-editorial h3 {
		font-size: 22px;
		line-height: 1.08;
	}

	.brand-lteng .ltg-pdp-panel h1 span,
	.brand-lteng .ltg-pdp-editorial h3 em {
		display: block;
	}

	.brand-lteng .ltg-pdp-thumbs {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.brand-lteng .ltg-pdp-price strong {
		font-size: 28px;
	}

	.brand-lteng .ltg-pdp-buy,
	.brand-lteng .ltg-pdp-mounts,
	.brand-lteng .ltg-pdp-perks,
	.brand-lteng .ltg-pdp-variants,
	.brand-lteng .ltg-pdp-feature-row,
	.brand-lteng .ltg-pdp-surfaces {
		grid-template-columns: 1fr;
	}

	.brand-lteng .ltg-pdp-variants {
		display: grid;
	}

	.brand-lteng .ltg-pdp-desc,
	.brand-lteng .ltg-pdp-specs,
	.brand-lteng .ltg-pdp-reviews,
	.brand-lteng .ltg-pdp-related,
	.brand-lteng .ltg-pdp-install {
		padding: 62px 0;
	}

	.brand-lteng .ltg-pdp-showcase {
		height: 330px;
	}

	.brand-lteng .ltg-pdp-load strong {
		font-size: 52px;
	}

	.brand-lteng .ltg-pdp-load ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.brand-lteng .ltg-pdp-spec-table div {
		grid-template-columns: 1fr;
	}

	.brand-lteng .ltg-pdp-seeded-specs .parameter__list li {
		grid-template-columns: 1fr;
	}

	.brand-lteng .ltg-pdp-spec-table span {
		border-right: 0;
		border-bottom: 1px solid var(--ltg-line);
		padding-bottom: 6px;
	}

	.brand-lteng .ltg-pdp-seeded-specs .lileft {
		border-right: 0;
		border-bottom: 1px solid var(--ltg-line);
		padding-bottom: 6px;
	}

	.brand-lteng .ltg-pdp-spec-table b {
		padding-top: 8px;
	}

	.brand-lteng .ltg-pdp-seeded-specs .liright {
		padding-top: 8px;
	}

	.brand-lteng .ltg-product-art {
		height: 230px;
	}

	.brand-lteng .ltg-club-card {
		padding: 26px;
	}

	.brand-lteng .ltg-club-form {
		display: grid;
		grid-template-columns: 1fr;
		border-radius: 18px;
		gap: 8px;
	}

	.brand-lteng .ltg-club-form input {
		min-height: 42px;
	}

	.brand-lteng .ltg-club-form button {
		min-height: 42px;
	}

	.brand-lteng .ltg-footer {
		padding-bottom: 86px;
	}

	.brand-lteng .ltg-bottom-nav {
		display: grid;
	}
}

@media screen and (max-width: 1120px) {
	.brand-lteng .ltg-cat-layout {
		grid-template-columns: 220px minmax(0, 1fr);
		gap: 24px;
	}

	.brand-lteng .ltg-cat-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.brand-lteng .ltg-cat-recent__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media screen and (max-width: 860px) {
	.brand-lteng .ltg-collection {
		padding-top: 64px;
	}

	.brand-lteng .ltg-cat-breadcrumb .ltg-shell {
		height: 50px;
	}

	.brand-lteng .ltg-cat-hero {
		padding-top: 26px;
	}

	.brand-lteng .ltg-cat-tabs,
	.brand-lteng .ltg-cat-subcats {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 18px;
	}

	.brand-lteng .ltg-cat-tab {
		white-space: nowrap;
	}

	.brand-lteng .ltg-cat-hero h1 {
		font-size: clamp(38px, 10vw, 52px);
	}

	.brand-lteng .ltg-cat-main {
		padding-top: 28px;
	}

	.brand-lteng .ltg-cat-layout {
		display: block;
	}

	.brand-lteng .ltg-cat-sidebar {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 1300;
		width: min(360px, calc(100vw - 34px));
		border-radius: 0;
		overflow-y: auto;
		transform: translateX(105%);
		transition: transform .2s ease;
	}

	.brand-lteng.ltg-filter-open {
		overflow: hidden;
	}

	.brand-lteng.ltg-filter-open .ltg-cat-sidebar {
		transform: translateX(0);
	}

	.brand-lteng .ltg-cat-filter-overlay {
		position: fixed;
		inset: 0;
		z-index: 1290;
		display: none;
		background: rgba(0, 0, 0, .6);
	}

	.brand-lteng.ltg-filter-open .ltg-cat-filter-overlay {
		display: block;
	}

	.brand-lteng .ltg-cat-filter-close {
		position: absolute;
		right: 16px;
		top: 14px;
		display: inline-flex;
		width: 32px;
		height: 32px;
		align-items: center;
		justify-content: center;
		border: 1px solid rgba(178, 207, 255, .14);
		border-radius: 8px;
		background: rgba(4, 8, 17, .54);
		color: var(--ltg-text);
		font-size: 20px;
		line-height: 1;
	}

	.brand-lteng .ltg-cat-filter-open {
		display: inline-flex;
		align-items: center;
		gap: 7px;
		min-height: 34px;
		border: 1px solid rgba(178, 207, 255, .12);
		border-radius: 999px;
		background: rgba(255, 255, 255, .035);
		color: var(--ltg-text);
		padding: 0 13px;
		font-size: 11px;
		font-weight: 900;
	}

	.brand-lteng .ltg-cat-filter-open svg {
		width: 15px;
		height: 15px;
		fill: none;
		stroke: currentColor;
		stroke-width: 1.8;
	}

	.brand-lteng .ltg-cat-toolbar {
		display: grid;
		grid-template-columns: 1fr;
	}

	.brand-lteng .ltg-cat-sort {
		flex-wrap: wrap;
	}

	.brand-lteng .ltg-cat-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.brand-lteng .ltg-cat-recent__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 560px) {
	.brand-lteng .ltg-cat-hero h1 {
		font-size: clamp(32px, 9vw, 38px);
	}

	.brand-lteng .ltg-cat-subcat {
		flex-basis: 94px;
	}

	.brand-lteng .ltg-cat-subcat__art {
		height: 78px;
	}

	.brand-lteng .ltg-cat-main {
		padding-bottom: 70px;
	}

	.brand-lteng .ltg-cat-grid,
	.brand-lteng .ltg-cat-recent__grid {
		gap: 12px;
		width: calc(100vw - 24px);
		max-width: calc(100vw - 24px);
		grid-template-columns: repeat(2, minmax(0, calc((100vw - 36px) / 2)));
	}

	.brand-lteng .ltg-cat-card__art {
		height: 172px;
	}

	.brand-lteng .ltg-cat-ph {
		inset: 22px 14px 10px;
	}

	.brand-lteng .ltg-cat-card__body {
		padding: 13px 11px 14px;
	}

	.brand-lteng .ltg-cat-card h2 {
		min-height: 52px;
		font-size: 12.5px;
		line-height: 1.32;
	}

	.brand-lteng .ltg-cat-price {
		display: grid;
		grid-template-columns: 1fr;
		gap: 2px;
	}

	.brand-lteng .ltg-cat-price strong {
		font-size: 15px;
	}

	.brand-lteng .ltg-cat-price span {
		margin-left: 0;
	}

	.brand-lteng .ltg-cat-card__meta {
		font-size: 8px;
	}

	.brand-lteng .ltg-cat-quick {
		display: none;
	}
}

@media screen and (max-width: 360px) {
	.brand-lteng .ltg-cat-grid,
	.brand-lteng .ltg-cat-recent__grid {
		grid-template-columns: 1fr;
	}
}