/*
Theme Name: SOPHIE LEVY
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

:root {
	--ino-site-font: "Barlow Condensed", Arial, sans-serif;
}

body,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body a,
body li,
body label,
body input,
body select,
body textarea,
body button,
body .button,
body .nav,
body .nav > li > a,
body .header,
body .header-nav,
body .text,
body .text-box,
body .section,
body .banner,
body .product-title,
body .woocommerce,
body .ux-menu-link__text {
	font-family: var(--ino-site-font) !important;
}

.iz-network__button,
.iz-network-form__submit,
.iz-network .wpcf7-submit {
	font-family: var(--ino-site-font) !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
}

.iz-dealer {
	--iz-bg: #050505;
	--iz-panel: #080808;
	--iz-line: rgba(255, 255, 255, 0.12);
	--iz-grid: rgba(255, 255, 255, 0.08);
	--iz-corner: rgba(255, 255, 255, 0.58);
	--iz-corner-size: 18px;
	--iz-corner-thickness: 2px;
	--iz-text: #f1f1f1;
	--iz-muted: #a7a7a7;
	--iz-soft: rgba(255, 255, 255, 0.055);
	background: var(--iz-bg);
	color: var(--iz-text);
	padding: 0 16px 48px;
	font-family: var(--ino-site-font);
}

.iz-dealer,
.iz-dealer h1,
.iz-dealer h2,
.iz-dealer h3,
.iz-dealer p,
.iz-dealer span,
.iz-dealer a {
	opacity: 1;
}

.iz-dealer *,
.iz-dealer *::before,
.iz-dealer *::after {
	box-sizing: border-box;
}

.iz-dealer__shell {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	border-left: 1px solid var(--iz-line);
	border-right: 1px solid var(--iz-line);
	overflow: hidden;
	background: var(--iz-panel);
}

.iz-dealer__shell::before,
.iz-dealer__shell::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	z-index: 6;
	height: 1px;
	background: var(--iz-line);
	pointer-events: none;
}

.iz-dealer__shell::before {
	top: 0;
}

.iz-dealer__shell::after {
	bottom: 0;
}

.iz-dealer__cornered {
	background-repeat: no-repeat;
	background-image:
		linear-gradient(var(--iz-corner), var(--iz-corner)),
		linear-gradient(var(--iz-corner), var(--iz-corner)),
		linear-gradient(var(--iz-corner), var(--iz-corner)),
		linear-gradient(var(--iz-corner), var(--iz-corner)),
		linear-gradient(var(--iz-corner), var(--iz-corner)),
		linear-gradient(var(--iz-corner), var(--iz-corner)),
		linear-gradient(var(--iz-corner), var(--iz-corner)),
		linear-gradient(var(--iz-corner), var(--iz-corner));
	background-position: top left, top left, top right, top right, bottom left, bottom left, bottom right, bottom right;
	background-size:
		var(--iz-corner-size) var(--iz-corner-thickness),
		var(--iz-corner-thickness) var(--iz-corner-size),
		var(--iz-corner-size) var(--iz-corner-thickness),
		var(--iz-corner-thickness) var(--iz-corner-size),
		var(--iz-corner-size) var(--iz-corner-thickness),
		var(--iz-corner-thickness) var(--iz-corner-size),
		var(--iz-corner-size) var(--iz-corner-thickness),
		var(--iz-corner-thickness) var(--iz-corner-size);
}

.iz-dealer__hero {
	position: relative;
	min-height: 456px;
	padding-top: 136px;
	border-top: 1px solid var(--iz-line);
	border-bottom: 1px solid var(--iz-line);
	background:
		radial-gradient(ellipse at 50% 58%, rgba(255, 255, 255, 0.045), transparent 28%),
		radial-gradient(ellipse at 50% 60%, rgba(255, 255, 255, 0.024), transparent 44%),
		#030303;
	isolation: isolate;
	overflow: hidden;
}

.iz-dealer__marquee {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 132px;
	border-bottom: 1px solid var(--iz-line);
	overflow: hidden;
	color: rgba(255, 255, 255, 0.075);
	font-size: clamp(72px, 8.8vw, 128px);
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
	z-index: 0;
}

.iz-dealer__marquee-track {
	display: flex;
	align-items: center;
	width: max-content;
	height: 100%;
	animation: izDealerMarquee 34s linear infinite;
}

.iz-dealer__marquee span {
	flex: 0 0 auto;
	padding-right: 40px;
}

.iz-dealer__intro {
	position: relative;
	z-index: 1;
	width: min(100%, 820px);
	margin: 0 auto;
	padding: 48px 24px 78px;
	text-align: center;
}

.iz-dealer__brand {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.iz-dealer__brand img {
	display: block;
	width: 168px;
	max-height: 32px;
	object-fit: contain;
	opacity: 1 !important;
}

.iz-dealer h1,
.iz-dealer h2,
.iz-dealer h3,
.iz-dealer p {
	margin: 0;
}

.iz-dealer__intro h1 {
	margin-top: 38px;
	color: #fff !important;
	font-size: clamp(44px, 5vw, 64px);
	font-weight: 850;
	line-height: 1.04;
	letter-spacing: -0.04em;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.32);
}

.iz-dealer__intro p {
	width: min(100%, 760px);
	margin: 30px auto 0;
	color: #efefef !important;
	font-size: clamp(15px, 1.26vw, 18px);
	font-weight: 700;
	line-height: 1.48;
}

.iz-dealer__grid-band {
	position: relative;
	min-height: 80px;
	border-bottom: 1px solid var(--iz-line);
	background: var(--iz-bg);
}

.iz-dealer__grid-band::after {
	content: "";
	position: absolute;
	inset: 0 1px;
	background-image:
		linear-gradient(90deg, var(--iz-grid) 1px, transparent 1px),
		linear-gradient(var(--iz-grid) 1px, transparent 1px);
	background-repeat: repeat;
	background-size: calc(100% / 20) 50%;
	pointer-events: none;
}

.iz-dealer__programs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-bottom: 1px solid var(--iz-line);
}

.iz-dealer__card {
	position: relative;
	display: flex;
	min-height: 330px;
	padding: 34px 28px 30px;
	border-right: 1px solid var(--iz-line);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.034), transparent 48%),
		#070707;
	color: var(--iz-text);
	text-decoration: none;
	overflow: hidden;
	transition: background 180ms ease, transform 180ms ease;
}

.iz-dealer__card:nth-child(4n) {
	border-right: 0;
}

.iz-dealer__card::before {
	content: attr(data-index);
	position: absolute;
	right: 22px;
	bottom: 18px;
	color: rgba(255, 255, 255, 0.045);
	font-size: 108px;
	font-weight: 900;
	line-height: 0.8;
	letter-spacing: -0.08em;
}

.iz-dealer__card:hover {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.07), transparent 52%),
		#090909;
	color: var(--iz-text);
}

.iz-dealer__card-inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.iz-dealer__eyebrow {
	display: inline-flex;
	width: fit-content;
	margin-bottom: 28px;
	padding: 7px 10px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: #dcdcdc;
	font-size: 11px;
	font-weight: 850;
	line-height: 1;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.iz-dealer__card h2 {
	color: #fff !important;
	font-size: clamp(25px, 2.2vw, 34px);
	font-weight: 850;
	line-height: 1.02;
	letter-spacing: -0.04em;
}

.iz-dealer__card p {
	margin-top: 18px;
	color: var(--iz-muted) !important;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
}

.iz-dealer__card-action {
	display: inline-flex;
	align-items: center;
	margin-top: auto;
	padding-top: 34px;
	color: #fff;
	font-size: 14px;
	font-weight: 850;
	line-height: 1;
}

.iz-dealer__card-action span {
	margin-left: 10px;
	transition: transform 180ms ease;
}

.iz-dealer__card:hover .iz-dealer__card-action span {
	transform: translateX(4px);
}

.iz-dealer__cta {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
	align-items: stretch;
	border-bottom: 1px solid var(--iz-line);
	background: var(--iz-panel);
}

.iz-dealer__cta-content {
	padding: 72px 54px;
	border-right: 1px solid var(--iz-line);
}

.iz-dealer__cta h2 {
	color: #eeeeee !important;
	font-size: clamp(38px, 4.6vw, 62px);
	font-weight: 850;
	line-height: 1.05;
	letter-spacing: -0.045em;
}

.iz-dealer__cta p {
	width: min(100%, 590px);
	margin-top: 22px;
	color: var(--iz-muted) !important;
	font-size: clamp(16px, 1.5vw, 21px);
	font-weight: 700;
	line-height: 1.38;
	letter-spacing: -0.02em;
}

.iz-dealer__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 38px;
}

.iz-dealer__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	padding: 0 18px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.025);
	color: var(--iz-text);
	font-size: 17px;
	font-weight: 850;
	line-height: 1;
	letter-spacing: -0.02em;
	text-decoration: none;
	transition: border-color 180ms ease, background 180ms ease;
}

.iz-dealer__button:hover {
	border-color: rgba(255, 255, 255, 0.34);
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
}

.iz-dealer__button span {
	margin-left: 10px;
}

.iz-dealer__map {
	position: relative;
	min-height: 100%;
	background:
		linear-gradient(90deg, var(--iz-grid) 1px, transparent 1px),
		linear-gradient(var(--iz-grid) 1px, transparent 1px),
		radial-gradient(circle at 52% 45%, rgba(255, 255, 255, 0.14), transparent 0 6px, transparent 7px),
		#050505;
	background-size: 42px 42px, 42px 42px, auto, auto;
}

.iz-dealer__map::before,
.iz-dealer__map::after {
	content: "";
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	transform: translate(-50%, -50%);
}

.iz-dealer__map::before {
	top: 45%;
	left: 52%;
	width: 118px;
	height: 118px;
}

.iz-dealer__map::after {
	top: 45%;
	left: 52%;
	width: 220px;
	height: 220px;
	border-color: rgba(255, 255, 255, 0.1);
}

.iz-dealer__map-label {
	position: absolute;
	left: 28px;
	bottom: 24px;
	color: rgba(255, 255, 255, 0.62);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

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

	.iz-dealer__card:nth-child(2n) {
		border-right: 0;
	}

	.iz-dealer__card:nth-child(-n + 2) {
		border-bottom: 1px solid var(--iz-line);
	}

	.iz-dealer__cta {
		grid-template-columns: 1fr;
	}

	.iz-dealer__cta-content {
		border-right: 0;
		border-bottom: 1px solid var(--iz-line);
		padding: 58px 32px;
	}

	.iz-dealer__map {
		min-height: 260px;
	}
}

@media (max-width: 620px) {
	.iz-dealer {
		padding: 0 12px 36px;
	}

	.iz-dealer__hero {
		min-height: 420px;
		padding-top: 122px;
	}

	.iz-dealer__marquee {
		height: 120px;
		font-size: clamp(58px, 15vw, 92px);
	}

	.iz-dealer__intro {
		padding: 44px 18px 66px;
	}

	.iz-dealer__intro h1 {
		font-size: clamp(38px, 12vw, 50px);
	}

	.iz-dealer__grid-band {
		min-height: 70px;
	}

	.iz-dealer__grid-band::after {
		background-size: calc(100% / 10) 50%;
	}

	.iz-dealer__programs {
		grid-template-columns: 1fr;
	}

	.iz-dealer__card,
	.iz-dealer__card:nth-child(2n),
	.iz-dealer__card:nth-child(4n) {
		min-height: 265px;
		border-right: 0;
		border-bottom: 1px solid var(--iz-line);
	}

	.iz-dealer__card:last-child {
		border-bottom: 0;
	}

	.iz-dealer__cta-content {
		padding: 50px 22px;
	}

	.iz-dealer__actions {
		display: grid;
	}

	.iz-dealer__button {
		width: 100%;
		min-height: 52px;
		font-size: 16px;
	}
}

@keyframes izDealerMarquee {
	0% {
		transform: translate3d(0, 0, 0);
	}

	100% {
		transform: translate3d(-33.333%, 0, 0);
	}
}

.iz-dealer--locator .iz-dealer__hero {
	display: grid;
	place-items: center;
	min-height: 520px;
	padding: 96px 24px;
}

.iz-dealer--locator .iz-dealer__intro {
	padding: 0;
}

.iz-dealer--locator .iz-dealer__eyebrow-main {
	display: block;
	margin-bottom: 20px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 16px;
	font-weight: 850;
	line-height: 1;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.iz-dealer--locator .iz-dealer__intro h1 {
	margin-top: 0;
	font-size: clamp(54px, 8vw, 104px);
	letter-spacing: -0.055em;
}

.iz-dealer--locator .iz-dealer__intro p {
	width: min(100%, 680px);
	margin-top: 24px;
	color: #d7d7d7 !important;
	font-size: clamp(16px, 1.45vw, 20px);
	font-weight: 700;
}

.iz-dealer--locator .iz-dealer__programs {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	border-top: 1px solid var(--iz-line);
	background: #050505;
}

.iz-dealer--locator .iz-dealer__card {
	min-height: 360px;
	border-right: 1px solid var(--iz-line);
	border-bottom: 1px solid var(--iz-line);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.075), transparent 38%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.028), transparent 58%),
		#070707;
}

.iz-dealer--locator .iz-dealer__card:nth-child(2n) {
	border-right: 0;
}

.iz-dealer--locator .iz-dealer__card:nth-last-child(-n + 2) {
	border-bottom: 0;
}

.iz-dealer--locator .iz-dealer__card::before {
	top: 22px;
	right: 26px;
	bottom: auto;
	font-size: 18px;
	letter-spacing: 0;
	color: rgba(255, 255, 255, 0.34);
}

.iz-dealer--locator .iz-dealer__card h2 {
	max-width: 440px;
	font-size: clamp(34px, 4vw, 58px);
}

.iz-dealer--locator .iz-dealer__card p {
	max-width: 430px;
	font-size: clamp(15px, 1.24vw, 18px);
}

.iz-dealer--locator .iz-dealer__card-action {
	width: fit-content;
	margin-top: 36px;
	padding: 13px 16px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.025);
}

.iz-dealer--locator .iz-dealer__touch {
	display: grid;
	place-items: center;
	min-height: 390px;
	padding: 72px 24px;
	border-top: 1px solid var(--iz-line);
	text-align: center;
	background:
		radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.06), transparent 34%),
		#080808;
}

.iz-dealer--locator .iz-dealer__touch h2 {
	color: #fff !important;
	font-size: clamp(42px, 5vw, 72px);
	font-weight: 850;
	line-height: 1.04;
	letter-spacing: -0.05em;
}

.iz-dealer--locator .iz-dealer__touch p {
	width: min(100%, 620px);
	margin: 22px auto 0;
	color: var(--iz-muted) !important;
	font-size: clamp(16px, 1.4vw, 20px);
	font-weight: 700;
	line-height: 1.42;
}

.iz-dealer--locator .iz-dealer__touch .iz-dealer__button {
	margin-top: 34px;
}

@media (max-width: 720px) {
	.iz-dealer--locator .iz-dealer__hero {
		min-height: 430px;
		padding: 76px 18px;
	}

	.iz-dealer--locator .iz-dealer__programs {
		grid-template-columns: 1fr;
	}

	.iz-dealer--locator .iz-dealer__card,
	.iz-dealer--locator .iz-dealer__card:nth-child(2n),
	.iz-dealer--locator .iz-dealer__card:nth-last-child(-n + 2) {
		min-height: 300px;
		border-right: 0;
		border-bottom: 1px solid var(--iz-line);
	}

	.iz-dealer--locator .iz-dealer__card:last-child {
		border-bottom: 0;
	}
}

.iz-dealer--locator {
	padding-bottom: 64px;
}

.iz-dealer--locator .iz-dealer__shell {
	background: #020202;
}

.iz-dealer--locator .iz-dealer__hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 342px;
	padding: 104px 24px 76px;
	border-bottom: 1px solid var(--iz-line);
	background: #020202;
}

.iz-dealer--locator .iz-dealer__hero::before {
	content: "DEALER LOCATOR DEALER LOCATOR";
	position: absolute;
	top: 2px;
	left: 22px;
	right: 0;
	height: 96px;
	overflow: hidden;
	color: rgba(255, 255, 255, 0.045);
	font-size: clamp(58px, 7.3vw, 96px);
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.055em;
	text-transform: uppercase;
	white-space: nowrap;
}

.iz-dealer--locator .iz-dealer__hero::after {
	content: "";
	position: absolute;
	top: 96px;
	left: 0;
	right: 0;
	height: 1px;
	background: var(--iz-line);
}

.iz-dealer--locator .iz-dealer__intro {
	width: min(100%, 650px);
	padding: 0;
}

.iz-dealer--locator .iz-dealer__brand {
	margin-bottom: 28px;
}

.iz-dealer--locator .iz-dealer__brand img {
	width: 96px;
	max-height: 24px;
}

.iz-dealer--locator .iz-dealer__intro h1 {
	margin: 0;
	font-size: clamp(38px, 4vw, 54px);
	letter-spacing: -0.055em;
}

.iz-dealer--locator .iz-dealer__intro p {
	width: min(100%, 560px);
	margin-top: 24px;
	color: #a9a9a9 !important;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.38;
}

.iz-dealer--locator .iz-dealer__programs {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 0;
	border-bottom: 1px solid var(--iz-line);
}

.iz-dealer--locator .iz-dealer__card {
	min-height: 178px;
	padding: 31px 26px 24px;
	border-right: 1px solid var(--iz-line);
	border-bottom: 0;
	text-align: center;
}

.iz-dealer--locator .iz-dealer__card:nth-child(1) {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(25, 60, 170, 0.22));
}

.iz-dealer--locator .iz-dealer__card:nth-child(2) {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(110, 18, 15, 0.34));
}

.iz-dealer--locator .iz-dealer__card:nth-child(3) {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(80, 24, 150, 0.3));
}

.iz-dealer--locator .iz-dealer__card:nth-child(4) {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(125, 86, 14, 0.28));
	border-right: 0;
}

.iz-dealer--locator .iz-dealer__card::before {
	display: none;
}

.iz-dealer--locator .iz-dealer__card h2 {
	max-width: none;
	font-size: 19px;
	letter-spacing: -0.03em;
}

.iz-dealer--locator .iz-dealer__card p {
	max-width: 230px;
	margin: 15px auto 0;
	color: #b8b8b8 !important;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
}

.iz-dealer--locator .iz-dealer__card-action {
	margin: 18px auto 0;
	padding: 13px 18px;
	border-radius: 6px;
	background: #090909;
	color: #fff;
	font-size: 14px;
}

.iz-dealer__locator-grid {
	position: relative;
	min-height: 72px;
	border-bottom: 0;
	background: #020202;
}

.iz-dealer__locator-grid::after {
	content: "";
	position: absolute;
	inset: 0 1px;
	background-image:
		linear-gradient(90deg, rgba(255, 255, 255, 0.11) 1px, transparent 1px),
		linear-gradient(rgba(255, 255, 255, 0.11) 1px, transparent 1px);
	background-size: calc(100% / 20) 100%, calc(100% / 20) 36px;
	opacity: 0.62;
}

.iz-dealer__locator {
	width: 100%;
	max-width: 1200px;
	margin: 54px auto 0;
	border: 1px solid rgba(255, 255, 255, 0.42);
	background: #030303;
}

.iz-dealer__locator-top {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 170px;
	gap: 18px;
	padding: 14px 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.iz-dealer__search {
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr) 88px 20px;
	align-items: center;
	gap: 12px;
	min-height: 44px;
	padding: 0 13px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: #101010;
	color: #fff;
	font-size: 14px;
	font-weight: 850;
}

.iz-dealer__search-icon,
.iz-dealer__target,
.iz-dealer__filter span {
	color: rgba(255, 255, 255, 0.55);
}

.iz-dealer__distance {
	justify-self: end;
	color: #fff;
}

.iz-dealer__filter {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 44px;
	border: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.24);
	font-size: 13px;
	font-weight: 850;
}

.iz-dealer__locator-body {
	display: grid;
	grid-template-columns: 40% 60%;
	min-height: 620px;
}

.iz-dealer__dealer-list {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 32px;
	background: #020202;
	color: #fff;
	font-size: 15px;
	font-weight: 900;
}

.iz-dealer__map-panel {
	position: relative;
	overflow: hidden;
	border-left: 1px solid rgba(255, 255, 255, 0.12);
	background:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		radial-gradient(circle at 49% 49%, rgba(85, 155, 235, 0.9) 0 6px, rgba(85, 155, 235, 0.25) 7px 12px, transparent 13px),
		radial-gradient(ellipse at 70% 30%, rgba(255, 255, 255, 0.08), transparent 26%),
		#252525;
	background-size: 48px 48px, 48px 48px, auto, auto, auto;
	filter: grayscale(1);
}

.iz-dealer__map-panel::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(25deg, transparent 0 38%, rgba(0, 0, 0, 0.26) 39% 42%, transparent 43%),
		linear-gradient(135deg, transparent 0 48%, rgba(0, 0, 0, 0.34) 49% 52%, transparent 53%),
		radial-gradient(ellipse at 52% 56%, transparent 0 26%, rgba(0, 0, 0, 0.26) 27% 29%, transparent 30%),
		rgba(0, 0, 0, 0.42);
}

.iz-dealer__map-name {
	position: absolute;
	color: rgba(255, 255, 255, 0.32);
	font-size: 14px;
	font-weight: 850;
}

.iz-dealer__map-name--one {
	top: 24%;
	left: 65%;
}

.iz-dealer__map-name--two {
	top: 38%;
	left: 76%;
	font-size: 22px;
}

.iz-dealer__map-name--three {
	bottom: 15%;
	right: 9%;
}

.iz-dealer__zoom {
	position: absolute;
	top: 14px;
	right: 14px;
	display: grid;
	overflow: hidden;
	border-radius: 3px;
}

.iz-dealer__zoom span {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	background: #fff;
	color: #111;
	font-size: 18px;
	font-weight: 900;
}

.iz-dealer__touch-wrap {
	width: 100%;
	max-width: 1200px;
	margin: 86px auto 0;
	border: 1px solid rgba(255, 255, 255, 0.42);
}

.iz-dealer--locator .iz-dealer__touch {
	min-height: 360px;
	border-top: 0;
	background: #020202;
}

@media (max-width: 900px) {
	.iz-dealer--locator .iz-dealer__programs,
	.iz-dealer__locator-body,
	.iz-dealer__locator-top {
		grid-template-columns: 1fr;
	}

	.iz-dealer--locator .iz-dealer__card,
	.iz-dealer--locator .iz-dealer__card:nth-child(4) {
		border-right: 0;
		border-bottom: 1px solid var(--iz-line);
	}

	.iz-dealer--locator .iz-dealer__card:last-child {
		border-bottom: 0;
	}

	.iz-dealer__map-panel {
		min-height: 420px;
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.12);
	}
}

#menu-item-880 .sub-menu.nav-dropdown,
#menu-item-880 .sub-menu.nav-dropdown .row,
#menu-item-880 .sub-menu.nav-dropdown .col,
#menu-item-880 .sub-menu.nav-dropdown .col-inner,
#menu-item-880 .sub-menu.nav-dropdown .banner,
#menu-item-880 .sub-menu.nav-dropdown .banner-inner,
#menu-item-880 .sub-menu.nav-dropdown .banner-bg,
.inozetek-dropdown,
.inozetek-dropdown.row,
.inozetek-dropdown .row,
.inozetek-dropdown .col,
.inozetek-dropdown .col-inner,
.inozetek-dropdown .banner,
.inozetek-dropdown .banner-inner,
.inozetek-dropdown .banner-bg {
	background: #000 !important;
	background-color: #000 !important;
	color: #fff !important;
}

#menu-item-880 .sub-menu.nav-dropdown h4,
#menu-item-880 .sub-menu.nav-dropdown h4 a,
#menu-item-880 .sub-menu.nav-dropdown a,
#menu-item-880 .sub-menu.nav-dropdown .ux-menu-link__text,
#menu-item-880 .sub-menu.nav-dropdown .ux-menu-link__icon,
#menu-item-880 .sub-menu.nav-dropdown .text,
#menu-item-880 .sub-menu.nav-dropdown .text-inner,
#menu-item-880 .sub-menu.nav-dropdown p,
.inozetek-dropdown h4,
.inozetek-dropdown h4 a,
.inozetek-dropdown a,
.inozetek-dropdown .ux-menu-link__text,
.inozetek-dropdown .ux-menu-link__icon,
.inozetek-dropdown .text,
.inozetek-dropdown .text-inner,
.inozetek-dropdown p {
	color: #fff !important;
}

#menu-item-880 .sub-menu.nav-dropdown .ux-menu-link__link,
.inozetek-dropdown .ux-menu-link__link {
	border-color: rgba(255, 255, 255, 0.22) !important;
}

#menu-item-880 .sub-menu.nav-dropdown .ux-menu-link__link:hover,
#menu-item-880 .sub-menu.nav-dropdown h4 a:hover,
.inozetek-dropdown .ux-menu-link__link:hover,
.inozetek-dropdown h4 a:hover {
	background: rgba(255, 255, 255, 0.08) !important;
	color: #fff !important;
}

#menu-item-880 .sub-menu.nav-dropdown .banner .bg,
.inozetek-dropdown .banner .bg {
	opacity: 0.82;
}

#menu-item-880 .inozetek-dropdown.row-collapse > .col:nth-of-type(2),
.inozetek-dropdown.row-collapse > .col:nth-of-type(2) {
	padding-right: 4px !important;
}

#menu-item-880 .inozetek-dropdown.row-collapse > .col:nth-of-type(3),
.inozetek-dropdown.row-collapse > .col:nth-of-type(3) {
	padding-left: 4px !important;
}

#menu-item-668 .ino-product-dropdown.row-collapse > .col:nth-of-type(2),
.ino-product-dropdown.row-collapse > .col:nth-of-type(2) {
	padding-right: 4px !important;
}

#menu-item-668 .ino-product-dropdown.row-collapse > .col:nth-of-type(3),
.ino-product-dropdown.row-collapse > .col:nth-of-type(3) {
	padding-left: 4px !important;
}

.ino-new-products-banner-only {
	position: relative;
	overflow: hidden;
	left: 50%;
	width: 100vw;
	margin-left: -50vw;
	min-height: 520px;
	background: #000;
}

.ino-new-products-banner-only img {
	display: block;
	width: 100%;
	height: 520px;
	object-fit: cover;
	object-position: center;
	opacity: 0.82;
}

.ino-new-products-banner-only::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.34) 58%, #000 100%);
	pointer-events: none;
}

.ino-new-products-banner-only__content {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	width: min(760px, calc(100vw - 32px));
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
}

.ino-new-products-banner-only__content h1 {
	margin: 0 0 18px;
	color: #fff;
	font-size: 46px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0;
	text-transform: uppercase;
}

.ino-new-products-banner-only__content p {
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.9);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.55;
	letter-spacing: 0;
}

.page-id-917 .ino-vinyl-products,
.page-id-919 .ino-vinyl-products,
.page-id-921 .ino-vinyl-products,
.page-id-1444 .ino-vinyl-products,
.page-id-3086 .ino-vinyl-products {
	padding-bottom: 150px;
}

body.page-id-917 .ino-vinyl-products {
	margin-top: 54px !important;
}

.lux-marquee-group {
	gap: 72px !important;
	padding-right: 72px !important;
}

.lux-marquee-group span {
	display: inline-flex !important;
	align-items: center;
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	letter-spacing: 1px !important;
	line-height: 38px !important;
	text-transform: uppercase;
	white-space: nowrap;
}

/* Fix Exclusive page layout */
body.page-id-3086 {
	--content_bg_color: #000;
	background-color: var(--content_bg_color);
}
.page-id-3086 .page-title {
	display: none;
}
.page-id-3086 .content-area,
.page-id-3086 main {
	margin: 0;
	padding: 0;
}

.page-id-917 .ino-shop-filter-wrap,
.page-id-919 .ino-shop-filter-wrap,
.page-id-921 .ino-shop-filter-wrap,
.page-id-1444 .ino-shop-filter-wrap,
.page-id-3086 .ino-shop-filter-wrap {
	position: fixed !important;
	left: 50%;
	right: auto;
	bottom: 18px;
	z-index: 999;
	width: min(calc(100% - 48px), 1180px) !important;
	margin: 0 !important;
	transform: translateX(-50%);
	transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

body.page-id-917 .ino-vinyl-filter-wrap.ino-shop-filter-wrap,
body.page-id-919 .ino-vinyl-filter-wrap.ino-shop-filter-wrap,
body.page-id-921 .ino-vinyl-filter-wrap.ino-shop-filter-wrap,
body.page-id-1444 .ino-vinyl-filter-wrap.ino-shop-filter-wrap,
body.page-id-3086 .ino-vinyl-filter-wrap.ino-shop-filter-wrap {
	position: fixed !important;
	left: 50% !important;
	right: auto !important;
	bottom: 18px !important;
	z-index: 9999 !important;
	width: min(calc(100% - 48px), 1180px) !important;
	margin: 0 !important;
	transform: translateX(-50%) !important;
	opacity: 1;
	visibility: visible;
}

.page-id-917 .ino-shop-filter,
.page-id-919 .ino-shop-filter,
.page-id-921 .ino-shop-filter,
.page-id-1444 .ino-shop-filter,
.page-id-3086 .ino-shop-filter {
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}

.page-id-917 .ino-shop-filter-wrap.ino-vinyl-filter-wrap--hidden,
.page-id-919 .ino-shop-filter-wrap.ino-vinyl-filter-wrap--hidden,
.page-id-921 .ino-shop-filter-wrap.ino-vinyl-filter-wrap--hidden,
.page-id-1444 .ino-shop-filter-wrap.ino-vinyl-filter-wrap--hidden,
.page-id-3086 .ino-shop-filter-wrap.ino-vinyl-filter-wrap--hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateX(-50%) translateY(18px);
}

body.page-id-917 .ino-vinyl-filter-wrap.ino-shop-filter-wrap.ino-vinyl-filter-wrap--hidden,
body.page-id-919 .ino-vinyl-filter-wrap.ino-shop-filter-wrap.ino-vinyl-filter-wrap--hidden,
body.page-id-921 .ino-vinyl-filter-wrap.ino-shop-filter-wrap.ino-vinyl-filter-wrap--hidden,
body.page-id-1444 .ino-vinyl-filter-wrap.ino-shop-filter-wrap.ino-vinyl-filter-wrap--hidden,
body.page-id-3086 .ino-vinyl-filter-wrap.ino-shop-filter-wrap.ino-vinyl-filter-wrap--hidden {
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
	transform: translateX(-50%) translateY(18px) !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

	.ino-new-products-banner-only {
		min-height: 320px;
	}

	.ino-new-products-banner-only img {
		height: 320px;
	}

	.ino-new-products-banner-only__content h1 {
		margin-bottom: 14px;
		font-size: 32px;
	}

	.ino-new-products-banner-only__content p {
		font-size: 14px;
	}

	.page-id-917 .ino-shop-filter-wrap,
	.page-id-919 .ino-shop-filter-wrap,
	.page-id-921 .ino-shop-filter-wrap,
	.page-id-1444 .ino-shop-filter-wrap,
	.page-id-3086 .ino-shop-filter-wrap {
		bottom: 10px;
		width: min(calc(100% - 20px), 560px) !important;
	}

	body.page-id-917 .ino-vinyl-filter-wrap.ino-shop-filter-wrap,
	body.page-id-919 .ino-vinyl-filter-wrap.ino-shop-filter-wrap,
	body.page-id-921 .ino-vinyl-filter-wrap.ino-shop-filter-wrap,
	body.page-id-1444 .ino-vinyl-filter-wrap.ino-shop-filter-wrap,
	body.page-id-3086 .ino-vinyl-filter-wrap.ino-shop-filter-wrap {
		bottom: 10px !important;
		width: min(calc(100% - 20px), 560px) !important;
	}

	.page-id-917 .ino-vinyl-products,
	.page-id-919 .ino-vinyl-products,
	.page-id-921 .ino-vinyl-products,
	.page-id-1444 .ino-vinyl-products {
		padding-bottom: 260px;
	}

	.page-id-3086 .ino-vinyl-products {
		padding-bottom: 260px;
	}

}
