{"product_id":"big-green-egg-beer-can-chicken-roaster","title":"Big Green Egg Beer Can Chicken Roaster","description":"\u003cstyle\u003e\n.pd-bccr-wrap {\n  --pd-bg: #ffffff;\n  --pd-bg-alt: #faf8f5;\n  --pd-bg-dark: #1a1a1a;\n  --pd-bg-card: #f5f2ee;\n  --pd-border: #e8e4de;\n  --pd-accent: #c8102e;\n  --pd-accent-dim: rgba(200,16,46,0.08);\n  --pd-text: #1a1a1a;\n  --pd-muted: #5a5550;\n  --pd-radius: 6px;\n  font-family: inherit;\n  box-sizing: border-box;\n  width: 100%;\n  color: var(--pd-text);\n}\n.pd-bccr-wrap * { box-sizing: border-box; }\n\n\/* STAT STRIP *\/\n.pd-bccr-stat-strip {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 0;\n  background: var(--pd-bg-dark);\n  border-radius: var(--pd-radius);\n  overflow: hidden;\n  margin-bottom: 32px;\n}\n.pd-bccr-stat {\n  padding: 18px 16px;\n  text-align: center;\n  border-right: 1px solid rgba(255,255,255,0.08);\n  display: flex;\n  flex-direction: column;\n  gap: 4px;\n}\n.pd-bccr-stat:last-child { border-right: none; }\n.pd-bccr-stat-val {\n  font-size: 1.25rem;\n  font-weight: 800;\n  color: #c8102e;\n  line-height: 1;\n  letter-spacing: -0.02em;\n}\n.pd-bccr-stat-label {\n  font-size: 0.62rem;\n  font-weight: 600;\n  color: #9a9590;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n}\n\n\/* INTRO *\/\n.pd-bccr-intro {\n  background: var(--pd-bg-alt);\n  border: 1px solid var(--pd-border);\n  border-left: 4px solid var(--pd-accent);\n  border-radius: var(--pd-radius);\n  padding: 22px 24px;\n  margin-bottom: 28px;\n  font-size: 0.96rem;\n  color: var(--pd-muted);\n  line-height: 1.75;\n}\n.pd-bccr-intro strong { color: var(--pd-text); font-weight: 700; }\n\n\/* SECTION HEADING *\/\n.pd-bccr-heading {\n  font-size: 1.05rem;\n  font-weight: 800;\n  color: var(--pd-text);\n  margin: 0 0 16px;\n  letter-spacing: -0.01em;\n  display: flex;\n  align-items: center;\n  gap: 10px;\n}\n.pd-bccr-heading::after {\n  content: '';\n  flex: 1;\n  height: 2px;\n  background: var(--pd-border);\n  border-radius: 2px;\n}\n\n\/* VS COMPARISON *\/\n.pd-bccr-vs {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n  margin-bottom: 28px;\n}\n.pd-bccr-vs-card {\n  background: var(--pd-bg-alt);\n  border: 1px solid var(--pd-border);\n  border-radius: var(--pd-radius);\n  padding: 18px 18px 16px;\n}\n.pd-bccr-vs-card.highlight {\n  border-color: rgba(200,16,46,0.3);\n  background: var(--pd-accent-dim);\n}\n.pd-bccr-vs-label {\n  font-size: 0.58rem;\n  font-weight: 800;\n  letter-spacing: 0.16em;\n  text-transform: uppercase;\n  color: var(--pd-muted);\n  margin: 0 0 8px;\n}\n.pd-bccr-vs-card.highlight .pd-bccr-vs-label { color: var(--pd-accent); }\n.pd-bccr-vs-title {\n  font-size: 0.92rem;\n  font-weight: 800;\n  color: var(--pd-text);\n  margin: 0 0 8px;\n}\n.pd-bccr-vs-body {\n  font-size: 0.84rem;\n  color: var(--pd-muted);\n  line-height: 1.6;\n  margin: 0;\n}\n.pd-bccr-vs-body strong { color: var(--pd-text); font-weight: 700; }\n\n\/* FEATURES *\/\n.pd-bccr-features {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 12px;\n  margin-bottom: 28px;\n}\n.pd-bccr-feature {\n  background: var(--pd-bg-alt);\n  border: 1px solid var(--pd-border);\n  border-top: 3px solid var(--pd-accent);\n  border-radius: var(--pd-radius);\n  padding: 18px 18px 16px;\n  display: flex;\n  flex-direction: column;\n  gap: 8px;\n}\n.pd-bccr-feature-num {\n  font-size: 0.58rem;\n  font-weight: 800;\n  letter-spacing: 0.18em;\n  text-transform: uppercase;\n  color: var(--pd-accent);\n}\n.pd-bccr-feature-title {\n  font-size: 0.92rem;\n  font-weight: 800;\n  color: var(--pd-text);\n  margin: 0;\n  line-height: 1.3;\n}\n.pd-bccr-feature-body {\n  font-size: 0.84rem;\n  color: var(--pd-muted);\n  line-height: 1.65;\n  margin: 0;\n}\n.pd-bccr-feature-body strong { color: var(--pd-text); font-weight: 700; }\n\n\/* HOW IT WORKS *\/\n.pd-bccr-how {\n  background: var(--pd-bg-dark);\n  border-radius: var(--pd-radius);\n  padding: 24px 28px;\n  margin-bottom: 28px;\n}\n.pd-bccr-how-label {\n  font-size: 0.68rem;\n  font-weight: 700;\n  letter-spacing: 0.18em;\n  text-transform: uppercase;\n  color: var(--pd-accent);\n  margin: 0 0 16px;\n}\n.pd-bccr-steps {\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n}\n.pd-bccr-step {\n  display: flex;\n  gap: 14px;\n  align-items: flex-start;\n}\n.pd-bccr-step-num {\n  width: 26px;\n  height: 26px;\n  border-radius: 50%;\n  background: var(--pd-accent);\n  color: #fff;\n  font-size: 0.72rem;\n  font-weight: 800;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n  margin-top: 1px;\n}\n.pd-bccr-step-text {\n  font-size: 0.88rem;\n  color: #a8a39e;\n  line-height: 1.65;\n}\n.pd-bccr-step-text strong { color: #f0ece4; font-weight: 700; }\n\n\/* SPECS *\/\n.pd-bccr-specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 0.88rem;\n  margin-bottom: 28px;\n}\n.pd-bccr-specs-table tr { border-bottom: 1px solid var(--pd-border); }\n.pd-bccr-specs-table tr:last-child { border-bottom: none; }\n.pd-bccr-specs-table tr:nth-child(even) td { background: var(--pd-bg-alt); }\n.pd-bccr-specs-table td { padding: 11px 14px; vertical-align: top; line-height: 1.5; }\n.pd-bccr-specs-table td:first-child { font-weight: 700; color: var(--pd-text); width: 40%; }\n.pd-bccr-specs-table td:last-child { color: var(--pd-muted); }\n\n\/* TIPS *\/\n.pd-bccr-tips {\n  background: var(--pd-bg-alt);\n  border: 1px solid var(--pd-border);\n  border-radius: var(--pd-radius);\n  padding: 20px 22px;\n  margin-bottom: 28px;\n}\n.pd-bccr-tips-label {\n  font-size: 0.68rem;\n  font-weight: 700;\n  letter-spacing: 0.16em;\n  text-transform: uppercase;\n  color: var(--pd-accent);\n  margin: 0 0 12px;\n}\n.pd-bccr-tips-list {\n  display: flex;\n  flex-direction: column;\n  gap: 8px;\n  padding: 0;\n  margin: 0;\n  list-style: none;\n}\n.pd-bccr-tips-list li {\n  display: flex;\n  gap: 10px;\n  font-size: 0.87rem;\n  color: var(--pd-muted);\n  line-height: 1.6;\n}\n.pd-bccr-tips-list li::before {\n  content: '';\n  width: 6px;\n  height: 6px;\n  border-radius: 50%;\n  background: var(--pd-accent);\n  flex-shrink: 0;\n  margin-top: 7px;\n}\n.pd-bccr-tips-list li strong { color: var(--pd-text); font-weight: 700; }\n\n\/* FAQ *\/\n.pd-bccr-faq-item {\n  border: 1px solid var(--pd-border);\n  border-radius: var(--pd-radius);\n  overflow: hidden;\n  margin-bottom: 8px;\n  background: var(--pd-bg-alt);\n  transition: border-color 0.2s;\n}\n.pd-bccr-faq-item[open] { border-color: var(--pd-accent); }\n.pd-bccr-faq-item summary {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  gap: 14px;\n  padding: 16px 20px;\n  font-size: 0.9rem;\n  font-weight: 700;\n  color: var(--pd-text);\n  cursor: pointer;\n  list-style: none;\n  line-height: 1.4;\n}\n.pd-bccr-faq-item summary::-webkit-details-marker { display: none; }\n.pd-bccr-faq-icon {\n  width: 24px;\n  height: 24px;\n  border-radius: 50%;\n  background: var(--pd-accent-dim);\n  border: 1px solid rgba(200,16,46,0.2);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  color: var(--pd-accent);\n  flex-shrink: 0;\n  transition: transform 0.22s;\n}\n.pd-bccr-faq-icon svg { width: 12px; height: 12px; }\n.pd-bccr-faq-item[open] .pd-bccr-faq-icon { transform: rotate(180deg); background: var(--pd-accent); color: #fff; border-color: var(--pd-accent); }\n.pd-bccr-faq-answer {\n  padding: 0 20px 16px;\n  font-size: 0.87rem;\n  color: var(--pd-muted);\n  line-height: 1.7;\n  border-top: 1px solid var(--pd-border);\n}\n.pd-bccr-faq-answer p { margin: 10px 0 0; }\n.pd-bccr-faq-answer p:first-child { margin-top: 12px; }\n.pd-bccr-faq-answer strong { color: var(--pd-text); font-weight: 700; }\n\n\/* CTA *\/\n.pd-bccr-cta {\n  background: var(--pd-bg-dark);\n  border-radius: var(--pd-radius);\n  padding: 20px 24px;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 16px;\n  flex-wrap: wrap;\n  margin-top: 8px;\n}\n.pd-bccr-cta-text { font-size: 0.88rem; color: #a8a39e; line-height: 1.5; }\n.pd-bccr-cta-text strong { color: #f0ece4; font-weight: 700; }\n.pd-bccr-cta-btn {\n  display: inline-flex;\n  align-items: center;\n  gap: 7px;\n  background: var(--pd-accent);\n  color: #fff;\n  font-size: 0.76rem;\n  font-weight: 700;\n  letter-spacing: 0.06em;\n  text-transform: uppercase;\n  text-decoration: none;\n  padding: 11px 20px;\n  border-radius: var(--pd-radius);\n  transition: background 0.18s;\n  white-space: nowrap;\n}\n.pd-bccr-cta-btn:hover { background: #a50d25; }\n.pd-bccr-cta-btn svg { width: 11px; height: 11px; }\n\n@media (max-width: 680px) {\n  .pd-bccr-stat-strip { grid-template-columns: repeat(2, 1fr); }\n  .pd-bccr-stat:nth-child(2) { border-right: none; }\n  .pd-bccr-stat:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,0.08); }\n  .pd-bccr-features { grid-template-columns: 1fr; }\n  .pd-bccr-vs { grid-template-columns: 1fr; }\n  .pd-bccr-how { padding: 20px; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-bccr-wrap\"\u003e\n\n  \u003c!-- STAT STRIP --\u003e\n  \u003cdiv class=\"pd-bccr-stat-strip\"\u003e\n    \u003cdiv class=\"pd-bccr-stat\"\u003e\n      \u003cspan class=\"pd-bccr-stat-val\"\u003e$26\u003c\/span\u003e\n      \u003cspan class=\"pd-bccr-stat-label\"\u003eRRP\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-bccr-stat\"\u003e\n      \u003cspan class=\"pd-bccr-stat-val\"\u003eMetal\u003c\/span\u003e\n      \u003cspan class=\"pd-bccr-stat-label\"\u003eConstruction\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-bccr-stat\"\u003e\n      \u003cspan class=\"pd-bccr-stat-val\"\u003eFolds Flat\u003c\/span\u003e\n      \u003cspan class=\"pd-bccr-stat-label\"\u003eStorage\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-bccr-stat\"\u003e\n      \u003cspan class=\"pd-bccr-stat-val\"\u003e127754\u003c\/span\u003e\n      \u003cspan class=\"pd-bccr-stat-label\"\u003eBGE SKU\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003cdiv class=\"pd-bccr-intro\"\u003e\n    The Big Green Egg Beer Can Chicken Roaster holds a standard 375ml can upright so the bird cooks vertically over it. \u003cstrong\u003eThe steam from the heated liquid inside the can circulates through the cavity\u003c\/strong\u003e, keeping the meat moist throughout the cook while the EGG's circulating heat browns the exterior on all sides evenly. Juices collect in the drip tray below for a ready-made pan gravy. Folds flat after use for easy storage. Dishwasher safe.\n  \u003c\/div\u003e\n\n  \u003c!-- VS COMPARISON --\u003e\n  \u003ch3 class=\"pd-bccr-heading\"\u003eBeer Can Roaster vs Ceramic Roaster\u003c\/h3\u003e\n  \u003cdiv class=\"pd-bccr-vs\"\u003e\n    \u003cdiv class=\"pd-bccr-vs-card highlight\"\u003e\n      \u003cp class=\"pd-bccr-vs-label\"\u003eThis Product\u003c\/p\u003e\n      \u003cp class=\"pd-bccr-vs-title\"\u003eBeer Can Chicken Roaster — $26\u003c\/p\u003e\n      \u003cp class=\"pd-bccr-vs-body\"\u003eMetal rack that holds an \u003cstrong\u003eactual 375ml can\u003c\/strong\u003e (beer, juice, soda). The liquid in the can heats and steams into the bird. Includes a drip tray. Folds flat for storage. The classic beer can chicken setup at the entry price point.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-bccr-vs-card\"\u003e\n      \u003cp class=\"pd-bccr-vs-label\"\u003eAlternative\u003c\/p\u003e\n      \u003cp class=\"pd-bccr-vs-title\"\u003eCeramic Chicken Roaster — $47\u003c\/p\u003e\n      \u003cp class=\"pd-bccr-vs-body\"\u003eCeramic roaster with a \u003cstrong\u003ebuilt-in liquid reservoir\u003c\/strong\u003e — no can required. Fill with any liquid, including wine, stock, or aromatics. More volume, easier to load, and the ceramic construction distributes heat evenly. Premium option.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003ch3 class=\"pd-bccr-heading\"\u003eWhat Makes It Work\u003c\/h3\u003e\n  \u003cdiv class=\"pd-bccr-features\"\u003e\n\n    \u003cdiv class=\"pd-bccr-feature\"\u003e\n      \u003cspan class=\"pd-bccr-feature-num\"\u003eFeature 01\u003c\/span\u003e\n      \u003ch4 class=\"pd-bccr-feature-title\"\u003eVertical Position for Even Browning\u003c\/h4\u003e\n      \u003cp class=\"pd-bccr-feature-body\"\u003eSitting the bird upright exposes all sides of the skin to the EGG's circulating heat simultaneously. \u003cstrong\u003eNo hot spots, no rotating mid-cook.\u003c\/strong\u003e The breast, legs, and thighs all reach the right temperature at roughly the same time, which is the core problem that conventional horizontal roasting struggles with.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-bccr-feature\"\u003e\n      \u003cspan class=\"pd-bccr-feature-num\"\u003eFeature 02\u003c\/span\u003e\n      \u003ch4 class=\"pd-bccr-feature-title\"\u003eCan Steam Keeps the Meat Moist\u003c\/h4\u003e\n      \u003cp class=\"pd-bccr-feature-body\"\u003eAs the EGG heats the can, the liquid inside turns to steam and passes directly through the cavity of the bird. \u003cstrong\u003eBeer, apple juice, ginger beer, or any canned liquid\u003c\/strong\u003e all work. The steam keeps the breast meat from drying out during the cook, which is the most common failure point with whole chicken.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-bccr-feature\"\u003e\n      \u003cspan class=\"pd-bccr-feature-num\"\u003eFeature 03\u003c\/span\u003e\n      \u003ch4 class=\"pd-bccr-feature-title\"\u003eDrip Tray for Pan Gravy\u003c\/h4\u003e\n      \u003cp class=\"pd-bccr-feature-body\"\u003eThe base of the roaster includes a drip tray that catches all the fat and juices that render out of the bird during the cook. \u003cstrong\u003eThat liquid is concentrated, smoke-flavoured chicken stock\u003c\/strong\u003e ready to be deglazed into a pan sauce or poured directly over the carved meat.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-bccr-feature\"\u003e\n      \u003cspan class=\"pd-bccr-feature-num\"\u003eFeature 04\u003c\/span\u003e\n      \u003ch4 class=\"pd-bccr-feature-title\"\u003eFolds Flat, Dishwasher Safe\u003c\/h4\u003e\n      \u003cp class=\"pd-bccr-feature-body\"\u003eThe roaster folds flat for drawer storage between cooks, which the Ceramic Roaster cannot do. \u003cstrong\u003eDishwasher safe\u003c\/strong\u003e, so the drip tray and rack go straight in after the cook. Practical for cooks who want the results without the extra storage footprint.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- HOW IT WORKS --\u003e\n  \u003cdiv class=\"pd-bccr-how\"\u003e\n    \u003cp class=\"pd-bccr-how-label\"\u003eHow to Use the Beer Can Chicken Roaster\u003c\/p\u003e\n    \u003cdiv class=\"pd-bccr-steps\"\u003e\n      \u003cdiv class=\"pd-bccr-step\"\u003e\n        \u003cspan class=\"pd-bccr-step-num\"\u003e1\u003c\/span\u003e\n        \u003cp class=\"pd-bccr-step-text\"\u003e\u003cstrong\u003eChoose your can.\u003c\/strong\u003e Any standard 375ml can works: beer, apple juice, ginger beer, lemonade. Open the can and drink or pour out half the liquid so it does not boil over. Add garlic, herbs, or citrus zest to the can if you want extra flavour.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-bccr-step\"\u003e\n        \u003cspan class=\"pd-bccr-step-num\"\u003e2\u003c\/span\u003e\n        \u003cp class=\"pd-bccr-step-text\"\u003e\u003cstrong\u003eSet up the EGG for indirect cooking.\u003c\/strong\u003e ConvEGGtor in with feet up, cooking grid on top. Target 180 to 200°C. Add one or two wood chunks to the charcoal for smoke. Apple and cherry work well with chicken.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-bccr-step\"\u003e\n        \u003cspan class=\"pd-bccr-step-num\"\u003e3\u003c\/span\u003e\n        \u003cp class=\"pd-bccr-step-text\"\u003e\u003cstrong\u003eLoad the roaster.\u003c\/strong\u003e Place the half-full can into the holder on the drip tray. Lower the seasoned bird cavity-down over the can so it sits upright and stable with the can inside the cavity.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-bccr-step\"\u003e\n        \u003cspan class=\"pd-bccr-step-num\"\u003e4\u003c\/span\u003e\n        \u003cp class=\"pd-bccr-step-text\"\u003e\u003cstrong\u003ePlace centrally on the cooking grid and close the lid.\u003c\/strong\u003e A standard 1.8kg chicken takes 75 to 90 minutes at 185°C indirect. No opening, no basting, no rotating required.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-bccr-step\"\u003e\n        \u003cspan class=\"pd-bccr-step-num\"\u003e5\u003c\/span\u003e\n        \u003cp class=\"pd-bccr-step-text\"\u003e\u003cstrong\u003eCheck temperature and rest.\u003c\/strong\u003e Probe the thickest part of the thigh away from bone. Pull at 74°C internal. Use heat-proof gloves to remove the entire roaster from the EGG. The can and drip tray will be very hot. Rest the bird for 10 minutes before removing from the can and carving.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SPECS --\u003e\n  \u003ch3 class=\"pd-bccr-heading\"\u003eSpecifications\u003c\/h3\u003e\n  \u003ctable class=\"pd-bccr-specs-table\"\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\n\u003ctd\u003eProduct Name\u003c\/td\u003e\n\u003ctd\u003eBGE Beer Can Chicken Roaster\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eSKU\u003c\/td\u003e\n\u003ctd\u003e127754\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003ePrice\u003c\/td\u003e\n\u003ctd\u003e$26.00 AUD\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eConstruction\u003c\/td\u003e\n\u003ctd\u003eMetal rack with drip tray\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eCan Size\u003c\/td\u003e\n\u003ctd\u003eStandard 375ml can (beer, juice, soda)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eStorage\u003c\/td\u003e\n\u003ctd\u003eFolds flat\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eCare\u003c\/td\u003e\n\u003ctd\u003eDishwasher safe\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eBest For\u003c\/td\u003e\n\u003ctd\u003eWhole chicken (1.2 to 2.5kg), spatchcock, small duck\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eRecommended Temp\u003c\/td\u003e\n\u003ctd\u003e180 to 200°C indirect\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eIncludes\u003c\/td\u003e\n\u003ctd\u003eRoaster rack, drip tray\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eBig Green Egg\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eOrigin\u003c\/td\u003e\n\u003ctd\u003eUSA\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\n  \u003c!-- TIPS --\u003e\n  \u003cdiv class=\"pd-bccr-tips\"\u003e\n    \u003cp class=\"pd-bccr-tips-label\"\u003eCook Tips\u003c\/p\u003e\n    \u003cul class=\"pd-bccr-tips-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eOnly fill the can halfway.\u003c\/strong\u003e A full can will boil over as the EGG reaches temperature. Open, pour half out, then load the roaster.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eApple juice in the can plus apple wood chunks in the charcoal\u003c\/strong\u003e is one of the most popular combinations for a mild, slightly sweet smoke profile on the bird.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eSeason under the skin.\u003c\/strong\u003e Loosen the skin over the breast and rub seasoning directly onto the meat. The steam keeps the breast moist but seasoning under the skin penetrates better than surface rub alone.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eUse a probe thermometer.\u003c\/strong\u003e Colour and timing are not reliable indicators with whole birds. Pull at 74°C at the thickest part of the thigh, not touching the bone.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eThe drip tray liquid is ready-made stock.\u003c\/strong\u003e Pour the drip tray contents into a small saucepan, add a splash of white wine, reduce by half, and you have a pan sauce requiring no additional work.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eThe can will be extremely hot.\u003c\/strong\u003e Do not attempt to remove the bird from the can immediately after the cook. Rest the whole assembly for at least 5 minutes before carefully sliding the bird off the can using heat-proof gloves.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003ch3 class=\"pd-bccr-heading\"\u003eCommon Questions\u003c\/h3\u003e\n\n  \u003cdetails class=\"pd-bccr-faq-item\"\u003e\n    \u003csummary\u003eWhat is the difference between this and the Ceramic Chicken Roaster?\u003cspan class=\"pd-bccr-faq-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/summary\u003e\n    \u003cdiv class=\"pd-bccr-faq-answer\"\u003e\n      \u003cp\u003eThe Beer Can Chicken Roaster ($26) holds an actual 375ml can inside the cavity of the bird. The Ceramic Chicken Roaster ($47) has a built-in ceramic reservoir — no can required, and you can fill it with any liquid including wine or stock. \u003cstrong\u003eThe Beer Can Roaster folds flat for storage; the Ceramic Roaster does not.\u003c\/strong\u003e Both produce excellent results. The Ceramic Roaster is the cleaner, more controlled setup; the Beer Can Roaster is the classic technique at the entry price point.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"pd-bccr-faq-item\"\u003e\n    \u003csummary\u003eWhat can I use instead of beer in the can?\u003cspan class=\"pd-bccr-faq-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/summary\u003e\n    \u003cdiv class=\"pd-bccr-faq-answer\"\u003e\n      \u003cp\u003eAny canned liquid in a standard 375ml can works. \u003cstrong\u003eApple juice, ginger beer, lemonade, sparkling water, chicken stock\u003c\/strong\u003e, and cola are all commonly used. The beer can chicken name comes from the original technique but the liquid is largely personal preference — the primary function is to create steam inside the cavity, and most liquids do that equally well.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"pd-bccr-faq-item\"\u003e\n    \u003csummary\u003eDo I need to use the ConvEGGtor with this roaster?\u003cspan class=\"pd-bccr-faq-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/summary\u003e\n    \u003cdiv class=\"pd-bccr-faq-answer\"\u003e\n      \u003cp\u003eIndirect setup with the ConvEGGtor is strongly recommended for whole poultry. \u003cstrong\u003eDirect heat underneath a whole bird causes the base to cook much faster than the breast\u003c\/strong\u003e, and the fat dripping onto the coals creates flare-ups. Indirect heat surrounds the bird evenly and produces the consistent, moist result the technique is known for.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"pd-bccr-faq-item\"\u003e\n    \u003csummary\u003eHow do I safely remove the bird from the roaster after cooking?\u003cspan class=\"pd-bccr-faq-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/summary\u003e\n    \u003cdiv class=\"pd-bccr-faq-answer\"\u003e\n      \u003cp\u003eAlways use heat-proof gloves. Remove the entire roaster from the EGG and place it on a heat-safe surface to rest. \u003cstrong\u003eDo not attempt to remove the bird from the can while still hot\u003c\/strong\u003e — the pressurised can and the bird cavity grip together when hot. After a 10-minute rest, carefully hold the drip tray steady and lift the bird upward and off the can. Have another person hold the roaster base if needed.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"pd-bccr-faq-item\"\u003e\n    \u003csummary\u003eIs this a genuine Big Green Egg accessory?\u003cspan class=\"pd-bccr-faq-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/summary\u003e\n    \u003cdiv class=\"pd-bccr-faq-answer\"\u003e\n      \u003cp\u003eYes. The Beer Can Chicken Roaster is a genuine Big Green Egg accessory (SKU 127754), supplied through the official BGE Australia distribution network. BBQ Republic is a \u003cstrong\u003ePlatinum Authorised Big Green Egg Dealer\u003c\/strong\u003e, meaning all BGE accessories we stock are genuine and covered by the manufacturer's warranty.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- CTA --\u003e\n  \u003cdiv class=\"pd-bccr-cta\"\u003e\n    \u003cdiv class=\"pd-bccr-cta-text\"\u003e\n\u003cstrong\u003eNot sure which chicken roaster suits your setup?\u003c\/strong\u003e We stock both and can talk you through the differences based on your EGG size and cook style.\u003c\/div\u003e\n    \u003ca href=\"tel:0434010411\" class=\"pd-bccr-cta-btn\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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 013.07 9.81a19.79 19.79 0 01-3.07-8.63A2 2 0 012 .18h3a2 2 0 012 1.72 12.84 12.84 0 00.7 2.81 2 2 0 01-.45 2.11L6.09 7.91a16 16 0 006 6l1.09-1.09a2 2 0 012.11-.45 12.84 12.84 0 002.81.7A2 2 0 0122 14.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      Call 0434 010 411\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Big Green Egg","offers":[{"title":"Default Title","offer_id":46385510744236,"sku":"127754","price":26.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0728\/4267\/4348\/files\/beer-can-chicken-roaster-464130.webp?v=1781665046","url":"https:\/\/bbqrepublic.com.au\/products\/big-green-egg-beer-can-chicken-roaster","provider":"BBQ Republic","version":"1.0","type":"link"}