{"product_id":"mixed-coffee-beans","title":"Mixed Bean Box (12 x 500g Bags)","description":"\u003cstyle\u003e\n  #obc-mixed-bean-box {\n    --obc-orange: #ff4f00;\n    --obc-charcoal: #342a24;\n    --obc-gold: #c9a85f;\n    --obc-border: #e5d8c8;\n    --obc-muted: #6c625c;\n    color: #342a24;\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.6;\n    margin: 0;\n  }\n\n  #obc-mixed-bean-box *,\n  #obc-mixed-bean-box *::before,\n  #obc-mixed-bean-box *::after {\n    box-sizing: border-box;\n  }\n\n  #obc-mixed-bean-box .obc-hero {\n    position: relative;\n    overflow: hidden;\n    margin: 0 0 17px;\n    padding: 29px 28px 25px;\n    border: 1px solid #e4d5bd;\n    border-top: 4px solid var(--obc-gold);\n    border-radius: 13px;\n    background:\n      radial-gradient(circle at 92% 18%, rgba(201,168,95,.18), transparent 32%),\n      linear-gradient(135deg, #fbf5ea 0%, #f2e6d3 55%, #faf5eb 100%);\n    box-shadow: 0 6px 17px rgba(62,42,28,.11);\n  }\n\n  #obc-mixed-bean-box .obc-eyebrow {\n    margin: 0 0 11px;\n    padding-right: 115px;\n    color: var(--obc-orange);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: .8px;\n    line-height: 1.35;\n    text-transform: uppercase;\n  }\n\n  #obc-mixed-bean-box .obc-badge {\n    position: absolute;\n    top: 19px;\n    right: 18px;\n    display: inline-block;\n    padding: 6px 11px;\n    border-radius: 20px;\n    background: linear-gradient(135deg, #c9a85f, #dfc587);\n    color: #30241d;\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: .55px;\n    line-height: 1;\n    text-transform: uppercase;\n    box-shadow: 0 2px 6px rgba(52,42,36,.14);\n  }\n\n  #obc-mixed-bean-box .obc-hero h2 {\n    margin: 0 0 7px;\n    color: #30241d;\n    font-size: 26px;\n    font-weight: 900;\n    letter-spacing: -.35px;\n    line-height: 1.15;\n    text-transform: uppercase;\n  }\n\n  #obc-mixed-bean-box .obc-hero p:last-child {\n    margin: 0;\n    color: #705d4d;\n    font-size: 15px;\n    line-height: 1.5;\n  }\n\n  #obc-mixed-bean-box .obc-strength-row {\n    display: flex;\n    align-items: center;\n    margin: 0 0 13px;\n  }\n\n  #obc-mixed-bean-box .obc-strength-pill {\n    position: relative;\n    display: inline-flex;\n    min-height: 43px;\n    align-items: center;\n    gap: 9px;\n    overflow: hidden;\n    padding: 8px 16px;\n    border: 1px solid rgba(255,255,255,.08);\n    border-radius: 999px;\n    background: var(--obc-charcoal);\n    color: #fff;\n    box-shadow: 0 4px 10px rgba(52,42,36,.18);\n    isolation: isolate;\n    animation: mixedBoxGlow 6s ease-out 1;\n  }\n\n  #obc-mixed-bean-box .obc-strength-pill::before {\n    position: absolute;\n    top: -60%;\n    left: -50%;\n    z-index: -1;\n    width: 34%;\n    height: 220%;\n    background: linear-gradient(\n      90deg,\n      transparent,\n      rgba(255,255,255,.38),\n      transparent\n    );\n    content: \"\";\n    transform: rotate(18deg);\n    animation: mixedBoxShine 3s ease-in-out 2;\n  }\n\n  #obc-mixed-bean-box .obc-strength-title {\n    color: #ffd166;\n    font-size: 11px;\n    font-weight: 900;\n    letter-spacing: .45px;\n    text-transform: uppercase;\n  }\n\n  #obc-mixed-bean-box .obc-strength-score {\n    display: inline-flex;\n    align-items: baseline;\n    white-space: nowrap;\n    font-weight: 900;\n  }\n\n  #obc-mixed-bean-box .obc-strength-number {\n    color: #fff;\n    font-size: 20px;\n    line-height: 1;\n    animation: mixedBoxNumber 6s ease-out 1;\n  }\n\n  #obc-mixed-bean-box .obc-strength-total {\n    color: #d7d0cb;\n    font-size: 13px;\n  }\n\n  #obc-mixed-bean-box .obc-strength-bars {\n    display: inline-flex;\n    align-items: center;\n    gap: 3px;\n  }\n\n  #obc-mixed-bean-box .obc-strength-bar {\n    display: block;\n    width: 7px;\n    height: 16px;\n    border-radius: 2px;\n    background: #6f6661;\n    transform-origin: bottom;\n    animation: mixedBoxBar .55s ease-out both;\n  }\n\n  #obc-mixed-bean-box .obc-strength-bar:nth-child(1) {\n    animation-delay: .30s;\n  }\n\n  #obc-mixed-bean-box .obc-strength-bar:nth-child(2) {\n    animation-delay: .55s;\n  }\n\n  #obc-mixed-bean-box .obc-strength-bar:nth-child(3) {\n    animation-delay: .80s;\n  }\n\n  #obc-mixed-bean-box .obc-strength-bar:nth-child(4) {\n    animation-delay: 1.05s;\n  }\n\n  #obc-mixed-bean-box .obc-strength-bar:nth-child(5) {\n    animation-delay: 1.30s;\n  }\n\n  #obc-mixed-bean-box .obc-strength-bar:nth-child(1),\n  #obc-mixed-bean-box .obc-strength-bar:nth-child(2) {\n    background: #ff9a6b;\n  }\n\n  #obc-mixed-bean-box .obc-strength-bar:nth-child(3) {\n    background: #ff7538;\n  }\n\n  #obc-mixed-bean-box .obc-strength-bar:nth-child(4),\n  #obc-mixed-bean-box .obc-strength-bar:nth-child(5) {\n    background: var(--obc-orange);\n  }\n\n  #obc-mixed-bean-box .obc-strength-label {\n    padding-left: 2px;\n    color: #fff;\n    font-size: 12px;\n    font-weight: 800;\n    white-space: nowrap;\n    animation: mixedBoxLabel 6s ease-out 1;\n  }\n\n  #obc-mixed-bean-box .obc-profile-grid {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 11px;\n  }\n\n  #obc-mixed-bean-box .obc-profile-pill {\n    display: inline-flex;\n    min-height: 35px;\n    align-items: center;\n    padding: 7px 12px;\n    border: 1px solid var(--obc-border);\n    border-radius: 999px;\n    background: #fff;\n    color: #41362f;\n    font-size: 12px;\n    line-height: 1.25;\n    box-shadow: 0 2px 6px rgba(52,42,36,.04);\n  }\n\n  #obc-mixed-bean-box .obc-profile-pill strong {\n    margin-right: 5px;\n    color: var(--obc-orange);\n    font-size: 10px;\n    letter-spacing: .3px;\n    text-transform: uppercase;\n  }\n\n  #obc-mixed-bean-box .obc-strength-note {\n    margin: 0 0 19px;\n    color: var(--obc-muted);\n    font-size: 11px;\n    line-height: 1.45;\n  }\n\n  #obc-mixed-bean-box .obc-intro {\n    margin: 0 0 20px;\n    color: #423832;\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  #obc-mixed-bean-box .obc-section-title {\n    margin: 0 0 10px;\n    color: #352a24;\n    font-size: 17px;\n    font-weight: 800;\n    letter-spacing: .1px;\n    text-transform: uppercase;\n  }\n\n  #obc-mixed-bean-box .obc-glance {\n    margin: 0 0 18px;\n    padding: 17px 18px 15px;\n    border-left: 3px solid var(--obc-orange);\n    background: #faf7f3;\n  }\n\n  #obc-mixed-bean-box .obc-glance ul {\n    margin: 0;\n    padding-left: 19px;\n  }\n\n  #obc-mixed-bean-box .obc-glance li {\n    margin: 0 0 5px;\n    color: #50443c;\n    font-size: 13px;\n  }\n\n  #obc-mixed-bean-box .obc-glance li:last-child {\n    margin-bottom: 0;\n  }\n\n  #obc-mixed-bean-box .obc-facts {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    margin: 0 0 19px;\n    padding: 14px 0;\n    border-top: 1px solid var(--obc-border);\n    border-bottom: 1px solid var(--obc-border);\n  }\n\n  #obc-mixed-bean-box .obc-fact {\n    min-width: 0;\n    padding: 0 15px;\n    border-right: 1px solid var(--obc-border);\n  }\n\n  #obc-mixed-bean-box .obc-fact:first-child {\n    padding-left: 0;\n  }\n\n  #obc-mixed-bean-box .obc-fact:last-child {\n    padding-right: 0;\n    border-right: 0;\n  }\n\n  #obc-mixed-bean-box .obc-fact-label {\n    display: block;\n    margin-bottom: 4px;\n    color: #8a7768;\n    font-size: 9px;\n    font-weight: 800;\n    letter-spacing: .5px;\n    line-height: 1.25;\n    text-transform: uppercase;\n  }\n\n  #obc-mixed-bean-box .obc-fact-value {\n    display: block;\n    color: #342a24;\n    font-size: 12px;\n    font-weight: 700;\n    line-height: 1.4;\n  }\n\n  #obc-mixed-bean-box details {\n    margin: 0 0 13px;\n    border: 1px solid var(--obc-border);\n    border-radius: 7px;\n    background: #fff;\n  }\n\n  #obc-mixed-bean-box summary {\n    position: relative;\n    padding: 13px 40px 13px 15px;\n    color: #3a302a;\n    font-size: 13px;\n    font-weight: 800;\n    line-height: 1.35;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  #obc-mixed-bean-box summary::-webkit-details-marker {\n    display: none;\n  }\n\n  #obc-mixed-bean-box summary::after {\n    position: absolute;\n    top: 50%;\n    right: 15px;\n    color: var(--obc-orange);\n    content: \"+\";\n    font-size: 21px;\n    font-weight: 400;\n    line-height: 1;\n    transform: translateY(-50%);\n  }\n\n  #obc-mixed-bean-box details[open] summary::after {\n    content: \"−\";\n  }\n\n  #obc-mixed-bean-box .obc-summary-hint {\n    margin-left: 6px;\n    color: #8b7c71;\n    font-size: 10px;\n    font-weight: 400;\n  }\n\n  #obc-mixed-bean-box .obc-detail-content {\n    padding: 0 16px 16px;\n    border-top: 1px solid #eee5dc;\n  }\n\n  #obc-mixed-bean-box .obc-detail-content p {\n    margin: 14px 0 0;\n    color: #51453e;\n    font-size: 13px;\n    line-height: 1.65;\n  }\n\n  #obc-mixed-bean-box .obc-detail-content h3 {\n    margin: 18px 0 8px;\n    color: #352a24;\n    font-size: 14px;\n    text-transform: uppercase;\n  }\n\n  #obc-mixed-bean-box .obc-detail-content ul {\n    margin: 8px 0 0;\n    padding-left: 20px;\n  }\n\n  #obc-mixed-bean-box .obc-detail-content li {\n    margin-bottom: 6px;\n    color: #51453e;\n    font-size: 13px;\n    line-height: 1.55;\n  }\n\n  #obc-mixed-bean-box .obc-delivery {\n    border-left: 3px solid var(--obc-orange);\n  }\n\n  #obc-mixed-bean-box .obc-delivery summary {\n    padding-left: 13px;\n  }\n\n  #obc-mixed-bean-box .obc-guarantee {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin: 14px 0 0;\n    padding: 15px 17px;\n    border-radius: 6px;\n    background: #353535;\n    color: #fff;\n  }\n\n  #obc-mixed-bean-box .obc-guarantee-mark {\n    flex: 0 0 auto;\n    color: #ff8a52;\n    font-size: 22px;\n    line-height: 1;\n  }\n\n  #obc-mixed-bean-box .obc-guarantee strong {\n    display: block;\n    margin-bottom: 3px;\n    color: #fff;\n    font-size: 12px;\n  }\n\n  #obc-mixed-bean-box .obc-guarantee p {\n    margin: 0;\n    color: #f1f1f1;\n    font-size: 11px;\n    line-height: 1.5;\n  }\n\n  @keyframes mixedBoxGlow {\n    0%,\n    100% {\n      box-shadow: 0 4px 10px rgba(52,42,36,.18);\n    }\n\n    9%,\n    27%,\n    45% {\n      box-shadow:\n        0 0 0 4px rgba(255,79,0,.15),\n        0 0 22px rgba(255,79,0,.50),\n        0 5px 13px rgba(52,42,36,.24);\n    }\n\n    18%,\n    36%,\n    54% {\n      box-shadow:\n        0 0 0 2px rgba(255,209,102,.14),\n        0 0 11px rgba(255,79,0,.24),\n        0 4px 10px rgba(52,42,36,.20);\n    }\n  }\n\n  @keyframes mixedBoxShine {\n    0% {\n      left: -50%;\n      opacity: 0;\n    }\n\n    18% {\n      opacity: 1;\n    }\n\n    55%,\n    100% {\n      left: 125%;\n      opacity: 0;\n    }\n  }\n\n  @keyframes mixedBoxBar {\n    0% {\n      opacity: .35;\n      transform: scaleY(.18);\n    }\n\n    65% {\n      opacity: 1;\n      transform: scaleY(1.18);\n    }\n\n    100% {\n      opacity: 1;\n      transform: scaleY(1);\n    }\n  }\n\n  @keyframes mixedBoxNumber {\n    0%,\n    14% {\n      color: #fff;\n      transform: scale(1);\n    }\n\n    21% {\n      color: #ffd166;\n      transform: scale(1.22);\n    }\n\n    30% {\n      color: #fff;\n      transform: scale(1);\n    }\n\n    42% {\n      color: #ffd166;\n      transform: scale(1.12);\n    }\n\n    53%,\n    100% {\n      color: #fff;\n      transform: scale(1);\n    }\n  }\n\n  @keyframes mixedBoxLabel {\n    0%,\n    18% {\n      color: #fff;\n    }\n\n    27%,\n    48% {\n      color: #ffd166;\n    }\n\n    58%,\n    100% {\n      color: #fff;\n    }\n  }\n\n  @media (max-width: 600px) {\n    #obc-mixed-bean-box .obc-hero {\n      padding: 25px 19px 21px;\n    }\n\n    #obc-mixed-bean-box .obc-eyebrow {\n      padding-right: 0;\n      margin-top: 29px;\n    }\n\n    #obc-mixed-bean-box .obc-badge {\n      top: 14px;\n      right: 14px;\n    }\n\n    #obc-mixed-bean-box .obc-hero h2 {\n      font-size: 23px;\n    }\n\n    #obc-mixed-bean-box .obc-strength-row {\n      display: block;\n    }\n\n    #obc-mixed-bean-box .obc-strength-pill {\n      display: flex;\n      width: 100%;\n      min-height: 54px;\n      justify-content: center;\n      flex-wrap: wrap;\n      gap: 7px;\n      padding: 10px 13px;\n      border-radius: 15px;\n    }\n\n    #obc-mixed-bean-box .obc-strength-label {\n      width: 100%;\n      padding-left: 0;\n      text-align: center;\n    }\n\n    #obc-mixed-bean-box .obc-profile-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    #obc-mixed-bean-box .obc-profile-pill {\n      justify-content: center;\n      text-align: center;\n    }\n\n    #obc-mixed-bean-box .obc-facts {\n      display: block;\n      padding: 0;\n    }\n\n    #obc-mixed-bean-box .obc-fact,\n    #obc-mixed-bean-box .obc-fact:first-child,\n    #obc-mixed-bean-box .obc-fact:last-child {\n      padding: 12px 0;\n      border-right: 0;\n      border-bottom: 1px solid var(--obc-border);\n    }\n\n    #obc-mixed-bean-box .obc-fact:last-child {\n      border-bottom: 0;\n    }\n\n    #obc-mixed-bean-box .obc-summary-hint {\n      display: block;\n      margin: 3px 0 0;\n    }\n\n    #obc-mixed-bean-box .obc-guarantee {\n      align-items: flex-start;\n    }\n  }\n\n  @media (max-width: 380px) {\n    #obc-mixed-bean-box .obc-profile-grid {\n      grid-template-columns: 1fr;\n    }\n\n    #obc-mixed-bean-box .obc-strength-title,\n    #obc-mixed-bean-box .obc-strength-score,\n    #obc-mixed-bean-box .obc-strength-bars {\n      margin: 0 1px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    #obc-mixed-bean-box .obc-strength-pill,\n    #obc-mixed-bean-box .obc-strength-pill::before,\n    #obc-mixed-bean-box .obc-strength-number,\n    #obc-mixed-bean-box .obc-strength-label,\n    #obc-mixed-bean-box .obc-strength-bar {\n      animation: none !important;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv id=\"obc-mixed-bean-box\"\u003e\n\n  \u003csection class=\"obc-hero\"\u003e\n    \u003cdiv class=\"obc-badge\"\u003ePug approved\u003c\/div\u003e\n\n    \u003cp class=\"obc-eyebrow\"\u003e\n      Three rotating blends · Roasted fresh to order\n    \u003c\/p\u003e\n\n    \u003ch2\u003eThree blends. Zero coffee boredom.\u003c\/h2\u003e\n\n    \u003cp\u003e\n      A changing trio of fresh roasts that gives every desk something new to\n      talk about—and every coffee drinker something to look forward to.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"obc-strength-row\"\u003e\n    \u003cdiv class=\"obc-strength-pill\" role=\"img\" aria-label=\"Coffee flavour strengths vary from 2 to 5 out of 5\"\u003e\n      \u003cspan class=\"obc-strength-title\"\u003eStrength\u003c\/span\u003e\n\n      \u003cspan class=\"obc-strength-score\"\u003e\n        \u003cspan class=\"obc-strength-number\"\u003e2–5\u003c\/span\u003e\n        \u003cspan class=\"obc-strength-total\"\u003e\/5\u003c\/span\u003e\n      \u003c\/span\u003e\n\n      \u003cspan class=\"obc-strength-bars\" aria-hidden=\"true\"\u003e\n        \u003cspan class=\"obc-strength-bar\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"obc-strength-bar\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"obc-strength-bar\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"obc-strength-bar\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"obc-strength-bar\"\u003e\u003c\/span\u003e\n      \u003c\/span\u003e\n\n      \u003cspan class=\"obc-strength-label\"\u003eVaried selection\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"obc-profile-grid\"\u003e\n    \u003cspan class=\"obc-profile-pill\"\u003e\n      \u003cstrong\u003eSelection\u003c\/strong\u003e Three rotating blends\n    \u003c\/span\u003e\n\n    \u003cspan class=\"obc-profile-pill\"\u003e\n      \u003cstrong\u003eTaste\u003c\/strong\u003e Smooth to bold\n    \u003c\/span\u003e\n\n    \u003cspan class=\"obc-profile-pill\"\u003e\n      \u003cstrong\u003eBody\u003c\/strong\u003e Medium to full\n    \u003c\/span\u003e\n\n    \u003cspan class=\"obc-profile-pill\"\u003e\n      \u003cstrong\u003eVariety\u003c\/strong\u003e Changing selection\n    \u003c\/span\u003e\n\n    \u003cspan class=\"obc-profile-pill\"\u003e\n      \u003cstrong\u003eFreshness\u003c\/strong\u003e Roasted to order\n    \u003c\/span\u003e\n\n    \u003cspan class=\"obc-profile-pill\"\u003e\n      \u003cstrong\u003eExtras\u003c\/strong\u003e Limited runs may appear\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"obc-strength-note\"\u003e\n    This box contains a rotating selection, so the exact strength varies by\n    blend. Strength describes flavour intensity and body—not caffeine content.\n  \u003c\/p\u003e\n\n  \u003cp class=\"obc-intro\"\u003e\n    Our \u003cstrong\u003eMixed Bean Box\u003c\/strong\u003e brings together three handcrafted\n    coffee blends in one changing selection. From smooth, sweet everyday\n    coffees to bold espresso-style roasts, it keeps the office interested,\n    caffeinated and safely away from coffee boredom.\n  \u003c\/p\u003e\n\n  \u003csection class=\"obc-glance\"\u003e\n    \u003ch3 class=\"obc-section-title\"\u003eWhy teams love it\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eThree different blends create variety without three separate orders.\u003c\/li\u003e\n      \u003cli\u003eA changing mix of smoother and stronger flavour profiles.\u003c\/li\u003e\n      \u003cli\u003eEvery included roast is prepared fresh to order.\u003c\/li\u003e\n      \u003cli\u003eLimited-run black-bag coffees may occasionally join the selection.\u003c\/li\u003e\n      \u003cli\u003eIdeal when the team wants a change or cannot agree on one blend.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"obc-facts\" aria-label=\"Product details\"\u003e\n    \u003cdiv class=\"obc-fact\"\u003e\n      \u003cspan class=\"obc-fact-label\"\u003eBest for\u003c\/span\u003e\n      \u003cspan class=\"obc-fact-value\"\u003e\n        Variety, mixed tastes and adventurous offices\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"obc-fact\"\u003e\n      \u003cspan class=\"obc-fact-label\"\u003eFreshness\u003c\/span\u003e\n      \u003cspan class=\"obc-fact-value\"\u003eRoasted fresh to order\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"obc-fact\"\u003e\n      \u003cspan class=\"obc-fact-label\"\u003eCase size\u003c\/span\u003e\n      \u003cspan class=\"obc-fact-value\"\u003e12 × 500 g bags\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdetails\u003e\n    \u003csummary\u003e\n      Read the full Mixed Bean Box story\n      \u003cspan class=\"obc-summary-hint\"\u003eSelection, variety and what to expect\u003c\/span\u003e\n    \u003c\/summary\u003e\n\n    \u003cdiv class=\"obc-detail-content\"\u003e\n      \u003cp\u003e\n        The \u003cstrong\u003eMixed Bean Box\u003c\/strong\u003e—also known as our Three Blends\n        Box—is for offices that believe life is too short to drink precisely\n        the same coffee every day.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Each box contains a rotating trio of handcrafted roasts selected to\n        provide genuine variety. One blend might bring bold espresso depth,\n        while another offers a smoother, sweeter and more relaxed cup.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Because the selection changes, individual origins, flavour notes and\n        strength ratings will vary. That variety is the point: every new blend\n        gives the team something different to discover.\n      \u003c\/p\u003e\n\n      \u003ch3\u003eFresh coffee with an element of surprise\u003c\/h3\u003e\n\n      \u003cul\u003e\n        \u003cli\u003e\n          Every roast is prepared fresh to order for maximum flavour and\n          aroma.\n        \u003c\/li\u003e\n        \u003cli\u003e\n          The rotating selection suits offices with a mixture of coffee\n          preferences.\n        \u003c\/li\u003e\n        \u003cli\u003e\n          Tiny-batch, limited-run “black bag” coffees may occasionally be\n          included.\n        \u003c\/li\u003e\n        \u003cli\u003e\n          The box is ideal if you are unsure which single blend to choose or\n          simply fancy a change.\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cp\u003e\n        Whether your team prefers its coffee strong and serious or light and\n        chatty, the Mixed Bean Box brings freshness, variety and a little more\n        excitement to the daily coffee run. Even the office pug approves.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"obc-delivery\"\u003e\n    \u003csummary\u003e\n      Mix any 4 eligible boxes for free UK mainland delivery\n      \u003cspan class=\"obc-summary-hint\"\u003eView delivery details\u003c\/span\u003e\n    \u003c\/summary\u003e\n\n    \u003cdiv class=\"obc-detail-content\"\u003e\n      \u003cp\u003e\n        UK mainland delivery is \u003cstrong\u003e£11.99 + VAT\u003c\/strong\u003e for orders of\n        one to three eligible boxes. Mix any four or more eligible boxes of\n        coffee beans, milk, hot chocolate or qualifying machine-care products\n        in one order and delivery is free.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        We arrange delivery directly through \u003cstrong\u003eDPD\u003c\/strong\u003e. Once your\n        order is on its way, we’ll send you the tracking number and a link so\n        you can follow it. Please allow up to two working days.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Each case counts as one qualifying box. This case of 12 × 500 g bags\n        therefore counts as one box—not twelve. Each qualifying machine-care\n        tub also counts as one box.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv class=\"obc-guarantee\"\u003e\n    \u003cdiv class=\"obc-guarantee-mark\" aria-hidden=\"true\"\u003e✓\u003c\/div\u003e\n\n    \u003cdiv\u003e\n      \u003cstrong\u003eThe OBC replacement promise\u003c\/strong\u003e\n\n      \u003cp\u003e\n        If anything isn’t right—for any reason—contact us and we’ll replace\n        it. No forms, no fuss and no questions asked. Just let us know and\n        we’ll arrange the replacement directly with you.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"OBC","offers":[{"title":"Default Title","offer_id":40231160414265,"sku":"TCDTBB1","price":121.31,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0572\/3711\/0841\/files\/3_beans_nb_blend_cup_knocked_over_plus_pug_dog_magical_blends_2.jpg?v=1765087628","url":"https:\/\/www.theofficebrewcrew.com\/products\/mixed-coffee-beans","provider":"Office Brew Crew","version":"1.0","type":"link"}