.wishlist-collection-button .wkh-button {
    --icon-size: 18px;
    --icon-stroke: #FBD81C;
    background: transparent;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex !important;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 10px;
    right: 10px;
    z-index: 1;
}

.wishlist-collection-button .wkh-button .wkh-icon {
    width: 18px;
    height: 18px;
}