{"product_id":"ultrasonic-lens-cleaner","title":"Ultrasonic Contact Lens Cleaner – Rechargeable Deep Cleaning Case","description":"\u003cdiv class=\"clc-product-description\"\u003e\n  \u003cstyle\u003e\n    .clc-product-description {\n      --clc-blue: #087bd3;\n      --clc-blue-dark: #075d9f;\n      --clc-heading: #102a43;\n      --clc-text: #486581;\n      --clc-light: #f2f9ff;\n      --clc-border: #d8ebfa;\n      --clc-green: #138a62;\n      --clc-warning-bg: #fff9e9;\n      --clc-warning-border: #efd898;\n\n```\n  width: 100%;\n  max-width: 900px;\n  margin: 0 auto;\n  padding: 0;\n  color: var(--clc-text);\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto,\n    Helvetica, Arial, sans-serif;\n  font-size: 16px;\n  line-height: 1.65;\n}\n\n.clc-product-description,\n.clc-product-description * {\n  box-sizing: border-box;\n}\n\n.clc-product-description h2,\n.clc-product-description h3,\n.clc-product-description p {\n  margin-top: 0;\n}\n\n.clc-product-description h2 {\n  margin-bottom: 14px;\n  color: var(--clc-heading);\n  font-size: 32px;\n  font-weight: 800;\n  line-height: 1.2;\n  letter-spacing: -0.5px;\n}\n\n.clc-product-description h3 {\n  margin-bottom: 8px;\n  color: var(--clc-heading);\n  font-size: 20px;\n  font-weight: 800;\n  line-height: 1.35;\n}\n\n.clc-section {\n  width: 100%;\n  margin: 22px 0;\n}\n\n.clc-card {\n  width: 100%;\n  overflow: hidden;\n  padding: 28px;\n  background: #ffffff;\n  border: 1px solid var(--clc-border);\n  border-radius: 22px;\n  box-shadow: 0 8px 26px rgba(24, 82, 126, 0.08);\n}\n\n.clc-soft-card {\n  width: 100%;\n  overflow: hidden;\n  padding: 28px;\n  background: linear-gradient(145deg, #f8fcff 0%, #edf7ff 100%);\n  border: 1px solid var(--clc-border);\n  border-radius: 22px;\n}\n\n.clc-center {\n  text-align: center;\n}\n\n.clc-label {\n  display: inline-block;\n  margin-bottom: 14px;\n  padding: 9px 14px;\n  color: var(--clc-blue);\n  background: #e4f3ff;\n  border-radius: 999px;\n  font-size: 12px;\n  font-weight: 800;\n  line-height: 1;\n  letter-spacing: 0.7px;\n  text-transform: uppercase;\n}\n\n.clc-lead {\n  width: 100%;\n  max-width: 720px;\n  margin: 0 auto 22px;\n  color: var(--clc-text);\n  font-size: 18px;\n  line-height: 1.6;\n}\n\n.clc-grid-2 {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 24px;\n  align-items: center;\n}\n\n.clc-grid-3 {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n  gap: 16px;\n}\n\n\/* Standard 700 × 700 image container *\/\n.clc-image-wrap {\n  width: 100%;\n  max-width: 700px;\n  margin: 0 auto;\n  overflow: hidden;\n  background: #ffffff;\n  border-radius: 18px;\n}\n\n.clc-image {\n  display: block !important;\n  width: 100% !important;\n  max-width: 700px !important;\n  height: auto !important;\n  aspect-ratio: 1 \/ 1 !important;\n  margin: 0 auto !important;\n  object-fit: contain !important;\n  object-position: center !important;\n  background: #ffffff !important;\n  border-radius: 18px !important;\n}\n\n.clc-image-shadow {\n  box-shadow: 0 10px 28px rgba(17, 74, 116, 0.13);\n}\n\n.clc-badges {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  gap: 9px;\n  margin-top: 20px;\n}\n\n.clc-badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 7px;\n  padding: 10px 13px;\n  color: var(--clc-heading);\n  background: #ffffff;\n  border: 1px solid var(--clc-border);\n  border-radius: 999px;\n  font-size: 13px;\n  font-weight: 750;\n  box-shadow: 0 4px 12px rgba(22, 82, 128, 0.06);\n}\n\n.clc-check {\n  color: var(--clc-green);\n  font-weight: 900;\n}\n\n.clc-list {\n  margin: 14px 0 0;\n  padding: 0;\n  list-style: none;\n}\n\n.clc-list li {\n  position: relative;\n  padding: 7px 0 7px 31px;\n}\n\n.clc-list li::before {\n  content: \"✓\";\n  position: absolute;\n  top: 7px;\n  left: 0;\n  display: flex;\n  width: 21px;\n  height: 21px;\n  align-items: center;\n  justify-content: center;\n  color: var(--clc-green);\n  background: #e7f8f0;\n  border-radius: 50%;\n  font-size: 12px;\n  font-weight: 900;\n}\n\n.clc-benefit {\n  height: 100%;\n  padding: 20px;\n  background: #ffffff;\n  border: 1px solid var(--clc-border);\n  border-radius: 18px;\n  box-shadow: 0 5px 16px rgba(24, 85, 130, 0.06);\n}\n\n.clc-benefit p {\n  margin-bottom: 0;\n  font-size: 15px;\n}\n\n.clc-icon {\n  display: flex;\n  width: 44px;\n  height: 44px;\n  margin-bottom: 13px;\n  align-items: center;\n  justify-content: center;\n  color: #ffffff;\n  background: linear-gradient(\n    145deg,\n    var(--clc-blue),\n    var(--clc-blue-dark)\n  );\n  border-radius: 13px;\n  font-size: 21px;\n  font-weight: 800;\n}\n\n.clc-cycle-grid {\n  display: grid;\n  grid-template-columns: repeat(4, minmax(0, 1fr));\n  gap: 9px;\n  margin-top: 18px;\n}\n\n.clc-cycle {\n  padding: 12px 5px;\n  color: #ffffff;\n  background: var(--clc-heading);\n  border-radius: 12px;\n  text-align: center;\n  font-weight: 800;\n}\n\n.clc-cycle span {\n  display: block;\n  margin-top: 2px;\n  font-size: 10px;\n  font-weight: 600;\n  letter-spacing: 0.5px;\n  opacity: 0.82;\n}\n\n.clc-step {\n  width: 100%;\n  max-width: 700px;\n  height: 100%;\n  margin: 0 auto;\n  overflow: hidden;\n  background: #ffffff;\n  border: 1px solid var(--clc-border);\n  border-radius: 19px;\n  box-shadow: 0 7px 20px rgba(25, 84, 127, 0.07);\n}\n\n.clc-step-image-wrap {\n  width: 100%;\n  overflow: hidden;\n  background: #ffffff;\n}\n\n.clc-step img {\n  display: block !important;\n  width: 100% !important;\n  max-width: 700px !important;\n  height: auto !important;\n  aspect-ratio: 1 \/ 1 !important;\n  margin: 0 auto !important;\n  object-fit: contain !important;\n  object-position: center !important;\n  background: #ffffff !important;\n}\n\n.clc-step-body {\n  padding: 19px;\n}\n\n.clc-step-number {\n  display: flex;\n  width: 34px;\n  height: 34px;\n  margin-bottom: 11px;\n  align-items: center;\n  justify-content: center;\n  color: #ffffff;\n  background: var(--clc-blue);\n  border-radius: 50%;\n  font-size: 15px;\n  font-weight: 900;\n}\n\n.clc-step p {\n  margin-bottom: 0;\n  font-size: 15px;\n}\n\n.clc-lifestyle-card {\n  width: 100%;\n  max-width: 700px;\n  height: 100%;\n  margin: 0 auto;\n  overflow: hidden;\n  background: #ffffff;\n  border: 1px solid var(--clc-border);\n  border-radius: 19px;\n  box-shadow: 0 6px 18px rgba(25, 84, 127, 0.07);\n}\n\n.clc-lifestyle-card img {\n  display: block !important;\n  width: 100% !important;\n  max-width: 700px !important;\n  height: auto !important;\n  aspect-ratio: 1 \/ 1 !important;\n  margin: 0 auto !important;\n  object-fit: contain !important;\n  object-position: center !important;\n  background: #ffffff !important;\n}\n\n.clc-lifestyle-body {\n  padding: 20px;\n}\n\n.clc-lifestyle-body p {\n  margin-bottom: 0;\n}\n\n.clc-included {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 14px;\n  margin-top: 18px;\n}\n\n.clc-included-item {\n  display: flex;\n  min-height: 58px;\n  padding: 13px;\n  align-items: center;\n  gap: 11px;\n  color: var(--clc-heading);\n  background: #ffffff;\n  border: 1px solid var(--clc-border);\n  border-radius: 14px;\n  font-size: 14px;\n  font-weight: 700;\n}\n\n.clc-included-icon {\n  display: flex;\n  flex: 0 0 31px;\n  width: 31px;\n  height: 31px;\n  align-items: center;\n  justify-content: center;\n  color: var(--clc-blue);\n  background: #e7f5ff;\n  border-radius: 10px;\n  font-weight: 900;\n}\n\n.clc-warning {\n  padding: 22px;\n  color: #674f1f;\n  background: var(--clc-warning-bg);\n  border: 1px solid var(--clc-warning-border);\n  border-radius: 18px;\n}\n\n.clc-warning h3 {\n  color: #674f1f;\n}\n\n.clc-small {\n  font-size: 13px;\n  line-height: 1.55;\n}\n\n.clc-cta {\n  overflow: hidden;\n  padding: 36px 27px;\n  color: #ffffff;\n  background: linear-gradient(\n    140deg,\n    var(--clc-blue) 0%,\n    var(--clc-blue-dark) 100%\n  );\n  border-radius: 23px;\n  text-align: center;\n  box-shadow: 0 13px 32px rgba(8, 123, 211, 0.23);\n}\n\n.clc-cta h2,\n.clc-cta p {\n  color: #ffffff;\n}\n\n.clc-cta-button {\n  display: inline-block;\n  margin-top: 9px;\n  padding: 14px 24px;\n  color: var(--clc-blue-dark);\n  background: #ffffff;\n  border-radius: 13px;\n  font-size: 15px;\n  font-weight: 900;\n  letter-spacing: 0.4px;\n  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);\n}\n\n\/* Mobile optimization *\/\n@media screen and (max-width: 749px) {\n  .clc-product-description {\n    width: 100%;\n    font-size: 15px;\n    line-height: 1.58;\n  }\n\n  .clc-product-description h2 {\n    font-size: 25px;\n    line-height: 1.22;\n    letter-spacing: -0.3px;\n  }\n\n  .clc-product-description h3 {\n    font-size: 18px;\n  }\n\n  .clc-section {\n    margin: 16px 0;\n  }\n\n  .clc-card,\n  .clc-soft-card {\n    padding: 20px 15px;\n    border-radius: 18px;\n  }\n\n  .clc-grid-2,\n  .clc-grid-3,\n  .clc-included {\n    grid-template-columns: 1fr;\n    gap: 14px;\n  }\n\n  .clc-lead {\n    margin-bottom: 18px;\n    font-size: 16px;\n  }\n\n  .clc-image-wrap,\n  .clc-image,\n  .clc-step,\n  .clc-step img,\n  .clc-lifestyle-card,\n  .clc-lifestyle-card img {\n    width: 100% !important;\n    max-width: 100% !important;\n  }\n\n  .clc-image,\n  .clc-step img,\n  .clc-lifestyle-card img {\n    height: auto !important;\n    aspect-ratio: 1 \/ 1 !important;\n    object-fit: contain !important;\n    object-position: center !important;\n    border-radius: 14px !important;\n  }\n\n  .clc-step,\n  .clc-lifestyle-card {\n    border-radius: 16px;\n  }\n\n  .clc-badges {\n    justify-content: flex-start;\n    gap: 8px;\n  }\n\n  .clc-badge {\n    padding: 9px 11px;\n    font-size: 12px;\n  }\n\n  .clc-benefit {\n    padding: 17px;\n  }\n\n  .clc-cycle-grid {\n    gap: 6px;\n  }\n\n  .clc-cycle {\n    padding: 11px 2px;\n    font-size: 13px;\n  }\n\n  .clc-cycle span {\n    font-size: 8px;\n  }\n\n  .clc-step-body,\n  .clc-lifestyle-body {\n    padding: 17px;\n  }\n\n  .clc-cta {\n    padding: 29px 17px;\n    border-radius: 19px;\n  }\n\n  .clc-cta-button {\n    width: 100%;\n    padding: 14px 12px;\n  }\n}\n```\n\n  \u003c\/style\u003e\n\n  \u003c!-- HERO --\u003e\n\n  \u003csection class=\"clc-section clc-soft-card clc-center\"\u003e\n    \u003cspan class=\"clc-label\"\u003eA Smarter Lens-Care Routine\u003c\/span\u003e\n\n```\n\u003ch2\u003eFresher-Feeling Contact Lenses in Just Minutes\u003c\/h2\u003e\n\n\u003cp class=\"clc-lead\"\u003e\n  Help loosen everyday oils, protein deposits, makeup residue and surface\n  debris without aggressively rubbing or pulling on your reusable lenses.\n\u003c\/p\u003e\n\n\u003cdiv class=\"clc-image-wrap clc-image-shadow\"\u003e\n  \u003cimg class=\"clc-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/1_1a809404-41cf-4da4-9047-bf0ce5331561.jpg?v=1784780162\" alt=\"Compact ultrasonic contact lens cleaner with lens cups and handling tools\" width=\"700\" height=\"700\" loading=\"eager\" decoding=\"async\"\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"clc-badges\"\u003e\n  \u003cspan class=\"clc-badge\"\u003e\n    \u003cspan class=\"clc-check\"\u003e✓\u003c\/span\u003e\n    Ultrasonic Cleaning\n  \u003c\/span\u003e\n\n  \u003cspan class=\"clc-badge\"\u003e\n    \u003cspan class=\"clc-check\"\u003e✓\u003c\/span\u003e\n    Four Timed Cycles\n  \u003c\/span\u003e\n\n  \u003cspan class=\"clc-badge\"\u003e\n    \u003cspan class=\"clc-check\"\u003e✓\u003c\/span\u003e\n    No Aggressive Scrubbing\n  \u003c\/span\u003e\n\n  \u003cspan class=\"clc-badge\"\u003e\n    \u003cspan class=\"clc-check\"\u003e✓\u003c\/span\u003e\n    Compact \u0026amp; Rechargeable\n  \u003c\/span\u003e\n\u003c\/div\u003e\n```\n\n  \u003c\/section\u003e\n\n  \u003c!-- PROBLEM AND SOLUTION --\u003e\n\n  \u003csection class=\"clc-section clc-card\"\u003e\n    \u003cdiv class=\"clc-grid-2\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"clc-label\"\u003eMake Lens Care Easier\u003c\/span\u003e\n\n```\n    \u003ch2\u003eStop Rushing Through Your Cleaning Routine\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Reusable lenses can collect natural oils, cosmetics, proteins and\n      airborne particles during normal wear.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      This compact cleaner uses rapid ultrasonic vibrations to help loosen\n      deposits inside fresh contact lens solution, creating a more\n      consistent hands-free cleaning step.\n    \u003c\/p\u003e\n\n    \u003cul class=\"clc-list\"\u003e\n      \u003cli\u003eHelps loosen stubborn surface buildup\u003c\/li\u003e\n      \u003cli\u003eReduces direct rubbing and handling\u003c\/li\u003e\n      \u003cli\u003eProvides a consistent timed cleaning cycle\u003c\/li\u003e\n      \u003cli\u003eFits easily into your normal lens-care routine\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"clc-image-wrap clc-image-shadow\"\u003e\n    \u003cimg class=\"clc-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/111.gif?v=1784780166\" alt=\"Contact lens cleaning routine demonstration\" width=\"700\" height=\"700\" loading=\"lazy\" decoding=\"async\"\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n```\n\n  \u003c\/section\u003e\n\n  \u003c!-- CORE BENEFITS --\u003e\n\n  \u003csection class=\"clc-section\"\u003e\n    \u003cdiv class=\"clc-center\"\u003e\n      \u003cspan class=\"clc-label\"\u003eWhy Lens Wearers Love It\u003c\/span\u003e\n\n```\n  \u003ch2\u003eA Deeper Cleaning Step Without More Work\u003c\/h2\u003e\n\n  \u003cp class=\"clc-lead\"\u003e\n    Fill the chambers, add your lenses and choose a cycle. The device\n    handles the cleaning motion while you continue with your evening.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"clc-grid-2\" style=\"margin-bottom:16px;\"\u003e\n  \u003cdiv class=\"clc-image-wrap clc-image-shadow\"\u003e\n    \u003cimg class=\"clc-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/2_88a2b271-51f8-40f1-912c-f5a078554143.jpg?v=1784780162\" alt=\"Ultrasonic contact lens cleaner operating with illuminated lens chambers\" width=\"700\" height=\"700\" loading=\"lazy\" decoding=\"async\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"clc-soft-card\"\u003e\n    \u003ch3\u003eDesigned for Simple, Consistent Care\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Rapid micro-vibrations move through the solution to help release\n      deposits from the surface of reusable contact lenses.\n    \u003c\/p\u003e\n\n    \u003cp style=\"margin-bottom:0;\"\u003e\n      There is no need to repeatedly pinch, pull or aggressively scrub the\n      lenses during the machine’s cleaning cycle.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"clc-grid-3\"\u003e\n  \u003cdiv class=\"clc-benefit\"\u003e\n    \u003cdiv class=\"clc-icon\"\u003e〰\u003c\/div\u003e\n\n    \u003ch3\u003eUltrasonic Action\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Helps loosen everyday oils, protein deposits and surface debris\n      through rapid vibration.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"clc-benefit\"\u003e\n    \u003cdiv class=\"clc-icon\"\u003e✦\u003c\/div\u003e\n\n    \u003ch3\u003eLess Direct Friction\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Reduces the need for aggressive manual rubbing during the cleaning\n      cycle.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"clc-benefit\"\u003e\n    \u003cdiv class=\"clc-icon\"\u003e⚡\u003c\/div\u003e\n\n    \u003ch3\u003eRechargeable Design\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Charge by USB and enjoy convenient cordless use at home or while\n      traveling.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n```\n\n  \u003c\/section\u003e\n\n  \u003c!-- TIMED CYCLES --\u003e\n\n  \u003csection class=\"clc-section clc-card\"\u003e\n    \u003cdiv class=\"clc-grid-2\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"clc-label\"\u003eEasy One-Touch Controls\u003c\/span\u003e\n\n```\n    \u003ch2\u003eChoose the Cycle That Fits Your Routine\u003c\/h2\u003e\n\n    \u003cp\u003e\n      The clear digital display lets you select between four timed\n      cleaning cycles, making it easy to keep your routine simple and\n      repeatable.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"clc-cycle-grid\"\u003e\n      \u003cdiv class=\"clc-cycle\"\u003e\n        120\n        \u003cspan\u003eSECONDS\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"clc-cycle\"\u003e\n        180\n        \u003cspan\u003eSECONDS\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"clc-cycle\"\u003e\n        240\n        \u003cspan\u003eSECONDS\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"clc-cycle\"\u003e\n        300\n        \u003cspan\u003eSECONDS\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"clc-small\" style=\"margin:16px 0 0;\"\u003e\n      Select a cycle according to the product instructions and the care\n      requirements of your reusable lenses.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"clc-image-wrap clc-image-shadow\"\u003e\n    \u003cimg class=\"clc-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/4_4ce3eb41-af39-4925-a3cd-26fc096942d7.jpg?v=1784780162\" alt=\"Contact lens cleaner with 120, 180, 240 and 300 second cleaning cycles\" width=\"700\" height=\"700\" loading=\"lazy\" decoding=\"async\"\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n```\n\n  \u003c\/section\u003e\n\n  \u003c!-- HOW TO USE --\u003e\n\n  \u003csection class=\"clc-section\"\u003e\n    \u003cdiv class=\"clc-center\"\u003e\n      \u003cspan class=\"clc-label\"\u003eThree Simple Steps\u003c\/span\u003e\n\n```\n  \u003ch2\u003eFill. Clean. Complete Your Routine.\u003c\/h2\u003e\n\n  \u003cp class=\"clc-lead\"\u003e\n    Add an ultrasonic cleaning step to your existing lens-care routine in\n    just a few minutes.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"clc-grid-3\"\u003e\n  \u003cdiv class=\"clc-step\"\u003e\n    \u003cdiv class=\"clc-step-image-wrap\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/8.jpg?v=1784780162\" alt=\"Adding fresh contact lens solution to the lens cleaner\" width=\"700\" height=\"700\" loading=\"lazy\" decoding=\"async\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"clc-step-body\"\u003e\n      \u003cdiv class=\"clc-step-number\"\u003e1\u003c\/div\u003e\n\n      \u003ch3\u003eAdd Fresh Solution\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Wash and completely dry your hands, then add fresh compatible\n        contact lens solution to each chamber.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"clc-step\"\u003e\n    \u003cdiv class=\"clc-step-image-wrap\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/9.jpg?v=1784780163\" alt=\"Placing a reusable contact lens into the cleaning chamber\" width=\"700\" height=\"700\" loading=\"lazy\" decoding=\"async\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"clc-step-body\"\u003e\n      \u003cdiv class=\"clc-step-number\"\u003e2\u003c\/div\u003e\n\n      \u003ch3\u003eInsert Your Lenses\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Place the left and right lenses into their separate cups, close\n        the lids and choose your preferred cycle.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"clc-step\"\u003e\n    \u003cdiv class=\"clc-step-image-wrap\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/10.jpg?v=1784780162\" alt=\"Contact lens wearer completing their normal lens-care routine\" width=\"700\" height=\"700\" loading=\"lazy\" decoding=\"async\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"clc-step-body\"\u003e\n      \u003cdiv class=\"clc-step-number\"\u003e3\u003c\/div\u003e\n\n      \u003ch3\u003eComplete Lens Care\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Remove the lenses with clean, dry hands and complete all rinsing,\n        disinfecting and storage steps required by your solution.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n```\n\n  \u003c\/section\u003e\n\n  \u003c!-- MOBILE AND TRAVEL --\u003e\n\n  \u003csection class=\"clc-section clc-soft-card\"\u003e\n    \u003cdiv class=\"clc-center\"\u003e\n      \u003cspan class=\"clc-label\"\u003eMade for Real Life\u003c\/span\u003e\n\n```\n  \u003ch2\u003eCompact Enough to Go Wherever You Go\u003c\/h2\u003e\n\n  \u003cp class=\"clc-lead\"\u003e\n    Keep a more consistent cleaning routine at home, at work, on vacation\n    or during an overnight stay.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"clc-grid-2\"\u003e\n  \u003cdiv class=\"clc-lifestyle-card\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/IMG_4209.jpg?v=1784780163\" alt=\"Compact contact lens cleaner beside a travel cosmetic bag\" width=\"700\" height=\"700\" loading=\"lazy\" decoding=\"async\"\u003e\n\n    \u003cdiv class=\"clc-lifestyle-body\"\u003e\n      \u003ch3\u003eTravel-Friendly Size\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Fits neatly beside your everyday skincare, cosmetics and personal\n        care essentials.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"clc-lifestyle-card\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/7.jpg?v=1784780163\" alt=\"Contact lens wearer holding the compact cleaner and removable lens cup\" width=\"700\" height=\"700\" loading=\"lazy\" decoding=\"async\"\u003e\n\n    \u003cdiv class=\"clc-lifestyle-body\"\u003e\n      \u003ch3\u003eEasy Everyday Handling\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Separate lens cups and included handling tools help keep your\n        routine organized and convenient.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n```\n\n  \u003c\/section\u003e\n\n  \u003c!-- WHAT IS INCLUDED --\u003e\n\n  \u003csection class=\"clc-section clc-card\"\u003e\n    \u003cdiv class=\"clc-grid-2\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"clc-label\"\u003eWhat’s Included\u003c\/span\u003e\n\n```\n    \u003ch2\u003eEverything You Need to Get Started\u003c\/h2\u003e\n\n    \u003cdiv class=\"clc-included\"\u003e\n      \u003cdiv class=\"clc-included-item\"\u003e\n        \u003cspan class=\"clc-included-icon\"\u003e1\u003c\/span\u003e\n        Ultrasonic lens cleaner\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"clc-included-item\"\u003e\n        \u003cspan class=\"clc-included-icon\"\u003e2\u003c\/span\u003e\n        Removable lens cups\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"clc-included-item\"\u003e\n        \u003cspan class=\"clc-included-icon\"\u003e+\u003c\/span\u003e\n        Lens handling tools\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"clc-included-item\"\u003e\n        \u003cspan class=\"clc-included-icon\"\u003e⚡\u003c\/span\u003e\n        USB charging cable\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"clc-small\" style=\"margin:14px 0 0;\"\u003e\n      Contact lens solution is not included.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"clc-soft-card\"\u003e\n    \u003ch3\u003eDesigned for Reusable Contact Lenses\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Suitable for many reusable soft and rigid lens types when used\n      according to the lens manufacturer’s and eye-care professional’s\n      instructions.\n    \u003c\/p\u003e\n\n    \u003cul class=\"clc-list\"\u003e\n      \u003cli\u003eReusable soft contact lenses\u003c\/li\u003e\n      \u003cli\u003eRigid gas-permeable lenses\u003c\/li\u003e\n      \u003cli\u003eBiweekly and monthly lenses\u003c\/li\u003e\n      \u003cli\u003eToric and multifocal reusable lenses\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cp class=\"clc-small\" style=\"margin:14px 0 0;\"\u003e\n      Do not clean or reuse single-use daily disposable lenses.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n```\n\n  \u003c\/section\u003e\n\n  \u003c!-- SAFETY INFORMATION --\u003e\n\n  \u003csection class=\"clc-section clc-warning\"\u003e\n    \u003ch3\u003eImportant Contact Lens Care\u003c\/h3\u003e\n\n```\n\u003cp\u003e\n  This product is a supplemental cleaning aid. It does not replace proper\n  rinsing, disinfecting, storage or scheduled lens replacement.\n\u003c\/p\u003e\n\n\u003cul class=\"clc-list\"\u003e\n  \u003cli\u003eAlways use fresh solution compatible with your lenses.\u003c\/li\u003e\n  \u003cli\u003eNever clean or store contact lenses in any type of water.\u003c\/li\u003e\n  \u003cli\u003eDo not reuse old solution or top off previously used solution.\u003c\/li\u003e\n  \u003cli\u003e\n    Follow the instructions supplied with your contact lenses and cleaning\n    solution.\n  \u003c\/li\u003e\n  \u003cli\u003e\n    Remove your lenses and contact an eye-care professional if you\n    experience pain, redness, irritation or changes in vision.\n  \u003c\/li\u003e\n\u003c\/ul\u003e\n```\n\n  \u003c\/section\u003e\n\n  \u003c!-- FINAL CTA --\u003e\n\n  \u003csection class=\"clc-section clc-cta\"\u003e\n    \u003ch2\u003eUpgrade Your Contact Lens Routine Today\u003c\/h2\u003e\n\n```\n\u003cp\u003e\n  Less aggressive rubbing, simple timed cleaning and a compact design made\n  for everyday convenience.\n\u003c\/p\u003e\n\n\u003cdiv class=\"clc-cta-button\"\u003e\n  CHOOSE YOUR OFFER ABOVE ↑\n\u003c\/div\u003e\n\n\u003cp class=\"clc-small\" style=\"margin:17px 0 0; opacity:0.9;\"\u003e\n  Compact • Rechargeable • Easy to Operate\n\u003c\/p\u003e\n```\n\n  \u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"HD global","offers":[{"title":"Buy 1","offer_id":53206805086517,"sku":null,"price":71.0,"currency_code":"AUD","in_stock":true},{"title":"Buy 2 Save $30","offer_id":53206805119285,"sku":null,"price":100.0,"currency_code":"AUD","in_stock":true},{"title":"Buy  Save $60","offer_id":53206805152053,"sku":null,"price":128.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/2_88a2b271-51f8-40f1-912c-f5a078554143.jpg?v=1784780162","url":"https:\/\/walmart247.com\/products\/ultrasonic-lens-cleaner","provider":"HD global","version":"1.0","type":"link"}