{"product_id":"big-green-egg-ceramic-chicken-roaster","title":"Big Green Egg Ceramic Chicken Roaster","description":"\u003cstyle\u003e\n.pd-ccr-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-ccr-wrap * { box-sizing: border-box; }\n\n\/* STAT STRIP *\/\n.pd-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-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-stat:last-child { border-right: none; }\n.pd-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-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-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-intro strong { color: var(--pd-text); font-weight: 700; }\n\n\/* FEATURES *\/\n.pd-section-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-section-heading::after {\n  content: '';\n  flex: 1;\n  height: 2px;\n  background: var(--pd-border);\n  border-radius: 2px;\n}\n\n.pd-features-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 12px;\n  margin-bottom: 28px;\n}\n.pd-feature-card {\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-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-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-feature-body {\n  font-size: 0.84rem;\n  color: var(--pd-muted);\n  line-height: 1.65;\n  margin: 0;\n}\n.pd-feature-body strong { color: var(--pd-text); font-weight: 700; }\n\n\/* HOW IT WORKS *\/\n.pd-how {\n  background: var(--pd-bg-dark);\n  border-radius: var(--pd-radius);\n  padding: 24px 28px;\n  margin-bottom: 28px;\n}\n.pd-how-heading {\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-how-steps {\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n}\n.pd-how-step {\n  display: flex;\n  gap: 14px;\n  align-items: flex-start;\n}\n.pd-how-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-how-step-text {\n  font-size: 0.88rem;\n  color: #a8a39e;\n  line-height: 1.65;\n}\n.pd-how-step-text strong { color: #f0ece4; font-weight: 700; }\n\n\/* COMPATIBILITY *\/\n.pd-compat {\n  margin-bottom: 28px;\n}\n.pd-compat-grid {\n  display: grid;\n  grid-template-columns: repeat(5, 1fr);\n  gap: 8px;\n}\n.pd-compat-card {\n  background: var(--pd-bg-alt);\n  border: 1px solid var(--pd-border);\n  border-radius: var(--pd-radius);\n  padding: 14px 10px;\n  text-align: center;\n  display: flex;\n  flex-direction: column;\n  gap: 6px;\n}\n.pd-compat-card.fit {\n  border-color: rgba(200,16,46,0.3);\n  background: var(--pd-accent-dim);\n}\n.pd-compat-card.no-fit {\n  opacity: 0.45;\n}\n.pd-compat-size {\n  font-size: 0.9rem;\n  font-weight: 800;\n  color: var(--pd-text);\n  letter-spacing: -0.01em;\n}\n.pd-compat-card.fit .pd-compat-size { color: var(--pd-accent); }\n.pd-compat-status {\n  font-size: 0.58rem;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n}\n.pd-compat-card.fit .pd-compat-status { color: var(--pd-accent); }\n.pd-compat-card.no-fit .pd-compat-status { color: var(--pd-muted); }\n\n\/* SPECS *\/\n.pd-specs {\n  margin-bottom: 28px;\n}\n.pd-specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 0.88rem;\n}\n.pd-specs-table tr {\n  border-bottom: 1px solid var(--pd-border);\n}\n.pd-specs-table tr:last-child { border-bottom: none; }\n.pd-specs-table tr:nth-child(even) td { background: var(--pd-bg-alt); }\n.pd-specs-table td {\n  padding: 11px 14px;\n  vertical-align: top;\n  line-height: 1.5;\n}\n.pd-specs-table td:first-child {\n  font-weight: 700;\n  color: var(--pd-text);\n  width: 40%;\n}\n.pd-specs-table td:last-child { color: var(--pd-muted); }\n\n\/* TIPS *\/\n.pd-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-tips-heading {\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-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-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-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-tips-list li strong { color: var(--pd-text); font-weight: 700; }\n\n\/* FAQ *\/\n.pd-faq { margin-bottom: 8px; }\n.pd-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-faq-item[open] { border-color: var(--pd-accent); }\n.pd-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-faq-item summary::-webkit-details-marker { display: none; }\n.pd-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-faq-icon svg { width: 12px; height: 12px; }\n.pd-faq-item[open] .pd-faq-icon { transform: rotate(180deg); background: var(--pd-accent); color: #fff; border-color: var(--pd-accent); }\n.pd-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-faq-answer p { margin: 10px 0 0; }\n.pd-faq-answer p:first-child { margin-top: 12px; }\n.pd-faq-answer strong { color: var(--pd-text); font-weight: 700; }\n\n\/* CTA *\/\n.pd-cta-strip {\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-cta-text { font-size: 0.88rem; color: #a8a39e; line-height: 1.5; }\n.pd-cta-text strong { color: #f0ece4; font-weight: 700; }\n.pd-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-cta-btn:hover { background: #a50d25; }\n.pd-cta-btn svg { width: 11px; height: 11px; }\n\n@media (max-width: 680px) {\n  .pd-stat-strip { grid-template-columns: repeat(2, 1fr); }\n  .pd-stat:nth-child(2) { border-right: none; }\n  .pd-stat:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,0.08); }\n  .pd-features-grid { grid-template-columns: 1fr; }\n  .pd-compat-grid { grid-template-columns: repeat(3, 1fr); }\n  .pd-how { padding: 20px; }\n}\n@media (max-width: 420px) {\n  .pd-compat-grid { grid-template-columns: repeat(2, 1fr); }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-ccr-wrap\"\u003e\n\n  \u003c!-- STAT STRIP --\u003e\n  \u003cdiv class=\"pd-stat-strip\"\u003e\n    \u003cdiv class=\"pd-stat\"\u003e\n      \u003cspan class=\"pd-stat-val\"\u003e$47\u003c\/span\u003e\n      \u003cspan class=\"pd-stat-label\"\u003eRRP\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-stat\"\u003e\n      \u003cspan class=\"pd-stat-val\"\u003eCeramic\u003c\/span\u003e\n      \u003cspan class=\"pd-stat-label\"\u003eConstruction\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-stat\"\u003e\n      \u003cspan class=\"pd-stat-val\"\u003e4 Sizes\u003c\/span\u003e\n      \u003cspan class=\"pd-stat-label\"\u003eCompatible\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-stat\"\u003e\n      \u003cspan class=\"pd-stat-val\"\u003e119766\u003c\/span\u003e\n      \u003cspan class=\"pd-stat-label\"\u003eBGE SKU\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003cdiv class=\"pd-intro\"\u003e\n    The Big Green Egg Ceramic Chicken Roaster is the simplest route to \u003cstrong\u003econsistently juicy, flavourful whole poultry on the EGG\u003c\/strong\u003e. Sit the bird upright on the roaster, fill the reservoir with beer, fruit juice, wine, or aromatics, and the liquid steams through the cavity as the EGG cooks. The ceramic construction holds heat evenly and cleans easily. Compatible with the Medium, Large, XL and 2XL EGGs.\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003ch3 class=\"pd-section-heading\"\u003eWhy the Ceramic Roaster Works\u003c\/h3\u003e\n  \u003cdiv class=\"pd-features-grid\"\u003e\n\n    \u003cdiv class=\"pd-feature-card\"\u003e\n      \u003cspan class=\"pd-feature-num\"\u003eFeature 01\u003c\/span\u003e\n      \u003ch4 class=\"pd-feature-title\"\u003eLiquid Reservoir for Flavour Infusion\u003c\/h4\u003e\n      \u003cp class=\"pd-feature-body\"\u003eThe central reservoir holds \u003cstrong\u003ebeer, fruit juice, wine, herbs, or any liquid you choose\u003c\/strong\u003e. As the EGG heats up, the liquid turns to steam and infuses directly through the cavity of the bird throughout the cook. The result is moist, flavoured meat from the inside out.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-feature-card\"\u003e\n      \u003cspan class=\"pd-feature-num\"\u003eFeature 02\u003c\/span\u003e\n      \u003ch4 class=\"pd-feature-title\"\u003eCeramic Construction\u003c\/h4\u003e\n      \u003cp class=\"pd-feature-body\"\u003eMade from the same ceramic material as the EGG itself. \u003cstrong\u003eCeramic retains and distributes heat evenly\u003c\/strong\u003e, meaning the base of the bird cooks at the same rate as the outside rather than scorching. Non-reactive, no metallic taste transfer, and dishwasher safe.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-feature-card\"\u003e\n      \u003cspan class=\"pd-feature-num\"\u003eFeature 03\u003c\/span\u003e\n      \u003ch4 class=\"pd-feature-title\"\u003eVertical Roasting Position\u003c\/h4\u003e\n      \u003cp class=\"pd-feature-body\"\u003eSitting the bird upright allows \u003cstrong\u003efat and juices to drain away from the meat naturally\u003c\/strong\u003e rather than pooling beneath it. The skin on all sides is exposed to the circulating EGG heat, so you get even browning and a crisp exterior without rotating the bird mid-cook.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-feature-card\"\u003e\n      \u003cspan class=\"pd-feature-num\"\u003eFeature 04\u003c\/span\u003e\n      \u003ch4 class=\"pd-feature-title\"\u003eWorks on the ConvEGGtor\u003c\/h4\u003e\n      \u003cp class=\"pd-feature-body\"\u003eSet up the EGG in indirect mode with the ConvEGGtor in place, then sit the Ceramic Roaster directly on the cooking grid. \u003cstrong\u003eIndirect heat surrounds the bird from all sides\u003c\/strong\u003e without direct flame, producing a slow roast finish with the smoke profile of whichever wood chunks or chips you use.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- HOW IT WORKS --\u003e\n  \u003cdiv class=\"pd-how\"\u003e\n    \u003cp class=\"pd-how-heading\"\u003eHow to Use the Ceramic Chicken Roaster\u003c\/p\u003e\n    \u003cdiv class=\"pd-how-steps\"\u003e\n      \u003cdiv class=\"pd-how-step\"\u003e\n        \u003cspan class=\"pd-how-step-num\"\u003e1\u003c\/span\u003e\n        \u003cp class=\"pd-how-step-text\"\u003e\u003cstrong\u003eFill the reservoir.\u003c\/strong\u003e Pour your chosen liquid into the central reservoir — beer, apple juice, white wine, or water with herbs. Fill to around two-thirds capacity to allow room for expansion as it heats.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-how-step\"\u003e\n        \u003cspan class=\"pd-how-step-num\"\u003e2\u003c\/span\u003e\n        \u003cp class=\"pd-how-step-text\"\u003e\u003cstrong\u003ePrepare the EGG.\u003c\/strong\u003e Set up for indirect cooking using the ConvEGGtor with the ceramic feet up and the cooking grid on top. Target temperature 180 to 200°C. Add wood chunks for smoke if desired.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-how-step\"\u003e\n        \u003cspan class=\"pd-how-step-num\"\u003e3\u003c\/span\u003e\n        \u003cp class=\"pd-how-step-text\"\u003e\u003cstrong\u003eSit the bird on the roaster.\u003c\/strong\u003e Lower the seasoned bird cavity-down onto the roaster so it sits upright and stable. Place the loaded roaster centrally on the cooking grid.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-how-step\"\u003e\n        \u003cspan class=\"pd-how-step-num\"\u003e4\u003c\/span\u003e\n        \u003cp class=\"pd-how-step-text\"\u003e\u003cstrong\u003eClose the lid and cook.\u003c\/strong\u003e A standard 1.8kg chicken takes around 75 to 90 minutes at 185°C indirect. Use a probe thermometer to confirm 74°C at the thickest part of the thigh before resting.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-how-step\"\u003e\n        \u003cspan class=\"pd-how-step-num\"\u003e5\u003c\/span\u003e\n        \u003cp class=\"pd-how-step-text\"\u003e\u003cstrong\u003eRest and serve.\u003c\/strong\u003e Remove carefully using heat-proof gloves, the roaster and bird will be very hot. Rest the bird for 10 minutes before carving. The reservoir liquid can be used as a base for pan sauce.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- COMPATIBILITY --\u003e\n  \u003ch3 class=\"pd-section-heading\"\u003eEGG Compatibility\u003c\/h3\u003e\n  \u003cdiv class=\"pd-compat\"\u003e\n    \u003cdiv class=\"pd-compat-grid\"\u003e\n      \u003cdiv class=\"pd-compat-card no-fit\"\u003e\n        \u003cspan class=\"pd-compat-size\"\u003eMiniMax\u003c\/span\u003e\n        \u003cspan class=\"pd-compat-status\"\u003eNot Suitable\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-compat-card no-fit\"\u003e\n        \u003cspan class=\"pd-compat-size\"\u003eSmall\u003c\/span\u003e\n        \u003cspan class=\"pd-compat-status\"\u003eNot Suitable\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-compat-card fit\"\u003e\n        \u003cspan class=\"pd-compat-size\"\u003eMedium\u003c\/span\u003e\n        \u003cspan class=\"pd-compat-status\"\u003eCompatible\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-compat-card fit\"\u003e\n        \u003cspan class=\"pd-compat-size\"\u003eLarge\u003c\/span\u003e\n        \u003cspan class=\"pd-compat-status\"\u003eCompatible\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-compat-card fit\"\u003e\n        \u003cspan class=\"pd-compat-size\"\u003eXL \/ 2XL\u003c\/span\u003e\n        \u003cspan class=\"pd-compat-status\"\u003eCompatible\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SPECS --\u003e\n  \u003ch3 class=\"pd-section-heading\"\u003eSpecifications\u003c\/h3\u003e\n  \u003cdiv class=\"pd-specs\"\u003e\n    \u003ctable class=\"pd-specs-table\"\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n\u003ctd\u003eProduct Name\u003c\/td\u003e\n\u003ctd\u003eBGE Ceramic Chicken Roaster\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eSKU\u003c\/td\u003e\n\u003ctd\u003e119766\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003ePrice\u003c\/td\u003e\n\u003ctd\u003e$47.00 AUD\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eCeramic\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eReservoir Liquid\u003c\/td\u003e\n\u003ctd\u003eBeer, fruit juice, wine, water, aromatics\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eCompatible EGG Sizes\u003c\/td\u003e\n\u003ctd\u003eMedium, Large, XL, 2XL\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eNot Compatible\u003c\/td\u003e\n\u003ctd\u003eMiniMax, Small\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\u003eBest For\u003c\/td\u003e\n\u003ctd\u003eWhole chicken, spatchcock, duck, game birds\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\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  \u003c\/div\u003e\n\n  \u003c!-- COOK TIPS --\u003e\n  \u003cdiv class=\"pd-tips\"\u003e\n    \u003cp class=\"pd-tips-heading\"\u003eCook Tips\u003c\/p\u003e\n    \u003cul class=\"pd-tips-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eBeer works best at room temperature.\u003c\/strong\u003e Cold liquid straight from the fridge slows the steaming process in the early stages of the cook. Pull the beer out 30 minutes before lighting.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eAdd aromatics to the reservoir.\u003c\/strong\u003e Halved garlic cloves, rosemary sprigs, a split lemon, or bay leaves in the liquid all transfer flavour into the steam and into the bird.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eDo not overfill.\u003c\/strong\u003e Fill to two-thirds only. A full reservoir will boil over as it heats and create flare-ups on the ConvEGGtor.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eApple or cherry wood chunks pair well with chicken.\u003c\/strong\u003e Add one or two chunks to the charcoal before the ConvEGGtor goes in for a mild, fruit-forward smoke profile.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eUse a probe thermometer.\u003c\/strong\u003e Visual cues are unreliable for whole birds. Pull at 74°C internal at the thickest part of the thigh, not touching bone.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eThe drippings make excellent pan sauce.\u003c\/strong\u003e The liquid in the reservoir after the cook is concentrated, reduced poultry stock. Deglaze with a splash of white wine for an instant sauce.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003ch3 class=\"pd-section-heading\"\u003eCommon Questions\u003c\/h3\u003e\n\n  \u003cdiv class=\"pd-faq\"\u003e\n\n    \u003cdetails class=\"pd-faq-item\"\u003e\n      \u003csummary\u003eWhich EGG sizes does the Ceramic Chicken Roaster fit?\u003cspan class=\"pd-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-faq-answer\"\u003e\n        \u003cp\u003eThe Ceramic Chicken Roaster is compatible with the \u003cstrong\u003eMedium, Large, XL and 2XL EGGs\u003c\/strong\u003e. It is not suitable for the MiniMax or Small EGGs due to the interior diameter of those cookers.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-faq-item\"\u003e\n      \u003csummary\u003eWhat liquid should I put in the reservoir?\u003cspan class=\"pd-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-faq-answer\"\u003e\n        \u003cp\u003eAny liquid works. \u003cstrong\u003eBeer, apple juice, white wine, chicken stock, and water with herbs\u003c\/strong\u003e are the most common. The liquid does not need to be flavourful on its own — it is there to create steam and carry aromatics into the cavity of the bird. Plain water with a few sprigs of thyme and crushed garlic produces excellent results.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-faq-item\"\u003e\n      \u003csummary\u003eDo I need to use the ConvEGGtor?\u003cspan class=\"pd-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-faq-answer\"\u003e\n        \u003cp\u003eThe ConvEGGtor is recommended but not essential. \u003cstrong\u003eIndirect setup produces the most even, consistent result\u003c\/strong\u003e for whole poultry — the heat surrounds the bird without direct flame contact underneath. Direct cooking is possible at lower temperatures but requires more monitoring to avoid the base of the bird cooking faster than the rest.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-faq-item\"\u003e\n      \u003csummary\u003eCan I use the Ceramic Chicken Roaster for other birds?\u003cspan class=\"pd-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-faq-answer\"\u003e\n        \u003cp\u003eYes. The roaster works well for \u003cstrong\u003ewhole chicken, duck, spatchcock (poussin), quail, and small game birds\u003c\/strong\u003e. For larger birds like turkey, check the cavity diameter fits the roaster before cooking. Most standard turkeys up to about 4kg will fit on the Large or XL EGG with the roaster.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-faq-item\"\u003e\n      \u003csummary\u003eHow do I clean the Ceramic Chicken Roaster?\u003cspan class=\"pd-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-faq-answer\"\u003e\n        \u003cp\u003eThe Ceramic Chicken Roaster is dishwasher safe. For hand washing, allow it to cool completely before immersing in water — placing a hot ceramic item into cold water can cause thermal shock cracking. \u003cstrong\u003eA soak in warm soapy water\u003c\/strong\u003e loosens any residue from the reservoir easily.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-faq-item\"\u003e\n      \u003csummary\u003eIs this a genuine Big Green Egg accessory?\u003cspan class=\"pd-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-faq-answer\"\u003e\n        \u003cp\u003eYes. The Ceramic Chicken Roaster is a genuine Big Green Egg accessory (SKU 119766), 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 products 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\/div\u003e\n\n  \u003c!-- CTA --\u003e\n  \u003cdiv class=\"pd-cta-strip\"\u003e\n    \u003cdiv class=\"pd-cta-text\"\u003e\n\u003cstrong\u003eQuestions about BGE accessories?\u003c\/strong\u003e We cook on the EGG ourselves and can recommend the right accessories for your setup and your cook style.\u003c\/div\u003e\n    \u003ca href=\"tel:0434010411\" class=\"pd-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":46385502257324,"sku":null,"price":47.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0728\/4267\/4348\/files\/ceramic-chicken-roaster-991173.webp?v=1781663737","url":"https:\/\/bbqrepublic.com.au\/products\/big-green-egg-ceramic-chicken-roaster","provider":"BBQ Republic","version":"1.0","type":"link"}