Categorias

Itens
Box Avulsa
Posters
Filmes
Cursos
PRÉ-VENDA
Revistas
BUDs
Grandes Personagens
Star Wars
Cinema Brasileiro
Cinema Brasileiro II
Studio Ghibli
Mulheres no Cinema

Loja

- BUDs

- Star Wars

BUDs #06 - Darth Vader - Star Wars
R$ 15,00
Mais detalhes ADICIONAR
BUDs #07 - Luke Skywalker - Star Wars
R$ 15,00
Mais detalhes ADICIONAR
BUDs #08 - Leia Organa - Star Wars
R$ 15,00
Mais detalhes ADICIONAR
BUDs #09 - Han Solo - Star Wars
R$ 15,00
Mais detalhes ADICIONAR
BUDs #10 - Yoda - Star Wars
R$ 15,00
Mais detalhes ADICIONAR
BUDs #11 - Chewbacca - Star Wars
R$ 15,00
Mais detalhes ADICIONAR
BUDs #12 - R2D2 - Star Wars
R$ 15,00
Mais detalhes ADICIONAR
BUDs #13 - C3PO - Star Wars
R$ 15,00
Mais detalhes ADICIONAR
BUDs #14 - Stormtrooper - Star Wars
R$ 15,00
Mais detalhes ADICIONAR
SET #02 - Star Wars - Coleção Completa
R$ 100,00
Mais detalhes ADICIONAR

1

Carrinho

TOTAL
R$ 0,00
FINALIZAR
').fadeIn().show(); document.getElementById('alerta').click(); atualiza_carrinho(); }); } function atualiza_carrinho() { $.post('funcoes/funcoes_produtos_loja.asp', { tipo: "atua_car" }, function (data) { var data2=data.split("|"); $("#prodCar").html('').fadeOut().show(); $("#prodCar").html(data2[0]).fadeIn().show(); $("#prodCarNaotem").html(data2[3]).fadeIn().show(); $("#vlrCar").html('').fadeOut().show(); $("#vlrCar").html('R$ '+data2[1]).fadeIn().show(); }); } function finalizar() { $.post('funcoes/funcoes_produtos_loja.asp', { tipo: "finaliza_ped" }, function (data) { var data2=data.split("|"); $("#valor_plano_assinou").html(data2[1]).fadeIn().show(); $("#valor_assinado").html(data2[1]).fadeIn().show(); $("#peso_plano_assinou").html(data2[0]).fadeIn().show(); }); } function mudaQtd(id) { $.post('funcoes/funcoes_produtos_loja.asp', { id: id, tipo: "at_qtd", qtd: $("#qtd_"+id).val() }, function(data) { atualiza_carrinho(); }); } function fechar() { window.location='minhaassinatura.asp'; } atualiza_carrinho();