.xb-wishlist-button__add-style-3, .xb-wishlist-button__loading-style-3, .xb-wishlist-button__remove-style-3 {
    align-items: center;
    background-color: transparent;
    border: solid 2px #ff6500;
    color: var(--text-color);
    cursor: pointer;
    display: flex;
    font-size: var(--text-size);
    justify-content: center;
    padding-inline: 2rem 0.8rem;
}
.xb-list-style__add-to-cart {
    
    background-color: #ff6500;
    
}

.xb-wishlist-modal {
    background: #fff;
    border-radius: 10px;
    height: 80vh;
    overflow: hidden;
    padding: 3rem;
}
.xb-wishlist-modal__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    text-align: center;
    text-transform: none;
}