{"product_id":"autonexx™-exterior-panel-rescue-kit","title":"AUTONEXX™ Exterior Panel Rescue Kit","description":"\u003cstyle\u003e\n\/* ================================================================\n   AUTONEXX™ EXTERIOR PANEL RESCUE KIT\n   PREMIUM PRODUCT EXPERIENCE\n   Scoped specifically to this product description.\n   ================================================================ *\/\n\n.axr,\n.axr * {\n  box-sizing: border-box;\n}\n\n.axr {\n  --ax-red: #e10613;\n  --ax-red-bright: #ff2633;\n  --ax-red-deep: #850008;\n  --ax-black: #050505;\n  --ax-card: #101010;\n  --ax-card-2: #161616;\n  --ax-white: #ffffff;\n  --ax-grey: #a9a9a9;\n  --ax-grey-light: #d5d5d5;\n  --ax-border: rgba(255,255,255,.09);\n\n  position: relative;\n  width: 100%;\n  overflow: hidden;\n  color: var(--ax-white);\n  background:\n    radial-gradient(circle at 5% 0%, rgba(225,6,19,.16), transparent 31%),\n    radial-gradient(circle at 100% 55%, rgba(225,6,19,.08), transparent 28%),\n    linear-gradient(180deg,#050505 0%,#0a0a0a 52%,#050505 100%);\n  border: 1px solid rgba(255,255,255,.08);\n  border-radius: 24px;\n  font-family: inherit;\n  isolation: isolate;\n  box-shadow:\n    0 35px 100px rgba(0,0,0,.36),\n    inset 0 1px 0 rgba(255,255,255,.035);\n}\n\n.axr::before {\n  content: \"\";\n  position: absolute;\n  width: 440px;\n  height: 440px;\n  left: -260px;\n  top: -250px;\n  border-radius: 50%;\n  background: rgba(225,6,19,.15);\n  filter: blur(90px);\n  pointer-events: none;\n}\n\n.axr::after {\n  content: \"\";\n  position: absolute;\n  width: 350px;\n  height: 350px;\n  right: -240px;\n  top: 48%;\n  border-radius: 50%;\n  background: rgba(225,6,19,.10);\n  filter: blur(100px);\n  pointer-events: none;\n}\n\n.axr-inner {\n  position: relative;\n  z-index: 2;\n  max-width: 1160px;\n  margin: 0 auto;\n  padding: clamp(26px,5vw,62px);\n}\n\n\n\/* =======================\n   TRADEMARK\n   ======================= *\/\n\n.axr-tm {\n  display: inline-block;\n  margin-left: 2px;\n  font-size: .38em;\n  line-height: 1;\n  vertical-align: super;\n  letter-spacing: 0;\n  font-weight: 700;\n}\n\n\n\/* =======================\n   INTRO BADGE\n   ======================= *\/\n\n.axr-badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 9px;\n  margin-bottom: 18px;\n  padding: 8px 13px;\n  color: #ffd9dc;\n  background: rgba(225,6,19,.07);\n  border: 1px solid rgba(225,6,19,.32);\n  border-radius: 999px;\n  font-size: 10px;\n  font-weight: 900;\n  letter-spacing: .17em;\n  text-transform: uppercase;\n}\n\n.axr-badge::before {\n  content: \"\";\n  width: 7px;\n  height: 7px;\n  flex: 0 0 7px;\n  border-radius: 50%;\n  background: var(--ax-red-bright);\n  box-shadow: 0 0 18px rgba(255,38,51,.85);\n  animation: axrPulse 1.9s ease-in-out infinite;\n}\n\n@keyframes axrPulse {\n  0%,100% {\n    opacity: .45;\n    transform: scale(.78);\n  }\n  50% {\n    opacity: 1;\n    transform: scale(1.2);\n  }\n}\n\n\n\/* =======================\n   HERO\n   ======================= *\/\n\n.axr-hero-title {\n  max-width: 930px;\n  margin: 0;\n  color: white;\n  font-size: clamp(39px,7vw,78px);\n  font-weight: 950;\n  line-height: .96;\n  letter-spacing: -.052em;\n}\n\n.axr-hero-title .axr-red {\n  color: var(--ax-red);\n}\n\n.axr-intro {\n  max-width: 850px;\n  margin: 22px 0 0;\n  color: #c7c7c7;\n  font-size: clamp(15px,2vw,19px);\n  line-height: 1.75;\n}\n\n.axr-intro strong {\n  color: white;\n}\n\n\n\/* =======================\n   HERO DATA CARDS\n   ======================= *\/\n\n.axr-data-grid {\n  display: grid;\n  grid-template-columns: repeat(3,1fr);\n  gap: 11px;\n  margin-top: 31px;\n}\n\n.axr-data {\n  position: relative;\n  overflow: hidden;\n  min-height: 88px;\n  padding: 17px;\n  background:\n    linear-gradient(\n      145deg,\n      rgba(255,255,255,.052),\n      rgba(255,255,255,.015)\n    );\n  border: 1px solid var(--ax-border);\n  border-radius: 16px;\n}\n\n.axr-data::after {\n  content: \"\";\n  position: absolute;\n  left: 0;\n  bottom: 0;\n  width: 65%;\n  height: 2px;\n  background:\n    linear-gradient(\n      90deg,\n      var(--ax-red),\n      transparent\n    );\n}\n\n.axr-data small {\n  display: block;\n  color: #777;\n  font-size: 9px;\n  font-weight: 900;\n  letter-spacing: .16em;\n  text-transform: uppercase;\n}\n\n.axr-data strong {\n  display: block;\n  margin-top: 7px;\n  color: white;\n  font-size: 14px;\n}\n\n\n\/* =======================\n   DIVIDER\n   ======================= *\/\n\n.axr-divider {\n  width: 100%;\n  height: 1px;\n  margin: 40px 0;\n  background:\n    linear-gradient(\n      90deg,\n      transparent,\n      rgba(225,6,19,.8),\n      rgba(255,255,255,.13),\n      transparent\n    );\n}\n\n\n\/* =======================\n   SECTION HEADINGS\n   ======================= *\/\n\n.axr-kicker {\n  margin: 0 0 7px;\n  color: var(--ax-red-bright);\n  font-size: 10px;\n  font-weight: 900;\n  letter-spacing: .18em;\n  text-transform: uppercase;\n}\n\n.axr-heading {\n  margin: 0;\n  color: white;\n  font-size: clamp(28px,4.2vw,44px);\n  line-height: 1.05;\n  letter-spacing: -.035em;\n}\n\n.axr-subcopy {\n  max-width: 790px;\n  margin: 12px 0 24px;\n  color: #a7a7a7;\n  font-size: 14px;\n  line-height: 1.72;\n}\n\n\n\/* ================================================================\n   PRODUCT CARDS\n   ================================================================ *\/\n\n.axr-products {\n  display: grid;\n  grid-template-columns: repeat(2,minmax(0,1fr));\n  gap: 14px;\n}\n\n.axr-product {\n  position: relative;\n  overflow: hidden;\n  min-height: 205px;\n  padding: 22px;\n  border: 1px solid var(--ax-border);\n  border-radius: 19px;\n  background:\n    radial-gradient(circle at 100% 0%,rgba(225,6,19,.11),transparent 39%),\n    linear-gradient(\n      145deg,\n      rgba(255,255,255,.05),\n      rgba(255,255,255,.014)\n    );\n  transition:\n    transform .28s ease,\n    border-color .28s ease,\n    box-shadow .28s ease;\n}\n\n.axr-product:hover {\n  transform: translateY(-5px);\n  border-color: rgba(225,6,19,.50);\n  box-shadow:\n    0 25px 55px rgba(0,0,0,.30),\n    inset 0 1px 0 rgba(255,255,255,.04);\n}\n\n\n\/* LIGHT SWEEP *\/\n\n.axr-product::after {\n  content: \"\";\n  position: absolute;\n  top: -100%;\n  left: -100%;\n  width: 70%;\n  height: 300%;\n  transform: rotate(25deg);\n  background:\n    linear-gradient(\n      90deg,\n      transparent,\n      rgba(255,255,255,.045),\n      transparent\n    );\n  transition: left .7s ease;\n  pointer-events: none;\n}\n\n.axr-product:hover::after {\n  left: 150%;\n}\n\n\n\/* =======================\n   PRODUCT ICON HEADER\n   ======================= *\/\n\n.axr-product-top {\n  display: flex;\n  align-items: flex-start;\n  justify-content: space-between;\n  gap: 14px;\n}\n\n\n\/*\n   THESE ICONS ARE DELIBERATELY DIFFERENT.\n\n   Each graphic directly corresponds\n   to the physical component described.\n*\/\n\n.axr-product-icon {\n  display: grid;\n  place-items: center;\n  width: 52px;\n  height: 52px;\n  flex: 0 0 52px;\n  border-radius: 15px;\n  color: white;\n  background:\n    linear-gradient(\n      145deg,\n      #f21724,\n      #8d0007\n    );\n  box-shadow:\n    0 12px 30px rgba(225,6,19,.22),\n    inset 0 1px 0 rgba(255,255,255,.20);\n}\n\n.axr-product-icon svg {\n  width: 29px;\n  height: 29px;\n  overflow: visible;\n  fill: none;\n  stroke: white;\n  stroke-width: 1.7;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n\n\/* PRODUCT TYPE BADGE *\/\n\n.axr-product-label {\n  padding: 6px 10px;\n  color: #d7d7d7;\n  background: rgba(255,255,255,.035);\n  border: 1px solid rgba(255,255,255,.10);\n  border-radius: 999px;\n  font-size: 9px;\n  font-weight: 900;\n  letter-spacing: .09em;\n  text-transform: uppercase;\n}\n\n\n\/* PRODUCT COPY *\/\n\n.axr-product h3 {\n  margin: 19px 0 8px;\n  color: white;\n  font-size: 20px;\n  line-height: 1.2;\n}\n\n.axr-product p {\n  margin: 0;\n  color: #a5a5a5;\n  font-size: 13px;\n  line-height: 1.7;\n}\n\n.axr-product p strong {\n  color: white;\n}\n\n.axr-product-full {\n  grid-column: 1 \/ -1;\n}\n\n\n\/* =======================\n   COMPONENT INDICATOR\n   ======================= *\/\n\n.axr-component-bar {\n  display: grid;\n  grid-template-columns: repeat(5,1fr);\n  gap: 8px;\n  margin-top: 24px;\n}\n\n.axr-component-bar span {\n  height: 5px;\n  overflow: hidden;\n  border-radius: 100px;\n  background: rgba(255,255,255,.07);\n}\n\n.axr-component-bar span::before {\n  content: \"\";\n  display: block;\n  width: 100%;\n  height: 100%;\n  background:\n    linear-gradient(\n      90deg,\n      var(--ax-red-deep),\n      var(--ax-red-bright)\n    );\n  transform-origin: left;\n  animation: axrLoad 1.25s cubic-bezier(.2,.8,.2,1) both;\n}\n\n.axr-component-bar span:nth-child(2)::before {\n  animation-delay: .1s;\n}\n\n.axr-component-bar span:nth-child(3)::before {\n  animation-delay: .2s;\n}\n\n.axr-component-bar span:nth-child(4)::before {\n  animation-delay: .3s;\n}\n\n.axr-component-bar span:nth-child(5)::before {\n  animation-delay: .4s;\n}\n\n@keyframes axrLoad {\n  from { transform: scaleX(0); }\n  to { transform: scaleX(1); }\n}\n\n\n\/* ================================================================\n   VALUE PANEL\n   ================================================================ *\/\n\n.axr-value {\n  position: relative;\n  overflow: hidden;\n  padding: clamp(26px,4vw,40px);\n  border: 1px solid rgba(225,6,19,.28);\n  border-radius: 21px;\n  background:\n    radial-gradient(\n      circle at 100% 0%,\n      rgba(225,6,19,.17),\n      transparent 32%\n    ),\n    linear-gradient(120deg,#111,#080808);\n}\n\n.axr-value::before {\n  content: \"\";\n  position: absolute;\n  inset: 0 auto 0 0;\n  width: 4px;\n  background: var(--ax-red);\n  box-shadow: 0 0 28px rgba(225,6,19,.65);\n}\n\n.axr-value h3 {\n  margin: 0 0 11px;\n  color: white;\n  font-size: clamp(24px,3.5vw,35px);\n  line-height: 1.1;\n}\n\n.axr-value p {\n  max-width: 860px;\n  margin: 0;\n  color: #b5b5b5;\n  font-size: 14px;\n  line-height: 1.75;\n}\n\n\n\/* ================================================================\n   PROCESS\n   ================================================================ *\/\n\n.axr-process {\n  display: grid;\n  grid-template-columns: repeat(4,1fr);\n  gap: 11px;\n  counter-reset: axrStep;\n}\n\n.axr-step {\n  position: relative;\n  min-height: 185px;\n  padding: 21px 18px;\n  overflow: hidden;\n  border: 1px solid rgba(255,255,255,.09);\n  border-radius: 17px;\n  background:\n    linear-gradient(\n      145deg,\n      rgba(255,255,255,.035),\n      rgba(255,255,255,.012)\n    );\n  counter-increment: axrStep;\n  transition:\n    transform .25s ease,\n    border-color .25s ease;\n}\n\n.axr-step:hover {\n  transform: translateY(-4px);\n  border-color: rgba(225,6,19,.4);\n}\n\n.axr-step::before {\n  content: \"0\" counter(axrStep);\n  display: block;\n  margin-bottom: 19px;\n  color: var(--ax-red);\n  font-size: 30px;\n  font-weight: 950;\n  line-height: 1;\n}\n\n.axr-step::after {\n  content: \"\";\n  position: absolute;\n  top: 0;\n  left: 18px;\n  width: 58%;\n  height: 2px;\n  background:\n    linear-gradient(\n      90deg,\n      var(--ax-red),\n      transparent\n    );\n}\n\n.axr-step h4 {\n  margin: 0 0 8px;\n  color: white;\n  font-size: 15px;\n}\n\n.axr-step p {\n  margin: 0;\n  color: #999;\n  font-size: 12px;\n  line-height: 1.62;\n}\n\n\n\/* ================================================================\n   INTERACTIVE INFO SYSTEM\n   ================================================================ *\/\n\n.axr-info {\n  display: grid;\n  gap: 9px;\n}\n\n.axr-info details {\n  overflow: hidden;\n  border: 1px solid rgba(255,255,255,.09);\n  border-radius: 16px;\n  background: rgba(255,255,255,.023);\n  transition:\n    border-color .25s ease,\n    background .25s ease,\n    transform .25s ease;\n}\n\n.axr-info details:hover {\n  border-color: rgba(225,6,19,.24);\n}\n\n.axr-info details[open] {\n  border-color: rgba(225,6,19,.4);\n  background: rgba(225,6,19,.045);\n}\n\n.axr-info summary {\n  position: relative;\n  cursor: pointer;\n  list-style: none;\n  padding: 18px 54px 18px 19px;\n  color: white;\n  font-size: 14px;\n  font-weight: 800;\n}\n\n.axr-info summary::-webkit-details-marker {\n  display: none;\n}\n\n.axr-info summary::after {\n  content: \"+\";\n  position: absolute;\n  top: 50%;\n  right: 19px;\n  color: var(--ax-red-bright);\n  font-size: 24px;\n  font-weight: 300;\n  transform: translateY(-50%);\n  transition: transform .25s ease;\n}\n\n.axr-info details[open] summary::after {\n  transform:\n    translateY(-50%)\n    rotate(45deg);\n}\n\n.axr-info-body {\n  padding: 0 19px 20px;\n  color: #aaa;\n  font-size: 13px;\n  line-height: 1.74;\n}\n\n.axr-info-body strong {\n  color: white;\n}\n\n\n\/* ================================================================\n   FINAL STATEMENT\n   ================================================================ *\/\n\n.axr-final {\n  position: relative;\n  overflow: hidden;\n  margin-top: 37px;\n  padding: clamp(28px,5vw,50px);\n  text-align: center;\n  border: 1px solid rgba(225,6,19,.25);\n  border-radius: 22px;\n  background:\n    radial-gradient(\n      circle at 50% 110%,\n      rgba(225,6,19,.20),\n      transparent 51%\n    ),\n    #080808;\n}\n\n.axr-final-brand {\n  display: inline-block;\n  margin-bottom: 10px;\n  color: var(--ax-red);\n  font-size: 11px;\n  font-weight: 900;\n  letter-spacing: .19em;\n}\n\n.axr-final h3 {\n  max-width: 780px;\n  margin: auto;\n  color: white;\n  font-size: clamp(29px,5vw,50px);\n  line-height: 1.04;\n  letter-spacing: -.043em;\n}\n\n.axr-final p {\n  max-width: 700px;\n  margin: 18px auto 0;\n  color: #aaa;\n  font-size: 14px;\n  line-height: 1.73;\n}\n\n\n\/* =======================\n   SAFETY NOTE\n   ======================= *\/\n\n.axr-note {\n  margin-top: 23px;\n  padding-top: 19px;\n  border-top: 1px solid rgba(255,255,255,.07);\n  color: #777;\n  font-size: 11px;\n  line-height: 1.65;\n}\n\n.axr-note strong {\n  color: #bcbcbc;\n}\n\n\n\/* ================================================================\n   RESPONSIVE\n   ================================================================ *\/\n\n@media (max-width: 800px) {\n\n  .axr-inner {\n    padding: 26px 17px 32px;\n  }\n\n  .axr-data-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .axr-products {\n    grid-template-columns: 1fr;\n  }\n\n  .axr-product-full {\n    grid-column: auto;\n  }\n\n  .axr-process {\n    grid-template-columns: 1fr 1fr;\n  }\n\n  .axr-product {\n    min-height: auto;\n  }\n\n}\n\n@media (max-width: 520px) {\n\n  .axr {\n    border-radius: 16px;\n  }\n\n  .axr-hero-title {\n    font-size: 40px;\n  }\n\n  .axr-process {\n    grid-template-columns: 1fr;\n  }\n\n  .axr-divider {\n    margin: 30px 0;\n  }\n\n}\n\n\n\/* ACCESSIBILITY *\/\n\n@media (prefers-reduced-motion: reduce) {\n\n  .axr *,\n  .axr *::before,\n  .axr *::after {\n    animation: none !important;\n    transition: none !important;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\u003csection class=\"axr\"\u003e\n\n\u003cdiv class=\"axr-inner\"\u003e\n\n\n\u003c!-- =========================================================\n     HERO\n     ========================================================= --\u003e\n\n\u003cdiv class=\"axr-badge\"\u003e\n  AUTONEXX\u003cspan class=\"axr-tm\"\u003e™\u003c\/span\u003e EXTERIOR CARE SYSTEM\n\u003c\/div\u003e\n\n\n\u003ch2 class=\"axr-hero-title\"\u003e\n  Your vehicle took the hit.\u003cbr\u003e\n  \u003cspan class=\"axr-red\"\u003e\n    Your wallet doesn't have to.\n  \u003c\/span\u003e\n\u003c\/h2\u003e\n\n\n\u003cp class=\"axr-intro\"\u003e\n\n  A dent or visible scratch can instantly change the way you feel about your vehicle.\n\n  The\n  \u003cstrong\u003e\n    AUTONEXX\u003cspan class=\"axr-tm\"\u003e™\u003c\/span\u003e\n    Exterior Panel Rescue Kit\n  \u003c\/strong\u003e\n  gives you a practical first line of defence against suitable cosmetic exterior\n  imperfections before you immediately commit to an expensive professional repair.\n\n\u003c\/p\u003e\n\n\n\n\u003cdiv class=\"axr-data-grid\"\u003e\n\n  \u003cdiv class=\"axr-data\"\u003e\n    \u003csmall\u003eDent Recovery\u003c\/small\u003e\n    \u003cstrong\u003eTwo suction puller sizes\u003c\/strong\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"axr-data\"\u003e\n    \u003csmall\u003eScratch Treatment\u003c\/small\u003e\n    \u003cstrong\u003e100 ML Scratch Removal Wax\u003c\/strong\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"axr-data\"\u003e\n    \u003csmall\u003eFinishing System\u003c\/small\u003e\n    \u003cstrong\u003eSponge + Microfibre Cloth\u003c\/strong\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\n\u003cdiv class=\"axr-divider\"\u003e\u003c\/div\u003e\n\n\n\n\u003c!-- =========================================================\n     KIT CONTENTS\n     ========================================================= --\u003e\n\n\u003cp class=\"axr-kicker\"\u003e\n  What's inside your AUTONEXX\u003cspan class=\"axr-tm\"\u003e™\u003c\/span\u003e kit\n\u003c\/p\u003e\n\n\n\u003ch3 class=\"axr-heading\"\u003e\n  Everything has a job.\n\u003c\/h3\u003e\n\n\n\u003cp class=\"axr-subcopy\"\u003e\n\n  Five components. Five specific purposes.\n\n  From creating suction over a suitable dent to applying the polishing wax\n  and completing the final buff, every item inside the\n  AUTONEXX\u003cspan class=\"axr-tm\"\u003e™\u003c\/span\u003e\n  Exterior Panel Rescue Kit has a defined role.\n\n\u003c\/p\u003e\n\n\n\n\u003cdiv class=\"axr-products\"\u003e\n\n\n\u003c!-- =========================================================\n     LARGE DENT PULLER\n     ICON = ACTUAL SUCTION PULLER\n     ========================================================= --\u003e\n\n\u003carticle class=\"axr-product\"\u003e\n\n  \u003cdiv class=\"axr-product-top\"\u003e\n\n    \u003cdiv class=\"axr-product-icon\" aria-label=\"Large suction dent puller icon\"\u003e\n\n      \u003csvg viewbox=\"0 0 32 32\"\u003e\n\n        \u003c!-- suction base --\u003e\n        \u003cellipse cx=\"16\" cy=\"24\" rx=\"11\" ry=\"4\"\u003e\u003c\/ellipse\u003e\n\n        \u003cpath d=\"M6 23h20\"\u003e\u003c\/path\u003e\n\n        \u003c!-- support arms --\u003e\n        \u003cpath d=\"M10 21l2-9\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M22 21l-2-9\"\u003e\u003c\/path\u003e\n\n        \u003c!-- handle --\u003e\n        \u003crect x=\"10\" y=\"5\" width=\"12\" height=\"8\" rx=\"3\"\u003e\u003c\/rect\u003e\n\n        \u003c!-- centre mechanism --\u003e\n        \u003cpath d=\"M16 13v8\"\u003e\u003c\/path\u003e\n\n      \u003c\/svg\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cspan class=\"axr-product-label\"\u003e\n      Heavy Duty\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003ch3\u003e\n    Large Dent Puller\n  \u003c\/h3\u003e\n\n\n  \u003cp\u003e\n\n    Designed for suitable\n    \u003cstrong\u003elarger, smoother dents\u003c\/strong\u003e,\n    the larger suction puller provides a broad contact surface to create\n    a strong seal over compatible vehicle panels.\n\n    Its wider base distributes pulling force across a larger section\n    of the affected area.\n\n  \u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\n\n\u003c!-- =========================================================\n     SMALL DENT PULLER\n     ICON = SMALLER SUCTION PULLER\n     ========================================================= --\u003e\n\n\u003carticle class=\"axr-product\"\u003e\n\n  \u003cdiv class=\"axr-product-top\"\u003e\n\n    \u003cdiv class=\"axr-product-icon\" aria-label=\"Compact suction dent puller icon\"\u003e\n\n      \u003csvg viewbox=\"0 0 32 32\"\u003e\n\n        \u003c!-- compact base --\u003e\n        \u003cellipse cx=\"16\" cy=\"24\" rx=\"8\" ry=\"3\"\u003e\u003c\/ellipse\u003e\n\n        \u003cpath d=\"M9 23h14\"\u003e\u003c\/path\u003e\n\n        \u003c!-- narrower support --\u003e\n        \u003cpath d=\"M12 21l1.5-8\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M20 21l-1.5-8\"\u003e\u003c\/path\u003e\n\n        \u003c!-- smaller handle --\u003e\n        \u003crect x=\"11.5\" y=\"6\" width=\"9\" height=\"7\" rx=\"2.5\"\u003e\u003c\/rect\u003e\n\n        \u003cpath d=\"M16 13v8\"\u003e\u003c\/path\u003e\n\n      \u003c\/svg\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cspan class=\"axr-product-label\"\u003e\n      Precision\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003ch3\u003e\n    Compact Dent Puller\n  \u003c\/h3\u003e\n\n\n  \u003cp\u003e\n\n    The compact puller gives you greater control when addressing\n    \u003cstrong\u003esmaller dents and tighter panel areas\u003c\/strong\u003e.\n\n    Its smaller suction footprint makes it easier to position\n    where the larger puller may not be appropriate.\n\n  \u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\n\n\u003c!-- =========================================================\n     SCRATCH WAX\n     ICON = PRODUCT JAR\n     ========================================================= --\u003e\n\n\u003carticle class=\"axr-product\"\u003e\n\n  \u003cdiv class=\"axr-product-top\"\u003e\n\n    \u003cdiv class=\"axr-product-icon\" aria-label=\"Scratch removal wax jar icon\"\u003e\n\n      \u003csvg viewbox=\"0 0 32 32\"\u003e\n\n        \u003c!-- lid --\u003e\n        \u003crect x=\"8\" y=\"6\" width=\"16\" height=\"4\" rx=\"1\"\u003e\u003c\/rect\u003e\n\n        \u003c!-- jar --\u003e\n        \u003cpath d=\"M9 10h14l-1 14H10z\"\u003e\u003c\/path\u003e\n\n        \u003c!-- label --\u003e\n        \u003cpath d=\"M11 15h10\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M12 19h8\"\u003e\u003c\/path\u003e\n\n      \u003c\/svg\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cspan class=\"axr-product-label\"\u003e\n      100 ML\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003ch3\u003e\n    100 ML Scratch Removal Wax\n  \u003c\/h3\u003e\n\n\n  \u003cp\u003e\n\n    The kit includes a\n    \u003cstrong\u003e100 ML scratch-removal polishing wax\u003c\/strong\u003e\n    designed to remove scratches, revive the appearance of your vehicle's paintwork\n    and restore a cleaner, smoother, more polished finish.\n\n    It forms the polishing stage of the\n    AUTONEXX\u003cspan class=\"axr-tm\"\u003e™\u003c\/span\u003e\n    exterior-care process, helping bring your vehicle's finish back to life.\n\n  \u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\n\n\u003c!-- =========================================================\n     SPONGE\n     ICON = ROUND APPLICATOR SPONGE\n     ========================================================= --\u003e\n\n\u003carticle class=\"axr-product\"\u003e\n\n  \u003cdiv class=\"axr-product-top\"\u003e\n\n    \u003cdiv class=\"axr-product-icon\" aria-label=\"Soft sponge applicator icon\"\u003e\n\n      \u003csvg viewbox=\"0 0 32 32\"\u003e\n\n        \u003c!-- round sponge --\u003e\n        \u003cellipse cx=\"16\" cy=\"17\" rx=\"10\" ry=\"8\"\u003e\u003c\/ellipse\u003e\n\n        \u003c!-- sponge texture --\u003e\n        \u003ccircle cx=\"12\" cy=\"15\" r=\".7\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"18\" cy=\"13\" r=\".7\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"20\" cy=\"19\" r=\".7\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"14\" cy=\"20\" r=\".7\"\u003e\u003c\/circle\u003e\n\n      \u003c\/svg\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cspan class=\"axr-product-label\"\u003e\n      Included Applicator\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003ch3\u003e\n    Soft Sponge Applicator\n  \u003c\/h3\u003e\n\n\n  \u003cp\u003e\n\n    The included soft sponge applicator is\n    \u003cstrong\u003e\n      engineered to polish automotive exterior paint efficiently\n    \u003c\/strong\u003e.\n\n    Its soft surface helps distribute the 100 ML scratch-removal wax\n    evenly across the target area while allowing controlled,\n    consistent polishing pressure.\n\n  \u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\n\n\u003c!-- =========================================================\n     MICROFIBRE CLOTH\n     ICON = FOLDED CLOTH\n     ========================================================= --\u003e\n\n\u003carticle class=\"axr-product axr-product-full\"\u003e\n\n  \u003cdiv class=\"axr-product-top\"\u003e\n\n    \u003cdiv class=\"axr-product-icon\" aria-label=\"Microfibre cloth icon\"\u003e\n\n      \u003csvg viewbox=\"0 0 32 32\"\u003e\n\n        \u003c!-- folded cloth layers --\u003e\n        \u003cpath d=\"M7 10h17l2 5H9z\"\u003e\u003c\/path\u003e\n\n        \u003cpath d=\"M9 15h17l-3 8H6z\"\u003e\u003c\/path\u003e\n\n        \u003cpath d=\"M9 19h14\"\u003e\u003c\/path\u003e\n\n        \u003c!-- fibre indication --\u003e\n        \u003cpath d=\"M11 23v2\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M15 23v2\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M19 23v2\"\u003e\u003c\/path\u003e\n\n      \u003c\/svg\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cspan class=\"axr-product-label\"\u003e\n      Finishing Stage\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003ch3\u003e\n    Microfibre Finishing Cloth\n  \u003c\/h3\u003e\n\n\n  \u003cp\u003e\n\n    After polishing, complete the process with the supplied\n    \u003cstrong\u003esoft microfibre cloth\u003c\/strong\u003e.\n\n    Its fine fibres help lift remaining product residue from the treated\n    surface while allowing you to gently buff the paintwork to a cleaner,\n    more refined finish.\n\n    It means your AUTONEXX\u003cspan class=\"axr-tm\"\u003e™\u003c\/span\u003e\n    kit includes both the product needed to polish the surface\n    \u003cstrong\u003eand the tool needed to finish it.\u003c\/strong\u003e\n\n  \u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\n\u003c\/div\u003e\n\n\n\n\u003cdiv class=\"axr-component-bar\"\u003e\n  \u003cspan\u003e\u003c\/span\u003e\n  \u003cspan\u003e\u003c\/span\u003e\n  \u003cspan\u003e\u003c\/span\u003e\n  \u003cspan\u003e\u003c\/span\u003e\n  \u003cspan\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\n\n\n\u003cdiv class=\"axr-divider\"\u003e\u003c\/div\u003e\n\n\n\n\u003c!-- =========================================================\n     VALUE PROPOSITION\n     ========================================================= --\u003e\n\n\u003cdiv class=\"axr-value\"\u003e\n\n  \u003cp class=\"axr-kicker\"\u003e\n    The AUTONEXX\u003cspan class=\"axr-tm\"\u003e™\u003c\/span\u003e philosophy\n  \u003c\/p\u003e\n\n\n  \u003ch3\u003e\n    Restore first. Replace only when you actually have to.\n  \u003c\/h3\u003e\n\n\n  \u003cp\u003e\n\n    Cosmetic exterior damage can quickly turn into conversations\n    about workshop visits, panel replacement and expensive body repairs.\n\n    AUTONEXX\u003cspan class=\"axr-tm\"\u003e™\u003c\/span\u003e\n    gives you another option first.\n\n    Assess the damage, select the appropriate tool,\n    and attempt to improve suitable cosmetic imperfections\n    before immediately committing to a larger repair.\n\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\n\u003cdiv class=\"axr-divider\"\u003e\u003c\/div\u003e\n\n\n\n\u003c!-- =========================================================\n     HOW IT WORKS\n     ========================================================= --\u003e\n\n\u003cp class=\"axr-kicker\"\u003e\n  The AUTONEXX\u003cspan class=\"axr-tm\"\u003e™\u003c\/span\u003e process\n\u003c\/p\u003e\n\n\n\u003ch3 class=\"axr-heading\"\u003e\n  From damaged-looking to cared-for.\n\u003c\/h3\u003e\n\n\n\u003cp class=\"axr-subcopy\"\u003e\n\n  A straightforward four-stage workflow covering both\n  dent correction and exterior polishing.\n\n\u003c\/p\u003e\n\n\n\n\u003cdiv class=\"axr-process\"\u003e\n\n\n\u003cdiv class=\"axr-step\"\u003e\n\n  \u003ch4\u003e\n    Prepare\n  \u003c\/h4\u003e\n\n  \u003cp\u003e\n\n    Clean the affected area thoroughly.\n\n    The panel and suction surface should be free from loose dirt,\n    oils and debris before beginning.\n\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\n\u003cdiv class=\"axr-step\"\u003e\n\n  \u003ch4\u003e\n    Create Suction\n  \u003c\/h4\u003e\n\n  \u003cp\u003e\n\n    Choose the puller size appropriate for the dent and position it\n    on a suitable smooth section of the panel where a secure\n    suction seal can form.\n\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\n\u003cdiv class=\"axr-step\"\u003e\n\n  \u003ch4\u003e\n    Polish\n  \u003c\/h4\u003e\n\n  \u003cp\u003e\n\n    Apply a small amount of the\n    \u003cstrong\u003e100 ML scratch-removal wax\u003c\/strong\u003e\n    to the soft yellow sponge and work the product evenly\n    across the target area.\n\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\n\u003cdiv class=\"axr-step\"\u003e\n\n  \u003ch4\u003e\n    Finish\n  \u003c\/h4\u003e\n\n  \u003cp\u003e\n\n    Use the included microfibre cloth to remove excess residue\n    and gently buff the treated paintwork.\n\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\n\u003cdiv class=\"axr-divider\"\u003e\u003c\/div\u003e\n\n\n\n\u003c!-- =========================================================\n     INTERACTIVE QUESTIONS\n     ========================================================= --\u003e\n\n\u003cp class=\"axr-kicker\"\u003e\n  AUTONEXX\u003cspan class=\"axr-tm\"\u003e™\u003c\/span\u003e product intelligence\n\u003c\/p\u003e\n\n\n\u003ch3 class=\"axr-heading\"\u003e\n  Tap. Learn. Know exactly what you're getting.\n\u003c\/h3\u003e\n\n\n\u003cp class=\"axr-subcopy\"\u003e\n\n  Open any section below for additional product information.\n\n\u003c\/p\u003e\n\n\n\n\u003cdiv class=\"axr-info\"\u003e\n\n\n\u003cdetails\u003e\n\n  \u003csummary\u003e\n    What exactly comes inside the AUTONEXX\u003cspan class=\"axr-tm\"\u003e™\u003c\/span\u003e kit?\n  \u003c\/summary\u003e\n\n  \u003cdiv class=\"axr-info-body\"\u003e\n\n    Every Exterior Panel Rescue Kit contains:\n\n    \u003cstrong\u003e\n      one large suction dent puller,\n      one compact suction dent puller,\n      one 100 ML scratch-removal wax container,\n      one soft yellow sponge applicator,\n      and one microfibre finishing cloth.\n    \u003c\/strong\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\n\u003cdetails\u003e\n\n  \u003csummary\u003e\n    How much scratch-removal wax is supplied?\n  \u003c\/summary\u003e\n\n  \u003cdiv class=\"axr-info-body\"\u003e\n\n    The scratch-removal wax supplied with the\n    AUTONEXX\u003cspan class=\"axr-tm\"\u003e™\u003c\/span\u003e\n    Exterior Panel Rescue Kit is\n    \u003cstrong\u003e100 ML.\u003c\/strong\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\n\u003cdetails\u003e\n\n  \u003csummary\u003e\n    Why are there two different dent pullers?\n  \u003c\/summary\u003e\n\n  \u003cdiv class=\"axr-info-body\"\u003e\n\n    Dent dimensions and available suction areas vary.\n\n    The larger AUTONEXX\u003cspan class=\"axr-tm\"\u003e™\u003c\/span\u003e\n    puller provides a wider contact surface for suitable larger dents,\n    while the smaller puller offers greater control when working\n    around more compact areas.\n\n  \u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\n\u003cdetails\u003e\n\n  \u003csummary\u003e\n    What does the yellow sponge applicator do?\n  \u003c\/summary\u003e\n\n  \u003cdiv class=\"axr-info-body\"\u003e\n\n    The soft yellow applicator is specifically included for\n    applying the scratch-removal wax.\n\n    It is\n    \u003cstrong\u003e\n      engineered to polish automotive exterior paint efficiently\n    \u003c\/strong\u003e\n    by helping spread the polishing product evenly while providing\n    controlled contact with the paint surface.\n\n  \u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\n\u003cdetails\u003e\n\n  \u003csummary\u003e\n    Why does AUTONEXX\u003cspan class=\"axr-tm\"\u003e™\u003c\/span\u003e include a microfibre cloth?\n  \u003c\/summary\u003e\n\n  \u003cdiv class=\"axr-info-body\"\u003e\n\n    Polishing is not complete once the wax has simply been applied.\n\n    The microfibre cloth is included for the final finishing stage:\n    removing remaining residue and gently buffing the treated surface.\n\n  \u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\n\u003cdetails\u003e\n\n  \u003csummary\u003e\n    When should the dent pullers not be used?\n  \u003c\/summary\u003e\n\n  \u003cdiv class=\"axr-info-body\"\u003e\n\n    The dent pullers are designed for cosmetic dent correction\n    on panels that can form a secure suction seal.\n\n    If a panel has been\n    \u003cstrong\u003esharply folded, completely creased or structurally deformed\u003c\/strong\u003e\n    to the point that its original shape or dimensions have been significantly altered,\n    professional body repair is the appropriate next step.\n\n    Any damage that affects the safe operation of the vehicle\n    should be professionally assessed before driving.\n\n  \u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\u003c\/div\u003e\n\n\n\n\u003c!-- =========================================================\n     FINAL BRAND SECTION\n     ========================================================= --\u003e\n\n\u003cdiv class=\"axr-final\"\u003e\n\n  \u003cspan class=\"axr-final-brand\"\u003e\n    AUTONEXX\u003cspan class=\"axr-tm\"\u003e™\u003c\/span\u003e\n  \u003c\/span\u003e\n\n\n  \u003ch3\u003e\n    One kit between the damage and the repair bill.\n  \u003c\/h3\u003e\n\n\n  \u003cp\u003e\n\n    Keep a practical exterior-care system within reach for the\n    dents, marks and cosmetic imperfections that appear when\n    you least expect them.\n\n    Two dent-pulling solutions.\n    A 100 ML polishing treatment.\n    A dedicated soft applicator.\n    A microfibre finishing cloth.\n\n    \u003cstrong\u003e\n      One complete AUTONEXX\u003cspan class=\"axr-tm\"\u003e™\u003c\/span\u003e\n      Exterior Panel Rescue Kit.\n    \u003c\/strong\u003e\n\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\n\u003cp class=\"axr-note\"\u003e\n\n  \u003cstrong\u003e\n    AUTONEXX\u003cspan class=\"axr-tm\"\u003e™\u003c\/span\u003e usage note:\n  \u003c\/strong\u003e\n\n  Inspect the affected area before use.\n  Suction pullers require a suitable smooth, non-porous surface\n  in order to form a secure seal.\n  Avoid excessive pulling force.\n  Panels that are sharply folded, fully creased or structurally deformed\n  should be professionally repaired, particularly where the damage\n  affects the vehicle's original dimensions or safe operation.\n\n\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e","brand":"AUTONEXX SA™","offers":[{"title":"Default Title","offer_id":46917914984620,"sku":null,"price":749.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0768\/8126\/4812\/files\/ChatGPT_Image_Aug_29_2026_at_12_02_46_PM_3.png?v=1787997880","url":"https:\/\/autonexx.co.za\/products\/autonexx%e2%84%a2-exterior-panel-rescue-kit","provider":"AUTONEXX SA™","version":"1.0","type":"link"}