{"product_id":"35l-portable-car-refrigerator-tesla-model-y-trunk","title":"35L Portable Car Refrigerator for Tesla Model Y Trunk","description":"\u003cstyle\u003e\n  \/* Global Container Styles *\/\n  .tesery-product-container {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n    color: #333;\n    line-height: 1.6;\n    margin: 0;\n    padding: 0;\n    background: #fff;\n  }\n  .tesery-product-container * {\n    box-sizing: border-box;\n  }\n\n  \/* General Section Styles *\/\n  .tesery-section {\n    margin: 0;\n    padding: 60px 20px;\n    transition: all 0.3s ease;\n  }\n  .tesery-section:hover {\n    background: #fafafa;\n  }\n  .tesery-section h2 {\n    font-size: 32px;\n    font-weight: 700;\n    color: #007BFF;\n    margin: 0 0 30px 0;\n    text-align: center;\n  }\n\n  \/* Hero Banner Image *\/\n  .hero-banner-container {\n    max-width: 1200px;\n    margin: 0 auto 40px auto;\n  }\n  .hero-image {\n    width: 100%;\n    aspect-ratio: 2100\/900;\n    background: #f0f0f0;\n    border: 1px solid #e0e0e0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #999;\n    font-size: 20px;\n    font-weight: 600;\n    border-radius: 12px;\n    overflow: hidden;\n  }\n  .hero-image img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n\n  \/* Feature Sections *\/\n  .feature-row {\n    display: flex;\n    align-items: center;\n    gap: 0;\n    margin-bottom: 80px;\n    max-width: 1200px;\n    margin-left: auto;\n    margin-right: auto;\n    transition: transform 0.3s ease;\n  }\n  .feature-row:hover {\n    transform: translateY(-5px);\n  }\n  .feature-image {\n    flex: 0 0 50%;\n    aspect-ratio: 1\/1;\n    background: #ffffff;\n    border: 1px solid #e0e0e0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border-radius: 12px;\n    transition: all 0.3s ease;\n    overflow: hidden;\n    font-size: 16px;\n    color: #999;\n    font-weight: 600;\n  }\n  .feature-image img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n  .feature-image:hover {\n    box-shadow: 0 10px 30px rgba(0,123,255,0.2);\n  }\n  .feature-content {\n    flex: 0 0 50%;\n    padding: 40px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n  .feature-row.reverse {\n    flex-direction: row-reverse;\n  }\n  .feature-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #333;\n    margin: 0 0 15px 0;\n    position: relative;\n  }\n  .feature-title .highlight {\n    color: #007BFF;\n  }\n  .feature-divider {\n    width: 50px;\n    height: 3px;\n    background: #007BFF;\n    margin: 0 0 20px 0;\n  }\n  .feature-description {\n    font-size: 16px;\n    color: #555;\n    line-height: 1.8;\n    margin: 0;\n  }\n  .feature-list {\n    list-style: none;\n    padding: 0;\n    margin: 20px 0 0 0;\n  }\n  .feature-list li {\n    padding: 5px 0;\n    position: relative;\n    padding-left: 20px;\n    font-size: 15px;\n    color: #444;\n  }\n  .feature-list li:before {\n    content: '•';\n    position: absolute;\n    left: 0;\n    color: #007BFF;\n    font-weight: bold;\n    font-size: 18px;\n    line-height: 1.4;\n  }\n\n  \/* Specs Table *\/\n  .specs-table {\n    width: 100%;\n    max-width: 900px;\n    margin: 0 auto;\n    border-collapse: collapse;\n    font-size: 15px;\n  }\n  .specs-table th, .specs-table td {\n    padding: 14px 20px;\n    text-align: left;\n    border-bottom: 1px solid #e9ecef;\n  }\n  .specs-table th {\n    background: #007BFF;\n    color: #fff;\n    font-weight: 600;\n    width: 35%;\n  }\n  .specs-table tr:nth-child(even) td {\n    background: #f8f9fa;\n  }\n  .specs-table tr:hover td {\n    background: #e8f4ff;\n  }\n\n  \/* Compatibility Section *\/\n  .compat-container {\n    max-width: 900px;\n    margin: 0 auto;\n    display: flex;\n    gap: 20px;\n  }\n  .compat-box {\n    flex: 1;\n    border-radius: 12px;\n    padding: 28px 30px;\n  }\n  .compat-box.fits {\n    background: #eaf6ee;\n    border: 1px solid #b2dfc6;\n  }\n  .compat-box.not-fits {\n    background: #fdf0f0;\n    border: 1px solid #f5c2c2;\n  }\n  .compat-box h3 {\n    font-size: 18px;\n    font-weight: 700;\n    margin: 0 0 16px 0;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n  .compat-box.fits h3 {\n    color: #1a7d3c;\n  }\n  .compat-box.not-fits h3 {\n    color: #c0392b;\n  }\n  .compat-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .compat-list li {\n    padding: 6px 0;\n    font-size: 15px;\n    padding-left: 22px;\n    position: relative;\n  }\n  .compat-box.fits .compat-list li:before {\n    content: '✓';\n    position: absolute;\n    left: 0;\n    color: #1a7d3c;\n    font-weight: bold;\n  }\n  .compat-box.not-fits .compat-list li:before {\n    content: '✗';\n    position: absolute;\n    left: 0;\n    color: #c0392b;\n    font-weight: bold;\n  }\n  .compat-box.fits .compat-list li {\n    color: #1a7d3c;\n  }\n  .compat-box.not-fits .compat-list li {\n    color: #c0392b;\n  }\n\n  \/* FAQ Section *\/\n  .faq-container {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n  .faq-item {\n    margin-bottom: 15px;\n    border: 1px solid #e9ecef;\n    border-radius: 8px;\n    overflow: hidden;\n    transition: all 0.3s ease;\n  }\n  .faq-item:hover {\n    border-color: #007BFF;\n    box-shadow: 0 3px 10px rgba(0,123,255,0.1);\n  }\n  .faq-question {\n    background: #f8f9fa;\n    padding: 20px;\n    margin: 0;\n    font-size: 18px;\n    font-weight: 600;\n    color: #333;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n  }\n  .faq-answer {\n    padding: 20px;\n    background: white;\n  }\n  .faq-answer p {\n    margin: 0;\n    color: #555;\n    line-height: 1.8;\n  }\n\n  \/* Responsive *\/\n  @media (max-width: 768px) {\n    .tesery-section {\n      padding: 40px 15px;\n    }\n    .tesery-section h2 {\n      font-size: 24px;\n    }\n    .feature-row,\n    .feature-row.reverse {\n      flex-direction: column;\n    }\n    .feature-image,\n    .feature-content {\n      flex: 0 0 100%;\n      width: 100%;\n    }\n    .feature-content {\n      padding: 30px 20px;\n    }\n    .compat-container {\n      flex-direction: column;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"tesery-product-container\"\u003e\n\n  \u003c!-- Hero Section --\u003e\n  \u003cdiv class=\"tesery-section\"\u003e\n    \u003ch2\u003eBuilt for the Model Y Trunk — 35L of Smart Cooling\u003c\/h2\u003e\n    \u003cp style=\"text-align: center; max-width: 800px; margin: 0 auto 30px auto; color: #666;\"\u003eDesigned to fit neatly into the Model Y lower trunk area. Chill, freeze, or store — adjust from -20°C to 20°C with a digital control panel. Runs quietly at just 60W.\u003c\/p\u003e\n    \u003cdiv class=\"hero-banner-container\"\u003e\n      \u003cdiv class=\"hero-image\"\u003e\u003cspan\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/35L_Portable_Car_Refrigerator_for_Tesla_Model_Y_Trunk_2.jpg?v=1788500997\" alt=\"\"\u003e\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Feature 1: Built for Model Y --\u003e\n  \u003cdiv class=\"tesery-section\"\u003e\n    \u003cdiv class=\"feature-row\"\u003e\n      \u003cdiv class=\"feature-image\"\u003e\u003cspan\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/35L_Portable_Car_Refrigerator_for_Tesla_Model_Y_Trunk.jpg?v=1788504747\" alt=\"\"\u003e\u003c\/span\u003e\u003c\/div\u003e\n      \u003cdiv class=\"feature-content\"\u003e\n        \u003ch3 class=\"feature-title\"\u003e\n\u003cspan class=\"highlight\"\u003eBuilt for\u003c\/span\u003e the Model Y Trunk\u003c\/h3\u003e\n        \u003cdiv class=\"feature-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n        \u003cp class=\"feature-description\"\u003eDesigned to fit neatly into the Model Y lower trunk space, keeping the upper cargo area clear for luggage. The tailored form factor integrates cleanly with your vehicle's layout for a tidy, organized look.\u003c\/p\u003e\n        \u003cul class=\"feature-list\"\u003e\n          \u003cli\u003eOptimized for Model Y lower trunk dimensions\u003c\/li\u003e\n          \u003cli\u003eMinimizes impact on upper cargo space\u003c\/li\u003e\n          \u003cli\u003eClean, integrated fit — no awkward placement\u003c\/li\u003e\n          \u003cli\u003eIdeal for daily commutes and long road trips\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Feature 2: 35L Capacity --\u003e\n  \u003cdiv class=\"tesery-section\"\u003e\n    \u003cdiv class=\"feature-row reverse\"\u003e\n      \u003cdiv class=\"feature-image\"\u003e\u003cspan\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/35L_Portable_Car_Refrigerator_for_Tesla_Model_Y_Trunk_9.jpg?v=1788505475\" alt=\"\"\u003e\u003c\/span\u003e\u003c\/div\u003e\n      \u003cdiv class=\"feature-content\"\u003e\n        \u003ch3 class=\"feature-title\"\u003e\n\u003cspan class=\"highlight\"\u003e35L\u003c\/span\u003e Everyday Capacity\u003c\/h3\u003e\n        \u003cdiv class=\"feature-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n        \u003cp class=\"feature-description\"\u003e35 liters of interior space — enough for bottled drinks, canned beverages, fruit, groceries, and other temperature-sensitive essentials. Whether it's a family outing or a multi-day trip, there's room for what matters.\u003c\/p\u003e\n        \u003cul class=\"feature-list\"\u003e\n          \u003cli\u003eFits standard bottles, cans, and food containers\u003c\/li\u003e\n          \u003cli\u003eSuitable for family outings and long-distance drives\u003c\/li\u003e\n          \u003cli\u003eSpacious enough for a full day's supplies\u003c\/li\u003e\n          \u003cli\u003eInternal LED light for easy access at night\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Feature 3: Temperature Range --\u003e\n  \u003cdiv class=\"tesery-section\"\u003e\n    \u003cdiv class=\"feature-row\"\u003e\n      \u003cdiv class=\"feature-image\"\u003e\u003cspan\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/35L_Portable_Car_Refrigerator_for_Tesla_Model_Y_Trunk_2.png?v=1788492563\" alt=\"\"\u003e\u003c\/span\u003e\u003c\/div\u003e\n      \u003cdiv class=\"feature-content\"\u003e\n        \u003ch3 class=\"feature-title\"\u003eCooling \u003cspan class=\"highlight\"\u003e\u0026amp; Freezing\u003c\/span\u003e in One\u003c\/h3\u003e\n        \u003cdiv class=\"feature-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n        \u003cp class=\"feature-description\"\u003eA wide temperature range from -20°C to 20°C covers everything from deep freezing to gentle warming. One unit handles frozen food, chilled beverages, and everyday temperature-controlled storage.\u003c\/p\u003e\n        \u003cul class=\"feature-list\"\u003e\n          \u003cli\u003e-20°C deep freeze capability\u003c\/li\u003e\n          \u003cli\u003eUp to 20°C warming or ambient hold\u003c\/li\u003e\n          \u003cli\u003eDigital panel for precise temperature control\u003c\/li\u003e\n          \u003cli\u003eSealed lid with locking clasp to retain temperature\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Feature 4: Quiet \u0026 Efficient --\u003e\n  \u003cdiv class=\"tesery-section\"\u003e\n    \u003cdiv class=\"feature-row reverse\"\u003e\n      \u003cdiv class=\"feature-image\"\u003e\u003cspan\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/35L_Portable_Car_Refrigerator_for_Tesla_Model_Y_Trunk_10.jpg?v=1788506695\" alt=\"\"\u003e\u003c\/span\u003e\u003c\/div\u003e\n      \u003cdiv class=\"feature-content\"\u003e\n        \u003ch3 class=\"feature-title\"\u003eQuiet and \u003cspan class=\"highlight\"\u003eEnergy Efficient\u003c\/span\u003e\n\u003c\/h3\u003e\n        \u003cdiv class=\"feature-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n        \u003cp class=\"feature-description\"\u003eOperates at just 60W with a noise level of 45dB or less — quiet enough to keep the cabin experience undisturbed during long drives or while resting. Compatible with standard 12V\/24V vehicle power systems.\u003c\/p\u003e\n        \u003cul class=\"feature-list\"\u003e\n          \u003cli\u003e≤45dB low-noise operation\u003c\/li\u003e\n          \u003cli\u003e60W rated power — energy-conscious design\u003c\/li\u003e\n          \u003cli\u003e12V\/24V compatible for broad vehicle support\u003c\/li\u003e\n          \u003cli\u003eSide ventilation for stable compressor performance\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Feature 5: Easy to Use \u0026 Maintain --\u003e\n  \u003cdiv class=\"tesery-section\"\u003e\n    \u003cdiv class=\"feature-row\"\u003e\n      \u003cdiv class=\"feature-image\"\u003e\u003cspan\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/35L_Portable_Car_Refrigerator_for_Tesla_Model_Y_Trunk_6.png?v=1788492569\" alt=\"\"\u003e\u003c\/span\u003e\u003c\/div\u003e\n      \u003cdiv class=\"feature-content\"\u003e\n        \u003ch3 class=\"feature-title\"\u003eEasy to \u003cspan class=\"highlight\"\u003eControl\u003c\/span\u003e \u0026amp; Maintain\u003c\/h3\u003e\n        \u003cdiv class=\"feature-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n        \u003cp class=\"feature-description\"\u003eA digital control panel lets you view and adjust temperatures at a glance without opening the lid. An internal LED light, built-in drain outlet, and integrated side handle make everyday use and cleaning straightforward.\u003c\/p\u003e\n        \u003cul class=\"feature-list\"\u003e\n          \u003cli\u003eDigital control panel — no guesswork\u003c\/li\u003e\n          \u003cli\u003eInternal LED for low-light access\u003c\/li\u003e\n          \u003cli\u003eDrain outlet for easy interior cleaning\u003c\/li\u003e\n          \u003cli\u003eIntegrated handle for installation and removal\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Specs Table --\u003e\n  \u003cdiv class=\"tesery-section\" style=\"background: #f8f9fa;\"\u003e\n    \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n    \u003ctable class=\"specs-table\"\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n\u003cth\u003eProduct Type\u003c\/th\u003e\n\u003ctd\u003ePortable Car Refrigerator\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eCompatible Model\u003c\/th\u003e\n\u003ctd\u003eTesla Model Y\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eCapacity\u003c\/th\u003e\n\u003ctd\u003e35L\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eTemperature Range\u003c\/th\u003e\n\u003ctd\u003e-20°C to 20°C\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eRated Power\u003c\/th\u003e\n\u003ctd\u003e60W\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eOperating Noise\u003c\/th\u003e\n\u003ctd\u003e≤45dB\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eInput Voltage\u003c\/th\u003e\n\u003ctd\u003e12V \/ 24V\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eControl Method\u003c\/th\u003e\n\u003ctd\u003eDigital Control Panel\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eInterior Lighting\u003c\/th\u003e\n\u003ctd\u003eLED\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eKey Features\u003c\/th\u003e\n\u003ctd\u003eSealed locking lid, side handle, ventilation ports, drain outlet\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eRecommended Use\u003c\/th\u003e\n\u003ctd\u003eDaily commuting, road trips, camping, outdoor activities\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Compatibility Section --\u003e\n  \u003cdiv class=\"tesery-section\"\u003e\n    \u003ch2\u003eVehicle Compatibility\u003c\/h2\u003e\n    \u003cdiv class=\"compat-container\"\u003e\n      \u003cdiv class=\"compat-box fits\"\u003e\n        \u003ch3\u003e✓ Compatible Models\u003c\/h3\u003e\n        \u003cul class=\"compat-list\"\u003e\n          \u003cli\u003eModel Y 2020–2024\u003c\/li\u003e\n          \u003cli\u003eModel Y Juniper 2025+\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"compat-box not-fits\"\u003e\n        \u003ch3\u003e✗ Not Compatible\u003c\/h3\u003e\n        \u003cul class=\"compat-list\"\u003e\n          \u003cli\u003eModel Y Juniper Performance\u003c\/li\u003e\n          \u003cli\u003eModel YL 2026+\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ Section --\u003e\n  \u003cdiv class=\"tesery-section\" style=\"background: #f8f9fa;\"\u003e\n    \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n    \u003cdiv class=\"faq-container\"\u003e\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003ch3 class=\"faq-question\"\u003eDoes it fit the Model Y lower trunk specifically?\u003c\/h3\u003e\n        \u003cdiv class=\"faq-answer\"\u003e\n          \u003cp\u003eYes. The 35L unit is designed around the Model Y lower trunk dimensions, allowing it to sit neatly in the space while minimizing the impact on the upper luggage area.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003ch3 class=\"faq-question\"\u003eCan it freeze food, not just chill?\u003c\/h3\u003e\n        \u003cdiv class=\"faq-answer\"\u003e\n          \u003cp\u003eYes. The temperature range extends down to -20°C, which is sufficient for freezing food, ice packs, and frozen goods. The digital panel lets you set the exact temperature you need.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003ch3 class=\"faq-question\"\u003eWill it drain my car battery?\u003c\/h3\u003e\n        \u003cdiv class=\"faq-answer\"\u003e\n          \u003cp\u003eAt 60W, the power consumption is kept low to suit vehicle use. It runs off a standard 12V or 24V connection. For extended parked use, we recommend monitoring your vehicle's charge level.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003ch3 class=\"faq-question\"\u003eHow loud is it during operation?\u003c\/h3\u003e\n        \u003cdiv class=\"faq-answer\"\u003e\n          \u003cp\u003eOperating noise is rated at 45dB or less — comparable to a quiet library environment. This keeps the cabin experience comfortable during driving, rest stops, or overnight trips.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003ch3 class=\"faq-question\"\u003eHow do I clean the interior?\u003c\/h3\u003e\n        \u003cdiv class=\"faq-answer\"\u003e\n          \u003cp\u003eThe unit includes a drain outlet at the bottom, making it easy to drain accumulated water and wipe down the interior. Regular cleaning helps maintain hygiene and performance over time.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Tesery Official Store","offers":[{"title":"Default Title","offer_id":47925115912424,"sku":"TCU014","price":885.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/35l-portable-car-refrigerator-for-tesla-model-y-trunk-1072096.png?v=1788565752","url":"https:\/\/www.tesery.com\/en-au\/products\/35l-portable-car-refrigerator-tesla-model-y-trunk","provider":"Tesery Official Store","version":"1.0","type":"link"}