{"title":"PickupMate by Wild Land","description":"\u003cstyle\u003e\n\/* =========================================================\n   WILD LAND PICKUPMATE\n   ========================================================= *\/\n\n.pm,\n.pm * {\n  box-sizing: border-box;\n}\n\n.pm {\n  --black: #111;\n  --red: #d71920;\n  --grey: #666;\n  --line: #ddd;\n  --max: 1380px;\n\n  color: #111;\n  background: #fff;\n  font-family: inherit;\n  overflow: hidden;\n}\n\n.pm-wrap {\n  width: min(var(--max), calc(100% - 48px));\n  margin: 0 auto;\n}\n\n\n\/* =========================================================\n   HERO\n   ========================================================= *\/\n\n.pm-hero {\n  position: relative;\n  min-height: 430px;\n  display: flex;\n  align-items: center;\n\n  background:\n    linear-gradient(\n      90deg,\n      rgba(0,0,0,.84) 0%,\n      rgba(0,0,0,.65) 36%,\n      rgba(0,0,0,.24) 68%,\n      rgba(0,0,0,.06) 100%\n    ),\n    url('https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/2026_08_Wild_Land-WingmanX-PNOG4912-2.jpg?v=1786378467')\n    center 48% \/ cover no-repeat;\n}\n\n.pm-hero-inner {\n  width: min(var(--max), calc(100% - 48px));\n  margin: 0 auto;\n  padding: 44px 0;\n}\n\n.pm-logo {\n  width: 100px;\n  margin: 0 0 17px;\n}\n\n.pm-kicker {\n  margin: 0 0 8px;\n  color: rgba(255,255,255,.77);\n  font-size: 11px;\n  line-height: 1.2;\n  font-weight: 850;\n  letter-spacing: .16em;\n  text-transform: uppercase;\n}\n\n.pm-hero h2 {\n  max-width: 760px;\n  margin: 0;\n  color: #fff;\n  font-size: clamp(42px, 4.5vw, 65px);\n  line-height: .96;\n  font-weight: 900;\n  letter-spacing: -.045em;\n  text-transform: uppercase;\n}\n\n.pm-hero-tagline {\n  margin: 17px 0 0;\n  color: #fff;\n  font-size: 24px;\n  line-height: 1.2;\n  font-weight: 650;\n}\n\n.pm-hero-copy {\n  max-width: 620px;\n  margin: 11px 0 0;\n  color: rgba(255,255,255,.88);\n  font-size: 15px;\n  line-height: 1.5;\n}\n\n.pm-hero-actions {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 23px;\n}\n\n.pm-btn {\n  min-height: 45px;\n  padding: 11px 21px;\n  border: 2px solid #fff;\n  background: #fff;\n  color: #111;\n  font-family: inherit;\n  font-size: 12px;\n  font-weight: 900;\n  letter-spacing: .09em;\n  text-transform: uppercase;\n  cursor: pointer;\n}\n\n.pm-btn:hover {\n  background: transparent;\n  color: #fff;\n}\n\n.pm-btn-secondary {\n  background: transparent;\n  color: #fff;\n}\n\n.pm-btn-secondary:hover {\n  background: #fff;\n  color: #111;\n}\n\n\n\/* =========================================================\n   30-SECOND EXPLANATION\n   ========================================================= *\/\n\n.pm-intro {\n  padding: 58px 0 54px;\n  text-align: center;\n}\n\n.pm-eyebrow {\n  margin: 0 0 9px;\n  color: var(--red);\n  font-size: 11px;\n  font-weight: 850;\n  letter-spacing: .16em;\n  text-transform: uppercase;\n}\n\n.pm-intro h2 {\n  max-width: 850px;\n  margin: 0 auto;\n  font-size: clamp(32px, 3.4vw, 48px);\n  line-height: 1.04;\n  font-weight: 900;\n  letter-spacing: -.035em;\n}\n\n.pm-intro-copy {\n  max-width: 790px;\n  margin: 15px auto 0;\n  color: #5f5f5f;\n  font-size: 16px;\n  line-height: 1.58;\n}\n\n.pm-principles {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  max-width: 1040px;\n  margin: 37px auto 0;\n  border-top: 1px solid var(--line);\n  border-bottom: 1px solid var(--line);\n}\n\n.pm-principle {\n  padding: 24px 27px;\n  border-right: 1px solid var(--line);\n}\n\n.pm-principle:last-child {\n  border-right: 0;\n}\n\n.pm-principle strong {\n  display: block;\n  font-size: 14px;\n  line-height: 1.25;\n  font-weight: 900;\n  letter-spacing: .03em;\n  text-transform: uppercase;\n}\n\n.pm-principle span {\n  display: block;\n  margin-top: 7px;\n  color: #666;\n  font-size: 13px;\n  line-height: 1.45;\n}\n\n\n\/* =========================================================\n   EXPERIENCE\n   ========================================================= *\/\n\n.pm-experience {\n  padding: 0 0 64px;\n}\n\n.pm-experience-grid {\n  display: grid;\n  grid-template-columns: 1.35fr .65fr;\n  min-height: 440px;\n  background: #111;\n}\n\n.pm-experience-image {\n  min-height: 440px;\n\n  background:\n    linear-gradient(\n      to right,\n      rgba(0,0,0,.02),\n      rgba(0,0,0,.12)\n    ),\n    url('https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/WL-PickupMate-Trunk-_6931305002305184153_n.jpg?v=1786399334')\n    center \/ cover no-repeat;\n}\n\n.pm-experience-copy {\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n  padding: 48px;\n  color: #fff;\n}\n\n.pm-experience-copy .pm-eyebrow {\n  color: rgba(255,255,255,.58);\n}\n\n.pm-experience-copy h2 {\n  margin: 0;\n  color: #fff;\n  font-size: clamp(32px, 3.2vw, 47px);\n  line-height: 1.02;\n  font-weight: 900;\n  letter-spacing: -.035em;\n}\n\n.pm-experience-copy p {\n  margin: 15px 0 0;\n  color: rgba(255,255,255,.78);\n  font-size: 15px;\n  line-height: 1.58;\n}\n\n\n\/* =========================================================\n   TWO SYSTEMS\n   ========================================================= *\/\n\n.pm-systems {\n  padding: 8px 0 60px;\n}\n\n.pm-section-head {\n  max-width: 820px;\n  margin: 0 auto 31px;\n  text-align: center;\n}\n\n.pm-section-head h2 {\n  margin: 0;\n  font-size: clamp(32px, 3.4vw, 48px);\n  line-height: 1.04;\n  font-weight: 900;\n  letter-spacing: -.035em;\n}\n\n.pm-section-head p {\n  max-width: 680px;\n  margin: 12px auto 0;\n  color: #666;\n  font-size: 15px;\n  line-height: 1.55;\n}\n\n.pm-system-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 18px;\n}\n\n.pm-system {\n  position: relative;\n  min-height: 455px;\n  overflow: hidden;\n  background: #111;\n  color: #fff;\n  text-decoration: none !important;\n}\n\n.pm-system-image {\n  position: absolute;\n  inset: 0;\n  background-size: cover;\n  transition: transform .5s ease;\n}\n\n.pm-system:hover .pm-system-image {\n  transform: scale(1.02);\n}\n\n.pm-system::after {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  z-index: 1;\n\n  background: linear-gradient(\n    to bottom,\n    rgba(0,0,0,0) 0%,\n    rgba(0,0,0,.04) 35%,\n    rgba(0,0,0,.28) 53%,\n    rgba(0,0,0,.80) 75%,\n    rgba(0,0,0,.98) 100%\n  );\n}\n\n.pm-wingman .pm-system-image {\n  background-image:\n    url('https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/2026_08_Wild_Land-WingmanX-PNOG4912-2.jpg?v=1786378467');\n  background-position: center 45%;\n}\n\n.pm-trunk .pm-system-image {\n  background-image:\n    url('https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/WL-PickupMate-Trunk-_1584113919718413435_n.jpg?v=1786399241');\n  background-position: center;\n}\n\n.pm-system-copy {\n  position: absolute;\n  z-index: 2;\n  left: 29px;\n  right: 29px;\n  bottom: 27px;\n}\n\n.pm-system-label {\n  margin: 0 0 6px;\n  color: rgba(255,255,255,.68);\n  font-size: 10px;\n  font-weight: 850;\n  letter-spacing: .16em;\n  text-transform: uppercase;\n}\n\n.pm-system h3 {\n  margin: 0;\n  color: #fff;\n  font-size: clamp(29px, 2.8vw, 42px);\n  line-height: 1;\n  font-weight: 900;\n  letter-spacing: -.03em;\n}\n\n.pm-system-tag {\n  margin: 8px 0 0;\n  color: #fff;\n  font-size: 18px;\n  line-height: 1.2;\n  font-weight: 750;\n}\n\n.pm-system-description {\n  max-width: 530px;\n  margin: 8px 0 0;\n  color: rgba(255,255,255,.82);\n  font-size: 13px;\n  line-height: 1.45;\n}\n\n.pm-system-link {\n  display: inline-block;\n  margin-top: 13px;\n  color: #fff;\n  font-size: 11px;\n  font-weight: 900;\n  letter-spacing: .09em;\n  text-transform: uppercase;\n}\n\n.pm-system-link::after {\n  content: \" →\";\n}\n\n\n\/* =========================================================\n   BUYING CONFIDENCE\n   ========================================================= *\/\n\n.pm-buying {\n  padding: 8px 0 62px;\n}\n\n.pm-buying-head {\n  max-width: 820px;\n  margin: 0 auto 33px;\n  text-align: center;\n}\n\n.pm-buying-head h2 {\n  margin: 0;\n  font-size: clamp(31px, 3.2vw, 45px);\n  line-height: 1.05;\n  font-weight: 900;\n  letter-spacing: -.035em;\n}\n\n.pm-buying-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  border-top: 1px solid var(--line);\n  border-bottom: 1px solid var(--line);\n}\n\n.pm-buying-item {\n  padding: 29px 34px;\n  border-right: 1px solid var(--line);\n}\n\n.pm-buying-item:last-child {\n  border-right: 0;\n}\n\n.pm-buying-item h3 {\n  margin: 0;\n  font-size: 15px;\n  line-height: 1.3;\n  font-weight: 900;\n  letter-spacing: .025em;\n  text-transform: uppercase;\n}\n\n.pm-buying-item p {\n  margin: 9px 0 0;\n  color: #666;\n  font-size: 14px;\n  line-height: 1.52;\n}\n\n\n\/* =========================================================\n   PRODUCT HANDOFF\n   ========================================================= *\/\n\n.pm-shop {\n  padding: 5px 0 20px;\n  text-align: center;\n}\n\n.pm-shop h2 {\n  margin: 0;\n  font-size: clamp(31px, 3.2vw, 45px);\n  line-height: 1.05;\n  font-weight: 900;\n  letter-spacing: -.03em;\n}\n\n.pm-shop p {\n  max-width: 680px;\n  margin: 12px auto 0;\n  color: #666;\n  font-size: 15px;\n  line-height: 1.55;\n}\n\n.pm-scroll-btn {\n  display: inline-block;\n  margin-top: 16px;\n  padding: 0;\n  border: 0;\n  background: transparent;\n  color: #111;\n  font-family: inherit;\n  font-size: 12px;\n  font-weight: 900;\n  letter-spacing: .09em;\n  text-transform: uppercase;\n  cursor: pointer;\n}\n\n\n\/* =========================================================\n   MOBILE\n   ========================================================= *\/\n\n@media (max-width: 700px) {\n\n  .pm-wrap,\n  .pm-hero-inner {\n    width: calc(100% - 28px);\n  }\n\n\n  \/* HERO *\/\n\n  .pm-hero {\n    min-height: 345px;\n    align-items: flex-end;\n\n    background:\n      linear-gradient(\n        to top,\n        rgba(0,0,0,.95) 0%,\n        rgba(0,0,0,.74) 42%,\n        rgba(0,0,0,.22) 74%,\n        rgba(0,0,0,.04) 100%\n      ),\n      url('https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/2026_08_Wild_Land-WingmanX-PNOG4912-2.jpg?v=1786378467')\n      center 45% \/ cover no-repeat;\n  }\n\n  .pm-hero-inner {\n    padding: 23px 0;\n  }\n\n  .pm-logo {\n    width: 67px;\n    margin-bottom: 11px;\n  }\n\n  .pm-kicker {\n    margin-bottom: 6px;\n    font-size: 9px;\n  }\n\n  .pm-hero h2 {\n    max-width: 100%;\n    font-size: clamp(31px, 9vw, 39px);\n    line-height: .97;\n  }\n\n  .pm-hero-tagline {\n    margin-top: 11px;\n    font-size: 18px;\n  }\n\n  .pm-hero-copy {\n    margin-top: 7px;\n    font-size: 13px;\n    line-height: 1.4;\n  }\n\n  .pm-hero-actions {\n    gap: 7px;\n    margin-top: 15px;\n  }\n\n  .pm-btn {\n    width: 100%;\n    min-height: 42px;\n  }\n\n\n  \/* INTRO *\/\n\n  .pm-intro {\n    padding: 40px 0 36px;\n  }\n\n  .pm-intro h2 {\n    font-size: 30px;\n  }\n\n  .pm-intro-copy {\n    margin-top: 11px;\n    font-size: 14px;\n    line-height: 1.5;\n  }\n\n  .pm-principles {\n    grid-template-columns: 1fr;\n    margin-top: 27px;\n    border-bottom: 0;\n  }\n\n  .pm-principle {\n    padding: 18px 5px;\n    border-right: 0;\n    border-bottom: 1px solid var(--line);\n  }\n\n  .pm-principle strong {\n    font-size: 13px;\n  }\n\n  .pm-principle span {\n    margin-top: 5px;\n    font-size: 12px;\n  }\n\n\n  \/* EXPERIENCE *\/\n\n  .pm-experience {\n    padding-bottom: 42px;\n  }\n\n  .pm-experience-grid {\n    grid-template-columns: 1fr;\n    min-height: 0;\n  }\n\n  .pm-experience-image {\n    min-height: 250px;\n  }\n\n  .pm-experience-copy {\n    padding: 28px 22px 31px;\n  }\n\n  .pm-experience-copy h2 {\n    font-size: 30px;\n  }\n\n  .pm-experience-copy p {\n    margin-top: 10px;\n    font-size: 13px;\n    line-height: 1.5;\n  }\n\n\n  \/* SYSTEMS *\/\n\n  .pm-systems {\n    padding: 4px 0 42px;\n  }\n\n  .pm-section-head {\n    margin-bottom: 23px;\n  }\n\n  .pm-section-head h2 {\n    font-size: 30px;\n  }\n\n  .pm-section-head p {\n    margin-top: 9px;\n    font-size: 14px;\n  }\n\n  .pm-system-grid {\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n\n  .pm-system {\n    min-height: 325px;\n  }\n\n  .pm-system-copy {\n    left: 18px;\n    right: 18px;\n    bottom: 17px;\n  }\n\n  .pm-system h3 {\n    font-size: 28px;\n  }\n\n  .pm-system-tag {\n    margin-top: 5px;\n    font-size: 16px;\n  }\n\n  .pm-system-description {\n    margin-top: 6px;\n    font-size: 12px;\n    line-height: 1.4;\n  }\n\n  .pm-system-link {\n    margin-top: 9px;\n    font-size: 9px;\n  }\n\n\n  \/* BUYING *\/\n\n  .pm-buying {\n    padding: 3px 0 42px;\n  }\n\n  .pm-buying-head {\n    margin-bottom: 24px;\n  }\n\n  .pm-buying-head h2 {\n    font-size: 30px;\n  }\n\n  .pm-buying-grid {\n    grid-template-columns: 1fr;\n    border-bottom: 0;\n  }\n\n  .pm-buying-item {\n    padding: 20px 5px;\n    text-align: center;\n    border-right: 0;\n    border-bottom: 1px solid var(--line);\n  }\n\n  .pm-buying-item h3 {\n    font-size: 14px;\n  }\n\n  .pm-buying-item p {\n    max-width: 500px;\n    margin: 7px auto 0;\n    font-size: 13px;\n  }\n\n\n  \/* SHOP *\/\n\n  .pm-shop {\n    padding: 3px 0 12px;\n  }\n\n  .pm-shop h2 {\n    font-size: 30px;\n  }\n\n  .pm-shop p {\n    font-size: 14px;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"pm\"\u003e\n\n  \u003c!-- =====================================================\n       HERO\n       ===================================================== --\u003e\n\n  \u003csection class=\"pm-hero\"\u003e\n\n    \u003cdiv class=\"pm-hero-inner\"\u003e\n\n      \u003cimg class=\"pm-logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/WILD_LAND_Primary_Logo_White.png?v=1788502942\" alt=\"Wild Land\"\u003e\n\n      \u003cp class=\"pm-kicker\"\u003e\n        Introducing PickupMate\n      \u003c\/p\u003e\n\n      \u003ch2\u003e\n        Keep the Pickup.\u003cbr\u003e\n        Expand Its Possibilities.\n      \u003c\/h2\u003e\n\n      \u003cp class=\"pm-hero-tagline\"\u003e\n        A New Way to Live Out of Your Truck.\n      \u003c\/p\u003e\n\n      \u003cp class=\"pm-hero-copy\"\u003e\n        PickupMate adds sleeping, living and outdoor capability while\n        preserving the pickup that gets you there.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"pm-hero-actions\"\u003e\n\n        \u003cbutton type=\"button\" class=\"pm-btn\" onclick=\"scrollToPickupMateSystems()\"\u003e\n          Meet the Systems\n        \u003c\/button\u003e\n\n        \u003cbutton type=\"button\" class=\"pm-btn pm-btn-secondary\" onclick=\"scrollToPickupMateProducts()\"\u003e\n          See Pricing\n        \u003c\/button\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       WHAT IS PICKUPMATE?\n       ===================================================== --\u003e\n\n  \u003csection class=\"pm-intro\"\u003e\n\n    \u003cdiv class=\"pm-wrap\"\u003e\n\n      \u003cp class=\"pm-eyebrow\"\u003e\n        More Than a Rooftop Tent\n      \u003c\/p\u003e\n\n      \u003ch2\u003e\n        Built Around the Pickup.\n      \u003c\/h2\u003e\n\n      \u003cp class=\"pm-intro-copy\"\u003e\n        PickupMate is Wild Land's pickup lifestyle system. Instead of\n        simply putting a tent on the truck, it uses the pickup as the\n        foundation for sleeping, living and spending more time outside.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"pm-principles\"\u003e\n\n        \u003cdiv class=\"pm-principle\"\u003e\n\n          \u003cstrong\u003e\n            Sleep Above\n          \u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Elevated sleeping creates space without giving up the truck below.\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"pm-principle\"\u003e\n\n          \u003cstrong\u003e\n            Live Below\n          \u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Turn the pickup bed and surrounding space into part of camp.\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"pm-principle\"\u003e\n\n          \u003cstrong\u003e\n            Keep the Pickup\n          \u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Add capability without turning your truck into something else.\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       EXPERIENCE\n       ===================================================== --\u003e\n\n  \u003csection class=\"pm-experience\"\u003e\n\n    \u003cdiv class=\"pm-wrap\"\u003e\n\n      \u003cdiv class=\"pm-experience-grid\"\u003e\n\n        \u003cdiv class=\"pm-experience-image\"\u003e\u003c\/div\u003e\n\n\n        \u003cdiv class=\"pm-experience-copy\"\u003e\n\n          \u003cp class=\"pm-eyebrow\"\u003e\n            Camp Above. Live Below.\n          \u003c\/p\u003e\n\n          \u003ch2\u003e\n            The Truck Gets You There.\u003cbr\u003e\n            Stay Awhile.\n          \u003c\/h2\u003e\n\n          \u003cp\u003e\n            PickupMate creates useful space around the vehicle instead\n            of asking the truck to become something it isn't. Sleep up\n            top. Use the truck below. Build camp around both.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       SYSTEMS\n       ===================================================== --\u003e\n\n  \u003csection class=\"pm-systems\" id=\"pickupmate-systems\"\u003e\n\n    \u003cdiv class=\"pm-wrap\"\u003e\n\n\n      \u003cdiv class=\"pm-section-head\"\u003e\n\n        \u003cp class=\"pm-eyebrow\"\u003e\n          The PickupMate Family\n        \u003c\/p\u003e\n\n        \u003ch2\u003e\n          Two Systems. Two Ways to Live Outside.\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          Start with the experience you want from your pickup.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"pm-system-grid\"\u003e\n\n\n        \u003c!-- WINGMAN X --\u003e\n\n        \u003ca class=\"pm-system pm-wingman\" href=\"\/products\/pickupmate-wingman-x-automatic-pickup-truck-tent\"\u003e\n\n          \u003cdiv class=\"pm-system-image\"\u003e\u003c\/div\u003e\n\n          \u003cdiv class=\"pm-system-copy\"\u003e\n\n            \u003cp class=\"pm-system-label\"\u003e\n              Wingman X · Hear Better\n            \u003c\/p\u003e\n\n            \u003ch3\u003e\n              Make Camp Come Alive.\n            \u003c\/h3\u003e\n\n            \u003cp class=\"pm-system-tag\"\u003e\n              Automatic. Connected. Built for the experience.\n            \u003c\/p\u003e\n\n            \u003cp class=\"pm-system-description\"\u003e\n              Elevated sleeping, usable truck-bed space and integrated\n              audio, lighting and power create a basecamp built for more\n              than sleeping.\n            \u003c\/p\u003e\n\n            \u003cspan class=\"pm-system-link\"\u003e\n              Explore Wingman X\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/a\u003e\n\n\n        \u003c!-- TRUNK --\u003e\n\n        \u003ca class=\"pm-system pm-trunk\" href=\"\/collections\/pickupmate\/products\/pickupmate-trunk-dual-level-pickup-camping-system\"\u003e\n\n          \u003cdiv class=\"pm-system-image\"\u003e\u003c\/div\u003e\n\n          \u003cdiv class=\"pm-system-copy\"\u003e\n\n            \u003cp class=\"pm-system-label\"\u003e\n              Trunk · Live Better\n            \u003c\/p\u003e\n\n            \u003ch3\u003e\n              Make Room for Living.\n            \u003c\/h3\u003e\n\n            \u003cp class=\"pm-system-tag\"\u003e\n              Two levels. One pickup. A lot more camp.\n            \u003c\/p\u003e\n\n            \u003cp class=\"pm-system-description\"\u003e\n              Elevated sleeping and sheltered living space create a\n              dual-level campsite built around the pickup below.\n            \u003c\/p\u003e\n\n            \u003cspan class=\"pm-system-link\"\u003e\n              Explore Trunk\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/a\u003e\n\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       BUYING CONFIDENCE\n       ===================================================== --\u003e\n\n  \u003csection class=\"pm-buying\"\u003e\n\n    \u003cdiv class=\"pm-wrap\"\u003e\n\n\n      \u003cdiv class=\"pm-buying-head\"\u003e\n\n        \u003cp class=\"pm-eyebrow\"\u003e\n          PickupMate. Backed by Cap-it.\n        \u003c\/p\u003e\n\n        \u003ch2\u003e\n          We'll Help Put the Whole System Together.\n        \u003c\/h2\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"pm-buying-grid\"\u003e\n\n\n        \u003cdiv class=\"pm-buying-item\"\u003e\n\n          \u003ch3\u003e\n            Will It Fit My Truck?\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            We'll help confirm your truck, bed configuration and mounting\n            requirements before you commit.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"pm-buying-item\"\u003e\n\n          \u003ch3\u003e\n            Professional Installation\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            PickupMate is a sophisticated vehicle-mounted system.\n            Participating Cap-it locations can help with proper installation.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"pm-buying-item\"\u003e\n\n          \u003ch3\u003e\n            Financing Available\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Ask about Flexiti Equal Payments with No Interest and available\n            financing options for your PickupMate build.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       PRODUCT HANDOFF\n       ===================================================== --\u003e\n\n  \u003csection class=\"pm-shop\"\u003e\n\n    \u003cdiv class=\"pm-wrap\"\u003e\n\n      \u003cp class=\"pm-eyebrow\"\u003e\n        PickupMate Canada\n      \u003c\/p\u003e\n\n      \u003ch2\u003e\n        Explore PickupMate.\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        View current systems, pricing and availability below.\n        Need help with fitment or installation? Ask Cap-it before you guess.\n      \u003c\/p\u003e\n\n      \u003cbutton type=\"button\" class=\"pm-scroll-btn\" onclick=\"scrollToPickupMateProducts()\"\u003e\n        See PickupMate Pricing ↓\n      \u003c\/button\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\n\u003cscript\u003e\nfunction scrollToPickupMateSystems() {\n\n  var systems = document.getElementById('pickupmate-systems');\n\n  if (!systems) {\n    return;\n  }\n\n  var headerOffset = 90;\n\n  var position =\n    systems.getBoundingClientRect().top +\n    window.pageYOffset -\n    headerOffset;\n\n  window.scrollTo({\n    top: position,\n    behavior: 'smooth'\n  });\n\n}\n\n\nfunction scrollToPickupMateProducts() {\n\n  var grid = document.getElementById('ProductGridContainer');\n\n  if (!grid) {\n    return;\n  }\n\n  var headerOffset = 90;\n\n  var position =\n    grid.getBoundingClientRect().top +\n    window.pageYOffset -\n    headerOffset;\n\n  window.scrollTo({\n    top: position,\n    behavior: 'smooth'\n  });\n\n}\n\u003c\/script\u003e","products":[{"product_id":"pickupmate-wingman-x-automatic-pickup-truck-tent","title":"PickupMate | Wingman X Automatic Pickup Truck Tent","description":"\u003cdiv class=\"pickupmate-wingman-x-description\" style=\"max-width:1200px;margin:0 auto;color:#2d332f;line-height:1.65;\"\u003e\n\n\u003c!-- HERO --\u003e\n\n\u003cdiv style=\"background:linear-gradient(135deg,#f1f3ee 0%,#ffffff 58%,#e6ebe2 100%);border:2px solid #65725f;border-radius:14px;padding:34px;margin-bottom:28px;color:#263029;\"\u003e\n\n\u003cp style=\"margin:0 0 8px;color:#596651;font-size:.86em;font-weight:bold;letter-spacing:1.8px;text-transform:uppercase;\"\u003e\nPICKUPMATE | HEAR BETTER\n\u003c\/p\u003e\n\n\u003ch1 style=\"margin:0 0 14px;font-size:2.15em;line-height:1.2;color:#263029;\"\u003e\nPickupMate | Wingman X\n\u003c\/h1\u003e\n\n\u003cp style=\"margin:0 0 20px;font-size:1.25em;color:#3d4740;\"\u003e\n\u003cstrong\u003eAutomatic truck-bed living space. Integrated sound, lighting and power. A new way to experience your pickup outdoors.\u003c\/strong\u003e\n\u003c\/p\u003e\n\n\u003cp\u003e\nThe \u003cstrong\u003ePickupMate Wingman X\u003c\/strong\u003e is not simply a rooftop tent mounted above a pickup bed. It is an integrated outdoor living and entertainment system designed around the truck you already own.\n\u003c\/p\u003e\n\n\u003cp\u003e\nAt camp, the electric dual-level structure deploys into a spacious shelter with an elevated sleeping area above and usable truck-bed space below. Integrated lighting, Bluetooth audio, smart controls, a rear awning, side table and other built-in features turn the pickup into a complete outdoor basecamp.\n\u003c\/p\u003e\n\n\u003cp style=\"margin-bottom:0;\"\u003e\nThen, when the trip is over, Wingman X closes back down without permanently redesigning the truck around the camping system.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- QUICK VALUE STRIP --\u003e\n\n\u003cdiv style=\"display:flex;flex-wrap:wrap;gap:12px;margin:0 0 32px;\"\u003e\n\n\u003cdiv style=\"flex:1 1 175px;background:#f5f7f3;border:1px solid #d6ddd2;border-radius:10px;padding:17px;text-align:center;\"\u003e\n\u003cdiv style=\"font-size:1.25em;font-weight:800;color:#596651;\"\u003eAutomatic\u003c\/div\u003e\n\u003cdiv\u003eElectric Deployment\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"flex:1 1 175px;background:#f5f7f3;border:1px solid #d6ddd2;border-radius:10px;padding:17px;text-align:center;\"\u003e\n\u003cdiv style=\"font-size:1.25em;font-weight:800;color:#596651;\"\u003eDual-Level\u003c\/div\u003e\n\u003cdiv\u003eLiving \u0026amp; Sleeping Space\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"flex:1 1 175px;background:#f5f7f3;border:1px solid #d6ddd2;border-radius:10px;padding:17px;text-align:center;\"\u003e\n\u003cdiv style=\"font-size:1.25em;font-weight:800;color:#596651;\"\u003e2–3 People\u003c\/div\u003e\n\u003cdiv\u003eSleeping Capacity\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"flex:1 1 175px;background:#f5f7f3;border:1px solid #d6ddd2;border-radius:10px;padding:17px;text-align:center;\"\u003e\n\u003cdiv style=\"font-size:1.25em;font-weight:800;color:#596651;\"\u003eIntegrated\u003c\/div\u003e\n\u003cdiv\u003eAudio, Light \u0026amp; Power\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"flex:1 1 175px;background:#f5f7f3;border:1px solid #d6ddd2;border-radius:10px;padding:17px;text-align:center;\"\u003e\n\u003cdiv style=\"font-size:1.25em;font-weight:800;color:#596651;\"\u003eNo-Drill\u003c\/div\u003e\n\u003cdiv\u003eVehicle Integration\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- PICKUPMATE STORY --\u003e\n\n\u003cdiv style=\"background:linear-gradient(135deg,#f5f7f3 0%,#ffffff 100%);border-left:7px solid #65725f;border-radius:10px;padding:27px;margin:34px 0;\"\u003e\n\n\u003cp style=\"margin:0 0 6px;color:#596651;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\nA NEW PICKUP LIFESTYLE CATEGORY\n\u003c\/p\u003e\n\n\u003ch2 style=\"margin:0 0 13px;color:#263029;\"\u003e\nKeep the Pickup. Expand Its Possibilities.\n\u003c\/h2\u003e\n\n\u003cp\u003e\nPickupMate is Wild Land’s approach to adding new capability to a pickup without unnecessarily compromising what made the truck useful in the first place.\n\u003c\/p\u003e\n\n\u003cp\u003e\nInstead of permanently converting the vehicle into a camper, PickupMate products are designed around minimal integration, non-destructive mounting and expanded functionality.\n\u003c\/p\u003e\n\n\u003cp style=\"margin-bottom:0;\"\u003e\nWingman X is the \u003cstrong\u003eHear Better\u003c\/strong\u003e expression of that idea: a pickup-based camping system built around outdoor living, music and atmosphere.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- HEAR BETTER --\u003e\n\n\u003cdiv style=\"background:linear-gradient(135deg,#263029 0%,#3f4d43 100%);border:2px solid #65725f;border-radius:12px;padding:31px;margin:40px 0;color:#ffffff;\"\u003e\n\n\u003cp style=\"margin:0 0 6px;color:#cbd5c7;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\nHEAR BETTER\n\u003c\/p\u003e\n\n\u003ch2 style=\"margin:0 0 15px;color:#ffffff;\"\u003e\nTurn the Outdoors Into Your Listening Space\n\u003c\/h2\u003e\n\n\u003cp\u003e\nWingman X was conceived around a different kind of outdoor audio experience.\n\u003c\/p\u003e\n\n\u003cp\u003e\nRather than putting headphones between you and the environment, its integrated stereo system lets music exist alongside the sounds already around you: wind through the trees, rain on the shelter, water beside camp and conversation around the truck.\n\u003c\/p\u003e\n\n\u003cp\u003e\nBluetooth audio is built directly into the system, with speakers positioned across the dual-level space and controls integrated into the Wingman X experience.\n\u003c\/p\u003e\n\n\u003cp style=\"margin-bottom:0;font-size:1.12em;\"\u003e\n\u003cstrong\u003eMusic does not replace the outdoors. It becomes part of it.\u003c\/strong\u003e\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- WHY WINGMAN --\u003e\n\n\u003ch2 style=\"color:#263029;margin:40px 0 16px;\"\u003e\nWhat Makes Wingman X Different?\n\u003c\/h2\u003e\n\n\u003cdiv style=\"display:flex;flex-wrap:wrap;gap:16px;\"\u003e\n\n\u003cdiv style=\"flex:1 1 320px;background:#ffffff;border:1px solid #d6ddd2;border-top:6px solid #65725f;border-radius:10px;padding:21px;\"\u003e\n\u003ch3 style=\"margin-top:0;color:#263029;\"\u003eFully Automatic Deployment\u003c\/h3\u003e\n\u003cp style=\"margin-bottom:0;\"\u003e\nA powered dual-level X-scissor lift system raises and lowers the structure without requiring the manual unfolding process of a conventional rooftop tent.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"flex:1 1 320px;background:#ffffff;border:1px solid #d6ddd2;border-top:6px solid #65725f;border-radius:10px;padding:21px;\"\u003e\n\u003ch3 style=\"margin-top:0;color:#263029;\"\u003eDual-Level Living Space\u003c\/h3\u003e\n\u003cp style=\"margin-bottom:0;\"\u003e\nThe elevated sleeping area creates a separate upper level while preserving usable space within the truck bed below.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"flex:1 1 320px;background:#ffffff;border:1px solid #d6ddd2;border-top:6px solid #65725f;border-radius:10px;padding:21px;\"\u003e\n\u003ch3 style=\"margin-top:0;color:#263029;\"\u003eIntegrated Outdoor Audio\u003c\/h3\u003e\n\u003cp style=\"margin-bottom:0;\"\u003e\nBluetooth stereo speakers are integrated into the living system, creating an immersive outdoor sound environment without carrying a separate speaker setup.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"flex:1 1 320px;background:#ffffff;border:1px solid #d6ddd2;border-top:6px solid #65725f;border-radius:10px;padding:21px;\"\u003e\n\u003ch3 style=\"margin-top:0;color:#263029;\"\u003eIntegrated Lighting\u003c\/h3\u003e\n\u003cp style=\"margin-bottom:0;\"\u003e\nUpper and lower lighting systems provide functional illumination and ambient lighting for different camp situations.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"flex:1 1 320px;background:#ffffff;border:1px solid #d6ddd2;border-top:6px solid #65725f;border-radius:10px;padding:21px;\"\u003e\n\u003ch3 style=\"margin-top:0;color:#263029;\"\u003eSmart Control\u003c\/h3\u003e\n\u003cp style=\"margin-bottom:0;\"\u003e\nControl key functions using physical controls, remote control or the mobile app, including deployment, lighting and audio functions.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"flex:1 1 320px;background:#ffffff;border:1px solid #d6ddd2;border-top:6px solid #65725f;border-radius:10px;padding:21px;\"\u003e\n\u003ch3 style=\"margin-top:0;color:#263029;\"\u003eNon-Destructive Mounting\u003c\/h3\u003e\n\u003cp style=\"margin-bottom:0;\"\u003e\nThe system is engineered around vehicle-specific mounting hardware without drilling into the truck body or permanently modifying the vehicle structure.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"flex:1 1 320px;background:#ffffff;border:1px solid #d6ddd2;border-top:6px solid #65725f;border-radius:10px;padding:21px;\"\u003e\n\u003ch3 style=\"margin-top:0;color:#263029;\"\u003eIntegrated Rear Awning\u003c\/h3\u003e\n\u003cp style=\"margin-bottom:0;\"\u003e\nThe supplied tail cover converts into a rear awning to create additional sheltered space directly behind the pickup.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"flex:1 1 320px;background:#ffffff;border:1px solid #d6ddd2;border-top:6px solid #65725f;border-radius:10px;padding:21px;\"\u003e\n\u003ch3 style=\"margin-top:0;color:#263029;\"\u003eBuilt-In Camp Utility\u003c\/h3\u003e\n\u003cp style=\"margin-bottom:0;\"\u003e\nA side table, pegboard, stabilizers, ladder and other included components help turn the deployed system into a functional campsite rather than simply a place to sleep.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- TWO LEVELS --\u003e\n\n\u003cdiv style=\"background:#f5f7f3;border-left:7px solid #65725f;border-radius:10px;padding:28px;margin:40px 0;\"\u003e\n\n\u003cp style=\"margin:0 0 6px;color:#596651;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\nMORE THAN A ROOFTOP TENT\n\u003c\/p\u003e\n\n\u003ch2 style=\"margin:0 0 14px;color:#263029;\"\u003e\nTwo Levels. Two Different Spaces.\n\u003c\/h2\u003e\n\n\u003cp\u003e\nWingman X separates sleeping from the truck-bed living area.\n\u003c\/p\u003e\n\n\u003cp\u003e\nUp top, the expanded sleeping platform provides room for two to three people, along with a transparent skylight and a high-density mattress.\n\u003c\/p\u003e\n\n\u003cp\u003e\nBelow, the raised structure increases usable height over the truck bed, creating a sheltered area for storage, relaxing, changing clothes or organizing camp equipment.\n\u003c\/p\u003e\n\n\u003cp style=\"margin-bottom:0;\"\u003e\nThe two levels can be raised and lowered independently to suit different uses at camp.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- EXPERIENCE GRID --\u003e\n\n\u003ch2 style=\"color:#263029;margin:42px 0 16px;\"\u003e\nBuilt Around the Entire Camp Experience\n\u003c\/h2\u003e\n\n\u003cdiv style=\"display:flex;flex-wrap:wrap;gap:14px;\"\u003e\n\n\u003cdiv style=\"flex:1 1 210px;background:#f5f7f3;border-radius:9px;padding:19px;text-align:center;\"\u003e\n\u003cstrong style=\"color:#596651;\"\u003eCamping\u003c\/strong\u003e\n\u003cp style=\"margin:7px 0 0;\"\u003eCreate a complete sleeping and living setup directly from the truck.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"flex:1 1 210px;background:#f5f7f3;border-radius:9px;padding:19px;text-align:center;\"\u003e\n\u003cstrong style=\"color:#596651;\"\u003eOverlanding\u003c\/strong\u003e\n\u003cp style=\"margin:7px 0 0;\"\u003eBuild a mobile basecamp while preserving the usefulness of the pickup platform.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"flex:1 1 210px;background:#f5f7f3;border-radius:9px;padding:19px;text-align:center;\"\u003e\n\u003cstrong style=\"color:#596651;\"\u003eFishing\u003c\/strong\u003e\n\u003cp style=\"margin:7px 0 0;\"\u003eSet up beside the water with shelter, music and organized truck-bed space.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"flex:1 1 210px;background:#f5f7f3;border-radius:9px;padding:19px;text-align:center;\"\u003e\n\u003cstrong style=\"color:#596651;\"\u003eFamily Travel\u003c\/strong\u003e\n\u003cp style=\"margin:7px 0 0;\"\u003eCreate comfortable sleeping and camp space without towing a trailer.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"flex:1 1 210px;background:#f5f7f3;border-radius:9px;padding:19px;text-align:center;\"\u003e\n\u003cstrong style=\"color:#596651;\"\u003eRoad Trips\u003c\/strong\u003e\n\u003cp style=\"margin:7px 0 0;\"\u003eTurn overnight stops into comfortable destinations along the route.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"flex:1 1 210px;background:#f5f7f3;border-radius:9px;padding:19px;text-align:center;\"\u003e\n\u003cstrong style=\"color:#596651;\"\u003eWeekend Escapes\u003c\/strong\u003e\n\u003cp style=\"margin:7px 0 0;\"\u003eDeploy a full outdoor living system without pulling a separate camper.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- SMART ENVIRONMENT --\u003e\n\n\u003ch2 style=\"color:#263029;margin:42px 0 16px;\"\u003e\nSound. Light. Power. One Integrated System.\n\u003c\/h2\u003e\n\n\u003cdiv style=\"display:flex;flex-wrap:wrap;gap:16px;\"\u003e\n\n\u003cdiv style=\"flex:1 1 300px;background:#ffffff;border:1px solid #d6ddd2;border-radius:10px;padding:22px;\"\u003e\n\u003ch3 style=\"margin-top:0;color:#263029;\"\u003eBluetooth Audio\u003c\/h3\u003e\n\u003cp style=\"margin-bottom:0;\"\u003e\nIntegrated dual-level stereo speakers use Bluetooth 5.0 to bring music into the camp environment without requiring a separate portable audio system.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"flex:1 1 300px;background:#ffffff;border:1px solid #d6ddd2;border-radius:10px;padding:22px;\"\u003e\n\u003ch3 style=\"margin-top:0;color:#263029;\"\u003eMulti-Scene Lighting\u003c\/h3\u003e\n\u003cp style=\"margin-bottom:0;\"\u003e\nBuilt-in ambient and task lighting supports everything from setting up camp to relaxing after dark.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"flex:1 1 300px;background:#ffffff;border:1px solid #d6ddd2;border-radius:10px;padding:22px;\"\u003e\n\u003ch3 style=\"margin-top:0;color:#263029;\"\u003eFlexible Control\u003c\/h3\u003e\n\u003cp style=\"margin-bottom:0;\"\u003e\nOperate key functions through the system controls, remote or compatible mobile app.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- SKYLIGHT --\u003e\n\n\u003cdiv style=\"background:linear-gradient(135deg,#f5f7f3 0%,#ffffff 100%);border:2px solid #65725f;border-radius:12px;padding:28px;margin:40px 0;\"\u003e\n\n\u003cp style=\"margin:0 0 6px;color:#596651;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\nLOOK UP\n\u003c\/p\u003e\n\n\u003ch2 style=\"margin:0 0 14px;color:#263029;\"\u003e\nA Skylight Built Into the Experience\n\u003c\/h2\u003e\n\n\u003cp\u003e\nThe upper sleeping level includes a transparent \u003cstrong\u003e690 × 625 mm (27.2 × 24.6\") skylight\u003c\/strong\u003e, bringing natural light into the space during the day and creating an open view above at night.\n\u003c\/p\u003e\n\n\u003cp style=\"margin-bottom:0;\"\u003e\nIt is another example of Wingman X being designed around the experience of staying outside, not simply around creating enclosed sleeping space.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- WHAT'S INCLUDED --\u003e\n\n\u003ch2 style=\"color:#263029;margin:42px 0 16px;\"\u003e\nWhat’s Included with Wingman X\n\u003c\/h2\u003e\n\n\u003cdiv style=\"background:#f5f7f3;border:1px solid #d6ddd2;border-radius:10px;padding:25px;\"\u003e\n\n\u003cul style=\"margin:0;padding-left:22px;line-height:1.9;\"\u003e\n\u003cli\u003eElectric dual-level pickup tent system\u003c\/li\u003e\n\u003cli\u003eVehicle-specific mounting brackets\u003c\/li\u003e\n\u003cli\u003eIntegrated ladder\u003c\/li\u003e\n\u003cli\u003eStabilizer system\u003c\/li\u003e\n\u003cli\u003eTail cover that converts into a rear awning\u003c\/li\u003e\n\u003cli\u003eSide table\u003c\/li\u003e\n\u003cli\u003ePegboard\u003c\/li\u003e\n\u003cli\u003eRemote control\u003c\/li\u003e\n\u003cli\u003eVehicle power cable\u003c\/li\u003e\n\u003cli\u003eMounting hardware\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- VEHICLE FITMENT --\u003e\n\n\u003ch2 style=\"color:#263029;margin:42px 0 16px;\"\u003e\nVehicle-Specific Fitment\n\u003c\/h2\u003e\n\n\u003cp\u003e\nWingman X uses application-specific mounting hardware. Current North American applications include select Ford, RAM, Toyota, GMC and Jeep pickups.\n\u003c\/p\u003e\n\n\u003cp\u003e\nUse the \u003cstrong\u003eVehicle Application\u003c\/strong\u003e selector above to choose the correct mounting package for your truck.\n\u003c\/p\u003e\n\n\u003cdiv style=\"background:#eef2eb;border-left:7px solid #65725f;border-radius:10px;padding:23px;margin:26px 0;\"\u003e\n\n\u003cstrong style=\"color:#596651;\"\u003eConfirm compatibility before ordering.\u003c\/strong\u003e\n\n\u003cp style=\"margin:8px 0 0;\"\u003e\nTruck generation, bed length and factory equipment can affect installation. Contact Cap-it before ordering if you are uncertain whether Wingman X is compatible with your pickup.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- WEATHER --\u003e\n\n\u003ch2 style=\"color:#263029;margin:42px 0 16px;\"\u003e\nWeather \u0026amp; Outdoor Use\n\u003c\/h2\u003e\n\n\u003cdiv style=\"display:flex;flex-wrap:wrap;gap:16px;\"\u003e\n\n\u003cdiv style=\"flex:1 1 320px;background:#ffffff;border:1px solid #d6ddd2;border-radius:10px;padding:21px;\"\u003e\n\u003ch3 style=\"margin-top:0;color:#263029;\"\u003eOuter Shelter\u003c\/h3\u003e\n\u003cp style=\"margin-bottom:0;\"\u003e\nThe outer layer is designed as a waterproof shelter with seam tape applied to stitched seams.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"flex:1 1 320px;background:#ffffff;border:1px solid #d6ddd2;border-radius:10px;padding:21px;\"\u003e\n\u003ch3 style=\"margin-top:0;color:#263029;\"\u003eTruck Bed Connection\u003c\/h3\u003e\n\u003cp style=\"margin-bottom:0;\"\u003e\nThe connection between the Wingman X structure and pickup bed is not completely sealed, so light water intrusion into the bed can occur during rain or snow.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv style=\"background:#fff7e8;border-left:7px solid #d19a45;border-radius:10px;padding:23px;margin:30px 0;\"\u003e\n\n\u003cstrong style=\"color:#8a5b17;\"\u003eImportant Weather Note\u003c\/strong\u003e\n\n\u003cp style=\"margin:8px 0 0;\"\u003e\nWingman X is an outdoor camping system, not a sealed permanent truck canopy. Items that require completely waterproof storage should be placed in suitable waterproof containers or otherwise protected.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- WIND --\u003e\n\n\u003ch2 style=\"color:#263029;margin:42px 0 16px;\"\u003e\nWind Guidelines\n\u003c\/h2\u003e\n\n\u003cul style=\"padding-left:22px;line-height:1.85;\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eFully closed:\u003c\/strong\u003e Designed to maintain the vehicle’s normal wind profile.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDeployed without side awning:\u003c\/strong\u003e Rated by Wild Land for approximately 11–14 m\/s winds.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDeployed with awning, poles and secured guy ropes:\u003c\/strong\u003e Rated for approximately 6–8 m\/s winds.\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cp\u003e\nWingman X should not be deployed in severe weather, high winds or other conditions beyond the manufacturer’s stated limits.\n\u003c\/p\u003e\n\n\u003c!-- SPECIFICATIONS --\u003e\n\n\u003ch2 style=\"color:#263029;margin:42px 0 16px;\"\u003e\nSpecifications\n\u003c\/h2\u003e\n\n\u003cdiv style=\"overflow-x:auto;\"\u003e\n\n\u003ctable style=\"width:100%;min-width:680px;border-collapse:collapse;\"\u003e\n\n\u003ctbody\u003e\n\n\u003ctr style=\"background:#eef2eb;\"\u003e\n\u003ctd style=\"padding:14px;font-weight:bold;width:40%;\"\u003eProduct\u003c\/td\u003e\n\u003ctd style=\"padding:14px;\"\u003ePickupMate Wingman X\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd style=\"padding:14px;font-weight:bold;\"\u003eCapacity\u003c\/td\u003e\n\u003ctd style=\"padding:14px;\"\u003e2–3 people\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr style=\"background:#eef2eb;\"\u003e\n\u003ctd style=\"padding:14px;font-weight:bold;\"\u003eLift Structure\u003c\/td\u003e\n\u003ctd style=\"padding:14px;\"\u003eDual-level independent X-scissor lift system\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd style=\"padding:14px;font-weight:bold;\"\u003eOperation\u003c\/td\u003e\n\u003ctd style=\"padding:14px;\"\u003eAutomatic electric deployment with remote control\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr style=\"background:#eef2eb;\"\u003e\n\u003ctd style=\"padding:14px;font-weight:bold;\"\u003eClosed Dimensions\u003c\/td\u003e\n\u003ctd style=\"padding:14px;\"\u003e1870 × 1570 × 705 mm (73.6 × 61.8 × 27.8\")\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd style=\"padding:14px;font-weight:bold;\"\u003eLower Level Expanded Interior\u003c\/td\u003e\n\u003ctd style=\"padding:14px;\"\u003e1500 × 1360 × 980 mm (59.1 × 53.5 × 38.6\")\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr style=\"background:#eef2eb;\"\u003e\n\u003ctd style=\"padding:14px;font-weight:bold;\"\u003eUpper Level Expanded Interior\u003c\/td\u003e\n\u003ctd style=\"padding:14px;\"\u003e2250 × 1460 × 1060 mm (88.6 × 57.5 × 41.7\")\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd style=\"padding:14px;font-weight:bold;\"\u003eSkylight\u003c\/td\u003e\n\u003ctd style=\"padding:14px;\"\u003e690 × 625 mm (27.2 × 24.6\")\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr style=\"background:#eef2eb;\"\u003e\n\u003ctd style=\"padding:14px;font-weight:bold;\"\u003eMesh\u003c\/td\u003e\n\u003ctd style=\"padding:14px;\"\u003e150 g\/m² black mesh\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd style=\"padding:14px;font-weight:bold;\"\u003eMattress\u003c\/td\u003e\n\u003ctd style=\"padding:14px;\"\u003eHigh-density mattress with skin-friendly thermal cover\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr style=\"background:#eef2eb;\"\u003e\n\u003ctd style=\"padding:14px;font-weight:bold;\"\u003eSunshade Curtain\u003c\/td\u003e\n\u003ctd style=\"padding:14px;\"\u003eSuede fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd style=\"padding:14px;font-weight:bold;\"\u003eCeiling Liner\u003c\/td\u003e\n\u003ctd style=\"padding:14px;\"\u003eFelt\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr style=\"background:#eef2eb;\"\u003e\n\u003ctd style=\"padding:14px;font-weight:bold;\"\u003eColour\u003c\/td\u003e\n\u003ctd style=\"padding:14px;\"\u003eGrey \/ Black\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003c\/tbody\u003e\n\n\u003c\/table\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- FAQ --\u003e\n\n\u003ch2 style=\"color:#263029;margin:44px 0 16px;\"\u003e\nFrequently Asked Questions\n\u003c\/h2\u003e\n\n\u003ch3\u003eIs Wingman X a rooftop tent?\u003c\/h3\u003e\n\n\u003cp\u003e\nIt includes an elevated sleeping area, but Wingman X is designed as a larger pickup living system rather than a conventional rooftop tent. It combines sleeping, truck-bed living space, audio, lighting, power and camp accessories in one integrated platform.\n\u003c\/p\u003e\n\n\u003ch3\u003eDoes it require drilling into the truck?\u003c\/h3\u003e\n\n\u003cp\u003e\nThe PickupMate concept is designed around non-destructive, no-drill installation using application-specific mounting hardware.\n\u003c\/p\u003e\n\n\u003ch3\u003eHow does Wingman X deploy?\u003c\/h3\u003e\n\n\u003cp\u003e\nAn electric dual-level X-scissor lift system raises and lowers the structure. Key functions can be operated through the physical controls, remote control or compatible mobile app.\n\u003c\/p\u003e\n\n\u003ch3\u003eHow many people can sleep inside?\u003c\/h3\u003e\n\n\u003cp\u003e\nWild Land rates Wingman X for approximately two to three people.\n\u003c\/p\u003e\n\n\u003ch3\u003eDoes it have built-in speakers?\u003c\/h3\u003e\n\n\u003cp\u003e\nYes. Wingman X incorporates Bluetooth stereo audio as part of its integrated sound, lighting and power system.\n\u003c\/p\u003e\n\n\u003ch3\u003eDoes it have built-in lighting?\u003c\/h3\u003e\n\n\u003cp\u003e\nYes. The upper and lower levels include integrated lighting designed for both functional illumination and ambient camp use.\n\u003c\/p\u003e\n\n\u003ch3\u003eIs Wingman X waterproof?\u003c\/h3\u003e\n\n\u003cp\u003e\nThe outer shelter is designed as waterproof and uses taped seams. However, the interface with the truck bed is not completely sealed, so the truck-bed area should not be considered fully waterproof.\n\u003c\/p\u003e\n\n\u003ch3\u003eCan I use it in high winds?\u003c\/h3\u003e\n\n\u003cp\u003e\nWingman X has manufacturer-published wind guidelines for deployed use, but it is not intended for extreme weather. Always secure the system correctly and pack it down when conditions exceed the recommended limits.\n\u003c\/p\u003e\n\n\u003ch3\u003eWill it fit any pickup truck?\u003c\/h3\u003e\n\n\u003cp\u003e\nThe core structure is designed around pickup applications, but installation requires the correct mounting hardware for the specific truck. Confirm compatibility with Cap-it before ordering.\n\u003c\/p\u003e\n\n\u003c!-- CAP-IT TAKE --\u003e\n\n\u003cdiv style=\"background:linear-gradient(135deg,#263029 0%,#3f4d43 100%);border:2px solid #65725f;border-radius:12px;padding:30px;margin:42px 0;color:#ffffff;\"\u003e\n\n\u003cp style=\"margin:0 0 6px;color:#cbd5c7;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\nTHE CAP-IT TAKE\n\u003c\/p\u003e\n\n\u003ch2 style=\"margin:0 0 15px;color:#ffffff;\"\u003e\nThis Is Not Another Rooftop Tent\n\u003c\/h2\u003e\n\n\u003cp\u003e\nWingman X is one of the more ambitious products we have seen emerge around the pickup platform.\n\u003c\/p\u003e\n\n\u003cp\u003e\nThe interesting part is not simply that it gives you somewhere to sleep. Rooftop tents already do that extremely well. Wingman X is trying to create an entire outdoor living environment around the truck, with automatic deployment, two usable levels, integrated audio and lighting, and built-in camp functionality.\n\u003c\/p\u003e\n\n\u003cp\u003e\nThat makes it particularly compelling for customers who want substantially more campsite capability but do not necessarily want to tow a trailer or permanently convert their pickup into a dedicated camper.\n\u003c\/p\u003e\n\n\u003cp style=\"margin-bottom:0;\"\u003e\nIt is a genuinely different approach, and exactly the kind of product PickupMate was created to explore.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- WHY BUY FROM CAP-IT --\u003e\n\n\u003cdiv style=\"background:#f5f7f3;border:2px solid #65725f;border-radius:12px;padding:29px;margin:42px 0;\"\u003e\n\n\u003cp style=\"margin:0 0 6px;color:#596651;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\nWHY BUY PICKUPMATE FROM CAP-IT?\n\u003c\/p\u003e\n\n\u003ch2 style=\"margin:0 0 16px;color:#263029;\"\u003e\nBuilt Around Pickups Since 1977\n\u003c\/h2\u003e\n\n\u003cdiv style=\"display:flex;flex-wrap:wrap;gap:18px;\"\u003e\n\n\u003cdiv style=\"flex:1 1 230px;\"\u003e\n\u003ch3 style=\"margin:0 0 7px;color:#263029;\"\u003eTruck Expertise\u003c\/h3\u003e\n\u003cp style=\"margin:0;\"\u003e\nPickups, truck canopies and truck-bed systems have been at the core of Cap-it for decades.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"flex:1 1 230px;\"\u003e\n\u003ch3 style=\"margin:0 0 7px;color:#263029;\"\u003eFitment Support\u003c\/h3\u003e\n\u003cp style=\"margin:0;\"\u003e\nOur team can help confirm the correct Wingman X mounting system for your truck.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"flex:1 1 230px;\"\u003e\n\u003ch3 style=\"margin:0 0 7px;color:#263029;\"\u003eProfessional Installation\u003c\/h3\u003e\n\u003cp style=\"margin:0;\"\u003e\nContact your Cap-it location to discuss installation, vehicle compatibility and system integration.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"flex:1 1 230px;\"\u003e\n\u003ch3 style=\"margin:0 0 7px;color:#263029;\"\u003eCanadian Support\u003c\/h3\u003e\n\u003cp style=\"margin:0;\"\u003e\nWork with a Canadian truck and overland specialist for product and after-sale support.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cp style=\"margin:22px 0 0;\"\u003e\n\u003ca href=\"https:\/\/shop.capit.com\/a\/store-locator\/list\" target=\"_blank\" rel=\"noopener\" style=\"display:inline-block;background:#596651;color:#ffffff;font-weight:bold;text-decoration:none;border-radius:7px;padding:12px 22px;\"\u003eFind a Cap-it Location\u003c\/a\u003e\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- FINAL CTA --\u003e\n\n\u003cdiv style=\"background:linear-gradient(135deg,#596651 0%,#303a31 100%);border-radius:14px;padding:34px;text-align:center;color:#ffffff;margin:46px 0;\"\u003e\n\n\u003cp style=\"margin:0 0 6px;color:#d4ddd1;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\nPICKUPMATE | WINGMAN X\n\u003c\/p\u003e\n\n\u003ch2 style=\"margin-top:0;color:#ffffff;\"\u003e\nKeep the Pickup. Expand Its Possibilities.\n\u003c\/h2\u003e\n\n\u003cp style=\"font-size:1.1em;max-width:820px;margin:0 auto 18px;\"\u003e\nTurn your pickup into a powered outdoor living, sleeping and entertainment space without giving up the vehicle that brought you there.\n\u003c\/p\u003e\n\n\u003cp style=\"font-size:1.2em;font-weight:bold;margin-bottom:0;\"\u003e\nHear Better.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Wild Land","offers":[{"title":"Default Title","offer_id":48144120742124,"sku":"WLD PM-WMX + Vehicle Specific Brackets","price":14628.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/2026_08_Wild_Land-WingmanX-PNOG4912-2.jpg?v=1786378467"},{"product_id":"pickupmate-trunk-dual-level-pickup-camping-system","title":"PickupMate | Trunk Dual-Level Pickup Camping System","description":"\u003cdiv class=\"pickupmate-trunk-description\" style=\"max-width:1200px;margin:0 auto;color:#2d332f;line-height:1.65;\"\u003e\n\n\u003c!-- HERO --\u003e\n\n\u003cdiv style=\"background:linear-gradient(135deg,#f1f3ee 0%,#ffffff 58%,#e6ebe2 100%);border:2px solid #65725f;border-radius:14px;padding:34px;margin-bottom:28px;color:#263029;\"\u003e\n\n\u003cp style=\"margin:0 0 8px;color:#596651;font-size:.86em;font-weight:bold;letter-spacing:1.8px;text-transform:uppercase;\"\u003e\nPICKUPMATE | LIVE BETTER\n\u003c\/p\u003e\n\n\u003ch1 style=\"margin:0 0 14px;font-size:2.15em;line-height:1.2;color:#263029;\"\u003e\nPickupMate | Trunk\n\u003c\/h1\u003e\n\n\u003cp style=\"margin:0 0 20px;font-size:1.25em;color:#3d4740;\"\u003e\n\u003cstrong\u003eDual-level outdoor living. Elevated space. A completely different way to stay with your pickup.\u003c\/strong\u003e\n\u003c\/p\u003e\n\n\u003cp\u003e\nThe \u003cstrong\u003ePickupMate Trunk\u003c\/strong\u003e transforms the pickup into a multi-level outdoor living platform designed for travellers who want more than somewhere to sleep.\n\u003c\/p\u003e\n\n\u003cp\u003e\nIts defining feature is a \u003cstrong\u003edual-level living layout\u003c\/strong\u003e that creates usable space above and around the truck, including an expansive upper deck and scenic viewing area designed to make the destination itself part of the experience.\n\u003c\/p\u003e\n\n\u003cp\u003e\nRather than permanently converting the pickup into a dedicated camper, Trunk follows the PickupMate philosophy of adding new capability while preserving the truck’s original role as a practical, mobile and versatile vehicle.\n\u003c\/p\u003e\n\n\u003cp style=\"margin-bottom:0;\"\u003e\nFor camping, road trips, overlanding and long weekends outdoors, Trunk is designed to turn a simple stop into somewhere worth staying.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- QUICK VALUE STRIP --\u003e\n\n\u003cdiv style=\"display:flex;flex-wrap:wrap;gap:12px;margin:0 0 32px;\"\u003e\n\n\u003cdiv style=\"flex:1 1 175px;background:#f5f7f3;border:1px solid #d6ddd2;border-radius:10px;padding:17px;text-align:center;\"\u003e\n\u003cdiv style=\"font-size:1.25em;font-weight:800;color:#596651;\"\u003eDual-Level\u003c\/div\u003e\n\u003cdiv\u003eLiving Layout\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"flex:1 1 175px;background:#f5f7f3;border:1px solid #d6ddd2;border-radius:10px;padding:17px;text-align:center;\"\u003e\n\u003cdiv style=\"font-size:1.25em;font-weight:800;color:#596651;\"\u003eUpper Deck\u003c\/div\u003e\n\u003cdiv\u003eExpanded Outdoor Space\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"flex:1 1 175px;background:#f5f7f3;border:1px solid #d6ddd2;border-radius:10px;padding:17px;text-align:center;\"\u003e\n\u003cdiv style=\"font-size:1.25em;font-weight:800;color:#596651;\"\u003eViewing Terrace\u003c\/div\u003e\n\u003cdiv\u003eDesigned for the Destination\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"flex:1 1 175px;background:#f5f7f3;border:1px solid #d6ddd2;border-radius:10px;padding:17px;text-align:center;\"\u003e\n\u003cdiv style=\"font-size:1.25em;font-weight:800;color:#596651;\"\u003eNo-Drill\u003c\/div\u003e\n\u003cdiv\u003ePickup Integration\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"flex:1 1 175px;background:#f5f7f3;border:1px solid #d6ddd2;border-radius:10px;padding:17px;text-align:center;\"\u003e\n\u003cdiv style=\"font-size:1.25em;font-weight:800;color:#596651;\"\u003ePickupMate\u003c\/div\u003e\n\u003cdiv\u003eModular Lifestyle System\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- PICKUPMATE STORY --\u003e\n\n\u003cdiv style=\"background:linear-gradient(135deg,#f5f7f3 0%,#ffffff 100%);border-left:7px solid #65725f;border-radius:10px;padding:27px;margin:34px 0;\"\u003e\n\n\u003cp style=\"margin:0 0 6px;color:#596651;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\nA NEW PICKUP LIFESTYLE CATEGORY\n\u003c\/p\u003e\n\n\u003ch2 style=\"margin:0 0 13px;color:#263029;\"\u003e\nKeep the Pickup. Expand Its Possibilities.\n\u003c\/h2\u003e\n\n\u003cp\u003e\nPickupMate is Wild Land’s approach to expanding what a pickup can do without unnecessarily compromising the qualities that made it useful in the first place.\n\u003c\/p\u003e\n\n\u003cp\u003e\nThe philosophy centres on minimal integration, non-destructive mounting and preserving the pickup’s ability to work, travel and explore while adding entirely new ways to use the vehicle when parked.\n\u003c\/p\u003e\n\n\u003cp style=\"margin-bottom:0;\"\u003e\nTrunk is the \u003cstrong\u003eLive Better\u003c\/strong\u003e expression of that idea: a pickup-based system designed around outdoor living space rather than simply transportation or sleeping.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- LIVE BETTER --\u003e\n\n\u003cdiv style=\"background:linear-gradient(135deg,#263029 0%,#3f4d43 100%);border:2px solid #65725f;border-radius:12px;padding:31px;margin:40px 0;color:#ffffff;\"\u003e\n\n\u003cp style=\"margin:0 0 6px;color:#cbd5c7;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\nLIVE BETTER\n\u003c\/p\u003e\n\n\u003ch2 style=\"margin:0 0 15px;color:#ffffff;\"\u003e\nTurn Every Stop Into Somewhere Worth Staying\n\u003c\/h2\u003e\n\n\u003cp\u003e\nTrunk is built around the idea that a journey is not only about getting somewhere.\n\u003c\/p\u003e\n\n\u003cp\u003e\nOnce the truck is parked, the system creates multiple levels of usable outdoor space, allowing you to relax above the vehicle, take in the view, organize camp below and create a more complete living environment around the pickup.\n\u003c\/p\u003e\n\n\u003cp\u003e\nThe upper deck becomes more than roof space. It becomes a place to sit, relax, watch the sunset, enjoy a morning coffee or simply spend time outside without being confined to the truck bed.\n\u003c\/p\u003e\n\n\u003cp style=\"margin-bottom:0;font-size:1.12em;\"\u003e\n\u003cstrong\u003eThe truck gets you there. Trunk gives you a reason to stay.\u003c\/strong\u003e\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- WHY TRUNK --\u003e\n\n\u003ch2 style=\"color:#263029;margin:40px 0 16px;\"\u003e\nWhat Makes PickupMate Trunk Different?\n\u003c\/h2\u003e\n\n\u003cdiv style=\"display:flex;flex-wrap:wrap;gap:16px;\"\u003e\n\n\u003cdiv style=\"flex:1 1 320px;background:#ffffff;border:1px solid #d6ddd2;border-top:6px solid #65725f;border-radius:10px;padding:21px;\"\u003e\n\u003ch3 style=\"margin-top:0;color:#263029;\"\u003eDual-Level Living Layout\u003c\/h3\u003e\n\u003cp style=\"margin-bottom:0;\"\u003e\nTrunk creates distinct upper and lower areas around the pickup, providing more usable camp space without requiring a separate trailer or permanent camper conversion.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"flex:1 1 320px;background:#ffffff;border:1px solid #d6ddd2;border-top:6px solid #65725f;border-radius:10px;padding:21px;\"\u003e\n\u003ch3 style=\"margin-top:0;color:#263029;\"\u003eExpansive Upper Deck\u003c\/h3\u003e\n\u003cp style=\"margin-bottom:0;\"\u003e\nThe elevated deck creates a dedicated outdoor living area above the vehicle for relaxing, taking in the surroundings or simply getting away from ground-level camp clutter.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"flex:1 1 320px;background:#ffffff;border:1px solid #d6ddd2;border-top:6px solid #65725f;border-radius:10px;padding:21px;\"\u003e\n\u003ch3 style=\"margin-top:0;color:#263029;\"\u003eScenic Viewing Terrace\u003c\/h3\u003e\n\u003cp style=\"margin-bottom:0;\"\u003e\nThe upper space is deliberately designed around the experience of the destination, providing an elevated place to enjoy views, sunsets, wildlife and the landscape around camp.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"flex:1 1 320px;background:#ffffff;border:1px solid #d6ddd2;border-top:6px solid #65725f;border-radius:10px;padding:21px;\"\u003e\n\u003ch3 style=\"margin-top:0;color:#263029;\"\u003ePreserves Pickup Utility\u003c\/h3\u003e\n\u003cp style=\"margin-bottom:0;\"\u003e\nPickupMate is designed around maintaining the truck’s original usefulness rather than permanently transforming it into a dedicated recreational vehicle.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"flex:1 1 320px;background:#ffffff;border:1px solid #d6ddd2;border-top:6px solid #65725f;border-radius:10px;padding:21px;\"\u003e\n\u003ch3 style=\"margin-top:0;color:#263029;\"\u003eNon-Destructive Installation\u003c\/h3\u003e\n\u003cp style=\"margin-bottom:0;\"\u003e\nThe PickupMate design philosophy avoids unnecessary drilling or structural modification to the vehicle.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"flex:1 1 320px;background:#ffffff;border:1px solid #d6ddd2;border-top:6px solid #65725f;border-radius:10px;padding:21px;\"\u003e\n\u003ch3 style=\"margin-top:0;color:#263029;\"\u003eModular Expansion\u003c\/h3\u003e\n\u003cp style=\"margin-bottom:0;\"\u003e\nTrunk is part of a larger PickupMate ecosystem designed to adapt to different lifestyles and future ways of using the pickup.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- UPPER DECK --\u003e\n\n\u003cdiv style=\"background:#f5f7f3;border-left:7px solid #65725f;border-radius:10px;padding:28px;margin:40px 0;\"\u003e\n\n\u003cp style=\"margin:0 0 6px;color:#596651;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\nTHE UPPER LEVEL\n\u003c\/p\u003e\n\n\u003ch2 style=\"margin:0 0 14px;color:#263029;\"\u003e\nAn Outdoor Room With a Better View\n\u003c\/h2\u003e\n\n\u003cp\u003e\nMost pickup-based camp systems concentrate everything inside or immediately beside the truck bed.\n\u003c\/p\u003e\n\n\u003cp\u003e\nTrunk looks upward.\n\u003c\/p\u003e\n\n\u003cp\u003e\nIts upper deck creates a separate outdoor space above the vehicle, giving you a place to relax away from muddy ground, campsite traffic and equipment stored below.\n\u003c\/p\u003e\n\n\u003cp style=\"margin-bottom:0;\"\u003e\nFor scenic campsites, waterfront stops, mountain viewpoints and long evenings outdoors, that elevated terrace becomes one of the defining parts of the Trunk experience.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- LOWER LEVEL --\u003e\n\n\u003cdiv style=\"background:linear-gradient(135deg,#f5f7f3 0%,#ffffff 100%);border:2px solid #65725f;border-radius:12px;padding:28px;margin:40px 0;\"\u003e\n\n\u003cp style=\"margin:0 0 6px;color:#596651;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\nTHE LOWER LEVEL\n\u003c\/p\u003e\n\n\u003ch2 style=\"margin:0 0 14px;color:#263029;\"\u003e\nKeep Useful Space Around the Pickup Bed\n\u003c\/h2\u003e\n\n\u003cp\u003e\nThe upper living deck does not exist in isolation. The PickupMate concept is built around creating additional capability while preserving the truck’s underlying usefulness.\n\u003c\/p\u003e\n\n\u003cp\u003e\nThe lower area remains part of the working camp environment, allowing the truck bed to continue supporting storage, gear organization and everyday campsite functions.\n\u003c\/p\u003e\n\n\u003cp style=\"margin-bottom:0;\"\u003e\nInstead of replacing the pickup bed with a permanent living compartment, Trunk builds another level around it.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- USE CASES --\u003e\n\n\u003ch2 style=\"color:#263029;margin:42px 0 16px;\"\u003e\nDesigned for the Places You Actually Want to Stay\n\u003c\/h2\u003e\n\n\u003cdiv style=\"display:flex;flex-wrap:wrap;gap:14px;\"\u003e\n\n\u003cdiv style=\"flex:1 1 210px;background:#f5f7f3;border-radius:9px;padding:19px;text-align:center;\"\u003e\n\u003cstrong style=\"color:#596651;\"\u003eCamping\u003c\/strong\u003e\n\u003cp style=\"margin:7px 0 0;\"\u003eCreate more usable living space around the truck without towing a trailer.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"flex:1 1 210px;background:#f5f7f3;border-radius:9px;padding:19px;text-align:center;\"\u003e\n\u003cstrong style=\"color:#596651;\"\u003eOverlanding\u003c\/strong\u003e\n\u003cp style=\"margin:7px 0 0;\"\u003eAdd living capability while preserving the pickup as the foundation of the build.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"flex:1 1 210px;background:#f5f7f3;border-radius:9px;padding:19px;text-align:center;\"\u003e\n\u003cstrong style=\"color:#596651;\"\u003eScenic Travel\u003c\/strong\u003e\n\u003cp style=\"margin:7px 0 0;\"\u003eTurn overlooks, waterfronts and remote campsites into places to stop and enjoy.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"flex:1 1 210px;background:#f5f7f3;border-radius:9px;padding:19px;text-align:center;\"\u003e\n\u003cstrong style=\"color:#596651;\"\u003eRoad Trips\u003c\/strong\u003e\n\u003cp style=\"margin:7px 0 0;\"\u003eMake overnight stops and spontaneous detours part of the journey.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"flex:1 1 210px;background:#f5f7f3;border-radius:9px;padding:19px;text-align:center;\"\u003e\n\u003cstrong style=\"color:#596651;\"\u003eFamily Travel\u003c\/strong\u003e\n\u003cp style=\"margin:7px 0 0;\"\u003eCreate more room for people to spread out around camp.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"flex:1 1 210px;background:#f5f7f3;border-radius:9px;padding:19px;text-align:center;\"\u003e\n\u003cstrong style=\"color:#596651;\"\u003eWeekend Escapes\u003c\/strong\u003e\n\u003cp style=\"margin:7px 0 0;\"\u003eBuild a more complete camp around the vehicle without bringing a separate RV.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- PHILOSOPHY --\u003e\n\n\u003cdiv style=\"background:linear-gradient(135deg,#263029 0%,#3f4d43 100%);border:2px solid #65725f;border-radius:12px;padding:30px;margin:42px 0;color:#ffffff;\"\u003e\n\n\u003cp style=\"margin:0 0 6px;color:#cbd5c7;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\nPRESERVE WHAT WORKS\n\u003c\/p\u003e\n\n\u003ch2 style=\"margin:0 0 15px;color:#ffffff;\"\u003e\nMore Living Space Without Giving Up the Pickup\n\u003c\/h2\u003e\n\n\u003cp\u003e\nThat is the idea at the centre of PickupMate.\n\u003c\/p\u003e\n\n\u003cp\u003e\nTruck owners already have a capable vehicle. The goal is not to erase those capabilities in pursuit of camping comfort.\n\u003c\/p\u003e\n\n\u003cp\u003e\nTrunk is designed around adding space and new experiences while respecting the pickup’s original role as transportation, cargo carrier and adventure vehicle.\n\u003c\/p\u003e\n\n\u003cp style=\"margin-bottom:0;\"\u003e\nIt expands what the truck can become when parked, without forgetting what it needs to remain when the journey continues.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- VEHICLE FITMENT --\u003e\n\n\u003ch2 style=\"color:#263029;margin:42px 0 16px;\"\u003e\nVehicle-Specific Fitment\n\u003c\/h2\u003e\n\n\u003cp\u003e\nPickupMate products use application-specific mounting solutions to integrate with compatible pickup trucks.\n\u003c\/p\u003e\n\n\u003cp\u003e\nAvailable Trunk applications may vary by truck model, model year and bed configuration as Wild Land expands the PickupMate platform.\n\u003c\/p\u003e\n\n\u003cdiv style=\"background:#eef2eb;border-left:7px solid #65725f;border-radius:10px;padding:23px;margin:26px 0;\"\u003e\n\n\u003cstrong style=\"color:#596651;\"\u003eConfirm compatibility before ordering.\u003c\/strong\u003e\n\n\u003cp style=\"margin:8px 0 0;\"\u003e\nContact Cap-it to confirm the correct Trunk application and mounting system for your pickup before purchase.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- FAQ --\u003e\n\n\u003ch2 style=\"color:#263029;margin:44px 0 16px;\"\u003e\nFrequently Asked Questions\n\u003c\/h2\u003e\n\n\u003ch3\u003eIs Trunk the same product as Wingman X?\u003c\/h3\u003e\n\n\u003cp\u003e\nNo. Both belong to the Wild Land PickupMate category, but they are designed around different outdoor experiences. Wingman X focuses on \u003cstrong\u003eHear Better\u003c\/strong\u003e and an integrated outdoor sound experience, while Trunk focuses on \u003cstrong\u003eLive Better\u003c\/strong\u003e through its dual-level living layout and upper outdoor deck.\n\u003c\/p\u003e\n\n\u003ch3\u003eIs Trunk a rooftop tent?\u003c\/h3\u003e\n\n\u003cp\u003e\nWild Land positions Trunk as part of the broader PickupMate living system rather than simply as a conventional rooftop tent. Its defining feature is the creation of multiple usable living levels around the pickup.\n\u003c\/p\u003e\n\n\u003ch3\u003eWhat is the upper deck used for?\u003c\/h3\u003e\n\n\u003cp\u003e\nThe elevated deck is designed as an outdoor living and viewing area where users can relax, enjoy the scenery and create a separate space above the ground-level camp.\n\u003c\/p\u003e\n\n\u003ch3\u003eDoes Trunk permanently convert my truck into a camper?\u003c\/h3\u003e\n\n\u003cp\u003e\nNo. The PickupMate philosophy is built around adding new capability without unnecessarily compromising the pickup’s existing usefulness or permanently redesigning the vehicle around a camping system.\n\u003c\/p\u003e\n\n\u003ch3\u003eDoes installation require drilling?\u003c\/h3\u003e\n\n\u003cp\u003e\nWild Land’s PickupMate design philosophy specifies non-destructive mounting without drilling into the vehicle structure.\n\u003c\/p\u003e\n\n\u003ch3\u003eWill Trunk fit every pickup?\u003c\/h3\u003e\n\n\u003cp\u003e\nNo universal fitment should be assumed. Vehicle compatibility depends on available mounting solutions for the truck model, model year and bed configuration. Confirm fitment with Cap-it before ordering.\n\u003c\/p\u003e\n\n\u003ch3\u003eDoes Trunk replace Wingman X?\u003c\/h3\u003e\n\n\u003cp\u003e\nNo. Wild Land describes Trunk, Wingman X and WinTopper as different expressions of the PickupMate concept, each developed for a different way of using a pickup.\n\u003c\/p\u003e\n\n\u003c!-- CAP-IT TAKE --\u003e\n\n\u003cdiv style=\"background:linear-gradient(135deg,#263029 0%,#3f4d43 100%);border:2px solid #65725f;border-radius:12px;padding:30px;margin:42px 0;color:#ffffff;\"\u003e\n\n\u003cp style=\"margin:0 0 6px;color:#cbd5c7;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\nTHE CAP-IT TAKE\n\u003c\/p\u003e\n\n\u003ch2 style=\"margin:0 0 15px;color:#ffffff;\"\u003e\nTrunk Is About What Happens After You Arrive\n\u003c\/h2\u003e\n\n\u003cp\u003e\nMost truck camping products are designed around transportation, storage or sleeping.\n\u003c\/p\u003e\n\n\u003cp\u003e\nTrunk is interesting because Wild Land is treating outdoor living space itself as the feature.\n\u003c\/p\u003e\n\n\u003cp\u003e\nThe upper deck and viewing terrace give the vehicle a completely different role once camp is established, creating a place to sit, relax and experience the surroundings rather than simply retreating into a tent.\n\u003c\/p\u003e\n\n\u003cp style=\"margin-bottom:0;\"\u003e\nFor customers who value the campsite experience as much as the drive to get there, Trunk is one of the more unconventional pickup-based systems we have seen.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- WHY BUY FROM CAP-IT --\u003e\n\n\u003cdiv style=\"background:#f5f7f3;border:2px solid #65725f;border-radius:12px;padding:29px;margin:42px 0;\"\u003e\n\n\u003cp style=\"margin:0 0 6px;color:#596651;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\nWHY BUY PICKUPMATE FROM CAP-IT?\n\u003c\/p\u003e\n\n\u003ch2 style=\"margin:0 0 16px;color:#263029;\"\u003e\nBuilt Around Pickups Since 1977\n\u003c\/h2\u003e\n\n\u003cdiv style=\"display:flex;flex-wrap:wrap;gap:18px;\"\u003e\n\n\u003cdiv style=\"flex:1 1 230px;\"\u003e\n\u003ch3 style=\"margin:0 0 7px;color:#263029;\"\u003eTruck Expertise\u003c\/h3\u003e\n\u003cp style=\"margin:0;\"\u003e\nPickups, truck canopies and truck-bed systems have been at the core of Cap-it for decades.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"flex:1 1 230px;\"\u003e\n\u003ch3 style=\"margin:0 0 7px;color:#263029;\"\u003eFitment Support\u003c\/h3\u003e\n\u003cp style=\"margin:0;\"\u003e\nOur team can help confirm the correct PickupMate mounting system for your truck.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"flex:1 1 230px;\"\u003e\n\u003ch3 style=\"margin:0 0 7px;color:#263029;\"\u003eProfessional Installation\u003c\/h3\u003e\n\u003cp style=\"margin:0;\"\u003e\nContact your Cap-it location to discuss installation, vehicle compatibility and system integration.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"flex:1 1 230px;\"\u003e\n\u003ch3 style=\"margin:0 0 7px;color:#263029;\"\u003eCanadian Support\u003c\/h3\u003e\n\u003cp style=\"margin:0;\"\u003e\nWork with a Canadian truck and overland specialist for product and after-sale support.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cp style=\"margin:22px 0 0;\"\u003e\n\u003ca href=\"https:\/\/shop.capit.com\/a\/store-locator\/list\" target=\"_blank\" rel=\"noopener\" style=\"display:inline-block;background:#596651;color:#ffffff;font-weight:bold;text-decoration:none;border-radius:7px;padding:12px 22px;\"\u003eFind a Cap-it Location\u003c\/a\u003e\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- FINAL CTA --\u003e\n\n\u003cdiv style=\"background:linear-gradient(135deg,#596651 0%,#303a31 100%);border-radius:14px;padding:34px;text-align:center;color:#ffffff;margin:46px 0;\"\u003e\n\n\u003cp style=\"margin:0 0 6px;color:#d4ddd1;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\nPICKUPMATE | TRUNK\n\u003c\/p\u003e\n\n\u003ch2 style=\"margin-top:0;color:#ffffff;\"\u003e\nKeep the Pickup. Expand Its Possibilities.\n\u003c\/h2\u003e\n\n\u003cp style=\"font-size:1.1em;max-width:820px;margin:0 auto 18px;\"\u003e\nCreate more room to stay, relax and experience the destination without permanently turning your pickup into something it was never meant to be.\n\u003c\/p\u003e\n\n\u003cp style=\"font-size:1.2em;font-weight:bold;margin-bottom:0;\"\u003e\nLive Better.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Wild Land","offers":[{"title":"Default Title","offer_id":48144252141804,"sku":null,"price":14250.0,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/WL-PickupMate-Trunk-1264833186566977620_n.jpg?v=1786399241"}],"url":"https:\/\/shop.capit.com\/collections\/pickupmate\/wild-land.oembed","provider":"Shop Cap-it","version":"1.0","type":"link"}