{"product_id":"soeb-robusta-uganda","title":"Robusta","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Archivo+Black\u0026display=swap');\n\n  .soeb-rb {\n    --espresso: #3b2e26;\n    --espresso-mid: #6b4c3b;\n    --espresso-light: #9a7060;\n    --cream: #fff9eb;\n    --blush: #edc3ae;\n    --blush-light: rgba(237,195,174,0.18);\n    --border: rgba(59,46,38,0.1);\n    --text-muted: rgba(59,46,38,0.62);\n    font-family: inherit;\n    color: var(--espresso);\n    max-width: 680px;\n  }\n\n  .soeb-rb * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  \/* ── Intro ── *\/\n  .soeb-rb-intro {\n    font-size: 15px;\n    line-height: 1.75;\n    color: var(--text-muted);\n    padding: 1.25rem 0 1.5rem;\n    border-bottom: 0.5px solid var(--border);\n  }\n\n  \/* ── At a glance ── *\/\n  .soeb-rb-glance {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n    padding: 1.25rem 0;\n    border-bottom: 0.5px solid var(--border);\n  }\n\n  .soeb-rb-glance-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 9px;\n    font-size: 13.5px;\n    line-height: 1.45;\n    color: var(--espresso);\n  }\n\n  .soeb-rb-glance-dot {\n    width: 6px;\n    height: 6px;\n    border-radius: 50%;\n    background: var(--espresso-mid);\n    flex-shrink: 0;\n    margin-top: 5px;\n  }\n\n  \/* ── Flavour bars ── *\/\n  .soeb-rb-flavour {\n    padding: 1.5rem 0;\n    border-bottom: 0.5px solid var(--border);\n  }\n\n  .soeb-rb-section-label {\n    font-size: 10px;\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    color: var(--espresso-light);\n    margin-bottom: 1rem;\n  }\n\n  .soeb-rb-bar-row {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin-bottom: 11px;\n  }\n\n  .soeb-rb-bar-name {\n    font-size: 12.5px;\n    color: var(--espresso);\n    width: 72px;\n    flex-shrink: 0;\n  }\n\n  .soeb-rb-bar-track {\n    flex: 1;\n    height: 4px;\n    background: var(--border);\n    border-radius: 2px;\n    overflow: hidden;\n  }\n\n  .soeb-rb-bar-fill {\n    height: 100%;\n    border-radius: 2px;\n    background: var(--espresso);\n  }\n\n  .soeb-rb-bar-fill--accent { background: var(--blush); }\n\n  .soeb-rb-bar-val {\n    font-size: 11px;\n    color: var(--espresso-light);\n    width: 52px;\n    text-align: right;\n    flex-shrink: 0;\n  }\n\n  .soeb-rb-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 6px;\n    margin-top: 1rem;\n  }\n\n  .soeb-rb-tag {\n    padding: 4px 11px;\n    background: var(--blush-light);\n    border: 0.5px solid rgba(237,195,174,0.45);\n    border-radius: 20px;\n    font-size: 12px;\n    color: var(--espresso);\n  }\n\n  \/* ── Brew uses ── *\/\n  .soeb-rb-uses {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 7px;\n    margin-top: 0.75rem;\n  }\n\n  .soeb-rb-use-tag {\n    padding: 5px 11px;\n    border: 0.5px solid rgba(59,46,38,0.18);\n    border-radius: 6px;\n    font-size: 12px;\n    color: var(--espresso);\n  }\n\n  \/* ── Accordion ── *\/\n  .soeb-rb-accordion {\n    border-bottom: 0.5px solid var(--border);\n  }\n\n  .soeb-rb-acc-btn {\n    width: 100%;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 1rem 0;\n    background: transparent;\n    border: none;\n    font-family: 'Archivo Black', sans-serif;\n    font-size: 13px;\n    font-weight: 400;\n    text-transform: uppercase;\n    letter-spacing: 0.08em;\n    color: var(--espresso);\n    cursor: pointer;\n    text-align: left;\n  }\n\n  .soeb-rb-acc-btn:hover { color: var(--espresso-mid); }\n\n  .soeb-rb-acc-icon {\n    width: 18px;\n    height: 18px;\n    flex-shrink: 0;\n    transition: transform 0.25s ease;\n    color: var(--espresso-light);\n  }\n\n  .soeb-rb-acc-icon.is-open { transform: rotate(180deg); }\n\n  .soeb-rb-acc-body {\n    overflow: hidden;\n    max-height: 0;\n    transition: max-height 0.35s ease;\n  }\n\n  .soeb-rb-acc-body.is-open { max-height: 700px; }\n\n  .soeb-rb-acc-inner {\n    padding-bottom: 1.25rem;\n    font-size: 13.5px;\n    line-height: 1.7;\n    color: var(--text-muted);\n  }\n\n  \/* ── Origin card ── *\/\n  .soeb-rb-origin-card {\n    background: rgba(59,46,38,0.03);\n    border: 0.5px solid var(--border);\n    border-radius: 8px;\n    padding: 13px 14px;\n  }\n\n  .soeb-rb-origin-head {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    margin-bottom: 5px;\n  }\n\n  .soeb-rb-origin-title {\n    font-size: 12px;\n    font-weight: 500;\n    text-transform: uppercase;\n    letter-spacing: 0.07em;\n    color: var(--espresso-mid);\n  }\n\n  .soeb-rb-score-pill {\n    font-size: 11px;\n    padding: 2px 8px;\n    background: var(--espresso);\n    color: var(--cream);\n    border-radius: 20px;\n  }\n\n  .soeb-rb-origin-detail {\n    font-size: 12.5px;\n    color: var(--text-muted);\n    line-height: 1.55;\n  }\n\n  \/* ── Brew grid ── *\/\n  .soeb-rb-brew-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 8px;\n    margin-bottom: 1rem;\n  }\n\n  .soeb-rb-brew-card {\n    background: rgba(59,46,38,0.03);\n    border: 0.5px solid var(--border);\n    border-radius: 8px;\n    padding: 10px 13px;\n  }\n\n  .soeb-rb-brew-label {\n    font-size: 10px;\n    text-transform: uppercase;\n    letter-spacing: 0.07em;\n    color: var(--espresso-light);\n    margin-bottom: 4px;\n  }\n\n  .soeb-rb-brew-val {\n    font-size: 13.5px;\n    font-weight: 500;\n    color: var(--espresso);\n  }\n\n  .soeb-rb-brew-list {\n    list-style: none;\n    padding: 0;\n  }\n\n  .soeb-rb-brew-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 9px;\n    font-size: 13.5px;\n    color: var(--text-muted);\n    line-height: 1.5;\n    margin-bottom: 8px;\n  }\n\n  .soeb-rb-brew-list li::before {\n    content: '';\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--espresso-light);\n    flex-shrink: 0;\n    margin-top: 6px;\n  }\n\n  \/* ── Caffeine callout ── *\/\n  .soeb-rb-caffeine-note {\n    background: rgba(59,46,38,0.04);\n    border: 0.5px solid var(--border);\n    border-left: 3px solid var(--espresso-mid);\n    border-radius: 0 8px 8px 0;\n    padding: 11px 13px;\n    font-size: 13px;\n    color: var(--espresso);\n    line-height: 1.6;\n    margin-top: 0.75rem;\n  }\n\n  \/* ── Fit list ── *\/\n  .soeb-rb-fit-list {\n    list-style: none;\n    padding: 0;\n  }\n\n  .soeb-rb-fit-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 9px;\n    font-size: 13.5px;\n    line-height: 1.5;\n    color: var(--text-muted);\n    margin-bottom: 9px;\n  }\n\n  .soeb-rb-fit-list li::before {\n    content: '';\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--blush);\n    flex-shrink: 0;\n    margin-top: 6px;\n  }\n\n  \/* ── Freshness note ── *\/\n  .soeb-rb-freshness-note {\n    background: var(--blush-light);\n    border: 0.5px solid rgba(237,195,174,0.4);\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: var(--espresso);\n    line-height: 1.6;\n    margin-top: 0.5rem;\n  }\n\n  \/* ── FAQ ── *\/\n  .soeb-rb-faq-item {\n    padding-bottom: 1rem;\n    margin-bottom: 1rem;\n    border-bottom: 0.5px solid rgba(59,46,38,0.07);\n  }\n\n  .soeb-rb-faq-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }\n\n  .soeb-rb-faq-q {\n    font-size: 13.5px;\n    font-weight: 500;\n    color: var(--espresso);\n    margin-bottom: 5px;\n  }\n\n  .soeb-rb-faq-a {\n    font-size: 13px;\n    color: var(--text-muted);\n    line-height: 1.65;\n  }\n\n  \/* ── Responsive ── *\/\n  @media (max-width: 480px) {\n    .soeb-rb-glance { grid-template-columns: 1fr; }\n    .soeb-rb-brew-grid { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"soeb-rb\"\u003e\n\n  \u003c!-- Intro --\u003e\n  \u003cp class=\"soeb-rb-intro\"\u003e\n    SOEB Robusta is a single-origin, naturally processed Ugandan Robusta from the Masaka region. Bold, grounding and full-bodied, it is crafted for those who enjoy a rich, satisfying cup with real depth and presence. Profiled to highlight sweetness, structure and balance rather than bitterness — this is Robusta, refined.\n  \u003c\/p\u003e\n\n  \u003c!-- At a Glance --\u003e\n  \u003cdiv class=\"soeb-rb-glance\" aria-label=\"Product highlights\"\u003e\n    \u003cdiv class=\"soeb-rb-glance-item\"\u003e\n\u003cspan class=\"soeb-rb-glance-dot\"\u003e\u003c\/span\u003e100% single-origin Ugandan Robusta\u003c\/div\u003e\n    \u003cdiv class=\"soeb-rb-glance-item\"\u003e\n\u003cspan class=\"soeb-rb-glance-dot\"\u003e\u003c\/span\u003eMasaka region · 1,200m altitude\u003c\/div\u003e\n    \u003cdiv class=\"soeb-rb-glance-item\"\u003e\n\u003cspan class=\"soeb-rb-glance-dot\"\u003e\u003c\/span\u003eGrown by Kiganda \/ Mark · natural process\u003c\/div\u003e\n    \u003cdiv class=\"soeb-rb-glance-item\"\u003e\n\u003cspan class=\"soeb-rb-glance-dot\"\u003e\u003c\/span\u003e84 SCA cupping score\u003c\/div\u003e\n    \u003cdiv class=\"soeb-rb-glance-item\"\u003e\n\u003cspan class=\"soeb-rb-glance-dot\"\u003e\u003c\/span\u003eRoasted at origin for body and clarity\u003c\/div\u003e\n    \u003cdiv class=\"soeb-rb-glance-item\"\u003e\n\u003cspan class=\"soeb-rb-glance-dot\"\u003e\u003c\/span\u003eExcellent with milk and bold brew styles\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Flavour Profile --\u003e\n  \u003cdiv class=\"soeb-rb-flavour\"\u003e\n    \u003cdiv class=\"soeb-rb-section-label\"\u003eFlavour profile\u003c\/div\u003e\n\n    \u003cdiv class=\"soeb-rb-bar-row\"\u003e\n      \u003cspan class=\"soeb-rb-bar-name\"\u003eBody\u003c\/span\u003e\n      \u003cdiv class=\"soeb-rb-bar-track\"\u003e\u003cdiv class=\"soeb-rb-bar-fill\" style=\"width:92%\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n      \u003cspan class=\"soeb-rb-bar-val\"\u003eFull\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"soeb-rb-bar-row\"\u003e\n      \u003cspan class=\"soeb-rb-bar-name\"\u003eAcidity\u003c\/span\u003e\n      \u003cdiv class=\"soeb-rb-bar-track\"\u003e\u003cdiv class=\"soeb-rb-bar-fill\" style=\"width:22%\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n      \u003cspan class=\"soeb-rb-bar-val\"\u003eLow\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"soeb-rb-bar-row\"\u003e\n      \u003cspan class=\"soeb-rb-bar-name\"\u003eSweetness\u003c\/span\u003e\n      \u003cdiv class=\"soeb-rb-bar-track\"\u003e\u003cdiv class=\"soeb-rb-bar-fill soeb-rb-bar-fill--accent\" style=\"width:65%\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n      \u003cspan class=\"soeb-rb-bar-val\"\u003eMed–High\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"soeb-rb-bar-row\"\u003e\n      \u003cspan class=\"soeb-rb-bar-name\"\u003eFinish\u003c\/span\u003e\n      \u003cdiv class=\"soeb-rb-bar-track\"\u003e\u003cdiv class=\"soeb-rb-bar-fill\" style=\"width:88%\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n      \u003cspan class=\"soeb-rb-bar-val\"\u003eLong\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"soeb-rb-tags\" aria-label=\"Tasting notes\"\u003e\n      \u003cspan class=\"soeb-rb-tag\"\u003eDark chocolate\u003c\/span\u003e\n      \u003cspan class=\"soeb-rb-tag\"\u003eBrown sugar\u003c\/span\u003e\n      \u003cspan class=\"soeb-rb-tag\"\u003eFloral\u003c\/span\u003e\n      \u003cspan class=\"soeb-rb-tag\"\u003eCreamy\u003c\/span\u003e\n      \u003cspan class=\"soeb-rb-tag\"\u003eSoft fruit\u003c\/span\u003e\n      \u003cspan class=\"soeb-rb-tag\"\u003eBrown spice\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ACCORDION 1 — Origin \u0026 Craft --\u003e\n  \u003cdiv class=\"soeb-rb-accordion\"\u003e\n    \u003cbutton class=\"soeb-rb-acc-btn\" aria-expanded=\"false\" onclick=\"soebRbToggle(this)\"\u003e\n      Origin \u0026amp; craft\n      \u003csvg class=\"soeb-rb-acc-icon\" viewbox=\"0 0 18 18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" aria-hidden=\"true\"\u003e\u003cpath d=\"M4.5 6.75l4.5 4.5 4.5-4.5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n    \u003c\/button\u003e\n    \u003cdiv class=\"soeb-rb-acc-body\" role=\"region\"\u003e\n      \u003cdiv class=\"soeb-rb-acc-inner\"\u003e\n        \u003cdiv class=\"soeb-rb-origin-card\"\u003e\n          \u003cdiv class=\"soeb-rb-origin-head\"\u003e\n            \u003cspan class=\"soeb-rb-origin-title\"\u003eRobusta — Masaka Region, Uganda\u003c\/span\u003e\n            \u003cspan class=\"soeb-rb-score-pill\"\u003e84 SCA\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"soeb-rb-origin-detail\"\u003eGrown by Kiganda \/ Mark · 1,200m altitude · Natural process · Developed with Ugandan Q-graders and processing specialists\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"margin-top:0.85rem;font-size:13px;line-height:1.7;\"\u003eEvery batch is developed in collaboration with Uganda's leading Q-graders to highlight balance over bitterness and sweetness over strength. By roasting at origin, clarity and freshness are preserved — offering a profile rarely seen in Robusta today.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ACCORDION 2 — How to Brew --\u003e\n  \u003cdiv class=\"soeb-rb-accordion\"\u003e\n    \u003cbutton class=\"soeb-rb-acc-btn\" aria-expanded=\"false\" onclick=\"soebRbToggle(this)\"\u003e\n      How to brew\n      \u003csvg class=\"soeb-rb-acc-icon\" viewbox=\"0 0 18 18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" aria-hidden=\"true\"\u003e\u003cpath d=\"M4.5 6.75l4.5 4.5 4.5-4.5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n    \u003c\/button\u003e\n    \u003cdiv class=\"soeb-rb-acc-body\" role=\"region\"\u003e\n      \u003cdiv class=\"soeb-rb-acc-inner\"\u003e\n        \u003cdiv class=\"soeb-rb-brew-grid\"\u003e\n          \u003cdiv class=\"soeb-rb-brew-card\"\u003e\n            \u003cdiv class=\"soeb-rb-brew-label\"\u003eWater temperature\u003c\/div\u003e\n            \u003cdiv class=\"soeb-rb-brew-val\"\u003e92–96°C\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"soeb-rb-brew-card\"\u003e\n            \u003cdiv class=\"soeb-rb-brew-label\"\u003eRatio\u003c\/div\u003e\n            \u003cdiv class=\"soeb-rb-brew-val\"\u003e16–18g \/ 250ml\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cul class=\"soeb-rb-brew-list\"\u003e\n          \u003cli\u003eFilter or French press · medium grind\u003c\/li\u003e\n          \u003cli\u003eMoka pot or espresso · fine grind\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp style=\"font-size:12.5px;color:var(--espresso-light);margin-top:0.5rem 0 0.75rem;\"\u003eWorks particularly well as:\u003c\/p\u003e\n        \u003cdiv class=\"soeb-rb-uses\" aria-label=\"Best served as\"\u003e\n          \u003cspan class=\"soeb-rb-use-tag\"\u003eFlat white\u003c\/span\u003e\n          \u003cspan class=\"soeb-rb-use-tag\"\u003eLatte\u003c\/span\u003e\n          \u003cspan class=\"soeb-rb-use-tag\"\u003eCappuccino\u003c\/span\u003e\n          \u003cspan class=\"soeb-rb-use-tag\"\u003eIced latte\u003c\/span\u003e\n          \u003cspan class=\"soeb-rb-use-tag\"\u003eShort, strong cup\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ACCORDION 3 — Is this right for me? --\u003e\n  \u003cdiv class=\"soeb-rb-accordion\"\u003e\n    \u003cbutton class=\"soeb-rb-acc-btn\" aria-expanded=\"false\" onclick=\"soebRbToggle(this)\"\u003e\n      Is this right for me?\n      \u003csvg class=\"soeb-rb-acc-icon\" viewbox=\"0 0 18 18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" aria-hidden=\"true\"\u003e\u003cpath d=\"M4.5 6.75l4.5 4.5 4.5-4.5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n    \u003c\/button\u003e\n    \u003cdiv class=\"soeb-rb-acc-body\" role=\"region\"\u003e\n      \u003cdiv class=\"soeb-rb-acc-inner\"\u003e\n        \u003cul class=\"soeb-rb-fit-list\"\u003e\n          \u003cli\u003eYou enjoy bold, full-bodied coffee with real presence\u003c\/li\u003e\n          \u003cli\u003eYou want a strong caffeine boost without harsh bitterness\u003c\/li\u003e\n          \u003cli\u003eYou regularly drink with milk and want flavour that carries through\u003c\/li\u003e\n          \u003cli\u003eYou prefer lower acidity and richer, creamier textures\u003c\/li\u003e\n          \u003cli\u003eYou want to explore what Ugandan Robusta can really be, beyond supermarket blends\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"soeb-rb-caffeine-note\"\u003e\n          Robusta naturally contains more caffeine than Arabica — making this a dependable choice for an early morning or a strong afternoon cup.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ACCORDION 4 — Freshness \u0026 Storage --\u003e\n  \u003cdiv class=\"soeb-rb-accordion\"\u003e\n    \u003cbutton class=\"soeb-rb-acc-btn\" aria-expanded=\"false\" onclick=\"soebRbToggle(this)\"\u003e\n      Freshness \u0026amp; storage\n      \u003csvg class=\"soeb-rb-acc-icon\" viewbox=\"0 0 18 18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" aria-hidden=\"true\"\u003e\u003cpath d=\"M4.5 6.75l4.5 4.5 4.5-4.5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n    \u003c\/button\u003e\n    \u003cdiv class=\"soeb-rb-acc-body\" role=\"region\"\u003e\n      \u003cdiv class=\"soeb-rb-acc-inner\"\u003e\n        \u003cp\u003eYour 250g bag is roasted at origin and carries a roast date — so you always know exactly what you're drinking.\u003c\/p\u003e\n        \u003cdiv class=\"soeb-rb-freshness-note\"\u003e\n          Store sealed in a cool, dry place away from heat and strong odours. Once opened, best enjoyed within 4–6 weeks.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ACCORDION 5 — FAQs --\u003e\n  \u003cdiv class=\"soeb-rb-accordion\"\u003e\n    \u003cbutton class=\"soeb-rb-acc-btn\" aria-expanded=\"false\" onclick=\"soebRbToggle(this)\"\u003e\n      Questions \u0026amp; answers\n      \u003csvg class=\"soeb-rb-acc-icon\" viewbox=\"0 0 18 18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" aria-hidden=\"true\"\u003e\u003cpath d=\"M4.5 6.75l4.5 4.5 4.5-4.5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n    \u003c\/button\u003e\n    \u003cdiv class=\"soeb-rb-acc-body\" role=\"region\"\u003e\n      \u003cdiv class=\"soeb-rb-acc-inner\"\u003e\n\n        \u003cdiv class=\"soeb-rb-faq-item\"\u003e\n          \u003cdiv class=\"soeb-rb-faq-q\"\u003eWhat makes this Ugandan Robusta distinctive?\u003c\/div\u003e\n          \u003cdiv class=\"soeb-rb-faq-a\"\u003eIt's a natural-process, single-origin Robusta grown at 1,200m in Masaka by a named producer. Selected for sweetness and creamy depth, it represents the refined side of Ugandan Robusta — not the bitter stereotype.\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"soeb-rb-faq-item\"\u003e\n          \u003cdiv class=\"soeb-rb-faq-q\"\u003eIs Robusta stronger than Arabica?\u003c\/div\u003e\n          \u003cdiv class=\"soeb-rb-faq-a\"\u003eRobusta naturally contains more caffeine and produces a fuller body. This one is carefully roasted to stay balanced and drinkable — bold without being harsh.\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"soeb-rb-faq-item\"\u003e\n          \u003cdiv class=\"soeb-rb-faq-q\"\u003eDoes it work well with milk?\u003c\/div\u003e\n          \u003cdiv class=\"soeb-rb-faq-a\"\u003eYes — this is one of its strengths. The full body and natural sweetness hold up beautifully in flat whites, lattes and cappuccinos. It also drinks smoothly black for those who prefer it.\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"soeb-rb-faq-item\"\u003e\n          \u003cdiv class=\"soeb-rb-faq-q\"\u003eIs this suitable for everyday drinking?\u003c\/div\u003e\n          \u003cdiv class=\"soeb-rb-faq-a\"\u003eAbsolutely. The profile was developed to be dependable and comforting — strong enough to anchor your morning, smooth enough to enjoy any time of day.\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"soeb-rb-faq-item\"\u003e\n          \u003cdiv class=\"soeb-rb-faq-q\"\u003eWhat is a natural process coffee?\u003c\/div\u003e\n          \u003cdiv class=\"soeb-rb-faq-a\"\u003eNatural processing means the coffee fruit dries around the bean before it's removed. This adds fruit-forward sweetness and body to the final cup — contributing to the brown sugar and soft fruit notes in this profile.\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"soeb-rb-faq-item\"\u003e\n          \u003cdiv class=\"soeb-rb-faq-q\"\u003eHow fresh is the coffee when it arrives?\u003c\/div\u003e\n          \u003cdiv class=\"soeb-rb-faq-a\"\u003eWe dispatch within 72 hours of roasting. Every bag is roast-dated so you can track freshness from the day it was roasted, not the day it was shipped.\u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  function soebRbToggle(btn) {\n    var body = btn.nextElementSibling;\n    var icon = btn.querySelector('.soeb-rb-acc-icon');\n    var isOpen = body.classList.contains('is-open');\n    body.classList.toggle('is-open', !isOpen);\n    icon.classList.toggle('is-open', !isOpen);\n    btn.setAttribute('aria-expanded', String(!isOpen));\n  }\n\u003c\/script\u003e","brand":"SOEB \u0026 Co.","offers":[{"title":"Dark \/ Whole bean","offer_id":56504111137145,"sku":"SCO060512","price":13.99,"currency_code":"GBP","in_stock":true},{"title":"Dark \/ Ground","offer_id":56675227206009,"sku":"SCO060513","price":13.99,"currency_code":"GBP","in_stock":true},{"title":"Medium \/ Whole bean","offer_id":56504111169913,"sku":"SCO060514","price":13.99,"currency_code":"GBP","in_stock":true},{"title":"Medium \/ Ground","offer_id":56675227238777,"sku":"SCO060515","price":13.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0959\/1042\/9049\/files\/SOEB_Robusta_fbad1ed4-5208-49a9-adb2-8e1f77969497.jpg?v=1778522266","url":"https:\/\/www.soeb.co\/products\/soeb-robusta-uganda","provider":"SOEB Coffee | The Finest Ugandan Coffee","version":"1.0","type":"link"}