
:root{
 --n26-orange:#f0640a;
 --n26-ink:#171817;
 --n26-text:#343633;
 --n26-muted:#858984;
 --n26-line:#e8e6e1;
 --n26-bg:#f5f5f2;
 --n26-white:#fff;
 --n26-ease:cubic-bezier(.22,.8,.24,1);
}
body{font-family:'Onest',sans-serif!important;background:var(--n26-bg);color:var(--n26-text)}
.n26-header,.n26-header *{box-sizing:border-box}
.n26-header{position:relative;z-index:1000;background:#fff;border-bottom:1px solid var(--n26-line)}
.n26-container{width:min(1500px,calc(100% - 40px));margin:0 auto}

/* MAIN HEADER: one clear command line */
.n26-main{background:#fff;transition:box-shadow .2s ease}
.n26-main.is-sticky{position:fixed;top:0;left:0;right:0;box-shadow:0 12px 38px rgba(24,24,21,.08)}
.n26-main__inner{
 height:84px;display:grid;grid-template-columns:146px 142px minmax(360px,1fr) auto;
 gap:14px;align-items:center;
}
.n26-logo{display:flex;align-items:center}
.n26-logo img{display:block;max-width:132px;max-height:46px;width:auto;height:auto}

/* catalog is a command, not a huge orange tile */
.n26-catalog{
 height:52px;padding:0 14px;border:1px solid #ddd9d2;border-radius:12px;
 background:#fff;color:var(--n26-ink);display:flex;align-items:center;gap:10px;
 font-size:11px;font-weight:760;cursor:pointer;transition:.2s var(--n26-ease)
}
.n26-catalog:hover{background:#faf9f6;border-color:#c8c3ba;transform:translateY(-1px)}
.n26-catalog__grid{width:28px;height:28px;border-radius:8px;background:#fff1e7;display:grid;grid-template-columns:repeat(2,5px);grid-template-rows:repeat(2,5px);place-content:center;gap:3px}
.n26-catalog__grid i{display:block;width:5px;height:5px;border-radius:1px;background:var(--n26-orange)}

/* search dominates the header */
.n26-search-wrap{position:relative;min-width:0}
.n26-search-label{
 position:absolute;z-index:2;left:17px;top:7px;color:#9a9d98;
 font-size:7px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;pointer-events:none
}
.n26-search{min-width:0}
.n26-search>div,.n26-search #search,.n26-search .input-group{
 width:100%!important;height:52px!important;display:flex!important;align-items:stretch!important;
 border:1px solid #dfddd8!important;border-radius:12px!important;background:#f5f4f1!important;
 overflow:hidden!important;box-shadow:none!important
}
.n26-search input{
 position:static!important;flex:1 1 auto!important;width:auto!important;min-width:0!important;height:50px!important;
 padding:16px 17px 0!important;border:0!important;background:transparent!important;box-shadow:none!important;
 color:#333532!important;font-size:13px!important;font-weight:520!important
}
.n26-search button{
 position:static!important;flex:0 0 52px!important;width:52px!important;height:50px!important;
 border:0!important;border-left:1px solid #e1dfda!important;border-radius:0!important;background:transparent!important;
 box-shadow:none!important
}
.n26-search>div:focus-within,.n26-search #search:focus-within{background:#fff!important;border-color:#c7c2b9!important}

/* user actions */
.n26-actions{display:flex;align-items:center;gap:4px}
.n26-icon{
 position:relative;width:42px;height:42px;border:0;border-radius:50%;background:transparent;color:#282a27;
 display:grid;place-items:center;text-decoration:none;transition:.17s
}
.n26-icon:hover{background:#f2f1ed;color:var(--n26-orange)}
.n26-icon span{
 position:absolute;top:0;right:-1px;min-width:15px;height:15px;padding:0 3px;border-radius:99px;
 background:var(--n26-orange);color:#fff;font-size:7px;font-weight:800;display:grid;place-items:center
}
.n26-cart{
 height:48px;margin-left:5px;padding:0 7px 0 13px;border:0;border-radius:12px;background:var(--n26-ink);
 color:#fff;display:flex;align-items:center;gap:10px;cursor:pointer
}
.n26-cart__icon{width:34px;height:34px;border-radius:8px;background:var(--n26-orange);display:grid;place-items:center}
.n26-cart__copy{display:flex;flex-direction:column;min-width:45px;text-align:left}
.n26-cart__copy small{font-size:7px;text-transform:uppercase;letter-spacing:.09em;color:#b2b4af}
.n26-cart__copy strong{font-size:10px;margin-top:1px}

/* SECONDARY NAV: shallow and informative */
.n26-subnav{height:38px;background:#fff;border-top:1px solid #f0efec}
.n26-subnav__inner{height:38px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.n26-links,.n26-meta{display:flex;align-items:center;gap:22px}
.n26-links a,.n26-meta a{font-size:9px;font-weight:680;color:#646762;text-decoration:none}
.n26-links a:hover,.n26-meta a:hover{color:#20221f}
.n26-sale{color:var(--n26-orange)!important;font-weight:780!important;display:flex;align-items:center;gap:6px}
.n26-sale span{width:5px;height:5px;border-radius:50%;background:var(--n26-orange)}
.n26-phone i{color:var(--n26-orange);margin-right:5px}
.n26-lang .langlang{margin:0!important;display:flex!important;gap:2px!important}
.n26-lang .language-select{height:26px!important;min-width:29px!important;border:0!important;border-radius:7px!important;background:#f5f4f1!important;font-size:9px!important;font-weight:750!important}
.n26-lang .language-select.selected{background:#fff!important;box-shadow:inset 0 0 0 1px #dedbd5!important}
.n26-mobile-menu{display:none}

/* existing menu overlay is kept functional, just cleaned */
.n26-header .category-list-menu .menu-but>ul.list-unstyled{
 border:1px solid var(--n26-line)!important;border-radius:14px!important;background:#fff!important;
 box-shadow:0 26px 70px rgba(24,24,21,.12)!important
}
.n26-header .category-list-menu .menu-but>ul.list-unstyled>li>a{
 min-height:48px!important;background:#fff!important;border-bottom:1px solid #efede8!important;
 color:#343633!important;font-size:11px!important;font-weight:600!important
}
.n26-header .category-list-menu .menu-but>ul.list-unstyled>li>a:hover{
 background:#fff5ec!important;color:var(--n26-orange)!important
}

/* mobile */
@media(max-width:900px){
 .n26-container{width:calc(100% - 20px)}
 .n26-main__inner{height:auto;min-height:66px;padding:9px 0;display:grid;grid-template-columns:42px 1fr auto;gap:8px}
 .n26-mobile-menu{display:grid;width:42px;height:42px;place-items:center;border:1px solid var(--n26-line);border-radius:11px;background:#f5f4f1}
 .n26-logo{justify-content:center}.n26-logo img{max-width:108px;max-height:36px}
 .n26-catalog{display:none}
 .n26-search-wrap{grid-column:1/-1;grid-row:2}
 .n26-search-label{display:none}
 .n26-search>div,.n26-search #search,.n26-search .input-group{height:46px!important}
 .n26-search input,.n26-search button{height:44px!important}
 .n26-icon{display:none}
 .n26-cart{width:42px;height:42px;padding:0;display:grid;place-items:center}.n26-cart__copy{display:none}.n26-cart__icon{width:auto;height:auto;background:transparent}
 .n26-subnav{display:none}
}
