{"id":516,"date":"2025-06-18T09:15:44","date_gmt":"2025-06-18T09:15:44","guid":{"rendered":"http:\/\/soleandfact.site\/?post_type=product&#038;p=516"},"modified":"2025-09-29T07:44:33","modified_gmt":"2025-09-29T07:44:33","slug":"luma-kids-flex","status":"publish","type":"product","link":"http:\/\/soleandfact.site\/en\/product\/luma-kids-flex\/","title":{"rendered":"Luma Kids Flex"},"content":{"rendered":"<p data-start=\"1483\" data-end=\"2174\">Meet the Luma Kids Flex, engineered for active little explorers. Its ultralight upper adapts to growing feet, while the adjustable hook-and-loop strap provides a secure fit on any terrain. The non-slip rubber outsole offers reliable grip on playgrounds, sidewalks, and backyard trails alike. Breathable mesh panels keep feet cool and dry, reducing discomfort during extended play. Reinforced stitching and abrasion-resistant materials ensure lasting durability, wash after wash. Thoughtfully designed by pediatric podiatrists, the Luma Kids Flex promotes healthy foot development and makes putting on shoes a breeze\u2014perfect for parents and fun for kids.<\/p>","protected":false},"excerpt":{"rendered":"<p data-start=\"1232\" data-end=\"1481\">The Luma Kids Flex delivers featherlight comfort and secure support with its hook-and-loop closure and non-slip sole. Flexible, durable, and kid-approved\u2014designed to keep up with every adventure little feet take.<\/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=lumakidsflex&#038;shopName=soleandfact&#038;shoeImage=http:\/\/soleandfact.site\/wp-content\/uploads\/2025\/06\/Luma-Kids-Flex-Kopie.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\/lumakidsflex.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":509,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":""},"product_brand":[],"product_cat":[37],"product_tag":[],"class_list":{"0":"post-516","1":"product","2":"type-product","3":"status-publish","4":"has-post-thumbnail","6":"product_cat-kids","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\/Luma-Kids-Flex-Kopie.png",512,512,false],"thumbnail":["http:\/\/soleandfact.site\/wp-content\/uploads\/2025\/06\/Luma-Kids-Flex-Kopie-150x150.png",150,150,true],"medium":["http:\/\/soleandfact.site\/wp-content\/uploads\/2025\/06\/Luma-Kids-Flex-Kopie-300x300.png",300,300,true],"medium_large":["http:\/\/soleandfact.site\/wp-content\/uploads\/2025\/06\/Luma-Kids-Flex-Kopie.png",512,512,false],"large":["http:\/\/soleandfact.site\/wp-content\/uploads\/2025\/06\/Luma-Kids-Flex-Kopie.png",512,512,false],"1536x1536":["http:\/\/soleandfact.site\/wp-content\/uploads\/2025\/06\/Luma-Kids-Flex-Kopie.png",512,512,false],"2048x2048":["http:\/\/soleandfact.site\/wp-content\/uploads\/2025\/06\/Luma-Kids-Flex-Kopie.png",512,512,false],"trp-custom-language-flag":["http:\/\/soleandfact.site\/wp-content\/uploads\/2025\/06\/Luma-Kids-Flex-Kopie.png",12,12,false],"botiga-extra-large":["http:\/\/soleandfact.site\/wp-content\/uploads\/2025\/06\/Luma-Kids-Flex-Kopie.png",512,512,false],"botiga-large":["http:\/\/soleandfact.site\/wp-content\/uploads\/2025\/06\/Luma-Kids-Flex-Kopie.png",512,512,false],"botiga-big":["http:\/\/soleandfact.site\/wp-content\/uploads\/2025\/06\/Luma-Kids-Flex-Kopie.png",512,512,false],"botiga-medium":["http:\/\/soleandfact.site\/wp-content\/uploads\/2025\/06\/Luma-Kids-Flex-Kopie-380x380.png",380,380,true],"woocommerce_thumbnail":["http:\/\/soleandfact.site\/wp-content\/uploads\/2025\/06\/Luma-Kids-Flex-Kopie-420x420.png",420,420,true],"woocommerce_single":["http:\/\/soleandfact.site\/wp-content\/uploads\/2025\/06\/Luma-Kids-Flex-Kopie.png",512,512,false],"woocommerce_gallery_thumbnail":["http:\/\/soleandfact.site\/wp-content\/uploads\/2025\/06\/Luma-Kids-Flex-Kopie-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 Luma Kids Flex delivers featherlight comfort and secure support with its hook-and-loop closure and non-slip sole. Flexible, durable, and kid-approved\u2014designed to keep up with every adventure little feet take. 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\/516","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=516"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/soleandfact.site\/en\/wp-json\/wp\/v2\/media\/509"}],"wp:attachment":[{"href":"http:\/\/soleandfact.site\/en\/wp-json\/wp\/v2\/media?parent=516"}],"wp:term":[{"taxonomy":"product_brand","embeddable":true,"href":"http:\/\/soleandfact.site\/en\/wp-json\/wp\/v2\/product_brand?post=516"},{"taxonomy":"product_cat","embeddable":true,"href":"http:\/\/soleandfact.site\/en\/wp-json\/wp\/v2\/product_cat?post=516"},{"taxonomy":"product_tag","embeddable":true,"href":"http:\/\/soleandfact.site\/en\/wp-json\/wp\/v2\/product_tag?post=516"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}