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