.header-bottom .navbar-brand .logo{
  height: 48px;
}


/*Mobile*/
@media (max-width: 768px) {
  div.ps-categorytree.category-tree.left-block{
    display: none
  }
  .page-product .product__prices-block{
    flex-direction: row;
  }
  .page-product .product__tax-infos,
  .page-product .product__unit-price{
    font-size: .7rem;
    align-self: self-end;
  }
  .product-variant__selected{
    display: none;
  }
  .product-variant__legend{
    margin-right: 10px;
    margin-top: 7px;
  }
}
