{"product_id":"multi-tube-pedal-resistance-band-for-home-workout","title":"Multi-Tube Pedal Resistance Band for Home Workout ✨💪","description":"\u003cstyle\u003e   @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@700;800;900\u0026family=Plus+Jakarta+Sans:wght@400;500;600;700;800\u0026display=swap');    .cro-container {     --cro-bg: #FFFFFF;     --cro-surface: #FFFFFF;     --cro-surface-warm: #F4F8F5;          --cro-primary: #1E293B;      \/* Deep Slate Dark *\/     --cro-secondary: #475569;    \/* Slate Grey *\/     --cro-accent: #2E7D32;       \/* Fresh Energy Green *\/     --cro-gold: #D4AF37;              --cro-title-color: #0F172A;  \/* Deep Charcoal *\/          --cro-ink: #334155;     --cro-border: #CBD5E1;       \/* Soft Grey Border *\/     --cro-border-light: #E2E8F0;      font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;     color: var(--cro-ink);     width: 100% !important;     max-width: 800px !important;     margin: 0 auto !important;     padding: 0 !important;     box-sizing: border-box;     line-height: 1.4;     background: transparent;     -webkit-text-size-adjust: 100%;     overflow: hidden;   }    .cro-container *,   .cro-container *::before,   .cro-container *::after {     box-sizing: border-box;   }    \/* 图片统一格式：极致压缩间距 *\/   .cro-container img {     display: block !important;     width: calc(100% + 20px) !important;     max-width: none !important;     height: auto !important;     margin: 4px -10px -8px -10px !important;     border-bottom-left-radius: 6px;     border-bottom-right-radius: 6px;     object-fit: cover;   }    .serif-title {     font-family: 'Montserrat', -apple-system, sans-serif;     font-weight: 800;     color: var(--cro-title-color);     letter-spacing: -0.2px;   }    .cro-badge-wrapper {     text-align: center !important;     width: 100%;   }    \/* 1. Hook \/ Hero Section *\/   .cro-hook-box {     background: linear-gradient(135deg, #FFFFFF 0%, #E8F5E9 100%);     border-radius: 6px;     padding: 8px 8px;     text-align: center;     margin-bottom: 6px;     border: 1px solid var(--cro-border);     box-shadow: 0 2px 6px rgba(46, 125, 50, 0.06);     overflow: hidden;   }    .cro-badge {     display: inline-block;     background: linear-gradient(135deg, #374151 0%, #2E7D32 100%);     color: #FFFFFF;     font-size: 12px;     font-weight: 800;     letter-spacing: 1px;     text-transform: uppercase;     padding: 3px 10px;     border-radius: 999px;     margin: 0 auto 6px auto;     box-shadow: 0 2px 4px rgba(46, 125, 50, 0.2);     text-align: center;   }    .cro-hook-subtitle {     font-size: clamp(14px, 3.8vw, 17px) !important;     color: #334155;     margin: 0;     font-weight: 400;     line-height: 1.4;   }    \/* 2. Feature Grid *\/   .cro-features {     display: flex;     flex-direction: column !important;     gap: 6px;     margin-bottom: 6px;     width: 100%;   }    .cro-feature-card {     background-color: var(--cro-surface);     padding: 8px 8px 6px 8px;     border-radius: 6px;     border: 1px solid var(--cro-border);     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.02);     width: 100%;     overflow: hidden;   }    .cro-feature-card:nth-child(even) {     background-color: #F8FAFC;     border-color: #CBD5E1;   }    .cro-feature-card h3 {     font-size: clamp(15px, 4vw, 19px);     margin: 0 0 2px 0;     line-height: 1.25;   }    .cro-feature-card p {     font-size: clamp(14px, 3.8vw, 17px) !important;     color: #334155;     margin: 0;     font-weight: 400;     line-height: 1.4;   }    \/* 3. Scenario Section *\/   .cro-desire-box {     background: transparent;     padding: 0;     margin-bottom: 6px;     text-align: center;   }    .cro-desire-box h3 {     font-size: clamp(15px, 4vw, 19px);     margin: 0 0 2px 0;     line-height: 1.25;   }    .cro-desire-box p {     font-size: clamp(14px, 3.8vw, 17px) !important;     color: #334155;     margin: 0 0 4px 0;     font-weight: 400;     line-height: 1.4;   }    .cro-desire-box img {     margin: 0 !important;     width: 100% !important;     border-radius: 6px;   }    \/* 4. Comparison Box *\/   .cro-comparison-box {     background: linear-gradient(135deg, #FFFFFF 0%, #E8F5E9 100%);     border-radius: 6px;     padding: 8px;     margin-bottom: 6px;     border: 1px solid var(--cro-border);     box-shadow: 0 1px 4px rgba(46, 125, 50, 0.05);     text-align: center;     overflow: hidden;   }    .cro-comparison-box h3 {     font-size: clamp(15px, 4vw, 19px);     margin: 0 0 2px 0;     line-height: 1.25;   }    .cro-comparison-box p {     font-size: clamp(14px, 3.8vw, 17px) !important;     color: #334155;     margin: 0;     font-weight: 400;     line-height: 1.4;   }    \/* 5. Specifications Section *\/   .cro-specs-box {     background-color: #FFFFFF;     border: 1px solid var(--cro-border);     border-radius: 8px;     padding: 8px;     margin-bottom: 6px;     width: 100%;   }    .cro-specs-title {     font-size: 18px !important;     margin: 4px 0 10px 0;     line-height: 1.3 !important;     text-align: center;   }    .cro-specs-list {     list-style: none !important;     padding: 0 !important;     margin: 0 !important;     display: flex;     flex-direction: column;     gap: 6px;     width: 100%;   }    .cro-specs-list li {     padding: 8px 10px !important;     display: flex;     flex-direction: column;     align-items: flex-start;     justify-content: center;     gap: 2px;     background-color: #F8FAFC;     border-radius: 6px;     border: 1px solid var(--cro-border-light);     width: 100% !important;   }    .cro-specs-label {     font-weight: 800;     color: #2E7D32;     font-size: clamp(12px, 3.2vw, 14px) !important;     text-transform: uppercase;     letter-spacing: 0.5px;     margin: 0;     padding: 0;     text-align: left;     width: 100%;   }    .cro-specs-value {     color: #0F172A;     font-weight: 400;     font-size: clamp(14px, 3.8vw, 17px) !important;     line-height: 1.4;     text-align: left;     margin: 0;     padding: 0;     width: 100%;   }    \/* 6. FAQ Style *\/   .cro-faq-box {     margin-bottom: 6px;     margin-top: 6px;   }    .cro-faq-title {     text-align: center;     font-size: 18px !important;     margin: 6px 0 10px 0;     line-height: 1.3 !important;   }    .cro-faq-accordion {     display: flex;     flex-direction: column !important;     gap: 4px;   }    .cro-faq-item {     background-color: var(--cro-surface);     border: 1px solid var(--cro-border);     border-radius: 6px;     overflow: hidden;   }    .cro-faq-item summary {     padding: 8px 10px;     font-size: clamp(14px, 3.8vw, 17px) !important;     font-weight: 700;     color: var(--cro-title-color);     cursor: pointer;     list-style: none;     display: flex;     justify-content: space-between;     align-items: center;     user-select: none;     line-height: 1.25;   }    .cro-faq-item summary::-webkit-details-marker {     display: none;   }    .cro-faq-icon {     font-size: 15px;     font-weight: 700;     color: #2E7D32;     margin-left: 6px;     flex-shrink: 0;   }    .cro-faq-item[open] summary .cro-faq-icon::before { content: '−'; }   .cro-faq-item:not([open]) summary .cro-faq-icon::before { content: '+'; }    .cro-faq-answer {     padding: 0 10px 6px 10px;     font-size: clamp(14px, 3.8vw, 17px) !important;     color: #334155;     line-height: 1.4;     font-weight: 400;     border-top: 1px solid var(--cro-border-light);     margin-top: 2px;     padding-top: 4px;   }    \/* 7. Why Us \u0026 Shipping Section *\/   .ppt-why-section {     margin-top: 6px;     margin-bottom: 6px;   }    .ppt-container {     display: flex;     flex-direction: column !important;     gap: 6px;   }    .ppt-trust-card {     background-color: var(--cro-surface);     border: 1px solid var(--cro-border);     border-radius: 6px;     padding: 6px 0 0 0;     display: flex;     flex-direction: column !important;     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.02);     overflow: hidden;   }    .ppt-trust-copy {     padding: 0 8px;   }    .ppt-trust-copy h2 {     font-size: clamp(15px, 4vw, 19px);     margin: 0 0 4px 0;     text-align: center;   }    .ppt-trust-copy p.ppt-card-desc {     font-size: clamp(14px, 3.8vw, 17px) !important;     color: #334155;     font-weight: 400;     margin: 0 0 4px 0;     line-height: 1.4;     text-align: center;   }    \/* 8. Bottom Guarantee Bar *\/   .cro-trust-grid {     display: flex;     flex-direction: row;     justify-content: space-around;     align-items: center;     gap: 2px;     background: linear-gradient(135deg, #FFFFFF 0%, #F8FAFC 100%);     color: var(--cro-title-color);     border-radius: 6px;     padding: 6px 2px;     text-align: center;     border: 1px solid var(--cro-border);   }    .cro-trust-item {     flex: 1;     min-width: 0;   }    .cro-trust-icon {     font-size: clamp(15px, 3.8vw, 18px);     display: block;     margin-bottom: 1px;   }    .cro-trust-text {     font-size: clamp(10px, 2.6vw, 11px);     font-weight: 700;     color: var(--cro-title-color);     line-height: 1.1;   } \u003c\/style\u003e  \u003cdiv class=\"cro-container\"\u003e   \u003c!-- 头部 Badge \u0026 钩子 Hook --\u003e   \u003cdiv class=\"cro-badge-wrapper\"\u003e     \u003cdiv class=\"cro-badge\"\u003e🥑 HOME FITNESS REVOLUTION\u003c\/div\u003e   \u003c\/div\u003e    \u003cdiv class=\"cro-hook-box\"\u003e     \u003ch2 class=\"serif-title\" style=\"font-size: clamp(16px, 4.2vw, 21px); margin: 0 0 4px 0; color: #0f172a;\"\u003e       'Unlock your dream S-curve right from your living room.'       \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/1287\/4799\/files\/8_26_2.gif?v=1787724819\" alt=\"\"\u003e     \u003c\/h2\u003e     \u003cp class=\"cro-hook-subtitle\"\u003eTurn simple stretches into high-intensity full-body sculpting. ✨\u003c\/p\u003e     \u003ch2 class=\"serif-title\" style=\"margin: 0; color: #0f172a;\"\u003e       \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/1287\/4799\/files\/ChatGPT_Image_Aug_26_2026_02_12_14_PM.png?v=1787724761\" alt=\"\"\u003e     \u003c\/h2\u003e   \u003c\/div\u003e    \u003c!-- 4大精简核心卖点（文案极简，瞬间抓客） --\u003e   \u003cdiv class=\"cro-features\"\u003e     \u003c!-- 卖点 1 --\u003e     \u003cdiv class=\"cro-feature-card\"\u003e       \u003ch3 class=\"serif-title\"\u003e🔥 Rapid Core Toning\u003c\/h3\u003e       \u003cp\u003eTransform standard sit-ups into deep belly-flattening resistance power.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/1287\/4799\/files\/1_4d23c36d-230f-4074-98ba-de2e8a544330.png?v=1787715195\" alt=\"\"\u003e\u003c\/p\u003e     \u003c\/div\u003e     \u003c!-- 卖点 2 --\u003e     \u003cdiv class=\"cro-feature-card\"\u003e       \u003ch3 class=\"serif-title\"\u003e🦵 Sleek Legs \u0026amp; Lifted Hips\u003c\/h3\u003e       \u003cp\u003eTarget lower body stiffness and contour elegant, lean legs effortlessly.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/1287\/4799\/files\/2_f34e6d8a-1f8e-419b-8a73-32490d3da3ba.png?v=1787715195\" alt=\"\"\u003e\u003c\/p\u003e     \u003c\/div\u003e     \u003c!-- 卖点 3 --\u003e     \u003cdiv class=\"cro-feature-card\"\u003e       \u003ch3 class=\"serif-title\"\u003e💪 Heavy-Duty Snap-Proof Latex\u003c\/h3\u003e       \u003cp\u003eMulti-strand thickened tubes engineered for maximum durability and safety.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/1287\/4799\/files\/3_c99b9096-0517-4ab0-843f-916e3918d5aa.png?v=1787715195\" alt=\"\"\u003e\u003c\/p\u003e     \u003c\/div\u003e     \u003c!-- 卖点 4 --\u003e     \u003cdiv class=\"cro-feature-card\"\u003e       \u003ch3 class=\"serif-title\"\u003e✨ 20-Min Home Workout\u003c\/h3\u003e       \u003cp\u003eCompact, portable, and gym-free—sculpt while relaxing at home.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/1287\/4799\/files\/4_e5ea6ff6-b3ea-4539-8eb8-beaa43f09108.png?v=1787715194\" alt=\"\"\u003e\u003c\/p\u003e     \u003c\/div\u003e   \u003c\/div\u003e    \u003c!-- 场景与情感欲望区 --\u003e   \u003cdiv class=\"cro-desire-box\"\u003e     \u003ch3 class=\"serif-title\"\u003eFull-Body Precision Sculpting 🌿💪\u003c\/h3\u003e     \u003cp\u003eTarget waist, arms, hips \u0026amp; legs with one versatile tool.\u003c\/p\u003e     \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/1287\/4799\/files\/5_b53dda18-ef71-4e94-84e1-d41c7c7bdea0.png?v=1787715195\" alt=\"\"\u003e   \u003c\/div\u003e    \u003c!-- 对比\/品质强化区 --\u003e   \u003cdiv class=\"cro-comparison-box\"\u003e     \u003ch3 class=\"serif-title\"\u003eFlimsy Cords vs. Pro Multi-Tube Design 💎\u003c\/h3\u003e     \u003cp\u003eStable, balanced dual-tension built for faster, visible results.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/1287\/4799\/files\/d0e3ee4524ed7b5c292ca1fccfe89a23_69a6a9ae-af74-4e5f-9f89-05a5a38cf3ef.png?v=1787715195\" alt=\"\"\u003e\u003c\/p\u003e   \u003c\/div\u003e    \u003c!-- 产品规格说明 --\u003e   \u003cdiv class=\"cro-specs-box\"\u003e     \u003ch3 class=\"cro-specs-title serif-title\"\u003eProduct Specifications\u003c\/h3\u003e     \u003cul class=\"cro-specs-list\"\u003e       \u003cli\u003e         \u003cspan class=\"cro-specs-label\"\u003eEQUIPMENT TYPE\u003c\/span\u003e         \u003cspan class=\"cro-specs-value\"\u003eMulti-Tube Foot Pedal Tension \u0026amp; Resistance Pull Rope\u003c\/span\u003e       \u003c\/li\u003e       \u003cli\u003e         \u003cspan class=\"cro-specs-label\"\u003eAVAILABLE COLORWAYS\u003c\/span\u003e         \u003cspan class=\"cro-specs-value\"\u003eAvocado Green, Rose Pink, Lilac Purple, Steel Blue\u003c\/span\u003e       \u003c\/li\u003e       \u003cli\u003e         \u003cspan class=\"cro-specs-label\"\u003eTUBE OPTIONS\u003c\/span\u003e         \u003cspan class=\"cro-specs-value\"\u003eAvailable in 4-Tube or 6-Tube High-Strength Configuration\u003c\/span\u003e       \u003c\/li\u003e       \u003cli\u003e         \u003cspan class=\"cro-specs-label\"\u003eMATERIAL \u0026amp; BUILD\u003c\/span\u003e         \u003cspan class=\"cro-specs-value\"\u003eNatural Latex Tubes + High-Density Foam Footrests \u0026amp; Handle\u003c\/span\u003e       \u003c\/li\u003e       \u003cli\u003e         \u003cspan class=\"cro-specs-label\"\u003eIDEAL FOR\u003c\/span\u003e         \u003cspan class=\"cro-specs-value\"\u003eHome Fitness, Yoga Supplement, Core Shaping, Post-Work Stretching\u003c\/span\u003e       \u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e    \u003c!-- FAQ 问答 --\u003e   \u003cdiv class=\"cro-faq-box\"\u003e     \u003ch2 class=\"cro-faq-title serif-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e     \u003cdiv class=\"cro-faq-accordion\" style=\"text-align: left;\"\u003e       \u003cdetails class=\"cro-faq-item\"\u003e         \u003csummary\u003e\u003cspan\u003eHow long should I use it each day?\u003c\/span\u003e \u003cspan class=\"cro-faq-icon\"\u003e\u003c\/span\u003e\u003c\/summary\u003e         \u003cdiv class=\"cro-faq-answer\"\u003eJust 15 to 20 minutes a day of consistent stretching is enough to trigger fat burn and muscle toning.\u003c\/div\u003e       \u003c\/details\u003e       \u003cdetails class=\"cro-faq-item\"\u003e         \u003csummary\u003e\u003cspan\u003eIs the resistance suitable for beginners?\u003c\/span\u003e \u003cspan class=\"cro-faq-icon\"\u003e\u003c\/span\u003e\u003c\/summary\u003e         \u003cdiv class=\"cro-faq-answer\"\u003eYes! You can easily adjust tension intensity by changing your stretch distance.\u003c\/div\u003e       \u003c\/details\u003e       \u003cdetails class=\"cro-faq-item\"\u003e         \u003csummary\u003e\u003cspan\u003eWill the latex tubes snap easily?\u003c\/span\u003e \u003cspan class=\"cro-faq-icon\"\u003e\u003c\/span\u003e\u003c\/summary\u003e         \u003cdiv class=\"cro-faq-answer\"\u003eNot at all. We use thickened, premium natural latex built for extreme daily durability.\u003c\/div\u003e       \u003c\/details\u003e       \u003cdetails class=\"cro-faq-item\"\u003e         \u003csummary\u003e\u003cspan\u003eIs it travel-friendly?\u003c\/span\u003e \u003cspan class=\"cro-faq-icon\"\u003e\u003c\/span\u003e\u003c\/summary\u003e         \u003cdiv class=\"cro-faq-answer\"\u003eAbsolutely. Lightweight and compact, it fits easily into any bag or drawer.\u003c\/div\u003e       \u003c\/details\u003e     \u003c\/div\u003e   \u003c\/div\u003e    \u003c!-- 信任与物流保障区 --\u003e   \u003csection class=\"ppt-why-section\"\u003e     \u003cdiv class=\"ppt-container\"\u003e       \u003cdiv class=\"ppt-trust-card\"\u003e         \u003cdiv class=\"ppt-trust-copy\"\u003e           \u003carticle class=\"wl-trust-card\"\u003e             \u003cdiv class=\"wl-trust-copy\"\u003e               \u003ch2\u003eQuality Inspected Before Dispatch\u003c\/h2\u003e               \u003cdiv class=\"wl-trust-list\"\u003e                 \u003cdiv class=\"wl-trust-line\" style=\"text-align: center;\"\u003e \u003cspan\u003e✅\u003c\/span\u003e \u003cspan\u003e100% inspected finish \u0026amp; smooth edges\u003c\/span\u003e \u003c\/div\u003e                 \u003cdiv class=\"wl-trust-line\" style=\"text-align: center;\"\u003e \u003cspan\u003e🤝\u003c\/span\u003e \u003cspan\u003e24\/7 US customer support\u003c\/span\u003e \u003c\/div\u003e                 \u003cdiv class=\"wl-trust-line\" style=\"text-align: center;\"\u003e\u003cspan\u003eDirect factory novelty value\u003c\/span\u003e\u003c\/div\u003e               \u003c\/div\u003e             \u003c\/div\u003e             \u003cdiv class=\"wl-trust-media-stack\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/0640\/3174\/files\/ChatGPT_Image_2026_6_10__14_30_39_8cf13b59-735d-4e31-a98e-9c855b4bf678.png?v=1781674848\" alt=\"Quality checked\" loading=\"lazy\"\u003e\u003c\/div\u003e           \u003c\/article\u003e                      \u003carticle class=\"wl-trust-card\" style=\"margin-top: 6px;\"\u003e             \u003cdiv class=\"wl-trust-copy\"\u003e               \u003ch2 style=\"text-align: center;\"\u003e30-Day Risk-Free Guarantee\u003c\/h2\u003e               \u003cp style=\"text-align: center;\" class=\"ppt-card-desc\"\u003eShop with total confidence backed by our 30-day money-back guarantee.\u003c\/p\u003e             \u003c\/div\u003e             \u003cdiv class=\"wl-trust-media-stack\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/0640\/3174\/files\/ChatGPT_Image_2026_6_10__14_06_45.png?v=1781674808\" alt=\"Money back guarantee\" loading=\"lazy\"\u003e\u003c\/div\u003e           \u003c\/article\u003e            \u003carticle class=\"wl-trust-card\" style=\"margin-top: 6px;\"\u003e             \u003cdiv class=\"wl-trust-copy\"\u003e               \u003ch2\u003eFast \u0026amp; Tracked US Shipping\u003c\/h2\u003e               \u003cdiv class=\"wl-trust-list\"\u003e                 \u003cdiv class=\"wl-trust-line\" style=\"text-align: center;\"\u003e \u003cspan\u003e📦\u003c\/span\u003e \u003cspan\u003eDispatched within 24–48 hours.\u003c\/span\u003e \u003c\/div\u003e                 \u003cdiv class=\"wl-trust-line\" style=\"text-align: center;\"\u003e \u003cspan\u003e🚚\u003c\/span\u003e \u003cspan\u003eReal-time tracking via email\/SMS.\u003c\/span\u003e \u003c\/div\u003e               \u003c\/div\u003e             \u003c\/div\u003e             \u003cdiv class=\"wl-trust-media-stack\"\u003e               \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/0640\/3174\/files\/ChatGPT_Image_2026_6_10__14_29_31.png?v=1781674821\" alt=\"Fast US shipping\" loading=\"lazy\"\u003e                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/0640\/3174\/files\/ChatGPT_Image_2026_6_10__12_00_02.png?v=1781674820\" alt=\"Tracked delivery\" loading=\"lazy\"\u003e             \u003c\/div\u003e           \u003c\/article\u003e         \u003c\/div\u003e       \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/section\u003e    \u003c!-- 底部信任标 --\u003e   \u003cdiv class=\"cro-trust-grid\"\u003e     \u003cdiv class=\"cro-trust-item\"\u003e       \u003cspan class=\"cro-trust-icon\"\u003e🚚\u003c\/span\u003e       \u003cspan class=\"cro-trust-text\"\u003eFast US Shipping\u003c\/span\u003e     \u003c\/div\u003e     \u003cdiv class=\"cro-trust-item\"\u003e       \u003cspan class=\"cro-trust-icon\"\u003e🔄\u003c\/span\u003e       \u003cspan class=\"cro-trust-text\"\u003e30-Day Guarantee\u003c\/span\u003e     \u003c\/div\u003e     \u003cdiv class=\"cro-trust-item\"\u003e       \u003cspan class=\"cro-trust-icon\"\u003e🔒\u003c\/span\u003e       \u003cspan class=\"cro-trust-text\"\u003e100% Safe Checkout\u003c\/span\u003e     \u003c\/div\u003e   \u003c\/div\u003e \u003c\/div\u003e","brand":"FJY01","offers":[{"title":"Green \/ 4-Tube","offer_id":49527026286851,"sku":"NC02492608261130-绿色-4管","price":24.99,"currency_code":"USD","in_stock":true},{"title":"Green \/ 6-Tube","offer_id":49527026319619,"sku":"NC02492608261130-绿色-6管","price":26.99,"currency_code":"USD","in_stock":true},{"title":"Purple \/ 4-Tube","offer_id":49527026352387,"sku":"NC02492608261130-紫色-4管","price":24.99,"currency_code":"USD","in_stock":true},{"title":"Purple \/ 6-Tube","offer_id":49527026385155,"sku":"NC02492608261130-紫色-6管","price":26.99,"currency_code":"USD","in_stock":true},{"title":"Pink \/ 4-Tube","offer_id":49527026417923,"sku":"NC02492608261130-粉色-4管","price":24.99,"currency_code":"USD","in_stock":true},{"title":"Pink \/ 6-Tube","offer_id":49527026450691,"sku":"NC02492608261130-粉色-6管","price":26.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/6013\/3123\/files\/ChatGPT_Image_Aug_26_2026_02_12_14_PM.png?v=1787821903","url":"https:\/\/cyrarise.com\/zh\/products\/multi-tube-pedal-resistance-band-for-home-workout","provider":"cyrarise","version":"1.0","type":"link"}