{"product_id":"mens-lightweight-windbreaker-bomber-jacket","title":"Men's Lightweight Windbreaker Bomber Jacket","description":"\u003cstyle\u003e\n  .bomber-product {\n    max-width: 920px;\n    margin: 0 auto;\n    padding: 20px 18px 40px;\n    color: rgb(var(--color-foreground, 31, 31, 31));\n    font-family: var(--font-body-family, Arial, Helvetica, sans-serif);\n  }\n\n  .bomber-product,\n  .bomber-product * {\n    box-sizing: border-box;\n  }\n\n  .bomber-product h2,\n  .bomber-product h3,\n  .bomber-product h4,\n  .bomber-product p {\n    margin-top: 0;\n  }\n\n  .bomber-section {\n    padding: 34px 0;\n    border-bottom: 1px solid rgba(var(--color-foreground, 31, 31, 31), 0.12);\n  }\n\n  .bomber-section:first-child {\n    padding-top: 0;\n  }\n\n  .bomber-section:last-child {\n    border-bottom: 0;\n  }\n\n  .bomber-title {\n    margin-bottom: 12px;\n    font-size: clamp(28px, 5vw, 42px);\n    line-height: 1.15;\n    font-weight: 700;\n    letter-spacing: -0.03em;\n  }\n\n  .bomber-description {\n    max-width: 760px;\n    margin-bottom: 0;\n    font-size: 16px;\n    line-height: 1.7;\n    color: rgba(var(--color-foreground, 31, 31, 31), 0.7);\n  }\n\n  .bomber-heading {\n    margin-bottom: 20px;\n    font-size: clamp(22px, 4vw, 30px);\n    line-height: 1.25;\n    font-weight: 700;\n  }\n\n  \/* Size Chart *\/\n  .bomber-size-intro {\n    margin-bottom: 16px;\n    font-size: 13px;\n    line-height: 1.6;\n    color: rgba(var(--color-foreground, 31, 31, 31), 0.65);\n  }\n\n  .bomber-table-wrap {\n    width: 100%;\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch;\n    border: 1px solid rgba(var(--color-foreground, 31, 31, 31), 0.15);\n  }\n\n  .bomber-table {\n    width: 100%;\n    min-width: 520px;\n    border-collapse: collapse;\n    text-align: center;\n    font-size: 14px;\n  }\n\n  .bomber-table th,\n  .bomber-table td {\n    padding: 13px 14px;\n    border-right: 1px solid rgba(var(--color-foreground, 31, 31, 31), 0.12);\n    border-bottom: 1px solid rgba(var(--color-foreground, 31, 31, 31), 0.12);\n    white-space: nowrap;\n  }\n\n  .bomber-table th:last-child,\n  .bomber-table td:last-child {\n    border-right: 0;\n  }\n\n  .bomber-table tbody tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .bomber-table thead th {\n    background: #1a1a1a;\n    color: #ffffff;\n    font-weight: 700;\n  }\n\n  .bomber-table tbody tr:nth-child(even) {\n    background: #f5f5f5;\n  }\n\n  .bomber-size-note {\n    margin: 14px 0 0;\n    font-size: 12px;\n    line-height: 1.6;\n    color: rgba(var(--color-foreground, 31, 31, 31), 0.65);\n  }\n\n  \/* Benefits *\/\n  .bomber-benefits {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    border-top: 1px solid rgba(var(--color-foreground, 31, 31, 31), 0.12);\n    border-left: 1px solid rgba(var(--color-foreground, 31, 31, 31), 0.12);\n  }\n\n  .bomber-benefit {\n    padding: 18px 14px;\n    border-right: 1px solid rgba(var(--color-foreground, 31, 31, 31), 0.12);\n    border-bottom: 1px solid rgba(var(--color-foreground, 31, 31, 31), 0.12);\n  }\n\n  .bomber-benefit strong {\n    display: block;\n    margin-bottom: 4px;\n    font-size: 14px;\n    line-height: 1.4;\n  }\n\n  .bomber-benefit span {\n    display: block;\n    font-size: 12px;\n    line-height: 1.5;\n    color: rgba(var(--color-foreground, 31, 31, 31), 0.65);\n  }\n\n  \/* Features *\/\n  .bomber-features {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    column-gap: 40px;\n    row-gap: 26px;\n  }\n\n  .bomber-feature {\n    padding-bottom: 22px;\n    border-bottom: 1px solid rgba(var(--color-foreground, 31, 31, 31), 0.12);\n  }\n\n  .bomber-feature h4 {\n    margin-bottom: 7px;\n    font-size: 17px;\n    line-height: 1.4;\n    font-weight: 700;\n  }\n\n  .bomber-feature p {\n    margin-bottom: 0;\n    font-size: 14px;\n    line-height: 1.7;\n    color: rgba(var(--color-foreground, 31, 31, 31), 0.68);\n  }\n\n  \/* Details *\/\n  .bomber-details {\n    width: 100%;\n  }\n\n  .bomber-detail-row {\n    display: grid;\n    grid-template-columns: 150px 1fr;\n    gap: 20px;\n    padding: 13px 0;\n    border-bottom: 1px solid rgba(var(--color-foreground, 31, 31, 31), 0.12);\n    font-size: 14px;\n    line-height: 1.6;\n  }\n\n  .bomber-detail-row:last-child {\n    border-bottom: 0;\n  }\n\n  .bomber-detail-row strong {\n    font-weight: 700;\n  }\n\n  .bomber-detail-row span {\n    color: rgba(var(--color-foreground, 31, 31, 31), 0.7);\n  }\n\n  \/* List *\/\n  .bomber-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .bomber-list li {\n    position: relative;\n    margin-bottom: 10px;\n    padding-left: 24px;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .bomber-list li:last-child {\n    margin-bottom: 0;\n  }\n\n  .bomber-list li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    top: 0;\n    font-weight: 700;\n  }\n\n  .bomber-notice {\n    padding: 18px 0 0;\n    font-size: 13px;\n    line-height: 1.65;\n    color: rgba(var(--color-foreground, 31, 31, 31), 0.68);\n  }\n\n  .bomber-notice strong {\n    color: rgb(var(--color-foreground, 31, 31, 31));\n  }\n\n  @media screen and (max-width: 749px) {\n    .bomber-product {\n      padding: 16px 15px 32px;\n    }\n\n    .bomber-section {\n      padding: 28px 0;\n    }\n\n    .bomber-benefits {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .bomber-features {\n      grid-template-columns: 1fr;\n      gap: 20px;\n    }\n\n    .bomber-detail-row {\n      grid-template-columns: 110px 1fr;\n      gap: 14px;\n    }\n\n    .bomber-table th,\n    .bomber-table td {\n      padding: 12px 10px;\n      font-size: 13px;\n    }\n  }\n\u003c\/style\u003e\n\u003csection class=\"bomber-product\"\u003e\u003c!-- Size Chart First --\u003e\n\u003cdiv class=\"bomber-section\"\u003e\n\u003ch3 class=\"bomber-heading\"\u003eSize Chart\u003c\/h3\u003e\n\u003cp class=\"bomber-size-intro\"\u003eGarment measurements in inches. Measure a similar jacket laid flat and compare it with the chart below.\u003c\/p\u003e\n\u003cdiv class=\"bomber-table-wrap\"\u003e\n\u003ctable class=\"bomber-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSize\u003c\/th\u003e\n\u003cth\u003eChest\u003c\/th\u003e\n\u003cth\u003eLength\u003c\/th\u003e\n\u003cth\u003eSleeve\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eM\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e41.3\"\u003c\/td\u003e\n\u003ctd\u003e24.8\"\u003c\/td\u003e\n\u003ctd\u003e24.0\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eL\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e42.9\"\u003c\/td\u003e\n\u003ctd\u003e25.6\"\u003c\/td\u003e\n\u003ctd\u003e24.6\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eXL\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e44.5\"\u003c\/td\u003e\n\u003ctd\u003e26.4\"\u003c\/td\u003e\n\u003ctd\u003e25.2\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003e2XL\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e46.1\"\u003c\/td\u003e\n\u003ctd\u003e27.2\"\u003c\/td\u003e\n\u003ctd\u003e25.8\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003e3XL\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e47.6\"\u003c\/td\u003e\n\u003ctd\u003e28.0\"\u003c\/td\u003e\n\u003ctd\u003e26.4\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003e4XL\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e49.2\"\u003c\/td\u003e\n\u003ctd\u003e28.7\"\u003c\/td\u003e\n\u003ctd\u003e27.0\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003e5XL\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e50.8\"\u003c\/td\u003e\n\u003ctd\u003e29.5\"\u003c\/td\u003e\n\u003ctd\u003e27.6\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"bomber-size-note\"\u003ePlease allow a 0.4–1.2 inch difference due to manual measurement. Choose one size up when between sizes or when wearing thicker layers underneath.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Product Introduction --\u003e\n\u003cdiv class=\"bomber-section\"\u003e\n\u003ch2 class=\"bomber-title\"\u003eMen's Lightweight Windbreaker Bomber Jacket\u003c\/h2\u003e\n\u003cp class=\"bomber-description\"\u003eA clean and versatile bomber jacket designed for commuting, travel and everyday outdoor wear. The lightweight construction provides comfortable protection without feeling bulky.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Main Benefits --\u003e\n\u003cdiv class=\"bomber-section\"\u003e\n\u003cdiv class=\"bomber-benefits\"\u003e\n\u003cdiv class=\"bomber-benefit\"\u003e\n\u003cstrong\u003eWater-Resistant\u003c\/strong\u003e \u003cspan\u003eHelps repel light rain\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bomber-benefit\"\u003e\n\u003cstrong\u003eWind-Resistant\u003c\/strong\u003e \u003cspan\u003eComfort in breezy weather\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bomber-benefit\"\u003e\n\u003cstrong\u003eLightweight\u003c\/strong\u003e \u003cspan\u003eEasy to wear and pack\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bomber-benefit\"\u003e\n\u003cstrong\u003eSecure Pockets\u003c\/strong\u003e \u003cspan\u003eStorage for daily essentials\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Features --\u003e\n\u003cdiv class=\"bomber-section\"\u003e\n\u003ch3 class=\"bomber-heading\"\u003eBuilt for Everyday Wear\u003c\/h3\u003e\n\u003cdiv class=\"bomber-features\"\u003e\n\u003cdiv class=\"bomber-feature\"\u003e\n\u003ch4\u003eWeather-Ready Fabric\u003c\/h4\u003e\n\u003cp\u003eHigh-density polyester fabric helps block wind and repel light rain while remaining lightweight.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bomber-feature\"\u003e\n\u003ch4\u003eComfortable Lining\u003c\/h4\u003e\n\u003cp\u003eThe smooth inner lining feels comfortable over T-shirts, shirts and lightweight sweaters.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bomber-feature\"\u003e\n\u003ch4\u003eClassic Bomber Design\u003c\/h4\u003e\n\u003cp\u003eRibbed collar, cuffs and hem provide a secure fit with a clean everyday appearance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bomber-feature\"\u003e\n\u003ch4\u003ePractical Storage\u003c\/h4\u003e\n\u003cp\u003eZippered side pockets help keep your phone, keys and other small essentials secure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Suitable For --\u003e\n\u003cdiv class=\"bomber-section\"\u003e\n\u003ch3 class=\"bomber-heading\"\u003eEasy Everyday Versatility\u003c\/h3\u003e\n\u003cul class=\"bomber-list\"\u003e\n\u003cli\u003eRegular fit with room for comfortable layering\u003c\/li\u003e\n\u003cli\u003eFull front zipper for easy on-and-off wear\u003c\/li\u003e\n\u003cli\u003eLightweight construction for travel and commuting\u003c\/li\u003e\n\u003cli\u003eSuitable for spring, fall and mild weather\u003c\/li\u003e\n\u003cli\u003eIdeal for work, travel and casual outdoor activities\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- Product Details --\u003e\n\u003cdiv class=\"bomber-section\"\u003e\n\u003ch3 class=\"bomber-heading\"\u003eProduct Details\u003c\/h3\u003e\n\u003cdiv class=\"bomber-details\"\u003e\n\u003cdiv class=\"bomber-detail-row\"\u003e\n\u003cstrong\u003eMaterial\u003c\/strong\u003e \u003cspan\u003e100% polyester outer fabric\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bomber-detail-row\"\u003e\n\u003cstrong\u003eFit\u003c\/strong\u003e \u003cspan\u003eRegular fit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bomber-detail-row\"\u003e\n\u003cstrong\u003eClosure\u003c\/strong\u003e \u003cspan\u003eFull front zipper\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bomber-detail-row\"\u003e\n\u003cstrong\u003eCollar\u003c\/strong\u003e \u003cspan\u003eRibbed bomber collar\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bomber-detail-row\"\u003e\n\u003cstrong\u003ePockets\u003c\/strong\u003e \u003cspan\u003eZippered side pockets and inner pocket\u003c\/span\u003e\u003cstrong\u003e\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bomber-detail-row\"\u003e\n\u003cstrong\u003eProtection\u003c\/strong\u003e \u003cspan\u003eWind-resistant and water-resistant\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"bomber-notice\"\u003e\u003cstrong\u003eWater-resistant, not fully waterproof:\u003c\/strong\u003e designed for light rain and splashes, not prolonged exposure to heavy rain.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"mysite","offers":[{"title":"Light Gray \/ M","offer_id":49236844708148,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Light Gray \/ L","offer_id":49236844675380,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Light Gray \/ XL","offer_id":49236843987252,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Light Gray \/ XXL","offer_id":49236843561268,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Light Gray \/ 3XL","offer_id":49236844282164,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Light Gray \/ 4XL","offer_id":49236843495732,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Light Gray \/ 5XL","offer_id":49237002256692,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Army Green \/ M","offer_id":49236843954484,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Army Green \/ L","offer_id":49236843856180,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Army Green \/ XL","offer_id":49236844511540,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Army Green \/ XXL","offer_id":49236844347700,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Army Green \/ 3XL","offer_id":49236843528500,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Army Green \/ 4XL","offer_id":49236844904756,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Army Green \/ 5XL","offer_id":49237002289460,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Red \/ M","offer_id":49236843626804,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Red \/ L","offer_id":49236843692340,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Red \/ XL","offer_id":49236844871988,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Red \/ XXL","offer_id":49236843659572,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Red \/ 3XL","offer_id":49236845297972,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Red \/ 4XL","offer_id":49236844609844,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Red \/ 5XL","offer_id":49237002322228,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Green \/ M","offer_id":49236843757876,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Green \/ L","offer_id":49236843725108,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Green \/ XL","offer_id":49236843921716,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Green \/ XXL","offer_id":49236843823412,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Green \/ 3XL","offer_id":49236844740916,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Green \/ 4XL","offer_id":49236844970292,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Green \/ 5XL","offer_id":49237002354996,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Khaki \/ M","offer_id":49236844577076,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Khaki \/ L","offer_id":49236844642612,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Khaki \/ XL","offer_id":49236845265204,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Khaki \/ XXL","offer_id":49236843790644,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Khaki \/ 3XL","offer_id":49236845101364,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Khaki \/ 4XL","offer_id":49236844773684,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Khaki \/ 5XL","offer_id":49237002387764,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Black \/ M","offer_id":49236844085556,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Black \/ L","offer_id":49236844052788,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Black \/ XL","offer_id":49236844806452,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Black \/ XXL","offer_id":49236844413236,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Black \/ 3XL","offer_id":49236844249396,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Black \/ 4XL","offer_id":49236844544308,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Black \/ 5XL","offer_id":49237002420532,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Navy \/ M","offer_id":49236845003060,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Navy \/ L","offer_id":49236845035828,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Navy \/ XL","offer_id":49236845199668,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Navy \/ XXL","offer_id":49236845068596,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Navy \/ 3XL","offer_id":49236844151092,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Navy \/ 4XL","offer_id":49236844118324,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true},{"title":"Navy \/ 5XL","offer_id":49237002453300,"sku":null,"price":67.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0856\/4490\/2708\/files\/O1CN01XWTasV1bM9QEJ7DY7__2211475223450-0-cib.jpg?v=1786012844","url":"https:\/\/kangoosport.com\/products\/mens-lightweight-windbreaker-bomber-jacket","provider":"KangooSport","version":"1.0","type":"link"}