.xb-wishlist-button__add-style-1, .xb-wishlist-button__loading-style-1, .xb-wishlist-button__remove-style-1 {
    align-items: center;
    background-color: var(--bg-color);
    border: none !important;
    border-radius: var(--border-radius);
    color: var(--text-color);
    cursor: pointer;
    display: flex;
    font-size: var(--text-size);
    height: 44px;
    justify-content: right !important;
    max-width: var(--button-width);
    width: 100%;
}

.xb-wishlist-button-collection {
    align-items: end !important;
    display: flex;
    justify-content: right;
    min-width: 33px;
    position: absolute;
    bottom: 15px !important;
    right: 40px !important;
    top: 0px !important;
    z-index: 10;
}
