xb-wishlist-button {
    grid-column: 1 / -1 !important;
}

span.xb-wishlist-button__content {
    font-size: 10px;
}

select#select-variant {
    display: none !important;
}

.xb-list-style__add-to-cart, .xb-list-style__add-to-cart:hover {
    background-color: var(--xb-wishlist-btn-add-to-cart-bg-color);
    border: none;
    border-radius: 0px !important;
    color: var(--xb-wishlist-btn-add-to-cart-color);
    cursor: pointer;
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding: 12px 16px;
    position: relative;
}