xb-wishlist-button {
    margin-bottom: 1em;
    display: block;
    font-size: 15px !important;
}
.xb-wishlist-products__title,
.xb-wishlist-products__caution {
    justify-content: left !important;
}
.xb-wishlist-button__loading-style,
.xb-wishlist-button__remove-style,
.xb-wishlist-button__add-style {
    font-weight: 600 !important;
    font-size: var(--base-text-size) !important;
    font-family: var(--base-font-family);
    border:1.5px solid #121212!important;
    height: 52px !important;
    justify-content: center !important;
}
.xb-wishlist-button__add-style .xb-wishlist-button__add-icon-style,
.xb-wishlist-button__remove-style .xb-wishlist-button__remove-icon-style {
    display: none !important;
}
.xb-wishlist-button-collection__add, 
.xb-wishlist-button-collection__remove {
    background: #ffffff !important;
    border-radius: 50% !important;
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.xb-wishlist-button-collection[xb-placement=top-right] {
    right: 7px !important;
    top: 12px !important;
}
.xb-wishlist-page {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.xb-wishlist-product__title {
    text-align: left !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}
.xb-wishlist-product__price, .xb-wishlist-product__hasCompareAtPrice {
    text-align: left !important;
    color: #121212 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}
.xb-wishlist-product__item {
    box-shadow: none !important;
    border-radius: 0px !important;
}
.xo_c98c3d6d {
    column-gap: 16px !important;
    row-gap: 32px !important;
}
.xb-wishlist-product__variant {
    justify-content: flex-start !important;
}
.xb-wishlist-product__select {
    flex: 0 0 100% !important;
    max-width: 230px !important;
    border-radius: 3px !important;
}
.xb-list-style__add-to-cart {
    flex: 0 0 calc(100% - 30px) !important;
    text-align: center !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}
.xb-wishlist-product__img img {
    height: auto !important;
    overflow: hidden !important;
}
.xb-wishlist-product__remove-product {
    opacity: 1 !important;
    top: 10px !important;
    transition: none !important;
}