{"product_id":"instant-slimming-compression-shirt","title":"Instant Slimming Compression Shirt","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：男士紧身塑形内衣（穿戴贴合型）\n  目标受众：追求即刻显瘦、改善体态、需要隐形打底的成年男性\n  视觉风格：现代、简洁、强调功能性和男性自信感\n  配色策略：黑白灰中性色为主，呼应产品色，营造专业可靠感\n  模块顺序：Hero (核心利益) -\u003e Feature 1 (腹部塑形) -\u003e Feature 2 (背部支撑) -\u003e Feature 3 (隐形场景) -\u003e Specs -\u003e FAQ\n  详情图映射：Hero=image_0.png, Feature1=image_1.png, Feature2=image_3.png, Feature3=image_4.png\n  规格图映射：Specs=image_5.png (提取颜色尺码数据)\n  对比模块：未加入（现有图片侧重展示产品本身功能，无直接竞品对比图）\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      \/* Design System Variables *\/\n      --primary: #1a1a1a;\n      --text-main: #212121;\n      --text-sub: #545454;\n      --bg-body: #ffffff;\n      --bg-soft: #f8f8f8;\n      --radius-md: 8px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --spacing-section: clamp(2.5rem, 6vw, 4rem);\n      \n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 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(32px, 5vw, 42px);\n      font-weight: 700;\n      line-height: 1.2;\n      margin-bottom: 1rem;\n      color: var(--primary);\n    }\n    .pd-h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      font-weight: 600;\n      margin-bottom: 1rem;\n      color: var(--primary);\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    }\n    .pd-tag-group {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n    }\n    .pd-tag {\n      font-size: 14px;\n      font-weight: 500;\n      padding: 0.4rem 1rem;\n      background-color: var(--bg-soft);\n      border-radius: 50px;\n      color: var(--text-main);\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    }\n    .pd-img-placeholder {\n      width: 100%;\n      background-color: #eee;\n      border: 2px dashed #ccc;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #666;\n      padding: 2rem;\n      box-sizing: border-box;\n      border-radius: var(--radius-md);\n    }\n\n    \/* Sections *\/\n    .pd-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 2rem;\n      align-items: center;\n    }\n    .hero-content .trust-badge {\n      display: inline-block;\n      padding: 0.5rem 1rem;\n      background: var(--bg-soft);\n      color: var(--primary);\n      font-weight: 600;\n      font-size: 14px;\n      border-radius: 4px;\n      margin-bottom: 1rem;\n    }\n\n    \/* Feature Sections (Z-Pattern) *\/\n    .feature-section {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: clamp(2rem, 5vw, 4rem);\n      align-items: center;\n    }\n    .feature-section.bg-soft {\n      background-color: var(--bg-soft);\n      padding: clamp(2rem, 5vw, 4rem);\n      border-radius: var(--radius-md);\n      margin: var(--spacing-section) calc(0px - 5%); \/* Break out of container padding *\/\n      width: auto;\n    }\n\n    \/* Specs Section *\/\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      font-size: 16px;\n    }\n    .specs-table th, .specs-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid #eee;\n    }\n    .specs-table th {\n      font-weight: 600;\n      color: var(--primary);\n      width: 35%;\n      background-color: var(--bg-soft);\n    }\n    .specs-table td {\n      color: var(--text-sub);\n    }\n\n    \/* FAQ Section *\/\n    .faq-item {\n      padding: 1.5rem 0;\n      border-bottom: 1px solid #eee;\n    }\n    .faq-question {\n      font-size: 18px;\n      font-weight: 600;\n      margin-bottom: 0.5rem;\n      color: var(--primary);\n      display: flex;\n      align-items: center;\n    }\n    .faq-question::before {\n      content: \"Q.\";\n      margin-right: 0.5rem;\n      color: var(--text-sub);\n    }\n    .faq-answer {\n      font-size: 16px;\n      color: var(--text-sub);\n      padding-left: 1.5rem;\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      .feature-section.bg-soft {\n         margin: var(--spacing-section) 0; \/* Reset margin *\/\n         width: 100%;\n      }\n    }\n\n    @media (max-width: 767px) {\n      \/* Specs Table Mobile *\/\n      .specs-table, .specs-table thead, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table tr {\n        margin-bottom: 1rem;\n        border: 1px solid #eee;\n        border-radius: var(--radius-md);\n        overflow: hidden;\n      }\n      .specs-table th {\n        display: none; \/* Hide headers on mobile *\/\n      }\n      .specs-table td {\n        display: flex;\n        justify-content: space-between;\n        padding: 0.75rem 1rem;\n        border-bottom: 1px solid #eee;\n        font-size: 15px;\n      }\n      .specs-table td:last-child {\n        border-bottom: none;\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--primary);\n        margin-right: 1rem;\n      }\n    }\n\u003c\/style\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\n\u003c!-- [ 📷 需替换：image_0.png ] --\u003e\u003cdiv\u003e\u003cimg cke-id=\"img121\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260617105247\/1c9d1e190be5420c489346a9e587321a.jpg\"\u003e\u003c\/div\u003e\n\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\n\u003c!-- [ 📷 需替换：image_1.png ] --\u003e\u003cdiv\u003e\u003cimg cke-id=\"img126\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260617105247\/b1533bc6f1fc9f32b606ca4e9423f486.jpg\"\u003e\u003c\/div\u003e\n\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\n\u003c!-- [ 📷 需替换：image_3.png ] --\u003e\u003cdiv\u003e\u003cimg cke-id=\"img124\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260617105247\/a6d48a47818bc7dbedb0b4b353b6d428.jpg\"\u003e\u003c\/div\u003e\n\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\n\u003c!-- [ 📷 需替换：image_4.png ] --\u003e\u003cdiv\u003e\u003cimg cke-id=\"img125\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260617105247\/53f6fc3087e6add9d8121daf1071f256.jpg\"\u003e\u003c\/div\u003e\n\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\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"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\"\u003eSize Range\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Size Range\"\u003eM, L, XL, XXL, XXXL\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!-- FAQ Section --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow tight should it feel?\u003c\/div\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\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill this show under a white dress shirt?\u003c\/div\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\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I wear this for sports or working out?\u003c\/div\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\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"White \/ M","offer_id":45737955262655,"sku":"1732276431687618581","price":9.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ M","offer_id":45737955295423,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Navy blue \/ M","offer_id":45737955328191,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"White \/ L","offer_id":45737955360959,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ L","offer_id":45737955393727,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Navy blue \/ L","offer_id":45737955426495,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"White \/ XL","offer_id":45737955459263,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ XL","offer_id":45737955492031,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Navy blue \/ XL","offer_id":45737955524799,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"White \/ XXL","offer_id":45737955557567,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ XXL","offer_id":45737955590335,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Navy blue \/ XXL","offer_id":45737955623103,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"White \/ XXXL","offer_id":45737955655871,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ XXXL","offer_id":45737955688639,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Navy blue \/ XXXL","offer_id":45737955721407,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/1c9d1e190be5420c489346a9e587321a.jpg?v=1781667349","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/instant-slimming-compression-shirt","provider":"Bak","version":"1.0","type":"link"}