:root{--nh-blue: #003087;--nh-blue-dark: #001952;--nh-blue-mid: #0044b3;--nh-yellow: #FFD100;--nh-yellow-dark: #e6bc00;--nh-gray: #f5f6f8;--nh-border: #e8eaed;--nh-text: #1a1a2e;--nh-muted: #6b7280;--nh-white: #ffffff}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f5f6f8;color:var(--nh-text)}.nh-container{max-width:1280px;margin:0 auto;padding:0 20px}.nh-topbar{background:var(--nh-white);border-bottom:1px solid var(--nh-border);padding:0}.nh-topbar__inner{display:flex;align-items:center;gap:24px;justify-content:space-between}.nh-topbar__logo{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}.nh-topbar__logo-icon{width:44px;height:44px;background:var(--nh-blue);border-radius:8px;display:flex;align-items:center;justify-content:center}.nh-topbar__logo-icon svg{width:28px;height:28px;fill:var(--nh-yellow)}.nh-topbar__logo-text{line-height:1.1}.nh-topbar__logo-text strong{display:block;font-size:18px;font-weight:900;color:var(--nh-blue);letter-spacing:-.3px}.nh-topbar__logo-text span{font-size:12px;font-weight:600;color:var(--nh-yellow-dark);text-transform:uppercase;letter-spacing:1px}.nh-topbar__trust{display:flex;align-items:center;gap:28px;flex:1;justify-content:center}.nh-trust-item{display:flex;align-items:center;gap:8px}.nh-trust-item__icon{width:32px;height:32px;background:var(--nh-gray);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.nh-trust-item__icon svg{width:16px;height:16px;fill:var(--nh-blue)}.nh-trust-item__text strong{display:block;font-size:12px;font-weight:700;color:var(--nh-text);line-height:1.2}.nh-trust-item__text span{display:block;font-size:11px;color:var(--nh-muted);line-height:1.2}.nh-topbar__actions{display:flex;align-items:center;gap:16px;flex-shrink:0}.nh-topbar__account{display:flex;align-items:center;gap:6px;text-decoration:none;color:var(--nh-text);font-size:13px;font-weight:500}.nh-topbar__account svg{width:20px;height:20px;fill:var(--nh-muted)}.nh-topbar__cart{display:flex;align-items:center;gap:8px;text-decoration:none;background:var(--nh-blue);color:var(--nh-white);padding:7px 14px;border-radius:8px;font-size:13px;font-weight:600;transition:background .2s}.nh-topbar__cart:hover{background:var(--nh-blue-dark)}.nh-topbar__cart svg{width:18px;height:18px;fill:var(--nh-white)}.nh-cart-badge{background:var(--nh-yellow);color:var(--nh-blue-dark);font-size:10px;font-weight:800;border-radius:10px;padding:1px 6px;margin-left:2px}.nh-navbar{background:var(--nh-blue-dark);position:sticky;top:0;z-index:1000;box-shadow:0 4px 16px #00143c2e}.nh-navbar__top-tier{background:var(--nh-blue);border-bottom:1px solid rgba(255,255,255,.1)}.nh-navbar__inner{display:flex;align-items:center;gap:16px;height:52px}.nh-navbar__cats-wrap{position:relative}.nh-navbar__cats-btn{display:flex;align-items:center;gap:10px;background:#ffffff1f;border:none;color:var(--nh-white);padding:0 18px;height:52px;font-size:13px;font-weight:700;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;transition:background .2s;white-space:nowrap;flex-shrink:0}.nh-navbar__cats-btn:hover{background:#fff3}.nh-navbar__cats-btn svg{width:18px;height:18px;fill:var(--nh-yellow)}.nh-cats-arrow{margin-left:4px;transition:transform .2s ease}.nh-navbar__cats-btn[aria-expanded=true] .nh-cats-arrow{transform:rotate(180deg)}.nh-cats-dropdown{display:none;position:absolute;top:100%;left:0;width:480px;background:#fff;border-radius:0 0 12px 12px;box-shadow:0 12px 36px #00194638;z-index:2000;border-top:3px solid var(--nh-yellow);overflow:hidden}.nh-cats-dropdown.is-open{display:block;animation:nhDropdownSlide .2s ease-out}@keyframes nhDropdownSlide{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.nh-cats-dropdown__header{background:#026;color:var(--nh-white);padding:12px 18px;font-size:13px;font-weight:800;display:flex;justify-content:space-between;align-items:center;letter-spacing:.5px}.nh-cats-dropdown__count{background:var(--nh-yellow);color:var(--nh-blue-dark);font-size:11px;font-weight:800;padding:2px 8px;border-radius:12px}.nh-cats-dropdown__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:4px;padding:10px;max-height:440px;overflow-y:auto}.nh-cats-dropdown__grid::-webkit-scrollbar{width:6px}.nh-cats-dropdown__grid::-webkit-scrollbar-track{background:#f1f5f9}.nh-cats-dropdown__grid::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.nh-cats-dropdown__grid::-webkit-scrollbar-thumb:hover{background:#94a3b8}.nh-cats-dropdown__item{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;border-radius:8px;text-decoration:none;color:var(--nh-text);font-size:13px;font-weight:600;transition:all .15s ease;background:transparent}.nh-cats-dropdown__item:hover{background:#f0f4fc;color:var(--nh-blue);transform:translate(3px)}.nh-cats-dropdown__icon{font-size:14px;flex-shrink:0}.nh-cats-dropdown__title{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nh-cats-dropdown__badge{font-size:11px;font-weight:700;color:#64748b;background:#f1f5f9;padding:2px 6px;border-radius:10px;flex-shrink:0}.nh-cats-dropdown__item:hover .nh-cats-dropdown__badge{background:var(--nh-blue);color:var(--nh-white)}.nh-cats-dropdown__group{grid-column:span 1}.nh-cats-dropdown__sublist{padding-left:28px;display:flex;flex-direction:column;gap:2px}.nh-cats-dropdown__subitem{padding:6px 10px;font-size:12px;font-weight:500;color:#475569;text-decoration:none;border-radius:6px;transition:background .15s}.nh-cats-dropdown__subitem:hover{background:#e2e8f0;color:var(--nh-blue)}.nh-navbar__sub-tier{background:#001f5c;height:40px;display:flex;align-items:center;border-top:1px solid rgba(255,255,255,.08)}.nh-navbar__brands-nav{display:flex;align-items:center;justify-content:space-between;width:100%}.nh-navbar__brands-label{font-size:11px;font-weight:900;color:var(--nh-yellow);letter-spacing:.8px;margin-right:14px;flex-shrink:0}.nh-navbar__brands-links{display:flex;align-items:center;justify-content:flex-start;gap:2px;flex:1;overflow:hidden;width:100%}.nh-brand-nav-item{position:relative}.nh-brand-nav-link{display:flex;align-items:center;gap:5px;padding:5px 9px;font-size:12px;font-weight:700;color:#fff;text-decoration:none;border-radius:4px;transition:all .15s ease;white-space:nowrap}.nh-brand-nav-link:hover{background:#ffffff24;color:var(--nh-yellow)}.nh-sub-chevron{width:14px;height:14px;fill:currentColor;opacity:.7}.nh-brand-dot{width:7px;height:7px;border-radius:50%;background:#94a3b8;display:inline-block;flex-shrink:0}.nh-brand-dot--nh{background:#ffd100;box-shadow:0 0 6px #ffd10099}.nh-brand-dot--fiat{background:#e11d48}.nh-brand-dot--tumosan{background:#22c55e}.nh-brand-subdropdown{display:none;position:absolute;top:100%;left:0;min-width:190px;background:#fff;border-radius:8px;box-shadow:0 10px 28px #0003;z-index:1500;border-top:3px solid var(--nh-yellow);padding:6px 0;margin-top:2px}.nh-brand-nav-item:hover .nh-brand-subdropdown{display:block;animation:nhFadeIn .15s ease}.nh-brand-sublink{display:block;padding:8px 14px;color:var(--nh-text);text-decoration:none;font-size:12.5px;font-weight:600;transition:background .15s,color .15s}.nh-brand-sublink:hover{background:#f1f5f9;color:var(--nh-blue)}.nh-navbar__quick-all{font-size:12px;font-weight:700;color:var(--nh-yellow);text-decoration:none;white-space:nowrap;margin-left:16px;flex-shrink:0;transition:opacity .15s}.nh-navbar__quick-all:hover{opacity:.85;text-decoration:underline}.nh-navbar__search{flex:1;display:flex;align-items:center;background:var(--nh-white);border-radius:8px;overflow:hidden;height:48px;border:2px solid var(--nh-blue)}.nh-navbar__search input{flex:1;border:none;outline:none;padding:0 14px;font-size:14px;color:var(--nh-text);background:transparent;height:100%}.nh-navbar__search-cat{border:none;border-left:1px solid var(--nh-border);background:#f8fafc;color:var(--nh-text);padding:0 12px;font-size:13px;font-weight:600;height:100%;max-width:180px;cursor:pointer;outline:none}.nh-navbar__search-cat optgroup{font-weight:800;color:var(--nh-blue);background:#f1f5f9}.nh-navbar__search-cat option{font-weight:500;color:var(--nh-text);background:#fff;padding:6px 10px}.nh-navbar__search-btn{background:var(--nh-yellow);border:none;padding:0 16px;height:100%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.nh-navbar__search-btn:hover{background:var(--nh-yellow-dark)}.nh-navbar__search-btn svg{width:18px;height:18px;fill:var(--nh-blue-dark)}.nh-navbar__phone{display:flex;align-items:center;gap:8px;color:var(--nh-white);text-decoration:none;font-size:15px;font-weight:700;white-space:nowrap;flex-shrink:0}.nh-navbar__phone svg{width:20px;height:20px;fill:var(--nh-yellow)}.nh-navbar__phone span{font-size:11px;font-weight:400;opacity:.7;display:block;line-height:1}.nh-hero{position:relative;overflow:hidden;background:var(--nh-blue-dark)}.nh-hero__slide{position:relative;min-height:520px;display:flex;align-items:center}.nh-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:70% center}.nh-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#00143ceb,#00143cd1 35%,#00143c73 60%,#00143c14)}.nh-hero__content{position:relative;z-index:2;max-width:560px;padding:60px 0}.nh-hero__headline{font-size:40px;font-weight:900;color:var(--nh-white);line-height:1.15;margin-bottom:10px;text-shadow:0 2px 12px rgba(0,0,0,.5);letter-spacing:-.5px}.nh-hero__headline em{font-style:normal;color:var(--nh-yellow);display:block}.nh-hero__desc{font-size:15px;color:#ffffffd9;margin-bottom:28px;line-height:1.6}.nh-hero__btns{display:flex;gap:12px;margin-bottom:28px;flex-wrap:wrap}.nh-btn-primary{display:inline-flex;align-items:center;gap:8px;background:var(--nh-yellow);color:var(--nh-blue-dark);padding:12px 24px;border-radius:6px;font-size:14px;font-weight:700;text-decoration:none;border:none;cursor:pointer;transition:all .2s}.nh-btn-primary:hover{background:var(--nh-yellow-dark);transform:translateY(-1px);box-shadow:0 4px 16px #ffd10066}.nh-btn-outline{display:inline-flex;align-items:center;gap:8px;background:transparent;color:var(--nh-white);padding:12px 24px;border-radius:6px;border:2px solid rgba(255,255,255,.6);font-size:14px;font-weight:600;text-decoration:none;cursor:pointer;transition:all .2s}.nh-btn-outline:hover{border-color:var(--nh-white);background:#ffffff1a}.nh-hero__badges{display:flex;gap:16px;flex-wrap:wrap}.nh-hero__badge{display:flex;align-items:center;gap:6px;color:#ffffffd9;font-size:12px;font-weight:500}.nh-hero__badge svg{width:16px;height:16px;fill:var(--nh-yellow)}.nh-hero__dots{position:absolute;bottom:16px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:3}.nh-hero__dot{width:8px;height:8px;border-radius:50%;background:#fff6;border:none;cursor:pointer;transition:all .2s;padding:0}.nh-hero__dot.is-active{background:var(--nh-yellow);width:24px;border-radius:4px}.nh-brands-cats{background:var(--nh-white);padding:28px 0;border-bottom:1px solid var(--nh-border)}.nh-brands-cats__grid{display:grid;grid-template-columns:260px 1fr;gap:28px;align-items:start}.nh-section-label{font-size:16px;font-weight:800;color:var(--nh-text);margin-bottom:4px}.nh-section-sub{font-size:12px;color:var(--nh-muted);margin-bottom:14px}.nh-brands-list{display:flex;flex-direction:column;gap:12px}.nh-brand-item{display:flex;align-items:center;justify-content:center;border:none;padding:10px 0;text-decoration:none;transition:transform .25s ease,opacity .25s ease;background:transparent;min-height:80px;width:100%;box-sizing:border-box}.nh-brand-item:hover{transform:scale(1.05);opacity:.9}.nh-brand-item img{max-height:100px;max-width:100%;width:auto;height:auto;object-fit:contain;display:block}.nh-brand-item--new-holland img{max-height:110px;width:100%}.nh-brand-placeholder{font-size:22px;font-weight:900;color:var(--nh-blue);letter-spacing:-.5px}.nh-brand-placeholder.fiat{color:#c00}.nh-cats-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:14px}.nh-cats-all-link{font-size:13px;color:var(--nh-blue);font-weight:600;text-decoration:none;display:flex;align-items:center;gap:4px}.nh-cats-all-link:hover{text-decoration:underline}.nh-cats-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.nh-cat-card{display:flex;flex-direction:column;align-items:center;gap:8px;padding:14px 8px;border:1.5px solid var(--nh-border);border-radius:10px;text-decoration:none;background:var(--nh-white);transition:all .2s;text-align:center}.nh-cat-card:hover{border-color:var(--nh-blue);box-shadow:0 4px 16px #0030871a;transform:translateY(-2px)}.nh-cat-card__icon{width:100%;height:100px;background:transparent;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:8px}.nh-cat-card:hover .nh-cat-card__icon{background:transparent}.nh-cat-card__icon img{width:100%;height:100px;object-fit:cover;border-radius:8px;transition:transform .3s ease}.nh-cat-card:hover .nh-cat-card__icon img{transform:scale(1.06)}.nh-cat-card__icon svg{width:40px;height:40px;fill:var(--nh-blue)}.nh-cat-card__name{font-size:12px;font-weight:700;color:var(--nh-text);line-height:1.3;text-align:center}.nh-stats{background:var(--nh-blue);padding:20px 0}.nh-stats__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.nh-stat-item{display:flex;align-items:center;gap:14px;padding:0 24px;border-right:1px solid rgba(255,255,255,.15)}.nh-stat-item:last-child{border-right:none}.nh-stat-item__icon{width:42px;height:42px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.nh-stat-item__icon svg{width:36px;height:36px;fill:var(--nh-yellow);opacity:.9}.nh-stat-item__num{font-size:24px;font-weight:700;color:var(--nh-white);line-height:1.1;letter-spacing:-.2px}.nh-stat-item__num em{font-style:normal;color:var(--nh-yellow)}.nh-stat-item__label{font-size:13px;color:#ffffffd9;font-weight:400;line-height:1.4;margin-top:2px}.nh-products{padding:32px 0}.nh-products__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.nh-products__title{font-size:20px;font-weight:800;color:var(--nh-text)}.nh-products__title span{color:var(--nh-blue)}.nh-products__sub{font-size:13px;color:var(--nh-muted);margin-top:2px}.nh-products__header-right{display:flex;align-items:center;gap:12px}.nh-products__all-link{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--nh-blue);text-decoration:none}.nh-products__all-link:hover{text-decoration:underline}.nh-products__nav-btn{width:32px;height:32px;border:1.5px solid var(--nh-border);border-radius:6px;background:var(--nh-white);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.nh-products__nav-btn:hover{border-color:var(--nh-blue);background:var(--nh-blue)}.nh-products__nav-btn:hover svg{fill:var(--nh-white)}.nh-products__nav-btn svg{width:16px;height:16px;fill:var(--nh-text)}.nh-products__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.nh-prod-card{background:var(--nh-white);border:1.5px solid var(--nh-border);border-radius:10px;overflow:hidden;display:flex;flex-direction:column;transition:all .2s;position:relative}.nh-prod-card:hover{border-color:var(--nh-blue);box-shadow:0 6px 24px #0030871a;transform:translateY(-2px)}.nh-prod-card__fav{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;background:var(--nh-white);border:1.5px solid var(--nh-border);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:all .2s}.nh-prod-card__fav:hover{border-color:#ef4444}.nh-prod-card__fav svg{width:14px;height:14px;fill:none;stroke:var(--nh-muted);stroke-width:2}.nh-prod-card__fav:hover svg{stroke:#ef4444}.nh-prod-card__badges{position:absolute;top:8px;left:8px;display:flex;flex-direction:column;gap:4px;z-index:2}.nh-badge-stock{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:2px 6px;border-radius:3px;background:#dcfce7;color:#166534}.nh-badge-soldout{background:#fee2e2;color:#991b1b;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:2px 6px;border-radius:3px}.nh-prod-card__img-wrap{padding:20px;display:flex;align-items:center;justify-content:center;background:var(--nh-white);height:170px}.nh-prod-card__img-wrap img{max-width:100%;max-height:130px;object-fit:contain}.nh-prod-card__body{padding:10px 12px;flex:1;display:flex;flex-direction:column}.nh-prod-card__vendor{font-size:10px;font-weight:700;color:var(--nh-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.nh-prod-card__title{font-size:13px;font-weight:600;color:var(--nh-text);line-height:1.4;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-decoration:none}.nh-prod-card__title:hover{color:var(--nh-blue)}.nh-prod-card__price{margin-top:auto;margin-bottom:10px}.nh-prod-card__price-main{font-size:17px;font-weight:800;color:var(--nh-text)}.nh-prod-card__price-old{font-size:12px;color:var(--nh-muted);text-decoration:line-through;margin-left:6px}.nh-prod-card__add-btn{width:100%;background:var(--nh-yellow);color:var(--nh-blue-dark);border:none;border-radius:6px;padding:9px 12px;font-size:12.5px;font-weight:700;cursor:pointer;transition:all .2s;text-align:center;display:block;text-decoration:none}.nh-prod-card__add-btn:hover{background:var(--nh-yellow-dark)}.nh-prod-card__add-btn:disabled{background:#d1d5db;color:#6b7280;cursor:not-allowed}.nh-cta{position:relative;overflow:hidden;border-radius:12px;margin:0 0 32px;min-height:260px;display:flex;align-items:center;background:var(--nh-blue-dark)}.nh-cta__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center right}.nh-cta__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#001952eb,#001952b3 55%,#00195233)}.nh-cta__content{position:relative;z-index:2;padding:40px;max-width:540px}.nh-cta__eyebrow{display:inline-block;background:var(--nh-yellow);color:var(--nh-blue-dark);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:1px;padding:4px 12px;border-radius:20px;margin-bottom:14px}.nh-cta__title{font-size:30px;font-weight:900;color:var(--nh-white);line-height:1.2;margin-bottom:10px}.nh-cta__title em{font-style:normal;color:var(--nh-yellow)}.nh-cta__desc{font-size:14px;color:#fffc;margin-bottom:24px;line-height:1.6}.nh-cta__features{display:flex;gap:20px;flex-wrap:wrap;margin-top:20px}.nh-cta__feature{display:flex;align-items:center;gap:6px;color:#fffc;font-size:12px;font-weight:500}.nh-cta__feature svg{width:14px;height:14px;fill:var(--nh-yellow)}.nh-trust-footer{background:var(--nh-white);border-top:1px solid var(--nh-border);padding:24px 0}.nh-trust-footer__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.nh-trust-footer__item{display:flex;align-items:center;gap:14px;padding:12px 24px;border-right:1px solid var(--nh-border)}.nh-trust-footer__item:last-child{border-right:none}.nh-trust-footer__icon{width:42px;height:42px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.nh-trust-footer__icon svg{width:32px;height:32px;fill:var(--nh-blue)}.nh-trust-footer__text strong{display:block;font-size:13px;font-weight:700;color:var(--nh-text);margin-bottom:2px}.nh-trust-footer__text span{font-size:12px;color:var(--nh-muted)}.nh-breadcrumb{padding:16px 0;font-size:12px;color:#64748b;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.nh-breadcrumb a{color:var(--nh-blue);text-decoration:none;font-weight:600}.nh-breadcrumb a:hover{text-decoration:underline}.nh-breadcrumb__sep{color:#cbd5e1}.nh-breadcrumb__current{color:var(--nh-text);font-weight:700}.nh-pdp{padding-bottom:60px}.nh-pdp__top-grid{display:grid;grid-template-columns:460px 1fr 340px;gap:24px;margin-bottom:40px;align-items:start}.nh-pdp__gallery-col{display:flex;flex-direction:column}.nh-pdp__gallery-inner{display:flex;gap:14px}.nh-pdp__thumbs{display:flex;flex-direction:column;gap:10px;width:72px;flex-shrink:0}.nh-pdp__thumb-btn{width:72px;height:72px;border:1.5px solid #e2e8f0;border-radius:8px;overflow:hidden;background:var(--nh-white);cursor:pointer;padding:0;transition:all .15s ease}.nh-pdp__thumb-btn.is-active,.nh-pdp__thumb-btn:hover{border-color:var(--nh-yellow);box-shadow:0 0 0 2px var(--nh-yellow)}.nh-pdp__thumb-btn img{width:100%;height:100%;object-fit:cover}.nh-pdp__main-img-wrap{flex:1;position:relative;border:1.5px solid #e2e8f0;border-radius:12px;background:var(--nh-white);overflow:hidden;height:400px;display:flex;align-items:center;justify-content:center;padding:20px}.nh-pdp__main-img-wrap img{max-height:360px;max-width:100%;object-fit:contain}.nh-pdp__badge-orig{position:absolute;top:14px;left:14px;background:var(--nh-blue);color:var(--nh-white);font-size:11px;font-weight:800;padding:4px 10px;border-radius:4px;z-index:2;letter-spacing:.5px}.nh-pdp__zoom-btn{position:absolute;top:14px;right:14px;background:var(--nh-white);border:1px solid #cbd5e1;border-radius:6px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;box-shadow:0 2px 6px #00000014}.nh-pdp__zoom-btn svg{width:16px;height:16px;fill:var(--nh-text)}.nh-pdp__gallery-trust{display:flex;gap:10px;margin-top:14px}.nh-pdp__trust-badge{flex:1;display:flex;align-items:center;gap:8px;padding:10px 8px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}.nh-pdp__trust-badge svg{width:20px;height:20px;fill:var(--nh-blue);flex-shrink:0}.nh-pdp__trust-badge strong{display:block;font-size:11px;color:var(--nh-text);line-height:1.2}.nh-pdp__trust-badge span{display:block;font-size:10px;color:#64748b}.nh-pdp__details-col{display:flex;flex-direction:column}.nh-pdp__vendor-pill{display:inline-block;align-self:flex-start;background:#fff7ed;color:#d97706;border:1px solid #fde68a;font-size:11px;font-weight:800;padding:3px 12px;border-radius:12px;margin-bottom:10px}.nh-pdp__title{font-size:22px;font-weight:900;color:var(--nh-text);margin-bottom:8px;line-height:1.3}.nh-pdp__meta-row{font-size:12px;color:#64748b;margin-bottom:12px;display:flex;align-items:center;gap:8px}.nh-pdp__meta-sep{color:#cbd5e1}.nh-pdp__rating-row{display:flex;align-items:center;gap:6px;font-size:13px;margin-bottom:14px}.nh-pdp__stars{color:#f59e0b;letter-spacing:1px}.nh-pdp__rating-score{font-weight:800;color:var(--nh-text)}.nh-pdp__rating-count{color:#64748b;font-size:12px}.nh-pdp__price-block{display:flex;align-items:center;gap:14px;margin-bottom:16px}.nh-pdp__price-main{font-size:28px;font-weight:900;color:var(--nh-blue)}.nh-pdp__stock-badge{font-size:12px;font-weight:800;padding:4px 10px;border-radius:6px}.nh-pdp__stock-badge--in{background:#dcfce7;color:#15803d}.nh-pdp__stock-badge--out{background:#fee2e2;color:#b91c1c}.nh-pdp__desc-short{font-size:13px;color:#475569;line-height:1.6;margin-bottom:20px}.nh-pdp__specs-table{display:flex;flex-direction:column;background:#fff;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;margin-bottom:20px;font-size:12.5px}.nh-pdp__spec-row{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;border-bottom:1px solid #f1f5f9;box-sizing:border-box}.nh-pdp__spec-row:last-child{border-bottom:none}.nh-pdp__spec-row:nth-child(2n){background:#f8fafc}.nh-pdp__spec-row span{color:#64748b;font-weight:600;text-align:left}.nh-pdp__spec-row strong{color:var(--nh-blue-dark);font-weight:700;text-align:right}.nh-pdp__actions-bar{display:flex;gap:16px;font-size:12.5px;font-weight:600;color:#475569}.nh-pdp__action-btn{background:none;border:none;font:inherit;color:inherit;cursor:pointer;display:flex;align-items:center;gap:4px;transition:color .15s}.nh-pdp__action-btn:hover{color:var(--nh-blue)}.nh-pdp__buybox-card{border:1.5px solid #e2e8f0;border-radius:14px;background:var(--nh-white);padding:20px;box-shadow:0 4px 20px #0030870f;display:flex;flex-direction:column;gap:14px}.nh-pdp__buybox-price{font-size:26px;font-weight:900;color:var(--nh-blue)}.nh-pdp__taksit-note{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #bfdbfe;color:#1e40af;font-size:12.5px;font-weight:800;padding:7px 12px;border-radius:8px;margin-top:6px;margin-bottom:14px;box-shadow:0 2px 8px #1e40af14}.nh-pdp__taksit-note svg{fill:#2563eb;flex-shrink:0}.nh-pdp__qty-buy-row{display:flex;gap:10px}.nh-pdp__qty-selector{display:flex;align-items:center;border:1.5px solid #cbd5e1;border-radius:6px;overflow:hidden;width:90px;flex-shrink:0}.nh-pdp__qty-selector button{width:28px;height:42px;border:none;background:#f1f5f9;font-weight:800;cursor:pointer}.nh-pdp__qty-selector input{width:34px;text-align:center;border:none;font-weight:800;font-size:14px;outline:none}.nh-pdp__add-cart-btn{flex:1;height:44px;font-size:14px;font-weight:800;display:flex;align-items:center;justify-content:center}.nh-pdp__fast-buy-btn{display:flex;align-items:center;justify-content:center;background:#001f5c;color:var(--nh-white);font-weight:800;font-size:14px;height:42px;border-radius:6px;text-decoration:none;transition:background .15s}.nh-pdp__fast-buy-btn:hover{background:#00153f}.nh-pdp__whatsapp-btn{display:flex;align-items:center;justify-content:center;background:#f0fdf4;color:#15803d;border:1.5px solid #86efac;font-weight:800;font-size:13.5px;height:42px;border-radius:6px;text-decoration:none;transition:all .15s}.nh-pdp__whatsapp-btn:hover{background:#dcfce7}.nh-pdp__shipping-info{background:#f8fafc;border-radius:8px;padding:12px;display:flex;flex-direction:column;gap:8px;font-size:12px}.nh-pdp__ship-row{display:flex;justify-content:space-between;color:#475569}.nh-pdp__ssl-badge{display:flex;flex-direction:column;align-items:center;background:#f1f5f9;border-radius:8px;padding:10px;font-size:11.5px;text-align:center;color:#475569}.nh-pdp__bottom-section{border:1.5px solid #e2e8f0;border-radius:14px;background:var(--nh-white);padding:24px;box-shadow:0 4px 20px #00000008}.nh-pdp__tabs-nav{display:flex;gap:12px;border-bottom:2px solid #e2e8f0;margin-bottom:24px;overflow-x:auto}.nh-pdp__tab-btn{padding:12px 20px;font-size:14px;font-weight:700;color:#64748b;background:none;border:none;border-bottom:3px solid transparent;margin-bottom:-2px;cursor:pointer;white-space:nowrap;transition:all .15s}.nh-pdp__tab-btn.is-active,.nh-pdp__tab-btn:hover{color:var(--nh-blue);border-bottom-color:var(--nh-blue)}.nh-pdp__desc-grid{display:grid;grid-template-columns:1fr 360px;gap:28px;align-items:start}.nh-pdp__desc-left h3{font-size:18px;font-weight:800;color:var(--nh-text);margin-bottom:12px}.nh-pdp__desc-left p{font-size:14px;color:#475569;line-height:1.7;margin-bottom:20px}.nh-pdp__feature-checklist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px;font-size:13.5px;font-weight:600;color:var(--nh-text)}.nh-pdp__desc-right{display:flex;flex-direction:column;align-items:center;gap:12px;background:#f8fafc;padding:20px;border-radius:12px;border:1px solid #e2e8f0}.nh-pdp__desc-right img{max-height:220px;object-fit:contain}.nh-pdp__desc-brand-badge{background:var(--nh-yellow);color:var(--nh-blue-dark);font-weight:900;font-size:12px;padding:6px 16px;border-radius:20px;text-align:center}.nh-plp{padding-bottom:60px}.nh-plp__layout{display:grid;grid-template-columns:250px 1fr;gap:28px;align-items:start}.nh-filter-block{border:1.5px solid #e2e8f0;border-radius:12px;background:var(--nh-white);padding:16px;margin-bottom:16px}.nh-filter-block__title{font-size:14px;font-weight:800;color:var(--nh-text);margin-bottom:12px}.nh-filter-list{list-style:none;padding:0 4px 0 0;margin:0;display:flex;flex-direction:column;gap:6px;max-height:240px;overflow-y:auto}.nh-filter-list::-webkit-scrollbar,.nh-filter-checkboxes::-webkit-scrollbar{width:5px}.nh-filter-list::-webkit-scrollbar-track,.nh-filter-checkboxes::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.nh-filter-list::-webkit-scrollbar-thumb,.nh-filter-checkboxes::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.nh-filter-list::-webkit-scrollbar-thumb:hover,.nh-filter-checkboxes::-webkit-scrollbar-thumb:hover{background:#94a3b8}.nh-filter-link{display:flex;justify-content:space-between;align-items:center;font-size:13px;font-weight:600;color:#475569;text-decoration:none;padding:4px 0;transition:color .15s}.nh-filter-link.is-active,.nh-filter-link:hover{color:var(--nh-blue);font-weight:700}.nh-filter-link em{font-style:normal;font-size:11.5px;color:#94a3b8}.nh-filter-search{margin-bottom:10px}.nh-filter-search input{width:100%;padding:7px 10px;border:1px solid #cbd5e1;border-radius:6px;font-size:12.5px;outline:none}.nh-filter-checkboxes{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px;max-height:200px;overflow-y:auto}.nh-checkbox-label{display:flex;align-items:center;gap:8px;font-size:13px;color:#334155;cursor:pointer}.nh-checkbox-label input{accent-color:var(--nh-blue)}.nh-checkbox-label em{margin-left:auto;font-style:normal;font-size:11px;color:#94a3b8}.nh-filter-more-btn{background:none;border:none;color:var(--nh-blue);font-weight:700;font-size:12px;padding:6px 0 0;cursor:pointer}.nh-price-inputs{display:flex;align-items:center;gap:8px;margin-top:10px}.nh-price-input-box{display:flex;align-items:center;border:1px solid #cbd5e1;border-radius:6px;padding:0 8px;height:34px;flex:1}.nh-price-input-box span{font-size:12px;color:#64748b}.nh-price-input-box input{width:100%;border:none;outline:none;font-size:12.5px;padding-left:4px}.nh-plp__header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:16px}.nh-plp__title{font-size:26px;font-weight:900;color:var(--nh-text);margin-bottom:2px}.nh-plp__count{font-size:13px;color:#64748b}.nh-plp__controls{display:flex;align-items:center;gap:16px;font-size:13px;font-weight:600;color:#475569}.nh-plp__view-mode{display:flex;align-items:center;gap:6px}.nh-view-btn{width:32px;height:32px;border:1px solid #cbd5e1;border-radius:6px;background:var(--nh-white);display:flex;align-items:center;justify-content:center;cursor:pointer}.nh-view-btn.is-active{border-color:var(--nh-blue);background:#f0f4fc}.nh-view-btn svg{width:16px;height:16px;fill:#64748b}.nh-view-btn.is-active svg{fill:var(--nh-blue)}.nh-plp__sort-select,.nh-plp__limit-select{border:1px solid #cbd5e1;border-radius:6px;padding:6px 10px;font-size:13px;font-weight:600;outline:none;background:var(--nh-white)}.nh-plp__active-filters{display:flex;align-items:center;gap:8px;margin-bottom:20px;background:#f8fafc;padding:10px 14px;border-radius:8px;border:1px solid #e2e8f0}.nh-active-filter-tag{background:var(--nh-white);border:1px solid #cbd5e1;border-radius:16px;padding:4px 10px;font-size:12px;font-weight:700;color:var(--nh-text);display:flex;align-items:center;gap:6px}.nh-active-filter-tag button{background:none;border:none;font-size:11px;cursor:pointer;color:#94a3b8}.nh-clear-all-btn{margin-left:auto;background:none;border:none;font-size:12px;font-weight:700;color:#ef4444;cursor:pointer}.nh-plp__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:30px}.nh-plp__pagination{display:flex;align-items:center;justify-content:center;gap:8px;padding:20px 0}.nh-page-nav,.nh-page-num{width:36px;height:36px;border:1px solid #cbd5e1;border-radius:8px;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:13px;font-weight:700;color:var(--nh-text);background:var(--nh-white);transition:all .15s}.nh-page-num.is-active{background:var(--nh-yellow);border-color:var(--nh-yellow);color:var(--nh-blue-dark)}.nh-page-nav:hover,.nh-page-num:hover:not(.is-active){border-color:var(--nh-blue);color:var(--nh-blue)}.nh-page-summary{margin-left:16px;font-size:12px;color:#64748b}@media(max-width:1024px){.nh-pdp__top-grid,.nh-plp__layout{grid-template-columns:1fr}.nh-plp__grid,.nh-cats-grid,.nh-products__grid{grid-template-columns:repeat(3,1fr)}.nh-topbar__trust{display:none}.nh-brands-cats__grid{grid-template-columns:1fr}.nh-stats__grid,.nh-trust-footer__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.nh-hero__headline{font-size:26px}.nh-cats-grid{grid-template-columns:repeat(3,1fr)}.nh-products__grid{grid-template-columns:repeat(2,1fr)}.nh-cta__title{font-size:22px}.nh-stats__grid{grid-template-columns:repeat(2,1fr)}.nh-navbar__cats-btn{display:none}}@media(max-width:480px){.nh-products__grid,.nh-cats-grid{grid-template-columns:repeat(2,1fr)}.nh-trust-footer__grid,.nh-stats__grid{grid-template-columns:1fr}}.nh-footer{background-color:var(--nh-blue-dark);color:var(--nh-white);padding:40px 0 20px;margin-top:20px}.nh-footer__top{display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:25px;margin-bottom:20px}.nh-footer__brand{flex:1;min-width:250px;max-width:320px}.nh-footer__logo{display:inline-block;margin-bottom:15px;text-decoration:none}.nh-footer__logo img{background:#fff;padding:8px 16px;border-radius:8px;box-shadow:0 2px 10px #0000001a;display:block}.nh-logo-text{font-size:20px;color:var(--nh-white);letter-spacing:-.5px}.nh-logo-text strong{color:var(--nh-yellow)}.nh-footer__about{font-size:13px;color:#94a3b8;line-height:1.5;margin-bottom:15px}.nh-footer__contact a{display:flex;align-items:center;gap:8px;color:var(--nh-white);text-decoration:none;font-size:13px;margin-bottom:8px;transition:color .2s}.nh-footer__contact a:hover{color:var(--nh-yellow)}.nh-footer__contact svg{width:16px;height:16px;fill:var(--nh-yellow)}.nh-footer__menu-block{flex:1;min-width:150px}.nh-footer__title{font-size:14px;font-weight:700;color:var(--nh-white);margin-bottom:15px;text-transform:uppercase;letter-spacing:.5px}.nh-footer__menu{list-style:none;padding:0;margin:0}.nh-footer__menu li{margin-bottom:8px}.nh-footer__menu a{color:#94a3b8;text-decoration:none;font-size:13px;transition:color .2s}.nh-footer__menu a:hover{color:var(--nh-white)}.nh-footer__bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px}.nh-footer__copyright{font-size:12px;color:#64748b}.nh-footer__payments{display:flex;gap:6px}.nh-payment-icon{width:34px;height:22px}@media(max-width:768px){.nh-footer__top{flex-direction:column;gap:20px}.nh-footer__bottom{flex-direction:column;text-align:center}}.nh-footer__contact-address{display:flex;align-items:flex-start;gap:8px;color:var(--nh-white);font-size:13px;line-height:1.5;margin-top:8px}.nh-footer__contact-address svg{width:16px;height:16px;fill:var(--nh-yellow);flex-shrink:0;margin-top:2px}.nh-pdp__qa-grid,.nh-pdp__reviews-grid{display:grid;grid-template-columns:1fr;gap:30px;max-width:900px}@media(min-width:992px){.nh-pdp__reviews-grid{grid-template-columns:300px 1fr}}.nh-pdp__qa-left h3{font-size:20px;font-weight:800;color:var(--nh-blue-dark);margin-bottom:20px}.nh-pdp__qa-form{display:flex;gap:10px;margin-bottom:30px}.nh-pdp__qa-form input{flex:1;padding:14px 18px;border:1px solid var(--nh-border);border-radius:8px;font-size:14px;outline:none;transition:border-color .2s}.nh-pdp__qa-form input:focus{border-color:var(--nh-blue)}.nh-pdp__qa-form button{background:var(--nh-blue);color:var(--nh-white);border:none;padding:0 24px;border-radius:8px;font-weight:700;cursor:pointer;transition:background .2s}.nh-pdp__qa-form button:hover{background:var(--nh-blue-dark)}.nh-pdp__qa-item{background:var(--nh-white);border:1px solid var(--nh-border);border-radius:12px;padding:20px;margin-bottom:16px}.nh-pdp__qa-user{display:flex;align-items:center;gap:12px;margin-bottom:12px}.nh-pdp__qa-avatar{width:36px;height:36px;background:#f1f5f9;color:var(--nh-blue);font-weight:800;display:flex;align-items:center;justify-content:center;border-radius:50%}.nh-pdp__qa-user strong{display:block;font-size:14px;color:var(--nh-text)}.nh-pdp__qa-user span{font-size:12px;color:#94a3b8}.nh-pdp__qa-q{font-size:15px;font-weight:700;color:var(--nh-text);margin-bottom:10px}.nh-pdp__qa-a{background:#f8fafc;padding:14px;border-radius:8px;font-size:14px;color:#475569;border-left:3px solid var(--nh-yellow)}.nh-pdp__qa-a strong{color:var(--nh-blue);margin-right:6px}.nh-pdp__reviews-summary{background:var(--nh-white);border:1px solid var(--nh-border);border-radius:12px;padding:24px;text-align:center}.nh-pdp__rating-big{font-size:48px;font-weight:900;color:var(--nh-blue);line-height:1;margin-bottom:8px}.nh-pdp__reviews-summary .nh-pdp__stars{font-size:18px;margin-bottom:4px}.nh-pdp__reviews-summary>span{display:block;font-size:13px;color:#64748b;margin-bottom:24px}.nh-pdp__rating-bars{display:flex;flex-direction:column;gap:8px}.nh-pdp__bar-row{display:flex;align-items:center;gap:12px;font-size:12px;color:#475569}.nh-pdp__bar{flex:1;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}.nh-pdp__bar div{height:100%;background:var(--nh-yellow);border-radius:4px}.nh-pdp__bar-row span:last-child{min-width:20px;text-align:right;color:#94a3b8}.nh-pdp__review-card{background:var(--nh-white);border:1px solid var(--nh-border);border-radius:12px;padding:24px;margin-bottom:16px}.nh-pdp__review-header{display:flex;align-items:center;gap:12px;margin-bottom:12px;flex-wrap:wrap}.nh-pdp__review-header strong{font-size:15px;color:var(--nh-text)}.nh-pdp__review-date{font-size:13px;color:#94a3b8;margin-left:auto}.nh-pdp__review-card p{font-size:14px;color:#475569;line-height:1.6}.nh-cart-page{padding:10px 0 40px}.nh-cart-header{display:flex;justify-content:space-between;align-items:flex-end;margin:15px 0 20px}.nh-cart-title{font-size:28px;font-weight:800;color:var(--nh-blue-dark);margin-bottom:8px}.nh-cart-count{font-size:20px;color:#64748b;font-weight:600}.nh-cart-subtitle{color:#64748b;font-size:15px}.nh-cart-clear-btn{display:flex;align-items:center;gap:8px;color:#475569;text-decoration:none;font-size:14px;font-weight:600;transition:color .2s}.nh-cart-clear-btn:hover{color:#ef4444}.nh-cart-clear-btn svg{width:18px;height:18px;fill:currentColor}.nh-cart-grid{display:grid;grid-template-columns:1fr;gap:30px}@media(min-width:992px){.nh-cart-grid{grid-template-columns:1fr 340px}}.nh-cart-table{background:var(--nh-white);border:1px solid var(--nh-border);border-radius:12px;overflow:hidden}.nh-cart-table__header{display:flex;align-items:center;padding:16px 20px;background:#f8fafc;border-bottom:1px solid var(--nh-border);font-weight:700;font-size:13px;color:#475569}.nh-cart-th--check{width:140px;display:flex;align-items:center;gap:8px}.nh-cart-th--product{flex:1;margin-left:20px}.nh-cart-th--price,.nh-cart-th--qty{width:120px;text-align:center}.nh-cart-th--total{width:120px;text-align:right}.nh-cart-table__body{display:flex;flex-direction:column}.nh-cart-row{display:flex;align-items:center;padding:24px 20px;border-bottom:1px solid var(--nh-border)}.nh-cart-row:last-child{border-bottom:none}.nh-cart-td--check{width:40px;display:flex;align-items:center;justify-content:flex-start}.nh-cart-item-check{width:18px;height:18px;accent-color:var(--nh-yellow)}.nh-cart-td--product{flex:1;display:flex;gap:16px;align-items:center;margin-left:20px}.nh-cart-item-img{width:80px;height:80px;border-radius:8px;overflow:hidden;border:1px solid var(--nh-border);display:flex;align-items:center;justify-content:center;flex-shrink:0}.nh-cart-item-img img{width:100%;height:100%;object-fit:contain}.nh-cart-item-info{display:flex;flex-direction:column;gap:6px}.nh-cart-item-title{font-size:15px;font-weight:700;color:var(--nh-blue-dark);text-decoration:none;line-height:1.4}.nh-cart-item-sku{font-size:13px;color:#64748b}.nh-cart-item-stock{font-size:12px;font-weight:700;color:#16a34a;display:flex;align-items:center;gap:4px}.nh-cart-item-stock svg{width:14px;height:14px;fill:currentColor}.nh-cart-item-actions{display:flex;gap:16px;margin-top:6px}.nh-cart-action-btn{display:flex;align-items:center;gap:6px;font-size:12px;color:#64748b;text-decoration:none;background:none;border:none;cursor:pointer;padding:0}.nh-cart-action-btn:hover{color:var(--nh-blue)}.nh-cart-action-remove:hover{color:#ef4444}.nh-cart-action-btn svg{width:14px;height:14px;fill:currentColor}.nh-cart-td--price{width:120px;text-align:center;font-size:15px;font-weight:700;color:var(--nh-text)}.nh-cart-td--qty{width:120px;display:flex;justify-content:center}.nh-cart-qty-box{display:flex;align-items:center;border:1px solid var(--nh-border);border-radius:6px;overflow:hidden;height:36px}.nh-cart-qty-box button{width:30px;height:100%;background:#f8fafc;border:none;font-size:16px;color:#475569;cursor:pointer}.nh-cart-qty-box input{width:40px;height:100%;border:none;border-left:1px solid var(--nh-border);border-right:1px solid var(--nh-border);text-align:center;font-size:14px;font-weight:600;color:var(--nh-text);outline:none;-moz-appearance:textfield}.nh-cart-qty-box input::-webkit-outer-spin-button,.nh-cart-qty-box input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.nh-cart-td--total{width:120px;text-align:right;font-size:15px;font-weight:800;color:var(--nh-blue-dark)}.nh-cart-table__footer{display:flex;justify-content:space-between;padding:20px;border-top:1px solid var(--nh-border);background:#f8fafc}.nh-btn-outline{display:inline-block;padding:10px 20px;border:1px solid var(--nh-border);background:var(--nh-white);color:var(--nh-text);font-size:14px;font-weight:600;border-radius:8px;text-decoration:none;cursor:pointer;transition:all .2s}.nh-btn-outline:hover{background:#f1f5f9}.nh-cart-summary-box{background:var(--nh-white);border:1px solid var(--nh-border);border-radius:12px;padding:24px;margin-bottom:20px}.nh-cart-summary-title{font-size:18px;font-weight:800;color:var(--nh-blue-dark);margin-bottom:24px}.nh-cart-summary-row{display:flex;justify-content:space-between;align-items:center;font-size:14px;color:#475569;margin-bottom:16px}.nh-cart-summary-row strong{color:var(--nh-text);font-size:15px}.nh-info-icon{width:14px;height:14px;fill:#94a3b8;vertical-align:middle;margin-left:4px}.nh-cart-summary-total{display:flex;justify-content:space-between;align-items:center;padding-top:20px;border-top:1px solid var(--nh-border);margin-top:10px;margin-bottom:20px;font-size:16px;font-weight:700;color:var(--nh-text)}.nh-cart-summary-total strong{font-size:24px;font-weight:900;color:var(--nh-blue-dark)}.nh-cart-free-shipping-msg{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:#16a34a;font-weight:600;margin-bottom:24px;line-height:1.4}.nh-cart-free-shipping-msg svg{width:18px;height:18px;fill:currentColor;flex-shrink:0;margin-top:2px}.nh-cart-checkout-btn{width:100%;padding:16px;font-size:16px;border-radius:8px;margin-bottom:12px}.nh-btn-whatsapp-outline{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:14px;font-size:15px;font-weight:700;color:#16a34a;background:var(--nh-white);border:1px solid #16a34a;border-radius:8px;text-decoration:none;transition:all .2s}.nh-btn-whatsapp-outline:hover{background:#f0fdf4}.nh-btn-whatsapp-outline svg{width:20px;height:20px;fill:currentColor}.nh-cart-trust-box{background:#f8fafc;border:1px solid var(--nh-border);border-radius:12px;padding:24px}.nh-cart-trust-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:20px}.nh-cart-trust-header svg{width:32px;height:32px;fill:var(--nh-blue-dark);flex-shrink:0}.nh-cart-trust-header strong{display:block;font-size:15px;color:var(--nh-blue-dark);margin-bottom:4px}.nh-cart-trust-header span{font-size:13px;color:#64748b;line-height:1.4}.nh-cart-trust-list{list-style:none;display:flex;flex-direction:column;gap:12px}.nh-cart-trust-list li{display:flex;align-items:center;gap:10px;font-size:13px;color:#475569;font-weight:500}.nh-cart-trust-list svg{width:16px;height:16px;fill:var(--nh-blue);flex-shrink:0}.nh-cart-bottom-banner{margin-top:40px;background:#f8fafc;border:1px solid var(--nh-border);border-radius:12px;padding:30px;display:flex;align-items:center;justify-content:space-between}.nh-cart-banner-text h3{font-size:20px;font-weight:800;color:var(--nh-blue-dark);margin-bottom:6px}.nh-cart-banner-text p{color:#64748b;font-size:15px}.nh-btn-dark{display:inline-flex;align-items:center;gap:10px;background:var(--nh-blue-dark);color:var(--nh-white);padding:14px 24px;border-radius:8px;font-weight:700;font-size:15px;text-decoration:none;transition:background .2s}.nh-btn-dark:hover{background:var(--nh-blue)}.nh-btn-dark svg{width:18px;height:18px;fill:currentColor}.nh-cart-empty{text-align:center;padding:80px 20px;background:var(--nh-white);border:1px solid var(--nh-border);border-radius:12px}.nh-cart-empty svg{width:64px;height:64px;fill:#cbd5e1;margin-bottom:20px}.nh-cart-empty h2{font-size:24px;font-weight:800;color:var(--nh-blue-dark);margin-bottom:10px}.nh-cart-empty p{color:#64748b;margin-bottom:24px}@media(max-width:991px){.nh-cart-table__header{display:none}.nh-cart-row{flex-wrap:wrap;gap:16px;position:relative;padding-bottom:60px}.nh-cart-td--check{position:absolute;top:24px;left:20px}.nh-cart-td--product{padding-left:30px}.nh-cart-td--price,.nh-cart-td--total{width:auto;text-align:left}.nh-cart-td--total{display:none}.nh-cart-td--qty{position:absolute;bottom:24px;right:20px;width:auto}.nh-cart-bottom-banner{flex-direction:column;text-align:center;gap:20px}}.nh-topbar__logo-img{width:280px;height:70px;object-fit:cover;margin-left:-20px}.nh-hero-section-wrapper{background:var(--nh-white);padding:16px 0}.nh-hero-layout{display:flex;gap:12px;align-items:stretch}.nh-hero-sidebar{width:230px;flex-shrink:0;background:var(--nh-white);border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #00143c0f;border:1px solid var(--nh-border);display:flex;flex-direction:column}.nh-hero-sidebar__header{background:var(--nh-blue-dark);color:var(--nh-white);padding:14px;font-size:13px;font-weight:800;display:flex;align-items:center;gap:10px;letter-spacing:.5px}.nh-hero-sidebar__list{list-style:none;margin:0;padding:0;flex:1;display:flex;flex-direction:column}.nh-hero-sidebar__list li{border-bottom:1px solid var(--nh-border)}.nh-hero-sidebar__list li:last-child{border-bottom:none}.nh-hero-sidebar__list li a{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;text-decoration:none;color:var(--nh-text);font-size:12px;font-weight:600;transition:all .2s ease}.nh-hero-sidebar__list li a:hover{background:#f8fafc;color:var(--nh-blue);padding-left:18px}.nh-h-cat-arrow{color:var(--nh-muted);font-size:14px;line-height:1}.nh-hero-sidebar__list li a:hover .nh-h-cat-arrow{color:var(--nh-blue)}.nh-hero-sidebar__all a{justify-content:center;font-weight:700;background:#f1f5f9;color:var(--nh-text);gap:8px}.nh-hero-sidebar__all a:hover{background:#e2e8f0;padding-left:16px}.nh-hero-main{flex:1;min-width:0;display:flex;flex-direction:column}@media(max-width:991px){.nh-hero-layout{flex-direction:column}.nh-hero-sidebar{display:none}}.nh-hero-trust-bar{display:flex;align-items:center;justify-content:space-between;background:var(--nh-white);border-radius:12px;padding:16px 24px;margin-top:16px;box-shadow:0 4px 16px #00143c0f;border:1px solid var(--nh-border);gap:16px;flex-wrap:wrap}@media(max-width:768px){.nh-hero-trust-bar{justify-content:center;gap:20px;padding:16px}}.nh-announcement-wrapper{display:block}.nh-announcement-green{background:var(--nh-blue);color:var(--nh-white);padding:8px 0;overflow:hidden;position:relative;font-size:13px;font-weight:600;white-space:nowrap}.nh-marquee-container{display:flex;width:100%}.nh-marquee-content{display:flex;animation:marquee 25s linear infinite}.nh-marquee-content span{padding:0 40px}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.nh-announcement-dark{background:var(--nh-blue-dark);color:#ffffffd9;padding:6px 0;font-size:12px}.nh-contact-info{display:flex;gap:24px}.nh-contact-info a{color:#ffffffd9;text-decoration:none;display:flex;align-items:center;gap:6px;transition:color .2s}.nh-contact-info a:hover{color:var(--nh-white)}.nh-contact-info svg{fill:currentColor}.nh-lang-switcher{display:flex;gap:12px}.nh-lang-switcher span{cursor:pointer;transition:color .2s}.nh-lang-switcher span.active{color:var(--nh-white);font-weight:600}.nh-lang-switcher span:hover{color:var(--nh-white)}.nh-list-collections{background:#fff;padding-bottom:80px}.nh-lc-header{display:flex;justify-content:space-between;align-items:flex-end;margin:40px 0}.nh-breadcrumbs{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--nh-muted);margin-bottom:24px}.nh-breadcrumbs a{color:var(--nh-text);text-decoration:none}.nh-breadcrumbs svg{fill:currentColor}.nh-lc-header__text h1{font-size:40px;font-weight:800;color:var(--nh-blue-dark);margin-bottom:12px;letter-spacing:-1px}.nh-lc-header__text p{font-size:15px;color:var(--nh-muted)}.nh-lc-header__trust{display:flex;gap:32px}.nh-lc-trust-item{display:flex;align-items:center;gap:12px;background:var(--nh-gray);padding:12px 20px;border-radius:40px}.nh-lc-trust-icon{width:32px;height:32px;background:var(--nh-white);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--nh-text)}.nh-lc-trust-text{font-size:12px;line-height:1.3;color:var(--nh-text)}.nh-lc-trust-text strong{font-size:14px;font-weight:800}.nh-lc-grid-large{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:24px}.nh-lc-card--large{display:flex;background:#f4f5f7;border-radius:16px;padding:32px;text-decoration:none;position:relative;overflow:hidden;min-height:280px;transition:transform .3s}.nh-lc-card--large:hover{transform:translateY(-4px)}.nh-lc-card__content{flex:1;z-index:2;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.nh-lc-card--large h3{font-size:24px;font-weight:800;color:var(--nh-blue-dark);text-transform:uppercase;margin-bottom:8px;line-height:1.2}.nh-lc-card__count{font-size:14px;color:var(--nh-muted);font-weight:600;margin-bottom:16px}.nh-lc-card--large p{font-size:13px;color:#555;margin-bottom:24px;line-height:1.5;max-width:200px}.nh-lc-card__btn{background:var(--nh-blue);color:var(--nh-white);padding:10px 20px;border-radius:6px;font-size:13px;font-weight:600;text-decoration:none;margin-top:auto;transition:all .2s}.nh-lc-card__btn:hover{background:var(--nh-blue-dark)}.nh-lc-card__img-large{position:absolute;right:-20px;bottom:0;width:200px;height:200px;z-index:1}.nh-lc-card__img-large img{width:100%;height:100%;object-fit:contain}.nh-lc-grid-small{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:60px}.nh-lc-card--small{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid var(--nh-border);border-radius:12px;padding:20px 24px;text-decoration:none;transition:all .2s}.nh-lc-card--small:hover{border-color:var(--nh-blue);box-shadow:0 4px 12px #0000000d}.nh-lc-card--small h3{font-size:16px;font-weight:800;color:var(--nh-blue-dark);text-transform:uppercase;margin-bottom:4px}.nh-lc-card__arrow{display:inline-block;margin-top:8px;color:var(--nh-muted);font-weight:700}.nh-lc-card__img-small{width:80px;height:80px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-left:16px}.nh-lc-card__img-small img{max-width:100%;max-height:100%;object-fit:contain}.nh-pagination{margin:40px 0;text-align:center;display:flex;justify-content:center;gap:8px;align-items:center}.nh-pagination span,.nh-pagination a{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border-radius:8px;background:var(--nh-white);color:var(--nh-text);font-weight:600;text-decoration:none;border:1px solid var(--nh-border);transition:all .2s}.nh-pagination a:hover{border-color:var(--nh-blue);color:var(--nh-blue)}.nh-pagination .current{background:var(--nh-blue);color:var(--nh-white);border-color:var(--nh-blue)}.nh-lc-promo{display:flex;align-items:center;justify-content:space-between;background:var(--nh-blue);color:#fff;padding:32px 48px;border-radius:16px}.nh-lc-promo__left,.nh-lc-promo__middle{display:flex;align-items:center;gap:20px}.nh-lc-promo__icon{width:64px;height:64px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center}.nh-promo-btn{background:var(--nh-yellow);color:#123e36;padding:14px 28px;border-radius:8px;font-size:15px;font-weight:800;text-decoration:none;transition:all .3s;display:inline-block}.nh-promo-btn:hover{background:#fff;transform:scale(1.05)}.nh-sales-channels{background:var(--nh-gray);padding-bottom:80px}.nh-sc-breadcrumbs{padding:24px 0;display:flex;align-items:center;gap:8px;font-size:14px;color:var(--nh-muted)}.nh-sc-breadcrumbs a{color:var(--nh-text);text-decoration:none}.nh-sc-header{text-align:center;margin-bottom:40px}.nh-sc-header h1{font-size:36px;font-weight:800;color:var(--nh-blue-dark);margin-bottom:8px}.nh-sc-header p{color:var(--nh-muted);font-size:16px}.nh-sc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:40px}.nh-sc-card{background:var(--nh-white);border-radius:12px;padding:40px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;position:relative;box-shadow:0 4px 12px #0000000d;transition:transform .3s}.nh-sc-card:hover{transform:translateY(-5px)}.nh-sc-badge{position:absolute;top:-12px;background:#f27a1a;color:#fff;font-size:12px;font-weight:700;padding:4px 12px;border-radius:16px}.nh-sc-card__icon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:16px;background:#f0f4f8}.nh-sc-icon--trendyol{background:#fef2e8}.nh-sc-icon--n11{background:#e7f5ec}.nh-sc-icon--hepsiburada{background:#ffece5}.nh-sc-icon--amazon{background:#fff4e5}.nh-sc-icon--whatsapp{background:#e5f9ed}.nh-sc-card__icon svg{width:32px;height:32px}.nh-sc-card h3{font-size:18px;font-weight:800;color:var(--nh-blue-dark);margin-bottom:12px}.nh-sc-card p{font-size:14px;color:var(--nh-muted);margin-bottom:24px;flex:1}.nh-sc-btn{display:inline-block;padding:10px 24px;border-radius:6px;font-weight:700;font-size:14px;text-decoration:none;color:#fff;transition:opacity .2s;width:100%}.nh-sc-btn:hover{opacity:.9}.nh-sc-btn--dark{background:var(--nh-blue-dark)}.nh-sc-btn--orange{background:#f27a1a}.nh-sc-btn--green{background:#0b9a3f}.nh-sc-btn--hepsiburada{background:#ff6000}.nh-sc-btn--amazon{background:#f90}.nh-sc-btn--whatsapp{background:#25d366}.nh-contact-page{background:var(--nh-gray);padding-bottom:80px}.nh-contact-grid{display:grid;grid-template-columns:3fr 5fr 3.5fr;gap:24px;margin-bottom:40px}.nh-contact-page-info{background:var(--nh-white);padding:32px;border-radius:12px;box-shadow:0 4px 12px #0000000d}.nh-contact-page-info h2{font-size:20px;font-weight:800;color:var(--nh-blue-dark);margin-bottom:24px}.nh-ci-item{display:flex;gap:16px;margin-bottom:24px}.nh-ci-item:last-child{margin-bottom:0}.nh-ci-icon{width:40px;height:40px;background:var(--nh-blue-dark);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.nh-ci-icon--whatsapp{background:#25d366}.nh-ci-icon svg{width:20px;height:20px}.nh-ci-text{display:flex;flex-direction:column}.nh-ci-text strong{font-size:14px;color:var(--nh-text);margin-bottom:4px}.nh-ci-text a,.nh-ci-text p{font-size:15px;font-weight:700;color:var(--nh-blue-dark);text-decoration:none;margin-bottom:4px;line-height:1.4}.nh-ci-text span{font-size:13px;color:var(--nh-muted)}.nh-contact-form-wrap{background:var(--nh-white);padding:32px;border-radius:12px;box-shadow:0 4px 12px #0000000d}.nh-contact-form-wrap h2{font-size:20px;font-weight:800;color:var(--nh-blue-dark);margin-bottom:8px}.nh-contact-form-wrap p{font-size:14px;color:var(--nh-muted);margin-bottom:24px}.nh-form-row{display:flex;gap:16px}.nh-form-group{flex:1;margin-bottom:16px}.nh-form-group input,.nh-form-group textarea{width:100%;padding:12px 16px;border:1px solid var(--nh-border);border-radius:6px;font-size:14px;font-family:inherit;outline:none;background:#f9f9f9}.nh-form-group input:focus,.nh-form-group textarea:focus{border-color:var(--nh-blue);background:#fff}.nh-btn-submit{background:var(--nh-blue-dark);color:var(--nh-white);border:none;padding:12px 32px;border-radius:6px;font-size:14px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:opacity .2s}.nh-btn-submit:hover{opacity:.9}.nh-form-success{padding:12px;background:#e7f5ec;color:#0b9a3f;border-radius:6px;margin-bottom:16px;font-size:14px}.nh-form-error{padding:12px;background:#ffebee;color:#c62828;border-radius:6px;margin-bottom:16px;font-size:14px}.nh-contact-help{background:var(--nh-white);padding:32px;border-radius:12px;box-shadow:0 4px 12px #0000000d;text-align:center}.nh-help-box{display:flex;flex-direction:column;align-items:center}.nh-help-box svg{margin-bottom:16px}.nh-help-box h3{font-size:18px;font-weight:800;color:var(--nh-blue-dark);margin-bottom:12px}.nh-help-box p{font-size:14px;color:var(--nh-muted);margin-bottom:24px;line-height:1.4}.nh-help-box ul{list-style:none;padding:0;margin:0;width:100%;text-align:left}.nh-help-box li{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--nh-text);margin-bottom:12px}.nh-help-box li:last-child{margin-bottom:0}.nh-promo-bar{background:var(--nh-blue-dark);border-radius:12px;padding:24px 32px;display:flex;justify-content:space-between;gap:16px}.nh-promo-bar__item{display:flex;align-items:center;gap:12px;color:#fff;flex:1}.nh-promo-bar__item div{display:flex;flex-direction:column}.nh-promo-bar__item strong{font-size:14px;font-weight:700;margin-bottom:2px}.nh-promo-bar__item span{font-size:12px;color:#ffffffb3;line-height:1.3}.nh-app-page{padding-bottom:60px}.nh-app-hero{display:flex;align-items:center;gap:40px;background:linear-gradient(135deg,#f9fbff,#fff);padding:60px;border-radius:24px;margin-bottom:24px}.nh-app-hero__content{flex:1}.nh-app-badge{display:inline-flex;align-items:center;gap:8px;background:var(--nh-yellow);color:var(--nh-blue-dark);padding:6px 12px;border-radius:20px;font-weight:700;font-size:14px;margin-bottom:24px}.nh-app-hero__title{font-size:42px;font-weight:800;color:var(--nh-blue-dark);line-height:1.1;margin-bottom:16px}.nh-app-hero__subtitle{font-size:18px;color:var(--nh-text);margin-bottom:24px}.nh-app-hero__list{list-style:none;padding:0;margin:0 0 32px;display:flex;flex-direction:column;gap:12px}.nh-app-hero__list li{display:flex;align-items:center;gap:12px;font-weight:600;color:var(--nh-text)}.nh-app-hero__buttons{display:flex;gap:16px;margin-bottom:24px}.nh-app-btn{display:inline-flex;align-items:center;gap:12px;padding:12px 24px;border-radius:12px;text-decoration:none;transition:opacity .3s ease;border:1px solid transparent}.nh-app-btn:hover{opacity:.9}.nh-app-btn--yellow{background:var(--nh-yellow);color:var(--nh-blue-dark)}.nh-app-btn--white{background:var(--nh-white);color:var(--nh-blue-dark);border-color:#e2e8f0}.nh-app-btn .btn-text{display:flex;flex-direction:column}.nh-app-btn .btn-text strong{font-size:15px;font-weight:700}.nh-app-btn .btn-text span{font-size:12px;opacity:.8}.nh-app-hero__secure{display:flex;align-items:center;gap:8px;color:var(--nh-muted);font-size:13px;font-weight:500}.nh-app-hero__image-col{flex:1;display:flex;justify-content:center;position:relative}.nh-app-hero__mockup{position:relative;width:100%;max-width:400px}.nh-app-hero__mockup img{width:100%;height:auto;display:block}.nh-app-badge-float{position:absolute;background:var(--nh-white);border-radius:12px;padding:12px 16px;box-shadow:0 10px 30px #00000014;display:flex;align-items:center;gap:12px;min-width:240px}.nh-app-badge-float--top{top:40px;right:-60px}.nh-app-badge-float--bottom{bottom:80px;right:-60px}.nh-app-badge-float .badge-icon{width:40px;height:40px;border-radius:10px;background:#fff9e5;display:flex;align-items:center;justify-content:center}.nh-app-badge-float .badge-text strong{display:block;font-size:14px;color:var(--nh-blue-dark)}.nh-app-badge-float .badge-text span{display:block;font-size:12px;color:var(--nh-muted);line-height:1.3}.nh-app-features-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;background:var(--nh-blue-dark);padding:32px 40px;border-radius:16px;margin-bottom:60px}.nh-app-features-bar .feature-item{display:flex;align-items:center;gap:16px}.nh-app-features-bar .feature-text strong{display:block;font-size:16px;color:var(--nh-white)}.nh-app-features-bar .feature-text span{display:block;font-size:13px;color:#ffffffb3;line-height:1.4}.nh-app-guide{text-align:center;margin-bottom:60px}.nh-app-guide h2{font-size:32px;font-weight:800;color:var(--nh-blue-dark);margin-bottom:8px}.nh-app-guide>p{color:var(--nh-muted);margin-bottom:40px}.nh-app-guide__cols{display:flex;gap:32px;margin-bottom:32px}.nh-app-guide__col{flex:1;background:#f8fafc;border-radius:16px;padding:32px}.guide-header{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:32px}.guide-header strong{font-size:18px;color:var(--nh-blue-dark)}.guide-steps{display:flex;align-items:flex-start;justify-content:space-between}.step-item{flex:1;text-align:center}.step-icon{width:48px;height:48px;background:var(--nh-white);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;box-shadow:0 4px 12px #0000000d;font-weight:700;color:var(--nh-blue-dark)}.step-item h4{font-size:13px;font-weight:700;color:var(--nh-blue-dark);margin-bottom:8px;line-height:1.3}.step-item span{font-size:11px;color:var(--nh-muted);line-height:1.4;display:block}.step-arrow{color:#cbd5e1;margin-top:16px;font-size:18px}.nh-app-info-bar{background:#eff6ff;color:var(--nh-blue);padding:16px;border-radius:12px;display:inline-flex;align-items:center;gap:12px;font-weight:500;font-size:14px}.nh-app-cta-banner{background:var(--nh-blue-dark);border-radius:20px;padding:40px;display:flex;align-items:center;justify-content:space-between;position:relative;overflow:hidden}.cta-left{display:flex;align-items:center;gap:24px}.cta-left .bg-icon{position:absolute;left:30px;opacity:.05;width:120px;height:120px}.cta-text{position:relative;z-index:2}.cta-text span{color:var(--nh-white);font-size:14px;opacity:.8;display:block;margin-bottom:8px}.cta-text h3{color:var(--nh-yellow);font-size:28px;font-weight:800;margin-bottom:8px}.cta-text p{color:var(--nh-white);opacity:.9;margin:0}.nh-sc-btn--yellow{background:var(--nh-yellow);color:var(--nh-blue-dark);font-weight:700;position:relative;z-index:2}.nh-no-image-box{width:100%;height:100%;aspect-ratio:1 / 1;background:linear-gradient(145deg,#f8fafc,#f1f5f9);border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px 10px;text-align:center;border:1.5px dashed #cbd5e1;box-sizing:border-box;gap:12px;transition:all .25s ease}.nh-prod-card:hover .nh-no-image-box{border-color:#002d62;background:linear-gradient(145deg,#fff,#f8fafc)}.nh-no-image-logo{max-width:130px;max-height:44px;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.06))}.nh-no-image-badge{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:5px 12px;box-shadow:0 2px 6px #0000000d}.nh-no-image-badge svg{width:14px;height:14px;fill:#ffc72c;flex-shrink:0}.nh-no-image-badge span{font-size:10.5px;font-weight:700;color:#002d62;white-space:nowrap}.nh-pdp-no-image{min-height:400px;width:100%;border-radius:16px;padding:30px}.nh-cart-no-image{width:70px!important;height:70px!important;min-width:70px!important;padding:6px!important;border-radius:8px!important;background:#f8fafc!important;border:1px dashed #cbd5e1!important;display:flex!important;align-items:center!important;justify-content:center!important}.nh-cart-no-image .nh-no-image-logo{max-width:55px!important;max-height:22px!important;margin:0!important}.nh-blog-page,.nh-article-page{padding:24px 0 60px;background:var(--nh-bg, #f4f6f9)}.nh-blog-header{margin-bottom:24px;text-align:center}.nh-blog-title{font-size:28px;font-weight:900;color:var(--nh-blue-dark, #002d62);margin-bottom:8px}.nh-blog-subtitle{font-size:15px;color:#64748b;max-width:600px;margin:0 auto}.nh-blog-tags{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px;margin-bottom:30px}.nh-blog-tag{padding:8px 18px;border-radius:30px;background:#fff;border:1px solid #e2e8f0;color:#475569;font-size:13px;font-weight:700;cursor:pointer;transition:all .2s ease}.nh-blog-tag.is-active,.nh-blog-tag:hover{background:var(--nh-blue-dark, #002d62);color:#fff;border-color:var(--nh-blue-dark, #002d62)}.nh-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.nh-blog-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 14px #00000008;transition:transform .2s ease,box-shadow .2s ease}.nh-blog-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #002d6214}.nh-blog-card__img-wrap{position:relative;width:100%;aspect-ratio:16 / 9;background:#f8fafc;display:block;overflow:hidden}.nh-blog-card__img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.nh-blog-card:hover .nh-blog-card__img-wrap img{transform:scale(1.04)}.nh-blog-card__category{position:absolute;top:12px;left:12px;background:var(--nh-yellow, #ffc72c);color:var(--nh-blue-dark, #002d62);font-size:11px;font-weight:900;padding:4px 10px;border-radius:6px;text-transform:uppercase}.nh-blog-card__content{padding:20px;display:flex;flex-direction:column;flex:1}.nh-blog-card__meta{display:flex;align-items:center;gap:14px;font-size:12px;color:#64748b;margin-bottom:10px}.nh-blog-card__title{font-size:18px;font-weight:800;line-height:1.35;margin-bottom:10px}.nh-blog-card__title a{color:#0f172a;text-decoration:none;transition:color .2s}.nh-blog-card__title a:hover{color:var(--nh-blue, #0056b3)}.nh-blog-card__excerpt{font-size:13.5px;color:#475569;line-height:1.5;margin-bottom:18px;flex:1}.nh-blog-card__btn{font-size:13.5px;font-weight:800;color:var(--nh-blue-dark, #002d62);text-decoration:none;display:inline-flex;align-items:center;gap:6px;margin-top:auto}.nh-blog-card__btn:hover{color:#0056b3}.nh-blog-no-image{height:100%;width:100%;background:#eff6ff;display:flex;align-items:center;justify-content:center}.nh-blog-no-image .nh-no-image-logo{max-width:120px;max-height:45px}.nh-article-container{max-width:860px;margin:0 auto;background:#fff;border-radius:14px;padding:32px;border:1px solid #e2e8f0;box-shadow:0 4px 16px #0000000a}.nh-article-header{text-align:center;margin-bottom:24px}.nh-article-category{display:inline-block;background:#eff6ff;color:#002d62;font-weight:900;font-size:12px;padding:4px 12px;border-radius:6px;margin-bottom:12px}.nh-article-title{font-size:30px;font-weight:900;color:#0f172a;line-height:1.3;margin-bottom:14px}.nh-article-meta{display:flex;align-items:center;justify-content:center;gap:16px;font-size:13px;color:#64748b}.nh-article-hero-img{width:100%;border-radius:12px;overflow:hidden;margin-bottom:28px}.nh-article-hero-img img{width:100%;height:auto;display:block}.nh-article-body{font-size:16px;line-height:1.7;color:#334155}.nh-article-footer{margin-top:40px;padding-top:20px;border-top:1px solid #e2e8f0}.nh-article-back-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;background:#f1f5f9;color:#0f172a;border-radius:8px;font-weight:800;text-decoration:none;font-size:14px}.nh-app-page{padding:24px 0 60px;background:var(--nh-bg, #f4f6f9)}.nh-app-hero{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;background:linear-gradient(135deg,#001d42,#003a7a);border-radius:20px;padding:44px;color:#fff;margin-bottom:40px;box-shadow:0 10px 30px #002d6226}.nh-app-badge{display:inline-block;background:#ffc72c33;border:1px solid #ffc72c;color:#ffc72c;font-weight:800;font-size:13px;padding:6px 14px;border-radius:30px;margin-bottom:16px}.nh-app-title{font-size:32px;font-weight:900;line-height:1.25;color:#fff;margin-bottom:14px}.nh-app-desc{font-size:15px;color:#cbd5e1;line-height:1.6;margin-bottom:28px}.nh-app-download-btns{display:flex;flex-wrap:wrap;gap:14px}.nh-app-btn{display:inline-flex;align-items:center;gap:12px;padding:12px 22px;border-radius:12px;background:#fff;color:#002d62;text-decoration:none;transition:transform .2s,box-shadow .2s}.nh-app-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #fff3}.nh-app-btn div{display:flex;flex-direction:column;text-align:left}.nh-app-btn .btn-sub{font-size:10px;text-transform:uppercase;color:#64748b;font-weight:700}.nh-app-btn .btn-main{font-size:15px;font-weight:900;color:#0f172a}.nh-app-hero__mockup{display:flex;justify-content:center}.nh-app-phone-card{width:280px;background:#fff;border-radius:28px;padding:16px;box-shadow:0 20px 40px #0000004d;border:4px solid #1e293b;color:#0f172a}.nh-app-phone-header img{max-width:130px;height:auto;margin:0 auto 12px;display:block}.phone-search-mock{background:#f1f5f9;border-radius:8px;padding:8px 12px;font-size:11px;color:#94a3b8;margin-bottom:10px}.phone-banner-mock{background:#ffc72c;color:#002d62;font-size:11px;font-weight:900;padding:10px;border-radius:8px;text-align:center;margin-bottom:10px}.phone-grid-mock{display:grid;grid-template-columns:1fr 1fr;gap:8px}.phone-item-mock{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:12px 6px;font-size:11px;font-weight:700;text-align:center;color:#002d62}.nh-app-section-title{font-size:24px;font-weight:900;color:#002d62;text-align:center;margin-bottom:24px}.nh-app-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:40px}.nh-app-feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:24px 20px;text-align:center;box-shadow:0 4px 14px #00000008}.nh-app-feature-icon{font-size:32px;margin-bottom:12px}.nh-app-feature-card h3{font-size:16px;font-weight:800;color:#002d62;margin-bottom:8px}.nh-app-feature-card p{font-size:13px;color:#64748b;line-height:1.5}.nh-app-install-guide{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:32px;box-shadow:0 4px 14px #00000008}.nh-app-install-guide h2{font-size:20px;font-weight:900;color:#002d62;margin-bottom:6px}.nh-app-install-guide p{font-size:14px;color:#64748b;margin-bottom:20px}.nh-app-steps-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.nh-app-step{display:flex;align-items:flex-start;gap:14px;background:#f8fafc;border:1px solid #e2e8f0;padding:18px;border-radius:12px}.step-num{width:32px;height:32px;border-radius:50%;background:#002d62;color:#fff;font-weight:900;display:flex;align-items:center;justify-content:center;flex-shrink:0}.step-text{display:flex;flex-direction:column;font-size:13.5px;color:#334155}.step-text strong{font-weight:800;color:#002d62;margin-bottom:4px}
/*# sourceMappingURL=/cdn/shop/t/12/assets/nh-theme.css.map */
