{"product_id":"meya-filter","title":"Meya, filter coffee from Mexico","description":"\u003ch2\u003eMeya - Coffee Info\u003c\/h2\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n  \u003ctd\u003e\u003cstrong\u003eTaste\u003c\/strong\u003e\u003c\/td\u003e\n  \u003ctd\u003eRed berries, juicy, elegant\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n  \u003ctd\u003e\u003cstrong\u003eBean Origin\u003c\/strong\u003e\u003c\/td\u003e\n  \u003ctd\u003eSierra de Zongolica, Veracruz, Mexico\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n  \u003ctd\u003e\u003cstrong\u003eProducers\u003c\/strong\u003e\u003c\/td\u003e\n  \u003ctd\u003eCitlal Kafen Cooperative (\"Coffee Star\")\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n  \u003ctd\u003e\u003cstrong\u003eVarieties\u003c\/strong\u003e\u003c\/td\u003e\n  \u003ctd\u003eGarnica, Typica, Bourbon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n  \u003ctd\u003e\u003cstrong\u003ePost-Harvest Process\u003c\/strong\u003e\u003c\/td\u003e\n  \u003ctd\u003e90 hours fermentation, then dried as Natural\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n  \u003ctd\u003e\u003cstrong\u003eCultivation Philosophy\u003c\/strong\u003e\u003c\/td\u003e\n  \u003ctd\u003eTraditional mixed cropping. All producers grow fruits alongside coffee.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n  \u003ctd colspan=\"2\"\u003eAll our coffees are sold as whole beans.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003ch2\u003eHow We Prepare the Coffee\u003c\/h2\u003e\u003cp\u003eThe first roasts have left the coffee house. For recipe development, we like to let the coffee degas for at least one week—it's still too fresh at the moment. You'll find the recipe here in approximately 1-2 weeks.\u003c\/p\u003e\u003ch2\u003eWhy Does the Coffee Taste the Way It Does?\u003c\/h2\u003e\u003cp\u003eIt can get noticeably cool in the Sierra de Zongolica. Behind Orizaba, the first hills rise up and continue climbing until you reach the rugged valleys of the Sierra. The slopes are steep, and clouds linger visibly in them. In the sun, however, the valleys heat up. This makes coffee cultivation challenging, especially for Naturals.\u003c\/p\u003e\u003cp\u003eThe cherries are picked and fermented in plastic bags before drying on raised beds. Because it's often cool, drying takes a very long time. And because it's often humid, the risk of fungal infection increases. This requires special care.\u003c\/p\u003e\u003cp\u003eAll of this shows in the taste: The fresh, juicy acidity comes from the growing conditions, as the cool temperatures allow the cherries to ripen for a long time. The 90-hour fermentation emphasizes a fresh fruity character with a focus on red fruits, without overpowering the acidity. The silky, elegant texture comes from careful harvesting and manual sorting of the cherries.\u003c\/p\u003e\u003ch2\u003eWhy Did We Buy This Coffee?\u003c\/h2\u003e\u003cp\u003eSince 2022, we've been working with Ensambles and the producers of Citlal Kafen to increase coffee quality and strengthen the cooperative. Toca is the washed cooperative blend. But the goal was always also to produce microlots.\u003c\/p\u003e\u003cp\u003eFor this, individual lots from particularly high-quality coffee cherries are separated, fermented, and dried in the cherry as Natural. This is a new process, not just for the cooperative, but for the whole region.\u003c\/p\u003e\u003cp\u003eFor long-term projects that are meant to make a real difference on the ground, it's important that they also produce coffees that are sensorially in the Champions League. This is the first lot that the young cooperative has processed this way. We're excited to see what comes next.\u003c\/p\u003e\u003ch2\u003eHow We Roast This Coffee\u003c\/h2\u003e\u003cp\u003e\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Assistant:wght@400;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n\/* Kaffeemacher Roast Curve - independent component.\n   Deliberately scoped to .roastchart instead of .article-wrapper so the\n   block renders correctly even outside an article and doesn't require\n   a second wrapper when inserted into an existing article. *\/\n.roastchart {\n  --km-green:       #97BF29;\n  --km-beige:       #F8F0EA;\n  --km-light-green: #CFF19A;\n  --km-red:         #E46641;\n  --km-black:       #000000;\n  font-family: 'Assistant', sans-serif;\n  font-size: 16px;\n  line-height: 1.6;\n  color: var(--km-black);\n  background: var(--km-beige);\n  border-radius: 8px;\n  padding: 24px 20px 18px;\n  margin: 32px 0;\n  box-sizing: border-box;\n}\n.roastchart * { box-sizing: border-box; }\n.roastchart .rc-head {\n  font-weight: 700;\n  font-size: 1.05em;\n  margin: 0 0 16px;\n  line-height: 1.35;\n}\n.roastchart .rc-sub {\n  font-weight: 400;\n  color: #666;\n  font-size: 0.88em;\n}\n.roastchart .rk-facts {\n  \/* Grid with minmax(0,1fr): the columns are mathematically identical in width.\n     Unlike with Flexbox, long text can't widen a column because the lower\n     bound is 0 instead of min-content. *\/\n  display: grid;\n  grid-template-columns: repeat(5, minmax(0, 1fr));\n  gap: 2px;\n  border-radius: 6px;\n  overflow: hidden;\n  margin-bottom: 18px;\n}\n.roastchart .rk-fact {\n  min-width: 0;\n  background: var(--km-black);\n  padding: 14px 6px;\n  text-align: center;\n}\n.roastchart .rk-val, .roastchart .rk-lab {\n  overflow-wrap: break-word;\n  word-wrap: break-word;\n  hyphens: auto;\n}\n.roastchart .rk-val {\n  display: block;\n  font-size: 1.25em;\n  font-weight: 700;\n  color: var(--km-green);\n  line-height: 1.1;\n}\n.roastchart .rk-lab {\n  display: block;\n  font-size: 0.75em;\n  color: #aaa;\n  margin-top: 4px;\n}\n.roastchart .rk-svg {\n  display: block;\n  width: 100%;\n  height: auto;\n}\n.roastchart .rk-svg text {\n  font-family: 'Assistant', sans-serif;\n  fill: #333;\n}\n.roastchart .rk-tick { font-size: 18px; }\n.roastchart .rk-tick-ror { fill: #6d8c1e; }\n.roastchart .rk-axis { font-size: 19px; font-weight: 700; }\n.roastchart .rk-axis-ror { fill: #6d8c1e; }\n.roastchart .rk-marker { font-size: 17px; font-weight: 700; fill: var(--km-red); }\n.roastchart .rk-marker-sub { font-size: 15px; font-weight: 400; fill: #a05138; }\n.roastchart .rk-zone { font-size: 15px; font-weight: 700; fill: #5f7d16; }\n.roastchart .rk-legend {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px 20px;\n  margin-top: 12px;\n  font-size: 0.85em;\n  color: #555;\n}\n.roastchart .rk-legend span {\n  display: inline-flex;\n  align-items: center;\n  gap: 7px;\n}\n.roastchart .rk-key {\n  width: 18px;\n  height: 4px;\n  border-radius: 2px;\n  flex-shrink: 0;\n}\n.roastchart .rk-key.zone { height: 12px; width: 14px; border-radius: 3px; }\n.roastchart .rk-key.dash {\n  height: 0;\n  border-top: 3px dashed var(--km-red);\n  border-radius: 0;\n}\n.roastchart .rk-note {\n  color: #666;\n  font-size: 0.85em;\n  margin: 10px 0 0;\n}\n@media (max-width: 620px) {\n  .roastchart .rk-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }\n  \/* With two columns, the fifth tile stands alone - it takes up the\n     full width instead of leaving a gap. *\/\n  .roastchart .rk-fact:last-child { grid-column: 1 \/ -1; }\n  .roastchart { padding: 18px 14px 14px; }\n  \/* On narrow displays the SVG shrinks - compensate with larger text.\n     Axis titles give way to the larger text, units appear instead\n     in the legend. *\/\n  .roastchart .rk-tick { font-size: 23px; }\n  .roastchart .rk-marker { font-size: 22px; }\n  .roastchart .rk-marker-sub, .roastchart .rk-zone { font-size: 19px; }\n  .roastchart .rk-axis { display: none; }\n}\n\u003c\/style\u003e\n\n\u003c\/p\u003e\u003cdiv class=\"roastchart\"\u003e\n\n  \u003cdiv class=\"rc-head\"\u003eRoast Curve: Meya\u003cspan class=\"rc-sub\"\u003e\u003cbr\u003eGiesen W30A 2021 · Batch 12.50 kg · September 15, 2026\u003c\/span\u003e\n\u003c\/div\u003e\n\n  \u003cdiv class=\"rk-facts\"\u003e\n      \u003cdiv class=\"rk-fact\"\u003e\n\u003cspan class=\"rk-val\"\u003e180.1 °C\u003c\/span\u003e\u003cspan class=\"rk-lab\"\u003eStart Temperature\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rk-fact\"\u003e\n\u003cspan class=\"rk-val\"\u003e189 °C\u003c\/span\u003e\u003cspan class=\"rk-lab\"\u003eEnd Temperature\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rk-fact\"\u003e\n\u003cspan class=\"rk-val\"\u003e8:44\u003c\/span\u003e\u003cspan class=\"rk-lab\"\u003eRoast Time\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rk-fact\"\u003e\n\u003cspan class=\"rk-val\"\u003e0:42\u003c\/span\u003e\u003cspan class=\"rk-lab\"\u003eretention\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rk-fact\"\u003e\n\u003cspan class=\"rk-val\"\u003e8 %\u003c\/span\u003e\u003cspan class=\"rk-lab\"\u003eRatio (DTR)\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003csvg class=\"rk-svg\" viewbox=\"0 0 760 430\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"Roast Curve: Meya\"\u003e\n  \u003crect x=\"74\" y=\"22\" width=\"622\" height=\"356\" fill=\"#FFFFFF\"\u003e\u003c\/rect\u003e\n  \u003crect x=\"646.1\" y=\"22\" width=\"49.9\" height=\"356\" fill=\"#CFF19A\" opacity=\"0.55\"\u003e\u003c\/rect\u003e\n  \u003cline x1=\"74\" y1=\"378.0\" x2=\"696\" y2=\"378.0\" stroke=\"#ddd4ce\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n  \u003ctext class=\"rk-tick\" x=\"66\" y=\"384.0\" text-anchor=\"end\"\u003e0\u003c\/text\u003e\n  \u003cline x1=\"74\" y1=\"342.4\" x2=\"696\" y2=\"342.4\" stroke=\"#ddd4ce\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n  \u003ctext class=\"rk-tick\" x=\"66\" y=\"348.4\" text-anchor=\"end\"\u003e20\u003c\/text\u003e\n  \u003cline x1=\"74\" y1=\"306.8\" x2=\"696\" y2=\"306.8\" stroke=\"#ddd4ce\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n  \u003ctext class=\"rk-tick\" x=\"66\" y=\"312.8\" text-anchor=\"end\"\u003e40\u003c\/text\u003e\n  \u003cline x1=\"74\" y1=\"271.2\" x2=\"696\" y2=\"271.2\" stroke=\"#ddd4ce\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n  \u003ctext class=\"rk-tick\" x=\"66\" y=\"277.2\" text-anchor=\"end\"\u003e60\u003c\/text\u003e\n  \u003cline x1=\"74\" y1=\"235.6\" x2=\"696\" y2=\"235.6\" stroke=\"#ddd4ce\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n  \u003ctext class=\"rk-tick\" x=\"66\" y=\"241.6\" text-anchor=\"end\"\u003e80\u003c\/text\u003e\n  \u003cline x1=\"74\" y1=\"200.0\" x2=\"696\" y2=\"200.0\" stroke=\"#ddd4ce\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n  \u003ctext class=\"rk-tick\" x=\"66\" y=\"206.0\" text-anchor=\"end\"\u003e100\u003c\/text\u003e\n  \u003cline x1=\"74\" y1=\"164.4\" x2=\"696\" y2=\"164.4\" stroke=\"#ddd4ce\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n  \u003ctext class=\"rk-tick\" x=\"66\" y=\"170.4\" text-anchor=\"end\"\u003e120\u003c\/text\u003e\n  \u003cline x1=\"74\" y1=\"128.8\" x2=\"696\" y2=\"128.8\" stroke=\"#ddd4ce\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n  \u003ctext class=\"rk-tick\" x=\"66\" y=\"134.8\" text-anchor=\"end\"\u003e140\u003c\/text\u003e\n  \u003cline x1=\"74\" y1=\"93.2\" x2=\"696\" y2=\"93.2\" stroke=\"#ddd4ce\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n  \u003ctext class=\"rk-tick\" x=\"66\" y=\"99.2\" text-anchor=\"end\"\u003e160\u003c\/text\u003e\n  \u003cline x1=\"74\" y1=\"57.6\" x2=\"696\" y2=\"57.6\" stroke=\"#ddd4ce\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n  \u003ctext class=\"rk-tick\" x=\"66\" y=\"63.6\" text-anchor=\"end\"\u003e180\u003c\/text\u003e\n  \u003cline x1=\"74\" y1=\"22.0\" x2=\"696\" y2=\"22.0\" stroke=\"#ddd4ce\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n  \u003ctext class=\"rk-tick\" x=\"66\" y=\"28.0\" text-anchor=\"end\"\u003e200\u003c\/text\u003e\n  \u003ctext class=\"rk-tick rk-tick-ror\" x=\"704\" y=\"312.8\" text-anchor=\"start\"\u003e5\u003c\/text\u003e\n  \u003ctext class=\"rk-tick rk-tick-ror\" x=\"704\" y=\"241.6\" text-anchor=\"start\"\u003e10\u003c\/text\u003e\n  \u003ctext class=\"rk-tick rk-tick-ror\" x=\"704\" y=\"170.4\" text-anchor=\"start\"\u003e15\u003c\/text\u003e\n  \u003ctext class=\"rk-tick rk-tick-ror\" x=\"704\" y=\"99.2\" text-anchor=\"start\"\u003e20\u003c\/text\u003e\n  \u003ctext class=\"rk-tick rk-tick-ror\" x=\"704\" y=\"28.0\" text-anchor=\"start\"\u003e25\u003c\/text\u003e\n  \u003cline x1=\"74.0\" y1=\"22\" x2=\"74.0\" y2=\"378\" stroke=\"#ece5e0\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n  \u003ctext class=\"rk-tick\" x=\"74.0\" y=\"400\" text-anchor=\"middle\"\u003e0:00\u003c\/text\u003e\n  \u003cline x1=\"145.2\" y1=\"22\" x2=\"145.2\" y2=\"378\" stroke=\"#ece5e0\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n  \u003ctext class=\"rk-tick\" x=\"145.2\" y=\"400\" text-anchor=\"middle\"\u003e1:00\u003c\/text\u003e\n  \u003cline x1=\"216.4\" y1=\"22\" x2=\"216.4\" y2=\"378\" stroke=\"#ece5e0\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n  \u003ctext class=\"rk-tick\" x=\"216.4\" y=\"400\" text-anchor=\"middle\"\u003e2:00\u003c\/text\u003e\n  \u003cline x1=\"287.7\" y1=\"22\" x2=\"287.7\" y2=\"378\" stroke=\"#ece5e0\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n  \u003ctext class=\"rk-tick\" x=\"287.7\" y=\"400\" text-anchor=\"middle\"\u003e3:00\u003c\/text\u003e\n  \u003cline x1=\"358.9\" y1=\"22\" x2=\"358.9\" y2=\"378\" stroke=\"#ece5e0\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n  \u003ctext class=\"rk-tick\" x=\"358.9\" y=\"400\" text-anchor=\"middle\"\u003e4:00\u003c\/text\u003e\n  \u003cline x1=\"430.1\" y1=\"22\" x2=\"430.1\" y2=\"378\" stroke=\"#ece5e0\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n  \u003ctext class=\"rk-tick\" x=\"430.1\" y=\"400\" text-anchor=\"middle\"\u003e5:00\u003c\/text\u003e\n  \u003cline x1=\"501.3\" y1=\"22\" x2=\"501.3\" y2=\"378\" stroke=\"#ece5e0\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n  \u003ctext class=\"rk-tick\" x=\"501.3\" y=\"400\" text-anchor=\"middle\"\u003e6:00\u003c\/text\u003e\n  \u003cline x1=\"572.5\" y1=\"22\" x2=\"572.5\" y2=\"378\" stroke=\"#ece5e0\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n  \u003ctext class=\"rk-tick\" x=\"572.5\" y=\"400\" text-anchor=\"middle\"\u003e7:00\u003c\/text\u003e\n  \u003cline x1=\"643.8\" y1=\"22\" x2=\"643.8\" y2=\"378\" stroke=\"#ece5e0\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n  \u003ctext class=\"rk-tick\" x=\"643.8\" y=\"400\" text-anchor=\"middle\"\u003e8:00\u003c\/text\u003e\n  \u003crect x=\"74\" y=\"22\" width=\"622\" height=\"356\" fill=\"none\" stroke=\"#ddd4ce\" stroke-width=\"1.5\"\u003e\u003c\/rect\u003e\n  \u003cline x1=\"646.1\" y1=\"22\" x2=\"646.1\" y2=\"378\" stroke=\"#E46641\" stroke-width=\"2\" stroke-dasharray=\"5 4\"\u003e\u003c\/line\u003e\n  \u003ctext class=\"rk-marker\" x=\"638.1\" y=\"42\" text-anchor=\"end\"\u003eFirst Crack\u003c\/text\u003e\n  \u003ctext class=\"rk-marker rk-marker-sub\" x=\"638.1\" y=\"62\" text-anchor=\"end\"\u003e182.6 °C · 8:02\u003c\/text\u003e\n  \u003ctext class=\"rk-zone\" x=\"686.0\" y=\"364\" text-anchor=\"end\"\u003eretention 0:42 · 8 %\u003c\/text\u003e\n  \u003cpolyline class=\"rk-line-ror\" points=\"182.0,127.1 183.2,124.6 184.4,122.3 185.6,120.3 186.8,118.6 188.0,117.0 189.1,115.7 190.3,114.6 191.5,113.8 192.7,113.1 193.9,112.4 195.1,111.9 196.3,111.5 197.5,111.2 198.6,111.0 199.8,110.8 201.0,110.9 202.2,111.1 203.4,111.4 204.6,111.7 205.8,112.0 206.9,112.4 208.1,112.8 209.3,113.3 210.5,113.7 211.7,114.3 212.9,114.8 214.1,115.4 215.3,115.9 216.4,116.5 217.6,117.1 218.8,117.7 220.0,118.3 221.2,119.0 222.4,119.7 223.6,120.5 224.8,121.2 225.9,122.1 227.1,122.9 228.3,123.7 229.5,124.6 230.7,125.4 231.9,126.1 233.1,126.9 234.2,127.6 235.4,128.3 236.6,129.0 237.8,129.7 239.0,130.3 240.2,130.9 241.4,131.4 242.6,132.1 243.7,132.7 244.9,133.3 246.1,133.8 247.3,134.4 248.5,135.1 249.7,135.7 250.9,136.4 252.1,137.1 253.2,137.8 254.4,138.5 255.6,139.2 256.8,139.8 258.0,140.5 259.2,141.1 260.4,141.9 261.5,142.6 262.7,143.4 263.9,144.1 265.1,144.9 266.3,145.7 267.5,146.5 268.7,147.4 269.9,148.3 271.0,149.2 272.2,149.9 273.4,150.8 274.6,151.8 275.8,152.7 277.0,153.5 278.2,154.3 279.4,155.2 280.5,155.9 281.7,156.7 282.9,157.6 284.1,158.4 285.3,159.2 286.5,160.1 287.7,161.0 288.9,161.7 290.0,162.5 291.2,163.3 292.4,164.1 293.6,165.0 294.8,165.8 296.0,166.7 297.2,167.5 298.3,168.4 299.5,169.3 300.7,170.2 301.9,171.2 303.1,172.1 304.3,172.9 305.5,173.8 306.7,174.8 307.8,175.7 309.0,176.6 310.2,177.5 311.4,178.4 312.6,179.2 313.8,180.0 315.0,180.7 316.2,181.6 317.3,182.3 318.5,183.1 319.7,183.9 320.9,184.7 322.1,185.4 323.3,186.1 324.5,186.8 325.6,187.5 326.8,188.3 328.0,189.1 329.2,189.7 330.4,190.4 331.6,191.0 332.8,191.6 334.0,192.1 335.1,192.7 336.3,193.2 337.5,193.7 338.7,194.2 339.9,194.7 341.1,195.2 342.3,195.8 343.5,196.3 344.6,196.9 345.8,197.5 347.0,198.0 348.2,198.5 349.4,199.0 350.6,199.5 351.8,200.1 353.0,200.6 354.1,201.1 355.3,201.6 356.5,202.0 357.7,202.4 358.9,202.7 360.1,203.1 361.3,203.5 362.4,203.9 363.6,204.2 364.8,204.6 366.0,205.0 367.2,205.3 368.4,205.7 369.6,206.2 370.8,206.5 371.9,206.9 373.1,207.2 374.3,207.5 375.5,207.8 376.7,208.1 377.9,208.4 379.1,208.6 380.3,208.8 381.4,209.0 382.6,209.1 383.8,209.1 385.0,209.3 386.2,209.5 387.4,209.7 388.6,209.9 389.7,210.2 390.9,210.4 392.1,210.7 393.3,211.0 394.5,211.2 395.7,211.4 396.9,211.7 398.1,212.0 399.2,212.2 400.4,212.5 401.6,212.8 402.8,213.1 404.0,213.4 405.2,213.8 406.4,214.2 407.6,214.5 408.7,214.8 409.9,215.2 411.1,215.7 412.3,216.2 413.5,216.7 414.7,217.1 415.9,217.5 417.0,218.0 418.2,218.4 419.4,218.9 420.6,219.4 421.8,219.8 423.0,220.3 424.2,220.7 425.4,221.2 426.5,221.5 427.7,221.9 428.9,222.4 430.1,222.7 431.3,223.2 432.5,223.6 433.7,224.1 434.9,224.5 436.0,225.0 437.2,225.5 438.4,226.0 439.6,226.4 440.8,227.0 442.0,227.4 443.2,227.8 444.4,228.4 445.5,228.9 446.7,229.3 447.9,229.8 449.1,230.2 450.3,230.7 451.5,231.0 452.7,231.3 453.8,231.9 455.0,232.2 456.2,232.6 457.4,233.0 458.6,233.4 459.8,233.8 461.0,234.1 462.2,234.5 463.3,234.8 464.5,235.1 465.7,235.4 466.9,235.6 468.1,235.8 469.3,236.1 470.5,236.4 471.7,236.6 472.8,236.8 474.0,237.0 475.2,237.1 476.4,237.3 477.6,237.4 478.8,237.7 480.0,237.8 481.1,238.0 482.3,238.2 483.5,238.4 484.7,238.6 485.9,238.8 487.1,238.9 488.3,239.1 489.5,239.1 490.6,239.3 491.8,239.4 493.0,239.5 494.2,239.6 495.4,239.7 496.6,239.8 497.8,239.9 499.0,240.0 500.1,240.0 501.3,240.0 502.5,240.1 503.7,240.3 504.9,240.3 506.1,240.4 507.3,240.6 508.5,240.6 509.6,240.6 510.8,240.7 512.0,240.8 513.2,240.9 514.4,240.9 515.6,241.1 516.8,241.1 517.9,241.1 519.1,241.1 520.3,241.1 521.5,241.1 522.7,241.1 523.9,241.1 525.1,241.1 526.3,241.1 527.4,241.2 528.6,241.3 529.8,241.4 531.0,241.4 532.2,241.5 533.4,241.5 534.6,241.5 535.8,241.6 536.9,241.6 538.1,241.7 539.3,241.7 540.5,241.7 541.7,241.7 542.9,241.7 544.1,241.7 545.2,241.7 546.4,241.9 547.6,242.0 548.8,242.2 550.0,242.3 551.2,242.3 552.4,242.5 553.6,242.6 554.7,242.7 555.9,242.8 557.1,242.8 558.3,242.8 559.5,242.8 560.7,242.8 561.9,242.8 563.1,242.8 564.2,242.8 565.4,242.7 566.6,242.6 567.8,242.6 569.0,242.5 570.2,242.4 571.4,242.4 572.5,242.4 573.7,242.4 574.9,242.4 576.1,242.3 577.3,242.3 578.5,242.3 579.7,242.3 580.9,242.3 582.0,242.3 583.2,242.3 584.4,242.3 585.6,242.3 586.8,242.3 588.0,242.3 589.2,242.3 590.4,242.3 591.5,242.3 592.7,242.3 593.9,242.4 595.1,242.6 596.3,242.6 597.5,242.7 598.7,242.8 599.9,242.9 601.0,242.9 602.2,243.0 603.4,242.9 604.6,242.9 605.8,242.9 607.0,242.9 608.2,242.9 609.3,242.9 610.5,242.8 611.7,242.8 612.9,242.6 614.1,242.6 615.3,242.6 616.5,242.5 617.7,242.5 618.8,242.4 620.0,242.4 621.2,242.4 622.4,242.4 623.6,242.4 624.8,242.3 626.0,242.3 627.2,242.3 628.3,242.3 629.5,242.3 630.7,242.3 631.9,242.2 633.1,242.2 634.3,242.2 635.5,242.2 636.6,242.2 637.8,242.2 639.0,242.2 640.2,242.3 641.4,242.3 642.6,242.4 643.8,242.5 645.0,242.6 646.1,242.7 647.3,242.8 648.5,242.9 649.7,243.0 650.9,243.2 652.1,243.4 653.3,243.5 654.5,243.7 655.6,243.9 656.8,244.0 658.0,244.2 659.2,244.4 660.4,244.6 661.6,244.8 662.8,245.0 664.0,245.2 665.1,245.5 666.3,245.8 667.5,246.1 668.7,246.5 669.9,246.8 671.1,247.2 672.3,247.5 673.4,247.9 674.6,248.3 675.8,248.6 677.0,249.1 678.2,249.3 679.4,249.8 680.6,250.1 681.8,250.4 682.9,250.5 684.1,250.7 685.3,250.9 686.5,251.1 687.7,251.3 688.9,251.5 690.1,251.8 691.3,252.0 692.4,252.2 693.6,252.5 694.8,252.8 696.0,253.0\" fill=\"none\" stroke=\"#97BF29\" stroke-width=\"2.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/polyline\u003e\n  \u003cpolyline class=\"rk-line-bt\" points=\"74.0,57.4 75.2,57.8 76.4,58.0 77.6,58.7 78.7,60.6 79.9,63.5 81.1,67.4 82.3,72.0 83.5,77.5 84.7,83.4 85.9,89.6 87.1,96.0 88.2,102.5 89.4,108.9 90.6,115.3 91.8,121.3 93.0,127.4 94.2,134.9 95.4,140.2 96.6,145.4 97.7,150.2 98.9,154.6 100.1,158.9 101.3,163.0 102.5,166.7 103.7,170.3 104.9,173.7 106.0,176.7 107.2,179.5 108.4,182.2 109.6,184.7 110.8,187.0 112.0,189.1 113.2,191.3 114.4,193.1 115.5,194.8 116.7,196.4 117.9,197.9 119.1,199.3 120.3,200.5 121.5,201.6 122.7,202.7 123.9,203.6 125.0,204.5 126.2,205.2 127.4,205.9 128.6,206.6 129.8,207.1 131.0,207.7 132.2,208.0 133.4,208.4 134.5,208.7 135.7,209.1 136.9,209.4 138.1,209.6 139.3,209.8 140.5,210.0 141.7,210.0 142.8,210.0 144.0,210.0 145.2,210.0 146.4,210.0 147.6,209.8 148.8,209.8 150.0,209.6 151.2,209.3 152.3,209.1 153.5,208.7 154.7,208.4 155.9,208.0 157.1,207.7 158.3,207.3 159.5,206.9 160.7,206.4 161.8,205.9 163.0,205.5 164.2,205.0 165.4,204.5 166.6,203.9 167.8,203.4 169.0,202.8 170.1,202.3 171.3,201.8 172.5,201.2 173.7,200.5 174.9,200.0 176.1,199.5 177.3,198.9 178.5,198.4 179.6,197.9 180.8,197.3 182.0,196.8 183.2,196.1 184.4,195.6 185.6,195.0 186.8,194.5 188.0,193.8 189.1,193.2 190.3,192.7 191.5,192.0 192.7,191.5 193.9,190.9 195.1,190.4 196.3,189.9 197.5,189.1 198.6,188.6 199.8,188.1 201.0,187.5 202.2,187.0 203.4,186.3 204.6,185.8 205.8,185.2 206.9,184.7 208.1,184.2 209.3,183.6 210.5,183.1 211.7,182.6 212.9,181.8 214.1,181.3 215.3,180.8 216.4,180.2 217.6,179.7 218.8,179.2 220.0,178.6 221.2,178.1 222.4,177.8 223.6,177.0 224.8,176.7 225.9,176.1 227.1,175.6 228.3,175.1 229.5,174.4 230.7,174.0 231.9,173.5 233.1,172.9 234.2,172.2 235.4,171.7 236.6,171.2 237.8,170.6 239.0,170.1 240.2,169.6 241.4,169.0 242.6,168.5 243.7,168.1 244.9,167.6 246.1,167.1 247.3,166.5 248.5,166.0 249.7,165.6 250.9,165.1 252.1,164.6 253.2,164.2 254.4,163.7 255.6,163.2 256.8,162.6 258.0,162.3 259.2,161.7 260.4,161.2 261.5,160.7 262.7,160.3 263.9,159.8 265.1,159.2 266.3,158.7 267.5,158.3 268.7,157.8 269.9,157.3 271.0,156.9 272.2,156.4 273.4,155.9 274.6,155.3 275.8,155.0 277.0,154.4 278.2,153.9 279.4,153.5 280.5,152.8 281.7,152.5 282.9,151.9 284.1,151.6 285.3,151.1 286.5,150.5 287.7,150.2 288.9,149.6 290.0,149.3 291.2,148.7 292.4,148.4 293.6,147.8 294.8,147.5 296.0,147.0 297.2,146.6 298.3,146.1 299.5,145.7 300.7,145.4 301.9,145.0 303.1,144.5 304.3,144.1 305.5,143.8 306.7,143.2 307.8,142.9 309.0,142.5 310.2,142.0 311.4,141.6 312.6,141.3 313.8,140.7 315.0,140.4 316.2,140.0 317.3,139.7 318.5,139.1 319.7,138.8 320.9,138.4 322.1,137.9 323.3,137.5 324.5,137.2 325.6,136.8 326.8,136.5 328.0,135.9 329.2,135.6 330.4,135.0 331.6,134.7 332.8,134.3 334.0,134.0 335.1,133.6 336.3,133.1 337.5,132.7 338.7,132.4 339.9,132.0 341.1,131.6 342.3,131.3 343.5,130.9 344.6,130.6 345.8,130.2 347.0,129.9 348.2,129.5 349.4,129.2 350.6,128.8 351.8,128.3 353.0,127.9 354.1,127.6 355.3,127.2 356.5,126.8 357.7,126.5 358.9,126.1 360.1,125.8 361.3,125.4 362.4,125.1 363.6,124.7 364.8,124.3 366.0,124.0 367.2,123.6 368.4,123.5 369.6,123.1 370.8,122.7 371.9,122.4 373.1,121.9 374.3,121.5 375.5,121.1 376.7,120.8 377.9,120.4 379.1,120.1 380.3,119.7 381.4,119.4 382.6,119.0 383.8,118.7 385.0,118.3 386.2,117.9 387.4,117.6 388.6,117.2 389.7,116.9 390.9,116.5 392.1,116.2 393.3,115.8 394.5,115.6 395.7,115.3 396.9,114.9 398.1,114.6 399.2,114.2 400.4,113.8 401.6,113.5 402.8,113.1 404.0,112.8 405.2,112.4 406.4,112.1 407.6,111.7 408.7,111.4 409.9,111.0 411.1,110.8 412.3,110.5 413.5,110.1 414.7,109.8 415.9,109.4 417.0,109.0 418.2,108.7 419.4,108.3 420.6,108.0 421.8,107.6 423.0,107.3 424.2,106.9 425.4,106.6 426.5,106.4 427.7,106.0 428.9,105.7 430.1,105.3 431.3,104.9 432.5,104.6 433.7,104.4 434.9,104.1 436.0,103.7 437.2,103.3 438.4,103.2 439.6,102.8 440.8,102.5 442.0,102.3 443.2,101.9 444.4,101.6 445.5,101.2 446.7,101.0 447.9,100.7 449.1,100.3 450.3,100.1 451.5,99.8 452.7,99.4 453.8,99.3 455.0,98.9 456.2,98.5 457.4,98.2 458.6,98.0 459.8,97.7 461.0,97.3 462.2,97.1 463.3,96.8 464.5,96.6 465.7,96.0 466.9,95.9 468.1,95.5 469.3,95.2 470.5,95.0 471.7,94.6 472.8,94.4 474.0,94.1 475.2,93.7 476.4,93.6 477.6,93.2 478.8,92.8 480.0,92.7 481.1,92.3 482.3,92.1 483.5,91.8 484.7,91.4 485.9,91.2 487.1,90.9 488.3,90.7 489.5,90.4 490.6,90.0 491.8,89.8 493.0,89.5 494.2,89.1 495.4,88.9 496.6,88.6 497.8,88.2 499.0,88.0 500.1,87.7 501.3,87.5 502.5,87.1 503.7,87.0 504.9,86.6 506.1,86.4 507.3,86.1 508.5,85.7 509.6,85.5 510.8,85.2 512.0,85.0 513.2,84.7 514.4,84.3 515.6,83.9 516.8,83.8 517.9,83.4 519.1,83.2 520.3,82.9 521.5,82.7 522.7,82.3 523.9,82.0 525.1,81.8 526.3,81.5 527.4,81.1 528.6,80.9 529.8,80.6 531.0,80.2 532.2,80.0 533.4,79.7 534.6,79.5 535.8,79.1 536.9,79.0 538.1,78.6 539.3,78.2 540.5,78.1 541.7,77.7 542.9,77.5 544.1,77.2 545.2,77.0 546.4,76.6 547.6,76.3 548.8,76.1 550.0,75.8 551.2,75.6 552.4,75.2 553.6,75.0 554.7,74.7 555.9,74.5 557.1,74.2 558.3,73.8 559.5,73.4 560.7,73.1 561.9,72.9 563.1,72.7 564.2,72.4 565.4,72.0 566.6,71.8 567.8,71.5 569.0,71.3 570.2,70.9 571.4,70.8 572.5,70.4 573.7,70.2 574.9,69.9 576.1,69.5 577.3,69.3 578.5,69.0 579.7,68.8 580.9,68.5 582.0,68.1 583.2,67.9 584.4,67.6 585.6,67.4 586.8,67.0 588.0,66.9 589.2,66.5 590.4,66.3 591.5,66.0 592.7,65.8 593.9,65.4 595.1,65.1 596.3,64.9 597.5,64.5 598.7,64.2 599.9,64.0 601.0,63.7 602.2,63.3 603.4,63.1 604.6,62.8 605.8,62.4 607.0,62.1 608.2,61.9 609.3,61.5 610.5,61.3 611.7,61.0 612.9,60.8 614.1,60.4 615.3,60.3 616.5,59.9 617.7,59.7 618.8,59.4 620.0,59.2 621.2,58.8 622.4,58.7 623.6,58.3 624.8,58.1 626.0,57.8 627.2,57.4 628.3,57.2 629.5,56.9 630.7,56.7 631.9,56.4 633.1,56.0 634.3,55.8 635.5,55.5 636.6,55.3 637.8,54.9 639.0,54.6 640.2,54.4 641.4,54.2 642.6,53.9 643.8,53.7 645.0,53.3 646.1,53.0 647.3,52.8 648.5,52.4 649.7,52.1 650.9,51.9 652.1,51.5 653.3,51.2 654.5,50.8 655.6,50.5 656.8,50.3 658.0,49.9 659.2,49.8 660.4,49.4 661.6,49.1 662.8,48.9 664.0,48.5 665.1,48.3 666.3,48.0 667.5,47.8 668.7,47.5 669.9,47.3 671.1,46.9 672.3,46.7 673.4,46.4 674.6,46.2 675.8,45.9 677.0,45.7 678.2,45.3 679.4,45.1 680.6,44.8 681.8,44.6 682.9,44.3 684.1,44.1 685.3,43.7 686.5,43.5 687.7,43.2 688.9,43.0 690.1,42.8 691.3,42.5 692.4,42.3 693.6,42.1 694.8,41.8 696.0,41.6\" fill=\"none\" stroke=\"#000000\" stroke-width=\"3\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/polyline\u003e\n  \u003ccircle cx=\"646.1\" cy=\"53.0\" r=\"6\" fill=\"#FFFFFF\" stroke=\"#E46641\" stroke-width=\"3\"\u003e\u003c\/circle\u003e\n  \u003ccircle cx=\"74.0\" cy=\"57.4\" r=\"5\" fill=\"#000000\"\u003e\u003c\/circle\u003e\n  \u003ccircle cx=\"696.0\" cy=\"41.6\" r=\"5\" fill=\"#000000\"\u003e\u003c\/circle\u003e\n  \u003ctext class=\"rk-axis\" x=\"16\" y=\"200.0\" text-anchor=\"middle\" transform=\"rotate(-90 16 200.0)\"\u003eTemperature °C\u003c\/text\u003e\n  \u003ctext class=\"rk-axis rk-axis-ror\" x=\"744\" y=\"200.0\" text-anchor=\"middle\" transform=\"rotate(90 744 200.0)\"\u003eRoR °C\/min\u003c\/text\u003e\n  \u003ctext class=\"rk-axis\" x=\"385.0\" y=\"422\" text-anchor=\"middle\"\u003eTime\u003c\/text\u003e\n  \u003c\/svg\u003e\n\n  \u003cdiv class=\"rk-legend\"\u003e\n    \u003cspan\u003e\u003ci class=\"rk-key\" style=\"background:#000\"\u003e\u003c\/i\u003eBean Temperature °C (left axis)\u003c\/span\u003e\n    \u003cspan\u003e\u003ci class=\"rk-key\" style=\"background:#97BF29\"\u003e\u003c\/i\u003eRate of Rise °C\/min (right axis)\u003c\/span\u003e\n    \u003cspan\u003e\u003ci class=\"rk-key zone\" style=\"background:#CFF19A\"\u003e\u003c\/i\u003eretention since First Crack\u003c\/span\u003e\n    \u003cspan\u003e\u003ci class=\"rk-key dash\"\u003e\u003c\/i\u003eFirst Crack\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"rk-note\"\u003eInput 16% · Roasting: Juan.\u003c\/p\u003e\n\n\u003c\/div\u003e\n\u003ch2\u003eShipping via Coffee Letter Also Available\u003c\/h2\u003e\n\u003cp\u003eAll our coffees can be ordered as a Coffee Letter. It's treated like a regular letter and arrives in your mailbox. This reduces postage for 250 g of coffee from CHF 7.– to CHF 2.50. At checkout, you can choose between Coffee Letter, A-Mail, and B-Mail options.\u003c\/p\u003e","brand":"Kaffeemacher Rösterei","offers":[{"title":"250 g","offer_id":43341036388450,"sku":null,"price":13.9,"currency_code":"CHF","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0787\/3577\/files\/Packshot_Meya.webp?v=1789627367","url":"https:\/\/kaffeemacher.ch\/en\/products\/meya-filter","provider":"Kaffeemacher","version":"1.0","type":"link"}