{"product_id":"3d-comfort-support-shoes-minima","title":"Lattice Move Air —3D Comfort Support Shoes","description":"\u003cstyle\u003e\n    \/* 基础样式重置与变量定义 *\/\n    :root {\n        --primary-color: #2B6CFF;\n        --primary-light: #5A8CFF;\n        --text-color: #333;\n        --light-gray: #f5f5f5;\n        --medium-gray: #e0e0e0;\n        --dark-gray: #666;\n        --white: #ffffff;\n        --border-radius: 12px;\n        --shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n        --shadow-hover: 0 8px 20px rgba(0, 0, 0, 0.12);\n        --transition: all 0.3s ease;\n    }\n    \n    * {\n        box-sizing: border-box;\n        margin: 0;\n        padding: 0;\n    }\n    \n    body {\n        background: var(--white);\n        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;\n        color: var(--text-color);\n        line-height: 1.6;\n        padding: 0;\n        -webkit-font-smoothing: antialiased;\n        -moz-osx-font-smoothing: grayscale;\n    }\n    \n    \/* 通用容器 *\/\n    .container {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 0 16px;\n    }\n    \n    \/* 标题样式 *\/\n    h2 {\n        font-size: 24px;\n        font-weight: 700;\n        margin: 32px 0 16px;\n        text-align: center;\n        color: var(--text-color);\n        line-height: 1.3;\n    }\n    \n    \/* 图标文本网格布局 - 移动端优化 *\/\n    .icon-text-grid {\n        display: flex;\n        flex-wrap: wrap;\n        padding: 0;\n        margin: 32px 0;\n        list-style: none;\n        gap: 12px;\n        justify-content: center;\n    }\n    \n    .icon-text-grid li {\n        flex: 0 0 calc(50% - 6px);\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        text-align: center;\n        background: var(--white);\n        padding: 20px 12px;\n        border-radius: var(--border-radius);\n        box-shadow: var(--shadow);\n        transition: var(--transition);\n    }\n    \n    .icon-text-grid li:hover {\n        transform: translateY(-5px);\n        box-shadow: var(--shadow-hover);\n    }\n    \n    .icon-wrap {\n        width: 56px;\n        height: 56px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        background: var(--light-gray);\n        border-radius: 50%;\n        margin-bottom: 12px;\n    }\n    \n    .icon-wrap img {\n        width: 28px;\n        height: 28px;\n        object-fit: contain;\n    }\n    \n    .text-content {\n        width: 100%;\n    }\n    \n    .text-top {\n        margin: 0 0 4px 0;\n        font-size: 12px;\n        color: var(--dark-gray);\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n        font-weight: 500;\n    }\n    \n    .text-bottom {\n        margin: 0;\n        font-size: 15px;\n        font-weight: 600;\n        color: var(--text-color);\n        line-height: 1.3;\n    }\n    \n    \/* 尺寸表 - 移动端优化 *\/\n    .size-table-wrapper {\n        width: 100%;\n        overflow-x: auto;\n        margin: 16px 0 20px;\n        border-radius: var(--border-radius);\n        box-shadow: var(--shadow);\n        -webkit-overflow-scrolling: touch;\n        position: relative;\n    }\n    \n    .size-table-wrapper::-webkit-scrollbar {\n        height: 4px;\n    }\n    \n    .size-table-wrapper::-webkit-scrollbar-track {\n        background: var(--light-gray);\n        border-radius: 2px;\n    }\n    \n    .size-table-wrapper::-webkit-scrollbar-thumb {\n        background: var(--primary-light);\n        border-radius: 2px;\n    }\n    \n    .size-table {\n        width: 100%;\n        border-collapse: collapse;\n        text-align: center;\n        font-family: Arial, sans-serif;\n        min-width: 900px;\n    }\n    \n    .size-table th {\n        background-color: var(--primary-color);\n        color: var(--white);\n        padding: 14px 10px;\n        font-weight: 600;\n        border: 1px solid var(--medium-gray);\n        font-size: 14px;\n    }\n    \n    .size-table td {\n        padding: 12px 10px;\n        border: 1px solid var(--medium-gray);\n        font-size: 14px;\n    }\n    \n    .size-table tr:nth-child(even) td {\n        background-color: #F5F8FF;\n    }\n    \n    .size-table tr:nth-child(odd) td {\n        background-color: var(--white);\n    }\n    \n    \/* 尺码建议 *\/\n    .size-recommendation {\n        background: linear-gradient(135deg, #f5f8ff 0%, #e9f0ff 100%);\n        border-radius: var(--border-radius);\n        padding: 20px;\n        margin: 20px 0 32px;\n        border-left: 4px solid var(--primary-color);\n    }\n    \n    .size-recommendation p {\n        margin: 0;\n        font-size: 16px;\n        color: var(--text-color);\n        line-height: 1.6;\n    }\n    \n    \/* 模块布局 - 移动端优化 *\/\n    .module {\n        display: flex;\n        flex-direction: column;\n        justify-content: space-between;\n        align-items: center;\n        margin: 32px 0;\n        gap: 24px;\n        padding: 20px 16px;\n        border-radius: var(--border-radius);\n        background: var(--white);\n        box-shadow: var(--shadow);\n    }\n    \n    .module img {\n        width: 100%;\n        max-width: 100%;\n        border-radius: 8px;\n        object-fit: cover;\n    }\n    \n    .module-content {\n        flex: 1;\n        width: 100%;\n    }\n    \n    .module h2 {\n        text-align: left;\n        margin: 0 0 12px 0;\n        font-size: 20px;\n        line-height: 1.3;\n    }\n    \n    .module p, .module ul {\n        text-align: left;\n        font-size: 16px;\n        color: var(--dark-gray);\n        line-height: 1.5;\n    }\n    \n    .module ul {\n        padding-left: 20px;\n        margin: 0;\n    }\n    \n    .module li {\n        margin-bottom: 8px;\n        font-size: 16px;\n        line-height: 1.5;\n    }\n    \n    \/* FAQ 样式 - 移动端优化 *\/\n    .faq-container {\n        width: 100%;\n        margin: 32px auto;\n        font-family: Arial, sans-serif;\n    }\n    \n    .section-divider {\n        border: none;\n        border-top: 2px solid var(--primary-color);\n        margin: 10px 0 30px;\n        opacity: 0.7;\n    }\n    \n    details {\n        margin: 12px 0;\n        border: 1px solid var(--medium-gray);\n        border-radius: 8px;\n        overflow: hidden;\n        transition: var(--transition);\n    }\n    \n    details:hover {\n        border-color: var(--primary-color);\n    }\n    \n    details[open] {\n        box-shadow: 0 4px 12px rgba(43, 108, 255, 0.1);\n    }\n    \n    details summary {\n        font-weight: 600;\n        cursor: pointer;\n        margin: 0;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        background-color: var(--light-gray);\n        padding: 16px;\n        color: var(--text-color);\n        transition: var(--transition);\n        font-size: 16px;\n        line-height: 1.4;\n        -webkit-tap-highlight-color: transparent;\n    }\n    \n    details summary:hover {\n        background-color: #e9f0ff;\n    }\n    \n    details summary::-webkit-details-marker {\n        display: none;\n    }\n    \n    details summary span {\n        font-size: 20px;\n        color: var(--primary-color);\n        transition: var(--transition);\n        flex-shrink: 0;\n        margin-left: 8px;\n        min-width: 20px;\n        text-align: center;\n    }\n    \n    details[open] summary span {\n        transform: rotate(45deg);\n    }\n    \n    details p {\n        margin: 0;\n        padding: 16px;\n        background-color: var(--white);\n        color: var(--dark-gray);\n        font-size: 15px;\n        line-height: 1.6;\n    }\n    \n    \/* 视频容器 *\/\n    .video-container {\n        position: relative;\n        padding-bottom: 56.25%;\n        height: 0;\n        overflow: hidden;\n        max-width: 100%;\n        margin: 24px 0;\n        border-radius: var(--border-radius);\n        box-shadow: var(--shadow);\n    }\n    \n    .video-container iframe {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        border: none;\n    }\n    \n    \/* 移动端优化 *\/\n    @media (max-width: 480px) {\n        .container {\n            padding: 0 12px;\n        }\n        \n        h2 {\n            font-size: 22px;\n            margin: 28px 0 14px;\n        }\n        \n        .icon-text-grid li {\n            flex: 0 0 calc(50% - 6px);\n            padding: 16px 8px;\n        }\n        \n        .icon-wrap {\n            width: 48px;\n            height: 48px;\n            margin-bottom: 10px;\n        }\n        \n        .icon-wrap img {\n            width: 24px;\n            height: 24px;\n        }\n        \n        .text-top {\n            font-size: 11px;\n        }\n        \n        .text-bottom {\n            font-size: 14px;\n        }\n        \n        .module {\n            padding: 16px 12px;\n            margin: 24px 0;\n            gap: 16px;\n        }\n        \n        .module h2 {\n            font-size: 18px;\n        }\n        \n        .module p, .module ul, .module li {\n            font-size: 15px;\n        }\n        \n        details summary {\n            padding: 14px;\n            font-size: 15px;\n        }\n        \n        details p {\n            padding: 14px;\n            font-size: 14px;\n        }\n    }\n    \n    \/* 平板设备优化 *\/\n    @media (min-width: 481px) and (max-width: 768px) {\n        .icon-text-grid li {\n            flex: 0 0 calc(50% - 8px);\n        }\n        \n        .icon-wrap {\n            width: 60px;\n            height: 60px;\n        }\n        \n        .icon-wrap img {\n            width: 30px;\n            height: 30px;\n        }\n        \n        .text-bottom {\n            font-size: 16px;\n        }\n    }\n    \n    \/* 桌面端优化 *\/\n    @media (min-width: 769px) {\n        .container {\n            padding: 0 24px;\n        }\n        \n        h2 {\n            font-size: 32px;\n            margin: 48px 0 24px;\n        }\n        \n        .icon-text-grid {\n            gap: 24px;\n        }\n        \n        .icon-text-grid li {\n            flex: 1 1 calc(25% - 18px);\n            flex-direction: column;\n            text-align: center;\n            padding: 24px 16px;\n        }\n        \n        .icon-wrap {\n            width: 80px;\n            height: 80px;\n            margin-bottom: 16px;\n        }\n        \n        .icon-wrap img {\n            width: 40px;\n            height: 40px;\n        }\n        \n        .text-top {\n            font-size: 14px;\n        }\n        \n        .text-bottom {\n            font-size: 20px;\n        }\n        \n        .module {\n            flex-direction: row;\n            padding: 32px;\n            margin: 40px 0;\n            gap: 40px;\n        }\n        \n        .module img {\n            width: 50%;\n        }\n        \n        .module h2 {\n            font-size: 28px;\n            margin: 0 0 16px 0;\n        }\n        \n        .module p, .module ul {\n            font-size: 17px;\n        }\n        \n        \/* 桌面端奇偶模块布局 *\/\n        .module:nth-child(even) {\n            flex-direction: row-reverse;\n        }\n        \n        \/* 桌面端FAQ优化 *\/\n        .faq-container {\n            max-width: 800px;\n        }\n    }\n    \n    \/* 大屏幕优化 *\/\n    @media (min-width: 1200px) {\n        .container {\n            padding: 0;\n        }\n    }\n    \n    \/* 防止移动端字体缩放 *\/\n    @media screen and (max-width: 768px) {\n        html {\n            -webkit-text-size-adjust: 100%;\n            text-size-adjust: 100%;\n        }\n    }\n    \n    \/* 触摸友好优化 *\/\n    @media (hover: none) and (pointer: coarse) {\n        .icon-text-grid li:hover {\n            transform: none;\n            box-shadow: var(--shadow);\n        }\n        \n        .icon-text-grid li:active {\n            transform: scale(0.98);\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);\n        }\n        \n        details summary:active {\n            background-color: #e9f0ff;\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2\u003eFeatures\u003c\/h2\u003e\n\u003cdiv class=\"module\"\u003e\n\u003cimg alt=\"Soft Responsive\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/2906\/8406\/files\/20260130-084746.png?v=1769735847\"\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003cdiv data-page-id=\"PeVedbgWOoEmP0xiHiqcxAnEnrg\" data-lark-html-role=\"root\" data-docx-has-block-data=\"false\"\u003e\n\u003ch2 class=\"heading-3 ace-line old-record-id-BkDDdh4KJoGrX7xCKCnchLz5nVc\"\u003e\u003cstrong\u003eFeather-Light Feel — Comfort You Stop Noticing\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp class=\"ace-line ace-line old-record-id-I82ydJr06o07RNxYKRgc342Qn0g\"\u003eLightness, refined.\u003c\/p\u003e\n\u003cul start=\"1\" class=\"list-bullet1\"\u003e\n\u003cli class=\"ace-line ace-line old-record-id-Kse7djuIvoPfc0xHKPWc9nHpnMd\" data-list=\"bullet\"\u003e\n\u003cp\u003eNoticeably lighter than traditional sneakers\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"ace-line ace-line old-record-id-L5b3d0qrwoSgRWxHVf6cRos1nOb\" data-list=\"bullet\"\u003e\n\u003cp\u003eOne-piece, lace-free construction\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"ace-line ace-line old-record-id-HxsCdyacnoTbAdxgqzecNJIpn7f\" data-list=\"bullet\"\u003e\n\u003cp\u003eA barely-there, cloud-like walking experience\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"ace-line ace-line old-record-id-GghId3HuAoZdoyxavaEcTXRhngi\"\u003eComfort that fades from awareness the moment you step outside.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"module\"\u003e\n\u003cimg alt=\"Shock Absorption\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/2906\/8406\/files\/20260130-084754.png?v=1769735847\"\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003cdiv data-page-id=\"Vof8d12rAo7ubRxTJBac13Ytn1g\" data-lark-html-role=\"root\" data-docx-has-block-data=\"false\"\u003e\n\u003cdiv data-page-id=\"PeVedbgWOoEmP0xiHiqcxAnEnrg\" data-lark-html-role=\"root\" data-docx-has-block-data=\"false\"\u003e\n\u003ch2 class=\"heading-3 ace-line old-record-id-XB3Hdh9RtolmkSx6Av6cSZhBn0f\"\u003e\u003cstrong\u003eBreathable by Design — Naturally Cool, Never Stuffy\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp class=\"ace-line ace-line old-record-id-WUnQdHVWdoq5KKxylEtcxtdOncc\"\u003eAirflow, intentionally engineered.\u003c\/p\u003e\n\u003cul start=\"1\" class=\"list-bullet1\"\u003e\n\u003cli class=\"ace-line ace-line old-record-id-S6RSdXlLzotrXWxVKbic3QgGnbf\" data-list=\"bullet\"\u003e\n\u003cp\u003eFully 3D-printed lattice structure\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"ace-line ace-line old-record-id-ZryCdRPolo6REvxjBLlcJJpUn0d\" data-list=\"bullet\"\u003e\n\u003cp\u003eContinuous circulation around the entire foot\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"ace-line ace-line old-record-id-DqkEdcXzMoWcaAxr23WcoOnencb\" data-list=\"bullet\"\u003e\n\u003cp\u003eKeeps feet cool, dry, and comfortable—even after hours\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"ace-line ace-line old-record-id-SGxWdaJeloKru3xVyiZcLauLnGd\"\u003eDesigned for long summer days and dense urban living.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"module\"\u003e\n\u003cimg alt=\"Breathable Design\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/2906\/8406\/files\/20260130-085044.webp?v=1769735844\"\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003cdiv data-docx-has-block-data=\"false\" data-lark-html-role=\"root\" data-page-id=\"Vof8d12rAo7ubRxTJBac13Ytn1g\"\u003e\n\u003cdiv data-page-id=\"PeVedbgWOoEmP0xiHiqcxAnEnrg\" data-lark-html-role=\"root\" data-docx-has-block-data=\"false\"\u003e\n\u003ch2 class=\"heading-3 ace-line old-record-id-QkEqdz7hkoft2gxfqCfcsSdSn6e\"\u003e\u003cstrong\u003eAdaptive Fit — Designed to Follow Your Foot\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp class=\"ace-line ace-line old-record-id-IAbidqZs1oJrwUxt0Cyc6jU5nhe\"\u003eSecure, flexible, and intuitively supportive.\u003c\/p\u003e\n\u003cul start=\"1\" class=\"list-bullet1\"\u003e\n\u003cli class=\"ace-line ace-line old-record-id-Yur0dIOf8oybFPxH1aEc7gXintf\" data-list=\"bullet\"\u003e\n\u003cp\u003eAnatomically engineered around the natural shape of the foot\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"ace-line ace-line old-record-id-Xw7pdMbIooHGemxBcEDcI1xXn8e\" data-list=\"bullet\"\u003e\n\u003cp\u003eClose, wrapped fit without pressure points\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"ace-line ace-line old-record-id-EjjrdB7q6oNWV8xEaVXcK1Jannd\" data-list=\"bullet\"\u003e\n\u003cp\u003eEspecially accommodating for flat feet\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"ace-line ace-line old-record-id-On1mdAjyAofHRLxfLkDcUOOXnfw\"\u003eThe shoe moves with you, not against you.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"module\"\u003e\n\u003cimg alt=\"Arch Support\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/2906\/8406\/files\/20260129-114031.jpg?v=1769658045\"\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003cdiv data-docx-has-block-data=\"false\" data-lark-html-role=\"root\" data-page-id=\"Vof8d12rAo7ubRxTJBac13Ytn1g\"\u003e\n\u003cdiv data-page-id=\"PeVedbgWOoEmP0xiHiqcxAnEnrg\" data-lark-html-role=\"root\" data-docx-has-block-data=\"false\"\u003e\n\u003ch2 class=\"heading-3 ace-line old-record-id-OmULdwJ1wobiMJxq7ncc8sgtnTf\"\u003e\u003cstrong\u003eMinimal Design — Quiet Confidence\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp class=\"ace-line ace-line old-record-id-ErKAdAvEqoVIT1xYbuTcaQKtnec\"\u003eRefined form, understated presence.\u003c\/p\u003e\n\u003cul start=\"1\" class=\"list-bullet1\"\u003e\n\u003cli class=\"ace-line ace-line old-record-id-LNqwdiuaSo066zx1G6acf2f1nJc\" data-list=\"bullet\"\u003e\n\u003cp\u003eClean, sculptural silhouette\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"ace-line ace-line old-record-id-QHPfdjBQwoZotyxwPTQcgmicnXf\" data-list=\"bullet\"\u003e\n\u003cp\u003eEffortless pairing with modern, urban wardrobes\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"ace-line ace-line old-record-id-U35fdk9c5o6sfmxgf6qc3YZdn6d\" data-list=\"bullet\"\u003e\n\u003cp\u003eExpresses taste without excess\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"ace-line ace-line old-record-id-OXtbddEaDoB1JUxBNgxc0594nRg\"\u003eMinimalism, with intention.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cul class=\"icon-text-grid\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"icon-wrap\"\u003e\u003cimg alt=\"Lattice Design Icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/2906\/8406\/files\/3dchangelife-product-sneaker-hollow-lattice-desigh.webp?v=1753432335\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"text-content\"\u003e\n\u003cp class=\"text-top\"\u003eDesign\u003c\/p\u003e\n\u003cp class=\"text-bottom\"\u003eHollow Lattice Design\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"icon-wrap\"\u003e\u003cimg alt=\"Lightweight Icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/2906\/8406\/files\/3dchangelife-product-sneaker-weight.webp?v=1753432335\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"text-content\"\u003e\n\u003cp class=\"text-top\"\u003eUltra Light\u003c\/p\u003e\n\u003cp class=\"text-bottom\"\u003e1 lb 05 oz\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"icon-wrap\"\u003e\u003cimg alt=\"Elasto Support Icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/2906\/8406\/files\/3dchangelife-product-sneaker-Elasto-2000.webp?v=1753432335\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"text-content\"\u003e\n\u003cp class=\"text-top\"\u003eMaterial\u003c\/p\u003e\n\u003cp class=\"text-bottom\"\u003eElasto-2000\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"icon-wrap\"\u003e\u003cimg alt=\"Light Sport Icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/2906\/8406\/files\/3dchangelife-product-sneaker-light-sports.webp?v=1753432336\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"text-content\"\u003e\n\u003cp class=\"text-top\"\u003eBest for\u003c\/p\u003e\n\u003cp class=\"text-bottom\"\u003eDaily Leisure\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eChoose Your Size\u003c\/h2\u003e\n\u003cdiv class=\"module\"\u003e\n\u003cimg alt=\"3dchangelife-product-3d-printed-sneakers-size-chart\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/2906\/8406\/files\/3dchangelife-product-3d-printed-sneakers-size-chart.webp?v=1765265326\"\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003cp\u003eIf you have wide feet, we recommend choosing one size up.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eHow to Measure Your Foot Length\u003c\/h2\u003e\n\u003cdiv class=\"module\"\u003e\n\u003cimg alt=\"3dchangelife-how-to-measure-foot-length-1\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/2906\/8406\/files\/3dchangelife-how-to-measure-foot-length-1.webp?v=1763711180\"\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003cul\u003e\n\u003cli\u003ePlace a sheet of paper on a flat floor against the wall.\u003c\/li\u003e\n\u003cli\u003eStand straight with your heel gently touching the wall.\u003c\/li\u003e\n\u003cli\u003eMark the tip of your longest toe on the paper.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"module\"\u003e\n\u003cimg alt=\"3dchangelife-how-to-measure-foot-length-2\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0628\/2906\/8406\/files\/3dchangelife-how-to-measure-foot-length-2.webp?v=1763711185\"\u003e\n\u003cdiv class=\"module-content\"\u003e\n\u003cul\u003e\n\u003cli\u003eMeasure the distance from the wall to the mark using a ruler.\u003c\/li\u003e\n\u003cli\u003eUse this measurement as your accurate foot length when choosing your shoe size.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"3D Change Life","offers":[{"title":"Black \/ M4 \/ W5.5","offer_id":42791370653814,"sku":null,"price":169.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ M4.5 \/ W6","offer_id":42791370686582,"sku":null,"price":169.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ M5 \/ W6.5","offer_id":42791370719350,"sku":null,"price":169.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ M6 \/ W7.5","offer_id":42791370752118,"sku":null,"price":169.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ M 6.5 \/ W 8","offer_id":43236022288502,"sku":null,"price":169.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ M7.5 \/ W9","offer_id":43236022321270,"sku":null,"price":169.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ M 8 \/ W 9.5","offer_id":43236022354038,"sku":null,"price":169.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ M9 \/ W10.5","offer_id":42791370883190,"sku":null,"price":169.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ M10 \/ W11.5","offer_id":42791370915958,"sku":null,"price":169.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ M10.5 \/ W12","offer_id":43236022386806,"sku":null,"price":169.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ M11.5 \/ W13","offer_id":43236022419574,"sku":null,"price":169.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ M12 \/ W13.5","offer_id":43236022452342,"sku":null,"price":169.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ M13 \/ W14.5","offer_id":43236022485110,"sku":null,"price":169.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ M13.5 \/ W15","offer_id":43236022517878,"sku":null,"price":169.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ M14 \/ W15.5","offer_id":43236022550646,"sku":null,"price":169.0,"currency_code":"USD","in_stock":true},{"title":"White \/ M4 \/ W5.5","offer_id":42791371047030,"sku":null,"price":169.0,"currency_code":"USD","in_stock":true},{"title":"White \/ M4.5 \/ W6","offer_id":42791371079798,"sku":null,"price":169.0,"currency_code":"USD","in_stock":true},{"title":"White \/ M5 \/ W6.5","offer_id":42791371112566,"sku":null,"price":169.0,"currency_code":"USD","in_stock":true},{"title":"White \/ M6 \/ W7.5","offer_id":42791371145334,"sku":null,"price":169.0,"currency_code":"USD","in_stock":true},{"title":"White \/ M 6.5 \/ W 8","offer_id":43236022583414,"sku":null,"price":169.0,"currency_code":"USD","in_stock":true},{"title":"White \/ M7.5 \/ W9","offer_id":43236022616182,"sku":null,"price":169.0,"currency_code":"USD","in_stock":true},{"title":"White \/ M 8 \/ W 9.5","offer_id":43236022648950,"sku":null,"price":169.0,"currency_code":"USD","in_stock":true},{"title":"White \/ M9 \/ W10.5","offer_id":42791371276406,"sku":null,"price":169.0,"currency_code":"USD","in_stock":true},{"title":"White \/ M10 \/ W11.5","offer_id":42791371309174,"sku":null,"price":169.0,"currency_code":"USD","in_stock":true},{"title":"White \/ M10.5 \/ W12","offer_id":43236022681718,"sku":null,"price":169.0,"currency_code":"USD","in_stock":true},{"title":"White \/ M11.5 \/ W13","offer_id":43236022714486,"sku":null,"price":169.0,"currency_code":"USD","in_stock":true},{"title":"White \/ M12 \/ W13.5","offer_id":43236022747254,"sku":null,"price":169.0,"currency_code":"USD","in_stock":true},{"title":"White \/ M13 \/ W14.5","offer_id":43236022780022,"sku":null,"price":169.0,"currency_code":"USD","in_stock":true},{"title":"White \/ M13.5 \/ W15","offer_id":43236022812790,"sku":null,"price":169.0,"currency_code":"USD","in_stock":true},{"title":"White \/ M14 \/ W15.5","offer_id":43236022845558,"sku":null,"price":169.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0628\/2906\/8406\/files\/3dchangelife-3d-printing-shoes-minima-1.webp?v=1764142361","url":"https:\/\/3dprinted-shoes.com\/products\/3d-comfort-support-shoes-minima","provider":"3D Change Life Official Store","version":"1.0","type":"link"}