:root{--bg:#08080f;--bg2:#0d0d1a;--surface:#121220;--surface2:#17172a;--text:#f4f3ff;--muted:#a5a3bd;--line:rgba(255,255,255,.1);--purple:#8b5cf6;--blue:#3b82f6;--gradient:linear-gradient(135deg,#8b5cf6,#3b82f6);--shadow:0 24px 80px rgba(0,0,0,.35)}html[data-theme=light]{--bg:#fafafe;--bg2:#f2f0ff;--surface:#fff;--surface2:#f5f3ff;--text:#11101c;--muted:#6d6a86;--line:rgba(48,39,91,.12);--shadow:0 24px 80px rgba(65,45,130,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:'DM Sans',sans-serif;line-height:1.5}body.no-scroll{overflow:hidden}button,input,select{font:inherit}button,a{color:inherit}button{cursor:pointer}.shell{width:min(1240px,calc(100% - 40px));margin-inline:auto}.demo-bar{height:38px;display:flex;align-items:center;justify-content:center;gap:clamp(30px,10vw,170px);padding:0 20px;background:var(--gradient);color:#fff;font-size:12px;font-weight:700;letter-spacing:.02em}.demo-bar a{text-decoration:none}.site-header{position:sticky;top:0;z-index:100;background:color-mix(in srgb,var(--bg),transparent 6%);border-bottom:1px solid var(--line);backdrop-filter:blur(18px)}.header-main{min-height:82px;display:grid;grid-template-columns:260px minmax(260px,480px) auto;align-items:center;gap:28px}.brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none}.brand img{width:45px;height:45px;object-fit:contain}.brand span,.brand b,.brand small{display:block}.brand b{font-family:Manrope,sans-serif;font-size:20px;letter-spacing:-.03em}.brand small{color:var(--muted);font-size:10px;letter-spacing:.13em;text-transform:uppercase}.header-search{height:46px;display:grid;grid-template-columns:42px 1fr auto;align-items:center;border:1px solid var(--line);border-radius:12px;background:var(--surface)}.header-search i{text-align:center;color:var(--muted)}.header-search input{min-width:0;height:100%;padding:0;border:0;outline:0;background:transparent;color:var(--text)}.header-search button{height:34px;margin-right:6px;padding:0 17px;border:0;border-radius:8px;background:var(--gradient);color:#fff;font-size:12px;font-weight:800}.header-actions{display:flex;justify-content:flex-end;gap:7px}.icon-btn{position:relative;width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--line);border-radius:11px;background:transparent;font-size:19px}.icon-btn:hover{border-color:var(--purple);color:var(--purple)}.icon-btn em{position:absolute;top:-5px;right:-5px;min-width:18px;height:18px;padding:0 5px;display:grid;place-items:center;border-radius:20px;background:var(--purple);color:#fff;font-size:10px;font-style:normal;font-weight:800}.mobile-menu{display:none}.nav{height:52px;display:flex;align-items:center;gap:30px}.nav a,.nav button{padding:0;border:0;background:transparent;text-decoration:none;color:var(--muted);font-size:13px;font-weight:600}.nav a:hover,.nav button:hover{color:var(--text)}.hero{min-height:680px;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;padding-block:60px}.eyebrow{display:block;color:var(--purple);font-size:11px;font-weight:800;letter-spacing:.18em}.hero h1{margin:22px 0;font-family:Manrope,sans-serif;font-size:clamp(48px,5vw,76px);font-weight:500;line-height:1.02;letter-spacing:-.055em}.hero h1 strong{background:var(--gradient);-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:800}.hero-copy>p{max-width:580px;margin:0;color:var(--muted);font-size:17px;line-height:1.8}.hero-actions{display:flex;align-items:center;gap:26px;margin-top:34px}.primary-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:52px;padding:0 24px;border:0;border-radius:11px;background:var(--gradient);color:#fff;text-decoration:none;font-size:13px;font-weight:800;box-shadow:0 15px 35px rgba(99,71,246,.24)}.text-button{padding-bottom:4px;border-bottom:1px solid var(--text);text-decoration:none;font-size:13px;font-weight:700}.hero-proof{display:flex;gap:44px;margin-top:58px}.hero-proof span{display:block}.hero-proof b,.hero-proof small{display:block}.hero-proof b{font-family:Manrope;font-size:20px}.hero-proof small{margin-top:4px;color:var(--muted);font-size:11px}.hero-visual{position:relative;height:560px;overflow:hidden;border-radius:28px;background:var(--surface)}.hero-visual:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(8,8,15,.7))}.hero-visual>img{width:100%;height:100%;object-fit:cover}.floating-card{position:absolute;left:24px;bottom:24px;z-index:2;display:flex;align-items:center;gap:14px;padding:16px 20px;border:1px solid rgba(255,255,255,.15);border-radius:15px;background:rgba(10,10,18,.72);color:#fff;backdrop-filter:blur(12px)}.floating-card i{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:var(--gradient)}.floating-card span,.floating-card b,.floating-card small{display:block}.floating-card small{color:#b8b5ca;font-size:10px}.hero-index{position:absolute;right:22px;bottom:28px;z-index:2;color:#fff;font-size:11px;letter-spacing:.12em}.service-strip{border-block:1px solid var(--line);background:var(--bg2)}.service-strip>div{min-height:116px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center}.service-strip span{display:grid;grid-template-columns:42px 1fr;column-gap:12px;padding:12px 25px;border-right:1px solid var(--line)}.service-strip span:last-child{border:0}.service-strip i{grid-row:1/3;display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:rgba(139,92,246,.12);color:var(--purple);font-size:19px}.service-strip b{font-size:13px}.service-strip small{color:var(--muted);font-size:10px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}.section-heading h2{margin:10px 0 0;font-family:Manrope;font-size:clamp(34px,4vw,52px);letter-spacing:-.045em}.section-heading>p{max-width:440px;color:var(--muted)}.category-showcase{padding-block:110px}.category-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:18px}.category-grid button{position:relative;height:390px;overflow:hidden;padding:0;border:1px solid var(--line);border-radius:18px;background:var(--surface);text-align:left}.category-grid img{width:100%;height:100%;object-fit:cover;transition:.5s}.category-grid button:hover img{transform:scale(1.04)}.category-grid button:after{content:'';position:absolute;inset:30% 0 0;background:linear-gradient(transparent,rgba(4,4,10,.85))}.category-grid span{position:absolute;left:24px;bottom:22px;z-index:2;color:#fff}.category-grid b,.category-grid small{display:block}.category-grid b{font-family:Manrope;font-size:23px}.category-grid small{color:#ccc9db}.category-grid>button>i{position:absolute;right:22px;bottom:26px;z-index:2;color:#fff;font-size:22px}.catalog{padding-bottom:120px}.catalog-head{align-items:flex-end}.catalog-head p{margin:7px 0 0;color:var(--muted);font-size:12px}.catalog-tools{display:flex;align-items:center;gap:26px}.filter-list{display:flex;gap:8px}.filter-list button{padding:8px 13px;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--muted);font-size:12px;font-weight:700}.filter-list button.active{border-color:var(--line);background:var(--surface);color:var(--text)}#sortSelect{height:40px;padding:0 34px 0 12px;border:1px solid var(--line);border-radius:9px;background:var(--surface);color:var(--text);outline:0}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:34px 18px}.product-card{min-width:0}.product-media{position:relative;aspect-ratio:4/5;overflow:hidden;border-radius:16px;background:var(--surface)}.product-media img{width:100%;height:100%;object-fit:cover;transition:.55s}.product-card:hover .product-media img{transform:scale(1.045)}.product-badge{position:absolute;left:12px;top:12px;padding:6px 9px;border-radius:7px;background:rgba(8,8,15,.78);color:#fff;font-size:9px;font-weight:800;letter-spacing:.1em}.product-buttons{position:absolute;right:12px;top:12px;display:grid;gap:7px;transform:translateX(55px);transition:.25s}.product-card:hover .product-buttons{transform:none}.product-buttons button{width:39px;height:39px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.16);border-radius:10px;background:rgba(8,8,15,.78);color:#fff;backdrop-filter:blur(8px)}.quick-add{position:absolute;left:12px;right:12px;bottom:12px;height:45px;border:0;border-radius:10px;background:rgba(8,8,15,.86);color:#fff;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;transform:translateY(65px);transition:.25s;backdrop-filter:blur(10px)}.product-card:hover .quick-add{transform:none}.product-info{padding:15px 3px}.product-info small{color:var(--purple);font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.product-info h3{margin:6px 0 8px;font-family:Manrope;font-size:16px;letter-spacing:-.02em}.product-info>div{display:flex;align-items:center;gap:10px}.product-info b{font-size:14px}.product-info s{color:var(--muted);font-size:11px}.empty-products{display:none;padding:80px 20px;text-align:center;color:var(--muted)}.empty-products.show{display:block}.empty-products i{font-size:35px}.empty-products h3{color:var(--text)}.empty-products button{padding:10px 16px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--text)}.campaign{min-height:620px;display:grid;grid-template-columns:1fr 1fr;margin-bottom:120px;overflow:hidden;border:1px solid var(--line);border-radius:26px;background:var(--surface)}.campaign-image img{width:100%;height:100%;object-fit:cover}.campaign-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(40px,7vw,90px)}.campaign-copy h2{margin:18px 0;font-family:Manrope;font-size:clamp(40px,4.5vw,66px);line-height:1.03;letter-spacing:-.05em}.campaign-copy p{margin:0 0 30px;color:var(--muted);line-height:1.8}.newsletter{padding:80px 0;background:var(--gradient);color:#fff}.newsletter .shell{display:flex;align-items:center;justify-content:space-between;gap:40px}.newsletter .eyebrow{color:#ddd5ff}.newsletter h2{margin:8px 0 0;font-family:Manrope;font-size:35px}.newsletter form{width:min(480px,100%);display:grid;grid-template-columns:1fr auto;padding:6px;border-radius:12px;background:#fff}.newsletter input{min-width:0;padding:0 16px;border:0;outline:0;color:#171428}.newsletter button{height:45px;padding:0 18px;border:0;border-radius:8px;background:#11101c;color:#fff;font-size:12px;font-weight:800}footer{padding-top:80px;background:var(--bg2)}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:60px;padding-bottom:60px}.footer-brand p{max-width:390px;color:var(--muted);line-height:1.8}.footer-grid>div>b{display:block;margin-bottom:18px;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.footer-grid>div>a,.footer-grid>div>span{display:block;margin:10px 0;color:var(--muted);text-decoration:none;font-size:13px}.footer-bottom{min-height:70px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);color:var(--muted);font-size:11px}.drawer,.modal-shell{position:fixed;inset:0;z-index:300;pointer-events:none;visibility:hidden}.drawer.show,.modal-shell.show{pointer-events:auto;visibility:visible}.drawer-shade,.modal-shade{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(2,2,7,.7);opacity:0;transition:.3s;backdrop-filter:blur(4px)}.drawer.show .drawer-shade,.modal-shell.show .modal-shade{opacity:1}.drawer>section{position:absolute;right:0;top:0;width:min(460px,100%);height:100%;display:grid;grid-template-rows:auto 1fr auto;background:var(--bg);transform:translateX(100%);transition:.35s}.drawer.show>section{transform:none}.drawer>section>header{display:flex;justify-content:space-between;padding:28px;border-bottom:1px solid var(--line)}.drawer header small{color:var(--purple);font-size:9px;letter-spacing:.15em}.drawer h2{margin:5px 0 0}.drawer header button,.modal-close{width:40px;height:40px;border:1px solid var(--line);border-radius:10px;background:transparent;color:var(--text)}.drawer-lines{overflow:auto;padding:15px 28px}.cart-line{display:grid;grid-template-columns:75px 1fr auto;gap:14px;padding:15px 0;border-bottom:1px solid var(--line)}.cart-line img{width:75px;height:92px;border-radius:9px;object-fit:cover}.cart-line h4{margin:2px 0 4px;font-size:13px}.cart-line small{color:var(--muted)}.cart-qty{display:flex;align-items:center;gap:10px;margin-top:12px}.cart-qty button{width:25px;height:25px;border:1px solid var(--line);border-radius:6px;background:transparent;color:var(--text)}.cart-line>button{align-self:start;border:0;background:transparent;color:var(--muted)}.drawer>section>footer{padding:25px 28px;background:var(--bg2);border-top:1px solid var(--line)}.drawer>section>footer>div{display:flex;justify-content:space-between;font-size:18px}.drawer>section>footer small{display:block;margin:8px 0 18px;color:var(--muted)}#checkoutButton{width:100%;height:52px;border:0;border-radius:10px;background:var(--gradient);color:#fff;font-weight:800}.cart-empty{padding:70px 10px;text-align:center;color:var(--muted)}.cart-empty i{font-size:38px}.product-modal{position:absolute;left:50%;top:50%;width:min(980px,calc(100% - 30px));max-height:calc(100vh - 40px);overflow:auto;border:1px solid var(--line);border-radius:22px;background:var(--bg);box-shadow:var(--shadow);transform:translate(-50%,-46%) scale(.97);opacity:0;transition:.3s}.modal-shell.show .product-modal{transform:translate(-50%,-50%) scale(1);opacity:1}.modal-close{position:absolute;right:17px;top:17px;z-index:2;background:var(--bg)}.modal-product{display:grid;grid-template-columns:1.05fr .95fr}.modal-product>img{width:100%;height:650px;object-fit:cover}.modal-copy{padding:70px 55px}.modal-copy>small{color:var(--purple);font-weight:800;letter-spacing:.14em}.modal-copy h2{margin:12px 0;font-family:Manrope;font-size:42px;line-height:1.05}.modal-price{display:flex;gap:12px;margin:16px 0 25px;font-size:20px}.modal-copy p{color:var(--muted);line-height:1.8}.choice-label{display:block;margin:24px 0 9px;font-size:10px;font-weight:800;letter-spacing:.12em}.swatches,.sizes{display:flex;gap:8px}.swatches button{width:27px;height:27px;border:3px solid var(--bg);border-radius:50%;outline:1px solid var(--line)}.sizes button{min-width:42px;height:38px;border:1px solid var(--line);border-radius:7px;background:transparent;color:var(--text)}.modal-add{width:100%;height:54px;margin-top:30px;border:0;border-radius:10px;background:var(--gradient);color:#fff;font-weight:800}.account-modal{text-align:center;padding:85px 45px}.account-modal>i,.checkout-success>i{display:grid;place-items:center;width:68px;height:68px;margin:0 auto 20px;border-radius:20px;background:rgba(139,92,246,.13);color:var(--purple);font-size:30px}.account-modal h2,.checkout-success h2{font-family:Manrope;font-size:34px}.account-modal p,.checkout-success p{max-width:550px;margin-inline:auto;color:var(--muted)}.toast{position:fixed;left:50%;bottom:24px;z-index:500;display:flex;align-items:center;gap:9px;padding:12px 18px;border:1px solid var(--line);border-radius:10px;background:var(--surface);box-shadow:var(--shadow);transform:translate(-50%,80px);opacity:0;transition:.3s}.toast.show{transform:translate(-50%,0);opacity:1}.toast i{color:var(--purple)}
@media(max-width:1050px){.header-main{grid-template-columns:1fr auto}.header-search{grid-column:1/-1;grid-row:2;margin-bottom:14px}.nav{overflow:auto}.hero{grid-template-columns:1fr 1fr;gap:35px}.product-grid{grid-template-columns:repeat(3,1fr)}.catalog-head{display:block}.catalog-tools{justify-content:space-between;margin-top:25px}.service-strip>div{grid-template-columns:repeat(2,1fr)}.service-strip span:nth-child(2){border-right:0}.footer-grid{grid-template-columns:2fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/4}.account-button{display:none}}@media(max-width:760px){.shell{width:min(100% - 24px,1240px)}.demo-bar{height:auto;min-height:38px;justify-content:space-between;gap:15px;font-size:10px}.header-main{min-height:70px;grid-template-columns:auto 1fr auto;gap:10px}.mobile-menu{display:grid}.brand img{width:37px;height:37px}.brand b{font-size:16px}.brand small{display:none}.header-actions{gap:4px}.icon-btn{width:38px;height:38px}.header-actions .icon-btn:first-child,.header-actions #wishlistButton{display:none}.header-search{grid-column:1/-1;margin-bottom:12px}.nav{position:fixed;left:12px;right:12px;top:118px;height:auto;display:none;padding:12px;overflow:visible;border:1px solid var(--line);border-radius:12px;background:var(--surface);box-shadow:var(--shadow)}.nav.open{display:grid}.nav a,.nav button{padding:10px;text-align:left}.hero{min-height:auto;grid-template-columns:1fr;padding:55px 0}.hero h1{font-size:48px}.hero-visual{height:460px}.hero-proof{gap:25px;margin-top:38px}.service-strip>div{grid-template-columns:1fr}.service-strip span{border-right:0;border-bottom:1px solid var(--line)}.section-heading{display:block}.category-showcase{padding-block:75px}.category-grid{grid-template-columns:1fr}.category-grid button{height:320px}.catalog-tools{display:block}.filter-list{overflow:auto;margin-bottom:15px}.product-grid{grid-template-columns:repeat(2,1fr);gap:28px 12px}.product-buttons{transform:none}.quick-add{transform:none}.campaign{grid-template-columns:1fr}.campaign-image{height:380px}.newsletter .shell{display:block}.newsletter form{margin-top:25px}.footer-grid{grid-template-columns:1fr 1fr;gap:35px}.footer-brand{grid-column:1/-1}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{display:block;padding-block:22px}.footer-bottom span{display:block;margin:5px 0}.modal-product{grid-template-columns:1fr}.modal-product>img{height:380px}.modal-copy{padding:35px 24px}.modal-copy h2{font-size:34px}}@media(max-width:430px){.demo-bar span{max-width:180px}.hero h1{font-size:42px}.hero-actions{align-items:flex-start;flex-direction:column}.hero-proof{justify-content:space-between;gap:10px}.hero-visual{height:390px}.category-grid button{height:280px}.section-heading h2{font-size:35px}.catalog-tools select{width:100%}.product-info h3{font-size:14px}.product-info{padding-top:10px}.quick-add{left:7px;right:7px;bottom:7px}.campaign-copy{padding:40px 24px}.newsletter{padding:60px 0}.newsletter form{grid-template-columns:1fr}.newsletter button{margin-top:6px}.footer-grid{grid-template-columns:1fr}.modal-product>img{height:300px}}
/* Shared LebCoder demo header */
.site-header{height:78px;position:sticky;top:0;z-index:150;background:color-mix(in srgb,var(--bg),transparent 10%);border-bottom:1px solid var(--line);backdrop-filter:blur(18px)}.global-nav{height:100%;display:flex;align-items:center;justify-content:space-between;gap:28px}.global-nav .brand{font-size:17px;font-weight:700}.global-nav .brand img{width:38px;height:38px}.global-nav .brand span{display:block}.global-nav .brand b{display:inline;color:#b69aff;font-size:inherit}.global-nav nav{display:flex;align-items:center;gap:28px}.global-nav nav a{color:color-mix(in srgb,var(--text),transparent 23%);text-decoration:none;font-size:14px}.global-nav nav a:hover{color:var(--text)}.global-nav .nav-cta{padding:11px 17px;border-radius:12px;background:var(--text);color:var(--bg)!important;font-weight:700}.global-actions{display:flex;align-items:center;gap:8px}.global-icon{width:40px;height:40px;display:grid;place-items:center;border:1px solid var(--line);border-radius:11px;background:transparent;color:var(--text)}.global-icon svg,.shop-header svg,.icon-btn svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.global-menu{display:none}.shop-header{position:relative;z-index:90;border-bottom:1px solid var(--line);background:var(--bg2)}.shop-header-inner{min-height:66px;display:flex;align-items:center;gap:22px}.shop-categories{display:flex;align-items:center;gap:9px;padding:0;border:0;background:transparent;color:var(--text);font-size:12px;font-weight:800}.shop-categories svg{width:18px}.shop-nav{display:flex;align-items:center;gap:20px}.shop-nav button{padding:0;border:0;background:transparent;color:var(--muted);font-size:12px;font-weight:650}.shop-nav button:hover{color:var(--text)}.shop-header .header-search{width:min(390px,34vw);margin-left:auto}.shop-header .header-search>svg{width:17px;margin-left:13px;color:var(--muted)}.shop-header .header-actions{flex:0 0 auto}.shop-header .icon-btn{background:var(--surface)}
@media(max-width:900px){.global-nav nav{display:none;position:absolute;left:20px;right:20px;top:68px;padding:18px;background:var(--surface);border:1px solid var(--line);border-radius:14px;flex-direction:column;align-items:stretch;box-shadow:var(--shadow)}.global-nav nav.open{display:flex}.global-menu{display:grid}.shop-header-inner{flex-wrap:wrap;padding-block:12px}.shop-nav{order:4;width:100%;display:none;padding-top:10px;border-top:1px solid var(--line)}.shop-nav.open{display:flex;overflow:auto}.shop-header .header-search{width:auto;flex:1;margin-left:0}.shop-categories span{display:none}}
@media(max-width:620px){.site-header{height:68px}.global-nav .brand{font-size:14px}.global-nav .brand img{width:34px;height:34px}.shop-header-inner{gap:8px}.shop-header .header-search button{display:none}.shop-header .header-actions{gap:3px}.shop-header .account-button{display:none}.shop-header .icon-btn{width:38px;height:38px}.shop-header .header-search{min-width:130px}.shop-header .header-search input{font-size:12px}}
.shop-header-inner{position:relative}.shop-nav{position:absolute;left:0;top:calc(100% - 4px);min-width:230px;display:none!important;padding:10px;border:1px solid var(--line);border-radius:13px;background:var(--surface);box-shadow:var(--shadow);z-index:180}.shop-nav.open{display:grid!important}.shop-nav button{width:100%;padding:11px 12px;border-radius:8px;text-align:left}.shop-nav button:hover,.shop-nav button.active{background:var(--surface2);color:var(--text)}.shop-categories.active{color:var(--purple)}.service-strip svg{grid-row:1/3;display:grid;place-items:center;width:42px;height:42px;padding:10px;border-radius:12px;background:rgba(139,92,246,.12);color:var(--purple);fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.service-strip i{display:none!important}@media(max-width:900px){.shop-nav{left:0;top:58px;width:min(260px,calc(100vw - 24px));padding:10px!important;border-top:1px solid var(--line)!important;overflow:visible!important}}
