{"product_id":"soeb-trio-uganda","title":"Discovery Set","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Archivo+Black\u0026display=swap');\n\n  .soeb-ds {\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-ds * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  .soeb-ds-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  \/* ── What's inside cards ── *\/\n  .soeb-ds-set {\n    padding: 1.5rem 0;\n    border-bottom: 0.5px solid var(--border);\n  }\n\n  .soeb-ds-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-ds-coffee-card {\n    border: 0.5px solid var(--border);\n    border-radius: 10px;\n    padding: 14px 15px;\n    margin-bottom: 10px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .soeb-ds-coffee-card:last-of-type { margin-bottom: 0; }\n\n  .soeb-ds-card-accent {\n    position: absolute;\n    top: 0; left: 0;\n    width: 3px;\n    height: 100%;\n    border-radius: 10px 0 0 10px;\n  }\n\n  .soeb-ds-card-accent--arabica  { background: var(--blush); }\n  .soeb-ds-card-accent--robusta  { background: var(--espresso-mid); }\n  .soeb-ds-card-accent--blend    { background: var(--espresso-light); }\n\n  .soeb-ds-card-head {\n    display: flex;\n    align-items: flex-start;\n    justify-content: space-between;\n    gap: 8px;\n    margin-bottom: 5px;\n    padding-left: 10px;\n  }\n\n  .soeb-ds-card-title {\n    font-size: 13.5px;\n    font-weight: 500;\n    color: var(--espresso);\n    line-height: 1.3;\n  }\n\n  .soeb-ds-card-sub {\n    font-size: 11px;\n    color: var(--espresso-light);\n    margin-top: 1px;\n  }\n\n  .soeb-ds-score-pill {\n    font-size: 11px;\n    padding: 2px 8px;\n    background: var(--espresso);\n    color: var(--cream);\n    border-radius: 20px;\n    flex-shrink: 0;\n    white-space: nowrap;\n  }\n\n  .soeb-ds-card-notes {\n    font-size: 12.5px;\n    color: var(--text-muted);\n    line-height: 1.55;\n    padding-left: 10px;\n    margin-top: 4px;\n  }\n\n  .soeb-ds-card-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 5px;\n    padding-left: 10px;\n    margin-top: 8px;\n  }\n\n  .soeb-ds-tag {\n    padding: 3px 9px;\n    background: var(--blush-light);\n    border: 0.5px solid rgba(237,195,174,0.4);\n    border-radius: 20px;\n    font-size: 11.5px;\n    color: var(--espresso);\n  }\n\n  .soeb-ds-roast-note {\n    margin-top: 1rem;\n    padding: 11px 13px;\n    background: var(--blush-light);\n    border: 0.5px solid rgba(237,195,174,0.4);\n    border-radius: 8px;\n    font-size: 13px;\n    color: var(--espresso);\n    line-height: 1.6;\n  }\n\n  \/* ── Accordion ── *\/\n  .soeb-ds-accordion {\n    border-bottom: 0.5px solid var(--border);\n  }\n\n  .soeb-ds-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-ds-acc-btn:hover { color: var(--espresso-mid); }\n\n  .soeb-ds-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-ds-acc-icon.is-open { transform: rotate(180deg); }\n\n  .soeb-ds-acc-body {\n    overflow: hidden;\n    max-height: 0;\n    transition: max-height 0.35s ease;\n  }\n\n  .soeb-ds-acc-body.is-open { max-height: 700px; }\n\n  .soeb-ds-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  \/* ── Brew list ── *\/\n  .soeb-ds-brew-list {\n    list-style: none;\n    padding: 0;\n  }\n\n  .soeb-ds-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: 9px;\n  }\n\n  .soeb-ds-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  .soeb-ds-brew-tip {\n    margin-top: 0.75rem;\n    font-size: 12.5px;\n    color: var(--espresso-light);\n    font-style: italic;\n  }\n\n  \/* ── Fit list ── *\/\n  .soeb-ds-fit-list {\n    list-style: none;\n    padding: 0;\n  }\n\n  .soeb-ds-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-ds-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-ds-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  \/* ── Roast comparison ── *\/\n  .soeb-ds-roast-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 8px;\n    margin-top: 0.5rem;\n  }\n\n  .soeb-ds-roast-card {\n    border: 0.5px solid var(--border);\n    border-radius: 8px;\n    padding: 11px 13px;\n  }\n\n  .soeb-ds-roast-label {\n    font-size: 11px;\n    font-weight: 500;\n    text-transform: uppercase;\n    letter-spacing: 0.07em;\n    color: var(--espresso-mid);\n    margin-bottom: 5px;\n  }\n\n  .soeb-ds-roast-desc {\n    font-size: 12.5px;\n    color: var(--text-muted);\n    line-height: 1.5;\n  }\n\n  \/* ── FAQ ── *\/\n  .soeb-ds-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-ds-faq-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }\n\n  .soeb-ds-faq-q {\n    font-size: 13.5px;\n    font-weight: 500;\n    color: var(--espresso);\n    margin-bottom: 5px;\n  }\n\n  .soeb-ds-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-ds-roast-grid { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"soeb-ds\"\u003e\n\n  \u003c!-- Intro --\u003e\n  \u003cp class=\"soeb-ds-intro\"\u003e\n    The SOEB Discovery Set brings together all three of our core coffees — Arabica, Robusta and Signature Blend — in one considered collection. Crafted entirely in Uganda and roasted at origin, it's an invitation to explore the full range and character of Ugandan coffee: from the clarity of high-altitude Arabica to the depth of Robusta and the balance of the Signature Blend.\n  \u003c\/p\u003e\n\n  \u003c!-- What's Inside --\u003e\n  \u003cdiv class=\"soeb-ds-set\"\u003e\n    \u003cdiv class=\"soeb-ds-section-label\"\u003eWhat's inside — 3 × 250g bags\u003c\/div\u003e\n\n    \u003cdiv class=\"soeb-ds-coffee-card\"\u003e\n      \u003cdiv class=\"soeb-ds-card-accent soeb-ds-card-accent--arabica\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"soeb-ds-card-head\"\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"soeb-ds-card-title\"\u003eSOEB Arabica\u003c\/div\u003e\n          \u003cdiv class=\"soeb-ds-card-sub\"\u003eElgon region · 2,100m · Washed AA-grade\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cspan class=\"soeb-ds-score-pill\"\u003e87 SCA\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"soeb-ds-card-notes\"\u003eSmooth, elegant and gently bright.\u003c\/div\u003e\n      \u003cdiv class=\"soeb-ds-card-tags\"\u003e\n        \u003cspan class=\"soeb-ds-tag\"\u003eOrange\u003c\/span\u003e\n        \u003cspan class=\"soeb-ds-tag\"\u003eGrape\u003c\/span\u003e\n        \u003cspan class=\"soeb-ds-tag\"\u003eCocoa\u003c\/span\u003e\n        \u003cspan class=\"soeb-ds-tag\"\u003eHoney\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"soeb-ds-coffee-card\"\u003e\n      \u003cdiv class=\"soeb-ds-card-accent soeb-ds-card-accent--robusta\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"soeb-ds-card-head\"\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"soeb-ds-card-title\"\u003eSOEB Robusta\u003c\/div\u003e\n          \u003cdiv class=\"soeb-ds-card-sub\"\u003eMasaka region · 1,200m · Natural process\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cspan class=\"soeb-ds-score-pill\"\u003e84 SCA\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"soeb-ds-card-notes\"\u003eBold, chocolatey and creamy, with floral lift.\u003c\/div\u003e\n      \u003cdiv class=\"soeb-ds-card-tags\"\u003e\n        \u003cspan class=\"soeb-ds-tag\"\u003eDark chocolate\u003c\/span\u003e\n        \u003cspan class=\"soeb-ds-tag\"\u003eBrown sugar\u003c\/span\u003e\n        \u003cspan class=\"soeb-ds-tag\"\u003eFloral\u003c\/span\u003e\n        \u003cspan class=\"soeb-ds-tag\"\u003eCream\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"soeb-ds-coffee-card\"\u003e\n      \u003cdiv class=\"soeb-ds-card-accent soeb-ds-card-accent--blend\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"soeb-ds-card-head\"\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"soeb-ds-card-title\"\u003eSOEB Signature Blend\u003c\/div\u003e\n          \u003cdiv class=\"soeb-ds-card-sub\"\u003eArabica \u0026amp; Robusta · Elgon \u0026amp; Masaka\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"soeb-ds-card-notes\"\u003eRounded, warm and balanced — versatile with or without milk.\u003c\/div\u003e\n      \u003cdiv class=\"soeb-ds-card-tags\"\u003e\n        \u003cspan class=\"soeb-ds-tag\"\u003eDark chocolate\u003c\/span\u003e\n        \u003cspan class=\"soeb-ds-tag\"\u003eOrange\u003c\/span\u003e\n        \u003cspan class=\"soeb-ds-tag\"\u003eButtery\u003c\/span\u003e\n        \u003cspan class=\"soeb-ds-tag\"\u003eNatural sweetness\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"soeb-ds-roast-note\"\u003e\n      All three bags are available in \u003cstrong\u003eMedium\u003c\/strong\u003e or \u003cstrong\u003eDark Roast\u003c\/strong\u003e — each profiled for sweetness, structure and clarity rather than roast intensity.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ACCORDION 1 — Why it exists --\u003e\n  \u003cdiv class=\"soeb-ds-accordion\"\u003e\n    \u003cbutton class=\"soeb-ds-acc-btn\" aria-expanded=\"false\" onclick=\"soebDsToggle(this)\"\u003e\n      Why this set exists\n      \u003csvg class=\"soeb-ds-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-ds-acc-body\" role=\"region\"\u003e\n      \u003cdiv class=\"soeb-ds-acc-inner\"\u003e\n        \u003cp\u003eUganda produces a wide range of expressive coffees, yet its diversity is rarely experienced together. The SOEB Discovery Set offers a clear, grounded way to understand how different regions, processes and profiles show up in the cup.\u003c\/p\u003e\n        \u003cp style=\"margin-top:0.75rem;\"\u003eRather than telling you what to like, this trio gives you the space to discover, compare and decide for yourself.\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-ds-accordion\"\u003e\n    \u003cbutton class=\"soeb-ds-acc-btn\" aria-expanded=\"false\" onclick=\"soebDsToggle(this)\"\u003e\n      How to brew\n      \u003csvg class=\"soeb-ds-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-ds-acc-body\" role=\"region\"\u003e\n      \u003cdiv class=\"soeb-ds-acc-inner\"\u003e\n        \u003cp style=\"margin-bottom:0.75rem;\"\u003eBrew each coffee in whatever method suits your routine. For best results:\u003c\/p\u003e\n        \u003cul class=\"soeb-ds-brew-list\"\u003e\n          \u003cli\u003eFreshly drawn, filtered water at 92–96°C\u003c\/li\u003e\n          \u003cli\u003eAdjust grind size to match your brew method\u003c\/li\u003e\n          \u003cli\u003eStart with 15–17g coffee per 250ml water and adjust to taste\u003c\/li\u003e\n          \u003cli\u003eTaste black first, then with milk if you use it\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"soeb-ds-brew-tip\"\u003eWorks across French press, pour-over, moka pot, AeroPress and filter machines.\u003c\/p\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-ds-accordion\"\u003e\n    \u003cbutton class=\"soeb-ds-acc-btn\" aria-expanded=\"false\" onclick=\"soebDsToggle(this)\"\u003e\n      Is this right for me?\n      \u003csvg class=\"soeb-ds-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-ds-acc-body\" role=\"region\"\u003e\n      \u003cdiv class=\"soeb-ds-acc-inner\"\u003e\n        \u003cul class=\"soeb-ds-fit-list\"\u003e\n          \u003cli\u003eYou want to experience the full SOEB range before committing to one coffee\u003c\/li\u003e\n          \u003cli\u003eYou enjoy comparing flavour and structure across different profiles\u003c\/li\u003e\n          \u003cli\u003eYou appreciate intentional, everyday rituals\u003c\/li\u003e\n          \u003cli\u003eYou care about how coffee is made, not just how it tastes\u003c\/li\u003e\n          \u003cli\u003eYou're looking for a considered gift for a coffee lover\u003c\/li\u003e\n        \u003c\/ul\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-ds-accordion\"\u003e\n    \u003cbutton class=\"soeb-ds-acc-btn\" aria-expanded=\"false\" onclick=\"soebDsToggle(this)\"\u003e\n      Freshness \u0026amp; storage\n      \u003csvg class=\"soeb-ds-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-ds-acc-body\" role=\"region\"\u003e\n      \u003cdiv class=\"soeb-ds-acc-inner\"\u003e\n        \u003cp\u003eEach 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-ds-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-ds-accordion\"\u003e\n    \u003cbutton class=\"soeb-ds-acc-btn\" aria-expanded=\"false\" onclick=\"soebDsToggle(this)\"\u003e\n      Questions \u0026amp; answers\n      \u003csvg class=\"soeb-ds-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-ds-acc-body\" role=\"region\"\u003e\n      \u003cdiv class=\"soeb-ds-acc-inner\"\u003e\n\n        \u003cdiv class=\"soeb-ds-faq-item\"\u003e\n          \u003cdiv class=\"soeb-ds-faq-q\"\u003eIs this a subscription?\u003c\/div\u003e\n          \u003cdiv class=\"soeb-ds-faq-a\"\u003eNo. The Discovery Set is a one-time purchase designed to let you explore the full SOEB range at your own pace.\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"soeb-ds-faq-item\"\u003e\n          \u003cdiv class=\"soeb-ds-faq-q\"\u003eWhich roast should I choose?\u003c\/div\u003e\n          \u003cdiv class=\"soeb-ds-faq-a\"\u003eBoth roasts are developed for balance and sweetness rather than intensity. Your chosen roast applies to all three bags in the set.\u003c\/div\u003e\n          \u003cdiv class=\"soeb-ds-roast-grid\" style=\"margin-top:0.6rem;\"\u003e\n            \u003cdiv class=\"soeb-ds-roast-card\"\u003e\n              \u003cdiv class=\"soeb-ds-roast-label\"\u003eMedium roast\u003c\/div\u003e\n              \u003cdiv class=\"soeb-ds-roast-desc\"\u003eHighlights clarity, sweetness and the distinction between each coffee.\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"soeb-ds-roast-card\"\u003e\n              \u003cdiv class=\"soeb-ds-roast-label\"\u003eDark roast\u003c\/div\u003e\n              \u003cdiv class=\"soeb-ds-roast-desc\"\u003eRicher and deeper — well suited to milk-based drinks.\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"soeb-ds-faq-item\"\u003e\n          \u003cdiv class=\"soeb-ds-faq-q\"\u003eDo I need special equipment?\u003c\/div\u003e\n          \u003cdiv class=\"soeb-ds-faq-a\"\u003eNo. All three coffees work well across common home brew methods — French press, pour-over, moka pot, AeroPress and filter machines.\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"soeb-ds-faq-item\"\u003e\n          \u003cdiv class=\"soeb-ds-faq-q\"\u003eIs this suitable for beginners?\u003c\/div\u003e\n          \u003cdiv class=\"soeb-ds-faq-a\"\u003eYes. The Discovery Set is designed to be approachable and informative — you don't need specialist knowledge to enjoy it. It's a great way to start learning what you like.\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"soeb-ds-faq-item\"\u003e\n          \u003cdiv class=\"soeb-ds-faq-q\"\u003eHow fresh is the coffee when it arrives?\u003c\/div\u003e\n          \u003cdiv class=\"soeb-ds-faq-a\"\u003eWe dispatch within 72 hours of roasting. Every bag in the set is roast-dated so you can track freshness from the day it was roasted.\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"soeb-ds-faq-item\"\u003e\n          \u003cdiv class=\"soeb-ds-faq-q\"\u003eDoes the set make a good gift?\u003c\/div\u003e\n          \u003cdiv class=\"soeb-ds-faq-a\"\u003eIt does. Three distinct coffees, all roasted at origin, with a clear story behind each one — it's a considered gift for anyone who takes their coffee seriously.\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 soebDsToggle(btn) {\n    var body = btn.nextElementSibling;\n    var icon = btn.querySelector('.soeb-ds-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":56504148820345,"sku":"SCO06055","price":42.0,"currency_code":"GBP","in_stock":true},{"title":"Dark \/ Ground","offer_id":56675268362617,"sku":"SCO06056","price":42.0,"currency_code":"GBP","in_stock":true},{"title":"Medium \/ Whole bean","offer_id":56504148853113,"sku":"SCO06057","price":42.0,"currency_code":"GBP","in_stock":true},{"title":"Medium \/ Ground","offer_id":56675268395385,"sku":"SCO06058","price":42.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0959\/1042\/9049\/files\/SOEB_Discovery_Trio_65b77b06-b4cf-47c5-86f5-241af661e8dd.jpg?v=1778522221","url":"https:\/\/www.soeb.co\/products\/soeb-trio-uganda","provider":"SOEB Coffee | The Finest Ugandan Coffee","version":"1.0","type":"link"}