/* TrendishShop v193 — mobile home logo vertical alignment fix.
   Goal: keep logo on the same visual row/center as the search box.
   Desktop untouched. */

@media (max-width:900px){
  body.home-overlay-layout .site-header.is-home-overlay .header-main.header-standard-layout{
    align-items:center!important;
  }

  body.home-overlay-layout .site-header.is-home-overlay .header-standard-logo{
    align-self:center!important;
    display:flex!important;
    align-items:center!important;
    min-height:36px!important;
    transform:translateX(22px) translateY(6px)!important;
  }

  body.home-overlay-layout .site-header.is-home-overlay .header-standard-logo .site-logo-visual,
  body.home-overlay-layout .site-header.is-home-overlay .header-standard-logo .site-logo-visual img{
    display:block!important;
  }
}

@media (max-width:480px){
  body.home-overlay-layout .site-header.is-home-overlay .header-standard-logo{
    min-height:34px!important;
    transform:translateX(20px) translateY(6px)!important;
  }
}

@media (max-width:340px){
  body.home-overlay-layout .site-header.is-home-overlay .header-standard-logo{
    transform:translateX(16px) translateY(5px)!important;
  }
}
