.elementor-21 .elementor-element.elementor-element-3fee8675{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-7f143a05 *//* ESCONDE APENAS O TEXTO ORIGINAL */
#nm-wishlist-empty h1 {
    position: relative;
}

/* Esconde o texto original (inglês) */
#nm-wishlist-empty h1 {
    color: transparent;
}

/* Adiciona o novo texto */
#nm-wishlist-empty h1::after {
    content: "Sua lista de desejos está vazia";
    color: #1a1a1a;
    font-size: 24px;
    font-weight: 600;
    position: absolute;
    left: 0;
    width: 100%;
}

/* ===== TEXTO ===== */
#nm-wishlist-empty .note {
    font-size: 0;
}

#nm-wishlist-empty .note::before {
    content: "Clique no ícone de coração para adicionar produtos";
    font-size: 14px;
    color: #666;
}

/* ===== BOTÃO ===== */
#nm-wishlist-empty a.button {
    font-size: 0;
    color: #fff !important; /* texto branco */
    background-color: #000; /* opcional */
}

/* Texto do botão */
#nm-wishlist-empty a.button::before {
    content: "Voltar para a loja";
    font-size: 14px;
    font-weight: 600;
}/* End custom CSS */