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 Mother Tongue (Paperback)
Captura de ecrã 2025-01-28, às 14.19.34.png Imagem 1 de
Captura de ecrã 2025-01-28, às 14.19.34.png
Captura de ecrã 2025-01-28, às 14.19.34.png

Mother Tongue (Paperback)

€ 16,25
Sold Out

Jenni Nuttall

From the dawn of Old English to the present day, Dr Jenni Nuttall guides readers through the evolution of words we have used to describe women and the experiences they might share including menstruation, sexuality, the consequences of male violence, childbirth, paid and unpaid work. Along the way, she argues that as women have made slow progress towards equality, we've lost some of the most eloquent parts of our vocabulary for our lives.

Inspired by Nuttall's deep knowledge of the English language as well as conversations with her teenage daughter, this is a book for anyone who loves language, and for feminists who want to look to the past in order to move forward.

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

Jenni Nuttall

From the dawn of Old English to the present day, Dr Jenni Nuttall guides readers through the evolution of words we have used to describe women and the experiences they might share including menstruation, sexuality, the consequences of male violence, childbirth, paid and unpaid work. Along the way, she argues that as women have made slow progress towards equality, we've lost some of the most eloquent parts of our vocabulary for our lives.

Inspired by Nuttall's deep knowledge of the English language as well as conversations with her teenage daughter, this is a book for anyone who loves language, and for feminists who want to look to the past in order to move forward.

Jenni Nuttall

From the dawn of Old English to the present day, Dr Jenni Nuttall guides readers through the evolution of words we have used to describe women and the experiences they might share including menstruation, sexuality, the consequences of male violence, childbirth, paid and unpaid work. Along the way, she argues that as women have made slow progress towards equality, we've lost some of the most eloquent parts of our vocabulary for our lives.

Inspired by Nuttall's deep knowledge of the English language as well as conversations with her teenage daughter, this is a book for anyone who loves language, and for feminists who want to look to the past in order to move forward.

Você também pode gostar

PARADE
PARADE
€ 18,75
Sold Out
A Tua Melanina
A Tua Melanina
€ 16,65
Viver uma vida feminista
Viver uma vida feminista
€ 30,00
Sold Out
Leer mata
Leer mata
€ 14,00
Quando as Montanhas Cantam
Quando as Montanhas Cantam
€ 19,45
 

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