{"product_id":"inflatable-backseat-car-mattress","title":"Inflatable Backseat Car Mattress","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Inflatable Car Travel Backseat Mattress Bed\nTarget Audience: Road trippers, families, camper owners, travelers with kids or pets\nVisual Style: Warm, cozy, safe, clean automotive-lifestyle styling\nColor Strategy: Neutral soft gray and warm beige palette with modern deep slate accents\nModule Order: Hero Section -\u003e Feature 1 (Surface Comfort) -\u003e Feature 2 (Underfoot Support) -\u003e Feature 3 (Safety Side Bumper) -\u003e Product Specifications -\u003e FAQs\nDetail Image Mapping: Hero=detail_5, Feature 1=detail_2, Feature 2=detail_3, Feature 3=detail_4\nSpecification Data Source: detail_1, detail_7, detail_8 (data extraction only; no specification image placeholder is rendered)\nCompare Section: Not included (no explicit competitor\/comparative data provided in report)\nInformation Boundary: Strictly relies on confirmed facts: dimensions (135cm x 70cm x 38cm), 4 color options (Black, Grey, Beige, Blue), 2 pillar types (integrated long, split double round), flocked top and PVC base materials, included accessories (2 pillows, electric air pump with nozzles, repair kit, carry bag), safety side bumper, T-shape chambers. No unverified claims.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #4a5568;\n      --primary-hover: #2d3748;\n      --text-main: #1a202c;\n      --text-sub: #4a5568;\n      --bg-body: #ffffff;\n      --bg-card: #f7fafc;\n      --bg-soft: #edf2f7;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.1);\n      --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.05);\n      --border-color: #e2e8f0;\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1 {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      color: var(--text-main);\n      margin: 0 0 16px 0;\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .feature-title,\n    .product-detail-container .faq-question {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 600;\n      color: var(--text-main);\n      margin: 0 0 12px 0;\n    }\n\n    .product-detail-container p,\n    .product-detail-container .hero-subtitle,\n    .product-detail-container .feature-description,\n    .product-detail-container .spec-table td,\n    .product-detail-container .spec-value,\n    .product-detail-container .faq-answer,\n    .product-detail-container .badge,\n    .product-detail-container .pill {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n      margin: 0 0 16px 0;\n    }\n\n    \/* Spacing System *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n      padding-top: clamp(1rem, 2.5vw, 2rem);\n    }\n\n    \/* Image Rules *\/\n    .product-detail-container .image-placeholder {\n      width: 100%;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 40px 20px;\n      box-sizing: border-box;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      text-align: center;\n      margin-bottom: 24px;\n      color: var(--text-sub);\n      font-weight: 500;\n    }\n\n    .product-detail-container .image-placeholder span {\n      font-size: 18px;\n      line-height: 1.4;\n    }\n\n    \/* Badges \u0026 Pill Styling *\/\n    .product-detail-container .badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-bottom: 20px;\n    }\n\n    .product-detail-container .badge {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      padding: 6px 16px;\n      border-radius: 50px;\n      font-weight: 600;\n      margin: 0;\n    }\n\n    \/* Intro Block styling *\/\n    .product-detail-container .intro-section {\n      text-align: center;\n      padding-top: clamp(2rem, 5vw, 4rem);\n    }\n\n    .product-detail-container .intro-section h1 {\n      max-width: 800px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    .product-detail-container .intro-section .hero-subtitle {\n      max-width: 650px;\n      margin: 0 auto 24px auto;\n    }\n\n    .product-detail-container .intro-section .badge-container {\n      justify-content: center;\n      margin-bottom: 32px;\n    }\n\n    \/* Feature Block styling *\/\n    .product-detail-container .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 24px;\n      box-shadow: var(--shadow-sm);\n      margin-bottom: 24px;\n    }\n\n    .product-detail-container .feature-media {\n      width: 100%;\n    }\n\n    .product-detail-container .feature-copy {\n      width: 100%;\n    }\n\n    .product-detail-container .feature-copy p:last-child {\n      margin-bottom: 0;\n    }\n\n    .product-detail-container .pill-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 16px;\n    }\n\n    .product-detail-container .pill {\n      background-color: #ffffff;\n      border: 1px solid var(--border-color);\n      color: var(--text-sub);\n      padding: 4px 12px;\n      border-radius: var(--radius-md);\n      margin: 0;\n    }\n\n    \/* Specifications Table styling *\/\n    .product-detail-container .specifications-section {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 32px 24px;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .product-detail-container .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\n    }\n\n    .product-detail-container .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .product-detail-container .spec-table td {\n      padding: 16px 12px;\n      vertical-align: top;\n    }\n\n    .product-detail-container .spec-property {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 35%;\n    }\n\n    .product-detail-container .spec-value-col {\n      width: 65%;\n    }\n\n    \/* FAQ Block styling *\/\n    .product-detail-container .faq-section {\n      border-top: 1px solid var(--border-color);\n      padding-top: clamp(2rem, 5vw, 4rem);\n    }\n\n    .product-detail-container .faq-item {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: 20px;\n      margin-bottom: 16px;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .product-detail-container .faq-question {\n      display: flex;\n      align-items: center;\n      gap: 8px;\n      margin-bottom: 8px;\n    }\n\n    .product-detail-container .faq-answer {\n      margin: 0;\n    }\n\n    \/* Tablet\/Desktop Responsive rules *\/\n    @media (min-width: 768px) {\n      .product-detail-container .feature-item {\n        flex-direction: row;\n        align-items: center;\n        gap: 40px;\n        padding: 40px;\n      }\n\n      .product-detail-container .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n\n      .product-detail-container .feature-media {\n        width: 50%;\n        flex-shrink: 0;\n      }\n\n      .product-detail-container .feature-copy {\n        width: 50%;\n      }\n    }\n\n    \/* Mobile Responsive Lock Rules (Strictly maintaining 22px\/20px\/18px minimum heights) *\/\n    @media (max-width: 767px) {\n      .product-detail-container {\n        padding: 0 4%;\n      }\n\n      .product-detail-container .feature-item {\n        flex-direction: column !important; \/* Forces Image First, Text Second order on mobile *\/\n      }\n\n      .product-detail-container .spec-table,\n      .product-detail-container .spec-table tbody,\n      .product-detail-container .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .product-detail-container .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .product-detail-container .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px;\n        font-weight: 600;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .product-detail-container .spec-property {\n        display: none !important;\n      }\n\n      .product-detail-container .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .product-detail-container .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003csection class=\"intro-section\"\u003e\n\u003cdiv class=\"badge-container\"\u003e\u003cspan class=\"badge\"\u003eBack Seat Travel Bed\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1\u003eYour Mobile Rest Cabin — Long Road Trip Cushion Bed\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eTransform your vehicle's backseat into a spacious, level resting area. Designed to fit SUVs and sedans for comfortable road trips, family travel, and on-the-road resting.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img227\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260904182252\/4a722ad434944b9f9b636357139f640f.jpeg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"features-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img221\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260904172549\/eae5e26f696e6904ba5be2df8af19f0a.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eCloud-Like Flocked Surface\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eThe top surface is crafted from skin-friendly flocked fabric, offering a breathable, soft texture. Perfect for resting, sleeping, or relaxing, it ensures a comfortable surface that stays cool and pleasant during warm-weather journeys.\u003c\/p\u003e\n\n\u003cdiv class=\"pill-container\"\u003e\n\u003cspan class=\"pill\"\u003eSoft Flocked Fabric\u003c\/span\u003e \u003cspan class=\"pill\"\u003eBreathable Wave Texture\u003c\/span\u003e \u003cspan class=\"pill\"\u003eComfortable Rest\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Footwell Gap Support --\u003e\n\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img222\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260904172549\/ef26d6bb864d37f32e8926e8130d5e91.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eStable Footwell Support\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eOur T-shaped support chamber fits securely into the footwell gap behind the front seats. It prevents the mattress from sagging or sliding, creating a sturdy, level sleeping area that safely supports weight without losing shape.\u003c\/p\u003e\n\n\u003cdiv class=\"pill-container\"\u003e\n\u003cspan class=\"pill\"\u003eDual-Chamber Support\u003c\/span\u003e \u003cspan class=\"pill\"\u003eFills Footwell Gap\u003c\/span\u003e \u003cspan class=\"pill\"\u003eStable \u0026amp; Safe\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Safety Protective Bumper --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img223\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260904172549\/ca19f7dfa7c75d171758485c2b5e84ba.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eSafety Head Bumper Panel\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eFeatures a unique vertical, semi-rounded protective bumper panel built into the side of the bed. It acts as a head and side cushion, shielding passengers against unexpected bumps or sudden stops during travel.\u003c\/p\u003e\n\n\u003cdiv class=\"pill-container\"\u003e\n\u003cspan class=\"pill\"\u003eHead Protection\u003c\/span\u003e \u003cspan class=\"pill\"\u003eSide Cushioning\u003c\/span\u003e \u003cspan class=\"pill\"\u003eSafer For Kids \u0026amp; Pets\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. SPECIFICATIONS --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\" data-label=\"Dimensions\"\u003eDimensions\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-col\" data-label=\"Dimensions\"\u003e\n\u003cspan class=\"spec-value\"\u003eLength: 135 cm \/ 53.1 in\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eWidth: 70 cm \/ 27.6 in\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eSupport Base Height: 38 cm \/ 15.0 in\u003c\/span\u003e\n\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\" data-label=\"Material Details\"\u003eMaterial Details\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-col\" data-label=\"Material Details\"\u003e\n\u003cspan class=\"spec-value\"\u003eTop Surface: Soft skin-friendly flocked fabric\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eBottom \u0026amp; Support Chamber: Durable PVC\u003c\/span\u003e\n\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\" data-label=\"Available Colors\"\u003eAvailable Colors\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-col\" data-label=\"Available Colors\"\u003e\u003cspan class=\"spec-value\"\u003eBeige, Grey, Black, Blue\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\" data-label=\"Support Pillar Styles\"\u003eSupport Pillar Styles\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-col\" data-label=\"Support Pillar Styles\"\u003e\n\u003cspan class=\"spec-value\"\u003eIntegrated Long Footwell Cushion\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eSplit Double Round Pillars\u003c\/span\u003e\n\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\" data-label=\"Package Includes\"\u003ePackage Includes\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-col\" data-label=\"Package Includes\"\u003e\n\u003cspan class=\"spec-value\"\u003e1 x Inflatable Mattress Bed with Side Bumper Panel\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e2 x Inflatable Pillows (recessed center design)\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e1 x Electric Car Air Pump with Nozzles\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e1 x Repair Kit\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e1 x Storage Carry Bag\u003c\/span\u003e\n\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 What accessories are included in the package?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe complete set comes with the inflatable mattress (with built-in side bumper), two independent pillows designed with a recessed center, an electric car air pump with attachment nozzles, a handy repair kit, and a storage carry bag.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 What are the differences between the two support base styles?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe mattress is available with two different types of footwell gap supports: an \"integrated long footwell cushion\" (single long solid piece under the mattress) and \"split double round pillars\" (two separate circular cushions). Double round pillars often offer slightly higher flexibility for various car floor spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 What materials is this travel bed made from?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe top resting surface is layered with a skin-friendly, soft flocked fabric for optimal comfort and breathability. The underlying support chambers and bottom sides are constructed from highly durable, water-resistant PVC for stable air retention and safety.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Warm Beige \/ Full-Width Block","offer_id":46141293461695,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Charcoal Black \/ Full-Width Block","offer_id":46141293494463,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Silver Gray \/ Full-Width Block","offer_id":46141293527231,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Ocean Blue \/ Full-Width Block","offer_id":46141293559999,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Warm Beige \/ Split Round Pods","offer_id":46141293592767,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Charcoal Black \/ Split Round Pods","offer_id":46141293625535,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Silver Gray \/ Split Round Pods","offer_id":46141293658303,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Ocean Blue \/ Split Round Pods","offer_id":46141293691071,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/4a722ad434944b9f9b636357139f640f.jpg?v=1788517400","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/inflatable-backseat-car-mattress","provider":"Bak","version":"1.0","type":"link"}