{"product_id":"smart-uvc-toilet-lid-light","title":"Smart UVC Toilet Light – A Cleaner Routine, Automatically","description":"\u003cstyle\u003e #uvc-page, #uvc-page *{ box-sizing:border-box; } #uvc-page{ --blue:#497dbd; --blue-dark:#264f83; --blue-soft:#edf5ff; --lavender:#f4f0ff; --pink:#ef9fb3; --cream:#fffaf7; --dark:#172436; --ink:#202832; --text:#617080; --white:#ffffff; --border:#dfe8f1; width:100%; max-width:880px; margin:0 auto; padding:10px; font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Arial,sans-serif; color:var(--ink); font-size:16px; line-height:1.6; } #uvc-page h2, #uvc-page h3, #uvc-page p{ margin-top:0; } .uvc-card{ overflow:hidden; margin-bottom:20px; padding:21px 16px; background:var(--white); border:1px solid var(--border); border-radius:21px; box-shadow:0 7px 24px rgba(38,79,131,.06); } .uvc-dark{ color:#fff; background: radial-gradient(circle at 88% 5%,rgba(156,187,255,.28),transparent 31%), linear-gradient(145deg,#15263e,#345d8d); border:none; } .uvc-soft{ background:linear-gradient(145deg,#f8fbff,#ecf4ff); } .uvc-lavender{ background:linear-gradient(145deg,#fbf9ff,#f1edff); } .uvc-cream{ background:linear-gradient(145deg,#fffdfb,#faf3ef); } .uvc-kicker{ margin-bottom:7px; color:var(--blue); font-size:11px; line-height:1.3; font-weight:900; letter-spacing:1.15px; text-transform:uppercase; } .uvc-dark .uvc-kicker{ color:#bcd9ff; } .uvc-title{ margin:0 0 10px; color:var(--ink); font-size:27px; line-height:1.18; font-weight:900; letter-spacing:-.45px; } .uvc-dark .uvc-title{ color:#fff; } .uvc-hero-title{ max-width:690px; margin:0 auto 11px; color:#fff; font-size:33px; line-height:1.12; font-weight:900; letter-spacing:-.7px; } .uvc-text{ margin:0; color:var(--text); font-size:15px; } .uvc-dark .uvc-text{ color:#e6eef8; } .uvc-img-wrap{ overflow:hidden; margin-top:17px; background:#edf3f8; border-radius:16px; } .uvc-img{ display:block; width:100%; height:auto; margin:0!important; } .uvc-pills{ display:flex; flex-wrap:wrap; gap:7px; margin-top:15px; } .uvc-pills-center{ justify-content:center; } .uvc-pill{ padding:7px 10px; color:var(--ink); background:#fff; border:1px solid var(--border); border-radius:999px; font-size:12px; line-height:1.3; font-weight:800; } .uvc-dark .uvc-pill{ color:#fff; background:rgba(255,255,255,.10); border-color:rgba(255,255,255,.16); } .uvc-grid{ display:grid; grid-template-columns:1fr; gap:10px; margin-top:15px; } .uvc-item{ padding:15px; background:#fff; border:1px solid var(--border); border-radius:15px; } .uvc-item-icon{ display:block; margin-bottom:7px; font-size:23px; } .uvc-item strong{ display:block; margin-bottom:4px; color:var(--ink); font-size:14px; } .uvc-item span{ display:block; color:var(--text); font-size:13px; line-height:1.5; } .uvc-step{ display:flex; align-items:flex-start; gap:11px; margin-top:10px; padding:14px; background:#fff; border:1px solid var(--border); border-radius:14px; } .uvc-step-num{ flex:0 0 32px; width:32px; height:32px; display:flex; align-items:center; justify-content:center; color:#fff; background:var(--blue-dark); border-radius:50%; font-size:12px; font-weight:900; } .uvc-step strong{ display:block; margin-bottom:3px; color:var(--ink); font-size:14px; } .uvc-step p{ margin:0; color:var(--text); font-size:13px; } .uvc-benefit{ display:flex; align-items:flex-start; gap:10px; margin-top:10px; padding:13px; background:#fff; border:1px solid var(--border); border-radius:14px; } .uvc-check{ flex:0 0 25px; width:25px; height:25px; display:flex; align-items:center; justify-content:center; color:#fff; background:var(--blue); border-radius:50%; font-size:11px; font-weight:900; } .uvc-benefit strong{ display:block; color:var(--ink); font-size:14px; } .uvc-benefit span{ display:block; margin-top:2px; color:var(--text); font-size:13px; } .uvc-spec{ overflow:hidden; margin-top:15px; border:1px solid var(--border); border-radius:15px; } .uvc-spec-row{ display:flex; justify-content:space-between; gap:12px; padding:12px 13px; background:#fff; border-bottom:1px solid var(--border); font-size:13px; } .uvc-spec-row:nth-child(even){ background:#f8fafc; } .uvc-spec-row:last-child{ border-bottom:none; } .uvc-spec-label{ flex:0 0 42%; color:var(--ink); font-weight:850; } .uvc-spec-value{ flex:1; color:var(--text); text-align:right; } .uvc-faq{ margin-top:9px; padding:14px; background:#fff; border:1px solid var(--border); border-radius:13px; } .uvc-faq summary{ cursor:pointer; color:var(--ink); font-size:14px; font-weight:850; } .uvc-faq p{ margin:8px 0 0; color:var(--text); font-size:13px; } .uvc-note{ margin-top:13px; padding:12px 13px; color:#66566d; background:#f8f1ff; border-left:3px solid var(--blue); border-radius:4px 10px 10px 4px; font-size:12px; } .uvc-warning{ margin-top:13px; padding:12px 13px; color:#76562d; background:#fff7e8; border-left:3px solid #e6a13a; border-radius:4px 10px 10px 4px; font-size:12px; } .uvc-cta{ display:inline-block; margin-top:18px; padding:14px 21px; color:var(--blue-dark); background:#fff; border-radius:13px; font-size:14px; font-weight:900; box-shadow:0 6px 16px rgba(0,0,0,.12); } @media(min-width:680px){ #uvc-page{ padding:15px; } .uvc-card{ padding:27px; } .uvc-title{ font-size:31px; } .uvc-hero-title{ font-size:40px; } .uvc-grid{ grid-template-columns:repeat(3,1fr); } .uvc-grid.uvc-four{ grid-template-columns:repeat(2,1fr); } } @media(max-width:430px){ .uvc-card{ padding:18px 13px; margin-bottom:17px; border-radius:18px; } .uvc-title{ font-size:24px; } .uvc-hero-title{ font-size:29px; } } \u003c\/style\u003e \u003cdiv id=\"uvc-page\"\u003e \u003c!-- HERO --\u003e \u003csection class=\"uvc-card uvc-dark\" style=\"text-align:center;padding-top:30px;\"\u003e \u003cdiv class=\"uvc-kicker\"\u003eSMARTER TOILET CARE • LESS DAILY EFFORT\u003c\/div\u003e\n\u003ch2 class=\"uvc-hero-title\"\u003e\n  A Smarter Way to Support a Fresher Toilet Routine\n\u003c\/h2\u003e\n\n\u003cp class=\"uvc-text\" style=\"max-width:650px;margin:0 auto;\"\u003e\n  This compact \u003cstrong\u003esensor-enabled UVC toilet lid light\u003c\/strong\u003e\n  adds an automated step to everyday bathroom maintenance without taking up\n  valuable space around your toilet.\n\u003c\/p\u003e\n\n\u003cdiv class=\"uvc-pills uvc-pills-center\"\u003e\n  \u003cspan class=\"uvc-pill\"\u003e✨ UVC Light Design\u003c\/span\u003e\n  \u003cspan class=\"uvc-pill\"\u003e👋 Smart Sensor\u003c\/span\u003e\n  \u003cspan class=\"uvc-pill\"\u003e🔋 Type-C Charging\u003c\/span\u003e\n  \u003cspan class=\"uvc-pill\"\u003e🚽 Compact Lid Mount\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"uvc-img-wrap\"\u003e\n  \u003cimg class=\"uvc-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0580\/9963\/0214\/files\/spp_shopify20260812192604_8cecca392a78d18b0168e392281e47b3.jpg?v=1786533967\" alt=\"Compact smart UVC toilet lid light\"\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e \u003c!-- PAIN --\u003e \u003csection class=\"uvc-card uvc-cream\"\u003e \u003cdiv class=\"uvc-kicker\"\u003eBATHROOM CLEANING NEVER REALLY STOPS\u003c\/div\u003e\n\u003ch2 class=\"uvc-title\"\u003e\n  Add an Extra Step Without Adding Another Chore\n\u003c\/h2\u003e\n\n\u003cp class=\"uvc-text\"\u003e\n  Toilets are used throughout the day, but most people do not want another\n  complicated device or manual routine to remember.\n\u003c\/p\u003e\n\n\u003cdiv class=\"uvc-grid\"\u003e\n\n  \u003cdiv class=\"uvc-item\"\u003e\n    \u003cspan class=\"uvc-item-icon\"\u003e🧽\u003c\/span\u003e\n    \u003cstrong\u003eLess Manual Fuss\u003c\/strong\u003e\n    \u003cspan\u003e\n      Sensor-based operation helps reduce the need to repeatedly activate the device by hand.\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"uvc-item\"\u003e\n    \u003cspan class=\"uvc-item-icon\"\u003e🚽\u003c\/span\u003e\n    \u003cstrong\u003eMinimal Space Needed\u003c\/strong\u003e\n    \u003cspan\u003e\n      The compact design mounts directly onto the toilet lid.\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"uvc-item\"\u003e\n    \u003cspan class=\"uvc-item-icon\"\u003e✨\u003c\/span\u003e\n    \u003cstrong\u003eSimple Daily Support\u003c\/strong\u003e\n    \u003cspan\u003e\n      UVC light technology adds another automated element to your regular toilet-care routine.\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/section\u003e \u003c!-- INTERACTIVE LEARNING --\u003e \u003csection class=\"uvc-card uvc-soft\"\u003e \u003cdiv class=\"uvc-kicker\"\u003eSET IT UP IN A FEW SIMPLE STEPS\u003c\/div\u003e\n\u003ch2 class=\"uvc-title\"\u003e\n  Clean. Attach. Charge. Let the Sensor Do the Rest.\n\u003c\/h2\u003e\n\n\u003cp class=\"uvc-text\"\u003e\n  No complicated bathroom modification is required.\n  The device is designed for straightforward everyday setup.\n\u003c\/p\u003e\n\n\u003cdiv class=\"uvc-step\"\u003e\n  \u003cspan class=\"uvc-step-num\"\u003e1\u003c\/span\u003e\n  \u003cdiv\u003e\n    \u003cstrong\u003eClean \u0026amp; Dry the Surface\u003c\/strong\u003e\n    \u003cp\u003e\n      Thoroughly clean and dry the toilet lid before attaching the adhesive pad.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"uvc-step\"\u003e\n  \u003cspan class=\"uvc-step-num\"\u003e2\u003c\/span\u003e\n  \u003cdiv\u003e\n    \u003cstrong\u003eMount the Device\u003c\/strong\u003e\n    \u003cp\u003e\n      Secure the compact unit onto the toilet lid using the adhesive mounting setup.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"uvc-step\"\u003e\n  \u003cspan class=\"uvc-step-num\"\u003e3\u003c\/span\u003e\n  \u003cdiv\u003e\n    \u003cstrong\u003eCharge Before First Use\u003c\/strong\u003e\n    \u003cp\u003e\n      Fully charge the device through its Type-C charging connection.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"uvc-step\"\u003e\n  \u003cspan class=\"uvc-step-num\"\u003e4\u003c\/span\u003e\n  \u003cdiv\u003e\n    \u003cstrong\u003eUse the Toilet Normally\u003c\/strong\u003e\n    \u003cp\u003e\n      The built-in sensor is designed to respond conveniently to toilet lid usage.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e \u003c!-- SMART SENSOR --\u003e \u003csection class=\"uvc-card\"\u003e \u003cdiv class=\"uvc-kicker\"\u003eSMART SENSOR CONVENIENCE\u003c\/div\u003e\n\u003ch2 class=\"uvc-title\"\u003e\n  Designed to Work With Your Normal Bathroom Routine\n\u003c\/h2\u003e\n\n\u003cp class=\"uvc-text\"\u003e\n  Instead of adding another button or manual step to remember,\n  the integrated sensor helps the device respond based on toilet lid use.\n\u003c\/p\u003e\n\n\u003cdiv class=\"uvc-img-wrap\"\u003e\n  \u003cimg class=\"uvc-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0580\/9963\/0214\/files\/spp_shopify20260812192607_de7ff0aacf419b16498cb48a62e50958.jpg?v=1786533971\" alt=\"Smart sensor toilet lid UVC device\"\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"uvc-pills\"\u003e\n  \u003cspan class=\"uvc-pill\"\u003eSensor-Enabled\u003c\/span\u003e\n  \u003cspan class=\"uvc-pill\"\u003eHands-Off Convenience\u003c\/span\u003e\n  \u003cspan class=\"uvc-pill\"\u003eEveryday Routine\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e \u003c!-- MULTI FEEDBACK --\u003e \u003csection class=\"uvc-card uvc-lavender\"\u003e \u003cdiv class=\"uvc-kicker\"\u003eONE SMALL DEVICE • MULTIPLE EVERYDAY BENEFITS\u003c\/div\u003e\n\u003ch2 class=\"uvc-title\"\u003e\n  Built Around Convenience, Not Complexity\n\u003c\/h2\u003e\n\n\u003cdiv class=\"uvc-grid\"\u003e\n\n  \u003cdiv class=\"uvc-item\"\u003e\n    \u003cspan class=\"uvc-item-icon\"\u003e💡\u003c\/span\u003e\n    \u003cstrong\u003eUVC Light Technology\u003c\/strong\u003e\n    \u003cspan\u003e\n      Designed to support a cleaner, fresher toilet-care environment.\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"uvc-item\"\u003e\n    \u003cspan class=\"uvc-item-icon\"\u003e👋\u003c\/span\u003e\n    \u003cstrong\u003eSmart Sensor Response\u003c\/strong\u003e\n    \u003cspan\u003e\n      Helps automate device operation around normal toilet lid usage.\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"uvc-item\"\u003e\n    \u003cspan class=\"uvc-item-icon\"\u003e🔌\u003c\/span\u003e\n    \u003cstrong\u003eRechargeable Convenience\u003c\/strong\u003e\n    \u003cspan\u003e\n      Type-C charging eliminates the need for disposable battery replacement.\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/section\u003e \u003c!-- COMPACT --\u003e \u003csection class=\"uvc-card uvc-soft\"\u003e \u003cdiv class=\"uvc-kicker\"\u003eSMALL ENOUGH TO STAY OUT OF THE WAY\u003c\/div\u003e\n\u003ch2 class=\"uvc-title\"\u003e\n  Slim Heart-Shaped Design Fits Neatly on the Lid\n\u003c\/h2\u003e\n\n\u003cp class=\"uvc-text\"\u003e\n  At approximately \u003cstrong\u003e3.27 × 2.95 × 0.96 inches\u003c\/strong\u003e,\n  the compact body is designed to sit discreetly on the toilet lid\n  without creating bulky bathroom clutter.\n\u003c\/p\u003e\n\n\u003cdiv class=\"uvc-img-wrap\"\u003e\n  \u003cimg class=\"uvc-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0580\/9963\/0214\/files\/spp_shopify20260812192612_9d3e0a1e66839b087cc9df469273ffaf.jpg?v=1786533976\" alt=\"Compact heart shaped toilet lid UVC light\"\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"uvc-pills\"\u003e\n  \u003cspan class=\"uvc-pill\"\u003e3.27\" Compact Body\u003c\/span\u003e\n  \u003cspan class=\"uvc-pill\"\u003eSlim Profile\u003c\/span\u003e\n  \u003cspan class=\"uvc-pill\"\u003eToilet Lid Mount\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e \u003c!-- DURABILITY --\u003e \u003csection class=\"uvc-card\"\u003e \u003cdiv class=\"uvc-kicker\"\u003eMADE FOR DAILY BATHROOM USE\u003c\/div\u003e\n\u003ch2 class=\"uvc-title\"\u003e\n  Secure Mounting for a More Stable Setup\n\u003c\/h2\u003e\n\n\u003cp class=\"uvc-text\"\u003e\n  The device uses a compact housing and secure adhesive mounting structure\n  designed to stay neatly positioned during normal bathroom use.\n\u003c\/p\u003e\n\n\u003cdiv class=\"uvc-img-wrap\"\u003e\n  \u003cimg class=\"uvc-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0580\/9963\/0214\/files\/spp_shopify20260812192617_c9965acf1f967c8fc560f6bce0ae62d9.jpg?v=1786533980\" alt=\"Secure mounted toilet UVC light device\"\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e \u003c!-- INSTALLATION --\u003e \u003csection class=\"uvc-card uvc-cream\"\u003e \u003cdiv class=\"uvc-kicker\"\u003eNO COMPLICATED INSTALLATION\u003c\/div\u003e\n\u003ch2 class=\"uvc-title\"\u003e\n  Upgrade Your Toilet Without Tools or Remodeling\n\u003c\/h2\u003e\n\n\u003cp class=\"uvc-text\"\u003e\n  Clean the toilet lid, apply the adhesive mounting pad and position the device.\n  The simple setup is designed to fit easily into an existing bathroom.\n\u003c\/p\u003e\n\n\u003cdiv class=\"uvc-img-wrap\"\u003e\n  \u003cimg class=\"uvc-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0580\/9963\/0214\/files\/spp_shopify20260812192620_d0cf9c6ac89ca29f863e419f86a78d21.png?v=1786533984\" alt=\"Easy installation smart toilet lid UVC device\"\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"uvc-benefit\"\u003e\n  \u003cspan class=\"uvc-check\"\u003e✓\u003c\/span\u003e\n  \u003cdiv\u003e\n    \u003cstrong\u003eNo Drilling\u003c\/strong\u003e\n    \u003cspan\u003e\n      Designed around an adhesive mounting setup.\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"uvc-benefit\"\u003e\n  \u003cspan class=\"uvc-check\"\u003e✓\u003c\/span\u003e\n  \u003cdiv\u003e\n    \u003cstrong\u003eNo Plumbing Changes\u003c\/strong\u003e\n    \u003cspan\u003e\n      The compact unit attaches directly to the toilet lid area.\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"uvc-benefit\"\u003e\n  \u003cspan class=\"uvc-check\"\u003e✓\u003c\/span\u003e\n  \u003cdiv\u003e\n    \u003cstrong\u003eEasy to Add to Existing Bathrooms\u003c\/strong\u003e\n    \u003cspan\u003e\n      Suitable for adding another convenient step to everyday toilet maintenance.\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e \u003c!-- USE CASE --\u003e \u003csection class=\"uvc-card uvc-lavender\"\u003e \u003cdiv class=\"uvc-kicker\"\u003eA SIMPLE UPGRADE FOR EVERYDAY BATHROOMS\u003c\/div\u003e\n\u003ch2 class=\"uvc-title\"\u003e\n  Small Device. Easy Addition to Your Routine.\n\u003c\/h2\u003e\n\n\u003cdiv class=\"uvc-grid uvc-four\"\u003e\n\n  \u003cdiv class=\"uvc-item\"\u003e\n    \u003cspan class=\"uvc-item-icon\"\u003e🏠\u003c\/span\u003e\n    \u003cstrong\u003eHome Bathrooms\u003c\/strong\u003e\n    \u003cspan\u003e\n      Add smart toilet-care convenience without changing your bathroom layout.\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"uvc-item\"\u003e\n    \u003cspan class=\"uvc-item-icon\"\u003e🚽\u003c\/span\u003e\n    \u003cstrong\u003eGuest Bathrooms\u003c\/strong\u003e\n    \u003cspan\u003e\n      Compact enough to keep the space looking clean and uncluttered.\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"uvc-item\"\u003e\n    \u003cspan class=\"uvc-item-icon\"\u003e🧼\u003c\/span\u003e\n    \u003cstrong\u003eDaily Maintenance\u003c\/strong\u003e\n    \u003cspan\u003e\n      Adds an automated UVC element alongside regular manual bathroom cleaning.\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"uvc-item\"\u003e\n    \u003cspan class=\"uvc-item-icon\"\u003e✨\u003c\/span\u003e\n    \u003cstrong\u003eBathroom Upgrade\u003c\/strong\u003e\n    \u003cspan\u003e\n      A simple way to add smart functionality to an ordinary toilet.\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/section\u003e \u003c!-- SPECS --\u003e \u003csection class=\"uvc-card\"\u003e \u003cdiv class=\"uvc-kicker\"\u003ePRODUCT DETAILS\u003c\/div\u003e\n\u003ch2 class=\"uvc-title\"\u003e\n  Quick Specifications\n\u003c\/h2\u003e\n\n\u003cdiv class=\"uvc-spec\"\u003e\n\n  \u003cdiv class=\"uvc-spec-row\"\u003e\n    \u003cdiv class=\"uvc-spec-label\"\u003eProduct Type\u003c\/div\u003e\n    \u003cdiv class=\"uvc-spec-value\"\u003eSmart UVC Toilet Lid Light\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"uvc-spec-row\"\u003e\n    \u003cdiv class=\"uvc-spec-label\"\u003eAvailable Colors\u003c\/div\u003e\n    \u003cdiv class=\"uvc-spec-value\"\u003eWhite \/ Pink\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"uvc-spec-row\"\u003e\n    \u003cdiv class=\"uvc-spec-label\"\u003eSize\u003c\/div\u003e\n    \u003cdiv class=\"uvc-spec-value\"\u003e3.27 × 2.95 × 0.96 in\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"uvc-spec-row\"\u003e\n    \u003cdiv class=\"uvc-spec-label\"\u003eMetric Size\u003c\/div\u003e\n    \u003cdiv class=\"uvc-spec-value\"\u003e83 × 75 × 24.5 mm\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"uvc-spec-row\"\u003e\n    \u003cdiv class=\"uvc-spec-label\"\u003eCharging\u003c\/div\u003e\n    \u003cdiv class=\"uvc-spec-value\"\u003eType-C\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"uvc-spec-row\"\u003e\n    \u003cdiv class=\"uvc-spec-label\"\u003eOperation\u003c\/div\u003e\n    \u003cdiv class=\"uvc-spec-value\"\u003eSensor-Enabled\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"uvc-spec-row\"\u003e\n    \u003cdiv class=\"uvc-spec-label\"\u003ePackage Options\u003c\/div\u003e\n    \u003cdiv class=\"uvc-spec-value\"\u003e1 or 2 × UVC Toilet Lid Device\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"uvc-note\"\u003e\n  For best adhesion, thoroughly clean and dry the toilet lid surface before attaching the mounting pad.\n\u003c\/div\u003e\n\n\u003cdiv class=\"uvc-warning\"\u003e\n  \u003cstrong\u003eImportant:\u003c\/strong\u003e Do not look directly at the UVC light source while the device is operating.\n  This product is intended to complement regular toilet cleaning, not replace routine cleaning.\n\u003c\/div\u003e\n\u003c\/section\u003e \u003c!-- FAQ --\u003e \u003csection class=\"uvc-card uvc-soft\"\u003e \u003cdiv class=\"uvc-kicker\"\u003eCOMMON QUESTIONS\u003c\/div\u003e\n\u003ch2 class=\"uvc-title\"\u003e\n  Frequently Asked Questions\n\u003c\/h2\u003e\n\n\u003cdetails class=\"uvc-faq\" open\u003e\n  \u003csummary\u003eWhat does this device do?\u003c\/summary\u003e\n  \u003cp\u003e\n    It uses UVC light technology as an additional automated step designed to support\n    a cleaner and fresher toilet-care environment.\n  \u003c\/p\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"uvc-faq\"\u003e\n  \u003csummary\u003eDo I have to turn it on manually every time?\u003c\/summary\u003e\n  \u003cp\u003e\n    The device includes a sensor function designed to respond conveniently\n    based on toilet lid usage.\n  \u003c\/p\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"uvc-faq\"\u003e\n  \u003csummary\u003eHow is it installed?\u003c\/summary\u003e\n  \u003cp\u003e\n    Clean and dry the toilet lid surface, then use the adhesive mounting setup\n    to attach the device.\n  \u003c\/p\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"uvc-faq\"\u003e\n  \u003csummary\u003eIs it rechargeable?\u003c\/summary\u003e\n  \u003cp\u003e\n    Yes. The supplied product information specifies Type-C charging.\n    Fully charge the device before first use.\n  \u003c\/p\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"uvc-faq\"\u003e\n  \u003csummary\u003eHow large is it?\u003c\/summary\u003e\n  \u003cp\u003e\n    It measures approximately 3.27 × 2.95 × 0.96 inches\n    or 83 × 75 × 24.5 mm.\n  \u003c\/p\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"uvc-faq\"\u003e\n  \u003csummary\u003eCan I look directly at the UVC light?\u003c\/summary\u003e\n  \u003cp\u003e\n    No. Do not look directly at the UVC light source while the device is operating.\n  \u003c\/p\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"uvc-faq\"\u003e\n  \u003csummary\u003eDoes this replace regular toilet cleaning?\u003c\/summary\u003e\n  \u003cp\u003e\n    No. It is best used as an additional part of your normal bathroom-maintenance routine.\n  \u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e \u003c!-- CTA --\u003e \u003csection class=\"uvc-card uvc-dark\" style=\"text-align:center;padding-top:30px;padding-bottom:30px;\"\u003e \u003cdiv class=\"uvc-kicker\"\u003eSMARTER ROUTINE • SMALLER DAILY EFFORT\u003c\/div\u003e\n\u003ch2 class=\"uvc-title\" style=\"font-size:30px;\"\u003e\n  Give Your Toilet Routine a Smarter Upgrade\n\u003c\/h2\u003e\n\n\u003cp class=\"uvc-text\" style=\"max-width:620px;margin:0 auto;\"\u003e\n  Compact design, sensor-enabled convenience and rechargeable UVC technology\n  come together in one simple bathroom upgrade.\n\u003c\/p\u003e\n\n\u003cdiv class=\"uvc-pills uvc-pills-center\"\u003e\n  \u003cspan class=\"uvc-pill\"\u003e✓ Smart Sensor\u003c\/span\u003e\n  \u003cspan class=\"uvc-pill\"\u003e✓ Compact Lid Design\u003c\/span\u003e\n  \u003cspan class=\"uvc-pill\"\u003e✓ Type-C Charging\u003c\/span\u003e\n  \u003cspan class=\"uvc-pill\"\u003e✓ Easy Installation\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"uvc-cta\"\u003e\n  ✨ UPGRADE YOUR BATHROOM ROUTINE\n\u003c\/div\u003e\n\u003c\/section\u003e \u003c\/div\u003e","brand":"lwb","offers":[{"title":"Buy 1","offer_id":54650870399342,"sku":"NC02232608261015-马桶消毒灯","price":18.99,"currency_code":"USD","in_stock":true},{"title":"🔥Buy 2 Get 1 Free","offer_id":54650870432110,"sku":"NC02232608261015-马桶消毒灯*3","price":37.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0997\/6499\/4414\/files\/spp_shopify20260812192625_e60357ca4679a2ff2a718a68d26287e5_adfb9486-7311-4a23-8992-d448d32fc6df.jpg?v=1787712079","url":"https:\/\/bvuyomi.com\/products\/smart-uvc-toilet-lid-light","provider":"Bvuyomi","version":"1.0","type":"link"}