{"product_id":"oliefilmverwijderaar-voor-glas","title":"Powerful Car Glass Oil Film Remover – Crystal-Clear Visibility","description":"\u003cstyle\u003e\n\/* =========================================================\n   OIL FILM REMOVER PRODUCT DETAIL\n   Scoped styles - does not affect other Shopify sections\n========================================================= *\/\n\n.oil-film-product {\n  --of-blue: #0788d1;\n  --of-blue-dark: #056ba6;\n  --of-dark: #17212b;\n  --of-text: #2d3740;\n  --of-muted: #66727d;\n  --of-light: #f5faff;\n  --of-line: #e3edf4;\n\n  max-width: 900px;\n  margin: 0 auto;\n  padding: 10px 18px 40px;\n  color: var(--of-text);\n  line-height: 1.65;\n  box-sizing: border-box;\n}\n\n.oil-film-product *,\n.oil-film-product *::before,\n.oil-film-product *::after {\n  box-sizing: border-box;\n}\n\n\n\/* =========================================================\n   TYPOGRAPHY\n========================================================= *\/\n\n.oil-film-product h2,\n.oil-film-product h3,\n.oil-film-product p {\n  font-family: inherit;\n}\n\n.oil-film-product h2 {\n  color: var(--of-dark);\n}\n\n.oil-film-product h3 {\n  color: var(--of-dark);\n}\n\n.oil-film-product p {\n  color: var(--of-text);\n}\n\n\n\/* =========================================================\n   SCROLL REVEAL\n========================================================= *\/\n\n.oil-film-product .of-reveal {\n  opacity: 0;\n  transform: translateY(28px);\n  transition:\n    opacity .7s ease,\n    transform .7s cubic-bezier(.22,.61,.36,1);\n}\n\n.oil-film-product .of-reveal.of-visible {\n  opacity: 1;\n  transform: translateY(0);\n}\n\n\n\/* =========================================================\n   SECTION TITLE\n========================================================= *\/\n\n.oil-film-product .of-title {\n  position: relative;\n  text-align: center;\n  font-size: 28px;\n  line-height: 1.25;\n  margin: 42px 0 16px;\n  padding-bottom: 15px;\n  font-weight: 800;\n}\n\n.oil-film-product .of-title::after {\n  content: \"\";\n  position: absolute;\n  left: 50%;\n  bottom: 0;\n  width: 0;\n  height: 3px;\n  transform: translateX(-50%);\n  background: var(--of-blue);\n  border-radius: 50px;\n  transition: width .7s ease .2s;\n}\n\n.oil-film-product .of-title.of-visible::after {\n  width: 58px;\n}\n\n.oil-film-product .of-subtitle {\n  max-width: 700px;\n  margin: 0 auto 25px;\n  text-align: center;\n  font-size: 16px;\n  color: var(--of-muted);\n}\n\n\n\/* =========================================================\n   IMAGE\n========================================================= *\/\n\n.oil-film-product .of-image {\n  width: 100%;\n  overflow: hidden;\n  border-radius: 14px;\n  opacity: 0;\n  transform: translateY(24px) scale(.985);\n\n  transition:\n    opacity .75s ease,\n    transform .75s cubic-bezier(.22,.61,.36,1);\n\n  background: #f5f5f5;\n}\n\n.oil-film-product .of-image.of-visible {\n  opacity: 1;\n  transform: translateY(0) scale(1);\n}\n\n.oil-film-product .of-image img {\n  display: block;\n  width: 100%;\n  height: auto;\n  transition: transform .6s ease;\n}\n\n\n\/* Desktop image hover *\/\n\n@media (hover: hover) and (pointer: fine) {\n\n  .oil-film-product .of-image:hover img {\n    transform: scale(1.025);\n  }\n\n}\n\n\n\/* =========================================================\n   INTRO \/ PAIN POINT\n========================================================= *\/\n\n.oil-film-product .of-intro {\n  margin-bottom: 35px;\n}\n\n.oil-film-product .of-intro-text {\n  max-width: 720px;\n  margin: 0 auto 24px;\n  text-align: center;\n  font-size: 17px;\n  color: var(--of-muted);\n}\n\n\n\/* =========================================================\n   FEATURE CARD\n========================================================= *\/\n\n.oil-film-product .of-feature {\n  margin: 28px 0;\n  padding: 24px;\n\n  background: #fff;\n  border: 1px solid var(--of-line);\n  border-radius: 16px;\n\n  transition:\n    transform .3s ease,\n    box-shadow .3s ease,\n    border-color .3s ease;\n}\n\n.oil-film-product .of-feature h3 {\n  margin: 0 0 9px;\n  font-size: 21px;\n  line-height: 1.3;\n  font-weight: 800;\n}\n\n.oil-film-product .of-feature p {\n  margin: 0 0 20px;\n  font-size: 16px;\n}\n\n.oil-film-product .of-feature-number {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n\n  width: 30px;\n  height: 30px;\n\n  margin-bottom: 12px;\n\n  background: var(--of-blue);\n  color: #fff;\n\n  border-radius: 50%;\n\n  font-size: 14px;\n  font-weight: 800;\n}\n\n@media (hover: hover) and (pointer: fine) {\n\n  .oil-film-product .of-feature:hover {\n    transform: translateY(-4px);\n    border-color: #c8e3f3;\n    box-shadow: 0 14px 36px rgba(0,0,0,.07);\n  }\n\n}\n\n\n\/* =========================================================\n   HOW TO USE\n========================================================= *\/\n\n.oil-film-product .of-steps {\n  margin-top: 20px;\n  padding: 22px;\n\n  background: var(--of-light);\n  border: 1px solid #dcecf7;\n  border-radius: 14px;\n}\n\n.oil-film-product .of-step {\n  display: flex;\n  align-items: flex-start;\n  gap: 13px;\n\n  margin-bottom: 18px;\n\n  opacity: 0;\n  transform: translateX(-20px);\n\n  transition:\n    opacity .55s ease,\n    transform .55s ease;\n}\n\n.oil-film-product .of-step:last-child {\n  margin-bottom: 0;\n}\n\n.oil-film-product .of-step.of-visible {\n  opacity: 1;\n  transform: translateX(0);\n}\n\n.oil-film-product .of-step:nth-child(2) {\n  transition-delay: .08s;\n}\n\n.oil-film-product .of-step:nth-child(3) {\n  transition-delay: .16s;\n}\n\n.oil-film-product .of-step:nth-child(4) {\n  transition-delay: .24s;\n}\n\n.oil-film-product .of-step-number {\n  flex: 0 0 34px;\n\n  width: 34px;\n  height: 34px;\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  background: var(--of-blue);\n  color: #fff;\n\n  border-radius: 50%;\n\n  font-size: 15px;\n  font-weight: 800;\n}\n\n.oil-film-product .of-step-content {\n  flex: 1;\n}\n\n.oil-film-product .of-step-content strong {\n  display: block;\n  margin-bottom: 2px;\n\n  color: var(--of-dark);\n  font-size: 16px;\n}\n\n.oil-film-product .of-step-content span {\n  color: var(--of-muted);\n  font-size: 15px;\n}\n\n\n\/* =========================================================\n   SPECIFICATIONS\n========================================================= *\/\n\n.oil-film-product .of-specs {\n  overflow: hidden;\n\n  border: 1px solid var(--of-line);\n  border-radius: 14px;\n\n  background: #fff;\n}\n\n.oil-film-product .of-spec-row {\n  display: grid;\n  grid-template-columns: 180px 1fr;\n\n  padding: 15px 18px;\n\n  border-bottom: 1px solid var(--of-line);\n\n  font-size: 15px;\n\n  transition:\n    background-color .25s ease,\n    padding-left .25s ease;\n}\n\n.oil-film-product .of-spec-row:last-child {\n  border-bottom: 0;\n}\n\n.oil-film-product .of-spec-row strong {\n  color: var(--of-dark);\n}\n\n@media (hover: hover) and (pointer: fine) {\n\n  .oil-film-product .of-spec-row:hover {\n    background: var(--of-light);\n    padding-left: 23px;\n  }\n\n}\n\n\n\/* =========================================================\n   PACK OPTIONS\n========================================================= *\/\n\n.oil-film-product .of-pack-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 14px;\n\n  margin-top: 28px;\n}\n\n.oil-film-product .of-pack {\n  position: relative;\n\n  padding: 22px 10px 18px;\n\n  text-align: center;\n\n  background: #fff;\n\n  border: 1px solid var(--of-line);\n  border-radius: 14px;\n\n  transition:\n    transform .3s ease,\n    box-shadow .3s ease,\n    border-color .3s ease;\n}\n\n.oil-film-product .of-pack strong {\n  display: block;\n\n  color: var(--of-dark);\n\n  font-size: 20px;\n  line-height: 1.3;\n}\n\n.oil-film-product .of-pack span {\n  display: block;\n\n  margin-top: 5px;\n\n  color: var(--of-muted);\n\n  font-size: 14px;\n}\n\n.oil-film-product .of-pack-featured {\n  border: 2px solid var(--of-blue);\n}\n\n.oil-film-product .of-pack-featured::before {\n  content: \"POPULAR\";\n\n  position: absolute;\n\n  top: -12px;\n  left: 50%;\n\n  transform: translateX(-50%);\n\n  padding: 4px 12px;\n\n  background: var(--of-blue);\n  color: #fff;\n\n  border-radius: 50px;\n\n  font-size: 10px;\n  line-height: 1.4;\n\n  font-weight: 800;\n\n  letter-spacing: .6px;\n}\n\n@media (hover: hover) and (pointer: fine) {\n\n  .oil-film-product .of-pack:hover {\n    transform: translateY(-5px);\n    border-color: var(--of-blue);\n\n    box-shadow:\n      0 12px 28px rgba(0,0,0,.08);\n  }\n\n}\n\n\n\/* =========================================================\n   BENEFIT STRIP\n========================================================= *\/\n\n.oil-film-product .of-benefit-strip {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n\n  margin: 30px 0;\n\n  overflow: hidden;\n\n  background: var(--of-blue);\n  color: #fff;\n\n  border-radius: 14px;\n}\n\n.oil-film-product .of-benefit {\n  padding: 18px 10px;\n\n  text-align: center;\n\n  border-right: 1px solid rgba(255,255,255,.25);\n}\n\n.oil-film-product .of-benefit:last-child {\n  border-right: 0;\n}\n\n.oil-film-product .of-benefit strong {\n  display: block;\n\n  color: #fff;\n\n  font-size: 15px;\n  line-height: 1.3;\n}\n\n.oil-film-product .of-benefit span {\n  display: block;\n\n  margin-top: 3px;\n\n  color: rgba(255,255,255,.85);\n\n  font-size: 12px;\n}\n\n\n\/* =========================================================\n   NOTES\n========================================================= *\/\n\n.oil-film-product .of-notes {\n  margin-top: 18px;\n\n  padding: 20px 22px;\n\n  background: #fafafa;\n\n  border: 1px solid #e9e9e9;\n  border-radius: 14px;\n}\n\n.oil-film-product .of-notes ul {\n  margin: 0;\n  padding-left: 20px;\n}\n\n.oil-film-product .of-notes li {\n  margin-bottom: 9px;\n\n  color: var(--of-muted);\n\n  font-size: 14px;\n}\n\n.oil-film-product .of-notes li:last-child {\n  margin-bottom: 0;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width: 749px) {\n\n  .oil-film-product {\n    padding: 5px 10px 30px;\n  }\n\n  .oil-film-product .of-title {\n    margin-top: 32px;\n\n    font-size: 23px;\n  }\n\n  .oil-film-product .of-subtitle,\n  .oil-film-product .of-intro-text {\n    font-size: 15px;\n  }\n\n  .oil-film-product .of-feature {\n    margin: 20px 0;\n    padding: 15px;\n\n    border-radius: 12px;\n  }\n\n  .oil-film-product .of-feature h3 {\n    font-size: 19px;\n  }\n\n  .oil-film-product .of-feature p {\n    font-size: 15px;\n  }\n\n  .oil-film-product .of-image {\n    border-radius: 10px;\n  }\n\n  .oil-film-product .of-reveal {\n    transform: translateY(18px);\n  }\n\n  .oil-film-product .of-spec-row {\n    grid-template-columns: 1fr;\n\n    gap: 3px;\n\n    padding: 13px 14px;\n  }\n\n  .oil-film-product .of-pack-grid {\n    gap: 7px;\n  }\n\n  .oil-film-product .of-pack {\n    padding: 19px 5px 14px;\n  }\n\n  .oil-film-product .of-pack strong {\n    font-size: 16px;\n  }\n\n  .oil-film-product .of-pack span {\n    font-size: 11px;\n  }\n\n  .oil-film-product .of-benefit-strip {\n    gap: 0;\n  }\n\n  .oil-film-product .of-benefit {\n    padding: 14px 5px;\n  }\n\n  .oil-film-product .of-benefit strong {\n    font-size: 12px;\n  }\n\n  .oil-film-product .of-benefit span {\n    font-size: 10px;\n  }\n\n}\n\n\n\/* =========================================================\n   REDUCED MOTION\n========================================================= *\/\n\n@media (prefers-reduced-motion: reduce) {\n\n  .oil-film-product *,\n  .oil-film-product *::before,\n  .oil-film-product *::after {\n    animation: none !important;\n    transition: none !important;\n  }\n\n  .oil-film-product .of-reveal,\n  .oil-film-product .of-image,\n  .oil-film-product .of-step {\n    opacity: 1 !important;\n    transform: none !important;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"oil-film-product\"\u003e\n\u003c!-- ============================================\n       INTRO\n  ============================================= --\u003e\n\u003csection class=\"of-intro\"\u003e\n\u003ch2 class=\"of-title of-reveal\"\u003eStruggling With a Hazy, Streaky Windshield?\u003c\/h2\u003e\n\u003cp class=\"of-intro-text of-reveal\"\u003eOil film, road grime, water marks and everyday buildup can reduce windshield clarity and make driving less comfortable.\u003c\/p\u003e\n\u003cdiv class=\"of-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0736\/3867\/4663\/files\/spp_20250424165057_34b44bc844b2cf52b3affdcbaad4594d.jpg\" alt=\"Windshield oil film and glass buildup\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============================================\n       MAIN TITLE\n  ============================================= --\u003e\n\u003ch2 class=\"of-title of-reveal\"\u003eClearer Glass. Less Stubborn Buildup.\u003c\/h2\u003e\n\u003cp class=\"of-subtitle of-reveal\"\u003eA convenient glass-cleaning formula designed to tackle oily residue, road grime and everyday contamination on automotive and household glass.\u003c\/p\u003e\n\u003c!-- BENEFIT STRIP --\u003e\n\u003cdiv class=\"of-benefit-strip of-reveal\"\u003e\n\u003cdiv class=\"of-benefit\"\u003e\n\u003cstrong\u003eOil Film\u003c\/strong\u003e \u003cspan\u003eRemoval\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"of-benefit\"\u003e\n\u003cstrong\u003eClearer\u003c\/strong\u003e \u003cspan\u003eGlass\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"of-benefit\"\u003e\n\u003cstrong\u003eMultiple\u003c\/strong\u003e \u003cspan\u003eSurfaces\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ============================================\n       FEATURE 1\n  ============================================= --\u003e\n\u003csection class=\"of-feature of-reveal\"\u003e\u003cspan class=\"of-feature-number\"\u003e1\u003c\/span\u003e\n\u003ch3\u003ePowerful Oil Film Removal\u003c\/h3\u003e\n\u003cp\u003eHelps break down stubborn oil film, road grime and greasy residue that ordinary wiping may leave behind. Restore a cleaner, clearer view through your windshield.\u003c\/p\u003e\n\u003cdiv class=\"of-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0746\/8492\/4194\/files\/CYPW-01.png?v=1789818969\" alt=\"Oil film remover being applied to automotive glass\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============================================\n       FEATURE 2\n  ============================================= --\u003e\n\u003csection class=\"of-feature of-reveal\"\u003e\u003cspan class=\"of-feature-number\"\u003e2\u003c\/span\u003e\n\u003ch3\u003eMade for Automotive Glass\u003c\/h3\u003e\n\u003cp\u003eDesigned for regular glass-cleaning applications. The easy-to-use spray helps remove surface buildup while leaving the glass looking clean and refreshed.\u003c\/p\u003e\n\u003cdiv class=\"of-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0746\/8492\/4194\/files\/CYPW-03.png?v=1789818985\" alt=\"Before and after automotive glass cleaning\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============================================\n       FEATURE 3\n  ============================================= --\u003e\n\u003csection class=\"of-feature of-reveal\"\u003e\u003cspan class=\"of-feature-number\"\u003e3\u003c\/span\u003e\n\u003ch3\u003eTackles Everyday Outdoor Residue\u003c\/h3\u003e\n\u003cp\u003eHelps loosen common contaminants such as road grime, oily deposits, bug residue, bird droppings and tree sap for easier cleanup.\u003c\/p\u003e\n\u003cdiv class=\"of-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0736\/3867\/4663\/files\/spp_20250424165112_a3df24eec351e07ce58a023f43824332.jpg\" alt=\"Cleaning stubborn residue from glass\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============================================\n       FEATURE 4\n  ============================================= --\u003e\n\u003csection class=\"of-feature of-reveal\"\u003e\u003cspan class=\"of-feature-number\"\u003e4\u003c\/span\u003e\n\u003ch3\u003eCleaner Glass for Smoother Wiping\u003c\/h3\u003e\n\u003cp\u003eRemoving oily buildup and surface residue helps your wiper blades move across a cleaner windshield, reducing the grime that can contribute to streaking.\u003c\/p\u003e\n\u003cdiv class=\"of-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0746\/8492\/4194\/files\/CYPW-02.png?v=1789818986\" alt=\"Clean windshield with improved visibility\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============================================\n       FEATURE 5\n  ============================================= --\u003e\n\u003csection class=\"of-feature of-reveal\"\u003e\u003cspan class=\"of-feature-number\"\u003e5\u003c\/span\u003e\n\u003ch3\u003eMore Than Just Car Windshields\u003c\/h3\u003e\n\u003cp\u003eSuitable for a variety of compatible glass surfaces, including automotive windows, mirrors and household glass. One compact bottle for multiple everyday cleaning jobs.\u003c\/p\u003e\n\u003cdiv class=\"of-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0746\/8492\/4194\/files\/CYPW-04.png?v=1789818985\" alt=\"Multiple glass cleaning applications\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============================================\n       HOW TO USE\n  ============================================= --\u003e\n\u003ch2 class=\"of-title of-reveal\"\u003eHow to Use\u003c\/h2\u003e\n\u003cp class=\"of-subtitle of-reveal\"\u003eFour simple steps for everyday glass cleaning.\u003c\/p\u003e\n\u003cdiv class=\"of-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0736\/3867\/4663\/files\/spp_20250424165127_9876f0e11fa7002bd61c4a606bf83acc.jpg\" alt=\"How to use glass oil film remover\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"of-steps of-reveal\"\u003e\n\u003cdiv class=\"of-step\"\u003e\n\u003cdiv class=\"of-step-number\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"of-step-content\"\u003e\n\u003cstrong\u003e Clean \u003c\/strong\u003e \u003cspan\u003e Remove loose dust, dirt and debris from the glass surface. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"of-step\"\u003e\n\u003cdiv class=\"of-step-number\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"of-step-content\"\u003e\n\u003cstrong\u003e Spray \u003c\/strong\u003e \u003cspan\u003e Apply an appropriate amount directly to the glass. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"of-step\"\u003e\n\u003cdiv class=\"of-step-number\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"of-step-content\"\u003e\n\u003cstrong\u003e Wipe \u003c\/strong\u003e \u003cspan\u003e Use a clean microfiber cloth to work the product across the surface. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"of-step\"\u003e\n\u003cdiv class=\"of-step-number\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"of-step-content\"\u003e\n\u003cstrong\u003e Finish \u003c\/strong\u003e \u003cspan\u003e Wipe the surface until the glass appears clean and clear. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ============================================\n       SPECIFICATIONS\n  ============================================= --\u003e\n\u003ch2 class=\"of-title of-reveal\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"of-specs of-reveal\"\u003e\n\u003cdiv class=\"of-spec-row\"\u003e\n\u003cstrong\u003e Net Volume \u003c\/strong\u003e \u003cspan\u003e 60ml \/ Bottle \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"of-spec-row\"\u003e\n\u003cstrong\u003e Shelf Life \u003c\/strong\u003e \u003cspan\u003e 3 Years \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"of-spec-row\"\u003e\n\u003cstrong\u003e Product Type \u003c\/strong\u003e \u003cspan\u003e Glass Oil Film Removal Agent \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"of-spec-row\"\u003e\n\u003cstrong\u003e Recommended Use \u003c\/strong\u003e \u003cspan\u003e Automotive windshields, car windows, mirrors and compatible household glass \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"of-spec-row\"\u003e\n\u003cstrong\u003e Available Packs \u003c\/strong\u003e \u003cspan\u003e 1 Bottle \/ 3 Bottles \/ 5 Bottles \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ============================================\n       PACK OPTIONS\n  ============================================= --\u003e\n\u003ch2 class=\"of-title of-reveal\"\u003eChoose Your Pack\u003c\/h2\u003e\n\u003cp class=\"of-subtitle of-reveal\"\u003eEach bottle contains 60ml. Choose the quantity that fits your cleaning needs.\u003c\/p\u003e\n\u003cdiv class=\"of-pack-grid of-reveal\"\u003e\n\u003cdiv class=\"of-pack\"\u003e\n\u003cstrong\u003e 1 Bottle \u003c\/strong\u003e \u003cspan\u003e 60ml Total \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"of-pack of-pack-featured\"\u003e\n\u003cstrong\u003e 3 Bottles \u003c\/strong\u003e \u003cspan\u003e 180ml Total \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"of-pack\"\u003e\n\u003cstrong\u003e 5 Bottles \u003c\/strong\u003e \u003cspan\u003e 300ml Total \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ============================================\n       FINAL BENEFITS\n  ============================================= --\u003e\n\u003ch2 class=\"of-title of-reveal\"\u003eOne Simple Step Toward Clearer Glass\u003c\/h2\u003e\n\u003cp class=\"of-subtitle of-reveal\"\u003eKeep a compact 60ml bottle ready for your windshield, mirrors and other compatible glass surfaces.\u003c\/p\u003e\n\u003cdiv class=\"of-benefit-strip of-reveal\"\u003e\n\u003cdiv class=\"of-benefit\"\u003e\n\u003cstrong\u003e60ml\u003c\/strong\u003e \u003cspan\u003e Compact Size \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"of-benefit\"\u003e\n\u003cstrong\u003eEasy\u003c\/strong\u003e \u003cspan\u003e Spray \u0026amp; Wipe \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"of-benefit\"\u003e\n\u003cstrong\u003eVersatile\u003c\/strong\u003e \u003cspan\u003e Glass Cleaning \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ============================================\n       IMPORTANT INFORMATION\n  ============================================= --\u003e\n\u003ch2 class=\"of-title of-reveal\"\u003eImportant Information\u003c\/h2\u003e\n\u003cdiv class=\"of-notes of-reveal\"\u003e\n\u003cul\u003e\n\u003cli\u003eTest on a small, inconspicuous area before full application.\u003c\/li\u003e\n\u003cli\u003eDo not use on surfaces that are not compatible with glass-cleaning products.\u003c\/li\u003e\n\u003cli\u003eKeep out of reach of children.\u003c\/li\u003e\n\u003cli\u003eAvoid contact with eyes. If contact occurs, rinse thoroughly with clean water.\u003c\/li\u003e\n\u003cli\u003eStore in a cool, dry place away from direct sunlight.\u003c\/li\u003e\n\u003cli\u003eProduct appearance may vary slightly due to manufacturing or display differences.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Aveloryagt","offers":[{"title":"60ml \/ Buy 2 ，Get 1 Free","offer_id":52582168756514,"sku":"ML9739-3PC","price":34.99,"currency_code":"USD","in_stock":true},{"title":"60ml \/ Buy 1","offer_id":52582168723746,"sku":"ML9739-1PC","price":24.99,"currency_code":"USD","in_stock":true},{"title":"60ml \/ Buy 3 ，Get 2 Free","offer_id":52582168789282,"sku":"ML9739-5PC","price":49.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0746\/8492\/4194\/files\/CYPW-01.png?v=1789818969","url":"https:\/\/www.aveloryagt.com\/products\/oliefilmverwijderaar-voor-glas","provider":"Aveloryagt","version":"1.0","type":"link"}