{"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","url":"https:\/\/b2b.mounttocoast.com\/products\/p1-pre-book","provider":"Mount to Coast B2B Portal","version":"1.0","type":"link"}