/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jun 06 2026 | 09:11:20 */
/* Скрыть wishlist-сердечко только в модуле Add to Cart внутри финального CTA */
.custom-hero-cta .et_pb_wc_add_to_cart .tinv-wraper.tinv-wishlist,
.custom-hero-cta .et_pb_wc_add_to_cart .tinvwl_add_to_wishlist_button,
.custom-hero-cta .et_pb_wc_add_to_cart .tinvwl-tooltip {
    display: none !important;
}