/* APM Product Gallery v2.1.3.
   Loaded only when "Hide View cart link" is enabled, independently of quantities.
   Target the extra post-add anchor, NOT every .wc-forward or every cart URL.
   CSS covers initial and AJAX-inserted links without racing the cart handler.
   Keep the node so WooCommerce can detect it and avoid inserting duplicates.
   Do not hide purchase buttons, notices or live-region success announcements. */
html body a.added_to_cart.wc-forward:not(.add_to_cart_button):not(.single_add_to_cart_button),
html body .vp-catalog-cart[data-vp-catalog-cart] a.added_to_cart:not(.add_to_cart_button):not(.single_add_to_cart_button) {
    display: none !important;
}
