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

Amy e Isabele
Amy e Isabele
€ 20,95
A Companheira
A Companheira
€ 29,90
Perto do coração selvagem
Perto do coração selvagem
€ 16,65
A Viagem
A Viagem
€ 14,95
Zami - Assim Reescrevo o Meu Nome – Uma biomitografia
Zami - Assim Reescrevo o Meu Nome – Uma biomitografia
€ 22,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)); }); }); });