{"product_id":"thermal-sweat-waist-trimmer","title":"Thermal Sweat Waist Trimmer","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Sweat Waist Trimmer Belt\nTarget Audience: Fitness enthusiasts, athletes, runners, weight-training individuals\nVisual Style: Bold, athletic, modern high-contrast dark theme\nColor Strategy: Dark charcoal backgrounds (#0f0f0f, #161616) with vibrant pink accents (#ff3366) matching the signature brand aesthetic.\nModule Order: Hero -\u003e Features Section (3 key features) -\u003e Size Guide Section -\u003e Specifications (Text-Only Table) -\u003e FAQ (Product-focused)\nDetail Image Mapping: Hero=detail_1, Feature1=detail_3, Feature2=detail_5, Feature3=detail_4\nSpecification Data Source: spec_1, spec_2 (Data extraction only; no specification image placeholders are rendered)\nCompare Section: Not included (No direct comparison asset provided)\nInformation Boundary: Strictly relies on the provided analysis report, supplementary product copy, and explicit visual features. All color translations (e.g., \"红色\" mapping to Pink) and size parameters are strictly bound to source materials. No unverified material grades or safety ratings are included.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* Design Variables *\/\n    .product-detail-container {\n      --primary: #ff3366;\n      --primary-hover: #e02253;\n      --text-main: #ffffff;\n      --text-sub: #a0a0a0;\n      --bg-body: #0f0f0f;\n      --bg-card: #161616;\n      --bg-soft: #222222;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --border-color: #2a2a2a;\n      \n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      background-color: var(--bg-body);\n      color: var(--text-main);\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 30px 20px;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1,\n    .product-detail-container .hero-title {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 800;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n      margin: 0 0 15px 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 .size-title,\n    .product-detail-container .faq-question {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n      margin: 0 0 15px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p,\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-desc,\n    .product-detail-container .faq-answer,\n    .product-detail-container .badge,\n    .product-detail-container .tag,\n    .product-detail-container .spec-value {\n      font-size: 18px;\n      line-height: 1.6;\n      font-weight: 400;\n      margin: 0;\n      color: var(--text-sub);\n    }\n\n    \/* Spacing System *\/\n    .product-detail-section {\n      margin-bottom: clamp(2.5rem, 6vw, 4.5rem);\n    }\n\n    \/* Image Placeholders *\/\n    .product-detail-container .image-placeholder {\n      width: 100%;\n      height: auto;\n      aspect-ratio: 16 \/ 9;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      box-sizing: border-box;\n      padding: 40px 20px;\n      margin-bottom: 20px;\n      color: var(--text-sub);\n      text-align: center;\n    }\n\n    .product-detail-container .image-placeholder-inner {\n      font-size: 18px;\n      font-weight: 600;\n    }\n\n    \/* Trust Badges \u0026 Tags *\/\n    .product-detail-container .badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-bottom: 20px;\n    }\n\n    .product-detail-container .badge {\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      border: 1px solid var(--primary);\n      padding: 6px 16px;\n      border-radius: 50px;\n      font-weight: 600;\n      display: inline-block;\n    }\n\n    .product-detail-container .tag-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 15px;\n    }\n\n    .product-detail-container .tag {\n      background-color: var(--bg-soft);\n      color: var(--text-main);\n      padding: 4px 12px;\n      border-radius: var(--radius-md);\n      font-weight: 500;\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Hero Block Layout *\/\n    .hero-section {\n      text-align: center;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 40px 20px;\n      border: 1px solid var(--border-color);\n    }\n\n    .hero-section .hero-title {\n      color: var(--text-main);\n    }\n\n    .hero-section .hero-subtitle {\n      max-width: 800px;\n      margin: 0 auto 25px auto;\n    }\n\n    .hero-section .badge-container {\n      justify-content: center;\n    }\n\n    \/* Features Grid (Desktop Z-Pattern, Mobile Stack) *\/\n    .features-container {\n      display: flex;\n      flex-direction: column;\n      gap: 30px;\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n      overflow: hidden;\n    }\n\n    .feature-media {\n      width: 100%;\n    }\n\n    .feature-media .image-placeholder {\n      border: none;\n      border-radius: 0;\n      margin-bottom: 0;\n      aspect-ratio: 4 \/ 3;\n    }\n\n    .feature-copy {\n      padding: 30px 20px;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    \/* Size Guide Styles *\/\n    .size-guide-section {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 30px 20px;\n      border: 1px solid var(--border-color);\n    }\n\n    .size-guide-header {\n      margin-bottom: 20px;\n    }\n\n    .size-grid {\n      display: flex;\n      flex-direction: column;\n      gap: 12px;\n      margin-top: 20px;\n    }\n\n    .size-row {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: var(--bg-soft);\n      padding: 14px 20px;\n      border-radius: var(--radius-md);\n      border: 1px solid var(--border-color);\n    }\n\n    .size-name {\n      font-weight: 700;\n      color: var(--primary);\n      font-size: 18px;\n    }\n\n    \/* Specifications (Desktop Table, Mobile Block) *\/\n    .specifications-section {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 30px 20px;\n      border: 1px solid var(--border-color);\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 15px;\n    }\n\n    .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .spec-table td {\n      padding: 16px 20px;\n      vertical-align: top;\n    }\n\n    .spec-label-col {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 35%;\n    }\n\n    \/* FAQ Accordion Layout *\/\n    .faq-section {\n      display: flex;\n      flex-direction: column;\n      gap: 15px;\n    }\n\n    .faq-item {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 24px 20px;\n    }\n\n    .faq-question {\n      color: var(--text-main);\n      margin-bottom: 10px;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    .faq-icon {\n      color: var(--primary);\n      font-weight: 800;\n    }\n\n    \/* Desktop View adjustments *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        min-height: 380px;\n      }\n\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n\n      .feature-media {\n        width: 50%;\n      }\n\n      .feature-copy {\n        width: 50%;\n        padding: 40px;\n      }\n\n      .size-grid {\n        display: grid;\n        grid-template-columns: repeat(5, 1fr);\n        gap: 15px;\n      }\n\n      .size-row {\n        flex-direction: column;\n        justify-content: center;\n        text-align: center;\n        padding: 20px 10px;\n        gap: 8px;\n      }\n    }\n\n    \/* Mobile Safety Rules - Specifications *\/\n    @media (max-width: 767px) {\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .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-bottom: 1px solid var(--border-color);\n      }\n\n      .spec-table tr:last-child td {\n        border-bottom: none;\n      }\n\n      .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        color: var(--text-main);\n      }\n\n      .spec-label-col {\n        display: none; \/* Hide standard label td in mobile view *\/\n      }\n\n      .spec-value-col {\n        grid-column: 1 \/ -1; \/* Stretch across columns on small layouts to ensure no overlaps *\/\n        padding: 4px 0 14px 0 !important;\n      }\n\n      .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      }\n    }\n\n    @media (max-width: 420px) {\n      .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"product-detail-section hero-section\"\u003e\n\u003cdiv class=\"badge-container\"\u003e\u003cspan class=\"badge\"\u003eHeat-Boosting Support\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1 class=\"hero-title\"\u003eTrimmer\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eEngineered to lock in core warmth, increase perspiration, and deliver reliable, structured support to your abs and lower back during high-intensity training.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv class=\"image-placeholder-inner\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img39\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260904164754\/f119ce5950cd9774ed9985c725da0312.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eEngineered For Performance\u003c\/h2\u003e\n\n\u003cdiv class=\"features-container\"\u003e\n\u003c!-- Feature 1 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv class=\"image-placeholder-inner\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img41\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260904164754\/835be6da40140de00be7d354adabe4aa.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"feature-title\"\u003eHeat-Boosting Sweat Support\u003c\/h3\u003e\n\n\u003cp class=\"feature-desc\"\u003eThe specialized thermal inner layer works efficiently to lock in natural body heat around your midsection. By raising core temperature during intense workouts, it helps significantly increase circulation and perspiration.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eRetains Heat\u003c\/span\u003e \u003cspan class=\"tag\"\u003eBoosts Perspiration\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv class=\"image-placeholder-inner\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img49\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260904165026\/d1e73216013cfe11b7a888fd1eac36e8.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"feature-title\"\u003eAdjustable Core Compression\u003c\/h3\u003e\n\n\u003cp class=\"feature-desc\"\u003eDesigned with a flexible, contoured wraparound shape to match your body. The fully customizable hook-and-loop strap provides dynamic compression, stabilizing lower back muscles and abdomen to support optimal posture.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eLower Back Support\u003c\/span\u003e \u003cspan class=\"tag\"\u003eCustom Compression\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv class=\"image-placeholder-inner\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img40\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260904164754\/ed60957791fb6780d812bcdd5fafc21e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"feature-title\"\u003eSecure Stay-Put Comfort\u003c\/h3\u003e\n\n\u003cp class=\"feature-desc\"\u003eConstructed from lightweight and flexible materials that stretch naturally with your movements. The custom-textured inner lining prevents slipping, shifting, and rolling down, ensuring the trimmer stays locked in place.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eAnti-Slip Lining\u003c\/span\u003e \u003cspan class=\"tag\"\u003eNo Bunching\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Size Guide Section --\u003e\n\n\u003csection class=\"product-detail-section size-guide-section\"\u003e\n\u003cdiv class=\"size-guide-header\"\u003e\n\u003ch2 class=\"size-title\"\u003eSize Guide\u003c\/h2\u003e\n\n\u003cp class=\"faq-answer\"\u003eMeasure your waist around your belly button. If you are between sizes, we recommend sizing up for the best possible fit.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"size-grid\"\u003e\n\u003cdiv class=\"size-row\"\u003e\n\u003cspan class=\"size-name\"\u003eS\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eUp to 33\"\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"size-row\"\u003e\n\u003cspan class=\"size-name\"\u003eM\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e33\" to 38\"\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"size-row\"\u003e\n\u003cspan class=\"size-name\"\u003eL\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e38\" to 44\"\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"size-row\"\u003e\n\u003cspan class=\"size-name\"\u003eXL\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e44\" to 49\"\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"size-row\"\u003e\n\u003cspan class=\"size-name\"\u003eXXL\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e49\" to 58\"\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Table (Text Only) --\u003e\n\n\u003csection class=\"product-detail-section specifications-section\"\u003e\n\u003ch2 class=\"spec-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\"\u003eAvailable Sizes\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-col\" data-label=\"Available Sizes\"\u003e\u003cspan class=\"spec-value\"\u003eS, M, L, XL, XXL\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\"\u003eColor Choices\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-col\" data-label=\"Color Choices\"\u003e\u003cspan class=\"spec-value\"\u003eBlack with Pink Trim, Black with Yellow Trim, Solid Black\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\"\u003eClosure Type\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-col\" data-label=\"Closure Type\"\u003e\u003cspan class=\"spec-value\"\u003eHeavy-duty adjustable vertical hook-and-loop strap\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\"\u003eLining Tech\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-col\" data-label=\"Lining Tech\"\u003e\u003cspan class=\"spec-value\"\u003eTextured grid pattern, slip-resistant inner barrier\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\"\u003eDesign Features\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-col\" data-label=\"Design Features\"\u003e\u003cspan class=\"spec-value\"\u003eContoured shape with high-density reinforced perimeter stitching\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!-- FAQ Section --\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-section\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e\n\u003cspan class=\"faq-icon\"\u003eQ:\u003c\/span\u003e How do I determine my correct size?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eSimply wrap a tape measure around your torso at the level of your belly button. Check your waist measurement against our Size Guide (S up to 33\", M 33\"-38\", L 38\"-44\", XL 44\"-49\", XXL 49\"-58\"). If your waist measurement falls directly between two sizes, we suggest selecting the larger size for a better wrap coverage.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e\n\u003cspan class=\"faq-icon\"\u003eQ:\u003c\/span\u003e Will this trimmer roll up or slide down while I workout?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo, it is built to stay secure. The inner lining is designed with a specialized non-slip textured pattern that grips gently against skin or athletic wear, maintaining its position during squats, running, and heavy movements.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e\n\u003cspan class=\"faq-icon\"\u003eQ:\u003c\/span\u003e How does the trimmer wrap adjust to my body?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe trimmer features a highly flexible, contoured strap with a broad hook-and-loop vertical fastener. This allows you to pull the belt to your preferred tightness level, ensuring customized compression and an optimal personal fit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Black \/ Active Pink \/ S (Up to 33\")","offer_id":46139737014463,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ Neon Yellow \/ S (Up to 33\")","offer_id":46139737047231,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Stealth Black \/ S (Up to 33\")","offer_id":46139737079999,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ Active Pink \/ M (33\" - 38\")","offer_id":46139737112767,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ Neon Yellow \/ M (33\" - 38\")","offer_id":46139737145535,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Stealth Black \/ M (33\" - 38\")","offer_id":46139737178303,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ Active Pink \/ L (38\" - 44\")","offer_id":46139737211071,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ Neon Yellow \/ L (38\" - 44\")","offer_id":46139737243839,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Stealth Black \/ L (38\" - 44\")","offer_id":46139737276607,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ Active Pink \/ XL (44\" - 49\")","offer_id":46139737309375,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ Neon Yellow \/ XL (44\" - 49\")","offer_id":46139737342143,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Stealth Black \/ XL (44\" - 49\")","offer_id":46139737374911,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ Active Pink \/ XXL (49\" - 58\")","offer_id":46139737407679,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ Neon Yellow \/ XXL (49\" - 58\")","offer_id":46139737440447,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Stealth Black \/ XXL (49\" - 58\")","offer_id":46139737473215,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/f119ce5950cd9774ed9985c725da0312.jpg?v=1788511999","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/thermal-sweat-waist-trimmer","provider":"Bak","version":"1.0","type":"link"}