/* BOLIX mobile header v4.1 — logo / search / cart+menu, stable on every page */
@media(max-width:760px){
  body.bolix-child-site .bolix-header{
    box-shadow:0 4px 14px rgba(0,0,0,.035)!important;
  }
  body.bolix-child-site .bolix-header__main{
    width:100%!important;
    max-width:none!important;
    min-height:64px!important;
    margin:0!important;
    padding:0 6px 0 12px!important;
    display:grid!important;
    grid-template-columns:auto minmax(0,1fr) auto!important;
    gap:9px!important;
    align-items:center!important;
  }
  body.bolix-child-site .bolix-header__logo{
    min-width:0!important;
    display:flex!important;
    align-items:center!important;
  }
  body.bolix-child-site .bolix-header__logo img{
    width:116px!important;
    max-width:116px!important;
    height:auto!important;
  }

  body.bolix-child-site .bolix-search{
    position:relative!important;
    display:flex!important;
    width:100%!important;
    min-width:0!important;
    height:38px!important;
    margin:0!important;
    border:1px solid #dedfdf!important;
    border-radius:10px!important;
    background:#f8f8f6!important;
    box-shadow:none!important;
    overflow:hidden!important;
  }
  body.bolix-child-site .bolix-search:focus-within{
    border-color:rgba(227,6,19,.58)!important;
    background:#fff!important;
    box-shadow:0 0 0 3px rgba(227,6,19,.055)!important;
  }
  body.bolix-child-site .bolix-search input{
    width:100%!important;
    min-width:0!important;
    height:36px!important;
    padding:0 34px 0 11px!important;
    border:0!important;
    background:transparent!important;
    font-size:11.5px!important;
    line-height:36px!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    overflow:hidden!important;
  }
  body.bolix-child-site .bolix-search button{
    position:absolute!important;
    top:0!important;
    right:0!important;
    width:34px!important;
    height:36px!important;
    padding:0!important;
    display:grid!important;
    place-items:center!important;
    border:0!important;
    background:transparent!important;
  }
  body.bolix-child-site .bolix-search svg{
    width:17px!important;
    height:17px!important;
  }

  body.bolix-child-site .bolix-header__actions{
    justify-self:end!important;
    display:flex!important;
    flex:0 0 auto!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:2px!important;
    margin:0!important;
    min-width:82px!important;
  }
  body.bolix-child-site .bolix-cart-link{
    display:inline-flex!important;
    flex:0 0 40px!important;
    align-items:center!important;
    justify-content:center!important;
  }
  body.bolix-child-site .bolix-mobile-toggle{
    display:inline-flex!important;
    flex:0 0 40px!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    visibility:visible!important;
    opacity:1!important;
  }
  body.bolix-child-site .bolix-cart-link,
  body.bolix-child-site .bolix-mobile-toggle{
    width:40px!important;
    min-width:40px!important;
    height:40px!important;
    min-height:40px!important;
    padding:0 7px!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  body.bolix-child-site .bolix-cart-link:hover,
  body.bolix-child-site .bolix-mobile-toggle:hover{
    border:0!important;
    background:rgba(23,25,28,.035)!important;
  }
  body.bolix-child-site .bolix-cart-link svg{
    width:21px!important;
    height:21px!important;
  }
  body.bolix-child-site .bolix-mobile-toggle span{
    display:block!important;
    width:25px!important;
    height:2px!important;
    margin:3px 0!important;
    background:#24272b!important;
    border:0!important;
    opacity:1!important;
  }
  body.bolix-child-site .bolix-cart-link__text,
  body.bolix-child-site .bolix-cart-link__amount{
    display:none!important;
  }
  body.bolix-child-site .bolix-cart-link__count{
    display:flex!important;
    top:-1px!important;
    right:-1px!important;
    min-width:18px!important;
    height:18px!important;
    padding:0 4px!important;
    font-size:9px!important;
  }
}

@media(max-width:390px){
  body.bolix-child-site .bolix-header__main{
    min-height:62px!important;
    padding:0 4px 0 9px!important;
    gap:7px!important;
  }
  body.bolix-child-site .bolix-header__logo img{
    width:108px!important;
    max-width:108px!important;
  }
  body.bolix-child-site .bolix-search{
    height:36px!important;
    border-radius:9px!important;
  }
  body.bolix-child-site .bolix-search input{
    height:34px!important;
    line-height:34px!important;
    padding:0 31px 0 9px!important;
    font-size:11px!important;
  }
  body.bolix-child-site .bolix-search button{
    width:31px!important;
    height:34px!important;
  }
  body.bolix-child-site .bolix-header__actions{min-width:78px!important}
  body.bolix-child-site .bolix-cart-link,
  body.bolix-child-site .bolix-mobile-toggle{
    flex-basis:38px!important;
    width:38px!important;
    min-width:38px!important;
    height:38px!important;
    min-height:38px!important;
    padding:0 6px!important;
  }
  body.bolix-child-site .bolix-mobile-toggle span{width:23px!important}
}
