.main-wishlist:has(xo-products-fetcher[xo-empty]:not([xo-empty=false])) .main-wishlist__empty {
  display: block;
}
.main-wishlist:has(xo-products-fetcher[xo-empty]:not([xo-empty=false])) .main-wishlist__list {
  display: none;
}

.main-wishlist__empty {
  display: none;
}