{"product_id":"mens1243-1","title":"💯Spring Specials🎉Men's Non-slip Soft Sole Casual Sandals✨","description":"\u003cstyle\u003e\n    \/* ========== 样式隔离容器 ========== *\/\n    .custom-product-description {\n      --primary: #e67e23;           \/* 活力橙色主色调 *\/\n      --primary-light: #fff6ed;     \/* 极浅橙色背景 *\/\n      --text-dark: #2d2a26;\n      --text-soft: #5c534a;\n      --bg-soft: #fefaf7;\n      --border-accent: #e67e23;\n      --radius-lg: 20px;\n      --radius-md: 14px;\n      --shadow-img: 0 8px 24px rgba(0,0,0,0.06);\n      --shadow-hover: 0 14px 32px rgba(0,0,0,0.11);\n      \n      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n      font-size: 18px;\n      line-height: 1.7;\n      letter-spacing: 0.35px;\n      color: var(--text-dark);\n      max-width: 780px;\n      margin: 0 auto;\n      padding: 0.8rem 0.5rem 2.2rem;\n      box-sizing: border-box;\n      word-break: break-word;\n    }\n\n    .custom-product-description *,\n    .custom-product-description *::before,\n    .custom-product-description *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* 大区块标题（SIZE CHART \/ FEATURES \/ SPECIFICATION \/ NOTES） *\/\n    .custom-product-description .section-heading {\n      font-size: 2.6rem;\n      font-weight: 700;\n      color: var(--primary);\n      margin: 2.6rem 0 1.4rem;\n      line-height: 1.2;\n      letter-spacing: -0.2px;\n      text-transform: uppercase;\n    }\n\n    \/* 特性小标题（每个卖点） *\/\n    .custom-product-description .feature-title {\n      font-size: 1.5rem;\n      font-weight: 700;\n      color: #3b322a;\n      margin: 2rem 0 0.5rem;\n      line-height: 1.3;\n    }\n\n    \/* 正文段落 *\/\n    .custom-product-description p {\n      font-size: 1.1rem;\n      margin-bottom: 0.6rem;\n      color: var(--text-dark);\n    }\n\n    \/* 图片容器：圆角 + 柔和阴影，悬停交互 *\/\n    .custom-product-description .image-wrapper {\n      margin: 1.6rem 0 2.2rem;\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-img);\n      overflow: hidden;\n      transition: transform 0.25s ease, box-shadow 0.3s ease;\n      background: #fdfcfa;\n    }\n\n    .custom-product-description .image-wrapper img {\n      display: block;\n      width: 100%;\n      height: auto;\n      border-radius: var(--radius-lg);\n      transition: transform 0.3s ease;\n    }\n\n    .custom-product-description .image-wrapper:hover {\n      box-shadow: var(--shadow-hover);\n      transform: scale(1.01);\n    }\n\n    .custom-product-description .image-wrapper:hover img {\n      transform: scale(1.02);\n    }\n\n    \/* 尺码表图片特殊处理：保持与产品图一致 *\/\n    .custom-product-description .size-chart-image {\n      margin: 1.6rem 0 2.2rem;\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-img);\n      overflow: hidden;\n      transition: transform 0.25s ease, box-shadow 0.3s ease;\n      background: #fdfcfa;\n    }\n\n    .custom-product-description .size-chart-image img {\n      display: block;\n      width: 100%;\n      height: auto;\n      border-radius: var(--radius-lg);\n      transition: transform 0.3s ease;\n    }\n\n    .custom-product-description .size-chart-image:hover {\n      box-shadow: var(--shadow-hover);\n      transform: scale(1.01);\n    }\n\n    .custom-product-description .size-chart-image:hover img {\n      transform: scale(1.02);\n    }\n\n    \/* 规格表格容器 *\/\n    .custom-product-description .specs-box {\n      background-color: var(--primary-light);\n      border-radius: var(--radius-md);\n      padding: 1.8rem 2rem;\n      margin: 1.8rem 0 2.2rem;\n    }\n\n    .custom-product-description .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n\n    .custom-product-description .specs-table td {\n      padding: 0.65rem 0.2rem;\n      font-size: 1.05rem;\n      text-align: left;\n      vertical-align: top;\n      border-bottom: 1px solid rgba(230, 126, 35, 0.15);\n    }\n\n    .custom-product-description .specs-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    .custom-product-description .spec-label {\n      font-weight: 700;\n      color: var(--primary);\n      width: 35%;\n      min-width: 130px;\n      letter-spacing: 0.3px;\n    }\n\n    .custom-product-description .spec-value {\n      color: var(--text-dark);\n    }\n\n    \/* 备注块 *\/\n    .custom-product-description .note-block {\n      background-color: #fff9f2;\n      border-left: 6px solid var(--border-accent);\n      border-radius: 0 var(--radius-md) var(--radius-md) 0;\n      padding: 1.5rem 1.8rem;\n      margin: 2rem 0;\n      font-size: 1.05rem;\n      color: #4e4032;\n    }\n\n    .custom-product-description .note-block p {\n      margin-bottom: 0.5rem;\n    }\n\n    .custom-product-description .note-block p:last-child {\n      margin-bottom: 0;\n    }\n\n    \/* 响应式：移动端 *\/\n    @media screen and (max-width: 600px) {\n      .custom-product-description {\n        font-size: 16px;\n        padding: 0.5rem 0.3rem 1.5rem;\n      }\n\n      .custom-product-description .section-heading {\n        font-size: 2rem;\n        margin: 2.2rem 0 1.2rem;\n      }\n\n      .custom-product-description .feature-title {\n        font-size: 1.3rem;\n      }\n\n      .custom-product-description p {\n        font-size: 1rem;\n      }\n\n      .custom-product-description .specs-box {\n        padding: 1.2rem 1.2rem;\n      }\n\n      .custom-product-description .specs-table td {\n        font-size: 0.95rem;\n        display: block;\n        width: 100%;\n      }\n\n      .custom-product-description .specs-table tr {\n        display: block;\n        margin-bottom: 0.8rem;\n      }\n\n      .custom-product-description .spec-label {\n        width: 100%;\n        font-weight: 700;\n        padding-bottom: 0.1rem;\n        border-bottom: none;\n      }\n\n      .custom-product-description .spec-value {\n        width: 100%;\n        padding-top: 0.1rem;\n        border-bottom: 1px solid rgba(230, 126, 35, 0.12);\n      }\n\n      .custom-product-description .specs-table tr:last-child .spec-value {\n        border-bottom: none;\n      }\n\n      .custom-product-description .note-block {\n        padding: 1.2rem 1.2rem;\n        font-size: 0.98rem;\n      }\n\n      .custom-product-description .image-wrapper,\n      .custom-product-description .size-chart-image {\n        margin: 1.2rem 0 1.6rem;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"custom-product-description\"\u003e\n\u003c!-- SIZE CHART 区块 --\u003e\n\u003ch2 class=\"section-heading\"\u003eSIZE CHART\u003c\/h2\u003e\n\u003cdiv class=\"size-chart-image\"\u003e\u003cimg alt=\"男士凉鞋尺码对照表\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0619\/8968\/3358\/files\/spp_20250422181901_e7ebc8c1cbb14edcfd2d82b4a5346c1d.jpg?v=1745317145\"\u003e\u003c\/div\u003e\n\u003c!-- FEATURES 区块标题 --\u003e\n\u003ch2 class=\"section-heading\"\u003eFEATURES\u003c\/h2\u003e\n\u003c!-- 特性1 --\u003e\n\u003ch3 class=\"feature-title\"\u003eCOMFORTABLE \u0026amp; STYLISH FLATFORM DESIGN\u003c\/h3\u003e\n\u003cp\u003eThese sandals offer a perfect balance of elevated style and lasting comfort. The soft flatform sole gently cushions each step, making them great for long walks, weekend outings, or daily errands without sacrificing fashion.\u003c\/p\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\u003cimg alt=\"舒适厚底设计展示\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0619\/8968\/3358\/files\/spp_20250422181907_0b6eb7f90171492084119ceb12820a18.jpg?v=1745317150\"\u003e\u003c\/div\u003e\n\u003c!-- 特性2 --\u003e\n\u003ch3 class=\"feature-title\"\u003eEASY SLIP-ON CONVENIENCE\u003c\/h3\u003e\n\u003cp\u003eBuilt for those who value simplicity, the slip-on design allows you to step in and out effortlessly. No buckles or straps to deal with—just grab and go, whether you're heading to the store or relaxing on the patio.\u003c\/p\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\u003cimg alt=\"一脚蹬便捷穿脱设计\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0619\/8968\/3358\/files\/spp_20250422181912_6fe8270bfddb1266e7ff864aee68c8e9.jpg?v=1745317155\"\u003e\u003c\/div\u003e\n\u003c!-- 特性3 --\u003e\n\u003ch3 class=\"feature-title\"\u003eSECURE NON-SLIP SOLE\u003c\/h3\u003e\n\u003cp\u003eOutfitted with a durable, anti-skid sole that grips securely to a variety of surfaces. Whether it's wet tile, sandy walkways, or uneven ground, these sandals help prevent slips and keep your footing steady.\u003c\/p\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\u003cimg alt=\"防滑鞋底纹路细节\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0619\/8968\/3358\/files\/spp_20250422181915_e81f6ae7899ae28aa53e93ecb82cfd7c.jpg?v=1745317159\"\u003e\u003c\/div\u003e\n\u003c!-- 特性4 --\u003e\n\u003ch3 class=\"feature-title\"\u003eELEGANT HOLLOW-OUT DETAILING\u003c\/h3\u003e\n\u003cp\u003eThe unique cut-out pattern not only adds a refined touch to the design but also improves ventilation. Great for warm-weather days or casual social settings where you still want to look put together.\u003c\/p\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\u003cimg alt=\"优雅镂空细节设计\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0619\/8968\/3358\/files\/spp_20250422181921_41e71b2401af1bada6179be83c5f4b18.jpg?v=1745317165\"\u003e\u003c\/div\u003e\n\u003c!-- 特性5 --\u003e\n\u003ch3 class=\"feature-title\"\u003eBREATHABLE MATERIAL FOR COOL COMFORT\u003c\/h3\u003e\n\u003cp\u003eMade from lightweight, breathable materials that allow air to circulate around your feet. Helps reduce sweat buildup and keeps your feet feeling fresh—even during long summer days.\u003c\/p\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\u003cimg alt=\"透气材质凉爽舒适\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0619\/8968\/3358\/files\/spp_20250422181926_3f8e0f26b94ac7b1042fe7695af1375b.jpg?v=1745317169\"\u003e\u003c\/div\u003e\n\u003c!-- SPECIFICATION 区块 --\u003e\n\u003ch2 class=\"section-heading\"\u003eSPECIFICATION\u003c\/h2\u003e\n\u003cdiv class=\"specs-box\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eColor\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eBlack, White, Brown, Green\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eSize\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e36-37, 38-39, 40-41, 42-43, 44-45\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eMaterial\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eEVA\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003ePackage Includes\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e1*Men's Non-slip Soft Sole Casual Sandals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- NOTES 区块 --\u003e\n\u003ch2 class=\"section-heading\"\u003eNOTES\u003c\/h2\u003e\n\u003cdiv class=\"note-block\"\u003e\n\u003cp\u003ePlease allow 2-3cm error due to manual measurement. Please make sure you do not mind before purchasing.\u003c\/p\u003e\n\u003cp\u003eColor may not appear as exactly as in real life due to variations \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ashbtop","offers":[{"title":"Black \/ US 5\/UK 4\/EU 37","offer_id":48225209843934,"sku":"LH20297604HEI37D","price":34.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ US 6.5\/UK 5.5\/EU 39","offer_id":48225209876702,"sku":"LH20297604HEI39D","price":34.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ US 8\/UK 7\/EU 41","offer_id":48225209909470,"sku":"LH20297604HEI41D","price":34.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ US 9.5\/UK 8.5\/EU 43","offer_id":48225209942238,"sku":"LH20297604HEI43D","price":34.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ US 11\/UK 10\/EU 45","offer_id":48225209975006,"sku":"LH20297604HEI45D","price":34.99,"currency_code":"USD","in_stock":true},{"title":"White \/ US 5\/UK 4\/EU 37","offer_id":48225210007774,"sku":"LH20297604BAI37D","price":34.99,"currency_code":"USD","in_stock":true},{"title":"White \/ US 6.5\/UK 5.5\/EU 39","offer_id":48225210040542,"sku":"LH20297604BAI39D","price":34.99,"currency_code":"USD","in_stock":true},{"title":"White \/ US 8\/UK 7\/EU 41","offer_id":48225210073310,"sku":"LH20297604BAI41D","price":34.99,"currency_code":"USD","in_stock":true},{"title":"White \/ US 9.5\/UK 8.5\/EU 43","offer_id":48225210106078,"sku":"LH20297604BAI43D","price":34.99,"currency_code":"USD","in_stock":true},{"title":"White \/ US 11\/UK 10\/EU 45","offer_id":48225210138846,"sku":"LH20297604BAI45D","price":34.99,"currency_code":"USD","in_stock":true},{"title":"Brown \/ US 5\/UK 4\/EU 37","offer_id":48225210171614,"sku":"LH20297604QZS37D","price":34.99,"currency_code":"USD","in_stock":true},{"title":"Brown \/ US 6.5\/UK 5.5\/EU 39","offer_id":48225210204382,"sku":"LH20297604QZS39D","price":34.99,"currency_code":"USD","in_stock":true},{"title":"Brown \/ US 8\/UK 7\/EU 41","offer_id":48225210237150,"sku":"LH20297604QZS41D","price":34.99,"currency_code":"USD","in_stock":true},{"title":"Brown \/ US 9.5\/UK 8.5\/EU 43","offer_id":48225210269918,"sku":"LH20297604QZS43D","price":34.99,"currency_code":"USD","in_stock":true},{"title":"Brown \/ US 11\/UK 10\/EU 45","offer_id":48225210302686,"sku":"LH20297604QZS45D","price":34.99,"currency_code":"USD","in_stock":true},{"title":"Green \/ US 5\/UK 4\/EU 37","offer_id":48225210335454,"sku":"LH20297604MLV37D","price":34.99,"currency_code":"USD","in_stock":true},{"title":"Green \/ US 6.5\/UK 5.5\/EU 39","offer_id":48225210368222,"sku":"LH20297604MLV39D","price":34.99,"currency_code":"USD","in_stock":true},{"title":"Green \/ US 8\/UK 7\/EU 41","offer_id":48225210400990,"sku":"LH20297604MLV41D","price":34.99,"currency_code":"USD","in_stock":true},{"title":"Green \/ US 9.5\/UK 8.5\/EU 43","offer_id":48225210433758,"sku":"LH20297604MLV43D","price":34.99,"currency_code":"USD","in_stock":true},{"title":"Green \/ US 11\/UK 10\/EU 45","offer_id":48225210466526,"sku":"LH20297604MLV45D","price":34.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0665\/0134\/5502\/files\/spp_20250422181931_48011f814558cddfe6987d1d2b92cbcc_94e9ffcb-f170-467b-ba15-159667a0a78c.jpg?v=1778319247","url":"https:\/\/ashbtop.com\/products\/mens1243-1","provider":"ashbtop","version":"1.0","type":"link"}