{"title":"Lumber Jack","description":"","products":[{"product_id":"lumber-jack-smoking-pellets-9kg-100-cherry","title":"Lumber Jack Smoking Pellets 9kg - 100% Cherry","description":"\u003cstyle\u003e\n\/* ── Krank width fix: hide empty sidebar, expand description ── *\/\n.section__wrapper.product-description__wrapper .product-meta.sticky-to-header {\n  display: none !important;\n}\n.section__wrapper.product-description__wrapper .product-description.rte {\n  max-width: 100% !important;\n  width: 100% !important;\n  flex: 1 1 100% !important;\n}\n\n.pd-ljp {\n  --pd-bg: #ffffff;\n  --pd-bg-soft: #f7f5f4;\n  --pd-bg-dark: #1a1a1a;\n  --pd-accent: #c8102e;\n  --pd-accent-deep: #a00d24;\n  --pd-text: #1a1a1a;\n  --pd-text-muted: #5a5550;\n  --pd-text-light: #9a9490;\n  --pd-text-on-dark: #f0ece4;\n  --pd-text-on-dark-muted: #b8b2ab;\n  --pd-border: #e6e3e0;\n  --pd-border-dark: #2e2e2e;\n  --pd-radius: 8px;\n  font-family: inherit;\n  color: var(--pd-text);\n  max-width: 100%;\n  box-sizing: border-box;\n}\n.pd-ljp * { box-sizing: border-box; }\n.pd-ljp p { margin: 0 0 14px; line-height: 1.7; font-size: 0.95rem; color: var(--pd-text); }\n.pd-ljp h2 { font-size: clamp(1.4rem, 3vw, 1.8rem); font-weight: 800; letter-spacing: -0.01em; margin: 0 0 16px; line-height: 1.2; color: var(--pd-text); }\n.pd-ljp h3 { font-size: 1.05rem; font-weight: 700; margin: 0 0 10px; color: var(--pd-text); }\n\n\/* ── Stat strip ── *\/\n.pd-ljp-stats { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--pd-bg-dark); border-radius: var(--pd-radius); overflow: hidden; margin-bottom: 32px; }\n.pd-ljp-stat { padding: 22px 16px; text-align: center; border-right: 1px solid var(--pd-border-dark); }\n.pd-ljp-stat:last-child { border-right: none; }\n.pd-ljp-stat-value { display: block; font-size: 1.05rem; font-weight: 800; color: var(--pd-accent); margin-bottom: 4px; letter-spacing: -0.01em; }\n.pd-ljp-stat-label { display: block; font-size: 0.65rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; color: var(--pd-text-on-dark-muted); }\n\n\/* ── Intro ── *\/\n.pd-ljp-intro { margin-bottom: 32px; }\n.pd-ljp-intro-lead { font-size: 1.05rem; font-weight: 600; color: var(--pd-text); margin-bottom: 16px; line-height: 1.5; }\n\n\/* ── Feature grid ── *\/\n.pd-ljp-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; background: var(--pd-bg-soft); border-radius: var(--pd-radius); padding: 28px; margin-bottom: 32px; }\n.pd-ljp-feature { display: flex; flex-direction: column; gap: 6px; }\n.pd-ljp-feature-icon { width: 36px; height: 36px; border-radius: 50%; background: rgba(200, 16, 46, 0.12); display: flex; align-items: center; justify-content: center; color: var(--pd-accent); margin-bottom: 8px; }\n.pd-ljp-feature-icon svg { width: 18px; height: 18px; }\n.pd-ljp-feature-title { font-size: 0.92rem; font-weight: 700; margin: 0 0 4px; color: var(--pd-text); }\n.pd-ljp-feature-text { font-size: 0.84rem; color: var(--pd-text-muted); line-height: 1.55; margin: 0; }\n\n\/* ── Story callout ── *\/\n.pd-ljp-story { background: var(--pd-bg-dark); color: var(--pd-text-on-dark); padding: 32px; border-radius: var(--pd-radius); margin-bottom: 32px; border-left: 4px solid var(--pd-accent); }\n.pd-ljp-story-eyebrow { display: inline-block; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--pd-accent); margin-bottom: 10px; }\n.pd-ljp-story h3 { color: var(--pd-text-on-dark); font-size: 1.2rem; margin-bottom: 12px; }\n.pd-ljp-story p { color: var(--pd-text-on-dark-muted); font-size: 0.9rem; line-height: 1.75; margin-bottom: 12px; }\n.pd-ljp-story p:last-child { margin-bottom: 0; }\n.pd-ljp-story strong { color: var(--pd-text-on-dark); }\n\n\/* ── Specs ── *\/\n.pd-ljp-specs { border: 1px solid var(--pd-border); border-radius: var(--pd-radius); overflow: hidden; margin-bottom: 32px; }\n.pd-ljp-specs-header { background: var(--pd-bg-soft); padding: 14px 20px; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--pd-accent-deep); border-bottom: 1px solid var(--pd-border); }\n.pd-ljp-specs-row { display: grid; grid-template-columns: 200px 1fr; padding: 12px 20px; border-bottom: 1px solid var(--pd-border); font-size: 0.88rem; }\n.pd-ljp-specs-row:last-child { border-bottom: none; }\n.pd-ljp-specs-label { font-weight: 600; color: var(--pd-text); }\n.pd-ljp-specs-value { color: var(--pd-text-muted); }\n\n\/* ── Use cases ── *\/\n.pd-ljp-uses { background: var(--pd-bg-soft); border-radius: var(--pd-radius); padding: 28px; margin-bottom: 32px; }\n.pd-ljp-uses ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 24px; }\n.pd-ljp-uses li { font-size: 0.9rem; color: var(--pd-text); padding-left: 22px; position: relative; line-height: 1.5; }\n.pd-ljp-uses li::before { content: ''; position: absolute; left: 0; top: 7px; width: 8px; height: 8px; border-radius: 50%; background: var(--pd-accent); }\n\n\/* ── \"Works perfectly with\" cross-link grid ── *\/\n.pd-ljp-pairs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 32px; }\n.pd-ljp .pd-ljp-pair,\n.pd-ljp .pd-ljp-pair:link,\n.pd-ljp .pd-ljp-pair:visited {\n  display: flex !important; flex-direction: column !important; padding: 22px 22px 20px !important;\n  border: 1px solid var(--pd-border) !important; border-radius: var(--pd-radius) !important;\n  background: #ffffff !important; text-decoration: none !important;\n  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease !important;\n  font-family: inherit !important; color: inherit !important;\n}\n.pd-ljp .pd-ljp-pair:hover { border-color: var(--pd-accent) !important; transform: translateY(-2px) !important; box-shadow: 0 8px 24px rgba(0,0,0,0.08) !important; }\n.pd-ljp-pair-eyebrow { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--pd-accent); margin-bottom: 8px; }\n.pd-ljp-pair-title { font-size: 1.05rem; font-weight: 800; color: var(--pd-text); margin-bottom: 8px; line-height: 1.2; letter-spacing: -0.01em; }\n.pd-ljp-pair-text { font-size: 0.84rem; color: var(--pd-text-muted); line-height: 1.55; margin-bottom: 16px; flex: 1; }\n.pd-ljp-pair-cta { display: inline-flex; align-items: center; gap: 6px; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--pd-accent); margin-top: auto; transition: gap 0.2s ease; }\n.pd-ljp-pair:hover .pd-ljp-pair-cta { gap: 10px; }\n.pd-ljp-pair-cta svg { width: 12px; height: 12px; fill: none; stroke: currentColor; flex-shrink: 0; }\n\n\/* ── Range cross-link ── *\/\n.pd-ljp-range { border: 1px solid var(--pd-border); border-radius: var(--pd-radius); padding: 24px 28px; margin-bottom: 32px; background: var(--pd-bg-soft); text-align: center; }\n.pd-ljp-range h3 { margin-top: 0; }\n.pd-ljp-range p { color: var(--pd-text-muted); font-size: 0.9rem; max-width: 560px; margin: 0 auto 18px; }\n.pd-ljp a.pd-ljp-range-cta,\n.pd-ljp a.pd-ljp-range-cta:link,\n.pd-ljp a.pd-ljp-range-cta:visited {\n  display: inline-flex !important; align-items: center !important; justify-content: center !important;\n  gap: 8px !important; background: #c8102e !important; background-color: #c8102e !important; color: #ffffff !important;\n  font-size: 0.78rem !important; font-weight: 700 !important; letter-spacing: 0.06em !important;\n  text-transform: uppercase !important; text-decoration: none !important; padding: 12px 22px !important;\n  border: none !important; border-radius: 6px !important; line-height: 1 !important;\n  transition: background 0.2s ease !important; font-family: inherit !important;\n}\n.pd-ljp a.pd-ljp-range-cta:hover { background: #a00d24 !important; background-color: #a00d24 !important; color: #ffffff !important; text-decoration: none !important; }\n.pd-ljp a.pd-ljp-range-cta svg { width: 14px !important; height: 14px !important; min-width: 14px !important; flex-shrink: 0 !important; fill: none !important; stroke: currentColor !important; }\n\n\/* ── Why BBQ Republic (HARDENED) ── *\/\n.pd-ljp-why { background: #1a1a1a !important; color: #f0ece4 !important; border-radius: 8px; padding: 32px; margin-bottom: 32px; text-align: center; }\n.pd-ljp .pd-ljp-why-eyebrow { display: inline-block !important; font-size: 0.62rem !important; font-weight: 700 !important; letter-spacing: 0.2em !important; text-transform: uppercase !important; color: #c8102e !important; margin-bottom: 10px !important; }\n.pd-ljp .pd-ljp-why h3 { color: #f0ece4 !important; font-size: 1.25rem !important; margin: 0 0 14px !important; font-weight: 700 !important; }\n.pd-ljp .pd-ljp-why p { color: #b8b2ab !important; font-size: 0.9rem !important; max-width: 560px !important; margin: 0 auto 22px !important; line-height: 1.7 !important; }\n.pd-ljp .pd-ljp-why-actions { display: flex !important; justify-content: center !important; align-items: center !important; gap: 12px !important; flex-wrap: wrap !important; margin: 0 !important; padding: 0 !important; list-style: none !important; }\n.pd-ljp a.pd-ljp-why-btn,\n.pd-ljp a.pd-ljp-why-btn:link,\n.pd-ljp a.pd-ljp-why-btn:visited { display: inline-flex !important; align-items: center !important; justify-content: center !important; gap: 8px !important; background: #c8102e !important; background-color: #c8102e !important; color: #ffffff !important; font-size: 0.78rem !important; font-weight: 700 !important; letter-spacing: 0.06em !important; text-transform: uppercase !important; text-decoration: none !important; padding: 12px 22px !important; border: none !important; border-radius: 6px !important; line-height: 1 !important; white-space: nowrap !important; width: auto !important; height: auto !important; min-width: 0 !important; max-width: none !important; transition: background 0.2s ease !important; box-shadow: none !important; cursor: pointer !important; font-family: inherit !important; }\n.pd-ljp a.pd-ljp-why-btn:hover { background: #a00d24 !important; background-color: #a00d24 !important; color: #ffffff !important; text-decoration: none !important; }\n.pd-ljp a.pd-ljp-why-btn.pd-ljp-why-btn--ghost,\n.pd-ljp a.pd-ljp-why-btn.pd-ljp-why-btn--ghost:link,\n.pd-ljp a.pd-ljp-why-btn.pd-ljp-why-btn--ghost:visited { background: transparent !important; background-color: transparent !important; border: 1px solid #2e2e2e !important; color: #f0ece4 !important; }\n.pd-ljp a.pd-ljp-why-btn.pd-ljp-why-btn--ghost:hover { background: rgba(255,255,255,0.06) !important; background-color: rgba(255,255,255,0.06) !important; color: #f0ece4 !important; border-color: #c8102e !important; }\n.pd-ljp a.pd-ljp-why-btn svg { width: 14px !important; height: 14px !important; min-width: 14px !important; max-width: 14px !important; flex-shrink: 0 !important; fill: none !important; stroke: currentColor !important; display: inline-block !important; vertical-align: middle !important; }\n\n\/* ── FAQ ── *\/\n.pd-ljp-faq { margin-bottom: 16px; }\n.pd-ljp-faq-item { background: #ffffff; border: 1px solid var(--pd-border); border-radius: 6px; margin-bottom: 8px; overflow: hidden; transition: border-color 0.2s ease; }\n.pd-ljp-faq-item[open] { border-color: var(--pd-accent); }\n.pd-ljp-faq-item summary { padding: 14px 18px; font-weight: 700; font-size: 0.9rem; color: var(--pd-text); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }\n.pd-ljp-faq-item summary::-webkit-details-marker { display: none; }\n.pd-ljp-faq-item summary::after { content: '+'; font-size: 1.3rem; font-weight: 400; color: var(--pd-accent); transition: transform 0.2s ease; }\n.pd-ljp-faq-item[open] summary::after { content: '−'; }\n.pd-ljp-faq-answer { padding: 0 18px 16px; font-size: 0.87rem; color: var(--pd-text-muted); line-height: 1.7; }\n\n@media (max-width: 860px) {\n  .pd-ljp-pairs { grid-template-columns: 1fr; }\n}\n@media (max-width: 640px) {\n  .pd-ljp-stats { grid-template-columns: repeat(2, 1fr); }\n  .pd-ljp-stat:nth-child(2) { border-right: none; }\n  .pd-ljp-stat:nth-child(1), .pd-ljp-stat:nth-child(2) { border-bottom: 1px solid var(--pd-border-dark); }\n  .pd-ljp-features { grid-template-columns: 1fr; padding: 20px; }\n  .pd-ljp-specs-row { grid-template-columns: 1fr; gap: 4px; }\n  .pd-ljp-uses ul { grid-template-columns: 1fr; }\n  .pd-ljp-story, .pd-ljp-why { padding: 22px; }\n  .pd-ljp .pd-ljp-why-actions { flex-direction: column !important; align-items: stretch !important; }\n  .pd-ljp a.pd-ljp-why-btn { width: 100% !important; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-ljp\"\u003e\n\n  \u003c!-- STAT STRIP --\u003e\n  \u003cdiv class=\"pd-ljp-stats\"\u003e\n    \u003cdiv class=\"pd-ljp-stat\"\u003e\n\u003cspan class=\"pd-ljp-stat-value\"\u003e9kg Bag\u003c\/span\u003e\u003cspan class=\"pd-ljp-stat-label\"\u003e20lb \/ 9.5kg Net\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-stat\"\u003e\n\u003cspan class=\"pd-ljp-stat-value\"\u003e100% Cherry\u003c\/span\u003e\u003cspan class=\"pd-ljp-stat-label\"\u003eNo Filler Woods\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-stat\"\u003e\n\u003cspan class=\"pd-ljp-stat-value\"\u003eRound Log\u003c\/span\u003e\u003cspan class=\"pd-ljp-stat-label\"\u003eWhole-Tree Process\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-stat\"\u003e\n\u003cspan class=\"pd-ljp-stat-value\"\u003eMade in USA\u003c\/span\u003e\u003cspan class=\"pd-ljp-stat-label\"\u003ePellet Grill Ready\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003cdiv class=\"pd-ljp-intro\"\u003e\n    \u003cp class=\"pd-ljp-intro-lead\"\u003eThe fruit wood that gives smallgoods their rose-pink colour and chicken its sweet finish. Lumber Jack 100% Cherry, the most popular BBQ pellet brand in America, now stocked at BBQ Republic.\u003c\/p\u003e\n    \u003cp\u003eCherry sits at the gentler end of the smoke spectrum. It is mild, slightly sweet, and fruity, with none of the sharp bite you get from hickory or mesquite. That makes it the go-to pellet for poultry, pork, ham, fish and especially smallgoods, where the smoke needs to support the meat rather than dominate it. You also get that signature rose-pink hue that screams \"this came off a real smoker\", not an oven.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003cdiv class=\"pd-ljp-features\"\u003e\n\n    \u003cdiv class=\"pd-ljp-feature\"\u003e\n      \u003cdiv class=\"pd-ljp-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 2L8 8h8l-4-6zM6 8v14h12V8H6z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cp class=\"pd-ljp-feature-title\"\u003e100% Cherry, No Filler\u003c\/p\u003e\n      \u003cp class=\"pd-ljp-feature-text\"\u003eNo oak base, no alder filler, no mystery wood. Just pure Cherry, so the smoke flavour you smell is the smoke flavour you get.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-ljp-feature\"\u003e\n      \u003cdiv class=\"pd-ljp-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M2 12h20M12 2c2.5 3 4 6.5 4 10s-1.5 7-4 10c-2.5-3-4-6.5-4-10s1.5-7 4-10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cp class=\"pd-ljp-feature-title\"\u003eRound Log Process\u003c\/p\u003e\n      \u003cp class=\"pd-ljp-feature-text\"\u003eMade from whole trees chipped green, with the bark left on. Most pellets are sawdust by-product from furniture factories. This isn't.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-ljp-feature\"\u003e\n      \u003cdiv class=\"pd-ljp-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M8.5 14.5A2.5 2.5 0 0011 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 11-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 002.5 2.5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cp class=\"pd-ljp-feature-title\"\u003eMild and Fruity Smoke\u003c\/p\u003e\n      \u003cp class=\"pd-ljp-feature-text\"\u003eA gentle, sweet smoke profile that won't overpower delicate proteins. Beautiful on poultry, pork and fish. Stunning on smallgoods.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-ljp-feature\"\u003e\n      \u003cdiv class=\"pd-ljp-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"3\" y=\"6\" width=\"18\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 10h18M8 2v4M16 2v4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cp class=\"pd-ljp-feature-title\"\u003eFits Any Pellet Grill\u003c\/p\u003e\n      \u003cp class=\"pd-ljp-feature-text\"\u003eDesigned for all major pellet grills including Yoder Smokers, Green Mountain Grills, Traeger, Pit Boss and Camp Chef. Drop in and cook.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- STORY --\u003e\n  \u003cdiv class=\"pd-ljp-story\"\u003e\n    \u003cspan class=\"pd-ljp-story-eyebrow\"\u003eWhy We Stock Lumber Jack\u003c\/span\u003e\n    \u003ch3\u003eMost pellets are sawdust. These are actual trees.\u003c\/h3\u003e\n    \u003cp\u003eThe flavour of a tree lives in the cambium layer, the bark and the green growing wood. Most BBQ pellet manufacturers source their material as \u003cstrong\u003eresidual sawdust\u003c\/strong\u003e from furniture factories or hammer-handle plants. By the time that sawdust is kiln-dried and pressed, most of the flavour is long gone.\u003c\/p\u003e\n    \u003cp\u003eLumber Jack runs a round log plant. They \u003cstrong\u003eharvest actual trees and chip them green\u003c\/strong\u003e, with the bark left on the primary flavour wood. The result is a pellet that smells like the wood it came from and smokes like it too. You can taste the difference on the first cook.\u003c\/p\u003e\n    \u003cp\u003eThis is why Lumber Jack is the most popular BBQ pellet brand in the United States, and why we have it on the shelf at Wetherill Park.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SPECS --\u003e\n  \u003cdiv class=\"pd-ljp-specs\"\u003e\n    \u003cdiv class=\"pd-ljp-specs-header\"\u003eSpecifications\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eWood\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003e100% Cherry (no filler woods)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eBag Size\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003e9kg (20lb)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eNet Weight\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003e9.5kg per bag\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eBag Dimensions\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003e50 x 35 x 7 cm\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eSmoke Profile\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eMild, fruity, slightly sweet. Gives a rose-pink colour to meats.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eCompatible With\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eAll pellet grills (Yoder Smokers, GMG, Traeger, Pit Boss, Camp Chef and more)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eOrigin\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eManufactured in the USA by Lumber Jack\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eSKU\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eLJ9KG1C\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- USE CASES --\u003e\n  \u003ch2\u003eWhat to cook with Cherry pellets\u003c\/h2\u003e\n  \u003cdiv class=\"pd-ljp-uses\"\u003e\n    \u003cul\u003e\n      \u003cli\u003eChicken, turkey and duck\u003c\/li\u003e\n      \u003cli\u003ePork ribs, shoulder and loin\u003c\/li\u003e\n      \u003cli\u003eWhole hams and pork bellies\u003c\/li\u003e\n      \u003cli\u003eSmallgoods: mettwurst, kransky, kabana\u003c\/li\u003e\n      \u003cli\u003eSalmon and white fish\u003c\/li\u003e\n      \u003cli\u003eBacon (especially cold smoked)\u003c\/li\u003e\n      \u003cli\u003eCheese (low and slow cold smoke)\u003c\/li\u003e\n      \u003cli\u003eBlends beautifully with hickory or oak\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WORKS PERFECTLY WITH --\u003e\n  \u003ch2\u003eWorks perfectly with\u003c\/h2\u003e\n  \u003cdiv class=\"pd-ljp-pairs\"\u003e\n\n    \u003ca href=\"\/collections\/yoder\" class=\"pd-ljp-pair\"\u003e\n      \u003cspan class=\"pd-ljp-pair-eyebrow\"\u003ePremium Pellet Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-title\"\u003eYoder Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-text\"\u003eHeavy-gauge American steel pellet smokers built for serious pitmasters. BBQ Republic is Australia's largest Yoder Smokers showroom.\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-cta\"\u003e\n        Shop Yoder\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/span\u003e\n    \u003c\/a\u003e\n\n    \u003ca href=\"\/collections\/green-mountain-grills-pellet-smokers\" class=\"pd-ljp-pair\"\u003e\n      \u003cspan class=\"pd-ljp-pair-eyebrow\"\u003eSmart Pellet Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-title\"\u003eGreen Mountain Grills\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-text\"\u003eWiFi-controlled pellet smokers from one of the most established names in pellet cooking. Set it from the couch.\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-cta\"\u003e\n        Shop GMG\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/span\u003e\n    \u003c\/a\u003e\n\n    \u003ca href=\"\/collections\/nexgrill-pellet-smokers\" class=\"pd-ljp-pair\"\u003e\n      \u003cspan class=\"pd-ljp-pair-eyebrow\"\u003eEntry-Level Pellet Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-title\"\u003eNexgrill Pellet Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-text\"\u003eSolid value pellet smokers to get you cooking. The right starting point for first-time pellet cooks.\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-cta\"\u003e\n        Shop Nexgrill\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/span\u003e\n    \u003c\/a\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- RANGE --\u003e\n  \u003cdiv class=\"pd-ljp-range\"\u003e\n    \u003ch3\u003eExplore the full BBQ wood pellet range\u003c\/h3\u003e\n    \u003cp\u003e100% Cherry is one of more than a dozen wood pellet flavours we stock. From Apple Blend for pork through to Hickory for big beef cooks, Maple for poultry, and signature competition blends. Find the right pellet for the cook.\u003c\/p\u003e\n    \u003ca href=\"\/collections\/wood-pellets\" class=\"pd-ljp-range-cta\"\u003e\n      View All Wood Pellets\n      \u003csvg viewbox=\"0 0 24 24\" width=\"14\" height=\"14\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WHY BBQ REPUBLIC --\u003e\n  \u003cdiv class=\"pd-ljp-why\"\u003e\n    \u003cspan class=\"pd-ljp-why-eyebrow\"\u003eBuy from a Pellet Specialist\u003c\/span\u003e\n    \u003ch3\u003eAustralia's largest Yoder Smoker showroom stocks the pellets to match.\u003c\/h3\u003e\n    \u003cp\u003eBBQ Republic runs Yoder Smokers daily. We know what good pellet smoke looks like and what cheap pellets do to a cook. Lumber Jack is what we burn ourselves, on display and in stock at our Wetherill Park showroom for immediate pickup or Sydney metro delivery.\u003c\/p\u003e\n    \u003cdiv class=\"pd-ljp-why-actions\"\u003e\n      \u003ca href=\"tel:0434010411\" class=\"pd-ljp-why-btn\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" width=\"14\" height=\"14\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"fill:none;stroke:currentColor;flex-shrink:0;\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07A19.5 19.5 0 014.69 13a19.79 19.79 0 01-3.07-8.67A2 2 0 013.62 2h3a2 2 0 012 1.72c.127.96.361 1.903.7 2.81a2 2 0 01-.45 2.11L7.91 9.91a16 16 0 006.18 6.18l.98-.98a2 2 0 012.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0122 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        Call 0434 010 411\n      \u003c\/a\u003e\n      \u003ca href=\"\/pages\/contact\" class=\"pd-ljp-why-btn pd-ljp-why-btn--ghost\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" width=\"14\" height=\"14\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"fill:none;stroke:currentColor;flex-shrink:0;\"\u003e\u003cpath d=\"M3 9l9-7 9 7v11a2 2 0 01-2 2H5a2 2 0 01-2-2z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"9 22 9 12 15 12 15 22\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        Visit the Showroom\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003ch2\u003eFrequently asked questions\u003c\/h2\u003e\n  \u003cdiv class=\"pd-ljp-faq\"\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eWhat does Cherry smoke taste like?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eMild, fruity and slightly sweet. Far gentler than hickory or mesquite, with a soft, almost rounded smoke profile that complements the meat rather than overpowering it. It also throws a beautiful rose-pink colour to whatever you cook on it, which is why it is the pellet of choice for smallgoods and hams.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eWhat is the \"round log process\" and why does it matter?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eMost pellet brands are pressed from residual sawdust, a by-product of furniture or hammer-handle factories. By the time it is kiln-dried and pressed, the flavour-carrying cambium layer is gone. Lumber Jack harvests whole trees and chips them green with the bark on, so the flavour wood goes into the pellet intact. You get noticeably more smoke flavour per kilo than from a sawdust-based pellet.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eWill these pellets work in my pellet grill?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eYes. Lumber Jack pellets are standard 6mm BBQ pellets and work in all major pellet grills including Yoder Smokers, Green Mountain Grills, Traeger, Pit Boss, Camp Chef and others. If you can run pellets, you can run Lumber Jack.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eCan I blend Cherry with other woods?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eAbsolutely. Cherry blends beautifully with stronger woods. Mix it with Hickory for ribs and pork shoulder to get the bark and sweetness together, or with Oak for a balanced beef cook. Many pitmasters keep two flavours loaded and pour them in together depending on the cook.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eHow long does a 9kg bag last?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eA rough rule of thumb on a quality pellet grill is around 1kg of pellets per hour at smoking temperatures (around 110 to 120 degrees C), and more at hotter cooks. A 9kg bag will get you through several long cooks. If you smoke regularly, buying multiple bags at once makes sense.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eHow should I store the pellets?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eKeep them dry. Pellets are compressed sawdust and any moisture will swell them back into sawdust, which jams the auger in your grill. Store the bag sealed in a cool, dry spot, or transfer to an airtight container. Avoid leaving them in the hopper between cooks if your grill is exposed to weather.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eCan I pick up from the showroom?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eYes. Lumber Jack pellets are on display and available for immediate pickup from our Wetherill Park showroom, Monday to Friday 10am to 5pm and Saturday 9am to 2pm. Sydney metro delivery is also available. Call 0434 010 411 to arrange.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Lumber Jack","offers":[{"title":"Default Title","offer_id":46321183260844,"sku":"LJ9KG1C","price":37.5,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0728\/4267\/4348\/files\/Lumberjack1.jpg?v=1780111871"},{"product_id":"lumber-jack-smoking-pellets-9kg-apple-blend","title":"Lumber Jack Smoking Pellets 9kg - Apple Blend","description":"\u003cstyle\u003e\n\/* ── Krank width fix: hide empty sidebar, expand description ── *\/\n.section__wrapper.product-description__wrapper .product-meta.sticky-to-header {\n  display: none !important;\n}\n.section__wrapper.product-description__wrapper .product-description.rte {\n  max-width: 100% !important;\n  width: 100% !important;\n  flex: 1 1 100% !important;\n}\n\n.pd-ljp {\n  --pd-bg: #ffffff;\n  --pd-bg-soft: #f7f5f4;\n  --pd-bg-dark: #1a1a1a;\n  --pd-accent: #c8102e;\n  --pd-accent-deep: #a00d24;\n  --pd-text: #1a1a1a;\n  --pd-text-muted: #5a5550;\n  --pd-text-light: #9a9490;\n  --pd-text-on-dark: #f0ece4;\n  --pd-text-on-dark-muted: #b8b2ab;\n  --pd-border: #e6e3e0;\n  --pd-border-dark: #2e2e2e;\n  --pd-radius: 8px;\n  font-family: inherit;\n  color: var(--pd-text);\n  max-width: 100%;\n  box-sizing: border-box;\n}\n.pd-ljp * { box-sizing: border-box; }\n.pd-ljp p { margin: 0 0 14px; line-height: 1.7; font-size: 0.95rem; color: var(--pd-text); }\n.pd-ljp h2 { font-size: clamp(1.4rem, 3vw, 1.8rem); font-weight: 800; letter-spacing: -0.01em; margin: 0 0 16px; line-height: 1.2; color: var(--pd-text); }\n.pd-ljp h3 { font-size: 1.05rem; font-weight: 700; margin: 0 0 10px; color: var(--pd-text); }\n\n\/* ── Stat strip ── *\/\n.pd-ljp-stats { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--pd-bg-dark); border-radius: var(--pd-radius); overflow: hidden; margin-bottom: 32px; }\n.pd-ljp-stat { padding: 22px 16px; text-align: center; border-right: 1px solid var(--pd-border-dark); }\n.pd-ljp-stat:last-child { border-right: none; }\n.pd-ljp-stat-value { display: block; font-size: 1.05rem; font-weight: 800; color: var(--pd-accent); margin-bottom: 4px; letter-spacing: -0.01em; }\n.pd-ljp-stat-label { display: block; font-size: 0.65rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; color: var(--pd-text-on-dark-muted); }\n\n\/* ── Intro ── *\/\n.pd-ljp-intro { margin-bottom: 32px; }\n.pd-ljp-intro-lead { font-size: 1.05rem; font-weight: 600; color: var(--pd-text); margin-bottom: 16px; line-height: 1.5; }\n\n\/* ── Feature grid ── *\/\n.pd-ljp-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; background: var(--pd-bg-soft); border-radius: var(--pd-radius); padding: 28px; margin-bottom: 32px; }\n.pd-ljp-feature { display: flex; flex-direction: column; gap: 6px; }\n.pd-ljp-feature-icon { width: 36px; height: 36px; border-radius: 50%; background: rgba(200, 16, 46, 0.12); display: flex; align-items: center; justify-content: center; color: var(--pd-accent); margin-bottom: 8px; }\n.pd-ljp-feature-icon svg { width: 18px; height: 18px; }\n.pd-ljp-feature-title { font-size: 0.92rem; font-weight: 700; margin: 0 0 4px; color: var(--pd-text); }\n.pd-ljp-feature-text { font-size: 0.84rem; color: var(--pd-text-muted); line-height: 1.55; margin: 0; }\n\n\/* ── Story callout ── *\/\n.pd-ljp-story { background: var(--pd-bg-dark); color: var(--pd-text-on-dark); padding: 32px; border-radius: var(--pd-radius); margin-bottom: 32px; border-left: 4px solid var(--pd-accent); }\n.pd-ljp-story-eyebrow { display: inline-block; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--pd-accent); margin-bottom: 10px; }\n.pd-ljp-story h3 { color: var(--pd-text-on-dark); font-size: 1.2rem; margin-bottom: 12px; }\n.pd-ljp-story p { color: var(--pd-text-on-dark-muted); font-size: 0.9rem; line-height: 1.75; margin-bottom: 12px; }\n.pd-ljp-story p:last-child { margin-bottom: 0; }\n.pd-ljp-story strong { color: var(--pd-text-on-dark); }\n\n\/* ── Specs ── *\/\n.pd-ljp-specs { border: 1px solid var(--pd-border); border-radius: var(--pd-radius); overflow: hidden; margin-bottom: 32px; }\n.pd-ljp-specs-header { background: var(--pd-bg-soft); padding: 14px 20px; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--pd-accent-deep); border-bottom: 1px solid var(--pd-border); }\n.pd-ljp-specs-row { display: grid; grid-template-columns: 200px 1fr; padding: 12px 20px; border-bottom: 1px solid var(--pd-border); font-size: 0.88rem; }\n.pd-ljp-specs-row:last-child { border-bottom: none; }\n.pd-ljp-specs-label { font-weight: 600; color: var(--pd-text); }\n.pd-ljp-specs-value { color: var(--pd-text-muted); }\n\n\/* ── Use cases ── *\/\n.pd-ljp-uses { background: var(--pd-bg-soft); border-radius: var(--pd-radius); padding: 28px; margin-bottom: 32px; }\n.pd-ljp-uses ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 24px; }\n.pd-ljp-uses li { font-size: 0.9rem; color: var(--pd-text); padding-left: 22px; position: relative; line-height: 1.5; }\n.pd-ljp-uses li::before { content: ''; position: absolute; left: 0; top: 7px; width: 8px; height: 8px; border-radius: 50%; background: var(--pd-accent); }\n\n\/* ── \"Works perfectly with\" cross-link grid ── *\/\n.pd-ljp-pairs {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 16px;\n  margin-bottom: 32px;\n}\n.pd-ljp .pd-ljp-pair,\n.pd-ljp .pd-ljp-pair:link,\n.pd-ljp .pd-ljp-pair:visited {\n  display: flex !important;\n  flex-direction: column !important;\n  padding: 22px 22px 20px !important;\n  border: 1px solid var(--pd-border) !important;\n  border-radius: var(--pd-radius) !important;\n  background: #ffffff !important;\n  text-decoration: none !important;\n  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease !important;\n  font-family: inherit !important;\n  color: inherit !important;\n}\n.pd-ljp .pd-ljp-pair:hover {\n  border-color: var(--pd-accent) !important;\n  transform: translateY(-2px) !important;\n  box-shadow: 0 8px 24px rgba(0,0,0,0.08) !important;\n}\n.pd-ljp-pair-eyebrow {\n  font-size: 0.62rem;\n  font-weight: 700;\n  letter-spacing: 0.18em;\n  text-transform: uppercase;\n  color: var(--pd-accent);\n  margin-bottom: 8px;\n}\n.pd-ljp-pair-title {\n  font-size: 1.05rem;\n  font-weight: 800;\n  color: var(--pd-text);\n  margin-bottom: 8px;\n  line-height: 1.2;\n  letter-spacing: -0.01em;\n}\n.pd-ljp-pair-text {\n  font-size: 0.84rem;\n  color: var(--pd-text-muted);\n  line-height: 1.55;\n  margin-bottom: 16px;\n  flex: 1;\n}\n.pd-ljp-pair-cta {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  font-size: 0.72rem;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: var(--pd-accent);\n  margin-top: auto;\n  transition: gap 0.2s ease;\n}\n.pd-ljp-pair:hover .pd-ljp-pair-cta { gap: 10px; }\n.pd-ljp-pair-cta svg { width: 12px; height: 12px; fill: none; stroke: currentColor; flex-shrink: 0; }\n\n\/* ── Range cross-link ── *\/\n.pd-ljp-range { border: 1px solid var(--pd-border); border-radius: var(--pd-radius); padding: 24px 28px; margin-bottom: 32px; background: var(--pd-bg-soft); text-align: center; }\n.pd-ljp-range h3 { margin-top: 0; }\n.pd-ljp-range p { color: var(--pd-text-muted); font-size: 0.9rem; max-width: 560px; margin: 0 auto 18px; }\n.pd-ljp a.pd-ljp-range-cta,\n.pd-ljp a.pd-ljp-range-cta:link,\n.pd-ljp a.pd-ljp-range-cta:visited {\n  display: inline-flex !important; align-items: center !important; justify-content: center !important;\n  gap: 8px !important; background: #c8102e !important; background-color: #c8102e !important; color: #ffffff !important;\n  font-size: 0.78rem !important; font-weight: 700 !important; letter-spacing: 0.06em !important;\n  text-transform: uppercase !important; text-decoration: none !important; padding: 12px 22px !important;\n  border: none !important; border-radius: 6px !important; line-height: 1 !important;\n  transition: background 0.2s ease !important; font-family: inherit !important;\n}\n.pd-ljp a.pd-ljp-range-cta:hover { background: #a00d24 !important; background-color: #a00d24 !important; color: #ffffff !important; text-decoration: none !important; }\n.pd-ljp a.pd-ljp-range-cta svg { width: 14px !important; height: 14px !important; min-width: 14px !important; flex-shrink: 0 !important; fill: none !important; stroke: currentColor !important; }\n\n\/* ── Why BBQ Republic (HARDENED) ── *\/\n.pd-ljp-why { background: #1a1a1a !important; color: #f0ece4 !important; border-radius: 8px; padding: 32px; margin-bottom: 32px; text-align: center; }\n.pd-ljp .pd-ljp-why-eyebrow { display: inline-block !important; font-size: 0.62rem !important; font-weight: 700 !important; letter-spacing: 0.2em !important; text-transform: uppercase !important; color: #c8102e !important; margin-bottom: 10px !important; }\n.pd-ljp .pd-ljp-why h3 { color: #f0ece4 !important; font-size: 1.25rem !important; margin: 0 0 14px !important; font-weight: 700 !important; }\n.pd-ljp .pd-ljp-why p { color: #b8b2ab !important; font-size: 0.9rem !important; max-width: 560px !important; margin: 0 auto 22px !important; line-height: 1.7 !important; }\n.pd-ljp .pd-ljp-why-actions { display: flex !important; justify-content: center !important; align-items: center !important; gap: 12px !important; flex-wrap: wrap !important; margin: 0 !important; padding: 0 !important; list-style: none !important; }\n.pd-ljp a.pd-ljp-why-btn,\n.pd-ljp a.pd-ljp-why-btn:link,\n.pd-ljp a.pd-ljp-why-btn:visited { display: inline-flex !important; align-items: center !important; justify-content: center !important; gap: 8px !important; background: #c8102e !important; background-color: #c8102e !important; color: #ffffff !important; font-size: 0.78rem !important; font-weight: 700 !important; letter-spacing: 0.06em !important; text-transform: uppercase !important; text-decoration: none !important; padding: 12px 22px !important; border: none !important; border-radius: 6px !important; line-height: 1 !important; white-space: nowrap !important; width: auto !important; height: auto !important; min-width: 0 !important; max-width: none !important; transition: background 0.2s ease !important; box-shadow: none !important; cursor: pointer !important; font-family: inherit !important; }\n.pd-ljp a.pd-ljp-why-btn:hover { background: #a00d24 !important; background-color: #a00d24 !important; color: #ffffff !important; text-decoration: none !important; }\n.pd-ljp a.pd-ljp-why-btn.pd-ljp-why-btn--ghost,\n.pd-ljp a.pd-ljp-why-btn.pd-ljp-why-btn--ghost:link,\n.pd-ljp a.pd-ljp-why-btn.pd-ljp-why-btn--ghost:visited { background: transparent !important; background-color: transparent !important; border: 1px solid #2e2e2e !important; color: #f0ece4 !important; }\n.pd-ljp a.pd-ljp-why-btn.pd-ljp-why-btn--ghost:hover { background: rgba(255,255,255,0.06) !important; background-color: rgba(255,255,255,0.06) !important; color: #f0ece4 !important; border-color: #c8102e !important; }\n.pd-ljp a.pd-ljp-why-btn svg { width: 14px !important; height: 14px !important; min-width: 14px !important; max-width: 14px !important; flex-shrink: 0 !important; fill: none !important; stroke: currentColor !important; display: inline-block !important; vertical-align: middle !important; }\n\n\/* ── FAQ ── *\/\n.pd-ljp-faq { margin-bottom: 16px; }\n.pd-ljp-faq-item { background: #ffffff; border: 1px solid var(--pd-border); border-radius: 6px; margin-bottom: 8px; overflow: hidden; transition: border-color 0.2s ease; }\n.pd-ljp-faq-item[open] { border-color: var(--pd-accent); }\n.pd-ljp-faq-item summary { padding: 14px 18px; font-weight: 700; font-size: 0.9rem; color: var(--pd-text); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }\n.pd-ljp-faq-item summary::-webkit-details-marker { display: none; }\n.pd-ljp-faq-item summary::after { content: '+'; font-size: 1.3rem; font-weight: 400; color: var(--pd-accent); transition: transform 0.2s ease; }\n.pd-ljp-faq-item[open] summary::after { content: '−'; }\n.pd-ljp-faq-answer { padding: 0 18px 16px; font-size: 0.87rem; color: var(--pd-text-muted); line-height: 1.7; }\n\n@media (max-width: 860px) {\n  .pd-ljp-pairs { grid-template-columns: 1fr; }\n}\n@media (max-width: 640px) {\n  .pd-ljp-stats { grid-template-columns: repeat(2, 1fr); }\n  .pd-ljp-stat:nth-child(2) { border-right: none; }\n  .pd-ljp-stat:nth-child(1), .pd-ljp-stat:nth-child(2) { border-bottom: 1px solid var(--pd-border-dark); }\n  .pd-ljp-features { grid-template-columns: 1fr; padding: 20px; }\n  .pd-ljp-specs-row { grid-template-columns: 1fr; gap: 4px; }\n  .pd-ljp-uses ul { grid-template-columns: 1fr; }\n  .pd-ljp-story, .pd-ljp-why { padding: 22px; }\n  .pd-ljp .pd-ljp-why-actions { flex-direction: column !important; align-items: stretch !important; }\n  .pd-ljp a.pd-ljp-why-btn { width: 100% !important; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-ljp\"\u003e\n\n  \u003c!-- STAT STRIP --\u003e\n  \u003cdiv class=\"pd-ljp-stats\"\u003e\n    \u003cdiv class=\"pd-ljp-stat\"\u003e\n\u003cspan class=\"pd-ljp-stat-value\"\u003e9kg Bag\u003c\/span\u003e\u003cspan class=\"pd-ljp-stat-label\"\u003e20lb \/ 9.5kg Net\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-stat\"\u003e\n\u003cspan class=\"pd-ljp-stat-value\"\u003e60% Oak · 40% Apple\u003c\/span\u003e\u003cspan class=\"pd-ljp-stat-label\"\u003eApple Blend Recipe\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-stat\"\u003e\n\u003cspan class=\"pd-ljp-stat-value\"\u003eLow Ash\u003c\/span\u003e\u003cspan class=\"pd-ljp-stat-label\"\u003eCleaner Burn\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-stat\"\u003e\n\u003cspan class=\"pd-ljp-stat-value\"\u003eMade in USA\u003c\/span\u003e\u003cspan class=\"pd-ljp-stat-label\"\u003ePellet Grill Ready\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003cdiv class=\"pd-ljp-intro\"\u003e\n    \u003cp class=\"pd-ljp-intro-lead\"\u003eThe apple wood pellet for pork, the apple wood pellet for cheese, the pellet pitmasters reach for when they want clean apple smoke without the bitterness. Lumber Jack Apple Blend, 9kg.\u003c\/p\u003e\n    \u003cp\u003eApple Blend is one of Lumber Jack's most popular flavours and for good reason. It is a 60% de-barked Red Oak base with 40% Apple wood on top, engineered so the sweet apple smoke shines through while the oak delivers a clean, even, low-ash burn. The result is the classic apple-on-pork pairing every pitmaster knows, plus the everyday usability of a pellet that does not foul your hopper or your firebox. If you cook pork, chicken, or smoked cheese on a pellet grill, this is the bag to keep on hand.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003cdiv class=\"pd-ljp-features\"\u003e\n\n    \u003cdiv class=\"pd-ljp-feature\"\u003e\n      \u003cdiv class=\"pd-ljp-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"13\" r=\"8\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 5c0-2 1-4 3-3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cp class=\"pd-ljp-feature-title\"\u003e60% De-Barked Oak + 40% Apple\u003c\/p\u003e\n      \u003cp class=\"pd-ljp-feature-text\"\u003eThe de-barked oak base burns clean and even. The bark-on apple wood carries the flavour. The blend recipe is intentional, not a filler shortcut.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-ljp-feature\"\u003e\n      \u003cdiv class=\"pd-ljp-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M8.5 14.5A2.5 2.5 0 0011 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 11-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 002.5 2.5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cp class=\"pd-ljp-feature-title\"\u003eMild and Sweet Apple Smoke\u003c\/p\u003e\n      \u003cp class=\"pd-ljp-feature-text\"\u003eSoft, sweet, gentle. Apple wood is the classic smoke for pork and cheese because it never overpowers the meat. Add light, never weight.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-ljp-feature\"\u003e\n      \u003cdiv class=\"pd-ljp-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"4\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cp class=\"pd-ljp-feature-title\"\u003eLower Ash, Cleaner Hopper\u003c\/p\u003e\n      \u003cp class=\"pd-ljp-feature-text\"\u003eLess bark in the mix means less ash in your firebox. Longer cooks between vacuum-outs, fewer hopper jams, more time cooking.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-ljp-feature\"\u003e\n      \u003cdiv class=\"pd-ljp-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"3\" y=\"6\" width=\"18\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 10h18M8 2v4M16 2v4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cp class=\"pd-ljp-feature-title\"\u003eFits Any Pellet Grill\u003c\/p\u003e\n      \u003cp class=\"pd-ljp-feature-text\"\u003eStandard 6mm BBQ pellets. Designed for Yoder Smokers, Green Mountain Grills, Traeger, Pit Boss and Camp Chef. Drop in and cook.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- STORY --\u003e\n  \u003cdiv class=\"pd-ljp-story\"\u003e\n    \u003cspan class=\"pd-ljp-story-eyebrow\"\u003eWhy a Blend Beats 100% Apple\u003c\/span\u003e\n    \u003ch3\u003eStronger apple flavour. Lower ash. Better daily driver.\u003c\/h3\u003e\n    \u003cp\u003eThe flavour of a wood lives in its bark. Lumber Jack leaves the bark on the primary wood (the Apple) so all the flavour comes through, and \u003cstrong\u003ede-barks the Red Oak base\u003c\/strong\u003e so the oak does not compete with the apple character. The end result is a pellet that tastes more like apple, not less, than you might expect.\u003c\/p\u003e\n    \u003cp\u003eIt also produces noticeably \u003cstrong\u003elower ash content\u003c\/strong\u003e than 100% varieties. For long cooks on a pellet smoker, that means fewer hopper cleanings, fewer auger jams and a cleaner firebox at the end of the cook.\u003c\/p\u003e\n    \u003cp\u003eLumber Jack is the most popular BBQ pellet brand in the United States, and Apple Blend is one of the flavours that built that reputation. We stock it because we cook on it ourselves.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SPECS --\u003e\n  \u003cdiv class=\"pd-ljp-specs\"\u003e\n    \u003cdiv class=\"pd-ljp-specs-header\"\u003eSpecifications\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eWood Blend\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003e60% De-barked Red Oak base \/ 40% Apple primary wood\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eBag Size\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003e9kg (20lb)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eNet Weight\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003e9.5kg per bag\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eBag Dimensions\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003e50 x 35 x 7 cm\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eSmoke Profile\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eMild, sweet, balanced. Classic apple wood character.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eAsh Content\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eLower than 100% varieties (less bark in the mix)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eCompatible With\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eAll pellet grills (Yoder Smokers, GMG, Traeger, Pit Boss, Camp Chef and more)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eOrigin\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eManufactured in the USA by Lumber Jack\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eSKU\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eLJ9KGAB\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- USE CASES --\u003e\n  \u003ch2\u003eWhat to cook with Apple Blend pellets\u003c\/h2\u003e\n  \u003cdiv class=\"pd-ljp-uses\"\u003e\n    \u003cul\u003e\n      \u003cli\u003ePork ribs, pulled pork and pork shoulder\u003c\/li\u003e\n      \u003cli\u003eBacon (hot smoked and cold smoked)\u003c\/li\u003e\n      \u003cli\u003eHam, gammon and pork loin\u003c\/li\u003e\n      \u003cli\u003eChicken wings, whole chickens and turkey\u003c\/li\u003e\n      \u003cli\u003eSmoked cheese (cheddar, mozzarella, gouda)\u003c\/li\u003e\n      \u003cli\u003eSalmon and other fatty fish\u003c\/li\u003e\n      \u003cli\u003eSausages, mettwurst and smallgoods\u003c\/li\u003e\n      \u003cli\u003eApple-pie style pork belly burnt ends\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WORKS PERFECTLY WITH --\u003e\n  \u003ch2\u003eWorks perfectly with\u003c\/h2\u003e\n  \u003cdiv class=\"pd-ljp-pairs\"\u003e\n\n    \u003ca href=\"\/collections\/yoder\" class=\"pd-ljp-pair\"\u003e\n      \u003cspan class=\"pd-ljp-pair-eyebrow\"\u003ePremium Pellet Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-title\"\u003eYoder Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-text\"\u003eHeavy-gauge American steel pellet smokers built for serious pitmasters. BBQ Republic is Australia's largest Yoder Smokers showroom.\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-cta\"\u003e\n        Shop Yoder\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/span\u003e\n    \u003c\/a\u003e\n\n    \u003ca href=\"\/collections\/green-mountain-grills-pellet-smokers\" class=\"pd-ljp-pair\"\u003e\n      \u003cspan class=\"pd-ljp-pair-eyebrow\"\u003eSmart Pellet Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-title\"\u003eGreen Mountain Grills\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-text\"\u003eWiFi-controlled pellet smokers from one of the most established names in pellet cooking. Set it from the couch.\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-cta\"\u003e\n        Shop GMG\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/span\u003e\n    \u003c\/a\u003e\n\n    \u003ca href=\"\/collections\/nexgrill-pellet-smokers\" class=\"pd-ljp-pair\"\u003e\n      \u003cspan class=\"pd-ljp-pair-eyebrow\"\u003eEntry-Level Pellet Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-title\"\u003eNexgrill Pellet Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-text\"\u003eSolid value pellet smokers to get you cooking. The right starting point for first-time pellet cooks.\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-cta\"\u003e\n        Shop Nexgrill\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/span\u003e\n    \u003c\/a\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- RANGE --\u003e\n  \u003cdiv class=\"pd-ljp-range\"\u003e\n    \u003ch3\u003eExplore the full BBQ wood pellet range\u003c\/h3\u003e\n    \u003cp\u003eApple Blend is one of more than a dozen wood pellet flavours we stock. From 100% Cherry for smallgoods through to Hickory for big beef cooks, Maple for poultry, and signature competition blends. Find the right pellet for the cook.\u003c\/p\u003e\n    \u003ca href=\"\/collections\/wood-pellets\" class=\"pd-ljp-range-cta\"\u003e\n      View All Wood Pellets\n      \u003csvg viewbox=\"0 0 24 24\" width=\"14\" height=\"14\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WHY BBQ REPUBLIC --\u003e\n  \u003cdiv class=\"pd-ljp-why\"\u003e\n    \u003cspan class=\"pd-ljp-why-eyebrow\"\u003eBuy from a Pellet Specialist\u003c\/span\u003e\n    \u003ch3\u003eAustralia's largest Yoder Smoker showroom stocks the pellets to match.\u003c\/h3\u003e\n    \u003cp\u003eBBQ Republic runs Yoder Smokers daily. We know what good pellet smoke looks like and what cheap pellets do to a cook. Lumber Jack is what we burn ourselves, on display and in stock at our Wetherill Park showroom for immediate pickup or Sydney metro delivery.\u003c\/p\u003e\n    \u003cdiv class=\"pd-ljp-why-actions\"\u003e\n      \u003ca href=\"tel:0434010411\" class=\"pd-ljp-why-btn\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" width=\"14\" height=\"14\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"fill:none;stroke:currentColor;flex-shrink:0;\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07A19.5 19.5 0 014.69 13a19.79 19.79 0 01-3.07-8.67A2 2 0 013.62 2h3a2 2 0 012 1.72c.127.96.361 1.903.7 2.81a2 2 0 01-.45 2.11L7.91 9.91a16 16 0 006.18 6.18l.98-.98a2 2 0 012.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0122 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        Call 0434 010 411\n      \u003c\/a\u003e\n      \u003ca href=\"\/pages\/contact\" class=\"pd-ljp-why-btn pd-ljp-why-btn--ghost\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" width=\"14\" height=\"14\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"fill:none;stroke:currentColor;flex-shrink:0;\"\u003e\u003cpath d=\"M3 9l9-7 9 7v11a2 2 0 01-2 2H5a2 2 0 01-2-2z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"9 22 9 12 15 12 15 22\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        Visit the Showroom\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003ch2\u003eFrequently asked questions\u003c\/h2\u003e\n  \u003cdiv class=\"pd-ljp-faq\"\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eWhat does Apple Blend smoke taste like?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eMild, sweet and balanced. Apple wood is one of the gentlest smoke flavours in the BBQ pellet range, with a softly sweet note that perfectly complements pork, poultry and smoked cheese. The Red Oak base in the blend keeps the burn clean and even without adding any harshness, so the apple character carries through to whatever you cook.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eWhy a blend instead of 100% Apple?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eLumber Jack de-barks the Red Oak base so it does not compete with the apple flavour, then leaves the bark on the apple wood where all the flavour lives. The result is a pellet that actually tastes more like apple than you might expect, plus a much cleaner burn with lower ash than a 100% Apple bag. For everyday cooks on a pellet grill, blends are usually the smarter choice.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eWhat is Apple Blend best for?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003ePork is the headline pairing. Pulled pork, pork ribs, pork shoulder, bacon, ham, pork belly burnt ends, all benefit from the sweet apple smoke. It is also the go-to pellet for smoked cheese (cheddar, mozzarella, gouda), chicken wings, whole chickens and salmon. Anywhere you want a mild, sweet smoke that does not dominate the meat, Apple Blend is the answer.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eWill these pellets work in my pellet grill?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eYes. Lumber Jack pellets are standard 6mm BBQ pellets and work in all major pellet grills including Yoder Smokers, Green Mountain Grills, Traeger, Pit Boss, Camp Chef and others. If you can run pellets, you can run Lumber Jack.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eWhy does Apple Blend have lower ash than 100% Apple?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eBark is what produces ash when wood burns. The Red Oak base in Apple Blend is de-barked before pelleting, which means there is less bark in the bag overall and therefore less ash in your firebox at the end of the cook. For pellet grill owners doing long cooks, that means fewer hopper jams and less cleanup.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eHow long does a 9kg bag last?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eA rough rule of thumb on a quality pellet grill is around 1kg of pellets per hour at smoking temperatures (around 110 to 120 degrees C), and more at hotter cooks. A 9kg bag will get you through several long cooks. If you smoke regularly, buying multiple bags at once makes sense.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eCan I pick up from the showroom?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eYes. Lumber Jack Apple Blend pellets are on display and available for immediate pickup from our Wetherill Park showroom, Monday to Friday 10am to 5pm and Saturday 9am to 2pm. Sydney metro delivery is also available. Call 0434 010 411 to arrange.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What does Apple Blend smoke taste like?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Mild, sweet and balanced. Apple wood is one of the gentlest smoke flavours in the BBQ pellet range, with a softly sweet note that perfectly complements pork, poultry and smoked cheese. The Red Oak base in the blend keeps the burn clean and even without adding any harshness, so the apple character carries through to whatever you cook.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Why a blend instead of 100% Apple?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Lumber Jack de-barks the Red Oak base so it does not compete with the apple flavour, then leaves the bark on the apple wood where all the flavour lives. The result is a pellet that actually tastes more like apple than you might expect, plus a much cleaner burn with lower ash than a 100% Apple bag. For everyday cooks on a pellet grill, blends are usually the smarter choice.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is Apple Blend best for?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Pork is the headline pairing. Pulled pork, pork ribs, pork shoulder, bacon, ham, pork belly burnt ends, all benefit from the sweet apple smoke. It is also the go-to pellet for smoked cheese (cheddar, mozzarella, gouda), chicken wings, whole chickens and salmon. Anywhere you want a mild, sweet smoke that does not dominate the meat, Apple Blend is the answer.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Will these pellets work in my pellet grill?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. Lumber Jack pellets are standard 6mm BBQ pellets and work in all major pellet grills including Yoder Smokers, Green Mountain Grills, Traeger, Pit Boss, Camp Chef and others. If you can run pellets, you can run Lumber Jack.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Why does Apple Blend have lower ash than 100% Apple?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Bark is what produces ash when wood burns. The Red Oak base in Apple Blend is de-barked before pelleting, which means there is less bark in the bag overall and therefore less ash in your firebox at the end of the cook. For pellet grill owners doing long cooks, that means fewer hopper jams and less cleanup.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How long does a 9kg bag last?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"A rough rule of thumb on a quality pellet grill is around 1kg of pellets per hour at smoking temperatures (around 110 to 120 degrees C), and more at hotter cooks. A 9kg bag will get you through several long cooks. If you smoke regularly, buying multiple bags at once makes sense.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can I pick up from the showroom?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. Lumber Jack Apple Blend pellets are on display and available for immediate pickup from our Wetherill Park showroom, Monday to Friday 10am to 5pm and Saturday 9am to 2pm. Sydney metro delivery is also available. Call 0434 010 411 to arrange.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e","brand":"Lumber Jack","offers":[{"title":"Default Title","offer_id":46321229955244,"sku":"LJ9KGAB","price":37.5,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0728\/4267\/4348\/files\/apple-lumber-for-web-e1775094099929.jpg?v=1780115699"},{"product_id":"lumber-jack-smoking-pellets-9kg-hickory-blend","title":"Lumber Jack Smoking Pellets 9kg - Hickory Blend","description":"\u003cstyle\u003e\n\/* ── Krank width fix: hide empty sidebar, expand description ── *\/\n.section__wrapper.product-description__wrapper .product-meta.sticky-to-header {\n  display: none !important;\n}\n.section__wrapper.product-description__wrapper .product-description.rte {\n  max-width: 100% !important;\n  width: 100% !important;\n  flex: 1 1 100% !important;\n}\n\n.pd-ljp {\n  --pd-bg: #ffffff;\n  --pd-bg-soft: #f7f5f4;\n  --pd-bg-dark: #1a1a1a;\n  --pd-accent: #c8102e;\n  --pd-accent-deep: #a00d24;\n  --pd-text: #1a1a1a;\n  --pd-text-muted: #5a5550;\n  --pd-text-light: #9a9490;\n  --pd-text-on-dark: #f0ece4;\n  --pd-text-on-dark-muted: #b8b2ab;\n  --pd-border: #e6e3e0;\n  --pd-border-dark: #2e2e2e;\n  --pd-radius: 8px;\n  font-family: inherit;\n  color: var(--pd-text);\n  max-width: 100%;\n  box-sizing: border-box;\n}\n.pd-ljp * { box-sizing: border-box; }\n.pd-ljp p { margin: 0 0 14px; line-height: 1.7; font-size: 0.95rem; color: var(--pd-text); }\n.pd-ljp h2 { font-size: clamp(1.4rem, 3vw, 1.8rem); font-weight: 800; letter-spacing: -0.01em; margin: 0 0 16px; line-height: 1.2; color: var(--pd-text); }\n.pd-ljp h3 { font-size: 1.05rem; font-weight: 700; margin: 0 0 10px; color: var(--pd-text); }\n\n\/* ── Stat strip ── *\/\n.pd-ljp-stats { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--pd-bg-dark); border-radius: var(--pd-radius); overflow: hidden; margin-bottom: 32px; }\n.pd-ljp-stat { padding: 22px 16px; text-align: center; border-right: 1px solid var(--pd-border-dark); }\n.pd-ljp-stat:last-child { border-right: none; }\n.pd-ljp-stat-value { display: block; font-size: 1.05rem; font-weight: 800; color: var(--pd-accent); margin-bottom: 4px; letter-spacing: -0.01em; }\n.pd-ljp-stat-label { display: block; font-size: 0.65rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; color: var(--pd-text-on-dark-muted); }\n\n\/* ── Intro ── *\/\n.pd-ljp-intro { margin-bottom: 32px; }\n.pd-ljp-intro-lead { font-size: 1.05rem; font-weight: 600; color: var(--pd-text); margin-bottom: 16px; line-height: 1.5; }\n\n\/* ── Feature grid ── *\/\n.pd-ljp-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; background: var(--pd-bg-soft); border-radius: var(--pd-radius); padding: 28px; margin-bottom: 32px; }\n.pd-ljp-feature { display: flex; flex-direction: column; gap: 6px; }\n.pd-ljp-feature-icon { width: 36px; height: 36px; border-radius: 50%; background: rgba(200, 16, 46, 0.12); display: flex; align-items: center; justify-content: center; color: var(--pd-accent); margin-bottom: 8px; }\n.pd-ljp-feature-icon svg { width: 18px; height: 18px; }\n.pd-ljp-feature-title { font-size: 0.92rem; font-weight: 700; margin: 0 0 4px; color: var(--pd-text); }\n.pd-ljp-feature-text { font-size: 0.84rem; color: var(--pd-text-muted); line-height: 1.55; margin: 0; }\n\n\/* ── Story callout ── *\/\n.pd-ljp-story { background: var(--pd-bg-dark); color: var(--pd-text-on-dark); padding: 32px; border-radius: var(--pd-radius); margin-bottom: 32px; border-left: 4px solid var(--pd-accent); }\n.pd-ljp-story-eyebrow { display: inline-block; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--pd-accent); margin-bottom: 10px; }\n.pd-ljp-story h3 { color: var(--pd-text-on-dark); font-size: 1.2rem; margin-bottom: 12px; }\n.pd-ljp-story p { color: var(--pd-text-on-dark-muted); font-size: 0.9rem; line-height: 1.75; margin-bottom: 12px; }\n.pd-ljp-story p:last-child { margin-bottom: 0; }\n.pd-ljp-story strong { color: var(--pd-text-on-dark); }\n\n\/* ── Specs ── *\/\n.pd-ljp-specs { border: 1px solid var(--pd-border); border-radius: var(--pd-radius); overflow: hidden; margin-bottom: 32px; }\n.pd-ljp-specs-header { background: var(--pd-bg-soft); padding: 14px 20px; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--pd-accent-deep); border-bottom: 1px solid var(--pd-border); }\n.pd-ljp-specs-row { display: grid; grid-template-columns: 200px 1fr; padding: 12px 20px; border-bottom: 1px solid var(--pd-border); font-size: 0.88rem; }\n.pd-ljp-specs-row:last-child { border-bottom: none; }\n.pd-ljp-specs-label { font-weight: 600; color: var(--pd-text); }\n.pd-ljp-specs-value { color: var(--pd-text-muted); }\n\n\/* ── Use cases ── *\/\n.pd-ljp-uses { background: var(--pd-bg-soft); border-radius: var(--pd-radius); padding: 28px; margin-bottom: 32px; }\n.pd-ljp-uses ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 24px; }\n.pd-ljp-uses li { font-size: 0.9rem; color: var(--pd-text); padding-left: 22px; position: relative; line-height: 1.5; }\n.pd-ljp-uses li::before { content: ''; position: absolute; left: 0; top: 7px; width: 8px; height: 8px; border-radius: 50%; background: var(--pd-accent); }\n\n\/* ── \"Works perfectly with\" cross-link grid ── *\/\n.pd-ljp-pairs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 32px; }\n.pd-ljp .pd-ljp-pair,\n.pd-ljp .pd-ljp-pair:link,\n.pd-ljp .pd-ljp-pair:visited {\n  display: flex !important; flex-direction: column !important; padding: 22px 22px 20px !important;\n  border: 1px solid var(--pd-border) !important; border-radius: var(--pd-radius) !important;\n  background: #ffffff !important; text-decoration: none !important;\n  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease !important;\n  font-family: inherit !important; color: inherit !important;\n}\n.pd-ljp .pd-ljp-pair:hover { border-color: var(--pd-accent) !important; transform: translateY(-2px) !important; box-shadow: 0 8px 24px rgba(0,0,0,0.08) !important; }\n.pd-ljp-pair-eyebrow { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--pd-accent); margin-bottom: 8px; }\n.pd-ljp-pair-title { font-size: 1.05rem; font-weight: 800; color: var(--pd-text); margin-bottom: 8px; line-height: 1.2; letter-spacing: -0.01em; }\n.pd-ljp-pair-text { font-size: 0.84rem; color: var(--pd-text-muted); line-height: 1.55; margin-bottom: 16px; flex: 1; }\n.pd-ljp-pair-cta { display: inline-flex; align-items: center; gap: 6px; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--pd-accent); margin-top: auto; transition: gap 0.2s ease; }\n.pd-ljp-pair:hover .pd-ljp-pair-cta { gap: 10px; }\n.pd-ljp-pair-cta svg { width: 12px; height: 12px; fill: none; stroke: currentColor; flex-shrink: 0; }\n\n\/* ── Range cross-link ── *\/\n.pd-ljp-range { border: 1px solid var(--pd-border); border-radius: var(--pd-radius); padding: 24px 28px; margin-bottom: 32px; background: var(--pd-bg-soft); text-align: center; }\n.pd-ljp-range h3 { margin-top: 0; }\n.pd-ljp-range p { color: var(--pd-text-muted); font-size: 0.9rem; max-width: 560px; margin: 0 auto 18px; }\n.pd-ljp a.pd-ljp-range-cta,\n.pd-ljp a.pd-ljp-range-cta:link,\n.pd-ljp a.pd-ljp-range-cta:visited {\n  display: inline-flex !important; align-items: center !important; justify-content: center !important;\n  gap: 8px !important; background: #c8102e !important; background-color: #c8102e !important; color: #ffffff !important;\n  font-size: 0.78rem !important; font-weight: 700 !important; letter-spacing: 0.06em !important;\n  text-transform: uppercase !important; text-decoration: none !important; padding: 12px 22px !important;\n  border: none !important; border-radius: 6px !important; line-height: 1 !important;\n  transition: background 0.2s ease !important; font-family: inherit !important;\n}\n.pd-ljp a.pd-ljp-range-cta:hover { background: #a00d24 !important; background-color: #a00d24 !important; color: #ffffff !important; text-decoration: none !important; }\n.pd-ljp a.pd-ljp-range-cta svg { width: 14px !important; height: 14px !important; min-width: 14px !important; flex-shrink: 0 !important; fill: none !important; stroke: currentColor !important; }\n\n\/* ── Why BBQ Republic (HARDENED) ── *\/\n.pd-ljp-why { background: #1a1a1a !important; color: #f0ece4 !important; border-radius: 8px; padding: 32px; margin-bottom: 32px; text-align: center; }\n.pd-ljp .pd-ljp-why-eyebrow { display: inline-block !important; font-size: 0.62rem !important; font-weight: 700 !important; letter-spacing: 0.2em !important; text-transform: uppercase !important; color: #c8102e !important; margin-bottom: 10px !important; }\n.pd-ljp .pd-ljp-why h3 { color: #f0ece4 !important; font-size: 1.25rem !important; margin: 0 0 14px !important; font-weight: 700 !important; }\n.pd-ljp .pd-ljp-why p { color: #b8b2ab !important; font-size: 0.9rem !important; max-width: 560px !important; margin: 0 auto 22px !important; line-height: 1.7 !important; }\n.pd-ljp .pd-ljp-why-actions { display: flex !important; justify-content: center !important; align-items: center !important; gap: 12px !important; flex-wrap: wrap !important; margin: 0 !important; padding: 0 !important; list-style: none !important; }\n.pd-ljp a.pd-ljp-why-btn,\n.pd-ljp a.pd-ljp-why-btn:link,\n.pd-ljp a.pd-ljp-why-btn:visited { display: inline-flex !important; align-items: center !important; justify-content: center !important; gap: 8px !important; background: #c8102e !important; background-color: #c8102e !important; color: #ffffff !important; font-size: 0.78rem !important; font-weight: 700 !important; letter-spacing: 0.06em !important; text-transform: uppercase !important; text-decoration: none !important; padding: 12px 22px !important; border: none !important; border-radius: 6px !important; line-height: 1 !important; white-space: nowrap !important; width: auto !important; height: auto !important; min-width: 0 !important; max-width: none !important; transition: background 0.2s ease !important; box-shadow: none !important; cursor: pointer !important; font-family: inherit !important; }\n.pd-ljp a.pd-ljp-why-btn:hover { background: #a00d24 !important; background-color: #a00d24 !important; color: #ffffff !important; text-decoration: none !important; }\n.pd-ljp a.pd-ljp-why-btn.pd-ljp-why-btn--ghost,\n.pd-ljp a.pd-ljp-why-btn.pd-ljp-why-btn--ghost:link,\n.pd-ljp a.pd-ljp-why-btn.pd-ljp-why-btn--ghost:visited { background: transparent !important; background-color: transparent !important; border: 1px solid #2e2e2e !important; color: #f0ece4 !important; }\n.pd-ljp a.pd-ljp-why-btn.pd-ljp-why-btn--ghost:hover { background: rgba(255,255,255,0.06) !important; background-color: rgba(255,255,255,0.06) !important; color: #f0ece4 !important; border-color: #c8102e !important; }\n.pd-ljp a.pd-ljp-why-btn svg { width: 14px !important; height: 14px !important; min-width: 14px !important; max-width: 14px !important; flex-shrink: 0 !important; fill: none !important; stroke: currentColor !important; display: inline-block !important; vertical-align: middle !important; }\n\n\/* ── FAQ ── *\/\n.pd-ljp-faq { margin-bottom: 16px; }\n.pd-ljp-faq-item { background: #ffffff; border: 1px solid var(--pd-border); border-radius: 6px; margin-bottom: 8px; overflow: hidden; transition: border-color 0.2s ease; }\n.pd-ljp-faq-item[open] { border-color: var(--pd-accent); }\n.pd-ljp-faq-item summary { padding: 14px 18px; font-weight: 700; font-size: 0.9rem; color: var(--pd-text); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }\n.pd-ljp-faq-item summary::-webkit-details-marker { display: none; }\n.pd-ljp-faq-item summary::after { content: '+'; font-size: 1.3rem; font-weight: 400; color: var(--pd-accent); transition: transform 0.2s ease; }\n.pd-ljp-faq-item[open] summary::after { content: '−'; }\n.pd-ljp-faq-answer { padding: 0 18px 16px; font-size: 0.87rem; color: var(--pd-text-muted); line-height: 1.7; }\n\n@media (max-width: 860px) {\n  .pd-ljp-pairs { grid-template-columns: 1fr; }\n}\n@media (max-width: 640px) {\n  .pd-ljp-stats { grid-template-columns: repeat(2, 1fr); }\n  .pd-ljp-stat:nth-child(2) { border-right: none; }\n  .pd-ljp-stat:nth-child(1), .pd-ljp-stat:nth-child(2) { border-bottom: 1px solid var(--pd-border-dark); }\n  .pd-ljp-features { grid-template-columns: 1fr; padding: 20px; }\n  .pd-ljp-specs-row { grid-template-columns: 1fr; gap: 4px; }\n  .pd-ljp-uses ul { grid-template-columns: 1fr; }\n  .pd-ljp-story, .pd-ljp-why { padding: 22px; }\n  .pd-ljp .pd-ljp-why-actions { flex-direction: column !important; align-items: stretch !important; }\n  .pd-ljp a.pd-ljp-why-btn { width: 100% !important; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-ljp\"\u003e\n\n  \u003c!-- STAT STRIP --\u003e\n  \u003cdiv class=\"pd-ljp-stats\"\u003e\n    \u003cdiv class=\"pd-ljp-stat\"\u003e\n\u003cspan class=\"pd-ljp-stat-value\"\u003e9kg Bag\u003c\/span\u003e\u003cspan class=\"pd-ljp-stat-label\"\u003e20lb \/ 9.5kg Net\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-stat\"\u003e\n\u003cspan class=\"pd-ljp-stat-value\"\u003e60% Oak · 40% Hickory\u003c\/span\u003e\u003cspan class=\"pd-ljp-stat-label\"\u003eHickory Blend Recipe\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-stat\"\u003e\n\u003cspan class=\"pd-ljp-stat-value\"\u003eLow Ash\u003c\/span\u003e\u003cspan class=\"pd-ljp-stat-label\"\u003eCleaner Burn\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-stat\"\u003e\n\u003cspan class=\"pd-ljp-stat-value\"\u003eMade in USA\u003c\/span\u003e\u003cspan class=\"pd-ljp-stat-label\"\u003ePellet Grill Ready\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003cdiv class=\"pd-ljp-intro\"\u003e\n    \u003cp class=\"pd-ljp-intro-lead\"\u003eThe classic American BBQ smoke. The pellet for brisket, ribs, pulled pork and everything you want a proper bark on. Lumber Jack Hickory Blend, 9kg.\u003c\/p\u003e\n    \u003cp\u003eHickory is the wood American pitmasters built their reputation on. It is the workhorse of pellet grilling, the smoke profile every BBQ menu describes itself by, and the pellet most likely to be in a serious cook's hopper at any given time. Hickory Blend takes that bold, robust, bacony hickory flavour and pairs it with a clean-burning de-barked Red Oak base, giving you stronger primary smoke and lower ash than a 100% Hickory bag. If you cook beef, pork, poultry or game on a pellet grill, this is the bag you reach for the most.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003cdiv class=\"pd-ljp-features\"\u003e\n\n    \u003cdiv class=\"pd-ljp-feature\"\u003e\n      \u003cdiv class=\"pd-ljp-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 2v8M12 14v8M2 12h8M14 12h8\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cp class=\"pd-ljp-feature-title\"\u003e60% De-Barked Oak + 40% Hickory\u003c\/p\u003e\n      \u003cp class=\"pd-ljp-feature-text\"\u003eThe de-barked oak base burns clean and even. The bark-on hickory carries that classic American BBQ smoke. The blend recipe is intentional, not a filler shortcut.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-ljp-feature\"\u003e\n      \u003cdiv class=\"pd-ljp-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M8.5 14.5A2.5 2.5 0 0011 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 11-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 002.5 2.5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cp class=\"pd-ljp-feature-title\"\u003eBold, Bacony, Classic Smoke\u003c\/p\u003e\n      \u003cp class=\"pd-ljp-feature-text\"\u003eRobust, savoury, slightly sweet. The smoke profile every American BBQ joint is built around. Builds proper bark on brisket and ribs.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-ljp-feature\"\u003e\n      \u003cdiv class=\"pd-ljp-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"4\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cp class=\"pd-ljp-feature-title\"\u003eLower Ash, Cleaner Hopper\u003c\/p\u003e\n      \u003cp class=\"pd-ljp-feature-text\"\u003eLess bark in the mix means less ash in your firebox. Longer cooks between vacuum-outs, fewer hopper jams, more time cooking.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-ljp-feature\"\u003e\n      \u003cdiv class=\"pd-ljp-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"3\" y=\"6\" width=\"18\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 10h18M8 2v4M16 2v4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cp class=\"pd-ljp-feature-title\"\u003eFits Any Pellet Grill\u003c\/p\u003e\n      \u003cp class=\"pd-ljp-feature-text\"\u003eStandard 6mm BBQ pellets. Designed for Yoder Smokers, Green Mountain Grills, Traeger, Pit Boss and Camp Chef. Drop in and cook.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- STORY --\u003e\n  \u003cdiv class=\"pd-ljp-story\"\u003e\n    \u003cspan class=\"pd-ljp-story-eyebrow\"\u003eThe Wood American BBQ Was Built On\u003c\/span\u003e\n    \u003ch3\u003eIf you only ever bought one pellet, this would be the one.\u003c\/h3\u003e\n    \u003cp\u003eHickory is the most-used smoking wood in American barbecue. Memphis ribs, Kansas City brisket, Carolina pulled pork, traditional bacon, all built on hickory smoke. It is bold enough to push through a long cook without fading and balanced enough to suit nearly anything you put in front of it.\u003c\/p\u003e\n    \u003cp\u003eLumber Jack leaves the bark on the hickory primary wood so all the flavour comes through, and \u003cstrong\u003ede-barks the Red Oak base\u003c\/strong\u003e so the oak doesn't compete. The result is a pellet that tastes more like hickory, with noticeably \u003cstrong\u003elower ash content\u003c\/strong\u003e than a 100% Hickory bag. For long brisket cooks and full-day rib smokes, the cleaner burn matters.\u003c\/p\u003e\n    \u003cp\u003eLumber Jack is the most popular BBQ pellet brand in the United States. Hickory Blend is one of the flavours that built that reputation, and the bag we go through the fastest at the Wetherill Park showroom.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SPECS --\u003e\n  \u003cdiv class=\"pd-ljp-specs\"\u003e\n    \u003cdiv class=\"pd-ljp-specs-header\"\u003eSpecifications\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eWood Blend\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003e60% De-barked Red Oak base \/ 40% Hickory primary wood\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eBag Size\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003e9kg (20lb)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eNet Weight\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003e9.5kg per bag\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eBag Dimensions\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003e50 x 35 x 7 cm\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eSmoke Profile\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eBold, robust, savoury. Classic American BBQ smoke.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eBest For\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eBeef, pork, poultry, game birds. Brisket, ribs, pulled pork, bacon.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eAsh Content\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eLower than 100% varieties (less bark in the mix)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eCompatible With\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eAll pellet grills (Yoder Smokers, GMG, Traeger, Pit Boss, Camp Chef and more)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eOrigin\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eManufactured in the USA by Lumber Jack\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eSKU\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eLJ9KGHB\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- USE CASES --\u003e\n  \u003ch2\u003eWhat to cook with Hickory Blend pellets\u003c\/h2\u003e\n  \u003cdiv class=\"pd-ljp-uses\"\u003e\n    \u003cul\u003e\n      \u003cli\u003eBeef brisket (the classic pairing)\u003c\/li\u003e\n      \u003cli\u003eBeef short ribs and beef ribs\u003c\/li\u003e\n      \u003cli\u003ePork ribs, pulled pork and pork shoulder\u003c\/li\u003e\n      \u003cli\u003eWhole chickens and turkey\u003c\/li\u003e\n      \u003cli\u003eGame birds: quail, duck, pheasant\u003c\/li\u003e\n      \u003cli\u003eBacon (hickory is the traditional smoke for bacon)\u003c\/li\u003e\n      \u003cli\u003eSmoked sausages, brats and kransky\u003c\/li\u003e\n      \u003cli\u003ePizza, smoked vegetables and even cheese\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WORKS PERFECTLY WITH --\u003e\n  \u003ch2\u003eWorks perfectly with\u003c\/h2\u003e\n  \u003cdiv class=\"pd-ljp-pairs\"\u003e\n\n    \u003ca href=\"\/collections\/yoder\" class=\"pd-ljp-pair\"\u003e\n      \u003cspan class=\"pd-ljp-pair-eyebrow\"\u003ePremium Pellet Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-title\"\u003eYoder Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-text\"\u003eHeavy-gauge American steel pellet smokers built for serious pitmasters. BBQ Republic is Australia's largest Yoder Smokers showroom.\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-cta\"\u003e\n        Shop Yoder\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/span\u003e\n    \u003c\/a\u003e\n\n    \u003ca href=\"\/collections\/green-mountain-grills-pellet-smokers\" class=\"pd-ljp-pair\"\u003e\n      \u003cspan class=\"pd-ljp-pair-eyebrow\"\u003eSmart Pellet Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-title\"\u003eGreen Mountain Grills\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-text\"\u003eWiFi-controlled pellet smokers from one of the most established names in pellet cooking. Set it from the couch.\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-cta\"\u003e\n        Shop GMG\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/span\u003e\n    \u003c\/a\u003e\n\n    \u003ca href=\"\/collections\/nexgrill-pellet-smokers\" class=\"pd-ljp-pair\"\u003e\n      \u003cspan class=\"pd-ljp-pair-eyebrow\"\u003eEntry-Level Pellet Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-title\"\u003eNexgrill Pellet Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-text\"\u003eSolid value pellet smokers to get you cooking. The right starting point for first-time pellet cooks.\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-cta\"\u003e\n        Shop Nexgrill\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/span\u003e\n    \u003c\/a\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- RANGE --\u003e\n  \u003cdiv class=\"pd-ljp-range\"\u003e\n    \u003ch3\u003eExplore the full BBQ wood pellet range\u003c\/h3\u003e\n    \u003cp\u003eHickory Blend is the workhorse, but the cook decides the pellet. Apple Blend for pork and cheese, 100% Cherry for smallgoods and poultry, Mesquite for serious Texas-style brisket, Maple for a softer profile. Find the right pellet for the cook.\u003c\/p\u003e\n    \u003ca href=\"\/collections\/wood-pellets\" class=\"pd-ljp-range-cta\"\u003e\n      View All Wood Pellets\n      \u003csvg viewbox=\"0 0 24 24\" width=\"14\" height=\"14\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WHY BBQ REPUBLIC --\u003e\n  \u003cdiv class=\"pd-ljp-why\"\u003e\n    \u003cspan class=\"pd-ljp-why-eyebrow\"\u003eBuy from a Pellet Specialist\u003c\/span\u003e\n    \u003ch3\u003eAustralia's largest Yoder Smoker showroom stocks the pellets to match.\u003c\/h3\u003e\n    \u003cp\u003eBBQ Republic runs Yoder Smokers daily. We know what good pellet smoke looks like and what cheap pellets do to a cook. Lumber Jack is what we burn ourselves, on display and in stock at our Wetherill Park showroom for immediate pickup or Sydney metro delivery.\u003c\/p\u003e\n    \u003cdiv class=\"pd-ljp-why-actions\"\u003e\n      \u003ca href=\"tel:0434010411\" class=\"pd-ljp-why-btn\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" width=\"14\" height=\"14\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"fill:none;stroke:currentColor;flex-shrink:0;\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07A19.5 19.5 0 014.69 13a19.79 19.79 0 01-3.07-8.67A2 2 0 013.62 2h3a2 2 0 012 1.72c.127.96.361 1.903.7 2.81a2 2 0 01-.45 2.11L7.91 9.91a16 16 0 006.18 6.18l.98-.98a2 2 0 012.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0122 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        Call 0434 010 411\n      \u003c\/a\u003e\n      \u003ca href=\"\/pages\/contact\" class=\"pd-ljp-why-btn pd-ljp-why-btn--ghost\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" width=\"14\" height=\"14\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"fill:none;stroke:currentColor;flex-shrink:0;\"\u003e\u003cpath d=\"M3 9l9-7 9 7v11a2 2 0 01-2 2H5a2 2 0 01-2-2z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"9 22 9 12 15 12 15 22\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        Visit the Showroom\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003ch2\u003eFrequently asked questions\u003c\/h2\u003e\n  \u003cdiv class=\"pd-ljp-faq\"\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eWhat does Hickory Blend smoke taste like?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eBold, robust and savoury, with a subtle sweetness underneath. Hickory is the classic American BBQ smoke flavour, with a bacony quality that builds beautiful bark on brisket, ribs and pork shoulder. Stronger than apple or cherry, milder and more balanced than mesquite. If you imagine \"real BBQ smoke\", this is what you are picturing.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eWhat is Hickory Blend best for?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eBeef brisket, beef ribs, pork ribs, pulled pork, pork shoulder and bacon. Also excellent on whole chickens, turkey and game birds. Hickory is the most versatile smoke wood in the range, suitable for almost any long cook where you want proper bark and a deep smoke flavour. If you only buy one pellet, Hickory Blend is the one.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eHickory Blend vs Apple Blend, which should I choose?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eChoose Hickory Blend for bigger, longer cooks where you want bold smoke that builds bark: brisket, beef ribs, pork shoulder, pulled pork. Choose Apple Blend for milder, sweeter cooks where the smoke should support rather than dominate: bacon, ham, smoked cheese, chicken wings, salmon. Most pellet cooks keep both on hand and switch between them depending on the cook.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eWhy a blend instead of 100% Hickory?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eLumber Jack de-barks the Red Oak base so it does not compete with the hickory flavour, then leaves the bark on the hickory wood where all the flavour lives. The result is a pellet that actually tastes more like hickory than you might expect, plus a much cleaner burn with lower ash than a 100% Hickory bag. For long cooks like brisket, the cleaner burn really matters.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eWill these pellets work in my pellet grill?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eYes. Lumber Jack pellets are standard 6mm BBQ pellets and work in all major pellet grills including Yoder Smokers, Green Mountain Grills, Traeger, Pit Boss, Camp Chef and others. If you can run pellets, you can run Lumber Jack.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eHow long does a 9kg bag last?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eA rough rule of thumb on a quality pellet grill is around 1kg of pellets per hour at smoking temperatures (around 110 to 120 degrees C), and more at hotter cooks. A 9kg bag will get you through several long cooks. For brisket cooks specifically, expect to use 4 to 6kg per brisket, so a bag covers about two big cooks.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eCan I pick up from the showroom?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eYes. Lumber Jack Hickory Blend pellets are on display and available for immediate pickup from our Wetherill Park showroom, Monday to Friday 10am to 5pm and Saturday 9am to 2pm. Sydney metro delivery is also available. Call 0434 010 411 to arrange.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Lumber Jack","offers":[{"title":"Default Title","offer_id":46321253941420,"sku":"LJ9KGHB","price":37.5,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0728\/4267\/4348\/files\/HickoryBlend.jpg?v=1780118218"},{"product_id":"lumber-jack-smoking-pellets-9kg-100-hickory","title":"Lumber Jack Smoking Pellets 9kg - 100% Hickory","description":"\u003cstyle\u003e\n\/* ── Krank width fix: hide empty sidebar, expand description ── *\/\n.section__wrapper.product-description__wrapper .product-meta.sticky-to-header {\n  display: none !important;\n}\n.section__wrapper.product-description__wrapper .product-description.rte {\n  max-width: 100% !important;\n  width: 100% !important;\n  flex: 1 1 100% !important;\n}\n\n.pd-ljp {\n  --pd-bg: #ffffff;\n  --pd-bg-soft: #f7f5f4;\n  --pd-bg-dark: #1a1a1a;\n  --pd-accent: #c8102e;\n  --pd-accent-deep: #a00d24;\n  --pd-text: #1a1a1a;\n  --pd-text-muted: #5a5550;\n  --pd-text-light: #9a9490;\n  --pd-text-on-dark: #f0ece4;\n  --pd-text-on-dark-muted: #b8b2ab;\n  --pd-border: #e6e3e0;\n  --pd-border-dark: #2e2e2e;\n  --pd-radius: 8px;\n  font-family: inherit;\n  color: var(--pd-text);\n  max-width: 100%;\n  box-sizing: border-box;\n}\n.pd-ljp * { box-sizing: border-box; }\n.pd-ljp p { margin: 0 0 14px; line-height: 1.7; font-size: 0.95rem; color: var(--pd-text); }\n.pd-ljp h2 { font-size: clamp(1.4rem, 3vw, 1.8rem); font-weight: 800; letter-spacing: -0.01em; margin: 0 0 16px; line-height: 1.2; color: var(--pd-text); }\n.pd-ljp h3 { font-size: 1.05rem; font-weight: 700; margin: 0 0 10px; color: var(--pd-text); }\n\n\/* ── Stat strip ── *\/\n.pd-ljp-stats { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--pd-bg-dark); border-radius: var(--pd-radius); overflow: hidden; margin-bottom: 32px; }\n.pd-ljp-stat { padding: 22px 16px; text-align: center; border-right: 1px solid var(--pd-border-dark); }\n.pd-ljp-stat:last-child { border-right: none; }\n.pd-ljp-stat-value { display: block; font-size: 1.05rem; font-weight: 800; color: var(--pd-accent); margin-bottom: 4px; letter-spacing: -0.01em; }\n.pd-ljp-stat-label { display: block; font-size: 0.65rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; color: var(--pd-text-on-dark-muted); }\n\n\/* ── Intro ── *\/\n.pd-ljp-intro { margin-bottom: 32px; }\n.pd-ljp-intro-lead { font-size: 1.05rem; font-weight: 600; color: var(--pd-text); margin-bottom: 16px; line-height: 1.5; }\n\n\/* ── Feature grid ── *\/\n.pd-ljp-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; background: var(--pd-bg-soft); border-radius: var(--pd-radius); padding: 28px; margin-bottom: 32px; }\n.pd-ljp-feature { display: flex; flex-direction: column; gap: 6px; }\n.pd-ljp-feature-icon { width: 36px; height: 36px; border-radius: 50%; background: rgba(200, 16, 46, 0.12); display: flex; align-items: center; justify-content: center; color: var(--pd-accent); margin-bottom: 8px; }\n.pd-ljp-feature-icon svg { width: 18px; height: 18px; }\n.pd-ljp-feature-title { font-size: 0.92rem; font-weight: 700; margin: 0 0 4px; color: var(--pd-text); }\n.pd-ljp-feature-text { font-size: 0.84rem; color: var(--pd-text-muted); line-height: 1.55; margin: 0; }\n\n\/* ── Story callout ── *\/\n.pd-ljp-story { background: var(--pd-bg-dark); color: var(--pd-text-on-dark); padding: 32px; border-radius: var(--pd-radius); margin-bottom: 32px; border-left: 4px solid var(--pd-accent); }\n.pd-ljp-story-eyebrow { display: inline-block; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--pd-accent); margin-bottom: 10px; }\n.pd-ljp-story h3 { color: var(--pd-text-on-dark); font-size: 1.2rem; margin-bottom: 12px; }\n.pd-ljp-story p { color: var(--pd-text-on-dark-muted); font-size: 0.9rem; line-height: 1.75; margin-bottom: 12px; }\n.pd-ljp-story p:last-child { margin-bottom: 0; }\n.pd-ljp-story strong { color: var(--pd-text-on-dark); }\n\n\/* ── Specs ── *\/\n.pd-ljp-specs { border: 1px solid var(--pd-border); border-radius: var(--pd-radius); overflow: hidden; margin-bottom: 32px; }\n.pd-ljp-specs-header { background: var(--pd-bg-soft); padding: 14px 20px; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--pd-accent-deep); border-bottom: 1px solid var(--pd-border); }\n.pd-ljp-specs-row { display: grid; grid-template-columns: 200px 1fr; padding: 12px 20px; border-bottom: 1px solid var(--pd-border); font-size: 0.88rem; }\n.pd-ljp-specs-row:last-child { border-bottom: none; }\n.pd-ljp-specs-label { font-weight: 600; color: var(--pd-text); }\n.pd-ljp-specs-value { color: var(--pd-text-muted); }\n\n\/* ── Use cases ── *\/\n.pd-ljp-uses { background: var(--pd-bg-soft); border-radius: var(--pd-radius); padding: 28px; margin-bottom: 32px; }\n.pd-ljp-uses ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 24px; }\n.pd-ljp-uses li { font-size: 0.9rem; color: var(--pd-text); padding-left: 22px; position: relative; line-height: 1.5; }\n.pd-ljp-uses li::before { content: ''; position: absolute; left: 0; top: 7px; width: 8px; height: 8px; border-radius: 50%; background: var(--pd-accent); }\n\n\/* ── \"Works perfectly with\" cross-link grid ── *\/\n.pd-ljp-pairs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 32px; }\n.pd-ljp .pd-ljp-pair,\n.pd-ljp .pd-ljp-pair:link,\n.pd-ljp .pd-ljp-pair:visited {\n  display: flex !important; flex-direction: column !important; padding: 22px 22px 20px !important;\n  border: 1px solid var(--pd-border) !important; border-radius: var(--pd-radius) !important;\n  background: #ffffff !important; text-decoration: none !important;\n  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease !important;\n  font-family: inherit !important; color: inherit !important;\n}\n.pd-ljp .pd-ljp-pair:hover { border-color: var(--pd-accent) !important; transform: translateY(-2px) !important; box-shadow: 0 8px 24px rgba(0,0,0,0.08) !important; }\n.pd-ljp-pair-eyebrow { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--pd-accent); margin-bottom: 8px; }\n.pd-ljp-pair-title { font-size: 1.05rem; font-weight: 800; color: var(--pd-text); margin-bottom: 8px; line-height: 1.2; letter-spacing: -0.01em; }\n.pd-ljp-pair-text { font-size: 0.84rem; color: var(--pd-text-muted); line-height: 1.55; margin-bottom: 16px; flex: 1; }\n.pd-ljp-pair-cta { display: inline-flex; align-items: center; gap: 6px; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--pd-accent); margin-top: auto; transition: gap 0.2s ease; }\n.pd-ljp-pair:hover .pd-ljp-pair-cta { gap: 10px; }\n.pd-ljp-pair-cta svg { width: 12px; height: 12px; fill: none; stroke: currentColor; flex-shrink: 0; }\n\n\/* ── Range cross-link ── *\/\n.pd-ljp-range { border: 1px solid var(--pd-border); border-radius: var(--pd-radius); padding: 24px 28px; margin-bottom: 32px; background: var(--pd-bg-soft); text-align: center; }\n.pd-ljp-range h3 { margin-top: 0; }\n.pd-ljp-range p { color: var(--pd-text-muted); font-size: 0.9rem; max-width: 560px; margin: 0 auto 18px; }\n.pd-ljp a.pd-ljp-range-cta,\n.pd-ljp a.pd-ljp-range-cta:link,\n.pd-ljp a.pd-ljp-range-cta:visited {\n  display: inline-flex !important; align-items: center !important; justify-content: center !important;\n  gap: 8px !important; background: #c8102e !important; background-color: #c8102e !important; color: #ffffff !important;\n  font-size: 0.78rem !important; font-weight: 700 !important; letter-spacing: 0.06em !important;\n  text-transform: uppercase !important; text-decoration: none !important; padding: 12px 22px !important;\n  border: none !important; border-radius: 6px !important; line-height: 1 !important;\n  transition: background 0.2s ease !important; font-family: inherit !important;\n}\n.pd-ljp a.pd-ljp-range-cta:hover { background: #a00d24 !important; background-color: #a00d24 !important; color: #ffffff !important; text-decoration: none !important; }\n.pd-ljp a.pd-ljp-range-cta svg { width: 14px !important; height: 14px !important; min-width: 14px !important; flex-shrink: 0 !important; fill: none !important; stroke: currentColor !important; }\n\n\/* ── Why BBQ Republic (HARDENED) ── *\/\n.pd-ljp-why { background: #1a1a1a !important; color: #f0ece4 !important; border-radius: 8px; padding: 32px; margin-bottom: 32px; text-align: center; }\n.pd-ljp .pd-ljp-why-eyebrow { display: inline-block !important; font-size: 0.62rem !important; font-weight: 700 !important; letter-spacing: 0.2em !important; text-transform: uppercase !important; color: #c8102e !important; margin-bottom: 10px !important; }\n.pd-ljp .pd-ljp-why h3 { color: #f0ece4 !important; font-size: 1.25rem !important; margin: 0 0 14px !important; font-weight: 700 !important; }\n.pd-ljp .pd-ljp-why p { color: #b8b2ab !important; font-size: 0.9rem !important; max-width: 560px !important; margin: 0 auto 22px !important; line-height: 1.7 !important; }\n.pd-ljp .pd-ljp-why-actions { display: flex !important; justify-content: center !important; align-items: center !important; gap: 12px !important; flex-wrap: wrap !important; margin: 0 !important; padding: 0 !important; list-style: none !important; }\n.pd-ljp a.pd-ljp-why-btn,\n.pd-ljp a.pd-ljp-why-btn:link,\n.pd-ljp a.pd-ljp-why-btn:visited { display: inline-flex !important; align-items: center !important; justify-content: center !important; gap: 8px !important; background: #c8102e !important; background-color: #c8102e !important; color: #ffffff !important; font-size: 0.78rem !important; font-weight: 700 !important; letter-spacing: 0.06em !important; text-transform: uppercase !important; text-decoration: none !important; padding: 12px 22px !important; border: none !important; border-radius: 6px !important; line-height: 1 !important; white-space: nowrap !important; width: auto !important; height: auto !important; min-width: 0 !important; max-width: none !important; transition: background 0.2s ease !important; box-shadow: none !important; cursor: pointer !important; font-family: inherit !important; }\n.pd-ljp a.pd-ljp-why-btn:hover { background: #a00d24 !important; background-color: #a00d24 !important; color: #ffffff !important; text-decoration: none !important; }\n.pd-ljp a.pd-ljp-why-btn.pd-ljp-why-btn--ghost,\n.pd-ljp a.pd-ljp-why-btn.pd-ljp-why-btn--ghost:link,\n.pd-ljp a.pd-ljp-why-btn.pd-ljp-why-btn--ghost:visited { background: transparent !important; background-color: transparent !important; border: 1px solid #2e2e2e !important; color: #f0ece4 !important; }\n.pd-ljp a.pd-ljp-why-btn.pd-ljp-why-btn--ghost:hover { background: rgba(255,255,255,0.06) !important; background-color: rgba(255,255,255,0.06) !important; color: #f0ece4 !important; border-color: #c8102e !important; }\n.pd-ljp a.pd-ljp-why-btn svg { width: 14px !important; height: 14px !important; min-width: 14px !important; max-width: 14px !important; flex-shrink: 0 !important; fill: none !important; stroke: currentColor !important; display: inline-block !important; vertical-align: middle !important; }\n\n\/* ── FAQ ── *\/\n.pd-ljp-faq { margin-bottom: 16px; }\n.pd-ljp-faq-item { background: #ffffff; border: 1px solid var(--pd-border); border-radius: 6px; margin-bottom: 8px; overflow: hidden; transition: border-color 0.2s ease; }\n.pd-ljp-faq-item[open] { border-color: var(--pd-accent); }\n.pd-ljp-faq-item summary { padding: 14px 18px; font-weight: 700; font-size: 0.9rem; color: var(--pd-text); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }\n.pd-ljp-faq-item summary::-webkit-details-marker { display: none; }\n.pd-ljp-faq-item summary::after { content: '+'; font-size: 1.3rem; font-weight: 400; color: var(--pd-accent); transition: transform 0.2s ease; }\n.pd-ljp-faq-item[open] summary::after { content: '−'; }\n.pd-ljp-faq-answer { padding: 0 18px 16px; font-size: 0.87rem; color: var(--pd-text-muted); line-height: 1.7; }\n\n@media (max-width: 860px) {\n  .pd-ljp-pairs { grid-template-columns: 1fr; }\n}\n@media (max-width: 640px) {\n  .pd-ljp-stats { grid-template-columns: repeat(2, 1fr); }\n  .pd-ljp-stat:nth-child(2) { border-right: none; }\n  .pd-ljp-stat:nth-child(1), .pd-ljp-stat:nth-child(2) { border-bottom: 1px solid var(--pd-border-dark); }\n  .pd-ljp-features { grid-template-columns: 1fr; padding: 20px; }\n  .pd-ljp-specs-row { grid-template-columns: 1fr; gap: 4px; }\n  .pd-ljp-uses ul { grid-template-columns: 1fr; }\n  .pd-ljp-story, .pd-ljp-why { padding: 22px; }\n  .pd-ljp .pd-ljp-why-actions { flex-direction: column !important; align-items: stretch !important; }\n  .pd-ljp a.pd-ljp-why-btn { width: 100% !important; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-ljp\"\u003e\n\n  \u003c!-- STAT STRIP --\u003e\n  \u003cdiv class=\"pd-ljp-stats\"\u003e\n    \u003cdiv class=\"pd-ljp-stat\"\u003e\n\u003cspan class=\"pd-ljp-stat-value\"\u003e9kg Bag\u003c\/span\u003e\u003cspan class=\"pd-ljp-stat-label\"\u003e20lb \/ 9.5kg Net\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-stat\"\u003e\n\u003cspan class=\"pd-ljp-stat-value\"\u003e100% Hickory\u003c\/span\u003e\u003cspan class=\"pd-ljp-stat-label\"\u003eNo Filler Woods\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-stat\"\u003e\n\u003cspan class=\"pd-ljp-stat-value\"\u003eMaximum Intensity\u003c\/span\u003e\u003cspan class=\"pd-ljp-stat-label\"\u003eBark-On Flavour\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-stat\"\u003e\n\u003cspan class=\"pd-ljp-stat-value\"\u003eMade in USA\u003c\/span\u003e\u003cspan class=\"pd-ljp-stat-label\"\u003ePellet Grill Ready\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003cdiv class=\"pd-ljp-intro\"\u003e\n    \u003cp class=\"pd-ljp-intro-lead\"\u003eThe most widely used smoking pellet in America, undiluted. 100% Hickory wood, bark left on, no oak base, no filler. Pure hickory bite on brisket, ribs and pork shoulder.\u003c\/p\u003e\n    \u003cp\u003eHickory is the wood American BBQ was built on, and 100% Hickory is hickory at its loudest. Lumber Jack 100% Hickory pellets are made from pure virgin hickory wood with the bark left on, where the flavour lives. The result is the most intense, recognisable hickory smoke profile you can get from a 6mm pellet. If you cook for guests who notice the smoke, or if you want to push your brisket cook to the next level, this is the bag.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003cdiv class=\"pd-ljp-features\"\u003e\n\n    \u003cdiv class=\"pd-ljp-feature\"\u003e\n      \u003cdiv class=\"pd-ljp-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 2L8 8h8l-4-6zM6 8v14h12V8H6z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cp class=\"pd-ljp-feature-title\"\u003e100% Hickory, Zero Filler\u003c\/p\u003e\n      \u003cp class=\"pd-ljp-feature-text\"\u003eNo oak base. No alder filler. No flavoured oils. Just pure virgin hickory wood, exactly what the bag says.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-ljp-feature\"\u003e\n      \u003cdiv class=\"pd-ljp-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M8.5 14.5A2.5 2.5 0 0011 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 11-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 002.5 2.5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cp class=\"pd-ljp-feature-title\"\u003eMaximum Intensity Smoke\u003c\/p\u003e\n      \u003cp class=\"pd-ljp-feature-text\"\u003eBark left on, full flavour through. More powerful and unmistakable than any blend. This is hickory at full volume.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-ljp-feature\"\u003e\n      \u003cdiv class=\"pd-ljp-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M2 12h20M12 2c2.5 3 4 6.5 4 10s-1.5 7-4 10c-2.5-3-4-6.5-4-10s1.5-7 4-10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cp class=\"pd-ljp-feature-title\"\u003eRound Log, Whole Tree\u003c\/p\u003e\n      \u003cp class=\"pd-ljp-feature-text\"\u003eMade from whole hickory trees chipped green, not residual sawdust from furniture factories. Real wood, real smoke.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-ljp-feature\"\u003e\n      \u003cdiv class=\"pd-ljp-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"3\" y=\"6\" width=\"18\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 10h18M8 2v4M16 2v4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cp class=\"pd-ljp-feature-title\"\u003eFits Any Pellet Grill\u003c\/p\u003e\n      \u003cp class=\"pd-ljp-feature-text\"\u003eStandard 6mm BBQ pellets. Designed for Yoder Smokers, Green Mountain Grills, Traeger, Pit Boss and Camp Chef. Drop in and cook.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- STORY --\u003e\n  \u003cdiv class=\"pd-ljp-story\"\u003e\n    \u003cspan class=\"pd-ljp-story-eyebrow\"\u003e100% Hickory vs Hickory Blend\u003c\/span\u003e\n    \u003ch3\u003eWhen you want hickory and only hickory.\u003c\/h3\u003e\n    \u003cp\u003eLumber Jack makes both a Hickory Blend (60% de-barked oak \/ 40% hickory) and 100% Hickory. The Blend is the everyday workhorse: cleaner burn, lower ash, balanced smoke profile. \u003cstrong\u003e100% Hickory is the no-compromise version\u003c\/strong\u003e, with the bark left on the hickory wood for the most intense, unmistakable hickory smoke you can get.\u003c\/p\u003e\n    \u003cp\u003eThe trade-off is honest: 100% varieties produce \u003cstrong\u003emore ash\u003c\/strong\u003e than blends, because there is more bark in the bag. For shorter cooks, smoke tubes, or any time you want maximum hickory hit, the extra cleanup is worth it. For long brisket marathons where the hopper has to run clean for 14 hours, the Blend is usually the smarter call.\u003c\/p\u003e\n    \u003cp\u003eLumber Jack runs a round log plant in northern Wisconsin. Whole hickory trees, chipped green, with the bark on the primary wood, just like the old timers used to smoke meat. This is hickory the way it is meant to taste.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SPECS --\u003e\n  \u003cdiv class=\"pd-ljp-specs\"\u003e\n    \u003cdiv class=\"pd-ljp-specs-header\"\u003eSpecifications\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eWood\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003e100% Hickory (no filler woods, no oils)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eBag Size\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003e9kg (20lb)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eNet Weight\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003e9.5kg per bag\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eBag Dimensions\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003e50 x 35 x 7 cm\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eSmoke Profile\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eBold, intense, classic American hickory. Maximum bark-on flavour.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eBest For\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eBeef, pork, seafood, poultry and wild game. Brisket, ribs, pulled pork, bacon.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eAsh Content\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eHigher than the Hickory Blend (bark left on for maximum flavour)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eCompatible With\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eAll pellet grills (Yoder Smokers, GMG, Traeger, Pit Boss, Camp Chef and more)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eOrigin\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eMade in the USA from northern Wisconsin hickory\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eSKU\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eLJ9KG1H\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- USE CASES --\u003e\n  \u003ch2\u003eWhat to cook with 100% Hickory pellets\u003c\/h2\u003e\n  \u003cdiv class=\"pd-ljp-uses\"\u003e\n    \u003cul\u003e\n      \u003cli\u003eBeef brisket (for maximum smoke ring)\u003c\/li\u003e\n      \u003cli\u003eBeef ribs, short ribs and chuck roast\u003c\/li\u003e\n      \u003cli\u003ePork ribs, pulled pork and pork shoulder\u003c\/li\u003e\n      \u003cli\u003eBacon (the original hickory pairing)\u003c\/li\u003e\n      \u003cli\u003eWhole chickens, turkey and duck\u003c\/li\u003e\n      \u003cli\u003eWild game: venison, wild boar, game birds\u003c\/li\u003e\n      \u003cli\u003eSmoked sausages, brats and kransky\u003c\/li\u003e\n      \u003cli\u003eSmoke tubes for cold smoking cheese and salt\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WORKS PERFECTLY WITH --\u003e\n  \u003ch2\u003eWorks perfectly with\u003c\/h2\u003e\n  \u003cdiv class=\"pd-ljp-pairs\"\u003e\n\n    \u003ca href=\"\/collections\/yoder\" class=\"pd-ljp-pair\"\u003e\n      \u003cspan class=\"pd-ljp-pair-eyebrow\"\u003ePremium Pellet Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-title\"\u003eYoder Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-text\"\u003eHeavy-gauge American steel pellet smokers built for serious pitmasters. BBQ Republic is Australia's largest Yoder Smokers showroom.\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-cta\"\u003e\n        Shop Yoder\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/span\u003e\n    \u003c\/a\u003e\n\n    \u003ca href=\"\/collections\/green-mountain-grills-pellet-smokers\" class=\"pd-ljp-pair\"\u003e\n      \u003cspan class=\"pd-ljp-pair-eyebrow\"\u003eSmart Pellet Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-title\"\u003eGreen Mountain Grills\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-text\"\u003eWiFi-controlled pellet smokers from one of the most established names in pellet cooking. Set it from the couch.\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-cta\"\u003e\n        Shop GMG\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/span\u003e\n    \u003c\/a\u003e\n\n    \u003ca href=\"\/collections\/nexgrill-pellet-smokers\" class=\"pd-ljp-pair\"\u003e\n      \u003cspan class=\"pd-ljp-pair-eyebrow\"\u003eEntry-Level Pellet Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-title\"\u003eNexgrill Pellet Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-text\"\u003eSolid value pellet smokers to get you cooking. The right starting point for first-time pellet cooks.\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-cta\"\u003e\n        Shop Nexgrill\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/span\u003e\n    \u003c\/a\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- RANGE --\u003e\n  \u003cdiv class=\"pd-ljp-range\"\u003e\n    \u003ch3\u003eExplore the full BBQ wood pellet range\u003c\/h3\u003e\n    \u003cp\u003e100% Hickory is the purist's choice. Hickory Blend for the everyday workhorse, Apple Blend for pork and cheese, 100% Cherry for smallgoods, Mesquite for Texas-style brisket, Maple for poultry. Find the right pellet for the cook.\u003c\/p\u003e\n    \u003ca href=\"\/collections\/wood-pellets\" class=\"pd-ljp-range-cta\"\u003e\n      View All Wood Pellets\n      \u003csvg viewbox=\"0 0 24 24\" width=\"14\" height=\"14\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WHY BBQ REPUBLIC --\u003e\n  \u003cdiv class=\"pd-ljp-why\"\u003e\n    \u003cspan class=\"pd-ljp-why-eyebrow\"\u003eBuy from a Pellet Specialist\u003c\/span\u003e\n    \u003ch3\u003eAustralia's largest Yoder Smoker showroom stocks the pellets to match.\u003c\/h3\u003e\n    \u003cp\u003eBBQ Republic runs Yoder Smokers daily. We know what good pellet smoke looks like and what cheap pellets do to a cook. Lumber Jack is what we burn ourselves, on display and in stock at our Wetherill Park showroom for immediate pickup or Sydney metro delivery.\u003c\/p\u003e\n    \u003cdiv class=\"pd-ljp-why-actions\"\u003e\n      \u003ca href=\"tel:0434010411\" class=\"pd-ljp-why-btn\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" width=\"14\" height=\"14\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"fill:none;stroke:currentColor;flex-shrink:0;\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07A19.5 19.5 0 014.69 13a19.79 19.79 0 01-3.07-8.67A2 2 0 013.62 2h3a2 2 0 012 1.72c.127.96.361 1.903.7 2.81a2 2 0 01-.45 2.11L7.91 9.91a16 16 0 006.18 6.18l.98-.98a2 2 0 012.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0122 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        Call 0434 010 411\n      \u003c\/a\u003e\n      \u003ca href=\"\/pages\/contact\" class=\"pd-ljp-why-btn pd-ljp-why-btn--ghost\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" width=\"14\" height=\"14\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"fill:none;stroke:currentColor;flex-shrink:0;\"\u003e\u003cpath d=\"M3 9l9-7 9 7v11a2 2 0 01-2 2H5a2 2 0 01-2-2z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"9 22 9 12 15 12 15 22\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        Visit the Showroom\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003ch2\u003eFrequently asked questions\u003c\/h2\u003e\n  \u003cdiv class=\"pd-ljp-faq\"\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eWhat does 100% Hickory taste like?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eBold, robust, savoury and unmistakably hickory. This is the smoke profile that defines American BBQ. With the bark left on the hickory wood, 100% Hickory delivers a more intense and powerful smoke than the Hickory Blend, with that signature bacony note pitmasters love. If you want hickory to be the loudest thing on the plate, this is the bag.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003e100% Hickory vs Hickory Blend, which should I choose?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eChoose 100% Hickory when you want maximum intensity and pure hickory flavour with no oak base diluting it. It is the purist's pick for occasional big cooks, smoke tubes, or any time you want the smoke to be loud. Choose Hickory Blend (60% oak \/ 40% hickory) for daily driver use, long brisket cooks, and lower ash. Many pitmasters keep both on hand and switch depending on the cook.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eWhy is 100% Hickory more intense than the Blend?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eThe flavour of any wood lives in its bark and cambium layer. Lumber Jack's 100% varieties keep the bark on the wood, so all the flavour compounds make it into the pellet. The blends, by comparison, use a de-barked Red Oak base to keep the burn cleaner. More bark means more flavour, but also more ash. It is a deliberate trade-off.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eWhat is 100% Hickory best for?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eBeef brisket, beef ribs, pork ribs, pulled pork, pork shoulder and bacon are the headline pairings. It is also excellent on whole chickens, turkey, duck, and any game meat. Because of its intensity, 100% Hickory is also a top choice for smoke tubes used in cold smoking cheese, salt and bacon.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eDoes 100% Hickory produce more ash than the Blend?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eYes, slightly. Because the bark is left on the hickory wood for maximum flavour, there is more bark in the bag overall, which means more ash in the firebox after burning. For most pellet cooks this is not a problem, but if you regularly run 12-plus-hour brisket cooks where the hopper needs to stay clear, the Hickory Blend may suit better.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eWill these pellets work in my pellet grill?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eYes. Lumber Jack 100% Hickory pellets are standard 6mm BBQ pellets and work in all major pellet grills including Yoder Smokers, Green Mountain Grills, Traeger, Pit Boss, Camp Chef and others. They also work brilliantly in smoke tubes for cold smoking on charcoal or gas grills.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eCan I pick up from the showroom?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eYes. Lumber Jack 100% Hickory pellets are on display and available for immediate pickup from our Wetherill Park showroom, Monday to Friday 10am to 5pm and Saturday 9am to 2pm. Sydney metro delivery is also available. Call 0434 010 411 to arrange.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Lumber Jack","offers":[{"title":"Default Title","offer_id":46321256399020,"sku":"LJ9KG1H","price":37.5,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0728\/4267\/4348\/files\/LumbjerjackHickory.webp?v=1780118718"},{"product_id":"lumber-jack-smoking-pellets-9kg-mhc-competition-blend","title":"Lumber Jack Smoking Pellets 9kg – MHC Competition Blend","description":"\u003cstyle\u003e\n\/* ── Krank width fix: hide empty sidebar, expand description ── *\/\n.section__wrapper.product-description__wrapper .product-meta.sticky-to-header {\n  display: none !important;\n}\n.section__wrapper.product-description__wrapper .product-description.rte {\n  max-width: 100% !important;\n  width: 100% !important;\n  flex: 1 1 100% !important;\n}\n\n.pd-ljp {\n  --pd-bg: #ffffff;\n  --pd-bg-soft: #f7f5f4;\n  --pd-bg-dark: #1a1a1a;\n  --pd-accent: #c8102e;\n  --pd-accent-deep: #a00d24;\n  --pd-text: #1a1a1a;\n  --pd-text-muted: #5a5550;\n  --pd-text-light: #9a9490;\n  --pd-text-on-dark: #f0ece4;\n  --pd-text-on-dark-muted: #b8b2ab;\n  --pd-border: #e6e3e0;\n  --pd-border-dark: #2e2e2e;\n  --pd-radius: 8px;\n  font-family: inherit;\n  color: var(--pd-text);\n  max-width: 100%;\n  box-sizing: border-box;\n}\n.pd-ljp * { box-sizing: border-box; }\n.pd-ljp p { margin: 0 0 14px; line-height: 1.7; font-size: 0.95rem; color: var(--pd-text); }\n.pd-ljp h2 { font-size: clamp(1.4rem, 3vw, 1.8rem); font-weight: 800; letter-spacing: -0.01em; margin: 0 0 16px; line-height: 1.2; color: var(--pd-text); }\n.pd-ljp h3 { font-size: 1.05rem; font-weight: 700; margin: 0 0 10px; color: var(--pd-text); }\n\n\/* ── Stat strip ── *\/\n.pd-ljp-stats { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--pd-bg-dark); border-radius: var(--pd-radius); overflow: hidden; margin-bottom: 32px; }\n.pd-ljp-stat { padding: 22px 16px; text-align: center; border-right: 1px solid var(--pd-border-dark); }\n.pd-ljp-stat:last-child { border-right: none; }\n.pd-ljp-stat-value { display: block; font-size: 1.05rem; font-weight: 800; color: var(--pd-accent); margin-bottom: 4px; letter-spacing: -0.01em; }\n.pd-ljp-stat-label { display: block; font-size: 0.65rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; color: var(--pd-text-on-dark-muted); }\n\n\/* ── Intro ── *\/\n.pd-ljp-intro { margin-bottom: 32px; }\n.pd-ljp-intro-lead { font-size: 1.05rem; font-weight: 600; color: var(--pd-text); margin-bottom: 16px; line-height: 1.5; }\n\n\/* ── Feature grid ── *\/\n.pd-ljp-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; background: var(--pd-bg-soft); border-radius: var(--pd-radius); padding: 28px; margin-bottom: 32px; }\n.pd-ljp-feature { display: flex; flex-direction: column; gap: 6px; }\n.pd-ljp-feature-icon { width: 36px; height: 36px; border-radius: 50%; background: rgba(200, 16, 46, 0.12); display: flex; align-items: center; justify-content: center; color: var(--pd-accent); margin-bottom: 8px; }\n.pd-ljp-feature-icon svg { width: 18px; height: 18px; }\n.pd-ljp-feature-title { font-size: 0.92rem; font-weight: 700; margin: 0 0 4px; color: var(--pd-text); }\n.pd-ljp-feature-text { font-size: 0.84rem; color: var(--pd-text-muted); line-height: 1.55; margin: 0; }\n\n\/* ── Story callout ── *\/\n.pd-ljp-story { background: var(--pd-bg-dark); color: var(--pd-text-on-dark); padding: 32px; border-radius: var(--pd-radius); margin-bottom: 32px; border-left: 4px solid var(--pd-accent); }\n.pd-ljp-story-eyebrow { display: inline-block; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--pd-accent); margin-bottom: 10px; }\n.pd-ljp-story h3 { color: var(--pd-text-on-dark); font-size: 1.2rem; margin-bottom: 12px; }\n.pd-ljp-story p { color: var(--pd-text-on-dark-muted); font-size: 0.9rem; line-height: 1.75; margin-bottom: 12px; }\n.pd-ljp-story p:last-child { margin-bottom: 0; }\n.pd-ljp-story strong { color: var(--pd-text-on-dark); }\n\n\/* ── Specs ── *\/\n.pd-ljp-specs { border: 1px solid var(--pd-border); border-radius: var(--pd-radius); overflow: hidden; margin-bottom: 32px; }\n.pd-ljp-specs-header { background: var(--pd-bg-soft); padding: 14px 20px; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--pd-accent-deep); border-bottom: 1px solid var(--pd-border); }\n.pd-ljp-specs-row { display: grid; grid-template-columns: 200px 1fr; padding: 12px 20px; border-bottom: 1px solid var(--pd-border); font-size: 0.88rem; }\n.pd-ljp-specs-row:last-child { border-bottom: none; }\n.pd-ljp-specs-label { font-weight: 600; color: var(--pd-text); }\n.pd-ljp-specs-value { color: var(--pd-text-muted); }\n\n\/* ── Use cases ── *\/\n.pd-ljp-uses { background: var(--pd-bg-soft); border-radius: var(--pd-radius); padding: 28px; margin-bottom: 32px; }\n.pd-ljp-uses ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 24px; }\n.pd-ljp-uses li { font-size: 0.9rem; color: var(--pd-text); padding-left: 22px; position: relative; line-height: 1.5; }\n.pd-ljp-uses li::before { content: ''; position: absolute; left: 0; top: 7px; width: 8px; height: 8px; border-radius: 50%; background: var(--pd-accent); }\n\n\/* ── \"Works perfectly with\" cross-link grid ── *\/\n.pd-ljp-pairs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 32px; }\n.pd-ljp .pd-ljp-pair,\n.pd-ljp .pd-ljp-pair:link,\n.pd-ljp .pd-ljp-pair:visited {\n  display: flex !important; flex-direction: column !important; padding: 22px 22px 20px !important;\n  border: 1px solid var(--pd-border) !important; border-radius: var(--pd-radius) !important;\n  background: #ffffff !important; text-decoration: none !important;\n  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease !important;\n  font-family: inherit !important; color: inherit !important;\n}\n.pd-ljp .pd-ljp-pair:hover { border-color: var(--pd-accent) !important; transform: translateY(-2px) !important; box-shadow: 0 8px 24px rgba(0,0,0,0.08) !important; }\n.pd-ljp-pair-eyebrow { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--pd-accent); margin-bottom: 8px; }\n.pd-ljp-pair-title { font-size: 1.05rem; font-weight: 800; color: var(--pd-text); margin-bottom: 8px; line-height: 1.2; letter-spacing: -0.01em; }\n.pd-ljp-pair-text { font-size: 0.84rem; color: var(--pd-text-muted); line-height: 1.55; margin-bottom: 16px; flex: 1; }\n.pd-ljp-pair-cta { display: inline-flex; align-items: center; gap: 6px; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--pd-accent); margin-top: auto; transition: gap 0.2s ease; }\n.pd-ljp-pair:hover .pd-ljp-pair-cta { gap: 10px; }\n.pd-ljp-pair-cta svg { width: 12px; height: 12px; fill: none; stroke: currentColor; flex-shrink: 0; }\n\n\/* ── Range cross-link ── *\/\n.pd-ljp-range { border: 1px solid var(--pd-border); border-radius: var(--pd-radius); padding: 24px 28px; margin-bottom: 32px; background: var(--pd-bg-soft); text-align: center; }\n.pd-ljp-range h3 { margin-top: 0; }\n.pd-ljp-range p { color: var(--pd-text-muted); font-size: 0.9rem; max-width: 560px; margin: 0 auto 18px; }\n.pd-ljp a.pd-ljp-range-cta,\n.pd-ljp a.pd-ljp-range-cta:link,\n.pd-ljp a.pd-ljp-range-cta:visited {\n  display: inline-flex !important; align-items: center !important; justify-content: center !important;\n  gap: 8px !important; background: #c8102e !important; background-color: #c8102e !important; color: #ffffff !important;\n  font-size: 0.78rem !important; font-weight: 700 !important; letter-spacing: 0.06em !important;\n  text-transform: uppercase !important; text-decoration: none !important; padding: 12px 22px !important;\n  border: none !important; border-radius: 6px !important; line-height: 1 !important;\n  transition: background 0.2s ease !important; font-family: inherit !important;\n}\n.pd-ljp a.pd-ljp-range-cta:hover { background: #a00d24 !important; background-color: #a00d24 !important; color: #ffffff !important; text-decoration: none !important; }\n.pd-ljp a.pd-ljp-range-cta svg { width: 14px !important; height: 14px !important; min-width: 14px !important; flex-shrink: 0 !important; fill: none !important; stroke: currentColor !important; }\n\n\/* ── Why BBQ Republic (HARDENED) ── *\/\n.pd-ljp-why { background: #1a1a1a !important; color: #f0ece4 !important; border-radius: 8px; padding: 32px; margin-bottom: 32px; text-align: center; }\n.pd-ljp .pd-ljp-why-eyebrow { display: inline-block !important; font-size: 0.62rem !important; font-weight: 700 !important; letter-spacing: 0.2em !important; text-transform: uppercase !important; color: #c8102e !important; margin-bottom: 10px !important; }\n.pd-ljp .pd-ljp-why h3 { color: #f0ece4 !important; font-size: 1.25rem !important; margin: 0 0 14px !important; font-weight: 700 !important; }\n.pd-ljp .pd-ljp-why p { color: #b8b2ab !important; font-size: 0.9rem !important; max-width: 560px !important; margin: 0 auto 22px !important; line-height: 1.7 !important; }\n.pd-ljp .pd-ljp-why-actions { display: flex !important; justify-content: center !important; align-items: center !important; gap: 12px !important; flex-wrap: wrap !important; margin: 0 !important; padding: 0 !important; list-style: none !important; }\n.pd-ljp a.pd-ljp-why-btn,\n.pd-ljp a.pd-ljp-why-btn:link,\n.pd-ljp a.pd-ljp-why-btn:visited { display: inline-flex !important; align-items: center !important; justify-content: center !important; gap: 8px !important; background: #c8102e !important; background-color: #c8102e !important; color: #ffffff !important; font-size: 0.78rem !important; font-weight: 700 !important; letter-spacing: 0.06em !important; text-transform: uppercase !important; text-decoration: none !important; padding: 12px 22px !important; border: none !important; border-radius: 6px !important; line-height: 1 !important; white-space: nowrap !important; width: auto !important; height: auto !important; min-width: 0 !important; max-width: none !important; transition: background 0.2s ease !important; box-shadow: none !important; cursor: pointer !important; font-family: inherit !important; }\n.pd-ljp a.pd-ljp-why-btn:hover { background: #a00d24 !important; background-color: #a00d24 !important; color: #ffffff !important; text-decoration: none !important; }\n.pd-ljp a.pd-ljp-why-btn.pd-ljp-why-btn--ghost,\n.pd-ljp a.pd-ljp-why-btn.pd-ljp-why-btn--ghost:link,\n.pd-ljp a.pd-ljp-why-btn.pd-ljp-why-btn--ghost:visited { background: transparent !important; background-color: transparent !important; border: 1px solid #2e2e2e !important; color: #f0ece4 !important; }\n.pd-ljp a.pd-ljp-why-btn.pd-ljp-why-btn--ghost:hover { background: rgba(255,255,255,0.06) !important; background-color: rgba(255,255,255,0.06) !important; color: #f0ece4 !important; border-color: #c8102e !important; }\n.pd-ljp a.pd-ljp-why-btn svg { width: 14px !important; height: 14px !important; min-width: 14px !important; max-width: 14px !important; flex-shrink: 0 !important; fill: none !important; stroke: currentColor !important; display: inline-block !important; vertical-align: middle !important; }\n\n\/* ── FAQ ── *\/\n.pd-ljp-faq { margin-bottom: 16px; }\n.pd-ljp-faq-item { background: #ffffff; border: 1px solid var(--pd-border); border-radius: 6px; margin-bottom: 8px; overflow: hidden; transition: border-color 0.2s ease; }\n.pd-ljp-faq-item[open] { border-color: var(--pd-accent); }\n.pd-ljp-faq-item summary { padding: 14px 18px; font-weight: 700; font-size: 0.9rem; color: var(--pd-text); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }\n.pd-ljp-faq-item summary::-webkit-details-marker { display: none; }\n.pd-ljp-faq-item summary::after { content: '+'; font-size: 1.3rem; font-weight: 400; color: var(--pd-accent); transition: transform 0.2s ease; }\n.pd-ljp-faq-item[open] summary::after { content: '−'; }\n.pd-ljp-faq-answer { padding: 0 18px 16px; font-size: 0.87rem; color: var(--pd-text-muted); line-height: 1.7; }\n\n@media (max-width: 860px) {\n  .pd-ljp-pairs { grid-template-columns: 1fr; }\n}\n@media (max-width: 640px) {\n  .pd-ljp-stats { grid-template-columns: repeat(2, 1fr); }\n  .pd-ljp-stat:nth-child(2) { border-right: none; }\n  .pd-ljp-stat:nth-child(1), .pd-ljp-stat:nth-child(2) { border-bottom: 1px solid var(--pd-border-dark); }\n  .pd-ljp-features { grid-template-columns: 1fr; padding: 20px; }\n  .pd-ljp-specs-row { grid-template-columns: 1fr; gap: 4px; }\n  .pd-ljp-uses ul { grid-template-columns: 1fr; }\n  .pd-ljp-story, .pd-ljp-why { padding: 22px; }\n  .pd-ljp .pd-ljp-why-actions { flex-direction: column !important; align-items: stretch !important; }\n  .pd-ljp a.pd-ljp-why-btn { width: 100% !important; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-ljp\"\u003e\n\n  \u003c!-- STAT STRIP --\u003e\n  \u003cdiv class=\"pd-ljp-stats\"\u003e\n    \u003cdiv class=\"pd-ljp-stat\"\u003e\n\u003cspan class=\"pd-ljp-stat-value\"\u003e9kg Bag\u003c\/span\u003e\u003cspan class=\"pd-ljp-stat-label\"\u003e20lb \/ 9.5kg Net\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-stat\"\u003e\n\u003cspan class=\"pd-ljp-stat-value\"\u003eMaple · Hickory · Cherry\u003c\/span\u003e\u003cspan class=\"pd-ljp-stat-label\"\u003eEqual-Thirds Recipe\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-stat\"\u003e\n\u003cspan class=\"pd-ljp-stat-value\"\u003eNo Oak Filler\u003c\/span\u003e\u003cspan class=\"pd-ljp-stat-label\"\u003ePure Flavour Woods\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-stat\"\u003e\n\u003cspan class=\"pd-ljp-stat-value\"\u003eMade in USA\u003c\/span\u003e\u003cspan class=\"pd-ljp-stat-label\"\u003ePellet Grill Ready\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003cdiv class=\"pd-ljp-intro\"\u003e\n    \u003cp class=\"pd-ljp-intro-lead\"\u003eThe bag competition pitmasters carry when they can only carry one. Equal thirds Maple, Hickory and Cherry: built for brisket, ribs, pork shoulder and chicken from a single hopper.\u003c\/p\u003e\n    \u003cp\u003eThe Lumber Jack MHC Competition Blend (Maple, Hickory, Cherry) is the all-rounder of the Lumber Jack range. Unlike the other blends, there is no Red Oak base diluting the recipe. Three premium flavour woods, balanced in equal parts, designed so a competition team can cook all four categories on the same smoker without changing pellets. Hickory provides the bark and backbone. Cherry adds the rose-pink colour and sweetness. Maple bridges them with a mellow, slightly sweet smoke that softens the edges. If you only ever want to keep one pellet on hand, this is the bag that earns its keep.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003cdiv class=\"pd-ljp-features\"\u003e\n\n    \u003cdiv class=\"pd-ljp-feature\"\u003e\n      \u003cdiv class=\"pd-ljp-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 3v18M3 12h18\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cp class=\"pd-ljp-feature-title\"\u003eEqual Thirds Recipe\u003c\/p\u003e\n      \u003cp class=\"pd-ljp-feature-text\"\u003eMaple, Hickory and Cherry in equal proportions. Each wood contributes its own character to the smoke profile. No single flavour dominates.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-ljp-feature\"\u003e\n      \u003cdiv class=\"pd-ljp-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 2L4 6v6c0 5.55 3.84 9.74 8 11 4.16-1.26 8-5.45 8-11V6l-8-4z\"\u003e\u003c\/path\u003e\u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cp class=\"pd-ljp-feature-title\"\u003eThe Competition Choice\u003c\/p\u003e\n      \u003cp class=\"pd-ljp-feature-text\"\u003eBuilt for cooks who need one pellet to handle brisket, ribs, pork shoulder and chicken on the same smoker. Versatility under pressure.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-ljp-feature\"\u003e\n      \u003cdiv class=\"pd-ljp-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 2L8 8h8l-4-6zM6 8v14h12V8H6z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cp class=\"pd-ljp-feature-title\"\u003eThree Flavour Woods, No Oak Base\u003c\/p\u003e\n      \u003cp class=\"pd-ljp-feature-text\"\u003eWhere other blends use de-barked oak as a base, MHC is three premium flavour woods only. More layered smoke profile, no filler.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-ljp-feature\"\u003e\n      \u003cdiv class=\"pd-ljp-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"3\" y=\"6\" width=\"18\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 10h18M8 2v4M16 2v4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cp class=\"pd-ljp-feature-title\"\u003eFits Any Pellet Grill\u003c\/p\u003e\n      \u003cp class=\"pd-ljp-feature-text\"\u003eStandard 6mm BBQ pellets. Designed for Yoder Smokers, Green Mountain Grills, Traeger, Pit Boss and Camp Chef. Drop in and cook.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- STORY --\u003e\n  \u003cdiv class=\"pd-ljp-story\"\u003e\n    \u003cspan class=\"pd-ljp-story-eyebrow\"\u003eWhy It's the Competition Blend\u003c\/span\u003e\n    \u003ch3\u003eFour categories. One smoker. One pellet.\u003c\/h3\u003e\n    \u003cp\u003eBBQ competition teams turn in four meats: chicken, pork ribs, pork shoulder and brisket. Each one has a different ideal smoke profile, but the smoker only holds one type of pellet at a time. Reload between cooks and you lose track of your brisket, your bark, and probably the trophy.\u003c\/p\u003e\n    \u003cp\u003eThe MHC Competition Blend solves that problem. \u003cstrong\u003eHickory\u003c\/strong\u003e brings the bold, bark-building backbone for brisket and ribs. \u003cstrong\u003eCherry\u003c\/strong\u003e adds the signature rose-pink colour and a mild fruity sweetness that works with chicken and pork. \u003cstrong\u003eMaple\u003c\/strong\u003e bridges them with a mellow, slightly sweet smoke that softens the harder edges of hickory and complements every protein on the menu.\u003c\/p\u003e\n    \u003cp\u003eThe result is a single pellet that handles everything a competition team turns in. Outside the comp circuit, it is the bag most regular pellet cooks reach for when they want one good all-rounder instead of four single-flavour bags taking up shed space.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SPECS --\u003e\n  \u003cdiv class=\"pd-ljp-specs\"\u003e\n    \u003cdiv class=\"pd-ljp-specs-header\"\u003eSpecifications\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eWood Blend\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eEqual thirds Maple, Hickory and Cherry. No oak base.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eBag Size\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003e9kg (20lb)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eNet Weight\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003e9.5kg per bag\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eBag Dimensions\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003e50 x 35 x 7 cm\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eSmoke Profile\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eBalanced and layered: backbone from hickory, sweetness from cherry, smoothness from maple.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eBest For\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eAll four competition turn-ins. Especially red meat: brisket, beef ribs, pork ribs, pork shoulder.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eCompatible With\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eAll pellet grills (Yoder Smokers, GMG, Traeger, Pit Boss, Camp Chef and more)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eOrigin\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eManufactured in the USA by Lumber Jack\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eSKU\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eLJ9KGSP-1\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- USE CASES --\u003e\n  \u003ch2\u003eWhat to cook with MHC Competition Blend\u003c\/h2\u003e\n  \u003cdiv class=\"pd-ljp-uses\"\u003e\n    \u003cul\u003e\n      \u003cli\u003eBeef brisket (the competition classic)\u003c\/li\u003e\n      \u003cli\u003eBeef ribs and short ribs\u003c\/li\u003e\n      \u003cli\u003ePork ribs (competition turn-in)\u003c\/li\u003e\n      \u003cli\u003ePulled pork and pork shoulder\u003c\/li\u003e\n      \u003cli\u003eChicken thighs, wings and whole birds\u003c\/li\u003e\n      \u003cli\u003eLamb racks, lamb shoulder and butterflied lamb\u003c\/li\u003e\n      \u003cli\u003eWagyu, picanha and premium steak cuts\u003c\/li\u003e\n      \u003cli\u003eSmoked sausages, brats and smallgoods\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WORKS PERFECTLY WITH --\u003e\n  \u003ch2\u003eWorks perfectly with\u003c\/h2\u003e\n  \u003cdiv class=\"pd-ljp-pairs\"\u003e\n\n    \u003ca href=\"\/collections\/yoder\" class=\"pd-ljp-pair\"\u003e\n      \u003cspan class=\"pd-ljp-pair-eyebrow\"\u003ePremium Pellet Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-title\"\u003eYoder Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-text\"\u003eHeavy-gauge American steel pellet smokers built for serious pitmasters. BBQ Republic is Australia's largest Yoder Smokers showroom.\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-cta\"\u003e\n        Shop Yoder\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/span\u003e\n    \u003c\/a\u003e\n\n    \u003ca href=\"\/collections\/green-mountain-grills-pellet-smokers\" class=\"pd-ljp-pair\"\u003e\n      \u003cspan class=\"pd-ljp-pair-eyebrow\"\u003eSmart Pellet Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-title\"\u003eGreen Mountain Grills\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-text\"\u003eWiFi-controlled pellet smokers from one of the most established names in pellet cooking. Set it from the couch.\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-cta\"\u003e\n        Shop GMG\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/span\u003e\n    \u003c\/a\u003e\n\n    \u003ca href=\"\/collections\/nexgrill-pellet-smokers\" class=\"pd-ljp-pair\"\u003e\n      \u003cspan class=\"pd-ljp-pair-eyebrow\"\u003eEntry-Level Pellet Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-title\"\u003eNexgrill Pellet Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-text\"\u003eSolid value pellet smokers to get you cooking. The right starting point for first-time pellet cooks.\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-cta\"\u003e\n        Shop Nexgrill\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/span\u003e\n    \u003c\/a\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- RANGE --\u003e\n  \u003cdiv class=\"pd-ljp-range\"\u003e\n    \u003ch3\u003eExplore the full BBQ wood pellet range\u003c\/h3\u003e\n    \u003cp\u003eMHC Competition Blend is the all-rounder. For single-flavour specialists, try 100% Hickory or 100% Cherry. For everyday low-ash cooks, the Hickory Blend or Apple Blend. Find the right pellet for the cook.\u003c\/p\u003e\n    \u003ca href=\"\/collections\/wood-pellets\" class=\"pd-ljp-range-cta\"\u003e\n      View All Wood Pellets\n      \u003csvg viewbox=\"0 0 24 24\" width=\"14\" height=\"14\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WHY BBQ REPUBLIC --\u003e\n  \u003cdiv class=\"pd-ljp-why\"\u003e\n    \u003cspan class=\"pd-ljp-why-eyebrow\"\u003eBuy from a Pellet Specialist\u003c\/span\u003e\n    \u003ch3\u003eAustralia's largest Yoder Smoker showroom stocks the pellets to match.\u003c\/h3\u003e\n    \u003cp\u003eBBQ Republic runs Yoder Smokers daily. We know what good pellet smoke looks like and what cheap pellets do to a cook. Lumber Jack is what we burn ourselves, on display and in stock at our Wetherill Park showroom for immediate pickup or Sydney metro delivery.\u003c\/p\u003e\n    \u003cdiv class=\"pd-ljp-why-actions\"\u003e\n      \u003ca href=\"tel:0434010411\" class=\"pd-ljp-why-btn\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" width=\"14\" height=\"14\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"fill:none;stroke:currentColor;flex-shrink:0;\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07A19.5 19.5 0 014.69 13a19.79 19.79 0 01-3.07-8.67A2 2 0 013.62 2h3a2 2 0 012 1.72c.127.96.361 1.903.7 2.81a2 2 0 01-.45 2.11L7.91 9.91a16 16 0 006.18 6.18l.98-.98a2 2 0 012.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0122 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        Call 0434 010 411\n      \u003c\/a\u003e\n      \u003ca href=\"\/pages\/contact\" class=\"pd-ljp-why-btn pd-ljp-why-btn--ghost\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" width=\"14\" height=\"14\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"fill:none;stroke:currentColor;flex-shrink:0;\"\u003e\u003cpath d=\"M3 9l9-7 9 7v11a2 2 0 01-2 2H5a2 2 0 01-2-2z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"9 22 9 12 15 12 15 22\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        Visit the Showroom\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003ch2\u003eFrequently asked questions\u003c\/h2\u003e\n  \u003cdiv class=\"pd-ljp-faq\"\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eWhat does MHC Competition Blend smoke taste like?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eBalanced and layered. Hickory provides the bold, bacony backbone you expect from American BBQ. Cherry adds a soft fruity sweetness and that signature rose-pink colour. Maple bridges them with a mellow, slightly sweet smoke that softens hickory's harder edges. Together they produce a smoke profile that is full but never overwhelming, with no single wood dominating the plate.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eWhy is it called the Competition Blend?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eBBQ competition teams have to turn in four meats: chicken, pork ribs, pork shoulder and brisket. Each one ideally suits a different smoke profile, but you can only run one pellet at a time through your smoker. The Competition Blend is engineered so a single bag handles all four categories well, which is why it is one of the most popular pellets on the comp circuit. The same logic applies at home: one bag covers everything.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eWhat is MHC Competition Blend best for?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eEverything, honestly, which is the point. The manufacturer specifically positions it as excellent with red meat (brisket, beef ribs, pork shoulder) but it also handles chicken, lamb, pork ribs, sausages and even premium steak cuts beautifully. If you cook a variety of proteins and want one pellet that does it all, MHC is the answer.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eCompetition Blend vs single-flavour pellets, which should I buy?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eChoose MHC Competition Blend if you cook a variety of proteins and want one bag that handles all of them well. Choose a single-flavour pellet like 100% Hickory or 100% Cherry when you want maximum intensity of one specific smoke profile, or when you're cooking for a specific outcome (Hickory for brisket bark, Cherry for smallgoods colour). Many pellet cooks keep MHC as their daily bag and one or two single flavours for specific cooks.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eHow is MHC different from the Hickory Blend or Apple Blend?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eThe other blends use 60% de-barked Red Oak as a base with 40% of a single flavour wood on top. MHC has no oak base. It is three premium flavour woods (Maple, Hickory, Cherry) in equal proportions. That means a more layered, complex smoke profile with no filler wood at all. The trade-off is slightly more ash than the oak-base blends, but most pellet cooks find it worthwhile for the flavour depth.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eWill these pellets work in my pellet grill?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eYes. Lumber Jack pellets are standard 6mm BBQ pellets and work in all major pellet grills including Yoder Smokers, Green Mountain Grills, Traeger, Pit Boss, Camp Chef and others. If you can run pellets, you can run Lumber Jack.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eCan I pick up from the showroom?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eYes. Lumber Jack MHC Competition Blend pellets are on display and available for immediate pickup from our Wetherill Park showroom, Monday to Friday 10am to 5pm and Saturday 9am to 2pm. Sydney metro delivery is also available. Call 0434 010 411 to arrange.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Lumber Jack","offers":[{"title":"Default Title","offer_id":46321257906348,"sku":"LJ9KGSP-1","price":37.5,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0728\/4267\/4348\/files\/CompetitionBlend.jpg?v=1780118927"},{"product_id":"lumber-jack-smoking-pellets-9kg-ohc-supreme-blend","title":"Lumber Jack Smoking Pellets 9kg – OHC Supreme Blend","description":"\u003cstyle\u003e\n\/* ── Krank width fix: hide empty sidebar, expand description ── *\/\n.section__wrapper.product-description__wrapper .product-meta.sticky-to-header {\n  display: none !important;\n}\n.section__wrapper.product-description__wrapper .product-description.rte {\n  max-width: 100% !important;\n  width: 100% !important;\n  flex: 1 1 100% !important;\n}\n\n.pd-ljp {\n  --pd-bg: #ffffff;\n  --pd-bg-soft: #f7f5f4;\n  --pd-bg-dark: #1a1a1a;\n  --pd-accent: #c8102e;\n  --pd-accent-deep: #a00d24;\n  --pd-text: #1a1a1a;\n  --pd-text-muted: #5a5550;\n  --pd-text-light: #9a9490;\n  --pd-text-on-dark: #f0ece4;\n  --pd-text-on-dark-muted: #b8b2ab;\n  --pd-border: #e6e3e0;\n  --pd-border-dark: #2e2e2e;\n  --pd-radius: 8px;\n  font-family: inherit;\n  color: var(--pd-text);\n  max-width: 100%;\n  box-sizing: border-box;\n}\n.pd-ljp * { box-sizing: border-box; }\n.pd-ljp p { margin: 0 0 14px; line-height: 1.7; font-size: 0.95rem; color: var(--pd-text); }\n.pd-ljp h2 { font-size: clamp(1.4rem, 3vw, 1.8rem); font-weight: 800; letter-spacing: -0.01em; margin: 0 0 16px; line-height: 1.2; color: var(--pd-text); }\n.pd-ljp h3 { font-size: 1.05rem; font-weight: 700; margin: 0 0 10px; color: var(--pd-text); }\n\n\/* ── Stat strip ── *\/\n.pd-ljp-stats { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--pd-bg-dark); border-radius: var(--pd-radius); overflow: hidden; margin-bottom: 32px; }\n.pd-ljp-stat { padding: 22px 16px; text-align: center; border-right: 1px solid var(--pd-border-dark); }\n.pd-ljp-stat:last-child { border-right: none; }\n.pd-ljp-stat-value { display: block; font-size: 1.05rem; font-weight: 800; color: var(--pd-accent); margin-bottom: 4px; letter-spacing: -0.01em; }\n.pd-ljp-stat-label { display: block; font-size: 0.65rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; color: var(--pd-text-on-dark-muted); }\n\n\/* ── Intro ── *\/\n.pd-ljp-intro { margin-bottom: 32px; }\n.pd-ljp-intro-lead { font-size: 1.05rem; font-weight: 600; color: var(--pd-text); margin-bottom: 16px; line-height: 1.5; }\n\n\/* ── Feature grid ── *\/\n.pd-ljp-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; background: var(--pd-bg-soft); border-radius: var(--pd-radius); padding: 28px; margin-bottom: 32px; }\n.pd-ljp-feature { display: flex; flex-direction: column; gap: 6px; }\n.pd-ljp-feature-icon { width: 36px; height: 36px; border-radius: 50%; background: rgba(200, 16, 46, 0.12); display: flex; align-items: center; justify-content: center; color: var(--pd-accent); margin-bottom: 8px; }\n.pd-ljp-feature-icon svg { width: 18px; height: 18px; }\n.pd-ljp-feature-title { font-size: 0.92rem; font-weight: 700; margin: 0 0 4px; color: var(--pd-text); }\n.pd-ljp-feature-text { font-size: 0.84rem; color: var(--pd-text-muted); line-height: 1.55; margin: 0; }\n\n\/* ── Story callout ── *\/\n.pd-ljp-story { background: var(--pd-bg-dark); color: var(--pd-text-on-dark); padding: 32px; border-radius: var(--pd-radius); margin-bottom: 32px; border-left: 4px solid var(--pd-accent); }\n.pd-ljp-story-eyebrow { display: inline-block; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--pd-accent); margin-bottom: 10px; }\n.pd-ljp-story h3 { color: var(--pd-text-on-dark); font-size: 1.2rem; margin-bottom: 12px; }\n.pd-ljp-story p { color: var(--pd-text-on-dark-muted); font-size: 0.9rem; line-height: 1.75; margin-bottom: 12px; }\n.pd-ljp-story p:last-child { margin-bottom: 0; }\n.pd-ljp-story strong { color: var(--pd-text-on-dark); }\n\n\/* ── Specs ── *\/\n.pd-ljp-specs { border: 1px solid var(--pd-border); border-radius: var(--pd-radius); overflow: hidden; margin-bottom: 32px; }\n.pd-ljp-specs-header { background: var(--pd-bg-soft); padding: 14px 20px; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--pd-accent-deep); border-bottom: 1px solid var(--pd-border); }\n.pd-ljp-specs-row { display: grid; grid-template-columns: 200px 1fr; padding: 12px 20px; border-bottom: 1px solid var(--pd-border); font-size: 0.88rem; }\n.pd-ljp-specs-row:last-child { border-bottom: none; }\n.pd-ljp-specs-label { font-weight: 600; color: var(--pd-text); }\n.pd-ljp-specs-value { color: var(--pd-text-muted); }\n\n\/* ── Use cases ── *\/\n.pd-ljp-uses { background: var(--pd-bg-soft); border-radius: var(--pd-radius); padding: 28px; margin-bottom: 32px; }\n.pd-ljp-uses ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 24px; }\n.pd-ljp-uses li { font-size: 0.9rem; color: var(--pd-text); padding-left: 22px; position: relative; line-height: 1.5; }\n.pd-ljp-uses li::before { content: ''; position: absolute; left: 0; top: 7px; width: 8px; height: 8px; border-radius: 50%; background: var(--pd-accent); }\n\n\/* ── \"Works perfectly with\" cross-link grid ── *\/\n.pd-ljp-pairs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 32px; }\n.pd-ljp .pd-ljp-pair,\n.pd-ljp .pd-ljp-pair:link,\n.pd-ljp .pd-ljp-pair:visited {\n  display: flex !important; flex-direction: column !important; padding: 22px 22px 20px !important;\n  border: 1px solid var(--pd-border) !important; border-radius: var(--pd-radius) !important;\n  background: #ffffff !important; text-decoration: none !important;\n  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease !important;\n  font-family: inherit !important; color: inherit !important;\n}\n.pd-ljp .pd-ljp-pair:hover { border-color: var(--pd-accent) !important; transform: translateY(-2px) !important; box-shadow: 0 8px 24px rgba(0,0,0,0.08) !important; }\n.pd-ljp-pair-eyebrow { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--pd-accent); margin-bottom: 8px; }\n.pd-ljp-pair-title { font-size: 1.05rem; font-weight: 800; color: var(--pd-text); margin-bottom: 8px; line-height: 1.2; letter-spacing: -0.01em; }\n.pd-ljp-pair-text { font-size: 0.84rem; color: var(--pd-text-muted); line-height: 1.55; margin-bottom: 16px; flex: 1; }\n.pd-ljp-pair-cta { display: inline-flex; align-items: center; gap: 6px; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--pd-accent); margin-top: auto; transition: gap 0.2s ease; }\n.pd-ljp-pair:hover .pd-ljp-pair-cta { gap: 10px; }\n.pd-ljp-pair-cta svg { width: 12px; height: 12px; fill: none; stroke: currentColor; flex-shrink: 0; }\n\n\/* ── Range cross-link ── *\/\n.pd-ljp-range { border: 1px solid var(--pd-border); border-radius: var(--pd-radius); padding: 24px 28px; margin-bottom: 32px; background: var(--pd-bg-soft); text-align: center; }\n.pd-ljp-range h3 { margin-top: 0; }\n.pd-ljp-range p { color: var(--pd-text-muted); font-size: 0.9rem; max-width: 560px; margin: 0 auto 18px; }\n.pd-ljp a.pd-ljp-range-cta,\n.pd-ljp a.pd-ljp-range-cta:link,\n.pd-ljp a.pd-ljp-range-cta:visited {\n  display: inline-flex !important; align-items: center !important; justify-content: center !important;\n  gap: 8px !important; background: #c8102e !important; background-color: #c8102e !important; color: #ffffff !important;\n  font-size: 0.78rem !important; font-weight: 700 !important; letter-spacing: 0.06em !important;\n  text-transform: uppercase !important; text-decoration: none !important; padding: 12px 22px !important;\n  border: none !important; border-radius: 6px !important; line-height: 1 !important;\n  transition: background 0.2s ease !important; font-family: inherit !important;\n}\n.pd-ljp a.pd-ljp-range-cta:hover { background: #a00d24 !important; background-color: #a00d24 !important; color: #ffffff !important; text-decoration: none !important; }\n.pd-ljp a.pd-ljp-range-cta svg { width: 14px !important; height: 14px !important; min-width: 14px !important; flex-shrink: 0 !important; fill: none !important; stroke: currentColor !important; }\n\n\/* ── Why BBQ Republic (HARDENED) ── *\/\n.pd-ljp-why { background: #1a1a1a !important; color: #f0ece4 !important; border-radius: 8px; padding: 32px; margin-bottom: 32px; text-align: center; }\n.pd-ljp .pd-ljp-why-eyebrow { display: inline-block !important; font-size: 0.62rem !important; font-weight: 700 !important; letter-spacing: 0.2em !important; text-transform: uppercase !important; color: #c8102e !important; margin-bottom: 10px !important; }\n.pd-ljp .pd-ljp-why h3 { color: #f0ece4 !important; font-size: 1.25rem !important; margin: 0 0 14px !important; font-weight: 700 !important; }\n.pd-ljp .pd-ljp-why p { color: #b8b2ab !important; font-size: 0.9rem !important; max-width: 560px !important; margin: 0 auto 22px !important; line-height: 1.7 !important; }\n.pd-ljp .pd-ljp-why-actions { display: flex !important; justify-content: center !important; align-items: center !important; gap: 12px !important; flex-wrap: wrap !important; margin: 0 !important; padding: 0 !important; list-style: none !important; }\n.pd-ljp a.pd-ljp-why-btn,\n.pd-ljp a.pd-ljp-why-btn:link,\n.pd-ljp a.pd-ljp-why-btn:visited { display: inline-flex !important; align-items: center !important; justify-content: center !important; gap: 8px !important; background: #c8102e !important; background-color: #c8102e !important; color: #ffffff !important; font-size: 0.78rem !important; font-weight: 700 !important; letter-spacing: 0.06em !important; text-transform: uppercase !important; text-decoration: none !important; padding: 12px 22px !important; border: none !important; border-radius: 6px !important; line-height: 1 !important; white-space: nowrap !important; width: auto !important; height: auto !important; min-width: 0 !important; max-width: none !important; transition: background 0.2s ease !important; box-shadow: none !important; cursor: pointer !important; font-family: inherit !important; }\n.pd-ljp a.pd-ljp-why-btn:hover { background: #a00d24 !important; background-color: #a00d24 !important; color: #ffffff !important; text-decoration: none !important; }\n.pd-ljp a.pd-ljp-why-btn.pd-ljp-why-btn--ghost,\n.pd-ljp a.pd-ljp-why-btn.pd-ljp-why-btn--ghost:link,\n.pd-ljp a.pd-ljp-why-btn.pd-ljp-why-btn--ghost:visited { background: transparent !important; background-color: transparent !important; border: 1px solid #2e2e2e !important; color: #f0ece4 !important; }\n.pd-ljp a.pd-ljp-why-btn.pd-ljp-why-btn--ghost:hover { background: rgba(255,255,255,0.06) !important; background-color: rgba(255,255,255,0.06) !important; color: #f0ece4 !important; border-color: #c8102e !important; }\n.pd-ljp a.pd-ljp-why-btn svg { width: 14px !important; height: 14px !important; min-width: 14px !important; max-width: 14px !important; flex-shrink: 0 !important; fill: none !important; stroke: currentColor !important; display: inline-block !important; vertical-align: middle !important; }\n\n\/* ── FAQ ── *\/\n.pd-ljp-faq { margin-bottom: 16px; }\n.pd-ljp-faq-item { background: #ffffff; border: 1px solid var(--pd-border); border-radius: 6px; margin-bottom: 8px; overflow: hidden; transition: border-color 0.2s ease; }\n.pd-ljp-faq-item[open] { border-color: var(--pd-accent); }\n.pd-ljp-faq-item summary { padding: 14px 18px; font-weight: 700; font-size: 0.9rem; color: var(--pd-text); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }\n.pd-ljp-faq-item summary::-webkit-details-marker { display: none; }\n.pd-ljp-faq-item summary::after { content: '+'; font-size: 1.3rem; font-weight: 400; color: var(--pd-accent); transition: transform 0.2s ease; }\n.pd-ljp-faq-item[open] summary::after { content: '−'; }\n.pd-ljp-faq-answer { padding: 0 18px 16px; font-size: 0.87rem; color: var(--pd-text-muted); line-height: 1.7; }\n\n@media (max-width: 860px) {\n  .pd-ljp-pairs { grid-template-columns: 1fr; }\n}\n@media (max-width: 640px) {\n  .pd-ljp-stats { grid-template-columns: repeat(2, 1fr); }\n  .pd-ljp-stat:nth-child(2) { border-right: none; }\n  .pd-ljp-stat:nth-child(1), .pd-ljp-stat:nth-child(2) { border-bottom: 1px solid var(--pd-border-dark); }\n  .pd-ljp-features { grid-template-columns: 1fr; padding: 20px; }\n  .pd-ljp-specs-row { grid-template-columns: 1fr; gap: 4px; }\n  .pd-ljp-uses ul { grid-template-columns: 1fr; }\n  .pd-ljp-story, .pd-ljp-why { padding: 22px; }\n  .pd-ljp .pd-ljp-why-actions { flex-direction: column !important; align-items: stretch !important; }\n  .pd-ljp a.pd-ljp-why-btn { width: 100% !important; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-ljp\"\u003e\n\n  \u003c!-- STAT STRIP --\u003e\n  \u003cdiv class=\"pd-ljp-stats\"\u003e\n    \u003cdiv class=\"pd-ljp-stat\"\u003e\n\u003cspan class=\"pd-ljp-stat-value\"\u003e9kg Bag\u003c\/span\u003e\u003cspan class=\"pd-ljp-stat-label\"\u003e20lb \/ 9.5kg Net\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-stat\"\u003e\n\u003cspan class=\"pd-ljp-stat-value\"\u003eOak · Hickory · Cherry\u003c\/span\u003e\u003cspan class=\"pd-ljp-stat-label\"\u003eEqual-Parts OHC Recipe\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-stat\"\u003e\n\u003cspan class=\"pd-ljp-stat-value\"\u003eSear + Smoke\u003c\/span\u003e\u003cspan class=\"pd-ljp-stat-label\"\u003eDual-Purpose Pellet\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-stat\"\u003e\n\u003cspan class=\"pd-ljp-stat-value\"\u003eMade in USA\u003c\/span\u003e\u003cspan class=\"pd-ljp-stat-final\"\u003ePellet Grill Ready\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003cdiv class=\"pd-ljp-intro\"\u003e\n    \u003cp class=\"pd-ljp-intro-lead\"\u003eThe everyday workhorse. The pellet engineered to sear steaks at 350 degrees and smoke brisket at 110, all from the same bag. Lumber Jack Supreme Blend (OHC), equal parts Oak, Hickory and Cherry.\u003c\/p\u003e\n    \u003cp\u003eMost pellets are built for one thing: smoke. Supreme Blend OHC is built for two. The Oak base burns hot and clean, giving you the heat you need for searing, grilling and high-temp pellet cooks. The Hickory provides the bold, bark-building smoke that pellet cooks expect. The Cherry adds the rose-pink colour and a soft fruity sweetness that takes the edge off the hickory. Combined in equal parts, it is the bag pellet cooks reach for when they cannot predict what tomorrow's cook will be. Steaks, pizza, brisket, ribs, wings: one pellet, one hopper, every cook.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003cdiv class=\"pd-ljp-features\"\u003e\n\n    \u003cdiv class=\"pd-ljp-feature\"\u003e\n      \u003cdiv class=\"pd-ljp-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 3v18M3 12h18\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cp class=\"pd-ljp-feature-title\"\u003eEqual Parts Oak, Hickory, Cherry\u003c\/p\u003e\n      \u003cp class=\"pd-ljp-feature-text\"\u003eThree flavour woods balanced in equal proportions. Oak for heat and clean burn. Hickory for the bark and bite. Cherry for sweetness and colour.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-ljp-feature\"\u003e\n      \u003cdiv class=\"pd-ljp-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M8.5 14.5A2.5 2.5 0 0011 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 11-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 002.5 2.5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cp class=\"pd-ljp-feature-title\"\u003eSears Hot, Smokes Slow\u003c\/p\u003e\n      \u003cp class=\"pd-ljp-feature-text\"\u003eThe oak base delivers high heat for searing and grilling. The hickory and cherry layer in proper BBQ smoke flavour. True dual-purpose pellet.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-ljp-feature\"\u003e\n      \u003cdiv class=\"pd-ljp-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M2 12h20M12 2c2.5 3 4 6.5 4 10s-1.5 7-4 10c-2.5-3-4-6.5-4-10s1.5-7 4-10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cp class=\"pd-ljp-feature-title\"\u003eRound Log, Whole Tree\u003c\/p\u003e\n      \u003cp class=\"pd-ljp-feature-text\"\u003eMade from whole trees chipped green, not residual sawdust from furniture factories. Pure virgin wood fibre, real flavour, no shortcuts.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-ljp-feature\"\u003e\n      \u003cdiv class=\"pd-ljp-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"3\" y=\"6\" width=\"18\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 10h18M8 2v4M16 2v4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cp class=\"pd-ljp-feature-title\"\u003eFits Any Pellet Grill\u003c\/p\u003e\n      \u003cp class=\"pd-ljp-feature-text\"\u003eStandard 6mm BBQ pellets. Designed for Yoder Smokers, Green Mountain Grills, Traeger, Pit Boss and Camp Chef. Drop in and cook.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- STORY --\u003e\n  \u003cdiv class=\"pd-ljp-story\"\u003e\n    \u003cspan class=\"pd-ljp-story-eyebrow\"\u003eWhy Supreme Blend is the Daily Driver\u003c\/span\u003e\n    \u003ch3\u003eThree woods, one job: be ready for any cook.\u003c\/h3\u003e\n    \u003cp\u003eMost pellet cooks load their hopper before they know what they're cooking. Steak tonight, pulled pork tomorrow, pizza on Sunday, ribs next weekend. Stopping to swap pellets between every cook is a hassle, and running a single-flavour bag through everything means compromising on either heat (for searing) or flavour (for low-and-slow).\u003c\/p\u003e\n    \u003cp\u003eSupreme Blend OHC solves that. The \u003cstrong\u003eOak base\u003c\/strong\u003e burns clean and hot, perfect for searing steaks, cooking pizza on the pellet grill, or running any hot-and-fast cook. The \u003cstrong\u003eHickory\u003c\/strong\u003e brings the classic American BBQ smoke that pellet cooks expect on ribs, pulled pork and brisket. The \u003cstrong\u003eCherry\u003c\/strong\u003e rounds the smoke profile out with a soft fruity sweetness and adds that signature rose-pink colour to whatever you cook.\u003c\/p\u003e\n    \u003cp\u003eIt is the bag we keep in the hopper at the Wetherill Park showroom by default. If we have one bag open, it is usually this one.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SPECS --\u003e\n  \u003cdiv class=\"pd-ljp-specs\"\u003e\n    \u003cdiv class=\"pd-ljp-specs-header\"\u003eSpecifications\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eWood Blend\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eEqual parts Oak, Hickory and Cherry (OHC)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eBag Size\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003e9kg (20lb)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eNet Weight\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003e9.5kg per bag\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eBag Dimensions\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003e50 x 35 x 7 cm\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eSmoke Profile\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eBalanced and versatile. Bold hickory backbone, sweet cherry finish, clean oak burn.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eBest For\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eDual-purpose use: high-heat searing and grilling plus low-and-slow smoking. Any protein.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eCompatible With\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eAll pellet grills (Yoder Smokers, GMG, Traeger, Pit Boss, Camp Chef and more)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eOrigin\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eMade in the USA from northern Wisconsin hardwoods\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eSKU\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eLJ9KGSP-1\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- USE CASES --\u003e\n  \u003ch2\u003eWhat to cook with Supreme Blend OHC pellets\u003c\/h2\u003e\n  \u003cdiv class=\"pd-ljp-uses\"\u003e\n    \u003cul\u003e\n      \u003cli\u003eReverse-seared ribeye and porterhouse\u003c\/li\u003e\n      \u003cli\u003eWood-fired pizza on the pellet grill\u003c\/li\u003e\n      \u003cli\u003eWagyu and smash burgers\u003c\/li\u003e\n      \u003cli\u003ePork ribs and pulled pork\u003c\/li\u003e\n      \u003cli\u003eBeef brisket and beef ribs\u003c\/li\u003e\n      \u003cli\u003eWhole chickens, wings and turkey\u003c\/li\u003e\n      \u003cli\u003eSmoked sausages, brats and kransky\u003c\/li\u003e\n      \u003cli\u003eLamb racks, lamb shoulder, lamb chops\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WORKS PERFECTLY WITH --\u003e\n  \u003ch2\u003eWorks perfectly with\u003c\/h2\u003e\n  \u003cdiv class=\"pd-ljp-pairs\"\u003e\n\n    \u003ca href=\"\/collections\/yoder\" class=\"pd-ljp-pair\"\u003e\n      \u003cspan class=\"pd-ljp-pair-eyebrow\"\u003ePremium Pellet Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-title\"\u003eYoder Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-text\"\u003eHeavy-gauge American steel pellet smokers built for serious pitmasters. BBQ Republic is Australia's largest Yoder Smokers showroom.\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-cta\"\u003e\n        Shop Yoder\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/span\u003e\n    \u003c\/a\u003e\n\n    \u003ca href=\"\/collections\/green-mountain-grills-pellet-smokers\" class=\"pd-ljp-pair\"\u003e\n      \u003cspan class=\"pd-ljp-pair-eyebrow\"\u003eSmart Pellet Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-title\"\u003eGreen Mountain Grills\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-text\"\u003eWiFi-controlled pellet smokers from one of the most established names in pellet cooking. Set it from the couch.\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-cta\"\u003e\n        Shop GMG\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/span\u003e\n    \u003c\/a\u003e\n\n    \u003ca href=\"\/collections\/nexgrill-pellet-smokers\" class=\"pd-ljp-pair\"\u003e\n      \u003cspan class=\"pd-ljp-pair-eyebrow\"\u003eEntry-Level Pellet Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-title\"\u003eNexgrill Pellet Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-text\"\u003eSolid value pellet smokers to get you cooking. The right starting point for first-time pellet cooks.\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-cta\"\u003e\n        Shop Nexgrill\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/span\u003e\n    \u003c\/a\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- RANGE --\u003e\n  \u003cdiv class=\"pd-ljp-range\"\u003e\n    \u003ch3\u003eExplore the full BBQ wood pellet range\u003c\/h3\u003e\n    \u003cp\u003eSupreme Blend OHC is the everyday all-rounder. For maximum single-flavour intensity, try 100% Hickory or 100% Cherry. For pork and cheese specialists, Apple Blend. For low-ash long cooks, the Hickory Blend. Find the right pellet for the cook.\u003c\/p\u003e\n    \u003ca href=\"\/collections\/wood-pellets\" class=\"pd-ljp-range-cta\"\u003e\n      View All Wood Pellets\n      \u003csvg viewbox=\"0 0 24 24\" width=\"14\" height=\"14\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WHY BBQ REPUBLIC --\u003e\n  \u003cdiv class=\"pd-ljp-why\"\u003e\n    \u003cspan class=\"pd-ljp-why-eyebrow\"\u003eBuy from a Pellet Specialist\u003c\/span\u003e\n    \u003ch3\u003eAustralia's largest Yoder Smoker showroom stocks the pellets to match.\u003c\/h3\u003e\n    \u003cp\u003eBBQ Republic runs Yoder Smokers daily. We know what good pellet smoke looks like and what cheap pellets do to a cook. Lumber Jack is what we burn ourselves, on display and in stock at our Wetherill Park showroom for immediate pickup or Sydney metro delivery.\u003c\/p\u003e\n    \u003cdiv class=\"pd-ljp-why-actions\"\u003e\n      \u003ca href=\"tel:0434010411\" class=\"pd-ljp-why-btn\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" width=\"14\" height=\"14\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"fill:none;stroke:currentColor;flex-shrink:0;\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07A19.5 19.5 0 014.69 13a19.79 19.79 0 01-3.07-8.67A2 2 0 013.62 2h3a2 2 0 012 1.72c.127.96.361 1.903.7 2.81a2 2 0 01-.45 2.11L7.91 9.91a16 16 0 006.18 6.18l.98-.98a2 2 0 012.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0122 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        Call 0434 010 411\n      \u003c\/a\u003e\n      \u003ca href=\"\/pages\/contact\" class=\"pd-ljp-why-btn pd-ljp-why-btn--ghost\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" width=\"14\" height=\"14\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"fill:none;stroke:currentColor;flex-shrink:0;\"\u003e\u003cpath d=\"M3 9l9-7 9 7v11a2 2 0 01-2 2H5a2 2 0 01-2-2z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"9 22 9 12 15 12 15 22\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        Visit the Showroom\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003ch2\u003eFrequently asked questions\u003c\/h2\u003e\n  \u003cdiv class=\"pd-ljp-faq\"\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eWhat does Supreme Blend OHC smoke taste like?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eBalanced, full and versatile. Hickory provides the bold, bacony backbone American BBQ is known for. Cherry adds a soft fruity sweetness and that signature rose-pink colour. Oak rounds it out with a clean, neutral base that lets you push the cooking temperature up without bitterness. Together, it is a smoke profile that suits almost anything you cook.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eWhy is Supreme Blend called dual-purpose?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eMost pellet blends are designed purely for smoking, with smoke flavour as the priority. Supreme Blend OHC is engineered to do both: deliver enough heat for high-temperature cooks like searing steaks and pizza, while still producing proper BBQ smoke flavour for low-and-slow cooks. The oak base is the key, since oak burns hotter and cleaner than fruit woods alone. One bag, two cooking styles.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eWhat is Supreme Blend OHC best for?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eAnything, really, which is the point. Reverse-seared steaks, wood-fired pizza, smash burgers, brisket, pork ribs, pulled pork, whole chickens, wings, lamb, sausages: this is the bag pellet cooks use when they cannot predict what tomorrow's cook will be. If you are looking for one \"always-loaded\" pellet for your hopper, Supreme Blend OHC is the most flexible choice in the range.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eSupreme Blend vs single-flavour pellets, which should I choose?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eChoose Supreme Blend OHC for everyday cooking when you want one bag that handles any cook. Choose a single-flavour pellet like 100% Hickory, 100% Cherry or the Apple Blend when you want maximum intensity of one specific smoke profile, or when you're cooking for a specific outcome (Hickory for brisket bark, Cherry for smallgoods colour, Apple for pork). Many pellet cooks keep Supreme Blend as their daily bag and one or two single flavours for specific cooks.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eCan I really sear steaks with this pellet?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eYes. The oak base in Supreme Blend OHC burns hotter than pure fruit-wood pellets, so it suits high-heat cooks like reverse searing, pellet-grill pizza and direct grilling. Provided your pellet grill can hit and hold the temperature you need (most quality pellet grills will run 300 to 400 degrees C), the pellet is not the limit. Many cooks use a smoke-then-sear approach: low temp first for the smoke, then crank the grill for the sear, all from the same bag.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eWill these pellets work in my pellet grill?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eYes. Lumber Jack pellets are standard 6mm BBQ pellets and work in all major pellet grills including Yoder Smokers, Green Mountain Grills, Traeger, Pit Boss, Camp Chef and others. If you can run pellets, you can run Lumber Jack.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eCan I pick up from the showroom?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eYes. Lumber Jack Supreme Blend OHC pellets are on display and available for immediate pickup from our Wetherill Park showroom, Monday to Friday 10am to 5pm and Saturday 9am to 2pm. Sydney metro delivery is also available. Call 0434 010 411 to arrange.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Lumber Jack","offers":[{"title":"Default Title","offer_id":46321685463212,"sku":"LJ9KGSP","price":37.5,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0728\/4267\/4348\/files\/LumberJack-SUPREMEBLEND-English_1500x_c7517b2b-0209-4fb3-b292-25885cbd11c3.webp?v=1780136050"},{"product_id":"lumber-jack-smoking-pellets-9kg-char-hickory","title":"Lumber Jack Smoking Pellets 9kg - Char\/Hickory","description":"\u003cstyle\u003e\n\/* ── Krank width fix: hide empty sidebar, expand description ── *\/\n.section__wrapper.product-description__wrapper .product-meta.sticky-to-header {\n  display: none !important;\n}\n.section__wrapper.product-description__wrapper .product-description.rte {\n  max-width: 100% !important;\n  width: 100% !important;\n  flex: 1 1 100% !important;\n}\n\n.pd-ljp {\n  --pd-bg: #ffffff;\n  --pd-bg-soft: #f7f5f4;\n  --pd-bg-dark: #1a1a1a;\n  --pd-accent: #c8102e;\n  --pd-accent-deep: #a00d24;\n  --pd-text: #1a1a1a;\n  --pd-text-muted: #5a5550;\n  --pd-text-light: #9a9490;\n  --pd-text-on-dark: #f0ece4;\n  --pd-text-on-dark-muted: #b8b2ab;\n  --pd-border: #e6e3e0;\n  --pd-border-dark: #2e2e2e;\n  --pd-radius: 8px;\n  font-family: inherit;\n  color: var(--pd-text);\n  max-width: 100%;\n  box-sizing: border-box;\n}\n.pd-ljp * { box-sizing: border-box; }\n.pd-ljp p { margin: 0 0 14px; line-height: 1.7; font-size: 0.95rem; color: var(--pd-text); }\n.pd-ljp h2 { font-size: clamp(1.4rem, 3vw, 1.8rem); font-weight: 800; letter-spacing: -0.01em; margin: 0 0 16px; line-height: 1.2; color: var(--pd-text); }\n.pd-ljp h3 { font-size: 1.05rem; font-weight: 700; margin: 0 0 10px; color: var(--pd-text); }\n\n\/* ── Stat strip ── *\/\n.pd-ljp-stats { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--pd-bg-dark); border-radius: var(--pd-radius); overflow: hidden; margin-bottom: 32px; }\n.pd-ljp-stat { padding: 22px 16px; text-align: center; border-right: 1px solid var(--pd-border-dark); }\n.pd-ljp-stat:last-child { border-right: none; }\n.pd-ljp-stat-value { display: block; font-size: 1.05rem; font-weight: 800; color: var(--pd-accent); margin-bottom: 4px; letter-spacing: -0.01em; }\n.pd-ljp-stat-label { display: block; font-size: 0.65rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; color: var(--pd-text-on-dark-muted); }\n\n\/* ── Intro ── *\/\n.pd-ljp-intro { margin-bottom: 32px; }\n.pd-ljp-intro-lead { font-size: 1.05rem; font-weight: 600; color: var(--pd-text); margin-bottom: 16px; line-height: 1.5; }\n\n\/* ── Feature grid ── *\/\n.pd-ljp-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; background: var(--pd-bg-soft); border-radius: var(--pd-radius); padding: 28px; margin-bottom: 32px; }\n.pd-ljp-feature { display: flex; flex-direction: column; gap: 6px; }\n.pd-ljp-feature-icon { width: 36px; height: 36px; border-radius: 50%; background: rgba(200, 16, 46, 0.12); display: flex; align-items: center; justify-content: center; color: var(--pd-accent); margin-bottom: 8px; }\n.pd-ljp-feature-icon svg { width: 18px; height: 18px; }\n.pd-ljp-feature-title { font-size: 0.92rem; font-weight: 700; margin: 0 0 4px; color: var(--pd-text); }\n.pd-ljp-feature-text { font-size: 0.84rem; color: var(--pd-text-muted); line-height: 1.55; margin: 0; }\n\n\/* ── Story callout ── *\/\n.pd-ljp-story { background: var(--pd-bg-dark); color: var(--pd-text-on-dark); padding: 32px; border-radius: var(--pd-radius); margin-bottom: 32px; border-left: 4px solid var(--pd-accent); }\n.pd-ljp-story-eyebrow { display: inline-block; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--pd-accent); margin-bottom: 10px; }\n.pd-ljp-story h3 { color: var(--pd-text-on-dark); font-size: 1.2rem; margin-bottom: 12px; }\n.pd-ljp-story p { color: var(--pd-text-on-dark-muted); font-size: 0.9rem; line-height: 1.75; margin-bottom: 12px; }\n.pd-ljp-story p:last-child { margin-bottom: 0; }\n.pd-ljp-story strong { color: var(--pd-text-on-dark); }\n\n\/* ── Specs ── *\/\n.pd-ljp-specs { border: 1px solid var(--pd-border); border-radius: var(--pd-radius); overflow: hidden; margin-bottom: 32px; }\n.pd-ljp-specs-header { background: var(--pd-bg-soft); padding: 14px 20px; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--pd-accent-deep); border-bottom: 1px solid var(--pd-border); }\n.pd-ljp-specs-row { display: grid; grid-template-columns: 200px 1fr; padding: 12px 20px; border-bottom: 1px solid var(--pd-border); font-size: 0.88rem; }\n.pd-ljp-specs-row:last-child { border-bottom: none; }\n.pd-ljp-specs-label { font-weight: 600; color: var(--pd-text); }\n.pd-ljp-specs-value { color: var(--pd-text-muted); }\n\n\/* ── Use cases ── *\/\n.pd-ljp-uses { background: var(--pd-bg-soft); border-radius: var(--pd-radius); padding: 28px; margin-bottom: 32px; }\n.pd-ljp-uses ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 24px; }\n.pd-ljp-uses li { font-size: 0.9rem; color: var(--pd-text); padding-left: 22px; position: relative; line-height: 1.5; }\n.pd-ljp-uses li::before { content: ''; position: absolute; left: 0; top: 7px; width: 8px; height: 8px; border-radius: 50%; background: var(--pd-accent); }\n\n\/* ── \"Works perfectly with\" cross-link grid ── *\/\n.pd-ljp-pairs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 32px; }\n.pd-ljp .pd-ljp-pair,\n.pd-ljp .pd-ljp-pair:link,\n.pd-ljp .pd-ljp-pair:visited {\n  display: flex !important; flex-direction: column !important; padding: 22px 22px 20px !important;\n  border: 1px solid var(--pd-border) !important; border-radius: var(--pd-radius) !important;\n  background: #ffffff !important; text-decoration: none !important;\n  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease !important;\n  font-family: inherit !important; color: inherit !important;\n}\n.pd-ljp .pd-ljp-pair:hover { border-color: var(--pd-accent) !important; transform: translateY(-2px) !important; box-shadow: 0 8px 24px rgba(0,0,0,0.08) !important; }\n.pd-ljp-pair-eyebrow { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--pd-accent); margin-bottom: 8px; }\n.pd-ljp-pair-title { font-size: 1.05rem; font-weight: 800; color: var(--pd-text); margin-bottom: 8px; line-height: 1.2; letter-spacing: -0.01em; }\n.pd-ljp-pair-text { font-size: 0.84rem; color: var(--pd-text-muted); line-height: 1.55; margin-bottom: 16px; flex: 1; }\n.pd-ljp-pair-cta { display: inline-flex; align-items: center; gap: 6px; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--pd-accent); margin-top: auto; transition: gap 0.2s ease; }\n.pd-ljp-pair:hover .pd-ljp-pair-cta { gap: 10px; }\n.pd-ljp-pair-cta svg { width: 12px; height: 12px; fill: none; stroke: currentColor; flex-shrink: 0; }\n\n\/* ── Range cross-link ── *\/\n.pd-ljp-range { border: 1px solid var(--pd-border); border-radius: var(--pd-radius); padding: 24px 28px; margin-bottom: 32px; background: var(--pd-bg-soft); text-align: center; }\n.pd-ljp-range h3 { margin-top: 0; }\n.pd-ljp-range p { color: var(--pd-text-muted); font-size: 0.9rem; max-width: 560px; margin: 0 auto 18px; }\n.pd-ljp a.pd-ljp-range-cta,\n.pd-ljp a.pd-ljp-range-cta:link,\n.pd-ljp a.pd-ljp-range-cta:visited {\n  display: inline-flex !important; align-items: center !important; justify-content: center !important;\n  gap: 8px !important; background: #c8102e !important; background-color: #c8102e !important; color: #ffffff !important;\n  font-size: 0.78rem !important; font-weight: 700 !important; letter-spacing: 0.06em !important;\n  text-transform: uppercase !important; text-decoration: none !important; padding: 12px 22px !important;\n  border: none !important; border-radius: 6px !important; line-height: 1 !important;\n  transition: background 0.2s ease !important; font-family: inherit !important;\n}\n.pd-ljp a.pd-ljp-range-cta:hover { background: #a00d24 !important; background-color: #a00d24 !important; color: #ffffff !important; text-decoration: none !important; }\n.pd-ljp a.pd-ljp-range-cta svg { width: 14px !important; height: 14px !important; min-width: 14px !important; flex-shrink: 0 !important; fill: none !important; stroke: currentColor !important; }\n\n\/* ── Why BBQ Republic (HARDENED) ── *\/\n.pd-ljp-why { background: #1a1a1a !important; color: #f0ece4 !important; border-radius: 8px; padding: 32px; margin-bottom: 32px; text-align: center; }\n.pd-ljp .pd-ljp-why-eyebrow { display: inline-block !important; font-size: 0.62rem !important; font-weight: 700 !important; letter-spacing: 0.2em !important; text-transform: uppercase !important; color: #c8102e !important; margin-bottom: 10px !important; }\n.pd-ljp .pd-ljp-why h3 { color: #f0ece4 !important; font-size: 1.25rem !important; margin: 0 0 14px !important; font-weight: 700 !important; }\n.pd-ljp .pd-ljp-why p { color: #b8b2ab !important; font-size: 0.9rem !important; max-width: 560px !important; margin: 0 auto 22px !important; line-height: 1.7 !important; }\n.pd-ljp .pd-ljp-why-actions { display: flex !important; justify-content: center !important; align-items: center !important; gap: 12px !important; flex-wrap: wrap !important; margin: 0 !important; padding: 0 !important; list-style: none !important; }\n.pd-ljp a.pd-ljp-why-btn,\n.pd-ljp a.pd-ljp-why-btn:link,\n.pd-ljp a.pd-ljp-why-btn:visited { display: inline-flex !important; align-items: center !important; justify-content: center !important; gap: 8px !important; background: #c8102e !important; background-color: #c8102e !important; color: #ffffff !important; font-size: 0.78rem !important; font-weight: 700 !important; letter-spacing: 0.06em !important; text-transform: uppercase !important; text-decoration: none !important; padding: 12px 22px !important; border: none !important; border-radius: 6px !important; line-height: 1 !important; white-space: nowrap !important; width: auto !important; height: auto !important; min-width: 0 !important; max-width: none !important; transition: background 0.2s ease !important; box-shadow: none !important; cursor: pointer !important; font-family: inherit !important; }\n.pd-ljp a.pd-ljp-why-btn:hover { background: #a00d24 !important; background-color: #a00d24 !important; color: #ffffff !important; text-decoration: none !important; }\n.pd-ljp a.pd-ljp-why-btn.pd-ljp-why-btn--ghost,\n.pd-ljp a.pd-ljp-why-btn.pd-ljp-why-btn--ghost:link,\n.pd-ljp a.pd-ljp-why-btn.pd-ljp-why-btn--ghost:visited { background: transparent !important; background-color: transparent !important; border: 1px solid #2e2e2e !important; color: #f0ece4 !important; }\n.pd-ljp a.pd-ljp-why-btn.pd-ljp-why-btn--ghost:hover { background: rgba(255,255,255,0.06) !important; background-color: rgba(255,255,255,0.06) !important; color: #f0ece4 !important; border-color: #c8102e !important; }\n.pd-ljp a.pd-ljp-why-btn svg { width: 14px !important; height: 14px !important; min-width: 14px !important; max-width: 14px !important; flex-shrink: 0 !important; fill: none !important; stroke: currentColor !important; display: inline-block !important; vertical-align: middle !important; }\n\n\/* ── FAQ ── *\/\n.pd-ljp-faq { margin-bottom: 16px; }\n.pd-ljp-faq-item { background: #ffffff; border: 1px solid var(--pd-border); border-radius: 6px; margin-bottom: 8px; overflow: hidden; transition: border-color 0.2s ease; }\n.pd-ljp-faq-item[open] { border-color: var(--pd-accent); }\n.pd-ljp-faq-item summary { padding: 14px 18px; font-weight: 700; font-size: 0.9rem; color: var(--pd-text); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }\n.pd-ljp-faq-item summary::-webkit-details-marker { display: none; }\n.pd-ljp-faq-item summary::after { content: '+'; font-size: 1.3rem; font-weight: 400; color: var(--pd-accent); transition: transform 0.2s ease; }\n.pd-ljp-faq-item[open] summary::after { content: '−'; }\n.pd-ljp-faq-answer { padding: 0 18px 16px; font-size: 0.87rem; color: var(--pd-text-muted); line-height: 1.7; }\n\n@media (max-width: 860px) {\n  .pd-ljp-pairs { grid-template-columns: 1fr; }\n}\n@media (max-width: 640px) {\n  .pd-ljp-stats { grid-template-columns: repeat(2, 1fr); }\n  .pd-ljp-stat:nth-child(2) { border-right: none; }\n  .pd-ljp-stat:nth-child(1), .pd-ljp-stat:nth-child(2) { border-bottom: 1px solid var(--pd-border-dark); }\n  .pd-ljp-features { grid-template-columns: 1fr; padding: 20px; }\n  .pd-ljp-specs-row { grid-template-columns: 1fr; gap: 4px; }\n  .pd-ljp-uses ul { grid-template-columns: 1fr; }\n  .pd-ljp-story, .pd-ljp-why { padding: 22px; }\n  .pd-ljp .pd-ljp-why-actions { flex-direction: column !important; align-items: stretch !important; }\n  .pd-ljp a.pd-ljp-why-btn { width: 100% !important; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-ljp\"\u003e\n\n  \u003c!-- STAT STRIP --\u003e\n  \u003cdiv class=\"pd-ljp-stats\"\u003e\n    \u003cdiv class=\"pd-ljp-stat\"\u003e\n\u003cspan class=\"pd-ljp-stat-value\"\u003e9kg Bag\u003c\/span\u003e\u003cspan class=\"pd-ljp-stat-label\"\u003e20lb \/ 9.5kg Net\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-stat\"\u003e\n\u003cspan class=\"pd-ljp-stat-value\"\u003e20% Charcoal · 80% Hickory\u003c\/span\u003e\u003cspan class=\"pd-ljp-stat-label\"\u003eUnique Char Blend\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-stat\"\u003e\n\u003cspan class=\"pd-ljp-stat-value\"\u003eDeeper Smoke Ring\u003c\/span\u003e\u003cspan class=\"pd-ljp-stat-label\"\u003eCharcoal-Boosted\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-stat\"\u003e\n\u003cspan class=\"pd-ljp-stat-value\"\u003eMade in USA\u003c\/span\u003e\u003cspan class=\"pd-ljp-stat-label\"\u003ePellet Grill Ready\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003cdiv class=\"pd-ljp-intro\"\u003e\n    \u003cp class=\"pd-ljp-intro-lead\"\u003eThe pellet that brings real charcoal flavour to a pellet grill. 20% genuine charcoal blended with 80% Hickory wood. The closest you can get to a Weber Smokey Mountain finish from a Yoder hopper.\u003c\/p\u003e\n    \u003cp\u003eLumber Jack Char\/Hickory is the one pellet on the market that does something no other can: it puts actual charcoal in your hopper. The 20% charcoal content delivers two things pellet grills have always struggled to replicate, the deep smoke ring you only get from charcoal cooking and the traditional charcoal flavour that defines real BBQ. The 80% Hickory provides the bold, bacony smoke profile every pellet cook expects. For brisket cooks chasing a competition-grade smoke ring on a pellet grill, this is the bag.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003cdiv class=\"pd-ljp-features\"\u003e\n\n    \u003cdiv class=\"pd-ljp-feature\"\u003e\n      \u003cdiv class=\"pd-ljp-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"6\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"2\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cp class=\"pd-ljp-feature-title\"\u003e20% Real Charcoal in Every Pellet\u003c\/p\u003e\n      \u003cp class=\"pd-ljp-feature-text\"\u003eNo other manufacturer blends actual charcoal into their wood pellets. Char\/Hickory is genuinely unique. Charcoal flavour from a pellet grill.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-ljp-feature\"\u003e\n      \u003cdiv class=\"pd-ljp-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cp class=\"pd-ljp-feature-title\"\u003eDeeper, Better Smoke Rings\u003c\/p\u003e\n      \u003cp class=\"pd-ljp-feature-text\"\u003eCharcoal produces more nitric oxide than wood alone, and that is what creates the pink smoke ring on smoked meat. More charcoal in the burn means more visible smoke ring.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-ljp-feature\"\u003e\n      \u003cdiv class=\"pd-ljp-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M8.5 14.5A2.5 2.5 0 0011 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 11-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 002.5 2.5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cp class=\"pd-ljp-feature-title\"\u003eTraditional Charcoal Flavour\u003c\/p\u003e\n      \u003cp class=\"pd-ljp-feature-text\"\u003eThat distinct charcoal-cooked taste pellet grills cannot normally reproduce. Char\/Hickory delivers it without giving up the convenience of a set-and-forget pellet smoker.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-ljp-feature\"\u003e\n      \u003cdiv class=\"pd-ljp-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"3\" y=\"6\" width=\"18\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 10h18M8 2v4M16 2v4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cp class=\"pd-ljp-feature-title\"\u003eFits Any Pellet Grill\u003c\/p\u003e\n      \u003cp class=\"pd-ljp-feature-text\"\u003eStandard 6mm BBQ pellets. Designed for Yoder Smokers, Green Mountain Grills, Traeger, Pit Boss and Camp Chef. Drop in and cook.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- STORY --\u003e\n  \u003cdiv class=\"pd-ljp-story\"\u003e\n    \u003cspan class=\"pd-ljp-story-eyebrow\"\u003eWhy The Charcoal Matters\u003c\/span\u003e\n    \u003ch3\u003eThe science of the smoke ring, on a pellet grill.\u003c\/h3\u003e\n    \u003cp\u003eThat pink smoke ring you see around the outside of a properly smoked brisket is not just for show. It is the visual signature of real wood-smoke cooking, produced when nitric oxide and nitrogen dioxide from the burning fuel react with the myoglobin in the meat. The more of these compounds in the smoke, the deeper and more visible the ring.\u003c\/p\u003e\n    \u003cp\u003eThe catch: \u003cstrong\u003echarcoal produces far more nitric oxide than wood\u003c\/strong\u003e. That is why traditional charcoal BBQs are famous for deep, photogenic smoke rings, and why pellet grills (which burn pure wood) are known for thinner ones. Char\/Hickory closes that gap by blending 20% genuine charcoal directly into the pellet, so every pellet that drops into the auger carries some charcoal into the burn.\u003c\/p\u003e\n    \u003cp\u003eThe 80% Hickory does the rest. You get the bold, classic American BBQ smoke flavour you expect from a Hickory pellet, plus a noticeably better smoke ring and a distinct charcoal-cooked finish. For competition brisket cooks judged on appearance as well as flavour, this is the bag that closes the loop.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SPECS --\u003e\n  \u003cdiv class=\"pd-ljp-specs\"\u003e\n    \u003cdiv class=\"pd-ljp-specs-header\"\u003eSpecifications\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eBlend\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003e20% Charcoal \/ 80% Hickory wood\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eBag Size\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003e9kg (20lb)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eNet Weight\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003e9.5kg per bag\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eBag Dimensions\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003e50 x 35 x 7 cm\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eSmoke Profile\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eBold hickory smoke with traditional charcoal undertones. Deeper smoke rings than wood-only pellets.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eBest For\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eBrisket, beef ribs, pork ribs, pulled pork. Any cook where smoke ring and bark matter.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eCompatible With\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eAll pellet grills (Yoder Smokers, GMG, Traeger, Pit Boss, Camp Chef and more)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eOrigin\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eManufactured in the USA by Lumber Jack\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eSKU\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eLJ9KGCH\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- USE CASES --\u003e\n  \u003ch2\u003eWhat to cook with Char\/Hickory pellets\u003c\/h2\u003e\n  \u003cdiv class=\"pd-ljp-uses\"\u003e\n    \u003cul\u003e\n      \u003cli\u003eBeef brisket (for maximum smoke ring)\u003c\/li\u003e\n      \u003cli\u003eBeef ribs and short ribs\u003c\/li\u003e\n      \u003cli\u003ePork ribs (St Louis and baby back)\u003c\/li\u003e\n      \u003cli\u003ePulled pork and pork shoulder\u003c\/li\u003e\n      \u003cli\u003ePork belly burnt ends\u003c\/li\u003e\n      \u003cli\u003eWhole chickens, wings and turkey\u003c\/li\u003e\n      \u003cli\u003eTri-tip, picanha and rump roast\u003c\/li\u003e\n      \u003cli\u003eSmoked sausages and brats\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WORKS PERFECTLY WITH --\u003e\n  \u003ch2\u003eWorks perfectly with\u003c\/h2\u003e\n  \u003cdiv class=\"pd-ljp-pairs\"\u003e\n\n    \u003ca href=\"\/collections\/yoder\" class=\"pd-ljp-pair\"\u003e\n      \u003cspan class=\"pd-ljp-pair-eyebrow\"\u003ePremium Pellet Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-title\"\u003eYoder Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-text\"\u003eHeavy-gauge American steel pellet smokers built for serious pitmasters. BBQ Republic is Australia's largest Yoder Smokers showroom.\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-cta\"\u003e\n        Shop Yoder\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/span\u003e\n    \u003c\/a\u003e\n\n    \u003ca href=\"\/collections\/green-mountain-grills-pellet-smokers\" class=\"pd-ljp-pair\"\u003e\n      \u003cspan class=\"pd-ljp-pair-eyebrow\"\u003eSmart Pellet Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-title\"\u003eGreen Mountain Grills\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-text\"\u003eWiFi-controlled pellet smokers from one of the most established names in pellet cooking. Set it from the couch.\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-cta\"\u003e\n        Shop GMG\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/span\u003e\n    \u003c\/a\u003e\n\n    \u003ca href=\"\/collections\/nexgrill-pellet-smokers\" class=\"pd-ljp-pair\"\u003e\n      \u003cspan class=\"pd-ljp-pair-eyebrow\"\u003eEntry-Level Pellet Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-title\"\u003eNexgrill Pellet Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-text\"\u003eSolid value pellet smokers to get you cooking. The right starting point for first-time pellet cooks.\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-cta\"\u003e\n        Shop Nexgrill\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/span\u003e\n    \u003c\/a\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- RANGE --\u003e\n  \u003cdiv class=\"pd-ljp-range\"\u003e\n    \u003ch3\u003eExplore the full BBQ wood pellet range\u003c\/h3\u003e\n    \u003cp\u003eChar\/Hickory is the smoke ring specialist. For everyday all-rounders try Supreme Blend OHC. For maximum single-flavour intensity, 100% Hickory or 100% Cherry. For pork and cheese, Apple Blend. For low-ash long cooks, the Hickory Blend. Find the right pellet for the cook.\u003c\/p\u003e\n    \u003ca href=\"\/collections\/wood-pellets\" class=\"pd-ljp-range-cta\"\u003e\n      View All Wood Pellets\n      \u003csvg viewbox=\"0 0 24 24\" width=\"14\" height=\"14\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WHY BBQ REPUBLIC --\u003e\n  \u003cdiv class=\"pd-ljp-why\"\u003e\n    \u003cspan class=\"pd-ljp-why-eyebrow\"\u003eBuy from a Pellet Specialist\u003c\/span\u003e\n    \u003ch3\u003eAustralia's largest Yoder Smoker showroom stocks the pellets to match.\u003c\/h3\u003e\n    \u003cp\u003eBBQ Republic runs Yoder Smokers daily. We know what good pellet smoke looks like and what cheap pellets do to a cook. Lumber Jack is what we burn ourselves, on display and in stock at our Wetherill Park showroom for immediate pickup or Sydney metro delivery.\u003c\/p\u003e\n    \u003cdiv class=\"pd-ljp-why-actions\"\u003e\n      \u003ca href=\"tel:0434010411\" class=\"pd-ljp-why-btn\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" width=\"14\" height=\"14\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"fill:none;stroke:currentColor;flex-shrink:0;\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07A19.5 19.5 0 014.69 13a19.79 19.79 0 01-3.07-8.67A2 2 0 013.62 2h3a2 2 0 012 1.72c.127.96.361 1.903.7 2.81a2 2 0 01-.45 2.11L7.91 9.91a16 16 0 006.18 6.18l.98-.98a2 2 0 012.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0122 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        Call 0434 010 411\n      \u003c\/a\u003e\n      \u003ca href=\"\/pages\/contact\" class=\"pd-ljp-why-btn pd-ljp-why-btn--ghost\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" width=\"14\" height=\"14\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"fill:none;stroke:currentColor;flex-shrink:0;\"\u003e\u003cpath d=\"M3 9l9-7 9 7v11a2 2 0 01-2 2H5a2 2 0 01-2-2z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"9 22 9 12 15 12 15 22\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        Visit the Showroom\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003ch2\u003eFrequently asked questions\u003c\/h2\u003e\n  \u003cdiv class=\"pd-ljp-faq\"\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eWhat is Char\/Hickory and how does it work?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eChar\/Hickory is a unique Lumber Jack pellet that blends 20% real charcoal with 80% Hickory wood. The charcoal does two things you cannot achieve with a wood-only pellet: it produces a noticeably deeper pink smoke ring, and it adds that distinct charcoal-cooked flavour you usually only get from a Weber kettle or offset smoker. The Hickory provides the bold, bacony smoke profile that pellet cooks expect. It is the only pellet on the market with this recipe.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eWill I really get a better smoke ring with Char\/Hickory?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eYes, and there's actual science behind it. The pink smoke ring on smoked meat is created when nitric oxide and nitrogen dioxide from the burning fuel react with myoglobin in the meat. Charcoal produces significantly more of these gases than wood does, which is why charcoal cooks famously have deeper smoke rings than pellet cooks. With 20% real charcoal in the pellet, Char\/Hickory delivers a deeper, more visible smoke ring than a 100% wood pellet on the same cut of meat.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eDoes it really taste like charcoal BBQ?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eCloser than any other pellet you can buy, yes. It will not be identical to cooking on a Weber Smokey Mountain or a Big Green Egg loaded with lump charcoal, because the charcoal-to-wood ratio is different. But for a pellet grill, this is as close to that traditional charcoal flavour as you can get. If you have ever felt your pellet grill was missing something you used to taste from charcoal cooking, Char\/Hickory is the answer.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eChar\/Hickory vs 100% Hickory vs Hickory Blend, which should I use?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eChoose Char\/Hickory when smoke ring and charcoal flavour matter, especially on brisket, beef ribs and competition cooks where appearance is judged. Choose 100% Hickory for maximum pure hickory intensity. Choose Hickory Blend for everyday cooks where you want strong hickory smoke with lower ash and a cleaner burn. Many serious pellet cooks keep Char\/Hickory specifically for brisket and beef cooks where the smoke ring will be the first thing people see.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eWill Char\/Hickory work in my pellet grill?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eYes. Char\/Hickory is a standard 6mm BBQ pellet and works in all major pellet grills including Yoder Smokers, Green Mountain Grills, Traeger, Pit Boss, Camp Chef and others. The charcoal content does not affect how it feeds through the auger or burns in the firepot.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eHow long does a 9kg bag last?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eA rough rule of thumb on a quality pellet grill is around 1kg of pellets per hour at smoking temperatures (around 110 to 120 degrees C), and more at hotter cooks. A 9kg bag will get you through several long cooks. For brisket cooks specifically, expect to use 4 to 6kg per brisket, so a bag covers about two big cooks.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eCan I pick up from the showroom?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eYes. Lumber Jack Char\/Hickory pellets are on display and available for immediate pickup from our Wetherill Park showroom, Monday to Friday 10am to 5pm and Saturday 9am to 2pm. Sydney metro delivery is also available. Call 0434 010 411 to arrange.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Lumber Jack","offers":[{"title":"Default Title","offer_id":46321687003308,"sku":"LJ9KGCH","price":37.5,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0728\/4267\/4348\/files\/char-lumber-for-web-e1775093807999.jpg?v=1780136500"},{"product_id":"lumber-jack-smoking-pellets-9kg-100-oak","title":"Lumber Jack Smoking Pellets 9kg - 100% Oak","description":"\u003cstyle\u003e\n\/* ── Krank width fix: hide empty sidebar, expand description ── *\/\n.section__wrapper.product-description__wrapper .product-meta.sticky-to-header {\n  display: none !important;\n}\n.section__wrapper.product-description__wrapper .product-description.rte {\n  max-width: 100% !important;\n  width: 100% !important;\n  flex: 1 1 100% !important;\n}\n\n.pd-ljp {\n  --pd-bg: #ffffff;\n  --pd-bg-soft: #f7f5f4;\n  --pd-bg-dark: #1a1a1a;\n  --pd-accent: #c8102e;\n  --pd-accent-deep: #a00d24;\n  --pd-text: #1a1a1a;\n  --pd-text-muted: #5a5550;\n  --pd-text-light: #9a9490;\n  --pd-text-on-dark: #f0ece4;\n  --pd-text-on-dark-muted: #b8b2ab;\n  --pd-border: #e6e3e0;\n  --pd-border-dark: #2e2e2e;\n  --pd-radius: 8px;\n  font-family: inherit;\n  color: var(--pd-text);\n  max-width: 100%;\n  box-sizing: border-box;\n}\n.pd-ljp * { box-sizing: border-box; }\n.pd-ljp p { margin: 0 0 14px; line-height: 1.7; font-size: 0.95rem; color: var(--pd-text); }\n.pd-ljp h2 { font-size: clamp(1.4rem, 3vw, 1.8rem); font-weight: 800; letter-spacing: -0.01em; margin: 0 0 16px; line-height: 1.2; color: var(--pd-text); }\n.pd-ljp h3 { font-size: 1.05rem; font-weight: 700; margin: 0 0 10px; color: var(--pd-text); }\n\n\/* ── Stat strip ── *\/\n.pd-ljp-stats { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--pd-bg-dark); border-radius: var(--pd-radius); overflow: hidden; margin-bottom: 32px; }\n.pd-ljp-stat { padding: 22px 16px; text-align: center; border-right: 1px solid var(--pd-border-dark); }\n.pd-ljp-stat:last-child { border-right: none; }\n.pd-ljp-stat-value { display: block; font-size: 1.05rem; font-weight: 800; color: var(--pd-accent); margin-bottom: 4px; letter-spacing: -0.01em; }\n.pd-ljp-stat-label { display: block; font-size: 0.65rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; color: var(--pd-text-on-dark-muted); }\n\n\/* ── Intro ── *\/\n.pd-ljp-intro { margin-bottom: 32px; }\n.pd-ljp-intro-lead { font-size: 1.05rem; font-weight: 600; color: var(--pd-text); margin-bottom: 16px; line-height: 1.5; }\n\n\/* ── Feature grid ── *\/\n.pd-ljp-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; background: var(--pd-bg-soft); border-radius: var(--pd-radius); padding: 28px; margin-bottom: 32px; }\n.pd-ljp-feature { display: flex; flex-direction: column; gap: 6px; }\n.pd-ljp-feature-icon { width: 36px; height: 36px; border-radius: 50%; background: rgba(200, 16, 46, 0.12); display: flex; align-items: center; justify-content: center; color: var(--pd-accent); margin-bottom: 8px; }\n.pd-ljp-feature-icon svg { width: 18px; height: 18px; }\n.pd-ljp-feature-title { font-size: 0.92rem; font-weight: 700; margin: 0 0 4px; color: var(--pd-text); }\n.pd-ljp-feature-text { font-size: 0.84rem; color: var(--pd-text-muted); line-height: 1.55; margin: 0; }\n\n\/* ── Story callout ── *\/\n.pd-ljp-story { background: var(--pd-bg-dark); color: var(--pd-text-on-dark); padding: 32px; border-radius: var(--pd-radius); margin-bottom: 32px; border-left: 4px solid var(--pd-accent); }\n.pd-ljp-story-eyebrow { display: inline-block; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--pd-accent); margin-bottom: 10px; }\n.pd-ljp-story h3 { color: var(--pd-text-on-dark); font-size: 1.2rem; margin-bottom: 12px; }\n.pd-ljp-story p { color: var(--pd-text-on-dark-muted); font-size: 0.9rem; line-height: 1.75; margin-bottom: 12px; }\n.pd-ljp-story p:last-child { margin-bottom: 0; }\n.pd-ljp-story strong { color: var(--pd-text-on-dark); }\n\n\/* ── Specs ── *\/\n.pd-ljp-specs { border: 1px solid var(--pd-border); border-radius: var(--pd-radius); overflow: hidden; margin-bottom: 32px; }\n.pd-ljp-specs-header { background: var(--pd-bg-soft); padding: 14px 20px; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--pd-accent-deep); border-bottom: 1px solid var(--pd-border); }\n.pd-ljp-specs-row { display: grid; grid-template-columns: 200px 1fr; padding: 12px 20px; border-bottom: 1px solid var(--pd-border); font-size: 0.88rem; }\n.pd-ljp-specs-row:last-child { border-bottom: none; }\n.pd-ljp-specs-label { font-weight: 600; color: var(--pd-text); }\n.pd-ljp-specs-value { color: var(--pd-text-muted); }\n\n\/* ── Use cases ── *\/\n.pd-ljp-uses { background: var(--pd-bg-soft); border-radius: var(--pd-radius); padding: 28px; margin-bottom: 32px; }\n.pd-ljp-uses ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 24px; }\n.pd-ljp-uses li { font-size: 0.9rem; color: var(--pd-text); padding-left: 22px; position: relative; line-height: 1.5; }\n.pd-ljp-uses li::before { content: ''; position: absolute; left: 0; top: 7px; width: 8px; height: 8px; border-radius: 50%; background: var(--pd-accent); }\n\n\/* ── \"Works perfectly with\" cross-link grid ── *\/\n.pd-ljp-pairs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 32px; }\n.pd-ljp .pd-ljp-pair,\n.pd-ljp .pd-ljp-pair:link,\n.pd-ljp .pd-ljp-pair:visited {\n  display: flex !important; flex-direction: column !important; padding: 22px 22px 20px !important;\n  border: 1px solid var(--pd-border) !important; border-radius: var(--pd-radius) !important;\n  background: #ffffff !important; text-decoration: none !important;\n  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease !important;\n  font-family: inherit !important; color: inherit !important;\n}\n.pd-ljp .pd-ljp-pair:hover { border-color: var(--pd-accent) !important; transform: translateY(-2px) !important; box-shadow: 0 8px 24px rgba(0,0,0,0.08) !important; }\n.pd-ljp-pair-eyebrow { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--pd-accent); margin-bottom: 8px; }\n.pd-ljp-pair-title { font-size: 1.05rem; font-weight: 800; color: var(--pd-text); margin-bottom: 8px; line-height: 1.2; letter-spacing: -0.01em; }\n.pd-ljp-pair-text { font-size: 0.84rem; color: var(--pd-text-muted); line-height: 1.55; margin-bottom: 16px; flex: 1; }\n.pd-ljp-pair-cta { display: inline-flex; align-items: center; gap: 6px; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--pd-accent); margin-top: auto; transition: gap 0.2s ease; }\n.pd-ljp-pair:hover .pd-ljp-pair-cta { gap: 10px; }\n.pd-ljp-pair-cta svg { width: 12px; height: 12px; fill: none; stroke: currentColor; flex-shrink: 0; }\n\n\/* ── Range cross-link ── *\/\n.pd-ljp-range { border: 1px solid var(--pd-border); border-radius: var(--pd-radius); padding: 24px 28px; margin-bottom: 32px; background: var(--pd-bg-soft); text-align: center; }\n.pd-ljp-range h3 { margin-top: 0; }\n.pd-ljp-range p { color: var(--pd-text-muted); font-size: 0.9rem; max-width: 560px; margin: 0 auto 18px; }\n.pd-ljp a.pd-ljp-range-cta,\n.pd-ljp a.pd-ljp-range-cta:link,\n.pd-ljp a.pd-ljp-range-cta:visited {\n  display: inline-flex !important; align-items: center !important; justify-content: center !important;\n  gap: 8px !important; background: #c8102e !important; background-color: #c8102e !important; color: #ffffff !important;\n  font-size: 0.78rem !important; font-weight: 700 !important; letter-spacing: 0.06em !important;\n  text-transform: uppercase !important; text-decoration: none !important; padding: 12px 22px !important;\n  border: none !important; border-radius: 6px !important; line-height: 1 !important;\n  transition: background 0.2s ease !important; font-family: inherit !important;\n}\n.pd-ljp a.pd-ljp-range-cta:hover { background: #a00d24 !important; background-color: #a00d24 !important; color: #ffffff !important; text-decoration: none !important; }\n.pd-ljp a.pd-ljp-range-cta svg { width: 14px !important; height: 14px !important; min-width: 14px !important; flex-shrink: 0 !important; fill: none !important; stroke: currentColor !important; }\n\n\/* ── Why BBQ Republic (HARDENED) ── *\/\n.pd-ljp-why { background: #1a1a1a !important; color: #f0ece4 !important; border-radius: 8px; padding: 32px; margin-bottom: 32px; text-align: center; }\n.pd-ljp .pd-ljp-why-eyebrow { display: inline-block !important; font-size: 0.62rem !important; font-weight: 700 !important; letter-spacing: 0.2em !important; text-transform: uppercase !important; color: #c8102e !important; margin-bottom: 10px !important; }\n.pd-ljp .pd-ljp-why h3 { color: #f0ece4 !important; font-size: 1.25rem !important; margin: 0 0 14px !important; font-weight: 700 !important; }\n.pd-ljp .pd-ljp-why p { color: #b8b2ab !important; font-size: 0.9rem !important; max-width: 560px !important; margin: 0 auto 22px !important; line-height: 1.7 !important; }\n.pd-ljp .pd-ljp-why-actions { display: flex !important; justify-content: center !important; align-items: center !important; gap: 12px !important; flex-wrap: wrap !important; margin: 0 !important; padding: 0 !important; list-style: none !important; }\n.pd-ljp a.pd-ljp-why-btn,\n.pd-ljp a.pd-ljp-why-btn:link,\n.pd-ljp a.pd-ljp-why-btn:visited { display: inline-flex !important; align-items: center !important; justify-content: center !important; gap: 8px !important; background: #c8102e !important; background-color: #c8102e !important; color: #ffffff !important; font-size: 0.78rem !important; font-weight: 700 !important; letter-spacing: 0.06em !important; text-transform: uppercase !important; text-decoration: none !important; padding: 12px 22px !important; border: none !important; border-radius: 6px !important; line-height: 1 !important; white-space: nowrap !important; width: auto !important; height: auto !important; min-width: 0 !important; max-width: none !important; transition: background 0.2s ease !important; box-shadow: none !important; cursor: pointer !important; font-family: inherit !important; }\n.pd-ljp a.pd-ljp-why-btn:hover { background: #a00d24 !important; background-color: #a00d24 !important; color: #ffffff !important; text-decoration: none !important; }\n.pd-ljp a.pd-ljp-why-btn.pd-ljp-why-btn--ghost,\n.pd-ljp a.pd-ljp-why-btn.pd-ljp-why-btn--ghost:link,\n.pd-ljp a.pd-ljp-why-btn.pd-ljp-why-btn--ghost:visited { background: transparent !important; background-color: transparent !important; border: 1px solid #2e2e2e !important; color: #f0ece4 !important; }\n.pd-ljp a.pd-ljp-why-btn.pd-ljp-why-btn--ghost:hover { background: rgba(255,255,255,0.06) !important; background-color: rgba(255,255,255,0.06) !important; color: #f0ece4 !important; border-color: #c8102e !important; }\n.pd-ljp a.pd-ljp-why-btn svg { width: 14px !important; height: 14px !important; min-width: 14px !important; max-width: 14px !important; flex-shrink: 0 !important; fill: none !important; stroke: currentColor !important; display: inline-block !important; vertical-align: middle !important; }\n\n\/* ── FAQ ── *\/\n.pd-ljp-faq { margin-bottom: 16px; }\n.pd-ljp-faq-item { background: #ffffff; border: 1px solid var(--pd-border); border-radius: 6px; margin-bottom: 8px; overflow: hidden; transition: border-color 0.2s ease; }\n.pd-ljp-faq-item[open] { border-color: var(--pd-accent); }\n.pd-ljp-faq-item summary { padding: 14px 18px; font-weight: 700; font-size: 0.9rem; color: var(--pd-text); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }\n.pd-ljp-faq-item summary::-webkit-details-marker { display: none; }\n.pd-ljp-faq-item summary::after { content: '+'; font-size: 1.3rem; font-weight: 400; color: var(--pd-accent); transition: transform 0.2s ease; }\n.pd-ljp-faq-item[open] summary::after { content: '−'; }\n.pd-ljp-faq-answer { padding: 0 18px 16px; font-size: 0.87rem; color: var(--pd-text-muted); line-height: 1.7; }\n\n@media (max-width: 860px) {\n  .pd-ljp-pairs { grid-template-columns: 1fr; }\n}\n@media (max-width: 640px) {\n  .pd-ljp-stats { grid-template-columns: repeat(2, 1fr); }\n  .pd-ljp-stat:nth-child(2) { border-right: none; }\n  .pd-ljp-stat:nth-child(1), .pd-ljp-stat:nth-child(2) { border-bottom: 1px solid var(--pd-border-dark); }\n  .pd-ljp-features { grid-template-columns: 1fr; padding: 20px; }\n  .pd-ljp-specs-row { grid-template-columns: 1fr; gap: 4px; }\n  .pd-ljp-uses ul { grid-template-columns: 1fr; }\n  .pd-ljp-story, .pd-ljp-why { padding: 22px; }\n  .pd-ljp .pd-ljp-why-actions { flex-direction: column !important; align-items: stretch !important; }\n  .pd-ljp a.pd-ljp-why-btn { width: 100% !important; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-ljp\"\u003e\n\n  \u003c!-- STAT STRIP --\u003e\n  \u003cdiv class=\"pd-ljp-stats\"\u003e\n    \u003cdiv class=\"pd-ljp-stat\"\u003e\n\u003cspan class=\"pd-ljp-stat-value\"\u003e9kg Bag\u003c\/span\u003e\u003cspan class=\"pd-ljp-stat-label\"\u003e20lb \/ 9.5kg Net\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-stat\"\u003e\n\u003cspan class=\"pd-ljp-stat-value\"\u003e100% Oak\u003c\/span\u003e\u003cspan class=\"pd-ljp-stat-label\"\u003eNo Filler Woods\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-stat\"\u003e\n\u003cspan class=\"pd-ljp-stat-value\"\u003eHigh Heat · Mild Smoke\u003c\/span\u003e\u003cspan class=\"pd-ljp-stat-label\"\u003eHot Cook Specialist\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-stat\"\u003e\n\u003cspan class=\"pd-ljp-stat-value\"\u003eMade in USA\u003c\/span\u003e\u003cspan class=\"pd-ljp-stat-label\"\u003ePellet Grill Ready\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003cdiv class=\"pd-ljp-intro\"\u003e\n    \u003cp class=\"pd-ljp-intro-lead\"\u003eThe pellet for heat, not smoke. 100% Oak burns hot and clean with a subtle, restrained smoke profile, making it the right choice for wood-fired pizza, reverse-seared steaks, smash burgers and any cook where the meat should taste like itself.\u003c\/p\u003e\n    \u003cp\u003eEvery other pellet in the Lumber Jack range sells on its smoke flavour. 100% Oak is the exception. Oak is famously a \"hot\" wood, denser and slower-burning than fruit woods or hickory, producing less aromatic smoke but significantly more heat per pellet. That makes it the secret weapon of pellet cooks chasing pizza-oven temperatures, steakhouse-grade sears, and the kind of clean, light woodfire flavour that Mediterranean and Spanish asador-style cooking has been built on for centuries. If you want the wood to support the food rather than dominate it, this is the bag.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003cdiv class=\"pd-ljp-features\"\u003e\n\n    \u003cdiv class=\"pd-ljp-feature\"\u003e\n      \u003cdiv class=\"pd-ljp-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 2L8 8h8l-4-6zM6 8v14h12V8H6z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cp class=\"pd-ljp-feature-title\"\u003e100% Pure Oak, No Filler\u003c\/p\u003e\n      \u003cp class=\"pd-ljp-feature-text\"\u003eNo hickory, no fruit wood, no flavour oils. Just pure virgin oak. The same wood Lumber Jack uses as the de-barked base in their blends, here at full strength.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-ljp-feature\"\u003e\n      \u003cdiv class=\"pd-ljp-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M8.5 14.5A2.5 2.5 0 0011 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 11-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 002.5 2.5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cp class=\"pd-ljp-feature-title\"\u003eBurns Hot, Smokes Light\u003c\/p\u003e\n      \u003cp class=\"pd-ljp-feature-text\"\u003eOak is denser than fruit woods and hickory, so it puts more heat into your grill with less aromatic smoke. The right pellet when you want temperature, not flavour weight.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-ljp-feature\"\u003e\n      \u003cdiv class=\"pd-ljp-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 7v10M7 12h10\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cp class=\"pd-ljp-feature-title\"\u003eThe Pizza Pellet\u003c\/p\u003e\n      \u003cp class=\"pd-ljp-feature-text\"\u003eOak is the traditional wood for European wood-fired pizza ovens. Push your pellet grill past 300 degrees C with 100% Oak in the hopper, no other pellet matches it for heat.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-ljp-feature\"\u003e\n      \u003cdiv class=\"pd-ljp-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"3\" y=\"6\" width=\"18\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 10h18M8 2v4M16 2v4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cp class=\"pd-ljp-feature-title\"\u003eFits Any Pellet Grill\u003c\/p\u003e\n      \u003cp class=\"pd-ljp-feature-text\"\u003eStandard 6mm BBQ pellets. Designed for Yoder Smokers, Green Mountain Grills, Traeger, Pit Boss and Camp Chef. Drop in and cook.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- STORY --\u003e\n  \u003cdiv class=\"pd-ljp-story\"\u003e\n    \u003cspan class=\"pd-ljp-story-eyebrow\"\u003eThe Wood Europe Has Cooked On For Centuries\u003c\/span\u003e\n    \u003ch3\u003eHeat first, smoke second. Sometimes that's the right call.\u003c\/h3\u003e\n    \u003cp\u003eIn Spanish asador kitchens, Tuscan wood-fired pizzerias, and Argentine parrilla restaurants, oak is the wood of choice. Not because it lacks flavour, but because its flavour profile is deliberately quiet. Oak smoke is clean, neutral and restrained, with none of the bacony intensity of hickory or the sharp bite of mesquite. That makes it the ideal companion for premium proteins where you want the meat itself to be the star.\u003c\/p\u003e\n    \u003cp\u003eOak is also significantly \u003cstrong\u003edenser than fruit woods or hickory\u003c\/strong\u003e, which means it burns hotter per pellet. For pellet cooks chasing serious temperatures (pizza, smash burgers, reverse-seared ribeye, wood-fired bread), 100% Oak gets you there faster and holds the heat better than any other pellet in the Lumber Jack range.\u003c\/p\u003e\n    \u003cp\u003eIt is the same oak Lumber Jack uses (de-barked) as the base in their Apple, Hickory and Supreme blends. The blends use 60% oak to keep the burn clean while a flavour wood does the smoke talking. Here you get 100% pure oak with the bark on, no flavour wood at all. Maximum heat, minimum noise.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SPECS --\u003e\n  \u003cdiv class=\"pd-ljp-specs\"\u003e\n    \u003cdiv class=\"pd-ljp-specs-header\"\u003eSpecifications\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eWood\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003e100% Oak (no filler woods, no oils)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eBag Size\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003e9kg (20lb)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eNet Weight\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003e9.5kg per bag\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eBag Dimensions\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003e50 x 35 x 7 cm\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eSmoke Profile\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eClean, neutral, restrained. Subtle wood-fire character without heavy aromatic smoke.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eHeat Output\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eHigher than other Lumber Jack pellets. Suits high-temperature cooking.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eBest For\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003ePizza, burgers, reverse-seared steaks, premium beef and any high-heat cook.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eCompatible With\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eAll pellet grills (Yoder Smokers, GMG, Traeger, Pit Boss, Camp Chef and more)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eOrigin\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eManufactured in the USA by Lumber Jack\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eSKU\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eLJ9KG1O\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- USE CASES --\u003e\n  \u003ch2\u003eWhat to cook with 100% Oak pellets\u003c\/h2\u003e\n  \u003cdiv class=\"pd-ljp-uses\"\u003e\n    \u003cul\u003e\n      \u003cli\u003eWood-fired pizza on the pellet grill\u003c\/li\u003e\n      \u003cli\u003eReverse-seared ribeye and porterhouse\u003c\/li\u003e\n      \u003cli\u003eWagyu, picanha and premium beef cuts\u003c\/li\u003e\n      \u003cli\u003eSmash burgers and steakhouse cooks\u003c\/li\u003e\n      \u003cli\u003eSpanish-style asador and Argentine parrilla\u003c\/li\u003e\n      \u003cli\u003eMediterranean roasts and Tuscan-style cooking\u003c\/li\u003e\n      \u003cli\u003eWood-fired bread and pizza-stone cooks\u003c\/li\u003e\n      \u003cli\u003eCold-smoked cheese and charcuterie\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WORKS PERFECTLY WITH --\u003e\n  \u003ch2\u003eWorks perfectly with\u003c\/h2\u003e\n  \u003cdiv class=\"pd-ljp-pairs\"\u003e\n\n    \u003ca href=\"\/collections\/yoder\" class=\"pd-ljp-pair\"\u003e\n      \u003cspan class=\"pd-ljp-pair-eyebrow\"\u003ePremium Pellet Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-title\"\u003eYoder Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-text\"\u003eHeavy-gauge American steel pellet smokers built for serious pitmasters. BBQ Republic is Australia's largest Yoder Smokers showroom.\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-cta\"\u003e\n        Shop Yoder\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/span\u003e\n    \u003c\/a\u003e\n\n    \u003ca href=\"\/collections\/green-mountain-grills-pellet-smokers\" class=\"pd-ljp-pair\"\u003e\n      \u003cspan class=\"pd-ljp-pair-eyebrow\"\u003eSmart Pellet Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-title\"\u003eGreen Mountain Grills\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-text\"\u003eWiFi-controlled pellet smokers from one of the most established names in pellet cooking. Set it from the couch.\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-cta\"\u003e\n        Shop GMG\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/span\u003e\n    \u003c\/a\u003e\n\n    \u003ca href=\"\/collections\/nexgrill-pellet-smokers\" class=\"pd-ljp-pair\"\u003e\n      \u003cspan class=\"pd-ljp-pair-eyebrow\"\u003eEntry-Level Pellet Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-title\"\u003eNexgrill Pellet Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-text\"\u003eSolid value pellet smokers to get you cooking. The right starting point for first-time pellet cooks.\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-cta\"\u003e\n        Shop Nexgrill\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/span\u003e\n    \u003c\/a\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- RANGE --\u003e\n  \u003cdiv class=\"pd-ljp-range\"\u003e\n    \u003ch3\u003eExplore the full BBQ wood pellet range\u003c\/h3\u003e\n    \u003cp\u003e100% Oak is the heat specialist. For deeper smoke rings try Char\/Hickory. For everyday all-rounders, Supreme Blend OHC. For maximum smoke flavour, 100% Hickory or 100% Cherry. For pork and cheese, Apple Blend. Find the right pellet for the cook.\u003c\/p\u003e\n    \u003ca href=\"\/collections\/wood-pellets\" class=\"pd-ljp-range-cta\"\u003e\n      View All Wood Pellets\n      \u003csvg viewbox=\"0 0 24 24\" width=\"14\" height=\"14\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WHY BBQ REPUBLIC --\u003e\n  \u003cdiv class=\"pd-ljp-why\"\u003e\n    \u003cspan class=\"pd-ljp-why-eyebrow\"\u003eBuy from a Pellet Specialist\u003c\/span\u003e\n    \u003ch3\u003eAustralia's largest Yoder Smoker showroom stocks the pellets to match.\u003c\/h3\u003e\n    \u003cp\u003eBBQ Republic runs Yoder Smokers daily. We know what good pellet smoke looks like and what cheap pellets do to a cook. Lumber Jack is what we burn ourselves, on display and in stock at our Wetherill Park showroom for immediate pickup or Sydney metro delivery.\u003c\/p\u003e\n    \u003cdiv class=\"pd-ljp-why-actions\"\u003e\n      \u003ca href=\"tel:0434010411\" class=\"pd-ljp-why-btn\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" width=\"14\" height=\"14\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"fill:none;stroke:currentColor;flex-shrink:0;\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07A19.5 19.5 0 014.69 13a19.79 19.79 0 01-3.07-8.67A2 2 0 013.62 2h3a2 2 0 012 1.72c.127.96.361 1.903.7 2.81a2 2 0 01-.45 2.11L7.91 9.91a16 16 0 006.18 6.18l.98-.98a2 2 0 012.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0122 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        Call 0434 010 411\n      \u003c\/a\u003e\n      \u003ca href=\"\/pages\/contact\" class=\"pd-ljp-why-btn pd-ljp-why-btn--ghost\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" width=\"14\" height=\"14\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"fill:none;stroke:currentColor;flex-shrink:0;\"\u003e\u003cpath d=\"M3 9l9-7 9 7v11a2 2 0 01-2 2H5a2 2 0 01-2-2z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"9 22 9 12 15 12 15 22\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        Visit the Showroom\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003ch2\u003eFrequently asked questions\u003c\/h2\u003e\n  \u003cdiv class=\"pd-ljp-faq\"\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eWhat does 100% Oak smoke taste like?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eClean, neutral, restrained. Oak produces a quiet, balanced smoke flavour without the bacony intensity of hickory or the sharp bite of mesquite. It is the wood Spanish asador chefs, Tuscan pizza cooks and Argentine parrilla masters have relied on for centuries because it adds the wood-fire character without overpowering premium proteins. If you want the meat to taste like meat with a wood-fire halo around it, oak is the answer.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eWhy is 100% Oak good for high-heat cooking?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eOak is denser than fruit woods like cherry or apple, and denser than hickory too. That density means each pellet packs more energy and burns hotter. For pellet cooks chasing serious temperatures (pellet-grill pizza at 300+ degrees C, reverse-seared steaks, smash burgers, wood-fired bread), 100% Oak gets you there faster and holds the heat better than any flavour-wood pellet.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eIs 100% Oak the right pellet for pellet grill pizza?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eYes, it is the best pellet in the range for pizza. Wood-fired pizza traditionally cooks at 350 to 450 degrees C on oak, the heat source of choice for centuries of European wood-fired ovens. 100% Oak will push a pellet grill to its highest sustainable temperatures while imparting a subtle wood-fire character to the crust without overpowering it. Pair with a pizza stone or steel for best results.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003e100% Oak vs Hickory or Mesquite, which should I use?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eChoose 100% Oak when heat matters more than smoke flavour and you want a clean, restrained wood-fire character. Choose 100% Hickory when you want bold, classic American BBQ smoke (brisket, ribs, pulled pork). Choose Mesquite when you want maximum smoke intensity (Texas-style brisket). Many pellet cooks keep 100% Oak as their high-heat bag for pizza and searing, and a flavour wood for low-and-slow cooks.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eWill 100% Oak pellets work in my pellet grill?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eYes. Lumber Jack 100% Oak pellets are standard 6mm BBQ pellets and work in all major pellet grills including Yoder Smokers, Green Mountain Grills, Traeger, Pit Boss, Camp Chef and others. Because oak burns hotter than fruit woods, you may find your grill reaches and holds higher temperatures than usual on the same control setting.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eHow long does a 9kg bag last?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eA rough rule of thumb on a quality pellet grill is around 1kg of pellets per hour at smoking temperatures (around 110 to 120 degrees C), and more at hotter cooks. Because oak burns hot, you may use slightly more per hour on high-temperature cooks like pizza or searing. A 9kg bag covers several long cooks or many shorter high-heat sessions.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eCan I pick up from the showroom?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eYes. Lumber Jack 100% Oak pellets are on display and available for immediate pickup from our Wetherill Park showroom, Monday to Friday 10am to 5pm and Saturday 9am to 2pm. Sydney metro delivery is also available. Call 0434 010 411 to arrange.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Lumber Jack","offers":[{"title":"Default Title","offer_id":46321693556908,"sku":"LJ9KG1O","price":37.5,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0728\/4267\/4348\/files\/products-Photo_31-1-19__3_08_04_pm_copy__89620.1551245590.1280.1280.jpg?v=1780136730"},{"product_id":"lumber-jack-smoking-pellets-9kg-mesquite-blend","title":"Lumber Jack Smoking Pellets 9kg - Mesquite Blend","description":"\u003cstyle\u003e\n\/* ── Krank width fix: hide empty sidebar, expand description ── *\/\n.section__wrapper.product-description__wrapper .product-meta.sticky-to-header {\n  display: none !important;\n}\n.section__wrapper.product-description__wrapper .product-description.rte {\n  max-width: 100% !important;\n  width: 100% !important;\n  flex: 1 1 100% !important;\n}\n\n.pd-ljp {\n  --pd-bg: #ffffff;\n  --pd-bg-soft: #f7f5f4;\n  --pd-bg-dark: #1a1a1a;\n  --pd-accent: #c8102e;\n  --pd-accent-deep: #a00d24;\n  --pd-text: #1a1a1a;\n  --pd-text-muted: #5a5550;\n  --pd-text-light: #9a9490;\n  --pd-text-on-dark: #f0ece4;\n  --pd-text-on-dark-muted: #b8b2ab;\n  --pd-border: #e6e3e0;\n  --pd-border-dark: #2e2e2e;\n  --pd-radius: 8px;\n  font-family: inherit;\n  color: var(--pd-text);\n  max-width: 100%;\n  box-sizing: border-box;\n}\n.pd-ljp * { box-sizing: border-box; }\n.pd-ljp p { margin: 0 0 14px; line-height: 1.7; font-size: 0.95rem; color: var(--pd-text); }\n.pd-ljp h2 { font-size: clamp(1.4rem, 3vw, 1.8rem); font-weight: 800; letter-spacing: -0.01em; margin: 0 0 16px; line-height: 1.2; color: var(--pd-text); }\n.pd-ljp h3 { font-size: 1.05rem; font-weight: 700; margin: 0 0 10px; color: var(--pd-text); }\n\n\/* ── Stat strip ── *\/\n.pd-ljp-stats { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--pd-bg-dark); border-radius: var(--pd-radius); overflow: hidden; margin-bottom: 32px; }\n.pd-ljp-stat { padding: 22px 16px; text-align: center; border-right: 1px solid var(--pd-border-dark); }\n.pd-ljp-stat:last-child { border-right: none; }\n.pd-ljp-stat-value { display: block; font-size: 1.05rem; font-weight: 800; color: var(--pd-accent); margin-bottom: 4px; letter-spacing: -0.01em; }\n.pd-ljp-stat-label { display: block; font-size: 0.65rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; color: var(--pd-text-on-dark-muted); }\n\n\/* ── Intro ── *\/\n.pd-ljp-intro { margin-bottom: 32px; }\n.pd-ljp-intro-lead { font-size: 1.05rem; font-weight: 600; color: var(--pd-text); margin-bottom: 16px; line-height: 1.5; }\n\n\/* ── Feature grid ── *\/\n.pd-ljp-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; background: var(--pd-bg-soft); border-radius: var(--pd-radius); padding: 28px; margin-bottom: 32px; }\n.pd-ljp-feature { display: flex; flex-direction: column; gap: 6px; }\n.pd-ljp-feature-icon { width: 36px; height: 36px; border-radius: 50%; background: rgba(200, 16, 46, 0.12); display: flex; align-items: center; justify-content: center; color: var(--pd-accent); margin-bottom: 8px; }\n.pd-ljp-feature-icon svg { width: 18px; height: 18px; }\n.pd-ljp-feature-title { font-size: 0.92rem; font-weight: 700; margin: 0 0 4px; color: var(--pd-text); }\n.pd-ljp-feature-text { font-size: 0.84rem; color: var(--pd-text-muted); line-height: 1.55; margin: 0; }\n\n\/* ── Story callout ── *\/\n.pd-ljp-story { background: var(--pd-bg-dark); color: var(--pd-text-on-dark); padding: 32px; border-radius: var(--pd-radius); margin-bottom: 32px; border-left: 4px solid var(--pd-accent); }\n.pd-ljp-story-eyebrow { display: inline-block; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--pd-accent); margin-bottom: 10px; }\n.pd-ljp-story h3 { color: var(--pd-text-on-dark); font-size: 1.2rem; margin-bottom: 12px; }\n.pd-ljp-story p { color: var(--pd-text-on-dark-muted); font-size: 0.9rem; line-height: 1.75; margin-bottom: 12px; }\n.pd-ljp-story p:last-child { margin-bottom: 0; }\n.pd-ljp-story strong { color: var(--pd-text-on-dark); }\n\n\/* ── Specs ── *\/\n.pd-ljp-specs { border: 1px solid var(--pd-border); border-radius: var(--pd-radius); overflow: hidden; margin-bottom: 32px; }\n.pd-ljp-specs-header { background: var(--pd-bg-soft); padding: 14px 20px; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--pd-accent-deep); border-bottom: 1px solid var(--pd-border); }\n.pd-ljp-specs-row { display: grid; grid-template-columns: 200px 1fr; padding: 12px 20px; border-bottom: 1px solid var(--pd-border); font-size: 0.88rem; }\n.pd-ljp-specs-row:last-child { border-bottom: none; }\n.pd-ljp-specs-label { font-weight: 600; color: var(--pd-text); }\n.pd-ljp-specs-value { color: var(--pd-text-muted); }\n\n\/* ── Use cases ── *\/\n.pd-ljp-uses { background: var(--pd-bg-soft); border-radius: var(--pd-radius); padding: 28px; margin-bottom: 32px; }\n.pd-ljp-uses ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 24px; }\n.pd-ljp-uses li { font-size: 0.9rem; color: var(--pd-text); padding-left: 22px; position: relative; line-height: 1.5; }\n.pd-ljp-uses li::before { content: ''; position: absolute; left: 0; top: 7px; width: 8px; height: 8px; border-radius: 50%; background: var(--pd-accent); }\n\n\/* ── \"Works perfectly with\" cross-link grid ── *\/\n.pd-ljp-pairs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 32px; }\n.pd-ljp .pd-ljp-pair,\n.pd-ljp .pd-ljp-pair:link,\n.pd-ljp .pd-ljp-pair:visited {\n  display: flex !important; flex-direction: column !important; padding: 22px 22px 20px !important;\n  border: 1px solid var(--pd-border) !important; border-radius: var(--pd-radius) !important;\n  background: #ffffff !important; text-decoration: none !important;\n  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease !important;\n  font-family: inherit !important; color: inherit !important;\n}\n.pd-ljp .pd-ljp-pair:hover { border-color: var(--pd-accent) !important; transform: translateY(-2px) !important; box-shadow: 0 8px 24px rgba(0,0,0,0.08) !important; }\n.pd-ljp-pair-eyebrow { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--pd-accent); margin-bottom: 8px; }\n.pd-ljp-pair-title { font-size: 1.05rem; font-weight: 800; color: var(--pd-text); margin-bottom: 8px; line-height: 1.2; letter-spacing: -0.01em; }\n.pd-ljp-pair-text { font-size: 0.84rem; color: var(--pd-text-muted); line-height: 1.55; margin-bottom: 16px; flex: 1; }\n.pd-ljp-pair-cta { display: inline-flex; align-items: center; gap: 6px; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--pd-accent); margin-top: auto; transition: gap 0.2s ease; }\n.pd-ljp-pair:hover .pd-ljp-pair-cta { gap: 10px; }\n.pd-ljp-pair-cta svg { width: 12px; height: 12px; fill: none; stroke: currentColor; flex-shrink: 0; }\n\n\/* ── Range cross-link ── *\/\n.pd-ljp-range { border: 1px solid var(--pd-border); border-radius: var(--pd-radius); padding: 24px 28px; margin-bottom: 32px; background: var(--pd-bg-soft); text-align: center; }\n.pd-ljp-range h3 { margin-top: 0; }\n.pd-ljp-range p { color: var(--pd-text-muted); font-size: 0.9rem; max-width: 560px; margin: 0 auto 18px; }\n.pd-ljp a.pd-ljp-range-cta,\n.pd-ljp a.pd-ljp-range-cta:link,\n.pd-ljp a.pd-ljp-range-cta:visited {\n  display: inline-flex !important; align-items: center !important; justify-content: center !important;\n  gap: 8px !important; background: #c8102e !important; background-color: #c8102e !important; color: #ffffff !important;\n  font-size: 0.78rem !important; font-weight: 700 !important; letter-spacing: 0.06em !important;\n  text-transform: uppercase !important; text-decoration: none !important; padding: 12px 22px !important;\n  border: none !important; border-radius: 6px !important; line-height: 1 !important;\n  transition: background 0.2s ease !important; font-family: inherit !important;\n}\n.pd-ljp a.pd-ljp-range-cta:hover { background: #a00d24 !important; background-color: #a00d24 !important; color: #ffffff !important; text-decoration: none !important; }\n.pd-ljp a.pd-ljp-range-cta svg { width: 14px !important; height: 14px !important; min-width: 14px !important; flex-shrink: 0 !important; fill: none !important; stroke: currentColor !important; }\n\n\/* ── Why BBQ Republic (HARDENED) ── *\/\n.pd-ljp-why { background: #1a1a1a !important; color: #f0ece4 !important; border-radius: 8px; padding: 32px; margin-bottom: 32px; text-align: center; }\n.pd-ljp .pd-ljp-why-eyebrow { display: inline-block !important; font-size: 0.62rem !important; font-weight: 700 !important; letter-spacing: 0.2em !important; text-transform: uppercase !important; color: #c8102e !important; margin-bottom: 10px !important; }\n.pd-ljp .pd-ljp-why h3 { color: #f0ece4 !important; font-size: 1.25rem !important; margin: 0 0 14px !important; font-weight: 700 !important; }\n.pd-ljp .pd-ljp-why p { color: #b8b2ab !important; font-size: 0.9rem !important; max-width: 560px !important; margin: 0 auto 22px !important; line-height: 1.7 !important; }\n.pd-ljp .pd-ljp-why-actions { display: flex !important; justify-content: center !important; align-items: center !important; gap: 12px !important; flex-wrap: wrap !important; margin: 0 !important; padding: 0 !important; list-style: none !important; }\n.pd-ljp a.pd-ljp-why-btn,\n.pd-ljp a.pd-ljp-why-btn:link,\n.pd-ljp a.pd-ljp-why-btn:visited { display: inline-flex !important; align-items: center !important; justify-content: center !important; gap: 8px !important; background: #c8102e !important; background-color: #c8102e !important; color: #ffffff !important; font-size: 0.78rem !important; font-weight: 700 !important; letter-spacing: 0.06em !important; text-transform: uppercase !important; text-decoration: none !important; padding: 12px 22px !important; border: none !important; border-radius: 6px !important; line-height: 1 !important; white-space: nowrap !important; width: auto !important; height: auto !important; min-width: 0 !important; max-width: none !important; transition: background 0.2s ease !important; box-shadow: none !important; cursor: pointer !important; font-family: inherit !important; }\n.pd-ljp a.pd-ljp-why-btn:hover { background: #a00d24 !important; background-color: #a00d24 !important; color: #ffffff !important; text-decoration: none !important; }\n.pd-ljp a.pd-ljp-why-btn.pd-ljp-why-btn--ghost,\n.pd-ljp a.pd-ljp-why-btn.pd-ljp-why-btn--ghost:link,\n.pd-ljp a.pd-ljp-why-btn.pd-ljp-why-btn--ghost:visited { background: transparent !important; background-color: transparent !important; border: 1px solid #2e2e2e !important; color: #f0ece4 !important; }\n.pd-ljp a.pd-ljp-why-btn.pd-ljp-why-btn--ghost:hover { background: rgba(255,255,255,0.06) !important; background-color: rgba(255,255,255,0.06) !important; color: #f0ece4 !important; border-color: #c8102e !important; }\n.pd-ljp a.pd-ljp-why-btn svg { width: 14px !important; height: 14px !important; min-width: 14px !important; max-width: 14px !important; flex-shrink: 0 !important; fill: none !important; stroke: currentColor !important; display: inline-block !important; vertical-align: middle !important; }\n\n\/* ── FAQ ── *\/\n.pd-ljp-faq { margin-bottom: 16px; }\n.pd-ljp-faq-item { background: #ffffff; border: 1px solid var(--pd-border); border-radius: 6px; margin-bottom: 8px; overflow: hidden; transition: border-color 0.2s ease; }\n.pd-ljp-faq-item[open] { border-color: var(--pd-accent); }\n.pd-ljp-faq-item summary { padding: 14px 18px; font-weight: 700; font-size: 0.9rem; color: var(--pd-text); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }\n.pd-ljp-faq-item summary::-webkit-details-marker { display: none; }\n.pd-ljp-faq-item summary::after { content: '+'; font-size: 1.3rem; font-weight: 400; color: var(--pd-accent); transition: transform 0.2s ease; }\n.pd-ljp-faq-item[open] summary::after { content: '−'; }\n.pd-ljp-faq-answer { padding: 0 18px 16px; font-size: 0.87rem; color: var(--pd-text-muted); line-height: 1.7; }\n\n@media (max-width: 860px) {\n  .pd-ljp-pairs { grid-template-columns: 1fr; }\n}\n@media (max-width: 640px) {\n  .pd-ljp-stats { grid-template-columns: repeat(2, 1fr); }\n  .pd-ljp-stat:nth-child(2) { border-right: none; }\n  .pd-ljp-stat:nth-child(1), .pd-ljp-stat:nth-child(2) { border-bottom: 1px solid var(--pd-border-dark); }\n  .pd-ljp-features { grid-template-columns: 1fr; padding: 20px; }\n  .pd-ljp-specs-row { grid-template-columns: 1fr; gap: 4px; }\n  .pd-ljp-uses ul { grid-template-columns: 1fr; }\n  .pd-ljp-story, .pd-ljp-why { padding: 22px; }\n  .pd-ljp .pd-ljp-why-actions { flex-direction: column !important; align-items: stretch !important; }\n  .pd-ljp a.pd-ljp-why-btn { width: 100% !important; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-ljp\"\u003e\n\n  \u003c!-- STAT STRIP --\u003e\n  \u003cdiv class=\"pd-ljp-stats\"\u003e\n    \u003cdiv class=\"pd-ljp-stat\"\u003e\n\u003cspan class=\"pd-ljp-stat-value\"\u003e9kg Bag\u003c\/span\u003e\u003cspan class=\"pd-ljp-stat-label\"\u003e20lb \/ 9.5kg Net\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-stat\"\u003e\n\u003cspan class=\"pd-ljp-stat-value\"\u003e60% Oak · 40% Mesquite\u003c\/span\u003e\u003cspan class=\"pd-ljp-stat-label\"\u003eMesquite Blend Recipe\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-stat\"\u003e\n\u003cspan class=\"pd-ljp-stat-value\"\u003eStrongest Smoke\u003c\/span\u003e\u003cspan class=\"pd-ljp-stat-label\"\u003eTexas BBQ Tradition\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-stat\"\u003e\n\u003cspan class=\"pd-ljp-stat-value\"\u003eMade in USA\u003c\/span\u003e\u003cspan class=\"pd-ljp-stat-label\"\u003ePellet Grill Ready\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003cdiv class=\"pd-ljp-intro\"\u003e\n    \u003cp class=\"pd-ljp-intro-lead\"\u003eThe pellet for Texas-style brisket. Strong, spicy, earthy mesquite smoke balanced with a clean-burning oak base. The bag pitmasters reach for when they want bark, bite and serious smoke flavour.\u003c\/p\u003e\n    \u003cp\u003eMesquite is the wood of Texas barbecue, and it is the most intense smoke profile in the Lumber Jack range. The Mesquite Blend pairs 40% mesquite primary wood with 60% de-barked Red Oak, delivering that distinctive Southwest BBQ punch without going completely over the top. You get the bold, almost spicy mesquite character that built Texas brisket's reputation, plus the cleaner burn and lower ash of a properly engineered blend. If you cook for people who like their BBQ to taste like BBQ, this is the bag.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003cdiv class=\"pd-ljp-features\"\u003e\n\n    \u003cdiv class=\"pd-ljp-feature\"\u003e\n      \u003cdiv class=\"pd-ljp-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 2v8M12 14v8M2 12h8M14 12h8\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cp class=\"pd-ljp-feature-title\"\u003e60% De-Barked Oak + 40% Mesquite\u003c\/p\u003e\n      \u003cp class=\"pd-ljp-feature-text\"\u003eThe de-barked oak base burns clean and even. The bark-on mesquite carries that signature Southwest smoke punch. Intentional recipe, not a filler shortcut.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-ljp-feature\"\u003e\n      \u003cdiv class=\"pd-ljp-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M8.5 14.5A2.5 2.5 0 0011 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 11-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 002.5 2.5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cp class=\"pd-ljp-feature-title\"\u003eStrongest Smoke in the Range\u003c\/p\u003e\n      \u003cp class=\"pd-ljp-feature-text\"\u003eBold, spicy, earthy. Mesquite has more aromatic compounds than hickory or oak, producing the most intense smoke flavour you can get from a Lumber Jack pellet.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-ljp-feature\"\u003e\n      \u003cdiv class=\"pd-ljp-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"4\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cp class=\"pd-ljp-feature-title\"\u003eLower Ash, Cleaner Hopper\u003c\/p\u003e\n      \u003cp class=\"pd-ljp-feature-text\"\u003eLess bark in the mix means less ash in your firebox. Long Texas-style brisket cooks without auger jams or constant cleanouts.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-ljp-feature\"\u003e\n      \u003cdiv class=\"pd-ljp-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"3\" y=\"6\" width=\"18\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 10h18M8 2v4M16 2v4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cp class=\"pd-ljp-feature-title\"\u003eFits Any Pellet Grill\u003c\/p\u003e\n      \u003cp class=\"pd-ljp-feature-text\"\u003eStandard 6mm BBQ pellets. Designed for Yoder Smokers, Green Mountain Grills, Traeger, Pit Boss and Camp Chef. Drop in and cook.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- STORY --\u003e\n  \u003cdiv class=\"pd-ljp-story\"\u003e\n    \u003cspan class=\"pd-ljp-story-eyebrow\"\u003eThe Wood Texas BBQ Was Built On\u003c\/span\u003e\n    \u003ch3\u003eIf brisket has a hometown wood, mesquite is it.\u003c\/h3\u003e\n    \u003cp\u003eMesquite trees are native to Texas and the American Southwest, and they have been the fuel of regional BBQ for as long as there has been regional BBQ. The pitmasters at Franklin, Snow's, Pecan Lodge and every other legendary Texas brisket joint built their reputations on mesquite-smoked beef. The wood produces a smoke that is unmistakably its own: \u003cstrong\u003ebold, spicy, slightly earthy, with the kind of intensity that punches through even the thickest brisket bark\u003c\/strong\u003e.\u003c\/p\u003e\n    \u003cp\u003eThe trade-off with mesquite is that pure 100% Mesquite can be overpowering on long cooks. The smoke can turn bitter if pushed too far. That is why Lumber Jack engineered this as a blend rather than a 100% variety. The 60% de-barked Red Oak base \u003cstrong\u003etempers the mesquite without diluting it\u003c\/strong\u003e, so you get the full Texas BBQ smoke profile across a 12-hour brisket without crossing into bitter territory.\u003c\/p\u003e\n    \u003cp\u003eFor competition cooks chasing Texas-style brisket on a pellet grill, this is the pellet. For Mexican barbacoa, carne asada, and anywhere mesquite belongs traditionally, this is also the pellet.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SPECS --\u003e\n  \u003cdiv class=\"pd-ljp-specs\"\u003e\n    \u003cdiv class=\"pd-ljp-specs-header\"\u003eSpecifications\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eWood Blend\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003e60% De-barked Red Oak base \/ 40% Mesquite primary wood\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eBag Size\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003e9kg (20lb)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eNet Weight\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003e9.5kg per bag\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eBag Dimensions\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003e50 x 35 x 7 cm\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eSmoke Profile\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eBold, spicy, earthy. The strongest smoke flavour in the Lumber Jack range.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eBest For\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eTexas-style brisket, beef ribs, carne asada, lamb and game. Anywhere strong smoke belongs.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eAsh Content\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eLower than 100% varieties (less bark in the mix)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eCompatible With\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eAll pellet grills (Yoder Smokers, GMG, Traeger, Pit Boss, Camp Chef and more)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eOrigin\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eManufactured in the USA by Lumber Jack\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-ljp-specs-row\"\u003e\n\u003cspan class=\"pd-ljp-specs-label\"\u003eSKU\u003c\/span\u003e\u003cspan class=\"pd-ljp-specs-value\"\u003eLJ9KGMB\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- USE CASES --\u003e\n  \u003ch2\u003eWhat to cook with Mesquite Blend pellets\u003c\/h2\u003e\n  \u003cdiv class=\"pd-ljp-uses\"\u003e\n    \u003cul\u003e\n      \u003cli\u003eTexas-style brisket (the signature cook)\u003c\/li\u003e\n      \u003cli\u003eBeef ribs and beef short ribs\u003c\/li\u003e\n      \u003cli\u003eCarne asada and Mexican-style beef\u003c\/li\u003e\n      \u003cli\u003eCowboy steaks, tomahawks and ribeyes\u003c\/li\u003e\n      \u003cli\u003eLamb shoulder and lamb shanks\u003c\/li\u003e\n      \u003cli\u003eGame meats: venison, wild boar, kangaroo\u003c\/li\u003e\n      \u003cli\u003eBarbacoa, birria and Mexican BBQ\u003c\/li\u003e\n      \u003cli\u003eChorizo, longaniza and Mexican sausages\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WORKS PERFECTLY WITH --\u003e\n  \u003ch2\u003eWorks perfectly with\u003c\/h2\u003e\n  \u003cdiv class=\"pd-ljp-pairs\"\u003e\n\n    \u003ca href=\"\/collections\/yoder\" class=\"pd-ljp-pair\"\u003e\n      \u003cspan class=\"pd-ljp-pair-eyebrow\"\u003ePremium Pellet Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-title\"\u003eYoder Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-text\"\u003eHeavy-gauge American steel pellet smokers built for serious pitmasters. BBQ Republic is Australia's largest Yoder Smokers showroom.\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-cta\"\u003e\n        Shop Yoder\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/span\u003e\n    \u003c\/a\u003e\n\n    \u003ca href=\"\/collections\/green-mountain-grills-pellet-smokers\" class=\"pd-ljp-pair\"\u003e\n      \u003cspan class=\"pd-ljp-pair-eyebrow\"\u003eSmart Pellet Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-title\"\u003eGreen Mountain Grills\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-text\"\u003eWiFi-controlled pellet smokers from one of the most established names in pellet cooking. Set it from the couch.\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-cta\"\u003e\n        Shop GMG\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/span\u003e\n    \u003c\/a\u003e\n\n    \u003ca href=\"\/collections\/nexgrill-pellet-smokers\" class=\"pd-ljp-pair\"\u003e\n      \u003cspan class=\"pd-ljp-pair-eyebrow\"\u003eEntry-Level Pellet Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-title\"\u003eNexgrill Pellet Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-text\"\u003eSolid value pellet smokers to get you cooking. The right starting point for first-time pellet cooks.\u003c\/span\u003e\n      \u003cspan class=\"pd-ljp-pair-cta\"\u003e\n        Shop Nexgrill\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/span\u003e\n    \u003c\/a\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- RANGE --\u003e\n  \u003cdiv class=\"pd-ljp-range\"\u003e\n    \u003ch3\u003eExplore the full BBQ wood pellet range\u003c\/h3\u003e\n    \u003cp\u003eMesquite Blend is the Texas BBQ specialist. For classic American smoke try Hickory Blend or 100% Hickory. For deeper smoke rings, Char\/Hickory. For everyday all-rounders, Supreme Blend OHC. For pork and cheese, Apple Blend. For high-heat pizza and searing, 100% Oak. Find the right pellet for the cook.\u003c\/p\u003e\n    \u003ca href=\"\/collections\/wood-pellets\" class=\"pd-ljp-range-cta\"\u003e\n      View All Wood Pellets\n      \u003csvg viewbox=\"0 0 24 24\" width=\"14\" height=\"14\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WHY BBQ REPUBLIC --\u003e\n  \u003cdiv class=\"pd-ljp-why\"\u003e\n    \u003cspan class=\"pd-ljp-why-eyebrow\"\u003eBuy from a Pellet Specialist\u003c\/span\u003e\n    \u003ch3\u003eAustralia's largest Yoder Smoker showroom stocks the pellets to match.\u003c\/h3\u003e\n    \u003cp\u003eBBQ Republic runs Yoder Smokers daily. We know what good pellet smoke looks like and what cheap pellets do to a cook. Lumber Jack is what we burn ourselves, on display and in stock at our Wetherill Park showroom for immediate pickup or Sydney metro delivery.\u003c\/p\u003e\n    \u003cdiv class=\"pd-ljp-why-actions\"\u003e\n      \u003ca href=\"tel:0434010411\" class=\"pd-ljp-why-btn\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" width=\"14\" height=\"14\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"fill:none;stroke:currentColor;flex-shrink:0;\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07A19.5 19.5 0 014.69 13a19.79 19.79 0 01-3.07-8.67A2 2 0 013.62 2h3a2 2 0 012 1.72c.127.96.361 1.903.7 2.81a2 2 0 01-.45 2.11L7.91 9.91a16 16 0 006.18 6.18l.98-.98a2 2 0 012.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0122 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        Call 0434 010 411\n      \u003c\/a\u003e\n      \u003ca href=\"\/pages\/contact\" class=\"pd-ljp-why-btn pd-ljp-why-btn--ghost\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" width=\"14\" height=\"14\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"fill:none;stroke:currentColor;flex-shrink:0;\"\u003e\u003cpath d=\"M3 9l9-7 9 7v11a2 2 0 01-2 2H5a2 2 0 01-2-2z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"9 22 9 12 15 12 15 22\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        Visit the Showroom\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003ch2\u003eFrequently asked questions\u003c\/h2\u003e\n  \u003cdiv class=\"pd-ljp-faq\"\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eWhat does Mesquite Blend smoke taste like?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eBold, spicy, earthy and unmistakable. Mesquite is the most intense smoke flavour in common smoking woods, with a slightly sharp, almost peppery character that builds incredible bark on beef. The Red Oak base tempers it just enough to keep it from going bitter on long cooks, so you get the full Texas BBQ punch from start to finish. If you imagine \"real Texas brisket smoke\", this is it.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eWhy is Mesquite the Texas BBQ wood?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eMesquite trees are native to Texas and the American Southwest, so they have been the fuel of regional barbecue for as long as Texans have been smoking brisket. The wood produces a uniquely strong, spicy smoke that punches through the thick bark of a properly cooked brisket and stands up to the bold seasoning Texas BBQ is known for. Every legendary Texas brisket joint, from Franklin to Snow's, was built on mesquite.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eMesquite Blend vs Hickory Blend, which should I choose?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eChoose Mesquite Blend for Texas-style brisket, Mexican BBQ, lamb and game, where you want bold, spicy, earthy smoke. Choose Hickory Blend for classic American BBQ (Memphis ribs, Kansas City brisket, Carolina pulled pork), where you want a bold but more balanced smoke. Mesquite is more intense and more distinctive. Hickory is more versatile and slightly milder. Many pellet cooks keep both on hand and switch based on the regional style they are aiming for.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eWhy a blend instead of 100% Mesquite?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003ePure 100% Mesquite can turn bitter on long cooks because the smoke is so intense. Many pitmasters who use raw mesquite wood on offset smokers actually burn it down to coals first to mellow the smoke. Lumber Jack solved that problem in the pellet by using a 60% de-barked Red Oak base to temper the mesquite without diluting its character. The result is a pellet that delivers true Texas-style smoke flavour across a 12-hour brisket cook without going bitter at the end.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eWill these pellets work in my pellet grill?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eYes. Lumber Jack pellets are standard 6mm BBQ pellets and work in all major pellet grills including Yoder Smokers, Green Mountain Grills, Traeger, Pit Boss, Camp Chef and others. If you can run pellets, you can run Lumber Jack.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eHow long does a 9kg bag last?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eA rough rule of thumb on a quality pellet grill is around 1kg of pellets per hour at smoking temperatures (around 110 to 120 degrees C), and more at hotter cooks. A 9kg bag will get you through several long cooks. For Texas-style brisket specifically, expect to use 4 to 6kg per brisket, so a bag covers about two big cooks.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-ljp-faq-item\"\u003e\n      \u003csummary\u003eCan I pick up from the showroom?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-ljp-faq-answer\"\u003eYes. Lumber Jack Mesquite Blend pellets are on display and available for immediate pickup from our Wetherill Park showroom, Monday to Friday 10am to 5pm and Saturday 9am to 2pm. Sydney metro delivery is also available. Call 0434 010 411 to arrange.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Lumber Jack","offers":[{"title":"Default Title","offer_id":46321695850668,"sku":"LJ9KGMB","price":37.5,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0728\/4267\/4348\/files\/products-Photo_31-1-19__3_28_01_pm_copy__75878.1551240796.1280.1280.jpg?v=1780136987"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0728\/4267\/4348\/collections\/Logo_BlackwWhite_300x300_2x_1fa7d941-6ff2-4df7-bc5a-83c7db391012.webp?v=1780140852","url":"https:\/\/bbqrepublic.com.au\/collections\/lumber-jack.oembed","provider":"BBQ Republic","version":"1.0","type":"link"}