{"product_id":"weatherproof-outdoor-solar-sconce","title":"Weatherproof Outdoor Solar Sconce","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Solar Outdoor Wall Sconce\nTarget Audience: Homeowners seeking cost-effective, stylish, and easy-to-install outdoor security lighting.\nVisual Style: Modern, Reliable, Eco-friendly. Blending industrial tech (solar) with warm home decor.\nColor Strategy: Dark Charcoal (Body) + Warm Amber (Lighting Accent) on clean light backgrounds to ensure high contrast and readability.\nShape Strategy: Radius 12px (Balanced: Structural enough for hardware, but rounded for residential appeal).\nTypography Strategy: Large Type \/ Mobile-first readable. H1 at 40px, Body at 18px.\nMobile Table Strategy: Card-based (No horizontal scroll). Metrics automatically converted to Imperial.\nImage Mapping: Hero=image_1, Feature1=image_2, Feature2=image_3, Feature3=image_4\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* Design System Variables *\/\n    .product-detail-container {\n      --pd-primary: #d97706; \/* Warm ambient lighting color *\/\n      --pd-bg-body: #ffffff;\n      --pd-bg-card: #f9fafb;\n      --pd-bg-placeholder: #f3f4f6;\n      --pd-text-main: #111827;\n      --pd-text-sub: #4b5563;\n      --pd-border: #e5e7eb;\n      --pd-radius-md: 12px;\n      --pd-radius-lg: 24px;\n      --pd-gap: clamp(3rem, 6vw, 5rem);\n      --pd-spacing-inner: clamp(1.5rem, 4vw, 3rem);\n\n      \/* Typography Setup *\/\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--pd-text-main);\n      background-color: var(--pd-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      line-height: 1.7;\n    }\n\n    \/* Global Resets within container *\/\n    .product-detail-container * {\n      box-sizing: border-box;\n    }\n\n    \/* Typography Hierarchy *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      line-height: 1.2;\n      font-weight: 800;\n      margin: 0 0 1.5rem 0;\n      color: var(--pd-text-main);\n      letter-spacing: -0.02em;\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: 0 0 1rem 0;\n      color: var(--pd-text-main);\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: 0 0 1rem 0;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 2vw, 20px);\n      color: var(--pd-text-sub);\n      margin: 0 0 1.5rem 0;\n    }\n\n    \/* Image Protocol (CRITICAL: Natural Flow, No Stretch) *\/\n    .pd-media-wrapper {\n      width: 100%;\n      border-radius: var(--pd-radius-lg);\n      overflow: hidden;\n      background: var(--pd-bg-placeholder);\n    }\n    \n    .pd-media-wrapper img {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    \/* Placeholder styling strictly for the setup phase *\/\n    .pd-placeholder {\n      width: 100%;\n      padding: 4rem 2rem;\n      text-align: center;\n      border: 2px dashed #d1d5db;\n      color: #6b7280;\n      font-size: 18px;\n      font-weight: 500;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n    }\n\n    \/* Visual Badges (Non-interactive) *\/\n    .pd-badge-group {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 1rem;\n      margin-bottom: 2rem;\n    }\n\n    .pd-badge {\n      background-color: var(--pd-bg-card);\n      color: var(--pd-text-main);\n      padding: 0.75rem 1.25rem;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 600;\n      border: 1px solid var(--pd-border);\n    }\n\n    \/* Hero Section *\/\n    .pd-hero {\n      display: flex;\n      flex-direction: column;\n      gap: var(--pd-spacing-inner);\n      padding: var(--pd-gap) 0;\n      text-align: center;\n      align-items: center;\n    }\n\n    .pd-hero-content {\n      max-width: 800px;\n    }\n\n    \/* Mobile Ordering Lock (Z-Pattern for Desktop, Column for Mobile) *\/\n    .pd-feature-item {\n      display: flex;\n      flex-direction: column; \/* Force Mobile First: Image Top, Text Bottom *\/\n      gap: var(--pd-spacing-inner);\n      margin-bottom: var(--pd-gap);\n    }\n\n    .pd-feature-media {\n      flex: 1;\n      width: 100%;\n    }\n\n    .pd-feature-copy {\n      flex: 1;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    @media (min-width: 768px) {\n      .pd-feature-item {\n        flex-direction: row; \/* Desktop Enhancement: Z-Pattern *\/\n        align-items: center;\n      }\n      .pd-feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n      .pd-hero {\n        padding: calc(var(--pd-gap) * 1.5) 0;\n      }\n    }\n\n    \/* Specifications Table (CRITICAL: Mobile Card Layout) *\/\n    .pd-specs-container {\n      margin: var(--pd-gap) 0;\n      background: var(--pd-bg-card);\n      padding: var(--pd-spacing-inner);\n      border-radius: var(--pd-radius-lg);\n    }\n\n    .pd-specs-container h2 {\n      text-align: center;\n      margin-bottom: 2rem;\n    }\n\n    .pd-table {\n      width: 100%;\n      border-collapse: collapse;\n      font-size: 18px;\n    }\n\n    \/* Desktop Table *\/\n    @media (min-width: 768px) {\n      .pd-table th, .pd-table td {\n        padding: 1.25rem;\n        border-bottom: 1px solid var(--pd-border);\n        text-align: left;\n      }\n      .pd-table th {\n        width: 35%;\n        color: var(--pd-text-sub);\n        font-weight: 600;\n      }\n      .pd-table td {\n        color: var(--pd-text-main);\n        font-weight: 500;\n      }\n      .pd-table tr:last-child th,\n      .pd-table tr:last-child td {\n        border-bottom: none;\n      }\n    }\n\n    \/* Mobile Table (Card-based, No Horizontal Scroll) *\/\n    @media (max-width: 767px) {\n      .pd-table, .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; \/* Hide headers visually *\/\n      }\n      .pd-table tr {\n        background: var(--pd-bg-body);\n        border: 1px solid var(--pd-border);\n        border-radius: var(--pd-radius-md);\n        margin-bottom: 1rem;\n        padding: 1rem;\n      }\n      .pd-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: flex-start;\n        padding: 0.75rem 0;\n        border-bottom: 1px dashed var(--pd-border);\n        text-align: right;\n      }\n      .pd-table td:last-child {\n        border-bottom: none;\n        padding-bottom: 0;\n      }\n      .pd-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--pd-text-sub);\n        text-align: left;\n        margin-right: 1rem;\n        flex-shrink: 0;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .pd-faq-container {\n      margin: var(--pd-gap) 0;\n    }\n    \n    .pd-faq-container h2 {\n      text-align: center;\n      margin-bottom: 3rem;\n    }\n\n    .pd-faq-item {\n      margin-bottom: 2rem;\n      padding-bottom: 2rem;\n      border-bottom: 1px solid var(--pd-border);\n    }\n\n    .pd-faq-item:last-child {\n      border-bottom: none;\n    }\n\n    .pd-faq-question {\n      font-size: clamp(20px, 3vw, 22px);\n      font-weight: 700;\n      color: var(--pd-text-main);\n      margin-bottom: 0.75rem;\n    }\n\n    .pd-faq-answer {\n      font-size: clamp(18px, 2vw, 20px);\n      color: var(--pd-text-sub);\n      margin: 0;\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-hero\"\u003e\n\u003cdiv class=\"pd-badge-group\"\u003e\n\u003cdiv class=\"pd-badge\"\u003e100% Solar Powered\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge\"\u003eWireless Installation\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge\"\u003eIP65 Weatherproof\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-hero-content\"\u003e\n\u003ch1\u003eIlluminate Your Outdoors, Effortlessly.\u003c\/h1\u003e\n\n\u003cp\u003eTransform your porch, patio, or garage with our premium Solar Wall Sconces. Featuring smart motion sensors and a sleek, modern European design, you can finally say goodbye to high electricity bills while enjoying beautifully lit evenings.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-media-wrapper\"\u003e\n\u003c!-- 📷 REPLACE PLACEHOLDER BELOW WITH IMAGE TAG: \u003cimg src=\"...\" alt=\"...\"\u003e --\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260408112052\/5615b02ec1cb55a5d7aa91f907628386.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-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-media-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260408112052\/30938e04a5f08ab99817bef749b639e9.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\u003ch2\u003eZero Wiring, Zero Electricity Bills\u003c\/h2\u003e\n\n\u003cp\u003eHarness the abundant power of the sun. Our upgraded built-in solar panel ensures a rapid full charge during the day. As dusk falls, it provides continuous, bright illumination for over 10 to 12 hours. It's the ultimate energy-efficient, cost-effective addition to your home security.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 (Reverse on Desktop) --\u003e\n\n\u003cdiv class=\"pd-feature-item reverse\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-media-wrapper\"\u003e\n\u003c!-- 📷 REPLACE PLACEHOLDER BELOW WITH IMAGE TAG --\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260408112052\/4f7a441db5043f9560ff3257bc6e3c74.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\u003ch2\u003eTailored Security with 3 Smart Modes\u003c\/h2\u003e\n\n\u003cp\u003eAdapt the lighting to your lifestyle. Choose \u003cstrong\u003eStrong Light Sensor Mode\u003c\/strong\u003e for 30 seconds of maximum brightness upon movement, \u003cstrong\u003eNormal Light Mode\u003c\/strong\u003e for consistent medium ambient lighting all night, or \u003cstrong\u003eDim Light Sensor Mode\u003c\/strong\u003e for energy saving until motion triggers full brightness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-media-wrapper\"\u003e\n\u003c!-- 📷 REPLACE PLACEHOLDER BELOW WITH IMAGE TAG --\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260408112052\/f075a82b8f232b1d7f0b312440dfec78.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\u003ch2\u003eEngineered for the Elements\u003c\/h2\u003e\n\n\u003cp\u003eBuilt completely with premium, new ABS plastic, these exterior sconces are highly weatherproof, anti-corrosion, and designed to never fade or deform. Whether facing torrential rain, freezing snow, or ultra-high summer temperatures, your lighting will maintain its stylish look year after year.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Module (Mobile Card Layout Enabled) --\u003e\n\n\u003cdiv class=\"pd-specs-container\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"pd-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Dimensions\"\u003eDimensions (H x W x D)\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Dimensions\"\u003e170 x 120 x 58 mm (approx. 6.7 x 4.7 x 2.3 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Material\"\u003eMaterial\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eUpgraded Anti-corrosion ABS Plastic\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Power Source\"\u003ePower Source\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Power Source\"\u003e100% Solar Powered (Dawn to Dusk)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Lighting Time\"\u003eLighting Time\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Lighting Time\"\u003e10-12 hours continuous (after full charge)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Sensor Modes\"\u003eSensor Modes\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Sensor Modes\"\u003eStrong Sensor \/ Normal Ambient \/ Dim Sensor\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Installation\"\u003eInstallation\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Installation\"\u003eWireless Wall Mount (Accessories Included)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"pd-faq-container\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eDo I need to hire an electrician for installation?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eNot at all! Our solar wall sconces are completely wireless. The package includes all necessary installation accessories and a clear user manual. You can easily mount them to any sunny exterior wall in minutes.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eWill the lights stay on all night?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eYes, after a full day of solar charging, the built-in battery provides over 10 to 12 hours of illumination. By selecting the \"Dim Light Sensor\" or \"Strong Light Sensor\" modes, you can optimize the battery to last even longer through the night.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eAre they safe to leave out in the rain or snow?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eAbsolutely. Crafted from robust, new ABS plastic, these fixtures feature a strict weatherproof design. They are anti-corrosion, will not deform, and are engineered to endure rain, snow, and extreme temperature fluctuations flawlessly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"White \/ 📦 2-Pack (Standard Set)","offer_id":52835324723500,"sku":"0408-18412209","price":20.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 📦 2-Pack (Standard Set)","offer_id":52835324756268,"sku":"0408-18419971","price":20.95,"currency_code":"USD","in_stock":true},{"title":"White \/ 📦 4-Pack","offer_id":52835324789036,"sku":"0408-18414706","price":40.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 📦 4-Pack","offer_id":52835324821804,"sku":"0408-18417610","price":40.95,"currency_code":"USD","in_stock":true},{"title":"White \/ 📦 6-Pack","offer_id":52835324854572,"sku":"0408-18412419","price":60.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 📦 6-Pack","offer_id":52835324887340,"sku":"0408-18415678","price":60.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0945\/8099\/8444\/files\/5615b02ec1cb55a5d7aa91f907628386.jpg?v=1775645013","url":"https:\/\/newzyhoome.com\/products\/weatherproof-outdoor-solar-sconce","provider":"Newzyhoome","version":"1.0","type":"link"}