*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--nc-bg);color:var(--nc-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}body.no-scroll{overflow:hidden}img,svg{display:block;max-width:100%}button,input,select,textarea{font:inherit}button,a{color:inherit}a{text-decoration:none}button{cursor:pointer}.page-width{width:min(calc(100% - 32px),var(--nc-page-width));margin-inline:auto}.site-main{min-height:55vh}.section-spacing{padding-block:42px}.skip-link{position:fixed;left:12px;top:-100px;z-index:9999;background:#fff;padding:12px 16px;border-radius:10px}.skip-link:focus{top:12px}.visually-hidden{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}.rte>*:first-child{margin-top:0}.rte>*:last-child{margin-bottom:0}.rte a{text-decoration:underline}.placeholder-svg{width:100%;height:100%;background:#eef2f7;color:#c2cad5}.eyebrow{display:block;margin-bottom:7px;font-size:12px;font-weight:850;letter-spacing:.14em;text-transform:uppercase;color:var(--nc-primary)}.eyebrow--light{color:#8cc2ff}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.section-heading h1,.section-heading h2{margin:0;font-size:clamp(28px,3vw,44px);line-height:1.05;letter-spacing:-.04em}.section-heading p{margin:10px 0 0;color:var(--nc-muted)}.text-link{display:inline-flex;align-items:center;gap:6px;font-weight:800;color:var(--nc-primary)}.text-link svg{width:18px;fill:none;stroke:currentColor;stroke-width:2}.button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 20px;border:1px solid transparent;border-radius:13px;font-weight:850;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button:hover{transform:translateY(-2px)}.button:disabled{opacity:.55;cursor:not-allowed;transform:none}.button--primary{background:linear-gradient(135deg,var(--nc-primary),#4f8dff);color:#fff;box-shadow:0 12px 26px #1267ff40}.button--ghost{background:#fff;border-color:#d7dee8;color:var(--nc-text)}.button--light{background:#fff;color:#071327}.button--glass{border-color:#ffffff59;background:#ffffff1a;color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.button--small{min-height:40px;padding:0 14px;border-radius:11px;font-size:13px}.button--full{width:100%}.icon-button{width:42px;height:42px;display:grid;place-items:center;padding:0;border:0;border-radius:12px;background:var(--nc-surface-alt)}.icon-button svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.reveal{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}.reveal.is-visible{opacity:1;transform:none}.site-header{position:relative;z-index:50}.announcement{background:linear-gradient(90deg,#061122,#0e2b55);color:#fff;font-size:13px}.announcement__inner{min-height:38px;display:flex;align-items:center;justify-content:center;gap:18px}.announcement p{margin:0}.announcement a{font-weight:850;color:#ffcf4a;text-decoration:underline}.header-main{background:#fffffff0;border-bottom:1px solid #e7ebf1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.header-main__inner{min-height:82px;display:grid;grid-template-columns:auto auto minmax(260px,1fr) auto;align-items:center;gap:16px}.site-header.is-stuck .header-main{position:fixed;top:0;left:0;right:0;box-shadow:0 12px 35px #0f224121;animation:headerDrop .25s ease}.site-header.is-stuck{padding-top:82px}@keyframes headerDrop{0%{transform:translateY(-100%)}to{transform:none}}.brand{display:inline-flex;align-items:center;gap:10px;min-width:max-content}.brand__image{width:auto;height:auto;max-height:48px}.brand__text{font-size:24px;font-weight:950;letter-spacing:-.05em}.brand__mark{position:relative;width:38px;height:38px;display:grid;place-items:center;overflow:hidden;border-radius:11px;background:linear-gradient(145deg,#0b1830,#1f4f96);color:#fff;box-shadow:0 8px 20px #0713273d}.brand__mark span{font-weight:950;font-size:23px;font-style:italic;z-index:1}.brand__mark i{position:absolute;width:22px;height:4px;right:-2px;top:9px;border-radius:10px;background:var(--nc-accent);box-shadow:0 7px 0 var(--nc-accent),0 14px 0 var(--nc-accent);transform:skew(-25deg)}.category-menu{position:relative}.category-menu summary{list-style:none;display:flex;align-items:center;gap:8px;min-height:48px;padding:0 14px;border:1px solid #dde3ec;border-radius:13px;background:#fff;font-size:14px;font-weight:800;cursor:pointer}.category-menu summary::-webkit-details-marker{display:none}.category-menu summary svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.category-menu summary svg:last-child{width:14px;margin-left:2px}.category-menu__panel{position:absolute;top:calc(100% + 10px);left:0;width:280px;padding:10px;border:1px solid #e3e8ef;border-radius:16px;background:#fff;box-shadow:var(--nc-shadow)}.category-menu__panel a{display:grid;grid-template-columns:28px 1fr 16px;align-items:center;gap:8px;padding:11px;border-radius:10px;font-weight:700}.category-menu__panel a:hover{background:#f1f5fb;color:var(--nc-primary)}.category-menu__panel svg{width:16px;fill:none;stroke:currentColor;stroke-width:2}.header-search{position:relative;min-width:0}.header-search form{display:grid;grid-template-columns:1fr 50px;height:50px;border:2px solid var(--nc-primary);border-radius:15px;overflow:hidden;background:#fff;box-shadow:0 7px 18px #1267ff1a}.header-search input{min-width:0;border:0;outline:0;padding:0 16px;background:transparent;color:var(--nc-text)}.header-search button{border:0;background:var(--nc-primary);color:#fff;display:grid;place-items:center}.header-search button svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2}.predictive-results{position:absolute;top:calc(100% + 8px);left:0;right:0;max-height:480px;overflow:auto;background:#fff;border:1px solid #e1e7ef;border-radius:16px;box-shadow:var(--nc-shadow);padding:10px}.predictive-results__heading{padding:7px 9px;color:var(--nc-muted);font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.1em}.predictive-item{display:grid;grid-template-columns:54px 1fr auto;align-items:center;gap:12px;padding:9px;border-radius:11px}.predictive-item:hover{background:#f3f6fb}.predictive-item img{width:54px;height:54px;object-fit:contain;border-radius:9px;background:#f4f6f9}.predictive-item strong{font-size:14px}.predictive-item span{font-size:13px;color:var(--nc-primary);font-weight:800}.predictive-empty{padding:18px;text-align:center;color:var(--nc-muted)}.header-actions{display:flex;align-items:center;gap:6px}.header-action{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:62px;height:52px;border:0;background:transparent;border-radius:12px;font-size:11px;font-weight:750}.header-action:hover{background:#f0f4fa}.header-action svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.header-action b{position:absolute;top:1px;right:8px;min-width:18px;height:18px;display:grid;place-items:center;padding:0 4px;border-radius:20px;background:var(--nc-accent);font-size:10px;color:#1a1609}.header-nav{background:#fff;border-bottom:1px solid #e7ebf1}.header-nav__inner{height:46px;display:flex;align-items:center;gap:25px;overflow-x:auto;scrollbar-width:none}.header-nav__inner::-webkit-scrollbar{display:none}.header-nav a{white-space:nowrap;font-size:13px;font-weight:760}.header-nav a:hover,.header-nav a[aria-current=page]{color:var(--nc-primary)}.header-nav .is-deal{color:#e3273d}.header-nav__all{display:flex;align-items:center;gap:7px}.header-nav__all svg{width:17px;fill:none;stroke:currentColor;stroke-width:2}.mobile-menu-button{display:none}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;pointer-events:none}.mobile-menu.is-open{pointer-events:auto}.mobile-menu__overlay{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#040c198c;opacity:0;transition:opacity .25s}.mobile-menu.is-open .mobile-menu__overlay{opacity:1}.mobile-menu__panel{position:absolute;top:0;bottom:0;left:0;width:min(88vw,360px);padding:18px;background:#fff;transform:translate(-102%);transition:transform .25s ease}.mobile-menu.is-open .mobile-menu__panel{transform:none}.mobile-menu__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.mobile-menu__header strong{font-size:22px}.mobile-menu__panel>a{display:block;padding:14px 6px;border-bottom:1px solid #edf0f4;font-weight:800}.hero-card{position:relative;min-height:560px;display:grid;grid-template-columns:1.05fr .95fr;overflow:hidden;border-radius:30px;background:radial-gradient(circle at 75% 25%,#204e96 0,transparent 32%),linear-gradient(135deg,#061122,#0b2348 60%,#102f61);color:#fff;box-shadow:0 25px 80px #0516323d}.hero-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:36px 36px;-webkit-mask-image:linear-gradient(to right,#000,transparent);mask-image:linear-gradient(to right,#000,transparent)}.hero-card__content{position:relative;z-index:2;align-self:center;padding:64px}.hero-kicker{display:inline-flex;padding:7px 12px;margin-bottom:18px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:#ffffff14;font-size:11px;font-weight:900;letter-spacing:.14em}.hero-card h1{max-width:720px;margin:0;font-size:clamp(48px,6vw,84px);line-height:.97;letter-spacing:-.065em}.hero-card__content>p{max-width:630px;margin:23px 0 0;font-size:18px;color:#c9d7ed}.hero-actions{display:flex;gap:12px;margin-top:30px}.hero-stats{display:flex;gap:34px;margin-top:44px}.hero-stats div{display:flex;flex-direction:column}.hero-stats strong{font-size:23px}.hero-stats span{font-size:12px;color:#9fb2ce}.hero-card__visual{position:relative;min-height:500px;display:grid;place-items:center}.hero-image{position:relative;z-index:2;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 35px 35px rgba(0,0,0,.32))}.hero-orb{position:absolute;border-radius:50%;filter:blur(2px)}.hero-orb--one{width:360px;height:360px;background:linear-gradient(145deg,#1267ffcc,#1bd7ff1f);box-shadow:0 0 100px #1470ff73}.hero-orb--two{width:140px;height:140px;right:8%;top:10%;background:#ffb00038;filter:blur(15px)}.hero-product-mock{position:relative;z-index:2;width:90%;height:390px}.mock-box{position:absolute;width:230px;height:250px;left:12%;bottom:25px;border-radius:30px;background:linear-gradient(145deg,#f4f7ff,#a9b8cf);transform:rotate(-8deg);box-shadow:0 35px 65px #0000004d}.mock-phone{position:absolute;width:150px;height:310px;right:18%;top:15px;border:8px solid #0b0d12;border-radius:34px;background:linear-gradient(160deg,#7d5dff,#17cbff 55%,#05132b);transform:rotate(9deg);box-shadow:0 35px 65px #00000061}.mock-phone:before{content:"";position:absolute;top:8px;left:50%;width:48px;height:12px;border-radius:20px;background:#090a0c;transform:translate(-50%)}.mock-headphones{position:absolute;width:175px;height:175px;right:2%;bottom:0;border:30px solid #ffc62d;border-bottom-color:transparent;border-radius:50%;transform:rotate(18deg);filter:drop-shadow(0 20px 20px rgba(0,0,0,.3))}.hero-float-card{position:absolute;z-index:4;right:7%;bottom:10%;display:flex;align-items:center;gap:10px;padding:13px 16px;border:1px solid rgba(255,255,255,.2);border-radius:16px;background:#ffffff1f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 18px 35px #0000002e}.hero-float-card>span{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:#ffcf4a}.hero-float-card div{display:flex;flex-direction:column}.hero-float-card small{color:#b9c8de}.hero-float-card strong{font-size:14px}.rail-controls{display:flex;gap:8px}.rail-controls button{width:40px;height:40px;border:1px solid #dce2ea;border-radius:12px;background:#fff;font-size:24px}.category-rail,.product-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(155px,1fr);gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:4px 2px 16px}.category-rail::-webkit-scrollbar,.product-rail::-webkit-scrollbar{display:none}.category-pill{scroll-snap-align:start;min-height:156px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:18px;border:1px solid #e2e7ef;border-radius:20px;background:#fff;box-shadow:0 8px 24px #0d213f0d;transition:transform .2s,border-color .2s,box-shadow .2s}.category-pill:hover{transform:translateY(-5px);border-color:#b5d1ff;box-shadow:0 15px 32px #1267ff1f}.category-pill__icon{width:58px;height:58px;display:grid;place-items:center;margin-bottom:10px;border-radius:18px;background:linear-gradient(145deg,#edf4ff,#fff);font-size:30px}.category-pill>span:not(.category-pill__icon){font-weight:900}.category-pill small{color:var(--nc-muted)}.product-grid{display:grid;gap:18px}.product-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.product-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.product-grid--5{grid-template-columns:repeat(5,minmax(0,1fr))}.product-card{position:relative;min-width:0;overflow:hidden;border:1px solid #e2e7ef;border-radius:var(--nc-radius);background:#fff;box-shadow:0 8px 22px #0f233f0e;transition:transform .24s,box-shadow .24s,border-color .24s}.product-card:hover{transform:translateY(-6px);border-color:#c2d8ff;box-shadow:0 20px 45px #0b285521}.product-card__media{position:relative;display:block;aspect-ratio:1/1;overflow:hidden;background:linear-gradient(160deg,#f8fafc,#edf1f6)}.product-card__image{width:100%;height:100%;object-fit:contain;padding:14px;transition:transform .35s ease}.product-card:hover .product-card__image{transform:scale(1.055)}.product-card__badge{position:absolute;top:10px;left:10px;padding:5px 9px;border-radius:999px;background:#e72243;color:#fff;font-size:11px;font-weight:900}.product-card__body{padding:14px}.product-card__vendor{margin:0 0 5px;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:var(--nc-primary)}.product-card__title{display:-webkit-box;min-height:43px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:14px;font-weight:800;line-height:1.45}.product-card__title:hover{color:var(--nc-primary)}.price{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-top:10px}.price__current{font-size:18px;font-weight:950;letter-spacing:-.025em}.price__compare{font-size:12px;color:#8a95a5}.price__save{padding:3px 6px;border-radius:6px;background:#e9f8ef;color:#08783f;font-size:10px;font-weight:900}.product-card__meta{display:flex;justify-content:space-between;gap:8px;margin:8px 0 12px;color:#7a8595;font-size:10px}.product-card__meta span:first-child{color:#a36b00}.quick-add .button{width:100%}.product-card--placeholder .product-card__media{padding:20px}.product-rail{grid-auto-columns:minmax(230px,1fr)}.deals-section{padding-block:58px;background:linear-gradient(135deg,#061122,#0b244c);color:#fff}.deals-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:26px}.deals-header h2{margin:0;font-size:clamp(34px,4vw,52px);letter-spacing:-.05em}.deals-header p{margin:8px 0 0;color:#a9bdd9}.countdown{display:flex;align-items:center;gap:8px}.countdown>span{font-size:12px;color:#a9bdd9}.countdown b{width:45px;height:45px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.13);border-radius:12px;background:#ffffff14;font-size:16px}.countdown i{font-style:normal}.product-rail--dark .product-card{color:var(--nc-text)}.deals-link{display:inline-flex;align-items:center;gap:8px;margin-top:14px;font-weight:850;color:#a8ccff}.deals-link svg{width:18px;fill:none;stroke:currentColor;stroke-width:2}.promo-grid{display:grid;grid-template-columns:1.2fr .8fr;grid-template-rows:repeat(2,minmax(220px,1fr));gap:18px}.promo-card{position:relative;min-height:220px;overflow:hidden;border-radius:24px;background:var(--promo-bg);color:var(--promo-text);isolation:isolate}.promo-card:first-child{grid-row:span 2}.promo-card__content{position:relative;z-index:2;width:58%;padding:34px}.promo-card__content>span{font-size:11px;font-weight:900;letter-spacing:.14em}.promo-card h3{margin:8px 0;font-size:clamp(25px,3vw,42px);line-height:1.03;letter-spacing:-.045em}.promo-card p{margin:0 0 20px;opacity:.72}.promo-card b{font-size:13px}.promo-card__image{position:absolute;z-index:1;right:0;bottom:0;width:52%;height:100%;object-fit:contain;object-position:right bottom}.promo-card__shape{position:absolute;right:-40px;bottom:-55px;width:250px;height:250px;border-radius:65px;background:linear-gradient(145deg,#fffc,#ffffff14);transform:rotate(28deg);box-shadow:-35px -15px #ffffff2e}.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;overflow:hidden;border:1px solid #e1e6ed;border-radius:20px;background:#e1e6ed}.trust-item{display:flex;align-items:center;gap:13px;padding:24px;background:#fff}.trust-item__icon{width:48px;height:48px;flex:0 0 auto;display:grid;place-items:center;border-radius:14px;background:#edf4ff;color:var(--nc-primary)}.trust-item svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.trust-item strong{display:block;font-size:14px}.trust-item p{margin:3px 0 0;color:var(--nc-muted);font-size:12px}.site-footer{margin-top:48px;background:#071327;color:#fff}.footer-grid{display:grid;grid-template-columns:1.35fr repeat(2,.65fr) 1.1fr;gap:40px;padding-block:58px}.brand--footer .brand__mark{box-shadow:none}.footer-brand>p{max-width:420px;color:#9fb0c8}.footer-contact{display:flex;flex-direction:column;gap:5px;margin-top:18px;font-weight:800}.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:9px}.footer-column h3{margin:0 0 6px;font-size:14px}.footer-column a,.footer-column p{color:#9fb0c8;font-size:13px}.footer-column a:hover{color:#fff}.footer-newsletter p{margin:0}.newsletter-form{position:relative;width:100%;margin-top:12px}.newsletter-form input{width:100%;height:48px;padding:0 74px 0 13px;border:1px solid #294064;border-radius:12px;background:#0d203e;color:#fff}.newsletter-form button{position:absolute;top:5px;right:5px;height:38px;padding:0 14px;border:0;border-radius:9px;background:var(--nc-accent);font-weight:900}.form-success{color:#8ef0b3!important}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-block:20px;border-top:1px solid #203555;color:#8396b1;font-size:12px}.ai-assistant{position:fixed;right:22px;bottom:22px;z-index:80}.ai-launcher{position:relative;min-height:54px;display:flex;align-items:center;gap:9px;padding:0 18px;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:linear-gradient(135deg,#071327,#1267ff);color:#fff;box-shadow:0 18px 45px #092b6457;font-weight:900}.ai-launcher svg{width:22px;fill:none;stroke:currentColor;stroke-width:1.8}.ai-launcher i{position:absolute;top:4px;right:4px;width:9px;height:9px;border:2px solid #fff;border-radius:50%;background:#27d17f}.ai-panel{position:absolute;right:0;bottom:66px;width:min(390px,calc(100vw - 26px));overflow:hidden;border:1px solid #dfe5ee;border-radius:22px;background:#fff;color:var(--nc-text);box-shadow:0 30px 80px #08193547;opacity:0;transform:translateY(12px) scale(.98);pointer-events:none;transition:.22s ease}.ai-panel.is-open{opacity:1;transform:none;pointer-events:auto}.ai-panel__header{display:grid;grid-template-columns:42px 1fr 40px;align-items:center;gap:10px;padding:14px;background:linear-gradient(135deg,#071327,#123b78);color:#fff}.ai-avatar{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(145deg,#458cff,#0ed0ef);font-size:19px;font-weight:950}.ai-panel__header>div:nth-child(2){display:flex;flex-direction:column}.ai-panel__header span{font-size:11px;color:#bfd0e7}.ai-panel__header span i{display:inline-block;width:7px;height:7px;margin-right:3px;border-radius:50%;background:#32dd8d}.ai-panel__header .icon-button{background:#ffffff1a}.ai-messages{height:330px;padding:16px;overflow-y:auto;background:linear-gradient(#f6f9fd,#fff)}.ai-message{display:flex;margin-bottom:10px}.ai-message p{max-width:84%;margin:0;padding:11px 13px;border-radius:15px;background:#e9eff8;font-size:13px;white-space:pre-wrap}.ai-message--user{justify-content:flex-end}.ai-message--user p{background:var(--nc-primary);color:#fff;border-bottom-right-radius:5px}.ai-message--bot p{border-bottom-left-radius:5px}.ai-message.is-thinking p:after{content:"\2026";animation:blink 1s infinite}@keyframes blink{50%{opacity:.25}}.ai-product-results{display:grid;gap:8px;max-width:92%}.ai-product-link{display:grid;grid-template-columns:46px 1fr;align-items:center;gap:9px;padding:8px;border:1px solid #e2e7ef;border-radius:12px;background:#fff}.ai-product-link img{width:46px;height:46px;object-fit:contain;border-radius:8px;background:#f4f6f9}.ai-product-link span{font-size:12px;font-weight:800}.ai-chips{display:flex;gap:7px;padding:0 12px 10px;overflow-x:auto;scrollbar-width:none}.ai-chips button{white-space:nowrap;padding:7px 10px;border:1px solid #dbe3ee;border-radius:999px;background:#fff;font-size:11px;font-weight:800}.ai-form{display:grid;grid-template-columns:1fr 42px;gap:7px;padding:12px;border-top:1px solid #e8edf3}.ai-form input{min-width:0;height:44px;padding:0 12px;border:1px solid #dce3ec;border-radius:12px;outline:0}.ai-form input:focus{border-color:var(--nc-primary);box-shadow:0 0 0 3px #1267ff1f}.ai-form button{border:0;border-radius:12px;background:var(--nc-primary);color:#fff;font-size:20px}.ai-disclaimer{margin:-4px 12px 10px;text-align:center;color:#98a2b3;font-size:9px}.drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;pointer-events:none}.drawer.is-open{pointer-events:auto}.drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#030a168f;opacity:0;transition:opacity .25s}.drawer.is-open .drawer__overlay{opacity:1}.drawer__panel{position:absolute;top:0;bottom:0;right:0;width:min(460px,100%);display:grid;grid-template-rows:auto 1fr auto;background:#fff;transform:translate(102%);transition:transform .28s ease}.drawer.is-open .drawer__panel{transform:none}.drawer__header{display:flex;align-items:center;justify-content:space-between;padding:19px;border-bottom:1px solid #e6ebf1}.drawer__header h2{margin:0;font-size:25px}.drawer__content{overflow-y:auto;padding:16px}.drawer-item{display:grid;grid-template-columns:88px 1fr;gap:13px;padding:12px 0;border-bottom:1px solid #e8edf3}.drawer-item__image{height:88px;border-radius:12px;background:#f3f5f8}.drawer-item__image img{width:100%;height:100%;object-fit:contain}.drawer-item__title{font-weight:850}.drawer-item p{margin:3px 0;color:var(--nc-muted);font-size:11px}.drawer-item strong{font-size:14px}.qty{display:inline-flex;align-items:center;margin-top:8px;border:1px solid #dfe5ec;border-radius:9px;overflow:hidden}.qty button,.qty span{width:31px;height:29px;display:grid;place-items:center;border:0;background:#fff;font-size:12px}.drawer__footer{padding:18px;border-top:1px solid #e6ebf1;background:#fff}.drawer__total{display:flex;justify-content:space-between;font-size:17px}.drawer__note{margin:5px 0 14px;color:var(--nc-muted);font-size:11px}.drawer__footer .button+.button{margin-top:8px}.empty-state{text-align:center;padding:40px 20px;color:var(--nc-muted)}.empty-state h2,.empty-state h3{color:var(--nc-text)}.empty-state__icon{font-size:48px}.breadcrumbs{display:flex;gap:8px;align-items:center;overflow:hidden;margin-bottom:20px;color:var(--nc-muted);font-size:12px;white-space:nowrap}.breadcrumbs a:hover{color:var(--nc-primary)}.product-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.72fr);gap:48px;align-items:start}.product-gallery__main{aspect-ratio:1/1;overflow:hidden;border:1px solid #e2e7ef;border-radius:24px;background:#fff}.product-gallery__hero{width:100%;height:100%;object-fit:contain;padding:24px}.product-gallery__thumbs{display:grid;grid-auto-flow:column;grid-auto-columns:84px;gap:10px;overflow-x:auto;margin-top:12px}.product-thumb{width:84px;height:84px;padding:4px;border:2px solid transparent;border-radius:13px;background:#fff}.product-thumb.is-active{border-color:var(--nc-primary)}.product-info{position:sticky;top:105px;padding:30px;border:1px solid #e1e6ed;border-radius:24px;background:#fff;box-shadow:var(--nc-shadow)}.product-info__vendor{margin:0 0 8px;color:var(--nc-primary);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.product-info h1{margin:0;font-size:clamp(30px,3vw,44px);line-height:1.05;letter-spacing:-.045em}.product-rating{display:flex;align-items:center;gap:8px;margin-top:14px;font-size:12px}.product-rating>span{color:#f2a400;letter-spacing:2px}.product-rating a{margin-left:auto;color:var(--nc-primary);text-decoration:underline}.product-price{display:flex;align-items:center;gap:10px;margin-top:18px}.product-price__current{font-size:32px;font-weight:950;letter-spacing:-.04em}.product-price s{color:#8c96a5}.product-summary{margin-top:12px;color:var(--nc-muted)}.variant-options{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:10px;margin-top:22px}.variant-options label{font-size:13px;font-weight:850}.variant-options select{height:45px;padding:0 11px;border:1px solid #dbe2ea;border-radius:11px;background:#fff}.purchase-row{display:grid;grid-template-columns:120px 1fr;gap:10px;margin-top:22px}.quantity-picker{height:50px;display:grid;grid-template-columns:38px 1fr 38px;overflow:hidden;border:1px solid #dce2ea;border-radius:13px;background:#fff}.quantity-picker button,.quantity-picker a,.quantity-picker input{display:grid;place-items:center;border:0;background:#fff;text-align:center}.quantity-picker input{min-width:0;width:100%;-webkit-appearance:textfield;appearance:textfield}.quantity-picker input::-webkit-inner-spin-button{display:none}.button--buy{height:50px}.shopify-payment-button{margin-top:9px}.shopify-payment-button__button{border-radius:13px!important;min-height:48px!important}.product-benefits{display:grid;gap:8px;margin-top:22px}.product-benefits>div{display:flex;align-items:center;gap:11px;padding:11px;border-radius:13px;background:#f5f8fc}.product-benefits svg{width:23px;height:23px;fill:none;stroke:var(--nc-primary);stroke-width:1.8}.product-benefits span{display:flex;flex-direction:column}.product-benefits strong{font-size:12px}.product-benefits small{color:var(--nc-muted)}.product-accordions{margin-top:18px}.product-accordions details{border-top:1px solid #e4e9ef}.product-accordions summary{display:flex;justify-content:space-between;padding:16px 0;font-weight:850;cursor:pointer}.product-accordions summary::-webkit-details-marker{display:none}.product-accordions .rte{padding:0 0 16px;color:var(--nc-muted);font-size:13px}.collection-hero{min-height:240px;display:flex;justify-content:space-between;align-items:center;gap:30px;overflow:hidden;padding:42px;border-radius:24px;background:linear-gradient(135deg,#eaf2ff,#fff)}.collection-hero h1{margin:0;font-size:clamp(40px,6vw,72px);letter-spacing:-.06em}.collection-hero .rte{max-width:700px;color:var(--nc-muted)}.collection-hero img{width:36%;height:240px;object-fit:contain}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;margin:26px 0}.collection-toolbar p{margin:0;color:var(--nc-muted)}.collection-toolbar form{display:flex;align-items:center;gap:8px}.collection-toolbar label{font-size:12px;font-weight:800}.collection-toolbar select{height:42px;padding:0 10px;border:1px solid #dce2e9;border-radius:10px;background:#fff}.collection-layout{display:grid;grid-template-columns:240px 1fr;gap:22px;align-items:start}.facets{position:sticky;top:105px;padding:18px;border:1px solid #e1e6ed;border-radius:18px;background:#fff}.facets__heading{display:flex;justify-content:space-between}.facets__heading a{font-size:12px;color:var(--nc-primary)}.facets details{border-top:1px solid #e8edf2;margin-top:12px}.facets summary{display:flex;justify-content:space-between;padding:13px 0;font-weight:850;cursor:pointer}.facets summary::-webkit-details-marker{display:none}.facet-values{display:grid;gap:8px;padding-bottom:12px}.facet-values label{display:flex;align-items:center;gap:8px;font-size:12px;color:#485467}.facet-values input[type=checkbox]{accent-color:var(--nc-primary)}.price-filter{display:grid;grid-template-columns:1fr 1fr;gap:7px}.price-filter input{min-width:0;width:100%;height:40px;padding:0 8px;border:1px solid #dce3eb;border-radius:9px}.facets .button{margin-top:12px}.pagination{display:flex;justify-content:center;margin-top:32px}.pagination .page,.pagination a{display:inline-grid;place-items:center;min-width:38px;height:38px;margin:0 3px;padding:0 8px;border:1px solid #dce2ea;border-radius:10px;background:#fff}.pagination .current{background:var(--nc-primary);color:#fff;border-color:var(--nc-primary)}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:24px;align-items:start}.cart-items{display:grid;gap:12px}.cart-line{display:grid;grid-template-columns:120px 1fr 120px 110px;align-items:center;gap:18px;padding:16px;border:1px solid #e1e6ed;border-radius:18px;background:#fff}.cart-line__image{height:110px;border-radius:13px;background:#f4f6f9}.cart-line__image img{width:100%;height:100%;object-fit:contain}.cart-line__details p{margin:0;color:var(--nc-primary);font-size:10px;font-weight:900;text-transform:uppercase}.cart-line__details h2{margin:5px 0;font-size:17px}.cart-line__details span{color:var(--nc-muted);font-size:12px}.cart-line__remove{display:block;margin-top:10px;color:#d72d47;font-size:11px;text-decoration:underline}.cart-line__price{text-align:right}.cart-summary{position:sticky;top:105px;padding:23px;border:1px solid #e1e6ed;border-radius:20px;background:#fff;box-shadow:var(--nc-shadow)}.cart-summary>div{display:flex;justify-content:space-between;margin:10px 0;font-size:18px}.cart-summary>p{color:var(--nc-muted);font-size:12px}.cart-summary label{display:block;margin-top:16px;font-size:12px;font-weight:850}.cart-summary textarea{width:100%;height:80px;margin:6px 0 14px;padding:10px;border:1px solid #dce2ea;border-radius:11px;resize:vertical}.secure-note{justify-content:center!important;align-items:center;gap:6px!important;margin-top:14px!important;color:var(--nc-muted);font-size:11px!important}.secure-note svg{width:17px;fill:none;stroke:var(--nc-primary);stroke-width:2}.empty-state--large{max-width:760px;margin:40px auto;padding:70px 30px;border:1px solid #e1e6ed;border-radius:24px;background:#fff}.empty-state--large h1,.empty-state--large h2{margin:10px 0}.empty-state--large>div{display:flex;justify-content:center;gap:10px}.error-code{font-size:80px;font-weight:950;line-height:1;color:var(--nc-primary);letter-spacing:-.08em}.search-hero{padding:42px;border-radius:24px;background:linear-gradient(135deg,#08152b,#154c9e);color:#fff;text-align:center}.search-hero h1{margin:0;font-size:clamp(34px,5vw,62px);letter-spacing:-.055em}.search-hero form{max-width:760px;display:grid;grid-template-columns:1fr auto;gap:10px;margin:25px auto 0}.search-hero input{min-width:0;height:52px;padding:0 16px;border:0;border-radius:13px}.search-count{color:var(--nc-muted)}.content-page__card{max-width:980px;margin:auto;padding:clamp(26px,5vw,64px);border:1px solid #e1e6ed;border-radius:24px;background:#fff}.content-page h1{font-size:clamp(40px,6vw,70px);line-height:1;letter-spacing:-.06em}.content-page .rte{font-size:16px;color:#354052}.collection-grid,.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.collection-card,.article-card{overflow:hidden;border:1px solid #e1e6ed;border-radius:20px;background:#fff}.collection-card>img,.collection-card>.placeholder-svg,.article-card>a>img{width:100%;aspect-ratio:16/10;object-fit:cover}.collection-card>div,.article-card>div{padding:18px}.collection-card h2,.article-card h2{margin:0 0 7px}.collection-card span,.article-card span{color:var(--nc-muted);font-size:12px}.article-card p{color:var(--nc-muted)}.article-page{max-width:950px}.article-page header{text-align:center}.article-page h1{margin:8px 0;font-size:clamp(40px,6vw,74px);line-height:1;letter-spacing:-.06em}.article-page header p{color:var(--nc-muted)}.article-page>img{width:100%;max-height:620px;object-fit:cover;margin:30px 0;border-radius:24px}.article-content{font-size:18px;line-height:1.8}.nc-toast{position:fixed;left:50%;bottom:25px;z-index:200;max-width:min(90vw,480px);padding:12px 17px;border-radius:12px;background:#071327;color:#fff;box-shadow:0 15px 35px #0000003d;opacity:0;transform:translate(-50%,15px);pointer-events:none;transition:.25s}.nc-toast.is-showing{opacity:1;transform:translate(-50%)}@media(max-width:1180px){.header-main__inner{grid-template-columns:auto minmax(260px,1fr) auto}.category-menu{display:none}.hero-card__content{padding:46px}.product-grid--5{grid-template-columns:repeat(4,1fr)}.trust-strip{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.3fr .7fr .7fr}.footer-newsletter{grid-column:1/-1}.collection-layout{grid-template-columns:210px 1fr}.product-grid--4{grid-template-columns:repeat(3,1fr)}.cart-line{grid-template-columns:100px 1fr 110px}.cart-line__price{grid-column:2/-1}.promo-card__content{width:70%}}@media(max-width:900px){.section-spacing{padding-block:32px}.header-main__inner{min-height:70px;grid-template-columns:auto 1fr auto}.site-header.is-stuck{padding-top:70px}.header-search{grid-column:1/-1;grid-row:2;padding-bottom:12px}.header-main__inner{padding-top:10px}.header-actions .header-action:not(.header-action--cart){display:none}.header-action--cart span{display:none}.mobile-menu-button{display:grid}.header-nav{display:none}.hero-card{grid-template-columns:1fr;min-height:0}.hero-card__content{padding:42px 34px 20px}.hero-card h1{font-size:clamp(44px,12vw,70px)}.hero-card__visual{min-height:360px}.hero-stats{margin-top:30px}.promo-grid{grid-template-columns:1fr;grid-template-rows:none}.promo-card:first-child{grid-row:auto}.promo-card{min-height:290px}.product-grid--3,.product-grid--4,.product-grid--5{grid-template-columns:repeat(2,1fr)}.product-layout{grid-template-columns:1fr}.product-info{position:static}.collection-layout{grid-template-columns:1fr}.facets{position:static}.collection-hero img{display:none}.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand,.footer-newsletter{grid-column:1/-1}.collection-grid,.article-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.page-width{width:min(calc(100% - 22px),var(--nc-page-width))}.announcement__inner{justify-content:flex-start;overflow-x:auto;white-space:nowrap}.announcement a{display:none}.brand__text{font-size:20px}.brand__mark{width:34px;height:34px}.header-actions{margin-left:auto}.header-search form{height:46px}.hero-section{padding-top:18px}.hero-card{border-radius:22px}.hero-card__content{padding:32px 22px 8px}.hero-card h1{font-size:43px}.hero-card__content>p{font-size:15px}.hero-actions{flex-direction:column;align-items:stretch}.hero-stats{gap:18px}.hero-stats strong{font-size:18px}.hero-card__visual{min-height:290px}.hero-product-mock{height:270px}.mock-box{width:155px;height:175px}.mock-phone{width:105px;height:220px}.mock-headphones{width:120px;height:120px;border-width:20px}.hero-float-card{right:4%;bottom:5%;transform:scale(.85);transform-origin:right bottom}.section-heading{align-items:flex-start}.section-heading h1,.section-heading h2{font-size:30px}.rail-controls{display:none}.category-rail{grid-auto-columns:42%}.product-rail{grid-auto-columns:72%}.deals-header{align-items:flex-start;flex-direction:column}.countdown b{width:39px;height:39px}.promo-card{min-height:330px}.promo-card__content{width:80%;padding:24px}.promo-card__image{width:62%;opacity:.8}.trust-strip{grid-template-columns:1fr}.product-grid--3,.product-grid--4,.product-grid--5{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-card__body{padding:10px}.product-card__title{font-size:12px;min-height:37px}.price__current{font-size:15px}.product-card__meta span:last-child{display:none}.product-gallery__hero{padding:10px}.product-info{padding:20px}.purchase-row{grid-template-columns:105px 1fr}.collection-hero{padding:27px}.collection-toolbar{align-items:flex-start;flex-direction:column}.facets{display:none}.cart-line{grid-template-columns:82px 1fr;gap:12px}.cart-line__image{height:82px}.cart-line .quantity-picker{grid-column:2;width:112px}.cart-line__price{grid-column:2;text-align:left}.search-hero{padding:30px 18px}.search-hero form,.footer-grid{grid-template-columns:1fr}.footer-brand,.footer-newsletter{grid-column:auto}.footer-bottom{flex-direction:column}.ai-assistant{right:12px;bottom:12px}.ai-launcher span{display:none}.ai-launcher{width:54px;padding:0;justify-content:center;border-radius:50%}.ai-panel{position:fixed;right:8px;left:8px;bottom:76px;width:auto}.collection-grid,.article-grid{grid-template-columns:1fr}.content-page__card{padding:24px}.article-content{font-size:16px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.reveal{opacity:1;transform:none;transition:none}.product-card,.button,.mobile-menu__panel,.drawer__panel,.ai-panel{transition:none!important}}:root{--pointer-x:50vw;--pointer-y:50vh}body{overflow-x:hidden;isolation:isolate;background:radial-gradient(circle at 10% 0%,rgba(18,103,255,.08),transparent 28%),radial-gradient(circle at 90% 16%,rgba(0,222,255,.07),transparent 24%),var(--nc-bg)}.site-header,.site-main,.site-footer{position:relative;z-index:2}.site-main{overflow:clip}.nc-scroll-progress{position:fixed;z-index:999;top:0;left:0;width:100%;height:3px;transform:scaleX(0);transform-origin:left;background:linear-gradient(90deg,var(--nc-primary),#00d9ff,var(--nc-accent));box-shadow:0 0 18px #00d9ffb3;pointer-events:none}.nc-ambient{--ambient-x:0px;--ambient-y:0px;position:fixed;z-index:0;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;opacity:.65}.nc-ambient:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(18,103,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(18,103,255,.025) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:linear-gradient(to bottom,#000,transparent 80%);mask-image:linear-gradient(to bottom,#000,transparent 80%)}.nc-ambient i{position:absolute;width:34vw;height:34vw;min-width:360px;min-height:360px;border-radius:50%;filter:blur(90px);opacity:.16;transform:translate3d(var(--ambient-x),var(--ambient-y),0);transition:transform .45s ease-out}.nc-ambient i:nth-child(1){top:-16%;left:-10%;background:#1267ff}.nc-ambient i:nth-child(2){top:24%;right:-18%;background:#00d9ff;transform:translate3d(calc(var(--ambient-x) * -.7),calc(var(--ambient-y) * -.7),0)}.nc-ambient i:nth-child(3){bottom:-24%;left:32%;background:#8b5cff;transform:translate3d(calc(var(--ambient-x) * .45),calc(var(--ambient-y) * .45),0)}.nc-pointer-aura,.nc-pointer-dot{position:fixed;z-index:998;top:0;left:0;pointer-events:none;opacity:0}.has-future-pointer .nc-pointer-aura,.has-future-pointer .nc-pointer-dot{opacity:1}.nc-pointer-aura{width:220px;height:220px;margin:-110px 0 0 -110px;border-radius:50%;background:radial-gradient(circle,rgba(18,103,255,.12),rgba(0,217,255,.045) 38%,transparent 70%);mix-blend-mode:multiply;transition:opacity .2s}.nc-pointer-dot{width:8px;height:8px;margin:-4px 0 0 -4px;border-radius:50%;background:#2b80ff;box-shadow:0 0 16px #00d9ff;transition:width .2s,height .2s,margin .2s,opacity .2s}.reveal{transition-delay:var(--reveal-delay,0ms)}.hero-card{border:1px solid rgba(142,194,255,.17);box-shadow:0 30px 100px #04183a52,inset 0 1px #ffffff1a}.hero-card:after{content:"";position:absolute;top:-45%;right:-45%;bottom:-45%;left:-45%;background:conic-gradient(from 180deg at 50% 50%,transparent 0 35%,rgba(0,217,255,.09) 42%,transparent 49% 76%,rgba(126,87,255,.1) 82%,transparent 90%);animation:novaOrbit 16s linear infinite;pointer-events:none}.hero-card__content,.hero-card__visual{z-index:2}.hero-card__visual{transform:translate3d(var(--hero-x,0),var(--hero-y,0),0);transition:transform .35s ease-out}@keyframes novaOrbit{to{transform:rotate(1turn)}}.section-heading__actions{display:flex;align-items:center;gap:16px}.rail-hint{margin:7px 2px 0;color:var(--nc-muted);font-size:11px;font-weight:750;letter-spacing:.02em}.rail-hint--dark{color:#87a5cb}.category-rail,.product-rail,.product-gallery__thumbs{overscroll-behavior-inline:contain;touch-action:pan-x;cursor:grab}.category-rail:active,.product-rail:active,.product-gallery__thumbs:active,.product-gallery__viewport:active{cursor:grabbing}.product-rail{grid-auto-columns:clamp(220px,19vw,270px);padding:8px 5px 20px;scroll-padding-inline:5px}.product-rail--featured{grid-auto-columns:clamp(225px,20vw,285px)}.product-rail>.product-card{scroll-snap-align:start;height:100%}.product-card{--tilt-x:0deg;--tilt-y:0deg;--spot-x:50%;--spot-y:50%;transform:perspective(1000px) translateY(0) rotateX(var(--tilt-y)) rotateY(var(--tilt-x));transform-style:preserve-3d;will-change:transform;background:linear-gradient(165deg,#fffffffa,#f8fbfff5);box-shadow:0 12px 35px #0c234913;transition:transform .18s ease-out,box-shadow .25s,border-color .25s}.product-card:before{content:"";position:absolute;z-index:3;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:radial-gradient(340px circle at var(--spot-x) var(--spot-y),rgba(62,139,255,.16),transparent 42%);opacity:0;pointer-events:none;transition:opacity .25s}.product-card:hover{transform:perspective(1000px) translateY(-8px) rotateX(var(--tilt-y)) rotateY(var(--tilt-x));box-shadow:0 28px 65px #0827582b,0 0 0 1px #3c89ff14}.product-card:hover:before{opacity:1}.product-card__media{background:radial-gradient(circle at 50% 35%,#fff,#edf3fa 72%)}.product-card__image{filter:drop-shadow(0 16px 18px rgba(25,52,90,.1))}.product-card__body{position:relative;z-index:4}.button--primary{position:relative;overflow:hidden;background:linear-gradient(120deg,#075cff,#3b8cff 52%,#03cde8)}.button--primary:after{content:"";position:absolute;inset:-2px auto -2px -40%;width:35%;transform:skew(-22deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);transition:left .55s ease}.button--primary:hover:after{left:120%}.product-gallery{min-width:0}.product-gallery__stage{position:relative;overflow:hidden;border:1px solid rgba(176,196,224,.68);border-radius:26px;background:linear-gradient(145deg,#fffffff2,#ecf4ffd9);box-shadow:0 24px 70px #0a28571f,inset 0 1px #fff}.product-gallery__stage:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at var(--pointer-x) var(--pointer-y),rgba(18,103,255,.08),transparent 25%);pointer-events:none}.product-gallery__viewport{position:relative;z-index:1;display:grid;grid-auto-flow:column;grid-auto-columns:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-inline:contain;touch-action:pan-x;cursor:grab;outline:none}.product-gallery__viewport::-webkit-scrollbar{display:none}.product-gallery__slide{width:100%;margin:0;display:grid;place-items:center;scroll-snap-align:start;scroll-snap-stop:always;aspect-ratio:1/1;opacity:.72;transition:opacity .25s}.product-gallery__slide.is-active{opacity:1}.product-gallery__hero{width:100%;height:100%;max-height:720px;object-fit:contain;padding:clamp(16px,3vw,42px);filter:drop-shadow(0 25px 28px rgba(21,44,75,.13));-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.gallery-arrow{position:absolute;z-index:4;top:50%;width:48px;height:48px;display:grid;place-items:center;border:1px solid rgba(181,199,224,.7);border-radius:50%;background:#ffffffd1;box-shadow:0 10px 30px #0e2a5224;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);font-size:30px;line-height:1;transform:translateY(-50%);transition:transform .2s,background .2s}.gallery-arrow:hover{transform:translateY(-50%) scale(1.08);background:#fff}.gallery-arrow--prev{left:16px}.gallery-arrow--next{right:16px}.gallery-counter{position:absolute;z-index:4;right:18px;bottom:17px;display:flex;gap:5px;padding:7px 11px;border:1px solid rgba(255,255,255,.6);border-radius:999px;background:#071327b8;color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:12px}.gallery-swipe-hint{position:absolute;z-index:4;left:18px;bottom:17px;padding:7px 11px;border-radius:999px;background:#ffffffd1;box-shadow:0 6px 20px #0d274c1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#44536a;font-size:11px;font-weight:800}.product-gallery__thumbs{display:grid;grid-auto-flow:column;grid-auto-columns:84px;gap:10px;margin-top:12px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none;padding:3px 2px 9px}.product-gallery__thumbs::-webkit-scrollbar{display:none}.product-thumb{width:84px;height:84px;flex:0 0 auto;padding:6px;border:1px solid #dae3ef;border-radius:14px;background:#fff;scroll-snap-align:center;transition:transform .2s,border-color .2s,box-shadow .2s}.product-thumb img{width:100%;height:100%;object-fit:contain}.product-thumb:hover,.product-thumb.is-active{border-color:var(--nc-primary);box-shadow:0 8px 24px #1267ff29;transform:translateY(-2px)}.product-info{border:1px solid rgba(217,226,238,.9);border-radius:24px;background:#ffffffe0;box-shadow:0 22px 60px #0c224314;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.ai-launcher{overflow:hidden;border-color:#5da4ff52;background:linear-gradient(135deg,#061122,#075cff 58%,#00cbe7 110%);box-shadow:0 20px 55px #09429f61,0 0 #1267ff42;animation:aiPulse 3s ease-in-out infinite}.ai-launcher:before{content:"";position:absolute;top:-60%;right:-60%;bottom:-60%;left:-60%;background:conic-gradient(transparent,rgba(255,255,255,.2),transparent 30%);animation:novaOrbit 5s linear infinite}.ai-launcher>*{position:relative;z-index:1}@keyframes aiPulse{50%{box-shadow:0 22px 60px #09429f6b,0 0 0 10px #1267ff00}}.ai-panel{width:min(430px,calc(100vw - 26px));border-color:#9db9e0a8;background:#fffffff7;box-shadow:0 35px 100px #03142f57,0 0 0 1px #ffffffb3;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.ai-panel__header{grid-template-columns:46px 1fr auto;padding:15px;background:radial-gradient(circle at 20% 0%,#1e70e9,transparent 38%),linear-gradient(135deg,#061122,#11356b)}.ai-avatar{position:relative;overflow:hidden;width:46px;height:46px;border:1px solid rgba(255,255,255,.25);background:linear-gradient(145deg,#4e96ff,#02d4ec);box-shadow:0 0 24px #00d5ff52}.ai-avatar span{position:relative;z-index:2}.ai-avatar>i{position:absolute;width:44px;height:10px;background:#fff3;transform:rotate(-35deg);animation:avatarScan 2.6s ease-in-out infinite}@keyframes avatarScan{0%,to{top:-15px}50%{top:50px}}.ai-panel__tools{display:flex;gap:5px}.ai-panel__tools .icon-button{width:36px;height:36px;color:#fff}.ai-context-bar{display:flex;gap:6px;padding:8px 12px;overflow-x:auto;border-bottom:1px solid #e6edf6;background:#f4f8fd;scrollbar-width:none}.ai-context-bar span{white-space:nowrap;padding:4px 7px;border:1px solid #dfe8f4;border-radius:999px;background:#fff;color:#627087;font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.05em}.ai-messages{height:min(390px,48vh);background:radial-gradient(circle at 100% 0%,rgba(18,103,255,.08),transparent 35%),linear-gradient(#f5f9ff,#fff)}.ai-message p{box-shadow:0 5px 16px #142c4e0e}.ai-message--bot p{border:1px solid #e0e8f3;background:#fffffff5}.ai-product-results{width:94%;max-width:none}.ai-product-link{grid-template-columns:58px 1fr;border-color:#dce7f5;box-shadow:0 8px 22px #0d2b530f;transition:transform .2s,border-color .2s}.ai-product-link:hover{transform:translate(4px);border-color:#94bfff}.ai-product-link img{width:58px;height:58px}.ai-product-link span{display:flex;min-width:0;flex-direction:column;gap:3px}.ai-product-link strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.ai-product-link small{color:var(--nc-primary);font-weight:900}.ai-actions{display:flex;flex-wrap:wrap;gap:7px;margin:4px 0 12px}.ai-action{padding:8px 10px;border:1px solid #bfd4f3;border-radius:10px;background:#eef5ff;color:#0757d5;font-size:11px;font-weight:850}.ai-action:hover{background:#dfeeff}.ai-chips button:hover{border-color:#84b4ff;background:#edf5ff;color:#0757d5}.ai-form{background:#fff}.ai-form input:focus{border-color:#73a9fa;outline:3px solid rgba(18,103,255,.1)}.ai-form button{border:0;border-radius:12px;background:linear-gradient(135deg,#075cff,#00cde7);color:#fff;font-size:18px}.ai-disclaimer{margin:0;padding:0 12px 10px;color:#7c899c;font-size:9px;text-align:center}@media(max-width:900px){.nc-pointer-aura,.nc-pointer-dot{display:none}.product-layout{gap:20px}.product-info{padding:24px}.product-gallery__slide{aspect-ratio:1/1}.product-rail,.product-rail--featured{grid-auto-columns:clamp(220px,42vw,270px)}}@media(max-width:620px){.section-heading__actions{width:100%;justify-content:space-between}.section-heading{flex-direction:column;gap:14px}.product-rail,.product-rail--featured{grid-auto-columns:78vw;gap:12px;margin-right:calc((100vw - 100%)/-2);padding-right:18vw}.product-card__body{padding:13px}.product-card__title{font-size:14px;min-height:42px}.price__current{font-size:18px}.product-gallery__stage{border-radius:20px}.product-gallery__hero{padding:12px}.gallery-arrow{display:none}.gallery-swipe-hint{left:10px;bottom:10px;font-size:9px}.gallery-counter{right:10px;bottom:10px}.product-gallery__thumbs{grid-auto-columns:68px}.product-thumb{width:68px;height:68px;border-radius:12px}.product-info{padding:19px;border-radius:20px}.ai-panel{right:7px;left:7px;bottom:72px;width:auto;max-height:calc(100dvh - 88px);border-radius:20px}.ai-messages{height:min(390px,48dvh)}.ai-panel__header{grid-template-columns:42px 1fr auto;padding:12px}.ai-avatar{width:42px;height:42px}.ai-panel__tools .icon-button{width:32px;height:32px}.ai-context-bar{padding-inline:9px}}@media(prefers-reduced-motion:reduce){.hero-card:after,.ai-launcher,.ai-launcher:before,.ai-avatar>i{animation:none!important}.product-card,.hero-card__visual,.nc-ambient i{transform:none!important;transition:none!important}.nc-pointer-aura,.nc-pointer-dot{display:none!important}}.brand__image--bundled{width:min(var(--logo-width,150px),180px);max-height:52px;object-fit:contain;display:block}.product-card__badges{position:absolute;z-index:5;top:10px;left:10px;display:flex;flex-wrap:wrap;gap:6px;max-width:calc(100% - 20px)}.product-card__badges .product-card__badge{position:static;box-shadow:0 8px 20px #0713271f}.product-card__badge--deal{background:linear-gradient(135deg,#ff315a,#d9143f)}.product-card__badge--new{background:linear-gradient(135deg,#075cff,#00cde7)}.product-status-row,.product-live-status{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.product-status-row{min-height:24px;margin:0 0 9px}.product-live-status{margin:12px 0 2px}.status-pill{display:inline-flex;align-items:center;gap:5px;min-height:22px;padding:4px 8px;border:1px solid transparent;border-radius:999px;font-size:9px;font-weight:900;letter-spacing:.02em;white-space:nowrap}.status-pill i{width:6px;height:6px;border-radius:50%;background:currentColor;box-shadow:0 0 0 3px currentColor;opacity:.75;animation:statusPulse 2s ease-in-out infinite}.status-pill--online{border-color:#bdebd2;background:#eafbf1;color:#087a42}.status-pill--offline{border-color:#f3c3cb;background:#fff0f2;color:#b11c37}.status-pill--info{border-color:#d7e5fa;background:#f1f6ff;color:#2b5b9c}@keyframes statusPulse{50%{box-shadow:0 0 0 6px transparent}}.store-status-section{position:relative;z-index:3;margin-top:-18px}.store-status-shell{display:grid;grid-template-columns:minmax(205px,.75fr) minmax(0,2.25fr);align-items:center;gap:16px;padding:13px 15px;border:1px solid rgba(183,204,232,.72);border-radius:20px;background:#ffffffe0;box-shadow:0 20px 50px #0b28551c;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.store-status-title{display:flex;align-items:center;gap:11px;padding:4px 10px}.store-status-title>div{display:flex;min-width:0;flex-direction:column}.store-status-title small{color:#758399;font-size:9px;font-weight:900;letter-spacing:.13em}.store-status-title strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.live-orb{position:relative;width:34px;height:34px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(135deg,#e7fff2,#dff3ff)}.live-orb:before,.live-orb i{content:"";width:10px;height:10px;border-radius:50%;background:#21c978;box-shadow:0 0 0 6px #21c97821}.live-orb:after{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;border:1px solid rgba(18,103,255,.16);border-radius:10px}.store-status-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(180px,1fr);gap:8px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none}.store-status-rail::-webkit-scrollbar{display:none}.store-status-item{position:relative;min-width:0;display:grid;grid-template-columns:30px minmax(0,1fr) 8px;align-items:center;gap:8px;padding:10px;border:1px solid #e3eaf3;border-radius:13px;background:linear-gradient(145deg,#fff,#f8fbff);scroll-snap-align:start;transition:transform .2s,border-color .2s,box-shadow .2s}.store-status-item:hover{transform:translateY(-2px);border-color:#acd0ff;box-shadow:0 12px 24px #12479114}.store-status-icon{width:30px;height:30px;display:grid;place-items:center;border-radius:10px;background:#edf5ff;font-size:14px}.store-status-item>div{display:flex;min-width:0;flex-direction:column}.store-status-item strong,.store-status-item small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-status-item strong{font-size:11px}.store-status-item small{color:#7c899c;font-size:9px}.store-status-dot{width:7px;height:7px;border-radius:50%;background:#21c978;box-shadow:0 0 0 4px #21c9781f}.nova-newsletter{position:relative;min-height:290px;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:40px;overflow:hidden;padding:clamp(30px,5vw,64px);border-radius:30px;background:radial-gradient(circle at 85% 15%,rgba(0,205,231,.32),transparent 28%),radial-gradient(circle at 15% 95%,rgba(18,103,255,.32),transparent 30%),linear-gradient(135deg,#061122,#0b2c5d);color:#fff;box-shadow:0 30px 85px #051b413d}.nova-newsletter:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:32px 32px;-webkit-mask-image:linear-gradient(90deg,#000,transparent);mask-image:linear-gradient(90deg,#000,transparent)}.nova-newsletter__glow{position:absolute;right:-80px;top:-120px;width:360px;height:360px;border-radius:50%;background:#00cfef2e;filter:blur(10px);animation:novaFloat 7s ease-in-out infinite}.nova-newsletter__copy,.nova-newsletter__form{position:relative;z-index:2}.nova-newsletter h2{max-width:700px;margin:8px 0 12px;font-size:clamp(34px,4.5vw,64px);line-height:1;letter-spacing:-.055em}.nova-newsletter p{max-width:620px;margin:0;color:#bfd0e8}.nova-newsletter__status{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px;color:#dce9fa;font-size:11px;font-weight:800}.nova-newsletter__status span{display:inline-flex;align-items:center;gap:6px}.nova-newsletter__status i{width:7px;height:7px;border-radius:50%;background:#2ce28d;box-shadow:0 0 0 4px #2ce28d1f}.nova-newsletter__form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px;padding:10px;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:#ffffff17;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.nova-newsletter__form input{min-width:0;height:52px;padding:0 14px;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:#05142ba8;color:#fff;outline:0}.nova-newsletter__form input::placeholder{color:#9fb2ce}.nova-newsletter__form input:focus{border-color:#65c9ff;box-shadow:0 0 0 3px #31a7ff24}.nova-newsletter__form .form-success,.nova-newsletter__form .form-errors{grid-column:1/-1;margin:2px 4px 0;font-size:11px}.nova-newsletter__form .form-success{color:#84f0b5}.auto-products-section{position:relative}@media(max-width:900px){.store-status-shell{grid-template-columns:1fr}.store-status-title{padding-bottom:0}.store-status-rail{grid-auto-columns:minmax(175px,48vw)}.nova-newsletter{grid-template-columns:1fr;gap:24px}.nova-newsletter__form{max-width:650px}}@media(max-width:620px){.brand__image--bundled{width:118px;max-height:40px}.store-status-section{margin-top:-8px}.store-status-shell{gap:9px;padding:11px;border-radius:16px}.store-status-rail{grid-auto-columns:78vw}.store-status-title strong{font-size:12px}.product-status-row{gap:4px}.status-pill{font-size:8px;padding:4px 7px}.nova-newsletter{min-height:0;padding:28px 20px;border-radius:22px}.nova-newsletter h2{font-size:36px}.nova-newsletter__form{grid-template-columns:1fr}.nova-newsletter__form .button{width:100%}}@media(prefers-reduced-motion:reduce){.status-pill i,.nova-newsletter__glow{animation:none!important}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/base.css.map */
