{"product_id":"mens-heavyweight-fleece-jacket","title":"Men's Heavyweight Fleece Jacket","description":"\u003cstyle\u003e\n  .fleece-page {\n    max-width: 900px;\n    margin: 0 auto;\n    color: #222222;\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .fleece-page * {\n    box-sizing: border-box;\n  }\n\n  .fleece-page h2,\n  .fleece-page h3,\n  .fleece-page p {\n    margin-top: 0;\n  }\n\n  .fleece-page h2 {\n    margin-bottom: 14px;\n    color: #222222;\n    font-size: clamp(25px, 4vw, 36px);\n    font-weight: 700;\n    line-height: 1.2;\n    letter-spacing: -0.02em;\n  }\n\n  .fleece-page h3 {\n    margin-bottom: 8px;\n    color: #252525;\n    font-size: 18px;\n    font-weight: 700;\n    line-height: 1.35;\n  }\n\n  .fleece-page p {\n    margin-bottom: 16px;\n  }\n\n  .fleece-page strong {\n    font-weight: 700;\n  }\n\n  .fleece-page img {\n    display: block;\n    width: 100%;\n    height: auto;\n    border-radius: 12px;\n  }\n\n  .fleece-section {\n    margin: 46px 0;\n  }\n\n  .fleece-label {\n    display: block;\n    margin-bottom: 9px;\n    color: #586653;\n    font-size: 13px;\n    font-weight: 700;\n    line-height: 1.3;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n  }\n\n  .fleece-lead {\n    max-width: 740px;\n    color: #666666;\n    font-size: 17px;\n    line-height: 1.65;\n  }\n\n  \/* 核心卖点区域 *\/\n  .fleece-hero {\n    padding: 32px;\n    border: 1px solid #e0e5dc;\n    border-radius: 16px;\n    background: #f3f5f0;\n    color: #222222;\n  }\n\n  .fleece-hero h2 {\n    color: #222222;\n  }\n\n  .fleece-hero p {\n    max-width: 720px;\n    color: #5f625d;\n    font-size: 18px;\n    line-height: 1.65;\n  }\n\n  .fleece-hero .fleece-label {\n    color: #586653;\n  }\n\n  .fleece-highlights {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 12px;\n    margin-top: 24px;\n  }\n\n  .fleece-highlight {\n    min-width: 0;\n    padding: 15px 10px;\n    border: 1px solid #dde2d9;\n    border-radius: 10px;\n    background: #ffffff;\n    text-align: center;\n  }\n\n  .fleece-highlight strong {\n    display: block;\n    margin-bottom: 3px;\n    color: #252825;\n    font-size: 15px;\n    line-height: 1.35;\n  }\n\n  .fleece-highlight span {\n    display: block;\n    color: #747871;\n    font-size: 13px;\n    line-height: 1.4;\n  }\n\n  \/* 核心功能卡片 *\/\n  .fleece-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 24px;\n  }\n\n  .fleece-card {\n    padding: 23px;\n    border: 1px solid #ecece8;\n    border-radius: 12px;\n    background: #f7f7f4;\n  }\n\n  .fleece-card h3 {\n    margin-bottom: 8px;\n  }\n\n  .fleece-card p {\n    margin-bottom: 0;\n    color: #666666;\n    font-size: 15px;\n    line-height: 1.6;\n  }\n\n  \/* 卖点列表 *\/\n  .fleece-checks {\n    margin: 20px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .fleece-checks li {\n    position: relative;\n    margin-bottom: 11px;\n    padding-left: 28px;\n    color: #353535;\n  }\n\n  .fleece-checks li:last-child {\n    margin-bottom: 0;\n  }\n\n  .fleece-checks li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    color: #586653;\n    font-weight: 700;\n  }\n\n  \/* 版型提示 *\/\n  .fleece-note {\n    padding: 20px 22px;\n    border-radius: 10px;\n    background: #f6f6f3;\n  }\n\n  .fleece-note p {\n    color: #4f4f4f;\n  }\n\n  .fleece-note p:last-child {\n    margin-bottom: 0;\n  }\n\n  \/* 尺码表 *\/\n  .fleece-table-wrap {\n    width: 100%;\n    margin-top: 22px;\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch;\n    border: 1px solid #dedede;\n    border-radius: 12px;\n    background: #ffffff;\n  }\n\n  .fleece-table {\n    width: 100%;\n    min-width: 620px;\n    border-collapse: collapse;\n    border-spacing: 0;\n    background: #ffffff;\n  }\n\n  .fleece-table th,\n  .fleece-table td {\n    padding: 14px 16px;\n    border-right: 1px solid #e5e5e5;\n    border-bottom: 1px solid #e5e5e5;\n    text-align: center;\n    vertical-align: middle;\n    white-space: nowrap;\n  }\n\n  .fleece-table th:last-child,\n  .fleece-table td:last-child {\n    border-right: 0;\n  }\n\n  .fleece-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .fleece-table th {\n    background: #303530;\n    color: #ffffff;\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .fleece-table td {\n    color: #333333;\n    font-size: 14px;\n  }\n\n  .fleece-table td:first-child,\n  .fleece-table th:first-child {\n    text-align: left;\n    font-weight: 700;\n  }\n\n  .fleece-table tbody tr:nth-child(even) {\n    background: #fafafa;\n  }\n\n  \/* 产品参数 *\/\n  .fleece-specs {\n    overflow: hidden;\n    margin-top: 22px;\n    border: 1px solid #e1e1e1;\n    border-radius: 12px;\n    background: #ffffff;\n  }\n\n  .fleece-spec-row {\n    display: grid;\n    grid-template-columns: 38% 62%;\n    border-bottom: 1px solid #e5e5e5;\n  }\n\n  .fleece-spec-row:last-child {\n    border-bottom: 0;\n  }\n\n  .fleece-spec-label,\n  .fleece-spec-value {\n    min-width: 0;\n    padding: 13px 16px;\n  }\n\n  .fleece-spec-label {\n    background: #f6f6f3;\n    color: #2f2f2f;\n    font-weight: 700;\n  }\n\n  .fleece-spec-value {\n    border-left: 1px solid #e5e5e5;\n    color: #4d4d4d;\n  }\n\n  \/* FAQ *\/\n  .fleece-faq {\n    margin-top: 22px;\n    border-top: 1px solid #e2e2e2;\n  }\n\n  .fleece-faq details {\n    border-bottom: 1px solid #e2e2e2;\n  }\n\n  .fleece-faq summary {\n    position: relative;\n    padding: 18px 40px 18px 0;\n    color: #272727;\n    cursor: pointer;\n    font-size: 16px;\n    font-weight: 700;\n    line-height: 1.45;\n    list-style: none;\n  }\n\n  .fleece-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .fleece-faq summary::marker {\n    display: none;\n  }\n\n  .fleece-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 15px;\n    right: 3px;\n    color: #586653;\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n  }\n\n  .fleece-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .fleece-answer {\n    padding: 0 35px 18px 0;\n    color: #666666;\n    line-height: 1.65;\n  }\n\n  .fleece-answer p:last-child {\n    margin-bottom: 0;\n  }\n\n  \/* 小字提示 *\/\n  .fleece-small {\n    margin-top: 10px;\n    color: #777777;\n    font-size: 13px;\n    line-height: 1.55;\n  }\n\n  \/* 平板端 *\/\n  @media screen and (max-width: 989px) {\n    .fleece-hero {\n      padding: 28px;\n    }\n\n    .fleece-highlights {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  \/* 手机端 *\/\n  @media screen and (max-width: 749px) {\n    .fleece-page {\n      font-size: 15px;\n      line-height: 1.62;\n    }\n\n    .fleece-page h2 {\n      margin-bottom: 12px;\n      font-size: 26px;\n      line-height: 1.22;\n    }\n\n    .fleece-page h3 {\n      font-size: 17px;\n    }\n\n    .fleece-section {\n      margin: 36px 0;\n    }\n\n    .fleece-label {\n      margin-bottom: 8px;\n      font-size: 12px;\n      letter-spacing: 0.08em;\n    }\n\n    .fleece-lead {\n      font-size: 16px;\n    }\n\n    .fleece-hero {\n      padding: 24px 18px;\n      border-radius: 12px;\n    }\n\n    .fleece-hero p {\n      font-size: 16px;\n    }\n\n    .fleece-highlights {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 10px;\n      margin-top: 20px;\n    }\n\n    .fleece-highlight {\n      padding: 13px 8px;\n    }\n\n    .fleece-highlight strong {\n      font-size: 14px;\n    }\n\n    .fleece-highlight span {\n      font-size: 12px;\n    }\n\n    .fleece-feature-grid {\n      grid-template-columns: 1fr;\n      gap: 12px;\n      margin-top: 20px;\n    }\n\n    .fleece-card {\n      padding: 19px 17px;\n    }\n\n    .fleece-note {\n      padding: 18px 16px;\n    }\n\n    .fleece-table-wrap {\n      margin-top: 18px;\n      border-radius: 10px;\n    }\n\n    .fleece-table th,\n    .fleece-table td {\n      padding: 12px 13px;\n      font-size: 13px;\n    }\n\n    .fleece-spec-row {\n      grid-template-columns: 40% 60%;\n    }\n\n    .fleece-spec-label,\n    .fleece-spec-value {\n      padding: 12px 10px;\n      font-size: 14px;\n      line-height: 1.45;\n    }\n\n    .fleece-faq summary {\n      padding: 17px 38px 17px 0;\n      font-size: 15px;\n    }\n\n    .fleece-answer {\n      padding: 0 28px 16px 0;\n      font-size: 14px;\n    }\n  }\n\n  \/* 超小屏幕 *\/\n  @media screen and (max-width: 420px) {\n    .fleece-page h2 {\n      font-size: 24px;\n    }\n\n    .fleece-hero {\n      padding: 22px 16px;\n    }\n\n    .fleece-highlights {\n      gap: 8px;\n    }\n\n    .fleece-highlight {\n      padding: 12px 6px;\n    }\n\n    .fleece-spec-row {\n      grid-template-columns: 42% 58%;\n    }\n\n    .fleece-spec-label,\n    .fleece-spec-value {\n      padding: 11px 8px;\n      font-size: 13px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"fleece-page\"\u003e\n\u003c!-- 核心卖点 --\u003e\n\u003csection class=\"fleece-section\" style=\"margin-top: 20px;\"\u003e\n\u003cdiv class=\"fleece-hero\"\u003e\n\u003cspan class=\"fleece-label\" style=\"color: #d6dfd3;\"\u003e Premium Warmth. No Premium Markup. \u003c\/span\u003e\n\u003ch2\u003eThe Fleece Jacket Built for Colder Days.\u003c\/h2\u003e\n\u003cp\u003eMade with dense \u003cstrong\u003e380GSM heavyweight polar fleece\u003c\/strong\u003e, this full-zip jacket delivers reliable warmth, a soft sueded feel and a clean, layer-friendly fit.\u003c\/p\u003e\n\u003cdiv class=\"fleece-highlights\"\u003e\n\u003cdiv class=\"fleece-highlight\"\u003e\n\u003cstrong\u003e380GSM\u003c\/strong\u003e \u003cspan\u003eHeavyweight fleece\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fleece-highlight\"\u003e\n\u003cstrong\u003eDouble-Brushed\u003c\/strong\u003e \u003cspan\u003eSoft on both sides\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fleece-highlight\"\u003e\n\u003cstrong\u003e3 Zip Pockets\u003c\/strong\u003e \u003cspan\u003eSecure storage\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fleece-highlight\"\u003e\n\u003cstrong\u003eRelaxed Fit\u003c\/strong\u003e \u003cspan\u003eEasy layering\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 使用与版型 --\u003e\n\u003csection class=\"fleece-section\"\u003e\u003cspan class=\"fleece-label\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0757\/7383\/7490\/files\/T012-005.jpg?v=1785466587\" alt=\"\"\u003eBuilt for Everyday Cold\u003c\/span\u003e\n\u003ch2\u003eWarm, Practical and Easy to Layer.\u003c\/h2\u003e\n\u003cul class=\"fleece-checks\"\u003e\n\u003cli\u003eWear it alone in cool-to-cold conditions\u003c\/li\u003e\n\u003cli\u003eUse it as an insulating layer under a shell\u003c\/li\u003e\n\u003cli\u003eSuitable for hiking, commuting, travel and daily wear\u003c\/li\u003e\n\u003cli\u003eFull-front zipper for easy temperature control\u003c\/li\u003e\n\u003cli\u003eStand collar provides coverage without hood bulk\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0757\/7383\/7490\/files\/T012-006.jpg?v=1785468332\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- 版型说明 --\u003e\u003c!-- 尺码表位置：建议保留在这里 --\u003e\n\u003csection class=\"fleece-section\"\u003e\u003cspan class=\"fleece-label\"\u003eSize Guide\u003c\/span\u003e\n\u003ch2\u003eFind Your Best Fit\u003c\/h2\u003e\n\u003cdiv style=\"margin: 38px 0;\"\u003e\n\u003cp style=\"text-align: center; color: #666; font-size: 14px; margin-bottom: 18px;\"\u003eSwipe left or right on mobile to view the complete size chart.\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 20px 0;\"\u003e\n\u003ctable style=\"width: 100%; min-width: 450px; border-collapse: collapse; font-family: Arial, sans-serif; text-align: center; border: 1px solid rgb(221, 221, 221);\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: rgb(34, 34, 34); color: rgb(255, 255, 255);\"\u003e\n\u003cth style=\"width: 13%; padding: 12px; border: 1px solid rgb(221, 221, 221);\"\u003eSize\u003c\/th\u003e\n\u003cth style=\"padding: 12px; border: 1px solid rgb(221, 221, 221);\"\u003eLength\u003c\/th\u003e\n\u003cth style=\"padding: 12px; border: 1px solid rgb(221, 221, 221);\"\u003eBust\u003c\/th\u003e\n\u003cth style=\"padding: 12px; border: 1px solid rgb(221, 221, 221);\"\u003eShoulder\u003c\/th\u003e\n\u003cth style=\"padding: 12px; border: 1px solid rgb(221, 221, 221);\"\u003eSleeve\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 14px; border: 1px solid rgb(238, 238, 238);\"\u003e\u003cstrong\u003eS\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px; border: 1px solid rgb(238, 238, 238);\"\u003e\n\u003cstrong\u003e27.56\"\u003c\/strong\u003e\u003cbr\u003e70 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 14px; border: 1px solid rgb(238, 238, 238);\"\u003e\n\u003cstrong\u003e43.31\"\u003c\/strong\u003e\u003cbr\u003e110 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 14px; border: 1px solid rgb(238, 238, 238);\"\u003e\n\u003cstrong\u003e18.11\"\u003c\/strong\u003e\u003cbr\u003e46 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 14px; border: 1px solid rgb(238, 238, 238);\"\u003e\n\u003cstrong\u003e24.40\"\u003c\/strong\u003e\u003cbr\u003e62 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #f7f7f7;\"\u003e\n\u003ctd style=\"padding: 14px; border: 1px solid rgb(238, 238, 238);\"\u003e\u003cstrong\u003eM\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px; border: 1px solid rgb(238, 238, 238);\"\u003e\n\u003cstrong\u003e28.35\"\u003c\/strong\u003e\u003cbr\u003e72 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 14px; border: 1px solid rgb(238, 238, 238);\"\u003e\n\u003cstrong\u003e45.28\"\u003c\/strong\u003e\u003cbr\u003e115 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 14px; border: 1px solid rgb(238, 238, 238);\"\u003e\n\u003cstrong\u003e18.70\"\u003c\/strong\u003e\u003cbr\u003e47.5 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 14px; border: 1px solid rgb(238, 238, 238);\"\u003e\n\u003cstrong\u003e25.00\"\u003c\/strong\u003e\u003cbr\u003e63.5 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 14px; border: 1px solid rgb(238, 238, 238);\"\u003e\u003cstrong\u003eL\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px; border: 1px solid rgb(238, 238, 238);\"\u003e\n\u003cstrong\u003e29.13\"\u003c\/strong\u003e\u003cbr\u003e74 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 14px; border: 1px solid rgb(238, 238, 238);\"\u003e\n\u003cstrong\u003e47.24\"\u003c\/strong\u003e\u003cbr\u003e120 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 14px; border: 1px solid rgb(238, 238, 238);\"\u003e\n\u003cstrong\u003e19.29\"\u003c\/strong\u003e\u003cbr\u003e49 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 14px; border: 1px solid rgb(238, 238, 238);\"\u003e\n\u003cstrong\u003e25.59\"\u003c\/strong\u003e\u003cbr\u003e65 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #f7f7f7;\"\u003e\n\u003ctd style=\"padding: 14px; border: 1px solid rgb(238, 238, 238);\"\u003e\u003cstrong\u003eXL\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px; border: 1px solid rgb(238, 238, 238);\"\u003e\n\u003cstrong\u003e29.92\"\u003c\/strong\u003e\u003cbr\u003e76 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 14px; border: 1px solid rgb(238, 238, 238);\"\u003e\n\u003cstrong\u003e49.21\"\u003c\/strong\u003e\u003cbr\u003e125 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 14px; border: 1px solid rgb(238, 238, 238);\"\u003e\n\u003cstrong\u003e19.88\"\u003c\/strong\u003e\u003cbr\u003e50.5 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 14px; border: 1px solid rgb(238, 238, 238);\"\u003e\n\u003cstrong\u003e26.18\"\u003c\/strong\u003e\u003cbr\u003e66.5 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 14px; border: 1px solid rgb(238, 238, 238);\"\u003e\u003cstrong\u003e2XL\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px; border: 1px solid rgb(238, 238, 238);\"\u003e\n\u003cstrong\u003e30.71\"\u003c\/strong\u003e\u003cbr\u003e78 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 14px; border: 1px solid rgb(238, 238, 238);\"\u003e\n\u003cstrong\u003e51.18\"\u003c\/strong\u003e\u003cbr\u003e130 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 14px; border: 1px solid rgb(238, 238, 238);\"\u003e\n\u003cstrong\u003e20.47\"\u003c\/strong\u003e\u003cbr\u003e52 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 14px; border: 1px solid rgb(238, 238, 238);\"\u003e\n\u003cstrong\u003e26.77\"\u003c\/strong\u003e\u003cbr\u003e68 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #f7f7f7;\"\u003e\n\u003ctd style=\"padding: 14px; border: 1px solid rgb(238, 238, 238);\"\u003e\u003cstrong\u003e3XL\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px; border: 1px solid rgb(238, 238, 238);\"\u003e\n\u003cstrong\u003e31.50\"\u003c\/strong\u003e\u003cbr\u003e80 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 14px; border: 1px solid rgb(238, 238, 238);\"\u003e\n\u003cstrong\u003e53.15\"\u003c\/strong\u003e\u003cbr\u003e135 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 14px; border: 1px solid rgb(238, 238, 238);\"\u003e\n\u003cstrong\u003e21.06\"\u003c\/strong\u003e\u003cbr\u003e53.5 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 14px; border: 1px solid rgb(238, 238, 238);\"\u003e\n\u003cstrong\u003e27.36\"\u003c\/strong\u003e\u003cbr\u003e69.5 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 20px; padding: 18px; background: #f8f8f8; border-radius: 8px; font-size: 14px; line-height: 1.8;\"\u003e\n\u003cstrong\u003e📏 Fit Tips\u003c\/strong\u003e\u003cbr\u003e• Compare the measurements with a top you already own for the most accurate fit.\u003cbr\u003e• Please allow a 0.4–1.2\" (1–3 cm) difference due to manual measurement.\u003cbr\u003e• If you are between sizes or prefer a looser fit, we recommend choosing \u003cstrong\u003eone size up\u003c\/strong\u003e.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 产品参数 --\u003e\n\u003csection class=\"fleece-section\"\u003e\u003cspan class=\"fleece-label\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0757\/7383\/7490\/files\/T012-010.jpg?v=1785472272\" alt=\"\"\u003eProduct Details\u003c\/span\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003cdiv class=\"fleece-specs\"\u003e\n\u003cdiv class=\"fleece-spec-row\"\u003e\n\u003cdiv class=\"fleece-spec-label\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"fleece-spec-value\"\u003e96%+ Polyester Polar Fleece\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fleece-spec-row\"\u003e\n\u003cdiv class=\"fleece-spec-label\"\u003eFabric Weight\u003c\/div\u003e\n\u003cdiv class=\"fleece-spec-value\"\u003e380GSM Heavyweight\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fleece-spec-row\"\u003e\n\u003cdiv class=\"fleece-spec-label\"\u003eFinish\u003c\/div\u003e\n\u003cdiv class=\"fleece-spec-value\"\u003eDouble-Brushed, Both Sides\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fleece-spec-row\"\u003e\n\u003cdiv class=\"fleece-spec-label\"\u003eClosure\u003c\/div\u003e\n\u003cdiv class=\"fleece-spec-value\"\u003eFull-Front Zipper\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fleece-spec-row\"\u003e\n\u003cdiv class=\"fleece-spec-label\"\u003eCollar\u003c\/div\u003e\n\u003cdiv class=\"fleece-spec-value\"\u003eStand Collar, No Hood\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fleece-spec-row\"\u003e\n\u003cdiv class=\"fleece-spec-label\"\u003ePockets\u003c\/div\u003e\n\u003cdiv class=\"fleece-spec-value\"\u003e3 Zippered: 2 Side, 1 Chest\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fleece-spec-row\"\u003e\n\u003cdiv class=\"fleece-spec-label\"\u003eFit\u003c\/div\u003e\n\u003cdiv class=\"fleece-spec-value\"\u003eRelaxed, True to Size\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fleece-spec-row\"\u003e\n\u003cdiv class=\"fleece-spec-label\"\u003eApprox. Weight\u003c\/div\u003e\n\u003cdiv class=\"fleece-spec-value\"\u003e680g \/ 1.5 lbs\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 洗护和FAQ --\u003e\n\u003csection class=\"fleece-section\"\u003e\u003cspan class=\"fleece-label\"\u003eCare \u0026amp; Questions\u003c\/span\u003e\n\u003ch2\u003eEasy to Care For.\u003c\/h2\u003e\n\u003cp class=\"fleece-lead\"\u003eMachine wash cold on a gentle cycle. Wash with similar colors. Tumble dry low or hang dry. Do not bleach, iron or dry clean.\u003c\/p\u003e\n\u003cdiv class=\"fleece-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this jacket suitable for winter?\u003c\/summary\u003e\n\u003cdiv class=\"fleece-answer\"\u003e\n\u003cp\u003eYes. Wear it alone in cool-to-cold conditions or use it as an insulating mid-layer under a windproof or waterproof shell.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the fleece pill after washing?\u003c\/summary\u003e\n\u003cdiv class=\"fleece-answer\"\u003e\n\u003cp\u003eThe brushed finish is designed to reduce excessive pilling. Wash cold and avoid rough fabrics or exposed hook-and-loop fasteners for best results.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it true to size?\u003c\/summary\u003e\n\u003cdiv class=\"fleece-answer\"\u003e\n\u003cp\u003eYes. Choose your normal size for a relaxed fit. Size up when wearing thick layers underneath.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill a large phone fit in the pockets?\u003c\/summary\u003e\n\u003cdiv class=\"fleece-answer\"\u003e\n\u003cp\u003eYes. The side pockets fit most large smartphones, and all three pockets have zipper closures.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Habinests","offers":[{"title":"Black \/ S","offer_id":47779642704050,"sku":"T012-Black-S","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ M","offer_id":47779642736818,"sku":"T012-Black-M","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ L","offer_id":47779642769586,"sku":"T012-Black-L","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ XL","offer_id":47779642802354,"sku":"T012-Black-XL","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 2XL","offer_id":47779642835122,"sku":"T012-Black-2XL","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 3XL","offer_id":47779642867890,"sku":"T012-Black-3XL","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Orange \/ S","offer_id":47779642900658,"sku":"T012-Orange-S","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Orange \/ M","offer_id":47779642933426,"sku":"T012-Orange-M","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Orange \/ L","offer_id":47779642966194,"sku":"T012-Orange-L","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Orange \/ XL","offer_id":47779642998962,"sku":"T012-Orange-XL","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Orange \/ 2XL","offer_id":47779643031730,"sku":"T012-Orange-2XL","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Orange \/ 3XL","offer_id":47779643064498,"sku":"T012-Orange-3XL","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Brown \/ S","offer_id":47779643097266,"sku":"T012-Brown-S","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Brown \/ M","offer_id":47779643130034,"sku":"T012-Brown-M","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Brown \/ L","offer_id":47779643162802,"sku":"T012-Brown-L","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Brown \/ XL","offer_id":47779643195570,"sku":"T012-Brown-XL","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Brown \/ 2XL","offer_id":47779643228338,"sku":"T012-Brown-2XL","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Brown \/ 3XL","offer_id":47779643261106,"sku":"T012-Brown-3XL","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Light gray \/ S","offer_id":47779643293874,"sku":"T012-Light gray-S","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Light gray \/ M","offer_id":47779643326642,"sku":"T012-Light gray-M","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Light gray \/ L","offer_id":47779643359410,"sku":"T012-Light gray-L","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Light gray \/ XL","offer_id":47779643392178,"sku":"T012-Light gray-XL","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Light gray \/ 2XL","offer_id":47779643424946,"sku":"T012-Light gray-2XL","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Light gray \/ 3XL","offer_id":47779643457714,"sku":"T012-Light gray-3XL","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Dark gray \/ S","offer_id":47779643490482,"sku":"T012-Dark gray-S","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Dark gray \/ M","offer_id":47779643523250,"sku":"T012-Dark gray-M","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Dark gray \/ L","offer_id":47779643556018,"sku":"T012-Dark gray-L","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Dark gray \/ XL","offer_id":47779643588786,"sku":"T012-Dark gray-XL","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Dark gray \/ 2XL","offer_id":47779643621554,"sku":"T012-Dark gray-2XL","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Dark gray \/ 3XL","offer_id":47779643654322,"sku":"T012-Dark gray-3XL","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Navy blue \/ S","offer_id":47779643687090,"sku":"T012-Navy blue-S","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Navy blue \/ M","offer_id":47779643719858,"sku":"T012-Navy blue-M","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Navy blue \/ L","offer_id":47779643752626,"sku":"T012-Navy blue-L","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Navy blue \/ XL","offer_id":47779643785394,"sku":"T012-Navy blue-XL","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Navy blue \/ 2XL","offer_id":47779643818162,"sku":"T012-Navy blue-2XL","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Navy blue \/ 3XL","offer_id":47779643850930,"sku":"T012-Navy blue-3XL","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Army green \/ S","offer_id":47779643883698,"sku":"T012-Army green-S","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Army green \/ M","offer_id":47779643916466,"sku":"T012-Army green-M","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Army green \/ L","offer_id":47779643949234,"sku":"T012-Army green-L","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Army green \/ XL","offer_id":47779643982002,"sku":"T012-Army green-XL","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Army green \/ 2XL","offer_id":47779644014770,"sku":"T012-Army green-2XL","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Army green \/ 3XL","offer_id":47779644047538,"sku":"T012-Army green-3XL","price":59.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0757\/7383\/7490\/files\/T012-001.jpg?v=1785465797","url":"https:\/\/habinests.com\/products\/mens-heavyweight-fleece-jacket","provider":"Habinests","version":"1.0","type":"link"}