{"product_id":"model-3-y-car-camping-mattress","title":"Car Camping Mattress for Tesla Model 3 \/ Model Y","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\/css2?family=Inter:wght@300;400;500;600;700;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\u003cstyle\u003e        \/* === Grey Tone Styling for Tesla Product (Matching provided image) === *\/        :root {            --primary-bg: #1A1A1A; \/* Very dark charcoal for main background *\/            --secondary-bg: #282828; \/* Dark grey for section backgrounds (subtle contrast) *\/            --tertiary-bg: #3A3A3A; \/* Slightly lighter dark grey for cards\/elements (more prominent contrast) *\/            --light-elements-bg: #E0E0E0; \/* Light grey for mattress representation\/highlights (like the product itself) *\/            --accent-color-dark: #FFFFFF; \/* Pure white for strong accents, titles *\/            --accent-color-light: #F0F0F0; \/* Near white for subtle highlights *\/            --heading-color: #FFFFFF; \/* White for headings *\/            --body-text-color: #B0B0B0; \/* Medium light grey for body text *\/            --light-text-color: #858585; \/* Lighter grey for descriptive text\/captions *\/            --border-color: #4A4A4A; \/* Dark, subtle border for elements *\/            --product-accent-grey: #A0A0A0; \/* A soft, silver-grey for subtle accents\/icons to complement the grey palette *\/            --grey-gradient: linear-gradient(90deg, #606060, #A0A0A0); \/* Grey gradient for section titles *\/            --font-family-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;            --box-shadow-light: 0 4px 15px rgba(0, 0, 0, 0.4);            --box-shadow-medium: 0 8px 30px rgba(0, 0, 0, 0.7);            --border-radius-main: 12px;            --border-radius-card: 8px;        }        \/* Base styling *\/        body {            margin: 0;            background-color: #111111; \/* Slightly darker than primary-bg for overall page background *\/        }        .tesla-product-container {            font-family: var(--font-family-primary);            color: var(--body-text-color);            line-height: 1.7;            background-color: var(--primary-bg);            max-width: 1200px;            margin: 0 auto;            box-shadow: var(--box-shadow-medium);            overflow: hidden;            border-radius: var(--border-radius-main);        }        \/* Hero section *\/        .hero-section {            position: relative;            text-align: center;            padding: 80px 20px 60px;            background: linear-gradient(135deg, var(--secondary-bg), var(--primary-bg));            border-bottom: 1px solid var(--border-color);            box-shadow: var(--box-shadow-light);            margin-bottom: 40px;        }        .product-title {            color: var(--heading-color);            font-weight: 800;            font-size: 3.2rem;            margin-bottom: 15px;            letter-spacing: -0.04em;            text-shadow: 0 2px 5px rgba(0,0,0,0.6);        }        .product-subtitle {            font-weight: 500;            color: var(--accent-color-light);            font-size: 1.6rem;            margin-bottom: 30px;            text-shadow: 0 1px 3px rgba(0,0,0,0.5);        }        .hero-image {            width: 90%;            max-width: 900px;            height: auto;            display: block;            margin: 40px auto 0;            border-radius: var(--border-radius-main);            box-shadow: var(--box-shadow-medium);            object-fit: cover;            border: 2px solid var(--border-color);        }        \/* Content container *\/        .content-container {            padding: 0 24px;        }        \/* Section title *\/        .section-title {            color: var(--heading-color);            text-align: center;            margin: 4rem 0 2.5rem;            font-weight: 700;            font-size: 2.6rem;            position: relative;            padding-bottom: 20px;            letter-spacing: -0.03em;        }        .section-title::after {            content: \"\";            position: absolute;            bottom: 0;            left: 50%;            transform: translateX(-50%);            width: 100px;            height: 5px;            background: var(--grey-gradient);            border-radius: 2px;        }        \/* Features grid (top 4 points) *\/        .features-section {            padding-top: 40px;            padding-bottom: 40px;        }        .features-grid {            display: grid;            grid-template-columns: repeat(2, 1fr); \/* Two columns *\/            gap: 30px;            max-width: 900px; \/* Adjust max-width for better two-column layout *\/            margin: 0 auto 4rem;            padding: 0 20px;        }        .feature-card {            background: var(--tertiary-bg);            border-radius: var(--border-radius-card);            box-shadow: var(--box-shadow-light);            transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;            display: flex;            flex-direction: column;            align-items: center;            padding: 35px 30px;            border: 1px solid var(--border-color);            text-align: center;        }        .feature-card:hover {            transform: translateY(-7px);            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.7);            border-color: var(--product-accent-grey);        }        .feature-icon {            font-size: 3.5rem;            margin-bottom: 20px;            color: var(--product-accent-grey); \/* Grey icon color *\/        }        .feature-title {            color: var(--heading-color);            font-weight: 700;            font-size: 1.4rem;            margin: 0 0 10px;        }        .feature-description {            color: var(--body-text-color);            font-size: 1.05rem;            margin: 0;            line-height: 1.6;        }        \/* Content Rows (for installation\/storage sections) *\/        .content-row-section {            padding: 50px 0;            background-color: var(--secondary-bg);            border-radius: var(--border-radius-main);            margin-bottom: 40px;            box-shadow: var(--box-shadow-medium);            text-align: center;        }        .content-row {            padding: 40px 30px;            max-width: 1000px;            margin: 0 auto 40px;            background-color: var(--tertiary-bg);            border-radius: var(--border-radius-card);            box-shadow: var(--box-shadow-light);            border: 1px solid var(--border-color);            text-align: left;            display: flex;            flex-direction: column;            align-items: center;        }        \/* Specific style for head extension detail cards *\/        .head-extension-details {            display: grid;            grid-template-columns: 1fr; \/* Stack on mobile *\/            gap: 25px;            max-width: 700px; \/* Constrain width for these detail cards *\/            margin: 0 auto;            padding: 0 20px;        }        .head-extension-card {            background: var(--tertiary-bg);            border-radius: var(--border-radius-card);            box-shadow: var(--box-shadow-light);            border: 1px solid var(--border-color);            padding: 20px;            text-align: center;        }        .head-extension-card img {            width: 100%;            height: 200px; \/* Fixed height for consistent images *\/            object-fit: cover; \/* Cover to fill space *\/            border-radius: var(--border-radius-card);            margin-bottom: 15px;            border: 1px solid var(--border-color);        }        .head-extension-card h5 {            color: var(--product-accent-grey);            font-size: 1.2rem;            margin-bottom: 10px;        }        .head-extension-card p {            color: var(--body-text-color);            font-size: 1rem;            margin: 0;        }        \/* Installation\/Storage Steps Grid (single column) *\/        .step-grid {            display: grid;            grid-template-columns: 1fr; \/* Always single column for steps *\/            gap: 25px;            max-width: 500px; \/* Adjust max-width to look like a 'long single image' column *\/            margin: 0 auto;            padding: 0 20px;        }        .step-card {            background: var(--tertiary-bg);            border-radius: var(--border-radius-card);            box-shadow: var(--box-shadow-light);            border: 1px solid var(--border-color);            padding: 20px;            text-align: center;        }        .step-card img {            width: 100%;            height: 180px; \/* Fixed height for consistent step images *\/            object-fit: contain; \/* Use contain to ensure full image is visible *\/            border-radius: var(--border-radius-card);            margin-bottom: 15px;            border: 1px solid var(--border-color);        }        .step-card h5 {            color: var(--product-accent-grey); \/* Grey title for steps *\/            font-size: 1.1rem;            margin-bottom: 10px;        }        .step-card p {            color: var(--body-text-color);            font-size: 0.95rem;            margin: 0;        }        \/* Portable Storage Section *\/        .portable-storage-section {            padding: 50px 0;            background-color: var(--primary-bg);            border-radius: var(--border-radius-main);            margin-bottom: 40px;            box-shadow: var(--box-shadow-medium);            text-align: center;        }        .portable-storage-content {            max-width: 600px;            margin: 0 auto;            background-color: var(--secondary-bg);            border-radius: var(--border-radius-card);            box-shadow: var(--box-shadow-light);            border: 1px solid var(--border-color);            padding: 30px;            display: flex;            flex-direction: column;            align-items: center;        }        .portable-storage-content img {            width: 100%;            max-width: 400px;            height: auto;            border-radius: var(--border-radius-card);            box-shadow: var(--box-shadow-light);            margin-bottom: 20px;            border: 1px solid var(--border-color);        }        .portable-storage-content p {            color: var(--body-text-color);            font-size: 1.1rem;            margin: 0 0 10px;        }        .portable-storage-content strong {            color: var(--accent-color-dark);            font-size: 1.2rem;        }        \/* Specifications Section - Re-using existing styles *\/        .specifications-section {            padding: 50px 0;            background-color: var(--primary-bg);            border-radius: var(--border-radius-main);            margin-bottom: 40px;            box-shadow: var(--box-shadow-medium);            text-align: center;        }        .specifications-content {            max-width: 800px;            margin: 0 auto;            background-color: var(--secondary-bg);            border-radius: var(--border-radius-card);            box-shadow: var(--box-shadow-light);            border: 1px solid var(--border-color);            padding: 30px;            text-align: left;        }        .specifications-content h4 {            color: var(--heading-color);            font-weight: 700;            font-size: 1.8rem;            margin-bottom: 20px;        }        .specifications-list {            list-style: none;            padding: 0;            margin: 0;            display: grid;            grid-template-columns: 1fr;            gap: 10px;        }        @media (min-width: 600px) {            .specifications-list {                grid-template-columns: 1fr 1fr;            }        }        .specifications-list li {            font-size: 1.1rem;            color: var(--body-text-color);            display: flex;            align-items: flex-start;            line-height: 1.6;        }        .specifications-list li strong {            color: var(--accent-color-dark);            margin-right: 8px;            white-space: nowrap;        }        .specifications-content img {            width: 100%;            max-width: 600px;            height: auto;            border-radius: var(--border-radius-card);            box-shadow: var(--box-shadow-light);            margin-top: 30px;            border: 1px solid var(--border-color);        }        \/* Q\u0026A Section - Re-using existing styles *\/        .qa-section {            padding: 50px 0;            background-color: var(--tertiary-bg);            border-radius: var(--border-radius-main);            margin-bottom: 40px;            box-shadow: var(--box-shadow-light);            text-align: center;        }        .qa-item {            background: var(--secondary-bg);            border-radius: var(--border-radius-card);            box-shadow: var(--box-shadow-light);            border: 1px solid var(--border-color);            max-width: 800px;            margin: 25px auto;            padding: 30px;            text-align: left;        }        .qa-item h4 {            color: var(--heading-color);            font-weight: 700;            font-size: 1.5rem;            margin-bottom: 15px;        }        .qa-item p {            color: var(--body-text-color);            font-size: 1.1rem;            line-height: 1.7;        }        \/* ============ 新增视频模块样式 ============ *\/        .video-section {            padding: 50px 0;            background-color: var(--primary-bg);            border-radius: var(--border-radius-main);            margin-bottom: 40px;            box-shadow: var(--box-shadow-medium);            text-align: center;        }        .video-container {            position: relative;            width: 100%;            max-width: 900px;     \/* 与hero图片宽度接近 *\/            margin: 0 auto;            padding-bottom: 56.25%; \/* 16:9宽高比 *\/            height: 0;            overflow: hidden;            border-radius: var(--border-radius-card);            box-shadow: var(--box-shadow-light);            border: 1px solid var(--border-color);        }        .video-container iframe {            position: absolute;            top: 0;            left: 0;            width: 100%;            height: 100%;            border: none;        }        \/* Responsive adjustments *\/        @media (max-width: 768px) {            .hero-section {                padding: 60px 15px 40px;            }            .product-title {                font-size: 2.5rem;            }            .product-subtitle {                font-size: 1.3rem;            }            .section-title {                font-size: 2.2rem;                margin: 3rem 0 1.5rem;            }            \/* Features grid (top 4 points) - single column on small screens *\/            .features-grid {                grid-template-columns: 1fr;                padding: 0 15px;            }            \/* Step grids - already single column, just adjust padding *\/            .step-grid {                padding: 0 15px;            }            \/* Head extension details - single column on mobile *\/            .head-extension-details {                grid-template-columns: 1fr;                padding: 0 15px;            }            .content-row {                padding: 30px 15px;            }            .content-text {                text-align: center;            }            .content-text h4 {                font-size: 1.6rem;            }            .content-text p {                font-size: 1rem;            }            .content-image-wrapper img {                width: 100%;            }            .qa-item {                padding: 20px;            }            .specifications-list {                grid-template-columns: 1fr;            }            .video-container {                max-width: 100%;            }        }    \u003c\/style\u003e\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\u003c!-- 👇 新增视频区域：独立模块，展示产品评测视频 --\u003e\u003cdiv class=\"video-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Video Review\u003c\/h2\u003e\n\u003cdiv class=\"video-container\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/BppmvcXbL_0\" title=\"Best Tesla Model 3 Camping Accessories — Mattress \u0026amp; Window Covers Tested!\"\u003e\u003c\/iframe\u003e\u003c\/div\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\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\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\u003ch4 class=\"feature-title\"\u003eSlope-Compensating Wedge Structure\u003c\/h4\u003e\n\u003cp class=\"feature-description\"\u003eThe unique 4 cm front and 8 cm rear thickness design compensates for the rear seat incline, creating a flatter and more comfortable sleeping surface in your Tesla.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🔗\u003c\/span\u003e\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\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\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\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\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\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\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\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\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 3\/Y, Model Y Juniper and Model 3 Highland. 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 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":"Sikunuo","offers":[{"title":"Please Select","offer_id":43896596889663,"sku":null,"price":229.0,"currency_code":"USD","in_stock":true},{"title":"Upgraded version (Amber Silk Mattress)","offer_id":43896596922431,"sku":null,"price":229.0,"currency_code":"USD","in_stock":true},{"title":"Regular version (Sponge Mattress)","offer_id":43896596955199,"sku":null,"price":199.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0665\/4207\/5967\/files\/car-camping-mattress-for-tesla-model-3-model-y-7716166.jpg?v=1789720441","url":"https:\/\/sikunuo.com\/products\/model-3-y-car-camping-mattress","provider":"Sikunuo","version":"1.0","type":"link"}