{"product_id":"fxyq","title":"Water-Based Metal Coating","description":"\u003cstyle\u003e\n  .bmp-pdp,\n  .bmp-pdp * { \n    box-sizing: border-box; \n  }\n  .bmp-pdp { \n    max-width: 100%; \n    margin: 0 auto; \n    padding: 0; \n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif; \n    color: #111827; \n    line-height: 1.5; \n    background: #ffffff; \n  }\n  .bmp-pdp img { \n    width: 100%; \n    height: auto; \n    display: block; \n    border-radius: 12px; \n  }\n\n  \/* 顶部 Banner 大图专属样式 *\/\n  .bmp-hero-img {\n    width: 100% !important;\n    max-width: 600px;\n    margin: 12px auto 16px auto;\n    border-radius: 14px;\n    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n  }\n\n  \/* GIF \/ 视频统一 1:1 正方形自适应，支持移动端自动循环 *\/\n  .bmp-pdp video { \n    width: 100%; \n    aspect-ratio: 1 \/ 1 !important; \n    object-fit: cover; \n    display: block; \n    border-radius: 12px; \n    pointer-events: none;\n  }\n\n  \/* 紧凑模块间距，彻底消除大空白 *\/\n  .bmp-sec { \n    padding: 20px 14px; \n    border-bottom: 1px solid #f0f0f0; \n    \/* 性能优化：启用长内容渲染隔离 *\/\n    content-visibility: auto;\n    contain-intrinsic-size: 1px 300px;\n  }\n  .bmp-sec:first-child {\n    content-visibility: visible;\n  }\n  .bmp-sec:last-child { \n    border-bottom: none; \n  }\n\n  \/* Kicker 标签样式 *\/\n  .bmp-kicker {\n    display: inline-block;\n    font-size: 11px;\n    font-weight: 800;\n    color: #166534;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    margin-bottom: 4px;\n  }\n\n  .bmp-badge { \n    display: inline-flex; \n    align-items: center;\n    justify-content: center;\n    gap: 6px;\n    padding: 6px 16px; \n    background: #3d8a39; \n    color: #ffffff; \n    font-size: 12px; \n    font-weight: 800; \n    border-radius: 999px; \n    margin-bottom: 12px; \n    text-transform: uppercase; \n  }\n\n  .bmp-title { \n    font-size: 22px; \n    font-weight: 800; \n    line-height: 1.25; \n    text-align: center; \n    margin: 0 0 8px 0; \n    color: #111827; \n  }\n  .bmp-subtitle { \n    font-size: 14px; \n    line-height: 1.4; \n    text-align: center; \n    margin: 0 auto 12px auto; \n    color: #4b5563; \n    max-width: 500px; \n  }\n\n  \/* 核心防线：手机移动端强制 3 列横向同行 *\/\n  .bmp-grid-3 { \n    display: grid !important; \n    grid-template-columns: repeat(3, 1fr) !important; \n    gap: 8px !important; \n    margin: 12px 0; \n  }\n  .bmp-grid-2 { \n    display: grid !important; \n    grid-template-columns: repeat(2, 1fr) !important; \n    gap: 10px !important; \n    margin: 12px 0; \n  }\n\n  .bmp-card { \n    background: #f9fafb; \n    border: 1px solid #eef2f1; \n    border-radius: 10px; \n    padding: 10px 6px; \n    text-align: center; \n  }\n  .bmp-card img { \n    width: 100%; \n    aspect-ratio: 1 \/ 1; \n    object-fit: cover; \n    border-radius: 8px; \n    margin-bottom: 6px; \n  }\n  .bmp-card h4 { \n    font-size: 12px; \n    font-weight: 800; \n    color: #111827; \n    margin: 0 0 2px 0; \n    line-height: 1.2; \n  }\n  .bmp-card p { \n    font-size: 11px; \n    color: #6b7280; \n    margin: 0; \n    line-height: 1.3; \n  }\n\n  \/* 3 大数据高亮行 *\/\n  .bmp-stat-row { \n    display: grid !important; \n    grid-template-columns: repeat(3, 1fr) !important; \n    gap: 8px; \n    background: #f0fdf4; \n    border: 1px solid #bbf7d0; \n    padding: 12px 8px; \n    border-radius: 10px; \n    margin: 12px 0; \n    text-align: center; \n  }\n  .bmp-stat-num { \n    font-size: 18px; \n    font-weight: 900; \n    color: #166534; \n    line-height: 1.2; \n  }\n  .bmp-stat-label { \n    font-size: 11px; \n    font-weight: 700; \n    color: #374151; \n    margin-top: 2px; \n  }\n\n  \/* Before \/ After 对比图并排列 *\/\n  .bmp-compare-pair { \n    display: flex; \n    gap: 8px; \n    margin-bottom: 10px; \n  }\n  .bmp-compare-item { \n    flex: 1; \n    text-align: center; \n  }\n  .bmp-compare-item img { \n    aspect-ratio: 4 \/ 3; \n    object-fit: cover; \n    border-radius: 8px; \n  }\n  .bmp-compare-item span { \n    display: inline-block; \n    margin-top: 4px; \n    font-size: 11px; \n    font-weight: 800; \n    color: #374151; \n  }\n\n  \/* Feature 卖点卡片块 *\/\n  .bmp-feature-box,\n  .bmp-feature { \n    background: #f9fafb; \n    border: 1px solid #eef2f1; \n    border-radius: 12px; \n    padding: 14px; \n    margin-bottom: 14px; \n  }\n  .bmp-feature:last-child {\n    margin-bottom: 0;\n  }\n  .bmp-feature-box h3,\n  .bmp-feature h3 { \n    font-size: 16px; \n    font-weight: 800; \n    color: #111827; \n    margin: 0 0 6px 0; \n  }\n  .bmp-feature-box p,\n  .bmp-feature p { \n    font-size: 13.5px; \n    color: #4b5563; \n    margin: 0 0 10px 0; \n    line-height: 1.45; \n  }\n\n  \/* 绿勾列表 *\/\n  .bmp-list-check { \n    margin: 8px 0 12px; \n    padding-left: 0; \n    list-style: none; \n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n  }\n  .bmp-list-check li { \n    position: relative; \n    padding-left: 18px; \n    font-size: 12.5px; \n    font-weight: 800; \n    color: #166534; \n  }\n  .bmp-list-check li::before { \n    content: \"✓\"; \n    position: absolute; \n    left: 0; \n    font-weight: 900; \n    color: #166534; \n  }\n\n  \/* Notes 模块的列表样式 *\/\n  .bmp-list {\n    margin: 0;\n    padding-left: 18px;\n    font-size: 12.5px;\n    color: #374151;\n  }\n  .bmp-list li {\n    margin-bottom: 6px;\n    line-height: 1.4;\n  }\n  .bmp-list li:last-child {\n    margin-bottom: 0;\n  }\n\n  \/* SPEC 参数与信息 *\/\n  .bmp-info-box { \n    padding: 14px; \n    border-radius: 10px; \n    background: #f9fafb; \n    border: 1px solid #eef2f1; \n  }\n  .bmp-spec-row { \n    padding: 8px 0; \n    border-bottom: 1px solid #e5e7eb; \n    font-size: 13px; \n    display: flex; \n    justify-content: space-between; \n  }\n  .bmp-spec-row:last-child { \n    border-bottom: none; \n  }\n  .bmp-spec-row strong { \n    font-weight: 800; \n    color: #111827; \n  }\n\n  .bmp-faq-box { \n    background: #f9fafb; \n    border-left: 4px solid #3d8a39; \n    padding: 10px 12px; \n    border-radius: 0 8px 8px 0; \n    margin-bottom: 8px; \n  }\n  .bmp-faq-box:last-child {\n    margin-bottom: 0;\n  }\n  .bmp-faq-box h4 { \n    font-size: 13.5px; \n    font-weight: 800; \n    color: #111827; \n    margin: 0 0 4px 0; \n  }\n  .bmp-faq-box p { \n    font-size: 12.5px; \n    color: #4b5563; \n    margin: 0; \n    line-height: 1.4; \n  }\n\n  \/* 无忧保障区 *\/\n  .bmp-guarantee-sec { \n    background-color: #064e3b; \n    background-image: url(\"https:\/\/cdn.shopify.com\/s\/files\/1\/0666\/9864\/1620\/files\/b0f25e47-image-93.jpg\"); \n    background-size: cover; \n    background-position: center; \n    padding: 18px 12px; \n    border-radius: 12px; \n    margin-top: 14px; \n  }\n  .bmp-guarantee-card { \n    background: #ffffff; \n    color: #111827; \n    border-radius: 10px; \n    padding: 12px; \n    margin-bottom: 10px; \n    text-align: center; \n  }\n  .bmp-guarantee-card:last-child { \n    margin-bottom: 0; \n  }\n  .bmp-guarantee-icon { \n    width: 44px !important; \n    height: 44px !important; \n    margin: 0 auto 6px !important; \n    border-radius: 50% !important; \n    object-fit: contain; \n  }\n\n  .bmp-note { \n    margin-top: 10px; \n    padding: 10px 12px; \n    border-left: 4px solid #e67e23; \n    border-radius: 0 8px 8px 0; \n    background: #fff8f1; \n    color: #4b4337; \n    font-size: 12.5px; \n    line-height: 1.4; \n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"bmp-pdp\"\u003e\n  \u003c!-- Section 1: Hero Banner 主展示区 --\u003e\n  \u003csection class=\"bmp-sec\" style=\"padding-top: 4px;\"\u003e\n    \u003cdiv style=\"margin-top: 10px; text-align: center;\"\u003e\n      \u003cspan class=\"bmp-badge\"\u003eWater-Based Metallic Paint\u003c\/span\u003e\n      \n      \u003c!-- 第一张大图：优先预加载 (eager + decoding async) --\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/4237\/6618\/files\/01_ed57983c-ab37-456e-8041-b2bd00723fa6.jpg?v=1787563409\" alt=\"Water-Based Metallic Paint\" class=\"bmp-hero-img\" loading=\"eager\" decoding=\"async\"\u003e\n\n      \u003ch1 class=\"bmp-title\"\u003eRestore Rusty Metal In Minutes\u003c\/h1\u003e\n      \u003cp class=\"bmp-subtitle\"\u003eSimply squeeze, brush, and restore damaged areas with smooth, durable protection.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003c!-- 首屏静态 Before \/ After 对比图 --\u003e\n    \u003cdiv class=\"bmp-compare-pair\"\u003e\n      \u003cdiv class=\"bmp-compare-item\"\u003e\u003cspan\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/4237\/6618\/files\/10_8b61a062-11b4-4948-9b3f-30191a4f89eb.jpg?v=1787563649\" alt=\"\" loading=\"eager\" decoding=\"async\"\u003eBefore\u003c\/span\u003e\u003c\/div\u003e\n      \u003cdiv class=\"bmp-compare-item\"\u003e\u003cspan\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/4237\/6618\/files\/20_189de398-6965-4fb5-8321-62f72ec4801f.jpg?v=1787563582\" alt=\"\" loading=\"eager\" decoding=\"async\"\u003eAfter\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Section 2: Pain Points 4 大痛点墙 --\u003e\n  \u003csection class=\"bmp-sec\"\u003e\n    \u003ch2 class=\"bmp-title\"\u003eYour Metal Deserves A Second Life\u003c\/h2\u003e\n    \u003cp class=\"bmp-subtitle\"\u003eRust, peeling paint make everyday metal items look old and neglected.\u003c\/p\u003e\n    \u003cdiv class=\"bmp-grid-2\"\u003e\n      \u003cdiv class=\"bmp-card\"\u003e\n        \u003ch4\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/4237\/6618\/files\/2w.jpg?v=1787563468\" alt=\"\" loading=\"lazy\" decoding=\"async\"\u003eRust Keeps Coming Back\u003c\/h4\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bmp-card\"\u003e\n        \u003ch4\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/4237\/6618\/files\/1w.jpg?v=1787563467\" alt=\"\" loading=\"lazy\" decoding=\"async\"\u003eTraditional Painting Is A Hassle\u003c\/h4\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bmp-card\"\u003e\n        \u003ch4\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/4237\/6618\/files\/3w.jpg?v=1787563468\" alt=\"\" loading=\"lazy\" decoding=\"async\"\u003eStrong Paint Odors\u003c\/h4\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bmp-card\"\u003e\n        \u003ch4\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/4237\/6618\/files\/4w.jpg?v=1787563468\" alt=\"\" loading=\"lazy\" decoding=\"async\"\u003eReplacement Costs Too Much\u003c\/h4\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Section 3: Don't Replace It — Restore It. --\u003e\n  \u003csection class=\"bmp-sec\"\u003e\n    \u003ch2 class=\"bmp-title\"\u003eDon't Replace It — Restore It.\u003c\/h2\u003e\n    \u003cp class=\"bmp-subtitle\"\u003eOne simple brush revives old metal surfaces.\u003c\/p\u003e\n    \u003c!-- 优化：设置 preload=\"none\" 避免视频提前占用加载带宽 --\u003e \n    \u003cvideo autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\" preload=\"none\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/3795b0df7c2c4e5692443d48d8d7e701.mp4\"\u003e\u003c\/video\u003e \n    \n    \u003c!-- 3 大核心数据 (手机端 3 列同行) --\u003e\n    \u003cdiv class=\"bmp-stat-row\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"bmp-stat-num\"\u003e10+\u003c\/div\u003e\n        \u003cdiv class=\"bmp-stat-label\"\u003eUses in 1 Bottle\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"bmp-stat-num\"\u003e10-Year\u003c\/div\u003e\n        \u003cdiv class=\"bmp-stat-label\"\u003eProtection\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"bmp-stat-num\"\u003e100%\u003c\/div\u003e\n        \u003cdiv class=\"bmp-stat-label\"\u003eSafe \u0026amp; Non-Toxic\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 解绑滑块，平铺 3 组真实的 Before \/ After 图片对比 --\u003e\n    \u003cdiv class=\"bmp-compare-pair\"\u003e\n      \u003cdiv class=\"bmp-compare-item\"\u003e\u003cspan\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/4237\/6618\/files\/30.jpg?v=1787563468\" alt=\"\" loading=\"lazy\" decoding=\"async\"\u003eBefore\u003c\/span\u003e\u003c\/div\u003e\n      \u003cdiv class=\"bmp-compare-item\"\u003e\u003cspan\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/4237\/6618\/files\/40.jpg?v=1787563468\" alt=\"\" loading=\"lazy\" decoding=\"async\"\u003eAfter\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bmp-compare-pair\"\u003e\n      \u003cdiv class=\"bmp-compare-item\"\u003e\u003cspan\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/4237\/6618\/files\/50.jpg?v=1787563468\" alt=\"\" loading=\"lazy\" decoding=\"async\"\u003eBefore\u003c\/span\u003e\u003c\/div\u003e\n      \u003cdiv class=\"bmp-compare-item\"\u003e\u003cspan\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/4237\/6618\/files\/60.jpg?v=1787563467\" alt=\"\" loading=\"lazy\" decoding=\"async\"\u003eAfter\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bmp-compare-pair\"\u003e\n      \u003cdiv class=\"bmp-compare-item\"\u003e\u003cspan\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/4237\/6618\/files\/70.jpg?v=1787563468\" alt=\"\" loading=\"lazy\" decoding=\"async\"\u003eBefore\u003c\/span\u003e\u003c\/div\u003e\n      \u003cdiv class=\"bmp-compare-item\"\u003e\u003cspan\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/4237\/6618\/files\/80.jpg?v=1787563468\" alt=\"\" loading=\"lazy\" decoding=\"async\"\u003eAfter\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Section 4: 拆平原 Tab 1 —— Easy Use --\u003e\n  \u003csection class=\"bmp-sec\"\u003e\n    \u003cdiv class=\"bmp-feature-box\"\u003e\n      \u003cspan class=\"bmp-kicker\"\u003eEASY BRUSH APPLICATION\u003c\/span\u003e\n      \u003ch2 class=\"bmp-title\" style=\"text-align: left; font-size: 18px;\"\u003eLight Brush, Powerful Coverage\u003c\/h2\u003e\n      \u003cp\u003eNo professional tools needed — just squeeze and brush to restore metal surfaces in minutes.\u003c\/p\u003e\n      \u003cul class=\"bmp-list-check\"\u003e\n        \u003cli\u003eBuilt-In Brush\u003c\/li\u003e\n        \u003cli\u003eStrong Adhesion\u003c\/li\u003e\n        \u003cli\u003eQuick Dry Formula\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/4237\/6618\/files\/1_57b04492-0490-4223-a7a0-3e166038ff21.jpg?v=1787563468\" alt=\"\" loading=\"lazy\" decoding=\"async\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Section 5: 拆平原 Tab 2 —— Long Protection --\u003e\n  \u003csection class=\"bmp-sec\"\u003e\n    \u003cdiv class=\"bmp-feature-box\"\u003e\n      \u003cspan class=\"bmp-kicker\"\u003eENDURING METAL SHIELD\u003c\/span\u003e\n      \u003ch2 class=\"bmp-title\" style=\"text-align: left; font-size: 18px;\"\u003eProvide Long-Term Surface Protection\u003c\/h2\u003e\n      \u003cp\u003eForms a durable protective layer that effectively resists daily rust and weather damage.\u003c\/p\u003e\n      \u003cul class=\"bmp-list-check\"\u003e\n        \u003cli\u003eRust Resistant\u003c\/li\u003e\n        \u003cli\u003eWater Resistant\u003c\/li\u003e\n        \u003cli\u003eUV Resistant\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/4237\/6618\/files\/2_82beed89-c4ef-404a-8eac-b4880cf377c6.jpg?v=1787563468\" alt=\"\" loading=\"lazy\" decoding=\"async\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Section 6: Safer Paint For Everyday DIY --\u003e\n  \u003csection class=\"bmp-sec\"\u003e\n    \u003ch2 class=\"bmp-title\"\u003eSafer Paint For Everyday DIY\u003c\/h2\u003e\n    \u003cp class=\"bmp-subtitle\"\u003eEasy metal restoration for everyday projects.\u003c\/p\u003e\n    \u003cdiv style=\"margin-bottom: 12px;\"\u003e\n      \u003cdiv style=\"margin-bottom: 8px;\"\u003e\n        \u003ch4 style=\"font-size: 13.5px; font-weight: 800; color: #111827; margin: 0 0 2px 0;\"\u003e💧 Water-Based Formula\u003c\/h4\u003e\n        \u003cp style=\"font-size: 12.5px; color: #4b5563; margin: 0;\"\u003eSmooth water-based coating for even application.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4 style=\"font-size: 13.5px; font-weight: 800; color: #111827; margin: 0 0 2px 0;\"\u003e🌱 Ultra Low Odor\u003c\/h4\u003e\n        \u003cp style=\"font-size: 12.5px; color: #4b5563; margin: 0;\"\u003eComfortable painting experience indoors or outdoors.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/4237\/6618\/files\/g1.jpg?v=1787563467\" alt=\"\" loading=\"lazy\" decoding=\"async\"\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Section 7: One Paint For Multiple Metal Surfaces --\u003e\n  \u003csection class=\"bmp-sec\"\u003e\n    \u003ch2 class=\"bmp-title\"\u003eOne Paint For Multiple Metal Surfaces\u003c\/h2\u003e\n    \u003cp class=\"bmp-subtitle\"\u003eRefresh different metal items around your home.\u003c\/p\u003e\n    \u003cdiv class=\"bmp-grid-2\"\u003e\n      \u003cdiv class=\"bmp-card\"\u003e\n        \u003ch4\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/4237\/6618\/files\/1j.jpg?v=1787563469\" alt=\"\" loading=\"lazy\" decoding=\"async\"\u003e🚪 Metal Gates\u003c\/h4\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bmp-card\"\u003e\n        \u003ch4\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/4237\/6618\/files\/2j.jpg?v=1787563469\" alt=\"\" loading=\"lazy\" decoding=\"async\"\u003eRailings\u003c\/h4\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bmp-card\"\u003e\n        \u003ch4\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/4237\/6618\/files\/3j.jpg?v=1787563469\" alt=\"\" loading=\"lazy\" decoding=\"async\"\u003eOutdoor Furniture\u003c\/h4\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bmp-card\"\u003e\n        \u003ch4\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/4237\/6618\/files\/4j.jpg?v=1787563468\" alt=\"\" loading=\"lazy\" decoding=\"async\"\u003e🔧 Tools\u003c\/h4\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bmp-card\"\u003e\n        \u003ch4\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/4237\/6618\/files\/5j.jpg?v=1787563469\" alt=\"\" loading=\"lazy\" decoding=\"async\"\u003e📬 Mailboxes\u003c\/h4\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bmp-card\"\u003e\n        \u003ch4\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/4237\/6618\/files\/6j.jpg?v=1787563468\" alt=\"\" loading=\"lazy\" decoding=\"async\"\u003e🚲 Bicycles \u0026amp; Frames\u003c\/h4\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Section 8: Refresh Your Metal In 3 Simple Steps --\u003e\n  \u003csection class=\"bmp-sec\"\u003e\n    \u003cdiv style=\"text-align: center;\"\u003e\n      \u003ch2 class=\"bmp-title\"\u003eRefresh Your Metal In 3 Simple Steps\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bmp-grid-3\"\u003e\n      \u003cdiv class=\"bmp-card\"\u003e\n        \u003ch4 style=\"color: #166534;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/4237\/6618\/files\/90.jpg?v=1787563467\" alt=\"\" loading=\"lazy\" decoding=\"async\"\u003e01 Remove Rust\u003c\/h4\u003e\n        \u003cp\u003eSand the surface to remove rust\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bmp-card\"\u003e\n        \u003ch4 style=\"color: #166534;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/4237\/6618\/files\/100.jpg?v=1787563468\" alt=\"\" loading=\"lazy\" decoding=\"async\"\u003e02 Open \u0026amp; Apply\u003c\/h4\u003e\n        \u003cp\u003eOpen and apply directly with brush\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bmp-card\"\u003e\n        \u003ch4 style=\"color: #166534;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/4237\/6618\/files\/110.jpg?v=1787563467\" alt=\"\" loading=\"lazy\" decoding=\"async\"\u003e03 Dry \u0026amp; Enjoy\u003c\/h4\u003e\n        \u003cp\u003eLet it dry to complete restoration\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Section 9: Features 5 大完整卖点详情 --\u003e\n  \u003csection class=\"bmp-sec\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 12px;\"\u003e\n      \u003cspan class=\"bmp-kicker\"\u003eFeatures\u003c\/span\u003e\n      \u003ch2 class=\"bmp-title\"\u003eBuilt For Clean \u0026amp; Durable Protection\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bmp-feature\"\u003e\n      \u003ch3\u003eFast Drying \u0026amp; Strong Adhesion\u003c\/h3\u003e\n      \u003cp\u003eThe quick-dry formula helps speed up small repair jobs while adhering well to many compatible surfaces for longer-lasting coverage.\u003c\/p\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/4237\/6618\/files\/8_a15c8902-c79c-4ee6-838c-62d47a9c02a4.jpg?v=1787554816\" alt=\"\" loading=\"lazy\" decoding=\"async\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bmp-feature\"\u003e\n      \u003ch3\u003eProtective \u0026amp; Durable\u003c\/h3\u003e\n      \u003cp\u003eHelps provide a protective finish against moisture, weather exposure, and everyday wear, making it suitable for many indoor and outdoor touch-up projects.\u003c\/p\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/4237\/6618\/files\/4_024fc0ec-2c50-4077-9b0b-d4e0383d4ad3.jpg?v=1787554816\" alt=\"\" loading=\"lazy\" decoding=\"async\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bmp-feature\"\u003e\n      \u003ch3\u003eBuilt-In Brush Design\u003c\/h3\u003e\n      \u003cp\u003eThe integrated brush makes application simple and controlled. Open the cap, tilt the brush downward, gently squeeze the bottle, and apply where needed.\u003c\/p\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/4237\/6618\/files\/3_fcdfbfb3-a409-4158-88e0-0738832c38ef.jpg?v=1787554816\" alt=\"\" loading=\"lazy\" decoding=\"async\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bmp-feature\"\u003e\n      \u003ch3\u003eWide Application Range\u003c\/h3\u003e\n      \u003cp\u003eSuitable for many compatible metal surfaces such as radiators, doors, conduits, stair railings, and other home DIY projects.\u003c\/p\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/4237\/6618\/files\/3_8296f9f9-4122-4a53-8b9f-e0a3175f2d58.jpg?v=1787563468\" alt=\"\" loading=\"lazy\" decoding=\"async\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bmp-feature\"\u003e\n      \u003ch3\u003eEasy To Use \u0026amp; Reapply\u003c\/h3\u003e\n      \u003cp\u003eFor best results, clean and smooth the surface with sandpaper. Ensure no rust, debris, or dust remains. One layer may not fully cover the stain—allow to dry and apply additional coats if needed.\u003c\/p\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/4237\/6618\/files\/4_0207fc77-2c4a-46d8-a1db-bdffeba30991.jpg?v=1787563468\" alt=\"\" loading=\"lazy\" decoding=\"async\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Section 10: SPEC 规格表 --\u003e\n  \u003csection class=\"bmp-sec\"\u003e\n    \u003cdiv style=\"text-align: center;\"\u003e\n      \u003cspan class=\"bmp-kicker\"\u003eSPEC\u003c\/span\u003e\n      \u003ch2 class=\"bmp-title\"\u003eProduct Details\u003c\/h2\u003e\n      \u003cp class=\"bmp-subtitle\"\u003eDetailed specs for a confident purchase.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bmp-info-box\"\u003e\n      \u003cdiv class=\"bmp-spec-row\"\u003e\n        \u003cspan\u003eProduct Name\u003c\/span\u003e \u003cstrong\u003eWater-Based Metallic Paint\u003c\/strong\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bmp-spec-row\"\u003e\n        \u003cspan\u003eFormula\u003c\/span\u003e \u003cstrong\u003eWater-Based Eco Coating\u003c\/strong\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bmp-spec-row\"\u003e\n        \u003cspan\u003eShelf Life\u003c\/span\u003e \u003cstrong\u003e12 Months\u003c\/strong\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bmp-spec-row\"\u003e\n        \u003cspan\u003eAvailable Colors (6 Colors)\u003c\/span\u003e \u003cstrong\u003eBlack \/ Red \/ Blue \/ Green \/ Neutral Grey \/ White\u003c\/strong\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bmp-spec-row\"\u003e\n        \u003cspan\u003eSize\u003c\/span\u003e \u003cstrong\u003e4.8 cm × 17 cm\u003c\/strong\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bmp-spec-row\"\u003e\n        \u003cspan\u003eNet Content\u003c\/span\u003e \u003cstrong\u003e180g + Brush\u003c\/strong\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bmp-spec-row\"\u003e\n        \u003cspan\u003ePackage Includes\u003c\/span\u003e \u003cstrong\u003e1 × Water-Based Metallic Paint with Built-In Brush\u003c\/strong\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv style=\"margin-top: 12px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/4237\/6618\/files\/5w.jpg?v=1787563467\" alt=\"\" loading=\"lazy\" decoding=\"async\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Section 11: Risk-Free Purchase, Peace of Mind --\u003e\n  \u003csection class=\"bmp-guarantee-sec\"\u003e\n    \u003ch2 class=\"bmp-title\" style=\"color: #ffffff; margin-bottom: 14px;\"\u003eRisk-Free Purchase, Peace of Mind\u003c\/h2\u003e\n    \u003cdiv class=\"bmp-guarantee-card\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0657\/9303\/2497\/files\/3489366b-image-52.png\" alt=\"30-Day Money-Back Guarantee\" class=\"bmp-guarantee-icon\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003ch3 style=\"font-size: 14.5px; font-weight: 800; margin: 0 0 4px; color: #111827;\"\u003e30-Day Money-Back Guarantee\u003c\/h3\u003e\n      \u003cp style=\"font-size: 12px; color: #666666; margin: 0;\"\u003eShould we not meet your expectations, we offer a full refund within 30 days.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bmp-guarantee-card\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0657\/9303\/2497\/files\/3489366b-image-53.png\" alt=\"24\/7 Quality Customer Service\" class=\"bmp-guarantee-icon\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003ch3 style=\"font-size: 14.5px; font-weight: 800; margin: 0 0 4px; color: #111827;\"\u003e24\/7 Quality Customer Service\u003c\/h3\u003e\n      \u003cp style=\"font-size: 12px; color: #666666; margin: 0;\"\u003eOur quality customer service team is here to help you 24 hours a day.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bmp-guarantee-card\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0657\/9303\/2497\/files\/3489366b-image-54.png\" alt=\"Powered by Real Users\" class=\"bmp-guarantee-icon\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003ch3 style=\"font-size: 14.5px; font-weight: 800; margin: 0 0 4px; color: #111827;\"\u003ePowered by Real Users\u003c\/h3\u003e\n      \u003cp style=\"font-size: 12px; color: #666666; margin: 0;\"\u003eReal-user experience drives our development and testing to create the ultimate solution.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Section 12: FAQ 常见问题 --\u003e\n  \u003csection class=\"bmp-sec\"\u003e\n    \u003ch2 class=\"bmp-title\"\u003eStill Have A Question?\u003c\/h2\u003e\n    \u003cp class=\"bmp-subtitle\"\u003eView our FAQ\u003c\/p\u003e\n    \u003cdiv class=\"bmp-faq-box\"\u003e\n      \u003ch4\u003eDo I need extra brushes?\u003c\/h4\u003e\n      \u003cp\u003eNo. The built-in brush allows direct application without additional tools.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bmp-faq-box\"\u003e\n      \u003ch4\u003eCan it cover rust and scratches?\u003c\/h4\u003e\n      \u003cp\u003eYes. The high-coverage formula helps refresh rusty, scratched, and faded metal surfaces.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bmp-faq-box\"\u003e\n      \u003ch4\u003eIs it suitable for outdoor use?\u003c\/h4\u003e\n      \u003cp\u003eYes. It helps create a protective layer against moisture and daily outdoor exposure.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bmp-faq-box\"\u003e\n      \u003ch4\u003eIs it difficult for beginners?\u003c\/h4\u003e\n      \u003cp\u003eNot at all. Simply prepare the surface, brush on the paint, and let it dry.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Section 13: Notes 注意事项区 --\u003e\n  \u003csection class=\"bmp-sec\"\u003e\n    \u003cdiv style=\"text-align: center;\"\u003e\n      \u003cspan class=\"bmp-kicker\"\u003eNotes\u003c\/span\u003e\n      \u003ch2 class=\"bmp-title\"\u003eFor Best Results\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bmp-info-box\"\u003e\n      \u003cul class=\"bmp-list\"\u003e\n        \u003cli\u003eEnsure the target metal surface is clean, dry, and free of grease before application.\u003c\/li\u003e\n        \u003cli\u003eRemove loose rust, dust, oil, and peeling debris with sandpaper before painting.\u003c\/li\u003e\n        \u003cli\u003eApply multiple thin coats instead of one heavy coat when more coverage is needed.\u003c\/li\u003e\n        \u003cli\u003eTest on a small, inconspicuous area first to confirm compatibility and color finish.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bmp-note\"\u003eColor may appear slightly different in person due to lighting conditions, screen settings, and the underlying surface color.\u003c\/div\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"betifull1","offers":[{"title":"Black","offer_id":49078299951274,"sku":"KY-YQHE","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Red","offer_id":49078299984042,"sku":"KY-YQHO","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Blue","offer_id":49078300016810,"sku":"KY-YQLA","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Green","offer_id":49078300049578,"sku":"KY-YQL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Neutral grey","offer_id":49078300082346,"sku":"KY-YQH","price":29.99,"currency_code":"USD","in_stock":true},{"title":"White","offer_id":49078300115114,"sku":"KY-YQBA","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Gold","offer_id":49078415065258,"sku":"KY-YQJ","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Silver","offer_id":49078415098026,"sku":"KY-YQY","price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0707\/4237\/6618\/files\/8_a15c8902-c79c-4ee6-838c-62d47a9c02a4.jpg?v=1787554816","url":"https:\/\/vivianwallarts.com\/products\/fxyq","provider":"Vivia","version":"1.0","type":"link"}