{"product_id":"white-acrylic-bathtub-scratch-repair-wax","title":"🛁 Bathtub Scratch Repair Wax – White Acrylic Surface Touch-Up Kit","description":"\u003cstyle\u003e\n.acrylicrepair-page,\n.acrylicrepair-page *{\n  box-sizing:border-box;\n}\n\n.acrylicrepair-page{\n  --ink:#2d3032;\n  --text:#5d6265;\n  --muted:#7c8285;\n\n  --blue:#6c8d9f;\n  --blue-dark:#4e7184;\n  --blue-soft:#eef5f7;\n\n  --beige:#c6a77e;\n  --green:#748477;\n  --orange:#d78a4a;\n\n  --cream:#fffaf4;\n  --soft:#f8fafb;\n  --white:#ffffff;\n\n  --line:#e2e7e9;\n\n  width:100%;\n  max-width:760px;\n  margin:0 auto;\n  padding:8px;\n\n  background:#f7f9fa;\n  color:var(--text);\n\n  font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif;\n  font-size:17px;\n  line-height:1.55;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.acrylicrepair-page h1,\n.acrylicrepair-page h2,\n.acrylicrepair-page h3,\n.acrylicrepair-page p{\n  margin-top:0;\n}\n\n.acrylicrepair-page img{\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto;\n}\n\n\n\/* =========================\n   BASE CARD\n========================= *\/\n\n.arw-card{\n  margin-bottom:14px;\n  overflow:hidden;\n\n  background:#fff;\n  border:1px solid var(--line);\n  border-radius:22px;\n\n  box-shadow:0 7px 20px rgba(45,55,62,.05);\n}\n\n.arw-accent-blue{\n  border-top:5px solid var(--blue);\n}\n\n.arw-accent-beige{\n  border-top:5px solid var(--beige);\n}\n\n.arw-accent-green{\n  border-top:5px solid var(--green);\n}\n\n.arw-accent-orange{\n  border-top:5px solid var(--orange);\n}\n\n.arw-copy{\n  padding:21px 18px 16px;\n  text-align:left;\n}\n\n.arw-image-wrap{\n  padding:0 12px 12px;\n}\n\n.arw-image{\n  border-radius:16px;\n}\n\n\n\/* =========================\n   TYPOGRAPHY\n========================= *\/\n\n.arw-kicker{\n  display:inline-block;\n\n  margin-bottom:8px;\n  padding:5px 10px;\n\n  border-radius:999px;\n\n  background:var(--blue-soft);\n  color:var(--blue-dark);\n\n  font-size:12px;\n  line-height:1.2;\n  font-weight:900;\n  letter-spacing:.45px;\n\n  text-transform:uppercase;\n  text-align:left;\n}\n\n.arw-title{\n  margin:0 0 9px;\n\n  color:var(--ink);\n\n  font-size:25px;\n  line-height:1.2;\n  letter-spacing:-.35px;\n\n  font-weight:900;\n  text-align:left;\n}\n\n.arw-text{\n  margin:0;\n\n  color:var(--text);\n\n  font-size:17px;\n  line-height:1.55;\n\n  text-align:left;\n}\n\n.arw-text strong{\n  color:var(--ink);\n}\n\n\n\/* =========================\n   HERO\n========================= *\/\n\n.arw-hero{\n  background:\n    radial-gradient(circle at 50% 0%,#e4eef2 0%,transparent 48%),\n    linear-gradient(145deg,#ffffff 0%,#fafcfc 58%,#f3eee7 100%);\n\n  border-color:#dbe6ea;\n}\n\n.arw-hero .arw-copy{\n  padding:27px 18px 17px;\n  text-align:center;\n}\n\n.arw-eyebrow{\n  display:inline-block;\n\n  margin-bottom:10px;\n  padding:6px 12px;\n\n  border-radius:999px;\n\n  background:#fff;\n  border:1px solid #dbe6ea;\n\n  color:var(--blue-dark);\n\n  font-size:13px;\n  font-weight:900;\n  letter-spacing:.5px;\n}\n\n.arw-hero-title{\n  max-width:650px;\n  margin:0 auto 10px;\n\n  color:#2b3033;\n\n  font-size:30px;\n  line-height:1.12;\n  letter-spacing:-.6px;\n\n  font-weight:950;\n  text-align:center;\n}\n\n.arw-hero-text{\n  max-width:620px;\n  margin:0 auto;\n\n  color:#646b6f;\n\n  font-size:17px;\n  line-height:1.5;\n\n  text-align:center;\n}\n\n\n\/* =========================\n   HIGHLIGHT\n========================= *\/\n\n.arw-highlight{\n  margin-top:13px;\n  padding:12px 14px;\n\n  border-left:4px solid var(--orange);\n  border-radius:10px;\n\n  background:#fff6ed;\n\n  color:#704e32;\n\n  font-size:15px;\n  line-height:1.5;\n  font-weight:750;\n\n  text-align:left;\n}\n\n.arw-highlight strong{\n  color:#57391f;\n}\n\n\n\/* =========================\n   LIST\n========================= *\/\n\n.arw-list{\n  margin:13px 0 0;\n  padding:0;\n\n  list-style:none;\n}\n\n.arw-list li{\n  position:relative;\n\n  margin-bottom:8px;\n  padding-left:27px;\n\n  color:#53595d;\n\n  font-size:16px;\n  line-height:1.45;\n\n  text-align:left;\n}\n\n.arw-list li:last-child{\n  margin-bottom:0;\n}\n\n.arw-list li:before{\n  content:\"✓\";\n\n  position:absolute;\n  left:0;\n  top:0;\n\n  color:var(--blue);\n\n  font-weight:900;\n}\n\n\n\/* =========================\n   ROWS\n========================= *\/\n\n.arw-rows{\n  margin-top:13px;\n  border-top:1px solid var(--line);\n}\n\n.arw-row{\n  display:grid;\n  grid-template-columns:38% 62%;\n\n  border-bottom:1px solid var(--line);\n}\n\n.arw-row:last-child{\n  border-bottom:0;\n}\n\n.arw-row b,\n.arw-row span{\n  padding:10px 8px;\n\n  font-size:13px;\n  line-height:1.45;\n\n  text-align:left;\n}\n\n.arw-row b{\n  color:var(--ink);\n}\n\n.arw-row span{\n  color:var(--muted);\n}\n\n\n\/* =========================\n   STEPS\n========================= *\/\n\n.arw-steps{\n  display:grid;\n  gap:9px;\n\n  margin-top:13px;\n}\n\n.arw-step{\n  padding:11px 13px;\n\n  border:1px solid var(--line);\n  border-radius:13px;\n\n  background:#fafcfd;\n\n  color:#53595d;\n\n  font-size:15px;\n  line-height:1.45;\n\n  text-align:left;\n}\n\n.arw-step strong{\n  color:var(--blue-dark);\n}\n\n\n\/* =========================\n   INFO CARD\n========================= *\/\n\n.arw-info-card{\n  margin-bottom:14px;\n  padding:21px 17px;\n\n  background:#fff;\n\n  border:1px solid var(--line);\n  border-radius:22px;\n\n  box-shadow:0 7px 20px rgba(45,55,62,.04);\n\n  text-align:left;\n}\n\n.arw-section-kicker{\n  display:inline-block;\n\n  margin-bottom:7px;\n  padding:5px 10px;\n\n  border-radius:999px;\n\n  background:var(--blue-soft);\n  color:var(--blue-dark);\n\n  font-size:12px;\n  font-weight:900;\n  letter-spacing:.45px;\n\n  text-transform:uppercase;\n  text-align:left;\n}\n\n.arw-section-title{\n  margin:0 0 14px;\n\n  color:var(--ink);\n\n  font-size:24px;\n  line-height:1.2;\n\n  font-weight:900;\n  text-align:left;\n}\n\n\n\/* =========================\n   SPECS\n========================= *\/\n\n.arw-spec-list{\n  margin:0;\n  padding:0;\n\n  overflow:hidden;\n\n  border:1px solid var(--line);\n  border-radius:15px;\n\n  list-style:none;\n}\n\n.arw-spec-list li{\n  display:grid;\n  grid-template-columns:40% 60%;\n\n  border-bottom:1px solid var(--line);\n\n  font-size:14px;\n}\n\n.arw-spec-list li:last-child{\n  border-bottom:0;\n}\n\n.arw-spec-label,\n.arw-spec-value{\n  padding:11px 12px;\n  text-align:left;\n}\n\n.arw-spec-label{\n  background:#eef5f7;\n\n  color:var(--blue-dark);\n\n  font-weight:850;\n}\n\n.arw-spec-value{\n  background:#fff;\n\n  color:#53595d;\n}\n\n\n\/* =========================\n   NOTES\n========================= *\/\n\n.arw-note-card{\n  background:#fffaf3;\n  border-color:#eadfce;\n}\n\n.arw-note-list{\n  margin:0;\n  padding-left:21px;\n\n  color:#5c5955;\n\n  font-size:15px;\n  line-height:1.55;\n}\n\n.arw-note-list li{\n  margin-bottom:8px;\n  text-align:left;\n}\n\n.arw-note-list li:last-child{\n  margin-bottom:0;\n}\n\n\n\/* =========================\n   FAQ\n========================= *\/\n\n.arw-faq-card details{\n  margin-bottom:8px;\n\n  overflow:hidden;\n\n  background:#fff;\n\n  border:1px solid var(--line);\n  border-radius:13px;\n}\n\n.arw-faq-card details:last-child{\n  margin-bottom:0;\n}\n\n.arw-faq-card summary{\n  position:relative;\n\n  padding:13px 40px 13px 14px;\n\n  cursor:pointer;\n  list-style:none;\n\n  color:var(--ink);\n\n  font-size:14px;\n  line-height:1.4;\n\n  font-weight:800;\n  text-align:left;\n}\n\n.arw-faq-card summary::-webkit-details-marker{\n  display:none;\n}\n\n.arw-faq-card summary:after{\n  content:\"+\";\n\n  position:absolute;\n  right:14px;\n  top:4px;\n\n  color:var(--blue);\n\n  font-size:25px;\n}\n\n.arw-faq-card details[open] summary:after{\n  content:\"−\";\n}\n\n.arw-answer{\n  padding:0 14px 14px;\n\n  color:var(--muted);\n\n  font-size:13px;\n  line-height:1.6;\n\n  text-align:left;\n}\n\n\n\/* =========================\n   FINAL CTA\n========================= *\/\n\n.arw-final{\n  padding:28px 18px;\n\n  text-align:center;\n\n  background:\n    linear-gradient(\n      145deg,\n      #edf5f7 0%,\n      #ffffff 56%,\n      #fff3e8 100%\n    );\n\n  border:1px solid #dfe7e9;\n  border-radius:22px;\n}\n\n.arw-final h2{\n  max-width:620px;\n  margin:0 auto 9px;\n\n  color:var(--ink);\n\n  font-size:27px;\n  line-height:1.2;\n\n  font-weight:900;\n  text-align:center;\n}\n\n.arw-final p{\n  max-width:590px;\n  margin:0 auto 16px;\n\n  color:#676d70;\n\n  font-size:16px;\n  line-height:1.5;\n\n  text-align:center;\n}\n\n.arw-button{\n  display:block;\n\n  width:100%;\n  max-width:430px;\n\n  margin:0 auto;\n  padding:14px 20px;\n\n  border-radius:14px;\n\n  background:var(--blue-dark);\n\n  color:#fff!important;\n\n  text-decoration:none;\n\n  font-size:16px;\n  font-weight:900;\n\n  box-shadow:0 6px 14px rgba(78,113,132,.18);\n}\n\n.arw-trust{\n  margin-top:15px;\n  padding-top:13px;\n\n  border-top:1px solid #dfe6e8;\n\n  color:#6a7074;\n\n  font-size:12px;\n  line-height:1.7;\n\n  text-align:center;\n}\n\n.arw-policy{\n  max-width:630px;\n\n  margin:8px auto 0!important;\n\n  color:#898e91!important;\n\n  font-size:11px!important;\n  line-height:1.4!important;\n\n  text-align:center!important;\n}\n\n\n\/* =========================\n   MOBILE\n========================= *\/\n\n@media(max-width:520px){\n\n  .acrylicrepair-page{\n    padding:6px;\n    font-size:17px;\n  }\n\n  .arw-card{\n    margin-bottom:12px;\n    border-radius:20px;\n  }\n\n  .arw-copy{\n    padding:19px 15px 14px;\n  }\n\n  .arw-hero .arw-copy{\n    padding:24px 15px 16px;\n  }\n\n  .arw-hero-title{\n    font-size:28px;\n  }\n\n  .arw-title{\n    font-size:23px;\n  }\n\n  .arw-image-wrap{\n    padding-right:9px;\n    padding-left:9px;\n    padding-bottom:9px;\n  }\n\n  .arw-info-card{\n    padding:19px 15px;\n  }\n\n  .arw-spec-list li{\n    grid-template-columns:41% 59%;\n  }\n\n  .arw-spec-label,\n  .arw-spec-value{\n    padding:10px 9px;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"acrylicrepair-page\"\u003e\n\n\n  \u003c!-- =========================\n       HERO \/ HOOK\n  ========================== --\u003e\n  \u003csection class=\"arw-card arw-hero\"\u003e\n\n    \u003cdiv class=\"arw-copy\"\u003e\n\n      \u003cspan class=\"arw-eyebrow\"\u003e\n        🛁 SMALL SCRATCHES. CLEANER-LOOKING SURFACES.\n      \u003c\/span\u003e\n\n      \u003ch1 class=\"arw-hero-title\"\u003e\n        Refresh Fine Scratches Without Replacing the Whole Fixture.\n      \u003c\/h1\u003e\n\n      \u003cp class=\"arw-hero-text\"\u003e\n        A compact white repair wax designed to help\n        \u003cstrong\u003efill and soften the appearance of fine scratches\u003c\/strong\u003e\n        on compatible white acrylic bathroom surfaces.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"arw-image-wrap\"\u003e\n\n      \u003cimg class=\"arw-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0849\/9606\/3537\/files\/spp_shopify20260908175633_60c6397f1766800a612fe20af5b218ed.jpg?v=1788861397\" alt=\"White acrylic bathtub fine scratch repair wax\" loading=\"eager\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =========================\n       FINE SCRATCHES\n  ========================== --\u003e\n  \u003csection class=\"arw-card arw-accent-blue\"\u003e\n\n    \u003cdiv class=\"arw-copy\"\u003e\n\n      \u003cspan class=\"arw-kicker\"\u003e\n        MADE FOR MINOR SURFACE MARKS\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"arw-title\"\u003e\n        ✨ Help Make Fine Scratches Look Less Noticeable\n      \u003c\/h2\u003e\n\n      \u003cp class=\"arw-text\"\u003e\n        The wax is designed for minor surface imperfections on compatible white acrylic, helping fill and visually soften light scratches and worn areas.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"arw-highlight\"\u003e\n        \u003cstrong\u003eBest for cosmetic touch-ups:\u003c\/strong\u003e\n        this is intended for fine surface scratches, not deep cracks, chips, holes or structural damage.\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"arw-image-wrap\"\u003e\n\n      \u003cimg class=\"arw-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0849\/9606\/3537\/files\/spp_shopify20260908175640_459a1a1682a90ee48058fdb90657cb8f.jpg?v=1788861404\" alt=\"Fine scratch touch up on white acrylic surface\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =========================\n       SMOOTHER FINISH\n  ========================== --\u003e\n  \u003csection class=\"arw-card arw-accent-beige\"\u003e\n\n    \u003cdiv class=\"arw-copy\"\u003e\n\n      \u003cspan class=\"arw-kicker\"\u003e\n        SMOOTHER-LOOKING FINISH\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"arw-title\"\u003e\n        🤍 Refresh Lightly Worn Areas for a More Even Appearance\n      \u003c\/h2\u003e\n\n      \u003cp class=\"arw-text\"\u003e\n        Applying the repair wax to suitable minor marks can help improve the visual consistency of scratched areas and leave the treated surface feeling smoother.\n      \u003c\/p\u003e\n\n      \u003cul class=\"arw-list\"\u003e\n\n        \u003cli\u003eTargets light cosmetic scratches\u003c\/li\u003e\n\n        \u003cli\u003eHelps soften the look of minor wear\u003c\/li\u003e\n\n        \u003cli\u003eDesigned for white acrylic finishes\u003c\/li\u003e\n\n        \u003cli\u003eUseful for localized touch-up work\u003c\/li\u003e\n\n      \u003c\/ul\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"arw-image-wrap\"\u003e\n\n      \u003cimg class=\"arw-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0849\/9606\/3537\/files\/spp_shopify20260908175646_0f834de071bf19aa007873373df5cb89.jpg?v=1788861409\" alt=\"White acrylic surface cosmetic repair\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =========================\n       CLEAN LOOK\n  ========================== --\u003e\n  \u003csection class=\"arw-card arw-accent-green\"\u003e\n\n    \u003cdiv class=\"arw-copy\"\u003e\n\n      \u003cspan class=\"arw-kicker\"\u003e\n        REFRESH THE SURFACE\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"arw-title\"\u003e\n        🧼 Bring a Cleaner, More Polished Look Back to White Acrylic\n      \u003c\/h2\u003e\n\n      \u003cp class=\"arw-text\"\u003e\n        Everyday use can leave tubs and fixtures with small marks that make the surface look older.\n        A targeted touch-up can help improve the appearance without replacing the entire fixture.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"arw-highlight\"\u003e\n        \u003cstrong\u003eEspecially useful for:\u003c\/strong\u003e\n        small areas where scratches are visible but the acrylic surface is otherwise intact.\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"arw-image-wrap\"\u003e\n\n      \u003cimg class=\"arw-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0849\/9606\/3537\/files\/spp_shopify20260908175652_1f5dd31e177a27b2e288dcce682d487b.jpg?v=1788861415\" alt=\"Bathroom acrylic repair and maintenance wax\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =========================\n       APPLICATION RANGE\n  ========================== --\u003e\n  \u003csection class=\"arw-card arw-accent-orange\"\u003e\n\n    \u003cdiv class=\"arw-copy\"\u003e\n\n      \u003cspan class=\"arw-kicker\"\u003e\n        WHITE ACRYLIC SURFACE CARE\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"arw-title\"\u003e\n        🚿 Useful for Compatible Tubs, Sinks \u0026amp; Bathroom Fixtures\n      \u003c\/h2\u003e\n\n      \u003cp class=\"arw-text\"\u003e\n        Keep the compact jar nearby for minor cosmetic maintenance on compatible white acrylic bathroom surfaces.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"arw-rows\"\u003e\n\n        \u003cdiv class=\"arw-row\"\u003e\n          \u003cb\u003eBathtubs\u003c\/b\u003e\n          \u003cspan\u003eMinor scratches on compatible white acrylic tubs\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"arw-row\"\u003e\n          \u003cb\u003eSinks\u003c\/b\u003e\n          \u003cspan\u003eLight cosmetic marks on white acrylic surfaces\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"arw-row\"\u003e\n          \u003cb\u003eFixtures\u003c\/b\u003e\n          \u003cspan\u003eOther compatible white acrylic bathroom pieces\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"arw-row\"\u003e\n          \u003cb\u003eTouch-Ups\u003c\/b\u003e\n          \u003cspan\u003eSmall localized areas of surface wear\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"arw-image-wrap\"\u003e\n\n      \u003cimg class=\"arw-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0849\/9606\/3537\/files\/spp_shopify20260908175656_dd98cdf08f7ba7e874bf4640792e35a7.jpg?v=1788861419\" alt=\"White acrylic bathtub sink scratch repair wax\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =========================\n       HOW TO USE\n  ========================== --\u003e\n  \u003csection class=\"arw-info-card\"\u003e\n\n    \u003cspan class=\"arw-section-kicker\"\u003e\n      SIMPLE TOUCH-UP ROUTINE\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"arw-section-title\"\u003e\n      🧽 Clean, Test, Apply \u0026amp; Buff\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"arw-steps\"\u003e\n\n      \u003cdiv class=\"arw-step\"\u003e\n        \u003cstrong\u003e1. Clean the area:\u003c\/strong\u003e\n        remove dirt, soap residue and loose debris from the surface.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"arw-step\"\u003e\n        \u003cstrong\u003e2. Dry completely:\u003c\/strong\u003e\n        make sure the target area is clean and dry before applying the wax.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"arw-step\"\u003e\n        \u003cstrong\u003e3. Patch test:\u003c\/strong\u003e\n        try a small inconspicuous area first to check color and surface compatibility.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"arw-step\"\u003e\n        \u003cstrong\u003e4. Apply a small amount:\u003c\/strong\u003e\n        work the wax into the fine scratch using the included sponge.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"arw-step\"\u003e\n        \u003cstrong\u003e5. Buff gently:\u003c\/strong\u003e\n        smooth the treated area and remove excess product as appropriate.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"arw-step\"\u003e\n        \u003cstrong\u003e6. Check the finish:\u003c\/strong\u003e\n        repeat lightly if additional cosmetic blending is needed.\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =========================\n       PRODUCT DETAILS\n  ========================== --\u003e\n  \u003csection class=\"arw-info-card\"\u003e\n\n    \u003cspan class=\"arw-section-kicker\"\u003e\n      PRODUCT INFORMATION\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"arw-section-title\"\u003e\n      📋 Product Details\n    \u003c\/h2\u003e\n\n    \u003cul class=\"arw-spec-list\"\u003e\n\n      \u003cli\u003e\n        \u003cspan class=\"arw-spec-label\"\u003eProduct\u003c\/span\u003e\n        \u003cspan class=\"arw-spec-value\"\u003eBathtub Fine Scratch Repair Wax\u003c\/span\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cspan class=\"arw-spec-label\"\u003eColor\u003c\/span\u003e\n        \u003cspan class=\"arw-spec-value\"\u003eWhite\u003c\/span\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cspan class=\"arw-spec-label\"\u003eNet Weight\u003c\/span\u003e\n        \u003cspan class=\"arw-spec-value\"\u003e1.06 oz \/ 30 g\u003c\/span\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cspan class=\"arw-spec-label\"\u003eSurface Type\u003c\/span\u003e\n        \u003cspan class=\"arw-spec-value\"\u003eCompatible White Acrylic Surfaces\u003c\/span\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cspan class=\"arw-spec-label\"\u003eMain Use\u003c\/span\u003e\n        \u003cspan class=\"arw-spec-value\"\u003eFine Scratch \u0026amp; Cosmetic Surface Touch-Up\u003c\/span\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cspan class=\"arw-spec-label\"\u003eShelf Life\u003c\/span\u003e\n        \u003cspan class=\"arw-spec-value\"\u003e3 Years\u003c\/span\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cspan class=\"arw-spec-label\"\u003ePackage\u003c\/span\u003e\n        \u003cspan class=\"arw-spec-value\"\u003e1 × Repair Wax + 1 × Application Sponge\u003c\/span\u003e\n      \u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =========================\n       NOTES\n  ========================== --\u003e\n  \u003csection class=\"arw-info-card arw-note-card\"\u003e\n\n    \u003cspan class=\"arw-section-kicker\"\u003e\n      BEFORE APPLICATION\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"arw-section-title\"\u003e\n      ⚠️ Important Use Notes\n    \u003c\/h2\u003e\n\n    \u003cul class=\"arw-note-list\"\u003e\n\n      \u003cli\u003e\n        Test on a small, inconspicuous area before treating the full visible area.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        This product is specifically intended for compatible white acrylic surfaces.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Color matching can vary slightly between different shades and ages of white acrylic.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        This product is intended for minor cosmetic scratches and surface imperfections, not structural cracks, chips or holes.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Keep out of reach of children and pets.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Avoid contact with eyes and prolonged skin contact.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Follow any additional directions or warnings printed on the product packaging.\n      \u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =========================\n       FAQ\n  ========================== --\u003e\n  \u003csection class=\"arw-info-card arw-faq-card\"\u003e\n\n    \u003cspan class=\"arw-section-kicker\"\u003e\n      QUICK ANSWERS\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"arw-section-title\"\u003e\n      ❓ Frequently Asked Questions\n    \u003c\/h2\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What type of damage is this designed for?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"arw-answer\"\u003e\n        It is designed for fine scratches, light surface wear and minor cosmetic imperfections on compatible white acrylic surfaces.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Can it repair deep cracks or chips?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"arw-answer\"\u003e\n        No. Deep cracks, chips, holes or structural damage may require a dedicated acrylic repair system or professional repair.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Can I use it on a white acrylic bathtub?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"arw-answer\"\u003e\n        Yes, the supplied product information specifically positions it for white acrylic surfaces. Patch test first before full application.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Can I use it on sinks?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"arw-answer\"\u003e\n        It can be used on compatible white acrylic sinks and similar bathroom fixtures when treating minor cosmetic surface marks.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Can I use it on colored acrylic?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"arw-answer\"\u003e\n        It is listed as a white repair wax and may not match colored acrylic surfaces. Use only where the color and material are compatible.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Will the scratch disappear completely?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"arw-answer\"\u003e\n        Results depend on scratch depth, surface condition and color match. The wax is intended to help make minor scratches less noticeable rather than guarantee complete restoration.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What comes in the package?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"arw-answer\"\u003e\n        The listed package includes 1 × 30 g Bathtub Fine Scratch Repair Wax and 1 × application sponge.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What is the listed shelf life?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"arw-answer\"\u003e\n        The supplied product information lists a shelf life of 3 years.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =========================\n       FINAL CTA\n  ========================== --\u003e\n  \u003csection class=\"arw-final\"\u003e\n\n    \u003ch2\u003e\n      🛁 Make Small Scratches Less Noticeable Before Replacing the Fixture.\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Keep a compact white acrylic repair wax on hand for minor bathtub, sink and bathroom-surface touch-ups.\n    \u003c\/p\u003e\n\n    \u003ca href=\"#product-form\" class=\"arw-button\"\u003e\n      GET YOUR REPAIR KIT →\n    \u003c\/a\u003e\n\n    \u003cdiv class=\"arw-trust\"\u003e\n      📦 Tracked Shipping\n       · \n      🚚 Free Shipping on Orders Over $59.98\n       · \n      🔒 Secure Checkout\n       · \n      💬 Order Support\n    \u003c\/div\u003e\n\n    \u003cp class=\"arw-policy\"\u003e\n      Designed for minor cosmetic repair on compatible white acrylic surfaces. Patch test before full application.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n\u003c\/div\u003e","brand":"HYL","offers":[{"title":"Buy 1 get 1 free - 2 pcs🔥 \/ Repair Wax + Cleaning Sponge","offer_id":49198215069850,"sku":"NC01752609091317-30g+海绵*2","price":29.99,"currency_code":"USD","in_stock":true},{"title":"👍Buy 2 get 1 free - 3 pcs🔥 \/ Repair Wax + Cleaning Sponge","offer_id":49198215135386,"sku":"NC01752609091317-30g+海绵*3","price":39.99,"currency_code":"USD","in_stock":true},{"title":"🔥🔥Buy 3 (get 2 free) - 5 pcs💥 \/ Repair Wax + Cleaning Sponge","offer_id":49198215200922,"sku":"NC01752609091317-30g+海绵*5","price":59.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/spp_shopify20260908175700_29f65efadbf8cb121bab0202ee4c22d4_07d700b2-1eef-443d-a495-863ee375a97e.jpg?v=1788923369","url":"https:\/\/povlya.com\/products\/white-acrylic-bathtub-scratch-repair-wax","provider":"povlya.com","version":"1.0","type":"link"}