

	body.lux-standalone-homepage #page,
	body.lux-standalone-homepage #content,
	body.lux-standalone-homepage .site-content,
	body.lux-standalone-homepage .content-area,
	body.lux-standalone-homepage .site-main{
		margin:0!important;
		padding:0!important;
		max-width:none!important;
		width:100%!important;
	}

	body.lux-standalone-homepage .site-header,
	body.lux-standalone-homepage #masthead,
	body.lux-standalone-homepage .header-v1,
	body.lux-standalone-homepage .header-v2,
	body.lux-standalone-homepage .header-v3,
	body.lux-standalone-homepage .header-v4,
	body.lux-standalone-homepage .header-v5,
	body.lux-standalone-homepage .site-footer,
	body.lux-standalone-homepage #colophon{
		display:none!important;
	}

:root{
	--lux-bg:#f4f6fb;
	--lux-card:#ffffff;
	--lux-text:#151826;
	--lux-soft:#687086;
	--lux-dark:#141827;
	--lux-primary:#6d5dfc;
	--lux-primary-2:#8f81ff;
	--lux-teal:#17b89c;
	--lux-coral:#ff6d78;
	--lux-gold:#e7b85a;
	--lux-border:rgba(31,38,67,.10);
	--lux-shadow:0 22px 55px rgba(42,49,83,.13);
	--lux-width:1360px;
}

html{scroll-behavior:smooth}
body{margin:0;background:var(--lux-bg)}

.lux-home,
.lux-home *{box-sizing:border-box}

.lux-home{
	overflow:hidden;
	color:var(--lux-text);
	background:
		radial-gradient(circle at 8% 8%,rgba(109,93,252,.15),transparent 26rem),
		radial-gradient(circle at 92% 38%,rgba(23,184,156,.13),transparent 30rem),
		var(--lux-bg);
	font-family:Manrope,Aptos,"Segoe UI",Roboto,Arial,sans-serif;
}

.lux-home a{color:inherit;text-decoration:none}
.lux-home img{display:block;max-width:100%}
.screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

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

.lux-topbar{
	padding:8px 14px;
	background:linear-gradient(90deg,#151827,#322b69,#151827);
	color:#fff;
	text-align:center;
	font-size:11px;
	font-weight:800;
	letter-spacing:.05em;
}

.lux-topbar span{color:#8ff0dd}

.lux-nav{
	position:sticky;
	top:0;
	z-index:100;
	border-bottom:1px solid var(--lux-border);
	background:rgba(244,246,251,.90);
	backdrop-filter:blur(18px);
	-webkit-backdrop-filter:blur(18px);
}

body.admin-bar .lux-nav{top:32px}

.lux-nav-inner{
	display:flex;
	min-height:70px;
	align-items:center;
	justify-content:space-between;
	gap:22px;
}

.lux-logo{
	display:flex;
	align-items:center;
	gap:10px;
	font-size:19px;
	font-weight:900;
	letter-spacing:-.04em;
}

.lux-logo-mark{
	display:grid;
	width:40px;
	height:40px;
	place-items:center;
	border-radius:14px;
	background:linear-gradient(145deg,#fff,#e9e6ff);
	color:var(--primary);
	box-shadow:0 12px 30px rgba(109,93,252,.20);
}

.lux-nav-links{
	display:flex;
	align-items:center;
	gap:24px;
	color:var(--lux-soft);
	font-size:13px;
	font-weight:750;
}

.lux-nav-links a{
	position:relative;
	padding:24px 0;
}

.lux-nav-links a:after{
	position:absolute;
	right:0;
	bottom:18px;
	left:0;
	height:2px;
	border-radius:50px;
	background:linear-gradient(90deg,var(--lux-primary),var(--lux-teal));
	content:"";
	transform:scaleX(0);
	transition:.25s ease;
}

.lux-nav-links a:hover{color:var(--lux-primary)}
.lux-nav-links a:hover:after{transform:scaleX(1)}


.lux-header-search{
	position:relative;
	flex:1 1 280px;
	width:100%;
	max-width:390px;
}

.lux-header-search form{
	position:relative;
	display:flex;
	width:100%;
	height:44px;
	align-items:center;
	overflow:hidden;
	border:1px solid rgba(109,93,252,.18);
	border-radius:14px;
	background:rgba(255,255,255,.86);
	box-shadow:0 8px 24px rgba(42,49,83,.07);
	transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease;
}

.lux-header-search form:focus-within{
	border-color:rgba(109,93,252,.52);
	box-shadow:0 0 0 4px rgba(109,93,252,.09),0 12px 30px rgba(42,49,83,.10);
	transform:translateY(-1px);
}

.lux-header-search-icon{
	position:absolute;
	z-index:2;
	left:14px;
	top:50%;
	width:18px;
	height:18px;
	fill:none;
	stroke:var(--lux-soft);
	stroke-width:1.9;
	stroke-linecap:round;
	transform:translateY(-50%);
	pointer-events:none;
}

.lux-header-search input[type="search"]{
	width:100%;
	height:100%;
	min-width:0;
	padding:0 50px 0 42px;
	border:0;
	outline:0;
	background:transparent;
	color:var(--lux-text);
	font-size:12px;
	font-weight:700;
	-webkit-appearance:none;
	appearance:none;
}

.lux-header-search input[type="search"]::placeholder{
	color:#9298aa;
	font-weight:650;
}

.lux-header-search input[type="search"]::-webkit-search-cancel-button{
	-webkit-appearance:none;
}

.lux-header-search button{
	position:absolute;
	right:5px;
	top:5px;
	display:grid;
	width:34px;
	height:34px;
	padding:0;
	place-items:center;
	border:0;
	border-radius:10px;
	background:linear-gradient(135deg,var(--lux-primary),var(--lux-teal));
	color:#fff;
	box-shadow:0 7px 16px rgba(109,93,252,.20);
	transition:transform .2s ease,box-shadow .2s ease;
}

.lux-header-search button:hover{
	transform:scale(1.04);
	box-shadow:0 9px 20px rgba(109,93,252,.28);
}

.lux-header-search button svg{
	width:16px;
	height:16px;
	fill:none;
	stroke:currentColor;
	stroke-width:2;
	stroke-linecap:round;
}

.lux-nav-actions{
	display:flex;
	align-items:center;
	gap:8px;
}

.lux-nav-button{
	position:relative;
	display:grid;
	width:42px;
	height:42px;
	place-items:center;
	border:1px solid var(--lux-border);
	border-radius:50%;
	background:rgba(255,255,255,.76);
	transition:.25s ease;
}

.lux-nav-button:hover{
	transform:translateY(-2px);
	background:#fff;
	box-shadow:0 10px 28px rgba(42,49,83,.10);
}

.lux-nav-button svg{
	width:19px;
	fill:none;
	stroke:currentColor;
	stroke-width:1.8;
	stroke-linecap:round;
	stroke-linejoin:round;
}

.lux-cart-count{
	position:absolute;
	top:-4px;
	right:-4px;
	display:grid;
	min-width:18px;
	height:18px;
	padding:0 4px;
	place-items:center;
	border:2px solid var(--lux-bg);
	border-radius:20px;
	background:linear-gradient(135deg,var(--lux-primary),var(--lux-teal));
	color:#fff;
	font-size:9px;
	font-weight:900;
}

.lux-hero{
	padding:50px 0 30px;
}

.lux-hero-grid{
	display:grid;
	grid-template-columns:1.02fr .98fr;
	align-items:center;
	gap:34px;
	min-height:520px;
}

.lux-pill{
	display:inline-flex;
	align-items:center;
	gap:9px;
	margin-bottom:20px;
	padding:8px 13px;
	border:1px solid rgba(109,93,252,.26);
	border-radius:50px;
	background:rgba(255,255,255,.65);
	color:#5747d7;
	font-size:10px;
	font-weight:900;
	letter-spacing:.11em;
	text-transform:uppercase;
}

.lux-pill i{
	width:8px;
	height:8px;
	border-radius:50%;
	background:var(--lux-teal);
	box-shadow:0 0 0 5px rgba(23,184,156,.13);
}

.lux-hero h1{
	max-width:760px;
	margin:0 0 22px;
	font-size:clamp(50px,6vw,84px);
	font-weight:900;
	letter-spacing:-.06em;
	line-height:.98;
}

.lux-hero h1 em{
	background:linear-gradient(90deg,var(--lux-primary),var(--lux-teal));
	-webkit-background-clip:text;
	background-clip:text;
	color:transparent;
	font-style:normal;
}

.lux-hero-copy{
	max-width:620px;
	margin:0 0 28px;
	color:var(--lux-soft);
	font-size:16px;
	line-height:1.7;
}

.lux-buttons{
	display:flex;
	flex-wrap:wrap;
	gap:11px;
}

.lux-button{
	display:inline-flex;
	min-height:52px;
	padding:0 23px;
	align-items:center;
	justify-content:center;
	border-radius:14px;
	font-size:13px;
	font-weight:900;
	transition:.25s ease;
}

.lux-button:hover{transform:translateY(-3px)}

.lux-button-dark{
	background:linear-gradient(135deg,#181b31,var(--lux-primary));
	color:#fff!important;
	box-shadow:0 16px 38px rgba(69,57,158,.26);
}

.lux-button-light{
	border:1px solid var(--lux-border);
	background:rgba(255,255,255,.76);
}

.lux-hero-art{
	position:relative;
	min-height:470px;
}

.lux-art-panel{
	position:absolute;
	inset:24px 10px;
	overflow:hidden;
	border:1px solid rgba(255,255,255,.88);
	border-radius:34px;
	background:
		radial-gradient(circle at 75% 20%,rgba(207,199,255,.9),transparent 32%),
		linear-gradient(145deg,#fff,#e9edf7);
	box-shadow:var(--lux-shadow);
}

.lux-art-panel:after{
	position:absolute;
	right:-120px;
	bottom:-150px;
	width:430px;
	height:430px;
	border:70px solid rgba(109,93,252,.10);
	border-radius:50%;
	content:"";
}

.lux-phone{
	position:absolute;
	z-index:2;
	top:50%;
	left:50%;
	width:202px;
	height:394px;
	border:8px solid #16182a;
	border-radius:38px;
	background:
		radial-gradient(circle at 70% 20%,rgba(141,225,211,.75),transparent 36%),
		linear-gradient(150deg,#171a2b,#6b63c7 52%,#16182a);
	box-shadow:0 42px 70px rgba(18,21,40,.35);
	transform:translate(-50%,-50%) rotate(10deg);
	animation:luxFloat 5s ease-in-out infinite;
}

.lux-phone:before{
	position:absolute;
	top:14px;
	left:50%;
	width:68px;
	height:19px;
	border-radius:20px;
	background:#0c0e18;
	content:"";
	transform:translateX(-50%);
}

.lux-camera{
	position:absolute;
	top:28px;
	left:22px;
	display:grid;
	width:90px;
	height:90px;
	grid-template-columns:1fr 1fr;
	gap:8px;
	padding:10px;
	border-radius:27px;
	background:rgba(8,10,18,.85);
}

.lux-camera span{
	border:3px solid #535b78;
	border-radius:50%;
	background:radial-gradient(circle at 35% 30%,#8bb5c5,#121727 37%,#000 70%);
}

.lux-camera span:last-child{
	width:16px;
	height:16px;
	align-self:center;
	justify-self:center;
	border:0;
	background:#f4dc97;
	box-shadow:0 0 16px rgba(244,220,151,.8);
}

.lux-phone-logo{
	position:absolute;
	top:56%;
	left:50%;
	color:rgba(255,255,255,.38);
	font-size:34px;
	font-weight:900;
	transform:translate(-50%,-50%);
}

@keyframes luxFloat{
	50%{transform:translate(-50%,-54%) rotate(8deg)}
}

.lux-float-card{
	position:absolute;
	z-index:4;
	display:flex;
	align-items:center;
	gap:11px;
	padding:11px 14px;
	border:1px solid rgba(255,255,255,.82);
	border-radius:16px;
	background:rgba(255,255,255,.82);
	box-shadow:0 18px 45px rgba(42,49,83,.13);
	backdrop-filter:blur(14px);
	animation:luxMiniFloat 4s ease-in-out infinite;
}

.lux-float-card strong{display:block;font-size:12px}
.lux-float-card small{display:block;color:var(--lux-soft);font-size:10px}

.lux-float-one{top:18%;left:-6px}
.lux-float-two{right:-2px;bottom:18%;animation-delay:-2s}

.lux-float-icon{
	display:grid;
	width:40px;
	height:40px;
	place-items:center;
	border-radius:13px;
	background:linear-gradient(135deg,#e9e6ff,#d9fff7);
	color:#5947da;
	font-weight:900;
}

@keyframes luxMiniFloat{
	50%{transform:translateY(-9px)}
}

.lux-trust{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	margin-top:18px;
	overflow:hidden;
	border:1px solid var(--lux-border);
	border-radius:20px;
	background:rgba(255,255,255,.74);
	box-shadow:0 16px 42px rgba(42,49,83,.07);
}

.lux-trust-item{
	padding:17px 14px;
	border-right:1px solid var(--lux-border);
	text-align:center;
}

.lux-trust-item:last-child{border-right:0}
.lux-trust-item strong{display:block;font-size:12px}
.lux-trust-item span{display:block;margin-top:3px;color:var(--lux-soft);font-size:10px}

.lux-brands-section{padding:35px 0 20px}

.lux-brands-wrap{
	padding:20px;
	border:1px solid var(--lux-border);
	border-radius:22px;
	background:rgba(255,255,255,.76);
	box-shadow:0 14px 35px rgba(42,49,83,.06);
}

.lux-brands-title{
	margin-bottom:16px;
	color:var(--lux-soft);
	text-align:center;
	font-size:10px;
	font-weight:900;
	letter-spacing:.14em;
	text-transform:uppercase;
}

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

.lux-brand{
	display:grid;
	min-height:86px;
	padding:12px;
	place-items:center;
	border:1px solid var(--lux-border);
	border-radius:17px;
	background:#fff;
	transition:.3s ease;
}

.lux-brand:hover{
	transform:translateY(-6px) scale(1.02);
	border-color:rgba(109,93,252,.25);
	box-shadow:0 16px 36px rgba(42,49,83,.11);
}

.lux-brand img{
	max-width:120px;
	max-height:42px;
	object-fit:contain;
	filter:grayscale(1);
	opacity:.78;
	transition:.3s ease;
}

.lux-brand:hover img{
	filter:grayscale(0);
	opacity:1;
}

.lux-brand-name{
	display:none;
	font-size:18px;
	font-weight:900;
	letter-spacing:-.03em;
}

.lux-section{padding:65px 0}
.lux-section-small{padding:42px 0}

.lux-heading{
	display:flex;
	margin-bottom:22px;
	align-items:flex-end;
	justify-content:space-between;
	gap:20px;
}

.lux-heading-left{
	display:flex;
	align-items:flex-start;
	gap:14px;
}

.lux-category-icon{
	display:grid;
	width:48px;
	height:48px;
	flex:0 0 48px;
	place-items:center;
	border-radius:16px;
	background:linear-gradient(135deg,#e8e5ff,#dffff7);
	color:#5848d7;
	font-size:20px;
	font-weight:900;
	box-shadow:0 10px 28px rgba(109,93,252,.12);
}

.lux-kicker{
	margin-bottom:7px;
	color:var(--lux-primary);
	font-size:10px;
	font-weight:900;
	letter-spacing:.13em;
	text-transform:uppercase;
}

.lux-title{
	margin:0;
	font-size:clamp(32px,4vw,50px);
	font-weight:900;
	letter-spacing:-.05em;
	line-height:1.04;
}

.lux-title em{
	background:linear-gradient(90deg,var(--lux-primary),var(--lux-teal));
	-webkit-background-clip:text;
	background-clip:text;
	color:transparent;
	font-style:normal;
}

.lux-description{
	max-width:620px;
	margin:9px 0 0;
	color:var(--lux-soft);
	font-size:14px;
	line-height:1.65;
}

.lux-view-more{
	display:inline-flex;
	min-height:42px;
	padding:0 17px;
	align-items:center;
	justify-content:center;
	border:1px solid var(--lux-border);
	border-radius:13px;
	background:rgba(255,255,255,.78);
	font-size:12px;
	font-weight:900;
	transition:.25s ease;
}

.lux-view-more:hover{
	border-color:transparent;
	background:linear-gradient(135deg,var(--lux-primary),var(--lux-teal));
	color:#fff;
	transform:translateY(-2px);
}

.lux-products{
	display:grid;
	grid-template-columns:repeat(5,minmax(0,1fr));
	gap:13px;
}

.lux-product-card{
	overflow:hidden;
	border:1px solid var(--lux-border);
	border-radius:18px;
	background:rgba(255,255,255,.86);
	box-shadow:0 12px 34px rgba(42,49,83,.055);
	transition:.35s ease;
}

.lux-product-card:hover{
	transform:translateY(-8px);
	border-color:rgba(109,93,252,.24);
	box-shadow:var(--lux-shadow);
}

.lux-product-image-wrap{
	position:relative;
	display:grid;
	aspect-ratio:1/.92;
	place-items:center;
	overflow:hidden;
	background:
		radial-gradient(circle at 72% 20%,rgba(207,199,255,.68),transparent 35%),
		linear-gradient(150deg,#f9faff,#e9edf6);
}

.lux-product-shine{
	position:absolute;
	width:50%;
	height:50%;
	border-radius:50%;
	background:rgba(255,255,255,.82);
	filter:blur(35px);
	transition:.5s ease;
}

.lux-product-card:hover .lux-product-shine{transform:scale(1.4)}

.lux-product-image{
	position:relative;
	z-index:2;
	width:83%!important;
	height:83%!important;
	object-fit:contain;
	filter:drop-shadow(0 18px 20px rgba(42,49,83,.17));
	transition:.5s ease;
}

.lux-product-card:hover .lux-product-image{
	transform:scale(1.06) rotate(-2deg);
}

.lux-sale-badge{
	position:absolute;
	z-index:4;
	top:10px;
	left:10px;
	padding:5px 9px;
	border-radius:50px;
	background:linear-gradient(135deg,#ff5f78,#ff785d);
	color:#fff;
	font-size:8px;
	font-weight:900;
	text-transform:uppercase;
}

.lux-quick-view{
	position:absolute;
	z-index:4;
	right:10px;
	bottom:10px;
	left:10px;
	display:flex;
	height:36px;
	align-items:center;
	justify-content:center;
	border-radius:11px;
	background:rgba(20,24,39,.90);
	color:#fff;
	font-size:9px;
	font-weight:900;
	opacity:0;
	transform:translateY(10px);
	transition:.3s ease;
}

.lux-product-card:hover .lux-quick-view{
	opacity:1;
	transform:translateY(0);
}

.lux-product-info{padding:13px}

.lux-product-meta{
	display:flex;
	margin-bottom:7px;
	align-items:center;
	justify-content:space-between;
	gap:8px;
}

.lux-stock{
	display:flex;
	align-items:center;
	gap:5px;
	color:var(--lux-soft);
	font-size:8px;
	font-weight:800;
}

.lux-stock i{
	width:6px;
	height:6px;
	border-radius:50%;
	background:var(--lux-teal);
	box-shadow:0 0 0 3px rgba(23,184,156,.1);
}

.lux-stock.is-out i{
	background:var(--lux-coral);
	box-shadow:0 0 0 3px rgba(255,109,120,.1);
}

.lux-rating{
	color:var(--lux-gold);
	font-size:9px;
	font-weight:900;
}

.lux-product-info h3{
	min-height:40px;
	margin:0 0 7px;
	font-size:12px;
	font-weight:850;
	line-height:1.4;
}

.lux-product-info h3 a:hover{color:var(--lux-primary)}

.lux-pricing-block{margin-bottom:10px}

.lux-price-label{
	margin-bottom:2px;
	color:var(--lux-soft);
	font-size:7px;
	font-weight:900;
	letter-spacing:.06em;
	text-transform:uppercase;
}

.lux-price{
	min-height:22px;
	color:#151827;
	font-size:14px;
	font-weight:950;
	letter-spacing:-.02em;
	line-height:1.25;
}

.lux-price-dash{
	display:inline-block;
	margin:0 3px;
	color:#9ba1b2;
}

.lux-original-price{
	display:flex;
	margin-top:2px;
	align-items:center;
	flex-wrap:wrap;
	gap:4px;
	color:#8c93a7;
	font-size:7px;
	font-weight:750;
}

.lux-original-price del{color:#8c93a7}

.lux-original-price strong{
	padding:2px 5px;
	border-radius:50px;
	background:rgba(255,109,120,.11);
	color:var(--lux-coral);
	font-size:7px;
	font-weight:950;
}

.lux-koko-plan{
	display:flex;
	min-height:30px;
	margin-top:7px;
	padding:5px 7px;
	align-items:center;
	justify-content:space-between;
	gap:7px;
	border:1px solid rgba(12,43,177,.12);
	border-radius:9px;
	background:linear-gradient(135deg,rgba(255,183,218,.16),rgba(0,214,206,.11));
}

.lux-koko-plan img{
	width:42px;
	height:20px;
	flex:0 0 auto;
	object-fit:contain;
}

.lux-koko-plan span{
	color:#39405a;
	font-size:7px;
	font-weight:800;
	white-space:nowrap;
}

.lux-koko-plan b{
	color:#0c2bb1;
	font-size:8px;
	font-weight:950;
}

.lux-add-button{
	display:flex!important;
	min-height:38px!important;
	padding:0 10px!important;
	align-items:center;
	justify-content:center;
	border:0!important;
	border-radius:11px!important;
	background:linear-gradient(135deg,#171b30,var(--lux-primary))!important;
	color:#fff!important;
	font-size:9px!important;
	font-weight:900!important;
	transition:.25s ease!important;
}

.lux-add-button:hover{
	background:linear-gradient(135deg,var(--lux-primary),var(--lux-teal))!important;
	transform:translateY(-2px);
}

.lux-empty{
	grid-column:1/-1;
	padding:40px 22px;
	border:1px dashed rgba(31,38,67,.18);
	border-radius:20px;
	background:rgba(255,255,255,.60);
	text-align:center;
}

.lux-empty h3{margin:0 0 7px;font-size:23px}
.lux-empty p{margin:0;color:var(--lux-soft);font-size:13px}

.lux-banner{
	position:relative;
	overflow:hidden;
	min-height:310px;
	padding:46px;
	border-radius:25px;
	color:#fff;
	box-shadow:0 25px 65px rgba(40,45,82,.20);
}

.lux-banner:after{
	position:absolute;
	right:-100px;
	bottom:-150px;
	width:390px;
	height:390px;
	border:65px solid rgba(255,255,255,.06);
	border-radius:50%;
	content:"";
}

.lux-banner-one{
	background:
		radial-gradient(circle at 85% 25%,rgba(255,255,255,.17),transparent 24rem),
		linear-gradient(135deg,#171b31,#6d5dfc 60%,#17b89c);
}

.lux-banner-two{
	background:
		radial-gradient(circle at 86% 30%,rgba(255,255,255,.16),transparent 22rem),
		linear-gradient(135deg,#1b2032,#ff6d78 60%,#f6b84f);
}

.lux-banner-three{
	background:
		radial-gradient(circle at 82% 25%,rgba(255,255,255,.16),transparent 22rem),
		linear-gradient(135deg,#151827,#17b89c 55%,#6d5dfc);
}

.lux-banner-content{
	position:relative;
	z-index:2;
	max-width:690px;
}

.lux-banner-label{
	display:inline-flex;
	margin-bottom:15px;
	padding:7px 11px;
	border:1px solid rgba(255,255,255,.20);
	border-radius:50px;
	background:rgba(255,255,255,.08);
	font-size:9px;
	font-weight:900;
	letter-spacing:.12em;
	text-transform:uppercase;
}

.lux-banner h2{
	margin:0 0 14px;
	font-size:clamp(36px,5vw,58px);
	font-weight:900;
	letter-spacing:-.05em;
	line-height:1;
}

.lux-banner p{
	max-width:560px;
	margin:0 0 23px;
	color:rgba(255,255,255,.72);
	font-size:14px;
	line-height:1.65;
}

.lux-banner .lux-button-light{
	border-color:rgba(255,255,255,.22);
	background:rgba(255,255,255,.12);
	color:#fff;
	backdrop-filter:blur(10px);
}

.lux-benefits{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:14px;
}

.lux-benefit{
	padding:25px;
	border:1px solid var(--lux-border);
	border-radius:19px;
	background:rgba(255,255,255,.76);
	transition:.3s ease;
}

.lux-benefit:hover{
	transform:translateY(-6px);
	box-shadow:var(--lux-shadow);
}

.lux-benefit-icon{
	display:grid;
	width:48px;
	height:48px;
	margin-bottom:17px;
	place-items:center;
	border-radius:16px;
	background:linear-gradient(135deg,#e9e6ff,#d9fff7);
	color:#5947da;
	font-weight:900;
}

.lux-benefit h3{
	margin:0 0 8px;
	font-size:20px;
	font-weight:900;
	letter-spacing:-.03em;
}

.lux-benefit p{
	margin:0;
	color:var(--lux-soft);
	font-size:13px;
	line-height:1.65;
}

.lux-newsletter{
	padding:42px;
	border-radius:23px;
	background:
		radial-gradient(circle at 85% 30%,rgba(109,93,252,.28),transparent 22rem),
		linear-gradient(145deg,#242844,#111421);
	color:#fff;
}

.lux-newsletter-grid{
	display:grid;
	grid-template-columns:1fr .85fr;
	align-items:center;
	gap:38px;
}

.lux-newsletter h2{
	margin:0 0 10px;
	font-size:clamp(32px,4vw,48px);
	font-weight:900;
	letter-spacing:-.045em;
	line-height:1.05;
}

.lux-newsletter h2 em{
	color:#a99fff;
	font-style:normal;
}

.lux-newsletter p{margin:0;color:rgba(255,255,255,.65)}

.lux-newsletter-form{
	display:flex;
	padding:6px;
	border:1px solid rgba(255,255,255,.13);
	border-radius:16px;
	background:rgba(255,255,255,.06);
}

.lux-newsletter-form input{
	width:100%;
	min-width:0;
	padding:0 15px;
	border:0;
	outline:0;
	background:transparent;
	color:#fff;
}

.lux-newsletter-form button{
	min-width:125px;
	height:45px;
	border:0;
	border-radius:11px;
	background:linear-gradient(135deg,#9d91ff,#62e1ca);
	color:#151827;
	font-weight:900;
}

.lux-footer{
	padding:48px 0 22px;
	background:#111421;
	color:#fff;
}

.lux-footer-grid{
	display:grid;
	grid-template-columns:1.4fr repeat(3,1fr);
	gap:32px;
	padding-bottom:32px;
	border-bottom:1px solid rgba(255,255,255,.09);
}

.lux-footer p{color:rgba(255,255,255,.55);font-size:12px;line-height:1.7}

.lux-footer h3{
	margin:3px 0 15px;
	color:#a99fff;
	font-size:10px;
	font-weight:900;
	letter-spacing:.12em;
	text-transform:uppercase;
}

.lux-footer-links{
	display:grid;
	gap:9px;
}

.lux-footer-links a,
.lux-footer-links span{
	color:rgba(255,255,255,.56);
	font-size:11px;
}

.lux-footer-links a:hover{color:#fff}

.lux-footer-bottom{
	display:flex;
	padding-top:21px;
	justify-content:space-between;
	gap:18px;
	color:rgba(255,255,255,.35);
	font-size:9px;
}

.lux-whatsapp{
	position:fixed;
	z-index:120;
	right:16px;
	bottom:16px;
	display:grid;
	width:54px;
	height:54px;
	place-items:center;
	border-radius:50%;
	background:#25d366;
	color:#fff!important;
	box-shadow:0 15px 35px rgba(37,211,102,.32);
	transition:.25s ease;
}

.lux-whatsapp:hover{transform:translateY(-4px)}
.lux-whatsapp svg{width:26px;fill:currentColor}

.lux-toast{
	position:fixed;
	z-index:140;
	right:16px;
	bottom:80px;
	padding:11px 15px;
	border-radius:13px;
	background:rgba(20,24,39,.96);
	color:#fff;
	font-size:10px;
	font-weight:800;
	opacity:0;
	pointer-events:none;
	transform:translateY(12px);
	transition:.3s ease;
}

.lux-toast.show{
	opacity:1;
	transform:translateY(0);
}

.lux-reveal{
	opacity:0;
	transform:translateY(18px);
	transition:opacity .65s ease,transform .65s ease;
}

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

@media(max-width:1180px){
	.lux-header-search{max-width:310px}
	.lux-nav-links{gap:16px}
	.lux-products{grid-template-columns:repeat(4,minmax(0,1fr))}
}

@media(max-width:1050px){
	.lux-nav-links{display:none}
	.lux-header-search{max-width:520px}
	.lux-products{grid-template-columns:repeat(3,minmax(0,1fr))}
	.lux-footer-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:860px){
	.lux-hero-grid{grid-template-columns:1fr}
	.lux-hero-art{width:min(100%,560px);margin:auto}
	.lux-trust{grid-template-columns:repeat(2,1fr)}
	.lux-trust-item:nth-child(2){border-right:0}
	.lux-trust-item:nth-child(-n+2){border-bottom:1px solid var(--lux-border)}
	.lux-brands{grid-template-columns:repeat(3,1fr)}
	.lux-products{grid-template-columns:repeat(2,minmax(0,1fr))}
	.lux-benefits{grid-template-columns:1fr}
	.lux-newsletter-grid{grid-template-columns:1fr}
}

@media(max-width:782px){
	body.admin-bar .lux-nav{top:46px}
}

@media(max-width:640px){
	.lux-container{width:min(calc(100% - 14px),var(--lux-width))}
	.lux-nav-inner{
		min-height:0;
		padding:8px 0 9px;
		flex-wrap:wrap;
		gap:7px 10px;
	}
	.lux-header-search{
		order:3;
		flex:1 0 100%;
		max-width:none;
	}
	.lux-header-search form{
		height:40px;
		border-radius:12px;
	}
	.lux-header-search input[type="search"]{
		padding-left:38px;
		padding-right:45px;
		font-size:11px;
	}
	.lux-header-search-icon{left:12px;width:16px;height:16px}
	.lux-header-search button{right:4px;top:4px;width:32px;height:32px;border-radius:9px}
	.lux-topbar{padding:6px 8px;font-size:8px;line-height:1.35;letter-spacing:.02em}
	.lux-logo{font-size:15px}
	.lux-logo-mark{width:34px;height:34px;border-radius:11px}
	.lux-account{display:none}
	.lux-nav-button{width:38px;height:38px}
	.lux-hero{padding:24px 0 14px}
	.lux-hero-grid{gap:12px}
	.lux-pill{margin-bottom:12px;padding:6px 9px;font-size:8px}
	.lux-hero h1{margin-bottom:13px;font-size:clamp(36px,12vw,50px);line-height:1}
	.lux-hero-copy{display:-webkit-box;margin-bottom:17px;overflow:hidden;font-size:12px;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}
	.lux-buttons{display:grid;grid-template-columns:1fr 1fr;gap:8px}
	.lux-button{width:100%;min-height:43px;padding:0 10px;font-size:10px}
	.lux-hero-art{min-height:310px}
	.lux-art-panel{inset:10px 0;border-radius:23px}
	.lux-phone{width:128px;height:252px;border-width:6px;border-radius:25px}
	.lux-camera{top:22px;left:18px;width:60px;height:60px;gap:5px;padding:7px;border-radius:18px}
	.lux-float-card{padding:6px 7px;gap:6px;border-radius:11px}
	.lux-float-card strong{font-size:8px}
	.lux-float-card small{display:none}
	.lux-float-icon{width:28px;height:28px;border-radius:9px;font-size:10px}
	.lux-trust{grid-template-columns:repeat(2,1fr);margin-top:8px;border-radius:15px}
	.lux-trust-item{min-height:58px;padding:10px 6px;border-right:1px solid var(--lux-border);border-bottom:1px solid var(--lux-border)}
	.lux-trust-item:nth-child(2n){border-right:0}
	.lux-trust-item:nth-last-child(-n+2){border-bottom:0}
	.lux-trust-item strong{font-size:9px}
	.lux-trust-item span{display:none}
	.lux-brands-section{padding:18px 0 8px}
	.lux-brands-wrap{padding:10px;border-radius:15px}
	.lux-brands-title{margin-bottom:9px;font-size:8px}
	.lux-brands{grid-template-columns:repeat(3,1fr);gap:6px}
	.lux-brand{min-height:55px;padding:7px;border-radius:11px}
	.lux-brand img{max-width:72px;max-height:26px}
	.lux-brand-name{font-size:11px}
	.lux-section{padding:34px 0}
	.lux-section-small{padding:20px 0}
	.lux-heading{display:flex;margin-bottom:12px;align-items:flex-end}
	.lux-heading-left{gap:8px}
	.lux-category-icon{width:34px;height:34px;flex-basis:34px;border-radius:11px;font-size:14px}
	.lux-kicker{display:none}
	.lux-title{font-size:25px;line-height:1.05}
	.lux-title em{display:none}
	.lux-description{display:none}
	.lux-view-more{min-height:34px;margin:0;padding:0 10px;border-radius:10px;font-size:8px;white-space:nowrap}
	.lux-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
	.lux-product-card{border-radius:17px;box-shadow:0 10px 28px rgba(42,49,83,.09)}
	.lux-product-image-wrap{aspect-ratio:1/.98}
	.lux-product-image{width:91%!important;height:91%!important}
	.lux-product-info{padding:11px}
	.lux-product-meta{margin-bottom:5px}
	.lux-stock{font-size:7px}
	.lux-stock i{width:5px;height:5px}
	.lux-rating{font-size:8px}
	.lux-product-info h3{min-height:38px;margin-bottom:7px;font-size:11px;line-height:1.35}
	.lux-price-label{margin-bottom:2px;font-size:7px;letter-spacing:.03em}
	.lux-price{min-height:21px;font-size:14px;line-height:1.2}
	.lux-original-price{margin-top:3px;font-size:7px;gap:3px}
	.lux-original-price strong{padding:2px 4px;font-size:6px}
	.lux-koko-plan{
		display:flex;
		min-height:0;
		margin-top:5px;
		padding:3px 0;
		align-items:center;
		justify-content:flex-start;
		gap:5px;
		border:0;
		border-top:1px solid rgba(31,38,67,.08);
		border-radius:0;
		background:transparent;
		box-shadow:none;
	}

	.lux-koko-plan img{
		width:27px;
		height:13px;
		max-width:27px;
		flex:0 0 27px;
		object-fit:contain;
	}

	.lux-koko-plan span{
		display:inline-flex;
		margin:0;
		align-items:baseline;
		gap:2px;
		color:#737a8f;
		font-size:6px;
		font-weight:750;
		line-height:1;
		white-space:nowrap;
	}

	.lux-koko-plan b{
		display:inline;
		margin:0;
		color:#0c2bb1;
		font-size:8px;
		font-weight:950;
		line-height:1;
	}
	.lux-add-button{min-height:39px!important;padding:0 8px!important;border-radius:10px!important;font-size:9px!important}
	.lux-quick-view{display:none}
	.lux-sale-badge{top:7px;left:7px;padding:5px 8px;font-size:7px}
	.lux-banner{min-height:0;padding:25px 17px;border-radius:17px}
	.lux-banner-label{display:none}
	.lux-banner h2{margin-bottom:8px;font-size:28px;line-height:1.02}
	.lux-banner p{display:-webkit-box;margin-bottom:15px;overflow:hidden;font-size:10px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}
	.lux-banner .lux-button{width:auto;min-height:38px;padding:0 12px;font-size:9px}
	.lux-benefits{gap:8px}
	.lux-benefit{padding:15px;border-radius:14px}
	.lux-benefit-icon{width:34px;height:34px;margin-bottom:9px;border-radius:11px;font-size:10px}
	.lux-benefit h3{margin-bottom:4px;font-size:15px}
	.lux-benefit p{display:-webkit-box;overflow:hidden;font-size:10px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}
	.lux-newsletter{padding:24px 16px;border-radius:16px}
	.lux-newsletter-grid{gap:15px}
	.lux-newsletter h2{margin-bottom:5px;font-size:26px}
	.lux-newsletter p{display:none}
	.lux-newsletter-form{display:grid;gap:7px;padding:0;border:0;background:transparent}
	.lux-newsletter-form input{height:43px;padding:0 12px;border:1px solid rgba(255,255,255,.15);border-radius:10px;background:rgba(255,255,255,.08)}
	.lux-newsletter-form button{width:100%;height:42px}
	.lux-footer{padding:34px 0 18px}
	.lux-footer-grid{grid-template-columns:1fr 1fr;gap:20px 12px}
	.lux-footer-grid>div:first-child{grid-column:1/-1}
	.lux-footer p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}
	.lux-footer-bottom{display:block}
	.lux-whatsapp{right:12px;bottom:12px;width:48px;height:48px}
}

@media(max-width:410px){
	.lux-container{width:min(calc(100% - 10px),var(--lux-width))}
	.lux-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
	.lux-product-info{padding:8px}
	.lux-product-info h3{font-size:10px}
	.lux-price{font-size:12px}
	.lux-koko-plan{gap:4px;padding:3px 0}
	.lux-koko-plan img{width:24px;height:12px;max-width:24px;flex-basis:24px}
	.lux-koko-plan span{font-size:5.5px}
	.lux-koko-plan b{font-size:7px}
}

@media(prefers-reduced-motion:reduce){
	.lux-home *,
	.lux-home *:before,
	.lux-home *:after{
		animation:none!important;
		transition:none!important;
	}
	.lux-reveal{opacity:1;transform:none}
}

/* v1.0.18 — promotional banners with relevant WooCommerce imagery. */
.lux-banner{
	display:grid;
	grid-template-columns:minmax(0,1.15fr) minmax(230px,.85fr);
	align-items:center;
	gap:28px;
	overflow:hidden;
}
.lux-banner-content{position:relative;z-index:2;max-width:650px}
.lux-banner-image{
	position:relative;
	z-index:2;
	display:flex;
	align-items:center;
	justify-content:center;
	min-height:250px;
	padding:18px;
}
.lux-banner-image:before{
	content:"";
	position:absolute;
	width:240px;
	height:240px;
	border-radius:50%;
	background:rgba(255,255,255,.15);
	filter:blur(2px);
}
.lux-banner-image img{
	position:relative;
	z-index:1;
	display:block;
	width:min(100%,330px);
	height:245px;
	object-fit:contain;
	filter:drop-shadow(0 22px 24px rgba(8,12,30,.24));
	transition:transform .3s ease;
}
.lux-banner:hover .lux-banner-image img{transform:translateY(-4px) scale(1.025)}
@media(max-width:780px){
	.lux-banner{grid-template-columns:1fr;gap:12px;text-align:center}
	.lux-banner-content{margin:auto}
	.lux-banner-image{min-height:170px;padding:4px 10px 8px}
	.lux-banner-image:before{width:170px;height:170px}
	.lux-banner-image img{width:min(88%,240px);height:170px}
}

/* v1.0.19 — visually remove white catalogue-image rectangles and blend products into banners. */
.lux-banner{isolation:isolate}
.lux-banner-image{
	isolation:isolate;
	overflow:visible;
}
.lux-banner-image:after{
	content:"";
	position:absolute;
	inset:12% 2%;
	z-index:-1;
	border-radius:50%;
	background:radial-gradient(circle,rgba(255,255,255,.22) 0,rgba(255,255,255,.08) 38%,transparent 70%);
	filter:blur(14px);
}
.lux-banner-image img{
	/* Multiply makes a white product-photo background inherit the banner gradient. */
	mix-blend-mode:multiply;
	-webkit-mask-image:radial-gradient(ellipse 78% 76% at 50% 50%,#000 62%,rgba(0,0,0,.96) 74%,transparent 100%);
	mask-image:radial-gradient(ellipse 78% 76% at 50% 50%,#000 62%,rgba(0,0,0,.96) 74%,transparent 100%);
	filter:contrast(1.08) saturate(1.12) drop-shadow(0 24px 25px rgba(8,12,30,.30));
}
@supports not (mix-blend-mode:multiply){
	.lux-banner-image img{border-radius:28px;opacity:.94}
}


/* v1.0.20 — product imagery blended into promotional banners without white boxes. */
.lux-banner{isolation:isolate;display:flex;align-items:center;padding-right:clamp(250px,34vw,450px)}
.lux-banner-content{max-width:610px}
.lux-banner-image{position:absolute;z-index:1;right:2.5%;top:50%;display:flex;width:clamp(220px,31vw,410px);height:88%;align-items:center;justify-content:center;transform:translateY(-50%);pointer-events:none}
.lux-banner-image:before{position:absolute;inset:8% 3%;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.28),rgba(255,255,255,.08) 45%,transparent 72%);filter:blur(7px);content:""}
.lux-banner-image img{position:relative;display:block!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;object-fit:contain!important;mix-blend-mode:multiply;filter:contrast(1.08) saturate(1.08) drop-shadow(0 22px 25px rgba(0,0,0,.22));-webkit-mask-image:radial-gradient(ellipse 72% 72% at center,#000 58%,rgba(0,0,0,.88) 70%,transparent 100%);mask-image:radial-gradient(ellipse 72% 72% at center,#000 58%,rgba(0,0,0,.88) 70%,transparent 100%)}
.lux-banner-one .lux-banner-image img,.lux-banner-three .lux-banner-image img{mix-blend-mode:screen;filter:brightness(.92) contrast(1.18) saturate(1.12) drop-shadow(0 22px 25px rgba(0,0,0,.25))}
@media(max-width:850px){.lux-banner{padding-right:35%;}.lux-banner-image{right:-3%;width:39%;opacity:.82}.lux-banner-content{max-width:68%}.lux-banner h2{font-size:clamp(30px,7vw,48px)}}
@media(max-width:620px){.lux-banner{min-height:430px;padding:30px 24px 210px;align-items:flex-start}.lux-banner-content{max-width:100%}.lux-banner-image{right:8%;top:auto;bottom:5px;width:84%;height:205px;transform:none;opacity:.9}.lux-banner h2{font-size:34px}.lux-banner p{font-size:12.5px}}

/* Central Tech homepage visual redesign — v1.0.21
   Product-card selectors are intentionally untouched. */
.lux-hero-redesigned{
    position:relative;
    padding:34px 0 24px;
    background:
      radial-gradient(circle at 12% 20%,rgba(109,93,252,.16),transparent 34rem),
      radial-gradient(circle at 88% 18%,rgba(255,109,120,.13),transparent 28rem),
      linear-gradient(180deg,#f8f8fd 0%,#eef1f9 100%);
}
.lux-hero-redesigned:before{
    position:absolute;inset:0;pointer-events:none;content:"";
    background-image:linear-gradient(rgba(109,93,252,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(109,93,252,.035) 1px,transparent 1px);
    background-size:38px 38px;
    mask-image:linear-gradient(to bottom,#000,transparent 88%);
}
.lux-hero-shell{
    position:relative;display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);
    min-height:535px;overflow:hidden;border:1px solid rgba(255,255,255,.9);border-radius:34px;
    background:linear-gradient(125deg,#15172a 0%,#24254c 45%,#6f6095 100%);
    box-shadow:0 30px 80px rgba(30,32,63,.22);
}
.lux-hero-copy-panel{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:clamp(38px,5vw,72px);color:#fff}
.lux-hero-redesigned .lux-pill{width:max-content;border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.09);color:#fff;backdrop-filter:blur(10px)}
.lux-hero-redesigned h1{max-width:680px;margin:0 0 22px;font-size:clamp(46px,5.2vw,76px);line-height:.98;color:#fff}
.lux-hero-redesigned h1 em{background:linear-gradient(90deg,#b9afff,#75ead4,#ffb0b8);-webkit-background-clip:text;background-clip:text}
.lux-hero-redesigned .lux-hero-copy{max-width:590px;color:rgba(255,255,255,.76);font-size:15px}
.lux-hero-redesigned .lux-button-dark{background:linear-gradient(135deg,#fff,#eceaff);color:#242040!important;box-shadow:0 15px 36px rgba(0,0,0,.18)}
.lux-hero-redesigned .lux-button-light{border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.09);color:#fff;backdrop-filter:blur(12px)}
.lux-hero-microtrust{display:flex;flex-wrap:wrap;gap:8px 17px;margin-top:25px;color:rgba(255,255,255,.7);font-size:10px;font-weight:800;letter-spacing:.02em}
.lux-hero-image-panel{position:relative;display:block;min-height:535px;overflow:hidden;background:#9c7d80}
.lux-hero-image-panel:before{position:absolute;z-index:1;inset:0;content:"";background:linear-gradient(90deg,#24254c 0%,rgba(36,37,76,.42) 14%,transparent 48%),linear-gradient(0deg,rgba(15,16,33,.3),transparent 40%)}
.lux-hero-image-panel img{width:100%;height:100%;min-height:535px;object-fit:cover;object-position:center;transition:transform .7s cubic-bezier(.2,.7,.2,1)}
.lux-hero-image-panel:hover img{transform:scale(1.035)}
.lux-hero-image-badge{position:absolute;z-index:2;right:24px;bottom:24px;display:flex;min-width:210px;flex-direction:column;padding:15px 18px;border:1px solid rgba(255,255,255,.35);border-radius:16px;background:rgba(20,21,42,.56);color:#fff;box-shadow:0 16px 34px rgba(0,0,0,.18);backdrop-filter:blur(16px)}
.lux-hero-image-badge strong{font-size:14px}.lux-hero-image-badge small{margin-top:3px;color:rgba(255,255,255,.7);font-size:10px}
.lux-hero-redesigned .lux-trust{position:relative;margin-top:17px;border-radius:20px;background:rgba(255,255,255,.88);box-shadow:0 15px 40px rgba(38,43,78,.08)}

.lux-brands-section{padding-top:20px}.lux-brands-wrap{border-radius:22px;box-shadow:0 14px 38px rgba(38,43,78,.07)}
#products{padding-top:8px}
#products > .lux-section{position:relative;padding-top:64px;padding-bottom:64px}
#products > .lux-section:nth-of-type(4n+1){background:linear-gradient(180deg,rgba(255,255,255,.45),rgba(239,242,250,.38))}
.lux-heading{margin-bottom:24px}.lux-title{font-size:clamp(31px,3.5vw,48px)}
.lux-category-icon{box-shadow:0 14px 34px rgba(109,93,252,.16)}

.lux-promo-section{padding:24px 0 38px}
.lux-image-promo{position:relative;display:block;overflow:hidden;border:1px solid rgba(255,255,255,.86);border-radius:28px;background:#dde3eb;box-shadow:0 25px 65px rgba(35,40,72,.17);isolation:isolate}
.lux-image-promo:after{position:absolute;z-index:1;inset:0;content:"";background:linear-gradient(90deg,rgba(14,17,31,.12),transparent 34%,transparent 70%,rgba(14,17,31,.08));pointer-events:none}
.lux-image-promo img{display:block;width:100%;height:auto;transition:transform .65s cubic-bezier(.2,.7,.2,1),filter .4s ease}
.lux-image-promo:hover img{transform:scale(1.015);filter:saturate(1.06) contrast(1.02)}
.lux-image-promo-yesido img{aspect-ratio:1920/610;object-fit:cover;object-position:center}
.lux-image-promo-wiwu img{aspect-ratio:1920/360;object-fit:cover;object-position:center}
.lux-image-promo-anker img{aspect-ratio:1940/515;object-fit:cover;object-position:center}
.lux-promo-action{position:absolute;z-index:3;right:24px;bottom:22px;display:inline-flex;min-height:43px;padding:0 17px;align-items:center;gap:13px;border:1px solid rgba(255,255,255,.75);border-radius:50px;background:rgba(255,255,255,.88);color:#171927;box-shadow:0 12px 28px rgba(0,0,0,.13);backdrop-filter:blur(13px);font-size:11px;font-weight:900;transition:.25s ease}
.lux-promo-action b{font-size:17px}.lux-image-promo:hover .lux-promo-action{transform:translateY(-3px)}
.lux-promo-action-light{background:rgba(12,19,28,.7);color:#fff;border-color:rgba(255,255,255,.25)}
.lux-promo-action-blue{background:rgba(255,255,255,.9);color:#028bc4}

.lux-benefits{gap:18px}.lux-benefit{border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(247,248,253,.85));box-shadow:0 16px 40px rgba(43,48,80,.07)}
.lux-newsletter{border-radius:28px;box-shadow:0 28px 75px rgba(55,46,136,.18)}

@media(max-width:1050px){
 .lux-hero-shell{grid-template-columns:1fr 1fr;min-height:500px}.lux-hero-image-panel,.lux-hero-image-panel img{min-height:500px}
 .lux-hero-copy-panel{padding:40px}.lux-hero-redesigned h1{font-size:clamp(42px,6vw,62px)}
}
@media(max-width:820px){
 .lux-hero-redesigned{padding-top:18px}.lux-hero-shell{grid-template-columns:1fr;min-height:0;border-radius:25px}
 .lux-hero-copy-panel{padding:36px 26px 32px}.lux-hero-image-panel,.lux-hero-image-panel img{min-height:390px}.lux-hero-image-panel:before{background:linear-gradient(0deg,rgba(17,18,38,.38),transparent 50%)}
 .lux-hero-image-badge{right:16px;bottom:16px}.lux-promo-section{padding:15px 0 25px}.lux-image-promo{border-radius:20px}
 .lux-image-promo-wiwu img{aspect-ratio:3.1/1}.lux-promo-action{right:14px;bottom:13px;min-height:38px;padding:0 14px}
}
@media(max-width:560px){
 .lux-hero-copy-panel{padding:31px 20px 27px}.lux-hero-redesigned h1{font-size:39px}.lux-hero-redesigned .lux-hero-copy{font-size:13px;line-height:1.6}
 .lux-hero-redesigned .lux-buttons{display:grid;grid-template-columns:1fr}.lux-hero-redesigned .lux-button{width:100%}
 .lux-hero-image-panel,.lux-hero-image-panel img{min-height:330px}.lux-hero-image-badge{min-width:0;padding:12px 14px}
 .lux-hero-microtrust{gap:7px 12px}.lux-image-promo{border-radius:16px}
 .lux-image-promo-yesido img{aspect-ratio:2.05/1;object-position:center}.lux-image-promo-wiwu img{aspect-ratio:2.2/1;object-position:center}.lux-image-promo-anker img{aspect-ratio:2.1/1;object-position:center}
 .lux-promo-action{right:10px;bottom:9px;min-height:34px;padding:0 11px;font-size:9px}.lux-promo-action b{font-size:14px}
 #products > .lux-section{padding-top:45px;padding-bottom:45px}
}


/* v1.0.22 — seamless first-hero artwork blend; design and animation retained. */
.lux-hero-image-panel{margin-left:-2px;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 12%,#000 100%);mask-image:linear-gradient(90deg,transparent 0,#000 12%,#000 100%)}
.lux-hero-image-panel:after{position:absolute;z-index:1;inset:0;content:"";pointer-events:none;background:linear-gradient(90deg,#24254c 0,rgba(36,37,76,.82) 6%,rgba(36,37,76,.25) 20%,transparent 42%),linear-gradient(180deg,transparent 58%,rgba(15,16,33,.28));mix-blend-mode:multiply}
.lux-hero-image-panel img{filter:saturate(1.04) contrast(1.025)}
@media(max-width:820px){.lux-hero-image-panel{margin-left:0;-webkit-mask-image:linear-gradient(180deg,transparent 0,#000 10%,#000 100%);mask-image:linear-gradient(180deg,transparent 0,#000 10%,#000 100%)}.lux-hero-image-panel:after{background:linear-gradient(180deg,#24254c 0,rgba(36,37,76,.25) 14%,transparent 42%,rgba(15,16,33,.28) 100%)}}
