.single-product {
	--lumiere-ar-ink: #151542;
	--lumiere-ar-muted: #6f7586;
	--lumiere-ar-line: rgba(21, 21, 66, 0.1);
	--lumiere-ar-line-strong: rgba(21, 21, 66, 0.16);
	--lumiere-ar-panel: rgba(255, 255, 255, 0.86);
	--lumiere-ar-panel-soft: rgba(248, 246, 242, 0.92);
	--lumiere-ar-blue: #2456f5;
	--lumiere-ar-blue-hover: #173dc1;
	--lumiere-ar-blue-glow: rgba(36, 86, 245, 0.1);
	--lumiere-ar-blue-glow-strong: rgba(36, 86, 245, 0.18);
	--lumiere-ar-shadow: 0 18px 42px rgba(15, 18, 38, 0.08);
	--lumiere-ar-radius: 28px;
	--lumiere-ar-radius-sm: 18px;
	--lumiere-ar-feature-gutter: 26px;
}

.lumiere-ring-ar-root {
	width: 100%;
	margin-top: 26px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 18px;
}

.lumiere-ring-ar-feature {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-inline-start: var(--lumiere-ar-feature-gutter);
	padding-inline-end: 0;
	box-sizing: border-box;
}

.lumiere-ring-ar-feature__toggle,
.lumiere-ring-ar-cta,
.lumiere-ring-ar-start,
.lumiere-ring-ar-close,
.lumiere-ring-ar-swatch,
.lumiere-ring-ar-secondary {
	appearance: none;
	-webkit-appearance: none;
	border: 0;
	font: inherit;
	cursor: pointer;
	text-decoration: none;
}

.lumiere-ring-ar-feature__toggle,
.lumiere-ring-ar-cta,
.lumiere-ring-ar-start {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	height: 48px;
	min-height: 48px;
	padding: 0 24px !important;
	border: 1px solid rgba(21, 21, 66, 0.16) !important;
	border-radius: 999px !important;
	background: rgba(255, 255, 255, 0.9) !important;
	color: var(--lumiere-ar-ink) !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 1 !important;
	letter-spacing: 0 !important;
	box-shadow:
		0 0 0 1px rgba(36, 86, 245, 0.05),
		0 0 0 4px rgba(36, 86, 245, 0.06),
		0 10px 26px rgba(36, 86, 245, 0.1) !important;
	position: relative;
	isolation: isolate;
	overflow: hidden;
	transition:
		background-color 180ms ease,
		border-color 180ms ease,
		color 180ms ease,
		box-shadow 180ms ease,
		opacity 180ms ease,
	transform 180ms ease;
}

.lumiere-ring-ar-feature__toggle {
	padding: 0 18px !important;
	min-width: 164px;
}

.lumiere-ring-ar-feature__toggle::before,
.lumiere-ring-ar-cta::before,
.lumiere-ring-ar-start::before {
	content: '';
	position: absolute;
	inset: -12px;
	border-radius: inherit;
	background:
		radial-gradient(circle at 18% 30%, rgba(36, 86, 245, 0.12), transparent 42%),
		radial-gradient(circle at 82% 65%, rgba(36, 86, 245, 0.1), transparent 40%),
		radial-gradient(circle at 50% 100%, rgba(36, 86, 245, 0.08), transparent 38%);
	filter: blur(10px);
	z-index: -1;
	animation: lumiereArHalo 7s linear infinite;
}

.lumiere-ring-ar-feature__toggle:hover,
.lumiere-ring-ar-feature__toggle:focus-visible,
.lumiere-ring-ar-cta:hover,
.lumiere-ring-ar-cta:focus-visible,
.lumiere-ring-ar-start:hover,
.lumiere-ring-ar-start:focus-visible {
	background: #111111 !important;
	border-color: #111111 !important;
	color: #ffffff !important;
	box-shadow:
		0 0 0 1px rgba(36, 86, 245, 0.07),
		0 0 0 6px rgba(36, 86, 245, 0.08),
		0 16px 36px rgba(17, 17, 17, 0.16) !important;
	outline: none;
	transform: translateY(-1px);
}

.lumiere-ring-ar-feature__toggle:focus-visible,
.lumiere-ring-ar-cta:focus-visible,
.lumiere-ring-ar-start:focus-visible {
	box-shadow: 0 0 0 4px rgba(17, 17, 17, 0.14);
}

.lumiere-ring-ar-feature__toggle-label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.lumiere-ring-ar-feature__panel {
	width: 100%;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(338px, 0.98fr);
	gap: 22px;
	margin-top: 12px;
	padding: 20px 22px 22px;
	border: 1px solid var(--lumiere-ar-line);
	border-radius: var(--lumiere-ar-radius);
	background: #f8f8f8;
	box-shadow: var(--lumiere-ar-shadow);
	clip-path: inset(0 100% 100% 0 round var(--lumiere-ar-radius));
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	pointer-events: none;
	transform: translate3d(0, -6px, 0) scale(0.985);
	transform-origin: top left;
	transition:
		max-height 360ms ease,
		opacity 220ms ease,
		transform 260ms ease,
		clip-path 420ms cubic-bezier(0.22, 1, 0.36, 1),
		padding 260ms ease,
		margin-top 260ms ease;
}

.lumiere-ring-ar-feature.is-expanded .lumiere-ring-ar-feature__panel {
	clip-path: inset(0 0 0 0 round var(--lumiere-ar-radius));
	opacity: 1;
	max-height: 540px;
	pointer-events: auto;
	transform: translate3d(0, 0, 0) scale(1);
}

.lumiere-ring-ar-feature.is-expanded {
	margin-bottom: 18px;
}

.lumiere-ring-ar-feature__copy h3 {
	margin: 0 0 6px;
	color: var(--lumiere-ar-ink);
	font-size: clamp(30px, 2.1vw, 38px);
	line-height: 1.02;
}

.lumiere-ring-ar-feature__copy p,
.lumiere-ring-ar-desktop__text p,
.lumiere-ring-ar-fallback p {
	margin: 0;
	color: var(--lumiere-ar-muted);
	font-size: 14px;
	line-height: 1.7;
}

.lumiere-ring-ar-feature__actions {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	gap: 16px;
}

.lumiere-ring-ar-desktop {
	display: flex;
	align-items: center;
	gap: 18px;
}

.lumiere-ring-ar-desktop__qr {
	flex: 0 0 auto;
	width: 152px;
	height: 152px;
	padding: 10px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(21, 21, 66, 0.08);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.56);
}

.lumiere-ring-ar-desktop__qr svg {
	display: block;
	width: 100%;
	height: 100%;
}

.lumiere-ring-ar-desktop__text {
	max-width: 468px;
}

.lumiere-ring-ar-desktop__text strong {
	display: block;
	margin-bottom: 8px;
	color: var(--lumiere-ar-ink);
	font-size: 16px;
	font-weight: 600;
}

.lumiere-ring-ar-fallback {
	max-width: 360px;
	padding: 12px 14px;
	border: 1px solid rgba(21, 21, 66, 0.08);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.76);
}

.lumiere-ring-ar-fallback strong {
	display: block;
	margin-bottom: 6px;
	color: var(--lumiere-ar-ink);
}

.lumiere-ring-ar-fallback__actions {
	margin-top: 12px;
}

.lumiere-ring-ar-fallback__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 14px;
	border-radius: 999px;
	background: rgba(21, 21, 66, 0.06);
	color: var(--lumiere-ar-ink);
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}

.lumiere-ring-ar-overlay[hidden] {
	display: none !important;
}

.lumiere-ring-ar-overlay {
	position: fixed;
	inset: 0;
	z-index: 2147483000;
	opacity: 0;
	pointer-events: none;
	transition: opacity 220ms ease;
}

.lumiere-ring-ar-root.is-overlay-open .lumiere-ring-ar-overlay {
	opacity: 1;
	pointer-events: auto;
}

.lumiere-ring-ar-overlay__scrim {
	position: absolute;
	inset: 0;
	background: rgba(244, 242, 238, 0.3);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

.lumiere-ring-ar-stage {
	position: relative;
	width: 100%;
	height: 100%;
	background: #efeee9;
	overflow: hidden;
	transform: scale(1.01);
	transition: transform 260ms ease;
}

.lumiere-ring-ar-root.is-overlay-open .lumiere-ring-ar-stage {
	transform: scale(1);
}

.lumiere-ring-ar-stage__gradient {
	position: absolute;
	inset: -18%;
	background:
		radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.92), transparent 36%),
		radial-gradient(circle at 78% 28%, rgba(228, 231, 239, 0.82), transparent 34%),
		radial-gradient(circle at 34% 78%, rgba(242, 239, 234, 0.94), transparent 34%),
		linear-gradient(135deg, #f6f4ef, #ece9e1 44%, #f4f2ec 100%);
	animation: lumiereArGradient 12s ease-in-out infinite alternate;
	opacity: 0;
	transition: opacity 260ms ease;
}

.lumiere-ring-ar-root.is-overlay-open .lumiere-ring-ar-stage__gradient {
	opacity: 1;
}

.lumiere-ring-ar-video,
.lumiere-ring-ar-canvas {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lumiere-ring-ar-video,
.lumiere-ring-ar-canvas {
	opacity: 0;
	transition: opacity 220ms ease;
}

.lumiere-ring-ar-root.is-camera-live .lumiere-ring-ar-video,
.lumiere-ring-ar-root.is-camera-live .lumiere-ring-ar-canvas {
	opacity: 1;
}

.lumiere-ring-ar-root.is-front-camera .lumiere-ring-ar-video,
.lumiere-ring-ar-root.is-front-camera .lumiere-ring-ar-canvas {
	transform: scaleX(-1);
}

.lumiere-ring-ar-canvas {
	pointer-events: none;
}

.lumiere-ring-ar-controls,
.lumiere-ring-ar-hud {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 4;
}

.lumiere-ring-ar-controls {
	top: 0;
	padding: max(18px, env(safe-area-inset-top)) 18px 0;
	pointer-events: none;
}

.lumiere-ring-ar-root.is-preflight-open .lumiere-ring-ar-controls {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.lumiere-ring-ar-session-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
	width: 100%;
	position: relative;
	z-index: 8;
}

.lumiere-ring-ar-close {
	display: inline-flex !important;
	align-items: center;
	gap: 10px;
	min-height: 48px;
	padding: 0 14px 0 20px !important;
	border: 1px solid rgba(36, 86, 245, 0.2) !important;
	border-radius: 999px !important;
	background: var(--lumiere-ar-blue) !important;
	color: #ffffff !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	pointer-events: auto;
	position: relative;
	z-index: 9;
	transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.lumiere-ring-ar-close:hover,
.lumiere-ring-ar-close:focus-visible {
	background: var(--lumiere-ar-blue-hover) !important;
	border-color: var(--lumiere-ar-blue-hover) !important;
	color: #ffffff !important;
	outline: none;
	transform: translateY(-1px);
	box-shadow: 0 0 0 4px rgba(36, 86, 245, 0.16);
}

.lumiere-ring-ar-close__label {
	color: inherit;
}

.lumiere-ring-ar-close__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.18);
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
}

.lumiere-ring-ar-session-bar__group,
.lumiere-ring-ar-swatch-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.lumiere-ring-ar-session-bar__group {
	justify-content: flex-end;
	align-items: center;
	max-width: min(54vw, 320px);
	pointer-events: auto;
	position: relative;
	z-index: 9;
}

.lumiere-ring-ar-swatch {
	--lumiere-swatch-hi: #fdfefe;
	--lumiere-swatch-mid: #e5ebf0;
	--lumiere-swatch-lo: #c6cfd9;
	--lumiere-swatch-bokeh: rgba(202, 216, 235, 0.38);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 82px;
	min-width: 56px;
	flex: 0 0 56px;
	padding: 0 !important;
	border: 1px solid rgba(21, 21, 66, 0.08) !important;
	border-radius: 999px !important;
	background:
		linear-gradient(180deg, var(--lumiere-swatch-hi), var(--lumiere-swatch-mid) 54%, var(--lumiere-swatch-lo)) !important;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.78),
		inset 0 -14px 24px rgba(89, 73, 39, 0.06),
		0 14px 28px rgba(15, 18, 38, 0.12),
		0 20px 34px var(--lumiere-swatch-bokeh) !important;
	position: relative;
	overflow: hidden;
	isolation: isolate;
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.lumiere-ring-ar-swatch-row {
	min-height: 82px;
	width: 100%;
	flex-wrap: nowrap;
}

.lumiere-ring-ar-swatch__inner,
.lumiere-ring-ar-swatch::before {
	content: '';
	position: absolute;
	inset: 1px;
	border-radius: inherit;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.34), transparent 28%),
		linear-gradient(180deg, var(--lumiere-swatch-hi), var(--lumiere-swatch-mid) 54%, var(--lumiere-swatch-lo));
	box-shadow:
		inset 0 1px 1px rgba(255, 255, 255, 0.78),
		inset 0 -10px 18px rgba(40, 31, 18, 0.08);
}

.lumiere-ring-ar-swatch__sheen,
.lumiere-ring-ar-swatch::after {
	content: '';
	position: absolute;
	inset: -16% 20%;
	border-radius: 999px;
	background: linear-gradient(118deg, transparent 0%, rgba(255, 255, 255, 0.56) 48%, transparent 82%);
	filter: blur(3px);
	mix-blend-mode: screen;
	opacity: 0.76;
	transform: translate3d(-120%, 0, 0) rotate(10deg);
	animation: lumiereArSwatchSheen 5.6s ease-in-out infinite;
}

.lumiere-ring-ar-swatch:hover,
.lumiere-ring-ar-swatch:focus-visible {
	transform: translateY(-1px) scale(1.02);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.82),
		inset 0 -14px 24px rgba(89, 73, 39, 0.08),
		0 18px 34px rgba(15, 18, 38, 0.16),
		0 24px 38px var(--lumiere-swatch-bokeh) !important;
	outline: none;
}

.lumiere-ring-ar-swatch.is-white {
	--lumiere-swatch-hi: #fdfefe;
	--lumiere-swatch-mid: #e5ebf0;
	--lumiere-swatch-lo: #c6cfd9;
	--lumiere-swatch-bokeh: rgba(202, 216, 235, 0.38);
}

.lumiere-ring-ar-swatch.is-yellow {
	--lumiere-swatch-hi: #f7e6ab;
	--lumiere-swatch-mid: #dcc16c;
	--lumiere-swatch-lo: #c9a84c;
	--lumiere-swatch-bokeh: rgba(226, 186, 87, 0.34);
}

.lumiere-ring-ar-swatch.is-rose {
	--lumiere-swatch-hi: #efc7b4;
	--lumiere-swatch-mid: #d9a082;
	--lumiere-swatch-lo: #c48363;
	--lumiere-swatch-bokeh: rgba(220, 147, 111, 0.3);
}

.lumiere-ring-ar-swatch.is-active {
	border-color: rgba(36, 86, 245, 0.22) !important;
	box-shadow:
		0 0 0 2px rgba(255, 255, 255, 0.9),
		0 0 0 8px rgba(36, 86, 245, 0.14),
		0 16px 32px rgba(36, 86, 245, 0.16),
		0 24px 38px var(--lumiere-swatch-bokeh) !important;
}

.lumiere-ring-ar-hud {
	bottom: 0;
	padding: 0 18px max(20px, env(safe-area-inset-bottom));
	pointer-events: none;
}

.lumiere-ring-ar-status {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	max-width: min(78vw, 460px);
	padding: 10px 14px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.9);
	color: var(--lumiere-ar-ink);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.45;
	box-shadow: 0 12px 24px rgba(6, 8, 18, 0.16);
}

.lumiere-ring-ar-preflight {
	position: absolute;
	inset: 0;
	z-index: 5;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 24px;
	background: linear-gradient(180deg, rgba(244, 242, 238, 0.06), rgba(226, 224, 220, 0.18));
}

.lumiere-ring-ar-preflight[hidden] {
	display: none !important;
}

.lumiere-ring-ar-preflight__card {
	width: min(100%, 560px);
	padding: 24px;
	border: 1px solid rgba(21, 21, 66, 0.08);
	border-radius: 30px;
	background: rgba(248, 248, 248, 0.95);
	box-shadow: 0 24px 60px rgba(6, 8, 18, 0.18);
	opacity: 0;
	transform: translate3d(0, 24px, 0) scale(0.985);
	transition: opacity 220ms ease, transform 280ms ease;
}

.lumiere-ring-ar-root.is-preflight-open .lumiere-ring-ar-preflight__card {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
}

.lumiere-ring-ar-preflight__eyebrow {
	margin-bottom: 10px;
	color: var(--lumiere-ar-blue);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.lumiere-ring-ar-preflight__card h2 {
	margin: 0 0 10px;
	color: var(--lumiere-ar-ink);
	font-size: clamp(30px, 6vw, 40px);
	line-height: 0.98;
}

.lumiere-ring-ar-preflight__card > p {
	margin: 0 0 18px;
	color: var(--lumiere-ar-muted);
	font-size: 15px;
	line-height: 1.65;
}

.lumiere-ring-ar-preflight__controls {
	display: grid;
	gap: 14px;
	margin-bottom: 18px;
}

.lumiere-ring-ar-preflight__label {
	margin-bottom: 10px;
	color: var(--lumiere-ar-ink);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.lumiere-ring-ar-preflight__actions {
	display: grid;
	gap: 12px;
}

.lumiere-ring-ar-start {
	width: 100%;
}

.lumiere-ring-ar-secondary {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	border: 0 !important;
	background: transparent !important;
	color: var(--lumiere-ar-muted) !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	text-decoration: underline;
	text-underline-offset: 3px;
	box-shadow: none !important;
}

.lumiere-ring-ar-secondary:hover,
.lumiere-ring-ar-secondary:focus-visible {
	color: var(--lumiere-ar-ink) !important;
	outline: none;
}

.lumiere-ring-ar-preflight__hint {
	margin: 16px 0 0;
	color: #808699;
	font-size: 12px;
	line-height: 1.55;
}

.lumiere-ring-ar-root.is-desktop .lumiere-ring-ar-cta {
	display: none !important;
}

.lumiere-ring-ar-root.is-desktop .lumiere-ring-ar-desktop {
	display: flex !important;
}

.lumiere-ring-ar-root.is-mobile .lumiere-ring-ar-desktop {
	display: none !important;
}

.lumiere-ring-ar-root.is-unsupported .lumiere-ring-ar-cta {
	display: none !important;
}

.lumiere-ring-ar-root.is-unsupported .lumiere-ring-ar-fallback {
	display: block !important;
}

body.lumiere-ar-preflight-open,
body.lumiere-ar-session-open {
	overflow: hidden;
}

body.lumiere-ar-preflight-open header,
body.lumiere-ar-preflight-open .elementor-location-header,
body.lumiere-ar-preflight-open .site-header,
body.lumiere-ar-preflight-open .lm-mobile-toggle,
body.lumiere-ar-preflight-open #wpadminbar,
body.lumiere-ar-session-open header,
body.lumiere-ar-session-open .elementor-location-header,
body.lumiere-ar-session-open .site-header,
body.lumiere-ar-session-open .lm-mobile-toggle,
body.lumiere-ar-session-open #wpadminbar {
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

@keyframes lumiereArHalo {
	0% {
		transform: translate3d(-1%, 0, 0) scale(0.98);
		opacity: 0.9;
	}
	50% {
		transform: translate3d(1.2%, -1%, 0) scale(1.02);
		opacity: 1;
	}
	100% {
		transform: translate3d(-0.8%, 1%, 0) scale(0.99);
		opacity: 0.92;
	}
}

@keyframes lumiereArGradient {
	0% {
		transform: translate3d(-1%, -1%, 0) scale(1);
		filter: blur(0);
	}
	50% {
		transform: translate3d(1.5%, 0.5%, 0) scale(1.03);
		filter: blur(2px);
	}
	100% {
		transform: translate3d(-0.8%, 1.2%, 0) scale(1.01);
		filter: blur(0);
	}
}

@keyframes lumiereArSwatchSheen {
	0%,
	12% {
		transform: translate3d(-120%, 0, 0) rotate(10deg);
		opacity: 0;
	}
	24% {
		transform: translate3d(40%, 0, 0) rotate(10deg);
		opacity: 0.76;
	}
	36%,
	100% {
		transform: translate3d(150%, 0, 0) rotate(10deg);
		opacity: 0;
	}
}

@media (max-width: 1024px) {
	.lumiere-ring-ar-feature__panel {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.lumiere-ring-ar-feature.is-expanded .lumiere-ring-ar-feature__panel {
		max-height: 620px;
	}

	.lumiere-ring-ar-feature__actions {
		justify-content: flex-start;
	}
}

@media (max-width: 767px) {
	.lumiere-ring-ar-root {
		margin-top: 18px;
		--lumiere-ar-feature-gutter: 24px;
		margin-bottom: 30px;
	}

	.lumiere-ring-ar-feature {
		padding-inline: var(--lumiere-ar-feature-gutter);
	}

	.lumiere-ring-ar-feature__toggle {
		min-width: 156px;
		padding: 0 18px !important;
	}

	.lumiere-ring-ar-feature__panel {
		padding: 18px;
		border-radius: 24px;
	}

	.lumiere-ring-ar-feature.is-expanded .lumiere-ring-ar-feature__panel {
		max-height: 560px;
	}

	.lumiere-ring-ar-feature.is-expanded {
		margin-bottom: 34px;
	}

	.lumiere-ring-ar-root.is-mobile.is-supported .lumiere-ring-ar-feature__panel {
		display: none !important;
	}

	.lumiere-ring-ar-feature__copy h3 {
		font-size: 24px;
	}

	.lumiere-ring-ar-feature__actions {
		width: 100%;
	}

	.lumiere-ring-ar-controls {
		padding: max(14px, env(safe-area-inset-top)) 14px 0;
	}

	.lumiere-ring-ar-session-header {
		align-items: flex-start;
		min-height: 56px;
	}

	.lumiere-ring-ar-session-bar__group {
		max-width: none;
		position: fixed;
		top: calc(max(14px, env(safe-area-inset-top)) + 6px);
		right: 14px;
		z-index: 10;
		gap: 8px;
	}

	.lumiere-ring-ar-close {
		position: fixed;
		top: calc(max(14px, env(safe-area-inset-top)) + 6px);
		left: 14px;
		z-index: 10;
	}

	.lumiere-ring-ar-swatch {
		width: 50px;
		height: 74px;
		min-width: 50px;
		flex-basis: 50px;
	}

	.lumiere-ring-ar-swatch-row {
		min-height: 74px;
		gap: 10px;
	}

	.lumiere-ring-ar-preflight {
		padding: 24px 22px;
	}

	.lumiere-ring-ar-preflight__card {
		width: min(100%, calc(100vw - 44px));
		padding: 20px;
		border-radius: 24px;
	}

	.lumiere-ring-ar-status {
		max-width: calc(100vw - 28px);
		font-size: 12px;
	}
}
