{"product_id":"paint2","title":"Rust Converter Metallic Paint🛒","description":"\u003cstyle\u003e\n  .rcp-detail-page,\n  .rcp-detail-page * {\n    box-sizing: border-box;\n  }\n\n  .rcp-detail-page {\n    --rcp-burgundy: #8f1731;\n    --rcp-burgundy-dark: #641022;\n    --rcp-black: #171717;\n    --rcp-text: #272727;\n    --rcp-muted: #626262;\n    --rcp-light: #f7f5f3;\n    --rcp-border: #e5e1dd;\n    --rcp-gold: #c79a42;\n\n    width: 100%;\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 0;\n    color: var(--rcp-text);\n    background: #ffffff;\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 20px;\n    line-height: 1.65;\n  }\n\n  .rcp-detail-page h1,\n  .rcp-detail-page h2,\n  .rcp-detail-page h3,\n  .rcp-detail-page p {\n    margin-top: 0;\n  }\n\n  .rcp-detail-page h1,\n  .rcp-detail-page h2,\n  .rcp-detail-page h3 {\n    color: var(--rcp-black);\n    font-weight: 800;\n    line-height: 1.15;\n    letter-spacing: -0.025em;\n  }\n\n  .rcp-detail-page h1 {\n    margin-bottom: 20px;\n    font-size: 48px;\n  }\n\n  .rcp-detail-page h2 {\n    margin-bottom: 18px;\n    font-size: 36px;\n  }\n\n  .rcp-detail-page h3 {\n    margin-bottom: 10px;\n    font-size: 25px;\n  }\n\n  .rcp-detail-page p {\n    margin-bottom: 18px;\n  }\n\n  .rcp-detail-page img {\n    display: block;\n    width: 100%;\n    max-width: 100%;\n    height: auto;\n    margin: 0;\n    border: 0;\n  }\n\n  .rcp-section {\n    padding: 58px 34px;\n  }\n\n  .rcp-section + .rcp-section {\n    border-top: 1px solid var(--rcp-border);\n  }\n\n  .rcp-section--light {\n    background: var(--rcp-light);\n  }\n\n  .rcp-section--dark {\n    color: #ffffff;\n    background:\n      radial-gradient(circle at top right, rgba(143, 23, 49, 0.48), transparent 42%),\n      linear-gradient(145deg, #171717, #262626);\n  }\n\n  .rcp-section--dark h1,\n  .rcp-section--dark h2,\n  .rcp-section--dark h3 {\n    color: #ffffff;\n  }\n\n  .rcp-section--burgundy {\n    color: #ffffff;\n    background: linear-gradient(145deg, var(--rcp-burgundy-dark), var(--rcp-burgundy));\n  }\n\n  .rcp-section--burgundy h2,\n  .rcp-section--burgundy h3 {\n    color: #ffffff;\n  }\n\n  .rcp-kicker {\n    display: inline-block;\n    margin-bottom: 14px;\n    color: var(--rcp-burgundy);\n    font-size: 17px;\n    font-weight: 800;\n    line-height: 1.3;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n  }\n\n  .rcp-section--dark .rcp-kicker,\n  .rcp-section--burgundy .rcp-kicker {\n    color: #f5d791;\n  }\n\n  .rcp-lead {\n    max-width: 760px;\n    margin-bottom: 26px;\n    color: var(--rcp-muted);\n    font-size: 23px;\n    line-height: 1.55;\n  }\n\n  .rcp-section--dark .rcp-lead,\n  .rcp-section--burgundy .rcp-lead {\n    color: rgba(255, 255, 255, 0.88);\n  }\n\n  .rcp-image {\n    overflow: hidden;\n    margin-top: 30px;\n    border-radius: 20px;\n    background: #eeeeee;\n    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);\n  }\n\n  .rcp-image img {\n    border-radius: 20px;\n  }\n\n  .rcp-benefits {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n    margin: 28px 0 0;\n  }\n\n  .rcp-benefit {\n    position: relative;\n    padding: 17px 18px 17px 54px;\n    border: 1px solid var(--rcp-border);\n    border-radius: 12px;\n    background: #ffffff;\n    color: var(--rcp-text);\n    font-size: 20px;\n    font-weight: 700;\n    line-height: 1.35;\n  }\n\n  .rcp-benefit::before {\n    position: absolute;\n    top: 16px;\n    left: 17px;\n    display: flex;\n    width: 26px;\n    height: 26px;\n    align-items: center;\n    justify-content: center;\n    border-radius: 50%;\n    color: #ffffff;\n    background: var(--rcp-burgundy);\n    content: \"✓\";\n    font-size: 16px;\n    font-weight: 900;\n  }\n\n  .rcp-section--dark .rcp-benefit {\n    border-color: rgba(255, 255, 255, 0.16);\n    color: #ffffff;\n    background: rgba(255, 255, 255, 0.08);\n  }\n\n  .rcp-note {\n    margin-top: 24px;\n    padding: 18px 20px;\n    border-left: 5px solid var(--rcp-burgundy);\n    border-radius: 4px 12px 12px 4px;\n    background: #fff7f8;\n    font-size: 18px;\n    line-height: 1.55;\n  }\n\n  .rcp-step-list {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 16px;\n    margin-top: 28px;\n  }\n\n  .rcp-step {\n    padding: 23px 22px;\n    border: 1px solid var(--rcp-border);\n    border-radius: 16px;\n    background: #ffffff;\n    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.05);\n  }\n\n  .rcp-step-number {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    margin-bottom: 15px;\n    align-items: center;\n    justify-content: center;\n    border-radius: 50%;\n    color: #ffffff;\n    background: var(--rcp-burgundy);\n    font-size: 21px;\n    font-weight: 900;\n  }\n\n  .rcp-project-list {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 11px;\n    margin-top: 26px;\n  }\n\n  .rcp-project-item {\n    padding: 15px 18px;\n    border-radius: 10px;\n    background: #f4f2ef;\n    font-size: 19px;\n    font-weight: 700;\n  }\n\n  .rcp-project-item strong {\n    color: var(--rcp-burgundy);\n  }\n\n  .rcp-warning {\n    margin-top: 24px;\n    padding: 20px;\n    border: 1px solid #ead7a4;\n    border-radius: 14px;\n    background: #fffaf0;\n    color: #4c4024;\n    font-size: 18px;\n    line-height: 1.55;\n  }\n\n  .rcp-faq {\n    margin-top: 26px;\n  }\n\n  .rcp-faq details {\n    margin-bottom: 12px;\n    overflow: hidden;\n    border: 1px solid var(--rcp-border);\n    border-radius: 12px;\n    background: #ffffff;\n  }\n\n  .rcp-faq summary {\n    position: relative;\n    padding: 20px 54px 20px 20px;\n    cursor: pointer;\n    list-style: none;\n    color: var(--rcp-black);\n    font-size: 20px;\n    font-weight: 800;\n    line-height: 1.4;\n  }\n\n  .rcp-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .rcp-faq summary::after {\n    position: absolute;\n    top: 50%;\n    right: 20px;\n    color: var(--rcp-burgundy);\n    content: \"+\";\n    font-size: 28px;\n    font-weight: 700;\n    transform: translateY(-50%);\n  }\n\n  .rcp-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .rcp-faq-answer {\n    padding: 0 20px 20px;\n    color: var(--rcp-muted);\n    font-size: 18px;\n    line-height: 1.65;\n  }\n\n  .rcp-cta {\n    padding: 60px 34px;\n    text-align: center;\n    color: #ffffff;\n    background:\n      radial-gradient(circle at top left, rgba(255, 255, 255, 0.15), transparent 36%),\n      linear-gradient(145deg, #651022, #9b1836);\n  }\n\n  .rcp-cta h2 {\n    color: #ffffff;\n  }\n\n  .rcp-cta p {\n    max-width: 690px;\n    margin-right: auto;\n    margin-left: auto;\n    color: rgba(255, 255, 255, 0.9);\n    font-size: 21px;\n  }\n\n  .rcp-button {\n    display: inline-block;\n    width: 100%;\n    max-width: 430px;\n    margin-top: 12px;\n    padding: 19px 24px;\n    border: 2px solid #ffffff;\n    border-radius: 10px;\n    color: var(--rcp-burgundy-dark) !important;\n    background: #ffffff;\n    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.22);\n    font-size: 21px;\n    font-weight: 900;\n    line-height: 1.2;\n    text-align: center;\n    text-decoration: none !important;\n    text-transform: uppercase;\n  }\n\n  .rcp-button:hover {\n    color: #ffffff !important;\n    background: transparent;\n  }\n\n  .rcp-trust {\n    margin-top: 19px;\n    color: rgba(255, 255, 255, 0.86);\n    font-size: 17px;\n    font-weight: 700;\n  }\n\n  @media screen and (max-width: 749px) {\n    .rcp-detail-page {\n      font-size: 18px;\n      line-height: 1.62;\n    }\n\n    .rcp-section,\n    .rcp-cta {\n      padding: 40px 18px;\n    }\n\n    .rcp-detail-page h1 {\n      margin-bottom: 17px;\n      font-size: 34px;\n      line-height: 1.12;\n    }\n\n    .rcp-detail-page h2 {\n      margin-bottom: 15px;\n      font-size: 29px;\n      line-height: 1.16;\n    }\n\n    .rcp-detail-page h3 {\n      font-size: 22px;\n    }\n\n    .rcp-kicker {\n      margin-bottom: 11px;\n      font-size: 15px;\n    }\n\n    .rcp-lead {\n      margin-bottom: 22px;\n      font-size: 20px;\n      line-height: 1.55;\n    }\n\n    .rcp-image {\n      margin-top: 24px;\n      border-radius: 14px;\n      box-shadow: 0 9px 24px rgba(0, 0, 0, 0.11);\n    }\n\n    .rcp-image img {\n      border-radius: 14px;\n    }\n\n    .rcp-benefit {\n      padding: 15px 15px 15px 50px;\n      font-size: 18px;\n    }\n\n    .rcp-benefit::before {\n      top: 14px;\n      left: 15px;\n    }\n\n    .rcp-step {\n      padding: 20px 18px;\n    }\n\n    .rcp-faq summary {\n      padding: 18px 48px 18px 17px;\n      font-size: 18px;\n    }\n\n    .rcp-faq-answer {\n      padding: 0 17px 18px;\n      font-size: 17px;\n    }\n\n    .rcp-cta p {\n      font-size: 19px;\n    }\n\n    .rcp-button {\n      padding: 18px 18px;\n      font-size: 19px;\n    }\n  }\n\n  \/* 修复深色区域内白色步骤卡片的文字颜色 *\/\n  .rcp-section--dark .rcp-step {\n    color: var(--rcp-text);\n    background: #ffffff;\n  }\n\n  .rcp-section--dark .rcp-step h3 {\n    color: var(--rcp-black);\n  }\n\n  .rcp-section--dark .rcp-step p {\n    color: var(--rcp-muted);\n  }\n\n\u003c\/style\u003e\n\n\u003cdiv class=\"rcp-detail-page\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"rcp-section rcp-section--dark\"\u003e\n    \u003cspan class=\"rcp-kicker\"\u003eAll-In-One Metal Restoration\u003c\/span\u003e\n\n    \u003ch1\u003eDon’t Replace Rusted Metal—Restore It.\u003c\/h1\u003e\n\n    \u003cp class=\"rcp-lead\"\u003e\n      Refresh tired gates, railings, mailboxes, tools and outdoor furniture\n      with a water-based metallic coating designed to simplify everyday metal projects.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"rcp-benefits\"\u003e\n      \u003cdiv class=\"rcp-benefit\"\u003eHelps stabilize prepared surface rust\u003c\/div\u003e\n      \u003cdiv class=\"rcp-benefit\"\u003eRequires less heavy sanding and grinding\u003c\/div\u003e\n      \u003cdiv class=\"rcp-benefit\"\u003eNo separate primer needed for many projects\u003c\/div\u003e\n      \u003cdiv class=\"rcp-benefit\"\u003eSuitable for indoor and outdoor metal surfaces\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rcp-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0817\/3482\/8258\/files\/2_9c197a41-593f-46ca-8227-37d1803293e8.png?v=1785220191\" alt=\"Homeowner applying water-based metallic paint to an outdoor metal gate\" width=\"1122\" height=\"1402\" loading=\"eager\" decoding=\"async\" fetchpriority=\"high\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- BEFORE AND AFTER --\u003e\n  \u003csection class=\"rcp-section\"\u003e\n    \u003cspan class=\"rcp-kicker\"\u003eA Visible Transformation\u003c\/span\u003e\n\n    \u003ch2\u003eGive Old, Rusted Metal a Cleaner New Finish\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Rust can quickly make a beautiful gate or railing look neglected.\n      Once loose rust, dirt and flaking material are removed, the coating can be\n      brushed directly over the prepared metal to refresh its appearance.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      The finished metallic surface creates a more uniform, cared-for look without\n      requiring you to immediately replace the original metal item.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"rcp-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0817\/3482\/8258\/files\/3_b2fdb95a-c943-4e7c-9c27-1bc72cfaa302.png?v=1785220191\" alt=\"Before and after comparison of a rusted metal driveway gate\" width=\"1122\" height=\"1402\" loading=\"lazy\" decoding=\"async\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- LESS SANDING --\u003e\n  \u003csection class=\"rcp-section rcp-section--light\"\u003e\n    \u003cspan class=\"rcp-kicker\"\u003eLess Preparation\u003c\/span\u003e\n\n    \u003ch2\u003eSpend Less Time Grinding and More Time Restoring\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Traditional metal refinishing can involve hours of grinding, sanding,\n      priming and repainting. This brush-on formula is designed to reduce those\n      complicated preparation steps.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"rcp-benefits\"\u003e\n      \u003cdiv class=\"rcp-benefit\"\u003eRemove loose rust instead of grinding every inch\u003c\/div\u003e\n      \u003cdiv class=\"rcp-benefit\"\u003eReduce the number of separate products required\u003c\/div\u003e\n      \u003cdiv class=\"rcp-benefit\"\u003eComplete more home projects with fewer tools\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rcp-note\"\u003e\n      \u003cstrong\u003eImportant:\u003c\/strong\u003e Loose rust, peeling paint, grease and dirt should\n      still be removed before application. The surface should be clean, dry and stable.\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rcp-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0817\/3482\/8258\/files\/4_c0bab10f-6a64-4ebf-9a62-720ed608c6e2.png?v=1785220191\" alt=\"Comparison between difficult rust grinding and easier brush-on metal restoration\" width=\"1122\" height=\"1402\" loading=\"lazy\" decoding=\"async\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- HOW IT WORKS --\u003e\n  \u003csection class=\"rcp-section\"\u003e\n    \u003cspan class=\"rcp-kicker\"\u003eHow It Works\u003c\/span\u003e\n\n    \u003ch2\u003eConvert, Cover and Seal the Prepared Surface\u003c\/h2\u003e\n\n    \u003cp\u003e\n      This is more than ordinary decorative paint. The formula is designed to\n      work over properly prepared surface rust while creating a fresh metallic\n      coating over the metal.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"rcp-step-list\"\u003e\n      \u003cdiv class=\"rcp-step\"\u003e\n        \u003cdiv class=\"rcp-step-number\"\u003e1\u003c\/div\u003e\n        \u003ch3\u003ePrepare the Metal\u003c\/h3\u003e\n        \u003cp\u003e\n          Remove loose rust, flaking paint, dust, oil and surface contamination.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rcp-step\"\u003e\n        \u003cdiv class=\"rcp-step-number\"\u003e2\u003c\/div\u003e\n        \u003ch3\u003eBrush On an Even Coat\u003c\/h3\u003e\n        \u003cp\u003e\n          Stir thoroughly, then spread a thin and even layer across the prepared surface.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rcp-step\"\u003e\n        \u003cdiv class=\"rcp-step-number\"\u003e3\u003c\/div\u003e\n        \u003ch3\u003eAllow the Finish to Cure\u003c\/h3\u003e\n        \u003cp\u003e\n          Let the coating dry completely before heavy use or exposure to rain.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rcp-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0817\/3482\/8258\/files\/5_92e4d301-c3dc-4758-88ea-f7a2a3ef3db4.png?v=1785220191\" alt=\"Close-up stages showing rusted metal, brush application and finished metallic surface\" width=\"1122\" height=\"1402\" loading=\"lazy\" decoding=\"async\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SIMPLE APPLICATION --\u003e\n  \u003csection class=\"rcp-section rcp-section--burgundy\"\u003e\n    \u003cspan class=\"rcp-kicker\"\u003eSimple Brush-On Application\u003c\/span\u003e\n\n    \u003ch2\u003eThree Straightforward Steps for a Cleaner Finish\u003c\/h2\u003e\n\n    \u003cp class=\"rcp-lead\"\u003e\n      No complicated spray equipment is required. Prepare the surface,\n      apply the coating and give it enough time to cure.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"rcp-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0817\/3482\/8258\/files\/8_0290e7c8-21e5-4ea7-b50a-021e734f7ec4.png?v=1785220191\" alt=\"Three-stage process of cleaning, brushing and finishing a metal fence\" width=\"1122\" height=\"1402\" loading=\"lazy\" decoding=\"async\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- OUTDOOR DURABILITY --\u003e\n  \u003csection class=\"rcp-section\"\u003e\n    \u003cspan class=\"rcp-kicker\"\u003eOutdoor Metal Projects\u003c\/span\u003e\n\n    \u003ch2\u003eDesigned for Metal Exposed to Changing Weather\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Gates, railings and mailboxes are constantly exposed to sunlight,\n      moisture and temperature changes. Once fully cured, the coating creates\n      a protective exterior finish suitable for many everyday outdoor metal projects.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"rcp-benefits\"\u003e\n      \u003cdiv class=\"rcp-benefit\"\u003eSuitable for outdoor gates and railings\u003c\/div\u003e\n      \u003cdiv class=\"rcp-benefit\"\u003eCreates a more uniform protective surface\u003c\/div\u003e\n      \u003cdiv class=\"rcp-benefit\"\u003eHelps refresh metal through different seasons\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rcp-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0817\/3482\/8258\/files\/6_d1171ce3-b218-4bf7-a8e0-921e36e5f300.png?v=1785220191\" alt=\"Restored metal gate shown in sunshine, rain, snow and warm weather\" width=\"1122\" height=\"1402\" loading=\"lazy\" decoding=\"async\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rcp-warning\"\u003e\n      Allow the coating to fully cure before exposing the surface to rain,\n      snow, washing or heavy handling. Drying time may vary with temperature,\n      humidity and coating thickness.\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- DIY FRIENDLY --\u003e\n  \u003csection class=\"rcp-section rcp-section--light\"\u003e\n    \u003cspan class=\"rcp-kicker\"\u003eHome Project Friendly\u003c\/span\u003e\n\n    \u003ch2\u003eA More Comfortable Way to Refresh Metal at Home\u003c\/h2\u003e\n\n    \u003cp\u003e\n      The water-based brush-on formula is ideal for homeowners who want to\n      complete smaller restoration projects without complicated professional equipment.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"rcp-benefits\"\u003e\n      \u003cdiv class=\"rcp-benefit\"\u003eEasy to apply with a standard paintbrush\u003c\/div\u003e\n      \u003cdiv class=\"rcp-benefit\"\u003eLower odor than many traditional solvent coatings\u003c\/div\u003e\n      \u003cdiv class=\"rcp-benefit\"\u003eSuitable for convenient weekend DIY projects\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rcp-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0817\/3482\/8258\/files\/7_4f5e2466-4119-4e49-b451-8e04dcd63fc7.png?v=1785220191\" alt=\"Woman applying water-based metallic paint to an outdoor metal plant stand\" width=\"1122\" height=\"1402\" loading=\"lazy\" decoding=\"async\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rcp-note\"\u003e\n      Wear protective gloves and use the product in a well-ventilated area.\n      Follow the instructions supplied with the product.\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- MULTIPLE USES --\u003e\n  \u003csection class=\"rcp-section\"\u003e\n    \u003cspan class=\"rcp-kicker\"\u003eOne Formula, Many Projects\u003c\/span\u003e\n\n    \u003ch2\u003eRefresh Metal Throughout Your Home, Garage and Yard\u003c\/h2\u003e\n\n    \u003cp\u003e\n      From small touch-ups to larger outdoor projects, the coating can be used\n      on many suitable iron and steel surfaces.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"rcp-project-list\"\u003e\n      \u003cdiv class=\"rcp-project-item\"\u003e\n\u003cstrong\u003eGates:\u003c\/strong\u003e driveway and garden gates\u003c\/div\u003e\n      \u003cdiv class=\"rcp-project-item\"\u003e\n\u003cstrong\u003eRailings:\u003c\/strong\u003e porches, stairs and balconies\u003c\/div\u003e\n      \u003cdiv class=\"rcp-project-item\"\u003e\n\u003cstrong\u003eMailboxes:\u003c\/strong\u003e boxes, posts and brackets\u003c\/div\u003e\n      \u003cdiv class=\"rcp-project-item\"\u003e\n\u003cstrong\u003eFurniture:\u003c\/strong\u003e patio tables, chairs and plant stands\u003c\/div\u003e\n      \u003cdiv class=\"rcp-project-item\"\u003e\n\u003cstrong\u003eTools:\u003c\/strong\u003e toolboxes and suitable hand tools\u003c\/div\u003e\n      \u003cdiv class=\"rcp-project-item\"\u003e\n\u003cstrong\u003eTrailers:\u003c\/strong\u003e frames and non-moving exterior parts\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rcp-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0817\/3482\/8258\/files\/1_fb425d1b-2b34-4330-b545-ba9dff0164cf.png?v=1785220191\" alt=\"Examples of restored metal gates, railings, mailboxes, furniture, toolboxes and trailers\" width=\"1122\" height=\"1402\" loading=\"lazy\" decoding=\"async\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rcp-warning\"\u003e\n      Do not apply to cooking grates, food-contact surfaces, burners,\n      direct-flame areas or surfaces exposed to extreme heat unless specifically\n      approved by the manufacturer.\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- PREPARATION TIPS --\u003e\n  \u003csection class=\"rcp-section rcp-section--dark\"\u003e\n    \u003cspan class=\"rcp-kicker\"\u003eFor Better Results\u003c\/span\u003e\n\n    \u003ch2\u003eGood Preparation Creates a Better Finish\u003c\/h2\u003e\n\n    \u003cdiv class=\"rcp-step-list\"\u003e\n      \u003cdiv class=\"rcp-step\"\u003e\n        \u003ch3\u003eRemove Unstable Material\u003c\/h3\u003e\n        \u003cp\u003e\n          Use a wire brush to remove loose rust, flakes and peeling paint.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rcp-step\"\u003e\n        \u003ch3\u003eClean the Surface\u003c\/h3\u003e\n        \u003cp\u003e\n          Remove dust, dirt, grease and oil that could reduce adhesion.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rcp-step\"\u003e\n        \u003ch3\u003eApply Thin, Even Layers\u003c\/h3\u003e\n        \u003cp\u003e\n          Avoid thick pooling, heavy dripping and uneven brush buildup.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rcp-step\"\u003e\n        \u003ch3\u003eAllow Enough Curing Time\u003c\/h3\u003e\n        \u003cp\u003e\n          Do not expose the fresh coating to rain or heavy handling too soon.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"rcp-section rcp-section--light\"\u003e\n    \u003cspan class=\"rcp-kicker\"\u003eFrequently Asked Questions\u003c\/span\u003e\n\n    \u003ch2\u003eEverything You Need to Know Before Starting\u003c\/h2\u003e\n\n    \u003cdiv class=\"rcp-faq\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eDo I need to remove all the rust first?\u003c\/summary\u003e\n        \u003cdiv class=\"rcp-faq-answer\"\u003e\n          You do not need to grind the entire surface back to completely bare metal.\n          However, loose and flaky rust, peeling paint, dust, grease and unstable\n          material must be removed before application.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDo I need to apply a separate primer?\u003c\/summary\u003e\n        \u003cdiv class=\"rcp-faq-answer\"\u003e\n          The formula is designed to reduce the need for a separate primer on many\n          suitable metal projects. Always follow the instructions supplied with the product.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan it be used outdoors?\u003c\/summary\u003e\n        \u003cdiv class=\"rcp-faq-answer\"\u003e\n          Yes. It is suitable for many indoor and outdoor metal surfaces.\n          Allow the coating to cure completely before exposure to rain or heavy use.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan I apply it over existing paint?\u003c\/summary\u003e\n        \u003cdiv class=\"rcp-faq-answer\"\u003e\n          Existing paint should be firmly attached, clean and dry. Remove all loose,\n          peeling or bubbling paint and test a small hidden area before completing the project.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan it be used on a barbecue grill?\u003c\/summary\u003e\n        \u003cdiv class=\"rcp-faq-answer\"\u003e\n          Only use it on suitable exterior, non-food-contact and non-direct-flame areas.\n          Do not use it on burners, cooking grates or surfaces exposed to extreme heat\n          unless the manufacturer specifically approves that use.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow should leftover paint be stored?\u003c\/summary\u003e\n        \u003cdiv class=\"rcp-faq-answer\"\u003e\n          Seal the lid tightly and store the container upright in a cool, dry place\n          away from children, direct sunlight and freezing temperatures.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FINAL CTA --\u003e\n  \u003csection class=\"rcp-cta\"\u003e\n    \u003ch2\u003eGive Your Old Metal a Second Life\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Restore the look of gates, railings, mailboxes, tools and outdoor furniture\n      without turning a simple project into an entire weekend of heavy grinding.\n    \u003c\/p\u003e\n\n    \u003ca class=\"rcp-button\" href=\"#\" onclick=\"window.scrollTo({top:0,behavior:'smooth'});return false;\" aria-label=\"Return to the product options\"\u003e\n      Choose Your Size \u0026amp; Color\n    \u003c\/a\u003e\n\n    \u003cdiv class=\"rcp-trust\"\u003e\n      Brush-On Application  •  Multiple Project Sizes  •  Secure Checkout\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"WZQ888","offers":[{"title":"Black \/ 10.6 oz\/300g","offer_id":48098844934370,"sku":"SZ04322607281612-黑色;300g金属改色漆+刷子手套","price":37.38,"currency_code":"USD","in_stock":true},{"title":"Black \/ 17.6 oz\/500g","offer_id":48099029123298,"sku":"SZ04322607281612-黑色;500g金属改色漆+刷子手套","price":49.88,"currency_code":"USD","in_stock":true},{"title":"Black \/ 35.3 oz\/1000g","offer_id":48099029156066,"sku":"SZ04322607281612-黑色;1kg金属改色漆+刷子手套","price":74.88,"currency_code":"USD","in_stock":true},{"title":"White \/ 10.6 oz\/300g","offer_id":48098844901602,"sku":"SZ04322607281612-白色;300g金属改色漆+刷子手套","price":37.38,"currency_code":"USD","in_stock":true},{"title":"White \/ 17.6 oz\/500g","offer_id":48099029188834,"sku":"SZ04322607281612-白色;500g金属改色漆+刷子手套","price":49.88,"currency_code":"USD","in_stock":true},{"title":"White \/ 35.3 oz\/1000g","offer_id":48099029221602,"sku":"SZ04322607281612-白色;1kg金属改色漆+刷子手套","price":74.88,"currency_code":"USD","in_stock":true},{"title":"Red \/ 10.6 oz\/300g","offer_id":48098844967138,"sku":"SZ04322607281612-红色;300g金属改色漆+刷子手套","price":37.38,"currency_code":"USD","in_stock":true},{"title":"Red \/ 17.6 oz\/500g","offer_id":48099029254370,"sku":"SZ04322607281612-红色;500g金属改色漆+刷子手套","price":49.88,"currency_code":"USD","in_stock":true},{"title":"Red \/ 35.3 oz\/1000g","offer_id":48099029287138,"sku":"SZ04322607281612-红色;1kg金属改色漆+刷子手套","price":74.88,"currency_code":"USD","in_stock":true},{"title":"Green \/ 10.6 oz\/300g","offer_id":48098844999906,"sku":"SZ04322607281612-绿色;300g金属改色漆+刷子手套","price":37.38,"currency_code":"USD","in_stock":true},{"title":"Green \/ 17.6 oz\/500g","offer_id":48099029319906,"sku":"SZ04322607281612-绿色;500g金属改色漆+刷子手套","price":49.88,"currency_code":"USD","in_stock":true},{"title":"Green \/ 35.3 oz\/1000g","offer_id":48099029352674,"sku":"SZ04322607281612-绿色;1kg金属改色漆+刷子手套","price":74.88,"currency_code":"USD","in_stock":true},{"title":"Gray \/ 10.6 oz\/300g","offer_id":48098845032674,"sku":"SZ04322607281612-灰色;300g金属改色漆+刷子手套","price":37.38,"currency_code":"USD","in_stock":true},{"title":"Gray \/ 17.6 oz\/500g","offer_id":48099029385442,"sku":"SZ04322607281612-灰色;500g金属改色漆+刷子手套","price":49.88,"currency_code":"USD","in_stock":true},{"title":"Gray \/ 35.3 oz\/1000g","offer_id":48099029418210,"sku":"SZ04322607281612-灰色;1kg金属改色漆+刷子手套","price":74.88,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 10.6 oz\/300g","offer_id":48098845065442,"sku":"SZ04322607281612-蓝色;300g金属改色漆+刷子手套","price":37.38,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 17.6 oz\/500g","offer_id":48099029450978,"sku":"SZ04322607281612-蓝色;500g金属改色漆+刷子手套","price":49.88,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 35.3 oz\/1000g","offer_id":48099029483746,"sku":"SZ04322607281612-蓝色;1kg金属改色漆+刷子手套","price":74.88,"currency_code":"USD","in_stock":true},{"title":"Silver \/ 10.6 oz\/300g","offer_id":48098845098210,"sku":"SZ04322607281612-银色;300g金属改色漆+刷子手套","price":37.38,"currency_code":"USD","in_stock":true},{"title":"Silver \/ 17.6 oz\/500g","offer_id":48099029516514,"sku":"SZ04322607281612-银色;500g金属改色漆+刷子手套","price":49.88,"currency_code":"USD","in_stock":true},{"title":"Silver \/ 35.3 oz\/1000g","offer_id":48099029549282,"sku":"SZ04322607281612-银色;1kg金属改色漆+刷子手套","price":74.88,"currency_code":"USD","in_stock":true},{"title":"Gold \/ 10.6 oz\/300g","offer_id":48098845130978,"sku":"SZ04322607281612-金漆;300g金属改色漆+刷子手套","price":37.38,"currency_code":"USD","in_stock":true},{"title":"Gold \/ 17.6 oz\/500g","offer_id":48099029582050,"sku":"SZ04322607281612-金漆;500g金属改色漆+刷子手套","price":49.88,"currency_code":"USD","in_stock":true},{"title":"Gold \/ 35.3 oz\/1000g","offer_id":48099029614818,"sku":"SZ04322607281612-金漆;1kg金属改色漆+刷子手套","price":74.88,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0817\/3482\/8258\/files\/ChatGPT_Image_2026_7_27_23_34_10_1.png?v=1785220728","url":"https:\/\/oaoman.com\/products\/paint2","provider":"oaoman","version":"1.0","type":"link"}