/*
 * FLOCTEX visual polish layer.
 * Kept in the plugin so the theme remains untouched and the layer stays reversible.
 */

:root {
	--ftx-site-navy: #071b2f;
	--ftx-site-blue: #215387;
	--ftx-site-yellow: #f7c531;
	--ftx-site-ink: #182536;
	--ftx-site-muted: #64748b;
	--ftx-site-line: rgba(24, 37, 54, .13);
	--ftx-site-soft: #f6f8fb;
	--ftx-site-card: #ffffff;
	--ftx-site-radius: 8px;
	--ftx-site-shadow: 0 14px 34px rgba(7, 27, 47, .10);
}

/* FLOCTEX V2 - Univers Travail vivant */
body.ftx-universe-work-v2-page,
body.ftx-universe-work-v2-page #wrapper,
body.ftx-universe-work-v2-page #inner-wrap,
body.ftx-universe-work-v2-page .site,
body.ftx-universe-work-v2-page .site-main,
body.ftx-universe-work-v2-page .content-area,
body.ftx-universe-work-v2-page .content-container,
body.ftx-universe-work-v2-page .content-wrap,
body.ftx-universe-work-v2-page .entry-content-wrap,
body.ftx-universe-work-v2-page .entry-content,
body.ftx-universe-work-v2-page .single-content {
	margin: 0 !important;
	padding: 0 !important;
	max-width: none !important;
	width: 100% !important;
	background: #f5f1e9 !important;
	box-shadow: none !important;
	border: 0 !important;
}

body.ftx-universe-work-v2-page .site-header,
body.ftx-universe-work-v2-page .site-footer,
body.ftx-universe-work-v2-page .elementor-location-header,
body.ftx-universe-work-v2-page .elementor-location-footer,
body.ftx-universe-work-v2-page .entry-hero,
body.ftx-universe-work-v2-page .page-hero-section,
body.ftx-universe-work-v2-page .elementor-element-flxheader3 {
	display: none !important;
}

body.ftx-universe-work-v2-page .content-container.site-container,
body.ftx-universe-work-v2-page .entry-content.single-content {
	display: block !important;
}

.ftx-universe-work-v2 {
	width: 100vw !important;
	max-width: none !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	overflow-x: clip;
	background: #f5f1e9;
	color: #17212b;
}

.ftx-work-hero {
	position: relative;
	min-height: 680px;
	display: grid;
	align-items: center;
	background:
		linear-gradient(90deg, rgba(26, 32, 34, .88) 0%, rgba(26, 32, 34, .68) 42%, rgba(26, 32, 34, .18) 100%),
		var(--ftx-work-hero-image) center / cover no-repeat;
	border-bottom: 1px solid rgba(212, 106, 44, .34);
}

.ftx-work-hero .ftx-v2p-shell {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
	gap: 46px;
	align-items: center;
}

.ftx-work-hero__content {
	max-width: 780px;
	color: #fff;
}

.ftx-work-hero h1 {
	margin: 0;
	font-size: clamp(46px, 6.4vw, 92px);
	line-height: .93;
	letter-spacing: 0;
	color: #fff;
}

.ftx-work-hero__lead {
	margin: 24px 0 0;
	max-width: 700px;
	font-size: clamp(18px, 2vw, 24px);
	line-height: 1.45;
	font-weight: 760;
	color: rgba(255, 255, 255, .88);
}

.ftx-work-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 32px;
}

.ftx-work-hero__actions a,
.ftx-work-selection__head > a,
.ftx-work-project a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 22px;
	border-radius: 14px;
	font-weight: 920;
	text-decoration: none;
}

.ftx-work-hero__actions a:first-child,
.ftx-work-selection__head > a,
.ftx-work-project a {
	background: linear-gradient(135deg, #d46a2c 0%, #f0b15c 100%);
	color: #17212b;
	box-shadow: 0 18px 42px rgba(0, 0, 0, .22);
}

.ftx-work-hero__actions a:last-child {
	background: rgba(255, 255, 255, .12);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, .22);
}

.ftx-work-hero__panel {
	display: grid;
	gap: 12px;
	padding: 26px;
	border-radius: 24px;
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 30px 80px rgba(0, 0, 0, .28);
	backdrop-filter: blur(12px);
}

.ftx-work-hero__panel strong {
	font-size: 14px;
	color: #7d4b1d;
	text-transform: uppercase;
	letter-spacing: .11em;
}

.ftx-work-hero__panel a {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 0;
	border-top: 1px solid rgba(23, 33, 43, .12);
	color: #17212b;
	font-size: 19px;
	font-weight: 920;
	text-decoration: none;
}

.ftx-work-hero__panel a::after {
	content: "→";
	color: #d46a2c;
}

.ftx-work-intent,
.ftx-work-selection,
.ftx-work-project,
.ftx-work-seo {
	padding: 78px 0;
}

.ftx-work-intent {
	background:
		radial-gradient(circle at 15% 15%, rgba(212, 106, 44, .16), transparent 26%),
		linear-gradient(180deg, #fffaf1 0%, #f5f1e9 100%);
}

.ftx-work-intent__intro {
	display: grid;
	grid-template-columns: minmax(0, 420px) minmax(0, 1fr);
	gap: 42px;
	align-items: end;
	margin-bottom: 30px;
}

.ftx-work-intent__intro h2,
.ftx-work-selection__head h2,
.ftx-work-project h2 {
	margin: 0;
	color: #17212b;
	font-size: clamp(34px, 4.4vw, 62px);
	line-height: .98;
	letter-spacing: 0;
}

.ftx-work-intent__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.ftx-work-intent__cards a {
	position: relative;
	display: grid;
	gap: 12px;
	min-height: 220px;
	padding: 26px;
	border-radius: 24px;
	background:
		linear-gradient(145deg, rgba(255,255,255,.96), rgba(255,248,235,.92));
	border: 1px solid rgba(212, 106, 44, .18);
	box-shadow: 0 22px 56px rgba(23, 33, 43, .10);
	text-decoration: none;
	color: #17212b;
	overflow: hidden;
}

.ftx-work-intent__cards a::after {
	content: "";
	position: absolute;
	right: -28px;
	bottom: -28px;
	width: 118px;
	height: 118px;
	border-radius: 999px;
	background: rgba(212, 106, 44, .12);
}

.ftx-work-intent__cards span {
	width: 46px;
	height: 46px;
	display: grid;
	place-items: center;
	border-radius: 14px;
	background: #17212b;
	color: #f0b15c;
	font-weight: 950;
}

.ftx-work-intent__cards strong {
	font-size: 24px;
	line-height: 1.08;
}

.ftx-work-intent__cards em {
	color: #66736f;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5;
}

.ftx-work-selection {
	background: #fff;
}

.ftx-work-selection__head {
	display: flex;
	justify-content: space-between;
	gap: 28px;
	align-items: end;
	margin-bottom: 30px;
}

.ftx-work-selection__head p {
	max-width: 760px;
	color: #66736f;
	font-weight: 720;
}

.ftx-work-selection .ftx-universe-smart-layout {
	margin: 0;
	max-width: none;
}

.ftx-work-selection .ftx-universe-smart-filters {
	top: 18px;
	border-radius: 24px;
	box-shadow: 0 20px 52px rgba(23, 33, 43, .08);
}

.ftx-work-selection .ftx-universe-grid {
	gap: 20px;
}

.ftx-work-selection .ftx-universe-card {
	border-radius: 22px;
}

.ftx-work-project {
	background:
		radial-gradient(circle at 86% 18%, rgba(240, 177, 92, .20), transparent 24%),
		linear-gradient(135deg, #17212b 0%, #263238 100%);
	color: #fff;
}

.ftx-work-project .ftx-v2p-shell {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
	gap: 42px;
	align-items: center;
}

.ftx-work-project img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	border-radius: 28px;
	box-shadow: 0 28px 78px rgba(0, 0, 0, .34);
}

.ftx-work-project h2,
.ftx-work-project p {
	color: #fff;
}

.ftx-work-project p:not(.ftx-v2p-kicker) {
	font-size: 19px;
	line-height: 1.55;
	color: rgba(255, 255, 255, .82);
	font-weight: 720;
}

.ftx-work-seo {
	background: #f5f1e9;
}

.ftx-work-seo .ftx-v2p-shell {
	max-width: 920px;
}

@media (max-width: 980px) {
	.ftx-work-hero {
		min-height: auto;
		padding: 64px 0;
	}

	.ftx-work-hero .ftx-v2p-shell,
	.ftx-work-intent__intro,
	.ftx-work-project .ftx-v2p-shell {
		grid-template-columns: 1fr;
	}

	.ftx-work-selection__head {
		display: grid;
	}
}

@media (max-width: 700px) {
	.ftx-work-hero {
		padding: 46px 0;
		background:
			linear-gradient(180deg, rgba(26, 32, 34, .92) 0%, rgba(26, 32, 34, .72) 55%, rgba(26, 32, 34, .38) 100%),
			var(--ftx-work-hero-image) center top / cover no-repeat;
	}

	.ftx-work-hero h1 {
		font-size: clamp(38px, 12vw, 54px);
	}

	.ftx-work-hero__lead {
		font-size: 17px;
	}

	.ftx-work-hero__actions a,
	.ftx-work-selection__head > a,
	.ftx-work-project a {
		width: 100%;
	}

	.ftx-work-intent,
	.ftx-work-selection,
	.ftx-work-project,
	.ftx-work-seo {
		padding: 48px 0;
	}

	.ftx-work-intent__cards {
		grid-template-columns: 1fr;
	}

	.ftx-work-intent__cards a {
		min-height: 0;
	}
}

/* V2 Travail clean overrides */
body.ftx-universe-work-v2-page .site-container,
body.ftx-universe-v2-page .site-container,
body.ftx-universe-work-v2-page .entry,
body.ftx-universe-v2-page .entry,
body.ftx-universe-work-v2-page .entry-content-wrap,
body.ftx-universe-v2-page .entry-content-wrap,
body.ftx-universe-work-v2-page main,
body.ftx-universe-v2-page main,
body.ftx-universe-work-v2-page article,
body.ftx-universe-v2-page article {
	max-width: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.ftx-universe-v2-page .site-header,
body.ftx-universe-v2-page .site-footer,
body.ftx-universe-v2-page .elementor-location-header,
body.ftx-universe-v2-page .elementor-location-footer,
body.ftx-universe-v2-page .entry-hero,
body.ftx-universe-v2-page .page-hero-section,
body.ftx-universe-v2-page .elementor-element-flxheader3 {
	display: none !important;
}

.ftx-universe-work-v2--clean .ftx-work-hero {
	min-height: 520px;
	background:
		linear-gradient(90deg, rgba(5, 24, 42, .94) 0%, rgba(5, 24, 42, .76) 48%, rgba(5, 24, 42, .28) 100%),
		var(--ftx-work-hero-image) center / cover no-repeat;
}

.ftx-universe-work-v2--clean .ftx-work-hero h1 {
	max-width: 900px;
}

.ftx-universe-work-v2--clean .ftx-work-hero__panel {
	border: 1px solid rgba(196, 143, 45, .28);
}

.ftx-universe-work-v2--clean .ftx-work-hero__panel strong,
.ftx-universe-work-v2--clean .ftx-v2p-kicker {
	color: #c48f2d;
}

.ftx-universe-work-v2--clean .ftx-work-hero__actions a:first-child,
.ftx-universe-work-v2--clean .ftx-work-selection__head > a,
.ftx-universe-work-v2--clean .ftx-work-project a {
	background: #c48f2d;
	color: #07192a;
}

.ftx-universe-work-v2--clean .ftx-work-hero__actions a:last-child {
	background: rgba(255, 255, 255, .10);
	border-color: rgba(255, 255, 255, .34);
}

.ftx-universe-work-v2--clean .ftx-work-selection {
	background: #fbfaf7;
}

.ftx-universe-work-v2--clean .ftx-work-seo--before-shop {
	background: #fff;
	padding: 44px 0 34px;
}

.ftx-universe-work-v2--clean .ftx-work-seo--before-shop .ftx-v2p-shell {
	max-width: 1120px;
}

.ftx-universe-work-v2--clean .ftx-work-seo--before-shop h2 {
	font-size: clamp(28px, 3vw, 42px);
	line-height: 1.06;
	margin-bottom: 14px;
}

.ftx-universe-work-v2--clean .ftx-work-seo--before-shop p {
	max-width: 960px;
}

.ftx-universe-work-v2--clean .ftx-work-selection .ftx-universe-smart-filters,
.ftx-universe-work-v2--clean .ftx-work-selection .ftx-universe-card {
	background: #fff;
}

.ftx-universe-work-v2--clean .ftx-work-project {
	background:
		linear-gradient(90deg, rgba(7, 25, 42, .94), rgba(7, 25, 42, .82)),
		#07192a;
}

.ftx-universe-work-v2--clean .ftx-work-seo {
	background: #fff;
}

@media (max-width: 700px) {
	.ftx-universe-work-v2--clean .ftx-work-hero {
		min-height: 0;
		padding: 52px 0;
	}

	.ftx-universe-work-v2--clean .ftx-work-hero h1 {
		font-size: clamp(36px, 11vw, 50px);
	}

	.ftx-universe-work-v2--clean .ftx-work-hero__panel {
		padding: 20px;
	}
}

/* Univers V2 performance guard: simpler painting on desktop and mobile. */
.ftx-universe-work-v2 *,
.ftx-universe-work-v2 *::before,
.ftx-universe-work-v2 *::after {
	animation: none !important;
	transition: none !important;
}

.ftx-universe-work-v2 .ftx-v2p-header,
.ftx-universe-work-v2 .ftx-work-hero__panel {
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
}

.ftx-universe-work-v2 .ftx-v2p-header,
.ftx-universe-work-v2 .ftx-work-hero__panel,
.ftx-universe-work-v2 .ftx-universe-smart-filters,
.ftx-universe-work-v2 .ftx-universe-card,
.ftx-universe-work-v2 .ftx-work-project img,
.ftx-universe-work-v2 .ftx-v2p-footer {
	box-shadow: none !important;
}

.ftx-universe-work-v2--clean .ftx-work-hero {
	min-height: 390px !important;
}

.ftx-universe-work-v2--clean .ftx-work-hero .ftx-v2p-shell {
	gap: 30px;
}

@media (max-width: 700px) {
	.ftx-universe-work-v2--clean .ftx-work-hero {
		min-height: auto !important;
		padding: 24px 0 20px !important;
	}

	.ftx-universe-work-v2--clean .ftx-work-hero h1 {
		font-size: clamp(30px, 9vw, 42px) !important;
		line-height: 1.02 !important;
	}

	.ftx-universe-work-v2--clean .ftx-work-hero__lead {
		font-size: 15px !important;
		line-height: 1.45 !important;
	}
}

/* V2 Sport / Ecole clean universes */
.ftx-universe-v2-clean {
	background: #fbfaf7;
	color: var(--ftx-universe-navy);
	width: 100vw !important;
	max-width: none !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	overflow-x: hidden;
}

.ftx-universe-v2-clean *,
.ftx-universe-v2-clean *::before,
.ftx-universe-v2-clean *::after {
	animation: none !important;
	transition: none !important;
}

.ftx-universe-v2-hero {
	background:
		linear-gradient(90deg, rgba(5, 24, 42, .93) 0%, rgba(5, 24, 42, .74) 48%, rgba(5, 24, 42, .24) 100%),
		var(--ftx-universe-image) center / cover no-repeat;
	border-bottom: 1px solid color-mix(in srgb, var(--ftx-universe-accent) 42%, transparent);
	min-height: 420px;
	position: relative;
}

.ftx-universe-v2-clean--sport .ftx-universe-v2-hero {
	background:
		linear-gradient(90deg, rgba(3, 18, 38, .94) 0%, rgba(3, 18, 38, .68) 46%, rgba(3, 18, 38, .18) 100%),
		var(--ftx-universe-image) center / cover no-repeat;
	min-height: 390px;
}

.ftx-universe-v2-clean--ecole .ftx-universe-v2-hero {
	background:
		linear-gradient(90deg, rgba(31, 39, 61, .92) 0%, rgba(31, 39, 61, .64) 46%, rgba(31, 39, 61, .12) 100%),
		var(--ftx-universe-image) center / cover no-repeat;
}

.ftx-universe-v2-hero .ftx-v2p-shell {
	align-items: center;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
	min-height: inherit;
	padding-bottom: 42px;
	padding-top: 42px;
}

.ftx-universe-v2-hero__content {
	color: #fff;
	max-width: 800px;
}

.ftx-universe-v2-hero h1 {
	color: #fff;
	font-size: clamp(42px, 5vw, 74px);
	letter-spacing: 0;
	line-height: .96;
	margin: 0 0 18px;
	max-width: 860px;
}

.ftx-universe-v2-hero p:not(.ftx-v2p-kicker) {
	color: rgba(255, 255, 255, .86);
	font-size: clamp(17px, 1.6vw, 21px);
	font-weight: 760;
	line-height: 1.55;
	margin: 0;
	max-width: 760px;
}

.ftx-universe-v2-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
	margin-top: 26px;
}

.ftx-universe-v2-hero__actions a,
.ftx-universe-v2-selection .ftx-work-selection__head > a,
.ftx-universe-v2-project a {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-weight: 950;
	justify-content: center;
	min-height: 48px;
	padding: 0 20px;
	text-decoration: none;
}

.ftx-universe-v2-hero__actions a:first-child,
.ftx-universe-v2-selection .ftx-work-selection__head > a,
.ftx-universe-v2-project a {
	background: linear-gradient(135deg, var(--ftx-universe-accent), color-mix(in srgb, var(--ftx-universe-accent) 62%, #fff));
	color: #061b31;
}

.ftx-universe-v2-hero__actions a:last-child {
	background: rgba(255, 255, 255, .12);
	border: 1px solid rgba(255, 255, 255, .3);
	color: #fff;
}

.ftx-universe-v2-hero__panel {
	background: rgba(255, 255, 255, .94);
	border: 1px solid color-mix(in srgb, var(--ftx-universe-accent) 28%, transparent);
	border-radius: 22px;
	display: grid;
	gap: 10px;
	padding: 22px;
}

.ftx-universe-v2-hero__panel strong {
	color: var(--ftx-universe-deep);
	font-size: 13px;
	font-weight: 950;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.ftx-universe-v2-hero__panel a {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(6, 27, 49, .1);
	border-radius: 14px;
	color: var(--ftx-universe-navy);
	display: flex;
	font-weight: 900;
	justify-content: space-between;
	padding: 13px 14px;
	text-decoration: none;
}

.ftx-universe-v2-hero__panel a::after {
	color: var(--ftx-universe-accent);
	content: "→";
}

.ftx-universe-v2-seo {
	background: #fff;
	margin-top: 0;
	padding: 44px 0 34px;
}

.ftx-universe-v2-seo .ftx-v2p-shell {
	max-width: 1120px;
}

.ftx-universe-v2-seo h2 {
	font-size: clamp(28px, 3vw, 42px);
	line-height: 1.08;
}

.ftx-universe-v2-seo p {
	max-width: 960px;
}

.ftx-universe-v2-selection {
	padding: 58px 0 64px;
}

.ftx-universe-v2-selection .ftx-universe-smart-layout {
	margin-top: 0;
}

.ftx-universe-v2-clean--ecole .ftx-universe-v2-selection {
	background:
		linear-gradient(180deg, rgba(255,255,255,.65), rgba(255,255,255,.95)),
		linear-gradient(135deg, rgba(219,116,81,.12), rgba(55,139,175,.10), rgba(119,89,170,.08));
}

.ftx-universe-v2-clean--sport .ftx-universe-v2-selection {
	background:
		linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,255,255,.95)),
		linear-gradient(135deg, rgba(36,104,168,.14), rgba(42,139,91,.12), rgba(189,52,62,.08));
}

.ftx-universe-v2-project {
	margin-bottom: 54px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1180px;
	width: calc(100% - 40px);
}

.ftx-universe-v2-project span {
	color: rgba(255, 255, 255, .78);
	display: block;
	font-size: 17px;
	font-weight: 720;
	line-height: 1.55;
	margin-top: 10px;
	max-width: 820px;
}

@media (max-width: 980px) {
	.ftx-universe-v2-hero .ftx-v2p-shell {
		grid-template-columns: 1fr;
	}

	.ftx-universe-v2-hero__panel {
		max-width: 520px;
	}
}

@media (max-width: 720px) {
	.ftx-universe-v2-hero {
		min-height: auto;
	}

	.ftx-universe-v2-hero .ftx-v2p-shell {
		padding-bottom: 24px;
		padding-top: 24px;
	}

	.ftx-universe-v2-hero h1 {
		font-size: clamp(32px, 9vw, 44px);
	}

	.ftx-universe-v2-hero p:not(.ftx-v2p-kicker) {
		font-size: 15px;
		line-height: 1.45;
	}

	.ftx-universe-v2-hero__actions a,
	.ftx-universe-v2-selection .ftx-work-selection__head > a,
	.ftx-universe-v2-project a {
		width: 100%;
	}

	.ftx-universe-v2-selection {
		padding: 38px 0 44px;
	}

	.ftx-universe-v2-selection .ftx-universe-smart-layout {
		gap: 16px;
	}

	.ftx-universe-v2-selection .ftx-universe-smart-filters {
		border-radius: 16px;
		position: static;
	}

	.ftx-universe-filter-drawer summary {
		min-height: 52px;
	}

	.ftx-universe-smart-filters form {
		gap: 10px;
		padding: 14px;
	}

	.ftx-universe-price-row {
		grid-template-columns: 1fr;
	}

	.ftx-universe-active-filters {
		border-radius: 14px;
		margin-bottom: 14px;
	}

	.ftx-universe-v2-project {
		width: calc(100% - 28px);
	}
}

body {
	background: #f7f9fc;
	color: var(--ftx-site-ink);
}

body .site,
body .content-bg {
	background: #fff;
}

body button,
body .button,
body input[type="submit"],
body .elementor-button {
	letter-spacing: 0;
}

body button:focus-visible,
body a:focus-visible,
body input:focus-visible,
body select:focus-visible,
body textarea:focus-visible {
	outline: 3px solid rgba(247, 197, 49, .55);
	outline-offset: 2px;
}

/* Header */
#floctex-header-v3 {
	background: #fff;
	position: relative;
	z-index: 99990;
}

#floctex-header-v3 .flx-top {
	background: var(--ftx-site-navy);
	border-bottom: 1px solid rgba(255, 255, 255, .08);
}

#floctex-header-v3 .flx-main {
	background: #fff;
	box-shadow: 0 1px 0 rgba(7, 27, 47, .08);
}

#floctex-header-v3 .flx-search {
	border-color: rgba(7, 27, 47, .14);
	box-shadow: 0 10px 24px rgba(7, 27, 47, .07);
	transition: border-color .18s ease, box-shadow .18s ease;
}

#floctex-header-v3 .flx-search:focus-within,
#floctex-header-v3 .flx-mob-search form:focus-within {
	border-color: rgba(33, 83, 135, .42);
	box-shadow: 0 12px 30px rgba(33, 83, 135, .13);
}

#floctex-header-v3 .flx-search button,
#floctex-header-v3 .flx-mob-search button,
#floctex-header-v3 .flx-menu-open-btn,
#floctex-header-v3 .flx-nav-cta,
#floctex-header-v3 .flx-drawer-cta {
	background: var(--ftx-site-yellow) !important;
	color: var(--ftx-site-navy) !important;
	font-weight: 900;
}

#floctex-header-v3 .flx-nav {
	box-shadow: 0 12px 26px rgba(7, 27, 47, .14);
}

#floctex-header-v3 .flx-nav a,
#floctex-header-v3 .flx-nav button {
	border-radius: 7px;
}

/* Global sections */
.entry-content-wrap,
.woocommerce div.product,
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce {
	color: var(--ftx-site-ink);
}

.entry-hero .entry-title,
.woocommerce-products-header__title,
.product_title {
	letter-spacing: 0;
}

/* Archive and boutique */
body.post-type-archive-product #inner-wrap,
body.tax-product_cat #inner-wrap,
body.woocommerce-shop #inner-wrap {
	background: #f7f9fc;
}

.elementor-105976 {
	align-items: start;
}

.elementor-105976 .elementor-element-08e81b8,
.elementor-105976 .floctex-type-filter {
	background: #fff !important;
	border: 1px solid var(--ftx-site-line) !important;
	box-shadow: 0 12px 28px rgba(7, 27, 47, .07) !important;
}

.elementor-105976 .jet-filter-items-dropdown__label,
.elementor-105976 .elementor-icon-list-text,
.elementor-105976 .floctex-type-filter h3 {
	color: var(--ftx-site-navy) !important;
	font-weight: 900 !important;
}

.elementor-105976 .jet-checkboxes-list__button,
.elementor-105976 .jet-select__control,
.elementor-105976 select.jet-select__control {
	transition: background .16s ease, border-color .16s ease, color .16s ease;
}

.elementor-105976 .jet-checkboxes-list__button:hover,
.elementor-105976 .jet-checkboxes-list__input:checked + .jet-checkboxes-list__button,
.elementor-105976 .jet-checkboxes-list__item:has(input:checked) .jet-checkboxes-list__button {
	background: rgba(33, 83, 135, .08) !important;
	border-color: rgba(33, 83, 135, .35) !important;
	color: var(--ftx-site-blue) !important;
}

.elementor-105976 .jet-listing-grid__items {
	gap: 18px !important;
}

.elementor-105976 .jet-listing-grid__item > .elementor,
.woocommerce ul.products li.product {
	background: #fff !important;
	border: 1px solid var(--ftx-site-line) !important;
	border-radius: var(--ftx-site-radius) !important;
	box-shadow: 0 8px 22px rgba(7, 27, 47, .06) !important;
	height: 100%;
	overflow: hidden;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.elementor-105976 .jet-listing-grid__item > .elementor:hover,
.woocommerce ul.products li.product:hover {
	border-color: rgba(33, 83, 135, .26) !important;
	box-shadow: var(--ftx-site-shadow) !important;
	transform: translateY(-2px);
}

.elementor-105976 .jet-woo-builder-archive-product-thumbnail,
.elementor-105976 .jet-woo-product-thumbs,
.woocommerce ul.products li.product a img {
	background: linear-gradient(180deg, #fff, #f8fafc) !important;
}

.elementor-105976 .jet-woo-product-thumbs__inner {
	align-items: center;
	display: flex !important;
	justify-content: center;
	min-height: 250px;
}

.elementor-105976 .jet-woo-product-thumbs__inner img,
.woocommerce ul.products li.product a img {
	object-fit: contain !important;
	padding: 12px;
}

.elementor-105976 .jet-woo-builder-archive-product-title a,
.elementor-105976 .jet-woo-product-title a,
.woocommerce-loop-product__title {
	color: var(--ftx-site-ink) !important;
	font-weight: 850 !important;
	letter-spacing: 0;
}

.elementor-105976 .price,
.woocommerce ul.products li.product .price,
.single-product .price {
	color: #9a7520 !important;
	font-weight: 900 !important;
}

.elementor-105976 .button,
.woocommerce ul.products li.product .button,
.woocommerce a.button {
	border-radius: 7px !important;
	color: #fff !important;
	font-weight: 850 !important;
}

.elementor-105976 .button,
.woocommerce ul.products li.product .button,
.floctex-shop-products-wrap .button,
.product-action-wrap .button {
	align-items: center !important;
	background: var(--ftx-site-navy) !important;
	border: 1px solid rgba(7, 27, 47, .88) !important;
	color: #fff !important;
	display: inline-flex !important;
	font-size: 12px !important;
	font-weight: 900 !important;
	justify-content: center !important;
	line-height: 1.1 !important;
	min-height: 34px !important;
	padding: 9px 13px !important;
	text-align: center !important;
	text-decoration: none !important;
}

.elementor-105976 .button *,
.woocommerce ul.products li.product .button *,
.floctex-shop-products-wrap .button *,
.product-action-wrap .button * {
	color: #fff !important;
	fill: currentColor !important;
}

.elementor-105976 .button:hover,
.woocommerce ul.products li.product .button:hover,
.floctex-shop-products-wrap .button:hover,
.product-action-wrap .button:hover {
	background: var(--ftx-site-blue) !important;
	border-color: var(--ftx-site-blue) !important;
	color: #fff !important;
}

.ftx-product-search-empty {
	background: #fff;
	border: 1px solid var(--ftx-site-line);
	border-radius: var(--ftx-site-radius);
	box-shadow: 0 12px 28px rgba(7, 27, 47, .07);
	margin: 22px auto;
	max-width: 760px;
	padding: 24px;
	text-align: center;
}

.ftx-product-search-empty h2 {
	color: var(--ftx-site-navy);
	font-size: clamp(22px, 3vw, 32px);
	line-height: 1.15;
	margin: 0 0 10px;
}

.ftx-product-search-empty p {
	color: var(--ftx-site-muted);
	font-size: 15px;
	line-height: 1.55;
	margin: 0 auto 18px;
	max-width: 580px;
}

.ftx-product-search-empty__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.ftx-clean-archive-choice {
	align-items: center;
	background: var(--ftx-site-navy) !important;
	border: 1px solid var(--ftx-site-navy) !important;
	border-radius: 999px !important;
	color: #fff !important;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	min-height: 38px;
	padding: 10px 16px !important;
	text-decoration: none !important;
	white-space: nowrap;
}

.ftx-clean-archive-choice:hover,
.ftx-clean-archive-choice:focus {
	background: #12385f !important;
	border-color: #12385f !important;
	color: #fff !important;
}

.ftx-filter-zero-hidden {
	display: none !important;
}

.ftx-brand-page {
	margin: 0 auto;
	max-width: 1180px;
	padding: clamp(32px, 6vw, 76px) 18px;
}

.ftx-brand-page__eyebrow {
	color: #b48a00;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .08em;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.ftx-brand-page h1 {
	color: var(--ftx-site-navy);
	font-size: clamp(34px, 5vw, 58px);
	line-height: 1.04;
	margin: 0 0 16px;
}

.ftx-brand-page__intro {
	color: var(--ftx-site-muted);
	font-size: 17px;
	line-height: 1.65;
	margin: 0 0 30px;
	max-width: 760px;
}

.ftx-brand-page__grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 28px 0;
}

.ftx-brand-page__grid article {
	background: #fff;
	border: 1px solid var(--ftx-site-line);
	border-radius: var(--ftx-site-radius);
	box-shadow: 0 14px 30px rgba(7, 27, 47, .07);
	padding: 22px;
}

.ftx-brand-page__grid h2 {
	color: var(--ftx-site-navy);
	font-size: 22px;
	margin: 0 0 10px;
}

.ftx-brand-page__grid p {
	color: var(--ftx-site-muted);
	font-size: 15px;
	line-height: 1.55;
	margin: 0;
}

.ftx-brand-page__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

@media (max-width: 900px) {
	.ftx-brand-page__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

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

body.page-id-107770 .elementor-105976,
body.page-id-107774 .elementor-105976,
body.page-id-107772 .elementor-105976 {
	align-items: start;
}

body.page-id-107770 .floctex-type-filter,
body.page-id-107774 .floctex-type-filter,
body.page-id-107772 .floctex-type-filter,
body.page-id-107770 .elementor-element-91dfc16,
body.page-id-107774 .elementor-element-91dfc16,
body.page-id-107772 .elementor-element-91dfc16 {
	background: #fff !important;
	border: 1px solid var(--ftx-site-line) !important;
	border-radius: var(--ftx-site-radius) !important;
	box-shadow: 0 12px 28px rgba(7, 27, 47, .07) !important;
}

body.page-id-107770 .elementor-element-91dfc16,
body.page-id-107774 .elementor-element-91dfc16,
body.page-id-107772 .elementor-element-91dfc16 {
	max-height: 520px;
	overflow: auto;
	padding: 14px !important;
}

body.page-id-107770 .jet-checkboxes-list__button,
body.page-id-107774 .jet-checkboxes-list__button,
body.page-id-107772 .jet-checkboxes-list__button,
body.page-id-107770 .jet-radio-list__button,
body.page-id-107774 .jet-radio-list__button,
body.page-id-107772 .jet-radio-list__button {
	border-radius: 7px !important;
	color: var(--ftx-site-ink) !important;
}

/* Single product */
.single-product .content-area {
	margin-top: 2.2rem;
}

.single-product .woocommerce-product-gallery {
	background: #fff;
	border: 1px solid var(--ftx-site-line);
	border-radius: var(--ftx-site-radius);
	box-shadow: 0 12px 30px rgba(7, 27, 47, .07);
	overflow: hidden;
	padding: 14px;
}

.single-product .woocommerce-product-gallery__image img {
	background: #fff;
	object-fit: contain;
}

.single-product .summary,
.single-product .entry-summary,
.single-product .elementor-widget-woocommerce-product-add-to-cart,
.single-product .elementor-widget-woocommerce-product-price {
	position: relative;
	z-index: 2;
}

.single-product .product_title {
	color: var(--ftx-site-navy) !important;
	font-size: clamp(28px, 3vw, 42px) !important;
	line-height: 1.08 !important;
	margin-bottom: 10px !important;
}

.single-product table.variations {
	background: #fff;
	border: 1px solid var(--ftx-site-line);
	border-radius: var(--ftx-site-radius);
	display: block;
	margin: 16px 0 14px;
	padding: 14px;
}

.single-product table.variations tbody,
.single-product table.variations tr,
.single-product table.variations th,
.single-product table.variations td {
	display: block;
	width: 100%;
}

.single-product table.variations th.label,
.single-product table.variations label {
	color: var(--ftx-site-navy);
	font-size: 14px;
	font-weight: 900;
	margin: 0 0 8px;
}

.single-product .thwvsf-wrapper-ul {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin: 0 0 12px;
	padding: 0;
}

.single-product .thwvsf-wrapper-ul .thwvsf-wrapper-item-li,
.single-product .variable-items-wrapper .variable-item,
.single-product .woo-variation-swatches .variable-items-wrapper .variable-item {
	align-items: center !important;
	background: #fff !important;
	border: 1px solid rgba(7, 27, 47, .16) !important;
	border-radius: 8px !important;
	box-shadow: none !important;
	color: var(--ftx-site-ink) !important;
	display: inline-flex !important;
	font-size: 14px !important;
	font-weight: 850 !important;
	justify-content: center !important;
	line-height: 1 !important;
	margin: 0 !important;
	min-height: 38px !important;
	min-width: 38px !important;
	padding: 0 12px !important;
	transition: transform .14s ease, border-color .14s ease;
}

.single-product .thwvsf-wrapper-ul .thwvsf-wrapper-item-li:hover,
.single-product .variable-items-wrapper .variable-item:hover {
	border-color: var(--ftx-site-blue) !important;
	transform: translateY(-1px);
}

.single-product .thwvsf-wrapper-ul .thwvsf-wrapper-item-li.selected,
.single-product .thwvsf-wrapper-ul .thwvsf-wrapper-item-li.thwvsf-selected,
.single-product .variable-items-wrapper .variable-item.selected,
.single-product .variable-items-wrapper .variable-item[aria-checked="true"] {
	border-color: var(--ftx-site-navy) !important;
	box-shadow: 0 0 0 3px rgba(33, 83, 135, .14) !important;
}

.single-product .thwvsf-wrapper-ul .thwvsf-color-li,
.single-product .variable-items-wrapper .color-variable-item {
	background: #fff !important;
	border-radius: 10px !important;
	height: 40px !important;
	min-height: 40px !important;
	min-width: 40px !important;
	padding: 0 !important;
	width: 40px !important;
}

.single-product .thwvsf-wrapper-ul .thwvsf-color-li span,
.single-product .variable-items-wrapper .color-variable-item span,
.single-product .variable-items-wrapper .variable-item-span-color,
.single-product .thwvsf-wrapper-ul .thwvsf-item-span-color,
.single-product .thwvsf-wrapper-ul .thwvsf-color {
	border: 1px solid rgba(7, 27, 47, .16) !important;
	border-radius: 8px !important;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .42) !important;
	display: block !important;
	height: 26px !important;
	margin: auto !important;
	max-height: 26px !important;
	max-width: 26px !important;
	min-height: 26px !important;
	min-width: 26px !important;
	overflow: hidden !important;
	width: 26px !important;
}

.single-product .thwvsf-wrapper-ul .thwvsf-label-li,
.single-product .variable-items-wrapper .button-variable-item {
	min-width: 50px !important;
	padding-inline: 12px !important;
}

.single-product .quantity input.qty {
	border: 1px solid var(--ftx-site-line);
	border-radius: 7px;
	font-weight: 850;
	min-height: 48px;
}

.single-product .single_add_to_cart_button {
	background: #9aa5ad !important;
	border-radius: 8px !important;
	color: #fff !important;
	font-weight: 900 !important;
	min-height: 48px;
	padding-inline: 28px !important;
}

.single-product .single_add_to_cart_button:not(.disabled):not(:disabled) {
	background: var(--ftx-site-navy) !important;
}

.single-product .woocommerce-variation-add-to-cart {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	max-width: 620px;
}

.single-product .woocommerce-variation-add-to-cart .quantity {
	flex: 0 0 auto;
}

.single-product .wcpay-express-checkout-wrapper,
.single-product #wcpay-express-checkout-element {
	clear: both;
	margin-top: 12px;
	max-width: 560px;
	width: 100%;
}

.single-product .ftx-product-project-entry {
	clear: both;
	flex: 0 0 100%;
	max-width: 560px;
	order: 20;
	width: 100%;
}

.single-product .ftx-project-help {
	color: var(--ftx-site-muted);
	font-size: 13.5px;
	line-height: 1.45;
}

.single-product .ftx-size-availability-hint {
	background: #f8fafc;
	border: 1px solid rgba(33, 83, 135, .16);
	border-radius: 7px;
	color: var(--ftx-site-ink);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.35;
	margin: -4px 0 14px;
	padding: 10px 12px;
}

.single-product .ftx-size-unavailable {
	opacity: .38 !important;
	position: relative;
}

.single-product .ftx-size-unavailable::after {
	background: rgba(7, 27, 47, .35);
	content: "";
	height: 2px;
	left: 8px;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: rotate(-14deg);
}

.single-product .ftx-product-related-versions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}

.single-product .ftx-product-related-versions span {
	color: var(--ftx-site-muted);
	font-size: 13px;
	font-weight: 800;
}

.single-product .ftx-product-related-versions a {
	background: #fff;
	border: 1px solid rgba(33, 83, 135, .22);
	border-radius: 999px;
	color: var(--ftx-site-blue);
	font-size: 12.5px;
	font-weight: 900;
	line-height: 1;
	padding: 8px 11px;
	text-decoration: none;
}

.single-product .ftx-product-related-versions a:hover {
	background: rgba(33, 83, 135, .07);
	border-color: rgba(33, 83, 135, .42);
}

.single-product .ftx-toptex-pdf-button[href] {
	cursor: pointer;
}

/* Elementor sometimes keeps dark text inside FLOCTEX navy blocks. */
body [style*="background-color:#071b2f"] *,
body [style*="background-color: #071b2f"] *,
body [style*="background:#071b2f"] *,
body [style*="background: #071b2f"] *,
body [style*="background-color:#0a1f33"] *,
body [style*="background-color: #0a1f33"] *,
body [style*="background-color:rgb(7, 27, 47)"] *,
body [style*="background-color: rgb(7, 27, 47)"] * {
	color: #fff !important;
}

body [style*="background-color:#071b2f"] a,
body [style*="background-color: #071b2f"] a,
body [style*="background:#071b2f"] a,
body [style*="background: #071b2f"] a,
body [style*="background-color:#0a1f33"] a,
body [style*="background-color: #0a1f33"] a,
body [style*="background-color:rgb(7, 27, 47)"] a,
body [style*="background-color: rgb(7, 27, 47)"] a {
	color: #fff !important;
}

.single-product .product_meta,
.single-product .sku_wrapper,
.single-product .posted_in,
.woocommerce-shop .sku_wrapper,
.tax-product_cat .sku_wrapper {
	color: var(--ftx-site-ink);
}

/* Cart and checkout */
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce {
	background: #fff;
	border: 1px solid var(--ftx-site-line);
	border-radius: var(--ftx-site-radius);
	box-shadow: 0 12px 28px rgba(7, 27, 47, .07);
	padding: 20px;
}

.woocommerce table.shop_table {
	border-color: var(--ftx-site-line);
	border-radius: var(--ftx-site-radius);
	overflow: hidden;
}

.woocommerce-checkout #payment {
	background: #f8fafc !important;
	border: 1px solid var(--ftx-site-line);
	border-radius: var(--ftx-site-radius);
}

.woocommerce-checkout #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li label {
	color: var(--ftx-site-ink) !important;
}

/* Project, quote and BAT pages */
.ftx-project-builder {
	font-family: var(--global-body-font-family, inherit);
}

.ftx-project-cart,
.ftx-project-thank-you,
.ftx-quote-acceptance {
	background: transparent;
}

.ftx-project-summary,
.ftx-project-card,
.ftx-project-final-form,
.ftx-client-panel {
	box-shadow: 0 10px 26px rgba(7, 27, 47, .06);
}

/* Mobile */
@media (max-width: 767px) {
	body {
		overflow-x: hidden;
	}

	#floctex-header-v3 .flx-mob-head {
		padding: 10px 12px 8px;
	}

	#floctex-header-v3 .flx-mob-logo img {
		max-width: 50vw;
		width: 168px;
	}

	#floctex-header-v3 .flx-mob-icon {
		height: 40px;
		width: 40px;
	}

	#floctex-header-v3 .flx-mob-search {
		padding: 0 12px 9px;
	}

	#floctex-header-v3 .flx-mob-menu-bar {
		padding: 8px 12px;
	}

	#floctex-header-v3 .flx-menu-open-btn {
		font-size: 15px;
		min-height: 44px;
	}

	.entry-content-wrap {
		padding-left: 12px;
		padding-right: 12px;
	}

	.elementor-105976 {
		width: calc(100vw - 14px) !important;
	}

	.elementor-105976 .elementor-element-08e81b8 {
		max-height: 310px !important;
	}

	.elementor-105976 .jet-listing-grid__items {
		display: grid !important;
		gap: 10px !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.elementor-105976 .jet-listing-grid__item {
		min-width: 0 !important;
	}

	.elementor-105976 .jet-woo-product-thumbs__inner {
		min-height: 142px;
	}

	.elementor-105976 .jet-woo-product-thumbs__inner img {
		max-height: 150px;
		padding: 8px;
	}

	.elementor-105976 .jet-woo-builder-archive-product-title a,
	.elementor-105976 .jet-woo-product-title a,
	.woocommerce-loop-product__title {
		font-size: 12.5px !important;
		line-height: 1.22 !important;
	}

	.elementor-105976 .price,
	.woocommerce ul.products li.product .price {
		font-size: 12.5px !important;
	}

	.single-product .content-area {
		margin-top: 1rem;
	}

	.single-product .woocommerce-product-gallery {
		border-radius: 0;
		margin-left: -12px;
		margin-right: -12px;
		padding: 10px;
	}

	.single-product .product_title {
		font-size: 28px !important;
		line-height: 1.12 !important;
	}

	.single-product table.variations {
		padding: 12px;
	}

	.single-product .thwvsf-wrapper-ul {
		flex-wrap: nowrap;
		margin-inline: -12px;
		overflow-x: auto;
		padding: 2px 12px 8px;
		scroll-snap-type: x proximity;
	}

	.single-product .thwvsf-wrapper-ul .thwvsf-wrapper-item-li {
		flex: 0 0 auto;
		scroll-snap-align: start;
	}

	.single-product .woocommerce-variation-add-to-cart {
		display: grid !important;
		gap: 10px !important;
		grid-template-columns: 84px minmax(0, 1fr) !important;
	}

	.single-product .woocommerce-variation-add-to-cart .quantity {
		width: 84px !important;
	}

	.single-product .single_add_to_cart_button {
		width: 100% !important;
	}

	.single-product .wcpay-express-checkout-wrapper {
		grid-column: 1 / -1;
	}

	.single-product .ftx-size-availability-hint {
		font-size: 12.5px;
		margin-top: 0;
	}

	.single-product .ftx-product-related-versions {
		gap: 7px;
	}

	.single-product .ftx-product-related-versions span {
		flex: 0 0 100%;
	}

	.woocommerce-cart .woocommerce,
	.woocommerce-checkout .woocommerce {
		border-left: 0;
		border-right: 0;
		border-radius: 0;
		box-shadow: none;
		margin-left: -12px;
		margin-right: -12px;
		padding: 14px 12px;
	}

	.ftx-project-summary,
	.ftx-project-card,
	.ftx-project-final-form,
	.ftx-client-panel {
		box-shadow: none;
	}
}

/* FLOCTEX product conversion cockpit. */
.single-product .elementor-element-1a7d0a5 {
	background: #fff !important;
	border: 1px solid rgba(25, 54, 73, .14) !important;
	border-radius: 16px !important;
	box-shadow: 0 16px 34px rgba(7, 27, 47, .08) !important;
	padding: 22px !important;
	position: relative;
}

.single-product .elementor-element-1a7d0a5::before {
	background: linear-gradient(90deg, var(--ftx-site-yellow), rgba(33, 83, 135, .18));
	border-radius: 999px;
	content: "";
	height: 4px;
	left: 22px;
	position: absolute;
	right: 22px;
	top: 0;
}

.single-product .elementor-element-1a7d0a5 .price {
	font-size: 24px !important;
	line-height: 1.1 !important;
	margin: 6px 0 10px !important;
}

.single-product .elementor-element-1a7d0a5 a {
	font-weight: 900;
	text-underline-offset: 3px;
}

.single-product .ftx-product-decision-panel {
	background: #f7f9fc;
	border: 1px solid rgba(25, 54, 73, .12);
	border-radius: 16px;
	box-shadow: 0 12px 28px rgba(7, 27, 47, .06);
	margin: 18px 0 16px;
	padding: 16px;
}

.single-product .ftx-product-cart-hint-widget {
	margin-top: 12px !important;
}

.single-product .ftx-product-cart-hint {
	background: #fffdf7 !important;
	border: 1px solid rgba(180, 135, 23, .24) !important;
	border-radius: 12px !important;
	box-shadow: none !important;
	color: #35445a !important;
	font-size: 13px !important;
	line-height: 1.45 !important;
	padding: 12px 14px !important;
}

.single-product .ftx-mobile-color-preview {
	align-items: center;
	background: linear-gradient(180deg, #fff, #f8fafc);
	border: 1px solid rgba(25, 54, 73, .14);
	border-radius: 16px;
	box-shadow: 0 14px 30px rgba(7, 27, 47, .08);
	display: none;
	gap: 14px;
	margin: 12px 0 16px;
	padding: 12px;
}

.single-product .ftx-mobile-color-preview__media {
	align-items: center;
	background: #f7f9fc;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border: 1px solid rgba(25, 54, 73, .08);
	border-radius: 14px;
	display: flex;
	flex: 0 0 92px;
	height: 106px;
	justify-content: center;
	overflow: hidden;
	width: 92px;
}

.single-product .ftx-mobile-color-preview__media img {
	display: none;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.single-product .ftx-mobile-color-preview.is-missing-image .ftx-mobile-color-preview__media::before {
	color: #94a3b8;
	content: "Photo à confirmer";
	font-size: 10px;
	font-weight: 800;
	line-height: 1.15;
	padding: 8px;
	text-align: center;
}

.single-product .ftx-mobile-color-preview.is-missing-image img {
	display: none;
}

.single-product .ftx-mobile-color-preview__body {
	min-width: 0;
}

.single-product .ftx-mobile-color-preview__body span {
	color: #b48717;
	display: block;
	font-size: 10px;
	font-weight: 950;
	letter-spacing: .08em;
	line-height: 1;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.single-product .ftx-mobile-color-preview__body strong {
	color: var(--ftx-site-navy);
	display: block;
	font-size: 16px;
	font-weight: 950;
	line-height: 1.2;
}

.single-product .ftx-mobile-color-preview__body button {
	background: transparent !important;
	border: 0 !important;
	color: var(--ftx-site-blue) !important;
	font-size: 12px !important;
	font-weight: 900 !important;
	margin-top: 6px;
	min-height: auto !important;
	padding: 0 !important;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.single-product .ftx-product-decision-panel__intro span {
	color: #b48717;
	display: block;
	font-size: 11px;
	font-weight: 950;
	letter-spacing: .08em;
	line-height: 1;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.single-product .ftx-product-decision-panel__intro h2 {
	color: var(--ftx-site-navy);
	font-size: 19px;
	font-weight: 950;
	line-height: 1.18;
	margin: 0 0 7px;
}

.single-product .ftx-product-decision-panel__intro p {
	color: #647085;
	font-size: 13.5px;
	line-height: 1.45;
	margin: 0 0 14px;
}

.single-product .ftx-product-decision-panel__choices {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.single-product .ftx-product-choice {
	background: #fff !important;
	border: 1px solid rgba(25, 54, 73, .14) !important;
	border-radius: 13px !important;
	box-shadow: none !important;
	color: var(--ftx-site-ink) !important;
	cursor: pointer;
	min-height: 116px;
	padding: 14px !important;
	text-align: left !important;
	transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
	width: 100%;
}

.single-product .ftx-product-choice:hover {
	border-color: rgba(33, 83, 135, .38) !important;
	box-shadow: 0 12px 24px rgba(7, 27, 47, .08) !important;
	transform: translateY(-1px);
}

.single-product .ftx-product-choice.is-primary {
	border-color: rgba(33, 83, 135, .34) !important;
}

.single-product .ftx-product-choice span {
	color: #b48717;
	display: block;
	font-size: 11px;
	font-weight: 950;
	letter-spacing: .07em;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.single-product .ftx-product-choice strong {
	color: var(--ftx-site-navy);
	display: block;
	font-size: 14px;
	font-weight: 950;
	line-height: 1.22;
}

.single-product .ftx-product-choice em {
	color: #647085;
	display: block;
	font-size: 12.5px;
	font-style: normal;
	line-height: 1.35;
	margin-top: 7px;
}

.single-product .elementor-widget-woocommerce-product-content {
	background: #fff;
	border: 1px solid rgba(25, 54, 73, .1);
	border-radius: 12px;
	padding: 14px;
}

@media (max-width: 767px) {
	.single-product .elementor-element-1a7d0a5 {
		border-radius: 14px !important;
		padding: 20px !important;
	}

	.single-product .ftx-product-decision-panel {
		border-radius: 14px;
		padding: 14px;
	}

	.single-product .ftx-product-decision-panel__choices {
		grid-template-columns: 1fr;
	}

	.single-product .ftx-product-choice {
		min-height: auto;
	}

	.single-product .ftx-mobile-color-preview:not([hidden]) {
		display: flex;
	}
}

/* FLOCTEX next-generation product decision layer. */
.single-product .sticky-bar,
.single-product .elementor-sticky--active.sticky-bar {
	display: none !important;
}

.single-product .ftx-product-project-entry {
	align-items: center !important;
	background: linear-gradient(180deg, #fff, #f8fafc) !important;
	border: 1px solid rgba(25, 54, 73, .12) !important;
	border-radius: 14px !important;
	display: grid !important;
	gap: 12px !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	margin-top: 14px !important;
	max-width: 560px !important;
	padding: 14px !important;
	width: 100% !important;
}

.single-product .ftx-product-project-entry__copy span {
	color: #b48717;
	display: block;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .08em;
	line-height: 1;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.single-product .ftx-product-project-entry__copy strong {
	color: var(--ftx-site-navy);
	display: block;
	font-size: 15px;
	font-weight: 950;
	line-height: 1.2;
}

.single-product .ftx-product-project-entry p,
.single-product .ftx-product-project-help {
	font-size: 13px !important;
	line-height: 1.42 !important;
	margin: 5px 0 0 !important;
	max-width: 420px !important;
}

.single-product .ftx-product-project-entry .ftx-project-button,
.single-product .ftx-product-project-entry button,
.single-product .ftx-product-project-entry a.button {
	background: #fff !important;
	border: 1px solid rgba(25, 54, 73, .24) !important;
	border-radius: 999px !important;
	color: var(--ftx-site-navy) !important;
	font-size: 13px !important;
	font-weight: 900 !important;
	min-height: 40px !important;
	padding: 8px 14px !important;
	white-space: nowrap !important;
	width: auto !important;
}

.single-product .ftx-product-project-entry .ftx-project-button:hover,
.single-product .ftx-product-project-entry button:hover,
.single-product .ftx-product-project-entry a.button:hover {
	background: var(--ftx-site-navy) !important;
	color: #fff !important;
}

.single-product .thwvsf-wrapper-ul,
.single-product .variable-items-wrapper {
	display: flex !important;
	flex-wrap: wrap !important;
	overflow: visible !important;
	max-width: 560px;
}

.single-product .thwvsf-wrapper-ul .thwvsf-color-li,
.single-product .variable-items-wrapper .color-variable-item {
	border-radius: 999px !important;
	height: 34px !important;
	min-height: 34px !important;
	min-width: 34px !important;
	width: 34px !important;
}

.single-product .thwvsf-wrapper-ul .thwvsf-color-li span,
.single-product .variable-items-wrapper .color-variable-item span,
.single-product .variable-items-wrapper .variable-item-span-color,
.single-product .thwvsf-wrapper-ul .thwvsf-item-span-color,
.single-product .thwvsf-wrapper-ul .thwvsf-color {
	border-radius: 999px !important;
	height: 22px !important;
	max-height: 22px !important;
	max-width: 22px !important;
	min-height: 22px !important;
	min-width: 22px !important;
	width: 22px !important;
}

.single-product .thwvsf-wrapper-ul .thwvsf-color-li .thwvsf-item-span:not([style]),
.single-product .variable-items-wrapper .color-variable-item .variable-item-span:not([style]) {
	font-size: 0 !important;
}

@media (max-width: 767px) {
	.single-product .ftx-product-project-entry {
		grid-template-columns: 1fr !important;
		padding: 12px !important;
	}

	.single-product .ftx-product-project-entry p,
	.single-product .ftx-product-project-help {
		max-width: 100% !important;
	}

	.single-product .ftx-product-project-entry .ftx-project-button,
	.single-product .ftx-product-project-entry button,
	.single-product .ftx-product-project-entry a.button {
		justify-content: center !important;
		width: auto !important;
	}

	.ftx-universe-grid {
		grid-template-columns: 1fr !important;
	}
}

/* Targeted visual refinements after purchase-path validation. */
.elementor-105976 .jet-woo-builder-archive-product-title,
.elementor-105976 .jet-woo-builder-archive-product-title a,
.elementor-105976 .jet-woo-product-title,
.elementor-105976 .jet-woo-product-title a {
	color: var(--ftx-site-ink) !important;
}

.elementor-105976 .button.ftx-clean-archive-choice,
.woocommerce ul.products li.product .button.ftx-clean-archive-choice,
.ftx-clean-archive-choice {
	background: #fff !important;
	border: 1px solid rgba(25, 54, 73, .22) !important;
	border-radius: 999px !important;
	color: var(--ftx-site-navy) !important;
	font-size: 12px !important;
	min-height: 32px !important;
	padding: 8px 12px !important;
}

.elementor-105976 .button.ftx-clean-archive-choice:hover,
.woocommerce ul.products li.product .button.ftx-clean-archive-choice:hover,
.ftx-clean-archive-choice:hover {
	background: var(--ftx-site-navy) !important;
	color: #fff !important;
}

.single-product .thwvsf-wrapper-ul,
.single-product .variable-items-wrapper {
	max-width: 560px;
}

.single-product .thwvsf-wrapper-ul .thwvsf-color-li,
.single-product .variable-items-wrapper .color-variable-item {
	border-radius: 999px !important;
	height: 34px !important;
	min-height: 34px !important;
	min-width: 34px !important;
	width: 34px !important;
}

.single-product .thwvsf-wrapper-ul .thwvsf-color-li span,
.single-product .variable-items-wrapper .color-variable-item span,
.single-product .variable-items-wrapper .variable-item-span-color,
.single-product .thwvsf-wrapper-ul .thwvsf-item-span-color,
.single-product .thwvsf-wrapper-ul .thwvsf-color {
	border-radius: 999px !important;
	height: 22px !important;
	max-height: 22px !important;
	max-width: 22px !important;
	min-height: 22px !important;
	min-width: 22px !important;
	width: 22px !important;
}

.single-product .ftx-product-project-entry {
	max-width: 560px !important;
	width: 100% !important;
}

.single-product .ftx-product-project-entry .ftx-project-button,
.single-product .ftx-product-project-entry button,
.single-product .ftx-product-project-entry a.button {
	background: #fff !important;
	border: 1px solid rgba(25, 54, 73, .24) !important;
	color: var(--ftx-site-navy) !important;
	font-size: 13px !important;
	min-height: 40px !important;
	padding: 8px 14px !important;
}

.single-product .ftx-product-project-entry .ftx-project-button:hover,
.single-product .ftx-product-project-entry button:hover,
.single-product .ftx-product-project-entry a.button:hover {
	background: var(--ftx-site-navy) !important;
	color: #fff !important;
}

.single-product .ftx-product-project-entry p,
.single-product .ftx-product-project-help {
	font-size: 13px !important;
	max-width: 520px !important;
}

.ftx-universe-card__button {
	border-radius: 999px !important;
	font-size: 12px !important;
	min-height: 36px !important;
	padding: 9px 12px !important;
}

@media (max-width: 767px) {
	.single-product .thwvsf-wrapper-ul,
	.single-product .variable-items-wrapper {
		gap: 8px !important;
		max-width: 100%;
		overflow-x: hidden !important;
	}

	.single-product .woocommerce-variation-add-to-cart {
		grid-template-columns: 76px minmax(0, 1fr) !important;
	}

	.single-product .woocommerce-variation-add-to-cart .quantity,
	.single-product .woocommerce-variation-add-to-cart .quantity input.qty {
		width: 76px !important;
	}

	.single-product .ftx-product-project-entry {
		margin-top: 10px !important;
	}

	.single-product .ftx-product-project-entry .ftx-project-button,
	.single-product .ftx-product-project-entry button,
	.single-product .ftx-product-project-entry a.button {
		width: auto !important;
	}

	.ftx-universe-grid {
		grid-template-columns: 1fr !important;
	}
}

@media (min-width: 768px) and (max-width: 1100px) {
	.elementor-105976 {
		grid-template-columns: 260px minmax(0, 1fr) !important;
		gap: 18px !important;
	}
}

.ftx-universe-page {
	--ftx-universe-border: rgba(25, 54, 73, 0.14);
	--ftx-universe-muted: #647085;
	margin: 0 auto;
	max-width: 1290px;
	padding: 28px 18px 56px;
}

.ftx-universe-hero {
	background: #f6f8fb;
	border: 1px solid var(--ftx-universe-border);
	border-radius: 16px;
	margin-bottom: 22px;
	padding: 28px;
}

.ftx-universe-hero__eyebrow,
.ftx-universe-card__brand {
	color: #b48717;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.ftx-universe-hero h1 {
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.05;
	margin: 0 0 12px;
	max-width: 760px;
}

.ftx-universe-hero p {
	color: var(--ftx-universe-muted);
	font-size: 17px;
	line-height: 1.55;
	margin: 0;
	max-width: 760px;
}

.ftx-universe-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}

.ftx-universe-search {
	background: #fff;
	border: 1px solid var(--ftx-universe-border);
	border-radius: 12px;
	margin-bottom: 14px;
	padding: 14px;
}

.ftx-universe-search label {
	display: block;
	font-weight: 800;
	margin-bottom: 8px;
}

.ftx-universe-search div {
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.ftx-universe-search input {
	border: 1px solid var(--ftx-universe-border);
	border-radius: 10px;
	min-height: 44px;
	padding: 0 14px;
	width: 100%;
}

.ftx-universe-search button,
.ftx-universe-card__button {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	min-height: 44px;
	white-space: nowrap;
}

.ftx-universe-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 22px;
}

.ftx-universe-chips a {
	background: #fff;
	border: 1px solid var(--ftx-universe-border);
	border-radius: 999px;
	color: #193649;
	font-size: 13px;
	font-weight: 800;
	padding: 9px 13px;
	text-decoration: none;
}

.ftx-universe-chips a.is-active,
.ftx-universe-chips a:hover {
	background: #193649;
	border-color: #193649;
	color: #fff;
}

.ftx-universe-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ftx-universe-card {
	background: #fff;
	border: 1px solid var(--ftx-universe-border);
	border-radius: 14px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.ftx-universe-card__image {
	align-items: center;
	aspect-ratio: 4 / 5;
	background: #f7f8fa;
	display: flex;
	justify-content: center;
	padding: 12px;
}

.ftx-universe-card__image img {
	height: 100%;
	max-height: 100%;
	object-fit: contain;
	width: 100%;
}

.ftx-universe-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 14px;
}

.ftx-universe-card h2 {
	font-size: 16px;
	line-height: 1.22;
	margin: 0 0 7px;
}

.ftx-universe-card h2 a {
	color: #182234;
	text-decoration: none;
}

.ftx-universe-card__sku {
	color: var(--ftx-universe-muted);
	font-size: 13px;
	margin: 0 0 8px;
}

.ftx-universe-card__price {
	font-weight: 800;
	margin: auto 0 12px;
}

.ftx-universe-empty {
	background: #fff;
	border: 1px solid var(--ftx-universe-border);
	border-radius: 14px;
	padding: 24px;
}

.single-product .thwvsf-wrapper-ul {
	align-items: center !important;
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 9px !important;
	margin: 8px 0 14px !important;
}

.single-product .thwvsf-wrapper-ul .thwvsf-wrapper-item-li {
	align-items: center !important;
	border: 1px solid rgba(25, 54, 73, 0.18) !important;
	border-radius: 10px !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
	display: inline-flex !important;
	height: 38px !important;
	justify-content: center !important;
	margin: 0 !important;
	min-height: 38px !important;
	min-width: 38px !important;
	overflow: visible !important;
	padding: 0 !important;
	width: 38px !important;
}

.single-product .thwvsf-wrapper-ul .thwvsf-wrapper-item-li.thwvsf-label-li {
	border-radius: 10px !important;
	color: #193649 !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	height: 42px !important;
	min-width: 48px !important;
	padding: 0 12px !important;
	width: auto !important;
}

.single-product .thwvsf-wrapper-ul .thwvsf-wrapper-item-li.thwvsf-selected,
.single-product .thwvsf-wrapper-ul .thwvsf-wrapper-item-li.selected,
.single-product .thwvsf-wrapper-ul .thwvsf-wrapper-item-li:hover {
	border-color: #193649 !important;
	box-shadow: 0 0 0 3px rgba(180, 135, 23, 0.18) !important;
}

.single-product .thwvsf-wrapper-ul .thwvsf-item-span {
	border-radius: 8px !important;
	height: 28px !important;
	line-height: 28px !important;
	min-height: 28px !important;
	min-width: 28px !important;
	width: 28px !important;
}

.single-product .thwvsf-wrapper-ul .thwvsf-label-li .thwvsf-item-span {
	height: auto !important;
	line-height: 1 !important;
	min-width: 0 !important;
	width: auto !important;
}

.single-product .ftx-color-image-hint {
	background: #f7f8fb;
	border: 1px solid rgba(25, 54, 73, 0.14);
	border-radius: 10px;
	color: #4a5568;
	font-size: 13px;
	line-height: 1.45;
	margin: -4px 0 14px;
	padding: 10px 12px;
}

@media (max-width: 1024px) {
	.ftx-universe-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.ftx-universe-page {
		padding: 18px 12px 36px;
	}

	.ftx-universe-hero {
		border-radius: 12px;
		padding: 20px;
	}

	.ftx-universe-search div {
		grid-template-columns: 1fr;
	}

	.ftx-universe-grid {
		gap: 12px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ftx-universe-card__body {
		padding: 12px;
	}

	.ftx-universe-card h2 {
		font-size: 14px;
	}
}

/* FLOCTEX smart universe V2: immersive entry + full contextual filters */
.ftx-universe-page--smart {
	--ftx-universe-navy: #061b31;
	--ftx-universe-muted: #5d6778;
	--ftx-universe-line: rgba(6, 27, 49, .12);
	background: linear-gradient(180deg, #fff 0%, #f5f9fc 46%, #fffaf0 100%);
	max-width: none;
	padding: 0 0 70px;
}

.ftx-universe-page--smart.ftx-universe-page--travail {
	--ftx-universe-navy: #263238;
	--ftx-universe-muted: #66736f;
	background:
		radial-gradient(circle at 10% 6%, rgba(212, 106, 44, .18), transparent 25%),
		linear-gradient(180deg, #f7f5ef 0%, #eef3f0 46%, #faf7ef 100%);
}

.ftx-universe-page--smart.ftx-universe-page--sport {
	--ftx-universe-navy: #092f55;
	background:
		radial-gradient(circle at 15% 4%, rgba(36, 104, 168, .18), transparent 25%),
		radial-gradient(circle at 88% 18%, rgba(207, 48, 69, .12), transparent 24%),
		linear-gradient(180deg, #f5faff 0%, #edf5fb 48%, #fff 100%);
}

.ftx-universe-page--smart.ftx-universe-page--ecole {
	--ftx-universe-navy: #34485e;
	background:
		radial-gradient(circle at 13% 5%, rgba(219, 116, 81, .2), transparent 25%),
		radial-gradient(circle at 87% 16%, rgba(46, 141, 104, .16), transparent 24%),
		linear-gradient(180deg, #fff8f2 0%, #f2faf5 45%, #fff 100%);
}

.ftx-universe-page--smart .ftx-universe-smart-hero,
.ftx-universe-page--smart .ftx-universe-smart-layout,
.ftx-universe-page--smart .ftx-universe-project-strip,
.ftx-universe-page--smart .ftx-universe-seo {
	margin-left: auto;
	margin-right: auto;
	max-width: 1240px;
	width: calc(100% - 40px);
}

.ftx-universe-smart-hero {
	background:
		linear-gradient(90deg, color-mix(in srgb, var(--ftx-universe-dark) 98%, #000), color-mix(in srgb, var(--ftx-universe-dark) 82%, transparent) 58%, color-mix(in srgb, var(--ftx-universe-dark) 38%, transparent)),
		var(--ftx-universe-image) center / cover no-repeat;
	border-radius: 0 0 30px 30px;
	box-shadow: 0 24px 70px rgba(6, 27, 49, .16);
	color: #fff;
	min-height: 430px;
	overflow: hidden;
	position: relative;
}

.ftx-universe-smart-hero::before {
	background: linear-gradient(90deg, var(--ftx-universe-accent), rgba(255,255,255,.2));
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.ftx-universe-smart-hero__image {
	display: none;
}

.ftx-universe-smart-hero__content {
	max-width: 760px;
	padding: clamp(42px, 6vw, 78px);
	position: relative;
	z-index: 2;
}

.ftx-universe-smart-hero__eyebrow {
	color: #f4d579;
	font-size: 13px;
	font-weight: 950;
	letter-spacing: .15em;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.ftx-universe-smart-hero h1 {
	color: #fff;
	font-size: clamp(42px, 5.5vw, 72px);
	letter-spacing: 0;
	line-height: .98;
	margin: 0 0 20px;
	max-width: 760px;
}

.ftx-universe-smart-hero p:not(.ftx-universe-smart-hero__eyebrow) {
	color: rgba(255,255,255,.84);
	font-size: 18px;
	line-height: 1.62;
	margin: 0;
	max-width: 680px;
}

.ftx-universe-smart-hero ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	margin: 26px 0 0;
	padding: 0;
}

.ftx-universe-smart-hero li {
	background: rgba(255,255,255,.12);
	border: 1px solid color-mix(in srgb, var(--ftx-universe-accent) 38%, rgba(255,255,255,.2));
	border-radius: 999px;
	color: #fff;
	font-size: 13px;
	font-weight: 950;
	padding: 10px 13px;
}

.ftx-universe-smart-layout {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(260px, 300px) minmax(0, 1fr);
	margin-top: 30px;
}

.ftx-universe-smart-filters {
	background: rgba(255,255,255,.95);
	border: 1px solid var(--ftx-universe-line);
	border-radius: 22px;
	box-shadow: 0 18px 44px rgba(6,27,49,.08);
	overflow: hidden;
	position: sticky;
	top: 18px;
}

.ftx-universe-filter-drawer summary {
	align-items: center;
	color: var(--ftx-universe-navy);
	cursor: pointer;
	display: flex;
	font-size: 16px;
	font-weight: 950;
	justify-content: space-between;
	list-style: none;
	min-height: 58px;
	padding: 0 18px;
}

.ftx-universe-filter-drawer summary::-webkit-details-marker {
	display: none;
}

.ftx-universe-filter-drawer summary::after {
	background: color-mix(in srgb, var(--ftx-universe-accent) 18%, #fff);
	border: 1px solid color-mix(in srgb, var(--ftx-universe-accent) 34%, transparent);
	border-radius: 999px;
	content: "+";
	display: grid;
	height: 30px;
	place-items: center;
	width: 30px;
}

.ftx-universe-filter-drawer[open] summary::after {
	content: "-";
}

.ftx-universe-smart-filters form {
	border-top: 1px solid rgba(6,27,49,.08);
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 18px;
}

.ftx-universe-filter-head {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
}

.ftx-universe-filter-head strong {
	color: var(--ftx-universe-navy);
	font-size: 18px;
	font-weight: 950;
}

.ftx-universe-filter-head a,
.ftx-universe-active-filters a {
	color: var(--ftx-universe-deep);
	font-size: 13px;
	font-weight: 900;
}

.ftx-universe-smart-filters label {
	display: grid;
	gap: 7px;
	margin: 0;
}

.ftx-universe-smart-filters label span {
	color: var(--ftx-universe-navy);
	font-size: 13px;
	font-weight: 950;
}

.ftx-universe-smart-filters input,
.ftx-universe-smart-filters select {
	background: #f8fafc;
	border: 1px solid rgba(6,27,49,.13);
	border-radius: 12px;
	color: var(--ftx-universe-navy);
	min-height: 44px;
	padding: 0 12px;
	width: 100%;
}

.ftx-universe-price-row {
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr 1fr;
}

.ftx-universe-smart-filters button {
	background: linear-gradient(135deg, var(--ftx-universe-accent) 0%, color-mix(in srgb, var(--ftx-universe-accent) 58%, #fff) 100%);
	border: 0;
	border-radius: 999px;
	color: #061b31;
	cursor: pointer;
	font-weight: 950;
	min-height: 48px;
	padding: 0 18px;
}

.ftx-universe-smart-toolbar {
	align-items: end;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-bottom: 16px;
}

.ftx-universe-smart-toolbar p,
.ftx-universe-project-strip p {
	color: var(--ftx-universe-deep);
	font-size: 13px;
	font-weight: 950;
	letter-spacing: .13em;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.ftx-universe-smart-toolbar h2 {
	color: var(--ftx-universe-navy);
	font-size: clamp(28px, 3vw, 44px);
	line-height: 1.05;
	margin: 0;
}

.ftx-universe-smart-toolbar > a {
	background: var(--ftx-universe-navy);
	border-radius: 999px;
	color: #fff;
	flex: 0 0 auto;
	font-weight: 950;
	padding: 13px 18px;
	text-decoration: none;
}

.ftx-universe-active-filters {
	align-items: center;
	background: color-mix(in srgb, var(--ftx-universe-accent) 12%, #fff);
	border: 1px solid color-mix(in srgb, var(--ftx-universe-accent) 26%, transparent);
	border-radius: 18px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0 0 16px;
	padding: 8px 12px;
}

.ftx-universe-active-filters span {
	color: var(--ftx-universe-navy);
	font-size: 13px;
	font-weight: 950;
}

.ftx-universe-active-filters__chip,
.ftx-universe-active-filters__clear {
	background: #fff;
	border: 1px solid rgba(6,27,49,.1);
	border-radius: 999px;
	color: var(--ftx-universe-navy);
	display: inline-flex;
	font-size: 12px;
	font-weight: 850;
	gap: 5px;
	line-height: 1;
	padding: 8px 10px;
	text-decoration: none;
}

.ftx-universe-active-filters__clear {
	background: var(--ftx-universe-navy);
	border-color: var(--ftx-universe-navy);
	color: #fff !important;
}

.ftx-universe-page--smart .ftx-universe-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ftx-universe-page--smart .ftx-universe-card {
	border: 1px solid rgba(6,27,49,.1);
	border-radius: 18px;
	box-shadow: 0 16px 36px rgba(6,27,49,.07);
	transition: transform .18s ease, box-shadow .18s ease;
}

.ftx-universe-page--smart .ftx-universe-card:hover {
	box-shadow: 0 24px 54px rgba(6,27,49,.12);
	transform: translateY(-2px);
}

.ftx-universe-page--smart .ftx-universe-card__image {
	background: linear-gradient(180deg, #fff, #f5f8fb);
	padding: 14px;
}

.ftx-universe-page--smart .ftx-universe-card__brand {
	color: var(--ftx-universe-deep);
}

.ftx-universe-page--smart .ftx-universe-card__button {
	background: var(--ftx-universe-navy);
	border: 0;
	border-radius: 999px;
	color: #fff;
	font-size: 14px;
	font-weight: 950;
	text-decoration: none;
}

.ftx-universe-project-strip,
.ftx-universe-seo {
	margin-top: 42px;
}

.ftx-universe-project-strip {
	align-items: center;
	background:
		radial-gradient(circle at 82% 18%, color-mix(in srgb, var(--ftx-universe-accent) 28%, transparent), transparent 28%),
		var(--ftx-universe-navy);
	border-radius: 24px;
	box-shadow: 0 24px 64px rgba(6,27,49,.14);
	display: flex;
	gap: 22px;
	justify-content: space-between;
	padding: 28px;
}

.ftx-universe-project-strip p {
	color: #f4d579;
}

.ftx-universe-project-strip strong {
	color: #fff;
	display: block;
	font-size: clamp(22px, 2.3vw, 34px);
	line-height: 1.14;
	max-width: 760px;
}

.ftx-universe-project-strip a {
	background: linear-gradient(135deg, var(--ftx-universe-accent) 0%, color-mix(in srgb, var(--ftx-universe-accent) 58%, #fff) 100%);
	border-radius: 999px;
	color: #061b31;
	flex: 0 0 auto;
	font-weight: 950;
	padding: 14px 20px;
	text-decoration: none;
}

.ftx-universe-seo {
	background: #fff;
	border: 1px solid rgba(6,27,49,.08);
	border-radius: 22px;
	box-shadow: 0 18px 42px rgba(6,27,49,.06);
	padding: 26px;
}

.ftx-universe-seo h2 {
	color: var(--ftx-universe-navy);
	font-size: clamp(26px, 2.7vw, 38px);
	line-height: 1.1;
	margin: 0 0 12px;
}

.ftx-universe-seo p {
	color: var(--ftx-universe-muted);
	font-size: 17px;
	line-height: 1.7;
	margin: 0;
}

@media (max-width: 1024px) {
	.ftx-universe-smart-layout {
		grid-template-columns: 1fr;
	}

	.ftx-universe-smart-filters {
		position: static;
	}
}

@media (max-width: 720px) {
	.ftx-universe-page--smart .ftx-universe-smart-hero,
	.ftx-universe-page--smart .ftx-universe-smart-layout,
	.ftx-universe-page--smart .ftx-universe-project-strip,
	.ftx-universe-page--smart .ftx-universe-seo {
		width: calc(100% - 28px);
	}

	.ftx-universe-smart-hero {
		border-radius: 0 0 22px 22px;
		min-height: 0;
	}

	.ftx-universe-smart-hero__content {
		padding: 34px 20px 44px;
	}

	.ftx-universe-smart-hero h1 {
		font-size: clamp(34px, 9.4vw, 44px);
	}

	.ftx-universe-smart-hero p:not(.ftx-universe-smart-hero__eyebrow) {
		font-size: 16px;
	}

	.ftx-universe-smart-hero li {
		font-size: 12px;
		padding: 8px 10px;
	}

	.ftx-universe-smart-layout {
		margin-top: 18px;
	}

	.ftx-universe-smart-toolbar {
		align-items: stretch;
		flex-direction: column;
	}

	.ftx-universe-smart-toolbar > a {
		text-align: center;
	}

	.ftx-universe-page--smart .ftx-universe-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ftx-universe-page--smart .ftx-universe-card h2 {
		font-size: 14px;
	}

	.ftx-universe-project-strip {
		align-items: stretch;
		flex-direction: column;
		padding: 22px;
	}

	.ftx-universe-project-strip a {
		text-align: center;
	}
}

/* FLOCTEX product polish pass */
.single-product table.variations {
	background: #fff;
	border: 1px solid rgba(25, 54, 73, 0.12);
	border-radius: 14px;
	margin-bottom: 14px !important;
	padding: 14px 16px !important;
}

.single-product table.variations th,
.single-product table.variations td {
	display: block !important;
	padding: 0 !important;
	text-align: left !important;
	width: 100% !important;
}

.single-product table.variations th.label {
	color: #193649;
	font-size: 14px;
	font-weight: 900;
	margin: 12px 0 6px;
}

.single-product table.variations tr:first-child th.label {
	margin-top: 0;
}

.single-product .reset_variations {
	color: #647085 !important;
	display: inline-flex !important;
	font-size: 13px !important;
	font-weight: 800;
	margin-top: 4px !important;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.single-product .woocommerce-variation-add-to-cart {
	align-items: stretch !important;
	display: grid !important;
	gap: 12px !important;
	grid-template-columns: 96px minmax(0, 1fr) !important;
	margin-bottom: 12px;
}

.single-product .woocommerce-variation-add-to-cart .quantity,
.single-product .woocommerce-variation-add-to-cart .quantity input.qty {
	height: 52px !important;
	width: 96px !important;
}

.single-product .single_add_to_cart_button {
	border-radius: 10px !important;
	min-height: 52px !important;
}

.single-product .ftx-product-project-entry {
	border-top: 1px solid rgba(25, 54, 73, 0.12);
	margin-top: 14px !important;
	padding-top: 14px !important;
}

.single-product .ftx-product-project-entry .ftx-project-button,
.single-product .ftx-product-project-entry button,
.single-product .ftx-product-project-entry a.button {
	border-radius: 10px !important;
	font-size: 14px !important;
	font-weight: 900 !important;
	min-height: 46px !important;
	padding: 10px 16px !important;
	width: auto !important;
}

.single-product .ftx-product-project-entry p,
.single-product .ftx-product-project-help {
	color: #647085;
	font-size: 14px !important;
	line-height: 1.45 !important;
	margin: 9px 0 0 !important;
	max-width: 560px;
}

.single-product .wcpay-express-checkout-wrapper,
.single-product #wcpay-express-checkout-element,
.single-product .wc-block-components-express-payment {
	margin-top: 14px !important;
}

.single-product .product_meta,
.single-product .product_meta a,
.single-product .sku_wrapper,
.single-product .posted_in,
.single-product .tagged_as {
	color: #26394c !important;
}

.single-product .product_meta {
	background: #f7f8fb;
	border: 1px solid rgba(25, 54, 73, 0.1);
	border-radius: 12px;
	font-size: 13px;
	margin-top: 18px;
	padding: 12px 14px;
}

@media (max-width: 767px) {
	.single-product table.variations {
		border-radius: 12px;
		margin-left: 0;
		margin-right: 0;
		padding: 12px !important;
	}

	.single-product .woocommerce-variation-add-to-cart {
		grid-template-columns: 84px minmax(0, 1fr) !important;
	}

	.single-product .woocommerce-variation-add-to-cart .quantity,
	.single-product .woocommerce-variation-add-to-cart .quantity input.qty {
		width: 84px !important;
	}

	.single-product .ftx-product-project-entry .ftx-project-button,
	.single-product .ftx-product-project-entry button,
	.single-product .ftx-product-project-entry a.button {
		justify-content: center;
		width: 100% !important;
	}
}

/* Final V2 universe filter override */
.ftx-universe-v2-page .ftx-universe-smart-filters {
	overflow: hidden;
}

.ftx-universe-v2-page .ftx-universe-filter-drawer summary {
	align-items: center;
	color: var(--ftx-universe-navy);
	cursor: pointer;
	display: flex;
	font-size: 16px;
	font-weight: 950;
	justify-content: space-between;
	list-style: none;
	min-height: 58px;
	padding: 0 18px;
}

.ftx-universe-v2-page .ftx-universe-filter-drawer summary::-webkit-details-marker {
	display: none;
}

.ftx-universe-v2-page .ftx-universe-filter-drawer summary::after {
	background: color-mix(in srgb, var(--ftx-universe-accent) 18%, #fff);
	border: 1px solid color-mix(in srgb, var(--ftx-universe-accent) 34%, transparent);
	border-radius: 999px;
	content: "+";
	display: grid;
	height: 30px;
	place-items: center;
	width: 30px;
}

.ftx-universe-v2-page .ftx-universe-filter-drawer[open] summary::after {
	content: "-";
}

.ftx-universe-v2-page .ftx-universe-smart-filters form {
	border-top: 1px solid rgba(6,27,49,.08);
}

@media (max-width: 720px) {
	.ftx-universe-v2-page .ftx-universe-v2-selection .ftx-universe-smart-layout {
		gap: 16px;
	}

	.ftx-universe-v2-page .ftx-universe-v2-selection .ftx-universe-smart-filters {
		border-radius: 16px;
		position: static;
	}

	.ftx-universe-v2-page .ftx-universe-filter-drawer summary {
		min-height: 52px;
	}

	.ftx-universe-v2-page .ftx-universe-smart-filters form {
		gap: 10px;
		padding: 14px;
	}

	.ftx-universe-v2-page .ftx-universe-price-row {
		grid-template-columns: 1fr;
	}
}

/* Final V2 product page override */
.single-product .product_title,
.single-product h1.product_title {
	color: #061b31 !important;
	font-weight: 950 !important;
	letter-spacing: 0 !important;
	line-height: .98 !important;
	margin-bottom: 16px !important;
	max-width: 760px;
}

.single-product .elementor-widget-woocommerce-breadcrumb,
.single-product .woocommerce-breadcrumb {
	color: #b48a22 !important;
	font-size: 13px !important;
	font-weight: 850 !important;
	line-height: 1.35 !important;
	margin-bottom: 14px !important;
}

.single-product .elementor-element-1a7d0a5 {
	background: linear-gradient(180deg, #fff, #f8fbfb) !important;
	border: 1px solid rgba(6, 86, 77, .22) !important;
	border-radius: 18px !important;
	box-shadow: 0 18px 36px rgba(6, 27, 49, .07) !important;
	margin-bottom: 18px !important;
	overflow: hidden;
	padding: 22px !important;
}

.single-product .elementor-element-1a7d0a5::before {
	background: linear-gradient(90deg, #c99725, #e2c66f, #0d716b) !important;
	height: 3px !important;
	left: 0 !important;
	right: 0 !important;
}

.single-product .elementor-element-1a7d0a5 .price {
	color: #a17312 !important;
	font-size: clamp(26px, 3vw, 34px) !important;
	font-weight: 950 !important;
}

.single-product .elementor-element-1a7d0a5,
.single-product .elementor-element-1a7d0a5 p,
.single-product .elementor-element-1a7d0a5 li {
	color: #213348 !important;
	font-size: 15px !important;
	line-height: 1.48 !important;
}

.single-product .ftx-product-decision-panel {
	align-items: center !important;
	background: #fff !important;
	border: 1px solid rgba(6, 27, 49, .12) !important;
	border-radius: 16px !important;
	box-shadow: 0 16px 34px rgba(6, 27, 49, .07) !important;
	display: block !important;
	gap: 16px !important;
	margin: 16px 0 !important;
	padding: 16px !important;
}

.single-product .ftx-product-decision-panel__intro span {
	color: #b48a22 !important;
	font-size: 11px !important;
	font-weight: 950 !important;
	letter-spacing: .09em !important;
	margin-bottom: 5px !important;
}

.single-product .ftx-product-decision-panel__intro h2 {
	color: #061b31 !important;
	font-size: 20px !important;
	font-weight: 950 !important;
	line-height: 1.1 !important;
	margin: 0 0 5px !important;
}

.single-product .ftx-product-decision-panel__intro p {
	color: #526174 !important;
	font-size: 14px !important;
	line-height: 1.45 !important;
	margin: 0 !important;
	max-width: 680px;
}

.single-product .ftx-product-decision-panel__choices {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 8px !important;
	justify-content: flex-start !important;
	margin-top: 12px !important;
	min-width: 0 !important;
}

.single-product .ftx-product-choice {
	align-items: center !important;
	background: #fff !important;
	border: 1px solid rgba(6, 27, 49, .14) !important;
	border-radius: 999px !important;
	box-shadow: none !important;
	color: #061b31 !important;
	display: inline-flex !important;
	flex-direction: row !important;
	gap: 8px !important;
	min-height: 44px !important;
	padding: 10px 14px !important;
	text-align: left !important;
	width: auto !important;
}

.single-product .ftx-product-choice.is-primary {
	background: #061b31 !important;
	border-color: #061b31 !important;
	color: #fff !important;
}

.single-product .ftx-product-choice span,
.single-product .ftx-product-choice em {
	display: none !important;
}

.single-product .ftx-product-choice strong {
	color: inherit !important;
	font-size: 13px !important;
	font-weight: 950 !important;
	line-height: 1.1 !important;
	margin: 0 !important;
}

.single-product .ftx-product-cart-hint {
	background: #fbf7ef !important;
	border: 1px solid rgba(180, 138, 34, .22) !important;
	border-radius: 14px !important;
	color: #27384c !important;
	font-size: 14px !important;
	line-height: 1.5 !important;
	padding: 14px 16px !important;
}

.single-product table.variations {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	margin: 18px 0 14px !important;
	padding: 0 !important;
}

.single-product table.variations tbody,
.single-product table.variations tr,
.single-product table.variations th,
.single-product table.variations td {
	display: block !important;
	width: 100% !important;
}

.single-product table.variations th.label {
	color: #061b31 !important;
	font-size: 15px !important;
	font-weight: 950 !important;
	margin: 16px 0 8px !important;
}

.single-product table.variations tr:first-child th.label {
	margin-top: 0 !important;
}

.single-product .thwvsf-wrapper-ul {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 10px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.single-product .thwvsf-wrapper-ul .thwvsf-wrapper-item-li,
.single-product .thwvsf-wrapper-ul .thwvsf-wrapper-item-li.thwvsf-label-li,
.single-product .thwvsf-wrapper-ul .thwvsf-wrapper-item-li.thwvsf-color-li {
	align-items: center !important;
	background: #fff !important;
	border: 1px solid rgba(6, 27, 49, .14) !important;
	border-radius: 13px !important;
	box-shadow: 0 8px 18px rgba(6, 27, 49, .05) !important;
	color: #061b31 !important;
	cursor: pointer !important;
	display: inline-flex !important;
	font-size: 14px !important;
	font-weight: 950 !important;
	height: 48px !important;
	justify-content: center !important;
	margin: 0 !important;
	min-width: 48px !important;
	padding: 0 14px !important;
	transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.single-product .thwvsf-wrapper-ul .thwvsf-wrapper-item-li.thwvsf-color-li {
	height: 42px !important;
	min-width: 42px !important;
	padding: 5px !important;
}

.single-product .thwvsf-wrapper-ul .thwvsf-wrapper-item-li.thwvsf-color-li span,
.single-product .thwvsf-wrapper-ul .thwvsf-wrapper-item-li.thwvsf-color-li .thwvsf-item-span {
	border: 0 !important;
	border-radius: 10px !important;
	box-shadow: inset 0 0 0 1px rgba(6, 27, 49, .18) !important;
	display: block !important;
	height: 30px !important;
	width: 30px !important;
}

.single-product .thwvsf-wrapper-ul .thwvsf-wrapper-item-li.selected,
.single-product .thwvsf-wrapper-ul .thwvsf-wrapper-item-li.thwvsf-selected {
	border-color: #b48a22 !important;
	box-shadow: 0 0 0 3px rgba(180, 138, 34, .18), 0 10px 22px rgba(6, 27, 49, .08) !important;
	transform: translateY(-1px);
}

.single-product .thwvsf-wrapper-ul .thwvsf-wrapper-item-li.disabled,
.single-product .thwvsf-wrapper-ul .thwvsf-wrapper-item-li.thwvsf-disabled {
	opacity: .34 !important;
	pointer-events: none !important;
}

.single-product .ftx-variation-size-hint,
.single-product .ftx-color-image-hint {
	color: #657287 !important;
	font-size: 13px !important;
	line-height: 1.4 !important;
	margin: 9px 0 0 !important;
}

.single-product .woocommerce-variation-add-to-cart {
	align-items: stretch !important;
	display: grid !important;
	gap: 12px !important;
	grid-template-columns: 88px minmax(0, 1fr) !important;
	margin: 18px 0 0 !important;
	max-width: 620px !important;
}

.single-product .woocommerce-variation-add-to-cart .quantity,
.single-product .woocommerce-variation-add-to-cart .quantity input.qty {
	border-radius: 14px !important;
	height: 54px !important;
	width: 88px !important;
}

.single-product .single_add_to_cart_button {
	background: #061b31 !important;
	border: 1px solid #061b31 !important;
	border-radius: 14px !important;
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 950 !important;
	min-height: 54px !important;
}

.single-product .single_add_to_cart_button.disabled,
.single-product .single_add_to_cart_button:disabled {
	background: #98a3ae !important;
	border-color: #98a3ae !important;
	color: #fff !important;
}

.single-product .ftx-product-project-entry {
	align-items: center !important;
	background: #fff !important;
	border: 1px solid rgba(6, 27, 49, .12) !important;
	border-radius: 16px !important;
	box-shadow: 0 14px 30px rgba(6, 27, 49, .06) !important;
	display: grid !important;
	gap: 14px !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	margin: 14px 0 0 !important;
	max-width: 620px !important;
	padding: 16px !important;
}

.single-product .ftx-product-project-entry__copy span {
	color: #b48a22 !important;
	font-size: 11px !important;
	font-weight: 950 !important;
	letter-spacing: .09em !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
}

.single-product .ftx-product-project-entry__copy strong {
	color: #061b31 !important;
	display: block !important;
	font-size: 17px !important;
	font-weight: 950 !important;
	line-height: 1.15 !important;
	margin-top: 6px !important;
}

.single-product .ftx-product-project-entry p,
.single-product .ftx-product-project-entry .ftx-project-help {
	color: #56657a !important;
	font-size: 13.5px !important;
	line-height: 1.42 !important;
	margin: 6px 0 0 !important;
}

.single-product .ftx-product-project-entry .ftx-project-button,
.single-product .ftx-product-project-entry button,
.single-product .ftx-product-project-entry a.button {
	align-items: center !important;
	background: #fff !important;
	border: 1px solid rgba(6, 27, 49, .22) !important;
	border-radius: 999px !important;
	color: #061b31 !important;
	display: inline-flex !important;
	font-size: 13px !important;
	font-weight: 950 !important;
	justify-content: center !important;
	min-height: 44px !important;
	padding: 10px 16px !important;
	white-space: nowrap !important;
	width: auto !important;
}

.single-product .ftx-product-project-entry .ftx-project-button:hover,
.single-product .ftx-product-project-entry button:hover,
.single-product .ftx-product-project-entry a.button:hover {
	background: #061b31 !important;
	border-color: #061b31 !important;
	color: #fff !important;
}

.single-product .ftx-product-related-versions {
	border-top: 1px solid rgba(6, 27, 49, .08);
	grid-column: 1 / -1;
	margin-top: 2px;
	padding-top: 10px;
}

.single-product .ftx-product-related-versions span {
	color: #647085;
	font-size: 13px;
	font-weight: 900;
	margin-right: 8px;
}

.single-product .ftx-product-related-versions a {
	background: #fbf7ef;
	border: 1px solid rgba(180, 138, 34, .18);
	border-radius: 999px;
	color: #061b31;
	display: inline-flex;
	font-size: 13px;
	font-weight: 950;
	margin: 4px 6px 0 0;
	padding: 7px 11px;
	text-decoration: none;
}

.single-product .wcpay-express-checkout-wrapper,
.single-product #wcpay-express-checkout-element,
.single-product .wc-block-components-express-payment {
	margin-top: 16px !important;
	max-width: 620px !important;
}

.single-product .ftx-mobile-color-preview {
	background: #f8fbfb !important;
	border: 1px solid rgba(6, 27, 49, .1) !important;
	border-radius: 14px !important;
	box-shadow: none !important;
	gap: 12px !important;
	margin: 10px 0 14px !important;
	padding: 10px !important;
}

.single-product .ftx-mobile-color-preview__media {
	border-radius: 12px !important;
	flex-basis: 76px !important;
	height: 82px !important;
	width: 76px !important;
}

@media (max-width: 767px) {
	.single-product .content-area {
		margin-top: 12px !important;
	}

	.single-product .woocommerce-product-gallery {
		border-radius: 0 !important;
		box-shadow: none !important;
		margin-left: -14px !important;
		margin-right: -14px !important;
		padding: 0 !important;
	}

	.single-product .product_title,
	.single-product h1.product_title {
		font-size: clamp(34px, 10vw, 46px) !important;
		margin-top: 18px !important;
	}

	.single-product .elementor-element-1a7d0a5 {
		border-radius: 16px !important;
		padding: 18px !important;
	}

	.single-product .ftx-product-decision-panel {
		display: block !important;
		padding: 14px !important;
	}

	.single-product .ftx-product-decision-panel__choices {
		display: grid !important;
		grid-template-columns: 1fr !important;
		justify-content: stretch !important;
		margin-top: 12px !important;
		min-width: 0 !important;
	}

	.single-product .ftx-product-choice {
		justify-content: center !important;
		width: 100% !important;
	}

	.single-product table.variations {
		margin-top: 14px !important;
	}

	.single-product .thwvsf-wrapper-ul {
		gap: 9px !important;
	}

	.single-product .thwvsf-wrapper-ul .thwvsf-wrapper-item-li,
	.single-product .thwvsf-wrapper-ul .thwvsf-wrapper-item-li.thwvsf-label-li {
		height: 52px !important;
		min-width: 64px !important;
	}

	.single-product .thwvsf-wrapper-ul .thwvsf-wrapper-item-li.thwvsf-color-li {
		height: 44px !important;
		min-width: 44px !important;
	}

	.single-product .woocommerce-variation-add-to-cart {
		grid-template-columns: 78px minmax(0, 1fr) !important;
		max-width: none !important;
	}

	.single-product .woocommerce-variation-add-to-cart .quantity,
	.single-product .woocommerce-variation-add-to-cart .quantity input.qty {
		width: 78px !important;
	}

	.single-product .ftx-product-project-entry {
		display: block !important;
		max-width: none !important;
	}

	.single-product .ftx-product-project-entry .ftx-project-button,
	.single-product .ftx-product-project-entry button,
	.single-product .ftx-product-project-entry a.button {
		margin-top: 12px !important;
		width: 100% !important;
	}
}
