{"product_id":"big-green-egg-ultimate-pizza-wheel","title":"Big Green Egg Ultimate Pizza Wheel","description":"\u003cstyle\u003e\n.pd-upw-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-upw-wrap * { box-sizing: border-box; }\n\n.pd-upw-stats {\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-upw-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-upw-stat:last-child { border-right: none; }\n.pd-upw-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-upw-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-upw-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-upw-intro strong { color: var(--pd-text); font-weight: 700; }\n\n.pd-upw-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-upw-heading::after {\n  content: '';\n  flex: 1;\n  height: 2px;\n  background: var(--pd-border);\n  border-radius: 2px;\n}\n\n.pd-upw-why {\n  background: var(--pd-bg-dark);\n  border-radius: var(--pd-radius);\n  padding: 24px 28px;\n  margin-bottom: 28px;\n}\n.pd-upw-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-upw-why-body {\n  font-size: 0.9rem;\n  color: #a8a39e;\n  line-height: 1.75;\n  margin: 0;\n}\n.pd-upw-why-body strong { color: #f0ece4; font-weight: 700; }\n\n.pd-upw-features {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 12px;\n  margin-bottom: 28px;\n}\n.pd-upw-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-upw-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-upw-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-upw-feature-body {\n  font-size: 0.84rem;\n  color: var(--pd-muted);\n  line-height: 1.65;\n  margin: 0;\n}\n.pd-upw-feature-body strong { color: var(--pd-text); font-weight: 700; }\n\n.pd-upw-pair {\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-upw-pair strong { color: var(--pd-text); font-weight: 700; }\n\n.pd-upw-specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 0.88rem;\n  margin-bottom: 28px;\n}\n.pd-upw-specs-table tr { border-bottom: 1px solid var(--pd-border); }\n.pd-upw-specs-table tr:last-child { border-bottom: none; }\n.pd-upw-specs-table tr:nth-child(even) td { background: var(--pd-bg-alt); }\n.pd-upw-specs-table td { padding: 11px 14px; vertical-align: top; line-height: 1.5; }\n.pd-upw-specs-table td:first-child { font-weight: 700; color: var(--pd-text); width: 40%; }\n.pd-upw-specs-table td:last-child { color: var(--pd-muted); }\n\n.pd-upw-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-upw-faq-item[open] { border-color: var(--pd-accent); }\n.pd-upw-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-upw-faq-item summary::-webkit-details-marker { display: none; }\n.pd-upw-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-upw-faq-icon svg { width: 12px; height: 12px; }\n.pd-upw-faq-item[open] .pd-upw-faq-icon { transform: rotate(180deg); background: var(--pd-accent); color: #fff; border-color: var(--pd-accent); }\n.pd-upw-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-upw-faq-answer p { margin: 10px 0 0; }\n.pd-upw-faq-answer p:first-child { margin-top: 12px; }\n.pd-upw-faq-answer strong { color: var(--pd-text); font-weight: 700; }\n\n.pd-upw-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-upw-cta-text { font-size: 0.88rem; color: #a8a39e; line-height: 1.5; }\n.pd-upw-cta-text strong { color: #f0ece4; font-weight: 700; }\n.pd-upw-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-upw-cta-btn:hover { background: #a50d25; }\n.pd-upw-cta-btn svg { width: 11px; height: 11px; }\n\n@media (max-width: 680px) {\n  .pd-upw-stats { grid-template-columns: repeat(2, 1fr); }\n  .pd-upw-stat:nth-child(2) { border-right: none; }\n  .pd-upw-stat:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,0.08); }\n  .pd-upw-features { grid-template-columns: 1fr; }\n  .pd-upw-why { padding: 20px; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-upw-wrap\"\u003e\n\n  \u003cdiv class=\"pd-upw-stats\"\u003e\n    \u003cdiv class=\"pd-upw-stat\"\u003e\n      \u003cspan class=\"pd-upw-stat-val\"\u003e$52\u003c\/span\u003e\n      \u003cspan class=\"pd-upw-stat-label\"\u003eRRP\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-upw-stat\"\u003e\n      \u003cspan class=\"pd-upw-stat-val\"\u003e118974\u003c\/span\u003e\n      \u003cspan class=\"pd-upw-stat-label\"\u003eBGE SKU\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-upw-stat\"\u003e\n      \u003cspan class=\"pd-upw-stat-val\"\u003eStainless\u003c\/span\u003e\n      \u003cspan class=\"pd-upw-stat-label\"\u003eBlade Material\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-upw-stat\"\u003e\n      \u003cspan class=\"pd-upw-stat-val\"\u003eBlade Guard\u003c\/span\u003e\n      \u003cspan class=\"pd-upw-stat-label\"\u003eIncluded\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pd-upw-intro\"\u003e\n    The Big Green Egg Ultimate Pizza Wheel has a \u003cstrong\u003edurable stainless steel rotary blade built for cutting through stone-baked pizza\u003c\/strong\u003e straight off the EGG. The non-slip grip gives confident one-handed cutting control on a hot, crispy crust. The integrated blade guard removes completely for proper cleaning access and reinstalls for safe storage. A well-made pizza deserves a wheel that cuts it cleanly. This one does.\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pd-upw-why\"\u003e\n    \u003cp class=\"pd-upw-why-label\"\u003eWhy Blade Quality Matters for EGG Pizza\u003c\/p\u003e\n    \u003cp class=\"pd-upw-why-body\"\u003ePizza from the EGG typically comes out with a firmer, crispier base than oven pizza because the stone reaches higher temperatures and the dome circulates heat more intensely. \u003cstrong\u003eA blunt or undersized pizza wheel drags rather than cuts through that crust.\u003c\/strong\u003e Dragging pulls toppings sideways, compresses the base instead of slicing through it, and often requires multiple messy passes to complete the cut. A sharp stainless blade on a well-weighted wheel rolls through a crispy stone-baked crust in one clean pass per slice. \u003cstrong\u003eThe difference between a clean slice and a dragged mess is almost entirely blade quality and sharpness.\u003c\/strong\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003ch3 class=\"pd-upw-heading\"\u003eFeatures\u003c\/h3\u003e\n  \u003cdiv class=\"pd-upw-features\"\u003e\n\n    \u003cdiv class=\"pd-upw-feature\"\u003e\n      \u003cspan class=\"pd-upw-feature-num\"\u003eFeature 01\u003c\/span\u003e\n      \u003ch4 class=\"pd-upw-feature-title\"\u003eStainless Steel Rotary Blade\u003c\/h4\u003e\n      \u003cp class=\"pd-upw-feature-body\"\u003eThe cutting blade is made from durable stainless steel. \u003cstrong\u003eStainless steel holds a sharp edge, does not rust or corrode from moisture or cleaning, and is food safe\u003c\/strong\u003e for direct contact with pizza and bread. The rotary design rolls through the cut rather than pressing down, which is the right action for a thin or crispy crust that would crack under a rocking knife.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-upw-feature\"\u003e\n      \u003cspan class=\"pd-upw-feature-num\"\u003eFeature 02\u003c\/span\u003e\n      \u003ch4 class=\"pd-upw-feature-title\"\u003eNon-Slip Ergonomic Grip\u003c\/h4\u003e\n      \u003cp class=\"pd-upw-feature-body\"\u003eThe handle is designed with a non-slip surface for confident one-handed cutting. \u003cstrong\u003eA pizza fresh off the EGG needs to be cut and served quickly\u003c\/strong\u003e, and the non-slip grip means the wheel tracks the cutting line without the handle rotating in your hand under pressure. Useful when cutting multiple pizzas in sequence on pizza nights.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-upw-feature\"\u003e\n      \u003cspan class=\"pd-upw-feature-num\"\u003eFeature 03\u003c\/span\u003e\n      \u003ch4 class=\"pd-upw-feature-title\"\u003eRemovable Blade Guard\u003c\/h4\u003e\n      \u003cp class=\"pd-upw-feature-body\"\u003eThe integrated blade guard removes completely, giving full access to the blade and hub area for cleaning. \u003cstrong\u003eMost pizza wheels are difficult to clean properly because the guard does not come off.\u003c\/strong\u003e On this wheel, the guard separates so the blade can be cleaned without working around a fixed obstruction. After cleaning, the guard reinstalls and protects the blade during storage.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-upw-feature\"\u003e\n      \u003cspan class=\"pd-upw-feature-num\"\u003eFeature 04\u003c\/span\u003e\n      \u003ch4 class=\"pd-upw-feature-title\"\u003eSafe Storage Between Cooks\u003c\/h4\u003e\n      \u003cp class=\"pd-upw-feature-body\"\u003eWith the blade guard reinstalled, the wheel stores safely in a kitchen drawer or on a hook without the blade exposed. \u003cstrong\u003eA sharp pizza wheel without a guard is a cut hazard in a drawer.\u003c\/strong\u003e The guard eliminates that entirely and keeps the blade edge protected between uses, which also extends the sharpness of the blade over time.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pd-upw-pair\"\u003e\n    \u003cstrong\u003ePairs with the BGE Bamboo Pizza Peel and Screen Set.\u003c\/strong\u003e For a complete EGG pizza setup, the Ultimate Pizza Wheel pairs with the BGE Bamboo Pizza Peel (for loading and retrieving pizza) and the Aluminium Pizza Screen (for a crispier base). Both are stocked separately at BBQ Republic.\n  \u003c\/div\u003e\n\n  \u003ch3 class=\"pd-upw-heading\"\u003eSpecifications\u003c\/h3\u003e\n  \u003ctable class=\"pd-upw-specs-table\"\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\n\u003ctd\u003eProduct Name\u003c\/td\u003e\n\u003ctd\u003eBGE Ultimate Pizza Wheel\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eSKU\u003c\/td\u003e\n\u003ctd\u003e118974\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003ePrice\u003c\/td\u003e\n\u003ctd\u003e$52.00 AUD\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eBlade Material\u003c\/td\u003e\n\u003ctd\u003eStainless steel\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eBlade Type\u003c\/td\u003e\n\u003ctd\u003eRotary wheel\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eHandle\u003c\/td\u003e\n\u003ctd\u003eNon-slip ergonomic grip\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eBlade Guard\u003c\/td\u003e\n\u003ctd\u003eIntegrated, removable for cleaning and storage\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eSuitable For\u003c\/td\u003e\n\u003ctd\u003ePizza, flatbreads, focaccia\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003ePairs With\u003c\/td\u003e\n\u003ctd\u003eBGE Bamboo Pizza Peel and Screen Set (sold separately)\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  \u003ch3 class=\"pd-upw-heading\"\u003eCommon Questions\u003c\/h3\u003e\n\n  \u003cdetails class=\"pd-upw-faq-item\"\u003e\n    \u003csummary\u003eWhy does EGG pizza need a good quality pizza wheel?\u003cspan class=\"pd-upw-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-upw-faq-answer\"\u003e\n      \u003cp\u003ePizza cooked on the EGG comes off the stone with a firmer, crispier base than typical oven pizza, because the stone reaches higher temperatures and the dome circulates intense heat around the pizza throughout the cook. \u003cstrong\u003eA blunt or cheap pizza wheel drags through that crust rather than cutting it\u003c\/strong\u003e, pulling toppings sideways and compressing the base. A sharp stainless blade rolls through in a single clean pass per slice. If you are cooking pizza on the EGG properly, it deserves a wheel that handles the result correctly.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"pd-upw-faq-item\"\u003e\n    \u003csummary\u003eHow do I clean the pizza wheel?\u003cspan class=\"pd-upw-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-upw-faq-answer\"\u003e\n      \u003cp\u003eRemove the blade guard completely to access the blade and hub area. \u003cstrong\u003eWash the blade, hub, and guard separately in warm soapy water\u003c\/strong\u003e, rinse thoroughly, and dry before reassembling. The stainless blade will not rust if left damp, but drying it before storage keeps the hub mechanism clean and moving smoothly. Do not put the wheel in the dishwasher, as repeated high-temperature dishwasher cycles can degrade the grip material over time.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"pd-upw-faq-item\"\u003e\n    \u003csummary\u003eCan I use it for bread and flatbreads as well as pizza?\u003cspan class=\"pd-upw-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-upw-faq-answer\"\u003e\n      \u003cp\u003eYes. The rotary wheel cuts cleanly through any flatbread including pita, naan, focaccia, and sourdough flatbreads baked on the EGG stone. \u003cstrong\u003eFor crusty sourdough loaves\u003c\/strong\u003e, a serrated bread knife is a better choice as the rotary wheel is not designed for the height and density of a full loaf. For anything flat off the stone, the pizza wheel handles it correctly.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"pd-upw-faq-item\"\u003e\n    \u003csummary\u003eIs this a genuine Big Green Egg accessory?\u003cspan class=\"pd-upw-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-upw-faq-answer\"\u003e\n      \u003cp\u003eYes. The Ultimate Pizza Wheel (SKU 118974) 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-upw-cta\"\u003e\n    \u003cdiv class=\"pd-upw-cta-text\"\u003e\n\u003cstrong\u003eBuilding out your EGG pizza kit?\u003c\/strong\u003e We stock the full BGE pizza accessory range including the Bamboo Peel and Screen Set, ConvEGGtor, and Pizza Stone. Call us to confirm what you need for your setup.\u003c\/div\u003e\n    \u003ca href=\"tel:0434010411\" class=\"pd-upw-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":46649996804268,"sku":"118974","price":52.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0728\/4267\/4348\/files\/ultimate-pizza-wheel-5906093.webp?v=1782205944","url":"https:\/\/bbqrepublic.com.au\/products\/big-green-egg-ultimate-pizza-wheel","provider":"BBQ Republic","version":"1.0","type":"link"}