{"product_id":"kodiak","title":"Kodiak Camp Stove","description":"\u003cdiv aria-label=\"Product information\" class=\"gb-accordion gb-accordion--clean\"\u003e\n\u003c!-- INFORMATION --\u003e\n\u003cdetails class=\"gb-acc-item\" open=\"\"\u003e\n\u003csummary class=\"gb-acc-summary\"\u003e\u003cspan class=\"gb-acc-title\"\u003eInformation\u003c\/span\u003e \u003cspan aria-hidden=\"true\" class=\"gb-acc-plus\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"gb-acc-content\"\u003e\n\u003cp\u003eGood things come in small packages. The KODIAK Camp Stove combines serious power with true portability, delivering 20,000 BTUs—more output than the average home stove.\u003c\/p\u003e\n\u003cp\u003eSay goodbye to struggling to light your stove. The KODIAK features quick, reliable matchless ignition wherever your adventures take you. Built-in regulator storage, an integrated carry handle, and a rattle-reducing design make storage and transport effortless.\u003c\/p\u003e\n\u003cp\u003eWith a generous 1290 cm² (200 in²) cooking surface, you can fit multiple cast iron pans and cook for the whole family without sacrificing performance. Compact, powerful, and adventure-ready—the KODIAK is built to go wherever you go.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- FEATURES --\u003e\n\u003cdetails open=\"\" class=\"gb-acc-item\"\u003e\n\u003csummary class=\"gb-acc-summary\"\u003e\u003cspan class=\"gb-acc-title\"\u003eFeatures\u003c\/span\u003e \u003cspan aria-hidden=\"true\" class=\"gb-acc-plus\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"gb-acc-content\"\u003e\n\u003cul class=\"gb-features gb-features--emdash\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e20,000 BTUs \/ HR:\u003c\/strong\u003e Two 10,000 BTU burners combine for powerful, consistent heat. Integrated 3-sided windscreen helps maintain performance in windy conditions.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFolding Lid:\u003c\/strong\u003e Lid doubles as a 3-sided windscreen during cooking and latches shut like a suitcase for convenient transport.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMatchless Ignition:\u003c\/strong\u003e Push-button ignition eliminates the need for a lighter and ensures quick, reliable starts.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- SPECIFICATIONS --\u003e\n\u003cdetails class=\"gb-acc-item\"\u003e\n\u003csummary class=\"gb-acc-summary\"\u003e\u003cspan class=\"gb-acc-title\"\u003eSpecifications\u003c\/span\u003e \u003cspan aria-hidden=\"true\" class=\"gb-acc-plus\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"gb-acc-content\"\u003e\n\u003cdiv class=\"gb-specgrid-wrap\"\u003e\n\u003cdiv class=\"gb-specgrid-title\"\u003eKODIAK CAMP STOVE\u003c\/div\u003e\n\u003cdiv class=\"gb-specgrid\"\u003e\n\u003cdiv class=\"gb-speccell\"\u003e\n\u003cdiv class=\"gb-spec-k\"\u003eTotal Output\u003c\/div\u003e\n\u003cdiv class=\"gb-spec-v\"\u003e20,000 BTUs \/ HR\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gb-speccell\"\u003e\n\u003cdiv class=\"gb-spec-k\"\u003eBurners\u003c\/div\u003e\n\u003cdiv class=\"gb-spec-v\"\u003e2 × 10,000 BTU\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gb-speccell\"\u003e\n\u003cdiv class=\"gb-spec-k\"\u003eCooking Surface\u003c\/div\u003e\n\u003cdiv class=\"gb-spec-v\"\u003e1290 cm² (200 in²)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n\/* =========================================================\n   ACCORDION BASE\n   ========================================================= *\/\n.gb-accordion--clean{\n  --gb-divider: rgba(0,0,0,.12);\n  --gb-text: #111;\n  --gb-muted: #6b6b6b;\n\n  width: 100%;\n  border-top: 1px solid var(--gb-divider);\n  background: #fff;\n}\n\n.gb-acc-item{ border-bottom: 1px solid var(--gb-divider); }\n\n.gb-acc-summary{\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n  padding:16px 0;\n  cursor:pointer;\n  list-style:none;\n}\n.gb-acc-summary::-webkit-details-marker{ display:none; }\n\n.gb-acc-title{\n  font-size:13px;\n  font-weight:700;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n  color:#111;\n}\n\n.gb-acc-plus{ width:18px; height:18px; position:relative; }\n.gb-acc-plus::before,\n.gb-acc-plus::after{\n  content:\"\";\n  position:absolute;\n  left:50%;\n  top:50%;\n  background:#111;\n  transform:translate(-50%,-50%);\n}\n.gb-acc-plus::before{ width:14px; height:2px; }\n.gb-acc-plus::after{ width:2px; height:14px; }\n.gb-acc-item[open] .gb-acc-plus::after{ opacity:0; }\n\n.gb-acc-content{\n  padding:0 0 20px;\n  max-width:820px;\n}\n\n\/* Body text (Information + Features) *\/\n.gb-accordion--clean .gb-acc-content p,\n.gb-features--emdash li{\n  font-size:15px;\n  line-height:1.6;\n  color:#3a3a3a;\n}\n.gb-accordion--clean .gb-acc-content p{ margin:0 0 14px; }\n.gb-accordion--clean .gb-acc-content p:last-child{ margin-bottom:0; }\n\n\/* Features — em dash *\/\n.gb-features--emdash{ list-style:none; margin:0; padding:0; }\n.gb-features--emdash li{\n  position:relative;\n  padding-left:22px;\n  margin-bottom:10px;\n}\n.gb-features--emdash li:last-child{ margin-bottom:0; }\n.gb-features--emdash li::before{\n  content:\"—\";\n  position:absolute;\n  left:0;\n  top:0;\n  font-weight:700;\n  opacity:.7;\n}\n.gb-features--emdash li strong{ font-weight:700; color:#111; }\n\n\/* =========================================================\n   PRODUCT SPECS — SAME STYLE, LIGHT GREY\n   ========================================================= *\/\n.gb-specgrid-wrap{\n  background:#E6E6E6;\n  color:#111;\n  padding:22px;\n  border-radius:18px;\n}\n\n\/* Title *\/\n.gb-specgrid-title{\n  font-size:16px;            \/* was 18 *\/\n  font-weight:800;\n  letter-spacing:.08em;\n  text-transform:uppercase;\n  margin:0 0 18px;\n  color:#111;\n}\n\n\/* Grid *\/\n.gb-specgrid{\n  display:grid;\n  grid-template-columns:repeat(3, minmax(0, 1fr));\n  gap:24px 32px;             \/* slightly tighter *\/\n}\n\n\/* Labels *\/\n.gb-spec-k{\n  font-size:11px;            \/* was 12 *\/\n  font-weight:800;\n  letter-spacing:.16em;\n  text-transform:uppercase;\n  color:#333;\n  margin-bottom:6px;\n}\n\n\/* Values *\/\n.gb-spec-v{\n  font-size:16px;            \/* was 20 *\/\n  font-weight:700;\n  letter-spacing:.02em;\n  line-height:1.2;\n  color:#111;\n}\n\n\/* Divider (Side Shelf) *\/\n.gb-specgrid-section{\n  margin-top:22px;\n  padding-top:18px;\n  border-top:1px solid rgba(0,0,0,.18);\n  font-size:14px;            \/* was 16 *\/\n  font-weight:900;\n  letter-spacing:.14em;\n  text-transform:uppercase;\n  color:#111;\n}\n\n\/* Mobile *\/\n@media (max-width:740px){\n  .gb-specgrid-wrap{\n    padding:18px;\n    border-radius:14px;\n  }\n\n  .gb-specgrid{\n    grid-template-columns:1fr;\n    gap:18px;\n  }\n\n  .gb-specgrid-title{\n    font-size:15px;\n    margin-bottom:14px;\n  }\n\n  .gb-spec-v{\n    font-size:16px;\n  }\n}\n\u003c\/style\u003e","brand":"Camp Chef","offers":[{"title":"Default Title","offer_id":47159582753021,"sku":"TTS22CA42","price":229.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0630\/2561\/1005\/files\/Kodiakcenteropen.jpg?v=1769445299","url":"https:\/\/georgianbayleisure.com\/products\/kodiak","provider":"Georgian Bay Leisure","version":"1.0","type":"link"}