.bucketlist-heart:not(.bucketlist-heart-single-post) {
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 24px;
  width: 25px;
  height: 25px;
  z-index: 1;
  color: #ffffff;
  background: transparent;
  box-shadow: none;
  border: none;
  padding: 0;
  -webkit-transform: translate3d(0,0,0);
}

.bucketlist-heart .icon .path1::before,
.bucketlist-heart .icon .path2::before {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.bucketlist-heart.is-active .icon .path1::before {
  color: #ffffff;
  opacity: 1;
}

.bucketlist-heart-single-post {
  cursor: pointer;
}

.bucketlist-heart-single-post-mobile {
  box-shadow: none;
  border: none;
  background: transparent;
  padding: 0;
  margin-top: 4px;
}

.bucketlist-heart-single-post .icon .path1::before {
    color: transparent;
}

.bucketlist-heart-single-post .icon .path2::before {
    color: #212121;
}

.bucketlist-heart-single-post.is-active .icon .path1::before {
    color: #D82137;
}

.bucketlist-heart-single-post.is-active .icon .path2::before {
    color: #D82137;
}

.bucketlist-notice {
  display: none;
  position: fixed;
  z-index: 10;
  top: 120px;
  right: 32px;
  background: linear-gradient(0deg, rgba(76, 173, 0, 0.2), rgba(76, 173, 0, 0.2)), #FFFFFF;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
  color: #212121;
  border-radius: 16px;
  padding: 24px;
  padding-left: 56px;
  font-size: 16px;
  line-height: 24px;
}

.bucketlist-notice::before {
  font-family: "57hours-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e927";
  color: #4CAD00;
  position: absolute;
  left: 24px;
  top: 24px;
}

.single-adventure .bucketlist-notice {
  top: 140px;
}

.bucketlist-notice a {
  text-decoration: underline;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.bucketlist-notice-share {
  margin-left: -32px;
  margin-top: 16px;
}


.f-myaccount-bucketlist-adventures {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 24px;
  row-gap: 64px;
  margin: 48px 0 64px;
}

@media screen and (min-width: 700px) and (max-width: 1023px){
  .f-myaccount-bucketlist-adventures {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1400px){
  .f-myaccount-bucketlist-adventures {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .bucketlist-heart:not(.bucketlist-heart-single-post) {
    top: 12px;
    right: 12px;
  }

  .bucketlist-notice {
    top: 24px;
    width: 100%;
    z-index: 100;
    max-width: 280px;
    right: 50%;
    transform: translateX(50%);
  }

  .single-adventure .bucketlist-notice {
    top: 80px;
  }

  .bucketlist-notice .f-btn {
    display: block;
    width: 100%;
  }

  .f-myaccount-bucketlist-adventures {
    column-gap: 16px;
    row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    margin: 24px 0 48px;
  }
}


.adventure-gallery-slider .bucketlist-heart {
  top: 20px;
  right: 22px;
  z-index: 11;
}

.adventure-gallery-slider .f-btn--share-mobile {
  cursor: pointer;
  position: absolute;
  width: 25px;
  height: 25px;
  z-index: 1;
  color: #ffffff;
  background: transparent;
  box-shadow: none;
  border: none;
  padding: 0;
  -webkit-transform: translate3d(0,0,0);

  top: 19px;
  right: 60px;
  z-index: 11;
}


.bucketlist-heart-legacy:not(.bucketlist-heart-single-post) {
  width: 35px;
  height: 35px;
  background-image: url("../images/57h_heart_on.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
  transition: background-position 1s steps(24);
  transition-duration: 0s;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}

.bucketlist-heart-legacy.is-active {
  transition-duration: 1s;
  background-position: -840px 0;
}

.bucketlist-heart-legacy.is-active.ready-for-off {
  background-position: 0 0;
  background-image: url("../images/57h_heart_off.png");
  transition-duration: 0s;
}

.bucketlist-heart-legacy.ready-for-off {
  background-image: url("../images/57h_heart_off.png");
  transition-duration: 1s;
  background-position: -840px 0;
}

.f-save-adventure-desktop {
  display: none;
}

@media (min-width: 768px) {
    .f-save-adventure-mobile {
        display: none;
    }

    .f-save-adventure-desktop {
        display: block;
    }
}