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 Feminism, Interrupted Disrupting Power
4746.jpeg Imagem 1 de
4746.jpeg
4746.jpeg

Feminism, Interrupted Disrupting Power

€ 14,50
Sold Out

Lola Olufemi

'I was blown away' - Angela Davis

Plastered over t-shirts and tote bags, the word 'feminist' has entered the mainstream and is fast becoming a popular slogan for our generation. But feminism isn't a commodity up for purchase; it's a weapon for fighting against injustice.

This revolutionary book reclaims feminism from consumerism through exploring state violence against women, reproductive justice, transmisogyny, sex work, gendered Islamophobia and much more, showing that the struggle for gendered liberation is a struggle for justice, one that can transform the world for everybody.

Seja avisado por e-mail quando o produto estiver com estoque.
Adicionar ao carrinho

Lola Olufemi

'I was blown away' - Angela Davis

Plastered over t-shirts and tote bags, the word 'feminist' has entered the mainstream and is fast becoming a popular slogan for our generation. But feminism isn't a commodity up for purchase; it's a weapon for fighting against injustice.

This revolutionary book reclaims feminism from consumerism through exploring state violence against women, reproductive justice, transmisogyny, sex work, gendered Islamophobia and much more, showing that the struggle for gendered liberation is a struggle for justice, one that can transform the world for everybody.

Lola Olufemi

'I was blown away' - Angela Davis

Plastered over t-shirts and tote bags, the word 'feminist' has entered the mainstream and is fast becoming a popular slogan for our generation. But feminism isn't a commodity up for purchase; it's a weapon for fighting against injustice.

This revolutionary book reclaims feminism from consumerism through exploring state violence against women, reproductive justice, transmisogyny, sex work, gendered Islamophobia and much more, showing that the struggle for gendered liberation is a struggle for justice, one that can transform the world for everybody.

Você também pode gostar

O Meu Pai Voava
O Meu Pai Voava
€ 14,90
The Whole Picture: The colonial story of the art in our museums & why we need to talk about it
The Whole Picture: The colonial story of the art in our museums & why we need to talk about it
€ 16,50
Sold Out
Mother Tongue (Paperback)
Mother Tongue (Paperback)
€ 16,25
Sold Out
Meio Sol Amarelo
Meio Sol Amarelo
€ 27,70
Lágrimas no mercado
Lágrimas no mercado
€ 17,50
 

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)); }); }); });