{"product_id":"big-green-egg-split-deflector-large","title":"Big Green Egg Split Deflector Large","description":"\u003cstyle\u003e\n.pd-sd-wrap {\n  --pd-bg: #ffffff;\n  --pd-bg-alt: #faf8f5;\n  --pd-bg-dark: #1a1a1a;\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-sd-wrap * { box-sizing: border-box; }\n\n.pd-sd-stats {\n  display: grid;\n  grid-template-columns: repeat(3, 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-sd-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-sd-stat:last-child { border-right: none; }\n.pd-sd-stat-val {\n  font-size: 1.1rem;\n  font-weight: 800;\n  color: #c8102e;\n  line-height: 1;\n  letter-spacing: -0.02em;\n}\n.pd-sd-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.pd-sd-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-sd-intro strong { color: var(--pd-text); font-weight: 700; }\n\n.pd-sd-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-sd-heading::after {\n  content: '';\n  flex: 1;\n  height: 2px;\n  background: var(--pd-border);\n  border-radius: 2px;\n}\n\n.pd-sd-zones {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n  margin-bottom: 28px;\n}\n.pd-sd-zone {\n  border-radius: var(--pd-radius);\n  padding: 20px 20px 18px;\n  display: flex;\n  flex-direction: column;\n  gap: 8px;\n}\n.pd-sd-zone.direct {\n  background: var(--pd-bg-dark);\n  border: 1px solid #333;\n}\n.pd-sd-zone.indirect {\n  background: var(--pd-accent-dim);\n  border: 1px solid rgba(200,16,46,0.25);\n}\n.pd-sd-zone-label {\n  font-size: 0.58rem;\n  font-weight: 800;\n  letter-spacing: 0.18em;\n  text-transform: uppercase;\n}\n.pd-sd-zone.direct .pd-sd-zone-label { color: #666; }\n.pd-sd-zone.indirect .pd-sd-zone-label { color: var(--pd-accent); }\n.pd-sd-zone-title {\n  font-size: 0.92rem;\n  font-weight: 800;\n  margin: 0;\n  line-height: 1.2;\n}\n.pd-sd-zone.direct .pd-sd-zone-title { color: #f0ece4; }\n.pd-sd-zone.indirect .pd-sd-zone-title { color: var(--pd-text); }\n.pd-sd-zone-body {\n  font-size: 0.84rem;\n  line-height: 1.65;\n  margin: 0;\n}\n.pd-sd-zone.direct .pd-sd-zone-body { color: #a8a39e; }\n.pd-sd-zone.indirect .pd-sd-zone-body { color: var(--pd-muted); }\n.pd-sd-zone-body strong { font-weight: 700; }\n.pd-sd-zone.direct .pd-sd-zone-body strong { color: #f0ece4; }\n.pd-sd-zone.indirect .pd-sd-zone-body strong { color: var(--pd-text); }\n\n.pd-sd-why {\n  background: var(--pd-bg-dark);\n  border-radius: var(--pd-radius);\n  padding: 24px 28px;\n  margin-bottom: 28px;\n}\n.pd-sd-why-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 14px;\n}\n.pd-sd-why-body {\n  font-size: 0.9rem;\n  color: #a8a39e;\n  line-height: 1.75;\n  margin: 0;\n}\n.pd-sd-why-body strong { color: #f0ece4; font-weight: 700; }\n\n.pd-sd-features {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 12px;\n  margin-bottom: 28px;\n}\n.pd-sd-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-sd-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-sd-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-sd-feature-body {\n  font-size: 0.84rem;\n  color: var(--pd-muted);\n  line-height: 1.65;\n  margin: 0;\n}\n.pd-sd-feature-body strong { color: var(--pd-text); font-weight: 700; }\n\n.pd-sd-callout {\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: 18px 22px;\n  margin-bottom: 28px;\n  font-size: 0.88rem;\n  color: var(--pd-muted);\n  line-height: 1.7;\n}\n.pd-sd-callout strong { color: var(--pd-text); font-weight: 700; }\n\n.pd-sd-care {\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-sd-care-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-sd-care-list {\n  display: flex;\n  flex-direction: column;\n  gap: 8px;\n  padding: 0;\n  margin: 0;\n  list-style: none;\n}\n.pd-sd-care-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-sd-care-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-sd-care-list li strong { color: var(--pd-text); font-weight: 700; }\n\n.pd-sd-specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 0.88rem;\n  margin-bottom: 28px;\n}\n.pd-sd-specs-table tr { border-bottom: 1px solid var(--pd-border); }\n.pd-sd-specs-table tr:last-child { border-bottom: none; }\n.pd-sd-specs-table tr:nth-child(even) td { background: var(--pd-bg-alt); }\n.pd-sd-specs-table td { padding: 11px 14px; vertical-align: top; line-height: 1.5; }\n.pd-sd-specs-table td:first-child { font-weight: 700; color: var(--pd-text); width: 40%; }\n.pd-sd-specs-table td:last-child { color: var(--pd-muted); }\n\n.pd-sd-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-sd-faq-item[open] { border-color: var(--pd-accent); }\n.pd-sd-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-sd-faq-item summary::-webkit-details-marker { display: none; }\n.pd-sd-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-sd-faq-icon svg { width: 12px; height: 12px; }\n.pd-sd-faq-item[open] .pd-sd-faq-icon { transform: rotate(180deg); background: var(--pd-accent); color: #fff; border-color: var(--pd-accent); }\n.pd-sd-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-sd-faq-answer p { margin: 10px 0 0; }\n.pd-sd-faq-answer p:first-child { margin-top: 12px; }\n.pd-sd-faq-answer strong { color: var(--pd-text); font-weight: 700; }\n\n.pd-sd-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-sd-cta-text { font-size: 0.88rem; color: #a8a39e; line-height: 1.5; }\n.pd-sd-cta-text strong { color: #f0ece4; font-weight: 700; }\n.pd-sd-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-sd-cta-btn:hover { background: #a50d25; }\n.pd-sd-cta-btn svg { width: 11px; height: 11px; }\n\n@media (max-width: 680px) {\n  .pd-sd-stats { grid-template-columns: 1fr; }\n  .pd-sd-stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); }\n  .pd-sd-stat:last-child { border-bottom: none; }\n  .pd-sd-features { grid-template-columns: 1fr; }\n  .pd-sd-zones { grid-template-columns: 1fr; }\n  .pd-sd-why { padding: 20px; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-sd-wrap\"\u003e\n\n  \u003cdiv class=\"pd-sd-stats\"\u003e\n    \u003cdiv class=\"pd-sd-stat\"\u003e\n      \u003cspan class=\"pd-sd-stat-val\"\u003eHalf Moon\u003c\/span\u003e\n      \u003cspan class=\"pd-sd-stat-label\"\u003eShape\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-sd-stat\"\u003e\n      \u003cspan class=\"pd-sd-stat-val\"\u003e40.64 cm\u003c\/span\u003e\n      \u003cspan class=\"pd-sd-stat-label\"\u003eDiameter\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-sd-stat\"\u003e\n      \u003cspan class=\"pd-sd-stat-val\"\u003e3-Year\u003c\/span\u003e\n      \u003cspan class=\"pd-sd-stat-label\"\u003eWarranty\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pd-sd-intro\"\u003e\n    The Big Green Egg Split Deflector is a \u003cstrong\u003ehalf-moon ceramic heat deflector for the Large EGG that enables true dual-zone cooking from a single cooker\u003c\/strong\u003e. Place one piece on one side of the EGG and that half becomes indirect. The other half, with no deflector beneath it, stays direct over the charcoal. One EGG, two heat zones, at the same time. Can also be used individually as a half baking stone, or as a pair to replicate full convEGGtor coverage across the entire cooking surface. Sold as one piece per listing with a 3-year limited warranty.\n  \u003c\/div\u003e\n\n  \u003ch3 class=\"pd-sd-heading\"\u003eThe Two Zones Explained\u003c\/h3\u003e\n  \u003cdiv class=\"pd-sd-zones\"\u003e\n    \u003cdiv class=\"pd-sd-zone indirect\"\u003e\n      \u003cspan class=\"pd-sd-zone-label\"\u003eWhere the Deflector Is\u003c\/span\u003e\n      \u003ch4 class=\"pd-sd-zone-title\"\u003eIndirect Zone\u003c\/h4\u003e\n      \u003cp class=\"pd-sd-zone-body\"\u003eThe ceramic Split Deflector sits between the charcoal and the cooking grid on this side. \u003cstrong\u003eHeat radiates around and up rather than directly onto the food.\u003c\/strong\u003e Use this side for foods that need gentle, even heat without a direct flame: baking, smoking, finishing thick cuts, or cooking delicate proteins.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-sd-zone direct\"\u003e\n      \u003cspan class=\"pd-sd-zone-label\"\u003eWhere There Is No Deflector\u003c\/span\u003e\n      \u003ch4 class=\"pd-sd-zone-title\"\u003eDirect Zone\u003c\/h4\u003e\n      \u003cp class=\"pd-sd-zone-body\"\u003eThe other half of the cooking grid sits directly above the charcoal with no barrier. \u003cstrong\u003eFull direct heat for grilling, searing, and crisping.\u003c\/strong\u003e Use this side for steaks, burgers, chops, vegetables, or anything that benefits from direct flame contact and high surface heat.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pd-sd-why\"\u003e\n    \u003cp class=\"pd-sd-why-label\"\u003eWhy This Matters for Real Cooks\u003c\/p\u003e\n    \u003cp class=\"pd-sd-why-body\"\u003eThe standard convEGGtor is a full-circle deflector that converts the entire EGG to indirect heat. That is the right tool for a full brisket or a whole chicken where you want indirect all the way through. But it is the wrong setup when you want to sear a steak and then move it off the heat to finish, or grill chicken wings on direct while a batch of vegetables roasts gently on the other side. \u003cstrong\u003eThe Split Deflector creates the two-zone setup that experienced grill cooks use for almost every service meal.\u003c\/strong\u003e Direct for the fast cooks, indirect for the slower ones, and the ability to move food between zones without leaving the EGG.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003ch3 class=\"pd-sd-heading\"\u003eFeatures\u003c\/h3\u003e\n  \u003cdiv class=\"pd-sd-features\"\u003e\n\n    \u003cdiv class=\"pd-sd-feature\"\u003e\n      \u003cspan class=\"pd-sd-feature-num\"\u003eFeature 01\u003c\/span\u003e\n      \u003ch4 class=\"pd-sd-feature-title\"\u003eTrue Dual-Zone Cooking\u003c\/h4\u003e\n      \u003cp class=\"pd-sd-feature-body\"\u003eOne piece creates two distinct heat zones simultaneously. \u003cstrong\u003eSear on the direct side, finish on the indirect side\u003c\/strong\u003e, without removing the food from the EGG or disrupting the temperature. Entrees and sides can cook concurrently on the same cooker using different methods.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-sd-feature\"\u003e\n      \u003cspan class=\"pd-sd-feature-num\"\u003eFeature 02\u003c\/span\u003e\n      \u003ch4 class=\"pd-sd-feature-title\"\u003eWorks as a Half Baking Stone\u003c\/h4\u003e\n      \u003cp class=\"pd-sd-feature-body\"\u003eUsed individually, the Split Deflector functions as a half-moon baking stone for bread, pizza, flatbreads, or smaller items that do not need the full cooking surface. \u003cstrong\u003eUseful when cooking alongside something on the other half of the grid\u003c\/strong\u003e, such as baking a focaccia on one side while vegetables grill on the other.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-sd-feature\"\u003e\n      \u003cspan class=\"pd-sd-feature-num\"\u003eFeature 03\u003c\/span\u003e\n      \u003ch4 class=\"pd-sd-feature-title\"\u003eUse Two as a Full Deflector\u003c\/h4\u003e\n      \u003cp class=\"pd-sd-feature-body\"\u003eTwo Split Deflectors placed together cover the full cooking surface of the Large EGG, replicating the coverage of the standard convEGGtor. \u003cstrong\u003eIf you already own one and want full indirect coverage\u003c\/strong\u003e, a second piece completes the setup. Each piece is sold separately.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-sd-feature\"\u003e\n      \u003cspan class=\"pd-sd-feature-num\"\u003eFeature 04\u003c\/span\u003e\n      \u003ch4 class=\"pd-sd-feature-title\"\u003eImproved BGE Ceramic\u003c\/h4\u003e\n      \u003cp class=\"pd-sd-feature-body\"\u003eMade from BGE's upgraded ceramic formula, which delivers more consistent heat distribution and better edge performance than previous versions. \u003cstrong\u003eEven heat across the indirect zone\u003c\/strong\u003e without hot spots at the centre or cooler areas at the edges of the half-moon shape.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pd-sd-callout\"\u003e\n    \u003cstrong\u003eAvailable for in-store pickup at BBQ Republic, Wetherill Park.\u003c\/strong\u003e BGE Australia advises that this ceramic item carries a transit damage risk and recommends collecting from a stockist rather than ordering for delivery. BBQ Republic stocks the Large Split Deflector at our 5 Vicars Place showroom. Come in and collect it directly to eliminate the transit risk entirely.\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pd-sd-care\"\u003e\n    \u003cp class=\"pd-sd-care-label\"\u003eCare and Maintenance\u003c\/p\u003e\n    \u003cul class=\"pd-sd-care-list\"\u003e\n      \u003cli\u003eAfter baking, allow the EGG to remain at baking temperature for approximately 15 minutes to burn off residue on the stone surface.\u003c\/li\u003e\n      \u003cli\u003eUse a long-handled brush to scrape the warm stone while still at temperature. Do not use water on a hot stone.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eFlip the stone on each subsequent cook.\u003c\/strong\u003e Rotating and flipping regularly allows residue to burn away progressively without needing to scrub the surface.\u003c\/li\u003e\n      \u003cli\u003eKeep moisture away from the stone between cooks. Store in a dry location or leave in the EGG under the dome.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eDo not place a cold stone into a very hot EGG.\u003c\/strong\u003e Let the stone warm up with the EGG gradually to avoid thermal shock cracking.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003ch3 class=\"pd-sd-heading\"\u003eSpecifications\u003c\/h3\u003e\n  \u003ctable class=\"pd-sd-specs-table\"\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\n\u003ctd\u003eProduct Name\u003c\/td\u003e\n\u003ctd\u003eBGE Split Deflector \/ Half Moon Baking Stone\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eSKU\u003c\/td\u003e\n\u003ctd\u003e136220\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003eHalf moon (semi-circle)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eDiameter\u003c\/td\u003e\n\u003ctd\u003e40.64 cm (21.67 in)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eDepth\u003c\/td\u003e\n\u003ctd\u003e1.58 cm (0.62 in)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eImproved BGE ceramic\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eWhat Is Included\u003c\/td\u003e\n\u003ctd\u003eOne half-moon ceramic Split Deflector\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eEGG Size\u003c\/td\u003e\n\u003ctd\u003eLarge\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e3-year limited warranty\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003ePickup Recommended\u003c\/td\u003e\n\u003ctd\u003eYes. Available at BBQ Republic, Wetherill Park\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    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\n  \u003ch3 class=\"pd-sd-heading\"\u003eCommon Questions\u003c\/h3\u003e\n\n  \u003cdetails class=\"pd-sd-faq-item\"\u003e\n    \u003csummary\u003eHow many Split Deflectors do I need?\u003cspan class=\"pd-sd-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-sd-faq-answer\"\u003e\n      \u003cp\u003eIt depends on what you want to do. \u003cstrong\u003eOne piece creates a dual-zone setup:\u003c\/strong\u003e indirect on one side where the deflector sits, direct on the other where there is no deflector. This is the most common use case and requires only one piece. \u003cstrong\u003eTwo pieces together cover the full cooking surface\u003c\/strong\u003e, replicating a full convEGGtor for entirely indirect cooking. Most buyers purchase two so they have the flexibility to use one or both depending on the cook.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"pd-sd-faq-item\"\u003e\n    \u003csummary\u003eWhat is the difference between the Split Deflector and the convEGGtor?\u003cspan class=\"pd-sd-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-sd-faq-answer\"\u003e\n      \u003cp\u003eThe convEGGtor is a full-circle deflector that converts the entire EGG cooking surface to indirect heat. It is one piece covering the whole grid. The Split Deflector is a half-moon shape. \u003cstrong\u003eOne Split Deflector creates two zones simultaneously\u003c\/strong\u003e, which the full convEGGtor cannot do. Two Split Deflectors together provide full coverage similar to the convEGGtor. The Split Deflector gives you more flexibility at the cost of needing two pieces for full indirect coverage.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"pd-sd-faq-item\"\u003e\n    \u003csummary\u003eWhy does BGE recommend pickup rather than delivery for this product?\u003cspan class=\"pd-sd-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-sd-faq-answer\"\u003e\n      \u003cp\u003eCeramic items can crack under the impact stress of freight and courier handling. \u003cstrong\u003eBGE Australia flags this product as having a transit damage risk\u003c\/strong\u003e and recommends collecting from a stockist rather than having it delivered. BBQ Republic stocks the Large Split Deflector at our Wetherill Park showroom. Collecting in person eliminates the transit risk entirely and lets you inspect the piece before leaving.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"pd-sd-faq-item\"\u003e\n    \u003csummary\u003eDoes the Split Deflector fit the Large EGG only?\u003cspan class=\"pd-sd-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-sd-faq-answer\"\u003e\n      \u003cp\u003eThis listing is for the Large EGG. \u003cstrong\u003eA separate XL version is available for the XL EGG.\u003c\/strong\u003e The two sizes are not interchangeable. Confirm your EGG size before ordering. If you have an XL EGG, ask us about the XL Split Deflector variant.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"pd-sd-faq-item\"\u003e\n    \u003csummary\u003eIs this a genuine Big Green Egg accessory?\u003cspan class=\"pd-sd-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-sd-faq-answer\"\u003e\n      \u003cp\u003eYes. The Split Deflector (SKU 136220) is a genuine Big Green Egg accessory 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  \u003cdiv class=\"pd-sd-cta\"\u003e\n    \u003cdiv class=\"pd-sd-cta-text\"\u003e\n\u003cstrong\u003eIn stock at our Wetherill Park showroom for same-day collection.\u003c\/strong\u003e Pickup recommended for this ceramic item. Call us to confirm availability before making the trip.\u003c\/div\u003e\n    \u003ca href=\"tel:0434010411\" class=\"pd-sd-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":46307757981868,"sku":null,"price":80.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0728\/4267\/4348\/files\/SPLIT-DEFLECTOR-Large-1.webp?v=1779683349","url":"https:\/\/bbqrepublic.com.au\/products\/big-green-egg-split-deflector-large","provider":"BBQ Republic","version":"1.0","type":"link"}