{"product_id":"model-3-y-s-x-car-camping-mattress","title":"Car Camping Mattress for Tesla Model 3 \/ Model Y","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800\u0026amp;display=swap\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* === Grey Tone Styling for Tesla Product (Matching provided image) === *\/\n        :root {\n            --primary-bg: #1A1A1A; \/* Very dark charcoal for main background *\/\n            --secondary-bg: #282828; \/* Dark grey for section backgrounds (subtle contrast) *\/\n            --tertiary-bg: #3A3A3A; \/* Slightly lighter dark grey for cards\/elements (more prominent contrast) *\/\n            --light-elements-bg: #E0E0E0; \/* Light grey for mattress representation\/highlights (like the product itself) *\/\n            --accent-color-dark: #FFFFFF; \/* Pure white for strong accents, titles *\/\n            --accent-color-light: #F0F0F0; \/* Near white for subtle highlights *\/\n            --heading-color: #FFFFFF; \/* White for headings *\/\n            --body-text-color: #B0B0B0; \/* Medium light grey for body text *\/\n            --light-text-color: #858585; \/* Lighter grey for descriptive text\/captions *\/\n            --border-color: #4A4A4A; \/* Dark, subtle border for elements *\/\n            --product-accent-grey: #A0A0A0; \/* A soft, silver-grey for subtle accents\/icons to complement the grey palette *\/\n            --grey-gradient: linear-gradient(90deg, #606060, #A0A0A0); \/* Grey gradient for section titles *\/\n\n            --font-family-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n            --box-shadow-light: 0 4px 15px rgba(0, 0, 0, 0.4);\n            --box-shadow-medium: 0 8px 30px rgba(0, 0, 0, 0.7);\n            --border-radius-main: 12px;\n            --border-radius-card: 8px;\n        }\n\n        \/* Base styling *\/\n        body {\n            margin: 0;\n            background-color: #111111; \/* Slightly darker than primary-bg for overall page background *\/\n        }\n        .tesla-product-container {\n            font-family: var(--font-family-primary);\n            color: var(--body-text-color);\n            line-height: 1.7;\n            background-color: var(--primary-bg);\n            max-width: 1200px;\n            margin: 0 auto;\n            box-shadow: var(--box-shadow-medium);\n            overflow: hidden;\n            border-radius: var(--border-radius-main);\n        }\n\n        \/* Hero section *\/\n        .hero-section {\n            position: relative;\n            text-align: center;\n            padding: 80px 20px 60px;\n            background: linear-gradient(135deg, var(--secondary-bg), var(--primary-bg));\n            border-bottom: 1px solid var(--border-color);\n            box-shadow: var(--box-shadow-light);\n            margin-bottom: 40px;\n        }\n\n        .product-title {\n            color: var(--heading-color);\n            font-weight: 800;\n            font-size: 3.2rem;\n            margin-bottom: 15px;\n            letter-spacing: -0.04em;\n            text-shadow: 0 2px 5px rgba(0,0,0,0.6);\n        }\n\n        .product-subtitle {\n            font-weight: 500;\n            color: var(--accent-color-light);\n            font-size: 1.6rem;\n            margin-bottom: 30px;\n            text-shadow: 0 1px 3px rgba(0,0,0,0.5);\n        }\n\n        .hero-image {\n            width: 90%;\n            max-width: 900px;\n            height: auto;\n            display: block;\n            margin: 40px auto 0;\n            border-radius: var(--border-radius-main);\n            box-shadow: var(--box-shadow-medium);\n            object-fit: cover;\n            border: 2px solid var(--border-color);\n        }\n\n        \/* Content container *\/\n        .content-container {\n            padding: 0 24px;\n        }\n\n        \/* Section title *\/\n        .section-title {\n            color: var(--heading-color);\n            text-align: center;\n            margin: 4rem 0 2.5rem;\n            font-weight: 700;\n            font-size: 2.6rem;\n            position: relative;\n            padding-bottom: 20px;\n            letter-spacing: -0.03em;\n        }\n\n        .section-title::after {\n            content: \"\";\n            position: absolute;\n            bottom: 0;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 100px;\n            height: 5px;\n            background: var(--grey-gradient);\n            border-radius: 2px;\n        }\n\n        \/* Features grid (top 4 points) *\/\n        .features-section {\n            padding-top: 40px;\n            padding-bottom: 40px;\n        }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr); \/* Two columns *\/\n            gap: 30px;\n            max-width: 900px; \/* Adjust max-width for better two-column layout *\/\n            margin: 0 auto 4rem;\n            padding: 0 20px;\n        }\n\n        .feature-card {\n            background: var(--tertiary-bg);\n            border-radius: var(--border-radius-card);\n            box-shadow: var(--box-shadow-light);\n            transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding: 35px 30px;\n            border: 1px solid var(--border-color);\n            text-align: center;\n        }\n\n        .feature-card:hover {\n            transform: translateY(-7px);\n            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.7);\n            border-color: var(--product-accent-grey);\n        }\n\n        .feature-icon {\n            font-size: 3.5rem;\n            margin-bottom: 20px;\n            color: var(--product-accent-grey); \/* Grey icon color *\/\n        }\n\n        .feature-title {\n            color: var(--heading-color);\n            font-weight: 700;\n            font-size: 1.4rem;\n            margin: 0 0 10px;\n        }\n\n        .feature-description {\n            color: var(--body-text-color);\n            font-size: 1.05rem;\n            margin: 0;\n            line-height: 1.6;\n        }\n\n        \/* Content Rows (for installation\/storage sections) *\/\n        .content-row-section {\n            padding: 50px 0;\n            background-color: var(--secondary-bg);\n            border-radius: var(--border-radius-main);\n            margin-bottom: 40px;\n            box-shadow: var(--box-shadow-medium);\n            text-align: center;\n        }\n\n        .content-row {\n            padding: 40px 30px;\n            max-width: 1000px;\n            margin: 0 auto 40px;\n            background-color: var(--tertiary-bg);\n            border-radius: var(--border-radius-card);\n            box-shadow: var(--box-shadow-light);\n            border: 1px solid var(--border-color);\n            text-align: left;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n\n        \/* Specific style for head extension detail cards *\/\n        .head-extension-details {\n            display: grid;\n            grid-template-columns: 1fr; \/* Stack on mobile *\/\n            gap: 25px;\n            max-width: 700px; \/* Constrain width for these detail cards *\/\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        .head-extension-card {\n            background: var(--tertiary-bg);\n            border-radius: var(--border-radius-card);\n            box-shadow: var(--box-shadow-light);\n            border: 1px solid var(--border-color);\n            padding: 20px;\n            text-align: center;\n        }\n\n        .head-extension-card img {\n            width: 100%;\n            height: 200px; \/* Fixed height for consistent images *\/\n            object-fit: cover; \/* Cover to fill space *\/\n            border-radius: var(--border-radius-card);\n            margin-bottom: 15px;\n            border: 1px solid var(--border-color);\n        }\n        .head-extension-card h5 {\n            color: var(--product-accent-grey);\n            font-size: 1.2rem;\n            margin-bottom: 10px;\n        }\n        .head-extension-card p {\n            color: var(--body-text-color);\n            font-size: 1rem;\n            margin: 0;\n        }\n\n\n        \/* Installation\/Storage Steps Grid (single column) *\/\n        .step-grid {\n            display: grid;\n            grid-template-columns: 1fr; \/* Always single column for steps *\/\n            gap: 25px;\n            max-width: 500px; \/* Adjust max-width to look like a 'long single image' column *\/\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        .step-card {\n            background: var(--tertiary-bg);\n            border-radius: var(--border-radius-card);\n            box-shadow: var(--box-shadow-light);\n            border: 1px solid var(--border-color);\n            padding: 20px;\n            text-align: center;\n        }\n\n        .step-card img {\n            width: 100%;\n            height: 180px; \/* Fixed height for consistent step images *\/\n            object-fit: contain; \/* Use contain to ensure full image is visible *\/\n            border-radius: var(--border-radius-card);\n            margin-bottom: 15px;\n            border: 1px solid var(--border-color);\n        }\n        .step-card h5 {\n            color: var(--product-accent-grey); \/* Grey title for steps *\/\n            font-size: 1.1rem;\n            margin-bottom: 10px;\n        }\n        .step-card p {\n            color: var(--body-text-color);\n            font-size: 0.95rem;\n            margin: 0;\n        }\n\n        \/* Portable Storage Section *\/\n        .portable-storage-section {\n            padding: 50px 0;\n            background-color: var(--primary-bg);\n            border-radius: var(--border-radius-main);\n            margin-bottom: 40px;\n            box-shadow: var(--box-shadow-medium);\n            text-align: center;\n        }\n\n        .portable-storage-content {\n            max-width: 600px;\n            margin: 0 auto;\n            background-color: var(--secondary-bg);\n            border-radius: var(--border-radius-card);\n            box-shadow: var(--box-shadow-light);\n            border: 1px solid var(--border-color);\n            padding: 30px;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n        .portable-storage-content img {\n            width: 100%;\n            max-width: 400px;\n            height: auto;\n            border-radius: var(--border-radius-card);\n            box-shadow: var(--box-shadow-light);\n            margin-bottom: 20px;\n            border: 1px solid var(--border-color);\n        }\n        .portable-storage-content p {\n            color: var(--body-text-color);\n            font-size: 1.1rem;\n            margin: 0 0 10px;\n        }\n        .portable-storage-content strong {\n            color: var(--accent-color-dark);\n            font-size: 1.2rem;\n        }\n\n        \/* Specifications Section - Re-using existing styles *\/\n        .specifications-section {\n            padding: 50px 0;\n            background-color: var(--primary-bg);\n            border-radius: var(--border-radius-main);\n            margin-bottom: 40px;\n            box-shadow: var(--box-shadow-medium);\n            text-align: center;\n        }\n\n        .specifications-content {\n            max-width: 800px;\n            margin: 0 auto;\n            background-color: var(--secondary-bg);\n            border-radius: var(--border-radius-card);\n            box-shadow: var(--box-shadow-light);\n            border: 1px solid var(--border-color);\n            padding: 30px;\n            text-align: left;\n        }\n        .specifications-content h4 {\n            color: var(--heading-color);\n            font-weight: 700;\n            font-size: 1.8rem;\n            margin-bottom: 20px;\n        }\n        .specifications-list {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 10px;\n        }\n        @media (min-width: 600px) {\n            .specifications-list {\n                grid-template-columns: 1fr 1fr;\n            }\n        }\n        .specifications-list li {\n            font-size: 1.1rem;\n            color: var(--body-text-color);\n            display: flex;\n            align-items: flex-start;\n            line-height: 1.6;\n        }\n        .specifications-list li strong {\n            color: var(--accent-color-dark);\n            margin-right: 8px;\n            white-space: nowrap;\n        }\n        .specifications-content img {\n            width: 100%;\n            max-width: 600px;\n            height: auto;\n            border-radius: var(--border-radius-card);\n            box-shadow: var(--box-shadow-light);\n            margin-top: 30px;\n            border: 1px solid var(--border-color);\n        }\n\n        \/* Q\u0026A Section - Re-using existing styles *\/\n        .qa-section {\n            padding: 50px 0;\n            background-color: var(--tertiary-bg);\n            border-radius: var(--border-radius-main);\n            margin-bottom: 40px;\n            box-shadow: var(--box-shadow-light);\n            text-align: center;\n        }\n\n        .qa-item {\n            background: var(--secondary-bg);\n            border-radius: var(--border-radius-card);\n            box-shadow: var(--box-shadow-light);\n            border: 1px solid var(--border-color);\n            max-width: 800px;\n            margin: 25px auto;\n            padding: 30px;\n            text-align: left;\n        }\n        .qa-item h4 {\n            color: var(--heading-color);\n            font-weight: 700;\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n        }\n        .qa-item p {\n            color: var(--body-text-color);\n            font-size: 1.1rem;\n            line-height: 1.7;\n        }\n\n        \/* Responsive adjustments *\/\n        @media (max-width: 768px) {\n            .hero-section {\n                padding: 60px 15px 40px;\n            }\n            .product-title {\n                font-size: 2.5rem;\n            }\n            .product-subtitle {\n                font-size: 1.3rem;\n            }\n            .section-title {\n                font-size: 2.2rem;\n                margin: 3rem 0 1.5rem;\n            }\n            \/* Features grid (top 4 points) - single column on small screens *\/\n            .features-grid {\n                grid-template-columns: 1fr;\n                padding: 0 15px;\n            }\n            \/* Step grids - already single column, just adjust padding *\/\n            .step-grid {\n                padding: 0 15px;\n            }\n            \/* Head extension details - single column on mobile *\/\n            .head-extension-details {\n                grid-template-columns: 1fr;\n                padding: 0 15px;\n            }\n            .content-row {\n                padding: 30px 15px;\n            }\n            .content-text {\n                text-align: center;\n            }\n            .content-text h4 {\n                font-size: 1.6rem;\n            }\n            .content-text p {\n                font-size: 1rem;\n            }\n            .content-image-wrapper img {\n                width: 100%;\n            }\n            .qa-item {\n                padding: 20px;\n            }\n            .specifications-list {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"tesla-product-container\"\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003ch1 class=\"product-title\"\u003eTesla Car Camping Mattress\u003c\/h1\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/CarCampingMattressforTesla.jpg?v=1752314495\" alt=\"\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-container\"\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✨\u003c\/span\u003e\n\u003ch4 class=\"feature-title\"\u003eNewly Upgraded Amber Silk Fabric\u003c\/h4\u003e\n\u003cp class=\"feature-description\"\u003eExperience luxurious comfort with our new and improved amber silk-feel fabric, designed for superior touch and durability.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e📏\u003c\/span\u003e\n\u003ch4 class=\"feature-title\"\u003eHead Extension Support Board\u003c\/h4\u003e\n\u003cp class=\"feature-description\"\u003eOur extended head support board ensures full body support, eliminating discomfort from feet dangling off the edge.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e☁️\u003c\/span\u003e\n\u003ch4 class=\"feature-title\"\u003e1.31 inch Thickness \u0026amp; High-Rebound Memory Foam\u003c\/h4\u003e\n\u003cp class=\"feature-description\"\u003eWith a golden height of 1.31 inches, this mattress features high-rebound memory foam for optimal comfort and resilience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🔗\u003c\/span\u003e\n\u003ch4 class=\"feature-title\"\u003eAnti-Slip Back Design\u003c\/h4\u003e\n\u003cp class=\"feature-description\"\u003eThe back of the mattress features an anti-slip design to ensure it stays securely in place during use, providing stability and peace of mind.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-row-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eRoll-Press Installation \u0026amp; Storage: Simple \u0026amp; Convenient 3-Steps\u003c\/h2\u003e\n\u003cdiv class=\"content-row\"\u003e\n\u003cp style=\"text-align: center; margin-bottom: 30px;\"\u003eEffortless setup and pack-down for your convenience.\u003c\/p\u003e\n\u003ch3 style=\"color: var(--heading-color); margin-top: 40px; margin-bottom: 20px; text-align: center;\"\u003eQuick Installation Steps\u003c\/h3\u003e\n\u003cdiv class=\"step-grid\"\u003e\n\u003cdiv class=\"step-card\"\u003e\n\u003ch5\u003eStep 1: Unroll and Unfold Mattress\u003c\/h5\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/CarCampingMattressforTesla_6.png?v=1752315255\"\u003e\u003cbr\u003e\n\u003cp\u003eBring the mattress into the trunk, unfasten the straps, and unfold it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-card\"\u003e\n\u003ch5\u003eStep 2: Flip Open \u0026amp; Adjust\u003c\/h5\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/CarCampingMattressforTesla_5.png?v=1752315255\"\u003e\u003cbr\u003e\n\u003cp\u003eFlip the mattress open from the middle and adjust its vertical position and side fit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-card\"\u003e\n\u003ch5\u003eStep 3: Secure to Trunk Lid \u0026amp; Finish\u003c\/h5\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/CarCampingMattressforTesla_7.png?v=1752315255\"\u003e\u003cbr\u003e\n\u003cp\u003eHook the bottom part over the trunk lid cover to complete the installation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3 style=\"color: var(--heading-color); margin-top: 60px; margin-bottom: 20px; text-align: center;\"\u003eUpgraded Amber Silk Model Storage Steps\u003c\/h3\u003e\n\u003cdiv class=\"step-grid\"\u003e\n\u003cdiv class=\"step-card\"\u003e\n\u003ch5\u003eStep 1: Remove Cover \u0026amp; Fold Mattress\u003c\/h5\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Car_Camping_Mattress_for_Tesla_1.jpg?v=1752314935\"\u003e\u003cbr\u003e\n\u003cp\u003eRemove the mattress cover, then fold both sides of the mattress together.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-card\"\u003e\n\u003ch5\u003eStep 2: Roll Up \u0026amp; Prepare Strap\u003c\/h5\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Car_Camping_Mattress_for_Tesla_1.png?v=1752314936\"\u003e\u003cbr\u003e\n\u003cp\u003eAfter folding, roll it upwards from the bottom into a cylindrical shape, then take out the binding strap.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-card\"\u003e\n\u003ch5\u003eStep 3: Secure \u0026amp; Store in Bag\u003c\/h5\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Car_Camping_Mattress_for_Tesla_2.png?v=1752314936\"\u003e\u003cbr\u003e\n\u003cp\u003eSecure it with the binding strap and put it into the matching storage bag, which can be easily placed in the lower trunk compartment for convenient storage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-row-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eHead Extension Support Board: No More Dangling Feet, Extended Design up to 74.51 inch\u003c\/h2\u003e\n\u003cdiv class=\"head-extension-details\"\u003e\n\u003cdiv class=\"head-extension-card\"\u003e\n\u003ch5\u003e1. Head Extension Support Board: No More Dangling\u003c\/h5\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Car_Camping_Mattress_for_Tesla_4.jpg?v=1752315076\" alt=\"\"\u003e\u003cbr\u003e\n\u003cp\u003eThe extended head support board ensures you don't have to worry about your feet hanging off, providing complete support.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"head-extension-card\"\u003e\n\u003ch5\u003e2. No Foot Restriction: Easily Stretch Your Long Legs\u003c\/h5\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Car_Camping_Mattress_for_Tesla_3.jpg?v=1752315022\" alt=\"\"\u003e\u003cbr\u003e\n\u003cp\u003eWith its generous length: 74.51 inch, there's no pressure on your feet, allowing you to easily stretch out your long legs for maximum comfort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qa-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"qa-item\"\u003e\n\u003ch4\u003eQ: Which Tesla models is this mattress compatible with?\u003c\/h4\u003e\n\u003cp\u003eA: This Camping Mattress is specifically designed and custom-fitted for Tesla Model Y Juniper. Please verify your model for optimal fit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qa-item\"\u003e\n\u003ch4\u003eQ: What is the main material of the mattress?\u003c\/h4\u003e\n\u003cp\u003eA: The mattress features a newly upgraded amber silk-feel fabric on the surface and is filled with high-rebound memory foam for premium comfort and support.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qa-item\"\u003e\n\u003ch4\u003eQ: How does the head extension support board benefit me?\u003c\/h4\u003e\n\u003cp\u003eA: The integrated head extension support board extends the mattress length, ensuring that your feet do not hang over the edge, allowing you to fully stretch out and enjoy a comfortable, flat sleeping surface, extending the total length to 190CM.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qa-item\"\u003e\n\u003ch4\u003eQ: Is the mattress easy to store?\u003c\/h4\u003e\n\u003cp\u003eA: Yes, it features a roll-press storage method that is simple and convenient. It comes with a binding strap and a dedicated storage bag, allowing it to be compactly stored, even in the lower trunk compartment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Tesvra Official Store","offers":[{"title":"Please Select","offer_id":53639630291243,"sku":"TMT06-AS","price":219.0,"currency_code":"USD","in_stock":true},{"title":"Upgraded version (Amber Silk Mattress)","offer_id":53639630324011,"sku":"TMT06-AS","price":219.0,"currency_code":"USD","in_stock":true},{"title":"Regular version (Sponge Mattress)","offer_id":53639630356779,"sku":"TMT06-QU","price":179.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1002\/8515\/3579\/files\/car-camping-mattress-for-tesla-9945035.jpg?v=1780494088","url":"https:\/\/tesvra.com\/products\/model-3-y-s-x-car-camping-mattress","provider":"Tesvra.com","version":"1.0","type":"link"}