Bluey "Bluey!" – Dad Hat
Bring home the world’s most famous blue heeler on this comfy strapback hat that features a smiling Bluey on the front and the show logo on the back. Officially licensed with Ludo Studio © Ludo Studio { "@context": "https://schema.org/", "@type": "Product", "name": "{{ product.title | escape }}", "url": "{{ shop.url | append: product.url | escape }}", "image": "{{ product.selected_or_first_available_variant.featured_media | img_url: media_size | prepend: 'https:' | escape }}", "brand": { "@type": "Brand", "name": "{{ product.title | escape }}" }, "aggregateRating": { "@type": "AggregateRating", "ratingValue": "4.8", "reviewCount": "14" }, "hasMerchantReturnPolicy": { "@type": "MerchantReturnPolicy", "value": true }, "priceCurrency": "{{ shop.currency | escape }}", "price": "{{ product.price | money | escape }}" }