Pular para conteúdo
Greta Livraria
Livraria
Clube
Edições
Sobre
0
0
Greta Livraria
Livraria
Clube
Edições
Sobre
0
0
Livraria
Clube
Edições
Sobre
Livraria WHEN I DARE TO BE POWERFUL
9780241473153.jpeg Imagem 1 de
9780241473153.jpeg
9780241473153.jpeg

WHEN I DARE TO BE POWERFUL

€ 11,75

Audre Lorde

'Women so empowered are dangerous'

Written with a 'black woman's anger' and the precision of a poet, these searing pieces by the groundbreaking writer Audre Lorde are a celebration of female strength and solidarity, and a cry to speak out against those who seek to silence anyone they see as 'other'.

One of twenty new books in the bestselling Penguin Great Ideas series. This new selection showcases a diverse list of thinkers who have helped shape our world today, from anarchists to stoics, feminists to prophets, satirists to Zen Buddhists.

Quantidade:
Adicionar ao carrinho

Audre Lorde

'Women so empowered are dangerous'

Written with a 'black woman's anger' and the precision of a poet, these searing pieces by the groundbreaking writer Audre Lorde are a celebration of female strength and solidarity, and a cry to speak out against those who seek to silence anyone they see as 'other'.

One of twenty new books in the bestselling Penguin Great Ideas series. This new selection showcases a diverse list of thinkers who have helped shape our world today, from anarchists to stoics, feminists to prophets, satirists to Zen Buddhists.

Audre Lorde

'Women so empowered are dangerous'

Written with a 'black woman's anger' and the precision of a poet, these searing pieces by the groundbreaking writer Audre Lorde are a celebration of female strength and solidarity, and a cry to speak out against those who seek to silence anyone they see as 'other'.

One of twenty new books in the bestselling Penguin Great Ideas series. This new selection showcases a diverse list of thinkers who have helped shape our world today, from anarchists to stoics, feminists to prophets, satirists to Zen Buddhists.

Você também pode gostar

O Olhar Mais Azul
O Olhar Mais Azul
€ 16,90
Tese sobre Uma Domesticação
Tese sobre Uma Domesticação
€ 17,70
Contos sombrios
Contos sombrios
€ 18,85
Inventário de Sonhos
Inventário de Sonhos
€ 24,90
Sold Out
A Corneta Acústica
A Corneta Acústica
€ 18,00
 

Endereço

Rua Palmira 66C, Lisboa | 1170-287

Busca

pesquise por autora, título ou ISBN

 

Newsletter

Inscreva-se com seu endereço de e-mail para receber novidades e atualizações.

Obrigada!

 

Feito com carinho pelas designers do Estúdio Claraboia

 

document.addEventListener("DOMContentLoaded", function () { const addToCartButtons = document.querySelectorAll('[data-action="add-to-cart"]'); addToCartButtons.forEach(button => { button.addEventListener("click", function (event) { event.preventDefault(); // Impede o redirecionamento padrão const form = button.closest("form"); fetch(form.action, { method: form.method, body: new FormData(form) }) .then(response => response.json()) .then(data => { // Exibe uma notificação de sucesso const notification = document.createElement("div"); notification.classList.add("added-to-cart-notification"); notification.innerText = "Item adicionado ao carrinho!"; document.body.appendChild(notification); setTimeout(() => { notification.classList.add("show"); setTimeout(() => { notification.classList.remove("show"); notification.remove(); }, 3000); // Oculta após 3 segundos }, 100); }) .catch(error => console.error("Erro ao adicionar ao carrinho:", error)); }); }); });