.ox-master-header{
  position:sticky;
  top:0;
  z-index:1000;
  width:100%;
  height:76px;
  background:#071b2c;
  border-bottom:1px solid rgba(255,255,255,.08);
  color:#fff;
}

.ox-master-header *,
.ox-master-header *::before,
.ox-master-header *::after{
  box-sizing:border-box;
}

.ox-master-nav{
  width:min(calc(100% - 48px),1380px);
  height:76px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.ox-master-brand{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  text-decoration:none;
}

.ox-master-brand img{
  display:block;
  width:220px;
  height:auto;
  max-height:58px;
  object-fit:contain;
  object-position:left center;
}

.ox-master-menu{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:27px;
  margin-left:auto;
}

.ox-master-menu a{
  color:#fff;
  text-decoration:none;
  font-family:Inter,Arial,sans-serif;
  font-size:13px;
  line-height:1;
  font-weight:800;
  white-space:nowrap;
}

.ox-master-menu a:hover,
.ox-master-menu a:focus-visible{
  color:#d89436;
}

.ox-master-actions{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  gap:16px;
}

.ox-master-phone{
  color:#fff;
  text-decoration:none;
  font-family:Inter,Arial,sans-serif;
  font-size:14px;
  line-height:1;
  font-weight:800;
  white-space:nowrap;
}

.ox-master-scan{
  min-height:50px;
  padding:0 23px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:4px;
  background:#d89436;
  color:#fff;
  text-decoration:none;
  font-family:Inter,Arial,sans-serif;
  font-size:14px;
  line-height:1;
  font-weight:800;
  white-space:nowrap;
}

.ox-master-scan:hover{
  background:#b8792c;
}

.ox-master-toggle{
  display:none;
  width:44px;
  height:44px;
  padding:0;
  border:0;
  background:transparent;
  color:#fff;
  font-size:28px;
  line-height:1;
  cursor:pointer;
}

@media(max-width:1180px){
  .ox-master-nav{
    width:min(calc(100% - 34px),1380px);
    gap:17px;
  }

  .ox-master-brand img{
    width:190px;
  }

  .ox-master-menu{
    gap:18px;
  }

  .ox-master-menu a{
    font-size:12px;
  }

  .ox-master-phone{
    display:none;
  }
}

@media(max-width:900px){
  .ox-master-header,
  .ox-master-nav{
    height:68px;
  }

  .ox-master-brand img{
    width:175px;
    max-height:48px;
  }

  .ox-master-menu{
    display:none;
    position:absolute;
    top:68px;
    left:0;
    right:0;
    width:100%;
    margin:0;
    padding:18px 20px 24px;
    flex-direction:column;
    align-items:flex-start;
    gap:0;
    background:#071b2c;
    border-top:1px solid rgba(255,255,255,.1);
    box-shadow:0 18px 35px rgba(0,0,0,.18);
  }

  .ox-master-menu.is-open{
    display:flex;
  }

  .ox-master-menu a{
    width:100%;
    padding:13px 2px;
    font-size:14px;
    border-bottom:1px solid rgba(255,255,255,.08);
  }

  .ox-master-scan{
    display:none;
  }

  .ox-master-toggle{
    display:inline-flex;
    align-items:center;
    justify-content:center;
  }
}

@media(max-width:420px){
  .ox-master-nav{
    width:calc(100% - 24px);
  }

  .ox-master-brand img{
    width:155px;
  }
}

/* OXAVIX MASTERHEADER BALANS V4 */
@media(min-width:1181px){
  .ox-master-nav{
    width:min(calc(100% - 64px),1440px);
    gap:28px;
  }

  .ox-master-brand{
    margin-right:34px;
  }

  .ox-master-brand img{
    width:210px;
    max-height:54px;
  }

  .ox-master-menu{
    flex:1 1 auto;
    justify-content:center;
    gap:30px;
    margin-left:0;
    margin-right:34px;
  }

  .ox-master-menu a{
    font-size:12.5px;
    font-weight:750;
    letter-spacing:-.01em;
  }

  .ox-master-actions{
    gap:20px;
  }

  .ox-master-phone{
    position:relative;
    margin-left:8px;
    padding-left:24px;
    font-size:13.5px;
  }

  .ox-master-phone::before{
    content:"";
    position:absolute;
    left:0;
    top:50%;
    width:1px;
    height:28px;
    background:rgba(255,255,255,.18);
    transform:translateY(-50%);
  }

  .ox-master-scan{
    min-height:48px;
    padding:0 22px;
    font-size:13.5px;
  }
}

@media(min-width:901px) and (max-width:1180px){
  .ox-master-menu{
    margin-right:22px;
  }

  .ox-master-actions{
    gap:18px;
  }
}

/* OXAVIX MASTERHEADER FINETUNE V5 */
@media(min-width:1181px){
  .ox-master-menu{
    transform:translateX(-18px);
    margin-right:42px;
  }

  .ox-master-phone{
    margin-left:14px;
    padding-left:28px;
  }
}
