.blb-brand .custom-logo-link {
  display: flex;
  align-items: center;
}

.blb-brand .custom-logo {
  width: auto;
  max-width: 175px;
  max-height: 58px;
}

.blb-content > .woocommerce-products-header {
  margin-bottom: 28px;
}

.home.woocommerce-shop .blb-content > .woocommerce-products-header {
  display: none;
}

.home.woocommerce-shop .blb-content {
  padding-top: 58px;
}

@media (max-width: 720px) {
  .blb-brand .custom-logo {
    max-width: 140px;
    max-height: 48px;
  }
}
