:root{--pnw-navy-950: #071226;--pnw-navy-900: #0b1933;--pnw-navy-800: #12274b;--pnw-blue-700: #0759d4;--pnw-blue-600: #0b6ef3;--pnw-blue-500: #2387ff;--pnw-cyan-400: #2dd4ff;--pnw-yellow-400: #ffd74a;--pnw-green-500: #16a66a;--pnw-red-500: #e5484d;--pnw-ink: #101828;--pnw-muted: #667085;--pnw-line: #e5eaf1;--pnw-soft: #f4f7fb;--pnw-white: #ffffff;--pnw-shadow-sm: 0 8px 24px rgba(15, 35, 68, .08);--pnw-shadow-md: 0 18px 48px rgba(15, 35, 68, .14);--pnw-shadow-lg: 0 28px 80px rgba(2, 18, 47, .22);--pnw-radius-sm: 10px;--pnw-radius-md: 18px;--pnw-radius-lg: 28px;--pnw-container: 1480px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--pnw-soft);color:var(--pnw-ink)}body.pnw-menu-open{overflow:hidden}.pnw-theme{font-family:var(--font-body-family, Inter, Arial, sans-serif);color:var(--pnw-ink)}.pnw-theme a{color:inherit;text-decoration:none}.pnw-theme button,.pnw-theme input,.pnw-theme select,.pnw-theme textarea{font:inherit}.pnw-container{width:min(calc(100% - 40px),var(--pnw-container));margin-inline:auto}.pnw-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}.pnw-section{padding:68px 0}.pnw-section--tight{padding:34px 0}.pnw-section--white{background:var(--pnw-white)}.pnw-section--navy{background:var(--pnw-navy-950);color:var(--pnw-white)}.pnw-section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:26px}.pnw-section-head__copy{max-width:820px}.pnw-eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--pnw-blue-600);font-weight:800;font-size:12px;letter-spacing:.12em;text-transform:uppercase;margin:0 0 9px}.pnw-eyebrow:before{content:"";width:24px;height:3px;border-radius:99px;background:linear-gradient(90deg,var(--pnw-blue-600),var(--pnw-cyan-400))}.pnw-heading{font-size:clamp(28px,3vw,46px);line-height:1.05;letter-spacing:-.035em;margin:0;font-weight:850}.pnw-subheading{color:var(--pnw-muted);font-size:16px;line-height:1.65;margin:12px 0 0;max-width:760px}.pnw-link-arrow{display:inline-flex;align-items:center;gap:9px;font-weight:800;color:var(--pnw-blue-700);white-space:nowrap}.pnw-link-arrow svg{transition:transform .2s ease}.pnw-link-arrow:hover svg{transform:translate(4px)}.pnw-header-shell{position:relative;z-index:80;background:var(--pnw-white);box-shadow:0 1px 0 var(--pnw-line)}.pnw-header-shell.is-sticky{position:sticky;top:0}.pnw-utility{background:var(--pnw-navy-950);color:#ffffffd1;font-size:12px}.pnw-utility__inner{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:20px}.pnw-utility__list{display:flex;align-items:center;gap:24px;margin:0;padding:0;list-style:none}.pnw-utility__item{display:inline-flex;align-items:center;gap:7px}.pnw-utility__item svg{width:15px;height:15px;color:var(--pnw-cyan-400)}.pnw-utility__links{display:flex;align-items:center;gap:18px;font-weight:700}.pnw-utility a:hover{color:var(--pnw-white)}.pnw-header-main{min-height:90px;display:grid;grid-template-columns:minmax(190px,250px) minmax(320px,1fr) auto;align-items:center;gap:32px}.pnw-logo{display:inline-flex;align-items:center;min-width:0}.pnw-logo img{display:block;max-width:220px;max-height:58px;width:auto;height:auto;object-fit:contain}.pnw-logo__word{display:flex;align-items:baseline;font-size:30px;line-height:1;font-weight:900;letter-spacing:-.055em;color:var(--pnw-navy-950)}.pnw-logo__word strong{color:var(--pnw-blue-600)}.pnw-logo__tagline{display:block;margin-top:6px;font-size:9px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--pnw-muted)}.pnw-search-wrap{position:relative}.pnw-search{height:54px;display:grid;grid-template-columns:1fr 58px;border:2px solid #dbe4f1;border-radius:14px;background:var(--pnw-white);overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.pnw-search:focus-within{border-color:var(--pnw-blue-600);box-shadow:0 0 0 4px #0b6ef31f}.pnw-search input{min-width:0;border:0;outline:0;background:transparent;padding:0 18px;color:var(--pnw-ink)}.pnw-search input::placeholder{color:#8b98ab}.pnw-search button{border:0;background:linear-gradient(135deg,var(--pnw-blue-600),var(--pnw-blue-500));color:#fff;display:grid;place-items:center;cursor:pointer}.pnw-search button:hover{filter:brightness(.94)}.pnw-search button svg{width:23px;height:23px}.pnw-search-suggestions{position:absolute;top:calc(100% + 10px);left:0;right:0;border-radius:14px;background:var(--pnw-white);box-shadow:var(--pnw-shadow-lg);border:1px solid var(--pnw-line);overflow:hidden;display:none;z-index:90}.pnw-search-suggestions.is-open{display:block}.pnw-suggest-head{padding:12px 16px;background:var(--pnw-soft);color:var(--pnw-muted);font-size:11px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.pnw-suggest-item{display:grid;grid-template-columns:54px 1fr auto;align-items:center;gap:12px;padding:10px 14px;border-top:1px solid var(--pnw-line)}.pnw-suggest-item:hover{background:#f7faff}.pnw-suggest-item img{width:54px;height:54px;object-fit:contain;background:#fff;border-radius:8px;border:1px solid var(--pnw-line)}.pnw-suggest-item__title{font-size:13px;line-height:1.3;font-weight:750}.pnw-suggest-item__vendor{font-size:10px;text-transform:uppercase;color:var(--pnw-muted);margin-top:4px}.pnw-suggest-item__price{font-size:13px;font-weight:850;color:var(--pnw-blue-700)}.pnw-suggest-all{display:flex;justify-content:center;padding:14px;border-top:1px solid var(--pnw-line);color:var(--pnw-blue-700);font-weight:800;font-size:13px}.pnw-header-actions{display:flex;align-items:center;gap:8px}.pnw-action{position:relative;min-width:72px;min-height:56px;display:flex;align-items:center;justify-content:center;gap:9px;padding:8px 10px;border-radius:12px;color:var(--pnw-navy-900)}.pnw-action:hover{background:var(--pnw-soft)}.pnw-action svg{width:25px;height:25px;flex:0 0 auto}.pnw-action__copy{display:flex;flex-direction:column;line-height:1.15}.pnw-action__copy small{color:var(--pnw-muted);font-size:10px}.pnw-action__copy strong{font-size:12px}.pnw-cart-count{position:absolute;top:3px;left:28px;min-width:20px;height:20px;padding:0 5px;display:grid;place-items:center;border-radius:99px;background:var(--pnw-yellow-400);color:var(--pnw-navy-950);font-size:10px;font-weight:900;box-shadow:0 0 0 2px #fff}.pnw-menu-toggle{display:none;border:0;background:transparent;width:44px;height:44px;border-radius:10px;cursor:pointer}.pnw-menu-toggle:hover{background:var(--pnw-soft)}.pnw-menu-toggle svg{width:26px;height:26px}.pnw-nav{background:var(--pnw-navy-900);color:var(--pnw-white)}.pnw-nav__inner{min-height:50px;display:flex;align-items:stretch}.pnw-all-categories{position:relative;flex:0 0 255px}.pnw-all-categories__button{width:100%;height:100%;min-height:50px;display:flex;align-items:center;gap:11px;padding:0 20px;border:0;background:linear-gradient(135deg,var(--pnw-blue-700),var(--pnw-blue-600));color:#fff;font-weight:850;cursor:pointer}.pnw-all-categories__button svg{width:20px;height:20px}.pnw-mega{position:absolute;top:100%;left:0;width:min(960px,calc(100vw - 40px));padding:24px;background:#fff;color:var(--pnw-ink);border-radius:0 0 18px 18px;box-shadow:var(--pnw-shadow-lg);border:1px solid var(--pnw-line);display:none;grid-template-columns:repeat(3,1fr);gap:14px}.pnw-all-categories.is-open .pnw-mega{display:grid}.pnw-mega__link{display:flex;align-items:center;gap:12px;min-height:66px;padding:12px;border-radius:12px;border:1px solid transparent}.pnw-mega__link:hover{border-color:#dbe7f8;background:#f7faff;transform:translateY(-1px)}.pnw-mega__icon{width:42px;height:42px;flex:0 0 auto;display:grid;place-items:center;border-radius:11px;background:linear-gradient(135deg,#eef5ff,#e7faff);color:var(--pnw-blue-700)}.pnw-mega__icon svg{width:23px;height:23px}.pnw-mega__copy strong{display:block;font-size:13px}.pnw-mega__copy small{display:block;color:var(--pnw-muted);font-size:10px;margin-top:3px}.pnw-nav-links{display:flex;align-items:stretch;margin:0;padding:0;list-style:none;overflow:hidden}.pnw-nav-links li{display:flex}.pnw-nav-links a{display:flex;align-items:center;padding:0 18px;font-size:13px;font-weight:750;color:#ffffffe6;white-space:nowrap}.pnw-nav-links a:hover{background:#ffffff14;color:#fff}.pnw-nav-links .pnw-nav-sale{color:var(--pnw-yellow-400)}.pnw-mobile-drawer{position:fixed;top:0;right:0;bottom:0;left:0;background:#020d2194;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:none;z-index:120}.pnw-mobile-drawer.is-open{display:block}.pnw-mobile-panel{width:min(90vw,430px);height:100%;background:#fff;margin-left:auto;padding:22px;overflow-y:auto;box-shadow:-20px 0 60px #0003}.pnw-mobile-panel__head{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid var(--pnw-line)}.pnw-mobile-close{width:42px;height:42px;border:0;border-radius:10px;background:var(--pnw-soft);cursor:pointer}.pnw-mobile-links{display:grid;gap:2px;margin:20px 0}.pnw-mobile-links a{display:flex;justify-content:space-between;align-items:center;padding:15px 4px;border-bottom:1px solid var(--pnw-line);font-weight:780}
/*# sourceMappingURL=/cdn/shop/t/22/assets/powernet-wow-base.css.map */
