{"product_id":"big-green-egg-charcoal-storage-bag","title":"Big Green Egg Charcoal Storage Bag","description":"\u003cstyle\u003e\n.pd-bgecb-wrap {\n  --pd-bg: #ffffff;\n  --pd-bg-alt: #f7f5f3;\n  --pd-bg-dark: #1a1a1a;\n  --pd-border: #e4e0da;\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: 8px;\n  font-family: inherit;\n  box-sizing: border-box;\n  width: 100%;\n  color: var(--pd-text);\n}\n.pd-bgecb-wrap * { box-sizing: border-box; }\n\n.pd-bgecb-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: 28px;\n}\n.pd-bgecb-stat {\n  padding: 18px 14px;\n  text-align: center;\n  border-right: 1px solid rgba(255,255,255,0.07);\n  display: flex;\n  flex-direction: column;\n  gap: 4px;\n}\n.pd-bgecb-stat:last-child { border-right: none; }\n.pd-bgecb-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-bgecb-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-bgecb-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: 20px 22px;\n  margin-bottom: 24px;\n  font-size: 0.96rem;\n  color: var(--pd-muted);\n  line-height: 1.8;\n}\n.pd-bgecb-intro strong { color: var(--pd-text); font-weight: 700; }\n\n.pd-bgecb-heading {\n  font-size: 1.0rem;\n  font-weight: 800;\n  color: var(--pd-text);\n  margin: 0 0 14px;\n  letter-spacing: -0.01em;\n  display: flex;\n  align-items: center;\n  gap: 10px;\n}\n.pd-bgecb-heading::after {\n  content: '';\n  flex: 1;\n  height: 2px;\n  background: var(--pd-border);\n  border-radius: 2px;\n}\n\n\/* DRY HERO *\/\n.pd-bgecb-hero {\n  background: var(--pd-bg-dark);\n  border-left: 4px solid var(--pd-accent);\n  border-radius: var(--pd-radius);\n  padding: 20px 24px;\n  margin-bottom: 24px;\n}\n.pd-bgecb-hero-eyebrow {\n  font-size: 0.62rem;\n  font-weight: 700;\n  letter-spacing: 0.2em;\n  text-transform: uppercase;\n  color: var(--pd-accent);\n  margin: 0 0 8px;\n  display: block;\n}\n.pd-bgecb-hero h3 {\n  font-size: 1.0rem;\n  font-weight: 800;\n  color: #f0ece4;\n  margin: 0 0 10px;\n  line-height: 1.2;\n}\n.pd-bgecb-hero p {\n  font-size: 0.9rem;\n  color: #a8a39e;\n  line-height: 1.75;\n  margin: 0;\n}\n.pd-bgecb-hero strong { color: #f0ece4; font-weight: 700; }\n\n\/* FEATURES *\/\n.pd-bgecb-features {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 10px;\n  margin-bottom: 24px;\n}\n.pd-bgecb-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: 16px 16px 14px;\n  display: flex;\n  flex-direction: column;\n  gap: 6px;\n}\n.pd-bgecb-feature-title {\n  font-size: 0.88rem;\n  font-weight: 800;\n  color: var(--pd-text);\n  margin: 0;\n}\n.pd-bgecb-feature-body {\n  font-size: 0.82rem;\n  color: var(--pd-muted);\n  line-height: 1.6;\n  margin: 0;\n}\n.pd-bgecb-feature-body strong { color: var(--pd-text); font-weight: 700; }\n\n\/* SPECS *\/\n.pd-bgecb-specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 0.88rem;\n  margin-bottom: 24px;\n}\n.pd-bgecb-specs-table tr { border-bottom: 1px solid var(--pd-border); }\n.pd-bgecb-specs-table tr:last-child { border-bottom: none; }\n.pd-bgecb-specs-table tr:nth-child(even) td { background: var(--pd-bg-alt); }\n.pd-bgecb-specs-table td { padding: 10px 14px; vertical-align: top; line-height: 1.5; }\n.pd-bgecb-specs-table td:first-child { font-weight: 700; color: var(--pd-text); width: 42%; }\n.pd-bgecb-specs-table td:last-child { color: var(--pd-muted); }\n\n\/* CTA *\/\n.pd-bgecb-cta {\n  background: var(--pd-bg-dark);\n  border-radius: var(--pd-radius);\n  padding: 18px 22px;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 16px;\n  flex-wrap: wrap;\n}\n.pd-bgecb-cta-text { font-size: 0.87rem; color: #a8a39e; line-height: 1.5; }\n.pd-bgecb-cta-text strong { color: #f0ece4; font-weight: 700; }\n.pd-bgecb-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.74rem;\n  font-weight: 700;\n  letter-spacing: 0.06em;\n  text-transform: uppercase;\n  text-decoration: none;\n  padding: 10px 18px;\n  border-radius: var(--pd-radius);\n  transition: background 0.18s;\n  white-space: nowrap;\n}\n.pd-bgecb-cta-btn:hover { background: #a50d25; }\n.pd-bgecb-cta-btn svg { width: 11px; height: 11px; }\n\n@media (max-width: 580px) {\n  .pd-bgecb-stats { grid-template-columns: 1fr; }\n  .pd-bgecb-stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.07); }\n  .pd-bgecb-stat:last-child { border-bottom: none; }\n  .pd-bgecb-features { grid-template-columns: 1fr; }\n  .pd-bgecb-hero { padding: 20px; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-bgecb-wrap\"\u003e\n\n  \u003cdiv class=\"pd-bgecb-stats\"\u003e\n    \u003cdiv class=\"pd-bgecb-stat\"\u003e\n      \u003cspan class=\"pd-bgecb-stat-val\"\u003eWeather-Proof\u003c\/span\u003e\n      \u003cspan class=\"pd-bgecb-stat-label\"\u003eAll-Season Storage\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-bgecb-stat\"\u003e\n      \u003cspan class=\"pd-bgecb-stat-val\"\u003eUp to 20 lb\u003c\/span\u003e\n      \u003cspan class=\"pd-bgecb-stat-label\"\u003eCharcoal Capacity\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-bgecb-stat\"\u003e\n      \u003cspan class=\"pd-bgecb-stat-val\"\u003eRoll-Top\u003c\/span\u003e\n      \u003cspan class=\"pd-bgecb-stat-label\"\u003eKeeps Charcoal Dry\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pd-bgecb-intro\"\u003e\n    The Big Green Egg All-Weather Charcoal Storage Bag is \u003cstrong\u003ethe perfect solution for keeping your charcoal dry and ready to use, even in the toughest conditions\u003c\/strong\u003e. Please note this is a storage bag, not charcoal. It is where your charcoal lives between cooks, so every cook starts the way it should.\n  \u003c\/div\u003e\n\n  \u003c!-- DRY HERO --\u003e\n  \u003cdiv class=\"pd-bgecb-hero\"\u003e\n    \u003cspan class=\"pd-bgecb-hero-eyebrow\"\u003eDry Charcoal Lights and Burns Better\u003c\/span\u003e\n    \u003ch3\u003eKeep the damp out, and start every cook right.\u003c\/h3\u003e\n    \u003cp\u003eDamp charcoal is a real problem: it is \u003cstrong\u003ehard to light, burns poorly, and can ruin the start of a cook\u003c\/strong\u003e. Lump charcoal readily draws in moisture from the air and the ground, so a paper sack left in the shed or on the patio is working against you. This \u003cstrong\u003eweather-proof bag keeps your charcoal dry and ready\u003c\/strong\u003e, so you get a clean, reliable light and a proper burn every time.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003ch3 class=\"pd-bgecb-heading\"\u003eFeatures\u003c\/h3\u003e\n  \u003cdiv class=\"pd-bgecb-features\"\u003e\n\n    \u003cdiv class=\"pd-bgecb-feature\"\u003e\n      \u003cp class=\"pd-bgecb-feature-title\"\u003eAll-Weather, Roll-Top Seal\u003c\/p\u003e\n      \u003cp class=\"pd-bgecb-feature-body\"\u003eA \u003cstrong\u003eroll-top closure seals the bag against moisture\u003c\/strong\u003e and keeps the charcoal dry between cooks, so it lights easily and burns cleanly whenever you are ready.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-bgecb-feature\"\u003e\n      \u003cp class=\"pd-bgecb-feature-title\"\u003eDurable Heavy-Gauge Polyester\u003c\/p\u003e\n      \u003cp class=\"pd-bgecb-feature-body\"\u003eMade from \u003cstrong\u003edurable, heavy-gauge polyester\u003c\/strong\u003e built to live outdoors and take a knock. It stands up to the shed, the patio, and life around the grill.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-bgecb-feature\"\u003e\n      \u003cp class=\"pd-bgecb-feature-title\"\u003eHolds Up to 20 lb\u003c\/p\u003e\n      \u003cp class=\"pd-bgecb-feature-body\"\u003eHolds \u003cstrong\u003eup to 20 pounds of charcoal\u003c\/strong\u003e, a generous amount for a Big Green Egg or any charcoal grill, so you keep plenty on hand and ready to go.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-bgecb-feature\"\u003e\n      \u003cp class=\"pd-bgecb-feature-title\"\u003eAccessory Pocket Included\u003c\/p\u003e\n      \u003cp class=\"pd-bgecb-feature-body\"\u003eAn \u003cstrong\u003eoversized accessory pocket with a water-resistant zipper\u003c\/strong\u003e gives fire starters, a lighter, and tongs a dry home, so everything you need to get going lives in one place.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- SPECS --\u003e\n  \u003ch3 class=\"pd-bgecb-heading\"\u003eSpecifications\u003c\/h3\u003e\n  \u003ctable class=\"pd-bgecb-specs-table\"\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\n\u003ctd\u003eProduct Name\u003c\/td\u003e\n\u003ctd\u003eBig Green Egg All-Weather Charcoal Storage Bag\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eCharcoal storage bag (charcoal not included)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eWeatherproofing\u003c\/td\u003e\n\u003ctd\u003eAll-season, weather-proof\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eDurable, heavy-gauge polyester\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd\u003eHolds up to 20 lb (approximately 9 kg) of charcoal\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eClosure\u003c\/td\u003e\n\u003ctd\u003eRoll-top, keeps charcoal dry\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eStorage\u003c\/td\u003e\n\u003ctd\u003eOversized accessory pocket with water-resistant zipper\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  \u003cdiv class=\"pd-bgecb-cta\"\u003e\n    \u003cdiv class=\"pd-bgecb-cta-text\"\u003e\n\u003cstrong\u003eIn stock at our Wetherill Park showroom\u003c\/strong\u003e alongside Big Green Egg fuel and accessories. Sydney metro delivery available.\u003c\/div\u003e\n    \u003ca href=\"tel:0434010411\" class=\"pd-bgecb-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":47131751317676,"sku":"128201","price":130.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0728\/4267\/4348\/files\/charcoal-storage-bag-963949.webp?v=1788568205","url":"https:\/\/bbqrepublic.com.au\/products\/big-green-egg-charcoal-storage-bag","provider":"BBQ Republic","version":"1.0","type":"link"}