.wishlisthero-floating:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.wishlisthero-floating button {
  font-size: 20px !important;
  width: 40px !important;
  padding: 0.125em 0 0 !important;
}

.product-form-buttons.spacing-style {
  padding-block-end: 0 !important;
}

#wishlisthero-product-page-button-container .btn {
  width: 100%;
  min-height: 52px;
  opacity: 1 !important;
  margin-top: 12px !important;

  @media screen and (max-width: 750px) {
    margin-top: 6px !important;
  }

  &:hover:not([disabled]) {
      background-color: rgba(51, 51, 51, 1);
  }
}

.site-header__icon span.wishlist-hero-items-count {
  position: absolute;
  height: 20px;
  width: var(--cart-bubble-size, 20px);
  top: var(--cart-bubble-top, 4.5px);
  right: var(--cart-bubble-right, 2.5px);
  left: auto;
  background-color: var(--color-primary-button-background);
  border-radius: var(--style-border-radius-lg);
  font-size: var(--font-size--2xs);
  align-items: center;
}

.site-header__icon span.wishlist-hero-items-count.wishlist-hero-items-count-exists {
  display: flex !important;
}

.wishlist-hero-header-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--button-size);
  width: var(--button-size);
  pointer-events: auto;
  transition: none;
  color: currentcolor;
}

.wishlist-hero-header-icon i.wlh-Icon {
  padding-bottom: inherit !important;
}

svg.wlh-svg-Icon {
  padding-top: 0 !important;
}

svg.wlh-svg-Icon path {
  fill: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1px;
}

@media screen and (max-width: 425px) {
  .account-button {
      width: calc(var(--button-size) - 10px);
  }
  .header-actions__action .svg-wrapper {
      width: calc(var(--button-size) - 10px) !important;
  }
  .site-header__icon span.wishlist-hero-items-count {
      right: 0;
  }
  .wishlist-hero-header-icon {
      width: calc(var(--button-size) - 10px);
  }
}
