{
  "@context": "https://schema.org",
  "@type": "Product",
  "@id": "https://anchor.kevinmurphywebdev.com/products/sextant-aeropress-kit",
  "name": "Sextant AeroPress Kit",
  "brand": {
    "@type": "Brand",
    "name": "Sextant"
  },
  "category": "brewer",
  "description": "AeroPress with a metal filter, travel cap, and a small scoop. Inverted-method friendly.",
  "additionalProperty": [
    {
      "@type": "PropertyValue",
      "name": "Capacity",
      "value": "1-2 cups"
    },
    {
      "@type": "PropertyValue",
      "name": "Material",
      "value": "Polypropylene + stainless filter"
    },
    {
      "@type": "PropertyValue",
      "name": "Includes",
      "value": "Metal filter, travel cap, scoop"
    },
    {
      "@type": "PropertyValue",
      "name": "Weight",
      "value": "320 g shipping"
    }
  ],
  "offers": {
    "@type": "Offer",
    "@id": "https://anchor.kevinmurphywebdev.com/products/sextant-aeropress-kit#offer",
    "url": "https://anchor.kevinmurphywebdev.com/products/sextant-aeropress-kit",
    "priceCurrency": "USD",
    "price": "49.00",
    "availability": "https://schema.org/InStock",
    "seller": {
      "@type": "Organization",
      "name": "anchor"
    }
  }
}