{"product_id":"joggers","title":"Men’s Classic Streetwear Cargo Joggers","description":"\u003cstyle\u003e\n  \/* ===== CARGO JOGGERS ===== *\/\n\n  @keyframes cgoFadeIn {\n    from { opacity: 0; transform: translateY(14px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n  @keyframes cgoStripeSlide {\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  .cgo-reveal { opacity: 1; transform: none; }\n  .cgo-reveal-1 .cgo-stripe-1,\n  .cgo-reveal-1 .cgo-stripe-2,\n  .cgo-reveal-1 .cgo-stripe-3 { opacity: 1; transform: none; }\n\n  \/* So esconde para revelar no scroll QUANDO o JS confirma que rodou (.cgo-anim no html) *\/\n  .cgo-anim .cgo-reveal { opacity: 0; transform: translateY(14px); }\n  .cgo-anim .cgo-reveal.is-visible { animation: cgoFadeIn 0.7s ease-out forwards; }\n\n  \/* Listras do hero, escondidas e animam em cascata quando o hero entra em vista *\/\n  .cgo-anim .cgo-reveal-1 .cgo-stripe-1,\n  .cgo-anim .cgo-reveal-1 .cgo-stripe-2,\n  .cgo-anim .cgo-reveal-1 .cgo-stripe-3 { opacity: 0; transform: translateX(-100%); }\n  .cgo-anim .cgo-reveal-1.is-visible .cgo-stripe-1 { animation: cgoStripeSlide 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) 0.4s forwards; }\n  .cgo-anim .cgo-reveal-1.is-visible .cgo-stripe-2 { animation: cgoStripeSlide 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) 0.55s forwards; }\n  .cgo-anim .cgo-reveal-1.is-visible .cgo-stripe-3 { animation: cgoStripeSlide 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) 0.7s forwards; }\n\n  \/* Cards hover *\/\n  .cgo-card { transition: transform 0.35s ease, background-color 0.35s ease, border-color 0.35s ease; }\n  .cgo-card:hover { transform: translateY(-4px); background-color: #ffffff !important; border-color: #000000 !important; }\n  .cgo-card:hover .cgo-num,\n  .cgo-card:hover .cgo-card-title,\n  .cgo-card:hover .cgo-card-text { color: #000000 !important; }\n  .cgo-num { transition: transform 0.35s ease, color 0.35s ease; display: inline-block; }\n  .cgo-card-title, .cgo-card-text { transition: color 0.35s ease; }\n  .cgo-card:hover .cgo-num { transform: translateX(4px); }\n\n  \/* Swatches hover *\/\n  .cgo-swatch { transition: transform 0.35s ease, box-shadow 0.35s ease; }\n  .cgo-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  .cgo-size-row { transition: background-color 0.25s ease; }\n  .cgo-size-row:hover td { background-color: #f0f0f0 !important; }\n\n  \/* Shimmer *\/\n  .cgo-shimmer { position: relative; overflow: hidden; }\n  .cgo-shimmer \u003e * { position: relative; z-index: 1; }\n  .cgo-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: cgoShine 4.5s ease-in-out infinite;\n    pointer-events: none;\n    z-index: 0;\n    transform: skewX(-12deg);\n  }\n  @keyframes cgoShine {\n    0% { left: -100%; }\n    55% { left: 160%; }\n    100% { left: 160%; }\n  }\n\n  \/* Movimento reduzido *\/\n  @media (prefers-reduced-motion: reduce) {\n    .cgo-reveal, .cgo-reveal-1 .cgo-stripe-1, .cgo-reveal-1 .cgo-stripe-2, .cgo-reveal-1 .cgo-stripe-3, .cgo-shimmer::before {\n      animation: none !important;\n      opacity: 1 !important;\n      transform: none !important;\n    }\n    .cgo-card, .cgo-swatch, .cgo-size-row { transition: none !important; }\n  }\n\u003c\/style\u003e\n\n\u003c!-- ===== BLOCO 1: HERO ===== --\u003e\n\u003cdiv class=\"cgo-reveal cgo-reveal-1 cgo-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=\"cgo-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=\"cgo-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=\"cgo-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;\"\u003eCARGO JOGGERS\u003cbr\u003e\u003cspan style=\"-webkit-text-stroke: 2px #ffffff; color: transparent; display: inline-block;\"\u003eREFINED\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;\"\u003eUtility-inspired details. A tapered streetwear fit. Everyday comfort with a sharper edge.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- ===== BLOCO 2: CORES DISPONÍVEIS ===== --\u003e\n\u003cdiv class=\"cgo-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=\"cgo-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=\"cgo-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=\"cgo-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=\"cgo-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 ===== --\u003e\n\u003cdiv class=\"cgo-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;\"\u003eUtility Design\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=\"cgo-card\" style=\"background-color: #1a1a1a; border: 1px solid #333333; padding: 28px;\"\u003e\n        \u003cdiv class=\"cgo-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=\"cgo-card-title\" style=\"font-size: 15px; font-weight: 900; color: #ffffff; text-transform: uppercase; letter-spacing: 0.08em; margin: 0 0 10px 0;\"\u003eAdjustable Waistband\u003c\/h4\u003e\n        \u003cp class=\"cgo-card-text\" style=\"font-size: 14px; line-height: 1.6; color: rgba(255,255,255,0.65); margin: 0;\"\u003eAn elasticated waistband with an adjustable drawcord helps you fine-tune the fit for everyday comfort.\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=\"cgo-card\" style=\"background-color: #1a1a1a; border: 1px solid #333333; padding: 28px;\"\u003e\n        \u003cdiv class=\"cgo-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=\"cgo-card-title\" style=\"font-size: 15px; font-weight: 900; color: #ffffff; text-transform: uppercase; letter-spacing: 0.08em; margin: 0 0 10px 0;\"\u003eTapered Jogger Fit\u003c\/h4\u003e\n        \u003cp class=\"cgo-card-text\" style=\"font-size: 14px; line-height: 1.6; color: rgba(255,255,255,0.65); margin: 0;\"\u003eA streamlined shape that narrows towards the ankle, balancing a clean profile with easy movement.\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=\"cgo-card\" style=\"background-color: #1a1a1a; border: 1px solid #333333; padding: 28px;\"\u003e\n        \u003cdiv class=\"cgo-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=\"cgo-card-title\" style=\"font-size: 15px; font-weight: 900; color: #ffffff; text-transform: uppercase; letter-spacing: 0.08em; margin: 0 0 10px 0;\"\u003eFunctional Cargo Pockets\u003c\/h4\u003e\n        \u003cp class=\"cgo-card-text\" style=\"font-size: 14px; line-height: 1.6; color: rgba(255,255,255,0.65); margin: 0;\"\u003eUtility-inspired side pockets add extra storage while giving the joggers their distinctive cargo profile.\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=\"cgo-card\" style=\"background-color: #1a1a1a; border: 1px solid #333333; padding: 28px;\"\u003e\n        \u003cdiv class=\"cgo-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=\"cgo-card-title\" style=\"font-size: 15px; font-weight: 900; color: #ffffff; text-transform: uppercase; letter-spacing: 0.08em; margin: 0 0 10px 0;\"\u003eElasticated Ankle Cuffs\u003c\/h4\u003e\n        \u003cp class=\"cgo-card-text\" style=\"font-size: 14px; line-height: 1.6; color: rgba(255,255,255,0.65); margin: 0;\"\u003eElasticated cuffs create a clean tapered finish and help the joggers sit neatly above your trainers.\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=\"cgo-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;\"\u003eDesigned with an \u003cstrong style=\"color: #000000;\"\u003eelasticated drawstring waist and tapered leg\u003c\/strong\u003e. Use your waist and hip measurements to find your recommended size. Measurements are shown in centimetres.\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 6px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.08em; font-size: 11px; border-right: 1px solid #333333;\"\u003eSize\u003c\/th\u003e\n        \u003cth style=\"padding: 18px 6px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.08em; font-size: 11px; border-right: 1px solid #333333;\"\u003eWaist\u003c\/th\u003e\n        \u003cth style=\"padding: 18px 6px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.08em; font-size: 11px; border-right: 1px solid #333333;\"\u003eHip\u003c\/th\u003e\n        \u003cth style=\"padding: 18px 6px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.06em; font-size: 10px;\"\u003eInside Leg\u003c\/th\u003e\n      \u003c\/tr\u003e\n    \u003c\/thead\u003e\n    \u003ctbody\u003e\n      \u003ctr class=\"cgo-size-row\"\u003e\n        \u003ctd style=\"padding: 14px 5px; 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 5px; background-color: #ffffff; color: #000000; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5;\"\u003e71–74 cm\u003c\/td\u003e\n        \u003ctd style=\"padding: 14px 5px; background-color: #ffffff; color: #000000; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5;\"\u003e82–85 cm\u003c\/td\u003e\n        \u003ctd style=\"padding: 14px 5px; background-color: #ffffff; color: #000000; border-bottom: 1px solid #e5e5e5;\"\u003e81 cm\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr class=\"cgo-size-row\"\u003e\n        \u003ctd style=\"padding: 14px 5px; 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 5px; background-color: #ffffff; color: #000000; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5;\"\u003e75–80 cm\u003c\/td\u003e\n        \u003ctd style=\"padding: 14px 5px; background-color: #ffffff; color: #000000; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5;\"\u003e86–91 cm\u003c\/td\u003e\n        \u003ctd style=\"padding: 14px 5px; background-color: #ffffff; color: #000000; border-bottom: 1px solid #e5e5e5;\"\u003e81.5 cm\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr class=\"cgo-size-row\"\u003e\n        \u003ctd style=\"padding: 14px 5px; 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 5px; background-color: #ffffff; color: #000000; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5;\"\u003e81–88 cm\u003c\/td\u003e\n        \u003ctd style=\"padding: 14px 5px; background-color: #ffffff; color: #000000; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5;\"\u003e92–99 cm\u003c\/td\u003e\n        \u003ctd style=\"padding: 14px 5px; background-color: #ffffff; color: #000000; border-bottom: 1px solid #e5e5e5;\"\u003e82 cm\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr class=\"cgo-size-row\"\u003e\n        \u003ctd style=\"padding: 14px 5px; 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 5px; background-color: #ffffff; color: #000000; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5;\"\u003e89–96 cm\u003c\/td\u003e\n        \u003ctd style=\"padding: 14px 5px; background-color: #ffffff; color: #000000; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5;\"\u003e100–107 cm\u003c\/td\u003e\n        \u003ctd style=\"padding: 14px 5px; background-color: #ffffff; color: #000000; border-bottom: 1px solid #e5e5e5;\"\u003e82.5 cm\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr class=\"cgo-size-row\"\u003e\n        \u003ctd style=\"padding: 14px 5px; 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 5px; background-color: #ffffff; color: #000000; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5;\"\u003e97–106 cm\u003c\/td\u003e\n        \u003ctd style=\"padding: 14px 5px; background-color: #ffffff; color: #000000; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5;\"\u003e108–116 cm\u003c\/td\u003e\n        \u003ctd style=\"padding: 14px 5px; background-color: #ffffff; color: #000000; border-bottom: 1px solid #e5e5e5;\"\u003e83 cm\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr class=\"cgo-size-row\"\u003e\n        \u003ctd style=\"padding: 14px 5px; background-color: #f5f5f5; font-weight: 900; color: #000000; border-right: 1px solid #e5e5e5;\"\u003e2XL\u003c\/td\u003e\n        \u003ctd style=\"padding: 14px 5px; background-color: #ffffff; color: #000000; border-right: 1px solid #e5e5e5;\"\u003e107–119 cm\u003c\/td\u003e\n        \u003ctd style=\"padding: 14px 5px; background-color: #ffffff; color: #000000; border-right: 1px solid #e5e5e5;\"\u003e117–125 cm\u003c\/td\u003e\n        \u003ctd style=\"padding: 14px 5px; background-color: #ffffff; color: #000000;\"\u003e82.5 cm\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv style=\"margin-top: 24px; padding: 22px; background-color: #f5f5f5; border-left: 4px solid #000000;\"\u003e\n    \u003cp style=\"font-size: 13px; letter-spacing: 0.12em; color: #000000; font-weight: 900; margin: 0 0 10px 0; text-transform: uppercase;\"\u003eHow to measure\u003c\/p\u003e\n    \u003cp style=\"font-size: 14px; line-height: 1.7; color: #3a3a3a; margin: 0;\"\u003e\u003cstrong style=\"color: #000000;\"\u003eWaist:\u003c\/strong\u003e Measure around the narrowest part of your waist. \u003cstrong style=\"color: #000000;\"\u003eHip:\u003c\/strong\u003e Measure around the widest part of your hips. \u003cstrong style=\"color: #000000;\"\u003eInside leg:\u003c\/strong\u003e Measure from the crotch to the floor.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ===== BLOCO 5: MANIFESTO FINAL ===== --\u003e\n\u003cdiv class=\"cgo-reveal cgo-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;\"\u003eUTILITY\u003cbr\u003eMEETS STYLE.\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;\"\u003eCargo function meets a streamlined streetwear profile. Easy to style and designed for everyday rotation.\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('cgo-anim'); \/* liga o modo scroll-reveal *\/\n    var blocks = document.querySelectorAll('.cgo-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":"Brackford","offers":[{"title":"Black \/ XS","offer_id":58352475832623,"sku":null,"price":39.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ S","offer_id":58352475865391,"sku":null,"price":39.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ M","offer_id":58352475898159,"sku":null,"price":39.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ L","offer_id":58352475930927,"sku":null,"price":39.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ XL","offer_id":58352475963695,"sku":null,"price":39.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 2XL","offer_id":58352475996463,"sku":null,"price":39.0,"currency_code":"GBP","in_stock":true},{"title":"Navy \/ XS","offer_id":58352476029231,"sku":null,"price":39.0,"currency_code":"GBP","in_stock":true},{"title":"Navy \/ S","offer_id":58352476061999,"sku":null,"price":39.0,"currency_code":"GBP","in_stock":true},{"title":"Navy \/ M","offer_id":58352476094767,"sku":null,"price":39.0,"currency_code":"GBP","in_stock":true},{"title":"Navy \/ L","offer_id":58352476127535,"sku":null,"price":39.0,"currency_code":"GBP","in_stock":true},{"title":"Navy \/ XL","offer_id":58352476160303,"sku":null,"price":39.0,"currency_code":"GBP","in_stock":true},{"title":"Navy \/ 2XL","offer_id":58352476193071,"sku":null,"price":39.0,"currency_code":"GBP","in_stock":true},{"title":"Sand \/ XS","offer_id":58352476225839,"sku":null,"price":39.0,"currency_code":"GBP","in_stock":true},{"title":"Sand \/ S","offer_id":58352476258607,"sku":null,"price":39.0,"currency_code":"GBP","in_stock":true},{"title":"Sand \/ M","offer_id":58352476291375,"sku":null,"price":39.0,"currency_code":"GBP","in_stock":true},{"title":"Sand \/ L","offer_id":58352476324143,"sku":null,"price":39.0,"currency_code":"GBP","in_stock":true},{"title":"Sand \/ XL","offer_id":58352476356911,"sku":null,"price":39.0,"currency_code":"GBP","in_stock":true},{"title":"Sand \/ 2XL","offer_id":58352476389679,"sku":null,"price":39.0,"currency_code":"GBP","in_stock":true},{"title":"Olive \/ XS","offer_id":58352476422447,"sku":null,"price":39.0,"currency_code":"GBP","in_stock":true},{"title":"Olive \/ S","offer_id":58352476455215,"sku":null,"price":39.0,"currency_code":"GBP","in_stock":true},{"title":"Olive \/ M","offer_id":58352476487983,"sku":null,"price":39.0,"currency_code":"GBP","in_stock":true},{"title":"Olive \/ L","offer_id":58352476520751,"sku":null,"price":39.0,"currency_code":"GBP","in_stock":true},{"title":"Olive \/ XL","offer_id":58352476553519,"sku":null,"price":39.0,"currency_code":"GBP","in_stock":true},{"title":"Olive \/ 2XL","offer_id":58352476586287,"sku":null,"price":39.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0995\/0953\/5023\/files\/Men_s_Classic_Streetwear_Cargo_Joggers.png?v=1787207254","url":"https:\/\/brackford.store\/products\/joggers","provider":"Brackford","version":"1.0","type":"link"}