Decaf Coffee Beans Enjoy rich, smooth flavor without caffeine with our Decaf Coffee Beans, a blend of Mexican and Colombian beans decaffeinated naturally through the Mountain Water Process. Highlights: Natural Decaffeination: Preserves flavor without chemicals, making them the best decaffeinated coffee beans. Flavor Profile: Smooth, nutty, sweet with medium-light bright acidity and mild to medium body. Sustainable & Ethical: Rainforest Alliance Certified and Organic. Premium Quality: Well-processed, high-quality decaf coffee beans Sydney. Why Choose Decaf Coffee Beans? Guilt-Free Enjoyment: Rich taste without caffeine jitters, making it the best decaf coffee Australia. Eco-Friendly: Supports sustainable farming and fair trade. Brewing Tips: Use 1-2 tablespoons of decaf coffee beans per 6 ounces of water. Adjust grind size for best results with the best decaf coffee beans. Product Details: Origin: Mexico and Colombia Roast Level: Medium-light Flavor Notes: Sweet, nutty, and smooth Decaf Coffee Beans FAQs Best Decaf Coffee Beans Australia | $29.00 | Available: 500G, 1KG, 2KG, 4KG Q1. How are the Decaf Coffee Beans decaffeinated? + The Decaf Coffee Beans are naturally decaffeinated using the Mountain Water Process — a chemical-free method that removes caffeine while preserving the full, natural flavour. This makes them widely regarded as the best decaffeinated coffee beans for flavour-conscious drinkers. Q2. Where do the Decaf Coffee Beans come from? + The Decaf Coffee Beans are a blend of Mexican and Colombian beans, both carrying Rainforest Alliance Certification and certified Organic status — making them the best decaf coffee Australia has to offer for ethically minded consumers. Q3. What does the Decaf taste like? + The Decaf Coffee Beans have a smooth, nutty, and sweet flavour profile with a medium-light bright acidity and mild to medium body. They deliver a rich, satisfying cup without any caffeine jitters — ideal for afternoon or evening drinking. Q4. Are these the best decaf coffee beans in Sydney? + Wake Me Up Coffee roasts these premium decaf coffee beans in Sydney in small batches for maximum freshness. They are considered the best decaf coffee beans Sydney has available through an online roaster — a customer favourite for their clean, rich flavour. Q5. What grind options are available for the Decaf Coffee Beans? + The Decaf Coffee Beans are available as whole beans or ground for espresso machine, drip filter/paper filter, and plunger/drip filter with metal filter — in 500G, 1KG, 2KG, and 4KG bag sizes. Q6. Are the Decaf Coffee Beans suitable for people with caffeine sensitivity? + Yes. The Mountain Water Process removes caffeine without chemicals, making these decaffeinated coffee beans an excellent choice for people with caffeine sensitivity, pregnant drinkers, or anyone wanting a guilt-free, flavour-rich cup at any time of day. /* FAQ WRAPPER */ .faq-wrapper { max-width: 1000px; margin: 0 auto; padding: 20px 0; text-align: left; } /* HEADING */ .faq-heading { font-size: 35px; font-weight: 700; text-align: left; color: #111; margin-bottom: 12px; line-height: 1.2; } /* SUBHEADING */ .faq-subheading { margin: 0 0 45px; text-align: left; font-size: 17px; line-height: 1.8; color: #555; } /* FAQ CARD */ .faq-item { border-radius: 12px; margin-bottom: 18px; background: #fff; overflow: hidden; border: 1px solid #e5e5e5; box-shadow: 0 5px 20px rgba(0,0,0,0.06); transition: all 0.3s ease; } .faq-item:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(0,0,0,0.12); } .faq-item.active { border-color: #dc9c22; background: #fffaf2; } /* QUESTION */ .faq-question { width: 100%; padding: 20px 24px; background: #fffaf2; border: none; text-align: left; font-size: 17px; font-weight: 600; color: #111; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 15px; transition: 0.3s ease; } .faq-question:hover { color: #dc9c22; } /* ICON */ .icon { width: 28px; height: 28px; border-radius: 50%; color: #000; display: flex; align-items: center; justify-content: center; font-size: 26px; font-weight: 400; transition: all 0.3s ease; flex-shrink: 0; padding: 0px 10px -54px 10px; line-height: 28px; } .faq-item.active .icon { transform: rotate(45deg); } /* ANSWER */ .faq-answer { height: 0; overflow: hidden; transition: height 0.35s ease; } .faq-content { padding: 0 24px 22px; color: #555; line-height: 1.8; font-size: 15px; text-align: left; } /* MOBILE */ @media (max-width: 768px) { .faq-heading { font-size: 30px; } .faq-subheading { font-size: 15px; margin-bottom: 35px; } .faq-question { font-size: 15px; padding: 16px 18px; line-height: 1.5; } .faq-content { padding: 0 18px 18px; font-size: 14px; } .icon { width: 28px; height: 28px; min-width: 28px; font-size: 18px; } } .btn--share .icon { vertical-align: middle; width: 32px; height: 32px; margin-right: 5px; } .btn--share { font-size: 16px; } document.addEventListener("DOMContentLoaded", function () { const items = document.querySelectorAll(".faq-item"); items.forEach((item, index) => { const btn = item.querySelector(".faq-question"); const answer = item.querySelector(".faq-answer"); /* OPEN FIRST FAQ */ if(index === 0){ item.classList.add("active"); answer.style.height = answer.scrollHeight + "px"; } btn.addEventListener("click", function () { const isOpen = item.classList.contains("active"); /* CLOSE ALL FAQ */ items.forEach(i => { i.classList.remove("active"); i.querySelector(".faq-answer").style.height = "0px"; }); /* OPEN CURRENT FAQ */ if(!isOpen){ item.classList.add("active"); answer.style.height = answer.scrollHeight + "px"; } }); }); });