:root{--nm-primary:#007a63;--nm-primary-rgb:0,122,99;--nm-accent:#00e7b0;--nm-accent-rgb:0,231,176;--nm-secondary:#82ffd6;--nm-bg:#0a1628;--nm-bg-card:rgba(255,255,255,.04);--nm-bg-elevated:rgba(255,255,255,.07);--nm-border:rgba(255,255,255,.08);--nm-border-accent:rgba(0,231,176,.28);--nm-text:#f0f4f8;--nm-text-muted:#94a3b8;--nm-radius-sm:8px;--nm-radius-md:12px;--nm-radius-lg:16px;--nm-radius-xl:20px;--nm-shadow-sm:0 1px 3px rgba(0,0,0,.2);--nm-shadow-md:0 4px 16px rgba(0,0,0,.25);--nm-shadow-lg:0 8px 32px rgba(0,0,0,.3);--nm-transition:.2s ease;--nm-font:"Inter",system-ui,-apple-system,sans-serif;color-scheme:dark}html[data-nm-theme=light],html[data-theme=light]{--nm-bg:#e4f2fc;--nm-bg-card:rgba(210,235,255,.45);--nm-bg-elevated:rgba(180,220,255,.35);--nm-border:rgba(60,140,220,.14);--nm-border-accent:rgba(0,120,220,.28);--nm-text:#0a2040;--nm-text-muted:#2d5a80;--nm-shadow-sm:0 1px 3px rgba(0,80,180,.07);--nm-shadow-md:0 4px 16px rgba(0,80,180,.09);--nm-shadow-lg:0 8px 32px rgba(0,80,180,.12);color-scheme:light}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background:var(--nm-bg);color:var(--nm-text);font-family:var(--nm-font);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::selection{background:rgba(var(--nm-accent-rgb),.3);color:#fff}a{color:var(--nm-accent);text-decoration:none}a:hover{color:var(--nm-secondary)}:focus-visible{outline:2px solid var(--nm-accent);outline-offset:2px}img{max-width:100%;height:auto}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 50% at 10% 10%,rgba(var(--nm-accent-rgb),.07),transparent 50%),radial-gradient(ellipse 50% 40% at 90% 80%,rgba(var(--nm-primary-rgb),.09),transparent 50%);pointer-events:none;z-index:0}html[data-nm-theme=light] body:before{background:radial-gradient(ellipse 60% 50% at 10% 10%,rgba(var(--nm-primary-rgb),.03),transparent 50%),radial-gradient(ellipse 50% 40% at 90% 80%,rgba(var(--nm-accent-rgb),.03),transparent 50%)}body>*{position:relative;z-index:1}.site-header{background:#0a162826!important;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:0;position:sticky;top:0;z-index:1000;padding:0!important}html[data-nm-theme=light] .site-header{background:transparent!important}.site-header .wrapper{max-width:1080px;padding-top:8px;padding-bottom:8px}.site-header .grid--full{display:flex!important;align-items:center;gap:16px}.site-header__logo a{display:inline-block}.site-header__logo img{max-width:min(300px,75vw);height:auto;border-radius:var(--nm-radius-md);box-shadow:var(--nm-shadow-md);transition:transform var(--nm-transition)}.site-header__logo img:hover{transform:scale(1.02)}.site-nav{display:flex;align-items:center;gap:5px;flex-wrap:nowrap;list-style:none;margin:0;padding:0}.site-nav>li{display:flex}.site-nav__link,.site-nav>li>a{display:inline-flex;align-items:center;gap:5px;padding:9px 14px;border-radius:var(--nm-radius-md);background:var(--nm-bg-card);border:1px solid var(--nm-border);color:var(--nm-text)!important;font-size:13px;font-weight:500;letter-spacing:.01em;text-decoration:none;white-space:nowrap;transition:background var(--nm-transition),border-color var(--nm-transition),transform var(--nm-transition),box-shadow var(--nm-transition)}.site-nav__link:hover,.site-nav>li>a:hover{background:var(--nm-bg-elevated);border-color:var(--nm-border-accent);transform:translateY(-1px);box-shadow:var(--nm-shadow-sm)}.site-nav--active>.site-nav__link,.site-nav--active>a{background:rgba(var(--nm-accent-rgb),.1);border-color:rgba(var(--nm-accent-rgb),.28)}.site-nav__dropdown{position:absolute;top:100%;left:0;min-width:200px;padding:6px;background:#0a1628f2;border:1px solid var(--nm-border);border-radius:var(--nm-radius-lg);box-shadow:var(--nm-shadow-lg);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);list-style:none;z-index:1100}html[data-nm-theme=light] .site-nav__dropdown{background:#fffffff5}.site-nav__dropdown .site-nav__link{width:100%;justify-content:flex-start;border:0;background:transparent;border-radius:var(--nm-radius-sm);padding:9px 14px}.site-nav__dropdown .site-nav__link:hover{background:rgba(var(--nm-accent-rgb),.08)}.site-nav__utility{margin-left:auto}.nm-nav-utility{display:flex;align-items:center;gap:5px}.nm-btn.nm-btn--nav{display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:9px 12px;min-height:38px;border-radius:var(--nm-radius-md);background:var(--nm-bg-card);border:1px solid var(--nm-border);color:var(--nm-text)!important;font-weight:600;font-size:13px;transition:background var(--nm-transition),border-color var(--nm-transition),transform var(--nm-transition);position:relative}.nm-btn.nm-btn--nav:hover{background:var(--nm-bg-elevated);border-color:var(--nm-border-accent);transform:translateY(-1px)}.nm-btn--nav.nm-btn--icon{padding:9px;width:38px;min-width:38px;gap:0}.nm-btn--nav.nm-btn--icon .nm-badge{position:absolute;top:-4px;right:-4px}.nm-btn__text{font-weight:600;letter-spacing:.01em}.nm-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;font-size:10px;font-weight:700;background:rgba(var(--nm-accent-rgb),.2);border:1px solid rgba(var(--nm-accent-rgb),.3);color:var(--nm-accent)}.nm-search-panel{position:fixed;right:12px;top:72px;width:min(460px,92vw);padding:12px;border-radius:var(--nm-radius-lg);background:#0a1628eb;border:1px solid var(--nm-border);box-shadow:var(--nm-shadow-lg);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:1200}html[data-nm-theme=light] .nm-search-panel{background:#fffffff5}.nm-theme-toggle .nm-theme-icon{width:14px;height:14px;display:inline-block;border-radius:999px;background:radial-gradient(circle at 35% 35%,rgba(255,255,255,.9),rgba(var(--nm-accent-rgb),.3) 60%,transparent 70%);box-shadow:0 0 0 1px #ffffff26}.nm-mobile-header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-top:8px}.nm-mobile-header .nm-btn{flex:1 1 auto;justify-content:center}.mobile-nav__link,.mobile-nav a,.mobile-nav__sublist-trigger{display:flex;align-items:center;padding:12px 16px;margin:3px 0;border-radius:var(--nm-radius-md);border:1px solid var(--nm-border);background:var(--nm-bg-card);color:var(--nm-text)!important;font-size:15px;font-weight:500;text-decoration:none;transition:background var(--nm-transition),border-color var(--nm-transition)}.mobile-nav__link:hover,.mobile-nav a:hover{background:var(--nm-bg-elevated);border-color:var(--nm-border-accent)}.wrapper.main-content{max-width:1080px;padding-top:24px;padding-bottom:48px}.section-header__title{font-weight:700;letter-spacing:-.01em;color:var(--nm-text)}.grid-link,.product-grid-item,.collection-grid-item{display:block;background:var(--nm-bg-card);border:1px solid var(--nm-border);border-radius:var(--nm-radius-xl);overflow:hidden;transition:transform var(--nm-transition),border-color var(--nm-transition),box-shadow var(--nm-transition)}.grid-link:hover,.product-grid-item:hover,.collection-grid-item:hover{transform:translateY(-3px);border-color:var(--nm-border-accent);box-shadow:var(--nm-shadow-lg)}.grid-link__image,.grid__image,.grid-link__image--product{background:linear-gradient(180deg,#fffffff0,#f5f8ffdb);border-radius:var(--nm-radius-lg);margin:10px;padding:8px;overflow:hidden;box-shadow:inset 0 0 0 1px #0000000a,0 8px 20px #0000002e}.grid-link__image img,.grid__image img,.grid-link__image-centered img{border-radius:var(--nm-radius-md);width:100%;height:auto;object-fit:contain;transition:transform .3s ease;background:transparent!important;filter:drop-shadow(0 14px 18px rgba(0,0,0,.18));transform:translateZ(0)}.grid-link:hover .grid-link__image img,.grid-link:hover .grid__image img{transform:scale(1.03)}.grid-link__title{padding:8px 14px 4px;font-size:14px;font-weight:600;line-height:1.4;color:var(--nm-text)}.grid-link__meta{padding:0 14px 14px;font-size:15px;color:var(--nm-accent)}.grid-link__meta strong{font-weight:700}.badge{position:absolute;top:16px;left:16px;z-index:2;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.badge--sale{background:rgba(var(--nm-accent-rgb),.15);color:var(--nm-accent);border:1px solid rgba(var(--nm-accent-rgb),.3)}.badge--sold-out{background:#ffffff14;color:var(--nm-text-muted);border:1px solid var(--nm-border)}.product-single__photos,.product-single__photo{background:linear-gradient(180deg,#fffffff0,#f5f8ffdb);border-radius:var(--nm-radius-xl);padding:16px;box-shadow:inset 0 0 0 1px #0000000a,0 10px 25px #0003}.product-single__photo img,.product-single__photos img{border-radius:var(--nm-radius-lg);width:100%;height:auto;background:transparent!important;filter:drop-shadow(0 16px 20px rgba(0,0,0,.2));transform:translateZ(0)}.product-single h1[itemprop=name]{font-size:clamp(1.5rem,4vw,2rem);font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:8px}.product-single__price{font-size:1.5rem;font-weight:700;color:var(--nm-accent)}.product-single__sale-price{color:var(--nm-text-muted);font-size:1rem}.tab-switch__nav{display:flex;gap:4px;flex-wrap:wrap;list-style:none;padding:0;border-bottom:1px solid var(--nm-border);margin-bottom:16px}.tab-switch__trigger{display:inline-flex;padding:10px 16px;border-radius:var(--nm-radius-md) var(--nm-radius-md) 0 0;font-size:14px;font-weight:600;color:var(--nm-text-muted)!important;text-decoration:none;transition:color var(--nm-transition),background var(--nm-transition)}.tab-switch__trigger:hover{color:var(--nm-text)!important;background:var(--nm-bg-card)}.tab-switch__trigger.active{color:var(--nm-accent)!important;background:rgba(var(--nm-accent-rgb),.06);border-bottom:2px solid var(--nm-accent)}button,.btn,.button,.cta,input[type=submit]{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;font-weight:600;font-size:14px;color:#fff;background:linear-gradient(135deg,var(--nm-primary),rgba(var(--nm-accent-rgb),.75));border:1px solid rgba(var(--nm-accent-rgb),.18);border-radius:var(--nm-radius-md);box-shadow:var(--nm-shadow-sm);cursor:pointer;transition:transform var(--nm-transition),box-shadow var(--nm-transition),background var(--nm-transition);-webkit-appearance:none;appearance:none}button:hover,.btn:hover,.button:hover,.cta:hover,input[type=submit]:hover{transform:translateY(-1px);box-shadow:var(--nm-shadow-md);background:linear-gradient(135deg,rgba(var(--nm-accent-rgb),.85),var(--nm-secondary))}button:active,.btn:active{transform:translateY(0)}.btn--secondary,input[name=update]{background:var(--nm-bg-card);border:1px solid var(--nm-border);color:var(--nm-text)}.btn--secondary:hover,input[name=update]:hover{background:var(--nm-bg-elevated);border-color:var(--nm-border-accent)}input[type=text],input[type=email],input[type=search],input[type=number],input[type=password],input[type=tel],textarea,select{padding:10px 14px;background:var(--nm-bg-card);border:1px solid var(--nm-border);border-radius:var(--nm-radius-md);color:var(--nm-text);font-size:14px;transition:border-color var(--nm-transition),box-shadow var(--nm-transition)}input:focus,textarea:focus,select:focus{border-color:var(--nm-border-accent);box-shadow:0 0 0 3px rgba(var(--nm-accent-rgb),.1);outline:0}.grid__item.large--one-fifth{max-width:260px}.sidebar-module{margin-bottom:20px}.sidebar-module .section-header__title{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--nm-text-muted);font-weight:700}.sidebar-module__list{display:flex;flex-direction:column;gap:3px;list-style:none;padding:0}.sidebar-module__list a,.sidebar a,.collection-sidebar a{display:flex;align-items:center;padding:9px 14px;border-radius:var(--nm-radius-md);border:1px solid transparent;font-size:14px;color:var(--nm-text)!important;text-decoration:none;transition:background var(--nm-transition),border-color var(--nm-transition)}.sidebar-module__list a:hover,.sidebar a:hover{background:var(--nm-bg-elevated);border-color:var(--nm-border)}.sidebar-module__list a.is-active,.sidebar a.is-active,.sidebar a[aria-current=page]{background:rgba(var(--nm-accent-rgb),.08);border-color:rgba(var(--nm-accent-rgb),.2);color:var(--nm-accent)!important}.cart__row{padding:16px 0;border-bottom:1px solid var(--nm-border)}.cart__image img{border-radius:var(--nm-radius-md)}.cart__remove small{color:var(--nm-text-muted);transition:color var(--nm-transition)}.cart__remove:hover small{color:#ef4444}.flexslider{border-radius:var(--nm-radius-xl);overflow:hidden;box-shadow:var(--nm-shadow-lg);border:1px solid var(--nm-border)}.flexslider img{width:100%;height:auto;display:block}.site-footer{background:#050c1980;border-top:1px solid var(--nm-border);padding:48px 0 24px}.site-footer h4{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--nm-text-muted);font-weight:700;margin-bottom:12px}.site-footer__links{list-style:none;padding:0}.site-footer__links li{margin-bottom:6px}.site-footer__links a{color:var(--nm-text-muted);transition:color var(--nm-transition)}.site-footer__links a:hover{color:var(--nm-accent)}.social-icons{display:flex;gap:6px;flex-wrap:wrap}.social-icons li a{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:var(--nm-radius-sm);background:var(--nm-bg-card);border:1px solid var(--nm-border);transition:background var(--nm-transition),border-color var(--nm-transition),transform var(--nm-transition)}.social-icons li a:hover{background:rgba(var(--nm-accent-rgb),.1);border-color:var(--nm-border-accent);transform:translateY(-1px)}.payment-icons{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.nm-hero-subtitle{margin-top:8px;font-size:15px;line-height:1.5;color:var(--nm-text-muted);max-width:60ch}.nm-hero-chip{display:inline-flex;align-items:center;gap:8px;margin-top:10px;padding:6px 12px;border-radius:999px;border:1px solid var(--nm-border);background:var(--nm-bg-card);font-size:13px;font-weight:600;color:var(--nm-text-muted);text-decoration:none}.nm-hero-chip i{width:8px;height:8px;border-radius:999px;background:linear-gradient(135deg,var(--nm-primary),var(--nm-accent))}.nm-landing-ia{padding:48px 0}.nm-landing-ia__wrap{max-width:900px;margin:0 auto;padding:32px 20px;border:1px solid var(--nm-border);border-radius:var(--nm-radius-xl);background:var(--nm-bg-card);text-align:center}.nm-landing-ia__title{font-size:clamp(1.8rem,5vw,2.5rem);font-weight:800;line-height:1.1;margin:0 0 10px}.nm-landing-ia__accent{background:linear-gradient(135deg,var(--nm-accent),var(--nm-secondary));-webkit-background-clip:text;background-clip:text;color:transparent}.nm-landing-ia__subtitle{max-width:680px;margin:0 auto 20px;color:var(--nm-text-muted);font-size:15px;line-height:1.5}.nm-landing-ia__actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.nm-landing-ia__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border-radius:var(--nm-radius-lg);border:1px solid var(--nm-border);text-decoration:none;font-weight:700;font-size:14px;min-width:150px}.nm-landing-ia__btn--primary{background:linear-gradient(135deg,var(--nm-primary),rgba(var(--nm-accent-rgb),.6));border:0;color:#fff}.nm-landing-ia__btn--ghost{background:var(--nm-bg-card);color:var(--nm-text)}.nm-landing-ia__pill{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;border:1px solid var(--nm-border);background:var(--nm-bg-card);font-size:12px;font-weight:600;color:var(--nm-text-muted);margin-bottom:16px}.nm-landing-ia__dot{width:8px;height:8px;border-radius:50%;background:var(--nm-accent)}.nm-icon{width:16px;height:16px;display:inline-block}.nm-icon-user{background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvgxmlns='http://www.w3.org/2000/svg'viewBox='002424'%3E%3Cpathfill='black'd='M1212c2.76105-2.2395-5S14.761212274.23977s2.239555Zm02c-4.4180-82.239-85v1h16v-1c0-2.761-3.582-5-8-5Z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvgxmlns='http://www.w3.org/2000/svg'viewBox='002424'%3E%3Cpathfill='black'd='M1212c2.76105-2.2395-5S14.761212274.23977s2.239555Zm02c-4.4180-82.239-85v1h16v-1c0-2.761-3.582-5-8-5Z'/%3E%3C/svg%3E") center/contain no-repeat}.header-bar__message{display:none}.header-bar{display:flex;justify-content:flex-end;align-items:center;padding:4px 20px;background:transparent;border-bottom:0}.header-bar__sep{display:none}.nm-stacks-strip{margin:12px 0 8px}.nm-stacks-strip .nm-hero-chip:hover{border-color:var(--nm-border-accent)}#shopify-chat,#ShopifyChat,.shopify-chat,.shopify-chat--launcher,#tidio-chat,.crisp-client,.intercom-lightweight-app,.intercom-launcher,.zEWidget-launcher,#hubspot-messages-iframe-container{display:none!important}.breadcrumb a{color:var(--nm-text-muted);font-size:13px}.breadcrumb a:hover{color:var(--nm-accent)}.rte img{border-radius:var(--nm-radius-md)}.rte a{color:var(--nm-accent);text-decoration:underline;text-underline-offset:2px}.rte a:hover{color:var(--nm-secondary)}hr,.hr--clear{border:0;border-top:1px solid var(--nm-border);margin:24px 0}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;padding:0 8px;border-radius:var(--nm-radius-sm);border:1px solid var(--nm-border);font-size:14px;transition:background var(--nm-transition),border-color var(--nm-transition)}.pagination a:hover{background:var(--nm-bg-elevated);border-color:var(--nm-border-accent)}.pagination .current,.pagination span.current{background:rgba(var(--nm-accent-rgb),.12);border-color:rgba(var(--nm-accent-rgb),.3);color:var(--nm-accent)}main>section,.wrapper.main-content .shopify-section:not(:first-child),.site-footer,footer{content-visibility:auto;contain-intrinsic-size:auto 600px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media(max-width:768px){.site-header{backdrop-filter:none;-webkit-backdrop-filter:none;background:transparent!important}html[data-nm-theme=light] .site-header{background:transparent!important}body:before{display:none}.wrapper.main-content{padding-top:16px;padding-bottom:32px}.grid-link__image,.grid__image,.grid-link__image--product{margin:6px;padding:6px}.grid-link__title{padding:6px 10px 2px;font-size:13px}.grid-link__meta{padding:0 10px 10px;font-size:14px}button,.btn,.button,input[type=submit]{padding:10px 18px;font-size:14px}.cart__row--table-large{display:block!important}.site-footer{padding:32px 0 20px}.tab-switch__nav{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tab-switch__nav::-webkit-scrollbar{display:none}.tab-switch__trigger{white-space:nowrap;font-size:13px;padding:8px 12px}}@media(max-width:480px){.site-header__logo img{max-width:200px}.product-single h1[itemprop=name]{font-size:1.3rem}.product-single__price{font-size:1.2rem}}@media(min-width:1024px){.site-header .grid--full{gap:24px}}.nm-search-panel{position:fixed;right:12px;top:72px;width:min(480px,94vw);padding:14px;border-radius:var(--nm-radius-lg);background:#0a1628f2;border:1px solid var(--nm-border);box-shadow:var(--nm-shadow-lg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:1200}html[data-nm-theme=light] .nm-search-panel{background:#fffffff7}.nm-search-panel[hidden]{display:none}.nm-search-results{margin-top:10px;max-height:360px;overflow-y:auto}.nm-search-results:empty{display:none}.nm-search-item{display:flex;align-items:center;gap:12px;padding:10px;border-radius:var(--nm-radius-md);text-decoration:none;color:var(--nm-text);transition:background .15s ease}.nm-search-item:hover{background:var(--nm-bg-elevated)}.nm-search-item__img{width:48px;height:48px;border-radius:var(--nm-radius-sm);object-fit:cover;background:#ffffffe6;flex-shrink:0}.nm-search-item__info{flex:1;min-width:0}.nm-search-item__title{font-size:14px;font-weight:600;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nm-search-item__price{font-size:13px;color:var(--nm-accent);font-weight:600;margin-top:2px}.nm-search-item__tag{font-size:11px;color:var(--nm-text-muted)}.nm-search-hint{font-size:12px;color:var(--nm-text-muted);padding:8px 4px 0;text-align:center}.nm-theme-toggle .nm-theme-icon{width:18px;height:18px;display:inline-block;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvgxmlns='http://www.w3.org/2000/svg'viewBox='002424'fill='none'stroke='black'stroke-width='2'stroke-linecap='round'%3E%3Ccirclecx='12'cy='12'r='5'/%3E%3Clinex1='12'y1='1'x2='12'y2='3'/%3E%3Clinex1='12'y1='21'x2='12'y2='23'/%3E%3Clinex1='4.22'y1='4.22'x2='5.64'y2='5.64'/%3E%3Clinex1='18.36'y1='18.36'x2='19.78'y2='19.78'/%3E%3Clinex1='1'y1='12'x2='3'y2='12'/%3E%3Clinex1='21'y1='12'x2='23'y2='12'/%3E%3Clinex1='4.22'y1='19.78'x2='5.64'y2='18.36'/%3E%3Clinex1='18.36'y1='5.64'x2='19.78'y2='4.22'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvgxmlns='http://www.w3.org/2000/svg'viewBox='002424'fill='none'stroke='black'stroke-width='2'stroke-linecap='round'%3E%3Ccirclecx='12'cy='12'r='5'/%3E%3Clinex1='12'y1='1'x2='12'y2='3'/%3E%3Clinex1='12'y1='21'x2='12'y2='23'/%3E%3Clinex1='4.22'y1='4.22'x2='5.64'y2='5.64'/%3E%3Clinex1='18.36'y1='18.36'x2='19.78'y2='19.78'/%3E%3Clinex1='1'y1='12'x2='3'y2='12'/%3E%3Clinex1='21'y1='12'x2='23'y2='12'/%3E%3Clinex1='4.22'y1='19.78'x2='5.64'y2='18.36'/%3E%3Clinex1='18.36'y1='5.64'x2='19.78'y2='4.22'/%3E%3C/svg%3E") center/contain no-repeat;box-shadow:none;border-radius:0}html[data-nm-theme=light],html[data-theme=light]{--nm-bg:#e8f4fc;--nm-bg-card:rgba(200,230,255,.25);--nm-bg-elevated:rgba(160,210,255,.2);--nm-border:rgba(0,120,210,.12);--nm-border-accent:rgba(0,150,255,.3);--nm-text:#0a2540;--nm-text-muted:#3a6890;--nm-shadow-sm:0 1px 4px rgba(0,80,160,.06);--nm-shadow-md:0 4px 18px rgba(0,80,160,.08);--nm-shadow-lg:0 8px 36px rgba(0,80,160,.1);color-scheme:light}html[data-nm-theme=light] .site-header{background:transparent!important;border-bottom-color:transparent}html[data-nm-theme=light] .site-footer{background:linear-gradient(180deg,#0d1f38,#091528)!important}html[data-nm-theme=light] body:before{background:radial-gradient(ellipse 60% 50% at 10% 10%,rgba(0,150,255,.06),transparent 50%),radial-gradient(ellipse 50% 40% at 90% 80%,rgba(0,100,200,.05),transparent 50%)}html[data-nm-theme=light] .site-nav__link,html[data-nm-theme=light] .site-nav>li>a,html[data-nm-theme=light] .nm-btn.nm-btn--nav{background:#c8e6ff66;border-color:#0078d21f;color:var(--nm-text)!important}html[data-nm-theme=light] .site-nav__link:hover,html[data-nm-theme=light] .nm-btn.nm-btn--nav:hover{background:#b4dcff99;border-color:#0096ff40}html[data-nm-theme=light] .grid-link,html[data-nm-theme=light] .product-grid-item,html[data-nm-theme=light] .collection-grid-item{background:#c8e6ff33;border-color:#0078d214}html[data-nm-theme=light] .grid-link:hover{border-color:#0096ff40;box-shadow:0 8px 32px #0064c81f}html[data-nm-theme=light] .badge--sale{background:#0096ff1a;color:#0070cc;border-color:#0096ff40}html[data-nm-theme=light] .nm-search-panel{background:#e6f5fff7;border-color:#0078d226}html[data-nm-theme=light] .mobile-nav__link,html[data-nm-theme=light] .mobile-nav a{background:#c8e6ff4d;border-color:#0078d21a;color:var(--nm-text)!important}.nm-skip-link{position:absolute;left:-999px;top:10px;z-index:9999;padding:10px 14px;border-radius:12px;background:#000c;color:#fff}.nm-skip-link:focus{left:10px}:focus-visible{outline:2px solid rgba(var(--nm-accent-rgb,0,191,255),.9);outline-offset:2px;border-radius:10px}@media(max-width:768px){button,.btn,a.btn,input[type=submit]{min-height:44px}}.nm-reco-card{margin:0 auto 20px;width:100%;max-width:1100px;cursor:pointer}.nm-reco-card__inner{display:flex;align-items:center;gap:14px;padding:16px 20px;border-radius:var(--nm-radius-xl,20px);border:1px solid var(--nm-border,rgba(255,255,255,.08));background:linear-gradient(135deg,#0058a31f,#00bfff0f);transition:transform .15s ease,border-color .15s ease,background .15s ease;will-change:transform}.nm-reco-card:hover .nm-reco-card__inner{transform:translateY(-2px);border-color:var(--nm-border-accent,rgba(0,191,255,.25));background:linear-gradient(135deg,#0058a329,#00bfff14)}.nm-reco-card:active .nm-reco-card__inner{transform:translateY(0) scale(.99)}@supports (content-visibility:auto){.main-content .shopify-section{content-visibility:auto;contain-intrinsic-size:800px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.nm-reco-card__inner{transition:none!important}}.nm-reco-card__emoji{font-size:28px;line-height:1}.nm-reco-card__copy{flex:1;min-width:0}.nm-reco-card__title{font-weight:700;font-size:15px;line-height:1.3}.nm-reco-card__desc{font-size:13px;color:var(--nm-text-muted,#94a3b8);margin-top:2px}.nm-reco-card__arrow{font-size:18px;opacity:.4}.nm-reco-card__shuffle{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;border:1px solid var(--nm-border,rgba(255,255,255,.1));background:#ffffff0a;color:inherit;font-size:16px;line-height:1;cursor:pointer;opacity:.8;transition:transform .12s ease,opacity .12s ease,background .12s ease,border-color .12s ease}.nm-reco-card__shuffle:hover{opacity:1;transform:translateY(-1px);background:#ffffff0f;border-color:var(--nm-border-accent,rgba(0,191,255,.22))}.nm-reco-card__shuffle:active{transform:translateY(0) scale(.97)}.nm-reco-card__shuffle:focus-visible{outline:2px solid rgba(var(--nm-accent-rgb,0,191,255),.9);outline-offset:2px}@keyframes nmRecoSwap{0%{transform:translateY(0);opacity:1}35%{transform:translateY(-3px);opacity:.88}to{transform:translateY(0);opacity:1}}.nm-reco-card__inner--swap{animation:nmRecoSwap .42s ease}@keyframes nmDiceSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.nm-reco-card__shuffle--spin{animation:nmDiceSpin .52s ease}.nm-prize{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:grid;place-items:center;padding:18px}.nm-prize__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.nm-prize__panel{position:relative;width:min(520px,92vw);border-radius:18px;padding:18px 18px 16px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(180deg,#0c203ceb,#081426eb);box-shadow:0 18px 60px #00000073;color:#e5e7eb}.nm-prize__close{position:absolute;right:10px;top:8px;width:34px;height:34px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;color:inherit;font-size:22px;line-height:1;cursor:pointer}.nm-prize__title{font-weight:800;font-size:18px;margin:4px 0}.nm-prize__subtitle{font-size:14px;color:#e5e7ebdb;margin-bottom:12px}.nm-prize__codeWrap{display:flex;gap:10px;align-items:center;margin:10px 0 14px}.nm-prize__code{flex:1;font-weight:800;letter-spacing:.08em;text-align:center;padding:12px;border-radius:12px;border:1px dashed rgba(0,191,255,.35);background:#00bfff0f}.nm-prize__copy{white-space:nowrap;padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:inherit;cursor:pointer}.nm-prize__actions{display:flex;gap:10px;flex-wrap:wrap}.nm-prize__apply{flex:1;min-width:220px;text-align:center;padding:10px 12px;border-radius:12px;text-decoration:none;border:1px solid rgba(0,191,255,.35);background:#00bfff1a;color:#e5e7eb;font-weight:700}.nm-prize__secondary{padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#ffffff0d;color:inherit;cursor:pointer}.nm-prize__fineprint{margin-top:10px;font-size:12px;color:#94a3b8e6}.nm-prize--hide{opacity:0;transition:opacity .18s ease}@media(prefers-reduced-motion:reduce){.nm-reco-card__inner--swap,.nm-reco-card__shuffle--spin{animation:none!important}}.nm-truststrip{background:linear-gradient(90deg,#0058a32e 0,#00bfff1a);border-bottom:1px solid rgba(0,191,255,.15);border-top:1px solid rgba(0,191,255,.1);padding:10px 16px;width:100%}.nm-truststrip__inner{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;max-width:1200px;margin:0 auto}.nm-trustpill2{display:flex;align-items:center;gap:6px;padding:5px 14px;border-radius:20px;background:#ffffff0f;border:1px solid rgba(0,191,255,.2);white-space:nowrap}.nm-trustpill2__icon{font-size:14px}.nm-trustpill2__txt{font-size:12px;font-weight:600;color:#ffffffe0;letter-spacing:.01em}@media(max-width:480px){.nm-truststrip__inner{gap:6px}.nm-trustpill2{padding:4px 10px}.nm-trustpill2__txt{font-size:11px}}.nm-testimonials{padding:40px 0 20px}.nm-testimonials__title{text-align:center;font-size:20px;font-weight:700;letter-spacing:-.02em;margin-bottom:24px;color:var(--nm-text)}.nm-testimonials__title span{color:var(--nm-accent)}.nm-testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media(max-width:768px){.nm-testimonials__grid{grid-template-columns:1fr;gap:12px}}@media(min-width:481px)and (max-width:768px){.nm-testimonials__grid{grid-template-columns:repeat(2,1fr)}}.nm-tcard{background:var(--nm-bg-card);border:1px solid var(--nm-border);border-radius:var(--nm-radius-lg);padding:20px;transition:border-color .2s ease,transform .2s ease}.nm-tcard:hover{border-color:var(--nm-border-accent);transform:translateY(-2px)}.nm-tcard__stars{color:#fbbf24;font-size:14px;margin-bottom:10px;letter-spacing:1px}.nm-tcard__text{font-size:14px;line-height:1.6;color:var(--nm-text-muted);margin-bottom:14px;font-style:italic}.nm-tcard__author{display:flex;align-items:center;gap:10px}.nm-tcard__avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#00bfff4d,#0058a34d);display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0;border:1px solid rgba(0,191,255,.2)}.nm-tcard__name{font-size:13px;font-weight:600;color:var(--nm-text)}.nm-tcard__location{font-size:11px;color:var(--nm-text-muted);margin-top:1px}.nm-skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}.nm-skip-link:focus{left:16px;top:16px;width:auto;height:auto;padding:8px 16px;background:var(--nm-accent);color:#0a1628;border-radius:8px;font-weight:700;z-index:9999}.nm-tiktok-footer{display:inline-flex;align-items:center;gap:5px}.nm-tiktok-icon{display:flex;align-items:center;justify-content:center;color:currentColor;transition:color .2s ease}.nm-tiktok-footer:hover .nm-tiktok-icon{color:#ff0050}.nm-badge-pct{font-size:12px!important;font-weight:800!important;background:linear-gradient(135deg,#00bfff33,#0058a340)!important;color:var(--nm-accent)!important;border:1px solid rgba(0,191,255,.35)!important;letter-spacing:.02em;padding:5px 10px!important}.nm-compare-price{display:inline-block;margin-left:6px;font-size:12px;color:var(--nm-text-muted);text-decoration:line-through;opacity:.7}.nm-card-cta{position:absolute;bottom:10px;left:50%;transform:translate(-50%) translateY(6px);background:var(--nm-accent);color:#0a1628;font-size:12px;font-weight:700;padding:7px 18px;border-radius:999px;white-space:nowrap;opacity:0;transition:opacity .22s ease,transform .22s ease;pointer-events:none;letter-spacing:.02em;box-shadow:0 4px 14px #00bfff4d;z-index:3}.nm-card-cta--soldout{background:#ffffff1f;color:var(--nm-text-muted);box-shadow:none}.nm-card-enhanced:hover .nm-card-cta{opacity:1;transform:translate(-50%) translateY(0)}.nm-card-enhanced:hover .grid-link__image-centered img{opacity:.88}html[data-nm-theme=light] .nm-badge-pct{background:#0064c81a!important;color:#0058a3!important;border-color:#0064c833!important}html[data-nm-theme=light] .nm-card-cta{background:var(--nm-primary);color:#fff;box-shadow:0 4px 14px #0058a34d}@media(max-width:768px){.nm-card-cta{opacity:1;transform:translate(-50%) translateY(0);font-size:11px;padding:5px 14px;bottom:8px}.nm-card-enhanced:hover .grid-link__image-centered img{opacity:1}}.nm-wa-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;margin-top:10px;padding:13px 20px;border-radius:14px;background:#25d366;color:#fff;font-size:14px;font-weight:700;text-decoration:none;letter-spacing:.01em;transition:background .2s ease,transform .15s ease,box-shadow .2s ease;box-shadow:0 4px 18px #25d36647}.nm-wa-btn:hover{background:#1da851;color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px #25d36661}.nm-wa-btn:active{transform:translateY(0);box-shadow:none}.nm-wa-btn svg{flex-shrink:0}.nm-col-intro{margin-bottom:8px}.nm-col-intro p{font-size:14px;color:var(--nm-text-muted);line-height:1.7;max-width:680px;border-left:3px solid var(--nm-border-accent);padding-left:14px;margin:0}html[data-nm-theme=light] .nm-col-intro p{border-left-color:#0058a34d}@font-face{font-family:Inter;font-display:swap}.grid-link__image,.grid-link__image--product{aspect-ratio:1 / 1;min-height:180px}.grid-link__image-centered img{aspect-ratio:1 / 1}.site-header__logo img{aspect-ratio:360 / 110}.flexslider{min-height:200px;background:#ffffff05;border-radius:16px}@supports (content-visibility:auto){.nm-testimonials,.nm-truststrip,footer.site-footer{content-visibility:auto;contain-intrinsic-size:0 300px}}.nm-reco-card__inner,.nm-card-cta,.grid-link,.nm-wa-btn{will-change:transform;transform:translateZ(0)}.nm-hero{position:relative;overflow:hidden;padding:96px 0 72px;margin-bottom:0}.nm-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 20% 50%,rgba(0,191,255,.12) 0,transparent 60%),radial-gradient(ellipse 60% 80% at 80% 20%,rgba(0,88,163,.18) 0,transparent 60%),radial-gradient(ellipse 50% 50% at 60% 90%,rgba(0,191,255,.07) 0,transparent 50%);animation:nmHeroGlow 8s ease-in-out infinite alternate;pointer-events:none}@keyframes nmHeroGlow{0%{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}to{opacity:.8;transform:scale(1.02)}}.nm-hero:after{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(0,191,255,.6),transparent)}.nm-hero__particles{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.nm-hero__particles span{position:absolute;width:2px;height:2px;background:#00bfff99;border-radius:50%;animation:nmFloat linear infinite}.nm-hero__particles span:nth-child(1){left:10%;top:20%;animation-duration:12s;animation-delay:0s;width:3px;height:3px}.nm-hero__particles span:nth-child(2){left:25%;top:60%;animation-duration:18s;animation-delay:-3s}.nm-hero__particles span:nth-child(3){left:50%;top:15%;animation-duration:14s;animation-delay:-6s;width:4px;height:4px;opacity:.4}.nm-hero__particles span:nth-child(4){left:70%;top:45%;animation-duration:20s;animation-delay:-2s}.nm-hero__particles span:nth-child(5){left:85%;top:25%;animation-duration:16s;animation-delay:-8s;width:3px;height:3px}.nm-hero__particles span:nth-child(6){left:40%;top:75%;animation-duration:22s;animation-delay:-4s;opacity:.3}.nm-hero__particles span:nth-child(7){left:90%;top:70%;animation-duration:13s;animation-delay:-1s;width:2px;height:2px}.nm-hero__particles span:nth-child(8){left:60%;top:85%;animation-duration:17s;animation-delay:-9s;width:3px;height:3px;opacity:.5}@keyframes nmFloat{0%{transform:translateY(0) translate(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-80px) translate(20px);opacity:0}}.nm-hero__inner{position:relative;z-index:2;text-align:center;max-width:780px;margin:0 auto}.nm-hero__badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;border-radius:999px;border:1px solid rgba(0,191,255,.3);background:#00bfff14;font-size:12px;font-weight:600;color:var(--nm-accent);letter-spacing:.04em;text-transform:uppercase;margin-bottom:28px}.nm-hero__badge-dot{width:7px;height:7px;border-radius:50%;background:#2aff8f;box-shadow:0 0 8px #2aff8f;animation:nmPulse 2s ease-in-out infinite}@keyframes nmPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:.7}}.nm-hero__title{font-size:clamp(2.4rem,7vw,4.2rem);font-weight:900;line-height:1.08;letter-spacing:-.03em;color:var(--nm-text);margin:0 0 20px}.nm-hero__title-accent{display:inline-block;background:linear-gradient(135deg,#00bfff 0,#7dd3fc 40%,#00bfff);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:nmGradShift 4s ease infinite;transition:opacity .3s ease;font-size:clamp(1.9rem,5.5vw,4.2rem)}.nm-hero__title-accent--fade{opacity:0}@keyframes nmGradShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@media(max-width:900px)and (min-width:601px){.nm-hero__title-accent{font-size:clamp(1.6rem,4.5vw,2.8rem)}.nm-hero--v2 .nm-hero__inner--split{gap:20px}}.nm-hero__sub{font-size:clamp(15px,2.2vw,18px);color:var(--nm-text-muted);line-height:1.65;margin:0 auto 20px;max-width:560px}.nm-hero__sub--sm{font-size:14px;margin-bottom:32px;opacity:.75}.nm-hero__actions{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap}.nm-hero__cta{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:14px;font-size:15px;font-weight:700;text-decoration:none;cursor:pointer;border:0;transition:transform .18s ease,box-shadow .2s ease,background .2s ease;letter-spacing:.01em}.nm-hero__cta--primary{background:linear-gradient(135deg,#0058a3 0,#00bfff);color:#fff;box-shadow:0 8px 32px #00bfff59}.nm-hero__cta--primary:hover{transform:translateY(-3px);box-shadow:0 16px 48px #00bfff80;color:#fff}.nm-hero__cta--ghost{background:#ffffff0f;color:var(--nm-text);border:1px solid rgba(255,255,255,.14)}.nm-hero__cta--ghost:hover{background:#ffffff1a;border-color:#00bfff4d;transform:translateY(-2px);color:var(--nm-text)}@media(max-width:600px){.nm-hero{padding:52px 0 40px}.nm-hero__actions{flex-direction:column;align-items:stretch;padding:0 20px}.nm-hero__cta{justify-content:center}}.nm-metrics{padding:36px 0;border-top:1px solid var(--nm-border);border-bottom:1px solid var(--nm-border);background:#00bfff08;margin:20px 0}.nm-metrics__inner{display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:wrap}.nm-metric{flex:1;min-width:130px;text-align:center;padding:16px 20px}.nm-metric__number{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:900;letter-spacing:-.03em;line-height:1;background:linear-gradient(135deg,#fff 30%,#00bfff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:6px}.nm-metric__suffix{font-size:.65em;font-weight:700}.nm-metric__label{font-size:12px;font-weight:500;color:var(--nm-text-muted);text-transform:uppercase;letter-spacing:.06em}.nm-metric__divider{width:1px;height:48px;background:var(--nm-border);flex-shrink:0}@media(max-width:600px){.nm-metric__divider{display:none}.nm-metric{min-width:45%;border-bottom:1px solid var(--nm-border)}.nm-metric:nth-child(n+5){border-bottom:0}}.nm-how{padding:72px 0 56px;position:relative}.nm-how__header{text-align:center;margin-bottom:52px}.nm-how__eyebrow{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--nm-accent);margin-bottom:12px;padding:4px 14px;border-radius:999px;border:1px solid rgba(0,191,255,.25);background:#00bfff12}.nm-how__title{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:900;letter-spacing:-.03em;color:var(--nm-text);margin:0}.nm-how__steps{display:flex;align-items:flex-start;gap:0;position:relative}.nm-how__connector{flex:1;height:2px;background:linear-gradient(90deg,#00bfff66,#00bfff1a);margin-top:52px;min-width:20px;position:relative}.nm-how__connector:after{content:"";position:absolute;right:-1px;top:-4px;width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:8px solid rgba(0,191,255,.4)}.nm-how__step{flex:0 0 180px;text-align:center;padding:0 8px;position:relative}.nm-how__icon-wrap{width:64px;height:64px;border-radius:18px;background:#00bfff14;border:1px solid rgba(0,191,255,.2);display:flex;align-items:center;justify-content:center;margin:0 auto 16px;color:var(--nm-accent);transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.nm-how__step:hover .nm-how__icon-wrap{background:#00bfff26;transform:translateY(-4px);box-shadow:0 12px 32px #00bfff33}.nm-how__step-num{font-size:11px;font-weight:800;letter-spacing:.08em;color:#00bfff80;margin-bottom:10px}.nm-how__step-title{font-size:15px;font-weight:700;color:var(--nm-text);margin:0 0 8px;line-height:1.3}.nm-how__step-desc{font-size:13px;color:var(--nm-text-muted);line-height:1.6;margin:0}.nm-how__cta-wrap{text-align:center;margin-top:48px}.nm-how__cta{display:inline-flex;align-items:center;gap:6px;padding:12px 28px;border-radius:12px;background:#00bfff1a;border:1px solid rgba(0,191,255,.25);color:var(--nm-accent);font-size:14px;font-weight:700;text-decoration:none;transition:background .2s ease,transform .15s ease}.nm-how__cta:hover{background:#00bfff2e;transform:translateY(-2px);color:var(--nm-accent)}@media(max-width:768px){.nm-how__steps{flex-direction:column;align-items:center;gap:8px}.nm-how__connector{width:2px;height:32px;min-width:unset;margin:0;background:linear-gradient(180deg,#00bfff66,#00bfff1a)}.nm-how__connector:after{top:unset;bottom:-1px;right:-4px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:8px solid rgba(0,191,255,.4)}.nm-how__step{flex:none;width:100%;max-width:320px}.nm-metrics__inner{gap:0}}.nm-email-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;display:grid;place-items:center;padding:18px;opacity:0;pointer-events:none;transition:opacity .35s ease}.nm-email-popup.is-open{opacity:1;pointer-events:all}.nm-email-popup__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.nm-email-popup__panel{position:relative;width:min(520px,94vw);border-radius:24px;overflow:hidden;border:1px solid rgba(0,191,255,.2);background:linear-gradient(160deg,#0a1628fa 0,#050e1cfa);box-shadow:0 24px 80px #0000008c,0 0 0 1px #00bfff14;padding:0}.nm-email-popup__top{background:linear-gradient(135deg,#0058a366 0,#00bfff26);padding:36px 32px 28px;text-align:center;border-bottom:1px solid rgba(0,191,255,.12);position:relative}.nm-email-popup__emoji{font-size:48px;margin-bottom:12px;display:block;filter:drop-shadow(0 4px 12px rgba(0,191,255,.3))}.nm-email-popup__offer{display:inline-flex;align-items:center;gap:6px;padding:5px 14px;border-radius:999px;background:#00bfff1f;border:1px solid rgba(0,191,255,.3);font-size:12px;font-weight:700;color:var(--nm-accent);letter-spacing:.06em;text-transform:uppercase;margin-bottom:14px}.nm-email-popup__title{font-size:clamp(1.5rem,4vw,2rem);font-weight:900;letter-spacing:-.025em;color:#fff;margin:0 0 8px;line-height:1.15}.nm-email-popup__sub{font-size:14px;color:#ffffffa6;margin:0;line-height:1.5}.nm-email-popup__body{padding:28px 32px 32px}.nm-email-popup__form{display:flex;flex-direction:column;gap:12px}.nm-email-popup__input{width:100%;padding:14px 16px;border-radius:12px;border:1px solid rgba(0,191,255,.2);background:#ffffff0d;color:#fff;font-size:15px;outline:0;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}.nm-email-popup__input::placeholder{color:#ffffff59}.nm-email-popup__input:focus{border-color:#00bfff80;box-shadow:0 0 0 3px #00bfff1f}.nm-email-popup__submit{padding:14px 24px;border-radius:12px;background:linear-gradient(135deg,#0058a3 0,#00bfff);color:#fff;font-size:15px;font-weight:700;border:0;cursor:pointer;width:100%;transition:transform .18s ease,box-shadow .2s ease;box-shadow:0 6px 24px #00bfff4d;letter-spacing:.01em}.nm-email-popup__submit:hover{transform:translateY(-2px);box-shadow:0 12px 32px #00bfff73}.nm-email-popup__skip{text-align:center;margin-top:12px;font-size:12px;color:#ffffff59;cursor:pointer;transition:color .15s}.nm-email-popup__skip:hover{color:#fff9}.nm-email-popup__close{position:absolute;top:12px;right:14px;width:30px;height:30px;border-radius:50%;border:1px solid rgba(255,255,255,.15);background:#ffffff12;color:#fff9;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.nm-email-popup__close:hover{background:#ffffff24;color:#fff}.nm-email-popup__success{text-align:center;padding:20px 0 8px}.nm-email-popup__success-emoji{font-size:40px;margin-bottom:12px;display:block}.nm-email-popup__success-title{font-size:20px;font-weight:800;color:#fff;margin-bottom:8px}.nm-email-popup__success-code{font-size:22px;font-weight:900;letter-spacing:.1em;color:var(--nm-accent);padding:12px 20px;border-radius:10px;border:1px dashed rgba(0,191,255,.4);background:#00bfff12;margin:10px 0 14px;display:inline-block}.nm-email-popup__success-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 28px;border-radius:12px;background:linear-gradient(135deg,#0058a3,#00bfff);color:#fff;font-weight:700;font-size:14px;text-decoration:none;transition:transform .18s}.nm-email-popup__success-btn:hover{transform:translateY(-2px);color:#fff}.nm-goals{padding:32px 0 16px}.nm-goals__title{text-align:center;font-size:16px;font-weight:700;color:var(--nm-text-muted);margin-bottom:18px;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.nm-goals__grid{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.nm-goal-pill{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:999px;border:1px solid var(--nm-border);background:var(--nm-bg-card);color:var(--nm-text);font-size:14px;font-weight:600;text-decoration:none;cursor:pointer;transition:background .18s,border-color .18s,transform .15s,box-shadow .18s;white-space:nowrap}.nm-goal-pill:hover{background:#00bfff1a;border-color:#00bfff59;transform:translateY(-2px);box-shadow:0 4px 16px #00bfff26;color:var(--nm-accent)}.nm-goal-pill.is-active{background:#00bfff1f;border-color:#00bfff66;color:var(--nm-accent);box-shadow:0 2px 12px #00bfff33}.nm-goal-pill__emoji{font-size:18px}.nm-urgency-bar{background:linear-gradient(90deg,#0058a3f2 0,#0064b4fa);text-align:center;padding:8px 16px;font-size:13px;font-weight:600;color:#fff;letter-spacing:.01em;position:relative;z-index:1001;border-bottom:1px solid rgba(0,191,255,.2)}.nm-urgency-bar a{color:#7dd3fc;text-decoration:underline;text-underline-offset:2px}.nm-urgency-bar__dismiss{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:0;border:0;color:#fff9;font-size:18px;cursor:pointer;line-height:1;padding:4px}.nm-urgency-bar__dismiss:hover{color:#fff}.nm-urgency-bar--hidden{display:none}.nm-newsletter{margin:32px 0 0;padding:28px 24px;border-radius:var(--nm-radius-xl);background:linear-gradient(135deg,#0058a31f 0,#00bfff0f);border:1px solid rgba(0,191,255,.14);text-align:center}.nm-newsletter__title{font-size:18px;font-weight:800;color:var(--nm-text);margin:0 0 6px;letter-spacing:-.015em}.nm-newsletter__sub{font-size:14px;color:var(--nm-text-muted);margin:0 0 16px}.nm-newsletter__row{display:flex;gap:8px;max-width:440px;margin:0 auto}.nm-newsletter__input{flex:1;padding:11px 16px;border-radius:10px;border:1px solid var(--nm-border);background:var(--nm-bg-card);color:var(--nm-text);font-size:14px}.nm-newsletter__input:focus{outline:0;border-color:#00bfff66}.nm-newsletter__btn{padding:11px 20px;border-radius:10px;background:linear-gradient(135deg,#0058a3,#00bfff);color:#fff;font-weight:700;font-size:14px;border:0;cursor:pointer;white-space:nowrap;transition:transform .18s,box-shadow .18s}.nm-newsletter__btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #00bfff59}@media(max-width:480px){.nm-newsletter__row{flex-direction:column}.nm-goals__grid{gap:8px}.nm-goal-pill{font-size:13px;padding:8px 14px}}.nm-upsell-section{margin-top:40px;padding-top:32px;border-top:1px solid var(--nm-border)}.nm-upsell-section__title{font-size:20px;font-weight:800;color:var(--nm-text);margin-bottom:20px;letter-spacing:-.02em}.nm-upsell-section__title span{color:var(--nm-accent)}.nm-sticky-atc{position:fixed;bottom:-80px;left:0;right:0;z-index:900;transition:bottom .3s cubic-bezier(.34,1.56,.64,1);padding:10px 16px;background:#081224f5;border-top:1px solid rgba(0,191,255,.18);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.nm-sticky-atc.is-visible{bottom:0}.nm-sticky-atc__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:900px;margin:0 auto}.nm-sticky-atc__meta{flex:1;min-width:0}.nm-sticky-atc__title{font-size:14px;font-weight:700;color:var(--nm-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nm-sticky-atc__price{font-size:16px;font-weight:800;color:var(--nm-accent)}.nm-sticky-atc__btn{padding:12px 24px;border-radius:12px;background:linear-gradient(135deg,#0058a3,#00bfff);color:#fff;font-weight:700;font-size:14px;border:0;cursor:pointer;white-space:nowrap;box-shadow:0 4px 16px #00bfff4d;transition:transform .15s,box-shadow .18s}.nm-sticky-atc__btn:hover{transform:translateY(-1px);box-shadow:0 8px 24px #00bfff73}html[data-nm-theme=light] .nm-urgency-bar{background:linear-gradient(90deg,#0058a3,#0070cc)}html[data-nm-theme=light] .nm-goal-pill{background:#0058a30f;border-color:#0058a326}html[data-nm-theme=light] .nm-goal-pill:hover{background:#0058a31f;border-color:#0058a34d;color:#0058a3}html[data-nm-theme=light] .nm-email-popup__panel{background:linear-gradient(160deg,#0a2540 0,#051e38)}html[data-nm-theme=light] .nm-sticky-atc{background:#dcf0fff7;border-top-color:#0078d226}html[data-nm-theme=light] .nm-sticky-atc__title{color:#0a2540}.nm-urgency-bar{min-height:44px}@media(max-width:767px){.flexslider .slides>li{display:none!important}.flexslider .slides>li:first-child{display:block!important}.flexslider{min-height:220px}}@media(max-width:991px){.whatshare{display:none!important}}html[data-nm-theme=light],html[data-theme=light]{--nm-bg:#e4f2fc;--nm-bg-card:rgba(210,235,255,.5);--nm-bg-elevated:rgba(180,220,255,.4);--nm-bg-subtle:#d0eaff;--nm-border:rgba(60,140,220,.14);--nm-border-accent:rgba(0,120,220,.28);--nm-text:#0a2040;--nm-text-muted:#2d5a80;--nm-shadow-sm:0 1px 3px rgba(0,80,180,.07),0 1px 2px rgba(0,60,160,.04);--nm-shadow-md:0 4px 16px rgba(0,80,180,.09),0 2px 6px rgba(0,60,160,.05);--nm-shadow-lg:0 12px 32px rgba(0,80,180,.12),0 4px 12px rgba(0,60,160,.06)}html[data-nm-theme=light] body,html[data-theme=light] body{background:linear-gradient(160deg,#eaf5fd 0,#dff0fb,#d4eaf7)!important}html[data-nm-theme=light] body:before,html[data-theme=light] body:before{background:none!important;opacity:0!important}html[data-nm-theme=light] .grid__item,html[data-theme=light] .grid__item{opacity:1!important;transform:none!important;visibility:visible!important}html[data-nm-theme=light] .nm-hero,html[data-theme=light] .nm-hero{background:linear-gradient(160deg,#f0f9ff 0,#e0f2fc 45%,#cce8f8 75%,#d8f0ff)!important;border-bottom:1px solid rgba(0,140,220,.12)!important}html[data-nm-theme=light] .nm-hero:before,html[data-theme=light] .nm-hero:before{background:radial-gradient(ellipse 65% 55% at 8% 40%,rgba(0,120,220,.09) 0,transparent 55%),radial-gradient(ellipse 45% 50% at 92% 15%,rgba(0,160,255,.07) 0,transparent 55%)!important;animation:none!important}html[data-nm-theme=light] .nm-hero:after,html[data-theme=light] .nm-hero:after{display:none!important}html[data-nm-theme=light] .nm-hero__particles,html[data-theme=light] .nm-hero__particles{display:none!important}html[data-nm-theme=light] .nm-hero__title,html[data-theme=light] .nm-hero__title{color:#08111e!important}html[data-nm-theme=light] .nm-hero__title-accent,html[data-theme=light] .nm-hero__title-accent{background:linear-gradient(135deg,#004a8c,#0070cc 50%,#09e)!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important}html[data-nm-theme=light] .nm-hero__sub,html[data-theme=light] .nm-hero__sub{color:#4e6070!important}html[data-nm-theme=light] .nm-hero__badge,html[data-theme=light] .nm-hero__badge{background:#004a8c12!important;border-color:#004a8c33!important;color:#004a8c!important}html[data-nm-theme=light] .nm-hero__cta--primary,html[data-theme=light] .nm-hero__cta--primary{background:linear-gradient(135deg,#004a8c,#0070cc)!important;box-shadow:0 4px 20px #0058a359!important;color:#fff!important}html[data-nm-theme=light] .nm-hero__cta--primary:hover,html[data-theme=light] .nm-hero__cta--primary:hover{background:linear-gradient(135deg,#003e78,#005fad)!important;transform:translateY(-1px)!important}html[data-nm-theme=light] .nm-hero__cta--ghost,html[data-theme=light] .nm-hero__cta--ghost{background:#ffffffb8!important;border-color:#0000001f!important;color:#1a2535!important}html[data-nm-theme=light] .site-header,html[data-theme=light] .site-header{background:transparent!important;border-bottom:none!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}@media(max-width:768px){html[data-nm-theme=light] .site-header,html[data-theme=light] .site-header{background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}}html[data-nm-theme=light] .site-nav__link,html[data-nm-theme=light] .site-nav>li>a,html[data-nm-theme=light] .nm-btn.nm-btn--nav,html[data-theme=light] .site-nav__link,html[data-theme=light] .site-nav>li>a,html[data-theme=light] .nm-btn.nm-btn--nav{background:transparent!important;border-color:transparent!important;color:#0a2040!important}html[data-nm-theme=light] .site-nav__link:hover,html[data-nm-theme=light] .nm-btn.nm-btn--nav:hover,html[data-theme=light] .site-nav__link:hover,html[data-theme=light] .nm-btn.nm-btn--nav:hover{background:#0078dc14!important;color:#0060b8!important}html[data-nm-theme=light] .mobile-nav__link,html[data-nm-theme=light] .mobile-nav a,html[data-theme=light] .mobile-nav__link,html[data-theme=light] .mobile-nav a{background:#ffffffd9!important;border-color:#50a0f02e!important;color:#0a2040!important}html[data-nm-theme=light] .site-nav__dropdown,html[data-theme=light] .site-nav__dropdown{background:#f0fafffa!important;box-shadow:0 12px 32px #0050b41f!important}html[data-nm-theme=light] .grid-link,html[data-nm-theme=light] .product-grid-item,html[data-theme=light] .grid-link,html[data-theme=light] .product-grid-item{background:#ffffffd1!important;border:1px solid rgba(80,160,240,.18)!important;box-shadow:0 2px 8px #0050b412,0 6px 20px #0050b40d!important;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}html[data-nm-theme=light] .grid-link:hover,html[data-theme=light] .grid-link:hover{border-color:#008ce659!important;box-shadow:0 8px 28px #0078dc29,0 3px 10px #0050b414!important;transform:translateY(-5px)!important}html[data-nm-theme=light] .grid-link__image,html[data-theme=light] .grid-link__image{background:linear-gradient(145deg,#e8f5ff,#d8ecfa)!important}html[data-nm-theme=light] .grid-link__title,html[data-theme=light] .grid-link__title{color:#0a2040!important}html[data-nm-theme=light] .grid-link__meta,html[data-theme=light] .grid-link__meta{color:#005eb8!important;font-weight:700!important}html[data-nm-theme=light] .badge--sale,html[data-theme=light] .badge--sale,html[data-nm-theme=light] .nm-badge-pct,html[data-theme=light] .nm-badge-pct{background:#004a8c14!important;color:#004a8c!important;border-color:#004a8c2e!important}html[data-nm-theme=light] .nm-card-cta,html[data-theme=light] .nm-card-cta{background:linear-gradient(135deg,#004a8c,#0070cc)!important;color:#fff!important}html[data-nm-theme=light] .nm-urgency-bar,html[data-theme=light] .nm-urgency-bar{background:linear-gradient(90deg,#003e78,#0058a3,#0070cc)!important}html[data-nm-theme=light] .nm-trustpill2,html[data-theme=light] .nm-trustpill2{background:#ffffffe6!important;border-color:#004a8c1f!important}html[data-nm-theme=light] .nm-goal-pill,html[data-theme=light] .nm-goal-pill{background:#ffffffd9!important;border-color:#0000001a!important;color:#1a2535!important}html[data-nm-theme=light] .nm-goal-pill:hover,html[data-nm-theme=light] .nm-goal-pill.is-active,html[data-theme=light] .nm-goal-pill:hover,html[data-theme=light] .nm-goal-pill.is-active{background:#004a8c17!important;border-color:#004a8c47!important;color:#004a8c!important}html[data-nm-theme=light] .nm-tcard,html[data-theme=light] .nm-tcard{background:#fffc!important;border-color:#50a0f02e!important;box-shadow:0 2px 8px #0050b412,0 6px 22px #0050b40d!important;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}html[data-nm-theme=light] .nm-tcard:hover,html[data-theme=light] .nm-tcard:hover{transform:translateY(-3px)!important;border-color:#008ce64d!important}html[data-nm-theme=light] .nm-how,html[data-theme=light] .nm-how{background:linear-gradient(180deg,#d8eefa,#cce6f8)!important;border-top:1px solid rgba(0,140,220,.12)!important;border-bottom:1px solid rgba(0,140,220,.12)!important}html[data-nm-theme=light] .nm-how__icon-wrap,html[data-theme=light] .nm-how__icon-wrap{background:#0078dc1a!important;border-color:#0078dc38!important;color:#0060b8!important}.site-footer .wrapper{max-width:860px!important;padding-left:24px!important;padding-right:24px!important}html[data-nm-theme=light] .site-footer,html[data-theme=light] .site-footer{background:linear-gradient(180deg,#e8f4ff 0,#daeeff 60%,#cce6fa)!important;border-top:1px solid rgba(100,180,255,.35)!important;box-shadow:0 -4px 24px #50a0ff14!important}html[data-nm-theme=light] .site-footer h4,html[data-theme=light] .site-footer h4{color:#0060b8!important;letter-spacing:.08em}html[data-nm-theme=light] .site-footer,html[data-theme=light] .site-footer{color:#1a3a5c!important}html[data-nm-theme=light] .site-footer p,html[data-theme=light] .site-footer p{color:#2d5480!important}html[data-nm-theme=light] .site-footer__links a,html[data-theme=light] .site-footer__links a{color:#2d6096!important}html[data-nm-theme=light] .site-footer__links a:hover,html[data-theme=light] .site-footer__links a:hover{color:#0090e0!important}html[data-nm-theme=light] .site-footer .social-icons li a,html[data-theme=light] .site-footer .social-icons li a{background:#ffffffa6!important;border-color:#50a0f040!important;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}html[data-nm-theme=light] .site-footer .social-icons li a:hover,html[data-theme=light] .site-footer .social-icons li a:hover{background:#ffffffe6!important;border-color:#0090e080!important}html[data-nm-theme=light] .site-footer input[type=email],html[data-theme=light] .site-footer input[type=email]{background:#ffffffbf!important;border:1px solid rgba(80,160,240,.35)!important;color:#0a2040!important;border-radius:8px!important}html[data-nm-theme=light] .site-footer input[type=email]::placeholder,html[data-theme=light] .site-footer input[type=email]::placeholder{color:#7aaac8!important}html[data-nm-theme=light] .site-footer small,html[data-theme=light] .site-footer small,html[data-nm-theme=light] .site-footer .copyright,html[data-theme=light] .site-footer .copyright{color:#5580a0!important}html[data-nm-theme=light] h1,html[data-nm-theme=light] h2,html[data-nm-theme=light] h3,html[data-theme=light] h1,html[data-theme=light] h2,html[data-theme=light] h3{color:#08111e!important}html[data-nm-theme=light] a,html[data-theme=light] a{color:#004a8c!important}html[data-nm-theme=light] .nm-search-panel,html[data-theme=light] .nm-search-panel{background:#ebf8fffa!important;box-shadow:0 12px 32px #0050b41f!important}html[data-nm-theme=light] .nm-sticky-atc,html[data-theme=light] .nm-sticky-atc{background:#e6f5fff7!important;box-shadow:0 -6px 24px #0050b41a!important}html[data-nm-theme=light] .nm-sticky-atc__price,html[data-theme=light] .nm-sticky-atc__price{color:#0060b8!important}html[data-nm-theme=light] .btn:not(.btn--secondary),html[data-theme=light] .btn:not(.btn--secondary){background:linear-gradient(135deg,#004a8c,#0070cc)!important;color:#fff!important;box-shadow:0 2px 10px #004a8c42!important}html[data-nm-theme=light] .btn--secondary,html[data-theme=light] .btn--secondary{background:#fff!important;color:#0c1520!important}html[data-nm-theme=light] .pagination .current,html[data-theme=light] .pagination .current{background:#e8f0ff!important;color:#004a8c!important}html:not([data-theme]),html:not([data-nm-theme]){color-scheme:dark}.grid-link,.grid-link--focus,.product-grid-item a{position:relative;z-index:4;display:block;pointer-events:auto!important}.grid-link__image,.grid-link__image--product,.grid-link__image--collection,.grid-link__image-centered,.grid-link__image-centered img,.nm-card-cta,.badge,.badge__text,.nm-badge-pct{pointer-events:none}html[data-nm-theme=light] .grid-link__image,html[data-theme=light] .grid-link__image,html[data-nm-theme=light] .grid-link__image--product,html[data-theme=light] .grid-link__image--product,html[data-nm-theme=light] .grid-link__image--collection,html[data-theme=light] .grid-link__image--collection{background:linear-gradient(145deg,#f7f6f2,#eef0f4)!important;opacity:1!important;visibility:visible!important}html[data-nm-theme=light] .grid-link__image-centered,html[data-theme=light] .grid-link__image-centered,html[data-nm-theme=light] .grid-link__image-centered img,html[data-theme=light] .grid-link__image-centered img{opacity:1!important;visibility:visible!important;filter:none!important;mix-blend-mode:normal!important;transform:none}html[data-nm-theme=light] .grid-link__image-centered img,html[data-theme=light] .grid-link__image-centered img{position:relative;z-index:2;display:block;width:auto;max-width:100%;height:auto;margin:0 auto;object-fit:contain;background:transparent!important}html[data-nm-theme=light] .section-header__title,html[data-theme=light] .section-header__title,html[data-nm-theme=light] .section-header__title--left,html[data-theme=light] .section-header__title--left,html[data-nm-theme=light] .section-header__link--right a,html[data-theme=light] .section-header__link--right a{color:#0c1520!important}html[data-nm-theme=light] .section-header__link--right a:hover,html[data-theme=light] .section-header__link--right a:hover{color:#004a8c!important}.nm-featured-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.nm-featured-subtitle{margin:6px 0 0;color:var(--nm-text-muted);font-size:14px}.nm-start-pills{display:flex;flex-wrap:wrap;gap:10px;margin:-4px 0 20px}.nm-start-pill{display:inline-flex;align-items:center;padding:9px 14px;border-radius:999px;border:1px solid var(--nm-border);background:var(--nm-bg-card);color:var(--nm-text)!important;font-weight:700;font-size:13px;transition:transform .2s ease,border-color .2s ease,background .2s ease}.nm-start-pill:hover{transform:translateY(-1px);border-color:var(--nm-border-accent);background:var(--nm-bg-elevated)}.nm-card-shell{position:relative;display:flex;flex-direction:column;height:100%;padding-bottom:14px}.nm-card-copy{position:relative;z-index:3;padding:0 16px}.nm-card-stretched-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;border-radius:inherit}.nm-card-media-link,.nm-card-title-link{position:relative;z-index:3}.nm-card-title-link{color:inherit!important;text-decoration:none}.nm-card-enhanced .grid-link__image{overflow:hidden}.nm-card-enhanced .grid-link__image-centered img{transition:transform .35s ease,opacity .22s ease}.nm-card-enhanced:hover .grid-link__image-centered img,.nm-card-enhanced:focus-within .grid-link__image-centered img{transform:scale(1.05)}.nm-card-trust{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 12px}.nm-card-trust span{display:inline-flex;align-items:center;padding:5px 9px;border-radius:999px;background:#00bfff14;border:1px solid rgba(0,191,255,.18);color:var(--nm-text-muted);font-size:11px;font-weight:700;line-height:1}.nm-quick-add-form{position:relative;z-index:4;margin:0}.nm-quick-add{display:block;width:100%;border:0;border-radius:12px;padding:11px 14px;font-weight:800;font-size:13px;letter-spacing:.01em;cursor:pointer;background:linear-gradient(135deg,var(--nm-accent),#35d3ff);color:#03111f;box-shadow:0 8px 20px #00bfff3d;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.nm-quick-add:hover{transform:translateY(-1px);box-shadow:0 12px 24px #00bfff47}.nm-quick-add:active{transform:translateY(0);box-shadow:0 6px 14px #00bfff33}.nm-card-shell:focus{outline:2px solid var(--nm-accent);outline-offset:3px}html[data-nm-theme=light] .nm-card-trust span,html[data-theme=light] .nm-card-trust span{background:#0058a314;border-color:#0058a324;color:#4b647b}html[data-nm-theme=light] .nm-quick-add,html[data-theme=light] .nm-quick-add{color:#fff;background:linear-gradient(135deg,#0058a3,#0077d8);box-shadow:0 10px 22px #0058a32e}.nm-beginner-strip{margin:18px auto 26px}.nm-beginner-strip__head{margin-bottom:14px}.nm-beginner-strip__head h2{margin:0 0 6px}.nm-beginner-strip__head p{margin:0;color:var(--nm-text-muted)}.nm-beginner-strip__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.nm-beginner-card{display:block;padding:18px;border-radius:18px;border:1px solid var(--nm-border);background:linear-gradient(180deg,#00bfff14,#ffffff08);color:var(--nm-text)!important;box-shadow:var(--nm-shadow-sm);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.nm-beginner-card strong{display:block;margin-bottom:6px;font-size:18px}.nm-beginner-card span{color:var(--nm-text-muted)}.nm-beginner-card:hover{transform:translateY(-2px);border-color:var(--nm-border-accent);box-shadow:var(--nm-shadow-md)}html[data-nm-theme=light] .nm-beginner-card,html[data-theme=light] .nm-beginner-card{background:linear-gradient(180deg,#0058a30f,#00000003)}@media(max-width:768px){.nm-featured-head{display:block}.nm-featured-subtitle{font-size:13px}.nm-card-copy{padding:0 12px}.nm-card-trust{gap:6px;margin:8px 0 10px}.nm-card-trust span{font-size:10px;padding:5px 8px}.nm-quick-add{padding:10px 12px;font-size:12px}.nm-beginner-strip__grid{grid-template-columns:1fr;gap:10px}}.nm-hero--v2 .nm-hero__inner--split{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);align-items:end;gap:36px}.nm-hero__content{position:relative;z-index:2}.nm-hero__eyebrow{display:inline-flex;align-items:center;margin:18px 0 12px;padding:7px 12px;border-radius:999px;border:1px solid rgba(0,191,255,.18);background:#ffffff0a;color:var(--nm-text-muted);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.nm-hero__microproof{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0 0}.nm-hero__microproof span{display:inline-flex;align-items:center;padding:7px 10px;border-radius:999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:var(--nm-text-muted);font-size:12px;font-weight:700}.nm-hero-panel{position:relative;z-index:2;padding:22px;border-radius:24px;border:1px solid rgba(0,191,255,.12);background:linear-gradient(180deg,#091628eb,#091628c7);box-shadow:0 24px 60px #00000040;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.nm-hero-panel:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:inherit;padding:1px;background:linear-gradient(135deg,#00bfff40,#ffffff05,#0058a34d);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.nm-hero-panel__top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.nm-hero-panel__label{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--nm-text-muted);margin-bottom:6px}.nm-hero-panel__title{font-size:24px;line-height:1.1;font-weight:800;color:var(--nm-text)}.nm-hero-panel__status{padding:7px 10px;border-radius:999px;background:#4cdf9b24;border:1px solid rgba(76,223,155,.22);color:#8ef0b9;font-weight:800;font-size:12px}.nm-hero-panel__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.nm-hero-pick{display:block;padding:15px;border-radius:16px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:var(--nm-text)!important;transition:transform .18s ease,border-color .18s ease,background .18s ease}.nm-hero-pick strong{display:block;margin-bottom:5px;font-size:17px}.nm-hero-pick span{display:block;color:var(--nm-text-muted);font-size:13px;line-height:1.35}.nm-hero-pick:hover{transform:translateY(-2px);border-color:#00bfff33;background:#ffffff12}.nm-hero-panel__footer{margin-top:14px;color:var(--nm-text-muted);font-size:13px}.nm-proof-strip{margin-top:-10px;margin-bottom:26px}.nm-proof-strip__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.nm-proof-item{padding:16px 18px;border-radius:18px;border:1px solid var(--nm-border);background:#ffffff08;box-shadow:var(--nm-shadow-sm)}.nm-proof-item strong{display:block;margin-bottom:4px;color:var(--nm-text)}.nm-proof-item span{color:var(--nm-text-muted);font-size:13px}html[data-nm-theme=light] .nm-hero__eyebrow,html[data-theme=light] .nm-hero__eyebrow{background:#ffffffa8;border-color:#0058a324}html[data-nm-theme=light] .nm-hero__microproof span,html[data-theme=light] .nm-hero__microproof span{background:#ffffffd6;border-color:#0000000f}html[data-nm-theme=light] .nm-hero-panel,html[data-theme=light] .nm-hero-panel{background:linear-gradient(180deg,#fffffff5,#f0f6ffeb);box-shadow:0 20px 48px #0000001a}html[data-nm-theme=light] .nm-hero-panel__title,html[data-theme=light] .nm-hero-panel__title{color:#08111e}html[data-nm-theme=light] .nm-hero-pick,html[data-theme=light] .nm-hero-pick{background:#0058a30d;border-color:#0000000f}html[data-nm-theme=light] .nm-proof-item,html[data-theme=light] .nm-proof-item{background:#ffffffd6}@media(max-width:989px){.nm-hero--v2 .nm-hero__inner--split{grid-template-columns:1fr;gap:18px}.nm-proof-strip__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.nm-hero-panel{padding:16px;border-radius:20px}.nm-hero-panel__title{font-size:20px}.nm-hero-panel__grid{grid-template-columns:1fr 1fr;gap:8px}.nm-hero-pick{padding:13px}.nm-proof-strip{margin-top:0}}@media(max-width:540px){.nm-proof-strip__grid,.nm-hero-panel__grid{grid-template-columns:1fr}}.nm-section-head{margin:0 0 22px}.nm-section-head--center{text-align:center}.nm-section-head__eyebrow{display:inline-block;padding:6px 10px;border-radius:999px;background:#45d2ff1f;border:1px solid rgba(69,210,255,.18);font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#9fe9ff;margin-bottom:12px}.nm-section-head__title{margin:0 0 8px;font-size:clamp(28px,4vw,42px);line-height:1.05;color:#fff}.nm-section-head__sub{margin:0;color:#e1ecffc2;font-size:16px;max-width:720px}.nm-stack-builder{margin:42px auto 10px}.nm-stack-builder__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.nm-stack-card{position:relative;padding:24px;border-radius:24px;background:linear-gradient(180deg,#0d1726f2,#080e18fa);border:1px solid rgba(92,212,255,.16);box-shadow:0 14px 40px #00000047;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;overflow:hidden}.nm-stack-card:before{content:"";position:absolute;inset:auto -20% -45% auto;width:180px;height:180px;background:radial-gradient(circle,rgba(61,212,255,.18),transparent 60%);pointer-events:none}.nm-stack-card:hover,.nm-stack-card.is-active{transform:translateY(-4px);border-color:#5cd4ff57;box-shadow:0 18px 48px #0000005c}.nm-stack-card__top{display:flex;align-items:center;gap:12px;margin-bottom:12px;font-size:22px;color:#fff}.nm-stack-card__icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:14px;background:#5cd4ff1f;font-size:22px}.nm-stack-card p{margin:0 0 16px;color:#e1ecffc2;min-height:48px}.nm-stack-card__list{list-style:none;padding:0;margin:0 0 18px;display:grid;gap:9px}.nm-stack-card__list li{position:relative;padding-left:18px;color:#dfeaff}.nm-stack-card__list li:before{content:"";position:absolute;left:0;top:.62em;width:8px;height:8px;border-radius:50%;background:#56d7ff;box-shadow:0 0 0 5px #56d7ff1a}.nm-stack-card__meta{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}.nm-stack-card__meta span{padding:7px 10px;border-radius:999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:#dbe7ff;font-size:12px}.nm-stack-card__cta{display:inline-flex;align-items:center;justify-content:center;padding:12px 16px;border-radius:14px;text-decoration:none;font-weight:700;background:linear-gradient(135deg,#41d7ff,#69a4ff);color:#071018}.nm-bundle-band{margin:28px auto 18px}.nm-bundle-band__inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 28px;border-radius:26px;background:linear-gradient(135deg,#0b1524f2,#132946f2);border:1px solid rgba(110,205,255,.18);box-shadow:0 14px 34px #0000003d}.nm-bundle-band__eyebrow,.nm-final-cta__eyebrow{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#a6ecff;margin-bottom:8px}.nm-bundle-band h2,.nm-final-cta h2{margin:0 0 6px;color:#fff;font-size:clamp(24px,3vw,34px)}.nm-bundle-band p,.nm-final-cta p{margin:0;color:#e1ecffc7}.nm-bundle-band__actions,.nm-final-cta__actions{display:flex;gap:12px;flex-wrap:wrap}.nm-bundle-band__cta,.nm-bundle-band__ghost,.nm-final-cta__btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 18px;border-radius:14px;text-decoration:none;font-weight:700;border:0;cursor:pointer}.nm-bundle-band__cta,.nm-final-cta__btn{background:#fff;color:#071018}.nm-bundle-band__ghost,.nm-final-cta__btn--ghost{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);color:#fff}.nm-compare{margin:42px auto}.nm-compare__table-wrap{overflow:auto;border-radius:22px;border:1px solid rgba(110,205,255,.16);background:linear-gradient(180deg,#09101cfa,#0b1423fa);box-shadow:0 14px 34px #0000003d}.nm-compare__table{width:100%;border-collapse:collapse;min-width:780px}.nm-compare__table th,.nm-compare__table td{padding:16px 18px;text-align:left;border-bottom:1px solid rgba(255,255,255,.06);color:#e7f2ff}.nm-compare__table th{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#9fe9ff;background:#ffffff05}.nm-compare__table tbody tr:hover{background:#5cd4ff0d}.nm-compare__table td a{display:inline-flex;padding:10px 12px;border-radius:12px;background:#ffffff0f;color:#fff;text-decoration:none;font-weight:700}.nm-final-cta{margin:34px auto 56px}.nm-final-cta__panel{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:28px;border-radius:28px;background:radial-gradient(circle at top right,rgba(76,216,255,.15),transparent 28%),linear-gradient(135deg,#07101cfa,#11223afa);border:1px solid rgba(110,205,255,.16);box-shadow:0 14px 40px #00000047}html[data-nm-theme=light] .nm-section-head__title,html[data-theme=light] .nm-section-head__title,html[data-nm-theme=light] .nm-stack-card__top,html[data-theme=light] .nm-stack-card__top,html[data-nm-theme=light] .nm-bundle-band h2,html[data-theme=light] .nm-bundle-band h2,html[data-nm-theme=light] .nm-final-cta h2,html[data-theme=light] .nm-final-cta h2{color:#0b1630}html[data-nm-theme=light] .nm-section-head__sub,html[data-theme=light] .nm-section-head__sub,html[data-nm-theme=light] .nm-stack-card p,html[data-theme=light] .nm-stack-card p,html[data-nm-theme=light] .nm-stack-card__list li,html[data-theme=light] .nm-stack-card__list li,html[data-nm-theme=light] .nm-bundle-band p,html[data-theme=light] .nm-bundle-band p,html[data-nm-theme=light] .nm-final-cta p,html[data-theme=light] .nm-final-cta p,html[data-nm-theme=light] .nm-compare__table th,html[data-theme=light] .nm-compare__table th,html[data-nm-theme=light] .nm-compare__table td,html[data-theme=light] .nm-compare__table td{color:#27405c}html[data-nm-theme=light] .nm-stack-card,html[data-theme=light] .nm-stack-card,html[data-nm-theme=light] .nm-compare__table-wrap,html[data-theme=light] .nm-compare__table-wrap,html[data-nm-theme=light] .nm-final-cta__panel,html[data-theme=light] .nm-final-cta__panel,html[data-nm-theme=light] .nm-bundle-band__inner,html[data-theme=light] .nm-bundle-band__inner{background:linear-gradient(180deg,#fff,#f4f9ff);border-color:#3166ad24;box-shadow:0 14px 34px #19355c1a}html[data-nm-theme=light] .nm-stack-card__meta span,html[data-theme=light] .nm-stack-card__meta span,html[data-nm-theme=light] .nm-compare__table td a,html[data-theme=light] .nm-compare__table td a,html[data-nm-theme=light] .nm-bundle-band__ghost,html[data-theme=light] .nm-bundle-band__ghost,html[data-nm-theme=light] .nm-final-cta__btn--ghost,html[data-theme=light] .nm-final-cta__btn--ghost{background:#eef5ff;color:#17345a;border-color:#3166ad24}@media(max-width:989px){.nm-stack-builder__grid{grid-template-columns:1fr}.nm-bundle-band__inner,.nm-final-cta__panel{flex-direction:column;align-items:flex-start}}@media(max-width:767px){.nm-stack-builder{margin-top:28px}.nm-stack-card{padding:20px;border-radius:20px}.nm-bundle-band__inner,.nm-final-cta__panel{padding:22px}.nm-bundle-band__actions,.nm-final-cta__actions,.nm-bundle-band__cta,.nm-bundle-band__ghost,.nm-final-cta__btn{width:100%}}.nm-pdp-goals{display:flex;flex-wrap:wrap;gap:8px 10px;margin:10px 0 16px}.nm-pdp-goals span{display:inline-flex;align-items:center;gap:6px;padding:8px 11px;border-radius:999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:#dfeaff;font-size:12px;font-weight:600}@media(max-width:749px){.nm-pdp-goals{margin-top:8px}}.nm-cart-convert{margin:0 0 26px;padding:20px 22px;border-radius:24px;background:linear-gradient(135deg,#08121ffa,#122640fa);border:1px solid rgba(110,205,255,.16);box-shadow:0 16px 34px #00000038}.nm-cart-convert__top{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:12px}.nm-cart-convert__eyebrow{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#9fe9ff;margin-bottom:4px}.nm-cart-convert strong{display:block;color:#fff;font-size:20px;line-height:1.35}.nm-cart-convert__shop{display:inline-flex;align-items:center;justify-content:center;padding:12px 14px;border-radius:14px;text-decoration:none;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#fff;font-weight:700;white-space:nowrap}.nm-cart-progress{height:10px;border-radius:999px;background:#ffffff14;overflow:hidden}.nm-cart-progress span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#4dd9ff,#7aa8ff)}.nm-cart-convert__trust{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.nm-cart-convert__trust span{display:inline-flex;align-items:center;padding:7px 10px;border-radius:999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);font-size:12px;color:#dfeaff}.nm-cart-reco{margin:18px 0}.nm-cart-reco__title{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#7fdfff;margin-bottom:10px;font-weight:700}.nm-cart-reco__grid{display:grid;grid-template-columns:1fr;gap:10px}.nm-cart-reco__card{display:block;padding:14px 15px;border-radius:18px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);text-decoration:none;transition:transform .22s ease,border-color .22s ease,background .22s ease}.nm-cart-reco__card strong{display:block;color:#fff;font-size:15px;margin-bottom:4px}.nm-cart-reco__card span{display:block;color:#e1ecffc7;font-size:13px;line-height:1.45}.nm-cart-reco__card:hover{transform:translateY(-2px);background:#5cd4ff14;border-color:#6ecdff3d}.nm-cart-cta-box{margin-top:14px;padding:18px;border-radius:22px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.nm-cart-terms{display:flex;align-items:flex-start;gap:10px;margin-bottom:14px;font-size:14px;line-height:1.45;color:#dfeaff}.nm-cart-terms input{margin-top:4px;flex-shrink:0}.nm-cart-terms a{color:#9fe9ff}.nm-cart-actions{display:flex;gap:12px;flex-wrap:wrap}input.nm-cart-checkout{min-width:220px}input.nm-cart-checkout.is-disabled{opacity:.55;cursor:not-allowed;filter:grayscale(.15)}.nm-cart-legal{display:block;margin-top:10px;color:#e1ecffad}html[data-nm-theme=light] .nm-cart-convert,html[data-theme=light] .nm-cart-convert,html[data-nm-theme=light] .nm-cart-reco__card,html[data-theme=light] .nm-cart-reco__card,html[data-nm-theme=light] .nm-cart-cta-box,html[data-theme=light] .nm-cart-cta-box{background:#fff;border-color:#3166ad1f;box-shadow:0 14px 28px #12294a14}html[data-nm-theme=light] .nm-cart-convert strong,html[data-theme=light] .nm-cart-convert strong,html[data-nm-theme=light] .nm-cart-reco__card strong,html[data-theme=light] .nm-cart-reco__card strong{color:#0b1630}html[data-nm-theme=light] .nm-cart-convert__shop,html[data-theme=light] .nm-cart-convert__shop,html[data-nm-theme=light] .nm-cart-convert__trust span,html[data-theme=light] .nm-cart-convert__trust span,html[data-nm-theme=light] .nm-cart-cta-box,html[data-theme=light] .nm-cart-cta-box{color:#204068}html[data-nm-theme=light] .nm-cart-reco__card span,html[data-theme=light] .nm-cart-reco__card span,html[data-nm-theme=light] .nm-cart-terms,html[data-theme=light] .nm-cart-terms,html[data-nm-theme=light] .nm-cart-legal,html[data-theme=light] .nm-cart-legal{color:#34557f}@media(max-width:767px){.nm-cart-convert{padding:18px;border-radius:20px}.nm-cart-convert__top{flex-direction:column;align-items:flex-start}.nm-cart-convert strong{font-size:18px}.nm-cart-actions{position:sticky;bottom:8px;background:#060d17f2;padding:10px;border-radius:18px;border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}html[data-nm-theme=light] .nm-cart-actions,html[data-theme=light] .nm-cart-actions{background:#fffffff5}.nm-cart-actions .btn--secondary,.nm-cart-actions .btn,input.nm-cart-checkout{width:100%}}.nm-quiz-hub{border-radius:18px;overflow:hidden;border:1px solid rgba(110,205,255,.18);background:linear-gradient(145deg,#09111dfa,#0e1c2efa)}.nm-quiz-hub__header{padding:20px 20px 14px;text-align:center}.nm-quiz-hub__icon{font-size:32px;line-height:1;margin-bottom:8px}.nm-quiz-hub__title{font-size:18px;font-weight:700;color:#fff;margin-bottom:4px}.nm-quiz-hub__sub{font-size:13px;color:#e1ecffb8;line-height:1.45}.nm-quiz-hub__list{display:flex;flex-direction:column;gap:0}.nm-quiz-hub__option{display:flex;align-items:center;gap:12px;width:100%;text-align:left;padding:14px 18px;background:transparent;border:0;border-top:1px solid rgba(255,255,255,.07);color:#e8f3ff;cursor:pointer;transition:background .18s ease}.nm-quiz-hub__option:hover,.nm-quiz-hub__option:focus{background:#5cd4ff14}.nm-quiz-hub__opt-icon{font-size:22px;flex-shrink:0;width:32px;text-align:center}.nm-quiz-hub__opt-body{flex:1;min-width:0}.nm-quiz-hub__opt-body strong{display:block;color:#fff;font-size:14px;margin-bottom:2px}.nm-quiz-hub__opt-body span{display:block;color:#d7e8ffad;font-size:12px;line-height:1.4}.nm-quiz-hub__opt-arrow{color:#6ecdff99;font-size:20px;flex-shrink:0}html[data-nm-theme=light] .nm-quiz-hub,html[data-theme=light] .nm-quiz-hub{background:#f0f7ff;border-color:#3166ad24}html[data-nm-theme=light] .nm-quiz-hub__title,html[data-theme=light] .nm-quiz-hub__title{color:#0b2040}html[data-nm-theme=light] .nm-quiz-hub__sub,html[data-theme=light] .nm-quiz-hub__sub{color:#4a6285}html[data-nm-theme=light] .nm-quiz-hub__option,html[data-theme=light] .nm-quiz-hub__option{border-top-color:#3166ad1a;color:#17345a}html[data-nm-theme=light] .nm-quiz-hub__option:hover,html[data-theme=light] .nm-quiz-hub__option:hover{background:#3166ad12}html[data-nm-theme=light] .nm-quiz-hub__opt-body strong,html[data-theme=light] .nm-quiz-hub__opt-body strong{color:#0b2040}html[data-nm-theme=light] .nm-quiz-hub__opt-body span,html[data-theme=light] .nm-quiz-hub__opt-body span{color:#4a6285}.nm-info-card{border-radius:16px;padding:16px;background:linear-gradient(135deg,#09111df5,#0e1c2ef5);border:1px solid rgba(110,205,255,.16);margin-bottom:10px}.nm-info-card__header{display:flex;align-items:center;gap:10px;margin-bottom:10px}.nm-info-card__icon{font-size:26px;line-height:1}.nm-info-card__name{font-size:16px;font-weight:700;color:#fff}.nm-info-card__price{font-size:14px;color:#00e5cc;font-weight:600}.nm-info-card__desc{font-size:13px;color:#e1ecffd1;line-height:1.5;margin-bottom:10px}.nm-info-card__section-title{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:#9fe9ff;margin-bottom:5px;margin-top:8px}.nm-info-card__benefits{list-style:none;margin:0;padding:0}.nm-info-card__benefits li{font-size:13px;color:#e1ecffd9;padding:2px 0}.nm-info-card__benefits li:before{content:"\2713  ";color:#00e5cc}.nm-info-card__meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.nm-info-card__badge{padding:5px 10px;border-radius:999px;font-size:12px;background:#5cd4ff1a;border:1px solid rgba(92,212,255,.18);color:#dff7ff}.nm-info-card__warning{font-size:12px;color:#ffdd6e;background:#ffc83214;border:1px solid rgba(255,200,50,.18);border-radius:10px;padding:8px 10px;margin-top:8px}.nm-info-card__stack{font-size:12px;color:#e1ecffb8;margin-top:8px}.nm-info-card__stack strong{color:#9fe9ff}.nm-info-card__actions{display:flex;gap:8px;margin-top:12px}.nm-info-card__btn{flex:1;padding:10px;border-radius:12px;font-size:13px;font-weight:600;text-align:center;border:0;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:5px}.nm-info-card__btn--secondary{background:#5cd4ff1f;border:1px solid rgba(92,212,255,.22);color:#dff7ff}.nm-info-card__btn--primary{background:linear-gradient(135deg,#0070f3,#00b4d8);color:#fff}.nm-info-card__btn:hover{opacity:.88;transform:translateY(-1px)}.nm-welcome{padding:2px 0 4px}.nm-welcome__heading{font-size:14px;color:var(--nm-text,#e8f3ff);line-height:1.55;margin-bottom:12px}.nm-welcome__grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:10px}.nm-welcome__goal{width:100%;padding:10px 8px;border-radius:12px;font-size:12.5px;font-weight:600;text-align:left;background:#5cd4ff17;border:1px solid rgba(92,212,255,.18);color:#dff7ff;cursor:pointer;transition:background .18s,transform .15s;line-height:1.35}.nm-welcome__goal:hover{background:#5cd4ff2e;transform:translateY(-1px)}.nm-welcome__hint{font-size:11.5px;color:#d7e8ff8c;font-style:italic;margin-top:4px}html[data-nm-theme=light] .nm-welcome__goal,html[data-theme=light] .nm-welcome__goal{background:#3166ad12;border-color:#3166ad2e;color:#17345a}html[data-nm-theme=light] .nm-welcome__goal:hover,html[data-theme=light] .nm-welcome__goal:hover{background:#3166ad24}html[data-nm-theme=light] .nm-welcome__hint,html[data-theme=light] .nm-welcome__hint{color:#7a9ab8}@keyframes nmFabPulse{0%,to{box-shadow:0 0 #00f2fe73}50%{box-shadow:0 0 0 12px #00f2fe00}}.nm-fab-pulse{animation:nmFabPulse 1.6s ease-in-out infinite!important}.nm-proactive-bubble{position:fixed;bottom:90px;right:20px;z-index:10001;background:linear-gradient(135deg,#0a1a2e,#0d2444);border:1px solid rgba(92,212,255,.3);border-radius:16px;padding:14px 18px;color:#e8f3ff;font-size:13.5px;line-height:1.5;cursor:pointer;box-shadow:0 8px 28px #0006;max-width:220px;animation:nmFabPulse 2s ease-in-out infinite}.nm-proactive-bubble:after{content:"";position:absolute;bottom:-8px;right:24px;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid rgba(92,212,255,.3)}@media(max-width:480px){.nm-proactive-bubble{right:12px;bottom:80px}}html[data-nm-theme=light] .nm-proactive-bubble,html[data-theme=light] .nm-proactive-bubble{background:#fff;border-color:#3166ad40;color:#0b2040;box-shadow:0 8px 28px #12294a26}.nm-onboard{border-radius:14px;overflow:hidden;border:1px solid rgba(92,212,255,.15);margin:10px 0}.nm-onboard__week{display:flex;gap:12px;align-items:flex-start;padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.06)}.nm-onboard__week:last-child{border-bottom:0}.nm-onboard__week-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#00e5cc;white-space:nowrap;padding-top:2px;min-width:72px}.nm-onboard__week-body{font-size:13px;color:#e1ecffe0;line-height:1.5}.nm-onboard__week-body strong{color:#fff;display:block;margin-bottom:3px}html[data-nm-theme=light] .nm-onboard,html[data-theme=light] .nm-onboard{border-color:#3166ad24}html[data-nm-theme=light] .nm-onboard__week,html[data-theme=light] .nm-onboard__week{border-bottom-color:#3166ad14}html[data-nm-theme=light] .nm-onboard__week-body,html[data-theme=light] .nm-onboard__week-body{color:#234060}html[data-nm-theme=light] .nm-onboard__week-body strong,html[data-theme=light] .nm-onboard__week-body strong{color:#0b2040}.nm-quiz-cro{margin-top:14px;padding:14px;border-radius:14px;background:#00e5cc0f;border:1px solid rgba(0,229,204,.14)}.nm-quiz-cro__title{font-size:13px;font-weight:700;color:#fff;margin-bottom:10px}.nm-quiz-cro__actions{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px}.nm-quiz-cro__btn{flex:1;min-width:120px;padding:10px 12px;border-radius:12px;font-size:13px;font-weight:600;border:0;cursor:pointer;text-align:center}.nm-quiz-cro__btn--wa{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff}.nm-quiz-cro__btn--stacks{background:#5cd4ff1f;border:1px solid rgba(92,212,255,.22);color:#dff7ff}.nm-quiz-cro__guarantee{font-size:12px;color:#d7e8ffb8;border-top:1px solid rgba(255,255,255,.07);padding-top:10px}.nm-quiz-cro__guarantee strong{color:#00e5cc}html[data-nm-theme=light] .nm-quiz-cro,html[data-theme=light] .nm-quiz-cro{background:#3166ad0d;border-color:#3166ad1f}html[data-nm-theme=light] .nm-quiz-cro__title,html[data-theme=light] .nm-quiz-cro__title{color:#0b2040}html[data-nm-theme=light] .nm-quiz-cro__btn--stacks,html[data-theme=light] .nm-quiz-cro__btn--stacks{background:#3166ad14;border-color:#3166ad2e;color:#17345a}html[data-nm-theme=light] .nm-quiz-cro__guarantee,html[data-theme=light] .nm-quiz-cro__guarantee{color:#4a6285;border-top-color:#3166ad1a}.nm-price-anchor{font-size:13px;color:#e1ecffa6;margin:4px 0 12px;padding:6px 12px;background:#00e5cc0f;border-radius:8px;border-left:3px solid #00e5cc}html[data-nm-theme=light] .nm-price-anchor,html[data-theme=light] .nm-price-anchor{background:#00968812;color:#2d6060;border-left-color:#009688}.nm-price-anchor strong{color:#00e5cc}html[data-nm-theme=light] .nm-price-anchor strong,html[data-theme=light] .nm-price-anchor strong{color:#007765}.nm-guarantee-badge{display:flex;align-items:flex-start;gap:10px;margin:12px 0;padding:12px 14px;border-radius:14px;background:#00e5cc0f;border:1px solid rgba(0,229,204,.16)}.nm-guarantee-badge__icon{font-size:22px;flex-shrink:0;line-height:1;margin-top:2px}.nm-guarantee-badge div{display:flex;flex-direction:column;gap:3px}.nm-guarantee-badge strong{font-size:13px;color:#fff;font-weight:700}.nm-guarantee-badge span{font-size:12px;color:#e1ecffb8;line-height:1.4}html[data-nm-theme=light] .nm-guarantee-badge,html[data-theme=light] .nm-guarantee-badge{background:#0096880f;border-color:#0096882e}html[data-nm-theme=light] .nm-guarantee-badge strong,html[data-theme=light] .nm-guarantee-badge strong{color:#0b2040}html[data-nm-theme=light] .nm-guarantee-badge span,html[data-theme=light] .nm-guarantee-badge span{color:#3d6370}.nm-para-quien{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:20px 0;padding:0}.nm-para-quien__col{padding:14px 16px;border-radius:16px}.nm-para-quien__col--si{background:#00e58c0f;border:1px solid rgba(0,229,140,.16)}.nm-para-quien__col--no{background:#ffb4320d;border:1px solid rgba(255,180,50,.15)}.nm-para-quien__title{font-size:12.5px;font-weight:700;margin-bottom:10px;letter-spacing:.02em}.nm-para-quien__col--si .nm-para-quien__title{color:#00e58c}.nm-para-quien__col--no .nm-para-quien__title{color:#ffb432}.nm-para-quien__col ul{margin:0;padding:0 0 0 14px;list-style:disc}.nm-para-quien__col li{font-size:12.5px;line-height:1.5;color:#e1ecffd1;margin-bottom:5px}@media(max-width:560px){.nm-para-quien{grid-template-columns:1fr}}html[data-nm-theme=light] .nm-para-quien__col--si,html[data-theme=light] .nm-para-quien__col--si{background:#00aa640f;border-color:#00aa6429}html[data-nm-theme=light] .nm-para-quien__col--no,html[data-theme=light] .nm-para-quien__col--no{background:#c878000d;border-color:#c8780026}html[data-nm-theme=light] .nm-para-quien__col li,html[data-theme=light] .nm-para-quien__col li{color:#2d4060}.nm-quick-btn--cta{background:linear-gradient(135deg,#0072ff38,#00b4d838)!important;border-color:#00b4d861!important;color:#fff!important;font-weight:700!important}.nm-quick-btn--cta:hover{background:linear-gradient(135deg,#0072ff59,#00b4d859)!important}html[data-nm-theme=light] .nm-quick-btn--cta,html[data-theme=light] .nm-quick-btn--cta{background:linear-gradient(135deg,#005adc1f,#0096c81f)!important;border-color:#0064b447!important;color:#004a9e!important}.nm-assistant-cta__body{display:flex;align-items:flex-start;gap:12px}.nm-assistant-cta__icon{font-size:28px;line-height:1;flex-shrink:0;margin-top:2px}.nm-assistant-cta__body div{display:flex;flex-direction:column;gap:4px}.nm-assistant-cta__body strong{font-size:14px;font-weight:700;color:#fff;line-height:1.4}.nm-assistant-cta__body span{font-size:13px;color:#e1ecffb8;line-height:1.45}.nm-assistant-cta__btn{width:100%;padding:14px;border-radius:14px;background:linear-gradient(135deg,#0070f3,#00b4d8);color:#fff;font-size:15px;font-weight:700;border:0;cursor:pointer;transition:opacity .2s,transform .2s;letter-spacing:.01em}.nm-assistant-cta__btn:hover{opacity:.9;transform:translateY(-1px)}html[data-nm-theme=light] .nm-assistant-cta,html[data-theme=light] .nm-assistant-cta{background:#f0f7ff;border-color:#3166ad29;box-shadow:0 8px 24px #12294a14}html[data-nm-theme=light] .nm-assistant-cta__body strong,html[data-theme=light] .nm-assistant-cta__body strong{color:#0b2040}html[data-nm-theme=light] .nm-assistant-cta__body span,html[data-theme=light] .nm-assistant-cta__body span{color:#4a6285}.nm-stack-discovery{margin:40px auto;padding:0}.nm-stack-discovery__inner{display:flex;flex-direction:column;gap:24px;padding:32px;border-radius:28px;background:linear-gradient(135deg,#08101cfa,#0c182afa);border:1px solid rgba(110,205,255,.15);box-shadow:0 20px 48px #00000047}@media(min-width:768px){.nm-stack-discovery__inner{flex-direction:row;align-items:flex-start;gap:40px}.nm-stack-discovery__left{flex:1 1 55%}.nm-stack-discovery__right{flex:1 1 40%;min-width:0}}.nm-stack-discovery__eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#9fe9ff;margin-bottom:10px;font-weight:700}.nm-stack-discovery__title{font-size:28px;font-weight:800;color:#fff;line-height:1.25;margin:0 0 12px}@media(min-width:768px){.nm-stack-discovery__title{font-size:34px}}.nm-stack-discovery__sub{color:#e1ecffbf;font-size:15px;line-height:1.6;margin:0 0 20px}.nm-stack-discovery__bullets{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.nm-stack-discovery__bullet{display:flex;align-items:center;gap:10px;font-size:14px;color:#e1ecffd9}.nm-stack-discovery__bullet span{font-size:18px;line-height:1;flex-shrink:0}.nm-stack-discovery__cta{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:16px 24px;border-radius:16px;background:linear-gradient(135deg,#0070f3,#00b4d8);color:#fff;font-size:16px;font-weight:800;border:0;cursor:pointer;transition:opacity .2s,transform .2s;letter-spacing:.01em}.nm-stack-discovery__cta:hover{opacity:.9;transform:translateY(-2px)}.nm-stack-discovery__card{padding:22px;border-radius:20px;background:#ffffff0a;border:1px solid rgba(110,205,255,.14)}.nm-stack-discovery__card-label{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#9fe9ff;margin-bottom:10px}.nm-stack-discovery__card-title{font-size:17px;font-weight:800;color:#fff;margin-bottom:16px}.nm-stack-discovery__card-items{display:flex;flex-direction:column;gap:10px;margin-bottom:14px}.nm-stack-discovery__card-item{display:flex;flex-direction:column;padding:12px 14px;border-radius:12px;background:#5cd4ff0f;border:1px solid rgba(92,212,255,.12)}.nm-stack-discovery__card-item strong{font-size:13px;color:#fff;margin-bottom:2px}.nm-stack-discovery__card-item span{font-size:12px;color:#e1ecff99}.nm-stack-discovery__card-note{font-size:12px;color:#e1ecff73;text-align:center;font-style:italic}html[data-nm-theme=light] .nm-stack-discovery__inner,html[data-theme=light] .nm-stack-discovery__inner{background:#f0f7ff;border-color:#3166ad24;box-shadow:0 12px 36px #12294a14}html[data-nm-theme=light] .nm-stack-discovery__title,html[data-theme=light] .nm-stack-discovery__title{color:#0b2040}html[data-nm-theme=light] .nm-stack-discovery__sub,html[data-theme=light] .nm-stack-discovery__sub{color:#4a6285}html[data-nm-theme=light] .nm-stack-discovery__bullet,html[data-theme=light] .nm-stack-discovery__bullet{color:#2a4a72}html[data-nm-theme=light] .nm-stack-discovery__eyebrow,html[data-theme=light] .nm-stack-discovery__eyebrow{color:#0070c0}html[data-nm-theme=light] .nm-stack-discovery__card,html[data-theme=light] .nm-stack-discovery__card{background:#e8f2ff;border-color:#3166ad24}html[data-nm-theme=light] .nm-stack-discovery__card-item,html[data-theme=light] .nm-stack-discovery__card-item{background:#3166ad0f;border-color:#3166ad1f}html[data-nm-theme=light] .nm-stack-discovery__card-item strong,html[data-theme=light] .nm-stack-discovery__card-item strong{color:#0b2040}html[data-nm-theme=light] .nm-stack-discovery__card-item span,html[data-theme=light] .nm-stack-discovery__card-item span{color:#4a6285}html[data-nm-theme=light] .nm-stack-discovery__card-note,html[data-theme=light] .nm-stack-discovery__card-note{color:#7a9abf}.nm-faq{display:flex;flex-direction:column;gap:8px;margin:20px 0}.nm-faq details,.product-description .nm-faq details,.rte .nm-faq details{border-radius:14px!important;background:#142846b3!important;border:1px solid rgba(110,205,255,.22)!important;overflow:hidden;transition:border-color .2s,background .2s;padding:0!important;margin-bottom:0!important}.nm-faq details[open],.product-description .nm-faq details[open],.rte .nm-faq details[open]{background:#003c788c!important;border-color:#6ecdff6b!important}.nm-faq summary,.product-description .nm-faq summary,.rte .nm-faq summary{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;padding:15px 18px!important;cursor:pointer!important;list-style:none!important;font-size:14px!important;font-weight:700!important;color:#e8f4ff!important;line-height:1.4!important;background:transparent!important;border:none!important;margin:0!important}.nm-faq summary::-webkit-details-marker{display:none!important}.nm-faq summary:after,.product-description .nm-faq summary:after,.rte .nm-faq summary:after{content:"+"!important;flex-shrink:0!important;width:24px!important;height:24px!important;border-radius:50%!important;background:#ffffff14!important;border:1px solid rgba(110,205,255,.25)!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:16px!important;font-weight:400!important;line-height:24px!important;text-align:center!important;color:#9fe9ff!important;transition:background .2s,color .2s!important}.nm-faq details[open] summary:after,.product-description .nm-faq details[open] summary:after,.rte .nm-faq details[open] summary:after{content:"\2212"!important;background:#5cd4ff33!important;border-color:#6ecdff80!important;color:#fff!important}.nm-faq summary:hover,.product-description .nm-faq summary:hover,.rte .nm-faq summary:hover{color:#9fe9ff!important}.nm-faq details p,.nm-faq details>p,.product-description .nm-faq details p,.rte .nm-faq details p{padding:14px 18px 16px!important;margin:0!important;font-size:13.5px!important;color:#d4eaff!important;line-height:1.75!important;border-top:1px solid rgba(110,205,255,.15)!important;background:transparent!important}html[data-nm-theme=light] .nm-faq details,html[data-nm-theme=light] .product-description .nm-faq details,html[data-nm-theme=light] .rte .nm-faq details,html[data-theme=light] .nm-faq details,html[data-theme=light] .product-description .nm-faq details,html[data-theme=light] .rte .nm-faq details{background:#e8f2ff!important;border-color:#0050a333!important}html[data-nm-theme=light] .nm-faq details[open],html[data-nm-theme=light] .product-description .nm-faq details[open],html[data-nm-theme=light] .rte .nm-faq details[open],html[data-theme=light] .nm-faq details[open],html[data-theme=light] .product-description .nm-faq details[open],html[data-theme=light] .rte .nm-faq details[open]{background:#daeeff!important;border-color:#0058a366!important}html[data-nm-theme=light] .nm-faq summary,html[data-nm-theme=light] .product-description .nm-faq summary,html[data-nm-theme=light] .rte .nm-faq summary,html[data-theme=light] .nm-faq summary,html[data-theme=light] .product-description .nm-faq summary,html[data-theme=light] .rte .nm-faq summary{color:#0a2240!important}html[data-nm-theme=light] .nm-faq summary:after,html[data-nm-theme=light] .product-description .nm-faq summary:after,html[data-nm-theme=light] .rte .nm-faq summary:after,html[data-theme=light] .nm-faq summary:after,html[data-theme=light] .product-description .nm-faq summary:after,html[data-theme=light] .rte .nm-faq summary:after{background:#0058a314!important;border-color:#0058a338!important;color:#0058a3!important}html[data-nm-theme=light] .nm-faq details[open] summary:after,html[data-nm-theme=light] .product-description .nm-faq details[open] summary:after,html[data-nm-theme=light] .rte .nm-faq details[open] summary:after,html[data-theme=light] .nm-faq details[open] summary:after,html[data-theme=light] .product-description .nm-faq details[open] summary:after,html[data-theme=light] .rte .nm-faq details[open] summary:after{background:#0058a32e!important;border-color:#0058a373!important;color:#003b82!important}html[data-nm-theme=light] .nm-faq details p,html[data-nm-theme=light] .nm-faq details>p,html[data-nm-theme=light] .product-description .nm-faq details p,html[data-nm-theme=light] .rte .nm-faq details p,html[data-theme=light] .nm-faq details p,html[data-theme=light] .nm-faq details>p,html[data-theme=light] .product-description .nm-faq details p,html[data-theme=light] .rte .nm-faq details p{color:#0f2d55!important;border-top-color:#0058a324!important}html[data-nm-theme=light] .nm-faq summary:hover,html[data-theme=light] .nm-faq summary:hover{color:#0058a3!important}.nm-collection-ia-strip{margin:0 0 24px;padding:16px 20px;border-radius:18px;background:linear-gradient(135deg,#0050a01f,#0096c814);border:1px solid rgba(110,205,255,.18);display:flex}.nm-collection-ia-strip__inner{display:flex;align-items:center;gap:14px;width:100%;flex-wrap:wrap}.nm-collection-ia-strip__icon{font-size:26px;flex-shrink:0}.nm-collection-ia-strip__text{flex:1;min-width:0}.nm-collection-ia-strip__text strong{display:block;font-size:14px;font-weight:700;color:#fff;margin-bottom:2px}.nm-collection-ia-strip__text span{font-size:13px;color:#e1ecffb8}.nm-collection-ia-strip__btn{padding:11px 20px;border-radius:12px;background:linear-gradient(135deg,#0070f3,#00b4d8);border:0;color:#fff;font-size:13px;font-weight:700;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:opacity .2s}.nm-collection-ia-strip__btn:hover{opacity:.9}html[data-nm-theme=light] .nm-collection-ia-strip,html[data-theme=light] .nm-collection-ia-strip{background:#eef5ff;border-color:#0058a324}html[data-nm-theme=light] .nm-collection-ia-strip__text strong,html[data-theme=light] .nm-collection-ia-strip__text strong{color:#0b2040}html[data-nm-theme=light] .nm-collection-ia-strip__text span,html[data-theme=light] .nm-collection-ia-strip__text span{color:#3a5878}.nm-product-card--v2{background:#ffffff0a;border:1px solid rgba(110,205,255,.18);border-radius:16px;padding:14px;margin:8px 0;transition:border-color .2s}.nm-product-card--v2:hover{border-color:#6ecdff59}.nm-card-header{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px}.nm-card-icon{font-size:24px;flex-shrink:0;line-height:1.2}.nm-card-heading{flex:1;min-width:0}.nm-card-name{font-size:14px;font-weight:700;color:#e8f4ff;line-height:1.3}.nm-card-tags{display:flex;flex-wrap:wrap;gap:4px;margin-top:4px}.nm-card-tag{display:inline-block;padding:2px 7px;border-radius:999px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.nm-card-tag--goal{background:#00b4d82e;color:#5ce4ff;border:1px solid rgba(0,180,216,.25)}.nm-card-tag--lvl{border:1px solid}.nm-card-tag--suave{background:#00c8641a;color:#00e58c;border-color:#00c86433}.nm-card-tag--moderado{background:#ffbe321a;color:#ffc84a;border-color:#ffbe3233}.nm-card-tag--fuerte{background:#ff50321a;color:#ff6b5b;border-color:#ff503233}.nm-card-price{font-size:15px;font-weight:800;color:#00e5cc;white-space:nowrap}.nm-card-details{display:flex;flex-direction:column;gap:5px;margin:8px 0 10px;padding:8px 10px;background:#ffffff08;border-radius:10px;border:1px solid rgba(255,255,255,.06)}.nm-card-row{display:flex;align-items:flex-start;gap:7px;font-size:12px;color:#e1ecffc7;line-height:1.4}.nm-card-row span:first-child{flex-shrink:0;width:16px;text-align:center}.nm-card-actions{display:flex;gap:8px;margin-top:10px}html[data-nm-theme=light] .nm-product-card--v2,html[data-theme=light] .nm-product-card--v2{background:#f0f6ff;border-color:#0058a329}html[data-nm-theme=light] .nm-card-name,html[data-theme=light] .nm-card-name{color:#0b2040}html[data-nm-theme=light] .nm-card-price,html[data-theme=light] .nm-card-price{color:#006d5b}html[data-nm-theme=light] .nm-card-row,html[data-theme=light] .nm-card-row{color:#3a5272}html[data-nm-theme=light] .nm-card-details,html[data-theme=light] .nm-card-details{background:#e5f0ff;border-color:#0058a31a}.nm-upsell-bubble{padding:12px 14px;background:#00e5cc0f;border:1px solid rgba(0,229,204,.2);border-radius:16px;margin:4px 0}.nm-upsell-title{font-size:13px;font-weight:700;color:#e8f4ff;margin-bottom:10px}.nm-upsell-cards{display:flex;flex-direction:column;gap:8px}.nm-upsell-card{display:flex;align-items:center;gap:10px;padding:8px 10px;background:#ffffff0a;border:1px solid rgba(255,255,255,.07);border-radius:12px}.nm-upsell-card__icon{font-size:20px;flex-shrink:0}.nm-upsell-card__body{flex:1;min-width:0}.nm-upsell-card__name{font-size:12.5px;font-weight:700;color:#e8f4ff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nm-upsell-card__price{font-size:11.5px;color:#00e5cc;font-weight:700}.nm-upsell-card__btn{padding:6px 12px;border-radius:10px;background:linear-gradient(135deg,#0070f3,#00b4d8);border:0;color:#fff;font-size:11.5px;font-weight:700;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:opacity .2s}.nm-upsell-card__btn:hover{opacity:.88}.nm-upsell-footer{margin-top:10px;text-align:right}html[data-nm-theme=light] .nm-upsell-bubble,html[data-theme=light] .nm-upsell-bubble{background:#eefaf7;border-color:#00968833}html[data-nm-theme=light] .nm-upsell-title,html[data-theme=light] .nm-upsell-title{color:#0b2040}html[data-nm-theme=light] .nm-upsell-card,html[data-theme=light] .nm-upsell-card{background:#f5fbff;border-color:#0058a31a}html[data-nm-theme=light] .nm-upsell-card__name,html[data-theme=light] .nm-upsell-card__name{color:#0b2040}html[data-nm-theme=light] .nm-upsell-card__price,html[data-theme=light] .nm-upsell-card__price{color:#006d5b}.nm-quick-replies{display:flex;flex-wrap:wrap;gap:6px;padding:4px 0;animation:nmFadeIn .25s ease}.nm-qr-btn{padding:7px 13px;border-radius:999px;background:#5ce4ff14;border:1px solid rgba(92,228,255,.22);color:#9fe9ff;font-size:12px;font-weight:600;cursor:pointer;transition:background .18s,border-color .18s,color .18s;white-space:nowrap}.nm-qr-btn:hover{background:#5ce4ff2e;border-color:#5ce4ff66;color:#fff}html[data-nm-theme=light] .nm-qr-btn,html[data-theme=light] .nm-qr-btn{background:#0058a312;border-color:#0058a333;color:#0058a3}html[data-nm-theme=light] .nm-qr-btn:hover,html[data-theme=light] .nm-qr-btn:hover{background:#0058a326;border-color:#0058a366;color:#003b82}.nm-compare-widget{border-radius:18px;overflow:hidden;border:1px solid rgba(110,205,255,.22);margin:8px 0}.nm-cw-header{padding:12px 16px;background:#003c7880;font-size:14px;color:#e8f4ff}.nm-cw-grid{display:grid;grid-template-columns:1fr 1fr;gap:0}.nm-cw-col{padding:14px 14px 16px;position:relative}.nm-cw-col--a{background:#0050a02e;border-right:1px solid rgba(110,205,255,.15)}.nm-cw-col--b{background:#0078501f}.nm-cw-name{font-size:14px;font-weight:800;color:#fff;margin-bottom:6px}.nm-cw-tags{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:8px}.nm-cw-tag{padding:2px 8px;border-radius:999px;background:#ffffff14;color:#e1ecffcc;font-size:10px;font-weight:700;border:1px solid rgba(255,255,255,.1)}.nm-cw-list,.nm-cw-cons{list-style:none;padding:0;margin:0 0 6px}.nm-cw-list li{font-size:11.5px;color:#e1ecffd9;padding:2px 0;line-height:1.4}.nm-cw-cons li{font-size:11.5px;color:#ffc864cc;padding:2px 0;line-height:1.4}.nm-cw-best{font-size:11px;color:#e1ecff99;font-style:italic;margin-top:6px;padding-top:6px;border-top:1px solid rgba(255,255,255,.07)}.nm-cw-buy{display:block;width:100%;margin-top:10px;padding:8px;border-radius:10px;background:linear-gradient(135deg,#0070f3,#00b4d8);border:0;color:#fff;font-size:12px;font-weight:700;cursor:pointer;transition:opacity .2s}.nm-cw-buy:hover{opacity:.88}.nm-cw-verdict{padding:12px 16px;background:#ffffff08;border-top:1px solid rgba(110,205,255,.12);font-size:12.5px;color:#e1ecffc7}@media(max-width:540px){.nm-cw-grid{grid-template-columns:1fr}.nm-cw-col--a{border-right:0;border-bottom:1px solid rgba(110,205,255,.15)}}html[data-nm-theme=light] .nm-compare-widget,html[data-theme=light] .nm-compare-widget{border-color:#0058a32e}html[data-nm-theme=light] .nm-cw-header,html[data-theme=light] .nm-cw-header{background:#d8eaff;color:#0a2040}html[data-nm-theme=light] .nm-cw-col--a,html[data-theme=light] .nm-cw-col--a{background:#eaf2ff}html[data-nm-theme=light] .nm-cw-col--b,html[data-theme=light] .nm-cw-col--b{background:#e8f8f0}html[data-nm-theme=light] .nm-cw-name,html[data-theme=light] .nm-cw-name{color:#0a2040}html[data-nm-theme=light] .nm-cw-list li,html[data-theme=light] .nm-cw-list li{color:#1a3a5c}html[data-nm-theme=light] .nm-cw-cons li,html[data-theme=light] .nm-cw-cons li{color:#8a4800}html[data-nm-theme=light] .nm-cw-verdict,html[data-theme=light] .nm-cw-verdict{color:#3a5272;background:#f5f9ff}html[data-nm-theme=light] .nm-cw-tag,html[data-theme=light] .nm-cw-tag{background:#0058a314;color:#0058a3;border-color:#0058a326}html[data-nm-theme=light] .nm-cw-best,html[data-theme=light] .nm-cw-best{color:#4a6285}.nm-objectives{padding:48px 0 40px;text-align:center}.nm-objectives__eyebrow{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#5ce4ff;margin-bottom:8px}.nm-objectives__title{font-size:clamp(22px,4vw,32px);font-weight:800;color:#e8f4ff;margin:0 0 8px}.nm-objectives__sub{font-size:15px;color:#e1ecffa6;margin:0 0 32px}.nm-objectives__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:700px;margin:0 auto}@media(max-width:600px){.nm-objectives__grid{grid-template-columns:repeat(2,1fr)}}.nm-obj-card{position:relative;display:flex;flex-direction:column;align-items:flex-start;padding:16px 16px 14px;border-radius:18px;background:#ffffff0a;border:1px solid rgba(110,205,255,.15);cursor:pointer;text-align:left;transition:background .2s,border-color .2s,transform .15s;overflow:hidden}.nm-obj-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(0,180,216,.06),transparent 60%);opacity:0;transition:opacity .2s}.nm-obj-card:hover{background:#0082c81a;border-color:#5ce4ff59;transform:translateY(-2px)}.nm-obj-card:hover:before{opacity:1}.nm-obj-card--quiz{background:#0070f31a;border-color:#00b4ff38}.nm-obj-card--quiz:hover{background:#0070f333;border-color:#00b4ff80}.nm-obj-card__icon{font-size:22px;margin-bottom:8px;line-height:1}.nm-obj-card__label{font-size:14px;font-weight:700;color:#e8f4ff;margin-bottom:3px;display:block;line-height:1.2}.nm-obj-card__sub{font-size:11.5px;color:#e1ecff94;line-height:1.4;display:block}.nm-obj-card__arrow{position:absolute;top:12px;right:14px;font-size:14px;color:#5ce4ff80;transition:color .2s,transform .2s}.nm-obj-card:hover .nm-obj-card__arrow{color:#5ce4ff;transform:translate(3px)}html[data-nm-theme=light] .nm-objectives__title,html[data-theme=light] .nm-objectives__title{color:#0b2040}html[data-nm-theme=light] .nm-objectives__sub,html[data-theme=light] .nm-objectives__sub{color:#4a6285}html[data-nm-theme=light] .nm-objectives__eyebrow,html[data-theme=light] .nm-objectives__eyebrow{color:#0058a3}html[data-nm-theme=light] .nm-obj-card,html[data-theme=light] .nm-obj-card{background:#eef5ff;border-color:#0058a324}html[data-nm-theme=light] .nm-obj-card:hover,html[data-theme=light] .nm-obj-card:hover{background:#daeeff;border-color:#0058a359}html[data-nm-theme=light] .nm-obj-card__label,html[data-theme=light] .nm-obj-card__label{color:#0a2040}html[data-nm-theme=light] .nm-obj-card__sub,html[data-theme=light] .nm-obj-card__sub{color:#4a6285}html[data-nm-theme=light] .nm-obj-card--quiz,html[data-theme=light] .nm-obj-card--quiz{background:#e8f0ff;border-color:#0058a338}html[data-nm-theme=light] .nm-obj-card__arrow,html[data-theme=light] .nm-obj-card__arrow{color:#0058a366}html[data-nm-theme=light] .nm-obj-card:hover .nm-obj-card__arrow,html[data-theme=light] .nm-obj-card:hover .nm-obj-card__arrow{color:#0058a3}.nm-faq details,.product-description .nm-faq details,.rte .nm-faq details{background:#0a1e3cd9!important;border:1px solid rgba(120,210,255,.35)!important}.nm-faq details[open],.product-description .nm-faq details[open],.rte .nm-faq details[open]{background:#00326ebf!important;border-color:#6ecdff8c!important}.nm-faq summary,.product-description .nm-faq summary,.rte .nm-faq summary{color:#fff!important}.nm-faq details p,.nm-faq details>p,.product-description .nm-faq details p,.rte .nm-faq details p{color:#cee8ff!important;border-top-color:#6ecdff38!important}html[data-nm-theme=light] .nm-faq details,html[data-nm-theme=light] .product-description .nm-faq details,html[data-nm-theme=light] .rte .nm-faq details,html[data-theme=light] .nm-faq details,html[data-theme=light] .product-description .nm-faq details,html[data-theme=light] .rte .nm-faq details{background:#fff!important;border:1px solid rgba(0,80,160,.18)!important;box-shadow:0 1px 4px #00000012}html[data-nm-theme=light] .nm-faq details[open],html[data-nm-theme=light] .product-description .nm-faq details[open],html[data-nm-theme=light] .rte .nm-faq details[open],html[data-theme=light] .nm-faq details[open],html[data-theme=light] .product-description .nm-faq details[open],html[data-theme=light] .rte .nm-faq details[open]{background:#f0f7ff!important;border-color:#0064c852!important}html[data-nm-theme=light] .nm-faq summary,html[data-nm-theme=light] .product-description .nm-faq summary,html[data-nm-theme=light] .rte .nm-faq summary,html[data-theme=light] .nm-faq summary,html[data-theme=light] .product-description .nm-faq summary,html[data-theme=light] .rte .nm-faq summary{color:#08203c!important;font-weight:700!important}html[data-nm-theme=light] .nm-faq summary:hover,html[data-theme=light] .nm-faq summary:hover{color:#005bb5!important}html[data-nm-theme=light] .nm-faq summary:after,html[data-nm-theme=light] .product-description .nm-faq summary:after,html[data-nm-theme=light] .rte .nm-faq summary:after,html[data-theme=light] .nm-faq summary:after,html[data-theme=light] .product-description .nm-faq summary:after,html[data-theme=light] .rte .nm-faq summary:after{background:#0050a31a!important;border-color:#0050a34d!important;color:#0050a3!important}html[data-nm-theme=light] .nm-faq details[open] summary:after,html[data-nm-theme=light] .product-description .nm-faq details[open] summary:after,html[data-nm-theme=light] .rte .nm-faq details[open] summary:after,html[data-theme=light] .nm-faq details[open] summary:after,html[data-theme=light] .product-description .nm-faq details[open] summary:after,html[data-theme=light] .rte .nm-faq details[open] summary:after{background:#0058a338!important;border-color:#0058a380!important;color:#003b82!important}html[data-nm-theme=light] .nm-faq details p,html[data-nm-theme=light] .nm-faq details>p,html[data-nm-theme=light] .product-description .nm-faq details p,html[data-nm-theme=light] .rte .nm-faq details p,html[data-theme=light] .nm-faq details p,html[data-theme=light] .nm-faq details>p,html[data-theme=light] .product-description .nm-faq details p,html[data-theme=light] .rte .nm-faq details p{color:#0c2240!important;border-top-color:#0058a32e!important}.nm-testimonials-placeholder{padding:48px 0}.nm-tph{text-align:center;max-width:560px;margin:0 auto;padding:48px 32px;background:#14284680;border:1px solid rgba(110,205,255,.18);border-radius:20px}.nm-tph__eyebrow{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#5cd4ff;margin-bottom:12px}.nm-tph__title{font-size:24px;font-weight:800;color:#fff;margin:0 0 12px}.nm-tph__sub{font-size:14px;color:#c8e6ffbf;line-height:1.7;margin-bottom:28px}.nm-tph__sub a{color:#5cd4ff;text-decoration:underline}.nm-tph__cta{display:inline-block;padding:12px 28px;background:#00bfff;color:#000;font-weight:700;border-radius:50px;text-decoration:none;font-size:14px}.nm-tph__cta:hover{background:#3cf}html[data-nm-theme=light] .nm-tph,html[data-theme=light] .nm-tph{background:#f0f7ff;border-color:#0050a326}html[data-nm-theme=light] .nm-tph__title,html[data-theme=light] .nm-tph__title{color:#08203c}html[data-nm-theme=light] .nm-tph__sub,html[data-theme=light] .nm-tph__sub{color:#2d4a6e}html[data-nm-theme=light] .nm-tph__sub a,html[data-theme=light] .nm-tph__sub a{color:#0058a3}.nm-home-endcta{padding:60px 0 48px}.nm-home-endcta__inner{text-align:center;max-width:580px;margin:0 auto;padding:48px 32px;background:linear-gradient(135deg,#0050a02e,#0096c81a);border:1px solid rgba(110,205,255,.22);border-radius:24px}.nm-home-endcta__title{font-size:28px;font-weight:800;color:#fff;margin:0 0 12px}.nm-home-endcta__sub{font-size:15px;color:#c8e6ffcc;line-height:1.65;margin-bottom:28px}.nm-home-endcta__actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.nm-home-endcta__btn{display:inline-block;padding:13px 26px;border-radius:50px;font-size:14px;font-weight:700;text-decoration:none;cursor:pointer;border:0;transition:opacity .2s,transform .15s}.nm-home-endcta__btn:hover{opacity:.88;transform:translateY(-1px)}.nm-home-endcta__btn--primary{background:#00bfff;color:#000}.nm-home-endcta__btn--ghost{background:transparent;color:#00bfff;border:1.5px solid rgba(0,191,255,.5)}html[data-nm-theme=light] .nm-home-endcta__inner,html[data-theme=light] .nm-home-endcta__inner{background:#f0f7ff;border-color:#0050a32e}html[data-nm-theme=light] .nm-home-endcta__title,html[data-theme=light] .nm-home-endcta__title{color:#08203c}html[data-nm-theme=light] .nm-home-endcta__sub,html[data-theme=light] .nm-home-endcta__sub{color:#2d4a6e}html[data-nm-theme=light] .nm-home-endcta__btn--ghost,html[data-theme=light] .nm-home-endcta__btn--ghost{color:#0050a3;border-color:#0050a366}.nm-search-toggle--boost{outline:2px solid rgba(0,191,255,.32);outline-offset:2px;border-radius:14px;min-width:48px;min-height:48px}.nm-search-toggle--boost .icon-search{transform:scale(1.08)}.nm-emergency-close{position:absolute;top:8px;right:8px;z-index:2147483647;border:0;border-radius:999px;width:36px;height:36px;font-size:24px;line-height:1;background:#0a1628;color:#fff;cursor:pointer;box-shadow:0 8px 24px #00000040}html body .klaviyo-form[style*="display: block"],html body .newsletter-popup[style*="display: block"],html body .privy[style*="display: block"]{max-width:min(92vw,420px)!important}.nm-mini-trust{display:flex;flex-wrap:wrap;gap:10px;margin:12px 0 8px;font-size:13px;color:#d6e4f0}.nm-mini-trust span{background:#ffffff0f;padding:8px 10px;border-radius:999px}html[data-nm-theme=light] .nm-mini-trust span{background:#0a16280f;color:#0a1628}.site-header{background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;border-bottom:0!important;box-shadow:none!important;padding:0!important}.site-header .wrapper,.site-header .grid--full{position:relative}.site-header__logo,.site-header__logo a{position:relative;display:inline-block;z-index:2}.site-header__logo a{padding:10px 16px;border-radius:16px;background:linear-gradient(90deg,#05162dd1 0,#05162d9e 68%,#05162d00);box-shadow:0 0 0 1px #00bfff1a,0 10px 30px #00000047,0 0 26px #00bfff29}.site-header__logo img{position:relative;z-index:2;filter:drop-shadow(0 0 8px rgba(0,191,255,.18)) drop-shadow(0 8px 18px rgba(0,0,0,.25))}.site-header__logo:before{content:"";position:absolute;left:10px;right:-20px;top:6px;bottom:6px;border-radius:18px;background:radial-gradient(circle at 18% 50%,#00bfff2e 0,#00bfff1a 34%,#00bfff00 78%);pointer-events:none;z-index:1}.site-header .site-nav,.site-header .header-cart-btn,.site-header .site-header__icons,.site-header .header-bar,.site-header .header-icons,.site-header .header-tools,.site-header .header-actions{position:relative;z-index:2}#shopify-chat,#ShopifyChat,.shopify-chat,.shopify-chat--launcher,iframe[title*="Shopify Inbox"],iframe[title*=chat],iframe[src*="shopify.com/chat"],iframe[src*="inbox.shopify"],.shopifyinbox,.shopify-inbox-launcher{display:block!important;visibility:visible!important;opacity:1!important}.shopify-chat--launcher,.shopify-inbox-launcher,#shopify-chat,#ShopifyChat{z-index:2147483000!important}@media screen and (max-width:989px){.site-header__logo a{padding:8px 10px;border-radius:12px}.site-header__logo:before{left:4px;right:-8px}}.nm-card-img-wrap{display:block;position:relative}.nm-card-img-secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .3s ease;object-fit:contain;width:100%;height:100%}.nm-card-meta-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin:10px 0 4px}.nm-goal-badge{display:inline-block;font-size:10px;font-weight:700;padding:3px 8px;border-radius:999px;line-height:1.4;letter-spacing:.03em;white-space:nowrap}.nm-goal--focus{background:#00bfff26;color:#00bfff;border:1px solid rgba(0,191,255,.3)}.nm-goal--memory{background:#9333ea26;color:#c084fc;border:1px solid rgba(147,51,234,.3)}.nm-goal--energy{background:#f59e0b26;color:#fbbf24;border:1px solid rgba(245,158,11,.3)}.nm-goal--sleep{background:#6366f126;color:#a5b4fc;border:1px solid rgba(99,102,241,.3)}.nm-goal--mood{background:#ec489926;color:#f9a8d4;border:1px solid rgba(236,72,153,.3)}.nm-goal--calm{background:#14b8a626;color:#5eead4;border:1px solid rgba(20,184,166,.3)}.nm-goal--neuro{background:#10b98126;color:#6ee7b7;border:1px solid rgba(16,185,129,.3)}.nm-goal--beginner{background:#fbbf2426;color:#fde68a;border:1px solid rgba(251,191,36,.3)}.nm-goal--stack{background:#ef444426;color:#fca5a5;border:1px solid rgba(239,68,68,.3)}html[data-nm-theme=light] .nm-goal--focus,html[data-theme=light] .nm-goal--focus{background:#0078c814;color:#0058a3;border-color:#0078c833}html[data-nm-theme=light] .nm-goal--memory,html[data-theme=light] .nm-goal--memory{background:#6d28d914;color:#7c3aed;border-color:#6d28d933}html[data-nm-theme=light] .nm-goal--energy,html[data-theme=light] .nm-goal--energy{background:#b4530914;color:#b45309;border-color:#b4530933}html[data-nm-theme=light] .nm-goal--sleep,html[data-theme=light] .nm-goal--sleep{background:#4338ca14;color:#4338ca;border-color:#4338ca33}html[data-nm-theme=light] .nm-goal--mood,html[data-theme=light] .nm-goal--mood{background:#be185d14;color:#be185d;border-color:#be185d33}html[data-nm-theme=light] .nm-goal--calm,html[data-theme=light] .nm-goal--calm{background:#0d948814;color:#0d9488;border-color:#0d948833}html[data-nm-theme=light] .nm-goal--neuro,html[data-theme=light] .nm-goal--neuro{background:#05966914;color:#059669;border-color:#05966933}html[data-nm-theme=light] .nm-goal--beginner,html[data-theme=light] .nm-goal--beginner{background:#a1620714;color:#92400e;border-color:#a1620733}html[data-nm-theme=light] .nm-goal--stack,html[data-theme=light] .nm-goal--stack{background:#b91c1c14;color:#b91c1c;border-color:#b91c1c33}.nm-stock-urgency{display:inline-block;font-size:10px;font-weight:700;padding:3px 8px;border-radius:999px;background:#ef444426;color:#f87171;border:1px solid rgba(239,68,68,.25);white-space:nowrap}html[data-nm-theme=light] .nm-stock-urgency,html[data-theme=light] .nm-stock-urgency{background:#b91c1c14;color:#b91c1c;border-color:#b91c1c33}.nm-quick-add__text,.nm-quick-add__loading,.nm-quick-add__done{pointer-events:none}.nm-quick-add.is-loading .nm-quick-add__text{display:none!important}.nm-quick-add.is-loading .nm-quick-add__loading{display:inline!important}.nm-quick-add.is-loading .nm-quick-add__done,.nm-quick-add.is-done .nm-quick-add__text,.nm-quick-add.is-done .nm-quick-add__loading{display:none!important}.nm-quick-add.is-done .nm-quick-add__done{display:inline!important}.nm-quick-add.is-loading{opacity:.7;pointer-events:none}.nm-quick-add.is-done{background:linear-gradient(135deg,#059669,#10b981)!important;box-shadow:0 8px 20px #10b9814d!important;color:#fff!important}html[data-nm-theme=light] .nm-quick-add.is-done,html[data-theme=light] .nm-quick-add.is-done{background:linear-gradient(135deg,#059669,#10b981)!important}.nm-col-intro-wrap{position:relative}.nm-col-intro-body{max-height:62px;overflow:hidden;transition:max-height .35s ease}.nm-col-intro-body.is-open{max-height:600px}.nm-col-intro-fade{position:absolute;bottom:0;left:0;right:0;height:32px;background:linear-gradient(transparent,var(--nm-bg,#03111f));pointer-events:none;transition:opacity .25s}.nm-col-intro-body.is-open+.nm-col-intro-fade{opacity:0}html[data-nm-theme=light] .nm-col-intro-fade,html[data-theme=light] .nm-col-intro-fade{background:linear-gradient(transparent,#fff)}.nm-col-intro-toggle{background:0;border:0;cursor:pointer;color:var(--nm-accent,#00bfff);font-size:13px;font-weight:600;padding:4px 0;margin:2px 0 14px;display:block}html[data-nm-theme=light] .nm-col-intro-toggle,html[data-theme=light] .nm-col-intro-toggle{color:#0058a3}.btn,button,input[type=submit],.shopify-payment-button__button,a.btn{border-radius:999px}.btn-primary,.button,.shopify-payment-button__button--unbranded,.product-form__cart-submit,#AddToCart{background:linear-gradient(135deg,#00e7b0 0,#00b894 52%,#00f5d4);border-color:#00e7b052;box-shadow:0 16px 36px #00c79633,inset 0 1px #ffffff38}.btn-primary:hover,.button:hover,.shopify-payment-button__button--unbranded:hover,.product-form__cart-submit:hover,#AddToCart:hover{transform:translateY(-1px);box-shadow:0 20px 42px #00c79642,inset 0 1px #ffffff3d}.grid__item .card,.product-card,.grid-product,.collection-grid-item,.product-item,.product-block,.card-wrapper{border-radius:22px;overflow:hidden}.site-header,.header-wrapper,#shopify-section-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.nm-pdp-hero-copy{position:relative;margin:8px 0 14px;padding:18px 18px 16px;border-radius:22px;background:linear-gradient(180deg,#0a273fb8,#0617236b);border:1px solid rgba(34,219,196,.18);box-shadow:0 18px 44px #00000029,inset 0 1px #ffffff0d;overflow:hidden}.nm-pdp-hero-copy:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top right,rgba(0,245,212,.16),transparent 34%),radial-gradient(circle at bottom left,rgba(76,110,245,.12),transparent 32%);pointer-events:none}.nm-pdp-hero-copy__kicker{position:relative;z-index:1;margin-bottom:10px;color:#9ceee3;font-size:11px;line-height:1.2;font-weight:800;letter-spacing:.28em;text-transform:uppercase}.nm-pdp-hero-copy__headline{position:relative;z-index:1;margin:0;max-width:11ch;font-size:clamp(24px,4.2vw,44px);line-height:1.02;font-weight:820;letter-spacing:-.035em;color:#68c9ff;text-wrap:balance}.nm-pdp-hero-copy__title{position:relative;z-index:1;margin:16px 0 0;color:#e0f1ffd1;font-size:clamp(16px,1.8vw,22px);line-height:1.28;font-weight:700;max-width:22ch}@keyframes nm-atc-shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes nm-atc-pulse{0%,to{box-shadow:0 4px 22px #0098e680,0 0 #00bfff33}50%{box-shadow:0 6px 30px #0098e6a6,0 0 0 9px #00bfff00}}#AddToCart,.product-form__cart-submit,.shopify-payment-button__button--unbranded{background:linear-gradient(90deg,#0058a3 0,#0094e8 35%,#00c8ff 55%,#0070cc)!important;background-size:200% auto!important;color:#fff!important;-webkit-text-fill-color:#fff!important;border:none!important;border-radius:16px!important;font-weight:800!important;letter-spacing:.03em!important;text-transform:uppercase!important;box-shadow:0 4px 22px #0098e680,0 2px 8px #0050b440!important;animation:nm-atc-shimmer 3s linear infinite,nm-atc-pulse 2.4s ease-in-out infinite!important;transition:transform .18s ease,box-shadow .18s ease!important;position:relative!important;overflow:hidden!important}.nm-assistant-cta__btn,#nmPdpAssistantCta{background:linear-gradient(135deg,#157cff 0,#16b2ff)!important;color:#fff!important;box-shadow:0 14px 34px #1689ff2e,0 0 0 1px #ffffff0d inset}.nm-assistant-cta__btn:hover,#nmPdpAssistantCta:hover{box-shadow:0 18px 38px #1689ff3d,0 0 22px #16b2ff1a}.nm-atc-support,.nm-atc-support__badges,.nm-atc-support__note,.nm-product-badges,.nm-pill{display:none!important}@media(max-width:768px){.nm-pdp-hero-copy{padding:16px 15px 14px;border-radius:18px}.nm-pdp-hero-copy__kicker{font-size:10px;letter-spacing:.24em}.nm-pdp-hero-copy__headline{max-width:10ch;font-size:clamp(24px,8.3vw,34px);line-height:1.03}.nm-pdp-hero-copy__title{font-size:15px;max-width:18ch}}html:not([data-nm-theme]):not([data-theme]){color-scheme:light}.nm-search-form{display:block;cursor:text}.nm-search-form input[type=search],.nm-search-form .nm-chat-input{min-height:48px;touch-action:manipulation}@media(max-width:768px){.nm-search-panel{display:none!important}.nm-search-form .nm-chat-input{font-size:16px;line-height:1.3;padding:14px 16px}.nm-search-results{max-height:min(50vh,360px);-webkit-overflow-scrolling:touch}.grid-link__image,.grid-link__image--product,.grid-link__image--collection{min-height:150px;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center}.grid-link__image-centered,.nm-card-img-wrap{width:100%;display:flex;align-items:center;justify-content:center}.grid-link__image-centered img,.nm-card-img-primary,.nm-card-img-secondary,.product-single__photo img,.product-single__photos img,.rte img{width:100%;max-width:100%;height:auto;object-fit:contain;object-position:center center}.nm-card-img-secondary{display:none}.nm-card-enhanced:hover .nm-card-img-primary,.nm-card-enhanced:focus-within .nm-card-img-primary{opacity:1}.flexslider .slides img,.nm-hero img,.slider img{width:100%;height:auto;object-fit:cover;object-position:center center}.site-header__logo img{max-width:min(180px,58vw)}}:root{--nm-bg:#dff0fb;--nm-bg-card:rgba(210,235,255,.5);--nm-bg-elevated:rgba(180,220,255,.4);--nm-border:rgba(60,140,220,.14);--nm-border-accent:rgba(0,120,220,.28);--nm-text:#0a2040;--nm-text-muted:#2d5a80;--nm-shadow-sm:0 1px 3px rgba(0,80,180,.07);--nm-shadow-md:0 4px 16px rgba(0,80,180,.09);--nm-shadow-lg:0 8px 32px rgba(0,80,180,.12);color-scheme:light}html[data-nm-theme=dark],html[data-theme=dark],html.nm-theme-dark{--nm-bg:#0a1628;--nm-bg-card:rgba(255,255,255,.04);--nm-bg-elevated:rgba(255,255,255,.07);--nm-border:rgba(255,255,255,.08);--nm-border-accent:rgba(0,231,176,.28);--nm-text:#f0f4f8;--nm-text-muted:#94a3b8;--nm-shadow-sm:0 1px 3px rgba(0,0,0,.2);--nm-shadow-md:0 4px 16px rgba(0,0,0,.25);--nm-shadow-lg:0 8px 32px rgba(0,0,0,.3);color-scheme:dark}html:not([data-theme]):not([data-nm-theme]){color-scheme:light}html.nm-theme-light body,html:not([data-theme]):not([data-nm-theme]) body{background:linear-gradient(160deg,#eaf5fd 0,#dff0fb,#d4eaf7)!important;color:#0a2040!important}html.nm-theme-light .site-header,html:not([data-theme]):not([data-nm-theme]) .site-header{background:transparent!important;border-bottom:none!important}html.nm-theme-light .mobile-nav,html.nm-theme-light .mobile-nav__link,html.nm-theme-light .mobile-nav a,html.nm-theme-light .nm-search-panel,html:not([data-theme]):not([data-nm-theme]) .mobile-nav,html:not([data-theme]):not([data-nm-theme]) .mobile-nav__link,html:not([data-theme]):not([data-nm-theme]) .mobile-nav a,html:not([data-theme]):not([data-nm-theme]) .nm-search-panel{background:#ebf8fffa!important;color:#0a2040!important}.nm-search-form,.nm-search-form *{-webkit-tap-highlight-color:transparent}.nm-search-form{position:relative}.nm-search-form:before{content:"";position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px}#nmSearchInput{min-height:52px;font-size:16px;cursor:text;-webkit-appearance:none;appearance:none}@media(max-width:767px){.nm-search-panel{left:8px!important;right:8px!important;width:auto!important;max-width:none!important;border-radius:16px}.nm-search-form{padding:2px}#nmSearchInput{min-height:56px;border-radius:14px;font-size:16px!important;padding:14px 16px}.nm-search-results{max-height:min(56vh,420px)}.grid-link__image,.grid-link__image--product,.grid-link__image--collection,.grid-link__image-centered,.nm-card-img-wrap,.product-single__photo,.product-single__photos{overflow:hidden;border-radius:14px}.grid-link__image-centered img,.nm-card-img-primary,.nm-card-img-secondary,.product-single__photo img,.product-single__photos img,.rte img,.flexslider .slides img,.nm-hero img,.slider img{display:block;width:100%;max-width:100%;height:auto;margin:0 auto;object-fit:contain;object-position:center center}}.product-single{max-width:1240px;margin:0 auto 36px;padding:0 18px}.product-single__hero{display:grid;grid-template-columns:minmax(420px,1.08fr) minmax(360px,.92fr);gap:32px;align-items:start;margin-left:0}.product-single__hero>.grid__item{float:none;width:auto;padding-left:0}.product-single__hero>.grid__item:last-child{background:#ffffffd1;border:1px solid rgba(13,45,85,.08);border-radius:26px;box-shadow:0 18px 50px #10274614;padding:26px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.product-single__photos,.product-single__photo{padding:24px;border-radius:28px;min-height:clamp(420px,52vw,700px);display:flex;align-items:center;justify-content:center}#ProductPhoto{position:sticky;top:108px}#ProductPhotoImg{max-height:min(72vh,680px);width:100%}#ProductThumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(72px,88px));gap:12px;margin-top:18px;justify-content:flex-start}.nm-pdp__thumb{display:flex;align-items:center;justify-content:center;padding:8px;border-radius:18px;background:#ffffffeb;border:1px solid rgba(14,58,112,.1);box-shadow:0 8px 20px #0f28470f;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.nm-pdp__thumb:hover,.nm-pdp__thumb.is-active{transform:translateY(-2px);border-color:#0078d452;box-shadow:0 12px 26px #0058a31f}.nm-pdp__thumb img{border-radius:12px;filter:none}.nm-pdp-hero-copy{margin:0 0 18px;padding:22px 22px 18px;border-radius:24px}html[data-nm-theme=light] .nm-pdp-hero-copy,html[data-theme=light] .nm-pdp-hero-copy,html:not([data-theme]):not([data-nm-theme]) .nm-pdp-hero-copy{background:linear-gradient(180deg,#eef7fff5,#e0effbe0);border-color:#0065b124;box-shadow:0 16px 40px #0058a31a,inset 0 1px #ffffffb3}html[data-nm-theme=light] .nm-pdp-hero-copy__kicker,html[data-theme=light] .nm-pdp-hero-copy__kicker,html:not([data-theme]):not([data-nm-theme]) .nm-pdp-hero-copy__kicker{color:#0e7490}.nm-pdp-hero-copy__headline{max-width:none;font-size:clamp(30px,3.5vw,48px);line-height:.98}html[data-nm-theme=light] .nm-pdp-hero-copy__headline,html[data-theme=light] .nm-pdp-hero-copy__headline,html:not([data-theme]):not([data-nm-theme]) .nm-pdp-hero-copy__headline{color:#0f5fa8}.nm-pdp-hero-copy__title{max-width:none;margin-top:14px;font-size:clamp(18px,1.5vw,24px);line-height:1.3}html[data-nm-theme=light] .nm-pdp-hero-copy__title,html[data-theme=light] .nm-pdp-hero-copy__title,html:not([data-theme]):not([data-nm-theme]) .nm-pdp-hero-copy__title{color:#18324a}.nm-pdp-goals{gap:10px;margin:0 0 18px}.nm-pdp-goals span{padding:10px 14px;border-radius:999px;font-size:12px;font-weight:700}html[data-nm-theme=light] .nm-pdp-goals span,html[data-theme=light] .nm-pdp-goals span,html:not([data-theme]):not([data-nm-theme]) .nm-pdp-goals span{background:#005caa0f;border-color:#005caa1f;color:#234060}.nm-variant-chips{margin:0 0 18px;padding:14px 14px 4px;border:1px solid rgba(14,58,112,.08);border-radius:18px;background:#f8fbffdb}.nm-variant-group+.nm-variant-group{margin-top:12px}.nm-variant-label{margin-bottom:8px;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#4d6885}.nm-variant-row{display:flex;flex-wrap:wrap;gap:8px}.nm-chip{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 14px;border-radius:999px;border:1px solid rgba(0,92,170,.16);background:#fff;color:#17345a;font-weight:700;text-decoration:none;box-shadow:0 6px 14px #1027460d}.nm-chip.is-active,.nm-chip:hover{background:linear-gradient(135deg,#eef7ff,#dff0ff);border-color:#005caa47;color:#0c4e88}.product-single__variants{margin-bottom:12px}.product-single__prices{display:flex;align-items:flex-end;flex-wrap:wrap;gap:10px 14px;margin:2px 0 10px}.product-single__price{font-size:clamp(32px,3vw,42px);line-height:1;letter-spacing:-.03em;color:#0f5fa8}.product-single__sale-price{font-size:16px;margin-bottom:4px}.nm-price-anchor{margin:0 0 18px;padding:11px 14px;border-radius:14px;border-left-width:0;border:1px solid rgba(0,150,136,.14);background:linear-gradient(180deg,#0096880f,#00968808)}#nmQty{margin:0 0 16px}.quantity-selector{display:block;margin-bottom:8px;font-size:13px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#3d5873}.nm-qty{display:grid;grid-template-columns:56px minmax(92px,140px) 56px;align-items:center;gap:10px;width:fit-content;padding:6px;border-radius:18px;background:#f7fbff;border:1px solid rgba(14,58,112,.1);box-shadow:inset 0 1px #ffffffb3}.nm-qty__btn{min-width:56px;height:48px;border-radius:14px;padding:0;background:#fff;color:#0f5fa8;border:1px solid rgba(14,58,112,.1);font-size:24px;font-weight:700}.nm-qty__input{height:48px;padding:0 12px;border-radius:14px;border:1px solid rgba(14,58,112,.1);background:#fff;text-align:center;font-weight:800;color:#10253e}#AddToCart,#nmPdpAssistantCta,.nm-wa-btn{width:100%;min-height:54px;border-radius:16px}#AddToCart{margin-top:2px}#nmPdpAssistantCta{margin-top:12px}.nm-wa-btn{margin-top:12px;font-size:15px}.nm-stacks-suggest,.nm-product-info-inline{margin-top:18px;border-radius:22px;border:1px solid rgba(14,58,112,.08);background:#ffffffdb;box-shadow:0 14px 30px #1027460f}.nm-stacks-suggest{padding:18px}.nm-stacks-suggest__header{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px}.nm-stacks-suggest__icon{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;background:#005caa14}.nm-stacks-suggest__header strong{display:block;font-size:18px;color:#123150}.nm-stacks-suggest__header span:last-child{display:block;margin-top:2px;font-size:13px;color:#5a718d}.nm-stacks-suggest__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.nm-stacks-suggest__card{display:flex;flex-direction:column;gap:6px;min-height:118px;padding:16px;border-radius:18px;background:linear-gradient(180deg,#f8fbff,#eef5fb);border:1px solid rgba(14,58,112,.08);text-decoration:none;box-shadow:0 8px 20px #1027460d}.nm-stacks-suggest__card strong{font-size:15px;color:#0f5fa8}.nm-stacks-suggest__card span{font-size:13px;line-height:1.45;color:#496179}.nm-stacks-suggest__card:hover{transform:translateY(-2px);box-shadow:0 14px 26px #0058a31a}.nm-product-info-inline{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px}.nm-product-info-inline__copy strong{display:block;font-size:18px;color:#123150}.nm-product-info-inline__copy p{margin:4px 0 0;font-size:14px;color:#5a718d}.nm-product-info-inline__btn{min-width:150px;min-height:46px;border-radius:14px;padding:0 18px;white-space:nowrap}@media(max-width:1100px){.product-single__hero{grid-template-columns:minmax(0,1fr)}#ProductPhoto{position:relative;top:auto}.product-single__hero>.grid__item:last-child{padding:22px}}@media(max-width:767px){.product-single{padding:0 12px;margin-bottom:28px}.product-single__hero{gap:18px}.product-single__hero>.grid__item:last-child{padding:18px 16px;border-radius:22px}.product-single__photos,.product-single__photo{min-height:unset;padding:16px;border-radius:22px}#ProductThumbs{grid-template-columns:repeat(auto-fit,minmax(60px,72px));gap:10px;margin-top:12px}.nm-pdp-hero-copy{padding:18px 16px 16px;border-radius:20px}.nm-pdp-hero-copy__headline{font-size:clamp(28px,8.6vw,38px)}.nm-pdp-hero-copy__title{font-size:16px}.nm-pdp-goals{gap:8px}.nm-pdp-goals span{width:100%;justify-content:center;text-align:center}.nm-variant-chips{padding:12px 12px 4px;border-radius:16px}.product-single__price{font-size:clamp(28px,9vw,36px)}.nm-qty{width:100%;grid-template-columns:52px 1fr 52px}#AddToCart,#nmPdpAssistantCta,.nm-wa-btn{min-height:52px;font-size:14px}.nm-product-info-inline{flex-direction:column;align-items:stretch}.nm-product-info-inline__btn{width:100%}.nm-stacks-suggest__grid{grid-template-columns:1fr}.nm-stacks-suggest__card{min-height:auto}}.template-product .product-single__hero>.grid__item:last-child{position:relative}#nmPdpAssistantCta,.nm-wa-btn{display:flex;align-items:center;justify-content:center;width:100%;min-height:56px;padding:0 18px;border-radius:16px;text-align:center}html[data-nm-theme=dark] .template-product .product-single,html[data-theme=dark] .template-product .product-single,html.nm-theme-dark .template-product .product-single{color:#eaf2fb}html[data-nm-theme=dark] .template-product #ProductPhoto,html[data-theme=dark] .template-product #ProductPhoto,html.nm-theme-dark .template-product #ProductPhoto{background:linear-gradient(180deg,#ffffff0d,#ffffff08);border:1px solid rgba(255,255,255,.08);box-shadow:0 20px 50px #00000047}html[data-nm-theme=dark] .nm-pdp-hero-copy,html[data-theme=dark] .nm-pdp-hero-copy,html.nm-theme-dark .nm-pdp-hero-copy{background:linear-gradient(180deg,#035f8052,#091c35db);border:1px solid rgba(67,214,255,.18);box-shadow:0 20px 44px #0000003d,inset 0 1px #ffffff0d}html[data-nm-theme=dark] .nm-pdp-hero-copy__kicker,html[data-theme=dark] .nm-pdp-hero-copy__kicker,html.nm-theme-dark .nm-pdp-hero-copy__kicker{color:#99e8ff}html[data-nm-theme=dark] .nm-pdp-hero-copy__headline,html[data-theme=dark] .nm-pdp-hero-copy__headline,html.nm-theme-dark .nm-pdp-hero-copy__headline{color:#6dc8ff}html[data-nm-theme=dark] .nm-pdp-hero-copy__title,html[data-theme=dark] .nm-pdp-hero-copy__title,html.nm-theme-dark .nm-pdp-hero-copy__title{color:#edf6ff}html[data-nm-theme=dark] .nm-pdp-goals span,html[data-theme=dark] .nm-pdp-goals span,html.nm-theme-dark .nm-pdp-goals span{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#edf6ff}html[data-nm-theme=dark] .nm-variant-chips,html[data-theme=dark] .nm-variant-chips,html.nm-theme-dark .nm-variant-chips{background:#ffffff12;border-color:#ffffff1a}html[data-nm-theme=dark] .nm-variant-label,html[data-theme=dark] .nm-variant-label,html.nm-theme-dark .nm-variant-label,html[data-nm-theme=dark] .quantity-selector,html[data-theme=dark] .quantity-selector,html.nm-theme-dark .quantity-selector{color:#a9c4dd}html[data-nm-theme=dark] .nm-chip,html[data-theme=dark] .nm-chip,html.nm-theme-dark .nm-chip{background:#0b182bb8;border-color:#ffffff1f;color:#eef6ff;box-shadow:none}html[data-nm-theme=dark] .nm-chip:hover,html[data-nm-theme=dark] .nm-chip.is-active,html[data-theme=dark] .nm-chip:hover,html[data-theme=dark] .nm-chip.is-active,html.nm-theme-dark .nm-chip:hover,html.nm-theme-dark .nm-chip.is-active{background:linear-gradient(135deg,#0076c759,#00c4ff2e);border-color:#63d7ff57;color:#fff}html[data-nm-theme=dark] .product-single__price,html[data-theme=dark] .product-single__price,html.nm-theme-dark .product-single__price{color:#23b7ff}html[data-nm-theme=dark] .product-single__sale-price,html[data-theme=dark] .product-single__sale-price,html.nm-theme-dark .product-single__sale-price{color:#9fb3c8}html[data-nm-theme=dark] .nm-price-anchor,html[data-theme=dark] .nm-price-anchor,html.nm-theme-dark .nm-price-anchor{background:linear-gradient(180deg,#10b9811a,#10b9810d);border-color:#10b9812e;color:#dff9ef}html[data-nm-theme=dark] .nm-price-anchor strong,html[data-theme=dark] .nm-price-anchor strong,html.nm-theme-dark .nm-price-anchor strong{color:#4be5af}html[data-nm-theme=dark] .nm-qty,html[data-theme=dark] .nm-qty,html.nm-theme-dark .nm-qty{background:#ffffff0f;border-color:#ffffff1a;box-shadow:none}html[data-nm-theme=dark] .nm-qty__btn,html[data-theme=dark] .nm-qty__btn,html.nm-theme-dark .nm-qty__btn,html[data-nm-theme=dark] .nm-qty__input,html[data-theme=dark] .nm-qty__input,html.nm-theme-dark .nm-qty__input{background:#0b182bd1;border-color:#ffffff1a;color:#f3f8fe}html[data-nm-theme=dark] .nm-qty__input::-webkit-outer-spin-button,html[data-nm-theme=dark] .nm-qty__input::-webkit-inner-spin-button,html[data-theme=dark] .nm-qty__input::-webkit-outer-spin-button,html[data-theme=dark] .nm-qty__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}html[data-nm-theme=dark] .nm-stacks-suggest,html[data-nm-theme=dark] .nm-product-info-inline,html[data-theme=dark] .nm-stacks-suggest,html[data-theme=dark] .nm-product-info-inline,html.nm-theme-dark .nm-stacks-suggest,html.nm-theme-dark .nm-product-info-inline{background:#ffffff12;border-color:#ffffff1a;box-shadow:0 18px 40px #0000003d}html[data-nm-theme=dark] .nm-stacks-suggest__icon,html[data-theme=dark] .nm-stacks-suggest__icon,html.nm-theme-dark .nm-stacks-suggest__icon{background:#ffffff14}html[data-nm-theme=dark] .nm-stacks-suggest__header strong,html[data-theme=dark] .nm-stacks-suggest__header strong,html.nm-theme-dark .nm-stacks-suggest__header strong,html[data-nm-theme=dark] .nm-product-info-inline__copy strong,html[data-theme=dark] .nm-product-info-inline__copy strong,html.nm-theme-dark .nm-product-info-inline__copy strong{color:#eef6ff}html[data-nm-theme=dark] .nm-stacks-suggest__header span:last-child,html[data-theme=dark] .nm-stacks-suggest__header span:last-child,html.nm-theme-dark .nm-stacks-suggest__header span:last-child,html[data-nm-theme=dark] .nm-product-info-inline__copy p,html[data-theme=dark] .nm-product-info-inline__copy p,html.nm-theme-dark .nm-product-info-inline__copy p{color:#b5c6d9}html[data-nm-theme=dark] .nm-stacks-suggest__card,html[data-theme=dark] .nm-stacks-suggest__card,html.nm-theme-dark .nm-stacks-suggest__card{background:#0b182bb8;border-color:#ffffff1a}html[data-nm-theme=dark] .nm-stacks-suggest__card strong,html[data-theme=dark] .nm-stacks-suggest__card strong,html.nm-theme-dark .nm-stacks-suggest__card strong{color:#7fc8ff}html[data-nm-theme=dark] .nm-stacks-suggest__card span,html[data-theme=dark] .nm-stacks-suggest__card span,html.nm-theme-dark .nm-stacks-suggest__card span{color:#b6c7d9}html[data-nm-theme=dark] .nm-product-info-inline__btn,html[data-theme=dark] .nm-product-info-inline__btn,html.nm-theme-dark .nm-product-info-inline__btn{background:linear-gradient(135deg,#0070f33d,#00b4d82e);color:#eef6ff;border-color:#5dccff3d}.nm-pdp-secondary-ctas{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:12px}#nmPdpAssistantCta,.nm-wa-btn{width:100%;min-height:48px;margin-top:0;padding:0 16px;border-radius:14px;font-size:14px}#nmPdpAssistantCta{background:linear-gradient(90deg,#2485ff,#2aa8ff);box-shadow:0 10px 24px #1466c429}.nm-wa-btn{box-shadow:0 10px 24px #12a05424}.nm-pdp-secondary-ctas+.nm-stacks-suggest{margin-top:14px}.nm-product-info-inline{background:linear-gradient(180deg,#fffffff2,#f7fafdeb)}.nm-product-info-inline__copy strong{font-size:17px}.nm-product-info-inline__copy p{max-width:44ch;line-height:1.5}.nm-product-info-inline__btn{background:#fff;border:1px solid rgba(14,58,112,.1);color:#123150}.nm-product-info-inline__btn:hover{background:#f7fbff}html[data-nm-theme=dark] .nm-pdp-goals span,html[data-theme=dark] .nm-pdp-goals span,html.nm-theme-dark .nm-pdp-goals span{background:#ffffff14;border-color:#ffffff1f;color:#f6fbff}html[data-nm-theme=dark] .nm-variant-chips,html[data-theme=dark] .nm-variant-chips,html.nm-theme-dark .nm-variant-chips{background:#ffffff1f;border-color:#ffffff24}html[data-nm-theme=dark] .nm-variant-label,html[data-theme=dark] .nm-variant-label,html.nm-theme-dark .nm-variant-label,html[data-nm-theme=dark] .quantity-selector,html[data-theme=dark] .quantity-selector,html.nm-theme-dark .quantity-selector{color:#d2e2f1}html[data-nm-theme=dark] .nm-chip,html[data-theme=dark] .nm-chip,html.nm-theme-dark .nm-chip{background:#ffffff17;border-color:#ffffff24;color:#f4f8fc}html[data-nm-theme=dark] .nm-chip:hover,html[data-nm-theme=dark] .nm-chip.is-active,html[data-theme=dark] .nm-chip:hover,html[data-theme=dark] .nm-chip.is-active,html.nm-theme-dark .nm-chip:hover,html.nm-theme-dark .nm-chip.is-active{background:linear-gradient(135deg,#007ed17a,#00c4ff3d);border-color:#74e0ff70;color:#fff}html[data-nm-theme=dark] .nm-qty,html[data-theme=dark] .nm-qty,html.nm-theme-dark .nm-qty{background:#ffffff1a;border-color:#ffffff24}html[data-nm-theme=dark] .nm-qty__btn,html[data-theme=dark] .nm-qty__btn,html.nm-theme-dark .nm-qty__btn,html[data-nm-theme=dark] .nm-qty__input,html[data-theme=dark] .nm-qty__input,html.nm-theme-dark .nm-qty__input{background:#ffffff24;border-color:#ffffff1f;color:#fff}html[data-nm-theme=dark] .nm-product-info-inline,html[data-theme=dark] .nm-product-info-inline,html.nm-theme-dark .nm-product-info-inline{background:linear-gradient(180deg,#ffffff1a,#ffffff0f);border-color:#ffffff1f}html[data-nm-theme=dark] .nm-product-info-inline__copy strong,html[data-theme=dark] .nm-product-info-inline__copy strong,html.nm-theme-dark .nm-product-info-inline__copy strong{color:#f3f8fd}html[data-nm-theme=dark] .nm-product-info-inline__copy p,html[data-theme=dark] .nm-product-info-inline__copy p,html.nm-theme-dark .nm-product-info-inline__copy p{color:#d4e0eb}html[data-nm-theme=dark] .nm-product-info-inline__btn,html[data-theme=dark] .nm-product-info-inline__btn,html.nm-theme-dark .nm-product-info-inline__btn{background:#ffffff1f;border-color:#ffffff29;color:#f3f8fd}html[data-nm-theme=dark] .nm-stacks-suggest__card,html[data-theme=dark] .nm-stacks-suggest__card,html.nm-theme-dark .nm-stacks-suggest__card{background:#ffffff1f;border-color:#ffffff1f}html[data-nm-theme=dark] .nm-stacks-suggest__card strong,html[data-theme=dark] .nm-stacks-suggest__card strong,html.nm-theme-dark .nm-stacks-suggest__card strong{color:#8ed7ff}html[data-nm-theme=dark] .nm-stacks-suggest__card span,html[data-theme=dark] .nm-stacks-suggest__card span,html.nm-theme-dark .nm-stacks-suggest__card span{color:#d6e3ef}@media(max-width:767px){.nm-pdp-secondary-ctas{grid-template-columns:1fr}#nmPdpAssistantCta,.nm-wa-btn{min-height:50px;font-size:14px}}.template-product .nm-product-single__afterhero{display:flex;flex-direction:column;gap:18px}.template-product .nm-product-single__afterhero .nm-stacks-suggest,.template-product .nm-product-single__afterhero .nm-product-info-inline,.template-product .nm-product-single__afterhero .nm-product-info-modal{width:100%;max-width:none}.template-product .nm-product-single__afterhero .nm-pdp-secondary-ctas{order:99;width:min(100%,620px);margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.template-product .nm-product-single__afterhero #nmPdpAssistantCta,.template-product .nm-product-single__afterhero .nm-wa-btn{min-height:56px;border-radius:16px}.template-product .nm-product-single__afterhero .nm-wa-btn svg{flex:0 0 auto}.template-product .nm-stacks-suggest{padding:22px}.template-product .nm-stacks-suggest__grid{gap:14px}.template-product .nm-product-info-inline{margin-top:0}.template-product .nm-product-info-inline__copy p{max-width:72ch}.template-product .nm-product-info-modal{margin-top:-4px}.template-product .nm-product-info-modal__dialog{width:100%;max-width:none}.template-product .nm-product-info-modal.is-open .nm-product-info-modal__dialog{margin-top:0}html[data-nm-theme=dark] .template-product .nm-stacks-suggest,html[data-theme=dark] .template-product .nm-stacks-suggest,html.nm-theme-dark .template-product .nm-stacks-suggest,html[data-nm-theme=dark] .template-product .nm-product-info-inline,html[data-theme=dark] .template-product .nm-product-info-inline,html.nm-theme-dark .template-product .nm-product-info-inline{background:linear-gradient(180deg,#0a1a31f5,#0a172bfa);border:1px solid rgba(121,214,255,.16);box-shadow:0 22px 48px #0000004d,inset 0 1px #ffffff08}html[data-nm-theme=dark] .template-product .nm-stacks-suggest__icon,html[data-theme=dark] .template-product .nm-stacks-suggest__icon,html.nm-theme-dark .template-product .nm-stacks-suggest__icon{background:#6dd6ff1f;color:#dff7ff}html[data-nm-theme=dark] .template-product .nm-stacks-suggest__header strong,html[data-theme=dark] .template-product .nm-stacks-suggest__header strong,html.nm-theme-dark .template-product .nm-stacks-suggest__header strong,html[data-nm-theme=dark] .template-product .nm-product-info-inline__copy strong,html[data-theme=dark] .template-product .nm-product-info-inline__copy strong,html.nm-theme-dark .template-product .nm-product-info-inline__copy strong{color:#f8fbff}html[data-nm-theme=dark] .template-product .nm-stacks-suggest__header span:last-child,html[data-theme=dark] .template-product .nm-stacks-suggest__header span:last-child,html.nm-theme-dark .template-product .nm-stacks-suggest__header span:last-child,html[data-nm-theme=dark] .template-product .nm-product-info-inline__copy p,html[data-theme=dark] .template-product .nm-product-info-inline__copy p,html.nm-theme-dark .template-product .nm-product-info-inline__copy p{color:#cddaea}html[data-nm-theme=dark] .template-product .nm-stacks-suggest__card,html[data-theme=dark] .template-product .nm-stacks-suggest__card,html.nm-theme-dark .template-product .nm-stacks-suggest__card{background:linear-gradient(180deg,#152742f5,#12223afa);border:1px solid rgba(121,214,255,.14);box-shadow:0 12px 26px #0003}html[data-nm-theme=dark] .template-product .nm-stacks-suggest__card strong,html[data-theme=dark] .template-product .nm-stacks-suggest__card strong,html.nm-theme-dark .template-product .nm-stacks-suggest__card strong{color:#8ed9ff}html[data-nm-theme=dark] .template-product .nm-stacks-suggest__card span,html[data-theme=dark] .template-product .nm-stacks-suggest__card span,html.nm-theme-dark .template-product .nm-stacks-suggest__card span{color:#d7e3ef}html[data-nm-theme=dark] .template-product .nm-product-info-inline__btn,html[data-theme=dark] .template-product .nm-product-info-inline__btn,html.nm-theme-dark .template-product .nm-product-info-inline__btn{background:linear-gradient(135deg,#14ddb9,#11b8d7);border-color:#7cebff4d;color:#052133;box-shadow:0 18px 34px #00000038}html[data-nm-theme=dark] .template-product .nm-product-info-modal__dialog,html[data-theme=dark] .template-product .nm-product-info-modal__dialog,html.nm-theme-dark .template-product .nm-product-info-modal__dialog{background:linear-gradient(180deg,#09182cfb,#061222fc);border-color:#5fd3ff2e}html[data-nm-theme=dark] .template-product .nm-product-info-modal .rte,html[data-theme=dark] .template-product .nm-product-info-modal .rte,html.nm-theme-dark .template-product .nm-product-info-modal .rte,html[data-nm-theme=dark] .template-product .nm-product-info-modal__section p,html[data-theme=dark] .template-product .nm-product-info-modal__section p,html.nm-theme-dark .template-product .nm-product-info-modal__section p,html[data-nm-theme=dark] .template-product .nm-product-info-modal .rte li,html[data-theme=dark] .template-product .nm-product-info-modal .rte li,html.nm-theme-dark .template-product .nm-product-info-modal .rte li{color:#deebf8}html[data-nm-theme=dark] .template-product .nm-product-info-modal__section h4,html[data-theme=dark] .template-product .nm-product-info-modal__section h4,html.nm-theme-dark .template-product .nm-product-info-modal__section h4,html[data-nm-theme=dark] .template-product .nm-product-info-modal__title,html[data-theme=dark] .template-product .nm-product-info-modal__title,html.nm-theme-dark .template-product .nm-product-info-modal__title{color:#fff}@media(max-width:767px){.template-product .nm-product-single__afterhero{gap:14px}.template-product .nm-product-single__afterhero .nm-pdp-secondary-ctas{width:100%;grid-template-columns:1fr}.template-product .nm-stacks-suggest,.template-product .nm-product-info-inline{padding:18px 16px;border-radius:22px}}html[data-nm-theme=light] .nm-truststrip,html[data-theme=light] .nm-truststrip{background:linear-gradient(90deg,#74b0c447 0,#bee0e761,#74b0c43d)!important;border-top:1px solid rgba(71,126,145,.14)!important;border-bottom:1px solid rgba(71,126,145,.16)!important}html[data-nm-theme=light] .nm-truststrip__inner,html[data-theme=light] .nm-truststrip__inner{gap:10px}html[data-nm-theme=light] .nm-trustpill2,html[data-theme=light] .nm-trustpill2{background:#ffffffd1!important;border:1px solid rgba(98,167,186,.22)!important;box-shadow:0 6px 18px #3e657814}html[data-nm-theme=light] .nm-trustpill2__txt,html[data-theme=light] .nm-trustpill2__txt{color:#35515e!important;font-weight:700!important}@media(max-width:749px){html[data-nm-theme=light] .nm-trustpill2,html[data-theme=light] .nm-trustpill2{white-space:normal;justify-content:center;text-align:center;min-height:34px}html[data-nm-theme=light] .nm-trustpill2__txt,html[data-theme=light] .nm-trustpill2__txt{font-size:11px!important;line-height:1.2}}.grid-link__image--product,.grid-link__image--collection{aspect-ratio:1 / 1;min-height:0!important}.grid-link__image-centered,.nm-card-img-wrap{position:relative;width:100%;aspect-ratio:1 / 1;min-height:0!important}.nm-card-media-link{display:block;width:100%;height:100%}.nm-card-img-primary,.nm-card-img-secondary,.grid-link__image-centered>img,.grid-link__image-centered .placeholder-svg{position:absolute!important;top:0;right:0;bottom:0;left:0;width:100%!important;height:100%!important;max-width:none!important;object-fit:contain!important;object-position:center center!important;margin:0!important}.nm-card-img-primary{z-index:1}.nm-card-img-secondary{z-index:2;opacity:0}.nm-card-enhanced:hover .nm-card-img-primary,.nm-card-enhanced:focus-within .nm-card-img-primary{opacity:0}.nm-card-enhanced:hover .nm-card-img-secondary,.nm-card-enhanced:focus-within .nm-card-img-secondary{opacity:1}.nm-card-img-wrap img+img{top:0}@media(max-width:749px){.grid-link__image,.grid-link__image--product,.grid-link__image--collection{margin:8px;padding:8px}}html[data-nm-theme=light] .nm-truststrip,html[data-theme=light] .nm-truststrip{background:linear-gradient(90deg,#b2ccd694 0,#cfe2e8a8,#b8d0d894)!important;border-top:1px solid rgba(103,149,163,.18)!important;border-bottom:1px solid rgba(103,149,163,.2)!important}html[data-nm-theme=light] .nm-truststrip__inner,html[data-theme=light] .nm-truststrip__inner{gap:12px!important;row-gap:10px!important}html[data-nm-theme=light] .nm-trustpill2,html[data-theme=light] .nm-trustpill2{min-width:210px;justify-content:center;padding:8px 16px!important;background:#ffffffeb!important;border:1px solid rgba(98,167,186,.24)!important;box-shadow:0 8px 22px #3e65781a!important}html[data-nm-theme=light] .nm-trustpill2__icon,html[data-theme=light] .nm-trustpill2__icon{font-size:15px!important;opacity:1!important}html[data-nm-theme=light] .nm-trustpill2__txt,html[data-theme=light] .nm-trustpill2__txt{color:#304b58!important;opacity:1!important;font-size:12px!important;line-height:1.25!important;font-weight:700!important;text-shadow:none!important}@media(max-width:900px){html[data-nm-theme=light] .nm-trustpill2,html[data-theme=light] .nm-trustpill2{min-width:0;white-space:normal}}.nm-card-enhanced,.nm-card-enhanced .grid-link__image,.nm-card-enhanced .grid-link__image--product,.nm-card-enhanced .nm-card-img-wrap,.nm-card-enhanced .nm-card-media-link{overflow:hidden}.nm-card-enhanced .grid-link__image,.nm-card-enhanced .grid-link__image--product{display:block!important}.nm-card-enhanced .nm-card-img-wrap{position:relative!important;display:block!important;width:100%!important;aspect-ratio:1 / 1!important;min-height:0!important}.nm-card-enhanced .nm-card-media-link{position:relative!important;display:block!important;width:100%!important;height:100%!important;min-height:220px}.nm-card-enhanced .nm-card-img-primary,.nm-card-enhanced .nm-card-img-secondary{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:block!important;width:100%!important;height:100%!important;max-width:none!important;margin:0!important;object-fit:contain!important;object-position:center center!important;transition:opacity .25s ease,transform .35s ease!important}.nm-card-enhanced .nm-card-img-primary{z-index:1;opacity:1;visibility:visible}.nm-card-enhanced.nm-card--has-secondary .nm-card-img-secondary{z-index:2;opacity:0!important;visibility:hidden!important;pointer-events:none!important}@media(hover:hover){.nm-card-enhanced.nm-card--has-secondary:hover .nm-card-img-primary,.nm-card-enhanced.nm-card--has-secondary:focus-within .nm-card-img-primary{opacity:0!important;visibility:hidden!important}.nm-card-enhanced.nm-card--has-secondary:hover .nm-card-img-secondary,.nm-card-enhanced.nm-card--has-secondary:focus-within .nm-card-img-secondary{opacity:1!important;visibility:visible!important}}@media(hover:none){.nm-card-enhanced.nm-card--has-secondary .nm-card-img-secondary{display:none!important}}.nm-card-enhanced:not(.nm-card--has-secondary) .nm-card-img-primary{position:relative!important}html[data-nm-theme=light] .nm-truststrip,html[data-theme=light] .nm-truststrip{background:transparent!important;border:0!important;box-shadow:none!important;padding:8px 0 2px!important;margin-top:12px!important}html[data-nm-theme=light] .nm-truststrip__inner,html[data-theme=light] .nm-truststrip__inner{display:inline-flex!important;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px!important;width:auto!important;max-width:max-content!important;margin:0 auto!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}html[data-nm-theme=light] .nm-trustpill2,html[data-theme=light] .nm-trustpill2{min-width:0!important;width:auto!important;padding:8px 12px!important;border-radius:999px!important;background:#ffffff8f!important;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.52)!important;box-shadow:0 8px 24px #4260741a!important}html[data-nm-theme=light] .nm-trustpill2__txt,html[data-theme=light] .nm-trustpill2__txt{color:#294452!important;font-size:12px!important;letter-spacing:.01em}@media(max-width:900px){html[data-nm-theme=light] .nm-truststrip,html[data-theme=light] .nm-truststrip{padding:8px 12px 2px!important}html[data-nm-theme=light] .nm-truststrip__inner,html[data-theme=light] .nm-truststrip__inner{max-width:100%!important}html[data-nm-theme=light] .nm-trustpill2,html[data-theme=light] .nm-trustpill2{justify-content:center}}html[data-nm-theme=light] .nm-how,html[data-theme=light] .nm-how,html[data-nm-theme=light] .nm-section,html[data-theme=light] .nm-section,html[data-nm-theme=light] .nm-benefits,html[data-theme=light] .nm-benefits{background:linear-gradient(180deg,#d8eefa,#cce6f8)!important}html[data-nm-theme=light] .nm-truststrip,html[data-theme=light] .nm-truststrip{background:linear-gradient(90deg,#cce6fa,#d8f0ff)!important;border-color:#50a0f033!important}html[data-nm-theme=light] .nm-truststrip__inner,html[data-theme=light] .nm-truststrip__inner{background:transparent!important}html[data-nm-theme=light] .nm-trustpill2,html[data-theme=light] .nm-trustpill2{background:#ffffffbf!important;border-color:#50a0f038!important;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}html[data-nm-theme=light] .nm-trustpill2__txt,html[data-theme=light] .nm-trustpill2__txt{color:#0a2040!important}html[data-nm-theme=light] .nm-trustpill2__icon,html[data-theme=light] .nm-trustpill2__icon{color:#0070cc!important}html[data-nm-theme=light] .sidebar-module,html[data-theme=light] .sidebar-module{background:#ffffffb8!important;border-color:#50a0f02e!important;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}html[data-nm-theme=light] .sidebar-module__title,html[data-theme=light] .sidebar-module__title{color:#0060b8!important;border-color:#008cdc40!important}html[data-nm-theme=light] .sidebar-module a,html[data-theme=light] .sidebar-module a{color:#1a4a7a!important}html[data-nm-theme=light] .sidebar-module a:hover,html[data-theme=light] .sidebar-module a:hover{color:#0090e0!important}html[data-nm-theme=light] .sidebar-module a.active,html[data-theme=light] .sidebar-module a.active{background:#008cdc1a!important;color:#0060b8!important;border-color:#008cdc40!important}html[data-nm-theme=light] .nm-quiz-hub,html[data-theme=light] .nm-quiz-hub,html[data-nm-theme=light] .nm-rec-banner,html[data-theme=light] .nm-rec-banner{background:linear-gradient(135deg,#0a1640e6,#003c8ce0)!important;border-color:#00a0ff33!important}html[data-nm-theme=light] .nm-urgency-bar,html[data-theme=light] .nm-urgency-bar{background:linear-gradient(90deg,#0050a0,#0078cc,#009be0)!important}html[data-nm-theme=light] .nm-final-cta__panel,html[data-theme=light] .nm-final-cta__panel{background:linear-gradient(135deg,#003c8ceb,#0064c8e0)!important;border-color:#50a0ff40!important}html[data-nm-theme=light] .breadcrumb a,html[data-theme=light] .breadcrumb a{color:#2d6096!important}html[data-nm-theme=light] input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]),html[data-nm-theme=light] select,html[data-nm-theme=light] textarea,html[data-theme=light] input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]),html[data-theme=light] select,html[data-theme=light] textarea{background:#fffc!important;border-color:#50a0f04d!important;color:#0a2040!important}html[data-nm-theme=light] h1,html[data-nm-theme=light] h2,html[data-nm-theme=light] h3,html[data-nm-theme=light] h4,html[data-nm-theme=light] h5,html[data-theme=light] h1,html[data-theme=light] h2,html[data-theme=light] h3,html[data-theme=light] h4,html[data-theme=light] h5{color:#0a2040!important}html[data-nm-theme=light] p,html[data-theme=light] p{color:#1a3a5c}html[data-nm-theme=light] a:not(.btn):not(.button):not(.nm-btn):not(.nm-card-cta),html[data-theme=light] a:not(.btn):not(.button):not(.nm-btn):not(.nm-card-cta){color:#0058a3!important}html[data-nm-theme=light] a:hover:not(.btn):not(.button),html[data-theme=light] a:hover:not(.btn):not(.button){color:#0090e0!important}html[data-nm-theme=light] .nm-col-intro-fade,html[data-theme=light] .nm-col-intro-fade{background:linear-gradient(transparent,#dff0fb)!important}.sidebar,.collection-sidebar{display:flex;flex-direction:column;gap:12px}.sidebar-module{margin-bottom:0!important;background:#ffffff8c;border:1px solid rgba(80,160,240,.18);border-radius:16px;padding:16px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 2px 12px #0050b412;overflow:hidden}.sidebar-module .section-header,.sidebar-module .section-header__title{font-size:11px!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.1em!important;color:#0060b8!important;margin-bottom:10px!important;padding-bottom:8px!important;border-bottom:1px solid rgba(0,140,220,.18)!important}.sidebar-module__list{gap:2px!important}.sidebar-module__list a,.sidebar a,.collection-sidebar a{padding:8px 12px!important;border-radius:10px!important;font-size:14px!important;font-weight:500;color:#1a3a5c!important;border:1px solid transparent!important;transition:all .18s ease!important}.sidebar-module__list a:hover,.sidebar a:hover{background:#0078dc14!important;border-color:#008cdc33!important;color:#0060b8!important;padding-left:16px!important}.sidebar-module__list a.is-active,.sidebar a.is-active,.sidebar a[aria-current=page]{background:#0064c81c!important;border-color:#0078dc47!important;color:#0058a3!important;font-weight:600!important}.sidebar-module__viewmore{font-size:12px!important;color:#0070cc!important;margin-top:6px!important;padding:6px 12px!important;border-radius:8px!important;background:#0078dc12!important;border:1px solid rgba(0,120,220,.18)!important;transition:background .18s ease!important}.sidebar-module__viewmore:hover{background:#0078dc24!important}.sidebar-module>div{font-size:13px;color:#1a3a5c;line-height:1.6}.sidebar-module>div p{margin:0 0 8px;color:#1a3a5c}.sidebar-module>div a{color:#0060b8!important;font-weight:500}.sidebar-module>div img{width:36px!important;height:36px!important;border-radius:10px!important;object-fit:cover!important;display:inline-block!important;margin:3px!important;box-shadow:0 2px 8px #0000001f!important;transition:transform .18s ease,box-shadow .18s ease!important}.sidebar-module>div img:hover{transform:scale(1.1)!important;box-shadow:0 4px 14px #0050b438!important}.sidebar-module>div p:has(img),.sidebar-module>div p>img:first-child{display:flex!important;flex-wrap:wrap!important;gap:6px!important;align-items:center!important}.sidebar-module>div strong{color:#0a2040;font-weight:700}html[data-nm-theme=dark] .sidebar-module,html[data-theme=dark] .sidebar-module{background:#ffffff0a!important;border-color:#00bfff1f!important;box-shadow:0 2px 12px #0000002e!important}html[data-nm-theme=dark] .sidebar-module .section-header__title,html[data-theme=dark] .sidebar-module .section-header__title{color:#00bfffd9!important;border-bottom-color:#00bfff1f!important}html[data-nm-theme=dark] .sidebar-module__list a,html[data-nm-theme=dark] .sidebar a,html[data-theme=dark] .sidebar-module__list a,html[data-theme=dark] .sidebar a{color:var(--nm-text)!important}html[data-nm-theme=dark] .sidebar-module__list a:hover,html[data-nm-theme=dark] .sidebar a:hover,html[data-theme=dark] .sidebar-module__list a:hover,html[data-theme=dark] .sidebar a:hover{background:#00bfff14!important;border-color:#00bfff2e!important;color:#00bfff!important}html[data-nm-theme=dark] .sidebar-module>div,html[data-theme=dark] .sidebar-module>div{color:var(--nm-text-muted)!important}html:not([data-theme]):not([data-nm-theme]) body{background:linear-gradient(160deg,#e4f4fd 0,#d8eefa 60%,#cce4f7)!important}html:not([data-theme]):not([data-nm-theme]) .grid-link,html:not([data-theme]):not([data-nm-theme]) .product-grid-item{background:#fffc!important;border:1px solid rgba(80,160,240,.18)!important;box-shadow:0 2px 10px #0050b412,0 6px 20px #0050b40d!important;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}html:not([data-theme]):not([data-nm-theme]) .grid-link:hover{border-color:#008ce659!important;box-shadow:0 8px 28px #0078dc29!important;transform:translateY(-5px)!important}html:not([data-theme]):not([data-nm-theme]) .grid-link__image{background:linear-gradient(145deg,#e8f5ff,#d8ecfa)!important}html:not([data-theme]):not([data-nm-theme]) .grid-link__title{color:#0a2040!important}html:not([data-theme]):not([data-nm-theme]) .grid-link__meta{color:#005eb8!important;font-weight:700!important}html:not([data-theme]):not([data-nm-theme]) .sidebar-module{background:#ffffff9e!important;border:1px solid rgba(80,160,240,.2)!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;box-shadow:0 2px 12px #0050b414!important}html:not([data-theme]):not([data-nm-theme]) .sidebar-module .section-header__title{color:#0060b8!important;border-bottom-color:#008cdc2e!important}html:not([data-theme]):not([data-nm-theme]) .sidebar-module__list a,html:not([data-theme]):not([data-nm-theme]) .sidebar a{color:#1a3a5c!important}html:not([data-theme]):not([data-nm-theme]) .sidebar-module__list a:hover,html:not([data-theme]):not([data-nm-theme]) .sidebar a:hover{background:#0078dc14!important;border-color:#008cdc33!important;color:#0060b8!important}html:not([data-theme]):not([data-nm-theme]) .sidebar-module__list a.is-active,html:not([data-theme]):not([data-nm-theme]) .sidebar a.is-active{background:#0064c81c!important;border-color:#0078dc47!important;color:#0058a3!important}html:not([data-theme]):not([data-nm-theme]) .nm-how{background:linear-gradient(180deg,#d0e8f8,#c4e0f5)!important}html:not([data-theme]):not([data-nm-theme]) .nm-how__icon-wrap{background:#0078dc1a!important;border-color:#0078dc38!important;color:#0060b8!important}html:not([data-theme]):not([data-nm-theme]) .nm-truststrip{background:linear-gradient(90deg,#cce6fa,#d8f0ff)!important;border-color:#50a0f033!important}html:not([data-theme]):not([data-nm-theme]) .nm-trustpill2{background:#ffffffbf!important;border-color:#50a0f038!important}html:not([data-theme]):not([data-nm-theme]) .nm-trustpill2__txt{color:#0a2040!important}html:not([data-theme]):not([data-nm-theme]) .nm-trustpill2__icon{color:#0070cc!important}html:not([data-theme]):not([data-nm-theme]) .nm-col-intro-fade{background:linear-gradient(transparent,#dff0fb)!important}html:not([data-theme]):not([data-nm-theme]) .nm-col-intro-toggle{color:#0058a3!important}html:not([data-theme]):not([data-nm-theme]) h1,html:not([data-theme]):not([data-nm-theme]) h2,html:not([data-theme]):not([data-nm-theme]) h3{color:#0a2040!important}html:not([data-theme]):not([data-nm-theme]) .section-header__title{color:#0a2040!important}html:not([data-theme]):not([data-nm-theme]) a{color:#0058a3!important}html:not([data-theme]):not([data-nm-theme]) .site-footer{background:linear-gradient(180deg,#e8f4ff 0,#daeeff 60%,#cce6fa)!important;border-top:1px solid rgba(100,180,255,.35)!important}html:not([data-theme]):not([data-nm-theme]) .site-footer h4{color:#0060b8!important}html:not([data-theme]):not([data-nm-theme]) .site-footer,html:not([data-theme]):not([data-nm-theme]) .site-footer p{color:#1a3a5c!important}html:not([data-theme]):not([data-nm-theme]) .site-footer__links a{color:#2d6096!important}html:not([data-theme]):not([data-nm-theme]) .site-footer__links a:hover{color:#0090e0!important}.sidebar-module__list.sidebar-module__list--expand .sidebar-module__hidden-item{display:block!important}.sidebar-module__list.sidebar-module__list--expand+.sidebar-module__viewmore{display:none!important}.mobile-nav .sidebar-module__viewmore{display:none!important}.nm-footer-contact-wrap{position:relative}.nm-footer-contact{background:transparent;border:0;border-radius:0;padding:0;color:#12385f!important;font-size:15px;line-height:1.9;font-weight:600;box-shadow:none}.nm-footer-contact a,.site-footer .nm-footer-contact a{color:#005fb8!important;font-weight:700;text-decoration:underline;text-underline-offset:2px}.nm-footer-contact strong,.site-footer .nm-footer-contact strong{color:#0a2040!important}html[data-nm-theme=light] .nm-footer-contact,html[data-theme=light] .nm-footer-contact,html:not([data-theme]):not([data-nm-theme]) .nm-footer-contact{background:transparent!important;border-color:transparent!important;color:#12385f!important}@media screen and (max-width:749px){.nm-footer-contact{padding:0;font-size:14px;line-height:1.8}}html:not([data-theme]):not([data-nm-theme]) .sidebar-module>div,html:not([data-theme]):not([data-nm-theme]) .sidebar-module>div p,html:not([data-theme]):not([data-nm-theme]) .sidebar-module>div small,html:not([data-theme]):not([data-nm-theme]) .sidebar-module>div span,html:not([data-theme]):not([data-nm-theme]) .sidebar-module>div li{color:#1a3a5c!important}html:not([data-theme]):not([data-nm-theme]) .sidebar-module>div strong{color:#0a1f40!important;font-weight:700}html:not([data-theme]):not([data-nm-theme]) .sidebar-module>div a{color:#0058a3!important;font-weight:600}html:not([data-theme]):not([data-nm-theme]) .sidebar-module>div a:hover{color:#0090e0!important}html[data-nm-theme=light] .sidebar-module>div,html[data-nm-theme=light] .sidebar-module>div p,html[data-nm-theme=light] .sidebar-module>div small,html[data-nm-theme=light] .sidebar-module>div span,html[data-nm-theme=light] .sidebar-module>div li,html[data-theme=light] .sidebar-module>div,html[data-theme=light] .sidebar-module>div p,html[data-theme=light] .sidebar-module>div small,html[data-theme=light] .sidebar-module>div span,html[data-theme=light] .sidebar-module>div li{color:#1a3a5c!important}html[data-nm-theme=light] .sidebar-module>div strong,html[data-theme=light] .sidebar-module>div strong{color:#0a1f40!important}html[data-nm-theme=light] .sidebar-module>div a,html[data-theme=light] .sidebar-module>div a{color:#0058a3!important;font-weight:600}html:not([data-theme]):not([data-nm-theme]) .btn:not(.btn--secondary):not(.btn--link):not(.btn--plain){background:linear-gradient(135deg,#004a8c,#0070cc)!important;color:#fff!important;text-shadow:none!important}html:not([data-theme]):not([data-nm-theme]) .btn--secondary{background:#fff!important;color:#0c1520!important;border:1px solid rgba(0,90,180,.3)!important}html:not([data-theme]):not([data-nm-theme]) .btn[name=add],html:not([data-theme]):not([data-nm-theme]) .add-to-cart,html:not([data-theme]):not([data-nm-theme]) input[type=submit].btn{color:#fff!important}html[data-nm-theme=light] .site-footer .nm-footer-contact,html[data-theme=light] .site-footer .nm-footer-contact{color:#cce4f8!important}html[data-nm-theme=light] .site-footer .nm-footer-contact a,html[data-theme=light] .site-footer .nm-footer-contact a{color:#7cc8f8!important;text-decoration:underline}html:not([data-theme]):not([data-nm-theme]) .site-footer .nm-footer-contact{color:#1a3a5c!important}html:not([data-theme]):not([data-nm-theme]) .site-footer .nm-footer-contact a{color:#0058a3!important;text-decoration:underline}html:not([data-theme]):not([data-nm-theme]) .site-footer .nm-footer-contact strong{color:#0a1f40!important}.site-header__logo img{max-width:min(220px,60vw)!important;max-height:58px!important;width:auto!important;height:auto!important;object-fit:contain!important}@media screen and (max-width:749px){.site-header__logo img{max-width:min(160px,55vw)!important;max-height:46px!important}}html:not([data-theme]):not([data-nm-theme]) .nm-footer-contact,html:not([data-theme]):not([data-nm-theme]) .nm-footer-contact p,html:not([data-theme]):not([data-nm-theme]) .nm-footer-contact span,html:not([data-theme]):not([data-nm-theme]) .nm-footer-contact li{color:#1a3560!important;font-weight:500}html:not([data-theme]):not([data-nm-theme]) .nm-footer-contact a,html:not([data-theme]):not([data-nm-theme]) .rte.nm-footer-contact a{color:#0050a8!important;text-decoration:underline!important;text-underline-offset:2px!important;font-weight:600!important}html:not([data-theme]):not([data-nm-theme]) .nm-footer-contact a:hover,html:not([data-theme]):not([data-nm-theme]) .rte.nm-footer-contact a:hover{color:#0070cc!important}html[data-nm-theme=light] .nm-footer-contact,html[data-nm-theme=light] .nm-footer-contact p,html[data-theme=light] .nm-footer-contact,html[data-theme=light] .nm-footer-contact p{color:#d0e8ff!important}html[data-nm-theme=light] .nm-footer-contact a,html[data-nm-theme=light] .rte.nm-footer-contact a,html[data-theme=light] .nm-footer-contact a,html[data-theme=light] .rte.nm-footer-contact a{color:#7ec8f8!important;text-decoration:underline!important;font-weight:600!important}html:not([data-theme]):not([data-nm-theme]) .site-footer{background:linear-gradient(180deg,#c8e4f8 0,#b8d8f2 60%,#a8ccec)!important;border-top:2px solid rgba(0,100,200,.18)!important;box-shadow:0 -4px 24px #0050b412!important}html:not([data-theme]):not([data-nm-theme]) .site-footer h4{color:#003a80!important;font-weight:700!important}html:not([data-theme]):not([data-nm-theme]) .site-footer,html:not([data-theme]):not([data-nm-theme]) .site-footer p{color:#1a3560!important}html:not([data-theme]):not([data-nm-theme]) .site-footer__links a{color:#1a4a8a!important}html:not([data-theme]):not([data-nm-theme]) .site-footer__links a:hover{color:#0070cc!important}html:not([data-theme]):not([data-nm-theme]) .site-footer hr{border-color:#0050b426!important}html:not([data-theme]):not([data-nm-theme]) .site-footer .social-icons li a,html:not([data-theme]):not([data-nm-theme]) .site-footer .nm-tiktok-footer,html:not([data-theme]):not([data-nm-theme]) .site-footer .nm-wa-footer{color:#1a4a8a!important;border-color:#0050b438!important;background:#ffffff8c!important}html:not([data-theme]):not([data-nm-theme]) .site-footer .social-icons li a:hover{color:#0060b8!important;background:#ffffffd9!important}.nm-footer-contact{color:#1a3560!important}.nm-footer-contact p,.nm-footer-contact span,.nm-footer-contact li,.nm-footer-contact div{color:inherit!important}.site-footer .nm-footer-contact a,.site-footer .rte.nm-footer-contact a,footer .nm-footer-contact a{color:#0050a8!important;text-decoration:underline!important;text-underline-offset:2px!important;font-weight:600!important}.site-footer .nm-footer-contact a:hover,footer .nm-footer-contact a:hover{color:#0078cc!important}.nm-footer-contact strong{color:#001f50!important;font-weight:700!important}html[data-nm-theme=dark] .nm-footer-contact,html[data-theme=dark] .nm-footer-contact{color:#c0d8f0!important}html[data-nm-theme=dark] .site-footer .nm-footer-contact a,html[data-theme=dark] .site-footer .nm-footer-contact a{color:#7ec8f8!important}.site-header__logo a img,.site-header__logo>a>img,h1.site-header__logo img,div.site-header__logo img{max-height:56px!important;max-width:min(220px,60vw)!important;width:auto!important;height:auto!important;object-fit:contain!important;aspect-ratio:auto!important}@media screen and (max-width:749px){.site-header__logo a img{max-height:44px!important;max-width:min(160px,55vw)!important}}html[data-nm-theme=light] .site-footer .nm-footer-contact,html[data-theme=light] .site-footer .nm-footer-contact{color:#c8e4ff!important;opacity:1!important}html[data-nm-theme=light] .site-footer .nm-footer-contact p,html[data-nm-theme=light] .site-footer .nm-footer-contact span,html[data-nm-theme=light] .site-footer .nm-footer-contact br,html[data-theme=light] .site-footer .nm-footer-contact p,html[data-theme=light] .site-footer .nm-footer-contact span{color:#c8e4ff!important}html[data-nm-theme=light] .site-footer .nm-footer-contact a,html[data-nm-theme=light] .rte.nm-footer-contact a,html[data-theme=light] .site-footer .nm-footer-contact a,html[data-theme=light] .rte.nm-footer-contact a{color:#7ec8f8!important;text-decoration:underline!important;font-weight:600!important}html[data-nm-theme=light] .site-footer .nm-footer-contact strong,html[data-theme=light] .site-footer .nm-footer-contact strong{color:#e8f4ff!important}html[data-nm-theme=dark] .site-footer .nm-footer-contact,html[data-theme=dark] .site-footer .nm-footer-contact{color:#b0d0f0!important;opacity:1!important}html[data-nm-theme=dark] .site-footer .nm-footer-contact a,html[data-theme=dark] .site-footer .nm-footer-contact a{color:#7ec8f8!important;text-decoration:underline!important;font-weight:600!important}.site-footer .grid__item,footer .grid__item{opacity:1!important;transform:none!important}html[data-nm-theme=light] .nm-hero__cta--primary,html[data-theme=light] .nm-hero__cta--primary,html:not([data-theme]):not([data-nm-theme]) .nm-hero__cta--primary{background:linear-gradient(135deg,#003d82 0,#0062c3 60%,#007ee8)!important;color:#fff!important;box-shadow:0 6px 28px #0050b46b,0 2px 8px #0000002e!important}html[data-nm-theme=light] .nm-hero__cta--primary:hover,html[data-theme=light] .nm-hero__cta--primary:hover,html:not([data-theme]):not([data-nm-theme]) .nm-hero__cta--primary:hover{background:linear-gradient(135deg,#003070 0,#05a 60%,#006fd2)!important;transform:translateY(-2px)!important;box-shadow:0 12px 40px #0050b485!important}html[data-nm-theme=light] .nm-hero__cta--ghost,html[data-theme=light] .nm-hero__cta--ghost,html:not([data-theme]):not([data-nm-theme]) .nm-hero__cta--ghost{background:#121e36e0!important;border:1px solid rgba(80,140,220,.22)!important;color:#e8f4ff!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important}html[data-nm-theme=light] .nm-hero__cta--ghost:hover,html[data-theme=light] .nm-hero__cta--ghost:hover,html:not([data-theme]):not([data-nm-theme]) .nm-hero__cta--ghost:hover{background:#121e36f5!important;border-color:#64b4ff59!important;color:#fff!important;transform:translateY(-2px)!important}.nm-footer-contact p{margin:0 0 6px}.nm-footer-contact a{font-weight:600!important;text-decoration:underline!important;text-underline-offset:2px!important}html[data-nm-theme=light] .site-footer .nm-footer-contact p,html[data-theme=light] .site-footer .nm-footer-contact p,html[data-nm-theme=dark] .site-footer .nm-footer-contact p,html[data-theme=dark] .site-footer .nm-footer-contact p{color:#b8d8f8!important}html[data-nm-theme=light] .site-footer .nm-footer-contact a,html[data-theme=light] .site-footer .nm-footer-contact a,html[data-nm-theme=dark] .site-footer .nm-footer-contact a,html[data-theme=dark] .site-footer .nm-footer-contact a{color:#7cc8f8!important}html[data-nm-theme=light] .site-footer .nm-footer-contact a:hover,html[data-theme=light] .site-footer .nm-footer-contact a:hover,html[data-nm-theme=dark] .site-footer .nm-footer-contact a:hover,html[data-theme=dark] .site-footer .nm-footer-contact a:hover{color:#a8dcff!important}html:not([data-theme]):not([data-nm-theme]) .site-footer .nm-footer-contact p{color:#1a3560!important}html:not([data-theme]):not([data-nm-theme]) .site-footer .nm-footer-contact a{color:#004ea0!important}html:not([data-theme]):not([data-nm-theme]) .site-footer .nm-footer-contact a:hover{color:#0070cc!important}html[data-nm-theme=light] .site-footer h4,html[data-theme=light] .site-footer h4{color:#a0ccf0!important}html .nm-hero__actions .nm-hero__cta,html .nm-hero__actions .nm-hero__cta:link,html .nm-hero__actions .nm-hero__cta:visited{opacity:1!important;visibility:visible!important;text-decoration:none!important;-webkit-text-fill-color:currentColor!important;text-fill-color:currentColor!important;background-clip:border-box!important;-webkit-background-clip:border-box!important}html .nm-hero__actions .nm-hero__cta--primary,html .nm-hero__actions .nm-hero__cta--primary:link,html .nm-hero__actions .nm-hero__cta--primary:visited,html[data-nm-theme=light] .nm-hero__actions .nm-hero__cta--primary,html[data-theme=light] .nm-hero__actions .nm-hero__cta--primary,html:not([data-theme]):not([data-nm-theme]) .nm-hero__actions .nm-hero__cta--primary{color:#fff!important;-webkit-text-fill-color:#fff!important;text-shadow:0 1px 1px rgba(0,0,0,.12)!important;opacity:1!important}html .nm-hero__actions .nm-hero__cta--primary svg,html .nm-hero__actions .nm-hero__cta--primary span,html .nm-hero__actions .nm-hero__cta--primary *{color:inherit!important;fill:none!important;stroke:currentColor!important;-webkit-text-fill-color:currentColor!important;opacity:1!important}html .nm-hero__actions .nm-hero__cta--primary:hover,html .nm-hero__actions .nm-hero__cta--primary:focus{color:#fff!important;-webkit-text-fill-color:#fff!important}@media(max-width:767px){html .nm-hero__actions .nm-hero__cta--primary{min-height:48px}}html a.btn,html .btn,html .button,html button,html input[type=submit],html input[type=button],html .btn-primary,html .nm-landing-ia__btn--primary,html .nm-final-cta__btn,html .nm-home-endcta__btn--primary,html .nm-assistant-cta__btn,html .nm-collection-ia-strip__btn,html .nm-upsell-card__btn,html .nm-info-card__btn--primary,html .nm-qr-btn,html .nm-sticky-atc__btn,html #AddToCart,html .product-form__cart-submit,html .shopify-payment-button__button{-webkit-text-fill-color:currentColor!important;text-fill-color:currentColor!important;background-clip:border-box!important;-webkit-background-clip:border-box!important;opacity:1!important;text-decoration:none!important}html .btn-primary,html a.btn-primary,html .nm-landing-ia__btn--primary,html .nm-final-cta__btn,html .nm-home-endcta__btn--primary,html .nm-assistant-cta__btn,html .nm-collection-ia-strip__btn,html .nm-upsell-card__btn,html .nm-info-card__btn--primary,html .nm-qr-btn,html .nm-sticky-atc__btn,html #AddToCart,html .product-form__cart-submit,html .shopify-payment-button__button,html[data-nm-theme=light] .btn-primary,html[data-theme=light] .btn-primary,html:not([data-theme]):not([data-nm-theme]) .btn-primary,html[data-nm-theme=light] #AddToCart,html[data-theme=light] #AddToCart,html:not([data-theme]):not([data-nm-theme]) #AddToCart{color:#fff!important;-webkit-text-fill-color:#fff!important;text-shadow:0 1px 1px rgba(0,0,0,.12)!important}html .btn-primary *,html .nm-landing-ia__btn--primary *,html .nm-final-cta__btn *,html .nm-home-endcta__btn--primary *,html .nm-assistant-cta__btn *,html .nm-collection-ia-strip__btn *,html .nm-upsell-card__btn *,html .nm-info-card__btn--primary *,html .nm-qr-btn *,html .nm-sticky-atc__btn *,html #AddToCart *,html .product-form__cart-submit *,html .shopify-payment-button__button *{color:inherit!important;-webkit-text-fill-color:currentColor!important;opacity:1!important}html .btn-primary svg,html .nm-landing-ia__btn--primary svg,html .nm-final-cta__btn svg,html .nm-home-endcta__btn--primary svg,html .nm-assistant-cta__btn svg,html .nm-collection-ia-strip__btn svg,html .nm-upsell-card__btn svg,html .nm-info-card__btn--primary svg,html .nm-qr-btn svg,html .nm-sticky-atc__btn svg,html #AddToCart svg,html .product-form__cart-submit svg,html .shopify-payment-button__button svg{stroke:currentColor!important}html .btn--secondary,html .button--secondary,html .nm-landing-ia__btn--ghost,html .nm-home-endcta__btn--ghost,html .nm-info-card__btn--secondary,html .nm-quiz-cro__btn--stacks,html .nm-final-cta__btn--ghost{opacity:1!important;visibility:visible!important}html[data-nm-theme=light] .btn--secondary,html[data-theme=light] .btn--secondary,html:not([data-theme]):not([data-nm-theme]) .btn--secondary,html[data-nm-theme=light] .button--secondary,html[data-theme=light] .button--secondary,html:not([data-theme]):not([data-nm-theme]) .button--secondary,html[data-nm-theme=light] .nm-landing-ia__btn--ghost,html[data-theme=light] .nm-landing-ia__btn--ghost,html:not([data-theme]):not([data-nm-theme]) .nm-landing-ia__btn--ghost,html[data-nm-theme=light] .nm-home-endcta__btn--ghost,html[data-theme=light] .nm-home-endcta__btn--ghost,html:not([data-theme]):not([data-nm-theme]) .nm-home-endcta__btn--ghost,html[data-nm-theme=light] .nm-info-card__btn--secondary,html[data-theme=light] .nm-info-card__btn--secondary,html:not([data-theme]):not([data-nm-theme]) .nm-info-card__btn--secondary,html[data-nm-theme=light] .nm-quiz-cro__btn--stacks,html[data-theme=light] .nm-quiz-cro__btn--stacks,html:not([data-theme]):not([data-nm-theme]) .nm-quiz-cro__btn--stacks,html[data-nm-theme=light] .nm-final-cta__btn--ghost,html[data-theme=light] .nm-final-cta__btn--ghost,html:not([data-theme]):not([data-nm-theme]) .nm-final-cta__btn--ghost{color:#17345a!important;-webkit-text-fill-color:#17345a!important}.site-header,.site-header .wrapper,.site-header .grid--full,.site-header__logo,.site-header__logo a{background:transparent!important;box-shadow:none!important;border:0!important}.site-header__logo:before,.site-header__logo a:before,.site-header__logo a:after{display:none!important;content:none!important}.site-header__logo{width:260px!important;max-width:260px!important}.site-header__logo a{width:100%!important;max-width:260px!important;padding:0!important;margin:0!important;border-radius:0!important;display:block!important}.site-header__logo img,.site-header__logo a img,h1.site-header__logo img,div.site-header__logo img{width:100%!important;max-width:260px!important;max-height:none!important;height:auto!important;display:block!important;object-fit:contain!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;filter:none!important}.site-header__logo img:hover,.site-header__logo a:hover img{transform:scale(1.01)!important}@media screen and (min-width:990px){.site-header .wrapper,.main-content .wrapper,.template-collection .main-content .wrapper,.template-index .main-content .wrapper,.template-product .main-content .wrapper,.collection-template .wrapper,.template-collection .wrapper{max-width:1400px!important;margin-left:auto!important;margin-right:auto!important;padding-left:24px!important;padding-right:24px!important}.site-header .grid--full,.site-header .grid--table{display:flex!important;align-items:center!important;column-gap:32px!important}.site-header__logo,.site-header__logo a,.sidebar,.collection-sidebar{width:260px!important;max-width:260px!important;min-width:260px!important}.sidebar,.collection-sidebar,.sidebar-module{border-radius:18px!important}.main-content .grid,.template-collection .grid,.collection-template .grid,.product-single,.collection-listing,.collection-grid{column-gap:32px!important}}@media screen and (max-width:989px){.site-header__logo,.site-header__logo a,.site-header__logo img,.site-header__logo a img{max-width:min(240px,72vw)!important}.site-header__logo a{padding:0!important}}.site-header__logo,.site-header__logo a{background:transparent!important;box-shadow:none!important;border:0!important}.site-header__logo:before,.site-header__logo:after,.site-header__logo a:before,.site-header__logo a:after{display:none!important;content:none!important}.site-header__logo a{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:260px!important;max-width:260px!important;padding:10px 14px!important;border-radius:22px!important;background:#ffffff47!important;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);box-shadow:none!important;outline:none!important}.site-header__logo img,.site-header__logo a img,h1.site-header__logo img,div.site-header__logo img{width:100%!important;max-width:100%!important;height:auto!important;border-radius:16px!important;box-shadow:none!important;border:0!important;background:transparent!important}.site-header__logo a:hover,.site-header__logo a:focus{transform:translateY(-1px);box-shadow:none!important}.nm-hero__inner--split{align-items:center}.nm-hero__title{max-width:11ch;letter-spacing:-.04em}.nm-hero__sub{max-width:700px;font-size:21px;line-height:1.65}.nm-hero__microproof{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 8px}.nm-hero__microproof span{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;font-size:13px;font-weight:700;letter-spacing:.02em;background:#ffffff8c;border:1px solid rgba(7,77,168,.1);color:#16365f}.nm-hero__helper{margin-top:12px;color:#59708b;font-size:14px;font-weight:600}.nm-hero__actions{gap:14px;margin-top:24px}html .nm-hero__actions .nm-hero__cta,html .nm-hero__actions .nm-hero__cta:link,html .nm-hero__actions .nm-hero__cta:visited{min-height:58px;padding:16px 22px;border-radius:18px;font-size:18px;font-weight:800;letter-spacing:-.01em}html .nm-hero__actions .nm-hero__cta--primary,html .nm-hero__actions .nm-hero__cta--primary:link,html .nm-hero__actions .nm-hero__cta--primary:visited{position:relative;background:linear-gradient(90deg,#0d63cb 0,#1182ef)!important;color:#fff!important}html .nm-hero__actions .nm-hero__cta--primary:hover,html .nm-hero__actions .nm-hero__cta--primary:focus{transform:translateY(-2px)}html .nm-hero__actions .nm-hero__cta--ghost{background:#2e4164!important;color:#fff!important;border-color:transparent!important}.nm-hero-panel{border-radius:28px}.nm-hero-pick{min-height:82px;border-radius:18px}.nm-hero-pick strong{font-size:22px}.nm-hero-pick span{font-size:13px;line-height:1.45}@media screen and (max-width:989px){.site-header__logo a{width:220px!important;max-width:220px!important;padding:8px 12px!important;border-radius:20px!important}.nm-hero__sub{font-size:18px}html .nm-hero__actions .nm-hero__cta--primary:after{position:static;display:block;margin-top:6px;font-size:10px}.nm-hero__helper{text-align:center}}@media screen and (min-width:990px){.nm-hero--v2 .nm-hero__inner--split{grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr)!important;align-items:start!important;gap:42px!important}.nm-hero-panel{margin-top:34px!important;max-width:100%!important}.nm-hero__title{max-width:10.8ch!important}}@media screen and (min-width:768px)and (max-width:989px){.nm-hero-panel{margin-top:16px!important}}.site-header__logo,.site-header__logo.large--left{text-align:left!important}.site-header__logo a{justify-content:flex-start!important;padding:8px 10px!important;border-radius:22px!important;background:#ffffff3d!important}.site-header__logo img,.site-header__logo a img,h1.site-header__logo img,div.site-header__logo img{border-radius:14px!important}@media screen and (min-width:990px){.site-header .grid--full,.site-header .grid--table{column-gap:24px!important}.site-header__logo,.site-header__logo a,.sidebar,.collection-sidebar{width:260px!important;max-width:260px!important;min-width:260px!important}}.nm-hero-panel{opacity:1;transform:translateY(0);transition:transform .75s cubic-bezier(.22,1,.36,1),opacity .55s ease;will-change:transform,opacity}.js .nm-hero-panel.nm-reveal-on-scroll{opacity:0;transform:translateY(26px)}.js .nm-hero-panel.nm-reveal-on-scroll.is-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.nm-hero-panel,.js .nm-hero-panel.nm-reveal-on-scroll,.js .nm-hero-panel.nm-reveal-on-scroll.is-visible{opacity:1!important;transform:none!important;transition:none!important}}.nm-quiz-lead{padding:14px 16px 10px;margin-bottom:10px}.nm-quiz-lead__title{font-size:13px;font-weight:800;color:var(--nm-accent,#00bfff);text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px}.nm-quiz-lead__step{font-size:12px;color:var(--nm-text-muted,rgba(200,220,255,.55));margin-bottom:8px}.nm-quiz-lead__q{font-size:16px;font-weight:700;color:var(--nm-text,#e8f4ff);line-height:1.35}.nm-adv-grid{display:flex;flex-wrap:wrap;gap:8px;padding:4px 12px 14px}.nm-adv-option{padding:9px 15px;border-radius:20px;border:1px solid rgba(0,191,255,.22);background:#ffffff0d;color:var(--nm-text,#e8f4ff);font-size:13px;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s,transform .1s;text-transform:capitalize}.nm-adv-option:hover{background:#00bfff1f;border-color:#00bfff73}.nm-adv-option.selected{background:#00bfff38;border-color:#00bfff;color:#fff;transform:scale(.97)}html[data-nm-theme=light] .nm-quiz-lead__q,html[data-theme=light] .nm-quiz-lead__q{color:#08111e}html[data-nm-theme=light] .nm-adv-option,html[data-theme=light] .nm-adv-option{color:#16365f;border-color:#0058a333;background:#0058a30d}html[data-nm-theme=light] .nm-adv-option:hover,html[data-theme=light] .nm-adv-option:hover{background:#0058a31a}#MobileNav{display:none;position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;z-index:9999!important;background:#07122490!important;background:#071224f7!important;backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important;overflow-y:auto!important;padding:80px 24px 40px!important;flex-direction:column!important;margin:0!important;width:100%!important;max-width:100%!important}#MobileNav.is-visible{display:flex!important}.nm-mobile-nav-close{position:fixed;top:18px;right:18px;background:#ffffff1f;border:1px solid rgba(255,255,255,.2);border-radius:50%;width:44px;height:44px;font-size:20px;color:#fff!important;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10001;transition:background .15s}.nm-mobile-nav-close:hover{background:#00bfff40}#MobileNav .mobile-nav__link,#MobileNav li{border-bottom:1px solid rgba(255,255,255,.08)!important;list-style:none!important;background:none!important}#MobileNav .mobile-nav__link a,#MobileNav li a,#MobileNav a,#MobileNav .mobile-nav__sublist-trigger{display:block!important;padding:16px 8px!important;font-size:18px!important;font-weight:700!important;color:#e8f4ff!important;text-decoration:none!important;letter-spacing:-.01em!important;background:none!important}#MobileNav .mobile-nav__sublist-trigger{background:none!important;border:none!important;width:100%!important;text-align:left!important;cursor:pointer!important}#MobileNav .mobile-nav__sublist{padding-left:16px!important}#MobileNav .mobile-nav__sublist-link a{font-size:15px!important;font-weight:600!important;padding:11px 8px!important;color:#b4d2ffd9!important}html[data-nm-theme=light] #MobileNav,html[data-theme=light] #MobileNav,html.nm-theme-light #MobileNav,html:not([data-theme]):not([data-nm-theme]) #MobileNav{background:#071224f7!important}#MobileNav,#MobileNav>li,#MobileNav .mobile-nav__link,#MobileNav .mobile-nav__sublist,#MobileNav .mobile-nav__sublist-link{width:100%!important;max-width:100%!important;box-sizing:border-box!important}#MobileNav .mobile-nav__link{display:block!important;padding:0!important;margin:0!important;border:0!important;background:transparent!important}#MobileNav>li.mobile-nav__link{border-bottom:1px solid rgba(255,255,255,.08)!important}#MobileNav .mobile-nav__link>a,#MobileNav .mobile-nav__sublist-link>a,#MobileNav .mobile-nav__sublist-trigger{width:100%!important;box-sizing:border-box!important}#MobileNav .mobile-nav__sublist-trigger{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important}#MobileNav .mobile-nav__sublist-expand,#MobileNav .mobile-nav__sublist-contract{flex:0 0 auto!important;margin-left:auto!important}#MobileNav .mobile-nav__sublist{margin:0!important;padding:0 0 0 14px!important;background:transparent!important}#MobileNav .mobile-nav__sublist-link{display:block!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important}#MobileNav .mobile-nav__sublist-link>a{border-radius:14px!important}body.nm-nav-open{overflow:hidden}#nmScrollProgress{position:fixed;top:0;left:0;height:3px;width:0;background:linear-gradient(90deg,#0058a3,#00bfff,#7dd3fc);z-index:99999;transition:width .1s linear;pointer-events:none}.nm-sticky-atc{display:none;position:fixed;bottom:0;left:0;right:0;z-index:9000;background:#071224f5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(0,191,255,.18);padding:12px 16px;gap:12px;align-items:center}.nm-sticky-atc.is-visible{display:flex}.nm-sticky-atc__title{flex:1;font-size:14px;font-weight:700;color:#e8f4ff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nm-sticky-atc__btn{flex-shrink:0;padding:12px 22px;border-radius:14px;background:linear-gradient(90deg,#0d63cb,#1182ef);color:#fff;font-size:15px;font-weight:800;border:0;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:6px}html[data-nm-theme=light] .nm-sticky-atc,html[data-theme=light] .nm-sticky-atc{background:#f0f7fff7;border-top-color:#0058a326}html[data-nm-theme=light] .nm-sticky-atc__title,html[data-theme=light] .nm-sticky-atc__title{color:#08111e}.nm-trust-badges{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;padding:28px 20px;margin:0 auto;max-width:800px}.nm-trust-badge{display:inline-flex;align-items:center;gap:9px;padding:11px 18px;border-radius:50px;border:1px solid rgba(0,191,255,.18);background:#ffffff0a;font-size:13px;font-weight:700;color:var(--nm-text-muted,rgba(200,220,255,.7));position:relative;overflow:hidden}.nm-trust-badge:after{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent);animation:nmBadgeShimmer 3s ease-in-out infinite}.nm-trust-badge:nth-child(2):after{animation-delay:.6s}.nm-trust-badge:nth-child(3):after{animation-delay:1.2s}@keyframes nmBadgeShimmer{0%{left:-100%}40%{left:120%}to{left:120%}}.nm-trust-badge__icon{font-size:18px}html[data-nm-theme=light] .nm-trust-badge,html[data-theme=light] .nm-trust-badge{background:#0058a30a;border-color:#0058a324;color:#4e6070}.nm-hero__microproof span,.nm-trustpill2,.nm-pdp-goals span,.nm-hero-pick,.nm-proof-item,.nm-hero__badge,.nm-stack-tag,.nm-chip,.nm-adv-option,.nm-quiz-hub__option{position:relative;overflow:hidden}.nm-hero__microproof span:after,.nm-trustpill2:after,.nm-pdp-goals span:after,.nm-hero-pick:after,.nm-proof-item:after,.nm-hero__badge:after,.nm-stack-tag:after,.nm-chip:after{content:"";position:absolute;top:0;left:-100%;width:55%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.13),transparent);animation:nmPillShimmer 4s ease-in-out infinite;pointer-events:none}.nm-hero__microproof span:nth-child(1):after{animation-delay:0s}.nm-hero__microproof span:nth-child(2):after{animation-delay:.5s}.nm-hero__microproof span:nth-child(3):after{animation-delay:1s}.nm-hero__microproof span:nth-child(4):after{animation-delay:1.5s}.nm-hero__microproof span:nth-child(5):after{animation-delay:2s}.nm-hero__microproof span:nth-child(6):after{animation-delay:2.5s}.nm-pdp-goals span:nth-child(1):after{animation-delay:.3s}.nm-pdp-goals span:nth-child(2):after{animation-delay:.9s}.nm-pdp-goals span:nth-child(3):after{animation-delay:1.5s}.nm-hero-pick:nth-child(1):after{animation-delay:0s}.nm-hero-pick:nth-child(2):after{animation-delay:.7s}.nm-hero-pick:nth-child(3):after{animation-delay:1.4s}.nm-hero-pick:nth-child(4):after{animation-delay:2.1s}@keyframes nmPillShimmer{0%{left:-100%}35%{left:120%}to{left:120%}}html[data-nm-theme=light] .nm-hero__microproof span:after,html[data-theme=light] .nm-hero__microproof span:after,html[data-nm-theme=light] .nm-pdp-goals span:after,html[data-theme=light] .nm-pdp-goals span:after,html[data-nm-theme=light] .nm-hero-pick:after,html[data-theme=light] .nm-hero-pick:after{background:linear-gradient(90deg,transparent,rgba(0,88,163,.08),transparent)}.nm-quiz-result{display:block;max-width:100%;overflow:hidden}.nm-quiz-result-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:12px 0 14px}.nm-quiz-stat{min-width:0;padding:10px 8px;border-radius:12px;background:#ffffff0a;border:1px solid rgba(110,205,255,.14);text-align:center}.nm-quiz-stat-value{display:block;font-size:15px;font-weight:800;color:#fff;line-height:1.2;word-break:break-word}.nm-quiz-stat-label{display:block;margin-top:4px;font-size:11px;color:#e1ecffb8;line-height:1.2}.nm-card-actions,.nm-info-card__actions,.nm-rich-actions{flex-wrap:wrap}@media(max-width:480px){.nm-quiz-result-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.nm-quiz-result-stats .nm-quiz-stat:last-child{grid-column:1 / -1}.nm-card-actions>*,.nm-info-card__actions>*,.nm-rich-actions>*{flex:1 1 100%}}html[data-nm-theme=light] .nm-quiz-stat,html[data-theme=light] .nm-quiz-stat{background:#eef5ff;border-color:#0058a31f}html[data-nm-theme=light] .nm-quiz-stat-value,html[data-theme=light] .nm-quiz-stat-value{color:#0b2040}html[data-nm-theme=light] .nm-quiz-stat-label,html[data-theme=light] .nm-quiz-stat-label{color:#4a6285}@media(max-width:900px){.nm-rank-grid,.nm-chat-widget .nm-rank-grid,#nmChatWidget .nm-rank-grid{grid-template-columns:1fr!important}.nm-message,.nm-chat-widget .nm-message,#nmChatWidget .nm-message{max-width:100%;width:100%;box-sizing:border-box}.nm-msg-bot,.nm-chat-widget .nm-msg-bot,#nmChatWidget .nm-msg-bot{max-width:100%}.nm-chat-messages>.nm-message>div,.nm-msg-bot>div{min-width:0;max-width:100%}.nm-rich-actions,.nm-info-card__actions,.nm-card-actions{flex-direction:column}.nm-rich-actions>*,.nm-info-card__actions>*,.nm-card-actions>*{width:100%;min-width:0}}@media(max-width:768px){.nm-search-panel{top:72px!important;z-index:100001!important}#nmSearchPanel .wrapper{padding-left:0!important;padding-right:0!important}#nmSearchInput{pointer-events:auto;position:relative;z-index:2}}#nmChatWidget .nm-rank-grid,.nm-chat-widget .nm-rank-grid{grid-template-columns:1fr!important}#nmChatWidget .nm-rank,.nm-chat-widget .nm-rank{min-width:0;width:100%;box-sizing:border-box}#nmChatWidget .nm-rich-actions,#nmChatWidget .nm-card-actions,.nm-chat-widget .nm-rich-actions,.nm-chat-widget .nm-card-actions{flex-direction:column}#nmChatWidget .nm-rich-actions>*,#nmChatWidget .nm-card-actions>*,.nm-chat-widget .nm-rich-actions>*,.nm-chat-widget .nm-card-actions>*{width:100%;min-width:0;flex:1 1 100%;box-sizing:border-box}@media(max-width:768px){.nm-search-panel{display:block!important;top:72px!important;z-index:100001!important}.nm-search-panel[hidden]{display:none!important}}#nmChatWidget .nm-rank-grid,.nm-chat-widget .nm-rank-grid,.nm-chat-body .nm-rank-grid,.nm-chat-messages .nm-rank-grid{display:grid!important;grid-template-columns:minmax(0,1fr)!important}#nmChatWidget .nm-rank-grid>.nm-rank,.nm-chat-widget .nm-rank-grid>.nm-rank,.nm-chat-body .nm-rank-grid>.nm-rank,.nm-chat-messages .nm-rank-grid>.nm-rank{min-width:0!important;width:100%!important;max-width:100%!important}@media(max-width:768px){#MobileNav .mobile-nav__sublist-trigger[aria-expanded=true]+.mobile-nav__sublist{display:block}.nm-search-panel{width:min(360px,calc(100vw - 16px))!important;max-width:calc(100vw - 16px)!important;transform:none!important}.nm-search-panel .wrapper{padding-top:0!important;padding-bottom:0!important}}#MobileNav{padding:calc(env(safe-area-inset-top,0px) + 72px) 16px calc(env(safe-area-inset-bottom,0px) + 24px)!important}#MobileNav>li.mobile-nav__link{margin:0 0 8px!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:18px!important;background:linear-gradient(180deg,#ffffff08,#ffffff04)!important;overflow:hidden!important}#MobileNav .mobile-nav__link>a,#MobileNav .mobile-nav__sublist-trigger{padding:14px!important;font-size:16px!important;line-height:1.2!important}#MobileNav .mobile-nav__sublist-trigger{position:relative!important;align-items:center!important}#MobileNav .mobile-nav__sublist-trigger .mobile-nav__sublist-expand,#MobileNav .mobile-nav__sublist-trigger .mobile-nav__sublist-contract{width:28px!important;height:28px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.12)!important;background:#ffffff0a!important;color:#bfe2ff!important;transition:transform .18s ease,background .18s ease,border-color .18s ease,color .18s ease!important}#MobileNav .mobile-nav__sublist-trigger .icon-plus,#MobileNav .mobile-nav__sublist-trigger .icon-minus{font-size:12px!important}#MobileNav .mobile-nav__sublist-trigger.is-active .mobile-nav__sublist-contract,#MobileNav .mobile-nav__sublist-trigger:hover .mobile-nav__sublist-expand,#MobileNav .mobile-nav__sublist-trigger:hover .mobile-nav__sublist-contract{background:#00bfff1f!important;border-color:#00bfff4d!important;color:#fff!important}#MobileNav .mobile-nav__sublist{padding:0 10px 10px!important}#MobileNav .mobile-nav__sublist-link{margin-top:6px!important}#MobileNav .mobile-nav__sublist-link>a{padding:11px 12px!important;font-size:14px!important;font-weight:600!important;color:#d6eaffeb!important;border:1px solid rgba(255,255,255,.06)!important;background:#ffffff06!important}#MobileNav .mobile-nav__sublist-link>a:hover{background:#00bfff14!important;border-color:#00bfff2e!important}#MobileNav .mobile-nav__sublist-trigger[aria-expanded=true]+.mobile-nav__sublist{display:block!important}@media(max-width:768px){.nm-search-panel{margin-top:2px!important;border-radius:18px!important;padding:10px!important;width:min(340px,calc(100vw - 16px))!important;max-width:min(340px,calc(100vw - 16px))!important}.nm-search-form .nm-chat-input{min-height:46px!important;border-radius:14px!important;padding:13px 15px!important}#MobileNav{padding-left:14px!important;padding-right:14px!important}#MobileNav>li.mobile-nav__link{margin-bottom:7px!important;border-radius:16px!important}#MobileNav .mobile-nav__link>a,#MobileNav .mobile-nav__sublist-trigger{padding:13px!important;font-size:15px!important}.nm-mobile-nav-close{top:calc(env(safe-area-inset-top,0px) + 14px)!important;right:14px!important}}body.nm-nav-open .nm-chat-fab,body.nm-nav-open #nmChatFab{opacity:0!important;pointer-events:none!important;transform:translateY(-50%) scale(.9)!important}@media(max-width:430px){#MobileNav .mobile-nav__sublist{padding-left:8px!important;padding-right:8px!important}#MobileNav .mobile-nav__sublist-link>a{padding:10px 11px!important;font-size:13.5px!important}}#MobileNav{height:100dvh!important;max-height:100dvh!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior:contain!important;touch-action:pan-y!important}#MobileNav.is-visible{display:block!important}#MobileNav>li.mobile-nav__link,#MobileNav .mobile-nav__sublist,#MobileNav .mobile-nav__sublist-link{touch-action:pan-y!important}body.nm-nav-open{overflow:hidden!important;overscroll-behavior:none!important}@supports not(height:100dvh){#MobileNav{height:100vh!important;max-height:100vh!important}}@keyframes nm-atc-bg{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes nm-atc-glow{0%,to{box-shadow:0 4px 22px #008ce673,0 2px 8px #0050b433}50%{box-shadow:0 6px 32px #00b4ffa6,0 0 0 8px #00bfff00}}@keyframes nm-shimmer-sweep{0%{transform:translate(-150%) skew(-20deg)}to{transform:translate(250%) skew(-20deg)}}html[data-nm-theme=light] body,html[data-theme=light] body,html.nm-theme-light body,html:not([data-nm-theme]):not([data-theme]) body{background:radial-gradient(ellipse 80% 50% at 10% 0,rgba(0,160,255,.06),transparent 55%),radial-gradient(ellipse 60% 40% at 90% 100%,rgba(0,100,200,.05),transparent 55%),linear-gradient(160deg,#eaf5fd 0,#dff0fb 48%,#d4eaf7)!important}html body #AddToCart,html body button[name=add],html body .product-form__cart-submit,html body .product-form__submit,html body input[type=submit][name=add]{position:relative!important;overflow:hidden!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:54px!important;padding:14px 24px!important;font-size:15px!important;font-weight:800!important;letter-spacing:.04em!important;text-transform:uppercase!important;color:#fff!important;-webkit-text-fill-color:#fff!important;border:none!important;border-radius:16px!important;cursor:pointer!important;background:linear-gradient(270deg,#004ea0,#0080d8,#00b8f8,#0094e0,#004ea0)!important;background-size:300% 300%!important;animation:nm-atc-bg 4s ease infinite,nm-atc-glow 2.4s ease-in-out infinite!important;transition:transform .18s ease!important;text-shadow:0 1px 2px rgba(0,0,0,.18)!important}html body #AddToCart:after,html body button[name=add]:after,html body .product-form__cart-submit:after{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:linear-gradient(105deg,#fff0 20%,#ffffff47,#fff0 80%)!important;transform:translate(-150%) skew(-20deg)!important;transition:transform .65s ease!important;pointer-events:none!important}html body #AddToCart:hover:after,html body button[name=add]:hover:after,html body .product-form__cart-submit:hover:after{transform:translate(250%) skew(-20deg)!important}html body #AddToCart:hover,html body button[name=add]:hover,html body .product-form__cart-submit:hover{transform:translateY(-2px) scale(1.01)!important;animation-play-state:paused!important;box-shadow:0 8px 32px #0098e6a6,0 4px 14px #0050b44d!important}html body #AddToCart:active,html body button[name=add]:active{transform:translateY(0) scale(.99)!important}html body #AddToCart[disabled],html body button[name=add][disabled]{animation:none!important;background:linear-gradient(135deg,#4a6080,#6a8098)!important;box-shadow:none!important;opacity:.65!important;cursor:not-allowed!important}html body .nm-sticky-atc__btn{background:linear-gradient(270deg,#004ea0,#0080d8,#00b8f8,#0094e0,#004ea0)!important;background-size:300% 300%!important;animation:nm-atc-bg 4s ease infinite!important;color:#fff!important;-webkit-text-fill-color:#fff!important;box-shadow:0 4px 18px #008ce666!important}@keyframes nm-desc-bg{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes nm-desc-glow{0%,to{box-shadow:0 4px 28px #008ce680,0 2px 10px #0050b433}50%{box-shadow:0 8px 38px #00beffb3,0 0 0 12px #00bfff00}}html body .nm-product-description a,html body .nm-product-description button,html body .nm-product-description .btn,html body .nm-product-description input[type=submit],html body .nm-product-description [class*=cta],html body .nm-product-description [class*=button]{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:220px!important;padding:16px 36px!important;font-size:15px!important;font-weight:800!important;letter-spacing:.06em!important;text-transform:uppercase!important;line-height:1.2!important;color:#fff!important;-webkit-text-fill-color:#fff!important;text-shadow:0 1px 3px rgba(0,0,0,.18)!important;text-decoration:none!important;border:none!important;outline:none!important;border-radius:50px!important;cursor:pointer!important;background:linear-gradient(270deg,#002e7a,#0058c4,#0094e8,#00c0f8,#006ad4,#002e7a)!important;background-size:300% 300%!important;animation:nm-desc-bg 5s ease infinite,nm-desc-glow 2.6s ease-in-out infinite!important;transition:transform .2s ease!important;position:relative!important;overflow:hidden!important;margin:20px auto 8px!important}html body .nm-product-description a:before,html body .nm-product-description button:before,html body .nm-product-description .btn:before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:linear-gradient(110deg,#fff0 20%,#ffffff4d,#fff0 80%)!important;transform:translate(-160%) skew(-18deg)!important;transition:transform .6s ease!important;pointer-events:none!important}html body .nm-product-description a:hover:before,html body .nm-product-description button:hover:before,html body .nm-product-description .btn:hover:before{transform:translate(200%) skew(-18deg)!important}html body .nm-product-description a:hover,html body .nm-product-description button:hover,html body .nm-product-description .btn:hover{transform:translateY(-3px) scale(1.02)!important;animation-play-state:paused!important;box-shadow:0 12px 40px #00a0ffa6,0 4px 16px #0050b44d!important}html body .nm-product-description a:active,html body .nm-product-description button:active,html body .nm-product-description .btn:active{transform:translateY(0) scale(.98)!important}html body .nm-product-description{text-align:center!important}html body .nm-product-description p,html body .nm-product-description li,html body .nm-product-description h1,html body .nm-product-description h2,html body .nm-product-description h3,html body .nm-product-description h4{text-align:left!important}
/*# sourceMappingURL=/cdn/shop/t/605/assets/custom.css.map */
