{"product_id":"summit-camper","title":"Summit Camper","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\" rel=\"preconnect\"\u003e\n\u003clink crossorigin=\"\" href=\"https:\/\/fonts.gstatic.com\" rel=\"preconnect\"\u003e\n\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\n\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  .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  .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  \/* ── 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  \/* ── FEATURE GRID ── *\/\n  .pd-features {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\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: #fff;\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 ── *\/\n  .pd-specs-card {\n    border: 1px solid #e8e6e0;\n    border-radius: 10px;\n    overflow: hidden;\n  }\n\n  .pd-specs-head {\n    background: #fff;\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: #faf9f7;\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  \/* ── DIMS IMAGE ── *\/\n  .pd-img-block {\n    margin-bottom: 32px;\n  }\n\n  .pd-img-block img {\n    width: 100%;\n    border-radius: 10px;\n    border: 1.5px solid #e8e6e0;\n    display: block;\n  }\n\n  .pd-img-caption {\n    font-size: 12px;\n    color: #aaa9a0;\n    text-align: center;\n    margin-top: 8px;\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  \/* ── 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  .pd-included-box {\n    border: 1.5px solid #e8e6e0;\n    border-radius: 10px;\n    padding: 20px 22px;\n    margin-bottom: 32px;\n  }\n\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  .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  .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 { border-color: #1D9E75; background: #f0fbf6; }\n  .pd-specs-link-label { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #aaa9a0; margin-bottom: 2px; }\n  .pd-specs-link-name { font-size: 14px; font-weight: 500; color: #1a1a18; }\n  .pd-specs-link-arrow { font-size: 20px; color: #1D9E75; flex-shrink: 0; }\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-wrap\"\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003cp class=\"pd-intro\"\u003eThe Summit is a premium wide-body pop-up truck camper built for adventurers who want roomier living space without excess weight or complexity. Constructed from powder-coated aerospace-grade aluminum with stainless-steel hardware, hydraulic gas struts, and comprehensive weatherstripping — it's engineered to hold up in the harshest conditions, trip after trip.\u003c\/p\u003e\n\n  \u003c!-- WHY THE SUMMIT --\u003e\n  \u003cdiv class=\"pd-band\"\u003e\n    \u003cp class=\"pd-label\"\u003eWhy the Summit\u003c\/p\u003e\n    \u003cdiv class=\"pd-features\"\u003e\n      \u003cdiv class=\"pd-feature\"\u003e\n        \u003cdiv class=\"pd-feature-icon\"\u003e\n          \u003csvg fill=\"none\" viewbox=\"0 0 18 18\" height=\"18\" width=\"18\"\u003e\u003crect stroke-width=\"1.4\" stroke=\"#0f6e56\" rx=\"2\" height=\"11\" width=\"14\" y=\"4\" x=\"2\"\u003e\u003c\/rect\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"#0f6e56\" d=\"M5 4V2.5\"\u003e\u003c\/path\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"#0f6e56\" d=\"M13 4V2.5\"\u003e\u003c\/path\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"#0f6e56\" d=\"M5 9.5H13\"\u003e\u003c\/path\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"#0f6e56\" d=\"M5 12H9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"pd-feature-title\"\u003eGenerous Interior Space\u003c\/p\u003e\n          \u003cp class=\"pd-feature-desc\"\u003eWider body design adds livability, storage potential, and comfort on longer trips — without the weight of a slide-in.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-feature\"\u003e\n        \u003cdiv class=\"pd-feature-icon\"\u003e\n          \u003csvg fill=\"none\" viewbox=\"0 0 18 18\" height=\"18\" width=\"18\"\u003e\u003cpath stroke-linejoin=\"round\" stroke-width=\"1.4\" stroke=\"#0f6e56\" d=\"M3 13L9 3L15 13H3Z\"\u003e\u003c\/path\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"#0f6e56\" d=\"M9 9V11\"\u003e\u003c\/path\u003e\u003ccircle fill=\"#0f6e56\" r=\"0.75\" cy=\"12.5\" cx=\"9\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"pd-feature-title\"\u003eLightweight \u0026amp; Low Drag\u003c\/p\u003e\n          \u003cp class=\"pd-feature-desc\"\u003eUltra-low closed height reduces wind resistance and minimizes impact on fuel efficiency on the highway.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-feature\"\u003e\n        \u003cdiv class=\"pd-feature-icon\"\u003e\n          \u003csvg fill=\"none\" viewbox=\"0 0 18 18\" height=\"18\" width=\"18\"\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"#0f6e56\" d=\"M2 14C2 11.24 4.69 9 8 9C11.31 9 14 11.24 14 14\"\u003e\u003c\/path\u003e\u003ccircle stroke-width=\"1.4\" stroke=\"#0f6e56\" r=\"2.5\" cy=\"5.5\" cx=\"8\"\u003e\u003c\/circle\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"#0f6e56\" d=\"M15 10.5C15.9 11.3 16.5 12.35 16.5 13.5\"\u003e\u003c\/path\u003e\u003ccircle stroke-width=\"1.4\" stroke=\"#0f6e56\" r=\"1.75\" cy=\"7\" cx=\"13.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"pd-feature-title\"\u003eSleeps 2–3+ Comfortably\u003c\/p\u003e\n          \u003cp class=\"pd-feature-desc\"\u003eExtra-wide sleeping platform with 2\" high-density foam. Full-size trucks get 6'1\" of east\/west sleeping space — ideal for couples or families.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-feature\"\u003e\n        \u003cdiv class=\"pd-feature-icon\"\u003e\n          \u003csvg fill=\"none\" viewbox=\"0 0 18 18\" height=\"18\" width=\"18\"\u003e\u003cpath stroke-linejoin=\"round\" stroke-width=\"1.4\" stroke=\"#0f6e56\" d=\"M9 2L3 5.5V12.5L9 16L15 12.5V5.5L9 2Z\"\u003e\u003c\/path\u003e\u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"#0f6e56\" d=\"M6.5 9L8.5 11L11.5 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"pd-feature-title\"\u003eTrail-Ready Durability\u003c\/p\u003e\n          \u003cp class=\"pd-feature-desc\"\u003ePowder-coated aluminum canopy, quality sealing, and lockable doors protect against dust, rain, and rough trail conditions.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-feature\"\u003e\n        \u003cdiv class=\"pd-feature-icon\"\u003e\n          \u003csvg fill=\"none\" viewbox=\"0 0 18 18\" height=\"18\" width=\"18\"\u003e\u003crect stroke-width=\"1.4\" stroke=\"#0f6e56\" rx=\"1.5\" height=\"9\" width=\"14\" y=\"5\" x=\"2\"\u003e\u003c\/rect\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"#0f6e56\" d=\"M5 5V3.5\"\u003e\u003c\/path\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"#0f6e56\" d=\"M9 5V3.5\"\u003e\u003c\/path\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"#0f6e56\" d=\"M13 5V3.5\"\u003e\u003c\/path\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"#0f6e56\" d=\"M5 9H13\"\u003e\u003c\/path\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"#0f6e56\" d=\"M5 11.5H9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"pd-feature-title\"\u003eIntegrated Utility\u003c\/p\u003e\n          \u003cp class=\"pd-feature-desc\"\u003eInternal cable channels, interior MOLLE panels on all hatches.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-feature\"\u003e\n        \u003cdiv class=\"pd-feature-icon\"\u003e\n          \u003csvg fill=\"none\" viewbox=\"0 0 18 18\" height=\"18\" width=\"18\"\u003e\u003cpath stroke-linejoin=\"round\" stroke-width=\"1.4\" stroke=\"#0f6e56\" d=\"M3 11V7L9 4L15 7V11\"\u003e\u003c\/path\u003e\u003cpath stroke-width=\"1.4\" stroke=\"#0f6e56\" d=\"M3 11C3 13.5 5.5 15.5 9 16C12.5 15.5 15 13.5 15 11\"\u003e\u003c\/path\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"#0f6e56\" d=\"M6 8.5H12\"\u003e\u003c\/path\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"#0f6e56\" d=\"M6 11H12\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"pd-feature-title\"\u003e360° Ventilation\u003c\/p\u003e\n          \u003cp class=\"pd-feature-desc\"\u003eCanvas pop-up walls include 6 windows providing panoramic views and excellent cross-ventilation through every season.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\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~485 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\"\u003e87\" L × 73\" W Full-Size\u003cbr\u003e87\" L × 68\" W Mid-Size\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"pd-spec-row\"\u003e\n          \u003cp class=\"pd-spec-key\"\u003eTent Length\u003c\/p\u003e\n          \u003cp class=\"pd-spec-val\"\u003e118\"\u003c\/p\u003e\n          \u003cp class=\"pd-spec-note\"\u003eFull-size \u0026amp; mid-size\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"pd-spec-row\"\u003e\n          \u003cp class=\"pd-spec-key\"\u003eTent Width\u003c\/p\u003e\n          \u003cp class=\"pd-spec-val\"\u003e77\" Full-Size\u003cbr\u003e71\" Mid-Size\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"pd-spec-row\"\u003e\n          \u003cp class=\"pd-spec-key\"\u003eStanding Height\u003c\/p\u003e\n          \u003cp class=\"pd-spec-val\"\u003e6.5 ft+\u003c\/p\u003e\n          \u003cp class=\"pd-spec-note\"\u003eVaries by vehicle \u0026amp; canopy height\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      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- DIMS IMAGE --\u003e\n  \u003cdiv class=\"pd-img-block\"\u003e\n    \u003cimg alt=\"Summit Camper dimensions diagram\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/0981\/0998\/files\/summit_dimensions.jpg?v=1769014187\"\u003e\n    \u003cp class=\"pd-img-caption\"\u003eSummit Camper — dimensional reference diagram\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c!-- CONFIGURATION OPTIONS --\u003e\n\u003cp class=\"pd-label\"\u003eConfiguration Options\u003c\/p\u003e\n\u003cdiv class=\"pd-options\"\u003e\n\n  \u003cdiv class=\"pd-option\"\u003e\n    \u003cdiv class=\"pd-option-header\"\u003e\n      \u003cspan class=\"pd-option-tag\"\u003eVisibility\u003c\/span\u003e\n      \u003cp class=\"pd-option-title\"\u003ePanoramic Windows\u003c\/p\u003e\n      \u003cp class=\"pd-option-desc\"\u003eUpgrade to panoramic tempered glass windows for maximum natural light and unobstructed views. This option enhances the interior feel and lets you take in your surroundings wherever you make camp.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cimg alt=\"Panoramic window upgrade\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/0981\/0998\/files\/summit_pano_windows.jpg?v=1772837477\"\u003e\n  \u003c\/div\u003e\n\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 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 alt=\"Removable camper jacks\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/0981\/0998\/files\/summit_jacks.png?v=1772837458\"\u003e\n  \u003c\/div\u003e\n\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. If adding a MaxxFan, select the 500W dual-panel solar option — the 400W single panel is not compatible with this fan.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cimg src=\"https:\/\/cascadiaoverland.com\/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\n    \u003ca class=\"pd-option-link\" href=\"https:\/\/cascadiaoverland.co\/products\/maxxair-maxxfan-3851\"\u003e\n      \u003cspan class=\"pd-option-link-label\"\u003eView product details →\u003c\/span\u003e\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\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\"\u003eRoof Solar\u003c\/p\u003e\n      \u003cp class=\"pd-option-desc\"\u003eFlush-mount, no-drill installation preserves your roof's watertight seal. Both options use high-efficiency monocrystalline panels and are weatherproof and hail-resistant. Choose the configuration that fits your setup:\u003c\/p\u003e\n      \u003cdiv style=\"margin-top: 14px; display: flex; flex-direction: column; gap: 10px;\"\u003e\n        \u003cdiv style=\"border: 1px solid #e8e6e0; border-radius: 8px; padding: 14px 16px; background: #fff;\"\u003e\n          \u003cp style=\"font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: #1a1a18; margin-bottom: 4px;\"\u003e\n            400W Single Panel — \u003ca href=\"https:\/\/cascadiaoverland.co\/products\/400w-roof-solar-panel?variant=44555067228214\" style=\"color: #1D9E75; text-decoration: none; font-weight: 600;\"\u003eView details →\u003c\/a\u003e\n          \u003c\/p\u003e\n          \u003cp style=\"font-size: 13px; color: #5f5e5a; line-height: 1.6;\"\u003eOne 400W monocrystalline panel (79\" × 39\"). Generates 1,600–2,000+ Wh daily. Best for Summit without a MaxxFan — the single large panel is not compatible with the roof fan.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"border: 1px solid #e8e6e0; border-radius: 8px; padding: 14px 16px; background: #fff;\"\u003e\n          \u003cp style=\"font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: #1a1a18; margin-bottom: 4px;\"\u003e\n            500W Dual Panel (MaxxFan Compatible) — \u003ca href=\"https:\/\/cascadiaoverland.co\/products\/2-250w-solar-panels-compatible-with-maxxair-3851-fan\" style=\"color: #1D9E75; text-decoration: none; font-weight: 600;\"\u003eView details →\u003c\/a\u003e\n          \u003c\/p\u003e\n          \u003cp style=\"font-size: 13px; color: #5f5e5a; line-height: 1.6;\"\u003eTwo matched 250W panels that route around the MaxxFan footprint with proper clearance. Better partial-shade performance and a more balanced roof layout.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\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 Summit — never universal. Improves heat retention, minimizes condensation, and dampens noise inside the camper. Attaches via Velcro 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\n  \u003c\/div\u003e\n\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 Summit'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\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n  \u003c!-- INCLUDED --\u003e\n  \u003cp class=\"pd-label\"\u003eIncluded with Every Summit\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 hatches for organized storage\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\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 tackling rugged backroads or setting up basecamp at your favorite overlook, the Summit is engineered to match your setup exactly — not a universal fit. Add accessories like a thermal liner, roof rack bars, or solar to expand your off-grid capability.\n  \u003c\/div\u003e\n\n  \u003c!-- LEAD TIME NOTICE --\u003e\n  \u003cdiv class=\"pd-notice\"\u003e\n    \u003cstrong\u003eLead time:\u003c\/strong\u003e \u003ca style=\"color: #1d9e75; text-decoration: none;\" href=\"\/pages\/current-lead-times\"\u003eView full lead time details →\u003c\/a\u003e\n  \u003c\/div\u003e\n\n\n\u003c\/div\u003e","brand":"Cascadia Overland Co.","offers":[{"title":"Pay In Full \/ Financing","offer_id":44616600191030,"sku":null,"price":9995.0,"currency_code":"USD","in_stock":true},{"title":"Deposit","offer_id":46550719397942,"sku":null,"price":4995.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0716\/0981\/0998\/files\/Summit_1.jpg?v=1782013373","url":"https:\/\/cascadiaoverland.com\/products\/summit-camper","provider":"Cascadia Overland Co.","version":"1.0","type":"link"}