Sample Pack 4 x 1kg
.dcb { --cream:#f2f2f2; --espresso:#1a1007; --roast:#3b1e08; --gold:#c8942a; --mid:#6b5040; --border:#e2e2e2; font-family:'Poppins',sans-serif; color:var(--espresso); line-height:1 .7; -webkit-font-smoothing:antialiased; } .dcb *, .dcb *::before, .dcb *::after { box-sizing:border-box; font-family:'Poppins',sans-serif; } .dcb-wrap { max-width:980px; } .dcb p { font-size:.93rem; color:var(--mid); line-height:1.8; margin:0 0 .9rem; } .dcb p strong { color:var(--espresso); } .dcb a { color:var(--gold); font-weight:700; text-decoration:none; } .dcb a:hover { text-decoration:underline; } .dcb-intro { padding-bottom:1rem; border-bottom:2px solid var(--border); margin-bottom:1rem; } .dcb-sub { font-size:.62rem; font-weight:800; letter-spacing:.16em; text-transform:uppercase; color:var(--espresso) !important; -webkit-text-fill-color:var(--espresso) !important; display:block; margin-bottom:.6rem; } .dcb h2.dcb-h1 { font-size:1.7rem !important; font-weight:800 !important; color:var(--espresso) !important; -webkit-text-fill-color:var(--espresso) !important; line-height:1.2 !important; margin:0 0 .3rem !important; } .dcb h2.dcb-h1 span { color:var(--espresso) !important; -webkit-text-fill-color:var(--espresso) !important; } .dcb h2.dcb-h2 { font-size:.95rem !important; font-weight:700 !important; color:var(--mid) !important; -webkit-text-fill-color:var(--mid) !important; margin:0 0 .9rem !important; } .dcb-lead { font-size:1rem !important; color:var(--espresso) !important; } .dcb h3 { font-size:1.25rem; font-weight:800; color:var(--espresso); margin:1.6rem 0 .5rem; } .dcb h3 span { color:var(--espresso); } .dcb-stats { display:grid; grid-template-columns:repeat(auto-fit,minmax(120px,1fr)); gap:.5rem; margin:.9rem 0; } .dcb-stat { border:1px solid var(--border); border-radius:6px; padding:.6rem .7rem; background:var(--cream); text-align:center; } .dcb-stat b { font-size:1.1rem; font-weight:800; color:var(--espresso); display:block; line-height:1.1; } .dcb-stat span { font-size:.72rem; color:var(--mid); display:block; margin-top:.15rem; } .dcb-badges { display:flex; flex-wrap:wrap; gap:.35rem; margin:.75rem 0; } .dcb-badge { font-size:.68rem; font-weight:800; padding:.25rem .6rem; border-radius:20px; border:1px solid var(--border); background:var(--cream); color:var(--espresso); } .dcb-badge.dk { background:var(--espresso); color:#fff; border-color:var(--espresso); } .dcb-ship { background:var(--cream); border:1px solid var(--border); border-left:3px solid var(--espresso); border-radius:4px; padding:.6rem .8rem; font-size:.85rem; color:var(--espresso); margin:.9rem 0; } .dcb-ship strong { color:var(--espresso); } .dcb-feat { display:grid; grid-template-columns:repeat(3, 1fr); gap:.6rem; margin:.75rem 0; } .dcb-fc { border:1px solid var(--border); border-top:3px solid var(--espresso); border-radius:6px; padding:.7rem .8rem; background:var(--cream); } .dcb-fc b { font-size:.85rem; font-weight:800; color:var(--espresso); display:block; margin-bottom:.2rem; } .dcb-fc p { margin:0; font-size:.83rem; } .dcb-spec { width:100%; border-collapse:collapse; margin:.75rem 0; font-size:.83rem; } .dcb-spec td { padding:.5rem .7rem; border-bottom:1px solid var(--border); vertical-align:top; } .dcb-spec tr td:first-child { font-weight:800; color:var(--espresso); width:34%; background:var(--cream); } .dcb-spec tr td:last-child { color:var(--mid); } .dcb-blends { display:grid; grid-template-columns:repeat(4,1fr); gap:.6rem; margin:.75rem 0; } .dcb-bcard { border:1px solid var(--border); border-radius:6px; padding:.8rem .85rem; background:var(--cream); } .dcb-bcard a.name { font-size:.92rem; font-weight:800; color:var(--espresso) !important; text-decoration:none; } .dcb-bcard a.name:hover { text-decoration:underline; } .dcb-bcard .roast { font-size:.65rem; text-transform:uppercase; letter-spacing:.05em; color:var(--mid); margin:.2rem 0 .4rem; font-weight:700; } .dcb-bcard .notes { font-size:.78rem; color:var(--mid); } .dcb-two { display:grid; grid-template-columns:1fr 1fr; gap:.6rem; margin:.75rem 0; } .dcb-card { border:1px solid var(--border); border-radius:6px; padding:.7rem .8rem; background:var(--cream); } .dcb-card b { font-size:.83rem; font-weight:800; display:block; margin-bottom:.35rem; } .dcb-card.yes { border-left:3px solid var(--espresso); } .dcb-card.yes b { color:var(--espresso); } .dcb-card.no { border-left:3px solid #b0b0b0; } .dcb-card.no b { color:#777; } .dcb-card ul { margin:0; padding-left:1rem; } .dcb-card li { font-size:.83rem; color:var(--mid); margin-bottom:.25rem; line-height:1.5; } .dcb-card.yes li a, .dcb-card.no li a { color:var(--gold); } .dcb-acc { border:1px solid var(--border); border-radius:6px; margin-bottom:.45rem; background:var(--cream); overflow:hidden; } .dcb-acc summary { font-weight:800; font-size:.88rem; color:var(--espresso); padding:.75rem 2.2rem .75rem .75rem; cursor:pointer; list-style:none; position:relative; line-height:1.4; } .dcb-acc summary::-webkit-details-marker { display:none; } .dcb-acc summary::after { content:"+"; position:absolute; right:.75rem; top:50%; transform:translateY(-50%); font-size:1.15rem; font-weight:800; color:var(--espresso); } .dcb-acc[open] summary::after { content:"–"; } .dcb-acc[open] summary { border-bottom:1px solid var(--border); color:var(--espresso); } .dcb-acc-body { padding:.7rem .75rem; } .dcb-acc-body p { margin:0; } @media only screen and (max-width: 768px) { .dcb-feat { grid-template-columns:1fr; } .dcb-two { grid-template-columns:1fr; } .dcb-blends { grid-template-columns:1fr 1fr; } } Dipacci Espresso — Sample Pack — All 4 Signature Blends Sample Pack 4 x 1kg All Four Blends Full-Size Bags · All 4 Signature Blends · 4kg Total The complete way to discover every Dipacci Espresso blend — four full 1kg bags, one of each signature roast, with tasting cards and recommended recipes included. This is our full-size sample pack: one 1kg bag each of After Dark (dark roast), Elements (medium roast), Sydney Road (light roast) and By The Bay (light roast) — four completely different flavour profiles in one order, so you can find your favourite without guessing. Every bag comes with a tasting card and recommended recipe, making this the easiest way to explore our full range, stock a share house or office properly, or put together a coffee gift that actually lets someone choose their own favourite. 4Signature Blends 4kgTotal Coffee $129Sale Price FreshRoasted to Order 🌍 All 4 Signature Blends 📋 Tasting Cards Included 📖 Recommended Recipes 🎁 Great as a Gift ⚖️ 1kg Bags — Not Minis ✅ In Stock — Australia Free shipping Australia-wide. All four blends roasted to order and dispatched together, with tracked delivery. What's Included One full 1kg bag of each of our four signature blends, plus a tasting card and recommended recipe for every roast: After Dark Dark Roast Intense, caramel, red berries Elements Medium Roast Rich, floral, caramel Sydney Road Light Roast Sweet, caramel, chocolate, floral By The Bay Light Roast Bright, citrus, nutty, balanced Why Choose the Sample Pack 🌍 Try Every Roast LevelDark, medium and two light roasts side by side — the fastest way to find which style you actually prefer. ⚖️ Full-Size BagsFour proper 1kg bags, not tiny samples — enough of each to genuinely live with before deciding on a favourite. 📖 Guided TastingTasting cards and recommended recipes for each blend take the guesswork out of brewing them well. 🎁 A Gift That Lets Them ChoosePerfect for a coffee lover whose taste you're not 100% sure of — they get to pick their own favourite. 🏢 Stock a Household or OfficeFour different profiles cover most preferences in one order — useful for shared kitchens. 🔥 Roasted Fresh, TogetherAll four bags roasted to order and dispatched in the same shipment, not pulled from separate stock. Sample Pack — Full Specifications Product Name Dipacci Espresso Sample Pack 4 x 1kg Includes After Dark, Elements, Sydney Road, By The Bay — 1kg each Total Weight 4kg whole bean Extras Tasting cards and recommended recipes for each blend Regular Price $219.80 AUD Sale Price $129.00 AUD Freshness Roasted to order — dispatched fresh Who Should Choose the Sample Pack ✓ Ideal if you: Haven't tried Dipacci before and want to find your favourite blend Want to compare roast levels — dark, medium, and two light roasts Are buying a gift for a coffee lover but aren't sure of their exact taste Want to stock a shared kitchen or office with a range of options ✗ Consider alternatives if you: Already know your favourite blend — buy it directly and save on shipping a bag you won't finish Want a smaller, lower-commitment way to compare — try the 4 x 250g sample pack instead Common Questions What's included in the Sample Pack 4 x 1kg? One full 1kg bag each of After Dark, Elements, Sydney Road and By The Bay — 4kg of coffee in total — plus a tasting card and recommended recipe for every blend. How much do I save compared to the regular price? The sample pack is listed at $129.00, down from a regular price of $219.80. Can I choose which blends are included? The sample pack is fixed at one bag each of all four signature blends — After Dark, Elements, Sydney Road and By The Bay — so you get the full range in every order. Is this a good gift for a coffee lover? Yes — it's one of our most popular gifts, since it lets the recipient try all four roast levels and settle on their own favourite rather than guessing on their behalf. How fresh is the coffee when it arrives? All four blends are roasted to order and dispatched together, so every bag arrives close to its peak freshness window rather than sitting in separate stock. Buy the Sample Pack at Dipacci Espresso Four full-size 1kg bags, one of each signature blend, roasted to order and shipped Australia-wide — the easiest way to find your favourite Dipacci Espresso coffee.