{"title":"Planar Portable Diesel Heaters Canada","description":"\u003cstyle\u003e\n  .planar-collection {\n    --yellow: #f2c400;\n    --gold: #8b6e00;\n    --ink: #171919;\n    --text: #303232;\n    --muted: #666866;\n    --light: #f5f5f2;\n    --line: #deded9;\n    --white: #ffffff;\n    color: var(--text);\n    font-family: inherit;\n    line-height: 1.6;\n  }\n\n  .planar-collection * {\n    box-sizing: border-box;\n  }\n\n  .planar-collection img {\n    display: block;\n    width: 100%;\n    max-width: 100%;\n    height: auto;\n  }\n\n  .planar-collection h2,\n  .planar-collection h3,\n  .planar-collection p {\n    margin-top: 0;\n  }\n\n  .planar-collection a {\n    text-decoration: none;\n  }\n\n  .pc-container {\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 24px;\n  }\n\n  .pc-eyebrow {\n    margin-bottom: 10px;\n    color: var(--gold);\n    font-size: 13px;\n    font-weight: 900;\n    letter-spacing: 2px;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .pc-title {\n    margin-bottom: 18px;\n    color: var(--ink);\n    font-size: clamp(31px, 4vw, 46px);\n    font-weight: 950;\n    letter-spacing: -1px;\n    line-height: 1.05;\n  }\n\n  .pc-lead {\n    max-width: 850px;\n    font-size: 18px;\n    line-height: 1.7;\n  }\n\n  .pc-btn {\n    display: inline-block;\n    margin-top: 20px;\n    padding: 14px 22px;\n    background: var(--ink);\n    color: #fff !important;\n    font-size: 13px;\n    font-weight: 900;\n    letter-spacing: .7px;\n    text-transform: uppercase;\n  }\n\n  .pc-btn:hover {\n    opacity: .86;\n  }\n\n  .pc-btn-outline {\n    margin-left: 8px;\n    border: 2px solid var(--ink);\n    background: transparent;\n    color: var(--ink) !important;\n  }\n\n\n  \/* HERO *\/\n\n  .pc-hero {\n    position: relative;\n    min-height: 520px;\n    overflow: hidden;\n    background: var(--ink);\n  }\n\n  .pc-hero img {\n    width: 100%;\n    height: 520px;\n    object-fit: cover;\n  }\n\n  .pc-hero-shade {\n    position: absolute;\n    inset: 0;\n    display: flex;\n    align-items: flex-end;\n    background: linear-gradient(\n      90deg,\n      rgba(0,0,0,.80) 0%,\n      rgba(0,0,0,.52) 45%,\n      rgba(0,0,0,.10) 82%\n    );\n  }\n\n  .pc-hero-copy {\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 60px 24px;\n    color: #fff;\n  }\n\n  .pc-hero .pc-eyebrow {\n    color: var(--yellow);\n  }\n\n  .pc-hero h2 {\n    max-width: 850px;\n    margin-bottom: 18px;\n    color: #fff;\n    font-size: clamp(40px, 6vw, 70px);\n    font-weight: 950;\n    letter-spacing: -2px;\n    line-height: .97;\n  }\n\n  .pc-hero p {\n    max-width: 760px;\n    margin-bottom: 10px;\n    font-size: 19px;\n  }\n\n  .pc-hero-canada {\n    margin-bottom: 0 !important;\n    color: var(--yellow);\n    font-size: 13px !important;\n    font-weight: 900;\n    letter-spacing: 1.2px;\n    text-transform: uppercase;\n  }\n\n\n  \/* VALUE *\/\n\n  .pc-value {\n    padding: 72px 0;\n    background: #fff;\n  }\n\n  .pc-value-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 14px;\n    margin-top: 30px;\n  }\n\n  .pc-value-card {\n    padding: 22px;\n    border-top: 4px solid var(--yellow);\n    background: var(--light);\n  }\n\n  .pc-value-card h3 {\n    margin-bottom: 7px;\n    color: var(--ink);\n    font-size: 17px;\n    font-weight: 900;\n  }\n\n  .pc-value-card p {\n    margin-bottom: 0;\n    color: var(--muted);\n    font-size: 14px;\n  }\n\n\n  \/* CHOOSE *\/\n\n  .pc-choose {\n    padding: 76px 0;\n    background: var(--light);\n  }\n\n  .pc-choose-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 22px;\n    margin-top: 34px;\n  }\n\n  .pc-model-link {\n    display: block;\n    color: var(--text) !important;\n  }\n\n  .pc-model {\n    height: 100%;\n    overflow: hidden;\n    border: 1px solid var(--line);\n    background: #fff;\n    transition: transform .18s ease, box-shadow .18s ease;\n  }\n\n  .pc-model-link:hover .pc-model {\n    transform: translateY(-4px);\n    box-shadow: 0 12px 30px rgba(0,0,0,.10);\n  }\n\n  .pc-model-link:focus-visible {\n    outline: 3px solid var(--yellow);\n    outline-offset: 4px;\n  }\n\n  .pc-model-image {\n    position: relative;\n    overflow: hidden;\n    background: #ecece8;\n    aspect-ratio: 16 \/ 10;\n  }\n\n  .pc-model-image img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    transition: transform .3s ease;\n  }\n\n  .pc-model-link:hover .pc-model-image img {\n    transform: scale(1.025);\n  }\n\n  .pc-model-head {\n    padding: 27px 28px;\n  }\n\n  .pc-model-2 .pc-model-head {\n    background: var(--yellow);\n  }\n\n  .pc-model-4 .pc-model-head {\n    background: var(--ink);\n    color: #fff;\n  }\n\n  .pc-model-tag {\n    margin-bottom: 7px;\n    font-size: 11px;\n    font-weight: 900;\n    letter-spacing: 1.4px;\n    text-transform: uppercase;\n  }\n\n  .pc-model-2 .pc-model-tag {\n    color: #514300;\n  }\n\n  .pc-model-4 .pc-model-tag {\n    color: var(--yellow);\n  }\n\n  .pc-model h3 {\n    margin-bottom: 7px;\n    font-size: 30px;\n    font-weight: 950;\n  }\n\n  .pc-model-2 h3 {\n    color: var(--ink);\n  }\n\n  .pc-model-4 h3 {\n    color: #fff;\n  }\n\n  .pc-model-head p {\n    margin-bottom: 0;\n  }\n\n  .pc-model-4 .pc-model-head p {\n    color: #d8d8d6;\n  }\n\n  .pc-model-body {\n    padding: 27px;\n  }\n\n  .pc-model-body strong {\n    color: var(--ink);\n  }\n\n  .pc-use {\n    margin: 18px 0 0;\n    padding-left: 20px;\n  }\n\n  .pc-use li {\n    margin-bottom: 7px;\n  }\n\n  .pc-model-spec {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 8px;\n    margin-top: 23px;\n  }\n\n  .pc-mini {\n    padding: 13px 10px;\n    background: var(--light);\n    text-align: center;\n  }\n\n  .pc-mini strong {\n    display: block;\n    font-size: 16px;\n    font-weight: 950;\n  }\n\n  .pc-mini span {\n    display: block;\n    margin-top: 3px;\n    color: var(--muted);\n    font-size: 10px;\n    font-weight: 850;\n    letter-spacing: .5px;\n    text-transform: uppercase;\n  }\n\n  .pc-card-cta {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    margin-top: 24px;\n    padding-top: 17px;\n    border-top: 1px solid var(--line);\n    color: var(--ink);\n    font-size: 13px;\n    font-weight: 950;\n    letter-spacing: .6px;\n    text-transform: uppercase;\n  }\n\n  .pc-card-arrow {\n    font-size: 21px;\n    line-height: 1;\n    transition: transform .18s ease;\n  }\n\n  .pc-model-link:hover .pc-card-arrow {\n    transform: translateX(4px);\n  }\n\n\n  \/* CANADA *\/\n\n  .pc-canada {\n    padding: 76px 0;\n    background: #fff;\n  }\n\n  .pc-canada-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 56px;\n    align-items: center;\n  }\n\n  .pc-canada-image {\n    overflow: hidden;\n    background: #ecece8;\n  }\n\n  .pc-canada-points {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin-top: 26px;\n  }\n\n  .pc-canada-point {\n    padding: 17px 18px;\n    border-left: 4px solid var(--yellow);\n    background: var(--light);\n  }\n\n  .pc-canada-point strong {\n    display: block;\n    margin-bottom: 3px;\n    color: var(--ink);\n    font-size: 15px;\n    font-weight: 900;\n  }\n\n  .pc-canada-point span {\n    color: var(--muted);\n    font-size: 13px;\n  }\n\n\n  \/* WHY PLANAR *\/\n\n  .pc-why {\n    padding: 76px 0;\n    background: var(--ink);\n    color: #e5e6e4;\n  }\n\n  .pc-why .pc-eyebrow {\n    color: var(--yellow);\n  }\n\n  .pc-why .pc-title {\n    color: #fff;\n  }\n\n  .pc-why .pc-lead {\n    color: #d5d6d4;\n  }\n\n  .pc-why-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 14px;\n    margin-top: 32px;\n  }\n\n  .pc-why-card {\n    padding: 22px;\n    border: 1px solid rgba(255,255,255,.13);\n  }\n\n  .pc-why-card h3 {\n    margin-bottom: 7px;\n    color: var(--yellow);\n    font-size: 17px;\n    font-weight: 900;\n  }\n\n  .pc-why-card p {\n    margin-bottom: 0;\n    color: #d4d5d3;\n    font-size: 14px;\n  }\n\n\n  \/* RTT *\/\n\n  .pc-rtt {\n    padding: 76px 0;\n    background: var(--light);\n  }\n\n  .pc-rtt-grid {\n    display: grid;\n    grid-template-columns: 1.05fr .95fr;\n    gap: 50px;\n    align-items: center;\n  }\n\n  .pc-rtt-image {\n    overflow: hidden;\n    background: #e9e9e5;\n  }\n\n\n  \/* FAQ ACCORDION *\/\n\n  .pc-faq {\n    padding: 76px 0;\n    background: #fff;\n  }\n\n  .pc-faq-grid {\n    max-width: 960px;\n    margin-top: 30px;\n    border-top: 1px solid var(--line);\n  }\n\n  .pc-faq-item {\n    border-bottom: 1px solid var(--line);\n  }\n\n  .pc-faq-item summary {\n    position: relative;\n    padding: 22px 54px 22px 0;\n    color: var(--ink);\n    cursor: pointer;\n    font-size: 18px;\n    font-weight: 900;\n    list-style: none;\n  }\n\n  .pc-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .pc-faq-item summary::after {\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    width: 30px;\n    height: 30px;\n    transform: translateY(-50%);\n    border: 1px solid var(--line);\n    border-radius: 50%;\n    content: \"+\";\n    color: var(--ink);\n    font-size: 22px;\n    font-weight: 500;\n    line-height: 27px;\n    text-align: center;\n  }\n\n  .pc-faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .pc-faq-answer {\n    max-width: 850px;\n    padding: 0 54px 22px 0;\n  }\n\n  .pc-faq-answer p {\n    margin-bottom: 0;\n    color: var(--muted);\n  }\n\n\n  \/* FINAL *\/\n\n  .pc-final {\n    padding: 64px 0;\n    background: var(--yellow);\n    text-align: center;\n  }\n\n  .pc-final h2 {\n    margin-bottom: 12px;\n    color: var(--ink);\n    font-size: clamp(31px, 5vw, 48px);\n    font-weight: 950;\n    letter-spacing: -1px;\n    line-height: 1.03;\n  }\n\n  .pc-final p {\n    max-width: 790px;\n    margin: 0 auto;\n    color: #453900;\n    font-size: 17px;\n  }\n\n\n  \/* TABLET *\/\n\n  @media (max-width: 900px) {\n    .pc-value-grid,\n    .pc-why-grid {\n      grid-template-columns: 1fr 1fr;\n    }\n\n    .pc-choose-grid,\n    .pc-canada-grid,\n    .pc-rtt-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\n\n  \/* MOBILE *\/\n\n  @media (max-width: 600px) {\n    .pc-container {\n      padding: 0 18px;\n    }\n\n    .pc-hero,\n    .pc-hero img {\n      min-height: 470px;\n      height: 470px;\n    }\n\n    .pc-hero-copy {\n      padding: 40px 18px;\n    }\n\n    .pc-value-grid,\n    .pc-why-grid,\n    .pc-canada-points {\n      grid-template-columns: 1fr;\n    }\n\n    .pc-model-spec {\n      grid-template-columns: repeat(3, 1fr);\n    }\n\n    .pc-model-image {\n      aspect-ratio: 16 \/ 9;\n    }\n\n    .pc-btn,\n    .pc-btn-outline {\n      display: block;\n      width: 100%;\n      margin-left: 0;\n      text-align: center;\n    }\n\n    .pc-btn-outline {\n      margin-top: 10px;\n    }\n\n    .pc-faq-item summary {\n      padding-right: 46px;\n      font-size: 16px;\n    }\n\n    .pc-faq-answer {\n      padding-right: 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"planar-collection\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"pc-hero\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/planar-air-heater11.jpg?v=1717619996\u0026amp;width=1600\" srcset=\"\n        https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/planar-air-heater11.jpg?v=1717619996\u0026amp;width=700 700w,\n        https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/planar-air-heater11.jpg?v=1717619996\u0026amp;width=1100 1100w,\n        https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/planar-air-heater11.jpg?v=1717619996\u0026amp;width=1600 1600w\" sizes=\"100vw\" alt=\"Planar portable diesel heaters Canada for rooftop tents campers vans trailers and winter camping\" fetchpriority=\"high\"\u003e\n\n    \u003cdiv class=\"pc-hero-shade\"\u003e\n      \u003cdiv class=\"pc-hero-copy\"\u003e\n\n        \u003cdiv class=\"pc-eyebrow\"\u003e\n          Planar Portable Diesel Heaters Canada\n        \u003c\/div\u003e\n\n        \u003ch2\u003e\n          KEEP CAMPING.\u003cbr\u003eWINTER INCLUDED.\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          Premium portable diesel heat for rooftop tents, vans, campers, trailers, shelters and cold-weather adventure.\n        \u003c\/p\u003e\n\n        \u003cp class=\"pc-hero-canada\"\u003e\n          Canadian-built integration • Canadian support • Designed for serious cold\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- VALUE --\u003e\n  \u003csection class=\"pc-value\"\u003e\n    \u003cdiv class=\"pc-container\"\u003e\n\n      \u003cdiv class=\"pc-eyebrow\"\u003ePremium Portable Heat\u003c\/div\u003e\n\n      \u003ch2 class=\"pc-title\"\u003e\n        Choose the right Planar. Then keep going when the temperature drops.\n      \u003c\/h2\u003e\n\n      \u003cp class=\"pc-lead\"\u003e\n        Planar portable diesel heaters combine efficient dry heat, rugged portable packaging, serviceability, parts support and Canadian expertise in systems designed for long-term ownership.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"pc-value-grid\"\u003e\n\n        \u003cdiv class=\"pc-value-card\"\u003e\n          \u003ch3\u003e2kW or 4kW\u003c\/h3\u003e\n          \u003cp\u003eChoose the output that matches the space you're actually heating.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pc-value-card\"\u003e\n          \u003ch3\u003ePortable by Design\u003c\/h3\u003e\n          \u003cp\u003eMove one heater between tents, vehicles, trailers, shelters and camps.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pc-value-card\"\u003e\n          \u003ch3\u003eBuilt to Be Supported\u003c\/h3\u003e\n          \u003cp\u003eParts, service resources and technical support help keep Planar equipment working.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pc-value-card\"\u003e\n          \u003ch3\u003eMade for Cold Adventures\u003c\/h3\u003e\n          \u003cp\u003eRooftop tents, campers, vans, ice fishing, hunting camps and winter travel.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- CHOOSE --\u003e\n  \u003csection class=\"pc-choose\"\u003e\n    \u003cdiv class=\"pc-container\"\u003e\n\n      \u003cdiv class=\"pc-eyebrow\"\u003e\n        Which Planar Diesel Heater Do I Need?\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"pc-title\"\u003e\n        2kW or 4kW? Start with the space.\n      \u003c\/h2\u003e\n\n      \u003cp class=\"pc-lead\"\u003e\n        Bigger is not automatically better. The right diesel heater is the one matched to the volume you're heating. For most rooftop tents and compact sleeping spaces, start with the Planar 2D 2kW. For larger campers, vans, trailers and shelters, step up to the Planar 4D 4kW.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"pc-choose-grid\"\u003e\n\n        \u003c!-- ENTIRE 2KW CARD CLICKABLE --\u003e\n        \u003ca class=\"pc-model-link\" href=\"https:\/\/shop.capit.com\/products\/planar-portable-diesel-air-heater\" aria-label=\"View Planar 2D 2kW Portable Diesel Heater\"\u003e\n\n          \u003carticle class=\"pc-model pc-model-2\"\u003e\n\n            \u003cdiv class=\"pc-model-image\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/planar-air-heater11.jpg?v=1717619996\u0026amp;width=900\" srcset=\"\n                  https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/planar-air-heater11.jpg?v=1717619996\u0026amp;width=500 500w,\n                  https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/planar-air-heater11.jpg?v=1717619996\u0026amp;width=700 700w,\n                  https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/planar-air-heater11.jpg?v=1717619996\u0026amp;width=900 900w\" sizes=\"(max-width:900px) 100vw, 50vw\" alt=\"Yellow Planar 2D 2kW portable diesel heater\" loading=\"lazy\" decoding=\"async\"\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"pc-model-head\"\u003e\n\n              \u003cdiv class=\"pc-model-tag\"\u003e\n                Cap-it Pick for Most Rooftop Tents\n              \u003c\/div\u003e\n\n              \u003ch3\u003ePlanar 2D | 2kW\u003c\/h3\u003e\n\n              \u003cp\u003e\n                Efficient, lower-output portable heat for compact sleeping and camping spaces.\n              \u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"pc-model-body\"\u003e\n\n              \u003cstrong\u003eBest suited to:\u003c\/strong\u003e\n\n              \u003cul class=\"pc-use\"\u003e\n                \u003cli\u003eMost rooftop tents\u003c\/li\u003e\n                \u003cli\u003eCompact campers\u003c\/li\u003e\n                \u003cli\u003eSmaller vans\u003c\/li\u003e\n                \u003cli\u003eIce-fishing shelters\u003c\/li\u003e\n                \u003cli\u003eSmaller enclosed camping spaces\u003c\/li\u003e\n              \u003c\/ul\u003e\n\n              \u003cdiv class=\"pc-model-spec\"\u003e\n\n                \u003cdiv class=\"pc-mini\"\u003e\n                  \u003cstrong\u003e2.0 kW\u003c\/strong\u003e\n                  \u003cspan\u003eMax Output\u003c\/span\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"pc-mini\"\u003e\n                  \u003cstrong\u003e7,000\u003c\/strong\u003e\n                  \u003cspan\u003eBTU\u003c\/span\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"pc-mini\"\u003e\n                  \u003cstrong\u003e0.10-0.24\u003c\/strong\u003e\n                  \u003cspan\u003eL\/h Fuel\u003c\/span\u003e\n                \u003c\/div\u003e\n\n              \u003c\/div\u003e\n\n              \u003cdiv class=\"pc-card-cta\"\u003e\n                \u003cspan\u003eExplore Planar 2kW\u003c\/span\u003e\n                \u003cspan class=\"pc-card-arrow\"\u003e→\u003c\/span\u003e\n              \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n          \u003c\/article\u003e\n        \u003c\/a\u003e\n\n\n        \u003c!-- ENTIRE 4KW CARD CLICKABLE --\u003e\n        \u003ca class=\"pc-model-link\" href=\"https:\/\/shop.capit.com\/products\/planar-portable-4kw-diesel-air-heater\" aria-label=\"View Planar 4D 4kW Portable Diesel Heater\"\u003e\n\n          \u003carticle class=\"pc-model pc-model-4\"\u003e\n\n            \u003cdiv class=\"pc-model-image\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/planar-heater-4k-2.jpg?v=1707776290\u0026amp;width=900\" srcset=\"\n                  https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/planar-heater-4k-2.jpg?v=1707776290\u0026amp;width=500 500w,\n                  https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/planar-heater-4k-2.jpg?v=1707776290\u0026amp;width=700 700w,\n                  https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/planar-heater-4k-2.jpg?v=1707776290\u0026amp;width=900 900w\" sizes=\"(max-width:900px) 100vw, 50vw\" alt=\"Military green Planar 4D 4kW portable diesel heater\" loading=\"lazy\" decoding=\"async\"\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"pc-model-head\"\u003e\n\n              \u003cdiv class=\"pc-model-tag\"\u003e\n                High-Output Choice\n              \u003c\/div\u003e\n\n              \u003ch3\u003ePlanar 4D | 4kW\u003c\/h3\u003e\n\n              \u003cp\u003e\n                More heat and more airflow for larger spaces and greater winter heating demand.\n              \u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"pc-model-body\"\u003e\n\n              \u003cstrong\u003eBest suited to:\u003c\/strong\u003e\n\n              \u003cul class=\"pc-use\"\u003e\n                \u003cli\u003eLarger campers\u003c\/li\u003e\n                \u003cli\u003eLarger vans and motorhomes\u003c\/li\u003e\n                \u003cli\u003eEnclosed cargo trailers\u003c\/li\u003e\n                \u003cli\u003eLarger tents and shelters\u003c\/li\u003e\n                \u003cli\u003eApplications with greater heat demand\u003c\/li\u003e\n              \u003c\/ul\u003e\n\n              \u003cdiv class=\"pc-model-spec\"\u003e\n\n                \u003cdiv class=\"pc-mini\"\u003e\n                  \u003cstrong\u003e4.0 kW\u003c\/strong\u003e\n                  \u003cspan\u003eMax Output\u003c\/span\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"pc-mini\"\u003e\n                  \u003cstrong\u003e13,600\u003c\/strong\u003e\n                  \u003cspan\u003eBTU\u003c\/span\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"pc-mini\"\u003e\n                  \u003cstrong\u003e0.12-0.51\u003c\/strong\u003e\n                  \u003cspan\u003eL\/h Fuel\u003c\/span\u003e\n                \u003c\/div\u003e\n\n              \u003c\/div\u003e\n\n              \u003cdiv class=\"pc-card-cta\"\u003e\n                \u003cspan\u003eExplore Planar 4kW\u003c\/span\u003e\n                \u003cspan class=\"pc-card-arrow\"\u003e→\u003c\/span\u003e\n              \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n          \u003c\/article\u003e\n        \u003c\/a\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- CANADA --\u003e\n  \u003csection class=\"pc-canada\"\u003e\n    \u003cdiv class=\"pc-container\"\u003e\n\n      \u003cdiv class=\"pc-canada-grid\"\u003e\n\n        \u003cdiv class=\"pc-canada-image\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/planar-heater-military-green_422e0987-eed4-4200-b594-695055cc8fa0.jpg?v=1707776290\u0026amp;width=1000\" srcset=\"\n              https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/planar-heater-military-green_422e0987-eed4-4200-b594-695055cc8fa0.jpg?v=1707776290\u0026amp;width=600 600w,\n              https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/planar-heater-military-green_422e0987-eed4-4200-b594-695055cc8fa0.jpg?v=1707776290\u0026amp;width=1000 1000w\" sizes=\"(max-width:900px) 100vw, 50vw\" alt=\"Planar portable diesel heater Canadian cold weather heating system\" loading=\"lazy\" decoding=\"async\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n\n          \u003cdiv class=\"pc-eyebrow\"\u003eCanada First\u003c\/div\u003e\n\n          \u003ch2 class=\"pc-title\"\u003e\n            Built here. Supported here. Ready for a Canadian winter.\n          \u003c\/h2\u003e\n\n          \u003cp class=\"pc-lead\"\u003e\n            Planar portable heating systems combine premium diesel-fired heat with Canadian assembly, local technical knowledge and access to parts and service support.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            That matters when you're buying equipment intended to keep working for years, especially when that equipment becomes part of your cold-weather camping system.\n          \u003c\/p\u003e\n\n          \u003cdiv class=\"pc-canada-points\"\u003e\n\n            \u003cdiv class=\"pc-canada-point\"\u003e\n              \u003cstrong\u003eBC Assembly\u003c\/strong\u003e\n              \u003cspan\u003ePortable systems assembled in British Columbia.\u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"pc-canada-point\"\u003e\n              \u003cstrong\u003eCanadian Support\u003c\/strong\u003e\n              \u003cspan\u003eTechnical expertise and support close to home.\u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"pc-canada-point\"\u003e\n              \u003cstrong\u003eParts Availability\u003c\/strong\u003e\n              \u003cspan\u003eDesigned for ownership beyond the first winter.\u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"pc-canada-point\"\u003e\n              \u003cstrong\u003e2-Year Warranty\u003c\/strong\u003e\n              \u003cspan\u003eManufacturer-backed warranty protection.\u003c\/span\u003e\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- WHY PLANAR --\u003e\n  \u003csection class=\"pc-why\"\u003e\n    \u003cdiv class=\"pc-container\"\u003e\n\n      \u003cdiv class=\"pc-eyebrow\"\u003eWhy Planar?\u003c\/div\u003e\n\n      \u003ch2 class=\"pc-title\"\u003e\n        Built for the Cold.\u003cbr\u003eBuilt for the Long Haul.\n      \u003c\/h2\u003e\n\n      \u003cp class=\"pc-lead\"\u003e\n        A portable heater should be more than a source of warm air. Planar is built for customers who expect a professionally packaged heating system, quality components, serviceability, parts support and equipment designed for long-term ownership.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"pc-why-grid\"\u003e\n\n        \u003cdiv class=\"pc-why-card\"\u003e\n          \u003ch3\u003eComplete Portable Systems\u003c\/h3\u003e\n          \u003cp\u003eHeater, fuel delivery, intake, exhaust, controls and enclosure are brought together as purpose-built portable equipment.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pc-why-card\"\u003e\n          \u003ch3\u003eEfficient Diesel Heat\u003c\/h3\u003e\n          \u003cp\u003eDry forced-air heat with fuel consumption matched to the heater's output and intended application.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pc-why-card\"\u003e\n          \u003ch3\u003eServiceable Equipment\u003c\/h3\u003e\n          \u003cp\u003eDocumentation, replacement parts and support resources help make Planar a long-term equipment purchase.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pc-why-card\"\u003e\n          \u003ch3\u003eCold-Weather Versatility\u003c\/h3\u003e\n          \u003cp\u003eUse Planar with tents, campers, vans, trailers, shelters and other portable cold-weather setups.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pc-why-card\"\u003e\n          \u003ch3\u003eCanadian Support\u003c\/h3\u003e\n          \u003cp\u003eLocal knowledge matters when your heater is part of a serious winter camping system.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pc-why-card\"\u003e\n          \u003ch3\u003eTwo Output Choices\u003c\/h3\u003e\n          \u003cp\u003eChoose the 2kW for compact spaces or step up to the 4kW when you genuinely need more heat and airflow.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- RTT --\u003e\n  \u003csection class=\"pc-rtt\"\u003e\n    \u003cdiv class=\"pc-container\"\u003e\n\n      \u003cdiv class=\"pc-rtt-grid\"\u003e\n\n        \u003cdiv class=\"pc-rtt-image\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/planar-diesel-heater-alu-cab-rooftop-tent-heater-port.png?v=1788894322\u0026amp;width=1100\" srcset=\"\n              https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/planar-diesel-heater-alu-cab-rooftop-tent-heater-port.png?v=1788894322\u0026amp;width=650 650w,\n              https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/planar-diesel-heater-alu-cab-rooftop-tent-heater-port.png?v=1788894322\u0026amp;width=900 900w,\n              https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/planar-diesel-heater-alu-cab-rooftop-tent-heater-port.png?v=1788894322\u0026amp;width=1100 1100w\" sizes=\"(max-width:900px) 100vw, 52vw\" alt=\"Planar diesel heater connected to heater-ready Alu-Cab rooftop tent\" loading=\"lazy\" decoding=\"async\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n\n          \u003cdiv class=\"pc-eyebrow\"\u003e\n            Build a Complete Cold-Weather Camp\n          \u003c\/div\u003e\n\n          \u003ch2 class=\"pc-title\"\u003e\n            Planar + rooftop tent = more camping season.\n          \u003c\/h2\u003e\n\n          \u003cp class=\"pc-lead\"\u003e\n            A heater-ready rooftop tent and the right Planar portable diesel heater create a genuine cold-weather sleeping setup.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            For most rooftop tents, we'd start with the Planar 2D 2kW. Select Alu-Cab rooftop tents feature integrated heater ducting, allowing warm air to enter through a proper heater port while the diesel heater remains safely outside.\n          \u003c\/p\u003e\n\n          \u003ca class=\"pc-btn\" href=\"https:\/\/shop.capit.com\/collections\/alu-cab-tents-and-awnings\"\u003e\n            Shop Alu-Cab Rooftop Tents\n          \u003c\/a\u003e\n\n          \u003ca class=\"pc-btn pc-btn-outline\" href=\"https:\/\/shop.capit.com\/collections\/roof-top-tents\"\u003e\n            Shop All Rooftop Tents\n          \u003c\/a\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"pc-faq\"\u003e\n    \u003cdiv class=\"pc-container\"\u003e\n\n      \u003cdiv class=\"pc-eyebrow\"\u003e\n        Planar Diesel Heater Questions\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"pc-title\"\u003e\n        Choosing a portable diesel heater in Canada.\n      \u003c\/h2\u003e\n\n      \u003cdiv class=\"pc-faq-grid\"\u003e\n\n        \u003cdetails class=\"pc-faq-item\"\u003e\n          \u003csummary\u003e\n            What size Planar diesel heater is best for a rooftop tent?\n          \u003c\/summary\u003e\n          \u003cdiv class=\"pc-faq-answer\"\u003e\n            \u003cp\u003e\n              For most rooftop tents, Cap-it recommends starting with the Planar 2D 2kW. Its lower heat output, lower fuel consumption and lower electrical draw are generally better suited to compact sleeping spaces than simply choosing the highest-output heater available.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"pc-faq-item\"\u003e\n          \u003csummary\u003e\n            When should I choose the Planar 4kW?\n          \u003c\/summary\u003e\n          \u003cdiv class=\"pc-faq-answer\"\u003e\n            \u003cp\u003e\n              Choose the Planar 4D 4kW when you're heating a larger camper, van, motorhome, enclosed trailer, large tent or shelter where substantially more heating capacity and airflow are required.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"pc-faq-item\"\u003e\n          \u003csummary\u003e\n            Can a Planar diesel heater be used for winter camping?\n          \u003c\/summary\u003e\n          \u003cdiv class=\"pc-faq-answer\"\u003e\n            \u003cp\u003e\n              Yes. Planar portable diesel heaters are designed for cold-weather applications including rooftop tents, campers, vans, shelters and winter camps. The heater and combustion exhaust must remain outside occupied sleeping or living areas, with only the heated-air duct routed into the space.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"pc-faq-item\"\u003e\n          \u003csummary\u003e\n            Are Planar portable diesel heaters supported in Canada?\n          \u003c\/summary\u003e\n          \u003cdiv class=\"pc-faq-answer\"\u003e\n            \u003cp\u003e\n              Yes. Planar portable systems are assembled in British Columbia and are backed by Canadian technical support, replacement parts resources and a manufacturer-backed warranty.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"pc-faq-item\"\u003e\n          \u003csummary\u003e\n            What is the difference between the Planar 2kW and 4kW diesel heaters?\n          \u003c\/summary\u003e\n          \u003cdiv class=\"pc-faq-answer\"\u003e\n            \u003cp\u003e\n              The Planar 2D produces up to approximately 7,000 BTU and is better suited to compact spaces such as most rooftop tents. The Planar 4D produces up to approximately 13,600 BTU and moves substantially more air, making it better suited to larger campers, vans, trailers and shelters.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- FINAL --\u003e\n  \u003csection class=\"pc-final\"\u003e\n    \u003cdiv class=\"pc-container\"\u003e\n\n      \u003ch2\u003e\n        DON'T PUT ADVENTURE AWAY FOR WINTER.\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Choose the Planar that fits your space, build the right cold-weather setup, and keep camping long after the temperature drops.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","products":[{"product_id":"planar-portable-diesel-air-heater","title":"Planar Portable 2kw Diesel Air Heater","description":"\u003cstyle\u003e\n  .planar2d {\n    --yellow: #f2c400;\n    --gold: #8b6e00;\n    --ink: #171919;\n    --text: #303232;\n    --muted: #656766;\n    --light: #f5f5f2;\n    --line: #deded9;\n    --white: #ffffff;\n    font-family: inherit;\n    color: var(--text);\n    line-height: 1.6;\n  }\n\n  .planar2d * {\n    box-sizing: border-box;\n  }\n\n  .planar2d img {\n    display: block;\n    width: 100%;\n    max-width: 100%;\n    height: auto;\n  }\n\n  .planar2d h2,\n  .planar2d h3,\n  .planar2d p {\n    margin-top: 0;\n  }\n\n  .planar2d a {\n    text-decoration: none;\n  }\n\n  .p2-container {\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 24px;\n  }\n\n  .p2-eyebrow {\n    margin-bottom: 10px;\n    color: var(--gold);\n    font-size: 13px;\n    font-weight: 900;\n    letter-spacing: 2px;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .p2-title {\n    margin-bottom: 18px;\n    color: var(--ink);\n    font-size: clamp(30px, 4vw, 44px);\n    font-weight: 900;\n    letter-spacing: -1px;\n    line-height: 1.05;\n  }\n\n  .p2-lead {\n    max-width: 800px;\n    font-size: 18px;\n    line-height: 1.7;\n  }\n\n  .p2-btn {\n    display: inline-block;\n    margin-top: 20px;\n    padding: 14px 22px;\n    background: var(--ink);\n    color: #fff !important;\n    font-size: 13px;\n    font-weight: 900;\n    letter-spacing: .7px;\n    text-transform: uppercase;\n  }\n\n  .p2-btn:hover {\n    opacity: .86;\n  }\n\n  .p2-btn-yellow {\n    background: var(--yellow);\n    color: var(--ink) !important;\n  }\n\n  .p2-btn-outline {\n    margin-left: 8px;\n    border: 2px solid var(--ink);\n    background: transparent;\n    color: var(--ink) !important;\n  }\n\n\n  \/* HERO *\/\n\n  .p2-hero {\n    position: relative;\n    min-height: 540px;\n    overflow: hidden;\n    background: var(--ink);\n  }\n\n  .p2-hero img {\n    width: 100%;\n    height: 540px;\n    object-fit: cover;\n  }\n\n  .p2-hero-shade {\n    position: absolute;\n    inset: 0;\n    display: flex;\n    align-items: flex-end;\n    background:\n      linear-gradient(\n        90deg,\n        rgba(0,0,0,.78) 0%,\n        rgba(0,0,0,.50) 45%,\n        rgba(0,0,0,.08) 82%\n      );\n  }\n\n  .p2-hero-copy {\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 62px 24px;\n    color: #fff;\n  }\n\n  .p2-hero .p2-eyebrow {\n    color: var(--yellow);\n  }\n\n  .p2-hero h2 {\n    max-width: 780px;\n    margin-bottom: 18px;\n    color: #fff;\n    font-size: clamp(40px, 6vw, 70px);\n    font-weight: 950;\n    letter-spacing: -2px;\n    line-height: .97;\n  }\n\n  .p2-hero-copy \u003e p {\n    max-width: 700px;\n    margin-bottom: 12px;\n    font-size: 19px;\n  }\n\n  .p2-canada-line {\n    margin-bottom: 0 !important;\n    color: var(--yellow);\n    font-size: 13px !important;\n    font-weight: 900;\n    letter-spacing: 1.25px;\n    text-transform: uppercase;\n  }\n\n\n  \/* SPEC STRIP *\/\n\n  .p2-spec-strip {\n    background: var(--yellow);\n  }\n\n  .p2-spec-grid {\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n  }\n\n  .p2-spec {\n    padding: 23px 14px;\n    border-right: 1px solid rgba(0,0,0,.15);\n    text-align: center;\n  }\n\n  .p2-spec:last-child {\n    border-right: 0;\n  }\n\n  .p2-spec strong {\n    display: block;\n    color: var(--ink);\n    font-size: 20px;\n    font-weight: 950;\n    line-height: 1.15;\n  }\n\n  .p2-spec span {\n    display: block;\n    margin-top: 5px;\n    color: #453900;\n    font-size: 11px;\n    font-weight: 850;\n    letter-spacing: .8px;\n    text-transform: uppercase;\n  }\n\n\n  \/* TWO COLUMN *\/\n\n  .p2-split {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 58px;\n    align-items: center;\n  }\n\n  .p2-image {\n    overflow: hidden;\n    background: #ecece8;\n  }\n\n\n  \/* CANADA *\/\n\n  .p2-canada {\n    padding: 78px 0;\n    background: #fff;\n  }\n\n  .p2-canada-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 12px;\n    margin-top: 28px;\n  }\n\n  .p2-canada-item {\n    padding: 18px 19px;\n    border-left: 4px solid var(--yellow);\n    background: var(--light);\n  }\n\n  .p2-canada-item strong {\n    display: block;\n    margin-bottom: 3px;\n    color: var(--ink);\n    font-size: 15px;\n    font-weight: 900;\n  }\n\n  .p2-canada-item span {\n    color: var(--muted);\n    font-size: 14px;\n  }\n\n\n  \/* PRODUCT STORY *\/\n\n  .p2-story {\n    padding: 76px 0;\n    background: var(--light);\n  }\n\n  .p2-story-points {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n    margin-top: 32px;\n  }\n\n  .p2-story-card {\n    padding: 24px;\n    background: #fff;\n    border-top: 4px solid var(--yellow);\n  }\n\n  .p2-story-card h3 {\n    margin-bottom: 8px;\n    color: var(--ink);\n    font-size: 18px;\n    font-weight: 900;\n  }\n\n  .p2-story-card p {\n    margin-bottom: 0;\n    color: var(--muted);\n    font-size: 14px;\n  }\n\n\n  \/* PREMIUM *\/\n\n  .p2-premium {\n    padding: 78px 0;\n    background: var(--ink);\n    color: #e7e7e5;\n  }\n\n  .p2-premium .p2-eyebrow {\n    color: var(--yellow);\n  }\n\n  .p2-premium .p2-title {\n    color: #fff;\n  }\n\n  .p2-premium .p2-lead {\n    color: #d7d8d6;\n  }\n\n  .p2-premium-callout {\n    max-width: 900px;\n    margin-top: 27px;\n    padding: 22px 25px;\n    border-left: 5px solid var(--yellow);\n    background: rgba(255,255,255,.06);\n    color: #fff;\n    font-size: 20px;\n    font-weight: 850;\n  }\n\n  .p2-premium-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 15px;\n    margin-top: 36px;\n  }\n\n  .p2-premium-card {\n    padding: 23px;\n    border: 1px solid rgba(255,255,255,.13);\n  }\n\n  .p2-premium-card h3 {\n    margin-bottom: 8px;\n    color: var(--yellow);\n    font-size: 17px;\n    font-weight: 900;\n  }\n\n  .p2-premium-card p {\n    margin-bottom: 0;\n    color: #d4d5d3;\n    font-size: 14px;\n  }\n\n\n  \/* COMPARISON *\/\n\n  .p2-compare {\n    padding: 78px 0;\n    background: #fff;\n  }\n\n  .p2-compare-intro {\n    max-width: 850px;\n  }\n\n  .p2-compare-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 22px;\n    margin-top: 36px;\n  }\n\n  .p2-model {\n    overflow: hidden;\n    border: 1px solid var(--line);\n    background: #fff;\n  }\n\n  .p2-model-primary {\n    border: 3px solid var(--yellow);\n  }\n\n  .p2-model-head {\n    padding: 25px 27px;\n    background: var(--light);\n  }\n\n  .p2-model-primary .p2-model-head {\n    background: var(--yellow);\n  }\n\n  .p2-model-tag {\n    margin-bottom: 6px;\n    color: var(--gold);\n    font-size: 11px;\n    font-weight: 900;\n    letter-spacing: 1.4px;\n    text-transform: uppercase;\n  }\n\n  .p2-model-primary .p2-model-tag {\n    color: #514300;\n  }\n\n  .p2-model h3 {\n    margin-bottom: 6px;\n    color: var(--ink);\n    font-size: 29px;\n    font-weight: 950;\n  }\n\n  .p2-model-head p {\n    margin-bottom: 0;\n    color: var(--muted);\n  }\n\n  .p2-model-body {\n    padding: 26px;\n  }\n\n  .p2-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 24px;\n    padding: 11px 0;\n    border-bottom: 1px solid #e4e4df;\n  }\n\n  .p2-row strong {\n    color: var(--ink);\n  }\n\n  .p2-row span {\n    text-align: right;\n  }\n\n  .p2-best {\n    margin: 22px 0 7px;\n    color: var(--ink);\n    font-weight: 900;\n  }\n\n  .p2-use-list {\n    margin: 0;\n    padding-left: 20px;\n  }\n\n  .p2-use-list li {\n    margin-bottom: 6px;\n  }\n\n  .p2-recommendation {\n    margin-top: 27px;\n    padding: 23px;\n    background: var(--light);\n    border-left: 5px solid var(--yellow);\n  }\n\n  .p2-recommendation strong {\n    color: var(--ink);\n  }\n\n\n  \/* ALU-CAB *\/\n\n  .p2-rtt {\n    background: var(--light);\n  }\n\n  .p2-rtt-grid {\n    display: grid;\n    grid-template-columns: 1.08fr .92fr;\n  }\n\n  .p2-rtt-image {\n    min-height: 520px;\n  }\n\n  .p2-rtt-image img {\n    width: 100%;\n    height: 100%;\n    min-height: 520px;\n    object-fit: cover;\n  }\n\n  .p2-rtt-copy {\n    display: flex;\n    align-items: center;\n    padding: 64px;\n  }\n\n  .p2-rtt-inner {\n    max-width: 560px;\n  }\n\n\n  \/* HOW *\/\n\n  .p2-how {\n    padding: 76px 0;\n    background: #fff;\n  }\n\n  .p2-steps {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 20px;\n    margin-top: 34px;\n  }\n\n  .p2-step {\n    padding-top: 18px;\n    border-top: 3px solid var(--yellow);\n  }\n\n  .p2-step-num {\n    margin-bottom: 7px;\n    color: var(--gold);\n    font-size: 12px;\n    font-weight: 900;\n    letter-spacing: 1px;\n  }\n\n  .p2-step h3 {\n    margin-bottom: 6px;\n    color: var(--ink);\n    font-size: 17px;\n    font-weight: 900;\n  }\n\n  .p2-step p {\n    margin-bottom: 0;\n    color: var(--muted);\n    font-size: 14px;\n  }\n\n\n  \/* INCLUDED *\/\n\n  .p2-included {\n    padding: 76px 0;\n    background: var(--light);\n  }\n\n  .p2-checks {\n    margin: 23px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .p2-checks li {\n    position: relative;\n    margin-bottom: 10px;\n    padding-left: 26px;\n  }\n\n  .p2-checks li:before {\n    position: absolute;\n    left: 0;\n    color: var(--gold);\n    content: \"✓\";\n    font-weight: 900;\n  }\n\n\n  \/* TECH *\/\n\n  .p2-tech {\n    padding: 76px 0;\n    background: #fff;\n  }\n\n  .p2-table {\n    width: 100%;\n    margin-top: 30px;\n    border-collapse: collapse;\n    background: var(--light);\n  }\n\n  .p2-table th,\n  .p2-table td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--line);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .p2-table th {\n    width: 40%;\n    color: var(--ink);\n    font-weight: 850;\n  }\n\n  .p2-table tr:last-child th,\n  .p2-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n\n  \/* SAFETY *\/\n\n  .p2-safety {\n    padding: 46px 0;\n    background: var(--yellow);\n  }\n\n  .p2-safety-inner {\n    max-width: 940px;\n  }\n\n  .p2-safety h3 {\n    margin-bottom: 8px;\n    color: var(--ink);\n    font-size: 23px;\n    font-weight: 950;\n  }\n\n  .p2-safety p {\n    margin-bottom: 0;\n    color: #393000;\n  }\n\n\n  \/* FINANCING *\/\n\n  .p2-finance {\n    padding: 54px 0;\n    background: #fff;\n  }\n\n  .p2-finance-box {\n    max-width: 930px;\n    margin: 0 auto;\n    padding: 30px;\n    border: 1px solid var(--line);\n    text-align: center;\n  }\n\n  .p2-finance-box h3 {\n    margin-bottom: 8px;\n    color: var(--ink);\n    font-size: 25px;\n    font-weight: 950;\n  }\n\n  .p2-finance-box p {\n    max-width: 730px;\n    margin: 0 auto;\n    color: var(--muted);\n  }\n\n  .p2-finance-note {\n    margin-top: 12px !important;\n    font-size: 12px;\n  }\n\n\n  \/* FINAL *\/\n\n  .p2-final {\n    padding: 66px 0;\n    background: var(--light);\n    text-align: center;\n  }\n\n  .p2-final h2 {\n    margin-bottom: 15px;\n    color: var(--ink);\n    font-size: clamp(31px, 5vw, 49px);\n    font-weight: 950;\n    letter-spacing: -1px;\n    line-height: 1.03;\n  }\n\n  .p2-final p {\n    max-width: 780px;\n    margin: 0 auto;\n    color: var(--muted);\n    font-size: 17px;\n  }\n\n\n  \/* TABLET *\/\n\n  @media (max-width: 900px) {\n    .p2-split,\n    .p2-compare-grid,\n    .p2-rtt-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .p2-spec-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .p2-story-points,\n    .p2-premium-grid {\n      grid-template-columns: 1fr 1fr;\n    }\n\n    .p2-rtt-image,\n    .p2-rtt-image img {\n      min-height: 360px;\n    }\n\n    .p2-rtt-copy {\n      padding: 48px 24px;\n    }\n\n    .p2-steps {\n      grid-template-columns: 1fr 1fr;\n    }\n  }\n\n\n  \/* MOBILE *\/\n\n  @media (max-width: 600px) {\n    .p2-container {\n      padding: 0 18px;\n    }\n\n    .p2-hero,\n    .p2-hero img {\n      min-height: 470px;\n      height: 470px;\n    }\n\n    .p2-hero-copy {\n      padding: 40px 18px;\n    }\n\n    .p2-spec-grid {\n      grid-template-columns: 1fr 1fr;\n    }\n\n    .p2-spec:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .p2-canada-grid,\n    .p2-story-points,\n    .p2-premium-grid,\n    .p2-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .p2-btn,\n    .p2-btn-outline {\n      display: block;\n      width: 100%;\n      margin-left: 0;\n      text-align: center;\n    }\n\n    .p2-btn-outline {\n      margin-top: 10px;\n    }\n\n    .p2-row {\n      display: block;\n    }\n\n    .p2-row span {\n      display: block;\n      margin-top: 2px;\n      text-align: left;\n    }\n\n    .p2-table th,\n    .p2-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .p2-table th {\n      padding-bottom: 3px;\n      border-bottom: 0;\n    }\n\n    .p2-table td {\n      padding-top: 3px;\n    }\n\n    .p2-finance-box {\n      padding: 25px 19px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"planar2d\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"p2-hero\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/planar-air-heater11.jpg?v=1717619996\u0026amp;width=1600\" srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/planar-air-heater11.jpg?v=1717619996\u0026amp;width=700 700w,\n        https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/planar-air-heater11.jpg?v=1717619996\u0026amp;width=1100 1100w,\n        https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/planar-air-heater11.jpg?v=1717619996\u0026amp;width=1600 1600w\" sizes=\"100vw\" alt=\"Planar Portable 2D 2kW diesel air heater for rooftop tents, camping and cold weather use\"\u003e\n\u003cdiv class=\"p2-hero-shade\"\u003e\n\u003cdiv class=\"p2-hero-copy\"\u003e\n\u003cdiv class=\"p2-eyebrow\"\u003ePlanar Portable 2D Diesel Heater\u003c\/div\u003e\n\u003ch2\u003eKEEP CAMPING.\u003cbr\u003eWINTER INCLUDED.\u003c\/h2\u003e\n\u003cp\u003ePremium portable diesel heat for rooftop tents, campers, vans, ice-fishing shelters and cold-weather adventure.\u003c\/p\u003e\n\u003cp class=\"p2-canada-line\"\u003ePortable system designed, built \u0026amp; assembled in Langley, British Columbia\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- QUICK SPECS --\u003e\n\u003csection class=\"p2-spec-strip\"\u003e\n\u003cdiv class=\"p2-container\"\u003e\n\u003cdiv class=\"p2-spec-grid\"\u003e\n\u003cdiv class=\"p2-spec\"\u003e\n\u003cstrong\u003e2.0 kW\u003c\/strong\u003e \u003cspan\u003eMax Output\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p2-spec\"\u003e\n\u003cstrong\u003e7,000 BTU\u003c\/strong\u003e \u003cspan\u003eMax Heat\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p2-spec\"\u003e\n\u003cstrong\u003e0.10-0.24 L\/h\u003c\/strong\u003e \u003cspan\u003eFuel Use\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p2-spec\"\u003e\n\u003cstrong\u003e12V DC\u003c\/strong\u003e \u003cspan\u003ePower\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p2-spec\"\u003e\n\u003cstrong\u003e8,200 ft\u003c\/strong\u003e \u003cspan\u003eAltitude Rated\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- BUILT IN BC --\u003e\n\u003csection class=\"p2-canada\"\u003e\n\u003cdiv class=\"p2-container\"\u003e\n\u003cdiv class=\"p2-split\"\u003e\n\u003cdiv class=\"p2-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/planar-heater-military-green_422e0987-eed4-4200-b594-695055cc8fa0.jpg?v=1707776290\u0026amp;width=1000\" srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/planar-heater-military-green_422e0987-eed4-4200-b594-695055cc8fa0.jpg?v=1707776290\u0026amp;width=600 600w,\n              https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/planar-heater-military-green_422e0987-eed4-4200-b594-695055cc8fa0.jpg?v=1707776290\u0026amp;width=1000 1000w\" sizes=\"(max-width:900px) 100vw, 50vw\" alt=\"Planar Portable 2D diesel heater in rugged Canadian-made NANUK case\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"p2-eyebrow\"\u003eCanada First\u003c\/div\u003e\n\u003ch2 class=\"p2-title\"\u003eBuilt here. Supported here. Ready for a Canadian winter.\u003c\/h2\u003e\n\u003cp class=\"p2-lead\"\u003eThe Planar Portable 2D is more than a diesel heater placed inside a box. The portable heating system is designed, built and assembled in Langley, British Columbia, bringing the heater, fuel system, intake, exhaust, controller and hot-air delivery together in one purpose-built package.\u003c\/p\u003e\n\u003cp\u003eProtecting the system is a rugged \u003cstrong\u003eCanadian-made NANUK case\u003c\/strong\u003e. Behind it is Canadian parts availability, technical knowledge and service support, exactly what you want when your heater is part of your cold-weather camping system.\u003c\/p\u003e\n\u003cdiv class=\"p2-canada-grid\"\u003e\n\u003cdiv class=\"p2-canada-item\"\u003e\n\u003cstrong\u003eDesigned in BC\u003c\/strong\u003e \u003cspan\u003eA purpose-built portable heating system for demanding outdoor use.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p2-canada-item\"\u003e\n\u003cstrong\u003eBuilt \u0026amp; Assembled in BC\u003c\/strong\u003e \u003cspan\u003eCompleted in Langley, British Columbia.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p2-canada-item\"\u003e\n\u003cstrong\u003eCanadian-Made NANUK Case\u003c\/strong\u003e \u003cspan\u003ePremium protection manufactured in Canada.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p2-canada-item\"\u003e\n\u003cstrong\u003eCanadian Support\u003c\/strong\u003e \u003cspan\u003eParts, technical support and service available close to home.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WHAT IT IS --\u003e\n\u003csection class=\"p2-story\"\u003e\n\u003cdiv class=\"p2-container\"\u003e\n\u003cdiv class=\"p2-eyebrow\"\u003ePortable Diesel Heat Done Properly\u003c\/div\u003e\n\u003ch2 class=\"p2-title\"\u003eOne complete system. Serious cold-weather capability.\u003c\/h2\u003e\n\u003cp class=\"p2-lead\"\u003eThe Planar 2D delivers dry, diesel-fired heat without requiring a permanent heater installation. Add diesel or kerosene, connect a suitable 12V power source, position the heater safely outside your occupied space and route the heated-air duct where you need warmth.\u003c\/p\u003e\n\u003cdiv class=\"p2-story-points\"\u003e\n\u003cdiv class=\"p2-story-card\"\u003e\n\u003ch3\u003eIdeal for Rooftop Tents\u003c\/h3\u003e\n\u003cp\u003eWith output from approximately 0.8 to 2.0 kW, the Planar 2D is particularly well suited to compact sleeping spaces and heater-ready rooftop tents.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p2-story-card\"\u003e\n\u003ch3\u003eMove It Between Adventures\u003c\/h3\u003e\n\u003cp\u003eUse one heater with different tents, vehicles, shelters or camps instead of permanently dedicating it to one setup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p2-story-card\"\u003e\n\u003ch3\u003eDry, Efficient Heat\u003c\/h3\u003e\n\u003cp\u003eDiesel-fired warm air helps make cold nights more comfortable while consuming approximately 0.10 to 0.24 litres of fuel per hour.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WHY PREMIUM --\u003e\n\u003csection class=\"p2-premium\"\u003e\n\u003cdiv class=\"p2-container\"\u003e\n\u003cdiv class=\"p2-eyebrow\"\u003eWhy Planar?\u003c\/div\u003e\n\u003ch2 class=\"p2-title\"\u003eBuilt for the Cold.\u003cbr\u003eBuilt for the Long Haul.\u003c\/h2\u003e\n\u003cp class=\"p2-lead\"\u003ePlenty of diesel heaters can produce heat. Planar is built for customers who expect more: a professionally packaged portable system, quality components, serviceability, parts support and a product designed for long-term ownership.\u003c\/p\u003e\n\u003cdiv class=\"p2-premium-callout\"\u003eBuilt here. Supported here. Designed to be serviced, not treated as disposable.\u003c\/div\u003e\n\u003cdiv class=\"p2-premium-grid\"\u003e\n\u003cdiv class=\"p2-premium-card\"\u003e\n\u003ch3\u003ePurpose-Built Portable System\u003c\/h3\u003e\n\u003cp\u003eThe heater, fuel delivery, intake, exhaust, controls and protective enclosure work together as a complete portable package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p2-premium-card\"\u003e\n\u003ch3\u003eCanadian-Made NANUK Protection\u003c\/h3\u003e\n\u003cp\u003eA premium hard case protects the heater and supporting equipment during travel, storage and real outdoor use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p2-premium-card\"\u003e\n\u003ch3\u003eBC Assembly\u003c\/h3\u003e\n\u003cp\u003eThe portable package is designed, built and assembled in Langley, British Columbia.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p2-premium-card\"\u003e\n\u003ch3\u003eParts \u0026amp; Documentation\u003c\/h3\u003e\n\u003cp\u003ePlanar supports long-term ownership with replacement parts, technical documentation and service resources.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p2-premium-card\"\u003e\n\u003ch3\u003e2-Year Warranty\u003c\/h3\u003e\n\u003cp\u003eManufacturer-backed warranty support provides added confidence in premium equipment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p2-premium-card\"\u003e\n\u003ch3\u003eEfficient Performance\u003c\/h3\u003e\n\u003cp\u003eUp to 7,000 BTU of heat with fuel consumption as low as approximately 0.10 litres per hour.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 2KW VS 4KW --\u003e\n\u003csection class=\"p2-compare\"\u003e\n\u003cdiv class=\"p2-container\"\u003e\n\u003cdiv class=\"p2-compare-intro\"\u003e\n\u003cdiv class=\"p2-eyebrow\"\u003eWhich Planar Diesel Heater Do I Need?\u003c\/div\u003e\n\u003ch2 class=\"p2-title\"\u003ePlanar 2kW vs 4kW\u003c\/h2\u003e\n\u003cp class=\"p2-lead\"\u003eMore heat is not automatically better. Choosing the right diesel heater depends largely on the size of the space you're heating. For most rooftop tents and smaller camping spaces, we recommend starting with the Planar 2D 2kW.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p2-compare-grid\"\u003e\n\u003c!-- 2KW --\u003e\n\u003cdiv class=\"p2-model p2-model-primary\"\u003e\n\u003cdiv class=\"p2-model-head\"\u003e\n\u003cdiv class=\"p2-model-tag\"\u003eCap-it Pick for Most Rooftop Tents\u003c\/div\u003e\n\u003ch3\u003ePlanar 2D | 2kW\u003c\/h3\u003e\n\u003cp\u003eLower minimum output and lower fuel and electrical consumption make it an excellent match for compact spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p2-model-body\"\u003e\n\u003cdiv class=\"p2-row\"\u003e\n\u003cstrong\u003eHeat Output\u003c\/strong\u003e \u003cspan\u003e0.8-2.0 kW\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p2-row\"\u003e\n\u003cstrong\u003eMaximum Heat\u003c\/strong\u003e \u003cspan\u003e7,000 BTU\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p2-row\"\u003e\n\u003cstrong\u003eFuel Consumption\u003c\/strong\u003e \u003cspan\u003e0.10-0.24 L\/h\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p2-row\"\u003e\n\u003cstrong\u003eAirflow\u003c\/strong\u003e \u003cspan\u003e34-75 m³\/h\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p2-row\"\u003e\n\u003cstrong\u003ePower Consumption\u003c\/strong\u003e \u003cspan\u003e10-29W\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p2-best\"\u003eBest suited to:\u003c\/div\u003e\n\u003cul class=\"p2-use-list\"\u003e\n\u003cli\u003eRooftop tents\u003c\/li\u003e\n\u003cli\u003eCompact campers\u003c\/li\u003e\n\u003cli\u003eSmaller vans\u003c\/li\u003e\n\u003cli\u003eIce-fishing shelters\u003c\/li\u003e\n\u003cli\u003eSmaller enclosed camping spaces\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4KW --\u003e\n\u003cdiv class=\"p2-model\"\u003e\n\u003cdiv class=\"p2-model-head\"\u003e\n\u003cdiv class=\"p2-model-tag\"\u003eFor Larger Spaces\u003c\/div\u003e\n\u003ch3\u003ePlanar 4D | 4kW\u003c\/h3\u003e\n\u003cp\u003eGreater heat output and airflow for applications with substantially more interior volume or heating demand.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p2-model-body\"\u003e\n\u003cdiv class=\"p2-row\"\u003e\n\u003cstrong\u003eHeat Output\u003c\/strong\u003e \u003cspan\u003e1.0-4.0 kW\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p2-row\"\u003e\n\u003cstrong\u003eMaximum Heat\u003c\/strong\u003e \u003cspan\u003e13,600 BTU\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p2-row\"\u003e\n\u003cstrong\u003eFuel Consumption\u003c\/strong\u003e \u003cspan\u003e0.12-0.51 L\/h\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p2-row\"\u003e\n\u003cstrong\u003eAirflow\u003c\/strong\u003e \u003cspan\u003e70-168 m³\/h\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p2-row\"\u003e\n\u003cstrong\u003ePower Consumption\u003c\/strong\u003e \u003cspan\u003e10-57W\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p2-best\"\u003eBest suited to:\u003c\/div\u003e\n\u003cul class=\"p2-use-list\"\u003e\n\u003cli\u003eLarger campers\u003c\/li\u003e\n\u003cli\u003eLarger vans and motorhomes\u003c\/li\u003e\n\u003cli\u003eEnclosed cargo trailers\u003c\/li\u003e\n\u003cli\u003eLarger tents and shelters\u003c\/li\u003e\n\u003cli\u003eApplications requiring substantially more heat\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ca class=\"p2-btn\" href=\"https:\/\/shop.capit.com\/products\/planar-portable-4kw-diesel-air-heater\"\u003e Shop Planar 4kW \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p2-recommendation\"\u003e\n\u003cstrong\u003eHeating a rooftop tent?\u003c\/strong\u003e For most RTT applications, we'd choose the Planar 2D 2kW. A smaller sleeping space generally benefits from the 2D's lower minimum heat output and lower fuel and power consumption rather than simply choosing the largest heater available.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ALU-CAB \/ RTT --\u003e\n\u003csection class=\"p2-rtt\"\u003e\n\u003cdiv class=\"p2-rtt-grid\"\u003e\n\u003cdiv class=\"p2-rtt-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/planar-diesel-heater-alu-cab-rooftop-tent-heater-port.png?v=1788894322\u0026amp;width=1200\" srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/planar-diesel-heater-alu-cab-rooftop-tent-heater-port.png?v=1788894322\u0026amp;width=650 650w,\n            https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/planar-diesel-heater-alu-cab-rooftop-tent-heater-port.png?v=1788894322\u0026amp;width=900 900w,\n            https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/planar-diesel-heater-alu-cab-rooftop-tent-heater-port.png?v=1788894322\u0026amp;width=1200 1200w\" sizes=\"(max-width:900px) 100vw, 55vw\" alt=\"Planar diesel heater hose connected through integrated heater port on Alu-Cab rooftop tent\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"p2-rtt-copy\"\u003e\n\u003cdiv class=\"p2-rtt-inner\"\u003e\n\u003cdiv class=\"p2-eyebrow\"\u003eBuild Your Cold-Weather Camp\u003c\/div\u003e\n\u003ch2 class=\"p2-title\"\u003ePlanar + Alu-Cab. Made for winter camping.\u003c\/h2\u003e\n\u003cp class=\"p2-lead\"\u003ePair a Planar Portable 2D with a heater-ready rooftop tent and you have a genuine cold-weather sleeping system. Keep the heater safely outside and route the heated-air duct through the tent's dedicated heater port.\u003c\/p\u003e\n\u003cp\u003eSelect \u003cstrong\u003eAlu-Cab rooftop tents\u003c\/strong\u003e feature integrated heater ducting, making Planar a natural premium pairing for Canadian shoulder-season and winter camping.\u003c\/p\u003e\n\u003ca class=\"p2-btn\" href=\"https:\/\/shop.capit.com\/collections\/alu-cab-tents-and-awnings\"\u003e Shop Alu-Cab Rooftop Tents \u003c\/a\u003e \u003ca class=\"p2-btn p2-btn-outline\" href=\"https:\/\/shop.capit.com\/collections\/roof-top-tents\"\u003e Shop All Rooftop Tents \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- HOW IT WORKS --\u003e\n\u003csection class=\"p2-how\"\u003e\n\u003cdiv class=\"p2-container\"\u003e\n\u003cdiv class=\"p2-eyebrow\"\u003eHow Does a Portable Diesel Heater Work?\u003c\/div\u003e\n\u003ch2 class=\"p2-title\"\u003eFrom cold camp to warm camp.\u003c\/h2\u003e\n\u003cdiv class=\"p2-steps\"\u003e\n\u003cdiv class=\"p2-step\"\u003e\n\u003cdiv class=\"p2-step-num\"\u003e01 \/ FUEL\u003c\/div\u003e\n\u003ch3\u003eAdd Fuel\u003c\/h3\u003e\n\u003cp\u003eThe Planar 2D operates on diesel or kerosene.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p2-step\"\u003e\n\u003cdiv class=\"p2-step-num\"\u003e02 \/ POWER\u003c\/div\u003e\n\u003ch3\u003eConnect 12V Power\u003c\/h3\u003e\n\u003cp\u003eConnect the heater to a suitable 12V DC power source.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p2-step\"\u003e\n\u003cdiv class=\"p2-step-num\"\u003e03 \/ DUCT\u003c\/div\u003e\n\u003ch3\u003eRoute Warm Air\u003c\/h3\u003e\n\u003cp\u003eKeep the heater outside and route the heated-air duct into your shelter.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p2-step\"\u003e\n\u003cdiv class=\"p2-step-num\"\u003e04 \/ HEAT\u003c\/div\u003e\n\u003ch3\u003eSet Your Comfort\u003c\/h3\u003e\n\u003cp\u003eUse the wired controller to manage heater operation and output.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- INCLUDED --\u003e\n\u003csection class=\"p2-included\"\u003e\n\u003cdiv class=\"p2-container\"\u003e\n\u003cdiv class=\"p2-split\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"p2-eyebrow\"\u003eReady for Adventure\u003c\/div\u003e\n\u003ch2 class=\"p2-title\"\u003eA self-contained portable heating system.\u003c\/h2\u003e\n\u003cp class=\"p2-lead\"\u003ePlanar packages the essential components into one portable system rather than leaving you to engineer your own solution around a standalone diesel heater.\u003c\/p\u003e\n\u003cul class=\"p2-checks\"\u003e\n\u003cli\u003ePlanar 2D diesel air heater\u003c\/li\u003e\n\u003cli\u003eCanadian-made NANUK protective case\u003c\/li\u003e\n\u003cli\u003eIntegrated fuel system\u003c\/li\u003e\n\u003cli\u003eExhaust system with silencer\u003c\/li\u003e\n\u003cli\u003eCombustion air intake with filter\u003c\/li\u003e\n\u003cli\u003eRemote wired controller\u003c\/li\u003e\n\u003cli\u003eHot-air ducting connection\u003c\/li\u003e\n\u003cli\u003e12V DC operation\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p2-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/products\/planar-air-heater6.jpg?v=1707775487\u0026amp;width=1000\" srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/products\/planar-air-heater6.jpg?v=1707775487\u0026amp;width=600 600w,\n              https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/products\/planar-air-heater6.jpg?v=1707775487\u0026amp;width=1000 1000w\" sizes=\"(max-width:900px) 100vw, 50vw\" alt=\"Planar Portable 2D diesel heater system and components\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TECHNICAL --\u003e\n\u003csection class=\"p2-tech\"\u003e\n\u003cdiv class=\"p2-container\"\u003e\n\u003cdiv class=\"p2-eyebrow\"\u003ePlanar 2D Specifications\u003c\/div\u003e\n\u003ch2 class=\"p2-title\"\u003eTechnical specifications.\u003c\/h2\u003e\n\u003cp class=\"p2-lead\"\u003eLooking for Planar 2D fuel consumption, power draw, heat output or altitude capability? Here are the key specifications for the Portable 2D-12V.\u003c\/p\u003e\n\u003ctable class=\"p2-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eModel\u003c\/th\u003e\n\u003ctd\u003ePlanar Portable 2D-12V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eHeat Output\u003c\/th\u003e\n\u003ctd\u003e0.8-2.0 kW \/ approximately 2,700-7,000 BTU\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFuel\u003c\/th\u003e\n\u003ctd\u003eDiesel or kerosene\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFuel Consumption\u003c\/th\u003e\n\u003ctd\u003eApproximately 0.10-0.24 L\/h\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSupply Voltage\u003c\/th\u003e\n\u003ctd\u003e12V DC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower Consumption\u003c\/th\u003e\n\u003ctd\u003e10-29W \/ approximately 0.8-2.42A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eAirflow\u003c\/th\u003e\n\u003ctd\u003e34-75 m³\/h\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eOperating Modes\u003c\/th\u003e\n\u003ctd\u003eTemperature \/ Power\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eAltitude Capability\u003c\/th\u003e\n\u003ctd\u003eUp to approximately 8,200 ft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eHeater Weight\u003c\/th\u003e\n\u003ctd\u003e11.6 kg \/ 25.5 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProtective Case\u003c\/th\u003e\n\u003ctd\u003eCanadian-made NANUK hard case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePortable System\u003c\/th\u003e\n\u003ctd\u003eDesigned, built and assembled in Langley, British Columbia\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eAvailable Colours\u003c\/th\u003e\n\u003ctd\u003eYellow \/ Military Green\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWarranty\u003c\/th\u003e\n\u003ctd\u003e2-year manufacturer-backed warranty\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!-- SAFETY --\u003e\n\u003csection class=\"p2-safety\"\u003e\n\u003cdiv class=\"p2-container\"\u003e\n\u003cdiv class=\"p2-safety-inner\"\u003e\n\u003ch3\u003eUse Your Planar Heater Safely\u003c\/h3\u003e\n\u003cp\u003eThe heater and combustion exhaust must remain outside the occupied sleeping or living space. Route only the heated-air duct into the shelter. Always follow Planar operating instructions, maintain required clearances and ventilation, and use a carbon monoxide detector when operating combustion heating equipment around an occupied shelter.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL SELL --\u003e\n\u003csection class=\"p2-final\"\u003e\n\u003cdiv class=\"p2-container\"\u003e\n\u003cdiv class=\"p2-eyebrow\"\u003eBuilt in BC. Built for the Cold.\u003c\/div\u003e\n\u003ch2\u003eMORE SEASON.\u003cbr\u003eMORE ADVENTURE.\u003c\/h2\u003e\n\u003cp\u003eThe Planar Portable 2D combines efficient diesel heat, Canadian-built integration, a Canadian-made NANUK case and local support in a premium portable heating system designed for people who don't put their adventures away when winter arrives.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FLEXITI --\u003e\n\u003csection class=\"p2-finance\"\u003e\n\u003cdiv class=\"p2-container\"\u003e\n\u003cdiv class=\"p2-finance-box\"\u003e\n\u003cdiv class=\"p2-eyebrow\"\u003eFlexible Payment Option\u003c\/div\u003e\n\u003ch3\u003eFlexiti Equal Payments | No Interest Over 6 Months\u003c\/h3\u003e\n\u003cp\u003eReady to add premium cold-weather heat to your setup? Eligible purchases can be financed with Flexiti Equal Payments with no interest over 6 months.\u003c\/p\u003e\n\u003cp class=\"p2-finance-note\"\u003eSubject to approval and applicable Flexiti terms and conditions. See in-store or financing details for complete program information.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Planar","offers":[{"title":"Yellow","offer_id":44398091206892,"sku":"2D-12-HA-PORT-Y","price":1991.0,"currency_code":"CAD","in_stock":true},{"title":"Military Green","offer_id":44398091239660,"sku":"2D-12-HA-PORT-G","price":1991.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/products\/planar-air-heater11.jpg?v=1663623385"},{"product_id":"planar-portable-4kw-diesel-air-heater","title":"Planar Portable 4kw Diesel Air Heater","description":"\u003cstyle\u003e\n  .planar4d {\n    --yellow: #f2c400;\n    --gold: #8b6e00;\n    --ink: #171919;\n    --text: #303232;\n    --muted: #656766;\n    --light: #f5f5f2;\n    --line: #deded9;\n    --white: #ffffff;\n    font-family: inherit;\n    color: var(--text);\n    line-height: 1.6;\n  }\n\n  .planar4d * {\n    box-sizing: border-box;\n  }\n\n  .planar4d img {\n    display: block;\n    width: 100%;\n    max-width: 100%;\n    height: auto;\n  }\n\n  .planar4d h2,\n  .planar4d h3,\n  .planar4d p {\n    margin-top: 0;\n  }\n\n  .planar4d a {\n    text-decoration: none;\n  }\n\n  .p4-container {\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 24px;\n  }\n\n  .p4-eyebrow {\n    margin-bottom: 10px;\n    color: var(--gold);\n    font-size: 13px;\n    font-weight: 900;\n    letter-spacing: 2px;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .p4-title {\n    margin-bottom: 18px;\n    color: var(--ink);\n    font-size: clamp(30px, 4vw, 44px);\n    font-weight: 900;\n    letter-spacing: -1px;\n    line-height: 1.05;\n  }\n\n  .p4-lead {\n    max-width: 820px;\n    font-size: 18px;\n    line-height: 1.7;\n  }\n\n  .p4-btn {\n    display: inline-block;\n    margin-top: 20px;\n    padding: 14px 22px;\n    background: var(--ink);\n    color: #fff !important;\n    font-size: 13px;\n    font-weight: 900;\n    letter-spacing: .7px;\n    text-transform: uppercase;\n  }\n\n  .p4-btn:hover {\n    opacity: .86;\n  }\n\n  .p4-btn-outline {\n    margin-left: 8px;\n    border: 2px solid var(--ink);\n    background: transparent;\n    color: var(--ink) !important;\n  }\n\n\n  \/* HERO *\/\n\n  .p4-hero {\n    position: relative;\n    min-height: 540px;\n    overflow: hidden;\n    background: var(--ink);\n  }\n\n  .p4-hero img {\n    width: 100%;\n    height: 540px;\n    object-fit: cover;\n  }\n\n  .p4-hero-shade {\n    position: absolute;\n    inset: 0;\n    display: flex;\n    align-items: flex-end;\n    background: linear-gradient(\n      90deg,\n      rgba(0,0,0,.80) 0%,\n      rgba(0,0,0,.52) 45%,\n      rgba(0,0,0,.08) 82%\n    );\n  }\n\n  .p4-hero-copy {\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 62px 24px;\n    color: #fff;\n  }\n\n  .p4-hero .p4-eyebrow {\n    color: var(--yellow);\n  }\n\n  .p4-hero h2 {\n    max-width: 800px;\n    margin-bottom: 18px;\n    color: #fff;\n    font-size: clamp(40px, 6vw, 70px);\n    font-weight: 950;\n    letter-spacing: -2px;\n    line-height: .97;\n  }\n\n  .p4-hero-copy \u003e p {\n    max-width: 720px;\n    margin-bottom: 12px;\n    font-size: 19px;\n  }\n\n  .p4-canada-line {\n    margin-bottom: 0 !important;\n    color: var(--yellow);\n    font-size: 13px !important;\n    font-weight: 900;\n    letter-spacing: 1.25px;\n    text-transform: uppercase;\n  }\n\n\n  \/* SPEC STRIP *\/\n\n  .p4-spec-strip {\n    background: var(--yellow);\n  }\n\n  .p4-spec-grid {\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n  }\n\n  .p4-spec {\n    padding: 23px 14px;\n    border-right: 1px solid rgba(0,0,0,.15);\n    text-align: center;\n  }\n\n  .p4-spec:last-child {\n    border-right: 0;\n  }\n\n  .p4-spec strong {\n    display: block;\n    color: var(--ink);\n    font-size: 20px;\n    font-weight: 950;\n    line-height: 1.15;\n  }\n\n  .p4-spec span {\n    display: block;\n    margin-top: 5px;\n    color: #453900;\n    font-size: 11px;\n    font-weight: 850;\n    letter-spacing: .8px;\n    text-transform: uppercase;\n  }\n\n\n  \/* SHARED *\/\n\n  .p4-split {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 58px;\n    align-items: center;\n  }\n\n  .p4-image {\n    overflow: hidden;\n    background: #ecece8;\n  }\n\n\n  \/* CANADA *\/\n\n  .p4-canada {\n    padding: 78px 0;\n    background: #fff;\n  }\n\n  .p4-canada-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 12px;\n    margin-top: 28px;\n  }\n\n  .p4-canada-item {\n    padding: 18px 19px;\n    border-left: 4px solid var(--yellow);\n    background: var(--light);\n  }\n\n  .p4-canada-item strong {\n    display: block;\n    margin-bottom: 3px;\n    color: var(--ink);\n    font-size: 15px;\n    font-weight: 900;\n  }\n\n  .p4-canada-item span {\n    color: var(--muted);\n    font-size: 14px;\n  }\n\n\n  \/* HIGH OUTPUT STORY *\/\n\n  .p4-story {\n    padding: 76px 0;\n    background: var(--light);\n  }\n\n  .p4-story-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n    margin-top: 32px;\n  }\n\n  .p4-story-card {\n    padding: 24px;\n    background: #fff;\n    border-top: 4px solid var(--yellow);\n  }\n\n  .p4-story-card h3 {\n    margin-bottom: 8px;\n    color: var(--ink);\n    font-size: 18px;\n    font-weight: 900;\n  }\n\n  .p4-story-card p {\n    margin-bottom: 0;\n    color: var(--muted);\n    font-size: 14px;\n  }\n\n\n  \/* PREMIUM *\/\n\n  .p4-premium {\n    padding: 78px 0;\n    background: var(--ink);\n    color: #e7e7e5;\n  }\n\n  .p4-premium .p4-eyebrow {\n    color: var(--yellow);\n  }\n\n  .p4-premium .p4-title {\n    color: #fff;\n  }\n\n  .p4-premium .p4-lead {\n    color: #d7d8d6;\n  }\n\n  .p4-premium-callout {\n    max-width: 900px;\n    margin-top: 27px;\n    padding: 22px 25px;\n    border-left: 5px solid var(--yellow);\n    background: rgba(255,255,255,.06);\n    color: #fff;\n    font-size: 20px;\n    font-weight: 850;\n  }\n\n  .p4-premium-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 15px;\n    margin-top: 36px;\n  }\n\n  .p4-premium-card {\n    padding: 23px;\n    border: 1px solid rgba(255,255,255,.13);\n  }\n\n  .p4-premium-card h3 {\n    margin-bottom: 8px;\n    color: var(--yellow);\n    font-size: 17px;\n    font-weight: 900;\n  }\n\n  .p4-premium-card p {\n    margin-bottom: 0;\n    color: #d4d5d3;\n    font-size: 14px;\n  }\n\n\n  \/* COMPARISON *\/\n\n  .p4-compare {\n    padding: 78px 0;\n    background: #fff;\n  }\n\n  .p4-compare-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 22px;\n    margin-top: 36px;\n  }\n\n  .p4-model {\n    overflow: hidden;\n    border: 1px solid var(--line);\n    background: #fff;\n  }\n\n  .p4-model-primary {\n    border: 3px solid var(--yellow);\n  }\n\n  .p4-model-head {\n    padding: 25px 27px;\n    background: var(--light);\n  }\n\n  .p4-model-primary .p4-model-head {\n    background: var(--yellow);\n  }\n\n  .p4-model-tag {\n    margin-bottom: 6px;\n    color: var(--gold);\n    font-size: 11px;\n    font-weight: 900;\n    letter-spacing: 1.4px;\n    text-transform: uppercase;\n  }\n\n  .p4-model-primary .p4-model-tag {\n    color: #514300;\n  }\n\n  .p4-model h3 {\n    margin-bottom: 6px;\n    color: var(--ink);\n    font-size: 29px;\n    font-weight: 950;\n  }\n\n  .p4-model-head p {\n    margin-bottom: 0;\n    color: var(--muted);\n  }\n\n  .p4-model-body {\n    padding: 26px;\n  }\n\n  .p4-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 24px;\n    padding: 11px 0;\n    border-bottom: 1px solid #e4e4df;\n  }\n\n  .p4-row strong {\n    color: var(--ink);\n  }\n\n  .p4-row span {\n    text-align: right;\n  }\n\n  .p4-best {\n    margin: 22px 0 7px;\n    color: var(--ink);\n    font-weight: 900;\n  }\n\n  .p4-use-list {\n    margin: 0;\n    padding-left: 20px;\n  }\n\n  .p4-use-list li {\n    margin-bottom: 6px;\n  }\n\n  .p4-recommendation {\n    margin-top: 27px;\n    padding: 23px;\n    background: var(--light);\n    border-left: 5px solid var(--yellow);\n  }\n\n\n  \/* LIFESTYLE *\/\n\n  .p4-lifestyle {\n    padding: 76px 0;\n    background: var(--light);\n  }\n\n  .p4-lifestyle-image img {\n    max-height: 570px;\n    object-fit: cover;\n  }\n\n\n  \/* HOW *\/\n\n  .p4-how {\n    padding: 76px 0;\n    background: #fff;\n  }\n\n  .p4-steps {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 20px;\n    margin-top: 34px;\n  }\n\n  .p4-step {\n    padding-top: 18px;\n    border-top: 3px solid var(--yellow);\n  }\n\n  .p4-step-num {\n    margin-bottom: 7px;\n    color: var(--gold);\n    font-size: 12px;\n    font-weight: 900;\n    letter-spacing: 1px;\n  }\n\n  .p4-step h3 {\n    margin-bottom: 6px;\n    color: var(--ink);\n    font-size: 17px;\n    font-weight: 900;\n  }\n\n  .p4-step p {\n    margin-bottom: 0;\n    color: var(--muted);\n    font-size: 14px;\n  }\n\n\n  \/* INCLUDED *\/\n\n  .p4-included {\n    padding: 76px 0;\n    background: var(--light);\n  }\n\n  .p4-checks {\n    margin: 23px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .p4-checks li {\n    position: relative;\n    margin-bottom: 10px;\n    padding-left: 26px;\n  }\n\n  .p4-checks li:before {\n    position: absolute;\n    left: 0;\n    color: var(--gold);\n    content: \"✓\";\n    font-weight: 900;\n  }\n\n\n  \/* TECH *\/\n\n  .p4-tech {\n    padding: 76px 0;\n    background: #fff;\n  }\n\n  .p4-table {\n    width: 100%;\n    margin-top: 30px;\n    border-collapse: collapse;\n    background: var(--light);\n  }\n\n  .p4-table th,\n  .p4-table td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--line);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .p4-table th {\n    width: 40%;\n    color: var(--ink);\n    font-weight: 850;\n  }\n\n  .p4-table tr:last-child th,\n  .p4-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n\n  \/* SAFETY *\/\n\n  .p4-safety {\n    padding: 46px 0;\n    background: var(--yellow);\n  }\n\n  .p4-safety-inner {\n    max-width: 940px;\n  }\n\n  .p4-safety h3 {\n    margin-bottom: 8px;\n    color: var(--ink);\n    font-size: 23px;\n    font-weight: 950;\n  }\n\n  .p4-safety p {\n    margin-bottom: 0;\n    color: #393000;\n  }\n\n\n  \/* FINAL *\/\n\n  .p4-final {\n    padding: 66px 0;\n    background: var(--light);\n    text-align: center;\n  }\n\n  .p4-final h2 {\n    margin-bottom: 15px;\n    color: var(--ink);\n    font-size: clamp(31px, 5vw, 49px);\n    font-weight: 950;\n    letter-spacing: -1px;\n    line-height: 1.03;\n  }\n\n  .p4-final p {\n    max-width: 800px;\n    margin: 0 auto;\n    color: var(--muted);\n    font-size: 17px;\n  }\n\n\n  \/* FINANCE *\/\n\n  .p4-finance {\n    padding: 54px 0;\n    background: #fff;\n  }\n\n  .p4-finance-box {\n    max-width: 930px;\n    margin: 0 auto;\n    padding: 30px;\n    border: 1px solid var(--line);\n    text-align: center;\n  }\n\n  .p4-finance-box h3 {\n    margin-bottom: 8px;\n    color: var(--ink);\n    font-size: 25px;\n    font-weight: 950;\n  }\n\n  .p4-finance-box p {\n    max-width: 730px;\n    margin: 0 auto;\n    color: var(--muted);\n  }\n\n  .p4-finance-note {\n    margin-top: 12px !important;\n    font-size: 12px;\n  }\n\n\n  \/* TABLET *\/\n\n  @media (max-width: 900px) {\n    .p4-split,\n    .p4-compare-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .p4-spec-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .p4-story-grid,\n    .p4-premium-grid {\n      grid-template-columns: 1fr 1fr;\n    }\n\n    .p4-steps {\n      grid-template-columns: 1fr 1fr;\n    }\n  }\n\n\n  \/* MOBILE *\/\n\n  @media (max-width: 600px) {\n    .p4-container {\n      padding: 0 18px;\n    }\n\n    .p4-hero,\n    .p4-hero img {\n      min-height: 470px;\n      height: 470px;\n    }\n\n    .p4-hero-copy {\n      padding: 40px 18px;\n    }\n\n    .p4-spec-grid {\n      grid-template-columns: 1fr 1fr;\n    }\n\n    .p4-spec:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .p4-canada-grid,\n    .p4-story-grid,\n    .p4-premium-grid,\n    .p4-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .p4-btn,\n    .p4-btn-outline {\n      display: block;\n      width: 100%;\n      margin-left: 0;\n      text-align: center;\n    }\n\n    .p4-btn-outline {\n      margin-top: 10px;\n    }\n\n    .p4-row {\n      display: block;\n    }\n\n    .p4-row span {\n      display: block;\n      margin-top: 2px;\n      text-align: left;\n    }\n\n    .p4-table th,\n    .p4-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .p4-table th {\n      padding-bottom: 3px;\n      border-bottom: 0;\n    }\n\n    .p4-table td {\n      padding-top: 3px;\n    }\n\n    .p4-finance-box {\n      padding: 25px 19px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"planar4d\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"p4-hero\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/planar-heater-4k.jpg?v=1707776290\u0026amp;width=1600\" srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/planar-heater-4k.jpg?v=1707776290\u0026amp;width=700 700w,\n        https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/planar-heater-4k.jpg?v=1707776290\u0026amp;width=1100 1100w,\n        https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/planar-heater-4k.jpg?v=1707776290\u0026amp;width=1600 1600w\" sizes=\"100vw\" alt=\"Planar Portable 4D 4kW diesel air heater for campers vans trailers and cold weather camping\"\u003e\n\u003cdiv class=\"p4-hero-shade\"\u003e\n\u003cdiv class=\"p4-hero-copy\"\u003e\n\u003cdiv class=\"p4-eyebrow\"\u003ePlanar Portable 4D Diesel Heater\u003c\/div\u003e\n\u003ch2\u003eBIGGER SPACE.\u003cbr\u003eMORE HEAT.\u003c\/h2\u003e\n\u003cp\u003eUp to 13,600 BTU of premium portable diesel heat for larger campers, vans, motorhomes, enclosed trailers, shelters and serious cold-weather adventure.\u003c\/p\u003e\n\u003cp class=\"p4-canada-line\"\u003ePortable system designed, built \u0026amp; assembled in British Columbia\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- QUICK SPECS --\u003e\n\u003csection class=\"p4-spec-strip\"\u003e\n\u003cdiv class=\"p4-container\"\u003e\n\u003cdiv class=\"p4-spec-grid\"\u003e\n\u003cdiv class=\"p4-spec\"\u003e\n\u003cstrong\u003e4.0 kW\u003c\/strong\u003e \u003cspan\u003eMax Output\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p4-spec\"\u003e\n\u003cstrong\u003e13,600 BTU\u003c\/strong\u003e \u003cspan\u003eMax Heat\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p4-spec\"\u003e\n\u003cstrong\u003e0.12-0.51 L\/h\u003c\/strong\u003e \u003cspan\u003eFuel Use\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p4-spec\"\u003e\n\u003cstrong\u003e12V DC\u003c\/strong\u003e \u003cspan\u003ePower\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p4-spec\"\u003e\n\u003cstrong\u003e8,200 ft\u003c\/strong\u003e \u003cspan\u003eAltitude Rated\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CANADA --\u003e\n\u003csection class=\"p4-canada\"\u003e\n\u003cdiv class=\"p4-container\"\u003e\n\u003cdiv class=\"p4-split\"\u003e\n\u003cdiv class=\"p4-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/planar-heater-4k-2.jpg?v=1707776290\u0026amp;width=1000\" srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/planar-heater-4k-2.jpg?v=1707776290\u0026amp;width=600 600w,\n              https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/planar-heater-4k-2.jpg?v=1707776290\u0026amp;width=1000 1000w\" sizes=\"(max-width:900px) 100vw, 50vw\" alt=\"Planar Portable 4D 4kW diesel heater in rugged protective case\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"p4-eyebrow\"\u003eCanada First\u003c\/div\u003e\n\u003ch2 class=\"p4-title\"\u003eBuilt here. Supported here. Ready for serious cold.\u003c\/h2\u003e\n\u003cp class=\"p4-lead\"\u003eThe Planar Portable 4D takes a powerful 4kW diesel air heater and turns it into a complete portable heating system designed for demanding cold-weather use.\u003c\/p\u003e\n\u003cp\u003eThe portable system is assembled in British Columbia, bringing the heater, fuel delivery, intake, exhaust, controller and hot-air system together inside a rugged protective package. Add Canadian parts availability, technical knowledge and service support, and the result is equipment designed for long-term ownership.\u003c\/p\u003e\n\u003cdiv class=\"p4-canada-grid\"\u003e\n\u003cdiv class=\"p4-canada-item\"\u003e\n\u003cstrong\u003eCanadian Assembly\u003c\/strong\u003e \u003cspan\u003eThe portable heating system is assembled in British Columbia.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p4-canada-item\"\u003e\n\u003cstrong\u003ePremium Protective Case\u003c\/strong\u003e \u003cspan\u003eA crushproof, rain-resistant enclosure protects the complete system.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p4-canada-item\"\u003e\n\u003cstrong\u003eCanadian Parts Support\u003c\/strong\u003e \u003cspan\u003eReplacement parts and technical resources for long-term ownership.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p4-canada-item\"\u003e\n\u003cstrong\u003eCanadian Technical Support\u003c\/strong\u003e \u003cspan\u003eReal support when the equipment you're relying on is your source of heat.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- HIGH OUTPUT STORY --\u003e\n\u003csection class=\"p4-story\"\u003e\n\u003cdiv class=\"p4-container\"\u003e\n\u003cdiv class=\"p4-eyebrow\"\u003eHigh-Output Portable Diesel Heat\u003c\/div\u003e\n\u003ch2 class=\"p4-title\"\u003eWhen 2kW isn't enough, step up to 4kW.\u003c\/h2\u003e\n\u003cp class=\"p4-lead\"\u003eThe Planar 4D delivers approximately 3,400 to 13,600 BTU of dry diesel-fired heat. Its greater output and substantially higher airflow make it the better choice when you're heating a larger interior volume or facing greater heat loss in demanding winter conditions.\u003c\/p\u003e\n\u003cdiv class=\"p4-story-grid\"\u003e\n\u003cdiv class=\"p4-story-card\"\u003e\n\u003ch3\u003eLarger Campers \u0026amp; Vans\u003c\/h3\u003e\n\u003cp\u003eMore heating capacity and airflow for larger vehicle interiors where a compact 2kW heater may not provide enough reserve.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p4-story-card\"\u003e\n\u003ch3\u003eTrailers \u0026amp; Large Shelters\u003c\/h3\u003e\n\u003cp\u003eA portable solution for enclosed cargo trailers, larger camp tents, hunting setups and other spaces with greater interior volume.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p4-story-card\"\u003e\n\u003ch3\u003eOne Heater. Multiple Setups.\u003c\/h3\u003e\n\u003cp\u003eMove the complete heater between vehicles, trailers and camps instead of permanently installing a heating system in one location.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PREMIUM --\u003e\n\u003csection class=\"p4-premium\"\u003e\n\u003cdiv class=\"p4-container\"\u003e\n\u003cdiv class=\"p4-eyebrow\"\u003eWhy Planar?\u003c\/div\u003e\n\u003ch2 class=\"p4-title\"\u003eBuilt for the Cold.\u003cbr\u003eBuilt for the Long Haul.\u003c\/h2\u003e\n\u003cp class=\"p4-lead\"\u003ePlenty of diesel heaters can produce heat. Planar is built for customers who expect more: a professionally packaged portable system, quality components, serviceability, parts support and equipment designed for long-term ownership.\u003c\/p\u003e\n\u003cdiv class=\"p4-premium-callout\"\u003ePremium portable heat, backed by the parts, documentation and support to keep it working.\u003c\/div\u003e\n\u003cdiv class=\"p4-premium-grid\"\u003e\n\u003cdiv class=\"p4-premium-card\"\u003e\n\u003ch3\u003ePurpose-Built Portable System\u003c\/h3\u003e\n\u003cp\u003eHeater, fuel delivery, intake, exhaust, controller and enclosure work together as one complete package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p4-premium-card\"\u003e\n\u003ch3\u003eSerious Heat Output\u003c\/h3\u003e\n\u003cp\u003eUp to 4.0 kW or approximately 13,600 BTU for larger spaces and demanding cold-weather applications.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p4-premium-card\"\u003e\n\u003ch3\u003eCanadian Assembly\u003c\/h3\u003e\n\u003cp\u003eThe portable heater system is assembled in British Columbia for the Canadian outdoor market.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p4-premium-card\"\u003e\n\u003ch3\u003eParts \u0026amp; Documentation\u003c\/h3\u003e\n\u003cp\u003eReplacement parts, operating documentation and repair resources support long-term ownership.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p4-premium-card\"\u003e\n\u003ch3\u003e2-Year Warranty\u003c\/h3\u003e\n\u003cp\u003eManufacturer-backed warranty support provides added confidence in premium equipment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p4-premium-card\"\u003e\n\u003ch3\u003eBuilt for Real Applications\u003c\/h3\u003e\n\u003cp\u003eCampers, vans, motorhomes, tents, ice-fishing huts, trailers and other larger cold-weather spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- COMPARISON --\u003e\n\u003csection class=\"p4-compare\"\u003e\n\u003cdiv class=\"p4-container\"\u003e\n\u003cdiv class=\"p4-eyebrow\"\u003eWhich Planar Diesel Heater Do I Need?\u003c\/div\u003e\n\u003ch2 class=\"p4-title\"\u003ePlanar 4kW vs 2kW\u003c\/h2\u003e\n\u003cp class=\"p4-lead\"\u003eChoose the heater for the space, not simply the biggest number. The 4D is designed for applications where greater interior volume, airflow or heat loss calls for more heating capacity. For smaller spaces and most rooftop tents, the Planar 2D 2kW is usually the better fit.\u003c\/p\u003e\n\u003cdiv class=\"p4-compare-grid\"\u003e\n\u003c!-- 4KW --\u003e\n\u003cdiv class=\"p4-model p4-model-primary\"\u003e\n\u003cdiv class=\"p4-model-head\"\u003e\n\u003cdiv class=\"p4-model-tag\"\u003eHigh-Output Choice\u003c\/div\u003e\n\u003ch3\u003ePlanar 4D | 4kW\u003c\/h3\u003e\n\u003cp\u003eMore output and more airflow for larger spaces and greater cold-weather heating demand.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p4-model-body\"\u003e\n\u003cdiv class=\"p4-row\"\u003e\n\u003cstrong\u003eHeat Output\u003c\/strong\u003e \u003cspan\u003e1.0-4.0 kW\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p4-row\"\u003e\n\u003cstrong\u003eMaximum Heat\u003c\/strong\u003e \u003cspan\u003e13,600 BTU\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p4-row\"\u003e\n\u003cstrong\u003eFuel Consumption\u003c\/strong\u003e \u003cspan\u003e0.12-0.51 L\/h\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p4-row\"\u003e\n\u003cstrong\u003eAirflow\u003c\/strong\u003e \u003cspan\u003e70-168 m³\/h\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p4-row\"\u003e\n\u003cstrong\u003ePower Consumption\u003c\/strong\u003e \u003cspan\u003e10-57W\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p4-best\"\u003eBest suited to:\u003c\/div\u003e\n\u003cul class=\"p4-use-list\"\u003e\n\u003cli\u003eLarger campers\u003c\/li\u003e\n\u003cli\u003eLarger vans and motorhomes\u003c\/li\u003e\n\u003cli\u003eEnclosed cargo trailers\u003c\/li\u003e\n\u003cli\u003eLarger tents and shelters\u003c\/li\u003e\n\u003cli\u003eApplications with greater heat demand\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2KW --\u003e\n\u003cdiv class=\"p4-model\"\u003e\n\u003cdiv class=\"p4-model-head\"\u003e\n\u003cdiv class=\"p4-model-tag\"\u003eHeating a Smaller Space?\u003c\/div\u003e\n\u003ch3\u003ePlanar 2D | 2kW\u003c\/h3\u003e\n\u003cp\u003eLower minimum output and lower consumption make the 2D a better match for compact spaces and most rooftop tents.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p4-model-body\"\u003e\n\u003cdiv class=\"p4-row\"\u003e\n\u003cstrong\u003eHeat Output\u003c\/strong\u003e \u003cspan\u003e0.8-2.0 kW\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p4-row\"\u003e\n\u003cstrong\u003eMaximum Heat\u003c\/strong\u003e \u003cspan\u003e7,000 BTU\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p4-row\"\u003e\n\u003cstrong\u003eFuel Consumption\u003c\/strong\u003e \u003cspan\u003e0.10-0.24 L\/h\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p4-row\"\u003e\n\u003cstrong\u003eAirflow\u003c\/strong\u003e \u003cspan\u003e34-75 m³\/h\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p4-row\"\u003e\n\u003cstrong\u003ePower Consumption\u003c\/strong\u003e \u003cspan\u003e10-29W\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p4-best\"\u003eBest suited to:\u003c\/div\u003e\n\u003cul class=\"p4-use-list\"\u003e\n\u003cli\u003eMost rooftop tents\u003c\/li\u003e\n\u003cli\u003eCompact campers\u003c\/li\u003e\n\u003cli\u003eSmaller vans\u003c\/li\u003e\n\u003cli\u003eIce-fishing shelters\u003c\/li\u003e\n\u003cli\u003eSmaller enclosed spaces\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ca class=\"p4-btn\" href=\"https:\/\/shop.capit.com\/products\/planar-portable-diesel-air-heater\"\u003e Shop Planar 2kW \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p4-recommendation\"\u003e\n\u003cstrong\u003eWhich should you choose?\u003c\/strong\u003e If you're heating a typical rooftop tent or another compact sleeping space, we'd generally choose the Planar 2D 2kW. If you're heating a larger camper, van, motorhome, trailer or shelter where you need substantially more airflow and heating capacity, that's where the Planar 4D earns its place.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- LARGE SPACE APPLICATION --\u003e\n\u003csection class=\"p4-lifestyle\"\u003e\n\u003cdiv class=\"p4-container\"\u003e\n\u003cdiv class=\"p4-split\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"p4-eyebrow\"\u003eMore Space Needs More Heater\u003c\/div\u003e\n\u003ch2 class=\"p4-title\"\u003eBuilt to heat beyond the rooftop tent.\u003c\/h2\u003e\n\u003cp class=\"p4-lead\"\u003eWith up to 13,600 BTU and 168 m³\/h of airflow, the Planar 4D is where we'd look when the space you're heating becomes significantly larger.\u003c\/p\u003e\n\u003cp\u003eThink larger vans, campers and motorhomes, enclosed trailers, hunting camps, larger tents and shelters, or other applications where the smaller 2D simply doesn't have enough heating capacity.\u003c\/p\u003e\n\u003cp\u003ePlanar also lists the portable 4D for marine applications on boats up to approximately 30 feet.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p4-image p4-lifestyle-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/planar-heater-4k-7.jpg?v=1707776290\u0026amp;width=1000\" srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/planar-heater-4k-7.jpg?v=1707776290\u0026amp;width=600 600w,\n              https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/planar-heater-4k-7.jpg?v=1707776290\u0026amp;width=1000 1000w\" sizes=\"(max-width:900px) 100vw, 50vw\" alt=\"Planar Portable 4D diesel heater for larger cold weather camping spaces\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- HOW IT WORKS --\u003e\n\u003csection class=\"p4-how\"\u003e\n\u003cdiv class=\"p4-container\"\u003e\n\u003cdiv class=\"p4-eyebrow\"\u003eHow Does the Planar 4D Portable Diesel Heater Work?\u003c\/div\u003e\n\u003ch2 class=\"p4-title\"\u003eSerious heat without a permanent installation.\u003c\/h2\u003e\n\u003cdiv class=\"p4-steps\"\u003e\n\u003cdiv class=\"p4-step\"\u003e\n\u003cdiv class=\"p4-step-num\"\u003e01 \/ FUEL\u003c\/div\u003e\n\u003ch3\u003eAdd Fuel\u003c\/h3\u003e\n\u003cp\u003eThe Planar 4D operates on diesel or kerosene.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p4-step\"\u003e\n\u003cdiv class=\"p4-step-num\"\u003e02 \/ POWER\u003c\/div\u003e\n\u003ch3\u003eConnect 12V Power\u003c\/h3\u003e\n\u003cp\u003eConnect the heater to a suitable 12V DC power source.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p4-step\"\u003e\n\u003cdiv class=\"p4-step-num\"\u003e03 \/ DUCT\u003c\/div\u003e\n\u003ch3\u003eRoute Warm Air\u003c\/h3\u003e\n\u003cp\u003ePosition the heater safely outside and route the heated-air duct into the space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p4-step\"\u003e\n\u003cdiv class=\"p4-step-num\"\u003e04 \/ HEAT\u003c\/div\u003e\n\u003ch3\u003eTurn Up the Heat\u003c\/h3\u003e\n\u003cp\u003eUse the wired controller to manage heater operation and power output.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- INCLUDED --\u003e\n\u003csection class=\"p4-included\"\u003e\n\u003cdiv class=\"p4-container\"\u003e\n\u003cdiv class=\"p4-split\"\u003e\n\u003cdiv class=\"p4-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/planar-heater-4k-10.jpg?v=1707776290\u0026amp;width=1000\" srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/planar-heater-4k-10.jpg?v=1707776290\u0026amp;width=600 600w,\n              https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/planar-heater-4k-10.jpg?v=1707776290\u0026amp;width=1000 1000w\" sizes=\"(max-width:900px) 100vw, 50vw\" alt=\"Planar Portable 4D 4kW diesel heating system\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"p4-eyebrow\"\u003eReady for Adventure\u003c\/div\u003e\n\u003ch2 class=\"p4-title\"\u003eHigh-output heat. One self-contained system.\u003c\/h2\u003e\n\u003cp class=\"p4-lead\"\u003eThe Planar Portable 4D packages the essential components into one transportable system, giving you serious heating capacity without having to engineer your own portable installation.\u003c\/p\u003e\n\u003cul class=\"p4-checks\"\u003e\n\u003cli\u003ePlanar 4D 4kW diesel air heater\u003c\/li\u003e\n\u003cli\u003eCrushproof, rain-resistant protective case\u003c\/li\u003e\n\u003cli\u003eIntegrated fuel system\u003c\/li\u003e\n\u003cli\u003eExhaust system with silencer\u003c\/li\u003e\n\u003cli\u003eCombustion air intake with filter\u003c\/li\u003e\n\u003cli\u003eRemote wired controller\u003c\/li\u003e\n\u003cli\u003e3-inch hot-air ducting connection\u003c\/li\u003e\n\u003cli\u003e12V DC operation\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TECH --\u003e\n\u003csection class=\"p4-tech\"\u003e\n\u003cdiv class=\"p4-container\"\u003e\n\u003cdiv class=\"p4-eyebrow\"\u003ePlanar 4D Specifications\u003c\/div\u003e\n\u003ch2 class=\"p4-title\"\u003eTechnical specifications.\u003c\/h2\u003e\n\u003cp class=\"p4-lead\"\u003eLooking for Planar 4D heat output, fuel consumption, electrical draw, airflow or altitude capability? Here are the key specifications for the Portable 4D-12V.\u003c\/p\u003e\n\u003ctable class=\"p4-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eModel\u003c\/th\u003e\n\u003ctd\u003ePlanar Portable 4D-12V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eHeat Output\u003c\/th\u003e\n\u003ctd\u003e1.0-4.0 kW \/ approximately 3,400-13,600 BTU\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFuel\u003c\/th\u003e\n\u003ctd\u003eDiesel or kerosene\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFuel Consumption\u003c\/th\u003e\n\u003ctd\u003eApproximately 0.12-0.51 L\/h\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSupply Voltage\u003c\/th\u003e\n\u003ctd\u003e12V DC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower Consumption\u003c\/th\u003e\n\u003ctd\u003e10-57W \/ approximately 0.8-4.75A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eAirflow\u003c\/th\u003e\n\u003ctd\u003e70-168 m³\/h\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eOperating Mode\u003c\/th\u003e\n\u003ctd\u003ePower\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eAltitude Capability\u003c\/th\u003e\n\u003ctd\u003eUp to approximately 8,200 ft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eHeater Weight\u003c\/th\u003e\n\u003ctd\u003e15 kg \/ 33 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePackage Size\u003c\/th\u003e\n\u003ctd\u003e635 × 483 × 483 mm \/ 25 × 19 × 19 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePortable System\u003c\/th\u003e\n\u003ctd\u003eAssembled in British Columbia, Canada\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eAvailable Colours\u003c\/th\u003e\n\u003ctd\u003eYellow \/ Military Green\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWarranty\u003c\/th\u003e\n\u003ctd\u003e2-year manufacturer-backed warranty\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!-- SAFETY --\u003e\n\u003csection class=\"p4-safety\"\u003e\n\u003cdiv class=\"p4-container\"\u003e\n\u003cdiv class=\"p4-safety-inner\"\u003e\n\u003ch3\u003eUse Your Planar Heater Safely\u003c\/h3\u003e\n\u003cp\u003eThe heater and combustion exhaust must remain outside the occupied sleeping or living space. Route only the heated-air duct into the shelter or interior space. Always follow Planar operating instructions, maintain required clearances and ventilation, and use a carbon monoxide detector when operating combustion heating equipment around an occupied space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL --\u003e\n\u003csection class=\"p4-final\"\u003e\n\u003cdiv class=\"p4-container\"\u003e\n\u003cdiv class=\"p4-eyebrow\"\u003eMore Heat. More Capability.\u003c\/div\u003e\n\u003ch2\u003eWHEN THE SPACE GETS BIGGER,\u003cbr\u003eBRING MORE HEAT.\u003c\/h2\u003e\n\u003cp\u003eThe Planar Portable 4D combines up to 13,600 BTU of diesel-fired heat, high airflow, Canadian assembly and long-term parts and technical support in one premium portable heating system built for serious cold-weather use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FLEXITI --\u003e\n\u003csection class=\"p4-finance\"\u003e\n\u003cdiv class=\"p4-container\"\u003e\n\u003cdiv class=\"p4-finance-box\"\u003e\n\u003cdiv class=\"p4-eyebrow\"\u003eFlexible Payment Option\u003c\/div\u003e\n\u003ch3\u003eFlexiti Equal Payments | No Interest Over 6 Months\u003c\/h3\u003e\n\u003cp\u003eReady to add premium cold-weather heat to your setup? Eligible purchases can be financed with Flexiti Equal Payments with no interest over 6 months.\u003c\/p\u003e\n\u003cp class=\"p4-finance-note\"\u003eSubject to approval and applicable Flexiti terms and conditions. See in-store or financing details for complete program information.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Planar","offers":[{"title":"Yellow","offer_id":44398189609196,"sku":"4D-12-HA-PORT-Y","price":2150.0,"currency_code":"CAD","in_stock":true},{"title":"Military Green","offer_id":44398189641964,"sku":"4D-12-HA-PORT-G","price":2150.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/planar-heater-4k-13.jpg?v=1688059694"}],"url":"https:\/\/shop.capit.com\/collections\/planar-portable-diesel-heaters-canada.oembed","provider":"Shop Cap-it","version":"1.0","type":"link"}