/*
 * BDX Unlocker — Desktop White Mode Search Border Fix
 * Scope: storefront desktop/full version only. Mobile and Dark Mode are
 * intentionally untouched.
 */
@media(min-width:901px){
  html[data-theme="light"] body:not(.admin-body) .header .head-main>.search{
    position:relative!important;
    overflow:hidden!important;
    border:1px solid #079fbe!important;
    border-top-width:1px!important;
    outline:0!important;
    background:#fff!important;
    background-image:none!important;
    background-clip:padding-box!important;
    box-shadow:0 9px 24px rgba(9,159,190,.13)!important;
    transform:none!important;
  }
  html[data-theme="light"] body:not(.admin-body) .header .head-main>.search::before,
  html[data-theme="light"] body:not(.admin-body) .header .head-main>.search::after{
    display:none!important;
    content:none!important;
    border:0!important;
    box-shadow:none!important;
  }
  html[data-theme="light"] body:not(.admin-body) .header .head-main>.search input{
    border:0!important;
    outline:0!important;
    box-shadow:none!important;
  }
  html[data-theme="light"] body:not(.admin-body) .header .head-main>.search button{
    align-self:stretch!important;
    height:100%!important;
    margin:0!important;
    border:0!important;
    border-top:0!important;
    border-right:0!important;
    border-bottom:0!important;
    border-left:1px solid rgba(5,126,155,.42)!important;
    border-radius:0!important;
    outline:0!important;
    box-shadow:none!important;
  }
  html[data-theme="light"] body:not(.admin-body) .header .head-main>.search:focus-within{
    border:1px solid #057e9b!important;
    outline:0!important;
    box-shadow:0 0 0 3px rgba(7,159,190,.12),0 10px 25px rgba(9,159,190,.16)!important;
    transform:none!important;
  }
}
