{"product_id":"smart-motion-sensor-socket","title":"Smart Motion Sensor Socket","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Smart Home Electronic Accessory (Motion Sensor Socket)\nTarget Audience: Homeowners, DIYers, energy-conscious consumers prioritizing safety and convenience.\nVisual Style: Modern, clean, and technical. Utilitarian but approachable.\nColor Strategy: White\/Light Gray background for a clean tech feel, Slate text for high readability, Warm Amber accents to represent lighting\/energy.\nShape Strategy: Radius 8px. Industrial yet consumer-friendly (not too sharp, not too soft).\nTypography Strategy: Large Type \/ Mobile-first readable (H1: 36px+, Body: 18px+).\nMobile Table Strategy: Card-based (No horizontal scroll, mobile layout reflows into key-value pairs).\nImage Mapping: Hero=image_1, Sensor=image_2, Timer=image_3, Install=image_4, Application=image_5.\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* 1) Design System (CSS Variables) *\/\n    .product-detail-container {\n      --primary: #FFB300;       \/* Warm Amber for lighting tech *\/\n      --primary-hover: #FFA000;\n      --accent-blue: #3182CE;   \/* Tech indicator color *\/\n      --text-main: #2D3748;\n      --text-sub: #718096;\n      --bg-body: #FFFFFF;\n      --bg-card: #F7FAFC;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);\n      --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1);\n      --border-color: #E2E8F0;\n      \n      \/* Global Layout \u0026 Typography Setup *\/\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background: var(--bg-body);\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n    }\n\n    .product-detail-container * {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* 0) Typography System *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      line-height: 1.2;\n      font-weight: 800;\n      color: var(--text-main);\n      margin-bottom: 1rem;\n    }\n    \n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      line-height: 1.3;\n      font-weight: 700;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 3vw, 24px);\n      line-height: 1.4;\n      font-weight: 600;\n      margin-bottom: 0.75rem;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 2vw, 20px);\n      line-height: 1.7;\n      color: var(--text-sub);\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container .text-aux {\n      font-size: clamp(16px, 1.5vw, 18px);\n      line-height: 1.6;\n      color: var(--text-sub);\n    }\n\n    \/* Section Spacing *\/\n    .pd-section {\n      padding-top: clamp(2rem, 5vw, 4rem);\n      padding-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Non-clickable Badges *\/\n    .pd-badge-group {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-bottom: 1.5rem;\n    }\n    .pd-badge {\n      display: inline-block;\n      background: var(--bg-card);\n      color: var(--text-main);\n      padding: 6px 14px;\n      border-radius: 20px;\n      font-size: 16px;\n      font-weight: 600;\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Image Rules: Option A (Natural Flow) *\/\n    .pd-img-fluid {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    .img-placeholder {\n      width: 100%;\n      aspect-ratio: 4\/3;\n      background-color: var(--bg-card);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-size: 18px;\n      font-weight: 600;\n    }\n\n    \/* Hero Section *\/\n    .pd-hero {\n      text-align: center;\n    }\n    .pd-hero .hero-content {\n      max-width: 800px;\n      margin: 0 auto clamp(2rem, 4vw, 3rem) auto;\n    }\n\n    \/* Feature Pattern (Z-Pattern for Desktop, Column for Mobile) *\/\n    .pd-feature-list {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(3rem, 6vw, 5rem);\n    }\n    .pd-feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 2rem;\n      align-items: center;\n    }\n    .pd-feature-media {\n      width: 100%;\n    }\n    .pd-feature-copy {\n      width: 100%;\n    }\n    \n    \/* Specifications Table *\/\n    .pd-specs-container {\n      background: var(--bg-card);\n      padding: clamp(1.5rem, 4vw, 3rem);\n      border-radius: var(--radius-lg);\n    }\n    .pd-table {\n      width: 100%;\n      border-collapse: collapse;\n      font-size: clamp(16px, 1.8vw, 18px);\n    }\n    .pd-table th, .pd-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n    .pd-table th {\n      font-weight: 600;\n      color: var(--text-main);\n      background: rgba(0,0,0,0.03);\n    }\n    .pd-table td {\n      color: var(--text-sub);\n    }\n\n    \/* FAQ Section *\/\n    .pd-faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 1.5rem;\n      max-width: 900px;\n      margin: 0 auto;\n    }\n    .pd-faq-item {\n      background: var(--bg-card);\n      padding: 1.5rem;\n      border-radius: var(--radius-md);\n      border: 1px solid var(--border-color);\n    }\n    .pd-faq-q {\n      font-size: clamp(20px, 2.5vw, 22px);\n      font-weight: 700;\n      color: var(--text-main);\n      margin-bottom: 0.5rem;\n    }\n    .pd-faq-a {\n      font-size: clamp(18px, 2vw, 20px);\n      color: var(--text-sub);\n      margin: 0;\n    }\n\n    \/* Desktop Enhancements (Z-Pattern \u0026 Grid) *\/\n    @media (min-width: 768px) {\n      .pd-feature-item {\n        flex-direction: row;\n        gap: 4rem;\n      }\n      .pd-feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .pd-feature-media, .pd-feature-copy {\n        width: 50%;\n        flex: 1;\n      }\n      .pd-table tr:hover td {\n        background-color: var(--bg-body);\n      }\n    }\n\n    \/* Mobile Table Override (Card Layout) *\/\n    @media (max-width: 767px) {\n      .pd-table, .pd-table thead, .pd-table tbody, .pd-table tr, .pd-table th, .pd-table td {\n        display: block;\n        width: 100%;\n      }\n      .pd-table thead {\n        display: none;\n      }\n      .pd-table tr {\n        background: var(--bg-body);\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        margin-bottom: 1rem;\n        padding: 0.5rem;\n      }\n      .pd-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        border-bottom: 1px solid var(--border-card);\n        padding: 0.75rem 0.5rem;\n        text-align: right;\n      }\n      .pd-table td:last-child {\n        border-bottom: none;\n      }\n      .pd-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--text-main);\n        text-align: left;\n        margin-right: 1rem;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"pd-badge-group\" style=\"justify-content: center;\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eSmart Home\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge\"\u003eEnergy Saving\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch1\u003eTransform Any Light into a Smart Motion Sensor Light\u003c\/h1\u003e\n\n\u003cp\u003eEasily automate your home lighting without complicated wiring. Just screw it in, set your timer, and let smart detection do the rest.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURES Z-PATTERN --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: clamp(2rem, 5vw, 4rem);\"\u003eDesigned for Effortless Daily Living\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-feature-list\"\u003e\n\u003c!-- Feature 1: Motion Sensor --\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260328100151\/5f753a386c71ae18ba896d3fde3446bc.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3\u003eHands-Free Illumination\u003c\/h3\u003e\n\n\u003cp\u003eEquipped with a highly sensitive built-in motion sensor, this E27 bulb adapter automatically turns your light on the moment you enter a room and turns it off when no activity is detected. Say goodbye to fumbling for light switches in the dark.\u003c\/p\u003e\n\n\u003cdiv class=\"text-aux\"\u003e✓ 360-degree detection range\u003cbr\u003e\n✓ Perfect for dark corridors and staircases\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Adjustable Delay Time --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260328100151\/a9128138ffbac6b87a9b7ee037163195.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3\u003eCustomizable Delay Timer\u003c\/h3\u003e\n\n\u003cp\u003eYour space, your rules. The integrated adjustable delay function allows you to dictate exactly how long the light remains illuminated after the last motion is detected. Whether you need a quick 10-second flash or sustained light for several minutes, the setup is entirely up to you.\u003c\/p\u003e\n\n\u003cdiv class=\"text-aux\"\u003e✓ Precision dial control\u003cbr\u003e\n✓ Meets diverse family lighting needs\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Color Temp \u0026 Compatibility --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260328100151\/cc30a8184b27198dd5ebc46fa3dbe55a.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3\u003eUniversal E27 Compatibility\u003c\/h3\u003e\n\n\u003cp\u003eNo tools, no electricians. Simply screw this adapter into any standard E27 lighting fixture, then attach your bulb. It seamlessly supports color temperature adjustable bulbs, allowing you to maintain your home's unique ambiance while upgrading to smart motion detection.\u003c\/p\u003e\n\n\u003cdiv class=\"text-aux\"\u003e✓ Zero wiring required\u003cbr\u003e\n✓ Retains your bulb's color flexibility\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4: Application \u0026 Energy Saving --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260328100151\/3161d71d6a80250eeb41db8379bdee16.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3\u003eCut Down on Unnecessary Energy Use\u003c\/h3\u003e\n\n\u003cp\u003eBy ensuring lights are only active when genuinely needed, this smart adapter acts as a practical energy-saving tool for your household. Drastically reduce power consumption in transient spaces like closets, basements, and garages effortlessly.\u003c\/p\u003e\n\n\u003cdiv class=\"text-aux\"\u003e✓ Lower monthly electricity bills\u003cbr\u003e\n✓ Eco-friendly home upgrade\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS TABLE --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"pd-specs-container\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"pd-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\n\t\t\t\u003cth\u003eSpecification\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eSocket Base Type\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eStandard E27\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eSensor Type\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003ePassive Infrared (PIR) Motion Sensor\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eDelay Time\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eManually Adjustable\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eCompatibility\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eLED, Incandescent, Color-Temp Adjustable Bulbs\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eDimensions\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e12.0 × 3.7 cm (4.72 × 1.46 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eWeight\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eApprox. 60 g (2.1 oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eInstallation\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eScrew-in (No wiring needed)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eIdeal Applications\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eBasements, Closets, Staircases, Corridors\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ SECTION --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: clamp(1.5rem, 4vw, 3rem);\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-list\"\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3 class=\"pd-faq-q\"\u003eDo I need an electrician to install this?\u003c\/h3\u003e\n\n\u003cp class=\"pd-faq-a\"\u003eNot at all! Installation takes seconds. Just screw the adapter into your existing E27 light fixture, and then screw your standard light bulb directly into the adapter.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3 class=\"pd-faq-q\"\u003eWill this work with my smart bulbs or color-changing bulbs?\u003c\/h3\u003e\n\n\u003cp class=\"pd-faq-a\"\u003eYes. The adapter passes power through to the bulb, so if you are using a color temperature adjustable bulb, it will still function perfectly when the motion sensor activates the power.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3 class=\"pd-faq-q\"\u003eCan I use this outdoors?\u003c\/h3\u003e\n\n\u003cp class=\"pd-faq-a\"\u003eThis adapter is primarily designed as a practical home tool for indoor environments like staircases, closets, and basements. It is not waterproof and should be protected from direct weather exposure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1-Pack (Starter Setup)","offer_id":48569222234362,"sku":"0328-15015656","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Most Popular)","offer_id":48569222267130,"sku":"0328-15017582","price":19.95,"currency_code":"USD","in_stock":true},{"title":"4-Pack (Whole Home - Save 30%)","offer_id":48569222299898,"sku":"0328-15012386","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/4527\/4618\/files\/30788cd2c656f6f219f98b99734a9743.jpg?v=1774681320","url":"https:\/\/varitino.com\/products\/smart-motion-sensor-socket","provider":"Varitino","version":"1.0","type":"link"}