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 OUR STRANGERS
9781805302193.jpg Imagem 1 de
9781805302193.jpg
9781805302193.jpg

OUR STRANGERS

€ 16,50

Lydia Davis

In Our Strangers, conversations are overheard and misheard, a special delivery letter is mistaken for a rare white butterfly, toddlers learning to speak identify a ping-pong ball as an egg and mumbled remarks betray a marriage. In the glow of Davis's keen noticing, strangers can become like family and family like strangers. A new collection of short fiction from the critically acclaimed master of the form and winner of the Man Booker International Prize, Lydia Davis.

Adicionar ao carrinho

Lydia Davis

In Our Strangers, conversations are overheard and misheard, a special delivery letter is mistaken for a rare white butterfly, toddlers learning to speak identify a ping-pong ball as an egg and mumbled remarks betray a marriage. In the glow of Davis's keen noticing, strangers can become like family and family like strangers. A new collection of short fiction from the critically acclaimed master of the form and winner of the Man Booker International Prize, Lydia Davis.

Lydia Davis

In Our Strangers, conversations are overheard and misheard, a special delivery letter is mistaken for a rare white butterfly, toddlers learning to speak identify a ping-pong ball as an egg and mumbled remarks betray a marriage. In the glow of Davis's keen noticing, strangers can become like family and family like strangers. A new collection of short fiction from the critically acclaimed master of the form and winner of the Man Booker International Prize, Lydia Davis.

Você também pode gostar

VOCÊ NUNCA MAIS VAI FICAR SOZINHA (bolso)
VOCÊ NUNCA MAIS VAI FICAR SOZINHA (bolso)
€ 14,90
Bad Feminist (Tenth Anniversary)
Bad Feminist (Tenth Anniversary)
€ 21,75
Didion & Babitz - A Belletrist Book Club Pick
Didion & Babitz - A Belletrist Book Club Pick
€ 22,50
ORBITAL
ORBITAL
€ 15,00
PENSAMIENTO MONÓGAMO, TERROR POLIAMOROSO
PENSAMIENTO MONÓGAMO, TERROR POLIAMOROSO
€ 19,00
Sold Out
 

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