
body::before {
	content: "";
	position: fixed;
	inset: 0;
	background: linear-gradient(90deg, rgba(31,59,92,0.08) 0%, transparent 40%, transparent 60%, rgba(255,60,60,0.08) 100%);
	pointer-events: none;
	z-index: 0;
}
*,
*::before,
*::after
{
	box-sizing: border-box;
}

:root
{
	--bg: #090909;
	--bg-soft: #101010;
	--bg-card: rgba(18, 18, 18, 0.84);
	--line: rgba(255, 255, 255, 0.08);
	--text: #f3efe8;
	--muted: #c9c2b6;
	--accent: #1f3b5c;
	--accent-2: #ff3c3c;
	--shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
	--radius: 22px;
	--radius-sm: 14px;
	--container: 1200px;
}

html
{
	scroll-behavior: smooth;
}

body
{
	margin: 0;
	font-family: 'Barlow', Arial, sans-serif;
	background:
		radial-gradient(circle at top, rgba(42, 106, 255, 0.10), transparent 38%),
		linear-gradient(180deg, #0a0a0a 0%, #070707 100%);
	color: var(--text);
	line-height: 1.55;
}

body.modal-open
{
	overflow: hidden;
}

img
{
	max-width: 100%;
	display: block;
}

a
{
	color: inherit;
	text-decoration: none;
}

button
{
	font: inherit;
}

.container
{
	width: min(calc(100% - 40px), var(--container));
	margin: 0 auto;
}

.topbar
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 40;
	background: rgba(8, 8, 8, 0.58);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.topbar-inner
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 0;
	gap: 20px;
}

.brand
{
	display: flex;
	align-items: center;
	gap: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.brand-mark
{
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: var(--accent);
	box-shadow: 0 0 18px rgba(42, 106, 255, 0.8);
}

.brand-name
{
	font-size: 0.96rem;
}

.nav
{
	display: flex;
	align-items: center;
	gap: 24px;
	color: var(--muted);
	font-size: 0.95rem;
}

.nav a:hover
{
	color: var(--text);
}

.hero
{
	position: relative;
	min-height: 100svh;
	display: flex;
	align-items: center;
	padding: 120px 0 80px;
	overflow: clip;
}

.hero-bg
{
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(6, 6, 6, 0.9) 0%, rgba(6, 6, 6, 0.62) 42%, rgba(6, 6, 6, 0.18) 100%),
		url("hero_04.png") center right / cover no-repeat;
	transform: scale(1.03);
}

.hero-gradient
{
	position: absolute;
	inset: auto 0 0 0;
	height: 240px;
	background: linear-gradient(180deg, transparent, rgba(8, 8, 8, 0.95));
}

.hero-grid
{
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.75fr);
	gap: 40px;
	align-items: end;
}

.hero-copy
{
	max-width: 660px;
}

.eyebrow,
.section-kicker,
.small-label
{
	display: inline-block;
	color: var(--accent-2);
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-size: 0.72rem;
}

.hero h1
{
	margin: 14px 0 18px;
	font-family: 'Cinzel', serif;
	font-size: clamp(2.3rem, 5vw, 4.5rem);
	line-height: 0.98;
	letter-spacing: 0.02em;
	max-width: 10ch;
}

.intro
{
	margin: 0 0 16px;
	font-size: 1.06rem;
	color: #f0ebe3;
	max-width: 60ch;
}

.intro-strong
{
	font-weight: 700;
	color: #fff6ea;
}

.hero-actions
{
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 26px;
}

.btn
{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: 0;
	border-radius: 999px;
	padding: 14px 24px;
	font-weight: 700;
	letter-spacing: 0.02em;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.btn:hover
{
	transform: translateY(-2px);
}

.btn-primary
{
	background: var(--accent);
	color: white;
	box-shadow: 0 16px 38px rgba(42, 106, 255, 0.28);
}

.btn-secondary
{
	background: rgba(255, 255, 255, 0.06);
	color: var(--text);
	border: 1px solid rgba(255, 255, 255, 0.10);
}

.btn-block
{
	width: 100%;
}

.hero-badges
{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.badge
{
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: #e8e0d2;
	font-size: 0.92rem;
}

.hero-side
{
	display: grid;
	gap: 16px;
	justify-items: end;
}

.floating-card
{
	width: min(100%, 340px);
	background: linear-gradient(180deg, rgba(21, 21, 21, 0.9), rgba(12, 12, 12, 0.88));
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: var(--shadow);
	border-radius: var(--radius);
	padding: 20px;
	backdrop-filter: blur(12px);
}

.availability-number
{
	margin-top: 8px;
	font-size: clamp(2.2rem, 4vw, 3.2rem);
	font-weight: 800;
	line-height: 1;
}

.availability-text
{
	margin-top: 6px;
	color: var(--muted);
}

.countdown
{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	margin-top: 14px;
}

.countdown div
{
	padding: 12px 8px;
	text-align: center;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.countdown strong
{
	display: block;
	font-size: 1.4rem;
	line-height: 1;
}

.countdown span
{
	display: block;
	margin-top: 5px;
	color: var(--muted);
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.section
{
	padding: 100px 0;
}

.section-dark
{
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent);
}

.section-heading
{
	margin-bottom: 34px;
}

.section-heading h2,
.testimonial-copy h2,
.final-cta h2
{
	margin: 10px 0 0;
	font-family: 'Cinzel', serif;
	font-size: clamp(1.9rem, 4vw, 3rem);
	line-height: 1.06;
}

.section-text
{
	max-width: 56ch;
	color: var(--muted);
	margin-top: 12px;
}

.features-grid
{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.feature-card,
.product-card,
.final-cta-box
{
	position: relative;
	background: linear-gradient(180deg, rgba(20, 20, 20, 0.95), rgba(12, 12, 12, 0.95));
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
}

.feature-card
{
	padding: 28px;
	overflow: hidden;
}

.feature-card::after
{
	content: "";
	position: absolute;
	inset: auto -30px -30px auto;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(42, 106, 255, 0.22), transparent 70%);
	pointer-events: none;
}

.feature-index
{
	font-size: 0.88rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	color: var(--accent-2);
	margin-bottom: 16px;
}

.feature-card h3
{
	margin: 0 0 10px;
	font-size: 1.3rem;
}

.feature-card p
{
	margin: 0;
	color: var(--muted);
}

.section-split
{
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0)),
		radial-gradient(circle at 80% 20%, rgba(42, 106, 255, 0.07), transparent 28%);
}

.split-grid
{
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 30px;
	align-items: center;
}

.video-card
{
	width: 100%;
	min-height: 360px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--radius);
	background:
		linear-gradient(180deg, rgba(42, 106, 255, 0.08), rgba(0, 0, 0, 0.42)),
		url("promo.png") center center / cover no-repeat;
	box-shadow: var(--shadow);
	display: grid;
	place-items: center;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.video-card::after
{
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.38));
}

.video-play,
.video-label
{
	position: relative;
	z-index: 1;
}

.video-play
{
	width: 88px;
	height: 88px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(8px);
	font-size: 1.8rem;
	margin-bottom: 16px;
	box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.04);
	color: #ffffff;
	text-shadow: 0 0 12px rgba(0,0,0,0.6);
}

.video-label
{
	position: absolute;
	bottom: 22px;
	left: 22px;
	font-weight: 700;
	font-size: 1rem;
	color: #ffffff;
	text-shadow: 0 0 12px rgba(0,0,0,0.6);
}

blockquote
{
	margin: 18px 0 0;
	font-size: clamp(1.12rem, 2vw, 1.42rem);
	line-height: 1.6;
	color: #f7f2e9;
}

.quote-author
{
	margin-top: 16px;
	color: var(--muted);
	font-weight: 600;
}

.section-products
{
	background:
		radial-gradient(circle at top left, rgba(42, 106, 255, 0.08), transparent 26%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent);
}

.product-grid
{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.product-card
{
	padding: 28px;
}

.product-card.featured
{
	border-color: rgba(255, 60, 60, 0.38);
	transform: translateY(-8px);
}

.featured-badge
{
	position: absolute;
	top: 16px;
	right: 16px;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(42, 106, 255, 0.12);
	color: #ffd4c1;
	border: 1px solid rgba(255, 60, 60, 0.24);
	font-size: 0.8rem;
	font-weight: 700;
}

.product-type
{
	display: inline-block;
	color: var(--accent-2);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.product-top h3
{
	margin: 10px 0 8px;
	font-size: 2rem;
	font-family: 'Cinzel', serif;
}

.product-desc
{
	margin: 0;
	color: var(--muted);
}

.product-price-row
{
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	margin: 24px 0 14px;
}

.product-price
{
	font-size: 2.3rem;
	font-weight: 800;
	line-height: 1;
}

.product-stock-label
{
	color: #ffd0bc;
	font-weight: 700;
}

.stock-track
{
	height: 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	overflow: hidden;
	margin-bottom: 20px;
}

.stock-fill
{
	height: 100%;
	border-radius: inherit;
	background: var(--accent);
	box-shadow: 0 0 24px rgba(42, 106, 255, 0.4);
}

.stock-fill-45
{
	width: 45%;
}

.stock-fill-70
{
	width: 70%;
}

.product-points
{
	list-style: none;
	margin: 0 0 22px;
	padding: 0;
	display: grid;
	gap: 10px;
	color: #efe6d8;
}

.product-points li
{
	padding-left: 22px;
	position: relative;
}

.product-points li::before
{
	content: "•";
	position: absolute;
	left: 4px;
	top: 0;
	color: var(--accent-2);
	font-weight: 800;
}

.final-cta
{
	padding-top: 30px;
	padding-bottom: 120px;
}

.final-cta-box
{
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.sticky-cta
{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 35;
	background: rgba(6, 6, 6, 0.84);
	backdrop-filter: blur(14px);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.sticky-cta-inner
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 12px 0;
}

.sticky-text
{
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.sticky-text span
{
	color: var(--muted);
	font-size: 0.92rem;
}

.video-modal
{
	position: fixed;
	inset: 0;
	z-index: 80;
	display: none;
}

.video-modal.active
{
	display: block;
}

.video-backdrop
{
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.74);
}

.video-panel
{
	position: relative;
	z-index: 1;
	width: min(calc(100% - 30px), 960px);
	margin: 40px auto;
	max-height: 90vh; /* 👈 clé */
	display: flex;
	flex-direction: column;
	
	background: #0c0c0c;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 24px;
	padding: 18px;
	box-shadow: var(--shadow);
}

.video-close
{
	position: absolute;
	top: 12px;
	right: 14px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 0;
	background: rgba(255, 255, 255, 0.08);
	color: white;
	font-size: 1.5rem;
	cursor: pointer;
}
	
.video-embed
{
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9; /* 👈 mieux que padding hack */
	max-height: 70vh; /* 👈 limite la taille */
	border-radius: 16px;
	overflow: hidden;
	background: #000;
	/* padding-top: 56.25%; */
}

.video-embed iframe
{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.video-note
{
	margin: 14px 4px 2px;
	color: var(--muted);
	font-size: 0.92rem;
}

.reveal
{
	opacity: 0;
	transform: translateY(26px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible
{
	opacity: 1;
	transform: translateY(0);
}

.delay-1
{
	transition-delay: 0.12s;
}

.delay-2
{
	transition-delay: 0.22s;
}

@media (max-width: 1080px)
{
	.hero-grid,
	.split-grid,
	.features-grid,
	.product-grid,
	.final-cta-box
	{
		grid-template-columns: 1fr;
	}

	.hero-side
	{
		justify-items: start;
	}

	.product-card.featured
	{
		transform: none;
	}

	.video-card
	{
		min-height: 300px;
	}
}

@media (max-width: 780px)
{
	.topbar-inner
	{
		flex-direction: column;
		align-items: flex-start;
	}

	.nav
	{
		gap: 16px;
		flex-wrap: wrap;
	}

	.hero
	{
		padding-top: 160px;
	}

	.hero h1
	{
		max-width: none;
	}

	.hero-bg
	{
		background-position: 65% center;
	}

	.countdown
	{
		grid-template-columns: repeat(2, 1fr);
	}

	.final-cta-box,
	.sticky-cta-inner
	{
		flex-direction: column;
		align-items: stretch;
	}

	.sticky-text
	{
		text-align: center;
	}

	.video-panel
	{
		margin-top: 30px;
	}
}

@media (max-width: 560px)
{
	.container
	{
		width: min(calc(100% - 24px), var(--container));
	}

	.section
	{
		padding: 80px 0;
	}

	.hero-actions
	{
		flex-direction: column;
		align-items: stretch;
	}

	.btn
	{
		width: 100%;
	}

	.feature-card,
	.product-card,
	.final-cta-box,
	.floating-card
	{
		border-radius: 18px;
	}

	.video-play
	{
		width: 72px;
		height: 72px;
		font-size: 1.5rem;
	}
}



/* ===== POPUPS V5 ===== */

.custom-modal
{
	position: fixed;
	inset: 0;
	z-index: 120;
	display: none;
}

.custom-modal.active
{
	display: block;
}

.custom-modal-backdrop
{
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.72);
	backdrop-filter: blur(8px);
}

.custom-modal-panel
{
	position: relative;
	z-index: 1;
	width: min(calc(100% - 24px), 560px);
	margin: 60px auto 0;
	background: linear-gradient(180deg, rgba(18, 18, 18, 0.98), rgba(10, 10, 10, 0.98));
	border: 1px solid rgba(255, 255, 255, 0.10);
	border-radius: 26px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.55);
	padding: 26px;
}

.custom-modal-close
{
	position: absolute;
	top: 12px;
	right: 12px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 0;
	background: rgba(255, 255, 255, 0.07);
	color: #fff;
	font-size: 1.5rem;
	cursor: pointer;
}

.custom-modal-kicker
{
	display: inline-block;
	color: var(--accent-2);
	font-size: 0.74rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	margin-bottom: 8px;
}

.custom-modal-panel h2
{
	margin: 0 0 10px;
	font-family: 'Cinzel', serif;
	font-size: clamp(1.7rem, 3vw, 2.4rem);
	line-height: 1.05;
}

.custom-modal-text
{
	margin: 0 0 22px;
	color: var(--muted);
}

.login-grid
{
	display: grid;
	gap: 14px;
	margin-bottom: 18px;
}

.form-field
{
	display: grid;
	gap: 8px;
}

.form-field label
{
	font-size: 0.92rem;
	color: #f0e7d8;
	font-weight: 600;
}

.form-field input,
.form-field select
{
	min-width: 200px;
	width: 100%;
	padding: 13px 14px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	background: rgba(255, 255, 255, 0.04);
	color: #fff;
	outline: none;
}

.form-field input:focus,
.form-field select:focus
{
	border-color: rgba(255, 60, 60, 0.55);
	box-shadow: 0 0 0 3px rgba(255, 60, 60, 0.10);
}

.login-actions
{
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.link-soft
{
	color: #dcd2c6;
	font-size: 0.95rem;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.order-summary
{
	display: grid;
	gap: 18px;
}

.order-product-card
{
	display: grid;
	grid-template-columns: 92px 1fr;
	gap: 16px;
	align-items: center;
	padding: 14px;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.03);
}

.order-thumb
{
	width: 92px;
	height: 92px;
	object-fit: cover;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: #0f0f0f;
}

.order-product-top
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.order-product-top h3
{
	margin: 0;
	font-size: 1.2rem;
}

.order-price
{
	font-weight: 800;
	font-size: 1.05rem;
}

.order-stock
{
	margin: 6px 0 0;
	font-size: 0.92rem;
	color: var(--muted);
}

.order-row
{
	display: grid;
	grid-template-columns: 1fr 120px;
	gap: 12px;
	align-items: end;
	margin-top: 12px;
}

.order-total-box
{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	padding: 16px;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.03);
}

.total-label
{
	font-size: 0.82rem;
	color: var(--muted);
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.total-value
{
	display: block;
	margin-top: 6px;
	font-size: 1.2rem;
	font-weight: 800;
}

.total-value.total-final
{
	color: #fff;
	font-size: 1.4rem;
}

.modal-note
{
	margin: 8px 0 0;
	font-size: 0.92rem;
	color: var(--muted);
}

.modal-actions
{
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 18px;
}

.btn-outline
{
	background: transparent;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 640px)
{
	.custom-modal-panel
	{
		margin-top: 30px;
		padding: 22px;
		border-radius: 22px;
	}

	.order-product-card
	{
		grid-template-columns: 1fr;
	}

	.order-row,
	.order-total-box
	{
		grid-template-columns: 1fr;
	}
}


/* ===== V6 ORDER MODAL WITH COLORS ===== */

.custom-modal-panel-wide
{
	width: min(calc(100% - 24px), 920px);
}

.order-grid
{
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
}

.color-grid
{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-top: 14px;
}

.color-choice
{
	padding: 14px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.color-choice-blue
{
	border-color: rgba(31, 59, 92, 0.85);
	box-shadow: inset 0 0 0 1px rgba(31, 59, 92, 0.25);
}

.color-choice-red
{
	border-color: rgba(178, 34, 34, 0.85);
	box-shadow: inset 0 0 0 1px rgba(178, 34, 34, 0.25);
}

.color-head
{
	display: flex;
	align-items: center;
	gap: 6px; /* espace entre point et texte */
}

.color-dot
{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	flex: 0 0 12px;
}

.color-dot-blue
{
	background: #1f3b5c;
	box-shadow: 0 0 12px rgba(31, 59, 92, 0.5);
}

.color-dot-red
{
	background: #b22222;
	box-shadow: 0 0 12px rgba(178, 34, 34, 0.5);
}


.color-label
{
	margin-right: auto; /* pousse le stock à droite */
	font-size: 0.95rem;
	font-weight: 700;
	color: #fff;
}

.form-field select,
select,
select option
{
	background: #171717;
	color: #ffffff;
}

@media (max-width: 820px)
{
	.order-grid
	{
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px)
{
	.color-grid
	{
		grid-template-columns: 1fr;
	}
}


/* ===== V7 Compact Modal ===== */
.custom-modal-panel
{
	max-height: 90vh;
	overflow-y: auto;
}

.order-product-card
{
	padding: 12px;
	margin-bottom: 10px;
}

.color-choice
{
	padding: 10px;
}

.order-summary
{
	gap: 10px;
}

.order-total-box
{
	margin-top: 10px;
}

.order-thumb
{
	max-width: 80px;
	height: auto;
}

.color-label
{
	font-size: 0.85rem;
}

.form-field label
{
	font-size: 0.8rem;
	margin-bottom: 2px;
}

/* Sticky title */
.custom-modal-panel h2
{
	position: sticky;
	top: 0;
	background: #111;
	padding-bottom: 10px;
	z-index: 2;
}


/* ===== V8 layout improvements ===== */

.form-field
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.form-field label
{
	margin: 0;
	white-space: nowrap;
}

.form-field select
{
	width: 80px;
}

.color-head
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.color-stock
{
	font-size: 0.8rem;
	opacity: 0.7;
}



/* ===== V10 restored popup ===== */

.custom-modal-panel-wide
{
	width: min(calc(100% - 24px), 920px);
}

.order-grid
{
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
}

.order-product-card
{
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 16px;
	align-items: center;
	padding: 12px;
	margin-bottom: 10px;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.03);
}

.order-thumb
{
	width: 120px !important;
	height: 120px !important;
	max-width: none !important;
	object-fit: cover;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: #0f0f0f;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.color-grid
{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-top: 14px;
}

.color-choice
{
	padding: 10px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.color-choice-blue
{
	border-color: rgba(31, 59, 92, 0.85);
	box-shadow: inset 0 0 0 1px rgba(31, 59, 92, 0.25);
}

.color-choice-red
{
	border-color: rgba(178, 34, 34, 0.85);
	box-shadow: inset 0 0 0 1px rgba(178, 34, 34, 0.25);
}

.color-head
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.color-title
{
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.color-dot
{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	flex: 0 0 12px;
}

.color-dot-blue
{
	background: #1f3b5c;
	box-shadow: 0 0 12px rgba(31, 59, 92, 0.5);
}

.color-dot-red
{
	background: #b22222;
	box-shadow: 0 0 12px rgba(178, 34, 34, 0.5);
}

.color-label
{
	margin-right: 0;
	font-size: 0.85rem;
	font-weight: 700;
	color: #fff;
}

.color-stock
{
	font-size: 0.8rem;
	opacity: 0.7;
	white-space: nowrap;
}

.form-field
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.form-field label
{
	margin: 0;
	white-space: nowrap;
	font-size: 0.8rem;
}

.form-field select
{
	width: 120px !important;
	min-width: 120px !important;
	padding: 10px 12px;
	font-size: 1rem;
	background: #171717;
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.10);
	border-radius: 14px;
}

select,
select option
{
	background: #171717;
	color: #ffffff;
}
.video-embed video
{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 640px)
{
	.order-product-card
	{
		grid-template-columns: 1fr;
	}

	.order-thumb
	{
		width: 100% !important;
		height: 180px !important;
	}
}

@media (max-width: 560px)
{
	.color-grid
	{
		grid-template-columns: 1fr;
	}
}


.video-embed iframe
{
	background: #000;
}
