:root{--nx-accent: #ea681c;--nx-accent-hover: #c94e0d;--nx-tint: #fff2e8;--nx-page: #f8f9fb;--nx-surface: #ffffff;--nx-ink: #20242a;--nx-muted: #66707b;--nx-line: #e4e7ec;--nx-soft: #f1f3f6;--nx-shadow: 0 8px 28px rgb(24 32 45 / 5%)}.dark{--nx-accent: #f58a42;--nx-accent-hover: #ff9d60;--nx-tint: #38271e;--nx-page: #141619;--nx-surface: #1d2025;--nx-ink: #f3f4f6;--nx-muted: #adb4bf;--nx-line: #33383f;--nx-soft: #272b31;--nx-shadow: 0 8px 28px rgb(0 0 0 / 12%);color-scheme:dark}html{scroll-padding-top:150px}html:not(.dark) body.nx-site,html.dark body.nx-site{background:var(--nx-page);color:var(--nx-ink);font-family:Inter,ui-sans-serif,system-ui,sans-serif}.nx-site>.bg-grid{background-image:none!important}.nx-site :where(a,button,input,select,textarea):focus-visible{outline:3px solid var(--nx-accent);outline-offset:3px}.nx-site :where(button,a){-webkit-tap-highlight-color:transparent}.nx-site :where(h1,h2,h3){letter-spacing:-.035em}.nx-site :where(input,select,textarea){accent-color:var(--nx-accent)}.nx-site .container{max-width:1344px}.nx-site main{min-width:0}.nx-site main.container{padding-top:36px;padding-bottom:80px}.nx-site .text-primary{color:var(--nx-accent)}.nx-site .bg-primary{background-color:var(--nx-accent)}.nx-site .hover-glow:hover{box-shadow:var(--nx-shadow)}.nx-eyebrow{display:block;color:var(--nx-accent);font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin-bottom:10px}.nx-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:10px;color:var(--nx-muted);font-size:12px;margin-bottom:28px}.nx-breadcrumb a:hover{color:var(--nx-accent)}.nx-page-intro{margin-bottom:32px}.nx-page-intro h1{font-size:clamp(28px,3vw,40px);line-height:1.15;font-weight:700;margin-bottom:12px}.nx-page-intro p{color:var(--nx-muted);font-size:15px;line-height:1.7;max-width:650px}.nx-site .nx-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:11px 18px;border-radius:10px;background:var(--nx-accent);color:#fff;font-size:13px;font-weight:650;transition:background .15s}.nx-site .nx-button:hover{background:var(--nx-accent-hover)}.nx-site #announcement-bar{background:#20242a;box-shadow:none;font-size:11px;padding-block:8px;letter-spacing:.02em}.nx-site #main-header{background:var(--nx-surface);border-color:var(--nx-line);box-shadow:0 2px 12px #18202d08;-webkit-backdrop-filter:none;backdrop-filter:none}.nx-header-row{min-height:60px}.nx-site .nx-brand img{height:44px;width:auto}.nx-site [data-site-search-form]{max-width:490px}.nx-site [data-site-search-input]{background:var(--nx-soft);color:var(--nx-ink);border:1px solid transparent;border-radius:10px;height:44px;padding:10px 16px 10px 42px;font-size:13px}.nx-site [data-site-search-input]:focus{border-color:var(--nx-accent);background:var(--nx-surface)}.nx-site .nx-hub-link{background:var(--nx-soft);color:var(--nx-ink);border:1px solid var(--nx-line);border-radius:10px;box-shadow:none;font-size:12px;padding:10px 12px}.nx-site .nx-hub-link:hover{background:var(--nx-tint);border-color:var(--nx-accent)}.nx-site #auth-buttons :is(button,a){box-shadow:none;border-radius:9px;font-size:12px;white-space:nowrap}.nx-site #header-bottom-row{background:var(--nx-surface);border-color:var(--nx-line)}.nx-site #header-bottom-row nav a{padding-block:14px;font-size:12px}.nx-site #header-bottom-row nav [aria-current=page]{color:var(--nx-accent);box-shadow:inset 0 -2px var(--nx-accent)}.nx-site .nx-category-menu{transition:none;background:var(--nx-surface);border-color:var(--nx-line);border-radius:0 0 12px 12px;box-shadow:var(--nx-shadow)}.nx-site .nx-category-trigger:focus-within .nx-category-menu{visibility:visible;opacity:1}.nx-nav-note{margin-left:auto;font-size:11px;color:var(--nx-muted)}.nx-site .nx-cart-link{height:40px;width:40px;display:flex;align-items:center;justify-content:center;border:1px solid var(--nx-line);border-radius:10px}.nx-site [data-cart-badge]{background:var(--nx-accent)}.nx-site #mobile-menu{position:absolute;background:var(--nx-surface);height:calc(100dvh - var(--nx-header-offset, 110px));bottom:auto;top:100%;overflow-y:auto;transform:none;border-top:1px solid var(--nx-line)}.nx-site #mobile-menu.open{display:block}.nx-site #mobile-menu nav{padding-top:16px}.nx-site.nx-menu-open{overflow:hidden}.nx-mobile-register{display:none}#main-header:has(#register-btn) .nx-mobile-register{display:block}#main-header:has(#orders-link:not(.hidden)) #mobile-orders-link{display:block}.nx-home main>.container{padding-top:28px}.nx-home main section:not([data-hero-banner-section]){margin-bottom:64px}.nx-home-intro{display:flex;justify-content:space-between;align-items:end;gap:24px;margin:44px 0 24px}.nx-home-intro h1{font-size:clamp(24px,2.5vw,34px);font-weight:700;line-height:1.25;max-width:630px}.nx-home-intro p{font-size:13px;line-height:1.75;color:var(--nx-muted);max-width:290px}.nx-shortcuts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.nx-shortcut{display:flex;align-items:center;gap:14px;padding:22px 18px;border:1px solid var(--nx-line);background:var(--nx-surface);border-radius:14px;transition:border-color .15s,transform .15s}.nx-shortcut:hover{border-color:var(--nx-accent);transform:translateY(-3px)}.nx-shortcut>.material-symbols-outlined{color:var(--nx-accent);background:var(--nx-tint);padding:10px;border-radius:11px;font-size:24px}.nx-shortcut-logo{display:grid;place-items:center;flex:0 0 auto;width:44px;height:44px;background:var(--nx-tint);border-radius:11px}.nx-shortcut-logo img{width:auto;height:24px;object-fit:contain}.nx-shortcut strong{display:block;font-size:14px;font-weight:650}.nx-shortcut small{display:block;font-size:11px;color:var(--nx-muted);margin-top:4px}.nx-value-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-block:1px solid var(--nx-line);padding:24px 0;gap:24px}.nx-value-strip>div{display:flex;align-items:start;gap:12px}.nx-value-strip .material-symbols-outlined{color:var(--nx-muted);font-size:23px}.nx-value-logo{flex:0 0 23px;width:23px;height:24px;object-fit:contain}.nx-value-strip strong{display:block;font-size:12px;font-weight:650}.nx-value-strip small{display:block;font-size:11px;color:var(--nx-muted);line-height:1.6;margin-top:4px}.nx-home main section>.flex:has(h2){margin-bottom:24px;align-items:end}.nx-home main h2{font-size:clamp(23px,2.4vw,30px);font-weight:700}.nx-home main section>.flex>a{color:var(--nx-muted);font-size:12px}.nx-home main section>.flex>a:hover{color:var(--nx-accent)}.nx-home main section:has([data-product-grid]) h2:before{content:"KATALOĞA YENİ KATILANLAR";display:block;margin-bottom:9px;font-size:10px;font-weight:700;color:var(--nx-muted);letter-spacing:.12em}.nx-home main #jumper-hub{scroll-margin-top:110px}.nx-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.nx-category-card{display:flex;flex-direction:column;min-width:0;overflow:hidden;background:var(--nx-surface);border:1px solid var(--nx-line);border-radius:14px;transition:border-color .18s,box-shadow .18s}.nx-category-card:hover{border-color:var(--nx-accent);box-shadow:var(--nx-shadow)}.nx-category-art{display:block;width:100%;height:auto;aspect-ratio:3 / 2;object-fit:contain;background:#f5f3ef}.nx-category-caption{position:relative;flex:1;padding:20px 40px 20px 18px;border-top:1px solid var(--nx-line)}.nx-category-caption h3{color:var(--nx-ink);font-size:16px;font-weight:650;line-height:1.45}.nx-category-caption p{margin-top:6px;color:var(--nx-muted);font-size:11px;line-height:1.7}.nx-category-caption>span{position:absolute;right:14px;top:23px;color:var(--nx-accent);font-size:18px}@media (max-width: 1023px){.nx-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 479px){.nx-category-grid{gap:12px}.nx-category-caption{padding:13px 12px 16px}.nx-category-caption h3{font-size:13px}.nx-category-caption p{font-size:10px}.nx-category-caption>span{display:none}}.nx-catalog-layout{gap:28px;align-items:flex-start}.nx-site .nx-filters{width:232px}.nx-site .nx-filter-shell{border:1px solid var(--nx-line);border-radius:14px;background:var(--nx-surface);overflow:hidden}.nx-filter-shell>summary{padding:18px 20px;font-size:14px;font-weight:650;cursor:pointer;border-bottom:1px solid var(--nx-line)}.nx-filter-shell>div{border:0;border-radius:0;box-shadow:none;padding:20px;background:transparent}.nx-filters h3{font-size:12px;letter-spacing:0}.nx-filters label,.nx-filters li{font-size:12px}.nx-filters input[type=number]{min-width:0;border-radius:8px;font-size:12px}.nx-catalog-results{min-width:0;width:100%}.nx-catalog-toolbar{min-height:45px;margin-bottom:20px}.nx-catalog-toolbar>p{font-size:13px;color:var(--nx-muted)}.nx-site [data-category-sort]{font-size:12px;border-color:var(--nx-line);background:var(--nx-surface);color:var(--nx-ink);border-radius:9px}.nx-catalog [data-product-grid]{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.nx-site .nx-product-card{background:var(--nx-surface);border:1px solid var(--nx-line);border-radius:14px;overflow:hidden;display:flex;flex-direction:column;padding:14px;min-width:0;height:100%;box-shadow:none;transition:border-color .18s,box-shadow .18s,transform .18s}.nx-site .nx-product-card:hover{border-color:#edb089;box-shadow:var(--nx-shadow);transform:translateY(-3px)}.nx-product-media{position:relative;margin-bottom:16px}.nx-product-image{display:block;aspect-ratio:4 / 3;background:#fff;border-radius:9px;overflow:hidden}.nx-product-image img{width:100%;height:100%;object-fit:contain;transition:transform .3s}.nx-product-card:hover .nx-product-image img{transform:scale(1.035)}.nx-product-badge{position:absolute;top:8px;left:8px;z-index:1;padding:4px 7px;border-radius:5px;font-size:9px;font-weight:700;color:#a84811;background:#fff1e5}.nx-product-badge.nx-discount{left:auto;right:8px;color:#a32927;background:#feeceb}.nx-site .nx-product-card h3{font-size:14px;line-height:1.55;font-weight:600;color:var(--nx-ink);min-height:44px;letter-spacing:-.015em}.nx-product-card>a:hover h3{color:var(--nx-accent)}.nx-product-price{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px;padding:12px 0 18px;margin-top:auto}.nx-product-price strong{font-size:21px;font-weight:700;letter-spacing:-.04em;color:var(--nx-ink)}.nx-product-price del{font-size:12px;color:var(--nx-muted)}.nx-product-actions{display:grid;gap:8px}.nx-site .nx-product-actions [data-add-sku]{min-height:40px;border-radius:8px;background:var(--nx-accent);color:#fff;font-weight:650;font-size:12px}.nx-site .nx-product-actions [data-add-sku]:hover{background:var(--nx-accent-hover)}.nx-site .nx-product-actions [data-jumper-hub-sku]{display:flex;justify-content:center;align-items:center;gap:7px;min-height:34px;border:1px solid var(--nx-line);border-radius:8px;color:var(--nx-muted);background:var(--nx-surface);font-size:11px;font-weight:550}.nx-site .nx-product-actions [data-jumper-hub-sku]:hover{background:var(--nx-soft);color:var(--nx-ink)}.nx-product-actions [data-jumper-hub-sku] img{height:17px;width:auto}.nx-site .nx-static-product>div:first-child{background:#fff;aspect-ratio:4 / 3;margin-bottom:16px}.nx-site .nx-static-product>div:first-child img{object-fit:contain}.nx-site .nx-static-product>button{background:var(--nx-accent);color:#fff;border-radius:8px}.nx-site .nx-static-product .aspect-square{aspect-ratio:4 / 3;margin-bottom:0}.nx-static-product>div:has(>p){margin-top:auto;padding-top:10px}.nx-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:48px;align-items:start}.nx-detail-grid>div{min-width:0}.nx-detail-visual{position:sticky;top:110px}.nx-site .nx-detail-image{border:1px solid var(--nx-line);border-radius:18px;background:#fff;box-shadow:none;aspect-ratio:1;overflow:hidden}.nx-detail-image [data-product-image]{width:100%;height:100%;object-fit:contain}.nx-site [data-product-name]{font-size:clamp(28px,2.6vw,38px);line-height:1.2;font-weight:700}.nx-site [data-product-description]{font-size:14px;line-height:1.85;color:var(--nx-muted);padding-top:10px}.nx-site .nx-purchase-panel{background:var(--nx-surface);border:1px solid var(--nx-line);border-radius:14px;padding:24px;box-shadow:none}.nx-site [data-product-price]{font-size:32px;letter-spacing:-.04em}.nx-site .nx-purchase-panel [data-add-sku]{border-radius:10px;box-shadow:none}.nx-purchase-row{display:flex;flex-wrap:wrap;align-items:stretch;gap:12px}.nx-purchase-row .nx-quantity-control{flex:0 0 auto;justify-content:center}.nx-site .nx-purchase-row [data-add-sku]{flex:1 1 180px;min-width:0}.nx-site [data-product-detail-container]>.mt-16{border-top:1px solid var(--nx-line);margin-top:64px;padding-top:40px}.nx-site #review-form{max-width:680px}.nx-site #review-form :is(input:not([type=radio]),textarea){background:var(--nx-page);border:1px solid var(--nx-line);border-radius:9px;color:var(--nx-ink)}.nx-blog main>.container{padding-top:36px;padding-bottom:80px}.nx-blog main article{box-shadow:none;border-color:var(--nx-line);background:var(--nx-surface);border-radius:14px}.nx-blog main article h3{font-size:21px;line-height:1.3}.nx-blog main article p{font-size:13px;line-height:1.75}.nx-blog main aside>div{border-radius:14px;box-shadow:none;border-color:var(--nx-line)}.nx-blog main>.container>section{border-radius:18px;box-shadow:none}.nx-blog main>.container>section>a>div:first-child{background:#20242a}.nx-blog main>.container>section [data-blog-image]{opacity:1;mix-blend-mode:normal;background-position:center bottom}.nx-blog main>.container>section [data-blog-image] img{object-position:center bottom}.nx-site [data-qty-inc],.nx-site [data-qty-dec]{min-height:44px;min-width:36px}.nx-article .project-hero{padding:58px 0;background:#20242a;overflow:hidden}.nx-article .project-hero>.absolute{top:0;right:0;bottom:0;left:45%}.nx-article .project-hero>.absolute img{opacity:.8}.nx-article .project-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#20242a,#20242a 30%,#20242af0 46%,#20242a40)}.nx-article .project-hero .max-w-4xl{max-width:none;text-align:left}.nx-article .project-hero .max-w-4xl>div{justify-content:flex-start;gap:10px}.nx-article .project-hero .max-w-4xl>div:first-child>div{background:transparent;padding:0;font-size:11px;color:#e0b499;border-radius:0}.nx-article .project-hero h1{color:#fff;font-size:clamp(30px,3.4vw,48px);line-height:1.15;max-width:690px;margin-bottom:22px}.nx-article .project-hero p{color:#c6cbd2;max-width:600px;margin-left:0;font-size:15px;line-height:1.85}.nx-article .project-hero .max-w-4xl>div:last-child>div{font-size:11px;background:#ffffff14;color:#e0e3e7;border:1px solid rgb(255 255 255 / 12%);border-radius:7px;padding:7px 10px}.nx-article main>.nx-breadcrumb{padding-block:22px;margin-bottom:0}.nx-article main>.container:has(.blog-content){padding-block:40px 72px}.nx-article main>.container>.max-w-4xl{max-width:860px}.nx-site .blog-content{font-size:15px;line-height:1.85}html .nx-site .blog-content h2{font-size:25px;color:var(--nx-ink);margin:40px 0 18px;padding-top:24px;border-top:1px solid var(--nx-line)}html .nx-site .blog-content h2:first-child{margin-top:0;border-top:0;padding-top:0}html .nx-site .blog-content h3{color:var(--nx-ink)}html .nx-site .blog-content p,html .nx-site .blog-content :is(ul,ol){color:var(--nx-muted);line-height:1.9}html .nx-site .blog-content pre{background:#20242a;color:#e0e6ef;border:1px solid #333b46;border-radius:12px;padding:24px;font-size:12px;line-height:1.8}html .nx-site .blog-content pre code{background:transparent;color:#e0e6ef}html .nx-site .blog-content code{background:var(--nx-tint);color:var(--nx-accent);border-radius:4px}.nx-site .blog-content table{width:100%;font-size:13px}.nx-site .blog-content th,.nx-site .blog-content td{padding:12px;border-bottom:1px solid var(--nx-line);text-align:left}.nx-steps{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:32px;font-size:12px;color:var(--nx-muted)}.nx-steps span{display:inline-flex;align-items:center;gap:8px}.nx-steps b{display:inline-flex;width:24px;height:24px;align-items:center;justify-content:center;border:1px solid var(--nx-line);border-radius:50%;font-size:10px}.nx-steps [aria-current=step]{color:var(--nx-ink);font-weight:650}.nx-steps [aria-current=step] b{color:#fff;background:var(--nx-accent);border-color:var(--nx-accent)}.nx-steps i{width:36px;height:1px;background:var(--nx-line)}.nx-site:is(.nx-cart,.nx-checkout,.nx-orders) main h1{font-size:32px;font-weight:700}.nx-site:is(.nx-cart,.nx-checkout,.nx-orders) main .bg-white{background:var(--nx-surface);border-color:var(--nx-line);border-radius:14px;box-shadow:none}.nx-cart main>.max-w-5xl{max-width:none;gap:32px}.nx-site .nx-cart-item{background:var(--nx-surface);border:1px solid var(--nx-line);border-radius:12px}.nx-cart-item img{background:#fff;object-fit:contain;width:80px;height:80px}.nx-cart-item h3{font-size:13px;font-weight:600;line-height:1.6}.nx-cart-item [data-qty-val]{font-size:13px;min-width:16px;text-align:center}.nx-empty-state{min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:var(--nx-surface);border:1px dashed var(--nx-line);border-radius:14px;padding:32px}.nx-empty-state>.material-symbols-outlined{font-size:36px;color:var(--nx-accent);background:var(--nx-tint);padding:18px;border-radius:50%;margin-bottom:20px}.nx-empty-state h2{font-size:21px;font-weight:650;margin-bottom:8px}.nx-empty-state p{font-size:13px;color:var(--nx-muted);margin-bottom:22px}.nx-checkout main input,.nx-checkout main select{background:var(--nx-page);border:1px solid var(--nx-line);color:var(--nx-ink);font-size:14px;border-radius:9px}.nx-checkout [data-checkout-items]>div{align-items:start;gap:16px;font-size:13px}.nx-checkout [data-checkout-items]>div>p{white-space:nowrap}.nx-orders #orders-container>.text-center{border:1px dashed var(--nx-line);border-radius:14px;background:var(--nx-surface)}.nx-orders .nx-steps{max-width:896px;margin-inline:auto}.nx-site .nx-auth-modal{background:#121820a6;overflow-y:auto;padding-block:24px}.nx-site .nx-auth-modal>div{border-radius:18px;border-color:var(--nx-line);background:var(--nx-surface);padding:30px}.nx-site .nx-auth-modal :is(h2,label){color:var(--nx-ink)}.nx-site .nx-auth-modal input{background:var(--nx-page);border-color:var(--nx-line);color:var(--nx-ink);border-radius:9px}.nx-site .nx-auth-modal button[type=submit]{border-radius:9px}.nx-site .nx-auth-modal p{color:var(--nx-muted);font-size:12px}.nx-footer{background:#20242a;color:#f3f4f6;border-top:3px solid var(--nx-accent)}.nx-footer .container{padding-block:42px 24px}.nx-footer-top{display:flex;justify-content:space-between;align-items:center;gap:24px;padding-bottom:30px;margin-bottom:36px;border-bottom:1px solid #3a3e44}.nx-footer-top p{font-size:22px;font-weight:600;letter-spacing:-.03em}.nx-platforms{display:flex;flex-wrap:wrap;gap:20px;color:#b2b8c2;font-size:11px}.nx-footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1.4fr;gap:44px}.nx-footer-grid img{height:42px;width:auto;margin-bottom:16px}.nx-footer-grid h5{font-size:12px;font-weight:650;margin-bottom:18px;color:#fff}.nx-footer-grid :is(p,li){color:#b2b8c2;font-size:12px;line-height:1.9}.nx-footer-grid li{margin-bottom:8px}.nx-footer a:hover{color:#ff9d60}.nx-footer form{display:flex;margin-top:14px;gap:6px}.nx-footer input{min-width:0;width:100%;background:#2d3138;border:1px solid #454a53;border-radius:8px;padding:11px;color:#fff;font-size:12px}.nx-footer button{padding:10px 14px;border-radius:8px;font-size:12px;background:#ea681c;color:#fff;font-weight:650}.nx-footer-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;border-top:1px solid #3a3e44;margin-top:40px;padding-top:22px;color:#a4acb7;font-size:10px}@media (min-width: 1024px){.nx-site .nx-filters{position:sticky;top:100px}}@media (max-width: 1100px){.nx-site .nx-brand img{height:37px}.nx-site #main-header .nx-hub-link,.nx-nav-note{display:none}.nx-site .nx-filters{width:210px}.nx-catalog [data-product-grid]{gap:14px}.nx-shortcut{gap:10px;padding:18px 12px}.nx-shortcut strong{font-size:12px}.nx-footer-grid{gap:28px}}@media (max-width: 1023px){.nx-site .nx-filters{width:100%}.nx-filter-shell>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.nx-filter-shell>div>button{grid-column:1 / -1}.nx-shortcuts,.nx-value-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.nx-detail-grid{gap:28px}}@media (max-width: 767px){.nx-site .container{padding-left:20px;padding-right:20px}.nx-site main.container{padding-top:24px;padding-bottom:48px}.nx-site #main-header>.container{padding:10px 20px}.nx-header-row{flex-wrap:wrap;gap:10px}.nx-site .nx-brand img{height:36px}.nx-site [data-site-search-form]{display:flex;order:3;flex-basis:100%;max-width:none}.nx-site [data-site-search-input]{height:38px;font-size:12px}.nx-header-actions{margin-left:auto;gap:8px}.nx-site #auth-buttons{display:flex}.nx-site #auth-buttons :is(#login-btn,#logout-btn){display:inline-flex;font-size:0;gap:0;width:30px;height:34px;padding:6px;background:transparent}.nx-site #auth-buttons #register-btn,.nx-site #auth-buttons>div>span{display:none}.nx-site .nx-cart-link{border:0;width:32px}.nx-site #theme-toggle{padding:5px}.nx-home main>.container{padding-top:20px}.nx-home-intro{margin-top:28px;display:block}.nx-home-intro p{margin-top:14px;max-width:100%}.nx-home main section:not([data-hero-banner-section]){margin-bottom:40px}.nx-shortcuts{gap:10px}.nx-shortcut{padding:14px 10px}.nx-shortcut>.material-symbols-outlined{padding:8px;font-size:20px}.nx-shortcut-logo{width:36px;height:36px}.nx-shortcut-logo img{height:20px}.nx-shortcut small{font-size:10px}.nx-value-strip{gap:24px 16px;padding-block:22px}.nx-value-strip small{font-size:10px}.nx-home main [data-product-grid],.nx-home .nx-popular-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.nx-catalog [data-product-grid]{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.nx-site .nx-product-card{padding:10px;border-radius:11px}.nx-product-media{margin-bottom:12px}.nx-site .nx-product-card h3{font-size:12px;line-height:1.55;min-height:38px}.nx-product-price{padding:10px 0 14px}.nx-product-price strong{font-size:18px}.nx-product-price del{font-size:10px}.nx-product-actions [data-jumper-hub-sku] img{height:15px}.nx-site .nx-product-actions [data-jumper-hub-sku]{font-size:10px}.nx-page-intro{margin-bottom:24px}.nx-page-intro p{font-size:13px}.nx-catalog-toolbar{flex-direction:row;gap:8px}.nx-detail-grid{display:flex;flex-direction:column;gap:28px}.nx-detail-grid>div{width:100%}.nx-detail-visual{position:static}.nx-site .nx-detail-image{max-height:470px}.nx-site .nx-purchase-panel{padding:20px}.nx-article .project-hero{padding:36px 0}.nx-article .project-hero>.absolute{left:0}.nx-article .project-hero:after{background:#20242ade}.nx-article .project-hero h1{font-size:32px}.nx-article .project-hero p{font-size:13px}.nx-article .project-hero .max-w-4xl>div:last-child{margin-top:22px}.nx-article .project-hero .max-w-4xl>div:last-child>div{font-size:10px;padding:6px 8px}.nx-article .project-hero .material-symbols-outlined{font-size:18px}.nx-site .blog-content{font-size:14px}html .nx-site .blog-content pre{padding:16px;font-size:11px}.nx-blog main>.container{padding-top:24px}.nx-blog main>.container>section{height:430px}.nx-blog main>.container>section h2{font-size:30px}.nx-blog main>.container>section p{font-size:13px}.nx-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;font-size:10px;margin-bottom:28px}.nx-steps span{flex-direction:column;align-items:flex-start;gap:7px}.nx-steps i{display:none}.nx-cart-item{display:grid;grid-template-columns:1fr 1fr}.nx-cart-item>div:first-child{grid-column:1 / -1}.nx-cart-item>div:nth-child(2){display:none}.nx-cart-item>div:nth-child(3){grid-column:1;justify-content:flex-start}.nx-cart-item>div:last-child{grid-column:2;font-size:14px}.nx-footer-top{display:block}.nx-platforms{margin-top:20px;gap:16px;font-size:10px}.nx-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 22px}.nx-footer-grid>div:first-child,.nx-footer-grid>div:last-child{grid-column:1 / -1}.nx-footer-grid>div:first-child p{max-width:320px}}@media (max-width: 479px){.nx-catalog-toolbar{flex-wrap:wrap}.nx-filter-shell>div{grid-template-columns:1fr}.nx-shortcut{gap:8px}.nx-shortcut small{display:none}.nx-site #announcement-bar{font-size:9px}}@media (prefers-reduced-motion: reduce){.nx-site *,.nx-site *:before,.nx-site *:after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
