# NordBrew Branded Pint Glass Set — NordBrew > **Available formats:** [HTML](https://aztrix.io/nordbrew.dk/products/nordbrew-branded-pint-glass-set/) · [.md](https://aztrix.io/nordbrew.dk/products/nordbrew-branded-pint-glass-set.md) *(current)* · [.json](https://aztrix.io/nordbrew.dk/products/nordbrew-branded-pint-glass-set/?format=json) **Price:** (EUR 28) Set of 4 hand-etched pint glasses in a gift box. Dishwasher safe. ## Details - Category: Merch - Image: https://images.unsplash.com/photo-1513558161293-cdaf765ed2fd?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-nordbrew-branded-pint-glass-set", "@type": "Product", "name": "NordBrew Branded Pint Glass Set", "description": "Set of 4 hand-etched pint glasses in a gift box. Dishwasher safe.", "image": "https://images.unsplash.com/photo-1513558161293-cdaf765ed2fd?w=600&h=400&fit=crop", "category": "Merch", "brand": { "@type": "Brand", "name": "NordBrew" }, "url": "https://aztrix.io/nordbrew.dk/products/nordbrew-branded-pint-glass-set/", "aztrix:discoverySurface": [ { "@type": "MediaObject", "contentUrl": "https://aztrix.io/nordbrew.dk/products/nordbrew-branded-pint-glass-set.md", "encodingFormat": "text/markdown" } ], "isPartOf": { "@id": "#cat-merch" }, "offers": { "@type": "Offer", "price": 28, "priceCurrency": "EUR", "availability": "https://schema.org/InStock", "url": "https://aztrix.io/nordbrew.dk/products/nordbrew-branded-pint-glass-set/", "seller": { "@id": "#merchant" } } }, { "@id": "#cat-merch", "@type": "ItemList", "name": "Merch", "itemListOrder": "https://schema.org/ItemListUnordered", "numberOfItems": 1, "isPartOf": { "@id": "#products" }, "hasPart": [ { "@id": "#prod-nordbrew-branded-pint-glass-set" } ] } ] } ```