.single-product .yith-wcwl-add-to-wishlist {
    font-size:12px;
    margin-top:0;
}
.woocommerce table.shop_table {
    border: none;
    border-bottom: 1px solid var(--color-wishlist-table-border, #cccccc);
    margin: 0 0 2rem 0;
    border-radius: 0;
}
.wishlist_table thead {
    display: none;
}
.yith-wcwl-share ul {
    margin: 1em 0;
    gap: 1em;
}
.yith-wcwl-share li a {
    color: #fff;
    border-radius: 100em;
    padding:2px;
    background-color:var(--wp--preset--color--primary) !important;
}
.wishlist_table.mobile li .item-wrapper .product-thumbnail, td.product-thumbnail {
    mix-blend-mode: multiply;
}
.woocommerce table.shop_table.wishlist_table tr td {
    background: transparent;
}
td.product-name a {
    font-size: 1.2rem;
}
a.add_to_wishlist.single_add_to_wishlist span {
    display: none;
}