/* TrendishShop v244 — reduce the empty space above the HOME logo without sticking it to the top */
body.home-overlay-layout .site-header.is-home-overlay .header-standard-logo{
  transform:translateY(-8px)!important;
}

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

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

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