{"title":"Pickup Truck Bed Rack","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400\u0026amp;family=DM+Sans:wght@300;400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/@tabler\/icons-webfont@latest\/tabler-icons.min.css\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    :root {\n      --gold: #b8900a;\n      --gold-light: rgba(184,144,10,0.08);\n      --surface: #f5f4f1;\n      --surface-2: #eceae4;\n      --text-primary: #1a1814;\n      --text-secondary: #4a4540;\n      --text-muted: #8a857c;\n      --border: #dddad3;\n      --radius: 14px;\n    }\n\n    body {\n      background: #ffffff;\n      color: var(--text-primary);\n      font-family: 'DM Sans', sans-serif;\n      padding: 2rem 1rem 4rem;\n      min-height: 100vh;\n      display: flex;\n      justify-content: center;\n      align-items: space-evenly;\n    }\n\n    .page { width: 100%; max-width: 100%; }\n\n    \/* BREADCRUMB *\/\n    .breadcrumb {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 8px;\n      font-size: 12px;\n      color: var(--text-muted);\n      margin-bottom: 2.5rem;\n      letter-spacing: 0.04em;\n    }\n    .breadcrumb span { color: var(--gold); }\n    .breadcrumb i { font-size: 12px; }\n\n    \/* HERO *\/\n    .hero {\n      position: relative;\n      background: linear-gradient(135deg, #1a1814 0%, #2e2820 100%);\n      border-radius: var(--radius);\n      padding: 3.5rem 3rem 3rem;\n      margin-bottom: 2.5rem;\n      overflow: hidden;\n      text-align: center;\n    }\n\n    .hero::before {\n      content: '';\n      position: absolute;\n      top: -80px; right: -80px;\n      width: 260px; height: 260px;\n      border-radius: 50%;\n      background: rgba(184,144,10,0.07);\n    }\n\n    .hero::after {\n      content: '';\n      position: absolute;\n      bottom: -50px; left: 60px;\n      width: 160px; height: 160px;\n      border-radius: 50%;\n      background: rgba(184,144,10,0.04);\n    }\n\n    .hero-eyebrow {\n      display: inline-block;\n      font-size: 11px;\n      font-weight: 500;\n      letter-spacing: 0.16em;\n      text-transform: uppercase;\n      color: #b8900a;\n      border: 0.5px solid rgba(184,144,10,0.35);\n      border-radius: 100px;\n      padding: 4px 14px;\n      margin-bottom: 1.4rem;\n      position: relative;\n      z-index: 1;\n    }\n\n    .hero-headline {\n      font-family: 'Playfair Display', serif;\n      font-size: 40px;\n      font-weight: 400;\n      line-height: 1.15;\n      color: #f0ece4;\n      margin-bottom: 1.25rem;\n      position: relative;\n      z-index: 1;\n    }\n\n    .hero-headline em {\n      font-style: italic;\n      color: #b8900a;\n    }\n\n    .hero-body {\n      font-size: 15px;\n      font-weight: 300;\n      color: rgba(240,236,228,0.65);\n      max-width: 520px;\n      line-height: 1.8;\n      position: relative;\n      z-index: 1;\n      margin: 0 auto;\n    }\n\n    \/* SCENE STRIP *\/\n    .scene-strip {\n      background: var(--surface);\n      border: 1px solid var(--border);\n      border-radius: var(--radius);\n      padding: 2rem;\n      margin-bottom: 2rem;\n      display: flex;\n      align-items: center;\n      gap: 2rem;\n      overflow: hidden;\n    }\n\n    .scene-svg { flex-shrink: 0; }\n\n    .scene-text { flex: 1; }\n\n    .scene-text p {\n      font-size: 14px;\n      color: var(--text-secondary);\n      line-height: 1.8;\n      margin-bottom: 0.75rem;\n      text-align: center;\n    }\n\n    .scene-text p:last-child { margin-bottom: 0; }\n\n    \/* USE CASES *\/\n    .section-label {\n      font-size: 11px;\n      font-weight: 500;\n      letter-spacing: 0.16em;\n      text-transform: uppercase;\n      color: var(--text-muted);\n      margin-bottom: 1.25rem;\n      text-align: center;\n    }\n\n    .use-cases {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 1rem;\n      margin-bottom: 2rem;\n    }\n\n    .use-card {\n      background: var(--surface);\n      border: 1px solid var(--border);\n      border-radius: var(--radius);\n      padding: 1.4rem 1.25rem;\n      transition: border-color 0.2s, box-shadow 0.2s;\n    }\n    .use-card:hover {\n      border-color: var(--gold);\n      box-shadow: 0 2px 16px rgba(184,144,10,0.08);\n    }\n\n    .use-icon {\n      width: 44px;\n      height: 44px;\n      background: var(--gold-light);\n      border-radius: 11px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 20px;\n      color: var(--gold);\n      margin: 0 auto 0.9rem;\n    }\n\n    .use-title {\n      font-size: 14px;\n      font-weight: 500;\n      color: var(--text-primary);\n      margin-bottom: 0.4rem;\n      text-align: center;\n    }\n\n    .use-body {\n      font-size: 13px;\n      color: var(--text-secondary);\n      line-height: 1.65;\n      text-align: center;\n    }\n\n    \/* BENEFIT TILES *\/\n    .why-block {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 1rem;\n      margin-bottom: 2rem;\n    }\n\n    .why-row {\n      display: flex;\n      align-items: flex-start;\n      gap: 12px;\n      background: var(--surface);\n      border: 1px solid var(--border);\n      border-radius: var(--radius);\n      padding: 1.5rem 1.25rem;\n      transition: border-color 0.2s;\n    }\n    .why-row:hover { border-color: var(--gold); }\n\n    .why-icon {\n      font-size: 22px;\n      color: var(--gold);\n      flex-shrink: 0;\n      margin-top: 2px;\n    }\n\n    .why-text p { margin: 0; }\n    .why-title { font-size: 14px; font-weight: 500; color: var(--text-primary); margin-bottom: 4px; text-align: center; }\n    .why-desc { font-size: 13px; color: var(--text-secondary); line-height: 1.6; text-align: center; }\n\n    \/* CTA *\/\n    .cta-block {\n      background: linear-gradient(135deg, #1a1814 0%, #2e2820 100%);\n      border-radius: var(--radius);\n      padding: 2.5rem;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      text-align: center;\n      gap: 1.5rem;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .cta-block::before {\n      content: '';\n      position: absolute;\n      top: -50px; right: -50px;\n      width: 160px; height: 160px;\n      border-radius: 50%;\n      background: rgba(184,144,10,0.07);\n    }\n\n    .cta-text { position: relative; z-index: 1; }\n\n    .cta-quote {\n      font-family: 'Playfair Display', serif;\n      font-size: 22px;\n      font-style: italic;\n      color: #f0ece4;\n      line-height: 1.45;\n      margin-bottom: 0.6rem;\n    }\n\n    .cta-sub {\n      font-size: 13px;\n      color: rgba(240,236,228,0.5);\n      max-width: 480px;\n      margin: 0 auto;\n      line-height: 1.6;\n    }\n\n    .cta-btn {\n      background: var(--gold);\n      color: #ffffff;\n      border: none;\n      border-radius: 10px;\n      padding: 14px 36px;\n      font-family: 'DM Sans', sans-serif;\n      font-size: 14px;\n      font-weight: 600;\n      cursor: pointer;\n      letter-spacing: 0.02em;\n      transition: opacity 0.2s;\n      position: relative;\n      z-index: 1;\n    }\n    .cta-btn:hover { opacity: 0.88; }\n\n    \/* RESPONSIVE *\/\n    @media (max-width: 640px) {\n      .hero { padding: 2rem 1.5rem; }\n      .hero-headline { font-size: 28px; }\n      .scene-strip { flex-direction: column; gap: 1rem; }\n      .use-cases { grid-template-columns: 1fr; }\n      .why-block { grid-template-columns: 1fr; }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"page\"\u003e\n\u003c!-- BREADCRUMB --\u003e\n\u003cdiv class=\"breadcrumb\"\u003eBoundless Base \u003ci class=\"ti ti-chevron-right\"\u003e\u003c\/i\u003e Overland Accessories \u003ci class=\"ti ti-chevron-right\"\u003e\u003c\/i\u003e \u003cspan\u003eTruck Bed Racks\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"hero-eyebrow\"\u003ePointed toward adventures\u003c\/div\u003e\n\u003ch1 class=\"hero-headline\"\u003eHaul More.\u003cbr\u003e\u003cem\u003eExplore Further.\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-body\"\u003eTruck bed racks add extra storage and versatility to your pickup — making it easier to carry rooftop tents, bikes, kayaks, ladders, gear, and more.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- SCENE STRIP --\u003e\n\u003cdiv class=\"scene-strip\"\u003e\n\u003cdiv class=\"scene-svg\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 180 130\" height=\"130\" width=\"180\"\u003e\n          \n          \u003crect fill=\"#eceae4\" rx=\"3\" height=\"18\" width=\"180\" y=\"112\" x=\"0\"\u003e\u003c\/rect\u003e\n          \n          \u003crect fill=\"#f5f4f1\" height=\"112\" width=\"180\" y=\"0\" x=\"0\"\u003e\u003c\/rect\u003e\n          \n          \u003cpath fill=\"#dddad3\" d=\"M0 112 L30 65 L60 88 L95 42 L135 78 L165 55 L180 112 Z\"\u003e\u003c\/path\u003e\n          \n          \u003crect fill=\"#2e2820\" rx=\"4\" height=\"30\" width=\"164\" y=\"82\" x=\"8\"\u003e\u003c\/rect\u003e\n          \n          \u003crect fill=\"#1a1814\" rx=\"4\" height=\"22\" width=\"70\" y=\"62\" x=\"8\"\u003e\u003c\/rect\u003e\n          \n          \u003crect opacity=\"0.8\" fill=\"#3a3530\" rx=\"3\" height=\"14\" width=\"56\" y=\"66\" x=\"14\"\u003e\u003c\/rect\u003e\n          \n          \u003crect stroke-width=\"0.5\" stroke=\"#3a3530\" fill=\"#1a1814\" rx=\"2\" height=\"14\" width=\"92\" y=\"70\" x=\"80\"\u003e\u003c\/rect\u003e\n          \n          \u003crect stroke-width=\"0.8\" stroke=\"#b8900a\" fill=\"#4a4540\" rx=\"2\" height=\"4\" width=\"92\" y=\"58\" x=\"80\"\u003e\u003c\/rect\u003e\n          \u003crect stroke-width=\"0.8\" stroke=\"#b8900a\" fill=\"#4a4540\" rx=\"2\" height=\"4\" width=\"92\" y=\"48\" x=\"80\"\u003e\u003c\/rect\u003e\n          \n          \u003crect fill=\"#4a4540\" rx=\"1.5\" height=\"24\" width=\"4\" y=\"48\" x=\"82\"\u003e\u003c\/rect\u003e\n          \u003crect fill=\"#4a4540\" rx=\"1.5\" height=\"24\" width=\"4\" y=\"48\" x=\"166\"\u003e\u003c\/rect\u003e\n          \u003crect opacity=\"0.6\" fill=\"#4a4540\" rx=\"1.5\" height=\"24\" width=\"4\" y=\"48\" x=\"120\"\u003e\u003c\/rect\u003e\n          \n          \u003cpath stroke-width=\"1.2\" stroke=\"#b8900a\" fill=\"#1a1814\" d=\"M84 48 Q128 20 168 48 Z\"\u003e\u003c\/path\u003e\n          \u003cpath fill=\"none\" stroke-width=\"0.8\" stroke=\"rgba(184,144,10,0.3)\" d=\"M96 40 Q128 24 160 40\"\u003e\u003c\/path\u003e\n          \n          \u003cellipse transform=\"rotate(-3 128 44)\" opacity=\"0.25\" fill=\"#b8900a\" ry=\"4\" rx=\"36\" cy=\"44\" cx=\"128\"\u003e\u003c\/ellipse\u003e\n          \n          \u003ccircle stroke-width=\"1\" stroke=\"#3a3530\" fill=\"#1a1814\" r=\"13\" cy=\"112\" cx=\"40\"\u003e\u003c\/circle\u003e\n          \u003ccircle fill=\"#3a3530\" r=\"5\" cy=\"112\" cx=\"40\"\u003e\u003c\/circle\u003e\n          \u003ccircle stroke-width=\"1\" stroke=\"#3a3530\" fill=\"#1a1814\" r=\"13\" cy=\"112\" cx=\"140\"\u003e\u003c\/circle\u003e\n          \u003ccircle fill=\"#3a3530\" r=\"5\" cy=\"112\" cx=\"140\"\u003e\u003c\/circle\u003e\n          \n          \u003cellipse fill=\"rgba(184,144,10,0.05)\" ry=\"4\" rx=\"70\" cy=\"125\" cx=\"90\"\u003e\u003c\/ellipse\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"scene-text\"\u003e\n\u003cp\u003eDesigned for strength and durability, bed racks help maximize space while keeping your equipment secure and organized on every trip.\u003c\/p\u003e\n\u003cp\u003eWhether you're heading to the job site, campsite, or off-road trail, a truck bed rack gives you the flexibility to haul more and explore further.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHAT YOU CAN CARRY --\u003e\n\u003cp class=\"section-label\"\u003eBuilt to carry anything\u003c\/p\u003e\n\u003cdiv class=\"use-cases\"\u003e\n\u003cdiv class=\"use-card\"\u003e\n\u003cdiv class=\"use-icon\"\u003e\n\u003ci class=\"ti ti-tent\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cp class=\"use-title\"\u003eRooftop Tents\u003c\/p\u003e\n\u003cp class=\"use-body\"\u003eMount your rooftop tent directly to the rack and free up your roof for other gear — or just elevate your camp setup on any truck.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"use-card\"\u003e\n\u003cdiv class=\"use-icon\"\u003e\n\u003ci class=\"ti ti-bike\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cp class=\"use-title\"\u003eBikes \u0026amp; Kayaks\u003c\/p\u003e\n\u003cp class=\"use-body\"\u003eHaul bikes, kayaks, canoes, and boards with ease. Strapped to a bed rack, your adventure gear rides safely wherever you go.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"use-card\"\u003e\n\u003cdiv class=\"use-icon\"\u003e\n\u003ci class=\"ti ti-tools\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cp class=\"use-title\"\u003eLadders \u0026amp; Job Gear\u003c\/p\u003e\n\u003cp class=\"use-body\"\u003eCarry long ladders, lumber, or work equipment securely. A bed rack turns your pickup into a capable hauler for any workday.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- BENEFIT TILES --\u003e\n\u003cdiv class=\"why-block\"\u003e\n\u003cdiv class=\"why-row\"\u003e\n\u003ci class=\"ti ti-box why-icon\"\u003e\u003c\/i\u003e\n\u003cdiv class=\"why-text\"\u003e\n\u003cp class=\"why-title\"\u003eMaximize Bed Space\u003c\/p\u003e\n\u003cp class=\"why-desc\"\u003eCarry more without sacrificing bed access. Racks keep gear elevated so your truck bed stays open and useful.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-row\"\u003e\n\u003ci class=\"ti ti-shield why-icon\"\u003e\u003c\/i\u003e\n\u003cdiv class=\"why-text\"\u003e\n\u003cp class=\"why-title\"\u003eBuilt for Strength\u003c\/p\u003e\n\u003cp class=\"why-desc\"\u003eHeavy-duty construction handles serious loads — designed to keep your equipment secure no matter the road ahead.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-row\"\u003e\n\u003ci class=\"ti ti-adjustments-horizontal why-icon\"\u003e\u003c\/i\u003e\n\u003cdiv class=\"why-text\"\u003e\n\u003cp class=\"why-title\"\u003eVersatile Setup\u003c\/p\u003e\n\u003cp class=\"why-desc\"\u003eCompatible with a wide range of accessories and mounts — configure your rack for any mission, from camping to work.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-row\"\u003e\n\u003ci class=\"ti ti-road why-icon\"\u003e\u003c\/i\u003e\n\u003cdiv class=\"why-text\"\u003e\n\u003cp class=\"why-title\"\u003eReady for Anything\u003c\/p\u003e\n\u003cp class=\"why-desc\"\u003eJob site, trailhead, or campground — a bed rack gives you the flexibility to go further and do more with every drive.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"cta-block\"\u003e\n\u003cdiv class=\"cta-text\"\u003e\n\u003cp class=\"cta-quote\"\u003e\"Your truck is built for more — let's prove it.\"\u003c\/p\u003e\n\u003cp class=\"cta-sub\"\u003eBrowse our truck bed racks and find the right fit for your pickup, your gear, and your next adventure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","products":[{"product_id":"adjustable-truck-bed-rack","title":"Boundless Adjustable Truck Bed Rack","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\" rel=\"preconnect\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400\u0026amp;family=DM+Sans:wght@300;400;500;600\u0026amp;display=swap\"\u003e \u003clink href=\"https:\/\/cdn.jsdelivr.net\/npm\/@tabler\/icons-webfont@latest\/tabler-icons.min.css\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    :root {\n      --gold: #b8900a;\n      --gold-light: rgba(184,144,10,0.08);\n      --surface: #f5f4f1;\n      --surface-2: #eceae4;\n      --text-primary: #1a1814;\n      --text-secondary: #4a4540;\n      --text-muted: #8a857c;\n      --border: #dddad3;\n      --radius: 14px;\n    }\n\n    body {\n      background: #ffffff;\n      color: var(--text-primary);\n      font-family: 'DM Sans', sans-serif;\n      padding: 2rem 1rem 4rem;\n      min-height: 100vh;\n      display: flex;\n      justify-content: center;\n      align-items: Space-evenly;\n    }\n\n    .page { width: 100%; max-width: 100%; }\n\n    \/* BREADCRUMB *\/\n    .breadcrumb {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 8px;\n      font-size: 12px;\n      color: var(--text-muted);\n      margin-bottom: 2.5rem;\n      letter-spacing: 0.04em;\n    }\n    .breadcrumb span { color: var(--gold); }\n    .breadcrumb i { font-size: 12px; }\n\n    \/* HERO *\/\n    .hero {\n      position: relative;\n      background: linear-gradient(135deg, #1a1814 0%, #2e2820 100%);\n      border-radius: var(--radius);\n      padding: 3.5rem 3rem 3rem;\n      margin-bottom: 2.5rem;\n      overflow: hidden;\n      text-align: center;\n    }\n    .hero::before {\n      content: '';\n      position: absolute;\n      top: -80px; right: -80px;\n      width: 260px; height: 260px;\n      border-radius: 50%;\n      background: rgba(184,144,10,0.07);\n    }\n    .hero::after {\n      content: '';\n      position: absolute;\n      bottom: -50px; left: 60px;\n      width: 160px; height: 160px;\n      border-radius: 50%;\n      background: rgba(184,144,10,0.04);\n    }\n\n    .hero-eyebrow {\n      display: inline-block;\n      font-size: 11px;\n      font-weight: 500;\n      letter-spacing: 0.16em;\n      text-transform: uppercase;\n      color: #b8900a;\n      border: 0.5px solid rgba(184,144,10,0.35);\n      border-radius: 100px;\n      padding: 4px 14px;\n      margin-bottom: 1.4rem;\n      position: relative;\n      z-index: 1;\n    }\n\n    .hero-headline {\n      font-family: 'Playfair Display', serif;\n      font-size: 40px;\n      font-weight: 400;\n      line-height: 1.15;\n      color: #f0ece4;\n      margin-bottom: 1.25rem;\n      position: relative;\n      z-index: 1;\n    }\n    .hero-headline em { font-style: italic; color: #b8900a; }\n\n    .hero-body {\n      font-size: 15px;\n      font-weight: 300;\n      color: rgba(240,236,228,0.65);\n      max-width: 520px;\n      line-height: 1.8;\n      position: relative;\n      z-index: 1;\n      margin: 0 auto;\n    }\n\n    \/* STATS BAR *\/\n    .stats-bar {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 1rem;\n      margin-bottom: 2rem;\n    }\n    .stat {\n      background: var(--surface);\n      border: 1px solid var(--border);\n      border-radius: var(--radius);\n      padding: 1.1rem 0.75rem;\n      text-align: center;\n    }\n    .stat-value {\n      font-family: 'Playfair Display', serif;\n      font-size: 17px;\n      color: var(--text-primary);\n      display: block;\n      margin-bottom: 3px;\n      line-height: 1.2;\n    }\n    .stat-label {\n      font-size: 11px;\n      color: var(--text-muted);\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n    }\n\n    \/* SCENE STRIP *\/\n    .scene-strip {\n      background: var(--surface);\n      border: 1px solid var(--border);\n      border-radius: var(--radius);\n      padding: 2rem;\n      margin-bottom: 2rem;\n      display: flex;\n      align-items: center;\n      gap: 2rem;\n      overflow: hidden;\n    }\n    .scene-svg { flex-shrink: 0; }\n    .scene-text { flex: 1; }\n    .scene-text p {\n      font-size: 14px;\n      color: var(--text-secondary);\n      line-height: 1.8;\n      margin-bottom: 0.75rem;\n      text-align: center;\n    }\n    .scene-text p:last-child { margin-bottom: 0; }\n\n    \/* SECTION LABEL *\/\n    .section-label {\n      font-size: 11px;\n      font-weight: 500;\n      letter-spacing: 0.16em;\n      text-transform: uppercase;\n      color: var(--text-muted);\n      margin-bottom: 1.25rem;\n      text-align: center;\n    }\n\n    \/* FEATURE CARDS *\/\n    .features-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 1rem;\n      margin-bottom: 2rem;\n    }\n    .feature-card {\n      background: var(--surface);\n      border: 1px solid var(--border);\n      border-radius: var(--radius);\n      padding: 1.4rem 1.25rem;\n      transition: border-color 0.2s, box-shadow 0.2s;\n    }\n    .feature-card:hover {\n      border-color: var(--gold);\n      box-shadow: 0 2px 16px rgba(184,144,10,0.08);\n    }\n    .feature-icon {\n      width: 44px;\n      height: 44px;\n      background: var(--gold-light);\n      border-radius: 11px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 20px;\n      color: var(--gold);\n      margin: 0 auto 0.9rem;\n    }\n    .feature-title {\n      font-size: 14px;\n      font-weight: 500;\n      color: var(--text-primary);\n      margin-bottom: 0.4rem;\n      text-align: center;\n    }\n    .feature-body {\n      font-size: 13px;\n      color: var(--text-secondary);\n      line-height: 1.65;\n      text-align: center;\n    }\n\n    \/* ADJUSTABILITY BLOCK — visual dimension callouts *\/\n    .adjust-block {\n      background: var(--surface);\n      border: 1px solid var(--border);\n      border-radius: var(--radius);\n      padding: 2rem 1.5rem;\n      margin-bottom: 2rem;\n      text-align: center;\n    }\n\n    .adjust-title {\n      font-family: 'Playfair Display', serif;\n      font-size: 18px;\n      font-weight: 400;\n      color: var(--text-primary);\n      margin-bottom: 0.4rem;\n    }\n\n    .adjust-sub {\n      font-size: 13px;\n      color: var(--text-muted);\n      margin-bottom: 1.75rem;\n    }\n\n    .adjust-dims {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 1rem;\n    }\n\n    .dim-card {\n      background: #ffffff;\n      border: 1px solid var(--border);\n      border-radius: 10px;\n      padding: 1.25rem 1rem;\n    }\n\n    .dim-icon {\n      font-size: 20px;\n      color: var(--gold);\n      margin-bottom: 0.6rem;\n    }\n\n    .dim-range {\n      font-family: 'Playfair Display', serif;\n      font-size: 20px;\n      color: var(--text-primary);\n      display: block;\n      margin-bottom: 2px;\n    }\n\n    .dim-unit {\n      font-size: 11px;\n      color: var(--gold);\n      font-weight: 600;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      display: block;\n      margin-bottom: 0.5rem;\n    }\n\n    .dim-label {\n      font-size: 12px;\n      color: var(--text-muted);\n      line-height: 1.5;\n    }\n\n    \/* SPECS TABLE *\/\n    .specs-block {\n      background: var(--surface);\n      border: 1px solid var(--border);\n      border-radius: var(--radius);\n      overflow: hidden;\n      margin-bottom: 2rem;\n    }\n    .specs-header {\n      padding: 1.25rem 1.5rem;\n      border-bottom: 1px solid var(--border);\n      font-size: 13px;\n      font-weight: 500;\n      color: var(--text-primary);\n      letter-spacing: 0.04em;\n      background: var(--surface-2);\n      text-align: center;\n    }\n    .spec-row {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 0.9rem 1.5rem;\n      border-bottom: 1px solid var(--border);\n    }\n    .spec-row:last-child { border-bottom: none; }\n    .spec-key { font-size: 13px; color: var(--text-muted); }\n    .spec-val { font-size: 13px; font-weight: 500; color: var(--text-primary); text-align: right; }\n\n    \/* CTA *\/\n    .cta-block {\n      background: linear-gradient(135deg, #1a1814 0%, #2e2820 100%);\n      border-radius: var(--radius);\n      padding: 2.5rem;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      text-align: center;\n      gap: 1.5rem;\n      position: relative;\n      overflow: hidden;\n    }\n    .cta-block::before {\n      content: '';\n      position: absolute;\n      top: -50px; right: -50px;\n      width: 160px; height: 160px;\n      border-radius: 50%;\n      background: rgba(184,144,10,0.07);\n    }\n    .cta-text { position: relative; z-index: 1; }\n    .cta-quote {\n      font-family: 'Playfair Display', serif;\n      font-size: 22px;\n      font-style: italic;\n      color: #f0ece4;\n      line-height: 1.45;\n      margin-bottom: 0.6rem;\n    }\n    .cta-sub {\n      font-size: 13px;\n      color: rgba(240,236,228,0.5);\n      max-width: 480px;\n      margin: 0 auto;\n      line-height: 1.6;\n    }\n    .cta-btn {\n      background: var(--gold);\n      color: #ffffff;\n      border: none;\n      border-radius: 10px;\n      padding: 14px 36px;\n      font-family: 'DM Sans', sans-serif;\n      font-size: 14px;\n      font-weight: 600;\n      cursor: pointer;\n      letter-spacing: 0.02em;\n      transition: opacity 0.2s;\n      position: relative;\n      z-index: 1;\n    }\n    .cta-btn:hover { opacity: 0.88; }\n\n    \/* TRUST BAR *\/\n    .trust-bar {\n      display: flex;\n      justify-content: center;\n      gap: 2rem;\n      margin-top: 1.5rem;\n      flex-wrap: wrap;\n    }\n    .trust-item {\n      display: flex;\n      align-items: center;\n      gap: 6px;\n      font-size: 12px;\n      color: rgba(240,236,228,0.45);\n    }\n    .trust-item i { color: #b8900a; font-size: 14px; }\n\n    \/* RESPONSIVE *\/\n    @media (max-width: 640px) {\n      .hero { padding: 2rem 1.5rem; }\n      .hero-headline { font-size: 28px; }\n      .stats-bar { grid-template-columns: repeat(2, 1fr); }\n      .scene-strip { flex-direction: column; gap: 1rem; }\n      .features-grid { grid-template-columns: 1fr 1fr; }\n      .adjust-dims { grid-template-columns: 1fr; }\n    }\n    @media (max-width: 420px) {\n      .features-grid { grid-template-columns: 1fr; }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"page\"\u003e\n\u003c!-- BREADCRUMB --\u003e\n\u003cdiv class=\"breadcrumb\"\u003eBoundless Base \u003ci class=\"ti ti-chevron-right\"\u003e\u003c\/i\u003e Truck Bed Racks \u003ci class=\"ti ti-chevron-right\"\u003e\u003c\/i\u003e \u003cspan\u003eUniversal Bed Rack\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"hero-eyebrow\"\u003ePointed toward adventures\u003c\/div\u003e\n\u003ch1 class=\"hero-headline\"\u003eOne Rack.\u003cbr\u003e\u003cem\u003eEvery Truck. Every Load.\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-body\"\u003eUniversally designed to fit most pickup trucks with bed sizes from 4.5 to 8 feet — and built from aluminum alloy to handle whatever you throw at it, season after season.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- STATS BAR --\u003e\n\u003cdiv class=\"stats-bar\"\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cspan class=\"stat-value\"\u003e4.5 – 8 ft\u003c\/span\u003e \u003cspan class=\"stat-label\"\u003eBed compatibility\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cspan class=\"stat-value\"\u003e26 – 31″\u003c\/span\u003e \u003cspan class=\"stat-label\"\u003eHeight range\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cspan class=\"stat-value\"\u003eUp to 66″\u003c\/span\u003e \u003cspan class=\"stat-label\"\u003eMax width\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cspan class=\"stat-value\"\u003e36 – 48″\u003c\/span\u003e \u003cspan class=\"stat-label\"\u003eCrossbar spacing\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SCENE STRIP --\u003e\n\u003cdiv class=\"scene-strip\"\u003e\n\u003cdiv class=\"scene-svg\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 180 130\" height=\"130\" width=\"180\"\u003e\n          \n          \u003crect fill=\"#eceae4\" rx=\"3\" height=\"18\" width=\"180\" y=\"112\" x=\"0\"\u003e\u003c\/rect\u003e\n          \u003crect fill=\"#f5f4f1\" height=\"112\" width=\"180\" y=\"0\" x=\"0\"\u003e\u003c\/rect\u003e\n          \n          \u003cpath fill=\"#dddad3\" d=\"M0 112 L30 65 L60 88 L95 42 L135 78 L165 55 L180 112 Z\"\u003e\u003c\/path\u003e\n\n          \n          \u003crect fill=\"#2e2820\" rx=\"4\" height=\"30\" width=\"164\" y=\"82\" x=\"8\"\u003e\u003c\/rect\u003e\n          \n          \u003crect fill=\"#1a1814\" rx=\"4\" height=\"24\" width=\"72\" y=\"60\" x=\"8\"\u003e\u003c\/rect\u003e\n          \n          \u003crect opacity=\"0.8\" fill=\"#3a3530\" rx=\"2\" height=\"14\" width=\"58\" y=\"65\" x=\"14\"\u003e\u003c\/rect\u003e\n          \n          \u003crect stroke-width=\"0.5\" stroke=\"#3a3530\" fill=\"#1a1814\" rx=\"2\" height=\"14\" width=\"90\" y=\"70\" x=\"82\"\u003e\u003c\/rect\u003e\n\n          \n          \u003crect fill=\"#4a4540\" rx=\"1.5\" height=\"26\" width=\"4\" y=\"46\" x=\"86\"\u003e\u003c\/rect\u003e\n          \u003crect fill=\"#4a4540\" rx=\"1.5\" height=\"26\" width=\"4\" y=\"46\" x=\"168\"\u003e\u003c\/rect\u003e\n          \u003crect opacity=\"0.5\" fill=\"#4a4540\" rx=\"1.5\" height=\"26\" width=\"4\" y=\"46\" x=\"116\"\u003e\u003c\/rect\u003e\n          \u003crect opacity=\"0.5\" fill=\"#4a4540\" rx=\"1.5\" height=\"26\" width=\"4\" y=\"46\" x=\"148\"\u003e\u003c\/rect\u003e\n\n          \n          \u003crect stroke-width=\"0.8\" stroke=\"#b8900a\" fill=\"#4a4540\" rx=\"2\" height=\"5\" width=\"90\" y=\"42\" x=\"84\"\u003e\u003c\/rect\u003e\n          \n          \u003crect stroke-width=\"0.8\" stroke=\"#b8900a\" fill=\"#4a4540\" rx=\"2\" height=\"5\" width=\"90\" y=\"30\" x=\"84\"\u003e\u003c\/rect\u003e\n\n          \n          \u003cpath stroke-width=\"1.2\" stroke=\"#b8900a\" fill=\"#1a1814\" d=\"M88 30 Q129 4 170 30 Z\"\u003e\u003c\/path\u003e\n          \u003cpath fill=\"none\" stroke-width=\"0.8\" stroke=\"rgba(184,144,10,0.3)\" d=\"M100 22 Q129 8 158 22\"\u003e\u003c\/path\u003e\n\n          \n          \u003cline stroke-dasharray=\"2,2\" stroke-width=\"0.8\" stroke=\"#b8900a\" y2=\"72\" x2=\"176\" y1=\"47\" x1=\"176\"\u003e\u003c\/line\u003e\n          \u003cline stroke-linecap=\"round\" stroke-width=\"1\" stroke=\"#b8900a\" y2=\"47\" x2=\"179\" y1=\"47\" x1=\"173\"\u003e\u003c\/line\u003e\n          \u003cline stroke-linecap=\"round\" stroke-width=\"1\" stroke=\"#b8900a\" y2=\"72\" x2=\"179\" y1=\"72\" x1=\"173\"\u003e\u003c\/line\u003e\n          \u003ctext font-family=\"sans-serif\" fill=\"#b8900a\" font-size=\"6\" y=\"62\" x=\"178\"\u003eH\u003c\/text\u003e\n\n          \n          \u003cline stroke-dasharray=\"2,2\" stroke-width=\"0.8\" stroke=\"#b8900a\" y2=\"77\" x2=\"170\" y1=\"77\" x1=\"86\"\u003e\u003c\/line\u003e\n          \u003cline stroke-linecap=\"round\" stroke-width=\"1\" stroke=\"#b8900a\" y2=\"80\" x2=\"86\" y1=\"74\" x1=\"86\"\u003e\u003c\/line\u003e\n          \u003cline stroke-linecap=\"round\" stroke-width=\"1\" stroke=\"#b8900a\" y2=\"80\" x2=\"170\" y1=\"74\" x1=\"170\"\u003e\u003c\/line\u003e\n          \u003ctext font-family=\"sans-serif\" fill=\"#b8900a\" font-size=\"6\" y=\"76\" x=\"122\"\u003eW\u003c\/text\u003e\n\n          \n          \u003ccircle stroke-width=\"1\" stroke=\"#3a3530\" fill=\"#1a1814\" r=\"13\" cy=\"112\" cx=\"38\"\u003e\u003c\/circle\u003e\n          \u003ccircle fill=\"#3a3530\" r=\"5\" cy=\"112\" cx=\"38\"\u003e\u003c\/circle\u003e\n          \u003ccircle stroke-width=\"1\" stroke=\"#3a3530\" fill=\"#1a1814\" r=\"13\" cy=\"112\" cx=\"140\"\u003e\u003c\/circle\u003e\n          \u003ccircle fill=\"#3a3530\" r=\"5\" cy=\"112\" cx=\"140\"\u003e\u003c\/circle\u003e\n\n          \n          \u003cellipse fill=\"rgba(184,144,10,0.05)\" ry=\"4\" rx=\"70\" cy=\"125\" cx=\"90\"\u003e\u003c\/ellipse\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"scene-text\"\u003e\n\u003cp\u003eCompatible with short and long bed pickups from 4.5 to 8 feet, this rack is universally engineered to fit most trucks without modification.\u003c\/p\u003e\n\u003cp\u003eMade from aluminum alloy for superior corrosion resistance, structural strength, and long-term durability in all weather conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE CARDS --\u003e\n\u003cp class=\"section-label\"\u003eBuilt for strength. Designed for versatility.\u003c\/p\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\n\u003ci class=\"ti ti-truck\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cp class=\"feature-title\"\u003eUniversal Fit\u003c\/p\u003e\n\u003cp class=\"feature-body\"\u003eFits most pickup trucks with bed sizes from 4.5 to 8 feet — short bed and long bed — with no permanent modifications needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\n\u003ci class=\"ti ti-atom\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cp class=\"feature-title\"\u003eAluminum Alloy Build\u003c\/p\u003e\n\u003cp class=\"feature-body\"\u003eLightweight yet incredibly strong, the aluminum alloy construction resists rust and corrosion through every season and condition.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\n\u003ci class=\"ti ti-adjustments-horizontal\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cp class=\"feature-title\"\u003eFully Adjustable\u003c\/p\u003e\n\u003cp class=\"feature-body\"\u003eHeight, width, and crossbar spacing are all adjustable — dial in the exact configuration for your truck, your gear, and your load.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ADJUSTABILITY CALLOUT --\u003e\n\u003cdiv class=\"adjust-block\"\u003e\n\u003cp class=\"adjust-title\"\u003eThree Dimensions. Total Control.\u003c\/p\u003e\n\u003cp class=\"adjust-sub\"\u003eEvery dimension adjusts independently to match your truck and your load.\u003c\/p\u003e\n\u003cdiv class=\"adjust-dims\"\u003e\n\u003cdiv class=\"dim-card\"\u003e\n\u003cdiv class=\"dim-icon\"\u003e\n\u003ci class=\"ti ti-arrows-vertical\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cspan class=\"dim-range\"\u003e26 – 31\u003c\/span\u003e \u003cspan class=\"dim-unit\"\u003einches · Height\u003c\/span\u003e\n\u003cp class=\"dim-label\"\u003eAdapts to the height of different truck cabs for a flush, professional fit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dim-card\"\u003e\n\u003cdiv class=\"dim-icon\"\u003e\n\u003ci class=\"ti ti-arrows-horizontal\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cspan class=\"dim-range\"\u003eUp to 66\u003c\/span\u003e \u003cspan class=\"dim-unit\"\u003einches · Width\u003c\/span\u003e\n\u003cp class=\"dim-label\"\u003eExpands to suit both wide and narrow truck beds — one rack fits all.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dim-card\"\u003e\n\u003cdiv class=\"dim-icon\"\u003e\n\u003ci class=\"ti ti-spacing-horizontal\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cspan class=\"dim-range\"\u003e36 – 48\u003c\/span\u003e \u003cspan class=\"dim-unit\"\u003einches · Crossbar spacing\u003c\/span\u003e\n\u003cp class=\"dim-label\"\u003eFlexible mounting positions for tents, ladders, kayaks, or cargo baskets.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECS TABLE --\u003e\n\u003cp class=\"section-label\"\u003eSpecifications\u003c\/p\u003e\n\u003cdiv class=\"specs-block\"\u003e\n\u003cdiv class=\"specs-header\"\u003eUniversal Truck Bed Rack — Key Specs\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eBed compatibility\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003e4.5 ft to 8 ft (short \u0026amp; long bed)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eMaterial\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eAluminum alloy\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eHeight adjustment\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003e26 – 31 inches\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eWidth (max)\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eUp to 66 inches\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eCrossbar spacing\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003e36 – 48 inches\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eCompatible loads\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eRooftop tents, ladders, kayaks, cargo baskets\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eLoad capacity\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003e180 Kg On-road, 130 Kg Off-road\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eWeather resistance\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eAll-season corrosion resistant\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"cta-block\"\u003e\n\u003cdiv class=\"cta-text\"\u003e\n\u003cp class=\"cta-quote\"\u003e\"One rack. Any truck. Endless possibilities.\"\u003c\/p\u003e\n\u003cp class=\"cta-sub\"\u003eBuilt to fit, built to last — find the Universal Bed Rack that's ready for your next haul.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cbutton class=\"cta-btn\"\u003eAdd to Cart — Shop Now\u003c\/button\u003e\n\u003cdiv class=\"trust-bar\"\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003ci class=\"ti ti-truck\"\u003e\u003c\/i\u003e Free shipping across Canada\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003ci class=\"ti ti-shield-check\"\u003e\u003c\/i\u003e 2-year warranty\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003ci class=\"ti ti-headset\"\u003e\u003c\/i\u003e Expert gear support\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Boundless Base","offers":[{"title":"Default Title","offer_id":44090156023851,"sku":null,"price":1080.0,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/0717\/3931\/files\/1_5.png?v=1779253685"},{"product_id":"juns-design-bed-rack-jd13","title":"Juns Design Bed Rack - JD13","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\" rel=\"preconnect\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400\u0026amp;family=DM+Sans:wght@300;400;500;600\u0026amp;display=swap\"\u003e \u003clink href=\"https:\/\/cdn.jsdelivr.net\/npm\/@tabler\/icons-webfont@latest\/tabler-icons.min.css\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    :root {\n      --gold: #b8900a;\n      --gold-light: rgba(184,144,10,0.08);\n      --surface: #f5f4f1;\n      --surface-2: #eceae4;\n      --text-primary: #1a1814;\n      --text-secondary: #4a4540;\n      --text-muted: #8a857c;\n      --border: #dddad3;\n      --radius: 14px;\n    }\n\n    body {\n      background: #ffffff;\n      color: var(--text-primary);\n      font-family: 'DM Sans', sans-serif;\n      padding: 2rem 1rem 4rem;\n      min-height: 100vh;\n      display: flex;\n      justify-content: center;\n      align-items: space-evenly;\n    }\n\n    .page { width: 100%; max-width: 100%; }\n\n    \/* BREADCRUMB *\/\n    .breadcrumb {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 8px;\n      font-size: 12px;\n      color: var(--text-muted);\n      margin-bottom: 2.5rem;\n      letter-spacing: 0.04em;\n    }\n    .breadcrumb span { color: var(--gold); }\n    .breadcrumb i { font-size: 12px; }\n\n    \/* PRE-ORDER ALERT BANNER *\/\n    .preorder-banner {\n      background: linear-gradient(135deg, #1a1814 0%, #2a2218 100%);\n      border: 1px solid rgba(184,144,10,0.4);\n      border-radius: var(--radius);\n      padding: 1rem 1.5rem;\n      margin-bottom: 1.5rem;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 12px;\n      text-align: center;\n    }\n    .preorder-banner i {\n      color: #b8900a;\n      font-size: 18px;\n      flex-shrink: 0;\n    }\n    .preorder-banner-text {\n      font-size: 13px;\n      font-weight: 500;\n      color: #f0ece4;\n      line-height: 1.5;\n    }\n    .preorder-banner-text span {\n      color: #b8900a;\n      font-weight: 600;\n    }\n\n    \/* HERO *\/\n    .hero {\n      position: relative;\n      background: linear-gradient(135deg, #1a1814 0%, #2e2820 100%);\n      border-radius: var(--radius);\n      padding: 3.5rem 3rem 3rem;\n      margin-bottom: 2.5rem;\n      overflow: hidden;\n      text-align: center;\n    }\n    .hero::before {\n      content: '';\n      position: absolute;\n      top: -80px; right: -80px;\n      width: 260px; height: 260px;\n      border-radius: 50%;\n      background: rgba(184,144,10,0.07);\n    }\n    .hero::after {\n      content: '';\n      position: absolute;\n      bottom: -50px; left: 60px;\n      width: 160px; height: 160px;\n      border-radius: 50%;\n      background: rgba(184,144,10,0.04);\n    }\n\n    .hero-badge-row {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 8px;\n      margin-bottom: 1.4rem;\n      position: relative;\n      z-index: 1;\n      flex-wrap: wrap;\n    }\n\n    .badge-preorder {\n      display: inline-block;\n      background: #b8900a;\n      color: #ffffff;\n      font-size: 10px;\n      font-weight: 700;\n      letter-spacing: 0.14em;\n      text-transform: uppercase;\n      padding: 4px 12px;\n      border-radius: 100px;\n    }\n\n    .badge-premium {\n      display: inline-block;\n      border: 0.5px solid rgba(184,144,10,0.4);\n      color: #b8900a;\n      font-size: 10px;\n      font-weight: 600;\n      letter-spacing: 0.14em;\n      text-transform: uppercase;\n      padding: 4px 12px;\n      border-radius: 100px;\n    }\n\n    .hero-eyebrow {\n      display: block;\n      font-size: 11px;\n      font-weight: 500;\n      letter-spacing: 0.16em;\n      text-transform: uppercase;\n      color: rgba(184,144,10,0.7);\n      margin-bottom: 0.75rem;\n      position: relative;\n      z-index: 1;\n    }\n\n    .hero-headline {\n      font-family: 'Playfair Display', serif;\n      font-size: 40px;\n      font-weight: 400;\n      line-height: 1.15;\n      color: #f0ece4;\n      margin-bottom: 1.25rem;\n      position: relative;\n      z-index: 1;\n    }\n    .hero-headline em { font-style: italic; color: #b8900a; }\n\n    .hero-body {\n      font-size: 15px;\n      font-weight: 300;\n      color: rgba(240,236,228,0.65);\n      max-width: 520px;\n      line-height: 1.8;\n      position: relative;\n      z-index: 1;\n      margin: 0 auto;\n    }\n\n    \/* STATS BAR *\/\n    .stats-bar {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 1rem;\n      margin-bottom: 2rem;\n    }\n    .stat {\n      background: var(--surface);\n      border: 1px solid var(--border);\n      border-radius: var(--radius);\n      padding: 1.1rem 0.75rem;\n      text-align: center;\n    }\n    .stat-value {\n      font-family: 'Playfair Display', serif;\n      font-size: 16px;\n      color: var(--text-primary);\n      display: block;\n      margin-bottom: 3px;\n      line-height: 1.3;\n    }\n    .stat-label {\n      font-size: 11px;\n      color: var(--text-muted);\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n    }\n\n    \/* SCENE STRIP *\/\n    .scene-strip {\n      background: var(--surface);\n      border: 1px solid var(--border);\n      border-radius: var(--radius);\n      padding: 2rem;\n      margin-bottom: 2rem;\n      display: flex;\n      align-items: center;\n      gap: 2rem;\n      overflow: hidden;\n    }\n    .scene-svg { flex-shrink: 0; }\n    .scene-text { flex: 1; }\n    .scene-text p {\n      font-size: 14px;\n      color: var(--text-secondary);\n      line-height: 1.8;\n      margin-bottom: 0.75rem;\n      text-align: center;\n    }\n    .scene-text p:last-child { margin-bottom: 0; }\n\n    \/* SECTION LABEL *\/\n    .section-label {\n      font-size: 11px;\n      font-weight: 500;\n      letter-spacing: 0.16em;\n      text-transform: uppercase;\n      color: var(--text-muted);\n      margin-bottom: 1.25rem;\n      text-align: center;\n    }\n\n    \/* FEATURE CARDS *\/\n    .features-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 1rem;\n      margin-bottom: 2rem;\n    }\n    .feature-card {\n      background: var(--surface);\n      border: 1px solid var(--border);\n      border-radius: var(--radius);\n      padding: 1.4rem 1.25rem;\n      text-align: center;\n      transition: border-color 0.2s, box-shadow 0.2s;\n    }\n    .feature-card:hover {\n      border-color: var(--gold);\n      box-shadow: 0 2px 16px rgba(184,144,10,0.08);\n    }\n    .feature-icon {\n      width: 44px;\n      height: 44px;\n      background: var(--gold-light);\n      border-radius: 11px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 20px;\n      color: var(--gold);\n      margin: 0 auto 0.9rem;\n    }\n    .feature-title {\n      font-size: 14px;\n      font-weight: 500;\n      color: var(--text-primary);\n      margin-bottom: 0.4rem;\n    }\n    .feature-body {\n      font-size: 13px;\n      color: var(--text-secondary);\n      line-height: 1.65;\n    }\n\n    \/* SPECS TABLE *\/\n    .specs-block {\n      background: var(--surface);\n      border: 1px solid var(--border);\n      border-radius: var(--radius);\n      overflow: hidden;\n      margin-bottom: 2rem;\n    }\n    .specs-header {\n      padding: 1.25rem 1.5rem;\n      border-bottom: 1px solid var(--border);\n      font-size: 13px;\n      font-weight: 500;\n      color: var(--text-primary);\n      letter-spacing: 0.04em;\n      background: var(--surface-2);\n      text-align: center;\n    }\n    .spec-row {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 0.9rem 1.5rem;\n      border-bottom: 1px solid var(--border);\n    }\n    .spec-row:last-child { border-bottom: none; }\n    .spec-key { font-size: 13px; color: var(--text-muted); }\n    .spec-val { font-size: 13px; font-weight: 500; color: var(--text-primary); text-align: right; }\n    .spec-val.gold { color: var(--gold); }\n\n    \/* PRE-ORDER CTA *\/\n    .cta-block {\n      background: linear-gradient(135deg, #1a1814 0%, #2e2820 100%);\n      border-radius: var(--radius);\n      padding: 2.5rem;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      text-align: center;\n      gap: 1.25rem;\n      position: relative;\n      overflow: hidden;\n      border: 1px solid rgba(184,144,10,0.2);\n    }\n    .cta-block::before {\n      content: '';\n      position: absolute;\n      top: -50px; right: -50px;\n      width: 160px; height: 160px;\n      border-radius: 50%;\n      background: rgba(184,144,10,0.07);\n    }\n    .cta-text { position: relative; z-index: 1; }\n    .cta-quote {\n      font-family: 'Playfair Display', serif;\n      font-size: 22px;\n      font-style: italic;\n      color: #f0ece4;\n      line-height: 1.45;\n      margin-bottom: 0.6rem;\n    }\n    .cta-sub {\n      font-size: 13px;\n      color: rgba(240,236,228,0.5);\n      max-width: 480px;\n      margin: 0 auto;\n      line-height: 1.6;\n    }\n\n    .cta-buttons {\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      gap: 0.75rem;\n      position: relative;\n      z-index: 1;\n      width: 100%;\n      max-width: 320px;\n    }\n\n    .cta-btn-primary {\n      background: var(--gold);\n      color: #ffffff;\n      border: none;\n      border-radius: 10px;\n      padding: 14px 36px;\n      font-family: 'DM Sans', sans-serif;\n      font-size: 14px;\n      font-weight: 600;\n      cursor: pointer;\n      letter-spacing: 0.02em;\n      transition: opacity 0.2s;\n      width: 100%;\n    }\n    .cta-btn-primary:hover { opacity: 0.88; }\n\n    .cta-btn-secondary {\n      background: transparent;\n      color: rgba(240,236,228,0.6);\n      border: 0.5px solid rgba(240,236,228,0.2);\n      border-radius: 10px;\n      padding: 12px 36px;\n      font-family: 'DM Sans', sans-serif;\n      font-size: 13px;\n      font-weight: 400;\n      cursor: pointer;\n      letter-spacing: 0.02em;\n      transition: border-color 0.2s;\n      width: 100%;\n    }\n    .cta-btn-secondary:hover { border-color: rgba(184,144,10,0.4); }\n\n    .cta-note {\n      font-size: 11px;\n      color: rgba(240,236,228,0.35);\n      position: relative;\n      z-index: 1;\n      line-height: 1.5;\n    }\n\n    \/* TRUST BAR *\/\n    .trust-bar {\n      display: flex;\n      justify-content: center;\n      gap: 2rem;\n      margin-top: 0.5rem;\n      flex-wrap: wrap;\n      position: relative;\n      z-index: 1;\n    }\n    .trust-item {\n      display: flex;\n      align-items: center;\n      gap: 6px;\n      font-size: 12px;\n      color: rgba(240,236,228,0.4);\n    }\n    .trust-item i { color: #b8900a; font-size: 14px; }\n\n    \/* RESPONSIVE *\/\n    @media (max-width: 640px) {\n      .hero { padding: 2rem 1.5rem; }\n      .hero-headline { font-size: 28px; }\n      .stats-bar { grid-template-columns: repeat(2, 1fr); }\n      .scene-strip { flex-direction: column; gap: 1rem; }\n      .features-grid { grid-template-columns: 1fr 1fr; }\n    }\n    @media (max-width: 420px) {\n      .features-grid { grid-template-columns: 1fr; }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"page\"\u003e\n\u003c!-- BREADCRUMB --\u003e\n\u003cdiv class=\"breadcrumb\"\u003eBoundless Base \u003ci class=\"ti ti-chevron-right\"\u003e\u003c\/i\u003e Truck Bed Racks \u003ci class=\"ti ti-chevron-right\"\u003e\u003c\/i\u003e \u003cspan\u003ePremium Bed Rack\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- PRE-ORDER ALERT BANNER --\u003e\n\u003cdiv class=\"preorder-banner\"\u003e\n\u003ci class=\"ti ti-clock-bolt\"\u003e\u003c\/i\u003e\n\u003cp class=\"preorder-banner-text\"\u003e\u003cspan\u003eCurrently in production.\u003c\/span\u003e This rack is available for pre-order now — secure yours before inventory arrives.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"hero-badge-row\"\u003e\n\u003cspan class=\"badge-preorder\"\u003ePre-Order Now\u003c\/span\u003e \u003cspan class=\"badge-premium\"\u003eTop Market Design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"hero-eyebrow\"\u003eBoundless Base · Premium Series\u003c\/span\u003e\n\u003ch1 class=\"hero-headline\"\u003eThe Premium\u003cbr\u003e\u003cem\u003eTruck Bed Rack.\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-body\"\u003eA top-of-market bed rack engineered for strength, precision, and universal fit — compatible with short and long bed pickups from 4.5 to 8 feet. Obsidian Black. Built to last.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- STATS BAR --\u003e\n\u003cdiv class=\"stats-bar\"\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cspan class=\"stat-value\"\u003e4.5 – 8 ft\u003c\/span\u003e \u003cspan class=\"stat-label\"\u003eBed compatibility\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cspan class=\"stat-value\"\u003e95 kg\u003c\/span\u003e \u003cspan class=\"stat-label\"\u003eRack weight\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cspan class=\"stat-value\"\u003eObsidian\u003c\/span\u003e \u003cspan class=\"stat-label\"\u003eColour — Black\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cspan class=\"stat-value\"\u003eAl + Steel\u003c\/span\u003e \u003cspan class=\"stat-label\"\u003eMaterial\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SCENE STRIP --\u003e\n\u003cdiv class=\"scene-strip\"\u003e\n\u003cdiv class=\"scene-svg\"\u003e\u003csvg width=\"180\" height=\"130\" viewbox=\"0 0 180 130\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \n          \u003crect x=\"0\" y=\"112\" width=\"180\" height=\"18\" rx=\"3\" fill=\"#eceae4\"\u003e\u003c\/rect\u003e\n          \u003crect x=\"0\" y=\"0\" width=\"180\" height=\"112\" fill=\"#f5f4f1\"\u003e\u003c\/rect\u003e\n          \n          \u003cpath d=\"M0 112 L30 65 L60 88 L95 42 L135 78 L165 55 L180 112 Z\" fill=\"#dddad3\"\u003e\u003c\/path\u003e\n\n          \n          \u003crect x=\"8\" y=\"82\" width=\"164\" height=\"30\" rx=\"4\" fill=\"#1a1814\"\u003e\u003c\/rect\u003e\n          \n          \u003crect x=\"8\" y=\"60\" width=\"72\" height=\"24\" rx=\"4\" fill=\"#2a2420\"\u003e\u003c\/rect\u003e\n          \n          \u003crect x=\"14\" y=\"65\" width=\"58\" height=\"14\" rx=\"2\" fill=\"#3a3530\" opacity=\"0.8\"\u003e\u003c\/rect\u003e\n          \n          \u003crect x=\"82\" y=\"70\" width=\"90\" height=\"14\" rx=\"2\" fill=\"#2a2420\" stroke=\"#1a1814\" stroke-width=\"0.5\"\u003e\u003c\/rect\u003e\n\n          \n          \u003crect x=\"86\" y=\"38\" width=\"6\" height=\"34\" rx=\"2\" fill=\"#1a1814\" stroke=\"#b8900a\" stroke-width=\"0.6\"\u003e\u003c\/rect\u003e\n          \u003crect x=\"166\" y=\"38\" width=\"6\" height=\"34\" rx=\"2\" fill=\"#1a1814\" stroke=\"#b8900a\" stroke-width=\"0.6\"\u003e\u003c\/rect\u003e\n          \u003crect x=\"118\" y=\"38\" width=\"5\" height=\"34\" rx=\"2\" fill=\"#1a1814\" opacity=\"0.7\"\u003e\u003c\/rect\u003e\n          \u003crect x=\"148\" y=\"38\" width=\"5\" height=\"34\" rx=\"2\" fill=\"#1a1814\" opacity=\"0.7\"\u003e\u003c\/rect\u003e\n\n          \n          \u003crect x=\"84\" y=\"32\" width=\"90\" height=\"7\" rx=\"2.5\" fill=\"#1a1814\" stroke=\"#b8900a\" stroke-width=\"0.8\"\u003e\u003c\/rect\u003e\n          \n          \u003crect x=\"84\" y=\"20\" width=\"90\" height=\"7\" rx=\"2.5\" fill=\"#1a1814\" stroke=\"#b8900a\" stroke-width=\"0.8\"\u003e\u003c\/rect\u003e\n\n          \n          \u003cpath d=\"M88 20 Q129 -4 170 20 Z\" fill=\"#2a2420\" stroke=\"#b8900a\" stroke-width=\"1.2\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M100 12 Q129 0 158 12\" stroke=\"rgba(184,144,10,0.3)\" stroke-width=\"0.8\" fill=\"none\"\u003e\u003c\/path\u003e\n\n          \n          \u003ccircle cx=\"89\" cy=\"55\" r=\"2\" fill=\"#b8900a\" opacity=\"0.6\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"169\" cy=\"55\" r=\"2\" fill=\"#b8900a\" opacity=\"0.6\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"89\" cy=\"44\" r=\"2\" fill=\"#b8900a\" opacity=\"0.6\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"169\" cy=\"44\" r=\"2\" fill=\"#b8900a\" opacity=\"0.6\"\u003e\u003c\/circle\u003e\n\n          \n          \u003cpath d=\"M84 32 L84 39\" stroke=\"rgba(255,255,255,0.08)\" stroke-width=\"1\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M174 32 L174 39\" stroke=\"rgba(255,255,255,0.08)\" stroke-width=\"1\"\u003e\u003c\/path\u003e\n\n          \n          \u003cline x1=\"176\" y1=\"34\" x2=\"176\" y2=\"68\" stroke=\"#b8900a\" stroke-width=\"0.8\" stroke-dasharray=\"2,2\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"173\" y1=\"34\" x2=\"179\" y2=\"34\" stroke=\"#b8900a\" stroke-width=\"1\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"173\" y1=\"68\" x2=\"179\" y2=\"68\" stroke=\"#b8900a\" stroke-width=\"1\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n\n          \n          \u003ccircle cx=\"38\" cy=\"112\" r=\"13\" fill=\"#1a1814\" stroke=\"#2a2420\" stroke-width=\"1\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"38\" cy=\"112\" r=\"5\" fill=\"#2a2420\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"140\" cy=\"112\" r=\"13\" fill=\"#1a1814\" stroke=\"#2a2420\" stroke-width=\"1\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"140\" cy=\"112\" r=\"5\" fill=\"#2a2420\"\u003e\u003c\/circle\u003e\n\n          \n          \u003cellipse cx=\"90\" cy=\"125\" rx=\"70\" ry=\"4\" fill=\"rgba(184,144,10,0.05)\"\u003e\u003c\/ellipse\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"scene-text\"\u003e\n\u003cp\u003eA premium market-leading design built from aluminum alloy and carbon steel — combining lightweight strength with heavy-duty structural integrity.\u003c\/p\u003e\n\u003cp\u003eUniversally compatible with most pickup trucks, short or long bed. Available in Obsidian Black — currently in production and ready for pre-order.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE CARDS --\u003e\n\u003cp class=\"section-label\"\u003ePremium by design\u003c\/p\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\n\u003ci class=\"ti ti-atom\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cp class=\"feature-title\"\u003eAluminum Alloy \u0026amp; Carbon Steel\u003c\/p\u003e\n\u003cp class=\"feature-body\"\u003eA dual-material build — aluminum alloy for corrosion resistance and weight savings, carbon steel for structural rigidity under heavy loads.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\n\u003ci class=\"ti ti-truck\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cp class=\"feature-title\"\u003eUniversal Fit — 4.5 to 8 ft\u003c\/p\u003e\n\u003cp class=\"feature-body\"\u003eCompatible with most pickup trucks, short bed and long bed — engineered to fit without permanent modification or custom hardware.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\n\u003ci class=\"ti ti-paint\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cp class=\"feature-title\"\u003eObsidian Black Finish\u003c\/p\u003e\n\u003cp class=\"feature-body\"\u003eA refined matte Obsidian Black coating that resists scratches, UV fade, and corrosion — a premium finish built to look sharp for years.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECS TABLE --\u003e\n\u003cp class=\"section-label\"\u003eSpecifications\u003c\/p\u003e\n\u003cdiv class=\"specs-block\"\u003e\n\u003cdiv class=\"specs-header\"\u003ePremium Truck Bed Rack — Key Specs\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eDimensions\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003e1485 × 620 × 375 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eWeight\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003e95 kg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eMaterials\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eAluminum alloy \/ Carbon steel\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eLoad capacity\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003e180 kg On-road, 130kg Off-road\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eBed compatibility\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003e4.5 ft to 8 ft (short \u0026amp; long bed)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eFitment\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eUniversal — most pickup trucks\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eAvailability\u003c\/span\u003e \u003cspan class=\"spec-val gold\"\u003eIn production — pre-order now\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"cta-block\"\u003e\n\u003cdiv class=\"cta-text\"\u003e\n\u003cp class=\"cta-quote\"\u003e\"Top market design. Built for those who won't compromise.\"\u003c\/p\u003e\n\u003cp class=\"cta-sub\"\u003eThis rack is currently in production. Pre-order now to secure yours and be first in line when inventory arrives.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-buttons\"\u003e\n\u003cbutton class=\"cta-btn-primary\"\u003ePre-Order Now\u003c\/button\u003e \u003cbutton class=\"cta-btn-secondary\"\u003eNotify Me When Available\u003c\/button\u003e\n\u003c\/div\u003e\n\u003cp class=\"cta-note\"\u003ePre-orders are fulfilled in the order they are received. Estimated delivery communicated at time of order.\u003c\/p\u003e\n\u003cdiv class=\"trust-bar\"\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003ci class=\"ti ti-truck\"\u003e\u003c\/i\u003e Free shipping across Canada\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003ci class=\"ti ti-shield-check\"\u003e\u003c\/i\u003e 2-year warranty\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003ci class=\"ti ti-headset\"\u003e\u003c\/i\u003e Expert gear support\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Boundless Base","offers":[{"title":"Default Title","offer_id":44090192527403,"sku":null,"price":2999.0,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/0717\/3931\/files\/2.jpg?v=1779256287"},{"product_id":"juns-design-bed-rack-jd16-copy","title":"Juns Design Bed Rack JD16","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400\u0026amp;family=DM+Sans:wght@300;400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/@tabler\/icons-webfont@latest\/tabler-icons.min.css\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    :root {\n      --gold: #b8900a;\n      --gold-light: rgba(184,144,10,0.08);\n      --surface: #f5f4f1;\n      --surface-2: #eceae4;\n      --text-primary: #1a1814;\n      --text-secondary: #4a4540;\n      --text-muted: #8a857c;\n      --border: #dddad3;\n      --radius: 14px;\n    }\n\n    body {\n      background: #ffffff;\n      color: var(--text-primary);\n      font-family: 'DM Sans', sans-serif;\n      padding: 2rem 1rem 4rem;\n      min-height: 100vh;\n      display: flex;\n      justify-content: center;\n      align-items: space-evenly;\n    }\n\n    .page { width: 100%; max-width: 100%; }\n\n    \/* BREADCRUMB *\/\n    .breadcrumb {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 8px;\n      font-size: 12px;\n      color: var(--text-muted);\n      margin-bottom: 2.5rem;\n      letter-spacing: 0.04em;\n    }\n    .breadcrumb span { color: var(--gold); }\n    .breadcrumb i { font-size: 12px; }\n\n    \/* PRE-ORDER BANNER *\/\n    .preorder-banner {\n      background: linear-gradient(135deg, #1a1814 0%, #2a2218 100%);\n      border: 1px solid rgba(184,144,10,0.4);\n      border-radius: var(--radius);\n      padding: 1rem 1.5rem;\n      margin-bottom: 1.5rem;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 12px;\n      text-align: center;\n    }\n    .preorder-banner i { color: #b8900a; font-size: 18px; flex-shrink: 0; }\n    .preorder-banner-text { font-size: 13px; font-weight: 500; color: #f0ece4; line-height: 1.5; }\n    .preorder-banner-text span { color: #b8900a; font-weight: 600; }\n\n    \/* HERO *\/\n    .hero {\n      position: relative;\n      background: linear-gradient(135deg, #1a1814 0%, #2e2820 100%);\n      border-radius: var(--radius);\n      padding: 3.5rem 3rem 3rem;\n      margin-bottom: 2.5rem;\n      overflow: hidden;\n      text-align: center;\n    }\n    .hero::before {\n      content: '';\n      position: absolute;\n      top: -80px; right: -80px;\n      width: 260px; height: 260px;\n      border-radius: 50%;\n      background: rgba(184,144,10,0.07);\n    }\n    .hero::after {\n      content: '';\n      position: absolute;\n      bottom: -50px; left: 60px;\n      width: 160px; height: 160px;\n      border-radius: 50%;\n      background: rgba(184,144,10,0.04);\n    }\n\n    .hero-badge-row {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 8px;\n      margin-bottom: 1.4rem;\n      position: relative;\n      z-index: 1;\n      flex-wrap: wrap;\n    }\n    .badge-preorder {\n      display: inline-block;\n      background: #b8900a;\n      color: #ffffff;\n      font-size: 10px;\n      font-weight: 700;\n      letter-spacing: 0.14em;\n      text-transform: uppercase;\n      padding: 4px 12px;\n      border-radius: 100px;\n    }\n    .badge-model {\n      display: inline-block;\n      border: 0.5px solid rgba(184,144,10,0.4);\n      color: #b8900a;\n      font-size: 10px;\n      font-weight: 600;\n      letter-spacing: 0.14em;\n      text-transform: uppercase;\n      padding: 4px 12px;\n      border-radius: 100px;\n    }\n\n    .hero-eyebrow {\n      display: block;\n      font-size: 11px;\n      font-weight: 500;\n      letter-spacing: 0.16em;\n      text-transform: uppercase;\n      color: rgba(184,144,10,0.7);\n      margin-bottom: 0.75rem;\n      position: relative;\n      z-index: 1;\n    }\n\n    .hero-headline {\n      font-family: 'Playfair Display', serif;\n      font-size: 40px;\n      font-weight: 400;\n      line-height: 1.15;\n      color: #f0ece4;\n      margin-bottom: 1.25rem;\n      position: relative;\n      z-index: 1;\n    }\n    .hero-headline em { font-style: italic; color: #b8900a; }\n\n    .hero-body {\n      font-size: 15px;\n      font-weight: 300;\n      color: rgba(240,236,228,0.65);\n      max-width: 520px;\n      line-height: 1.8;\n      position: relative;\n      z-index: 1;\n      margin: 0 auto;\n    }\n\n    \/* STATS BAR *\/\n    .stats-bar {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 1rem;\n      margin-bottom: 2rem;\n    }\n    .stat {\n      background: var(--surface);\n      border: 1px solid var(--border);\n      border-radius: var(--radius);\n      padding: 1.1rem 0.75rem;\n      text-align: center;\n    }\n    .stat-value {\n      font-family: 'Playfair Display', serif;\n      font-size: 16px;\n      color: var(--text-primary);\n      display: block;\n      margin-bottom: 3px;\n      line-height: 1.3;\n    }\n    .stat-label {\n      font-size: 11px;\n      color: var(--text-muted);\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n    }\n\n    \/* SCENE STRIP *\/\n    .scene-strip {\n      background: var(--surface);\n      border: 1px solid var(--border);\n      border-radius: var(--radius);\n      padding: 2rem;\n      margin-bottom: 2rem;\n      display: flex;\n      align-items: center;\n      gap: 2rem;\n      overflow: hidden;\n    }\n    .scene-svg { flex-shrink: 0; }\n    .scene-text { flex: 1; }\n    .scene-text p {\n      font-size: 14px;\n      color: var(--text-secondary);\n      line-height: 1.8;\n      margin-bottom: 0.75rem;\n      text-align: center;\n    }\n    .scene-text p:last-child { margin-bottom: 0; }\n\n    \/* SECTION LABEL *\/\n    .section-label {\n      font-size: 11px;\n      font-weight: 500;\n      letter-spacing: 0.16em;\n      text-transform: uppercase;\n      color: var(--text-muted);\n      margin-bottom: 1.25rem;\n      text-align: center;\n    }\n\n    \/* FEATURE CARDS *\/\n    .features-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 1rem;\n      margin-bottom: 2rem;\n    }\n    .feature-card {\n      background: var(--surface);\n      border: 1px solid var(--border);\n      border-radius: var(--radius);\n      padding: 1.4rem 1.25rem;\n      text-align: center;\n      transition: border-color 0.2s, box-shadow 0.2s;\n    }\n    .feature-card:hover {\n      border-color: var(--gold);\n      box-shadow: 0 2px 16px rgba(184,144,10,0.08);\n    }\n    .feature-icon {\n      width: 44px;\n      height: 44px;\n      background: var(--gold-light);\n      border-radius: 11px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 20px;\n      color: var(--gold);\n      margin: 0 auto 0.9rem;\n    }\n    .feature-title {\n      font-size: 14px;\n      font-weight: 500;\n      color: var(--text-primary);\n      margin-bottom: 0.4rem;\n    }\n    .feature-body {\n      font-size: 13px;\n      color: var(--text-secondary);\n      line-height: 1.65;\n    }\n\n    \/* SPECS TABLE *\/\n    .specs-block {\n      background: var(--surface);\n      border: 1px solid var(--border);\n      border-radius: var(--radius);\n      overflow: hidden;\n      margin-bottom: 2rem;\n    }\n    .specs-header {\n      padding: 1.25rem 1.5rem;\n      border-bottom: 1px solid var(--border);\n      font-size: 13px;\n      font-weight: 500;\n      color: var(--text-primary);\n      letter-spacing: 0.04em;\n      background: var(--surface-2);\n      text-align: center;\n    }\n    .spec-row {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 0.9rem 1.5rem;\n      border-bottom: 1px solid var(--border);\n    }\n    .spec-row:last-child { border-bottom: none; }\n    .spec-key { font-size: 13px; color: var(--text-muted); }\n    .spec-val { font-size: 13px; font-weight: 500; color: var(--text-primary); text-align: right; }\n    .spec-val.gold { color: var(--gold); }\n\n    \/* CTA *\/\n    .cta-block {\n      background: linear-gradient(135deg, #1a1814 0%, #2e2820 100%);\n      border-radius: var(--radius);\n      padding: 2.5rem;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      text-align: center;\n      gap: 1.25rem;\n      position: relative;\n      overflow: hidden;\n      border: 1px solid rgba(184,144,10,0.2);\n    }\n    .cta-block::before {\n      content: '';\n      position: absolute;\n      top: -50px; right: -50px;\n      width: 160px; height: 160px;\n      border-radius: 50%;\n      background: rgba(184,144,10,0.07);\n    }\n    .cta-text { position: relative; z-index: 1; }\n    .cta-quote {\n      font-family: 'Playfair Display', serif;\n      font-size: 22px;\n      font-style: italic;\n      color: #f0ece4;\n      line-height: 1.45;\n      margin-bottom: 0.6rem;\n    }\n    .cta-sub {\n      font-size: 13px;\n      color: rgba(240,236,228,0.5);\n      max-width: 480px;\n      margin: 0 auto;\n      line-height: 1.6;\n    }\n    .cta-buttons {\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      gap: 0.75rem;\n      position: relative;\n      z-index: 1;\n      width: 100%;\n      max-width: 320px;\n    }\n    .cta-btn-primary {\n      background: var(--gold);\n      color: #ffffff;\n      border: none;\n      border-radius: 10px;\n      padding: 14px 36px;\n      font-family: 'DM Sans', sans-serif;\n      font-size: 14px;\n      font-weight: 600;\n      cursor: pointer;\n      letter-spacing: 0.02em;\n      transition: opacity 0.2s;\n      width: 100%;\n    }\n    .cta-btn-primary:hover { opacity: 0.88; }\n    .cta-btn-secondary {\n      background: transparent;\n      color: rgba(240,236,228,0.6);\n      border: 0.5px solid rgba(240,236,228,0.2);\n      border-radius: 10px;\n      padding: 12px 36px;\n      font-family: 'DM Sans', sans-serif;\n      font-size: 13px;\n      cursor: pointer;\n      letter-spacing: 0.02em;\n      transition: border-color 0.2s;\n      width: 100%;\n    }\n    .cta-btn-secondary:hover { border-color: rgba(184,144,10,0.4); }\n    .cta-note {\n      font-size: 11px;\n      color: rgba(240,236,228,0.35);\n      position: relative;\n      z-index: 1;\n      line-height: 1.5;\n    }\n    .trust-bar {\n      display: flex;\n      justify-content: center;\n      gap: 2rem;\n      margin-top: 0.5rem;\n      flex-wrap: wrap;\n      position: relative;\n      z-index: 1;\n    }\n    .trust-item {\n      display: flex;\n      align-items: center;\n      gap: 6px;\n      font-size: 12px;\n      color: rgba(240,236,228,0.4);\n    }\n    .trust-item i { color: #b8900a; font-size: 14px; }\n\n    \/* RESPONSIVE *\/\n    @media (max-width: 640px) {\n      .hero { padding: 2rem 1.5rem; }\n      .hero-headline { font-size: 28px; }\n      .stats-bar { grid-template-columns: repeat(2, 1fr); }\n      .scene-strip { flex-direction: column; gap: 1rem; }\n      .features-grid { grid-template-columns: 1fr 1fr; }\n    }\n    @media (max-width: 420px) {\n      .features-grid { grid-template-columns: 1fr; }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"page\"\u003e\n\u003c!-- BREADCRUMB --\u003e\n\u003cdiv class=\"breadcrumb\"\u003eBoundless Base \u003ci class=\"ti ti-chevron-right\"\u003e\u003c\/i\u003e Truck Accessories \u003ci class=\"ti ti-chevron-right\"\u003e\u003c\/i\u003e \u003cspan\u003eJUSN JD16 Spare Tire Carrier\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- PRE-ORDER BANNER --\u003e\n\u003cdiv class=\"preorder-banner\"\u003e\n\u003ci class=\"ti ti-clock-bolt\"\u003e\u003c\/i\u003e\n\u003cp class=\"preorder-banner-text\"\u003e\u003cspan\u003eCurrently in production.\u003c\/span\u003e The JUSN JD16 is available for pre-order now — secure yours before inventory arrives.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"hero-badge-row\"\u003e\n\u003cspan class=\"badge-preorder\"\u003ePre-Order Now\u003c\/span\u003e \u003cspan class=\"badge-model\"\u003eJUSN JD16\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"hero-eyebrow\"\u003eBoundless Base · Truck Accessories\u003c\/span\u003e\n\u003ch1 class=\"hero-headline\"\u003eMore than a rack —\u003cbr\u003e\u003cem\u003ea mobile gear platform.\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-body\"\u003eThe JUNS JD16 keeps your spare tire organized while turning the rear of your truck into a fully functional storage and gear management system — built from aluminum alloy and carbon steel in Obsidian Black.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- STATS BAR --\u003e\n\u003cdiv class=\"stats-bar\"\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cspan class=\"stat-value\"\u003eUniversal\u003c\/span\u003e \u003cspan class=\"stat-label\"\u003eTruck fit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cspan class=\"stat-value\"\u003e75 kg\u003c\/span\u003e \u003cspan class=\"stat-label\"\u003eCarrier weight\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cspan class=\"stat-value\"\u003eObsidian\u003c\/span\u003e \u003cspan class=\"stat-label\"\u003eColour — Black\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cspan class=\"stat-value\"\u003eAl + Steel\u003c\/span\u003e \u003cspan class=\"stat-label\"\u003eMaterial\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SCENE STRIP --\u003e\n\u003cdiv class=\"scene-strip\"\u003e\n\u003cdiv class=\"scene-svg\"\u003e\u003csvg width=\"180\" height=\"130\" viewbox=\"0 0 180 130\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \n          \u003crect x=\"0\" y=\"112\" width=\"180\" height=\"18\" rx=\"3\" fill=\"#eceae4\"\u003e\u003c\/rect\u003e\n          \u003crect x=\"0\" y=\"0\" width=\"180\" height=\"112\" fill=\"#f5f4f1\"\u003e\u003c\/rect\u003e\n          \n          \u003cpath d=\"M0 112 L28 68 L58 90 L95 44 L132 76 L162 54 L180 112 Z\" fill=\"#dddad3\"\u003e\u003c\/path\u003e\n\n          \n          \u003crect x=\"8\" y=\"82\" width=\"130\" height=\"30\" rx=\"4\" fill=\"#1a1814\"\u003e\u003c\/rect\u003e\n          \n          \u003crect x=\"8\" y=\"60\" width=\"68\" height=\"24\" rx=\"4\" fill=\"#2a2420\"\u003e\u003c\/rect\u003e\n          \u003crect x=\"14\" y=\"65\" width=\"54\" height=\"14\" rx=\"2\" fill=\"#3a3530\" opacity=\"0.8\"\u003e\u003c\/rect\u003e\n          \n          \u003crect x=\"78\" y=\"70\" width=\"60\" height=\"14\" rx=\"2\" fill=\"#2a2420\" stroke=\"#1a1814\" stroke-width=\"0.5\"\u003e\u003c\/rect\u003e\n\n          \n          \n          \u003crect x=\"138\" y=\"50\" width=\"5\" height=\"62\" rx=\"2\" fill=\"#1a1814\" stroke=\"#b8900a\" stroke-width=\"0.6\"\u003e\u003c\/rect\u003e\n          \u003crect x=\"160\" y=\"50\" width=\"5\" height=\"62\" rx=\"2\" fill=\"#1a1814\" stroke=\"#b8900a\" stroke-width=\"0.6\"\u003e\u003c\/rect\u003e\n          \n          \u003crect x=\"136\" y=\"48\" width=\"31\" height=\"5\" rx=\"2\" fill=\"#1a1814\" stroke=\"#b8900a\" stroke-width=\"0.7\"\u003e\u003c\/rect\u003e\n          \u003crect x=\"136\" y=\"68\" width=\"31\" height=\"4\" rx=\"1.5\" fill=\"#1a1814\" stroke=\"#b8900a\" stroke-width=\"0.5\"\u003e\u003c\/rect\u003e\n          \u003crect x=\"136\" y=\"86\" width=\"31\" height=\"4\" rx=\"1.5\" fill=\"#1a1814\" stroke=\"#b8900a\" stroke-width=\"0.5\"\u003e\u003c\/rect\u003e\n\n          \n          \u003ccircle cx=\"151\" cy=\"60\" r=\"16\" fill=\"none\" stroke=\"#4a4540\" stroke-width=\"4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"151\" cy=\"60\" r=\"8\" fill=\"none\" stroke=\"#3a3530\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"151\" cy=\"60\" r=\"3\" fill=\"#2a2420\"\u003e\u003c\/circle\u003e\n          \n          \u003cpath d=\"M135 60 Q151 48 167 60\" stroke=\"rgba(184,144,10,0.2)\" stroke-width=\"0.8\" fill=\"none\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M135 60 Q151 72 167 60\" stroke=\"rgba(184,144,10,0.2)\" stroke-width=\"0.8\" fill=\"none\"\u003e\u003c\/path\u003e\n\n          \n          \u003crect x=\"136\" y=\"74\" width=\"31\" height=\"14\" rx=\"2\" fill=\"#2a2420\" stroke=\"#b8900a\" stroke-width=\"0.5\"\u003e\u003c\/rect\u003e\n          \u003cline x1=\"151\" y1=\"74\" x2=\"151\" y2=\"88\" stroke=\"#b8900a\" stroke-width=\"0.5\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n          \n          \u003ccircle cx=\"151\" cy=\"81\" r=\"2\" fill=\"#b8900a\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n\n          \n          \u003crect x=\"136\" y=\"90\" width=\"31\" height=\"12\" rx=\"2\" fill=\"none\" stroke=\"#b8900a\" stroke-width=\"0.5\" stroke-dasharray=\"3,2\" opacity=\"0.5\"\u003e\u003c\/rect\u003e\n          \u003cline x1=\"143\" y1=\"90\" x2=\"143\" y2=\"102\" stroke=\"#b8900a\" stroke-width=\"0.4\" opacity=\"0.3\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"151\" y1=\"90\" x2=\"151\" y2=\"102\" stroke=\"#b8900a\" stroke-width=\"0.4\" opacity=\"0.3\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"159\" y1=\"90\" x2=\"159\" y2=\"102\" stroke=\"#b8900a\" stroke-width=\"0.4\" opacity=\"0.3\"\u003e\u003c\/line\u003e\n\n          \n          \u003ccircle cx=\"140\" cy=\"52\" r=\"1.5\" fill=\"#b8900a\" opacity=\"0.6\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"162\" cy=\"52\" r=\"1.5\" fill=\"#b8900a\" opacity=\"0.6\"\u003e\u003c\/circle\u003e\n\n          \n          \u003ccircle cx=\"38\" cy=\"112\" r=\"13\" fill=\"#1a1814\" stroke=\"#2a2420\" stroke-width=\"1\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"38\" cy=\"112\" r=\"5\" fill=\"#2a2420\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"110\" cy=\"112\" r=\"13\" fill=\"#1a1814\" stroke=\"#2a2420\" stroke-width=\"1\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"110\" cy=\"112\" r=\"5\" fill=\"#2a2420\"\u003e\u003c\/circle\u003e\n\n          \n          \u003cellipse cx=\"85\" cy=\"125\" rx=\"65\" ry=\"4\" fill=\"rgba(184,144,10,0.05)\"\u003e\u003c\/ellipse\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"scene-text\"\u003e\n\u003cp\u003eThe JD16 is more than a spare tire rack — it's a fully adjustable mobile storage platform with a built-in storage box, mesh panel for hanging gear, and a roof load zone for your spare or extra cargo.\u003c\/p\u003e\n\u003cp\u003eTonneau cover-compatible brackets mean zero damage to your truck during installation. Fits all truck models, width adjustable.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE CARDS --\u003e\n\u003cp class=\"section-label\"\u003eEverything the JD16 brings to your truck\u003c\/p\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\n\u003ci class=\"ti ti-circle-dashed\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cp class=\"feature-title\"\u003eSpare Tire Organized\u003c\/p\u003e\n\u003cp class=\"feature-body\"\u003eA dedicated, secure mount for your spare tire — freed from the truck bed so your cargo space stays open and usable on every trip.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\n\u003ci class=\"ti ti-adjustments-horizontal\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cp class=\"feature-title\"\u003eWidth Adjustable — All Trucks\u003c\/p\u003e\n\u003cp class=\"feature-body\"\u003eUniversally designed and width adjustable to fit all truck models — no permanent modifications, no custom hardware required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\n\u003ci class=\"ti ti-box\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cp class=\"feature-title\"\u003eStorage Box Included\u003c\/p\u003e\n\u003cp class=\"feature-body\"\u003eAn integrated storage box on the side keeps your tools, recovery gear, and essentials secure and accessible without opening the bed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\n\u003ci class=\"ti ti-layout-grid\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cp class=\"feature-title\"\u003eMesh Gear Panel\u003c\/p\u003e\n\u003cp class=\"feature-body\"\u003eA mesh panel on each side lets you hang gear, straps, recovery equipment, or accessories within easy reach at any stop.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\n\u003ci class=\"ti ti-arrow-up\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cp class=\"feature-title\"\u003eRoof Load Capacity\u003c\/p\u003e\n\u003cp class=\"feature-body\"\u003eThe top load zone accommodates your spare tire or additional cargo — maximizing vertical space and keeping the bed clear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\n\u003ci class=\"ti ti-shield-check\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cp class=\"feature-title\"\u003eDamage-Free Install\u003c\/p\u003e\n\u003cp class=\"feature-body\"\u003eTonneau cover-compatible brackets provide a clean, secure installation with zero damage to your truck's finish or bed rails.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECS TABLE --\u003e\n\u003cp class=\"section-label\"\u003eSpecifications\u003c\/p\u003e\n\u003cdiv class=\"specs-block\"\u003e\n\u003cdiv class=\"specs-header\"\u003eJUSN JD16 Spare Tire Carrier — Key Specs\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eDimensions\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003e1150 × 280 × 800 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eWeight\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003e75 kg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eLoad capacity\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003e150 kg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eMaterials\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eAluminum alloy \/ Carbon steel\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eColour\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eObsidian Black\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eFitment\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eUniversal — all truck models\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eWidth\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eAdjustable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eInstallation\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eTonneau cover-compatible — damage-free\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eStorage\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eBox + mesh panel (both sides)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eRoof capacity\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eSpare tire or additional gear\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eAvailability\u003c\/span\u003e \u003cspan class=\"spec-val gold\"\u003eIn production — pre-order now\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"cta-block\"\u003e\n\u003cdiv class=\"cta-text\"\u003e\n\u003cp class=\"cta-quote\"\u003e\"Keep it organized. Carry more. Go further.\"\u003c\/p\u003e\n\u003cp class=\"cta-sub\"\u003eThe JD16 is currently in production. Pre-order now to secure yours and be first in line when inventory arrives.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-buttons\"\u003e\n\u003cbutton class=\"cta-btn-primary\"\u003ePre-Order Now\u003c\/button\u003e \u003cbutton class=\"cta-btn-secondary\"\u003eNotify Me When Available\u003c\/button\u003e\n\u003c\/div\u003e\n\u003cp class=\"cta-note\"\u003ePre-orders are fulfilled in the order they are received. Estimated delivery communicated at time of order.\u003c\/p\u003e\n\u003cdiv class=\"trust-bar\"\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003ci class=\"ti ti-truck\"\u003e\u003c\/i\u003e Free shipping across Canada\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003ci class=\"ti ti-shield-check\"\u003e\u003c\/i\u003e 2-year warranty\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003ci class=\"ti ti-headset\"\u003e\u003c\/i\u003e Expert gear support\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Boundless Base","offers":[{"title":"Default Title","offer_id":44250766770219,"sku":null,"price":1999.0,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/0717\/3931\/files\/2_6.png?v=1783956810"}],"url":"https:\/\/boundlessbase.com\/collections\/pickup-bed-rack.oembed","provider":"Boundless Base","version":"1.0","type":"link"}