Skip to product information
1 of 4

Popmart Exciting Macaron (Blind Box) (Authentic)

Popmart Exciting Macaron (Blind Box) (Authentic)

Regular price 28.500 BHD
Regular price Sale price 28.500 BHD
Sale Sold out
Shipping calculated at checkout.
Choice

Low stock

  • Authentic Popmart Exciting Macaron (Blind Box)

  • 2 QR Codes, Authenticated on Popmart Website. 

  • Choose Numbers 1 to 6, for blind box color. 

  • Designer: POP MART
    Release Date: July 12, 2024

  • Material: ABS/PVC

  • Height: 6.7 inches

  • The whole set contains 6 non-repeating blind boxes.

View full details
{ "@context": "https://schema.org", "@type": "Product", "name": "{{ product.title | escape }}", "image": [{% for image in product.images %}"{{ image | img_url: 'master' }}"{% unless forloop.last %}, {% endunless %}{% endfor %}], "description": "{{ product.description | strip_html | escape }}", "sku": "{{ product.selected_or_first_available_variant.sku | default: product.id }}", "brand": { "@type": "Brand", "name": "{{ product.vendor | default: shop.name }}" }, "offers": { "@type": "Offer", "url": "{{ shop.url }}{{ product.url }}", "priceCurrency": "BHD", "price": "{{ product.selected_or_first_available_variant.price | divided_by: 100.0 }}", "availability": "https://schema.org/{% if product.available %}InStock{% else %}OutOfStock{% endif %}", "itemCondition": "https://schema.org/NewCondition", "priceValidUntil": "{{ 'now' | date: '%Y-%m-%d' }}" } }