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 O amor é uma droga dura
drogadura.png Imagem 1 de 2
drogadura.png
334945260_581583090539048_6287097232416592938_n.jpeg Imagem 2 de 2
334945260_581583090539048_6287097232416592938_n.jpeg
drogadura.png
334945260_581583090539048_6287097232416592938_n.jpeg

O amor é uma droga dura

€ 14,84

Cristina Peri Rossi

Quantidade:
Adicionar ao carrinho

Cristina Peri Rossi

Cristina Peri Rossi

Você também pode gostar

Olhos d'água
Olhos d'água
€ 13,50
A Prateleira do Amor: Sobre Mulheres, Homens e Relações
A Prateleira do Amor: Sobre Mulheres, Homens e Relações
€ 18,50
We Need New Names
We Need New Names
€ 13,65
Lei da Gravidade
Lei da Gravidade
€ 17,75
Furies. Stories of the wicked, wild and untamed - feminist tales from 16 bestselling, award-winning authors
Furies. Stories of the wicked, wild and untamed - feminist tales from 16 bestselling, award-winning authors
€ 14,75
 

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