{"id":520,"date":"2025-06-18T09:19:46","date_gmt":"2025-06-18T09:19:46","guid":{"rendered":"http:\/\/soleandfact.site\/?post_type=product&#038;p=520"},"modified":"2025-09-29T07:43:32","modified_gmt":"2025-09-29T07:43:32","slug":"stridex-leather-runner","status":"publish","type":"product","link":"http:\/\/soleandfact.site\/en\/product\/stridex-leather-runner\/","title":{"rendered":"StrideX Leather Runner"},"content":{"rendered":"<p data-start=\"472\" data-end=\"1203\">Experience unparalleled comfort and style with the StrideX Leather Runner. Crafted from premium vegan leather, the upper offers a sleek silhouette and exceptional durability. The lightweight adaptive foam sole cushions every step, providing responsive support throughout your day, whether navigating urban sidewalks or attending office meetings. Breathable lining ensures all-day freshness, while the low-profile design pairs seamlessly with jeans, chinos, or athleisure wear. Designed for the modern individual who demands performance without compromising aesthetics, the StrideX Leather Runner reduces fatigue and enhances posture, making it the ultimate choice for everyday wear and beyond.<\/p>","protected":false},"excerpt":{"rendered":"<p data-start=\"222\" data-end=\"470\">The StrideX Leather Runner combines minimalist vegan leather design with an adaptive foam sole for ultimate all-day comfort. Sleek and versatile, it transitions effortlessly from city streets to business casual.<\/p>\n<div class=\"footfact-integration\">\n    <!-- Mobile Version --><\/p>\n<div class=\"footfact-mobile\" style=\"display: none;\">\n<div style=\"text-align: center;\">\n            <a href=\"#\" \n               onclick=\"window.location.href='footfact:\/\/results?shoeModel=stridexleatherrunner&#038;shopName=soleandfact&#038;shoeImage=http:\/\/soleandfact.site\/wp-content\/uploads\/2025\/06\/StrideX.png&#038;returnURL=' + encodeURIComponent(window.location.href); return false;\"\n               style=\"display: inline-block;\"><br \/>\n                <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/09\/footfact.png\" alt=\"FootFact App\" \n                     style=\"width: 80px; height: 80px; border-radius: 12px;\" \/><br \/>\n            <\/a><\/p>\n<p style=\"margin: 10px 0 0 0; font-size: 14px; color: #666;\">\n                Not sure about your size? Scan the QR code in the FootFact app, and we&#8217;ll pinpoint your perfect fit.\n            <\/p>\n<\/p><\/div>\n<\/p><\/div>\n<p>    <!-- Desktop Version --><\/p>\n<div class=\"footfact-desktop\" style=\"display: none; text-align: center;\">\n<div style=\"display: flex; align-items: center; justify-content: center; gap: 30px; margin-bottom: 15px; flex-wrap: wrap;\">\n            <!-- App Logo --><\/p>\n<div style=\"flex-shrink: 0; display: flex; align-items: center;\">\n                <a href=\"https:\/\/apps.apple.com\/us\/app\/footfact\/id1192755111?itscg=30200&#038;itsct=apps_box_artwork&#038;mttnsubad=1192755111\" style=\"display: block;\"><br \/>\n                    <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/09\/footfact.png\" alt=\"FootFact App\" \n                         style=\"width: 120px; height: 120px; border-radius: 12px; object-fit: contain; display: block;\" \/><br \/>\n                <\/a>\n            <\/div>\n<p>            <!-- QR Code --><\/p>\n<div style=\"flex-shrink: 0; display: flex; align-items: center;\">\n                <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/09\/stridexleatherrunner.jpg\" \n                     alt=\"QR Code for FootFact App\" \n                     style=\"width: 120px; height: 120px; border: 2px solid #ddd; padding: 10px; border-radius: 8px; object-fit: contain; display: block; box-sizing: border-box;\">\n            <\/div>\n<\/p><\/div>\n<p style=\"margin: 0; font-size: 14px; color: #666;\">\n            Not sure about your size? Scan the QR code in the FootFact app, and we&#8217;ll pinpoint your perfect fit.\n        <\/p>\n<\/p><\/div>\n<\/div>\n<p><script>\n(function() {\n    function isMobile() {\n        return \/Android|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini\/i.test(navigator.userAgent) || window.innerWidth <= 768;\n    }\n    \n    function showFootFact() {\n        var container = document.querySelector('.footfact-integration');\n        if (!container) return;\n        var mobileDiv = container.querySelector('.footfact-mobile');\n        var desktopDiv = container.querySelector('.footfact-desktop');\n        if (isMobile()) {\n            mobileDiv.style.display = 'block';\n            desktopDiv.style.display = 'none';\n        } else {\n            mobileDiv.style.display = 'none';\n            desktopDiv.style.display = 'block';\n        }\n    }\n    \n    if (document.readyState === 'loading') {\n        document.addEventListener('DOMContentLoaded', showFootFact);\n    } else {\n        showFootFact();\n    }\n    window.addEventListener('resize', showFootFact);\n})();\n\n(function() {\n    var sizeAlreadySet = false;\n    \n    function getUrlParameter(name) {\n        var searchParams = new URLSearchParams(window.location.search);\n        return searchParams.get(name) || '';\n    }\n    \n    function activateCFVSWButton(targetSize) {\n        var cfvswButtons = document.querySelectorAll('.cfvsw-swatches-option[data-slug=\"' + targetSize + '\"]');\n        cfvswButtons.forEach(function(button) {\n            var allButtons = document.querySelectorAll('.cfvsw-swatches-option');\n            allButtons.forEach(function(btn) {\n                btn.classList.remove('cfvsw-selected', 'selected', 'active');\n            });\n            button.classList.add('cfvsw-selected', 'selected', 'active');\n            button.click();\n        });\n    }\n    \n    function setBottigaSize(targetSize) {\n        if (sizeAlreadySet) return;\n        var element = document.querySelector('select[name=\"attribute_pa_us-size\"]');\n        if (element) {\n            var targetWithDot = targetSize.replace('-', '.');\n            for (var i = 0; i < element.options.length; i++) {\n                var opt = element.options[i];\n                if (opt.value === targetSize || opt.text.trim() === targetSize || \n                    opt.value === targetWithDot || opt.text.trim() === targetWithDot) {\n                    element.selectedIndex = i;\n                    element.value = opt.value;\n                    element.dispatchEvent(new Event('change', { bubbles: true }));\n                    if (typeof jQuery !== 'undefined') {\n                        jQuery(element).val(opt.value).trigger('change');\n                    }\n                    setTimeout(function() { activateCFVSWButton(targetSize); }, 100);\n                    sizeAlreadySet = true;\n                    return;\n                }\n            }\n        }\n    }\n    \n    function handleSizeParameter() {\n        if (sizeAlreadySet) return;\n        var sizeParam = getUrlParameter('measuredSize');\n        if (sizeParam) {\n            var normalizedSize = sizeParam.replace('.', '-');\n            setTimeout(function() { setBottigaSize(normalizedSize); }, 1000);\n        }\n    }\n    \n    if (document.readyState === 'loading') {\n        document.addEventListener('DOMContentLoaded', handleSizeParameter);\n    } else {\n        handleSizeParameter();\n    }\n})();\n<\/script><\/p>\n<style>\n.footfact-integration {\n    margin: 20px 0;\n    padding: 20px;\n    border: 1px solid #e1e1e1;\n    border-radius: 8px;\n    background: #fafafa;\n    text-align: center;\n}<\/p>\n<p>.footfact-btn:hover {\n    background-color: #005a87 !important;\n}<\/p>\n<p>@media (max-width: 768px) {\n    .footfact-integration {\n        margin: 15px 0;\n        padding: 15px;\n    }\n}\n<\/style>\n","protected":false},"featured_media":504,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":""},"product_brand":[],"product_cat":[35],"product_tag":[],"class_list":{"0":"post-520","1":"product","2":"type-product","3":"status-publish","4":"has-post-thumbnail","6":"product_cat-men","8":"first","9":"instock","10":"featured","11":"shipping-taxable","12":"purchasable","13":"product-type-variable"},"uagb_featured_image_src":{"full":["http:\/\/soleandfact.site\/wp-content\/uploads\/2025\/06\/StrideX.png",1024,1024,false],"thumbnail":["http:\/\/soleandfact.site\/wp-content\/uploads\/2025\/06\/StrideX.png",150,150,false],"medium":["http:\/\/soleandfact.site\/wp-content\/uploads\/2025\/06\/StrideX.png",300,300,false],"medium_large":["http:\/\/soleandfact.site\/wp-content\/uploads\/2025\/06\/StrideX.png",768,768,false],"large":["http:\/\/soleandfact.site\/wp-content\/uploads\/2025\/06\/StrideX.png",1024,1024,false],"1536x1536":["http:\/\/soleandfact.site\/wp-content\/uploads\/2025\/06\/StrideX.png",1024,1024,false],"2048x2048":["http:\/\/soleandfact.site\/wp-content\/uploads\/2025\/06\/StrideX.png",1024,1024,false],"trp-custom-language-flag":["http:\/\/soleandfact.site\/wp-content\/uploads\/2025\/06\/StrideX.png",12,12,false],"botiga-extra-large":["http:\/\/soleandfact.site\/wp-content\/uploads\/2025\/06\/StrideX.png",1024,1024,false],"botiga-large":["http:\/\/soleandfact.site\/wp-content\/uploads\/2025\/06\/StrideX.png",920,920,false],"botiga-big":["http:\/\/soleandfact.site\/wp-content\/uploads\/2025\/06\/StrideX.png",575,575,false],"botiga-medium":["http:\/\/soleandfact.site\/wp-content\/uploads\/2025\/06\/StrideX.png",380,380,false],"woocommerce_thumbnail":["http:\/\/soleandfact.site\/wp-content\/uploads\/2025\/06\/StrideX-420x420.png",420,420,true],"woocommerce_single":["http:\/\/soleandfact.site\/wp-content\/uploads\/2025\/06\/StrideX.png",800,800,false],"woocommerce_gallery_thumbnail":["http:\/\/soleandfact.site\/wp-content\/uploads\/2025\/06\/StrideX-100x100.png",100,100,true]},"uagb_author_info":{"display_name":"admin","author_link":"http:\/\/soleandfact.site\/en\/author\/"},"uagb_comment_info":0,"uagb_excerpt":"The StrideX Leather Runner combines minimalist vegan leather design with an adaptive foam sole for ultimate all-day comfort. Sleek and versatile, it transitions effortlessly from city streets to business casual. Not sure about your size? Scan the QR code in the FootFact app, and we'll pinpoint your perfect fit. Not sure about your size? Scan&hellip;","_links":{"self":[{"href":"http:\/\/soleandfact.site\/en\/wp-json\/wp\/v2\/product\/520","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/soleandfact.site\/en\/wp-json\/wp\/v2\/product"}],"about":[{"href":"http:\/\/soleandfact.site\/en\/wp-json\/wp\/v2\/types\/product"}],"replies":[{"embeddable":true,"href":"http:\/\/soleandfact.site\/en\/wp-json\/wp\/v2\/comments?post=520"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/soleandfact.site\/en\/wp-json\/wp\/v2\/media\/504"}],"wp:attachment":[{"href":"http:\/\/soleandfact.site\/en\/wp-json\/wp\/v2\/media?parent=520"}],"wp:term":[{"taxonomy":"product_brand","embeddable":true,"href":"http:\/\/soleandfact.site\/en\/wp-json\/wp\/v2\/product_brand?post=520"},{"taxonomy":"product_cat","embeddable":true,"href":"http:\/\/soleandfact.site\/en\/wp-json\/wp\/v2\/product_cat?post=520"},{"taxonomy":"product_tag","embeddable":true,"href":"http:\/\/soleandfact.site\/en\/wp-json\/wp\/v2\/product_tag?post=520"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}