.woocommerce-js .woocommerce table.shop_table {
    border-radius: var(--border-radius-small);
    box-shadow: var(--box-shadow-style-3);
}

table.wishlist_table.shop_table th.product-remove {
    border-top-left-radius: var(--border-radius-small);
}

table.wishlist_table.shop_table th.product-add-to-cart {
    border-top-right-radius: var(--border-radius-small);
}

table.wishlist_table.shop_table tr:last-child td.product-remove, .wishlist-empty {
    border-bottom-left-radius: var(--border-radius-small);
}

table.wishlist_table.shop_table tr:last-child td.product-add-to-cart, .wishlist-empty {
    border-bottom-right-radius: var(--border-radius-small);
}
