{"product_id":"all-in-one-wheel-care-restoration-paste","title":"All-in-One Wheel Care \u0026 Restoration Paste","description":"\u003cstyle\u003e\n\/* =========================================================\n   Wheel Care Product Page — Desktop \/ Tablet \/ Mobile\n   Optimized for Shopify Custom Liquid \/ HTML blocks\n   ========================================================= *\/\n\n\/* ---------- Component reset \/ theme isolation ---------- *\/\n.wheelcare-page,\n.wheelcare-page *,\n.wheelcare-page *::before,\n.wheelcare-page *::after {\n  box-sizing: border-box;\n}\n\n.wheelcare-page {\n  --wc-bg: #0d0f12;\n  --wc-bg-soft: #15181d;\n  --wc-card: #181c21;\n  --wc-text: #ffffff;\n  --wc-muted: #c6cbd2;\n  --wc-accent: #ff9f1a;\n  --wc-accent-2: #ffc45b;\n  --wc-content: 1280px;\n\n  width: 100%;\n  max-width: none;\n  margin: 0;\n  padding: 0;\n  overflow: hidden;\n  background: #fff;\n  color: #17191c;\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, Helvetica, sans-serif;\n  font-size: 16px;\n  line-height: 1.5;\n  text-align: left;\n  isolation: isolate;\n  -webkit-font-smoothing: antialiased;\n  text-rendering: optimizeLegibility;\n  container-type: inline-size;\n  container-name: wheelcare;\n}\n\n.wheelcare-page section,\n.wheelcare-page div,\n.wheelcare-page h1,\n.wheelcare-page h2,\n.wheelcare-page h3,\n.wheelcare-page h4,\n.wheelcare-page p,\n.wheelcare-page ul,\n.wheelcare-page li,\n.wheelcare-page blockquote {\n  max-width: none;\n}\n\n.wheelcare-page h1,\n.wheelcare-page h2,\n.wheelcare-page h3,\n.wheelcare-page h4,\n.wheelcare-page p,\n.wheelcare-page ul,\n.wheelcare-page blockquote {\n  margin-top: 0;\n}\n\n.wheelcare-page h1,\n.wheelcare-page h2,\n.wheelcare-page h3,\n.wheelcare-page h4 {\n  margin-bottom: 0;\n  color: inherit;\n  font-family: inherit;\n  overflow-wrap: normal;\n  word-break: normal;\n  hyphens: none;\n  text-wrap: balance;\n}\n\n.wheelcare-page p,\n.wheelcare-page li,\n.wheelcare-page blockquote {\n  overflow-wrap: break-word;\n  word-break: normal;\n  hyphens: none;\n}\n\n.wheelcare-page img {\n  display: block;\n  width: 100%;\n  max-width: 100%;\n  height: auto;\n  margin: 0;\n  border: 0;\n}\n\n.wheelcare-page a {\n  color: inherit;\n}\n\n\/* ---------- HERO ---------- *\/\n.wc-hero {\n  position: relative;\n  width: 100%;\n  overflow: hidden;\n  padding: clamp(72px, 7vw, 112px) clamp(24px, 5vw, 72px) clamp(64px, 6vw, 96px);\n  background:\n    radial-gradient(circle at 92% 0%, rgba(255,159,26,.19), transparent 34%),\n    radial-gradient(circle at 4% 100%, rgba(255,255,255,.07), transparent 35%),\n    linear-gradient(145deg, #16191e 0%, #090b0e 100%);\n  color: #fff;\n}\n\n.wc-hero::before {\n  content: \"\";\n  position: absolute;\n  width: 360px;\n  height: 360px;\n  top: -210px;\n  right: -80px;\n  border: 1px solid rgba(255,255,255,.08);\n  border-radius: 50%;\n  pointer-events: none;\n}\n\n.wc-hero::after {\n  content: \"\";\n  position: absolute;\n  width: 520px;\n  height: 1px;\n  top: 110px;\n  right: -120px;\n  transform: rotate(-35deg);\n  background: linear-gradient(90deg, transparent, rgba(255,159,26,.62), transparent);\n  pointer-events: none;\n}\n\n.wc-hero-inner {\n  position: relative;\n  z-index: 2;\n  width: min(100%, 1080px);\n  margin: 0 auto;\n  text-align: center;\n}\n\n.wc-eyebrow {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  gap: 8px;\n  margin: 0 0 22px;\n  padding: 9px 16px;\n  border: 1px solid rgba(255,159,26,.45);\n  border-radius: 999px;\n  background: rgba(255,159,26,.08);\n  color: var(--wc-accent-2);\n  font-size: 12px;\n  font-weight: 800;\n  letter-spacing: 1.3px;\n  line-height: 1.2;\n  text-transform: uppercase;\n}\n\n.wc-hero h1 {\n  width: 100%;\n  margin: 0 auto 22px;\n  color: #fff;\n  font-size: clamp(44px, 5vw, 76px);\n  font-weight: 900;\n  line-height: 1.01;\n  letter-spacing: clamp(-3px, -.18vw, -1.5px);\n}\n\n.wc-hero h1 span {\n  color: var(--wc-accent);\n}\n\n.wc-hero-lead,\n.wc-hero-description,\n.wc-hero-note {\n  width: 100%;\n  margin-left: auto;\n  margin-right: auto;\n}\n\n.wc-hero-lead {\n  max-width: 880px !important;\n  margin-bottom: 16px;\n  color: #e1e4e8;\n  font-size: clamp(17px, 1.35vw, 20px);\n  line-height: 1.65;\n}\n\n.wc-hero-description {\n  max-width: 940px !important;\n  margin-bottom: 16px;\n  color: #d2d6dc;\n  font-size: clamp(15px, 1.12vw, 17px);\n  line-height: 1.72;\n}\n\n.wc-hero-description strong,\n.wc-hero-note strong {\n  color: #fff;\n}\n\n.wc-hero-note {\n  max-width: 820px !important;\n  margin-top: 24px;\n  padding-top: 22px;\n  border-top: 1px solid rgba(255,255,255,.12);\n  color: #f5f5f5;\n  font-size: 15px;\n  font-weight: 600;\n  line-height: 1.65;\n}\n\n\/* ---------- SECTIONS ---------- *\/\n.wc-section {\n  width: 100%;\n  padding: clamp(64px, 6vw, 96px) clamp(24px, 5vw, 72px);\n}\n\n.wc-section-dark {\n  background: linear-gradient(180deg, #101317, #171b20);\n  color: #fff;\n}\n\n.wc-section-light {\n  background: #fff;\n  color: #17191c;\n}\n\n.wc-section-soft {\n  background: #f4f5f6;\n  color: #17191c;\n}\n\n.wc-section-title {\n  width: min(100%, 860px);\n  margin: 0 auto 46px;\n  text-align: center;\n}\n\n.wc-section-title h2 {\n  margin: 0 0 12px;\n  color: inherit;\n  font-size: clamp(34px, 3.5vw, 52px);\n  font-weight: 900;\n  line-height: 1.08;\n  letter-spacing: -1.3px;\n}\n\n.wc-section-title p {\n  margin: 0;\n  color: #656b73;\n  font-size: clamp(15px, 1.15vw, 17px);\n  line-height: 1.65;\n}\n\n.wc-section-dark .wc-section-title p {\n  color: #bfc4ca;\n}\n\n\/* ---------- QUICK BENEFITS ---------- *\/\n.wc-quick-grid {\n  width: min(100%, 1080px);\n  margin: 0 auto 46px;\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n  gap: 18px;\n}\n\n.wc-quick-item {\n  min-width: 0;\n  padding: 25px 20px;\n  border: 1px solid rgba(255,255,255,.09);\n  border-radius: 18px;\n  background: linear-gradient(145deg, rgba(255,255,255,.085), rgba(255,255,255,.025));\n  box-shadow: inset 0 1px 0 rgba(255,255,255,.035);\n  text-align: center;\n}\n\n.wc-quick-item strong {\n  display: block;\n  margin-bottom: 7px;\n  color: var(--wc-accent-2);\n  font-size: 16px;\n  line-height: 1.3;\n}\n\n.wc-quick-item span {\n  display: block;\n  color: #d1d5da;\n  font-size: 13px;\n  line-height: 1.5;\n}\n\n\/* ---------- FEATURE BLOCKS ---------- *\/\n.wc-feature-list {\n  width: min(100%, var(--wc-content));\n  margin: 0 auto;\n}\n\n.wc-feature {\n  width: 100%;\n  min-width: 0;\n  overflow: hidden;\n  margin: 0 0 32px;\n  display: grid;\n  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);\n  align-items: stretch;\n  border: 1px solid #e1e4e8;\n  border-radius: 24px;\n  background: #fff;\n  box-shadow: 0 16px 48px rgba(17,24,39,.09);\n}\n\n.wc-feature:last-child {\n  margin-bottom: 0;\n}\n\n.wc-feature:nth-child(even) {\n  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);\n}\n\n.wc-feature-content {\n  min-width: 0;\n  min-height: 410px;\n  padding: clamp(34px, 3.3vw, 52px);\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n}\n\n.wc-feature:nth-child(even) .wc-feature-content {\n  order: 2;\n}\n\n.wc-feature-image {\n  min-width: 0;\n  min-height: 410px;\n  overflow: hidden;\n  background: #e9ebed;\n}\n\n.wc-feature:nth-child(even) .wc-feature-image {\n  order: 1;\n}\n\n.wc-feature-image img {\n  width: 100%;\n  height: 100%;\n  min-height: 410px;\n  object-fit: cover;\n  object-position: center;\n  transition: transform .45s ease;\n}\n\n@media (hover: hover) and (pointer: fine) {\n  .wc-feature:hover .wc-feature-image img {\n    transform: scale(1.02);\n  }\n}\n\n.wc-feature-heading {\n  display: flex;\n  align-items: center;\n  gap: 14px;\n  min-width: 0;\n  margin-bottom: 14px;\n}\n\n.wc-feature-icon {\n  flex: 0 0 50px;\n  width: 50px;\n  height: 50px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  border-radius: 14px;\n  background: linear-gradient(145deg, #24282e, #101215);\n  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06);\n  font-size: 25px;\n  line-height: 1;\n}\n\n.wc-feature h3 {\n  min-width: 0;\n  margin: 0;\n  color: #17191c;\n  font-size: clamp(23px, 2vw, 30px);\n  font-weight: 800;\n  line-height: 1.18;\n  letter-spacing: -.4px;\n}\n\n.wc-feature-intro {\n  margin: 0 0 17px;\n  color: #555c64;\n  font-size: clamp(15px, 1.1vw, 16.5px);\n  line-height: 1.68;\n}\n\n.wc-check-list {\n  margin: 0;\n  padding: 0;\n  list-style: none;\n}\n\n.wc-check-list li {\n  position: relative;\n  margin: 10px 0;\n  padding-left: 31px;\n  color: #30343a;\n  font-size: 15px;\n  font-weight: 650;\n  line-height: 1.5;\n}\n\n.wc-check-list li::before {\n  content: \"✓\";\n  position: absolute;\n  left: 0;\n  top: 1px;\n  width: 20px;\n  height: 20px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  border-radius: 50%;\n  background: #fff2dc;\n  color: #e17d00;\n  font-size: 12px;\n  font-weight: 900;\n  line-height: 1;\n}\n\n\/* ---------- REVIEWS ---------- *\/\n.wc-review-wrap {\n  width: min(100%, 1180px);\n  margin: 0 auto;\n}\n\n.wc-review-grid {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n  gap: 20px;\n  margin-bottom: 30px;\n}\n\n.wc-review {\n  min-width: 0;\n  height: 100%;\n  padding: 28px 24px;\n  border: 1px solid #e0e3e6;\n  border-radius: 19px;\n  background: #fff;\n  box-shadow: 0 9px 30px rgba(15,23,42,.065);\n}\n\n.wc-stars {\n  margin-bottom: 12px;\n  color: #ffad1f;\n  font-size: 19px;\n  letter-spacing: 1px;\n  line-height: 1;\n}\n\n.wc-review blockquote {\n  margin: 0 0 15px;\n  color: #34393f;\n  font-size: 14.5px;\n  font-style: italic;\n  line-height: 1.65;\n}\n\n.wc-review-name {\n  margin: 0;\n  color: #15181b;\n  font-size: 13px;\n  font-weight: 800;\n}\n\n.wc-review-images {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 18px;\n}\n\n.wc-review-images img {\n  width: 100%;\n  aspect-ratio: 16 \/ 10;\n  height: auto;\n  object-fit: cover;\n  border-radius: 20px;\n  box-shadow: 0 10px 30px rgba(15,23,42,.08);\n}\n\n\/* ---------- FINAL CTA ---------- *\/\n.wc-final {\n  position: relative;\n  width: 100%;\n  overflow: hidden;\n  padding: clamp(64px, 6vw, 92px) clamp(24px, 5vw, 72px);\n  background:\n    radial-gradient(circle at 50% 0%, rgba(255,159,26,.20), transparent 38%),\n    linear-gradient(145deg, #171a1f, #090b0e);\n  color: #fff;\n  text-align: center;\n}\n\n.wc-final::before {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,.025) 45%, transparent 60%);\n  pointer-events: none;\n}\n\n.wc-final-inner {\n  position: relative;\n  z-index: 2;\n  width: min(100%, 880px);\n  margin: 0 auto;\n}\n\n.wc-final-icon {\n  margin-bottom: 14px;\n  font-size: 36px;\n  line-height: 1;\n}\n\n.wc-final h3 {\n  margin: 0 0 14px;\n  color: #fff;\n  font-size: clamp(34px, 4vw, 54px);\n  font-weight: 900;\n  line-height: 1.06;\n  letter-spacing: -1.4px;\n}\n\n.wc-final h4 {\n  margin: 0 0 18px;\n  color: var(--wc-accent-2);\n  font-size: clamp(18px, 1.8vw, 23px);\n  font-weight: 800;\n  line-height: 1.35;\n}\n\n.wc-final-tagline {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  flex-wrap: wrap;\n  gap: 4px;\n  margin: 0;\n  padding: 11px 20px;\n  border: 1px solid rgba(255,255,255,.15);\n  border-radius: 999px;\n  background: rgba(255,255,255,.06);\n  color: #fff;\n  font-size: 14px;\n  font-weight: 800;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n}\n\n\/* =========================================================\n   RESPONSIVE BY COMPONENT WIDTH\n   IMPORTANT: uses container queries instead of viewport-only\n   media queries. This prevents the desktop theme from forcing\n   a 2-column layout when this block is placed inside a narrow\n   Shopify product-description \/ custom-liquid container.\n   ========================================================= *\/\n\n\/* ---------- LARGE DESKTOP CONTAINER ---------- *\/\n@container wheelcare (min-width: 1440px) {\n  .wc-hero {\n    padding-top: 118px;\n    padding-bottom: 100px;\n  }\n\n  .wc-feature-content,\n  .wc-feature-image,\n  .wc-feature-image img {\n    min-height: 445px;\n  }\n}\n\n\/* ---------- LAPTOP \/ SMALL DESKTOP CONTAINER ---------- *\/\n@container wheelcare (min-width: 901px) and (max-width: 1199px) {\n  .wc-hero {\n    padding: 68px 38px 62px;\n  }\n\n  .wc-hero h1 {\n    font-size: clamp(42px, 5.2cqw, 64px);\n  }\n\n  .wc-section {\n    padding: 58px 32px;\n  }\n\n  .wc-feature-content,\n  .wc-feature-image,\n  .wc-feature-image img {\n    min-height: 370px;\n  }\n\n  .wc-feature-content {\n    padding: 30px;\n  }\n}\n\n\/* ---------- TABLET \/ NARROW THEME CONTAINER ---------- *\/\n@container wheelcare (max-width: 900px) {\n  .wc-hero {\n    padding: 56px 24px 50px;\n  }\n\n  .wc-hero h1 {\n    margin-bottom: 18px;\n    font-size: clamp(38px, 8.5cqw, 58px);\n    line-height: 1.04;\n    letter-spacing: -1.5px;\n  }\n\n  .wc-hero-lead {\n    font-size: 16px;\n  }\n\n  .wc-hero-description {\n    font-size: 14.5px;\n  }\n\n  .wc-section {\n    padding: 50px 20px;\n  }\n\n  .wc-section-title {\n    margin-bottom: 30px;\n  }\n\n  .wc-section-title h2 {\n    font-size: clamp(30px, 6cqw, 42px);\n  }\n\n  .wc-quick-grid {\n    gap: 10px;\n    margin-bottom: 30px;\n  }\n\n  .wc-quick-item {\n    padding: 18px 10px;\n  }\n\n  \/* Critical fix: narrow containers become a true single column *\/\n  .wc-feature,\n  .wc-feature:nth-child(even) {\n    display: flex;\n    flex-direction: column;\n    grid-template-columns: none;\n    margin-bottom: 22px;\n    border-radius: 19px;\n  }\n\n  .wc-feature-content,\n  .wc-feature:nth-child(even) .wc-feature-content {\n    order: 1;\n    min-height: 0;\n    padding: 28px 24px 25px;\n    display: block;\n  }\n\n  .wc-feature-image,\n  .wc-feature:nth-child(even) .wc-feature-image {\n    order: 2;\n    min-height: 0;\n  }\n\n  .wc-feature-image img {\n    width: 100%;\n    height: auto;\n    min-height: 0;\n    aspect-ratio: 16 \/ 10;\n    object-fit: cover;\n    object-position: center;\n  }\n\n  .wc-feature h3 {\n    font-size: clamp(22px, 4.2cqw, 28px);\n  }\n\n  .wc-feature-intro {\n    font-size: 15px;\n  }\n\n  .wc-check-list li {\n    font-size: 14.5px;\n  }\n\n  .wc-review-grid {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n  }\n\n  .wc-review-grid .wc-review:last-child {\n    grid-column: 1 \/ -1;\n  }\n}\n\n\/* ---------- PHONE \/ VERY NARROW CONTAINER ---------- *\/\n@container wheelcare (max-width: 640px) {\n  .wc-hero {\n    padding: 44px 18px 40px;\n  }\n\n  .wc-hero::before {\n    width: 230px;\n    height: 230px;\n    top: -135px;\n    right: -75px;\n  }\n\n  .wc-hero::after {\n    width: 300px;\n    top: 74px;\n    right: -110px;\n  }\n\n  .wc-eyebrow {\n    margin-bottom: 16px;\n    padding: 8px 12px;\n    font-size: 10.5px;\n    letter-spacing: 1px;\n  }\n\n  .wc-hero h1 {\n    font-size: clamp(32px, 10cqw, 44px);\n    line-height: 1.04;\n    letter-spacing: -1px;\n  }\n\n  .wc-hero-lead {\n    font-size: 15px;\n    line-height: 1.62;\n  }\n\n  .wc-hero-description {\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .wc-hero-note {\n    margin-top: 18px;\n    padding-top: 18px;\n    font-size: 13.5px;\n  }\n\n  .wc-section {\n    padding: 43px 15px;\n  }\n\n  .wc-section-title h2 {\n    font-size: clamp(28px, 8cqw, 35px);\n    letter-spacing: -.7px;\n  }\n\n  .wc-section-title p {\n    font-size: 14px;\n  }\n\n  .wc-quick-grid {\n    grid-template-columns: 1fr;\n    gap: 9px;\n    margin-bottom: 26px;\n  }\n\n  .wc-quick-item {\n    padding: 15px 14px;\n  }\n\n  .wc-quick-item strong {\n    font-size: 14px;\n  }\n\n  .wc-quick-item span {\n    font-size: 12px;\n  }\n\n  .wc-feature-content,\n  .wc-feature:nth-child(even) .wc-feature-content {\n    padding: 23px 18px 21px;\n  }\n\n  .wc-feature-image img {\n    aspect-ratio: 4 \/ 3;\n  }\n\n  .wc-feature-heading {\n    gap: 10px;\n    margin-bottom: 11px;\n  }\n\n  .wc-feature-icon {\n    flex-basis: 42px;\n    width: 42px;\n    height: 42px;\n    border-radius: 11px;\n    font-size: 21px;\n  }\n\n  .wc-feature h3 {\n    font-size: 21px;\n  }\n\n  .wc-feature-intro {\n    font-size: 14px;\n    line-height: 1.6;\n  }\n\n  .wc-check-list li {\n    margin: 8px 0;\n    padding-left: 28px;\n    font-size: 13.5px;\n  }\n\n  .wc-review-grid {\n    grid-template-columns: 1fr;\n    gap: 12px;\n    margin-bottom: 20px;\n  }\n\n  .wc-review-grid .wc-review:last-child {\n    grid-column: auto;\n  }\n\n  .wc-review {\n    padding: 20px 18px;\n  }\n\n  .wc-review-images {\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n\n  .wc-review-images img {\n    aspect-ratio: auto;\n    border-radius: 14px;\n  }\n\n  .wc-final {\n    padding: 48px 18px;\n  }\n\n  .wc-final h3 {\n    font-size: clamp(30px, 8.5cqw, 38px);\n  }\n\n  .wc-final h4 {\n    font-size: 17px;\n  }\n\n  .wc-final-tagline {\n    padding: 10px 15px;\n    font-size: 12px;\n    letter-spacing: 1px;\n  }\n}\n\n\/* ---------- EXTRA SMALL ---------- *\/\n@container wheelcare (max-width: 380px) {\n  .wc-hero {\n    padding-left: 14px;\n    padding-right: 14px;\n  }\n\n  .wc-hero h1 {\n    font-size: 32px;\n  }\n\n  .wc-section {\n    padding-left: 12px;\n    padding-right: 12px;\n  }\n\n  .wc-feature-content,\n  .wc-feature:nth-child(even) .wc-feature-content {\n    padding-left: 16px;\n    padding-right: 16px;\n  }\n}\n\n\/* Fallback for old browsers without container queries *\/\n@supports not (container-type: inline-size) {\n  @media screen and (max-width: 900px) {\n    .wc-feature,\n    .wc-feature:nth-child(even) {\n      display: flex;\n      flex-direction: column;\n    }\n\n    .wc-feature-content,\n    .wc-feature:nth-child(even) .wc-feature-content {\n      order: 1;\n      min-height: 0;\n    }\n\n    .wc-feature-image,\n    .wc-feature:nth-child(even) .wc-feature-image {\n      order: 2;\n      min-height: 0;\n    }\n\n    .wc-feature-image img {\n      height: auto;\n      min-height: 0;\n    }\n\n    .wc-review-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n}\n\n\/* ---------- Shopify \/ theme conflict safety net ---------- *\/\n.wheelcare-page .wc-hero-inner,\n.wheelcare-page .wc-section-title,\n.wheelcare-page .wc-quick-grid,\n.wheelcare-page .wc-feature-list,\n.wheelcare-page .wc-feature,\n.wheelcare-page .wc-feature-content,\n.wheelcare-page .wc-feature-heading,\n.wheelcare-page .wc-review-wrap,\n.wheelcare-page .wc-review,\n.wheelcare-page .wc-final-inner {\n  min-width: 0;\n}\n\n.wheelcare-page .wc-hero h1,\n.wheelcare-page .wc-section-title h2,\n.wheelcare-page .wc-feature h3,\n.wheelcare-page .wc-final h3,\n.wheelcare-page .wc-final h4 {\n  overflow-wrap: normal !important;\n  word-break: normal !important;\n  hyphens: none !important;\n}\n\n\/* Respect users who prefer reduced motion *\/\n@media (prefers-reduced-motion: reduce) {\n  .wc-feature-image img {\n    transition: none;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"wheelcare-page\"\u003e\n\u003c!-- =========================\n       HERO\n  ========================== --\u003e\n\u003csection class=\"wc-hero\"\u003e\n\u003cdiv class=\"wc-hero-inner\"\u003e\n\u003cdiv class=\"wc-eyebrow\"\u003e🛞 CLEAN • POLISH • PROTECT\u003c\/div\u003e\n\u003ch1\u003e✨ Bring Your Wheels Back to \u003cspan\u003eLife Instantly\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"wc-hero-lead\"\u003eDull, dirty, or oxidized wheels can make even a clean car look worn out.\u003c\/p\u003e\n\u003cp class=\"wc-hero-description\"\u003eThe \u003cstrong\u003eAll-in-One Wheel Care \u0026amp; Restoration Paste\u003c\/strong\u003e is a powerful cleaning and polishing solution designed to \u003cstrong\u003e remove grime, brake dust, oxidation, and surface stains \u003c\/strong\u003e, restoring your wheels to a deep, glossy finish while adding a protective layer against future buildup.\u003c\/p\u003e\n\u003cp class=\"wc-hero-note\"\u003ePerfect for car enthusiasts and everyday drivers who want a \u003cstrong\u003eprofessional-level clean at home\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================\n       WHY YOU'LL LOVE IT\n  ========================== --\u003e\n\u003csection class=\"wc-section wc-section-dark\"\u003e\n\u003cdiv class=\"wc-section-title\"\u003e\n\u003ch2\u003e🌟 Why You'll Love It\u003c\/h2\u003e\n\u003cp\u003eOne simple wheel-care solution designed to clean, restore shine and help protect your finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Quick Benefits --\u003e\n\u003cdiv class=\"wc-quick-grid\"\u003e\n\u003cdiv class=\"wc-quick-item\"\u003e\n\u003cstrong\u003eDEEP CLEAN\u003c\/strong\u003e \u003cspan\u003eBrake dust \u0026amp; grime removal\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wc-quick-item\"\u003e\n\u003cstrong\u003eRESTORE SHINE\u003c\/strong\u003e \u003cspan\u003eRevives dull wheel finishes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wc-quick-item\"\u003e\n\u003cstrong\u003ePROTECT\u003c\/strong\u003e \u003cspan\u003eHelps reduce future buildup\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wc-feature-list\"\u003e\n\u003c!-- FEATURE 1 --\u003e\n\u003cdiv class=\"wc-feature\"\u003e\n\u003cdiv class=\"wc-feature-content\"\u003e\n\u003cdiv class=\"wc-feature-heading\"\u003e\n\u003cdiv class=\"wc-feature-icon\"\u003e🛞\u003c\/div\u003e\n\u003ch3\u003eDeep Cleaning Action\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp class=\"wc-feature-intro\"\u003eBreaks down tough brake dust and road grime effortlessly.\u003c\/p\u003e\n\u003cul class=\"wc-check-list\"\u003e\n\u003cli\u003eRemoves stubborn dirt buildup\u003c\/li\u003e\n\u003cli\u003eTargets oxidation and stains\u003c\/li\u003e\n\u003cli\u003eRestores original wheel color\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wc-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0818\/6013\/3123\/files\/1_0bdd3250-3d11-4889-a22a-ef9b865878f7.jpg?v=1783911357\" alt=\"Wheel deep cleaning and restoration result\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 2 --\u003e\n\u003cdiv class=\"wc-feature\"\u003e\n\u003cdiv class=\"wc-feature-content\"\u003e\n\u003cdiv class=\"wc-feature-heading\"\u003e\n\u003cdiv class=\"wc-feature-icon\"\u003e✨\u003c\/div\u003e\n\u003ch3\u003eRestores Gloss \u0026amp; Shine\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp class=\"wc-feature-intro\"\u003eBrings dull wheels back to a smooth, polished finish.\u003c\/p\u003e\n\u003cul class=\"wc-check-list\"\u003e\n\u003cli\u003eEnhances visual appearance instantly\u003c\/li\u003e\n\u003cli\u003eProfessional-grade shine effect\u003c\/li\u003e\n\u003cli\u003eSuitable for multiple wheel types\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wc-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0818\/6013\/3123\/files\/3_113a4f70-4220-49c2-93ca-4563c026b4d2.jpg?v=1783911357\" alt=\"Glossy polished wheel finish\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 3 --\u003e\n\u003cdiv class=\"wc-feature\"\u003e\n\u003cdiv class=\"wc-feature-content\"\u003e\n\u003cdiv class=\"wc-feature-heading\"\u003e\n\u003cdiv class=\"wc-feature-icon\"\u003e🛡️\u003c\/div\u003e\n\u003ch3\u003eProtective Coating Layer\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp class=\"wc-feature-intro\"\u003eLeaves a protective barrier after cleaning.\u003c\/p\u003e\n\u003cul class=\"wc-check-list\"\u003e\n\u003cli\u003eHelps prevent future dirt adhesion\u003c\/li\u003e\n\u003cli\u003eReduces oxidation risk\u003c\/li\u003e\n\u003cli\u003eEasier future cleaning\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wc-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0818\/6013\/3123\/files\/2_6aa8a1f5-c912-49cc-998e-47742b314dc5.jpg?v=1783911357\" alt=\"Protective wheel coating after cleaning\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 4 --\u003e\n\u003cdiv class=\"wc-feature\"\u003e\n\u003cdiv class=\"wc-feature-content\"\u003e\n\u003cdiv class=\"wc-feature-heading\"\u003e\n\u003cdiv class=\"wc-feature-icon\"\u003e⚡\u003c\/div\u003e\n\u003ch3\u003eEasy Application Paste Formula\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp class=\"wc-feature-intro\"\u003eSimple wipe-on, wipe-off process.\u003c\/p\u003e\n\u003cul class=\"wc-check-list\"\u003e\n\u003cli\u003eNo special tools required\u003c\/li\u003e\n\u003cli\u003eFast application\u003c\/li\u003e\n\u003cli\u003eIdeal for home car care\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wc-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0818\/6013\/3123\/files\/9_c1b9a2f5-46ee-4f0d-9849-0d47a4ac4e3e.jpg?v=1783911380\" alt=\"Easy application wheel care paste\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 5 --\u003e\n\u003cdiv class=\"wc-feature\"\u003e\n\u003cdiv class=\"wc-feature-content\"\u003e\n\u003cdiv class=\"wc-feature-heading\"\u003e\n\u003cdiv class=\"wc-feature-icon\"\u003e🚗\u003c\/div\u003e\n\u003ch3\u003eMulti-Surface Compatibility\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp class=\"wc-feature-intro\"\u003eWorks on a variety of automotive wheel finishes.\u003c\/p\u003e\n\u003cul class=\"wc-check-list\"\u003e\n\u003cli\u003eAlloy wheels\u003c\/li\u003e\n\u003cli\u003eChrome wheels\u003c\/li\u003e\n\u003cli\u003ePainted metal surfaces\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wc-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0818\/6013\/3123\/files\/2_6aa8a1f5-c912-49cc-998e-47742b314dc5.jpg?v=1783911357\" alt=\"Wheel care paste for alloy chrome and painted wheels\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================\n       REVIEWS\n  ========================== --\u003e\n\u003csection class=\"wc-section wc-section-soft\"\u003e\n\u003cdiv class=\"wc-section-title\"\u003e\n\u003ch2\u003e❤️ Loved by Car Owners\u003c\/h2\u003e\n\u003cp\u003eEasy application, cleaner wheels and a glossy, professional-looking finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wc-review-wrap\"\u003e\n\u003cdiv class=\"wc-review-grid\"\u003e\n\u003c!-- REVIEW 1 --\u003e\n\u003cdiv class=\"wc-review\"\u003e\n\u003cdiv class=\"wc-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cblockquote\u003e\"My wheels looked brand new after one use. Amazing shine!\"\u003c\/blockquote\u003e\n\u003cp class=\"wc-review-name\"\u003e— Jason R.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- REVIEW 2 --\u003e\n\u003cdiv class=\"wc-review\"\u003e\n\u003cdiv class=\"wc-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cblockquote\u003e\"Removes brake dust way better than anything I’ve tried before.\"\u003c\/blockquote\u003e\n\u003cp class=\"wc-review-name\"\u003e— Michael T.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- REVIEW 3 --\u003e\n\u003cdiv class=\"wc-review\"\u003e\n\u003cdiv class=\"wc-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cblockquote\u003e\"Super easy to apply and gives a professional finish.\"\u003c\/blockquote\u003e\n\u003cp class=\"wc-review-name\"\u003e— David L.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Review \/ Result Images --\u003e\n\u003cdiv class=\"wc-review-images\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0818\/6013\/3123\/files\/6_765546b1-6e13-45b9-add2-86a52bdbdf3d.jpg?v=1783911357\" alt=\"Wheel care restoration result\" loading=\"lazy\" decoding=\"async\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0818\/6013\/3123\/files\/4_53cb1d88-a5e2-44d1-a3a6-5793e6104964.jpg?v=1783911357\" alt=\"Clean and polished automotive wheel\" loading=\"lazy\" decoding=\"async\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================\n       FINAL CTA\n  ========================== --\u003e\n\u003csection class=\"wc-final\"\u003e\n\u003cdiv class=\"wc-final-inner\"\u003e\n\u003cdiv class=\"wc-final-icon\"\u003e🚗\u003c\/div\u003e\n\u003ch3\u003eRestore the Shine Instantly\u003c\/h3\u003e\n\u003ch4\u003eAll-in-One Wheel Care \u0026amp; Restoration Paste\u003c\/h4\u003e\n\u003cp class=\"wc-final-tagline\"\u003eClean  •  Polish  •  Protect\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"XPF123","offers":[{"title":"50g \/ Buy 2","offer_id":52881915216184,"sku":"ARC-3RBV7JF-AA","price":42.97,"currency_code":"USD","in_stock":true},{"title":"50g \/ Buy 1","offer_id":52881915248952,"sku":"ARC-3RBV7JF-AB","price":25.97,"currency_code":"USD","in_stock":true},{"title":"50g \/ Buy 3","offer_id":52881915281720,"sku":"ARC-3RBV7JF-AC","price":59.97,"currency_code":"USD","in_stock":true},{"title":"50g \/ Buy 4","offer_id":52881952309560,"sku":"ARC-3RBV7JF-AD","price":79.97,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0975\/2628\/4600\/files\/1_0bdd3250-3d11-4889-a22a-ef9b865878f7.jpg?v=1788168924","url":"https:\/\/soulhera.top\/products\/all-in-one-wheel-care-restoration-paste","provider":"Soulhera","version":"1.0","type":"link"}