,

COMBO DE 15 GOLOSINAS PARA SORPRESAS

S/ 6.00

TOTAL 15 golosinas

  • 1 gaseosa a escoger
  • 1 mini cañonazo
  • 1 mini rellenita
  • 1 mini picaras
  • 1 mini sapito
  • 1 mini nick
  • 1 mini chocman
  • 1 mini bom a bom
  • 1 mini cereal
  • 1 mini carita
  • 1 mini chinchin
  • 1 mini golpe
  • 3 gelatinas

Reviews

There are no reviews yet.

Be the first to review “COMBO DE 15 GOLOSINAS PARA SORPRESAS”

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *

Carrito de compra
add_filter( 'woocommerce_coupons_enabled', 'dl_quitar_aviso_cupon_checkout' ); function dl_quitar_aviso_cupon_checkout( $enabled ) { if (is_checkout() ) { $enabled = false; } return $enabled; } add_filter( 'woocommerce_coupons_enabled', 'dl_quitar_aviso_cupon_carrito' ); function dl_quitar_aviso_cupon_carrito( $enabled ) { if ( is_cart() ) { $enabled = false; } return $enabled; }