{"product_id":"frontier-camper","title":"Frontier Camper","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\" rel=\"preconnect\"\u003e \u003clink crossorigin=\"\" href=\"https:\/\/fonts.gstatic.com\" rel=\"preconnect\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@400;600;700\u0026amp;family=Barlow:wght@400;500\u0026amp;display=swap\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    font-family: 'Barlow', sans-serif;\n    background: #fff;\n    color: #1a1a18;\n  }\n\n  .pd-wrap {\n    max-width: 780px;\n    margin: 0 auto;\n    padding: 32px 24px 64px;\n  }\n\n  \/* ── INTRO ── *\/\n  .pd-intro {\n    font-size: 15px;\n    color: #5f5e5a;\n    line-height: 1.7;\n    margin-bottom: 36px;\n    padding-bottom: 28px;\n    border-bottom: 1px solid #f0ede8;\n  }\n\n  \/* ── SECTION LABEL ── *\/\n  .pd-label {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: #aaa9a0;\n    margin-bottom: 14px;\n  }\n\n  \/* ── FEATURE GRID ── *\/\n  .pd-features {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n    margin-bottom: 0;\n  }\n\n  @media (max-width: 520px) { .pd-features { grid-template-columns: 1fr; } }\n\n  .pd-feature {\n    border: 1px solid #e8e6e0;\n    border-radius: 10px;\n    padding: 16px 18px;\n    background: #faf9f7;\n    display: flex;\n    gap: 14px;\n    align-items: flex-start;\n    transition: border-color 0.2s;\n  }\n\n  .pd-feature:hover { border-color: #1D9E75; }\n\n  .pd-feature-icon {\n    width: 36px;\n    height: 36px;\n    border-radius: 8px;\n    background: #e1f5ee;\n    border: 1px solid #9fe1cb;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n\n  .pd-feature-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 0.03em;\n    color: #1a1a18;\n    margin-bottom: 4px;\n  }\n\n  .pd-feature-desc {\n    font-size: 12px;\n    color: #5f5e5a;\n    line-height: 1.55;\n  }\n\n  \/* ── SPECS CARD ── *\/\n  .pd-specs-card {\n    border: 1px solid #e8e6e0;\n    border-radius: 10px;\n    overflow: hidden;\n    margin-bottom: 0;\n  }\n\n  .pd-specs-head {\n    background: #faf9f7;\n    border-bottom: 1px solid #e8e6e0;\n    padding: 14px 18px;\n  }\n\n  .pd-specs-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n  }\n\n  @media (max-width: 480px) { .pd-specs-grid { grid-template-columns: 1fr; } }\n\n  .pd-spec-row {\n    padding: 13px 18px;\n    border-bottom: 1px solid #e8e6e0;\n    border-right: 1px solid #e8e6e0;\n    background: #fff;\n  }\n\n  .pd-spec-row:nth-child(even) { border-right: none; }\n  .pd-spec-row:last-child,\n  .pd-spec-row:nth-last-child(2):nth-child(odd) { border-bottom: none; }\n\n  .pd-spec-key {\n    font-size: 11px;\n    font-weight: 500;\n    color: #1D9E75;\n    text-transform: uppercase;\n    letter-spacing: 0.08em;\n    margin-bottom: 3px;\n  }\n\n  .pd-spec-val {\n    font-size: 14px;\n    color: #1a1a18;\n    font-weight: 500;\n    line-height: 1.45;\n  }\n\n  .pd-spec-note {\n    font-size: 11px;\n    color: #aaa9a0;\n    margin-top: 2px;\n  }\n\n  \/* ── TWO-COL DETAIL SECTION ── *\/\n  .pd-detail-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n    margin-bottom: 0;\n  }\n\n  @media (max-width: 520px) { .pd-detail-grid { grid-template-columns: 1fr; } }\n\n  .pd-detail-card {\n    border: 1px solid #e8e6e0;\n    border-radius: 10px;\n    padding: 18px 20px;\n    background: #faf9f7;\n  }\n\n  .pd-detail-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 0.03em;\n    color: #1a1a18;\n    margin-bottom: 12px;\n    padding-bottom: 10px;\n    border-bottom: 1px solid #e8e6e0;\n  }\n\n  \/* ── SECTION BAND ── *\/\n  .pd-band {\n    border: 1.5px solid #e8e6e0;\n    border-radius: 14px;\n    padding: 28px 24px;\n    margin-bottom: 32px;\n    background: #faf9f7;\n  }\n\n  \/* ── LIST ── *\/\n  .pd-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: flex;\n    flex-direction: column;\n    gap: 7px;\n  }\n\n  .pd-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    font-size: 13px;\n    line-height: 1.5;\n    color: #5f5e5a;\n  }\n\n  .pd-list li::before {\n    content: '';\n    width: 6px;\n    height: 6px;\n    border-radius: 50%;\n    background: #1D9E75;\n    flex-shrink: 0;\n    margin-top: 5px;\n  }\n\n  \/* ── OPTIONS ── *\/\n  .pd-options {\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n    margin-bottom: 32px;\n  }\n\n  .pd-option {\n    border: 1.5px solid #e8e6e0;\n    border-radius: 10px;\n    overflow: hidden;\n    transition: border-color 0.2s;\n  }\n\n  .pd-option:hover { border-color: #ccc9c0; }\n\n  .pd-option-header {\n    padding: 18px 20px 14px;\n  }\n\n  .pd-option-tag {\n    display: inline-block;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    padding: 3px 8px;\n    border-radius: 4px;\n    background: #e1f5ee;\n    color: #0f6e56;\n    margin-bottom: 8px;\n  }\n\n  .pd-option-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 18px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 0.03em;\n    color: #1a1a18;\n    margin-bottom: 6px;\n  }\n\n  .pd-option-desc {\n    font-size: 13px;\n    color: #5f5e5a;\n    line-height: 1.6;\n  }\n\n  .pd-option img {\n    width: 100%;\n    display: block;\n    border-top: 1px solid #f0ede8;\n    max-height: 320px;\n    object-fit: cover;\n  }\n\n  \/* ── OPTION PRODUCT LINK ── *\/\n  .pd-option-link {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 11px 20px;\n    border-top: 1px solid #f0ede8;\n    background: #faf9f7;\n    text-decoration: none;\n    transition: background 0.2s;\n  }\n\n  .pd-option-link:hover { background: #f0fbf6; }\n\n  .pd-option-link-label {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #1D9E75;\n  }\n\n  .pd-option-link-price {\n    font-size: 13px;\n    font-weight: 500;\n    color: #5f5e5a;\n  }\n\n  \/* ── RULE ── *\/\n  .pd-rule {\n    border: none;\n    border-top: 1px solid #f0ede8;\n    margin: 28px 0;\n  }\n\n  \/* ── INCLUDED BOX ── *\/\n  .pd-included-box {\n    border: 1.5px solid #e8e6e0;\n    border-radius: 10px;\n    padding: 20px 22px;\n    margin-bottom: 32px;\n  }\n\n  \/* ── HIGHLIGHT BOX ── *\/\n  .pd-highlight {\n    background: #f0fbf6;\n    border: 1.5px solid #9fe1cb;\n    border-radius: 8px;\n    padding: 14px 18px;\n    font-size: 13px;\n    color: #2c2c2a;\n    line-height: 1.65;\n    margin-bottom: 20px;\n  }\n\n  .pd-highlight strong { color: #0f6e56; font-weight: 500; }\n\n  \/* ── NOTICE ── *\/\n  .pd-notice {\n    background: #faf9f7;\n    border: 1.5px solid #e8e6e0;\n    border-left: 4px solid #d3d1c7;\n    border-radius: 0 8px 8px 0;\n    padding: 14px 18px;\n    font-size: 13px;\n    color: #888780;\n    line-height: 1.65;\n    margin-bottom: 24px;\n  }\n\n  .pd-notice strong { color: #2c2c2a; font-weight: 500; }\n\n  \/* ── SPECS LINK ── *\/\n  .pd-specs-link {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 12px;\n    padding: 16px 20px;\n    border: 1.5px solid #e8e6e0;\n    border-radius: 10px;\n    text-decoration: none;\n    background: #faf9f7;\n    margin-bottom: 32px;\n    transition: border-color 0.2s, background 0.2s;\n  }\n\n  .pd-specs-link:hover {\n    border-color: #1D9E75;\n    background: #f0fbf6;\n  }\n\n  .pd-specs-link-label {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: #aaa9a0;\n    margin-bottom: 2px;\n  }\n\n  .pd-specs-link-name {\n    font-size: 14px;\n    font-weight: 500;\n    color: #1a1a18;\n  }\n\n  .pd-specs-link-arrow {\n    font-size: 20px;\n    color: #1D9E75;\n    flex-shrink: 0;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"pd-wrap\"\u003e\n\u003c!-- INTRO --\u003e\n\u003cp class=\"pd-intro\"\u003eThe Frontier is a low-profile wedge pop-up canopy camper that transforms your truck bed into a fast-deploy, fully usable shelter. Built for overlanders and weekend travelers who value simplicity, access, and real-world function — not bulk. It's the most affordable camper in our lineup and the lightest load you can put on your truck.\u003c\/p\u003e\n\u003c!-- WHY THE FRONTIER --\u003e\n\u003cdiv class=\"pd-band\"\u003e\n\u003cp class=\"pd-label\"\u003eWhy the Frontier\u003c\/p\u003e\n\u003cdiv class=\"pd-features\"\u003e\n\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-icon\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M9 2L16 6V12L9 16L2 12V6L9 2Z\" stroke=\"#0f6e56\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 2V16\" stroke=\"#0f6e56\" stroke-width=\"1.4\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 6L9 10L16 6\" stroke=\"#0f6e56\" stroke-width=\"1.4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"pd-feature-title\"\u003eMost Affordable\u003c\/p\u003e\n\u003cp class=\"pd-feature-desc\"\u003eStarting at $7,495 — the lowest entry point to a purpose-built, custom-fitted aluminum truck camper on the market.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-icon\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M3 9C3 5.69 5.69 3 9 3C12.31 3 15 5.69 15 9C15 12.31 12.31 15 9 15C5.69 15 3 12.31 3 9Z\" stroke=\"#0f6e56\" stroke-width=\"1.4\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 6V9L11 11\" stroke=\"#0f6e56\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"pd-feature-title\"\u003eFast Deploy\u003c\/p\u003e\n\u003cp class=\"pd-feature-desc\"\u003eOpens and closes in seconds — no external ladders, no complicated setup. Closes with bedding inside so you're ready to go at a moment's notice.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-icon\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M4 14V7L9 4L14 7V14H4Z\" stroke=\"#0f6e56\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 14V10H11V14\" stroke=\"#0f6e56\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"pd-feature-title\"\u003eInterior Access\u003c\/p\u003e\n\u003cp class=\"pd-feature-desc\"\u003eClimb directly into the sleeping area from inside the truck bed. Floor panels lift on an 80\/20 split for maximum headroom and movement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-icon\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M3 6H15\" stroke=\"#0f6e56\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M3 9H15\" stroke=\"#0f6e56\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M3 12H15\" stroke=\"#0f6e56\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003crect x=\"2\" y=\"3\" width=\"14\" height=\"12\" rx=\"2\" stroke=\"#0f6e56\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"pd-feature-title\"\u003eUltralight Build\u003c\/p\u003e\n\u003cp class=\"pd-feature-desc\"\u003eAt ~330 lbs the Frontier is the lightest camper in our lineup — minimal payload impact, low drag on the highway, easy on your truck.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-icon\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M9 2L3 5.5V12.5L9 16L15 12.5V5.5L9 2Z\" stroke=\"#0f6e56\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M6.5 9L8.5 11L11.5 7\" stroke=\"#0f6e56\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"pd-feature-title\"\u003eTrail-Ready Construction\u003c\/p\u003e\n\u003cp class=\"pd-feature-desc\"\u003e3mm thick powder-coated aluminum canopy. Premium weather seals, lockable sliding glass windows, and stainless hardware built for abuse.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-icon\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003crect x=\"2\" y=\"5\" width=\"14\" height=\"9\" rx=\"1.5\" stroke=\"#0f6e56\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\u003cpath d=\"M5 5V3.5\" stroke=\"#0f6e56\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 5V3.5\" stroke=\"#0f6e56\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M13 5V3.5\" stroke=\"#0f6e56\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 9.5H13\" stroke=\"#0f6e56\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 12H9\" stroke=\"#0f6e56\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"pd-feature-title\"\u003eModular \u0026amp; Expandable\u003c\/p\u003e\n\u003cp class=\"pd-feature-desc\"\u003eInterior MOLLE panels on all three hatches, internal cable-routing channels.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECS --\u003e\n\u003cdiv class=\"pd-band\"\u003e\n\u003cp class=\"pd-label\"\u003eMain Specifications\u003c\/p\u003e\n\u003cdiv class=\"pd-specs-card\"\u003e\n\u003cdiv class=\"pd-specs-head\"\u003e\n\u003cp style=\"font-size: 12px; color: #aaa9a0; line-height: 1.5;\"\u003eSpecifications vary based on truck bed size. Contact us to confirm exact fitment for your vehicle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-specs-grid\"\u003e\n\u003cdiv class=\"pd-spec-row\"\u003e\n\u003cp class=\"pd-spec-key\"\u003eWeight\u003c\/p\u003e\n\u003cp class=\"pd-spec-val\"\u003e~330 lbs\u003c\/p\u003e\n\u003cp class=\"pd-spec-note\"\u003eVaries by bed size\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-spec-row\"\u003e\n\u003cp class=\"pd-spec-key\"\u003eSleeping Platform\u003c\/p\u003e\n\u003cp class=\"pd-spec-val\"\u003e97\" L × 52.5\" W\u003c\/p\u003e\n\u003cp class=\"pd-spec-note\"\u003eFits 1–2 adults comfortably\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-spec-row\"\u003e\n\u003cp class=\"pd-spec-key\"\u003eDimensions (closed)\u003c\/p\u003e\n\u003cp class=\"pd-spec-val\"\u003e101\" L × 62\" W × 9\" H\u003c\/p\u003e\n\u003cp class=\"pd-spec-note\"\u003eUltra-low profile on the highway\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-spec-row\"\u003e\n\u003cp class=\"pd-spec-key\"\u003eFloor Rating\u003c\/p\u003e\n\u003cp class=\"pd-spec-val\"\u003e475 lbs\u003c\/p\u003e\n\u003cp class=\"pd-spec-note\"\u003eAluminum tent floors\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-spec-row\"\u003e\n\u003cp class=\"pd-spec-key\"\u003eMattress\u003c\/p\u003e\n\u003cp class=\"pd-spec-val\"\u003e2\" high-density foam\u003c\/p\u003e\n\u003cp class=\"pd-spec-note\"\u003eRemovable, washable cover\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-spec-row\"\u003e\n\u003cp class=\"pd-spec-key\"\u003eHatches \/ Doors\u003c\/p\u003e\n\u003cp class=\"pd-spec-val\"\u003e3 gull-wing\u003c\/p\u003e\n\u003cp class=\"pd-spec-note\"\u003eAll lockable\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHAT'S UNDER THE HOOD --\u003e\n\u003cdiv class=\"pd-band\"\u003e\n\u003cp class=\"pd-label\"\u003eWhat's Under the Hood\u003c\/p\u003e\n\u003cdiv class=\"pd-detail-grid\"\u003e\n\u003cdiv class=\"pd-detail-card\"\u003e\n\u003cp class=\"pd-detail-title\"\u003ePop-Up System\u003c\/p\u003e\n\u003cul class=\"pd-list\"\u003e\n\u003cli\u003eFull standing room inside the truck bed when open\u003c\/li\u003e\n\u003cli\u003eInterior-access floor panels (80\/20 split) lift for movement\u003c\/li\u003e\n\u003cli\u003eOpens and closes in seconds — bedding stays inside\u003c\/li\u003e\n\u003cli\u003eDurable ripstop, weather-resistant tent fabric\u003c\/li\u003e\n\u003cli\u003eMulti-layer windows: bug mesh, privacy panels, rain awnings\u003c\/li\u003e\n\u003cli\u003eOptional thermal-quilted winter liner\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-detail-card\"\u003e\n\u003cp class=\"pd-detail-title\"\u003eCanopy \u0026amp; Construction\u003c\/p\u003e\n\u003cul class=\"pd-list\"\u003e\n\u003cli\u003e3mm aluminum construction\u003c\/li\u003e\n\u003cli\u003eFour-panel canopy assembly — precision-fit and bolted for strength\u003c\/li\u003e\n\u003cli\u003ePowder-coated finish for durability and corrosion resistance\u003c\/li\u003e\n\u003cli\u003eAluminum composite roof with reinforced framing\u003c\/li\u003e\n\u003cli\u003eFront and rear lockable sliding glass windows\u003c\/li\u003e\n\u003cli\u003ePremium weather seals throughout\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"pd-rule\"\u003e\n\u003c!-- CONFIGURATION OPTIONS --\u003e\n\u003cp class=\"pd-label\"\u003eConfiguration Options\u003c\/p\u003e\n\u003cdiv class=\"pd-options\"\u003e\n\u003cdiv class=\"pd-option\"\u003e\n\u003cdiv class=\"pd-option-header\"\u003e\n\u003cspan class=\"pd-option-tag\"\u003eConvenience\u003c\/span\u003e\n\u003cp class=\"pd-option-title\"\u003eRemovable Camper Jacks\u003c\/p\u003e\n\u003cp class=\"pd-option-desc\"\u003eA set of four heavy-duty steel jacks that let you remove or install the camper solo. Each jack has integrated wheels for easy positioning, and adjusts from 3.6 ft to 4.9 ft to fit different truck heights. Must be added at initial purchase — requires mounting brackets installed during the build.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cascadiaoverland.co\/cdn\/shop\/files\/697f8617dee27.png?v=1772836793\u0026amp;width=832\" alt=\"Removable camper jacks\"\u003e \u003ca class=\"pd-option-link\" href=\"https:\/\/cascadiaoverland.co\/products\/summit-camper-jacks\"\u003e \u003cspan class=\"pd-option-link-label\"\u003eView product details →\u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-option\"\u003e\n\u003cdiv class=\"pd-option-header\"\u003e\n\u003cspan class=\"pd-option-tag\"\u003eVentilation\u003c\/span\u003e\n\u003cp class=\"pd-option-title\"\u003eMaxxAir MaxxFan Plus (00-04500K)\u003c\/p\u003e\n\u003cp class=\"pd-option-desc\"\u003eA high-performance, low-profile roof vent fan with 10-speed reversible airflow, remote control operation, electric lift lid, and an integrated rain sensor — so you can run it in any weather. Smoke-tinted dome, removable insect screen, and quiet operation make it a proven upgrade for four-season comfort and moisture control.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cascadiaoverland.co\/cdn\/shop\/files\/maxxair-maxxfan-plus-camper-roof-vent-fan-smoke-tint-00-04500k.jpg?v=1766689647\u0026amp;width=832\" alt=\"MaxxAir MaxxFan Plus roof vent fan\"\u003e \u003ca class=\"pd-option-link\" href=\"https:\/\/cascadiaoverland.co\/products\/maxxair-maxxfan-3851\"\u003e \u003cspan class=\"pd-option-link-label\"\u003eView product details →\u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-option\"\u003e\n\u003cdiv class=\"pd-option-header\"\u003e\n\u003cspan class=\"pd-option-tag\"\u003ePower\u003c\/span\u003e\n\u003cp class=\"pd-option-title\"\u003e400W Roof Solar Panel\u003c\/p\u003e\n\u003cp class=\"pd-option-desc\"\u003eFlush-mount, no-drill installation preserves your roof's watertight seal. One 400W monocrystalline panel (79\" × 39\") delivers 1,600–2,000+ Wh daily — enough to run a fridge, lights, and devices on extended trips. Weatherproof, hail-resistant, and low-profile. Note: not compatible with the MaxxFan Plus roof fan.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cascadiaoverland.com\/cdn\/shop\/files\/400W_PANEL.jpg?v=1782012654\u0026amp;width=832\" alt=\"400W roof solar panel\"\u003e \u003ca class=\"pd-option-link\" href=\"https:\/\/cascadiaoverland.co\/products\/400w-roof-solar-panel?variant=44555067228214\"\u003e \u003cspan class=\"pd-option-link-label\"\u003eView product details →\u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-option\"\u003e\n\u003cdiv class=\"pd-option-header\"\u003e\n\u003cspan class=\"pd-option-tag\"\u003eClimate\u003c\/span\u003e\n\u003cp class=\"pd-option-title\"\u003eThermal Tent Liner\u003c\/p\u003e\n\u003cp class=\"pd-option-desc\"\u003eA thermal-quilted inner liner precision-fit to the Frontier — never universal. Improves heat retention, minimizes condensation, and dampens noise inside the camper. Attaches via zip-on installation and adds a noticeable upgrade for cold-weather and four-season use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cascadiaoverland.co\/cdn\/shop\/files\/liner2_2.jpg?v=1767374409\u0026amp;width=832\" alt=\"Thermal quilted tent liner\"\u003e \u003ca class=\"pd-option-link\" href=\"https:\/\/cascadiaoverland.co\/products\/tent-winter-liner?variant=44607006113846\"\u003e \u003cspan class=\"pd-option-link-label\"\u003eView product details →\u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-option\"\u003e\n\u003cdiv class=\"pd-option-header\"\u003e\n\u003cspan class=\"pd-option-tag\"\u003eGear\u003c\/span\u003e\n\u003cp class=\"pd-option-title\"\u003eAluminum Roof Rack Crossbars\u003c\/p\u003e\n\u003cp class=\"pd-option-desc\"\u003eA set of two corrosion-resistant aluminum crossbars that mount directly into the Frontier's integrated roof channel system — no drilling required. Rated to 175 lbs dynamic load, they provide a secure, adjustable platform for rooftop gear, bags, or accessories. Includes mounting hardware.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cascadiaoverland.co\/cdn\/shop\/files\/roof_rack_4.jpg?v=1767374700\u0026amp;width=832\" alt=\"Aluminum roof rack crossbars\"\u003e \u003ca class=\"pd-option-link\" href=\"https:\/\/cascadiaoverland.co\/products\/aluminum-roof-rack-crossbars-set-of-2?variant=44578805448758\"\u003e \u003cspan class=\"pd-option-link-label\"\u003eView product details →\u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- INCLUDED --\u003e\n\u003cp class=\"pd-label\"\u003eIncluded with Every Frontier\u003c\/p\u003e\n\u003cdiv class=\"pd-included-box\"\u003e\n\u003cul class=\"pd-list\"\u003e\n\u003cli\u003eProfessional installation onto your truck at our Monroe, WA shop\u003c\/li\u003e\n\u003cli\u003eBed clamps custom-fitted to your specific truck bed\u003c\/li\u003e\n\u003cli\u003eCamper seals for a weather-tight fit\u003c\/li\u003e\n\u003cli\u003eKeys for all lockable hatches and doors\u003c\/li\u003e\n\u003cli\u003e2\" high-density foam mattress with removable, washable cover\u003c\/li\u003e\n\u003cli\u003eInterior LED lighting and integrated cable management channels\u003c\/li\u003e\n\u003cli\u003eInterior MOLLE panels on all three hatches with M8 rivet nuts\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- CLOSING HIGHLIGHT --\u003e\n\u003cdiv class=\"pd-highlight\"\u003e\n\u003cstrong\u003eBuilt to order for your specific truck.\u003c\/strong\u003e Whether you're setting up basecamp at a remote trailhead or sleeping over in a parking lot between ski runs, the Frontier is the simplest, lightest way to have a real shelter ready in seconds. Add accessories like a thermal liner, roof rack bars, or solar to expand your off-grid capability.\u003c\/div\u003e\n\u003c!-- LEAD TIME NOTICE --\u003e\n\u003cdiv class=\"pd-notice\"\u003e\n\u003cstrong\u003eLead time:\u003c\/strong\u003e \u003ca href=\"\/pages\/current-lead-times\" style=\"color: #1d9e75; text-decoration: none;\"\u003eView full lead time details →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Cascadia Overland Co.","offers":[{"title":"Pay In Full \/ Financing","offer_id":44616702885942,"sku":null,"price":7495.0,"currency_code":"USD","in_stock":true},{"title":"Deposit","offer_id":46550710190134,"sku":null,"price":3750.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0716\/0981\/0998\/files\/frontier_side1_1ba59657-d51a-4c61-bb80-ef1035c7f972.jpg?v=1781672939","url":"https:\/\/cascadiaoverland.com\/products\/frontier-camper","provider":"Cascadia Overland Co.","version":"1.0","type":"link"}