/* to make footer always at the bottom of the page, even if the content is not enough to fill the screen */
.wrapper {
  min-height: calc(100vh - 80px - 68px);
}

/*
 * /wishlist Hide the wishlist title
 */
#module-blockwishlist-lists .columns-container {
  margin-top: 20px;
}

.wishlist-products-container-header {
  display: none !important;
}

/**
 * /my-account Hide the account menu title
 */
.account-menu__title {
  display: none;
}
