{"product_id":"tenis-soft-ortopedico-slip-on","title":"Tênis Soft","description":"\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --navy: #1E1447;\n    --navy-light: #2a1d60;\n    --navy-deep: #130e30;\n    --pink: #EC4899;\n    --pink-light: #f472b6;\n    --white: #ffffff;\n    --verde-neon: #39FF14;\n  }\n\n  .soft-page {\n    font-family: 'Plus Jakarta Sans', sans-serif;\n    color: var(--navy);\n    line-height: 1.6;\n  }\n\n  \/* ── HERO ── *\/\n  .soft-hero {\n    background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 60%, var(--navy-light) 100%);\n    border-radius: 20px;\n    padding: 48px 36px;\n    margin: 0 0 16px;\n    position: relative;\n    overflow: hidden;\n    color: var(--white);\n    text-align: center;\n  }\n  .soft-hero::before {\n    content: '';\n    position: absolute;\n    top: -60px; right: -60px;\n    width: 280px; height: 280px;\n    background: radial-gradient(circle, rgba(236,72,153,0.2) 0%, transparent 70%);\n    border-radius: 50%;\n    pointer-events: none;\n  }\n  .soft-hero::after {\n    content: '';\n    position: absolute;\n    bottom: -50px; left: -50px;\n    width: 200px; height: 200px;\n    background: radial-gradient(circle, rgba(236,72,153,0.07) 0%, transparent 70%);\n    border-radius: 50%;\n    pointer-events: none;\n  }\n  .soft-hero-label {\n    display: inline-block;\n    background: rgba(236,72,153,0.2);\n    border: 1px solid rgba(236,72,153,0.4);\n    color: var(--pink-light);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    padding: 5px 16px;\n    border-radius: 30px;\n    margin-bottom: 18px;\n  }\n  .soft-hero-title {\n    font-size: clamp(28px, 5vw, 44px);\n    font-weight: 900;\n    line-height: 1.1;\n    letter-spacing: -0.02em;\n    margin-bottom: 12px;\n    color: var(--white);\n  }\n  .soft-hero-title em { font-style: normal; color: var(--pink); }\n  .soft-hero-subtitle {\n    font-size: 15.5px;\n    color: rgba(255,255,255,0.7);\n    max-width: 520px;\n    margin: 0 auto 28px;\n    line-height: 1.65;\n  }\n  .soft-price-row {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 12px;\n    flex-wrap: wrap;\n    margin-bottom: 8px;\n  }\n  .soft-price-original { font-size: 16px; color: rgba(255,255,255,0.35); text-decoration: line-through; font-weight: 500; }\n  .soft-price-sale { font-size: 38px; font-weight: 900; color: var(--white); letter-spacing: -0.02em; }\n  .soft-price-badge { background: var(--pink); color: var(--white); font-size: 12px; font-weight: 800; padding: 5px 13px; border-radius: 20px; }\n  .soft-pix { font-size: 12.5px; color: rgba(255,255,255,0.48); }\n  .soft-pix strong { color: var(--verde-neon); }\n\n  \/* ── PILARES ── *\/\n  .soft-pillars {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n    margin: 0 0 16px;\n  }\n  .soft-pillar {\n    background: var(--white);\n    border: 1.5px solid rgba(30,20,71,0.08);\n    border-radius: 14px;\n    padding: 22px 14px;\n    text-align: center;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n  }\n  .soft-pillar-icon { font-size: 28px; margin-bottom: 10px; }\n  .soft-pillar-title { font-size: 12.5px; font-weight: 800; color: var(--navy); margin-bottom: 5px; text-transform: uppercase; letter-spacing: 0.05em; }\n  .soft-pillar-desc { font-size: 12px; color: #64748b; line-height: 1.5; }\n\n  \/* ── DESTAQUE ── *\/\n  .soft-highlight {\n    background: linear-gradient(135deg, var(--navy-deep), var(--navy));\n    border-radius: 18px;\n    padding: 32px 28px;\n    margin: 0 0 16px;\n    color: var(--white);\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .soft-highlight::before {\n    content: '';\n    position: absolute;\n    top: -40px; right: -40px;\n    width: 180px; height: 180px;\n    background: radial-gradient(circle, rgba(236,72,153,0.22) 0%, transparent 70%);\n    border-radius: 50%;\n  }\n  .soft-highlight-tag {\n    display: inline-block;\n    background: var(--pink);\n    color: var(--white);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    padding: 4px 14px;\n    border-radius: 20px;\n    margin-bottom: 14px;\n  }\n  .soft-highlight-title { font-size: clamp(18px, 3vw, 23px); font-weight: 900; margin-bottom: 10px; color: var(--white); }\n  .soft-highlight-title span { color: var(--pink); }\n  .soft-highlight-desc { font-size: 14px; color: rgba(255,255,255,0.7); line-height: 1.7; max-width: 580px; margin: 0 auto; }\n\n  \/* ── INDICADO PARA ── *\/\n  .soft-section-title {\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: var(--navy);\n    margin-bottom: 14px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n  .soft-section-title::after { content: ''; flex: 1; height: 1.5px; background: rgba(30,20,71,0.08); }\n\n  .soft-indicado {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n    margin-bottom: 16px;\n  }\n  .soft-indicado-item {\n    background: var(--white);\n    border: 1.5px solid rgba(30,20,71,0.07);\n    border-radius: 12px;\n    padding: 16px 14px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--navy);\n  }\n  .soft-indicado-check {\n    width: 24px; height: 24px;\n    background: rgba(236,72,153,0.12);\n    border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 11px;\n    flex-shrink: 0;\n    color: var(--pink);\n  }\n\n  \/* ── SPECS ── *\/\n  .soft-specs {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n    margin-bottom: 16px;\n  }\n  .soft-spec {\n    background: var(--white);\n    border-radius: 12px;\n    padding: 16px 12px;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    text-align: center;\n    border: 1.5px solid rgba(30,20,71,0.06);\n    gap: 5px;\n  }\n  .soft-spec-icon { font-size: 20px; }\n  .soft-spec-label { font-size: 9.5px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--pink); }\n  .soft-spec-value { font-size: 12px; font-weight: 600; color: var(--navy); line-height: 1.4; }\n\n  \/* ── TRUST ── *\/\n  .soft-trust {\n    background: var(--white);\n    border-radius: 14px;\n    padding: 20px;\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 8px;\n    border: 1.5px solid rgba(30,20,71,0.07);\n  }\n  .soft-trust-item { text-align: center; }\n  .soft-trust-icon { font-size: 24px; margin-bottom: 6px; display: block; }\n  .soft-trust-label { font-size: 11px; font-weight: 700; color: var(--navy); line-height: 1.4; }\n\n  @media (max-width: 600px) {\n    .soft-pillars { grid-template-columns: 1fr; }\n    .soft-indicado { grid-template-columns: 1fr; }\n    .soft-specs { grid-template-columns: repeat(2, 1fr); }\n    .soft-trust { grid-template-columns: repeat(2, 1fr); }\n    .soft-hero { padding: 34px 20px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"soft-page\"\u003e\n\n  \u003cdiv class=\"soft-hero\"\u003e\n    \u003cdiv class=\"soft-hero-label\"\u003e🩺 Tênis Ortopédico Slip On\u003c\/div\u003e\n    \u003ch2 class=\"soft-hero-title\"\u003eTênis \u003cem\u003eSoft\u003c\/em\u003e\n\u003c\/h2\u003e\n    \u003cp class=\"soft-hero-subtitle\"\u003eCalce em segundos e sinta a diferença desde o primeiro passo. Conforto ortopédico para quem passa o dia em movimento — sem abrir mão do estilo.\u003c\/p\u003e\n    \u003cdiv class=\"soft-price-row\"\u003e\n      \u003cspan class=\"soft-price-original\"\u003eR$ 249,90\u003c\/span\u003e\n      \u003cspan class=\"soft-price-sale\"\u003eR$ 199,90\u003c\/span\u003e\n      \u003cspan class=\"soft-price-badge\"\u003e20% OFF\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"soft-pix\"\u003e💰 Pague no Pix e ganhe \u003cstrong\u003e+5% de desconto\u003c\/strong\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"soft-pillars\"\u003e\n    \u003cdiv class=\"soft-pillar\"\u003e\n      \u003cspan class=\"soft-pillar-icon\"\u003e🩺\u003c\/span\u003e\n      \u003cdiv class=\"soft-pillar-title\"\u003eOrtopédico\u003c\/div\u003e\n      \u003cdiv class=\"soft-pillar-desc\"\u003ePalmilha anatômica que alivia dores nos pés, calcanhar e pernas\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"soft-pillar\"\u003e\n      \u003cspan class=\"soft-pillar-icon\"\u003e👟\u003c\/span\u003e\n      \u003cdiv class=\"soft-pillar-title\"\u003eSlip On\u003c\/div\u003e\n      \u003cdiv class=\"soft-pillar-desc\"\u003eSem cadarço — calce e descalce em segundos, sem esforço\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"soft-pillar\"\u003e\n      \u003cspan class=\"soft-pillar-icon\"\u003e🌬️\u003c\/span\u003e\n      \u003cdiv class=\"soft-pillar-title\"\u003eRespirável\u003c\/div\u003e\n      \u003cdiv class=\"soft-pillar-desc\"\u003eTecido mesh que mantém o pé fresco e confortável o dia todo\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"soft-highlight\"\u003e\n    \u003cdiv class=\"soft-highlight-tag\"\u003e🩺 Conforto que você sente\u003c\/div\u003e\n    \u003cdiv class=\"soft-highlight-title\"\u003eDesenvolvido para \u003cspan\u003ecuidar dos seus pés\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cp class=\"soft-highlight-desc\"\u003eA palmilha ortopédica do Soft foi projetada para distribuir o peso do corpo de forma equilibrada — aliviando a pressão no calcanhar, prevenindo fascite plantar e reduzindo o cansaço nas pernas mesmo após horas de uso. O solado antiderrapante garante estabilidade em qualquer superfície.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"soft-section-title\"\u003eIndicado para\u003c\/div\u003e\n  \u003cdiv class=\"soft-indicado\"\u003e\n    \u003cdiv class=\"soft-indicado-item\"\u003e\n      \u003cdiv class=\"soft-indicado-check\"\u003e✓\u003c\/div\u003e\n      Quem sofre com dores nos pés, calcanhar ou pernas\n    \u003c\/div\u003e\n    \u003cdiv class=\"soft-indicado-item\"\u003e\n      \u003cdiv class=\"soft-indicado-check\"\u003e✓\u003c\/div\u003e\n      Pessoas que passam longas horas em pé ou caminhando\n    \u003c\/div\u003e\n    \u003cdiv class=\"soft-indicado-item\"\u003e\n      \u003cdiv class=\"soft-indicado-check\"\u003e✓\u003c\/div\u003e\n      Quem tem dificuldade para calçar tênis com cadarço\n    \u003c\/div\u003e\n    \u003cdiv class=\"soft-indicado-item\"\u003e\n      \u003cdiv class=\"soft-indicado-check\"\u003e✓\u003c\/div\u003e\n      Homens e mulheres que buscam conforto no dia a dia\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"soft-section-title\"\u003eEspecificações Técnicas\u003c\/div\u003e\n  \u003cdiv class=\"soft-specs\"\u003e\n    \u003cdiv class=\"soft-spec\"\u003e\n      \u003cspan class=\"soft-spec-icon\"\u003e🌐\u003c\/span\u003e\n      \u003cdiv class=\"soft-spec-label\"\u003eCabedal\u003c\/div\u003e\n      \u003cdiv class=\"soft-spec-value\"\u003eMesh respirável — leve e flexível\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"soft-spec\"\u003e\n      \u003cspan class=\"soft-spec-icon\"\u003e🧴\u003c\/span\u003e\n      \u003cdiv class=\"soft-spec-label\"\u003ePalmilha\u003c\/div\u003e\n      \u003cdiv class=\"soft-spec-value\"\u003eOrtopédica — alívio e suporte ao arco\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"soft-spec\"\u003e\n      \u003cspan class=\"soft-spec-icon\"\u003e⚙️\u003c\/span\u003e\n      \u003cdiv class=\"soft-spec-label\"\u003eSola\u003c\/div\u003e\n      \u003cdiv class=\"soft-spec-value\"\u003eAntiderrapante — estabilidade em qualquer piso\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"soft-spec\"\u003e\n      \u003cspan class=\"soft-spec-icon\"\u003e👟\u003c\/span\u003e\n      \u003cdiv class=\"soft-spec-label\"\u003eModelo\u003c\/div\u003e\n      \u003cdiv class=\"soft-spec-value\"\u003eSlip On — sem cadarço, calce fácil\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"soft-spec\"\u003e\n      \u003cspan class=\"soft-spec-icon\"\u003e🦶\u003c\/span\u003e\n      \u003cdiv class=\"soft-spec-label\"\u003eNumeração\u003c\/div\u003e\n      \u003cdiv class=\"soft-spec-value\"\u003e37 ao 46\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"soft-spec\"\u003e\n      \u003cspan class=\"soft-spec-icon\"\u003e⚥\u003c\/span\u003e\n      \u003cdiv class=\"soft-spec-label\"\u003eGênero\u003c\/div\u003e\n      \u003cdiv class=\"soft-spec-value\"\u003eUnissex — homens e mulheres\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"soft-trust\"\u003e\n    \u003cdiv class=\"soft-trust-item\"\u003e\n      \u003cspan class=\"soft-trust-icon\"\u003e🚚\u003c\/span\u003e\n      \u003cdiv class=\"soft-trust-label\"\u003eFrete Grátis\u003cbr\u003eBrasil\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"soft-trust-item\"\u003e\n      \u003cspan class=\"soft-trust-icon\"\u003e✅\u003c\/span\u003e\n      \u003cdiv class=\"soft-trust-label\"\u003ePagamento\u003cbr\u003eSeguro\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"soft-trust-item\"\u003e\n      \u003cspan class=\"soft-trust-icon\"\u003e📦\u003c\/span\u003e\n      \u003cdiv class=\"soft-trust-label\"\u003eEnvio\u003cbr\u003eImediato\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"soft-trust-item\"\u003e\n      \u003cspan class=\"soft-trust-icon\"\u003e🔄\u003c\/span\u003e\n      \u003cdiv class=\"soft-trust-label\"\u003eTroca\u003cbr\u003eGarantida\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"LeveFit","offers":[{"title":"BEGE \/ 37","offer_id":49259577868545,"sku":"14:771;200000124:200000339","price":199.9,"currency_code":"BRL","in_stock":true},{"title":"BEGE \/ 38","offer_id":49259577508097,"sku":"14:771;200000124:200000900","price":199.9,"currency_code":"BRL","in_stock":true},{"title":"BEGE \/ 39","offer_id":49259578392833,"sku":"14:771;200000124:200000364","price":199.9,"currency_code":"BRL","in_stock":true},{"title":"BEGE \/ 40","offer_id":49259577671937,"sku":"14:771;200000124:100013888","price":199.9,"currency_code":"BRL","in_stock":true},{"title":"BEGE \/ 41","offer_id":49259577639169,"sku":"14:771;200000124:100010483","price":199.9,"currency_code":"BRL","in_stock":true},{"title":"BEGE \/ 42","offer_id":49259577737473,"sku":"14:771;200000124:200000337","price":199.9,"currency_code":"BRL","in_stock":true},{"title":"BEGE \/ 43","offer_id":49259577704705,"sku":"14:771;200000124:200000338","price":199.9,"currency_code":"BRL","in_stock":true},{"title":"BEGE \/ 44","offer_id":49259577573633,"sku":"14:771;200000124:100010487","price":199.9,"currency_code":"BRL","in_stock":true},{"title":"BEGE \/ 45","offer_id":49259577540865,"sku":"14:771;200000124:3116","price":199.9,"currency_code":"BRL","in_stock":true},{"title":"BEGE \/ 46","offer_id":49259577606401,"sku":"14:771;200000124:200000899","price":199.9,"currency_code":"BRL","in_stock":true},{"title":"CINZA \/ 37","offer_id":49259577770241,"sku":"14:365458#light gray;200000124:200000339","price":199.9,"currency_code":"BRL","in_stock":true},{"title":"CINZA \/ 38","offer_id":49259578425601,"sku":"14:365458#light gray;200000124:200000900","price":199.9,"currency_code":"BRL","in_stock":true},{"title":"CINZA \/ 39","offer_id":49259578589441,"sku":"14:365458#light gray;200000124:200000364","price":199.9,"currency_code":"BRL","in_stock":true},{"title":"CINZA \/ 40","offer_id":49259578687745,"sku":"14:365458#light gray;200000124:100013888","price":199.9,"currency_code":"BRL","in_stock":true},{"title":"CINZA \/ 41","offer_id":49259578654977,"sku":"14:365458#light gray;200000124:100010483","price":199.9,"currency_code":"BRL","in_stock":true},{"title":"CINZA \/ 42","offer_id":49259578491137,"sku":"14:365458#light gray;200000124:200000337","price":199.9,"currency_code":"BRL","in_stock":true},{"title":"CINZA \/ 43","offer_id":49259578458369,"sku":"14:365458#light gray;200000124:200000338","price":199.9,"currency_code":"BRL","in_stock":true},{"title":"CINZA \/ 44","offer_id":49259578556673,"sku":"14:365458#light gray;200000124:100010487","price":199.9,"currency_code":"BRL","in_stock":true},{"title":"CINZA \/ 45","offer_id":49259578523905,"sku":"14:365458#light gray;200000124:3116","price":199.9,"currency_code":"BRL","in_stock":true},{"title":"CINZA \/ 46","offer_id":49259578360065,"sku":"14:365458#light gray;200000124:200000899","price":199.9,"currency_code":"BRL","in_stock":true},{"title":"PRETO \/ BRANCO \/ 37","offer_id":49259577803009,"sku":"14:173#black white;200000124:200000339","price":199.9,"currency_code":"BRL","in_stock":true},{"title":"PRETO \/ BRANCO \/ 38","offer_id":49259578622209,"sku":"14:173#black white;200000124:200000900","price":199.9,"currency_code":"BRL","in_stock":true},{"title":"PRETO \/ BRANCO \/ 39","offer_id":49259578065153,"sku":"14:173#black white;200000124:200000364","price":199.9,"currency_code":"BRL","in_stock":true},{"title":"PRETO \/ BRANCO \/ 40","offer_id":49259577934081,"sku":"14:173#black white;200000124:100013888","price":199.9,"currency_code":"BRL","in_stock":true},{"title":"PRETO \/ BRANCO \/ 41","offer_id":49259577901313,"sku":"14:173#black white;200000124:100010483","price":199.9,"currency_code":"BRL","in_stock":true},{"title":"PRETO \/ BRANCO \/ 42","offer_id":49259577999617,"sku":"14:173#black white;200000124:200000337","price":199.9,"currency_code":"BRL","in_stock":true},{"title":"PRETO \/ BRANCO \/ 43","offer_id":49259577966849,"sku":"14:173#black white;200000124:200000338","price":199.9,"currency_code":"BRL","in_stock":true},{"title":"PRETO \/ BRANCO \/ 44","offer_id":49259578753281,"sku":"14:173#black white;200000124:100010487","price":199.9,"currency_code":"BRL","in_stock":true},{"title":"PRETO \/ BRANCO \/ 45","offer_id":49259578720513,"sku":"14:173#black white;200000124:3116","price":199.9,"currency_code":"BRL","in_stock":true},{"title":"PRETO \/ BRANCO \/ 46","offer_id":49259578786049,"sku":"14:173#black white;200000124:200000899","price":199.9,"currency_code":"BRL","in_stock":true},{"title":"TODO PRETO \/ 37","offer_id":49259577835777,"sku":"14:193#all black;200000124:200000339","price":199.9,"currency_code":"BRL","in_stock":true},{"title":"TODO PRETO \/ 38","offer_id":49259578097921,"sku":"14:193#all black;200000124:200000900","price":199.9,"currency_code":"BRL","in_stock":true},{"title":"TODO PRETO \/ 39","offer_id":49259578261761,"sku":"14:193#all black;200000124:200000364","price":199.9,"currency_code":"BRL","in_stock":true},{"title":"TODO PRETO \/ 40","offer_id":49259578327297,"sku":"14:193#all black;200000124:100013888","price":199.9,"currency_code":"BRL","in_stock":true},{"title":"TODO PRETO \/ 41","offer_id":49259578294529,"sku":"14:193#all black;200000124:100010483","price":199.9,"currency_code":"BRL","in_stock":true},{"title":"TODO PRETO \/ 42","offer_id":49259578163457,"sku":"14:193#all black;200000124:200000337","price":199.9,"currency_code":"BRL","in_stock":true},{"title":"TODO PRETO \/ 43","offer_id":49259578130689,"sku":"14:193#all black;200000124:200000338","price":199.9,"currency_code":"BRL","in_stock":true},{"title":"TODO PRETO \/ 44","offer_id":49259578228993,"sku":"14:193#all black;200000124:100010487","price":199.9,"currency_code":"BRL","in_stock":true},{"title":"TODO PRETO \/ 45","offer_id":49259578196225,"sku":"14:193#all black;200000124:3116","price":199.9,"currency_code":"BRL","in_stock":true},{"title":"TODO PRETO \/ 46","offer_id":49259578032385,"sku":"14:193#all black;200000124:200000899","price":199.9,"currency_code":"BRL","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0614\/1145\/9329\/files\/todo_preto_500ab301-a6c1-4add-ad38-a99cecc1c08d.png?v=1781530969","url":"https:\/\/www.levefit.com.br\/products\/tenis-soft-ortopedico-slip-on","provider":"LeveFit","version":"1.0","type":"link"}