.ek-header{
    background:#fff;
    border-bottom:1px solid #e5e5e5;
    position:sticky;
    top:0;
    z-index:999;
}

.ek-header .ek-container{
    display:flex;
    align-items:center;
    gap:25px;
    min-height:80px;
}

.ek-logo{
    flex:0 0 180px;
}

.ek-logo img{
    max-height:60px;
    width:auto;
}

.ek-search{
    flex:1;
}

.ek-search-form{
    display:flex;
    align-items:center;
}

.ek-search-input{
    flex:1;
    height:46px;
    padding:0 15px;
    border:1px solid #ddd;
    border-left:none;
    border-radius:8px 0 0 8px;
    outline:none;
}

.ek-search-btn{
    width:56px;
    height:46px;
    border:none;
    cursor:pointer;
    border-radius:0 8px 8px 0;
}

.ek-navigation{
    margin-right:20px;
}

.ek-menu{
    display:flex;
    align-items:center;
    gap:25px;
    list-style:none;
    margin:0;
    padding:0;
}

.ek-menu li{
    margin:0;
}

.ek-menu a{
    text-decoration:none;
    color:#333;
    font-weight:600;
}

.ek-actions{
    display:flex;
    align-items:center;
    gap:18px;
    white-space:nowrap;
}

.ek-actions a{
    text-decoration:none;
    color:#333;
    font-weight:600;
}