{"product_id":"bowhoo-shirt","title":"Bowhoo Shirt","description":"\u003cstyle\u003e\n  .oversized-shirt-details {\n    width: 100%;\n    max-width: 100%;\n    color: rgb(var(--color-foreground));\n    font-family: Arial, sans-serif;\n    box-sizing: border-box;\n  }\n\n  \/* Size Chart *\/\n  .oversized-size-chart-wrapper {\n    width: 100%;\n    max-width: 100%;\n    margin: 15px 0 25px;\n    overflow: hidden;\n    box-sizing: border-box;\n  }\n\n  .oversized-size-chart {\n    width: 100%;\n    max-width: 500px;\n    min-width: 0;\n    margin: 0 auto;\n    border-collapse: collapse;\n    table-layout: fixed;\n    text-align: center;\n    box-sizing: border-box;\n  }\n\n  .oversized-size-chart th,\n  .oversized-size-chart td {\n    padding: 10px 5px;\n    font-size: 14px;\n    line-height: 1.4;\n    border-right: 1px solid #222;\n    border-bottom: 1px solid #222;\n    box-sizing: border-box;\n  }\n\n  .oversized-size-chart th:last-child,\n  .oversized-size-chart td:last-child {\n    border-right: none;\n  }\n\n  .oversized-size-chart .chart-title {\n    padding: 7px 10px 10px;\n    font-size: 20px;\n    font-weight: 700;\n    color: #6b3715;\n    border-right: none;\n    border-bottom: 1px solid #222;\n  }\n\n  .oversized-size-chart thead tr:nth-child(2) th {\n    padding: 10px 3px;\n    color: #6b3715;\n    font-size: 13px;\n    font-weight: 700;\n    line-height: 1.35;\n    text-transform: uppercase;\n    white-space: normal;\n  }\n\n  \/* Product Description *\/\n  .oversized-product-content {\n    width: 100%;\n    max-width: 750px;\n    box-sizing: border-box;\n  }\n\n  .oversized-product-content p {\n    margin: 0 0 15px;\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  .oversized-product-content h3 {\n    margin: 22px 0 12px;\n    font-size: 20px;\n    line-height: 1.3;\n    font-weight: 700;\n  }\n\n  .oversized-product-content ul {\n    margin: 0 0 18px;\n    padding-left: 22px;\n  }\n\n  .oversized-product-content li {\n    margin-bottom: 7px;\n    font-size: 15px;\n    line-height: 1.6;\n  }\n\n  .oversized-product-content strong {\n    font-weight: 700;\n  }\n\n  .oversized-product-note,\n  .oversized-product-disclaimer {\n    padding: 12px 15px;\n    margin-top: 15px;\n    box-sizing: border-box;\n  }\n\n  .oversized-product-note {\n    border-left: 3px solid #6b3715;\n    background: rgba(107, 55, 21, 0.06);\n  }\n\n  .oversized-product-disclaimer {\n    border-left: 3px solid #777;\n    background: rgba(0, 0, 0, 0.04);\n  }\n\n  \/* Mobile *\/\n  @media screen and (max-width: 550px) {\n    .oversized-size-chart {\n      width: 100%;\n      max-width: 100%;\n      min-width: 0;\n    }\n\n    .oversized-size-chart th,\n    .oversized-size-chart td {\n      padding: 9px 2px;\n      font-size: 12px;\n    }\n\n    .oversized-size-chart .chart-title {\n      padding: 6px 5px 9px;\n      font-size: 18px;\n    }\n\n    .oversized-size-chart thead tr:nth-child(2) th {\n      padding: 9px 2px;\n      font-size: 11px;\n    }\n\n    .oversized-product-content p,\n    .oversized-product-content li {\n      font-size: 14px;\n    }\n  }\n\n  @media screen and (max-width: 380px) {\n    .oversized-size-chart th,\n    .oversized-size-chart td {\n      padding: 8px 1px;\n      font-size: 11px;\n    }\n\n    .oversized-size-chart thead tr:nth-child(2) th {\n      font-size: 10px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"oversized-shirt-details\"\u003e\n\n  \u003c!-- Size Chart --\u003e\n  \u003cdiv class=\"oversized-size-chart-wrapper\"\u003e\n    \u003ctable class=\"oversized-size-chart\"\u003e\n\n      \u003ccolgroup\u003e\n        \u003ccol style=\"width: 17%;\"\u003e\n        \u003ccol style=\"width: 18%;\"\u003e\n        \u003ccol style=\"width: 25%;\"\u003e\n        \u003ccol style=\"width: 18%;\"\u003e\n        \u003ccol style=\"width: 22%;\"\u003e\n      \u003c\/colgroup\u003e\n\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth class=\"chart-title\" colspan=\"5\"\u003e\n            Shirt - Oversized\n          \u003c\/th\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eSize\u003c\/th\u003e\n          \u003cth\u003eBust\u003c\/th\u003e\n          \u003cth\u003eShoulder\u003c\/th\u003e\n          \u003cth\u003eLength\u003c\/th\u003e\n          \u003cth\u003eSleeve Length\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eS\u003c\/td\u003e\n          \u003ctd\u003e40\u003c\/td\u003e\n          \u003ctd\u003e20\u003c\/td\u003e\n          \u003ctd\u003e26\u003c\/td\u003e\n          \u003ctd\u003e21\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003eM\u003c\/td\u003e\n          \u003ctd\u003e42\u003c\/td\u003e\n          \u003ctd\u003e21\u003c\/td\u003e\n          \u003ctd\u003e27\u003c\/td\u003e\n          \u003ctd\u003e22\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003eL\u003c\/td\u003e\n          \u003ctd\u003e44\u003c\/td\u003e\n          \u003ctd\u003e22\u003c\/td\u003e\n          \u003ctd\u003e27\u003c\/td\u003e\n          \u003ctd\u003e22\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003eXL\u003c\/td\u003e\n          \u003ctd\u003e46\u003c\/td\u003e\n          \u003ctd\u003e23\u003c\/td\u003e\n          \u003ctd\u003e28\u003c\/td\u003e\n          \u003ctd\u003e24\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003eXXL\u003c\/td\u003e\n          \u003ctd\u003e48\u003c\/td\u003e\n          \u003ctd\u003e24\u003c\/td\u003e\n          \u003ctd\u003e29\u003c\/td\u003e\n          \u003ctd\u003e24\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Product Information --\u003e\n  \u003cdiv class=\"oversized-product-content\"\u003e\n\n    \u003cp\u003e\n      A fresh take on everyday dressing, the \u003cstrong\u003eBowhoo Shirt\u003c\/strong\u003e is\n      crafted from premium wrinkle-free cotton for a soft feel and effortless\n      elegance. Designed in a soothing sky blue shade with statement check\n      detailing, its oversized silhouette brings together comfort,\n      versatility, and contemporary style for a look that is easy to wear\n      from day to night.\n    \u003c\/p\u003e\n\n    \u003ch3\u003eProduct Details\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003e\n        \u003cstrong\u003eFabric:\u003c\/strong\u003e Wrinkle-Free Cotton\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eColor:\u003c\/strong\u003e Sky Blue\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eFit:\u003c\/strong\u003e Oversized\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eCollar:\u003c\/strong\u003e Classic Shirt Collar\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eSleeves:\u003c\/strong\u003e Full Sleeves\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eClosure:\u003c\/strong\u003e Front Button Closure\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eStyle:\u003c\/strong\u003e Casual, Smart Casual and Everyday Wear\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eCare:\u003c\/strong\u003e Hand Wash and Hang Dry\n      \u003c\/li\u003e\n\n      \u003c!-- \u003cli\u003e\n        \u003cstrong\u003eFit Recommendation:\u003c\/strong\u003e Choose one size up for a better\n        and more relaxed fit.\n      \u003c\/li\u003e --\u003e\n    \u003c\/ul\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eSize:\u003c\/strong\u003e Please refer to the size chart before placing your\n      order. The model is wearing size S\/M.\n    \u003c\/p\u003e\n\n    \u003cp class=\"oversized-product-note\"\u003e\n      \u003cstrong\u003eNote:\u003c\/strong\u003e This product is made to order and will be delivered\n      within 10–12 days.\n    \u003c\/p\u003e\n\n    \u003cp class=\"oversized-product-disclaimer\"\u003e\n      \u003cstrong\u003eDisclaimer:\u003c\/strong\u003e Actual product colours may vary slightly due\n      to photographic lighting and different screen settings.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Hum Threads","offers":[{"title":"S","offer_id":47010501394620,"sku":null,"price":2390.0,"currency_code":"INR","in_stock":true},{"title":"M","offer_id":47010501427388,"sku":null,"price":2390.0,"currency_code":"INR","in_stock":true},{"title":"L","offer_id":47081056469180,"sku":null,"price":2390.0,"currency_code":"INR","in_stock":true},{"title":"XL","offer_id":47081056501948,"sku":null,"price":2390.0,"currency_code":"INR","in_stock":true},{"title":"XXL","offer_id":47087367127228,"sku":null,"price":2390.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0765\/8602\/5148\/files\/Artboard8copy5.png?v=1782368673","url":"https:\/\/humthreads.com\/products\/bowhoo-shirt","provider":"Hum Threads","version":"1.0","type":"link"}