fragment FeaturedProduct on Product { id slug name isAvailableForPurchase description seoTitle seoDescription pricing { priceRange { start { gross { currency amount } } stop { gross { currency amount } } } } media { url(size: 2160) type alt } collections { name } updatedAt variants { id name pricing { price { gross { currency amount } } } } }