{"product_id":"spring-assisted-push-up-trainer","title":"Spring Assisted Push Up Trainer","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #FF6A00;\n      --primary-hover: #E05D00;\n      --text-main: #1D1D1F;\n      --text-sub: #515154;\n      --bg-body: #FFFFFF;\n      --bg-card: #F5F5F7;\n      --bg-soft: #FAF9F6;\n      --border-color: #E5E5EA;\n      --radius-md: 12px;\n      --radius-lg: 20px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.08);\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 20px 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      margin: 0 0 12px 0;\n      color: var(--text-main);\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 .spec-title,\n    .product-detail-container .faq-question {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 600;\n      margin: 0 0 12px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p,\n    .product-detail-container .hero-subtitle,\n    .product-detail-container .feature-desc,\n    .product-detail-container .spec-value,\n    .product-detail-container .faq-answer,\n    .product-detail-container .tag-pill,\n    .product-detail-container .desc-text {\n      font-size: 18px;\n      line-height: 1.6;\n      margin: 0 0 16px 0;\n      color: var(--text-sub);\n    }\n\n    \/* Layout Spacing *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Non-clickable Tags\/Badges *\/\n    .product-detail-container .tag-pill {\n      display: inline-block;\n      background-color: var(--bg-card);\n      color: var(--text-main);\n      padding: 6px 16px;\n      border-radius: 50px;\n      font-weight: 500;\n      margin-right: 8px;\n      margin-bottom: 8px;\n    }\n\n    .product-detail-container .badge-primary {\n      background-color: var(--primary-soft, #FFEFE5);\n      color: var(--primary);\n    }\n\n    \/* Image Containers (Modified for flush, uncropped images) *\/\n    .product-detail-container .image-placeholder {\n      width: 100%;\n      height: auto;\n      background-color: transparent;\n      border: none;\n      border-radius: var(--radius-md);\n      padding: 0;\n      margin-bottom: 20px;\n      display: block;\n      box-sizing: border-box;\n    }\n\n    .product-detail-container .image-placeholder div {\n      display: block;\n      width: 100%;\n      height: auto;\n      line-height: 0;\n    }\n\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      object-fit: contain;\n      object-position: center;\n      border-radius: var(--radius-md);\n    }\n\n    \/* Intro Hero Block *\/\n    .product-detail-container .hero-block {\n      background-color: var(--bg-soft);\n      border-radius: var(--radius-lg);\n      padding: 30px;\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .product-detail-container .hero-header {\n      margin-bottom: 24px;\n    }\n\n    \/* Feature Grid \/ Z-Pattern layout *\/\n    .product-detail-container .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      margin-bottom: clamp(2rem, 5vw, 4rem);\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    \/* Scenario Card Grid *\/\n    .product-detail-container .scenario-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 20px;\n      margin-top: 20px;\n    }\n\n    .product-detail-container .scenario-card {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: 20px;\n    }\n\n    \/* Compare Section Styles *\/\n    .product-detail-container .compare-wrapper {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 20px;\n      margin-top: 20px;\n    }\n\n    .product-detail-container .compare-card {\n      border-radius: var(--radius-md);\n      padding: 24px;\n      border: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .compare-card.negative {\n      background-color: #FFF5F5;\n      border-color: #FEB2B2;\n    }\n\n    .product-detail-container .compare-card.positive {\n      background-color: #F0FFF4;\n      border-color: #9AE6B4;\n    }\n\n    .product-detail-container .compare-status {\n      display: inline-block;\n      padding: 4px 12px;\n      border-radius: 4px;\n      font-weight: bold;\n      margin-bottom: 12px;\n    }\n\n    .product-detail-container .negative .compare-status {\n      background-color: #FEB2B2;\n      color: #9B2C2C;\n    }\n\n    .product-detail-container .positive .compare-status {\n      background-color: #9AE6B4;\n      color: #22543D;\n    }\n\n    \/* Responsive Specifications Table *\/\n    .product-detail-container .specifications-section {\n      background-color: var(--bg-soft);\n      border-radius: var(--radius-lg);\n      padding: 30px;\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 10px;\n      vertical-align: top;\n    }\n\n    \/* FAQ Section *\/\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      margin-bottom: 24px;\n      padding-bottom: 20px;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .faq-item:last-child {\n      border-bottom: none;\n      margin-bottom: 0;\n      padding-bottom: 0;\n    }\n\n    \/* Desktop Media Queries *\/\n    @media (min-width: 768px) {\n      .product-detail-container .hero-block {\n        display: flex;\n        align-items: center;\n        gap: 40px;\n        padding: 40px;\n      }\n\n      .product-detail-container .hero-header {\n        flex: 1;\n        margin-bottom: 0;\n      }\n\n      .product-detail-container .hero-media {\n        flex: 1;\n      }\n\n      .product-detail-container .feature-item {\n        flex-direction: row;\n        align-items: center;\n        gap: 50px;\n      }\n\n      .product-detail-container .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n\n      .product-detail-container .feature-media,\n      .product-detail-container .feature-copy {\n        width: 50%;\n      }\n\n      .product-detail-container .scenario-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      .product-detail-container .compare-wrapper {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      \/* Desktop Table View *\/\n      .product-detail-container .spec-table td {\n        padding: 20px;\n      }\n\n      .product-detail-container .spec-table td:first-child {\n        font-weight: 600;\n        width: 30%;\n      }\n    }\n\n    \/* Mobile Responsive Rule for Table (Strict Overlap Safety) *\/\n    @media (max-width: 767px) {\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(130px, 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-table .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        margin: 0;\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!--\n[AI Design Logic]\nProduct Type: Spring-Assisted Push-Up Waist Support Assistant\nTarget Audience: Fitness beginners, office workers, individuals seeking light training and progressive strength building.\nVisual Style: Professional, clean, modern fitness brand aesthetic with a vibrant orange and slate grey color scheme.\nColor Strategy: Orange accents (#FF6A00) for highlights, soft warm grey backgrounds for readable card sections, dark slate for high contrast titles.\nModule Order:\n1. Intro \/ Hero Block (detail_2)\n2. Use Scenario (detail_1)\n3. Compare Section (detail_4)\n4. Feature 1: Posture \u0026 Form Alignment (detail_6)\n5. Feature 2: Chest \u0026 Arm Targeted Engagement (detail_3)\n6. Feature 3: Premium Stable Construction (detail_5)\n7. Specifications (Text Only - data extracted from reports and Image 5\/7)\n8. FAQ (Product-specific)\nDetail Image Mapping:\n- Hero Block = detail_2 (Spring assistance illustration)\n- Use Scenario = detail_1 (Train anywhere collage)\n- Compare Section = detail_4 (Without support vs With support)\n- Feature 1 = detail_6 (Postural correction alignment)\n- Feature 2 = detail_3 (Chest\/Arm muscle targeting)\n- Feature 3 = detail_5 (Component breakout)\nSpecification Data Source: Product analysis report, Image 5, and Image 7 (No specification image placeholder is rendered).\nCompare Section: Included. Image 4 provides a direct visual comparison of performing push-ups \"Without Support\" versus \"With Waist Support.\"\nInformation Boundary: Only explicitly provided facts from the analysis report and detail images are included. No unverified weight capacities, materials, or durability claims have been fabricated.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- CSS Stylesheet --\u003e\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003csection class=\"hero-block\"\u003e\n\u003cdiv class=\"hero-header\"\u003e\n\u003cspan class=\"tag-pill badge-primary\"\u003eSpring Assistance System\u003c\/span\u003e\n\u003ch1\u003eReduce Push-Up Difficulty Instantly\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eSupports your waist and core to help you complete full, proper push-ups. Reduce push-up resistance by 30% to 70% and build your strength progressively.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img85\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260916181322\/8808b409431f09687ec2fb4af70344dc.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"section-title\"\u003eTrain Anywhere \u0026amp; Simplify Workouts\u003c\/div\u003e\n\n\u003cp class=\"desc-text\"\u003eAn integrated, compact design that requires no complex setup. Ideal for home workouts, office spaces, bedroom routines, and light physical training.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img86\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260916181322\/2f4859bab258928763ae481356049b3d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"scenario-grid\"\u003e\n\u003cdiv class=\"scenario-card\"\u003e\n\u003ch3\u003eAt the Office\u003c\/h3\u003e\n\n\u003cp class=\"desc-text\"\u003eTake quick, active breaks directly at your office floor to keep muscles active during working hours.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"scenario-card\"\u003e\n\u003ch3\u003eAt Home \u0026amp; Personal Rooms\u003c\/h3\u003e\n\n\u003cp class=\"desc-text\"\u003eFits perfectly on bedroom carpets or living room yoga mats for instant, daily strength building.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. COMPARE SECTION (Form and Waist Support) --\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"section-title\"\u003eInstantly Improve Posture Alignment\u003c\/div\u003e\n\n\u003cp class=\"desc-text\"\u003eThe built-in support lifts your core physical line, helping you maintain optimal spine-to-pelvis alignment during push-up movement.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img87\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260916181322\/195a228e63cd4f6eedbec5c7f4e40c4e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"compare-wrapper\"\u003e\n\u003cdiv class=\"compare-card negative\"\u003e\n\u003cspan class=\"compare-status\"\u003eWithout Support\u003c\/span\u003e\n\n\u003ch3\u003eCommon Obstacles\u003c\/h3\u003e\n\n\u003cp class=\"desc-text\"\u003ePerforming push-ups with unassisted fatigue often leads to a sagging waist, poor form, and highly elevated difficulty.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"compare-card positive\"\u003e\n\u003cspan class=\"compare-status\"\u003eWith Waist Support\u003c\/span\u003e\n\n\u003ch3\u003eAssisted Success\u003c\/h3\u003e\n\n\u003cp class=\"desc-text\"\u003ePhysical lumbar support guarantees a steady, flat posture, making full range-of-motion push-ups much easier to complete.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- D. FEATURE SECTIONS --\u003e\u003c!-- Feature 1: Better Body Alignment --\u003e\n\n\u003csection class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img88\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260916181322\/77a942c64ac6ed77eb4675b4d3b4f279.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"feature-title\"\u003eTrain Smarter, Protect Your Posture\u003c\/div\u003e\n\n\u003cp class=\"feature-desc\"\u003eSafely corrects common push-up posture errors. The supportive physical lift helps prevent a sagging waist, flared elbows, and unnatural neck extension.\u003c\/p\u003e\n\n\u003cdiv\u003e\n\u003cspan class=\"tag-pill\"\u003eBetter Alignment\u003c\/span\u003e \u003cspan class=\"tag-pill\"\u003eSafer Training\u003c\/span\u003e \u003cspan class=\"tag-pill\"\u003eHealthy Form\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 2: Target Chest and Arms --\u003e\n\n\u003csection class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img89\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260916181322\/f54bd67c4eef9a3589eff2ce5689d2cf.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"feature-title\"\u003eFeel Chest \u0026amp; Arm Muscles Work Naturally\u003c\/div\u003e\n\n\u003cp class=\"feature-desc\"\u003eBy reducing lower back and core struggle, you can direct your focus onto targeted muscular development. Feel your chest, shoulders, and arm muscles contract naturally.\u003c\/p\u003e\n\n\u003cdiv\u003e\n\u003cspan class=\"tag-pill\"\u003eTargets Chest\u003c\/span\u003e \u003cspan class=\"tag-pill\"\u003eEngages Arms\u003c\/span\u003e \u003cspan class=\"tag-pill\"\u003eReduces Strain\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 3: Stable Support Construction --\u003e\n\n\u003csection class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img90\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260916181322\/35e38b528c13d704dff955abb5c6d14d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"feature-title\"\u003eStable Structural Components\u003c\/div\u003e\n\n\u003cp class=\"feature-desc\"\u003eDesigned for durable, smooth operations. Includes a comfortable, contoured top pad to cushion the torso, a protected, reinforced spring, and a slip-resistant square base.\u003c\/p\u003e\n\n\u003cdiv\u003e\n\u003cspan class=\"tag-pill\"\u003eComfy Waist Pad\u003c\/span\u003e \u003cspan class=\"tag-pill\"\u003eReinforced Spring\u003c\/span\u003e \u003cspan class=\"tag-pill\"\u003eAnti-Slip Base\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- E. SPECIFICATIONS (Text-Only, No Spec Image Placeholders) --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003cdiv class=\"spec-title\"\u003eProduct Specifications\u003c\/div\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Available Colors\"\u003e\u003cspan class=\"spec-value\"\u003eOrange, Blue\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Assistance Range\"\u003e\u003cspan class=\"spec-value\"\u003eReduces push-up weight load by 30% to 70%\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Base Design\"\u003e\u003cspan class=\"spec-value\"\u003eSquare base with rounded corners and non-slip bottom grip\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Primary Material Parts\"\u003e\u003cspan class=\"spec-value\"\u003eMesh honeycomb fabric (waist pad), reinforced interior spring, accordion protective sleeve, robust molded base\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Key Target Areas\"\u003e\u003cspan class=\"spec-value\"\u003eChest muscles, upper arm muscles, waist and core alignment\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!-- F. FAQ SECTION --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003cdiv class=\"section-title\"\u003eFrequently Asked Questions\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eQ: How does the spring assistance make push-ups easier?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eA: The device houses a robust interior spring that delivers up to 30% to 70% of lifting assistance. This reduces the heavy burden on your upper body and shoulders, enabling you to practice and build proper movement patterns progressively.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eQ: Where should the pad be placed during use?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eA: Place the device flat on your mat or floor, then position your lower chest to upper abdominal area (around the rib cage line above your navel) directly onto the grey cushioned top pad as you lower into your push-up stance.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eQ: Will the assistant slide or tip over during dynamic movements?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eA: No. The base is shaped as a wide square with rounded safety corners, and features a full-coverage, texturized non-slip pad on its bottom. This delivers strong, stable floor contact to keep you safe from tipping.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Sunset Orange","offer_id":46211399811263,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Ocean Blue","offer_id":46211399844031,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/8808b409431f09687ec2fb4af70344dc.jpg?v=1789553910","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/spring-assisted-push-up-trainer","provider":"Bak","version":"1.0","type":"link"}