{"product_id":"slip-on-steel-toe-work-shoes-no-tie-convenience-max-protection","title":"Slip-On Steel Toe Work Shoes | No-Tie Convenience, Max Protection","description":"\u003cstyle\u003e\n  \/* ==== 专属ID隔离样式，绝不污染Shopify其他版块 ==== *\/\n  #steel-toe-lp {\n    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n    color: #222;\n    line-height: 1.6;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 20px;\n    background-color: #ffffff;\n    box-sizing: border-box;\n  }\n  #steel-toe-lp * { box-sizing: border-box; }\n\n  \/* 头部主视觉 *\/\n  #steel-toe-lp .hero-section {\n    text-align: center;\n    padding: 50px 20px;\n    background: linear-gradient(135deg, #1a1a1a 0%, #333333 100%);\n    color: #fff;\n    border-radius: 12px;\n    margin-bottom: 40px;\n  }\n  #steel-toe-lp .hero-section h1 {\n    font-size: 3em;\n    font-weight: 800;\n    margin: 0 0 10px 0;\n    color: #fff;\n    text-transform: uppercase;\n    letter-spacing: -1px;\n  }\n  #steel-toe-lp .hero-section h2 {\n    font-size: 1.5em;\n    font-weight: 400;\n    color: #E63946;\n    margin: 0 0 30px 0;\n  }\n  #steel-toe-lp .hero-section p {\n    font-size: 1.1em;\n    color: #ccc;\n    max-width: 800px;\n    margin: 0 auto 30px auto;\n  }\n\n  \/* 按钮通用样式 *\/\n  #steel-toe-lp .vj-btn {\n    display: inline-block; \n    background-color: #E63946; \n    color: #ffffff !important;\n    padding: 18px 50px; \n    text-decoration: none; \n    font-size: 1.2em;\n    font-weight: bold; \n    border-radius: 50px; \n    transition: 0.3s;\n    border: none; \n    box-shadow: 0 4px 10px rgba(230, 57, 70, 0.4);\n    cursor: pointer;\n  }\n  #steel-toe-lp .vj-btn:hover {\n    background-color: #c1121f; \n    transform: translateY(-3px); \n    color: #ffffff !important;\n  }\n\n  \/* 信任徽章 *\/\n  #steel-toe-lp .trust-bar {\n    display: flex;\n    justify-content: center;\n    gap: 40px;\n    flex-wrap: wrap;\n    margin-bottom: 50px;\n  }\n  #steel-toe-lp .trust-item {\n    text-align: center;\n    font-weight: 600;\n    color: #333;\n  }\n  #steel-toe-lp .trust-item span {\n    display: block;\n    font-size: 0.9em;\n    color: #666;\n    font-weight: 400;\n    margin-top: 5px;\n  }\n\n  \/* 主拼图展示区 *\/\n  #steel-toe-lp .showcase-img {\n    width: 100%;\n    max-width: 900px;\n    height: auto;\n    border-radius: 12px;\n    margin: 0 auto 50px auto;\n    display: block;\n    box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n  }\n\n  \/* 极限测试区 *\/\n  #steel-toe-lp .proof-section {\n    background: #111;\n    color: #fff;\n    padding: 50px 20px;\n    border-radius: 12px;\n    margin-bottom: 50px;\n    text-align: center;\n  }\n  #steel-toe-lp .proof-section h3 {\n    font-size: 2em;\n    margin-bottom: 20px;\n    color: #fff;\n  }\n  #steel-toe-lp .proof-img-wrap {\n    display: flex;\n    justify-content: center;\n    gap: 20px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n  #steel-toe-lp .proof-img-wrap img {\n    width: 350px;\n    max-width: 100%;\n    border-radius: 8px;\n    border: 2px solid #333;\n    object-fit: cover;\n  }\n\n  \/* 卖点网格区 *\/\n  #steel-toe-lp .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 30px;\n    margin-bottom: 50px;\n  }\n  #steel-toe-lp .feature-card {\n    background: #f8f9fa;\n    border-radius: 12px;\n    overflow: hidden;\n    text-align: center;\n    border: 1px solid #eee;\n    transition: 0.3s;\n  }\n  #steel-toe-lp .feature-card:hover {\n    box-shadow: 0 10px 20px rgba(0,0,0,0.08);\n    transform: translateY(-5px);\n  }\n  #steel-toe-lp .feature-card img {\n    width: 100%;\n    height: 250px;\n    object-fit: cover;\n    border-bottom: 1px solid #eee;\n  }\n  #steel-toe-lp .feature-card h4 {\n    font-size: 1.3em;\n    margin: 20px 0 10px 0;\n    color: #111;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    font-weight: 800;\n  }\n  #steel-toe-lp .feature-card p {\n    font-size: 0.95rem;\n    color: #666;\n    padding: 0 20px 20px 20px;\n  }\n\n  \/* 生活场景区 *\/\n  #steel-toe-lp .lifestyle-section {\n    position: relative;\n    text-align: center;\n    margin-bottom: 50px;\n    border-radius: 12px;\n    overflow: hidden;\n  }\n  #steel-toe-lp .lifestyle-section img {\n    width: 100%;\n    max-height: 500px;\n    object-fit: cover;\n    display: block;\n  }\n  #steel-toe-lp .lifestyle-overlay {\n    position: absolute;\n    top: 0; left: 0; right: 0; bottom: 0;\n    background: rgba(0,0,0,0.5);\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: center;\n    color: #fff;\n    padding: 20px;\n  }\n  #steel-toe-lp .lifestyle-overlay h3 {\n    font-size: 2.5em;\n    margin-bottom: 10px;\n  }\n  #steel-toe-lp .lifestyle-overlay p {\n    max-width: 600px;\n    margin-bottom: 20px;\n    font-size: 1.1em;\n  }\n\n  \/* 底部最终CTA *\/\n  #steel-toe-lp .footer-cta {\n    background: linear-gradient(135deg, #E63946, #c1121f);\n    color: #fff;\n    text-align: center;\n    padding: 50px 20px;\n    border-radius: 12px;\n  }\n  #steel-toe-lp .footer-cta h3 {\n    font-size: 2em;\n    margin: 0 0 10px 0;\n    color: #fff;\n  }\n  #steel-toe-lp .footer-cta p {\n    margin: 0 0 30px 0;\n    font-size: 1.1em;\n  }\n  #steel-toe-lp .footer-cta .vj-btn {\n    background: #fff;\n    color: #E63946 !important;\n    box-shadow: 0 4px 10px rgba(0,0,0,0.2);\n  }\n\n  \/* 手机端适配 *\/\n  @media (max-width: 768px) {\n    #steel-toe-lp .hero-section h1 { font-size: 2.2em; }\n    #steel-toe-lp .proof-img-wrap img { width: 100%; }\n    #steel-toe-lp .lifestyle-overlay h3 { font-size: 1.5em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv id=\"steel-toe-lp\"\u003e\n  \n  \u003c!-- 1. 信任背书条 --\u003e\n  \u003cdiv class=\"trust-bar\"\u003e\n    \u003cdiv class=\"trust-item\"\u003e30 Day Return\u003cspan\u003eEasy Refunds\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"trust-item\"\u003eLifetime Warranty\u003cspan\u003eWe've Got You\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"trust-item\"\u003eFree Shipping\u003cspan\u003eUS \u0026amp; Worldwide\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 2. Hero 标题区 (去掉了SHOP NOW按钮，只留内容) --\u003e\n  \u003cdiv class=\"hero-section\"\u003e\n    \u003ch1\u003eSlip-On Steel Toe Work Shoes\u003c\/h1\u003e\n    \u003ch2\u003eNo-Tie Convenience, Max Protection\u003c\/h2\u003e\n    \u003cp\u003eThe all year round safety Indestructible Shoes. The all-in-one solution to shoes that provide a perfect blend of comfort, style and protection. It's time to take your shoe game to the next level!\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 3. 主拼图展示区 (图9) --\u003e\n  \u003cimg class=\"showcase-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0713\/6277\/3107\/files\/9_8236644d-de0f-4f28-aff8-0ead36baf43f.webp?v=1788406527\" alt=\"Indestructible Shoes Overview\"\u003e\n\n  \u003c!-- 4. 极限测试区 (第2、3、5张图) --\u003e\n  \u003cdiv class=\"proof-section\"\u003e\n    \u003ch3\u003eBuilt To Survive The Toughest Job Sites\u003c\/h3\u003e\n    \u003cp style=\"color: #ccc; max-width: 700px; margin: 0 auto 30px auto;\"\u003eThanks to our hardworking research and development, we've created the ultimate all-in-one footwear solution. Built with military grade material, an incredibly tough and extremely lightweight material.\u003c\/p\u003e\n    \u003cdiv class=\"proof-img-wrap\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0713\/6277\/3107\/files\/2_3ad9fea9-c6c3-4783-99d2-78d821221532.jpg?v=1788408809\" alt=\"Car Crush Test\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0713\/6277\/3107\/files\/3_b22e885f-974e-4cb9-9c09-724b1a081a73.webp?v=1788408809\" alt=\"Puncture Test\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0713\/6277\/3107\/files\/5_d065c543-1625-4c9d-8c1c-af3f8dce34ba.webp?v=1788408809\" alt=\"Heavy Object Test\"\u003e\n    \u003c\/div\u003e\n    \u003cbutton type=\"button\" class=\"vj-btn vj-scroll\"\u003eGET YOUR PROTECTION\u003c\/button\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 5. 卖点与功能展示区 (对应第1-8张图) --\u003e\n  \u003cdiv class=\"features-grid\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0713\/6277\/3107\/files\/1_26ab8450-d531-4bbe-93d4-e85e03ee2cd6.webp?v=1788409088\" alt=\"Breathable Flymesh\"\u003e\n      \u003ch4\u003eBREATHABLE FLYMESH\u003c\/h4\u003e\n      \u003cp\u003eMoisture-wicking mesh lining for maximum airflow and breathability to prevent stinky and sweaty feet.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0713\/6277\/3107\/files\/2_90fd2cc6-ec4a-46a5-bd4d-b22dfc9603a0.jpg?v=1788409087\" alt=\"European Steel Toes\"\u003e\n      \u003ch4\u003eEUROPEAN STEEL TOES\u003c\/h4\u003e\n      \u003cp\u003eMade from heavy-duty steel to fully protect your toes from crushing and falling objects.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0713\/6277\/3107\/files\/3_d444324a-094b-4abc-815d-b672a7b6237e.webp?v=1788409088\" alt=\"Puncture Resistance\"\u003e\n      \u003ch4\u003ePUNCTURE RESISTANCE\u003c\/h4\u003e\n      \u003cp\u003eMilitary-grade material keeps feet safe from the workplace and environmental hazards.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0713\/6277\/3107\/files\/4_826e9f2d-6ebe-489e-b266-9294e3504549.webp?v=1788409088\" alt=\"Wear Resistant Technology\"\u003e\n      \u003ch4\u003eWEAR RESISTANT TECHNOLOGY\u003c\/h4\u003e\n      \u003cp\u003eThese shoes are built to last for the long haul.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0713\/6277\/3107\/files\/5_ca58d0e2-bac6-4f01-9a66-b2ba3b14303e.webp?v=1788409087\" alt=\"Skid Proof\"\u003e\n      \u003ch4\u003eSKID PROOF\u003c\/h4\u003e\n      \u003cp\u003eIncreased resistance to sliding or skidding, keep you safe at the slippery workplace.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0713\/6277\/3107\/files\/6_d92c53cb-5039-4f8c-ac26-94288199d60b.jpg?v=1788409088\" alt=\"Flexible\"\u003e\n      \u003ch4\u003eFLEXIBLE\u003c\/h4\u003e\n      \u003cp\u003eSpringy, flexible composition helps distribute body weight evenly across feet.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0713\/6277\/3107\/files\/7_5452971f-8df6-48da-898c-dea86d13819a.webp?v=1788409088\" alt=\"Slip Resistant\"\u003e\n      \u003ch4\u003eSLIP RESISTANT\u003c\/h4\u003e\n      \u003cp\u003eExtra-padding heel cup, 3D arch support and breathable mesh for supreme comfort.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0713\/6277\/3107\/files\/8_165633d8-e936-4840-85a5-28349e4e83b8.webp?v=1788409087\" alt=\"Less Than 1LB\"\u003e\n      \u003ch4\u003eLESS THAN 1 LB\u003c\/h4\u003e\n      \u003cp\u003eSuper light material to prevent your feet from getting tired after long work shifts.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 6. 生活场景展示区 (图10) --\u003e\n  \u003cdiv class=\"lifestyle-section\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0713\/6277\/3107\/files\/10_ed3229a9-0dac-4ba4-8b61-698c5b951355.webp?v=1788409379\" alt=\"Slip-On Steel Toe Shoes In Action\"\u003e\n    \u003cdiv class=\"lifestyle-overlay\"\u003e\n      \u003ch3\u003eFor the first time ever, you won't have to sacrifice comfort for protection.\u003c\/h3\u003e\n      \u003cp\u003eNow you can finally get more done in less time at work and play. Each and every step you take will give you the productive edge you've been dreaming of.\u003c\/p\u003e\n      \u003cbutton type=\"button\" class=\"vj-btn vj-scroll\"\u003eGET YOUR PAIR NOW\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 7. 底部终极行动号召 --\u003e\n  \u003cdiv class=\"footer-cta\"\u003e\n    \u003ch3\u003eReady To Upgrade Your Work Gear?\u003c\/h3\u003e\n    \u003cp\u003eJoin thousands of workers who trust our shoes for ultimate safety and comfort.\u003c\/p\u003e\n    \u003cbutton type=\"button\" class=\"vj-btn vj-scroll\"\u003eBUY YOUR PAIR NOW\u003c\/button\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- 核心JS：精准平滑滚动到Shopify原生选色区（动态上移，确保能看到Color\/Size） --\u003e\n\u003cscript\u003e\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n  \/\/ 精准找到选色和加购表单所在的容器\n  var target = document.querySelector('.product-form__buttons') || \n               document.querySelector('form[action*=\"\/cart\/add\"]') || \n               document.querySelector('.product-form') || \n               document.querySelector('.product__info-wrapper') || \n               document.querySelector('main');\n\n  if (!target) return;\n\n  document.querySelectorAll('.vj-scroll').forEach(function(btn) {\n    btn.addEventListener('click', function(e) {\n      e.preventDefault();\n      \n      \/\/ 获取目标元素当前距离顶部的绝对位置\n      var topPos = target.getBoundingClientRect().top + window.pageYOffset;\n      \n      \/\/ 动态偏移量：强制向上多滚400像素。确保原生购买区上方的图片、标题不挡视线，完美露出Color和Size。\n      \/\/ 如果觉得太高或者太低，可以把400改成250或500。\n      var finalPos = topPos - 400;\n\n      window.scrollTo({\n        top: finalPos,\n        behavior: 'smooth' \/\/ 原生平滑滚动\n      });\n    });\n  });\n});\n\u003c\/script\u003e","brand":"Vivly Joy","offers":[{"title":"Black \/ US 6 | UK 5","offer_id":45438165811315,"sku":"5000","price":89.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ US 6.5 | UK 5.5","offer_id":45438165844083,"sku":"5000","price":89.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ US 7.5 | UK 6.5","offer_id":45438165876851,"sku":"5000","price":89.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ US 8 | UK 7","offer_id":45438165909619,"sku":"5000","price":89.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ US 9 | UK 8","offer_id":45438165942387,"sku":"5000","price":89.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ US 9.5 | UK 8.5","offer_id":45438166007923,"sku":"5000","price":89.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ US 10.5 | UK 9.5","offer_id":45438166040691,"sku":"5000","price":89.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ US 11.5 | UK 10.5","offer_id":45438166073459,"sku":"5000","price":89.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ US 12 | UK 11","offer_id":45438166106227,"sku":"5000","price":89.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ US 13 | UK 12","offer_id":45438166138995,"sku":"5000","price":89.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ US 14 | UK 13","offer_id":45438166171763,"sku":"5000","price":89.9,"currency_code":"USD","in_stock":true},{"title":"Gray \/ US 6 | UK 5","offer_id":45438166204531,"sku":"5000","price":89.9,"currency_code":"USD","in_stock":true},{"title":"Gray \/ US 6.5 | UK 5.5","offer_id":45438166237299,"sku":"5000","price":89.9,"currency_code":"USD","in_stock":true},{"title":"Gray \/ US 7.5 | UK 6.5","offer_id":45438166270067,"sku":"5000","price":89.9,"currency_code":"USD","in_stock":true},{"title":"Gray \/ US 8 | UK 7","offer_id":45438166302835,"sku":"5000","price":89.9,"currency_code":"USD","in_stock":true},{"title":"Gray \/ US 9 | UK 8","offer_id":45438166335603,"sku":"5000","price":89.9,"currency_code":"USD","in_stock":true},{"title":"Gray \/ US 9.5 | UK 8.5","offer_id":45438166401139,"sku":"5000","price":89.9,"currency_code":"USD","in_stock":true},{"title":"Gray \/ US 10.5 | UK 9.5","offer_id":45438166433907,"sku":"5000","price":89.9,"currency_code":"USD","in_stock":true},{"title":"Gray \/ US 11.5 | UK 10.5","offer_id":45438166466675,"sku":"5000","price":89.9,"currency_code":"USD","in_stock":true},{"title":"Gray \/ US 12 | UK 11","offer_id":45438166499443,"sku":"5000","price":89.9,"currency_code":"USD","in_stock":true},{"title":"Gray \/ US 13 | UK 12","offer_id":45438166532211,"sku":"5000","price":89.9,"currency_code":"USD","in_stock":true},{"title":"Gray \/ US 14 | UK 13","offer_id":45438166564979,"sku":"5000","price":89.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0713\/6277\/3107\/files\/7_01320e3c-fb50-49cc-b97a-918a86e24d15.webp?v=1788401911","url":"https:\/\/vivlyjoy.com\/products\/slip-on-steel-toe-work-shoes-no-tie-convenience-max-protection","provider":"Vivly Joy","version":"1.0","type":"link"}