:root{--black: #141414;--black-2: #0b0b0c;--charcoal: #202020;--cyan: #28c7f4;--cyan-dark: #06a9d6;--white: #ffffff;--soft: #f4f4f4;--muted: #cfcfcf;--text: #1e1e1f;--max: 1380px;--radius: 8px;--shadow: 0 28px 70px rgba(0, 0, 0, .22);font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--white);background:var(--black);font-size:16px;line-height:1.5;letter-spacing:0;overflow-x:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input{font:inherit}.nghs-header{position:relative;z-index:50;color:#141414;background:#fff;box-shadow:0 1px #1414141a}.nghs-header.is-sticky{position:sticky;top:0}.nghs-header .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}.nghs-header__announcement{min-height:40px;display:flex;align-items:center;justify-content:center;padding:8px 24px;background:#1d1d1f;color:#fff;text-align:center;font-size:14px;font-weight:800;line-height:1.35}.nghs-header__announcement p{margin:0}.nghs-header__announcement a{transition:color .18s ease}.nghs-header__announcement a:hover,.nghs-header__announcement a:focus-visible{color:var(--cyan)}.nghs-header__main{position:relative;width:min(100%,1920px);min-height:88px;margin:0 auto;padding:14px 28px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:28px;background:#fff}.nghs-header__utility{display:contents}.nghs-header__logo{grid-column:1;grid-row:1;width:min(var(--nghs-header-logo-width, 290px),32vw);display:block;align-self:center;justify-self:start;margin-top:0}.nghs-header__logo img{width:100%;height:auto;max-height:66px;object-fit:contain}.nghs-header__actions{grid-column:3;grid-row:1;align-self:center;justify-self:end;display:flex;align-items:center;gap:14px;margin-top:0}.nghs-header__action{position:relative;width:42px;height:42px;display:grid;place-items:center;color:#141414;transition:color .18s ease,background .18s ease}.nghs-header__action:hover,.nghs-header__action:focus-visible{background:#f2f5f6;color:var(--cyan-dark)}.nghs-header__action svg{width:24px;height:24px;stroke-width:1.45}.nghs-header__cart-count{position:absolute;top:1px;right:0;min-width:18px;height:18px;display:grid;place-items:center;padding:0 4px;border:2px solid #fff;border-radius:99px;background:var(--cyan);color:#071114;font-size:10px;font-weight:900;line-height:1}.nghs-header__cart-count.is-empty{display:none}.nghs-header__mobile-toggle{display:none;width:44px;height:44px;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:#141414;cursor:pointer}.nghs-header__mobile-toggle span,.nghs-header__mobile-toggle span:before,.nghs-header__mobile-toggle span:after{display:block;width:23px;height:2px;position:relative;background:currentColor;content:""}.nghs-header__mobile-toggle span:before,.nghs-header__mobile-toggle span:after{position:absolute;left:0}.nghs-header__mobile-toggle span:before{top:-7px}.nghs-header__mobile-toggle span:after{top:7px}.nghs-header__navigation{grid-column:2;grid-row:1;min-width:0;min-height:54px;padding:0 24px;border:0;background:#fff}.nghs-header__menu,.nghs-header__dropdown ul,.nghs-header__mobile-navigation ul{padding:0;margin:0;list-style:none}.nghs-header__menu{width:min(100%,1320px);min-height:54px;margin:0 auto;display:flex;align-items:stretch;justify-content:center;gap:clamp(20px,2.75vw,44px)}.nghs-header__menu-item{position:relative;display:flex;align-items:stretch}.nghs-header__menu-link-wrap{display:flex;align-items:center;gap:4px}.nghs-header__menu-link-wrap>a{min-height:54px;display:inline-flex;align-items:center;color:#121212;font-size:15px;font-weight:800;line-height:1.15;text-transform:uppercase;white-space:nowrap;transition:color .18s ease}.nghs-header__menu-link-wrap>button{width:24px;height:36px;display:grid;place-items:center;padding:0;border:0;background:transparent;color:#121212;cursor:pointer}.nghs-header__menu-link-wrap>button svg{width:11px;height:7px;stroke-width:1.5;transition:transform .18s ease}.nghs-header__menu-item:hover .nghs-header__menu-link-wrap>a,.nghs-header__menu-item:focus-within .nghs-header__menu-link-wrap>a,.nghs-header__menu-item.is-active .nghs-header__menu-link-wrap>a{color:var(--cyan-dark)}.nghs-header__menu-item.is-open .nghs-header__menu-link-wrap>button svg{transform:rotate(180deg)}.nghs-header__dropdown{position:absolute;top:calc(100% - 1px);left:50%;z-index:4;width:max-content;min-width:260px;max-width:min(760px,86vw);padding:10px;border:1px solid #e1e5e7;background:#fff;box-shadow:0 22px 48px #0a161b29;opacity:0;visibility:hidden;transform:translate(-50%,10px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.nghs-header__menu-item:hover>.nghs-header__dropdown,.nghs-header__menu-item:focus-within>.nghs-header__dropdown,.nghs-header__menu-item.is-open>.nghs-header__dropdown{opacity:1;visibility:visible;transform:translate(-50%)}.nghs-header__dropdown>ul{display:grid;grid-template-columns:repeat(2,minmax(190px,1fr));gap:4px 16px}.nghs-header__dropdown>ul>li:not(.has-children){grid-column:1 / -1}.nghs-header__dropdown a{display:block;padding:11px 12px;color:#26282a;font-size:14px;font-weight:700;line-height:1.35;transition:color .18s ease,background .18s ease}.nghs-header__dropdown a:hover,.nghs-header__dropdown a:focus-visible,.nghs-header__dropdown a[aria-current=page]{background:#edfaff;color:#057fa2}.nghs-header__dropdown .has-children>a{color:#101112;font-weight:900;text-transform:uppercase}.nghs-header__dropdown .has-children ul{border-left:2px solid #e7f7fc;margin-left:12px}.nghs-header__drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;visibility:hidden;pointer-events:none}.nghs-header__drawer-overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;border:0;background:#05080aad;opacity:0;cursor:pointer;transition:opacity .22s ease}.nghs-header__drawer-panel{position:absolute;inset:0 auto 0 0;width:min(420px,90vw);display:flex;flex-direction:column;overflow-y:auto;overscroll-behavior:contain;padding:0 22px 26px;background:#fff;color:#141414;box-shadow:24px 0 60px #0000003d;transform:translate(-102%);transition:transform .24s ease}.nghs-header__drawer.is-open{visibility:visible;pointer-events:auto}.nghs-header__drawer.is-open .nghs-header__drawer-overlay{opacity:1}.nghs-header__drawer.is-open .nghs-header__drawer-panel{transform:translate(0)}body.nghs-header-drawer-open{overflow:hidden}.nghs-header__drawer-head{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #e4e7e9}.nghs-header__drawer-head strong{font-size:18px;text-transform:uppercase}.nghs-header__drawer-close{width:44px;height:44px;display:grid;place-items:center;padding:0;border:0;background:transparent;color:#141414;cursor:pointer}.nghs-header__drawer-close svg{width:24px;height:24px;stroke-width:1.5}.nghs-header__mobile-navigation{flex:1 0 auto;margin-top:10px}.nghs-header__mobile-navigation>ul>li{border-bottom:1px solid #e4e7e9}.nghs-header__mobile-navigation>ul>li>a,.nghs-header__mobile-navigation summary{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 2px;color:#141414;font-size:15px;font-weight:900;line-height:1.25;text-transform:uppercase;cursor:pointer;list-style:none}.nghs-header__mobile-navigation summary::-webkit-details-marker{display:none}.nghs-header__mobile-navigation summary svg{width:12px;height:8px;flex:0 0 auto;stroke-width:1.5;transition:transform .18s ease}.nghs-header__mobile-navigation details[open] summary svg{transform:rotate(180deg)}.nghs-header__mobile-navigation details>div{padding:0 0 14px 14px;border-left:2px solid #d9f4fc}.nghs-header__mobile-navigation details a{display:block;padding:10px 8px;color:#3f4448;font-size:14px;font-weight:700}.nghs-header__mobile-navigation details ul ul{margin-left:12px}.nghs-header__mobile-navigation .nghs-header__mobile-parent-link{color:#057fa2;font-weight:900}.nghs-header__drawer-footer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:28px}.nghs-header__drawer-footer a{min-height:48px;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px;border:1px solid #d8dde0;color:#141414;font-size:13px;font-weight:800;text-transform:uppercase}.nghs-header__drawer-footer svg{width:20px;height:20px;stroke-width:1.5}@media(max-width:1500px){.nghs-header__main{min-height:72px;grid-template-columns:auto minmax(0,1fr) auto;padding:10px 20px;gap:16px}.nghs-header__navigation{display:none}.nghs-header__mobile-toggle{grid-column:1;grid-row:1;display:inline-flex;justify-self:start}.nghs-header__logo{grid-column:2;align-self:center;width:min(var(--nghs-header-logo-width-mobile, 180px),42vw);margin-top:0}.nghs-header__actions{align-self:center;margin-top:0}.nghs-header__logo img{max-height:50px}}@media(max-width:520px){.nghs-header__announcement{min-height:36px;padding:7px 16px;font-size:12px}.nghs-header__main{min-height:66px;padding:8px 12px;gap:8px}.nghs-header__actions{gap:2px}.nghs-header__action{width:38px;height:42px}.nghs-header__action.is-account{display:none}.nghs-header__logo{width:min(var(--nghs-header-logo-width-mobile, 180px),48vw)}.nghs-header__drawer-panel{width:min(380px,94vw);padding-right:18px;padding-left:18px}}@media(prefers-reduced-motion:reduce){.nghs-header__dropdown,.nghs-header__drawer-overlay,.nghs-header__drawer-panel,.nghs-header__menu-link-wrap>button svg,.nghs-header__mobile-navigation summary svg{transition:none}}.nextgen-hero-section{position:relative;min-height:calc(100svh - 92px);overflow:hidden;background:radial-gradient(circle at 54% 60%,rgba(255,255,255,.13),transparent 20%),linear-gradient(90deg,#141414,#141414fa 38%,#14141475 64%,#1414141f),var(--hero-bg-image, url(hero-headlight.png)) center right / cover no-repeat;color:var(--white)}.nextgen-hero-section:after{content:"";position:absolute;inset:0 -10vw 0 auto;width:min(58vw,900px);background:var(--cyan);clip-path:polygon(48% 0,100% 0,100% 100%,0 100%);mix-blend-mode:multiply;opacity:.96}.hero-inner{position:relative;z-index:1;width:min(100%,var(--max));min-height:inherit;margin:0 auto;padding:10vh 28px 12vh;display:grid;grid-template-columns:minmax(320px,580px) 1fr;align-items:center;gap:40px}.eyebrow{display:inline-flex;align-items:center;gap:10px;margin:0 0 20px;color:var(--cyan);font-weight:900;font-size:.78rem;text-transform:uppercase;letter-spacing:0}.eyebrow:before{content:"";width:38px;height:3px;background:currentColor}h1,h2,h3,p{margin-top:0}.nextgen-hero-section h1{max-width:560px;margin-bottom:24px;font-size:clamp(3.1rem,5.1vw,5.65rem);line-height:.94;font-weight:900;letter-spacing:0;text-transform:uppercase}.nextgen-hero-section h1 span{color:var(--cyan);display:block}.nextgen-hero-section p{max-width:600px;margin-bottom:28px;color:#f2f2f2;font-size:clamp(1rem,1.6vw,1.22rem);line-height:1.65;font-weight:600}.hero-actions,.section-actions{display:flex;flex-wrap:wrap;gap:14px;align-items:center}.button{min-height:56px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 30px;border:0;border-radius:0;background:var(--cyan);color:var(--white);font-weight:900;font-size:.92rem;line-height:1;text-transform:uppercase;cursor:pointer;transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease}.button:hover,.button:focus-visible{transform:translateY(-2px);background:var(--cyan-dark)}.button.secondary{background:transparent;border:2px solid rgba(255,255,255,.82);color:var(--white)}.button.secondary:hover,.button.secondary:focus-visible{background:var(--white);border-color:var(--white);color:var(--black)}.hero-product{position:relative;justify-self:end;align-self:center;width:min(34vw,500px);margin:0 0 1vh;padding:0;background:transparent;box-shadow:none;transform:none;display:grid;justify-items:center;gap:18px}.hero-product-control{position:absolute;top:46%;z-index:3;width:44px;height:44px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.4);background:#141414b8;color:var(--white);font:inherit;font-size:1.3rem;cursor:pointer;transform:translateY(-50%);transition:background .18s ease,border-color .18s ease,transform .18s ease}.hero-product-control:hover,.hero-product-control:focus-visible{background:var(--cyan);border-color:var(--cyan);transform:translateY(calc(-50% - 2px))}.hero-product-control.prev{left:-18px}.hero-product-control.next{right:-18px}.hero-product-dots{display:flex;justify-content:center;gap:10px}.hero-product-dot{width:38px;height:8px;border:1px solid rgba(255,255,255,.7);border-radius:999px;background:transparent;cursor:pointer;padding:0}.hero-product-dot.active{background:var(--white);border-color:var(--white)}.section{position:relative;padding:80px 28px;background:var(--black);color:var(--white)}.protection-tabs-section,.why-choose-section,.industries-section,.restoration-advantages-section,.restoration-audiences-section,.wholesale-partner-section,.workflow-products-section{background:var(--black);color:var(--white)}.restoration-packages-section{background:var(--cyan);color:var(--white)}.container{width:min(100%,var(--max));margin:0 auto}.section-head{display:grid;grid-template-columns:minmax(0,660px) minmax(240px,1fr);gap:44px;align-items:end;margin-bottom:44px}.section-kicker{margin-bottom:10px;color:var(--cyan);font-weight:900;font-size:.82rem;text-transform:uppercase}.section-title{margin-bottom:0;font-size:clamp(2.25rem,4vw,4.4rem);line-height:1;font-weight:900;letter-spacing:0;text-transform:uppercase}.section-copy{margin-bottom:0;color:#d7d7d7;font-size:1.05rem;line-height:1.7;font-weight:600}.tabs{display:grid;grid-template-columns:280px 1fr;gap:42px;align-items:stretch}.tab-list{display:flex;flex-direction:column;gap:0;border-top:1px solid #dedede}.tab-button{width:100%;min-height:82px;padding:0 4px;border:0;border-bottom:1px solid #dedede;background:transparent;color:#777;text-align:left;font-weight:900;font-size:1.12rem;text-transform:uppercase;cursor:pointer;transition:color .18s ease,padding-left .18s ease}.tab-button[aria-selected=true]{color:var(--cyan);padding-left:18px}.tab-panels{min-height:470px;position:relative}.tab-panel{display:none;grid-template-columns:1fr minmax(320px,520px);gap:42px;align-items:center}.tab-panel.active{display:grid}.tab-text h3{margin-bottom:18px;font-size:clamp(2rem,3vw,3.2rem);line-height:1;text-transform:uppercase}.tab-text p{max-width:620px;color:#cfcfcf;font-size:1.05rem;line-height:1.75;font-weight:600}.feature-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:0;margin:28px 0 0;list-style:none}.feature-list li{min-height:58px;display:flex;align-items:center;gap:12px;font-weight:800}.check{flex:0 0 26px;width:26px;height:26px;display:grid;place-items:center;border-radius:50%;background:var(--cyan);color:var(--white);font-size:.82rem;font-weight:900}.tab-image{min-height:470px;background:var(--black);overflow:hidden;box-shadow:var(--shadow);clip-path:polygon(7% 0,100% 0,93% 100%,0 100%)}.tab-image img{width:100%;height:100%;min-height:470px;object-fit:cover}.process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}.process-card{min-height:445px;display:flex;flex-direction:column;background:var(--charcoal);color:var(--white);border-radius:var(--radius);overflow:hidden}.process-card img{width:calc(100% - 48px);aspect-ratio:388 / 263;margin:24px auto 0;object-fit:cover}.process-card div{padding:28px 24px 30px}.process-card span{display:block;margin-bottom:12px;color:var(--cyan);font-weight:900;font-size:.84rem;text-transform:uppercase}.process-card h3{margin-bottom:12px;font-size:1.5rem;line-height:1.1}.process-card p{margin:0;color:#d2d2d2;font-weight:700}.why-choose-section{position:relative;overflow:hidden;isolation:isolate;background:linear-gradient(115deg,transparent 0 82%,rgba(255,255,255,.04) 82.1%,transparent 86%),#191919}.why-choose-section:before,.why-choose-section:after{content:"";position:absolute;pointer-events:none;z-index:0}.why-choose-section:before{top:0;bottom:0;left:-2vw;width:min(47vw,720px);background:var(--cyan);clip-path:polygon(0 0,100% 0,42% 100%,0 100%)}.why-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(320px,1fr) minmax(300px,560px);gap:56px;align-items:center}.video-tile{position:relative;min-height:520px;overflow:hidden;background:#050505;clip-path:polygon(0 0,92% 0,100% 100%,8% 100%)}.video-tile img{width:100%;height:100%;min-height:520px;object-fit:cover;opacity:.78}.play{position:absolute;left:50%;top:50%;width:74px;height:74px;display:grid;place-items:center;transform:translate(-50%,-50%);border:3px solid var(--white);border-radius:50%;background:#04aeeadb}.play:before{content:"";border-left:18px solid var(--white);border-top:12px solid transparent;border-bottom:12px solid transparent;margin-left:5px}.why-list{display:grid;gap:18px;margin-top:34px}.why-item{min-height:92px;display:grid;grid-template-columns:54px 1fr;gap:18px;align-items:center;border-bottom:1px solid rgba(255,255,255,.18);padding-bottom:18px}.why-icon{width:54px;height:54px;display:grid;place-items:center;background:var(--cyan);color:var(--white);font-weight:900;font-size:1.35rem}.why-item h3{margin-bottom:4px;font-size:1.08rem;text-transform:uppercase}.why-item p{margin:0;color:#d5d5d5;font-weight:600}.packages{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.package-card{display:flex;flex-direction:column;min-height:100%;background:#1b1b1c;color:var(--white);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);overflow:hidden;box-shadow:0 22px 55px #00000047}.package-media{min-height:330px;display:grid;place-items:center;background:#f7f7f7;padding:24px}.package-media img{width:100%;max-height:300px;object-fit:contain}.package-body{display:flex;flex:1;flex-direction:column;padding:28px;background-color:#f4f4f4}.package-body h3{margin-bottom:12px;font-size:1.45rem;line-height:1.12;text-transform:uppercase;color:var(--text)}.price{margin-bottom:16px;color:var(--cyan);font-weight:900;font-size:1.25rem}.package-body p{font-weight:600;color:var(--text)}.package-body ul{padding:0;margin:10px 0 24px;list-style:none;display:grid;gap:10px;color:var(--text);font-weight:800}.package-body li:before{content:"+";color:var(--cyan);margin-right:8px;font-weight:900}.package-body .button{margin-top:auto;width:100%}.clear-coat-spray-section{position:relative;z-index:1;overflow:hidden;margin-top:-36px;padding-top:88px;padding-bottom:50px;background:transparent;color:var(--white)}.clear-coat-spray-section:before,.clear-coat-spray-section:after{content:"";position:absolute;left:0;right:0;height:46px;background:#d2dadeb8;clip-path:polygon(0 0,48% 0,calc(48% + 24px) 36px,100% 36px,100% 43px,calc(48% + 18px) 43px,calc(48% - 6px) 7px,0 7px);pointer-events:none;z-index:1}.clear-coat-spray-section:before{top:0}.clear-coat-spray-section:after{bottom:0;transform:scaleY(-1)}.spray-bg{position:absolute;top:0;right:0;bottom:40px;left:0;background:#141414;clip-path:polygon(calc(48% + 22px) 36px,100% 36px,100% 100%,calc(49.5% - 682px) 100%,calc(49.5% - 702px) calc(100% - 38px),0 calc(100% - 35px),0 0,48% 0);overflow:hidden;z-index:0}.spray-bg:before{content:attr(data-pattern) " " attr(data-pattern) "\a" attr(data-pattern) " " attr(data-pattern) "\a" attr(data-pattern) " " attr(data-pattern);position:absolute;top:500px;right:-12vw;bottom:500px;left:-12vw;color:#ffffff0b;font-size:clamp(3.3rem,8vw,7.5rem);line-height:1.02;font-weight:900;letter-spacing:.08em;text-transform:uppercase;white-space:pre-wrap;word-spacing:.28em;transform:rotate(-90deg)}.spray-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(320px,1fr) minmax(240px,430px);gap:clamp(36px,6vw,88px);align-items:center;min-height:520px}.spray-content{max-width:650px;padding-left:clamp(0px,7vw,132px)}.spray-title{margin-bottom:28px;color:var(--white);font-size:clamp(2.2rem,3.5vw,3.35rem);line-height:1.12;font-weight:900}.spray-text{max-width:640px;margin-bottom:28px;color:#f4f4f4;font-size:1.05rem;line-height:1.7;font-weight:600}.spray-badges{display:flex;flex-wrap:wrap;align-items:center;gap:30px;margin-bottom:48px}.spray-badges img{width:auto;max-height:80px}.spray-badge{min-height:58px;display:inline-flex;align-items:center;justify-content:center;padding:0 18px;background:var(--cyan);color:var(--white);font-size:.82rem;font-weight:900;text-transform:uppercase;clip-path:polygon(0 0,92% 0,100% 100%,0 100%)}.spray-product{justify-self:center;align-self:center;background:transparent;padding:0;box-shadow:none}.spray-product img{width:610px;min-width:610px;max-width:none;margin:-46px 0 -54px;filter:drop-shadow(0 28px 34px rgba(0,0,0,.55))}.spray-button{min-width:230px;background:transparent;border:2px solid var(--cyan);color:var(--white)}.spray-button:hover,.spray-button:focus-visible{background:var(--cyan);border-color:var(--cyan);color:var(--white)}.metric-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:34px}.metric{min-height:112px;padding:22px;background:var(--black);color:var(--white);border-top:5px solid var(--cyan)}.metric strong{display:block;margin-bottom:4px;font-size:1.9rem;line-height:1}.metric span{color:#d8d8d8;font-weight:800;text-transform:uppercase;font-size:.78rem}.restoration-advantages-section{margin-top:-36px;position:relative;overflow:hidden;isolation:isolate;background:var(--black)}.restoration-advantages-section:before,.restoration-advantages-section:after{content:"";position:absolute;pointer-events:none;z-index:0}.restoration-advantages-section:after{top:0;bottom:0;right:-2vw;width:min(47vw,720px);background:var(--cyan);clip-path:polygon(58% 0,100% 0,100% 100%,0 100%)}.restoration-advantages-section .container{position:relative;z-index:1}.restoration-advantages-section .section-head{padding:34px}.restoration-advantages-section .section-title{text-shadow:0 12px 28px rgba(0,0,0,.35)}.comparison{display:grid;grid-template-columns:minmax(270px,390px) minmax(360px,1.08fr) minmax(270px,390px);gap:24px;align-items:center}.compare-list{position:relative;padding:34px;background:var(--black);border:1px solid rgba(255,255,255,.16);border-radius:var(--radius);min-height:340px;box-shadow:0 18px 52px #00000038;overflow:hidden}.compare-list:before{content:"";position:absolute;left:0;right:0;top:0;height:5px;background:#454545}.compare-list.is-nextgen{border-color:#04aeea6b}.compare-list.is-nextgen:before{background:var(--cyan)}.compare-list h3{margin-bottom:24px;font-size:clamp(1.35rem,2vw,1.75rem);line-height:1;text-transform:uppercase}.compare-list ul{display:grid;gap:18px;padding:0;margin:0;list-style:none;color:#ececec;font-weight:800}.compare-list li{display:grid;grid-template-columns:28px 1fr;gap:12px;align-items:start;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1)}.compare-list li:last-child{padding-bottom:0;border-bottom:0}.bad,.good{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;font-weight:900;line-height:1}.bad{background:#e53935;color:var(--white)}.good{background:var(--cyan);color:var(--white)}.slider{--split: 50%;position:relative;min-height:465px;overflow:hidden;border-radius:var(--radius);border:1px solid rgba(255,255,255,.16);box-shadow:0 30px 85px #0000007a;background:#050505;cursor:ew-resize;touch-action:none;-webkit-user-select:none;user-select:none}.slider:after{content:"Drag";position:absolute;z-index:4;left:var(--split);top:50%;width:62px;height:62px;display:grid;place-items:center;border:3px solid var(--white);border-radius:50%;background:var(--cyan);color:var(--white);font-size:.68rem;font-weight:900;text-transform:uppercase;transform:translate(-50%,-50%);box-shadow:0 12px 26px #00000059;pointer-events:none}.slider img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.slider .after-img{clip-path:inset(0 0 0 var(--split))}.slider:before{content:"";position:absolute;z-index:3;top:0;bottom:0;left:var(--split);width:5px;background:var(--white);transform:translate(-2.5px);box-shadow:0 0 0 1px #0000002e}.slider-label{position:absolute;z-index:4;top:18px;padding:9px 13px;background:#04aeeaeb;color:var(--white);font-size:.76rem;font-weight:900;text-transform:uppercase;box-shadow:0 10px 20px #00000038}.slider-label.before{left:18px}.slider-label.after{right:18px}.slider input{position:absolute;z-index:5;inset:auto 18px 20px;width:calc(100% - 36px);accent-color:var(--cyan);cursor:ew-resize}.results-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.result-card{position:relative;min-height:310px;overflow:hidden;background:var(--black)}.result-card img{width:100%;height:100%;min-height:310px;object-fit:cover;transition:transform .3s ease}.result-card:hover img{transform:scale(1.04)}.result-card span{position:absolute;left:18px;bottom:18px;z-index:1;padding:8px 12px;background:var(--cyan);color:var(--white);font-weight:900;font-size:.82rem;text-transform:uppercase}.industry-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.industry-card{position:relative;min-height:430px;overflow:hidden;background:var(--black);color:var(--white);clip-path:polygon(8% 0,100% 0,92% 100%,0 100%)}.industry-card img{width:100%;height:100%;min-height:430px;object-fit:cover;opacity:.72;transition:transform .28s ease,opacity .28s ease}.industry-card:hover img{transform:scale(1.04);opacity:.92}.industry-card div{position:absolute;inset:auto 34px 34px;z-index:1}.industry-card span{display:block;margin-bottom:10px;color:var(--cyan);font-weight:900;text-transform:uppercase}.industry-card h3{margin:0;font-size:clamp(1.8rem,3vw,3.2rem);line-height:.95;text-transform:uppercase}.products-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.product-tile{display:grid;min-height:390px;background:#1b1b1c;color:var(--white);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);overflow:hidden;box-shadow:0 18px 55px #0000002e}.product-tile .package-media{min-height:230px;padding:18px}.product-tile .package-body{padding:22px}.product-tile h3{margin-bottom:8px;font-size:1.15rem}.restoration-audiences-section,.wholesale-partner-section{position:relative;overflow:hidden;background:var(--black);color:var(--white)}.audiences-shell,.partner-section-shell{position:relative}.systemx-heading{margin:0;text-align:center;color:var(--white);font-size:clamp(2.8rem,6vw,5.8rem);line-height:.95;font-weight:900;text-transform:none}.systemx-heading em{font-family:Georgia,Times New Roman,serif;font-style:italic;font-weight:400}.audiences-title{max-width:920px;margin:0 auto clamp(44px,6vw,76px)}.audience-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;padding:0;margin:0;list-style:none}.audience-card{min-height:360px;position:relative;overflow:hidden;background:#1b1b1c;color:var(--white);border:1px solid rgba(255,255,255,.12)}.audience-card img{width:100%;height:100%;min-height:360px;object-fit:cover;opacity:.58;transition:transform .28s ease,opacity .28s ease}.audience-card:hover img{transform:scale(1.04);opacity:.76}.audience-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 8%,rgba(0,0,0,.16) 36%,rgba(0,0,0,.88))}.audience-card div{position:absolute;inset:auto 24px 24px;z-index:1}.audience-card span{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;margin-bottom:14px;background:var(--cyan);color:var(--white);font-size:.72rem;font-weight:900;text-transform:uppercase}.audience-card h3{margin:0 0 10px;font-size:clamp(1.25rem,2vw,1.7rem);line-height:1;text-transform:uppercase}.audience-card p{margin:0;color:#dedede;font-weight:700;line-height:1.55}.vertical-text{position:absolute;top:50%;right:clamp(16px,2vw,34px);z-index:4;color:#1414145c;font-size:.72rem;font-weight:900;letter-spacing:.16em;line-height:1;text-transform:uppercase;writing-mode:vertical-rl;transform:translateY(-50%) rotate(180deg);pointer-events:none}.vertical-text:before{content:"";position:absolute;left:50%;bottom:calc(100% + 14px);width:1px;height:34px;background:currentColor;opacity:.65;transform:translate(-50%)}.nextgen-hero-section .vertical-text,.protection-tabs-section .vertical-text,.why-choose-section .vertical-text,.industries-section .vertical-text,.clear-coat-spray-section .vertical-text,.restoration-advantages-section .vertical-text,.restoration-audiences-section .vertical-text,.wholesale-partner-section .vertical-text,.workflow-products-section .vertical-text,.nghs-main-product-section .vertical-text,.nghs-main-collection-section .vertical-text,.nghs-collection-list-section .vertical-text{color:#ffffffe6}.wholesale-partner-section{padding-top:62px;padding-bottom:128px}.partner-section-head{text-align:center;margin-bottom:42px}.partner-section-head p{max-width:620px;margin:18px auto 0;color:#d5d5d5;font-size:1.05rem;line-height:1.7;font-weight:700}.partner-network{display:grid;grid-template-columns:minmax(300px,.92fr) minmax(320px,1fr);gap:clamp(34px,6vw,86px);align-items:center;position:relative;max-width:1180px;margin:0 auto}.partner-visual{min-height:450px;position:relative;display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle,rgba(40,199,244,.2),transparent 34%),linear-gradient(135deg,#171717,#0c0c0d);border:1px solid rgba(255,255,255,.12);box-shadow:0 28px 70px #00000040}.partner-visual:before,.partner-visual:after{content:"";position:absolute;border:1px solid rgba(40,199,244,.28);border-radius:50%}.partner-visual:before{width:72%;aspect-ratio:1}.partner-visual:after{width:44%;aspect-ratio:1;border-color:#ffffff1f}.partner-kit{position:relative;z-index:2;width:min(74%,390px);filter:drop-shadow(0 32px 36px rgba(0,0,0,.62))}.network-dot{position:absolute;z-index:3;width:10px;height:10px;border-radius:999px;background:var(--cyan);box-shadow:0 0 0 8px #04aeea2e}.partner-copy{max-width:600px}.partner-copy h3{margin-bottom:22px;color:var(--white);font-size:clamp(2rem,4vw,3.9rem);line-height:1;text-transform:uppercase}.partner-copy p{color:#d7d7d7;font-size:1.06rem;line-height:1.75;font-weight:700}.partner-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:0;margin:28px 0 34px;list-style:none}.partner-points li{min-height:74px;display:flex;align-items:center;padding:14px 16px;background:#ffffff0e;border-left:4px solid var(--cyan);color:var(--white);font-weight:900;text-transform:uppercase}.faq{display:grid;grid-template-columns:minmax(280px,430px) 1fr;gap:56px;align-items:start}.faq-list{display:grid;gap:12px}details{background:#1b1b1c;border-radius:var(--radius);border:1px solid rgba(255,255,255,.12);overflow:hidden;color:var(--white)}summary{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;font-weight:900;cursor:pointer;text-transform:uppercase}summary:after{content:"+";color:var(--cyan);font-size:1.45rem;line-height:1}details[open] summary:after{content:"-"}details p{margin:0;padding:0 22px 24px;color:#cfcfcf;font-weight:600}.nghs-main-product-section{position:relative;overflow:hidden;isolation:isolate;min-height:calc(100svh - 92px);padding-top:80px;background:radial-gradient(circle at 84% 16%,rgba(40,199,244,.2),transparent 30%),linear-gradient(115deg,transparent 0 78%,rgba(255,255,255,.035) 78.1%,transparent 84%),var(--black);color:var(--white)}.nghs-main-product-section:before{content:"";position:absolute;top:0;right:-10vw;z-index:0;width:min(52vw,820px);height:100%;background:linear-gradient(180deg,#28c7f4f2,#06a9d6b8);clip-path:polygon(40% 0,100% 0,100% 100%,0 100%);opacity:.28;pointer-events:none}.nghs-main-product-section:after{content:"NEXTGEN";position:absolute;left:-1.6rem;top:50%;z-index:0;color:#ffffff09;font-size:clamp(5rem,12vw,12rem);font-weight:950;letter-spacing:0;text-transform:uppercase;writing-mode:vertical-rl;transform:translateY(-50%) rotate(180deg);pointer-events:none}.nghs-product-shell{position:relative;z-index:1}.nghs-product-breadcrumb{display:flex;align-items:center;gap:12px;margin-bottom:28px;color:#ffffffb8;font-size:.78rem;font-weight:900;text-transform:uppercase}.nghs-product-breadcrumb a{transition:color .18s ease}.nghs-product-breadcrumb a:hover,.nghs-product-breadcrumb a:focus-visible{color:var(--cyan)}.nghs-product-grid{display:grid;grid-template-columns:minmax(320px,1.02fr) minmax(340px,.8fr);gap:clamp(32px,5vw,76px);align-items:start}.nghs-product-gallery{display:grid;gap:18px}.nghs-product-media-frame{position:relative;display:grid;place-items:center;min-height:clamp(430px,52vw,680px);padding:clamp(26px,4vw,58px);background:linear-gradient(135deg,#fffffff0,#edf5f8fa),#f4f4f4;border:1px solid rgba(255,255,255,.14);border-radius:var(--radius);box-shadow:0 34px 90px #00000059;overflow:hidden}.nghs-product-media-frame:before{content:"";position:absolute;top:24px;right:24px;bottom:24px;left:24px;border:1px solid rgba(20,20,20,.08);clip-path:polygon(0 0,88% 0,100% 16%,100% 100%,12% 100%,0 84%);pointer-events:none}.nghs-product-featured-image{position:relative;z-index:1;width:100%;max-height:560px;object-fit:contain;filter:drop-shadow(0 26px 34px rgba(0,0,0,.25))}.nghs-product-placeholder{min-height:320px;display:grid;place-items:center;color:#14141480;font-weight:900;text-align:center;text-transform:uppercase}.nghs-product-thumbs{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.nghs-product-thumb{display:grid;place-items:center;min-height:92px;padding:10px;background:#fffffff0;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius);transition:transform .18s ease,border-color .18s ease}.nghs-product-thumb:hover,.nghs-product-thumb:focus-visible{transform:translateY(-2px);border-color:var(--cyan)}.nghs-product-thumb img{width:100%;max-height:76px;object-fit:contain}.nghs-product-info{position:sticky;top:122px;padding:clamp(24px,3vw,38px);background:#121416d1;border:1px solid rgba(255,255,255,.1);border-top:4px solid var(--cyan);border-radius:var(--radius);box-shadow:0 26px 75px #00000052;backdrop-filter:blur(16px) saturate(135%);-webkit-backdrop-filter:blur(16px) saturate(135%)}.nghs-product-title{max-width:720px;margin-bottom:18px;color:var(--white);font-size:clamp(2.3rem,4.5vw,4.65rem);line-height:.96;font-weight:950;text-transform:uppercase}.nghs-product-price-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px}.nghs-product-price{color:var(--cyan);font-size:clamp(1.75rem,3vw,2.65rem);font-weight:950;line-height:1}.nghs-product-compare{color:#ffffff85;font-weight:800;font-size:1.05rem}.nghs-sale-badge{min-height:32px;display:inline-flex;align-items:center;padding:0 12px;background:var(--cyan);color:var(--black);font-size:.72rem;font-weight:950;text-transform:uppercase;clip-path:polygon(0 0,92% 0,100% 100%,0 100%)}.nghs-product-meta{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:22px}.nghs-product-meta span{min-height:34px;display:inline-flex;align-items:center;padding:0 12px;background:#ffffff14;border:1px solid rgba(255,255,255,.1);color:#ffffffdb;font-size:.72rem;font-weight:900;text-transform:uppercase}.nghs-product-summary{margin-bottom:24px;color:#dedede;font-size:1.02rem;line-height:1.75;font-weight:700}.nghs-product-form-card{padding:20px;background:#ffffff0e;border:1px solid rgba(255,255,255,.11);border-radius:var(--radius)}.nghs-product-form{display:grid;gap:14px}.nghs-product-label{color:var(--white);font-size:.75rem;font-weight:950;text-transform:uppercase}.nghs-product-select,.nghs-quantity-input{width:100%;min-height:52px;padding:0 14px;border:1px solid rgba(255,255,255,.18);border-radius:0;background:#00000057;color:var(--white);font-weight:800;outline:none}.nghs-product-select:focus,.nghs-quantity-input:focus{border-color:var(--cyan);box-shadow:0 0 0 3px #28c7f42e}.nghs-add-button{width:100%;margin-top:6px}.nghs-add-button[disabled]{cursor:not-allowed;opacity:.52}.nghs-product-form .shopify-payment-button{margin-top:2px}.nghs-product-form .shopify-payment-button__button{min-height:54px;border-radius:0;font-weight:950;text-transform:uppercase}.nghs-product-trust{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:22px 0 0;padding:0;list-style:none}.nghs-product-trust li{min-height:58px;display:flex;align-items:center;padding:12px 14px;background:#ffffff12;color:var(--white);font-size:.78rem;font-weight:900;line-height:1.3;text-transform:uppercase;border-left:4px solid var(--cyan)}.nghs-product-lower{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.55fr);gap:22px;margin-top:clamp(36px,5vw,68px)}.nghs-product-detail{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);overflow:hidden}.nghs-product-detail summary{cursor:pointer;padding:22px 26px;color:var(--white);font-size:.9rem;font-weight:950;text-transform:uppercase;border-bottom:1px solid rgba(255,255,255,.1)}.nghs-product-rte{padding:24px 26px 28px;color:#dfdfdf;font-weight:650;line-height:1.75}.nghs-product-rte p,.nghs-product-rte ul,.nghs-product-rte ol{margin-bottom:1rem}.nghs-product-rte a{color:var(--cyan);font-weight:900}.footer{background:var(--black-2);color:var(--white);padding:72px 28px 28px}.footer-grid{width:min(100%,var(--max));margin:0 auto;display:grid;grid-template-columns:minmax(260px,1.25fr) repeat(4,minmax(140px,1fr));gap:36px;align-items:start}.footer-logo{width:235px;padding:10px 12px;margin-bottom:20px;background:var(--white);border-left:4px solid var(--cyan)}.footer p{color:#ccc;font-weight:600;max-width:380px}.footer h3{margin-bottom:16px;color:var(--white);font-size:.98rem;text-transform:uppercase}.footer ul{display:grid;gap:10px;padding:0;margin:0;list-style:none;color:#cfcfcf;font-weight:700}.footer a:hover,.footer a:focus-visible{color:var(--cyan)}.footer-bottom{width:min(100%,var(--max));margin:44px auto 0;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:20px;color:#a8a8a8;font-size:.88rem;font-weight:700}@media(max-width:1180px){.hero-inner{grid-template-columns:minmax(320px,620px)}.hero-product{display:none}.tabs,.tab-panel,.why-grid,.spray-grid,.partner-network,.comparison,.nghs-product-grid,.nghs-product-lower,.faq{grid-template-columns:1fr}.nghs-product-info{position:relative;top:auto}.tab-panels{min-height:auto}.clear-coat-spray-section{padding-top:110px;padding-bottom:60px}.spray-grid{min-height:auto}.spray-content{padding-left:0}.spray-product img{width:min(80vw,560px);min-width:480px;margin:-48px 0 0}.packages,.results-grid,.products-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.industry-grid{grid-template-columns:1fr}.audience-grid,.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.nextgen-hero-section{min-height:calc(100svh - 76px)}.nextgen-hero-section:after{width:92vw;inset:auto -28vw 0 auto;height:42%;clip-path:polygon(30% 0,100% 0,100% 100%,0 100%)}.hero-inner{width:100%;max-width:100vw;padding:64px 20px 86px;align-items:start}.nextgen-hero-section h1{width:min(100%,calc(100vw - 40px));max-width:calc(100vw - 40px);font-size:clamp(2rem,9.6vw,2.65rem)}.nextgen-hero-section p{max-width:calc(100vw - 40px);font-size:1rem}.nghs-main-product-section{min-height:calc(100svh - 76px);padding-top:56px}.nghs-main-product-section:before{right:-34vw;width:98vw;opacity:.2}.nghs-product-breadcrumb{flex-wrap:wrap;margin-bottom:20px}.nghs-product-media-frame{min-height:320px;padding:24px}.nghs-product-thumbs{grid-template-columns:repeat(3,minmax(0,1fr))}.nghs-product-info{padding:24px}.nghs-product-title{width:min(100%,calc(100vw - 40px));max-width:calc(100vw - 40px);font-size:clamp(2rem,9vw,2.7rem)}.nghs-product-trust{grid-template-columns:1fr}.nghs-product-rte,.nghs-product-detail summary{padding-left:20px;padding-right:20px}.hero-product{display:none}.button,.outline-button{width:100%;min-height:54px}.section{padding:56px 20px}.why-choose-section:before{top:0;bottom:auto;left:-28vw;width:112vw;height:100%;opacity:.72;clip-path:polygon(0 0,86% 0,58% 100%,0 100%)}.why-choose-section:after{top:0;bottom:auto;left:60vw;width:18vw;height:100%;opacity:.72}.restoration-advantages-section:after{top:0;bottom:auto;right:-28vw;width:112vw;height:100%;opacity:.72;clip-path:polygon(42% 0,100% 0,100% 100%,14% 100%)}.section-head{grid-template-columns:1fr;gap:20px;margin-bottom:30px}.section-title{width:min(100%,calc(100vw - 40px));max-width:calc(100vw - 40px);font-size:clamp(1.8rem,8.5vw,2.1rem);overflow-wrap:anywhere}.section-copy,.tab-text h3,.tab-text p{max-width:calc(100vw - 40px)}.tab-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:0;gap:8px}.tab-button{min-height:56px;padding:0 8px;border:1px solid #d7d7d7;text-align:center;font-size:.78rem}.tab-button[aria-selected=true]{padding-left:8px;background:var(--cyan);color:var(--white);border-color:var(--cyan)}.tab-image,.tab-image img,.video-tile,.video-tile img{min-height:330px}.feature-list,.process-grid,.packages,.metric-row,.results-grid,.industry-grid,.products-strip,.footer-grid{grid-template-columns:1fr}.industry-card,.industry-card img{min-height:320px}.systemx-heading{font-size:clamp(2.15rem,11vw,3rem)}.audiences-title{margin-bottom:44px}.audience-grid{grid-template-columns:1fr;gap:18px}.audience-card,.audience-card img{min-height:310px}.vertical-text{display:none}.wholesale-partner-section{padding-top:50px;padding-bottom:64px}.partner-section-head{margin-bottom:28px}.partner-visual{min-height:340px}.partner-kit{width:min(76%,300px)}.partner-points{grid-template-columns:1fr}.network-dot{width:6px;height:6px;box-shadow:0 0 0 5px #04aeea2e}.process-card{min-height:auto}.package-media{min-height:260px}.clear-coat-spray-section{margin-top:-48px;padding-top:158px;padding-bottom:108px}.restoration-advantages-section{margin-top:-24px}.clear-coat-spray-section:before,.clear-coat-spray-section:after{height:30px;clip-path:polygon(0 0,46% 0,calc(46% + 16px) 24px,100% 24px,100% 29px,calc(46% + 12px) 29px,calc(46% - 4px) 5px,0 5px)}.clear-coat-spray-section:before{top:24px}.clear-coat-spray-section:after{bottom:0}.spray-bg{top:28px;right:0;bottom:38px;left:0;clip-path:polygon(calc(48% + 16px) 25px,100% 25px,100% 100%,calc(49.5% - 682px) 100%,calc(49.5% - 702px) calc(100% - 38px),0 calc(100% - 35px),0 0,48% 0);margin-left:-22px}.spray-bg:before{top:-12px;right:-22vw;bottom:-12px;left:-22vw;font-size:clamp(2.2rem,14vw,4.2rem);line-height:1.1}.spray-grid{gap:24px}.spray-product{order:-1}.spray-product img{width:min(92vw,420px);min-width:340px;margin:-54px auto 0}.spray-title{width:min(100%,calc(100vw - 40px));max-width:calc(100vw - 40px);margin-bottom:18px;font-size:clamp(1.85rem,8vw,2.3rem)}.spray-text{max-width:calc(100vw - 40px);margin-bottom:22px;font-size:1rem}.spray-badges{gap:18px;margin-bottom:28px}.spray-badges img{max-height:58px}.spray-badge{width:100%;min-height:50px;padding:0 14px;font-size:.76rem}.comparison{gap:22px}.restoration-advantages-section .section-head{padding:24px}.compare-list{padding:26px;min-height:auto}.slider{min-height:320px}.slider:after{width:50px;height:50px;font-size:.6rem}.footer-bottom{flex-direction:column}}.nghs-product-page-section{min-height:auto;padding:calc(clamp(42px,5vw,76px) - 12px) 28px 84px;background:linear-gradient(115deg,rgba(40,199,244,.12) 0 12%,transparent 12.1% 74%,rgba(255,255,255,.04) 74.2% 75.2%,transparent 75.4%),linear-gradient(180deg,#191919,#111 54%,#141414)}.nghs-product-page-section:before{top:auto;right:-12vw;bottom:0;width:min(58vw,900px);height:78%;background:linear-gradient(135deg,#28c7f45c,#06a9d614);clip-path:polygon(28% 0,100% 0,100% 100%,0 100%);opacity:1}.nghs-product-page-section:after{left:-2rem;top:54%;color:#ffffff0b;font-size:clamp(5.8rem,11vw,12.5rem)}.nghs-product-page-shell{position:relative;z-index:1}.nghs-product-hero-layout{display:grid;grid-template-columns:minmax(260px,.85fr) minmax(360px,1.12fr) minmax(320px,.78fr);gap:clamp(24px,3.6vw,56px);align-items:center}.nghs-product-copy-panel{position:relative;padding:clamp(8px,1vw,18px) 0}.nghs-product-page-section .nghs-product-title{max-width:760px;margin:0 0 22px;font-size:clamp(2.85rem,5vw,6.1rem);line-height:.9;letter-spacing:0}.nghs-product-page-section .nghs-product-summary{max-width:560px;margin:0 0 26px;color:#ffffffd6;font-size:clamp(1rem,1.15vw,1.12rem);line-height:1.8;font-weight:700}.nghs-product-status-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}.nghs-product-status-row span{min-height:34px;display:inline-flex;align-items:center;padding:0 12px;background:#ffffff13;border:1px solid rgba(255,255,255,.11);color:var(--white);font-size:.72rem;font-weight:950;text-transform:uppercase}.nghs-product-highlight-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-width:560px}.nghs-product-highlight{min-height:126px;padding:18px;background:#fff1;border:1px solid rgba(255,255,255,.1);border-bottom:3px solid var(--cyan);backdrop-filter:blur(14px) saturate(130%);-webkit-backdrop-filter:blur(14px) saturate(130%)}.nghs-product-highlight span{display:block;margin-bottom:18px;color:var(--cyan);font-size:.72rem;font-weight:950;text-transform:uppercase}.nghs-product-highlight strong{display:block;color:var(--white);font-size:.92rem;line-height:1.25;text-transform:uppercase}.nghs-product-highlight p{margin:8px 0 0;color:#ffffffb8;font-size:.86rem;font-weight:650;line-height:1.5}.nghs-product-gallery-shell{position:relative;display:grid;gap:16px;align-self:stretch}.nghs-product-media-stage{position:relative;min-height:clamp(520px,49vw,760px);display:grid;place-items:center;padding:clamp(36px,4.5vw,70px);background:linear-gradient(145deg,#fffffffa,#e9f2f6f5),var(--soft);border:1px solid rgba(255,255,255,.2);box-shadow:0 34px 90px #0000006b;clip-path:polygon(0 0,calc(100% - 56px) 0,100% 56px,100% 100%,56px 100%,0 calc(100% - 56px));overflow:hidden}.nghs-product-media-stage:before{content:"";position:absolute;top:20px;right:20px;bottom:20px;left:20px;z-index:0;border:1px solid rgba(20,20,20,.08);clip-path:polygon(0 0,calc(100% - 42px) 0,100% 42px,100% 100%,42px 100%,0 calc(100% - 42px));pointer-events:none}.nghs-product-media-stage:after{content:"NEXTGEN";position:absolute;right:24px;bottom:18px;color:#1414140e;font-size:clamp(3rem,7vw,6.5rem);font-weight:950;line-height:1;text-transform:uppercase;pointer-events:none}.nghs-product-media-glow{position:absolute;left:-18%;bottom:-12%;width:82%;height:34%;background:linear-gradient(90deg,#28c7f4e6,#28c7f400);clip-path:polygon(0 0,100% 0,86% 100%,0 100%);opacity:.55;pointer-events:none}.nghs-product-media-badge{position:absolute;top:24px;left:24px;z-index:2;min-height:38px;display:inline-flex;align-items:center;padding:0 14px;background:var(--cyan);color:#071114;font-size:.72rem;font-weight:950;text-transform:uppercase;clip-path:polygon(0 0,calc(100% - 14px) 0,100% 100%,0 100%)}.nghs-product-page-section .nghs-product-featured-image{position:relative;z-index:1;width:100%;max-height:650px;object-fit:contain;filter:drop-shadow(0 34px 42px rgba(0,0,0,.32));transition:opacity .16s ease,transform .22s ease}.nghs-product-placeholder{position:relative;z-index:1;display:grid;gap:16px;place-items:center;color:#14141485;font-weight:950;text-align:center;text-transform:uppercase}.nghs-product-placeholder-svg{width:min(70%,360px);opacity:.5}.nghs-product-thumb-rail{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.nghs-product-page-section .nghs-product-thumb{min-height:108px;padding:10px;border:1px solid rgba(255,255,255,.14);background:#ffffffeb;cursor:pointer;box-shadow:none}.nghs-product-page-section .nghs-product-thumb.active{border-color:var(--cyan);box-shadow:0 0 0 2px #28c7f442}.nghs-product-buy-card{position:sticky;top:122px;padding:clamp(22px,2.4vw,34px);background:#0d0f11d1;border:1px solid rgba(255,255,255,.12);border-top:4px solid var(--cyan);box-shadow:0 28px 76px #0000005c;backdrop-filter:blur(18px) saturate(140%);-webkit-backdrop-filter:blur(18px) saturate(140%)}.nghs-buy-card-top{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px;color:#ffffffb8;font-size:.76rem;font-weight:950;text-transform:uppercase}.nghs-buy-card-top em{min-height:30px;display:inline-flex;align-items:center;padding:0 10px;background:var(--cyan);color:#061013;font-style:normal}.nghs-product-page-section .nghs-product-price-row{margin-bottom:24px;padding-bottom:22px;border-bottom:1px solid rgba(255,255,255,.1)}.nghs-product-page-section .nghs-product-price{font-size:clamp(2rem,3.2vw,3rem)}.nghs-product-page-section .nghs-product-form{gap:13px}.nghs-product-page-section .nghs-product-label{margin-top:4px;color:#ffffffeb}.nghs-product-page-section .nghs-product-select,.nghs-product-page-section .nghs-quantity-input{min-height:56px;background:#00000052;border-color:#ffffff29}.nghs-product-page-section .nghs-add-button{min-height:58px;margin-top:10px}.nghs-checkout-note{margin:16px 0 0;color:#ffffffad;font-size:.86rem;font-weight:700;line-height:1.6}.nghs-product-page-section .nghs-product-trust{grid-template-columns:1fr;margin-top:18px}.nghs-product-page-section .nghs-product-trust li{min-height:48px;background:#ffffff0e}.nghs-product-proof-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin:clamp(38px,5vw,72px) 0;background:#ffffff1f;border:1px solid rgba(255,255,255,.11)}.nghs-product-proof-strip div{min-height:118px;padding:clamp(18px,2.2vw,28px);background:#0a0c0ec7}.nghs-product-proof-strip span{display:block;margin-bottom:10px;color:var(--cyan);font-size:.72rem;font-weight:950;text-transform:uppercase}.nghs-product-proof-strip strong{color:var(--white);font-size:clamp(1.05rem,1.7vw,1.55rem);line-height:1.15;text-transform:uppercase}.nghs-product-detail-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.62fr);gap:clamp(22px,3vw,36px);align-items:start}.nghs-product-description-card,.nghs-product-spec-card,.nghs-product-included-card,.nghs-product-page-section .nghs-product-detail{background:#fff1;border:1px solid rgba(255,255,255,.11);box-shadow:0 24px 60px #00000038;backdrop-filter:blur(14px) saturate(130%);-webkit-backdrop-filter:blur(14px) saturate(130%)}.nghs-product-description-card{min-height:100%;padding:clamp(26px,3.5vw,46px)}.nghs-product-description-card h2,.nghs-product-spec-card h2,.nghs-product-included-card h2{margin-bottom:18px;color:var(--white);font-size:clamp(1.35rem,2vw,2rem);line-height:1.1;text-transform:uppercase}.nghs-product-page-section .nghs-product-rte{padding:0;color:#fffc;font-size:1rem;font-weight:650}.nghs-product-side-stack{display:grid;gap:18px}.nghs-product-spec-card,.nghs-product-included-card{padding:26px}.nghs-product-spec-card dl{display:grid;gap:1px;margin:0;background:#ffffff1a}.nghs-product-spec-card dl div{display:grid;grid-template-columns:minmax(110px,.72fr) 1fr;gap:14px;padding:14px 0;background:#141414ad}.nghs-product-spec-card dt{padding-left:14px;color:var(--cyan);font-size:.72rem;font-weight:950;text-transform:uppercase}.nghs-product-spec-card dd{margin:0;padding-right:14px;color:var(--white);font-weight:850}.nghs-product-included-card ul{display:grid;gap:12px;padding:0;margin:0;list-style:none}.nghs-product-included-card li{position:relative;padding-left:22px;color:#ffffffd1;font-weight:800;line-height:1.45}.nghs-product-included-card li:before{content:"";position:absolute;left:0;top:.55em;width:8px;height:8px;background:var(--cyan);transform:skew(-18deg)}.nghs-product-accordion-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:22px}.nghs-product-page-section .nghs-product-detail{border-radius:0}.nghs-product-page-section .nghs-product-detail summary{display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid rgba(255,255,255,.11)}.nghs-product-page-section .nghs-product-detail .nghs-product-rte{padding:24px 26px 28px}@media(max-width:1280px){.nghs-product-hero-layout{grid-template-columns:minmax(320px,1fr) minmax(320px,.86fr)}.nghs-product-copy-panel{grid-column:1 / -1}.nghs-product-highlight-grid{grid-template-columns:repeat(4,minmax(0,1fr));max-width:none}}@media(max-width:980px){.nghs-product-page-section{padding:26px 20px 64px}.nghs-product-hero-layout,.nghs-product-detail-layout,.nghs-product-accordion-grid{grid-template-columns:1fr}.nghs-product-buy-card{position:relative;top:auto}.nghs-product-media-stage{min-height:440px}.nghs-product-highlight-grid,.nghs-product-proof-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.nghs-product-page-section{padding:20px 18px 56px}.nghs-product-page-section .nghs-product-title{font-size:clamp(2.25rem,13vw,3.35rem)}.nghs-product-highlight-grid,.nghs-product-proof-strip,.nghs-product-thumb-rail{grid-template-columns:1fr}.nghs-product-highlight{min-height:auto}.nghs-product-media-stage{min-height:330px;padding:28px;clip-path:polygon(0 0,calc(100% - 28px) 0,100% 28px,100% 100%,28px 100%,0 calc(100% - 28px))}.nghs-product-media-badge{top:14px;left:14px}.nghs-product-thumb-rail{display:flex;overflow-x:auto;padding-bottom:4px;scroll-snap-type:x mandatory}.nghs-product-page-section .nghs-product-thumb{min-width:104px;min-height:94px;scroll-snap-align:start}.nghs-product-buy-card,.nghs-product-description-card,.nghs-product-spec-card,.nghs-product-included-card{padding:22px}.nghs-product-spec-card dl div{grid-template-columns:1fr;gap:6px}.nghs-product-spec-card dd{padding-left:14px}}.nghs-shop-page-section{position:relative;isolation:isolate;overflow:hidden;padding:calc(clamp(46px,5.5vw,86px) - 12px) 28px 92px;background:radial-gradient(circle at 78% 10%,rgba(40,199,244,.18),transparent 28%),linear-gradient(115deg,rgba(40,199,244,.13) 0 11%,transparent 11.2% 72%,rgba(255,255,255,.035) 72.2% 73%,transparent 73.2%),linear-gradient(180deg,#191919,#101112 58%,#141414);color:var(--white)}.nghs-shop-page-section:before{content:"";position:absolute;right:-20vw;top:0;z-index:0;width:min(66vw,980px);height:68%;background:linear-gradient(135deg,#28c7f46b,#06a9d612);clip-path:polygon(34% 0,100% 0,100% 100%,0 100%);pointer-events:none}.nghs-shop-page-section:after{content:"NEXTGEN";position:absolute;left:-2rem;top:38%;z-index:0;color:#ffffff0a;font-size:clamp(6rem,12vw,13rem);font-weight:950;line-height:1;text-transform:uppercase;writing-mode:vertical-rl;transform:translateY(-50%) rotate(180deg);pointer-events:none}.nghs-shop-shell{position:relative;z-index:1}.nghs-collection-hero,.nghs-collection-list-hero{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(360px,1.05fr) minmax(280px,.62fr);gap:clamp(24px,3.8vw,58px);align-items:center;margin-bottom:clamp(36px,5vw,72px)}.nghs-collection-list-hero{grid-template-columns:minmax(340px,.88fr) minmax(420px,1.05fr)}.nghs-collection-title{max-width:820px;margin:0 0 22px;color:var(--white);font-size:clamp(3rem,5.4vw,6.4rem);line-height:.9;font-weight:950;letter-spacing:0;text-transform:uppercase}.nghs-collection-description{max-width:620px;margin:0 0 28px;color:#ffffffd1;font-size:clamp(1rem,1.15vw,1.14rem);line-height:1.8;font-weight:700}.nghs-collection-description p{margin:0 0 1rem}.nghs-collection-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;max-width:640px;background:#ffffff1f;border:1px solid rgba(255,255,255,.1)}.nghs-collection-metrics div{min-height:102px;padding:18px;background:#0a0c0ec2}.nghs-collection-metrics span,.nghs-collection-count,.nghs-featured-label,.nghs-collection-list-head span{display:block;margin-bottom:8px;color:var(--cyan);font-size:.72rem;font-weight:950;text-transform:uppercase}.nghs-collection-metrics strong{display:block;color:var(--white);font-size:clamp(1.2rem,2vw,2rem);line-height:1.08;text-transform:uppercase}.nghs-collection-hero-media{position:relative}.nghs-collection-image-frame,.nghs-featured-media,.nghs-collection-card-media,.nghs-collection-product-media{position:relative;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,#fffffffa,#e8f3f7f5),var(--soft)}.nghs-collection-image-frame{min-height:clamp(420px,44vw,660px);padding:clamp(32px,4.5vw,66px);box-shadow:0 34px 92px #0006;clip-path:polygon(0 0,calc(100% - 54px) 0,100% 54px,100% 100%,54px 100%,0 calc(100% - 54px))}.nghs-collection-image-frame:before{content:"";position:absolute;top:20px;right:20px;bottom:20px;left:20px;border:1px solid rgba(20,20,20,.08);clip-path:polygon(0 0,calc(100% - 38px) 0,100% 38px,100% 100%,38px 100%,0 calc(100% - 38px));pointer-events:none}.nghs-collection-image-frame:after{content:"";position:absolute;left:-18%;bottom:-12%;width:78%;height:30%;background:linear-gradient(90deg,#28c7f4e6,#28c7f400);clip-path:polygon(0 0,100% 0,86% 100%,0 100%);opacity:.46;pointer-events:none}.nghs-collection-hero-image,.nghs-collection-product-media img,.nghs-collection-card-media img,.nghs-featured-media img{position:relative;z-index:1;width:100%;object-fit:contain}.nghs-collection-hero-image{max-height:560px;filter:drop-shadow(0 28px 38px rgba(0,0,0,.28))}.nghs-collection-placeholder-svg{width:min(68%,360px);opacity:.5}.nghs-collection-feature-card,.nghs-featured-collection-card{position:relative;display:grid;align-content:end;min-height:430px;padding:28px;background:#0d0f11d1;border:1px solid rgba(255,255,255,.12);border-top:4px solid var(--cyan);box-shadow:0 28px 76px #00000052;backdrop-filter:blur(18px) saturate(140%);-webkit-backdrop-filter:blur(18px) saturate(140%);overflow:hidden}.nghs-collection-feature-card:before,.nghs-featured-collection-card:before{content:"";position:absolute;right:-18%;top:-20%;width:68%;height:58%;background:radial-gradient(circle,rgba(40,199,244,.34),transparent 68%);pointer-events:none}.nghs-collection-feature-card>*,.nghs-featured-collection-card>*{position:relative;z-index:1}.nghs-collection-feature-card>span{display:block;margin-bottom:12px;color:var(--cyan);font-size:.72rem;font-weight:950;text-transform:uppercase}.nghs-collection-feature-card h2,.nghs-featured-title{display:block;margin-bottom:14px;color:var(--white);font-size:clamp(1.5rem,2.25vw,2.4rem);line-height:1;font-weight:950;text-transform:uppercase}.nghs-collection-feature-card p{margin:14px 0 22px;color:#ffffffbf;font-weight:700;line-height:1.65}.nghs-collection-command-bar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:16px;padding:18px 20px;background:#fff1;border:1px solid rgba(255,255,255,.11);backdrop-filter:blur(14px) saturate(130%);-webkit-backdrop-filter:blur(14px) saturate(130%)}.nghs-collection-count{display:flex;align-items:baseline;gap:10px;color:#ffffffb3;font-weight:850;text-transform:uppercase}.nghs-collection-count span{color:var(--cyan);font-size:.74rem;font-weight:950}.nghs-collection-count strong{color:var(--white);font-size:1rem}.nghs-collection-sort{display:flex;align-items:center;gap:12px}.nghs-collection-sort label{color:#ffffffc2;font-size:.74rem;font-weight:950;text-transform:uppercase}.nghs-collection-sort select,.nghs-price-filter input{min-height:48px;padding:0 14px;background:#00000059;border:1px solid rgba(255,255,255,.16);color:var(--white);font-weight:850;outline:none}.nghs-collection-sort select:focus,.nghs-price-filter input:focus{border-color:var(--cyan);box-shadow:0 0 0 3px #28c7f42e}.nghs-active-filters{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:22px}.nghs-active-filters>span{color:#ffffffa8;font-size:.72rem;font-weight:950;text-transform:uppercase}.nghs-active-filters a{min-height:34px;display:inline-flex;align-items:center;gap:8px;padding:0 12px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:var(--white);font-size:.76rem;font-weight:900;text-transform:uppercase}.nghs-active-filters .nghs-clear-filters{background:var(--cyan);color:#061013;border-color:var(--cyan)}.nghs-collection-shop-grid{display:grid;grid-template-columns:minmax(230px,300px) minmax(0,1fr);gap:clamp(22px,3vw,36px);align-items:start}.nghs-collection-shop-grid.no-filters{grid-template-columns:1fr}.nghs-collection-facets{position:sticky;top:116px;padding:22px;background:#0d0f11d1;border:1px solid rgba(255,255,255,.12);border-top:4px solid var(--cyan);box-shadow:0 24px 60px #00000042;backdrop-filter:blur(16px) saturate(135%);-webkit-backdrop-filter:blur(16px) saturate(135%)}.nghs-facets-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.nghs-facets-head span{display:block;color:var(--cyan);font-size:.72rem;font-weight:950;text-transform:uppercase}.nghs-facets-head h2{margin:2px 0 0;color:var(--white);font-size:1.35rem;text-transform:uppercase}.nghs-facets-head a{color:#ffffffa8;font-size:.72rem;font-weight:950;text-transform:uppercase}.nghs-facet{border-top:1px solid rgba(255,255,255,.1)}.nghs-facet summary{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:14px;color:var(--white);font-size:.82rem;font-weight:950;text-transform:uppercase}.nghs-facet-list{display:grid;gap:10px;padding:0 0 16px;margin:0;list-style:none}.nghs-facet-list label{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;color:#ffffffc7;font-size:.86rem;font-weight:750;cursor:pointer}.nghs-facet-list input{accent-color:var(--cyan)}.nghs-facet-list em{color:#ffffff7a;font-style:normal;font-size:.74rem}.nghs-price-filter{display:grid;gap:10px;padding-bottom:16px}.nghs-price-filter label{display:grid;gap:6px}.nghs-price-filter span{color:#ffffffa3;font-size:.72rem;font-weight:950;text-transform:uppercase}.nghs-filter-button{width:100%;margin-top:16px}.nghs-product-card-grid,.nghs-collections-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(18px,2vw,28px)}.nghs-collection-product-card,.nghs-collection-card{display:grid;min-height:100%;background:#fff1;border:1px solid rgba(255,255,255,.11);box-shadow:0 22px 60px #0000003d;backdrop-filter:blur(14px) saturate(130%);-webkit-backdrop-filter:blur(14px) saturate(130%);overflow:hidden;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.nghs-collection-product-card:hover,.nghs-collection-card:hover{transform:translateY(-4px);border-color:#28c7f494;box-shadow:0 30px 80px #00000057}.nghs-collection-product-media{min-height:300px;padding:28px}.nghs-collection-product-media img{max-height:270px;filter:drop-shadow(0 22px 28px rgba(0,0,0,.22));transition:transform .22s ease}.nghs-collection-product-card:hover .nghs-collection-product-media img{transform:scale(1.035)}.nghs-product-card-badge{position:absolute;top:14px;left:14px;z-index:2;min-height:30px;display:inline-flex;align-items:center;padding:0 10px;background:var(--cyan);color:#061013;font-size:.68rem;font-weight:950;text-transform:uppercase}.nghs-collection-product-body,.nghs-collection-card-body{display:grid;align-content:start;padding:22px}.nghs-card-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.nghs-card-meta span{min-height:28px;display:inline-flex;align-items:center;padding:0 9px;background:#ffffff14;border:1px solid rgba(255,255,255,.1);color:#ffffffdb;font-size:.66rem;font-weight:950;text-transform:uppercase}.nghs-collection-product-body h2,.nghs-collection-card-body h2{margin:0 0 12px;color:var(--white);font-size:clamp(1.12rem,1.45vw,1.5rem);line-height:1.12;text-transform:uppercase}.nghs-card-vendor{margin:-2px 0 12px;color:#ffffff8c;font-size:.76rem;font-weight:900;text-transform:uppercase}.nghs-card-price{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:14px;color:var(--cyan);font-size:1.1rem;font-weight:950}.nghs-card-price s{color:#ffffff7a;font-size:.88rem;font-weight:800}.nghs-card-excerpt,.nghs-collection-card-body p{margin:0 0 20px;color:#ffffffb8;font-size:.92rem;line-height:1.62;font-weight:700}.nghs-card-button{align-self:end;margin-top:auto}.nghs-collection-list-copy{position:relative;z-index:1}.nghs-featured-collection-card{min-height:clamp(440px,44vw,650px);padding:clamp(24px,3vw,38px);background:#0d0f11c2}.nghs-featured-media{position:absolute;inset:auto 28px 28px 28px;height:46%;padding:28px;clip-path:polygon(0 0,calc(100% - 38px) 0,100% 38px,100% 100%,38px 100%,0 calc(100% - 38px))}.nghs-featured-media img{max-height:100%;filter:drop-shadow(0 20px 28px rgba(0,0,0,.24))}.nghs-featured-count{display:inline-flex;align-items:center;min-height:34px;width:fit-content;padding:0 12px;margin-bottom:46%;background:#ffffff14;border:1px solid rgba(255,255,255,.1);color:#ffffffd1;font-size:.72rem;font-weight:950;text-transform:uppercase}.nghs-collection-list-head{display:grid;grid-template-columns:minmax(280px,.85fr) minmax(280px,.55fr);gap:24px;align-items:end;margin-bottom:26px}.nghs-collection-list-head h2{margin:0;color:var(--white);font-size:clamp(1.8rem,3.2vw,3.2rem);line-height:1;text-transform:uppercase}.nghs-collection-list-head p{margin:0;color:#ffffffb8;font-weight:700;line-height:1.7}.nghs-collection-card-media{min-height:260px;padding:28px}.nghs-collection-card-media img{height:230px;object-fit:contain;filter:drop-shadow(0 20px 26px rgba(0,0,0,.22));transition:transform .22s ease}.nghs-collection-card:hover .nghs-collection-card-media img{transform:scale(1.035)}.nghs-collection-product-peek{display:flex;align-items:center;gap:8px;margin:0 0 20px}.nghs-collection-product-peek span{width:46px;height:46px;display:grid;place-items:center;padding:5px;background:#ffffffeb;border:1px solid rgba(255,255,255,.16)}.nghs-collection-product-peek img{width:100%;height:100%;object-fit:contain}.nghs-empty-state{display:grid;place-items:center;min-height:360px;padding:44px;text-align:center;background:#fff1;border:1px solid rgba(255,255,255,.11)}.nghs-empty-state span{margin-bottom:10px;color:var(--cyan);font-size:.72rem;font-weight:950;text-transform:uppercase}.nghs-empty-state h2{margin:0 0 12px;color:var(--white);font-size:clamp(1.7rem,3vw,3rem);text-transform:uppercase}.nghs-empty-state p{max-width:520px;margin:0 0 22px;color:#ffffffb8;font-weight:700;line-height:1.7}.nghs-pagination{margin-top:34px;color:var(--white);font-weight:900;text-transform:uppercase}.nghs-pagination .pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;padding:0;margin:0;list-style:none}.nghs-pagination a,.nghs-pagination span{min-width:42px;min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;background:#ffffff12;border:1px solid rgba(255,255,255,.12)}.nghs-pagination .current{background:var(--cyan);color:#061013;border-color:var(--cyan)}@media(max-width:1280px){.nghs-collection-hero{grid-template-columns:minmax(320px,1fr) minmax(320px,.72fr)}.nghs-collection-hero-copy{grid-column:1 / -1}.nghs-product-card-grid,.nghs-collections-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:980px){.nghs-shop-page-section{padding:28px 20px 70px}.nghs-collection-hero,.nghs-collection-list-hero,.nghs-collection-shop-grid,.nghs-collection-list-head{grid-template-columns:1fr}.nghs-collection-facets{position:relative;top:auto}.nghs-collection-command-bar,.nghs-collection-sort{align-items:stretch;flex-direction:column}.nghs-collection-sort select{width:100%}.nghs-collection-image-frame{min-height:380px}}@media(max-width:640px){.nghs-shop-page-section{padding:22px 18px 58px}.nghs-collection-title{font-size:clamp(2.3rem,13vw,3.45rem)}.nghs-collection-metrics,.nghs-product-card-grid,.nghs-collections-grid{grid-template-columns:1fr}.nghs-collection-image-frame{min-height:300px;padding:28px;clip-path:polygon(0 0,calc(100% - 28px) 0,100% 28px,100% 100%,28px 100%,0 calc(100% - 28px))}.nghs-collection-feature-card,.nghs-featured-collection-card{min-height:360px;padding:22px}.nghs-featured-media{inset:auto 18px 18px 18px;height:42%}.nghs-featured-count{margin-bottom:42%}.nghs-collection-product-media,.nghs-collection-card-media{min-height:230px}.nghs-collection-product-body,.nghs-collection-card-body,.nghs-collection-facets{padding:20px}}.nghs-content-page-section{position:relative;isolation:isolate;overflow:hidden;padding:calc(clamp(46px,5.5vw,86px) - 12px) 28px 92px;background:radial-gradient(circle at 80% 8%,rgba(40,199,244,.18),transparent 30%),linear-gradient(115deg,rgba(40,199,244,.12) 0 11%,transparent 11.2% 74%,rgba(255,255,255,.035) 74.2% 75%,transparent 75.2%),linear-gradient(180deg,#191919,#101112 58%,#141414);color:var(--white)}.nghs-content-page-section:before{content:"";position:absolute;right:-18vw;top:0;z-index:0;width:min(62vw,940px);height:70%;background:linear-gradient(135deg,#28c7f461,#06a9d614);clip-path:polygon(34% 0,100% 0,100% 100%,0 100%);pointer-events:none}.nghs-content-page-section:after{content:"NEXTGEN";position:absolute;left:-2rem;top:42%;z-index:0;color:#ffffff0a;font-size:clamp(6rem,12vw,13rem);font-weight:950;line-height:1;text-transform:uppercase;writing-mode:vertical-rl;transform:translateY(-50%) rotate(180deg);pointer-events:none}.nghs-main-page-section .vertical-text,.nghs-main-blog-section .vertical-text{color:#ffffffe6}.nghs-content-shell{position:relative;z-index:1}.nghs-page-hero,.nghs-blog-hero{display:grid;grid-template-columns:minmax(340px,.92fr) minmax(360px,.86fr);gap:clamp(24px,4vw,64px);align-items:center;margin-bottom:clamp(34px,5vw,70px)}.nghs-content-title{max-width:860px;margin:0 0 22px;color:var(--white);font-size:clamp(3rem,5.4vw,6.4rem);line-height:.9;font-weight:950;letter-spacing:0;text-transform:uppercase}.nghs-content-intro{max-width:660px;margin:0;color:#ffffffd1;font-size:clamp(1rem,1.15vw,1.14rem);line-height:1.8;font-weight:700}.nghs-page-hero-panel,.nghs-featured-article-card{position:relative;min-height:clamp(390px,38vw,600px);display:grid;align-content:end;padding:clamp(24px,3vw,38px);background:#0d0f11c7;border:1px solid rgba(255,255,255,.12);border-top:4px solid var(--cyan);box-shadow:0 30px 82px #00000059;backdrop-filter:blur(18px) saturate(140%);-webkit-backdrop-filter:blur(18px) saturate(140%);overflow:hidden}.nghs-page-hero-panel:before,.nghs-featured-article-card:before{content:"";position:absolute;right:-20%;top:-18%;width:72%;height:62%;background:radial-gradient(circle,rgba(40,199,244,.36),transparent 68%);pointer-events:none}.nghs-page-hero-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.55;filter:grayscale(1) contrast(1.1)}.nghs-page-signal{position:relative;z-index:1;max-width:460px}.nghs-page-signal span,.nghs-page-side-card span,.nghs-page-feature-card span,.nghs-blog-meta span,.nghs-featured-article-card em{display:block;margin-bottom:10px;color:var(--cyan);font-size:.72rem;font-weight:950;font-style:normal;text-transform:uppercase}.nghs-page-signal strong{display:block;margin-bottom:14px;color:var(--white);font-size:clamp(2rem,3.6vw,4rem);line-height:.95;font-weight:950;text-transform:uppercase}.nghs-page-signal p{margin:0;color:#ffffffc7;font-weight:700;line-height:1.7}.nghs-content-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-bottom:clamp(28px,4vw,52px);background:#ffffff1f;border:1px solid rgba(255,255,255,.1)}.nghs-content-metrics div{min-height:106px;padding:20px;background:#0a0c0ec2}.nghs-content-metrics span{display:block;margin-bottom:8px;color:var(--cyan);font-size:.72rem;font-weight:950;text-transform:uppercase}.nghs-content-metrics strong{color:var(--white);font-size:clamp(1.2rem,2vw,2rem);line-height:1.08;text-transform:uppercase}.nghs-page-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.42fr);gap:clamp(22px,3vw,38px);align-items:start}.nghs-page-hero.is-full-width,.nghs-page-layout.is-full-width{grid-template-columns:minmax(0,1fr)}.nghs-page-content-card,.nghs-page-side-card,.nghs-page-feature-card,.nghs-blog-card{background:#fff1;border:1px solid rgba(255,255,255,.11);box-shadow:0 24px 60px #0000003d;backdrop-filter:blur(14px) saturate(130%);-webkit-backdrop-filter:blur(14px) saturate(130%)}.nghs-page-content-card{padding:clamp(26px,3.6vw,50px)}.nghs-page-rte{color:#ffffffd1;font-size:1.02rem;line-height:1.82;font-weight:650}.nghs-page-rte h1,.nghs-page-rte h2,.nghs-page-rte h3,.nghs-page-rte h4{margin:1.4em 0 .55em;color:var(--white);line-height:1.08;text-transform:uppercase}.nghs-page-rte h2{font-size:clamp(1.6rem,2.4vw,2.6rem)}.nghs-page-rte p,.nghs-page-rte ul,.nghs-page-rte ol,.nghs-page-rte blockquote{margin:0 0 1.15rem}.nghs-page-rte a{color:var(--cyan);font-weight:900}.nghs-page-rte img{margin:28px 0;border:1px solid rgba(255,255,255,.12)}.nghs-page-sidebar{position:sticky;top:116px;display:grid;gap:18px}.nghs-page-side-card,.nghs-page-feature-card{padding:24px}.nghs-page-side-card h2,.nghs-page-feature-card h3{margin:0 0 14px;color:var(--white);font-size:clamp(1.25rem,2vw,2rem);line-height:1.05;text-transform:uppercase}.nghs-page-side-card p,.nghs-page-feature-card p{margin:0 0 20px;color:#ffffffbd;font-weight:700;line-height:1.65}.nghs-blog-hero{grid-template-columns:minmax(340px,.8fr) minmax(420px,1fr)}.nghs-featured-article-card{color:var(--white);text-decoration:none}.nghs-featured-article-card>*{position:relative;z-index:1}.nghs-featured-article-card strong{display:block;max-width:620px;margin-bottom:12px;color:var(--white);font-size:clamp(1.7rem,3vw,3.35rem);line-height:.98;text-transform:uppercase}.nghs-featured-article-card p{max-width:560px;margin:0 0 46%;color:#ffffffc2;font-weight:700;line-height:1.7}.nghs-featured-article-media{position:absolute;left:28px;right:28px;bottom:28px;height:40%;display:grid;place-items:center;overflow:hidden;background:#ffffff14;clip-path:polygon(0 0,calc(100% - 42px) 0,100% 42px,100% 100%,42px 100%,0 calc(100% - 42px))}.nghs-featured-article-media img,.nghs-blog-card-media img{width:100%;height:100%;object-fit:cover;filter:none;transition:transform .24s ease}.nghs-featured-article-card:hover .nghs-featured-article-media img,.nghs-blog-card:hover .nghs-blog-card-media img{transform:scale(1.04);filter:none}.nghs-content-placeholder-svg{width:min(70%,360px);opacity:.45}.nghs-blog-tags{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px}.nghs-blog-tags a,.nghs-article-tags a{min-height:34px;display:inline-flex;align-items:center;padding:0 12px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:var(--white);font-size:.72rem;font-weight:950;text-transform:uppercase}.nghs-blog-tags a.active{background:var(--cyan);color:#061013;border-color:var(--cyan)}.nghs-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(18px,2vw,28px)}.nghs-blog-card{display:grid;overflow:hidden;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.nghs-blog-card:hover{transform:translateY(-4px);border-color:#28c7f494;box-shadow:0 30px 80px #00000057}.nghs-blog-card-media{display:block;height:260px;overflow:hidden;background:#ffffff14}.nghs-blog-card-body{display:grid;align-content:start;padding:24px}.nghs-blog-meta{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px}.nghs-blog-meta span{margin:0}.nghs-blog-card h2{margin:0 0 14px;color:var(--white);font-size:clamp(1.18rem,1.6vw,1.6rem);line-height:1.1;text-transform:uppercase}.nghs-blog-card p{margin:0 0 20px;color:#ffffffb8;font-weight:700;line-height:1.66}.nghs-article-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.nghs-article-tags a{min-height:28px;color:#ffffffc7;font-size:.66rem}@media(max-width:1180px){.nghs-page-hero,.nghs-blog-hero,.nghs-page-layout{grid-template-columns:1fr}.nghs-page-sidebar{position:relative;top:auto}.nghs-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.nghs-content-page-section{padding:22px 18px 58px}.nghs-content-title{font-size:clamp(2.3rem,13vw,3.45rem)}.nghs-page-hero-panel,.nghs-featured-article-card{min-height:360px;padding:22px}.nghs-content-metrics,.nghs-blog-grid{grid-template-columns:1fr}.nghs-page-content-card,.nghs-page-side-card,.nghs-page-feature-card,.nghs-blog-card-body{padding:22px}.nghs-featured-article-card p{margin-bottom:44%}.nghs-featured-article-media{left:18px;right:18px;bottom:18px;height:38%}}body{font-size:18px;line-height:1.4}h1{font-size:60px;line-height:1.15}h2{font-size:44px;line-height:1.24}h3{font-size:30px;line-height:1.3}.nav-menu,.outline-button,.button,.tab-button{font-size:16px}.section-kicker,.eyebrow,.nghs-product-label,.nghs-buy-card-top,.nghs-card-meta span,.nghs-blog-tags a,.nghs-article-tags a{font-size:14px}.nextgen-hero-section h1{font-size:44px;line-height:1.24}.nghs-product-page-section .nghs-product-title,.nghs-collection-title,.nghs-content-title{font-size:60px;line-height:1.15}.section-title,.spray-title,.systemx-heading,.audiences-title,.nghs-product-description-card h2,.nghs-product-spec-card h2,.nghs-product-included-card h2,.nghs-collection-list-head h2,.nghs-page-rte h2{font-size:44px;line-height:1.24}.tab-text h3,.package-heading,.package-card h3,.industry-card h3,.audience-card h3,.product-tile h3,.process-card h3,.nghs-product-highlight strong,.nghs-collection-feature-card h2,.nghs-featured-title,.nghs-collection-product-body h2,.nghs-collection-card-body h2,.nghs-page-side-card h2,.nghs-page-feature-card h3,.nghs-blog-card h2{font-size:26px;line-height:1.2}.nghs-featured-article-card strong,.nghs-page-signal strong{font-size:44px;line-height:1.24}.nextgen-hero-section p,.section-copy,.tab-text p,.spray-text,.nghs-product-page-section .nghs-product-summary,.nghs-collection-description,.nghs-content-intro,.nghs-page-rte,.nghs-blog-card p,.nghs-card-excerpt,.nghs-collection-card-body p{font-size:18px;line-height:1.4}.nghs-product-page-section .nghs-product-price,.nghs-card-price,.price,.nghs-product-proof-strip strong,.nghs-collection-metrics strong,.nghs-content-metrics strong{font-size:22px}.nghs-product-media-stage:after,.nghs-main-product-section:after,.nghs-shop-page-section:after,.nghs-content-page-section:after{font-size:clamp(5rem,10vw,11rem)}.button,.outline-button{min-height:47px;padding-left:20px;padding-right:20px}.outline-button{min-height:47px!important;padding:0 20px!important;font-size:16px!important}@media(max-width:760px){h1{font-size:34px}h2{font-size:28px}h3{font-size:24px}.nextgen-hero-section h1{font-size:28px}.nghs-product-page-section .nghs-product-title,.nghs-collection-title,.nghs-content-title{font-size:34px}.section-title,.spray-title,.systemx-heading,.audiences-title,.nghs-product-description-card h2,.nghs-product-spec-card h2,.nghs-product-included-card h2,.nghs-collection-list-head h2,.nghs-page-rte h2{font-size:28px}.tab-text h3,.package-heading,.package-card h3,.industry-card h3,.audience-card h3,.product-tile h3,.process-card h3,.nghs-product-highlight strong,.nghs-collection-feature-card h2,.nghs-featured-title,.nghs-collection-product-body h2,.nghs-collection-card-body h2,.nghs-page-side-card h2,.nghs-page-feature-card h3,.nghs-blog-card h2{font-size:20px}.nghs-featured-article-card strong,.nghs-page-signal strong{font-size:28px}.button,.outline-button{min-height:47px}}.nghs-reference-hero{position:relative;display:flex;min-height:560px;overflow:hidden;background:#141414;color:#fff}.nghs-reference-hero:after{display:none}.nghs-reference-hero-background{position:absolute;top:0;right:0;bottom:0;left:0}.nghs-reference-hero-background picture{display:block;width:100%;height:100%}.nghs-reference-hero-background:after{content:"";position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;pointer-events:none}.nghs-reference-hero-image{width:100%;height:100%;max-width:none;object-fit:cover;object-position:center center}.nghs-reference-hero--image-left .nghs-reference-hero-image{object-position:left center}.nghs-reference-hero--image-center-right .nghs-reference-hero-image{object-position:65% center}.nghs-reference-hero--image-right .nghs-reference-hero-image{object-position:right center}.nghs-reference-hero--overlay-light .nghs-reference-hero-background:after{background:#00000026}.nghs-reference-hero--overlay-medium .nghs-reference-hero-background:after{background:#0000004d}.nghs-reference-hero--overlay-strong .nghs-reference-hero-background:after{background:#0000007a}.nghs-reference-hero--height-compact{min-height:440px}.nghs-reference-hero--height-tall{min-height:680px}.nghs-reference-hero--height-screen{min-height:calc(100svh - 92px)}.nghs-reference-hero .hero-inner{position:relative;z-index:1;display:flex;align-items:center;width:min(calc(100% - 40px),1512px);min-height:inherit;margin:0 auto;padding:48px 0}.nghs-reference-hero--vertical-top .hero-inner{align-items:flex-start}.nghs-reference-hero--vertical-bottom .hero-inner{align-items:flex-end}.nghs-reference-hero--content-center .hero-inner{justify-content:center}.nghs-reference-hero--content-right .hero-inner{justify-content:flex-end}.nghs-reference-hero--content-center .hero-copy{text-align:center}.nghs-reference-hero--content-right .hero-copy{text-align:right}.nghs-reference-hero--content-center .hero-actions{justify-content:center}.nghs-reference-hero--content-right .hero-actions{justify-content:flex-end}.nghs-reference-hero .hero-copy{width:min(100%,700px)}.nghs-reference-hero h1{max-width:700px;margin:0 0 18px;color:#fff;font-size:44px;font-weight:700;line-height:1.24;letter-spacing:-.02em;text-transform:none}.nghs-reference-hero--text-small h1{font-size:36px}.nghs-reference-hero--text-large h1{font-size:52px}.nghs-reference-hero h1 span{display:block;color:inherit}.nghs-reference-hero .hero-description{max-width:690px;margin:0;color:#fff;font-size:18px;font-weight:400;line-height:1.4}.nghs-reference-hero--text-small .hero-description{font-size:16px}.nghs-reference-hero--text-large .hero-description{font-size:20px}.nghs-reference-hero .hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.nghs-reference-hero .button{width:auto;min-height:47px;padding:0 20px;border:1px solid #12b9ed;border-radius:0;background:#12b9ed;color:#fff;font-size:16px;font-weight:500;line-height:1;text-transform:none}.nghs-reference-hero .button:hover,.nghs-reference-hero .button:focus-visible{border-color:#009dce;background:#009dce;color:#fff}.nghs-reference-hero .button.secondary{border-color:#ffffffe6;background:transparent;color:#fff}.nghs-reference-hero .button.secondary:hover,.nghs-reference-hero .button.secondary:focus-visible{border-color:#fff;background:#fff;color:#141414}@media(max-width:760px){.nghs-reference-hero{min-height:540px}.nghs-reference-hero--height-compact{min-height:440px}.nghs-reference-hero--height-tall{min-height:640px}.nghs-reference-hero--height-screen{min-height:calc(100svh - 76px)}.nghs-reference-hero--mobile-image-left .nghs-reference-hero-image{object-position:left center}.nghs-reference-hero--mobile-image-center .nghs-reference-hero-image{object-position:center center}.nghs-reference-hero--mobile-image-center-right .nghs-reference-hero-image{object-position:65% center}.nghs-reference-hero--mobile-image-right .nghs-reference-hero-image{object-position:right center}.nghs-reference-hero .hero-inner{width:calc(100% - 40px);padding:48px 0}.nghs-reference-hero--mobile-content-left .hero-inner,.nghs-reference-hero--mobile-content-center .hero-inner{justify-content:flex-start}.nghs-reference-hero--mobile-content-left .hero-copy{text-align:left}.nghs-reference-hero--mobile-content-center .hero-copy{text-align:center}.nghs-reference-hero--mobile-content-left .hero-actions{justify-content:flex-start}.nghs-reference-hero--mobile-content-center .hero-actions{justify-content:center}.nghs-reference-hero h1{max-width:100%;font-size:28px;line-height:1.24}.nghs-reference-hero--text-small h1{font-size:24px}.nghs-reference-hero--text-large h1{font-size:34px}.nghs-reference-hero .hero-description{font-size:18px;line-height:1.4}.nghs-reference-hero .button{min-height:47px;padding:0 20px;font-size:16px}}.nghs-restoration-kit-product-section,.nghs-restoration-kit-process-section,.nghs-restoration-kit-reviews-section,.nghs-restoration-kit-specifications-section{position:relative;isolation:isolate;overflow:hidden}.nghs-restoration-kit-product-section{padding:calc(clamp(32px,4.5vw,64px) - 12px) 28px calc(clamp(72px,8vw,118px) - 12px);background:linear-gradient(128deg,rgba(40,199,244,.12) 0 14%,transparent 14.2% 76%,rgba(255,255,255,.035) 76.2% 77%,transparent 77.2%),radial-gradient(circle at 78% 16%,rgba(40,199,244,.12),transparent 25%),#141414}.nghs-restoration-kit-product-section:before{content:"NEXTGEN";position:absolute;left:-1.2rem;top:15%;z-index:-1;color:#ffffff06;font-size:clamp(6rem,13vw,13rem);font-weight:950;line-height:.8;writing-mode:vertical-rl;text-transform:uppercase;pointer-events:none}.nghs-kit-product-shell,.nghs-kit-process-shell,.nghs-kit-reviews-shell,.nghs-kit-specs-shell{position:relative;z-index:1}.nghs-kit-product-hero{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.78fr);gap:clamp(28px,4.5vw,72px);align-items:start;margin-top:26px}.nghs-kit-gallery{display:grid;gap:14px;min-width:0}.nghs-kit-media-stage{position:relative;min-height:clamp(500px,52vw,720px);display:grid;place-items:center;overflow:hidden;padding:clamp(38px,5vw,76px);background:linear-gradient(145deg,#fffffffa,#e4f0f5f5),#f4f4f4;border:1px solid rgba(255,255,255,.28);box-shadow:0 38px 90px #0006;clip-path:polygon(0 0,calc(100% - 56px) 0,100% 56px,100% 100%,56px 100%,0 calc(100% - 56px))}.nghs-kit-media-stage:before{content:"RESTORE";position:absolute;right:1.5rem;bottom:.8rem;color:#1414140b;font-size:clamp(3.8rem,9vw,8rem);font-weight:950;line-height:1;pointer-events:none}.nghs-kit-media-stage:after{content:"";position:absolute;left:-8%;bottom:-14%;width:72%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,#28c7f48c,#28c7f400 68%);pointer-events:none}.nghs-kit-media-badge{position:absolute;top:22px;left:22px;z-index:4;min-height:38px;display:inline-flex;align-items:center;padding:0 16px;background:var(--cyan);color:#061216;font-size:.7rem;font-weight:950;text-transform:uppercase;clip-path:polygon(0 0,calc(100% - 14px) 0,100% 100%,0 100%)}.nghs-kit-media-slide{position:relative;z-index:2;width:100%;height:100%;place-items:center}.nghs-kit-media-slide.active{display:grid;animation:nghsKitMediaIn .28s ease both}.nghs-kit-media-slide[hidden]{display:none}.nghs-kit-featured-image,.nghs-kit-featured-video,.nghs-kit-featured-model,.nghs-kit-media-slide iframe,.nghs-kit-media-slide video,.nghs-kit-media-slide model-viewer{width:100%;max-height:590px;object-fit:contain;filter:drop-shadow(0 28px 36px rgba(0,0,0,.2))}.nghs-kit-media-slide iframe,.nghs-kit-media-slide video{aspect-ratio:16 / 9;border:0;background:#090909;object-fit:contain}.nghs-kit-gallery-controls{position:absolute;right:18px;bottom:18px;z-index:5;display:flex;align-items:center;background:#0a0c0ed1;border:1px solid rgba(255,255,255,.14);color:#fff;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.nghs-kit-gallery-controls button{width:42px;height:42px;border:0;background:transparent;color:#fff;font-size:1.55rem;cursor:pointer}.nghs-kit-gallery-controls button:hover,.nghs-kit-gallery-controls button:focus-visible{background:var(--cyan);color:#071114}.nghs-kit-gallery-controls span{min-width:68px;padding:0 8px;color:#ffffffc7;font-size:.72rem;font-weight:900;text-align:center}.nghs-kit-media-placeholder{position:relative;z-index:2;display:grid;place-items:center;gap:12px;color:#14141485;font-size:.78rem;font-weight:900;text-transform:uppercase}.nghs-kit-placeholder-svg{width:min(72%,420px);opacity:.5}.nghs-kit-thumb-rail{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.nghs-kit-thumb{position:relative;min-height:102px;overflow:hidden;padding:8px;border:1px solid rgba(255,255,255,.14);background:#f4f4f4;cursor:pointer}.nghs-kit-thumb.active{border-color:var(--cyan);box-shadow:inset 0 -3px 0 var(--cyan),0 0 0 1px var(--cyan)}.nghs-kit-thumb img{width:100%;height:84px;object-fit:contain}.nghs-kit-thumb span{position:absolute;right:5px;bottom:5px;padding:3px 6px;background:#141414;color:#fff;font-size:.58rem;font-weight:900;text-transform:uppercase}.nghs-kit-purchase-panel{position:sticky;top:116px;padding:clamp(26px,3vw,42px);background:#0c0e10d6;border:1px solid rgba(255,255,255,.12);border-top:4px solid var(--cyan);box-shadow:0 32px 82px #0000006b;backdrop-filter:blur(18px) saturate(135%);-webkit-backdrop-filter:blur(18px) saturate(135%)}.nghs-kit-purchase-panel h1{max-width:680px;margin:0 0 14px;color:#fff;font-size:clamp(2rem,3.25vw,3.5rem);font-weight:950;line-height:.98;letter-spacing:0;text-transform:uppercase}.nghs-kit-review-badge{min-height:26px;margin-bottom:18px;color:var(--cyan)}.nghs-kit-review-badge .jdgm-star{color:var(--cyan)!important}.nghs-kit-price-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:12px;padding:18px 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.nghs-kit-price-row strong{color:#fff;font-size:clamp(1.8rem,3vw,2.8rem);line-height:1}.nghs-kit-price-row s{color:#ffffff73;font-weight:800}.nghs-kit-price-row span{padding:5px 9px;background:var(--cyan);color:#061216;font-size:.65rem;font-weight:950;text-transform:uppercase}.nghs-kit-summary{margin:20px 0;color:#ffffffc2;font-size:.96rem;font-weight:650;line-height:1.7}.nghs-kit-stock-line{display:flex;align-items:center;gap:8px;margin-bottom:18px;color:#fffc;font-size:.72rem;font-weight:900;text-transform:uppercase}.nghs-kit-stock-line>span{width:8px;height:8px;border-radius:50%;background:#777}.nghs-kit-stock-line>span.is-available{background:var(--cyan);box-shadow:0 0 12px #28c7f4cc}.nghs-kit-stock-line em{margin-left:auto;color:#ffffff7a;font-style:normal}.nghs-kit-product-form{display:grid;gap:10px}.nghs-kit-product-form>label{margin-top:4px;color:#ffffffe6;font-size:.7rem;font-weight:950;text-transform:uppercase}.nghs-kit-product-form select{width:100%;min-height:52px;padding:0 14px;border:1px solid rgba(255,255,255,.18);border-radius:0;background:#0000004d;color:#fff;font-weight:750}.nghs-kit-quantity{width:142px;display:grid;grid-template-columns:42px 58px 42px;border:1px solid rgba(255,255,255,.18);background:#0000004d}.nghs-kit-quantity button,.nghs-kit-quantity input{height:46px;border:0;background:transparent;color:#fff;text-align:center}.nghs-kit-quantity button{cursor:pointer;font-size:1.2rem}.nghs-kit-quantity button:hover,.nghs-kit-quantity button:focus-visible{background:#28c7f429;color:var(--cyan)}.nghs-kit-quantity input{width:58px;border-right:1px solid rgba(255,255,255,.12);border-left:1px solid rgba(255,255,255,.12);-webkit-appearance:textfield;appearance:textfield}.nghs-kit-add-button{width:100%;min-height:54px;margin-top:8px}.nghs-kit-product-form .shopify-payment-button__button{min-height:50px;border-radius:0}.nghs-kit-delivery-note{display:grid;gap:4px;margin-top:18px;padding:14px 16px;background:#28c7f414;border-left:3px solid var(--cyan)}.nghs-kit-delivery-note strong{color:#fff;font-size:.7rem;text-transform:uppercase}.nghs-kit-delivery-note span{color:#ffffffad;font-size:.78rem;line-height:1.55}.nghs-kit-assurance-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:20px;background:#ffffff1a}.nghs-kit-assurance-grid>div{min-width:0;padding:13px 10px;background:#ffffff0b}.nghs-kit-assurance-grid span{display:block;margin-bottom:8px;color:var(--cyan);font-size:.62rem;font-weight:950}.nghs-kit-assurance-grid strong{display:block;color:#fff;font-size:.68rem;line-height:1.25;text-transform:uppercase}.nghs-kit-assurance-grid p{margin:6px 0 0;color:#ffffff94;font-size:.68rem;line-height:1.45}.nghs-kit-information-grid{display:grid;grid-template-columns:minmax(0,1.14fr) repeat(2,minmax(260px,.66fr));gap:18px;margin-top:clamp(54px,7vw,96px)}.nghs-kit-overview-card,.nghs-kit-list-card{position:relative;overflow:hidden;padding:clamp(26px,3.2vw,44px);background:#ffffff0e;border:1px solid rgba(255,255,255,.11);box-shadow:0 22px 58px #0000002e}.nghs-kit-overview-card{border-top:3px solid var(--cyan)}.nghs-kit-overview-card h2,.nghs-kit-list-card h2,.nghs-kit-section-heading h2,.nghs-kit-specs-copy h2,.nghs-kit-final-copy h2{color:#fff;font-size:clamp(1.65rem,2.75vw,2.85rem);font-weight:950;line-height:1;letter-spacing:0;text-transform:uppercase}.nghs-kit-overview-card .nghs-product-rte{padding:0;color:#ffffffc2;font-size:.94rem;font-weight:600;line-height:1.7}.nghs-kit-overview-card .nghs-product-rte h2,.nghs-kit-overview-card .nghs-product-rte h3,.nghs-kit-overview-card .nghs-product-rte h4{margin-top:28px;color:#fff;font-size:1.05rem;text-transform:uppercase}.nghs-kit-card-number{position:absolute;top:22px;right:24px;color:#28c7f433;font-size:2.8rem;font-weight:950;line-height:1}.nghs-kit-list-card h2{max-width:78%;margin-bottom:24px;font-size:clamp(1.25rem,1.8vw,1.65rem)}.nghs-kit-list-card ul{display:grid;gap:13px;margin:0;padding:0;list-style:none}.nghs-kit-list-card li{position:relative;padding-left:20px;color:#fffc;font-size:.86rem;font-weight:700;line-height:1.5}.nghs-kit-list-card li:before{content:"";position:absolute;left:0;top:.55em;width:7px;height:7px;background:var(--cyan);transform:skew(-18deg)}.nghs-kit-list-card li strong,.nghs-kit-list-card li span{display:block}.nghs-kit-list-card li strong{color:#fff;text-transform:uppercase}.nghs-kit-list-card li span{margin-top:3px;color:#ffffff94;font-weight:600}.nghs-kit-faq-wrap{display:grid;grid-template-columns:minmax(240px,.58fr) minmax(0,1.42fr);gap:clamp(28px,5vw,76px);margin-top:clamp(54px,7vw,92px);align-items:start}.nghs-kit-faq-list{border-top:1px solid rgba(255,255,255,.15)}.nghs-kit-faq-list details{border-bottom:1px solid rgba(255,255,255,.15)}.nghs-kit-faq-list summary{position:relative;padding:23px 54px 23px 0;color:#fff;font-size:.94rem;font-weight:900;line-height:1.4;list-style:none;text-transform:uppercase;cursor:pointer}.nghs-kit-faq-list summary::-webkit-details-marker{display:none}.nghs-kit-faq-list summary:after{content:"+";position:absolute;top:17px;right:0;width:34px;height:34px;display:grid;place-items:center;background:#ffffff0f;border:1px solid rgba(255,255,255,.14);color:var(--cyan);font-size:1.25rem}.nghs-kit-faq-list details[open] summary:after{content:"-";background:var(--cyan);color:#071114}.nghs-kit-faq-list details>div{max-width:760px;padding:0 52px 22px 0;color:#ffffffad;font-size:.9rem;line-height:1.7}.nghs-kit-faq-list details>div p:last-child{margin-bottom:0}.nghs-kit-hazard-note{margin:42px 0 0;padding:16px 18px;border:1px solid rgba(255,255,255,.1);color:#ffffff8a;font-size:.76rem;line-height:1.6;text-align:center}.nghs-restoration-kit-process-section{padding:calc(clamp(72px,8vw,116px) - 12px) 28px;background:linear-gradient(90deg,rgba(40,199,244,.98) 0 4px,transparent 4px),linear-gradient(135deg,rgba(40,199,244,.13),transparent 32%),#0d0f10}.nghs-restoration-kit-process-section:before{content:"";position:absolute;top:-20%;right:-10%;width:46%;height:140%;z-index:-1;border-left:1px solid rgba(255,255,255,.08);background:linear-gradient(135deg,transparent 0 48%,rgba(255,255,255,.03) 48.2% 62%,transparent 62.2%);transform:skew(-12deg)}.nghs-kit-section-heading{max-width:720px}.nghs-kit-section-heading>p,.nghs-kit-specs-copy>p,.nghs-kit-final-copy>p{color:#ffffffb3;font-size:.96rem;line-height:1.7}.nghs-kit-process-heading{margin:0 auto clamp(34px,5vw,62px);text-align:center}.nghs-kit-process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(14px,2.4vw,30px)}.nghs-kit-process-card{position:relative;overflow:hidden;background:#17191a;border:1px solid rgba(255,255,255,.1);border-bottom:3px solid var(--cyan)}.nghs-kit-process-media{position:relative;aspect-ratio:4 / 3;overflow:hidden;background:#eceff0}.nghs-kit-process-media:after{content:"";position:absolute;inset:auto 0 0;height:46%;background:linear-gradient(transparent,#000000b3);pointer-events:none}.nghs-kit-process-media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.nghs-kit-process-card:hover .nghs-kit-process-media img{transform:scale(1.035)}.nghs-kit-process-media span{position:absolute;right:18px;bottom:13px;z-index:2;color:#fff;font-size:2.4rem;font-weight:950;line-height:1}.nghs-kit-process-copy{min-height:170px;padding:24px}.nghs-kit-process-copy h3{margin-bottom:10px;color:#fff;font-size:1.05rem;line-height:1.25;text-transform:uppercase}.nghs-kit-process-copy p{margin:0;color:#ffffffa3;font-size:.88rem;line-height:1.65}.nghs-restoration-kit-reviews-section{padding:calc(clamp(72px,8vw,112px) - 12px) 28px;background:radial-gradient(circle at 10% 60%,rgba(40,199,244,.12),transparent 24%),#f3f5f6;color:#141414}.nghs-kit-reviews-heading{max-width:none;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.7fr);gap:36px;align-items:end;margin-bottom:40px}.nghs-kit-reviews-heading h2{color:#141414;margin-bottom:0}.nghs-kit-reviews-heading>p{margin-bottom:0;color:#141414a8}.nghs-kit-judge-panel{min-height:220px;padding:clamp(22px,3.5vw,48px);background:#fff;border:1px solid rgba(20,20,20,.1);border-top:4px solid var(--cyan);box-shadow:0 28px 68px #0a1c221a}.nghs-kit-judge-panel .jdgm-rev-widg,.nghs-kit-judge-panel .jdgm-widget{color:#141414}.nghs-kit-judge-panel .jdgm-star{color:var(--cyan)!important}.nghs-kit-judge-panel .jdgm-write-rev-link,.nghs-kit-judge-panel .jdgm-submit-rev{border-radius:0!important;background:var(--cyan)!important;border-color:var(--cyan)!important;color:#071114!important;font-weight:900!important}.nghs-restoration-kit-reviews-section .vertical-text{color:#14141461}.nghs-restoration-kit-specifications-section{padding:calc(clamp(72px,8vw,116px) - 12px) 28px;background:linear-gradient(120deg,transparent 0 68%,rgba(40,199,244,.11) 68.2% 84%,transparent 84.2%),#141414}.nghs-kit-specs-intro{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:clamp(30px,5vw,78px);align-items:center;margin-bottom:clamp(40px,6vw,76px)}.nghs-kit-specs-copy{max-width:540px}.nghs-kit-specs-media{position:relative;min-height:440px;display:grid;place-items:center;padding:clamp(28px,4vw,54px);background:#f4f4f4;clip-path:polygon(0 0,calc(100% - 44px) 0,100% 44px,100% 100%,0 100%)}.nghs-kit-specs-media:before{content:"OPTICAL CLARITY";position:absolute;left:18px;bottom:12px;color:#1414140b;font-size:clamp(2.8rem,7vw,6.4rem);font-weight:950;line-height:.9;pointer-events:none}.nghs-kit-specs-media img{position:relative;z-index:1;width:100%;max-height:520px;object-fit:contain;filter:drop-shadow(0 26px 34px rgba(0,0,0,.24))}.nghs-kit-spec-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:#ffffff1c;border:1px solid rgba(255,255,255,.11)}.nghs-kit-spec-grid article{min-height:220px;padding:clamp(22px,2.8vw,36px);background:#171718;transition:background .22s ease}.nghs-kit-spec-grid article:hover{background:#1c2022}.nghs-kit-spec-grid span{display:block;margin-bottom:34px;color:var(--cyan);font-size:.68rem;font-weight:950}.nghs-kit-spec-grid h3{margin-bottom:10px;color:#fff;font-size:1rem;line-height:1.25;text-transform:uppercase}.nghs-kit-spec-grid p{margin:0;color:#ffffff9e;font-size:.86rem;line-height:1.65}.nghs-kit-final-cta{position:relative;display:grid;grid-template-columns:minmax(180px,.45fr) minmax(300px,1fr) auto;gap:clamp(24px,4vw,56px);align-items:center;overflow:hidden;margin-top:clamp(48px,7vw,84px);padding:clamp(26px,4vw,52px);background:linear-gradient(105deg,#28c7f4fa,#06a9d6e0),var(--cyan);color:#071114;clip-path:polygon(0 0,calc(100% - 46px) 0,100% 46px,100% 100%,0 100%)}.nghs-kit-final-cta:after{content:"RESTORE";position:absolute;right:1rem;bottom:-1.6rem;color:#07111414;font-size:clamp(5rem,12vw,11rem);font-weight:950;line-height:1;pointer-events:none}.nghs-kit-final-image,.nghs-kit-final-copy,.nghs-kit-final-buy{position:relative;z-index:1}.nghs-kit-final-image img{width:100%;max-height:230px;object-fit:contain;filter:drop-shadow(0 20px 28px rgba(0,0,0,.25))}.nghs-kit-final-copy .section-kicker{color:#071114}.nghs-kit-final-copy h2{margin-bottom:12px;color:#071114;font-size:clamp(1.55rem,2.35vw,2.4rem)}.nghs-kit-final-copy>p{margin-bottom:0;color:#071114c2;font-weight:700}.nghs-kit-final-buy{min-width:190px;display:grid;gap:14px}.nghs-kit-final-buy>strong{color:#071114;font-size:2rem;line-height:1;text-align:center}.nghs-kit-final-buy .button{width:100%;background:#141414;border-color:#141414;color:#fff}.nghs-restoration-kit-product-section .vertical-text,.nghs-restoration-kit-process-section .vertical-text,.nghs-restoration-kit-reviews-section .vertical-text,.nghs-restoration-kit-specifications-section .vertical-text{right:10px;left:auto;font-size:.6rem}@keyframes nghsKitMediaIn{0%{opacity:0;transform:translateY(8px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:1120px){.nghs-kit-product-hero,.nghs-kit-specs-intro{grid-template-columns:1fr}.nghs-kit-purchase-panel{position:relative;top:auto}.nghs-kit-information-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.nghs-kit-overview-card{grid-column:1 / -1}.nghs-kit-specs-copy{max-width:720px}}@media(max-width:820px){.nghs-restoration-kit-product-section,.nghs-restoration-kit-process-section,.nghs-restoration-kit-reviews-section,.nghs-restoration-kit-specifications-section{padding-right:20px;padding-left:20px}.nghs-kit-process-grid,.nghs-kit-spec-grid{grid-template-columns:1fr}.nghs-kit-process-card{display:grid;grid-template-columns:minmax(180px,.8fr) 1fr}.nghs-kit-process-media{min-height:100%}.nghs-kit-faq-wrap,.nghs-kit-reviews-heading{grid-template-columns:1fr}.nghs-kit-final-cta{grid-template-columns:160px 1fr}.nghs-kit-final-buy{grid-column:1 / -1;grid-template-columns:160px 1fr;align-items:center}}@media(max-width:600px){.nghs-restoration-kit-product-section,.nghs-restoration-kit-process-section,.nghs-restoration-kit-reviews-section,.nghs-restoration-kit-specifications-section{padding-right:18px;padding-left:18px}.nghs-kit-product-hero{margin-top:18px}.nghs-kit-media-stage{min-height:360px;padding:48px 24px 58px;clip-path:polygon(0 0,calc(100% - 30px) 0,100% 30px,100% 100%,30px 100%,0 calc(100% - 30px))}.nghs-kit-media-badge{top:13px;left:13px}.nghs-kit-thumb-rail{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.nghs-kit-thumb{min-width:94px;min-height:86px;scroll-snap-align:start}.nghs-kit-thumb img{height:70px}.nghs-kit-purchase-panel,.nghs-kit-overview-card,.nghs-kit-list-card,.nghs-kit-judge-panel{padding:22px}.nghs-kit-purchase-panel h1{font-size:clamp(1.85rem,10vw,2.6rem)}.nghs-kit-assurance-grid,.nghs-kit-information-grid{grid-template-columns:1fr}.nghs-kit-overview-card{grid-column:auto}.nghs-kit-assurance-grid>div{padding:14px}.nghs-kit-process-card{display:block}.nghs-kit-process-copy{min-height:0}.nghs-kit-specs-media{min-height:330px}.nghs-kit-final-cta{grid-template-columns:1fr;clip-path:polygon(0 0,calc(100% - 28px) 0,100% 28px,100% 100%,0 100%)}.nghs-kit-final-image{max-width:250px;margin:0 auto}.nghs-kit-final-buy{grid-column:auto;grid-template-columns:1fr}.nghs-kit-final-buy>strong{text-align:left}}compare-modal.compare-modal{top:0;isolation:isolate;z-index:60;background:radial-gradient(circle at 88% 8%,rgba(40,199,244,.2),transparent 28rem),linear-gradient(135deg,rgba(255,255,255,.035),transparent 42%),var(--black-2);color:var(--white)}compare-modal.compare-modal:before{content:"";position:absolute;inset:0 0 auto auto;z-index:-1;width:min(36vw,540px);height:min(44vh,520px);background:linear-gradient(135deg,rgba(40,199,244,.18),transparent 72%);clip-path:polygon(35% 0,100% 0,100% 100%,0 0);pointer-events:none}compare-modal .compare-modal-wrapper{width:min(100%,var(--max));margin:0 auto;padding-right:28px;padding-left:28px;scrollbar-color:var(--cyan) rgba(255,255,255,.08);scrollbar-width:thin}compare-modal .compare-modal-header{padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.12)}compare-modal .compare-modal-title{color:var(--white);font-size:clamp(2rem,4vw,3.6rem);font-weight:950;line-height:1;letter-spacing:-.035em;text-transform:uppercase}compare-modal .clear-compare-modal-products{min-height:44px;padding:0 16px;border:1px solid rgba(255,255,255,.22);background:#ffffff0b;color:var(--white);font-size:.72rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase;transition:border-color .18s ease,color .18s ease,background .18s ease}compare-modal .clear-compare-modal-products:hover,compare-modal .clear-compare-modal-products:focus-visible{border-color:var(--cyan);background:#28c7f41a;color:var(--cyan)}compare-modal .compare-modal-close{top:24px;right:24px;z-index:2;width:42px;height:42px;border:1px solid rgba(255,255,255,.18);background:#00000052;color:var(--white);transition:border-color .18s ease,background .18s ease,color .18s ease}compare-modal .compare-modal-close:hover,compare-modal .compare-modal-close:focus-visible{border-color:var(--cyan);background:var(--cyan);color:var(--black)}compare-modal .compare-modal-content{border:1px solid rgba(255,255,255,.12);border-top:4px solid var(--cyan);border-radius:var(--radius);background:#0a0c0eb8;box-shadow:0 32px 90px #00000061;scrollbar-color:var(--cyan) rgba(255,255,255,.08);scrollbar-width:thin}compare-modal .compare-row{align-items:stretch}compare-modal .compare-row:not(.compare-row--product):nth-child(odd) .nghs-compare-product{background:#ffffff0e}:is(compare-modal,.section-compare) .nghs-compare-product{border-color:#ffffff1c!important;background:#ffffff06;color:var(--white)}:is(compare-modal,.section-compare) .nghs-compare-product--header{position:relative;align-items:stretch;flex-direction:column;gap:0;padding:clamp(16px,2vw,26px);overflow:hidden;background:linear-gradient(145deg,rgba(255,255,255,.07),transparent 58%),#141414f5}:is(compare-modal,.section-compare) .nghs-compare-product--header:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:var(--cyan);pointer-events:none}:is(compare-modal,.section-compare) .nghs-compare-product__media{width:100%;margin-bottom:22px}:is(compare-modal,.section-compare) .nghs-compare-product__image{position:relative;display:grid;width:100%;height:auto;min-height:230px;aspect-ratio:1.18 / 1;padding:clamp(20px,3vw,38px);place-items:center;overflow:hidden;background:linear-gradient(145deg,#fffffffa,#e8f2f6f5),var(--soft);border:1px solid rgba(255,255,255,.18);border-radius:var(--radius)}:is(compare-modal,.section-compare) .nghs-compare-product__image:before{content:"";position:absolute;top:13px;right:13px;bottom:13px;left:13px;border:1px solid rgba(20,20,20,.08);clip-path:polygon(0 0,86% 0,100% 16%,100% 100%,14% 100%,0 84%);pointer-events:none}:is(compare-modal,.section-compare) .nghs-compare-product__image img{position:relative;inset:auto;z-index:1;width:100%;height:100%;max-height:300px;object-fit:contain;filter:drop-shadow(0 20px 24px rgba(0,0,0,.22));transition:transform .25s ease}:is(compare-modal,.section-compare) .nghs-compare-product--header:hover .nghs-compare-product__image img{transform:translateY(-3px) scale(1.02)}:is(compare-modal,.section-compare) .nghs-compare-product__placeholder{position:relative;z-index:1;width:72%;height:auto;color:#14141433}:is(compare-modal,.section-compare) .nghs-compare-product__info{display:flex;flex:1;flex-direction:column;align-items:stretch;width:100%}:is(compare-modal,.section-compare) .nghs-compare-product__eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:10px;color:var(--cyan);font-size:.68rem;font-weight:950;letter-spacing:.12em;line-height:1;text-transform:uppercase}:is(compare-modal,.section-compare) .nghs-compare-product__eyebrow:before{width:22px;height:3px;background:var(--cyan);content:""}:is(compare-modal,.section-compare) .nghs-compare-product--header .compare-product-title{margin:0 0 14px;color:var(--white);font-size:clamp(1.2rem,2vw,1.65rem);font-weight:950;line-height:1.08;letter-spacing:-.025em;text-transform:uppercase}:is(compare-modal,.section-compare) .nghs-compare-product--header .compare-product-title a{transition:color .18s ease}:is(compare-modal,.section-compare) .nghs-compare-product--header .compare-product-title a:hover,:is(compare-modal,.section-compare) .nghs-compare-product--header .compare-product-title a:focus-visible{color:var(--cyan)}:is(compare-modal,.section-compare) .nghs-compare-product--header .compare-product-price{display:flex;flex-wrap:wrap;align-items:baseline;gap:10px;margin:0 0 20px;color:var(--cyan);font-size:1.25rem;font-weight:950;line-height:1.1}:is(compare-modal,.section-compare) .nghs-compare-product__current-price{color:var(--cyan)}:is(compare-modal,.section-compare) .nghs-compare-product__compare-price{color:#ffffff80;font-size:.72em;font-weight:850}:is(compare-modal,.section-compare) .nghs-compare-product--header .button{width:100%;min-height:50px;margin-top:auto;justify-content:space-between;padding:0 18px;color:var(--white)}:is(compare-modal,.section-compare) .nghs-compare-product--header .button svg{width:20px;height:20px;transition:transform .18s ease}:is(compare-modal,.section-compare) .nghs-compare-product--header .button:hover svg,:is(compare-modal,.section-compare) .nghs-compare-product--header .button:focus-visible svg{transform:translate(3px)}:is(compare-modal,.section-compare) .nghs-compare-product--header .remove-compare-product{position:absolute;top:clamp(26px,3vw,36px);right:clamp(26px,3vw,36px);z-index:3;width:38px;height:38px;margin:0;padding:0;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:#0b0b0cdb;color:var(--white);box-shadow:0 8px 22px #00000038;cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease,transform .18s ease}:is(compare-modal,.section-compare) .nghs-compare-product--header .remove-compare-product:before,:is(compare-modal,.section-compare) .nghs-compare-product--header .remove-compare-product:after{width:15px;height:2px;background:currentColor}:is(compare-modal,.section-compare) .nghs-compare-product--header .remove-compare-product:hover,:is(compare-modal,.section-compare) .nghs-compare-product--header .remove-compare-product:focus-visible{border-color:var(--cyan);background:var(--cyan);color:var(--black);transform:rotate(4deg) scale(1.04);outline:none}:is(compare-modal,.section-compare) .nghs-compare-product--detail{justify-content:flex-start;padding:clamp(18px,2vw,26px);transition:background .18s ease}:is(compare-modal,.section-compare) .nghs-compare-product--detail .compare-label{display:flex;align-items:center;gap:9px;margin:0 0 10px;color:var(--cyan);font-size:.68rem;font-weight:950;letter-spacing:.1em;line-height:1.2;text-transform:uppercase}:is(compare-modal,.section-compare) .nghs-compare-product--detail .compare-label:before{width:3px;height:14px;flex:0 0 3px;background:var(--cyan);content:""}:is(compare-modal,.section-compare) .nghs-compare-product__value{color:#ffffffdb;font-size:.92rem;font-weight:700;line-height:1.65}:is(compare-modal,.section-compare) .nghs-compare-product__value--code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.82rem;letter-spacing:.04em}:is(compare-modal,.section-compare) .nghs-compare-product__richtext>:first-child{margin-top:0}:is(compare-modal,.section-compare) .nghs-compare-product__richtext>:last-child{margin-bottom:0}:is(compare-modal,.section-compare) .nghs-compare-product__richtext a{color:var(--cyan);font-weight:900;text-decoration:underline;text-underline-offset:3px}.section-compare{position:relative;isolation:isolate;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:min(calc(100% - 56px),var(--max));margin:clamp(42px,7vw,90px) auto;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-top:4px solid var(--cyan);border-radius:var(--radius);background:radial-gradient(circle at 94% 2%,rgba(40,199,244,.16),transparent 30rem),var(--black-2);color:var(--white);box-shadow:0 32px 90px #0000005c}.section-compare:before{content:"";position:absolute;top:0;right:0;z-index:0;width:min(34vw,480px);height:260px;background:linear-gradient(135deg,rgba(40,199,244,.13),transparent 72%);clip-path:polygon(44% 0,100% 0,100% 100%,0 0);pointer-events:none}.section-compare>.nghs-compare-product{position:relative;z-index:1}.section-compare>.nghs-compare-product--header{display:grid;grid-column:1 / -1;grid-template-columns:minmax(300px,.9fr) minmax(320px,1.1fr);align-items:center;gap:clamp(28px,5vw,72px);padding:clamp(28px,5vw,64px);border-bottom:1px solid rgba(255,255,255,.12)!important}.section-compare>.nghs-compare-product--header:before{display:none}.section-compare .nghs-compare-product__media{margin-bottom:0}.section-compare .nghs-compare-product__image{min-height:clamp(340px,38vw,500px);aspect-ratio:auto;padding:clamp(28px,4vw,54px);box-shadow:0 24px 54px #00000047}.section-compare .nghs-compare-product__image img{max-height:400px}.section-compare .nghs-compare-product__info{justify-content:center;min-width:0}.section-compare .nghs-compare-product--header .compare-product-title{max-width:700px;margin-bottom:20px;font-size:clamp(2rem,4vw,3.8rem);line-height:.98}.section-compare .nghs-compare-product--header .compare-product-price{margin-bottom:26px;font-size:clamp(1.5rem,2.4vw,2.25rem)}.section-compare .nghs-compare-product--header .button{width:min(100%,280px)}.section-compare .nghs-compare-product--header .remove-compare-product{display:none}.section-compare>.nghs-compare-product--detail{min-width:0;padding:clamp(22px,3vw,34px);border-bottom:1px solid rgba(255,255,255,.1)!important;background:#ffffff06}.section-compare>.nghs-compare-product--detail:nth-child(2n){background:#ffffff0d}.section-compare>.nghs-compare-product--detail:nth-child(odd){border-left:1px solid rgba(255,255,255,.1)!important}.section-compare>[data-compare-key=compare-description]{grid-column:1 / -1;border-left:0!important}.section-compare .nghs-compare-product--detail .compare-label{margin-bottom:12px;font-size:.72rem}.section-compare .nghs-compare-product__value{font-size:.98rem;line-height:1.72}@media(max-width:989px){compare-modal.compare-modal{padding-top:70px;padding-bottom:38px}:is(compare-modal,.section-compare) .nghs-compare-product__image{min-height:200px;padding:22px}:is(compare-modal,.section-compare) .nghs-compare-product--header .remove-compare-product{top:26px;right:26px}.section-compare>.nghs-compare-product--header{grid-template-columns:minmax(260px,.85fr) minmax(300px,1.15fr);gap:30px;padding:32px}.section-compare .nghs-compare-product__image{min-height:320px}.section-compare .nghs-compare-product--header .compare-product-title{font-size:clamp(1.8rem,4vw,2.8rem)}}@media(max-width:749px){compare-modal .compare-modal-wrapper{padding-right:18px;padding-left:18px}compare-modal .compare-modal-title{font-size:1.8rem}compare-modal .compare-modal-close{top:14px;right:14px;width:38px;height:38px}compare-modal .compare-modal-content{margin-top:24px}:is(compare-modal,.section-compare) .nghs-compare-product--header,:is(compare-modal,.section-compare) .nghs-compare-product--detail{padding:14px}:is(compare-modal,.section-compare) .nghs-compare-product__media{margin-bottom:16px}:is(compare-modal,.section-compare) .nghs-compare-product__image{min-height:150px;padding:16px}:is(compare-modal,.section-compare) .nghs-compare-product__image:before{top:8px;right:8px;bottom:8px;left:8px}:is(compare-modal,.section-compare) .nghs-compare-product--header .compare-product-title{font-size:1rem}:is(compare-modal,.section-compare) .nghs-compare-product--header .compare-product-price{font-size:1rem}:is(compare-modal,.section-compare) .nghs-compare-product--header .button{min-height:46px;padding:0 13px;font-size:.7rem}:is(compare-modal,.section-compare) .nghs-compare-product--header .remove-compare-product{top:22px;right:22px;width:34px;height:34px}:is(compare-modal,.section-compare) .nghs-compare-product--detail .compare-label{font-size:.62rem}:is(compare-modal,.section-compare) .nghs-compare-product__value{font-size:.82rem}.section-compare{grid-template-columns:1fr;width:min(calc(100% - 36px),var(--max));margin:34px auto}.section-compare>.nghs-compare-product--header{display:grid;grid-column:auto;grid-template-columns:1fr;gap:24px;padding:18px}.section-compare .nghs-compare-product__image{min-height:280px;padding:24px}.section-compare .nghs-compare-product--header .compare-product-title{font-size:clamp(1.75rem,9vw,2.5rem)}.section-compare .nghs-compare-product--header .compare-product-price{font-size:1.35rem}.section-compare>.nghs-compare-product--detail,.section-compare>[data-compare-key=compare-description]{grid-column:auto;padding:20px;border-left:0!important}.section-compare .nghs-compare-product__value{font-size:.9rem}}.section-sticky-atc-bar{margin:0;padding:0}.nghs-sticky-atc{position:fixed;right:0;bottom:0;left:0;z-index:45;width:100%;padding:14px 0 max(14px,env(safe-area-inset-bottom));border-top:3px solid var(--cyan);background:linear-gradient(120deg,rgba(255,255,255,.055),transparent 42%),#0b0b0cf2;color:var(--white);box-shadow:0 -20px 60px #00000057;backdrop-filter:blur(18px) saturate(135%);-webkit-backdrop-filter:blur(18px) saturate(135%);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(calc(100% + 32px));transition:transform .38s cubic-bezier(.22,1,.36,1),opacity .24s ease,visibility .24s ease}.nghs-sticky-atc.is-visible,.nghs-sticky-atc.atc-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.nghs-sticky-atc.is-closed{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(calc(100% + 32px))}.nghs-sticky-atc__shell{width:min(100%,var(--max));margin:0 auto;padding:0 28px}.nghs-sticky-atc__product{position:relative;display:grid;grid-template-columns:74px minmax(190px,1fr) auto;align-items:center;gap:16px;min-width:0;padding-right:38px}.nghs-sticky-atc:not(.has-image) .nghs-sticky-atc__product{grid-template-columns:minmax(190px,1fr) auto}.nghs-sticky-atc__media{position:relative;display:grid;width:74px;height:74px;padding:7px;place-items:center;overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius);background:linear-gradient(145deg,#fff,#eaf2f5)}.nghs-sticky-atc__media:after{content:"";position:absolute;top:5px;right:5px;bottom:5px;left:5px;border:1px solid rgba(20,20,20,.07);pointer-events:none}.nghs-sticky-atc__media img,.nghs-sticky-atc__placeholder{position:relative;z-index:1;width:100%;height:100%;object-fit:contain;color:#14141433;filter:drop-shadow(0 7px 9px rgba(0,0,0,.16));transition:opacity .16s ease,transform .2s ease}.nghs-sticky-atc__info{display:flex;min-width:0;flex-direction:column;align-items:flex-start}.nghs-sticky-atc__kicker{display:inline-flex;align-items:center;gap:7px;margin-bottom:5px;color:var(--cyan);font-size:.62rem;font-weight:950;letter-spacing:.11em;line-height:1;text-transform:uppercase}.nghs-sticky-atc__kicker i{width:7px;height:7px;border-radius:50%;background:var(--cyan);box-shadow:0 0 0 4px #28c7f41f}.nghs-sticky-atc__title{display:-webkit-box;max-width:480px;margin:0 0 5px;overflow:hidden;color:var(--white);font-size:.94rem;font-weight:var(--nghs-sticky-title-weight, 900);line-height:1.18;letter-spacing:-.01em;text-transform:uppercase;-webkit-box-orient:vertical;-webkit-line-clamp:2;transition:color .18s ease}.nghs-sticky-atc__title:hover,.nghs-sticky-atc__title:focus-visible{color:var(--cyan)}.nghs-sticky-atc__price{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px;color:var(--cyan);font-size:1.05rem;font-weight:950;line-height:1}.nghs-sticky-atc__price s{color:#ffffff7a;font-size:.72em;font-weight:800}.nghs-sticky-atc__price [hidden]{display:none}.nghs-sticky-atc__form,.nghs-sticky-atc__form product-form{display:block;min-width:0}.nghs-sticky-atc__form-fields{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px}.nghs-sticky-atc__select-wrap{position:relative;min-width:190px}.nghs-sticky-atc__select{width:100%;min-height:48px;padding:0 42px 0 14px;-webkit-appearance:none;appearance:none;border:1px solid rgba(255,255,255,.18);border-radius:0;background:#0000005c;color:var(--white);font-size:.78rem;font-weight:850;outline:none;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease}.nghs-sticky-atc__select option{background:var(--black);color:var(--white)}.nghs-sticky-atc__select:focus{border-color:var(--cyan);box-shadow:0 0 0 3px #28c7f429}.nghs-sticky-atc__select-wrap>svg{position:absolute;top:50%;right:13px;width:18px;height:18px;color:var(--cyan);pointer-events:none;transform:translateY(-50%)}.nghs-sticky-atc__quantity{display:grid;grid-template-columns:38px 46px 38px;min-height:48px;overflow:hidden;border:1px solid rgba(255,255,255,.18);background:#0000005c}.nghs-sticky-atc__quantity button,.nghs-sticky-atc__quantity input{width:100%;min-width:0;height:46px;margin:0;padding:0;border:0;border-radius:0;background:transparent;color:var(--white);text-align:center}.nghs-sticky-atc__quantity button{display:grid;place-items:center;cursor:pointer;transition:background .18s ease,color .18s ease}.nghs-sticky-atc__quantity button:hover,.nghs-sticky-atc__quantity button:focus-visible{background:#28c7f421;color:var(--cyan)}.nghs-sticky-atc__quantity button svg{width:18px;height:18px}.nghs-sticky-atc__quantity input{border-right:1px solid rgba(255,255,255,.12);border-left:1px solid rgba(255,255,255,.12);font-size:.82rem;font-weight:900;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.nghs-sticky-atc__quantity input::-webkit-inner-spin-button,.nghs-sticky-atc__quantity input::-webkit-outer-spin-button{margin:0;appearance:none;-webkit-appearance:none}.nghs-sticky-atc__button{min-width:170px;min-height:48px;justify-content:space-between;padding:0 17px}.nghs-sticky-atc__button svg{width:19px;height:19px;transition:transform .18s ease}.nghs-sticky-atc__button:hover svg,.nghs-sticky-atc__button:focus-visible svg{transform:translate(3px)}.nghs-sticky-atc__button[disabled]{background:#ffffff1f;color:#ffffff8c;cursor:not-allowed;transform:none}.nghs-sticky-atc__assurance{display:inline-flex;align-items:center;gap:6px;color:#ffffff9e;font-size:.64rem;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.nghs-sticky-atc__assurance svg{width:15px;height:15px;color:var(--cyan)}.nghs-sticky-atc__error:not([hidden]){display:flex;flex-basis:100%;align-items:center;justify-content:flex-end;gap:7px;margin-bottom:7px;color:#ff8e98;font-size:.72rem;font-weight:800}.nghs-sticky-atc__error svg{width:18px;height:18px;flex:0 0 18px}.nghs-sticky-atc__close{position:absolute;top:-4px;right:0;width:32px;height:32px;margin:0;padding:0;border:1px solid rgba(255,255,255,.14);border-radius:50%;background:#ffffff0a;color:var(--white);cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease,transform .18s ease}.nghs-sticky-atc__close:before,.nghs-sticky-atc__close:after{content:"";position:absolute;top:50%;left:50%;width:13px;height:2px;border-radius:2px;background:currentColor;transform:translate(-50%,-50%) rotate(45deg)}.nghs-sticky-atc__close:after{transform:translate(-50%,-50%) rotate(-45deg)}.nghs-sticky-atc__close:hover,.nghs-sticky-atc__close:focus-visible{border-color:var(--cyan);background:var(--cyan);color:var(--black);transform:rotate(4deg)}.nghs-sticky-atc__sr-only{position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;border:0!important;white-space:nowrap!important}.nghs-sticky-atc.is-right-side{right:20px;bottom:max(20px,env(safe-area-inset-bottom));left:auto;width:min(calc(100% - 40px),var(--nghs-sticky-width, 560px));padding:18px;border:1px solid rgba(255,255,255,.14);border-top:4px solid var(--cyan);border-radius:var(--radius);box-shadow:0 26px 80px #00000073;transform:translateY(calc(100% + 44px)) scale(.98)}.nghs-sticky-atc.is-right-side.is-visible,.nghs-sticky-atc.is-right-side.atc-visible{transform:translateY(0) scale(1)}.nghs-sticky-atc.is-right-side.is-closed{transform:translateY(calc(100% + 44px)) scale(.98)}.nghs-sticky-atc.is-right-side .nghs-sticky-atc__shell{width:100%;padding:0}.nghs-sticky-atc.is-right-side .nghs-sticky-atc__product{grid-template-columns:72px minmax(0,1fr);padding-right:28px}.nghs-sticky-atc.is-right-side:not(.has-image) .nghs-sticky-atc__product{grid-template-columns:1fr}.nghs-sticky-atc.is-right-side .nghs-sticky-atc__form{grid-column:1 / -1;width:100%;padding-top:3px}.nghs-sticky-atc.is-right-side .nghs-sticky-atc__form-fields{display:grid;grid-template-columns:minmax(0,1fr) auto;justify-content:stretch}.nghs-sticky-atc.is-right-side .nghs-sticky-atc__select-wrap{min-width:0}.nghs-sticky-atc.is-right-side .nghs-sticky-atc__form-fields:not(:has(.nghs-sticky-atc__select-wrap)) .nghs-sticky-atc__button{grid-column:1 / -1}.nghs-sticky-atc.is-right-side .nghs-sticky-atc__assurance{grid-column:1 / -1}.nghs-sticky-atc.is-right-side .nghs-sticky-atc__close{top:-9px;right:-9px}@media(max-width:980px){.nghs-sticky-atc.is-default .nghs-sticky-atc__product{grid-template-columns:64px minmax(160px,1fr) auto}.nghs-sticky-atc.is-default:not(.has-image) .nghs-sticky-atc__product{grid-template-columns:minmax(160px,1fr) auto}.nghs-sticky-atc.is-default .nghs-sticky-atc__media{width:64px;height:64px}.nghs-sticky-atc.is-default .nghs-sticky-atc__quantity,.nghs-sticky-atc.is-default .nghs-sticky-atc__assurance{display:none}.nghs-sticky-atc.is-default .nghs-sticky-atc__select-wrap{min-width:160px;max-width:210px}}@media(max-width:749px){.nghs-sticky-atc,.nghs-sticky-atc.is-right-side{right:12px;bottom:max(12px,env(safe-area-inset-bottom));left:12px;width:auto;padding:14px;border:1px solid rgba(255,255,255,.14);border-top:4px solid var(--cyan);border-radius:var(--radius);box-shadow:0 24px 70px #0000007a;transform:translateY(calc(100% + 32px)) scale(.985)}.nghs-sticky-atc.is-visible,.nghs-sticky-atc.atc-visible,.nghs-sticky-atc.is-right-side.is-visible,.nghs-sticky-atc.is-right-side.atc-visible{transform:translateY(0) scale(1)}.nghs-sticky-atc.is-closed,.nghs-sticky-atc.is-right-side.is-closed{transform:translateY(calc(100% + 32px)) scale(.985)}.nghs-sticky-atc__shell,.nghs-sticky-atc.is-right-side .nghs-sticky-atc__shell{width:100%;padding:0}.nghs-sticky-atc__product,.nghs-sticky-atc.is-default .nghs-sticky-atc__product,.nghs-sticky-atc.is-right-side .nghs-sticky-atc__product{grid-template-columns:62px minmax(0,1fr);gap:11px;padding-right:24px}.nghs-sticky-atc:not(.has-image) .nghs-sticky-atc__product,.nghs-sticky-atc.is-default:not(.has-image) .nghs-sticky-atc__product,.nghs-sticky-atc.is-right-side:not(.has-image) .nghs-sticky-atc__product{grid-template-columns:1fr}.nghs-sticky-atc__media,.nghs-sticky-atc.is-default .nghs-sticky-atc__media{width:62px;height:62px}.nghs-sticky-atc__kicker{font-size:.56rem}.nghs-sticky-atc__title{padding-right:4px;font-size:.78rem}.nghs-sticky-atc__price{font-size:.9rem}.nghs-sticky-atc__form,.nghs-sticky-atc.is-right-side .nghs-sticky-atc__form{grid-column:1 / -1;padding-top:2px}.nghs-sticky-atc__form-fields,.nghs-sticky-atc.is-right-side .nghs-sticky-atc__form-fields{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.nghs-sticky-atc__form-fields:not(:has(.nghs-sticky-atc__select-wrap)) .nghs-sticky-atc__button{grid-column:1 / -1;width:100%}.nghs-sticky-atc__select-wrap,.nghs-sticky-atc.is-default .nghs-sticky-atc__select-wrap{min-width:0;max-width:none}.nghs-sticky-atc__select{min-height:46px;padding-left:11px;font-size:.7rem}.nghs-sticky-atc__quantity{display:none}.nghs-sticky-atc__button{min-width:140px;min-height:46px;padding:0 13px;font-size:.72rem}.nghs-sticky-atc__assurance{grid-column:1 / -1;font-size:.58rem}.nghs-sticky-atc__close,.nghs-sticky-atc.is-right-side .nghs-sticky-atc__close{top:-8px;right:-8px;width:28px;height:28px}}@media(max-width:460px){.nghs-sticky-atc__form-fields,.nghs-sticky-atc.is-right-side .nghs-sticky-atc__form-fields{grid-template-columns:minmax(0,1fr) 128px}.nghs-sticky-atc__button{min-width:128px}.nghs-sticky-atc__form-fields:not(:has(.nghs-sticky-atc__select-wrap)) .nghs-sticky-atc__button{grid-column:1 / -1;width:100%}}@media(max-width:360px){.nghs-sticky-atc__media{display:none}.nghs-sticky-atc__product,.nghs-sticky-atc.is-default .nghs-sticky-atc__product,.nghs-sticky-atc.is-right-side .nghs-sticky-atc__product,.nghs-sticky-atc__form-fields,.nghs-sticky-atc.is-right-side .nghs-sticky-atc__form-fields{grid-template-columns:1fr}.nghs-sticky-atc__button{width:100%}}@media(prefers-reduced-motion:reduce){.nghs-sticky-atc,.nghs-sticky-atc__media img,.nghs-sticky-atc__button svg{transition:none}}.section-related-products{margin:0;padding:0}.nghs-related-products{display:block;background:var(--black);color:var(--white)}.nghs-related{position:relative;isolation:isolate;overflow:hidden;padding-top:max(0px,calc(var(--nghs-related-padding-top, 88px) - 12px));padding-bottom:max(0px,calc(var(--nghs-related-padding-bottom, 96px) - 12px));background:radial-gradient(circle at 92% 2%,rgba(40,199,244,.17),transparent 29rem),linear-gradient(135deg,rgba(255,255,255,.025),transparent 46%),var(--black)}.nghs-related:before{content:"RELATED";position:absolute;top:12px;right:-1rem;z-index:-1;color:#ffffff06;font-size:clamp(5rem,10vw,10rem);font-weight:950;letter-spacing:-.06em;line-height:.8;text-transform:uppercase;pointer-events:none}.nghs-related__shell{position:relative;z-index:1}.nghs-related__header{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:clamp(30px,4vw,52px)}.nghs-related__header.is-center{flex-direction:column;align-items:center;text-align:center}.nghs-related__heading{max-width:760px}.nghs-related__header.is-center .nghs-related__heading{margin:0 auto}.nghs-related__heading .section-kicker{margin-bottom:12px}.nghs-related__title{max-width:780px;margin:0 0 14px;color:var(--white);font-size:clamp(2.45rem,5vw,4.8rem);font-weight:950;line-height:.95;letter-spacing:-.045em;text-transform:uppercase}.nghs-related__title.is-h3{font-size:clamp(2rem,3.5vw,3.25rem)}.nghs-related__title.is-h1{font-size:clamp(3rem,6vw,5.8rem)}.nghs-related__description{max-width:650px;color:#ffffffb3;font-size:1rem;font-weight:700;line-height:1.65}.nghs-related__header.is-center .nghs-related__description{margin-right:auto;margin-left:auto}.nghs-related__description>:first-child{margin-top:0}.nghs-related__description>:last-child{margin-bottom:0}.nghs-related__actions{display:flex;flex:0 0 auto;align-items:center;gap:14px}.nghs-related__shop-link{display:inline-flex;min-height:44px;align-items:center;gap:10px;padding:0 14px;border-bottom:2px solid var(--cyan);color:var(--white);font-size:.7rem;font-weight:950;letter-spacing:.06em;text-transform:uppercase;transition:color .18s ease,background .18s ease}.nghs-related__shop-link svg{width:18px;height:18px;color:var(--cyan);transition:transform .18s ease}.nghs-related__shop-link:hover,.nghs-related__shop-link:focus-visible{background:#28c7f414;color:var(--cyan)}.nghs-related__shop-link:hover svg,.nghs-related__shop-link:focus-visible svg{transform:translate(3px)}.nghs-related__navigation{display:flex;gap:8px}.nghs-related__navigation[hidden]{display:none}.nghs-related__navigation button{display:grid;width:46px;height:46px;margin:0;padding:0;place-items:center;border:1px solid rgba(255,255,255,.18);border-radius:0;background:#ffffff0b;color:var(--white);cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease,transform .18s ease}.nghs-related__navigation button:hover,.nghs-related__navigation button:focus-visible{border-color:var(--cyan);background:var(--cyan);color:var(--black);transform:translateY(-2px)}.nghs-related__navigation button:disabled{opacity:.28;cursor:default;transform:none}.nghs-related__navigation svg{width:20px;height:20px}.nghs-related__viewport{width:100%}.nghs-related__viewport.is-slider{overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-inline:contain}.nghs-related__viewport.is-slider::-webkit-scrollbar{display:none}.nghs-related__grid{display:grid;grid-template-columns:repeat(var(--nghs-related-columns, 4),minmax(0,1fr));gap:clamp(16px,2vw,24px);padding:0;margin:0;list-style:none}.nghs-related__viewport.is-slider .nghs-related__grid{display:flex;width:100%;gap:clamp(16px,2vw,24px)}.nghs-related__viewport.is-slider .nghs-related__item{flex:0 0 calc(25% - 18px);min-width:240px;scroll-snap-align:start}.nghs-related-products.columns-desktop-2 .nghs-related__viewport.is-slider .nghs-related__item{flex-basis:calc(50% - 12px)}.nghs-related-products.columns-desktop-3 .nghs-related__viewport.is-slider .nghs-related__item{flex-basis:calc(33.333% - 16px)}.nghs-related-products.columns-desktop-4 .nghs-related__viewport.is-slider .nghs-related__item{flex-basis:calc(25% - 18px)}.nghs-related-products.columns-desktop-5 .nghs-related__viewport.is-slider .nghs-related__item{flex-basis:calc(20% - 20px)}.nghs-related__item{min-width:0}.nghs-related-card{position:relative;display:flex;min-height:100%;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.11);border-top:3px solid transparent;border-radius:var(--radius);background:linear-gradient(145deg,rgba(255,255,255,.065),transparent 46%),#111315e6;box-shadow:0 22px 58px #00000040;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.nghs-related-card:hover,.nghs-related-card:focus-within{border-top-color:var(--cyan);border-right-color:#28c7f46b;border-bottom-color:#28c7f46b;border-left-color:#28c7f46b;box-shadow:0 30px 78px #0000005c;transform:translateY(-5px)}.nghs-related-card__media{position:relative;display:grid;min-height:290px;padding:clamp(20px,2.5vw,32px);place-items:center;overflow:hidden;aspect-ratio:1 / 1;background:linear-gradient(145deg,#fff,#eaf2f5)}.nghs-related-card__media.is-portrait{aspect-ratio:.82 / 1}.nghs-related-card__media.is-adapt{aspect-ratio:1.12 / 1}.nghs-related-card__media:before{content:"";position:absolute;top:14px;right:14px;bottom:14px;left:14px;z-index:1;border:1px solid rgba(20,20,20,.075);clip-path:polygon(0 0,86% 0,100% 15%,100% 100%,14% 100%,0 84%);pointer-events:none}.nghs-related-card__image,.nghs-related-card__placeholder{position:absolute;inset:clamp(20px,2.5vw,32px);z-index:2;width:calc(100% - clamp(40px,5vw,64px));height:calc(100% - clamp(40px,5vw,64px));object-fit:contain;color:#1414142e;filter:drop-shadow(0 20px 24px rgba(0,0,0,.2));transition:opacity .3s ease,transform .3s ease}.nghs-related-card__image.is-secondary{opacity:0;transform:scale(1.035)}.nghs-related-card__media.has-secondary:hover .is-primary,.nghs-related-card:focus-within .nghs-related-card__media.has-secondary .is-primary{opacity:0;transform:scale(.97)}.nghs-related-card__media.has-secondary:hover .is-secondary,.nghs-related-card:focus-within .nghs-related-card__media.has-secondary .is-secondary{opacity:1;transform:scale(1)}.nghs-related-card__media:not(.has-secondary):hover .nghs-related-card__image,.nghs-related-card:focus-within .nghs-related-card__media:not(.has-secondary) .nghs-related-card__image{transform:translateY(-4px) scale(1.035)}.nghs-related-card__badge{position:absolute;top:14px;left:14px;z-index:4;min-height:30px;display:inline-flex;align-items:center;padding:0 11px;background:var(--cyan);color:#061013;font-size:.65rem;font-weight:950;letter-spacing:.06em;text-transform:uppercase;clip-path:polygon(0 0,90% 0,100% 100%,0 100%)}.nghs-related-card__badge.is-sold-out{background:var(--black);color:var(--white)}.nghs-related-card__media-action{position:absolute;right:14px;bottom:14px;z-index:4;display:inline-flex;min-height:34px;align-items:center;gap:8px;padding:0 11px;background:#0b0b0ce0;color:var(--white);font-size:.62rem;font-weight:950;letter-spacing:.05em;text-transform:uppercase;opacity:0;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease,background .2s ease}.nghs-related-card__media-action svg{width:16px;height:16px;color:var(--cyan)}.nghs-related-card__media:hover .nghs-related-card__media-action,.nghs-related-card__media:focus-visible .nghs-related-card__media-action{opacity:1;transform:translateY(0)}.nghs-related-card__body{display:flex;flex:1;flex-direction:column;align-items:stretch;padding:22px}.nghs-related-card__meta{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:12px}.nghs-related-card__meta span{min-height:26px;display:inline-flex;align-items:center;padding:0 8px;border:1px solid rgba(255,255,255,.1);background:#fff1;color:#ffffffb8;font-size:.6rem;font-weight:950;letter-spacing:.04em;text-transform:uppercase}.nghs-related-card__meta span.is-available{border-color:#28c7f440;color:var(--cyan)}.nghs-related-card__title{margin:0 0 11px;color:var(--white);font-size:clamp(1.08rem,1.45vw,1.38rem);font-weight:950;line-height:1.12;letter-spacing:-.015em;text-transform:uppercase}.nghs-related-card__title a{transition:color .18s ease}.nghs-related-card__title a:hover,.nghs-related-card__title a:focus-visible{color:var(--cyan)}.nghs-related-card__vendor{margin:-2px 0 10px;color:#ffffff80;font-size:.68rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.nghs-related-card__rating{display:inline-flex;width:fit-content;align-items:center;gap:6px;margin:0 0 10px;color:#ffffffb3;font-size:.7rem;font-weight:850}.nghs-related-card__rating span{color:var(--cyan);font-size:.9rem}.nghs-related-card__price{display:flex;flex-wrap:wrap;align-items:baseline;gap:9px;margin-bottom:13px;color:var(--cyan);font-size:1.12rem;font-weight:950;line-height:1}.nghs-related-card__price s{color:#ffffff75;font-size:.76em;font-weight:800}.nghs-related-card__excerpt{display:-webkit-box;margin:0 0 18px;overflow:hidden;color:#ffffffa6;font-size:.82rem;font-weight:700;line-height:1.58;-webkit-box-orient:vertical;-webkit-line-clamp:3}.nghs-related-card__footer{margin-top:auto;padding-top:5px}.nghs-related-card__form{margin:0}.nghs-related-card__button{width:100%;min-height:48px;justify-content:space-between;padding:0 15px;font-size:.72rem}.nghs-related-card__button svg{width:18px;height:18px;transition:transform .18s ease}.nghs-related-card__button:hover svg,.nghs-related-card__button:focus-visible svg{transform:translate(3px)}.nghs-related__progress{width:100%;height:2px;margin-top:28px;overflow:hidden;background:#ffffff1a}.nghs-related__progress span{display:block;width:0;height:100%;background:var(--cyan);transition:width .2s ease}.nghs-related-loading,.nghs-related-empty{min-height:260px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:14px;padding:50px 24px;background:var(--black);color:#ffffffb3;text-align:center}.nghs-related-loading>span{width:38px;height:38px;border:3px solid rgba(255,255,255,.12);border-top-color:var(--cyan);border-radius:50%;animation:nghs-related-spin .8s linear infinite}.nghs-related-loading p,.nghs-related-empty p{margin:0;font-size:.78rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.nghs-related-empty>span{color:var(--cyan);font-size:.66rem;font-weight:950;letter-spacing:.1em;text-transform:uppercase}.nghs-related-empty[hidden]{display:none}@keyframes nghs-related-spin{to{transform:rotate(360deg)}}@media(max-width:1100px)and (min-width:750px){.nghs-related__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.nghs-related-products.columns-desktop-4 .nghs-related__viewport.is-slider .nghs-related__item,.nghs-related-products.columns-desktop-5 .nghs-related__viewport.is-slider .nghs-related__item{flex-basis:calc(33.333% - 16px)}.nghs-related-products.columns-desktop-2 .nghs-related__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:749px){.nghs-related{padding-top:max(0px,calc(var(--nghs-related-padding-top-mobile, 60px) - 8px));padding-bottom:max(0px,calc(var(--nghs-related-padding-bottom-mobile, 65px) - 8px))}.nghs-related:before{top:8px;font-size:4.5rem}.nghs-related__header,.nghs-related__header.is-center{align-items:flex-start;flex-direction:column;gap:20px;text-align:left}.nghs-related__header.is-center .nghs-related__heading,.nghs-related__header.is-center .nghs-related__description{margin-left:0}.nghs-related__title,.nghs-related__title.is-h1,.nghs-related__title.is-h3{font-size:clamp(2rem,10vw,3rem)}.nghs-related__description{font-size:.9rem}.nghs-related__actions{width:100%;justify-content:space-between}.nghs-related__grid{grid-template-columns:repeat(var(--nghs-related-mobile-columns, 1),minmax(0,1fr));gap:14px}.nghs-related__viewport.is-slider{width:calc(100% + 18px);padding-right:18px}.nghs-related-products.columns-mobile-1 .nghs-related__viewport.is-slider .nghs-related__item{min-width:0;flex-basis:calc(100% - 10px)}.nghs-related-products.columns-mobile-2 .nghs-related__viewport.is-slider .nghs-related__item{flex-basis:calc(50% - 7px)}.nghs-related-card__media{min-height:240px}.nghs-related-card__body{padding:18px}.nghs-related-card__title{font-size:1.05rem}.nghs-related-card__media-action{display:none}}@media(max-width:560px){.nghs-related-products.columns-mobile-2 .nghs-related-card__media{min-height:180px;padding:16px}.nghs-related-products.columns-mobile-2 .nghs-related-card__body{padding:14px}.nghs-related-products.columns-mobile-2 .nghs-related-card__meta span:not(.is-available),.nghs-related-products.columns-mobile-2 .nghs-related-card__excerpt{display:none}.nghs-related-products.columns-mobile-2 .nghs-related-card__title{font-size:.88rem}.nghs-related-products.columns-mobile-2 .nghs-related-card__button{min-height:44px;padding:0 11px;font-size:.62rem}}@media(prefers-reduced-motion:reduce){.nghs-related__viewport.is-slider{scroll-behavior:auto}.nghs-related-card,.nghs-related-card__image,.nghs-related-loading>span{transition:none;animation:none}}.nghs-standard-page{padding:max(0px,calc(var(--nghs-page-hero-padding-top, 84px) - 12px)) 28px 0;background:radial-gradient(circle at 80% 8%,rgba(40,199,244,.18),transparent 30%),linear-gradient(115deg,rgba(40,199,244,.12) 0 11%,transparent 11.2% 74%,rgba(255,255,255,.035) 74.2% 75%,transparent 75.2%),linear-gradient(180deg,var(--nghs-page-section-background, #191919) 0%,#101112 58%,#141414 100%)}.nghs-standard-page.is-contained{width:min(calc(100% - 56px),var(--max));margin:clamp(24px,4vw,64px) auto;border:1px solid rgba(255,255,255,.1);box-shadow:0 36px 100px #00000047}.nghs-standard-page.is-contained.has-radius{border-radius:var(--radius)}.nghs-standard-page__background{position:absolute;inset:0 0 auto;z-index:0;height:min(760px,72vw);min-height:430px;overflow:hidden;pointer-events:none}.nghs-standard-page__background:before,.nghs-standard-page__background:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.nghs-standard-page__background:before{background:rgba(4,8,11,var(--nghs-page-image-overlay, .7))}.nghs-standard-page__background:after{background:linear-gradient(90deg,#05080aeb,#05080a40 68%,#05080aad),linear-gradient(180deg,transparent 35%,var(--nghs-page-section-background, #141414) 100%)}.nghs-standard-page__background img{width:100%;height:100%;object-fit:cover;filter:grayscale(.8) contrast(1.12)}.nghs-standard-page__breadcrumb{margin-bottom:clamp(30px,4vw,58px)}.nghs-standard-page__breadcrumb.is-top{margin-top:clamp(18px,3vw,40px)}.nghs-standard-page__breadcrumb svg{width:16px;height:16px;flex:0 0 16px}.nghs-standard-page__hero{grid-template-columns:minmax(0,1fr) minmax(320px,var(--nghs-page-image-size, 50%));margin-bottom:0;padding-bottom:max(0px,calc(var(--nghs-page-hero-padding-bottom, 64px) - 12px))}.nghs-standard-page.has-background-image .nghs-standard-page__hero{min-height:420px;grid-template-columns:minmax(0,900px);align-content:center}.nghs-standard-page.has-background-image.banner-small .nghs-standard-page__hero{min-height:300px}.nghs-standard-page.has-background-image.banner-medium .nghs-standard-page__hero{min-height:500px}.nghs-standard-page.has-background-image.banner-large .nghs-standard-page__hero{min-height:620px}.nghs-standard-page__hero.align-top{align-items:start}.nghs-standard-page__hero.align-bottom{align-items:end}.nghs-standard-page__hero.heading-center .nghs-page-hero-copy{width:min(100%,900px);margin-inline:auto;text-align:center}.nghs-standard-page__hero.heading-center .nghs-content-title,.nghs-standard-page__hero.heading-center .nghs-content-intro{margin-inline:auto}.nghs-standard-page__hero.heading-right .nghs-page-hero-copy{margin-left:auto;text-align:right}.nghs-standard-page__hero.heading-right .nghs-content-title,.nghs-standard-page__hero.heading-right .nghs-content-intro{margin-left:auto}.nghs-standard-page .nghs-content-title.is-h3{font-size:clamp(2.2rem,3.6vw,4.2rem)}.nghs-standard-page .nghs-content-title.is-h2{font-size:clamp(2.7rem,4.5vw,5.2rem)}.nghs-standard-page .nghs-content-title.is-h0{font-size:clamp(3.8rem,7vw,8rem)}.nghs-standard-page__intro>*:first-child,.nghs-standard-page__rte>*:first-child{margin-top:0}.nghs-standard-page__intro>*:last-child,.nghs-standard-page__rte>*:last-child{margin-bottom:0}.nghs-standard-page__intro.is-small{font-size:.9rem}.nghs-standard-page__intro.is-large{font-size:clamp(1.05rem,1.6vw,1.35rem)}.nghs-standard-page__intro.is-muted{color:#ffffff9e}.nghs-standard-page__hero-panel{overflow:hidden}.nghs-standard-page__hero-panel:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:rgba(5,8,10,var(--nghs-page-image-overlay, .7));pointer-events:none}.nghs-standard-page__hero-panel .nghs-page-hero-image{opacity:1}.nghs-standard-page__hero-panel .nghs-page-signal{z-index:2}.nghs-standard-page__body{position:relative;z-index:1;padding-top:max(0px,calc(var(--nghs-page-content-padding-top, 56px) - 12px));padding-bottom:max(0px,calc(var(--nghs-page-content-padding-bottom, 96px) - 12px))}.nghs-standard-page .nghs-content-metrics{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.nghs-standard-page .nghs-page-layout.is-full-width{grid-template-columns:minmax(0,1fr)}.nghs-standard-page .nghs-page-layout.is-full-width .nghs-page-content-card{width:min(100%,1120px)}.nghs-standard-page__rte h5,.nghs-standard-page__rte h6{margin:1.4em 0 .55em;color:var(--white);line-height:1.15;text-transform:uppercase}.nghs-standard-page__rte ul,.nghs-standard-page__rte ol{padding-left:1.35em}.nghs-standard-page__rte li+li{margin-top:.45em}.nghs-standard-page__rte li::marker{color:var(--cyan);font-weight:950}.nghs-standard-page__rte a{text-decoration-thickness:1px;text-underline-offset:.2em;transition:color .18s ease,text-decoration-color .18s ease}.nghs-standard-page__rte a:hover{color:var(--white);text-decoration-color:var(--cyan)}.nghs-standard-page__rte blockquote{padding:clamp(22px,3vw,34px);border-left:4px solid var(--cyan);background:#28c7f414;color:var(--white);font-size:1.08em}.nghs-standard-page__rte blockquote>*:last-child{margin-bottom:0}.nghs-standard-page__rte hr{height:1px;margin:2.2rem 0;border:0;background:#ffffff24}.nghs-standard-page__rte img{width:auto;max-width:100%;height:auto;box-shadow:0 20px 54px #00000038}.nghs-standard-page__rte figure{max-width:100%;margin:28px 0}.nghs-standard-page__rte figure img{margin:0}.nghs-standard-page__rte figcaption{padding-top:10px;color:#ffffff8c;font-size:.78rem}.nghs-standard-page__rte iframe,.nghs-standard-page__rte video{width:100%;max-width:100%;aspect-ratio:16 / 9;height:auto;margin:28px 0;border:1px solid rgba(255,255,255,.12)}.nghs-standard-page__rte table{width:100%;margin:28px 0;border-collapse:collapse;color:#ffffffd1;font-size:.9rem}.nghs-standard-page__rte th,.nghs-standard-page__rte td{padding:14px 16px;border:1px solid rgba(255,255,255,.13);text-align:left;vertical-align:top}.nghs-standard-page__rte th{background:#28c7f41f;color:var(--white);font-size:.72rem;letter-spacing:.06em;text-transform:uppercase}.nghs-standard-page__rte code,.nghs-standard-page__rte pre{border:1px solid rgba(255,255,255,.12);background:#00000052;color:#bdefff}.nghs-standard-page__rte code{padding:.15em .35em}.nghs-standard-page__rte pre{max-width:100%;overflow-x:auto;padding:18px}.nghs-standard-page__rte pre code{padding:0;border:0;background:transparent}.nghs-standard-page__rte input:not([type=checkbox]):not([type=radio]),.nghs-standard-page__rte textarea,.nghs-standard-page__rte select{width:100%;min-height:50px;padding:12px 14px;border:1px solid rgba(255,255,255,.18);border-radius:0;background:#ffffff0f;color:var(--white)}.nghs-standard-page__rte textarea{min-height:150px}.nghs-standard-page__rte input:focus,.nghs-standard-page__rte textarea:focus,.nghs-standard-page__rte select:focus{border-color:var(--cyan);outline:2px solid rgba(40,199,244,.18);outline-offset:1px}.nghs-standard-page__empty{min-height:300px;display:grid;place-content:center;padding:34px;text-align:center}.nghs-standard-page__empty span{color:var(--cyan);font-size:.7rem;font-weight:950;letter-spacing:.1em;text-transform:uppercase}.nghs-standard-page__empty h2{margin:12px 0 10px}.nghs-standard-page__empty p{max-width:560px;margin:0 auto}.nghs-standard-page__text-link{display:inline-flex;align-items:center;gap:9px;margin-top:16px;color:var(--cyan);font-size:.72rem;font-weight:950;letter-spacing:.06em;text-decoration:none;text-transform:uppercase}.nghs-standard-page__text-link svg{width:18px;height:18px;transition:transform .18s ease}.nghs-standard-page__text-link:hover svg,.nghs-standard-page__text-link:focus-visible svg{transform:translate(3px)}@media(max-width:1180px){.nghs-standard-page__hero{grid-template-columns:1fr}.nghs-standard-page__hero-panel{min-height:clamp(360px,58vw,560px)}}@media(max-width:760px){.nghs-standard-page,.nghs-standard-page.is-contained{width:100%;margin:0;padding:max(0px,calc(var(--nghs-page-hero-padding-top-mobile, 52px) - 8px)) 18px 0;border-right:0;border-left:0;border-radius:0}.nghs-standard-page__background{height:620px;min-height:0}.nghs-standard-page__breadcrumb{margin-bottom:26px}.nghs-standard-page__hero{padding-bottom:max(0px,calc(var(--nghs-page-hero-padding-bottom-mobile, 40px) - 8px))}.nghs-standard-page.has-background-image .nghs-standard-page__hero{min-height:390px}.nghs-standard-page.has-background-image.mobile-banner-small .nghs-standard-page__hero{min-height:280px}.nghs-standard-page.has-background-image.mobile-banner-medium .nghs-standard-page__hero{min-height:390px}.nghs-standard-page.has-background-image.mobile-banner-large .nghs-standard-page__hero{min-height:520px}.nghs-standard-page .nghs-content-title.is-h3{font-size:clamp(2rem,11vw,3rem)}.nghs-standard-page .nghs-content-title.is-h2{font-size:clamp(2.2rem,12vw,3.25rem)}.nghs-standard-page .nghs-content-title.is-h0{font-size:clamp(2.7rem,14vw,4.15rem)}.nghs-standard-page__body{padding-top:max(0px,calc(var(--nghs-page-content-padding-top-mobile, 38px) - 8px));padding-bottom:max(0px,calc(var(--nghs-page-content-padding-bottom-mobile, 65px) - 8px))}.nghs-standard-page .nghs-content-metrics{grid-template-columns:1fr}.nghs-standard-page__rte{overflow-wrap:anywhere}.nghs-standard-page__rte table{display:block;max-width:100%;overflow-x:auto;white-space:nowrap}.nghs-standard-page__rte blockquote{padding:20px}}@media(prefers-reduced-motion:reduce){.nghs-standard-page__text-link svg,.nghs-standard-page__rte a{transition:none}}.nghs-collapsible{position:relative;isolation:isolate;overflow:hidden;padding:max(0px,calc(var(--nghs-collapsible-padding-top, 70px) - 12px)) 28px max(0px,calc(var(--nghs-collapsible-padding-bottom, 70px) - 12px));background:radial-gradient(circle at 12% 14%,rgba(40,199,244,.16),transparent 26%),linear-gradient(115deg,rgba(40,199,244,.08) 0 9%,transparent 9.2% 76%,rgba(255,255,255,.035) 76.2% 77%,transparent 77.2%),linear-gradient(180deg,var(--nghs-collapsible-background, #141414),#0d0f10);color:var(--white)}.nghs-collapsible:before{content:"";position:absolute;top:0;right:-15vw;z-index:0;width:min(58vw,860px);height:100%;background:linear-gradient(145deg,#28c7f452,#06a9d60a 70%);clip-path:polygon(42% 0,100% 0,100% 100%,0 100%);pointer-events:none}.nghs-collapsible:after{content:"FAQ";position:absolute;left:-1.4rem;bottom:-1.2rem;z-index:0;color:#ffffff09;font-size:clamp(9rem,20vw,21rem);font-weight:950;line-height:.75;letter-spacing:-.08em;pointer-events:none}.nghs-collapsible__shell{position:relative;z-index:1}.nghs-collapsible.layout-section .nghs-collapsible__shell{padding:clamp(28px,4vw,58px);border:1px solid rgba(255,255,255,.12);background:#0a0c0eb8;box-shadow:0 30px 80px #00000047;backdrop-filter:blur(18px) saturate(130%);-webkit-backdrop-filter:blur(18px) saturate(130%)}.nghs-collapsible__grid{display:grid;grid-template-columns:minmax(320px,.78fr) minmax(420px,1.12fr);gap:clamp(34px,6vw,92px);align-items:start}.nghs-collapsible.is-narrow .nghs-collapsible__grid{width:min(100%,980px);margin-inline:auto;grid-template-columns:1fr}.nghs-collapsible.is-reversed .nghs-collapsible__intro{order:2}.nghs-collapsible.is-reversed .nghs-collapsible__content{order:1}.nghs-collapsible__intro,.nghs-collapsible__content{min-width:0}.nghs-collapsible__heading-wrap{max-width:660px;margin-bottom:clamp(28px,4vw,46px)}.nghs-collapsible__intro.align-center .nghs-collapsible__heading-wrap{margin-inline:auto;text-align:center}.nghs-collapsible__intro.align-right .nghs-collapsible__heading-wrap{margin-left:auto;text-align:right}.nghs-collapsible__title{margin:0 0 20px;color:var(--white);font-size:clamp(2.7rem,4.7vw,5.6rem);font-weight:950;line-height:.92;letter-spacing:-.025em;text-transform:uppercase}.nghs-collapsible__title.is-h3{font-size:clamp(2rem,3.3vw,3.8rem)}.nghs-collapsible__title.is-h1{font-size:clamp(3.3rem,5.7vw,6.7rem)}.nghs-collapsible__description{max-width:620px;color:#ffffffb3;font-size:clamp(.96rem,1.4vw,1.12rem);font-weight:650;line-height:1.72}.nghs-collapsible__intro.align-center .nghs-collapsible__description{margin-inline:auto}.nghs-collapsible__intro.align-right .nghs-collapsible__description{margin-left:auto}.nghs-collapsible__description>*:last-child{margin-bottom:0}.nghs-collapsible__media{position:relative;min-height:320px;overflow:hidden;border:1px solid rgba(255,255,255,.14);border-top:4px solid var(--cyan);background:#080a0b;box-shadow:0 28px 70px #00000047}.nghs-collapsible__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 42%,rgba(3,7,9,.78)),linear-gradient(115deg,rgba(40,199,244,.15),transparent 46%);pointer-events:none}.nghs-collapsible__media.is-small{aspect-ratio:16 / 10}.nghs-collapsible__media.is-large{aspect-ratio:4 / 5}.nghs-collapsible__media img{width:100%;height:100%;min-height:inherit;object-fit:cover;filter:grayscale(.48) contrast(1.08);transition:transform .55s ease,filter .55s ease}.nghs-collapsible__media.is-adapt img{height:auto}.nghs-collapsible__media:hover img{transform:scale(1.025);filter:grayscale(.18) contrast(1.08)}.nghs-collapsible__media>span{position:absolute;right:20px;bottom:18px;z-index:2;color:#ffffffd9;font-size:.62rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase;writing-mode:vertical-rl;transform:rotate(180deg)}.nghs-collapsible__signal{position:relative;min-height:310px;display:grid;align-content:end;overflow:hidden;padding:clamp(24px,3vw,38px);border:1px solid rgba(255,255,255,.12);border-top:4px solid var(--cyan);background:linear-gradient(135deg,rgba(40,199,244,.08),transparent 46%),#070a0cd1;box-shadow:0 28px 70px #00000042}.nghs-collapsible__signal:before{content:"";position:absolute;top:-35%;right:-25%;width:75%;aspect-ratio:1;border:1px solid rgba(40,199,244,.24);border-radius:50%;box-shadow:0 0 0 40px #28c7f409,0 0 0 90px #28c7f405}.nghs-collapsible__signal>span{position:relative;z-index:1;margin-bottom:10px;color:var(--cyan);font-size:.68rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.nghs-collapsible__signal>strong{position:relative;z-index:1;max-width:430px;color:var(--white);font-size:clamp(1.7rem,3vw,3rem);font-weight:950;line-height:1;text-transform:uppercase}.nghs-collapsible__signal svg{position:relative;z-index:1;width:100%;height:auto;margin-top:24px;color:#fff3}.nghs-collapsible__content-head{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:16px;padding:0 4px 12px;border-bottom:1px solid rgba(255,255,255,.15);color:var(--cyan);font-size:.7rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.nghs-collapsible__content-head small{color:#ffffff75;font:inherit}.nghs-collapsible__items{display:grid;gap:12px}.nghs-collapsible__item{border:1px solid rgba(255,255,255,.12);border-radius:0;background:#0c0f11c7;color:var(--white);box-shadow:0 16px 40px #00000024;transition:border-color .2s ease,background .2s ease,transform .2s ease}.nghs-collapsible.layout-none .nghs-collapsible__items{gap:0;border-top:1px solid rgba(255,255,255,.14)}.nghs-collapsible.layout-none .nghs-collapsible__item{border-width:0 0 1px;background:#0a0c0e75;box-shadow:none}.nghs-collapsible__item:hover,.nghs-collapsible__item[open]{border-color:#28c7f48f;background:#0f1417f0}.nghs-collapsible.layout-row .nghs-collapsible__item:hover{transform:translate(-4px)}.nghs-collapsible__item>summary{min-height:82px;display:flex;align-items:center;justify-content:initial;gap:16px;padding:19px 22px;color:var(--white);list-style:none;cursor:pointer}.nghs-collapsible__item>summary::-webkit-details-marker{display:none}.nghs-collapsible__item>summary:after{content:none!important;display:none!important}.nghs-collapsible__number{min-width:28px;color:#ffffff5c;font-size:.68rem;font-weight:950;letter-spacing:.05em}.nghs-collapsible__icon{width:38px;height:38px;display:grid;place-items:center;flex:0 0 38px;border:1px solid rgba(40,199,244,.3);background:#28c7f414;color:var(--cyan)}.nghs-collapsible__icon svg{width:22px;height:22px}.nghs-collapsible__question{min-width:0;flex:1;margin:0;color:var(--white);font-size:clamp(.92rem,1.3vw,1.08rem);font-weight:950;line-height:1.25;letter-spacing:.005em;text-transform:uppercase}.nghs-collapsible__toggle{position:relative;width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.2);border-radius:50%;color:var(--cyan);transition:border-color .2s ease,background .2s ease,transform .25s ease}.nghs-collapsible__toggle:before,.nghs-collapsible__toggle:after{content:"";position:absolute;width:13px;height:2px;background:currentColor}.nghs-collapsible__toggle:after{transform:rotate(90deg);transition:transform .25s ease}.nghs-collapsible__item[open] .nghs-collapsible__toggle{border-color:var(--cyan);background:var(--cyan);color:#071014;transform:rotate(180deg)}.nghs-collapsible__item[open] .nghs-collapsible__toggle:after{transform:rotate(0)}.nghs-collapsible__answer{margin:0 clamp(22px,4vw,62px) 0;padding:0 0 28px;color:#ffffffb8;font-size:.95rem;font-weight:650;line-height:1.72;animation:nghs-collapsible-reveal .22s ease both}.nghs-collapsible__item .nghs-collapsible__answer p,.nghs-collapsible__item .nghs-collapsible__answer ul,.nghs-collapsible__item .nghs-collapsible__answer ol{margin:0 0 1rem;padding-top:0;padding-right:0;padding-bottom:0;color:#ffffffb8}.nghs-collapsible__answer>*:last-child{margin-bottom:0}.nghs-collapsible__answer ul,.nghs-collapsible__answer ol{padding-left:1.35em}.nghs-collapsible__answer li+li{margin-top:.4em}.nghs-collapsible__answer li::marker,.nghs-collapsible__answer a{color:var(--cyan)}.nghs-collapsible__answer a{font-weight:900;text-decoration:underline;text-underline-offset:.2em}.nghs-collapsible__answer img,.nghs-collapsible__answer iframe{max-width:100%;height:auto;margin:18px 0}.nghs-collapsible__empty{min-height:240px;display:grid;place-content:center;padding:28px;border:1px dashed rgba(255,255,255,.18);background:#0a0c0e73;text-align:center}.nghs-collapsible__empty span{color:var(--cyan);font-size:.7rem;font-weight:950;letter-spacing:.1em}.nghs-collapsible__empty p{margin:8px 0 0;color:#ffffff94}@keyframes nghs-collapsible-reveal{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media(max-width:990px){.nghs-collapsible__grid{grid-template-columns:1fr}.nghs-collapsible.is-reversed .nghs-collapsible__intro,.nghs-collapsible.is-reversed .nghs-collapsible__content{order:initial}.nghs-collapsible__intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.7fr);gap:28px;align-items:end}.nghs-collapsible__heading-wrap{margin-bottom:0}.nghs-collapsible__media,.nghs-collapsible__signal{min-height:280px}}@media(max-width:700px){.nghs-collapsible{padding:max(0px,calc(var(--nghs-collapsible-padding-top-mobile, 44px) - 8px)) 18px max(0px,calc(var(--nghs-collapsible-padding-bottom-mobile, 44px) - 8px))}.nghs-collapsible:before{right:-70vw;width:140vw}.nghs-collapsible:after{font-size:10rem}.nghs-collapsible.layout-section .nghs-collapsible__shell{width:calc(100% + 12px);margin-left:-6px;padding:20px}.nghs-collapsible__grid,.nghs-collapsible__intro{grid-template-columns:1fr;gap:28px}.nghs-collapsible__title,.nghs-collapsible__title.is-h1,.nghs-collapsible__title.is-h3{font-size:clamp(2.25rem,11vw,3.55rem)}.nghs-collapsible__media,.nghs-collapsible__signal{min-height:250px}.nghs-collapsible__content-head{margin-top:4px}.nghs-collapsible__item>summary{min-height:74px;gap:12px;padding:16px}.nghs-collapsible__number{display:none}.nghs-collapsible__icon{width:32px;height:32px}.nghs-collapsible__icon svg{width:19px;height:19px}.nghs-collapsible__toggle{width:34px;height:34px}.nghs-collapsible__answer{margin-right:16px;padding:0 0 24px;font-size:.9rem}}@media(prefers-reduced-motion:reduce){.nghs-collapsible__media img,.nghs-collapsible__item,.nghs-collapsible__toggle,.nghs-collapsible__toggle:after{transition:none}.nghs-collapsible__answer{animation:none}}.section-main-page.has-attached-collapsible .nghs-standard-page__body,.shopify-section:has(>[data-nghs-main-page]):has(+.section-collapsible-content) .nghs-standard-page__body{padding-bottom:calc(clamp(28px,3vw,44px) - 8px)}.section-main-page.has-attached-collapsible .nghs-standard-page.has-no-page-body .nghs-standard-page__hero,.shopify-section:has(>[data-nghs-main-page]):has(+.section-collapsible-content) .nghs-standard-page.has-no-page-body .nghs-standard-page__hero{padding-bottom:calc(clamp(34px,4vw,58px) - 8px)}.section-collapsible-content.is-page-content-section .nghs-collapsible,.shopify-section:has(>[data-nghs-main-page])+.section-collapsible-content .nghs-collapsible{padding:18px 28px 0;background:#141414}.section-collapsible-content.is-page-content-section .nghs-collapsible:before,.section-collapsible-content.is-page-content-section .nghs-collapsible:after,.shopify-section:has(>[data-nghs-main-page])+.section-collapsible-content .nghs-collapsible:before,.shopify-section:has(>[data-nghs-main-page])+.section-collapsible-content .nghs-collapsible:after{display:none}.section-collapsible-content.is-page-content-first .nghs-collapsible,.shopify-section:has(>[data-nghs-main-page])+.section-collapsible-content .nghs-collapsible{padding-top:0}.section-collapsible-content.is-page-content-last .nghs-collapsible{padding-bottom:calc(clamp(68px,7vw,108px) - 12px)}.section-collapsible-content.is-page-content-section .nghs-collapsible__shell,.shopify-section:has(>[data-nghs-main-page])+.section-collapsible-content .nghs-collapsible__shell{padding:clamp(26px,3.6vw,50px);border:1px solid rgba(255,255,255,.11);background:linear-gradient(120deg,#ffffff0e,#ffffff06),#0a0c0ee0;box-shadow:0 22px 58px #0003;backdrop-filter:blur(14px) saturate(125%);-webkit-backdrop-filter:blur(14px) saturate(125%)}.section-collapsible-content.is-page-content-section .nghs-collapsible__grid,.shopify-section:has(>[data-nghs-main-page])+.section-collapsible-content .nghs-collapsible__grid{grid-template-columns:minmax(220px,.42fr) minmax(0,1.25fr);gap:clamp(30px,4vw,62px)}.section-collapsible-content.is-page-content-section .nghs-collapsible__intro,.shopify-section:has(>[data-nghs-main-page])+.section-collapsible-content .nghs-collapsible__intro{display:block}.section-collapsible-content.is-page-content-section .nghs-collapsible__heading-wrap,.shopify-section:has(>[data-nghs-main-page])+.section-collapsible-content .nghs-collapsible__heading-wrap{margin-bottom:0}.section-collapsible-content.is-page-content-section .nghs-collapsible__title,.section-collapsible-content.is-page-content-section .nghs-collapsible__title.is-h1,.section-collapsible-content.is-page-content-section .nghs-collapsible__title.is-h3,.shopify-section:has(>[data-nghs-main-page])+.section-collapsible-content .nghs-collapsible__title{font-size:clamp(2rem,3.2vw,3.7rem);line-height:.95}.section-collapsible-content.is-page-content-section .nghs-collapsible__description,.shopify-section:has(>[data-nghs-main-page])+.section-collapsible-content .nghs-collapsible__description{font-size:.95rem;line-height:1.65}.section-collapsible-content.is-page-content-section .nghs-collapsible__signal,.shopify-section:has(>[data-nghs-main-page])+.section-collapsible-content .nghs-collapsible__signal{display:none}.section-collapsible-content.is-page-content-section .nghs-collapsible__items,.shopify-section:has(>[data-nghs-main-page])+.section-collapsible-content .nghs-collapsible__items{gap:0;border-top:1px solid rgba(255,255,255,.14)}.section-collapsible-content.is-page-content-section .nghs-collapsible__item,.shopify-section:has(>[data-nghs-main-page])+.section-collapsible-content .nghs-collapsible__item{border-width:0 0 1px;background:transparent;box-shadow:none}.section-collapsible-content.is-page-content-section .nghs-collapsible__item:hover,.section-collapsible-content.is-page-content-section .nghs-collapsible__item[open],.shopify-section:has(>[data-nghs-main-page])+.section-collapsible-content .nghs-collapsible__item:hover,.shopify-section:has(>[data-nghs-main-page])+.section-collapsible-content .nghs-collapsible__item[open]{background:#28c7f40b}.section-collapsible-content.is-page-content-section .vertical-text,.shopify-section:has(>[data-nghs-main-page])+.section-collapsible-content .vertical-text{display:none}@media(max-width:990px){.section-collapsible-content.is-page-content-section .nghs-collapsible__grid,.shopify-section:has(>[data-nghs-main-page])+.section-collapsible-content .nghs-collapsible__grid{grid-template-columns:1fr;gap:24px}}@media(max-width:700px){.section-collapsible-content.is-page-content-section .nghs-collapsible,.shopify-section:has(>[data-nghs-main-page])+.section-collapsible-content .nghs-collapsible{width:100%;margin:0;padding:12px 18px 0}.section-collapsible-content.is-page-content-first .nghs-collapsible,.shopify-section:has(>[data-nghs-main-page])+.section-collapsible-content .nghs-collapsible{padding-top:0}.section-collapsible-content.is-page-content-last .nghs-collapsible{padding-bottom:56px}.section-collapsible-content.is-page-content-section .nghs-collapsible__shell,.shopify-section:has(>[data-nghs-main-page])+.section-collapsible-content .nghs-collapsible__shell{width:100%;margin:0;padding:22px 18px}.section-collapsible-content.is-page-content-section .nghs-collapsible__title,.section-collapsible-content.is-page-content-section .nghs-collapsible__title.is-h1,.section-collapsible-content.is-page-content-section .nghs-collapsible__title.is-h3,.shopify-section:has(>[data-nghs-main-page])+.section-collapsible-content .nghs-collapsible__title{font-size:clamp(1.8rem,9vw,2.7rem)}}#shopify-section-template--20910985576517__17864560994e7101bc{position:relative;overflow:hidden;isolation:isolate;margin:0;padding:80px 28px;color:#fff;background:linear-gradient(115deg,transparent 0 82%,rgba(255,255,255,.04) 82.1%,transparent 86%),#191919}#shopify-section-template--20910985576517__17864560994e7101bc:before{content:"";position:absolute;inset:0 auto 0 -2vw;width:min(47vw,720px);background:#28c7f4;clip-path:polygon(0 0,100% 0,42% 100%,0 100%);pointer-events:none;z-index:0}#shopify-section-template--20910985576517__17864560994e7101bc>*{position:relative;z-index:1;width:min(100%,var(--max));max-width:var(--max);margin:0 auto;padding-right:0;padding-left:0}@media(max-width:760px){#shopify-section-template--20910985576517__17864560994e7101bc{padding:56px 20px}#shopify-section-template--20910985576517__17864560994e7101bc:before{left:-28vw;width:112vw;opacity:.72;clip-path:polygon(0 0,86% 0,58% 100%,0 100%)}}.section-featured-product,.section-featured-collection{margin:0;padding:0}.nghs-featured-product{position:relative;display:block;isolation:isolate;overflow:hidden;padding-top:max(0px,calc(var(--nghs-featured-product-padding-top, 88px) - 12px));padding-bottom:max(0px,calc(var(--nghs-featured-product-padding-bottom, 96px) - 12px));background:radial-gradient(circle at 88% 12%,rgba(40,199,244,.2),transparent 31rem),linear-gradient(116deg,transparent 0 70%,rgba(255,255,255,.035) 70.2% 71%,transparent 71.2%),linear-gradient(145deg,#191a1b,#0d0f10 72%);color:var(--white)}.nghs-featured-product:before{content:"FEATURED";position:absolute;top:16px;right:-1.2rem;z-index:-1;color:#ffffff07;font-size:clamp(5rem,11vw,11rem);font-weight:950;letter-spacing:-.065em;line-height:.78;text-transform:uppercase;pointer-events:none}.nghs-featured-product:after{content:"";position:absolute;right:-14vw;bottom:-32%;z-index:-1;width:min(52vw,760px);height:75%;border-left:1px solid rgba(40,199,244,.18);background:#28c7f409;transform:skew(-22deg);pointer-events:none}.nghs-featured-product__shell{position:relative;z-index:1}.nghs-featured-product__header{max-width:780px;margin-bottom:clamp(30px,4vw,50px)}.nghs-featured-product__header.is-center{margin-right:auto;margin-left:auto;text-align:center}.nghs-featured-product__header h2{margin:0 0 14px;color:var(--white);font-size:clamp(2.45rem,5vw,4.8rem);font-weight:950;line-height:.95;letter-spacing:-.045em;text-transform:uppercase}.nghs-featured-product__header-copy{max-width:650px;color:#ffffffb3;font-size:1rem;font-weight:700;line-height:1.65}.nghs-featured-product__header.is-center .nghs-featured-product__header-copy{margin-right:auto;margin-left:auto}.nghs-featured-product__header-copy>:first-child{margin-top:0}.nghs-featured-product__header-copy>:last-child{margin-bottom:0}.nghs-featured-product__layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.8fr);align-items:start;gap:clamp(24px,4.5vw,68px)}.nghs-featured-product__gallery{min-width:0}.nghs-featured-product__media{position:relative;display:grid;min-height:clamp(440px,48vw,680px);padding:clamp(28px,5vw,66px);place-items:center;overflow:hidden;border:1px solid rgba(255,255,255,.18);background:linear-gradient(145deg,#fffffff0,#e4eff3f5),#f4f8f9;box-shadow:0 34px 90px #00000057;clip-path:polygon(0 0,91% 0,100% 9%,100% 100%,9% 100%,0 91%)}.nghs-featured-product__media:before{content:"";position:absolute;top:16px;right:16px;bottom:16px;left:16px;border:1px solid rgba(11,11,12,.09);clip-path:polygon(0 0,88% 0,100% 12%,100% 100%,12% 100%,0 88%);pointer-events:none}.nghs-featured-product .nghs-product-featured-image{position:relative;z-index:1;display:block;width:100%;height:100%;max-height:550px;margin:0;object-fit:contain;filter:drop-shadow(0 26px 30px rgba(0,0,0,.22));transition:opacity .18s ease,transform .3s ease}.nghs-featured-product__media:hover .nghs-product-featured-image{transform:translateY(-4px) scale(1.015)}.nghs-featured-product__media-badge{position:absolute;top:18px;left:18px;z-index:3;display:inline-flex;min-height:32px;align-items:center;padding:0 13px;background:var(--cyan);color:#061013;font-size:.66rem;font-weight:950;letter-spacing:.07em;text-transform:uppercase;clip-path:polygon(0 0,90% 0,100% 100%,0 100%)}.nghs-featured-product__placeholder{position:relative;z-index:1;display:grid;width:min(100%,420px);justify-items:center;gap:16px;color:#1414147a;font-size:.72rem;font-weight:900;letter-spacing:.07em;text-align:center;text-transform:uppercase}.nghs-featured-product__placeholder-svg{width:100%;color:#14141424}.nghs-featured-product__thumbs{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-top:12px}.nghs-featured-product__thumb{position:relative;display:grid;aspect-ratio:1 / 1;margin:0;padding:8px;place-items:center;overflow:hidden;border:1px solid rgba(255,255,255,.15);border-radius:0;background:#fffffff0;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.nghs-featured-product__thumb:after{content:"";position:absolute;right:0;bottom:0;left:0;height:3px;background:var(--cyan);opacity:0}.nghs-featured-product__thumb:hover,.nghs-featured-product__thumb:focus-visible,.nghs-featured-product__thumb.is-active{border-color:var(--cyan);box-shadow:0 0 0 1px var(--cyan);transform:translateY(-2px)}.nghs-featured-product__thumb.is-active:after{opacity:1}.nghs-featured-product__thumb img{display:block;width:100%;height:100%;object-fit:contain}.nghs-featured-product__content{position:relative;padding:clamp(26px,3.6vw,48px);border:1px solid rgba(255,255,255,.13);border-top:4px solid var(--cyan);background:linear-gradient(135deg,rgba(255,255,255,.07),transparent 45%),#0a0c0ee6;box-shadow:0 30px 80px #0000004d;backdrop-filter:blur(14px) saturate(125%);-webkit-backdrop-filter:blur(14px) saturate(125%)}.nghs-featured-product__content .section-kicker{margin-bottom:12px}.nghs-featured-product__title{margin:0 0 17px;color:var(--white);font-size:clamp(2rem,3.5vw,3.7rem);font-weight:950;line-height:.98;letter-spacing:-.04em;text-transform:uppercase}.nghs-featured-product__title a{color:inherit;transition:color .18s ease}.nghs-featured-product__title a:hover,.nghs-featured-product__title a:focus-visible{color:var(--cyan)}.nghs-featured-product__price{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:14px;color:var(--cyan);font-size:clamp(1.45rem,2.2vw,2rem);font-weight:950;line-height:1}.nghs-featured-product__price s{color:#ffffff6b;font-size:.66em;font-weight:800}.nghs-featured-product__price em{display:inline-flex;min-height:28px;align-items:center;padding:0 9px;background:var(--cyan);color:var(--black);font-size:.59rem;font-style:normal;font-weight:950;letter-spacing:.07em;text-transform:uppercase}.nghs-featured-product__price [hidden]{display:none}.nghs-featured-product__meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.nghs-featured-product__meta span{display:inline-flex;min-height:27px;align-items:center;padding:0 9px;border:1px solid rgba(255,255,255,.12);background:#ffffff0e;color:#ffffffa6;font-size:.62rem;font-weight:950;letter-spacing:.055em;text-transform:uppercase}.nghs-featured-product__meta span.is-available{border-color:#28c7f44d;color:var(--cyan)}.nghs-featured-product__description{margin-bottom:24px;color:#ffffffb8;font-size:.94rem;font-weight:700;line-height:1.68}.nghs-featured-product__features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:26px}.nghs-featured-product__feature{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:11px;min-width:0;padding:14px;border:1px solid rgba(255,255,255,.1);background:#ffffff09}.nghs-featured-product__feature>span{color:var(--cyan);font-size:.66rem;font-weight:950}.nghs-featured-product__feature strong{display:block;color:var(--white);font-size:.7rem;font-weight:950;letter-spacing:.04em;line-height:1.25;text-transform:uppercase}.nghs-featured-product__feature p{margin:5px 0 0;color:#ffffff8f;font-size:.72rem;font-weight:700;line-height:1.45}.nghs-featured-product__app,.nghs-featured-product__custom{margin:0 0 20px}.nghs-featured-product__form{display:grid;grid-template-columns:minmax(0,1fr) minmax(92px,.28fr);gap:9px 10px;margin:0}.nghs-featured-product__form label{grid-column:1 / -1;align-self:end;color:#ffffffad;font-size:.64rem;font-weight:950;letter-spacing:.055em;text-transform:uppercase}.nghs-featured-product__form select{grid-column:1 / -1}.nghs-featured-product__form select,.nghs-featured-product__form input[type=number]{width:100%;min-height:48px;margin:0;padding:0 13px;border:1px solid rgba(255,255,255,.16);border-radius:0;outline:0;background:#111416;color:var(--white);font:inherit;font-size:.82rem;font-weight:800}.nghs-featured-product__form select:focus,.nghs-featured-product__form input[type=number]:focus{border-color:var(--cyan);box-shadow:0 0 0 1px var(--cyan)}.nghs-featured-product__add{grid-column:1 / -1;width:100%;min-height:50px;align-self:end;justify-content:space-between;padding:0 16px}.nghs-featured-product__add svg,.nghs-featured-product__view svg{width:18px;height:18px;transition:transform .18s ease}.nghs-featured-product__add:hover svg,.nghs-featured-product__add:focus-visible svg,.nghs-featured-product__view:hover svg,.nghs-featured-product__view:focus-visible svg{transform:translate(3px)}.nghs-featured-product__add:disabled{opacity:.45;cursor:not-allowed}.nghs-featured-product__form .shopify-payment-button{grid-column:1 / -1}.nghs-featured-product__form .shopify-payment-button__button{min-height:50px;border-radius:0;font-size:.72rem;font-weight:950;letter-spacing:.055em;text-transform:uppercase}.nghs-featured-product__trust{display:flex;flex-wrap:wrap;gap:8px 18px;margin:21px 0 0;padding:17px 0 0;border-top:1px solid rgba(255,255,255,.1);list-style:none}.nghs-featured-product__trust li{position:relative;padding-left:14px;color:#ffffff9e;font-size:.65rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.nghs-featured-product__trust li:before{content:"";position:absolute;top:.43em;left:0;width:6px;height:6px;background:var(--cyan);transform:rotate(45deg)}.nghs-featured-product__view{display:inline-flex;min-height:42px;align-items:center;gap:10px;margin-top:17px;border-bottom:2px solid var(--cyan);color:var(--white);font-size:.68rem;font-weight:950;letter-spacing:.055em;text-transform:uppercase;transition:color .18s ease,background .18s ease}.nghs-featured-product__view:hover,.nghs-featured-product__view:focus-visible{background:#28c7f414;color:var(--cyan)}.nghs-featured-collection:before{content:"FEATURED"}.nghs-featured-collection{background:radial-gradient(circle at 8% 94%,rgba(40,199,244,.1),transparent 25rem),radial-gradient(circle at 92% 2%,rgba(40,199,244,.17),transparent 29rem),linear-gradient(135deg,rgba(255,255,255,.025),transparent 46%),var(--black)}@media(max-width:990px){.nghs-featured-product__layout{grid-template-columns:1fr}.nghs-featured-product__media{min-height:clamp(400px,74vw,620px)}.nghs-featured-product__content{width:min(100%,720px)}}@media(max-width:749px){.nghs-featured-product{padding-top:max(0px,calc(var(--nghs-featured-product-padding-top-mobile, 60px) - 8px));padding-bottom:max(0px,calc(var(--nghs-featured-product-padding-bottom-mobile, 65px) - 8px))}.nghs-featured-product:before{top:9px;font-size:4.5rem}.nghs-featured-product__header,.nghs-featured-product__header.is-center{margin-right:0;margin-left:0;text-align:left}.nghs-featured-product__header h2{font-size:clamp(2rem,10vw,3rem)}.nghs-featured-product__header-copy{margin-left:0;font-size:.9rem}.nghs-featured-product__media{min-height:min(108vw,480px);padding:30px}.nghs-featured-product__media-badge{top:13px;left:13px}.nghs-featured-product__thumbs{grid-template-columns:repeat(4,minmax(0,1fr))}.nghs-featured-product__content{padding:24px 20px}.nghs-featured-product__title{font-size:clamp(1.9rem,9vw,2.8rem)}.nghs-featured-product__features{grid-template-columns:1fr}.nghs-featured-product__form{grid-template-columns:minmax(0,1fr) 88px}}@media(max-width:430px){.nghs-featured-product__form{grid-template-columns:1fr}.nghs-featured-product__form label,.nghs-featured-product__form select,.nghs-featured-product__add,.nghs-featured-product__form .shopify-payment-button{grid-column:1}}@media(prefers-reduced-motion:reduce){.nghs-featured-product .nghs-product-featured-image,.nghs-featured-product__thumb,.nghs-featured-product__add svg,.nghs-featured-product__view svg{transition:none}}.nghs-kit-purchase-panel h1{font-size:clamp(1.9rem,2.7vw,3rem)}.nghs-main-product-section .nghs-product-info h1.nghs-product-title{font-size:clamp(2rem,3vw,2.8rem)}.nghs-product-review-badge{min-height:24px;margin:-2px 0 18px;color:var(--cyan)}.nghs-product-review-badge .jdgm-star{color:var(--cyan)!important}.nghs-product-info .nghs-product-highlight-grid{max-width:none;gap:8px;margin-top:14px}.nghs-product-info .nghs-product-trust{gap:7px;margin-top:14px}.nghs-product-info .nghs-product-trust li{min-height:38px;padding:9px 11px;border-left-width:3px;font-size:.65rem;line-height:1.25}.nghs-product-info .nghs-product-highlight{min-height:92px;padding:13px}.nghs-product-info .nghs-product-highlight span{margin-bottom:10px;font-size:.64rem}.nghs-product-info .nghs-product-highlight strong{font-size:.78rem;line-height:1.22}.nghs-product-info .nghs-product-highlight p{margin-top:5px;font-size:.72rem;line-height:1.4}.nghs-main-product-section .nghs-product-media-frame.nghs-product-media-stage{min-height:clamp(500px,52vw,720px);padding:clamp(38px,5vw,76px)}.nghs-main-product-section .nghs-product-gallery-shell{align-self:start;align-content:start}.nghs-main-product-section .nghs-product-featured-image{max-height:590px}@media(max-width:640px){.nghs-kit-purchase-panel h1,.nghs-main-product-section .nghs-product-info h1.nghs-product-title{font-size:clamp(1.75rem,8vw,2.2rem)}.nghs-main-product-section .nghs-product-media-frame.nghs-product-media-stage{min-height:360px;padding:48px 24px 58px}}.nghs-cart{position:relative;min-height:62vh;padding:var(--nghs-cart-padding-top, 88px) 24px var(--nghs-cart-padding-bottom, 120px);overflow:hidden;background:radial-gradient(circle at 88% 5%,rgba(40,199,244,.07),transparent 28rem),#141414;color:#fff}.nghs-cart:before{position:absolute;top:0;left:50%;width:min(100% - 48px,1380px);height:1px;background:linear-gradient(90deg,transparent,rgba(40,199,244,.4),transparent);content:"";transform:translate(-50%)}.nghs-cart__shell{position:relative;z-index:1;width:min(100%,1380px);margin:0 auto}.nghs-cart__header{max-width:720px;margin:0 auto clamp(52px,6vw,82px);text-align:center}.nghs-cart__eyebrow{margin:0 0 10px;color:var(--cyan);font-size:.76rem;font-weight:900;letter-spacing:.18em;line-height:1.2;text-transform:uppercase}.nghs-cart__header h1{margin:0;color:#fff;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:900;letter-spacing:-.045em;line-height:.98}.nghs-cart__header>p:last-child:not(.nghs-cart__eyebrow){margin:18px 0 0;color:#aeb4b8;font-size:.92rem;font-weight:700}.nghs-cart__form{margin:0}.nghs-cart__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,390px);align-items:start;gap:clamp(40px,5vw,72px)}.nghs-cart__items-wrap{min-width:0}.nghs-cart__items-head,.nghs-cart__line{display:grid;grid-template-columns:minmax(390px,1fr) 110px 150px 110px;gap:22px}.nghs-cart__items-head{align-items:center;padding:0 0 17px;border-bottom:1px solid rgba(255,255,255,.24);color:#e7e9ea;font-size:.72rem;font-weight:900;letter-spacing:.1em;line-height:1.2;text-transform:uppercase}.nghs-cart__items-head span:not(:first-child){text-align:center}.nghs-cart__line{position:relative;align-items:center;min-height:218px;padding:32px 0;border-bottom:1px solid rgba(255,255,255,.13)}.nghs-cart__line:after{position:absolute;right:0;bottom:-1px;width:0;height:1px;background:var(--cyan);content:"";transition:width .3s ease}.nghs-cart__line:hover:after,.nghs-cart__line:focus-within:after{width:100%}.nghs-cart__product{min-width:0;display:grid;grid-template-columns:142px minmax(0,1fr);align-items:center;gap:24px}.nghs-cart__image{width:142px;height:142px;display:grid;place-items:center;overflow:hidden;padding:10px;border:1px solid rgba(255,255,255,.12);background:#1b1b1c;transition:border-color .2s ease,transform .2s ease}.nghs-cart__image:hover,.nghs-cart__image:focus-visible{border-color:#28c7f4b8;transform:translateY(-2px)}.nghs-cart__image img{width:100%;height:100%;object-fit:contain}.nghs-cart__image-placeholder{width:52px;color:#596064}.nghs-cart__image-placeholder svg{width:100%;stroke-width:1.3}.nghs-cart__details{min-width:0}.nghs-cart__vendor{margin:0 0 5px;color:var(--cyan);font-size:.66rem;font-weight:900;letter-spacing:.12em;line-height:1.3;text-transform:uppercase}.nghs-cart__details h2{max-width:380px;margin:0;color:#fff;font-size:clamp(1rem,1.3vw,1.18rem);font-weight:800;letter-spacing:-.015em;line-height:1.4}.nghs-cart__details h2 a{transition:color .18s ease}.nghs-cart__details h2 a:hover,.nghs-cart__details h2 a:focus-visible{color:var(--cyan)}.nghs-cart__options{display:grid;gap:3px;margin:10px 0 0;color:#abb0b3;font-size:.79rem;line-height:1.45}.nghs-cart__options>div{display:flex;flex-wrap:wrap;gap:5px}.nghs-cart__options dt{font-weight:800}.nghs-cart__options dd{margin:0}.nghs-cart__property,.nghs-cart__selling-plan{margin:7px 0 0;color:#abb0b3;font-size:.78rem}.nghs-cart__property span{font-weight:800}.nghs-cart__property a{color:var(--cyan);text-decoration:underline;text-underline-offset:3px}.nghs-cart__discounts{display:grid;gap:5px;padding:0;margin:12px 0 0;list-style:none;color:var(--cyan);font-size:.72rem;font-weight:800}.nghs-cart__discounts li{display:flex;align-items:center;gap:6px}.nghs-cart__discounts svg{width:15px;height:15px;flex:0 0 auto;stroke-width:1.5}.nghs-cart__unit-price,.nghs-cart__line-total{display:grid;justify-items:center;gap:4px;color:#fff;text-align:center;font-size:.94rem}.nghs-cart__unit-price strong,.nghs-cart__line-total strong{font-weight:900}.nghs-cart__unit-price s,.nghs-cart__line-total s{color:#858b8f;font-size:.78rem}.nghs-cart__quantity-cell{display:grid;justify-items:center;gap:10px}.nghs-cart__quantity{width:132px;min-height:46px;display:grid;grid-template-columns:40px minmax(0,1fr) 40px;border:1px solid rgba(255,255,255,.32);background:#101011}.nghs-cart__quantity button{display:grid;place-items:center;padding:0;border:0;background:transparent;color:#fff;cursor:pointer;transition:color .18s ease,background .18s ease}.nghs-cart__quantity button:hover,.nghs-cart__quantity button:focus-visible{background:#28c7f41f;color:var(--cyan)}.nghs-cart__quantity button:disabled{color:#565b5e;cursor:not-allowed}.nghs-cart__quantity button svg{width:18px;height:18px;stroke-width:1.7}.nghs-cart__quantity input{width:100%;min-width:0;padding:0;border:0;border-right:1px solid rgba(255,255,255,.14);border-left:1px solid rgba(255,255,255,.14);border-radius:0;outline:0;background:transparent;color:#fff;font-size:.9rem;font-weight:900;text-align:center;-moz-appearance:textfield}.nghs-cart__quantity input::-webkit-inner-spin-button,.nghs-cart__quantity input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.nghs-cart__quantity input:focus-visible{box-shadow:inset 0 0 0 2px var(--cyan)}.nghs-cart__remove{position:relative;color:#aeb3b6;font-size:.7rem;font-weight:800;line-height:1.4;text-decoration:underline;text-decoration-color:transparent;text-underline-offset:3px;transition:color .18s ease,text-decoration-color .18s ease}.nghs-cart__remove:hover,.nghs-cart__remove:focus-visible{color:#fff;text-decoration-color:var(--cyan)}.nghs-cart__mobile-label{display:none}.nghs-cart__items-actions{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:24px}.nghs-cart__continue,.nghs-cart__update{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;color:#fff;font-size:.76rem;font-weight:900;letter-spacing:.04em;line-height:1.2;text-transform:uppercase}.nghs-cart__continue svg{width:18px;height:18px;stroke-width:1.7;transition:transform .18s ease}.nghs-cart__continue:hover,.nghs-cart__continue:focus-visible{color:var(--cyan)}.nghs-cart__continue:hover svg,.nghs-cart__continue:focus-visible svg{transform:translate(-3px)}.nghs-cart__update{padding:0 18px;border:1px solid rgba(255,255,255,.3);background:transparent;cursor:pointer;transition:border-color .18s ease,color .18s ease}.nghs-cart__update:hover,.nghs-cart__update:focus-visible{border-color:var(--cyan);color:var(--cyan)}.nghs-cart__summary{position:sticky;top:160px;padding:32px;border:1px solid rgba(255,255,255,.12);border-top:3px solid var(--cyan);background:#1a1a1b;box-shadow:0 24px 55px #0000003d}.nghs-cart__summary h2{margin:0 0 26px;color:#fff;font-size:1.45rem;font-weight:900;letter-spacing:-.025em;line-height:1.2}.nghs-cart__summary-lines{display:grid;gap:14px;padding-bottom:22px;border-bottom:1px solid rgba(255,255,255,.16)}.nghs-cart__summary-lines>div,.nghs-cart__grand-total{display:flex;align-items:baseline;justify-content:space-between;gap:18px}.nghs-cart__summary-lines span{color:#b9bec1;font-size:.82rem;font-weight:700}.nghs-cart__summary-lines strong{color:#fff;font-size:.86rem;text-align:right}.nghs-cart__summary-lines .is-discount,.nghs-cart__summary-lines .is-saving{color:var(--cyan)}.nghs-cart__summary-lines .is-discount span,.nghs-cart__summary-lines .is-discount strong,.nghs-cart__summary-lines .is-saving span,.nghs-cart__summary-lines .is-saving strong{color:inherit}.nghs-cart__grand-total{padding:23px 0 0}.nghs-cart__grand-total span{color:#fff;font-size:1.15rem;font-weight:900}.nghs-cart__grand-total strong{color:#fff;font-size:1.45rem;font-weight:900;letter-spacing:-.025em;text-align:right}.nghs-cart__tax-note{margin:10px 0 0;color:#93999d;font-size:.68rem;line-height:1.5}.nghs-cart__note{display:grid;gap:10px;margin-top:28px}.nghs-cart__note label{color:#fff;font-size:.86rem;font-weight:900}.nghs-cart__note textarea{width:100%;min-height:104px;resize:vertical;padding:13px 14px;border:1px solid rgba(255,255,255,.22);border-radius:0;outline:0;background:#111112;color:#fff;font:inherit;font-size:.78rem;line-height:1.5;transition:border-color .18s ease,box-shadow .18s ease}.nghs-cart__note textarea::placeholder{color:#6f7579}.nghs-cart__note textarea:focus{border-color:var(--cyan);box-shadow:0 0 0 2px #28c7f426}.nghs-cart__checkout,.nghs-cart__primary-button{width:100%;min-height:54px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 22px;border:1px solid var(--cyan);border-radius:0;background:var(--cyan);color:#071114;font-size:.8rem;font-weight:900;letter-spacing:.06em;line-height:1.2;text-transform:uppercase;cursor:pointer;box-shadow:0 12px 30px #28c7f429;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.nghs-cart__checkout{margin-top:24px}.nghs-cart__checkout:hover,.nghs-cart__checkout:focus-visible,.nghs-cart__primary-button:hover,.nghs-cart__primary-button:focus-visible{border-color:#fff;background:#fff;color:#101112;transform:translateY(-2px)}.nghs-cart__checkout svg{width:20px;height:20px;stroke-width:1.6}.nghs-cart__dynamic-checkout{margin-top:12px}.nghs-cart__dynamic-checkout .shopify-cleanslate,.nghs-cart__dynamic-checkout [data-shopify-buttoncontainer]{width:100%!important}.nghs-cart__secure-message{display:flex;align-items:center;justify-content:center;gap:7px;margin:16px 0 0;color:#93999d;font-size:.68rem;font-weight:700;text-align:center}.nghs-cart__secure-message svg{width:15px;height:15px;stroke-width:1.4}.nghs-cart__empty{width:min(100%,720px);margin:0 auto;padding:clamp(48px,7vw,82px) 28px;border:1px solid rgba(255,255,255,.13);border-top:3px solid var(--cyan);background:#1a1a1b;text-align:center;box-shadow:0 26px 60px #00000038}.nghs-cart__empty-icon{width:74px;height:74px;display:grid;place-items:center;margin:0 auto 26px;border:1px solid rgba(40,199,244,.45);border-radius:50%;color:var(--cyan)}.nghs-cart__empty-icon svg{width:36px;height:36px;stroke-width:1.6}.nghs-cart__empty h2{margin:0;color:#fff;font-size:clamp(1.65rem,4vw,2.45rem);font-weight:900;letter-spacing:-.035em;line-height:1.1}.nghs-cart__empty p{max-width:470px;margin:18px auto 30px;color:#aeb4b8;font-size:.94rem}.nghs-cart__primary-button{width:auto;min-width:230px}.nghs-cart__primary-button svg{width:19px;height:19px;stroke-width:1.7;transition:transform .18s ease}.nghs-cart__primary-button:hover svg,.nghs-cart__primary-button:focus-visible svg{transform:translate(3px)}.nghs-cart__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}.nghs-cart__form.is-updating .nghs-cart__items,.nghs-cart__form.is-updating .nghs-cart__summary{opacity:.58;pointer-events:none}.nghs-cart__form.is-updating{cursor:wait}@media(max-width:1360px){.nghs-cart__layout{grid-template-columns:minmax(0,1fr) 310px;gap:24px}.nghs-cart__items-head,.nghs-cart__line{grid-template-columns:minmax(270px,1fr) 72px 124px 76px;gap:10px}.nghs-cart__product{grid-template-columns:104px minmax(0,1fr);gap:14px}.nghs-cart__image{width:104px;height:104px}.nghs-cart__quantity{width:122px}.nghs-cart__summary{padding:28px 24px}}@media(max-width:990px){.nghs-cart__layout{grid-template-columns:1fr;gap:54px}.nghs-cart__items-head,.nghs-cart__line{grid-template-columns:minmax(320px,1fr) 95px 140px 95px}.nghs-cart__summary{position:relative;top:auto;width:min(100%,600px);justify-self:end;padding:32px}}@media(max-width:749px){.nghs-cart{padding:calc(var(--nghs-cart-padding-top, 88px) * .66) 18px calc(var(--nghs-cart-padding-bottom, 120px) * .68)}.nghs-cart__header{margin-bottom:42px}.nghs-cart__items-head{display:none}.nghs-cart__line{grid-template-columns:minmax(0,1fr) auto;gap:20px 14px;min-height:0;padding:26px 0}.nghs-cart__product{grid-column:1 / -1;grid-template-columns:104px minmax(0,1fr);gap:16px}.nghs-cart__image{width:104px;height:104px;padding:8px}.nghs-cart__details h2{font-size:.98rem;line-height:1.35}.nghs-cart__unit-price{display:none}.nghs-cart__quantity-cell{grid-column:1;justify-items:start}.nghs-cart__line-total{grid-column:2;justify-items:end;align-self:start;text-align:right}.nghs-cart__mobile-label{display:block;color:#858b8f;font-size:.62rem;font-weight:900;letter-spacing:.09em;line-height:1.2;text-transform:uppercase}.nghs-cart__quantity{width:126px;min-height:44px}.nghs-cart__remove{margin-left:1px}.nghs-cart__items-actions{align-items:stretch;flex-direction:column}.nghs-cart__continue{align-self:flex-start}.nghs-cart__update{width:100%}.nghs-cart__summary{width:100%;padding:26px 22px}}@media(max-width:420px){.nghs-cart{padding-right:14px;padding-left:14px}.nghs-cart__header h1{font-size:2.45rem}.nghs-cart__product{grid-template-columns:88px minmax(0,1fr);gap:13px}.nghs-cart__image{width:88px;height:88px}.nghs-cart__options{font-size:.73rem}.nghs-cart__grand-total strong{font-size:1.25rem}}@media(prefers-reduced-motion:reduce){.nghs-cart *,.nghs-cart *:before,.nghs-cart *:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/nextgen-systemx.css.map */
