:root{--ink:#0A0A0C;--turquoise:#00C2CB;--turquoise-deep:#017A82;--turquoise-pale:#E3F9FA;--white:#FFFFFF;--paper:#F5F8F8;--line: rgba(10,10,12,.1)}.npstore-wrap{max-width:1180px;margin:0 auto;padding:0 24px}.npstore-section{font-family:Inter,sans-serif;color:var(--ink)}.npstore-section h1,.npstore-section h2,.npstore-section h3,.npstore-brand{font-family:Unbounded,sans-serif}.npstore-section a{color:inherit;text-decoration:none}.npstore-section img{max-width:100%;display:block}.npstore-utilbar{background:var(--ink);color:var(--white);font-size:13px}.npstore-utilbar .npstore-wrap{display:flex;justify-content:space-between;align-items:center;height:36px}.npstore-utilbar a{opacity:.85}.npstore-utilbar a:hover{opacity:1;color:var(--turquoise)}.npstore-header{background:var(--white);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}.npstore-header-row{display:flex;align-items:center;gap:32px;height:84px}.npstore-brand{font-size:24px;font-weight:700;letter-spacing:-.02em;display:flex;align-items:center;gap:8px;white-space:nowrap}.npstore-brand .npstore-dot{width:10px;height:10px;border-radius:2px;background:var(--turquoise);display:inline-block;transform:rotate(45deg)}.npstore-nav{display:flex;gap:28px;font-weight:600;font-size:15px;flex:1}.npstore-nav>a{padding:8px 0;border-bottom:2px solid transparent}.npstore-nav>a:hover{border-bottom:2px solid var(--turquoise)}.npstore-header-actions{display:flex;align-items:center;gap:20px}.npstore-search{display:flex;align-items:center;background:var(--paper);border:1px solid var(--line);border-radius:8px;padding:8px 14px;width:220px;font-size:14px;color:#666;gap:8px}.npstore-cart-btn{display:flex;align-items:center;gap:8px;background:var(--ink);color:var(--white);padding:10px 18px;border-radius:8px;font-weight:600;font-size:14px}.npstore-cart-btn .npstore-badge{background:var(--turquoise);color:var(--ink);border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}.npstore-trust{background:var(--turquoise-pale);border-bottom:1px solid var(--line)}.npstore-trust .npstore-wrap{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.npstore-trust-item{display:flex;align-items:center;gap:12px;padding:16px 20px;border-right:1px solid rgba(10,10,12,.08);font-size:13.5px}.npstore-trust-item:last-child{border-right:none}.npstore-trust-item .npstore-ic{width:34px;height:34px;flex:none;background:var(--turquoise);border-radius:9px;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:16px}.npstore-trust-item b{display:block;font-weight:700}.npstore-trust-item span{color:#555}.npstore-hero{background:var(--ink);color:var(--white);overflow:hidden;position:relative}.npstore-hero .npstore-wrap{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:40px;padding-top:64px;padding-bottom:64px;min-height:440px}.npstore-hero-eyebrow{color:var(--turquoise);font-weight:600;font-size:14px;margin-bottom:16px}.npstore-hero h1{font-size:48px;line-height:1.05;font-weight:700;margin-bottom:20px;letter-spacing:-.01em}.npstore-hero h1 em{font-style:normal;color:var(--turquoise)}.npstore-hero p{color:#ffffffb8;font-size:16px;max-width:420px;margin-bottom:28px}.npstore-btn-primary{display:inline-block;background:var(--turquoise);color:var(--ink);font-weight:700;padding:16px 30px;border-radius:10px;font-size:15px}.npstore-hero-visual{position:relative;height:360px;display:flex;align-items:center;justify-content:center}.npstore-layer-stack{position:relative;width:260px;height:260px}.npstore-layer{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:22px}.npstore-layer.l1{width:240px;height:240px;background:linear-gradient(135deg,var(--turquoise),var(--turquoise-deep));opacity:.9;transform:translate(-58%,-42%) rotate(-8deg)}.npstore-layer.l2{width:200px;height:200px;background:var(--white);opacity:.08;transform:translate(-42%,-58%) rotate(10deg)}.npstore-layer.l3{width:150px;height:150px;border:3px solid var(--turquoise);transform:translate(-48%,-48%) rotate(-18deg)}.npstore-layer.l4{width:90px;height:90px;background:var(--turquoise);transform:translate(-38%,-36%) rotate(24deg);border-radius:16px}.npstore-section-pad{padding:64px 0}.npstore-section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:32px}.npstore-section-head h2{font-size:28px;font-weight:600}.npstore-section-head a{font-weight:600;color:var(--turquoise-deep);font-size:14px}.npstore-cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.npstore-cat-card{background:var(--white);border-radius:16px;overflow:hidden;border:1px solid var(--line);transition:transform .15s ease,box-shadow .15s ease}.npstore-cat-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #00000014}.npstore-cat-thumb{height:170px;display:flex;align-items:center;justify-content:center;font-size:56px;background-size:cover;background-position:center}.npstore-cat-thumb.t1{background-color:var(--turquoise-pale)}.npstore-cat-thumb.t2{background-color:var(--ink);color:var(--turquoise)}.npstore-cat-thumb.t3{background-color:var(--turquoise)}.npstore-cat-body{padding:18px 20px 22px}.npstore-cat-body h3{font-size:17px;font-weight:600;margin-bottom:6px}.npstore-cat-body span{font-size:13px;color:#666}.npstore-cat-body .npstore-cat-link{display:inline-block;margin-top:12px;font-weight:700;font-size:13.5px;color:var(--turquoise-deep)}.npstore-iconrow-section{background:var(--white);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.npstore-iconrow{display:grid;grid-template-columns:repeat(6,1fr);gap:0}.npstore-icon-item{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;padding:28px 12px;border-right:1px solid var(--line)}.npstore-icon-item:last-child{border-right:none}.npstore-icon-circle{width:56px;height:56px;border-radius:50%;background:var(--turquoise-pale);display:flex;align-items:center;justify-content:center;font-size:24px}.npstore-icon-item span{font-size:13px;font-weight:600}.npstore-promo-section{background:var(--paper)}.npstore-promo-scroll{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.npstore-promo-card{background:var(--white);border-radius:14px;border:1px solid var(--line);padding:18px;position:relative}.npstore-promo-tag{position:absolute;top:14px;right:14px;background:var(--turquoise);color:var(--ink);font-size:11px;font-weight:700;padding:4px 9px;border-radius:20px}.npstore-promo-thumb{height:120px;border-radius:10px;background:var(--turquoise-pale);display:flex;align-items:center;justify-content:center;font-size:36px;margin-bottom:14px;background-size:cover;background-position:center}.npstore-promo-card h4{font-size:14.5px;font-weight:600;margin-bottom:8px}.npstore-price-row{display:flex;align-items:baseline;gap:8px}.npstore-price-new{font-weight:700;font-size:16px;color:var(--turquoise-deep)}.npstore-price-old{font-size:13px;color:#999;text-decoration:line-through}.npstore-footer{background:var(--ink);color:#ffffffb3;padding-top:56px}.npstore-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:32px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.1)}.npstore-footer-grid h5{color:var(--white);font-size:14px;font-weight:700;margin-bottom:16px}.npstore-footer-grid ul{list-style:none}.npstore-footer-grid li{margin-bottom:10px;font-size:13.5px}.npstore-footer-grid li a:hover{color:var(--turquoise)}.npstore-footer-brand p{font-size:13.5px;margin:14px 0 18px;max-width:280px;color:#fff9}.npstore-footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:22px 0;font-size:12.5px;color:#ffffff80}@media(max-width:900px){.npstore-nav,.npstore-search{display:none}.npstore-hero .npstore-wrap{grid-template-columns:1fr;text-align:center}.npstore-hero p{margin-left:auto;margin-right:auto}.npstore-cat-grid{grid-template-columns:1fr}.npstore-iconrow{grid-template-columns:repeat(3,1fr)}.npstore-trust .npstore-wrap,.npstore-promo-scroll{grid-template-columns:repeat(2,1fr)}.npstore-footer-grid{grid-template-columns:1fr 1fr}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/npstore-custom.css.map */
