{"product_id":"fafo-oversized-hoodie","title":"FAFO Oversized Hoodie","description":"\u003cdiv class=\"grind-product-description\"\u003e\n\n  \u003cstyle\u003e\n    .grind-product-description,\n    .grind-product-description * {\n      box-sizing: border-box;\n    }\n\n    .grind-product-description {\n      width: 100%;\n      max-width: 900px;\n      margin: 0 auto;\n      padding: 28px;\n      color: #f4f4f4;\n      background: #111111;\n      border: 1px solid #333333;\n      border-radius: 4px;\n      font-family: Arial, Helvetica, sans-serif;\n      line-height: 1.65;\n    }\n\n    .grind-product-description p {\n      margin: 0 0 18px;\n    }\n\n    .grind-product-description h3 {\n      margin: 30px 0 12px;\n      padding-bottom: 8px;\n      color: #ffffff;\n      border-bottom: 1px solid #444444;\n      font-size: 20px;\n      line-height: 1.3;\n      letter-spacing: 1px;\n      text-transform: uppercase;\n    }\n\n    .grind-product-description ul {\n      margin: 0;\n      padding-left: 22px;\n    }\n\n    .grind-product-description li {\n      margin-bottom: 7px;\n    }\n\n    .grind-size-button {\n      display: inline-block;\n      margin-top: 24px;\n      padding: 13px 22px;\n      color: #111111;\n      background: #ffffff;\n      border: 1px solid #ffffff;\n      font-size: 13px;\n      font-weight: 700;\n      letter-spacing: 1px;\n      text-decoration: none;\n      text-transform: uppercase;\n      cursor: pointer;\n      transition: 0.2s ease;\n    }\n\n    .grind-size-button:hover {\n      color: #ffffff;\n      background: #222222;\n    }\n\n    .grind-size-modal {\n      position: fixed;\n      z-index: 99999;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 100%;\n      padding: 20px;\n      background: rgba(0, 0, 0, 0.92);\n      opacity: 0;\n      visibility: hidden;\n      overflow-y: auto;\n      transition: opacity 0.2s ease;\n    }\n\n    .grind-size-modal:target {\n      opacity: 1;\n      visibility: visible;\n    }\n\n    .grind-size-modal-content {\n      position: relative;\n      width: 100%;\n      max-width: 1000px;\n      margin: 40px auto;\n      padding: 28px;\n      color: #f4f4f4;\n      background: #151515;\n      border: 1px solid #444444;\n    }\n\n    .grind-size-modal-content h2 {\n      margin: 0 0 22px;\n      color: #ffffff;\n      font-size: 24px;\n      letter-spacing: 1px;\n      text-transform: uppercase;\n    }\n\n    .grind-size-close {\n      position: absolute;\n      top: 12px;\n      right: 18px;\n      color: #ffffff;\n      font-size: 30px;\n      line-height: 1;\n      text-decoration: none;\n    }\n\n    .grind-size-modal input[type=\"radio\"] {\n      display: none;\n    }\n\n    .grind-size-tabs {\n      display: flex;\n      gap: 8px;\n      margin-bottom: 18px;\n    }\n\n    .grind-size-tabs label {\n      padding: 10px 16px;\n      color: #ffffff;\n      background: #292929;\n      border: 1px solid #444444;\n      font-size: 12px;\n      font-weight: 700;\n      letter-spacing: 1px;\n      text-transform: uppercase;\n      cursor: pointer;\n    }\n\n    #heavy-hoodie-inches:checked\n      ~ .grind-size-tabs\n      label[for=\"heavy-hoodie-inches\"],\n    #heavy-hoodie-centimeters:checked\n      ~ .grind-size-tabs\n      label[for=\"heavy-hoodie-centimeters\"] {\n      color: #111111;\n      background: #ffffff;\n    }\n\n    .grind-size-table-wrap {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n    }\n\n    .grind-size-table {\n      display: none;\n      width: 100%;\n      min-width: 650px;\n      border-collapse: collapse;\n      font-size: 13px;\n      text-align: center;\n    }\n\n    #heavy-hoodie-inches:checked\n      ~ .grind-size-table-wrap\n      .heavy-hoodie-inch-table {\n      display: table;\n    }\n\n    #heavy-hoodie-centimeters:checked\n      ~ .grind-size-table-wrap\n      .heavy-hoodie-centimeter-table {\n      display: table;\n    }\n\n    .grind-size-table th,\n    .grind-size-table td {\n      padding: 11px 9px;\n      border: 1px solid #444444;\n      white-space: nowrap;\n    }\n\n    .grind-size-table th {\n      color: #ffffff;\n      background: #252525;\n      font-weight: 700;\n    }\n\n    .grind-size-table td:first-child {\n      color: #ffffff;\n      background: #202020;\n      font-weight: 700;\n      text-align: left;\n    }\n\n    .grind-measure-guide {\n      margin-top: 28px;\n      padding-top: 20px;\n      border-top: 1px solid #444444;\n    }\n\n    .grind-measure-guide h3 {\n      margin-top: 0;\n    }\n\n    .grind-measure-guide p {\n      margin-bottom: 10px;\n    }\n\n    .grind-made-to-order {\n      margin-top: 30px;\n      padding: 18px;\n      color: #ffffff;\n      background: #222222;\n      border-left: 4px solid #ffffff;\n      font-weight: 700;\n    }\n\n    @media screen and (max-width: 749px) {\n      .grind-product-description {\n        padding: 20px 16px;\n      }\n\n      .grind-product-description h3 {\n        font-size: 18px;\n      }\n\n      .grind-size-modal {\n        padding: 10px;\n      }\n\n      .grind-size-modal-content {\n        margin: 20px auto;\n        padding: 22px 14px;\n      }\n\n      .grind-size-modal-content h2 {\n        padding-right: 35px;\n        font-size: 20px;\n      }\n\n      .grind-size-button {\n        width: 100%;\n        text-align: center;\n      }\n    }\n  \u003c\/style\u003e\n\n  \u003cp\u003e\n    No lightweight filler. No flimsy fabric pretending to be premium. The Grind\n    Lifestyle Heavyweight Washed Hoodie is built from thick 400 GSM cotton with\n    the kind of weight, structure, and worn in character that makes it feel like\n    an old favorite from day one.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    Made from 100% cotton, this hoodie delivers a substantial feel without\n    sacrificing comfort. The washed finish gives it a naturally faded vintage\n    appearance, while the dropped shoulders and loose silhouette create the\n    relaxed streetwear fit that looks right whether you're layering it over a\n    tee or wearing it on its own.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    The longer cut adds extra coverage, while the front pocket and attached hood\n    keep it practical enough for cold mornings, late nights, long drives,\n    outdoor shows, and every other place the grind decides to drag you.\n  \u003c\/p\u003e\n\n  \u003ch3\u003eSpecifications\u003c\/h3\u003e\n\n  \u003cul\u003e\n    \u003cli\u003e100% cotton\u003c\/li\u003e\n    \u003cli\u003eHeavyweight 400 GSM fabric\u003c\/li\u003e\n    \u003cli\u003eApproximately 11.8 oz\/yd²\u003c\/li\u003e\n    \u003cli\u003eThick premium construction\u003c\/li\u003e\n    \u003cli\u003eWashed finish for a faded vintage appearance\u003c\/li\u003e\n    \u003cli\u003eRelaxed drop shoulder silhouette\u003c\/li\u003e\n    \u003cli\u003eLong body length\u003c\/li\u003e\n    \u003cli\u003eAttached hood\u003c\/li\u003e\n    \u003cli\u003eFront pocket\u003c\/li\u003e\n    \u003cli\u003eLong sleeves\u003c\/li\u003e\n    \u003cli\u003eLoose unisex fit\u003c\/li\u003e\n    \u003cli\u003eBuilt for everyday wear, travel, concerts, outdoor use, and colder weather\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003ca href=\"#grind-heavy-hoodie-size-chart\" class=\"grind-size-button\"\u003e\n    View Size Chart\n  \u003c\/a\u003e\n\n  \u003cdiv id=\"grind-heavy-hoodie-size-chart\" class=\"grind-size-modal\"\u003e\n    \u003cdiv class=\"grind-size-modal-content\"\u003e\n\n      \u003ca href=\"#\" class=\"grind-size-close\" aria-label=\"Close Size Chart\"\u003e×\u003c\/a\u003e\n\n      \u003ch2\u003eHeavyweight Washed Hoodie Size Chart\u003c\/h2\u003e\n\n      \u003cinput type=\"radio\" name=\"heavy-hoodie-size-unit\" id=\"heavy-hoodie-inches\" checked\u003e\n\n      \u003cinput type=\"radio\" name=\"heavy-hoodie-size-unit\" id=\"heavy-hoodie-centimeters\"\u003e\n\n      \u003cdiv class=\"grind-size-tabs\"\u003e\n        \u003clabel for=\"heavy-hoodie-inches\"\u003eInches\u003c\/label\u003e\n        \u003clabel for=\"heavy-hoodie-centimeters\"\u003eCentimeters\u003c\/label\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"grind-size-table-wrap\"\u003e\n\n        \u003ctable class=\"grind-size-table heavy-hoodie-inch-table\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth\u003eMeasurement (in)\u003c\/th\u003e\n              \u003cth\u003eS\u003c\/th\u003e\n              \u003cth\u003eM\u003c\/th\u003e\n              \u003cth\u003eL\u003c\/th\u003e\n              \u003cth\u003eXL\u003c\/th\u003e\n              \u003cth\u003e2XL\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eLength\u003c\/td\u003e\n              \u003ctd\u003e27.56\u003c\/td\u003e\n              \u003ctd\u003e28.35\u003c\/td\u003e\n              \u003ctd\u003e29.13\u003c\/td\u003e\n              \u003ctd\u003e29.92\u003c\/td\u003e\n              \u003ctd\u003e30.71\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eShoulder\u003c\/td\u003e\n              \u003ctd\u003e22.44\u003c\/td\u003e\n              \u003ctd\u003e23.03\u003c\/td\u003e\n              \u003ctd\u003e23.62\u003c\/td\u003e\n              \u003ctd\u003e24.21\u003c\/td\u003e\n              \u003ctd\u003e24.80\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eChest\u003c\/td\u003e\n              \u003ctd\u003e26.38\u003c\/td\u003e\n              \u003ctd\u003e27.17\u003c\/td\u003e\n              \u003ctd\u003e27.95\u003c\/td\u003e\n              \u003ctd\u003e28.74\u003c\/td\u003e\n              \u003ctd\u003e29.53\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eSleeve Length\u003c\/td\u003e\n              \u003ctd\u003e24.02\u003c\/td\u003e\n              \u003ctd\u003e24.41\u003c\/td\u003e\n              \u003ctd\u003e24.80\u003c\/td\u003e\n              \u003ctd\u003e25.20\u003c\/td\u003e\n              \u003ctd\u003e25.59\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n\n        \u003ctable class=\"grind-size-table heavy-hoodie-centimeter-table\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth\u003eMeasurement (cm)\u003c\/th\u003e\n              \u003cth\u003eS\u003c\/th\u003e\n              \u003cth\u003eM\u003c\/th\u003e\n              \u003cth\u003eL\u003c\/th\u003e\n              \u003cth\u003eXL\u003c\/th\u003e\n              \u003cth\u003e2XL\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eLength\u003c\/td\u003e\n              \u003ctd\u003e70\u003c\/td\u003e\n              \u003ctd\u003e72\u003c\/td\u003e\n              \u003ctd\u003e74\u003c\/td\u003e\n              \u003ctd\u003e76\u003c\/td\u003e\n              \u003ctd\u003e78\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eShoulder\u003c\/td\u003e\n              \u003ctd\u003e57\u003c\/td\u003e\n              \u003ctd\u003e58.5\u003c\/td\u003e\n              \u003ctd\u003e60\u003c\/td\u003e\n              \u003ctd\u003e61.5\u003c\/td\u003e\n              \u003ctd\u003e63\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eChest\u003c\/td\u003e\n              \u003ctd\u003e67\u003c\/td\u003e\n              \u003ctd\u003e69\u003c\/td\u003e\n              \u003ctd\u003e71\u003c\/td\u003e\n              \u003ctd\u003e73\u003c\/td\u003e\n              \u003ctd\u003e75\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eSleeve Length\u003c\/td\u003e\n              \u003ctd\u003e61\u003c\/td\u003e\n              \u003ctd\u003e62\u003c\/td\u003e\n              \u003ctd\u003e63\u003c\/td\u003e\n              \u003ctd\u003e64\u003c\/td\u003e\n              \u003ctd\u003e65\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"grind-measure-guide\"\u003e\n\n        \u003ch3\u003eHow to Measure\u003c\/h3\u003e\n\n        \u003cp\u003e\n          \u003cstrong\u003eLength:\u003c\/strong\u003e Measure from the highest point of the shoulder\n          straight down to the bottom hem.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          \u003cstrong\u003eShoulder:\u003c\/strong\u003e Measure straight across the back from one\n          shoulder seam to the other.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          \u003cstrong\u003eChest:\u003c\/strong\u003e Lay the garment flat and measure straight\n          across from armpit to armpit. This is a flat garment measurement, not\n          the full chest circumference.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          \u003cstrong\u003eSleeve Length:\u003c\/strong\u003e Measure from the shoulder seam to the\n          end of the sleeve cuff.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Measurements may vary slightly due to normal production tolerances.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eFit\u003c\/h3\u003e\n\n  \u003cp\u003e\n    Designed with a loose unisex fit, dropped shoulders, and a longer body for a\n    relaxed streetwear silhouette. Choose your usual size for the intended roomy\n    fit. Size down for a closer fit or size up for an even more oversized look.\n  \u003c\/p\u003e\n\n  \u003ch3\u003eCare Instructions\u003c\/h3\u003e\n\n  \u003cp\u003e\n    Machine wash cold at 30°C on a gentle cycle. Do not bleach. Tumble dry on\n    low heat. Iron at a low temperature when needed and avoid ironing directly\n    over printed artwork. Do not dry clean.\n  \u003c\/p\u003e\n\n  \u003ch3\u003eQuality Note\u003c\/h3\u003e\n\n  \u003cp\u003e\n    Each hoodie is individually washed and finished, so minor differences in\n    color, fabric texture, stitching, measurements, and overall appearance are\n    expected. These natural variations are part of the garment's character and\n    make every piece slightly different.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"grind-made-to-order\"\u003e\n    This product is made to order. Please allow up to two weeks for production\n    and delivery.\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"ODMPOD","offers":[{"title":"Black \/ S","offer_id":48774765838490,"sku":"260721PODRB5898#001","price":63.92,"currency_code":"USD","in_stock":true},{"title":"Black \/ M","offer_id":48774765871258,"sku":"260721PODRB5898#002","price":63.92,"currency_code":"USD","in_stock":true},{"title":"Black \/ L","offer_id":48774765904026,"sku":"260721PODRB5898#003","price":63.92,"currency_code":"USD","in_stock":true},{"title":"Black \/ XL","offer_id":48774765936794,"sku":"260721PODRB5898#004","price":63.92,"currency_code":"USD","in_stock":true},{"title":"Black \/ 2XL","offer_id":48774765969562,"sku":"260721PODRB5898#005","price":63.92,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0755\/3548\/3034\/files\/2824d83af09a4d42882166f0a527693e.png?v=1784608323","url":"https:\/\/weargrind.com\/products\/fafo-oversized-hoodie","provider":"Grind Lifestyle","version":"1.0","type":"link"}