{"product_id":"car-metal-rust-repair-paste","title":"Car Metal Rust Repair Paste","description":"\u003cstyle\u003e\n  .fsj-rustcare {\n    --rc-black:#101113;\n    --rc-charcoal:#1c1f22;\n    --rc-red:#d92b2b;\n    --rc-red-dark:#a91e1e;\n    --rc-silver:#edf0f2;\n    --rc-soft:#f6f7f8;\n    --rc-warm:#faf8f6;\n    --rc-white:#ffffff;\n    --rc-text:#2b3035;\n    --rc-muted:#70777d;\n    --rc-line:#e1e5e8;\n\n    max-width:960px;\n    margin:0 auto;\n    overflow:hidden;\n    background:#ffffff;\n    color:var(--rc-text);\n\n    font-family:\n      -apple-system,\n      BlinkMacSystemFont,\n      \"Segoe UI\",\n      Roboto,\n      \"Helvetica Neue\",\n      Arial,\n      sans-serif;\n\n    line-height:1.7;\n    letter-spacing:.04px;\n    -webkit-font-smoothing:antialiased;\n  }\n\n  .fsj-rustcare * {\n    box-sizing:border-box;\n  }\n\n  .fsj-rustcare img {\n    display:block;\n    width:100%;\n    height:auto;\n    margin:0;\n    border:0;\n  }\n\n  \/* =========================\n     HERO\n  ========================= *\/\n\n  .rc-hero {\n    padding:54px 30px 47px;\n    text-align:center;\n    background:\n      radial-gradient(\n        circle at 84% 8%,\n        rgba(217,43,43,.23),\n        transparent 34%\n      ),\n      linear-gradient(\n        145deg,\n        #0c0d0f 0%,\n        #24272b 100%\n      );\n  }\n\n  .rc-eyebrow {\n    margin:0 0 10px;\n    color:#ef5656;\n    font-size:11px;\n    line-height:1.4;\n    font-weight:700;\n    letter-spacing:2.5px;\n    text-transform:uppercase;\n  }\n\n  .rc-title {\n    max-width:840px;\n    margin:0 auto 16px;\n    color:#ffffff;\n    font-size:clamp(36px,6vw,58px);\n    line-height:1.04;\n    font-weight:780;\n    letter-spacing:-1.4px;\n  }\n\n  .rc-title span {\n    color:#ee3a3a;\n  }\n\n  .rc-lead {\n    max-width:710px;\n    margin:0 auto;\n    color:rgba(255,255,255,.70);\n    font-size:16px;\n    line-height:1.8;\n  }\n\n  \/* =========================\n     BENEFITS\n  ========================= *\/\n\n  .rc-benefits {\n    display:grid;\n    grid-template-columns:repeat(4,1fr);\n    background:var(--rc-black);\n  }\n\n  .rc-benefit {\n    position:relative;\n    padding:22px 7px;\n    text-align:center;\n  }\n\n  .rc-benefit:not(:last-child):after {\n    content:\"\";\n    position:absolute;\n    top:25%;\n    right:0;\n    width:1px;\n    height:50%;\n    background:rgba(255,255,255,.13);\n  }\n\n  .rc-benefit strong {\n    display:block;\n    margin-bottom:4px;\n    color:#ffffff;\n    font-size:13px;\n    line-height:1.4;\n    font-weight:700;\n  }\n\n  .rc-benefit span {\n    display:block;\n    color:rgba(255,255,255,.55);\n    font-size:10px;\n    line-height:1.45;\n  }\n\n  \/* =========================\n     GENERAL SECTIONS\n  ========================= *\/\n\n  .rc-section {\n    padding:43px 30px;\n    background:#ffffff;\n  }\n\n  .rc-section.center {\n    text-align:center;\n  }\n\n  .rc-section.soft {\n    background:var(--rc-soft);\n  }\n\n  .rc-section.silver {\n    background:var(--rc-silver);\n  }\n\n  .rc-section.warm {\n    background:var(--rc-warm);\n  }\n\n  .rc-section.dark {\n    background:\n      radial-gradient(\n        circle at 16% 0%,\n        rgba(217,43,43,.18),\n        transparent 35%\n      ),\n      linear-gradient(\n        145deg,\n        #0e1012,\n        #26292d\n      );\n  }\n\n  .rc-label {\n    margin:0 0 8px;\n    color:var(--rc-red);\n    font-size:10px;\n    font-weight:700;\n    letter-spacing:2.2px;\n    text-transform:uppercase;\n  }\n\n  .rc-section.dark .rc-label {\n    color:#ef5b5b;\n  }\n\n  .rc-rule {\n    width:44px;\n    height:3px;\n    margin:0 auto 18px;\n    border-radius:10px;\n    background:var(--rc-red);\n  }\n\n  .rc-section h2 {\n    max-width:790px;\n    margin:0 auto 14px;\n    color:var(--rc-black);\n    font-size:clamp(28px,4.3vw,41px);\n    line-height:1.16;\n    font-weight:740;\n    letter-spacing:-.8px;\n  }\n\n  .rc-section h2 span {\n    color:var(--rc-red);\n  }\n\n  .rc-section p {\n    max-width:710px;\n    margin:0 auto;\n    color:var(--rc-muted);\n    font-size:15px;\n    line-height:1.8;\n  }\n\n  .rc-section.dark h2 {\n    color:#ffffff;\n  }\n\n  .rc-section.dark h2 span {\n    color:#ef4949;\n  }\n\n  .rc-section.dark p {\n    color:rgba(255,255,255,.67);\n  }\n\n  \/* =========================\n     FEATURE GRID\n  ========================= *\/\n\n  .rc-grid {\n    display:grid;\n    grid-template-columns:repeat(4,1fr);\n    gap:11px;\n    max-width:860px;\n    margin:29px auto 0;\n  }\n\n  .rc-card {\n    padding:21px 11px;\n    background:#ffffff;\n    border:1px solid var(--rc-line);\n    border-radius:12px;\n    text-align:center;\n  }\n\n  .rc-card strong {\n    display:block;\n    margin-bottom:5px;\n    color:var(--rc-black);\n    font-size:13px;\n    font-weight:700;\n  }\n\n  .rc-card span {\n    display:block;\n    color:var(--rc-muted);\n    font-size:10.5px;\n    line-height:1.55;\n  }\n\n  \/* =========================\n     STEPS\n  ========================= *\/\n\n  .rc-steps {\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:12px;\n    max-width:820px;\n    margin:29px auto 0;\n  }\n\n  .rc-step {\n    padding:23px 13px;\n    background:#ffffff;\n    border:1px solid var(--rc-line);\n    border-radius:12px;\n    text-align:center;\n  }\n\n  .rc-step-num {\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    width:40px;\n    height:40px;\n    margin:0 auto 11px;\n    border-radius:50%;\n    background:var(--rc-red);\n    color:#ffffff;\n    font-size:13px;\n    font-weight:700;\n  }\n\n  .rc-step strong {\n    display:block;\n    margin-bottom:4px;\n    color:var(--rc-black);\n    font-size:14px;\n  }\n\n  .rc-step span {\n    display:block;\n    color:var(--rc-muted);\n    font-size:11px;\n    line-height:1.5;\n  }\n\n  \/* =========================\n     USE CASES\n  ========================= *\/\n\n  .rc-uses {\n    display:grid;\n    grid-template-columns:repeat(4,1fr);\n    max-width:850px;\n    margin:29px auto 0;\n    overflow:hidden;\n    border:1px solid var(--rc-line);\n    border-radius:12px;\n  }\n\n  .rc-use {\n    padding:21px 8px;\n    background:#ffffff;\n    border-right:1px solid var(--rc-line);\n    text-align:center;\n  }\n\n  .rc-use:last-child {\n    border-right:none;\n  }\n\n  .rc-use strong {\n    display:block;\n    margin-bottom:4px;\n    color:var(--rc-black);\n    font-size:13px;\n  }\n\n  .rc-use span {\n    display:block;\n    color:var(--rc-muted);\n    font-size:10px;\n    line-height:1.45;\n  }\n\n  \/* =========================\n     DARK GRID\n  ========================= *\/\n\n  .rc-dark-grid {\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:11px;\n    max-width:800px;\n    margin:29px auto 0;\n  }\n\n  .rc-dark-card {\n    padding:20px 11px;\n    border:1px solid rgba(239,73,73,.27);\n    border-radius:12px;\n    text-align:center;\n  }\n\n  .rc-dark-card strong {\n    display:block;\n    margin-bottom:5px;\n    color:#ffffff;\n    font-size:13px;\n  }\n\n  .rc-dark-card span {\n    display:block;\n    color:rgba(255,255,255,.58);\n    font-size:10.5px;\n    line-height:1.5;\n  }\n\n  \/* =========================\n     DETAILS\n  ========================= *\/\n\n  .rc-details {\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:11px;\n    max-width:820px;\n    margin:29px auto 0;\n  }\n\n  .rc-detail {\n    padding:22px 11px;\n    background:#ffffff;\n    border:1px solid var(--rc-line);\n    border-radius:12px;\n    text-align:center;\n  }\n\n  .rc-detail strong {\n    display:block;\n    margin-bottom:5px;\n    color:var(--rc-red-dark);\n    font-size:13px;\n  }\n\n  .rc-detail span {\n    display:block;\n    color:var(--rc-muted);\n    font-size:10.5px;\n    line-height:1.5;\n  }\n\n  \/* =========================\n     NOTE\n  ========================= *\/\n\n  .rc-note {\n    max-width:790px;\n    margin:28px auto 0;\n    padding:21px 22px;\n    background:#ffffff;\n    border-left:4px solid var(--rc-red);\n    border-radius:9px;\n    text-align:left;\n  }\n\n  .rc-note strong {\n    display:block;\n    margin-bottom:6px;\n    color:var(--rc-black);\n    font-size:14px;\n  }\n\n  .rc-note p {\n    max-width:none;\n    margin:0;\n    font-size:13px;\n    line-height:1.72;\n  }\n\n  \/* =========================\n     INFO STRIP\n  ========================= *\/\n\n  .rc-strip {\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    background:var(--rc-black);\n  }\n\n  .rc-strip-item {\n    position:relative;\n    padding:21px 7px;\n    text-align:center;\n  }\n\n  .rc-strip-item:not(:last-child):after {\n    content:\"\";\n    position:absolute;\n    right:0;\n    top:25%;\n    width:1px;\n    height:50%;\n    background:rgba(255,255,255,.13);\n  }\n\n  .rc-strip-item strong {\n    display:block;\n    margin-bottom:3px;\n    color:#ef4d4d;\n    font-size:13px;\n  }\n\n  .rc-strip-item span {\n    color:rgba(255,255,255,.54);\n    font-size:10px;\n  }\n\n  \/* =========================\n     FAQ\n  ========================= *\/\n\n  .rc-faq {\n    padding:18px 30px 42px;\n    background:#ffffff;\n  }\n\n  .rc-faq details {\n    border-top:1px solid var(--rc-line);\n  }\n\n  .rc-faq details:last-child {\n    border-bottom:1px solid var(--rc-line);\n  }\n\n  .rc-faq summary {\n    position:relative;\n    padding:19px 36px 19px 0;\n    color:var(--rc-black);\n    font-size:15px;\n    font-weight:700;\n    cursor:pointer;\n    list-style:none;\n  }\n\n  .rc-faq summary::-webkit-details-marker {\n    display:none;\n  }\n\n  .rc-faq summary:after {\n    content:\"+\";\n    position:absolute;\n    top:13px;\n    right:4px;\n    color:var(--rc-red);\n    font-size:25px;\n    line-height:1;\n  }\n\n  .rc-faq details[open] summary:after {\n    content:\"−\";\n  }\n\n  .rc-faq-content {\n    padding:0 0 20px;\n    color:var(--rc-muted);\n    font-size:14px;\n    line-height:1.72;\n  }\n\n  .rc-faq-content p {\n    margin:0;\n  }\n\n  \/* =========================\n     MOBILE\n  ========================= *\/\n\n  @media(max-width:640px) {\n\n    .rc-hero {\n      padding:38px 20px 34px;\n    }\n\n    .rc-title {\n      font-size:36px;\n      letter-spacing:-1px;\n    }\n\n    .rc-lead {\n      font-size:15px;\n    }\n\n    .rc-benefits {\n      grid-template-columns:repeat(2,1fr);\n    }\n\n    .rc-benefit:nth-child(2):after {\n      display:none;\n    }\n\n    .rc-benefit:nth-child(-n+2) {\n      border-bottom:1px solid rgba(255,255,255,.1);\n    }\n\n    .rc-section {\n      padding:33px 20px;\n    }\n\n    .rc-section h2 {\n      font-size:29px;\n    }\n\n    .rc-grid {\n      grid-template-columns:repeat(2,1fr);\n    }\n\n    .rc-steps,\n    .rc-dark-grid,\n    .rc-details {\n      grid-template-columns:1fr;\n    }\n\n    .rc-uses {\n      grid-template-columns:repeat(2,1fr);\n    }\n\n    .rc-use:nth-child(2) {\n      border-right:none;\n    }\n\n    .rc-use:nth-child(-n+2) {\n      border-bottom:1px solid var(--rc-line);\n    }\n\n    .rc-faq {\n      padding:12px 20px 34px;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"fsj-rustcare\"\u003e\n\n  \u003c!-- =========================\n       HERO\n  ========================== --\u003e\n\n  \u003csection class=\"rc-hero\"\u003e\n\n    \u003cp class=\"rc-eyebrow\"\u003e\n      AUTOMOTIVE RUST CARE\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"rc-title\"\u003e\n      Brush-On Care for\n      \u003cbr\u003e\n      \u003cspan\u003eRust-Affected Metal Panels\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"rc-lead\"\u003e\n      A brush-on automotive paste intended for routine touch-up work\n      on compatible metal body panels, helping cover visible rust-affected\n      areas and refresh the appearance of treated surfaces.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- HERO GIF --\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1006\/7057\/0868\/files\/0910_1_a1fede63-0bb0-4163-84d9-db94c3236620.gif?v=1789110597\" alt=\"Automotive anti-rust paste applied to a metal car panel\"\u003e\n\n\n  \u003c!-- IMAGE 1 --\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1006\/7057\/0868\/files\/1_0dbb2349-8d1e-4bb0-b013-1002650aa252.png?v=1789110618\" alt=\"Auto anti-rust paste with application brush\" loading=\"lazy\"\u003e\n\n\n  \u003c!-- =========================\n       QUICK BENEFITS\n  ========================== --\u003e\n\n  \u003cdiv class=\"rc-benefits\"\u003e\n\n    \u003cdiv class=\"rc-benefit\"\u003e\n      \u003cstrong\u003eBrush-On Application\u003c\/strong\u003e\n      \u003cspan\u003eApply directly to prepared areas\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rc-benefit\"\u003e\n      \u003cstrong\u003eMetal Panel Care\u003c\/strong\u003e\n      \u003cspan\u003eFor compatible automotive surfaces\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rc-benefit\"\u003e\n      \u003cstrong\u003e50g Jar\u003c\/strong\u003e\n      \u003cspan\u003eCompact workshop-friendly size\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rc-benefit\"\u003e\n      \u003cstrong\u003eBrush Included\u003c\/strong\u003e\n      \u003cspan\u003eApplication tool in the set\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- IMAGE 2 --\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1006\/7057\/0868\/files\/2_e103aab0-55fa-4563-a4ea-9088bf1e7d7d.png?v=1789110618\" alt=\"Before and after example of automotive rust care paste\" loading=\"lazy\"\u003e\n\n\n  \u003c!-- =========================\n       PURPOSE\n  ========================== --\u003e\n\n  \u003csection class=\"rc-section soft center\"\u003e\n\n    \u003cp class=\"rc-label\"\u003e\n      ROUTINE AUTOMOTIVE TOUCH-UP\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"rc-rule\"\u003e\u003c\/div\u003e\n\n    \u003ch2\u003e\n      Refresh the Appearance of\n      \u003cspan\u003eCompatible Rust-Affected Areas\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Designed for routine cosmetic touch-up work on suitable metal\n      vehicle panels. Apply the paste to a properly prepared area\n      to cover visible discoloration and leave a more uniform\n      treated appearance.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"rc-grid\"\u003e\n\n      \u003cdiv class=\"rc-card\"\u003e\n        \u003cstrong\u003eVisible Rust Areas\u003c\/strong\u003e\n        \u003cspan\u003e\n          Intended for selected surface-level rust touch-up work.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rc-card\"\u003e\n        \u003cstrong\u003eBrush Application\u003c\/strong\u003e\n        \u003cspan\u003e\n          Apply a thin layer directly to the prepared surface.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rc-card\"\u003e\n        \u003cstrong\u003eCoated Finish\u003c\/strong\u003e\n        \u003cspan\u003e\n          Leaves a treated surface after application and setting.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rc-card\"\u003e\n        \u003cstrong\u003eRoutine Car Care\u003c\/strong\u003e\n        \u003cspan\u003e\n          Suitable for periodic exterior maintenance on compatible areas.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- IMAGE 3 --\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1006\/7057\/0868\/files\/3_4db5aa3a-84b7-4971-8340-a8b97b20a589.png?v=1789110618\" alt=\"Three step brush-on rust care process clean apply and let set\" loading=\"lazy\"\u003e\n\n\n  \u003c!-- =========================\n       HOW TO USE\n  ========================== --\u003e\n\n  \u003csection class=\"rc-section warm center\"\u003e\n\n    \u003cp class=\"rc-label\"\u003e\n      THREE-STEP APPLICATION\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"rc-rule\"\u003e\u003c\/div\u003e\n\n    \u003ch2\u003e\n      Clean. Apply.\n      \u003cspan\u003eAllow to Set.\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Surface preparation matters. Remove loose rust, dirt and dust\n      before applying a thin and even layer. Allow the treated surface\n      to set according to the product directions before further contact.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"rc-steps\"\u003e\n\n      \u003cdiv class=\"rc-step\"\u003e\n\n        \u003cdiv class=\"rc-step-num\"\u003e\n          01\n        \u003c\/div\u003e\n\n        \u003cstrong\u003eClean the Area\u003c\/strong\u003e\n\n        \u003cspan\u003e\n          Remove loose rust, dirt and surface debris before application.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rc-step\"\u003e\n\n        \u003cdiv class=\"rc-step-num\"\u003e\n          02\n        \u003c\/div\u003e\n\n        \u003cstrong\u003eApply Evenly\u003c\/strong\u003e\n\n        \u003cspan\u003e\n          Use the included brush to spread a thin, controlled layer.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rc-step\"\u003e\n\n        \u003cdiv class=\"rc-step-num\"\u003e\n          03\n        \u003c\/div\u003e\n\n        \u003cstrong\u003eAllow to Set\u003c\/strong\u003e\n\n        \u003cspan\u003e\n          Leave the treated area undisturbed according to product directions.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- IMAGE 4 --\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1006\/7057\/0868\/files\/4_98b80fcf-d635-495f-8fca-ee515065d3b5.png?v=1789110618\" alt=\"Auto rust care paste features for compatible car body panels\" loading=\"lazy\"\u003e\n\n\n  \u003c!-- =========================\n       FEATURES\n  ========================== --\u003e\n\n  \u003csection class=\"rc-section silver center\"\u003e\n\n    \u003cp class=\"rc-label\"\u003e\n      SIMPLE BRUSH-ON FORMAT\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"rc-rule\"\u003e\u003c\/div\u003e\n\n    \u003ch2\u003e\n      Straightforward Application for\n      \u003cspan\u003eSelected Metal Panels\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      The paste format and included brush are designed for direct,\n      localized application where routine cosmetic rust care is needed.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"rc-details\"\u003e\n\n      \u003cdiv class=\"rc-detail\"\u003e\n        \u003cstrong\u003ePaste Formula\u003c\/strong\u003e\n        \u003cspan\u003e\n          Thick consistency designed for controlled brush application.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rc-detail\"\u003e\n        \u003cstrong\u003eSoft Brush Tip\u003c\/strong\u003e\n        \u003cspan\u003e\n          Helps distribute the product across selected areas.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rc-detail\"\u003e\n        \u003cstrong\u003eCompact Jar\u003c\/strong\u003e\n        \u003cspan\u003e\n          50g container that is easy to keep with car-care supplies.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- IMAGE 5 --\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1006\/7057\/0868\/files\/5_0af347d2-0a33-4920-a24f-712d23828f98.png?v=1789110618\" alt=\"Common rust prone vehicle areas including wheel arches door edges and lower panels\" loading=\"lazy\"\u003e\n\n\n  \u003c!-- =========================\n       AREAS\n  ========================== --\u003e\n\n  \u003csection class=\"rc-section soft center\"\u003e\n\n    \u003cp class=\"rc-label\"\u003e\n      COMMON RUST-PRONE AREAS\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"rc-rule\"\u003e\u003c\/div\u003e\n\n    \u003ch2\u003e\n      Designed for Routine Touch-Ups on\n      \u003cspan\u003eCompatible Body Panels\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Moisture, road grime and everyday exposure can affect different\n      exterior metal areas. Inspect the surface carefully before deciding\n      whether a cosmetic brush-on treatment is appropriate.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"rc-uses\"\u003e\n\n      \u003cdiv class=\"rc-use\"\u003e\n        \u003cstrong\u003eWheel Arches\u003c\/strong\u003e\n        \u003cspan\u003e\n          Areas exposed to road splash and debris\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rc-use\"\u003e\n        \u003cstrong\u003eDoor Edges\u003c\/strong\u003e\n        \u003cspan\u003e\n          Frequently used exposed metal areas\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rc-use\"\u003e\n        \u003cstrong\u003eRocker Panels\u003c\/strong\u003e\n        \u003cspan\u003e\n          Lower side areas exposed to road conditions\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rc-use\"\u003e\n        \u003cstrong\u003eLower Body Panels\u003c\/strong\u003e\n        \u003cspan\u003e\n          Selected compatible exterior metal surfaces\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- IMAGE 6 --\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1006\/7057\/0868\/files\/6_55ace17f-db74-44ad-9167-317717e790cc.png?v=1789110618\" alt=\"Automotive rust care paste for exterior metal panel maintenance\" loading=\"lazy\"\u003e\n\n\n  \u003c!-- =========================\n       EXTERIOR CARE\n  ========================== --\u003e\n\n  \u003csection class=\"rc-section dark center\"\u003e\n\n    \u003cp class=\"rc-label\"\u003e\n      EXTERIOR PANEL MAINTENANCE\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"rc-rule\"\u003e\u003c\/div\u003e\n\n    \u003ch2\u003e\n      Add a Treated Finish to\n      \u003cspan\u003ePrepared Metal Areas\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Exterior automotive surfaces can be exposed to rain,\n      road splash and changing driving conditions. Proper cleaning\n      and surface preparation can help support a more consistent\n      brush-on treatment.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"rc-dark-grid\"\u003e\n\n      \u003cdiv class=\"rc-dark-card\"\u003e\n        \u003cstrong\u003eSurface Preparation\u003c\/strong\u003e\n        \u003cspan\u003e\n          Clean and dry the compatible metal surface before use.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rc-dark-card\"\u003e\n        \u003cstrong\u003eEven Coverage\u003c\/strong\u003e\n        \u003cspan\u003e\n          Apply a controlled layer rather than heavy buildup.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rc-dark-card\"\u003e\n        \u003cstrong\u003eRoutine Inspection\u003c\/strong\u003e\n        \u003cspan\u003e\n          Check treated areas periodically as part of normal vehicle care.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- IMAGE 7 --\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1006\/7057\/0868\/files\/7_317615f7-020d-4713-864a-693e2d401a24.png?v=1789110618\" alt=\"How to use auto anti-rust paste clean apply and finish\" loading=\"lazy\"\u003e\n\n\n  \u003c!-- =========================\n       APPLICATION REMINDER\n  ========================== --\u003e\n\n  \u003csection class=\"rc-section warm center\"\u003e\n\n    \u003cp class=\"rc-label\"\u003e\n      PREP BEFORE YOU APPLY\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"rc-rule\"\u003e\u003c\/div\u003e\n\n    \u003ch2\u003e\n      Better Preparation.\n      \u003cspan\u003eMore Controlled Application.\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Do not simply cover loose rust or heavy contamination.\n      Clean the working area first, remove unstable surface material\n      where appropriate and follow the supplied product directions.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"rc-note\"\u003e\n\n      \u003cstrong\u003e\n        Application Reminder\n      \u003c\/strong\u003e\n\n      \u003cp\u003e\n        Test the product on a small, inconspicuous compatible area before\n        broader use. Surface color, existing paint condition, corrosion level\n        and previous coatings can affect the final appearance.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- IMAGE 8 --\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1006\/7057\/0868\/files\/8_0de2fdb6-7595-42e0-8828-b2af548ece89.png?v=1789110618\" alt=\"50g auto anti-rust paste jar with included application brush\" loading=\"lazy\"\u003e\n\n\n  \u003c!-- =========================\n       PRODUCT DETAILS\n  ========================== --\u003e\n\n  \u003csection class=\"rc-section silver center\"\u003e\n\n    \u003cp class=\"rc-label\"\u003e\n      PRODUCT DETAILS\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"rc-rule\"\u003e\u003c\/div\u003e\n\n    \u003ch2\u003e\n      Compact Rust-Care\n      \u003cspan\u003eTouch-Up Set\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"rc-details\"\u003e\n\n      \u003cdiv class=\"rc-detail\"\u003e\n        \u003cstrong\u003e50g Jar\u003c\/strong\u003e\n        \u003cspan\u003e\n          Compact container for routine localized application.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rc-detail\"\u003e\n        \u003cstrong\u003eBrush Included\u003c\/strong\u003e\n        \u003cspan\u003e\n          Application brush supplied with the product.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rc-detail\"\u003e\n        \u003cstrong\u003eBrush-On Paste\u003c\/strong\u003e\n        \u003cspan\u003e\n          Designed for controlled use on suitable metal surfaces.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- IMAGE 9 --\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1006\/7057\/0868\/files\/9_8d0b351a-84a2-4f8a-b984-62fb877d144c.png?v=1789110618\" alt=\"Routine automotive rust care for wheel arches doors and panels\" loading=\"lazy\"\u003e\n\n\n  \u003c!-- =========================\n       ROUTINE CARE\n  ========================== --\u003e\n\n  \u003csection class=\"rc-section soft center\"\u003e\n\n    \u003cp class=\"rc-label\"\u003e\n      PART OF ROUTINE CAR CARE\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"rc-rule\"\u003e\u003c\/div\u003e\n\n    \u003ch2\u003e\n      Inspect Early.\n      \u003cspan\u003eTouch Up Compatible Areas.\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Check wheel arches, lower panels, door edges and other exposed\n      metal areas periodically. Small cosmetic surface issues are generally\n      easier to assess before corrosion becomes extensive.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- IMAGE 10 --\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1006\/7057\/0868\/files\/10_3c9d951c-4d7f-41dd-aba2-479f1e4cedc6.png?v=1789110618\" alt=\"Brush-on automotive rust care paste for routine car panel touch-up\" loading=\"lazy\"\u003e\n\n\n  \u003c!-- =========================\n       INFO STRIP\n  ========================== --\u003e\n\n  \u003cdiv class=\"rc-strip\"\u003e\n\n    \u003cdiv class=\"rc-strip-item\"\u003e\n      \u003cstrong\u003e50g Jar\u003c\/strong\u003e\n      \u003cspan\u003eCompact touch-up format\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rc-strip-item\"\u003e\n      \u003cstrong\u003eBrush-On Use\u003c\/strong\u003e\n      \u003cspan\u003eApplication brush included\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rc-strip-item\"\u003e\n      \u003cstrong\u003eMetal Panel Care\u003c\/strong\u003e\n      \u003cspan\u003eFor compatible automotive surfaces\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- =========================\n       FINAL SAFETY\n  ========================== --\u003e\n\n  \u003csection class=\"rc-section dark center\"\u003e\n\n    \u003cp class=\"rc-label\"\u003e\n      BEFORE YOU USE\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"rc-rule\"\u003e\u003c\/div\u003e\n\n    \u003ch2\u003e\n      Intended for Routine\n      \u003cspan\u003eCosmetic Surface Care\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      This type of brush-on product is intended for compatible surface\n      touch-up work and should not be treated as a substitute for structural\n      corrosion repair or professional bodywork when metal damage is extensive.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"rc-note\"\u003e\n\n      \u003cstrong\u003e\n        Important Use Note\n      \u003c\/strong\u003e\n\n      \u003cp\u003e\n        Read the supplied product directions before use. Apply only to\n        compatible metal surfaces and avoid vehicle safety components,\n        braking surfaces, sensors, moving parts and areas where a coating\n        could interfere with normal operation. Do not apply over loose,\n        unstable corrosion without appropriate surface preparation.\n        For deep rust, perforation, structural damage or uncertain surface\n        compatibility, have the area assessed by a qualified automotive\n        repair professional.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =========================\n       FAQ\n  ========================== --\u003e\n\n  \u003csection class=\"rc-faq\"\u003e\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What Is This Product Intended For?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"rc-faq-content\"\u003e\n        \u003cp\u003e\n          It is a brush-on automotive rust-care paste intended for routine\n          cosmetic touch-up work on compatible metal body panels and selected\n          rust-affected exterior areas.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How Do I Prepare the Surface?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"rc-faq-content\"\u003e\n        \u003cp\u003e\n          Clean the area and remove loose rust, dust and surface contamination\n          before application. The working surface should be suitable for the\n          product and prepared according to the supplied directions.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How Do I Apply the Paste?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"rc-faq-content\"\u003e\n        \u003cp\u003e\n          Use the included brush to apply a thin, even layer over the prepared\n          compatible area. Allow the product to set according to its directions\n          before touching or exposing the surface to further treatment.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Which Vehicle Areas Can It Be Used On?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"rc-faq-content\"\u003e\n        \u003cp\u003e\n          Product imagery shows routine use around compatible wheel arches,\n          door edges, rocker panels and lower metal body panels. Always verify\n          surface compatibility before application.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Can It Repair Severe or Structural Rust?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"rc-faq-content\"\u003e\n        \u003cp\u003e\n          This listing describes the product for routine cosmetic surface\n          touch-up. Deep corrosion, perforated metal, structural rust or\n          safety-critical damage should be evaluated and repaired using\n          appropriate automotive repair methods.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What Comes With the Product?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"rc-faq-content\"\u003e\n        \u003cp\u003e\n          The product imagery shows a 50g jar of brush-on automotive\n          rust-care paste together with an application brush.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What Should I Check Before Ordering?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"rc-faq-content\"\u003e\n        \u003cp\u003e\n          Check the intended application area, existing paint or coating,\n          level of corrosion and product directions before purchasing.\n          The final appearance can vary depending on surface preparation\n          and the condition of the metal being treated.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"fanusinjoy","offers":[{"title":"BUY 1 SET \/ White","offer_id":55550947524980,"sku":"LN30552656","price":9.99,"currency_code":"GBP","in_stock":true},{"title":"BUY 1 SET \/ Blue","offer_id":55552341148020,"sku":"LN30552656A2","price":9.99,"currency_code":"GBP","in_stock":true},{"title":"BUY 1 SET \/ Pink","offer_id":55552341180788,"sku":"LN30552656A3","price":9.99,"currency_code":"GBP","in_stock":true},{"title":"BUY 1 SET \/ Black","offer_id":55552341213556,"sku":"LN30552656A4","price":9.99,"currency_code":"GBP","in_stock":true},{"title":"BUY 1 SET \/ Red","offer_id":55552341246324,"sku":"LN30552656A5","price":9.99,"currency_code":"GBP","in_stock":true},{"title":"BUY 1 SET \/ Grey","offer_id":55552341279092,"sku":"LN30552656A6","price":9.99,"currency_code":"GBP","in_stock":true},{"title":"BUY 2 GET 1 FREE - 3 SETS \/ White","offer_id":55550947557748,"sku":"LN30552656*3","price":15.99,"currency_code":"GBP","in_stock":true},{"title":"BUY 2 GET 1 FREE - 3 SETS \/ Blue","offer_id":55552341311860,"sku":"LN30552656A2*3","price":15.99,"currency_code":"GBP","in_stock":true},{"title":"BUY 2 GET 1 FREE - 3 SETS \/ Pink","offer_id":55552341344628,"sku":"LN30552656A3*3","price":15.99,"currency_code":"GBP","in_stock":true},{"title":"BUY 2 GET 1 FREE - 3 SETS \/ Black","offer_id":55552341377396,"sku":"LN30552656A4*3","price":15.99,"currency_code":"GBP","in_stock":true},{"title":"BUY 2 GET 1 FREE - 3 SETS \/ Red","offer_id":55552341410164,"sku":"LN30552656A5*3","price":15.99,"currency_code":"GBP","in_stock":true},{"title":"BUY 2 GET 1 FREE - 3 SETS \/ Grey","offer_id":55552341442932,"sku":"LN30552656A6*3","price":15.99,"currency_code":"GBP","in_stock":true},{"title":"BUY 3 GET 2 FREE - 5 SETS \/ White","offer_id":55550947590516,"sku":"LN30552656*5","price":23.99,"currency_code":"GBP","in_stock":true},{"title":"BUY 3 GET 2 FREE - 5 SETS \/ Blue","offer_id":55552341475700,"sku":"LN30552656A2*5","price":23.99,"currency_code":"GBP","in_stock":true},{"title":"BUY 3 GET 2 FREE - 5 SETS \/ Pink","offer_id":55552341508468,"sku":"LN30552656A3*5","price":23.99,"currency_code":"GBP","in_stock":true},{"title":"BUY 3 GET 2 FREE - 5 SETS \/ Black","offer_id":55552341541236,"sku":"LN30552656A4*5","price":23.99,"currency_code":"GBP","in_stock":true},{"title":"BUY 3 GET 2 FREE - 5 SETS \/ Red","offer_id":55552341574004,"sku":"LN30552656A5*5","price":23.99,"currency_code":"GBP","in_stock":true},{"title":"BUY 3 GET 2 FREE - 5 SETS \/ Grey","offer_id":55552341606772,"sku":"LN30552656A6*5","price":23.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1006\/7057\/0868\/files\/1_0dbb2349-8d1e-4bb0-b013-1002650aa252.png?v=1789110618","url":"https:\/\/fanusinjoy.com\/products\/car-metal-rust-repair-paste","provider":"fanusinjoy","version":"1.0","type":"link"}