# Discovery Tasting Box — NordBrew > **Available formats:** [HTML](https://aztrix.io/nordbrew.dk/products/discovery-tasting-box/) · [.md](https://aztrix.io/nordbrew.dk/products/discovery-tasting-box.md) *(current)* · [.json](https://aztrix.io/nordbrew.dk/products/discovery-tasting-box/?format=json) **Price:** (EUR 42) Eight different NordBrew beers in a branded wooden crate: 2x IPA, 2x Stout, 2x Pilsner, 2x Seasonal. Perfect gift for beer lovers. ## Details - Category: Gifts - Image: https://images.unsplash.com/photo-1558642452-9d2a7deb7f62?w=600&h=400&fit=crop ## More from this merchant [← All products](products.md?src=knowledge) ```json { "@context": [ "https://schema.org", "https://aztrix.io/ns/v1" ], "@graph": [ { "@id": "#merchant", "@type": "Organization", "name": "NordBrew", "url": "https://aztrix.io/nordbrew.dk/", "description": "Copenhagen craft brewery and taproom. Small-batch IPAs, sours, and stouts brewed with Nordic botanicals. Taproom, brewery tours, and online shop.", "address": { "@type": "PostalAddress", "streetAddress": "Vesterbrogade 97", "addressLocality": "Copenhagen", "postalCode": "1620", "addressCountry": "Denmark" }, "telephone": "+45 33 15 00 00", "category": "restaurants", "hasPart": [ { "@id": "#products" } ] }, { "@id": "#products", "@type": "CollectionPage", "name": "Products", "url": "https://aztrix.io/nordbrew.dk/products.md", "isPartOf": { "@id": "#merchant" }, "hasPart": [ { "@id": "#cat-beer" }, { "@id": "#cat-gifts" }, { "@id": "#cat-merch" }, { "@id": "#cat-experiences" } ] }, { "@id": "#prod-discovery-tasting-box", "@type": "Product", "name": "Discovery Tasting Box", "description": "Eight different NordBrew beers in a branded wooden crate: 2x IPA, 2x Stout, 2x Pilsner, 2x Seasonal. Perfect gift for beer lovers.", "image": "https://images.unsplash.com/photo-1558642452-9d2a7deb7f62?w=600&h=400&fit=crop", "category": "Gifts", "brand": { "@type": "Brand", "name": "NordBrew" }, "url": "https://aztrix.io/nordbrew.dk/products/discovery-tasting-box/", "aztrix:discoverySurface": [ { "@type": "MediaObject", "contentUrl": "https://aztrix.io/nordbrew.dk/products/discovery-tasting-box.md", "encodingFormat": "text/markdown" } ], "isPartOf": { "@id": "#cat-gifts" }, "offers": { "@type": "Offer", "price": 42, "priceCurrency": "EUR", "availability": "https://schema.org/InStock", "url": "https://aztrix.io/nordbrew.dk/products/discovery-tasting-box/", "seller": { "@id": "#merchant" } } }, { "@id": "#cat-gifts", "@type": "ItemList", "name": "Gifts", "itemListOrder": "https://schema.org/ItemListUnordered", "numberOfItems": 2, "isPartOf": { "@id": "#products" }, "hasPart": [ { "@id": "#prod-discovery-tasting-box" }, { "@id": "#prod-taproom-gift-card" } ] } ] } ```