{"product_id":"urban-trail-vanguard","title":"Urban Trail Vanguard","description":"\u003c!-- ESTILOS CSS --\u003e\n\u003cstyle\u003e\n  .icd-container {\n    max-width: 800px;\n    margin: 0 auto;\n    padding: 20px 15px;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: #1a1a1a;\n    box-sizing: border-box;\n  }\n\n  .icd-container *, .icd-container *::before, .icd-container *::after {\n    box-sizing: border-box;\n  }\n\n  \/* Subtítulo Topo *\/\n  .icd-subhead {\n    text-align: center;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 1.5px;\n    color: #c86d27;\n    text-transform: uppercase;\n    margin-bottom: 8px;\n  }\n\n  \/* Título Principal *\/\n  .icd-title {\n    text-align: center;\n    font-size: 26px;\n    font-weight: 900;\n    line-height: 1.2;\n    text-transform: uppercase;\n    margin: 0 0 16px 0;\n    color: #111;\n  }\n\n  \/* Descrição Topo *\/\n  .icd-description {\n    text-align: center;\n    font-size: 14px;\n    line-height: 1.5;\n    color: #555;\n    max-width: 680px;\n    margin: 0 auto 24px auto;\n  }\n\n  \/* Pills \/ Badges *\/\n  .icd-badges {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 8px;\n    margin-bottom: 30px;\n  }\n\n  .icd-badge {\n    background-color: #181818;\n    color: #ffffff;\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.5px;\n    padding: 6px 14px;\n    border-radius: 20px;\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    text-transform: uppercase;\n  }\n\n  \/* Divisor *\/\n  .icd-divider {\n    border: none;\n    border-top: 1px solid #111;\n    margin: 30px 0;\n  }\n\n  \/* Grid dos Cards de Recursos *\/\n  .icd-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 16px;\n    margin-bottom: 24px;\n  }\n\n  @media (max-width: 600px) {\n    .icd-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  .icd-card {\n    background-color: #fafafa;\n    border: 1px solid #eaeaea;\n    border-radius: 12px;\n    padding: 20px;\n    display: flex;\n    flex-direction: column;\n    align-items: flex-start;\n  }\n\n  .icd-card-icon {\n    font-size: 24px;\n    margin-bottom: 12px;\n    line-height: 1;\n  }\n\n  .icd-card-title {\n    font-size: 13px;\n    font-weight: 800;\n    text-transform: uppercase;\n    margin: 0 0 8px 0;\n    color: #111;\n    letter-spacing: 0.3px;\n  }\n\n  .icd-card-text {\n    font-size: 12.5px;\n    line-height: 1.5;\n    color: #666;\n    margin: 0;\n  }\n\n  \/* Banner de Garantia *\/\n  .icd-warranty-banner {\n    background-color: #fdfaf6;\n    border: 1px solid #f2e3d5;\n    border-radius: 10px;\n    padding: 16px 20px;\n    display: flex;\n    align-items: center;\n    gap: 16px;\n    margin-bottom: 30px;\n  }\n\n  .icd-warranty-icon {\n    width: 28px;\n    height: 28px;\n    background-color: #38c172;\n    color: white;\n    border-radius: 4px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: bold;\n    font-size: 16px;\n    flex-shrink: 0;\n  }\n\n  .icd-warranty-content {\n    display: flex;\n    flex-direction: column;\n  }\n\n  .icd-warranty-title {\n    font-size: 12px;\n    font-weight: 800;\n    text-transform: uppercase;\n    color: #b85d19;\n    margin-bottom: 2px;\n    letter-spacing: 0.5px;\n  }\n\n  .icd-warranty-text {\n    font-size: 12px;\n    color: #555;\n    margin: 0;\n    line-height: 1.4;\n  }\n\n  \/* Tabela de Especificações *\/\n  .icd-specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    background-color: #ffffff;\n    border-radius: 8px;\n    overflow: hidden;\n    border: 1px solid #e2e2e2;\n    margin-bottom: 35px;\n  }\n\n  .icd-specs-table th {\n    background-color: #151515;\n    color: #ffffff;\n    font-size: 12px;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 0.8px;\n    padding: 14px 16px;\n    text-align: left;\n  }\n\n  .icd-specs-table td {\n    padding: 12px 16px;\n    font-size: 12px;\n    border-bottom: 1px solid #eeeeee;\n  }\n\n  .icd-specs-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .icd-spec-label {\n    color: #666;\n    width: 25%;\n  }\n\n  .icd-spec-value {\n    color: #111;\n    font-weight: 700;\n    width: 25%;\n  }\n\n  @media (max-width: 500px) {\n    .icd-specs-table tr {\n      display: flex;\n      flex-wrap: wrap;\n      border-bottom: 1px solid #eee;\n    }\n    .icd-specs-table td {\n      width: 50% !important;\n      border-bottom: none;\n      padding: 8px 12px;\n    }\n  }\n\n  \/* Card da História (Fundo Escuro) *\/\n  .icd-story-card {\n    background-color: #151515;\n    color: #ffffff;\n    border-radius: 12px;\n    padding: 32px 28px;\n    margin-bottom: 24px;\n  }\n\n  .icd-story-subhead {\n    color: #d97724;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    margin-bottom: 10px;\n  }\n\n  .icd-story-title {\n    color: #ffffff;\n    font-size: 22px;\n    font-weight: 800;\n    line-height: 1.25;\n    margin: 0 0 18px 0;\n  }\n\n  .icd-story-text {\n    color: #cccccc;\n    font-size: 13px;\n    line-height: 1.6;\n    margin-bottom: 16px;\n  }\n\n  .icd-story-text:last-child {\n    margin-bottom: 0;\n  }\n\n  .icd-story-text strong {\n    color: #ffffff;\n  }\n\n  \/* Alerta de Imitação *\/\n  .icd-warning-card {\n    background-color: #fff8f8;\n    border: 1px solid #f9d6d6;\n    border-radius: 12px;\n    padding: 20px;\n    display: flex;\n    gap: 16px;\n    align-items: flex-start;\n    margin-bottom: 35px;\n  }\n\n  .icd-warning-icon {\n    font-size: 20px;\n    line-height: 1;\n  }\n\n  .icd-warning-title {\n    color: #ad1111;\n    font-size: 12px;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    margin-bottom: 6px;\n  }\n\n  .icd-warning-text {\n    color: #666;\n    font-size: 12px;\n    line-height: 1.5;\n    margin: 0;\n  }\n\n  .icd-warning-text strong {\n    color: #222;\n  }\n\n  \/* Rodapé \/ Slogan *\/\n  .icd-footer {\n    text-align: center;\n    margin-top: 20px;\n  }\n\n  .icd-footer-headline {\n    font-size: 16px;\n    font-weight: 900;\n    text-transform: uppercase;\n    color: #111;\n    letter-spacing: 0.5px;\n    margin: 0 0 6px 0;\n  }\n\n  .icd-footer-subline {\n    font-size: 15px;\n    font-weight: 800;\n    text-transform: uppercase;\n    color: #c86d27;\n    letter-spacing: 0.5px;\n    margin: 0 0 12px 0;\n  }\n\n  .icd-footer-caption {\n    font-size: 12px;\n    color: #888;\n    margin: 0;\n  }\n\u003c\/style\u003e\n\u003c!-- CONTEÚDO HTML --\u003e\n\u003cdiv class=\"icd-container\"\u003e\n\u003c!-- Cabeçalho --\u003e\n\u003cdiv class=\"icd-subhead\"\u003eIRONCLAD DEFENDER\u003c\/div\u003e\n\u003ch2 class=\"icd-title\"\u003eCOMPOSITE TOE PROTECTION THAT NEVER SLOWS YOU DOWN\u003c\/h2\u003e\n\u003cp class=\"icd-description\"\u003eLightweight nano composite toe cap. 100% waterproof. Non-slip grip. Built for warehouses, construction sites, and long days outdoors where safety can't be optional.\u003c\/p\u003e\n\u003c!-- Badges --\u003e\n\u003cdiv class=\"icd-badges\"\u003e\n\u003cspan class=\"icd-badge\"\u003e🛡️ COMPOSITE TOE PROTECTION\u003c\/span\u003e \u003cspan class=\"icd-badge\"\u003e🌧️ WATERPROOF\u003c\/span\u003e \u003cspan class=\"icd-badge\"\u003e⚡ NON-SLIP GRIP\u003c\/span\u003e \u003cspan class=\"icd-badge\"\u003e🌡️ HEAT \u0026amp; COLD INSULATED\u003c\/span\u003e \u003cspan class=\"icd-badge\"\u003e☑️ WARRANTY BACKED\u003c\/span\u003e\n\u003c\/div\u003e\n\u003chr class=\"icd-divider\"\u003e\n\u003c!-- Grid de Benefícios (Parte 1) --\u003e\n\u003cdiv class=\"icd-grid\"\u003e\n\u003cdiv class=\"icd-card\"\u003e\n\u003cdiv class=\"icd-card-icon\"\u003e🛡️\u003c\/div\u003e\n\u003ch3 class=\"icd-card-title\"\u003eNANO COMPOSITE TOE CAP\u003c\/h3\u003e\n\u003cp class=\"icd-card-text\"\u003eA lighter, non-metallic composite toe delivers serious impact resistance without the extra weight of steel — protection that doesn't wear you down by lunch.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"icd-card\"\u003e\n\u003cdiv class=\"icd-card-icon\"\u003e🌡️\u003c\/div\u003e\n\u003ch3 class=\"icd-card-title\"\u003eBUILT-IN THERMAL INSULATION\u003c\/h3\u003e\n\u003cp class=\"icd-card-text\"\u003eInsulated construction shields your feet from both heat and cold, so you stay protected and comfortable no matter what the job site throws at you.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"icd-card\"\u003e\n\u003cdiv class=\"icd-card-icon\"\u003e🌧️\u003c\/div\u003e\n\u003ch3 class=\"icd-card-title\"\u003eFULLY WATERPROOF BUILD\u003c\/h3\u003e\n\u003cp class=\"icd-card-text\"\u003eA sealed, durable fabric upper keeps water, mud, and debris out, so your feet stay dry through rain, spills, and rough terrain.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"icd-card\"\u003e\n\u003cdiv class=\"icd-card-icon\"\u003e⚡\u003c\/div\u003e\n\u003ch3 class=\"icd-card-title\"\u003eNON-SLIP RUBBER OUTSOLE\u003c\/h3\u003e\n\u003cp class=\"icd-card-text\"\u003eAn aggressive rubber tread grips wet floors, oily surfaces, and uneven ground — stability you can count on when it matters most.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Grid de Benefícios (Parte 2) --\u003e\n\u003cdiv class=\"icd-card\"\u003e\n\u003cdiv class=\"icd-card-icon\"\u003e💨\u003c\/div\u003e\n\u003ch3 class=\"icd-card-title\"\u003eBREATHABLE, ALL-DAY COMFORT\u003c\/h3\u003e\n\u003cp class=\"icd-card-text\"\u003eBreathable fabric lining keeps your feet cool and dry through long shifts, while the cushioned PU insole supports every step from clock-in to clock-out.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"icd-card\"\u003e\n\u003cdiv class=\"icd-card-icon\"\u003e💪\u003c\/div\u003e\n\u003ch3 class=\"icd-card-title\"\u003eBUILT FOR EVERY JOB\u003c\/h3\u003e\n\u003cp class=\"icd-card-text\"\u003eFrom warehouse floors to construction sites to the outdoors, this boot is engineered as a reliable, everyday safety boot built to perform season after season.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Banner de Garantia --\u003e\n\u003cdiv class=\"icd-warranty-banner\"\u003e\n\u003cdiv class=\"icd-warranty-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"icd-warranty-content\"\u003e\n\u003cdiv class=\"icd-warranty-title\"\u003eBACKED BY OUR WARRANTY\u003c\/div\u003e\n\u003cp class=\"icd-warranty-text\"\u003eWe stand behind our craftsmanship. If it doesn't perform, we make it right — buy with confidence.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Tabela de Especificações --\u003e\n\u003ctable class=\"icd-specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth colspan=\"4\"\u003ePRODUCT SPECIFICATIONS\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"icd-spec-label\"\u003eUpper Material\u003c\/td\u003e\n\u003ctd class=\"icd-spec-value\"\u003eFabric\u003c\/td\u003e\n\u003ctd class=\"icd-spec-label\"\u003eLining Material\u003c\/td\u003e\n\u003ctd class=\"icd-spec-value\"\u003eFabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"icd-spec-label\"\u003eOutsole Material\u003c\/td\u003e\n\u003ctd class=\"icd-spec-value\"\u003eRubber\u003c\/td\u003e\n\u003ctd class=\"icd-spec-label\"\u003eInsole Material\u003c\/td\u003e\n\u003ctd class=\"icd-spec-value\"\u003ePU\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"icd-spec-label\"\u003eClosure Type\u003c\/td\u003e\n\u003ctd class=\"icd-spec-value\"\u003eLace-Up\u003c\/td\u003e\n\u003ctd class=\"icd-spec-label\"\u003eToe Style\u003c\/td\u003e\n\u003ctd class=\"icd-spec-value\"\u003eComposite Toe\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"icd-spec-label\"\u003ePattern\u003c\/td\u003e\n\u003ctd class=\"icd-spec-value\"\u003eSolid Color\u003c\/td\u003e\n\u003ctd class=\"icd-spec-label\"\u003eSeason\u003c\/td\u003e\n\u003ctd class=\"icd-spec-value\"\u003eAll-Season\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"icd-spec-label\"\u003eShaft Height\u003c\/td\u003e\n\u003ctd class=\"icd-spec-value\"\u003eMid\u003c\/td\u003e\n\u003ctd class=\"icd-spec-label\"\u003e\u003c\/td\u003e\n\u003ctd class=\"icd-spec-value\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- Card da História do Produto (Dark) --\u003e\n\u003cdiv class=\"icd-story-card\"\u003e\n\u003cdiv class=\"icd-story-subhead\"\u003eTHE IRONCLAD DEFENDER STORY\u003c\/div\u003e\n\u003ch3 class=\"icd-story-title\"\u003eReal protection, built for the job — not just the job site photo.\u003c\/h3\u003e\n\u003cp class=\"icd-story-text\"\u003eThe \u003cstrong\u003eIronclad Defender\u003c\/strong\u003e was engineered around a lightweight nano composite toe cap that delivers real impact protection without the extra weight of steel. Built-in insulation guards against both heat and cold, while a fully waterproof upper keeps water, mud, and debris out through every kind of job site condition.\u003c\/p\u003e\n\u003cp class=\"icd-story-text\"\u003eA non-slip rubber outsole grips wet floors, oily surfaces, and uneven ground with confidence, and a breathable fabric lining paired with a cushioned PU insole keeps your feet comfortable through a full shift — no matter how long the day runs. Whether you're on a warehouse floor, a construction site, or out in the field, the Defender is built to keep up.\u003c\/p\u003e\n\u003cp class=\"icd-story-text\"\u003eThis isn't just a safety boot. It's a boot built to protect you, support you, and outlast the job — backed by our warranty, because we believe in what we make.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Alerta de Cuidado com Imitações --\u003e\n\u003cdiv class=\"icd-warning-card\"\u003e\n\u003cdiv class=\"icd-warning-icon\"\u003e⚠️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"icd-warning-title\"\u003eBEWARE OF IMITATIONS\u003c\/div\u003e\n\u003cp class=\"icd-warning-text\"\u003eThe \u003cstrong\u003eIronclad Defender\u003c\/strong\u003e is an \u003cstrong\u003eexclusive product of Urban Ridge\u003c\/strong\u003e. We do not sell through any other seller or storefront. If you did not purchase this item directly from Urban Ridge, we cannot guarantee its authenticity, quality, or warranty coverage. Always buy from our official store to ensure you're getting the real thing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Slogan do Rodapé --\u003e\n\u003cdiv class=\"icd-footer\"\u003e\n\u003cdiv class=\"icd-footer-headline\"\u003eLIGHTWEIGHT. PROTECTED. BUILT TO PERFORM.\u003c\/div\u003e\n\u003cdiv class=\"icd-footer-subline\"\u003eBUILT TO DEFEND.\u003c\/div\u003e\n\u003cp class=\"icd-footer-caption\"\u003eIronclad Defender — real protection, every single shift.\u003c\/p\u003e\n\u003cp class=\"icd-footer-caption\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0030\/3706\/9376\/files\/ChatGPT_Image_17_de_jul._de_2026_16_45_07.webp?v=1785444643\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bella Pasión","offers":[{"title":"Chocolate \/ US - M 6","offer_id":41323295211584,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":true},{"title":"Chocolate \/ US - M 6.5","offer_id":41323295244352,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":true},{"title":"Chocolate \/ US - M 7","offer_id":41323295277120,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":true},{"title":"Chocolate \/ US - M 7.5","offer_id":41323295309888,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Chocolate \/ US - M 8","offer_id":41323295342656,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Chocolate \/ US - M 8.5","offer_id":41323295375424,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Chocolate \/ US - M 9","offer_id":41323295408192,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Chocolate \/ US - M 9.5","offer_id":41323295440960,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Chocolate \/ US - M 10","offer_id":41323295473728,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Chocolate \/ US - M 10.5","offer_id":41323295506496,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Chocolate \/ US - M 11","offer_id":41323295539264,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Chocolate \/ US - M 11.5","offer_id":41323295572032,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Chocolate \/ US - M 12","offer_id":41323295604800,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Chocolate \/ US - M 12.5","offer_id":41323295637568,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Chocolate \/ US - M 13","offer_id":41323295670336,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Chocolate \/ US - M 13.5","offer_id":41323295703104,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Chocolate \/ US - M 14","offer_id":41323295735872,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Chocolate \/ US - W 6","offer_id":41323295768640,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Chocolate \/ US - W 6.5","offer_id":41323295801408,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Chocolate \/ US - W 7","offer_id":41323295834176,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Chocolate \/ US - W 7.5","offer_id":41323295866944,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Chocolate \/ US - W 8","offer_id":41323295899712,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Chocolate \/ US - W 8.5","offer_id":41323295932480,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Chocolate \/ US - W 9","offer_id":41323295965248,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Chocolate \/ US - W 9.5","offer_id":41323295998016,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Chocolate \/ US - W 10","offer_id":41323296030784,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Chocolate \/ US - W 10.5","offer_id":41323296063552,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Chocolate \/ US - W 11","offer_id":41323296096320,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Chocolate \/ US - W 11.5","offer_id":41323296129088,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Chocolate \/ US - W 12","offer_id":41323296161856,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Chocolate \/ US - W 12.5","offer_id":41323296194624,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Chocolate \/ US - W 13","offer_id":41323296227392,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Black \/ US - M 6","offer_id":41323296260160,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Black \/ US - M 6.5","offer_id":41323296292928,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Black \/ US - M 7","offer_id":41323296325696,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Black \/ US - M 7.5","offer_id":41323296358464,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Black \/ US - M 8","offer_id":41323296391232,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Black \/ US - M 8.5","offer_id":41323296424000,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Black \/ US - M 9","offer_id":41323296456768,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Black \/ US - M 9.5","offer_id":41323296489536,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Black \/ US - M 10","offer_id":41323296522304,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Black \/ US - M 10.5","offer_id":41323296555072,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Black \/ US - M 11","offer_id":41323296587840,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Black \/ US - M 11.5","offer_id":41323296620608,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Black \/ US - M 12","offer_id":41323296653376,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Black \/ US - M 12.5","offer_id":41323296686144,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Black \/ US - M 13","offer_id":41323296718912,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Black \/ US - M 13.5","offer_id":41323296751680,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Black \/ US - M 14","offer_id":41323296784448,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Black \/ US - W 6","offer_id":41323296817216,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Black \/ US - W 6.5","offer_id":41323296849984,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Black \/ US - W 7","offer_id":41323296882752,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Black \/ US - W 7.5","offer_id":41323296915520,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Black \/ US - W 8","offer_id":41323296948288,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Black \/ US - W 8.5","offer_id":41323296981056,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Black \/ US - W 9","offer_id":41323297013824,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Black \/ US - W 9.5","offer_id":41323297046592,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Black \/ US - W 10","offer_id":41323297079360,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Black \/ US - W 10.5","offer_id":41323297112128,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Black \/ US - W 11","offer_id":41323297144896,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Black \/ US - W 11.5","offer_id":41323297177664,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Black \/ US - W 12","offer_id":41323297210432,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Black \/ US - W 12.5","offer_id":41323297243200,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false},{"title":"Black \/ US - W 13","offer_id":41323297275968,"sku":null,"price":78.95,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0030\/3706\/9376\/files\/389ddf02-bf23-4287-bb88-242f737daf69.webp?v=1785446784","url":"https:\/\/shopurbantrail.com\/products\/urban-trail-vanguard","provider":"Bella Pasión","version":"1.0","type":"link"}