Ignik FireCan Rocks
.ignik-product { --ignik-orange: #f36c21; --ignik-dark: #101414; --ignik-black: #090b0b; --ignik-light: #f5f4f0; --ignik-text: #222; font-family: inherit; color: var(--ignik-text); line-height: 1.55; } .ignik-product * { box-sizing: border-box; } .ignik-product img { display: block; width: 100%; height: auto; } .ignik-product a { text-decoration: none; } .ignik-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; } .ignik-eyebrow { margin: 0 0 10px; color: var(--ignik-orange); font-size: 13px; font-weight: 900; letter-spacing: 2px; line-height: 1.2; text-transform: uppercase; } .ignik-product h2, .ignik-product h3 { margin-top: 0; line-height: 1.08; } .ignik-product h2 { margin-bottom: 18px; font-size: clamp(31px, 5vw, 56px); font-weight: 900; letter-spacing: -1.4px; } .ignik-product h3 { margin-bottom: 10px; font-size: clamp(22px, 3vw, 30px); font-weight: 850; } .ignik-product p { margin-top: 0; } .ignik-btn { display: inline-block; padding: 15px 25px; background: var(--ignik-orange); color: #fff !important; font-size: 14px; font-weight: 850; letter-spacing: .6px; line-height: 1.1; text-align: center; text-transform: uppercase; } /* SALE MODE */ .ignik-sale-strip, .ignik-sale-only { display: none; } .ignik-sale-active .ignik-sale-strip, .ignik-sale-active .ignik-sale-only { display: block; } .ignik-sale-strip { padding: 17px 20px; background: var(--ignik-orange); color: #fff; text-align: center; } .ignik-sale-strip strong { display: block; margin-bottom: 3px; font-size: clamp(18px, 3vw, 25px); line-height: 1.15; font-weight: 900; text-transform: uppercase; } .ignik-sale-strip span { font-size: 14px; font-weight: 700; } /* OPENING */ .ignik-opening { padding: 60px 24px 65px; background: #fff; text-align: center; } .ignik-opening h2 { max-width: 820px; margin-left: auto; margin-right: auto; } .ignik-opening-copy { max-width: 760px; margin: 0 auto 30px; font-size: 18px; line-height: 1.65; } .ignik-opening-price { margin-bottom: 20px; } .ignik-price-regular { display: block; font-size: 28px; font-weight: 900; } .ignik-sale-active .ignik-price-regular { font-size: 17px; text-decoration: line-through; opacity: .5; } .ignik-sale-price { display: none; color: var(--ignik-orange); font-size: 32px; font-weight: 900; } .ignik-sale-active .ignik-sale-price { display: block; } .ignik-sale-price small { font-size: 12px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; } /* AVAILABILITY */ .ignik-availability { display: flex; justify-content: center; align-items: stretch; gap: 10px; max-width: 660px; margin: 0 auto 25px; } .ignik-availability-item { flex: 1; padding: 14px 18px; background: var(--ignik-light); border: 1px solid #e1dfda; color: var(--ignik-text) !important; text-align: center; font-size: 14px; line-height: 1.35; font-weight: 850; } .ignik-availability-item span { display: block; margin-top: 4px; color: #666; font-size: 12px; font-weight: 600; } a.ignik-availability-item { cursor: pointer; transition: background .18s ease, transform .18s ease; } a.ignik-availability-item:hover { background: #e8e5df; transform: translateY(-1px); } /* STATS */ .ignik-stats { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--ignik-black); color: #fff; } .ignik-stat { padding: 30px 15px; text-align: center; border-right: 1px solid rgba(255,255,255,.14); } .ignik-stat:last-child { border-right: 0; } .ignik-stat strong { display: block; margin-bottom: 6px; color: #fff; font-size: clamp(22px, 3vw, 35px); line-height: 1; font-weight: 900; } .ignik-stat span { display: block; color: #ccc; font-size: 11px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; } /* SPLITS */ .ignik-split { display: grid; grid-template-columns: 1fr 1fr; min-height: 500px; } .ignik-split-media { min-height: 500px; } .ignik-split-media img { width: 100%; height: 100%; object-fit: cover; } .ignik-split-copy { padding: 60px clamp(28px, 5vw, 70px); display: flex; flex-direction: column; justify-content: center; background: #fff; } .ignik-split-dark .ignik-split-copy { background: var(--ignik-dark); color: #fff; } .ignik-split-dark h2 { color: #fff; } /* FEATURES */ .ignik-features { padding: 75px 0; background: var(--ignik-light); } .ignik-features-head { max-width: 760px; margin-bottom: 35px; } .ignik-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #d8d6d1; border-left: 1px solid #d8d6d1; } .ignik-feature { padding: 24px; background: #fff; border-right: 1px solid #d8d6d1; border-bottom: 1px solid #d8d6d1; } .ignik-feature strong { display: block; margin-bottom: 7px; font-size: 16px; } /* UPSELL */ .ignik-upsell { padding: 75px 0; background: #fff; } .ignik-upsell-head { max-width: 740px; margin: 0 auto 35px; text-align: center; } .ignik-upsell-card { display: flex; flex-direction: column; max-width: 850px; margin: 0 auto; padding: 32px; overflow: hidden; background: var(--ignik-dark); color: #fff !important; border: 1px solid var(--ignik-dark); cursor: pointer; transition: transform .18s ease, box-shadow .18s ease; } .ignik-upsell-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,.08); } .ignik-upsell-image { width: calc(100% + 64px) !important; max-width: none !important; margin: -32px -32px 26px; aspect-ratio: 16 / 10; object-fit: cover; background: #fff; } .ignik-upsell-label { margin-bottom: 11px; color: var(--ignik-orange); font-size: 12px; font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase; } .ignik-upsell-card h3 { color: #fff; } .ignik-upsell-copy { flex-grow: 1; } .ignik-upsell-price { margin: 10px 0 16px; font-size: 24px; font-weight: 900; } .ignik-upsell-cta { color: var(--ignik-orange); font-size: 13px; font-weight: 900; letter-spacing: .8px; text-transform: uppercase; } /* SAFETY */ .ignik-notice { padding: 55px 24px; background: #ece9e2; text-align: center; } .ignik-notice-inner { max-width: 830px; margin: 0 auto; } .ignik-notice h2 { font-size: clamp(28px, 4vw, 43px); } /* SPECS */ .ignik-specs { padding: 75px 0; background: #fff; } .ignik-specs table { width: 100%; max-width: 900px; margin: 30px auto 0; border-collapse: collapse; } .ignik-specs td { padding: 13px 15px; border-bottom: 1px solid #ddd; vertical-align: top; } .ignik-specs td:first-child { width: 40%; font-weight: 800; } /* FAQ */ .ignik-faq { padding: 75px 0; background: var(--ignik-light); } .ignik-faq-header { max-width: 760px; margin-bottom: 32px; } .ignik-faq details { border-top: 1px solid #d5d2cc; } .ignik-faq details:last-child { border-bottom: 1px solid #d5d2cc; } .ignik-faq summary { position: relative; padding: 21px 40px 21px 0; cursor: pointer; list-style: none; font-size: 17px; font-weight: 850; } .ignik-faq summary::-webkit-details-marker { display: none; } .ignik-faq summary:after { content: "+"; position: absolute; right: 4px; top: 17px; color: var(--ignik-orange); font-size: 27px; } .ignik-faq details[open] summary:after { content: "−"; } .ignik-faq-answer { max-width: 900px; padding: 0 0 22px; } /* FINAL */ .ignik-final { position: relative; min-height: 520px; overflow: hidden; background: #000; } .ignik-final img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; } .ignik-final:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.15)); } .ignik-final-copy { position: relative; z-index: 2; max-width: 1200px; min-height: 520px; margin: 0 auto; padding: 55px 24px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; color: #fff; } .ignik-final-copy h2 { max-width: 700px; color: #fff; } .ignik-final-copy p { max-width: 590px; font-size: 18px; } @media (max-width: 800px) { .ignik-container { padding-left: 18px; padding-right: 18px; } .ignik-opening { padding: 48px 20px; } .ignik-stats, .ignik-split, .ignik-feature-grid { grid-template-columns: 1fr; } .ignik-availability { display: grid; grid-template-columns: 1fr; gap: 8px; } .ignik-stat { padding: 25px 15px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); } .ignik-stat:last-child { border-bottom: 0; } .ignik-split-media { min-height: 330px; } .ignik-split-copy { padding: 42px 22px; } .ignik-features, .ignik-upsell, .ignik-specs, .ignik-faq { padding-top: 52px; padding-bottom: 52px; } .ignik-btn { width: 100%; padding: 17px 18px; } .ignik-upsell-card:hover, a.ignik-availability-item:hover { transform: none; } .ignik-upsell-image { width: calc(100% + 64px) !important; margin: -32px -32px 24px; } .ignik-specs td { display: block; width: 100% !important; padding: 9px 0; } .ignik-specs td:first-child { padding-top: 16px; padding-bottom: 1px; border-bottom: 0; } .ignik-final, .ignik-final-copy { min-height: 490px; } .ignik-final:after { background: linear-gradient(0deg, rgba(0,0,0,.87), rgba(0,0,0,.12)); } .ignik-final-copy { justify-content: flex-end; padding: 40px 20px; } } Ignik FireCan Event · 20% Off Ends September 7 · Save $7 Make Your FireCan Flames Dance The Finishing Touch Your FireCan Deserves. Add 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. $34.99 CAD $27.99 CAD Ends September 7 · Save $7 ORDER ONLINE Add to your FireCan setup BUY IN-STORE Find your nearest Cap-it location → Need the FireCan Too? 5 LB Lava Rock 100% Natural Stone VARIABLE Flame Pattern FIRECAN Designed to Fit Turn Propane Into a Campfire More Natural Flame.More Campfire Feel. The FireCan works perfectly well without fire-pit media. Adding FireCan Rocks changes what the flame looks like. Instead 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. Why Add FireCan Rocks? A Small Upgrade That Changes the Whole Look. More Natural-Looking Flames Lava rock helps interrupt the propane flame and create a more varied, dancing flame pattern. Natural Tumbled Lava Stone Each package contains 5 lb of natural volcanic rock selected for fire-pit use. Helps Conceal the Burner The rocks cover much of the exposed burner for a fuller, more finished campfire appearance. Made for FireCan Sized and packaged specifically to fit over the Ignik FireCan burner. Easy Upgrade Already own a FireCan? Add the rocks and change the look of your setup without changing how you use it. Pack Them With the FireCan Once your setup is complete, keep the rocks with your FireCan so everything is ready for the next trip. Building Your FireCan Setup? Get the Complete Package. If you do not already own a FireCan Elite, start with the complete bundle and get the FireCan and Rocks together. Our Recommended Setup FireCan Elite + Rocks Bundle Get the FireCan Elite together with 5 lb of FireCan Rocks for the complete propane campfire setup from day one. $334.95 CAD Get FireCan + Rocks → Important Lava Rock Safety Keep Them Dry. Heat Gradually if Needed. Natural 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. Keep 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. Product Details FireCan Rocks. Product Ignik FireCan Rocks Material Natural Tumbled Lava Stone Weight 5 lb / 2.27 kg Application Ignik FireCan Portable Propane Fire Pits Purpose Creates a more varied, natural-looking flame pattern and helps conceal the burner FireCan Included No FireCan Rocks Questions Everything You Need to Know. What are Ignik FireCan Rocks made from? FireCan Rocks are made from natural tumbled lava stone. Each package contains approximately 5 lb of lava rock. What do FireCan Rocks actually do? The 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. Do I need FireCan Rocks to use my FireCan? No. The FireCan operates without rocks. FireCan Rocks are an optional addition for customers who want a more traditional-looking campfire experience. Do FireCan Rocks increase the heat output? Their 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. Can I use ordinary landscaping or river rocks instead? No. 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. What should I do if the FireCan Rocks get wet? Keep 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. Are FireCan Rocks the same as Ignik Moon Rocks? No. FireCan Rocks are natural tumbled lava stone. Ignik Moon Rocks are a separate lightweight ceramic product. Does this product include the FireCan? No. This listing is for the 5 lb FireCan Rocks only. If you need both products, choose the FireCan Elite + Rocks Bundle. The Finishing Touch Make Your FireCan Feel More Like a Campfire. Natural lava rock. More varied flames. A fuller-looking fire. A simple upgrade that makes the FireCan experience even better. Need FireCan + Rocks?
More you might like
Related
FireCan Rocks
Related
FireCan Rocks
Related
FireCan Rocks
Related