{"title":"Ignik","description":"\u003cstyle\u003e\n  .ignik-page {\n    --ignik-orange: #f36c21;\n    --ignik-dark: #101414;\n    --ignik-black: #090b0b;\n    --ignik-light: #f5f4f0;\n    --ignik-grey: #d9d9d6;\n    --ignik-text: #222;\n    font-family: inherit;\n    color: var(--ignik-text);\n    line-height: 1.55;\n  }\n\n  .ignik-page * {\n    box-sizing: border-box;\n  }\n\n  .ignik-page img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .ignik-page a {\n    text-decoration: none;\n  }\n\n  .ignik-container {\n    max-width: 1240px;\n    margin: 0 auto;\n    padding: 0 24px;\n  }\n\n  .ignik-eyebrow {\n    margin: 0 0 10px;\n    font-size: 13px;\n    line-height: 1.2;\n    font-weight: 800;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--ignik-orange);\n  }\n\n  .ignik-page h2,\n  .ignik-page h3 {\n    margin-top: 0;\n    line-height: 1.08;\n  }\n\n  .ignik-page h2 {\n    margin-bottom: 18px;\n    font-size: clamp(32px, 5vw, 58px);\n    font-weight: 900;\n    letter-spacing: -1.5px;\n  }\n\n  .ignik-page h3 {\n    margin-bottom: 12px;\n    font-size: clamp(23px, 3vw, 34px);\n    font-weight: 800;\n  }\n\n  .ignik-page p {\n    margin-top: 0;\n  }\n\n  .ignik-lead {\n    max-width: 760px;\n    margin-left: auto;\n    margin-right: auto;\n    font-size: 18px;\n    line-height: 1.6;\n  }\n\n  .ignik-btn {\n    display: inline-block;\n    padding: 15px 25px;\n    background: var(--ignik-orange);\n    color: #fff !important;\n    font-size: 14px;\n    line-height: 1.1;\n    font-weight: 800;\n    letter-spacing: .7px;\n    text-transform: uppercase;\n    transition: opacity .2s ease;\n  }\n\n  .ignik-btn:hover {\n    opacity: .86;\n  }\n\n  \/* =========================================================\n     SALE MODE\n     SEPTEMBER 8: REMOVE \"ignik-sale-active\" FROM THE MAIN DIV.\n     NOTHING ELSE NEEDS TO BE CHANGED.\n     ========================================================= *\/\n\n  .ignik-sale-banner {\n    display: none;\n  }\n\n  .ignik-sale-price {\n    display: none;\n  }\n\n  .ignik-sale-active .ignik-sale-banner {\n    display: block;\n  }\n\n  .ignik-sale-active .ignik-sale-price {\n    display: block;\n  }\n\n  .ignik-sale-active .ignik-regular-price {\n    text-decoration: line-through;\n    opacity: .55;\n    font-size: 15px;\n  }\n\n  .ignik-sale-active .ignik-card-featured .ignik-regular-price {\n    color: #fff;\n  }\n\n  .ignik-sale-banner {\n    padding: 18px 20px;\n    text-align: center;\n    background: var(--ignik-orange);\n    color: #fff;\n  }\n\n  .ignik-sale-banner strong {\n    display: block;\n    margin-bottom: 3px;\n    font-size: clamp(19px, 3vw, 27px);\n    line-height: 1.15;\n    font-weight: 900;\n    text-transform: uppercase;\n  }\n\n  .ignik-sale-banner span {\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  \/* HERO *\/\n\n  .ignik-hero {\n    position: relative;\n    min-height: 560px;\n    overflow: hidden;\n    background: #000;\n  }\n\n  .ignik-hero img {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: center;\n  }\n\n  .ignik-hero:after {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background:\n      linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.48) 42%, rgba(0,0,0,.08) 75%),\n      linear-gradient(0deg, rgba(0,0,0,.42) 0%, transparent 45%);\n  }\n\n  .ignik-hero-content {\n    position: relative;\n    z-index: 2;\n    max-width: 1240px;\n    min-height: 560px;\n    margin: 0 auto;\n    padding: 70px 24px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-start;\n  }\n\n  .ignik-hero .ignik-eyebrow {\n    color: #ff7a2c;\n  }\n\n  .ignik-hero h2 {\n    max-width: 700px;\n    margin-bottom: 14px;\n    color: #fff;\n    font-size: clamp(42px, 7vw, 78px);\n    text-transform: uppercase;\n  }\n\n  .ignik-hero p {\n    max-width: 590px;\n    margin-bottom: 28px;\n    color: #fff;\n    font-size: clamp(17px, 2vw, 21px);\n  }\n\n  \/* INTRO *\/\n\n  .ignik-intro {\n    padding: 70px 24px;\n    text-align: center;\n    background: #fff;\n  }\n\n  .ignik-intro h2 {\n    max-width: 850px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .ignik-feature-image {\n    background: var(--ignik-black);\n  }\n\n  \/* BUYING OPTIONS *\/\n\n  .ignik-choose {\n    padding: 80px 0;\n    background: var(--ignik-light);\n  }\n\n  .ignik-choose-head {\n    margin-bottom: 35px;\n    text-align: center;\n  }\n\n  .ignik-choose-head p:last-child {\n    max-width: 670px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .ignik-cards {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n  }\n\n  \/* ENTIRE CARD IS CLICKABLE *\/\n\n  .ignik-card {\n    display: flex;\n    flex-direction: column;\n    min-height: 100%;\n    padding: 30px;\n    background: #fff;\n    border: 1px solid #e4e2dd;\n    color: var(--ignik-text) !important;\n    cursor: pointer;\n    transition: transform .18s ease, box-shadow .18s ease;\n  }\n\n  .ignik-card:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 8px 24px rgba(0,0,0,.08);\n  }\n\n  .ignik-card-featured {\n    background: var(--ignik-dark);\n    color: #fff !important;\n    border-color: var(--ignik-dark);\n  }\n\n  .ignik-card-label {\n    margin-bottom: 12px;\n    color: var(--ignik-orange);\n    font-size: 12px;\n    font-weight: 900;\n    letter-spacing: 1.6px;\n    text-transform: uppercase;\n  }\n\n  .ignik-card h3 {\n    margin-bottom: 10px;\n    font-size: 27px;\n    color: inherit;\n  }\n\n  .ignik-card-description {\n    flex-grow: 1;\n    margin-bottom: 18px;\n  }\n\n  .ignik-card-price {\n    margin: 3px 0 18px;\n  }\n\n  .ignik-regular-price {\n    display: block;\n    font-size: 22px;\n    line-height: 1.2;\n    font-weight: 900;\n    color: inherit;\n  }\n\n  .ignik-sale-price {\n    margin-top: 3px;\n    color: var(--ignik-orange);\n    font-size: 27px;\n    line-height: 1.15;\n    font-weight: 900;\n  }\n\n  .ignik-sale-price small {\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: .8px;\n    text-transform: uppercase;\n  }\n\n  .ignik-card-cta {\n    color: var(--ignik-orange);\n    font-size: 13px;\n    font-weight: 900;\n    letter-spacing: .8px;\n    text-transform: uppercase;\n  }\n\n  \/* SPLIT SECTIONS *\/\n\n  .ignik-split {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    min-height: 520px;\n  }\n\n  .ignik-split-media {\n    min-height: 520px;\n  }\n\n  .ignik-split-media img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n\n  .ignik-split-copy {\n    padding: 65px clamp(28px, 5vw, 75px);\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    background: #fff;\n  }\n\n  .ignik-split-dark .ignik-split-copy {\n    background: var(--ignik-dark);\n    color: #fff;\n  }\n\n  \/* STATS *\/\n\n  .ignik-stats {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    background: var(--ignik-black);\n    color: #fff;\n  }\n\n  .ignik-stat {\n    padding: 36px 20px;\n    text-align: center;\n    border-right: 1px solid rgba(255,255,255,.14);\n  }\n\n  .ignik-stat:last-child {\n    border-right: 0;\n  }\n\n  .ignik-stat strong {\n    display: block;\n    margin-bottom: 5px;\n    font-size: clamp(27px, 4vw, 43px);\n    line-height: 1;\n    font-weight: 900;\n    color: #fff;\n  }\n\n  .ignik-stat span {\n    display: block;\n    color: #ccc;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 1.4px;\n    text-transform: uppercase;\n  }\n\n  \/* LIFESTYLE *\/\n\n  .ignik-lifestyle {\n    position: relative;\n    min-height: 600px;\n    background: #000;\n    overflow: hidden;\n  }\n\n  .ignik-lifestyle img {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n\n  .ignik-lifestyle:after {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(0deg, rgba(0,0,0,.75), rgba(0,0,0,.05) 65%);\n  }\n\n  .ignik-lifestyle-copy {\n    position: relative;\n    z-index: 2;\n    max-width: 1240px;\n    min-height: 600px;\n    margin: 0 auto;\n    padding: 50px 24px;\n    display: flex;\n    flex-direction: column;\n    justify-content: flex-end;\n    color: #fff;\n  }\n\n  .ignik-lifestyle-copy h2 {\n    max-width: 820px;\n    color: #fff;\n  }\n\n  .ignik-lifestyle-copy p:last-child {\n    max-width: 670px;\n    margin-bottom: 0;\n    font-size: 18px;\n  }\n\n  \/* ROCKS *\/\n\n  .ignik-rocks {\n    padding: 80px 0;\n    background: var(--ignik-light);\n  }\n\n  .ignik-rocks-grid {\n    display: grid;\n    grid-template-columns: .9fr 1.1fr;\n    gap: 55px;\n    align-items: center;\n  }\n\n  .ignik-rocks-image img {\n    width: 100%;\n    height: auto;\n  }\n\n  \/* VIDEO *\/\n\n  .ignik-video {\n    padding: 70px 0;\n    background: var(--ignik-black);\n    color: #fff;\n    text-align: center;\n  }\n\n  .ignik-video h2 {\n    color: #fff;\n  }\n\n  .ignik-video-copy {\n    max-width: 700px;\n    margin: 0 auto 30px;\n    color: #ddd;\n  }\n\n  .ignik-video-frame {\n    width: min(100%, 900px);\n    aspect-ratio: 16 \/ 9;\n    margin: 0 auto;\n    overflow: hidden;\n    background: #000;\n  }\n\n  .ignik-video-frame iframe {\n    display: block;\n    width: 100%;\n    height: 100%;\n    border: 0;\n  }\n\n  \/* ENGINEERING *\/\n\n  .ignik-engineering {\n    padding: 80px 0;\n    background: #fff;\n  }\n\n  .ignik-engineering-head {\n    max-width: 760px;\n    margin-bottom: 38px;\n  }\n\n  .ignik-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    border-top: 1px solid #ddd;\n    border-left: 1px solid #ddd;\n  }\n\n  .ignik-feature {\n    padding: 24px;\n    border-right: 1px solid #ddd;\n    border-bottom: 1px solid #ddd;\n  }\n\n  .ignik-feature strong {\n    display: block;\n    margin-bottom: 7px;\n    font-size: 16px;\n  }\n\n  \/* SAFETY *\/\n\n  .ignik-notice {\n    padding: 60px 24px;\n    background: #ece9e2;\n    text-align: center;\n  }\n\n  .ignik-notice-inner {\n    max-width: 850px;\n    margin: 0 auto;\n  }\n\n  .ignik-notice h2 {\n    font-size: clamp(28px, 4vw, 43px);\n  }\n\n  \/* FAQ *\/\n\n  .ignik-faq {\n    padding: 80px 0;\n    background: #fff;\n  }\n\n  .ignik-faq-header {\n    max-width: 780px;\n    margin-bottom: 35px;\n  }\n\n  .ignik-faq details {\n    border-top: 1px solid #ddd;\n  }\n\n  .ignik-faq details:last-child {\n    border-bottom: 1px solid #ddd;\n  }\n\n  .ignik-faq summary {\n    position: relative;\n    padding: 22px 40px 22px 0;\n    cursor: pointer;\n    list-style: none;\n    font-weight: 800;\n    font-size: 17px;\n  }\n\n  .ignik-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ignik-faq summary:after {\n    content: \"+\";\n    position: absolute;\n    right: 4px;\n    top: 18px;\n    color: var(--ignik-orange);\n    font-size: 26px;\n    line-height: 1;\n  }\n\n  .ignik-faq details[open] summary:after {\n    content: \"−\";\n  }\n\n  .ignik-faq-answer {\n    max-width: 900px;\n    padding: 0 0 22px;\n  }\n\n  \/* BRAND *\/\n\n  .ignik-brand {\n    padding: 70px 0;\n    background: var(--ignik-light);\n  }\n\n  .ignik-brand-grid {\n    display: grid;\n    grid-template-columns: 280px 1fr;\n    gap: 55px;\n    align-items: center;\n  }\n\n  .ignik-brand-logo img {\n    max-width: 260px;\n    margin: 0 auto;\n  }\n\n  \/* FINAL CTA *\/\n\n  .ignik-final {\n    position: relative;\n    min-height: 540px;\n    overflow: hidden;\n    background: #000;\n  }\n\n  .ignik-final img {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n\n  .ignik-final:after {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.2));\n  }\n\n  .ignik-final-copy {\n    position: relative;\n    z-index: 2;\n    max-width: 1240px;\n    min-height: 540px;\n    margin: 0 auto;\n    padding: 60px 24px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-start;\n    color: #fff;\n  }\n\n  .ignik-final h2 {\n    max-width: 720px;\n    color: #fff;\n  }\n\n  .ignik-final p {\n    max-width: 600px;\n    font-size: 18px;\n  }\n\n  \/* MOBILE *\/\n\n  @media (max-width: 800px) {\n\n    .ignik-container {\n      padding-left: 18px;\n      padding-right: 18px;\n    }\n\n    .ignik-intro,\n    .ignik-choose,\n    .ignik-engineering,\n    .ignik-faq {\n      padding-top: 52px;\n      padding-bottom: 52px;\n    }\n\n    .ignik-hero,\n    .ignik-hero-content {\n      min-height: 500px;\n    }\n\n    .ignik-hero:after {\n      background:\n        linear-gradient(0deg, rgba(0,0,0,.86) 0%, rgba(0,0,0,.18) 80%),\n        linear-gradient(90deg, rgba(0,0,0,.25), transparent);\n    }\n\n    .ignik-hero-content {\n      justify-content: flex-end;\n      padding: 38px 20px;\n    }\n\n    .ignik-hero h2 {\n      font-size: clamp(40px, 13vw, 60px);\n      letter-spacing: -1px;\n    }\n\n    .ignik-btn {\n      width: 100%;\n      text-align: center;\n      padding: 17px 18px;\n    }\n\n    .ignik-cards,\n    .ignik-split,\n    .ignik-rocks-grid,\n    .ignik-brand-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .ignik-cards {\n      gap: 12px;\n    }\n\n    .ignik-card {\n      padding: 25px 22px;\n    }\n\n    .ignik-card:hover {\n      transform: none;\n    }\n\n    .ignik-card-price {\n      margin-bottom: 14px;\n    }\n\n    .ignik-split-media {\n      min-height: 330px;\n    }\n\n    .ignik-split-copy {\n      padding: 42px 22px;\n    }\n\n    .ignik-stats {\n      grid-template-columns: 1fr;\n    }\n\n    .ignik-stat {\n      padding: 28px 18px;\n      border-right: 0;\n      border-bottom: 1px solid rgba(255,255,255,.14);\n    }\n\n    .ignik-stat:last-child {\n      border-bottom: 0;\n    }\n\n    .ignik-lifestyle,\n    .ignik-lifestyle-copy {\n      min-height: 500px;\n    }\n\n    .ignik-lifestyle-copy {\n      padding: 38px 20px;\n    }\n\n    .ignik-rocks {\n      padding: 52px 0;\n    }\n\n    .ignik-rocks-grid {\n      gap: 32px;\n    }\n\n    .ignik-video {\n      padding: 52px 18px;\n    }\n\n    .ignik-video .ignik-container {\n      padding-left: 0;\n      padding-right: 0;\n    }\n\n    .ignik-video h2,\n    .ignik-video-copy,\n    .ignik-video .ignik-eyebrow {\n      margin-left: 18px;\n      margin-right: 18px;\n    }\n\n    .ignik-video-frame {\n      width: 100%;\n    }\n\n    .ignik-feature-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .ignik-brand-grid {\n      gap: 30px;\n      text-align: center;\n    }\n\n    .ignik-final,\n    .ignik-final-copy {\n      min-height: 500px;\n    }\n\n    .ignik-final:after {\n      background: linear-gradient(0deg, rgba(0,0,0,.88), rgba(0,0,0,.15));\n    }\n\n    .ignik-final-copy {\n      justify-content: flex-end;\n      padding: 40px 20px;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003c!--\nSALE IS ACTIVE UNTIL SEPTEMBER 7, 2026.\nON SEPTEMBER 8 CHANGE:\n\u003cdiv class=\"ignik-page ignik-sale-active\"\u003e\nTO:\n\u003cdiv class=\"ignik-page\"\u003e\n--\u003e\n\n\u003cdiv class=\"ignik-page ignik-sale-active\"\u003e\n\n  \u003c!-- SALE BANNER --\u003e\n  \u003csection class=\"ignik-sale-banner\"\u003e\n    \u003cstrong\u003eIgnik FireCan Event · 20% Off\u003c\/strong\u003e\n    \u003cspan\u003eEnds September 7 · Save up to $67\u003c\/span\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"ignik-hero\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/ignik-sustainable-campfire-collection-hero.jpg?v=1788015045\" alt=\"Ignik FireCan Elite portable propane fire pit at camp\" loading=\"eager\"\u003e\n\n    \u003cdiv class=\"ignik-hero-content\"\u003e\n      \u003cp class=\"ignik-eyebrow\"\u003eIgnik FireCan Elite\u003c\/p\u003e\n      \u003ch2\u003eSmall Can.\u003cbr\u003eBig Fire.\u003c\/h2\u003e\n      \u003cp\u003eA powerful, packable propane campfire built for camping, overlanding, RVing and wherever the road takes you next.\u003c\/p\u003e\n      \u003ca class=\"ignik-btn\" href=\"\/products\/ignik-firecan-elite-rocks-bundle\"\u003eGet the Complete Setup\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003csection class=\"ignik-intro\"\u003e\n    \u003cp class=\"ignik-eyebrow\"\u003eBring the Campfire\u003c\/p\u003e\n    \u003ch2\u003eLeave the Bulk, Wood and Ashes Behind.\u003c\/h2\u003e\n\n    \u003cp class=\"ignik-lead\"\u003e\n      The Ignik FireCan Elite takes the experience of sitting around a campfire and packs it into a rugged stainless-steel box just 12 inches long. Connect propane, adjust the flame and bring more than 50,000 BTU\/hr of heat to camp without hauling a conventional fire pit.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FEATURE IMAGE --\u003e\n  \u003csection class=\"ignik-feature-image\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/ignik-features.jpg?v=1764019690\" alt=\"Ignik FireCan Elite portable propane campfire features\" loading=\"lazy\"\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- BUYING OPTIONS --\u003e\n  \u003csection class=\"ignik-choose\"\u003e\n    \u003cdiv class=\"ignik-container\"\u003e\n\n      \u003cdiv class=\"ignik-choose-head\"\u003e\n        \u003cp class=\"ignik-eyebrow\"\u003eChoose Your FireCan\u003c\/p\u003e\n        \u003ch2\u003eFireCan, Rocks or the Complete Setup?\u003c\/h2\u003e\n        \u003cp\u003eStart with the FireCan Elite, add FireCan Rocks for a more natural campfire experience, or get both together and be ready for camp.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ignik-cards\"\u003e\n\n        \u003c!-- ENTIRE BOX IS CLICKABLE --\u003e\n        \u003ca class=\"ignik-card ignik-card-featured\" href=\"\/products\/ignik-firecan-elite-rocks-bundle\"\u003e\n\n          \u003cdiv class=\"ignik-card-label\"\u003eOur Pick · Complete Setup\u003c\/div\u003e\n\n          \u003ch3\u003eFireCan Elite + Rocks\u003c\/h3\u003e\n\n          \u003cdiv class=\"ignik-card-description\"\u003e\n            The FireCan Elite and 5 lb of FireCan Rocks together. One easy choice for the complete FireCan experience.\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ignik-card-price\"\u003e\n            \u003cspan class=\"ignik-regular-price\"\u003e$334.95 CAD\u003c\/span\u003e\n            \u003cspan class=\"ignik-sale-price\"\u003e$267.95 CAD \u003csmall\u003eSept 3-7\u003c\/small\u003e\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ignik-card-cta\"\u003eShop the Bundle →\u003c\/div\u003e\n        \u003c\/a\u003e\n\n\n        \u003c!-- ENTIRE BOX IS CLICKABLE --\u003e\n        \u003ca class=\"ignik-card\" href=\"\/products\/ignik-firecan-elite\"\u003e\n\n          \u003cdiv class=\"ignik-card-label\"\u003eJust the FireCan\u003c\/div\u003e\n\n          \u003ch3\u003eFireCan Elite\u003c\/h3\u003e\n\n          \u003cdiv class=\"ignik-card-description\"\u003e\n            Compact stainless-steel propane fire pit with adjustable flame, quick-connect hose and serious heat.\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ignik-card-price\"\u003e\n            \u003cspan class=\"ignik-regular-price\"\u003e$299.99 CAD\u003c\/span\u003e\n            \u003cspan class=\"ignik-sale-price\"\u003e$239.99 CAD \u003csmall\u003eSept 3-7\u003c\/small\u003e\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ignik-card-cta\"\u003eShop FireCan Elite →\u003c\/div\u003e\n        \u003c\/a\u003e\n\n\n        \u003c!-- ENTIRE BOX IS CLICKABLE --\u003e\n        \u003ca class=\"ignik-card\" href=\"\/products\/ignik-firecan-rocks\"\u003e\n\n          \u003cdiv class=\"ignik-card-label\"\u003eComplete the Fire\u003c\/div\u003e\n\n          \u003ch3\u003eFireCan Rocks\u003c\/h3\u003e\n\n          \u003cdiv class=\"ignik-card-description\"\u003e\n            5 lb of natural tumbled lava rock that gives your FireCan a more traditional campfire look.\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ignik-card-price\"\u003e\n            \u003cspan class=\"ignik-regular-price\"\u003e$34.99 CAD\u003c\/span\u003e\n            \u003cspan class=\"ignik-sale-price\"\u003e$27.99 CAD \u003csmall\u003eSept 3-7\u003c\/small\u003e\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ignik-card-cta\"\u003eShop FireCan Rocks →\u003c\/div\u003e\n        \u003c\/a\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- PACKABILITY --\u003e\n  \u003csection class=\"ignik-split ignik-split-dark\"\u003e\n\n    \u003cdiv class=\"ignik-split-media\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/ignik-firecan-elite-fire-pit3.jpg?v=1763663653\" alt=\"Compact stainless steel Ignik FireCan Elite being carried\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ignik-split-copy\"\u003e\n      \u003cp class=\"ignik-eyebrow\"\u003eBuilt to Come Along\u003c\/p\u003e\n\n      \u003ch2\u003ePacks Like Gear.\u003cbr\u003eBurns Like a Fire Pit.\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Conventional propane fire pits can eat up valuable cargo space. FireCan was designed differently. Folding legs, a removable lid and compact rectangular construction make it easy to carry, store and pack alongside the rest of your adventure gear.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- STATS --\u003e\n  \u003csection class=\"ignik-stats\"\u003e\n\n    \u003cdiv class=\"ignik-stat\"\u003e\n      \u003cstrong\u003e12 × 6 × 7.5\"\u003c\/strong\u003e\n      \u003cspan\u003eCompact Packed Size\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ignik-stat\"\u003e\n      \u003cstrong\u003e9.2 LB\u003c\/strong\u003e\n      \u003cspan\u003eFireCan Elite Weight\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ignik-stat\"\u003e\n      \u003cstrong\u003e50,000+\u003c\/strong\u003e\n      \u003cspan\u003eBTU \/ HR Heat Output\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- FIRECAN OUTDOORS --\u003e\n  \u003csection class=\"ignik-split\"\u003e\n\n    \u003cdiv class=\"ignik-split-copy\"\u003e\n      \u003cp class=\"ignik-eyebrow\"\u003eSerious Heat. Small Footprint.\u003c\/p\u003e\n\n      \u003ch2\u003eA Campfire That Makes Sense in a Truck.\u003c\/h2\u003e\n\n      \u003cp\u003e\n        FireCan Elite produces an adjustable propane flame that remains visible through its mesh sides while radiating heat outward. At camp, beside the truck, at the RV or around the backyard, it creates a natural place to sit down and stay awhile.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ignik-split-media\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/ignik-firecan-timelapse.jpg?v=1788015045\" alt=\"Stainless steel Ignik FireCan Elite burning outdoors\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- LIFESTYLE --\u003e\n  \u003csection class=\"ignik-lifestyle\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/Ignik-firecan-in-use-1.jpg?v=1788015045\" alt=\"Campers gathered around an Ignik FireCan beside a truck\" loading=\"lazy\"\u003e\n\n    \u003cdiv class=\"ignik-lifestyle-copy\"\u003e\n      \u003cp class=\"ignik-eyebrow\"\u003eThe Reason You Brought It\u003c\/p\u003e\n\n      \u003ch2\u003eSome of the Best Parts of the Trip Happen After Dark.\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Set up camp. Shut down the truck. Pull up a chair. FireCan turns the end of the day into the part nobody wants to leave.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- ROCKS --\u003e\n  \u003csection class=\"ignik-rocks\"\u003e\n\n    \u003cdiv class=\"ignik-container\"\u003e\n\n      \u003cdiv class=\"ignik-rocks-grid\"\u003e\n\n        \u003c!-- ONLY USE THE ROCK IMAGE, NOT THE BLACK FIRECAN IMAGE --\u003e\n        \u003cdiv class=\"ignik-rocks-image\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/ignik-fire-rocks2.jpg?v=1693413276\" alt=\"Ignik FireCan natural tumbled lava rocks\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cp class=\"ignik-eyebrow\"\u003eWhy Add the Rocks?\u003c\/p\u003e\n\n          \u003ch2\u003eBecause It Should Feel Like a Campfire Too.\u003c\/h2\u003e\n\n          \u003cp\u003e\n            FireCan Rocks are 5 lb of natural tumbled lava rock that sit around the burner and give the flame a more traditional campfire appearance.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            If you're buying a FireCan for the campfire experience, this is the setup we'd choose.\n          \u003c\/p\u003e\n\n          \u003ca class=\"ignik-btn\" href=\"\/products\/ignik-firecan-elite-rocks-bundle\"\u003e\n            Get FireCan + Rocks\n          \u003c\/a\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- VIDEO --\u003e\n  \u003csection class=\"ignik-video\"\u003e\n\n    \u003cdiv class=\"ignik-container\"\u003e\n\n      \u003cp class=\"ignik-eyebrow\"\u003eSee FireCan Elite in Action\u003c\/p\u003e\n\n      \u003ch2\u003eLighter. Hotter. Ready to Blaze.\u003c\/h2\u003e\n\n      \u003cp class=\"ignik-video-copy\"\u003e\n        Take a closer look at the FireCan Elite, including its compact construction, integrated flame control and quick-connect propane system.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"ignik-video-frame\"\u003e\n        \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/ut8-W-Q6AZI\" title=\"Ignik FireCan Elite portable propane fire pit\" loading=\"lazy\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen\u003e\n        \u003c\/iframe\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- ENGINEERING --\u003e\n  \u003csection class=\"ignik-engineering\"\u003e\n\n    \u003cdiv class=\"ignik-container\"\u003e\n\n      \u003cdiv class=\"ignik-engineering-head\"\u003e\n        \u003cp class=\"ignik-eyebrow\"\u003eFireCan Elite\u003c\/p\u003e\n\n        \u003ch2\u003eSmall Doesn't Mean Light Duty.\u003c\/h2\u003e\n\n        \u003cp\u003e\n          FireCan Elite upgrades the original FireCan concept with lighter materials, more heat and integrated control, all in the same compact footprint.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ignik-feature-grid\"\u003e\n\n        \u003cdiv class=\"ignik-feature\"\u003e\n          \u003cstrong\u003eStainless-Steel Construction\u003c\/strong\u003e\n          Durable construction built for repeated outdoor use.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ignik-feature\"\u003e\n          \u003cstrong\u003eAnodized Aluminium Lid\u003c\/strong\u003e\n          A lightweight removable lid helps keep the complete package compact.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ignik-feature\"\u003e\n          \u003cstrong\u003eIntegrated Flame Control\u003c\/strong\u003e\n          Adjust the flame directly at the FireCan.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ignik-feature\"\u003e\n          \u003cstrong\u003e5 PSI Quick-Connect\u003c\/strong\u003e\n          Tool-free propane connection designed for fast setup.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ignik-feature\"\u003e\n          \u003cstrong\u003eCSA Certified\u003c\/strong\u003e\n          FireCan Elite is CSA certified for the Canadian market.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ignik-feature\"\u003e\n          \u003cstrong\u003ePropane Cylinder Stand Included\u003c\/strong\u003e\n          Includes Ignik's CSA propane-cylinder stand.\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- TECH DETAILS --\u003e\n  \u003csection\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/ignik-firecan-elite-fire-pit-details.jpg?v=1763663653\" alt=\"Ignik FireCan Elite portable propane fire pit technical details\" loading=\"lazy\"\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FIRE RESTRICTIONS --\u003e\n  \u003csection class=\"ignik-notice\"\u003e\n\n    \u003cdiv class=\"ignik-notice-inner\"\u003e\n\n      \u003cp class=\"ignik-eyebrow\"\u003eKnow Before You Burn\u003c\/p\u003e\n\n      \u003ch2\u003eWhen a Wood Fire Isn't the Answer.\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Propane fire pits may be treated differently from wood fires under some restrictions, but rules vary by province, municipality, park, campground and current fire conditions. Always check the regulations in effect for the exact location where you plan to use your FireCan.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"ignik-faq\"\u003e\n\n    \u003cdiv class=\"ignik-container\"\u003e\n\n      \u003cdiv class=\"ignik-faq-header\"\u003e\n\n        \u003cp class=\"ignik-eyebrow\"\u003eFireCan Questions\u003c\/p\u003e\n\n        \u003ch2\u003eEverything You Need to Know.\u003c\/h2\u003e\n\n        \u003cp\u003e\n          Quick answers about the Ignik FireCan Elite portable propane fire pit and FireCan Rocks.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the Ignik FireCan Elite?\u003c\/summary\u003e\n        \u003cdiv class=\"ignik-faq-answer\"\u003e\n          The Ignik FireCan Elite is a compact, portable propane fire pit designed for camping, overlanding, RVing, tailgating and outdoor gatherings. It uses a rectangular stainless-steel body with folding legs, mesh sides, a removable lid and an adjustable propane flame.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow much heat does the FireCan Elite produce?\u003c\/summary\u003e\n        \u003cdiv class=\"ignik-faq-answer\"\u003e\n          FireCan Elite produces more than 50,000 BTU per hour, giving it substantial heat output despite its compact size.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow big is the FireCan Elite?\u003c\/summary\u003e\n        \u003cdiv class=\"ignik-faq-answer\"\u003e\n          The FireCan Elite measures approximately 12 × 6 × 7.5 inches (30.4 × 15.2 × 19 cm), making it considerably easier to pack than many conventional round propane fire pits.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow much does the FireCan Elite weigh?\u003c\/summary\u003e\n        \u003cdiv class=\"ignik-faq-answer\"\u003e\n          The Ignik FireCan Elite weighs approximately 9.2 lb (4.2 kg).\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat fuel does the FireCan Elite use?\u003c\/summary\u003e\n        \u003cdiv class=\"ignik-faq-answer\"\u003e\n          FireCan Elite operates on propane and includes a quick-connect hose system. Always follow Ignik's supplied setup and operating instructions.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat are Ignik FireCan Rocks for?\u003c\/summary\u003e\n        \u003cdiv class=\"ignik-faq-answer\"\u003e\n          FireCan Rocks are 5 lb of natural tumbled lava rock designed for use inside the FireCan around the burner. They give the flame a more traditional campfire appearance and complete the FireCan experience.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan I cook on the FireCan Elite?\u003c\/summary\u003e\n        \u003cdiv class=\"ignik-faq-answer\"\u003e\n          The FireCan Elite is designed as a portable fire pit, not as a cooking appliance. Ignik's FireCan Deluxe is the model designed with dedicated cooking features.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan I use a FireCan during a fire ban?\u003c\/summary\u003e\n        \u003cdiv class=\"ignik-faq-answer\"\u003e\n          Never assume that a propane fire pit is permitted simply because wood fires are prohibited. Restrictions vary by jurisdiction and can change with conditions. Check the current provincial, municipal, park or campground rules for your specific location before lighting any fire.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- IGNIK BRAND --\u003e\n  \u003csection class=\"ignik-brand\"\u003e\n\n    \u003cdiv class=\"ignik-container\"\u003e\n\n      \u003cdiv class=\"ignik-brand-grid\"\u003e\n\n        \u003cdiv class=\"ignik-brand-logo\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/logo-ignik.jpg?v=1753810103\" alt=\"Ignik outdoor gear\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n\n          \u003cp class=\"ignik-eyebrow\"\u003eBuilt by Ignik\u003c\/p\u003e\n\n          \u003ch2\u003eBetter Ways to Bring the Heat.\u003c\/h2\u003e\n\n          \u003cp\u003e\n            Ignik builds outdoor heating and fuel solutions around a simple idea: make warmth at camp easier to bring, use and enjoy. FireCan is the centre of the Ignik lineup at Cap-it today, with room for the collection to grow as new Ignik gear joins the adventure.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- FINAL CTA --\u003e\n  \u003csection class=\"ignik-final\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/Ignik-firecan-in-use-2.jpg?v=1788015045\" alt=\"Campers enjoying an Ignik FireCan Elite at night\" loading=\"lazy\"\u003e\n\n    \u003cdiv class=\"ignik-final-copy\"\u003e\n\n      \u003cp class=\"ignik-eyebrow\"\u003eDesigned for Adventure™\u003c\/p\u003e\n\n      \u003ch2\u003eYour Campfire Is Coming With You.\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Bring the fire. Bring the heat. Bring everyone together. Shop Ignik FireCan online across Canada or visit your local Cap-it.\n      \u003c\/p\u003e\n\n      \u003ca class=\"ignik-btn\" href=\"\/products\/ignik-firecan-elite-rocks-bundle\"\u003e\n        Shop the Complete FireCan Setup\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","products":[{"product_id":"ignik-firecan-elite","title":"Ignik FireCan Elite Portable Propane Fire Pit","description":"\u003cstyle\u003e\n  .ignik-product {\n    --ignik-orange: #f36c21;\n    --ignik-dark: #101414;\n    --ignik-black: #090b0b;\n    --ignik-light: #f5f4f0;\n    --ignik-text: #222;\n    font-family: inherit;\n    color: var(--ignik-text);\n    line-height: 1.55;\n  }\n\n  .ignik-product * {\n    box-sizing: border-box;\n  }\n\n  .ignik-product img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .ignik-product a {\n    text-decoration: none;\n  }\n\n  .ignik-container {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 24px;\n  }\n\n  .ignik-eyebrow {\n    margin: 0 0 10px;\n    color: var(--ignik-orange);\n    font-size: 13px;\n    font-weight: 900;\n    letter-spacing: 2px;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .ignik-product h2,\n  .ignik-product h3 {\n    margin-top: 0;\n    line-height: 1.08;\n  }\n\n  .ignik-product h2 {\n    margin-bottom: 18px;\n    font-size: clamp(31px, 5vw, 56px);\n    font-weight: 900;\n    letter-spacing: -1.4px;\n  }\n\n  .ignik-product h3 {\n    margin-bottom: 10px;\n    font-size: clamp(22px, 3vw, 30px);\n    font-weight: 850;\n  }\n\n  .ignik-product p {\n    margin-top: 0;\n  }\n\n  .ignik-btn {\n    display: inline-block;\n    padding: 15px 25px;\n    background: var(--ignik-orange);\n    color: #fff !important;\n    font-size: 14px;\n    font-weight: 850;\n    letter-spacing: .6px;\n    line-height: 1.1;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  \/* SALE MODE\n     SEPTEMBER 8:\n     REMOVE \"ignik-sale-active\" FROM THE OPENING DIV\n  *\/\n\n  .ignik-sale-strip,\n  .ignik-sale-only {\n    display: none;\n  }\n\n  .ignik-sale-active .ignik-sale-strip,\n  .ignik-sale-active .ignik-sale-only {\n    display: block;\n  }\n\n  .ignik-sale-strip {\n    padding: 17px 20px;\n    background: var(--ignik-orange);\n    color: #fff;\n    text-align: center;\n  }\n\n  .ignik-sale-strip strong {\n    display: block;\n    margin-bottom: 3px;\n    font-size: clamp(18px, 3vw, 25px);\n    line-height: 1.15;\n    font-weight: 900;\n    text-transform: uppercase;\n  }\n\n  .ignik-sale-strip span {\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  \/* OPENING *\/\n\n  .ignik-opening {\n    padding: 60px 24px 65px;\n    background: #fff;\n    text-align: center;\n  }\n\n  .ignik-opening h2 {\n    max-width: 800px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .ignik-opening-copy {\n    max-width: 790px;\n    margin: 0 auto 30px;\n    font-size: 18px;\n    line-height: 1.65;\n  }\n\n  .ignik-opening-price {\n    margin-bottom: 20px;\n  }\n\n  .ignik-price-regular {\n    display: block;\n    font-size: 28px;\n    font-weight: 900;\n  }\n\n  .ignik-sale-active .ignik-price-regular {\n    font-size: 17px;\n    text-decoration: line-through;\n    opacity: .5;\n  }\n\n  .ignik-sale-price {\n    display: none;\n    color: var(--ignik-orange);\n    font-size: 32px;\n    font-weight: 900;\n  }\n\n  .ignik-sale-active .ignik-sale-price {\n    display: block;\n  }\n\n  .ignik-sale-price small {\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: .7px;\n    text-transform: uppercase;\n  }\n\n  \/* SHIPPING \/ STORE *\/\n\n  .ignik-availability {\n    display: flex;\n    justify-content: center;\n    align-items: stretch;\n    gap: 10px;\n    max-width: 660px;\n    margin: 0 auto 25px;\n  }\n\n  .ignik-availability-item {\n    flex: 1;\n    padding: 14px 18px;\n    background: var(--ignik-light);\n    border: 1px solid #e1dfda;\n    color: var(--ignik-text) !important;\n    text-align: center;\n    font-size: 14px;\n    line-height: 1.35;\n    font-weight: 850;\n  }\n\n  .ignik-availability-item span {\n    display: block;\n    margin-top: 4px;\n    color: #666;\n    font-size: 12px;\n    font-weight: 600;\n  }\n\n  a.ignik-availability-item {\n    cursor: pointer;\n    transition: background .18s ease, transform .18s ease;\n  }\n\n  a.ignik-availability-item:hover {\n    background: #e8e5df;\n    transform: translateY(-1px);\n  }\n\n  \/* FEATURE STRIP *\/\n\n  .ignik-stats {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    background: var(--ignik-black);\n    color: #fff;\n  }\n\n  .ignik-stat {\n    padding: 30px 15px;\n    text-align: center;\n    border-right: 1px solid rgba(255,255,255,.14);\n  }\n\n  .ignik-stat:last-child {\n    border-right: 0;\n  }\n\n  .ignik-stat strong {\n    display: block;\n    margin-bottom: 6px;\n    color: #fff;\n    font-size: clamp(22px, 3vw, 35px);\n    line-height: 1;\n    font-weight: 900;\n  }\n\n  .ignik-stat span {\n    display: block;\n    color: #ccc;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 1.2px;\n    text-transform: uppercase;\n  }\n\n  \/* SPLITS *\/\n\n  .ignik-split {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    min-height: 500px;\n  }\n\n  .ignik-split-media {\n    min-height: 500px;\n  }\n\n  .ignik-split-media img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n\n  .ignik-split-copy {\n    padding: 60px clamp(28px, 5vw, 70px);\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    background: #fff;\n  }\n\n  .ignik-split-dark .ignik-split-copy {\n    background: var(--ignik-dark);\n    color: #fff;\n  }\n\n  \/* FEATURE GRID *\/\n\n  .ignik-features {\n    padding: 75px 0;\n    background: var(--ignik-light);\n  }\n\n  .ignik-features-head {\n    max-width: 760px;\n    margin-bottom: 35px;\n  }\n\n  .ignik-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    border-top: 1px solid #d8d6d1;\n    border-left: 1px solid #d8d6d1;\n  }\n\n  .ignik-feature {\n    padding: 24px;\n    background: #fff;\n    border-right: 1px solid #d8d6d1;\n    border-bottom: 1px solid #d8d6d1;\n  }\n\n  .ignik-feature strong {\n    display: block;\n    margin-bottom: 7px;\n    font-size: 16px;\n  }\n\n  \/* LIFESTYLE *\/\n\n  .ignik-lifestyle {\n    position: relative;\n    min-height: 590px;\n    overflow: hidden;\n    background: #000;\n  }\n\n  .ignik-lifestyle img {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n\n  .ignik-lifestyle:after {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(0deg, rgba(0,0,0,.78), rgba(0,0,0,.05) 68%);\n  }\n\n  .ignik-lifestyle-copy {\n    position: relative;\n    z-index: 2;\n    max-width: 1200px;\n    min-height: 590px;\n    margin: 0 auto;\n    padding: 50px 24px;\n    display: flex;\n    flex-direction: column;\n    justify-content: flex-end;\n    color: #fff;\n  }\n\n  .ignik-lifestyle-copy h2 {\n    max-width: 800px;\n    color: #fff;\n  }\n\n  .ignik-lifestyle-copy p:last-child {\n    max-width: 670px;\n    margin-bottom: 0;\n    font-size: 18px;\n  }\n\n  \/* VIDEO *\/\n\n  .ignik-video {\n    padding: 70px 0;\n    background: var(--ignik-black);\n    color: #fff;\n    text-align: center;\n  }\n\n  .ignik-video h2 {\n    color: #fff;\n  }\n\n  .ignik-video-copy {\n    max-width: 680px;\n    margin: 0 auto 30px;\n    color: #ddd;\n  }\n\n  .ignik-video-frame {\n    width: min(100%, 900px);\n    aspect-ratio: 16 \/ 9;\n    margin: 0 auto;\n    overflow: hidden;\n    background: #000;\n  }\n\n  .ignik-video-frame iframe {\n    display: block;\n    width: 100%;\n    height: 100%;\n    border: 0;\n  }\n\n  \/* UPSELL *\/\n\n  .ignik-upsell {\n    padding: 75px 0;\n    background: var(--ignik-light);\n  }\n\n  .ignik-upsell-head {\n    max-width: 740px;\n    margin: 0 auto 35px;\n    text-align: center;\n  }\n\n  .ignik-upsell-grid {\n    display: grid;\n    grid-template-columns: 1.35fr 1fr;\n    gap: 18px;\n  }\n\n  .ignik-upsell-card {\n    display: flex;\n    flex-direction: column;\n    min-height: 100%;\n    padding: 32px;\n    background: #fff;\n    border: 1px solid #e0ded9;\n    color: var(--ignik-text) !important;\n    cursor: pointer;\n    transition: transform .18s ease, box-shadow .18s ease;\n  }\n\n  .ignik-upsell-card:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 8px 24px rgba(0,0,0,.08);\n  }\n\n  .ignik-upsell-featured {\n    background: var(--ignik-dark);\n    color: #fff !important;\n    border-color: var(--ignik-dark);\n  }\n\n  .ignik-upsell-image {\n    width: calc(100% + 64px) !important;\n    max-width: none !important;\n    margin: -32px -32px 26px;\n    aspect-ratio: 16 \/ 10;\n    object-fit: cover;\n    background: #fff;\n  }\n\n  .ignik-upsell-label {\n    margin-bottom: 11px;\n    color: var(--ignik-orange);\n    font-size: 12px;\n    font-weight: 900;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .ignik-upsell-card h3 {\n    color: inherit;\n  }\n\n  .ignik-upsell-copy {\n    flex-grow: 1;\n  }\n\n  .ignik-upsell-price {\n    margin: 10px 0 16px;\n    font-size: 24px;\n    font-weight: 900;\n  }\n\n  .ignik-upsell-cta {\n    color: var(--ignik-orange);\n    font-size: 13px;\n    font-weight: 900;\n    letter-spacing: .8px;\n    text-transform: uppercase;\n  }\n\n  \/* SAFE USE *\/\n\n  .ignik-notice {\n    padding: 55px 24px;\n    background: #ece9e2;\n    text-align: center;\n  }\n\n  .ignik-notice-inner {\n    max-width: 830px;\n    margin: 0 auto;\n  }\n\n  .ignik-notice h2 {\n    font-size: clamp(28px, 4vw, 43px);\n  }\n\n  \/* SPECS *\/\n\n  .ignik-specs {\n    padding: 75px 0;\n    background: #fff;\n  }\n\n  .ignik-specs table {\n    width: 100%;\n    max-width: 900px;\n    margin: 30px auto 0;\n    border-collapse: collapse;\n  }\n\n  .ignik-specs td {\n    padding: 13px 15px;\n    border-bottom: 1px solid #ddd;\n    vertical-align: top;\n  }\n\n  .ignik-specs td:first-child {\n    width: 40%;\n    font-weight: 800;\n  }\n\n  \/* INCLUDED *\/\n\n  .ignik-included {\n    padding: 70px 0;\n    background: var(--ignik-light);\n  }\n\n  .ignik-included-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n  }\n\n  .ignik-included-item {\n    padding: 25px;\n    background: #fff;\n  }\n\n  .ignik-included-item strong {\n    display: block;\n    margin-bottom: 7px;\n    font-size: 17px;\n  }\n\n  \/* FAQ *\/\n\n  .ignik-faq {\n    padding: 75px 0;\n    background: #fff;\n  }\n\n  .ignik-faq-header {\n    max-width: 760px;\n    margin-bottom: 32px;\n  }\n\n  .ignik-faq details {\n    border-top: 1px solid #ddd;\n  }\n\n  .ignik-faq details:last-child {\n    border-bottom: 1px solid #ddd;\n  }\n\n  .ignik-faq summary {\n    position: relative;\n    padding: 21px 40px 21px 0;\n    cursor: pointer;\n    list-style: none;\n    font-size: 17px;\n    font-weight: 850;\n  }\n\n  .ignik-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ignik-faq summary:after {\n    content: \"+\";\n    position: absolute;\n    right: 4px;\n    top: 17px;\n    color: var(--ignik-orange);\n    font-size: 27px;\n  }\n\n  .ignik-faq details[open] summary:after {\n    content: \"−\";\n  }\n\n  .ignik-faq-answer {\n    max-width: 900px;\n    padding: 0 0 22px;\n  }\n\n  \/* FINAL *\/\n\n  .ignik-final {\n    position: relative;\n    min-height: 520px;\n    overflow: hidden;\n    background: #000;\n  }\n\n  .ignik-final img {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n\n  .ignik-final:after {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.15));\n  }\n\n  .ignik-final-copy {\n    position: relative;\n    z-index: 2;\n    max-width: 1200px;\n    min-height: 520px;\n    margin: 0 auto;\n    padding: 55px 24px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-start;\n    color: #fff;\n  }\n\n  .ignik-final-copy h2 {\n    max-width: 700px;\n    color: #fff;\n  }\n\n  .ignik-final-copy p {\n    max-width: 590px;\n    font-size: 18px;\n  }\n\n  .ignik-shipping-note {\n    margin: 24px 20px 0;\n    color: #777;\n    font-size: 11px;\n    line-height: 1.5;\n    text-align: center;\n  }\n\n  @media (max-width: 800px) {\n\n    .ignik-container {\n      padding-left: 18px;\n      padding-right: 18px;\n    }\n\n    .ignik-opening {\n      padding: 48px 20px;\n    }\n\n    .ignik-stats,\n    .ignik-split,\n    .ignik-feature-grid,\n    .ignik-upsell-grid,\n    .ignik-included-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .ignik-availability {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 8px;\n    }\n\n    .ignik-availability-item {\n      padding: 15px 16px;\n    }\n\n    .ignik-stat {\n      padding: 25px 15px;\n      border-right: 0;\n      border-bottom: 1px solid rgba(255,255,255,.14);\n    }\n\n    .ignik-stat:last-child {\n      border-bottom: 0;\n    }\n\n    .ignik-split-media {\n      min-height: 330px;\n    }\n\n    .ignik-split-copy {\n      padding: 42px 22px;\n    }\n\n    .ignik-features,\n    .ignik-upsell,\n    .ignik-specs,\n    .ignik-faq,\n    .ignik-included {\n      padding-top: 52px;\n      padding-bottom: 52px;\n    }\n\n    .ignik-lifestyle,\n    .ignik-lifestyle-copy {\n      min-height: 490px;\n    }\n\n    .ignik-lifestyle-copy {\n      padding: 38px 20px;\n    }\n\n    .ignik-video {\n      padding: 52px 18px;\n    }\n\n    .ignik-video .ignik-container {\n      padding-left: 0;\n      padding-right: 0;\n    }\n\n    .ignik-video .ignik-eyebrow,\n    .ignik-video h2,\n    .ignik-video-copy {\n      margin-left: 18px;\n      margin-right: 18px;\n    }\n\n    .ignik-video-frame {\n      width: 100%;\n    }\n\n    .ignik-upsell-card:hover,\n    a.ignik-availability-item:hover {\n      transform: none;\n    }\n\n    .ignik-upsell-image {\n      width: calc(100% + 64px) !important;\n      margin: -32px -32px 24px;\n    }\n\n    .ignik-btn {\n      width: 100%;\n      padding: 17px 18px;\n    }\n\n    .ignik-specs td {\n      display: block;\n      width: 100% !important;\n      padding: 9px 0;\n    }\n\n    .ignik-specs td:first-child {\n      padding-top: 16px;\n      padding-bottom: 1px;\n      border-bottom: 0;\n    }\n\n    .ignik-final,\n    .ignik-final-copy {\n      min-height: 490px;\n    }\n\n    .ignik-final:after {\n      background: linear-gradient(0deg, rgba(0,0,0,.87), rgba(0,0,0,.12));\n    }\n\n    .ignik-final-copy {\n      justify-content: flex-end;\n      padding: 40px 20px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003c!--\nSALE ACTIVE THROUGH SEPTEMBER 7, 2026.\n\nON SEPTEMBER 8 CHANGE:\n\n\u003cdiv class=\"ignik-product ignik-sale-active\"\u003e\n\nTO:\n\n\u003cdiv class=\"ignik-product\"\u003e\n--\u003e\n\n\u003cdiv class=\"ignik-product ignik-sale-active\"\u003e\n\n  \u003c!-- SALE --\u003e\n  \u003csection class=\"ignik-sale-strip\"\u003e\n    \u003cstrong\u003eIgnik FireCan Event · 20% Off\u003c\/strong\u003e\n    \u003cspan\u003eEnds September 7 · Save $60\u003c\/span\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- OPENING --\u003e\n  \u003csection class=\"ignik-opening\"\u003e\n\n    \u003cp class=\"ignik-eyebrow\"\u003eSmall Can. Big Fire.\u003c\/p\u003e\n\n    \u003ch2\u003eBring the Campfire. Leave the Bulk Behind.\u003c\/h2\u003e\n\n    \u003cp class=\"ignik-opening-copy\"\u003e\n      The Ignik FireCan Elite is a compact portable propane fire pit that delivers more than 50,000 BTU\/hr of adjustable heat from a rugged stainless-steel package only 12 inches long. No firewood to haul, no ashes to clean up and no oversized round fire bowl taking over your cargo space.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ignik-opening-price\"\u003e\n      \u003cspan class=\"ignik-price-regular\"\u003e$299.99 CAD\u003c\/span\u003e\n      \u003cspan class=\"ignik-sale-price\"\u003e$239.99 CAD \u003csmall\u003eEnds September 7\u003c\/small\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ignik-availability\"\u003e\n\n      \u003cdiv class=\"ignik-availability-item\"\u003e\n        SHIPS PREPAID IN CANADA*\n        \u003cspan\u003eOrder online, delivered to your door\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ca class=\"ignik-availability-item\" href=\"https:\/\/shop.capit.com\/a\/store-locator\/list\"\u003e\n        BUY IN-STORE\n        \u003cspan\u003eFind your nearest Cap-it location →\u003c\/span\u003e\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n\n    \u003ca class=\"ignik-btn\" href=\"#ignik-complete-your-fire\"\u003e\n      See the Complete Setup\n    \u003c\/a\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- QUICK FACTS --\u003e\n  \u003csection class=\"ignik-stats\"\u003e\n\n    \u003cdiv class=\"ignik-stat\"\u003e\n      \u003cstrong\u003e50,000+\u003c\/strong\u003e\n      \u003cspan\u003eBTU \/ HR\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ignik-stat\"\u003e\n      \u003cstrong\u003e9.2 LB\u003c\/strong\u003e\n      \u003cspan\u003eLightweight\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ignik-stat\"\u003e\n      \u003cstrong\u003e12 × 6 × 7.5\"\u003c\/strong\u003e\n      \u003cspan\u003eCompact Size\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ignik-stat\"\u003e\n      \u003cstrong\u003eCSA\u003c\/strong\u003e\n      \u003cspan\u003eCertified\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- PACKABILITY --\u003e\n  \u003csection class=\"ignik-split ignik-split-dark\"\u003e\n\n    \u003cdiv class=\"ignik-split-media\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/ignik-firecan-elite-fire-pit3.jpg?v=1763663653\" alt=\"Compact stainless steel Ignik FireCan Elite being carried\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ignik-split-copy\"\u003e\n\n      \u003cp class=\"ignik-eyebrow\"\u003eThe Fire Pit You'll Actually Bring\u003c\/p\u003e\n\n      \u003ch2\u003ePacks Like Gear.\u003cbr\u003eBurns Like a Fire Pit.\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Traditional propane fire bowls work well once they reach camp. Getting them there is the problem.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        FireCan solves that with a narrow rectangular body, folding legs and removable lid. It stores more like a toolbox than a fire bowl, fitting naturally beside storage bins, camp kitchens and the other gear already packed into your truck, trailer or RV.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- FEATURE IMAGE --\u003e\n  \u003csection\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/ignik-features.jpg?v=1764019690\" alt=\"Ignik FireCan Elite portable propane fire pit features\" loading=\"lazy\"\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003csection class=\"ignik-features\"\u003e\n\n    \u003cdiv class=\"ignik-container\"\u003e\n\n      \u003cdiv class=\"ignik-features-head\"\u003e\n\n        \u003cp class=\"ignik-eyebrow\"\u003eFireCan Elite\u003c\/p\u003e\n\n        \u003ch2\u003eThe Campfire, Reinvented.\u003c\/h2\u003e\n\n        \u003cp\u003e\n          Compact size does not mean giving up the things that matter. FireCan Elite combines high heat output, rugged materials and simple propane operation in one purpose-built package.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ignik-feature-grid\"\u003e\n\n        \u003cdiv class=\"ignik-feature\"\u003e\n          \u003cstrong\u003e50,000+ BTU\/hr\u003c\/strong\u003e\n          Serious adjustable propane heat from a remarkably small fire pit.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ignik-feature\"\u003e\n          \u003cstrong\u003eIntegrated Flame Control\u003c\/strong\u003e\n          Adjust flame height and heat directly from the control knob built into the FireCan.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ignik-feature\"\u003e\n          \u003cstrong\u003e5 PSI Quick-Connect\u003c\/strong\u003e\n          Tool-free connection makes setup fast and keeps the propane system straightforward.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ignik-feature\"\u003e\n          \u003cstrong\u003eStainless-Steel Body\u003c\/strong\u003e\n          Durable outdoor construction with less weight than the original steel FireCan.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ignik-feature\"\u003e\n          \u003cstrong\u003eOpen Mesh Sides\u003c\/strong\u003e\n          See the flame while radiant heat moves outward toward everyone gathered around it.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ignik-feature\"\u003e\n          \u003cstrong\u003eFolding Elevated Legs\u003c\/strong\u003e\n          Four legs deploy for use and fold tight against the body when it is time to pack up.\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- LIFESTYLE --\u003e\n  \u003csection class=\"ignik-lifestyle\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/Ignik-firecan-in-use-1.jpg?v=1788015045\" alt=\"Campers gathered around an Ignik FireCan Elite beside a truck\" loading=\"lazy\"\u003e\n\n    \u003cdiv class=\"ignik-lifestyle-copy\"\u003e\n\n      \u003cp class=\"ignik-eyebrow\"\u003eWhy Bring a FireCan?\u003c\/p\u003e\n\n      \u003ch2\u003eBecause Camp Gets Better Around a Fire.\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Set up camp, shut down the truck and pull up a chair. The FireCan creates the warmth, light and gathering place that keeps everyone outside a little longer.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- OUTDOOR FIRE --\u003e\n  \u003csection class=\"ignik-split\"\u003e\n\n    \u003cdiv class=\"ignik-split-copy\"\u003e\n\n      \u003cp class=\"ignik-eyebrow\"\u003eSerious Heat. Small Footprint.\u003c\/p\u003e\n\n      \u003ch2\u003eA Campfire That Makes Sense in a Truck.\u003c\/h2\u003e\n\n      \u003cp\u003e\n        At only 12 inches long and 6 inches wide, the FireCan Elite takes up a fraction of the storage space required by many conventional propane fire pits.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Camping, overlanding, RV travel, tailgating or evenings at home, it is small enough to keep packed and powerful enough to become the centre of camp.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ignik-split-media\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/ignik-firecan-timelapse.jpg?v=1788015045\" alt=\"Stainless steel Ignik FireCan Elite burning outdoors\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- VIDEO --\u003e\n  \u003csection class=\"ignik-video\"\u003e\n\n    \u003cdiv class=\"ignik-container\"\u003e\n\n      \u003cp class=\"ignik-eyebrow\"\u003eSee FireCan Elite in Action\u003c\/p\u003e\n\n      \u003ch2\u003eLighter. Hotter. Ready to Blaze.\u003c\/h2\u003e\n\n      \u003cp class=\"ignik-video-copy\"\u003e\n        See how Ignik built the FireCan Elite around compact storage, rugged construction, integrated flame control and fast propane connection.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"ignik-video-frame\"\u003e\n        \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/ut8-W-Q6AZI\" title=\"Ignik FireCan Elite portable propane fire pit\" loading=\"lazy\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen\u003e\n        \u003c\/iframe\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- COMPLETE YOUR FIRE --\u003e\n  \u003csection class=\"ignik-upsell\" id=\"ignik-complete-your-fire\"\u003e\n\n    \u003cdiv class=\"ignik-container\"\u003e\n\n      \u003cdiv class=\"ignik-upsell-head\"\u003e\n\n        \u003cp class=\"ignik-eyebrow\"\u003eComplete the Campfire\u003c\/p\u003e\n\n        \u003ch2\u003eWant the Full FireCan Experience?\u003c\/h2\u003e\n\n        \u003cp\u003e\n          The FireCan Elite works perfectly on its own. Add FireCan Rocks when you want a fuller, more traditional-looking campfire, or grab the complete bundle and get everything together.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ignik-upsell-grid\"\u003e\n\n        \u003ca class=\"ignik-upsell-card ignik-upsell-featured\" href=\"\/products\/ignik-firecan-elite-rocks-bundle\"\u003e\n\n          \u003cimg class=\"ignik-upsell-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/IGNIK-FIRECAN-ELITE-BUNDLE_0af21561-a4c1-40c8-8722-acc0a0e6bd42_jpg.webp?v=1788016856\" alt=\"Ignik FireCan Elite with FireCan Rocks bundle\" loading=\"lazy\"\u003e\n\n          \u003cdiv class=\"ignik-upsell-label\"\u003eOur Recommended Setup\u003c\/div\u003e\n\n          \u003ch3\u003eFireCan Elite + Rocks Bundle\u003c\/h3\u003e\n\n          \u003cdiv class=\"ignik-upsell-copy\"\u003e\n            FireCan Elite plus 5 lb of natural tumbled FireCan Rocks. The easiest way to get the complete campfire setup from day one.\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ignik-upsell-price\"\u003e$334.95 CAD\u003c\/div\u003e\n\n          \u003cdiv class=\"ignik-upsell-cta\"\u003e\n            Get the Complete Setup →\n          \u003c\/div\u003e\n\n        \u003c\/a\u003e\n\n        \u003ca class=\"ignik-upsell-card\" href=\"\/products\/ignik-firecan-rocks\"\u003e\n\n          \u003cdiv class=\"ignik-upsell-label\"\u003eAlready Have the FireCan?\u003c\/div\u003e\n\n          \u003ch3\u003eAdd FireCan Rocks\u003c\/h3\u003e\n\n          \u003cdiv class=\"ignik-upsell-copy\"\u003e\n            5 lb of natural tumbled lava rock designed to sit around the burner and create a fuller, more natural campfire appearance.\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ignik-upsell-price\"\u003e$34.99 CAD\u003c\/div\u003e\n\n          \u003cdiv class=\"ignik-upsell-cta\"\u003e\n            Shop FireCan Rocks →\n          \u003c\/div\u003e\n\n        \u003c\/a\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- SAFETY --\u003e\n  \u003csection class=\"ignik-notice\"\u003e\n\n    \u003cdiv class=\"ignik-notice-inner\"\u003e\n\n      \u003cp class=\"ignik-eyebrow\"\u003eKnow Before You Burn\u003c\/p\u003e\n\n      \u003ch2\u003eWhen a Wood Fire Isn't the Answer.\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Propane fire pits may be treated differently from wood fires under some restrictions, but regulations vary by province, municipality, park, campground and current fire conditions. Always confirm the rules for the exact location where you plan to use your FireCan before lighting it.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- SPECS --\u003e\n  \u003csection class=\"ignik-specs\"\u003e\n\n    \u003cdiv class=\"ignik-container\"\u003e\n\n      \u003cp class=\"ignik-eyebrow\"\u003eTechnical Specifications\u003c\/p\u003e\n\n      \u003ch2\u003eFireCan Elite Details.\u003c\/h2\u003e\n\n      \u003ctable\u003e\n        \u003ctbody\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eProduct\u003c\/td\u003e\n            \u003ctd\u003eIgnik FireCan Elite Portable Propane Fire Pit\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eFuel\u003c\/td\u003e\n            \u003ctd\u003ePropane\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eHeat Output\u003c\/td\u003e\n            \u003ctd\u003eMore than 50,000 BTU\/hr\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eCertification\u003c\/td\u003e\n            \u003ctd\u003eCSA Certified\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eOperating Pressure\u003c\/td\u003e\n            \u003ctd\u003e5 PSI\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eDimensions\u003c\/td\u003e\n            \u003ctd\u003e12 × 6 × 7.5 in \/ 30.4 × 15.2 × 19 cm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eWeight\u003c\/td\u003e\n            \u003ctd\u003eApprox. 9.2 lb \/ 4.2 kg\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eBody\u003c\/td\u003e\n            \u003ctd\u003eStainless steel\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eLid\u003c\/td\u003e\n            \u003ctd\u003eAnodized aluminium\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003ePropane Connection\u003c\/td\u003e\n            \u003ctd\u003eQCC1 cylinder connection with FireCan quick-connect\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eFlame Control\u003c\/td\u003e\n            \u003ctd\u003eIntegrated adjustable control knob\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003ePropane Cylinder\u003c\/td\u003e\n            \u003ctd\u003eSold separately\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eFireCan Rocks\u003c\/td\u003e\n            \u003ctd\u003eSold separately or available with the FireCan Elite + Rocks Bundle\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- INCLUDED --\u003e\n  \u003csection class=\"ignik-included\"\u003e\n\n    \u003cdiv class=\"ignik-container\"\u003e\n\n      \u003cp class=\"ignik-eyebrow\"\u003eWhat's Included\u003c\/p\u003e\n\n      \u003ch2\u003eEverything You Need Except the Propane.\u003c\/h2\u003e\n\n      \u003cdiv class=\"ignik-included-grid\"\u003e\n\n        \u003cdiv class=\"ignik-included-item\"\u003e\n          \u003cstrong\u003eFireCan Elite\u003c\/strong\u003e\n          Stainless-steel fire pit with mesh sides, removable lid, folding legs and integrated flame control.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ignik-included-item\"\u003e\n          \u003cstrong\u003ePropane Hose \u0026amp; Regulator\u003c\/strong\u003e\n          5 PSI hose assembly with QCC1 cylinder fitting and FireCan quick connection.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ignik-included-item\"\u003e\n          \u003cstrong\u003ePropane Cylinder Stand\u003c\/strong\u003e\n          CSA cylinder stand included for use as directed by Ignik.\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cp style=\"margin-top:25px;\"\u003e\n        \u003cstrong\u003ePlease note:\u003c\/strong\u003e Propane cylinder and FireCan Rocks are sold separately.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"ignik-faq\"\u003e\n\n    \u003cdiv class=\"ignik-container\"\u003e\n\n      \u003cdiv class=\"ignik-faq-header\"\u003e\n\n        \u003cp class=\"ignik-eyebrow\"\u003eFireCan Questions\u003c\/p\u003e\n\n        \u003ch2\u003eEverything You Need to Know.\u003c\/h2\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat makes the FireCan Elite different from a traditional propane fire pit?\u003c\/summary\u003e\n        \u003cdiv class=\"ignik-faq-answer\"\u003e\n          Its compact rectangular design is much easier to pack than many traditional round fire bowls. The four legs fold against the body and the removable lid closes the FireCan into a narrow package only 12 inches long.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow much heat does the FireCan Elite produce?\u003c\/summary\u003e\n        \u003cdiv class=\"ignik-faq-answer\"\u003e\n          The FireCan Elite produces more than 50,000 BTU per hour. The integrated control knob allows you to adjust flame height and heat output.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs the FireCan Elite CSA certified?\u003c\/summary\u003e\n        \u003cdiv class=\"ignik-faq-answer\"\u003e\n          Yes. The FireCan Elite is CSA certified for the Canadian market.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes the FireCan Elite include the propane hose?\u003c\/summary\u003e\n        \u003cdiv class=\"ignik-faq-answer\"\u003e\n          Yes. The required 5 PSI propane hose and regulator assembly are included. The propane cylinder itself is sold separately.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eAre FireCan Rocks required?\u003c\/summary\u003e\n        \u003cdiv class=\"ignik-faq-answer\"\u003e\n          No. The FireCan Elite operates without rocks. FireCan Rocks are optional and give the flame a fuller, more traditional campfire appearance. You can purchase them separately or choose the FireCan Elite + Rocks Bundle.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan I use ordinary rocks or landscaping stone inside the FireCan?\u003c\/summary\u003e\n        \u003cdiv class=\"ignik-faq-answer\"\u003e\n          No. Only use fire-pit media approved for the application and follow Ignik's instructions. Ordinary rocks can retain moisture, fracture or pop when heated.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan I cook on the FireCan Elite?\u003c\/summary\u003e\n        \u003cdiv class=\"ignik-faq-answer\"\u003e\n          The FireCan Elite is designed as a portable propane fire pit, not as a cooking appliance or grill. Ignik offers other FireCan models with dedicated cooking features.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan I use the FireCan during a fire ban?\u003c\/summary\u003e\n        \u003cdiv class=\"ignik-faq-answer\"\u003e\n          Possibly, depending on the jurisdiction and specific restriction. Propane appliances may be permitted in some locations when wood fires are prohibited, but never assume that applies everywhere. Always check current provincial, municipal, park or campground regulations before use.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes the FireCan produce smoke or flying sparks?\u003c\/summary\u003e\n        \u003cdiv class=\"ignik-faq-answer\"\u003e\n          Because it burns propane rather than wood, the FireCan does not produce the wood smoke, embers or flying sparks associated with a traditional wood fire.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan the FireCan be used inside a tent, vehicle or enclosed shelter?\u003c\/summary\u003e\n        \u003cdiv class=\"ignik-faq-answer\"\u003e\n          No. The FireCan is an outdoor propane appliance and must not be operated inside a tent, vehicle, garage or other enclosed or poorly ventilated space.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- FINAL --\u003e\n  \u003csection class=\"ignik-final\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/Ignik-firecan-in-use-2.jpg?v=1788015045\" alt=\"Campers enjoying an Ignik FireCan Elite at night\" loading=\"lazy\"\u003e\n\n    \u003cdiv class=\"ignik-final-copy\"\u003e\n\n      \u003cp class=\"ignik-eyebrow\"\u003eDesigned for Adventure™\u003c\/p\u003e\n\n      \u003ch2\u003eThe Fire Pit You'll Actually Bring.\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Big enough to gather around. Small enough to keep packed. That's why the FireCan Elite has become Cap-it's best-selling portable fire pit.\n      \u003c\/p\u003e\n\n      \u003ca class=\"ignik-btn\" href=\"\/products\/ignik-firecan-elite-rocks-bundle\"\u003e\n        Get FireCan + Rocks\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003cp class=\"ignik-shipping-note\"\u003e\n    *Prepaid shipping within Canada. Some remote locations and shipping restrictions may apply.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e","brand":"Ignik","offers":[{"title":"Default Title","offer_id":45524468236524,"sku":"IGPRO-01023","price":239.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/ignik-firecan-elite-fire-pit5.jpg?v=1693413520"},{"product_id":"ignik-firecan-rocks","title":"Ignik FireCan Rocks","description":"\u003cstyle\u003e\n  .ignik-product {\n    --ignik-orange: #f36c21;\n    --ignik-dark: #101414;\n    --ignik-black: #090b0b;\n    --ignik-light: #f5f4f0;\n    --ignik-text: #222;\n    font-family: inherit;\n    color: var(--ignik-text);\n    line-height: 1.55;\n  }\n\n  .ignik-product * {\n    box-sizing: border-box;\n  }\n\n  .ignik-product img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .ignik-product a {\n    text-decoration: none;\n  }\n\n  .ignik-container {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 24px;\n  }\n\n  .ignik-eyebrow {\n    margin: 0 0 10px;\n    color: var(--ignik-orange);\n    font-size: 13px;\n    font-weight: 900;\n    letter-spacing: 2px;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .ignik-product h2,\n  .ignik-product h3 {\n    margin-top: 0;\n    line-height: 1.08;\n  }\n\n  .ignik-product h2 {\n    margin-bottom: 18px;\n    font-size: clamp(31px, 5vw, 56px);\n    font-weight: 900;\n    letter-spacing: -1.4px;\n  }\n\n  .ignik-product h3 {\n    margin-bottom: 10px;\n    font-size: clamp(22px, 3vw, 30px);\n    font-weight: 850;\n  }\n\n  .ignik-product p {\n    margin-top: 0;\n  }\n\n  .ignik-btn {\n    display: inline-block;\n    padding: 15px 25px;\n    background: var(--ignik-orange);\n    color: #fff !important;\n    font-size: 14px;\n    font-weight: 850;\n    letter-spacing: .6px;\n    line-height: 1.1;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  \/* SALE MODE *\/\n\n  .ignik-sale-strip,\n  .ignik-sale-only {\n    display: none;\n  }\n\n  .ignik-sale-active .ignik-sale-strip,\n  .ignik-sale-active .ignik-sale-only {\n    display: block;\n  }\n\n  .ignik-sale-strip {\n    padding: 17px 20px;\n    background: var(--ignik-orange);\n    color: #fff;\n    text-align: center;\n  }\n\n  .ignik-sale-strip strong {\n    display: block;\n    margin-bottom: 3px;\n    font-size: clamp(18px, 3vw, 25px);\n    line-height: 1.15;\n    font-weight: 900;\n    text-transform: uppercase;\n  }\n\n  .ignik-sale-strip span {\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  \/* OPENING *\/\n\n  .ignik-opening {\n    padding: 60px 24px 65px;\n    background: #fff;\n    text-align: center;\n  }\n\n  .ignik-opening h2 {\n    max-width: 820px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .ignik-opening-copy {\n    max-width: 760px;\n    margin: 0 auto 30px;\n    font-size: 18px;\n    line-height: 1.65;\n  }\n\n  .ignik-opening-price {\n    margin-bottom: 20px;\n  }\n\n  .ignik-price-regular {\n    display: block;\n    font-size: 28px;\n    font-weight: 900;\n  }\n\n  .ignik-sale-active .ignik-price-regular {\n    font-size: 17px;\n    text-decoration: line-through;\n    opacity: .5;\n  }\n\n  .ignik-sale-price {\n    display: none;\n    color: var(--ignik-orange);\n    font-size: 32px;\n    font-weight: 900;\n  }\n\n  .ignik-sale-active .ignik-sale-price {\n    display: block;\n  }\n\n  .ignik-sale-price small {\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: .7px;\n    text-transform: uppercase;\n  }\n\n  \/* AVAILABILITY *\/\n\n  .ignik-availability {\n    display: flex;\n    justify-content: center;\n    align-items: stretch;\n    gap: 10px;\n    max-width: 660px;\n    margin: 0 auto 25px;\n  }\n\n  .ignik-availability-item {\n    flex: 1;\n    padding: 14px 18px;\n    background: var(--ignik-light);\n    border: 1px solid #e1dfda;\n    color: var(--ignik-text) !important;\n    text-align: center;\n    font-size: 14px;\n    line-height: 1.35;\n    font-weight: 850;\n  }\n\n  .ignik-availability-item span {\n    display: block;\n    margin-top: 4px;\n    color: #666;\n    font-size: 12px;\n    font-weight: 600;\n  }\n\n  a.ignik-availability-item {\n    cursor: pointer;\n    transition: background .18s ease, transform .18s ease;\n  }\n\n  a.ignik-availability-item:hover {\n    background: #e8e5df;\n    transform: translateY(-1px);\n  }\n\n  \/* STATS *\/\n\n  .ignik-stats {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    background: var(--ignik-black);\n    color: #fff;\n  }\n\n  .ignik-stat {\n    padding: 30px 15px;\n    text-align: center;\n    border-right: 1px solid rgba(255,255,255,.14);\n  }\n\n  .ignik-stat:last-child {\n    border-right: 0;\n  }\n\n  .ignik-stat strong {\n    display: block;\n    margin-bottom: 6px;\n    color: #fff;\n    font-size: clamp(22px, 3vw, 35px);\n    line-height: 1;\n    font-weight: 900;\n  }\n\n  .ignik-stat span {\n    display: block;\n    color: #ccc;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 1.2px;\n    text-transform: uppercase;\n  }\n\n  \/* SPLITS *\/\n\n  .ignik-split {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    min-height: 500px;\n  }\n\n  .ignik-split-media {\n    min-height: 500px;\n  }\n\n  .ignik-split-media img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n\n  .ignik-split-copy {\n    padding: 60px clamp(28px, 5vw, 70px);\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    background: #fff;\n  }\n\n  .ignik-split-dark .ignik-split-copy {\n    background: var(--ignik-dark);\n    color: #fff;\n  }\n\n  .ignik-split-dark h2 {\n    color: #fff;\n  }\n\n  \/* FEATURES *\/\n\n  .ignik-features {\n    padding: 75px 0;\n    background: var(--ignik-light);\n  }\n\n  .ignik-features-head {\n    max-width: 760px;\n    margin-bottom: 35px;\n  }\n\n  .ignik-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    border-top: 1px solid #d8d6d1;\n    border-left: 1px solid #d8d6d1;\n  }\n\n  .ignik-feature {\n    padding: 24px;\n    background: #fff;\n    border-right: 1px solid #d8d6d1;\n    border-bottom: 1px solid #d8d6d1;\n  }\n\n  .ignik-feature strong {\n    display: block;\n    margin-bottom: 7px;\n    font-size: 16px;\n  }\n\n  \/* UPSELL *\/\n\n  .ignik-upsell {\n    padding: 75px 0;\n    background: #fff;\n  }\n\n  .ignik-upsell-head {\n    max-width: 740px;\n    margin: 0 auto 35px;\n    text-align: center;\n  }\n\n  .ignik-upsell-card {\n    display: flex;\n    flex-direction: column;\n    max-width: 850px;\n    margin: 0 auto;\n    padding: 32px;\n    overflow: hidden;\n    background: var(--ignik-dark);\n    color: #fff !important;\n    border: 1px solid var(--ignik-dark);\n    cursor: pointer;\n    transition: transform .18s ease, box-shadow .18s ease;\n  }\n\n  .ignik-upsell-card:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 8px 24px rgba(0,0,0,.08);\n  }\n\n  .ignik-upsell-image {\n    width: calc(100% + 64px) !important;\n    max-width: none !important;\n    margin: -32px -32px 26px;\n    aspect-ratio: 16 \/ 10;\n    object-fit: cover;\n    background: #fff;\n  }\n\n  .ignik-upsell-label {\n    margin-bottom: 11px;\n    color: var(--ignik-orange);\n    font-size: 12px;\n    font-weight: 900;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .ignik-upsell-card h3 {\n    color: #fff;\n  }\n\n  .ignik-upsell-copy {\n    flex-grow: 1;\n  }\n\n  .ignik-upsell-price {\n    margin: 10px 0 16px;\n    font-size: 24px;\n    font-weight: 900;\n  }\n\n  .ignik-upsell-cta {\n    color: var(--ignik-orange);\n    font-size: 13px;\n    font-weight: 900;\n    letter-spacing: .8px;\n    text-transform: uppercase;\n  }\n\n  \/* SAFETY *\/\n\n  .ignik-notice {\n    padding: 55px 24px;\n    background: #ece9e2;\n    text-align: center;\n  }\n\n  .ignik-notice-inner {\n    max-width: 830px;\n    margin: 0 auto;\n  }\n\n  .ignik-notice h2 {\n    font-size: clamp(28px, 4vw, 43px);\n  }\n\n  \/* SPECS *\/\n\n  .ignik-specs {\n    padding: 75px 0;\n    background: #fff;\n  }\n\n  .ignik-specs table {\n    width: 100%;\n    max-width: 900px;\n    margin: 30px auto 0;\n    border-collapse: collapse;\n  }\n\n  .ignik-specs td {\n    padding: 13px 15px;\n    border-bottom: 1px solid #ddd;\n    vertical-align: top;\n  }\n\n  .ignik-specs td:first-child {\n    width: 40%;\n    font-weight: 800;\n  }\n\n  \/* FAQ *\/\n\n  .ignik-faq {\n    padding: 75px 0;\n    background: var(--ignik-light);\n  }\n\n  .ignik-faq-header {\n    max-width: 760px;\n    margin-bottom: 32px;\n  }\n\n  .ignik-faq details {\n    border-top: 1px solid #d5d2cc;\n  }\n\n  .ignik-faq details:last-child {\n    border-bottom: 1px solid #d5d2cc;\n  }\n\n  .ignik-faq summary {\n    position: relative;\n    padding: 21px 40px 21px 0;\n    cursor: pointer;\n    list-style: none;\n    font-size: 17px;\n    font-weight: 850;\n  }\n\n  .ignik-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ignik-faq summary:after {\n    content: \"+\";\n    position: absolute;\n    right: 4px;\n    top: 17px;\n    color: var(--ignik-orange);\n    font-size: 27px;\n  }\n\n  .ignik-faq details[open] summary:after {\n    content: \"−\";\n  }\n\n  .ignik-faq-answer {\n    max-width: 900px;\n    padding: 0 0 22px;\n  }\n\n  \/* FINAL *\/\n\n  .ignik-final {\n    position: relative;\n    min-height: 520px;\n    overflow: hidden;\n    background: #000;\n  }\n\n  .ignik-final img {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n\n  .ignik-final:after {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.15));\n  }\n\n  .ignik-final-copy {\n    position: relative;\n    z-index: 2;\n    max-width: 1200px;\n    min-height: 520px;\n    margin: 0 auto;\n    padding: 55px 24px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-start;\n    color: #fff;\n  }\n\n  .ignik-final-copy h2 {\n    max-width: 700px;\n    color: #fff;\n  }\n\n  .ignik-final-copy p {\n    max-width: 590px;\n    font-size: 18px;\n  }\n\n  @media (max-width: 800px) {\n\n    .ignik-container {\n      padding-left: 18px;\n      padding-right: 18px;\n    }\n\n    .ignik-opening {\n      padding: 48px 20px;\n    }\n\n    .ignik-stats,\n    .ignik-split,\n    .ignik-feature-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .ignik-availability {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 8px;\n    }\n\n    .ignik-stat {\n      padding: 25px 15px;\n      border-right: 0;\n      border-bottom: 1px solid rgba(255,255,255,.14);\n    }\n\n    .ignik-stat:last-child {\n      border-bottom: 0;\n    }\n\n    .ignik-split-media {\n      min-height: 330px;\n    }\n\n    .ignik-split-copy {\n      padding: 42px 22px;\n    }\n\n    .ignik-features,\n    .ignik-upsell,\n    .ignik-specs,\n    .ignik-faq {\n      padding-top: 52px;\n      padding-bottom: 52px;\n    }\n\n    .ignik-btn {\n      width: 100%;\n      padding: 17px 18px;\n    }\n\n    .ignik-upsell-card:hover,\n    a.ignik-availability-item:hover {\n      transform: none;\n    }\n\n    .ignik-upsell-image {\n      width: calc(100% + 64px) !important;\n      margin: -32px -32px 24px;\n    }\n\n    .ignik-specs td {\n      display: block;\n      width: 100% !important;\n      padding: 9px 0;\n    }\n\n    .ignik-specs td:first-child {\n      padding-top: 16px;\n      padding-bottom: 1px;\n      border-bottom: 0;\n    }\n\n    .ignik-final,\n    .ignik-final-copy {\n      min-height: 490px;\n    }\n\n    .ignik-final:after {\n      background: linear-gradient(0deg, rgba(0,0,0,.87), rgba(0,0,0,.12));\n    }\n\n    .ignik-final-copy {\n      justify-content: flex-end;\n      padding: 40px 20px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ignik-product ignik-sale-active\"\u003e\n\u003c!-- SALE --\u003e\n\u003csection class=\"ignik-sale-strip\"\u003e\u003cstrong\u003eIgnik FireCan Event · 20% Off\u003c\/strong\u003e \u003cspan\u003eEnds September 7 · Save $7\u003c\/span\u003e\u003c\/section\u003e\n\u003c!-- OPENING --\u003e\n\u003csection class=\"ignik-opening\"\u003e\n\u003cp class=\"ignik-eyebrow\"\u003eMake Your FireCan Flames Dance\u003c\/p\u003e\n\u003ch2\u003eThe Finishing Touch Your FireCan Deserves.\u003c\/h2\u003e\n\u003cp class=\"ignik-opening-copy\"\u003eAdd 5 lb of natural tumbled lava rock to your Ignik FireCan and transform the clean propane flame into a fuller, more natural-looking campfire. The rocks sit around the burner, helping break up the flame while giving the centre of the FireCan a more finished appearance.\u003c\/p\u003e\n\u003cdiv class=\"ignik-opening-price\"\u003e\n\u003cspan class=\"ignik-price-regular\"\u003e$34.99 CAD\u003c\/span\u003e \u003cspan class=\"ignik-sale-price\"\u003e$27.99 CAD \u003csmall\u003eEnds September 7 · Save $7\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ignik-availability\"\u003e\n\u003cdiv class=\"ignik-availability-item\"\u003eORDER ONLINE \u003cspan\u003eAdd to your FireCan setup\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ca class=\"ignik-availability-item\" href=\"https:\/\/shop.capit.com\/a\/store-locator\/list\"\u003e BUY IN-STORE \u003cspan\u003eFind your nearest Cap-it location →\u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003ca class=\"ignik-btn\" href=\"#ignik-firecan-setup\"\u003e Need the FireCan Too? \u003c\/a\u003e\u003c\/section\u003e\n\u003c!-- QUICK FACTS --\u003e\n\u003csection class=\"ignik-stats\"\u003e\n\u003cdiv class=\"ignik-stat\"\u003e\n\u003cstrong\u003e5 LB\u003c\/strong\u003e \u003cspan\u003eLava Rock\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ignik-stat\"\u003e\n\u003cstrong\u003e100%\u003c\/strong\u003e \u003cspan\u003eNatural Stone\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ignik-stat\"\u003e\n\u003cstrong\u003eVARIABLE\u003c\/strong\u003e \u003cspan\u003eFlame Pattern\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ignik-stat\"\u003e\n\u003cstrong\u003eFIRECAN\u003c\/strong\u003e \u003cspan\u003eDesigned to Fit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- MAIN VISUAL --\u003e\n\u003csection class=\"ignik-split ignik-split-dark\"\u003e\n\u003cdiv class=\"ignik-split-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/ignik-fire-rocks2.jpg?v=1693413276\" alt=\"Ignik FireCan with natural FireCan Rocks around the burner\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ignik-split-copy\"\u003e\n\u003cp class=\"ignik-eyebrow\"\u003eTurn Propane Into a Campfire\u003c\/p\u003e\n\u003ch2\u003eMore Natural Flame.\u003cbr\u003eMore Campfire Feel.\u003c\/h2\u003e\n\u003cp\u003eThe FireCan works perfectly well without fire-pit media. Adding FireCan Rocks changes what the flame looks like.\u003c\/p\u003e\n\u003cp\u003eInstead of every flame rising directly from the exposed burner, the flames move around and between the irregular lava stones. The result is a more varied flame pattern and a fuller-looking fire.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURES --\u003e\n\u003csection class=\"ignik-features\"\u003e\n\u003cdiv class=\"ignik-container\"\u003e\n\u003cdiv class=\"ignik-features-head\"\u003e\n\u003cp class=\"ignik-eyebrow\"\u003eWhy Add FireCan Rocks?\u003c\/p\u003e\n\u003ch2\u003eA Small Upgrade That Changes the Whole Look.\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ignik-feature-grid\"\u003e\n\u003cdiv class=\"ignik-feature\"\u003e\n\u003cstrong\u003eMore Natural-Looking Flames\u003c\/strong\u003e Lava rock helps interrupt the propane flame and create a more varied, dancing flame pattern.\u003c\/div\u003e\n\u003cdiv class=\"ignik-feature\"\u003e\n\u003cstrong\u003eNatural Tumbled Lava Stone\u003c\/strong\u003e Each package contains 5 lb of natural volcanic rock selected for fire-pit use.\u003c\/div\u003e\n\u003cdiv class=\"ignik-feature\"\u003e\n\u003cstrong\u003eHelps Conceal the Burner\u003c\/strong\u003e The rocks cover much of the exposed burner for a fuller, more finished campfire appearance.\u003c\/div\u003e\n\u003cdiv class=\"ignik-feature\"\u003e\n\u003cstrong\u003eMade for FireCan\u003c\/strong\u003e Sized and packaged specifically to fit over the Ignik FireCan burner.\u003c\/div\u003e\n\u003cdiv class=\"ignik-feature\"\u003e\n\u003cstrong\u003eEasy Upgrade\u003c\/strong\u003e Already own a FireCan? Add the rocks and change the look of your setup without changing how you use it.\u003c\/div\u003e\n\u003cdiv class=\"ignik-feature\"\u003e\n\u003cstrong\u003ePack Them With the FireCan\u003c\/strong\u003e Once your setup is complete, keep the rocks with your FireCan so everything is ready for the next trip.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FIRECAN UPSELL --\u003e\n\u003csection class=\"ignik-upsell\" id=\"ignik-firecan-setup\"\u003e\n\u003cdiv class=\"ignik-container\"\u003e\n\u003cdiv class=\"ignik-upsell-head\"\u003e\n\u003cp class=\"ignik-eyebrow\"\u003eBuilding Your FireCan Setup?\u003c\/p\u003e\n\u003ch2\u003eGet the Complete Package.\u003c\/h2\u003e\n\u003cp\u003eIf you do not already own a FireCan Elite, start with the complete bundle and get the FireCan and Rocks together.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ca class=\"ignik-upsell-card\" href=\"\/products\/ignik-firecan-elite-rocks-bundle\"\u003e\u003cimg class=\"ignik-upsell-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/IGNIK-FIRECAN-ELITE-BUNDLE_0af21561-a4c1-40c8-8722-acc0a0e6bd42_jpg.webp?v=1788016856\" alt=\"Ignik FireCan Elite with FireCan Rocks bundle\" loading=\"lazy\"\u003e\n\u003cdiv class=\"ignik-upsell-label\"\u003eOur Recommended Setup\u003c\/div\u003e\n\u003ch3\u003eFireCan Elite + Rocks Bundle\u003c\/h3\u003e\n\u003cdiv class=\"ignik-upsell-copy\"\u003eGet the FireCan Elite together with 5 lb of FireCan Rocks for the complete propane campfire setup from day one.\u003c\/div\u003e\n\u003cdiv class=\"ignik-upsell-price\"\u003e$334.95 CAD\u003c\/div\u003e\n\u003cdiv class=\"ignik-upsell-cta\"\u003eGet FireCan + Rocks →\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SAFETY --\u003e\n\u003csection class=\"ignik-notice\"\u003e\n\u003cdiv class=\"ignik-notice-inner\"\u003e\n\u003cp class=\"ignik-eyebrow\"\u003eImportant Lava Rock Safety\u003c\/p\u003e\n\u003ch2\u003eKeep Them Dry. Heat Gradually if Needed.\u003c\/h2\u003e\n\u003cp\u003eNatural volcanic rock can retain moisture. If trapped moisture is heated too quickly, it can turn to steam and may cause the rock to fracture or pop.\u003c\/p\u003e\n\u003cp\u003eKeep FireCan Rocks dry whenever possible and inspect them before use. If they may have been exposed to moisture, apply heat gradually at a low setting and always follow Ignik's current operating and safety instructions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DETAILS --\u003e\n\u003csection class=\"ignik-specs\"\u003e\n\u003cdiv class=\"ignik-container\"\u003e\n\u003cp class=\"ignik-eyebrow\"\u003eProduct Details\u003c\/p\u003e\n\u003ch2\u003eFireCan Rocks.\u003c\/h2\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct\u003c\/td\u003e\n\u003ctd\u003eIgnik FireCan Rocks\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eNatural Tumbled Lava Stone\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e5 lb \/ 2.27 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eApplication\u003c\/td\u003e\n\u003ctd\u003eIgnik FireCan Portable Propane Fire Pits\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePurpose\u003c\/td\u003e\n\u003ctd\u003eCreates a more varied, natural-looking flame pattern and helps conceal the burner\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFireCan Included\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"ignik-faq\"\u003e\n\u003cdiv class=\"ignik-container\"\u003e\n\u003cdiv class=\"ignik-faq-header\"\u003e\n\u003cp class=\"ignik-eyebrow\"\u003eFireCan Rocks Questions\u003c\/p\u003e\n\u003ch2\u003eEverything You Need to Know.\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat are Ignik FireCan Rocks made from?\u003c\/summary\u003e\n\u003cdiv class=\"ignik-faq-answer\"\u003eFireCan Rocks are made from natural tumbled lava stone. Each package contains approximately 5 lb of lava rock.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat do FireCan Rocks actually do?\u003c\/summary\u003e\n\u003cdiv class=\"ignik-faq-answer\"\u003eThe rocks sit around the FireCan burner and help create a more variable, natural-looking flame pattern while giving the centre of the fire pit a fuller, more finished appearance.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo I need FireCan Rocks to use my FireCan?\u003c\/summary\u003e\n\u003cdiv class=\"ignik-faq-answer\"\u003eNo. The FireCan operates without rocks. FireCan Rocks are an optional addition for customers who want a more traditional-looking campfire experience.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo FireCan Rocks increase the heat output?\u003c\/summary\u003e\n\u003cdiv class=\"ignik-faq-answer\"\u003eTheir primary purpose is to change the appearance and behaviour of the flame. They should not be treated as an upgrade to the rated heat output of the FireCan.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use ordinary landscaping or river rocks instead?\u003c\/summary\u003e\n\u003cdiv class=\"ignik-faq-answer\"\u003eNo. Do not substitute ordinary rocks or landscaping stone. Natural stone can contain trapped moisture and may fracture or pop when heated. Use appropriate fire-pit media and follow Ignik's instructions.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat should I do if the FireCan Rocks get wet?\u003c\/summary\u003e\n\u003cdiv class=\"ignik-faq-answer\"\u003eKeep the rocks dry whenever possible. If they may have absorbed moisture, inspect them and apply heat gradually at a low setting in accordance with Ignik's instructions.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre FireCan Rocks the same as Ignik Moon Rocks?\u003c\/summary\u003e\n\u003cdiv class=\"ignik-faq-answer\"\u003eNo. FireCan Rocks are natural tumbled lava stone. Ignik Moon Rocks are a separate lightweight ceramic product.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this product include the FireCan?\u003c\/summary\u003e\n\u003cdiv class=\"ignik-faq-answer\"\u003eNo. This listing is for the 5 lb FireCan Rocks only. If you need both products, choose the FireCan Elite + Rocks Bundle.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL --\u003e\n\u003csection class=\"ignik-final\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/Ignik-firecan-in-use-2.jpg?v=1788015045\" alt=\"Ignik FireCan creating a campfire atmosphere outdoors\" loading=\"lazy\"\u003e\n\u003cdiv class=\"ignik-final-copy\"\u003e\n\u003cp class=\"ignik-eyebrow\"\u003eThe Finishing Touch\u003c\/p\u003e\n\u003ch2\u003eMake Your FireCan Feel More Like a Campfire.\u003c\/h2\u003e\n\u003cp\u003eNatural lava rock. More varied flames. A fuller-looking fire. A simple upgrade that makes the FireCan experience even better.\u003c\/p\u003e\n\u003ca class=\"ignik-btn\" href=\"\/products\/ignik-firecan-elite-rocks-bundle\"\u003e Need FireCan + Rocks? \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Ignik","offers":[{"title":"Default Title","offer_id":43925299429612,"sku":"IGPRO-02922","price":27.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/ignik-fire-rocks2.jpg?v=1693413276"},{"product_id":"ignik-firecan-elite-rocks-bundle","title":"Ignik FireCan Elite + Rocks Bundle","description":"\u003cstyle\u003e\n  .ignik-product {\n    --ignik-orange: #f36c21;\n    --ignik-dark: #101414;\n    --ignik-black: #090b0b;\n    --ignik-light: #f5f4f0;\n    --ignik-text: #222;\n    font-family: inherit;\n    color: var(--ignik-text);\n    line-height: 1.55;\n  }\n\n  .ignik-product * {\n    box-sizing: border-box;\n  }\n\n  .ignik-product img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .ignik-product a {\n    text-decoration: none;\n  }\n\n  .ignik-container {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 24px;\n  }\n\n  .ignik-eyebrow {\n    margin: 0 0 10px;\n    color: var(--ignik-orange);\n    font-size: 13px;\n    font-weight: 900;\n    letter-spacing: 2px;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .ignik-product h2,\n  .ignik-product h3 {\n    margin-top: 0;\n    line-height: 1.08;\n  }\n\n  .ignik-product h2 {\n    margin-bottom: 18px;\n    font-size: clamp(31px, 5vw, 56px);\n    font-weight: 900;\n    letter-spacing: -1.4px;\n  }\n\n  .ignik-product h3 {\n    margin-bottom: 10px;\n    font-size: clamp(22px, 3vw, 30px);\n    font-weight: 850;\n  }\n\n  .ignik-product p {\n    margin-top: 0;\n  }\n\n  .ignik-btn {\n    display: inline-block;\n    padding: 15px 25px;\n    background: var(--ignik-orange);\n    color: #fff !important;\n    font-size: 14px;\n    font-weight: 850;\n    letter-spacing: .6px;\n    line-height: 1.1;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  \/* SALE MODE\n     SEPTEMBER 8:\n     REMOVE \"ignik-sale-active\" FROM THE OPENING DIV\n  *\/\n\n  .ignik-sale-strip,\n  .ignik-sale-only {\n    display: none;\n  }\n\n  .ignik-sale-active .ignik-sale-strip,\n  .ignik-sale-active .ignik-sale-only {\n    display: block;\n  }\n\n  .ignik-sale-strip {\n    padding: 17px 20px;\n    background: var(--ignik-orange);\n    color: #fff;\n    text-align: center;\n  }\n\n  .ignik-sale-strip strong {\n    display: block;\n    margin-bottom: 3px;\n    font-size: clamp(18px, 3vw, 25px);\n    line-height: 1.15;\n    font-weight: 900;\n    text-transform: uppercase;\n  }\n\n  .ignik-sale-strip span {\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  \/* OPENING *\/\n\n  .ignik-opening {\n    padding: 60px 24px 65px;\n    background: #fff;\n    text-align: center;\n  }\n\n  .ignik-opening h2 {\n    max-width: 850px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .ignik-opening-copy {\n    max-width: 790px;\n    margin: 0 auto 30px;\n    font-size: 18px;\n    line-height: 1.65;\n  }\n\n  .ignik-opening-price {\n    margin-bottom: 20px;\n  }\n\n  .ignik-price-regular {\n    display: block;\n    font-size: 28px;\n    font-weight: 900;\n  }\n\n  .ignik-sale-active .ignik-price-regular {\n    font-size: 17px;\n    text-decoration: line-through;\n    opacity: .5;\n  }\n\n  .ignik-sale-price {\n    display: none;\n    color: var(--ignik-orange);\n    font-size: 32px;\n    font-weight: 900;\n  }\n\n  .ignik-sale-active .ignik-sale-price {\n    display: block;\n  }\n\n  .ignik-sale-price small {\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: .7px;\n    text-transform: uppercase;\n  }\n\n  \/* SHIPPING \/ STORE *\/\n\n  .ignik-availability {\n    display: flex;\n    justify-content: center;\n    align-items: stretch;\n    gap: 10px;\n    max-width: 660px;\n    margin: 0 auto 25px;\n  }\n\n  .ignik-availability-item {\n    flex: 1;\n    padding: 14px 18px;\n    background: var(--ignik-light);\n    border: 1px solid #e1dfda;\n    color: var(--ignik-text) !important;\n    text-align: center;\n    font-size: 14px;\n    line-height: 1.35;\n    font-weight: 850;\n  }\n\n  .ignik-availability-item span {\n    display: block;\n    margin-top: 4px;\n    color: #666;\n    font-size: 12px;\n    font-weight: 600;\n  }\n\n  a.ignik-availability-item {\n    cursor: pointer;\n    transition: background .18s ease, transform .18s ease;\n  }\n\n  a.ignik-availability-item:hover {\n    background: #e8e5df;\n    transform: translateY(-1px);\n  }\n\n  \/* HERO IMAGE *\/\n\n  .ignik-bundle-hero {\n    background: var(--ignik-light);\n  }\n\n  .ignik-bundle-hero img {\n    width: 100%;\n    max-height: 720px;\n    object-fit: cover;\n  }\n\n  \/* STATS *\/\n\n  .ignik-stats {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    background: var(--ignik-black);\n    color: #fff;\n  }\n\n  .ignik-stat {\n    padding: 30px 15px;\n    text-align: center;\n    border-right: 1px solid rgba(255,255,255,.14);\n  }\n\n  .ignik-stat:last-child {\n    border-right: 0;\n  }\n\n  .ignik-stat strong {\n    display: block;\n    margin-bottom: 6px;\n    color: #fff;\n    font-size: clamp(22px, 3vw, 35px);\n    line-height: 1;\n    font-weight: 900;\n  }\n\n  .ignik-stat span {\n    display: block;\n    color: #ccc;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 1.2px;\n    text-transform: uppercase;\n  }\n\n  \/* SPLITS *\/\n\n  .ignik-split {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    min-height: 500px;\n  }\n\n  .ignik-split-media {\n    min-height: 500px;\n  }\n\n  .ignik-split-media img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n\n  .ignik-split-copy {\n    padding: 60px clamp(28px, 5vw, 70px);\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    background: #fff;\n  }\n\n  .ignik-split-dark .ignik-split-copy {\n    background: var(--ignik-dark);\n    color: #fff;\n  }\n\n  .ignik-split-dark h2 {\n    color: #fff;\n  }\n\n  \/* WHAT YOU GET *\/\n\n  .ignik-included {\n    padding: 75px 0;\n    background: var(--ignik-light);\n  }\n\n  .ignik-included-head {\n    max-width: 760px;\n    margin: 0 auto 35px;\n    text-align: center;\n  }\n\n  .ignik-included-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 18px;\n  }\n\n  .ignik-included-card {\n    padding: 32px;\n    background: #fff;\n    border: 1px solid #e0ded9;\n  }\n\n  .ignik-included-card strong {\n    display: block;\n    margin-bottom: 8px;\n    font-size: 20px;\n  }\n\n  .ignik-included-card .ignik-number {\n    display: block;\n    margin-bottom: 14px;\n    color: var(--ignik-orange);\n    font-size: 13px;\n    font-weight: 900;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  \/* FEATURES *\/\n\n  .ignik-features {\n    padding: 75px 0;\n    background: #fff;\n  }\n\n  .ignik-features-head {\n    max-width: 760px;\n    margin-bottom: 35px;\n  }\n\n  .ignik-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    border-top: 1px solid #d8d6d1;\n    border-left: 1px solid #d8d6d1;\n  }\n\n  .ignik-feature {\n    padding: 24px;\n    background: var(--ignik-light);\n    border-right: 1px solid #d8d6d1;\n    border-bottom: 1px solid #d8d6d1;\n  }\n\n  .ignik-feature strong {\n    display: block;\n    margin-bottom: 7px;\n    font-size: 16px;\n  }\n\n  \/* LIFESTYLE *\/\n\n  .ignik-lifestyle {\n    position: relative;\n    min-height: 590px;\n    overflow: hidden;\n    background: #000;\n  }\n\n  .ignik-lifestyle img {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n\n  .ignik-lifestyle:after {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(0deg, rgba(0,0,0,.78), rgba(0,0,0,.05) 68%);\n  }\n\n  .ignik-lifestyle-copy {\n    position: relative;\n    z-index: 2;\n    max-width: 1200px;\n    min-height: 590px;\n    margin: 0 auto;\n    padding: 50px 24px;\n    display: flex;\n    flex-direction: column;\n    justify-content: flex-end;\n    color: #fff;\n  }\n\n  .ignik-lifestyle-copy h2 {\n    max-width: 800px;\n    color: #fff;\n  }\n\n  .ignik-lifestyle-copy p:last-child {\n    max-width: 670px;\n    margin-bottom: 0;\n    font-size: 18px;\n  }\n\n  \/* NOTICE *\/\n\n  .ignik-notice {\n    padding: 55px 24px;\n    background: #ece9e2;\n    text-align: center;\n  }\n\n  .ignik-notice-inner {\n    max-width: 830px;\n    margin: 0 auto;\n  }\n\n  .ignik-notice h2 {\n    font-size: clamp(28px, 4vw, 43px);\n  }\n\n  \/* SPECS *\/\n\n  .ignik-specs {\n    padding: 75px 0;\n    background: #fff;\n  }\n\n  .ignik-specs table {\n    width: 100%;\n    max-width: 900px;\n    margin: 30px auto 0;\n    border-collapse: collapse;\n  }\n\n  .ignik-specs td {\n    padding: 13px 15px;\n    border-bottom: 1px solid #ddd;\n    vertical-align: top;\n  }\n\n  .ignik-specs td:first-child {\n    width: 40%;\n    font-weight: 800;\n  }\n\n  \/* FAQ *\/\n\n  .ignik-faq {\n    padding: 75px 0;\n    background: var(--ignik-light);\n  }\n\n  .ignik-faq-header {\n    max-width: 760px;\n    margin-bottom: 32px;\n  }\n\n  .ignik-faq details {\n    border-top: 1px solid #d5d2cc;\n  }\n\n  .ignik-faq details:last-child {\n    border-bottom: 1px solid #d5d2cc;\n  }\n\n  .ignik-faq summary {\n    position: relative;\n    padding: 21px 40px 21px 0;\n    cursor: pointer;\n    list-style: none;\n    font-size: 17px;\n    font-weight: 850;\n  }\n\n  .ignik-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ignik-faq summary:after {\n    content: \"+\";\n    position: absolute;\n    right: 4px;\n    top: 17px;\n    color: var(--ignik-orange);\n    font-size: 27px;\n  }\n\n  .ignik-faq details[open] summary:after {\n    content: \"−\";\n  }\n\n  .ignik-faq-answer {\n    max-width: 900px;\n    padding: 0 0 22px;\n  }\n\n  \/* FINAL *\/\n\n  .ignik-final {\n    position: relative;\n    min-height: 520px;\n    overflow: hidden;\n    background: #000;\n  }\n\n  .ignik-final img {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n\n  .ignik-final:after {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.15));\n  }\n\n  .ignik-final-copy {\n    position: relative;\n    z-index: 2;\n    max-width: 1200px;\n    min-height: 520px;\n    margin: 0 auto;\n    padding: 55px 24px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-start;\n    color: #fff;\n  }\n\n  .ignik-final-copy h2 {\n    max-width: 700px;\n    color: #fff;\n  }\n\n  .ignik-final-copy p {\n    max-width: 590px;\n    font-size: 18px;\n  }\n\n  .ignik-shipping-note {\n    margin: 24px 20px 0;\n    color: #777;\n    font-size: 11px;\n    line-height: 1.5;\n    text-align: center;\n  }\n\n  \/* MOBILE *\/\n\n  @media (max-width: 800px) {\n\n    .ignik-container {\n      padding-left: 18px;\n      padding-right: 18px;\n    }\n\n    .ignik-opening {\n      padding: 48px 20px;\n    }\n\n    .ignik-stats,\n    .ignik-split,\n    .ignik-included-grid,\n    .ignik-feature-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .ignik-availability {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 8px;\n    }\n\n    .ignik-stat {\n      padding: 25px 15px;\n      border-right: 0;\n      border-bottom: 1px solid rgba(255,255,255,.14);\n    }\n\n    .ignik-stat:last-child {\n      border-bottom: 0;\n    }\n\n    .ignik-split-media {\n      min-height: 330px;\n    }\n\n    .ignik-split-copy {\n      padding: 42px 22px;\n    }\n\n    .ignik-included,\n    .ignik-features,\n    .ignik-specs,\n    .ignik-faq {\n      padding-top: 52px;\n      padding-bottom: 52px;\n    }\n\n    .ignik-lifestyle,\n    .ignik-lifestyle-copy {\n      min-height: 490px;\n    }\n\n    .ignik-lifestyle-copy {\n      padding: 38px 20px;\n    }\n\n    .ignik-btn {\n      width: 100%;\n      padding: 17px 18px;\n    }\n\n    .ignik-specs td {\n      display: block;\n      width: 100% !important;\n      padding: 9px 0;\n    }\n\n    .ignik-specs td:first-child {\n      padding-top: 16px;\n      padding-bottom: 1px;\n      border-bottom: 0;\n    }\n\n    .ignik-final,\n    .ignik-final-copy {\n      min-height: 490px;\n    }\n\n    .ignik-final:after {\n      background: linear-gradient(0deg, rgba(0,0,0,.87), rgba(0,0,0,.12));\n    }\n\n    .ignik-final-copy {\n      justify-content: flex-end;\n      padding: 40px 20px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ignik-product ignik-sale-active\"\u003e\n\u003c!-- SALE --\u003e\n\u003csection class=\"ignik-sale-strip\"\u003e\u003cstrong\u003eIgnik FireCan Event · 20% Off\u003c\/strong\u003e \u003cspan\u003eEnds September 7 · Save $67\u003c\/span\u003e\u003c\/section\u003e\n\u003c!-- OPENING --\u003e\n\u003csection class=\"ignik-opening\"\u003e\n\u003cp class=\"ignik-eyebrow\"\u003eThe Complete FireCan Setup\u003c\/p\u003e\n\u003ch2\u003eEverything You Need for a Better Campfire.\u003c\/h2\u003e\n\u003cp class=\"ignik-opening-copy\"\u003eGet the Ignik FireCan Elite portable propane fire pit together with 5 lb of natural tumbled FireCan Rocks. You get the compact, powerful FireCan you can actually pack, plus the rocks that transform the flame into a fuller, more traditional-looking campfire.\u003c\/p\u003e\n\u003cdiv class=\"ignik-opening-price\"\u003e\n\u003cspan class=\"ignik-price-regular\"\u003e$334.95 CAD\u003c\/span\u003e \u003cspan class=\"ignik-sale-price\"\u003e $267.95 CAD \u003csmall\u003eEnds September 7 · Save $67\u003c\/small\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ignik-availability\"\u003e\n\u003cdiv class=\"ignik-availability-item\"\u003eSHIPS PREPAID IN CANADA* \u003cspan\u003eOrder online, delivered to your door\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ca class=\"ignik-availability-item\" href=\"https:\/\/shop.capit.com\/a\/store-locator\/list\"\u003e BUY IN-STORE \u003cspan\u003eFind your nearest Cap-it location →\u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003ca class=\"ignik-btn\" href=\"#ignik-whats-included\"\u003e See What's Included \u003c\/a\u003e\u003c\/section\u003e\n\u003c!-- BUNDLE HERO --\u003e\n\u003csection class=\"ignik-bundle-hero\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/IGNIK-FIRECAN-ELITE-BUNDLE_0af21561-a4c1-40c8-8722-acc0a0e6bd42_jpg.webp?v=1788016856\" alt=\"Ignik FireCan Elite and FireCan Rocks complete bundle\"\u003e\u003c\/section\u003e\n\u003c!-- QUICK FACTS --\u003e\n\u003csection class=\"ignik-stats\"\u003e\n\u003cdiv class=\"ignik-stat\"\u003e\n\u003cstrong\u003e50,000+\u003c\/strong\u003e \u003cspan\u003eBTU \/ HR\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ignik-stat\"\u003e\n\u003cstrong\u003e9.2 LB\u003c\/strong\u003e \u003cspan\u003eFireCan Elite\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ignik-stat\"\u003e\n\u003cstrong\u003e5 LB\u003c\/strong\u003e \u003cspan\u003eFireCan Rocks\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ignik-stat\"\u003e\n\u003cstrong\u003eCSA\u003c\/strong\u003e \u003cspan\u003eCertified\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WHY BUNDLE --\u003e\n\u003csection class=\"ignik-split ignik-split-dark\"\u003e\n\u003cdiv class=\"ignik-split-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/ignik-fire-rocks2.jpg?v=1693413276\" alt=\"Ignik FireCan Elite burning with FireCan Rocks\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ignik-split-copy\"\u003e\n\u003cp class=\"ignik-eyebrow\"\u003eWhy Add the Rocks?\u003c\/p\u003e\n\u003ch2\u003eSame FireCan.\u003cbr\u003eBetter Campfire.\u003c\/h2\u003e\n\u003cp\u003eThe FireCan Elite works without rocks, but FireCan Rocks change the experience.\u003c\/p\u003e\n\u003cp\u003eFive pounds of natural tumbled lava rock surround the burner, helping create a fuller, more natural-looking flame and giving the compact FireCan the appearance of a traditional campfire.\u003c\/p\u003e\n\u003cp\u003eIf you're buying a FireCan for the first time, this is the setup we'd choose.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- INCLUDED --\u003e\n\u003csection class=\"ignik-included\" id=\"ignik-whats-included\"\u003e\n\u003cdiv class=\"ignik-container\"\u003e\n\u003cdiv class=\"ignik-included-head\"\u003e\n\u003cp class=\"ignik-eyebrow\"\u003eTwo Products. One Complete Setup.\u003c\/p\u003e\n\u003ch2\u003eEverything in the Bundle.\u003c\/h2\u003e\n\u003cp\u003eNo need to decide later whether you should have added the rocks. Start with the complete FireCan experience from day one.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ignik-included-grid\"\u003e\n\u003cdiv class=\"ignik-included-card\"\u003e\n\u003cspan class=\"ignik-number\"\u003e01 · FireCan Elite\u003c\/span\u003e \u003cstrong\u003eIgnik FireCan Elite\u003c\/strong\u003e\n\u003cp\u003eCompact stainless-steel portable propane fire pit producing more than 50,000 BTU\/hr of adjustable heat.\u003c\/p\u003e\n\u003cp\u003eIncludes folding legs, removable anodized aluminium lid, integrated flame control, 5 PSI propane hose and regulator, quick-connect system and CSA propane cylinder stand.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ignik-included-card\"\u003e\n\u003cspan class=\"ignik-number\"\u003e02 · FireCan Rocks\u003c\/span\u003e \u003cstrong\u003e5 lb Natural Tumbled Lava Rock\u003c\/strong\u003e\n\u003cp\u003eDesigned to sit around the FireCan burner and give the flame a fuller, more natural campfire appearance.\u003c\/p\u003e\n\u003cp\u003eAdd them once, pack them with your FireCan and your complete setup is ready whenever camp is.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURE IMAGE --\u003e\n\u003csection\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/ignik-features.jpg?v=1764019690\" alt=\"Ignik FireCan Elite portable propane fire pit features\" loading=\"lazy\"\u003e\u003c\/section\u003e\n\u003c!-- FEATURES --\u003e\n\u003csection class=\"ignik-features\"\u003e\n\u003cdiv class=\"ignik-container\"\u003e\n\u003cdiv class=\"ignik-features-head\"\u003e\n\u003cp class=\"ignik-eyebrow\"\u003eFireCan Elite\u003c\/p\u003e\n\u003ch2\u003eSmall Package. Serious Fire.\u003c\/h2\u003e\n\u003cp\u003eThe FireCan Elite was built around one simple idea: a propane fire pit should be easy enough to pack that you actually bring it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ignik-feature-grid\"\u003e\n\u003cdiv class=\"ignik-feature\"\u003e\n\u003cstrong\u003e50,000+ BTU\/hr\u003c\/strong\u003e Serious adjustable propane heat from a remarkably compact fire pit.\u003c\/div\u003e\n\u003cdiv class=\"ignik-feature\"\u003e\n\u003cstrong\u003eIntegrated Flame Control\u003c\/strong\u003e Adjust flame height and heat directly from the FireCan.\u003c\/div\u003e\n\u003cdiv class=\"ignik-feature\"\u003e\n\u003cstrong\u003e5 PSI Quick-Connect\u003c\/strong\u003e Tool-free propane connection keeps setup fast and straightforward.\u003c\/div\u003e\n\u003cdiv class=\"ignik-feature\"\u003e\n\u003cstrong\u003eStainless-Steel Body\u003c\/strong\u003e Rugged outdoor construction in a lightweight 9.2 lb package.\u003c\/div\u003e\n\u003cdiv class=\"ignik-feature\"\u003e\n\u003cstrong\u003eOpen Mesh Sides\u003c\/strong\u003e Enjoy the flame while radiant heat moves outward toward camp.\u003c\/div\u003e\n\u003cdiv class=\"ignik-feature\"\u003e\n\u003cstrong\u003eFolding Legs\u003c\/strong\u003e Deploy for use and fold tight against the body when it is time to pack.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- LIFESTYLE --\u003e\n\u003csection class=\"ignik-lifestyle\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/Ignik-firecan-in-use-1.jpg?v=1788015045\" alt=\"Campers gathered around an Ignik FireCan Elite\" loading=\"lazy\"\u003e\n\u003cdiv class=\"ignik-lifestyle-copy\"\u003e\n\u003cp class=\"ignik-eyebrow\"\u003eBring People Together\u003c\/p\u003e\n\u003ch2\u003eCamp Gets Better Around a Fire.\u003c\/h2\u003e\n\u003cp\u003eWarmth. Light. Somewhere to pull up a chair. FireCan gives camp the gathering place everyone naturally ends up around, without hauling firewood or giving up half your cargo area to a conventional fire bowl.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PACKABILITY --\u003e\n\u003csection class=\"ignik-split\"\u003e\n\u003cdiv class=\"ignik-split-copy\"\u003e\n\u003cp class=\"ignik-eyebrow\"\u003eThe Fire Pit You'll Actually Bring\u003c\/p\u003e\n\u003ch2\u003ePacks Like Gear. Burns Like a Fire Pit.\u003c\/h2\u003e\n\u003cp\u003eAt only 12 × 6 × 7.5 inches, the FireCan Elite stores more like a toolbox than a traditional propane fire bowl.\u003c\/p\u003e\n\u003cp\u003eFolding legs tuck against the body and the removable lid closes everything into a compact rectangular package that fits naturally alongside your camping and overlanding gear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ignik-split-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/ignik-firecan-elite-fire-pit3.jpg?v=1763663653\" alt=\"Compact Ignik FireCan Elite portable propane fire pit\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FIRE RESTRICTIONS --\u003e\n\u003csection class=\"ignik-notice\"\u003e\n\u003cdiv class=\"ignik-notice-inner\"\u003e\n\u003cp class=\"ignik-eyebrow\"\u003eKnow Before You Burn\u003c\/p\u003e\n\u003ch2\u003eWhen a Wood Fire Isn't the Answer.\u003c\/h2\u003e\n\u003cp\u003ePropane fire pits may be treated differently from wood fires under some restrictions, but regulations vary by province, municipality, park, campground and current fire conditions. Always confirm the rules for the exact location where you plan to use your FireCan before lighting it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SPECS --\u003e\n\u003csection class=\"ignik-specs\"\u003e\n\u003cdiv class=\"ignik-container\"\u003e\n\u003cp class=\"ignik-eyebrow\"\u003eBundle Specifications\u003c\/p\u003e\n\u003ch2\u003eThe Complete Setup.\u003c\/h2\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBundle Includes\u003c\/td\u003e\n\u003ctd\u003eIgnik FireCan Elite + 5 lb FireCan Rocks\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFireCan Fuel\u003c\/td\u003e\n\u003ctd\u003ePropane\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeat Output\u003c\/td\u003e\n\u003ctd\u003eMore than 50,000 BTU\/hr\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCertification\u003c\/td\u003e\n\u003ctd\u003eCSA Certified\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOperating Pressure\u003c\/td\u003e\n\u003ctd\u003e5 PSI\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFireCan Dimensions\u003c\/td\u003e\n\u003ctd\u003e12 × 6 × 7.5 in \/ 30.4 × 15.2 × 19 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFireCan Weight\u003c\/td\u003e\n\u003ctd\u003eApprox. 9.2 lb \/ 4.2 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFireCan Body\u003c\/td\u003e\n\u003ctd\u003eStainless steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLid\u003c\/td\u003e\n\u003ctd\u003eAnodized aluminium\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFireCan Rocks\u003c\/td\u003e\n\u003ctd\u003e5 lb natural tumbled lava rock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePropane Connection\u003c\/td\u003e\n\u003ctd\u003eQCC1 cylinder connection with FireCan quick-connect\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFlame Control\u003c\/td\u003e\n\u003ctd\u003eIntegrated adjustable control knob\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePropane Cylinder\u003c\/td\u003e\n\u003ctd\u003eSold separately\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"ignik-faq\"\u003e\n\u003cdiv class=\"ignik-container\"\u003e\n\u003cdiv class=\"ignik-faq-header\"\u003e\n\u003cp class=\"ignik-eyebrow\"\u003eBundle Questions\u003c\/p\u003e\n\u003ch2\u003eEverything You Need to Know.\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat comes with the FireCan Elite + Rocks Bundle?\u003c\/summary\u003e\n\u003cdiv class=\"ignik-faq-answer\"\u003eThe bundle includes one Ignik FireCan Elite portable propane fire pit and 5 lb of Ignik FireCan Rocks. The FireCan also includes its propane hose and regulator, quick-connect system and CSA propane cylinder stand. The propane cylinder is sold separately.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo I need FireCan Rocks to use the FireCan Elite?\u003c\/summary\u003e\n\u003cdiv class=\"ignik-faq-answer\"\u003eNo. The FireCan Elite operates without rocks. The FireCan Rocks are included in this bundle to create a fuller, more traditional-looking campfire experience.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhy buy the bundle instead of the FireCan alone?\u003c\/summary\u003e\n\u003cdiv class=\"ignik-faq-answer\"\u003eIf you want the more natural campfire appearance created by FireCan Rocks, the bundle gives you the complete setup from the beginning instead of adding the rocks later.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow much heat does the FireCan Elite produce?\u003c\/summary\u003e\n\u003cdiv class=\"ignik-faq-answer\"\u003eThe FireCan Elite produces more than 50,000 BTU per hour with an integrated control knob for adjusting flame height and heat.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the FireCan Elite CSA certified?\u003c\/summary\u003e\n\u003cdiv class=\"ignik-faq-answer\"\u003eYes. The FireCan Elite is CSA certified for the Canadian market.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use other rocks in the FireCan?\u003c\/summary\u003e\n\u003cdiv class=\"ignik-faq-answer\"\u003eDo not use ordinary landscaping stones or random rocks. Rocks can retain moisture and may fracture or pop when heated. Use appropriate fire-pit media and follow Ignik's instructions.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I cook on the FireCan Elite?\u003c\/summary\u003e\n\u003cdiv class=\"ignik-faq-answer\"\u003eThe FireCan Elite is designed as a portable propane fire pit, not as a cooking appliance or grill.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use the FireCan during a fire ban?\u003c\/summary\u003e\n\u003cdiv class=\"ignik-faq-answer\"\u003ePossibly, depending on the jurisdiction and the specific restriction. Propane appliances may be permitted in some locations when wood fires are prohibited, but rules vary. Always check current provincial, municipal, park or campground regulations before use.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the bundle include a propane cylinder?\u003c\/summary\u003e\n\u003cdiv class=\"ignik-faq-answer\"\u003eNo. The propane cylinder is sold separately.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use the FireCan inside a tent or vehicle?\u003c\/summary\u003e\n\u003cdiv class=\"ignik-faq-answer\"\u003eNo. The FireCan is an outdoor propane appliance and must not be operated inside a tent, vehicle, garage or other enclosed or poorly ventilated space.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL --\u003e\n\u003csection class=\"ignik-final\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/Ignik-firecan-in-use-2.jpg?v=1788015045\" alt=\"Campers enjoying an Ignik FireCan at night\" loading=\"lazy\"\u003e\n\u003cdiv class=\"ignik-final-copy\"\u003e\n\u003cp class=\"ignik-eyebrow\"\u003eThe Complete FireCan Experience\u003c\/p\u003e\n\u003ch2\u003eBring the FireCan. Bring the Campfire.\u003c\/h2\u003e\n\u003cp\u003eCompact enough to keep packed. Powerful enough to gather around. Finished with FireCan Rocks for the fuller campfire experience.\u003c\/p\u003e\n\u003ca class=\"ignik-btn\" href=\"#ignik-whats-included\"\u003e FireCan Elite + Rocks \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cp class=\"ignik-shipping-note\"\u003e*Prepaid shipping within Canada. Some remote locations and shipping restrictions may apply.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Ignik","offers":[{"title":"Default Title","offer_id":48244783841516,"sku":null,"price":267.95,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/IGNIK-FIRECAN-ELITE-BUNDLE_0af21561-a4c1-40c8-8722-acc0a0e6bd42_jpg.webp?v=1788016856"}],"url":"https:\/\/shop.capit.com\/collections\/ignik.oembed","provider":"Shop Cap-it","version":"1.0","type":"link"}