{"product_id":"jacket","title":"Men’s Classic Streetwear Bomber Jacket","description":"\u003cstyle\u003e\n  \/* ===== BOMBER JACKET ===== *\/\n\n  @keyframes bmbFadeIn {\n    from { opacity: 0; transform: translateY(14px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n  @keyframes bmbStripeSlide {\n    from { transform: translateX(-100%); opacity: 0; }\n    to { transform: translateX(0); opacity: 1; }\n  }\n\n  \/* FAIL-SAFE: conteudo VISIVEL por padrao. Se a Shopify remover o \u003cscript\u003e, nada some. *\/\n  .bmb-reveal { opacity: 1; transform: none; }\n  .bmb-reveal-1 .bmb-stripe-1,\n  .bmb-reveal-1 .bmb-stripe-2,\n  .bmb-reveal-1 .bmb-stripe-3 { opacity: 1; transform: none; }\n\n  \/* So esconde para revelar no scroll QUANDO o JS confirma que rodou (.bmb-anim no html) *\/\n  .bmb-anim .bmb-reveal { opacity: 0; transform: translateY(14px); }\n  .bmb-anim .bmb-reveal.is-visible { animation: bmbFadeIn 0.7s ease-out forwards; }\n\n  \/* Listras do hero, escondidas e animam em cascata quando o hero entra em vista *\/\n  .bmb-anim .bmb-reveal-1 .bmb-stripe-1,\n  .bmb-anim .bmb-reveal-1 .bmb-stripe-2,\n  .bmb-anim .bmb-reveal-1 .bmb-stripe-3 { opacity: 0; transform: translateX(-100%); }\n  .bmb-anim .bmb-reveal-1.is-visible .bmb-stripe-1 { animation: bmbStripeSlide 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) 0.4s forwards; }\n  .bmb-anim .bmb-reveal-1.is-visible .bmb-stripe-2 { animation: bmbStripeSlide 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) 0.55s forwards; }\n  .bmb-anim .bmb-reveal-1.is-visible .bmb-stripe-3 { animation: bmbStripeSlide 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) 0.7s forwards; }\n\n  \/* Cards hover *\/\n  .bmb-card { transition: transform 0.35s ease, background-color 0.35s ease, border-color 0.35s ease; }\n  .bmb-card:hover { transform: translateY(-4px); background-color: #ffffff !important; border-color: #000000 !important; }\n  .bmb-card:hover .bmb-num,\n  .bmb-card:hover .bmb-card-title,\n  .bmb-card:hover .bmb-card-text { color: #000000 !important; }\n  .bmb-num { transition: transform 0.35s ease, color 0.35s ease; display: inline-block; }\n  .bmb-card-title, .bmb-card-text { transition: color 0.35s ease; }\n  .bmb-card:hover .bmb-num { transform: translateX(4px); }\n\n  \/* Swatches hover *\/\n  .bmb-swatch { transition: transform 0.35s ease, box-shadow 0.35s ease; }\n  .bmb-swatch:hover { transform: translateY(-6px) scale(1.03); box-shadow: 0 12px 30px rgba(0,0,0,0.25); }\n\n  \/* Size rows hover *\/\n  .bmb-size-row { transition: background-color 0.25s ease; }\n  .bmb-size-row:hover td { background-color: #f0f0f0 !important; }\n\n  \/* Shimmer *\/\n  .bmb-shimmer { position: relative; overflow: hidden; }\n  .bmb-shimmer \u003e * { position: relative; z-index: 1; }\n  .bmb-shimmer::before {\n    content: '';\n    position: absolute;\n    top: -10%; left: -100%;\n    width: 75%; height: 120%;\n    background: linear-gradient(\n      110deg,\n      transparent 0%,\n      rgba(255,255,255,0.03) 25%,\n      rgba(255,255,255,0.10) 42%,\n      rgba(255,255,255,0.22) 50%,\n      rgba(255,255,255,0.10) 58%,\n      rgba(255,255,255,0.03) 75%,\n      transparent 100%\n    );\n    animation: bmbShine 4.5s ease-in-out infinite;\n    pointer-events: none;\n    z-index: 0;\n    transform: skewX(-12deg);\n  }\n  @keyframes bmbShine {\n    0% { left: -100%; }\n    55% { left: 160%; }\n    100% { left: 160%; }\n  }\n\n  \/* Movimento reduzido *\/\n  @media (prefers-reduced-motion: reduce) {\n    .bmb-reveal, .bmb-reveal-1 .bmb-stripe-1, .bmb-reveal-1 .bmb-stripe-2, .bmb-reveal-1 .bmb-stripe-3, .bmb-shimmer::before {\n      animation: none !important;\n      opacity: 1 !important;\n      transform: none !important;\n    }\n    .bmb-card, .bmb-swatch, .bmb-size-row { transition: none !important; }\n  }\n\u003c\/style\u003e\n\n\u003c!-- ===== BLOCO 1: HERO ===== --\u003e\n\u003cdiv class=\"bmb-reveal bmb-reveal-1 bmb-shimmer\" style=\"background-color: #000000; color: #ffffff; padding: 70px 35px 60px; margin: 0 0 40px 0; text-align: center; position: relative; overflow: hidden;\"\u003e\n\n  \u003cdiv style=\"text-align: center; margin-bottom: 32px; font-size: 0; line-height: 0; white-space: nowrap;\"\u003e\n    \u003cspan class=\"bmb-stripe-1\" style=\"display: inline-block; vertical-align: middle; width: 60px; height: 6px; background-color: #ffffff; margin: 0 4px;\"\u003e\u003c\/span\u003e\u003cspan class=\"bmb-stripe-2\" style=\"display: inline-block; vertical-align: middle; width: 60px; height: 6px; background-color: #ffffff; margin: 0 4px;\"\u003e\u003c\/span\u003e\u003cspan class=\"bmb-stripe-3\" style=\"display: inline-block; vertical-align: middle; width: 60px; height: 6px; background-color: #ffffff; margin: 0 4px;\"\u003e\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cp style=\"font-size: 13px; letter-spacing: 0.4em; color: #ffffff; font-weight: 800; margin: 0 0 18px 0; text-transform: uppercase; opacity: 0.85;\"\u003ePREMIUM STREETWEAR\u003c\/p\u003e\n  \u003ch2 style=\"font-size: clamp(34px, 8.5vw, 56px); line-height: 0.95; font-weight: 900; margin: 0 0 22px 0; color: #ffffff; letter-spacing: -0.02em; text-transform: uppercase;\"\u003eBOMBER JACKET\u003cbr\u003e\u003cspan style=\"-webkit-text-stroke: 2px #ffffff; color: transparent; display: inline-block;\"\u003eCLASSIC\u003c\/span\u003e\n\u003c\/h2\u003e\n  \u003cp style=\"font-size: 17px; line-height: 1.6; color: rgba(255,255,255,0.75); max-width: 560px; margin: 22px auto 0;\"\u003eSporting heritage. Contemporary cut. A bomber that's outlasted every trend since the '70s.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- ===== BLOCO 2: CORES DISPONÍVEIS ===== --\u003e\n\u003cdiv class=\"bmb-reveal\" style=\"margin: 0 0 50px 0;\"\u003e\n  \u003cp style=\"font-size: 12px; letter-spacing: 0.3em; color: #000000; font-weight: 800; margin: 0 0 14px 0; text-transform: uppercase;\"\u003eAvailable in\u003c\/p\u003e\n  \u003ch3 style=\"font-size: clamp(26px, 6vw, 36px); font-weight: 900; color: #000000; margin: 0 0 28px 0; line-height: 1; text-transform: uppercase; letter-spacing: -0.02em;\"\u003eFOUR COLOURS.\u003cbr\u003eONE ATTITUDE.\u003c\/h3\u003e\n\n  \u003cdiv style=\"text-align: center; font-size: 0; line-height: 0;\"\u003e\n    \u003cdiv style=\"display: inline-block; vertical-align: top; width: calc(25% - 12px); min-width: 140px; margin: 6px; font-size: 13px; line-height: normal; box-sizing: border-box;\"\u003e\n      \u003cdiv class=\"bmb-swatch\" style=\"background: linear-gradient(135deg, #0f1f3a 0%, #0a1628 100%); aspect-ratio: 1\/1; min-height: 140px; position: relative; border: 2px solid #000000;\"\u003e\n        \u003cdiv style=\"position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 0; line-height: 0; white-space: nowrap;\"\u003e\n          \u003cspan style=\"display: inline-block; vertical-align: middle; width: 18px; height: 3px; background-color: #ffffff; margin-right: 4px;\"\u003e\u003c\/span\u003e\u003cspan style=\"display: inline-block; vertical-align: middle; width: 18px; height: 3px; background-color: #e63946; margin-right: 4px;\"\u003e\u003c\/span\u003e\u003cspan style=\"display: inline-block; vertical-align: middle; width: 18px; height: 3px; background-color: #ffffff;\"\u003e\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cp style=\"font-size: 13px; font-weight: 800; color: #000000; margin: 12px 0 0 0; text-transform: uppercase; letter-spacing: 0.08em; text-align: center;\"\u003eNavy\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003cdiv style=\"display: inline-block; vertical-align: top; width: calc(25% - 12px); min-width: 140px; margin: 6px; font-size: 13px; line-height: normal; box-sizing: border-box;\"\u003e\n      \u003cdiv class=\"bmb-swatch\" style=\"background: linear-gradient(135deg, #5a6b3e 0%, #3d4a2a 100%); aspect-ratio: 1\/1; min-height: 140px; position: relative; border: 2px solid #000000;\"\u003e\n        \u003cdiv style=\"position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 0; line-height: 0; white-space: nowrap;\"\u003e\n          \u003cspan style=\"display: inline-block; vertical-align: middle; width: 18px; height: 3px; background-color: #ffffff; margin-right: 4px;\"\u003e\u003c\/span\u003e\u003cspan style=\"display: inline-block; vertical-align: middle; width: 18px; height: 3px; background-color: #000000; margin-right: 4px;\"\u003e\u003c\/span\u003e\u003cspan style=\"display: inline-block; vertical-align: middle; width: 18px; height: 3px; background-color: #ffffff;\"\u003e\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cp style=\"font-size: 13px; font-weight: 800; color: #000000; margin: 12px 0 0 0; text-transform: uppercase; letter-spacing: 0.08em; text-align: center;\"\u003eOlive\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003cdiv style=\"display: inline-block; vertical-align: top; width: calc(25% - 12px); min-width: 140px; margin: 6px; font-size: 13px; line-height: normal; box-sizing: border-box;\"\u003e\n      \u003cdiv class=\"bmb-swatch\" style=\"background: linear-gradient(135deg, #1a1a1a 0%, #000000 100%); aspect-ratio: 1\/1; min-height: 140px; position: relative; border: 2px solid #000000;\"\u003e\n        \u003cdiv style=\"position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 0; line-height: 0; white-space: nowrap;\"\u003e\n          \u003cspan style=\"display: inline-block; vertical-align: middle; width: 18px; height: 3px; background-color: #ffffff; margin-right: 4px;\"\u003e\u003c\/span\u003e\u003cspan style=\"display: inline-block; vertical-align: middle; width: 18px; height: 3px; background-color: #f4b740; margin-right: 4px;\"\u003e\u003c\/span\u003e\u003cspan style=\"display: inline-block; vertical-align: middle; width: 18px; height: 3px; background-color: #ffffff;\"\u003e\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cp style=\"font-size: 13px; font-weight: 800; color: #000000; margin: 12px 0 0 0; text-transform: uppercase; letter-spacing: 0.08em; text-align: center;\"\u003eBlack\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003cdiv style=\"display: inline-block; vertical-align: top; width: calc(25% - 12px); min-width: 140px; margin: 6px; font-size: 13px; line-height: normal; box-sizing: border-box;\"\u003e\n      \u003cdiv class=\"bmb-swatch\" style=\"background: linear-gradient(135deg, #e0cfb0 0%, #c9b896 100%); aspect-ratio: 1\/1; min-height: 140px; position: relative; border: 2px solid #000000;\"\u003e\n        \u003cdiv style=\"position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 0; line-height: 0; white-space: nowrap;\"\u003e\n          \u003cspan style=\"display: inline-block; vertical-align: middle; width: 18px; height: 3px; background-color: #ffffff; margin-right: 4px;\"\u003e\u003c\/span\u003e\u003cspan style=\"display: inline-block; vertical-align: middle; width: 18px; height: 3px; background-color: #8b7355; margin-right: 4px;\"\u003e\u003c\/span\u003e\u003cspan style=\"display: inline-block; vertical-align: middle; width: 18px; height: 3px; background-color: #ffffff;\"\u003e\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cp style=\"font-size: 13px; font-weight: 800; color: #000000; margin: 12px 0 0 0; text-transform: uppercase; letter-spacing: 0.08em; text-align: center;\"\u003eSand\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ===== BLOCO 3: BENEFÍCIOS (mais centralizado) ===== --\u003e\n\u003cdiv class=\"bmb-reveal\" style=\"background-color: #000000; padding: 60px 40px; margin: 0 0 50px 0;\"\u003e\n\n  \u003cdiv style=\"text-align: center; margin-bottom: 28px; font-size: 0; line-height: 0; white-space: nowrap;\"\u003e\n    \u003cspan style=\"display: inline-block; vertical-align: middle; width: 38px; height: 4px; background-color: #ffffff; margin: 0 3px;\"\u003e\u003c\/span\u003e\u003cspan style=\"display: inline-block; vertical-align: middle; width: 38px; height: 4px; background-color: #ffffff; margin: 0 3px;\"\u003e\u003c\/span\u003e\u003cspan style=\"display: inline-block; vertical-align: middle; width: 38px; height: 4px; background-color: #ffffff; margin: 0 3px;\"\u003e\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cp style=\"font-size: 12px; letter-spacing: 0.4em; color: #ffffff; font-weight: 800; margin: 0 0 14px 0; text-transform: uppercase; text-align: center; opacity: 0.7;\"\u003eTechnical Build\u003c\/p\u003e\n  \u003ch3 style=\"font-size: clamp(26px, 6vw, 36px); font-weight: 900; color: #ffffff; text-align: center; margin: 0 0 44px 0; line-height: 1; text-transform: uppercase; letter-spacing: -0.02em;\"\u003eEVERY DETAIL,\u003cbr\u003eCONSIDERED.\u003c\/h3\u003e\n\n  \u003cdiv style=\"text-align: center; font-size: 0; line-height: 0; max-width: 680px; margin: 0 auto;\"\u003e\n    \u003cdiv style=\"display: inline-block; vertical-align: top; width: calc(50% - 16px); min-width: 220px; margin: 8px; font-size: 14px; line-height: normal; box-sizing: border-box;\"\u003e\n      \u003cdiv class=\"bmb-card\" style=\"background-color: #1a1a1a; border: 1px solid #333333; padding: 28px;\"\u003e\n        \u003cdiv class=\"bmb-num\" style=\"font-size: 40px; font-weight: 900; color: #ffffff; line-height: 1; margin-bottom: 16px; letter-spacing: -0.03em;\"\u003e01\u003c\/div\u003e\n        \u003ch4 class=\"bmb-card-title\" style=\"font-size: 15px; font-weight: 900; color: #ffffff; text-transform: uppercase; letter-spacing: 0.08em; margin: 0 0 10px 0;\"\u003eWeatherproof Fabric\u003c\/h4\u003e\n        \u003cp class=\"bmb-card-text\" style=\"font-size: 14px; line-height: 1.6; color: rgba(255,255,255,0.65); margin: 0;\"\u003eWater-repellent treatment that sheds drizzle, wind and the British weather. You stay dry.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003cdiv style=\"display: inline-block; vertical-align: top; width: calc(50% - 16px); min-width: 220px; margin: 8px; font-size: 14px; line-height: normal; box-sizing: border-box;\"\u003e\n      \u003cdiv class=\"bmb-card\" style=\"background-color: #1a1a1a; border: 1px solid #333333; padding: 28px;\"\u003e\n        \u003cdiv class=\"bmb-num\" style=\"font-size: 40px; font-weight: 900; color: #ffffff; line-height: 1; margin-bottom: 16px; letter-spacing: -0.03em;\"\u003e02\u003c\/div\u003e\n        \u003ch4 class=\"bmb-card-title\" style=\"font-size: 15px; font-weight: 900; color: #ffffff; text-transform: uppercase; letter-spacing: 0.08em; margin: 0 0 10px 0;\"\u003ePerformance Slim Cut\u003c\/h4\u003e\n        \u003cp class=\"bmb-card-text\" style=\"font-size: 14px; line-height: 1.6; color: rgba(255,255,255,0.65); margin: 0;\"\u003eAnatomical tailoring that flatters without restricting. Full range of movement, guaranteed.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003cdiv style=\"display: inline-block; vertical-align: top; width: calc(50% - 16px); min-width: 220px; margin: 8px; font-size: 14px; line-height: normal; box-sizing: border-box;\"\u003e\n      \u003cdiv class=\"bmb-card\" style=\"background-color: #1a1a1a; border: 1px solid #333333; padding: 28px;\"\u003e\n        \u003cdiv class=\"bmb-num\" style=\"font-size: 40px; font-weight: 900; color: #ffffff; line-height: 1; margin-bottom: 16px; letter-spacing: -0.03em;\"\u003e03\u003c\/div\u003e\n        \u003ch4 class=\"bmb-card-title\" style=\"font-size: 15px; font-weight: 900; color: #ffffff; text-transform: uppercase; letter-spacing: 0.08em; margin: 0 0 10px 0;\"\u003eTricolour Ribbed Trim\u003c\/h4\u003e\n        \u003cp class=\"bmb-card-text\" style=\"font-size: 14px; line-height: 1.6; color: rgba(255,255,255,0.65); margin: 0;\"\u003eStriped ribbing at collar, cuffs and hem. The detail that defines authentic sportswear.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003cdiv style=\"display: inline-block; vertical-align: top; width: calc(50% - 16px); min-width: 220px; margin: 8px; font-size: 14px; line-height: normal; box-sizing: border-box;\"\u003e\n      \u003cdiv class=\"bmb-card\" style=\"background-color: #1a1a1a; border: 1px solid #333333; padding: 28px;\"\u003e\n        \u003cdiv class=\"bmb-num\" style=\"font-size: 40px; font-weight: 900; color: #ffffff; line-height: 1; margin-bottom: 16px; letter-spacing: -0.03em;\"\u003e04\u003c\/div\u003e\n        \u003ch4 class=\"bmb-card-title\" style=\"font-size: 15px; font-weight: 900; color: #ffffff; text-transform: uppercase; letter-spacing: 0.08em; margin: 0 0 10px 0;\"\u003eEmbroidered Detail\u003c\/h4\u003e\n        \u003cp class=\"bmb-card-text\" style=\"font-size: 14px; line-height: 1.6; color: rgba(255,255,255,0.65); margin: 0;\"\u003eSignature stitching applied at the chest. High-density embroidery that holds through wash after wash.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ===== BLOCO 4: GUIA DE TAMANHOS ===== --\u003e\n\u003cdiv class=\"bmb-reveal\" style=\"margin: 0 0 50px 0;\"\u003e\n  \u003cp style=\"font-size: 12px; letter-spacing: 0.3em; color: #000000; font-weight: 800; margin: 0 0 14px 0; text-transform: uppercase;\"\u003eSize Guide\u003c\/p\u003e\n  \u003ch3 style=\"font-size: clamp(26px, 6vw, 36px); font-weight: 900; color: #000000; margin: 0 0 14px 0; line-height: 1; text-transform: uppercase; letter-spacing: -0.02em;\"\u003eFIND YOUR FIT.\u003c\/h3\u003e\n  \u003cp style=\"font-size: 15px; line-height: 1.6; color: #3a3a3a; margin: 0 0 26px 0;\"\u003eCut in a \u003cstrong style=\"color: #000000;\"\u003eslim fit\u003c\/strong\u003e. If you typically wear M in other jackets, stick with it. For a more relaxed silhouette, size up.\u003c\/p\u003e\n\n  \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 15px; text-align: center; border: 2px solid #000000;\" cellpadding=\"0\" cellspacing=\"0\"\u003e\n    \u003cthead\u003e\n      \u003ctr style=\"background-color: #000000; color: #ffffff;\"\u003e\n        \u003cth style=\"padding: 18px 10px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.1em; font-size: 12px; border-right: 1px solid #333333;\"\u003eSize\u003c\/th\u003e\n        \u003cth style=\"padding: 18px 10px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.1em; font-size: 12px; border-right: 1px solid #333333;\"\u003eChest\u003c\/th\u003e\n        \u003cth style=\"padding: 18px 10px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.1em; font-size: 12px; border-right: 1px solid #333333;\"\u003eLength\u003c\/th\u003e\n        \u003cth style=\"padding: 18px 10px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.1em; font-size: 12px;\"\u003eSleeve\u003c\/th\u003e\n      \u003c\/tr\u003e\n    \u003c\/thead\u003e\n    \u003ctbody\u003e\n      \u003ctr class=\"bmb-size-row\"\u003e\n        \u003ctd style=\"padding: 14px 10px; background-color: #f5f5f5; font-weight: 900; color: #000000; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5;\"\u003eXS\u003c\/td\u003e\n        \u003ctd style=\"padding: 14px 10px; background-color: #ffffff; color: #000000; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5;\"\u003e98 cm\u003c\/td\u003e\n        \u003ctd style=\"padding: 14px 10px; background-color: #ffffff; color: #000000; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5;\"\u003e65 cm\u003c\/td\u003e\n        \u003ctd style=\"padding: 14px 10px; background-color: #ffffff; color: #000000; border-bottom: 1px solid #e5e5e5;\"\u003e60 cm\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr class=\"bmb-size-row\"\u003e\n        \u003ctd style=\"padding: 14px 10px; background-color: #f5f5f5; font-weight: 900; color: #000000; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5;\"\u003eS\u003c\/td\u003e\n        \u003ctd style=\"padding: 14px 10px; background-color: #ffffff; color: #000000; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5;\"\u003e102 cm\u003c\/td\u003e\n        \u003ctd style=\"padding: 14px 10px; background-color: #ffffff; color: #000000; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5;\"\u003e67 cm\u003c\/td\u003e\n        \u003ctd style=\"padding: 14px 10px; background-color: #ffffff; color: #000000; border-bottom: 1px solid #e5e5e5;\"\u003e62 cm\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr class=\"bmb-size-row\"\u003e\n        \u003ctd style=\"padding: 14px 10px; background-color: #f5f5f5; font-weight: 900; color: #000000; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5;\"\u003eM\u003c\/td\u003e\n        \u003ctd style=\"padding: 14px 10px; background-color: #ffffff; color: #000000; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5;\"\u003e106 cm\u003c\/td\u003e\n        \u003ctd style=\"padding: 14px 10px; background-color: #ffffff; color: #000000; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5;\"\u003e69 cm\u003c\/td\u003e\n        \u003ctd style=\"padding: 14px 10px; background-color: #ffffff; color: #000000; border-bottom: 1px solid #e5e5e5;\"\u003e64 cm\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr class=\"bmb-size-row\"\u003e\n        \u003ctd style=\"padding: 14px 10px; background-color: #f5f5f5; font-weight: 900; color: #000000; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5;\"\u003eL\u003c\/td\u003e\n        \u003ctd style=\"padding: 14px 10px; background-color: #ffffff; color: #000000; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5;\"\u003e112 cm\u003c\/td\u003e\n        \u003ctd style=\"padding: 14px 10px; background-color: #ffffff; color: #000000; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5;\"\u003e71 cm\u003c\/td\u003e\n        \u003ctd style=\"padding: 14px 10px; background-color: #ffffff; color: #000000; border-bottom: 1px solid #e5e5e5;\"\u003e66 cm\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr class=\"bmb-size-row\"\u003e\n        \u003ctd style=\"padding: 14px 10px; background-color: #f5f5f5; font-weight: 900; color: #000000; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5;\"\u003eXL\u003c\/td\u003e\n        \u003ctd style=\"padding: 14px 10px; background-color: #ffffff; color: #000000; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5;\"\u003e118 cm\u003c\/td\u003e\n        \u003ctd style=\"padding: 14px 10px; background-color: #ffffff; color: #000000; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5;\"\u003e73 cm\u003c\/td\u003e\n        \u003ctd style=\"padding: 14px 10px; background-color: #ffffff; color: #000000; border-bottom: 1px solid #e5e5e5;\"\u003e68 cm\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr class=\"bmb-size-row\"\u003e\n        \u003ctd style=\"padding: 14px 10px; background-color: #f5f5f5; font-weight: 900; color: #000000; border-right: 1px solid #e5e5e5;\"\u003e2XL\u003c\/td\u003e\n        \u003ctd style=\"padding: 14px 10px; background-color: #ffffff; color: #000000; border-right: 1px solid #e5e5e5;\"\u003e124 cm\u003c\/td\u003e\n        \u003ctd style=\"padding: 14px 10px; background-color: #ffffff; color: #000000; border-right: 1px solid #e5e5e5;\"\u003e75 cm\u003c\/td\u003e\n        \u003ctd style=\"padding: 14px 10px; background-color: #ffffff; color: #000000;\"\u003e70 cm\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003c!-- ===== BLOCO 5: MANIFESTO FINAL ===== --\u003e\n\u003cdiv class=\"bmb-reveal bmb-shimmer\" style=\"background-color: #000000; padding: 70px 35px 60px; text-align: center; overflow: hidden; position: relative;\"\u003e\n\n  \u003cdiv style=\"text-align: center; margin-bottom: 32px; font-size: 0; line-height: 0; white-space: nowrap; position: relative; z-index: 1;\"\u003e\n    \u003cspan style=\"display: inline-block; vertical-align: middle; width: 70px; height: 6px; background-color: #ffffff; margin: 0 4px;\"\u003e\u003c\/span\u003e\u003cspan style=\"display: inline-block; vertical-align: middle; width: 70px; height: 6px; background-color: #ffffff; margin: 0 4px;\"\u003e\u003c\/span\u003e\u003cspan style=\"display: inline-block; vertical-align: middle; width: 70px; height: 6px; background-color: #ffffff; margin: 0 4px;\"\u003e\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cp style=\"font-size: 13px; letter-spacing: 0.4em; color: #ffffff; font-weight: 800; margin: 0 0 22px 0; text-transform: uppercase; opacity: 0.75; position: relative; z-index: 1;\"\u003ePremium Streetwear\u003c\/p\u003e\n  \u003ch3 style=\"font-size: clamp(34px, 8vw, 52px); font-weight: 900; color: #ffffff; margin: 0 0 24px 0; line-height: 0.95; text-transform: uppercase; letter-spacing: -0.02em; position: relative; z-index: 1;\"\u003eCLASSICS\u003cbr\u003eNEVER DIE.\u003c\/h3\u003e\n  \u003cp style=\"font-size: 16px; line-height: 1.6; color: rgba(255,255,255,0.75); max-width: 520px; margin: 0 auto; font-weight: 500; position: relative; z-index: 1;\"\u003eA bomber that carries the weight of a classic. Wearable today, timeless tomorrow.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  (function() {\n    if (!('IntersectionObserver' in window)) { return; } \/* sem suporte: deixa tudo visivel *\/\n    document.documentElement.classList.add('bmb-anim'); \/* liga o modo scroll-reveal *\/\n    var blocks = document.querySelectorAll('.bmb-reveal');\n    var observer = new IntersectionObserver(function(entries) {\n      entries.forEach(function(entry) {\n        if (entry.isIntersecting) {\n          entry.target.classList.add('is-visible');\n          observer.unobserve(entry.target);\n        }\n      });\n    }, { threshold: 0, rootMargin: '0px 0px -12% 0px' });\n    blocks.forEach(function(el) { observer.observe(el); });\n  })();\n\u003c\/script\u003e","brand":"FootUnion","offers":[{"title":"Black \/ XS","offer_id":44465178017843,"sku":null,"price":45.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ S","offer_id":44465178050611,"sku":null,"price":45.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ M","offer_id":44465178083379,"sku":null,"price":45.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ L","offer_id":44465178116147,"sku":null,"price":45.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ XL","offer_id":44465178148915,"sku":null,"price":45.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 2XL","offer_id":44465178181683,"sku":null,"price":45.0,"currency_code":"GBP","in_stock":true},{"title":"Olive \/ XS","offer_id":44465178214451,"sku":null,"price":45.0,"currency_code":"GBP","in_stock":true},{"title":"Olive \/ S","offer_id":44465178247219,"sku":null,"price":45.0,"currency_code":"GBP","in_stock":true},{"title":"Olive \/ M","offer_id":44465178279987,"sku":null,"price":45.0,"currency_code":"GBP","in_stock":true},{"title":"Olive \/ L","offer_id":44465178312755,"sku":null,"price":45.0,"currency_code":"GBP","in_stock":true},{"title":"Olive \/ XL","offer_id":44465178345523,"sku":null,"price":45.0,"currency_code":"GBP","in_stock":true},{"title":"Olive \/ 2XL","offer_id":44465178378291,"sku":null,"price":45.0,"currency_code":"GBP","in_stock":true},{"title":"Sand \/ XS","offer_id":44465178411059,"sku":null,"price":45.0,"currency_code":"GBP","in_stock":true},{"title":"Sand \/ S","offer_id":44465178443827,"sku":null,"price":45.0,"currency_code":"GBP","in_stock":true},{"title":"Sand \/ M","offer_id":44465178476595,"sku":null,"price":45.0,"currency_code":"GBP","in_stock":true},{"title":"Sand \/ L","offer_id":44465178509363,"sku":null,"price":45.0,"currency_code":"GBP","in_stock":true},{"title":"Sand \/ XL","offer_id":44465178542131,"sku":null,"price":45.0,"currency_code":"GBP","in_stock":true},{"title":"Sand \/ 2XL","offer_id":44465178574899,"sku":null,"price":45.0,"currency_code":"GBP","in_stock":true},{"title":"Navy \/ XS","offer_id":44465178607667,"sku":null,"price":45.0,"currency_code":"GBP","in_stock":true},{"title":"Navy \/ S","offer_id":44465178640435,"sku":null,"price":45.0,"currency_code":"GBP","in_stock":true},{"title":"Navy \/ M","offer_id":44465178673203,"sku":null,"price":45.0,"currency_code":"GBP","in_stock":true},{"title":"Navy \/ L","offer_id":44465178705971,"sku":null,"price":45.0,"currency_code":"GBP","in_stock":true},{"title":"Navy \/ XL","offer_id":44465178738739,"sku":null,"price":45.0,"currency_code":"GBP","in_stock":true},{"title":"Navy \/ 2XL","offer_id":44465178771507,"sku":null,"price":45.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0687\/2383\/4931\/files\/d6c51528-d73a-411e-bb68-9230483f28bb.png?v=1782429946","url":"https:\/\/brackford.co.uk\/products\/jacket","provider":"Brackford","version":"1.0","type":"link"}