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 The Patriarchs: How Men Came to Rule
9780008586775.jpeg Imagem 1 de
9780008586775.jpeg
9780008586775.jpeg

The Patriarchs: How Men Came to Rule

€ 18,50

Angela Saini

In this bold and radical book, award-winning science journalist Angela Saini goes in search of the true roots of gendered oppression, uncovering a complex history of how male domination became embedded in societies and spread across the globe from prehistory into the present.

Travelling to the world’s earliest known human settlements, analysing the latest research findings in science and archaeology, and tracing cultural and political histories from the Americas to Asia, she overturns simplistic universal theories to show that what patriarchy is and how far it goes back really depends on where you are.

Despite the push back against sexism and exploitation in our own time, even revolutionary efforts to bring about equality have often ended in failure and backlash. Saini ends by asking what part we all play – women included – in keeping patriarchal structures alive, and why we need to look beyond the old narratives to understand why it persists in the present.

Adicionar ao carrinho

Angela Saini

In this bold and radical book, award-winning science journalist Angela Saini goes in search of the true roots of gendered oppression, uncovering a complex history of how male domination became embedded in societies and spread across the globe from prehistory into the present.

Travelling to the world’s earliest known human settlements, analysing the latest research findings in science and archaeology, and tracing cultural and political histories from the Americas to Asia, she overturns simplistic universal theories to show that what patriarchy is and how far it goes back really depends on where you are.

Despite the push back against sexism and exploitation in our own time, even revolutionary efforts to bring about equality have often ended in failure and backlash. Saini ends by asking what part we all play – women included – in keeping patriarchal structures alive, and why we need to look beyond the old narratives to understand why it persists in the present.

Angela Saini

In this bold and radical book, award-winning science journalist Angela Saini goes in search of the true roots of gendered oppression, uncovering a complex history of how male domination became embedded in societies and spread across the globe from prehistory into the present.

Travelling to the world’s earliest known human settlements, analysing the latest research findings in science and archaeology, and tracing cultural and political histories from the Americas to Asia, she overturns simplistic universal theories to show that what patriarchy is and how far it goes back really depends on where you are.

Despite the push back against sexism and exploitation in our own time, even revolutionary efforts to bring about equality have often ended in failure and backlash. Saini ends by asking what part we all play – women included – in keeping patriarchal structures alive, and why we need to look beyond the old narratives to understand why it persists in the present.

Você também pode gostar

A Cerimónia do Adeus
A Cerimónia do Adeus
€ 17,70
Sophia de Mello Breyner Andresen - Biografia
Sophia de Mello Breyner Andresen - Biografia
€ 22,00
THE YEAR OF MAGICAL THINKING
THE YEAR OF MAGICAL THINKING
€ 15,20
Sistemas em Estado Crítico
Sistemas em Estado Crítico
€ 17,00
As Mulheres de Troia
As Mulheres de Troia
€ 18,80
 

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