.image-wish_list {
  position: relative;
}

.wish-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: 40px;
  width: 40px;
  cursor: pointer;
  background-color: var(--main-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
