.wishlist-products-container-header {
  text-align: center;
  padding: 40px 0 15px 0;
  flex-direction: column;
}

.wishlist-container-header {
  display: flex;
  width: 100%;
}

.wishlist-products-container-header h1 {
  font-size: 1.625rem;
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  padding: 0;
  margin: 0 auto;
  line-height: 1.2;
}

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

.wishlist-add-to-cart-custom {
  cursor: pointer;
  transition: 0.2s ease-out;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1rem;
}

.autoaddtocart .more-results.d-flex {
  display: none !important;
}
