{"product_id":"pocket-size-rc-tow-truck","title":"Pocket Size RC Tow Truck","description":"\u003cstyle type=\"text\/css\"\u003e\/* Design Variables *\/\n    .product-detail-container {\n      --primary: #ffcc00;\n      --primary-hover: #e6b800;\n      --text-main: #1a1a1a;\n      --text-sub: #555555;\n      --bg-body: #ffffff;\n      --bg-card: #f9f9f9;\n      --bg-soft: #f2f2f2;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.08);\n      --border-color: #e0e0e0;\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    .product-detail-container .hero-title {\n      font-size: 22px !important;\n      line-height: 1.3 !important;\n      font-weight: 800;\n      margin: 0 0 12px 0;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\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 !important;\n      line-height: 1.4 !important;\n      font-weight: 700;\n      margin: 0 0 12px 0;\n    }\n\n    .product-detail-container p,\n    .product-detail-container span,\n    .product-detail-container li,\n    .product-detail-container td,\n    .product-detail-container th,\n    .product-detail-container .hero-subtitle,\n    .product-detail-container .feature-description,\n    .product-detail-container .faq-answer,\n    .product-detail-container .badge,\n    .product-detail-container .tag {\n      font-size: 18px !important;\n      line-height: 1.6 !important;\n      font-weight: 400;\n    }\n\n    \/* Section Spacing *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n      padding: 24px 0;\n    }\n\n    \/* Natural Image Styling *\/\n    .product-detail-container .image-placeholder {\n      width: 100%;\n      height: auto;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      justify-content: center;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 60px 20px;\n      box-sizing: border-box;\n      margin-bottom: 20px;\n      color: var(--text-sub);\n      text-align: center;\n    }\n\n    .product-detail-container .image-placeholder-icon {\n      font-size: 32px;\n      margin-bottom: 12px;\n    }\n\n    \/* Badges \u0026 Tags *\/\n    .product-detail-container .badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-bottom: 16px;\n    }\n\n    .product-detail-container .badge {\n      display: inline-block;\n      background-color: var(--text-main);\n      color: #ffffff;\n      padding: 6px 14px;\n      border-radius: var(--radius-md);\n      font-weight: 600;\n    }\n\n    .product-detail-container .tag {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--text-sub);\n      padding: 4px 12px;\n      border-radius: var(--radius-md);\n      margin-right: 8px;\n      margin-bottom: 8px;\n      font-weight: 500;\n    }\n\n    \/* Hero Block *\/\n    .product-detail-container .hero-section {\n      text-align: center;\n      padding-top: 40px;\n    }\n\n    .product-detail-container .hero-content {\n      max-width: 800px;\n      margin: 0 auto 30px auto;\n    }\n\n    .product-detail-container .hero-subtitle {\n      color: var(--text-sub);\n      margin-bottom: 20px;\n    }\n\n    .product-detail-container .hero-badge-wrapper {\n      display: flex;\n      justify-content: center;\n      margin-bottom: 24px;\n    }\n\n    \/* Features Layout *\/\n    .product-detail-container .feature-item {\n      display: flex;\n      gap: clamp(20px, 4vw, 40px);\n      align-items: center;\n      margin-bottom: 40px;\n    }\n\n    .product-detail-container .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .product-detail-container .feature-media,\n    .product-detail-container .feature-copy {\n      flex: 1;\n      min-width: 0;\n    }\n\n    .product-detail-container .feature-copy {\n      padding: 20px 0;\n    }\n\n    \/* Specifications Table Styling *\/\n    .product-detail-container .specifications-section {\n      background-color: var(--bg-card);\n      padding: 40px 30px;\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 20px;\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 20px;\n      vertical-align: top;\n    }\n\n    .product-detail-container .spec-label-col {\n      font-weight: 700;\n      width: 35%;\n      color: var(--text-main);\n    }\n\n    .product-detail-container .spec-value {\n      color: var(--text-sub);\n      display: inline-block;\n    }\n\n    \/* FAQ Section styling *\/\n    .product-detail-container .faq-section {\n      border-top: 1px solid var(--border-color);\n      padding-top: 40px;\n    }\n\n    .product-detail-container .faq-item {\n      margin-bottom: 30px;\n      padding-bottom: 20px;\n      border-bottom: 1px solid var(--bg-soft);\n    }\n\n    .product-detail-container .faq-item:last-child {\n      border-bottom: none;\n    }\n\n    .product-detail-container .faq-question {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      color: var(--text-main);\n    }\n\n    .product-detail-container .faq-answer {\n      color: var(--text-sub);\n      margin-top: 8px;\n    }\n\n    \/* Responsive Mobile Rules (Mobile Typography Locked at original sizes) *\/\n    @media (max-width: 767px) {\n      .product-detail-container {\n        padding: 0 4%;\n      }\n\n      .product-detail-container .feature-item,\n      .product-detail-container .feature-item:nth-child(even) {\n        flex-direction: column !important;\n        gap: 20px;\n      }\n\n      .product-detail-container .feature-media,\n      .product-detail-container .feature-copy {\n        width: 100%;\n      }\n\n      .product-detail-container .feature-media {\n        order: 1 !important; \/* Image First *\/\n      }\n\n      .product-detail-container .feature-copy {\n        order: 2 !important; \/* Text Second *\/\n        padding: 0;\n      }\n\n      \/* Specifications Mobile Layout Override to Prevent Overlap *\/\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        border: none;\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 td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px !important;\n        font-weight: 700;\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-label-col {\n        display: none !important; \/* Hide original label cell on mobile *\/\n      }\n\n      .product-detail-container .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px !important;\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\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-badge-wrapper\"\u003e\u003cspan class=\"badge\"\u003eDual App \u0026amp; Remote Control\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1 class=\"hero-title\"\u003e2.4GHz Mini Card-Controlled RC Bigfoot Tow Truck \u0026amp; Trailer Set\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eRace across your tabletop with responsive dual-mode control, adjustable speed levels, and a heavy-strength alloy shell, complete with an attachable trailer for indoor towing adventures.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan class=\"image-placeholder-icon\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan class=\"image-placeholder-icon\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"image-placeholder-icon\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img75\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909133033\/f98b511455881702504edce240597b1f.png\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- B. FEATURE SECTIONS --\u003e\n\n\u003csection class=\"features-section\"\u003e\u003c!-- Feature 1: Dual Control Modes --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan class=\"image-placeholder-icon\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan class=\"image-placeholder-icon\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"image-placeholder-icon\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img76\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909132254\/b7a2c7a4e3366e7940fceeede32e9f45.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eSmartphone App \u0026amp; Ultra-Thin Card Remote Control\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eTake command with the ultra-thin, highly portable pocket card remote featuring clear physical buttons, or easily switch to smartphone control via Bluetooth connection. Includes customized layout controls for flexible driving options.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eBluetooth App\u003c\/span\u003e \u003cspan class=\"tag\"\u003eUltra-Thin Remote\u003c\/span\u003e \u003cspan class=\"tag\"\u003eLow Latency\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: 3-Speed Control System --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan class=\"image-placeholder-icon\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan class=\"image-placeholder-icon\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"image-placeholder-icon\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img77\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909132254\/c9c1c695bad03e3ff2b1e65e777cdfa7.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003e3-Speed Levels Powered by High-Torque Motor\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eAdapt to any desktop course with three adjustable speed levels. Easily shift from low-speed maneuvers to high-speed straightaways: Level 1 (1.8 km\/h), Level 2 (2.8 km\/h), and Level 3 (3.8 km\/h), supported by high-torque rear drive power.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eLevel 1: 1.8 km\/h\u003c\/span\u003e \u003cspan class=\"tag\"\u003eLevel 2: 2.8 km\/h\u003c\/span\u003e \u003cspan class=\"tag\"\u003eLevel 3: 3.8 km\/h\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Durable Body \u0026 Manual Movable Hook --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan class=\"image-placeholder-icon\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan class=\"image-placeholder-icon\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"image-placeholder-icon\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img78\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909132254\/a51d8f8e0fbaa11183fc4ae990326e3d.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eImpact-Resistant Alloy Body \u0026amp; Attachable Trailer\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eEngineered for active workspace play. This mini bigfoot truck features a durable alloy body shell that resists drops and impacts. The rear of the truck is equipped with a manually adjustable double-arm tow hook perfectly designed to pull the included trailer for engaging simulator tow play.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eAlloy Body Shell\u003c\/span\u003e \u003cspan class=\"tag\"\u003eIncluded Trailer\u003c\/span\u003e \u003cspan class=\"tag\"\u003eDrop-Resistant\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4: Fast Battery Recharge --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan class=\"image-placeholder-icon\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan class=\"image-placeholder-icon\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"image-placeholder-icon\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img79\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909132254\/0b3bdddd4faf78ae246f40b4b4c0115d.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eBuilt-In Rechargeable Battery for Quick Power-Up\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eEnjoy worry-free runtimes with the built-in fast-charging battery pack. No need to constantly disassemble or swap out batteries—simply plug in to quickly recharge and keep your desktop races running smoothly.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eBuilt-In Battery\u003c\/span\u003e \u003cspan class=\"tag\"\u003eFast Charging\u003c\/span\u003e \u003cspan class=\"tag\"\u003eConvenient Charging\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. SPECIFICATIONS (Text-Only, No Image Placeholder) --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eSpecifications\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-label-col\" data-label=\"Model Configuration\"\u003eModel Series\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Model Configuration\"\u003e\u003cspan class=\"spec-value\"\u003eHG4-197 (Bigfoot Tow Truck with Trailer Set)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-col\" data-label=\"Control Modes\"\u003eControl Options\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Control Modes\"\u003e\u003cspan class=\"spec-value\"\u003e2.4GHz Pocket Card Remote Controller \/ Bluetooth Smartphone App Control\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-col\" data-label=\"Speed Performance\"\u003eAdjustable Speed Settings\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Speed Performance\"\u003e\u003cspan class=\"spec-value\"\u003eLevel 1: 1.8 km\/h | Level 2: 2.8 km\/h | Level 3: 3.8 km\/h\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-col\" data-label=\"Available Colors\"\u003eColor Choices\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Available Colors\"\u003e\u003cspan class=\"spec-value\"\u003eYellow, Red, Black, Dark Blue, Pink, Orange-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-label-col\" data-label=\"Chassis \u0026amp; Body\"\u003eMaterial Construction\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Chassis \u0026amp; Body\"\u003e\u003cspan class=\"spec-value\"\u003eHigh-strength alloy body shell, high-torque rear-wheel drive tires\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-col\" data-label=\"Interactive Parts\"\u003eMovable Elements\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Interactive Parts\"\u003e\u003cspan class=\"spec-value\"\u003eManually adjustable dual-arm rear tow hook with attachable trailer\u003c\/span\u003e\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 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 How do I control this mini RC bigfoot truck?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYou can control the truck in two ways: using the ultra-thin 2.4GHz card remote controller with direct tactile buttons, or via Bluetooth using your smartphone with the dedicated control application.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e⚡ How does the speed control work?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe truck is equipped with 3 adjustable speed levels. You can easily toggle between Level 1 (1.8 km\/h), Level 2 (2.8 km\/h), and Level 3 (3.8 km\/h) to match your desktop space and control comfort.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🛠️ Is the rear tow hook functional?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes! The rear double-arm tow hook features a manually adjustable arm angle, letting you easily attach the included trailer and simulate towing setups right on your desk.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Gulf Blue \u0026 Orange","offer_id":49098174202105,"sku":"20260918-162524-0834","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Stealth Black","offer_id":49098174234873,"sku":"20260918-162524-2020","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Racing Red","offer_id":49098174267641,"sku":"20260918-162524-6896","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Classic Yellow","offer_id":49098174300409,"sku":"20260918-162524-6636","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Sakura Pink","offer_id":49098174333177,"sku":"20260918-162524-9053","price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/6796\/0057\/files\/f98b511455881702504edce240597b1f.png?v=1789719990","url":"https:\/\/funluluu.com\/products\/pocket-size-rc-tow-truck","provider":"Funluluu","version":"1.0","type":"link"}