{"product_id":"big-green-egg-premium-cutting-board-fsc","title":"Big Green Egg Premium Cutting Board FSC","description":"\u003cstyle\u003e\n.pd-cb-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-cb-wrap * { box-sizing: border-box; }\n\n.pd-cb-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-cb-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-cb-stat:last-child { border-right: none; }\n.pd-cb-stat-val {\n  font-size: 1.0rem;\n  font-weight: 800;\n  color: #c8102e;\n  line-height: 1;\n  letter-spacing: -0.02em;\n}\n.pd-cb-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-cb-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-cb-intro strong { color: var(--pd-text); font-weight: 700; }\n\n.pd-cb-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-cb-heading::after {\n  content: '';\n  flex: 1;\n  height: 2px;\n  background: var(--pd-border);\n  border-radius: 2px;\n}\n\n.pd-cb-tramontina {\n  background: var(--pd-bg-dark);\n  border-radius: var(--pd-radius);\n  padding: 24px 28px;\n  margin-bottom: 28px;\n}\n.pd-cb-tramontina-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-cb-tramontina-body {\n  font-size: 0.9rem;\n  color: #a8a39e;\n  line-height: 1.75;\n  margin: 0;\n}\n.pd-cb-tramontina-body strong { color: #f0ece4; font-weight: 700; }\n\n.pd-cb-features {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 12px;\n  margin-bottom: 28px;\n}\n.pd-cb-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-cb-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-cb-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-cb-feature-body {\n  font-size: 0.84rem;\n  color: var(--pd-muted);\n  line-height: 1.65;\n  margin: 0;\n}\n.pd-cb-feature-body strong { color: var(--pd-text); font-weight: 700; }\n\n.pd-cb-gift {\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: 20px 22px;\n  margin-bottom: 28px;\n  font-size: 0.88rem;\n  color: var(--pd-muted);\n  line-height: 1.7;\n}\n.pd-cb-gift strong { color: var(--pd-text); font-weight: 700; }\n\n.pd-cb-specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 0.88rem;\n  margin-bottom: 28px;\n}\n.pd-cb-specs-table tr { border-bottom: 1px solid var(--pd-border); }\n.pd-cb-specs-table tr:last-child { border-bottom: none; }\n.pd-cb-specs-table tr:nth-child(even) td { background: var(--pd-bg-alt); }\n.pd-cb-specs-table td { padding: 11px 14px; vertical-align: top; line-height: 1.5; }\n.pd-cb-specs-table td:first-child { font-weight: 700; color: var(--pd-text); width: 40%; }\n.pd-cb-specs-table td:last-child { color: var(--pd-muted); }\n\n.pd-cb-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-cb-faq-item[open] { border-color: var(--pd-accent); }\n.pd-cb-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-cb-faq-item summary::-webkit-details-marker { display: none; }\n.pd-cb-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-cb-faq-icon svg { width: 12px; height: 12px; }\n.pd-cb-faq-item[open] .pd-cb-faq-icon { transform: rotate(180deg); background: var(--pd-accent); color: #fff; border-color: var(--pd-accent); }\n.pd-cb-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-cb-faq-answer p { margin: 10px 0 0; }\n.pd-cb-faq-answer p:first-child { margin-top: 12px; }\n.pd-cb-faq-answer strong { color: var(--pd-text); font-weight: 700; }\n\n.pd-cb-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-cb-cta-text { font-size: 0.88rem; color: #a8a39e; line-height: 1.5; }\n.pd-cb-cta-text strong { color: #f0ece4; font-weight: 700; }\n.pd-cb-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-cb-cta-btn:hover { background: #a50d25; }\n.pd-cb-cta-btn svg { width: 11px; height: 11px; }\n\n@media (max-width: 680px) {\n  .pd-cb-stats { grid-template-columns: 1fr; }\n  .pd-cb-stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); }\n  .pd-cb-stat:last-child { border-bottom: none; }\n  .pd-cb-features { grid-template-columns: 1fr; }\n  .pd-cb-tramontina { padding: 20px; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-cb-wrap\"\u003e\n\n  \u003cdiv class=\"pd-cb-stats\"\u003e\n    \u003cdiv class=\"pd-cb-stat\"\u003e\n      \u003cspan class=\"pd-cb-stat-val\"\u003e500 x 380 x 40mm\u003c\/span\u003e\n      \u003cspan class=\"pd-cb-stat-label\"\u003eDimensions\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-cb-stat\"\u003e\n      \u003cspan class=\"pd-cb-stat-val\"\u003e4 kg\u003c\/span\u003e\n      \u003cspan class=\"pd-cb-stat-label\"\u003eWeight\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-cb-stat\"\u003e\n      \u003cspan class=\"pd-cb-stat-val\"\u003eTramontina\u003c\/span\u003e\n      \u003cspan class=\"pd-cb-stat-label\"\u003eMade in Brazil\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pd-cb-intro\"\u003e\n    The Big Green Egg 50th Anniversary Premium Cutting Board is a \u003cstrong\u003especial edition Tramontina Churrasco board commissioned for the 50th anniversary of the Big Green Egg brand\u003c\/strong\u003e, engraved with the BGE 50-year anniversary logo. Made in Brazil from 100% FSC certified timber with built-in antibacterial protection. At 500mm x 380mm x 40mm and 4kg, it is a serious carving board built for the scale of food that comes off a Big Green Egg: full briskets, whole roasts, long racks of ribs, and large cuts that need space and stability to carve properly.\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pd-cb-tramontina\"\u003e\n    \u003cp class=\"pd-cb-tramontina-label\"\u003eAbout Tramontina\u003c\/p\u003e\n    \u003cp class=\"pd-cb-tramontina-body\"\u003eTramontina is a Brazilian company founded in 1911, respected globally for the quality of their cookware, cutlery, and barbecue accessories. Their Churrasco range is designed specifically for the Brazilian barbecue tradition, where large cuts of meat are rested, carved, and served at the table on the board itself. \u003cstrong\u003eThe scale, timber quality, and construction of a Tramontina Churrasco board reflect that tradition.\u003c\/strong\u003e This is not a decorative board with a branded logo applied to a generic product. It is a purpose-built Tramontina carving board that carries the BGE 50th anniversary as a mark of the occasion it was commissioned for.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003ch3 class=\"pd-cb-heading\"\u003eFeatures\u003c\/h3\u003e\n  \u003cdiv class=\"pd-cb-features\"\u003e\n\n    \u003cdiv class=\"pd-cb-feature\"\u003e\n      \u003cspan class=\"pd-cb-feature-num\"\u003eFeature 01\u003c\/span\u003e\n      \u003ch4 class=\"pd-cb-feature-title\"\u003e100% FSC Certified Timber\u003c\/h4\u003e\n      \u003cp class=\"pd-cb-feature-body\"\u003eFSC certification from the Forest Stewardship Council means the timber is sourced from responsibly managed forests that meet strict environmental and social standards. \u003cstrong\u003eSustainably sourced with a documented chain of custody\u003c\/strong\u003e from forest to finished board. Not just a marketing claim. An independently audited certification that the wood has been produced responsibly.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-cb-feature\"\u003e\n      \u003cspan class=\"pd-cb-feature-num\"\u003eFeature 02\u003c\/span\u003e\n      \u003ch4 class=\"pd-cb-feature-title\"\u003eBuilt-In Antibacterial Protection\u003c\/h4\u003e\n      \u003cp class=\"pd-cb-feature-body\"\u003eThe antibacterial properties are inherent to the timber species used in the board, not applied as a surface treatment or coating. \u003cstrong\u003eThis means the protection remains effective\u003c\/strong\u003e regardless of how frequently the board is oiled, washed, or used. Timber boards with built-in antibacterial properties are a well-established food safety advantage over plastic alternatives.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-cb-feature\"\u003e\n      \u003cspan class=\"pd-cb-feature-num\"\u003eFeature 03\u003c\/span\u003e\n      \u003ch4 class=\"pd-cb-feature-title\"\u003eChurrasco Scale for Serious Cuts\u003c\/h4\u003e\n      \u003cp class=\"pd-cb-feature-body\"\u003eAt 500mm x 380mm, the board is large enough to rest and carve a full brisket flat, a whole side of ribs, or a butterflied leg of lamb without the meat overhanging the edges. \u003cstrong\u003eThe 40mm thickness and 4kg weight\u003c\/strong\u003e mean it stays completely stable on the bench during carving without needing to be held or braced.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-cb-feature\"\u003e\n      \u003cspan class=\"pd-cb-feature-num\"\u003eFeature 04\u003c\/span\u003e\n      \u003ch4 class=\"pd-cb-feature-title\"\u003eBGE 50th Anniversary Logo\u003c\/h4\u003e\n      \u003cp class=\"pd-cb-feature-body\"\u003eThe board carries the Big Green Egg 50-year anniversary logo, making it a \u003cstrong\u003elimited edition collectible piece tied to a specific moment in the brand's history\u003c\/strong\u003e. BGE was founded in 1974. Fifty years on, this board was commissioned as a premium acknowledgement of that milestone. It will not be reproduced once the run is exhausted.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pd-cb-gift\"\u003e\n    \u003cstrong\u003eThe definitive gift for an EGGhead.\u003c\/strong\u003e A board this size is genuinely useful for anyone who cooks on a Big Green Egg. It handles the scale of food that comes off a Large or XL EGG and it carries a story. For the person who already has everything for their EGG setup, a limited edition Tramontina Churrasco board with the 50th anniversary logo is a gift with both practical value and collectible significance. Available in store at the BBQ Republic Wetherill Park showroom.\n  \u003c\/div\u003e\n\n  \u003ch3 class=\"pd-cb-heading\"\u003eSpecifications\u003c\/h3\u003e\n  \u003ctable class=\"pd-cb-specs-table\"\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\n\u003ctd\u003eProduct Name\u003c\/td\u003e\n\u003ctd\u003eBGE 50th Anniversary Premium Cutting Board FSC\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eSKU\u003c\/td\u003e\n\u003ctd\u003e13086351\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eMade By\u003c\/td\u003e\n\u003ctd\u003eTramontina (Brazil, est. 1911)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eDimensions\u003c\/td\u003e\n\u003ctd\u003e500mm x 380mm x 40mm\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e4 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eTimber Certification\u003c\/td\u003e\n\u003ctd\u003e100% FSC (Forest Stewardship Council)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eAntibacterial\u003c\/td\u003e\n\u003ctd\u003eYes, inherent to timber species\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eSpecial Edition\u003c\/td\u003e\n\u003ctd\u003eBGE 50-year anniversary logo\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eBest For\u003c\/td\u003e\n\u003ctd\u003eBrisket, whole roasts, ribs, large cuts, presentation and carving\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eOrigin\u003c\/td\u003e\n\u003ctd\u003eBrazil\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eBig Green Egg x Tramontina\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\n  \u003ch3 class=\"pd-cb-heading\"\u003eCommon Questions\u003c\/h3\u003e\n\n  \u003cdetails class=\"pd-cb-faq-item\"\u003e\n    \u003csummary\u003eWho makes this board and why does it matter?\u003cspan class=\"pd-cb-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-cb-faq-answer\"\u003e\n      \u003cp\u003eTramontina is a Brazilian company founded in 1911 with a global reputation for quality cookware, cutlery, and barbecue accessories. Their Churrasco cutting board range is designed for the Brazilian barbecue tradition where large cuts are carved and served at the table on the board. \u003cstrong\u003eBGE commissioned Tramontina specifically for this 50th anniversary edition\u003c\/strong\u003e, which means the board is made to a standard Tramontina would put their own name to, not a generic product with a logo applied.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"pd-cb-faq-item\"\u003e\n    \u003csummary\u003eWhat does FSC certification mean for a cutting board?\u003cspan class=\"pd-cb-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-cb-faq-answer\"\u003e\n      \u003cp\u003eFSC certification from the Forest Stewardship Council means the timber used in the board has been sourced from forests that are independently audited and certified to meet environmental, social, and economic standards. \u003cstrong\u003eIt is not a self-declared claim by the manufacturer.\u003c\/strong\u003e It involves third-party verification of the entire supply chain from forest management through to the finished product. For a timber product that is intended to last decades, knowing the material was sourced responsibly is meaningful.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"pd-cb-faq-item\"\u003e\n    \u003csummary\u003eHow do I care for a timber cutting board of this quality?\u003cspan class=\"pd-cb-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-cb-faq-answer\"\u003e\n      \u003cp\u003eHand wash only. Never submerge a timber board in water or put it through the dishwasher, as prolonged moisture exposure causes warping and can split the timber along the grain. \u003cstrong\u003eDry immediately after washing and store flat.\u003c\/strong\u003e Oil the board regularly with food-safe mineral oil or a dedicated timber board oil to maintain the surface and prevent the wood from drying out and cracking. At 40mm thickness, this board has significant timber mass that will last many years with routine oiling care.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"pd-cb-faq-item\"\u003e\n    \u003csummary\u003eIs this a limited edition product?\u003cspan class=\"pd-cb-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-cb-faq-answer\"\u003e\n      \u003cp\u003eYes. The board was commissioned specifically for the BGE 50th anniversary. \u003cstrong\u003eOnce the existing stock is exhausted, this edition will not be reproduced\u003c\/strong\u003e, as the 50th anniversary is a one-time milestone. The Tramontina Churrasco board itself is a permanent product, but this specific version carrying the BGE 50-year anniversary logo is limited to the anniversary run.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"pd-cb-faq-item\"\u003e\n    \u003csummary\u003eIs this a genuine Big Green Egg product?\u003cspan class=\"pd-cb-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-cb-faq-answer\"\u003e\n      \u003cp\u003eYes. This is an official BGE product commissioned and distributed through the official BGE Australia network. BBQ Republic is a \u003cstrong\u003ePlatinum Authorised Big Green Egg Dealer\u003c\/strong\u003e, meaning all BGE products we stock are genuine and sourced through authorised channels.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv class=\"pd-cb-cta\"\u003e\n    \u003cdiv class=\"pd-cb-cta-text\"\u003e\n\u003cstrong\u003eIn stock at our Wetherill Park showroom.\u003c\/strong\u003e A practical, collectible gift for any serious EGG cook. Call us to confirm availability or come in to see it in person.\u003c\/div\u003e\n    \u003ca href=\"tel:0434010411\" class=\"pd-cb-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":46718818582700,"sku":null,"price":175.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0728\/4267\/4348\/files\/big-green-egg-premium-cutting-board-fsc-480678.webp?v=1783122108","url":"https:\/\/bbqrepublic.com.au\/products\/big-green-egg-premium-cutting-board-fsc","provider":"BBQ Republic","version":"1.0","type":"link"}