{"product_id":"app-controlled-rgb-solar-landscape-spot-lights-with-music-sync","title":"App Controlled RGB Solar Landscape Spot Lights with Music Sync","description":"\u003cstyle\u003e\n  .solar-spotlight-page {\n    max-width: 760px;\n    margin: 0 auto;\n    font-family: Arial, Helvetica, sans-serif;\n    color: #263238;\n    line-height: 1.6;\n  }\n\n  .solar-spotlight-page * {\n    box-sizing: border-box;\n  }\n\n  .solar-spotlight-page .section {\n    margin: 18px 0;\n    padding: 28px 20px;\n    border-radius: 28px;\n    overflow: hidden;\n  }\n\n  .solar-spotlight-page .hero {\n    padding: 0;\n    background: linear-gradient(145deg, #e8f5e9, #f8fbf8);\n  }\n\n  .solar-spotlight-page .hero-image {\n    width: 100%;\n    display: block;\n    aspect-ratio: 1 \/ 1;\n    object-fit: cover;\n    border-radius: 28px;\n  }\n\n  .solar-spotlight-page .hero-content {\n    padding: 26px 22px 30px;\n    text-align: center;\n  }\n\n  .solar-spotlight-page .eyebrow {\n    display: inline-block;\n    padding: 7px 13px;\n    border-radius: 999px;\n    background: #d7ead8;\n    color: #315b3a;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: .7px;\n    text-transform: uppercase;\n    margin-bottom: 12px;\n  }\n\n  .solar-spotlight-page h2 {\n    margin: 0 0 12px;\n    font-size: 30px;\n    line-height: 1.15;\n    letter-spacing: -.5px;\n  }\n\n  .solar-spotlight-page h3 {\n    margin: 0 0 9px;\n    font-size: 21px;\n    line-height: 1.25;\n  }\n\n  .solar-spotlight-page p {\n    margin: 0;\n    font-size: 15px;\n  }\n\n  .solar-spotlight-page .hero-copy {\n    font-size: 16px;\n    color: #526158;\n  }\n\n  .solar-spotlight-page .trust-row {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 8px;\n    margin-top: 20px;\n  }\n\n  .solar-spotlight-page .trust-item {\n    padding: 11px 5px;\n    border-radius: 14px;\n    background: rgba(255,255,255,.75);\n    font-size: 11px;\n    font-weight: 700;\n  }\n\n  .solar-spotlight-page .problem {\n    background: #f3eee7;\n    text-align: center;\n  }\n\n  .solar-spotlight-page .problem h2 {\n    font-size: 25px;\n  }\n\n  .solar-spotlight-page .solution {\n    margin-top: 18px;\n    padding: 17px;\n    border-radius: 18px;\n    background: #ffffff;\n    font-weight: 700;\n    color: #315b3a;\n  }\n\n  .solar-spotlight-page .features {\n    background: #eef6f0;\n    padding: 22px 14px;\n  }\n\n  .solar-spotlight-page .feature-card {\n    margin: 12px 0;\n    background: #ffffff;\n    border-radius: 24px;\n    overflow: hidden;\n    box-shadow: 0 8px 24px rgba(42, 65, 48, .08);\n  }\n\n  .solar-spotlight-page .feature-image {\n    width: 100%;\n    display: block;\n    aspect-ratio: 1 \/ 1;\n    object-fit: cover;\n  }\n\n  .solar-spotlight-page .feature-content {\n    padding: 22px 20px 24px;\n  }\n\n  .solar-spotlight-page .feature-number {\n    display: inline-flex;\n    width: 30px;\n    height: 30px;\n    align-items: center;\n    justify-content: center;\n    border-radius: 50%;\n    background: #dcecdf;\n    color: #315b3a;\n    font-size: 13px;\n    font-weight: 700;\n    margin-bottom: 10px;\n  }\n\n  .solar-spotlight-page .app {\n    background: linear-gradient(145deg, #e7edf8, #f8faff);\n  }\n\n  .solar-spotlight-page .app-list {\n    margin: 18px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .solar-spotlight-page .app-list li {\n    position: relative;\n    margin: 9px 0;\n    padding-left: 26px;\n    font-size: 14px;\n  }\n\n  .solar-spotlight-page .app-list li:before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    top: 0;\n    font-weight: 700;\n    color: #456f52;\n  }\n\n  .solar-spotlight-page .scenes {\n    background: #f7f1e6;\n  }\n\n  .solar-spotlight-page .scene-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n    margin-top: 18px;\n  }\n\n  .solar-spotlight-page .scene {\n    min-height: 105px;\n    padding: 17px 13px;\n    border-radius: 18px;\n    background: rgba(255,255,255,.78);\n  }\n\n  .solar-spotlight-page .scene strong {\n    display: block;\n    margin-bottom: 5px;\n    font-size: 14px;\n  }\n\n  .solar-spotlight-page .scene span {\n    font-size: 12px;\n    color: #667067;\n  }\n\n  .solar-spotlight-page .specs {\n    background: #eef3ed;\n  }\n\n  .solar-spotlight-page .spec-list {\n    margin-top: 16px;\n    border-radius: 18px;\n    overflow: hidden;\n    background: #ffffff;\n  }\n\n  .solar-spotlight-page .spec-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 15px;\n    padding: 13px 15px;\n    border-bottom: 1px solid #e8ece8;\n    font-size: 13px;\n  }\n\n  .solar-spotlight-page .spec-row:last-child {\n    border-bottom: 0;\n  }\n\n  .solar-spotlight-page .spec-label {\n    color: #69736b;\n  }\n\n  .solar-spotlight-page .spec-value {\n    text-align: right;\n    font-weight: 700;\n  }\n\n  .solar-spotlight-page .guarantee {\n    background: #edf6f0;\n    text-align: center;\n  }\n\n  .solar-spotlight-page .guarantee-icons {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 8px;\n    margin-top: 20px;\n  }\n\n  .solar-spotlight-page .guarantee-item {\n    padding: 14px 7px;\n    border-radius: 16px;\n    background: #ffffff;\n    font-size: 11px;\n    font-weight: 700;\n  }\n\n  .solar-spotlight-page .final {\n    background: linear-gradient(145deg, #dcebdc, #f5f9f3);\n    text-align: center;\n  }\n\n  .solar-spotlight-page .final h2 {\n    font-size: 27px;\n  }\n\n  .solar-spotlight-page .cta {\n    display: inline-block;\n    margin-top: 18px;\n    padding: 15px 28px;\n    border-radius: 999px;\n    background: #315b3a;\n    color: #ffffff;\n    text-decoration: none;\n    font-size: 15px;\n    font-weight: 700;\n  }\n\n  @media (min-width: 700px) {\n    .solar-spotlight-page .section {\n      padding: 34px 28px;\n    }\n\n    .solar-spotlight-page .feature-card {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      align-items: stretch;\n    }\n\n    .solar-spotlight-page .feature-image {\n      height: 100%;\n      min-height: 310px;\n    }\n\n    .solar-spotlight-page .feature-content {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n      padding: 35px;\n    }\n\n    .solar-spotlight-page .feature-card:nth-child(even) .feature-image {\n      order: 2;\n    }\n\n    .solar-spotlight-page .feature-card:nth-child(even) .feature-content {\n      order: 1;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"solar-spotlight-page\"\u003e\n\u003csection class=\"section hero\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cspan class=\"eyebrow\"\u003eSmart Solar Outdoor Lighting\u003c\/span\u003e\n\u003ch2\u003eTurn Your Outdoor Space Into a Nighttime Show\u003c\/h2\u003e\n\u003cp class=\"hero-copy\"\u003eColor-changing illumination, adjustable positioning and smart control come together in one solar-powered landscape lighting system.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0844\/1046\/6560\/files\/3e698440-9d0a-475c-8771-146b0e5dc7af.jpg?v=1786587908\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0844\/1046\/6560\/files\/1e360e46-58b8-46ff-821d-1f7b820639ab.jpg?v=1786587908\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"trust-row\"\u003e\n\u003cdiv class=\"trust-item\"\u003e16M+ Colors\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003eSolar Powered\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003eIP65 Weather Resistant\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"section problem\"\u003e\n\u003ch2\u003eMore Than Just a Solar Light\u003c\/h2\u003e\n\u003cp\u003eBasic outdoor lights often leave you with limited colors, fixed lighting effects and little control over how your landscape looks after dark.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0844\/1046\/6560\/files\/327b2182-7e93-4db2-8645-a5eaa91283b9.jpg?v=1786587908\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"solution\"\u003eCreate the exact outdoor atmosphere you want with adjustable color, brightness, white light and dynamic lighting scenes.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"section features\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003cspan class=\"feature-number\"\u003e01\u003c\/span\u003e16 Million Colors + Tunable White\n\u003cp\u003eChoose from an enormous range of colors or switch between cool white and warm white lighting. Adjust brightness and color temperature to create the right atmosphere for everyday evenings, holidays, parties or special occasions.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0844\/1046\/6560\/files\/7083ae06-1293-4f7e-abab-d19377c92338.jpg?v=1786587908\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003cspan class=\"feature-number\"\u003e02\u003c\/span\u003eSmart App Control Without a Hub\n\u003cp\u003eControl color, brightness and white temperature directly from the app. Group multiple lights together, create coordinated lighting and use music synchronization to make your outdoor lighting move with the beat.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0844\/1046\/6560\/files\/4494f8f9-2d04-4f96-8ee7-6aeaf22eff35.jpg?v=1786587908\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003cspan class=\"feature-number\"\u003e03\u003c\/span\u003eDynamic Scenes for Every Occasion\n\u003cp\u003eChoose preset scenes and colorful lighting effects for backyard gatherings, holidays, outdoor dinners and everyday landscape decoration. One lighting system can create completely different moods whenever you want.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0844\/1046\/6560\/files\/99d687cf-248f-479d-bb19-d7ad953ba240.jpg?v=1786587908\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003cspan class=\"feature-number\"\u003e04\u003c\/span\u003eFlexible Installation \u0026amp; Precise Coverage\n\u003cp\u003eInstall the lights in the ground or mount them on a wall. The 360° horizontal and 180° vertical adjustment lets you aim illumination toward trees, pathways, walls, garden features and architectural details.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0844\/1046\/6560\/files\/9f2c8d4e-bf8b-4d25-b7be-274f4e595117.jpg?v=1786587908\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"section app\"\u003e\n\u003ch2\u003eBuild Your Own Outdoor Light Show\u003c\/h2\u003e\n\u003cp\u003eConnect multiple lights into coordinated groups and create a consistent look across your entire outdoor space.\u003c\/p\u003e\n\u003cul class=\"app-list\"\u003e\n\u003cli\u003eGroup up to 32 lights together\u003c\/li\u003e\n\u003cli\u003eCreate up to 8 lighting groups\u003c\/li\u003e\n\u003cli\u003eAdjust colors and brightness from your phone\u003c\/li\u003e\n\u003cli\u003eSync lighting effects with music\u003c\/li\u003e\n\u003cli\u003eCreate different scenes for different occasions\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"section scenes\"\u003e\n\u003ch2\u003eMade for More Than the Backyard\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0844\/1046\/6560\/files\/0155a916-c8b7-4186-b3e6-932c66814aee.jpg?v=1786587908\" alt=\"\"\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"scene-grid\"\u003e\n\u003cdiv class=\"scene\"\u003e\n\u003cstrong\u003e🌳 Garden\u003c\/strong\u003e \u003cspan\u003eHighlight trees, plants and landscaping.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scene\"\u003e\n\u003cstrong\u003e🏡 Home Exterior\u003c\/strong\u003e \u003cspan\u003eAdd color and depth to walls and architecture.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scene\"\u003e\n\u003cstrong\u003e🎉 Outdoor Parties\u003c\/strong\u003e \u003cspan\u003eCreate colorful lighting for evening gatherings.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scene\"\u003e\n\u003cstrong\u003e🎄 Holiday Decor\u003c\/strong\u003e \u003cspan\u003eSwitch colors and scenes for seasonal displays.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scene\"\u003e\n\u003cstrong\u003e🌙 Nighttime Ambiance\u003c\/strong\u003e \u003cspan\u003eSet a softer glow for relaxed evenings outside.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scene\"\u003e\n\u003cstrong\u003e🚶 Pathways \u0026amp; Features\u003c\/strong\u003e \u003cspan\u003eDirect light toward selected outdoor areas.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"section specs\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"spec-list\"\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eLight Colors\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e16 Million+ Colors\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eWhite Light\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eCool \/ Warm White\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eLighting Modes\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eMotion \/ Luminance \/ Continuous\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eControl\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eMobile App\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eGroup Capacity\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eUp to 32 Lights\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eGroups\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eUp to 8 Groups\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eHorizontal Adjustment\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e360°\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eVertical Adjustment\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e180°\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eWater Resistance\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eIP65\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003ePower\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eSolar\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"section guarantee\"\u003e\n\u003ch2\u003eBuilt for Outdoor Seasons\u003c\/h2\u003e\n\u003cp\u003eDesigned for outdoor installation with weather-resistant construction and flexible positioning. Mount it where you need it, adjust the beam and let solar power handle the daily recharge.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0844\/1046\/6560\/files\/2572e9e7-17f9-41b3-9607-7f1203ec8929.jpg?v=1786587908\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0844\/1046\/6560\/files\/3e698440-9d0a-475c-8771-146b0e5dc7af.jpg?v=1786587908\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"guarantee-icons\"\u003e\n\u003cdiv class=\"guarantee-item\"\u003eIP65 Rated\u003c\/div\u003e\n\u003cdiv class=\"guarantee-item\"\u003eSolar Powered\u003c\/div\u003e\n\u003cdiv class=\"guarantee-item\"\u003eAdjustable Angle\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"section final\"\u003e\n\u003ch2\u003eLight Up Your Landscape Your Way\u003c\/h2\u003e\n\u003cp\u003eFrom subtle warm white to vivid color-changing effects, create an outdoor space that looks completely different after sunset.\u003c\/p\u003e\n\u003ca class=\"cta\" href=\"#product-form\"\u003eAdd to Cart\u003c\/a\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Erynd","offers":[{"title":"2 Pack","offer_id":49178300514560,"sku":null,"price":29.74,"currency_code":"USD","in_stock":true},{"title":"4 Pack","offer_id":49178300547328,"sku":null,"price":47.58,"currency_code":"USD","in_stock":true},{"title":"8 Pack","offer_id":49178300580096,"sku":null,"price":66.49,"currency_code":"USD","in_stock":true},{"title":"14 Pack","offer_id":49178300612864,"sku":null,"price":132.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0844\/1046\/6560\/files\/78e7047a-fdc4-4e74-8613-cd96a63b83cd.jpg?v=1786587908","url":"https:\/\/erynd.store\/products\/app-controlled-rgb-solar-landscape-spot-lights-with-music-sync","provider":"Erynd","version":"1.0","type":"link"}