{"product_id":"mens-bluson","title":"Men’s Heritage Streetwear Bomber Jacket","description":"\u003cstyle\u003e\n\/* =========================================================\n   VALROX — HERITAGE BOMBER JACKET\n   CRO \/ MOBILE-FIRST PRODUCT DESCRIPTION\n========================================================= *\/\n\n.vxhb {\n  --vx-bg: #ffffff;\n  --vx-soft: #f6f6f2;\n  --vx-soft-2: #eeefe9;\n  --vx-text: #171917;\n  --vx-copy: #5b605b;\n  --vx-muted: #7d827d;\n  --vx-line: #dedfd9;\n  --vx-green: #183d2b;\n\n  width: 100%;\n  max-width: 1120px;\n  margin: 0 auto;\n  background: var(--vx-bg);\n  color: var(--vx-text);\n  font-family: inherit;\n}\n\n.vxhb,\n.vxhb * {\n  box-sizing: border-box;\n}\n\n.vxhb-section {\n  margin-bottom: 48px;\n}\n\n.vxhb-eyebrow {\n  margin: 0 0 12px;\n  color: var(--vx-green);\n  font-size: 11px;\n  font-weight: 700;\n  line-height: 1.3;\n  letter-spacing: .2em;\n  text-transform: uppercase;\n}\n\n.vxhb-title {\n  margin: 0;\n  max-width: 720px;\n  color: var(--vx-text);\n  font-family: Georgia, \"Times New Roman\", serif;\n  font-size: clamp(30px, 4vw, 45px);\n  font-weight: 400;\n  line-height: 1.04;\n  letter-spacing: -.04em;\n}\n\n.vxhb-copy {\n  margin: 16px 0 0;\n  max-width: 590px;\n  color: var(--vx-copy);\n  font-size: 15px;\n  line-height: 1.65;\n}\n\n\n\/* ================= HERO ================= *\/\n\n.vxhb-hero {\n  position: relative;\n  padding: clamp(44px, 7vw, 76px) clamp(22px, 6vw, 62px);\n  margin-bottom: 48px;\n  overflow: hidden;\n  background: var(--vx-soft);\n  border: 1px solid var(--vx-line);\n}\n\n.vxhb-hero::before {\n  content: \"\";\n  position: absolute;\n  top: 0;\n  left: clamp(22px, 6vw, 62px);\n  width: 72px;\n  height: 3px;\n  background: var(--vx-green);\n}\n\n.vxhb-hero-title {\n  max-width: 760px;\n  margin: 0;\n  font-family: Georgia, \"Times New Roman\", serif;\n  font-size: clamp(38px, 6vw, 60px);\n  font-weight: 400;\n  line-height: .98;\n  letter-spacing: -.055em;\n}\n\n.vxhb-hero-copy {\n  max-width: 560px;\n  margin: 22px 0 0;\n  color: var(--vx-copy);\n  font-size: 16px;\n  line-height: 1.65;\n}\n\n\n\/* ================= BENEFITS ================= *\/\n\n.vxhb-benefits {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  border-top: 1px solid var(--vx-line);\n  border-left: 1px solid var(--vx-line);\n}\n\n.vxhb-benefit {\n  padding: 30px 26px;\n  border-right: 1px solid var(--vx-line);\n  border-bottom: 1px solid var(--vx-line);\n}\n\n.vxhb-benefit-number {\n  display: block;\n  margin-bottom: 24px;\n  color: var(--vx-green);\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: .18em;\n}\n\n.vxhb-benefit h3 {\n  margin: 0 0 9px;\n  color: var(--vx-text);\n  font-size: 16px;\n  font-weight: 700;\n  line-height: 1.3;\n}\n\n.vxhb-benefit p {\n  margin: 0;\n  color: var(--vx-copy);\n  font-size: 14px;\n  line-height: 1.55;\n}\n\n\n\/* ================= DETAILS ================= *\/\n\n.vxhb-details {\n  padding: clamp(38px, 6vw, 62px);\n  background: var(--vx-soft-2);\n}\n\n.vxhb-details-head {\n  margin-bottom: 30px;\n}\n\n.vxhb-detail-list {\n  border-top: 1px solid #cfd2cb;\n}\n\n.vxhb-detail {\n  display: grid;\n  grid-template-columns: 190px 1fr;\n  gap: 26px;\n  padding: 21px 0;\n  border-bottom: 1px solid #cfd2cb;\n}\n\n.vxhb-detail-name {\n  margin: 0;\n  color: var(--vx-text);\n  font-size: 14px;\n  font-weight: 700;\n}\n\n.vxhb-detail-text {\n  margin: 0;\n  max-width: 570px;\n  color: var(--vx-copy);\n  font-size: 14px;\n  line-height: 1.55;\n}\n\n\n\/* ================= COLOURS ================= *\/\n\n.vxhb-colours {\n  padding: 0 2px;\n}\n\n.vxhb-colour-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  margin-top: 28px;\n  border-top: 1px solid var(--vx-line);\n  border-left: 1px solid var(--vx-line);\n}\n\n.vxhb-colour {\n  display: flex;\n  min-height: 74px;\n  padding: 18px;\n  align-items: center;\n  gap: 11px;\n  border-right: 1px solid var(--vx-line);\n  border-bottom: 1px solid var(--vx-line);\n  background: #fff;\n}\n\n.vxhb-dot {\n  width: 12px;\n  height: 12px;\n  flex: 0 0 12px;\n  border: 1px solid rgba(0,0,0,.18);\n  border-radius: 50%;\n}\n\n.vxhb-dot-black {\n  background: #151719;\n}\n\n.vxhb-dot-navy {\n  background: #1d3154;\n}\n\n.vxhb-dot-green {\n  background: #899a80;\n}\n\n.vxhb-dot-white {\n  background: #f1f0eb;\n}\n\n.vxhb-colour-name {\n  color: var(--vx-text);\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: .08em;\n  text-transform: uppercase;\n}\n\n\n\/* ================= STYLE BLOCK ================= *\/\n\n.vxhb-style {\n  padding: clamp(38px, 6vw, 62px);\n  border: 1px solid var(--vx-line);\n  background: #fff;\n}\n\n.vxhb-style-inner {\n  max-width: 720px;\n}\n\n.vxhb-style-options {\n  display: flex;\n  flex-wrap: wrap;\n  margin-top: 25px;\n  gap: 9px;\n}\n\n.vxhb-style-tag {\n  padding: 10px 14px;\n  border: 1px solid var(--vx-line);\n  color: var(--vx-text);\n  font-size: 12px;\n  line-height: 1.2;\n}\n\n\n\/* ================= SIZE GUIDE ================= *\/\n\n.vxhb-size-intro {\n  margin-bottom: 24px;\n}\n\n.vxhb-table {\n  width: 100%;\n  overflow: hidden;\n  border: 1px solid var(--vx-line);\n}\n\n.vxhb-row {\n  display: grid;\n  grid-template-columns: .7fr .9fr 1.2fr 1.2fr;\n  border-bottom: 1px solid var(--vx-line);\n}\n\n.vxhb-row:last-child {\n  border-bottom: 0;\n}\n\n.vxhb-row \u003e div {\n  display: flex;\n  min-height: 56px;\n  padding: 13px 10px;\n  align-items: center;\n  justify-content: center;\n  border-right: 1px solid var(--vx-line);\n  color: var(--vx-text);\n  font-size: 13px;\n  line-height: 1.35;\n  text-align: center;\n}\n\n.vxhb-row \u003e div:last-child {\n  border-right: 0;\n}\n\n.vxhb-row-head {\n  background: var(--vx-green);\n}\n\n.vxhb-row-head \u003e div {\n  min-height: 50px;\n  color: #fff;\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: .09em;\n  text-transform: uppercase;\n}\n\n.vxhb-row:not(.vxhb-row-head) \u003e div:first-child {\n  background: var(--vx-soft);\n  font-weight: 700;\n}\n\n.vxhb-size-note {\n  margin: 13px 0 0;\n  color: var(--vx-muted);\n  font-size: 11px;\n  line-height: 1.55;\n}\n\n\n\/* ================= CLOSING ================= *\/\n\n.vxhb-closing {\n  position: relative;\n  padding: clamp(42px, 6vw, 62px);\n  overflow: hidden;\n  background: var(--vx-green);\n  color: #fff;\n}\n\n.vxhb-closing-inner {\n  max-width: 690px;\n}\n\n.vxhb-closing .vxhb-eyebrow {\n  color: rgba(255,255,255,.66);\n}\n\n.vxhb-closing-title {\n  margin: 0;\n  max-width: 620px;\n  font-family: Georgia, \"Times New Roman\", serif;\n  font-size: clamp(32px, 5vw, 48px);\n  font-weight: 400;\n  line-height: 1;\n  letter-spacing: -.045em;\n}\n\n.vxhb-closing-copy {\n  max-width: 560px;\n  margin: 18px 0 0;\n  color: rgba(255,255,255,.76);\n  font-size: 15px;\n  line-height: 1.6;\n}\n\n\n\/* ================= MOBILE ================= *\/\n\n@media (max-width: 720px) {\n\n  .vxhb-section {\n    margin-bottom: 38px;\n  }\n\n  .vxhb-hero {\n    padding: 42px 20px 38px;\n    margin-bottom: 38px;\n  }\n\n  .vxhb-hero::before {\n    left: 20px;\n    width: 48px;\n  }\n\n  .vxhb-hero-title {\n    font-size: clamp(34px, 10vw, 44px);\n  }\n\n  .vxhb-hero-copy {\n    margin-top: 17px;\n    font-size: 15px;\n  }\n\n  .vxhb-title {\n    font-size: 30px;\n  }\n\n  .vxhb-benefits {\n    grid-template-columns: 1fr;\n  }\n\n  .vxhb-benefit {\n    padding: 22px 20px;\n  }\n\n  .vxhb-benefit-number {\n    margin-bottom: 14px;\n  }\n\n  .vxhb-details,\n  .vxhb-style {\n    padding: 34px 20px;\n  }\n\n  .vxhb-detail {\n    grid-template-columns: 1fr;\n    gap: 7px;\n    padding: 18px 0;\n  }\n\n  .vxhb-colour-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n\n  .vxhb-colour {\n    min-height: 60px;\n    padding: 14px;\n  }\n\n  .vxhb-style-options {\n    margin-top: 20px;\n  }\n\n  .vxhb-style-tag {\n    padding: 9px 11px;\n    font-size: 11px;\n  }\n\n  .vxhb-row {\n    grid-template-columns: .58fr .82fr 1fr 1.12fr;\n  }\n\n  .vxhb-row \u003e div {\n    min-height: 49px;\n    padding: 10px 4px;\n    font-size: 11px;\n    white-space: nowrap;\n  }\n\n  .vxhb-row-head \u003e div {\n    min-height: 46px;\n    font-size: 8px;\n    letter-spacing: .04em;\n  }\n\n  .vxhb-closing {\n    padding: 38px 20px;\n  }\n\n  .vxhb-closing-title {\n    font-size: 34px;\n  }\n\n}\n\n@media (max-width: 380px) {\n\n  .vxhb-row \u003e div {\n    padding-left: 2px;\n    padding-right: 2px;\n    font-size: 10px;\n  }\n\n  .vxhb-row-head \u003e div {\n    font-size: 7.5px;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003csection class=\"vxhb\"\u003e\n\n  \u003c!-- ========================================\n       01 — PRODUCT POSITIONING\n  ========================================= --\u003e\n\n  \u003cdiv class=\"vxhb-hero\"\u003e\n    \u003cp class=\"vxhb-eyebrow\"\u003eModern Heritage\u003c\/p\u003e\n\n    \u003ch2 class=\"vxhb-hero-title\"\u003e\n      The bomber,\u003cbr\u003erefined.\n    \u003c\/h2\u003e\n\n    \u003cp class=\"vxhb-hero-copy\"\u003e\n      A clean bomber silhouette finished with contrast sporting detail —\n      easy to style and built to work across the wardrobe you already own.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- ========================================\n       02 — CORE BENEFITS\n  ========================================= --\u003e\n\n  \u003cdiv class=\"vxhb-section\"\u003e\n\n    \u003cdiv class=\"vxhb-benefits\"\u003e\n\n      \u003cdiv class=\"vxhb-benefit\"\u003e\n        \u003cspan class=\"vxhb-benefit-number\"\u003e01\u003c\/span\u003e\n        \u003ch3\u003eClean Profile\u003c\/h3\u003e\n        \u003cp\u003e\n          A streamlined bomber shape that keeps casual outfits looking considered.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"vxhb-benefit\"\u003e\n        \u003cspan class=\"vxhb-benefit-number\"\u003e02\u003c\/span\u003e\n        \u003ch3\u003eSporting Detail\u003c\/h3\u003e\n        \u003cp\u003e\n          Contrast ribbing gives the jacket character without overpowering the look.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"vxhb-benefit\"\u003e\n        \u003cspan class=\"vxhb-benefit-number\"\u003e03\u003c\/span\u003e\n        \u003ch3\u003eEasy to Style\u003c\/h3\u003e\n        \u003cp\u003e\n          A straightforward silhouette that works naturally with everyday menswear.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- ========================================\n       OPTIONAL IMAGE POSITION\n       IMAGE: JACKET WORN \/ CLEAN LIFESTYLE\n  ========================================= --\u003e\n\n\n  \u003c!-- ========================================\n       03 — PRODUCT DETAILS\n  ========================================= --\u003e\n\n  \u003cdiv class=\"vxhb-section vxhb-details\"\u003e\n\n    \u003cdiv class=\"vxhb-details-head\"\u003e\n      \u003cp class=\"vxhb-eyebrow\"\u003eConsidered Details\u003c\/p\u003e\n\n      \u003ch3 class=\"vxhb-title\"\u003e\n        Defined by the details.\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"vxhb-detail-list\"\u003e\n\n      \u003cdiv class=\"vxhb-detail\"\u003e\n        \u003cp class=\"vxhb-detail-name\"\u003eRaised Collar\u003c\/p\u003e\n        \u003cp class=\"vxhb-detail-text\"\u003e\n          Gives the neckline a sharper, more composed profile.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"vxhb-detail\"\u003e\n        \u003cp class=\"vxhb-detail-name\"\u003eFull-Zip Front\u003c\/p\u003e\n        \u003cp class=\"vxhb-detail-text\"\u003e\n          A simple central fastening keeps the front clean and uncluttered.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"vxhb-detail\"\u003e\n        \u003cp class=\"vxhb-detail-name\"\u003eContrast Ribbing\u003c\/p\u003e\n        \u003cp class=\"vxhb-detail-text\"\u003e\n          Striped finishing at the collar, cuffs and hem adds its distinctive sporting character.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"vxhb-detail\"\u003e\n        \u003cp class=\"vxhb-detail-name\"\u003eSide Pockets\u003c\/p\u003e\n        \u003cp class=\"vxhb-detail-text\"\u003e\n          Everyday function integrated without interrupting the silhouette.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- ========================================\n       OPTIONAL IMAGE POSITION\n       IMAGE: COLLAR \/ RIBBED DETAIL CLOSE-UP\n  ========================================= --\u003e\n\n\n  \u003c!-- ========================================\n       04 — COLOURS\n  ========================================= --\u003e\n\n  \u003cdiv class=\"vxhb-section vxhb-colours\"\u003e\n\n    \u003cp class=\"vxhb-eyebrow\"\u003eAvailable Colours\u003c\/p\u003e\n\n    \u003ch3 class=\"vxhb-title\"\u003e\n      Four colours.\u003cbr\u003eOne clean silhouette.\n    \u003c\/h3\u003e\n\n    \u003cdiv class=\"vxhb-colour-grid\"\u003e\n\n      \u003cdiv class=\"vxhb-colour\"\u003e\n        \u003cspan class=\"vxhb-dot vxhb-dot-black\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"vxhb-colour-name\"\u003eBlack\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"vxhb-colour\"\u003e\n        \u003cspan class=\"vxhb-dot vxhb-dot-navy\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"vxhb-colour-name\"\u003eNavy Blue\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"vxhb-colour\"\u003e\n        \u003cspan class=\"vxhb-dot vxhb-dot-green\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"vxhb-colour-name\"\u003eGreen\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"vxhb-colour\"\u003e\n        \u003cspan class=\"vxhb-dot vxhb-dot-white\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"vxhb-colour-name\"\u003eWhite\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- ========================================\n       05 — STYLE \/ USAGE\n  ========================================= --\u003e\n\n  \u003cdiv class=\"vxhb-section vxhb-style\"\u003e\n\n    \u003cdiv class=\"vxhb-style-inner\"\u003e\n\n      \u003cp class=\"vxhb-eyebrow\"\u003eWear It Your Way\u003c\/p\u003e\n\n      \u003ch3 class=\"vxhb-title\"\u003e\n        One jacket.\u003cbr\u003eMore ways to wear it.\n      \u003c\/h3\u003e\n\n      \u003cp class=\"vxhb-copy\"\u003e\n        Over a tee. With knitwear. Paired with trousers or kept casual with denim.\n        A simple layer that fits naturally into an everyday wardrobe.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"vxhb-style-options\"\u003e\n        \u003cspan class=\"vxhb-style-tag\"\u003eT-Shirts\u003c\/span\u003e\n        \u003cspan class=\"vxhb-style-tag\"\u003eKnitwear\u003c\/span\u003e\n        \u003cspan class=\"vxhb-style-tag\"\u003eDenim\u003c\/span\u003e\n        \u003cspan class=\"vxhb-style-tag\"\u003eTrousers\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- ========================================\n       OPTIONAL IMAGE POSITION\n       IMAGE: BACK \/ SIDE SILHOUETTE\n  ========================================= --\u003e\n\n\n  \u003c!-- ========================================\n       06 — SIZE GUIDE\n  ========================================= --\u003e\n\n  \u003cdiv class=\"vxhb-section\"\u003e\n\n    \u003cdiv class=\"vxhb-size-intro\"\u003e\n\n      \u003cp class=\"vxhb-eyebrow\"\u003eSize Guide\u003c\/p\u003e\n\n      \u003ch3 class=\"vxhb-title\"\u003e\n        Find your size.\n      \u003c\/h3\u003e\n\n      \u003cp class=\"vxhb-copy\"\u003e\n        Use your body measurements to choose the closest size.\n        Measure around the fullest part of your chest and your natural waist.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"vxhb-table\" role=\"table\"\u003e\n\n      \u003cdiv class=\"vxhb-row vxhb-row-head\" role=\"row\"\u003e\n        \u003cdiv role=\"columnheader\"\u003eSize\u003c\/div\u003e\n        \u003cdiv role=\"columnheader\"\u003eNumeric\u003c\/div\u003e\n        \u003cdiv role=\"columnheader\"\u003eChest\u003c\/div\u003e\n        \u003cdiv role=\"columnheader\"\u003eWaist\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"vxhb-row\" role=\"row\"\u003e\n        \u003cdiv role=\"cell\"\u003eS\u003c\/div\u003e\n        \u003cdiv role=\"cell\"\u003e3\u003c\/div\u003e\n        \u003cdiv role=\"cell\"\u003e93 cm\u003c\/div\u003e\n        \u003cdiv role=\"cell\"\u003e77–81 cm\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"vxhb-row\" role=\"row\"\u003e\n        \u003cdiv role=\"cell\"\u003eM\u003c\/div\u003e\n        \u003cdiv role=\"cell\"\u003e4\u003c\/div\u003e\n        \u003cdiv role=\"cell\"\u003e101 cm\u003c\/div\u003e\n        \u003cdiv role=\"cell\"\u003e85–89 cm\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"vxhb-row\" role=\"row\"\u003e\n        \u003cdiv role=\"cell\"\u003eL\u003c\/div\u003e\n        \u003cdiv role=\"cell\"\u003e5\u003c\/div\u003e\n        \u003cdiv role=\"cell\"\u003e109 cm\u003c\/div\u003e\n        \u003cdiv role=\"cell\"\u003e93–97 cm\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"vxhb-row\" role=\"row\"\u003e\n        \u003cdiv role=\"cell\"\u003eXL\u003c\/div\u003e\n        \u003cdiv role=\"cell\"\u003e6\u003c\/div\u003e\n        \u003cdiv role=\"cell\"\u003e117 cm\u003c\/div\u003e\n        \u003cdiv role=\"cell\"\u003e101–106 cm\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"vxhb-row\" role=\"row\"\u003e\n        \u003cdiv role=\"cell\"\u003e2XL\u003c\/div\u003e\n        \u003cdiv role=\"cell\"\u003e7\u003c\/div\u003e\n        \u003cdiv role=\"cell\"\u003e125 cm\u003c\/div\u003e\n        \u003cdiv role=\"cell\"\u003e111–116 cm\u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cp class=\"vxhb-size-note\"\u003e\n      Measurements shown are body measurements in centimetres,\n      not measurements taken directly from the jacket.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- ========================================\n       07 — FINAL POSITIONING\n  ========================================= --\u003e\n\n  \u003cdiv class=\"vxhb-closing\"\u003e\n\n    \u003cdiv class=\"vxhb-closing-inner\"\u003e\n\n      \u003cp class=\"vxhb-eyebrow\"\u003eVALROX \/ Modern Heritage\u003c\/p\u003e\n\n      \u003ch3 class=\"vxhb-closing-title\"\u003e\n        Made to stay in rotation.\n      \u003c\/h3\u003e\n\n      \u003cp class=\"vxhb-closing-copy\"\u003e\n        A bomber with enough character to stand out and enough restraint\n        to wear again and again.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e","brand":"Valrox","offers":[{"title":"Black \/ S","offer_id":49754032341234,"sku":null,"price":59.9,"currency_code":"EUR","in_stock":true},{"title":"Black \/ M","offer_id":49754032374002,"sku":null,"price":59.9,"currency_code":"EUR","in_stock":true},{"title":"Black \/ L","offer_id":49754032406770,"sku":null,"price":59.9,"currency_code":"EUR","in_stock":true},{"title":"Black \/ XL","offer_id":49754032439538,"sku":null,"price":59.9,"currency_code":"EUR","in_stock":true},{"title":"Black \/ 2XL","offer_id":49754032472306,"sku":null,"price":59.9,"currency_code":"EUR","in_stock":true},{"title":"Navy Blue \/ S","offer_id":49754032537842,"sku":null,"price":59.9,"currency_code":"EUR","in_stock":true},{"title":"Navy Blue \/ M","offer_id":49754032570610,"sku":null,"price":59.9,"currency_code":"EUR","in_stock":true},{"title":"Navy Blue \/ L","offer_id":49754032603378,"sku":null,"price":59.9,"currency_code":"EUR","in_stock":true},{"title":"Navy Blue \/ XL","offer_id":49754032636146,"sku":null,"price":59.9,"currency_code":"EUR","in_stock":true},{"title":"Navy Blue \/ 2XL","offer_id":49754032668914,"sku":null,"price":59.9,"currency_code":"EUR","in_stock":true},{"title":"Green \/ S","offer_id":49754032734450,"sku":null,"price":59.9,"currency_code":"EUR","in_stock":true},{"title":"Green \/ M","offer_id":49754032767218,"sku":null,"price":59.9,"currency_code":"EUR","in_stock":true},{"title":"Green \/ L","offer_id":49754032799986,"sku":null,"price":59.9,"currency_code":"EUR","in_stock":true},{"title":"Green \/ XL","offer_id":49754032832754,"sku":null,"price":59.9,"currency_code":"EUR","in_stock":true},{"title":"Green \/ 2XL","offer_id":49754032865522,"sku":null,"price":59.9,"currency_code":"EUR","in_stock":true},{"title":"White \/ S","offer_id":49754032931058,"sku":null,"price":59.9,"currency_code":"EUR","in_stock":true},{"title":"White \/ M","offer_id":49754032963826,"sku":null,"price":59.9,"currency_code":"EUR","in_stock":true},{"title":"White \/ L","offer_id":49754032996594,"sku":null,"price":59.9,"currency_code":"EUR","in_stock":true},{"title":"White \/ XL","offer_id":49754033029362,"sku":null,"price":59.9,"currency_code":"EUR","in_stock":true},{"title":"White \/ 2XL","offer_id":49754033062130,"sku":null,"price":59.9,"currency_code":"EUR","in_stock":true},{"title":"Gold Yellow \/ S","offer_id":49754033127666,"sku":null,"price":59.9,"currency_code":"EUR","in_stock":false},{"title":"Gold Yellow \/ M","offer_id":49754033160434,"sku":null,"price":59.9,"currency_code":"EUR","in_stock":false},{"title":"Gold Yellow \/ L","offer_id":49754033193202,"sku":null,"price":59.9,"currency_code":"EUR","in_stock":false},{"title":"Gold Yellow \/ XL","offer_id":49754033225970,"sku":null,"price":59.9,"currency_code":"EUR","in_stock":false},{"title":"Gold Yellow \/ 2XL","offer_id":49754033258738,"sku":null,"price":59.9,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0840\/2780\/1842\/files\/black_a77f8f3d-343a-48ca-aa1e-4c9a2fd6f305.png?v=1783007737","url":"https:\/\/valroxmen.shop\/products\/mens-bluson","provider":"Valrox ","version":"1.0","type":"link"}