{"title":"Pre-Book Order","description":"\u003cp data-end=\"167\" data-start=\"0\"\u003eThe earliest shipping date for \u003cstrong\u003e\u003cspan style=\"text-decoration: underline;\"\u003eC1 Earth Yellow\u003c\/span\u003e and \u003cspan style=\"text-decoration: underline;\"\u003eH1 Sunset Rose\u003c\/span\u003e is \u003cspan style=\"color: rgb(255, 42, 0);\"\u003eJan 25, 2027\u003c\/span\u003e\u003c\/strong\u003e. For all \u003cstrong\u003eother pre-book orders, the earliest shipping date is \u003cspan style=\"color: rgb(255, 42, 0);\"\u003eFeb 22, 2027\u003c\/span\u003e\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp data-is-only-node=\"\" data-is-last-node=\"\" data-end=\"332\" data-start=\"169\"\u003ePlease note that each pre-book order can only have one shipping date. If you would like items to ship at different times, please place separate orders accordingly.\u003c\/p\u003e","products":[{"product_id":"h1-pre-book","title":"H1 (Pre-Book)","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eH1\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* 基本字体和页面背景 *\/\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n            background-color: #f3f4f6;\n            color: #1f2937;\n            margin: 0;\n            padding: 10px;\n        }\n\n        \/* 主容器样式 *\/\n        .product-info-container {\n            background-color: #ffffff;\n            border-radius: 10px;\n            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);\n            border: 1px solid #e5e7eb;\n            max-width: 550px;\n            margin: 10px auto;\n            overflow: hidden;\n        }\n\n        \/* details 标签 *\/\n        details {\n            border-bottom: 1px solid #e5e7eb;\n        }\n        details:last-of-type {\n            border-bottom: none;\n        }\n\n        details summary {\n            padding: 14px 16px;\n            font-size: 1.05em;\n            font-weight: 600;\n            color: #111827;\n            cursor: pointer;\n            list-style: none;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            transition: background-color 0.2s ease;\n        }\n\n        details summary:hover {\n            background-color: #f9fafb;\n        }\n\n        details summary::-webkit-details-marker {\n            display: none;\n        }\n\n        details summary::after {\n            content: '▼';\n            font-size: 0.7em;\n            color: #6b7280;\n            transition: transform 0.2s ease-in-out;\n        }\n\n        details[open] summary::after {\n            transform: rotate(180deg);\n        }\n\n        .details-content {\n            padding: 16px;\n            background-color: #fdfdfe;\n        }\n\n        \/* 产品详情网格布局 *\/\n        .product-details-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n            gap: 12px;\n            align-items: stretch;\n        }\n\n        .detail-item {\n            background-color: #f8f9fa;\n            padding: 12px;\n            border-radius: 6px;\n            border: 1px solid #e9ecef;\n            display: flex;\n            flex-direction: column;\n        }\n\n        .item-label {\n            font-size: 0.7em;\n            color: #495057;\n            margin-bottom: 8px;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.4px;\n            line-height: 1.2;\n            flex-shrink: 0;\n        }\n\n        .item-content-wrapper {\n            flex-grow: 1;\n            display: flex;\n            flex-direction: column;\n            justify-content: flex-start;\n            margin-top: 4px;\n        }\n\n        .value-weight-single-line {\n            display: flex;\n            flex-wrap: nowrap;\n            align-items: baseline;\n            line-height: 1;\n        }\n\n        .value-weight-single-line .primary-value,\n        .value-weight-single-line .secondary-value,\n        .value-default .primary-value {\n            font-size: 1.9em;\n            font-weight: 700;\n            color: #0d6efd;\n            margin-right: 2px;\n            line-height: 0.95;\n            white-space: nowrap;\n            padding-top: 2px;\n        }\n\n\n        .value-weight-single-line .unit,\n        .value-default .unit {\n            font-size: 0.75em;\n            color: #495057;\n            font-weight: 500;\n            text-transform: lowercase;\n            margin-right: 4px;\n            position: relative;\n            bottom: -0.1em;\n            white-space: nowrap;\n        }\n\n        .value-weight-single-line .separator {\n            font-size: 1em;\n            color: #495057;\n            margin: 0 1px;\n            font-weight: 600;\n            align-self: center;\n            line-height: 1.2;\n            white-space: nowrap;\n        }\n\n\n        .supplementary-note {\n            font-size: 0.7em;\n            color: #6c757d;\n            font-weight: 400;\n            display: block;\n            margin-top: 6px;\n            line-height: 1.1;\n        }\n\n        .simple-text-value {\n            font-size: 1.3em;\n            font-weight: 600;\n            color: #212529;\n            line-height: 1.2;\n            text-align: left;\n            padding-top: 2px;\n        }\n        .detail-item[data-key=\"Best for\"] .simple-text-value,\n        \/* .detail-item[data-key=\"Upper\"] .simple-text-value, Upper is removed from Spec *\/\n        .detail-item[data-key=\"Stack Height\"] .simple-text-value {\n            font-size: 0.9em; \/* 调整长文本的字体大小 *\/\n            font-weight: normal;\n            line-height: 1.3;\n        }\n\n        \/* 技术特点部分样式 *\/\n        .tech-features-section .tech-item {\n            margin-bottom: 14px;\n        }\n        .tech-features-section .tech-item:last-child {\n            margin-bottom: 0;\n        }\n        .tech-features-section .tech-title {\n            font-size: 1em;\n            font-weight: 700; \/* 或者 bold *\/\n            color: #111827;\n            margin-bottom: 4px;\n        }\n        .tech-features-section .tech-description {\n            font-size: 0.85em;\n            color: #374151;\n            line-height: 1.5;\n        }\n\n\n        \/* 底部备注 *\/\n        .footer-note {\n            font-size: 0.75em;\n            color: #6b7280; text-align: center;\n            padding: 12px 16px;\n            background-color: #f9fafb; border-top: 1px solid #e5e7eb;\n        }\n    \u003c\/style\u003e\n\n\n\n\u003cdiv class=\"product-info-container\"\u003e\n    \u003cdetails open\u003e\n        \u003csummary\u003eProduct Details\u003c\/summary\u003e\n        \u003cdiv class=\"details-content\"\u003e\n            \u003cdiv class=\"product-details-grid\"\u003e\n                \u003c!-- 重量 --\u003e\n                \u003cdiv class=\"detail-item\" data-key=\"Weight\"\u003e\n                    \u003cdiv class=\"item-label\"\u003eWeight\u003c\/div\u003e\n                    \u003cdiv class=\"item-content-wrapper\"\u003e\n                        \u003cdiv class=\"value-weight-single-line\"\u003e\n                            \u003cspan class=\"primary-value\"\u003e8.8\u003c\/span\u003e\n                            \u003cspan class=\"unit\"\u003eoz\u003c\/span\u003e\n                            \u003cspan class=\"separator\"\u003e\/\u003c\/span\u003e\n                            \u003cspan class=\"secondary-value\"\u003e250\u003c\/span\u003e\n                            \u003cspan class=\"unit\"\u003eg\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cspan class=\"supplementary-note\"\u003e(US M9)\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003c!-- Drop --\u003e\n                \u003cdiv class=\"detail-item\" data-key=\"Drop\"\u003e\n                    \u003cdiv class=\"item-label\"\u003eDrop\u003c\/div\u003e\n                    \u003cdiv class=\"item-content-wrapper\"\u003e\n                        \u003cdiv class=\"value-default\"\u003e\n                             \u003cspan class=\"primary-value\"\u003e6\u003c\/span\u003e\n                             \u003cspan class=\"unit\"\u003emm\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003c!-- 缓冲 --\u003e\n                \u003cdiv class=\"detail-item\" data-key=\"Cushion\"\u003e\n                    \u003cdiv class=\"item-label\"\u003eCushion\u003c\/div\u003e\n                    \u003cdiv class=\"item-content-wrapper\"\u003e\n                        \u003cspan class=\"simple-text-value\"\u003eBalanced\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003c!-- Support --\u003e\n                \u003cdiv class=\"detail-item\" data-key=\"Support\"\u003e\n                    \u003cdiv class=\"item-label\"\u003eSupport\u003c\/div\u003e\n                    \u003cdiv class=\"item-content-wrapper\"\u003e\n                        \u003cspan class=\"simple-text-value\"\u003eNeutral\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003c!-- 最佳适用 --\u003e\n                \u003cdiv class=\"detail-item\" data-key=\"Best for\"\u003e\n                    \u003cdiv class=\"item-label\"\u003eBest for\u003c\/div\u003e\n                    \u003cdiv class=\"item-content-wrapper\"\u003e\n                        \u003cspan class=\"simple-text-value\"\u003eAll Terrain Running, Hiking\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003c!-- 鞋底厚度 --\u003e\n                \u003cdiv class=\"detail-item\" data-key=\"Stack Height\"\u003e\n                    \u003cdiv class=\"item-label\"\u003eStack Height\u003c\/div\u003e\n                     \u003cdiv class=\"item-content-wrapper\"\u003e\n                        \u003cspan class=\"simple-text-value\"\u003eHeel 35 mm, Forefoot 29 mm\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003c!-- Lug Depth --\u003e\n                \u003cdiv class=\"detail-item\" data-key=\"Lug Depth\"\u003e\n                    \u003cdiv class=\"item-label\"\u003eLug Depth\u003c\/div\u003e\n                    \u003cdiv class=\"item-content-wrapper\"\u003e\n                        \u003cdiv class=\"value-default\"\u003e\n                             \u003cspan class=\"primary-value\"\u003e2\u003c\/span\u003e\n                             \u003cspan class=\"unit\"\u003emm\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003c!-- Upper item is removed from Spec section --\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- Tech Features section --\u003e\n    \u003cdetails\u003e\n        \u003csummary\u003eKey Features\u003c\/summary\u003e\n        \u003cdiv class=\"details-content tech-features-section\"\u003e\n            \u003cdiv class=\"tech-item\"\u003e\n                \u003cdiv class=\"tech-title\"\u003eCircleCELL™\u003c\/div\u003e\n                \u003cp class=\"tech-description\"\u003e\n                    CircleCELL is the first high performance midsole material to be made of 100% renewable feedstock, including recycled organic waste. Through our state-of-the-art supercritical foaming, CircleCELL offers PEBA-level energy return with almost double PEBA's running lifespan.\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tech-item\"\u003e\n                \u003cdiv class=\"tech-title\"\u003eUpper\u003c\/div\u003e\n                 \u003cp class=\"tech-description\"\u003e\n                    The H1 features a dual-zone upper. Across the top portion it is engineered with jacquard for adaptive fit and comfort, while on the lower part it is crafted with exceptional durability from high-performance woven fabric and reinforced with Kevlar aramid fibers that are five times stronger than steel.\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tech-item\"\u003e\n                \u003cdiv class=\"tech-title\"\u003eVersaGrip™\u003c\/div\u003e\n                \u003cp class=\"tech-description\"\u003e\n                    VersaGrip is our proprietary outsole technology engineered to deliver exceptional traction, grip, and durability across all terrains. Designed for your longest journeys, it guarantees optimal performance on every surface you encounter.\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tech-item\"\u003e\n                \u003cdiv class=\"tech-title\"\u003eTUNEDFIT™\u003c\/div\u003e\n                \u003cp class=\"tech-description\"\u003e\n                    The TUNEDFIT Dual Lacing System offers separately customizable fit for the forefoot and midfoot. Even if your feet swell in the pursuit of distance, you can still relax and enjoy the ride.\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- (底部备注保持不变) --\u003e\n    \u003cdiv class=\"footer-note\"\u003e\n        DuPont™ and Kevlar® are trademarks or registered trademarks of affiliates of DuPont de Nemours, Inc.\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\n\u003c\/body\u003e","brand":"Mount to Coast B2B Pre-Book","offers":[{"title":"White Sands \/ Women \/ 6","offer_id":43930100433079,"sku":"M212W50200GW060","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White Sands \/ Women \/ 6.5","offer_id":43930100465847,"sku":"M212W50200GW065","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White Sands \/ Women \/ 7","offer_id":43930100498615,"sku":"M212W50200GW070","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White Sands \/ Women \/ 7.5","offer_id":43930100531383,"sku":"M212W50200GW075","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White Sands \/ Women \/ 8","offer_id":43930100564151,"sku":"M212W50200GW080","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White Sands \/ Women \/ 8.5","offer_id":43930100596919,"sku":"M212W50200GW085","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White Sands \/ Women \/ 9","offer_id":43930100629687,"sku":"M212W50200GW090","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White Sands \/ Women \/ 9.5","offer_id":43930100662455,"sku":"M212W50200GW095","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White Sands \/ Women \/ 10","offer_id":43930100695223,"sku":"M212W50200GW100","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White Sands \/ Women \/ 10.5","offer_id":43930100727991,"sku":"M212W50200GW105","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White Sands \/ Women \/ 11","offer_id":43930100760759,"sku":"M212W50200GW110","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White Sands \/ Men \/ 8","offer_id":43930100859063,"sku":"M212M50200GW080","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White Sands \/ Men \/ 8.5","offer_id":43930100891831,"sku":"M212M50200GW085","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White Sands \/ Men \/ 9","offer_id":43930100924599,"sku":"M212M50200GW090","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White Sands \/ Men \/ 9.5","offer_id":43930100957367,"sku":"M212M50200GW095","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White Sands \/ Men \/ 10","offer_id":43930100990135,"sku":"M212M50200GW100","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White Sands \/ Men \/ 10.5","offer_id":43930101022903,"sku":"M212M50200GW105","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White Sands \/ Men \/ 11","offer_id":43930101055671,"sku":"M212M50200GW110","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White Sands \/ Men \/ 11.5","offer_id":43930101088439,"sku":"M212M50200GW115","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White Sands \/ Men \/ 12","offer_id":43930101121207,"sku":"M212M50200GW120","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White Sands \/ Men \/ 12.5","offer_id":43930101153975,"sku":"M212M50200GW125","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White Sands \/ Men \/ 13","offer_id":43930101186743,"sku":"M212M50200GW130","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White Sands \/ Men \/ 14","offer_id":43930101219511,"sku":"M212M50200GW140","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Joshua Tree \/ Women \/ 6","offer_id":43930101317815,"sku":"M212W50200UW060","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Joshua Tree \/ Women \/ 6.5","offer_id":43930101350583,"sku":"M212W50200UW065","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Joshua Tree \/ Women \/ 7","offer_id":43930101383351,"sku":"M212W50200UW070","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Joshua Tree \/ Women \/ 7.5","offer_id":43930101416119,"sku":"M212W50200UW075","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Joshua Tree \/ Women \/ 8","offer_id":43930101448887,"sku":"M212W50200UW080","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Joshua Tree \/ Women \/ 8.5","offer_id":43930101481655,"sku":"M212W50200UW085","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Joshua Tree \/ Women \/ 9","offer_id":43930101514423,"sku":"M212W50200UW090","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Joshua Tree \/ Women \/ 9.5","offer_id":43930101547191,"sku":"M212W50200UW095","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Joshua Tree \/ Women \/ 10","offer_id":43930101579959,"sku":"M212W50200UW100","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Joshua Tree \/ Women \/ 10.5","offer_id":43930101612727,"sku":"M212W50200UW105","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Joshua Tree \/ Women \/ 11","offer_id":43930101645495,"sku":"M212W50200UW110","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Joshua Tree \/ Men \/ 8","offer_id":43930101743799,"sku":"M212M50200UW080","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Joshua Tree \/ Men \/ 8.5","offer_id":43930101776567,"sku":"M212M50200UW085","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Joshua Tree \/ Men \/ 9","offer_id":43930101809335,"sku":"M212M50200UW090","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Joshua Tree \/ Men \/ 9.5","offer_id":43930101842103,"sku":"M212M50200UW095","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Joshua Tree \/ Men \/ 10","offer_id":43930101874871,"sku":"M212M50200UW100","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Joshua Tree \/ Men \/ 10.5","offer_id":43930101907639,"sku":"M212M50200UW105","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Joshua Tree \/ Men \/ 11","offer_id":43930101940407,"sku":"M212M50200UW110","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Joshua Tree \/ Men \/ 11.5","offer_id":43930101973175,"sku":"M212M50200UW115","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Joshua Tree \/ Men \/ 12","offer_id":43930102005943,"sku":"M212M50200UW120","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Joshua Tree \/ Men \/ 12.5","offer_id":43930102038711,"sku":"M212M50200UW125","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Joshua Tree \/ Men \/ 13","offer_id":43930102071479,"sku":"M212M50200UW130","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Joshua Tree \/ Men \/ 14","offer_id":43930102104247,"sku":"M212M50200UW140","price":160.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0660\/7785\/1831\/files\/45-Degree_Angle_View.jpg?v=1762326588"},{"product_id":"h1-sedona-pre-book","title":"H1 Sunset Rose (Pre-Book) ~ available to ship 1\/25\/2027","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* 基本字体和页面背景 *\/\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n            background-color: #f3f4f6;\n            color: #1f2937;\n            margin: 0;\n            padding: 10px;\n        }\n\n        \/* 主容器样式 *\/\n        .product-info-container {\n            background-color: #ffffff;\n            border-radius: 10px;\n            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);\n            border: 1px solid #e5e7eb;\n            max-width: 550px;\n            margin: 10px auto;\n            overflow: hidden;\n        }\n\n        \/* details 标签 *\/\n        details {\n            border-bottom: 1px solid #e5e7eb;\n        }\n        details:last-of-type {\n            border-bottom: none;\n        }\n\n        details summary {\n            padding: 14px 16px;\n            font-size: 1.05em;\n            font-weight: 600;\n            color: #111827;\n            cursor: pointer;\n            list-style: none;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            transition: background-color 0.2s ease;\n        }\n\n        details summary:hover {\n            background-color: #f9fafb;\n        }\n\n        details summary::-webkit-details-marker {\n            display: none;\n        }\n\n        details summary::after {\n            content: '▼';\n            font-size: 0.7em;\n            color: #6b7280;\n            transition: transform 0.2s ease-in-out;\n        }\n\n        details[open] summary::after {\n            transform: rotate(180deg);\n        }\n\n        .details-content {\n            padding: 16px;\n            background-color: #fdfdfe;\n        }\n\n        \/* 产品详情网格布局 *\/\n        .product-details-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n            gap: 12px;\n            align-items: stretch;\n        }\n\n        .detail-item {\n            background-color: #f8f9fa;\n            padding: 12px;\n            border-radius: 6px;\n            border: 1px solid #e9ecef;\n            display: flex;\n            flex-direction: column;\n        }\n\n        .item-label {\n            font-size: 0.7em;\n            color: #495057;\n            margin-bottom: 8px;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.4px;\n            line-height: 1.2;\n            flex-shrink: 0;\n        }\n\n        .item-content-wrapper {\n            flex-grow: 1;\n            display: flex;\n            flex-direction: column;\n            justify-content: flex-start;\n            margin-top: 4px;\n        }\n\n        .value-weight-single-line {\n            display: flex;\n            flex-wrap: nowrap;\n            align-items: baseline;\n            line-height: 1;\n        }\n\n        .value-weight-single-line .primary-value,\n        .value-weight-single-line .secondary-value,\n        .value-default .primary-value {\n            font-size: 1.9em;\n            font-weight: 700;\n            color: #0d6efd;\n            margin-right: 2px;\n            line-height: 0.95;\n            white-space: nowrap;\n            padding-top: 2px;\n        }\n\n\n        .value-weight-single-line .unit,\n        .value-default .unit {\n            font-size: 0.75em;\n            color: #495057;\n            font-weight: 500;\n            text-transform: lowercase;\n            margin-right: 4px;\n            position: relative;\n            bottom: -0.1em;\n            white-space: nowrap;\n        }\n\n        .value-weight-single-line .separator {\n            font-size: 1em;\n            color: #495057;\n            margin: 0 1px;\n            font-weight: 600;\n            align-self: center;\n            line-height: 1.2;\n            white-space: nowrap;\n        }\n\n\n        .supplementary-note {\n            font-size: 0.7em;\n            color: #6c757d;\n            font-weight: 400;\n            display: block;\n            margin-top: 6px;\n            line-height: 1.1;\n        }\n\n        .simple-text-value {\n            font-size: 1.3em;\n            font-weight: 600;\n            color: #212529;\n            line-height: 1.2;\n            text-align: left;\n            padding-top: 2px;\n        }\n        .detail-item[data-key=\"Best for\"] .simple-text-value,\n        \/* .detail-item[data-key=\"Upper\"] .simple-text-value, Upper is removed from Spec *\/\n        .detail-item[data-key=\"Stack Height\"] .simple-text-value {\n            font-size: 0.9em; \/* 调整长文本的字体大小 *\/\n            font-weight: normal;\n            line-height: 1.3;\n        }\n\n        \/* 技术特点部分样式 *\/\n        .tech-features-section .tech-item {\n            margin-bottom: 14px;\n        }\n        .tech-features-section .tech-item:last-child {\n            margin-bottom: 0;\n        }\n        .tech-features-section .tech-title {\n            font-size: 1em;\n            font-weight: 700; \/* 或者 bold *\/\n            color: #111827;\n            margin-bottom: 4px;\n        }\n        .tech-features-section .tech-description {\n            font-size: 0.85em;\n            color: #374151;\n            line-height: 1.5;\n        }\n\n\n        \/* 底部备注 *\/\n        .footer-note {\n            font-size: 0.75em;\n            color: #6b7280; text-align: center;\n            padding: 12px 16px;\n            background-color: #f9fafb; border-top: 1px solid #e5e7eb;\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-info-container\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eProduct Details\u003c\/summary\u003e\n\u003cdiv class=\"details-content\"\u003e\n\u003cdiv class=\"product-details-grid\"\u003e\n\u003c!-- 重量 --\u003e\n\u003cdiv class=\"detail-item\" data-key=\"Weight\"\u003e\n\u003cdiv class=\"item-label\"\u003eWeight\u003c\/div\u003e\n\u003cdiv class=\"item-content-wrapper\"\u003e\n\u003cdiv class=\"value-weight-single-line\"\u003e\n\u003cspan class=\"primary-value\"\u003e8.8\u003c\/span\u003e \u003cspan class=\"unit\"\u003eoz\u003c\/span\u003e \u003cspan class=\"separator\"\u003e\/\u003c\/span\u003e \u003cspan class=\"secondary-value\"\u003e250\u003c\/span\u003e \u003cspan class=\"unit\"\u003eg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"supplementary-note\"\u003e(US M9)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Drop --\u003e\n\u003cdiv class=\"detail-item\" data-key=\"Drop\"\u003e\n\u003cdiv class=\"item-label\"\u003eDrop\u003c\/div\u003e\n\u003cdiv class=\"item-content-wrapper\"\u003e\n\u003cdiv class=\"value-default\"\u003e\n\u003cspan class=\"primary-value\"\u003e6\u003c\/span\u003e \u003cspan class=\"unit\"\u003emm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 缓冲 --\u003e\n\u003cdiv class=\"detail-item\" data-key=\"Cushion\"\u003e\n\u003cdiv class=\"item-label\"\u003eCushion\u003c\/div\u003e\n\u003cdiv class=\"item-content-wrapper\"\u003e\u003cspan class=\"simple-text-value\"\u003eBalanced\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Support --\u003e\n\u003cdiv class=\"detail-item\" data-key=\"Support\"\u003e\n\u003cdiv class=\"item-label\"\u003eSupport\u003c\/div\u003e\n\u003cdiv class=\"item-content-wrapper\"\u003e\u003cspan class=\"simple-text-value\"\u003eNeutral\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 最佳适用 --\u003e\n\u003cdiv class=\"detail-item\" data-key=\"Best for\"\u003e\n\u003cdiv class=\"item-label\"\u003eBest for\u003c\/div\u003e\n\u003cdiv class=\"item-content-wrapper\"\u003e\u003cspan class=\"simple-text-value\"\u003eAll Terrain Running, Hiking\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 鞋底厚度 --\u003e\n\u003cdiv class=\"detail-item\" data-key=\"Stack Height\"\u003e\n\u003cdiv class=\"item-label\"\u003eStack Height\u003c\/div\u003e\n\u003cdiv class=\"item-content-wrapper\"\u003e\u003cspan class=\"simple-text-value\"\u003eHeel 35 mm, Forefoot 29 mm\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Lug Depth --\u003e\n\u003cdiv class=\"detail-item\" data-key=\"Lug Depth\"\u003e\n\u003cdiv class=\"item-label\"\u003eLug Depth\u003c\/div\u003e\n\u003cdiv class=\"item-content-wrapper\"\u003e\n\u003cdiv class=\"value-default\"\u003e\n\u003cspan class=\"primary-value\"\u003e2\u003c\/span\u003e \u003cspan class=\"unit\"\u003emm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Upper item is removed from Spec section --\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- Tech Features section --\u003e\n\u003cdetails\u003e\n\u003csummary\u003eKey Features\u003c\/summary\u003e\n\u003cdiv class=\"details-content tech-features-section\"\u003e\n\u003cdiv class=\"tech-item\"\u003e\n\u003cdiv class=\"tech-title\"\u003eCircleCELL™\u003c\/div\u003e\n\u003cp class=\"tech-description\"\u003eCircleCELL is the first high performance midsole material to be made of 100% renewable feedstock, including recycled organic waste. Through our state-of-the-art supercritical foaming, CircleCELL offers PEBA-level energy return with almost double PEBA's running lifespan.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tech-item\"\u003e\n\u003cdiv class=\"tech-title\"\u003eUpper\u003c\/div\u003e\n\u003cp class=\"tech-description\"\u003eThe H1 features a dual-zone upper. Across the top portion it is engineered with jacquard for adaptive fit and comfort, while on the lower part it is crafted with exceptional durability from high-performance woven fabric and reinforced with Kevlar aramid fibers that are five times stronger than steel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tech-item\"\u003e\n\u003cdiv class=\"tech-title\"\u003eVersaGrip™\u003c\/div\u003e\n\u003cp class=\"tech-description\"\u003eVersaGrip is our proprietary outsole technology engineered to deliver exceptional traction, grip, and durability across all terrains. Designed for your longest journeys, it guarantees optimal performance on every surface you encounter.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tech-item\"\u003e\n\u003cdiv class=\"tech-title\"\u003eTUNEDFIT™\u003c\/div\u003e\n\u003cp class=\"tech-description\"\u003eThe TUNEDFIT Dual Lacing System offers separately customizable fit for the forefoot and midfoot. Even if your feet swell in the pursuit of distance, you can still relax and enjoy the ride.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- (底部备注保持不变) --\u003e\n\u003cdiv class=\"footer-note\"\u003eDuPont™ and Kevlar® are trademarks or registered trademarks of affiliates of DuPont de Nemours, Inc.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Mount to Coast B2B Pre-Book","offers":[{"title":"Sunset Rose \/ Women \/ 6","offer_id":45194395287735,"sku":"M212W50200HW060","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Sunset Rose \/ Women \/ 6.5","offer_id":48465367531703,"sku":"M212W50200HW065","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Sunset Rose \/ Women \/ 7","offer_id":48465367564471,"sku":"M212W50200HW070","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Sunset Rose \/ Women \/ 7.5","offer_id":48465367630007,"sku":"M212W50200HW075","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Sunset Rose \/ Women \/ 8","offer_id":48465367662775,"sku":"M212W50200HW080","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Sunset Rose \/ Women \/ 8.5","offer_id":48465367695543,"sku":"M212W50200HW085","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Sunset Rose \/ Women \/ 9","offer_id":48465367728311,"sku":"M212W50200HW090","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Sunset Rose \/ Women \/ 9.5","offer_id":48465367597239,"sku":"M212W50200HW095","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Sunset Rose \/ Women \/ 10","offer_id":48465367761079,"sku":"M212W50200HW100","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Sunset Rose \/ Women \/ 10.5","offer_id":48465367793847,"sku":"M212W50200HW105","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Sunset Rose \/ Women \/ 11","offer_id":48465367826615,"sku":"M212W50200HW110","price":160.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0660\/7785\/1831\/files\/H1_Sunset_Rose_6bc9ecec-5839-4154-95dc-d892a86a1ea8.jpg?v=1778743998"},{"product_id":"c1-pre-book","title":"C1 (Pre-Book)","description":"","brand":"Mount to Coast B2B Pre-Book","offers":[{"title":"C1 Pulse \/ Women \/ 6","offer_id":45341603889335,"sku":"M211W60000WW060","price":180.0,"currency_code":"USD","in_stock":true},{"title":"C1 Pulse \/ Women \/ 6.5","offer_id":45125687050423,"sku":"M211W60000WW065","price":180.0,"currency_code":"USD","in_stock":true},{"title":"C1 Pulse \/ Women \/ 7","offer_id":45341601595575,"sku":"M211W60000WW070","price":180.0,"currency_code":"USD","in_stock":true},{"title":"C1 Pulse \/ Women \/ 7.5","offer_id":45341601628343,"sku":"M211W60000WW075","price":180.0,"currency_code":"USD","in_stock":true},{"title":"C1 Pulse \/ Women \/ 8","offer_id":45341601661111,"sku":"M211W60000WW080","price":180.0,"currency_code":"USD","in_stock":true},{"title":"C1 Pulse \/ Women \/ 8.5","offer_id":45341601693879,"sku":"M211W60000WW085","price":180.0,"currency_code":"USD","in_stock":true},{"title":"C1 Pulse \/ Women \/ 9","offer_id":45341601726647,"sku":"M211W60000WW090","price":180.0,"currency_code":"USD","in_stock":true},{"title":"C1 Pulse \/ Women \/ 9.5","offer_id":45341601759415,"sku":"M211W60000WW095","price":180.0,"currency_code":"USD","in_stock":true},{"title":"C1 Pulse \/ Women \/ 10","offer_id":45341601792183,"sku":"M211W60000WW100","price":180.0,"currency_code":"USD","in_stock":true},{"title":"C1 Pulse \/ Women \/ 10.5","offer_id":45341601824951,"sku":"M211W60000WW105","price":180.0,"currency_code":"USD","in_stock":true},{"title":"C1 Pulse \/ Women \/ 11","offer_id":45341601857719,"sku":"M211W60000WW110","price":180.0,"currency_code":"USD","in_stock":true},{"title":"C1 Pulse \/ Men \/ 8","offer_id":45341601923255,"sku":"M211M60000WW080","price":180.0,"currency_code":"USD","in_stock":true},{"title":"C1 Pulse \/ Men \/ 8.5","offer_id":45341601956023,"sku":"M211M60000WW085","price":180.0,"currency_code":"USD","in_stock":true},{"title":"C1 Pulse \/ Men \/ 9","offer_id":45341601988791,"sku":"M211M60000WW090","price":180.0,"currency_code":"USD","in_stock":true},{"title":"C1 Pulse \/ Men \/ 9.5","offer_id":45341602021559,"sku":"M211M60000WW095","price":180.0,"currency_code":"USD","in_stock":true},{"title":"C1 Pulse \/ Men \/ 10","offer_id":45341602054327,"sku":"M211M60000WW100","price":180.0,"currency_code":"USD","in_stock":true},{"title":"C1 Pulse \/ Men \/ 10.5","offer_id":45341602087095,"sku":"M211M60000WW105","price":180.0,"currency_code":"USD","in_stock":true},{"title":"C1 Pulse \/ Men \/ 11","offer_id":45341602119863,"sku":"M211M60000WW110","price":180.0,"currency_code":"USD","in_stock":true},{"title":"C1 Pulse \/ Men \/ 11.5","offer_id":45341602152631,"sku":"M211M60000WW115","price":180.0,"currency_code":"USD","in_stock":true},{"title":"C1 Pulse \/ Men \/ 12","offer_id":45341602185399,"sku":"M211M60000WW120","price":180.0,"currency_code":"USD","in_stock":true},{"title":"C1 Pulse \/ Men \/ 12.5","offer_id":45341602218167,"sku":"M211M60000WW125","price":180.0,"currency_code":"USD","in_stock":true},{"title":"C1 Pulse \/ Men \/ 13","offer_id":45341602250935,"sku":"M211M60000WW130","price":180.0,"currency_code":"USD","in_stock":true},{"title":"C1 Pulse \/ Men \/ 14","offer_id":45341602283703,"sku":"M211M60000WW140","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Ultraviolet \/ Women \/ 6","offer_id":45341603922103,"sku":"M211W60000WV060","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Ultraviolet \/ Women \/ 6.5","offer_id":45125687017655,"sku":"M211W60000WV065","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Ultraviolet \/ Women \/ 7","offer_id":45341602316471,"sku":"M211W60000WV070","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Ultraviolet \/ Women \/ 7.5","offer_id":45341602349239,"sku":"M211W60000WV075","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Ultraviolet \/ Women \/ 8","offer_id":45341602382007,"sku":"M211W60000WV080","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Ultraviolet \/ Women \/ 8.5","offer_id":45341602414775,"sku":"M211W60000WV085","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Ultraviolet \/ Women \/ 9","offer_id":45341602447543,"sku":"M211W60000WV090","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Ultraviolet \/ Women \/ 9.5","offer_id":45341602480311,"sku":"M211W60000WV095","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Ultraviolet \/ Women \/ 10","offer_id":45341602513079,"sku":"M211W60000WV100","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Ultraviolet \/ Women \/ 10.5","offer_id":45341602545847,"sku":"M211W60000WV105","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Ultraviolet \/ Women \/ 11","offer_id":45341602578615,"sku":"M211W60000WV110","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Ultraviolet \/ Men \/ 8","offer_id":45341602611383,"sku":"M211M60000WV080","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Ultraviolet \/ Men \/ 8.5","offer_id":45341602644151,"sku":"M211M60000WV085","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Ultraviolet \/ Men \/ 9","offer_id":45341602676919,"sku":"M211M60000WV090","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Ultraviolet \/ Men \/ 9.5","offer_id":45341602709687,"sku":"M211M60000WV095","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Ultraviolet \/ Men \/ 10","offer_id":45341602742455,"sku":"M211M60000WV100","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Ultraviolet \/ Men \/ 10.5","offer_id":45341602775223,"sku":"M211M60000WV105","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Ultraviolet \/ Men \/ 11","offer_id":45341602807991,"sku":"M211M60000WV110","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Ultraviolet \/ Men \/ 11.5","offer_id":45341602840759,"sku":"M211M60000WV115","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Ultraviolet \/ Men \/ 12","offer_id":45341602873527,"sku":"M211M60000WV120","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Ultraviolet \/ Men \/ 12.5","offer_id":45341602906295,"sku":"M211M60000WV125","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Ultraviolet \/ Men \/ 13","offer_id":45341602939063,"sku":"M211M60000WV130","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Ultraviolet \/ Men \/ 14","offer_id":45341602971831,"sku":"M211M60000WV140","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Midnight \/ Women \/ 6","offer_id":45341603954871,"sku":"M211W60000BB060","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Midnight \/ Women \/ 6.5","offer_id":45341603004599,"sku":"M211W60000BB065","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Midnight \/ Women \/ 7","offer_id":45341603037367,"sku":"M211W60000BB070","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Midnight \/ Women \/ 7.5","offer_id":45341603070135,"sku":"M211W60000BB075","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Midnight \/ Women \/ 8","offer_id":45341603102903,"sku":"M211W60000BB080","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Midnight \/ Women \/ 8.5","offer_id":45341603135671,"sku":"M211W60000BB085","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Midnight \/ Women \/ 9","offer_id":45341603168439,"sku":"M211W60000BB090","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Midnight \/ Women \/ 9.5","offer_id":45341603201207,"sku":"M211W60000BB095","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Midnight \/ Women \/ 10","offer_id":45341603233975,"sku":"M211W60000BB100","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Midnight \/ Women \/ 10.5","offer_id":45341603266743,"sku":"M211W60000BB105","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Midnight \/ Women \/ 11","offer_id":45341603299511,"sku":"M211W60000BB110","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Midnight \/ Men \/ 8","offer_id":45341603332279,"sku":"M211M60000BB080","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Midnight \/ Men \/ 8.5","offer_id":45341603365047,"sku":"M211M60000BB085","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Midnight \/ Men \/ 9","offer_id":45341603397815,"sku":"M211M60000BB090","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Midnight \/ Men \/ 9.5","offer_id":45341603430583,"sku":"M211M60000BB095","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Midnight \/ Men \/ 10","offer_id":45341603463351,"sku":"M211M60000BB100","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Midnight \/ Men \/ 10.5","offer_id":45341603496119,"sku":"M211M60000BB105","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Midnight \/ Men \/ 11","offer_id":45341603528887,"sku":"M211M60000BB110","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Midnight \/ Men \/ 11.5","offer_id":45341603561655,"sku":"M211M60000BB115","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Midnight \/ Men \/ 12","offer_id":45341603594423,"sku":"M211M60000BB120","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Midnight \/ Men \/ 12.5","offer_id":45341603627191,"sku":"M211M60000BB125","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Midnight \/ Men \/ 13","offer_id":45341603659959,"sku":"M211M60000BB130","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Midnight \/ Men \/ 14","offer_id":45341603692727,"sku":"M211M60000BB140","price":180.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0660\/7785\/1831\/files\/Side_View_63dfafae-b4c9-4feb-acec-3e695dd4bfd7.jpg?v=1776320948"},{"product_id":"h1-verglades-pre-book","title":"H1 Everglades (Pre-Book)","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* »ù±¾×ÖÌåºÍҳÃ汳¾° *\/\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n            background-color: #f3f4f6;\n            color: #1f2937;\n            margin: 0;\n            padding: 10px;\n        }\n\n        \/* Ö÷ÈÝÆ÷Ñùʽ *\/\n        .product-info-container {\n            background-color: #ffffff;\n            border-radius: 10px;\n            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);\n            border: 1px solid #e5e7eb;\n            max-width: 550px;\n            margin: 10px auto;\n            overflow: hidden;\n        }\n\n        \/* details ±êǩ *\/\n        details {\n            border-bottom: 1px solid #e5e7eb;\n        }\n        details:last-of-type {\n            border-bottom: none;\n        }\n\n        details summary {\n            padding: 14px 16px;\n            font-size: 1.05em;\n            font-weight: 600;\n            color: #111827;\n            cursor: pointer;\n            list-style: none;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            transition: background-color 0.2s ease;\n        }\n\n        details summary:hover {\n            background-color: #f9fafb;\n        }\n\n        details summary::-webkit-details-marker {\n            display: none;\n        }\n\n        details summary::after {\n            content: '¨‹';\n            font-size: 0.7em;\n            color: #6b7280;\n            transition: transform 0.2s ease-in-out;\n        }\n\n        details[open] summary::after {\n            transform: rotate(180deg);\n        }\n\n        .details-content {\n            padding: 16px;\n            background-color: #fdfdfe;\n        }\n\n        \/* ²úƷÏêÇéÍø¸񲼾Ö *\/\n        .product-details-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n            gap: 12px;\n            align-items: stretch;\n        }\n\n        .detail-item {\n            background-color: #f8f9fa;\n            padding: 12px;\n            border-radius: 6px;\n            border: 1px solid #e9ecef;\n            display: flex;\n            flex-direction: column;\n        }\n\n        .item-label {\n            font-size: 0.7em;\n            color: #495057;\n            margin-bottom: 8px;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.4px;\n            line-height: 1.2;\n            flex-shrink: 0;\n        }\n\n        .item-content-wrapper {\n            flex-grow: 1;\n            display: flex;\n            flex-direction: column;\n            justify-content: flex-start;\n            margin-top: 4px;\n        }\n\n        .value-weight-single-line {\n            display: flex;\n            flex-wrap: nowrap;\n            align-items: baseline;\n            line-height: 1;\n        }\n\n        .value-weight-single-line .primary-value,\n        .value-weight-single-line .secondary-value,\n        .value-default .primary-value {\n            font-size: 1.9em;\n            font-weight: 700;\n            color: #0d6efd;\n            margin-right: 2px;\n            line-height: 0.95;\n            white-space: nowrap;\n            padding-top: 2px;\n        }\n\n\n        .value-weight-single-line .unit,\n        .value-default .unit {\n            font-size: 0.75em;\n            color: #495057;\n            font-weight: 500;\n            text-transform: lowercase;\n            margin-right: 4px;\n            position: relative;\n            bottom: -0.1em;\n            white-space: nowrap;\n        }\n\n        .value-weight-single-line .separator {\n            font-size: 1em;\n            color: #495057;\n            margin: 0 1px;\n            font-weight: 600;\n            align-self: center;\n            line-height: 1.2;\n            white-space: nowrap;\n        }\n\n\n        .supplementary-note {\n            font-size: 0.7em;\n            color: #6c757d;\n            font-weight: 400;\n            display: block;\n            margin-top: 6px;\n            line-height: 1.1;\n        }\n\n        .simple-text-value {\n            font-size: 1.3em;\n            font-weight: 600;\n            color: #212529;\n            line-height: 1.2;\n            text-align: left;\n            padding-top: 2px;\n        }\n        .detail-item[data-key=\"Best for\"] .simple-text-value,\n        \/* .detail-item[data-key=\"Upper\"] .simple-text-value, Upper is removed from Spec *\/\n        .detail-item[data-key=\"Stack Height\"] .simple-text-value {\n            font-size: 0.9em; \/* µ÷Õû³¤Îı¾µÄ×ÖÌå´óС *\/\n            font-weight: normal;\n            line-height: 1.3;\n        }\n\n        \/* ¼¼ÊõÌص㲿·ÖÑùʽ *\/\n        .tech-features-section .tech-item {\n            margin-bottom: 14px;\n        }\n        .tech-features-section .tech-item:last-child {\n            margin-bottom: 0;\n        }\n        .tech-features-section .tech-title {\n            font-size: 1em;\n            font-weight: 700; \/* »òÕß bold *\/\n            color: #111827;\n            margin-bottom: 4px;\n        }\n        .tech-features-section .tech-description {\n            font-size: 0.85em;\n            color: #374151;\n            line-height: 1.5;\n        }\n\n\n        \/* µײ¿±¸ע *\/\n        .footer-note {\n            font-size: 0.75em;\n            color: #6b7280; text-align: center;\n            padding: 12px 16px;\n            background-color: #f9fafb; border-top: 1px solid #e5e7eb;\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-info-container\"\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eProduct Details\u003c\/summary\u003e\n\u003cdiv class=\"details-content\"\u003e\n\u003cdiv class=\"product-details-grid\"\u003e\n\u003c!-- ÖØÁ¿ --\u003e\n\u003cdiv class=\"detail-item\" data-key=\"Weight\"\u003e\n\u003cdiv class=\"item-label\"\u003eWeight\u003c\/div\u003e\n\u003cdiv class=\"item-content-wrapper\"\u003e\n\u003cdiv class=\"value-weight-single-line\"\u003e\n\u003cspan class=\"primary-value\"\u003e8.8\u003c\/span\u003e \u003cspan class=\"unit\"\u003eoz\u003c\/span\u003e \u003cspan class=\"separator\"\u003e\/\u003c\/span\u003e \u003cspan class=\"secondary-value\"\u003e250\u003c\/span\u003e \u003cspan class=\"unit\"\u003eg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"supplementary-note\"\u003e(US M9)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Drop --\u003e\n\u003cdiv class=\"detail-item\" data-key=\"Drop\"\u003e\n\u003cdiv class=\"item-label\"\u003eDrop\u003c\/div\u003e\n\u003cdiv class=\"item-content-wrapper\"\u003e\n\u003cdiv class=\"value-default\"\u003e\n\u003cspan class=\"primary-value\"\u003e6\u003c\/span\u003e \u003cspan class=\"unit\"\u003emm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- »º³å --\u003e\n\u003cdiv class=\"detail-item\" data-key=\"Cushion\"\u003e\n\u003cdiv class=\"item-label\"\u003eCushion\u003c\/div\u003e\n\u003cdiv class=\"item-content-wrapper\"\u003e\u003cspan class=\"simple-text-value\"\u003eBalanced\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Support --\u003e\n\u003cdiv class=\"detail-item\" data-key=\"Support\"\u003e\n\u003cdiv class=\"item-label\"\u003eSupport\u003c\/div\u003e\n\u003cdiv class=\"item-content-wrapper\"\u003e\u003cspan class=\"simple-text-value\"\u003eNeutral\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ×î¼ÑÊÊÓÃ --\u003e\n\u003cdiv class=\"detail-item\" data-key=\"Best for\"\u003e\n\u003cdiv class=\"item-label\"\u003eBest for\u003c\/div\u003e\n\u003cdiv class=\"item-content-wrapper\"\u003e\u003cspan class=\"simple-text-value\"\u003eAll Terrain Running, Hiking\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Ьµ׺ñ¶È --\u003e\n\u003cdiv class=\"detail-item\" data-key=\"Stack Height\"\u003e\n\u003cdiv class=\"item-label\"\u003eStack Height\u003c\/div\u003e\n\u003cdiv class=\"item-content-wrapper\"\u003e\u003cspan class=\"simple-text-value\"\u003eHeel 35 mm, Forefoot 29 mm\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Lug Depth --\u003e\n\u003cdiv class=\"detail-item\" data-key=\"Lug Depth\"\u003e\n\u003cdiv class=\"item-label\"\u003eLug Depth\u003c\/div\u003e\n\u003cdiv class=\"item-content-wrapper\"\u003e\n\u003cdiv class=\"value-default\"\u003e\n\u003cspan class=\"primary-value\"\u003e2\u003c\/span\u003e \u003cspan class=\"unit\"\u003emm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Upper item is removed from Spec section --\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- Tech Features section --\u003e\n\u003cdetails\u003e\n\u003csummary\u003eKey Features\u003c\/summary\u003e\n\u003cdiv class=\"details-content tech-features-section\"\u003e\n\u003cdiv class=\"tech-item\"\u003e\n\u003cdiv class=\"tech-title\"\u003eCircleCELL?\u003c\/div\u003e\n\u003cp class=\"tech-description\"\u003eCircleCELL is the first high performance midsole material to be made of 100% renewable feedstock, including recycled organic waste. Through our state-of-the-art supercritical foaming, CircleCELL offers PEBA-level energy return with almost double PEBA's running lifespan.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tech-item\"\u003e\n\u003cdiv class=\"tech-title\"\u003eUpper\u003c\/div\u003e\n\u003cp class=\"tech-description\"\u003eThe H1 features a dual-zone upper. Across the top portion it is engineered with jacquard for adaptive fit and comfort, while on the lower part it is crafted with exceptional durability from high-performance woven fabric and reinforced with Kevlar aramid fibers that are five times stronger than steel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tech-item\"\u003e\n\u003cdiv class=\"tech-title\"\u003eVersaGrip?\u003c\/div\u003e\n\u003cp class=\"tech-description\"\u003eVersaGrip is our proprietary outsole technology engineered to deliver exceptional traction, grip, and durability across all terrains. Designed for your longest journeys, it guarantees optimal performance on every surface you encounter.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tech-item\"\u003e\n\u003cdiv class=\"tech-title\"\u003eTUNEDFIT?\u003c\/div\u003e\n\u003cp class=\"tech-description\"\u003eThe TUNEDFIT Dual Lacing System offers separately customizable fit for the forefoot and midfoot. Even if your feet swell in the pursuit of distance, you can still relax and enjoy the ride.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- (µײ¿±¸ע±£³ֲ»±ä) --\u003e\n\u003cdiv class=\"footer-note\"\u003eDuPont? and Kevlar? are trademarks or registered trademarks of affiliates of DuPont de Nemours, Inc.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Mount to Coast B2B Pre-Book","offers":[{"title":"Everglades \/ Women \/ 6","offer_id":45354290151607,"sku":"M212W50200EW060","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Everglades \/ Women \/ 6.5","offer_id":45354290184375,"sku":"M212W50200EW065","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Everglades \/ Women \/ 7","offer_id":45354290217143,"sku":"M212W50200EW070","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Everglades \/ Women \/ 7.5","offer_id":45354290249911,"sku":"M212W50200EW075","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Everglades \/ Women \/ 8","offer_id":45354290282679,"sku":"M212W50200EW080","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Everglades \/ Women \/ 8.5","offer_id":45354290315447,"sku":"M212W50200EW085","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Everglades \/ Women \/ 9","offer_id":45354290348215,"sku":"M212W50200EW090","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Everglades \/ Women \/ 9.5","offer_id":45354290380983,"sku":"M212W50200EW095","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Everglades \/ Women \/ 10","offer_id":45354290413751,"sku":"M212W50200EW100","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Everglades \/ Women \/ 10.5","offer_id":45354290446519,"sku":"M212W50200EW105","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Everglades \/ Women \/ 11","offer_id":45354290479287,"sku":"M212W50200EW110","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Everglades \/ Men \/ 8","offer_id":45354290512055,"sku":"M212M50200EW080","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Everglades \/ Men \/ 8.5","offer_id":45354290544823,"sku":"M212M50200EW085","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Everglades \/ Men \/ 9","offer_id":45354290577591,"sku":"M212M50200EW090","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Everglades \/ Men \/ 9.5","offer_id":45354290610359,"sku":"M212M50200EW095","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Everglades \/ Men \/ 10","offer_id":45354290643127,"sku":"M212M50200EW100","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Everglades \/ Men \/ 10.5","offer_id":45354290675895,"sku":"M212M50200EW105","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Everglades \/ Men \/ 11","offer_id":45354290708663,"sku":"M212M50200EW110","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Everglades \/ Men \/ 11.5","offer_id":45354290741431,"sku":"M212M50200EW115","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Everglades \/ Men \/ 12","offer_id":45354290774199,"sku":"M212M50200EW120","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Everglades \/ Men \/ 12.5","offer_id":45354290806967,"sku":"M212M50200EW125","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Everglades \/ Men \/ 13","offer_id":45354290839735,"sku":"M212M50200EW130","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Everglades \/ Men \/ 14","offer_id":45354290872503,"sku":"M212M50200EW140","price":160.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0660\/7785\/1831\/files\/1_e3eb7f81-ff80-404a-aec8-ecb01aa89965.jpg?v=1760695588"},{"product_id":"t1-clay-pre-book","title":"T1 Clay (Pre-Book)","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* »ù±¾×ÖÌåºÍҳÃ汳¾° *\/\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n            background-color: #f3f4f6;\n            color: #1f2937;\n            margin: 0;\n            padding: 10px; \/* ¼õСҳÃæ±߾à *\/\n        }\n\n        \/* Ö÷ÈÝÆ÷Ñùʽ *\/\n        .product-info-container {\n            background-color: #ffffff;\n            border-radius: 10px; \/* ÂÔ΢¼õСԲ½Ç *\/\n            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07); \/* ¼õСÒõӰ *\/\n            border: 1px solid #e5e7eb;\n            max-width: 550px; \/* ¼õС×î´ó¿í¶È *\/\n            margin: 10px auto; \/* ¼õСÍâ±߾à *\/\n            overflow: hidden;\n        }\n\n        \/* details ±êǩ *\/\n        details {\n            border-bottom: 1px solid #e5e7eb;\n        }\n        details:last-of-type {\n            border-bottom: none;\n        }\n\n        details summary {\n            padding: 14px 16px; \/* ¼õСÄڱ߾à *\/\n            font-size: 1.05em;  \/* ¼õС±êÌâ×ÖÌå *\/\n            font-weight: 600;\n            color: #111827;\n            cursor: pointer;\n            list-style: none;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            transition: background-color 0.2s ease;\n        }\n\n        details summary:hover {\n            background-color: #f9fafb;\n        }\n\n        details summary::-webkit-details-marker {\n            display: none;\n        }\n\n        details summary::after {\n            content: '¨‹';\n            font-size: 0.7em; \/* ¼õС¼ýͷ´óС *\/\n            color: #6b7280;\n            transition: transform 0.2s ease-in-out;\n        }\n\n        details[open] summary::after {\n            transform: rotate(180deg);\n        }\n\n        .details-content {\n            padding: 16px; \/* ¼õСÄÚÈÝÇøÓòÄڱ߾à *\/\n            background-color: #fdfdfe;\n        }\n\n        \/* ²úƷÏêÇéÍø¸񲼾Ö *\/\n        .product-details-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); \/* ¼õС¿¨Ƭ×îС¿í¶È *\/\n            gap: 12px; \/* ¼õС¼ä϶ *\/\n            align-items: stretch;\n        }\n\n        .detail-item {\n            background-color: #f8f9fa;\n            padding: 12px; \/* ¼õС¿¨ƬÄڱ߾à *\/\n            border-radius: 6px; \/* ¼õС¿¨ƬԲ½Ç *\/\n            border: 1px solid #e9ecef;\n            display: flex;\n            flex-direction: column;\n            justify-content: space-between;\n        }\n\n        .item-label {\n            font-size: 0.7em; \/* ¼õС±êǩ×ÖÌå *\/\n            color: #495057;\n            margin-bottom: 8px; \/* ¼õС±êǩºÍֵ֮¼äµļä¾à *\/\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.4px;\n            line-height: 1.2;\n            flex-shrink: 0;\n        }\n\n        .item-content-wrapper {\n            flex-grow: 1;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n        }\n\n        \/* Õë¶Ô WEIGHT µÄÌØÊⲼ¾Ö - µ¥Ðг¢ÊÔ *\/\n        .value-weight-single-line {\n            display: flex;\n            flex-wrap: nowrap;\n            align-items: baseline;\n            line-height: 1;\n            overflow: hidden;\n            text-overflow: ellipsis;\n        }\n\n        .value-weight-single-line .primary-value,\n        .value-default .primary-value {\n            font-size: 1.9em;  \/* ÏÔÖø¼õСÖ÷ҪÊýֵ×ÖÌå *\/\n            font-weight: 700;\n            color: #0d6efd;\n            margin-right: 2px;\n            line-height: 0.9;\n            white-space: nowrap;\n        }\n        .value-weight-single-line .secondary-value {\n            font-size: 1.5em; \/* ¼õС´ÎҪÊýֵ×ÖÌå *\/\n            font-weight: 700;\n            color: #0d6efd;\n            margin-right: 2px;\n            line-height: 0.9;\n            white-space: nowrap;\n        }\n\n        .value-weight-single-line .unit,\n        .value-default .unit {\n            font-size: 0.75em; \/* ¼õСµ¥λ×ÖÌå *\/\n            color: #495057;\n            font-weight: 500;\n            text-transform: lowercase;\n            margin-right: 4px;\n            position: relative;\n            bottom: -0.05em;\n            white-space: nowrap;\n        }\n\n        .value-weight-single-line .separator {\n            font-size: 1em; \/* ¼õСб¸Ü×ÖÌå *\/\n            color: #495057;\n            margin: 0 1px;\n            font-weight: 600;\n            align-self: center;\n            white-space: nowrap;\n        }\n\n\n        .supplementary-note {\n            font-size: 0.7em; \/* ¼õС²¹³ä˵Ã÷×ÖÌå *\/\n            color: #6c757d;\n            font-weight: 400;\n            display: block;\n            margin-top: 6px; \/* ¼õС¼ä¾à *\/\n            line-height: 1.1;\n        }\n\n        .simple-text-value {\n            font-size: 1.3em; \/* ¼õС¼òµ¥Îı¾ֵ×ÖÌå *\/\n            font-weight: 600;\n            color: #212529;\n            line-height: 1.2;\n            text-align: left;\n            margin-top: auto;\n            margin-bottom: auto;\n        }\n        .detail-item[data-key=\"Best for\"] .simple-text-value {\n            font-size: 1.1em; \/* ÌØÊâµ÷Õû *\/\n            line-height: 1.3;\n        }\n        .detail-item[data-key=\"Upper\"] .simple-text-value {\n            font-size: 0.9em; \/* ÌØÊâµ÷Õû *\/\n            font-weight: normal;\n            line-height: 1.3;\n        }\n\n        \/* Ö÷ҪÌصãÁбí *\/\n        .key-features-list { list-style: none; padding-left: 0; margin: 0; }\n        .key-features-list li {\n            padding: 10px 5px; \/* ¼õСÁбíÏîÄڱ߾à *\/\n            border-bottom: 1px solid #f0f2f5;\n            font-size: 0.9em; \/* ¼õСÁбí×ÖÌå *\/\n            color: #374151; display: flex; align-items: flex-start;\n        }\n        .key-features-list li:last-child { border-bottom: none; }\n        .key-features-list li::before {\n            content: \"?\"; color: #2563eb; font-weight: bold;\n            margin-right: 8px; \/* ¼õСÏîĿ·ûºżä¾à *\/\n            font-size: 0.8em; \/* ¼õСÏîĿ·ûºŴóС *\/\n            line-height: 1.5;\n        }\n\n        \/* µײ¿±¸ע *\/\n        .footer-note {\n            font-size: 0.75em; \/* ¼õСҳ½Å×ÖÌå *\/\n            color: #6b7280; text-align: center;\n            padding: 12px 16px; \/* ¼õСҳ½ÅÄڱ߾à *\/\n            background-color: #f9fafb; border-top: 1px solid #e5e7eb;\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-info-container\"\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eProduct Details\u003c\/summary\u003e\n\u003cdiv class=\"details-content\"\u003e\n\u003cdiv class=\"product-details-grid\"\u003e\n\u003cdiv class=\"detail-item\" data-key=\"Weight\"\u003e\n\u003cdiv class=\"item-label\"\u003eWeight\u003c\/div\u003e\n\u003cdiv class=\"item-content-wrapper\"\u003e\n\u003cdiv class=\"value-weight-single-line\"\u003e\n\u003cspan class=\"primary-value\"\u003e9\u003c\/span\u003e \u003cspan class=\"unit\"\u003eoz\u003c\/span\u003e \u003cspan class=\"separator\"\u003e\/\u003c\/span\u003e \u003cspan class=\"secondary-value\"\u003e255\u003c\/span\u003e \u003cspan class=\"unit\"\u003eg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"supplementary-note\"\u003e(US M9)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detail-item\" data-key=\"Heel-To-Toe Drop\"\u003e\n\u003cdiv class=\"item-label\"\u003eHeel-To-Toe Drop\u003c\/div\u003e\n\u003cdiv class=\"item-content-wrapper\"\u003e\n\u003cdiv class=\"value-default\"\u003e\n\u003cspan class=\"primary-value\"\u003e4\u003c\/span\u003e \u003cspan class=\"unit\"\u003emm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detail-item\" data-key=\"Cushion\"\u003e\n\u003cdiv class=\"item-label\"\u003eCushion\u003c\/div\u003e\n\u003cdiv class=\"item-content-wrapper\"\u003e\u003cspan class=\"simple-text-value\"\u003ePlush\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detail-item\" data-key=\"Stability\"\u003e\n\u003cdiv class=\"item-label\"\u003eStability\u003c\/div\u003e\n\u003cdiv class=\"item-content-wrapper\"\u003e\u003cspan class=\"simple-text-value\"\u003eModerate\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detail-item\" data-key=\"Activity\"\u003e\n\u003cdiv class=\"item-label\"\u003eActivity\u003c\/div\u003e\n\u003cdiv class=\"item-content-wrapper\"\u003e\u003cspan class=\"simple-text-value\"\u003eTrail Running\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detail-item\" data-key=\"Best for\"\u003e\n\u003cdiv class=\"item-label\"\u003eBest for\u003c\/div\u003e\n\u003cdiv class=\"item-content-wrapper\"\u003e\u003cspan class=\"simple-text-value\"\u003eLong-distance trail races\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detail-item\" style=\"grid-column: 1 \/ -1;\" data-key=\"Upper\"\u003e\n\u003cdiv class=\"item-label\"\u003eUpper\u003c\/div\u003e\n\u003cdiv class=\"item-content-wrapper\"\u003e\u003cspan class=\"simple-text-value\"\u003eHigh-performance woven fabric, DuPont? Kevlar? fibers\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detail-item\" data-key=\"Stack Height\"\u003e\n\u003cdiv class=\"item-label\"\u003eStack Height\u003c\/div\u003e\n\u003cdiv class=\"item-content-wrapper\"\u003e\u003cspan class=\"simple-text-value\" style=\"font-size: 1em; font-weight: normal;\"\u003eHeel 36 mm, Forefoot 32 mm\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detail-item\" data-key=\"Lug Depth\"\u003e\n\u003cdiv class=\"item-label\"\u003eLug Depth\u003c\/div\u003e\n\u003cdiv class=\"item-content-wrapper\"\u003e\n\u003cdiv class=\"value-default\"\u003e\n\u003cspan class=\"primary-value\"\u003e4\u003c\/span\u003e \u003cspan class=\"unit\"\u003emm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eKey Features\u003c\/summary\u003e\n\u003cdiv class=\"details-content\"\u003e\n\u003cul class=\"key-features-list\"\u003e\n\u003cli\u003eUpgraded TUNEDFIT Dual Lacing System for separate lace adjustment\u003c\/li\u003e\n\u003cli\u003eLightCELL midsole base featuring excellent lightness and bounce\u003c\/li\u003e\n\u003cli\u003eVibram Megagrip, Litebase, and Traction Lug technology\u003c\/li\u003e\n\u003cli\u003eHigh-performance woven fabric upper reinforced with aramid fibers\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv class=\"footer-note\"\u003eDuPont? and Kevlar? are trademarks or registered trademarks of affiliates of DuPont de Nemours, Inc.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Mount to Coast B2B Pre-Book","offers":[{"title":"Clay \/ Women \/ 6","offer_id":45369468256439,"sku":"M212W50000OW060","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Clay \/ Women \/ 6.5","offer_id":45369468289207,"sku":"M212W50000OW065","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Clay \/ Women \/ 7","offer_id":45369468321975,"sku":"M212W50000OW070","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Clay \/ Women \/ 7.5","offer_id":45369468354743,"sku":"M212W50000OW075","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Clay \/ Women \/ 8","offer_id":45369468387511,"sku":"M212W50000OW080","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Clay \/ Women \/ 8.5","offer_id":45369468420279,"sku":"M212W50000OW085","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Clay \/ Women \/ 9","offer_id":45369468453047,"sku":"M212W50000OW090","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Clay \/ Women \/ 9.5","offer_id":45369468485815,"sku":"M212W50000OW095","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Clay \/ Women \/ 10","offer_id":45369468518583,"sku":"M212W50000OW100","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Clay \/ Women \/ 10.5","offer_id":45369468551351,"sku":"M212W50000OW105","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Clay \/ Women \/ 11","offer_id":45369468584119,"sku":"M212W50000OW110","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Clay \/ Men \/ 8","offer_id":45369468616887,"sku":"M212M50000OW080","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Clay \/ Men \/ 8.5","offer_id":45369468649655,"sku":"M212M50000OW085","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Clay \/ Men \/ 9","offer_id":45369468682423,"sku":"M212M50000OW090","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Clay \/ Men \/ 9.5","offer_id":45369468715191,"sku":"M212M50000OW095","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Clay \/ Men \/ 10","offer_id":45369468747959,"sku":"M212M50000OW100","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Clay \/ Men \/ 10.5","offer_id":45369468780727,"sku":"M212M50000OW105","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Clay \/ Men \/ 11","offer_id":45369468813495,"sku":"M212M50000OW110","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Clay \/ Men \/ 11.5","offer_id":45369468846263,"sku":"M212M50000OW115","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Clay \/ Men \/ 12","offer_id":45369468879031,"sku":"M212M50000OW120","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Clay \/ Men \/ 12.5","offer_id":45369468911799,"sku":"M212M50000OW125","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Clay \/ Men \/ 13","offer_id":45369468944567,"sku":"M212M50000OW130","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Clay \/ Men \/ 14","offer_id":45369468977335,"sku":"M212M50000OW140","price":180.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0660\/7785\/1831\/files\/2_1.jpg?v=1761302436"},{"product_id":"m1-pre-book","title":"M1  (Pre-Book)","description":"","brand":"Mount to Coast B2B Pre-Book","offers":[{"title":"Moss \/ Women \/ 6","offer_id":45375553798327,"sku":"M212W60100EW060","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Moss \/ Women \/ 6.5","offer_id":45375553831095,"sku":"M212W60100EW065","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Moss \/ Women \/ 7","offer_id":45375553863863,"sku":"M212W60100EW070","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Moss \/ Women \/ 7.5","offer_id":45375553896631,"sku":"M212W60100EW075","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Moss \/ Women \/ 8","offer_id":45375553929399,"sku":"M212W60100EW080","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Moss \/ Women \/ 8.5","offer_id":45375553962167,"sku":"M212W60100EW085","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Moss \/ Women \/ 9","offer_id":45375553994935,"sku":"M212W60100EW090","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Moss \/ Women \/ 9.5","offer_id":45375554027703,"sku":"M212W60100EW095","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Moss \/ Women \/ 10","offer_id":45375554060471,"sku":"M212W60100EW100","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Moss \/ Women \/ 10.5","offer_id":45375554093239,"sku":"M212W60100EW105","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Moss \/ Women \/ 11","offer_id":45375554126007,"sku":"M212W60100EW110","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Moss \/ Men \/ 8","offer_id":45375554158775,"sku":"M212M60100EW080","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Moss \/ Men \/ 8.5","offer_id":45375554191543,"sku":"M212M60100EW085","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Moss \/ Men \/ 9","offer_id":45375554224311,"sku":"M212M60100EW090","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Moss \/ Men \/ 9.5","offer_id":45375554257079,"sku":"M212M60100EW095","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Moss \/ Men \/ 10","offer_id":45375554289847,"sku":"M212M60100EW100","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Moss \/ Men \/ 10.5","offer_id":45375554322615,"sku":"M212M60100EW105","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Moss \/ Men \/ 11","offer_id":45375554355383,"sku":"M212M60100EW110","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Moss \/ Men \/ 11.5","offer_id":45375554388151,"sku":"M212M60100EW115","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Moss \/ Men \/ 12","offer_id":45375554420919,"sku":"M212M60100EW120","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Moss \/ Men \/ 12.5","offer_id":45375554453687,"sku":"M212M60100EW125","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Moss \/ Men \/ 13","offer_id":45375554486455,"sku":"M212M60100EW130","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Moss \/ Men \/ 14","offer_id":45375554519223,"sku":"M212M60100EW140","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Oatmeal \/ Women \/ 6","offer_id":45375554551991,"sku":"M212W60100MW060","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Oatmeal \/ Women \/ 6.5","offer_id":45375554584759,"sku":"M212W60100MW065","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Oatmeal \/ Women \/ 7","offer_id":45375554617527,"sku":"M212W60100MW070","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Oatmeal \/ Women \/ 7.5","offer_id":45375554650295,"sku":"M212W60100MW075","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Oatmeal \/ Women \/ 8","offer_id":45375554683063,"sku":"M212W60100MW080","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Oatmeal \/ Women \/ 8.5","offer_id":45375554715831,"sku":"M212W60100MW085","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Oatmeal \/ Women \/ 9","offer_id":45375554748599,"sku":"M212W60100MW090","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Oatmeal \/ Women \/ 9.5","offer_id":45375554781367,"sku":"M212W60100MW095","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Oatmeal \/ Women \/ 10","offer_id":45375554814135,"sku":"M212W60100MW100","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Oatmeal \/ Women \/ 10.5","offer_id":45375554846903,"sku":"M212W60100MW105","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Oatmeal \/ Women \/ 11","offer_id":45375554879671,"sku":"M212W60100MW110","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Oatmeal \/ Men \/ 8","offer_id":45375554912439,"sku":"M212M60100MW080","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Oatmeal \/ Men \/ 8.5","offer_id":45375554945207,"sku":"M212M60100MW085","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Oatmeal \/ Men \/ 9","offer_id":45375554977975,"sku":"M212M60100MW090","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Oatmeal \/ Men \/ 9.5","offer_id":45375555010743,"sku":"M212M60100MW095","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Oatmeal \/ Men \/ 10","offer_id":45375555043511,"sku":"M212M60100MW100","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Oatmeal \/ Men \/ 10.5","offer_id":45375555076279,"sku":"M212M60100MW105","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Oatmeal \/ Men \/ 11","offer_id":45375555109047,"sku":"M212M60100MW110","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Oatmeal \/ Men \/ 11.5","offer_id":45375555141815,"sku":"M212M60100MW115","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Oatmeal \/ Men \/ 12","offer_id":45375555174583,"sku":"M212M60100MW120","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Oatmeal \/ Men \/ 12.5","offer_id":45375555207351,"sku":"M212M60100MW125","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Oatmeal \/ Men \/ 13","offer_id":45375555240119,"sku":"M212M60100MW130","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Oatmeal \/ Men \/ 14","offer_id":45375555272887,"sku":"M212M60100MW140","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Glacier \/ Women \/ 6","offer_id":48462775713975,"sku":"M212W60100CW060","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Glacier \/ Women \/ 6.5","offer_id":48462775746743,"sku":"M212W60100CW065","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Glacier \/ Women \/ 7","offer_id":48462775779511,"sku":"M212W60100CW070","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Glacier \/ Women \/ 7.5","offer_id":48462775812279,"sku":"M212W60100CW075","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Glacier \/ Women \/ 8","offer_id":48462775845047,"sku":"M212W60100CW080","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Glacier \/ Women \/ 8.5","offer_id":48462775877815,"sku":"M212W60100CW085","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Glacier \/ Women \/ 9","offer_id":48462775910583,"sku":"M212W60100CW090","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Glacier \/ Women \/ 9.5","offer_id":48462775943351,"sku":"M212W60100CW095","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Glacier \/ Women \/ 10","offer_id":48462775976119,"sku":"M212W60100CW100","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Glacier \/ Women \/ 10.5","offer_id":48462776008887,"sku":"M212W60100CW105","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Glacier \/ Women \/ 11","offer_id":48462776041655,"sku":"M212W60100CW110","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Glacier \/ Men \/ 8","offer_id":48462776074423,"sku":"M212M60100CW080","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Glacier \/ Men \/ 8.5","offer_id":48462776107191,"sku":"M212M60100CW085","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Glacier \/ Men \/ 9","offer_id":48462776139959,"sku":"M212M60100CW090","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Glacier \/ Men \/ 9.5","offer_id":48462776172727,"sku":"M212M60100CW095","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Glacier \/ Men \/ 10","offer_id":48462776205495,"sku":"M212M60100CW100","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Glacier \/ Men \/ 10.5","offer_id":48462776238263,"sku":"M212M60100CW105","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Glacier \/ Men \/ 11","offer_id":48462776271031,"sku":"M212M60100CW110","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Glacier \/ Men \/ 11.5","offer_id":48462776303799,"sku":"M212M60100CW115","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Glacier \/ Men \/ 12","offer_id":48462776336567,"sku":"M212M60100CW120","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Glacier \/ Men \/ 12.5","offer_id":48462776369335,"sku":"M212M60100CW125","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Glacier \/ Men \/ 13","offer_id":48462776402103,"sku":"M212M60100CW130","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Glacier \/ Men \/ 14","offer_id":48462776434871,"sku":"M212M60100CW140","price":195.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0660\/7785\/1831\/files\/M_6.jpg?v=1761658319"},{"product_id":"t1-pre-book","title":"T1 (Pre-Book)","description":"\u003cbody\u003e\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eProduct Details\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* 基本字体和页面背景 *\/\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n            background-color: #f3f4f6;\n            color: #1f2937;\n            margin: 0;\n            padding: 10px; \/* 减小页面边距 *\/\n        }\n\n        \/* 主容器样式 *\/\n        .product-info-container {\n            background-color: #ffffff;\n            border-radius: 10px; \/* 略微减小圆角 *\/\n            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07); \/* 减小阴影 *\/\n            border: 1px solid #e5e7eb;\n            max-width: 550px; \/* 减小最大宽度 *\/\n            margin: 10px auto; \/* 减小外边距 *\/\n            overflow: hidden;\n        }\n\n        \/* details 标签 *\/\n        details {\n            border-bottom: 1px solid #e5e7eb;\n        }\n        details:last-of-type {\n            border-bottom: none;\n        }\n\n        details summary {\n            padding: 14px 16px; \/* 减小内边距 *\/\n            font-size: 1.05em;  \/* 减小标题字体 *\/\n            font-weight: 600;\n            color: #111827;\n            cursor: pointer;\n            list-style: none;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            transition: background-color 0.2s ease;\n        }\n\n        details summary:hover {\n            background-color: #f9fafb;\n        }\n\n        details summary::-webkit-details-marker {\n            display: none;\n        }\n\n        details summary::after {\n            content: '▼';\n            font-size: 0.7em; \/* 减小箭头大小 *\/\n            color: #6b7280;\n            transition: transform 0.2s ease-in-out;\n        }\n\n        details[open] summary::after {\n            transform: rotate(180deg);\n        }\n\n        .details-content {\n            padding: 16px; \/* 减小内容区域内边距 *\/\n            background-color: #fdfdfe;\n        }\n\n        \/* 产品详情网格布局 *\/\n        .product-details-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); \/* 减小卡片最小宽度 *\/\n            gap: 12px; \/* 减小间隙 *\/\n            align-items: stretch;\n        }\n\n        .detail-item {\n            background-color: #f8f9fa;\n            padding: 12px; \/* 减小卡片内边距 *\/\n            border-radius: 6px; \/* 减小卡片圆角 *\/\n            border: 1px solid #e9ecef;\n            display: flex;\n            flex-direction: column;\n            justify-content: space-between;\n        }\n\n        .item-label {\n            font-size: 0.7em; \/* 减小标签字体 *\/\n            color: #495057;\n            margin-bottom: 8px; \/* 减小标签和值之间的间距 *\/\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.4px;\n            line-height: 1.2;\n            flex-shrink: 0;\n        }\n\n        .item-content-wrapper {\n            flex-grow: 1;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n        }\n\n        \/* 针对 WEIGHT 的特殊布局 - 单行尝试 *\/\n        .value-weight-single-line {\n            display: flex;\n            flex-wrap: nowrap;\n            align-items: baseline;\n            line-height: 1;\n            overflow: hidden;\n            text-overflow: ellipsis;\n        }\n\n        .value-weight-single-line .primary-value,\n        .value-default .primary-value {\n            font-size: 1.9em;  \/* 显著减小主要数值字体 *\/\n            font-weight: 700;\n            color: #0d6efd;\n            margin-right: 2px;\n            line-height: 0.9;\n            white-space: nowrap;\n        }\n        .value-weight-single-line .secondary-value {\n            font-size: 1.5em; \/* 减小次要数值字体 *\/\n            font-weight: 700;\n            color: #0d6efd;\n            margin-right: 2px;\n            line-height: 0.9;\n            white-space: nowrap;\n        }\n\n        .value-weight-single-line .unit,\n        .value-default .unit {\n            font-size: 0.75em; \/* 减小单位字体 *\/\n            color: #495057;\n            font-weight: 500;\n            text-transform: lowercase;\n            margin-right: 4px;\n            position: relative;\n            bottom: -0.05em;\n            white-space: nowrap;\n        }\n\n        .value-weight-single-line .separator {\n            font-size: 1em; \/* 减小斜杠字体 *\/\n            color: #495057;\n            margin: 0 1px;\n            font-weight: 600;\n            align-self: center;\n            white-space: nowrap;\n        }\n\n\n        .supplementary-note {\n            font-size: 0.7em; \/* 减小补充说明字体 *\/\n            color: #6c757d;\n            font-weight: 400;\n            display: block;\n            margin-top: 6px; \/* 减小间距 *\/\n            line-height: 1.1;\n        }\n\n        .simple-text-value {\n            font-size: 1.3em; \/* 减小简单文本值字体 *\/\n            font-weight: 600;\n            color: #212529;\n            line-height: 1.2;\n            text-align: left;\n            margin-top: auto;\n            margin-bottom: auto;\n        }\n        .detail-item[data-key=\"Best for\"] .simple-text-value {\n            font-size: 1.1em; \/* 特殊调整 *\/\n            line-height: 1.3;\n        }\n        .detail-item[data-key=\"Upper\"] .simple-text-value {\n            font-size: 0.9em; \/* 特殊调整 *\/\n            font-weight: normal;\n            line-height: 1.3;\n        }\n\n        \/* 主要特点列表 *\/\n        .key-features-list { list-style: none; padding-left: 0; margin: 0; }\n        .key-features-list li {\n            padding: 10px 5px; \/* 减小列表项内边距 *\/\n            border-bottom: 1px solid #f0f2f5;\n            font-size: 0.9em; \/* 减小列表字体 *\/\n            color: #374151; display: flex; align-items: flex-start;\n        }\n        .key-features-list li:last-child { border-bottom: none; }\n        .key-features-list li::before {\n            content: \"✓\"; color: #2563eb; font-weight: bold;\n            margin-right: 8px; \/* 减小项目符号间距 *\/\n            font-size: 0.8em; \/* 减小项目符号大小 *\/\n            line-height: 1.5;\n        }\n\n        \/* 底部备注 *\/\n        .footer-note {\n            font-size: 0.75em; \/* 减小页脚字体 *\/\n            color: #6b7280; text-align: center;\n            padding: 12px 16px; \/* 减小页脚内边距 *\/\n            background-color: #f9fafb; border-top: 1px solid #e5e7eb;\n        }\n    \u003c\/style\u003e\n\n\n\n\u003cdiv class=\"product-info-container\"\u003e\n    \u003cdetails open\u003e\n        \u003csummary\u003eProduct Details\u003c\/summary\u003e\n        \u003cdiv class=\"details-content\"\u003e\n            \u003cdiv class=\"product-details-grid\"\u003e\n                \u003cdiv class=\"detail-item\" data-key=\"Weight\"\u003e\n                    \u003cdiv class=\"item-label\"\u003eWeight\u003c\/div\u003e\n                    \u003cdiv class=\"item-content-wrapper\"\u003e\n                        \u003cdiv class=\"value-weight-single-line\"\u003e\n                            \u003cspan class=\"primary-value\"\u003e9\u003c\/span\u003e\n                            \u003cspan class=\"unit\"\u003eoz\u003c\/span\u003e\n                            \u003cspan class=\"separator\"\u003e\/\u003c\/span\u003e\n                            \u003cspan class=\"secondary-value\"\u003e255\u003c\/span\u003e\n                            \u003cspan class=\"unit\"\u003eg\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cspan class=\"supplementary-note\"\u003e(US M9)\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"detail-item\" data-key=\"Heel-To-Toe Drop\"\u003e\n                    \u003cdiv class=\"item-label\"\u003eHeel-To-Toe Drop\u003c\/div\u003e\n                    \u003cdiv class=\"item-content-wrapper\"\u003e\n                        \u003cdiv class=\"value-default\"\u003e\n                             \u003cspan class=\"primary-value\"\u003e4\u003c\/span\u003e\n                             \u003cspan class=\"unit\"\u003emm\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"detail-item\" data-key=\"Cushion\"\u003e\n                    \u003cdiv class=\"item-label\"\u003eCushion\u003c\/div\u003e\n                    \u003cdiv class=\"item-content-wrapper\"\u003e\n                        \u003cspan class=\"simple-text-value\"\u003ePlush\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"detail-item\" data-key=\"Stability\"\u003e\n                    \u003cdiv class=\"item-label\"\u003eStability\u003c\/div\u003e\n                    \u003cdiv class=\"item-content-wrapper\"\u003e\n                        \u003cspan class=\"simple-text-value\"\u003eModerate\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"detail-item\" data-key=\"Activity\"\u003e\n                    \u003cdiv class=\"item-label\"\u003eActivity\u003c\/div\u003e\n                    \u003cdiv class=\"item-content-wrapper\"\u003e\n                        \u003cspan class=\"simple-text-value\"\u003eTrail Running\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"detail-item\" data-key=\"Best for\"\u003e\n                    \u003cdiv class=\"item-label\"\u003eBest for\u003c\/div\u003e\n                    \u003cdiv class=\"item-content-wrapper\"\u003e\n                        \u003cspan class=\"simple-text-value\"\u003eLong-distance trail races\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"detail-item\" style=\"grid-column: 1 \/ -1;\" data-key=\"Upper\"\u003e\n                    \u003cdiv class=\"item-label\"\u003eUpper\u003c\/div\u003e\n                    \u003cdiv class=\"item-content-wrapper\"\u003e\n                        \u003cspan class=\"simple-text-value\"\u003eHigh-performance woven fabric, DuPont™ Kevlar® fibers\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"detail-item\" data-key=\"Stack Height\"\u003e\n                    \u003cdiv class=\"item-label\"\u003eStack Height\u003c\/div\u003e\n                     \u003cdiv class=\"item-content-wrapper\"\u003e\n                        \u003cspan class=\"simple-text-value\" style=\"font-size: 1em; font-weight: normal;\"\u003eHeel 36 mm, Forefoot 32 mm\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"detail-item\" data-key=\"Lug Depth\"\u003e\n                    \u003cdiv class=\"item-label\"\u003eLug Depth\u003c\/div\u003e\n                    \u003cdiv class=\"item-content-wrapper\"\u003e\n                         \u003cdiv class=\"value-default\"\u003e\n                             \u003cspan class=\"primary-value\"\u003e4\u003c\/span\u003e\n                             \u003cspan class=\"unit\"\u003emm\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n        \u003csummary\u003eKey Features\u003c\/summary\u003e\n        \u003cdiv class=\"details-content\"\u003e\n            \u003cul class=\"key-features-list\"\u003e\n                \u003cli\u003eUpgraded TUNEDFIT Dual Lacing System for separate lace adjustment\u003c\/li\u003e\n                \u003cli\u003eLightCELL midsole base featuring excellent lightness and bounce\u003c\/li\u003e\n                \u003cli\u003eVibram Megagrip, Litebase, and Traction Lug technology\u003c\/li\u003e\n                \u003cli\u003eHigh-performance woven fabric upper reinforced with aramid fibers\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdiv class=\"footer-note\"\u003e\n        DuPont™ and Kevlar® are trademarks or registered trademarks of affiliates of DuPont de Nemours, Inc.\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/body\u003e","brand":"Mount to Coast B2B Pre-Book","offers":[{"title":"Tephra \/ Women \/ 6","offer_id":45403984265399,"sku":"M212W50000GB060","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Tephra \/ Women \/ 6.5","offer_id":45403984298167,"sku":"M212W50000GB065","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Tephra \/ Women \/ 7","offer_id":45403984330935,"sku":"M212W50000GB070","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Tephra \/ Women \/ 7.5","offer_id":45403984363703,"sku":"M212W50000GB075","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Tephra \/ Women \/ 8","offer_id":45403984396471,"sku":"M212W50000GB080","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Tephra \/ Women \/ 8.5","offer_id":45403984429239,"sku":"M212W50000GB085","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Tephra \/ Women \/ 9","offer_id":45403984462007,"sku":"M212W50000GB090","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Tephra \/ Women \/ 9.5","offer_id":45403984494775,"sku":"M212W50000GB095","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Tephra \/ Women \/ 10","offer_id":45403984527543,"sku":"M212W50000GB100","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Tephra \/ Women \/ 10.5","offer_id":45403984560311,"sku":"M212W50000GB105","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Tephra \/ Women \/ 11","offer_id":45403984593079,"sku":"M212W50000GB110","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Tephra \/ Men \/ 8","offer_id":45403984625847,"sku":"M212M50000GB080","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Tephra \/ Men \/ 8.5","offer_id":45403984658615,"sku":"M212M50000GB085","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Tephra \/ Men \/ 9","offer_id":45403984691383,"sku":"M212M50000GB090","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Tephra \/ Men \/ 9.5","offer_id":45403984724151,"sku":"M212M50000GB095","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Tephra \/ Men \/ 10","offer_id":45403984756919,"sku":"M212M50000GB100","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Tephra \/ Men \/ 10.5","offer_id":45403984789687,"sku":"M212M50000GB105","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Tephra \/ Men \/ 11","offer_id":45403984822455,"sku":"M212M50000GB110","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Tephra \/ Men \/ 11.5","offer_id":45403984855223,"sku":"M212M50000GB115","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Tephra \/ Men \/ 12","offer_id":45403984887991,"sku":"M212M50000GB120","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Tephra \/ Men \/ 12.5","offer_id":45403984920759,"sku":"M212M50000GB125","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Tephra \/ Men \/ 13","offer_id":45403984953527,"sku":"M212M50000GB130","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Tephra \/ Men \/ 14","offer_id":45403984986295,"sku":"M211M40400GW140","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Dune \/ Women \/ 6","offer_id":45403985019063,"sku":"M212W50000KU060","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Dune \/ Women \/ 6.5","offer_id":45403985051831,"sku":"M212W50000KU065","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Dune \/ Women \/ 7","offer_id":45403985084599,"sku":"M212W50000KU070","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Dune \/ Women \/ 7.5","offer_id":45403985117367,"sku":"M212W50000KU075","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Dune \/ Women \/ 8","offer_id":45403985150135,"sku":"M212W50000KU080","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Dune \/ Women \/ 8.5","offer_id":45403985182903,"sku":"M212W50000KU085","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Dune \/ Women \/ 9","offer_id":45403985215671,"sku":"M212W50000KU090","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Dune \/ Women \/ 9.5","offer_id":45403985248439,"sku":"M212W50000KU095","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Dune \/ Women \/ 10","offer_id":45403985281207,"sku":"M212W50000KU100","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Dune \/ Women \/ 10.5","offer_id":45403985313975,"sku":"M212W50000KU105","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Dune \/ Women \/ 11","offer_id":45403985346743,"sku":"M212W50000KU110","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Dune \/ Men \/ 8","offer_id":45403985379511,"sku":"M212M50000KU080","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Dune \/ Men \/ 8.5","offer_id":45403985412279,"sku":"M212M50000KU085","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Dune \/ Men \/ 9","offer_id":45403985445047,"sku":"M212M50000KU090","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Dune \/ Men \/ 9.5","offer_id":45403985477815,"sku":"M212M50000KU095","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Dune \/ Men \/ 10","offer_id":45403985510583,"sku":"M212M50000KU100","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Dune \/ Men \/ 10.5","offer_id":45403985543351,"sku":"M212M50000KU105","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Dune \/ Men \/ 11","offer_id":45403985576119,"sku":"M212M50000KU110","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Dune \/ Men \/ 11.5","offer_id":45403985608887,"sku":"M212M50000KU115","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Dune \/ Men \/ 12","offer_id":45403985641655,"sku":"M212M50000KU120","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Dune \/ Men \/ 12.5","offer_id":45403985674423,"sku":"M212M50000KU125","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Dune \/ Men \/ 13","offer_id":45403985707191,"sku":"M212M50000KU130","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Dune \/ Men \/ 14","offer_id":45403985739959,"sku":"M212M50000KU140","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Snow Line \/ Women \/ 6","offer_id":45861729304759,"sku":"M212W50000GC060","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Snow Line \/ Women \/ 6.5","offer_id":45861729337527,"sku":"M212W50000GC065","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Snow Line \/ Women \/ 7","offer_id":45861729370295,"sku":"M212W50000GC070","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Snow Line \/ Women \/ 7.5","offer_id":45861729403063,"sku":"M212W50000GC075","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Snow Line \/ Women \/ 8","offer_id":45861729435831,"sku":"M212W50000GC080","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Snow Line \/ Women \/ 8.5","offer_id":45861729468599,"sku":"M212W50000GC085","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Snow Line \/ Women \/ 9","offer_id":45861729501367,"sku":"M212W50000GC090","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Snow Line \/ Women \/ 9.5","offer_id":45861729534135,"sku":"M212W50000GC095","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Snow Line \/ Women \/ 10","offer_id":45861729566903,"sku":"M212W50000GC100","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Snow Line \/ Women \/ 10.5","offer_id":45861729599671,"sku":"M212W50000GC105","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Snow Line \/ Women \/ 11","offer_id":45861729632439,"sku":"M212W50000GC110","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Snow Line \/ Men \/ 8","offer_id":45861729665207,"sku":"M212M50000GC080","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Snow Line \/ Men \/ 8.5","offer_id":45861729697975,"sku":"M212M50000GC085","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Snow Line \/ Men \/ 9","offer_id":45861729730743,"sku":"M212M50000GC090","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Snow Line \/ Men \/ 9.5","offer_id":45861729763511,"sku":"M212M50000GC095","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Snow Line \/ Men \/ 10","offer_id":45861729796279,"sku":"M212M50000GC100","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Snow Line \/ Men \/ 10.5","offer_id":45861729829047,"sku":"M212M50000GC105","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Snow Line \/ Men \/ 11","offer_id":45861729861815,"sku":"M212M50000GC110","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Snow Line \/ Men \/ 11.5","offer_id":45861729894583,"sku":"M212M50000GC115","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Snow Line \/ Men \/ 12","offer_id":45861729927351,"sku":"M212M50000GC120","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Snow Line \/ Men \/ 12.5","offer_id":45861729960119,"sku":"M212M50000GC125","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Snow Line \/ Men \/ 13","offer_id":45861729992887,"sku":"M212M50000GC130","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Snow Line \/ Men \/ 14","offer_id":45861730025655,"sku":"M212M50000GC140","price":180.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0660\/7785\/1831\/files\/1_e18f984e-5111-42ff-98ba-3f4146ace17c.jpg?v=1748396009"},{"product_id":"p1-agave-pre-book","title":"P1 Agave (Pre-Book)","description":"","brand":"Mount to Coast B2B Pre-Book","offers":[{"title":"Agave \/ Women \/ 6","offer_id":45403986919607,"sku":"M211W40300EE03","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Agave \/ Women \/ 6.5","offer_id":45403986952375,"sku":"M211W40300EE04","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Agave \/ Women \/ 7","offer_id":45403986985143,"sku":"M211W40300EE05","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Agave \/ Women \/ 7.5","offer_id":45403987017911,"sku":"M211W40300EE06","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Agave \/ Women \/ 8","offer_id":45403987050679,"sku":"M211W40300EE07","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Agave \/ Women \/ 8.5","offer_id":45403987083447,"sku":"M211W40300EE08","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Agave \/ Women \/ 9","offer_id":45403987116215,"sku":"M211W40300EE09","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Agave \/ Women \/ 9.5","offer_id":45403987148983,"sku":"M211W40300EE10","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Agave \/ Women \/ 10","offer_id":45403987181751,"sku":"M211W40300EE11","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Agave \/ Women \/ 10.5","offer_id":45403987214519,"sku":"M211W40300EE12","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Agave \/ Women \/ 11","offer_id":45403987247287,"sku":"M211W40300EE13","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Agave \/ Men \/ 8","offer_id":45403987280055,"sku":"M211M40300EE03","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Agave \/ Men \/ 8.5","offer_id":45403987312823,"sku":"M211M40300EE04","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Agave \/ Men \/ 9","offer_id":45403987345591,"sku":"M211M40300EE05","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Agave \/ Men \/ 9.5","offer_id":45403987378359,"sku":"M211M40300EE06","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Agave \/ Men \/ 10","offer_id":45403987411127,"sku":"M211M40300EE07","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Agave \/ Men \/ 10.5","offer_id":45403987443895,"sku":"M211M40300EE08","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Agave \/ Men \/ 11","offer_id":45403987476663,"sku":"M211M40300EE09","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Agave \/ Men \/ 11.5","offer_id":45403987509431,"sku":"M211M40300EE10","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Agave \/ Men \/ 12","offer_id":45403987542199,"sku":"M211M40300EE11","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Agave \/ Men \/ 12.5","offer_id":45403987574967,"sku":"M211M40300EE12","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Agave \/ Men \/ 13","offer_id":45403987607735,"sku":"M211M40300EE13","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Agave \/ Men \/ 14","offer_id":45403987640503,"sku":"M211M40300EE14","price":160.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0660\/7785\/1831\/files\/1_662fff93-5363-4316-b642-e7f9ea9b8b6a.jpg?v=1747128277"},{"product_id":"p1-pre-book","title":"P1 (Pre-Book)","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* 基本字体和页面背景 *\/\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n            background-color: #f3f4f6;\n            color: #1f2937;\n            margin: 0;\n            padding: 10px;\n        }\n\n        \/* 主容器样式 *\/\n        .product-info-container {\n            background-color: #ffffff;\n            border-radius: 10px;\n            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);\n            border: 1px solid #e5e7eb;\n            max-width: 550px;\n            margin: 10px auto;\n            overflow: hidden;\n        }\n\n        \/* details 标签 *\/\n        details {\n            border-bottom: 1px solid #e5e7eb;\n        }\n        details:last-of-type {\n            border-bottom: none;\n        }\n\n        details summary {\n            padding: 14px 16px;\n            font-size: 1.05em;\n            font-weight: 600;\n            color: #111827;\n            cursor: pointer;\n            list-style: none;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            transition: background-color 0.2s ease;\n        }\n\n        details summary:hover {\n            background-color: #f9fafb;\n        }\n\n        details summary::-webkit-details-marker {\n            display: none;\n        }\n\n        details summary::after {\n            content: '▼';\n            font-size: 0.7em;\n            color: #6b7280;\n            transition: transform 0.2s ease-in-out;\n        }\n\n        details[open] summary::after {\n            transform: rotate(180deg);\n        }\n\n        .details-content {\n            padding: 16px;\n            background-color: #fdfdfe;\n        }\n\n        \/* 产品详情网格布局 *\/\n        .product-details-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n            gap: 12px;\n            align-items: stretch;\n        }\n\n        .detail-item {\n            background-color: #f8f9fa;\n            padding: 12px;\n            border-radius: 6px;\n            border: 1px solid #e9ecef;\n            display: flex;\n            flex-direction: column;\n        }\n\n        .item-label {\n            font-size: 0.7em;\n            color: #495057;\n            margin-bottom: 8px;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.4px;\n            line-height: 1.2;\n            flex-shrink: 0;\n        }\n\n        .item-content-wrapper {\n            flex-grow: 1;\n            display: flex;\n            flex-direction: column;\n            justify-content: flex-start;\n            margin-top: 4px;\n        }\n\n        .value-weight-single-line {\n            display: flex;\n            flex-wrap: nowrap;\n            align-items: baseline;\n            line-height: 1;\n        }\n\n        .value-weight-single-line .primary-value,\n        .value-weight-single-line .secondary-value,\n        .value-default .primary-value {\n            font-size: 1.9em;\n            font-weight: 700;\n            color: #0d6efd;\n            margin-right: 2px;\n            line-height: 0.95;\n            white-space: nowrap;\n            padding-top: 2px;\n        }\n\n\n        .value-weight-single-line .unit,\n        .value-default .unit {\n            font-size: 0.75em;\n            color: #495057;\n            font-weight: 500;\n            text-transform: lowercase;\n            margin-right: 4px;\n            position: relative;\n            bottom: -0.1em;\n            white-space: nowrap;\n        }\n\n        .value-weight-single-line .separator {\n            font-size: 1em;\n            color: #495057;\n            margin: 0 1px;\n            font-weight: 600;\n            align-self: center;\n            line-height: 1.2;\n            white-space: nowrap;\n        }\n\n\n        .supplementary-note {\n            font-size: 0.7em;\n            color: #6c757d;\n            font-weight: 400;\n            display: block;\n            margin-top: 6px;\n            line-height: 1.1;\n        }\n\n        .simple-text-value {\n            font-size: 1.3em;\n            font-weight: 600;\n            color: #212529;\n            line-height: 1.2;\n            text-align: left;\n            padding-top: 2px;\n        }\n        .detail-item[data-key=\"Best for\"] .simple-text-value {\n            font-size: 0.9em; \/* 调整以适应 \"Neutral \/ Overpronation, Everyday Runs, Walking\" *\/\n            line-height: 1.3;\n            font-weight: normal; \/* 如果文本太长，可以考虑不加粗 *\/\n        }\n        .detail-item[data-key=\"Upper\"] .simple-text-value,\n        \/* .detail-item[data-key=\"Pace\"] .simple-text-value, Pace is removed *\/\n        .detail-item[data-key=\"Stack Height\"] .simple-text-value {\n            font-size: 0.9em;\n            font-weight: normal;\n            line-height: 1.3;\n        }\n\n        \/* 主要特点列表 *\/\n        .key-features-list { list-style: none; padding-left: 0; margin: 0; }\n        .key-features-list li {\n            padding: 10px 5px;\n            border-bottom: 1px solid #f0f2f5;\n            font-size: 0.9em;\n            color: #374151; display: flex; align-items: flex-start;\n        }\n        .key-features-list li:last-child { border-bottom: none; }\n        .key-features-list li::before {\n            content: \"✓\"; color: #2563eb; font-weight: bold;\n            margin-right: 8px;\n            font-size: 0.8em;\n            line-height: 1.5;\n        }\n\n        \/* 底部备注 *\/\n        .footer-note {\n            font-size: 0.75em;\n            color: #6b7280; text-align: center;\n            padding: 12px 16px;\n            background-color: #f9fafb; border-top: 1px solid #e5e7eb;\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-info-container\"\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eProduct Details\u003c\/summary\u003e\n\u003cdiv class=\"details-content\"\u003e\n\u003cdiv class=\"product-details-grid\"\u003e\n\u003cdiv class=\"detail-item\" data-key=\"Weight\"\u003e\n\u003cdiv class=\"item-label\"\u003eWeight\u003c\/div\u003e\n\u003cdiv class=\"item-content-wrapper\"\u003e\n\u003cdiv class=\"value-weight-single-line\"\u003e\n\u003cspan class=\"primary-value\"\u003e9.9\u003c\/span\u003e \u003cspan class=\"unit\"\u003eoz\u003c\/span\u003e \u003cspan class=\"separator\"\u003e\/\u003c\/span\u003e \u003cspan class=\"secondary-value\"\u003e280\u003c\/span\u003e \u003cspan class=\"unit\"\u003eg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"supplementary-note\"\u003e(US M9)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detail-item\" data-key=\"Heel-To-Toe Drop\"\u003e\n\u003cdiv class=\"item-label\"\u003eHeel-To-Toe Drop\u003c\/div\u003e\n\u003cdiv class=\"item-content-wrapper\"\u003e\n\u003cdiv class=\"value-default\"\u003e\n\u003cspan class=\"primary-value\"\u003e10\u003c\/span\u003e \u003cspan class=\"unit\"\u003emm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detail-item\" data-key=\"Cushion\"\u003e\n\u003cdiv class=\"item-label\"\u003eCushion\u003c\/div\u003e\n\u003cdiv class=\"item-content-wrapper\"\u003e\u003cspan class=\"simple-text-value\"\u003ePlush\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detail-item\" data-key=\"Stability\"\u003e\n\u003cdiv class=\"item-label\"\u003eStability\u003c\/div\u003e\n\u003cdiv class=\"item-content-wrapper\"\u003e\u003cspan class=\"simple-text-value\"\u003eStable\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detail-item\" data-key=\"Activity\"\u003e\n\u003cdiv class=\"item-label\"\u003eActivity\u003c\/div\u003e\n\u003cdiv class=\"item-content-wrapper\"\u003e\u003cspan class=\"simple-text-value\"\u003eRoad Running\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detail-item\" data-key=\"Best for\"\u003e\n\u003cdiv class=\"item-label\"\u003eBest for\u003c\/div\u003e\n\u003cdiv class=\"item-content-wrapper\"\u003e\u003cspan class=\"simple-text-value\"\u003eNeutral \/ Overpronation, Everyday Runs, Walking\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detail-item\" data-key=\"Upper\"\u003e\n\u003cdiv class=\"item-label\"\u003eUpper\u003c\/div\u003e\n\u003cdiv class=\"item-content-wrapper\"\u003e\u003cspan class=\"simple-text-value\"\u003eCircular Knit\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detail-item\" data-key=\"Stack Height\"\u003e\n\u003cdiv class=\"item-label\"\u003eStack Height\u003c\/div\u003e\n\u003cdiv class=\"item-content-wrapper\"\u003e\u003cspan class=\"simple-text-value\"\u003eHeel 37 mm, Forefoot 27 mm\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eKey Features\u003c\/summary\u003e\n\u003cdiv class=\"details-content\"\u003e\n\u003cul class=\"key-features-list\"\u003e\n\u003cli\u003e3D Archrail technology as a revolutionary stability enhancing solution\u003c\/li\u003e\n\u003cli\u003eGOFLOW midsole geometry to guide your stride\u003c\/li\u003e\n\u003cli\u003eLightCELL midsole base featuring excellent lightness and bounce\u003c\/li\u003e\n\u003cli\u003eDual-zone insole provides exceptional arch support and heel stability\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv class=\"footer-note\"\u003eDuPont™ and Kevlar® are trademarks or registered trademarks of affiliates of DuPont de Nemours, Inc.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Mount to Coast B2B Pre-Book","offers":[{"title":"White|Black \/ Women \/ 6","offer_id":45404139487415,"sku":"M211W40300WB03","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White|Black \/ Women \/ 6.5","offer_id":45404139520183,"sku":"M211W40300WB04","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White|Black \/ Women \/ 7","offer_id":45404139552951,"sku":"M211W40300WB05","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White|Black \/ Women \/ 7.5","offer_id":45404139585719,"sku":"M211W40300WB06","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White|Black \/ Women \/ 8","offer_id":45404139618487,"sku":"M211W40300WB07","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White|Black \/ Women \/ 8.5","offer_id":45404139651255,"sku":"M211W40300WB08","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White|Black \/ Women \/ 9","offer_id":45404139684023,"sku":"M211W40300WB09","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White|Black \/ Women \/ 9.5","offer_id":45404139716791,"sku":"M211W40300WB10","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White|Black \/ Women \/ 10","offer_id":45404139749559,"sku":"M211W40300WB11","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White|Black \/ Women \/ 10.5","offer_id":45404139782327,"sku":"M211W40300WB12","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White|Black \/ Women \/ 11","offer_id":45404139815095,"sku":"M211W40300WB13","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White|Black \/ Men \/ 8","offer_id":45404139847863,"sku":"M211M40300WB03","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White|Black \/ Men \/ 8.5","offer_id":45404139880631,"sku":"M211M40300WB04","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White|Black \/ Men \/ 9","offer_id":45404139913399,"sku":"M211M40300WB05","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White|Black \/ Men \/ 9.5","offer_id":45404139946167,"sku":"M211M40300WB06","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White|Black \/ Men \/ 10","offer_id":45404139978935,"sku":"M211M40300WB07","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White|Black \/ Men \/ 10.5","offer_id":45404140011703,"sku":"M211M40300WB08","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White|Black \/ Men \/ 11","offer_id":45404140044471,"sku":"M211M40300WB09","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White|Black \/ Men \/ 11.5","offer_id":45404140077239,"sku":"M211M40300WB10","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White|Black \/ Men \/ 12","offer_id":45404140110007,"sku":"M211M40300WB11","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White|Black \/ Men \/ 12.5","offer_id":45404140142775,"sku":"M211M40300WB14","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White|Black \/ Men \/ 13","offer_id":45404140175543,"sku":"M211M40300WB12","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White|Black \/ Men \/ 14","offer_id":45404140208311,"sku":"M211M40300WB13","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Women \/ 6","offer_id":45404140241079,"sku":"M211W40300WW03","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Women \/ 6.5","offer_id":45404140273847,"sku":"M211W40300WW04","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Women \/ 7","offer_id":45404140306615,"sku":"M211W40300WW05","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Women \/ 7.5","offer_id":45404140339383,"sku":"M211W40300WW06","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Women \/ 8","offer_id":45404140372151,"sku":"M211W40300WW07","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Women \/ 8.5","offer_id":45404140404919,"sku":"M211W40300WW08","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Women \/ 9","offer_id":45404140437687,"sku":"M211W40300WW09","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Women \/ 9.5","offer_id":45404140470455,"sku":"M211W40300WW10","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Women \/ 10","offer_id":45404140503223,"sku":"M211W40300WW11","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Women \/ 10.5","offer_id":45404140535991,"sku":"M211W40300WW12","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Women \/ 11","offer_id":45404140568759,"sku":"M211W40300WW13","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Men \/ 8","offer_id":45404140601527,"sku":"M211M40300WW03","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Men \/ 8.5","offer_id":45404140634295,"sku":"M211M40300WW04","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Men \/ 9","offer_id":45404140667063,"sku":"M211M40300WW05","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Men \/ 9.5","offer_id":45404140699831,"sku":"M211M40300WW06","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Men \/ 10","offer_id":45404140732599,"sku":"M211M40300WW07","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Men \/ 10.5","offer_id":45404140765367,"sku":"M211M40300WW08","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Men \/ 11","offer_id":45404140798135,"sku":"M211M40300WW09","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Men \/ 11.5","offer_id":45404140830903,"sku":"M211M40300WW10","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Men \/ 12","offer_id":45404140863671,"sku":"M211M40300WW11","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Men \/ 12.5","offer_id":45404140896439,"sku":"M211M40300WW14","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Men \/ 13","offer_id":45404140929207,"sku":"M211M40300WW12","price":160.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Men \/ 14","offer_id":45404140961975,"sku":"M211M40300WW13","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ Women \/ 6","offer_id":45404140994743,"sku":"M211W40300BB03","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ Women \/ 6.5","offer_id":45404141027511,"sku":"M211W40300BB04","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ Women \/ 7","offer_id":45404141060279,"sku":"M211W40300BB05","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ Women \/ 7.5","offer_id":45404141093047,"sku":"M211W40300BB06","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ Women \/ 8","offer_id":45404141125815,"sku":"M211W40300BB07","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ Women \/ 8.5","offer_id":45404141158583,"sku":"M211W40300BB08","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ Women \/ 9","offer_id":45404141191351,"sku":"M211W40300BB09","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ Women \/ 9.5","offer_id":45404141224119,"sku":"M211W40300BB10","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ Women \/ 10","offer_id":45404141256887,"sku":"M211W40300BB11","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ Women \/ 10.5","offer_id":45404141289655,"sku":"M211W40300BB12","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ Women \/ 11","offer_id":45404141322423,"sku":"M211W40300BB13","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ Men \/ 8","offer_id":45404141355191,"sku":"M211M40300BB03","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ Men \/ 8.5","offer_id":45404141387959,"sku":"M211M40300BB04","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ Men \/ 9","offer_id":45404141420727,"sku":"M211M40300BB05","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ Men \/ 9.5","offer_id":45404141453495,"sku":"M211M40300BB06","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ Men \/ 10","offer_id":45404141486263,"sku":"M211M40300BB07","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ Men \/ 10.5","offer_id":45404141519031,"sku":"M211M40300BB08","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ Men \/ 11","offer_id":45404141551799,"sku":"M211M40300BB09","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ Men \/ 11.5","offer_id":45404141584567,"sku":"M211M40300BB10","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ Men \/ 12","offer_id":45404141617335,"sku":"M211M40300BB11","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ Men \/ 12.5","offer_id":45404141650103,"sku":"M211M40300BB14","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ Men \/ 13","offer_id":45404141682871,"sku":"M211M40300BB12","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ Men \/ 14","offer_id":45404141715639,"sku":"M211M40300BB13","price":160.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0660\/7785\/1831\/files\/detail-P1-white_black-001_3x_e646a5b5-535d-43a8-ade2-85a532b3dad2.webp?v=1735092319"},{"product_id":"p1-cinder-pre-book","title":"P1 Cinder (Pre-Book)","description":"","brand":"Mount to Coast B2B Pre-Book","offers":[{"title":"Cinder Grey \/ Women \/ 6","offer_id":45404181397687,"sku":"M211W40300GG03","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Cinder Grey \/ Women \/ 6.5","offer_id":45404181430455,"sku":"M211W40300GG04","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Cinder Grey \/ Women \/ 7","offer_id":45404181463223,"sku":"M211W40300GG05","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Cinder Grey \/ Women \/ 7.5","offer_id":45404181495991,"sku":"M211W40300GG06","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Cinder Grey \/ Women \/ 8","offer_id":45404181528759,"sku":"M211W40300GG07","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Cinder Grey \/ Women \/ 8.5","offer_id":45404181561527,"sku":"M211W40300GG08","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Cinder Grey \/ Women \/ 9","offer_id":45404181594295,"sku":"M211W40300GG09","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Cinder Grey \/ Women \/ 9.5","offer_id":45404181627063,"sku":"M211W40300GG10","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Cinder Grey \/ Women \/ 10","offer_id":45404181659831,"sku":"M211W40300GG11","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Cinder Grey \/ Women \/ 10.5","offer_id":45404181692599,"sku":"M211W40300GG12","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Cinder Grey \/ Women \/ 11","offer_id":45404181725367,"sku":"M211W40300GG13","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Cinder Grey \/ Men \/ 8","offer_id":45404181758135,"sku":"M211M40300GG03","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Cinder Grey \/ Men \/ 8.5","offer_id":45404181790903,"sku":"M211M40300GG04","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Cinder Grey \/ Men \/ 9","offer_id":45404181823671,"sku":"M211M40300GG05","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Cinder Grey \/ Men \/ 9.5","offer_id":45404181856439,"sku":"M211M40300GG06","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Cinder Grey \/ Men \/ 10","offer_id":45404181889207,"sku":"M211M40300GG07","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Cinder Grey \/ Men \/ 10.5","offer_id":45404181921975,"sku":"M211M40300GG08","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Cinder Grey \/ Men \/ 11","offer_id":45404181954743,"sku":"M211M40300GG09","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Cinder Grey \/ Men \/ 11.5","offer_id":45404181987511,"sku":"M211M40300GG10","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Cinder Grey \/ Men \/ 12","offer_id":45404182020279,"sku":"M211M40300GG11","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Cinder Grey \/ Men \/ 12.5","offer_id":45404182053047,"sku":"M211M40300GG12","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Cinder Grey \/ Men \/ 13","offer_id":45404182085815,"sku":"M211M40300GG13","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Cinder Grey \/ Men \/ 14","offer_id":45404182118583,"sku":"M211M40300GG14","price":160.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0660\/7785\/1831\/files\/01.png?v=1735092855"},{"product_id":"r1-v2-pre-book","title":"R1 v2 (Pre-Book) ~ available to ship 02\/22\/2027","description":"","brand":"Mount to Coast B2B Pre-Book","offers":[{"title":"White \/ Women \/ 6","offer_id":48464548298935,"sku":"M211W70000WW060","price":170.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Women \/ 6.5","offer_id":48464548331703,"sku":"M211W70000WW065","price":170.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Women \/ 7","offer_id":48464548364471,"sku":"M211W70000WW070","price":170.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Women \/ 7.5","offer_id":48464548397239,"sku":"M211W70000WW075","price":170.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Women \/ 8","offer_id":48464548430007,"sku":"M211W70000WW080","price":170.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Women \/ 8.5","offer_id":48464548462775,"sku":"M211W70000WW085","price":170.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Women \/ 9","offer_id":48464548495543,"sku":"M211W70000WW090","price":170.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Women \/ 9.5","offer_id":48464548528311,"sku":"M211W70000WW095","price":170.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Women \/ 10","offer_id":48464548561079,"sku":"M211W70000WW100","price":170.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Women \/ 10.5","offer_id":48464548593847,"sku":"M211W70000WW105","price":170.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Women \/ 11","offer_id":48464548626615,"sku":"M211W70000WW110","price":170.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Men \/ 8","offer_id":48464548659383,"sku":"M211M70000WW080","price":170.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Men \/ 8.5","offer_id":48464548692151,"sku":"M211M70000WW085","price":170.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Men \/ 9","offer_id":48464548724919,"sku":"M211M70000WW090","price":170.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Men \/ 9.5","offer_id":48464548757687,"sku":"M211M70000WW095","price":170.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Men \/ 10","offer_id":48464548790455,"sku":"M211M70000WW100","price":170.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Men \/ 10.5","offer_id":48464548823223,"sku":"M211M70000WW105","price":170.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Men \/ 11","offer_id":48464548855991,"sku":"M211M70000WW110","price":170.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Men \/ 11.5","offer_id":48464548888759,"sku":"M211M70000WW115","price":170.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Men \/ 12","offer_id":48464548921527,"sku":"M211M70000WW120","price":170.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Men \/ 12.5","offer_id":48464548954295,"sku":"M211M70000WW125","price":170.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Men \/ 13","offer_id":48464548987063,"sku":"M211M70000WW130","price":170.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Men \/ 14","offer_id":48464549019831,"sku":"M211M70000WW140","price":170.0,"currency_code":"USD","in_stock":true},{"title":"Mist Blue \/ Women \/ 6","offer_id":48464585654455,"sku":"M211W70000SG060","price":170.0,"currency_code":"USD","in_stock":true},{"title":"Mist Blue \/ Women \/ 6.5","offer_id":48464585687223,"sku":"M211W70000SG065","price":170.0,"currency_code":"USD","in_stock":true},{"title":"Mist Blue \/ Women \/ 7","offer_id":48464585719991,"sku":"M211W70000SG070","price":170.0,"currency_code":"USD","in_stock":true},{"title":"Mist Blue \/ Women \/ 7.5","offer_id":48464585752759,"sku":"M211W70000SG075","price":170.0,"currency_code":"USD","in_stock":true},{"title":"Mist Blue \/ Women \/ 8","offer_id":48464585785527,"sku":"M211W70000SG080","price":170.0,"currency_code":"USD","in_stock":true},{"title":"Mist Blue \/ Women \/ 8.5","offer_id":48464585818295,"sku":"M211W70000SG085","price":170.0,"currency_code":"USD","in_stock":true},{"title":"Mist Blue \/ Women \/ 9","offer_id":48464585851063,"sku":"M211W70000SG090","price":170.0,"currency_code":"USD","in_stock":true},{"title":"Mist Blue \/ Women \/ 9.5","offer_id":48464585883831,"sku":"M211W70000SG095","price":170.0,"currency_code":"USD","in_stock":true},{"title":"Mist Blue \/ Women \/ 10","offer_id":48464585916599,"sku":"M211W70000SG100","price":170.0,"currency_code":"USD","in_stock":true},{"title":"Mist Blue \/ Women \/ 10.5","offer_id":48464585949367,"sku":"M211W70000SG105","price":170.0,"currency_code":"USD","in_stock":true},{"title":"Mist Blue \/ Women \/ 11","offer_id":48464585982135,"sku":"M211W70000SG110","price":170.0,"currency_code":"USD","in_stock":true},{"title":"Mist Blue \/ Men \/ 8","offer_id":48464586014903,"sku":"M211M70000SG080","price":170.0,"currency_code":"USD","in_stock":true},{"title":"Mist Blue \/ Men \/ 8.5","offer_id":48464586047671,"sku":"M211M70000SG085","price":170.0,"currency_code":"USD","in_stock":true},{"title":"Mist Blue \/ Men \/ 9","offer_id":48464586080439,"sku":"M211M70000SG090","price":170.0,"currency_code":"USD","in_stock":true},{"title":"Mist Blue \/ Men \/ 9.5","offer_id":48464586113207,"sku":"M211M70000SG095","price":170.0,"currency_code":"USD","in_stock":true},{"title":"Mist Blue \/ Men \/ 10","offer_id":48464586145975,"sku":"M211M70000SG100","price":170.0,"currency_code":"USD","in_stock":true},{"title":"Mist Blue \/ Men \/ 10.5","offer_id":48464586178743,"sku":"M211M70000SG105","price":170.0,"currency_code":"USD","in_stock":true},{"title":"Mist Blue \/ Men \/ 11","offer_id":48464586211511,"sku":"M211M70000SG110","price":170.0,"currency_code":"USD","in_stock":true},{"title":"Mist Blue \/ Men \/ 11.5","offer_id":48464586244279,"sku":"M211M70000SG115","price":170.0,"currency_code":"USD","in_stock":true},{"title":"Mist Blue \/ Men \/ 12","offer_id":48464586277047,"sku":"M211M70000SG120","price":170.0,"currency_code":"USD","in_stock":true},{"title":"Mist Blue \/ Men \/ 12.5","offer_id":48464586309815,"sku":"M211M70000SG125","price":170.0,"currency_code":"USD","in_stock":true},{"title":"Mist Blue \/ Men \/ 13","offer_id":48464586342583,"sku":"M211M70000SG130","price":170.0,"currency_code":"USD","in_stock":true},{"title":"Mist Blue \/ Men \/ 14","offer_id":48464586375351,"sku":"M211M70000SG140","price":170.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0660\/7785\/1831\/files\/R1_v2_White2_7b53ad38-aa8a-49d4-a53a-cb8650cc2de5.png?v=1779196846"},{"product_id":"c1-earth-yellow-pre-book","title":"C1 Earth Yellow (Pre-Book) ~ available to ship 1\/25\/2027","description":"","brand":"Mount to Coast B2B Pre-Book","offers":[{"title":"Earth Yellow \/ Women \/ 6","offer_id":48465143988407,"sku":"M211W60000GU060","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Earth Yellow \/ Women \/ 6.5","offer_id":48465319329975,"sku":"M211W60000GU065","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Earth Yellow \/ Women \/ 7","offer_id":48465319362743,"sku":"M211W60000GU070","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Earth Yellow \/ Women \/ 7.5","offer_id":48465319395511,"sku":"M211W60000GU075","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Earth Yellow \/ Women \/ 8","offer_id":48465319428279,"sku":"M211W60000GU080","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Earth Yellow \/ Women \/ 8.5","offer_id":48465319461047,"sku":"M211W60000GU085","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Earth Yellow \/ Women \/ 9","offer_id":48465319493815,"sku":"M211W60000GU090","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Earth Yellow \/ Women \/ 9.5","offer_id":48465319526583,"sku":"M211W60000GU095","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Earth Yellow \/ Women \/ 10","offer_id":48465319559351,"sku":"M211W60000GU100","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Earth Yellow \/ Women \/ 10.5","offer_id":48465319592119,"sku":"M211W60000GU105","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Earth Yellow \/ Women \/ 11","offer_id":48465325752503,"sku":"M211W60000GU110","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Earth Yellow \/ Men \/ 8","offer_id":48465319624887,"sku":"M211M60000GU080","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Earth Yellow \/ Men \/ 8.5","offer_id":48465319657655,"sku":"M211M60000GU085","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Earth Yellow \/ Men \/ 9","offer_id":48465319690423,"sku":"M211M60000GU090","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Earth Yellow \/ Men \/ 9.5","offer_id":48465319723191,"sku":"M211M60000GU095","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Earth Yellow \/ Men \/ 10","offer_id":48465319755959,"sku":"M211M60000GU100","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Earth Yellow \/ Men \/ 10.5","offer_id":48465319788727,"sku":"M211M60000GU105","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Earth Yellow \/ Men \/ 11","offer_id":48465325785271,"sku":"M211M60000GU110","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Earth Yellow \/ Men \/ 11.5","offer_id":48465319854263,"sku":"M211M60000GU115","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Earth Yellow \/ Men \/ 12","offer_id":48465319887031,"sku":"M211M60000GU120","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Earth Yellow \/ Men \/ 12.5","offer_id":48465319919799,"sku":"M211M60000GU125","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Earth Yellow \/ Men \/ 13","offer_id":48465319952567,"sku":"M211M60000GU130","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Earth Yellow \/ Men \/ 14","offer_id":48465319985335,"sku":"M211M60000GU140","price":180.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0660\/7785\/1831\/files\/C1EarthYellow.jpg?v=1778742698"},{"product_id":"h1-sedona-pre-book-1","title":"H1 Sedona (Pre-Book)","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* 基本字体和页面背景 *\/\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n            background-color: #f3f4f6;\n            color: #1f2937;\n            margin: 0;\n            padding: 10px;\n        }\n\n        \/* 主容器样式 *\/\n        .product-info-container {\n            background-color: #ffffff;\n            border-radius: 10px;\n            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);\n            border: 1px solid #e5e7eb;\n            max-width: 550px;\n            margin: 10px auto;\n            overflow: hidden;\n        }\n\n        \/* details 标签 *\/\n        details {\n            border-bottom: 1px solid #e5e7eb;\n        }\n        details:last-of-type {\n            border-bottom: none;\n        }\n\n        details summary {\n            padding: 14px 16px;\n            font-size: 1.05em;\n            font-weight: 600;\n            color: #111827;\n            cursor: pointer;\n            list-style: none;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            transition: background-color 0.2s ease;\n        }\n\n        details summary:hover {\n            background-color: #f9fafb;\n        }\n\n        details summary::-webkit-details-marker {\n            display: none;\n        }\n\n        details summary::after {\n            content: '▼';\n            font-size: 0.7em;\n            color: #6b7280;\n            transition: transform 0.2s ease-in-out;\n        }\n\n        details[open] summary::after {\n            transform: rotate(180deg);\n        }\n\n        .details-content {\n            padding: 16px;\n            background-color: #fdfdfe;\n        }\n\n        \/* 产品详情网格布局 *\/\n        .product-details-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n            gap: 12px;\n            align-items: stretch;\n        }\n\n        .detail-item {\n            background-color: #f8f9fa;\n            padding: 12px;\n            border-radius: 6px;\n            border: 1px solid #e9ecef;\n            display: flex;\n            flex-direction: column;\n        }\n\n        .item-label {\n            font-size: 0.7em;\n            color: #495057;\n            margin-bottom: 8px;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.4px;\n            line-height: 1.2;\n            flex-shrink: 0;\n        }\n\n        .item-content-wrapper {\n            flex-grow: 1;\n            display: flex;\n            flex-direction: column;\n            justify-content: flex-start;\n            margin-top: 4px;\n        }\n\n        .value-weight-single-line {\n            display: flex;\n            flex-wrap: nowrap;\n            align-items: baseline;\n            line-height: 1;\n        }\n\n        .value-weight-single-line .primary-value,\n        .value-weight-single-line .secondary-value,\n        .value-default .primary-value {\n            font-size: 1.9em;\n            font-weight: 700;\n            color: #0d6efd;\n            margin-right: 2px;\n            line-height: 0.95;\n            white-space: nowrap;\n            padding-top: 2px;\n        }\n\n\n        .value-weight-single-line .unit,\n        .value-default .unit {\n            font-size: 0.75em;\n            color: #495057;\n            font-weight: 500;\n            text-transform: lowercase;\n            margin-right: 4px;\n            position: relative;\n            bottom: -0.1em;\n            white-space: nowrap;\n        }\n\n        .value-weight-single-line .separator {\n            font-size: 1em;\n            color: #495057;\n            margin: 0 1px;\n            font-weight: 600;\n            align-self: center;\n            line-height: 1.2;\n            white-space: nowrap;\n        }\n\n\n        .supplementary-note {\n            font-size: 0.7em;\n            color: #6c757d;\n            font-weight: 400;\n            display: block;\n            margin-top: 6px;\n            line-height: 1.1;\n        }\n\n        .simple-text-value {\n            font-size: 1.3em;\n            font-weight: 600;\n            color: #212529;\n            line-height: 1.2;\n            text-align: left;\n            padding-top: 2px;\n        }\n        .detail-item[data-key=\"Best for\"] .simple-text-value,\n        \/* .detail-item[data-key=\"Upper\"] .simple-text-value, Upper is removed from Spec *\/\n        .detail-item[data-key=\"Stack Height\"] .simple-text-value {\n            font-size: 0.9em; \/* 调整长文本的字体大小 *\/\n            font-weight: normal;\n            line-height: 1.3;\n        }\n\n        \/* 技术特点部分样式 *\/\n        .tech-features-section .tech-item {\n            margin-bottom: 14px;\n        }\n        .tech-features-section .tech-item:last-child {\n            margin-bottom: 0;\n        }\n        .tech-features-section .tech-title {\n            font-size: 1em;\n            font-weight: 700; \/* 或者 bold *\/\n            color: #111827;\n            margin-bottom: 4px;\n        }\n        .tech-features-section .tech-description {\n            font-size: 0.85em;\n            color: #374151;\n            line-height: 1.5;\n        }\n\n\n        \/* 底部备注 *\/\n        .footer-note {\n            font-size: 0.75em;\n            color: #6b7280; text-align: center;\n            padding: 12px 16px;\n            background-color: #f9fafb; border-top: 1px solid #e5e7eb;\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-info-container\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eProduct Details\u003c\/summary\u003e\n\u003cdiv class=\"details-content\"\u003e\n\u003cdiv class=\"product-details-grid\"\u003e\n\u003c!-- 重量 --\u003e\n\u003cdiv class=\"detail-item\" data-key=\"Weight\"\u003e\n\u003cdiv class=\"item-label\"\u003eWeight\u003c\/div\u003e\n\u003cdiv class=\"item-content-wrapper\"\u003e\n\u003cdiv class=\"value-weight-single-line\"\u003e\n\u003cspan class=\"primary-value\"\u003e8.8\u003c\/span\u003e \u003cspan class=\"unit\"\u003eoz\u003c\/span\u003e \u003cspan class=\"separator\"\u003e\/\u003c\/span\u003e \u003cspan class=\"secondary-value\"\u003e250\u003c\/span\u003e \u003cspan class=\"unit\"\u003eg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"supplementary-note\"\u003e(US M9)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Drop --\u003e\n\u003cdiv class=\"detail-item\" data-key=\"Drop\"\u003e\n\u003cdiv class=\"item-label\"\u003eDrop\u003c\/div\u003e\n\u003cdiv class=\"item-content-wrapper\"\u003e\n\u003cdiv class=\"value-default\"\u003e\n\u003cspan class=\"primary-value\"\u003e6\u003c\/span\u003e \u003cspan class=\"unit\"\u003emm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 缓冲 --\u003e\n\u003cdiv class=\"detail-item\" data-key=\"Cushion\"\u003e\n\u003cdiv class=\"item-label\"\u003eCushion\u003c\/div\u003e\n\u003cdiv class=\"item-content-wrapper\"\u003e\u003cspan class=\"simple-text-value\"\u003eBalanced\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Support --\u003e\n\u003cdiv class=\"detail-item\" data-key=\"Support\"\u003e\n\u003cdiv class=\"item-label\"\u003eSupport\u003c\/div\u003e\n\u003cdiv class=\"item-content-wrapper\"\u003e\u003cspan class=\"simple-text-value\"\u003eNeutral\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 最佳适用 --\u003e\n\u003cdiv class=\"detail-item\" data-key=\"Best for\"\u003e\n\u003cdiv class=\"item-label\"\u003eBest for\u003c\/div\u003e\n\u003cdiv class=\"item-content-wrapper\"\u003e\u003cspan class=\"simple-text-value\"\u003eAll Terrain Running, Hiking\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 鞋底厚度 --\u003e\n\u003cdiv class=\"detail-item\" data-key=\"Stack Height\"\u003e\n\u003cdiv class=\"item-label\"\u003eStack Height\u003c\/div\u003e\n\u003cdiv class=\"item-content-wrapper\"\u003e\u003cspan class=\"simple-text-value\"\u003eHeel 35 mm, Forefoot 29 mm\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Lug Depth --\u003e\n\u003cdiv class=\"detail-item\" data-key=\"Lug Depth\"\u003e\n\u003cdiv class=\"item-label\"\u003eLug Depth\u003c\/div\u003e\n\u003cdiv class=\"item-content-wrapper\"\u003e\n\u003cdiv class=\"value-default\"\u003e\n\u003cspan class=\"primary-value\"\u003e2\u003c\/span\u003e \u003cspan class=\"unit\"\u003emm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Upper item is removed from Spec section --\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- Tech Features section --\u003e\n\u003cdetails\u003e\n\u003csummary\u003eKey Features\u003c\/summary\u003e\n\u003cdiv class=\"details-content tech-features-section\"\u003e\n\u003cdiv class=\"tech-item\"\u003e\n\u003cdiv class=\"tech-title\"\u003eCircleCELL™\u003c\/div\u003e\n\u003cp class=\"tech-description\"\u003eCircleCELL is the first high performance midsole material to be made of 100% renewable feedstock, including recycled organic waste. Through our state-of-the-art supercritical foaming, CircleCELL offers PEBA-level energy return with almost double PEBA's running lifespan.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tech-item\"\u003e\n\u003cdiv class=\"tech-title\"\u003eUpper\u003c\/div\u003e\n\u003cp class=\"tech-description\"\u003eThe H1 features a dual-zone upper. Across the top portion it is engineered with jacquard for adaptive fit and comfort, while on the lower part it is crafted with exceptional durability from high-performance woven fabric and reinforced with Kevlar aramid fibers that are five times stronger than steel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tech-item\"\u003e\n\u003cdiv class=\"tech-title\"\u003eVersaGrip™\u003c\/div\u003e\n\u003cp class=\"tech-description\"\u003eVersaGrip is our proprietary outsole technology engineered to deliver exceptional traction, grip, and durability across all terrains. Designed for your longest journeys, it guarantees optimal performance on every surface you encounter.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tech-item\"\u003e\n\u003cdiv class=\"tech-title\"\u003eTUNEDFIT™\u003c\/div\u003e\n\u003cp class=\"tech-description\"\u003eThe TUNEDFIT Dual Lacing System offers separately customizable fit for the forefoot and midfoot. Even if your feet swell in the pursuit of distance, you can still relax and enjoy the ride.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- (底部备注保持不变) --\u003e\n\u003cdiv class=\"footer-note\"\u003eDuPont™ and Kevlar® are trademarks or registered trademarks of affiliates of DuPont de Nemours, Inc.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Mount to Coast B2B Pre-Book","offers":[{"title":"Sedona \/ Women \/ 6","offer_id":48473072009399,"sku":"M212W50200RW060","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Sedona \/ Women \/ 6.5","offer_id":48473072042167,"sku":"M212W50200RW065","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Sedona \/ Women \/ 7","offer_id":48473072074935,"sku":"M212W50200RW070","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Sedona \/ Women \/ 7.5","offer_id":48473072107703,"sku":"M212W50200RW075","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Sedona \/ Women \/ 8","offer_id":48473072140471,"sku":"M212W50200RW080","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Sedona \/ Women \/ 8.5","offer_id":48473072173239,"sku":"M212W50200RW085","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Sedona \/ Women \/ 9","offer_id":48473072206007,"sku":"M212W50200RW090","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Sedona \/ Women \/ 9.5","offer_id":48473072238775,"sku":"M212W50200RW095","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Sedona \/ Women \/ 10","offer_id":48473072271543,"sku":"M212W50200RW100","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Sedona \/ Women \/ 10.5","offer_id":48473072304311,"sku":"M212W50200RW105","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Sedona \/ Women \/ 11","offer_id":48473072337079,"sku":"M212W50200RW110","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Sedona \/ Men \/ 8","offer_id":48473072369847,"sku":"M212M50200RW080","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Sedona \/ Men \/ 8.5","offer_id":48473072402615,"sku":"M212M50200RW085","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Sedona \/ Men \/ 9","offer_id":48473072435383,"sku":"M212M50200RW090","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Sedona \/ Men \/ 9.5","offer_id":48473072468151,"sku":"M212M50200RW095","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Sedona \/ Men \/ 10","offer_id":48473072500919,"sku":"M212M50200RW100","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Sedona \/ Men \/ 10.5","offer_id":48473072533687,"sku":"M212M50200RW105","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Sedona \/ Men \/ 11","offer_id":48473072566455,"sku":"M212M50200RW110","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Sedona \/ Men \/ 11.5","offer_id":48473072599223,"sku":"M212M50200RW115","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Sedona \/ Men \/ 12","offer_id":48473072631991,"sku":"M212M50200RW120","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Sedona \/ Men \/ 12.5","offer_id":48473072664759,"sku":"M212M50200RW125","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Sedona \/ Men \/ 13","offer_id":48473072697527,"sku":"M212M50200RW130","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Sedona \/ Men \/ 14","offer_id":48473072730295,"sku":"M212M50200RW140","price":160.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0660\/7785\/1831\/files\/45-Degree_Angle_View_379748fe-4aac-489a-abfe-979abfbc0666.jpg?v=1777653686"}],"url":"https:\/\/b2b.mounttocoast.com\/collections\/pre-book-order-1.oembed","provider":"Mount to Coast B2B Portal","version":"1.0","type":"link"}