/* VOLTNEXTT marketplace homepage */
:root {
	--mx-black: #111214;
	--mx-char: #333638;
	--mx-grey: #6c6f73;
	--mx-line: #e7e8e8;
	--mx-soft: #f5f6f5;
	--mx-orange: #f26a21;
	--mx-green: #08783e;
	--mx-white: #fff;
	--mx-shadow: 0 16px 50px rgba(0, 0, 0, .09);
}

html.shop-market-page body,
body.shop-market-page {
	margin: 0;
	font-family: Inter, Arial, sans-serif;
	color: #27292b;
	background: #fff;
}

html.shop-market-page body a,
body.shop-market-page a {
	color: inherit;
	text-decoration: none;
}

html.shop-market-page body button,
html.shop-market-page body input,
html.shop-market-page body select,
body.shop-market-page button,
body.shop-market-page input,
body.shop-market-page select {
	font: inherit;
}

html.shop-market-page body button,
body.shop-market-page button {
	cursor: pointer;
}

.mx-wrap {
	width: min(1260px, 92%);
	margin: auto;
}

.mx-top {
	background: #101113;
	color: #fff;
	text-align: center;
	padding: 9px;
	font-size: 12px;
	letter-spacing: .35px;
}

.mx-top b {
	color: var(--mx-orange);
}

.mx-dyk-bar {
	display: flex;
	align-items: stretch;
	background:
		linear-gradient(180deg, rgba(255,255,255,.05), transparent 45%),
		#070a08;
	border-top: 1px solid #1a221a;
	border-bottom: 2px solid #101810;
	color: #7CFF9B;
	overflow: hidden;
	min-height: 44px;
	box-shadow: inset 0 0 20px rgba(0, 0, 0, .55);
}

.mx-dyk-label {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	padding: 0 12px;
	background: linear-gradient(180deg, #ff8644, var(--mx-orange) 55%, #d45512);
	color: #fff;
	font-family: "Press Start 2P", "Courier New", monospace;
	font-size: 8px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.35;
	white-space: nowrap;
	z-index: 3;
	text-shadow: 0 1px 0 rgba(0,0,0,.35);
	border-right: 2px solid #9a3a0c;
}

.mx-dyk-viewport {
	flex: 1 1 auto;
	overflow: hidden;
	position: relative;
	min-width: 0;
	height: 44px;
	background:
		repeating-linear-gradient(
			0deg,
			transparent 0,
			transparent 2px,
			rgba(0, 0, 0, .12) 2px,
			rgba(0, 0, 0, .12) 3px
		);
}

.mx-dyk-line {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	padding: 0 16px;
	opacity: 1;
	transition: opacity 500ms ease;
}

.mx-dyk-line.is-hide {
	opacity: 0;
}

.mx-dyk-line.is-show {
	opacity: 1;
}

.mx-dyk-copy {
	display: inline-block;
	max-width: none;
	font-family: "VT323", "Courier New", monospace;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: .5px;
	line-height: 1;
	text-transform: none;
	color: #7CFF9B;
	white-space: nowrap;
	text-shadow:
		0 0 2px #7CFF9B,
		0 0 8px rgba(124, 255, 155, .45);
	-webkit-font-smoothing: none;
	-moz-osx-font-smoothing: grayscale;
}

.mx-dyk-line.is-marquee .mx-dyk-copy {
	animation: mx-dyk-marquee var(--dyk-duration, 8s) linear infinite;
}

@keyframes mx-dyk-marquee {
	0%, 12% { transform: translateX(0); }
	88%, 100% { transform: translateX(var(--dyk-shift, -40px)); }
}

@media (max-width: 760px) {
	.mx-dyk-bar,
	.mx-dyk-viewport {
		min-height: 40px;
		height: 40px;
	}
	.mx-dyk-label {
		padding: 0 8px;
		font-size: 7px;
	}
	.mx-dyk-copy {
		font-size: 18px;
	}
	.mx-dyk-line {
		padding: 0 12px;
	}
}

.mx-header {
	background: #fff;
	position: sticky;
	top: 0;
	z-index: 100;
	border-bottom: 1px solid var(--mx-line);
}

.mx-head {
	height: 88px;
	display: grid;
	grid-template-columns: 240px 1fr auto;
	align-items: center;
	gap: 26px;
}

.mx-logo {
	width: 240px;
	height: 76px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;
}

.mx-logo img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	object-fit: contain;
	object-position: left center;
}

.mx-search {
	height: 46px;
	border: 1px solid #d9dadb;
	border-radius: 9px;
	display: flex;
	overflow: hidden;
	background: #fff;
}

.mx-search select {
	border: 0;
	border-right: 1px solid var(--mx-line);
	background: #fafafa;
	padding: 0 12px;
	font-size: 12px;
	max-width: 150px;
}

.mx-search input {
	flex: 1;
	border: 0;
	outline: 0;
	padding: 0 14px;
}

.mx-search button {
	width: 52px;
	border: 0;
	background: var(--mx-orange);
	color: #fff;
	font-size: 18px;
}

.mx-actions {
	display: flex;
	gap: 9px;
}

.mx-action {
	width: 42px;
	height: 42px;
	border: 1px solid var(--mx-line);
	background: #fff;
	border-radius: 9px;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: inherit;
}

.mx-count {
	position: absolute;
	right: -5px;
	top: -5px;
	min-width: 18px;
	height: 18px;
	border-radius: 20px;
	background: var(--mx-orange);
	color: #fff;
	font-size: 10px;
	display: grid;
	place-items: center;
	padding: 0 4px;
}

.mx-nav {
	border-top: 1px solid #f2f2f2;
}

.mx-navin {
	min-height: 47px;
	height: auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px 28px;
	font-size: 13px;
	font-weight: 800;
	padding: 10px 0;
	white-space: nowrap;
}

.mx-navin a:hover,
.mx-navin a.is-active {
	color: var(--mx-orange);
}

.mx-mega {
	position: relative;
}

.mx-panel {
	position: absolute;
	top: 32px;
	left: -16px;
	width: min(920px, 90vw);
	max-height: 70vh;
	overflow: auto;
	background: #fff;
	border: 1px solid var(--mx-line);
	box-shadow: var(--mx-shadow);
	padding: 24px;
	border-radius: 0 0 14px 14px;
	display: none;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	gap: 24px;
	z-index: 120;
}

.mx-mega:hover .mx-panel {
	display: grid;
}

.mx-panel h4 {
	font-size: 12px;
	color: var(--mx-orange);
	margin: 0 0 10px;
}

.mx-panel a {
	display: block;
	color: #666;
	font-size: 12px;
	padding: 5px 0;
	font-weight: 600;
}

.mx-hero-highlights {
	background: #fff;
	border-bottom: 1px solid var(--mx-line);
	padding: 12px 0;
}

.mx-hero {
	background: linear-gradient(105deg, #f5f6f4 0, #f8f0ea 55%, #eceeeb 100%);
	overflow: hidden;
}

.mx-heroGrid {
	min-height: 0;
	height: auto;
	max-height: none;
	min-height: 280px;
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	align-items: center;
	padding: 10px 0 16px;
	box-sizing: border-box;
}

.mx-hero h1 {
	font-size: clamp(28px, 3.8vw, 44px);
	line-height: 1.02;
	letter-spacing: -1.8px;
	margin: 8px 0 10px;
}

.mx-hero h1 em {
	font-style: normal;
	color: var(--mx-orange);
}

.mx-eyebrow {
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--mx-orange);
	font-weight: 900;
}

.mx-hero p {
	max-width: 520px;
	color: #626568;
	line-height: 1.5;
	font-size: 14px;
	margin: 0;
}

.mx-hero-features {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	width: 100%;
}

.mx-hero-features li {
	display: grid;
	gap: 3px;
	padding: 10px 12px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .08);
	border-top: 3px solid var(--mx-orange);
	border-radius: 10px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, .04);
	min-height: 0;
}

.mx-hero-features strong {
	font-size: 12px;
	font-weight: 800;
	color: #1f2224;
	line-height: 1.3;
}

.mx-hero-features li:first-child strong,
.mx-hero-features li:last-child strong {
	color: var(--mx-orange);
}

.mx-hero-features span {
	font-size: 11px;
	color: #666;
	line-height: 1.35;
}

.mx-btns {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 12px;
}

.mx-btn {
	border: 0;
	border-radius: 8px;
	padding: 12px 18px;
	font-weight: 800;
	font-size: 13px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.mx-primary {
	background: var(--mx-orange);
	color: #fff;
}

.mx-dark {
	background: #111;
	color: #fff;
}

.mx-outline {
	background: #fff;
	border: 1px solid #d8dad8;
}

.mx-visual {
	height: 100%;
	max-height: 100%;
	min-height: 0;
	position: relative;
	display: grid;
	place-items: center;
	align-self: stretch;
}

.mx-scene {
	width: 360px;
	height: 280px;
	position: relative;
}

.mx-wire {
	position: absolute;
	left: 50%;
	top: 0;
	width: 3px;
	height: 120px;
	background: #27292b;
}

.mx-shade {
	position: absolute;
	left: 50%;
	top: 108px;
	transform: translateX(-50%);
	width: 310px;
	height: 130px;
	border-radius: 14px 14px 160px 160px;
	background: linear-gradient(145deg, #202124, #56595a);
	box-shadow: 0 28px 72px rgba(242, 106, 33, .28);
}

.mx-glow {
	position: absolute;
	left: 50%;
	top: 190px;
	transform: translateX(-50%);
	width: 350px;
	height: 150px;
	border-radius: 50%;
	background: rgba(255, 183, 100, .55);
	filter: blur(35px);
}

.mx-float {
	position: absolute;
	right: 3%;
	bottom: 55px;
	background: #fff;
	border-radius: 13px;
	padding: 16px 19px;
	box-shadow: var(--mx-shadow);
}

.mx-float b {
	display: block;
	font-size: 17px;
}

.mx-float small {
	color: #888;
}

.mx-heroShowcase {
	position: relative;
	width: 100%;
	max-width: 380px;
	height: 300px;
	min-height: 240px;
}

.mx-heroSlide {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.55s ease, visibility 0.55s ease;
	position: absolute;
	inset: 0;
}

.mx-heroSlide.is-active {
	opacity: 1;
	visibility: visible;
	position: relative;
}

.mx-heroProductCard {
	display: block;
	background: #fff;
	border-radius: 18px;
	box-shadow: var(--mx-shadow);
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mx-heroProductCard:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 48px rgba(17, 17, 17, 0.14);
}

.mx-heroProductImg {
	background: linear-gradient(145deg, #f8f0ea, #f5f6f4);
	padding: 12px 14px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 150px;
}

.mx-heroProductImg img {
	display: block;
	max-height: 140px;
	max-width: 100%;
	object-fit: contain;
}

.mx-heroProductBody {
	padding: 12px 16px 14px;
}

.mx-heroProductEyebrow {
	font-size: 10px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	color: var(--mx-orange);
	font-weight: 800;
	margin: 0 0 4px;
}

.mx-heroProductName {
	font-size: 16px;
	line-height: 1.2;
	margin: 0 0 6px;
	font-weight: 800;
	color: #111;
}

.mx-heroProductPrice {
	font-size: 22px;
	font-weight: 900;
	color: #111;
	margin: 0 0 8px;
}

.mx-heroProductDeal {
	display: inline-block;
	margin-left: 6px;
	font-size: 12px;
	font-weight: 800;
	color: var(--mx-orange);
	background: #fff1e8;
	border-radius: 999px;
	padding: 2px 8px;
	vertical-align: middle;
}

.mx-heroProductDesc {
	color: #626568;
	font-size: 12px;
	line-height: 1.4;
	margin: 0 0 8px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.mx-heroProductCta {
	font-size: 13px;
	font-weight: 800;
	color: var(--mx-orange);
}

.mx-heroDots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 14px;
}

.mx-heroDot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #d8dad8;
	display: block;
	transition: background 0.25s ease, transform 0.25s ease;
}

.mx-heroDot.is-active {
	background: var(--mx-orange);
	transform: scale(1.15);
}

.mx-trust {
	border-bottom: 1px solid var(--mx-line);
}

.mx-trustgrid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding: 20px 0;
}

.mx-trustitem {
	display: flex;
	gap: 12px;
	align-items: center;
	padding: 4px 20px;
	border-right: 1px solid var(--mx-line);
}

.mx-trustitem:last-child {
	border: 0;
}

.mx-ico {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #fff1e8;
	color: var(--mx-orange);
	display: grid;
	place-items: center;
	font-weight: 900;
	flex-shrink: 0;
}

.mx-trustitem b {
	font-size: 12px;
	display: block;
}

.mx-trustitem small {
	color: #888;
	font-size: 11px;
}

.mx-block {
	padding: 72px 0;
}

/* Tighten space above Shop by category (right after trust bar) */
.mx-trust + .mx-block {
	padding-top: 28px;
	padding-bottom: 28px;
}

/* Tighten space above Featured lighting */
.mx-block.mx-shop {
	padding-top: 28px;
}

.mx-title {
	display: flex;
	justify-content: space-between;
	align-items: end;
	margin-bottom: 28px;
	gap: 16px;
}

.mx-title h2 {
	margin: 0;
	font-size: 35px;
	letter-spacing: -1.2px;
}

.mx-title h2.mx-brand-heading {
	font-family: Nunito, Inter, Arial, sans-serif;
	font-weight: 900;
	font-size: clamp(28px, 3.2vw, 40px);
	letter-spacing: .08em;
	text-transform: uppercase;
	line-height: 1;
	background: linear-gradient(105deg, #f26a21 0%, #ff8a3d 45%, #ffc15a 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

.mx-title p {
	margin: 6px 0 0;
	color: #777;
	font-size: 13px;
}

.mx-view {
	font-size: 13px;
	font-weight: 800;
	color: var(--mx-orange);
	white-space: nowrap;
}

.mx-categories {
	display: flex;
	align-items: stretch;
	gap: 10px;
	height: min(460px, 58vh);
	min-height: 320px;
	width: 100%;
}

.mx-cat {
	position: relative;
	flex: 0.85 1 0;
	min-width: 56px;
	max-width: none;
	background: #111;
	border: none;
	border-radius: 14px;
	padding: 0;
	text-align: left;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	transition: flex .45s cubic-bezier(.22, 1, .36, 1), box-shadow .3s ease;
	box-shadow: 0 10px 28px rgba(0, 0, 0, .12);
}

.mx-categories:not(:hover) .mx-cat:first-child,
.mx-cat:hover,
.mx-cat:focus-visible {
	flex: 4.6 1 0;
	box-shadow: 0 16px 40px rgba(0, 0, 0, .18);
}

.mx-catart {
	position: absolute;
	inset: 0;
	height: auto;
	margin: 0;
	border-radius: 0;
	background: linear-gradient(145deg, #2a2d30, #111);
	display: grid;
	place-items: center;
	overflow: hidden;
}

.mx-catart img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.08);
	filter: brightness(.55) saturate(.9);
	transition: transform .55s ease, filter .45s ease;
}

.mx-categories:not(:hover) .mx-cat:first-child .mx-catart img,
.mx-cat:hover .mx-catart img,
.mx-cat:focus-visible .mx-catart img {
	transform: scale(1);
	filter: brightness(.92) saturate(1.05);
}

.mx-cat-ribbon {
	position: absolute;
	inset: 0 auto 0 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
	padding: 18px 10px;
	width: 56px;
	background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.55));
	pointer-events: none;
}

.mx-cat-ribbon b,
.mx-cat-ribbon small {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	text-orientation: mixed;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}

.mx-cat-ribbon b {
	display: block;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 1px 8px rgba(0,0,0,.45);
}

.mx-cat-ribbon small {
	display: block;
	font-size: 11px;
	color: rgba(255,255,255,.78);
	letter-spacing: .04em;
	opacity: .95;
}

.mx-categories:not(:hover) .mx-cat:first-child .mx-cat-ribbon,
.mx-cat:hover .mx-cat-ribbon,
.mx-cat:focus-visible .mx-cat-ribbon {
	width: auto;
	right: 0;
	left: 0;
	inset: auto 0 0 0;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	padding: 22px 20px;
	background: linear-gradient(180deg, transparent, rgba(0,0,0,.72));
}

.mx-categories:not(:hover) .mx-cat:first-child .mx-cat-ribbon b,
.mx-categories:not(:hover) .mx-cat:first-child .mx-cat-ribbon small,
.mx-cat:hover .mx-cat-ribbon b,
.mx-cat:hover .mx-cat-ribbon small,
.mx-cat:focus-visible .mx-cat-ribbon b,
.mx-cat:focus-visible .mx-cat-ribbon small {
	writing-mode: horizontal-tb;
	transform: none;
}

.mx-categories:not(:hover) .mx-cat:first-child .mx-cat-ribbon b,
.mx-cat:hover .mx-cat-ribbon b,
.mx-cat:focus-visible .mx-cat-ribbon b {
	font-size: 20px;
	letter-spacing: .04em;
}

.mx-lampmini {
	width: 55px;
	height: 65px;
	position: relative;
}

.mx-lampmini:before {
	content: '';
	position: absolute;
	left: 26px;
	top: 0;
	width: 4px;
	height: 28px;
	background: #ddd;
}

.mx-lampmini:after {
	content: '';
	position: absolute;
	left: 3px;
	top: 24px;
	width: 51px;
	height: 35px;
	border-radius: 6px 6px 30px 30px;
	background: #ddd;
	box-shadow: 0 20px 28px rgba(242, 106, 33, .3);
}

.mx-cat b {
	display: block;
	font-size: 14px;
	padding: 0;
}

.mx-cat small {
	display: block;
	margin-top: 0;
	padding: 0;
	color: inherit;
}

.mx-shop {
	background: #fafafa;
}

.mx-toolbar {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	align-items: center;
	margin-bottom: 20px;
}

.mx-chips {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.mx-chip {
	border: 1px solid var(--mx-line);
	background: #fff;
	border-radius: 20px;
	padding: 8px 14px;
	font-size: 12px;
	font-weight: 700;
	color: inherit;
}

.mx-chip.active,
.mx-chip:hover {
	background: #111;
	color: #fff;
}

.mx-sort {
	border: 1px solid var(--mx-line);
	background: #fff;
	border-radius: 8px;
	padding: 9px 12px;
	font-size: 12px;
}

.mx-products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.mx-product {
	border: 1px solid var(--mx-line);
	border-radius: 15px;
	overflow: hidden;
	background: #fff;
	transition: .22s;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 460px;
}

.mx-product:hover {
	transform: translateY(-4px);
	box-shadow: var(--mx-shadow);
}

.mx-pic {
	height: 240px;
	flex: 0 0 240px;
	background: linear-gradient(145deg, #eeeeec, #d5d5d0);
	display: grid;
	place-items: center;
	position: relative;
	overflow: hidden;
}

.mx-pic.alt {
	background: linear-gradient(145deg, #e9ece8, #c8cbc7);
}

.mx-pic img,
.mx-pic .product-card-media img,
.mx-pic .product-card-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.mx-badge {
	position: absolute;
	left: 12px;
	top: 12px;
	background: #fff;
	border-radius: 15px;
	padding: 6px 9px;
	font-size: 9px;
	font-weight: 900;
	z-index: 2;
}

.mx-heart {
	position: absolute;
	right: 10px;
	top: 10px;
	border: 0;
	background: #fff;
	border-radius: 50%;
	width: 33px;
	height: 33px;
	z-index: 2;
	display: grid;
	place-items: center;
	color: inherit;
}

.mx-info {
	padding: 16px;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 0;
}

.mx-info h3 {
	font-size: 14px;
	line-height: 1.35;
	margin: 0 0 6px;
	min-height: calc(1.35em * 2);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
}

.mx-info h3 a {
	color: inherit;
}

.mx-card-desc {
	margin: 0 0 8px;
	font-size: 12px;
	line-height: 1.4;
	color: #777;
	min-height: calc(1.4em * 2);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
}

.mx-stars {
	color: #ad7628;
	font-size: 11px;
	flex: 0 0 auto;
}

.mx-stars span {
	color: #888;
	margin-left: 4px;
}

.mx-price {
	font-size: 18px;
	font-weight: 900;
	margin-top: 9px;
	flex: 0 0 auto;
}

.mx-mrp {
	font-size: 11px;
	color: #999;
	text-decoration: line-through;
	margin-left: 5px;
	font-weight: 400;
}

.mx-pa {
	display: grid;
	grid-template-columns: 1fr 42px;
	gap: 7px;
	margin-top: auto;
	padding-top: 13px;
	align-items: stretch;
}

.mx-product .product-card-cart,
.mx-product .product-card-cart-form {
	margin: 0;
	width: 100%;
}

.mx-product .product-card-qty {
	display: none;
}

.mx-product .product-card-add-btn,
.mx-product .btn-primary {
	border: 0 !important;
	border-radius: 7px !important;
	background: #111 !important;
	color: #fff !important;
	padding: 10px !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	width: 100%;
	margin: 0;
}

.mx-product .product-card-add-btn .fa {
	display: none;
}

.mx-quote {
	border: 1px solid var(--mx-line);
	background: #fff;
	border-radius: 7px;
	display: grid;
	place-items: center;
	color: inherit;
}

.mx-deal {
	background: #111214;
	color: #fff;
	border-radius: 20px;
	overflow: hidden;
}

.mx-dealgrid {
	display: grid;
	grid-template-columns: 1.1fr .9fr;
	align-items: center;
}

.mx-dealcopy {
	padding: 48px;
}

.mx-dealcopy h2 {
	font-size: 43px;
	line-height: 1;
	margin: 12px 0;
}

.mx-dealcopy p {
	color: #b7b9bb;
	line-height: 1.6;
}

.mx-dealvis {
	height: 340px;
	background: radial-gradient(circle at 50% 44%, #fff1d0, #5b5d59 26%, #252627 66%);
	display: grid;
	place-items: center;
}

.mx-deallamp {
	width: 230px;
	height: 180px;
	position: relative;
}

.mx-deallamp:before {
	content: '';
	position: absolute;
	left: 113px;
	width: 4px;
	height: 65px;
	background: #eee;
}

.mx-deallamp:after {
	content: '';
	position: absolute;
	left: 15px;
	top: 57px;
	width: 200px;
	height: 100px;
	border-radius: 10px 10px 100px 100px;
	background: #202124;
	box-shadow: 0 30px 70px rgba(255, 189, 112, .45);
}

.mx-brands {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 12px;
}

.mx-brand {
	height: 76px;
	border: 1px solid var(--mx-line);
	border-radius: 10px;
	display: grid;
	place-items: center;
	font-weight: 900;
	color: #777;
	text-align: center;
	padding: 8px;
	font-size: 12px;
}

.mx-brand:hover {
	color: #111;
	border-color: var(--mx-orange);
}

.mx-services {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.mx-service {
	border: 1px solid var(--mx-line);
	border-radius: 16px;
	padding: 29px;
	background: #fff;
}

.mx-service .mx-num {
	font-size: 12px;
	color: var(--mx-orange);
	font-weight: 900;
}

.mx-service h3 {
	font-size: 19px;
	margin: 12px 0 8px;
}

.mx-service p {
	color: #6b6d70;
	font-size: 13px;
	line-height: 1.65;
}

.mx-service a {
	color: var(--mx-orange);
	font-size: 12px;
	font-weight: 800;
}

.mx-b2b {
	background: #f4f5f3;
}

.mx-b2bgrid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 42px;
	align-items: center;
}

.mx-b2b h2 {
	font-size: 39px;
	margin: 10px 0;
}

.mx-b2b p {
	color: #6c6f73;
	line-height: 1.7;
}

.mx-checks {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 11px;
	margin: 22px 0;
}

.mx-checks div {
	font-size: 12px;
	font-weight: 800;
}

.mx-checks span {
	color: var(--mx-green);
	margin-right: 7px;
}

.mx-form {
	background: #fff;
	border: 1px solid var(--mx-line);
	border-radius: 17px;
	padding: 30px;
	box-shadow: var(--mx-shadow);
}

.mx-form h3 {
	margin: 0 0 12px;
}

.mx-field {
	width: 100%;
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 7px;
	margin: 6px 0 10px;
	outline: 0;
}

.mx-field:focus {
	border-color: var(--mx-orange);
}

.mx-reviews {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.mx-review {
	border: 1px solid var(--mx-line);
	border-radius: 15px;
	padding: 25px;
}

.mx-review p {
	color: #555;
	line-height: 1.7;
	font-size: 14px;
}

.mx-review b {
	font-size: 12px;
}

.mx-review small {
	display: block;
	color: #999;
	margin-top: 4px;
}

.mx-news {
	background: linear-gradient(105deg, #111214, #292a2c);
	color: #fff;
	padding: 45px 0;
}

.mx-newsgrid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: center;
}

.mx-news h2 {
	font-size: 33px;
	margin: 0 0 8px;
}

.mx-news p {
	color: #b8b9bb;
	font-size: 13px;
}

.mx-email {
	display: flex;
	background: #fff;
	border-radius: 8px;
	padding: 5px;
}

.mx-email input {
	flex: 1;
	border: 0;
	outline: 0;
	padding: 11px;
	color: #111;
}

.mx-email button {
	border: 0;
	background: var(--mx-orange);
	color: #fff;
	border-radius: 6px;
	padding: 11px 18px;
	font-weight: 800;
}

.mx-footer {
	background: #0d0e0f;
	color: #fff;
	padding: 55px 0 20px;
}

.mx-footgrid {
	display: grid;
	grid-template-columns: 1.7fr 1fr 1fr 1fr 1fr;
	gap: 30px;
}

.mx-footer .mx-logo {
	width: 210px;
	height: 68px;
	background: #fff;
	padding: 4px;
	border-radius: 3px;
	overflow: hidden;
}

.mx-footer .mx-logo img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	object-fit: contain;
	object-position: left center;
}

.mx-footer h4 {
	font-size: 12px;
	margin: 4px 0 13px;
}

.mx-footer a,
.mx-footer p {
	display: block;
	color: #9fa1a3;
	font-size: 12px;
	line-height: 2.1;
	margin: 0;
}

.mx-bottom {
	border-top: 1px solid #292a2c;
	margin-top: 35px;
	padding-top: 18px;
	display: flex;
	justify-content: space-between;
	color: #777;
	font-size: 11px;
	gap: 12px;
}

.mx-pagination {
	grid-column: 1 / -1;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin-top: 8px;
}

.mx-pagination a {
	min-width: 36px;
	height: 36px;
	padding: 0 12px;
	border-radius: 20px;
	border: 1px solid var(--mx-line);
	background: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-weight: 700;
}

.mx-pagination a.is-active,
.mx-pagination a:hover {
	background: #111;
	color: #fff;
	border-color: #111;
}

.mx-empty {
	grid-column: 1 / -1;
	text-align: center;
	padding: 40px 16px;
	background: #fff;
	border: 1px solid var(--mx-line);
	border-radius: 15px;
}

.mx-page-hero {
	background: linear-gradient(105deg, #f5f6f4 0, #f8f0ea 55%, #eceeeb 100%);
	padding: 28px 0 32px;
	overflow: hidden;
}

.mx-page-heroGrid {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	gap: 28px;
	align-items: center;
	min-height: 360px;
}

.mx-page-hero h1 {
	font-size: clamp(32px, 4.5vw, 52px);
	line-height: 1;
	letter-spacing: -1.8px;
	margin: 10px 0 12px;
}

.mx-page-hero p {
	max-width: 640px;
	color: #626568;
	line-height: 1.7;
	margin: 0;
}

.mx-page-heroVisual {
	position: relative;
	min-height: 320px;
	display: grid;
	place-items: center;
}

.mx-page-heroBanner {
	display: block;
	width: 100%;
	max-width: 520px;
	border-radius: 18px;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .06);
	box-shadow: 0 18px 40px rgba(20, 24, 28, .12);
}

.mx-page-heroBanner img {
	display: block;
	width: 100%;
	height: 340px;
	object-fit: cover;
	background: #f3f3f3;
}

.mx-crumb {
	font-size: 13px;
	font-weight: 600;
	color: #6c6f73;
	margin-bottom: 14px;
}

.mx-crumb a:hover {
	color: var(--mx-orange);
}

.mx-chips-sub {
	margin: 0 0 18px;
}

.mx-toolbar-sort-only {
	justify-content: flex-end;
	margin-bottom: 14px;
}

.mx-cat-strip {
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 2px 2px 12px;
	margin: 0 0 18px;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

.mx-cat-strip-item {
	flex: 0 0 auto;
	width: 108px;
	text-align: center;
	color: #222;
	text-decoration: none;
}

.mx-cat-strip-art {
	display: block;
	width: 108px;
	height: 78px;
	border-radius: 10px;
	overflow: hidden;
	background: linear-gradient(145deg, #e8e8e8, #f7f7f7);
	border: 2px solid transparent;
	transition: border-color .2s, transform .2s;
}

.mx-cat-strip-art img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.mx-cat-strip-art-all {
	display: grid;
	place-items: center;
	font-size: 13px;
	font-weight: 800;
	color: #555;
	background: #fff;
	border: 2px solid var(--mx-line);
}

.mx-cat-strip-name {
	display: block;
	margin-top: 6px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mx-cat-strip-item:hover .mx-cat-strip-art,
.mx-cat-strip-item.is-active .mx-cat-strip-art {
	border-color: var(--mx-orange);
	transform: translateY(-1px);
}

.mx-cat-strip-item.is-active .mx-cat-strip-name {
	color: var(--mx-orange);
}

.mx-lampmini-sm {
	width: 28px;
	height: 28px;
	margin: 0 auto;
}

html.shop-market-page #footer.footer,
html.shop-market-page .header-style-1 .top-bar,
html.shop-market-page .ilx-banner,
html.shop-market-page .ilx-footer,
html.shop-market-page .ilx-header,
html.shop-market-page .ilx-top,
html.shop-market-page .ilx-brand-stripe,
html.shop-market-page .info-boxes,
html.shop-market-page .homepage-slider3,
html.shop-market-page #hero.homepage-slider3,
html.shop-market-page .furniture-container > .row > .sidebar,
html.shop-market-page .product-details-modern-page .single-product > .col-md-3.sidebar,
html.shop-market-page .search-results-page .category-page-sidebar,
body.shop-market-page #footer.footer,
body.shop-market-page .header-style-1 .top-bar,
body.shop-market-page .ilx-banner,
body.shop-market-page .ilx-footer {
	display: none !important;
}

html.shop-market-page .header-style-1 {
	background: transparent !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	min-height: 0 !important;
	box-shadow: none !important;
}

html.shop-market-page .furniture-container > .row > .homebanner-holder,
html.shop-market-page .product-details-modern-page .single-product > .col-md-9,
html.shop-market-page .search-results-page .category-page-row > [class*="col-md-"] {
	width: 100% !important;
	float: none !important;
	padding-left: 0;
	padding-right: 0;
}

html.shop-market-page .breadcrumb {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 14px 0 0;
	text-align: left;
}

html.shop-market-page .breadcrumb .container,
html.shop-market-page .body-content > .container,
html.shop-market-page .body-content .fnx-container {
	width: min(1260px, 92%);
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
	float: none;
	text-align: left;
}

html.shop-market-page .breadcrumb-inner {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
	float: none;
	text-align: left;
}

html.shop-market-page .breadcrumb ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	float: none;
	text-align: left;
	font-size: 13px;
	font-weight: 600;
	color: #6c6f73;
	list-style: none;
}

html.shop-market-page .breadcrumb ul.list-inline {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
}

html.shop-market-page .breadcrumb ul > li {
	display: inline-flex;
	align-items: center;
	float: none;
	margin: 0;
	padding: 0;
}

html.shop-market-page .breadcrumb ul > li:after {
	content: "/";
	margin: 0 8px;
	color: #b8bbb7;
	font-weight: 500;
}

html.shop-market-page .breadcrumb ul > li:last-child:after {
	content: none;
	margin: 0;
}

html.shop-market-page .breadcrumb a {
	color: #6c6f73;
	text-decoration: none;
}

html.shop-market-page .breadcrumb a:hover,
html.shop-market-page .breadcrumb .active {
	color: var(--mx-orange);
}

html.shop-market-page body.product-details-modern-page .breadcrumb .active {
	color: #1a211f;
}

html.shop-market-page .body-content {
	background: transparent;
	padding: 28px 0 50px;
}

html.shop-market-page .btn-primary:not(.product-card-add-btn),
html.shop-market-page .btn-upper,
html.shop-market-page .lnk.btn-primary,
html.shop-market-page button[type="submit"]:not(.mx-action):not(.mx-search button):not(.product-card-qty-btn):not(.product-card-add-btn),
html.shop-market-page input[type="submit"] {
	background: var(--mx-orange) !important;
	border-color: var(--mx-orange) !important;
	color: #fff !important;
	border-radius: 8px !important;
	font-weight: 700;
	box-shadow: none !important;
}

html.shop-market-page .btn-primary:not(.product-card-add-btn):hover,
html.shop-market-page .btn-upper:hover,
html.shop-market-page button[type="submit"]:not(.mx-action):not(.product-card-qty-btn):not(.product-card-add-btn):hover {
	background: #d85a16 !important;
	border-color: #d85a16 !important;
	color: #fff !important;
}

html.shop-market-page input[type="text"],
html.shop-market-page input[type="email"],
html.shop-market-page input[type="password"],
html.shop-market-page input[type="number"],
html.shop-market-page input[type="tel"],
html.shop-market-page select,
html.shop-market-page textarea {
	border: 1px solid var(--mx-line) !important;
	border-radius: 8px;
	font-family: Inter, Arial, sans-serif;
}

html.shop-market-page .panel,
html.shop-market-page .well,
html.shop-market-page .shopping-cart,
html.shop-market-page .checkout-box,
html.shop-market-page .sign-in-page,
html.shop-market-page .my-wishlist,
html.shop-market-page .product-info-block,
html.shop-market-page .single-product,
html.shop-market-page .table-bordered {
	border-color: var(--mx-line) !important;
	border-radius: 15px;
}

html.shop-market-page .sign-in-page,
html.shop-market-page .shopping-cart,
html.shop-market-page .checkout-box,
html.shop-market-page .my-wishlist {
	background: #fff;
	padding: 28px 24px;
	border: 1px solid var(--mx-line);
}

html.shop-market-page .shop-login-page-title,
html.shop-market-page .section-title,
html.shop-market-page .homebanner-holder h1,
html.shop-market-page .body-content h1 {
	letter-spacing: -0.8px;
	font-weight: 800;
}

html.shop-market-page .homebanner-holder h1,
html.shop-market-page .homebanner-holder h2 {
	margin-top: 8px;
}

html.shop-market-page .homebanner-holder p,
html.shop-market-page .homebanner-holder li {
	color: #626568;
	line-height: 1.7;
}

html.shop-market-page .price,
html.shop-market-page .price-current,
html.shop-market-page .product-price,
html.shop-market-page .cart-sub-totle .value {
	color: #111214;
	font-weight: 800;
}

html.shop-market-page .single-product .product-gallery-arrow:hover,
html.shop-market-page .single-product .product-image-thumbnails .horizontal-thumb.active,
html.shop-market-page .single-product .product-image-thumbnails .horizontal-thumb:hover {
	background: var(--mx-orange) !important;
	border-color: var(--mx-orange) !important;
	color: #fff !important;
}

html.shop-market-page .table > thead > tr > th {
	border-bottom-color: var(--mx-line);
	color: #333638;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .4px;
}

html.shop-market-page .alert-success {
	border-color: var(--mx-green);
}

html.shop-market-page .mx-product .product-card-add-btn,
html.shop-market-page .mx-product .btn-primary {
	background: #111 !important;
	border-color: #111 !important;
}

html.shop-market-page .mx-product .product-card-customize-btn {
	background: #1a1512 !important;
	border-color: #ff6a00 !important;
	box-shadow: inset 0 0 0 1px #ff6a00;
}

html.shop-market-page .mx-product .product-card-customize-btn:hover,
html.shop-market-page .mx-product .product-card-customize-btn:focus {
	background: #ff6a00 !important;
	border-color: #ff6a00 !important;
	box-shadow: none;
}

html.shop-market-page .mx-search button {
	border-radius: 0 !important;
	width: 52px !important;
	background: var(--mx-orange) !important;
	padding: 0 !important;
}

html.shop-market-page .mx-email button {
	border-radius: 8px !important;
	background: var(--mx-orange) !important;
}

html.shop-market-page .single-product .product-info .name,
html.shop-market-page .product-info-block h1,
html.shop-market-page .single-product h1 {
	font-size: clamp(26px, 3vw, 36px);
	letter-spacing: -1px;
	font-weight: 800;
	line-height: 1.15;
}

html.shop-market-page .shopping-cart-table .table,
html.shop-market-page .shopping-cart .table {
	background: #fff;
}

html.shop-market-page .homebanner-holder {
	background: #fff;
	border: 1px solid var(--mx-line);
	border-radius: 15px;
	padding: 32px 28px 40px;
}

html.shop-market-page .shop-login-page-subtitle,
html.shop-market-page .sign-in p {
	color: #6c6f73;
}

@media (max-width: 1050px) {
	.mx-head {
		grid-template-columns: 200px 1fr auto;
	}

	.mx-logo {
		width: 200px;
		height: 64px;
	}

	.mx-categories {
		height: min(380px, 52vh);
		min-height: 280px;
		gap: 8px;
	}

	.mx-products {
		grid-template-columns: repeat(3, 1fr);
	}

	.mx-footgrid {
		grid-template-columns: 2fr 1fr 1fr 1fr;
	}
}

@media (max-width: 760px) {
	.mx-head {
		height: auto;
		padding: 12px 0;
		grid-template-columns: 1fr auto;
	}

	.mx-logo {
		width: 168px;
		height: 54px;
	}

	.mx-search {
		grid-column: 1 / -1;
		grid-row: 2;
	}

	.mx-navin {
		overflow: auto;
		gap: 20px;
	}

	.mx-heroGrid,
	.mx-dealgrid,
	.mx-b2bgrid,
	.mx-newsgrid {
		grid-template-columns: 1fr;
	}

	.mx-hero {
		max-height: none;
	}

	.mx-hero-highlights {
		padding: 10px 0;
	}

	.mx-hero-features {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.mx-heroGrid {
		height: auto;
		max-height: none;
		min-height: 0;
		padding: 12px 0 16px;
	}

	.mx-visual {
		height: auto;
		min-height: 220px;
		max-height: 260px;
	}

	.mx-heroShowcase {
		max-width: 100%;
		height: 240px;
		min-height: 200px;
	}

	.mx-trustgrid {
		grid-template-columns: 1fr 1fr;
	}

	.mx-products {
		grid-template-columns: 1fr 1fr;
	}

	.mx-brands {
		grid-template-columns: repeat(3, 1fr);
	}

	.mx-services,
	.mx-reviews {
		grid-template-columns: 1fr;
	}

	.mx-footgrid {
		grid-template-columns: 1fr 1fr;
	}

	.mx-panel {
		display: none !important;
	}
}

@media (max-width: 500px) {
	.mx-categories {
		height: 300px;
		min-height: 260px;
		gap: 6px;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
		padding-bottom: 4px;
	}

	.mx-cat {
		flex: 0 0 72px;
		scroll-snap-align: start;
	}

	.mx-categories:not(:hover) .mx-cat:first-child,
	.mx-cat:hover,
	.mx-cat:focus-visible,
	.mx-cat.is-open {
		flex: 0 0 min(78vw, 280px);
	}

	.mx-products {
		grid-template-columns: 1fr;
	}

	.mx-hero h1 {
		font-size: 48px;
	}

	.mx-trustgrid {
		grid-template-columns: 1fr;
	}

	.mx-toolbar {
		align-items: flex-start;
		flex-direction: column;
	}

	.mx-page-hero {
		padding: 28px 0 16px;
	}

	.mx-page-heroGrid {
		grid-template-columns: 1fr;
		min-height: 0;
		gap: 18px;
	}

	.mx-page-heroVisual {
		min-height: 0;
		order: -1;
	}

	.mx-page-heroBanner {
		max-width: 100%;
	}

	.mx-page-heroBanner img {
		height: 220px;
	}

	.mx-checks {
		grid-template-columns: 1fr;
	}

	.mx-bottom {
		display: block;
	}
}

/* Power Supply Advisor */
.psu-help {
	background: linear-gradient(120deg, #111214 0%, #1e2021 62%, #132a20 100%);
	color: #fff;
	position: relative;
	overflow: hidden;
}

.psu-help:before {
	content: "";
	position: absolute;
	width: 360px;
	height: 360px;
	border-radius: 50%;
	background: rgba(243, 107, 33, .12);
	filter: blur(10px);
	right: -100px;
	top: -120px;
}

.psu-grid {
	display: grid;
	grid-template-columns: .95fr 1.05fr;
	gap: 48px;
	align-items: center;
	position: relative;
	z-index: 1;
}

.psu-copy .mx-eyebrow {
	color: #ff8b45;
}

.psu-copy h2 {
	font-size: 42px;
	line-height: 1.05;
	margin: 12px 0 14px;
	letter-spacing: -1.4px;
}

.psu-copy p {
	color: #c2c5c3;
	line-height: 1.7;
	max-width: 570px;
}

.psu-points {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin: 24px 0;
}

.psu-point {
	background: rgba(255, 255, 255, .055);
	border: 1px solid rgba(255, 255, 255, .09);
	border-radius: 12px;
	padding: 14px;
	font-size: 12px;
	color: #d9dcda;
}

.psu-point b {
	display: block;
	color: #fff;
	margin-bottom: 5px;
}

.psu-point span {
	color: #ff8b45;
	margin-right: 6px;
}

.psu-note {
	font-size: 11px !important;
	color: #8f9692 !important;
	margin-top: 16px !important;
}

.psu-help-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #ff9a62;
	font-size: 12px;
	font-weight: 800;
	margin-top: 8px;
}

.psu-card {
	background: #fff;
	color: #292a2c;
	border-radius: 18px;
	padding: 28px;
	box-shadow: 0 22px 60px rgba(0, 0, 0, .28);
}

.psu-card-head {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: start;
	margin-bottom: 16px;
}

.psu-card h3 {
	margin: 0;
	font-size: 23px;
}

.psu-card-head small {
	display: block;
	color: #777;
	margin-top: 5px;
	line-height: 1.5;
}

.psu-badge {
	background: #fff1e8;
	color: #f36b21;
	border-radius: 20px;
	padding: 7px 10px;
	font-size: 10px;
	font-weight: 900;
	white-space: nowrap;
	text-transform: uppercase;
}

.psu-fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.psu-label {
	font-size: 11px;
	font-weight: 800;
	color: #5f6263;
	display: block;
	margin-bottom: 6px;
	text-transform: uppercase;
	letter-spacing: .45px;
}

.psu-field {
	width: 100%;
	border: 1px solid #dfe1e1;
	border-radius: 9px;
	padding: 12px;
	background: #fafafa;
	outline: 0;
}

.psu-field:focus {
	border-color: #f36b21;
	background: #fff;
}

.psu-result {
	margin-top: 16px;
	background: #f5f7f5;
	border: 1px solid #e1e6e2;
	border-radius: 13px;
	padding: 18px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.psu-result div {
	padding: 9px;
}

.psu-result small {
	display: block;
	color: #7a7d7b;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .6px;
	font-weight: 800;
	margin-bottom: 5px;
}

.psu-result b {
	font-size: 20px;
	color: #111214;
}

.psu-result .recommended b {
	color: #08783e;
}

.psu-actions {
	display: flex;
	gap: 9px;
	margin-top: 14px;
}

.psu-actions .mx-btn {
	flex: 1;
	text-align: center;
}

.psu-actions .mx-outline {
	border: 1px solid #d8dad8;
}

/* Custom LED Strip Builder */
.strip-builder {
	background: linear-gradient(135deg, #f6f7f6 0%, #fff7f1 100%);
	border-top: 1px solid #eceeed;
	border-bottom: 1px solid #eceeed;
}

.strip-grid {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	gap: 42px;
	align-items: start;
}

.strip-copy h2 {
	font-size: 40px;
	line-height: 1.05;
	margin: 12px 0 14px;
	letter-spacing: -1.5px;
}

.strip-copy p {
	color: #66686b;
	line-height: 1.72;
}

.strip-benefits {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin: 22px 0;
}

.strip-benefit {
	background: #fff;
	border: 1px solid #e7e8e8;
	border-radius: 12px;
	padding: 14px;
}

.strip-benefit b {
	display: block;
	font-size: 12px;
	margin-bottom: 5px;
}

.strip-benefit span {
	font-size: 11px;
	color: #777;
}

.builder-card {
	background: #fff;
	border: 1px solid #e4e5e5;
	border-radius: 18px;
	padding: 28px;
	box-shadow: 0 20px 55px rgba(0, 0, 0, .08);
}

.builder-card h3 {
	font-size: 24px;
	margin: 0;
}

.builder-sub {
	color: #777;
	font-size: 12px;
	line-height: 1.6;
	margin: 6px 0 20px;
}

.builder-fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.builder-color-wrap {
	margin-top: 15px;
}

.builder-label {
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .45px;
	color: #5f6263;
	display: block;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.builder-input {
	width: 100%;
	border: 1px solid #dfe1e1;
	border-radius: 9px;
	padding: 12px;
	background: #fafafa;
	outline: 0;
}

.builder-input:focus {
	border-color: #f36b21;
	background: #fff;
}

.color-row {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-top: 4px;
}

.color-choice {
	position: relative;
}

.color-choice input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.color-choice label {
	display: flex;
	align-items: center;
	gap: 7px;
	border: 1px solid #e0e1e1;
	border-radius: 20px;
	padding: 8px 11px;
	font-size: 11px;
	font-weight: 800;
	background: #fff;
	cursor: pointer;
}

.color-choice input:checked + label {
	border-color: #f36b21;
	box-shadow: 0 0 0 2px rgba(243, 107, 33, .11);
}

.color-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	display: inline-block;
	border: 1px solid #ccc;
}

.dot-warm { background: #ffd58b; }
.dot-natural { background: #fff5d8; }
.dot-cool { background: #eef7ff; }
.dot-red { background: #ef3e3e; }
.dot-green { background: #2ca85d; }
.dot-blue { background: #3a73e8; }
.dot-rgb { background: linear-gradient(90deg, #f33, #3c5, #36f); }

.builder-summary {
	background: #111214;
	color: #fff;
	border-radius: 14px;
	padding: 18px;
	margin-top: 18px;
}

.builder-summary-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8px;
}

.sum-item {
	background: rgba(255, 255, 255, .06);
	border-radius: 9px;
	padding: 12px;
}

.sum-item small {
	display: block;
	color: #aeb1af;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: .7px;
	font-weight: 800;
	margin-bottom: 5px;
}

.sum-item b {
	font-size: 18px;
}

.sum-item.total b {
	color: #ff8b45;
}

.builder-breakdown {
	font-size: 11px;
	color: #c9ccca;
	line-height: 1.7;
	margin-top: 12px;
	border-top: 1px solid rgba(255, 255, 255, .09);
	padding-top: 12px;
}

.builder-actions {
	display: flex;
	gap: 9px;
	margin-top: 14px;
}

.builder-actions .mx-btn {
	flex: 1;
	text-align: center;
}

.builder-note {
	font-size: 10px;
	color: #8a8d8b;
	line-height: 1.5;
	margin-top: 12px;
}

/* False ceiling lights by length */
.ceiling-builder {
	background: linear-gradient(135deg, #f3f7f4 0%, #f7fafb 55%, #fff8f2 100%);
	border-top: 1px solid #e8ece9;
	border-bottom: 1px solid #e8ece9;
}

.ceiling-lengths-wrap {
	margin-top: 16px;
}

.ceiling-lengths-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 6px;
}

.ceiling-lengths-head .builder-label {
	margin: 0;
}

.ceiling-add-btn {
	border: 1px solid #f36b21;
	background: #fff7f1;
	color: #d45512;
	border-radius: 999px;
	padding: 6px 12px;
	font-size: 11px;
	font-weight: 800;
	cursor: pointer;
	white-space: nowrap;
}

.ceiling-add-btn:hover {
	background: #f36b21;
	color: #fff;
}

.ceiling-hint {
	font-size: 11px;
	color: #7a7d7b;
	line-height: 1.55;
	margin: 0 0 10px;
}

.ceiling-length-list {
	display: grid;
	gap: 8px;
}

.ceiling-length-row {
	display: grid;
	grid-template-columns: 56px 1fr 28px 34px;
	gap: 8px;
	align-items: center;
}

.ceiling-len-tag {
	font-size: 11px;
	font-weight: 800;
	color: #5f6263;
	background: #f0f2f1;
	border-radius: 8px;
	padding: 10px 8px;
	text-align: center;
}

.ceiling-len-unit {
	font-size: 12px;
	font-weight: 800;
	color: #777;
}

.ceiling-remove-btn {
	width: 34px;
	height: 42px;
	border: 1px solid #e0e1e1;
	background: #fff;
	border-radius: 9px;
	font-size: 18px;
	line-height: 1;
	color: #888;
	cursor: pointer;
}

.ceiling-remove-btn:hover:not(:disabled) {
	border-color: #ef3e3e;
	color: #ef3e3e;
}

.ceiling-remove-btn:disabled {
	opacity: .35;
	cursor: not-allowed;
}

.ceiling-connectors {
	margin-top: 16px;
}

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

.ceiling-conn-item {
	background: #fafafa;
	border: 1px solid #e7e8e8;
	border-radius: 12px;
	padding: 12px;
}

.ceiling-conn-item small {
	display: block;
	margin-top: 6px;
	font-size: 10px;
	color: #888;
	line-height: 1.4;
}

/* SEO / FAQ */
.seo-content {
	background: #fff;
}

.seo-grid {
	display: grid;
	grid-template-columns: 1.1fr .9fr;
	gap: 42px;
	align-items: start;
}

.seo-content h2 {
	font-size: 34px;
	margin: 0 0 14px;
	letter-spacing: -1px;
}

.seo-content h3 {
	font-size: 19px;
	margin: 22px 0 8px;
}

.seo-content p {
	color: #66686b;
	line-height: 1.75;
	font-size: 14px;
}

.seo-links {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-top: 18px;
}

.seo-links a {
	border: 1px solid #e7e8e8;
	border-radius: 10px;
	padding: 12px 14px;
	font-size: 12px;
	font-weight: 800;
	background: #fafafa;
}

.seo-links a:hover {
	border-color: #f36b21;
	color: #f36b21;
	background: #fff;
}

.faq-list {
	display: grid;
	gap: 12px;
}

.faq-item {
	border: 1px solid #e7e8e8;
	border-radius: 12px;
	padding: 16px;
	background: #fff;
}

.faq-item h3 {
	margin: 0 0 6px;
	font-size: 15px;
}

.faq-item p {
	margin: 0;
}

@media (max-width: 760px) {
	.psu-grid,
	.psu-fields,
	.psu-result,
	.psu-points,
	.strip-grid,
	.builder-fields,
	.strip-benefits,
	.seo-grid,
	.seo-links,
	.ceiling-conn-grid {
		grid-template-columns: 1fr;
	}

	.builder-summary-grid {
		grid-template-columns: 1fr 1fr;
	}

	.psu-copy h2,
	.strip-copy h2 {
		font-size: 34px;
	}

	.builder-actions,
	.psu-actions {
		flex-direction: column;
	}

	.ceiling-length-row {
		grid-template-columns: 52px 1fr 24px 34px;
	}
}
