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 Girls
girls.jpg Imagem 1 de
girls.jpg
girls.jpg

Girls

€ 15,00

Kirsty Capes

GIRLS follows the story of two sisters - Mattie and Nora - and the thorny relationship with their famous late mother, brilliant yet deeply troubled artist Ingrid Olsen.

As they embark on an all-or-nothing road trip across the US to preserve Ingrid's legacy, they start to unpick the scars of the past - and realise that the ties that bound them, might also break them.

Told partly in interview form, GIRLS is as devastating as it is hilarious, as tender and moving as it is shocking - this is a book that will stay with you long after you have turned the final pages.

Adicionar ao carrinho

Kirsty Capes

GIRLS follows the story of two sisters - Mattie and Nora - and the thorny relationship with their famous late mother, brilliant yet deeply troubled artist Ingrid Olsen.

As they embark on an all-or-nothing road trip across the US to preserve Ingrid's legacy, they start to unpick the scars of the past - and realise that the ties that bound them, might also break them.

Told partly in interview form, GIRLS is as devastating as it is hilarious, as tender and moving as it is shocking - this is a book that will stay with you long after you have turned the final pages.

Kirsty Capes

GIRLS follows the story of two sisters - Mattie and Nora - and the thorny relationship with their famous late mother, brilliant yet deeply troubled artist Ingrid Olsen.

As they embark on an all-or-nothing road trip across the US to preserve Ingrid's legacy, they start to unpick the scars of the past - and realise that the ties that bound them, might also break them.

Told partly in interview form, GIRLS is as devastating as it is hilarious, as tender and moving as it is shocking - this is a book that will stay with you long after you have turned the final pages.

Você também pode gostar

Os detalhes
Os detalhes
€ 15,50
Não É Um Rio
Não É Um Rio
€ 14,90
A Coisa à Volta do Teu Pescoço
A Coisa à Volta do Teu Pescoço
€ 17,70
0012489_the-literary-witches-oracle-a-70-card-deck-and-guidebook.png 0012489_the-literary-witches-oracle-a-70-card-deck-and-guidebook.png
The Literary Witches Oracle - A 70 Card Deck And Guidebook Oracle Cards
€ 19,90
Os Nossos Desconhecidos
Os Nossos Desconhecidos
€ 19,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)); }); }); });