# Casa Verde Gift Card — Casa Verde Hotels > **Available formats:** [HTML](https://aztrix.io/casaverde-hotels.es/products/casa-verde-gift-card/) · [.md](https://aztrix.io/casaverde-hotels.es/products/casa-verde-gift-card.md) *(current)* · [.json](https://aztrix.io/casaverde-hotels.es/products/casa-verde-gift-card/?format=json) **Price:** (EUR 150) Digital gift card for any Casa Verde property. Redeemable for rooms, dining, spa, and experiences. Valid 24 months. ## Details - Category: Gifts - Image: https://images.unsplash.com/photo-1513201099705-a9746e1e201f?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": "Casa Verde Hotels", "url": "https://aztrix.io/casaverde-hotels.es/", "description": "Boutique eco-hotel collection in Barcelona and the Costa Brava. Rooftop gardens, locally sourced restaurants, and carbon-neutral operations since 2022.", "address": { "@type": "PostalAddress", "streetAddress": "Passeig de Gracia 78", "addressLocality": "Barcelona", "postalCode": "08008", "addressCountry": "Spain" }, "telephone": "+34 93 412 00 00", "category": "hotels_travel", "hasPart": [ { "@id": "#products" } ] }, { "@id": "#products", "@type": "CollectionPage", "name": "Products", "url": "https://aztrix.io/casaverde-hotels.es/products.md", "isPartOf": { "@id": "#merchant" }, "hasPart": [ { "@id": "#cat-gifts" } ] }, { "@id": "#prod-casa-verde-gift-card", "@type": "Product", "name": "Casa Verde Gift Card", "description": "Digital gift card for any Casa Verde property. Redeemable for rooms, dining, spa, and experiences. Valid 24 months.", "image": "https://images.unsplash.com/photo-1513201099705-a9746e1e201f?w=600&h=400&fit=crop", "category": "Gifts", "brand": { "@type": "Brand", "name": "Casa Verde Hotels" }, "url": "https://aztrix.io/casaverde-hotels.es/products/casa-verde-gift-card/", "aztrix:discoverySurface": [ { "@type": "MediaObject", "contentUrl": "https://aztrix.io/casaverde-hotels.es/products/casa-verde-gift-card.md", "encodingFormat": "text/markdown" } ], "isPartOf": { "@id": "#cat-gifts" }, "offers": { "@type": "Offer", "price": 150, "priceCurrency": "EUR", "availability": "https://schema.org/InStock", "url": "https://aztrix.io/casaverde-hotels.es/products/casa-verde-gift-card/", "seller": { "@id": "#merchant" } } }, { "@id": "#cat-gifts", "@type": "ItemList", "name": "Gifts", "itemListOrder": "https://schema.org/ItemListUnordered", "numberOfItems": 1, "isPartOf": { "@id": "#products" }, "hasPart": [ { "@id": "#prod-casa-verde-gift-card" } ] } ] } ```