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 Why Women Have Better Sex Under Socialism
9781529110579.jpeg Imagem 1 de
9781529110579.jpeg
9781529110579.jpeg

Why Women Have Better Sex Under Socialism

€ 15,50

Kristen Ghodsee

'Funny, angry, urgent. Ghodsee is going to start a revolution' Daisy Buchanan, author of The Sisterhood A witty, fiercely intelligent exploration of why capitalism is rigged against women and what we can do about it. Unregulated capitalism is bad for women. Socialism, if done properly, leads to economic independence, better labour conditions, better work/family balance and, yes, even better sex. If you like the idea of such outcomes, then come along for an exploration of how we can change women’s lives for the better.

Adicionar ao carrinho

Kristen Ghodsee

'Funny, angry, urgent. Ghodsee is going to start a revolution' Daisy Buchanan, author of The Sisterhood A witty, fiercely intelligent exploration of why capitalism is rigged against women and what we can do about it. Unregulated capitalism is bad for women. Socialism, if done properly, leads to economic independence, better labour conditions, better work/family balance and, yes, even better sex. If you like the idea of such outcomes, then come along for an exploration of how we can change women’s lives for the better.

Kristen Ghodsee

'Funny, angry, urgent. Ghodsee is going to start a revolution' Daisy Buchanan, author of The Sisterhood A witty, fiercely intelligent exploration of why capitalism is rigged against women and what we can do about it. Unregulated capitalism is bad for women. Socialism, if done properly, leads to economic independence, better labour conditions, better work/family balance and, yes, even better sex. If you like the idea of such outcomes, then come along for an exploration of how we can change women’s lives for the better.

Você também pode gostar

Tese sobre Uma Domesticação
Tese sobre Uma Domesticação
€ 17,70
Rombo
Rombo
€ 19,45
Água viva
Água viva
€ 14,95
Saber perder
Saber perder
€ 14,95
Meio Sol Amarelo
Meio Sol Amarelo
€ 27,70
 

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