.wishlist-remove {
  text-align: center;
  user-select: none;
}

.wishlist-remove a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
  width: 36px;
  height: 36px;
  border-radius: 26px;
  font-size: 12px;
  border: 1px solid var(--color-neutral-200);
  margin: 0 auto 10px;
}

.wishlist-remove a::before {
  content: "\e912";
  font-family: "icomoon";
  display: inline-block;
}
.wrap-wishlist .swiper-slide {
  height: auto;
}
.wishlist-remove a:hover {
  border-color: var(--color3);
}

.wishlist-link:hover,
.wished.wishlist-link {
  background-color: var(--color1) !important;
  color: #fff !important;
  border-color: var(--color1) !important;
}

.flex-viewport .wishlist-link {
  border-radius: 8px;
  background-color: #faba75;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 18px;
  width: 32px;
  height: 32px;
  padding: 6px;
  flex-shrink: 0;
  cursor: pointer;
  transition: background-color 500ms;
}

.wishlist-link {
  background-color: #f7f7f7;
  color: #e76f51 !important;
  font-size: 18px;
  line-height: 28px;
  border: 1px solid #ff6f614d;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 10px 4px;
  gap: 6px;
  width: 48px;
  flex: 0 0 48px;
  position: relative;
}

.wishlist-link[tooltip]::after {
  content: attr(tooltip);
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 20em;
  line-height: 1.5;
  padding: 1ch 1.5ch;
  border-radius: 0.3ch;
  box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: #f6c3b6;
  color: #252525;
  z-index: 1000;
  white-space: initial;
  position: absolute;
  margin: auto;
  opacity: 0;
  transition: 0.3s;
  font-size: 12px;
  left: 50%;
  transform: translateX(-50%);
}

.wishlist-link::before {
  content: "";
  font-size: 11px;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  position: absolute;
  border: 5px solid transparent;
  border-bottom-width: 0;
  border-top-color: #f6c3b6;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}

.wishlist-link[tooltip]:hover:before {
  opacity: 1;
  bottom: 100%;
  animation: tooltips-vert 300ms ease-out forwards;
}

.wishlist-link[tooltip]:hover::after {
  opacity: 1;
  bottom: calc(100% + 5px);
  animation: tooltips-vert 300ms ease-out forwards;
}

.wishlist-item.wished[tooltip]::after {
  content: "حذف از علاقه مندی";
}

.wishlist-link.wished:hover {
  background-color: #e76f51 !important;
  color: white !important;
}

/* .wishlist__title {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 32px;
  text-align: center;
  @media (width>=992px) {
    font-size: 24px;
  }
} */
