/**
 * ATAD Wishlist toggle: filled icon when product is in wishlist.
 * When the wrapper has .atad-wishlist-in-list, the same SVG is shown filled.
 */
[data-atad-wishlist-toggle].atad-wishlist-in-list .elementor-icon svg {
    fill: currentColor;
    stroke: none;
}

/* Button widget (e.g. single product page): icon inside .elementor-button-icon */
[data-atad-wishlist-toggle].atad-wishlist-in-list.elementor-widget-button .elementor-button-icon svg {
    fill: currentColor;
    stroke: none;
}
