:root{--nexa-navy: #071b3a;--nexa-navy-2: #0b2854;--nexa-blue: #1680ff;--nexa-blue-dark: #075bd8;--nexa-cyan: #39c8ee;--nexa-gold: #ffb020;--nexa-text: #10213d;--nexa-muted: #61708a;--nexa-line: #dce7f4;--nexa-soft: #f4f9ff;--nexa-soft-blue: #eaf4ff;--nexa-white: #ffffff;--nexa-danger: #ef476f;--nexa-success: #11a36a;--nexa-radius: 22px;--nexa-shadow: 0 22px 60px rgba(26, 87, 155, .14);--nexa-shadow-soft: 0 12px 34px rgba(27, 80, 140, .09)}html{scroll-behavior:smooth}body.nexa-body{margin:0;color:var(--nexa-text);background:#fff;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:15px;line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden}body.nexa-body *,body.nexa-body *:before,body.nexa-body *:after{box-sizing:border-box}body.nexa-body img{max-width:100%;height:auto}body.nexa-body a{color:inherit;text-decoration:none}body.nexa-body a:hover,body.nexa-body a:focus{text-decoration:none}body.nexa-body button,body.nexa-body input,body.nexa-body select,body.nexa-body textarea{font:inherit}body.nexa-body button{cursor:pointer}body.nexa-body h1,body.nexa-body h2,body.nexa-body h3,body.nexa-body h4{font-family:Montserrat,sans-serif}.nexa-shell{width:min(1280px,calc(100% - 44px));margin-inline:auto}.nexa-skip-link{position:fixed;left:16px;top:-100px;z-index:9999;background:#fff;padding:12px 18px;border-radius:10px;color:#000;box-shadow:var(--nexa-shadow-soft)}.nexa-skip-link:focus{top:16px}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.nexa-announcement{background:linear-gradient(90deg,var(--nexa-blue-dark),var(--nexa-blue),#1ba8da);color:#fff;font-size:11px;font-weight:600;letter-spacing:.025em}.nexa-announcement__inner{min-height:39px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px}.nexa-announcement__inner>div:first-child{display:flex;align-items:center;gap:8px}.nexa-announcement__center{display:flex;align-items:center;justify-content:center;gap:10px;opacity:.94}.nexa-announcement__inner>a{justify-self:end;color:#fff;font-weight:800;border-bottom:1px solid rgba(255,255,255,.55)}.nexa-announcement__divider{color:#b6efff}.nexa-header{position:sticky;top:0;z-index:90;background:#fffffff2;color:var(--nexa-navy);border-bottom:1px solid rgba(7,27,58,.08);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 8px 26px #071b3a0b}.nexa-header__row{height:82px;display:grid;grid-template-columns:205px 1fr auto;gap:24px;align-items:center}.nexa-brand{display:inline-flex;align-items:center;width:188px}.nexa-brand img{width:100%;height:auto;display:block}.nexa-nav{display:flex;justify-content:center;align-items:center;gap:clamp(16px,2vw,29px)}.nexa-nav a{position:relative;color:#3f506c;font-size:13px;font-weight:700;padding:30px 0 27px;white-space:nowrap}.nexa-nav a:hover,.nexa-nav a.is-active{color:var(--nexa-blue-dark)}.nexa-nav a:after{content:"";position:absolute;left:0;right:0;bottom:20px;height:3px;border-radius:3px;background:linear-gradient(90deg,var(--nexa-blue),var(--nexa-cyan));transform:scaleX(0);transform-origin:center;transition:transform .22s ease}.nexa-nav a:hover:after,.nexa-nav a.is-active:after{transform:scaleX(1)}.nexa-header__actions{display:flex;align-items:center;gap:8px}.nexa-icon-button{width:43px;height:43px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #d7e4f3;background:#f7fbff;color:var(--nexa-navy);border-radius:50%;position:relative;transition:.2s ease}button.nexa-icon-button{padding:0}.nexa-icon-button:hover{background:var(--nexa-blue);border-color:var(--nexa-blue);color:#fff;transform:translateY(-2px)}.nexa-cart-count{position:absolute;top:-5px;right:-5px;min-width:20px;height:20px;padding:0 5px;display:grid;place-items:center;background:var(--nexa-gold);color:var(--nexa-navy);font-size:10px;font-weight:900;border-radius:99px;border:2px solid #fff}.nexa-menu-button{display:none;width:43px;height:43px;padding:10px;border:1px solid #d7e4f3;background:#f7fbff;border-radius:12px}.nexa-menu-button span:not(.sr-only){display:block;height:2px;background:var(--nexa-navy);margin:5px 0;border-radius:2px}.nexa-search-panel{background:#fff;border-top:1px solid #e8edf4;box-shadow:0 18px 38px #071b3a1f;color:var(--nexa-text)}.nexa-search-form{display:grid;grid-template-columns:1fr auto;gap:12px;padding-block:18px}.nexa-search-form input{min-height:52px;border:1px solid #cfdeef;border-radius:13px;padding:0 17px;outline:none;background:#f9fcff}.nexa-search-form input:focus{border-color:var(--nexa-blue);box-shadow:0 0 0 4px #1680ff1c}.nexa-search-form button{border:0;border-radius:13px;padding:0 27px;background:linear-gradient(135deg,var(--nexa-blue),var(--nexa-blue-dark));color:#fff;font-weight:800}.nexa-mobile-menu{background:#fff;border-top:1px solid #e8edf4;padding:10px 22px 22px;box-shadow:0 20px 35px #071b3a1f}.nexa-mobile-menu a{display:block;padding:13px 4px;color:var(--nexa-navy);border-bottom:1px solid #edf2f8;font-weight:700}.nexa-main{min-height:50vh}.nexa-inner-page{padding-top:36px;padding-bottom:80px}.nexa-inner-page>.container{width:100%!important;padding:0!important}.nexa-section{padding:82px 0}.nexa-section--soft{background:var(--nexa-soft)}.nexa-section--blue{color:#fff;background:radial-gradient(circle at 12% 10%,rgba(57,200,238,.28),transparent 32%),linear-gradient(135deg,#071b3a,#0d4380 70%,#1680ff)}.nexa-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:32px}.nexa-section-heading h2{margin:0;color:var(--nexa-navy);font-size:clamp(30px,4vw,48px);line-height:1.1;letter-spacing:-.035em}.nexa-section-heading p{margin:10px 0 0;color:var(--nexa-muted);max-width:690px}.nexa-section-heading--light h2,.nexa-section-heading--light p{color:#fff}.nexa-section-heading--light p{opacity:.78}.nexa-kicker{margin:0 0 7px;color:var(--nexa-blue);text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:900}.nexa-section--blue .nexa-kicker{color:#7ce0ff}.nexa-text-link{display:inline-flex;align-items:center;gap:8px;color:var(--nexa-blue-dark)!important;font-weight:800;white-space:nowrap}.nexa-text-link span{transition:transform .2s ease}.nexa-text-link:hover span{transform:translate(5px)}.nexa-button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 25px;border:0;border-radius:14px;background:linear-gradient(135deg,var(--nexa-blue),var(--nexa-blue-dark));color:#fff!important;font-size:13px;font-weight:900;box-shadow:0 13px 30px #1680ff3d;transition:.22s ease}.nexa-button:hover{color:#fff!important;transform:translateY(-3px);box-shadow:0 17px 35px #1680ff4d}.nexa-button--secondary{color:var(--nexa-navy)!important;background:#fff;border:1px solid #c9dcef;box-shadow:none}.nexa-button--secondary:hover{color:var(--nexa-blue-dark)!important;background:#f5faff;box-shadow:0 12px 30px #071b3a14}.nexa-home{overflow:hidden;background:#fff}.nexa-hero{position:relative;padding:72px 0 66px;background:radial-gradient(circle at 14% 25%,rgba(57,200,238,.27),transparent 33%),radial-gradient(circle at 86% 12%,rgba(255,176,32,.15),transparent 30%),linear-gradient(135deg,#f7fbff,#e8f5ff 58%,#fdfefe)}.nexa-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.28;background-image:linear-gradient(rgba(22,128,255,.13) 1px,transparent 1px),linear-gradient(90deg,rgba(22,128,255,.13) 1px,transparent 1px);background-size:42px 42px;-webkit-mask-image:linear-gradient(to bottom,black,transparent 84%);mask-image:linear-gradient(to bottom,black,transparent 84%)}.nexa-hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;gap:clamp(44px,6vw,88px)}.nexa-hero__content{max-width:585px}.nexa-eyebrow{display:inline-flex;align-items:center;gap:9px;margin:0 0 18px;padding:8px 13px;border:1px solid rgba(22,128,255,.18);border-radius:99px;color:var(--nexa-blue-dark);background:#ffffffc2;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.09em;box-shadow:0 8px 22px #1680ff12}.nexa-eyebrow span{width:9px;height:9px;border-radius:50%;background:var(--nexa-gold);box-shadow:0 0 0 5px #ffb0202b}.nexa-hero h1{margin:0;color:var(--nexa-navy);font-size:clamp(43px,5.8vw,74px);line-height:.99;letter-spacing:-.055em}.nexa-hero__lead{margin:24px 0 29px;color:#536681;font-size:17px;line-height:1.75}.nexa-hero__actions{display:flex;flex-wrap:wrap;gap:12px}.nexa-hero__proof{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:27px;color:#4b607c;font-size:11px;font-weight:800}.nexa-hero__proof span{display:inline-flex;align-items:center;gap:7px}.nexa-hero__proof i{color:var(--nexa-blue)}.nexa-hero__visual{position:relative;min-width:0}.nexa-hero__image-wrap{position:relative;overflow:hidden;aspect-ratio:1.25/1;border:10px solid rgba(255,255,255,.86);border-radius:34px;box-shadow:0 30px 75px #093d7438;background:var(--nexa-navy)}.nexa-hero__image-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,rgba(22,128,255,.08),transparent 45%,rgba(57,200,238,.12));pointer-events:none}.nexa-hero__image-wrap img{display:block;width:100%;height:100%;object-fit:cover;object-position:70% center}.nexa-float-card{position:absolute;z-index:2;min-width:190px;padding:14px 17px;border:1px solid rgba(255,255,255,.75);border-radius:16px;background:#ffffffe8;-webkit-backdrop-filter:blur(11px);backdrop-filter:blur(11px);box-shadow:0 14px 38px #071b3a2b}.nexa-float-card strong{display:block;color:var(--nexa-navy);font-size:12px}.nexa-float-card span{color:var(--nexa-muted);font-size:10px}.nexa-float-card--top{top:-25px;right:34px}.nexa-float-card--bottom{bottom:-28px;left:-28px}.nexa-trust{position:relative;z-index:3;margin-top:-22px;padding:0 0 28px}.nexa-trust__grid{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid #d8e7f7;border-radius:20px;background:#fff;box-shadow:var(--nexa-shadow-soft)}.nexa-trust__item{padding:22px 19px;display:grid;grid-template-columns:45px 1fr;gap:13px;align-items:center;border-right:1px solid #e6eef7}.nexa-trust__item:last-child{border-right:0}.nexa-trust__icon{width:45px;height:45px;border-radius:14px;background:linear-gradient(135deg,#eaf5ff,#dff8ff);color:var(--nexa-blue);display:grid;place-items:center;font-size:18px}.nexa-trust__item strong{display:block;color:var(--nexa-navy);font-size:12px}.nexa-trust__item span{display:block;margin-top:2px;color:var(--nexa-muted);font-size:10px;line-height:1.45}.nexa-category-section{padding-top:65px}.nexa-categories{display:grid;grid-template-columns:repeat(12,1fr);gap:21px}.nexa-category{position:relative;grid-column:span 4;overflow:hidden;aspect-ratio:4/3;border-radius:24px;background:var(--nexa-soft);box-shadow:var(--nexa-shadow-soft);transition:transform .25s ease,box-shadow .25s ease}.nexa-category--wide{grid-column:span 6;aspect-ratio:16/10}.nexa-category img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}.nexa-category:after{content:"";position:absolute;inset:auto 0 0;height:34%;background:linear-gradient(transparent,#071b3a2e);pointer-events:none}.nexa-category__cta{position:absolute;z-index:2;right:18px;bottom:18px;display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:99px;color:var(--nexa-navy);background:#ffffffe8;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);font-size:10px;font-weight:900;box-shadow:0 10px 25px #071b3a1f}.nexa-category__cta i{font-style:normal;font-size:15px;transition:transform .2s ease}.nexa-category:hover{transform:translateY(-6px);box-shadow:var(--nexa-shadow)}.nexa-category:hover img{transform:scale(1.035)}.nexa-category:hover .nexa-category__cta i{transform:translate(4px)}.nexa-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:21px}.nexa-product-card{position:relative;display:flex;flex-direction:column;min-width:0;overflow:hidden;border:1px solid #dce8f5;border-radius:20px;background:#fff;box-shadow:0 7px 22px #071b3a0a;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.nexa-product-card:hover{transform:translateY(-6px);border-color:#bdd8f5;box-shadow:var(--nexa-shadow)}.nexa-product-card__link{display:block;flex:1}.nexa-product-card__image{position:relative;aspect-ratio:1/1;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,#f9fcff,#edf5fc)}.nexa-product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .38s ease}.nexa-product-card:hover .nexa-product-card__image img{transform:scale(1.045)}.nexa-product-card__badges{position:absolute;z-index:2;top:12px;left:12px;display:flex;gap:7px}.nexa-badge{padding:6px 9px;border-radius:99px;color:#fff;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.07em}.nexa-badge--sale{background:var(--nexa-danger)}.nexa-badge--sold{background:#68758a}.nexa-product-card__body{padding:17px 17px 13px}.nexa-product-card__type{margin:0 0 6px;color:var(--nexa-blue);font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.nexa-product-card h3{margin:0 0 11px;color:var(--nexa-navy);font-size:13px;line-height:1.45;min-height:39px}.nexa-product-card__pricing{display:flex;flex-wrap:wrap;align-items:center;gap:7px}.nexa-product-card__price{color:var(--nexa-navy);font-size:14px;font-weight:900}.nexa-product-card__compare{color:#9aa6b7;font-size:11px;text-decoration:line-through}.nexa-quick-add{margin:auto 13px 13px}.nexa-quick-add button,.nexa-quick-add--disabled{width:100%;min-height:43px;display:flex;align-items:center;justify-content:space-between;padding:0 15px;border:0;border-radius:12px;background:#edf6ff;color:var(--nexa-blue-dark);font-size:11px;font-weight:900;transition:.2s ease}.nexa-quick-add button:hover{background:var(--nexa-blue);color:#fff}.nexa-quick-add--disabled{justify-content:center;color:#67758a;background:#edf0f4}.nexa-placeholder{padding-bottom:18px;text-align:center}.nexa-placeholder svg{width:100%;max-height:260px;color:#d0dbe7}.nexa-editorial{display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:clamp(42px,6vw,82px)}.nexa-editorial__image{overflow:hidden;border-radius:28px;box-shadow:var(--nexa-shadow)}.nexa-editorial__image img{display:block;width:100%}.nexa-editorial__content h2{margin:0;color:var(--nexa-navy);font-size:clamp(34px,4.5vw,56px);line-height:1.06;letter-spacing:-.04em}.nexa-editorial__content>p:not(.nexa-kicker){margin:19px 0 25px;color:var(--nexa-muted);font-size:16px}.nexa-benefit-list{display:grid;gap:13px;margin:0 0 28px}.nexa-benefit-list>div{display:grid;grid-template-columns:40px 1fr;gap:13px;align-items:start}.nexa-benefit-list>div>span{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:var(--nexa-soft-blue);color:var(--nexa-blue);font-size:10px;font-weight:900}.nexa-benefit-list p{margin:0;color:var(--nexa-muted);font-size:12px}.nexa-benefit-list strong{display:block;margin-bottom:1px;color:var(--nexa-navy);font-size:12px}.nexa-policy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.nexa-policy-grid a{display:grid;grid-template-columns:49px 1fr;gap:15px;padding:25px;border:1px solid rgba(255,255,255,.14);border-radius:20px;background:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:.2s ease}.nexa-policy-grid a:hover{transform:translateY(-4px);background:#ffffff21;border-color:#ffffff47}.nexa-policy-grid i{width:49px;height:49px;display:grid;place-items:center;border-radius:15px;background:#ffffff21;color:#7ce0ff;font-size:19px}.nexa-policy-grid h3{margin:0 0 4px;color:#fff;font-size:15px}.nexa-policy-grid p{margin:0;color:#ffffffb3;font-size:11px}.nexa-policy-grid span{display:inline-block;margin-top:9px;color:#fff;font-size:10px;font-weight:900}.nexa-seo-section{padding-block:68px}.nexa-seo-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(42px,7vw,100px);align-items:start}.nexa-seo-grid h2{margin:0;color:var(--nexa-navy);font-size:clamp(30px,4vw,46px);line-height:1.12;letter-spacing:-.035em}.nexa-seo-copy{columns:2;column-gap:34px}.nexa-seo-copy p{margin:0 0 16px;color:var(--nexa-muted);font-size:13px}.nexa-faq-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:clamp(42px,7vw,95px);align-items:start}.nexa-faq-grid h2{margin:0;color:var(--nexa-navy);font-size:clamp(32px,4vw,48px);line-height:1.1;letter-spacing:-.035em}.nexa-faq-grid>div:first-child>p:last-child{color:var(--nexa-muted)}.nexa-faqs{display:grid;gap:11px}.nexa-faqs details{overflow:hidden;border:1px solid #dce8f5;border-radius:16px;background:#fff}.nexa-faqs summary{position:relative;padding:18px 48px 18px 19px;cursor:pointer;list-style:none;color:var(--nexa-navy);font-size:12px;font-weight:900}.nexa-faqs summary::-webkit-details-marker{display:none}.nexa-faqs summary:after{content:"+";position:absolute;top:50%;right:18px;transform:translateY(-50%);color:var(--nexa-blue);font-size:22px;font-weight:500}.nexa-faqs details[open] summary:after{content:"\2013"}.nexa-faqs details p{margin:0;padding:0 19px 18px;color:var(--nexa-muted);font-size:11px}.nexa-newsletter-section{padding-top:50px}.nexa-newsletter{display:grid;grid-template-columns:1fr .85fr;gap:45px;align-items:center;padding:42px 48px;overflow:hidden;border-radius:28px;color:#fff;background:radial-gradient(circle at 92% 15%,rgba(57,200,238,.44),transparent 35%),linear-gradient(135deg,#071b3a,#0b4383);box-shadow:var(--nexa-shadow)}.nexa-newsletter h2{margin:0;color:#fff;font-size:clamp(29px,4vw,43px);line-height:1.1;letter-spacing:-.035em}.nexa-newsletter p{margin:9px 0 0;color:#ffffffb8}.nexa-newsletter .nexa-kicker{color:#7ce0ff}.nexa-newsletter__form{display:grid;grid-template-columns:1fr auto;padding:6px;border-radius:15px;background:#fff}.nexa-newsletter__form input{min-width:0;min-height:48px;padding:0 13px;border:0;outline:none;color:var(--nexa-navy)}.nexa-newsletter__form button{min-height:48px;padding:0 22px;border:0;border-radius:11px;background:var(--nexa-blue);color:#fff;font-size:11px;font-weight:900}.nexa-form-success{color:var(--nexa-success)!important;font-weight:800}.nexa-footer{padding-top:32px;color:#ffffffbd;background:#06162f}.nexa-footer__topline{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid rgba(255,255,255,.09)}.nexa-footer__topline p{margin:0;color:#fff;font-size:16px}.nexa-footer__topline a{color:#7ce0ff;font-size:12px;font-weight:900}.nexa-footer__grid{display:grid;grid-template-columns:1.35fr .8fr .85fr 1.1fr;gap:48px;padding:54px 0 46px}.nexa-footer__brand img{width:190px;max-height:55px;object-fit:contain;object-position:left center}.nexa-footer__brand p{max-width:360px;margin-top:18px;color:#fff9;font-size:11px}.nexa-footer h2{margin:0 0 17px;color:#fff;font-size:12px;text-transform:uppercase;letter-spacing:.09em}.nexa-footer__grid>div:not(.nexa-footer__brand)>a{display:block;margin:9px 0;color:#ffffffa6;font-size:11px;transition:.2s ease}.nexa-footer__grid>div:not(.nexa-footer__brand)>a:hover{color:#fff;transform:translate(3px)}.nexa-footer__small{color:#ffffff94;font-size:10px}.nexa-newsletter-inline{display:grid;grid-template-columns:1fr 44px;overflow:hidden;border:1px solid rgba(255,255,255,.17);border-radius:12px;background:#ffffff12}.nexa-newsletter-inline input{min-width:0;height:44px;padding:0 12px;border:0;outline:none;color:#fff;background:transparent;font-size:10px}.nexa-newsletter-inline input::placeholder{color:#ffffff80}.nexa-newsletter-inline button{border:0;background:var(--nexa-blue);color:#fff}.nexa-payment-icons{display:flex;flex-wrap:wrap;gap:5px;margin-top:15px}.nexa-payment-icons svg{width:33px;height:21px}.nexa-footer__bottom{min-height:65px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.08);font-size:9px}.nexa-footer__bottom a{color:#ffffffb8}.nexa-mobile-shopbar{display:none}.nexa-page-header{margin-bottom:30px;padding:34px 38px;border:1px solid #dce8f5;border-radius:24px;background:radial-gradient(circle at 95% 5%,rgba(57,200,238,.24),transparent 30%),linear-gradient(135deg,#f7fbff,#e9f5ff)}.nexa-page-header__kicker{margin:0 0 6px;color:var(--nexa-blue);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.14em}.nexa-page-header h1{margin:0;color:var(--nexa-navy);font-size:clamp(32px,4.8vw,52px);line-height:1.08;letter-spacing:-.04em}.nexa-page-header p{max-width:760px;margin:10px 0 0;color:var(--nexa-muted)}.nexa-breadcrumbs{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 18px;color:#718099;font-size:10px}.nexa-breadcrumbs a{color:var(--nexa-blue-dark)!important}.nexa-collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:24px}.nexa-collection-toolbar p{margin:0;color:var(--nexa-muted);font-size:11px}.nexa-sort{display:flex;align-items:center;gap:9px}.nexa-sort label{margin:0;color:var(--nexa-muted);font-size:10px;font-weight:700}.nexa-sort select{min-height:42px;padding:0 36px 0 12px;border:1px solid #d5e3f2;border-radius:11px;color:var(--nexa-navy);background:#fff}.nexa-pagination{margin-top:34px}.nexa-pagination .pagination{display:flex;justify-content:center;gap:7px;padding:0;list-style:none}.nexa-pagination .pagination a,.nexa-pagination .pagination span{min-width:39px;height:39px;display:grid;place-items:center;border:1px solid #d9e6f4;border-radius:10px;color:var(--nexa-navy);background:#fff;font-size:10px}.nexa-pagination .pagination .active,.nexa-pagination .pagination span.current{border-color:var(--nexa-blue);color:#fff;background:var(--nexa-blue)}.nexa-empty-state{padding:65px 25px;border:1px dashed #bfd4e9;border-radius:22px;text-align:center;background:#f8fbff}.nexa-empty-state h2{margin:0 0 8px;color:var(--nexa-navy)}.nexa-empty-state p{color:var(--nexa-muted)}.nexa-product-page{padding-bottom:30px}.nexa-product-layout{display:grid;grid-template-columns:1.02fr .98fr;gap:clamp(35px,6vw,75px);align-items:start}.nexa-product-gallery{position:sticky;top:115px}.nexa-product-main-image{position:relative;overflow:hidden;aspect-ratio:1/1;border:1px solid #dce8f5;border-radius:25px;background:linear-gradient(145deg,#f9fcff,#edf6ff)}.nexa-product-main-image img{width:100%;height:100%;display:block;object-fit:contain}.nexa-product-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:9px;margin-top:11px}.nexa-product-thumb{padding:0;overflow:hidden;aspect-ratio:1/1;border:2px solid transparent;border-radius:12px;background:#f4f8fd}.nexa-product-thumb.is-active,.nexa-product-thumb:hover{border-color:var(--nexa-blue)}.nexa-product-thumb img{width:100%;height:100%;object-fit:cover}.nexa-product-info{padding-top:7px}.nexa-product-type{margin:0 0 8px;color:var(--nexa-blue);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.13em}.nexa-product-info h1{margin:0;color:var(--nexa-navy);font-size:clamp(32px,4vw,50px);line-height:1.08;letter-spacing:-.04em}.nexa-product-price-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin:19px 0 13px}.nexa-product-price{color:var(--nexa-navy);font-size:24px;font-weight:900}.nexa-product-compare{color:#9aa6b7;font-size:15px;text-decoration:line-through}.nexa-product-sale{padding:5px 9px;border-radius:99px;color:#fff;background:var(--nexa-danger);font-size:9px;font-weight:900}.nexa-stock{display:inline-flex;align-items:center;gap:7px;margin-bottom:18px;color:var(--nexa-success);font-size:10px;font-weight:900}.nexa-stock:before{content:"";width:8px;height:8px;border-radius:50%;background:currentColor;box-shadow:0 0 0 4px #11a36a1f}.nexa-stock.is-out{color:#7a8799}.nexa-product-intro{margin:0 0 22px;color:var(--nexa-muted);font-size:13px}.nexa-product-form{display:grid;gap:15px}.nexa-product-form .selector-wrapper,.nexa-product-form__row{display:grid;gap:7px}.nexa-product-form label{color:var(--nexa-navy);font-size:10px;font-weight:900}.nexa-product-form select,.nexa-product-form input[type=number]{width:100%;min-height:48px;padding:0 13px;border:1px solid #cfdeef;border-radius:12px;background:#fff;color:var(--nexa-navy);outline:none}.nexa-product-buy-row{display:grid;grid-template-columns:90px 1fr;gap:10px}.nexa-product-add{min-height:53px;border:0;border-radius:14px;color:#fff;background:linear-gradient(135deg,var(--nexa-blue),var(--nexa-blue-dark));font-size:12px;font-weight:900;box-shadow:0 13px 30px #1680ff33}.nexa-product-add[disabled]{box-shadow:none;background:#a5afbc;cursor:not-allowed}.nexa-product-form .shopify-payment-button__button{min-height:52px!important;border-radius:14px!important;font-weight:900!important}.nexa-product-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:18px}.nexa-product-trust div{padding:12px 8px;border:1px solid #dfeaf5;border-radius:12px;text-align:center;background:#f8fbff}.nexa-product-trust i{display:block;margin-bottom:4px;color:var(--nexa-blue)}.nexa-product-trust span{color:var(--nexa-muted);font-size:8px;font-weight:800}.nexa-product-policy-links{display:flex;flex-wrap:wrap;gap:11px 18px;margin-top:17px;color:var(--nexa-blue-dark);font-size:9px;font-weight:800}.nexa-product-description{margin-top:55px;padding:34px;border:1px solid #dce8f5;border-radius:23px;background:#fff}.nexa-product-description h2{margin:0 0 17px;color:var(--nexa-navy);font-size:25px}.nexa-product-description,.nexa-product-description p,.nexa-product-description li{color:#596b84;font-size:12px}.nexa-related{margin-top:50px}.nexa-related h2{margin:0 0 24px;color:var(--nexa-navy);font-size:30px}.nexa-cart-layout{display:grid;grid-template-columns:1.35fr .65fr;gap:28px;align-items:start}.nexa-cart-items{display:grid;gap:12px}.nexa-cart-item{display:grid;grid-template-columns:105px 1fr 100px 110px;gap:17px;align-items:center;padding:15px;border:1px solid #dce8f5;border-radius:17px;background:#fff}.nexa-cart-item__image{overflow:hidden;aspect-ratio:1/1;border-radius:12px;background:#f4f8fd}.nexa-cart-item__image img{width:100%;height:100%;object-fit:cover}.nexa-cart-item h2{margin:0 0 5px;color:var(--nexa-navy);font-size:13px;line-height:1.4}.nexa-cart-item__variant{margin:0;color:var(--nexa-muted);font-size:9px}.nexa-cart-item__remove{display:inline-block;margin-top:8px;color:#d4475e!important;font-size:9px;font-weight:800}.nexa-cart-item input{width:100%;min-height:42px;padding:0 9px;border:1px solid #cfdeef;border-radius:10px;text-align:center}.nexa-cart-item__total{color:var(--nexa-navy);font-size:12px;font-weight:900;text-align:right}.nexa-cart-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:15px}.nexa-cart-actions button,.nexa-cart-actions a{min-height:45px;display:inline-flex;align-items:center;justify-content:center;padding:0 18px;border:1px solid #cfe0ef;border-radius:11px;color:var(--nexa-navy);background:#fff;font-size:10px;font-weight:900}.nexa-cart-summary{position:sticky;top:112px;padding:25px;border:1px solid #dce8f5;border-radius:20px;background:#f8fbff}.nexa-cart-summary h2{margin:0 0 18px;color:var(--nexa-navy);font-size:21px}.nexa-cart-summary__line{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px solid #e0eaf4;color:var(--nexa-muted);font-size:11px}.nexa-cart-summary__line strong{color:var(--nexa-navy)}.nexa-cart-summary__line--total{padding:17px 0;color:var(--nexa-navy);font-size:14px;font-weight:900}.nexa-cart-summary textarea{width:100%;min-height:90px;margin:12px 0;padding:11px;border:1px solid #cfdeef;border-radius:11px;resize:vertical}.nexa-checkout-button{width:100%;min-height:54px;border:0;border-radius:14px;color:#fff;background:linear-gradient(135deg,var(--nexa-blue),var(--nexa-blue-dark));font-size:12px;font-weight:900;box-shadow:0 13px 30px #1680ff33}.nexa-cart-summary__note{margin:12px 0 0;color:var(--nexa-muted);text-align:center;font-size:9px}.nexa-cart-trust{display:grid;gap:8px;margin-top:15px}.nexa-cart-trust span{display:flex;align-items:center;gap:8px;color:#61718a;font-size:9px}.nexa-cart-trust i{color:var(--nexa-blue)}body.nexa-body .bredcrumb{margin-bottom:24px;color:var(--nexa-muted)}body.nexa-body .bredcrumb a{color:var(--nexa-blue-dark)}body.nexa-body .contact-page,body.nexa-body .login,body.nexa-body .page-content{color:var(--nexa-text)}body.nexa-body .contact.login{padding:28px;border:1px solid #dce8f5;border-radius:22px;background:#fff}body.nexa-body .contact.login .input-field,body.nexa-body .contact.login textarea{width:100%;min-height:47px;padding:11px 13px;border:1px solid #cfdeef;border-radius:11px;outline:none}body.nexa-body .contact.login textarea{min-height:150px}body.nexa-body .btn-submit,body.nexa-body .btn-hover,body.nexa-body .details-btn,body.nexa-body .cart-btn{min-height:48px;padding:0 20px;border:0;border-radius:12px;color:#fff;background:var(--nexa-blue);font-weight:900}body.nexa-body .single-support{border-radius:18px}body.nexa-body .rte img{border-radius:16px}@media(max-width:1100px){.nexa-header__row{grid-template-columns:180px 1fr auto}.nexa-nav{gap:15px}.nexa-nav a{font-size:11px}.nexa-hero__grid{grid-template-columns:1fr 1fr;gap:38px}.nexa-hero h1{font-size:clamp(42px,5.7vw,62px)}.nexa-trust__grid{grid-template-columns:repeat(2,1fr)}.nexa-trust__item:nth-child(2){border-right:0}.nexa-trust__item:nth-child(-n+2){border-bottom:1px solid #e6eef7}.nexa-products-grid{grid-template-columns:repeat(3,1fr)}.nexa-footer__grid{grid-template-columns:1.2fr 1fr 1fr}.nexa-footer__grid>div:last-child{grid-column:1 / -1;max-width:560px}}@media(max-width:860px){body.nexa-body{padding-bottom:64px}.nexa-shell{width:min(100% - 30px,1280px)}.nexa-announcement__inner{grid-template-columns:1fr auto}.nexa-announcement__center{display:none}.nexa-header__row{height:70px;grid-template-columns:45px 1fr auto;gap:12px}.nexa-menu-button{display:block}.nexa-brand{width:166px;justify-self:center}.nexa-nav{display:none}.nexa-header__actions .nexa-icon-button:not(.nexa-cart-link){display:none}.nexa-header__actions{gap:0}.nexa-hero{padding:48px 0 54px}.nexa-hero__grid{grid-template-columns:1fr}.nexa-hero__content{max-width:720px;text-align:center;margin-inline:auto}.nexa-eyebrow{margin-inline:auto}.nexa-hero__actions,.nexa-hero__proof{justify-content:center}.nexa-hero__visual{width:100%;max-width:760px;margin:18px auto 0}.nexa-hero__image-wrap{aspect-ratio:1.45/1}.nexa-float-card--bottom{left:14px}.nexa-float-card--top{right:14px}.nexa-category{grid-column:span 6}.nexa-category--wide{grid-column:span 6;aspect-ratio:4/3}.nexa-products-grid{grid-template-columns:repeat(2,1fr)}.nexa-editorial,.nexa-policy-grid{grid-template-columns:1fr}.nexa-seo-grid,.nexa-faq-grid{grid-template-columns:1fr;gap:26px}.nexa-seo-copy{columns:1}.nexa-newsletter{grid-template-columns:1fr;gap:24px;padding:35px}.nexa-footer__grid{grid-template-columns:repeat(2,1fr)}.nexa-footer__grid>div:last-child{grid-column:auto}.nexa-product-layout{grid-template-columns:1fr}.nexa-product-gallery{position:static}.nexa-cart-layout{grid-template-columns:1fr}.nexa-cart-summary{position:static}.nexa-mobile-shopbar{position:fixed;z-index:100;left:0;right:0;bottom:0;height:64px;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #dce7f4;background:#fffffff7;box-shadow:0 -8px 26px #071b3a14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.nexa-mobile-shopbar a,.nexa-mobile-shopbar button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border:0;color:var(--nexa-navy);background:transparent;font-size:9px;font-weight:800}.nexa-mobile-shopbar i{color:var(--nexa-blue);font-size:16px}}@media(max-width:600px){.nexa-shell{width:min(100% - 24px,1280px)}.nexa-announcement{font-size:9px}.nexa-announcement__inner{min-height:34px}.nexa-header__row{height:66px}.nexa-brand{width:145px}.nexa-icon-button,.nexa-menu-button{width:39px;height:39px}.nexa-section{padding:60px 0}.nexa-section-heading{display:block;margin-bottom:24px}.nexa-section-heading h2{font-size:33px}.nexa-section-heading .nexa-text-link{margin-top:12px}.nexa-hero{padding:38px 0 48px}.nexa-hero h1{font-size:43px}.nexa-hero__lead{font-size:14px}.nexa-hero__actions{display:grid}.nexa-button{width:100%}.nexa-hero__proof{display:grid;gap:7px}.nexa-hero__image-wrap{border-width:6px;border-radius:24px}.nexa-hero__image-wrap{aspect-ratio:1.18/1}.nexa-hero__image-wrap img{object-position:68% center}.nexa-float-card{min-width:150px;padding:10px 12px}.nexa-float-card--top{top:-16px}.nexa-float-card--bottom{bottom:-20px}.nexa-trust{margin-top:-10px}.nexa-trust__grid{grid-template-columns:1fr}.nexa-trust__item{border-right:0!important;border-bottom:1px solid #e6eef7}.nexa-trust__item:last-child{border-bottom:0}.nexa-categories{gap:13px}.nexa-category,.nexa-category--wide{grid-column:span 12;aspect-ratio:4/3;border-radius:19px}.nexa-products-grid{grid-template-columns:repeat(2,1fr);gap:11px}.nexa-product-card{border-radius:15px}.nexa-product-card__body{padding:12px 11px 9px}.nexa-product-card h3{min-height:46px;font-size:11px}.nexa-product-card__price{font-size:12px}.nexa-product-card__compare{font-size:9px}.nexa-quick-add{margin:auto 9px 9px}.nexa-quick-add button{min-height:38px;padding:0 10px;font-size:9px}.nexa-editorial__content h2{font-size:37px}.nexa-newsletter{padding:29px 22px}.nexa-newsletter__form{grid-template-columns:1fr;gap:5px;background:transparent;padding:0}.nexa-newsletter__form input,.nexa-newsletter__form button{border-radius:11px}.nexa-newsletter__form input{background:#fff;padding-inline:12px}.nexa-footer__topline{align-items:flex-start;flex-direction:column;justify-content:center;padding-block:22px}.nexa-footer__grid{grid-template-columns:1fr;gap:30px;padding-block:40px}.nexa-footer__grid>div:last-child{max-width:none}.nexa-footer__bottom{align-items:flex-start;flex-direction:column;justify-content:center;padding-block:15px}.nexa-page-header{padding:27px 22px}.nexa-collection-toolbar{align-items:flex-start;flex-direction:column}.nexa-sort{width:100%}.nexa-sort select{flex:1}.nexa-product-main-image{border-radius:18px}.nexa-product-thumbs{grid-template-columns:repeat(4,1fr)}.nexa-product-info h1{font-size:35px}.nexa-product-buy-row{grid-template-columns:76px 1fr}.nexa-product-trust{grid-template-columns:1fr}.nexa-product-description{padding:23px 19px}.nexa-cart-item{grid-template-columns:80px 1fr;gap:12px}.nexa-cart-item__quantity,.nexa-cart-item__total{grid-column:2;text-align:left}.nexa-cart-item__quantity{width:90px}}.nexa-quick-add--options{min-height:43px;display:flex;align-items:center;justify-content:space-between;padding:0 15px;border-radius:12px;color:var(--nexa-blue-dark)!important;background:#edf6ff;font-size:11px;font-weight:900;transition:.2s ease}.nexa-quick-add--options:hover{color:#fff!important;background:var(--nexa-blue)}.nexa-contact-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:30px;align-items:start}.nexa-contact-card,.nexa-contact-form,.nexa-blog-card,.nexa-article-image{border:1px solid #dce7f4;border-radius:22px;background:#fff;box-shadow:0 16px 42px #071b3a12}.nexa-contact-card{padding:32px}.nexa-contact-card h2{margin:0 0 12px;font-size:28px}.nexa-contact-card p{margin:0 0 14px;color:var(--nexa-muted)}.nexa-contact-form{padding:30px}.nexa-contact-form label{display:block;margin:0 0 7px;color:var(--nexa-navy);font-size:12px;font-weight:800}.nexa-contact-form input,.nexa-contact-form textarea{width:100%;margin:0 0 17px;border:1px solid #cad9e9;border-radius:12px;background:#fff;color:var(--nexa-navy);font:inherit;padding:13px 14px}.nexa-contact-form textarea{min-height:150px;resize:vertical}.nexa-contact-form input:focus,.nexa-contact-form textarea:focus{border-color:var(--nexa-blue);outline:3px solid rgba(22,128,255,.12)}.nexa-form-success{margin:0 0 18px;border-radius:12px;background:#e9fff2;color:#096333;padding:13px 15px;font-weight:800}.nexa-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.nexa-blog-card{overflow:hidden}.nexa-blog-card>a{display:block;aspect-ratio:3/2;overflow:hidden;background:#eef5fb}.nexa-blog-card img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.nexa-blog-card:hover img{transform:scale(1.035)}.nexa-blog-card>div{padding:23px}.nexa-blog-card h2{margin:4px 0 10px;font-size:23px;line-height:1.2}.nexa-blog-card p{color:var(--nexa-muted)}.nexa-article-page{max-width:940px;margin-inline:auto}.nexa-article-image{overflow:hidden;margin-bottom:28px}.nexa-article-image img{width:100%;height:auto;display:block}@media(max-width:900px){.nexa-contact-grid{grid-template-columns:1fr}.nexa-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.nexa-contact-card,.nexa-contact-form{padding:22px;border-radius:17px}.nexa-blog-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/nexa-market.css.map */
