.wishlist-page {
  padding-top: 72px;
  padding-bottom: calc(80px + var(--safe-bottom));
}

.wishlist-page__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 48px;
  text-align: left;
}

.wishlist-page__head h1 {
  font-family: var(--ff-serif);
  font-size: clamp(34px, 5vw, 48px);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.1;
  margin: 0;
}

.wishlist-share {
  background: none;
  border: 0;
  padding: 0 0 6px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--vv-mute);
  border-bottom: 1px solid var(--vv-hair);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.wishlist-share:hover,
.wishlist-share:focus-visible {
  color: var(--vv-ink);
}

.wishlist-page .cart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 56vh;
}

.wishlist-page .cart-empty__icon {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: var(--vv-pearl);
  margin-bottom: 32px;
}

.wishlist-page .cart-empty h1 {
  margin-bottom: 16px;
}

.wishlist-page .cart-empty p {
  max-width: 380px;
  font-size: 14px;
  line-height: 1.9;
  color: #555;
  font-weight: 300;
  margin: 0 auto 32px;
}

@media (max-width: 767px) {
  .wishlist-page {
    padding-top: 48px;
  }

  .wishlist-page__head {
    margin-bottom: 28px;
  }

  .wishlist-share {
    width: 100%;
    text-align: left;
  }
}
