{"product_id":"instant-slimming-compression-shirt","title":"Instant Slimming Compression Shirt","description":"\u003cmeta charset=\"UTF-8\"\u003e\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003e\u003c\/title\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n      \/* Design System Variables *\/\n      --primary: #0F172A; \/* Deep Slate\/Black *\/\n      --primary-light: #1E293B;\n      --text-main: #334155;\n      --text-sub: #64748B;\n      --bg-body: #FFFFFF;\n      --bg-soft: #F8FAFC; \/* Cool light gray *\/\n      --border-color: #E2E8F0;\n      --radius-sm: 6px;\n      --radius-md: 12px;\n      --radius-lg: 20px;\n      --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);\n      --shadow-md: 0 10px 25px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.04);\n      --spacing-section: clamp(3rem, 8vw, 5rem);\n      --transition: all 0.3s ease;\n    }\n\n    body {\n      margin: 0;\n      padding: 0;\n      background-color: var(--bg-body);\n      -webkit-font-smoothing: antialiased;\n    }\n\n    .product-detail-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      padding: 3rem 5%;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n    }\n\n    \/* Typography Utils *\/\n    .pd-h1 {\n      font-size: clamp(36px, 5vw, 48px);\n      font-weight: 800;\n      line-height: 1.15;\n      margin: 0 0 1.2rem 0;\n      color: var(--primary);\n      letter-spacing: -0.02em;\n    }\n    .pd-h2 {\n      font-size: clamp(28px, 4vw, 36px);\n      font-weight: 700;\n      margin: 0 0 1.2rem 0;\n      color: var(--primary);\n      letter-spacing: -0.01em;\n    }\n    .pd-h3 {\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: 0.75rem;\n    }\n    .pd-body {\n      font-size: clamp(16px, 1.5vw, 18px);\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n      line-height: 1.7;\n    }\n    \n    .pd-tag-group {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-top: 1.5rem;\n    }\n    .pd-tag {\n      font-size: 14px;\n      font-weight: 600;\n      padding: 0.5rem 1.2rem;\n      background-color: var(--bg-soft);\n      border: 1px solid var(--border-color);\n      border-radius: 50px;\n      color: var(--primary-light);\n      transition: var(--transition);\n    }\n    .pd-tag:hover {\n      background-color: var(--primary);\n      color: #fff;\n      border-color: var(--primary);\n    }\n\n    \/* Image Utils *\/\n    .pd-img-responsive {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n      box-shadow: var(--shadow-md);\n      object-fit: cover;\n      transition: var(--transition);\n    }\n    .pd-img-responsive:hover {\n      transform: translateY(-4px);\n      box-shadow: 0 20px 30px -5px rgba(0, 0, 0, 0.1);\n    }\n\n    \/* Sections *\/\n    .pd-section {\n      margin-bottom: var(--spacing-section);\n    }\n    .section-title-center {\n      text-align: center;\n      margin-bottom: 2.5rem;\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 3rem;\n      align-items: center;\n    }\n    .trust-badge {\n      display: inline-block;\n      padding: 0.4rem 1rem;\n      background: var(--primary);\n      color: #ffffff;\n      font-weight: 700;\n      font-size: 13px;\n      text-transform: uppercase;\n      letter-spacing: 1px;\n      border-radius: 50px;\n      margin-bottom: 1.5rem;\n      box-shadow: var(--shadow-sm);\n    }\n\n    \/* Feature Sections (Z-Pattern) *\/\n    .feature-section {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: clamp(2.5rem, 6vw, 5rem);\n      align-items: center;\n    }\n    .feature-section.bg-soft {\n      background-color: var(--bg-soft);\n      padding: clamp(2.5rem, 5vw, 4rem);\n      border-radius: var(--radius-lg);\n      margin: var(--spacing-section) 0;\n    }\n\n    \/* Tables (Specs \u0026 Size Guide) *\/\n    .table-container {\n      background: #fff;\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      overflow-x: auto; \/* Allows horizontal scroll on mobile if needed *\/\n      box-shadow: var(--shadow-sm);\n    }\n    .data-table {\n      width: 100%;\n      border-collapse: collapse;\n      font-size: 16px;\n      min-width: 600px; \/* Ensures table doesn't squish too much on mobile *\/\n    }\n    .data-table th, .data-table td {\n      padding: 1.2rem 1.5rem;\n      text-align: center;\n      border-bottom: 1px solid var(--border-color);\n    }\n    .data-table th:first-child, .data-table td:first-child {\n      text-align: left;\n    }\n    .data-table tr:last-child th,\n    .data-table tr:last-child td {\n      border-bottom: none;\n    }\n    .data-table th {\n      font-weight: 700;\n      color: var(--primary);\n      background-color: #FAFAFA;\n    }\n    .data-table td {\n      color: var(--text-sub);\n      font-weight: 500;\n    }\n    .data-table.specs-table th {\n      width: 30%;\n    }\n    .data-table.specs-table td {\n      text-align: left;\n    }\n    \n    .table-note {\n      font-size: 14px;\n      color: var(--text-sub);\n      margin-top: 1rem;\n      text-align: center;\n      font-style: italic;\n    }\n\n    \/* Interactive FAQ Section *\/\n    .faq-container {\n      max-width: 800px;\n      margin: 0 auto;\n    }\n    .faq-item {\n      background: #fff;\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-sm);\n      margin-bottom: 1rem;\n      box-shadow: var(--shadow-sm);\n      transition: var(--transition);\n    }\n    .faq-item:hover {\n      border-color: #CBD5E1;\n    }\n    .faq-question {\n      font-size: 18px;\n      font-weight: 700;\n      color: var(--primary);\n      padding: 1.5rem;\n      cursor: pointer;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      list-style: none;\n      user-select: none;\n    }\n    .faq-question::-webkit-details-marker {\n      display: none;\n    }\n    .faq-question::before {\n      content: \"Q.\";\n      color: var(--text-sub);\n      margin-right: 0.8rem;\n      font-weight: 800;\n      opacity: 0.5;\n    }\n    .faq-question::after {\n      content: \"+\";\n      font-size: 24px;\n      color: var(--text-sub);\n      font-weight: 400;\n      margin-left: auto;\n      transition: transform 0.3s ease;\n    }\n    details[open] .faq-question::after {\n      content: \"−\";\n      color: var(--primary);\n    }\n    .faq-answer {\n      font-size: 16px;\n      color: var(--text-sub);\n      padding: 0 1.5rem 1.5rem 3rem;\n      line-height: 1.7;\n      animation: fadeIn 0.3s ease-in-out;\n    }\n\n    @keyframes fadeIn {\n      from { opacity: 0; transform: translateY(-5px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    \/* Mobile Responsive *\/\n    @media (min-width: 768px) {\n      .hero-section {\n        grid-template-columns: 1fr 1fr;\n      }\n      .feature-section {\n        grid-template-columns: 1fr 1fr;\n      }\n      \/* Z-Pattern Alternating *\/\n      .feature-section:nth-child(even) .feature-media {\n        order: 2;\n      }\n      .feature-section:nth-child(even) .feature-copy {\n        order: 1;\n      }\n    }\n\n    @media (max-width: 767px) {\n      .product-detail-container {\n        padding: 2rem 5%;\n      }\n      .hero-section {\n        gap: 2rem;\n        text-align: center;\n      }\n      .pd-tag-group {\n        justify-content: center;\n      }\n      .feature-section {\n        text-align: center;\n      }\n      \n      \/* Specs Table Mobile Card View *\/\n      .data-table.specs-table, .data-table.specs-table tbody, .data-table.specs-table tr, .data-table.specs-table th, .data-table.specs-table td {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n        min-width: auto;\n      }\n      .data-table.specs-table th {\n        display: none;\n      }\n      .data-table.specs-table tr {\n        border-bottom: 1px solid var(--border-color);\n      }\n      .data-table.specs-table tr:last-child {\n        border-bottom: none;\n      }\n      .data-table.specs-table td {\n        display: flex;\n        flex-direction: column;\n        padding: 1rem 1.5rem;\n        border-bottom: none;\n        font-size: 15px;\n      }\n      .data-table.specs-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--primary);\n        margin-bottom: 0.4rem;\n        font-size: 13px;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n      }\n      \n      \/* Size Guide Table Mobile - Allow horizontal scroll *\/\n      .table-container {\n        border-radius: 0;\n        border-left: none;\n        border-right: none;\n        margin: 0 -5%; \/* Break out of padding for full width scroll *\/\n      }\n      .data-table {\n        font-size: 14px;\n      }\n      .data-table th, .data-table td {\n        padding: 1rem;\n      }\n      .table-note {\n        padding: 0 5%;\n      }\n\n      .faq-answer {\n        padding-left: 1.5rem;\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-section hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cspan class=\"trust-badge\"\u003eDesigned for Everyday Confidence\u003c\/span\u003e\n\u003ch1 class=\"pd-h1\"\u003eInstant Slimming, Invisible Support.\u003c\/h1\u003e\n\n\u003cp class=\"pd-body\"\u003eExperience an immediately sharper physique. This seamless compression undershirt sculpts your chest and stomach while improving posture, remaining completely undetectable under any outfit.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\u003cdiv\u003e\u003cimg alt=\"Instant Slimming Undershirt\" cke-id=\"img64\" class=\"pd-img-responsive\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260617105247\/1c9d1e190be5420c489346a9e587321a.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 1: Targeted Shaping (Front) --\u003e\n\n\u003cdiv class=\"pd-section feature-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv\u003e\u003cimg alt=\"Targeted Torso Compression\" cke-id=\"img65\" class=\"pd-img-responsive\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260617105247\/b1533bc6f1fc9f32b606ca4e9423f486.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eTargeted Torso Compression\u003c\/h2\u003e\n\n\u003cp class=\"pd-body\"\u003eEngineered with specialized ribbed knit zones across the midsection and chest. This strategic compression flattens the stomach and smooths the chest for an instantly leaner, more defined silhouette without feeling restrictive.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tag-group\"\u003e\n\u003cspan class=\"pd-tag\"\u003eTummy Control\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eChest Shaping\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eSeamless Knit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Back Support (Back) - with soft background --\u003e\n\n\u003cdiv class=\"pd-section feature-section bg-soft\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv\u003e\u003cimg alt=\"Posture-Correcting Back Support\" cke-id=\"img66\" class=\"pd-img-responsive\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260617105247\/a6d48a47818bc7dbedb0b4b353b6d428.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003ePosture-Correcting Back Support\u003c\/h2\u003e\n\n\u003cp class=\"pd-body\"\u003eStand taller and look stronger. The integrated X-shaped support structure on the upper back gently pulls your shoulders back, encouraging a straighter, more confident posture throughout the day.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tag-group\"\u003e\n\u003cspan class=\"pd-tag\"\u003eX-Zone Support\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eImproved Posture\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eBack Relief\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Versatility \u0026 Invisibility --\u003e\n\n\u003cdiv class=\"pd-section feature-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv\u003e\u003cimg alt=\"Completely Invisible Layering\" cke-id=\"img67\" class=\"pd-img-responsive\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260617105247\/53f6fc3087e6add9d8121daf1071f256.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eCompletely Invisible Layering\u003c\/h2\u003e\n\n\u003cp class=\"pd-body\"\u003eCrafted from high-elastic, lightweight fabric with a second-skin fit, this shaper stays undetectable under shirts, suits, or casual wear. The breathable material ensures comfort for work, gym, or social events.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tag-group\"\u003e\n\u003cspan class=\"pd-tag\"\u003eHigh Elasticity\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eBreathable Comfort\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eMulti-Scenario Wear\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Section --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 class=\"pd-h2 section-title-center\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"table-container\"\u003e\n\u003ctable class=\"data-table specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eHigh-elasticity performance blend\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eFit Type\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Fit Type\"\u003eTight, compression fit (Second-skin feel)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eAvailable Colors\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Colors\"\u003eBlack, White, Navy, Gray\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eCare Instructions\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Care\"\u003eMachine wash cold, gentle cycle. Air dry recommended to maintain elasticity.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Size Guide Section (NEW) --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 class=\"pd-h2 section-title-center\"\u003eSize Guide\u003c\/h2\u003e\n\n\u003cdiv class=\"table-container\"\u003e\n\u003ctable class=\"data-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSize\u003c\/th\u003e\n\t\t\t\u003cth\u003eRecommended Weight (lbs)\u003c\/th\u003e\n\t\t\t\u003cth\u003eWaist \/ Pant Size (in)\u003c\/th\u003e\n\t\t\t\u003cth\u003eChest (Unstretched)\u003c\/th\u003e\n\t\t\t\u003cth\u003eLength\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003e\u003cstrong\u003eM\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd\u003e110 - 154 lbs\u003c\/td\u003e\n\t\t\t\u003ctd\u003e29 - 33\"\u003c\/td\u003e\n\t\t\t\u003ctd\u003e24.4\"\u003c\/td\u003e\n\t\t\t\u003ctd\u003e22.0\"\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003e\u003cstrong\u003eL\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd\u003e154 - 198 lbs\u003c\/td\u003e\n\t\t\t\u003ctd\u003e33 - 37\"\u003c\/td\u003e\n\t\t\t\u003ctd\u003e28.3\"\u003c\/td\u003e\n\t\t\t\u003ctd\u003e22.8\"\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003e\u003cstrong\u003eXL\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd\u003e198 - 242 lbs\u003c\/td\u003e\n\t\t\t\u003ctd\u003e37 - 41\"\u003c\/td\u003e\n\t\t\t\u003ctd\u003e33.1\"\u003c\/td\u003e\n\t\t\t\u003ctd\u003e23.6\"\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003e\u003cstrong\u003eXXL\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd\u003e242 - 286 lbs\u003c\/td\u003e\n\t\t\t\u003ctd\u003e41 - 45\"\u003c\/td\u003e\n\t\t\t\u003ctd\u003e37.8\"\u003c\/td\u003e\n\t\t\t\u003ctd\u003e24.4\"\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003cp class=\"table-note\"\u003e* Note: Chest measurements reflect the garment unstretched. Due to the high-compression fabric, base your choice primarily on Weight and Waist size. If you are between sizes, choose the smaller size for a tighter compression fit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"pd-section faq-container\"\u003e\n\u003ch2 class=\"pd-h2 section-title-center\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdetails class=\"faq-item\" open=\"\"\u003e\u003csummary class=\"faq-question\"\u003eHow tight should it feel?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eIt should feel very snug, like a second skin, to provide effective compression and shaping. However, it should not be painful or restrict your breathing.\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\u003csummary class=\"faq-question\"\u003eWill this show under a white dress shirt?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eThe white color option is designed to be virtually invisible under light-colored dress shirts due to its seamless construction and thin profile.\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\u003csummary class=\"faq-question\"\u003eCan I wear this for sports or working out?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes. The high-stretch, breathable fabric makes it suitable as a supportive base layer for workouts or active days.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"White \/ M","offer_id":49019955380474,"sku":"0617-17559820","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ M","offer_id":49019955413242,"sku":"0617-17557477","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Navy blue \/ M","offer_id":49019955446010,"sku":"0617-17559123","price":14.95,"currency_code":"USD","in_stock":true},{"title":"White \/ L","offer_id":49019955478778,"sku":"0617-17551061","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ L","offer_id":49019955511546,"sku":"0617-17556240","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Navy blue \/ L","offer_id":49019955544314,"sku":"0617-17553355","price":14.95,"currency_code":"USD","in_stock":true},{"title":"White \/ XL","offer_id":49019955577082,"sku":"0617-17556993","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ XL","offer_id":49019955609850,"sku":"0617-17556535","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Navy blue \/ XL","offer_id":49019955642618,"sku":"0617-17550201","price":14.95,"currency_code":"USD","in_stock":true},{"title":"White \/ XXL","offer_id":49019955675386,"sku":"0617-17551740","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ XXL","offer_id":49019955708154,"sku":"0617-17550881","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Navy blue \/ XXL","offer_id":49019955740922,"sku":"0617-17553509","price":14.95,"currency_code":"USD","in_stock":true},{"title":"White \/ XXXL","offer_id":49019955773690,"sku":"0617-17553583","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ XXXL","offer_id":49019955806458,"sku":"0617-17555421","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Navy blue \/ XXXL","offer_id":49019955839226,"sku":"0617-17553764","price":14.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/4527\/4618\/files\/1c9d1e190be5420c489346a9e587321a.jpg?v=1781690200","url":"https:\/\/varitino.com\/products\/instant-slimming-compression-shirt","provider":"Varitino","version":"1.0","type":"link"}