{
    "@context": "https://schema.org/",
    "@type": "Product",
    "name": "Sourdough Country Loaf",
    "description": "Classic artisan loaf with crispy crust and soft, airy crumb. Long-fermented sourdough made with unbleached flour, salt, water, and extra virgin olive oil.",
    "image": "https://thewheatbunny.shop/images/products/country-loaf/webp/country_load.webp",
    "brand": {
        "@type": "Brand",
        "name": "Wheat Bunny"
    },
    "offers": {
        "@type": "AggregateOffer",
        "priceCurrency": "SGD",
        "offers": [
            {
                "@type": "Offer",
                "name": "Large (800-850g)",
                "price": "12.00",
                "priceCurrency": "SGD",
                "availability": "https://schema.org/InStock"
            },
            {
                "@type": "Offer",
                "name": "Small (400-450g)",
                "price": "8.00",
                "priceCurrency": "SGD",
                "availability": "https://schema.org/InStock"
            }
        ]
    }
}
