/* Compact black navigation inspired by a product-brand storefront layout. */
.topline{display:none}.header{height:64px;gap:26px;padding:0 max(28px,calc((100vw - 1380px)/2));background:#050505;border:0;color:#fff}.brand{color:#fff;margin-right:auto}.brand b{color:#fff;font-size:16px}.brand b span{color:var(--red)}.brand small{color:#bcb7ba}.brand img{width:46px;height:46px;border:1px solid rgba(255,255,255,.16)}.main-nav{align-items:center;gap:28px}.main-nav a{position:relative;color:#fff;font-size:12px;white-space:nowrap}.main-nav a:hover{color:#f55e85}.main-nav a:first-child{color:#f55e85}.main-nav a:first-child:after{content:"";position:absolute;left:50%;bottom:-19px;width:5px;height:5px;border-radius:50%;background:#f55e85;transform:translateX(-50%)}.header-search{display:flex;align-items:center;width:190px;height:30px;border-radius:16px;overflow:hidden;background:#2d2d30}.header-search input{min-width:0;width:100%;height:100%;border:0;outline:0;padding:0 13px;background:transparent;color:#fff;font-size:10px}.header-search input::placeholder{color:#aaa}.header-search button{width:32px;height:30px;border:0;background:#ef6890;color:#fff;font-size:19px;line-height:1;cursor:pointer}.header-search button:hover{background:var(--red)}.lang{border-color:#555}.lang button{color:#fff}.lang button.active{background:#ef6890}.nav-products .product-menu{background:#111;border-color:#4c4247}.nav-products .product-menu a:first-child:after{display:none}@media(max-width:1050px){.header{gap:15px}.main-nav{gap:15px}.header-search{width:145px}}@media(max-width:900px){.header{height:70px}.header-search{display:none}.main-nav.open{top:70px;background:#050505}.main-nav a:first-child:after{display:none}.brand{margin-right:auto}}
